/* ==================================================================

*   Sparrow Media Queries
*   url: styleshout.com
*   03-05-2014

/* ================================================================== */


/* small screens
--------------------------------------------------------------------- */
@media only screen and (max-width: 980px) {

   header .logo  { left: 0px; }

   .navi-open { display: none; }
   .navi-hide { display: none; }
      nav#nav-wrap ul#nav { margin-top: 0px; }

label, legend {
font: 16px/24px notosans-bold, sans-serif;
margin: 0 0;
display: block;
}

   input.long { 
	/* width: 50%; */
	width: 350px;
   }

   /* page title
   -------------------------------------------------------------------- */
   #page-title h1 { font: 46px/60px raleway-bold, sans-serif; }

   #page-content { width: 80%; }

   #primary, #secondary {
      float: none;
      width: 100%;
   }
   #sidebar { padding: 0; }

   #intro #intro-slider ul li {
        height: 350px !important;
   }

#intro .intro-about {
    position: absolute; z-index: 10; width: 100%; padding-top:50px;
}
#intro .intro-name {
    position: absolute; z-index: 11; width: 100%;  padding-top:250px;
}
#intro .intro-footer .intro-footer-fields {
        width: 73%;
        margin-left:auto;
        margin-right: auto;
}
#intro .intro-footer .intro-footer-fields .intro-footer-catch-banner {
	margin-top: 65px;
}
#intro .intro-footer .service-img-jinzai {
	width: 259px;
	height: 123px;
}
#intro .intro-footer .service-img-plus {
	width: 26px;
	height: 26px;
}
#intro .intro-footer .service-img-saiyo {
	width: 259px;
	height: 123px;
}
#intro .intro-message-area .intro-message {
	font: 16px/22px notosans-bold, sans-serif;
	font-weight: bold;
        width: 450px;
        padding: 12px 6px 3px 6px;
        margin-left:auto;
        margin-right:auto;
        background-color: #fff;
        border-radius: 25px;
}

   /* link list */
   #sidebar .link-list li {
      display: inline-block;
   }
   #sidebar .link-list li a {
      border: none;
      color: #8d8d8d;
      display: inline-block;
   }
   #sidebar .link-list li:before {
      content: "|";
      padding-left: 6px;
      padding-right: 6px;
      color: #D4D4D4;
   }
   #sidebar .link-list  li:first-child:before {
      display: none;
   }
    #sidebar .link-list  li:first-child {
      margin-left: 6px;
   }

   /* intro section - main page
   -------------------------------------------------------------------- */
   .slider-text h1 { font: 46px/60px raleway-bold, sans-serif; }

   #intro .intro-about .intro-about-img {
       width: 45%;
   }
   #intro .intro-consult .intro-consult-btn {
       width: 50%;
       max-width: 202px;
   }

   /* journal section - main page
   -------------------------------------------------------------------- */
   #journal .entry-header .permalink { display: none; }
   #journal .entry-header .entry-title,
   #journal .entry .post-content {
     width: 75%;
     padding-right: 30px;
   }
   #journal .entry .post-content { margin-left: 25%; }
   #journal .entry .post-meta { width: 25%; }

   /* Call To Action Section
   /* ----------------------------------------------------------------- */
   #call-to-action p { font-size: 16px; }
   #call-to-action .button { font-size: 14px; }

   /* blog
   -------------------------------------------------------------------- */
   .post .entry-header { text-align: center; }

   /* portfolio
   -------------------------------------------------------------------- */
   .portfolio .entry-details { padding-right: 20px; }
   .portfolio #portfolio-wrapper { margin-top: 24px; }
   .portfolio .portfolio-list {
      padding-right: 0;
      padding-left: 0;
   }


   /** resume area **/
   .resume-area {
     margin-bottom: 150px;
     padding-left: 0px;
   }
   .resume-area .resume-btn-first {
     position: absolute;
     z-index: 3;
     margin-top:2.5%;
     margin-right: 3%;
     left:66%;
   }
   .resume-area .resume-btn-last {
     position: absolute;
     z-index: 3;
     margin-top:7.5%;
     margin-right: 3%;
     left:66%;
   }
   .resume-area .resume-bg {
     position: absolute;
     z-index: 2;
     min-width: 480px;
   }

   /* job
   -------------------- */
   .resume-area {
      margin-bottom: 80px;
   }
   .side-area {
      margin-top: 0px;
   }
   div#job-form {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
   }
   .resume-area-long {
        clear: both;
        margin-top: 0px;
        max-width: 320px;
        height: 180px;
   }
   .resume-area-job-view {
        margin-bottom:130px;
   }
   .resume-area-consult {
        padding: 0 20px 0 0;
        margin-bottom:130px;
   }

