@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: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  font-size: 14px;
  background: #fff;
  color: #222;
  font-weight: 400;
  overflow-x: hidden;
}
body.fh5co-offcanvas {
  overflow: hidden;
}

a {
  color: #036eb8;
  -webkit-transition: 0.5s, ease;
  -o-transition: 0.5s, ease;
  transition: 0.5s, ease;
}

a:hover {
  text-decoration: none;
	opacity:0.5;
}

a:hover img{
opacity:0.5;
filter:alpha(opacity=60);
-ms-filter: “alpha( opacity=60 )”;
}
a:visited {
  text-decoration: none !important;
}
p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 14px;
	letter-spacing: 2px; 
	color: #222;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 20px;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 10px 0;
	line-height: 24px;
}

h1 {
  color: #222;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-style: italic;
	letter-spacing: 2px; 
  font-weight: 600;
  margin: 0 0 15px 0;
	line-height: 40px;
}

h3 {
	font-size: 28px;
	letter-spacing:0px; 
	font-weight: 400;
	line-height: 40px;
}

h4 {
	color: #222 !important;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
}

h5 {
	color: #222;
	font-size: 17px;
	line-height: 28px;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
}

h6 {
	color: #222;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
}

figure {
  margin-bottom: 2em;
}

.title{
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-style: italic;
	color: #036eb8;
}

#fh5co-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}

.stuck {
  position: fixed !important;
  top: 0 !important;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.header-top {
  padding: 10px 0;
  background: #394454;
}
.header-top .fh5co-link a {
  margin-left: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.header-top .fh5co-link a:first-child {
  margin-left: 0;
}
.header-top .fh5co-link a:hover {
  color: white !important;
}
@media screen and (max-width: 768px) {
  .header-top .fh5co-link {
    text-align: center;
  }
	
.sp-top{
z-index: 20000;		
	}
	
p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 14px;
	letter-spacing: 1px; 
	line-height: 24px;
}

#Cbtn_wrapper{
	width:100%;
	position: inherit;
	z-index: 98;
}
	
.Cbtn_sp{
	display:inherit;
	width:100%;
	margin-bottom: 20px;
	}

}

.header-top .fh5co-social a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: 0.5s, ease-in-out;
  -o-transition: 0.5s, ease-in-out;
  transition: 0.5s, ease-in-out;
}
.header-top .fh5co-social a:last-child {
  margin-right: 0;
}
.header-top .fh5co-social a:hover, .header-top .fh5co-social a:focus, .header-top .fh5co-social a:active {
  text-decoration: none;
  color: white !important;
}
.header-top .fh5co-social a:hover i, .header-top .fh5co-social a:focus i, .header-top .fh5co-social a:active i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .header-top .fh5co-social {
    text-align: center !important;
  }
}

.fh5co-cover,
.fh5co-hero {
  position: relative;
	background-size: cover;
	height: 1300px;
}

.fh5co-cover-2,
.fh5co-hero-2 {
  position: relative;
	background-size: cover;
	height: 700px;
}

@media screen and (max-width: 768px) {
  .fh5co-cover,
  .fh5co-hero {
    height: 500px;
  }
}
.fh5co-cover.fh5co-hero-2,
.fh5co-hero.fh5co-hero-2 {
  height: 600px;
}
.fh5co-cover.fh5co-hero-2 .fh5co-overlay,
.fh5co-hero.fh5co-hero-2 .fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

.fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(66, 64, 64, 0.9);
  background: rgba(0, 0, 0, 0.2);
}

.fh5co-cover {
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    heifght: inherit;
    padding: 3em 0;
  }
}
.fh5co-cover .btn {
  padding: 1em 2em;
  opacity: .9;
}
.fh5co-cover.fh5co-cover_2 {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover_2 {
    heifght: inherit;
    padding: 3em 0;
  }
}
.fh5co-cover .desc {
  top: 40%;
  position: absolute;
  width: 100%;
  margin-top: -80px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fh5co-cover .desc h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 300 !important;
}
.fh5co-cover .desc h2 strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .desc h2 {
    font-size: 40px;
  }
}
.fh5co-cover .desc p {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
}
.fh5co-cover .desc p a {
  color: #fff;
}
.fh5co-cover .desc p a:hover, .fh5co-cover .desc p a:focus {
  color: #fff !important;
}
.fh5co-cover .desc p a:hover.btn, .fh5co-cover .desc p a:focus.btn {
  border: 2px solid #fff !important;
  background: transparent !important;
}
.fh5co-cover .desc p a.fh5co-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* Superfish Override Menu */
.sf-menu {
  margin: 7px 0 0 0 !important;
	font-family: "Roboto", sans-serif;
	font-style: italic;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 12em;
}

