/*
body {
	padding-top: 90px;
}
.common-logo {
	margin:10px 0 0 5px !important;
	width:100px;
	height:46px;
	background-image:url('/images/common/logo_p2020.png');
	background-repeat:no-repeat;
	-moz-background-size:100px auto;
	-o-background-size:100px auto;
	-webkit-background-size:100px auto;
	background-size:100px auto;
	text-indent:200%;
	white-space:nowrap;
	overflow:hidden;
}
*/
@media screen {
	.disp_print {
		display: none;
	}
}
@media print {
	* {background-color:transparent; }
	html,body{
		height: auto;
		page-break-inside: avoid;
	}
	.undisp_print { display: none; }
	.disp_print {
		display: inline;
		padding:10px;
	}
	#main-nav { display: none; }
}

/* base */
body{
	font-family: Arial, sans-serif;
  font-size:16px;
  font-weight:300;
  color:#6d6d6d;
	overflow-x:hidden;
	word-wrap: break-word;
	overflow-wrap : break-word;
}

a{
	color:#333; /*#52CCBA;*/
	text-decoration:none
}

a:hover,a:focus{
	color:#563748;/*#52CCBA;*/
	text-decoration:underline;
}

a:focus,
.btn:focus {
	outline: none;
}

ol {
	padding-left:20px;
}

/* fonts */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	font-weight:300;
}

.heading_today {
	width:100%;
	border-bottom:1px dotted #ccc;
	color:#74c7d5;
	font-weight:bold;
}
.heading_today_text {
	margin:10px 0;
	font-weight:bold;
}

.heading {
	position: relative;
	display: inline-block;
	margin: 0 auto 20px auto;
	padding: 0 55px;
}
.heading:before, .heading:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
}
.heading:before {left:0;}
.heading:after {right: 0;}

.midashi1 {
  color: #444;
  position: relative;
  padding: 10px 0 2px 28px;
  /*border-bottom: 1px solid #74c7d5;*/
}
.midashi1:before, .midashi1:after {
  content: "";
  position: absolute;
  margin: auto;
}
.midashi1:before {
  width: 12px;
  height: 12px;
  top: 0;
  left: 14px;
  background: #74c7d5;
  transform: rotate(50deg);
}
.midashi1:after {
  width: 8px;
  height: 8px;
  top: 18px;
  left: 6px;
  background: #74c7d5;
  transform: rotate(20deg);
}

.midashi1_s {
  color: #444;
  position: relative;
  padding: 5px 0 1px 16px;
  /*border-bottom: 1px solid #74c7d5;*/
}
.midashi1_s:before, .midashi1_s:after {
  content: "";
  position: absolute;
  margin: auto;
}
.midashi1_s:before {
  width: 8px;
  height: 8px;
  top: 0;
  left: 7px;
  background: #74d5c7;
  transform: rotate(50deg);
}
.midashi1_s:after {
  width: 5px;
  height: 5px;
  top: 9px;
  left: 3px;
  background: #74d5c7;
  transform: rotate(20deg);
}

