/* フッター／ページトップへボタン
=========================================================================
=========================================================================*/
/* ページトップへボタン
-----------------------------------------------------------*/
#pagetop {
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	position: absolute;
	right: 0;
	top: -70px;
	width: 65px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.3);
	z-index: 2;
}

#pagetop::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 21px;
	height: 32px;
	background: url(../img/common/footer_button_pagetop.svg) center center no-repeat;
	background-size: contain;
	transition: 0.3s;
}

#pagetop:hover::before {
	top: -5px;
}

/* CONTACT
-----------------------------------------------------------*/
footer .inner {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

footer .contact {
	padding: 100px 0 115px;
	width: 100%;
	background-color: #05374A;
	color: #FFF;
	text-align: left;
}

footer .contact h2 {
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 50px;
	height: 17px;
	background: url(../img/common/footer_title_contact.svg) left center no-repeat;
	background-size: contain;
}

footer .contact h3 {
	margin-bottom: 34px;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1em;
}

footer .contact h3 span {
	display: block;
	margin-bottom: 15px;
	font-size: 1.5rem;
}

footer .contact address {
	margin-bottom: 17px;
	line-height: 1em;
}

/* ----- 電話番号 ----- */
footer .contact a.tel {
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	width: 187px;
	height: 26px;
	background: url(../img/common/footer_tel.svg) left top no-repeat;
	background-size: 186px auto;
}

footer .contact a.tel::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #FFF;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.3s;
}

footer .contact a.tel:hover::before {
	transform: scale(1);
}

/* ----- お問合せ ----- */
footer .contact p {
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 380px;
	height: 64px;
	background-color: #0051AF;
	border-radius: 5px;
}

footer .contact a.button_contact {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 64px;
	font-weight: bold;
	font-size: 1.5rem;
	color: #FFF;
	text-decoration: none;
	z-index: 2;
}

footer .contact a.button_contact:hover {
	color: #0051AF !important;
}

footer .contact a.button_contact:visited {
	color: #FFF;
}

footer .contact a.button_contact::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	border-radius: 5px;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.3s;
	z-index: -1;
}

footer .contact a.button_contact:hover::before {
	transform: scale(1);
}


/* COPY RIGHT
-----------------------------------------------------------*/
footer .copyright {
	padding: 70px 0 50px;
	width: 100%;
	background: linear-gradient(to bottom left, #E2F1FA, #8BC4C6);
	color: #FFF;
	text-align: center;
}

footer .copyright a.privacy {
	display: inline-block;
	margin-bottom: 85px;
	font-size: 1.2rem;
	line-height: 1em;
	color: #333;
	text-decoration: none;
}

footer .copyright a.privacy:hover {
	text-decoration: underline;
}

footer .copyright p {
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
	height: 12px;
	background: url(../img/common/footer_copyright.svg) center center no-repeat;
	background-size: contain;
}

/*  1000px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:1000px) {

	/* CONTACT
	-----------------------------------------------------------*/
	footer .inner {
		width: 100%;
	}

	footer .contact {
		padding: 100px 20px 115px;
	}
}


/*  767px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {

	/* ページトップへボタン
	-----------------------------------------------------------*/
	#pagetop {
		right: 20px;
		top: -85px;
	}

	#pagetop:hover::before {
		top: 0;
	}

	/* CONTACT
	-----------------------------------------------------------*/
	footer .contact {
		padding: 50px 20px 30px;
		text-align: center;
	}

	footer .contact h2 {
		margin-bottom: 20px;
		height: 11px;
		background: url(../img/common/footer_title_contact.svg) center center no-repeat;
		background-size: contain;
	}

	footer .contact h3 {
		margin-bottom: 20px;
		font-size: 2.3rem;
	}

	footer .contact h3 span {
		display: block;
		margin-bottom: 15px;
		font-size: 1.0rem;
	}

	footer .contact address {
		margin-bottom: 17px;
		font-size: 1.1rem;
	}

	/* ----- 電話番号 ----- */
	footer .contact a.tel {
		margin-bottom: 33px;
		width: 129px;
		height: 15px;
		background: url(../img/common/footer_tel.svg) left top no-repeat;
		background-size: 129px auto;
	}

	footer .contact a.tel::before {
		display: none;
	}

	/* ----- お問合せ ----- */
	footer .contact p {
		position: relative;
		right: auto;
		bottom: auto;
		width: 310px;
		height: 64px;
		margin: 0 auto;
	}

	footer .contact a.button_contact {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 100%;
		text-align: center;
		line-height: 64px;
		font-weight: 700;
		font-size: 1.5rem;
		color: #FFF;
		text-decoration: none;
		z-index: 2;
	}

	footer .contact a.button_contact:hover {
		color: #FFF !important;
	}

	footer .contact a.button_contact::before {
		display: none;
	}

	/* COPY RIGHT
	-----------------------------------------------------------*/
	footer .copyright {
		padding: 85px 0 30px;
	}

	footer .copyright a.privacy {
		margin-bottom: 20px;
	}

	footer .copyright a.privacy:hover {
		text-decoration: none;
	}
}

/*  375px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:375px) {
	footer .contact h3 {
		font-size: 5.7vw;
	}

	/* ----- お問合せ ----- */
	footer .contact p {
		width: 100%;
	}

	footer .copyright p {
		margin: 0 auto;
		width: calc(335 /375 *100%);
	}
}
