@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	/* [disabled]font-size: 20px; */
	background-color: #FFF;
	font-weight: 300;
	overflow-x: hidden;
}
/*body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}*/

/*#fh5co-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#fh5co-wrapper > div {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}*/

a {
	color: #111111;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #EA5514;
}
a:focus, a:active {
  outline: none;
}

p, span {
	/*margin-bottom: 1.5em;*/
	font-size: 16px;
	color: #000000;
	font-weight: 300;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 30px;
}

span {
  /*font-size: 18px;*/
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  /*color: rgba(0, 0, 0, 0.8);*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  margin: 0 0 10px 0;
}

.separate {
	width: 840px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
.separate {
	width: 660px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (max-width: 600px) {
.separate {
	width: 480px;
	height: auto;
	margin-left: -40%;
	margin-right: auto;
}
}
@media screen and (max-width: 320px) {
.separate {
	width: 300px;
	height: auto;
	margin-left: -66.333%;
	margin-right: auto;
}
}
::-webkit-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::-moz-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

#fh5co-page {
	position: relative;
	-webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	background: #fff;
	width: 1050px;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
/*.menu-show #fh5co-page {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

#fh5co-main-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1002;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  overflow-y: scroll;
}
#fh5co-main-nav .fh5co-nav-toggle {
  position: absolute;
  top: 60px;
  right: 30px;
  padding: 20px;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 0;
  padding: 0 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-main-nav .fh5co-nav-toggle:hover {
  background: rgba(0, 0, 0, 0.7);
}
#fh5co-main-nav .fh5co-nav-toggle i {
  top: 19px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-indent: 0;
}
#fh5co-main-nav .fh5co-nav-toggle.show {
  visibility: visible;
  opacity: 1;
}
.menu-show #fh5co-main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#fh5co-main-nav ul {
  text-align: center;
  padding: 50px 0 50px 0;
  margin: 0;
}*/
/*@media screen and (max-width: 768px) {
  #fh5co-main-nav ul {
    padding: 20px 0 0 0;
  }

}*/
/*#fh5co-main-nav ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#fh5co-main-nav ul li a {
  display: block;
  width: 100%;
  color: black;
  font-size: 30px;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  #fh5co-main-nav ul li a {
    font-size: 30px;
    padding: 10px 0;
  }
}
#fh5co-main-nav ul li a:hover, #fh5co-main-nav ul li a:active, #fh5co-main-nav ul li a:focus {
  color: rgba(0, 0, 0, 0.7);
  outline: none;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #fh5co-main-nav ul li {
    display: block;
  }
}*/

.fh5co-table {
  display: table;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-table {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}
.fh5co-table .fh5co-table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .fh5co-table .fh5co-table-cell {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
  color: #fff !important;
}

.btn-primary {
  background: #FF847C;
  color: #fff;
  border: 2px solid #FF847C;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ff9c96 !important;
  border-color: #ff9c96 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #FF847C;
  border: 2px solid #FF847C;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #FF847C;
  color: #fff !important;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.view-button .btn-outline {
  background: transparent;
  color: #000;
  border: 2px solid #000;
}
.view-button .btn-outline:hover, .view-button .btn-outline:focus, .view-button .btn-outline:active {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #000 !important;
}

header {
  padding: 0em 0;
}
header .fh5co-navbar-brand .fh5co-logo {
	font-size: 12px;
	/*text-transform: uppercase;*/
	color: #FFFFFF;
	letter-spacing: 4px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 15px;
	padding-bottom: 5px;
	text-align: undefined;
	float: left;
	background-color: #F08300;
	text-decoration: none;
}
header .fh5co-navbar-brand .fh5co-logo a {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
header {
  padding: 0 0;
}
header .fh5co-navbar-brand {
  float: left;
  width: 768px;
  position: relative;
}
	
}

header .fh5co-navbar-brand {
  float: left;
  width: 1050px;
  position: relative;
}
header .fh5co-navbar-brand h1 {
	width: 1050px;
	float: left;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #F08300;
}
header .fh5co-navbar-brand .fh5co-logo {
	font-size: 12px;
	/*text-transform: uppercase;*/
	color: #FFFFFF;
	letter-spacing: 4px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 15px;
	padding-bottom: 5px;
	text-align: undefined;
	float: left;
	background-color: #F08300;
}

header .fh5co-navbar-brand .fh5co-logo:hover {
  text-decoration: none !important;
  color: #000 !important;
}
header .fh5co-navbar-brand .fh5co-logo:active, header .fh5co-navbar-brand .fh5co-logo:focus {
  outline: none;
  text-decoration: none;
}

header #tel-icon {
	width: auto;
	height: auto;
	padding-left: 36px;
	background-image: url(../images/tel-icon.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-bottom: 4px;
}
@media screen and (max-width: 600px) {

}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
  position: absolute !important;
  top: 0;
  right: 0;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
}
.menu-show .fh5co-nav-toggle i {
  background: #fff;
  color: #fff;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menu-show .fh5co-nav-toggle i::before, .menu-show .fh5co-nav-toggle i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 0px;
  }
}