.midashi-gokui {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

.midashi2 {
 border-left:3px solid #333;
 /*border-bottom:1px solid #333;*/
 padding:5px 0 5px 6px;
}

.midashi-well {
	background-color:#fefefe;
	padding:10px 5px 8px 10px;
	margin-bottom:10px;
	box-shadow: 0px 1px 1px 1px #ccc inset;
	border-radius: 3px;
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
}

.error {
	color:#e01;
}

.big-text{
    font-size:58px;
    font-weight:300;
    line-height:62px;
    letter-spacing:0.01em;
    word-spacing: 0.15em;
    text-transform:uppercase;
}

.section-title{
    margin-top:-20px;
    margin-bottom: 80px;
    text-align:center;
}

/* layout */
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.add-padding {
    padding-top:120px;
    padding-bottom:140px;
}

/* color */
.bg-color1{
    color:#fff;
    background:#9da3a8;
}

.bg-color2{
    color:#2a3333;
    background:#f6f6f6;
}

.bg-color3{
    color:#fff;
    background:#334959;
}

.border-bottom-color2{
    border-bottom:3px solid #647484;/*#ad8f4c;*/
}

.border-top-color2{
    border-top:3px solid #647484;/*#ad8f4c;*/
}

.color1 .service-icon,
.color1.service-item ul li:nth-child(2):before{
    background:#292a2e;
}

.color1 .service-icon:after{
    border:3px solid #292a2e;
}

.color2 .service-icon,
.color2.service-item ul li:nth-child(2):before{
    background:#1c1c1e;
}

.color2 .service-icon:after{
    border:3px solid #1c1c1e;
}

.color3 .service-icon,
.color3.service-item ul li:nth-child(2):before{
    background:#1c1c1e;
}

.color3 .service-icon:after{
    border:3px solid #1c1c1e;
}
.color-blue {
		color:#2255bb;
		font-weight:bold;
}
.color-red {
		color:#ee0011;
		font-weight:bold;
}
.color-orange {
		color:#ff9900;
		font-weight:bold;
}
.color-yellow {
		color:#ffee00;
		font-weight:bold;
}
.color-green {
		color:#22bb33;
		font-weight:bold;
}
.color-pink {
		color:#ee55bb;
		font-weight:bold;
}
.color-white {
		color:#ffffff;
		font-weight:bold;
}
.color-black {
		color:#000000;
		font-weight:bold;
}

.text-big {
	font-size:16px;
}
.glyphicon-volume-up {
	font-size:16px;
}
.input-phrase {
	width:100%;
}
.underline {
	border-bottom: 1px dotted #666;
	/* text-decoration:underline; */
}
.input-phrase dt {
	float:left;
	clear:left;
	width:20%;
}
.input-phrase dd {
	float:left;
	width:80%;
	min-height:25px;
}
.form-frame {
	width: 100%;
	border: 1px solid #ccc;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.form-frame .left {
	background-color: #f1f1f1;
	border-right: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}
.form-frame .right {
	padding: 0 0 5px 15px;
}
.hr-deco1 {
    height:3px;
    border:0;
    background:linear-gradient(left, #87ceeb, #999, #87ceeb);
    background:-webkit-linear-gradient(left, #87ceeb, #999, #87ceeb);
    background:-moz-linear-gradient(left, #87ceeb, #999, #87ceeb);
}

.pos-relative {
	position: relative;
}

.pos-absolute {
	z-index: 1;
	position: absolute;
}

/* button */
.btn-color1,
.btn-color2{
    padding: 10px 30px;
    color:#fff;
    font-size: 21px;
    font-weight: 300;
    background:#2a3333;
    outline: none !important;
    border-radius: 0;
    transition: opacity .2s ease-out;
}

.btn-color1:hover,
.btn-color2:hover{
    color:#fff;
    opacity: 0.9;
}

.btn-color1:focus,
.btn-color1:active,
.btn-color2:focus,
.btn-color2:active{
    color:#fff;
}

.btn-color1 .fa,
.btn-color2 .fa{
    margin-right: 15px;
}

.btn-line {
	width:100%;
	/*text-align:center;*/
}

.btn-answer {
	margin-bottom:5px;
	font-size:13px;
	text-align:left;
	width:100%;
}

.btn-bottom_right {
	color:#fff;
	padding:9px;
	height:40px;
	border-top-left-radius:5px;
  -webkit-border-top-left-radius:5px;
  -moz-border-top-left-radius:5px;
	background-color:#38a1db;
	opacity: 0.8;
	position:fixed;
	right:43px;
	bottom:0px;
	z-index:99;
}
.btn-bottom_right a {
	text-decoration:none;
	color:#fff;
}

.home-checkbox {
	float:right;
	margin:10px 0 0 0;
	padding:0;
	background-color:#f5f5f5;
	-ms-transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.3, 1.4);
  transform: scale(1.4, 1.4);
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#page_top{
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #38a1db;
  opacity: 0.8;
	z-index:100;
	/*border-top-left-radius: 3px;*/
}
#page_top a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -8px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* preloader */
#page-loader{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
}

#page-loader .page-loader-gif{
    display: block;
    width:64px;
    height:64px;
    position: absolute;
    top:50%;
    left:50%;
    margin:-32px 0 0 -32px;
    /* background: url('/images/common/preloader.gif') no-repeat; */

}

/* menu */
#main-nav .container{
    padding:0 0 20px;
}

#main-nav .navbar-brand img{
    margin-right: 15px;
    max-width: 60px;
}

#main-nav .navbar-brand.mobile, #main-nav.scrolled .navbar-brand.mobile {
    width: 190px;
    background-size: contain !important;
    margin-left: 10px;
}

