body {
	margin: 0px;
	font-family: "Yu Gothic", "Hiragino Sans", "Arial", "Meiryo", sans-serif;
}

h2,
h3,
h4 {
	font-weight: 300;
	letter-spacing: 0.4px;
	color: #b3b3bb;
}

p {
	font-size: 15px;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0.2px;
	color: #444444;
}

.dark-bg p {
color: #ffffff;
}

a:hover, a:focus, a:active {
	color: #ff8888;
}
a, a:hover, a:focus, a:active {
	outline: 0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

::selection {
	text-shadow: none;
	background: #ccffff;
}

@media (min-width: 768px) {
	section {
		padding: 80px 0 10px 0;
	}
}

section {
	padding: 80px 0 10px 0;
	background-color: #ffdddd;
}

#topimg {
	padding: 0;
}

ul {
	padding-left: 0;
	padding-top: 10px;
}

ul li {
    list-style: none;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #000000;
}

.navbar-default {
	background-color: #fff;
	border-color: transparent
}
.navbar-default .navbar-brand {
	color: #fff;
	padding: 0px;
	margin-left: 10px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active {
	color: #fec503
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle {
	background-color: #ff8888;
	border-color: #ff8888
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #ff8888
}
.navbar-default .nav li a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #444448;
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #ff8888;
	outline: 0
}

@media (min-width:768px) {
	.navbar-default
	{
		background-color: rgba(255, 255, 255, 0.9);
		padding: 5px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s;
		margin-top: 10px;
	    margin-left: 0 !important;
	}
}

header {
    margin-top: 80px;
}

.section-title h2 {
	font-size: 36px;
	color: #808080;
	position: relative;
	margin: 0 0 50px 0;
	padding-bottom: 15px;
}

.section-title h2:after {
	left: 50%;
	z-index: 1;
	width: 60px;
	height: 3px;
	content: " ";
	bottom: -5px;
	margin-left: -30px;
	text-align: center;
	position: absolute;
	background: #D4D4D4;
}

.dark-bg .section-title h2 {
	color: #ffffff;
}


.section-title p {
	font-size: 18px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: -.02em;
	margin: 20px 0 60px;
}

.section-cta {
	padding: 40px 0;
	text-align: center;
	color: #fff;
	background-color: #ffcccc;
}

.section-cta h2 {
	color: #555555;
	font-size: 23px;
	font-weight: 300;
	margin: 0 0 0px;
}

.featured-item {
	margin-bottom: 30px;
	height: 110px;
}

.featured-icon {
	float: left;
	font-size: 22px;
	border-radius: 5px;
	width: 64px;
	height: 64px;
	background-color: #F8F8F8;
	line-height: 50px;
	text-align: center;
}
.featured-text {
	text-align: left;
	margin-left: 85px;
}
.featured-text h4 {
	color: #47474C;
	font-size: 17px;
	line-height: 1.4;
	font-weight: 700;
}
.featured-text p {
	color: #747377;
	margin-top: 7px;
	font-size: 13px;
	line-height: 21px;
	font-weight: 500;
}

.light-bg {
	background-color: #ffdddd;
}

.dark-bg {
	background-color: #575757;
	color: #ffffff;
}

.team-item {
	text-align: center;
	background-color: #ffdddd;
}

.team-item h3 {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	color: #2D2D2D;
}

.team-item .team-position {
	color: #b3b3bb;
	margin: 15px 0 10px;
	font-weight: 500;
}

.team-item p {
    font-size: 13px;
    font-weight: 400;
    color: #292929;
    padding: 5px 10px 20px 10px;
}

.team-image img {
	width: 100%;
}

footer {
	padding: 30px;
	background-color: #d4d4d4;
}

#contact {
	padding: 40px;
}

#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 50px;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background: #A9A9B1;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	background: #ff8888;
}
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
}
#back-top a {
	width: 40px;
	height: 40px;
}
#back-top i {
	margin-top: 7px;
	font-size: 20px;
}
}

.container {
	padding: 0;
}

@media (max-width:768px) {
	.container>.navbar-header {
		margin: 0;
	}
}
@media (max-width:768px) {
	.navbar-brand {
		height: auto;
	}
}
@media (max-width:768px) {
	.navbar-default .navbar-brand {
		margin: 5px 0 5px 15px;
	}

	.navbar-nav {
		margin: 0;
	}
}

@media (max-width:768px) {
	.row {
		margin: 0;
	}
}

