
@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400');

body {
  background: #ffffff;
  font-family: 'Muli', sans-serif;
  font-style: normal;
  font-weight: 300;
  overflow-x: hidden;
}

html, body {
  width: 100%;
  height: 100%;
}

.wrap {
	margin: 0 auto;
	float: none;
}
.wrap:after {
	display: block;
	content: "";
	clear: both;
}
/*---------------------------------------
  Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0px;
}

h1 {
  color: #3d3d3f;
  font-size: 36px;
  line-height: normal;
  font-weight: bold;
}

h2 {
  color: #575757;
  font-size: 24px;
  line-height: 1.6;
  margin-top: 0px;
}

h3 {
  color: #575757;
  font-weight: normal;
  font-size: 20px;
}

h4 {
  color: #797979;
  font-size: 18px;
  font-weight: normal;
}
p {
    color: #878787;
	color: #575757;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
}

strong, span {
  color: #878787;
}


/*---------------------------------------
  Buttons               
-----------------------------------------*/

.section-btn {
  background: #d7b065;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  padding: 14px 32px 18px 32px;
  margin-top: 32px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.section-btn:focus,
.section-btn:hover {
  background: #000000;
  color: #ffffff;
}



/*---------------------------------------
    General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #575757;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover, a:active, a:focus {
  color: #000000;
  outline: none;
}

h4 a {
	font-size: 14px;
	text-decoration: underline !important;
}
h4 a:hover {
	color: #999;
	text-decoration: none !important;
}

table tbody tr th, table tbody tr td {
	color: #878787;
	padding-left: 0 !important;
	border-top-style: dotted !important;
}
table tbody tr th {
	color: #575757;
	font-weight: normal;
	min-width: 85px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-title {
  margin: 0;
  padding-bottom: 32px;
}

.about-thumb {
	text-align: center;
	margin: 20px 0 40px;
}

#news, #about, #history, #work, #otherProject, #contact, #access, #sme {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #ddd;
}

#about img, #team img {
  border-radius: 5px;
}

#work {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

#contact {
  text-align: center;
}

form label {
	color: #7e7e7e;
}

.btn {
	width: 40%;
	text-align: center;
}
#history_title span {
	color: #575757;
}
#history-content {
	text-align: center;
}
#history-content strong {
	font-weight: bold;
	color: #464646;
}
#history-content a,
#boshuu a,
#otherProject a,
#itProject a,
button#returnBtn,
button#submit {
  background: #000000;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-weight: 300;
  height: 55px;
  padding-bottom: 10px;
  margin-top: 24px;
}
#id_otherProject,
#otherProject a,
#history-content a {
	background: #464646;
	line-height: 50px;
	display: inline-block;
	padding: 2px 20px 0;
	margin: 0 auto;
	font-size: 14px;
}
#itProject a {
	line-height: 40px;
}
#id_otherProject {
	color: #fff;
}
#id_otherProject:hover,
#itProject a:hover,
#history-content a:hover {
	background: #626262;
}
#history .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}


button#returnBtn {
  background: #eee;
  color: #575757;
}
button#returnBtn:hover {
  background: #ddd;
}

/*---------------------------------------
  Pre loader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #000000;
  border-top-color: #f9f9f9;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}



/*---------------------------------------
  Navigation section              
-----------------------------------------*/
.navbar {
	background: #fff !important;
	box-shadow: 0 40px 100px rgba(0,0,0,.2);
	padding: 10px 0 !important;
}

.custom-navbar {
  border: none;
  margin-bottom: 0;
  background-color: #ffffff;
  padding-top: 22px;
}

.custom-navbar .navbar-brand {
  color: #444;
  font-weight: normal;
  font-size: 20px;
}

.custom-navbar .nav li a {
  font-size: 12px;
  font-weight: normal;
  color: #656565;
  letter-spacing: 1px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  padding: 0;
  margin: 15px;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #454545;
}

.custom-navbar .navbar-nav li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 2px;
  margin: auto;
  background: transparent;
  transition: width .3s ease, background-color .3s ease;
}

.custom-navbar .navbar-nav li a:hover:after,
.custom-navbar .nav li.active > a:after {
  background: #000000;
  color: #ffffff;
  width: 100%;
}

.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #454545;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 12px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #000000;
  border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      box-shadow:0 40px 100px rgba(0,0,0,.2);
      padding: 10px 0;
    }

}



/*---------------------------------------
  news section              
-----------------------------------------*/