#main-nav .navbar-brand{
	font-family:'Archivo Black', sans-serif, 'Teko', sans-serif, 'Russo One', sans-serif;
  display: inline-block;
  font-size:26px;
  color:#000;
  width: 260px; /*244px;*/
	font-weight:700;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  text-indent: -9999px;
  padding-top: 10px;
  background: url(/images/common/logo.png) no-repeat;
  margin: 4px 0 0 10px;
  padding: 10px 0 0 75px;
  background-size:contain !important;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:active,
.navbar-brand:focus {
    padding:0 10px;
    font-size:30px;
    line-height:30px;
    font-weight:normal;
    color:#fff;
}

.navbar-brand span {
    font-size:24px;
    font-weight:300;
}

#main-nav.scrolled .navbar-brand{
    color:#6d6d6d;
    background: url(/images/common/logo.png) no-repeat;
    background-size:contain !important;
    width: 244px;

}

#main-nav{
    background:transparent;
    color:#fff;
    box-shadow:0 0 0px transparent;
    -webkit-transition:background 0.3s ease-out;
    transition:background 0.3s ease-out;
}

#main-nav.scrolled{
    background:#fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

#main-nav.scrolled .navbar-toggle{
    color:#74c7d5;
    border-color:#74c7d5;
}

#main-nav.scrolled .navbar-toggle .icon-bar{
    background:#74c7d5;
}

#main-nav .container{
    padding:30px 20px;
    -webkit-transition:padding 0.5s ease-out;
    transition:padding 0.5s ease-out;
}

#main-nav.scrolled .container{
    padding:10px 20px;
}

#main-nav .nav a,
#main-nav .nav a:active,
#main-nav .nav a:hover{
    padding:0px 10px;
    font-size:18px;
    /*line-height:54px;*/
    font-weight:400;
    background:transparent;
    color:#333;/*#fff;*/
    transition: color .2s ease-in;
}

#main-nav.scrolled .nav a,
#main-nav.scrolled .nav a:active,
#main-nav.scrolled .nav a:hover{
    color:#6d6d6d;
}

#main-nav li{
    background:transparent;
    margin:0 5px;
    border:2px solid transparent;
}

#main-nav.scrolled .nav li.active a,
#main-nav.scrolled .nav a:hover{
    color: #647484;/*#ad8f4c;*/
}

/* header */
#home{
    color: #fff;
    max-width: 100%;
    position: relative;
}

.backstretch img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#home .container{
    position: fixed;
    top: 50%;
    width: 100% !important;
    margin-top:-120px;
    z-index: 0;
}

#home .mobile {
    background: url(/images/common/head_img.png) no-repeat;
    background-size: cover;
}

#home p{
    margin: 0;
    font-size: 32px;
    font-weight: 400;
}

#home h1{
    margin:0;
    font-size: 82px;
    font-weight: 600;
    text-transform: uppercase;
}

#home h1 + p{
    font-size: 28px;
}

/* services */
#services{
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
}

#services h1 {
    margin-bottom: 30px;
}

.service-item{
		/*background-color:#485849;*/
    text-align:center;
    padding: 30px 15px;
}

.service-item h3{
    margin-bottom:15px;
}

.service-icon{
    position:relative;
    display:block;
    text-align:center;
    width:161px;
    height:163px;
    margin:20px auto 30px;
    padding-top:10px;
    border-radius:15%;
    font-size:80px;
    line-height:150px;
    background:#334959;
    color:#fff;
    -webkit-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
}

.service-icon:after {
    pointer-events:none;
    content:"";
    position:absolute;
    display:block;
    width:184px;
    height:184px;
    top:-11px;
    left:-12px;
    border:3px solid #334959;
    border-radius:15%;
    -webkit-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
}

.no-csstransforms .service-icon:after{
	display:none;
}

.service-icon:focus,
.service-icon:active{
    color:#fff;
}

.service-icon [class*=fa]{
    -webkit-transform:scale(1);
    transform:rotate(0);
    -webkit-transition:all 0.3s ease-out;
    transition:none;
}

.service-item:hover [class*=fa]{
    -webkit-transform:scale(1.3);
    transform:rotate(360deg);
    -webkit-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}

.service-item p{
    margin: auto;
    max-width: 250px;
    font-size: 14px;
    font-family: "UD Shin Go NT Medium", Helvetica, Arial, "Hiragino Kaku Gothic Pro", Meiryo, "MS P Gothic", sans-serif;
}