.resume-area-long .resume-btn-first {
  position: absolute;
  z-index: 3;
  margin-top:45%;
  left:14%;
}
.resume-area-long .resume-btn-first img {
  min-width: 200px;
}
.resume-area-long .resume-btn-last {
  position: absolute;
  z-index: 3;
  margin-top:58%;
  left:14%;
}
.resume-area-long .resume-btn-last img {
  min-width: 200px;
}
.resume-area-long .resume-bg {
  position: absolute;
  z-index: 2;

   div.job-list-body div.job-list-content {
	display: inline-block;
	margin-bottom: 10px;
	width: 98%;
   }

   #vision .vision-area { padding-top: 0px; }
   #vision .vision-area .vision-image { /** padding: 0 230px; **/ min-width: 100%; margin-left:auto; margin-right: auto; margin-bottom: 10px; }
   #vision .vision-area .vision-image-img { width: 150px; }

}

/* mobile wide/smaller tablets
---------------------------------------------------------------------- */

/** @media only screen and (max-width: 767px) { **/
@media only screen and (max-width: 767px) { 

   /* mobile navigation
   -------------------------------------------------------------------- */
   #nav-wrap {
      width: auto;
      margin: 0;

      position: absolute;
      top: 0;
      right: 0;
   }
   #nav-wrap > a {
	width: 43px;
	height: 43px;
	text-align: left;
	background-color: #674131;
	position: relative;

      border: none;
      float: right;

      font: 0/0 a;
      text-shadow: none;
      color: transparent;

      position: relative;
      top: 4px;
      right: 15px;
   }

	#nav-wrap > a:before,
   #nav-wrap > a:after {
	   position: absolute;
		border: 2px solid #fff;
		top: 35%;
		left: 25%;
		right: 25%;
		content: '';
	}
   #nav-wrap > a:after { top: 60%; }

   /* toggle buttons */
	#nav-wrap:not( :target ) > a:first-of-type,
	#nav-wrap:target > a:last-of-type  {
	   display: block;
	}

   /* hide menu panel */
   #nav-wrap ul#nav {
      height: auto;
      display: none;
      clear: both;
      width: auto;
      position: relative;
      background: none;
      top: 0px;
      right: 0px;
   }

   /* display menu panels */
   #nav-wrap:target > ul#nav	{
      display: block;
      padding: 30px 20px 48px 20px;
      background: none;
      margin: 0 20px;
      clear: both;
      border-radius: 3px;
   }

   ul#nav li {
      width: 50%;
      display: block;
      height: auto;
      margin: 0 auto;
      text-align: left;
   }
   ul#nav  li {
      width: 144px;
      background: #fff;
      height: 100px;
      border-bottom: 1px solid #2D2E34;
      border-bottom-style: dotted;
   }
   ul#nav li a {
      background-image: none;
      margin: 0;
      padding: 0;
      font-size: 14px;
      margin: 6px 4px;
      line-height: 14px; /* reset line-height from 48px */
      border: none;
   }
   ul#nav span:after {
      left: 5px;
   }

   /* Sub Menu */
   ul#nav ul {
      position: static;
      background: none;
      width: 100%;
      padding-left: 15px !important;

      /* for transition */
      opacity: 0;
   }
   ul#nav ul li {
      width: 100%;
      padding: 0;
      display: list-item;
      border: none;

      /* for transition */
      height: 0px;
	   overflow: hidden;
      border-bottom: 1px dotted #595B6A;
   }

   /*On Hover  */
   #nav li:hover > ul li { height: 30px; }
   #nav li:hover > ul li:last-child { margin-bottom: 9px; }

   /* Sub Menu Anchor links */
   #nav ul li a {
      white-space: normal;
      padding-left: 0px !important;
      color:#C0C0C0;
      font-weight: bold;
      font-size: 13px;
      font: 13px/27px raleway-regular, sans-serif;
      line-height: 30px; /* should be the same with li's height */
   }

   /* page title
   -------------------------------------------------------------------- */
   #page-title h1 { font: 38px/48px raleway-bold, sans-serif; }
   #page-title p { font: 16px/30px notosans-regular, sans-serif; }

   /* page content
   -------------------------------------------------------------------- */
   #page-content {
      width: 480px;
      padding-top: 30px;
   }

   /* page
   -------------------------------------------------------------------- */
   .page h1,
   .title-heading  { font: 32px/42px raleway-semibold, sans-serif; }
   .page h1, .page p.lead { text-align: center; }

   /* intro section - main page
   -------------------------------------------------------------------- */
   .slider-text {
     margin-top: 42px;
     margin-bottom: 30px;
     width: 95%;
   }
   .slider-text h1 { font: 38px/48px raleway-bold, sans-serif; }
   .slider-text p { font: 15px/30px notosans-regular, sans-serif; }
   .slides .slider-image { width: 100%; }
   .slides { overflow: hidden; }

   /* Intro
   --------------------------------------------------------------------- */
