@charset "UTF-8";
/* CSS Document */

/*基本設定*/
*{
	box-sizing: border-box;
	font-family: "Sawarabi Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html{
	overflow-x: hidden;
}
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#303030;  /* 背景カラー */
  z-index: 9999;  /* 一番手前に */
  pointer-events: none;  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;  /* 初期値 : 透過状態 */
  -webkit-transition: opacity 2.2s ease;  /* アニメーション時間は 0.8秒 */
  transition: opacity 2.2s ease;
}
body.fadeout::after {
  opacity: 1;
}
body {
	overflow-x: hidden;
}

.container {
	width:100%;
	margin:0 auto;
}
.clear {
	clear: both;
}

/*pcとmobileの表示非表示設定*/
.pcmenu{display:none;}
.mobilemenu{display:inherit;}
/*基本設定*/

/*ラジーロード*/
.effect-fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}
.effect-fade.effect-scroll {
　opacity : 1;
　transform : translate(0, 0);
}

/*ロード後表示*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #006e54;
  z-index: 9999;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 10000;
}



/*モーダルメニュー*/
.menu-btn {
    position: fixed;
    top: 0.1em;
    right: 0.2em;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 9990;
}
.menu-btn span {
    color: #fff;
	font-family: 'Dosis', sans-serif;
	font-size: 1.2em;
}
.menu-btn span:after {
    content: attr(data-txt-menu);
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
    content: attr(data-txt-close);
}
.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
	z-index: 10000;
}
.menu ul {
    display: table-cell;
    vertical-align: middle;
}
.menu li {
    width: 100px;
    height: 9%;
	max-height: 55px;
    margin: 5px auto;
    text-align: center;
}
.menu li a {
	text-decoration: none;
    display: block;
    font-size: 18px;
    color: #fff;
	font-family: 'Dosis', sans-serif;
}
.menu li a:hover {
    color: #006e54;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    cursor: url(../images/cross.svg),auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}
.modal_mini {
	font-size: 0.5em;
	
}

/*メニューエリア*/
.mobilemenuarea {
	background-color: #006e54;
	border-bottom: #C8C8C8 solid thin;
    position: fixed;
    top: 0;
    left: 0;
	height:3em;
	width:100vw;
	z-index: 9991;
}
.mainlogo img{
	position: fixed;
    top: 0.6em;
    left: 0.9em;
	width:190px;
	height:auto;
	margin:-10px 0 0 0;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
	z-index: 9992;
}
.mainlogo img:hover {
	opacity: 0.6;
}
.tell img{
	position: fixed;
    top: 0.6em;
    right: 6em;
    width: 30px;
    height: 30px;
}

/*トップページのnews*/
.indexnews{
}
.indexnews ul{
	background-color: #656565;
	position: absolute;
    width: 100%;
    height: auto;
	z-index: 8000;
	bottom: 0%;
	left: 0;
	margin:0 0 0px 0px;
	padding:10px 10px 10px 10px;
}
.indexnews ul dt{
	width:70px;
	font-size: 1.0em;
	font-family: 'Dosis', sans-serif;
	padding:0px 0 0 0px;
	border-radius: 2em;
	margin:0 0 5px 0;
}
.indexnews dd{
	font-size: 0.75em;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	margin:12px 0 0 0px;
	padding:2px;
	line-height: 2.0em;
}
.indexnews a:hover{
	background-color: #303030;
	color: #fff;
}

/*フッター*/
.footershita{
	clear: both;
	padding:20px 0 0 0;
	height:180px;
	background-color: #006e54;
}
.footershita a{
	text-decoration: none;
	color: #000000;
}
.footershita a:hover{
	color: #fff;
}
.copyright {
	font-size: 0.6em;
	color: #fff;
	margin:20px 0 0 20px;
}
.footerue .sns img{
	display: block;
	width:30px;
	height:30px;
	float:right;
	margin:20px 20px 20px 20px;
}
.sns a:hover{
	opacity: 0.5;
}
.footerinfo {
	clear: both;
}
.footerinfo ul li{
	font-size: 0.7em;
	color: #fff;
	padding :0px 0 0 20px;
}
.widget {
	pointer-events: none;
}

/*about*/
#about{
	margin:0 0 20px 0;
}
#about h2{
	text-align: center;
	font-size: 2em;
	padding:60px 0 10px;
	letter-spacing: 0.15em;
}
#about h3{
	text-align: center;
	font-size: 0.8em;
	letter-spacing: 0.15em;
	margin:-10px 0 20px 0;
}
.abouttext{
	background-color: #006e54;
	color:#fff;
	line-height:2em;
	width:100%;
	padding:20px;
	text-align: center;
}
#about a{
	text-decoration: none;
	display: inline-block;
	background-color: #006e54;
	border:6px solid #5C9D8E;
	color:#fff;
	padding:2px 10px 15px 10px;
	width:150px;
	height:50px;
	margin:0px 0 10px 0;
}
#about a:hover{
	background-color: #898989;
	color:#000;
}
.snslink {
	padding:20px 0 0 0;
	font-weight: bold;
}
.companyinfo{
	margin:30px 0 0 0;
}

