@charset "UTF-8";
html, body {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #231815;
  line-height: 24pt;
  background-color: #ffffff;
  font-size: 18px;
}


h1{
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;	
}

h1 A:hover{
color:antiquewhite
}


h2 {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  font-weight: bold;
  font-size: 46px;
  color: #82b21b;
  margin: 0;
  padding: 60px 0;
  line-height: 1.2em;
}

.margin-2{
margin-top:-2.5em; 	
}


.js-change {
  z-index: 100001;
}
.git-change {
  z-index: 100000;
  opacity: 0;
	position: absolute;
	right: 300px;

top:-8px;
}

.js-change2 {
  z-index: 100001;
}
.git-change2 {
  z-index: 100000;
  opacity: 0;
	position: absolute;

	right: 0%;
top:-8px;
}

.menu_img{
display: flex;
flex-direction: row
}

/*ボタンホバー--------------------------------------*/
.img_wrap{

  margin: 0 auto;
  overflow: hidden;
}
.img_wrap img{
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}



/*CTAボタン*/

.cta_box{
margin: auto;
max-width: 1200px;
width: 100%;
background-color: #d73535;
border-radius: 20px;
	color: #fff;
padding: 2em;
}
.cta_title{
	font-size: 2em;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
	padding-bottom: 0.5em;
	font-weight: bold;
}

.cta_container{
display: flex;
	margin: auto;
	width: 100%;
flex-direction: row;
	flex-grow: 1;
}

.cta_item{
    display: flex;
    padding: 1em 0;
	margin:auto;
	justify-content: center;
	line-height: 1.5em;
}
.cta_item>li{
    position: relative;
    width: 100%;
    padding: 0 1em;
    margin: 0;
    list-style: none;
    text-align: center;
}
.cta_item>li::before{
    content: "";
    display: block;
    height: 100%;
    width: 0;
    border-right: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cta_item>li:first-of-type::before{
    content: none;
}
.cta_item span{
font-size: 1.5em;	
	display: inline-block; 
}

.cta_item img{
width: 100%;	
}
.cta_padding{
padding-top: 1em;	
}

@media screen and (max-width: 600px) {
.cta_padding{
padding-top: 0.5em;	
}

	
	
	.cta_item{
    display: flex;
    padding: 0;
	margin:auto;
	justify-content: center;
	flex-direction: column;
	    
}
	
.cta_item>li{
	/*コレ*/border-top: 1px solid #fff;
    position: relative;
    width: 100%;
    padding: 10px;
    margin: 0;
    list-style: none;
    text-align: center;
}
.cta_item>li::before{
    content: initial;
    display: block;
    height: 100%;
    width: 0;
    border-right: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cta_item>li:first-of-type::before{
    content: none;
}
	
	
}

.button_link a img:hover{
	opacity:0.5;
	transition:0.3s;
}


/*PC・SP出し分け記述----------------------------------*/
@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
	  height: auto;
	  width: auto;
  }
}
/*FV動画周り記述----------------------------------*/
.main-visual {
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.main-visual img {
  z-index: 2;

  top: 25%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
}
.main-visual video {
  margin: 0 auto;
  z-index: 1;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  max-height: 800px;
}
.top-left {
  position: absolute;
  top: 250px;
  left: 5%;
}
.fv_text {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.sp_fv img {
  width: 100%;
  z-index: 3;
}
.sp_fv {
  width: 100%;
  z-index: 3;
  position: relative;
  text-align: center;
  justify-content: center;
  margin: auto;
}
/*FV動画周り記述ここまで----------------------------------*/







/*header周り記述----------------------------------*/
.header {
  position: fixed;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  z-index: 5;
}
/*ロゴの大きさを調整*/
#logo img {
  padding-top: 0px;
  max-width: 360px;
  text-align: left;
}
/*header上部*/
.drawer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 1em;
}
.title {
  color: #ffffff;
  font-size: 16px;
  min-width: 360px;
  text-align: left;
  padding: 0;
	  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
}
.logo_lac {
  text-align: left;


}
.headerblock {
  /*background-color: aqua;*/
  width: 100%;
  position: absolute;
  padding-top: 1em;
}
.menu_light img {
  max-width: 100%;
}
.menu_left {
 z-index: 6;
}


