@charset "utf-8";

@media screen and (min-width:768px){
/*pc・タブレットcss*/


/* +++++++++++++++++++++++++ */

#wrapper{
	position:relative;
}
.content-area{
	width:100%;
	max-width:1640px;
	margin-left:auto;
	margin-right:auto;
}
/* +++++++++++++++++++++++++　table */

.table-ttl{
	margin-bottom:40px;
	text-align:center;
	font-size:30px;
	font-weight:700;
	line-height:1;
}
.base-table{
	width:100%;
	border-collapse:collapse;
	border-top: solid 1px #000;
}
.base-table th,
.base-table td{
	padding:24px;
	border-bottom: solid 1px #000;
}
.base-table th{
	width:20%;
}
.base-table td{
	position:relative;
	width:80%;
}

.base-table .qualified-persons-list{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.base-table .qualified-persons-list dt{
	width:20em;
}
.base-table .qualified-persons-list dd{
	width:calc(100% - 20em);
}
.base-table .qualified-persons-list dd span{
	display:block;
	width:4em;
	text-align:right;
}

.base-table .officers-list{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.base-table .officers-list dt{
	width:10em;
}
.base-table .officers-list dd{
	width:calc(100% - 10em);
}

.table-btn{
	position:absolute;
	top:10px;
	right:0;
}
.table-btn a{
	position:relative;
	display:block;
	padding:2px 10px;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	background-color:#000;
	color:#fff;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.table-btn a span{
	position:relative;
	padding-right:3.5em;
}
.table-btn a span:before{
	content:"";
	position:absolute;
	top:50%;
	right:0.5em;
	width:2em;
	height:2em;
	margin-top:-1em;
	background:url(../img/common/btn_aro_w.svg) no-repeat right center / 100% auto;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.table-btn a:hover{
	opacity:1;
}
.table-btn a:hover span:before{
	right:0px;
}




/* +++++++++++++++++++++++++　inner */

.inner-page-ttl{
	position:relative;
	margin-bottom:5vw;
	padding:5vw 0 0;
}
.inner-page-ttl .en{
	display:block;
	margin-bottom:20px;
	text-align:center;
	font-weight:700;
	font-size:55px;
	line-height:1;
}
.inner-page-ttl .jp{
	display:block;
	text-align:center;
	font-size:22px;
	font-family: "Zen Old Mincho", serif;
	font-weight:700;
	line-height:1;
}

.inner-page-ttl.bg-ver{
	position:relative;
	padding:10vw 0;
	color:#fff;
}
.inner-page-ttl.bg-ver:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
}
.inner-page-ttl.bg-ver .ttl{
	position:relative;
	z-index:2;
}
.inner-page-ttl#philosophy-page-ttl{ background:url(../img/philosophy/page_ttl_bg.jpg) no-repeat center center / cover; }
.inner-page-ttl#business-page-ttl{ background:url(../img/business/page_ttl_bg.jpg) no-repeat center center / cover; }
.inner-page-ttl#works-page-ttl{ background:url(../img/works/page_ttl_bg.jpg) no-repeat center center / cover; }
.inner-page-ttl#csr-page-ttl{ background:url(../img/csr/page_ttl_bg.jpg) no-repeat center center / cover; }
.inner-page-ttl#company-page-ttl{ background:url(../img/company/page_ttl_bg.jpg) no-repeat center center / cover; }
.inner-page-ttl#recruit-page-ttl{ background:url(../img/recruit/page_ttl_bg.jpg) no-repeat center center / cover; }


/* +++++++++++++++++++++++++　anchor */

.anchor-navi{
	margin-bottom:5vw;
}
.anchor-navi .content-area{
	max-width:1200px;
}

.anchor-navi ul{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.anchor-navi li{
	width:calc(100% / 7);
	border-right: solid 1px #000;
}
.anchor-navi li:first-child{
	border-left: solid 1px #000;
}
.anchor-navi a{
	display:block;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	height:100%;
	text-align:center;
	font-size:20px;
	line-height:1.2;
	padding:1.5vw 1vw;
}
.anchor-navi li a:hover{
	opacity:1;
	background-color:#EFEFEF;
}
.anchor-navi.ver02 li{
	width:calc(100% / 4);
}

.anchor-navi li.active a{
	opacity:1;
	background-color:#EFEFEF;
}


/* +++++++++++++++++++++++++　btn */

.base-btn{
}
.base-btn a{
	position:relative;
	display:block;
	padding:8px 10px;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	border: solid 1px #000;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.base-btn a span{
	position:relative;
	display:inline-block;
	padding:0 40px 0 30px;
	font-family: "Zen Old Mincho", serif;
	font-weight:700;
}
.base-btn a span:after{
	position:absolute;
	right:5px;
	top:50%;
	content:"";
	width: 6px;
	height: 6px;
	margin-top:-2px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.base-btn.btn-inline{
	display:inline-block;
}

.base-btn a:hover{
	opacity:1;
	border: solid 1px #000;
	background-color:#000;
	color:#fff;
}
.base-btn a:hover span:after{
	right:0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* ++++++++++++++++++++++ */

.big-base-btn{
	width:60%;
	margin: 0 auto;
}
.big-base-btn a{
	position:relative;
	display:block;
	padding:40px 10px;
	text-align:center;
	text-decoration:none;
	border: solid 2px #000;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.big-base-btn a:before{
	content:"";
	position:absolute;
	top:50%;
	right:40px;
	width:5em;
	height:1em;
	margin-top:-0.5em;
	background:url(../img/common/big_btn_aro.svg) no-repeat right center / cover;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.big-base-btn a .big{
	display:block;
	margin-bottom:20px;
	font-size:40px;
	line-height:1;
	font-weight:700;
}
.big-base-btn a .mini{
	display:block;
	font-size:20px;
	line-height:1;
	font-family: "Zen Old Mincho", serif;
	font-weight:700;
}

.big-base-btn a:hover{
	opacity:1;
	border: solid 2px #000;
	background-color:#000;
	color:#fff;
}
.big-base-btn a:hover:before{
	right:20px;
	background:url(../img/common/big_btn_aro_w.svg) no-repeat right center / cover;
}






/* +++++++++++++++++++++++++　header */

#common-header{
	position:relative;
	width:100%;
	background-color:rgba(255,255,255,0.8);
	padding:1.2vw 2vw 1.4vw 2vw;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; 
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#common-header.fixed{
	position:fixed !important;
	top:0;
	left:0;
	z-index:100;
	width:100%;
}
#top-page #common-header{
	position:absolute;
	top:0;
	left:0;
	z-index:4;
}
#common-header .logo{
	width:15%;
	max-width:284px;
	line-height:1;
}
.header-right{
	width:80%;
}
.navi-btn{
	display:none;
}
/* +++++++++++++++++++++++++　gnavi */

.navi-child{
}
#common-header .gnavi{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	-webkit-box-pack: flex-end; -ms-flex-pack: flex-end; -webkit-justify-content:flex-end; justify-content:flex-end; 
}
#common-header .sp-navi-btn{
	display:none;
}
#common-header .gnavi li{
	margin-right:2.5em;
}
#common-header .gnavi li:nth-last-child(4){
	margin-right:0;
}
#common-header .gnavi a{
	position:relative;
	display:block;
	text-align:center;
	line-height:1;
	text-decoration:none;
	font-size:0.9vw;
}
#common-header .gnavi .sp-sub-navi{
	display:none;
	
}