#intro .intro-name {
    position: absolute; z-index: 11; width: 100%;  padding-top:200px;
}
#intro .intro-message-area {
position: absolute;
z-index: 11;
width: 100%;
padding-top: 295px;
font: 20px/26px notosans-bold, sans-serif;
font-weight: bold;
}
#intro .intro-footer {
position: absolute;
z-index: 11;
width: 100%;
height: 400px;
margin-top: 432px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
#intro .intro-footer .intro-footer-fields {
position: absolute;
width: 100%;
margin-left: auto;
margin-right: auto;
}
#intro .intro-footer .intro-footer-content-area {
	position: absolute;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color: #fff;
	width: 100%;
	height: 360px;
}
#intro .intro-footer .point-center {
opacity: 1;
filter: alpha(opacity=1);
margin-top: 0px;
}
#intro .intro-footer .intro-footer-fields .intro-footer-catch-banner {
	margin-top: 20px;
}
#intro .intro-footer .service-img-jinzai {
	width: 259px;
	height: 123px;
}
#intro .intro-footer .service-img-plus {
	width: 26px;
	height: 26px;
}
#intro .intro-footer .service-img-saiyo {
	width: 259px;
	height: 123px;
}
div .post-item-user {
	padding: 15px 3px 10px 3px;
	font: 11px/18px Meiryo, raleway-bold, sans-serif;
	color: #333;
	height: 35px;
}

#service {
	/* background: #fff url(/img/content-bg.jpg); */
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 0.5px solid #C1CDCD;
	height: 400px;
}

/* bxslider */
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	padding-top: 0px;
	*zoom: 1;
}


    /** apply **/
