@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
*
* ======================================================= */









}

/*ギャラリー内のイメージは横幅100%にする*/
.gallery img{
  width:100%;
  height:auto;
  vertical-align: bottom;/*画像の下にできる余白を削除*/}

/*　横幅900px以下の段組み設定　*/
@media only screen and (max-width: 900px) {
  .gallery{
  columns:3;
  } 
}

@media only screen and (max-width: 768px) {
  .gallery{
  columns: 2;
  } 
}










/************************************************************
 * 枠のみ四角ボタン
 ************************************************************/

a.btn-border {
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}




/************************************************************
 * 建築用語集_ページネーション
 ************************************************************/
.pagination-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    list-style-type: none;
    padding: 0;
}

.pagination-3 a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2em;
    height: 2em;
    border-bottom: 2px solid #f2f2f2;
    color: #333;
    text-decoration: none;
}

.pagination-3 .current a {
    border-bottom: 2px solid #000000;
    pointer-events: none;
}




/************************************************************
 * 施工実績_ページネーション
 ************************************************************/

nav.cp_navi *, nav.cp_navi *:after, nav.cp_navi *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
nav.cp_navi a {
	text-decoration: none;
}
nav.cp_navi {
	margin: 2em 0;
	text-align: center;
}
.cp_navi .cp_pagination {
	display: inline-block;
	margin-top: 2em;
	padding: 0 0.5em;
}
.cp_navi .cp_pagenum {
	font-size: 1em;
	line-height: 50px;
	display: block;
	float: left;
	transition: 400ms ease;
	letter-spacing: 0.1em;
	color: #37474F;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: auto .5em;
}
.cp_navi .cp_pagenum:hover,
.cp_navi .cp_pagenum.current {
	font-weight: bold;
	color: #ffffff;
	background-color: #000;
	border-radius: 50%;
}
.cp_navi .cp_pagenum.prev:hover,
.cp_navi .cp_pagenum.next:hover {
	color: #EC407A;
	background-color: transparent;
	border-radius: 50%;
}
@media only screen and (max-width: 960px) {
	.cp_navi .cp_pagination {
		margin-top: 50px;
		padding: 0 10px;
	}
	.cp_navi .cp_pagenum {
	font-size: 0.8em;
	line-height: 25px;
	width: 45px;
	height: 25px;
	margin: auto .1em;
	border-radius: 0.3em;
}
	.cp_navi .cp_pagenum.prev,
	.cp_navi .cp_pagenum.next {
		padding: 0 25px 0 0;
	}
	.cp_navi .cp_pagenum:hover,
	.cp_navi .cp_pagenum.current {
		border-radius: 0.3em;
	}
	.cp_navi .cp_pagenum.prev:hover,
	.cp_navi .cp_pagenum.next:hover {
		border-radius: 0.3em;
	}
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
	.cp_navi .cp_pagenum {
	display: none;
	border-radius: 0.3em;
	}
	.cp_navi .cp_pagenum:nth-of-type(2) {
	position: relative;
	padding-right: 20px;
	}
	.cp_navi .cp_pagenum:nth-of-type(2)::after {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	left: 25px;
	content: '...';
	}
	.cp_navi .cp_pagenum:nth-child(-n+3),
	.cp_navi .cp_pagenum:nth-last-child(-n+3) {
		display: block;
	}
	.cp_navi .cp_pagenum:nth-last-child(-n+4) {
		padding: 0 5px;
	}
	.cp_navi .cp_pagenum:nth-last-child(-n+4)::after {
		content: none;
	}
	.cp_navi .cp_pagenum:hover,
	.cp_navi .cp_pagenum.current {
		border-radius: 0.3em;
	}
	.cp_navi .cp_pagenum.prev:hover,
	.cp_navi .cp_pagenum.next:hover {
		border-radius: 0.3em;
	}
}




/************************************************************
 * トップページスライダー
 ************************************************************/

/* 全体設定 */
.css-carousel-slider4 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.css-carousel-slider4 img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider4 .slide-wrap {
    width: 400%;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;

/* スライダーアニメーション全体の時間 */ 
    animation: css-carousel-slider4 40s infinite;

/* スライダーが始まるまでの時間 */ 
    animation-delay: 10s;
}
.css-carousel-slider4 .slide-wrap-main {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main4 40s infinite;

/* スライダーが始まるまでの時間 */ 
    animation-delay: 10s;
}
.css-carousel-slider4 .slide {
    width: 100%;
}

/* スライダーアニメーションの設定 */
@keyframes css-carousel-slider4 {
    0% { transform: translateX(0); }

    20% { transform: translateX(calc(1 / 4 * -100%)); }
    25% { transform: translateX(calc(1 / 4 * -100%)); }

    45% { transform: translateX(calc(2 / 4 * -100%)); }
    50% { transform: translateX(calc(2 / 4 * -100%)); }

    70% { transform: translateX(calc(3 / 4 * -100%)); }
    75% { transform: translateX(calc(3 / 4 * -100%)); }

    95% { transform: translateX(calc(4 / 4 * -100%)); }
    100% { transform: translateX(calc(4 / 4 * -100%)); }
}