/*ナビゲーション部分*/
.menu ul li a {
  display: block;
  font-weight: bold;
  padding: 0.5em;
  border-bottom: 1px dotted #CCC;
  color: #ffffff;
  text-decoration: none;
}
.menu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fed400;
}
.menu {
z-index: 8;
  text-align: center;
  background-color: #3b7120;
  transition: 0.5s ease; /*滑らかに表示*/
  -webkit-transform: translateX(100%); /*画面より100%外へ押し出し非表示にさせる*/
  /*  transform: translateX(-100%);/*右から出す場合は、マイナス100%としてください*/
}
/*OPEN時の動き*/
.menu.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); /*メニューを元の位置へ戻す*/
}
/*トグルボタンのスタイルを指定*/
.Toggle {
  display: block;
  position: fixed; /* bodyに対しての絶対位置指定 */
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 20000000;
  right: 15px;
margin-top: -50px;

}
.Toggle span {
  display: block;
  position: absolute;
  width: 50px;
  border-bottom: solid 4px #ffffff;
  -webkit-transition: .35s ease-in-out; /*変化の速度を指定*/
  -moz-transition: .35s ease-in-out; /*変化の速度を指定*/
  transition: .35s ease-in-out; /*変化の速度を指定*/
}
/*各ボーダー少しずつずらす*/
.Toggle span:nth-child(1) {
  top: 5px;
}
.Toggle span:nth-child(2) {
  top: 18px;
}
.Toggle span:nth-child(3) {
  top: 32px;
}
.Toggle.active span:nth-child(1) {
  top: 18px;
  /* 1番目のspanをマイナス45度に */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}


.scroll{
	display: flex;
	  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
	width: 100%;
}

/*---ここからPC版headerの記述-----------*/
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 35px !important;
    font-weight: bold;
  }
  nav {
    width: 100%;
    height: 200px;
    position: relative;
    background-color: rgba(82, 162, 43, 0.9);
  }
  /*ロゴの大きさを調整*/
  #logo img {
    padding-top: 0px;
  }
  nav {
    display: flex;
    width: 100%;
    height: 200px;
    position: relative;
    background-color: rgba(82, 162, 43, 0.9);
  }
  .menu li + li {
    border-left: 1px solid #ffffff;
  }
  .Toggle {
    display: none;
  }
  .menu_light {
    display: flex;
	  flex-direction: row;
    gap: 35px;
	  z-index: 0;
	 position: relative
	  
  }

	
	.pase{
		position: relative;
		z-index: 0;
	}
	
	
