﻿/* 240105 css */
body{
  color: #222222;
}
@media (min-width: 751px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .widget-button-title::before {
    bottom: -0.49em;
  }
}
.btn_mv{
  text-align: center;
  margin-top: 3.200vw;
  margin-bottom: 2.667vw;
}
.btn_mv a{
  color: #006cff;
  font-weight: bold;
  display: inline-block;
}

.sec01 .title_sec01{
  font-weight: bold;
  text-align: center;
  font-size: 4.2rem;
  line-height: 1.18;
}
#sec01{
  background-color: #ffffff;
  margin-top: 2.3rem;
}
.sec01 .title_sec01 .fz60{
  color: #e60012;
  font-size: 5.4rem;
  text-align: center;
}
.sec01 .sub_ttl_sec01{
  font-size: 4.267vw;
  color: #ffffff;
  font-weight: bold;
  background-color: #f08300;
  padding: 1.333vw 1.333vw 0.267vw;
  position: relative;
  border-radius: 0 4.133vw 4.133vw 0;
  width: 71.267vw;
  margin: auto auto 2.667vw;
  padding-left: 8.267vw;
  margin-left: 12.8vw;
}
.sec01 .sub_ttl_sec01:after{
  content: "";
  position: absolute;
  background: url(../img/icon_01_240116.png) 0 0 no-repeat;
  top: -1.7rem;
  left: -3.5rem;
  width: 7rem;
  height: 7.7rem;
  background-size: contain;
}

.list_point{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_point li{
  position: relative;
  width: calc(230/950*100%);
}
.list_point li::after{
  content: "";
  position: absolute;
  background: url(../img/index-2_sp/row_point_240116.png) 0 center no-repeat;
  left: 50%;
  transform: translateX(-50%);
  width: 2.6rem;
  bottom: 1.6rem;
  height: 1.2rem;
  background-size: contain;
}
.list_point .photo01{
  margin: auto;
  margin-bottom: 1rem;
  width: calc(114/230*100%);
}
.list_point .text_point{
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  font-size: 2.5rem;
}
/* .list_point li:nth-of-type(1){
  background: url(../img/index-2_sp/bg_point01_240116.png) center center no-repeat;
  background-size: contain;
}
.list_point li:nth-of-type(2){
  background: url(../img/index-2_sp/bg_point02_240116.png) center center no-repeat;
  background-size: contain;
}
.list_point li:nth-of-type(3){
  background: url(../img/index-2_sp/bg_point03_240116.png) center center no-repeat;
  background-size: contain;
}
.list_point li:nth-of-type(4){
  background: url(../img/index-2_sp/bg_point04_240116.png) center center no-repeat;
  background-size: contain;
} */
.list_point li:nth-of-type(2){
  background: url(../img/index-2_sp/bg_point01_240116.png) center center no-repeat;
  background-size: contain;
}
.list_point li:nth-of-type(3){
  background: url(../img/index-2_sp/bg_point02_240116.png) center center no-repeat;
  background-size: contain;
}
.list_point li:nth-of-type(4){
  background: url(../img/index-2_sp/bg_point03_240116.png) center center no-repeat;
  background-size: contain;
}
.list_point li:nth-of-type(1){
  background: url(../img/index-2_sp/bg_point04_240116.png) center center no-repeat;
  background-size: contain;
}
.list_point .item a{
  padding-top: 3.8rem;
  padding-bottom: 3.6rem;
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.title_big_02{
  font-size:3.2rem;
  font-weight: bold;
  color: #ffffff;
  background: #e60012;
  padding:6.1rem .5rem 3.6rem;
 text-align: center;
 line-height: 1.35;
 position: relative;
}
.title_big_02.yellow_title{
  background: #f08300;
}
.title_big_02::after{
  content: "";
  position: absolute;
  width: 106px;
  height: 76px;
  background: url(../img/icon_point01_240118.png) center center no-repeat;
  left: 0;
  right: 0;
  top: -4rem;
  margin: auto;
  background-size: contain;
  
}
.title_big_02.yellow_title::after{
  background: url(../img/icon_point02_240118.png) center center no-repeat;
  background-size: contain;
}
@media (max-width: 750px) {
  .widget-button .plus-head{
    padding: 3.5em 0 3.8em 
  }
  .page-width{
    margin-left: 2.667vw;
    margin-right: 2.667vw;
  }
  #sec01 {
    margin-top:5.333vw;
  }
  .btn_mv a{
    font-size: 3.46vw;
  }
  .sec01 .title_sec01{
    font-size: 6.4vw;
    margin-bottom: 2vw;
    margin-top: 4vw;
  }
  .inner01{
    width: 94.667vw;
    margin: 0 auto;
  }
  .title_big_02::after {
    width: 72.667vw;
    height: 14.533vw;
    left: 0;
    right: 0;
    top: -8vw;
}
  .sec01 .title_sec01 .fz60{
    font-size: 8.667vw;
  }
  .sec01 .sub_ttl_sec01:after {
    background: url(../img/icon_01_240116.png) 0 0 no-repeat;
    top: -2.933vw;
    left: -6.667vw;
    width: 12.4vw;
    height: 13.6vw;
    background-size: contain;
  }
  .list_point{
    row-gap: 2vw;
  }
  .list_point .item a {
    padding-top: 5.867vw;
  }
  .list_point li{
    width:46.667vw;
  }
  .list_point .photo01{
    width: 22.667vw;
  }
  .list_point .text_point{
    font-size: 5.067vw;
  }
  .list_point li::after{
    width: 5.067vw;
    bottom: 1.600vw;
    height: 2.133vw;
  }
  .title_big_02{
    font-size: 6.133vw;
    line-height: 1.3;
    padding: 9.067vw 1.333vw 2.933vw;
  }
}
/* tab */
.tabs {
  width: 100%;
  border-radius: 5px 5px 5px 5px;
}
ul.tabs-nav {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
}
ul.tabs-nav li {
  font-weight: bold;
  padding: .8rem 1rem .4rem;
  border-radius:1.5rem 1.5rem 0 0;
  cursor: pointer;
  background-color: #b2b2b2;
  width: calc(465/950*100%);
  text-align: center;
}

ul.tabs-nav li:hover,
ul#tabs-nav li.active {
  background-color: #e60012;
}
ul.tabs-nav li:nth-of-type(1):hover{
  background-color: #f56767;
}
ul#tabs-nav li.active:nth-of-type(1){
  background-color: #f56767;
}
.tabs-nav li a {
  text-decoration: none;
  color: #FFF;
  font-size: 2.6rem;
  text-align: center;
}
.tab-content {
  padding: 3rem 5.9rem 1px;
  border: .6rem solid #e60012;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0 0 2rem 2rem;
}
#tab1.tab-content{
  border: .6rem solid #f56767;
}
.tab-content .text01_sec02{
  background-color: #e60012;
  text-align: center;
  padding: .8rem .5rem .2rem;
  color: #ffffff;
  font-weight: bold;
  font-size:2.8rem;
  border-radius: 1.5rem;
  position: relative;
}
#tab1.tab-content .text01_sec02{
  background-color: #f56767;
}
.tab-content .text01_sec02>span{
  position: relative;

}
.tab-content .text01_sec02{
  display: flex;
  justify-content:center;
  gap: 0 1.2rem;
  margin-top: 4.7rem;
}
.tab-content .text01_sec02:nth-of-type(1){
  margin-top: 0;
}
.tab-content .photo_icon{
    width: 3rem;
    height: 3.1rem;
    margin-top: 0.5rem;
}
.tab-content .icon_house03 .photo_icon{
    width: 3.4rem;
    height: 2.8rem;
}
.tab-content .text02_sec02{
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-top: 2.1rem;
  margin-bottom: 1.8rem;
}
.tab-content .text03_sec02{
  width: auto;
  max-width: 186px;
  margin: auto;
  margin-bottom: 2.6rem;
}
.tab-content .price_sec02{
  color: #222222;
  font-weight: bold;
  font-size: 3rem;
  background: linear-gradient(#ffffff 71%, #fff000 71%, #fff000 100%);
  line-height: 1;
  display: inline-block;
  padding: 0 1.3rem;
  margin-top: -0.9rem;
}
.tab-content .price_sec02 .text_red{
  color: #e60012;
  font-size: 7.4rem;
}
#tab1.tab-content .price_sec02 .text_red{
  color: #f56767;
}

.small{
  font-size: 4.4rem;
}
.tab-content .price_sec02 .smaill{
  font-size: 6.667vw;
}
.tab-content .text04_sec02{
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: .3rem;
  margin-top: .3rem;
  text-align: center;
}
@media (max-width: 750px){
  ul.tabs-nav li {
    border-radius: 7px 7px 0 0;
    width: 46vw;
  }
  .tabs-nav li a {
    font-size: 5.333vw;
  }
  .tab-content .text01_sec02{
    font-size: 5.600vw;
    border-radius: 2vw;
    padding: 1.600vw 0 0.267vw;
    margin-top: 9.600vw;
  }
  .tab-content .photo_icon {
    width: 6.133vw;
    height: 6.267vw;
    margin-top: 0.800vw;
  }
  .tab-content .icon_house03 .photo_icon {
    width: 6.8vw;
    height: 5.733vw;
  }

  .tabs {
    width: 100%;
    border-radius: 5px 5px 5px 5px;
  }
  ul.tabs-nav {
    margin-top: 5.333vw;
  }
  ul.tabs-nav li {
    border-radius: 2vw 2vw 0 0;
    width: 46vw;
    padding: 2.133vw 0 0;
  }
  .tab-content {
    padding: 5.333vw 3.200vw 3vw;
    border: 3px solid #e60012;
    border-radius: 0 0 2.667vw 2.667vw;
  }
  .tab-content .text02_sec02{
    font-size: 4vw;
    margin-top: 3.200vw;
    margin-bottom: 2.933vw;
  }
  .tab-content .text02_sec02.mb_tab{
    margin-bottom: 3.933vw;
  }
  .tab-content .text03_sec02{
    width: 37.333vw;
    margin-bottom: 3.733vw;
  }
  .tab-content .price_sec02{
    margin-top: 0;
    font-size: 4.667vw;
  }
  .tab-content .price_sec02.mt_tab2{
    margin-top: -1.333vw;
  }
  .tab-content .price_sec02 .text_red{
    font-size: 13.333vw;
  }
  .tab-content .price_sec02 .smaill{
    font-size: 6.667vw;
  }
  .tab-content .text04_sec02{
    font-size: 4vw;
    margin-bottom: 3.200vw;
    margin-top: 1.333vw;
  }
}
/* end tab */
/* Accordion */
.sec02 .acc{
  margin-bottom: 2.5rem;
}
.acc {
  margin-bottom: 10px;
}

.acc-head {
  font-size: 22px;
  position: relative;
  cursor: pointer;
  max-width: 400px;
  margin:1.8rem auto .6rem;
 }

 .acc-head::before,
 .acc-head::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #e60012;
  transition: all .3s;
 }

 #tab1 .acc-head::before,
 #tab1 .acc-head::after {
  background-color: #f56767;
 }

 .acc-head::before {
  right: 3.2rem;
  width: .2rem;
  height: 2.1rem;
  margin-top: -1.1rem;
}

.acc-head::after {
  right: 2.2rem;
  width: 2.1rem;
  height: .2rem;
  margin-top: -.2rem;
}

.acc-head .ttl_acc {
  color: #e60012;
  font-weight: bold;
  border: 2px solid #e60012;
  border-radius: 21px;
  font-size: 2.4rem;
  line-height: 1.4;
    padding: .5rem 0 .1rem;
}
#tab1 .acc-head .ttl_acc {
  color: #f56767;
  border: 2px solid #f56767;
}


.acc-content {
  padding: 1.5rem 0;
  display: none;
}
        
.acc-head.active::before {
    transform: rotate(90deg);
}

@media (max-width: 750px){
  .acc {
    margin-bottom: 10px;
  }
  .acc-head {
    font-size: 22px;
    width: 69.333vw;
    margin: auto;
   }
  
   .acc-head::before {
    right: 25px;
    width: 2px;
    height: 16px;
    margin-top: -9px;
  }
  
  .acc-head::after {
    right: 18px;
    width: 16px;
    height: 2px;
    margin-top: -2px;
  }
  .acc-head .ttl_acc {
    border-radius:3.867vw;
    font-size: 4.533vw;
    border: 1px solid #f56767;
    padding: .6vw 0 .3vw 0;
  }
  #tab1 .acc-head .ttl_acc {
    border: 1px solid #f56767;
  }

  
  .acc-content {
    padding: 15px 0;
    display: none;
  }
  
}
/* end Accordion */
.detached_house .text01{
font-size: 2rem;
font-weight: bold;
margin-left: 1.7rem;
line-height: 1.1;
padding-bottom: 2.4rem;
text-align: left;
}
.detached_house .fz100{
  font-size: 4rem;
}
.detached_house .fz24{
  font-size: 1.6rem;
}
.detached_house .photo_house{
  max-width: 100px;
  margin-left: 2rem;
}
.detached_house .blue .photo_house{
  max-width: 11.7rem;
}
.detached_house .pink .photo_house {
  max-width: 6.4rem;
}
.detached_house .yellow .photo_house {
  max-width: 20.3rem;
}
.detached_house .green .photo_house {
  max-width: 10rem;
}
.detached_house .purple .photo_house {
  max-width: 15.4rem;
}
.detached_house .flex_house{
  display: flex;
}
.detached_house .aline_center{
  align-items: center;
}
.detached_house .box_house01{
  background-color: #ffecd9;
  border-radius: 1rem;
}
.detached_house .pink{
  background-color: #fce1e3;
}
.detached_house .pink .photo_flex{
  margin-left: 2.5rem;
  margin-top: .8rem;
}
.detached_house .pink .text01{
  margin-left: 2.7rem;
  line-height: 1.2;
  padding-bottom: 2.2rem;
}
.detached_house .yellow  .text01{
  margin-left: .7rem;
  line-height: 1.2;
  padding-top: .8rem;
}
.flex_pc .yellow .photo_flex {
  margin-left: 1.2rem;
}
.detached_house .yellow{
  background-color: #fff5d5;
}
.detached_house .purple{
  background-color: #efe0fc;
  padding-bottom: 1rem;
}
.detached_house .box_house01.blue{
  background: #e1f3fd;

}
.detached_house .green{
  background-color: #ddf8da;
}
.detached_house .box_text{
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.381;
  display: flex;
  width: calc(576/820*100%);
  margin: auto;
}
.detached_house .box_text02{
  width: calc(650/820*100%);
}
.detached_house dd{
  padding-left: 3px;
}
.sec02{
  padding-top: 9rem;
}
.sec02 .box_text_02{
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.36;
  
}
.sec02 .box_text_02.text_width01{
  width: calc(510/820*100%);
  margin: auto;
}
.sec02 .photo02_sec02{
  width: calc(422/820*100%);
  margin: 2rem auto 0;
}
.sec02 .acc-content{
  padding-bottom: 0;
}