@keyframes css-carousel-slider-main4 {
    0% { transform: translateX(100%); }
    75% { transform: translateX(100%); }
    95% { transform: translateX(0%);}
}






/*==================================================
新アコーディオン_FAQ
===================================*/

.accordion {
margin: 3em auto;
max-width: 85vw;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.titl,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.titl {
border: solid 1px #ccc;
padding: 1em;
display: block;
color: #333;
font-weight: bold;
}
.titl::after,
.titl::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.titl::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.toggle:checked + .titl + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .titl::before {
transform: rotate(90deg) !important;
}








/************************************************************
 * 縦ロゴ_テキスト_PC_スマホ
 ************************************************************/

.logo_tate_pc {
  width: 150px;
  height: 120px;
  margin: 0 auto;
  text-align: center;
  line-height: 75px;
  font-weight: 600;
  font-size: 3.8rem;
  letter-spacing: -1rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
}



.logo_tate_sp {
  width: 150px;
  height: 120px;
  margin: 0 auto;
  text-align: center;
  line-height: 75px;
  font-weight: 600;
  font-size: 1.9rem;
  letter-spacing: -1rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
}






/************************************************************
 * 縦ロゴPC表示、スマホ縮小表示
 ************************************************************/

.example >div{
    border: 1px solid #999;
    background: #f2f2f2;
    padding: 10px;
    margin: 10px;
}
@media(min-width:751px){
    .tatelogo_sp{
        display: none !important;
    }
}
@media(max-width:750px){
    .tatelogo_pc{
        display: none !important;
    }
}







/************************************************************
 * h3の下に短い線
 ************************************************************/

/* 見出しの下に短い下線 */
.heading {
  position: relative;
  text-align: center; /* 文字の中央寄せ */
}
.heading::before {
  background-color: #000; /* 線の色 */
  bottom: -15px; /* 線の位置 */
  content: "";
  height: 1.5px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 20px; /* 線の長さ */
}
/* レイアウトのためのcss */
h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 60px;
  margin-top: 30px;
}














/************************************************************
 * 新ボタン
 ************************************************************/
a.btn_002{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #000;
	color: #fff;
	transition: 0.5s;
}
a:hover.btn_002{
	color: #27acd9;
	background: #fff;
}







/************************************************************
 * TOPニュースリリース
 ************************************************************/
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}

/* 装飾 */
 
*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
}
body{
  margin: 0px;
}









/************************************************************
 * 会社概要テーブル
 ************************************************************/

/* table01 */
#table01 tr{
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td{
  padding: 24px 0;
  border: none;
}

#table01 th{
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td{
    width: 100%;
    display: block;
  }

  #table01 th{
    width: 100%;
  }

  #table01 td{
    padding-top: 0;
  }
}








/*==================================================
　5-3-1 中心から外に線が伸びる（下部）
===================================*/

.gnavi li a{
    /*線の基点とするためrelativeを指定*/
  position: relative;
}

ul{
  list-style: none;
  padding-left: 0;

}



.gnavi li.current a,
.gnavi li a:hover{
  color:#000;
text-decoration: none;


}

.gnavi li a::after{
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0%;
    /*線の形状*/
    width: 100%;
    height: 2px;
    background:#d3d3d3;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: left top;/*左から線を出す*/
}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}














/************************************************************
 * 後ろにライン100px
 ************************************************************/

.sen{
  display:flex;
  align-items: center;
  justify-content: left;
  color: 009977;
}

.sen::after{
  content: "";
  width:100px;
  border-top: 1px solid black;
  color: 009977;
}

.sen::after{
  margin-left: 1rem; 
  color: 009977;
}






/************************************************************
 * 後ろにライン50px
 ************************************************************/

.sen2{
  display:flex;
  align-items: center;
  justify-content: left;
  color: 009977;
}

.sen::after{
  content: "";
  width:50px;
  border-top: 1px solid black;
  color: 009977;
}

.sen::after{
  margin-left: 1rem; 
  color: 009977;
}










/************************************************************
 * ニュースリリース
 ************************************************************/

 .news{
dl{
  background:#f5f5f5;
  margin-right: auto;
  margin-left: auto;
  padding:10px;
  width:95%;
.dl h2 {
  font-size:1.5em;
  color: #000;
}
}

dt{
  color:#808080;
  font-weight:bold;
  padding:0 10px 0 0;
  width:120px;
  float:left;
  margin-bottom:7px;
}

dd{
  color:#000;
  font-size:12px;
  margin-bottom:7px;
}

dl::after {
    content: '';
    display: block;
    clear: both;
}
}