.menu {
pointer-events:none;

}	
.menu a {
	 pointer-events:auto;
	}


	
	
	
  .menu {
    padding-top: 0.5em;
    width: 100%;
    font-size: 1.7vw;
    background-color: transparent;
    margin: 0 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    white-space: nowrap;
  }
  .menu ul {
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    white-space: nowrap;
  }
  .menu ul li a {
    padding: 0 1em;
    border-bottom: none;
    white-space: nowrap;
  }
  .menu ul li a:hover {
    background-color: transparent;
    white-space: nowrap;
  }
}
/*---ここからSP版headerの記述-----------*/
@media screen and (max-width: 1023px) {
.menu_left {
 z-index: inherit!important;
}

		
	.testblock {
    /*background-color: aqua;*/
    width: 100%;
    position: absolute;
    padding-top: 0em
  }
  h1 {
    font-size: 25px !important;
    line-height: 1em;
    font-weight: bold;
  }
  .logo_lac img {}
  nav {
    width: 100%;
    height: 90px;
    position: relative;
    background-color: rgba(82, 162, 43, 0.9);
  }
}
/*header周り記述ここまで----------------------------------*/
/*メモリアルクリーンが選ばれる理由----------------------------------*/
.reason_block {
  width: 100%;
  text-align: center;
  margin: auto;
  background-image: url("../img/back01.jpg");
  margin-top: -1em;
  background-repeat: no-repeat; /*背景画像の繰り返しを解除*/
  background-size: 100%; /*背景画像のサイズ指定*/
 padding: 0 0.5em 80px 0.5em;
}
.reason_contents {
  max-width: 1300px;
  padding: 10px 0 0 0;
  margin: auto;
}
/*コンテナ記述*/
.reason_container {
  display: flex; /* flexbox */
  flex-wrap: wrap; /* 折返し指定 */
  gap: 35px;
  box-sizing: border-box;
  margin: auto;
  justify-content: center;
}
.re_container_div {
  width: calc(100% / 3 - 50px);
  background-color: ffffff;
  box-sizing: border-box;
  border: rgba(160, 208, 66, 1.00) solid 2px;
  border-radius: 20px;
  position: relative;
}
.reason_box {
  width: 100%;
  padding: 0;
}
.reason_box img {
  width: 100%;
  padding: 0;
}
.reason_title {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  width: 100%;
  background-color: rgba(160, 208, 66, 1.00);
  overflow: hidden;
  color: #ffffff;
  font-size: 28px;
  padding: 0.2em 0;
  border-radius: 15px 15px 0 0;
}
.reason_title_icon {
  position: absolute;
  top: -10px;
  ;
  left: -10px;
}
.reason_title_icon img {
  width: 75%;
}
.re_padding {
  padding-left: 80px
}
.reason_text {
  width: 100%;
  text-align: left;
  padding: 0.5em;
}
/*クローズ文章記述*/
.close_text {
  padding: 60px 0;
  font-size: 36px;
  line-height: 1.5em;
  font-weight: bold;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
}
.close_text span {
  display: inline-block;
}
/*ボタン用記述*/
.button {
  width: 100%;
  margin: auto;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  padding: 0.5em;
}
.btn_04 {
  position: relative
}
.b_ico {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
a.btn_04 {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  max-width: 963px;
  width: 100%;
  margin: auto;
  padding: 2rem 0em 2rem 4rem;
  font-size: 4vh;
  line-height: 1.5em;
  font-weight: bold;
  background: #d73535;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
}
a.btn_04:hover {
  color: #ffffff;
  background: #ed6d6d;
}
.btn_04 span {
  display: inline-block;
}




.button-001 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:2em auto 0 auto;
    padding: .9em 2em;
    border-radius: 60px;
    background-color: #788b69;
    color: #ffffff;
	position: relative;
	width: 95%;
	max-width: 680px;
    font-size: 1.5em;
	 font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
}
.button-001:hover {
  color: #ffffff;
  background: #525e48;
}