.sec02 .photo03_sec02{
  width:calc(323/820*100%);
  margin: auto;
  margin-bottom: 2.8rem;
}
.sec02 .title02_sec02{
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.8rem;
}
.sec02 .sub_title02_sec02{
  margin: 5rem auto 2.3rem;
  background-color: #e60012;
  font-size: 2.8rem;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  max-width: 445px;
  border-radius: 3rem 0 0 3rem;
  position: relative;
  padding: 1.1rem .5rem .6rem;
  left: -1.3rem;
}
.sec02 .sub_title02_sec02::after{
  content: "";
  position: absolute;
  background: url(../img/icon_row_01_240119.jpg) center center no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 1.3rem;
  bottom: -1.3rem;
  left: 50%;
  margin: auto;
}
.sec02 .sub_title02_sec02::before{
  content: "";
  position: absolute;
  background: url(../img/icon_star01_240118.png) center center no-repeat;
  background-size: contain;
  width: 7.2rem;
  height: 8.1rem;
  bottom: -.6rem;
  right: -2.6rem;
  margin: auto;
}
.sec02 .protect{
  background-color: #ffe6e6;
  padding: 3rem 3.3rem 3rem;
  border-radius: 1rem;
}
.sec02 .protect .title03_sec02{
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}
.sec02 .protect .cmt_protect{
  background-color: #e60012;
  font-size: 2rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 1.6rem 0 1.3rem;
  position: relative;
  border-radius: 10px;
  width: calc(241/346*100%);
  margin-bottom: 3.4rem;
}
.sec02 .protect .cmt_protect::after{
  content: "";
  position: absolute;
  background: url(../img/index-2/icon_row_02_pc_240119.jpg) center center no-repeat;
  background-size: contain;
  width: 2.3rem;
  height: 1.1rem;
  bottom: -1.1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.sec02 .box01_protect{
  display: flex;
  justify-content: center;
  gap: 0 calc(35/885*100%);
  margin-bottom: 4.5rem;
}
.sec02 .box01_protect .box_left{
  width: calc(346/885*100%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.sec02 .photo01_protect{
max-width: 16.1rem;
margin: auto auto 2rem;
margin-right: 10.1%;

}
.sec02 .box01_protect .photo02_protect{
  max-width: 16.1rem;
  height: 13.9rem;
}
.sec02 .box01_protect .box_right{
  width: calc(508/885*100%);
}
.sec02 .list_protect{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.83;
  
}
.sec02 .list_protect>li{
  position: relative;
  padding-left: 1.1em;
}
.sec02 .list_protect>li::before{
  content: "";
  left: 0;
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #e60012;
  border-radius: 50%;
  top: 0.6rem;
}
.sec02 .list_protect .fz13{
  font-size: 1.3rem;
  font-weight: normal;
}
.sec02 .list_protect.list_flex{
  display: flex;
  gap: 0 90px;
  flex-wrap: wrap;
}
.sec02 .text01_protect{
  width: calc(402/508*100%);
  background-color: #ffffff;
  border: 2px solid #e60012;
  border-radius: 21px;
  text-align: center;
  font-size: 2.4rem;
  padding:.6rem 0 .2rem;
  line-height: 1.2;
  font-weight: bold;
  color: #e60012;
  margin-bottom: 1.3rem;
}
.sec02 .item_protect{
  background-color: #ffffff;
  border-radius: 15px;
  position: relative;
  padding: 3rem 0 2.5rem;

}
.sec02 .item_protect .photo03_protect{
  position: absolute;
}
.sec02 .text02_protect{
  border-bottom: 4px solid #ffe6e6;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: .9rem;
  margin-bottom: 1.6rem;
  margin-left: 2.6rem;
  margin-right: 2.6rem;
}
.sec02 .box02_protect{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec02 .box02_protect .item_protect{
  width: calc(430/885*100%);
  position: relative;
}
.sec02 .box02_protect .item_protect .photo03_protect{
  position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 118px;

}
.sec02 .note{
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.6rem;
}
.sec02 .photo02_protect{
  width: calc(289/390*100%);
  margin: 0 auto 2rem;
}
.sec02 .photo04_protect{
margin-bottom: 1.6rem;
}
.sec02 .box02_protect .box_text_protect{
  margin-left: 2rem;
  margin-right: 2rem;
}
.sec02 .box02_protect .text03_protect{
  font-size: 2rem;
  line-height: 1.5;
}
sup{
  font-size: 80%;
  vertical-align: super;
}
.sec02 .photo05_protect{
  max-width: 195px;
  margin: auto auto 1.9rem;
}
@media (max-width: 750px){
    .detached_house .text01{
    font-size: 4vw;
    margin-left: 5vw;
    padding: 2.133vw 0 0;
    line-height: 1.15;
    }
    .detached_house .flex_house {
      display: block;
    }
    .detached_house .fz100{
      font-size: 8vw;
    }
    .detached_house .fz24{
      font-size: 3.200vw;
    }
    .detached_house .photo_house{
      width: 17.333vw;
      margin-left: 2.667vw;
    }
    .detached_house .pink .photo_house {
      max-width:17.333vw;
      }
      .detached_house .green .photo_house {
        max-width:17.333vw;
      }
      .detached_house .green .text01{
        padding-left: 1.867vw;
      }
      .detached_house .pink .text01 {
        margin-left: 5vw;
        line-height: 1.2;
        padding: 0.533vw 0 0;
    }
    .detached_house .yellow .photo_house {
      width: 18.133vw;
    }
    .detached_house .yellow .text01 {
      margin-left:5.333vw;
  }
    .sec02 .box_text_02.text_width01 {
      width: 100%;
    }
    .detached_house .box_house01{
      border-radius: 5px;
      margin-bottom: 2.667vw;
      display: flex;
      padding-bottom: 1.600vw;
    }
    .detached_house .purple{
      padding-bottom: 0;
    }
    .detached_house .yellow {
      padding-bottom: 0;
  }
    .detached_house .box_text{
      font-size: 2.933vw;
      width: 100%;
    }
    .detached_house dt{
      width: 15vw;
    }
    .detached_house dd{
      width: 69.467vw;
      padding-left: 0;
    }
    .sec02 .box_text_02{
      font-size: 2.933vw;
    }
    .sec02 .acc {
      margin-bottom: 0;
    }
    .sec02 {
      padding-top: 14.4vw;
    }
    .sec02 .photo02_sec02{
      width: 83.333vw;
      margin: -1.333vw auto 0 auto;
    }
    .sec02 .photo03_sec02{
      width:63.867vw;
      margin-bottom: 3.400vw;
    }
    .sec02 .title02_sec02 {
      font-size: 5.867vw;
      margin-bottom: 4vw;
      line-height: 1.364;
    }  
    .sec02 .sub_title02_sec02{
      margin: 10.667vw auto 4.533vw 0;
      font-size: 5.600vw;
      max-width: 89.9vw;
      text-align: left;
      border-radius: 6vw 0 0 6vw;
      padding: 1.867vw 0 1.067vw 7.600vw;
      left: 0;
    }
    .sec02 .sub_title02_sec02::after{
      width: 19px;
      height: 10px;
      bottom: -10px;
    }
    .sec02 .sub_title02_sec02::before{
      width: 14.667vw;
      height:16.267vw;
      bottom: -1.333vw;
      right: -4.800vw;
    }
    .sec02 .protect{
      padding: 5.067vw 4vw 6.400vw;
      border-radius: 1.333vw;
    }
    .sec02 .protect .title03_sec02{
      font-size: 4.533vw;
      margin-bottom:1.067vw;
    }
    .sec02 .protect .cmt_protect{
      font-size:3.733vw;
      padding: 2.133vw 0 1.067vw;
      border-radius: 7.5px;
      width: 32vw;
      margin-top: 1.333vw;
      margin-bottom: unset;
      line-height: 1.35;
    }
    .sec02 .protect .cmt_protect::after{
      background: url(../img/index-2_sp/icon_row_02_sp_240119_02.png) center center no-repeat;
      background-size: contain;
      width: 8px;
      height: 15px;
      right: auto;
      top: 0;
      bottom: 0;
      left: -8px;
    }
    .sec02 .box01_protect{
      gap: 0 calc(32/885*100%);
      margin-bottom: 9.067vw;
      display: block;
    }
    .sec02 .box01_protect .box_left{
      width: 100%;
      flex-direction: row-reverse;
      justify-content: center;
      gap: 0 4.667vw;
      align-items: center;
      margin-bottom: 3.467vw;
    }
    .sec02 .photo01_protect{
    max-width:100%;
    width:23.200vw;
    margin: unset;
    }
    .sec02 .box01_protect .photo02_protect{
      max-width: 16.1rem;
      height: 13.9rem;
    }
    .sec02 .box01_protect .box_right{
      width: 100%;
    }
    .sec02 .list_protect{
      font-size: 3.467vw;
      padding-left: 4vw;
      padding-right: 2.667vw;
      line-height: 1.692;
    }
    .sec02 .list_protect>li::before{
      width: 3.2vw;
      height: 3.2vw;
      top: 0.8vw 
    }
    .sec02 .list_protect .fz13{
      font-size:2.667vw;
    }
    .sec02 .list_protect.list_flex{
      gap: 0 14.933vw;
    }
    .sec02 .list_protect.list_flex>li:nth-of-type(3){
      position: relative;
      margin-left: 3.200vw;
    }
    .sec02 .box02_protect{
      gap:7.200vw 0;
    }
    .sec02 .text01_protect{
      width: 69.333vw;
      border: 1px solid #e60012;
      border-radius: 15px;
      font-size:4.533vw;
      padding:1.1vw 0 .8vw 0;
      margin: auto auto 3.200vw;
    }
    .sec02 .item_protect{
      border-radius: 7.5px;
      padding: 6.133vw 0 4.267vw;
    
    }
    .sec02 .photo04_protect {
      margin-bottom: 3.200vw;
    }
    .sec02 .text02_protect{
      border-bottom: 2px solid #ffe6e6;
      font-size: 4.533vw;
      padding-bottom:3vw;
      margin-bottom: 3.467vw;
      margin-left:4.5vw;
      margin-right:4.5vw;
      line-height: 1.412;
    }
    .sec02 .box02_protect .item_protect{
      width: 100%;
    }
    .sec02 .box02_protect .item_protect .photo03_protect{
      top: -3.3vw;
      width: 23.467vw;
    
    }
    .sec02 .photo05_protect{
      width: 39.467vw;
      margin: auto;
      margin-bottom: 2.933vw;
    }
    .sec02 .note{
      font-size: 2.667vw;
      margin-top: 1.067vw;
    }
    .sec02 .photo02_protect{
      width: 60.800vw;
      margin: 0 auto 4.800vw;
    }
    .sec02 .box02_protect .box_text_protect{
      margin-left: 2rem;
      margin-right: 2rem;
    }
    .sec02 .box02_protect .text03_protect{
      font-size: 4vw;
      margin-top: 0;
      line-height: 1.533;
    }
}


/* sec03 */
.sec03{
  padding-top: 9rem;
}
.sec03 .title01_sec03{
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-top: 4.9rem;
  margin-bottom: 3.8rem;
}
.sec03 .title02_sec03{
  color: #f08300;
  background: linear-gradient(#ffffff 68%, #fff000 68%, #fff000 100%);
  line-height: 1.2;
  padding-left: 0.2rem;
  display: inline-block;
}
.sec03 .box_sec03{
  color: #f08300;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  width: calc(511/950*100%);
  margin: auto;
  border-radius: 1.5rem;
  line-height: 1.38;
  border: 2px solid #f08300;
  padding: 1.4rem .5rem .7rem;
}
.sec03 .box_text01{
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 4.5rem;
}
.sec03 .text01_sec03{
  font-weight: bold;
  font-size: 2.4rem;
  background-color: #ffecd9;
  border-radius: 1rem;
  line-height: 1.429;
  color: #222222;
  padding: 2.1rem 0 1.7rem;
  width: calc(640/950*100%);
  margin: 20px auto;
  padding-left: calc(99/950*100%);
  position: relative;
}
.sec03 .text01_sec03:before{
  content: "";
  position: absolute;
  background: url(../img/index-2/check_pc_240118.png) center center no-repeat;
  background-size: contain;
  width: 8.3rem;
  height: 10.9rem;
  left: 4%;
  top: -13%;
}
.sec03 .note_sec03{
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1.9rem;
}
.sec03 .text02_sec03{
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
}
.sec03 .text_line_ssec03{
  color: #f08300;
  display: inline-block;
  line-height: 1.2;
  background: linear-gradient(#ffffff 60%, #fff000 60%, #fff000 100%);
}
.sec03 .photo02_sec03{
  max-width: 15.7rem;
  margin: auto auto 2.2rem;
}
.sec03 .box_chart{
  display: flex;
  width: calc(640/950*100%);
  margin: auto auto 2.2rem;
  align-items: start;
}
.sec03 .box_chart .chart_photo{
  width: calc(332/640*100%);
  margin-left: calc(50/640*100%);
}
.sec03 .box_chart .text_chart{
  width: calc(170/640*100%);
  background-color: #f08300;
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: bold;
  border-radius: 1.5rem;
  padding: 1.3rem 1rem 0 1.8rem;
  position: relative;
  line-height: 1.37;
  margin-left: calc(25/640*100%);
  margin-top: calc(50/640*100%);
}
.sec03 .box_chart .text_chart:before{
  content: "";
  position: absolute;
  background: url(../img/index-2/icon_row_chart_pc_240118.png) center center no-repeat;
  background-size: contain;
  width: 3.9rem;
  height: 2.7rem;
  left: -3.7rem;
  top: 1.9rem;
  bottom: 0;
  margin: auto;
  z-index: 1;

}
.sec03 .box_chart .index{
position: relative;
z-index: 3;
}
.sec03 .blue{
  background-color: #e1f3fd;
}
.sec03 .item_sec03{
  width: calc(465/950*100%);
  border-radius: 1rem;
}
.sec03 .green{
  padding-top: 3rem;
  background-color: #ddf8da;
}
.sec03 .blue .right{
  padding-top: 2.8rem;
  max-width:calc(240/416*100%);
}
.sec03 .green .right{
  max-width:calc(276/416*100%);
}
.sec03 .text_big{
  font-size: 4.8rem;
}
.sec03 .text_smaill{
  font-size: 70%;
}
.sec03 .info01_sec03{
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
.sec03 .photo01{
  max-width: 13.2rem;
  margin: .5rem auto auto;
}
.sec03 .green .photo01{
  margin-top: 2.4rem;
  max-width: 13.6rem;
  margin-left: 0;
}
.sec03 .photo03{
  max-width: 27.3rem;
  margin-bottom: 2rem;
}
.sec03 .list_sec03 li{
  font-size: 1.8rem;
  padding-left: 1.1em;
  position: relative;
  font-weight: bold;
}
.sec03 .blue .list_sec03 li{
  line-height: 1.8;
}
.sec03 .list_sec03 li .fz80_percent{
  font-size: 80%;
}
.sec03 .green .list_sec03 li{
  margin-bottom: 1rem;
}
.sec03 .box_list{
  display: flex;
  position: relative;
  margin-left: 10%;
  margin-right: 10%;
}
.sec03 .green .box_list{
  justify-content: space-between;
}
.sec03 .blue .box_list{
  margin-right: 2%;
}
.sec03 .list_sec03 li:before{
  content: "";
  left: 0;
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #66aedb;
  border-radius: 50%;
  top:-.3rem;
    bottom: 0;
    margin: auto;
}
.sec03 .fz13{
  font-size: 1.3rem;
  font-weight: normal;
  position: absolute;
  left: 1em;
  bottom: -1.2rem;
}
.sec03 .acc-content{
  padding-top: 0;
  padding-bottom: 2.1rem;
}
.sec03 .list_text01_sec03{
  width: calc(113/376*100%);
}
.sec03 .list_text02_sec03{
  width: calc(145/376*100%);
}
.sec03 .list_text01_sec04{
  margin-left: 10%;
  margin-right: 10%;
  margin-top: .8rem;
}
.sec03 .list_text03_sec03{
  width: calc(116/376*100%);
}
.sec03 .list_text04_sec03{
  width: 45%;
}
.sec03 .green .list_sec03 li:before{
  background-color: #71bd62;
  top:-.4rem;
}
.sec03 .btn_sec03{
  background-color: #ffffff;
  border: 2px solid #66aedb;
  border-radius: 2.1rem;
  padding:.4rem .5rem .4rem;
  text-align: center;
  color: #66aedb;
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 1.7rem;
  margin-left: 10%;
  margin-right: 10%;
  line-height: 1.3;
}
.sec03 .green .btn_sec03{
  border: 2px solid #71bd62;
  color: #71bd62;
}
.sec03 .house02_sec03{
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #4d9dd0;
}
.sec03  .green .house02_sec03{
  color: #65ac57;
}
.text_big_sub{
  position: relative;
}
.text_sup{
  position: absolute;
  left: 0;
  right: 0;
  top: -.9rem;
  font-size: 1rem;
  font-weight: normal;
}
.sec03 .house03_sec03{
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.38;
  text-align: center;
}
.sec03 .house_sec03 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.sec03 .blue .house_sec03 {
  padding-left: 6.6%;
  padding-right: 5.6%;
}
.sec03 .green .house_sec03 {
  padding-left: 7%;
  padding-right: 4.5%;
}
.sec03 .green .photo01 {
  margin-top: 2.4rem;
  max-width: 13.6rem;
  margin-left: 0;
}
.sec03 .house_sec03 .left{
  width: calc(176/421*100%);
}
.sec03 .green .house_sec03 .left {
  width: calc(142/421*100%);
}
.sec03 .house01_sec03{
  background-color: #66aedb;
  border-radius: 1.5rem;
  font-size: 2rem;
  color: #ffffff;
  padding: .9rem 0 .7rem;
  position: relative;
  font-weight: bold;
  text-align: center;
  margin-top: -1rem;
  margin-bottom: 1.6rem;
  line-height: 1.4;
}
.sec03 .house01_sec03::before{
 content: "";
 position: absolute;
 background: url(../img/icon_row_01_sec03_pc_240120.jpg) center center no-repeat;
background-size: contain;
width: 2.2rem;
height: 1.1rem;
left: 0;
right: 0;
bottom: -1.1rem;
margin: auto;
}
.sec03 .photo02{
  max-width: 15.2rem;
  margin: 0 auto 1.5rem;
}
@media (max-width: 750px){
  .sec03{
    padding-top: 14.667vw;
  }
  .sec03 .title01_sec03{
    font-size: 4.800vw;
    margin-top: 4.267vw;
    margin-bottom: 3.200vw;
    line-height: 1.444;
  }
  .sec03 .title02_sec03{
    display: inline;
    line-height: 1.17;
    padding-left: 0;
  }
  .sec03 .box_sec03{
    font-size:4vw;
    width: 100%;
    margin: auto;
    border-radius: 2vw;
    border: 1px solid #f08300;
    padding: 2.667vw 1.333vw 1.600vw;
    line-height: 1.4;
  }
  .sec03 .box_text01{
    font-size: 2.933vw;
    margin-top: 2.400vw;
    margin-bottom: 8.267vw;
    line-height: 1.4;
  }
  .sec03 .box_text01 dt{
    width: 16vw;
  }
  .sec03 .box_text01 dd{
    width: 78.667vw;
  }
  .sec03 .text01_sec03{
    font-size:4.533vw;
    border-radius: 1.333vw;
    padding: 4vw 0 2.933vw;
    width:100%;
    margin:auto auto 3.733vw;
    padding-left:16.400vw;
  }
  .sec03 .text01_sec03:before{
    width: 15.6vw;
    height: 20.4vw;
    left:2.933vw;
    top: -2.667vw;
  }
  .sec03 .note_sec03{
    font-size: 2.933vw;
    margin-bottom: 3.467vw;
    margin-top: 3.200vw;
  }
  .sec03 .text02_sec03{
    font-size: 5.333vw;
    line-height: 1.4;
  }
  .sec03 .text_line_ssec03{
    background: linear-gradient(#ffffff 63%, #fff000 63%, #fff000 90%,#ffffff 90%, #ffffff 100%);
    padding-bottom:0.533vw;
    line-height: 1.4;
  }
  .sec03 .photo02_sec03{
    max-width:29.333vw;
    margin: auto auto 2rem;
  }
  .sec03 .box_chart{
    width: 100%;
    margin: auto;
  }
  .sec03 .box_chart .chart_photo{
    width:55.867vw;
    margin:unset;
    margin-left: 1.333vw;
  }
  .sec03 .box_chart .text_chart{
    width: 38.667vw;
    font-size: 3.467vw;
    border-radius: unset;
    padding: 0;
    margin-left: -5vw;
    margin-top: 7.11vw;
    background: none;
  }
  .sec03 .box_chart .text_chart:before{
    content: none;
  
  }
  .sec03 .item_sec03{
    width: 100%;
    padding: 0 2.2rem 2.5rem;
    border-radius: 1.333vw;
    margin-bottom: 4vw;
  }
  .sec03 .green{
    padding-top:5.333vw;
  }
  .sec03 .green .house_sec03 {
    padding-left: 6.133vw;
      padding-right:0.533vw;
  }
  .sec03 .blue .right{
    padding-top: 5.333vw;
  }
  .sec03 .text_big{
    font-size: 9.067vw;
  }
  .sec03 .info01_sec03{
    margin-top: 6.667vw;
    display: block;
  }
  .sec03 .photo01{
    max-width: 100%;
    width: 24.533vw;
    margin: 3.200vw auto auto 4.267vw;
  }
  .sec03 .green .photo01{
    margin-top: 4.800vw;
    width: 25.467vw;
    max-width: 100%;
  }
  .sec03 .photo03{
    max-width: 100%;
    width: 50.933vw;
    margin-bottom: 4vw;
  }
  .sec03 .list_sec03 li{
    font-size: 3.467vw;
    padding-left: 1.1em;
  }
  .sec03 .green .list_sec03 li{
    margin-bottom: 0;
    line-height: 1.692;
  }
  .sec03 .list_sec03 li:before{
    left: 0;
    width: 3.2vw;
    height: 3.2vw;
    top: -0.4vw;
  }
  .sec03 .fz13{
    font-size: 2.667vw;
    bottom:-2.400vw;
  }
  .sec03 .list_text01_sec04{
    margin-top: 1.227vw;
  }
  .sec03 .list_text01_sec03{
    width: 25.333vw;
  }
  .sec03 .list_text02_sec03{
    width: 29.667vw;
  }
  .sec03 .list_text03_sec03{
    width: 23vw;
  }
  .sec03 .blue .box_list {
    margin-right: 3vw;
}
  .sec03 .acc-content {
    padding-bottom: 0;
  }
  .sec03 .list_text04_sec03{
    width: 29.333vw;
  }
  .sec03 .list_text05_sec03 {
    width: 29vw;
}
  .sec03 .item_sec03.green{
    margin-bottom: 0;
  }
  .sec03 .btn_sec03{
    border: 1px solid #66aedb;
    border-radius:3.867vw;
    padding:1.2vw 0 .7vw 0;
    color: #66aedb;
    font-size:4.533vw;
    width: 69.333vw;
    margin: auto auto 2.667vw;
  }
  .sec03 .list_sec03{
    line-height: 1.692;
  }
  .sec03 .box_list {
    margin-left: 4.267vw;
    margin-right: 4.267vw;
  }
  .sec03 .list_text01_sec04{
    margin-left: 4.267vw;
    margin-right: 4.267vw;
  }
.sec03 .green .box_list {
  margin-left: auto;
  margin-right: auto;
  width: 63vw;
  line-height: 1.692;
}
  .sec03 .blue .acc-head::before, .sec03 .blue .acc-head::after{
    background-color: #66aedb;
  }
  .sec03 .green .acc-head::before, .sec03 .green .acc-head::after{
    background-color: #71bd62;
  }
  .sec03 .green .btn_sec03{
    border: 1px solid #71bd62;
  }
  .sec03 .house02_sec03{
    font-size:5.867vw;
    line-height: 1.2;
    margin-bottom: 2.133vw;
  }
  .sec03 .house03_sec03{
    font-size: 4.267vw;
  }
  .sec03 .house_sec03 {
    margin-bottom:3.200vw;
  }
  .sec03 .house_sec03 .left{
    width: calc(170/421*100%);
  }
  .sec03 .blue .house_sec03 {
    padding-left:2.933vw;
    padding-right:5.600vw;
  }
  .sec03 .house01_sec03{
    border-radius: 1.5rem;
    font-size: 3.733vw;
    padding: 1.600vw 0 1.067vw;
    margin-top: -1rem;
    margin-bottom: 1.5rem;
  }
  .sec03 .house01_sec03::before{
   background: url(../img/icon_row_01_sec03_pc_240120.jpg) center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 9px;
  left: 0;
  right: 0;
  bottom: -8.4px;
  }
  .sec03 .photo02{
    max-width: 100%;
    width: 28.400vw;
    margin: 0 auto 3.733vw;
  }
  .title_big_02.yellow_title::after {
    width: 20vw;
    height: 14.533vw;
  }
  .text_sup{
    top: -1.700vw;
    font-size:1.803vw;

  }
}
@media (min-width: 751px){
  .sec03 .item_sec03 .acc-content{
    display: block !important;
  }
}
/* end sec03 */
/* sec04 */
.sec04{
  margin-bottom: 5rem;
}
.sec04 .pt_sec04{
  padding-top: 9rem;
  background-color: #d9f4e5;
}
.sec04 .ttl_acc{
  text-align: center;
  color: #2861b5;
  border: 2px solid #2861b5;
}
.sec04 .acc-head::before, .sec04 .acc-head::after{
  background-color: #2861b5;
}
.title_big_02.blue_title {
  background: #2861b5;
}
.title_big_02.blue_title::after {
  background: url(../img/icon_point04_240119.png) center center no-repeat;
  background-size: contain;
}
.sec04 .text01_sec04{
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background-color: #2861b5;
  border-radius: 1.7rem;
  padding: .3rem 0 0;
  max-width: 20rem;
  margin: 4.1rem auto .9rem;
  position: relative;

}
.sec04 .text04_sec04{
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1.8rem;
  margin-bottom:0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2.2rem;
}
.sec04 .text06_sec04{
  color: #222222;
    font-weight: bold;
    font-size: 3rem;
    background: linear-gradient(#ffffff 71%, #fff000 71%, #fff000 100%);
    line-height: 1;
    display: inline-block;
    padding: 0 1rem;
}
.sec04 .acc-head {
  margin-bottom: 0;
}
.sec04 .text06_blue {
  color: #2861b5;
  font-size: 7.4rem;
}
.sec04 .text_center{
  text-align: center;
}
.sec04 .text04_sec04 .photos_text01_sec04{
  width: 8.4rem;
  height: 6.2rem;
  margin-top: .2rem;
}
.sec04 .text04_sec04 .inline_block02{
  position: relative;
  display: inline-block;
}
.sec04 .detached_house{
  width: calc(820/950*100%);
  margin: auto;
  padding-top: 2.1rem;
  padding-bottom: 0;
}
.sec04 .acc{
  margin-bottom: 2.5rem;
}
.sec04 .box_text_02{
  width: calc(508/820*100%);
  margin: auto;
  font-size: 1.4rem;
}
.sec04 .txt_center{
  text-align: center;
}
.sec04 .text01_sec04::after{
  content: "";
  position: absolute;
  width: 1.9rem;
  height: 0.9rem;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -.9rem;
  background: url(../img/ico_row01_sec04_240119.jpg) center center no-repeat;
  background-size: contain;
}
.sec04 .text02_sec04{
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  color: #2861b5;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.17;
  display: inline-block;
  background: linear-gradient(#ffffff 71%, #fff000 71%, #fff000 100%);
  padding-left: 0.3rem;
}
.sec04 .text03_sec04{
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: .8rem;
}
.sec04 .note_sec04{
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 4.3rem;
}
.sec04 .info_sec04{
  border: .6rem solid #2861b5;
  border-radius: 2rem;
}
.sec04 .title02_sec04{
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding:.3rem 0 .9rem;
  background-color: #2861b5;
  line-height: 1.3;
 
}
.sec04 .title02_sec04 .inline_block{
  position: relative;
  display: inline-block;
  text-align: center;
}
.sec04 .title02_sec04 .inline_block:before{
  content: "";
  position: absolute;
  width: 8.6rem;
  height: 8.5rem;
  left: -12.8rem;
  top: -5.1rem;
  background: url(../img/cmt_sec04_240119.png) center center no-repeat;
  background-size: contain;
}
.sec04 .title02_sec04 .inline_block:after{
  content: "";
  position: absolute;
  width: 8.2rem;
  height: 8.4rem;
  right: -12.1rem;
  bottom: -.9rem;
  background: url(../img/ico_peple01_sec04_240119.png) center center no-repeat;
  background-size: contain;
}
.sec04 .text05_sec04{
  margin-top: 5rem;
  background-color: #daf3ff;
  padding: 2rem .5rem 1.5rem;
  border-radius: 1.5rem;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.412;
  position: relative;
  z-index: 2;
}
.sec04 .text05_sec04:after{
  content: "";
  position: absolute;
  width: 22.7rem;
  height: 10.8rem;
  right: 5.1rem;
  bottom: -.8rem;
margin: auto;
z-index: 1;
  background: url(../img/index-2/bg_text06_sec04_pc_240119.png) center center no-repeat;
  background-size: contain;
}
.sec04 .text05_sec04:before{
  content: "";
  position: absolute;
  width: 21.1rem;
  height: 10.9rem;
  left: 4.3rem;
    top: -.9rem;
margin: auto;
z-index: 1;
  background: url(../img/index-2/bg_text05_sec04_pc_240119.png) center center no-repeat;
  background-size: contain;
}
.sec04 .text_blue{
  color: #2861b5;
}
.sec04 .link_btn {
  max-width: 82rem;
  width: 100%;
  padding: 2.6rem 3rem 2.4rem;
  margin: 5.8rem auto 0;
  background: #2861b5 url(../img/point_3_arrow_rw.png) 96% center no-repeat;
  background-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  font-size: 2.778rem;
  font-weight: bold;
  border-radius: 1.5rem;
  display: block;
  text-align: center;
}
@media (max-width: 750px){
  .sec04 .link_btn {
    max-width: 86.667vw;
    padding: 3vw 4vw 3vw;
    margin-top: 5.6vw;
    font-size: 4.8vw;
    border-radius: 2vw;
    background-size: 2.4vw;
  }
  .sec04{
    margin-bottom: 7.2vw;
  }
  .sec04 .pt_sec04{
    padding-top:16vw;
  }
  .sec04 .ttl_acc {
    border: 1px solid #2861b5;
    }
  .title_big_02.blue_title::after {
    background: url(../img/icon_point04_240119.png) center center no-repeat;
    background-size: contain;
  }
  .sec04 .text01_sec04{
    font-size: 5.333vw;
    border-radius:5.333vw;
    padding: 1.600vw 0 0.533vw;
    max-width:64vw;
    margin: 5.600vw auto 5.333vw;
  
  }
  .sec04 .text04_sec04{
    font-size:4.267vw;
    margin-top: 3.200vw;
    margin-bottom:2px;
    gap: 0 1.333vw;
    margin-left: 4.800vw;
    justify-content: start;
  }
  .sec04 .text06_sec04{
    font-size: 4.667vw;
      line-height: 1;
      margin-bottom:2.933vw;
    margin-top: -.8vw;
  }
  .sec04 .text06_blue {
    font-size: 13.333vw;
  }

  .sec04 .text04_sec04 .photos_text01_sec04{
    width: 14.4vw;
    height: 10.933vw;
    position: relative;
    top: -1.333vw ;
  }
  .sec04 .detached_house{
    width: 86.667vw;
    margin: auto;
    padding-top:4vw;
    padding-bottom: 0;
  }
  .sec04 .detached_house .box_house01:nth-last-of-type(1){
    margin-bottom: 1.867vw;
  }
  .sec04 .acc{
    margin-bottom: 4vw;
  }
  .sec04 .box_text_02{
    width: 100%;
    margin: auto;
    font-size: 2.933vw;
    line-height: 1.364;
  }
  .sec04 .text01_sec04::after{
    width: 19px;
    height: 10px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -9.5px;
  }
  .sec04 .text02_sec04{
    font-size: 4.800vw;
    margin-top: 3.200vw;
    margin-bottom: 10px;
    line-height: 1.444;
    display: inline;
    background: linear-gradient(#ffffff 66%, #fff000 66%, #fff000 97%,#ffffff 97%, #ffffff 100%);
  }
  .sec04 .text03_sec04{
    font-size:4vw;
    margin-bottom: 0.800vw;
    margin-top: 2.400vw;
  }
  .sec04 .note_sec04{
    font-size:2.933vw;
    margin-bottom: 5.333vw;
  }
  .sec04 .info_sec04{
    border-radius:1.333vw 1.333vw 2.667vw 2.667vw;
    border: 0.800vw solid #2861b5;
  }
  .sec04 .title02_sec04{
    font-size:4.533vw;
    padding:5.067vw 0 4vw;
   
  }
  .sec04 .title02_sec04 .inline_block:before{
    width: 15.733vw;
    height: 15.733vw;
    left: -17.867vw;
    top: -11.2vw;
  }
  .sec04 .title02_sec04 .inline_block:after{
    width: 14.133vw;
    height:14.800vw;
    right: -14.667vw;
    bottom: -4vw;
  }
  .sec04 .text05_sec04{
    margin-top: 5.600vw;
    padding: 6.133vw 4vw 4.533vw;
    border-radius:2vw;
    font-size: 4.267vw;
    line-height: 1.412;
    text-align: left;
  }
  .sec04 .text05_sec04:after{
    width:31.467vw;
    height: 20vw;
    right: 0.067vw;
    bottom: -0.533vw;
  z-index: 1;
    background: url(../img/index-2_sp/bg_text06_sec04_sp_240119.png) center center no-repeat;
    background-size: contain;
  }
  .sec04 .text05_sec04:before{
    width: 42.267vw;
    height:26.800vw;
    left: 8.200vw;
      top: -2.400vw;
  margin: auto;
  z-index: 1;
    background: url(../img/index-2_sp/bg_text05_sec04_sp_240119.png) center center no-repeat;
    background-size: contain;
  }
}



/* end sec04 */
@media (min-width: 751px){
  .mv_main{
    position: relative;
  }
  #mv{
    position: relative;
  }
  .btn_mv{
    position: absolute;
    bottom: 1.7rem;
    width: calc(988/1366*100%);
    margin: auto;
    left: 0;
    right: 0;
    text-align: left;
  }
  .btn_mv a{
    font-size: 1.7rem;
  }
  .sec01 .sub_ttl_sec01 {
    font-size: 2.4rem;
    padding: .7rem .5rem .2rem;
    border-radius: 0 2.4rem 2.4rem 0;
    width: calc(410/950*100%);
    text-align: left;
    padding-left: 4.6rem;
    margin: 1.5rem auto 1.9rem;
  }
  .inner01{
    max-width: 95rem;
    margin: 0 auto;
  }
  .detached_house .flex_house{
    margin-top: 1rem;
  }
  .detached_house .pink .flex_house {
    margin-top: .6rem;
  }
  .detached_house .purple .flex_house {
    margin-top: 1.6rem;
  }
  .flex_pc .purple .photo_flex {
    margin-left: 3rem;
}
  .detached_house .purple .text01{
    margin-left: 2.1rem;
    margin-top: .5rem;
  }
}


@media (min-width: 751px) {
  .flex_pc{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1.8rem;
  }
  .flex_pc.center{
    justify-content: center;
    gap: 2.5rem calc(20/820*100%);
  }
  .flex_pc.center.margin{
    gap: 2rem calc(20/820*100%);
  }
  .flex_pc>div{
    width: calc(400/820*100%);
  }
  .flex_pc .photo_flex{
    margin-left: 1.6rem;
  }
  .flex_pc .green .photo_flex{
    margin-left: 2.6rem;
  }
  .detached_house .green .flex_house {
    margin-top: 1.6rem;
    padding-bottom: 1.9rem;
  }
  .detached_house .green .text01{
    margin-left: 2.5rem;
    padding-bottom: 0;
    margin-top: .6rem;
  }
}

@media (min-width: 751px) and (max-width: 1260px){
  .btn_mv a {
    font-size: 1.3vw;
  }
}


/* Thanh css */
/* highlight_yellow_line */
.highlight_yellow_line {
  background: url(../img/bg_line_01.png) center 80% repeat-x;
  background-size: 1px 1rem;
  color: #f56767;
}

@media (max-width: 750px) {
  .highlight_yellow_line {
    background-size: 1px 1.867vw;
  }
}

/* security_quiz */
.security_quiz {
  background: url(../img/security_quiz_bg.png) top left repeat;
  padding: 3.7rem 0 1.8rem;
}

.security_quiz .title_wrap {
  text-align: center;
  margin-bottom: 2.3rem;
}

.security_quiz .title {
  font-size: 1.979rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  background: url(../img/security_quiz_title_icon.png) left -30% no-repeat;
  background-size: 5.5rem;
  padding-left: 7.5rem;
  margin-left: -7rem;
}

.security_quiz .title .decor_01 {
  background: url(../img/security_quiz_decor_01.png) left center no-repeat;
  background-size: 1.4rem;
  padding-left: 2rem;
}

.security_quiz .title .decor_02 {
  background: url(../img/security_quiz_decor_02.png) right center no-repeat;
  background-size: 1.4rem;
  padding-right: 2rem;
}

.security_quiz .highlight {
  color: #f56767;
  font-size: 4.167rem;
  line-height: 1.2;
  text-shadow: 3px 0 #fff, -3px 0 #fff, 0 3px #fff, 0 -3px #fff, 2px 2px #fff, -2px -2px #fff, 2px -2px #fff, -2px 2px #fff;
}

.security_quiz .quiz_box {
  display: none;
}

.security_quiz .border_box {
  border: 6px solid #f56767;
  border-radius: 2rem;
  background: #fff;
  padding: 2.5rem 4.9rem 1.2rem;
  text-align: center;
  position: relative;
  margin-bottom: 5.2rem;
}
#security_quiz_top{
  display: block;
}
.security_quiz .result .border_box {
  padding: 2.5rem 4.9rem 3.3rem;
  margin-bottom: 0;
  position: relative;
}

.security_quiz .sub_title {
  font-size: 3.264rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.2rem;
}


.security_quiz .result .sub_title {
  margin-bottom: 0;
}

.security_quiz .answer_list {}

.security_quiz .answer_list li {
  margin: 0 auto 3rem;
}

.security_quiz .answer_btn {
  display: block;
  font-size: 3.125rem;
  line-height: 1.2;
  font-weight: bold;
  background: #f56767;
  color: #fff;
  padding: 1.2rem 0 1.1rem;
  border-radius: 5rem;
  max-width: 48rem;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  border: none;
  cursor: pointer;
  margin: 0 auto;
}

.security_quiz .sub_title.icon_q {
  display: inline-block;
  background: url(../img/security_quiz_icon_q.png) left center no-repeat;
  background-size: 5rem auto;
  padding: 0.9rem 0 0.5rem 6.5rem;
  line-height: 1.2;
  margin-left: -0.7rem;
}

.security_quiz .answer_btn.icon_a,
.security_quiz .answer_btn.icon_b,
.security_quiz .answer_btn.icon_c {
  text-align: left;
  padding-left: 14.3rem;
}

.security_quiz .answer_btn.icon_a {
  background: #f56767 url(../img/security_quiz_icon_a.png) 8.3rem center no-repeat;
  background-size: 4rem;
}

.security_quiz .answer_btn.icon_b {
  background: #f56767 url(../img/security_quiz_icon_b.png) 8.3rem center no-repeat;
  background-size: 4rem;
}

.security_quiz .answer_btn.icon_c {
  background: #f56767 url(../img/security_quiz_icon_c.png) 8.3rem center no-repeat;
  background-size: 4rem;
}

.security_quiz .apartment .answer_btn.icon_a,
.security_quiz .apartment .answer_btn.icon_b,
.security_quiz .apartment .answer_btn.icon_c {
  padding-left: 12.8rem;
  background-position: 6.8rem center;
}

.security_quiz .photo_illustration_01 {
  max-width: 28.7rem;
  width: 100%;
  margin: 0 auto 3rem;
}

.security_quiz .photo_illustration_02 {
  max-width: 16.9rem;
  width: 100%;
  margin: 0 auto 2.7rem;
}

.security_quiz .status {
  margin: 0 auto;
  width: 100%;
}

.security_quiz .status.status_detached_a,
.security_quiz .status.status_apartment_a {
  max-width: 43.7rem;
  margin-bottom: 1.9rem;
  margin-top: 0.7rem;
}

.security_quiz .status.status_detached_b,
.security_quiz .status.status_apartment_b,
.security_quiz .status.status_apartment_ca,
.security_quiz .status.status_apartment_cb {
  max-width: 34.4rem;
  margin-bottom: 2.7rem;
  margin-top: 1.3rem;
}

.security_quiz .status.status_apartment_ca,
.security_quiz .status.status_apartment_cb {
  max-width: 34.4rem;
  margin-bottom: 0;
  margin-top: 0.2rem;
}

.security_quiz .note {
  font-size: 1.597rem;
  font-weight: bold;
  margin-top: 0.4rem;
  margin-bottom: 2.6rem;
}

.security_quiz .apartment_c_a .note,
.security_quiz .apartment_c_b .note {
  margin-bottom: 1rem;
}

.security_quiz .status.status_rental {
  max-width: 15.6rem;
  margin-top: 1.6rem;
}

.security_quiz .logo_01 {
  max-width: 7.7rem;
  width: 100%;
  display: inline-block;
}

.security_quiz .logo_02 {
  max-width: 15.6rem;
  width: 100%;
  display: inline-block;
}

.security_quiz .logo_03 {
  max-width: 15.4rem;
  width: 100%;
  display: inline-block;
}

.security_quiz .logo_04 {
  max-width: 8.4rem;
  width: 100%;
  display: block;
  margin: 0 auto 1rem;
}

.security_quiz .logo_05 {
  max-width: 8.4rem;
  width: 100%;
  display: block;
  margin: 0 auto 1rem;
}

.security_quiz .content {
  display: flex;
  justify-content: space-between;
}

.security_quiz .table {
  background: #f56767;
  border-radius: 1rem;
  border: 3px solid #f56767;
  border-collapse: unset;
  width: 100%;
  margin-right: 2rem;
}

.security_quiz .table tr:first-child td:last-child {
  border-top-right-radius: 1rem;
}

.security_quiz .table tr:last-child td:last-child {
  border-bottom-right-radius: 1rem;
}


.security_quiz .col01 {
  font-size: 1.736rem;
  writing-mode: vertical-lr;
  color: #fff;
  vertical-align: middle;
  width: 3rem;
}

.security_quiz .col02 {
  font-size: 3.021rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 0 1.5rem;
  border: 0.5px solid #f56767;
  border-right: 2.5px solid #f56767;
  text-align: left;
  vertical-align: middle;
}

.security_quiz .col02 sub {
  font-size: 0.5em;
}

.security_quiz .col02 .xs {
  font-size: 1.319rem;
  font-weight: normal;
}

.security_quiz .col02.row01 {
  background: #ffecd9 url(../img/security_quiz_row_01.png) 95% center no-repeat;
  background-size: 6.7rem;
}

.security_quiz .col02.row02 {
  background: #e1f3fd url(../img/security_quiz_row_02.png) 95% center no-repeat;
  background-size: 7.1rem;
}

.security_quiz .col02.row03 {
  background: #ddf8da url(../img/security_quiz_row_03.png) 95% center no-repeat;
  background-size: 6.7rem;
}

.security_quiz .col02.row04 {
  background: #efe0fc url(../img/security_quiz_row_04.png) 95% center no-repeat;
  background-size: 5.8rem;
}

.security_quiz .col03.check {
  padding: 0 3.2rem;
}

.security_quiz .col03 {
  font-size: 1.597rem;
  line-height: 1.182;
  font-weight: bold;
  text-align: center;
  border: 0.5px solid #f56767;
  vertical-align: middle;
  width: 10rem;
}

.security_quiz .col03.row01 {
  background: #ffcb98;
}

.security_quiz .col03.row02 {
  background: #a6dbf9;
}

.security_quiz .col03.row03 {
  background: #9be793;
}

.security_quiz .col03.row04 {
  background: #ceabed;
}

.security_quiz .description_box {
  background: #ffe1e1;
  border-radius: 1rem;
  max-width: 37.5rem;
  width: 100%;
  padding: 1.5rem 2rem;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.security_quiz .description_title {
  font-size: 1.597rem;
  font-weight: bold;
  margin-bottom: 0.9rem;
}
.security_quiz .description_list{
  font-weight: bold;
}
.security_quiz .description_list dt,
.security_quiz .description_list dd {
  font-size: 1.597rem;
  text-align: left;
}

.security_quiz .description_list dt {
  float: left;
  max-width: 1.5rem;
  width: 100%;
  box-sizing: content-box;
}

.security_quiz .description_list dd {
  padding-left: 3rem;
  text-indent: -1.5rem;
  color: #222222;
  line-height: 1.261;
  margin-bottom: 0.7rem;
}

.security_quiz .description_txt {
  margin-top: 0.6rem;
  background: #fff;
  padding: 1.1rem 1.5rem;
  font-size: 1.458rem;
  line-height: 1.381;
  text-align: left;
}

.security_quiz .arrow_box {
  position: absolute;
  max-width: 23.8rem;
  width: 100%;
  bottom: -4.9rem;
  left: 50%;
  transform: translateX(-50%);
}
.security_quiz .border_box .back_btn{
  max-width: 19.8rem;
position: absolute;
  right: -1.9rem;
  bottom: -5.8rem;
  cursor: pointer;
}
.security_quiz .result_txt {
  font-size: 3.264rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 4.2rem 0 0.5rem;
  padding-left: 8.3rem;
  background: url(../img/security_quiz_result.png) 1% center no-repeat;
  background-size: 5.5rem auto;
  margin-top: 4rem;
}

@media (max-width: 750px) {
  .security_quiz {
    padding: 4.8vw 0 2.133vw;
    background: url(../img/index-2_sp/security_quiz_bg_pc.png) top left repeat;
    background-size: cover;
  }

  .security_quiz .title {
    font-size: 4vw;
    padding-left: 10.667vw;
    background: url(../img/security_quiz_title_icon.png) left 60% no-repeat;
    background-size: 9.467vw;
  }

  .security_quiz .title_wrap {
    margin-bottom: 3.200vw;
  }

  .security_quiz .title .decor_01 {
    background-size: 2.533vw;
    padding-left: 3.067vw;
  }

  .security_quiz .title .decor_02 {
    background-size: 2.533vw;
    padding-right: 3.067vw;
  }

  .security_quiz .highlight {
    font-size: 8.267vw;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  }

  .security_quiz .border_box {
    border: 0.8vw solid #f56767;
    border-radius: 2.667vw;
    background: #fff;
    padding: 3.733vw 6.667vw 2.133vw;
    text-align: center;
    position: relative;
  }

  .security_quiz .sub_title {
    font-size: 6.133vw;
    margin-bottom: 3.200vw;
  }

  .security_quiz .answer_btn {
    font-size: 6.133vw;
    padding: 2.933vw;
    border-radius: 6.667vw;
    max-width: 100%;
    width: 100%;
  }

  .security_quiz .answer_list li {
    margin: 0 auto 5.333vw;
  }

  .security_quiz .sub_title.icon_q {
    display: block;
    font-size: 5.6vw;
    padding-left: 16vw;
    background: url(../img/security_quiz_icon_q.png) left center no-repeat;
    background-size: 12.8vw auto;
    text-align: left;
    line-height: 1.2;
    margin-left: 0;
  }

  .security_quiz .photo_illustration_01 {
    max-width: 63.733vw;
    margin: 0 auto 3.467vw;
  }

  .security_quiz .photo_illustration_02 {
    max-width: 36.267vw;
  }

  .security_quiz .answer_btn.icon_a,
  .security_quiz .answer_btn.icon_b,
  .security_quiz .answer_btn.icon_c {
    background-position: 6.667vw center;
    padding-left: 18vw;
    background-size: 8vw auto;
  }

  .security_quiz .apartment .answer_btn.icon_a,
  .security_quiz .apartment .answer_btn.icon_b,
  .security_quiz .apartment .answer_btn.icon_c {
    background-position: 6.667vw center;
    padding: 3.467vw 0 2.667vw;
    padding-left: 17.867vw;
    background-size: 8vw auto;
  }

  .security_quiz .result .sub_title {
    font-size: 5.333vw;
  }

  .security_quiz .logo_01 {
    max-width: 17.067vw;
  }

  .security_quiz .logo_02 {
    max-width: 28.8vw;
  }

  .security_quiz .logo_03 {
    max-width: 28.4vw;
  }

  .security_quiz .logo_04 {
    max-width: 14.4vw;
  }

  .security_quiz .logo_05 {
    max-width: 14.4vw;
  }

  .security_quiz .note {
    font-size: 2.933vw
  }

  .security_quiz .content {
    flex-direction: column;
  }

  .security_quiz .result .border_box {
    padding: 2.667vw 2.667vw 1.8vw;
    margin-bottom: 0;
  }

  .security_quiz .status.status_detached_a,
  .security_quiz .status.status_apartment_a {
    max-width: 83.333vw;
    margin-bottom: 2.400vw;
    margin-top: -0.533vw;
    margin-left: 0;
  }

  .security_quiz .status.status_detached_b,
  .security_quiz .status.status_apartment_b,
  .security_quiz .status.status_apartment_ca,
  .security_quiz .status.status_apartment_cb {
    max-width: 63.867vw;
    margin-bottom: 5.333vw;
    margin-top: 1.733vw;
  }

  .security_quiz .status.status_rental {
    max-width: 28.800vw;
    margin-top: 3.200vw;
  }

  .security_quiz .status.status_apartment_ca,
  .security_quiz .status.status_apartment_cb {
    margin-bottom: 0;
    margin-top: 0.533vw;
  }

  .security_quiz .apartment_c_a .note,
  .security_quiz .apartment_c_b .note {
    margin-top: 0.8vw;
    margin-bottom: 1.067vw;
  }

  .security_quiz .rental .note {
    margin-top: 0.8vw;
    margin-bottom: 4vw;
  }


  .security_quiz .table {
    border-radius: 2vw;
    margin-right: 0;
    margin-bottom: 2.133vw;
  }

  .security_quiz .table tr:first-child td:last-child {
    border-top-right-radius: 2vw;
  }

  .security_quiz .table tr:last-child td:last-child {
    border-bottom-right-radius: 2vw;
  }

  .security_quiz .col01 {
    font-size: 3.467vw;
  }

  .security_quiz .col02 {
    font-size: 5.867vw;
    padding: 1.867vw 3.333vw;
  }

  .security_quiz .col02.row01 {
    background-size: 13.2vw auto;
    background-position: 42.933vw center;
  }

  .security_quiz .col02.row02 {
    background-size: 13.733vw auto;
    background-position: 42.933vw center;
  }

  .security_quiz .col02.row03 {
    background-size: 13.333vw auto;
    background-position: 42.933vw center;
  }

  .security_quiz .col02.row04 {
    background-size: 11.467vw auto;
    background-position: 42.933vw center;
  }

  .security_quiz .col03.check {
    padding: 0 6.133vw;
  }

  .security_quiz .col03 {
    font-size: 2.933vw;
    width: 19.333vw;
  }

  .security_quiz .description_box {
    border-radius: 2vw;
    max-width: 100%;
    padding: 1.867vw 4vw;
  }

  .security_quiz .description_title {
    font-size: 3.2vw;
  }

  .security_quiz .description_list {
    max-width: 68vw;
    width: 100%;
    padding-left: 1.067vw;
    box-sizing: content-box;
    margin: -0.533vw auto 0;
    overflow: hidden;
  }

  .security_quiz .description_list dt,
  .security_quiz .description_list dd {
    font-size: 2.933vw;
    text-align: left;
  }

  .security_quiz .description_list dt {
    float: left;
    max-width: 2.933vw;
  }

  .security_quiz .description_list dd {
    padding-left: 2.933vw;
    padding-right: 3.200vw;
    text-indent: -2.933vw;
    float: left;
  }

  .security_quiz .description_txt {
    background: #fff;
    padding: 1.067vw 5.600vw 0.267vw;
    font-size: 2.4vw;
    text-align: left;
    margin-top: -0.267vw;
  }

  .security_quiz .arrow_box {
    position: absolute;
    max-width: 34.667vw;
    bottom: -7.467vw;
  }
  .security_quiz .border_box .back_btn{
    position: static;
    max-width: 37.333vw;
    margin: 2vw auto 0;
  }
  .security_quiz .result_txt {
    font-size: 4.8vw;
    padding: 2.133vw 0 0;
    padding-left: 12.533vw;
    background-size: 9.867vw auto;
    margin-top: 6.667vw;
    line-height: 1.333;
    margin-left: 9.333vw;
  }
}

/* accordion */

.accordion_head {
  position: relative;
  cursor: pointer;
}

.accordion_head::before,
.accordion_head::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #009944;
  transition: all .3s;
}

.accordion_head::before {
  right: .9rem;
  width: 0.3rem;
  height: 2rem;
  margin-top: -1rem;
}

.accordion_head::after {
  right: 0;
  width: 2rem;
  height: 0.3rem;
  margin-top: -0.15rem;
}

.accordion_content {
  display: none;
}

.accordion_head.active::before {
  transform: rotate(90deg);
}

@media (max-width: 750px) {
  .accordion_head::before {
    right: 18px;
    width: 2px;
    height: 14px;
    margin-top: -6px;
  }

  .accordion_head::after {
    right: 12px;
    width: 14px;
    height: 2px;
    margin-top: 0;
  }
}

/* point_3 */
.point_3 {
  padding-top: 8.8rem;
  text-align: center;
}

.point_3 .title_wrap {
  position: relative;
  background: #009944;
  color: #fff;
  font-size: 3.264rem;
  font-weight: bold;
  padding: 5.6rem 0 3.2rem;
}

.point_3 .title_wrap span {
  position: absolute;
  max-width: 10.5rem;
  width: 100%;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
}

.point_3_content_01 {
  padding: 4.3rem 0 5.1rem;
}

.point_3_content_01 .txt {
  font-size: 2.951rem;
  font-weight: bold;
  margin-bottom: 3.7rem;
}

.point_3_content_01 .content_list>li {
  margin-bottom: 5rem;
}

.point_3 .border_box {
  border: 6px solid #009944;
  border-radius: 2rem;
  background: #fff;
  padding:6rem 6.3% 1.4rem;
  text-align: center;
  position: relative;
}
.point_3_content_01 .content_list>li:nth-of-type(2) .border_box {
  padding-bottom: 3rem;
}
.point_3_content_02 .flex_box {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.point_3 h3 {
  position: absolute;
  max-width: 30rem;
  width: 100%;
  background: #009944;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: #fff;
  font-size: 2.222rem;
  font-weight: bold;
  top: 0rem;
  left: 50%;
  transform: translateX(-50%);
}

.point_3 .border_box_inner {
  background: #d9f4e5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.2rem 5rem;
  
}
.point_3 .slick-list{
  border-radius: 1.5rem;
}
.point_3 .mb_title h4{
  margin-bottom: .74rem;
}
.point_3 .mb_title02 h4{
  margin-bottom:1.912rem;
}
.point_3 h4 {
  font-size: 2.257rem;
  font-weight: bold;
  margin-bottom: 1.8rem;
  line-height: 1.3;
}

.point_3_content_01 h4 span {
  font-size: 3.472rem;
  color: #009944;
}

.point_3_content_01 .icon_01 {
  max-width: 9.7rem;
}

.point_3_content_01 .icon_02 {
  max-width: 7.3rem;
}

.point_3_content_01 .icon_03 {
  max-width: 12.6rem;
}

.point_3_content_01 .icon_04 {
  max-width: 9.6rem;
}

.point_3_content_01 .icon_05 {
  max-width: 10.6rem;
}

.point_3 .amount {
  font-size: 2.5rem;
  font-weight: bold;
  background: #009944;
  color: #fff;
  border-radius: 1rem;
  padding: .6rem 0 0.6rem;
  max-width: 40rem;
  width: 100%;
  margin: 2.7rem 3rem 2.1rem;
  line-height: 1;
}

.point_3 .amount .line_break {
  display: inline-block;
}

.point_3 .amount .lg {
  font-size: 4.722rem;
  position: relative;
  top: .2rem;
  display: inline-block;
  padding-left: 1.3rem;
}

.point_3 .amount .sm {
  font-size: 1.736rem;
}

.point_3_content_01 .detail_box {
  background: #fff;
  border-radius: 1rem;
  padding: 0 3rem;
}

.point_3_content_01 .detail_box {
  font-size: 2.014rem;
  text-align: left;
  width: 100%;
}

.point_3_content_01 .detail_head {
  font-size: 2.257rem;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem 1rem .7rem;
}
.point_3_content_01 .content_list .text01_slider_point03{
  margin-top: 3rem;
}
.point_3_content_01 .detail_content {
  padding-bottom: 1.3rem;
  line-height: 1.517;
  line-height: 1.545;
}

.point_3_content_01 .slick-list {
  padding: 0 !important;
}

.point_3_content_01 .slick-slide {
  margin: 0 0;
}

.point_3_content_01 .slick-dots li button:before {
  font-size: 1.5rem;
  color: inherit;
  width: 16px;
  height: 16px;
  background-color: #bababa;
  opacity: 1;
  border-radius: 50%;
}
.point_3 .slick-dots{
  bottom: -3.4rem;
}

.point_3_content_01 .slick-dots li.slick-active button:before {
  background-color: #009944;
}

.point_3_content_01 .slick-dots li {
  margin: 0 0.5rem;
}

.point_3_content_01 .prev,
.point_3_content_01 .next {
  position: absolute;
  max-width: 2.1rem;
  width: 100%;
  top: 50.4%;
  left: 2rem;
  cursor: pointer;
  transform: translateY(-50%);
}

.point_3_content_01 .next {
  right: 2rem;
  left: unset;
}

.point_3_content_01 .link_btn {
  max-width: 82rem;
  width: 100%;
  padding: 2.6rem 3rem 2.4rem;
  margin: 0 auto;
  background: #009944 url(../img/point_3_arrow_rw.png) 96% center no-repeat;
  background-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  font-size: 2.778rem;
  font-weight: bold;
  border-radius: 1.5rem;
  display: inline-block;
}


/* point_3_content_02 */

.point_3_content_02 {
  background: #d9f4e5;
  padding: 1.9rem 0 9.2rem;
}


.point_3_content_02 .subtitle_wrap {
  display: inline-block;
  background: url(../img/point_3_tt_ic_01.png) left 1% top 39% no-repeat;
  background-size: 6.7rem auto;
  padding-left: 10rem;
}

.point_3_content_02 .subtitle_inner {
  display: inline-block;
  background: url(../img/point_3_tt_ic_03.png) right top 49% no-repeat;
  background-size: 6.7rem auto;
  padding-right: 10rem;
}

.point_3_content_02 h2 {
  font-size: 2.951rem;
  font-weight: bold;
  display: inline-block;
  background: url(../img/point_3_tt_ic_02.png) center  top 25% no-repeat;
  background-size: 16.2rem auto;
  padding: 7rem 0 8.4rem;
}

.point_3_content_02 .moreover_list {
  display: flex;
  justify-content: space-between;
}

.point_3_content_02 .moreover_list>li {
  width: 100%;
  margin-right: 2.5rem;
}

.point_3_content_02 .moreover_list>li:last-child {
  margin-right: 0;
}
.point_3_content_02 .moreover_list>li:last-child .border_box .icon_03{
  position: relative;
    top: -1rem; 
}
.point_3_content_02 .border_box {
  padding: 6rem 1.4rem 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.point_3_content_02 h3 {
  max-width: 22rem;
}

.point_3_content_02 .icon_01 {
  max-width: 16.1rem;
  width: 100%;
}

.point_3_content_02 .icon_02 {
  max-width: 10.1rem;
  width: 100%;
}

.point_3_content_02 .icon_03 {
  max-width: 9rem;
  width: 100%;
}

.point_3_content_02 h4 {
  margin-top: 0;
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
}

.point_3_content_02 .amount {
  font-size: 2.5rem;
  max-width: 100%;
  margin: 0 0 1rem;
  padding: 1rem 0 .9rem 
}

.point_3_content_02 .amount .lg {
  font-size: 4.028rem;
  padding-left: 1.3rem;
}

.point_3_content_02 .txt {
  font-size: 1.562rem;
  text-align: left;
  line-height: 1.333;
}

@media (max-width: 750px) {
  .point_3 {
    padding-top: 15.733vw;
  }
  .point_3 .title_wrap {
    font-size: 6.133vw;
    padding: 8vw 10vw 3.467vw;
    line-height: 1.348;
  }

  .point_3 .title_wrap span {
    max-width: 20vw;
    top: -9.6vw;
  }

  .point_3_content_01 {
    padding: 3.467vw 0 6.400vw;
  }

  .point_3_content_01 .txt {
    font-size: 4.8vw;
    margin-bottom: 3.200vw;
    padding: 0 16vw;
    line-height: 1.444;
  }

  .point_3_content_01 .content_list>li {
    margin-bottom: 4.933vw;
  }
  .point_3_content_01 .content_list>li:nth-of-type(2) .border_box{
    padding-left: 3.200vw;
    padding-right: 3.200vw;
    padding-bottom: 3.200vw;
  }
  .point_3_content_01 .font42{
    font-size: 5.600vw;
    margin-left: -1.333vw;
  }
  .point_3 .border_box {
    border-radius: 2.667vw;
    padding: 9.6vw 6.667vw 0.533vw;
    text-align: center;
    position: relative;
  }

  .point_3 h3 {
    max-width: 49.333vw;
    font-size: 4vw;
    top: -1px;
    padding-top: 0.800vw;
    padding-bottom:0.4vw;
    line-height: 1.3;
  }

  .point_3 .border_box_inner {
    padding: 4vw;
  }
  .point_3 .slick-list {
    border-radius: 2vw;
  }
  .point_3 h4 {
    font-size: 3.733vw;
    margin-bottom:1.333vw;
    line-height: 1.5;
  }
  .point_3 .mb_title02 h4 {
    margin-bottom:2.329vw;
  }
  .point_3 .mb_title h4 {
    margin-bottom:1.333vw;
  }
  .point_3_content_01 h4 span {
    font-size: 6.133vw;
  }

  .point_3_content_01 .icon_01 {
    max-width: 17.067vw;
  }

  .point_3_content_01 .icon_02 {
    max-width: 17.067vw;
  }

  .point_3_content_01 .icon_03 {
    max-width: 22.933vw;
  }

  .point_3_content_01 .icon_04 {
    max-width: 17.867vw;
  }

  .point_3_content_01 .icon_05 {
    max-width: 18.4vw;
  }

  .point_3 .amount {
    font-size: 4.533vw;
    border-radius: 1.333vw;
    max-width: 100%;
    margin: 4.4vw 0 2.667vw;
    padding: 0.937vw 0 0.937vw;
    line-height: 1.1;
  }
  .point_3 .amount.btn_height{
    height: 12vw;
    padding: .9vw 0 1vw;
  }
  .point_3 .amount .lg {
    font-size: 8.533vw;
    padding-left: 2vw;
  }

  .point_3 .amount .sm {
    font-size: 2.667vw;
  }

  .point_3_content_01 .detail_box {
    border-radius: 1.333vw;
    padding: 0 2.667vw;
  }

  .point_3_content_01 .detail_box {
    font-size: 2.933vw;
  }

  .point_3_content_01 .detail_head {
    font-size: 3.467vw;
    padding: 1.2vw 1.333vw 1.1vw;
  }

  .point_3_content_01 .detail_content {
    padding-bottom: 2.667vw;
    line-height: 1.545;
  }
  .point_3_content_01 .content_list .text01_slider_point03 {
    margin-top: 4.667vw;
  }
  .point_3_content_01 .slick-slide {
    margin: 0;
  }

  .point_3_content_01 .slick-dots li button:before {
    font-size: 2.667vw;
    width: 10px;
    height: 10px;
  }
  .point_3_content_01 .slick-dots li button{
    width: 10px;
    height: 10px;
  }
  .point_3_content_01 .slick-dots li {
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
  .point_3 .slick-dots {
    bottom: -21px;
  }
  .point_3_content_01 .prev,
  .point_3_content_01 .next {
    max-width: 3.467vw;
    left: 2vw;
    top:43.4%;
  }

  .point_3_content_01 .next {
    right: 2vw;
    left: unset;
  }

  .point_3_content_01 .link_btn {
    max-width: 86.667vw;
    padding: 3vw 4vw 3vw;
    font-size: 4.8vw;
    border-radius: 2vw;
    background-size: 2.4vw;
  }

  /* _______________________ */
  .point_3_content_02 {
    background: #d9f4e5;
    padding: 5.333vw 0 10.667vw;
  }

  .point_3_content_02 .subtitle_wrap {
    background-size: 12.133vw auto;
    padding-left: 18.667vw;
  }

  .point_3_content_02 .subtitle_inner {
    display: inline-block;
    background: url(../img/point_3_tt_ic_03.png) right top 56% no-repeat;
    background-size: 12.133vw auto;
    padding-right: 18vw;
  }

  .point_3_content_02 h2 {
    font-size: 5.067vw;
    background-size: 29.333vw auto;
    padding: 9.333vw 0;
    line-height: 1.2;
  }

  .point_3_content_02 .moreover_list {
    flex-direction: column;
  }

  .point_3_content_02 .moreover_list>li {
    margin-right: 0;
    margin-bottom: 5.333vw;
    
  }
  .point_3 .border_box {
    border: 3px solid #009944;
  }
  .point_3_content_02 .moreover_list>li:last-child {
    margin-bottom: 0;
  }
  .point_3_content_02 .moreover_list>li:first-child{
    margin-top: 3.467vw;
  }
  .point_3_content_02 .moreover_list>:nth-of-type(2) .border_box {
   padding-top:8vw;
  }
  .point_3_content_02 .moreover_list>:nth-of-type(3) .border_box {
    padding-top:7.733vw;
   }
  .point_3_content_02 .border_box {
    padding: 10vw 3.2vw 1.8vw;
  }
  .point_3_content_02 .moreover_list>:nth-of-type(2) .icon_02 img{
    position: relative;
    left:2.667vw;
    top:1.067vw;
  }
  .point_3_content_02 .moreover_list>li:last-child .border_box .icon_03 {
    top: 0.800vw;
    left:8.267vw;
}

.point_3_content_02 .moreover_list>:nth-of-type(3) h4{
  margin-left: 11.200vw;
}
.point_3_content_02 .moreover_list>:nth-of-type(3) .amount{
  margin-top: 1.867vw;
}
  .point_3_content_02 .flex_box {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }

  .point_3_content_02 h3 {
    max-width: 49.333vw;
  }

  .point_3_content_02 .icon_01 {
    max-width: 28.8vw;
  }

  .point_3_content_02 .icon_02 {
    max-width: 17.067vw;
  }

  .point_3_content_02 .icon_03 {
    max-width: 16vw;
  }

  .point_3_content_02 .amount {
    max-width: 61.333vw;
    padding: 1.067vw 0 1vw;
    margin-top: 2.667vw;
  }
  .point_3_content_02 .moreover_list li:first-child .amount{
    margin-top: 4.267vw;
  }
  .point_3_content_02 h4 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.429;
  }

  .point_3_content_02 .txt {
    font-size: 2.933vw;
  }
}

.subscriber_testimonials {
  padding: 7.2rem 0 4rem;
}

.subscriber_testimonials h2 {
  font-size: 2.257rem;
  font-weight: bold;
  text-align: center;
  margin-left: -3rem;
  margin-bottom: 2rem;
}

.subscriber_testimonials h2 .decor {
  background: url(../img/index-2_sp/subscriber_testimonials_title_decor_02.png) left top no-repeat;
  background-size: 2rem;
  padding-left: 1.2rem;
  padding-top: 2rem;
  margin-left: -1.2rem;
}

.subscriber_testimonials h2 .highlight {
  font-size: 3.472rem;
  color: #f56767;
}

.subscriber_testimonials_list {
  padding: 0 6.5rem;
}

.subscriber_testimonials_list li {
  margin-bottom: 3rem;
}

.subscriber_testimonials .content_box {
  background: #ffe1e1;
  border-radius: 1.5rem;
  padding: 0 4rem;
}
.subscriber_testimonials .cmt_note{
  padding-top: 3rem;
  font-size: 1.4rem;
  text-indent: -1em;
    padding-left: 1em 
}
.subscriber_testimonials h3 {
  position: relative;
  background: #f56767;
  color: #fff;
  width: 100%;
  font-size: 2.257rem;
  line-height: 1.231;
  font-weight: bold;
  text-align: center;
  padding: 1.4rem 0 0.8rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.subscriber_testimonials h3::before,
.subscriber_testimonials h3::after {
  content: "";
  background-size: 4.7rem;
  position: absolute;
  bottom: -1.6rem;
  width: 2.8rem;
  height: 1.6rem;
}

.subscriber_testimonials h3::before {
  background: url(../img/subscriber_testimonials_title_decor_l.png) bottom left;
  left: 9rem;
  display: none;
}

.subscriber_testimonials h3::after {
  background: url(../img/subscriber_testimonials_title_decor_r.png) bottom right;
  right: 9rem;
}

.subscriber_testimonials_list li:nth-child(2n) h3::before {
  display: block;
}

.subscriber_testimonials_list li:nth-child(2n) h3::after {
  display: none;
}

.subscriber_testimonials .flex_box {
  display: flex;
  justify-content: space-between;
  min-height: 18rem;
  padding-top: 1.4rem;
}

.subscriber_testimonials p {
  font-size: 2.014rem;
  line-height: 1.517;
  padding-top: 1.2rem;
}

.subscriber_testimonials_list li:nth-child(2n) .flex_box {
  flex-direction: row-reverse;
}

.subscriber_testimonials .photo {
  width: 100%;
  margin-left: 2.5rem;
}

.subscriber_testimonials_list li:nth-child(2n) .photo {
  margin-right: 2rem;
  margin-left: 0;
}

.subscriber_testimonials .photo_01 {
  max-width: 10rem;
}

.subscriber_testimonials .photo_02 {
  max-width: 8.9rem;
}

.subscriber_testimonials .photo_03 {
  max-width: 11.2rem;
}


@media (max-width: 750px) {
  .subscriber_testimonials {
    padding: 5.067vw 0 6.667vw;
  }

  .subscriber_testimonials h2 {
    font-size: 6.4vw;
    margin-left: 3.733vw;
    margin-bottom: 3.733vw;
    line-height: 1.2;
  }

  .subscriber_testimonials h2 .highlight {
    font-size: 8.320vw;
  }

  .subscriber_testimonials h2 .decor {
    background: url(../img/index-2/subscriber_testimonials_title_decor_02.png) left top no-repeat;
    background-size: 4.533vw;
    padding-top: 3.733vw;
    padding-left: 3.733vw;
  }

  .subscriber_testimonials h2 .highlight_yellow_line {
    background-size: 1px 2.933vw;
  }

  .subscriber_testimonials_list {
    padding: 0;
  }

  .subscriber_testimonials_list li {
    margin-bottom: 4.267vw;
  }

  .subscriber_testimonials .content_box {
    background: #ffe1e1;
    border-radius: 2.667vw;
    padding: 0 3.467vw;
  }
  .subscriber_testimonials .cmt_note{
    padding-top: 0;
    font-size: 2.133vw;
    padding-bottom: 1.733vw;
  }
  .subscriber_testimonials h3 {
    font-size: 4vw;
    padding: 2vw 0 0.800vw;
    line-height: 1.3;
    border-bottom-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
  }

  .subscriber_testimonials h3::before,
  .subscriber_testimonials h3::after {
    content: "";
    background-size: 10.267vw;
    bottom: -3.2vw;
    width: 5.333vw;
    height: 3.2vw;
  }

  .subscriber_testimonials h3::before {
    left: 12vw;
    bottom: -3vw;
  }

  .subscriber_testimonials h3::after {
    right: 14vw;
  }

  .subscriber_testimonials_list li:nth-child(2n) h3::before {
    display: block;
  }

  .subscriber_testimonials_list li:nth-child(2n) h3::after {
    display: none;
  }

  .subscriber_testimonials .flex_box {
    padding: 3.200vw 0;
    min-height: 25.333vw;
  }

  .subscriber_testimonials p {
    font-size: 3.2vw;
    line-height: 1.417;
    padding: 0;
  }

  .subscriber_testimonials_list li:nth-child(2n) .flex_box {
    flex-direction: row-reverse;
  }

  .subscriber_testimonials .photo {
    margin-left: 4vw;
  }

  .subscriber_testimonials_list li:nth-child(2n) .photo {
    margin-right: 4vw;
    margin-left: 0;
  }

  .subscriber_testimonials .photo_01 {
    max-width: 14.4vw;
  }

  .subscriber_testimonials .photo_02 {
    max-width: 12.4vw;
  }

  .subscriber_testimonials .photo_03 {
    max-width: 16.667vw;
  }
}

.faq h2 {
  background: #f56767;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 3.264rem;
  padding: 4.7rem 0 4.3rem;
}

.faq_list {
  padding: 0 6.5rem 6.9rem;
}

.faq_list>li {
  margin-top: 5rem;
}

.faq .border_box {
  border: 6px solid #f56767;
  border-radius: 2rem;
  background: #ffe1e1;
  overflow: hidden;
}

.faq h3 {
  font-size: 2.257rem;
  font-weight: bold;
  min-height: 9rem;
  padding: 2.2rem 0 1.4rem 7.5rem;
  background: #fff url(../img/faq_ic_q.png) center left no-repeat;
  background-size: 4.4rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  line-height: 1.231;
}

.faq .accordion_head::before,
.faq .accordion_head::after {
  background-color: #f56767;
}
.faq .accordion_head::after {
  right: 4rem;
}
.faq .accordion_head::before {
  right: 4.9rem;
}
.faq .border_box_inner {
  padding: 1.3rem 3rem 2rem 7.5rem;
  background: url(../img/faq_ic_a.png) left 2rem no-repeat;
  background-size: 4.4rem
}
.faq p {
  font-size: 2.014rem;
  line-height: 1.429;
}
.faq .txt_list{
  line-height: 1.381;
  margin-top: 0.5rem;
}
.faq .flex_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.4rem;
}
.faq .faq_list li:nth-of-type(2) .flex_box {
  margin-top: 1.6rem;
}
.faq .faq_list li:nth-of-type(3) .flex_box {
  margin-top: 1.3rem;
  gap: 0 3%;
  align-items: start;
}
.faq .faq_list li:nth-of-type(3) .txt_list{
  margin-top: 0.4rem;
}
.faq .photo {
  width: 100%;
}

.faq .photo_01 {
  max-width: 13.3rem;
  position: relative;
  left: -3%;
}

.faq .photo_02 {
  max-width: 17.5rem;
  position: relative;
  left: -3.5%;
}

.faq .photo_03 {
  max-width: 10rem;
  margin-left: 1.4%;
}
.faq .txt_list>li {
  font-size: 1.458rem;
  text-indent: -1em;
    padding-left: 1em;
}

.faq .note {
  font-size: 1.458rem;
  background: #fff;
  padding:1.5rem 1.5rem 1.2rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(527/502*100%);
  line-height: 1.381;
}

@media (max-width: 750px) {
  .faq h2 {
    font-size: 6.133vw;
    padding: 5.067vw 0 3.467vw;
  }

  .faq_list {
    padding: 0 0 10.667vw;
  }

  .faq_list>li {
    margin-top: 5.333vw;
  }

  .faq .border_box {
    border-radius: 2.667vw;
    border: 3px solid #f56767;
  }

  .faq h3 {
    font-size: 4.267vw;
    min-height: unset;
    padding: 2.667vw 13vw 1.333vw 13.4vw;
    background-size:10vw;
    line-height: 1.438;
  }
  .faq .accordion_head::after {
    right: 12px;
    width: 20px;
    height: 3px;
    margin-top: -1px;
  }
  .faq .accordion_head::before {
    right: 21px;
    width: 3px;
    height: 20px;
    margin-top: -9px;
}
  .faq .flex_box{
    margin-top: 1vw;
  }
  .faq .faq_list li:nth-of-type(2) .flex_box {
    margin-top: 2.933vw;
}
  .faq .border_box_inner {
    padding: 3.333vw 3.2vw 3.333vw 13.333vw;
    background: url(../img/faq_ic_a.png) left 4vw no-repeat;
    background-size:10vw;
  }
  .faq .faq_list li:nth-of-type(3) .border_box_inner>p {
    letter-spacing: -0.3px;
  }
  .faq .faq_list li:nth-of-type(3) .flex_box{
    margin-top: 3.467vw;
  }
  .faq p {
    font-size: 3.733vw;
  }

  .faq .photo_01 {
    max-width: 24.4vw;
    left: -0.800vw;
  }

  .faq .photo_02 {
    max-width: 36vw;
  }

  .faq .photo_03 {
    max-width: 25.067vw;
    flex-shrink: 0;
    margin-top: 7.467vw;
  }

  .faq .txt_list>li {
    font-size: 2.933vw;
  }

  .faq .note {
    font-size: 2.933vw;
    margin-left: 0;
    width: 48vw;
    line-height: 1.455;
  }
}

.mutual_aidworks .title_wrap {
  background: #f56767;
  text-align: center;
}

.mutual_aidworks .title {
  color: #fff;
  font-size: 3.264rem;
  font-weight: bold;
  background: url(../img/mutual_aidworks_tt_ic_01.png) left top 56% no-repeat;
  background-size: 6.2rem;
  display: inline-block;
  padding-left: 9rem;
  padding-top: 1.6rem;
    padding-bottom: 2rem; 
}

.mutual_aidworks .title_inner {
  background: url(../img/mutual_aidworks_tt_ic_02.png) right 2% top 69% no-repeat;
  background-size: 5.4rem;
  padding-right: 9rem;
  display: inline-block;
}

.mutual_aidworks .title .highlight {
  font-size: 1.979rem;
  color: #f56767;
  background: #fff;
  padding: .5rem 2rem 0;
  border-radius: 1.7rem;
  border: 3px solid #f99f9f;
  line-height: 1.2;
  display: inline-block;
}

.mutual_aidworks_content {
  text-align: center;
  padding: 4.6rem 0 2rem;
}

.mutual_aidworks .subtitle {
  font-size: 2.951rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4.3rem;
  line-height: 1.412;
}

.mutual_aidworks .photo {
  width: 100%;
  margin: 0 auto;
}

.mutual_aidworks .photo_01 {
  max-width: 47.4rem;
}

.mutual_aidworks .txt_wrap {
  margin: 4.5rem 0 4rem;
}

.mutual_aidworks .txt {
  font-size: 2.431rem;
  font-weight: bold;
}

.mutual_aidworks .txt_list>li {
  font-size: 1.563rem;
}

.mutual_aidworks .txt_box {
  background: #d5d5d5;
  border-radius: 1.5rem;
  font-size: 2.431rem;
  font-weight: bold;
  padding: 1.4rem 1.5rem .9rem;
    padding-left: 18%;
  margin: 5rem 9rem 3.3rem;
  position: relative;
}

.mutual_aidworks .txt_box::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 5rem;
  background: url(../img/mutual_aidworks_txt_ic_01.png) center center no-repeat;
  background-size: 12.4rem;
  width: 12.4rem;
  height: 7.1rem;
}

.mutual_aidworks .txt_box::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/mutual_aidworks_txt_ic_02.jpg) center bottom no-repeat;
  width: 3.8rem;
  height: 2rem;
}

.mutual_aidworks .txt_bottom {
  font-size: 2.951rem;
  font-weight: bold;
  color: #f56767;
  display: inline-block;
}


@media (max-width: 750px) {
  .mutual_aidworks .title {
    font-size: 6.4vw;
    padding-left: 15.333vw;
    padding-top: 4.267vw;
    padding-bottom: 2.667vw;
    background: url(../img/mutual_aidworks_tt_ic_01.png) left 1% top 56% no-repeat;
    background-size: 10.933vw 
  }

  .mutual_aidworks .title_inner {
    padding-right: 15.333vw;
    background: url(../img/mutual_aidworks_tt_ic_02.png) right 3% top 68% no-repeat;
    background-size: 9.467vw;
  }

  .mutual_aidworks .title .highlight {
    font-size: 4vw;
    padding: .68vw 3.200vw .65vw ;
    border-radius: 3.333vw;
    border: 3px solid #f99f9f;
  }

  .mutual_aidworks_content {
    text-align: center;
    padding: 4vw 0;
  }

  .mutual_aidworks .subtitle {
    font-size: 4.8vw;
    margin-bottom: 5.333vw;
  }

  .mutual_aidworks .photo {
    width: 100%;
    margin: 0 auto;
  }

  .mutual_aidworks .photo_01 {
    max-width: 63.2vw;
  }

  .mutual_aidworks .txt_wrap {
    margin: 5.333vw 0;
  }
  .mutual_aidworks .txt_list{
    margin-top: 1.067vw;
  }

  .mutual_aidworks .txt {
    font-size: 4vw;
    font-weight: bold;
  }

  .mutual_aidworks .txt_list>li {
    font-size: 2.933vw;
    letter-spacing: -0.3px;
  }

  .mutual_aidworks .txt_box {
    border-radius: 2vw;
    font-size: 4vw;
    padding: 4vw 8vw 2.133vw;
    padding-left: 38.667vw;
    margin: 6.667vw 0 4.800vw;
    line-height: 1.4;
  }

  .mutual_aidworks .txt_box::before {
    left: 4.800vw;
    background: url(../img/mutual_aidworks_txt_ic_01.png) center center no-repeat;
    background-size: 27.6vw;
    width: 27.6vw;
    height: 15.467vw;
    bottom: 0;
  }

  .mutual_aidworks .txt_box::after {
    bottom: -11.5px;
    width: 22px;
    height: 12px;
    background: url(../img/index-2_sp/mutual_aidworks_txt_ic_02_sp.png) center bottom no-repeat;
    background-size: contain;
  }

  .mutual_aidworks .txt_bottom {
    font-size: 5.333vw;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 750px) {
  .font_sp_chart .text_big{
    font-size: 6.067vw;
  }
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

/* css ly */
/* start for slide */
#slide_carousel{
  background: #ffe1e1;
}
#slide_carousel .slide_title{
  font-size: 6.4vw;
  background: #f56767;
}
#slide_carousel .slide_title img{
  width: calc(339/750 * 100%);
  margin-left: 31.5vw;
  padding-top: 2.667vw;
}
#slide_carousel .slide_title p{
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding-top: 1.33vw;
  padding-bottom: 3.05vw;
  line-height: 1;
}
#slide_carousel .slide_title span{
  font-size: 7.872vw;
}
#slide_carousel .slide_content{
  padding: 5.33vw 0 9.33vw;
  width: calc(650/750 * 100%);
  margin: 0 auto;
}
#slide_carousel .slick-list{
  background: #fff;
  border-radius: 2vw;
}
#slide_carousel .slide_label{
  text-align: center;
}
#slide_carousel .slide_label span{
  line-height: 1;
  font-size: 4.533vw;
  color: #fff;
  display: block;
  background: #f56767;
  width: calc(260/650 * 100%);
  margin: 0 auto;
  border-radius: 0 0 2vw 2vw;
  font-weight: bold;
  padding: 1.2vw 0;
}
#slide_carousel .slide_inner p{
  color: #222;
}
#slide_carousel .slide_inner{
  width: calc(590/650 * 100%);
  margin: 0 auto;
}
#slide_carousel .slide_text{
  text-align: center;
  font-weight: bold;
  font-size: 4vw;
  line-height: 1.4;
  margin-top: 3.33vw;
  margin-bottom: 3.5vw;
}
#slide_carousel .slide_text01{
  text-align: center;
  font-size: 3.466vw;
  font-weight: bold;
  background: #ffe1e1;
  width: 100%;
  padding: 1.2vw 2vw;
  position: relative;
  margin-top: 4.2667vw;
}
#slide_carousel .slide_text01 span{
  line-height: 1;
  display: block;
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
}
#slide_carousel .slide_text01::before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 2.667vw solid #ffe1e1;
  border-left: 2vw solid transparent;
  border-right: 2vw solid transparent;
  top: -2.567vw;
  right: 23.8vw;
}
#slide_carousel .slide_text02{
  font-size: 4.2667vw;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #f56767!important;
  margin-top: 6vw;
}
#slide_carousel .slide_text02 span{
  font-size: 2.933vw;
  display: inline-block;
  width: calc(110/590 * 100%);
  padding: 1.2vw 0 1.2vw;
  background: #f56767;
  color: #fff;
  border-radius: 2.667vw;
  text-align: center;
  line-height: 1;
  margin-right: 1.5vw;
}
#slide_carousel .slide_text03{
  text-align: center;
  font-size: 3.2vw;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 1.33vw;
}
#slide_carousel .slie_note{
  font-size: 2.99vw;
  line-height: 1.545;
  margin-top: 4vw;
  padding-bottom: 9vw;
}
#slide_carousel .slie_note li{
  padding-left: 1em;
  text-indent: -1em;
}
#slide_carousel .slide_step1 .slide_inner{
  width: calc(514/650 * 100%);
}
#slide_carousel .slide_step1 .slide_text{
  margin-bottom: 3vw;
}
#slide_carousel .slide_step2 .slide_inner{
  width: calc(475/650 * 100%);
}
#slide_carousel .slide_step3 .img_step3{
  width: calc(322/590 * 100%);
  margin: 0 auto;
}
#slide_carousel .slide_text04{
  font-size: 3.4667vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.46;
  color: #f56767;
  margin-top: 2.266vw;
}
#slide_carousel .slide_step2 .slide_text{
  margin-bottom: 1.8vw;
}
#slide_carousel .slide_step3 ul{
  display: flex;
  justify-content: space-between;
  width: calc(467/590 * 100%);
  margin: 1.8vw auto 0;
}
#slide_carousel .slide_step3 ul li{
  width: calc(221/467 * 100%);
}
#slide_carousel .slide_step3 .slide_text05{
  font-size: 2.933vw;
  font-weight: bold;
  color: #f56767;
  margin-bottom: 0.11vw;
}
#slide_carousel .slide_step3 .slide_text{
  margin-bottom: 1.8vw;
}
#slide_carousel .slick-prev.hidden,
#slide_carousel .slick-next.hidden {
  opacity: 0;
  pointer-events:none;
}
#slide_carousel .slick-next::before{
  display: block;
  content: "";
  background: url(../img/slide_nextbtn.png) no-repeat;
  width: 3.5vw;
  height: 7vw;
  background-size: contain;
  opacity: 1;
}
#slide_carousel .slick-prev::before{
  display: block;
  content: "";
  background: url(../img/slide_prevbtn.png) no-repeat;
  width: 3.5vw;
  height: 7vw;
  background-size: contain;
  opacity: 1;
}
#slide_carousel .slick-prev{
  left: -5.33vw;
}
#slide_carousel .slick-next{
  right: -5.33vw;
}
#slide_carousel .slick-prev, .slick-next{
  width: 3.5vw;
  height: 7vw;
  top: 48%;
  transform: translate(0, -48%);
}
#slide_carousel .slick-dots{
  bottom: 4vw;
  width: 99.9%;
}
#slide_carousel .slick-dots li{
  width: 2.66vw;
  height: 2.66vw;
}
#slide_carousel .slick-dots li button{
  width: 2.66vw;
  height: 2.66vw;
}
#slide_carousel .slick-dots li button:before{
  width: 2.66vw;
  height: 2.66vw;
  content: '';
  background: #bababa;
  border-radius: 50%;
  opacity: 1;
}
#slide_carousel .slick-dots li.slick-active button:before{
  opacity: 1;
  background: #f56767;
}
.bnrofficial_app{
  background: #fff;
}
.bnrofficial_app{
  width: calc(680/750 * 100%);
  margin: 5.33vw auto;
}
.slick-slide img.sp, .slick-slide .sp, .bnrofficial_app .sp{
  display: block
}
.slick-slide img.pc, .slick-slide .pc, .bnrofficial_app .pc{
  display: none
}
@media all and (min-width: 751px){
  .slick-slide img.sp, .slick-slide .sp, .bnrofficial_app .sp{
    display: none;
  }
  .slick-slide img.pc, .slick-slide .pc, .bnrofficial_app .pc{
    display: block;
  }
  #slide_carousel .inner_sltt{
    max-width: 950px;
    margin: 0 auto;
  }
  #slide_carousel .slide_inner{
    width: 100%;
    padding: 0 30px;
  }
  #slide_carousel .slide_title img{
    width: 100%;
    max-width: 179px;
    margin-left: 42.45%;
    padding-top: 10px;
  }
  #slide_carousel .slide_title p{
    font-size: 31.33px;
    padding-top: 0.2%;
    padding-bottom: 27px;
    letter-spacing: 1px;
  }
  #slide_carousel .slide_title p span{
    font-size: 44px;
  }
  #slide_carousel .slide_content{
    max-width: 910px;
    width: 100%;
    padding: 50px 45px 70px;
  }
  #slide_carousel .slide_step3 ul li{
    margin-top: 7px;
  }
  #slide_carousel .slide_label span{
    font-size: 21.33px;
    width: 100%;
    max-width: 300px;
    border-radius: 0 0 10px 10px;
    padding: 1.2% 0;
  }
  #slide_carousel .slide_text{
    font-size: 22.66px;
    margin-top: 2.8%;
    margin-bottom: 2%;
  }
  #slide_carousel .slide_text01{
    max-width: 467px;
    float: right;
    margin-right: 0.8%;
    clear: both;
    padding: 0px;
    margin-top: 2.5%;
  }
  #slide_carousel .slide_text01 span{
    font-size: 1.833rem;
    letter-spacing: 1px;
    padding-top: 1.8rem;
    padding-bottom: 1.4rem;
  }
  #slide_carousel .slide_text02{
    font-size: 21.66px;
    letter-spacing: 1px;
    float: inherit;
    clear: both;
    margin-top: 14%;
  }
  #slide_carousel .slide_text02 span{
    font-size: 16.66px;
    padding: 0.8% 0 0.4%;
    max-width: 86px;
    width: 100%;
    margin-right: 1%;
    border-radius: 13px;
    margin-top: -0.3rem;
  }
  #slide_carousel .slide_text03{
    font-size: 15.33px;
    letter-spacing: 0.5px;
    margin-top: 1%;
  }
  #slide_carousel .slie_note{
    font-size: 15px;
    margin-left: 13.5%;
    margin-top: 1.5%;
    line-height: 1.4;
    padding-bottom: 5%;
  }
  #slide_carousel .slide_text01::before{
    border-bottom: 10px solid #ffe1e1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #slide_carousel .slick-list{
    border-radius: 20px;
  }
  #slide_carousel .slide_step1 .slide_inner{
    max-width:471px;
    width: 100%;
    padding: 0px;
  }
  #slide_carousel .slide_step2 .slide_inner {
    width: 100%;
    max-width: 512px;
    padding: 0px;
  }
  #slide_carousel .slide_text04{
    font-size: 18.33px;
    margin-top: 3.8%;
    letter-spacing: 1px;
  }
  #slide_carousel .slide_step3 .img_step3 {
    width: 100%;
    max-width: 567px;
  }
  #slide_carousel .slide_step3 .slide_text05{
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: -1px;
  }
  #slide_carousel .slide_step3 ul{
    max-width: 375px;
    margin: 2px auto 0;
    display: block;
    text-align: center;
  }
  #slide_carousel .slide_step3 ul li{
    max-width: 100%;
    width: 100%;
  }
  #slide_carousel .slie_note li{
    letter-spacing: 0.7px;
  }
  #slide_carousel .slide_step3 .slide_text {
    margin-bottom: 1%;
  }
  #slide_carousel .slick-next::before{
    width: 22px;
    height: 41px;
    background: url(../img/slide_nextbtn_pc.png) no-repeat;
  }
  #slide_carousel .slick-prev::before{
    width: 22px;
    height: 41px;
    background: url(../img/slide_prevbtn_pc.png) no-repeat;
  }
  #slide_carousel .slick-prev, #slide_carousel .slick-next{
    width: 22px;
    height: 41px;
    top: 48.5%;
    transform: translate(0, -48.5%);
  }
  #slide_carousel .slick-next{
    right: 0.8%;
  }
  #slide_carousel .slick-prev{
    left: 0.8%;
  }
  #slide_carousel .slick-dots li button:before{
    width: 15px;
    height: 15px;
  }
  #slide_carousel .slick-dots li button{
    width: 15px;
    height: 15px;
  }
  #slide_carousel .slick-dots li{
    width: 15px;
    height: 15px;
    margin: 0 7px;
  }
  #slide_carousel .slide_step2 .slide_text {
    margin-bottom: 2.7%;
  }
  #slide_carousel .slide_step1 .slide_text {
    margin-bottom: 1.5%;
  }
  #slide_carousel .slick-dots{
    bottom: 41px;
    width: 89.9%;
  }
  .bnrofficial_app{
    max-width: 950px;
    margin: 50px auto;
  }
}
/* end slide */
#pageTop{
  z-index: 4;
}
@media (min-width: 751px) and (max-width: 1030px){
  .convertion-section .convertion-box_item_head span {
    font-size: 1.5vw;
}

}
@media (min-width: 751px) {
  .security_quiz .answer_btn{
    background:unset;
    border-radius:unset;
    padding: 0;
  }
  .security_quiz .answer_btn.icon_a {
    background: unset;
    background-size: unset;
    padding: 0;
  }
  .security_quiz .answer_btn.icon_b {
    background: unset;
    background-size: unset;
    padding: 0;
  }
  .security_quiz .answer_btn.icon_c {
    background: unset;
    background-size: unset;
    padding: 0;
}
.security_quiz .apartment .answer_btn.icon_a, .security_quiz .apartment .answer_btn.icon_b, .security_quiz .apartment .answer_btn.icon_c {
  padding-left: unset;
  background-position:unset;
}
}