#news {
	text-align: center;
}
#news h2 {
	font-size: 40px;
}
#news strong {
	font-size: 120%;
	display: inline-block;
	padding: 10px 0;
	font-weight: bold;
	color: #3d3d3f;
}
#news .newsList{
	width: 600px;
	margin: 0 auto;
	max-height: 200px;
	overflow: auto;
}
#news .tbl {
	display: table;
	background: #e7efe0;
	font-size: 90%;
	width: 100%;
}
#news .tbl .row {
	display: table-row;
	cursor: pointer;
}
#news .tbl .row a:hover {
	color: #1DA1F2;
}
#news .tbl .cl {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding-top: 1em;
	padding: 15px;
}
#news .tbl .cl:first-child {
	padding-right: 15px;
	width: 100px;
}
#news .tbl .cl:last-child {
	padding-left: 0;
}

#news .twitter {
	width: 600px;
	margin: 10px auto 0;
	text-align: right;
}
#news .twitter a {
	color: #1DA1F2;
	text-decoration: underline !important;
}
@media(max-width:750px) {
	#news .newsList,
	#news .twitter {
		width: auto;
	}
}

/*---------------------------------------
  Home section              
-----------------------------------------*/
#home {
  display: -webkit-box;
  display: -webkit-flex;
   display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
   align-items: baseline;
  height: 100vh;
  position: relative;
  padding-top: 70px;
background: url(../images/haikei4.jpg) no-repeat;
background-size: cover;
background-position: center top 70px;
}
#home .col-md-2 {
	width: 35%;
}
#home .col-md-8 {
	text-align: center;
	width: 45%;
}

#home .title {
	margin-bottom: 30px;
}
#home .title h1 {
	margin-bottom: 0;
}
#home .title p,
#home h1 span {
	color: #3d3d3f;
}
.mainLogo {
	background: url(../images/mainLogo.png) no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
	top: -30px;
}
#home .row {
	margin-top: 10%;
}
/*
#home .col-md-2 {
	width: auto;
}
#home img {
  width: 120px;
  height: 120px;
}
*/
#home .mainIMG {
/*	width: 250px;*/
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;

    -webkit-animation: spin 120s linear infinite;
    -moz-animation: spin 120s linear infinite;
    -ms-animation: spin 120s linear infinite;
    -o-animation: spin 120s linear infinite;
    animation: spin 120s linear infinite;
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}.td_data {
    text-align: left;
}
/*---------------------------------------
  News section              
-----------------------------------------*/
#news .about-thumb {
	margin-bottom: 0;
}
#news .about-thumb h2 {
	font-size: 40px;
}
#news .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}
#news .newsList {
	list-style-type: none;
}

/*---------------------------------------
  About section              
-----------------------------------------*/
#about {
	border-top: 1px solid #f0f0f0;
}
#about .section-title {
/*  padding-bottom: 16px;*/
  padding-bottom: 0;
}
#about .col-sm-4 {
	padding-bottom: 30px;
}

#about .col-md-4 a {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 6px 6px 0px 0;
}

#about .col-md-5 {
	width: 50%;
}

#about .col-md-5:first-child {
	padding-left: 0;
}
#about .col-md-5:nth-child(odd) {
/*	padding-left: 0;
	padding-right: 30px;
*/
}
#about .col-md-5:nth-child(even),
#about .col-md-5:last-child {
/*	padding-left: 30px;*/
	padding-right: 0;
}

#about .about-thumb {
	text-align: center;
}

#about .about-thumb h2 {
  font-size: 40px;
}
#about h3:before {
	content: "";
	width: 20px;
	height: 20px;
	border: 3px solid;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 5px;
}
#about .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}

#about .col-sm-12 {
/*	margin-bottom: 30px;*/
}

#about .careerList {
	padding: 0;
	margin-left: -10px;
}

#about .careerList li {
	display: inline-block;
	padding: 12px;
	line-height: 1;
	border: 1px solid #ccc;
	background: #eee;
	margin: 0 0 10px 10px;
	font-size: 85%;
}

/*---------------------------------------
  Skill section              
-----------------------------------------*/

#skill {
  border-top: 1px solid #f0f0f0;
  padding-top: 80px;
  padding-bottom: 60px;
}
#skill .about-thumb {
	text-align: center;
}
#skill .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}

#skill .about-thumb h2 {
	font-size: 40px;
}

#skill .col-md-8 {
	padding-left: 0;
}

.skill-thumb strong,
.skill-thumb span {
  color: #575757;
  font-size: 16px;
  padding-bottom: 8px;
  display: inline-block;
}

