@charset "UTF-8";

body {
	font-weight: normal;
	font-family: Century Gothic, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html{
    scroll-behavior: smooth;
}

#fh5co-header > .navbar li a {
    color: #8A7658;
}

#nav-toggle {
    display: none;
}

.navbar-brand img {
	width: 40%;
	height: auto;
	margin-top: -15px;
}
.navbar-brand {
	padding: 0 20px;
}

.spacer01{
	margin-top: 0px;
}

.form-horizontal .control-label {
    text-align: left;
	font-size: 15px;
    margin-bottom: 0;
    padding-top: 15px;
}

#topVideo{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;/*高さを全画面にあわせる*/
} 

#video-area{
    position: absolute;
    z-index: -1;/*最背面に設定*/
    top: 40%;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video-area::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    /*background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);*/
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
	/*filter: grayscale(100%);*/
}

/*見出し設定*/
.videoText01{
    /*要素の配置*/
    position:absolute;
    /*要素を天地中央寄せ*/
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /*見た目の調整*/
    color:#fff;
    text-shadow: 0 0 15px #666;
}

.topAboutBox01{
	width: 100%;
	background-color: #C7C1B9;
	text-align: center;
	padding: 80px 0;
	margin-top: 63px;
}

.topAboutText01{
	padding-top: 20%;
	color: #fff;
}

.topAboutText02{
	padding-top: 20%;
	margin-top: 50px;
}

.topAboutText02 img{
	width: 70%;
	height: auto;
}

.topAboutText03{
	margin-top: 50px;
	color: #A69964;
	font-size: 20px;
}

.topAboutText03-2{
	margin-top: 50px;
	text-align: right;
}

.topAboutText03-2 img {
	width: 14%;
	height: auto;
}

.topAboutText04{
	margin-top: 50px;
	color: #fff;
}

.topAboutText05{
	margin-top: 60px;
	color: #fff;
	text-align: center;
}

.topAboutImg01{
	height: 575px;
	display: table-cell;
	vertical-align: middle;
}

.topAboutImg02{
	text-align: center;
}

.topAboutImg02 img{
	text-align: center;
	width: 80%;
	height: auto;
}

.aboutTableBox {
  background-color: #C7C1B9;
  padding: 40px;
  width: 100%;
  margin: 50px auto;
}

.tb01{
  border-collapse: collapse;
  width: 100%;
  border: 0;
}

.tb01 th,
.tb01 td{
  padding: 20px;
  text-align: left;
  box-sizing:border-box;
  border-bottom: 1px #142433 solid;
  color: #142433;
}
.tb01 th {
  font-weight: bold;
}

.gmap{
  font-weight: normal;
  margin: 100px auto;
 }

.serviceImg01{
	margin-top: 180px;
	text-align: center;
}

.serviceText01{
	margin-top: 50px;
	color: #A69964;
	font-size: 20px;
}

.serviceText02{
	margin-top: 50px;
	color: #fff;
}

.serviceText03{
	margin: 50px auto;
	color: #fff;
	border: 1px solid #fff;
	padding: 15px;
	text-align: center;
	font-size: 24px;
	width: 80%;
}

.serviceText04{
	margin-top: 80px;
	color: #A69964;
	display: table;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-size: 24px;
}

.serviceText05{
	margin-top: 80px;
	color: #fff;
	display: table;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.serviceTextBox01{
  width: 97%;
  margin: 0 auto;
}

.serviceBg01{
	position: relative;
	background-image: url("../img/top/service-bg01-2.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 60%;
}

.serviceBg02{
	position: absolute;
    top: 770px;
    opacity: 0.5;
    z-index: -1;
}

.serviceBg02 img{
	width: 45%;
	height: auto;
}

.serviceImg03{
	margin-top: 100px;
	text-align: center;
}

.serviceImg03 img{
	width: 70%;
	height: auto;
}

.worksImg01 {
	margin-top: 30px;
}

.worksImg01 img{
	width: 100%;
	height: auto;
}

#serviceLink{
    margin-top: -80px;
    padding-top: 80px;
}

#worksLink{
    margin-top: -80px;
    padding-top: 80px;
}

#flowLink{
    margin-top: -80px;
    padding-top: 80px;
}

#contactLink{
    margin-top: -80px;
    padding-top: 80px;
}

.flowTextBox01 {
	text-align: center;
	width: 55%;
    margin: 50px auto;
}

.flowText01{
	margin-top: 50px;
	color: #fff;
	text-align: left;
	font-size: 22px;
}

.flowText02{
	margin-top: -115px;
	padding-left: 23px;
	color: #fff;
	text-align: left;
}

.flowText03{
	margin-top: 0px;
	color: #fff;
	text-align: left;
	font-size: 28px;
	padding-left: 40px;
}

.flowText04{
	margin-top: -20px;
	color: #fff;
	text-align: left;
	font-size: 22px;
}

.flowText05{
	margin-top: -115px;
	padding-left: 23px;
	color: #fff;
	text-align: left;
}

.flowText06{
	margin-top: 70px;
	color: #fff;
	text-align: left;
	font-size: 22px;
}

.flowText07{
	margin-top: -25px;
	padding-left: 23px;
	color: #fff;
	text-align: left;
	padding-bottom: 100px;
}

