@charset "utf-8";
.plan_btns {
  margin-top: 40px;
}
ul.plan_btns li {
  margin: 0;
}
.ttl_content_top span{
  position: relative;
}
.ttl_content_top span::before {
  content: '';
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
}

.reason01_box {
  position: relative;
}
.reason01_box.bg_circle_left::before {
  background: url(../img/common/bg_circle03.png) no-repeat;
  z-index: initial;
  top: -80px;
}
.reason01_box .bg_white {
  position: relative;
}
ul.plan_btns li a::after {
  transform: none; 
}
.reason01_box .ttl_content_top span::before {
  background: url(../img/top/reason_num01.svg) no-repeat center;
  background-size: contain;
  width: 76px;
  height: 56px;
}
.reason02_box .ttl_content_top span::before {
  background: url(../img/top/reason_num02.svg) no-repeat center;
  background-size: contain;
  width: 81px;
  height: 56px;
  left: -110px;
}
.reason03_box .ttl_content_top span::before {
  background: url(../img/top/reason_num03.svg) no-repeat center;
  background-size: contain;
  width: 81px;
  height: 56px;
}
#reason02 .bg_circle_left::before {
  top: 80px;
}
.reason02_box {
  margin-bottom: 60px;
}
.reason02_box .annotation_txt {
  margin-top: 10px;
}
.points .bg_circle_right::before {
  bottom: -14%;
}
.points ul {
  gap: 114px 0;
  position: relative;
}
.points li {
  width: 48.2%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.points li::before {
  content: '';
  border-radius: 10px 0 0 0 ;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.points li:first-child::before {
  background: url(../img/common/icon_num01_large.svg) no-repeat;
}
.points li:nth-child(2)::before {
  background: url(../img/common/icon_num02_large.svg) no-repeat;
}
.points li:nth-child(3)::before {
  background: url(../img/common/icon_num03_large.svg) no-repeat;
}
.points li:nth-child(4)::before {
  background: url(../img/common/icon_num04_large.svg) no-repeat;
}
.points li > div {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.points li img {
  border-radius: 10px 10px 0 0;
}
.points li .txt {
  padding: 0 42px 52px;
  border: 2px solid #dfdfdf;
  border-top: none;
  background: #fff;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 2;
}
.points li .ttl_point {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 2;
  /* margin: 0 10px 10px; */
}
.points li h5 {
  font-size: 30px;
  line-height: 1.5;
  padding: 20px 0 14px;
}
.points li p.annotation_txt {
  position: absolute;
  bottom: -4.5em;
  width: 100%;
}
.dioxin_box {
  margin-top: 50px;
}
#reason03 .inner.bg_circle_left::before {
  background: url(../img/common/bg_circle03.png) no-repeat;
  z-index: initial;
  top: 80px;
}
.reason03_box {
  position: relative;
}
.features {
  margin-top: 10px;
  position: relative;
}
.features.bg_circle_right::before {
  background: url(../img/common/bg_circle04.png) no-repeat;
  z-index: initial;
  top: 37.5%;
}
.features .bg_white {
  position: relative;
  z-index: 10;
}
.features ul {
  gap: 30px 0;
}
.features li {
  width: 48.1%;
  display: flex;
  flex-direction: column;
}
.features li h5 {
  font-size: 27px;
  line-height: 1.5;
  padding: 20px 0 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 2;
}
.features li .txt {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 40px 46px;
}
.compare {
  margin: 10px 0 0;
  position: relative;
}
.compare.bg_circle_left::before {
  background: url(../img/common/bg_circle03.png) no-repeat;
  z-index: initial;
  top: -90px;
}
.compare .bg_white {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .points li h5 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 960px) {
  .reason01_box .reason_top_ttl span::before,
  .reason02_box .reason_top_ttl span::before,
  .reason03_box .reason_top_ttl span::before{
    width: 55px;
    left: -68px;
  }
  .points li h5 {
    font-size: 24px;
  }
  .points li .txt {
    padding: 0 3vw 3vw;
  }
  .points li p.annotation_txt {
    bottom: -6.0em;
  }
  .features li h5 {
    font-size: 24px;
  }
  .features li .txt {
    padding: 0 3vw 3vw;
  }

}
@media only screen and (max-width: 568px) {
  .reason01_box.bg_circle_left::before,
  #reason03 .inner.bg_circle_left::before,
  .features.bg_circle_right::before,
  .compare.bg_circle_left::before {
    content: none;
  }
  .ttl_content_top {
    text-align: left;
  }
  .reason_top_ttl  {
    padding-left: 5.3vw;
  }
  .reason_top_ttl span {
    display: flex;
    align-items: center;
  }
  .reason01_box .reason_top_ttl span::before,
  .reason02_box .reason_top_ttl span::before,
  .reason03_box .reason_top_ttl span::before {
    position: relative;
    left: initial;
    top: initial;
    transform: none;
    margin-right: 14px;
  }
  .reason01_box .half_box {
    flex-direction: column-reverse;
  }
  .reason01_box .md_inner_space {
    padding: 20px 5.3vw;
  }
  ul.plan_btns {
    margin: 30px 0 0;
  }
  ul.plan_btns li {
    margin: 0 auto;
  }
  .reason02_box {
    margin-bottom: 35px;
  }
  .reason02_box .half_box {
    flex-direction: column-reverse;
  }
  .reason02_box .md_inner_space {
    padding: 20px 5.3vw;
  }
  .points ul {
    gap: 0;
    margin-top: 24px;
  }
  .points li {
    width: 100%;
    margin-bottom: 20px;
  }
  .points li p.annotation_txt {
    position: relative;
    bottom: initial;
    margin-top: 10px;
  }
  .points li::before {
    width: 50px;
    height: 50px;
  }
  .points li h5 {
    font-size: 21px;
    padding: 14px 0 8px;
  }
  .points li .txt {
    padding: 0 26px 18px;
  }
  .dioxin_box {
    margin-top: 10px;
  }
  .reason03_box .half_box {
    flex-direction: column-reverse;
  }
  .reason03_box .md_inner_space {
    padding: 20px 5.3vw;
  }
  .features ul {
    gap: 20px 0;
  }
  .features li {
    width: 100%;
  }
  .features li .txt {
    padding: 0 25px 18px;
  }
  .features li h5 {
    font-size: 21px;
    padding: 14px 0 8px;
  }
  .attention_box_gray {
    padding: 16px 20px 20px;
  }
  .attention_box_gray p::before {
    width: 35px;
    height: 35px;
    position: relative;
    top: 5px;
    float: left;
    margin: 0 15px 10px 0;
  }
  .attention_box_gray p {
    padding: 0;
  }
}

/*250424追加*/
.reason02_box .half_box .half_box_ttl{
  font-size: 28px;
}
.reason02_box .half_box .half_box_ttl span{
  font-size:32px;
}
.reason02_box .half_box{
  margin-bottom:20px;
}
.reason02_box .sales h4{
  font-size: 24px;
  margin-bottom: 20px;
}
.reason02_box .car-sale .btn{
  background: #31865a;
  box-shadow: 0px 5px 1px #508089;
}
.reason02_box .car-sale{
  margin: 30px auto 0;
}
.reason03_box .half_box_ttl{
  margin-bottom: 20px;
  font-size: 28px;
}
.reason03_box .half_box h5{
  font-size: 26px;
  padding: 6px 20px 8px;
  margin-bottom: 10px;
}
.features li:last-child{
  flex-direction: row;
  width: 100%;
}
.features li:last-child img{
  width: 50%;
}

@media only screen and (max-width: 568px) {
  .reason02_box .reason_top_ttl span,
  .reason03_box .reason_top_ttl span{
    display: block;
    padding-left: 65px;
  }
  .reason02_box .reason_top_ttl span::before,
  .reason03_box .reason_top_ttl span::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .reason02_box .half_box .half_box_ttl{
    font-size: 22px;
  }
  .reason02_box .half_box .half_box_ttl span{
    font-size: 26px;
  }
  .reason02_box .sales h4{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .reason03_box .half_box_ttl{
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
  }
  .reason03_box .half_box h5{
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
  }
  .reason02_box .car-sale{
    margin: 20px auto 0;
  }
  .reason03_box .half_box{
    flex-direction: column;
  }
  .reason03_box .half_box img{
    margin-bottom: 10px;
  }
  .features li:last-child{
    flex-direction: column;
  }
  .features li:last-child img{
    width: 100%;
  }
}
