@charset "UTF-8";
@font-face {
	font-family: 'd-din_condensedregular';
	src: url('fonts/d-dincondensed-webfont.eot');
	src: url('fonts/d-dincondensed-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/d-dincondensed-webfont.woff2') format('woff2'),
	     url('fonts/d-dincondensed-webfont.woff') format('woff'),
	     url('fonts/d-dincondensed-webfont.svg#d-din_condensedregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&subset=japanese');
/*font-family: 'Sawarabi Mincho', sans-serif;*/


body{
	background: #efefef;
	/*padding-top: calc(75px + 2.2vw);*/
	padding-top: 125px;
	width: 100%;
	min-width: 1000px;
}

body.fixed{
	position:fixed;
	width: 100vw;
	height:100vh;
}
.content-wrap{
}
.content-inner{
	width: 1000px;
	margin:0 auto;
	padding: 0 20px;
}


.content-footer{
	text-align: center;
	padding: 40px 0 0;
}


.tal{
	text-align: left!important;
}
.tar{
	text-align: right!important;
}

/********************************************


header


**********************************************/


.l-header{
	background: #FFF;
	width: 100%;
	height:75px;
	padding: 0 150px 0 20px;
	padding: 0 40px 0 20px;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	min-width: 1000px;
}

.l-header h1{
	height:100%;
	margin-right: auto;
	width: 32%;
}
@media screen and (min-width: 769px ) and (max-width: 1000px ) {
	.l-header h1{
		height:100%;
		margin-right: 4%;
		width: 26%;
	}
}

.l-header h1>a{
	display: flex;
	align-items: center;
	width: auto;
	height: 100%;

}
.l-header h1 a p.header-english-caption{
	height:100%;
	width: auto;
	display: flex;
	align-items: center;
	white-space:nowrap;
	font-family: 'd-din_condensedregular';
	margin-left: 15px;
}


.l-header h1 img{
	display: block;
	/*width: 100%;*/
	height: 92%;/*
	max-width: 300px;*/
}

.l-header h1>a img.main-logo-icon{
	margin-right: 10px;
	display: block;
	height:45px!important;
}

.l-header h1>a img.main-sc-logo-icon{
	height:70%;
	margin-top: 10px;
}


.l-header h1>a img.main-logo-text{
	height:100%;
	height: 25px;
}

/*-------l-navi-menu--------*/

.l-menu-entry{
	position: fixed;
	top:0;
	right:75px;
	width: 75px;
	height:75px;
	z-index:3000!important;
	transition: all 0.3s ease;
	background: #e94820;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	cursor:pointer;
	font-size: 1.2rem;
}
.l-menu-entry a{
	color: #FFF;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.l-menu-mypage{
	position: fixed;
	top:0;
	right:0;
	width: 75px;
	height:75px;
	z-index:3000!important;
	transition: all 0.3s ease;
	background: #374ea0;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	cursor:pointer;
	font-size: 1.2rem;
}
.l-menu-mypage a{
	color: #FFF;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.l-menu-trigger{
	position: fixed;
	top:0;
	right:0;
	width: 75px;
	height:75px;
	z-index:3000!important;
	transition: all 0.3s ease;
	background: #FFF;
	cursor:pointer;

}
.l-menu-trigger.is-show{
	-webkit-border-radius: 0;
	        border-radius: 0;
	        transition: all 0.3s ease;
	        position:fixed;
	        top:0;
	        right:0;
}

.l-navi-menu{
	display: none;
	position: fixed;
	z-index: 1000;

	left: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 0 10%;
	background: rgba(0, 0, 0, .8);
}
.l-navi-menu .l-navi-menu-innrer{
	overflow-y:  scroll;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 110px 0 50px;
	display: flex;
	flex-direction: column;
 }
 .l-navi-menu .l-navi-menu-innrer::-webkit-scrollbar{
    display:none;
}
.l-navi-menu-category{
	width: 100%;
	margin-bottom: 50px;
}



h6.l-navi-category-title{
	width: 50%;
}
.l-navi-menu-category.high h6.l-navi-category-title,
.l-navi-menu-category.junior h6.l-navi-category-title{
	width: 30%;
	margin-bottom: 30px;
}
h6.l-navi-category-title{
	margin: 0 auto;
}
h6.l-navi-category-title img{
	width: 100%;
}

.l-navi-menu-category>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.l-navi-menu-category.junior .l-navi-content-list>li,
.l-navi-menu-category.high .l-navi-content-list>li{
	width: 32%;
	margin-bottom: 30px;
}
/*.l-navi-menu-category.junior .l-navi-content-list>li:last-child{
	background: none;
}
*/
.l-navi-menu-category.common>ul{
	margin-bottom: 30px;
}


.l-navi-menu-category a{
	color: #FFF;
}
h6.underline_title.white{
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	font-size: 18px;
	margin-bottom: 1rem;
}
.l-navi-page-list>li{
	font-size: 14px;
	margin-bottom: 1rem;
	display: flex; 
	align-items: center;
}
.l-navi-page-list>li::before{
	content: "";
	width: 8px;
	height: 1px;
	background: #FFF;
	margin-right: 5px;
}



.l-navi-menu-category.common .l-navi-content-list li{
	width: 24%;
	margin-bottom: 1%;
}

.l-navi-menu-category.common .l-navi-content-list li a{
	border: 1px solid rgba(255,255,255,.8);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
}

.l-navi-menu-category.common .l-navi-content-list li:nth-child(n+6){
	width: 24%;
	margin-bottom: 1%;
}
.l-navi-menu-pickup_list{
	margin-bottom: 40px;
}
.l-navi-menu-pickup_list li a{
	background: rgba(255,255,255,.8);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	height: 60px;
	border-radius: 10px;
	padding: 0 5%;
}


.l-navi-menu-pickup_list li{
	width: calc(25% - 7.5px);
	
}
.l-navi-menu-pickup_list li a::before{
	content:"";
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.l-navi-menu-pickup_list li:nth-child(1) a::before{
	background: url(../images/common/header-icon03.png)no-repeat center center;
	background-size: contain;
}
.l-navi-menu-pickup_list li:nth-child(2) a::before{
	background: url(../images/common/header-icon04.png)no-repeat center center;
	background-size: contain;
}
.l-navi-menu-pickup_list li:nth-child(3) a::before{
	background: url(../images/common/header-icon06.svg)no-repeat center center;
	background-size: contain;
}
.l-navi-menu-pickup_list li:nth-child(4) a::before{
	background: url(../images/common/header-icon05.png)no-repeat center center;
	background-size: contain;
}





.header-sub-navi{
	display: flex;
	width: 25%;
	justify-content: flex-end;
}

.header-sub-navi li{
	margin-right: 7%;
}

.header-sub-navi li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 1.2rem;
}

.header-sub-navi li a img{
	display: block;
	height:18px;
	margin-right: 5px;
}

.header-sub-navi li a span{
	display: inline-block;
	white-space:nowrap;
	font-size: 1.4rem;
	color: #003894;
}




/*カスタム検索_settings*/

.header-search-box{
	width: 150px;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.table.gsc-search-box{
	margin-bottom: 0!important;
}


.gsc-control-cse{
	background: none;
	border:none;
}


.cse .gsc-control-cse, .gsc-control-cse{
	padding: 0!important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2{
	padding:0 10px!important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input{
	padding-right: 0!important;
}

form.gsc-search-box{
	margin-bottom: 0!important;
}

table.gsc-search-box{
	margin-bottom: 0!important;
}


.gsst_a:hover .gscb_a, .gsst_a:focus .gscb_a{
	color:#000!important;
}

.gsst_a .gscb_a, .gsst_a .gscb_a{
	color:#000!important;
}




.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	transition: all 0.3s ease;
	width: 75px;
	height: 75px;
}
.is-show .menu-trigger {
	position:relative;
	position: fixed;
	z-index:100000;
	right:0;
	top:0;
	transition: all 0.3s ease;
}

.menu-trigger span {
	position: absolute;
	left: 32.5%;
	width: 35%;
	height: 3px;
	background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
	top: 20px;
}
.menu-trigger span:nth-of-type(2) {
	top: 30px;
}
.menu-trigger::before {
	position: absolute;
	left: 0;
	top:45px;
	font-family: 'd-din_condensedregular';
	content: 'MENU';
	font-weight: bold;
	display: block;
	width: 100%;
	color: #000;
	line-height: 1em;
	font-size: 1.6rem;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	transition: all .4s;
}
.is-show .menu-trigger::before {
	content: 'CLOSE';
	left: 2px;
	top: 14px;
	font-family: 'd-din_condensedregular';
	line-height: 1em;
}
.is-show .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
	top:30px;
}
.is-show .menu-trigger span:nth-of-type(2) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
	top:70px;
}



/*global-menu*/
.globalnavi_menu {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 auto;
	display: flex;
	align-items: center;
	padding:0 .5vw;
	  -ms-flex-pack: distribute;
	justify-content: space-around;
	background: rgba(255,255,255,.8);

	position: fixed;
	top: 75px;
	left: 0;
	    min-width: 770px;
	z-index: 10000;
}


.globalnavi_menu > li {
	width: 16.666%;
	font-size: 1.2rem;
}




.globalnavi_menu > li>a {
    display: block;
    color: #003894;
    border-right:1px #003894 solid;
	display: block;
/*	border:2px solid #fff;*/
	font-size: 1vw;
	line-height:1.3em;
	display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
    text-align: center;
}
.globalnavi_menu > li.brn>a {
    border-right:none;
}




.globalnavi_menu > li a:hover {
    color: #999;
	opacity:1;
	font-size: auto;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.globalnavi_menu > li:hover {
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.menu__second-level li{

}

.menu__second-level li a {
	width: 100%;
	font-size: 1.2rem;
}

.menu__second-level li:hover>a {
	background: #FFF;
	color:#000!important;
}


.globalnavi_menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
 	top: 55px;
    width: 100%;
    background: rgba(0,0,0,.4);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    transition-delay: .1s;
/*	border-bottom: 100px ;*/
}

li.menu__single:hover ul.menu__second-level {
 	top: 45px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    transition-delay: 0;
}



li.menu__single ul.menu__second-level li ,
li.menu__single:hover ul.menu__second-level li{
	border-bottom: 1px dotted #fff;
}

li.menu__single ul.menu__second-level li:last-child{
	border-bottom: none;
}


li.menu__single ul.menu__second-level li a,
li.menu__single:hover ul.menu__second-level li a{
	padding: 5px;
	display: block;
	color:#fff;
}


/*main-visual*/

.l-main-visual{
	background: #ddd;
	color:#fff;
	height:40vh;
	/*min-height: 380px;*/
	min-height: 500px;
	/*padding: 10px;*/
	/*text-shadow:0 1px 2px rgba(0,0,0,.20);*/
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/*min-width: 1200px;*/
}
.company .l-main-visual{
	margin-bottom: 115px;
}
.company.president .l-main-visual{
	margin-bottom: 0;
}

h2.main-visual__title {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/*position: absolute;*/
	color: #FFF;
	font-family: 'd-din_condensedregular';
	/*order: 2;*/
	padding: 0 50px 20px;
	border-bottom: 2px solid #FFF;
	margin-bottom: 20px;

}
h2.main-visual__title img {
	height: 26px;
	width: auto;
	margin-bottom: 15px;
}

h2.main-visual__title p {
	font-size: 4.8rem;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	line-height: 1;
	font-weight: bold;
}

.main-visual__title__english {
	font-family: 'd-din_condensedregular';
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1;
	/*order: 1;*/
}

.company h2.main-visual__title {
/*	display: flex;
	justify-content: center;
	align-items: center;*/
	position: absolute;
	top: 500px;
	left: 0;
	background: #4991C6;
	color: #FFF;
	font-family: 'd-din_condensedregular';
	font-weight: bold;
	font-size: 2.1rem;
	letter-spacing: 1em;
	width: 100%;
	height: 115px;
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}


/*main-visual high*/

.company.index .l-main-visual{
	background: #FFF;
}


.work.work01 .l-main-visual{
	background: url(../images/mainvisual/mainvisual_b1.jpg) no-repeat center 10%;
	background-size: cover;
}
.work.work02 .l-main-visual{
	background: url(../images/mainvisual/mainvisual_b2.jpg) no-repeat center center;
	background-size: cover;
}
.work.work03 .l-main-visual{
	background: url(../images/mainvisual/mainvisual_b3.jpg) no-repeat center 15%;
	background-size: cover;
}
.work.work04 .l-main-visual{
	background: url(../images/mainvisual/mainvisual_b4.jpg) no-repeat center 10%;
	background-size: cover;
}
.business.index .l-main-visual{
	background: url(../images/mainvisual/mainvisual_d1.jpg) no-repeat center center;
	background-size: cover;
}
.system.index .l-main-visual{
	background: url(../images/mainvisual/mainvisual_e1.jpg) no-repeat right -50px;
	background-size: cover;
}
.parent.index .l-main-visual{
	background: url(../images/mainvisual/mainvisual_e2.jpg) no-repeat center top;
	background-size: cover;
}
.information.index .l-main-visual ,
.information.movie .l-main-visual{
	background: url(../images/mainvisual/mainvisual_f1.jpg) no-repeat center top;
	background-size: cover;
}


/*page-content*/

.l-page-content{
	width: 80%;
	margin: 0 10% 0;
	min-height: 50vh;
	position: relative;

	font-size: 1.5rem;
    line-height: 1.8em;

}

.l-page-content_inner{
	width: 80%;
	margin: 0 10%;
	padding-bottom: 50px;
}

.l-page-bg{
	padding-top: 50px;
}
.top .l-page-bg{
	padding-top: 30px;
}

img.main_graphic{
	width: 80%;
	margin: 0 10% 50px;
}

.l-page_full_content{
	width: 100%;
	margin: 50px 0;
}
.l-content__inner{
	width: 90%;
	margin: 0 auto;
}

/*
footer
*/

/*********************

footer

*********************/

#local_navi>li>ul {
	display: none;
}
#local_navi>li>ul.current {
	display: flex;
	justify-content: center;
	width: 80%;
	margin: 60px auto 60px;
	flex-wrap: wrap;
	border-top: 1px solid #888;
	padding-top: 30px;
}
#local_navi>li>ul.current li{
	width: 20%;
	margin: 0 1% 10px;
}