#fh5co-hero {
  margin-bottom: 5em;
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
  position: relative;
}
#fh5co-hero .flexslider .slides li:after {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#fh5co-hero .flexslider .flex-control-nav {
  position: absolute;
  bottom: 0;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .flex-control-nav {
    bottom: -15em;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-hero .flexslider .flex-control-nav {
    bottom: -10em;
  }
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  height: 700px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text {
    text-align: center;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 60px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 40px;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner p .btn:hover {
  color: #fff !important;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner span {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12px;
}

#fh5co-contact-section,
#fh5co-services-section,
#fh5co-work-section,
#fh5co-product-section,
#fh5co-about-section,
#fh5co-map-section {
  padding-bottom: 2em;
}

#fh5co-intro-section {
  margin-bottom: 0.5em;
  padding-bottom: 2em;
}

.headerback {
	background-image: url(../images/header-back_pc.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: auto auto;
	width: 1050px;
}

.intro-heading {
	font-size: 40px;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 10px;
}
.intro-heading img {
	width: 1008px;
	padding-left: 42px;
}

@media screen and (max-width: 768px) {
.headerback {
	background-image: url(../images/header-back_sp.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: auto auto;
	width: 768px;
}	
.intro-heading {
    font-size: 30px;
  }
.intro-heading img {
	width: 738px;
	padding-left: 0px;
}
}
@media screen and (max-width: 600px) {
.headerback {
	background-image: url(../images/header-back_sp.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: auto auto;
	width: 600px;
}
.intro-heading img {
    width: 577px;
	padding-left: 0px;
}
}
@media screen and (max-width: 320px) {
.headerback {
	background-image: url(../images/header-back_sp.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	/* [disabled]background-size: auto auto; */
	width: 320px;
}
.intro-heading {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.intro-heading img {
    width: 320px;
	padding-left: 0px;
}
}

.work, .product {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	height: 400px;
	margin-bottom: 30px;
	border: 1px solid #DCDDDD;
}
.work .view, .product .view {
  width: 100%;
  height: 400px;
  display: table;
  opacity: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .work .view, .product .view {
    opacity: 1;
  }
}
.work .view span, .work .view i, .product .view span, .product .view i {
  height: 400px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.work h3, .product h3 {
  margin-top: 30px;
}
.work h3 a, .product h3 a {
  color: #000;
}
.work:hover .view, .work:focus .view, .product:hover .view, .product:focus .view {
  opacity: 1;
}

.product {
  margin-bottom: 0;
}
.product .view i {
  font-size: 18px;
}

.prod {
  margin-bottom: 30px;
}
.prod h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
}
.prod h3 a {
  color: #000;
}

/*.fh5co-counters {
  padding: 3em 0;
  background: #e6e6e6;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}*/
/*.fh5co-counters .heading-section h2 {
  olor: #fff;
  font-weight: 400;
  font-size: 40px;
}*/
/*.fh5co-counters .fh5co-counter {
  font-size: 60px;
  display: block;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  font-weight: 700;
  margin-bottom: .3em;
}*/
.fh5co-counters .fh5co-counter-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

.services {
	position: relative;
	width: 98%;
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 5em;
	padding-bottom: 0em;
	margin-top: 10px;
	background: white;
	/*border: 1px solid rgba(0, 0, 0, 0.1);*/
	text-align: left;
}
.services p {
	margin-right: 3em;
	margin-left: 0.5em;
}
.policy {
	margin-right: 0em;
	margin-left: 2em;
	padding-left: 5em;
	width: 100%;
	text-align: left;
}
.services h3 img {
	width: 100%;
}
.services .icon {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  margin-top: -80px;
}
.services .icon span {
  display: table;
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.services .icon span i {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #000;
}
.services ol li {
	font-size: 110%;
}

@media screen and (max-width: 768px) {
.services {
    padding-left: 2em;
	padding-right: 2em;
	margin-bottom: 5em;
}
.services p {
	margin-right: 1em;
	margin-left: 0.2em;
}
.policy {
	margin-right: 1em;
	margin-left: -2.5em;
	/*padding-left: 0em;*/
	width: 100%;
	text-align: left;
}
}
@media screen and (max-width: 600px) {
.policy-title h2 {
	float: left;
	margin-left: 10px;
	font-size: 135%;
	font-weight: bold;
}
.policy {
	/*margin-right: 9em;*/
	margin-left: -1.5em;
	/*padding-left: 0em;*/
	width: 80%;
	text-align: left;
}
}
@media screen and (max-width: 320px) {
.services {
	/*padding-left: 0.5em;*/
	/*padding-right: 0.25em;*/
	margin-bottom: 0em;
	width: 320px;
}
.services p {
	/*margin-right: 0.2em;*/
	margin-left: 0.1em;
}
.services h3 img {
	width: 240px;
}
.policy-title h2 {
	float: left;
	margin-left: 10px;
	font-size: 90%;
	font-weight: bold;
}
.policy {
	/*margin-right: 1em;
	margin-left: -2em;*/
	width: 90%;
	text-align: left;
}
}

.about-content {
  margin-bottom: 5em;
}

.fh5co-staff {
  text-align: center;
  margin-bottom: 30px;
}
.fh5co-staff img {
  width: 170px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.fh5co-staff p {
  margin-bottom: 30px;
}
.fh5co-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
  color: #727272;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #727272;
}
.contact-info li a {
  color: #727272;
}
.heading-section h2 .text {
	display: none;	
}
.contact-foam {
	position: relative;
	width: 1020px;
	padding-left: 5em;
	padding-top: 0em;
	padding-right: 0em;
}
.contact-foam .heading-section h3 img {
	width: 938px;
	margin-left: -112px;
}
.contact-foam .footer-section h3 img {
	width: 938px;
}
.frame {
	border: 6px solid #DCDDDD;
}

@media screen and (max-width: 768px) {
.contact-foam {
	position: relative;
	width: 780px;
	padding-left: 2em;
	padding-top: 0em;
	padding-right: 1em;
	margin-left: 0.15em;
}
.contact-foam .heading-section h3 img {
	width: 727px;
	margin-left: -44px;
}
.contact-foam .footer-section h3 img {
	width: 726px;
}
}
@media screen and (max-width: 600px) {
.col-md-10 .heading-section h2 img {
	width: 543px;
	margin-left: -360px;
}
.col-md-7 video {
	margin-left: -42.222%;
}
.services h3 img {
	width: 580px;
	margin-left: 0.333%;
}
.nagare-frame .step01 {
	width: 69px;
	height: auto;
}
.nagare-frame .step02 {
	width: 66px;
	height: auto;
}
.nagare-frame .step03 {
	width: 66px;
	height: auto;
}
.contact-foam {
	position: relative;
	width: 600px;
	padding-left: 1em;
	padding-top: 0em;
	padding-right: 1em;
	margin-left: 1em;
}
.contact-foam .heading-section h3 img {
	width: 569px;
	margin-left: -25.888%;
}
.contact-foam .footer-section h3 img {
	width: 569px;
}
}
@media screen and (max-width: 320px) {
.col-md-10 .heading-section h2 img {
	width: 320px;
	margin-left: -720px;
}
.col-md-10 iframe {
	width: 320px;
	}
.contact-foam {
	position: relative;
	width: 290px;
	padding-left: 0em;
	padding-top: 0em;
	padding-right: 0em;
}
.contact-foam .heading-section h3 img {
	width: 290px;
	margin-left: -44px;
}
.contact-foam .footer-section h3 img {
	width: 290px;
}
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}

#footer {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 4em 0;
	width: 100%;
}
#footer h3 {
  font-size: 18px;
  font-weight: 400;
}
#footer h3 img {
	float: right;  
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer ul li {
  font-size: 18px;
  list-style: none;
  margin-bottom: 0;
}
#footer ul li a {
  color: #727272;
}
#footer .float {
  width: 50%;
  float: left;
}
#footer .row {
	width: 106%;
}
@media screen and (max-width: 768px) {
  #footer .float {
    width: 100%;
  }
.ml3em {
	margin-left: 2em;
}	
}
@media screen and (max-width: 600px) {
#footer h3 img {
	float: none;
	text-align: center;
}	
}