.skill-thumb .progress {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: none;
  height: 4px;
}

.skill-thumb .progress-bar-primary {
  background: #3d3d3f;
}

#skill #boshuu a {
    background: #009BCE;
	line-height: 50px;
	display: block;
	color: #fff;
}

#skill #boshuu a:hover {
	background: #13A8D9;
}

#boshuu_comment {
	background: #69adce;
	padding: 15px 0;
	text-align: center;
}
#boshuu_comment strong {
	font-weight: bold;
	color: #fff;
	font-size: 130%;
	text-shadow: 1px 1px 2px #46788f;
}

/*---------------------------------------
  Work section              
-----------------------------------------*/
#work {
	border-top: 1px solid #f0f0f0;
	padding-bottom: 40px;
}
#work .about-thumb {
	text-align: center;
}
#work .about-thumb h2 {
  font-size: 40px;
}
#work .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}

#work .row {
	padding-bottom: 40px;
}
#work .col-md-3 {
	display: inline-block;
	vertical-align: top;
	float: none;
}

#work .work-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#work .work-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#work .work-thumb img {
  border-radius: 5px;
}

#work h3 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 25px;
}

/*---------------------------------------
  SME section              
-----------------------------------------*/
#sme {
	border-top: 1px solid #f0f0f0;
	padding: 80px 0 40px;
}
#sme .about-thumb {
	text-align: center;
	margin-bottom: 0;
}
#sme .about-thumb h2 {
  font-size: 40px;
}
#sme .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}

#sme .row {
	padding-bottom: 40px;
}
#sme .col-md-3 {
	display: inline-block;
	vertical-align: top;
	float: none;
}

#sme .work-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#sme .work-thumb:hover {
  background: #ffffff;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#sme .work-thumb img {
  border-radius: 5px;
}

#sme h3 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 25px;
}

/*---------------------------------------
  Other Work section              
-----------------------------------------*/
#otherProject .about-thumb h2 {
  font-size: 40px;
}
#otherProject .about-thumb strong {
    font-weight: normal;
    display: block;
    padding-top: 4px;
}
#otherProject .col-md-3 {
	display: inline-block;
	vertical-align: top;
	float: none;
}

#otherProject .work-thumb {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

/*---------------------------------------
  Contact section              
-----------------------------------------*/
#contact .about-thumb {
	text-align: center;
}
#contact .about-thumb h2 {
  font-size: 40px;
}
#contact .about-thumb strong {
    font-weight: normal;
    display: block;
    padding-top: 4px;
}
#contact .form-control {
  border-radius: 0px;
  border-color: #f0f0f0;
  box-shadow: none;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: .3rem;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#contact .form-control:focus {
  border-bottom: 2px solid #999999;
}

#contact input {
  height: 55px;
  border: none;
  border-bottom: 1px solid #f0f0f0;
}


#contact button#submit:hover {
  background: #d7b065;
  color: #ffffff;
}

/*---------------------------------------
  Access             
-----------------------------------------*/
#access .about-thumb {
	text-align: center;
}
#access .about-thumb h2 {
  font-size: 40px;
}
#access .about-thumb strong {
    font-weight: normal;
    display: block;
    padding-top: 4px;
}

/*---------------------------------------
  entry             
-----------------------------------------*/
#entry section {
	border-top: 1px solid #f0f0f0;
	padding: 40px 0;
}
#entry .about-thumb {
  margin-top: 22px;
}

#entry .about-thumb h2 {
  font-size: 40px;
}
#entry .col-md-4,
#entry .col-sm-4 {
	padding: 0 0 30px;
}
#entry .col-md-4:nth-child(2),
#entry .col-md-4:nth-child(5) {
	padding: 0 30px 30px;
}
#entry .col-md-10 {
	padding: 0;
}
#entry button#submit {
  background: #000000;
  border: none;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 300;
  height: 55px;
  padding-bottom: 10px;
  margin-top: 24px;
}

#entry button#submit:hover {
  background: #d7b065;
  color: #ffffff;
}

/*---------------------------------------
  work page section              
-----------------------------------------*/
#workSect section {
	border-top: 1px solid #f0f0f0;
	padding: 40px 0;
}
#workSect section#sfa {
	border: none;
	padding-top: 60px;
}
#workSect .section-title {
/*  padding-bottom: 16px;*/
  padding-bottom: 0;
}
#workSect .col-sm-4 {
	padding-bottom: 30px;
}

#workSect .col-md-4 a {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 6px 6px 0px 0;
}