.sf-menu a {
  color: #222;
  padding: 0.75em 1em 0.1em !important;
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 14px;
	font-style: italic;
	font-weight: 600;
  border-bottom: none !important;
}
.sf-menu a:hover, .sf-menu a:focus {
  opacity: 0.6 !important;
}

.sf-menu li.active a:hover, .sf-menu li.active a:focus {
  opacity: 0.6;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.2em 1em !important;
  letter-spacing: 1px;
  font-size: 14px !important;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  opacity: 0.6;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#fh5co-header-section {
  padding: 0;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 1022;
  background: #fff;
box-shadow: none;
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
}

#main-logo {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
  margin-top: 10px;
  position: absolute;
  left: 10%;
}
@media screen and (max-width: 768px) {
  #main-logo {
    margin-top: 0em;
    position: relative;
    left: inherit !important;
    margin-left: 0;
  }
}
#main-logo:hover, #main-logo:focus, #main-logo:active {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

#KAFF-logo {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  float: left;
}

#fh5co-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
  margin-top: 50px;
}
#fh5co-menu-wrap .sf-menu a {
  padding: 1em .75em;
}

#fh5co-primary-menu > li > ul li.active > a {
  color: #394454 !important;
}
#fh5co-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: -0px;
  top: 50%;
  font-size: 12px;
  margin-top: -7px;
  content: "\e922";
  color: rgba(0, 0, 0, 0.5);
}
#fh5co-primary-menu > li > ul li {
  position: relative;
}
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 12px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
  padding: 10px 7px 10px;
  background: #000;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
  top: 6px;
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 18px;
  line-height: 34px;
  color: #575757 !important;
  text-transform: none;
  background: none;
}
#fh5co-primary-menu .fh5co-sub-menu a:hover {
  opacity: 0.6 !important;
}

.heading-section {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.heading-section p {
  font-size: 14px;
	line-height: 30px;
	text-align: left;
}

#fh5co-portfolio {
  padding: 7em 0 50px;
  min-height: 200px;
}
@media screen and (max-width: 768px) {
  #fh5co-portfolio {
    padding: 3em 0;
  }
}

#fh5co-portfolio-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
#fh5co-portfolio-list li {
  display: block;
  padding: 0;
  margin: 0 0 10px 1%;
  list-style: none;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  #fh5co-portfolio-list li {
    margin-left: 0;
  }
}
#fh5co-portfolio-list li a {
  min-height: 200px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: block;
}
#fh5co-portfolio-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 80;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: transparent;
}
#fh5co-portfolio-list li a:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
#fh5co-portfolio-list li a .case-studies-summary {
  width: auto;
  bottom: 2em;
  left: 2em;
  right: 2em;
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #fh5co-portfolio-list li a .case-studies-summary {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
}
#fh5co-portfolio-list li a .case-studies-summary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-portfolio-list li a .case-studies-summary h2 {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-portfolio-list li a .case-studies-summary h2 {
    font-size: 20px;
  }
}
#fh5co-portfolio-list li.two-third {
  width: 65.6%;
}
@media screen and (max-width: 768px) {
  #fh5co-portfolio-list li.two-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-portfolio-list li.two-third {
    width: 100%;
  }
}
#fh5co-portfolio-list li.one-third {
  width: 32.3%;
}
@media screen and (max-width: 768px) {
  #fh5co-portfolio-list li.one-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-portfolio-list li.one-third {
    width: 100%;
  }
}
#fh5co-portfolio-list li.one-half {
  width: 49%;
}
@media screen and (max-width: 480px) {
  #fh5co-portfolio-list li.one-half {
    width: 100%;
  }
}

.text-mute {
  font-size: 80%;
}
.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.statement {
	font-size: 17px;
	line-height: 40px;
	font-style: italic;
	text-align: center;
}

.col-md-4 img {  
	margin: auto;
	display: block;
}

.col-md-7 img {
	margin: 0 auto 0 0;
	display: block;
}

.col-md-7b {
    width: 58.33333%;
	position: relative;
	float: left;
  }


.fh5co-social-icons > a {
  padding: 4px 10px;
  color: #394454;
}
.fh5co-social-icons > a i {
  font-size: 26px;
}
.fh5co-social-icons > a:hover, .fh5co-social-icons > a:focus, .fh5co-social-icons > a:active {
  text-decoration: none;
  color: #5a5a5a;
}