#footer .copy-right {
	padding-top: 0.5em;
	background-color: #F08300;
	height: 8em;
	width: 100%;
}
#footer a {
  color: black;
}
#footer a:hover, #footer a:focus {
  text-decoration: none;
  color: #EA5514;
}

.fh5co-social-icon a {
  padding: 0 5px;
}
.fh5co-social-icon a i {
  color: #000;
}
.fh5co-social-icon a:hover, .fh5co-social-icon a:focus {
  text-decoration: none;
}

.heading-section {
	/*margin-bottom: 3em;*/
	clear: both;
	float: none;
	/*margin-left: auto;
	margin-right: auto;*/
	width: 1050px;
}
.heading-section h2 {
  font-size: 34px;
  /*font-weight: 300;*/
}

/* 画面巾1050px */
.greet h2 {
	margin-left: 2.222%;
	margin-right: 6.666%;
}
.greet h2 img {
	width: 207px;
	height: auto;
}
.greet #greet-text {
	margin-left: 28.888%;
	margin-right: 13.666%;
	margin-top: 30px;
}
.greet .portrait {
	width: 198px;
	height: auto;
	margin-left: 60px;
	float: left;
	margin-top: -90px;
}
h2 .greet-img {
	width: 207px;
	margin-left: 26.666%;
}
.greet-title {
	background-color: #EFEFEF;
	height: 105px;
	margin-left: 3.888%;
	margin-right: 3.888%;
	padding-top: 17px;
}

