@charset "utf-8";
/* CSS Document */

body,html{
	width:100%;
	height:100%;
}

#wrapper {
	width:100%;
	min-height:100%;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
}

#sp-panel{
	display:none;
}
.spNoDisplay {
	display: block;
}

@media screen and (min-width: 960px) {
.pcNoDisplay {
	display: none;
}
}

@media screen and (max-width: 961px) {
.spNoDisplay {
	display: none;
}

#wrapper {
	height:auto;
	position:relative;
}

#wrapper  > .background-image{
	display:none;
}
}



/*--------------------------------------------------

     HEADER (COMMON)
	 
---------------------------------------------------*/

#header{
	width:100%;
	height:135px;
	z-index:999;
	position:fixed;
	top:0;
	left:0;
	/*display:none*/
}

#header > h1{
	position:absolute;
	top:47px;
	left:57px;
	display:block;
	width:90px;
	height:50px;
	z-index:10;
}

#header > h1 img{
	width:100%;
	height:auto;
}

#header .lang{
	width:250px;
	position:absolute;
	top:50px;
	right:150px;
	text-align:center;
}

#header .lang a{
	display:inline-block;
	color:#FFFFFF;
	font-weight:bold;
	padding:0 1em;
	text-decoration:none;
}

#header .lang a+a{
	border-left:1px #FFFFFF solid;
}

#header .lang a.en{
	color:#666666;
	cursor:default;
}

#header .lang a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media screen and (max-width: 960px) {
#header{
	height:50px;
}

#header > h1{
	top:10px;
	left:10px;
	width:75px;
	height:auto;
}

#header .lang{
	width:200px;
	position:absolute;
	top:15px;
	right:60px;
	text-align:right;
}

#header .lang a{
	font-size:11px;
	padding:0 1em;
}
}


.hidden {
  background-color:rgba(33,67,129,0.8);
  transition: all 0.5s ease;
}





/*--------------------------------------------------

     SP GLOBAL NAV (COMMON)
	 
---------------------------------------------------*/
/*.h_nav{
	display:none;
}

#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 14px;
  letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background:none;
}
 span.ml {
	 margin-left:0.5em;
  }  */
  
/*@media screen and (min-width:769px) and ( max-width:1500px) {*/
.h_nav{
	display:block;
	position:relative;
}

  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }

  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 3em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
  }
 #gNav .nav {
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,
  #gNav .current-menu-parent a {
    color: #bfd0ff;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
  
  
.h_nav > .menu{
	display:block;
	text-align:center;
	  color:#FFFFFF;
	  position:absolute;
	  top:80px;
	  right:45px;
	  font-size:12px;
	  font-weight:bold;
}
/*}*/



@media screen and (max-width: 960px) {
.h_nav > .menu{
	display:none;
}
}







/*--------------------------------------------------

    フッター前マージン調整
	 
---------------------------------------------------*/

.index-wrapper,
.inner-wrapper{
	width:100%;
	/*height:100%;*/
}

/* IE10以上 */
@media all and (-ms-high-contrast: none){
.index-wrapper,
.inner-wrapper{
	padding-bottom:655px; /*フッターの高さ*/
	}
}

/* Edge */
@supports (-ms-ime-align: auto) {
.index-wrapper,
.inner-wrapper{
	padding-bottom:1px;
	}
}

/*Firefox*/
@-moz-document url-prefix() {
.index-wrapper,
.inner-wrapper{
	padding-bottom:655px; /*フッターの高さ*/
	}
}




.last{
	margin-bottom:755px !important; /*フッターの高さ+100px*/
}

/* IE10以上 */
@media all and (-ms-high-contrast: none){
.last{
	  margin-bottom:100px !important;;
  }
}

/*Firefox*/
@-moz-document url-prefix() {
.last {
	margin-bottom:100px !important; /*フッターとの空き*/
	}
}

@media screen and (max-width: 960px) {
.last{
	margin-bottom:50px !important;
}
}












/*--------------------------------------------------

    中面共通
	 
---------------------------------------------------*/

/*画像付きタイトル*/
.inner-main{
	width:100%;
	height:425px;
	text-align:center;
	position:relative;
	background-color:#000000;
}