@media (min-width: 751px) and (max-width: 1300px){
  .text_sup{
    top: -1.05rem;
  }
}
@media (max-width: 750px) {
  .sec02 .box_text_02.text_width01 .flex{
    display: flex;
  }
  .sec02 .box_text_02.text_width01 .text_w1{
    width: 15vw;
    display: inline-block;
  }
  .sec02 .box_text_02.text_width01 .text_w2{
    width: 69.467vw;
    display: inline-block;
  }
}
/* end 240105 css */
/*TCV update 20240514*/
@media (min-width: 751px) {
  .only-pc {
    display: block!important
  }
  .only-sp {
    display: none!important
  }
  .policy-inner a:hover {
    opacity: .7
  }
}
.policy-wrap01 {
  width: 960px;
  margin: 0 auto
}
.policy-wrap01 .policy-inner {
  margin: 50px 0;
}
.policy-wrap01 .policy-inner h2 {
  display: flex;
  justify-content: center;
  font-size: 37px;
  font-weight: bold!important;
  color: #019A44;
  margin-bottom: 16px
}
.policy-wrap01 .policy-inner .list-note {
  margin-top: 10px;
  padding-left: 14px
}
.policy-wrap01 .policy-inner .list-note li {
  font-size: 16px;
  line-height: 1.3;
  padding-left: 16px;
  text-indent: -16px
}
.policy-wrap02 .policy-inner {
  margin-top: 30px
}
@media (min-width: 751px) and (max-width: 1024px) {
  .policy-wrap01 {
    width: 95%
  }
  .policy-wrap01 .policy-inner h2 {
    font-size: 30px
  }
}
@media screen and (max-width:750px) {
  .only-pc {
    display: none!important
  }
  .policy-wrap01 {
    width: calc(685 / 750 * 100%)
  }
  .policy-wrap01 .policy-inner {
    margin: 6.67vw 0;
  }
  .policy-wrap01 .policy-inner h2 {
    flex-direction: column;
    align-items: center;
    font-size: 4.8vw;
    margin-bottom: 2.13vw;
    line-height: 1.45
  }
  .policy-wrap01 .policy-inner h2 .fs-large {
    font-size: 6vw
  }
  .policy-wrap01 .policy-inner .list-note {
    margin-top: 2vw;
    padding-left: 0;
  }
  .policy-wrap01 .policy-inner .list-note li {
    font-size: 2.266667vw;
    padding-left: 8px;
    text-indent: -8px
  }
  .policy-wrap02 .policy-inner {
    margin: 3.3vw 0;
  }
  .convertion-section .convertion-box_item {
    width: 100%;
  }
  .convertion-section .convertion-box_item:nth-child(1) {
    order: 1;
  }
  .convertion-section .convertion-box_item:nth-child(2) {
    order: 2;
    margin-top: .6em;
  }
  .convertion-section .convertion-box_item:nth-child(3) {
    order: 3;
    margin-top: .6em;
  }
}

