@charset "utf-8";
/*++++++++++++++++++
footer
+++++++++++++++++++*/
#pagetop {
	position: fixed;
	bottom: 5rem;
	right: 0;
	background: var(--white);
	border: 1px solid var(
	--darkgray);
	padding: 20px;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	margin: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	cursor: pointer;
}
#pagetop i {
	color: var(--darkgray);
}
footer {
	background: var(--black);
	position: relative;
	padding: 0 0 100px;
}
.footer-top {
}
footer ol {
	width: var(--flex-100);
	display: grid;
	justify-content: center;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
footer ol li {
	text-align:center;
}
footer ol li a {
	color: var(--white);
	text-decoration:none;
	font-weight: var(--wght-500);
}
.footer-bottom {
	display: block;
	justify-content: center;
	padding: 40px 0 30px;
	align-items: center;
}
.footer-bottom > div:last-child {
	border-top: 1px solid var(--opa-black05);
	height:100%;
	padding: 20px 0 0;
	margin: 20px 0 0;
	text-align: center;
}
.flogo {
	display: block;
	margin: auto;
	text-align: center;
}
.flogo img {
	width: auto;
}
.tel {
	letter-spacing: 1px;
	color: inherit;
	text-decoration: none;
}

.credit {
	border: 1px solid var(--opa-white02);
	max-width: fit-content;
	padding: 20px;
	display: grid;
	align-items: center;
	grid-template-columns: 1fr;
	gap: 20px;
	justify-content: space-between;
	margin: 0 auto 20px;
	border-left: none;
	border-right: none;
	box-sizing: border-box;
}
.social {
	
width: auto;
	
margin: 0 auto 30px;
	
max-width: max-content;
	
display: flex;
}
.social a {
	width: 30px;
	display: block;
}

.copyright {
	padding: 0;
}
.copyright div:first-child {
	text-align: center;
	display: grid;
	grid-template-columns: 1fr;
	gap:20px;
	justify-content: space-between;
	align-items: center;
}
.copyright .medium-inner {
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width: 600px) {
/*++++++++++++++++++
footer
+++++++++++++++++++*/
#pagetop {
}
#pagetop i {
	color: var(--darkgray);
}
footer {
}
.footer-top {
}
footer ol {grid-template-columns: 1fr;}
footer ol li a {
	color: var(--white);
	text-decoration:none;
	font-weight: var(--wght-500);
}
.footer-bottom {
}
.footer-bottom > div:last-child {
}
.flogo {
}
.flogo img {
}
.tel {
	letter-spacing: 1px;
	color: inherit;
	text-decoration: none;
}

.credit {
}
.social {
}
.social a {
}

.copyright {
}
.copyright div:first-child {
}
.copyright .medium-inner {
	display: flex;
	justify-content: space-between;
}
}

@media screen and (min-width: 1024px) {
/*++++++++++++++++++
footer
+++++++++++++++++++*/
#pagetop {
	bottom: 0;
}
#pagetop i {
	color: var(--darkgray);
}
footer {
}
.footer-top {
}
footer ol {
	width: var(--flex-90);
	display: flex;
}
footer ol li a {
	color: var(--white);
	text-decoration:none;
	font-weight: var(--wght-500);
}
.footer-bottom {
	display:flex;
	padding: 70px 0 40px 0;
}
.footer-bottom > div:last-child {
	border-left: 1px solid var(--opa-black05);
	height:100%;
	padding: 0 0 0 30px;
	border-top: none;
	text-align: inherit;
}
.flogo {
}
.flogo img {
}
.tel {
	letter-spacing: 1px;
	color: inherit;
	text-decoration: none;
}

.credit {
	max-width: var(--small-inner);
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
	margin: 0 auto 20px;
	box-sizing: border-box;
}
.social {
}
.social a {
}

.copyright {
	padding: 15px 0;
}
.copyright div:first-child {
	display: flex;
	justify-content: space-between;
}
.copyright .medium-inner {
	display: flex;
	justify-content: space-between;
}
}

@media screen and (min-width: 1200px) {
/*++++++++++++++++++
footer
+++++++++++++++++++*/
#pagetop {margin: 30px;}
#pagetop i {
	color: var(--darkgray);
}
footer {padding: 0;}
.footer-top {
}
footer ol {
}
footer ol li a {
	color: var(--white);
	text-decoration:none;
	font-weight: var(--wght-500);
}
.footer-bottom {
}
.footer-bottom > div:last-child {
}
.flogo {
	display: block;
}
.flogo img {
}
.tel {
	letter-spacing: 1px;
	color: inherit;
	text-decoration: none;
}

.credit {
}
.social {
}
.social a {
}

.copyright {
	padding: 15px 0;
}
.copyright div:first-child {
	display: flex;
	gap:20px;
	justify-content: space-between;
	align-items: center;
}
.copyright .medium-inner {
	display: flex;
	justify-content: space-between;
}
}


@media screen and (min-width: 1500px) {
/*++++++++++++++++++
footer
+++++++++++++++++++*/
#pagetop {
}
#pagetop i {
	color: var(--darkgray);
}
footer {
}
.footer-top {
}
footer ol {
	width: var(--flex-70);
	display: flex;
	justify-content: space-between;
}
footer ol li a {
	color: var(--white);
	text-decoration:none;
	font-weight: var(--wght-500);
}
.footer-bottom {
	display:flex;
	justify-content: center;
	padding: 70px 0 40px 0;
	align-items: center;
}
.footer-bottom > div:last-child {
	border-left: 1px solid var(--opa-black05);
	height:100%;
	padding: 0 0 0 30px;
}
.flogo {
	display: block;
}
.flogo img {
}
.tel {
	letter-spacing: 1px;
	color: inherit;
	text-decoration: none;
}

.credit {
}
.social {
	
width: auto;
	
margin: 0 auto 30px;
	
max-width: max-content;
}
.social a {
}

.copyright {
	padding: 15px 0;
}
.copyright div:first-child {
	display: flex;
	gap:20px;
	justify-content: space-between;
	align-items: center;
}
.copyright .medium-inner {
	display: flex;
	justify-content: space-between;
}
}