/* about */
#about .jp p {
    font-family: "UD Shin Go NT Medium", Helvetica, Arial, "Hiragino Kaku Gothic Pro", Meiryo, "MS P Gothic", sans-serif;
    font-size: 14px;
    line-height: 1.7;
}

#about .jp p.lead {
    font-size: 16px;
}

#about .mobile>div {
    text-align: center !important;
}

#about .mobile>div.col-sm-2.col-md-2 {
    height: 30px;
}

.polaroid {
    border:12px solid #fff;
    max-width: 85%;
    /*box-shadow: 3px 5px 8px rgba(0,0,0,0.5);*/
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

/* contact */
#contact{
    background-image:url('../images/bg-contact.png');
    background-repeat:no-repeat;
    background-position:0 100%;
    background-color: #fff;
}

#contact-form .form-group label{
    display:none;
    font-size:18px;
    line-height:24px;
    font-weight:100;
    text-transform:uppercase;
	text-align:left;
}

#contact-form .error-message {
    padding:5px 0;
    /*position:absolute;
    top:-30px;*/
    right:0;
    font-size:14px;
    font-weight:300;
    color:#ff0000;
    z-index:10;
}

#contact-form .error-message:before {
    content:"\00d7";
    font-size: 21px;
    line-height: 21px;
    margin-right: 5px;
}

#survey-form input[type=radio] {
	display: none; 	/* ラジオボタンを非表示にする */
}
#survey-form input[type=radio]:checked + label {
	background: #428bca;/* マウス選択時の背景色を指定する */
	color: #ffffff; 	/* マウス選択時のフォント色を指定する */
	border: 2px solid #428bca;/* ボックスの境界線を実線で指定する */
	border-radius: 3px;	/* 角丸を指定する */
}
#survey-form label:hover {
	background-color: #E2EDF9; 	/* マウスオーバー時の背景色を指定する */
}
#survey-form label {
	display: block;		/* ブロックレベル要素化する */
	float: left;		/* 要素の左寄せ・回り込を指定する */
	margin: 5px;		/* ボックス外側の余白を指定する */
	min-width: 30px;		/* ボックスの横幅を指定する */
	/*max-width: 290px;*/
	height: 30px;		/* ボックスの高さを指定する */
	padding-left: 5px;	/* ボックス内左側の余白を指定する */
	padding-right: 5px;	/* ボックス内御右側の余白を指定する */
	/*color: #b20000;		/* フォントの色を指定 */
	text-align: center;	/* テキストのセンタリングを指定する */
	line-height: 30px;	/* 行の高さを指定する */
	cursor: pointer;	/* マウスカーソルの形（リンクカーソル）を指定する */
	border: 2px solid #ccc;/* ボックスの境界線を実線で指定する */
	border-radius: 3px;	/* 角丸を指定する */
}
/* google map */
#gmap{
	display: block;
	width: 100%;
	height: 500px;
	margin: 0 auto;
}

#gmap .infowin{
    padding:10px 20px;
}

#gmap .infowin p{
    margin-bottom:10px;
    font-family:Raleway, Arial, sans-serif;
    font-size:16px;
    line-height:24px;
}

#gmap .infowin a{
    color:#52CCBA;
}

#gmap .infowin a:hover{
    text-decoration:underline;
}

/* footer */
#main-footer{
    padding-top:50px;
    padding-bottom:40px;
    background: #333333;
}
/*
 .panel-heading {
    cursor: pointer;
}
 .accordion-toggle a:after {
    font-family: 'Glyphicons Halflings';
    content:"\e113";
    float: right;
    color: inherit;
}
 .accordion-toggle a.collapsed:after {
    font-family: 'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: inherit;
}
*/
.footer-menu ul {
	margin:0 0 10px 0;
	padding:0;
}

.footer-menu li a {
	display: block;
	position: relative;
	padding: 10px 25px 10px 10px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #eee;

	font-size: 15px;
	text-decoration: none;
}
.footer-menu li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.social-links {
    list-style:none;
    margin:0;
    padding:0;
    margin-bottom:30px;
}