/************************************************************
 * ナビPC非表示、スマホ表示
 ************************************************************/
.example >div{
    border: 1px solid #999;
    background: #f2f2f2;
    padding: 10px;
    margin: 10px;
}
@media(min-width:751px){
    .sp{
        display: none !important;
    }
}
@media(max-width:750px){
    .pc{
        display: none !important;
    }
}




/************************************************************
 * ボタン05 四角黒→白
 ************************************************************/
a.btn_05{
 display: block;
 text-align: center;
 vertical-align: middle;
 text-decoration: none;
 width: 90%;
margin-top: 40px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
 padding: 1.5rem 4rem;
 font-weight: bold;
 border: 2px solid #000;
 background: #000;
 color: #fff;
 transition: 0.5s;
}
a:hover.btn_02{
 color: #000;
 background: #fff;
}







/************************************************************
 * ボタン04 四角黒→白
 ************************************************************/
a.btn_04{
 display: block;
 text-align: center;
 vertical-align: middle;
 text-decoration: none;
 width: 92%;
margin-top: 40px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
 padding: 1.5rem 4rem;
 font-weight: bold;
 border: 2px solid #000;
 background: #000;
 color: #fff;
 transition: 0.5s;
}
a:hover.btn_02{
 color: #000;
 background: #fff;
}







/************************************************************
 * ボタン03 四角黒→白　50%
 ************************************************************/
a.btn_03{
 display: block;
 text-align: center;
 vertical-align: middle;
 text-decoration: none;
 width: 94%;
margin-top: 0px;
margin-right: auto;
margin-bottom: 40px;
margin-left: auto;
 padding: 1.5rem 4rem;
 font-weight: bold;
 border: 2px solid #000;
 background: #000;
 color: #fff;
 transition: 0.5s;
}
a:hover.btn_03{
 color: #000;
 background: #fff;
}








/************************************************************
 * ボタン02 四角エメラルドグリーン→白
 ************************************************************/
a.btn_02{
 display: block;
 text-align: center;
 vertical-align: middle;
 text-decoration: none;
 width: 100%;

margin-top: 40px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
 padding: 1.5rem 4rem;
 font-weight: bold;
 border: 2px solid #000;
 background: #000;
 color: #fff;
 transition: 0.5s;
}
a:hover.btn_02{
 color: #009977;
 background: #fff;
}





/************************************************************
 * ボタン002 四角黒→白
 ************************************************************/
a.btn_002{
 display: block;
 text-align: center;
 vertical-align: middle;
 text-decoration: none;
 width: 100%;

margin-top: 40px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
 padding: 1.5rem 4rem;
 font-weight: bold;
 border: 2px solid #000;
 background: #000;
 color: #fff;
 transition: 0.5s;
}
a:hover.btn_002{
 color: #000;
 background: #fff;
}











/************************************************************
 * アンダーライン グレー
 ************************************************************/
.underline_01{
  font-size: 14px;
  font-weight: bold;
}




/************************************************************
 * アンダーライン　黄色
 ************************************************************/
