html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,
b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,
thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,
hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,aside,details,figcaption,figure,footer,header,hgroup,
menu,nav,section {
  display: block;
}
ol,ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,blockquote:after,
q:before,q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}
a:hover{
  /* opacity: 0.8; */
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cinzel&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


body {
  line-height: 2.1;
  color: #FFF;
  font-size: 15px;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  margin: 0 auto;
  /* background-color: #fffff9; */
  background:url(../img/bgPtn_5.png) center center repeat ;
  word-wrap: break-word;
  overflow-wrap: break-word;
}


h1,h2,h3,h4,h5,h6,img,p,div,ul,li,dl,dt,dd,
figure {
  margin: 0;
  padding: 0;
}
ul,li {
  list-style: none;
  display: inline-block;
}
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

#pagetop {
  font-size: 30px;
  padding-top: 2px;
  color: #bbb;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  background-color: #00fbff;
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: block;
  z-index: 10000;
  opacity: 0.8;
  color: #000;
}
#pagetop:hover {
  opacity: 0.9;
  background-color: #03989b;
  color: #fff;
}


/*----------------------------------------------------
a
----------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  transition-duration: 0.2s;
}
/* a{
  overflow: hidden;
  cursor: pointer;
} */

/*----------------------------------------------------
TOP page header PC
----------------------------------------------------*/
header .inner:after {
  content: "";
  clear: both;
  display: block;
}

#gNavi_head {
  font-size: 15px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  /* min-width: 1366px; */
  height: 60px;
  z-index: 10100;
  background-color: rgba(0, 0, 0, .85);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .05);
}
#gNavi_head .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}
#gNavi_head .inner .logoWrap {
  /* width: 1366px; */
  margin: 0 auto;
  position: relative;
}
#gNavi_head .logo {
  position: absolute;
  left: -10px;
  top: 22px;
  z-index: 10001;
}
#gNavi_head .logo img {
  width: 100%;
  max-width: 200px;
  /* height: 26px; */
}
#global-nav {
  width: 100%;
  height: 60px;
  display: block;
  margin: 0 auto;
}

#global-nav .naviWrap {
  display: flex;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;  
}
#global-nav .gNavi {
  display: block;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  text-align: center;
  /* width: 390px; */
}
#global-nav .gNavi > li{
  /* padding: 0 13px; */
  height: 60px;
  display: flex;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
}
#global-nav .gNavi > li a {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1.2px;
  color: #FFF;
  padding: 20px 20px;
  height: 60px;
  width: 100%;
}
#global-nav .gNavi > li.icon a {
  padding: 15px 10px;
}

#global-nav .gNavi > li.icon a img{
  max-width: 30px;
  width: 100%;
}

#global-nav .gNavi > li a.contact {
  color: #000;
  background-color:#00fbff ;
}

#global-nav .gNavi > li:hover{
  background-color: #555;
}
#global-nav .gNavi > li.icon:hover{
  background:none ;
  opacity: 0.6;
}

#global-nav .gNavi > li:hover a{
  color: #00fbff;
}
#global-nav .gNavi > li:hover a.contact{
  color: #fff;
  background-color:#00d9ff ;
}
#global-nav .gNavi > li a span {
  display: block;
}
/* Toggle Button */
#nav-toggle {
  display: none;
}

/******************************************
TOP page main
******************************************/
#top .mainBg {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 600px;
  background: url(../img/mainVis.png) top center no-repeat;
  background-size: cover;
}

/******************************************
footer
******************************************/
footer {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  color: #fff;
  background-color: #000;
}

footer .credit {
  text-align: center;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  padding: 18px 0;
  margin-bottom: 0;
}