/* +++++++++++ */

.header-sub-navi{
	margin-bottom:10px;
}
.header-sub-navi ul{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	-webkit-box-pack: flex-end; -ms-flex-pack: flex-end; -webkit-justify-content:flex-end; justify-content:flex-end; 
}
.header-sub-navi li{
	margin-right:2em;
}
.header-sub-navi li:last-child{
	margin-right:0;
}
.header-sub-navi li a{
	position:relative;
	display:block;
	text-align:center;
	line-height:1;
	text-decoration:none;
	font-size:0.75vw;
}
.header-sub-navi li.contact a{
	display:block;
	background-color:#000;
	color:#fff;
	padding:8px 20px;
}


/* +++++++++++++++++++++++++ */

#bottom-contact-bnr a{
	display:block;
	padding:5vw 0;
	background-color:#AAAAAA;
	text-align:center;
}
#bottom-contact-bnr a:hover{
	background-color:#000;
	opacity:1;
}
#bottom-contact-bnr .en{
	display:block;
	color:#fff;
	font-size:40px;
	letter-spacing:0.1em;
	line-height:1.4;
	font-weight:700;
}
#bottom-contact-bnr .jp{
	display:block;
	color:#fff;
	font-size:16px;
	font-weight:700;
}

/* +++++++++++++++++++++++++ */