.underline_02{
  background:linear-gradient(transparent 70%, #FFFF00 0%);
  font-size: 18px;
  font-weight: bold;
}






/************************************************************
 * フォーム
 ************************************************************/

.Form{
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form{
    margin-top: 40px;
  }
}
.Form-Item{

  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item{
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {

}
.Form-Item-Label{
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label{
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg{
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg{
    margin-top: 0;
  }
}
.Form-Item-Label-Required{
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #545454;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required{
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input{
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input{
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea{
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea{
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn{
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn{
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}






 /************************************************************
 * カプセルの中にテキスト11 幅60px　高さ23px
 ************************************************************/
.kadomaru_box11{
  width:120px;
  height:40px;
  margin-top : 10px;
  margin-bottom : 10px;
  border: solid 1px black;
  border-color: #c0c0c0;
  border-radius:20px;
  font-size: 12px;
  color: #c0c0c0;
  padding: 8px;
  letter-spacing: 2px; /* 文字間 */
  text-align: center;
  line-height: 13px;
}










 /************************************************************
 * カプセルの中にテキスト10 幅60px　高さ23px
 ************************************************************/
.kadomaru_box10{
  width:75px;
  height:23px;
  margin-top : 10px;
  margin-bottom : 30px;
  border: solid 1px black;
  border-color: #c0c0c0;
  border-radius:20px;
  font-size: 12px;
  color: #c0c0c0;
  padding: 8px;
  letter-spacing: 2px; /* 文字間 */
  text-align: center;
  line-height: 13px;
}







 /************************************************************
 * カプセルの中にテキスト9 幅60px　高さ23px
 ************************************************************/
.kadomaru_box9{
  width:85px;
  height:23px;
  margin-top : 10px;
  margin-bottom : 30px;
  border: solid 1px black;
  border-color: #c0c0c0;
  border-radius:20px;
  font-size: 12px;
  color: #c0c0c0;
  padding: 8px;
  letter-spacing: 2px; /* 文字間 */
  text-align: center;
  line-height: 13px;
}










 /************************************************************
 * カプセルの中にテキスト8 幅60px　高さ23px
 ************************************************************/
.kadomaru_box8{
  width:100px;
  height:23px;
  margin-top : 10px;
  margin-bottom : 10px;
  border: solid 1px black;
  border-color: #c0c0c0;
  border-radius:20px;
  font-size: 12px;
  color: #c0c0c0;
  padding: 8px;
  letter-spacing: 2px; /* 文字間 */
  text-align: center;
  line-height: 13px;
}








 /************************************************************
 * カプセルの中にテキスト7 幅60px　高さ23px
 ************************************************************/
.kadomaru_box7{
  width:100px;
  height:23px;



  border: solid 1px black;
  border-color: #c0c0c0;
  border-radius:20px;
  font-size: 12px;
  color: #c0c0c0;
  padding: 8px;
  letter-spacing: 2px; /* 文字間 */
  text-align: center;
  line-height: 13px;
}








 /************************************************************
 * カプセルの中にテキスト6 幅60px　高さ23px
 ************************************************************/
.kadomaru_box6{
  width:60px;
  height:23px;
  margin-top : 10px;
  margin-bottom : 30px;
  border: solid 1px black;
  border-color: #c0c0c0;
  border-radius:20px;
  font-size: 12px;
  color: #c0c0c0;
  padding: 8px;
  letter-spacing: 2px; /* 文字間 */
  text-align: center;
  line-height: 13px;
}




 /************************************************************
 * カプセルの中にテキスト5 幅38%　高さ30px マージン
 ************************************************************/
.kadomaru_box5{
  width:90%;
  height:60px;
  margin-top : 80px;
  margin-bottom : 20px;
  border: solid 1px black;
  border-color: #c0c0c0;
  border-radius:30px;
  font-size: 22px;

  font-weight: bold;

  color: #c0c0c0;
  padding: 23px;
  letter-spacing: 2px; /* 文字間 */
  text-align: center;
  line-height: 13px;
}





/************************************************************
 * カプセルの中にテキスト4 幅38%　高さ30px マージン
 ************************************************************/
.kadomaru_box4{
  width:100%;
  height:60px;
  margin-top : 60px;
  margin-bottom : 60px;
  border: solid 1px black;
  border-color: #c0c0c0;
  border-radius:30px;
  font-size: 22px;
  font-weight: bold;
  color: #c0c0c0;
  padding: 23px;
  letter-spacing: 2px; /* 文字間 */
  text-align: center;
  line-height: 13px;
}






/************************************************************
 * カプセルの中にテキスト幅45%　高さ30px
 ************************************************************/
.kadomaru_box3{
  width:45%;
  height:40px;
  margin-bottom : 25px;
  border: solid 1px black;
  border-color: #c0c0c0;
  border-radius:20px;
  font-size: 14px;
  color: #c0c0c0;
  padding: 13px;
  letter-spacing: 2px; /* 文字間 */
  text-align: center;
  line-height: 13px;
}





/************************************************************
 * カプセルの中にテキスト幅40%　高さ60px
 ************************************************************/
.kadomaru_box2{
  width:40%;
  height:60px;
  background:fff;
  border: solid 1px black;
  border-radius:30px;
  font-size: 25px;
  color: #000;
  letter-spacing: 4px; /* 文字間 */
  text-align: center;
  line-height: 55px;
}




/************************************************************
 * カプセルの中にテキスト幅100%　高さ60px
 ************************************************************/
.kadomaru_box1{
  width:100%;
  height:60px;
  background:fff;
  border: solid 1px black;
  border-radius:30px;
  font-size: 25px;
  color: #000;
  letter-spacing: 4px; /* 文字間 */
  text-align: center;
  line-height: 55px;
}




/************************************************************
 * 黒フチ〇の中に黒テキスト
 ************************************************************/
.circle2{
  background: #fff;
  border: solid 1px black;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #50C878;
  font-size: 40px;
  text-align: center;
  line-height: 55px;
}



/************************************************************
 * 黒〇の中に白テキスト30px
 ************************************************************/
.circle3{
  background: #000;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 45px;
}




/************************************************************
 * 黒〇の中に白テキスト60px
 ************************************************************/
.circle{
  background: #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
}




/************************************************************
 * チャット風レイアウト
 ************************************************************/

/* 全体 */
.sb-box{
  position: relative;
  overflow: hidden;
}
/* アイコン画像 */
.icon-img{
  position: absolute;
  overflow: hidden;
  top: 0; /* 画像の位置を上から0に */
  width: 80px; /* 画像の幅 */
  height: 80px; /* 画像の高さ */
}
/* アイコン画像（左） */
.icon-img-left{
  left: 0; /* 画像の位置を左から0に */
}
/* アイコン画像（右） */
.icon-img-right{
  right: 0; /* 画像の位置を右から0に */
}
/* アイコン画像 */
.icon-img img{
  border-radius: 50%; /* 画像を丸く表示する */
  border: 0px solid #eee; /* 画像の縁取りの太さとカラー */
}
/* アイコンネーム */
.icon-name{
  position: absolute;
  width: 80px; /* ネームの最大幅を画像と同じに */
  text-align: center; /* ネームの位置をセンターに */
  top: 83px; /* ネームの位置を上から83に */
  color: #777; /* ネームのカラー */
  font-size: 10px; /* ネームのフォントサイズ */
}
/* アイコンネーム（左） */
.icon-name-left{
  left: 0; /* ネームの位置を左から0に */
}
/* アイコンネーム（右） */
.icon-name-right{
  right: 0; /* ネームの位置を右から0に */
}
/* 吹き出し */
.sb-side{
  position: relative;
  float: left;

  margin: 0 105px 40px 105px; /* 吹き出しの上下左右の余白 */
}
.sb-side-right{
  float: right;
}
/* 吹き出し内のテキスト */
.sb-txt{
  position: relative;
  border: 2px solid #eee; /* 吹き出しの縁取りの太さとカラー */
  border-radius: 6px; /* 吹き出しを角丸に */
  background: #fff; /* 吹き出しの背景色 */
  color: #333; /* 吹き出し内のテキストのカラー */
  font-size: 15px; /* 吹き出し内のフォントサイズ */
  line-height: 1.7; /* 吹き出し内のテキストが2行以上になった時の行間 */
  padding: 25px; /* 吹き出し内の上下左右の余白 */
}
.sb-txt > p:last-of-type{
  padding-bottom: 0; /* 吹き出し内のテキストを改行した場合、最後のpタグにpadding-bottomをつけない */
  margin-bottom: 0; /* 吹き出し内のテキストを改行した場合、最後のpタグにmargin-bottomをつけない */
}
/* 吹き出しの三角 */


.sb-txt::before{
  content: "";
  position: absolute;
  border-style: solid;
  top: 16px; /* 吹き出し内の三角の位置 */
  z-index: 3;
}
.sb-txt::after{
  content: "";
  position: absolute;
  border-style: solid;
  top: 15px; /* beforeより-1px */
  z-index: 2; /* beforeより-1 */
}
/* 吹き出しの三角（左） */
.sb-txt-left::before{
  left: -7px;
  border-width: 7px 10px 7px 0;
  border-color: transparent #fff transparent transparent; /* 背景色と同じカラーに */
}
.sb-txt-left::after{
  left: -10px; /* beforeより-3px */
  border-width: 8px 10px 8px 0; /* beforeより上下+1px */
  border-color: transparent #eee transparent transparent; /* 縁取りと同じカラーに */
}
/* 吹き出しの三角（右） */
.sb-txt-right::before{
  right: -7px;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff; /* 背景色と同じカラーに */
}
.sb-txt-right::after{
  right: -10px; /* beforeより-3px */
  border-width: 8px 0 8px 10px; /* beforeより上下+1px */
  border-color: transparent transparent transparent #eee; /* 縁取りと同じカラーに */
}

/* 767px（iPad）以下 */

@media (max-width: 767px) {
  /* アイコン画像 */
  .icon-img{
    width: 60px; /* 画像の幅を-20px */
    height: 60px; /* 画像の高さを-20px */
  }
  /* アイコンネーム */
  .icon-name{
    width: 60px; /* 画像の幅に合わせて-20px */
    top: 62px; /* ネームの位置を上から62に */
    font-size: 9px; /* ネームのフォントサイズを-1px */
  }
  /* 吹き出し（左） */
  .sb-side-left{
    margin: 0 0 30px 78px; /* 吹き出し（左）の上下左右の余白を狭く */
  }
  /* 吹き出し（右） */
  .sb-side-right{
    margin: 0 78px 30px 0; /* 吹き出し（右）の上下左右の余白を狭く */
  }
  /* 吹き出し内のテキスト */
  .sb-txt{
    padding: 12px; /* 吹き出し内の上下左右の余白を-6px */
  }
}






/************************************************************
 * 2行目インデント
 ************************************************************/
.indent_1{
    text-indent: -3rem;
    padding-left: 3rem;
}


.indent_2{
    text-indent: -48px;
    padding-left: 48px;
}

/* 2行目1文字下げ */
.indent_3{
    text-indent: -1.4rem;
    padding-left: 1.4rem;
}




/************************************************************
 * ボタン
 ************************************************************/
/* 001 */
.button001 a{
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 15px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button001 a:hover{
    background: #313131;
    color: #FFF;
    text-decoration: none;
}
.button001 a::after{
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover::after{
    border-color: #FFF;
}






/************************************************************
 * アコーディオン
 ************************************************************/
.accordion{
  width: 100%;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden{
  display: none;
}

/* 見出しボタン部分 */
.accordion-open{
  display: block;
  padding: 10px 80px 10px 10px;
  background: #62c9c7;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after{
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner{
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked +.accordion-open +.accordion-inner{
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* ↑ここまで共通 */


/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A{
  position: relative;
}

.accordion_qa .Q::before,
.accordion_qa .A::before{
  font-size: 1.5em;
  display: block;
  position: absolute;
  top: -.6em;
  left: -1.3em;
}

.accordion_qa .Q::before{
  content: 'Q.';
}

.accordion_qa .A::before{
  content: 'A.';
}

.accordion_qa .accordion-open{
  padding-left: 2.5em;
}

.accordion_qa .accordion-hidden:checked +.accordion-open +.accordion-inner{
  height: auto;
  opacity: 1;
  padding: 10px 10px 10px 2.5em;
}
/* Q&A追加ここまで */


/* 中にいろいろ入れたいとき */
.accordion-box{
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 1s;
}

.accordion-hidden:checked +.accordion-open +.accordion-box{
  height: auto;
  opacity: 1;
  padding: 10px;
}





/************************************************************
 * 〇の中にテキスト
 ************************************************************/
.maru{
 height:50px;
 width:50px;
 border-radius:50%;
 line-height:50px;
 text-align:center;
}


/************************************************************
 * ページトップボタン
 ************************************************************/
html{
    scroll-behavior: smooth;
}
.gotop{
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 0px solid #999;
    padding-top: 30px;
    text-align: center;
    letter-spacing: 0px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}
.gotop::before{
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.gotop:hover{
    opacity: 1;
}
@media(max-width:750px){
    .gotop{
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        opacity: 1;
        border: none;
        background: none;
        bottom: 10px;
        right: 10px;
    }
    .gotop::before{
        bottom: 0;
    }
}



/************************************************************
 * ウインドウ幅に合わせて画像サイズを変化させる
 ************************************************************/
.resizeimage img{
	width: 100%;
}







body{
  font-family : "Zen Old Mincho";
  font-weight: 400;
  font-size: 16px;
  line-height : 1.2;
  color : #7f7f7f;
  background-image : none;background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
  height: 100%;
  position: relative;
  letter-spacing : 2px;
}

a{
  color: #27E1CE;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus{
  color: #27E1CE;
  outline: none;
}

p{
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, figure{
  color: #000;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: #27E1CE;
}

::-moz-selection {
  color: #fff;
  background: #27E1CE;
}

::selection {
  color: #fff;
  background: #27E1CE;
}

.btn{
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -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;
}

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

.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;
}

.form-control{
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus{
  outline: none;
  box-shadow: none;
  border-color: #27E1CE;
}

.fh5co-social{
  padding: 0;
  margin: 0;
}
.fh5co-social li{
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li a{
  font-size: 22px;
  color: #fff;
  padding: 0;
  margin: 0;
  padding: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-social li a:hover{
  color: #27E1CE;
}
.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus{
  outline: none;
  text-decoration: none;
}

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

.row-bottom-padded-lg{
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg{
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md{
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md{
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm{
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm{
    padding-bottom: 1em;
  }
}

#fh5co-header{
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-header{
    margin: 0px 0 0 0;
  }
}
#fh5co-header .header-inner{
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;

/************************************************************
 * ヘッダーナビ固定・前面
 ************************************************************/
  position: fixed;
  z-index: 1;

}
#fh5co-header h1{
  float: left;
  padding: 0;
  font-weight: 700;
  line-height: 0;
  font-size: 30px;
}
#fh5co-header h1 a{
  position: relative;
  color: black;
}
#fh5co-header h1 a > span{
  color: #27E1CE;
}
#fh5co-header h1 a:hover, #fh5co-header h1 a:active, #fh5co-header h1 a:focus{
  text-decoration: none;
  outline: none;
}
#fh5co-header h1 a::after{
  position: absolute;
  bottom: 6px;
  right: -8px;
  content: '';
  width: 8px;
  height: 8px;
  background: #27E1CE;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-header h1, #fh5co-header nav{
  margin: 38px 0 0 0;
}
#fh5co-header nav{
  float: right;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-header nav{
    display: none;
  }
}
#fh5co-header nav ul{
  padding: 0;
  margin: 0 -0px 0 0;
  line-height: 0;
}
#fh5co-header nav ul li{
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-header nav ul li a{
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  padding: 10px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#fh5co-header nav ul li a i{
  line-height: 0;
  font-size: 20px;
  position: relative;
  top: 3px;
}
#fh5co-header nav ul li a::after{
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  background-color: #27E1CE;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-header nav ul li a:hover{
  text-decoration: none;
  color: #27e1ce;
}
#fh5co-header nav ul li a:hover::after{
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header nav ul li a:active, #fh5co-header nav ul li a:focus{
  outline: none;
  text-decoration: none;
}
#fh5co-header nav ul li.cta{
  margin-left: 20px;
}
#fh5co-header nav ul li.cta a{
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid #27e1ce;
  color: #27E1CE;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header nav ul li.cta a:hover{
  color: #fff;
  background: #f7f7f7;
}
#fh5co-header nav ul li.cta a:hover::after{
  display: none;
}
#fh5co-header nav ul li.active a{
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
#fh5co-header nav ul li.active a::after{
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#fh5co-hero{
  min-height: 500px;
  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: 0;
  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;
}
#fh5co-hero .flexslider .flex-control-nav{
  bottom: 40px;
  z-index: 1000;
}
#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;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner{
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2{
  font-size: 70px;
  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 .fh5co-lead{
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart{
  color: #d9534f;
}

#fh5co-services-section, #fh5co-work-section, #fh5co-testimony-section,
#fh5co-blog-section{
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services-section, #fh5co-work-section, #fh5co-testimony-section,
  #fh5co-blog-section{
    padding: 3em 0;
  }
}

#fh5co-services-section .services{
  position: relative;
}
#fh5co-services-section .services i{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  color: #27E1CE;
}
#fh5co-services-section .services .desc{
  padding-left: 70px;
}
#fh5co-services-section .services .desc h3{
  font-size: 20px;
  font-weight: 700;
}

.fh5co-services{
  margin-top: 4em;
}

#fh5co-work-section .item-grid{
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
#fh5co-work-section .item-grid .image{
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}
#fh5co-work-section .item-grid .v-align{
  padding: 30px;
}
#fh5co-work-section .item-grid .v-align h3{
  font-weight: 700;
  font-size: 20px;
}
#fh5co-work-section .item-grid .v-align h5{
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-work-section .item-grid:hover, #fh5co-work-section .item-grid:focus{
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.wrap-testimony{
  position: relative;
  width: 100%;
}
.wrap-testimony .testimony-slide{
  text-align: center;
  overflow: hidden;
}
.wrap-testimony .testimony-slide span{
  font-size: 18px;
}
.wrap-testimony .testimony-slide span a.twitter{
  color: #27E1CE;
  font-weight: 300;
}
.wrap-testimony .testimony-slide figure{
  margin-bottom: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.wrap-testimony .testimony-slide figure img{
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.wrap-testimony .testimony-slide blockquote{
  border: none;
  margin: 0 auto;
  width: 72%;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .wrap-testimony .testimony-slide blockquote{
    width: 100%;
  }
}
.wrap-testimony .testimony-slide blockquote p{
  font-size: 20px;
  line-height: 1.6em;
  color: #1a1a1a;
}
.wrap-testimony .testimony-slide.active{
  display: block;
}

.owl-carousel .owl-controls .owl-dot{
  margin-top: 30px;
}
.owl-carousel .owl-controls .owl-dot span{
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus{
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span{
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span{
  background: transparent;
  border: 2px solid #27E1CE;
}

#fh5co-blog-section .item-grid{
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
#fh5co-blog-section .item-grid .image{
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}
#fh5co-blog-section .item-grid .v-align{
  padding: 30px;
}
#fh5co-blog-section .item-grid .v-align h3{
  font-weight: 700;
  font-size: 20px;
}
#fh5co-blog-section .item-grid .v-align h5{
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-blog-section .item-grid .v-align p{
  color: gray;
}
#fh5co-blog-section .item-grid:hover, #fh5co-blog-section .item-grid:focus{
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.item-block{
  margin-bottom: 7em;
  float: left;
}
.item-block .icon{
  display: block;
  margin-bottom: 30px;
}
.item-block .icon img{
  max-width: inherit;
  height: 90px;
  margin: 0 auto;
}
.item-block h3{
  font-size: 20px;
  font-weight: 700;
}
.item-block p:last-child{
  margin-bottom: 0;
}

.fh5co-heading{
  margin-bottom: 30px;
}
.fh5co-heading h2{
  margin-bottom: 20px;
  font-weight: 700;
}

.googleplus-color{
  color: #dc4e41;
}

.facebook-color{
  color: #3b5998;
}

.twitter-color{
  color: #55acee;
}

.fh5co-about,
.fh5co-team,
.fh5co-contact{
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  .fh5co-about,
  .fh5co-team,
  .fh5co-contact{
    padding: 3em 0 10px 0;
  }
}

.contact-info{
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li{
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i{
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #27E1CE;
}
.contact-info li a{
  color: #27E1CE;
}

#map{
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #map{
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #map{
    height: 200px;
  }
}

.fh5co-staff img{
  margin-bottom: 1.5em;
}
.fh5co-staff h3{
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 20px;
}
.fh5co-staff h4{
  margin: 0 0 20px 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.fh5co-staff .fh5co-social{
  text-align: center;
}
.fh5co-staff .fh5co-social a{
  color: #000;
}

.fh5co-cta{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 7em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-cta{
    padding: 3em 0;
  }
}
.fh5co-cta .overlay{
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.fh5co-cta .container{
  position: relative;
  z-index: 2;
}
.fh5co-cta p, .fh5co-cta h3{
  color: #fff;
}
.fh5co-cta p:last-child{
  margin-bottom: 0;
}
.fh5co-cta .btn{
  color: #fff;
}

#fh5co-footer{
  padding: 7em 0;
  float: left;
  width: 100%;
  position: relative;
  background: #262626;
}
@media screen and (max-width: 768px) {
  #fh5co-footer{
    padding: 3em 0;
  }
}
#fh5co-footer h2, #fh5co-footer h3, #fh5co-footer h4{
  color: #fff;
}
#fh5co-footer h3{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: bold;
}
#fh5co-footer [class*="col"]{
  padding-bottom: 30px;
}
#fh5co-footer .btn{
  color: #fff;
}
#fh5co-footer .float{
  float: left;
  margin-right: 10%;
}
#fh5co-footer ul{
  padding: 0;
  margin: 0;
}
#fh5co-footer ul li{
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#fh5co-footer ul li a{
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none !important;
}
#fh5co-footer ul li a:hover{
  color: #fff;
}
#fh5co-footer .fh5co-social li{
  display: block !important;
}