#service .section-img {
	margin-bottom: 96px;
}

#service .col-md-4 {
	padding: 0 15px 15px;
}
@media (min-width:768px) {
	#service .col-md-4 {
		max-width: 365px;
		padding: 0 0 22px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
	#service .col-md-4 {
		width: 30%;
	}
}

@media (min-width:768px) {
	.row-system {
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
}

.team-item p {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -.02em;
	padding: 0 23px;
	text-align: left;
	color: #333333;
}

@media (min-width:768px) {
	.team-item p {
		line-height: 20px;
	}
}

.featured-icon-01 {
	background: url('../img/icon_01.png') center / auto no-repeat;
}

.featured-icon-02 {
	background: url('../img/icon_02.png') center / auto no-repeat;
}

.featured-icon-03 {
	background: url('../img/icon_03.png') center / auto no-repeat;
}

.featured-icon-04 {
	background: url('../img/icon_04.png') center / auto no-repeat;
}

.featured-icon-05 {
	background: url('../img/icon_05.png') center / auto no-repeat;
}

.featured-icon-06 {
	background: url('../img/icon_06.png') center / auto no-repeat;
}

.company {
	width: 90%;
	margin: 0 auto;
}

@media (min-width:768px) {
	.company {
		width: 700px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
	.company {
		width: 90%;
	}
}

@media (max-width: 767px) {
	#company>.container {
		padding: 10px;
	}
}

.company dl {
	border-bottom: 1px dotted #777673;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0;
}

@media (min-width:768px) {
	.company dl {
		display: flex;
	}
}

.company dt {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}

@media (min-width:768px) {
	.company dt {
		width: 230px;
	}
}

.company dd {
	font-size: 18px;
	line-height: 30px;
}

@media (min-width:768px) {
	.company dd {
		width: calc(100% - 230px);
	}
}

/*#contact {
	border-top: 60px solid #ffcccc;
}*/
/*@media (min-width:768px) {
	#contact {
		border-top: 125px solid #ffcccc;
	}
}*/

#contact .col-md-3 {
	width: 100%;
	box-sizing: border-box;
}

@media (min-width:1170px) {
	#contact .col-md-3 {
		width: calc(100% - 586px);
	}
}

footer {
	padding: 25px 0;
}
@media (min-width:768px) {
	footer {
		padding: 30px 0 22px;
	}
}

.footer_inner {
	margin: 0 auto;
}

@media (min-width:1170px) {
	.footer_inner {
		width: 1170px;
		display: flex;
		flex-wrap: wrap;
	}
}

@media (max-width:1170px) {
	.footer_inner .logo {
		text-align: center;
	}
}

.copyright {
	width: 100%;
	font-size: 12px;
	color: #575757;
	text-align: center;
	margin-top: 40px;
}

@media (min-width:768px) {
	.copyright {
		text-align: right;
		margin-top: 84px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
	.copyright {
		text-align: center;
	}
}

.copyright span {
	color: #1e92cf;
}

@media screen and (min-width: 768px) {
	br.sp {
		display: none;
	}
}

.img-frame{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.img-01, .img-02, .img-03{
	top:0;
	left:0;
	right:0;
	width: 100%;
	height: 100%;
}
.img-01{
	position: relative;
	animation: slide-animation-01 24s infinite;
}
.img-02{
	position: absolute;
	animation: slide-animation-02 24s infinite;
}
.img-03{
	position: absolute;
	animation: slide-animation-03 24s infinite;
}
@keyframes slide-animation-01 {
	0% {opacity: 1; transform: scale(1.025); animation-timing-function:linear;}
	30% {opacity: 1;}
	40% {opacity: 0; transform: scale(1.1); animation-timing-function:linear;}
	90% {opacity: 0; transform: scale(1.0); animation-timing-function:linear;}
	100% {opacity: 1; transform: scale(1.025); animation-timing-function:linear;}
}
@keyframes slide-animation-02 {
	0% {opacity: 0;}
	30% {opacity: 0; transform: scale(1.1); animation-timing-function:linear;}
	40% {opacity: 1;}
	60% {opacity: 1;}
	70% {opacity: 0; transform: scale(1.0); animation-timing-function:linear;}
	100% {opacity: 0;}
}
@keyframes slide-animation-03 {
	0% {opacity: 0;}
	60% {opacity: 0;  transform: scale(1.0); animation-timing-function:linear;}
	70% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0; transform: scale(1.1); animation-timing-function:linear;}
}