/******************************************
VISION
******************************************/
#vision{
  text-align: left;
}
.visionWrap{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;  
}
.visionWrap .rightCnt{
  max-width: 450px;
  width: 50%;
}
/******************************************
SERVICE
******************************************/
#service{
  text-align: right;
  /* background:url(../img/service_Bg.png) top center no-repeat; */
  background:url(../img/service_Bg.png) center -2.5% no-repeat;
  /* background-size: cover; */
  background-size: 100%;
  width: 100%;
  max-width: initial;
  /* background-color: #203c51; */
}
#service .serviceWrap{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;  
  margin: 50px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#service .serviceWrap .rightCnt{
  margin-left: 5%;
  width: calc(100% - 200px);
}
#service .serviceWrap .leftCnt{
  /* max-width: 480px; */
  text-align: left;
  width: 96%;

  text-align: right;
  margin-right: 5%;
  width: calc(100% - 200px);
}
#service .serviceWrap .leftCnt img{
  max-width: 480px;
  width: 100%;
}
#service .serviceWrap .rightCnt img{
  max-width: 480px;
  width: 100%;
}

/******************************************
OVERVIEW
******************************************/
dl.companylist{
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: left;
}
.companylist dt{
  font-size: 15px;
  font-weight: bold;
  width: 6em;
  display: inline-block;
  vertical-align: top;
  padding-left: 3px;
}
.companylist dd{
  font-size: 15px;
  font-weight: normal;
  width: calc(100% - 7em);
  display: inline-block;
  vertical-align: top;
}
#overview .map{
  width: 100%;
  height: 500px;
  background:url(../img/mapImg.png) top center no-repeat ;
  background-size: cover;
}

/******************************************
CONTACT
******************************************/


/******************************************
common
******************************************/
.wrap{
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px;
}

.wrap2{
  width: 96%;
  max-width: 700px;
  margin: 0 auto;
  padding: 50px 30px;
}

h2{
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #00fbff;
}
h3{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

p{
  margin-bottom: 1em;
}
.txtShadow{
  text-shadow: 1px 0px 1px #192d3f;
}
.BlueFnt{
  color: #00fbff;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.passing .passing-box {
  display: block;
}

.passing .passing-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #00fbff;
}
.passing .passing-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.passing.move .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing.move .passing-txt {
  -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
  animation: passing-txt 0s ease .5s 1 normal forwards;
}
/* * {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
} */
.appear {
  display:inline-block;
  overflow:hidden;
  position:relative;
  /* line-height: 1; */
}
.appear.add:after{  
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color:#00fbff;
  animation: secondaryImageOverlayIn 0.5s 0s cubic-bezier(.77,0,.175,1),
             secondaryImageOverlayOut 0.5s 0.25s cubic-bezier(.77,0,.175,1);
  animation-fill-mode: both;
}
.appear.ptn2.add:after{  
  background-color:#192d3f;
}
.appear span.htag {
  line-height:1;
  /* color: #fffc3c; */
  animation:fadeIn 0.1s 0.5s; 
  animation-fill-mode: both;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
100% {
    opacity: 1;
  }
}
/*はじめにブロックを伸ばすアニメーション*/
@keyframes secondaryImageOverlayIn {
  0% {
    width: 0;
}
  80% {
  width: 100%;
  }
100% {
    width:  100%;
  }
}
/*のび太ブロックを横に追いやるアニメーション*/
@keyframes secondaryImageOverlayOut {
  0% {
    transform: translateX(0);
  }
  55% {
    transform: translateX(0);
  }
100% {
    transform: translateX(102%);
  }
}


.fadein {
  opacity: 0 ;
  transform: translate(0, 60px);
  transition: all 1000ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1 ;
  transform: translate(0, 0);
}


.mr10 {
  margin-right: 10px;
}

