@charset "UTF-8";
.visible-sp{
  display: none;
}
#wrapper{
  position: relative;
  height: 100%;
  width: 100%;
  /*border:1px solid #f00;*/
}
/*-------------------------------------------------------------------------
navigation
-------------------------------------------------------------------------*/
#header{
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  /*opacity: 0;*/
}

#index #header{
	opacity: 0;
	transition:all 0.5s 0.5s linear;
}
#index #header.initialize{
	opacity: 1;
}


#logo{
  position: fixed;
  width: 220px;
  top:10px;
  left: 10px;
  z-index: 1;
  transition:all 0.6s 1.0s linear;
}
#logo img{
  transition:all 0.5s 0s linear;
  width: 100%;
}
#index #logo{
  transition:all 0.6s 0.0s linear;
  opacity: 0;
}
body:not(#index) #header.active #logo img{
  opacity: 0.2;
}
#index #logo:after,
#header.active #logo:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#toggleBtn{
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  /*transform:rotate(-45deg);*/
}

#toggleBtn:before{
  content: "";
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  margin-top: -4px;
  position: absolute;
  background-color: #000;
  transition:all 0.3s ease;
}
#toggleBtn:after{
  content: "";
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  margin-top: 4px;
  position: absolute;
  background-color: #000;
  transition:all 0.3s 0.1s ease;
}

#index #toggleBtn:before,
#index #toggleBtn:after{
  background-color: #fff;
}


#toggleBtn:hover:before{
  width: 30px;
}
#toggleBtn:hover:after{
  width: 30px;
}

#header.active #toggleBtn:before{
  margin: 0;
  background-color: #000;
  /*transform:rotate(-45deg);*/
}
#header.active #toggleBtn:after{
  margin: 0;
  background-color: #000;
  /*transform:rotate(45deg);*/
}

#navigation{
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  padding: 100px 0 20px;
  box-sizing:border-box;
  /*box-shadow: 0 0 3px rgba(0,0,0,0.3);*/
  /*opacity: 0;*/
  transition:width .5s ease-out, opacity 0.2s 0.1s linear;
}
#navigation.active{
  opacity: 1;
  width: 360px;
}

#navigation li a{
  display: block;
  color: inherit;
  padding: 15px 0 15px 90px;
}

#navigation li.current a,
#navigation li.parent a,
#navigation li a:hover{
  padding-left: 80px;
  color: #00387F;
}
#navigation li.current a{
  cursor: default;
}

#navigation ul{
  min-width: 200px;
  /*text-align: center;*/
}

#navigation ul li{
  position: relative;
  /*opacity: 0;*/
  font-size: 20px;
  /*margin-top: 8px;*/
  /*transition:all 0.6s 0.6s ease;*/
}
/*#navigation.active ul li{
  opacity: 1;
  margin-top: 0;
}*/

#navigation ul li:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 1px;
  background-color: #00387F;
  transition:all 0.2s ease;
}
#navigation ul li.parent:after,
#navigation ul li.current:after,
#navigation ul li:hover:after{
  width: 55px;
}

#navigation .en{
  margin-top: 50px;
  line-height: 1.4;
}
#navigation .en a{
  color: inherit;
  font-size: 15px;
  margin-left: 90px;
}

#navigation .en a:hover{
  opacity: 0.7;
}

#navigation .en a img{
  width: auto;
  height: 21px;
  margin-left: 5px;
  vertical-align: top;
}

/*-------------------------------------------------------------------------
container
-------------------------------------------------------------------------*/
#stage{
  height: 100%;
  transition:all 0.3s ease-out;
}
#stage.passive{
  position: relative;
  opacity: 0.2;
}
#stage.passive:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

#stage.transition{
  position: relative;
  overflow: hidden;
  transform:scale(0.90);
  opacity: 0.5;
  /*border:5px solid #f00;
  box-sizing:border-box;*/
}

#previous{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  height: 100%;
  width: 100%;
  transition:all 0.4s ease-out;

  /*transform-style: preserve-3d;*/
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}

#previous:after{
  content: "";
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  box-sizing:border-box;
  top: 0;
  left: 0;
  /*background-color: rgba(255,255,255,0.2);*/
}


#previous .container.upper{
  /*transform:translateY(-50%) rotateX(70deg);
  transform-origin:50% 50% 0;*/
  -ms-transform:translateY(-100%) rotateX(65deg);
  -webkit-transform:translateY(-100%) rotateX(65deg);
  transform:translateY(-100%) rotateX(65deg);
  transform-origin:50% 100% 0;
}
#previous .container.downer{
  /*transform:translateY(50%) rotateX(-70deg);
  transform-origin:50% 50% 0;*/
  -ms-transform:translateY(100%) rotateX(-65deg);
  -webkit-transform:translateY(100%) rotateX(-65deg);
  transform:translateY(100%) rotateX(-65deg);
  transform-origin:50% 0 0;
}

#previous .container.fadeOut #bg{
  transition:all 0.5s ease;
}
#previous .container #bg:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0,0,0,0.5);
}

#main{
  position: relative;
  z-index: 1;
  height: 100%;
}

.container{
	position: relative;
	min-height: 100%;
  overflow: hidden;
  /*background-color: #fff;*/
}

#home.container{
  background-color: transparent;
}

#previous .container{
  /*opacity: 0.8;*/
  transition:all 0.5s  ease-out;
  /*transform-style: preserve-3d;*/
}

