@charset "UTF-8";
/*
=======================================================
FOOTER
=======================================================


/* footer
----------------------------------------- */
#footer {
	/*position: relative;*/
	margin-top: 0;
	padding-top: 30px;
	background: var(--color-black1);
}
.footerBg{
	background: var(--color-main);
	margin-bottom: 30px;
}
#footer .bgImageBtnWrap{
    padding: 50px 3%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#footer .bgImageBtnWrap .link{
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 320px;
}

#footer .bgImageBtnWrap .tel{
	min-height: 100px;
	padding: 23px 30px;
	text-align: center;
}

#footer .bgImageBtnWrap .link .tel img{
	width: 1.5em;
}

#footer .bgImageBtnWrap .link .tel .number{
	font-size: 24px;
	display: block;
	font-weight: bold;
}
#footer .bgImageBtnWrap .link .tel .text{
	display: block;
	text-align: center;
}

#footer .bgImageBtnWrap .link .tel:hover .number,
#footer .bgImageBtnWrap .link .tel:hover .text{
	color: #fff !important;
}

#footer .bgImageBtnWrap .link:hover .tel img{
  filter: saturate(0%);
  filter: brightness(23%);
}

.footer_Link_text{
	padding-top: 80px;
}

.footer_Link_text p{
	font-weight: bold;
	font-size: 26px;
}
#footer .commonLink01 img{
	width: inherit;
}

#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 0 20px 0;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
.footer-gnav li a{
	color: #fff;
    padding: 0px 5px;
    font-weight: bold;
    transition: .3s;
}
.footer-gnav li a:hover{
	color: var(--color-green);
}
/*.footer-gnav li:last-child {
	margin-bottom: 0;
}*/

.footer-gnav.policyLink{

}

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

.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 15px;
}
.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: 10px;
	text-align: center;
	color: #bbb;
	letter-spacing: 0.06em;
}

.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-green);
	/*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;
	/*-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);*/
}
.snsLinkWrap .linkitem a .twitter{
	height: 13px;
}
.snsLinkWrap .linkitem a:hover{
	background: var(--color-main);
}
/*.snsLinkWrap .linkitem a:hover img{
	-webkit-filter: brightness(0) invert(100);
    filter: brightness(0) invert(100);
}*/

/* 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: 10px;
		text-align: center;
		
		letter-spacing: 0.06em;
	}

}


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

/* 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: 90px 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: 12px;
		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;
	}

}



/* footer02
----------------------------------------- */
.footerFlexWrap{
	display: flex;
	max-width: 1200px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	justify-content: space-between;
	margin-bottom: 70px;
}

.footerFlexWrap .footerNavWrap{
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.footerNavWrap .footerNavFlex{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 900px;
}

.footerNavWrap .footerNavFlex .navItem{
	width: 154px;
	margin-bottom: 24px;
}

.footerNavWrap .footerNavFlex .navItem.w200{
	width: 200px;
}

.footerNavWrap .footerNavFlex .navItem .linkItem{
	font-weight: bold;
	font-size: 14px;
	transition: .3s;
}

.footerNavWrap .footerNavFlex .navItem .linkItem:hover{
	opacity: .5;
}

.footerNavWrap .footerNavFlex .navItem .linkItem.light{
	font-weight: normal;
}



/* 
共通フッターリンク
----------------*/
.footerCommonWrap {
    display: flex;
    width: 100%;
/*    margin-bottom: 100px;*/
}

.footerCommonWrap .col img {
    transition: 0.3s;
}

.footerCommonWrap .col:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}

.footerCommonWrap .txt1 {
    font-size: 14px;
    line-height: calc(25/14);
    color: #fff;
}

.footerCommonWrap .txt2 {
    font-size: 26px;
    font-weight: bold;
    line-height: calc(47/35);
    color: #fff;
}

.footerCommonWrap .col {
    width: 50%;
    color: #FFF;
    position: relative;
}

.footerCommonWrap .col img {
    z-index: 1;
    opacity: 0.6;
}

.footerCommonWrap .col .imgWrap {
    overflow: hidden;
    background-color: #0E1621;
    transition: .3s;
}

.footerCommonWrap .col:hover .imgWrap {
    background: var(--color-grad);
}

.footerCommonWrap .centerText {
    z-index: 2;
    position: absolute;
    bottom: 10%;
    left: 15%;
    width: auto;
    /* transform: translate(-50%, -50%); */
    /* -webkit-transform: translate(-50%, 0); */
    -ms-transform: translate(-50%, -50%);
    text-align: left;
}

@media only screen and (max-width: 768px) {
	.footerCommonWrap {
		display: block;
		flex-wrap: wrap;
	}
    .footerCommonWrap {
        flex-wrap: wrap;
    }
    .footerCommonWrap .col {
        width: 100%;
        /*margin-bottom: 40px;*/
    }
}





/* 
ロゴ
----------------*/
.footerLogoWrap{
	max-width: 1200px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	padding: 25px 0 25px;
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	margin-bottom: 40px;
}

.footerLogoWrap .footer-logo{
	margin-bottom: 0px;
	max-width: 160px;
}

.footerCopyItem{
	padding: 10px;
}

@media only screen and (max-width: 640px) {
	.footerFlexWrap{
		display: block;
	}
	.footerFlexWrap .footerNavWrap{
		margin-bottom: 60px;
	}
	.footerNavWrap .footerNavFlex .navItem{
		width: 50%;
	}
	.footerNavWrap .footerNavFlex .navItem.w200{
		width: 50%;
	}
	.footerNavWrap .bannerItem{
		width: 100%;
	}

	.footerNavRight .bannerItem img{
		width: inherit;
		min-width: inherit;
	}
}




