<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
=======================================================
FOOTER
=======================================================


/* footer
----------------------------------------- */
#footer {
	/*position: relative;*/
	margin-top: 0;
	padding-top: 0;
	background: #F7F8FA;
}
.footerBg{
	background: var(--color-main);
	margin-bottom: 30px;
}
#footer .bgImageBtnWrap{
    padding: 50px 3%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#footer .bgImageBtnWrap .commonLink01{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#footer .bgImageBtnWrap .commonLink01:hover{
	box-shadow: 0 0 0px rgba(0,0,0,0.5);
}

#footer .bgImageBtnWrap .link{
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 320px;
}

.footer_Link_text{
	padding-top: 80px;
}

.footer_Link_text p{
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

.footer_Link_text p.enTitle{
	font-size: 40px;
	font-weight: normal;
}

.footer_Link_tel .telItem{
	text-align: center;
	vertical-align: middle;
}

.footer_Link_tel .telItem img{
	display: inline-block;
	max-width: inherit;
	width: auto;
	height: 30px;
	margin-right: 10px;
}

.footer_Link_tel .telItem .textw{
	color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.footer_Link_tel .telItem .textw a{
    font-size: 36px;
	color: #fff;
	    font-weight: bold;
}


#footer .commonLink01 img{
	width: inherit;
	margin-right: 10px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
background: #000;
    text-decoration: none;
    color: #fff;
    width: 84px;
    height: auto;
    padding: 33px 0;
    text-align: center;
    display: block;
    border-radius: 42px;
    font-size: 12px;
    transition: .3s;
}
#page-top a:hover {
   opacity: .5;
}


#contactBanner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 9999;
}
#contactBanner a {
	display: block;
	width: 100px;
	height: 100px;
	transition: .3s;
}
#contactBanner a:hover {
   opacity: .5;
}

#footer .footer_Logotext{
	text-align: center;
}

.footer_Logotex_imgLogo{
	margin-bottom: 30px;
}

.footer_Logotex_imgLogo img{
	max-width: inherit;
	width: 108px;
}

.footer_Logotext_txt {
	margin-bottom: 60px;
}

.footer_Logotext_txt .txtJP{
	/*margin-bottom: 10px;*/
	color: #FAB44B;
	text-decoration: center;
	font-size: 24px;
	font-weight: 700;
}

.footer_Logotext_txt .txtEn{
    font-size: 10vw;
	color: var(--color-yellow);
	font-weight: 400;
}


.footer_Logotext_txt .txtJP_small{
	color: #888888;
	font-size: 18px;
	font-weight: 500;
}

.footer-gnav {
	padding: 0 3%;
	text-align: center;
	margin: 0;
}