/* sec_introduction */
.sec_introduction {
  padding-top: 6.3rem;
}

.sec_introduction .title_big_02.blue_title::after {
  background: url(../img/index-2_sp/introduction_ttl.png) center center no-repeat;
  background-size: contain;
  width: 150px;
  height: 46px;
  top: -2.3rem;
}

.sec_introduction .text02_sec04 {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  color: #2861b5;
  line-height: 1.412;
  display: inline;
  background: linear-gradient(#ffffff 66%, #fff000 66%, #fff000 90%, #ffffff 90%, #ffffff 100%);
  padding-left: 0.3rem;
}

.sec_introduction .txt_my {
  margin: 4.4rem 0 2.5rem;
}

.sec_introduction .txt_center {
  text-align: center;
}

.sec_introduction .illustration_wrap {
  max-width: 77rem;
  width: 90%;
  margin: 0 auto 2rem;
}

.sec_introduction .illustration_wrap .illustration {
  display: flex;
  align-items: center;
}

.sec_introduction .illustration_wrap>.illustration:nth-child(2n) {
  flex-direction: row-reverse;
  margin-top: -.8rem;
}

.sec_introduction .illustration>figure {
  flex-shrink: 0;
  max-width: 9.4rem;
}

.sec_introduction .illustration>p {
  position: relative;
  font-size: 2.4rem;
  text-align: center;
  min-height: 6.2rem;
  padding: 1.5rem 0 .9rem;
  background: #e9e9e9;
  border-radius: 1.5rem;
  max-width: 52.8rem;
  width: 100%;
  margin: 0 2.7rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.sec_introduction .illustration p::before {
  content: '';
  position: absolute;
  background: url(../img/index-2_sp/introduction_arr_01.png) center left no-repeat;
  width: 1.3rem;
  height: 3.4rem;
  left: -1.2rem;
  top: calc(50% - 1.7rem);
}

.sec_introduction .illustration_wrap>.illustration:nth-child(2n) p::before {
  right: -1.2rem;
  left: unset;
  transform: rotate(180deg);
}

@media (max-width: 750px) {
  .sec_introduction .text02_sec04 {
      font-size: 4.800vw;
      margin-top: 3.200vw;
      margin-bottom: 1rem;
      /* background: linear-gradient(#ffffff 66%, #fff000 66%, #fff000 97%, #ffffff 97%, #ffffff 100%); */
  }
}

.possibility {
  background: #daf3ff;
  padding: 3rem 3.2rem;
  border-radius: 1rem;
  margin-top: 2rem;
}

.possibility h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
}

.possibility h3>.txt_red {
  color: #e60012;
}

.possibility_inner {
  display: flex;
  justify-content: space-between;
  margin-top: 4.7rem;
  flex-wrap: wrap;
}

.possibility_inner .alert_box {
  width: 48.8%;
}

.possibility_inner .alert_box h4 {
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: bold;
  background: #2861b5;
  color: #fff;
  text-align: center;
  border-radius: 1.5rem 1.5rem 0 0;
  padding: 3.5rem 2rem 1.3rem;
  position: relative;
}

.possibility_inner .alert_box h4::before {
  content: '';
  position: absolute;
  top: -3.2rem;
  left: 50%;
  transform: translate(-50%);
  background: url(../img/index-2_sp/introduction_ico_03.png) center center no-repeat;
  background-size: contain;
  width: 6.5rem;
  height: 5.8rem;
}

.possibility_inner .alert_box .content {
  border-radius: 0 0 1.5rem 1.5rem;
  background: #fff;
  padding: 2.6rem 0 1.6rem;
}

.possibility_inner .alert_box .alert_txt {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.possibility_inner .alert_box .alert_txt>.txt_s {
  font-size: 1.6rem;
}

.possibility_inner .content_inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  align-items: center;
  margin: 2.2rem 2.1rem 3.5rem;
}

.possibility_inner .content_inner figure {
  max-width: 22.5rem;
}

.possibility_inner .inner_mx {
  margin: 0 2rem;
}

.possibility_inner .txt_wrap {
  background: #2861b5;
  border-radius: 1.5rem;
  padding: 1.5rem 3.5rem 1.3rem;
  position: relative;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1.8rem;
}

.possibility_inner .txt_wrap::before {
  position: absolute;
  content: '';
  left: calc(50% - .75rem) ;
  transform: rotate(-90deg);
  bottom: -3.5rem;
  background: url(../img/index-2_sp/introduction_arr_02.png) center left no-repeat;
  width: 1.5rem;
  height: 5.9rem;
}

.possibility_inner .txt_wrap h5 {
  color: #fff000;
  font-size: 2.1rem;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}

.possibility_inner .txt_wrap ul>li {
  color: #fff;
  font-size: 1.9rem;
}

.possibility_inner .txt_wrap ul>li::marker {
  content: "・";
}

.possibility_inner .txt_wrap ul {
  padding-left: 1.2rem;
  margin-top: .7rem;
}

.possibility_inner .point_wrap {
  background: #ffe6e6;
  border-radius: 1.5rem;
  padding: 0 0 1.1rem;
  margin: 0 2rem;
}

.possibility_inner .point_wrap h5 {
  background: #e60012;
  color: #fff;
  font-size: 1.7rem;
  border-radius: 1.3rem;
  display: inline-block;
  padding: .5rem 1.2rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  top: -1.3rem;
}

.possibility_inner .point_wrap p {
  padding-left: .5rem;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.possibility_inner .bg_orange {
  background: #f08300;
  border-radius: 1.5rem;
  max-width: 27.6rem;
  margin: 1.5rem auto 1.3rem;
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
  padding: .9rem 1.3rem 1.2rem;
  position: relative;
  font-weight: bold;
  line-height: 1;
}

.possibility_inner .bg_orange_inner {
  background: #fff;
  color: #e60012;
  border-radius: 1rem;
  margin-top: .8rem;
  padding: .5rem;
}

.possibility_inner .bg_orange_inner>.txt_l {
  font-size: 3.2rem;
  line-height: 0;
  margin-top: 2rem;
  display: inline-block;
}

.possibility_inner .bg_orange::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translate(-50%);
  bottom: -1.2rem;
  background: url(../img/index-2_sp/introduction_arr_03.png) center bottom no-repeat;
  width: 5.1rem;
  height: 1.3rem;
}

.possibility_inner .graph {
  max-width: 28.4rem;
  margin: 0 auto 1rem;
}

.possibility_inner .graph_ttl {
  font-size: 1.5rem;
  max-width: 30rem;
  margin: 0 auto;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

.possibility_inner .description {
  font-size: 2rem;
  line-height: 1.5;
  margin: 1rem 2.5rem 0;
}

.sec_introduction .introduction_arr {
  max-width: 15.7rem;
  margin: 0 auto;
}

.sec_introduction .conclusion_txt {
  font-size: 2.6rem;
  font-weight: bold;
  max-width: 55.7rem;
  margin: 0 auto 2.2rem;
  background: url(../img/index-2/introduction_dec_01.png) center center no-repeat;
  background-size: contain;
  text-align: center;
  line-height: 1.4;
}

.sec_introduction .conclusion_txt>.txt_blue {
  font-size: 3rem;
  color: #2861b5;
  background: linear-gradient(#ffffff 66%, #fff000 66%, #fff000 90%, #ffffff 90%, #ffffff 100%);
}

.sec_introduction .introduction_arr.it02 {
  margin: 2.4rem auto 1.4rem;
}

.recommend_inner {
  display: flex;
  justify-content: center;
}

.recommend_inner>li:first-child {
  margin-right: 1.6rem;
}

.recommend_inner .content {
  width: 29rem;
  min-height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #daf3ff;
  border-radius: 1.5rem;
  padding-top: .5rem;
}

.recommend_inner .content figure {
  max-width: 5.5rem;
  margin-right: 2rem;
}

.recommend_inner>li:last-child .content figure {
  margin-right: 1rem;
}

.recommend_inner .content p {
  font-size: 2.4rem;
  color: #2861b5;
  font-weight: bold;
  text-align: center;
  line-height: 1.324;
}

@media (max-width: 750px) {
  .sec_introduction {
    padding-top: 12vw;
  }

  .sec_introduction .title_big_02.blue_title::after {
    width: 28vw;
    height: 8.533vw;
    left: 0;
    right: 0;
    top: -4vw;
  }

  .possibility_inner .inner_mx {
    margin: 0 4vw;
  }

  .sec_introduction .txt_my {
    margin: 4vw 0 5.6vw;
  }

  .sec_introduction .illustration>p {
    font-size: 4vw;
    min-height: 17.333vw;
    padding: 1.6vw 0;
    margin: 0 0 0 5.333vw;
    max-width: 100%;
    border-radius: 2vw;
  }

  .sec_introduction .illustration_wrap>.illustration:nth-child(2n) {
    flex-direction: row;
    margin-top: 2.933vw;
  }

  .sec_introduction .illustration p::before {
    width: 3vw;
    height: 12.533vw;
    left: -2.667vw;
    top: calc(50% - 6.267vw);
  }

  .sec_introduction .illustration_wrap>.illustration:nth-child(2n) p::before {
    left: -2.667vw;
    transform: rotate(0);
  }

  .sec_introduction .illustration_wrap {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 5.867vw;
  }
  
  .sec_introduction .illustration>figure {
    max-width: 17.333vw;
  }

  .sec_introduction .introduction_arr {
    max-width: 29.867vw;
  }

  .possibility {
    padding: 5.333vw 4vw;
    margin-top: 4.8vw;
    border-radius: 1.333vw;
  }

  .possibility h3 {
    font-size: 4.8vw;
  }

  .possibility_inner {
    margin-top: 7.2vw;
  }

  .possibility_inner .alert_box h4 {
    font-size: 4.533vw;
    border-radius: 2vw 2vw 0 0;
    padding: 6.4vw 1vw 1.867vw;
  }

  .possibility_inner .alert_box h4::before {
    top: -5.067vw;
    width: 10.133vw;
    height: 9.067vw;
  }

  .possibility_inner .alert_box {
    width: 100%;
  }

  .possibility_inner .alert_box .alert_txt {
    font-size: 4vw;
  }

  .possibility_inner .alert_box .content {
    padding: 4.533vw 0 4vw;
  }

  .possibility_inner .content_inner {
    margin: 4.8vw 4.533vw 6.8vw;
    flex-direction: row;
  }

  .possibility_inner .content_inner figure {
    max-width: 31.6vw;
  }  

  .possibility_inner .txt_wrap {
    width: 42.933vw;
    padding: 3.733vw 1.6vw 3.2vw 2.933vw;
    margin-left: 0;
    border-radius: 2vw;
    margin-bottom: 0;
  }

  .possibility_inner .txt_wrap ul {
    padding-left: 2.667vw;
    margin-top: 1.867vw;
  }

  .possibility_inner .txt_wrap ul>li {
    font-size: 3.467vw;
  }

  .possibility_inner .txt_wrap h5 {
    font-size: 3.467vw;
    text-underline-offset: 1.333vw;
  }

  .possibility_inner .txt_wrap::before {
    left: -2vw;
    width: 3vw;
    height: 25.067vw;
    transform: translateY(-50%);
    top: 50%;
    bottom: unset;
  }

  .possibility_inner .point_wrap {
    padding: 0 4vw 1.867vw;
    margin: 0 4vw;
    border-radius: 2vw;
  }

  .possibility_inner .point_wrap>.txt_center {
    height: 4.533vw;
  }

  .possibility_inner .point_wrap h5 {
    font-size: 2.933vw;
    padding: 1.333vw 2.666vw;
    top: -2.933vw;
    border-radius: 5.333vw;
  }

  .possibility_inner .point_wrap p {
    font-size: 3.467vw;
    line-height: 1.5;
    padding-left: 0;
  }
  
  .possibility_inner .alert_box:first-child {
    margin-right: 0;
    margin-bottom: 9.333vw;
  }

  .possibility_inner .alert_box .alert_txt>.txt_s {
    font-size: 3.2vw;
    line-height: 1.8;
  }

  .possibility_inner .bg_orange {
    max-width: 46.667vw;
    margin: 2.667vw auto 0;
    font-size: 3.467vw;
    padding: 2.4vw 2.667vw 2.4vw;
    border-radius: 2vw;
  }

  .possibility_inner .bg_orange::before {
    bottom: -2vw;
    width: 25.067vw;
    height: 3vw;
  }
  
  .possibility_inner .bg_orange_inner {
    margin-top: 1.867vw;
    padding: 1.6vw;
    border-radius: 1.333vw;
  }

  .possibility_inner .bg_orange_inner>.txt_l {
    font-size: 6.933vw;
    margin-top: 4vw;
  }

  .possibility_inner .graph {
    max-width: 64.533vw;
    margin: 1.867vw auto 1.333vw;
  }

  .possibility_inner .graph_ttl {
    max-width: 100%;
    margin: 0 4.8vw;
    font-size: 2.933vw;
  }

  .possibility_inner .description {
    font-size: 4vw;
    margin: 3.2vw 4.8vw 0;
  }

  .sec_introduction .introduction_arr.it02 {
    margin: 5.867vw auto 4.8vw;
  }

  .sec_introduction .conclusion_txt {
    font-size: 4.533vw;
    max-width: 100%;
    background: unset;
    line-height: 1.8;
    margin-bottom: 2.8vw;
  }

  .sec_introduction .conclusion_txt>.txt_blue {
    font-size: 5.867vw;
    line-height: 1.1;
  }

  .sec_introduction .illustration_wrap.it02 {
    margin: 0 auto 4vw;
  }
  
  .recommend_inner {
    background: url(../img/index-2_sp/introduction_dec_01.png) center center no-repeat;
    background-size: 88.4vw;
  }

  .recommend_inner>li:first-child {
    margin-right: 3.467vw;
  }

  .recommend_inner .content {
    width: 34.667vw;
    min-height: 34.667vw;
    flex-direction: column;
    border-radius: 100%;
    padding-top: 0;
    padding-bottom: 4vw;
  }

  .recommend_inner>li:last-child .content {
    padding-bottom: 2vw;
  }

  .recommend_inner .content figure {
    max-width: 9.6vw;
    margin-right: 0;
    margin-bottom: 2vw;
  }

  .recommend_inner>li:last-child .content figure {
    margin-right: 0;
  }

  .recommend_inner .content p {
    font-size: 4vw;
  }
}
.widget-button.mt_0 {
  margin-top: 0;
}

/* 21007 css */
#smile_kyousai3 .sec01 .sub_ttl_sec01 {
  margin: 1.5rem auto 2.8rem;
}

#smile_kyousai3 .sec01 .title_sec01 {
  margin-bottom: .7rem;
}

#smile_kyousai3 .sec_introduction .title_big_02.blue_title .txt_small {
  font-size: 2.2rem;
}