.fh5co-copyright{
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  margin-top: 40px !important;
  padding: 40px 0 0 0;
}
.fh5co-copyright span{
  display: block;
}
@media screen and (max-width: 480px) {
  .fh5co-copyright{
    text-align: left !important;
  }
  .fh5co-copyright span{
    display: inline;
  }
}

#fh5co-page{
  position: relative;
  z-index: 2;
  background: #fff;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page{
  position: relative;
}

#fh5co-page{
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas-visible #fh5co-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}

#fh5co-offcanvas{
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;


/************************************************************
 * ハンバーガーメニュー時の背景色_シルバー
 ************************************************************/

  background: #c0c0c0;

  padding: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas{
    display: block;
  }
}
#fh5co-offcanvas ul{
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li{
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;

  line-height: 2.2;　


/************************************************************
 * ハンバーガーメニュー時の行間
 ************************************************************/

}
#fh5co-offcanvas ul li a{
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
}
#fh5co-offcanvas ul li a:hover{
  color: #27E1CE;
}
#fh5co-offcanvas ul li.active a{
  color: #27E1CE;
}
#fh5co-offcanvas ul li.cta{
  margin-left: 0;
  margin-top: 20px;
  display: block;
  float: left;
}
#fh5co-offcanvas ul li.cta a{
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-offcanvas ul li.cta a:hover{
  background: #fff;
  text-decoration: none;
}
#fh5co-offcanvas ul li.cta a:hover::after{
  display: none;
}

