.header .nav li {
  border-left: #666 1px solid;
  height: 5.1rem;
}

.header .nav a {
  align-items: center;
  color: #666;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  height: 100%;
  letter-spacing: calc(50em/1000);
  line-height: calc(20/16);
  padding: 0 2.5rem;
  text-align: center;
}

/*--------------------
  mv
------------------- */
.top_mv {
    min-height: 85.5rem;
    position: relative;
    background-image: url(/assets/img/top/header-top_p.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.top_mv_copy {
  color: #ff6c00;
  font-size: 3.3rem;
  font-weight: 900;
  left: 47%;
  letter-spacing: calc(228em/1000);
  line-height: calc(52/33);
  margin-left: -58.5rem;
  position: absolute;
  top: 25rem;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  z-index: 2;
}

.top_mv_people {
  left: 50%;
  margin-left: 13rem;
  position: absolute;
  top: 20rem;
  transform: translateX(-50%);
  width: 121.9rem;
  z-index: 1;
}

.top_mv_txt01 {
  left: 50%;
  max-width: 158.5rem;
  position: absolute;
  top: 18rem;
  transform: translateX(-50%);
}

.top_mv_txt02 {
  left: 50%;
  margin-left: -52.5rem;
  position: absolute;
  top: 72rem;
  transform: translateX(-50%);
  width: 45.2rem;
  z-index: 2;
}

.top_mv_txt03 {
  left: 50%;
  position: absolute;
  top: 85rem;
  transform: translateX(-50%);
  width: 160rem;
}

.top_mv_label {
  align-items: center;
  background-image: url(/assets/img/top/bg_top_mv_label.webp);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  display: flex;
  font-size: 2.7rem;
  font-weight: 700;
  height: 5.1rem;
  justify-content: center;
  left: 50%;
  letter-spacing: calc(200em/1000);
  margin-left: -75rem;
  position: absolute;
  top: 63rem;
  width: 37.4rem;
  z-index: 2;
}

.top_mv_caption {
  bottom: 1.5rem;
  color: #fff;
  font-size: 1rem;
  position: absolute;
  right: 1.5rem;
}

@media screen and (max-width:767px) {
  .top_mv {
    min-height: 133vw;
  }
.header .nav a {
  color: #fff;
}
  .top_mv_copy {
    font-size: 2rem;
    left: 2rem;
    line-height: calc(32/20);
    margin: 0;
    top: 26rem;
    transform: none;
    writing-mode: inherit;
  }

  .top_mv_label {
    font-size: 1.6rem;
    height: 3.1rem;
    left: 2rem;
    margin: 0;
    top: 39.9rem;
    width: 22.8rem;
  }

  .top_mv_caption {
    font-size: 1rem;
    z-index: 2;
  }

  .top_mv_people {
    margin-left: 1rem;
    top: 10.7rem;
    width: 34.4rem;
  }

  .top_mv_txt01 {
    top: 6.5rem;
    width: 36.5rem;
  }

  .top_mv_txt02 {
    left: 2rem;
    margin: 0;
    top: 44.4rem;
    transform: none;
    width: 23.3rem;
  }

  .top_mv_txt03 {
    left: 0;
    top: 51.5rem;
    transform: none;
    width: 39rem;
  }
}

/*--------------------
  intro
------------------- */
.top_intro {
  background-color: #cac6c5;
  padding: 19rem 0 27.5rem;
}

.top_intro_content {
  position: relative;
  z-index: 1;
}

.top_intro_copy {
  color: #ff6c00;
  font-size: 6.2rem;
  font-weight: 700;
  letter-spacing: calc(100em/1000);
  line-height: calc(90/62);
  text-align: center;
}

.top_intro_content01 {
  margin-top: 21.5rem;
}

.top_intro_content01 .ttl {
  font-size: 3.9rem;
  font-weight: 900;
  letter-spacing: calc(100em/1000);
  text-align: center;
}

.top_intro_content01 .desc {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: calc(50/22);
  margin: 4rem auto 0;
  max-width: 113rem;
}

.top_intro_content01 .link {
  align-items: center;
  background-color: #ff6c00;
  border-radius: 6rem;
  color: #fff;
  display: flex;
  font-size: 3.8rem;
  font-weight: 900;
  height: 11.5rem;
  letter-spacing: calc(100em/1000);
  margin: 11.5rem auto 0;
  max-width: 120rem;
  padding-left: 5rem;
  position: relative;
}

.top_intro_content01 .link .arrow {
  align-items: center;
  background-color: #fff;
  border-radius: 3.7rem;
  content: '';
  display: flex;
  height: 7.3rem;
  justify-content: center;
  position: absolute;
  right: 2.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.3rem;
}

.top_intro_content01 .link .arrow::before {
  background-color: #ff6c00;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: '';
  height: 2.6rem;
  transform: translateX(.3rem);
  width: 2.4rem;
}

.top_intro_content02 {
  margin: 18rem auto 0;
  max-width: 120rem;
}

@media screen and (max-width:767px) {
  .top_intro {
    padding: 8rem 0 10rem;
  }

  .top_intro_copy {
    font-size: 2rem;
  }

  .top_intro_content01 {
    margin-top: 4.5rem;
  }

  .top_intro_content01 .ttl {
    font-size: 3rem;
  }

  .top_intro_content01 .desc {
    font-size: 1.1rem;
    margin: 3rem 2rem 0;
  }

  .top_intro_content01 .link {
    font-size: 2rem;
    height: 8.2rem;
    justify-content: center;
    margin: 3rem 2rem 0;
    padding: 0;
    text-align: center;
  }

  .top_intro_content01 .link .arrow {
    height: 1.6rem;
    right: 6.9rem;
    top: 3rem;
    width: 1.6rem;
  }

  .top_intro_content01 .link .arrow::before {
    height: .7rem;
    transform: translateX(.1rem);
    width: .6rem;
  }

  .top_intro_content02 {
    margin: 3.7rem 1rem 0;
  }
}

/*--------------------
  price
------------------- */
.top_price {
  background-color: #343434;
  padding: 8rem 0 34rem;
}

.top_price_ttl {
  color: #fff;
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: calc(200em/1000);
  position: relative;
  text-align: center;
}

.top_price_ttl::before {
  background-color: #343434;
  background-image: url(/assets/img/top/icon_top_price_ttl.webp);
  background-position: center 4.3rem;
  background-repeat: no-repeat;
  background-size: 17.8rem;
  border-radius: 19rem;
  content: '';
  height: 36.5rem;
  left: 50%;
  position: absolute;
  top: -23.7rem;
  transform: translateX(-50%);
  width: 36.5rem;
}

.top_price_ttl span {
  position: relative;
}

.top_price_car_list {
  display: flex;
  gap: 4.5rem;
  justify-content: center;
  margin-top: 5rem;
  position: relative;
}

.top_price_car_list .car {
  background-color: #fff;
  max-width: 35rem;
}

.top_price_car_list.slick {
  display: block;
  margin: 5rem auto 0;
  max-width: 158rem;
}

.top_price_car_list.slick .car {
  margin: 0 2.25rem;
  max-width: none;
}

.top_price_car_list.slick .slick-prev {
  background-image: url(/assets/img/top/icon_price_car_list_prev.webp);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  height: 7.3rem;
  left: -9.55rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7.3rem;
}

.top_price_car_list.slick .slick-next {
  background-image: url(/assets/img/top/icon_price_car_list_next.webp);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  height: 7.3rem;
  position: absolute;
  right: -9.55rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.3rem;
}

.top_price_car_list .car .ttl {
  color: #00abb9;
  font-size: 2.3rem;
  font-weight: 900;
  margin-top: 2rem;
  text-align: center;
}

.top_price_car_list .car .content {
  padding: 2.5rem;
}

.top_price_car_list .car .normal {
  align-items: center;
  display: flex;
}

.top_price_car_list .car .normal dt {
  align-items: center;
  border: #343434 1px solid;
  border-radius: .3rem;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  height: 2.9rem;
  justify-content: center;
  width: 7.3rem;
}

.top_price_car_list .car .normal dd {
  margin-left: 1rem;
}

.top_price_car_list .car .normal .yen {
  font-size: 1.8rem;
  font-weight: 700;
}

.top_price_car_list .car .normal .num {
  font-size: 2.7rem;
  font-weight: 900;
}

.top_price_car_list .car .normal .slash {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 .25em;
}

.top_price_car_list .car .normal .time {
  font-size: 2rem;
  font-weight: 900;
}

.top_price_car_list .car .campaign {
  margin-top: 1rem;
}

.top_price_car_list .car .campaign dt {
  background-color: #ff6c00;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: calc(100em/1000);
  line-height: 2.2rem;
  text-align: center;
}

.top_price_car_list .car .campaign dd {
  color: #ff6c00;
  margin-top: 1rem;
  text-align: center;
}

.top_price_car_list .car .campaign .yen {
  font-size: 2.4rem;
  font-weight: 700;
}

.top_price_car_list .car .campaign .num {
  font-size: 3.6rem;
  font-weight: 900;
}

.top_price_car_list .car .campaign .slash {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 .25em;
}

.top_price_car_list .car .campaign .time {
  font-size: 2.5rem;
  font-weight: 900;
}

.top_price_car_list .car .btn {
  background-color: #06b455;
  background-image: url(/assets/img/top/bg_top_price_car_btn.webp);
  background-position: .8rem center;
  background-repeat: no-repeat;
  background-size: 3.5rem auto;
  border-radius: .5rem;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: calc(100em/1000);
  margin-top: 3rem;
  padding: .3rem 0 .3rem 8.5rem;
}

.top_price_car_list .car .btn span:first-child {
  font-size: 3.4rem;
}

.top_price_car_list .car .btn span:last-child {
  font-size: 2.8rem;
}

@media screen and (max-width:767px) {
  .top_price {
    padding: 3.5rem 0 12rem;
  }

  .top_price_ttl {
    font-size: 3rem;
  }

  .top_price_ttl::before {
    background-position: center 2rem;
    background-size: 8.8rem;
    height: 18.2rem;
    top: -11.5rem;
    width: 18.2rem;
  }

  .top_price_car_list.slick {
    margin-top: 2.5rem;
    max-width: calc(100vw - 5rem);
  }

  .top_price_car_list.slick .car {
    margin: 0 1rem;
  }

  .top_price_car_list.slick .slick-prev {
    height: 1.8rem;
    left: -1.7rem;
    width: 1.8rem;
  }

  .top_price_car_list.slick .slick-next {
    height: 1.8rem;
    right: -1.7rem;
    width: 1.8rem;
  }

  .top_price_car_list .car .ttl {
    font-size: 1.1rem;
    margin-top: 1rem;
  }

  .top_price_car_list .car .content {
    padding: 1rem;
  }

  .top_price_car_list .car .normal dt {
    font-size: 1rem;
    height: 1.2rem;
    width: 3.1rem;
  }

  .top_price_car_list .car .normal dd {
    margin-left: .5rem;
  }

  .top_price_car_list .car .normal .yen {
    font-size: 1rem;
  }

  .top_price_car_list .car .normal .num {
    font-size: 1.2rem;
  }

  .top_price_car_list .car .normal .slash {
    font-size: 1rem;
  }

  .top_price_car_list .car .normal .time {
    font-size: 1rem;
  }

  .top_price_car_list .car .campaign {
    margin-top: .5rem;
  }

  .top_price_car_list .car .campaign dt {
    font-size: 1rem;
    zoom: .8;
	letter-spacing: 0rem;
  }

  .top_price_car_list .car .campaign dd {
    margin-top: .5rem;
  }

  .top_price_car_list .car .campaign .yen {
    font-size: 1.2rem;
  }

  .top_price_car_list .car .campaign .num {
    font-size: 1.6rem;
  }

  .top_price_car_list .car .campaign .slash {
    font-size: 1.2rem;
  }

  .top_price_car_list .car .campaign .time {
    font-size: 1.2rem;
  }

  .top_price_car_list .car .btn {
    margin-top: 1rem;
  }

  .top_price_car_list .car .btn {
    background-size: 1.5rem auto;
    border-radius: .2rem;
    font-size: 1rem;
    margin-top: 1rem;
    padding: .3rem 0 .3rem 3.5rem;
  }

  .top_price_car_list .car .btn span:first-child {
    font-size: 1.5rem;
  }

  .top_price_car_list .car .btn span:last-child {
    font-size: 1.2rem;
  }
}

/*--------------------
  point
------------------- */
.top_point {
  background-color: #dddbda;
  padding-bottom: 25rem;
  position: relative;
}

.top_point::before {
  background-color: #343434;
  content: '';
  height: 101.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.top_point_content {
  background-color: #fff;
  border: #ff6c00 2px solid;
  margin: 0 auto;
  max-width: 155rem;
  padding-bottom: 12rem;
  position: relative;
}

.top_point_ttl {
  color: #ff6c00;
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: calc(200em/1000);
  padding-top: 8rem;
  position: relative;
  text-align: center;
}

.top_point_ttl::before {
  background-color: #fff;
  border: #ff6c00 2px solid;
  border-radius: 19rem;
  content: '';
  height: 36.5rem;
  left: 50%;
  position: absolute;
  top: -16.5rem;
  transform: translateX(-50%);
  width: 36.5rem;
}

.top_point_ttl::after {
  background-color: #fff;
  content: '';
  height: 36.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.top_point_ttl span {
  position: relative;
  z-index: 1;
}

.top_point_ttl span::before {
  background-image: url(/assets/img/top/icon_top_point_ttl.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 15.1rem;
  left: 50%;
  position: absolute;
  top: -19rem;
  transform: translateX(-50%);
  width: 13.9rem;
}

.top_point_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 7.5rem auto 0;
  max-width: 120rem;
  position: relative;
}

.top_point_list .line {
  width: 100%;
}

.top_point_list .line .btn {
  align-items: center;
  background-color: #06b455;
  background-image: url(/assets/img/top/bg_top_point_list_line01.webp);
  background-position: 2.3rem center;
  background-repeat: no-repeat;
  background-size: 13.2rem auto;
  border-radius: 2rem;
  color: #fff;
  display: flex;
  height: 18.7rem;
  justify-content: space-between;
  letter-spacing: calc(100em/1000);
  padding: 0 2rem 0 20.8rem;
}

.top_point_list .line .btn .inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.top_point_list .line .btn .txt01 {
  font-size: 8.2rem;
  font-weight: 900;
}

.top_point_list .line .btn .txt02 {
  font-size: 5.2rem;
  font-weight: 900;
}

.top_point_list .line .btn .txt03 {
  font-size: 7.2rem;
  font-weight: 900;
}

.top_point_list .line .btn .txt04 {
  align-items: center;
  background-image: url(/assets/img/top/bg_top_point_list_line02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  font-size: 2rem;
  font-weight: 900;
  height: 10rem;
  line-height: calc(25/20);
  padding-left: 1rem;
  text-align: center;
  width: 17.2rem;
}

.top_point_list .line .btn .qr {
  display: block;
  width: 13.7rem;
}

.top_point_list .point {
  border: #ff6c00 2px solid;
  border-radius: 2rem;
  color: #ff6c00;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: calc(200em/1000);
  line-height: calc(39/30);
  margin-top: 14rem;
  padding: 4rem 0;
  position: relative;
  text-align: center;
  width: 36rem;
}

.top_point_list .point::before {
  background-image: url(/assets/img/top/icon_top_point_list.webp);
  background-size: contain;
  content: '';
  height: 6.1rem;
  left: 50%;
  position: absolute;
  top: -6.1rem;
  transform: translateX(-50%);
  width: 11.6rem;
}

.top_point_list .point:nth-child(n+5) {
  margin-top: 8rem;
}

.top_point_list .point + .point {
  margin-left: 6rem;
}

.top_point_list .point:nth-child(5) {
  margin-left: 0;
}

.top_point_recommend {
  margin: 20rem auto 0;
  max-width: 120rem;
}

.top_point_recommend_ttl {
  color: #ff6c00;
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: calc(200em/1000);
  text-align: center;
}

.top_point_recommend_desc {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: calc(50/22);
  margin-top: 8rem;
}

.top_point_recommend_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5.5rem 2.4rem;
  margin-top: 8rem;
}

.top_point_recommend_list li {
  background-color: #ededed;
  position: relative;
  width: 28.2rem;
}

.top_point_recommend_list li::after {
  background-color: #fff;
  bottom: 0;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  content: '';
  height: 2rem;
  position: absolute;
  right: 0;
  width: 2rem;
}

.top_point_recommend_list .txt {
  padding: 2rem;
}

.top_point_recommend_list .txt .ttl {
  color: #606060;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: calc(100em/1000);
  line-height: calc(27/20);
  text-align: center;
}

.top_point_recommend_list .txt .desc {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: calc(100em/1000);
  line-height: calc(24/17);
  margin-top: 2rem;
}

@media screen and (max-width:767px) {
  .top_point {
    padding-bottom: 10rem;
  }

  .top_point_content {
    margin: 0 2rem;
    padding-bottom: 2.5rem;
  }

  .top_point_ttl {
    font-size: 3rem;
    padding-top: 4rem;
  }

  .top_point_ttl::before {
    height: 18.2rem;
    top: -8rem;
    width: 18.2rem;
  }

  .top_point_ttl span::before {
    height: 6.8rem;
    top: -9rem;
    width: 6.6rem;
  }

  .top_point_list {
    justify-content: space-between;
    margin: 2rem 2rem 0;
  }

  .top_point_list .line .btn {
    background-position: 1rem 1.5rem;
    background-size: 5rem auto;
    border-radius: 9px;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 2rem 0 1rem 4rem;
  }

  .top_point_list .line .btn .inner {
    display: block;
  }

  .top_point_list .line .btn .txt01 {
    font-size: 3rem;
    padding-left: 4rem;
  }

  .top_point_list .line .btn .txt02 {
    font-size: 2rem;
  }

  .top_point_list .line .btn .txt03 {
    font-size: 2.5rem;
  }

  .top_point_list .line .btn .txt04 {
    float: left;
    font-size: 1.3rem;
    height: 6.6rem;
    margin-right: 3rem;
    padding-left: .5rem;
    transform: translateY(1.8rem);
    width: 11.5rem;
  }

  .top_point_list .line .btn .qr {
    float: left;
    margin-top: 1rem;
    width: 7.9rem;
  }

  .top_point_list .point {
    border-radius: 12px;
    font-size: 1.3rem;
    margin-top: 4rem;
    max-width: 22.3rem;
    padding: 1.8rem 0;
  }

  .top_point_list .point:nth-child(2) {
    font-size: 1.8rem;
    margin: 4.5rem auto 0;
    padding: 2.5rem 0;
  }

  .top_point_list .point:nth-child(n+3) {
    max-width: calc(50% - .75rem);
  }

  .top_point_list .point:nth-child(n+5) {
    margin-top: 4rem;
  }

  .top_point_list .point + .point {
    margin-left: 0;
  }

  .top_point_list .point::before {
    height: 2.7rem;
    top: -2.7rem;
    width: 5rem;
  }

  .top_point_recommend {
    margin-top: 3rem;
  }

  .top_point_recommend_ttl {
    font-size: 3rem;
  }

  .top_point_recommend_desc {
    font-size: 1.1rem;
    margin: 1.5rem 2rem 0;
  }

  .top_point_recommend_list {
    gap: 1.5rem;
    margin: 2rem 2rem 0;
  }

  .top_point_recommend_list li {
    width: calc(50% - .75rem);
  }

  .top_point_recommend_list li::after {
    height: 1rem;
    width: 1rem;
  }

  .top_point_recommend_list .txt {
    padding: 1rem;
  }

  .top_point_recommend_list .txt .ttl {
    font-size: 1.1rem;
  }

  .top_point_recommend_list .txt .desc {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

/*--------------------
  flow
------------------- */
.top_flow {
  background-color: #dddbda;
  padding-bottom: 11rem;
}

.top_flow_content {
  background-color: #ff6c00;
  margin: 0 auto;
  max-width: 155rem;
  padding: 8rem 0 11rem;
}

.top_flow_ttl {
  color: #fff;
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: calc(200em/1000);
  position: relative;
  text-align: center;
}

.top_flow_ttl::before {
  background-color: #ff6c00;
  background-image: url(/assets/img/top/icon_top_flow_ttl.webp);
  background-position: center 4.3rem;
  background-repeat: no-repeat;
  background-size: 12.7rem;
  border-radius: 19rem;
  content: '';
  height: 36.5rem;
  left: 50%;
  position: absolute;
  top: -23.4rem;
  transform: translateX(-50%);
  width: 36.5rem;
}

.top_flow_ttl span {
  position: relative;
}

.top_flow_step {
  position: relative;
}

.top_flow_step::before {
  background-color: #fff;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 17.5rem;
  width: 100%;
}

.top_flow_step .inner {
  margin: 8rem auto 0;
  max-width: 120rem;
}

.top_flow_step ol {
  display: flex;
  justify-content: space-between;
}

.top_flow_step li {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 18.1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: calc(100em/1000);
  line-height: calc(27/20);
  padding-top: 22.1rem;
  position: relative;
  text-align: center;
  width: 20rem;
}

.top_flow_step li:nth-child(1) {
  background-image: url(/assets/img/top/icon_top_flow_step01.webp);
}

.top_flow_step li:nth-child(2) {
  background-image: url(/assets/img/top/icon_top_flow_step02.webp);
}

.top_flow_step li:nth-child(3) {
  background-image: url(/assets/img/top/icon_top_flow_step03.webp);
}

.top_flow_step li:nth-child(4) {
  background-image: url(/assets/img/top/icon_top_flow_step04.webp);
}

.top_flow_step .txt01 {
  align-items: center;
  display: flex;
  height: 8.1rem;
  white-space: nowrap;
}

.top_flow_step li .txt02 {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 17.5rem;
  justify-content: center;
  margin-top: 1rem;
}

.top_flow_step li:nth-child(1) .txt02 img {
  width: 12.2rem;
}

.top_flow_step li:nth-child(1) .txt02 span {
  display: block;
  margin-top: 2rem;
}

.top_flow_step li:nth-child(2) .txt02 img {
  width: 13.1rem;
}

.top_flow_step li:nth-child(3) .txt02 {
  margin: 1rem auto 0;
  width: 16rem;
}

.top_flow_step li:nth-child(3) .txt02 img {
  width: 3.2rem;
}

.top_flow_step li:nth-child(3) .txt02 span {
  background-color: #fff;
  color: #ff6c00;
  display: block;
  margin-top: .5rem;
  padding: 1rem;
}

.top_flow_step li:nth-child(4) .txt02 img {
  width: 12.4rem;
}

.top_flow .link {
  align-items: center;
  background-color: #fff;
  border-radius: 6rem;
  color: #ff6c00;
  display: flex;
  font-size: 3.9rem;
  font-weight: 900;
  height: 11.5rem;
  justify-content: center;
  letter-spacing: calc(100em/1000);
  margin: 5.5rem auto 0;
  max-width: 120rem;
  position: relative;
}

.top_flow .link .arrow {
  align-items: center;
  background-color: #ff6c00;
  border-radius: 3.7rem;
  content: '';
  display: flex;
  height: 7.3rem;
  justify-content: center;
  position: absolute;
  right: 2.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.3rem;
}

.top_flow .link .arrow::before {
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: '';
  height: 2.6rem;
  transform: translateX(.3rem);
  width: 2.4rem;
}

.top_flow_link_menu {
  display: flex;
  gap: 2.66rem;
  justify-content: center;
  margin-top: 5.5rem;
}

.top_flow_link_menu li {
  width: 28rem;
}

.top_flow_link_menu a {
  align-items: center;
  border: #fff 2px solid;
  border-radius: 1rem;
  color: #fff;
  display: flex;
  font-size: 2.2rem;
  font-weight: 700;
  height: 7.7rem;
  justify-content: center;
  letter-spacing: calc(100em/1000);
  padding-right: 4.7rem;
  position: relative;
}

.top_flow_link_menu .arrow {
  align-items: center;
  background-color: #fff;
  border-radius: 3.7rem;
  content: '';
  display: flex;
  height: 3.2rem;
  justify-content: center;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.2rem;
}

.top_flow_link_menu .arrow::before {
  background-color: #ff6c00;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: '';
  height: 1.2rem;
  transform: translateX(.1rem);
  width: 1.1rem;
}

.top_flow_link_menu li:nth-child(2) a {
  letter-spacing: 0;
}

@media screen and (max-width:767px) {
  .top_flow {
    padding-bottom: 2.5rem;
  }

  .top_flow_content {
    margin: 0 2rem;
    padding: 4rem 0 2rem;
  }

  .top_flow_ttl {
    font-size: 3rem;
  }

  .top_flow_ttl::before {
    background-position: center 2rem;
    background-size: 6.3rem auto;
    height: 18.2rem;
    top: -11.5rem;
    width: 18.2rem;
  }

  .top_flow_step::before {
    content: none;
  }

  .top_flow_step .inner {
    margin-top: 2rem;
    padding: 0 1rem;
  }

  .top_flow_step ol {
    display: block;
  }

  .top_flow_step li {
    background-position: 4.5rem 2.5rem;
    background-size: 10.9rem auto;
    border-top: #fff 1px solid;
    padding: 13.3rem 0 2rem;
    width: auto;
  }

  .top_flow_step li:nth-child(1) {
    background-image: url(/assets/img/top/icon_top_flow_step01_sp.webp);
  }

  .top_flow_step li:nth-child(2) {
    background-image: url(/assets/img/top/icon_top_flow_step02_sp.webp);
  }

  .top_flow_step li:nth-child(3) {
    background-image: url(/assets/img/top/icon_top_flow_step03_sp.webp);
  }

  .top_flow_step li:nth-child(4) {
    background-image: url(/assets/img/top/icon_top_flow_step04_sp.webp);
    border-bottom: #fff 1px solid;
  }

  .top_flow_step .txt01 {
    display: block;
    font-size: 1.7rem;
    height: auto;
    text-align: left;
    white-space: normal;
  }

  .top_flow_step li .txt02 {
    display: block;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .top_flow_step li:nth-child(1) .txt02 {
    margin: 1rem 4.5rem 0 0;
  }

  .top_flow_step li:nth-child(1) .txt02 img {
    width: 8rem;
  }

  .top_flow_step li:nth-child(1) .txt02 span {
    font-size: 1.3rem;
    margin-top: 1rem;
  }

  .top_flow_step li:nth-child(2) .txt02 img {
    width: 7.6rem;
  }

  .top_flow_step li:nth-child(2) .txt02 {
    margin: 3rem 4.5rem 0 0;
  }

  .top_flow_step li:nth-child(3) .txt02 {
    margin: 1rem 3rem 0 0;
    width: 10.8rem;
  }

  .top_flow_step li:nth-child(3) .txt02 img {
    width: 2.1rem;
  }

  .top_flow_step li:nth-child(3) .txt02 span {
    font-size: 1.3rem;
    margin-top: .3rem;
    padding: .5rem;
    text-align: left;
  }

  .top_flow_step li:nth-child(4) .txt02 {
    margin: 3rem 5rem 0 0;
  }

  .top_flow_step li:nth-child(4) .txt02 img {
    width: 7.2rem;
  }

  .top_flow .link {
    font-size: 1.7rem;
    height: 8rem;
    margin: 2rem 1rem 0;
  }

  .top_flow .link .arrow {
    height: 3.3rem;
    width: 3.3rem;
  }

  .top_flow .link .arrow::before {
    height: 1.3rem;
    transform: translateX(.1rem);
    width: 1.1rem;
  }

  .top_flow_link_menu {
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem 1rem 0;
  }

  .top_flow_link_menu li {
    width: calc(50% - .5rem);
  }

  .top_flow_link_menu a {
    font-size: 1.3rem;
    height: 4.7rem;
    padding-right: 2.5rem;
  }

  .top_flow_link_menu .arrow {
    height: 2rem;
    right: 1rem;
    width: 2rem;
  }

  .top_flow_link_menu .arrow::before {
    height: .7rem;
    width: .6rem;
  }
}

/*--------------------
  voice
------------------- */
.top_voice {
  margin-top: 13rem;
}

.top_voice_ttl {
  background-image: url(/assets/img/top/icon_top_voice_ttl.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 15.5rem;
  color: #ff6c00;
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: calc(200em/1000);
  padding-top: 16.5rem;
  text-align: center;
}

.top_voice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10rem auto;
  max-width: 120rem;
}

.top_voice_list li {
  max-width: 35rem;
}

.top_voice_list li:nth-child(n+4) {
  margin-top: 6.5rem;
}

.top_voice_list .ttl {
  align-items: center;
  color: #ff6c00;
  display: flex;
  font-size: 2.3rem;
  font-weight: 700;
  height: 6.2rem;
  justify-content: center;
  letter-spacing: calc(100em/1000);
  line-height: calc(31/23);
  margin-top: 3rem;
  text-align: center;
}

.top_voice_list .desc {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: calc(100em/1000);
  line-height: calc(28/17);
  margin-top: 2rem;
}

@media screen and (max-width:767px) {
  .top_voice {
    margin-top: 2rem;
  }

  .top_voice_ttl {
    background-size: 8.6rem;
    font-size: 3rem;
    padding-top: 8.4rem;
  }

  .top_voice_list {
    gap: 3rem;
    margin: 2rem 1rem 0;
  }

  .top_voice_list li {
    width: calc(50% - 1.5rem);
  }

  .top_voice_list li:nth-child(n+4) {
    margin-top: 0;
  }

  .top_voice_list .ttl {
    font-size: 1.1rem;
    height: auto;
    margin-top: 1.5rem;
  }

  .top_voice_list .desc {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

/*--------------------
  magazine
------------------- */
.top_magazine {
  margin-top: 15rem;
}

.top_magazine_ttl {
  background-image: url(/assets/img/top/icon_top_magazine_ttl.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 16.4rem;
  font-size: 0;
  padding-top: 16.4rem;
}

.top_magazine_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem;
  margin: 8rem auto 0;
  max-width: 120rem;
}

.top_magazine_list .magazine {
  background-color: #ededed;
  display: block;
  padding-bottom: 4.1rem;
  position: relative;
  width: 56rem;
}

.top_magazine_list .magazine::after {
  align-items: center;
  background-image: url(/assets/img/top/icon_top_magazine_more.webp);
  background-position: right 3px center;
  background-repeat: no-repeat;
  background-size: 1.3rem auto;
  border: #343434 1px solid;
  border-radius: 3px;
  bottom: 2rem;
  content: 'MORE';
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  height: 2.1rem;
  padding-left: .5rem;
  position: absolute;
  right: 2rem;
  width: 7rem;
}

.top_magazine_list .magazine .date {
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: calc(100em/1000);
  padding: 2rem;
}

.top_magazine_list .magazine .txt {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: calc(100em/1000);
  line-height: calc(28/17);
  padding: 0 2rem 2rem;
}

@media screen and (max-width:767px) {
  .top_magazine {
    margin-top: 6.5rem;
  }

  .top_magazine_ttl {
    background-size: auto 8.2rem;
    padding-top: 8.2rem;
  }

  .top_magazine_list {
    gap: 2rem;
    margin: 2rem 2rem 0;
  }

  .top_magazine_list .magazine {
    padding-bottom: 2.3rem;
  }

  .top_magazine_list .magazine::after {
    background-position: right 1px center;
    background-size: .8rem auto;
    bottom: 1rem;
    font-size: 1rem;
    height: 1.3rem;
    padding-left: .3rem;
    width: 4.5rem;
  }

  .top_magazine_list .magazine .date {
    font-size: 1.1rem;
    padding: 1rem 1.5rem;
  }

  .top_magazine_list .magazine .txt {
    font-size: 1.1rem;
    padding: 0 1.5rem 1rem;
  }
}
