
@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url("agency.min.css");

body{
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック  Medium', meiryo, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN',sans-serif;
	color: #333333;
	font-size: 16px;
}

.container img {
	width: 100%;
}

.navbar-brand {
	width:184px !important;
	height:37px !important;
	display: block;
	background-image:url(../img/common/logo.png);
	background-repeat:no-repeat;
	margin: 10px;
	background-size:cover;
}

@media (max-width: 768px) {
	#logo .navbar-brand {
		position: absolute;
		left: 50%;
		top: 0%;
		-webkit-transform: translateY(-0%) translateX(-50%);
		transform: translateY(-0%) translateX(-50%);
		padding: 0;
		margin: 15px 0 0 0;
	}
}

.navbar-custom .navbar-brand {
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
}

strong {
  background: linear-gradient(transparent 30%, #FFFF33 30%);
	padding: 0 3px;
}

header {
	background:url(../img/common/key3.jpg);
	background-size:cover;
	background-repeat: no-repeat;
    background-attachment:scroll;
    background-position: bottom center;
}

@media (min-width: 1280px) {
	header .intro-text {
    padding-top:13%;
    padding-bottom: 36%;
	}
	header .intro-text .intro-heading h1 {
		font-size: 40px;
		line-height: 1.5;
		font-weight: bold;
	}
}
@media (max-width: 1279px) {
	header .intro-text {
    padding-top:15%;
    padding-bottom: 32%;
	}
	header .intro-text .intro-heading h1 {
		font-size: 36px;
		line-height: 1.5;
		font-weight: bold;
	}
	.intro-heading br {
		display: block;
	}
	.nav>li>a {
		    padding: 10px 5px 10px 5px;
	}
}


@media (max-width: 480px) {
	header .intro-text {
    padding-top:100px;
    padding-bottom: 300px;
	}
	header .intro-text .intro-heading h1 {
		font-size: 24px;
		line-height: 1.3;
		font-weight: bold;
	}
	.intro-heading br {
		display: block;
	}
	header {
		background:url(../img/common/key4.jpg);
		background-size:cover;
		background-position: center;
	}
}

section h2.section-heading {
	font-size: 32px;
	font-weight: bold;
	text-transform: none;
	line-height: 1.4;
}

	
.container {
	transform: skewY(0) !important;
}

header .intro-text .intro-heading {
}

.btn-xl {
	letter-spacing: 0.1em;	
	border-radius: 30px;
    background:#29294d;
	border-color: #ffffff !important;
    font-size: 20px;
    padding: 10px 40px;
	font-weight: normal;
}

.navbar-custom .navbar-nav>.active>a  {
	border-bottom: 2px solid #ffffff;
	border-radius: 0;
}

.navbar-custom.affix .navbar-nav> li a:hover,
.navbar-custom.affix .navbar-nav> li a:focus  {
	color: #ffffff;
}

.section-heading {
	font-weight: normal;
}

#portfolio .portfolio-item .portfolio-caption p, section h3.section-subheading  {
	font-style: normal;
	letter-spacing: 1px;
    text-transform: uppercase;
	color: #29294d;
	font-weight:normal;
	font-size: 18px;
}

.service-heading  {
	font-style: normal;
	letter-spacing: 1px;
    text-transform:none;
	color: #29294d;
	font-weight:bold;
	font-size: 24px;
	text-align: center;
	line-height: 1.4;
}

section {
    padding: 80px 0;
	background: linear-gradient(to top , rgba(255, 255, 255, 1)50%,rgba(192,192,192, .2)  );
}

#works {
    padding: 80px 0;
	background: url(../img/common/about.png);
	background-position: bottom;
	background-size: cover;
	background-attachment: fixed;
}

.bg_white {
	background: #ffffff;
}

h5 {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.3;
}

.pd20 {
	padding:0 20px 20px 20px;
}
.pdb80 {
	padding-bottom: 80px;
}

.timeline>li .timeline-image {
	border: 0;
}

.timeline>li {
    min-height: 0px;
	margin-bottom: 70px;
}

.timeline-last {
	height: 0;
}

.h3, h3 {
    font-size: 36px;
	font-weight: normal;
}

p {
	font-size: 16px;
	line-height: 1.6;
}


section#contact {
    background-color: none;
    background-image: url(../img/common/contact.png);
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.map {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


.company {
	margin: 0 auto;
	display: block;
}

.company dt {
	padding:0;
	margin:0;
	float:left;
	width: 100px;
}
.company dd {
	padding:0 0 10px 0;
	margin:0 0 0 100px;
}

@media(max-width: 767px){
	#map_canvas {
	height:300px;
	}
	.company {
	margin: 0 auto;
	display: block;
	width: 100%;
	}
	.company dt {
	width:100%;
	margin: 0;
	padding: 10px;
	}
	.company dd {
	width:100%;
	margin: 0;
	padding: 10px;
	}
	.company br {
		display: block;
	}
	br {
		display: none;
	}
	.mrb80 {
		margin-bottom: 80px;
	}
	header .intro-text .intro-heading {
	font-size:24px;
	}
	h5,.timeline-panel h3 {
		font-size: 24px;
	}
	section h2.section-heading {
		font-size: 24px;
	}
}

.mrb80 {
		margin-bottom: 80px;
}
.mrb40 {
		margin-bottom: 40px;
}
.mrt40 {
	margin-top: 40px;
}

.career {
	padding: 0;
	margin: 0;
}
.career li {
	list-style: none;
}

.ceo {
	font-weight: normal;
	font-size:140%;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.form-control {
	border-radius: 10px;
	color: #000000;
	opacity: 0.8;
}

.timeline:before {
	background-color:#dcdcdc;
}

.morebtn {
    padding:15px;
	height: 32px;
	border: 1px solid #ffffff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
	font-size:16px !important;
	cursor: pointer;
}
.morebtn a {
    color: #FFFFFF !important;
}

.wrong li {
	margin-bottom: 8px;
	list-style:none;
}
.wrong > li:before {
  font-family: FontAwesome;
  content: '\f046'; /* アイコンのunicode */
  position: relative;
  margin-left: -25px;
	margin-right: 7px;
  font-size: 120%; /* フォントの大きさ */
}

.white {
	color: #ffffff !important;
}

.tel {
	font-size:360%;
	font-weight: bold;
}
.tel a {
	color: #ffffff !important;
}

.width30 {
	width: 30%;
	float: right;
}
.width75 {
	width: 75% !important;
}
.width25 {
	width: 24% !important;
}

.whitebox {
    padding:20px;
	background:#F2F2F2;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	margin: 15px 15px 45px 15px;
}

.pc_only {
}
.sp_only {
	display: none;
}

.red {
	color: #C20003;
	font-size: 85%;
}

h1 .fa {
	display: block;
}

.fa-bars {
	color: #29294d !important;	
}

.alart {
	background: #BB0003;
	padding: 10px;
	line-height: 1.3 !important;
	border: 4px double #fff;
	margin-top: 40px;
}

.alart p {
	font-size: 22px;
}

.circle{
 width:40px;
 height:40px;
 background:#29294d;
 border-radius: 40px;
 -webkit-border-radius: 40px;
 -moz-border-radius: 40px;
 text-align:center;
 margin:0 auto;
 font-size:24px;
 color:#FFF;
}

@media (max-width: 480px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
		position: fixed;
		bottom: 0;
	}
	.alart h2 {
		font-size: 20px;
	}
	.alart p {
		font-size: 16px;
	}
	.alart p br {
		display: none;
	}
}