@media screen and (max-width: 768px) {
.heading-section {
	/*margin-bottom: 3em;*/
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 768px;
}
.greet h2 {
	margin-left: 2.222%;
	margin-right: 6.666%;
}
/*.greet h2 img {
	width: 207px;
	height: auto;
}*/
.greet #greet-text {
	margin-left: 13.333%;
	margin-right: 6.666%;
	margin-top: 145px;
}
.greet .portrait {
	width: 198px;
	height: auto;
	margin-left: 33.333%;
	margin-top: 10px;
}
h2 .greet-img {
	width: 207px;
	margin-left: 3.666%;
}
.greet-title {
	background-color: #EFEFEF;
	height: 105px;
	margin-left: 0.888%;
	margin-right: 0.888%;
	padding-top: 17px;
}
}
@media screen and (max-width: 600px) {
.greet h2 {
	margin-left: 0%;
	margin-right: 0%;
}
/*.greet h2 img {
	width: 166px;
	height: auto;
}*/
.greet #greet-text {
	margin-left: -15%;
	margin-top: 150px;
	width: 570px;
}
.greet .portrait {
	width: 117px;
	height: auto;
	margin-left: 13.333%;
	margin-top: 10px;
}
h2 .greet-img {
	width: 166px;
	margin-left: 3.666%;
}
.greet-title {
	background-color: #EFEFEF;
	height: 105px;
	margin-left: -18.777%;
	margin-right: 0%;
	padding-top: 17px;
}
}
@media screen and (max-width: 320px) {
.greet h2 {
	margin-left: 0%;
	margin-right: 0%;
}
/*.greet h2 img {
	width: 70px;
	height: auto;
}*/
.greet #greet-text {
	margin-left: -16%;
	margin-top: 150px;
	width: 320px;
}
.greet .portrait {
	width: 117px;
	height: auto;
	margin-left: 0.333%;
	margin-top: 10px;
}
h2 .greet-img {
	width: 70px;
	margin-left: 0.333%;
}
.greet-title {
	background-color: #F0EFEF;
	height: 100px;
	margin-left: -18.333%;
	margin-right: 0%;
	/*padding-top: 17px;*/
}
}

/*.title h2 {
	margin-left: 4.666%;
	margin-right: 6.666%;
}
.title h2 img {
	width: 100%;
	height: auto;
}
.title h3 {
	margin-left: 2.666%;
	margin-right: 2.666%;
}
.title h3 img {
	width: 100%;
	height: auto;
}
.title img {
	width: 100%;
	height: auto;
}*/

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .animate-box {
  opacity: 0;
}

/* 文字表示設定 */
.text-line {
	text-decoration: underline;	
}
.text100 {
	font-size: 100%;
}
.text100b {
	font-size: 108%;
	font-weight: bold;
}
.text110 {
	font-size: 110%;
}
.text110b {
	font-size: 110%;
	font-weight: bold;
}
.text120b {
	font-size: 120%;
	font-weight: bold;
}
.text135b {
	font-size: 135%;
	font-weight: bold;
}
.text90 {
	font-size: 90%;
}
.text85 {
	font-size: 85%;
}
.text80 {
	font-size: 80%;
}
.text75 {
	font-size: 75%;
}
.text60 {
	font-size: 60%;
}
.text50 {
	font-size: 50%;
}
.text120 {
	font-size: 120%;
}
.text150 {
	font-size: 150%;
}
.text210 {
	font-size: 230%;
	font-style: italic;
	font-weight: 900;
}