#local_navi>li>ul.current li a{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-size: 1.3rem;
	line-height:1.5em;
}	





.index #local_navi {
	display: none;
}


.l-footer{
	/* padding-top: 45px; */
	background: #FFF;
}


.footer-content{
	margin:0 auto;
	width: 70%;
	display: flex;
	padding-bottom: 40px;
}

.footer-sitemap{
	width: 33%;
	border-left: 1px solid ;
	padding-left: 2% ;
	margin-left: 2% ;
}

.footer-sitemap dt{
	margin-bottom: 10px;
}


.footer-sitemap:first-of-type{
	border-left: none;
}


.footer-sitemap li a{
	color:#58595b;
	position: relative;
	padding-left: 20px;
	font-size: 1.2rem;
	display: block;
}

.footer-sitemap__inner li a::before{
	content:"";
	width: 2px;
	height:2px;
	background: #58595B;
	position: absolute;
	top: .8em;
	left: 10px;
	margin: auto;
	display: inline-block;
}


.footer-sitemap__inner{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.footer-sitemap__inner li{
	width: 100%;
}

.footer-sitemap__inner li br{
	display: none;
}





.l-footer-target-menu{
	background: #1faddd;
	padding:30px 0 0;
/*	display: flex;
	justify-content: center;
	align-items: center;*/
}

.footer-menu{
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto 20px;
}
.footer-menu li{
	width: 19%;
	margin: 0 .5% 20px;
}
.footer-menu li a.footer-menu__bg{
	background: rgba(102,40,130,.1);
}

.footer-menu__box{
	display: flex;
	flex-direction:column;
	color: #FFF;
}
.footer-menu__box dt{
	border-bottom: 1px solid #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 1.7rem;
}
.footer-menu__box dd{
	line-height: 1.5em;
}
.footer-menu__box dd a{
	color: #FFF;
	font-size: 1.35rem;
}
.footer-target-menu{
	display: flex;
	        flex-wrap: wrap;
	  justify-content: center;
	width: 70%;
	margin: 0 auto 30px;
}

.footer-target-menu li{
	position: relative;

}

.footer-target-menu li::before{
	content:"";
	display: inline-block;
	background: #666;
	width: 1px;
	height:10px;
	position: absolute;
	top:10px;
	left:10px;
}


.footer-target-menu li:last-child::after{
	content:"";
	display: inline-block;
	background: #666;
	width: 1px;
	height:10px;
	position: absolute;
	top:10px;
	right: -10px;
}




.footer-target-menu li a{
	padding: 0 0 0 20px;
	font-size: 1.2rem;
}

.footer-group-bnr {
	display: flex;
	flex-direction:column;
	-webkit-justify-content: center;
	        justify-content: center;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 40px 10% 20px;
	background: #000;
	/*background: #F5F5F5;*/
	color: #FFF;
}
.footer-group-bnr li{
	width: 100%;
	margin: 0 auto;
}
.footer-group-bnr li a{
	/*border: 1px solid #AAA;*/
	display: block;
}	
.footer-group-bnr li img{
	width: 20vw;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer-menu__container{
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	flex-wrap: wrap;
	background: #000;
	/*background: #F5F5F5;*/
		padding: 0 20%;
	padding-bottom: 40px;
}
.footer-menu__container li{
	margin-right: 20px;
}
.footer-menu__container>li>a{
color: #FFF;
	font-size: 1.35rem;
}


.footer-sns{
	display: flex;
}

.footer-sns li{
	width: 50px;
}

.footer-sns li+li{
	margin-left: 10px;
}

.footer-sns li img{
	width: 100%;
}

.footer-copyright{
	padding: 10px;
	text-align: center;
	background: #000;
	/*background: #F5F5F5;*/
	color:#fff;
	border-top: 1px solid #fff;
	/*border-top: 1px solid #000;*/
	font-size: 1.2rem;
}




/*============================

　sitemap.html用

============================*/


  .page-sitemap {
	  width: 80%;
	  margin: 0 auto 40px;
  }
  
  .page-sitemap__inner {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
  }
  
  .page-sitemap__inner>li {
	  margin-bottom: 20px;
	  width: 49%;
  }
  
  .page-sitemap__inner>li a {
	  width: 100%;
	  background: #FFF;
	  display: block;
	  padding: 10px;
	  position: relative;
	  font-size: 1.6rem;
	  box-shadow: 0px 2px 4px rgba(0,0,0,0.18);
  }
  
.page-sitemap__inner li a::after {
	  content: "";
	  display: inline-block;
	  width: 10px;
	  height: 10px;
	  position: absolute;
	  position: absolute;
	  top: 40%;
	  right: 10px;
	  margin: auto;
	  transform: rotate(-45deg);
  }
  

  .page-sitemap__inner li a[target="_blank"] {
	  padding-right: 35px;
}
  .page-sitemap__inner li a[target="_blank"]::after {
	content:'';
	display:block;
	width:30px;
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
	transform: none;
	background: url(../images/common/link_btn_icon.png) no-repeat center center #c2a9cd;
	background-size: contain;
}


.gray-sq {
  position: relative;
  overflow: hidden; }

.gray-sq::before {
  content: "";
  z-index: 1000;
  position: absolute;
  top: 0;
  left: -100%;
  background: #ddd;
  display: inline-block;
  width: 100%;
  height: 100%; }

.gray-sq img, .gray-sq p, .gray-sq dl, .gray-sq dt, .gray-sq dd, .gray-sq span, .gray-sq div, .gray-sq table, .gray-sq ul, .gray-sq li, .gray-sq tr, .gray-sq td {
  opacity: 0; }

@keyframes slide-iq {
  0% {
    left: -100%;
    right: 100%;
    top: 0; }
  50% {
    left: 0;
    right: 0;
    top: 0; }
  65% {
    left: 0;
    right: 0;
    top: 0; }

  100% {
  	left: 100%;
    right: -100%;
    top: 0; } }

.is-show .gray-sq::before {
  content: "";
  position: absolute;
  animation: slide-iq .8s ease-in-out both; }

.is-show .gray-sq img, .is-show .gray-sq p, .is-show .gray-sq dl, .is-show .gray-sq dt, .is-show .gray-sq dd, .is-show .gray-sq span, .is-show .gray-sq div, .is-show .gray-sq table, .is-show .gray-sq ul, .is-show .gray-sq li, .is-show .gray-sq tr, .is-show .gray-sq td, .is-show.gray-sq img, .is-show.gray-sq p, .is-show.gray-sq dl, .is-show.gray-sq dt, .is-show.gray-sq dd, .is-show.gray-sq span, .is-show.gray-sq div, .is-show.gray-sq table, .is-show.gray-sq ul, .is-show.gray-sq li, .is-show.gray-sq tr, .is-show.gray-sq td {
  opacity: 1;
  transition: all .1s ease .5s; }
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



@keyframes right_in {
0%{
	opacity: 0;
	right:-250px;
	}
100% {
	opacity: 1;
	right:0;
	}
}



@keyframes left_in {
0%{
	display: none;
	opacity: 0;
	left:-170px;
	}
   50% {
	 display: none;
	 opacity: 0;
	 left:-170px;
   }
   100% {
	 display: block;
	 opacity: 1;
	 left:0;
   }
 }

@keyframes top_in {
0%{
	opacity: 0;
	transform: translateY(-10%);
	}
   100% {
	 opacity: 1;
	transform: translateY();
   }
 }

@keyframes bottom_in {
0%{
	opacity: 0;
	transform: translateY(10%);
	}
   100% {
	 opacity: 1;
	transform: translateY();
   }
 }



@keyframes fade-in {
   0% {
	 display: none;
	 opacity: 0;
   }

   1% {
	 display: block;
	 opacity: 0;
   }

   100% {
	 display: block;
	 opacity: 1;
   }
 }


 @keyframes fade-in-fast {
	0% {
	  display: none;
	  opacity: 0;
	}

	80% {
	  display: block;
	  opacity: 0;
	}

	100% {
	  display: block;
	  opacity: 1;
	}
  }

.is-show {
	visibility: visible;
}





/* -- Media query	767px以下の場合 スマートフォン設定------------*/


@media screen and (max-width: 768px ) {

/*
body.fixed{
	position:fixed;
	width: 100vw;
	height:100vh;
}
.content-wrap{
}
*/
body{
	padding: 0;
	min-width: inherit;
}

.content-inner{
	width: 100%;
	margin:0 auto;
	padding: 0 20px;
}
.content-footer{
	text-align: center;
	padding: 40px 0 0;
}



/********************************************


header


**********************************************/


.l-header{
	background: #FFF;
	height:60px;
	padding: 0 80px 0 10px;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	box-shadow: 0 0 12px rgba(0,0,0,.2);
	min-width: inherit;
}

.l-header h1{
	width:auto;
}


.l-header h1>a{
	display: flex;
	align-items: center;
	height: 100%;

}
.l-header h1 img{
	display: block;
	height: 65%;
	width: auto;
}

.l-header h1>a img.main-sc-logo-icon{
	height:9vw;
	margin-top: 0;
}




/*-------l-navi-menu--------*/

.l-menu-trigger{
	position: fixed;
	top:0;
	right:0;
	width: 75px;
	height:60px;
	z-index:3000!important;
	transition: all 0.3s ease;
	background: #FFF;
	cursor:pointer;

}

.l-navi-menu .l-navi-menu-innrer{
	overflow:  scroll;
	width: 100%;
	height: 100%;
	padding: 70px 0 50px;
 }
 .l-navi-menu .l-navi-menu-innrer::-webkit-scrollbar{
    display:none;
}
.l-navi-menu-category{
	width: 100%;
	margin-bottom: 10px;
}

h6.l-navi-category-title{
	margin: 0 auto;
	width: 100%;
}

h6.l-navi-category-title{
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 15%;
	border:1px solid #FFF;

	cursor: pointer;
}
h6.l-navi-category-title{

}






h6.l-navi-category-title img{
	width: auto;
    height: 4.5vh;
    display: block;
    margin: 0 auto;
}

.l-navi-menu-category>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	margin-bottom: 0;
}

.l-navi-menu-category.common>ul{
	flex-direction: row;
}





.l-navi-menu-category a{
	color: #FFF;
}

.l-navi-menu-category.common .l-navi-content-list li{
	width: 49%;
	margin-bottom: 1%;
}
.l-navi-menu-category.common .l-navi-content-list li a{
	border: 1px solid rgba(255,255,255,.8);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
	font-size: 1.3rem;
	letter-spacing: 0;
}
.l-navi-menu-category.common .l-navi-content-list li:nth-child(n+6){
	width: 49%;
	margin-bottom: 1%;
}



h6.underline_title.white{
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	font-size: 16px;
	margin-bottom: 0;
	padding: 0;

	cursor: pointer;

}
.l-navi-menu-category .l-navi-content-list>li>ul{
	display: none;
	padding-top: 10px;
}

.home__link-btn a {
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	font-size: 16px;
	margin-bottom: 0;
	padding: 0;

}



.l-navi-page-list>li{
	font-size: 14px;
	margin-bottom: 1rem;
	display: flex; 
	align-items: center;
}
.l-navi-page-list>li::before{
	content: "";
	width: 8px;
	height: 1px;
	background: #FFF;
	margin-right: 5px;
}





.l-navi-menu-pickup_list{
	margin-bottom: 0;
}
.l-navi-menu-pickup_list li a{
	background: rgba(255,255,255,.8);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	height: 35px;
	border-radius: 5px;
	padding: 5px 10px ;
	font-size:1.4rem;
	letter-spacing: 0;
}


.l-navi-menu-pickup_list li{
	width: calc(50% - 5px);
	margin-bottom: 10px;
	
}
.l-navi-menu-pickup_list li a::before{
	content:"";
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.l-navi-menu-pickup_list li:nth-child(1) a::before{
	background: url(../images/common/header-icon03.png)no-repeat center center;
	background-size: contain;
}
.l-navi-menu-pickup_list li:nth-child(2) a::before{
	background: url(../images/common/header-icon04.png)no-repeat center center;
	background-size: contain;
}
.l-navi-menu-pickup_list li:nth-child(3) a::before{
	background: url(../images/common/header-icon06.svg)no-repeat center center;
	background-size: contain;
}
.l-navi-menu-pickup_list li:nth-child(4) a::before{
	background: url(../images/common/header-icon05.png)no-repeat center center;
	background-size: contain;
}






.header-sub-navi{
	display: none;
}



/*カスタム検索_settings*/

.header-search-box{
	display: none;
}

.is-show .menu-trigger {
	position:relative;
	position: fixed;
	z-index:100000;
	right:0;
	top:0;
	transition: all 0.3s ease;
}
.menu-trigger span:nth-of-type(1) {
	top: 15px;
}
.menu-trigger span:nth-of-type(2) {
	top: 25px;
}
.menu-trigger::before {
	position: absolute;
	left: 0;
	top:35px;
	font-family: 'd-din_condensedregular';
	content: 'MENU';
	font-weight: bold;
	display: block;
	width: 100%;
	color: #000;
	line-height: 1em;
	font-size: 1.6rem;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	transition: all .4s;
}
.is-show .menu-trigger::before {
	content: 'CLOSE';
	left: 2px;
	top: 12px;
	font-family: 'd-din_condensedregular';
	line-height: 1em;
}
.is-show .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
	top:20px;
}
.is-show .menu-trigger span:nth-of-type(2) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
	top:60px;
}



/*global-menu*/

 .globalnavi_menu {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
	align-items: center;
	padding:0 5%;
	  -ms-flex-pack: distribute;
	justify-content: space-around;
	background: rgba(255,255,255,.8);

	position: fixed;
	top: 60px;
	left: 0;
	    min-width: 100%;
	z-index: 10000;
	display: none;
}


.globalnavi_menu > li {
	width: 100%;
	font-size: 1.2rem;
}


.globalnavi_menu > li>a {
    display: block;
    color: #003894;
    border-right:none;
    border-bottom:1px #003894 solid;
	font-size: 1.5rem;
	line-height:1.3em;
	display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
	text-align: center;
	position: relative;
}
.globalnavi_menu > li.brn>a {
    border-right:none;
}
.globalnavi_menu > li>a::after{
	content: '';
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-top: 1px solid #003894;
	border-right: 1px solid #003894;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
}
.globalnavi_menu > li>a.current::after{
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}




.globalnavi_menu > li a:hover {
    color: #003894;
	opacity:1;
	font-size: auto;
	background: #FFF;
}

ul.menu__second-level {
    color: #999;
 	font-size: auto;
   visibility: hidden;
    opacity: 1;
	z-index: 1;
	display: none;
}
ul.menu__second-level.is-show{
	display: block;
}

.globalnavi_menu > li:hover {
    background: none;
    -webkit-transition: all .5s;
    transition: none;
}

/*

.menu__second-level li{

}
*/
.menu__second-level li a {
	width: 100%;
	font-size: 1.5rem;
	background: none;
	color:#000!important;}
/*
.menu__second-level li:hover>a {
	background: #FFF;
	color:#000!important;
}


.globalnavi_menu > li.menu__single {
    position: relative;
}
*/
li.menu__single ul.menu__second-level {
    position: relative;
 	top: 0;
    width: 100%;
    background: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    transition-delay: .1s;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    transition-delay: 0;}

li.menu__single:hover ul.menu__second-level {
 	top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    transition-delay: 0;
}
/*


li.menu__single ul.menu__second-level li ,
li.menu__single:hover ul.menu__second-level li{
	border-bottom: 1px dotted #fff;
}

li.menu__single ul.menu__second-level li:last-child{
	border-bottom: none;
}

*/
li.menu__single ul.menu__second-level li a,
li.menu__single:hover ul.menu__second-level li a{
	padding: 10px;
	display: block;
	color:#fff;
} 


/*main-visual*/

.l-main-visual{
	background: #ddd;
	color:#fff;
	height:30vh;
	min-height: inherit;
	padding: 10px;
	text-shadow:0 1px 2px rgba(0,0,0,.20);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-width: inherit;
	margin-top: 60px;
}
.work .l-main-visual{
	height:38vh;
}
.company.index .l-main-visual{
	height: 70vh;
}

h2.main-visual__title {
	font-family: 'd-din_condensedregular';
	font-weight: bold;
	/*order: 2;*/
	font-size: 2.1rem;
	letter-spacing: 1em;
	top: 30vh;
	margin-top: 60px;
	width: 100%;
}
h2.main-visual__title p {
	font-size: 2.2rem;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	line-height: 1;
	font-weight: bold;
}

/*main-visual high*/

.company.index .l-main-visual{
	background: #FFF;
}


.work.work01 .l-main-visual{
	background: url(../images/mainvisual/mainvisual_b1.jpg) no-repeat center center;
	background-size: cover;
}
.work.work02 .l-main-visual{
	background: url(../images/mainvisual/mainvisual_b2.jpg) no-repeat center center;
	background-size: cover;
}
.work.work03 .l-main-visual{
	background: url(../images/mainvisual/mainvisual_b3.jpg) no-repeat center center;
	background-size: cover;
}
.work.work04 .l-main-visual{
	background: url(../images/mainvisual/mainvisual_b4.jpg) no-repeat center center;
	background-size: cover;
}
.business.index .l-main-visual{
	background: url(../images/mainvisual/mainvisual_d1.jpg) no-repeat center center;
	background-size: cover;
}
.system.index .l-main-visual{
	background: url(../images/mainvisual/mainvisual_e1.jpg) no-repeat right center;
	background-size: cover;
}
.parent.index .l-main-visual{
	background: url(../images/mainvisual/mainvisual_e2.jpg) no-repeat center top;
	background-size: cover;
}

/*page-content*/

.l-page-content{
	width: 90%;
	margin: 0 auto 0;
	min-height: 50vh;
	position: relative;
	min-width: inherit;
}

.l-page-content_inner{
	width: 80%;
	margin: 0 10%;
	padding-bottom: 50px;
}

.l-page-bg{
	padding-top: 30px;
}

img.main_graphic{
	width: 80%;
	margin: 0 10% 50px;
}

.l-page_full_content{
	width: 100%;
	margin: 50px 0;
}


/*
footer
*/

/*********************

footer

*********************/

#local_navi>li>ul {
	display: none;
}
#local_navi>li>ul.current {
	display: flex;
	justify-content: center;
	width: 90%;
	margin: 60px auto 40px;
	flex-wrap: wrap;
	border-top: 1px solid #888;
	padding-top: 30px;
	flex-direction: column;

}
.careerup #local_navi>li>ul.current li,
#local_navi>li>ul.current li{
	width: 100%;
	margin: 0 0 5px;
}
#local_navi>li>ul.current li a{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-size: 1.4rem;
	line-height:1.5em;
}	