/*contact*/
.contact{
	margin:0 0 40px 0;
}
.contact h2{
	text-align: center;
	font-size: 2em;
	padding:60px 0 10px;
	letter-spacing: 0.15em;
}
.contact h3{
	text-align: center;
	font-size: 0.8em;
	letter-spacing: 0.15em;
	margin:-10px 0 20px 0;
}
.contacttext{
	background-color: #006e54;
	color:#fff;
	line-height:2em;
	width:100%;
	padding:20px;
}
.contact a{
	text-decoration: none;
	display: block;
	background-color: #006e54;
	border:6px solid #5C9D8E;
	color:#fff;
	padding:15px 10px 15px 10px;
	width:80vw;
	height:100px;
	text-align: center;
	margin:0 auto;
}
.contact a:hover{
	background-color: #898989;
	color:#000;
}
.contacttext dt{
	font-size: 1.0em;
	font-weight: bold;
}
.contacttext dd{
	font-size: 0.8em;
}

/*works*/
.works {
	margin :50px 20px 30px 20px;
}
.worksdounyuu p{
	text-align: center;
	font-size: 0.9em;
	margin:20px 0 0 0;
}
.works h2 {
	font-size: 2.5em;
	color: #151515;
	text-align: center;
	margin:40px 0 20px 0;
	padding:80px 0 0 0;
}
.works h4 {
	font-size: 0.9em;
	color: #006e54;
	text-align: center;
	padding:0px 0 0 0;
}

.workscontent {
  margin: 0 auto;
  /* 外枠の大きさ */
  max-width: 1080px;
  /* border: 1px solid black; */
  min-height: 300px;
}

/* 記事全ての枠の設定 */
.workscontainer {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* 記事折り返し設定 */
  margin: 70px auto 0 auto;
}
.article-item {
  /* 記事アイテムの一つの大きさ */
  width: 24%;
  height: auto;
  margin-bottom: 30px;
}
.article-item img {
  /* 画像は親要素に対して100%にする */
  width: 100%;
  height: 100%;
}
.article-item p {
  padding: 0px 10px;
}
.article-item a {
	text-decoration: none;
	font-size: 0.9em;
	color:#000000;
}
.article-item a:hover {
	opacity: 0.6;
}
@media screen and (min-width:681px) and ( max-width:960px) {
  /* 記事アイテムを大きくして3列にする */
  .article-item {
    width: 24%;
  }
  .article-item p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width:501px) and ( max-width:680px) {
  .article-item {
    width: 32%;
    /* margin-bottom: -100px; */
  }
}
@media screen and (max-width: 500px) {
  .article-item {
    width: 48%;
    /* margin-bottom: -100px; */
  }
}

.article-item02 {
  /* 記事アイテムの一つの大きさ */
  width: 24%;
  height: auto;
  margin-bottom: 30px;
}
.article-item02 img {
  /* 画像は親要素に対して100%にする */
  width: 100%;
  height: 100%;
}
.article-item02 p {
  padding: 0px 10px;
}
.article-item02 a {
	text-decoration: none;
	font-size: 0.9em;
	color:#000;
}
.article-item02 a:hover {
	opacity: 0.6;
}
@media screen and (min-width:681px) and ( max-width:960px) {
  /* 記事アイテムを大きくして3列にする */
  .article-item02 {
    width: 19%;
  }
  .article-item p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width:501px) and ( max-width:680px) {
  .article-item02 {
    width: 24%;
    /* margin-bottom: -100px; */
  }
}
@media screen and (max-width: 500px) {
  .article-item02 {
    width: 48%;
    /* margin-bottom: -100px; */
  }
}

/*各works*/
.prev {
	text-align: left;
	float: left;
	margin:-3.4em 0 4em 0;
}
.prev a {
	text-decoration: none;
	color: #CDCDCD;
}
.prev a:hover {
	color: #A37E4A;
}
.next {
	float:right;
	text-align: right;
	margin:-3.4em 0 4em 0;
}
.next a {
	text-decoration: none;
	color: #CDCDCD;
}
.next a:hover {
	color: #A37E4A;
}
.mainworksconetent {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* 記事折り返し設定 */
  margin: 70px auto 0 auto;
}
.works h3 {
	clear: both;
	text-align: center;
	font-size: 0.9em;
	letter-spacing: 0.4em;
	margin:-50px 0 30px 0;
}
.lightgallery {
  /* 記事アイテムの一つの大きさ */
  width: 24%;
  height: auto;
  margin-bottom: 30px;
}
.lightgallery img {
  /* 画像は親要素に対して100%にする */
  width: 100%;
  height: 100%;
}
.lightgallery p {
  padding: 0px 10px;
}
.lightgallery a {
	text-decoration: none;
	font-size: 0.9em;
	color:#000;
}
.lightgallery a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 960px) {
  /* 記事アイテムを大きくして3列にする */
  .lightgallery {
    width: 30%;
  }
  .lightgallery p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 620px) {
  .lightgallery {
    width: 50%;
    /* margin-bottom: -100px; */
  }
}
.worksmainimage img{
	width:100%;
	height:auto;
	clear: both;
}
.worksnote p{
	width:calc( 100vw - 40px );
	text-align: center;
	font-size: 0.9em;
	margin:30px 0 -50px 0;
	color: #fff;
}
.modoru a{
	text-decoration: none;
	text-align: center;
	color: #151515;
}
.modoru a:hover{
	color: #006e54;
}