#smile_kyousai3 .sec_introduction .title_big_02.blue_title {
  padding: 4rem .5rem 2.8rem;
}

#smile_kyousai3 .possibility {
  padding: 3.5rem 6rem;
}

#smile_kyousai3 .possibility h3 {
  line-height: 1.5;
}

#smile_kyousai3 .possibility_inner {
  margin-top: 2.8rem;
}

#smile_kyousai3 .possibility_inner .alert_box h4 {
  font-size: 2.4rem;
  line-height: 1.5;
  border-radius: 1.5rem 1.5rem 0 0;
  padding: 2.3rem 0 1.8rem;
}

#smile_kyousai3 .sec_introduction .txt_my {
  margin: 2.7rem 0 1.8rem;
}

#smile_kyousai3 .possibility_inner .alert_box {
  width: 100%;
}

#smile_kyousai3 .possibility_inner .alert_box h4 .alert_ttl_dec {
  padding-left: 8rem;
  display: inline-block;
  position: relative;
}

#smile_kyousai3 .possibility_inner .alert_box h4 .alert_ttl_dec::before {
  content: '';
  position: absolute;
  left: 0;
  background: url(../img/index-2_sp/introduction_ico_03.png) center center no-repeat;
  background-size: contain;
  width: 6.5rem;
  height: 5.8rem;
}

