@charset "utf-8";
/* CSS Document */

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
  background-color: #fff;
  color: #333;
  font-family: 'Noto Sans Japanese', sans-serif;
/*  font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック', Osaka,'ヒラギノ角ゴ Pro W3';*/
  font-size: 16px;
  line-height: 2;
}

/* ==================== #header ==================== */
#header {
  max-width: 1480px;
  margin: 0 auto;
  overflow:auto;
}

#head-menu {
  align-items: center;
  align-content: space-between;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  height: 14em;
}

#head-menu .menu-logo,
#head-menu .menu {
  align-self: flex-start;
  padding: 1em 1em 0 1em;
  width: 50%;
}

#head-menu .menu {
  padding: 1em 0 0 0;
}

#head-menu a {
  color: #FFF;
  text-decoration: none;
}

/*
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header {
	width: 100%;
  }

  #head-menu .menu-logo,
  #head-menu .menu {
    align-self: flex-start;
    padding: 1em .5em 0 .5em;
    margin: 0 .5em;
    width: 40%;
  }
}*/

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

#dropmenu,
#dropmenu-index {
  margin: 1em 0;
  padding: 0;
  width: 100%;
}

#dropmenu li,
#dropmenu-index li {
  float: left;
  margin: 0;
  padding: 0 1em;
  position: relative;
  text-align: left;
  width: 33%;
}

#dropmenu li a,
#dropmenu-index li a {
  display: block;
  margin: 0;
  padding: .3em 0;
  color: #FFF;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
}

#dropmenu-index li a {
	color: #333;
}

#dropmenu li ul,
#dropmenu-index li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}

#dropmenu li ul li,
#dropmenu-index li ul li{
  overflow: hidden;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  width: 100%;
}

#dropmenu li ul li a,
#dropmenu-index li ul li a{
  padding: .3em;
  text-align: left;
  font-size: .8em;
  font-weight: normal;
}

#dropmenu li:hover > a{
  color: #FFF;
}

#dropmenu-index li:hover > a{
  color: #333;
} 

#dropmenu > li:hover > a{
}

#dropmenu li:hover ul li,
#dropmenu-index li:hover ul li{
  overflow: visible;
  height: 1.5em;
}

#dropmenu li:hover ul li:first-child,
#dropmenu-index li:hover ul li:first-child {
  border-top: 0;
}

#dropmenu li:hover ul li:last-child,
#dropmenu-index li:hover ul li:last-child{
  border-bottom: 0;
}

#dropmenu li:hover ul li:last-child a{
}

/* ==================== parallax / hero-img ==================== */
div.parallax {
  height: 63em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  z-index: -1;
}

div.parallax-tb {
  height: 63em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}


div.hero-img {
  height: 63em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;	
}

.parallax-inner {
  max-width: 1480px;
  margin: 15em auto 0 auto;
  color:#FFF;
  text-align: center;
}

.parallax-inner h1,
.parallax-inner h2 {
  color: #fff;
  font-size: 3em;
  letter-spacing: .1em;
  margin: 0 0 .5em 0;
}

.parallax-inner h1 span,
.parallax-inner h2 span {
  border-bottom: #FFF 1px solid;
  font-weight: 200;
}

.parallax-inner p{
  line-height: 180%;
  font-size: 1.5em;
  font-weight: 200;
  letter-spacing: .1em;
  padding: 1rem 0 0 0;
}

.parallax_img_1 {
  background: url(../img/hero-top.png);
}

.parallax_img_1-tb {
  background: url(../img/hero-top-tb.png);
}

.parallax_img_2 {
  background-color: #16237F;
}

.parallax_img_raf {
  background: url(../img/hero-raf.jpg);
}

.parallax_img_mm {
  background: url(../img/hero-m_media.jpg);
}

.parallax_img_web_ad {
  background: url(../img/hero-web_ad.jpg);
}

.parallax_img_solution {
  background: url(../img/hero-solution.jpg);
}

div.parallax-thin {
  height: 20em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;	
}

div.parallax-thin .parallax-inner {
  max-width: 1480px;
  margin: 0 auto;
}

div.parallax-thin .parallax-inner h2 {
  line-height: 50px;
  font-size: 1.8em;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

div.parallax-thin .parallax-inner h2 span {
  border-bottom: 1px solid #fff;
  padding: 0 0 .3em 0;
}

/*==================== media ====================*/

@media screen and (max-width: 960px){
  .content {
	padding: 10px;
	width: auto;
	background-color: #FFF;
  }
  .parallax-inner {
	width:auto;	
  }
}

/*==================== to-contact ====================*/
#to-contact {
  padding: 7em 0;
  text-align: center;
}

.media-merit #to-contact {
  background-color: inherit;
}

#to-contact a:hover {
  opacity: 0.8;
}

#to-contact .bt {
  background: url(../img/arrow-right.png) no-repeat 95% 50%;
  background-color: #16237F;
  font-size: 1.6rem;
  letter-spacing: .1rem;
  width: 26rem;
  margin: 0 auto;
}

#to-contact .ad {
  width: 30rem;
}

#to-contact .bt a {
  color: #FFF;
  display: block;
  padding: .3rem 1.5rem .3rem .3rem;
  width: 100%;
}

#to-contact .bt a:hover {
  text-decoration: none;
  background-color: rgba(255,255,255,0.3);
}

/*==================== to-top ====================*/
#to-top {
  background-color: rgba(22,35,72,0.5);
  border-radius: .3em;
  position: fixed;
  text-align: center;
  right: 5%;
  bottom: 5%;
  width: 4em;
}

#to-top a {
  color: #FFF;
  display: block;
  padding: .5em;
  text-decoration: none;
  width: 100%;
}

/*==================== footer ====================*/
#footer {
  background-color: #E5E5E5;
  padding: 2em 2em 5em 2em;
  color: #16237F;
  width: 100%;
}

#footer a {
  color: #16237F;
}

.foot-link {
  text-align: left;
  max-width: 1480px;
  margin: 0 auto;
}

#footer ul {
}

#footer ul li {
  font-size: .8em;
  margin:0 0 0 0;
}

#footer ul li:first-child {
  font-weight: bold;
  letter-spacing: .3em;
  margin: 0 0 .5em 0;
}

#footer ul li a {
  text-decoration: none;
}

#footer .copy {
  text-align: right;
  margin: 3em 13% 0 0;
}