.flowText03:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image: url("../img/top/flowtel.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.linebg01 {
	background: url("../img/top/line.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	height: 120px;
	margin-left: 10px;
	margin-top: -30px;
}

.footerText01 {
	color: #fff;
}

.footerNav {
	margin-right: 20px;
}

.conceptLogo01 {
	position: absolute;
	z-index: 90;
	top: 28%;
	left: 10%;
}

.conceptText01 {
	position: absolute;
	z-index: 90;
	top: 54%;
	left: 10%;
	font-size: 24px;
	line-height: 180%;
	color: #fff;
}

.newsBox {
	position: absolute;
	z-index: 90;
	top: 36%;
	right: 0;
	padding: 20px;
	background-color: #C7C1B9;
	max-width: 500px;
	display: block;
}

.newsBoxSp {
	display: none;
}

.newsTitle {
	color: #000;
}

.newsBoxLeft {
	color: #000;
	border-left: 1px solid #000;
}

@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
	  font-size: 14px;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
	line-height: 160%;
	  font-size: 12px;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #142433;
  }


}

#fh5co-header > .navbar li a {
	font-size: 16px;
}

.companyTitle01 {
	font-size: 18px;
	font-weight: bold;
}

.fh5co-section-lead {
	font-size: 24px;
}

.subTitle01 {
	font-size: 14px;
	color: #000;
}

.serviceImg02 img {
	margin-top: -170px;
	opacity: 50%;
	width: 80%;
}

.serviceImg02 {
	text-align: right;
	position: relative;
    z-index: -1;
}

.navMainBox {
	padding: 0;
}

@media screen and (max-width:480px) {

#fh5co-header > .navbar {
    /*background: #fff;*/
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    margin-top: 50px;
    background-color: white;
    height: 100vh;
}
	
#fh5co-header > .navbar li a {
    color: #000;

}
	
#topVideo {
    position: relative;
    height: 100vh;
    margin-top: -145px;
}
	
.newsBox {
	display: none;
}
	
.newsBoxSp {
	display: block;
	padding: 20px;
	background-color: #C7C1B9;
	width: 100%;
	display: block;
}

.newsBoxLeft {
	border-left: none;
}
	
.topAboutBox01 {
    padding: 30px 0;
    margin-top: 0px;
}
	
.topAboutText01 {
    padding-top: 20px;
    color: #fff;
	font-size: 12px;
}
	
.topAboutImg01 {
    height: 119px;
}
	
.topAboutText02 {
    padding-top: 0;
    margin-top: 30px;
}
	
.tb01 th, .tb01 td {
    padding: 5px 0px;
}
	
.topAboutText03 {
    margin-top: 0px;
}

.topAboutText04 {
    margin-top: 30px;
    font-size: 12px;
}

.topAboutText03-2 img {
    width: 35%;
    height: auto;
}

.topAboutImg02 {
    text-align: center;
	margin-top: 70px;
}
	
.topAboutText05 {
    margin-top: 20px;
	font-size: 12px;
}

.topAboutText05 img{
	width: 12%;
	height: auto;
}

.serviceText01 {
    margin-top: 30px;
    color: #A69964;
    font-size: 16px;
}
	
.serviceText02 {
    margin-top: 20px;
    color: #fff;
    font-size: 12px;
}

.serviceImg02 img {
	margin-top: 0px;
	opacity: 50%;
	width: 100%;
}

	
.serviceBg01 {
    background-size: 90%;
    padding-top: 100px;
}
	
.serviceBg02 img {
    width: 100%;
    height: auto;
}
	
.serviceImg02 {
	margin-top: 360px;
}

.serviceImg01 {
    margin-top: 30px;
    text-align: center;
}
.serviceImg03 img{
	width: 100%;
	height: auto;
}
	
.serviceText03 {
    margin: 30px auto;
    color: #fff;
    padding: 15px;
    font-size: 16px;
}
	
.serviceText04 {
    margin-top: 50px;
    font-size: 16px;
}
	
.serviceText05 {
    margin-top: 30px;
    font-size: 12px;
}
	
.serviceImg03 {
    margin-top: 30px;
    text-align: center;
}
	
.flowText01 {
    margin-top: 50px;
    font-size: 15px;
}
	
.flowTextBox01 {
    text-align: center;
    width: 90%;
    margin: 50px auto;
}
	
.linebg01 {
    background: url(../img/top/line.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    height: 120px;
    margin-left: 7px;
    margin-top: -25px;
}
	
.flowText03 {
    margin-top: 50px;
    color: #fff;
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.15em;
    padding-left: 25px;
}
	
.flowText02 {
    margin-top: -100px;
    padding-left: 23px;
    color: #fff;
    text-align: left;
    font-size: 12px;
}
	
.instaImg {
    margin-top: 30px;
    margin-bottom: 30px;
}

.flowText04 {
    font-size: 15px;
}
	
.flowText05 {
    margin-top: -90px;
    font-size: 12px;
}

.flowText06 {
    margin-top: 35px;
    color: #fff;
    text-align: left;
    font-size: 15px;
}
	
.flowText07 {
    margin-top: 10px;
    padding-left: 23px;
    color: #fff;
    text-align: left;
    padding-bottom: 50px;
    font-size: 12px;
}

.fh5co-section-lead {
	font-size: 18px;
}

.worksImg01 img{
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.spacer01{
	margin-top: 0px;
}

.Header-Logo{
  margin-left: auto;
  margin-right: auto;
  width: 360px;
  display: block;
  transition: all 0.4s ease;
}
.Header-Logo.isSmall{
  width: 200px!important;
}

#fh5co-footer ul li {
    margin-bottom: 20px;
}

.modal {
    top: 25%;
}

#nav-toggle {
    display: block;
}

	
}
