#features .content-title{
  background-image: url('../img/features/bg_title.jpg');
}
@media screen and (max-width:1024px) {
  #features .content-title{
    background-position: right 30% top 0;
  }
}
@media screen and (max-width: 767px) {
  #features .content-title{
    background-image: url('../img/features/bg_title_sp.jpg');
  }
}
#features .sec-about{
  padding-bottom: 70px;
}
#features .sec-about .container{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 45px;
}
#features .sec-about .right-container{
  max-width: 1197px;
}
#features .sec-about .about-list{
  display: flex;
  flex-wrap: wrap;
  gap: 45px 63px ;
  margin-bottom: 50px;
}
#features .sec-about .about-list .about-list_block{
  width: calc(( 100% - 63px) / 2);
  opacity: 0;
  transform: translateY(30px);
}
#features .sec-about .about-list .about-list_block.animated{
  opacity: 1;
  transition: 1.0s;
  transform: translateY(0px);
}
#features .sec-about .about-list .about-list_title-wrapper{
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 30px;
  position: relative;
}
#features .sec-about .about-list .about-list_title-wrapper .about-list_baloon {
  position: absolute;
  top: 0;
  left: calc(300px + 1%);
}
#features .sec-about .about-list .about-list_title-wrapper .about-list_baloon span{
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-align: center;
  background: var(--main-color);
  border-radius: 30px;
  line-height: 1.5;
  padding: 5px 13px;
  min-width: 130px;
  display: block;
  position: relative;
}
#features .sec-about .about-list .about-list_title-wrapper .about-list_baloon span::after{
  content: '';
  background-image: url('../img/features/baloon_icon.svg');
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 22px;
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translate(-50%, 0);
}
#features .sec-about .about-list .about-list_title-wrapper .about-list_baloon.animated{
  animation: bounce 1s linear;
  opacity: 1;
}
@keyframes bounce {
  40%, 80% {
    transform: scale(1.1);
  }
  0%, 60% {
    transform: scale(1);
  }
}

#features .sec-about .about-list .about-list_title-wrapper .about-list_title-no{
  color: var(--main-color);
  font-family: var(--font-family-en);
  text-align: center;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 80%;
  position: relative;
  width: 30px;
}
#features .sec-about .about-list .about-list_title-wrapper .about-list_title-no::before{
  content: '';
  position: absolute;
  width: 29px;
  height: 29px;
  right:-4px;
  bottom: -4px;
  background: url('../img/features/about_title_no_icon.svg') no-repeat;
  background-size: contain;
  z-index: -1;
}
#features .sec-about .about-list .about-list_title-wrapper .about-list_title{
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
}
#features .sec-about .about-list .about-list_title-wrapper .about-list_title::after{
  content: '';
  width: 100%;
  height: 1px;
  background: var(--sub-color03);
  position :absolute;
  bottom: -10px;
  left: 0;
  margin: 0 auto;
}
#features .sec-about .about-list .about-list_title-wrapper .about-list_title .about-list_title-text{
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2.86px;
}
#features .sec-about .about-list .about-list_title-wrapper .about-list_title .about-list-_title-dotted{
  width: 13px;
  height: 13px;
  background: var(--main-color);
  border-radius: 10px;

}
#features .sec-about .about-list .about-list_title-wrapper .about-list_title .about-list_title-text_en{
  color: var(--sub-color03);
  font-family: var(--font-family-en);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 80%;
  letter-spacing: 0.04em;
}
#features .sec-about .about-list .about-list_text{
  padding-left: 57px;
  font-size: 1.5rem;
}
#features .sec-about .bg-circle01{
  bottom: -100px;
  left: 10%;
}
@media screen and (max-width: 1023px){
  #features .sec-about .about-list{
    margin-bottom: 40px;
  }
  #features .sec-about .about-list .about-list_block{
    width: 100%;
  }
  #features .sec-about .bg-circle01{
    bottom: -100px;
    left: -19%;
    width: 82%;
  }
}
@media screen and (max-width: 767px)  {
  #features .sec-about{
    padding-bottom: 50px;
    padding-top: 0;
  }  
  #features .sec-about .text-vertical{
    padding: 30px 0;
  }
  #features .sec-about .container{
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  #features .sec-about .about-list{
    flex-direction: column;
    gap: 28px;
    margin-bottom: 30px;
  }

  #features .sec-about .about-list .about-list_title-wrapper{
    gap: 15px;
  }
  #features .sec-about .about-list .about-list_title-wrapper .about-list_title-no{
    font-size: 3.9rem;
    width: 23px;
  }
  #features .sec-about .about-list .about-list_title-wrapper .about-list_title-no::before{
    width: 23px;
    height: 23px;
  }
  #features .sec-about .about-list .about-list_title-wrapper .about-list_title{
    gap: 10px;
  }
  #features .sec-about .about-list .about-list_title-wrapper .about-list_title .about-list_title-text{
    font-size: 2.1rem;
    letter-spacing: 2.31px;
  }
  #features .sec-about .about-list .about-list_title-wrapper .about-list_title .about-list-_title-dotted{
    width: 10px;
    height: 10px;
  }
  #features .sec-about .about-list .about-list_title-wrapper .about-list_title .about-list_title-text_en{
    font-size: 1.8rem;
  }
  #features .sec-about .about-list .about-list_title-wrapper .about-list_baloon{
    left: calc(235px + 1%);
  }
  #features .sec-about .about-list .about-list_title-wrapper .about-list_baloon span{
    font-size: 1.4rem;
    letter-spacing: 1.12px;
  }
  #features .sec-about .about-list .about-list_text{
    padding-left:  35px;
    font-size: 1.4rem;
  }
  #features .sec-about .bg-circle01{
    bottom: -225px;
    left: -19%;
    width: 75%;
  }  
}