#smile_kyousai3 .possibility_inner .alert_box h4::before {
  content: none;
}

#smile_kyousai3 .possibility_inner .alert_box .content {
  border-radius: 0 0 1.5rem 1.5rem;
  padding: 2rem 0 2.4rem;
}

#smile_kyousai3 .possibility_inner .alert_box .alert_txt {
  font-size: 2.3rem;
}

#smile_kyousai3 .possibility_inner .content_inner {
  flex-direction: row;
  align-items: flex-start;
  margin: 1.3rem 3.5rem 0;
  position: relative;
}

#smile_kyousai3 .possibility_inner .content_inner::after {
  content: '';
  width: 4.1rem;
  height: 4.1rem;
  background: url(../img/index-2_sp/introduction_ico_plus.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#smile_kyousai3 .possibility_inner .content_inner .left_content {
  max-width: 50%;
  width: 100%;
}

#smile_kyousai3 .possibility_inner .content_inner .left_content .graph {
  max-width: 34.7rem;
  margin: 0;
}

#smile_kyousai3 .possibility_inner .content_inner .left_content ul {
  margin-top: 1.4rem;
}

#smile_kyousai3 .possibility_inner .content_inner .left_content ul>li {
  font-size: 1.4rem;
  line-height: 1.4;
}

#smile_kyousai3 .possibility_inner .content_inner .right_content {
  max-width: 32rem;
  width: 100%;
  margin-right: 1.5rem;
}