#apply .point-area-left {
	display: none;
}
#apply .point-area-right {
	display: none;
}

   /* journal section - main page
   --------------------------------------------------------------------- */
   #journal {
      padding-top: 54px;
      padding-bottom: 36px;
   }
   #journal h1 { margin-bottom: 0; }
   #journal .blog-entries { margin-top: 0; }
   #journal .entry-header .permalink {
      display: none;
      z-index: 1;
   }
   #journal .entry-header .entry-title {
      padding: 0 30px;
      margin-bottom: 6px;
      right: 0;
      text-align: center;
      z-index: 3;
   }
   #journal .entry .post-content {
      padding: 0 30px;
      margin-top: 18px;
      margin-left: 0;
   }
   #journal .entry .post-meta { text-align: center; }
   #journal .entry .post-meta time,
   #journal .entry .post-meta .dauthor {
      display: inline;
   }
   #journal .entry .post-meta .dauthor:before {
      content: "/";
      padding-left: 5px;
      padding-right: 5px;
   }

   /* Call To Action Section
   /* ----------------------------------------------------------------- */
   #call-to-action { text-align: center; }
   #call-to-action h1 {
     font-size: 32px;
     margin-bottom: 6px;
   }

   /* tweets section - main page
   ----------------------------------------------------------------------- */
   #tweets {
      padding-top: 42px;
      padding-bottom: 24px;
   }
   #tweets #twitter {
      padding: 0 30px;
      width: 100%;
   }
   .tweeter-icon { font-size: 54px; }
   #tweets #twitter li span { font: 21px/42px raleway-semibold, sans-serif; }
   #tweets #twitter li b a { font: 15px/30px notosans-regular, sans-serif; }

   /* Blog Post
   ------------------------------------------------------------------ */
   .post .entry-header h1 { font: 32px/42px raleway-semibold, sans-serif; }

    /* bio */
   .post .bio { padding-top: 18px; }
   .post .bio .gravatar {
      float: none;
      width: 72px;
      margin: 0 auto 18px auto;
   }
   .post .bio .about {
      width: 100%;
      float: none;
      padding-left: 0;
      text-align: center;
   }

   /* post-nav */
   .post-nav { margin-top: 18px; }
   .post-nav li {
      display: block;
      margin: 0 0 18px 0;
      width: 100%;
   }
   .post-nav li.next {
      float: none;
      text-align: center;
   }
   .post-nav li.prev {
      float: none;
      text-align: center;
   }

   /* Comments*/
   #comments h3 {
      text-align: center;
      margin-left: 0;
   }

   /* Comments List */
   ol.commentlist {
      width: 100%;
      margin-left: 0;
   }
   .commentlist  li .avatar { display: none; }

   /* comment form */
   #comments form { margin-left: 0; }
   #comments form input,
   #comments form select,
   #comments form label {
      width: 100%;
      float: none;
   }
   #comments form label { padding-left: 0; }
   #comments form div { margin-bottom: 0; }
   #comments form input { margin-bottom: 0; }
   #comments form .message label { display: block; }


   /* contact
   ----------------------------------------------------------------------- */
   #contact-form div, #contact-form .half  {
      width: 100%;
      float: none !important;
   }
   #contact-form label {
      display: block;
      float: none;
      width: auto;
   }