#workSect .col-md-5 {
	width: 50%;
}

#workSect .col-md-5:nth-child(odd) {
	padding-left: 0;
	padding-right: 30px;
}
#workSect .col-md-5:nth-child(even),
#workSect .col-md-5:last-child {
	padding-left: 30px;
	padding-right: 0;
}

#workSect .about-thumb {
	text-align: center;
}

#workSect .about-thumb h2 {
  font-size: 40px;
}
#workSect h3:before {
	content: "";
	width: 20px;
	height: 20px;
	border: 3px solid;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 5px;
}
#workSect .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}

#workSect .col-sm-12 {
	margin-bottom: 30px;
}

/*---------------------------------------
  recruit page section             
-----------------------------------------*/
#recruitSec {
	padding-top: 80px;
}
#recruitSec section {
	padding: 40px 0;
}
#recruitSec section#entry {
	border-top: 1px solid #f0f0f0;
}
#recruitSec .section-title {
	padding: 0;
}
#recruitSec .about-thumb {
  margin: 0 0 40px;
}
#recruitSec .about-thumb h2 {
  font-size: 40px;
}

#recruitSec img {
  border-radius: 0;
}

#recruitSec .jouken {
	padding: 15px;
	background: #eee;
	display: inline-block;
	line-height: 2;
	margin: 0 auto;
	text-align: center;
	font-size: 90%;
}
#recruitSec .jouken p {
}
#recruitSec .bootstrap-datetimepicker-widget table tbody tr th,
#recruitSec .bootstrap-datetimepicker-widget table tbody tr td {
	border: none !important;
}

/*---------------------------------------
  Policy section              
-----------------------------------------*/
#policy {
	border-top: 1px solid #f0f0f0;
	padding-top: 60px;
}
#policy .section-title {
/*  padding-bottom: 16px;*/
  padding-bottom: 0;
}
#policy .col-sm-4 {
	padding-bottom: 30px;
}


#policy .about-thumb {
	text-align: center;
}

#policy .about-thumb h1 {
  font-size: 30px;
}
#policy .about-thumb h1 span {
	display: inline-block;
	margin-left: 1em;
	color: #575757;
}

#policy h3 {
	font-weight: bold;
}
#policy h3:before {
	content: "";
	width: 20px;
	height: 20px;
	border: 3px solid;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 5px;
}
#policy .about-thumb strong {
  font-weight: normal;
  display: block;
  padding-top: 4px;
}
#policy dl dd {
	padding-left: 1em;
}

#recPolicySec #policy h2 {
	font-weight: bold;
}


/*---------------------------------------
	confirmSect             
-----------------------------------------*/
#confirmSect table {
	width: 480px;
	margin: 0 auto 30px;
}
#confirmSect #contact table td {
	text-align: left;
}

/*---------------------------------------
  Social icon             
-----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  background: #292929;
  border-radius: 100%;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 20px 6px 10px 6px;
}

.social-icon li a:hover {
  background: #d7b065;
  transform: scale(1.1);
}

/*---------------------------------------
  footer             
-----------------------------------------*/
footer {
	margin-top: 60px;
	padding: 20px 0;
	text-align: center;
	background: #eee;
}


.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*---------------------------------------
  Mobile Responsive styles              
-----------------------------------------*/

@media (min-width: 768px) and (max-width: 1024px) {
  #home {
    height: 50vh;
  }
}

@media (min-width: 667px) and (max-width: 767px) {
  #home {
    height: 140vh;
  }
}

@media (min-width: 568px) and (max-width: 665px) {
  #home {
    height: 190vh;
  }
}

@media (max-width: 1024px) {

 h1 {font-size: 30px;}
 h1 span {
	display: block;
}

 #work .work-thumb {
  margin-top: 30px;
 }
	#entry .col-md-12 {
		width: 100%;
		padding: 0 0 30px;
	}

	#recruitSec table tbody tr th {
	    min-width: 120px;
	}

  #home {
    padding: 80px 0 40px;
    height: auto;
  }
/*
  #home .col-sm-3, #home .col-md-2, #home .col-sm-8 {
    float: none !important;
    width: 83.33333333% !important;
    margin: 0 auto !important;
  }
*/
}


