.pcv{display:block;}
.spv{display:none;}	
	
body{
position:relative;
}
body.works {
	width: 100%;
	position: relative;
	text-align: center;
	background: url("../images/service_bg.gif") repeat ;
}
.drawr {
	display: none;
}
header {
	position:fixed;
	width: 100%;
	top:0;
	height:60px;
	background-color:#fff;
	z-index: 999999999;
}
.works_logo {
	width: 80px;
	height:34px;
	position:fixed;
	top:13px;
	left:40px;
}
.logo {
	width: 80px;
	height:34px;
	position:fixed;
	top:13px;
	left:40px;
}
.main_sp{
	display:none;
}
nav ul#menu_pc {
	position:fixed;
	top:19px;
	right:20px;
}
nav ul#menu_pc li{
	padding:0 0 0 0;
	float: left;
	position: relative;
    margin: 0 30px 0 0;
    display: block;
}
nav ul#menu_pc li a:before {
        content: '';
        width: 0;
        left: 0;
        bottom: 16px;
        transition: all 0.3s ease;
        border-bottom: 1px solid #000;
        position: absolute;
        display: block;
    }
nav ul#menu_pc li a:hover:before {
        width: 100%;
        border-bottom: 1px solid #000;
    }
nav ul#menu_pc li a:after {
        content: '';
        width: 0;
        right: 50%;
        bottom:16px;
        transition: all 0.3s ease;
        border-bottom: 2px solid #000;
        position: absolute;
        display: block;
    }
nav ul#menu_pc li a:hover:after {
        width: 50%;
        border-bottom: 1px solid #000;
    }

#plain-text4 {
	z-index: 999999999;
	width: 100%;
	height:800px;
	text-align: center;
	position: absolute;
	display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
#plain-text4_ie {
	z-index: 999999999;
	width: 100%;
	height:800px;
	text-align: center;
	position: absolute;
	top:35%;
}
#bl{
	width: 100%;
	position: relative;
	margin: 0 auto;
	height:800px;
	z-index: 10;
	transition: all 0.3s linear;
}

.news {
	width: 760px;
	height:270px;
	margin: 500px auto 0 auto;
	border:1px solid #000;
	position: relative;
}
.news_title {
	width: 700px;
	height:300px;
	position: absolute;
	top:20px;
	left:35px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:.93rem;
	text-align: left;
	line-height: 1.8;
}
.news p.txt01 {
	width: 700px;
	height:300px;
	position: absolute;
	top:50px;
	left:40px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:.80rem;
	text-align: left;
	line-height: 1.8;
}
.news p.txt02 {
	width: 780px;
	height:300px;
	position: absolute;
	top:130px;
	left:40px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:.80rem;
	text-align: left;
	line-height: 1.8;
}