#smile_kyousai3 .possibility_inner .content_inner .right_content .inner {
  background: #fce3cd;
  border-radius: 1rem;
  padding: 1.5rem;
}

#smile_kyousai3 .possibility_inner .content_inner .right_content .flex_box {
  display: flex;
  justify-content: space-between;
}

#smile_kyousai3 .possibility_inner .content_inner .right_content .flex_box .img {
  max-width: 14rem;
  width: 100%;
}

#smile_kyousai3 .possibility_inner .content_inner .right_content p {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1.2rem;
  margin: 1.2rem -1rem 0;
  line-height: 1.4;
}

#smile_kyousai3 .possibility_inner .txt_wrap_blue {
  font-size: 2.2rem;
  color: #fff;
  line-height: 1;
  display: inline-block;
  padding: 1rem 3.5rem;
  margin-top: 1.5rem;
  border-radius: 2rem;
  background: #2861b5;
  position: relative;
  font-weight: bold;
  margin-bottom: 1.8rem;
}

#smile_kyousai3 .possibility_inner .txt_wrap_blue::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);

  border-top: 1.5rem solid #2861b5;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  bottom: -1.3rem;
}

#smile_kyousai3 .sec_introduction .introduction_arr.it02 {
  margin: 3.3rem auto 1.4rem;
}

#smile_kyousai3 .recommend_inner {
  flex-wrap: wrap;
}

#smile_kyousai3 .recommend_inner>li:last-child {
  width: 100%;
  margin-top: 1.6rem;
}

#smile_kyousai3 .recommend_inner>li:last-child .content {
  margin: 0 auto;
}

#smile_kyousai3 .recommend_inner>li:last-child .content figure {
  margin-right: 2rem;
}

#smile_kyousai3 .recommend_inner>li:nth-child(2) .content {
  padding-right: 2.5rem;
}

#smile_kyousai3 .recommend_inner>li:nth-child(2) .content>figure {
  margin-right: 3.5rem;
}

#smile_kyousai3 .sec02 {
  padding-top: 8.1rem;
}

#smile_kyousai3 .sec02 .discount .moreover {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1.2rem;
  color: #f56767;
  background: url(../img/index-2_sp/discount_arr_01.png) center bottom no-repeat;
  background-size: 22rem;
  margin: 2.8rem 0 4rem;
}

#smile_kyousai3 .sec02 .discount .price_wrap {
  text-align: center;
  background: url(../img/index-2_sp/discount_dec_01.png) center top no-repeat;
  background-size: 62rem;
}

#smile_kyousai3 .sec02 .discount .price_txt01 {
  color: #222222;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1;
  display: inline-block;
}

#smile_kyousai3 .sec02 .discount .price_txt02 {
  color: #222222;
  font-weight: bold;
  font-size: 4.1rem;
  background: linear-gradient(transparent 71%, #fff000 71%, #fff000 87%, transparent 87%);
  line-height: 1.3;
  display: inline-block;
  padding: 0 1.3rem;
}

#smile_kyousai3 .sec02 .discount .price_txt02 .text_red {
  color: #f56767;
  font-size: 9.6rem;
}

#smile_kyousai3 .sec02 .discount .price_txt02 .txt_medium {
  font-size: 6.4rem;
}

#smile_kyousai3 .sec02 .discount .txt_center {
  text-align: center;
}

#smile_kyousai3 .sec02 .discount .txt_box {
  background: #f56767;
  border-radius: 1rem;
  padding: 1.5rem 2.2rem 1.3rem;
  position: relative;
  font-size: 2.6rem;
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  margin: 1.4rem 0 3rem;
  display: inline-block;
  text-align: center;
}

#smile_kyousai3 .sec02 .discount .txt_box::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);

  border-top: 2rem solid #f56767;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  bottom: -1.5rem;
}