#features .sec-reason{
  background: url('../img/features/bg_reason.jpg') no-repeat;
  background-size: cover;
  padding: 47px 0 0;
}
#features .sec-reason h2{
  color: #fff;
  letter-spacing: 7.5px;
  margin-bottom: 90px;
}
#features .sec-reason .flex-wrapper{
  justify-content: flex-end;
  gap: 7%;
}
#features .sec-reason .block{
  background: #fff;
  border-radius: 30px 30px 0 0;  
  padding: 60px 50px 0;
  width: 50%;
  max-width:587px;
  margin-top: 118px;
}
#features .sec-reason_block .flex-wrapper{
  align-items: center;
  gap: 70px;
}
#features .sec-reason_block .container{
  display: flex;
  flex-direction: column;
  gap: 84px;
}
#features .sec-reason_block .block{
  flex: 1;
}
@media screen and (max-width: 1023px) {
  #features .sec-reason{
    background: url('../img/features/bg_reason_tab.jpg') no-repeat;
    background-size: 100%;
  }
  #features .sec-reason{
    background-position: 30% 0;
  }
  #features .sec-reason .flex-wrapper{
    justify-content: space-between;
  }
  #features .sec-reason .block{
    width: 75%;
    padding: 50px 40px;
  }
  #features .sec-reason_block .container{
    gap: 50px;
  }
  #features .sec-reason_block .container > .flex-wrapper{
    flex-direction: column;
    gap: 30px;
  }
  #features .sec-reason_block .container .block .flex-wrapper{
    gap: 30px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #features .sec-reason{
    background: url('../img/features/bg_reason_sp.jpg') no-repeat;
    background-size: 100%;
  }
  #features .sec-reason .flex-wrapper{
    flex-direction: column;
    align-items: center;
  }
  #features .sec-reason .flex-wrapper h2.text-vertical{
    order: 1;
    color: var(--font-color-heading);
    margin-bottom: 30px;
  }
  #features .sec-reason .block{
    width: calc( 100% + 15px);
    max-width: calc( 100% + 15px);
    border-radius: 30px 0 0 30px;
    margin-right: -15px;
    padding: 30px 15px 21px 25px;
    margin-top: 0;
    order: 2;
  }
  #features .sec-reason_block .flex-wrapper{
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  #features .sec-reason_block .block .block-title{
    letter-spacing: 0.02em;
  }
}
#features .sec-omoi img{
  border-radius: 30px 0 0 30px;
}
#features .sec-omoi .text-block{
  padding: 25px 60px;
  background: var(--sub-color03);
  color: #fff;
  border-radius: 0 30px 30px 0;
  flex: 1;
}
#features .sec-omoi .text-block h3.omoi-title{
  font-size: 2.3rem;
  margin-bottom: 10px;
}
#features .sec-omoi .text-block .omoi-text{
  margin-bottom: 10px;
  line-height: 1.8;
}
#features .sec-omoi .text-block a.link-open{
  color: var(--sub-color02);
}
#features .sec-omoi .text-block a svg{
  stroke: var(--sub-color02);
}
@media screen and (max-width: 1023px){
  #features .sec-omoi{
    padding-bottom: 70px;
  }
  #features .sec-omoi .flex-wrapper{
    flex-direction: column;
  }
  #features .sec-omoi img{
    border-radius: 20px 20px 0 0;
  }
  #features .sec-omoi .text-block{
    border-radius: 0 0 20px 20px;
    padding: 30px 35px;
  }
  #features .sec-omoi .text-block h3.omoi-title{
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  #features .sec-omoi{
    padding-bottom: 55px;
  }
  #features .sec-omoi .text-block{
    padding: 50px 20px;
  }
  #features .sec-omoi .text-block h3.omoi-title{
    font-size: 2.1rem;
    letter-spacing: 1.68px;
  }
}