.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;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #d3d3d3;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after{
  content: '';
  width: 30px;
  height: 2px;
  background: #d3d3d3;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.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{
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle{
    display: block;
    top: 20px;
  }
}

#fh5co-pricing-section{
  padding: 7em 0;
  background: #fcfcfc;
}
@media screen and (max-width: 768px) {
  #fh5co-pricing-section{
    padding: 3em 0;
  }
}
#fh5co-pricing-section .pricing{
  display: block;
  float: left;
  margin-bottom: 30px;
}
#fh5co-pricing-section .price-box{
  text-align: center;
  padding: 30px;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  top: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-pricing-section .price-box.popular .btn-select-plan{
  background: #27E1CE;
}
#fh5co-pricing-section .price-box.popular .price{
  color: #27E1CE;
}
#fh5co-pricing-section .price-box .btn-select-plan{
  padding: 10px 20px;
  background: #5bc0de;
  color: #fff;
}
#fh5co-pricing-section .price-box:hover, #fh5co-pricing-section .price-box:focus{
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}
#fh5co-pricing-section .pricing-plan{
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;
}
#fh5co-pricing-section .pricing-plan.pricing-plan-offer{
  margin-bottom: 24px;
}
#fh5co-pricing-section .pricing-plan span{
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5d8db;
}
#fh5co-pricing-section .price{
  font-size: 72px;
  color: #6d6d6d;
  line-height: 50px;
}
#fh5co-pricing-section .price .currency{
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}
#fh5co-pricing-section .price small{
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
}

.fh5co-light-grey-section{
  background: rgba(0, 0, 0, 0.03) !important;
}

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

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