.inner-main .box{
	width:250px;
	height:300px;
	position:absolute;
	left:50%;
	transform: translate(-50%, 0%);
	-webkit-transform:translate(-50%, 0%);
	bottom:0;
	background:rgba(0,42,135,0.5);
}

.inner-main .inner-title{
	width:800px;
	position: absolute;
	top:65%;
	left:50%;
	transform: translate(-50%, -65%);
	-webkit-transform:translate(-50%, -65%);
	color:#FFFFFF;
}

.inner-main .inner-title > h1{
	font-size:50px;
	font-family: 'Open Sans Condensed', sans-serif;
font-weight:bold;
	line-height:1;
	margin-bottom:15px;
}

.inner-main .inner-title > h2{
	font-size:16px;
	line-height:1;
}

.inner-main.privacy{
	background:url(../images/common/privacy_main.jpg) no-repeat center center;
	background-size:cover;
}

.inner-main.business-index{
	background:url(../images/business/index_main.jpg) no-repeat center center;
	background-size:cover;
}

.inner-main.what-index{
	background:url(../images/what/index_main.jpg) no-repeat center center;
	background-size:cover;
}

.inner-main.what-sales{
	background:url(../images/what/index_main.jpg) no-repeat center center;
	background-size:cover;
}

.inner-main.group-index{
	background:url(../images/group/index_main.jpg) no-repeat center center;
	background-size:cover;
}

.inner-main.contact-index{
	background:url(../images/contact/index_main.jpg) no-repeat center center;
	background-size:cover;
}
.inner-main.news-index{
	background:url(../images/news/index_main.jpg) no-repeat center center;
	background-size:cover;
}


/*サブタイトル*/
.sub-title{
	width:100%;
	margin:0 auto;
	text-align:center;
	margin-bottom:50px;
}

.sub-title h3{
	font-size:14px;
	margin-bottom:20px;
}

.sub-title h3 > span{
	display:block;
	font-size:40px;
	line-height:1;
	margin-bottom:10px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	letter-spacing:0.1em;
}

.sub-title hr{
	height: 1px;
	background-color: #000000;
	width: 180px;
	border: none;
	margin:0 auto;
}



@media screen and (max-width: 960px) {
.inner-main{
	height:250px;
}

.inner-main .box{
	width:30%;
	height:200px;
	left:50%;
}

.inner-main .inner-title{
	width:100%;
	height:250px;
	top:0;
	left:0;
	transform: translate(0, 0);
	-webkit-transform:translate(0, 0);
	padding-top:100px;
	background-size:cover;
}

.inner-main .inner-title > h1{
	font-size:30px;
	margin-bottom:10px;
}

.inner-main .inner-title > h2{
	font-size:18px;
	margin-bottom:10px;
}


/*サブタイトル*/
.sub-title{
	padding-top:30px;
	margin-bottom:30px;
}

.sub-title h3{
	margin-bottom:10px;
}

.sub-title h3 > span{
	font-size:20px;
	margin-bottom:5px;
}


}




















/*--------------------------------------------------

     FOOTER (COMMON)
	 
---------------------------------------------------*/

.banner{
	width:100%;
	background-color:#EEEEEE;
	text-align:center;
	padding:47px 0;
}

.banner h2{
	display:inline-block;
	color:#A5A5A5;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:24px;
	font-weight:bold;
	border-right:1px #A5A5A5 solid;
	margin-right:100px;
	padding-right:10px;
}

.banner > a{
	display:inline-block;
	width:253px;
	height:74px;
}

.banner > a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-webkit-transition: all .3s;
	transition: all .3s;
}

.banner > a+a{
	margin-left:30px;
}

.banner a > img{
	width:100%;
	height:auto;
	border:1px #CCCCCC solid;
}



footer{
	width:100%;
	position:absolute;
	bottom:0;
	background:url(../images/common/footer_image.jpg) no-repeat center bottom;
	background-size:cover;
	/*display:none;*/
}

footer > h3{
	font-size:28px;
	text-align:center;
	color:#FFFFFF;
	margin-top:65px;
	margin-bottom:15px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
}

footer > p{
	text-align:center;
	color:#FFFFFF;
	margin-bottom:40px;
}