#common-footer{
	padding-top:4vw;
}
#common-footer .footer-inner{
	margin-bottom:2vw;
	padding:0 5vw;
}
#common-footer .footer-company{
	width:30%;
}
#common-footer .footer-company .logo{
	margin-bottom:10px;
	width:280px;
}
#common-footer .footer-company .address{
	margin-bottom:20px;
}
#common-footer .footer-company .qualifications{
	font-size:80%;
}

#common-footer .sitemap-link{
	width:70%;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#common-footer .sitemap-link .column{
	width:calc((100% / 5) - 3%);
}
#common-footer .sitemap-link a{
	width:100%;
	text-decoration:none;
	line-height:1.8;
}
#common-footer .sitemap-link .sub-navi{
	margin-bottom:30px;
	margin-top:0.3em;
	padding-top:0.3em;
	border-top: solid 1px #707070;
}
#common-footer .sitemap-link .sub-navi{
}
#common-footer .sitemap-link li{
	position:relative;
	left:0;
	font-size:80%;
	line-height:1.5;
	margin-bottom:5px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-indent:-0.8em;
	padding-left:0.8em;
}
#common-footer .sitemap-link li:before{
	content:"- ";
}
#common-footer .sitemap-link .sub-navi li:hover{
	left:5px;
}
#common-footer .copyright{
	width:100%;
	padding:3vw 5vw;
}












}

@media screen and (min-width:768px) and ( max-width:1700px) {
	
	.content-area{
		padding-left:5vw;
		padding-right:5vw;
	}


}