/*news*/
.news {
	margin :50px 20px 150px 20px;
	width:calc( 100vw - 40px);
}
.news h2 {
	font-size: 3.2em;
	color: #d6245b;
	font-family: 'Dosis', sans-serif;
	text-align: center;
	margin:40px 0 60px 0;
	padding:80px 0 0 0;
}
.newsdate {
	font-size: 0.8em;
}
.newstitle {
	font-size: 1.0em;
	font-weight: bold;
}
.newscontent {
	width:calc( 100vw - 40px);
	padding:20px 0 0 0;
	font-size: 0.9em;
	overflow-wrap : break-word;
}
.newscontainer {
	width:calc( 100vw - 40px);
	border-bottom: thin solid #d6245b;
	padding:50px 0 50px 0;
	clear: both;
}
.newssignature {
	clear: both;
	font-size: 0.8em;
	text-align: right;
	margin:50px 0 0 0;
}
.newsphoto .box {
	display: block;
	float: left;
	margin:20px 20px 10px 0px;
	
}



/*会社概要*/
.company {
	margin :50px 0px 30px 0px;
}
.company h2 {
	font-size: 2.5em;
	color: #151515;
	text-align: center;
	margin:40px 0 20px 0;
	padding:80px 0 0 0;
}
.company h4 {
	font-size: 0.9em;
	color: #006e54;
	text-align: center;
	padding:0px 0 0 0;
}
.companycontainer ul{
	width:100vw;
	margin:30px auto 0;
}
.companycontainer ul dt{
	float:left;
	width:25vw;
	height:65px;
	font-size: 0.8em;
	padding:13px 5px 0 20px;
	border-bottom: solid thin #464646;
	color: #000000;
}
.companycontainer ul dd{
	width:100vw;
	height:65px;
	font-size: 0.8em;
	border-bottom: solid thin #464646;
	padding:13px 20px 0 10px;
	color: #000000;
}
.companycontainer a{
	text-decoration: none;
	color: #006e54;
}

/*ご相談の流れ*/
.flow{
	margin :50px 0px 30px 0px;
}
.flow h2 {
	font-size: 2.5em;
	color: #DDDDDD;
	font-family: 'Alice', serif;
	text-align: center;
	margin:40px 0 20px 0;
	padding:80px 0 0 0;
}
.flow h4 {
	font-size: 0.9em;
	color: #A37E4A;
	text-align: center;
	padding:0px 0 0 0;
}
.flowcontainer ul{
	width:100vw;
	max-width: 500px;
	margin:30px auto 0;
}
.flowcontainer ul img{
	display: block;
	margin:-18px auto 0;
	padding:0 10px;
	width:100vw;
	max-width:500px;
	height:auto;
}

.flow_subtitle{
	text-align: center;
	font-size: 0.8em;
	color:#fff;
	margin:60px 0 0 0;
	padding:10px 10px 0;
}
h5{
	max-width: 500px;
	background-color: #dadada;
	text-align: center;
	font-size: 1.4em;
	color: #000;
	margin:0 auto 7px;
	padding:5px 10px;
}
.flow01{
	font-size: 1.1em;
	color: #fff;
	padding:10px 0 5px 10px;
}
.flow02{
	font-size: 0.9em;
	color: #fff;
	padding:10px 10px 0 10px;
}
.button01{
	margin:6px 0 0 0;
	text-align: center;
}
.button01 a{
	text-decoration: none;
	color: #A37E4A;
}
.button01 a:hover{
	color: #fff;
}
small p{
	text-align: center;
	color: #BABABA;
	padding:50px 0 0 0;
	font-size: 0.8em;
}

/*TOPへ戻るボタン*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
	background-color: #888;
	text-decoration: none;
	color: white;
	width: 60px;
	height:60px;
	padding-top:19px;
	text-align: center;
	display: block;
	border-radius:30px;
}
#page-top a:hover {
    text-decoration: none;
	color: #fff;
    background: rgba(55,55,55,1.00);
}