.footer-gnav li {
	list-style: none;
    margin: 0 20px 20px 0;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
.footer-gnav li a{
	color: var(--color-black1);
    padding: 0px 5px;
    font-weight: bold;
}
.footer-gnav li a:hover{
	/*color: var(--color-yellow);*/
	opacity: .7;
}
/*.footer-gnav li:last-child {
	margin-bottom: 0;
}*/

.footer-gnav.policyLink{

}

.footer-gnav.policyLink a{
	display: flex;
	font-weight: normal;
	justify-content: center;
}

.footer-gnav.policyLink a img{
	width: 1.5em;
	padding-left: 5px;
	margin: 0 0 0 0;
}

.footer-inner {
	padding: 40px 30px 15px;
	/*background-color: #F5F5F5;*/
	color: #2D2D2D;
}
.footer-company-area {
	margin-bottom: 80px;
}
.footer-logo {
	display: block;
	width: 200px;
	margin: 0 auto 20px;
}
.footer-logo img{
	display: block;
}
.footer-address {
	margin-bottom: 15px;
	font-size: 12px;
	color: #2D2D2D;
	text-align: center;
}
.copyright {
	font-weight: 400;
	display: block;
	font-size: 13px;
	text-align: center;
	color: #fff;
	background: #000000;
	letter-spacing: 0.06em;
	display: block;
	padding: 20px 0 20px;
}
.snsLinkWrap{
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.snsLinkWrap .linkitem{
	margin: 0 5px;
}
.snsLinkWrap .linkitem a {
    background: var(--color-main);
    /* border: 1px solid #008000; */
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    display: block;
    position: relative;
    border-radius: 15px;
    cursor: pointer;
    transition: .3s;
    overflow: hidden;
}
.snsLinkWrap .linkitem a img {
    width: auto;
    display: block;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: .3s;
}


/* tablet 640px - 799px */
@media only screen and (min-width: 640px) {
/* footer
----------------------------------------- */
	#footer {
		position: relative;
	}
	.page-top {
		display: block;
		position: absolute;
		top: 0;
		right: 30px;
		width: 50px;
		height: 50px;
	}
	.footer-gnav {
		padding: 0 40px;
	}

	.footer-gnav li a{
		color: #222;
	}
	/*.footer-gnav li:last-child {
		margin-bottom: 0;
	}*/
	.footer-inner {
		padding: 40px 30px 25px;
		/*background-color: #f7f7f7;*/
		color: #2D2D2D;
	}
	.footer-company-area {
	}
	.footer-logo {
		display: block;
		width: 200px;
		margin-bottom: 15px;
	}
	.footer-address {
		font-size: 11px;
	}
	.copyright {
		font-weight: 400;
		display: block;
		font-size: 13px;
		text-align: center;
		/*color: #222;*/
		letter-spacing: 0.06em;
	}

}


/* PC 768px - */
@media only screen and (min-width: 768px) {
	.footer-gnav{
		margin-bottom: 20px;
	}
	.footer-gnav li {
		display: inline-flex;
	    margin: 0 20px 0 0;
	    font-size: 13px;
	    flex-direction: row;
	    justify-content: center;
	    align-content: center;
	    align-items: center;
	    font-weight: bold;
	}
}

/* PC 800px - */
@media only screen and (min-width: 800px) {
	#footer .bgImageBtnWrap .link{
		margin: 0 5px 10px 5px;
		width: 320px; 
	}
	#footer .bgImageBtnWrap{
		display: flex;
    	justify-content: center;
    	    padding: 50px 3% 90px;
	}
	.footer_Logotext_txt .txtJP{
		font-size: 30px;
	}
	.footer_Logotext_txt .txtEn{
		font-size: 90px;
	}
	.footer-company-area {
		margin-bottom: 100px;
	}
}

/* PC 1100px - */
@media only screen and (min-width: 1100px) {
/* commonLink01 
	----------------------------------------- */

	#footer .bgImageBtnWrap .link{
		margin: 0 15px 0 15px;
		max-width: 320px; 
		width: 33%;
	}
	/*#footer .commonLink01{
		font-size: 16px;
	}*/
/* footer
----------------------------------------- */
	#footer {
		/*padding-top: 250px;*/
	}
	.footerBg{
		/*background: #CCE5D7;*/
		margin-bottom: 40px;
	}
	.footer-gnav {
		padding: 0 40px;
		text-align: center;
	}
	.footer-gnav li {
		font-size: 15px;
	}
	.footer-gnav li a {
		transition: all .3s;
		color: #000;
		padding: 15px 15px;
	}
	.footer-gnav li a:hover {
		opacity: 0.7;
	}
	.footer-gnav li:last-child {
		margin: 0;
	}
	.footer-inner {
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
		padding: 30px 60px 30px;
		color: #2D2D2D;
	}
	.footer-company-area {
		width: 70%;
	    margin: 50px auto 100px;
	}
	.footer-logo {
		display: block;
		width: 264px;
		margin-bottom: 20px;
	}
	.footer-address {
		margin-bottom: 15px;
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	.copyright {
		font-weight: 400;
		display: block;
		font-size: 13px;
		text-align: center;
		letter-spacing: 0.06em;
	}

	.snsLinkWrap .linkitem{
		margin: 0 5px;
	}
	.snsLinkWrap .linkitem a{
		width: 26px;
		height: 26px;
		border-radius: 13px;
	}
	.snsLinkWrap .linkitem a img{
		height: 12px;
	}
	.snsLinkWrap .linkitem a .twitter{
		height: 10px;
	}

}

</pre></body></html>