#main .container{
  /*transition:all 0.8s ease-out;*/
  transition:all 0.4s ease-out;
}

#main .container.upper{
  transition:all 0.0s;
  transform:translateY(-100%);
  /*transform:translateY(-100%) rotateX(65deg);
  transform-origin:50% 100% 0;*/
}
#main .container.downer{
  transition:all 0.0s;
  transform:translateY(100%);
  /*transform:translateY(100%) rotateX(-65deg);
  transform-origin:50% 0 0;*/
}


#main .container #bg:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0,0,0,0.5);
  /*transition:all 0.5s 1.0s linear;*/
  transition:all 0.5s 0.7s linear;
}




.container.initialize{
  overflow: visible;
}




#titleArea{
	position: absolute;
	z-index: 0;
	/*width: 45%;*/
  width: 560px;
	height: 100%;
	background-color: #000;
	color: #fff;
  top: 0;
  left: 0;
  overflow: hidden;
	/*transform:scale(1.06);*/
	transition:all 0.8s ease-out;
}
#contentArea{
  position: absolute;
  z-index: 3;
  /*width: 55%;
  margin-left: 45%;*/
  width: -webkit-calc(100% - 560px);
  width: calc(100% - 560px);
  margin-left: 560px;

  min-height: 100%;
  background-color: #fff;
  transition:all 0.2s ease-out;
}
.subNavi{
  position: fixed;
  z-index: 2;
  left: 560px;
  text-align: right;
  bottom: 20px;
  opacity: 0;
  -webkit-transform:translateX(-100%);
  transform:translateX(-100%);
  transition:all 0.5s 0.3s ease-out;
}
@media screen and (min-width: 1400px) {
#titleArea{
  width: 660px;
}
#contentArea{
  width: -webkit-calc(100% - 660px);
  width: calc(100% - 660px);
  margin-left: 660px;
}
.subNavi{
  left: 660px;
}
}
@media screen and (max-width: 1200px) {
#titleArea{
  width: 460px;
}
#contentArea{
  width: -webkit-calc(100% - 460px);
  width: calc(100% - 460px);
  margin-left: 460px;
}
.subNavi{
  left: 460px;
}
}

@media screen and (max-width: 1000px) {
#titleArea{
  width: 370px;
}
#contentArea{
  width: -webkit-calc(100% - 370px);
  width: calc(100% - 370px);
  margin-left: 370px;
}
.subNavi{
  left: 370px;
}
}








#previous #titleArea{
  position: absolute!important;
}
.container.initialize #titleArea{
	position: fixed;
}
#titleArea .pageTitle{
	position: absolute;
	top: 50%;
	left: 40px;
	z-index: 2;
	font-size: 82px;
	font-family: 'Work Sans', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 200;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	line-height: 0.9;
	letter-spacing: -0.05em;
	text-shadow:0 0 10px rgba(0,0,0,0.3);
  opacity: 0;
  margin-top: 10px;
  /*word-break: break-all;*/
}
@media screen and (max-width: 1200px) {
#titleArea .pageTitle{
  font-size: 70px;
}
}

.container.initialize #titleArea .pageTitle{
  margin-top: 0;
  opacity: 1;
  transition:all 0.5s 0.0s ease-out;
}

#titleArea .pageTitle span{
	display: block;
	font-size: 16px;
	margin: 10px 0 0 5px;
	letter-spacing: 0em;
}

#titleArea .parentLink{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 3;
  opacity: 0;
	margin-top: -160px;
   transition:all 0.5s 0.2s ease-out;
}

.container.initialize #titleArea .parentLink{
  margin-top: -170px;
  opacity: 1;
}


#titleArea .parentLink a{
	position: relative;
	color: inherit;
	line-height: 25px;
	display: block;
}
#titleArea .parentLink a img{
	position: absolute;
	display: block;
	left: 15px;
	width: 25px;
	height: 25px;
	transition: all 0.5s ease;
}
#titleArea .parentLink a:hover img{
	left: 7px;
}
#titleArea .parentLink a span{
	position: relative;
	font-size: 140%;
	left: 45px;
	line-height: 25px;
	padding-bottom: 4px;
	border-bottom: 5px solid #fff;
	transition: all 0.5s ease;
}
#titleArea .parentLink a:hover span{
	opacity: 0.7;
}


#titleArea #bg{
	position: absolute;
  width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
#titleArea #bg.news{
  background-image: url("/images/news/bg.jpg");
}
#titleArea #bg.service{
  background-image: url("/images/service/bg.jpg");
}
#titleArea #bg.aboutus{
  background-image: url("/images/aboutus/bg.jpg");
}
#titleArea #bg.recruit{
  background-image: url("/images/recruit/bg.jpg");
}
#titleArea #bg.contact{
  background-image: url("/images/contact/bg.jpg");
}
#titleArea #bg.halfblood{
  background-image: url("/images/halfblood/testsample.jpg");
}


#contentArea .inner{
  position: relative;
	width: 80%;
	max-width: 600px;
	margin: 95px auto 50px;
	font-size: 13px;
	opacity: 0;
	transition: all 0.5s 0.3s ease-out;
}

.container.initialize #contentArea .inner{
	margin: 80px auto 50px;
	opacity: 1;
}