#footer {
  background: #222;
  padding: 30px 0 10px;
}
#footer p {
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 14px;
}
#footer p a {
  color: rgba(255, 255, 255, 0.5);
}
#footer p a:hover, #footer p a:active, #footer p a:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}
#footer .fh5co-footer-link {
  padding-bottom: 30px;
}
#footer .fh5co-footer-link h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
}
#footer .fh5co-footer-link li, #footer .fh5co-footer-link ul {
  padding: 0;
  margin: 0;
}
#footer .fh5co-footer-link li {
  list-style: none;
  margin-bottom: 15px;
  line-height: 1.3;
}
#footer .fh5co-footer-link li a {
  color: rgba(255, 255, 255, 0.5);
}
#footer .fh5co-footer-link li a:hover, #footer .fh5co-footer-link li a:active, #footer .fh5co-footer-link li a:focus {
  color: #fff !important;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #394454;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #394454;
  color: #fff !important;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

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

#fh5co-wrapper {
  overflow-x: hidden;
  position: relative;
}
.fh5co-offcanvas {
  overflow: hidden;
}
.fh5co-offcanvas #fh5co-wrapper {
  overflow: hidden !important;
}

#fh5co-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-offcanvas #fh5co-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}
#fh5co-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  #fh5co-menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #ccc;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
  display: none;
}
@media screen and (max-width: 768px) {
  #offcanvas-menu {
    display: block;
  }
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 18px;
  color: #222;
}
#offcanvas-menu ul li a:hover {
  opacity: 0.5;
}
#offcanvas-menu ul li > .fh5co-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #222;
}
#offcanvas-menu ul .fh5co-sub-menu {
  display: block !important;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.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;
  width: 30px;
  height: 2px;
  color: #222;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
}
.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;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #999;
  background: #999;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #999;
  -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 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 0px;
    margin-top: 2em;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

#loader {
    width: 83px;
    height: 237px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -118.5px; /* heightの半分のマイナス値 */
    margin-left: -41.5px; /* widthの半分のマイナス値 */
    z-index: 103;
}
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 102;
}


.post-entry {
  width: 100%;
  min-height: 700px;
  display: table;
}
.post-entry_02 {
  width: 100%;
  min-height: 200px;
  display: table;
}

.post-entry_03 {
  width: 100%;
  margin-bottom: 30px;
  display: table;
}
@media screen and (max-width: 992px) {
 .post-entry {
    display: block;
    min-height: 400px;
  }
}

@media screen and (max-width: 1680px) {
  .fh5co-cover,
  .fh5co-hero {
height: 900px;
  }
.fh5co-cover-2,
.fh5co-hero-2 {
  position: relative;
	background-size: cover;
	height: 600px;
}
}
@media screen and (max-width: 1280px) {
  .fh5co-cover,
  .fh5co-hero {
height: 750px;
  }
}
@media screen and (max-width: 1080px) {
  .fh5co-cover,
  .fh5co-hero {
height: 600px;
  }
.fh5co-cover-2,
.fh5co-hero-2 {
  position: relative;
	background-size: cover;
	height: 500px;
}
}
@media screen and (max-width: 768px) {
  .post-entry .desc {
    padding: 1.5em;
  }
  .post-entry .desc h3 {
    font-size: 20px;
  }
}

.none {
	display: inherit;
}
.none-b {
	display: none;
}

.text-large {
	font-size: 120%;
	line-height: 160%;
}

.text-middle {
	font-size: 90%;
	line-height: 24px;
	letter-spacing: 2px;
}

.text-small {
	font-size: 80%;
	line-height: 22px;
	letter-spacing: 2px;
}

.text-exsmall {
	font-size: 70%;
	line-height: 14px;
	letter-spacing: 1px;
}

.bold {
	font-weight: 600;
}

.italic {
	font-style: italic;
}

.white{
	color: #fff;
}

.black{
	color: #000;
}

.blue{
	color: #036eb8;
}

.narrow {
	letter-spacing: 90%;
}