.index #local_navi {
	display: none;
}




.l-footer{
	/* padding-top: 10px; */
	background: #FFF;
}


.footer-content{
	margin:0 auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-bottom: 40px;
}

.footer-sitemap{
	border-left: 1px solid ;
	padding-left: 5% ;
	margin-left: 5% ;
	width: 90%;
	padding-bottom: 10px
}

.footer-sitemap dt{
	margin-bottom: 5px;
	font-size: 1.5rem
}
.footer-sitemap dd{
	font-size: 1.3rem;
	line-height: 1.5em;
}


.footer-sitemap:first-of-type{
	border-left: none;
}


.footer-sitemap li a{
	color:#58595b;
	position: relative;
	padding-left: 20px;
	font-size: 1.2rem;
}

.footer-sitemap__inner li a::before{
	content:"";
	width: 2px;
	height:2px;
	background: #58595B;
	position: absolute;
	top: .8em;
	left: 10px;
	margin: auto;
	display: inline-block;
}


.footer-sitemap__inner{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.footer-sitemap__inner li{
	width: 100%;
}

.footer-sitemap__inner li br{
	display: none;
}

.l-footer-target-menu{
	background: #1faddd;
	padding:30px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.footer-target-menu{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: 100%;
}


.footer-target-menu{
	display: flex;
	padding:0 15px;
	  justify-content: flex-start;

}

.footer-target-menu li{
	position: relative;

}

.footer-target-menu li::before{
	content:"";
	display: inline-block;
	background: #666;
	width: 1px;
	height:10px;
	position: absolute;
	top:10px;
	left:10px;
}


.footer-target-menu li:last-child::after{
	content:"";
	display: inline-block;
	background: #666;
	width: 1px;
	height:10px;
	position: absolute;
	top:10px;
	right: -10px;
}




.footer-target-menu li a{
	padding: 0 0 0 20px;
	font-size: 1.2rem;
}

.footer-menu {
	width: 90%;
}
.footer-menu li {
    width: 100%;
    margin: 0 .5% 30px;
}
.footer-menu li a{
	letter-spacing: 0;
	font-size: 1.1rem
}


.footer-group-bnr {
	flex-wrap: wrap;
}
.footer-group-bnr li {
	width: 80%;
	margin-bottom: 5px;
}
.footer-group-bnr li img{
	width: 100%;
}

.footer-sns{
	display: flex;
}

.footer-sns li{
	width: 50px;
}

.footer-sns li+li{
	margin-left: 10px;
}

.footer-sns li img{
	width: 100%;
}

.footer-copyright{
	padding: 10px;
	text-align: center;
	background: #000;
	color:#fff;
}


/*============================

　sitemap.html用

============================*/


  .page-sitemap {
	  width: 90%;
	  margin: 0 auto 40px;
  }
  
  .page-sitemap__inner {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
  }
  
  .page-sitemap__inner>li {
	  margin-bottom: 5px;
	  width: 100%;
  }
  
  .page-sitemap__inner>li a {
	  width: 100%;
	  background: #FFF;
	  display: block;
	  padding: 10px;
	  padding-right: 15px;
	  position: relative;
	  font-size: 1.6rem;
	  box-shadow: 0px 2px 4px rgba(0,0,0,0.18);
  }
  
.page-sitemap__inner li a::after {
	  content: "";
	  display: inline-block;
	  width: 10px;
	  height: 10px;
	  position: absolute;
	  position: absolute;
	  top: 40%;
	  right: 10px;
	  margin: auto;
	  transform: rotate(-45deg);
  }


  .sitemap .l-page-content.high,
  .sitemap .l-page-content.junior{
	  border-bottom: 1px dashed #000;
	  padding-bottom: calc(5% - 40px);
	  margin-bottom:5%;
  }
  
  div:after, ul:after, dl:after {
	  content: none;
	  display: inline;
	  clear: none;
  }

  .page-sitemap__inner li a[target="_blank"] {
	  padding-right: 35px;
}
  .page-sitemap__inner li a[target="_blank"]::after {
	content:'';
	display:block;
	width:30px;
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
	transform: none;
	background: url(../images/common/link_btn_icon.png) no-repeat center center #c2a9cd;
	background-size: contain;
}
.main-visual__title__english {
	font-family: 'd-din_condensedregular';
	font-size:1.8rem;
	font-weight: bold;
	line-height: 1;
	/*order: 1;*/
}


}