#contentArea .inner > header{
	margin-bottom: 50px;
  /*border:1px solid #F00;*/
}
#contentArea .inner h2{
  position: relative;
	font-size: 160%;
  line-height: 1.4;
}
#contentArea .inner h2 span{
  font-size: 13px;
  display: block;
  font-weight: normal;
}
#contentArea .inner .catch{
	font-size: 115%;
	margin-top: 10px;
}
#contentArea .inner section{
	/*margin: 100px 0;*/
  margin-bottom: 70px;
}

#contentArea .inner section.page{
  margin-bottom: 80px;
}

#contentArea .inner section.page > header{
  margin-bottom: 20px;
}

#contentArea .inner section.page h2:after{
  content: "";
  position: absolute;
  left: -27px;
  top: 0.7em;
  height: 2px;
  width: 18px;
  background-color: #999;
}

#contentArea .inner p{
	margin-bottom: 15px;
}
#contentArea .inner h3.copy{
	font-size: 115%;
	color: #00387F;
  line-height: 1.4;
	margin-bottom: 7px;
}

#contentArea .inner .headline{
  font-weight: normal;
  font-size: 190%;
  line-height: 1.3;
}


#previous .subNavi{
  position: absolute!important;
}

.container.initialize .subNavi{
  bottom: 30px;
  opacity: 1;
}

.subNavi ul li{
	position: relative;
}
.subNavi ul li a{
  position: relative;
	padding-right: 50px;
}
.subNavi ul li a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 1px;
	background-color: #fff;
	transition:all 0.4s ease;
}
.subNavi ul li a:hover:after{
	width: 50px;
	/*background-color: #8A94BF;*/
}
.subNavi ul li a span{
  white-space:nowrap;
  position: absolute;
  /*width: 300px;*/
  /*display: block;*/
  right: 50px;
	color: #fff;
	/*font-size: 110%;*/
	opacity: 0;
	/*padding-right: 10px;*/
	transition:all 0.5s ease;
}
.subNavi ul li a:hover span{
	right: 60px;
	/*color: #fff;*/
	opacity: 0.99;
	/*transform:translateX(0);*/
}


.textBtn{
  display: inline-block;
  text-align: center;
  padding: 10px 80px;
  background-color: #134a90;
  color: #fff;
}
.textBtn:hover{
  color: #fff;
  background-color: #4B639E;
}

/*
#contentArea .inner ol{
	margin-top: 40px;
	list-style-type: decimal;
	list-style-position: inside;
}
#contentArea .inner ol li{
	margin-bottom: 10px;
}*/


#copyright{
  position: fixed;
  bottom: 5px;
  left: 10px;
  font-size: 10px;
  /*opacity: 0;*/
  opacity: 0.7;
  z-index: 10;
  color: #fff;
}
#index #copyright{
	opacity: 0;
	transition:all 0.5s 1.5s linear;
}
#index #copyright.initialize{
	opacity: 0.7;
}

/*#copyright.initialize{
  opacity: 0.7;
}*/
/*body:not(#index) #copyright{
	opacity: 0.8;
}*/






/*-------------------------------------------------------------------------
home
-------------------------------------------------------------------------*/
#home{
  color: #fff;
}

#home.container{
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

#home #content{
  position: absolute;
  right: 0;

  /*テキストがぼやける*/
  /*backface-visibility: hidden;*/
  /*top: 50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);*/

  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;

  width: 55%;
  width: -webkit-calc(75% - 230px);
  width: calc(75% - 230px);
  box-sizing:border-box;
  padding-right: 20px;
}
#home #copy{
  opacity: 0;
  transition: all 1.0s 1.8s ease;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}
#home.container.initialize #copy{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity:1;
}

#home #copy .word{
  margin-right: 28px;
  display: inline-block;
  margin-bottom: 15px;
}

#home #copy span img{
  height: 66px;
}


@media screen and (min-width: 1400px) {
#home #copy span img{
  height: 68px;
}
}
@media screen and (max-width: 1200px) {
#home #copy span img{
  height: 50px;
}
}

@media screen and (max-width: 1000px) {
#home #copy span img{
  height: 40px;
}
}

#home .news{
  opacity: 0;
  transition: all 1.0s 2.0s ease;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}
#home.container.initialize .news{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#home .news dl{
  margin-top: 60px;
  position: relative;
  padding-top: 25px;
}
#home .news dl:after{
  content: "";
  position: absolute;
  top:0;
  left: 0;
  width: 100px;
  height: 4px;
  background-color: #fff;
}
#home .news dl dt{
  position: absolute;
  width: 6em;
}
#home .news dl dd{
  padding-left: 6.5em;
  margin-bottom: 7px;
}
#home .news a{
  color: inherit;
}
#home .news a:hover{
  color: #c1c8e9;
}
#home .news .more{
  margin-top: 15px;
  margin-left: 15px;
  display: block;
  width: 36px;
  height: 36px;
}
#home .news .more img{
  width: 36px;
  transition:all 0.5s ease;
}
#home .news .more:hover img{
  opacity: 0.6;
}


#home .links{
  opacity: 0;
  margin-top: 50px;
  transition: all 1.0s 2.2s ease;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}