.line {
background:linear-gradient(transparent 20%, #444 20%);
padding: 0 20px 0 20px;
}

.circle{
	object-fit:cover;
	border-radius: 20px 0px 20px 0px;
}

.circle_02{
	object-fit:cover;
	border-radius: 0px 20px 0px 20px;
}

.rotate {
	transform: rotate( 5deg ); 
	padding-left: 10px;
}

.rotate_02 {
	transform: rotate( -5deg );
	padding-right: 10px;
}

.shadow{
padding-bottom:10px;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.event {
	  margin-bottom: 5px;
}
.comment {
	font-size: 100%;
	line-height: 140%;
	padding: 10px 20px;
	margin-bottom: 30px;
}

.right {
	text-align: right;
}
.left {
text-align: left;
}
.bottom_s{
	padding-bottom: 0px;
}

/* table */
table#table-01 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border-collapse : collapse;
}

.th_01 {
	width: 28%;
	padding: 1% 2%;
	text-align: left;
	color: #fff;
	font-weight: 400;
	line-height: 100%;
	background-color: #444;
	border: none;
}

.th_02 {
	width: 34%;
	padding: 1% 2%;
	text-align: left;
	color: #fff;
	font-weight: 400;
	line-height: 100%;
	background-color: #444;
	border: none;
}

.th_03 {
	width: 28%;
	padding: 1% 2%;
	text-align: left;
	color: #fff;
	font-weight: 400;
	line-height: 100%;
	background-color: #444;
	border: none;
}


.td_01 {
	width: 28%;
	padding: 1.5% 2%;
	text-align: left;
	line-height: 100%;
}

.td_02 {
	width: 34%;
	padding: 1.5% 2%;
	text-align: left;
	line-height: 100%;
}

.td_03 {
	width:  28%;
	padding: 1.5% 2%;
	text-align: left;
	line-height: 100%;
}

.text_fini {
	opacity: 0.5;
}

.iframe-content {
   position: relative;
 width: 100%;
    padding: 56.25% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
 top: 0;
 left: 0;
    width: 100%;
    height: 100%;
}


@media  (max-width: 767px)  {
.none {
	display:none;
}

.none-b {
	display:inherit;
	padding-top:0px;
	margin: 0 auto;
}

p {
	font-size: 12px;
	line-height: 18px;
	}

table#table-01 {
	font-size: 70%;
	}
.post-entry .desc {
margin-top: 5px;
}
.post-entry_02 .desc {
margin-top: 10px;
}
#footer {
  padding: 20px 0 0px;
}
#footer p {
  font-size: 8px;
	line-height: 10px;
}

.small-for-m {
	font-size: 70%;
}

.img-small {
	width: 80%;
	height: 80%;
	}

.text-large {
	font-size: 110%;
}
	
.text-middle {
	font-size: 80%;
	line-height: 20px;
	letter-spacing: 1px;
}
	
.text-small {
	letter-spacing: 1px;
}

.rotate {
	padding: 10px 20px 10px 30px;
}

.rotate_02 {
	padding: 10px 30px 10px 20px;
}
	
.line {
background:linear-gradient(transparent 30%, #444 30%);
padding: 0 20px 0 20px;
}

.comment {
	font-size: 90%;
	line-height: 140%;
	padding: 10px 0px;
}

	
h1 {
	font-size: 22px;
	margin: 0 0 10px 0;
	line-height: 30px;
}
	
h3 {
	font-size: 28px;
	letter-spacing: 3px; 
}

h4 {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1px;
	margin: 0 10px;
}
	
h5 {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
}

h6 {
	letter-spacing: 1px;
}

.statement {
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 0px;
}
	
.col-md-1 {
    width: 10%;
	position: relative;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
  }

.col-md-2{
padding-top: 0px;
padding-bottom: 0px;
	}
	
.col-md-3 {
	width: 95%;
margin: 0 auto;	
	}

.col-md-4 img {  
	margin: auto;
	display: block;
}
	
.col-md-5 {
margin-left: 15px;
margin-right: 15px;
}

.col-md-6 {
padding-left: 20px;
padding-right: 20px;
}
	
.col-md-7 {
	width: 95%;
margin: 0 auto;	
	}

}

.col-md-7 img {
margin: auto;
display: block;
}


.col-md-8 {
margin-left: 15px;
margin-right: 15px;
margin-top: 0px;
margin-bottom: 0px;
padding_bottom: 0px;
}
	
.post-entry_02 {
  min-height: 50px;
}

}

.spacer-5 {
    height: 5px;
    width: 100%;
}
.spacer-10 {
    height: 10px;
    width: 100%;
}
.spacer-15 {
    height: 15px;
    width: 100%;
}
.spacer-20 {
    height: 20px;
    width: 100%;
}
.spacer-30 {
    height: 30px;
    width: 100%;
}
.spacer-50 {
    height: 50px;
    width: 100%;
}
.spacer-80 {
    height: 80px;
    width: 100%;
}
.spacer-100 {
    height: 100px;
    width: 100%;
}
.spacer-150 {
    height: 150px;
    width: 100%;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-circle {
	border-radius:400px;
}
.center {
	margin:0 auto;
}

