
ul{
  list-style: none;
}
.inner_wrap{
  max-width: 1380px;
  padding: 138px 50px;
  margin: 0 auto;
}
.tit h3{
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
}
.btn_group{
  margin-top: 60px;
}
.btn_group a{
  background: #222;
  border-radius: 4px;
  padding: 12.5px 48px 12.5px 56px;
  display: inline-flex;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
  align-items: center;
}
.btn_group a:after{
  content: '';
  display: block;
  background: url(/wp-content/themes/fastfive/assets/images/feat/ico_arrow_w.svg) 50% 50% no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
.btn_group a.reverse{
  background: #FFE271;
  color: #222;
}

.btn_group a.reverse:after{
  background: url(/wp-content/themes/fastfive/assets/images/feat/ico_arrow_b.svg) 50% 50% no-repeat;
  background-size: 24px 24px;
}
.thousand-visual{
  background: #86d0f7 url(../img/bg_visual_pc.jpg) 40% 50% no-repeat;
  background-size: cover;
}
.thousand-visual .inner_wrap{
  padding: 145px 50px;
}
.thousand-visual img{
  width: 263px;
}
.thousand-visual .btn_group{
  margin-top: 36px;
}
.thousand-tab{
  position: sticky;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  top: 70px;
  background: #222;
  z-index: 1;
}
.thousand-tab ul li.active a{
  color: #FFE271;
  border-bottom: 2px solid #FFE271;
}
.thousand-tab ul{
  max-width: 1280px;
  display: flex;
  margin: 0 auto;
  list-style: none;
  font-size: 0;
  line-height: 0;
}
.thousand-tab ul li{
  width: calc(100% / 3);
  text-align: center;
  padding: 19px;
}
.thousand-tab ul li a{
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
}
#thousand-one{
  background: url(../img/bg_mid_pc.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 828px;
  text-align: center;
}
#thousand-one .inner_wrap{
  padding: 120px 50px;
}
#thousand-one .tit h3{
  color: #fff;
}
#thousand-one .tit p{
  color: #fff;
  margin-top: 40px;
}
#thousand-one .tit strong{
  color: #FFE271;
}
#thousand-lineup{
  background: #FF7639;
}
#thousand-lineup .inner_wrap{
  max-width: 1228px;
  text-align: center;
  padding: 180px 50px;
}
#thousand-lineup .tit img{
  width: 129px;
  margin: 0 auto 12px;
}
#thousand-lineup .tit h3 strong{
  color: #fff;
}
#thousand-lineup ul{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
#thousand-lineup .inner_wrap>ul{
  margin: 60px auto 0;
}
#thousand-lineup ul li{
  width: 273px;
}
#thousand-lineup ul li .txt{
  background: #fff;
  padding: 28px 10px;
}
#thousand-lineup ul li h4{
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
}
#thousand-lineup ul li p{
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 4px;
  padding-bottom: 8px;
  position: relative;
}
#thousand-lineup ul li p:after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 104px);
  width: 209px;
  height: 0.5px;
  border-bottom: 1px dotted #222;
  opacity: 0.5;
}
#thousand-lineup ul li p strong{
  font-weight: 700;
}
#thousand-lineup ul li ul{
  gap: 4px;
  padding-top: 16px;
}
#thousand-lineup ul li ul li{
  width: auto;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  border-radius: 50px;
  border: 1px solid rgba(34, 34, 34, 0.20);
  background: #F5F5F5;
}
#thousand-benefit{
  background: #5cb885;
}
#thousand-benefit .tit{
  text-align: center;
}
#thousand-benefit .tit strong{
  color: #fff;
  display: block;
}
#thousand-benefit .icon-box{
  background: #fff;
  padding: 63px 123px;
  max-width: 1128px;
  margin: 60px auto 0 ;
}
#thousand-benefit .icon-box ul{
  display: flex;
  gap: 32px 36px;
  flex-wrap: wrap;
}
#thousand-benefit .icon-box ul li{
  display: flex;
  flex-direction: column;
  width: calc(25% - 27px);
  align-items: center;
  text-align: center;
}