#home.container.initialize .links{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#home .links ul{
  overflow: hidden;
}
#home .links ul li{
  position: relative;
  width: 82px;
  max-width:25%;
  max-width: calc(25% - 30px);
  float: left;
  margin-right: 30px;
}
#home .links ul li div{
  position: relative;
  overflow: hidden;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  -webkit-transform: translate3d(0px, 0px, 0px);
  /*border:1px solid rgba(255,255,255,0.5);*/
}
#home .links ul li div:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 105%;
  top: -1px;
  left: 0;
  z-index: 2;
  background-color: #03122d;
  opacity: 0;
  transition:all 0.5s ease;
}
#home .links ul li:hover div:after{
  opacity: 0.5;
}
#home .links ul li img{
  width: 100%;
  transition:all 0.5s ease;
}
#home .links ul li:hover img{
  transform:scale(1.1);
}
#home .links ul li h2{
  position: relative;
  font-weight: normal;
  text-align: center;
  margin-top: 2px;
}

/*#home .links ul li h2:after{
  content: "";
  position: absolute;
  height: 1px;
  width: 13px;
  top: 50%;
  left: 0;
  background-color: rgba(255,255,255,0.4);
}*/

#home .links ul li a{
  color: inherit;
}


#home #homeLogo{
  position: absolute;
  width: 25%;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  box-sizing:border-box;
  text-align: center;
  opacity: 0;
  transition:all 1.2s 1.0s linear;
}
#home.container.initialize #homeLogo{
  opacity: 1;
}

#home #homeLogo img{
  width: 82%;
  max-width: 320px;
}


#home nav#homeNavi{
  position: absolute;
  top:0;
  left: 25%;
  height: 100%;

  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
#home nav#homeNavi:after{
  content:"";
  position: absolute;
  top:0;
  left: 0;
  height: 0;
  width: 1px;
  background-color: rgba(255,255,255,0.55);
  transition: all 1.0s 1.2s ease;
}
#home.container.initialize nav#homeNavi:after{
  height: 100%;
}
#home nav#homeNavi ul{
  /*position: absolute;*/
  /*top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);*/
  padding-top: 50px;
  font-size: 15px;
  letter-spacing: 0.05em;
  /*margin-left: 20px;*/
}
#home nav#homeNavi ul li{
  position: relative;
  margin-bottom: 15px;
  white-space:nowrap;
  opacity: 0;
  transition: all 0.7s 1.4s ease;
  margin-top: 8px;
}
#home.container.initialize nav#homeNavi ul li{
  margin-top: 0;
  opacity: 1;
}
#home nav#homeNavi ul li a{
  padding-left: 30px;
  transition:all 0.3s ease;
  display: block;
  color: inherit;
}
#home nav#homeNavi ul li:not(.en) a:hover{
  padding-left: 25px;
  color:#ccc;
  /*opacity: 0.6;*/
}

#home nav#homeNavi ul li:after{
  content:"";
  position: absolute;
  top:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  left: 0;
  height: 1px;
  width: 0;
  background-color: rgba(255,255,255,0.55);
  transition:all 0.3s ease;
}
#home nav#homeNavi ul li:not(.en):hover:after{
  width: 30px;
}


#home nav#homeNavi ul li.en{
  margin-top: 40px!important;
  font-size: 12px;
  line-height: 1.6;
  vertical-align: top;
}
#home nav#homeNavi ul li.en img{
  width: 19px;
  margin-left: 3px;
}
#home nav#homeNavi ul li.en a:hover{
  opacity: 0.7;
}

#home #bg{
  position: absolute;
  width: 100%;
  height: 100%;
  transform:scale(1.1);
  top:0;
  left:0;
  opacity: 0;
  z-index: -1;
  background-image: url("/images/home/bg01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*background-attachment: fixed;*/
  transition:all 1.5s ease;
}
#home.container.initialize #bg{
  transform:scale(1.0);
  opacity: 1;
}



/*-------------------------------------------------------------------------
news & blog
-------------------------------------------------------------------------*/
#article article:not(:last-child){
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
/*#article article{
  display: none;
}*/

#article header{
  margin-bottom: 20px;
}
#article header .date{
  margin-top: 2px;
  color: #666;
}

#article .entry img{
  max-width: 100%;
  height: auto;
}
#article .entry iframe{
  opacity: 0;
  visibility: hidden;
  transition:all 0.5s 1s linear;
  max-width: 100%;
}

#stage.transition #article .entry iframe{
  opacity: 0;
  visibility: hidden;
}
.container.initialize #article .entry iframe{
  opacity: 1;
  visibility: visible;
}


#article .archive article{
  overflow: hidden;
  position: relative;
}
#blog #article .archive article{
  min-height: 130px;
}

#article .archive header{
  margin-bottom: 10px;
  padding-left: 200px;
}

#news #article .archive header{
  margin-bottom: 10px;
  padding-left: 0;
}

#article .archive header h2{
  font-size: 130%;
}
#article .archive .eyecatch{
  position: absolute;
  top: 0;
  left: 0;
  /*float: left;*/
  width: 180px;
}
#article .archive .eyecatch img{
  width: 100%;
  transition: all 0.3s linear;
}
#article .archive .text{
  box-sizing:border-box;
  /*float: right;
  width: calc(100% - 180px);*/
  padding-left: 200px;
}
#article .archive a .entry{
  transition: all 0.3s linear;
  color: #333;
}
#article .archive a:hover .entry{
  color: #666;
}
#article .archive a:hover .eyecatch img{
  opacity: 0.7;
}