#smile_kyousai3 .sec02 .discount .txt_box .txt_yellow {
  color: #fff88c;
}

#smile_kyousai3 .sec02 .discount .txt_box .txt_large {
  font-size: 3.2rem;
  line-height: 1;
}

#smile_kyousai3 .sec02 .discount .equipment_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#smile_kyousai3 .sec02 .discount .equipment_list>li {
  width: 32.5%;
  margin-top: 1rem;
}

#smile_kyousai3 .sec02 .discount .equipment_list>li:last-child {
  width: 100%;
}

#smile_kyousai3 .sec02 .discount .equipment_list .equipment_box {
  min-height: 18rem;
  background: #fffccf;
  text-align: center;
  border-radius: 1rem;
  padding: 1.5rem 1rem 1rem;
  line-height: 1.2;
}

#smile_kyousai3 .sec02 .discount .equipment_list .equipment_box figure {
  max-width: 9.3rem;
  height: 7.7rem;
  margin: 0 auto;
}

#smile_kyousai3 .sec02 .discount .equipment_list .equipment_box figure.w42 {
  max-width: 4.2rem;
}

#smile_kyousai3 .sec02 .discount .equipment_list .equipment_box figure.w77 {
  max-width: 7.7rem;
}

#smile_kyousai3 .sec02 .discount .equipment_list .equipment_box figure.w88 {
  max-width: 8.8rem;
}

#smile_kyousai3 .sec02 .discount .equipment_list .equipment_box figure.w93 {
  position: relative;
  left: 1rem;
  top: .3rem;
}

#smile_kyousai3 .sec02 .discount .equipment_list .equipment_box.last_it {
  display: flex;
  padding: 2rem 12%;
  text-align: left;
  align-items: center;
  min-height: 16rem;
}

#smile_kyousai3 .sec02 .discount .equipment_list .equipment_box.last_it figure {
  max-width: 14.6rem;
  height: 9rem;
  margin: 0;
  flex-shrink: 0;
  margin-right: 5rem;
}

#smile_kyousai3 .sec02 .discount .equipment_list .equipment_box figure img {
  height: 100%;
  object-fit: contain;
}

#smile_kyousai3 .sec02 .discount .equipment_list .equipment_box h4 {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.3rem 0 .4rem;
  line-height: 1.2;
}

#smile_kyousai3 .sec02 .discount .equipment_list .equipment_box h4.txt_multi {
  margin: .4rem 0 0;
}

#smile_kyousai3 .sec02 .discount .equipment_list .equipment_box.last_it h4 {
  justify-content: flex-start;
  margin: -.6rem 0 1.1rem;
}

#smile_kyousai3 .sec02 .discount .equipment_list .equipment_box p {
  font-size: 1.6rem;
  line-height: 1.5;
}

#smile_kyousai3 .sec02 .sub_title02_sec02 {
  margin: 5.7rem auto 2.3rem;
}

@media (max-width: 750px) {
  #smile_kyousai3 .sec01 .title_sec01 {
    margin-bottom: 1.067vw;
  }

  #smile_kyousai3 .sec_introduction .title_big_02.blue_title {
    padding: 5.867vw 1.333vw 3.733vw
  }

  #smile_kyousai3 .sec01 .sub_ttl_sec01 {
    margin: auto auto 2.667vw
  }

  #smile_kyousai3 .sec_introduction .title_big_02.blue_title .txt_small {
    font-size: 4vw;
  }

  #smile_kyousai3 .sec_introduction .txt_my {
    margin: 4vw 0 5.6vw;
  }

  #smile_kyousai3 .sec_introduction .illustration_wrap.it02 .illustration>p {
    font-size: 3.733vw;
  }

  #smile_kyousai3 .possibility h3 {
    line-height: 1.4;
  }

  #smile_kyousai3 .possibility {
    padding: 5.333vw 0 6.933vw;
    margin-top: 4.8vw;
    border-radius: 1.333vw;
  }

  #smile_kyousai3 .possibility_inner {
    margin: 7.2vw 4vw 0;
  }

  #smile_kyousai3 .possibility_inner .alert_box h4 {
    font-size: 4.267vw;
    line-height: 1.4;
    border-radius: 2vw 2vw 0 0;
    padding: 5.6vw 1vw 2.667vw;
  }

  #smile_kyousai3 .possibility_inner .alert_box h4 .alert_ttl_dec {
    padding-left: 0;
  }

  #smile_kyousai3 .possibility_inner .alert_box h4 .alert_ttl_dec::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10.133vw;
    width: 10.133vw;
    height: 9.067vw;
  }

  #smile_kyousai3 .possibility_inner .alert_box .alert_txt {
    font-size: 4vw;
  }

  #smile_kyousai3 .possibility_inner .alert_box .content {
    border-radius: 0 0 2vw 2vw;
    padding: 4vw 0 6.933vw;
  }

  #smile_kyousai3 .possibility_inner .txt_wrap_blue {
    font-size: 4vw;
    padding: 2vw 2vw 1.6vw;
    margin-top: 3.733vw;
    border-radius: 4vw;
    margin-bottom: 6vw;
    width: 83%;
  }

  #smile_kyousai3 .possibility_inner .txt_wrap_blue::before {
    border-top: 2.667vw solid #2861b5;
    border-left: 2.667vw solid transparent;
    border-right: 2.667vw solid transparent;
    bottom: -2vw;
  }

  #smile_kyousai3 .possibility_inner .content_inner {
    flex-direction: column;
    margin: 2vw 2.667vw 0;
  }

  #smile_kyousai3 .possibility_inner .content_inner::after {
    width: 9.333vw;
    height: 9.333vw;
    top: 46%;
    left: 50%;
  }

  #smile_kyousai3 .possibility_inner .content_inner .left_content,
  #smile_kyousai3 .possibility_inner .content_inner .right_content {
    max-width: 100%;
  }

  #smile_kyousai3 .possibility_inner .content_inner .left_content ul {
    width: fit-content;
    margin: 3.2vw auto 0;
  }

  #smile_kyousai3 .possibility_inner .content_inner .left_content ul>li {
    font-size: 2.933vw;
  }

  #smile_kyousai3 .possibility_inner .content_inner .left_content .graph {
    max-width: 78.267vw;
    margin: 0 0 0 auto;
  }

  #smile_kyousai3 .possibility_inner .content_inner .left_content {
    margin-bottom: 16.8vw;
  }

  #smile_kyousai3 .possibility_inner .content_inner .right_content .flex_box .img {
    max-width: 35.733vw;
  }

  #smile_kyousai3 .possibility_inner .content_inner .right_content {
    border-radius: 2vw;
    max-width: 100%;
    margin-right: 0;
  }

  #smile_kyousai3 .possibility_inner .content_inner .right_content .inner {
    padding: 4vw 4vw 2.667vw;
  }

  #smile_kyousai3 .possibility_inner .content_inner .right_content p {
    font-size: 4vw;
    margin-top: 3.467vw;
    margin: 3.467vw -4vw 0;
  }

  #smile_kyousai3 .possibility_inner .alert_box:first-child {
    margin-bottom: 0;
  }

  #smile_kyousai3 .sec_introduction .introduction_arr.it02 {
    margin: 5.067vw auto 4.8vw;
  }

  #smile_kyousai3 .recommend_inner {
    background: url(../img/index-2_sp/introduction_dec_02.png) 33% 0 no-repeat;
    background-size: 84vw;
  }
  
  #smile_kyousai3 .recommend_inner>li:nth-child(2) .content {
    padding-right: 0;
  }
  
  #smile_kyousai3 .recommend_inner>li:nth-child(2) .content>figure {
    margin-right: 0;
  }

  #smile_kyousai3 .sec_introduction .conclusion_txt {
    margin-bottom: 4.533vw;
  }

  #smile_kyousai3 .recommend_inner>li:last-child {
    margin-top: -1.6vw;
  }

  #smile_kyousai3 .recommend_inner>li:last-child .content {
    padding-bottom: 0;
  }

  #smile_kyousai3 .recommend_inner>li:last-child .content figure {
    margin-right: 0;
    max-width: 11.733vw;
  }

  #smile_kyousai3 .sec02 .discount .price_wrap {
    background-size: 93.2vw;
  }

  #smile_kyousai3 .sec02 .discount .txt_box::before {
    border-top: 2.667vw solid #f56767;
    border-left: 2.667vw solid transparent;
    border-right: 2.667vw solid transparent;
    bottom: -2vw;
  }

  #smile_kyousai3 .sec02 .discount .price_txt01 {
    font-size: 5.333vw;
  }

  #smile_kyousai3 .sec02 .discount .price_txt02 .txt_wrap {
    display: inline-block;
    font-size: 6.4vw;
    line-height: 1;
  }

  #smile_kyousai3 .sec02 .discount .price_txt02 .text_red {
    font-size: 15.2vw;
  }

  #smile_kyousai3 .sec02 .discount .price_txt02 .txt_medium {
    font-size: 10.133vw;
  }

  #smile_kyousai3 .sec02 .discount .txt_box {
    border-radius: 1.333vw;
    padding: 3.2vw 5.067vw 2vw;
    font-size: 4vw;
    line-height: 1.2;
    margin: 1.333vw 0 3.2vw;
  }

  #smile_kyousai3 .sec02 .discount .moreover {
    font-size: 5.067vw;
    padding-bottom: 2vw;
    background-size: 29.333vw;
    margin: 1.6vw 0 11.2vw;
  }

  #smile_kyousai3 .sec02 .discount .price_txt02 {
    line-height: 1.5;
    padding: 0;
  }

  #smile_kyousai3 .sec02 .discount .txt_box .txt_large {
    font-size: 4.667vw;
  }

  #smile_kyousai3 .sec02 .discount .equipment_list>li {
    width: 49%;
    margin-top: 2vw;
  }
  
  #smile_kyousai3 .sec02 .discount .equipment_list .equipment_box {
    min-height: unset;
    background: #fffccf;
    text-align: center;
    border-radius: 1.333vw;
    padding: 3.467vw 0 2.133vw;
    line-height: 1.2;
  }

  #smile_kyousai3 .sec02 .discount .equipment_list .equipment_box h4 {
    font-size: 4vw;
    margin: 2.133vw 0 0;
  }
  
  #smile_kyousai3 .sec02 .discount .equipment_list .equipment_box h4.txt_multi {
    margin: 2.133vw 0 0;
  }

  #smile_kyousai3 .sec02 .discount .equipment_list .equipment_box p {
    font-size: 3.2vw;
    line-height: 1.4;
  }

  #smile_kyousai3 .sec02 .discount .equipment_list .equipment_box figure {
    max-width: 16vw;
    height: 13.333vw;
  }

  #smile_kyousai3 .sec02 .discount .equipment_list .equipment_box figure.w77 {
    max-width: 14.667vw;
  }

  #smile_kyousai3 .sec02 .discount .equipment_list .equipment_box figure.w93 {
    max-width: 17.2vw;
    position: relative;
    left: 3.467vw;
    top: -0.8vw;
  }

  #smile_kyousai3 .sec02 .discount .equipment_list .equipment_box figure.w88 {
    max-width: 16.267vw;
  }

  #smile_kyousai3 .sec02 .discount .equipment_list .equipment_box figure.w42 {
    max-width: 7.733vw;
  }

  #smile_kyousai3 .sec02 .discount .equipment_list .equipment_box.last_it {
    padding: 2vw 3% 2vw 6.5%;
    min-height: 30.4vw;
  }

  #smile_kyousai3 .sec02 .discount .equipment_list .equipment_box.last_it figure {
    max-width: 26.667vw;
    height: 16.667vw;
    margin: 0;
    flex-shrink: 0;
    margin-right: 5.6vw;
  }

  #smile_kyousai3 .sec02 .discount .equipment_list .equipment_box.last_it h4 {
    margin: 0.8vw 0 0.533vw;
  }
  #smile_kyousai3 .sec02 .sub_title02_sec02 {
    margin: 15.467vw auto 4.533vw 0;
  }
}

.box_link {
  margin-top: 2.7rem;
  text-align: center;
}

.box_link a {
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  line-height: 1;
  color: #222222
}

@media (max-width: 750px) {
  .box_link {
    margin-top: 6.4vw;
  }

  .box_link a {
    font-size: 3.7333vw;
  }
}

/* benefits_list */

.benefits_area {
  background: url("/kyousai/kasai/campaign/smile/assets_smile/img/index-2/bg10.png");
  margin-top: 0;
  padding-top: 6.6em;
  padding-bottom: 3.2em;
  text-align: center;
}
.benefits_area .ttl01 {
  text-align: center;
  font-size: 2.6em;
  font-weight: 700;
}

.benefits_area .ttl01 .title {
  font-size: 1.538em;
  position: relative;
}
.benefits_area .ttl01 .title:after {
  position: absolute;
  content: "";
  top: 12%;
  right: -2.7em;
  transform: translateY(-50%);
  width: 2.176em;
  height: 2.401em;
  background: url("/kyousai/kasai/campaign/smile/assets_smile/img/index-2/benefits_ico01.png") no-repeat;
  background-size: 100%;
}
.benefits_area .img01 {
  margin: 1.4em auto 3.1em;
}
.benefits_area .img01 img {
  margin: 0 auto;
}
.benefits_area .ttl02 {
  text-align: center;
}
.benefits_area .ttl02 img {
  margin: 0 auto;
}
.benefits_area .flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.benefits_area .box_link a {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  padding-right: 35px;
  text-decoration: underline;
  text-underline-offset: 6px;
  line-height: 1;
  color: #094;
}
.benefits_area .box_link a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 22px;
  background: url("/kyousai/kasai/campaign/smile/assets_smile/img/index-2/kyousai02_icon_arrow_green.png") no-repeat;
  background-size: 100%;
}
.benefits_area .note_list {
  max-width: 860px;
  margin: 2.4em auto 0;
}
.benefits_area .note_list li {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
  letter-spacing: 0.044em;
  text-align: left;
}
.benefits_list li {
  position: relative;
}
.benefits_list li .link_txt {
  text-align: center;
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}
.benefits_list li .link_txt a {
  font-size: 1.6em;
  font-weight: 700;
  text-underline-offset: 0.25em;
}
.txt-orange {
  color: #eb6f00 !important;
}
.benefits_list .slick-loading .slick-list {
  background: #fff center center no-repeat;
  height: 100%;
}
.benefits_list .slick-next,
.benefits_list .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 1;
}
.benefits_list .slick-prev {
  left: -50px;
}
.benefits_list .slick-next {
  right: -50px;
}
.benefits_list .slick-next:focus,
.benefits_list .slick-next:hover,
.benefits_list .slick-prev:focus,
.benefits_list .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.benefits_list .slick-next:focus:before,
.benefits_list .slick-next:hover:before,
.benefits_list .slick-prev:focus:before,
.benefits_list .slick-prev:hover:before {
  opacity: 1;
}
.benefits_list .slick-next.slick-disabled:before,
.benefits_list .slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.benefits_list .slick-next:before,
.benefits_list .slick-prev:before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  opacity: 0.75;
}
.benefits_list .slick-prev:before {
  background: url(/kyousai/kasai/campaign/smile/assets_smile/img/index-2/kyousai02_icon_previous.png) no-repeat;
  background-size: 100%;
}
.benefits_list .slick-next:before {
  background: url(/kyousai/kasai/campaign/smile/assets_smile/img/index-2/kyousai02_icon_next.png) no-repeat;
  background-size: 100%;
}
.benefits_list .slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.benefits_list .slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
  margin: 0 9px;
  padding: 0;
  cursor: pointer;
}
.benefits_list .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.benefits_list .slick-dots li button:focus,
.benefits_list .slick-dots li button:hover {
  outline: 0;
}
.benefits_list .slick-dots li button:focus:before,
.benefits_list .slick-dots li button:hover:before {
  color: #094;
  opacity: 1;
}
.benefits_list .slick-dots li button:before {
  font-family: inherit;
  font-size: 80px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
}
.benefits_list .slick-dots li.slick-active button:before {
  color: #094;
  opacity: 1;
}
@media only screen and (min-width: 751px) {
  .benefits_box {
      max-width: 800px;
      margin: 0 auto;
  }
  .benefits_list {
      margin-top: 2rem;
      gap: 2em 0;
  }
  .benefits_list li {
      margin: 0 10px;
  }
  .benefits_area .ttl02.ttl03 {
      margin-top: 7.8em;
  }
  .benefits_area .box_link {
      text-align: center;
      margin-top: 8em;
  }
  .benefits_area .box_link a {
      font-size: 2.4em;
  }
  .benefits_list li a:hover {
      opacity: 0.7;
  }
  #benefits img {
      width: auto;
      max-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .benefits_list li .link_txt {
      bottom: 4.8vw;
  }
  .benefits_list li .link_txt a {
      font-size: 2.4vw;
  }
}

@media only screen and (max-width: 900px) and (min-width: 751px) {
  .benefits_list .slick-next {
      right: 0;
  }
  .benefits_list .slick-prev {
      left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .benefits_area {
      padding-top: 11.2vw;
  }
  .benefits_area .ttl01 {
      font-size: 4.8vw;
  }
  .benefits_area .ttl01 .title {
      font-size: 6.667vw;
  }
  .benefits_area .ttl01 .title:after {
      top: 17vw;
      right: -5.867vw;
  }
  .benefits_area .img01 img,
  .benefits_area .ttl02 img,
  .benefits_list img {
      width: 100%;
  }
  .benefits_area .img01 {
      width: 91%;
  }
  .benefits_area .ttl02 {
      width: 95%;
      margin: 0 auto 1.867vw;
  }
  .benefits_box {
      width: 86%;
      margin: 0 auto;
  }
  .benefits_box .slick-prev {
      left: -10%;
  }
  .benefits_box .slick-next {
      right: -10%;
  }
  .benefits_box .slick-dots {
      bottom: -15%;
  }
  .benefits_area .ttl02.ttl03 {
      margin-top: 13.867vw;
  }
  #benefits .box_link {
      margin-top: 13.867vw;
      text-align: center;
  }
  #benefits .box_link a {
      font-size: 4vw;
      padding-right: 4vw;
  }
  .benefits_area .box_link a:after {
      right: 0;
      width: 3.2vw;
      height: 4vw;
  }
  #benefits .note_list {
      width: 92%;
      margin: 12px auto;
  }
  #benefits .note_list li {
      font-size: 2.4vw;
  }
  .benefits_list .slick-next,
  .benefits_list .slick-prev {
      width: 6.4vw;
      height: 6.4vw;
      top: 51%;
  }
  .benefits_list .slick-prev:before {
      width: 6.4vw;
      height: 6.4vw;
  }
  .benefits_list .slick-next:before {
      width: 6.4vw;
      height: 6.4vw;
  }
  .benefits_list .slick-dots li {
      width: 5.33vw;
      height: 5.33vw;
      margin: 0 0.5vw;
  }
  .benefits_list .slick-dots li button {
      width: 5.33vw;
      height: 5.33vw;
      padding: 0.67vw;
  }
  .benefits_list .slick-dots li button:before {
      font-size: 11vw;
  }
}