footer a.contact-btn{
	display:block;
	font-size:16px;
	text-align:center;
	width:320px;
	height:60px;
	line-height:60px;
	color:#FFFFFF;
	margin:0 auto;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	border:2px #FFFFFF solid;
	margin-bottom:70px;
	background:url(../images/common/arrow_r_w.png) no-repeat 290px center;
}

footer a.contact-btn:hover{
	color:#000000;
	text-decoration:none;
	-webkit-transition: all .3s;
	transition: all .3s;
	background:url(../images/common/arrow_r_bl.png) no-repeat 290px center #FFFFFF;
}

.pagetop{
	width:115px;
	height:32px;
	background-color:rgba(0,0,0,0.9);
	text-align:center;
	line-height:32px;
	position:absolute;
	bottom:170px;
	right:0;
}

.pagetop a{
	color:#FFFFFF;
	background:url(../images/common/pagetop_arrow.png) no-repeat 0 center;
	padding-left:15px;
}

.pagetop a:hover{
	color:#BEBEBE;
	text-decoration:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.footer-inner{
	width:100%;
	height:170px;
	background-color:#000000;
	padding-top:20px;
}

.footer-inner a.privacy{
	color:#FFFFFF;
	margin-left:50px;
}

.footer-inner a.logo{
	display:block;
	width:100px;
	height:41px;
	text-align:center;
	margin:0 auto;
	margin-bottom:20px;
}

.footer-inner a.logo img{
	display:block;
	width:100%;
	height:auto;
}

p.copyright{
	width:100%;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
}

@media screen and (max-width: 960px) {
.banner{
	width:100%;
	padding:20px 1%;
}

.banner h2{
	display:block;
	font-size:16px;
	border-right:none;
	margin-right:0px;
	padding-right:0px;
	margin-bottom:10px;
}

.banner > a{
	display:block;
	width:49%;
	height:auto;
	margin:0 auto;
	float:left;
}

.banner > a+a{
	margin:0 auto;
	margin-left:1%;
}

.banner a > img{
	width:100%;
	height:auto;
}

.banner:after{
	content: "";
    clear: both;
	display: block;
}

footer{
	position:static;
	height:auto;
}

footer > h3{
	font-size:18px;
	letter-spacing:0em;
	margin-top:0px;
	padding-top:20px;
	margin-bottom:10px;
}

footer > p{
	text-align:center;
	color:#FFFFFF;
	margin-bottom:20px;
}

footer a.contact-btn{
	font-size:14px;
	width:90%;
	height:50px;
	line-height:50px;
	margin-bottom:30px;
	background:url(../images/common/arrow_r_w.png) no-repeat 95% center;
}

.pagetop{
	width:100%;
	height:45px;
	line-height:45px;
	position:static;
	border-bottom:1px #FFFFFF solid;
}

.footer-inner{
	width:100%;
	height:170px;
	background-color:#000000;
	padding-top:0px;
}

.footer-inner a.privacy{
	margin-left:0px;
	text-align:left;
	display:block;
	height:45px;
	padding-left: 15px;
	/*border-bottom:1px #FFFFFF solid;*/
	line-height:45px;
}

.footer-inner a.logo{
	margin-top:20px;
}

p.copyright{
	font-size:10px;
}
}




/*マージン--------------------------------------------------------
-----------------------------------------------------------------*/
.mb-005{ margin-bottom:5px; }
.mb-010{ margin-bottom:10px; }
.mb-015{ margin-bottom:15px; }
.mb-020{ margin-bottom:20px; }
.mb-030{ margin-bottom:30px; }
.mb-040{ margin-bottom:40px; }
.mb-050{ margin-bottom:50px; }
.mb-060{ margin-bottom:60px; }
.mb-070{ margin-bottom:70px; }
.mb-080{ margin-bottom:80px; }
.mb-090{ margin-bottom:90px; }
.mb-100{ margin-bottom:100px; }

@media screen and (max-width: 960px) {
.mb-100{ margin-bottom:50px; }
}

.mt-010{ margin-top:10px; }
.mt-020{ margin-top:20px; }
.mt-030{ margin-top:30px; }
.mt-040{ margin-top:40px; }
.mt-050{ margin-top:50px; }
.mt-060{ margin-top:60px; }
.mt-070{ margin-top:70px; }
.mt-080{ margin-top:80px; }
.mt-090{ margin-top:90px; }
.mt-100{ margin-top:100px; }

.mr-010{ margin-right:10px; }
.mr-020{ margin-right:20px; }
.mr-030{ margin-right:30px; }
.mr-040{ margin-right:40px; }
.mr-050{ margin-right:50px; }
.mr-060{ margin-right:60px; }
.mr-070{ margin-right:70px; }
.mr-080{ margin-right:80px; }
.mr-090{ margin-right:90px; }
.mr-100{ margin-right:100px; }

.ml-010{ margin-left:10px; }
.ml-020{ margin-left:20px; }
.ml-030{ margin-left:30px; }
.ml-040{ margin-left:40px; }
.ml-050{ margin-left:50px; }
.ml-060{ margin-left:60px; }
.ml-070{ margin-left:70px; }
.ml-080{ margin-left:80px; }
.ml-090{ margin-left:90px; }
.ml-100{ margin-left:100px; }


/*Padding--------------------------------------------------------
-----------------------------------------------------------------*/
.pb-010{ padding-bottom:10px; }
.pb-015{ padding-bottom:15px; }
.pb-020{ padding-bottom:20px; }
.pb-030{ padding-bottom:30px; }
.pb-040{ padding-bottom:40px; }
.pb-050{ padding-bottom:50px; }
.pb-060{ padding-bottom:60px; }
.pb-070{ padding-bottom:70px; }
.pb-080{ padding-bottom:80px; }
.pb-090{ padding-bottom:90px; }
.pb-100{ padding-bottom:100px; }

.pt-010{ padding-top:10px; }
.pt-015{ padding-top:15px; }
.pt-020{ padding-top:20px; }
.pt-030{ padding-top:30px; }
.pt-040{ padding-top:40px; }
.pt-050{ padding-top:50px; }
.pt-060{ padding-top:60px; }
.pt-070{ padding-top:70px; }
.pt-080{ padding-top:80px; }
.pt-090{ padding-top:90px; }
.pt-100{ padding-top:100px; }

.pr-010{ padding-right:10px; }
.pr-020{ padding-right:20px; }
.pr-030{ padding-right:30px; }
.pr-040{ padding-right:40px; }
.pr-050{ padding-right:50px; }
.pr-060{ padding-right:60px; }
.pr-070{ padding-right:70px; }
.pr-080{ padding-right:80px; }
.pr-090{ padding-right:90px; }
.pr-100{ padding-right:100px; }

.pl-010{ padding-left:10px; }
.pl-020{ padding-left:20px; }
.pl-030{ padding-left:30px; }
.pl-040{ padding-left:40px; }
.pl-050{ padding-left:50px; }
.pl-060{ padding-left:60px; }
.pl-070{ padding-left:70px; }
.pl-080{ padding-left:80px; }
.pl-090{ padding-left:90px; }
.pl-100{ padding-left:100px; }


/*（2022.02.25追記）*/
#pagetop { position: fixed; bottom: 15%; right: 2%; z-index: 500;}
#pagetop a {color: white; font-size: 12px; position: relative; padding: 30px 20px 20px 20px; background-color: black;}
#pagetop a::before {content: ""; width: 12px; height: 12px; border-top: 2px solid white; border-right: 2px solid white; position: absolute; left: 50%; top: 10px; transform:translate(-50% , 0) rotate(-45deg);}
@media (max-width: 1200px) and (min-width: 768px) {
#pagetop {bottom: 8%;}
#pagetop a {font-size: 1vw; padding: 2.5vw 1.667vw 1.667vw 1.667vw;}
#pagetop a::before {width: 1vw; height: 1vw;}
}
@media (max-width: 767px) {
@media (orientation: portrait) { /* スマホ縦 */
	#pagetop a { font-size: 3vw; padding: 3.911vw 2.608vw 2.608vw 2.608vw;}
	#pagetop a::before { width: 2.4vw; height: 2.4vw; }
}
}
@media (max-width: 420px) {
	#pagetop {bottom: 12%;}
}
@media (max-width: 393px) {
	#pagetop {bottom: 13%;}
}
@media (max-width: 380px) {
	#pagetop {bottom: 15.5%;}
}