.social-links li{
    display:inline-block;
    margin:0 5px;
    border-radius:3px;
    box-shadow:0 4px 0 transparent;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.social-links li a {
    display:block;
    color:#fff;
    color:rgba(255,255,255,0.3);
    font-size:21px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    background:rgba(0,0,0,0.2);
    border-radius:50%;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.social-links li a:hover {
    color:#fff;
    background:#509B9E
}

/* scrolling */
.scrollimation.fade-in{
	opacity:0;
	-webkit-transition:opacity 0.6s ease-out;
	transition:opacity 0.6s ease-out;
}

.scrollimation.fade-in.in{
	opacity:1;
}

.scrollimation.scale-in{
	opacity:0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform:scale(0.5);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
	transition: transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
}

.scrollimation.scale-in.in{
	opacity:1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform:scale(1);
}

.scrollimation.fade-right{
	opacity:0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform:translateX(-100px);
	-webkit-transition: -webkit-transform .6s ease-out,opacity .6s ease-out;
	transition: transform .6s ease-out,opacity .6s ease-out;
}

.scrollimation.fade-right.in{
	opacity:1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform:translateX(0px);
}

.scrollimation.fade-left{
	opacity:0;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform:translateX(100px);
	-webkit-transition: -webkit-transform .6s ease-out,opacity .6s ease-out;
	transition: transform .6s ease-out,opacity .6s ease-out;
}

.scrollimation.fade-left.in{
	opacity:1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform:translateX(0px);
}

.scrollimation.fade-up{
	opacity:0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform:translateY(100px);
	-webkit-transition: -webkit-transform .6s ease-out,opacity .6s ease-in;
	transition: transform .6s ease-out,opacity .6s ease-in-out;
}

.scrollimation.fade-up.in{
	opacity:1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform:translateY(0px);
}

.scrollimation.d1{
	transition-delay:.3s;
}

.scrollimation.d2{
	transition-delay:.6s;
}

.scrollimation.d3{
	transition-delay:.9s;
}

.scrollimation.d4{
	transition-delay:1.2s;
}

.touch .scrollimation.fade-in{
	opacity:1;
}

.touch .scrollimation.scale-in{
	opacity:1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform:scale(1);
}

.touch .scrollimation.fade-right{
	opacity:1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform:translateX(0px);
}

.touch .scrollimation.fade-left{
	opacity:1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform:translateX(0px);
}

.touch .scrollimation.fade-up{
	opacity:1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform:translateY(0px);
}

/* media */
@media (max-width:991px){

    .big-text{
        font-size:48px;
        line-height:52px;
        letter-spacing:0.01em;
        word-spacing: 0.15em;
    }

    #main-nav .nav a,
    #main-nav .nav a:active,
    #main-nav .nav a:hover{
        font-size:16px;
    }

    #main-nav li{
        margin:0 5px;
    }

    .percent{
        top:-60px;
        font-size: 42px;
    }

    #projects-container .project-item{
        width:320px;
        margin-bottom: 20px;
    }

    .project-item .hover-mask .project-title {
        margin-top:75px;
    }

    #project-slider{
        min-height:0;
    }
}