.concept {
	clear: both;
	width: 100%;
	height:998px;
	background: url("../images/concept_bg.jpg") no-repeat ;
	background-position: left;
	position: relative;
	text-align: center;
	transition:1.0s;
	opacity: 0;
	padding:50px 0 0 0;
}
.concept.active {
	padding:0 0 0 0;
	opacity: 1;
}
.concept01 {
	width: 100%;
	height:561px;
	text-align: center;
	padding:250px 0 0 0;
	transition:1.0s;
	opacity: 0;
}
.concept_sp {
	display: none;
}
.concept01.active{
	padding:200px 0 0 0;
	opacity: 1;
}
.service {
	clear: both;
	width: 100%;
	height:1250px;
	position: relative;
	text-align: center;
	background: url("../images/service_bg.gif") repeat ;
}
.service01 {
	width: 997px;
	height:1100px;
	margin: 0 auto;
	padding: 130px 0 0 0;
	transition:1.0s;
	opacity: 0;
}
.service01.active {
	padding:80px 0 0 0;
	opacity: 1;
}
.service_title {
	width: 100%;
	text-align: center;
	height:81px;
	padding: 50px 0 0 0;
}
.service_title img{
	width: 78px;
	height:81px;
}
.works {
	width: 884px;
	height:290px;
	margin: 50px auto 0 auto;
	border:1px solid #000;
	position: relative;
}
.works_title {
	width: 69px;
	height:82px;
	position: absolute;
	top:50px;
	left:60px;
}
.works_title img{
	width: 69px;
	height:82px;
}
.works p.syuhi {
	width: 700px;
	height:300px;
	position: absolute;
	top:40px;
	left:180px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:.93rem;
	text-align: left;
	line-height: 1.8;
}
.works p.syuhi a{
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:.93rem;
	color:#1448A3;
}
.works p.kigyou {
	width: 780px;
	height:300px;
	position: absolute;
	top:140px;
	left:180px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:.86rem;
	text-align: left;
	line-height: 1.8;
}
.parallax-bg {
	clear: both;
	background-image: url('../images/company_bg.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 540px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	padding: 120px 0 0 0;
	position: relative;
}
.company {
	width: 997px;
	height:750px;
	padding: 50px 0 0 0;
	position: relative;
	transition:1.0s;
	opacity: 0;
	margin:50px auto 0 auto;
}
.company.active {
	margin:0 auto;
	opacity: 1;
}
.company01{
	position:absolute;
	top:0px;
	left:260px;
}
.company_title {
	width: 108px;
	height:82px;
	position:absolute;
	top:30px;
	left:60px;
}
.company_title img{
	width: 108px;
	height:82px;
}
.company dl {
	width: 800px;
	border-bottom:none;
}
.company dt {
	width: 120px;
	font-size:.8rem;
	vertical-align:middle;
	color:#fff;
	display:table-cell;
	padding:0 0 0 0;
	text-align: left;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.company dd {
	width: 570px;
	font-size:.8rem;
	line-height:1.5;
	vertical-align:middle;
	display:table-cell;
	color:#fff;
	padding:20px 15px;
	text-align: left;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.access {
	clear: both;
	width: 100%;
	height:750px;
	text-align: center;
}
.access01 {
	width: 997px;
	height:750px;
	margin:50px auto 0 auto;
	padding: 200px 0 0 0;
	position: relative;
	transition:1.0s;
	opacity: 0;
}
.access01.active {
	margin:0 auto 0 auto;
	opacity: 1;
}
.access_title {
	width: 71px;
	height:78px;
	position:absolute;
	top:180px;
	left:60px;
}
.access_title img{
	width: 71px;
	height:78px;
}
iframe {
	width: 715px;
	height:361px;
	position:absolute;
	top:180px;
	left:230px;
}
.access02{
	width: 710px;
	height:40px;
	position:absolute;
	top:560px;
	left:230px;
	border-left:2px solid #000;
	padding: 0 0 0 10px;
	text-align: left;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:.8rem;
}
.access03{
	width: 710px;
	height:40px;
	position:absolute;
	top:620px;
	left:230px;
	border-left:2px solid #000;
	padding: 0 0 0 10px;
	text-align: left;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:.8rem;
}
section button {
	border: none;
	position: fixed;
	top:15px;
	right:15px;
	padding: 15px 30px;
	outline: none;
	width: 50px;
	height:50px;
	background: url("../images/menu-btn.png") no-repeat ;
	background-size:50px 50px;
	color: transparent;
	cursor: pointer;
}
.smaller.wh  {
	width: 100%;
	margin: 0 auto;
	height:130px;
	position: fixed;
	top: 0;
	z-index: 9980;
}

	
/*-------------------------contact-----------------------*/

.contact {
	clear: both;
    width:100%;
	padding: 100px 0 0 0;
}
.contact01 {
	width: 997px;
	height:900px;
	margin: 50px auto 0 auto;
	padding: 0 0 0 0;
	position:relative;
	transition:1.0s;
	opacity: 0;
}
.contact01.active{
	margin:0 auto 0 auto;
	opacity: 1;
}
.contact_title {
	position:absolute;
	top:20px;
	left:60px;
}
.contact_title img{
	width: 86px;
	height:79px;
}
.ta_contact  {
	width: 715px;
	margin:0;
	position:absolute;
	top:0;
	left:230px;
}

.ta_contact dl{
	width: 715px;
	float: left;
	margin:10px 0 0 0;
	padding:0;
}

.ta_contact dt {
	width: 715px;
	text-align:left;
	padding:3px;
	vertical-align:middle;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:.8rem;
}

.ta_contact dd {
	width: 715px;
	padding:0 0 0 0;
	vertical-align:middle;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:.8rem;
}

.inp {
	background-color:#f3f3f3;
	width: 715px;
	height:30px;
	margin:0 0 10px 0;
	font-size:.8rem;
	padding:3px;
}

.ta {
	width: 715px;
	background-color:#f3f3f3;
	height:200px;
	margin: 0;
	font-size:.8rem;
	padding:5px;
}

.image-btn01 {
    width:200px;
	background-color:#fff;
	border:1px solid #000;
    height: 50px;
	cursor: pointer;
	color:#000;
    margin:705px 0 0 231px;
	font-size:.9rem;
	transition: all 0.3s linear;
}
.bgColor {
	color: #fff;
	background-color: #000;
}
.red {
	color:#E10003;
	font-size:8pt;
}
	

	
/*----------footer------------------------------------------------------------------*/

.logo_wh {
	width: 100%;
	height:34px;
	padding: 15px 0;
}
footer {
	clear: both;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	background: #000;
}
footer p {
	clear: both;
	width: 100%;
	font-size:.7rem;
	line-height: 1.8;
	padding:0px 0 10px 0;
}
footer a {
	color:#fff;
	text-decoration: none;
}
#fixedTop {
	padding: 15px 20px;
	right: 10px;
	bottom: 10px;
	color: #fff;
	text-align: center;
	display: none;
	background: #000;
	position: fixed;
	z-index: 99999;
}




.box {
  width: 100%;
  height: 750px;
  margin: 0 auto;
  position: absolute;
	top:0;
	left:0;
}

/* アニメーション設定 */
.arrowWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100px
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
.arrowInner p {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:.7rem;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 1.5s ease 0s infinite normal;
  animation: arrow 1.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}


@media all and (-ms-high-contrast: none) {
  #plain-text4 {
	display:none;
}
}
@-moz-document url-prefix() {
  #plain-text4_ie {
	display:none;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #plain-text4_ie {
	display:none;
}
}
_::-webkit-full-page-media, _:future, :root #plain-text4_ie {
  display:none;
}