#article footer{
  margin-top: 80px;
}
#article footer ul.navigation{
  overflow: hidden;
  -webkit-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#article footer ul.navigation li{
  width: 50%;
  /*float: left;*/
  font-size: 120%;
  box-sizing:border-box;
}
#article footer ul.navigation li.next{
  text-align: right;
}
#article footer ul.navigation li a{
  color: inherit;
  position: relative;
}
#article footer ul.navigation li.prev a{
   padding-left: 25px;
}
#article footer ul.navigation li.next a{
  padding-right: 25px;
}
#article footer ul.navigation li a:hover{
  opacity: 0.6;
}
#article footer ul.navigation li.prev a:after{
  content: url("/images/arrow_blk.svg");
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
#article footer ul.navigation li.next a:after{
  content: url("/images/arrow_blk.svg");
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}

#article .paginate{
  margin-top: 80px;
}
#article .paginate ul{
  text-align: center;
}
#article .paginate ul li{
  display: inline-block;
  width: 30px;
  margin: 0 2px;
}
#article .paginate ul li span{
  display: block;
  height: 30px;
  background-color: #8A94BF;
  color: #fff;
  line-height: 30px;
  /*box-sizing:border-box;*/
}
#article .paginate ul li a{
  display: block;
  height: 30px;
  color: #fff;
  line-height: 30px;
  background-color: #00387F;
}
#article .paginate ul li a:hover{
  display: block;
  background-color: #8A94BF;
}
.pagination h2.screen-reader-text {
    display: none !important;
}
/*-------------------------------------------------------------------------
service
-------------------------------------------------------------------------*/
#service .concept{
  margin-bottom: 70px;
}
#service .concept span{
  display: inlune-block;
  /*background-color: #00387F;*/
  /*background-color: #333;
  color: #fff;*/

  font-size: 90%;
  padding: 2px 8px;
  border:1px solid #333;
}
#service .concept .headline{
  margin-top: 5px;
}

#service .index:after{
  content: "";
  display: block;
  clear: both;
}
#service .index .image{
  float: right;
  width: 190px;
  margin-top: -30px;
  /*margin: 0 auto;*/
}
#service .index .image img{
  width: 100%;
}
#service .index .description{
  float: left;
  width: calc(100% - 200px);
  /*margin-top: 20px;*/
}
#service .index .detail{
  margin-top: 35px;
}


#degitalpublishing ul.flow{
  overflow: hidden;
  margin-top: 30px;
  text-align: center;
}
#degitalpublishing ul.flow li{
  display: inline-block;
  text-align: center;
  color: #2F6FAE;
  font-size: 110%;
  position: relative;
  margin-right: 40px;
  /*font-weight: bold;*/
}
#degitalpublishing ul.flow li:last-child{
  margin-right: 0;
}
#degitalpublishing ul.flow li:not(:last-child):after{
  display: inline-block;
  content: url("/images/arrow_blk.svg");
  width: 30px;
  height: 30px;
  transform:rotate(180deg);
  position: absolute;
  right: -35px;
  top: 20px;
}

@media screen and (max-width: 1000px) {
#degitalpublishing ul.flow li:not(:last-child):after{
  display: none;
}
#degitalpublishing ul.flow li{
  margin-right:10px;
}
}

#degitalpublishing ul.flow li span{
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 0 5px;
  border-radius: 50%;
  border:1px solid #5e8bc8;
}
#degitalpublishing ul.flow li span img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  width: 50px;
  height: 50px;
}

#degitalpublishing .comicPhoto{
  text-align: center;
}
#degitalpublishing .comicPhoto img{
  display: inline-block;
  border-radius: 50%;
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
  max-width: 190px;
  margin: 10px 20px;
}
#degitalpublishing .label{
  border:1px solid #ededed;
  padding:20px 20px 0;
}
#degitalpublishing .label:after{
  content: "";
  display: block;
  clear: both;
}

#degitalpublishing .label .caption{
  font-size: 90%;
  margin-bottom: 3px;
  /*color:#00387F;*/
}

#degitalpublishing .label .logo{
  width: 200px;
  display: block;
  margin-bottom: 5px;
}
#degitalpublishing .label .image{
  width: 180px;
  float: right;
  margin-top: -50px;
  /*margin: 0 auto;*/
}
#degitalpublishing .label .image img{
  width: 100%;
}
#degitalpublishing .label .description{
  float: left;
  width: calc(100% - 200px);
}

#smartphone ul.store li{
  display: inline-block;
  margin: 5px 5px 5px 0;
  width: 120px;
}
#smartphone ul.store li img{
  width: 100%;
  /*width: 120px;*/
}
#smartphone ul.store li a:hover{
  opacity: 0.6;
}


#smartphone .serviceSP{
  max-width: 540px;
  min-height: 280px;
  position: relative;
}
#smartphone .serviceSP h3{
  padding: 80px 170px 0 0;
}
#smartphone .serviceSP .image{
  width: 230px;
  position: absolute;
  top: 0;
  right:-40px;
  /*margin: 10px auto 0;
  width: 240px;
  float: right;*/

}
#smartphone .serviceSP .image img{
  width: 100%;
}
#smartphone .serviceSP .description{
  /*float: left;
  width: calc(100% - 240px);*/
  padding-right: 170px;
  box-sizing:border-box;
  /*margin-top: 70px;*/

  /*position: absolute;
  bottom: 90px;
  width: 100%;*/
}


ul.otherService{
}
ul.otherService li{
  /*font-size: 120%;*/
  text-align: right;
  box-sizing:border-box;
  margin-bottom: 5px;
}
ul.otherService li a{
  /*color: inherit;*/
  /*padding-right: 25px;*/
  position: relative;
}

