.features_wrapper{
  background: #4E4D4A;
  color: #fff;
  /* margin-top: 5rem; */
  padding-bottom: 2.5rem !important;
  padding-top: 2.5rem !important;
}
.features_wrapper .cta__tel__column a:not(href) {
  cursor: default;
}

.features_wrapper .btn_wrap{ 
  margin-top: 2.5rem;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}
.features_wrapper .btn_wrap a{
  display: block; 
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 3.6rem;
  text-align: center;
  position: relative;
  background: #fff
}
.features_wrapper .btn_wrap a:hover span{
  color: #fff;
}
.features_wrapper .btn_wrap a:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.features_wrapper .btn_wrap a::before {
  z-index: 3;
  background: #F4BC50;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.features_wrapper .btn_wrap a span {
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #222; 
  position: relative;
  z-index: 3;
}
.features_wrapper .cta__tel__column p{
  margin:0;
  text-align:left;
}
.features_wrapper .btn_wrap a::after {
  content: '';
  width: 0.9rem;
  height: 0.4rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  z-index: 3;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.features_wrapper .container {
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
.features_wrapper h2{
  font-size: 1.2rem;
  color: #fff;
  text-align:center;
}

.features_wrapper p{
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  margin-top: 2.5rem;
}
.features_wrapper .cta__column {
  padding:0;
/*   display: -ms-grid;
  display: grid; */
/*   grid-gap: 1rem; */
  display: block;
  margin-top: 2.5rem;
  justify-content: center;
/*   width: 22.22rem; */
}
.features_wrapper .cta__box {
  border: 1px solid #fff;
  padding-top: 2.5rem;
  display: -ms-grid;
  display: grid;
}
.features_wrapper .cta__box__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  color:white;
  margin:0;
}
.features_wrapper .cta__box p {
  margin:0;
  margin-top: 2rem;
  padding: 0 1rem;
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 500;
  color:white;
  text-align:left;
}
.features_wrapper .online_icon {
  width: 2.6rem;
  margin-right: 1rem;
}

.features_wrapper .cta__box:last-child img {
  width: 2rem;
  margin-right: 1rem;
}
.features_wrapper .cta__column {
  margin: 0 auto;
}
.features_wrapper .cta__tel {
  margin-top: 2.5rem;
}
.features_wrapper .cta__tel__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.features_wrapper .cta__tel__column a{
  color: #fff;
  font-family: "Barlow Condensed",sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
}
.features_wrapper .cta__tel__column h3{
  margin: 0 0 1rem 0;
  font-size: 0.8rem;
  padding-left: 1.3rem;
  border-left: 6px solid #F4BC50;
  font-weight: 500;
  color:white;
}

.features_wrapper .cta__tel__attention {
  margin:0;
  text-align: center;
  margin-top: 1rem;
  font-size: 0.9rem;
}
.features_wrapper h2 br{
  display: none;
}

.features_wrapper .cta__tel__attention br{
  display:block;
}
.features_wrapper .dc_btn_wrap a {
  width: 100%;
  max-width: 310px;
  height: 68px;
  padding: 10px; 
  display: -ms-inline-grid;
  display: inline-grid; 
  place-content: center;
  font-size: 0.875rem; 
  font-weight: 500; 
  letter-spacing: 0.05em; 
  position: relative;
  overflow: hidden;
  margin: 2.5rem auto 0;
  line-height: 3.6rem;
  text-align: center;
  position: relative;
  background: #fff;
  border: solid 1px #E08407;
  text-decoration:none;
  box-sizing: border-box;
}
.features_wrapper .dc_btn_wrap a span {
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #E08407;
  position: relative;
  z-index: 3;
}
.features_wrapper .dc_btn_wrap a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #E08407;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.features_wrapper .dc_btn_wrap a:after {
  pointer-events: none;
  content: '';
  width: 0.9rem;
  height: 0.4rem;
  position: absolute;
  top: 50%; 
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  z-index: 3;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.features_wrapper .dc_btn_wrap a:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
} 
.features_wrapper .dc_btn_wrap a:hover span { 
  color: #fff; 
}
.features_wrapper .dc_btn_wrap a:hover:after {  
  right: 0.6rem;
}
.features_wrapper .dc_btn_wrap a:after {
  right: 1.333rem;
}
.features_wrapper .dc_btn_wrap { 
  text-align:center;
}
@media (min-width: 560px){
  .features_wrapper .cta__tel__column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: row;
  }
  .features_wrapper .cta__column {
    display: block;
    width: 22.22rem;
  }
  .features_wrapper .cta__tel__column h3{
    margin-right: 2rem;
  }
  .features_wrapper h2 br{
    display: block;
  }
  .features_wrapper .cta__tel__attention br{
    display:none;
  }
}
@media (min-width: 960px){
  .features_wrapper .cta__tel__column h3{
    margin-bottom: unset;
    font-size: 1rem;
  }
  .features_wrapper .cta__tel__attention { 
    font-size: 0.8rem;
    margin-top: 1.25rem;
  }
  .features_wrapper .cta__tel__column a{
    font-size: 2.7rem;
  }
  .features_wrapper .cta__box__ttl {
    font-size: 1.1rem;
  }
  .features_wrapper .online_icon {
    width: 2.8rem;
  }
  .features_wrapper .cta__box p{
    margin-top: 2.5rem;
    padding: 0 3.1rem;
    font-size: 0.888rem;
  }
  .features_wrapper{
    /* margin-top: 11rem; */
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }

  .features_wrapper .container {
    width: 53.3rem;
    max-width: 960px;
  }
  .features_wrapper h2{
    font-size: 1.4rem;
  }
  .features_wrapper p{
    font-size: 0.888rem;
  }
  .features_wrapper .btn_wrap a::after {
    right: 3.5rem;
  }
  .features_wrapper .cta__column {
    display: block;
    width: 22.22rem;
  }
  .features_wrapper .cta__box:last-child img {
    width: 2.1rem;
  }
  .features_wrapper .btn_wrap a:hover::after {
    right: 3rem;
  }
  .content_with_img .feature_inner.item1 figure.feature_img {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
/*   .features_wrapper .dc_btn_wrap a {  
    width: 17.2rem;
    height: 3.75rem; 
    font-size: 0.888rem;
    margin: 4rem auto 0;
  }  
  .features_wrapper .dc_btn_wrap a:hover:after {  
    right: 0.833rem;   
  }  */

}

@media (max-width: 959px){

.features_wrapper .btn_wrap a::before {background: rgba(255,255,255,0.3);}

.features_wrapper .btn_wrap a {opacity: 1;}

.features_wrapper .btn_wrap a:hover span {color: #222;}
  
}