/*---ここからレスポンシブ記述-----------*/
@media screen and (max-width: 1180px) {
  .reason_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .re_container_div {
    width: calc(100% / 2 - 50px);
    background-color: ffffff;
    box-sizing: border-box;
    border: rgba(160, 208, 66, 1.00) solid 2px;
    border-radius: 20px;
  }
  h2 {
    font-size: 34px;
  }
  /*ボタン用記述*/
  .b_ico {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media screen and (max-width: 800px) {
	.button-001 {
    font-size: 1.2em;

}
	
	
	
  .reason_title {
    font-size: 24px;
  }
  /*ボタン用記述*/
  .b_ico {
    position: absolute;
    left: 15%;
    top: 50%;
  }
  a.btn_04 {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    max-width: 963px;
    width: 100%;
    margin: auto;
    padding: 2rem 0em 2rem 4rem;
    font-size: 2.5vh;
    line-height: 1.5em;
    font-weight: bold;
    background: #d73535;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
  }
  .b_ico {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  /*クローズ文章記述*/
  .close_text {
    padding: 60px 0;
    font-size: 6vw;
    line-height: 1.5em;
    font-weight: bold;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  }
}
@media screen and (max-width: 500px) {
  .re_container_div {
    width: calc(100% / 1 - 0em);
    background-color: ffffff;
    box-sizing: border-box;
    border: rgba(160, 208, 66, 1.00) solid 2px;
    border-radius: 20px;
  }
  /*ボタン用記述*/
  .b_ico {
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  a.btn_04 {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    max-width: 963px;
    width: 100%;
    margin: auto;
    padding: 2rem 0em 2rem 4rem;
    font-size: 2.5vh;
    line-height: 1.5em;
    font-weight: bold;
    background: #d73535;
    color: #fff;
    border-radius: 20px;
    transition: 0.5s;
  }
  /*クローズ文章記述*/
  .close_text {
    padding: 1.5em 0;
    font-size: 6vw;
    line-height: 1.5em;
    font-weight: bold;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  }
}
/*メモリアルクリーンが選ばれる理由ここまで----------------------------------*/
/*対応サービス・料金----------------------------------*/
.service_block {
  width: 100%;
  text-align: center;
  margin: auto;
  background-color: #fbfbfb;
  position: relative;
  z-index: 0;
}
.service_contents {
  max-width: 1300px;
  width: 95%;
  padding: 0  0 60px 0;
  margin: auto;
  z-index: 0;
}
.Item-Content-Flg1 { /*三角形左上*/
  position: absolute;
  top: 0;
  left: 0;
  border-left: 20vw solid #a0d042;
  border-bottom: 50vh solid transparent;
  z-index: -2;
}
.service_item {
  background-color: #ffffff;
  z-index: 1;
  max-width: 1200px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  flex-direction: row;
  display: flex;
  margin: 0 auto 2.5em auto;
  box-sizing: inherit;
}
.service_item_2 {
  background-color: #ffffff;
  z-index: 1;
  max-width: 1200px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  flex-direction: row;
  display: flex;
  margin: 2.5em auto;
  box-sizing: inherit;
  align-items: center;
  padding: 2em;
}
.service_img {
  width: 50%
}
.service_img img {
  object-fit: cover;
  width: 100%;
  height: 100%
}
.service_text {
  padding: 2em;
  width: 50%;
  text-align: left;
}
.service_text_2 {
  padding: 2em;
  width: 100%;
  text-align: left;
}
.service_title {
  font-size: 2em;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  font-weight: bold;
  color: #82b21b;
  padding-bottom: 0.5em;
  line-height: 1.5em;
}
.service_price {
  padding: 0.5em 0;
}
.service_price span {
  padding: 0.2em 0 0.2em 0.5em;
  background-color: #a0d042;
  color: #fff;
}
/* table01 */
.table01 tr {}
.table01 th, .table01 td {
  padding: 0.2em 0;
  border: none;
}
.table01 th {
  width: 30%;
}
.service_close {
  font-size: 1.8em;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  font-weight: bold;
  line-height: 1.5em;
  padding-top: 0.5em
}



.service_subtitle{
margin: 0!important	;
	padding: 10px!important;
}

/* 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;
  }
}
@media screen and (max-width: 1000px) {
  .service_item {
    background-color: #ffffff;
    z-index: 1;
    max-width: 1200px;
    margin: 2.5em auto;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    display: flex;
  }
  .service_img {
    width: 100%
  }
  .service_item_2 {
    background-color: #ffffff;
    z-index: 1;
    max-width: 1200px;
    margin: 2.5em auto;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    align-items: center;
    padding: 2em 0 0 0;
  }
  .service_img {
    width: 100%
  }
  .service_text {
    padding: 1em;
    width: 100%;
    text-align: left;
  }
  .service_text_2 {
    padding: 1em;
    width: 100%;
    text-align: left;
  }
  .service_close {
    font-size: 1.5em;
    text-align: center;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
    font-weight: bold;
    line-height: 1.5em;
    padding-top: 0.5em
  }
}
@media screen and (max-width: 500px) {
  .service_title {
    font-size: 1.5em;
  }
  .table01 th, .table01 td {
    width: 100%;
    display: block;
  }
  .table01 th {
    width: 100%;
  }
  .table01 td {
    padding-top: 0;
  }
  .service_close {
    font-size: 1.2em;
    text-align: center;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
    font-weight: bold;
    line-height: 1.5em;
    padding-top: 0.5em
  }
}
/*対応サービス・料金ここまで----------------------------------*/
/*メモリアルクリーンとは----------------------------------*/
.memorial_text {
  max-width: 1300px;
  margin: auto;
}
.memorial_block {
  padding-bottom: 60px;
  background: url("../img/back02.jpg");
  background-repeat: no-repeat;
  background-position: right top;
}
@media screen and (max-width: 880px) {
  .memorial_text {
    padding: 1em;
    text-align: left
  }
}
/*メモリアルクリーンとはここまで----------------------------------*/
/*flow----------------------------------*/
.flow_box {
  max-width: 1300px;
  margin: auto;
  padding-bottom: 60px;
}
.flow_block {
  background-color: #fbfbfb;
  margin: auto; 
	padding :0 0 60px 0;
}
.flow_item {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
  max-width: 1200px;
  border: #a0d042 2px solid;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto 1em auto
}
.flow_title {
  background-color: #a0d042;
  color: #fff;
  font-size: 1.8em;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  font-weight: bold;
  padding: 1em;
  position: relative
}
.flow_no {
  position: absolute;
  color: #ffe992;
  font-size: 3em;
  top: 0.4em;
  left: 0.2em;
}
.flow_flex {
  display: flex;
  width: 95%;
  margin: auto;
  padding: 2em 0;
  align-items: center;
  box-sizing: inherit;
  gap: 30px;
}
.flow_img {
  box-sizing: inherit;
  width: 100%;
}
.flow_img img {
  width: 100%;
}
.flow_text {
  text-align: left;
  width: 100%;
}
.btn_05 {
  position: relative
}
.mail_ico {
  position: absolute;
  left: 10%;
  top: 35%;
  transform: translateY(-42%);
  -webkit-transform: translateY(-42%);
  -ms-transform: translateY(-42%);
}

.trouble_ico {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}


.button_space{
padding-left: 2em;	
}



.f_center {
  text-align: center;
}
a.btn_05 {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  max-width: 465px;
  width: 100%;
  margin: auto;
  padding: 1rem 0em 1rem 1rem;
  font-size: 2vh;
  line-height: 1.5em;
  font-weight: bold;
  background: #d73535;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
}
a.btn_05:hover {
  color: #ffffff;
  background: #ed6d6d;
}
.btn_05 span {
  display: inline-block;
}
.next_triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 150px 0 150px;
  border-color: #a0d042 transparent transparent transparent;
  margin: auto auto 1em auto
}
@media screen and (max-width: 800px) {
.trouble_ico {
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}	
	
	
	
	
  .flow_no {
    position: absolute;
    color: #ffe992;
    font-size: 1.5em;
    top: 0.7em;
    left: 0.2em;
  }
  .flow_box {
    padding: 0.5em
  }
  .flow_title {
    background-color: #a0d042;
    color: #fff;
    font-size: 1.3em;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
    font-weight: bold;
    padding: 1em 0 1em 2em;
    position: relative
  }
}
@media screen and (max-width: 1050px) {
  .flow_flex {
    display: flex;
    width: 95%;
    margin: auto;
    padding: 2em 0;
    align-items: center;
    flex-direction: column;
    box-sizing: inherit;
  }
}
/*flowここまで----------------------------------*/
/*施工事例----------------------------------*/
.case_item {
  padding: 30px 0.5em;
  background-color: #ffffff;
  z-index: 1;
  max-width: 1200px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
  position: relative;
  overflow: hidden;
  flex-direction: row;
  display: flex;
  margin: auto auto 2.5em auto;
  box-sizing: inherit;
  border: #a0d042 solid 2px;
  justify-content: center;
}
.case_img_box {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.case_img {
  width: 100%
}
.case_img img {
  width: 100%
}
.case_title {
  padding: 0.4em 0.5em; /*文字の上下 左右の余白*/
  color: #82b21b; /*文字色*/
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
  border-left: solid 8px #a0d042; /*左線*/
  border-bottom: solid 3px #a0d042; /*下線*/
  font-size: 2em;
  margin-bottom: 0.5em;
  widows: 100%;
  line-height: 1.2em;
}
.case_price {}
.case_price span {
  padding: 0.2em 0.5em;
  background-color: #a0d042;
  color: #fff;
}
.case_text {
  padding: 2em;
  width: 50%;
  text-align: left;
}
.case_block {
  width: 100%;
  text-align: center;
  margin: auto;
  margin-top: -1em;
  position: relative;
  z-index: 0;
  padding: 0 0.5em 80px 0.5em;
  background-image: url("../img/back03.jpg");
  background-repeat: no-repeat; /*背景画像の繰り返しを解除*/
  background-size: 100%; /*背景画像のサイズ指定*/
}
.Item_2 {
  margin-top: 20px; /*なくてもOK*/
  width: 100%; /*お好みで調整*/
}
.Item-Content_2 {
  position: relative;
}
.Item-Content-Flg1_2 { /*三角形左上*/
  position: absolute;
  top: 0;
  left: 0;
  border-left: 65px solid #a0d042;
  border-bottom: 65px solid transparent;
}
.Item-Content-Flg2_2 { /*三角形右下*/
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 65px solid transparent;
  border-bottom: 65px solid #a0d042;
}
.Item-Content-Flg3_2 { /*三角形左下*/
  position: absolute;
  bottom: 0;
  left: 0;
  border-right: 65px solid transparent;
  border-bottom: 65px solid #a0d042;
}
.Item-Content-Flg4_2 { /*三角形右上*/
  position: absolute;
  top: 0;
  right: 0;
  border-top: 65px solid #a0d042;
  border-left: 65px solid transparent;
}
.Item-Content-Title_2 {
  letter-spacing: 0.14em;
  color: #666;
  font-size: 18px;
}
.table01 {
  width: 100%
}
.margin-60 {
  margin-top: -60px;
}
@media screen and (max-width: 1000px) {
  .case_title {
    padding: 0.4em 0.5em; /*文字の上下 左右の余白*/
    color: #82b21b; /*文字色*/
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
    border-left: solid 8px #a0d042; /*左線*/
    border-bottom: solid 3px #a0d042; /*下線*/
    font-size: 1.2em;
    margin-bottom: 0.5em;
    widows: 100%;
    line-height: 1.3em;
  }
  .Item_2 {
    margin-top: 20px; /*なくてもOK*/
    width: 100%; /*お好みで調整*/
  }
  .Item-Content_2 {
    position: relative;
  }
  .Item-Content-Flg1_2 { /*三角形左上*/
    position: absolute;
    top: 0;
    left: 0;
    border-left: 0px solid #a0d042;
    border-bottom: 0px solid transparent;
  }
  .Item-Content-Flg2_2 { /*三角形右下*/
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 0px solid transparent;
    border-bottom: 0px solid #a0d042;
  }
  .Item-Content-Flg3_2 { /*三角形左下*/
    position: absolute;
    bottom: 0;
    left: 0;
    border-right: 0px solid transparent;
    border-bottom: 0px solid #a0d042;
  }
  .Item-Content-Flg4_2 { /*三角形右上*/
    position: absolute;
    top: 0;
    right: 0;
    border-top: 0px solid #a0d042;
    border-left: 0px solid transparent;
  }
  .Item-Content-Title_2 {
    letter-spacing: 0.14em;
    color: #666;
    font-size: 18px;
  }
  .case_item {
    padding: 0.5em;
    background-color: #ffffff;
    z-index: 1;
    max-width: 1200px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
    position: relative;
    overflow: hidden;
    flex-direction: row;
    display: flex;
    margin: 2.5em auto;
    box-sizing: inherit;
    border: #a0d042 solid 2px;
    justify-content: center;
  }
  .case_text {
    padding: 1em 0.5em 0.5em 0.5em;
    width: 100%;
    text-align: left;
  }
  .case_item {
    background-color: #ffffff;
    z-index: 1;
    max-width: 1200px;
    margin: 2.5em auto;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
    position: relative;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    border: #a0d042 solid 2px;
  }
  .case_img_box {
    display: flex;
  }
}


/*施工事例ここまで----------------------------------*/
/*お客様の声----------------------------------*/


.voice_block{
	background-color: #ecf8d4;
	padding: 0;
padding-bottom: 60px;
box-sizing: border-box}



.age span {
  padding: 0.2em 0.5em;
  background-color: #a0d042;
	color: #fff;
}


.age{
	margin-bottom: 0.5em;
}


.slick-prev,.slick-next{
    width: 40px;
    height: 40px;
	z-index: 50000;
}
 
.slick-prev:before, .slick-next:before {
    font-size: 40px;/*少し大きくする*/
}

.test__container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.test-slick {
    width: 90%!important;
    margin: 15px auto;
	
    @include breakpoint(500px) {
        margin: 5% auto;
		box-sizing: inherit!important;
    }
}

.test-slick__item {
	text-align: left;
margin: 0 auto;
	justify-content: center;
	text-align: center;
    padding: 1.5em 1em;
    background-color: #fff;
	max-width:  660px;
width: 100%;
	display: flex!important;
	box-sizing: inherit!important;
}

.test-slick__item .img img {
    height: auto;
    width: 100%;
}

.slick-prev:before, .slick-next:before {
    color: #000066;
}

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

.voice_text_block{
	width: 100%;
	text-align: left;
	
	
}

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

.test-slick__item{
	
    margin-right: 0px;
    margin-left: 0px;	
flex-direction: column;
	width: 100%;
box-sizing: inherit!important;
	
}
.voice_img{
margin: auto;
	text-align: center;
	width: 100%!important;
	box-sizing: inherit!important;
max-height: 214px;

	
	}	

}

slick-dots li.slick-active button:before{
color: #82b21b	
}


.slick-prev:before, .slick-next:before{
	color: #82b21b
}


.slick-prev,.slick-next{
    width: 30px!important;
    height: 30px!important;
}

/*お客様の声ここまで----------------------------------*/

/*Q&A----------------------------------*/

.qa_block{
padding: 0em 0.5em 100px 0.5em;	
}



/*アコーディオンcss*/
/*アコーディオン全体*/
p.indent-1 {
  padding-left: 2em;
  text-indent: -2em;
  padding-bottom: 0.8em;
}


p.indent-2 {
  padding-left: 2em;
  text-indent: -2em;
  padding-bottom: 0em;
	line-height: 1.5em;
}















.accordion_box span {
  font-weight: bold;
  color: #fff;
  padding-right: 1em
}

.indent-2 span {
  font-weight: bold;
  color: #a0d042;
  padding-right: 1em;
	
}

.accordion_box {
  max-width: 1000px;
  margin: 1px auto;

 border: #a0d042 1px solid;
  background-color:#a0d042;
  padding: 1em 0 0 0;
}
.ac_menu {
  width: 100%;
  padding: 0px 0px 0px;
  box-sizing: border-box;
border: #a0d042 1px solid;
}
.ac_menu input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.ac_menu label {
  text-align: left;
  cursor: pointer;
  display: block;
 
  text-decoration: none;
  color: #fff;
  position: relative;
  margin: 0 0 0;
  padding: 0 2em 0 1em;
  background-color: #a0d042;
  font-size: 1em;
  line-height: 1.2em;
}





/*開いたときに表示される部分*/
.ac_menu ul {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;

}
.ac_menu li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#menu_bar01:checked ~ #links01 li, #menu_bar02:checked ~ #links02 li, #menu_bar03:checked ~ #links03 li, #menu_bar04:checked ~ #links04 li, #menu_bar05:checked ~ #links05 li {
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  background:#fff;
  padding: 1em 2em 1em 1em;
  line-height: 1.2em;
  font-size: 1em;
}






/*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-child, #menu_bar02:checked ~ #links02 li:last-child, #menu_bar03:checked ~ #links02 li:last-child, #menu_bar04:checked ~ #links02 li:last-child, #menu_bar05:checked ~ #links02 li:last-child {
  margin-bottom: 0em;
}
/*閉じた状態の矢印描画*/
.ac_menu label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 3%;
  top: -18px;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.ac_menu input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 3%;
  top: -15%;
  bottom: 0;
  margin: auto;
}
/*アコーディオンcssここまで*/





/*よくある質問ここまで----------------------------------*/
/*troubleについて----------------------------------*/


.trouble_block{
  width: 100%;
  text-align: center;
  margin: auto;
  background-image: url("../img/back04.jpg");
  backgroud-repeat: no-repeat; /*背景画像の繰り返しを解除*/
  background-size: 100%; /*背景画像のサイズ指定*/
 padding: 0px 0.5em 60px 0.5em;
}
@media screen and (max-width: 800px) {
.trouble_text{
	text-align: left;
	
}
	.trouble_block{
		background-size: auto 100%;
	}
	
	
	
}










/*foam----------------------------------*/
.form_block{
	
  width: 100%;
  text-align: center;
  margin: auto;
 
  position: relative;
  z-index: 0;
  padding: 0.5em 0.5em 60px 0.5em;
  background-image: url("../img/back05.jpg");
  background-repeat: no-repeat; /*背景画像の繰り返しを解除*/
  background-size: 100%; /*背景画像のサイズ指定*/	
background-position: bottom;
	
}




.sample{
	margin: auto;
background-color: gray;
	max-width: 1000px;
	width:100%;
	
	height: 1200px;
}

@media screen and (max-width: 800px) {
	.sample{
	margin: auto;
background-color: gray;
	max-width: 1000px;
	width:100%;
	
	height: 600px;
}
}


/*foamここまで----------------------------------*/

/*footer----------------------------------*/

.footer_menu{
	background-color:#ecf8d4 ;
	color: #82b21b;
	padding: 1em;
	margin: auto;
	text-align: center;	
}
.footer_nav ul{
  /*init*/
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_nav ul{
  display: flex;
  align-items: center;
  width: 800px;
  height: 50px;
  margin: 0 auto;
}
.footer_nav li{
  flex-grow: 1;
  text-align: center;
}
.footer_nav li:hover{
  color: rgba(31,43,8,1.00)
}
.footer_nav li + li{
  border-left: 2px solid #82b21b;
}

.fotter_credit a:hover{
  color: rgba(31,43,8,1.00)	
}



.footer_logo{
		display: flex;
	 justify-content: space-between;
	padding-bottom: 1em;
	flex-direction: row;
}


.footer_area{
max-width:1300px;
	width: 100%;
	margin: auto;
}

.fotter_tel{

	
}
.fotter_tel img{
	max-width: 100%
}

.footer_banner{
display: flex;

	 justify-content: space-between;
	width: 100%;
	margin: auto;
	max-width: 1300px;
	padding:0;
	gap:1em;
}

.footer_banner_box{
width: 100%;
max-width: 395px;
	
}
.footer_banner img{
	width: 100%;
	max-width: 395px;
}


.fotter_main{
		padding: 1em;
		background-color:#a0d042 ;
	color: #fff;
}
.fotter_credit{
		background-color:#82b21b ;
	color: #fff;
	padding: 1em;
	display: flex;
	 justify-content: space-between;
}

@media screen and (max-width: 800px) {
.footer_logo{
		display: flex;
	 justify-content: space-between;
	padding-bottom: 1em;
	flex-direction: column;
	margin: auto;
	width: 100%;
}
	
		.title .footer_text h1{
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;	
	}
	
	.footer_logo2 .title{
		margin: auto;
		text-align: center!important;
		justify-content: center;	
	}
		.footer_logo2 .logo_lac{
		margin: auto;
		text-align: center!important;
		justify-content: center;	}
.fotter_credit{
		background-color:#82b21b ;
	color: #fff;
	padding: 1em 1em 6em 1em;
	display: flex;
	flex-direction:column;
	 justify-content: space-between;
}
.footer_banner{
display: flex;
flex-direction: column;
	margin: auto;
	 justify-content: space-between;
	width: 100%;

	max-width: 1300px;
	padding:0;
	gap:1em;
}
	
.footer_banner_box{
width: 100%;
max-width: inherit;
	
}	

	
}

/*footerここまで----------------------------------*/	
/*SP追従ボタン----------------------------------*/
@media screen and (max-width: 600px) {

.sp_button{
display: flex;
	margin: auto;
	width: 100%;
	justify-content: center;
	gap:1em;;
	padding: 0.5em 0.5em 1em;;
	background:rgba(36,46,34,.80);
	position: fixed;
	bottom: 0px;
	z-index: 50000;
}

.sp_button_item{
width: 100%;
}
.sp_button_item img{
width: 100%;	
}

}

@media screen and (min-width: 600px) {
  .pc_none {
    display: none !important;
  }
}







.sample-slider [class^="swiper-button-"]{
   color: #82b21b;
}





.swiper {
  width: 95%;
	max-width: 1200px;
	margin: auto;

}
.swiper-slide{ height: auto; }


.test-slick__item{ 
	height: 100%; }


.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #82b21b;
  border: 1px solid #fff;
  border-radius: 100%;
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #82b21b;
}

.mv {

}
.mv p {
}

/* ロゴに関するスタイル */
.header-logo {
  height: auto;
}
.header-logo.headerLogoScroll.-before {
  display : none;
}
.header-logo.-after {
  display : none;
}
.header-logo.headerLogoScroll.-after {
  display : block;
}
.margintop-10{
	margin-top: -12px;
}

.form_set{
border:#82b319 1px solid ;
	max-width: 800px;
	width: 94%;
	margin: auto;
}