.db {
  display: block;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.uLine {
  text-decoration: underline;
}

.tac {
  text-align: center;
}

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

.w60p {
  width: 60%;
}

.clrRed {
  color: red;
}

.mar1 {
  margin: 0.75em 0.5em;
  display: inline-block;
}

.mt60 {
  margin-top: 60px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.brdLine{
  text-decoration: underline;
}


@media (max-width:1200px) {
  #top .mainBg {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 23.5%;
    background: url(../img/mainVis_tab.png) top center no-repeat;
    background-size: contain;
    height: initial;
  }
}

@media (max-width:800px) {
  #top .mainBg {
    width: 100%;
    margin: 0 auto;
    display: block;
    /* padding: 25.5%; */
    padding: 39%;
    background: url(../img/mainVis_sp.png) top center no-repeat;
    background-size: contain;
  }
  #gNavi_head {
    font-size: 15px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    z-index: 10100;
    background-color: rgba(0, 0, 0, .85);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .05);
  }
  #gNavi_head .logo img {
    width: 100%;
    width: 200px;
    height: 19px;
  }
  #gNavi_head .inner {
    padding: 0px 0px;
  }
  #gNavi_head .logo {
    top: 10px;
    left: 10px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  #top .mainBg{
    height: auto;
  }
  #top .slider img{
    height: auto;
  }
  #nav-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 30px;
    height: 60px;
    cursor: pointer;
    z-index: 101000;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 9px;
  }
  #nav-toggle span:nth-child(3) {
    top: 18px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  #global-nav {
    position: absolute;
    top: -3000px;
    min-width: auto;
    height: 100vh;
    padding: 0;
    background: rgba(30,30,30,0.8);
    width: 100%;
    text-align: center;
    margin-top: 40px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: block;
    overflow: scroll;    
  }
  #global-nav::-webkit-scrollbar {
    width: 3px;
  }
  #global-nav .gNavi > li:hover{
    background-color: #000;
  }
  #global-nav .gNavi > li:hover a{
    color: #00fbff !important;
  }

  #global-nav::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #f2f2f2;
  }
  #global-nav::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background:#1a110c;
  }

  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 12px;
    letter-spacing: 0.75px;
  }
  #global-nav ul li {
    float: none;
    position: static;
    display: block;
    width: 100%;
    border-bottom: 1px solid #cacaca;
  }
  #gNavi_head #global-nav ul li a,
  #gNavi_head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 20px 15px;
    text-align: left;
    font-size: 15px;
  }
  #global-nav .gNavi > li{
    font-size: 15px;
  }
  .open #global-nav {
    -moz-transform: translateY(3000px);
    -webkit-transform: translateY(3000px);
    transform: translateY(3000px);
  }
  #global-nav .naviWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;    
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    width: 100%;
    height: 400px;
  }
  #global-nav .gNavi {
    width: 100%;
    display: block;
  }
  #global-nav .gNavi > li a.contact {
    color: #000;
    background: none;
  }
  #global-nav .gNavi > li:hover a.contact {
    color: #fff;
    background: none;
  }  
  h2{
    font-size: 30px;
  }
  .wrap{
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 10px;
  }
  .wrap2{
    width: 96%;
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 10px;
  }
  .visionWrap{
    display: block
  }
  .visionWrap .rightCnt{
    max-width: 560px;
    width: 90%;
    margin: 0 auto;
    display: block;
  }  
  #service{
    background: url(../img/service_Bg_sp.png) center -8px no-repeat;
    /* background-size: cover; */
    background-size: contain;
  }
  #service h2{
    /* text-align: left; */
    /* margin-top: 60px; */
    margin-top: 18%;
  }
  #service p{
    text-align: left;
    text-shadow: 1px 0px 1px #192d3f;
  }

  #service .serviceWrap{
    /* display: block; */
    margin: 40px 0;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }  
  #service .serviceWrap .rightCnt{
    margin-left: 0;
    width: 100%;
  }
  #service .serviceWrap .leftCnt{
    max-width: 100%;
    /* display: block; */
    width: 100%;
    margin: 0 auto;
    /* margin-bottom: 20px; */
  }
  #service .serviceWrap .rightCnt img{
    max-width: 560px;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  #service .serviceWrap .leftCnt img{
    max-width: 560px;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  #service .serviceWrap h3{
    text-align: left;
  }
  #service .serviceWrap.rowRe{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .companylist dt {
    width: 100%;
    display: block;
    padding-left: 0px;
  }
  .companylist dd {
    width: 100%;
    display: block;
    padding-left: 0px;
  }
  #overview .map{
    width: 100%;
    height: auto;
    background:url(../img/mapImg_sp.png) top center no-repeat ;
    background-size: contain;
    padding:25% ;
  }
}


#insta-window{
  background:none !important;
  border:none !important;
  padding:0 !important;
  width: 100%  !important;
}
.iswd-copy{
  display: block ;
}
.iswd-base{
  background: none !important;
  border: none !important;
  padding: 0px !important;
  width: 100% !important;  
}