ul.otherService li a:hover{
  opacity: 0.6;
}
ul.otherService li a:after{
  content: url("/images/arrow_blk.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -10px;
  transform:rotate(180deg);
}


/*-------------------------------------------------------------------------
aboutus
-------------------------------------------------------------------------*/
#aboutus #naviAnchor{
  position: absolute;
  top: -1.75em;
  right: 0;
}
#aboutus #naviAnchor li{
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
#aboutus #naviAnchor li a{
  padding: 1px 15px;
  line-height: 1;
  font-size: 12px;
  border:1px solid #346bb0;
}
#aboutus #naviAnchor li a:hover{
  border:1px solid #8A94BF;
}


#aboutus .headline{
  margin-bottom: 20px;
}

#aboutus #philosophy h3:not(:first-child){
  margin-top: 30px;
}

#aboutus table{
  margin-top: 20px;
  width: 100%;
  border-bottom:1px solid #ededed;
  border-collapse: collapse;
}
/*#aboutus table th{
  width: 120px;
  box-sizing:border-box;
  font-weight: normal;
  text-align: left;
}*/
#aboutus table tr td:first-child{
  width: 120px;
  box-sizing:border-box;
  font-weight: normal;
  text-align: left;
}
#aboutus table th,
#aboutus table td{
  padding: 10px 5px;
  border-top:1px solid #ededed;
}
#aboutus table td span{
  /*font-weight: bold;*/
  font-size: 110%;
  /*color: #00387F;*/
}

#aboutus #map{
  /*margin-top: 30px;*/
  width: 100%;
  height: 320px;
}
#aboutus .googlemap{
  margin-top: 5px;
  text-align: right;
}
#aboutus .googlemap a{
  position: relative;
  padding-right: 22px;
}
#aboutus .googlemap a:after{
  content: url("/images/blank.svg");
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
}

/*-------------------------------------------------------------------------
recruit
-------------------------------------------------------------------------*/
/*TOP*/
#recruit .profile{
  margin-bottom: 30px;
  text-align: center;
}
#recruit .profile img{
  /*width: 100%;*/
  width: 260px;
  height: 260px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
#recruit .headline{
  margin-bottom: 15px;
}
#recruit .name{
  margin-top: 5px;
  text-align: right;
}

#recruit ol.message{
  margin: 30px 0;
  list-style-type: decimal;
  /*list-style-position: inside;*/
  padding-left: 1.2em;
}
#recruit ol.message li{
  /*margin-bottom: 10px;
  font-size: 110%;*/
  font-size: 90%;
}
.inlineBtn{
  overflow: hidden;
}
.inlineBtn li{
  float: left;
  width: 50%;
  box-sizing:border-box;
}
.inlineBtn li:nth-child(even){
  padding-left: 8px;
}
.inlineBtn li:nth-child(odd){
  padding-right: 8px;
}
.inlineBtn li a{
  display: block!important;
}


#recruit ul.list{
  -webkit-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#recruit ul.list li{
  /*float: left;*/
  width: 50%;
  padding: 0 10px 10px;
  box-sizing:border-box;
  text-align: center;
  margin-bottom: 20px;
}
#recruit ul.list li a{
  color: inherit;
  display: block;
}
#recruit ul.list li .thumb{
  margin: 0 auto 7px;
  width: 60%;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transform: translate3d(0px, 0px, 0px);
  /*border:1px solid #434582;*/
}
#recruit ul.list li .thumb img{
  width: 100%;
  transition:all 0.4s ease;
}
#recruit ul.list li h3{
  color: #00387F;
  line-height: 1.4;
  margin-bottom: 5px;
}
#recruit ul.list li p{
  font-size: 90%;
  line-height: 1.4;
}
#recruit ul.list li a:hover{
  opacity: 0.7;
}
#recruit ul.list li a:hover img{
  transform:scale(1.05);
}



#recruit .data ul{
  -webkit-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#recruit .data ul.description{
  margin-bottom: 20px;
  font-size: 85%;
  line-height: 1.4;
}
#recruit .data ul li{
  width: 33.3%;
  padding: 0 10px;
  box-sizing:border-box;
  text-align: center;
}
#recruit .data ul li img{
  width: 54px;
  height: 54px;
}
#recruit .data ul li h3{
  color: #2f6fae;
  font-size: 110%;
  margin-bottom: 5px;
}
#recruit .data ul li .answer{
  font-weight: bold;
  font-size: 110%;
  margin: 5px 0 10px;
  line-height: 1.4;
}


#recruit #benefits ul{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#recruit #benefits ul li{
   width: 33.3%;
  padding: 0 10px;
  box-sizing:border-box;
  text-align: center;
  margin-bottom: 20px;
}
#recruit #benefits ul li h3{
  color: #2f6fae;
  font-size: 110%;
  margin-bottom: 5px;
}
#recruit #benefits ul li img{
  width: 54px;
  height: 54px;
}
#recruit #benefits ul li p{
  font-size: 85%;
  margin-top: 5px;
  line-height: 1.4;
}


#recruit .galleryList{
  -webkit-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#recruit ul.galleryList li{
  width: 25%;
  padding: 2px;
  box-sizing:border-box;
  cursor: pointer;
}
#recruit ul.galleryList li > div{
  display: block;
  overflow: hidden;
}
#recruit ul.galleryList li img{
  width: 100%;
  transition: all 0.4s ease-out;
}
#recruit ul.galleryList li:hover img{
  opacity: 0.7;
  transform:scale(1.05);
}