@media (max-width:767px){
	#global-nav {
		display:none;
	}

    .recruit_img {
        display: none;
    }
    body{
        font-size: 15px;
    }

    .lead{
      font-size:16px;
      font-weight:400;
    }

    .add-padding {
        padding-top:60px;
        padding-bottom:60px;
    }

    .big-text{
        font-size:38px;
        line-height:42px;
    }

    .section-title{
        margin-top:-20px;
        margin-bottom: 40px;
    }

    #main-nav{
        background:#fff;
        box-shadow: 0 0 3px rgba(0,0,0,0.2);
    }

    #main-nav .navbar-toggle{
        margin-bottom: 5px;
        margin-top: 5px;
        color:#6d6d6d;
        border-color:transparent !important;
    }

    #main-nav .navbar-toggle .icon-bar{
        width: 28px;
        height: 4px;
        margin-top: 0;
        background:#6d6d6d !important;
    }

    #main-nav .navbar-toggle .icon-bar + .icon-bar{
        margin-top: 4px;
    }

    #main-nav .container,
    #main-nav.scrolled .container{
        padding:5px 20px;
    }

    #main-nav .nav a,
    #main-nav .nav a:active,
    #main-nav .nav a:hover{
        line-height: 42px;
        text-align: center;
        color: #6d6d6d;
    }

    #main-nav .nav li.active a,
    #main-nav .nav a:hover{
        color: #52CCBA;
    }

    #main-nav .navbar-brand{
        padding-top: 7px;
        font-size: 21px;
        color:#000;/*#6d6d6d;*/
    }

    #main-nav .navbar-brand img{
        margin-right: 10px;
        max-width: 40px;
    }

    #home .container{
        margin-top:-80px;
    }

    #home p{
        font-size: 24px;
    }

    #home h1{
        font-size: 42px;
    }

    #home h1 + p{
        font-size: 21px;
    }

    .service-item{
        margin-bottom: 40px;
    }

    .polaroid {
        border:12px solid #fff;
        width:90%;
        max-width: 500px;
        margin:0 auto 35px;
        /*box-shadow: 3px 5px 8px rgba(0,0,0,0.5);*/
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    .percent{
        top:-45px;
        font-size: 28px;
    }

    .skills-item p{
        font-size: 14px;
    }

    #filter-works ul li a{
        display:block;
        font-size:16px;
        height:18px;
        padding:10px 5px;
    }

    #project-title{
        font-size: 28px;
    }

    #twitter .tweet{
        font-size:18px;
        line-height:24px;
    }

    #contact-form{
        margin-top: 30px;
    }

    #gmap{
        height: 300px;
    }

    #main-nav .navbar-brand{
	    display: inline-block;
	    width: 220px;
	    height:40px;
	    margin-left:10px;
	    padding: 7px 0 0 50px;
	    background: url(/images/common/logo.png) no-repeat;
	    background-size: 110px auto !important; /* contain  */
    }

	#main-nav.scrolled .navbar-brand{
	    width: 220px;
	    height:40px;
	    margin-left:10px;
	    padding: 7px 0 0 50px;
	    background: url(/images/common/logo.png) no-repeat;
	    background-size: 110px auto !important; /* contain  */
	}

}

@media (max-width:479px){

	#home .container {
  	margin-top:-225px;
  	padding-top:105px;
		width:100%;
		height:100%;
	  background: url(/images/common/head_img.jpg) no-repeat;
	  background-size: cover;
	}

    #projects-container .project-item{
        width:300px;
        margin-bottom: 15px;
    }

    .project-item .hover-mask .project-title {
        margin-top: 70px;
    }
		#main-nav .navbar-brand img{
        margin-right: 10px;
        max-width: 40px;
    }
}
@grid-float-breakpoint:     392px;
#services, #about, #portfolio, #recruit, #contact, #map, #main-footer {
    position: relative;
    z-index: 100;
}

#bgOverlayContainer {
    position: fixed;
    left: 0; top: 0;
    z-index: 40;
    width: 100%;
    height: 100%;
}

.overlayPattern {
  /* background-image: url(/images/common/overlay.png); */
}

#recruit .jp {
    font-family: "UD Shin Go NT Medium", Helvetica, Arial, "Hiragino Kaku Gothic Pro", Meiryo, "MS P Gothic", sans-serif;
}

#recruit p.lead {
    font-size: 16px;
}

#recruit p {
    font-size: 13px;
}

#contact .jp {
    font-family: "UD Shin Go NT Medium", Helvetica, Arial, "Hiragino Kaku Gothic Pro", Meiryo, "MS P Gothic", sans-serif;
}

#contact p.lead {
    font-size: 16px;
}

#contact p {
    font-size: 13px;
}

#contact-form .form-control, #contact-form textarea.form-control {
    font-size: 16px;
}
#recruit h1, #contact h1 {
    margin-bottom: 30px;
}

::-webkit-input-placeholder {
    color: #999;
}
:-moz-placeholder {
    color: #999;
}

placeholder {
    color: #999;
}

#contact p.tel {
    font-size: 10px;
}

#contact p.tel span {
    font-size: 17px;
}

