  @charset "UTF-8";
@import url(/ja/assets/css/about/global/cluster.css);
@import url(/ja/assets/css/about/global/movie.css);
/****/
/* both */
/****/
header .title sub{
  display: block;
}
#global-wrapper .mb2em{
  margin-bottom:2em !important;
}
#global-wrapper .mb3em{
  margin-bottom:3em !important;
}
#global-wrapper .mt2em{
  margin-top:2em !important;
}
#global-wrapper .mt3em{
  margin-top:3em !important;
}
#global-wrapper .mb0,
#global-wrapper .module-title02.mb0{
  margin-bottom:0;
}
#global-wrapper .algc,
#global-wrapper .module-lead01.algc{
  text-align: center;
}
#global-wrapper .sns{
  display: flex;
  justify-content: center;
  align-items: center;
}
#global-wrapper .sns li:last-child{
  margin-right: 0;
}
#global-wrapper .wball{
  word-break: break-all;
}
#global-wrapper .icon-bt-arrow{
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 2em;
  height: 2em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #005;
}
#global-wrapper .icon-bt-arrow:after{
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0.2em;
  bottom: 0;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateZ(1px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/ja/assets/images/about/global/mainvisual_pc.jpg");
  }
  #global-header header .title span{
    color: #fff;
    font-size: 50px;
  }
  #global-header header .title span sub{
    margin-top: 30px;
  }
  #global-wrapper .sns li{
    margin-right: 25px;
  }
  .movie-pcHide {
    display: none;
  }
}
.device-view-pc #global-header header {
  background-image: url("/ja/assets/images/about/global/mainvisual_pc.jpg");
}

/****/
/* sp */
/****/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/ja/assets/images/about/global/mainvisual_pc.jpg");
  }
  #global-header header .title span{
    color: #fff;
    font-size: 110%;
  }
  #global-header header .title span sub{
    margin-top: 1em;
  }
  .geologo img{
    max-width: 100%;
  }
  #global-wrapper .sns li{
    margin-right: calc(25 / 400 * 100vw);
  }
  #global-wrapper .sns li .fb{
    width: calc(16 / 400 * 100vw);
  }
  #global-wrapper .sns li .tw{
    width: calc(36 / 400 * 100vw);
  }
  #global-wrapper .sns li .ig{
    width: calc(34 / 400 * 100vw);
  }
  #global-wrapper .sns li .yt{
    width: calc(98 / 400 * 100vw);
  }
  #global-wrapper .sns li .li{
    width: calc(30 / 400 * 100vw);
  }
  .movie-spHide {
    display: none;
  }
}