#galleryLarge{
  position: fixed;
  opacity: 0;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.95);
  z-index: 1000;
  -webkit-transform:scale(0);
  transform:scale(0);
  transition:opacity 0.4s linear, left 0s 0.4s linear, transform 0s 0.4s linear;
}
#galleryLarge.active{
  transition:opacity 0.5s linear;
  -webkit-transform:scale(1);
  transform:scale(1);
  left: 0;
  opacity: 1;
}
#galleryLarge .close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 10;
  transition:all 0.4s ease-out;
}
#galleryLarge .close:hover{
  opacity: 0.6;
}
#galleryLarge .close:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%) rotate(45deg);;
}
#galleryLarge .close:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #fff;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%) rotate(45deg);;
}

#galleryLarge #fs_gallery{
  opacity: 0;
}
#galleryLarge.active #fs_gallery{
  transition:all 0.3s 0.8s linear;
  opacity: 1;
}
#galleryLarge ul li .caption{
  position: absolute;
  bottom:0;
  color: #fff;
  width: 100%;
  padding: 10px;
  box-sizing:border-box;
  background-color: rgba(0,0,0,0.8);
}

#recruit ul.blog{
  overflow: hidden;
}
#recruit ul.blog li{
  overflow: hidden;
  margin-bottom: 10px;
  min-height: 70px;
  float: left;
  width: 33.3%;
  text-align: center;
}
#recruit ul.blog li:last-child{
  margin-bottom: 0;
}
#recruit ul.blog a{
  transition: all 0.3s linear;
}
/*#recruit ul.blog a:hover{
  opacity: 0.7;
}*/
#recruit ul.blog .eyecatch{
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transform: translate3d(0px, 0px, 0px);
  /*float: left;*/
  position: relative;
  border:1px solid #ccc;
}
#recruit ul.blog .eyecatch img{
  position: absolute;
  left: 50%;
  transform:translateX(-50%) scale(1.0);
  height: 110px;
  transition:all 0.3s ease-out;
}
#recruit ul.blog li:hover .eyecatch img{
	opacity: 0.7;
	transform:translateX(-50%) scale(1.05);
}
#recruit ul.blog .text{
  /*width: calc(100% - 70px);*/
  box-sizing:border-box;
  /*padding: 5px 0 0 10px;*/
  padding: 10px;
  /*float: right;*/
}
#recruit ul.blog .text .date{
  color: #333;
}

#recruit ul.blog .text .title{
  text-align: left;
  line-height: 1.4
}

#recruit .more{
  display: block;
  width: 36px;
  margin: 0 auto 0;
}
#recruit .more img{
  width: 100%;
  transition:all 0.5s ease;
  opacity: 0.9;
}
#recruit .more:hover img{
  opacity: 0.6;
}



/*SYMPOSIUM*/
ul.listRow{

}
ul.listRow li{
  padding: 10px 0;
  box-sizing:border-box;
  margin-bottom: 20px;
  overflow: hidden;
}
ul.listRow li a{
  color: inherit;
  display: block;
}
ul.listRow li .thumb{
  width: 160px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transform: translate3d(0px, 0px, 0px);
  float: left;
}
ul.listRow li .thumb img{
  width: 100%;
  transition:all 0.4s ease;
}

ul.listRow li .description{
  width: -webkit-calc(100% - 160px);
  width: calc(100% - 160px);
  float: right;
  padding-left: 20px;
  box-sizing:border-box;
}
ul.listRow li h3{
  color: #00387F;
  font-size: 110%;
  /*font-weight: normal;*/
  line-height: 1.4;
  margin-top: 3px;
}
ul.listRow li .catch{
  line-height: 1.4;
  margin-bottom: 5px;
}
#symposium ul.listRow li .catch{
  font-weight: bold;
}
ul.listRow li p{
  font-size: 12px;
}
ul.listRow li a:hover{
  opacity: 0.7;
}
ul.listRow li a:hover img{
  transform:scale(1.05);
}


#symposium .member{
  /*background-color: #ededed;*/
  margin-bottom: 80px;
  padding: 10px;
  box-sizing:border-box;
  border:1px solid #ededed;
}
#symposium ul.profile{
  -webkit-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#symposium ul.profile:last-child{
  margin-bottom: 0;
}
#symposium ul.profile li{
  width: 50%;
  overflow: hidden;
  margin-top: 15px;
}
#symposium ul.profile .thumb{
  /*float: left;
  width: 80px;*/
  text-align: center;
  margin-bottom: 10px;
}
#symposium ul.profile .thumb img{
  width: 90px;
  border-radius: 50%;
}
#symposium ul.profile .description{
  /*float: right;
  width: calc(100% - 80px);
  padding-left: 15px;*/
  padding: 0 10px;
  box-sizing:border-box;
}

#symposium ul.profile .description h4{
  color: #00387F;
  line-height: 1.4;
  margin-bottom: 5px;
}

#symposium ul.profile .description p{
  font-size: 90%;
  line-height: 1.4;
}
#symposium .talk .photo{
  margin-bottom: 20px;
}
#symposium .talk h2{
  margin-bottom: 20px;
}
#symposium .talk .photo img{
  width: 100%;
}
#symposium .talk p{
  position: relative;
  padding-left: 2.5em;
}
#symposium .talk p .initial{
  position: absolute;
  left: -5px;
}
#symposium .back{
  margin-top: 80px;
  text-align: center;
}