.text-red {
	color: #C30D23;	
}
.text-orange01 {
	color: #E68013;	
}
.text-orange02 {
	color: #EA5514;	
}

.nagare-frame {
	border: 8px solid #DCDDDD;
	padding-top: 15px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
	width: 950px;
}
.nagare-frame h3 {
	width: 100px;
	height: auto;
	margin-left: 1%;
	margin-right: 2%;
	float: left;
}
.nagare-frame img {
	width: 100%;
	height: auto;
}
.nagare-frame .step-text {
	margin-left: 12.666%;	
}

@media screen and (max-width: 768px) {
.nagare-frame {
	border: 8px solid #DCDDDD;
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 12px;
	padding-left: 3px;
	width: 740px;
}
.nagare-frame img .step01 {
	width: 60px;
	height: auto;
}
.nagare-frame img .step02 {
	width: 60px;
	height: auto;
}
.nagare-frame img .step03 {
	width: 60px;
	height: auto;
}
}
@media screen and (max-width: 600px) {
.nagare-frame {
	border: 8px solid #DCDDDD;
	padding-top: 15px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
	width: 585px;
}
}
@media screen and (max-width: 320px) {
.nagare-frame {
	border: 8px solid #DCDDDD;
	padding-top: 15px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
	width: 290px;
}
}

.icon01 {
	width: 95px;
	height: auto;
	float: right;
	clear: right;
	margin-right: 2em;
	margin-left: 3%;
}
.icon02 {
	width: 163px;
	height: auto;
	float: right;
	clear: right;
	margin-right: 2em;
	margin-left: 3%;
}
.icon03 {
	width: 186px;
	height: auto;
	float: right;
	clear: right;
	margin-right: 2em;
	margin-left: 3%;
}
.icon04 {
	width: 210px;
	height: auto;
	float: right;
	clear: right;
	margin-right: 2em;
	margin-left: 3%;
}

@media screen and (max-width: 600px) {
.icon01,
.icon02,
.icon03,
.icon04 {
	display: none;
}

}

/* 表示位置設定 */
.center {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: none;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;	
}
.crearfloat {
	float: none;
	clear: both;
	line-height: 0px;
}
.bottom {
	margin-top: 8em;
}
.ml2em {
	margin-left: 2em;
}
.ml3em {
	margin-left: 3em;
}
.ml5em {
	margin-left: 5em;
}
.mr2em {
	margin-right: 2em;
}
.mr3em {
	margin-right: 3em;
}
.mt05em {
	margin-top: 0.5em;
}
.mt1em {
	margin-top: 1em;
}
.mt15em {
	margin-top: 1.5em;
}
.mt3em {
	margin-top: 3em;
}
.mt5em {
	margin-top: 5em;
}
.mb05em {
	margin-bottom: 0.5em;	
}
.mb1em {
	margin-bottom: 1em;
}
.mb2em {
	margin-bottom: 2em;
} 
.mb3em {
	margin-bottom: 3em;
}
.mb-5px {
	margin-bottom: -5px;	
}
.mb-10px {
	margin-bottom: -10px;	
}
.pb05em {
	padding-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
.bottom {
	margin-top: 6em;
	float: left;
}
}

@media screen and (max-width: 600px) {
.ml3em {
	margin-left: 1em;
}
.ml5em {
	margin-left: 2em;	
}
.mr2em {
	margin-right: 0.5em;
}
.fh5co-navbar-brand img {
	width: 74.111%;
}
footer .mr3em {
	margin-right: 0em;
}
.bottom {
	margin-top: 6em;
	float: none;
	clear: both;
	font-size: 135%;
}
}

@media screen and (max-width: 320px) {
.ml3em {
	margin-left: 0.5em;
}
.ml5em {
	margin-left: 1em;	
}
.mr2em {
	margin-right: 0.5em;
}
.fh5co-navbar-brand img {
	width: 50%;
}
footer .mr3em {
	margin-right: 0em;
}
footer h3 img {
	margin-left: -60px;
	text-align: center;
}
.bottom {
	margin-top: 2em;
	float: left;
	margin-left: -200px;
	font-size: 135%;
}

}

/*# sourceMappingURL=style.css.map */