@media (max-width: 768px) {
	
	
	
	.content-area{
		padding-left:5vw;
		padding-right:5vw;
	}
	
	/* +++++++++++++++++++++++++　table */
	
	.table-ttl{
		margin-bottom:5vw;
		text-align:center;
		font-size:20px;
		font-weight:700;
		line-height:1;
	}
	.base-table{
		width:100%;
		border-collapse:collapse;
		border-top: solid 1px #000;
	}
	.base-table th,
	.base-table td{
		display:block;
		width:100%;
	}
	.base-table th{
		padding:2vw 3vw 0;
		font-weight:700;
		font-size:16px;
	}
	.base-table td{
		position:relative;
		padding:0vw 3vw 2vw;
		border-bottom: solid 1px #000;
	}
	
	.base-table .qualified-persons-list{
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	.base-table .qualified-persons-list dt{
		width:17em;
	}
	.base-table .qualified-persons-list dd{
		width:calc(100% - 17em);
	}
	.base-table .qualified-persons-list dd span{
		display:block;
		width:4em;
		text-align:right;
	}
	
	.base-table .officers-list{
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	.base-table .officers-list dt{
		width:10em;
	}
	.base-table .officers-list dd{
		width:calc(100% - 10em);
	}
	
	.table-btn{
		display:inline-block;
		padding-top:3vw;
	}
	.table-btn a{
		position:relative;
		display:block;
		padding:1vw 3vw;
		font-size:12px;
		text-align:center;
		text-decoration:none;
		background-color:#000;
		color:#fff;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.table-btn a span{
		position:relative;
		padding-right:3em;
	}
	.table-btn a span:before{
		content:"";
		position:absolute;
		top:50%;
		right:0;
		width:2em;
		height:2em;
		margin-top:-1em;
		background:url(../img/common/btn_aro_w.svg) no-repeat right center / 100% auto;
	}
	
	
	
	
	/* +++++++++++++++++++++++++　inner */
	
	.inner-page-ttl{
		position:relative;
		margin-bottom:5vw;
		padding:10vw 0 0;
	}
	.inner-page-ttl .en{
		display:block;
		margin-bottom:3vw;
		text-align:center;
		font-weight:700;
		font-size:20px;
		line-height:1;
	}
	.inner-page-ttl .jp{
		display:block;
		text-align:center;
		font-size:10px;
		font-family: "Zen Old Mincho", serif;
		font-weight:700;
		line-height:1;
	}
	
	.inner-page-ttl.bg-ver{
		position:relative;
		padding:15vw 0;
		color:#fff;
	}
	.inner-page-ttl.bg-ver:before{
		content:"";
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.3);
	}
	.inner-page-ttl.bg-ver .ttl{
		position:relative;
		z-index:2;
	}
	.inner-page-ttl#philosophy-page-ttl{ background:url(../img/philosophy/page_ttl_bg.jpg) no-repeat center center / cover; }
	.inner-page-ttl#business-page-ttl{ background:url(../img/business/page_ttl_bg.jpg) no-repeat center center / cover; }
	.inner-page-ttl#works-page-ttl{ background:url(../img/works/page_ttl_bg.jpg) no-repeat center center / cover; }
	.inner-page-ttl#csr-page-ttl{ background:url(../img/csr/page_ttl_bg.jpg) no-repeat center center / cover; }
	.inner-page-ttl#company-page-ttl{ background:url(../img/company/page_ttl_bg.jpg) no-repeat center center / cover; }
	.inner-page-ttl#recruit-page-ttl{ background:url(../img/recruit/page_ttl_bg.jpg) no-repeat center center / cover; }
	
	
	/* +++++++++++++++++++++++++　anchor */
	
	.anchor-navi{
		margin-bottom:8vw;
	}
	.anchor-navi ul{
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
		-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	.anchor-navi li{
		width:32%;
		margin-right:2%;
		margin-bottom:2%;
		border-bottom: solid 1px #000;
	}
	.anchor-navi li:nth-child(3n){
		margin-right:0;
	}
	.anchor-navi a{
		display:block;
		text-align:center;
		font-size:12px;
		line-height:1.4;
		padding:2vw 1vw;
	}
	
	.anchor-navi.ver02 li{
		width:47.5%;
		margin-right:5%;
		margin-bottom:2%;
		border-bottom: solid 1px #000;
	}
	.anchor-navi.ver02 li:nth-child(2n){
		margin-right:0;
	}
	.anchor-navi.works-nav li:first-child {
		width:100%;
	}
	.anchor-navi.works-nav li {
		margin-right:2%;
	}
	.anchor-navi.works-nav li:nth-child(4),
	.anchor-navi.works-nav li:nth-child(7){
		margin-right:0;
	}
	
	.anchor-navi li.active a{
		opacity:1;
		background-color:#EFEFEF;
	}
	
	
	/* +++++++++++++++++++++++++　btn */
	
	.base-btn{
	}
	.base-btn a{
		position:relative;
		display:block;
		text-align:center;
		text-decoration:none;
		border: solid 1px #000;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.base-btn a span{
		position:relative;
		display:inline-block;
		padding:6px 30px 6px 20px;
		font-family: "Zen Old Mincho", serif;
		font-weight:700;
	}
	.base-btn a span:after{
		position:absolute;
		right:10px;
		top:50%;
		content:"";
		width: 4px;
		height: 4px;
		margin-top:-2px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.base-btn.btn-inline{
		display:inline-block;
	}
	
	
	/* ++++++++++++++++++++++ */
	
	.big-base-btn{
	}
	.big-base-btn a{
		position:relative;
		display:block;
		padding:6vw 3vw;
		text-align:center;
		text-decoration:none;
		border: solid 2px #000;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.big-base-btn a .icon{
		position:relative;
		display:inline-block;
		padding:0 4em;
	}
	.big-base-btn a .icon:before{
		content:"";
		position:absolute;
		top:50%;
		right:0;
		width:3em;
		height:2em;
		margin-top:-1em;
		background:url(../img/common/big_btn_aro.svg) no-repeat right center / 100% auto;
	}
	.big-base-btn a .big{
		display:block;
		margin-bottom:2vw;
		font-size:22px;
		line-height:1;
		font-weight:700;
	}
	.big-base-btn a .mini{
		display:block;
		font-size:10px;
		line-height:1;
		font-family: "Zen Old Mincho", serif;
		font-weight:700;
	}
	
	.big-base-btn a:hover{
		opacity:1;
		border: solid 2px #000;
		background-color:#000;
		color:#fff;
	}
	.big-base-btn a:hover .icon:before{
		background:url(../img/common/big_btn_aro_w.svg) no-repeat right center / cover;
	}
	
	
	/* +++++++++++++++++++++++++ header */
	
	#common-header{
		position:relative;
		width:100%;
		height:12vw;
		padding:2vw 3vw;
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	#common-header .logo{
		width:50vw;
		line-height:1;
	}
	#common-header .header-sub-navi{
		display:none;
	}
	.navi-bg{
		display:none;
		position: fixed;
		z-index:100;
		width: 100%;
		height:100%;
		background-color:rgba(0,0,0,0.2);
	}
	.navi-bg.active{
		display: block;
	}
	.navi-btn{
		position: fixed;
		z-index:1000;
		top:0;
		right:0;
		display:block;
		width:12vw;
		height:12vw;
		background-color:rgba(255,255,255,0.2);
	}
	.navi-btn .gnavi-toggle{
		cursor:pointer;
		height:12vw;
		font-size:9px;
		text-align:center;
		color:#fff;
	}
	.navi-btn .gnavi-toggle .gnavi-toggle-inner{
		position:relative;
		width:60%;
		height:5vw;
		margin: 0 auto;
		top:3.2vw;
	}
	.navi-btn .gnavi-toggle span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #707070;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.navi-btn .gnavi-toggle span:nth-of-type(1) {
		top: 0;
	}
	.navi-btn .gnavi-toggle span:nth-of-type(2) {
		top: 50%;
		margin-top:-1px;
	}
	.navi-btn span:nth-of-type(3) {
		bottom: 0;
	}
	
	.navi-btn .gnavi-toggle.active span {
		background-color: #fff;
	}
	.navi-btn .gnavi-toggle.active span:nth-of-type(1) {
		transform: translateY(2.3vw) rotate(-315deg);
	}
	.navi-btn .gnavi-toggle.active span:nth-of-type(2) {
		opacity: 0;
	}
	.navi-btn .gnavi-toggle.active span:nth-of-type(3) {
		width:100%;
		margin-left:0%;
		transform: translateY(-2.3vw) rotate(315deg);
	}
	
	/* +++++++++++++++++++++++++　gnavi */
	
	.navi-child{
		position:fixed;
		z-index: 999;
		top:0;
		right: -70%;
		width:70%;
		height: 100vh;
		padding-top:20vw;
		background-color:rgba(0,0,0,0.6);
		transition: all 0.6s;
	}
	.navi-child.active{
		right: 0;
	}
	.navi-child .gnavi{
		width:100%;
	}
	.navi-child .gnavi li{
		margin-bottom:4vw;
		margin-left:3vw;
	}
	.navi-child .gnavi li a{
		position:relative;
		display:block;
		width:100%;
		text-decoration:none;
		color:#fff;
		font-size:16px;
	}
	.navi-child .gnavi .sp-sub-navi a{
		font-size:14px;
	}
	
	
	/* +++++++++++++++++++++++++ */
	
	#bottom-contact-bnr a{
		display:block;
		padding:7vw;
		background-color:#000;
		text-align:center;
	}
	#bottom-contact-bnr .en{
		display:block;
		color:#fff;
		font-size:24px;
		letter-spacing:0.1em;
		line-height:1.4;
		font-weight:700;
	}
	#bottom-contact-bnr .jp{
		display:block;
		color:#fff;
		font-size:14px;
		font-weight:700;
	}
	
	/* +++++++++++++++++++++++++ */
	
	#common-footer{
		padding-top:4vw;
	}
	#common-footer .footer-inner{
		margin-bottom:2vw;
		padding:0 5vw;
	}
	#common-footer .footer-company{
		width:100%;
	}
	#common-footer .footer-company .logo{
		margin-bottom:2vw;
		width:60%;
	}
	#common-footer .footer-company .address{
		margin-bottom:3vw;
	}
	#common-footer .footer-company .qualifications{
		font-size:80%;
	}
	
	#common-footer .sitemap-link{
		display:none;
	}
	#common-footer .copyright{
		width:100%;
		padding:3vw 5vw;
		font-size:12px;
	}
	
		
		
		
	
	
	
	
	
	
	
	
	
	
}