/*職業紹介*/
#occupation #contentArea .inner h3.catch{
  font-size: 130%;
  color: #00387F;
  line-height: 1.4;
  margin-bottom: 7px;
}

#occupation ul.listRow li .thumb{
  width: 130px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
}

#occupation ul.listRow li .description{
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px);
  float: right;
  padding-left: 20px;
  box-sizing:border-box;
}
#occupation ul.listRow li p{
  margin-top: 5px;
  font-size: 90%;
}
#occupation .person{
  border:1px solid #ededed;
  padding: 20px;
  box-sizing:border-box;
  margin: 30px 0;
}
#occupation .person .photo{
  width: 200px;
  margin: 0 auto 20px;
}
#occupation .person .photo img{
  width: 100%;
  border-radius: 50%;
}
#occupation .person h4{
  text-align: center;
  margin-bottom: 5px;
}
#occupation .person p{
  font-size: 90%;
  margin-bottom: 0;
}
#occupation .read{
  margin-bottom: 80px;
  font-size: 90%;
}


#occupation .schedule table{
  margin-top: 5px;
  width: 100%;
  border:1px solid #f6f6f6;
  border-collapse: collapse;
  /*border-collapse:separate;
  border-spacing:1px;*/
}
#occupation .schedule table th{
  width: 80px;
  box-sizing:border-box;
  font-weight: normal;
  background-color: #f1f4ff;
  /*border-right: 1px solid #ccc;*/
  text-align: right;
  padding: 4px 15px;
  /*color: #666;*/
}
#occupation .schedule table th,
#occupation .schedule table td{
  /*border:1px solid #ccc;*/
}
#occupation .schedule table td{
  padding: 4px 15px;
  /*background-color: #f6f6f6;*/
}
#occupation .schedule table tr:nth-child(odd) td{
  background-color: #f6f6f6;
}
#occupation .schedule table tr:nth-child(odd) th{
  background-color: #dee3f9;
}

#occupation .back{
  margin-top: 80px;
  text-align: center;
}
.otherPage{
  margin-top: 30px;
 /* padding: 10px;
  background-color: #ededed;*/
}
.otherPage .title{
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  font-size: 110%;
}
.otherPage .title:after{
  position: absolute;
  content: "";
  bottom: -7px;
  left: 50%;
  width: 60px;
  height: 2px;
  background-color: #666;
  margin-left: -30px;
}

.otherPage ul{
  margin:0 auto;
  -webkit-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.otherPage ul li{
  width: 25%;
  box-sizing:border-box;
  padding: 10px;
}
.otherPage ul li a{
  display: block;
}


.otherPage ul li .thumb{
  overflow: hidden;
  border-radius: 50%;
  width: 80%;
  margin: 0 auto;
  /*background-color: #fff;*/
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.otherPage ul li .thumb img{
  width: 100%;
  transition:all 0.3s ease-out;
}

.otherPage ul li h3{
  font-weight: normal;
  /*color: #333;*/
  text-align: center;
  line-height: 1.4;
  font-size: 85%;
  margin-top: 5px;
}

.otherPage ul li.current .thumb img{
  opacity: 0.4;
}
.otherPage ul li.current h3{
	color: #666;
}
.otherPage ul li:not(.current):hover .thumb img{
  transform:scale(1.05);
  opacity: 0.6;
}





#career dl{
  position: relative;
  overflow: hidden;
  font-size: 110%;
}

#career dt{
  float: left;
  width: 140px;
  font-weight: normal;
  padding:3px 10px 3px 0;
  font-weight: bold;
  box-sizing:border-box;
}
#career dd{
  float: left;
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
  padding:3px 0 3px 20px;
  box-sizing:border-box;
  border-left: 2px solid #ccc;
  margin-bottom: 40px;
}
#career dd p{
	margin-bottom: 0!important;
}

/*-------------------------------------------------------------------------
contact
-------------------------------------------------------------------------*/
#contact form input,
#contact form textarea{
  width: 100%;
  display: block;
  font: inherit;
  padding: 10px 5px;
  box-sizing:border-box;
  -webkit-appearance: none;
  border: 1px solid #999;
  background-color: #fff;
  margin-top: 20px;
  transition:all 0.4s linear;
  border-radius: 0;
}

:-ms-input-placeholder {
  color: #666;
}

#contact form textarea{
  height: 180px;
}
#contact form input:focus,
#contact form textarea:focus{
  border: 1px solid #4B639E;
  background-color: #f5f5f5;
}

#contact form input[type="submit"]{
  background-color: #134a90;
  color: #fff;
  width: 200px;
  border:none;
  cursor: pointer;
}
#contact form input[type="submit"]:hover,
#contact form input[type="submit"]:focus{
  background-color: #4B639E;
}

#contact .screen-reader-response{
	/*color: #ff3300;*/
	/*margin-bottom: 20px;*/
	font-weight: bold;
}
#contact .screen-reader-response ul{
	display: none;
}


.wpcf7-not-valid-tip{
	color: #ff3300;
}

.wpcf7-validation-errors{
	display: none!important;
}

.wpcf7-mail-sent-ok{
  margin: 0!important;
  padding: 0!important;
  border:none!important;
  font-weight: bold;
  font-size: 110%;
}

#contact form input.wpcf7-not-valid,
#contact form textarea.wpcf7-not-valid{
	border: 1px solid #e17e5e;
	background-color: #fff6f3;
}