#contact-form label, #inquiry-form label {
   text-align: left;
   font: 16px/26px notosans-bold, sans-serif;
   padding: 0px 20px 0px 0px;
   color: #333;
   font-weight: bold;
   display: inline-block;
   min-width: 220px;
   float: left;
}
   #contact-form input,
   #contact-form select {
      /* min-width: 280px; */
      /* margin-bottom: 18px; */
   }
   #contact-form textarea {
      width: 90%;
      margin-bottom: 0px;
   }

   /* inquiry
   ----------------------------------------------------------------------- */
   #inquiry-form div, #inquiry-form .half  {
      width: 100%;
      float: none !important;
   }
   #inquiry-form .half { padding: 0; }
   #inquiry-form label {
      display: block;
      float: none;
      width: auto;
   }
   #inquiry-form input,
   #inquiry-form select {
      min-width: 280px;
      margin-bottom: 18px;
   }
   #inquiry-form textarea {
      /* min-width: 40%; */
      width: 350px;
      margin-bottom: 18px;
   }

   /* job
   ------------------------------------------------------------------------ */
   .side-area {
      margin-top: 0px;
   }
   div#job-form {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
   }
   .resume-area-long {
        clear: both;
        margin-top: 0px;
        max-width: 320px;
        height: 180px;
   }

   /* footer
   ------------------------------------------------------------------------ */
   footer .copyright li:before { content: none; }
   footer .copyright li { margin-right: 10px; }
   footer .copyright, footer .social-links {
      text-align: center;
      float: none;
   }

   /* footer nav */
   footer .footer-nav {
      font: 15px/42px raleway-bold, sans-serif;
      margin: 0;
      padding: 0 0 18px 0;
      text-align: center;
   }
   footer .footer-nav li {
      display: inline;
      margin-right: 12px;
      margin-left: 12px;
   }

   /* social links */
   footer .footer-social {
     margin: 30px 0 12px 0;
     font-size: 23px;
     line-height: 36px;
   }
   footer .footer-social li {
      margin-left: 12px;
      margin-right: 12px;
   }

   #go-top {
	/* position: fixed; */
	position: relative; 
	top: -75px;
	left: 0%;
	width: 119px;
	/* display: none; */
	background-color: #0085B2;
   }

}

/* mobile narrow
  -------------------------------------------------------------------------- */

@media only screen and (max-width: 480px) {

header .logo {
   left: 60px;
   z-index: 99999;
}

.row {
   width: 100%;
   max-width: 480px; 
   margin: 0 auto;
}

   /* page content
   -------------------------------------------------------------------- */
   #page-content {
      width: auto;
   }

   /* primary navigation */
   #nav-wrap { width: 100%; }
   #nav-wrap ul#nav {
      top: 0px;
      right: 0px;
   }

   /* intro section - main page
   ------------------------------------------------------------------------- */
   .slider-text { margin-top: 36px; margin-bottom: 27px; }
   .slider-text h1 { font: 32px/42px raleway-bold, sans-serif; }
   .slider-text p { font: 14px/27px notosans-regular, sans-serif; }

    /* journal section - main page
   ------------------------------------------------------------------------- */
   #journal .entry-title h3 {
      font-size: 28px;
      line-height: 36px;
   }
   /* tweets section - main page
   ----------------------------------------------------------------------- */
   #tweets #twitter li span { font: 20px/39px raleway-semibold, sans-serif; }
   #tweets #twitter li b a { font: 14px/24px notosans-regular, sans-serif; }

   #vision h3 { text-align: center; font: 14px/20px notosans-bold, sans-serif; color: #333; font-weight: bold; margin-bottom: 6px; }
   #vision .columns p { margin-top: 10px; font: 10px/15px sans-serif; color: #444; line-height: 20px }

   #vision .vision-area .vision-image-img { width: 100px; }

   #consultant .job-motto {
  border-top: 1px solid #ddd;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  text-align: center;
  font: 10px/22px sans-serif;
  font-size: 12px;
  color: #333;
}
#consultant .job-career {
  border-top: 1px solid #ddd;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-top: 22px;
  padding-left: 5px;
  text-align: left;
  font: 8px/12px sans-serif;
  font-size: 13px;
  color: #666;
}

   #contact-form textarea { width: 97%; margin-bottom: 18px; }
   #inquiry-form textarea { width: 97%; margin-bottom: 18px; }

   /* job */
   .resume-area .resume-btn-first {
     position: absolute;
     z-index: 3;
     margin-top:2.5%;
     left:66%;
   }
   .resume-area .resume-btn-first img {
     width: 150px;
   }
   .resume-area .resume-btn-last {
     position: absolute;
     z-index: 3;
     margin-top:8%;
     left:66%;
   }
   .resume-area .resume-btn-last img {
     width: 150px;
   }

   footer { margin-top: 48px; }

   /* social links */
   footer .footer-social { font-size: 22px; }
   footer .footer-social li {
      margin-left: 10px;
      margin-right: 10px;
   }

}