.top_btn, .top_btn:focus {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .4em;
    text-indent: .4em;
    border: 2px solid #fff;
    font-weight: bold;
    color: #fff;
    padding: 10px 80px;
    margin-top: 50px;
    display: inline-block;
    text-decoration: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.top_btn:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

.fonts-mincho {
	font-family:'Cardo',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", serif;
}

.fonts-Niconne {
	font-family: 'Niconne', cursive;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom:10px;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.exp-panel {
	font-family:"Menlo","Monaco","Consolas","Courier New",monospace;
	page-break-inside:avoid;
	/*display:block;*/
	padding:9.5px;
	margin:0 0 10px 0;
	font-size:13px;
	line-height:180%;
	color:#333;
	word-break:break-all;
	word-wrap:break-word;
	background-color:#f5f5f5;
	border:1px solid #ccc;
	border-radius:4px;
}
#sortable span:hover { cursor: move; }

#phrase01, #phrase02, #phrase03, #phrase04,
#phrase05, #phrase06, #phrase07, #phrase08,
#phrase09, #phrase10, #phrase11, #phrase12,
#phrase13, #phrase14, #phrase15, #phrase16,
#phrase17, #phrase18, #phrase19, #phrase20,
#phrase21, #phrase22, #phrase23, #phrase24,
#phrase25, #phrase26, #phrase27, #phrase28,
#phrase29, #phrase30, #phrase31, #phrase32,
#phrase33, #phrase34, #phrase35, #phrase36,
#phrase37, #phrase38, #phrase39, #phrase40,
#phrase100 {
	font-size:16px;
}
/* balloon bottom-righta */
.bal1 {
	float:right;
	position: relative;
	top:-20px;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 50px;
	color: #F6F6F6;
	/*line-height: 50px;*/
	text-align: center;
	background: #19283C;
	border-radius: 50px;
	z-index: 2;
	animation: fluffy 3s ease infinite;
}
.bal1:before {
	content: "";
	position: absolute;
	bottom: -7px; left: 15px;
	margin-right: 0;
	display: block;
	width: 15px;
	height: 15px;
	background: #19283C;
	border-radius: 50%;
	z-index: 2;
}
.bal1:after {
	content: "";
	position: absolute;
	bottom: -15px; left: 10px;
	margin-right: 0;
	display: block;
	width: 8px;
	height: 8px;
	background: #19283C;
	border-radius: 50%;
	z-index: 2;
}
.bal1 p {
	margin-top:13px;
}
/* balloon bottom-righta */
.bal2 {
	float:right;
	position: relative;
	top:-20px;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 70px;
	color: #F6F6F6;
	/*line-height: 50px;*/
	text-align: center;
	background: #19283C;
	border-radius: 50px;
	z-index: 2;
	animation: fluffy 3s ease infinite;
}
.bal2:before {
	content: "";
	position: absolute;
	bottom: -7px; left: 15px;
	margin-right: 0;
	display: block;
	width: 15px;
	height: 15px;
	background: #19283C;
	border-radius: 50%;
	z-index: 2;
}
.bal2:after {
	content: "";
	position: absolute;
	bottom: -15px; left: 10px;
	margin-right: 0;
	display: block;
	width: 8px;
	height: 8px;
	background: #19283C;
	border-radius: 50%;
	z-index: 2;
}
.bal2 p {
	margin-top:12px;
}
/* balloon bottom-righta */
.bal3 {
	float:right;
	position: relative;
	top:-20px;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 90px;
	color: #F6F6F6;
	/*line-height: 50px;*/
	text-align: center;
	background: #19283C;
	border-radius: 50px;
	z-index: 2;
	animation: fluffy 3s ease infinite;
}
.bal3:before {
	content: "";
	position: absolute;
	bottom: -7px; left: 15px;
	margin-right: 0;
	display: block;
	width: 15px;
	height: 15px;
	background: #19283C;
	border-radius: 50%;
	z-index: 2;
}
.bal3:after {
	content: "";
	position: absolute;
	bottom: -15px; left: 10px;
	margin-right: 0;
	display: block;
	width: 8px;
	height: 8px;
	background: #19283C;
	border-radius: 50%;
	z-index: 2;
}
.bal3 p {
	margin-top:12px;
}

.speaker {
 	margin: 0;
	padding: 7px;
	background: #fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.img-profile {
	float:left;
	background-color:#fff;
	margin-right:5px;
	text-align:center;
	padding-top:2px;
	border-radius: 14px;
  height: 28px;
  width: 28px;
}

.bal-left {
	float:left;
 	position: relative;
	display: inline-block;
	word-break: normal;
 	margin: 0.2em 0 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 75%;
	min-height:50px;
	background: #fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.bal-left:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
 	margin-top: -10px;
	border: 5px solid transparent;
	border-right: 5px solid #fff;
}
.bal-left p {
	margin: 0;
	padding: 0;
}
.bal-right {
	float:right;
 	position: relative;
	display: inline-block;
	word-break: normal;
 	margin: 0.2em 15px 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 75%;
	min-height:50px;
	background: #99FF00;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.bal-right:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
 	margin-top: -15px;
	border: 5px solid transparent;
	border-left: 5px solid #99FF00;
}
.bal-right p {
	margin: 0;
	padding: 0;
}

.bal-output {
	float:left;
 	position: relative;
	display: inline-block;
 	margin: 0.2em 0 1.5em 5px;
	padding: 7px 8px;
	min-width: 120px;
 	max-width: 87%;
	min-height:50px;
	background: #79d55d;/*#fbde51;*/
	margin-left:15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.bal-output:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
 	margin-top: -10px;
	border: 5px solid transparent;
	border-right: 5px solid #79d55d;/*#fbde51;*/
}
.bal-output p {
	margin: 0;
	padding: 0;
}

/* for bissiness course */
.img-profile-biz {
	float:left;
	/*background-color:#fff;*/
	margin-right:5px;
	text-align:center;
	padding-top:2px;
	border-radius: 14px;
  height: 40px;
  width: 40px;
}
.img-profile-right {
	float:right;
	/*background-color:#fff;*/
	margin-left:5px;
	text-align:center;
	padding-top:2px;
	padding-left:4px;
	border-radius: 14px;
  height: 20px;
  width: 38px;
}
.bal-right-biz {
	float:right;
 	position: relative;
	/*display: inline-block;*/
	word-break: normal;
 	margin: 0.2em 35px 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 75%;
	min-height:50px;
	background: #ffffff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.bal-right-biz:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
 	margin-top: -15px;
	border: 5px solid transparent;
	border-left: 5px solid #ffffff;
}
.bal-right-biz p {
	margin: 0;
	padding: 0;
}

.text-frame {
	margin-top:10px;
	padding:10px;
	border:1px solid #e01;;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
@keyframes fluffy {
  0% { transform:translateY(0) }
  5% { transform:translateY(-5px) }
  10% { transform:translateY(-10px) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(-10px) }
  30% { transform:translateY(-5px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

.starburst {
display: block;
width: 3em;
height: 3em;
line-height: 1.2em;
background: #FF0011;
-webkit-transform: rotate(-70deg);
-moz-transform: rotate(-45deg);
rotation: -45deg;
position: relative;
top: 1.0em;
left: 1.0em;
text-align: center;
text-decoration: none;
color: #FFF;
font-weight: bold;
text-shadow: 0 0 3em #FF2F2F, 0 0 4px #FF2F2F;
-moz-transition: -moz-transform 0.3s ease;
-webkit-transition: -webkit-transform 0.3s ease;
}
.starburst span {
display: block;
width: 3em;
height: 3em;
background: #FF0011;
-webkit-transform: rotate(22.5deg);
-moz-transform: rotate(22.5deg);
rotation: 22.5deg;
}

/* ★5段階評価 */
.star-rate {
    color: transparent;
    background-image: linear-gradient(orange, orange), linear-gradient(gray, gray);
    background-position: left, right;
    background-repeat: no-repeat;
    background-size: var(--rate) 100%, calc(100% - var(--rate)) 100%;
    background-clip: text;
    background-color: orange;
    -webkit-background-clip: text;
}
.star-rate:before{
    content: "★★★★★";
}


.TopPanel .col-xs-6,
.TopPanel .col-sm-6,
.TopPanel .col-md-3,
.TopPanel .col-lg-3 {
    padding: 0 10px;
}
.TopPanel .row {
    padding: 0 5px;
}
.TopPanel .panel {
    background: #FAFAFA;
    font-weight: bold;
}
.TopPanel .panel-body {
    padding: 15px 0;
}
.TopPanel .panel-body:hover {
    background: #FFFFCC;
}
.TopPanel a {
    text-decoration: none;
}

.msr_h202 {
  border-bottom: 2px solid #1B73BA;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 7px 0 2px 0;
}
/* h2アイコン */
.msr_h202:before {
  background-image: url(/images/page/index/flat_arrow_blue.png);
  background-repeat: no-repeat;
  content: " ";
  display: inline-block;
  *display:inline;
  *zoom:1;
  height: 23px;
  padding: 0 12px 2px 0;
  vertical-align: middle;
  width: 10px;
}
.kakomi-box1 {
  margin: 2em auto;
  padding: 1em;
  width: 100%;
  background-color: #fff; /* 背景色 */
  border: 1px solid #ccc; /* 枠線 */
}
