#header_btn_wrap .inner__box .btn_wrap a:last-child{
    background: #FF9901;
    border-bottom: 5px solid #F27A22;
    border-radius: 5px;
    margin: 5px 0;
}

#header_btn_wrap .tel-wrap{
  align-items: center;
}

.slide-media{
  margin-bottom: 0 !important;
}
.signal-icon{
    border-color: var(--key-Color);
}

.signal-icon:before, .signal-icon:after{
    border: 3px solid transparent;
	border-top: solid 3px var(--key-Color);
}
.tel-box div.wrap .tel-icon {
    display: inline-block;
    background: url(images/test/phone-icon03.png) left 0px top 0px no-repeat;
    background-size: contain;
}
.nayami_top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(images/test/nayami__bg.png) no-repeat center top -2em;
    background-size: cover;
    padding: 2.6vw 4vw;
}
.tel-icon {
    display: inline-block;
    background: url(images/test/phone-icon03.png) left 0px top 0px no-repeat;
    background-size: contain;
}
.nayami_top h2{
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

section > .inner__box .Wh_radius{
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

section > .inner__box .Wh_radius .bottom__wrapper{
    padding: 0 4em 0;
}

.nayami_top_text {
    width: 100%;
}

section > .inner__box .sec {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/*****************お悩み*********************/

.check__box{
    flex-wrap: nowrap;
}
.check__box .Image{
    width: max-content;
}

.check__box{
    justify-content: center;
    column-gap: 2%;
    align-items: center;
}

.check__box ul{
    margin-left: 0;
    width: max-content;
    padding: 1em;
    background: #fff;
    border-radius: 10px;
    position: relative;
    margin-bottom: 0;
}

.check__box ul::before{
    content: '';
    position: absolute;
    left:-15px;
    bottom:35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 22px solid #ffffff;
    border-left: 0;
  }
  .check__box ul li{
    color:#000;
    font-size: 1.3rem;
  }
.check__box ul li:last-of-type{
    margin-bottom: 0;
}

.check__box:nth-of-type(even){
    flex-direction: row-reverse;
}

.check__box:nth-of-type(even) ul::before{
    left: inherit;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 22px solid #ffffff;
    border-right: 0;
}
.check__box:nth-of-type(even) ul{
  margin: 0 0 0 auto;
}

.Flex__space{
    row-gap: 2.5vh;
}

p.square_ttl{
    font-size: clamp(18px,1.4rem,1.5rem);
}

/*****************ポイント*********************/

.Flex .Hurf.wh_shadow p{
  font-size: 1.1rem;
}

.Flex .Hurf.wh_shadow h3{
  font-size: 2.4rem;
}

.Flex .condition{
    width: calc(100% / 4);
}

.Flex .condition:nth-of-type(n+4){
  margin-bottom: 0;
}

.Flex .condition{
    margin-right: 0;
}

section.points .Flex__space{
    row-gap: .5vh;
}
section.points:after{
    display: none;
}

section.points{
    padding-top: 0;
    padding-bottom: 4em;
}

section.cream {
    background: #FFF8D1;
}

/*****************他社との比較*********************/

section.hikaku{
    background: url(images/test/hikaku__bg.jpg)no-repeat center;
    background-size: cover;
    padding-bottom: 0;
}

section.hikaku h2{
    margin-bottom: -1.5em;
}

/*****************お客様の声*********************/

.review__wrap{
	padding: .75em;
	background: #fff;
	height: auto;
	border: 1px solid #004BB1;
	margin: 0 7px;
  }
  
  .review__wrap p.mod-title {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.5;
	font-weight: 900;
	min-height: 72px;
	color: var(--key-Color);
  }
  
  .review__wrap p.mod-title span{
	font-size: 13px;
	font-weight: normal;
	margin-top: 5px;
	display: block;
  }
  
  .review__wrap p.Center {
	margin-bottom: .5em;
  }
  
  .review__wrap a img {
	height: 313px;
	width: 100%;
	object-fit: cover;
  }

section.voice {
    background: url(images/test/bg_voice.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 5vh;
    padding-bottom: 7vh;
}

  .voice .Comm__Inner{ max-width: 1260px;
  margin: auto;
  }

  .voice .prev-arrow{
    left:0;
  }

  .voice .next-arrow{
    right:0;
  }

/*****************流れ*********************/

  .flow{
    justify-content: space-around;
  }
  .flow .Fourth{
    position: relative;
  }

  .flow .Fourth::after{
    content: '';
    position: absolute;
    right: -30px;
    background: url(images/test/arrow.svg)no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  }

  .flow .Fourth:last-of-type::after{
    display: none;
  }

  .flow .Fourth{
    background: #EBF9EE;
  }

  .flow .Fourth .Text{
    padding:0 1em 1em;
  }

  .flow .Fourth h3{
    color:#F27A22;
    font-size: clamp(17px,26px,30px);
  }

/*****************スタッフ紹介*********************/

section.staff{
    background: #EBF9EE;
}

.s_flex_wrapper{
    max-width: 1100px;
    margin: auto;
}

.s_flex_Item {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.5em;
    background: #fff;
    border-radius: .86em;
    padding:clamp(1em,1.8vw,2.2vw);
    column-gap: 2%;
}
.s_flex_Item:last-of-type{
  margin-bottom: 0;
}
.step h2, .faq h2{
  margin-bottom: 1em;
}
  .staff_image {
    margin-bottom: 1em;
    text-align: center;
    width: 22%;
}

.staff_text_wrap {
    width: 72%;
}

.staff_image{
margin-bottom:1em;
text-align:center;
}

.staff_image img{
border:none;
}

.staff_name{
font-size:1.25rem;
font-weight:600;
margin-bottom:.5em;
display: flex;
column-gap: 10px;
align-items: center;
}

.staff_name span{
display:inline-block;
font-size:0.9rem;
font-weight:normal;
margin-left:.3em;
}

.icon {
    background: #F27A22;
    padding: 5px;
    line-height: 1.0;
    text-align: center;
    font-size: 0.9rem;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 5px;
    color:#fff;
}

.staff_text_wrap b{
    color:var(--key-Color);
    font-weight: bold;
}

.slide-arrow, .slick-arrow{background: #00A99D !important;border-radius: 4px;}

.slick-prev:before{
    font-family: "FontAwesome";
    content: '\f060';
  font-size: 17px;
}
.slick-next:before{
    font-family: "FontAwesome";
    content: '\f061';
  font-size: 17px;
}
.Bnr .Bnr__img{
    z-index: 9999999999;
}

section.form{
  padding-top: 0;
}