@media (max-width: 992px) {
/*
  #home .col-sm-3, #home .col-md-2, #home .col-sm-2, #home .col-sm-8 {
    float: none !important;
    width: auto !important;
  }

  #home .col-md-8 {
    width: auto !important;
  }
*/
}
@media (max-width: 768px) {
  h1 {
   	font-size: 28px;
    line-height: normal;
  }

  h2  {font-size: 30px;}

  .custom-navbar {
    background-color: #ffffff;
    box-shadow:0 40px 100px rgba(0,0,0,.2);
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .custom-navbar .nav {
    padding-bottom: 10px;
  }

  .custom-navbar .nav li a {
    display: inline-block;
    margin-bottom: 5px;
  }
	#home .title {
		margin-bottom: 0;
	}
  #home .col-sm-3, #home .col-md-2, #home .col-sm-8 {
    float: left !important;
	width: 60%;

/*    width: auto !important;*/
  }
/*
	#home .col-sm-3, #home .col-md-2 {
	    width: 50% !important;
	}
*/
	#home .col-sm-3, #home .col-md-2 {
	    width: 36% !important;
	}
	#home .col-sm-8 {
		margin-top: -30px;
	}
}

img.atmark {
	width: 12px !important;
}

@media (max-width: 680px) {
	.section-title {
		padding: 0;
	}
	.text-content,
	.text-content p {
		font-size: 14px !important;
	}

	.about-thumb {
		margin: 0 !important;
	}
	img {
		width: 100%;
	}
	#home {
		padding: 80px 0 40px;
		height: auto;
	}


	#home p {
		line-height: 1.6;
		font-size: 90%;
/*		text-align: left;*/
	}
	#home .title p {
		line-height: 1.4;
		text-align: center;
	}
	#home .title p span {
		display: block;
		text-align: center;
	}

	#history_title span {
		display: none;
	}

	#about {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	#about .col-md-5 {
		width: 100%;
	}
	#work, #contact, #skill, #access {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#about p {
		font-size: 90%;
		line-height: 1.6;
	}

	#about .about-thumb h2 {
		line-height: 1;
	}

	#about .col-md-5 {
		width: 100%;
	}
	#about .col-md-5:nth-child(odd) {
		padding: 0;
	}
	#about .col-md-5:nth-child(even),
	#about .col-md-5:last-child {
		padding: 0;
	}


	#skill .col-sm-6 {
		padding: 10px 0;
	}

	#boshuu_comment strong {
		font-size: 110%;
	}

	#contact .col-md-4,
	#contact .col-md-12 {
		padding: 0;
	}
	#contact .col-md-12 {
		padding-top: 10px;
	}

	/* ----------------------------

	----------------------------- */

	
	#recruitSec {
		padding-top: 56px;
	}
	#recruitSec .main-img {
		padding: 0;
	}
	#recruitSec .jouken {
		margin: 15px auto 40px;
	}
	#recruitSec table tbody tr th {
	    min-width: 90px;
	}

	#entry .about-thumb {
	}

	#entry .col-md-4 {
		padding: 0 0 20px;
	}
	#entry .col-md-4:nth-child(2),
	#entry .col-md-4:nth-child(5) {
		padding: 0 0 20px;
	}
	#entry .col-md-10 {
		padding: 0;
	}

	/* ----------------------------

	----------------------------- */
	#policy .about-thumb h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#policy .about-thumb h1 span {
		display: block;
		margin: 0;
	}
	#recPolicySec #policy h2,
	#policy h3 {
		font-size: 16px;
		font-weight: bold;
	}

	#policy table tbody tr th {
	    min-width: 90px;
	}

	#president img {
	    width: auto;
	}

	/* ----------------------------

	----------------------------- */
	#confirmSect {
		padding-top: 56px;
	}
	#confirmSect .about-thumb h1 {
		font-size: 24px;
		margin-bottom: 26px;
	}
	#confirmSect #contact {
		border: none;
	}
	#confirmSect #contact table tbody tr th {
	    min-width: 90px;
	}

	.btn {
		width:80%;
	}
}

@media (max-width: 580px) {

	h1 {
		font-size: 15px;
	}
	#home .title {
		margin-bottom: 0;
	}
	#home p {
		font-size: 80%;
	}
	#about .about-thumb {
		margin-top: 0px;
	}

	.about-thumb .social-icon {
		margin-bottom: 15px;
	}
	#home .col-md-2 {
		float: left !important;
	}
	#home .col-md-8 {
		text-align: center;
		width: 60% !important;
		float: left !important;
		margin-top: -38px;
	}
	#about .group-comp p {
		text-align: left;
	}

}


@media (max-width: 360px) {

  h1 {
    font-size: 12px;
  }

  #about .col-md-4 a {
    width: 85px;
    height: 85px;
  }

}