#thousand-benefit .icon-box ul li img{
  width: 56px;
  height: auto;
}
#thousand-benefit .icon-box ul li p::before{
  content: '';
  width: 100%;
  display: block;
  background: #222;
  height: 1px;
  margin: 8px 0;
}
#thousand-benefit .icon-box ul li p{
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
  color: #222;
  width: 100%;
}
.thuosand-award{
  background: #222;
}
.thuosand-award .tit h3{
  color: #fff;
  text-align: center;
}
.thuosand-award .tit h3 .hidden_mo{
  display: inline-block;
}
.thuosand-award .img-box{
  max-width: 1066px;
  margin: 60px auto 0;
}
.thuosand-award .btn_group{
  text-align: center;
}
@media (max-width:960px) {
  .btn_group{
    margin-top: 40px;
  }
  .btn_group a{
    padding: 14px 32px 14px 36px;
    font-size: 16px;
  }
  .tit h3{
    font-size: 34px;
  }
  .inner_wrap{
    padding: 100px 20px;
  }
  .thousand-visual{
    background: #86d0f7 url(../img/bg_visual_mo.jpg) 100% 0 no-repeat;
    background-size: auto 100%;
  }
  .thousand-visual img{
    width: 165px;
  }
  .thousand-visual .inner_wrap{
    padding: 166px 30px 143px;
  }
  .thousand-visual .btn_group{
    margin-top: 24px;
  }
  .thousand-tab{
    top: 60px;
  }
  .thousand-tab ul li{
    padding: 22px 0;
    position: relative;
  }
  .thousand-tab ul li a{
    font-size: 16px;
  }
  .thousand-tab ul li + li:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    transform: translate(-50%,-50%);
    background: url(../img/ico_rhombus.svg) 50% 50% no-repeat;
    background-size: contain;
  }
  #thousand-benefit .icon-box{
    max-width: 335px;
    padding: 28px 20px;
  }
  #thousand-one .tit h3{
    font-size: 34px;
  }
  #thousand-one{
    height: 594px;
    background: url(../img/bg_mid_mo.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  #thousand-one .inner_wrap{
    padding: 100px 20px;
  }
  #thousand-one .tit p{
    margin-top: 20px;
  }
  #thousand-lineup .tit h3{
    margin-top: 8px;
  }
  #thousand-lineup .tit img {
    width: 149px;
    margin: 0 auto 12px;
  }
  #thousand-lineup .inner_wrap{
    padding: 100px 20px;
  }
  #thousand-lineup .inner_wrap> ul{
    gap: 8px;
    max-width: 335px;
    margin-top: 40px;
  }
  #thousand-lineup ul li{
    width: calc(50% - 4px);
    text-align: left;
    border-radius: 4px;
    overflow: hidden;
  }
  #thousand-benefit .icon-box{
    margin-top: 40px;
  }
  #thousand-benefit .icon-box ul {
    gap: 34px 12px;
  }
  #thousand-benefit .icon-box ul li{
    width: calc(50% - 6px);
  }
  #thousand-benefit .icon-box ul li img{
    width: 56px;
  }
  #thousand-benefit .icon-box ul li p::before{
    margin: 10px 0 14px;
  }
  #thousand-benefit .icon-box ul li p{
    font-size: 16px;
    font-weight: 500;
  }
  #thousand-lineup ul li h4{
    font-size: 20px;
  }
  #thousand-lineup ul li p{
    font-size: 14px;
    margin-top: 0;
    padding-bottom: 8px;
  }
  #thousand-lineup ul li ul li{
    padding: 1px 6px;
  }
  #thousand-lineup ul li p strong{
    display: block;
  }
  #thousand-lineup ul li p:after{
    width: 148px;
    left: calc(50% - 74px);
  }
  #thousand-lineup ul li .txt{
    padding: 13px 8px 20px;
  }
  #thousand-lineup ul li ul{
    justify-content: flex-start;
    padding-top: 10px;
    gap: 8px 9px;
  }
  .thuosand-award .img-box{
    max-width: 314px;
    margin-top: 40px;
  }
  .thuosand-award .tit h3 .hidden_mo{
    display: none;
  }
}