@charset "utf-8";
.list-note-wrap01 {
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.flowUseArea .cord-content-04 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  min-height: 76px;
}
@media screen and (max-width: 768px) {
  .flowUseArea .text-block > p + p {
    margin-top: 0.5rem;
  }
  .flowUseArea .cord-content-04 .title {
    min-height: auto;
    justify-content: left;
  }
}

/* 地域をお選びください。 */
.top-search-front-wrap {
    padding: 0 5%;
    background: var(--acq-color-white);
}
.area-list-front__button {
  display: inline-flex;
  box-sizing: border-box;
    flex: 1 1;
    justify-content: center;
    padding: 5px 16px 5px 8px;
    border: 2px solid var(--acq-color-primary);
    border-radius: 8px;
    background: #eff6fc;
    color: var(--acq-color-primary);
    font-size: 0.75rem;
    font-weight: 700;
    position: relative;
  }
.area-list-front__button::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.501 5"><path d="M-23330.885-370.73a.751.751,0,0,1-.531-.22.752.752,0,0,1,0-1.061l2.971-2.97-2.971-2.97a.752.752,0,0,1,0-1.061.752.752,0,0,1,1.063,0l3.5,3.5a.753.753,0,0,1,0,1.061l-3.5,3.5A.751.751,0,0,1-23330.885-370.73Z" transform="translate(-370.73 23331.635) rotate(90)" fill="%23436fc0"/></svg>') no-repeat center center / contain;
}
.area-list-front__button.--inactive::before {
  display: none;
}

.area-list-front__button.--inactive {
  border: 2px solid var(--acq-color-beige);
  background: var(--acq-color-beige);
  color: var(--acq-color-beige-dark);
  cursor:none;
  pointer-events: none;
  }
@media not screen and (max-width: 768px) {
  .top-search-front-wrap {
    padding: 48px 5%;
    background: var(--acq-color-white);
  }

  .area-front {
    padding-bottom: 10px;
    overflow-x: scroll
  }
  
  .area-front::-webkit-scrollbar {
      width: 10px;
      height: 10px
  }
  
  .area-front::-webkit-scrollbar-thumb {
      border-radius: 50px;
      background: var(--acq-color-beige);
  }
  
  .area-front__inner {
      position: relative;
      width: 864px;
      height: 619px;
      background: url(/content/dam/yayoi-corp/lp/kaikeinext-senkotaiken/partner-list/img/bg_selectarea.svg) no-repeat left 159px top 42px/548px 487px;
      margin: 0 auto;
  }
  
  .area-front__nihonkai-side {
      display: flex;
      position: absolute;
      top: 102px;
      left: 0;
      grid-gap: 10px;
      gap: 10px
  }
  .area-box-front {
    position: absolute;
    box-sizing: border-box;
    width: 175px;
    padding: 16px;
    border: 1px solid var(--acq-color-beige);
    border-radius: 12px;
    background: var(--acq-color-bg-beige);
  }
  
  .area-front__nihonkai-side .area-box-front {
    position: relative
  }
  
  .area-box-front--hokkaido {
    top: 0;
    right: 0
  }
  
  .area-box-front--north {
    right: 0;
    bottom: 213px
  }
  
  .area-box-front--kanto {
    right: 0;
    bottom: 0
  }
  
  .area-box-front--chubu-south {
    right: 185px;
    bottom: 0
  }
  
  .area-box-front--shikoku {
    right: 370px;
    bottom: 0
  }
  
  .area-box-front--south {
    top: 279px;
    left: 0
  }
  
  .area-box-front--okinawa {
    bottom: 0;
    left: 0
  }
  
  .area-box-front__title {
    font-weight: 700;
    pointer-events: none
  }
  
  .area-list-front {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 4px;
    gap: 4px;
    margin-top: 5px
  }
  
  .area-list-front__item {
    display: flex;
    width: 68px;
  }

  .area-list-front__button:hover,.button-primary-front {
    background: var(--acq-color-primary);
    color: var(--acq-color-white);
  }
  .area-list-front__button:hover::before {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.501 5"><path d="M-23330.885-370.73a.751.751,0,0,1-.531-.22.752.752,0,0,1,0-1.061l2.971-2.97-2.971-2.97a.752.752,0,0,1,0-1.061.752.752,0,0,1,1.063,0l3.5,3.5a.753.753,0,0,1,0,1.061l-3.5,3.5A.751.751,0,0,1-23330.885-370.73Z" transform="translate(-370.73 23331.635) rotate(90)" fill="%23FFF"/></svg>') no-repeat center center / contain;
  }
  .area-list-front__button.--inactive:hover {
    background: currentColor;
    color: currentColor
  }
  .area-list-front__button.--inactive:hover::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .area-front__inner,.area-front__nihonkai-side {
      display: flex;
      flex-direction: column
  }

  .area-box-front {
      overflow: hidden;
      border-top: 1px solid var(--acq-color-beige);
  }

  .area-box-front._01 {
    border-top: none;
  }

  .area-box-front__title {
      position: relative;
      padding: 16px 0;
      transition: .5s cubic-bezier(.32,.1,0,1);
      font-weight: 700
  }

  .area-box-front__open {
      position: absolute;
      top: 50%;
      right: 16px;
      width: 20px;
      height: 20px;
      transform: translateY(-50%);
      border-radius: 50px;
      background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="%23436fc0" style="fill: var(--color1, %23436fc0)" d="M32 16c0 8.837-7.163 16-16 16s-16-7.163-16-16c0-8.837 7.163-16 16-16s16 7.163 16 16z"></path><path fill="%23fff" style="fill: var(--color3, %23fff)" d="M24 17.333h-16c-0.736 0-1.333-0.597-1.333-1.333s0.597-1.333 1.333-1.333v0h16c0.736 0 1.333 0.597 1.333 1.333s-0.597 1.333-1.333 1.333v0z"></path></svg>') no-repeat center center;
  }

  .area-box-front__open:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 10px;
      height: 2px;
      transform: translateX(-50%) translateY(-50%) rotate(90deg);
      transition: .5s cubic-bezier(.32,.1,0,1);
      border-radius: 50px;
      background: var(--acq-color-white);
  }

  .is-opened .area-box-front__open:before {
      transform: translateX(-50%) translateY(-50%) rotate(180deg)
  }

  .area-box-front__panel {
      display: none;
      padding: 16px 0;
      background: var(--acq-color-white);
  }

  .area-list-front {
      display: grid;
      grid-template-columns: repeat(auto-fill,minmax(80px,1fr));
      grid-gap: 10px;
      gap: 10px
  }

  .area-list-front__item {
      display: flex
  }

  .area-list-front__button {
      display: inline-flex;
      padding: 10px 0;
      border: 2px solid #005bac;
      border-radius: 8px;
      background: #eff6fc;
      color: #005bac
  }

  .area-list-front__button,.button-primary-front {
      box-sizing: border-box;
      justify-content: center;
      width: 100%;
      font-weight: 700
  }
}
  .section.flowUseArea .button-arrow-03 .scroll::after {
    transform: rotate(90deg);
  }
  .section.flowUseArea .button-arrow-03 .scroll:hover::after {
    transform: translateY(4px) rotate(90deg);
  }

  /* ----------------------------------------------------------------
    header
----------------------------------------------------------------- */
.acq-header_inner {
  padding: 0 var(--acq-gutter-header);
}

.acq-header-nav_btn {
  height: 100%;
  bottom: unset;
  position: relative;
  padding-inline: 24px 16px;
}

.acq-header-nav_btn::before {
  display: block;
  content: "";
  position: absolute;
  left: unset;
  right: -8px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-color: var(--acq-color-primary);
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.2632%204.23575C9.94889%203.92142%209.44111%203.92141%209.12677%204.23575L5.99949%207.36303L2.87221%204.23575C2.55788%203.92141%202.0501%203.92141%201.73576%204.23575C1.42142%204.55009%201.42142%205.05787%201.73576%205.37221L5.43529%209.07175C5.74963%209.38609%206.25741%209.38609%206.57175%209.07175L10.2713%205.37221C10.5776%205.06593%2010.5776%204.55009%2010.2632%204.23575Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;
  transition: background-color var(--acq-transition-duration) var(--acq-transition-tf);
  margin: unset;
  opacity: 1;
}

:where(.acq-header-nav_list > li:last-child) .acq-header-nav_btn {
  padding-right: 16px;
}

.senkoutaiken-nav-btn {
  margin: 10px auto;
}

.senkoutaiken-none {
  display: none;
}


@media only screen and (min-width: 1025px) {
  .acq-header_row:only-child {
      row-gap: 0;
  }

  .acq-header-nav_btn:is(:hover)::before {
      transform: translateY(2px);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  .acq-header-nav_btn::before {
      top: calc(50% - 14px);
  }
}

@media only screen and (max-width: 1024px) {
  .acq-header-nav_btn::before {
      right: 16px;
  }

  html.is-menu-open {
      overflow: auto;
  }

  .acq-header-menu_backdrop {
      background-color: unset;
  }
}

/* ----------------------------------------------------------------
  layout
----------------------------------------------------------------- */
.acq-lyt-col {
  margin-bottom: var(--acq-gutter);
}

/* ----------------------------------------------------------------
  card
----------------------------------------------------------------- */
.acq-card_img {
  max-width: none;
  margin: 0 auto 16px;
}

.acq-card.-link-text .acq-card_text-link.-modal {
  background: unset;
}

.acq-card.-link-text .acq-card_text-link.-modal::after {
  display: block;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  transition: background-color var(--acq-transition-duration) var(--acq-transition-tf);
  background-color: var(--acq-color-primary);
  mask: url("/common_a/img/acquisition/general/mask/search.svg") no-repeat center;
  right: 0;
  top: 1px;
}

.acq-card_title {
  width: 100%;
  font-size: 2.2rem !important;
}

.acq-card_text {
  font-size: unset;
}

@media only screen and (max-width: 767px) {
  .acq-card:not(.-apply-pc) {
      display: flex;
      flex-direction: column;
  }

  .acq-card:not(.-apply-pc) .acq-card_img {
      max-width: unset;
  }

  .acq-card_text {
      width: 100%;
  }

  .acq-card_title {
      font-size: 2rem !important;
  }

  .senkoutaiken-none {
    display: block;
  }
}

/* ----------------------------------------------------------------
  list
----------------------------------------------------------------- */
.acq-list-check > li::before {
  background-color: var(--acq-color-highlight);
}

/* ----------------------------------------------------------------
  table
----------------------------------------------------------------- */
.acq-table th.-white {
  background-color: var(--acq-color-white);
}

@media only screen and (max-width: 767px) {
  .sp-row th,
  .sp-row td {
      width: 100%;
      display: block;
  }

  .sp-row td,
  .sp-row th {
      border: unset;
  }

  .sp-row th {
      border-bottom: 1px solid var(--acq-color-beige);
  }

  .sp-row tr {
      border: 1px solid var(--acq-color-beige);
  }
}

/* ----------------------------------------------------------------
  content
----------------------------------------------------------------- */
.acq-content-area.-kaikeinext-senkotaiken {
  background-image: url("/lp/kaikeinext-senkotaiken/img/index-img-21_pc.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.-kaikeinext-senkotaiken + .acq-content-area,
.acq-content-area + .-kaikeinext-senkotaiken {
  padding-top: 80px !important;
}

@media only screen and (max-width: 767px) {
  .acq-content-area.-kaikeinext-senkotaiken {
      background-image: url("/lp/kaikeinext-senkotaiken/img/index-img-21_sp.svg");
      background-size: cover;
      background-repeat: no-repeat;
  }

  .-kaikeinext-senkotaiken + .acq-content-area,
  .acq-content-area + .-kaikeinext-senkotaiken {
      padding-top: 48px !important;
  }
}

/* ----------------------------------------------------------------
  modal
----------------------------------------------------------------- */
.acq-modal {
  color: var(--acq-color-font);
  width: min(100% - var(--acq-gutter-content) * 2, 1028px) !important;
  max-width: 1024px;
}

/* ----------------------------------------------------------------
  Carousel
----------------------------------------------------------------- */
.top-carousel-step_inner {
  display: grid;
  grid-template-areas: "left right" "slides slides";
  max-width: calc(var(--acq-width-content-sm) + var(--acq-gutter));
  margin: 0 auto;
}

.top-carousel-step_track {
  grid-area: slides;
  overflow-x: hidden;
}

.top-carousel-step_list {
  display: flex;
}

.top-carousel-step_item {
  flex-shrink: 0;
  width: 100%;
  padding: 0 calc(var(--acq-gutter) / 2);
}

.top-carousel-step_item > :first-child {
  margin-top: 0;
}

.top-carousel-step_item > :last-child {
  margin-bottom: 0;
}

.top-carousel-step_arrow-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.top-carousel-step_arrow-prev,
.top-carousel-step_arrow-next {
  display: flex;
  align-items: center;
  column-gap: 24px;
  padding: 0 calc(var(--acq-gutter) / 2);
}

.top-carousel-step_arrow-prev {
  grid-area: left;
}

.top-carousel-step_arrow-prev .top-carousel-step_arrow-text {
  padding-right: calc(var(--icon-width) + 16px);
  background-position-x: right;
}

.top-carousel-step_arrow-next {
  grid-area: right;
  flex-direction: row-reverse;
}

.top-carousel-step_arrow-next .top-carousel-step_arrow-text {
  padding-left: calc(var(--icon-width) + 16px);
  background-position-x: left;
}

.top-carousel-step_arrow-next .top-carousel-step_arrow-text > span {
  text-align: right;
}

.top-carousel-step_arrow-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: var(--icon-height);
  margin-bottom: 0;
  background: no-repeat top/contain;
  font-weight: var(--acq-font-weight-bold);
}

.top-carousel-step_arrow-text > span {
  display: block;
}

.top-carousel-step_arrow-btn {
  position: relative;
  color: var(--acq-color-primary);
  font-weight: var(--acq-font-weight-bold);
  transition: color var(--acq-transition-duration) var(--acq-transition-tf);
}

.top-carousel-step_arrow-btn.-prev {
  padding-left: 24px;
}

.top-carousel-step_arrow-btn.-next {
  padding-right: 24px;
}

.top-carousel-step_arrow-btn:is(:hover, :active, :focus-visible) {
  color: var(--acq-color-primary-hover);
}

.top-carousel-step_arrow-btn.-prev::before,
.top-carousel-step_arrow-btn.-prev::after,
.top-carousel-step_arrow-btn.-next::before,
.top-carousel-step_arrow-btn.-next::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 16px;
  height: 16px;
  transition: background-color var(--acq-transition-duration) var(--acq-transition-tf);
  top: 5px;
}

.top-carousel-step_arrow-btn.-prev::before,
.top-carousel-step_arrow-btn.-next::before {
  background-color: var(--acq-color-primary);
  border-radius: 50%;
}

.top-carousel-step_arrow-btn.-prev::after,
.top-carousel-step_arrow-btn.-next::after {
  background-color: var(--acq-color-white);
  mask: url("/common_a/img/acquisition/general/mask/angle-right.svg") no-repeat center / 10px;
}

.top-carousel-step_arrow-btn.-prev::before,
.top-carousel-step_arrow-btn.-prev::after {
  left: 0;
  transform: rotate(180deg);
}

.top-carousel-step_arrow-btn:is(:hover, :active, :focus-visible)::before {
  background-color: var(--acq-color-primary-hover);
}

.top-carousel-step_arrow-btn:disabled {
  background-color: var(--acq-color-beige);
  box-shadow: none;
  cursor: not-allowed;
}

.top-carousel-step_arrow-btn:disabled::before {
  background-color: var(--acq-color-white);
}

.top-carousel-step[data-current-step="1"] .top-carousel-step_arrow-prev .top-carousel-step_arrow-text, .top-carousel-step[data-current-step="2"] .top-carousel-step_arrow-next .top-carousel-step_arrow-text {
  background-image: url("/img/acq/index-slider-step-icon-03.svg");
}

.top-carousel-step[data-current-step="3"] .top-carousel-step_arrow-prev .top-carousel-step_arrow-text, .top-carousel-step[data-current-step="1"] .top-carousel-step_arrow-next .top-carousel-step_arrow-text {
  background-image: url("/img/acq/index-slider-step-icon-02.svg");
}

.top-carousel-step[data-current-step="2"] .top-carousel-step_arrow-prev .top-carousel-step_arrow-text, .top-carousel-step[data-current-step="3"] .top-carousel-step_arrow-next .top-carousel-step_arrow-text {
  background-image: url("/img/acq/index-slider-step-icon-01.svg");
}

:where(.js-unavailable) .top-carousel-step .top-carousel-step_arrow-prev,
:where(.js-unavailable) .top-carousel-step .top-carousel-step_arrow-next {
  display: none;
}

:where(.js-unavailable) .top-carousel-step .top-carousel-step_track {
  overflow-x: auto;
}

.top-carousel-list-step {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-block: 16px 0;
}

.top-carousel-list-step button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--acq-color-beige);
}

.top-carousel-list-step .is-current button {
  background-color: var(--acq-color-primary);
}

@media only screen and (max-width: 767px) {
  .top-carousel-step_inner {
      display: grid;
      grid-template-areas: "top" "slides" "bottom";
  }

  .top-carousel-step_arrow-inner {
      justify-content: center;
  }

  .top-carousel-step_arrow-prev,
  .top-carousel-step_arrow-next {
      justify-content: space-between;
      padding: 0;
  }

  .top-carousel-step_arrow-prev {
      display: none;
  }

  .top-carousel-step_arrow-next {
      grid-area: top;
  }

  .top-carousel-step_arrow-next .top-carousel-step_arrow-text > span {
      text-align: center;
  }

  .top-carousel-step_arrow-text {
      flex: 1;
      text-align: center;
  }

  .top-carousel-step .acq-card-02 {
      max-width: 320px;
      min-height: 350px;
  }
}

/* ----------------------------------------------------------------
  step-list
----------------------------------------------------------------- */
.step-list {
  display: flex;
  gap: 28px;
}

.step-list_item {
  width: calc(25% - 22px);
  background-color: var(--acq-color-white);
  border: solid 1px var(--acq-color-beige);
  border-radius: var(--acq-rounded-lg);
  padding: 32px var(--acq-spacing-xs) var(--acq-spacing-xs);
  position: relative;
}

.step-list_item:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  right: calc(32px / 2 * -1);
  bottom: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 12px;
  border-color: transparent transparent transparent var(--acq-color-primary);
  transform: translate(50%, 50%);
}

.step-list_item_num {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: var(--acq-color-primary);
  border-radius: 50%;
  color: var(--acq-color-white);
  font-weight: var(--acq-font-weight-bold);
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

.step-list_title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .step-list {
      flex-direction: column;
      gap: 44px 0;
  }

  .step-list_item {
      width: 100%;
  }

  .step-list_item:not(:last-child)::after {
      right: 50%;
      bottom: calc(30px / 2 * -1);
      border-width: 12px 20px 0;
      border-color: var(--acq-color-primary) transparent transparent transparent;
  }
}

/* ----------------------------------------------------------------
  mv
----------------------------------------------------------------- */
.acq-hdg-l1-mv.kaikeinext-senkotaiken {
  background-image: url("/lp/kaikeinext-senkotaiken/img/index-mv-02_pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-block: 88px 45px;
}

.kaikeinext-senkotaiken .acq-hdg-l1-mv_inner {
  max-width: 1132px;
  padding: 0 16px;
}

.acq-hdg-l1-mv_box {
  background-color: var(--acq-color-white);
  border-radius: 4px;
  font-size: var(--acq-font-size-xl);
  text-align: center;
  font-weight: var(--acq-font-weight-bold);
  max-width: 428px;
  padding: 4px 20px;
  margin-bottom: 56px;
  position: relative;
}

.acq-hdg-l1-mv_hdg {
  font-weight: var(--acq-font-weight);
  font-size: 6.25rem;
  margin-bottom: 80px;
}

.acq-hdg-l1-mv_text {
  font-weight: 300;
  color: #000;
}

.acq-hdg-l1-mv_text img {
  margin-bottom: 16px;
}

.acq-hdg-l1-mv_box .free_logo {
  position: absolute;
  top: -20px;
  left: -20px;
}

.acq-hdg-l1-mv_box .free_text {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .acq-hdg-l1-mv.kaikeinext-senkotaiken {
      background-image: url("/lp/kaikeinext-senkotaiken/img/index-mv-02_sp.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      padding-block: 340px 24px;
  }

  .kaikeinext-senkotaiken .acq-hdg-l1-mv_inner {
      padding: 0 24px;
  }

  .acq-hdg-l1-mv_box {
      max-width: 330px;
      padding: 4px 16px;
      margin: 0 auto;
      margin-bottom: 32px;
  }

  .acq-hdg-l1-mv_hdg {
      font-size: 4.2rem;
      margin-bottom: 32px;
  }

  .acq-hdg-l1-mv_box .free_text {
      text-align: left;
      padding-left: 60px;
  }
}

/* ----------------------------------------------------------------
  media-lyt
----------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .acq-media-lyt.-row-reverse-sp {
      flex-direction: column;
  }
}

/* ----------------------------------------------------------------
  utility
----------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0;
}

.mb-32 {
  margin-bottom: 32px;
}

.max-w-1040 {
  max-width: 1040px;
}

@media only screen and (max-width: 767px) {
  .acq-u-width-sp-26 {
      width: 26% !important;
  }

  .acq-u-width-sp-38 {
      width: 38% !important;
  }

  .acq-u-width-sp-40 {
      width: 40% !important;
  }

  .pc-only {
      display: none;
  }

  .acq-modal_hdg {
      font-size: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .acq-header-logo img {
      max-height: 48px;
  }
}

/* ----------------------------------------------------------------
    header
----------------------------------------------------------------- */
.acq-header_inner {
  padding: 0 var(--acq-gutter-header);
}

.acq-header-nav_btn {
  height: 100%;
  bottom: unset;
  position: relative;
  padding-inline: 24px 16px;
}

.acq-header-nav_btn::before {
  display: block;
  content: "";
  position: absolute;
  left: unset;
  right: -8px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-color: var(--acq-color-primary);
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.2632%204.23575C9.94889%203.92142%209.44111%203.92141%209.12677%204.23575L5.99949%207.36303L2.87221%204.23575C2.55788%203.92141%202.0501%203.92141%201.73576%204.23575C1.42142%204.55009%201.42142%205.05787%201.73576%205.37221L5.43529%209.07175C5.74963%209.38609%206.25741%209.38609%206.57175%209.07175L10.2713%205.37221C10.5776%205.06593%2010.5776%204.55009%2010.2632%204.23575Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;
  transition: background-color var(--acq-transition-duration) var(--acq-transition-tf);
  margin: unset;
  opacity: 1;
}

:where(.acq-header-nav_list > li:last-child) .acq-header-nav_btn {
  padding-right: 16px;
}


@media only screen and (min-width: 1025px) {
  .acq-header_row:only-child {
      row-gap: 0;
  }

  .acq-header-nav_btn:is(:hover)::before {
      transform: translateY(2px);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  .acq-header-nav_btn::before {
      top: calc(50% - 14px);
  }
}

@media only screen and (max-width: 1024px) {
  .acq-header-nav_btn::before {
      right: 16px;
  }

  html.is-menu-open {
      overflow: auto;
  }

  .acq-header-menu_backdrop {
      background-color: unset;
  }
}

/* ----------------------------------------------------------------
  layout
----------------------------------------------------------------- */
.acq-lyt-col {
  margin-bottom: var(--acq-gutter);
}

#main {
  margin-top: 0 !important;
  padding-bottom: 84px;
}

/* ----------------------------------------------------------------
  card
----------------------------------------------------------------- */
.acq-card_img {
  max-width: none;
  margin: 0 auto 16px;
}

.acq-card.-link-text .acq-card_text-link.-modal {
  background: unset;
}

.acq-card.-link-text .acq-card_text-link.-modal::after {
  display: block;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  transition: background-color var(--acq-transition-duration) var(--acq-transition-tf);
  background-color: var(--acq-color-primary);
  mask: url("/common_a/img/acquisition/general/mask/search.svg") no-repeat center;
  right: 0;
  top: 1px;
}

.acq-card_title {
  width: 100%;
  font-size: 2.2rem !important;
}

.acq-card_text {
  font-size: unset;
}

@media only screen and (max-width: 767px) {
  .acq-card:not(.-apply-pc) {
      display: flex;
      flex-direction: column;
  }

  .acq-card:not(.-apply-pc) .acq-card_img {
      max-width: unset;
  }

  .acq-card_text {
      width: 100%;
  }

  .acq-card_title {
      font-size: 2rem !important;
  }
}

/* ----------------------------------------------------------------
  list
----------------------------------------------------------------- */
.acq-list-check > li::before {
  background-color: var(--acq-color-highlight);
}

/* ----------------------------------------------------------------
  table
----------------------------------------------------------------- */
.acq-table th.-white {
  background-color: var(--acq-color-white);
}

@media only screen and (max-width: 767px) {
  .sp-row th,
  .sp-row td {
      width: 100%;
      display: block;
  }

  .sp-row td,
  .sp-row th {
      border: unset;
  }

  .sp-row th {
      border-bottom: 1px solid var(--acq-color-beige);
  }

  .sp-row tr {
      border: 1px solid var(--acq-color-beige);
  }
}

/* ----------------------------------------------------------------
  content
----------------------------------------------------------------- */
.acq-content-area.-kaikeinext-senkotaiken {
  background-image: url("/lp/kaikeinext-senkotaiken/img/index-img-21_pc.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.-kaikeinext-senkotaiken + .acq-content-area,
.acq-content-area + .-kaikeinext-senkotaiken {
  padding-top: 80px !important;
}

@media only screen and (max-width: 767px) {
  .acq-content-area.-kaikeinext-senkotaiken {
      background-image: url("/lp/kaikeinext-senkotaiken/img/index-img-21_sp.svg");
      background-size: cover;
      background-repeat: no-repeat;
  }

  .-kaikeinext-senkotaiken + .acq-content-area,
  .acq-content-area + .-kaikeinext-senkotaiken {
      padding-top: 48px !important;
  }
}

/* ----------------------------------------------------------------
  modal
----------------------------------------------------------------- */
.acq-modal {
  color: var(--acq-color-font);
  width: min(100% - var(--acq-gutter-content) * 2, 1028px) !important;
  max-width: 1024px;
}

/* ----------------------------------------------------------------
  Carousel
----------------------------------------------------------------- */
.top-carousel-step_inner {
  display: grid;
  grid-template-areas: "left right" "slides slides";
  max-width: calc(var(--acq-width-content-sm) + var(--acq-gutter));
  margin: 0 auto;
}

.top-carousel-step_track {
  grid-area: slides;
  overflow-x: hidden;
}

.top-carousel-step_list {
  display: flex;
}

.top-carousel-step_item {
  flex-shrink: 0;
  width: 100%;
  padding: 0 calc(var(--acq-gutter) / 2);
}

.top-carousel-step_item > :first-child {
  margin-top: 0;
}

.top-carousel-step_item > :last-child {
  margin-bottom: 0;
}

.top-carousel-step_arrow-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.top-carousel-step_arrow-prev,
.top-carousel-step_arrow-next {
  display: flex;
  align-items: center;
  column-gap: 24px;
  padding: 0 calc(var(--acq-gutter) / 2);
}

.top-carousel-step_arrow-prev {
  grid-area: left;
}

.top-carousel-step_arrow-prev .top-carousel-step_arrow-text {
  padding-right: calc(var(--icon-width) + 16px);
  background-position-x: right;
}

.top-carousel-step_arrow-next {
  grid-area: right;
  flex-direction: row-reverse;
}

.top-carousel-step_arrow-next .top-carousel-step_arrow-text {
  padding-left: calc(var(--icon-width) + 16px);
  background-position-x: left;
}

.top-carousel-step_arrow-next .top-carousel-step_arrow-text > span {
  text-align: right;
}

.top-carousel-step_arrow-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: var(--icon-height);
  margin-bottom: 0;
  background: no-repeat top/contain;
  font-weight: var(--acq-font-weight-bold);
}

.top-carousel-step_arrow-text > span {
  display: block;
}

.top-carousel-step_arrow-btn {
  position: relative;
  color: var(--acq-color-primary);
  font-weight: var(--acq-font-weight-bold);
  transition: color var(--acq-transition-duration) var(--acq-transition-tf);
}

.top-carousel-step_arrow-btn.-prev {
  padding-left: 24px;
}

.top-carousel-step_arrow-btn.-next {
  padding-right: 24px;
}

.top-carousel-step_arrow-btn:is(:hover, :active, :focus-visible) {
  color: var(--acq-color-primary-hover);
}

.top-carousel-step_arrow-btn.-prev::before,
.top-carousel-step_arrow-btn.-prev::after,
.top-carousel-step_arrow-btn.-next::before,
.top-carousel-step_arrow-btn.-next::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 16px;
  height: 16px;
  transition: background-color var(--acq-transition-duration) var(--acq-transition-tf);
  top: 5px;
}

.top-carousel-step_arrow-btn.-prev::before,
.top-carousel-step_arrow-btn.-next::before {
  background-color: var(--acq-color-primary);
  border-radius: 50%;
}

.top-carousel-step_arrow-btn.-prev::after,
.top-carousel-step_arrow-btn.-next::after {
  background-color: var(--acq-color-white);
  mask: url("/common_a/img/acquisition/general/mask/angle-right.svg") no-repeat center / 10px;
}

.top-carousel-step_arrow-btn.-prev::before,
.top-carousel-step_arrow-btn.-prev::after {
  left: 0;
  transform: rotate(180deg);
}

.top-carousel-step_arrow-btn:is(:hover, :active, :focus-visible)::before {
  background-color: var(--acq-color-primary-hover);
}

.top-carousel-step_arrow-btn:disabled {
  background-color: var(--acq-color-beige);
  box-shadow: none;
  cursor: not-allowed;
}

.top-carousel-step_arrow-btn:disabled::before {
  background-color: var(--acq-color-white);
}

.top-carousel-step[data-current-step="1"] .top-carousel-step_arrow-prev .top-carousel-step_arrow-text, .top-carousel-step[data-current-step="2"] .top-carousel-step_arrow-next .top-carousel-step_arrow-text {
  background-image: url("/img/acq/index-slider-step-icon-03.svg");
}

.top-carousel-step[data-current-step="3"] .top-carousel-step_arrow-prev .top-carousel-step_arrow-text, .top-carousel-step[data-current-step="1"] .top-carousel-step_arrow-next .top-carousel-step_arrow-text {
  background-image: url("/img/acq/index-slider-step-icon-02.svg");
}

.top-carousel-step[data-current-step="2"] .top-carousel-step_arrow-prev .top-carousel-step_arrow-text, .top-carousel-step[data-current-step="3"] .top-carousel-step_arrow-next .top-carousel-step_arrow-text {
  background-image: url("/img/acq/index-slider-step-icon-01.svg");
}

:where(.js-unavailable) .top-carousel-step .top-carousel-step_arrow-prev,
:where(.js-unavailable) .top-carousel-step .top-carousel-step_arrow-next {
  display: none;
}

:where(.js-unavailable) .top-carousel-step .top-carousel-step_track {
  overflow-x: auto;
}

.top-carousel-list-step {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-block: 16px 0;
}

.top-carousel-list-step button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--acq-color-beige);
}

.top-carousel-list-step .is-current button {
  background-color: var(--acq-color-primary);
}

@media only screen and (max-width: 767px) {
  .top-carousel-step_inner {
      display: grid;
      grid-template-areas: "top" "slides" "bottom";
  }

  .top-carousel-step_arrow-inner {
      justify-content: center;
  }

  .top-carousel-step_arrow-prev,
  .top-carousel-step_arrow-next {
      justify-content: space-between;
      padding: 0;
  }

  .top-carousel-step_arrow-prev {
      display: none;
  }

  .top-carousel-step_arrow-next {
      grid-area: top;
  }

  .top-carousel-step_arrow-next .top-carousel-step_arrow-text > span {
      text-align: center;
  }

  .top-carousel-step_arrow-text {
      flex: 1;
      text-align: center;
  }

  .top-carousel-step .acq-card-02 {
      max-width: 320px;
      min-height: 350px;
  }
}

/* ----------------------------------------------------------------
  step-list
----------------------------------------------------------------- */
.step-list {
  display: flex;
  gap: 28px;
}

.step-list_item {
  width: calc(25% - 22px);
  background-color: var(--acq-color-white);
  border: solid 1px var(--acq-color-beige);
  border-radius: var(--acq-rounded-lg);
  padding: 32px var(--acq-spacing-xs) var(--acq-spacing-xs);
  position: relative;
}

.step-list_item:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  right: calc(32px / 2 * -1);
  bottom: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 12px;
  border-color: transparent transparent transparent var(--acq-color-primary);
  transform: translate(50%, 50%);
}

.step-list_item_num {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: var(--acq-color-primary);
  border-radius: 50%;
  color: var(--acq-color-white);
  font-weight: var(--acq-font-weight-bold);
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

.step-list_title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .step-list {
      flex-direction: column;
      gap: 44px 0;
  }

  .step-list_item {
      width: 100%;
  }

  .step-list_item:not(:last-child)::after {
      right: 50%;
      bottom: calc(30px / 2 * -1);
      border-width: 12px 20px 0;
      border-color: var(--acq-color-primary) transparent transparent transparent;
  }
}

/* ----------------------------------------------------------------
  mv
----------------------------------------------------------------- */
.acq-hdg-l1-mv.kaikeinext-senkotaiken {
  background-image: url("/lp/kaikeinext-senkotaiken/img/index-mv-02_pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-block: 88px 45px;
}

.kaikeinext-senkotaiken .acq-hdg-l1-mv_inner {
  max-width: 1132px;
  padding: 0 16px;
}

.acq-hdg-l1-mv_box {
  background-color: var(--acq-color-white);
  border-radius: 4px;
  font-size: var(--acq-font-size-xl);
  text-align: center;
  font-weight: var(--acq-font-weight-bold);
  max-width: 428px;
  padding: 4px 20px;
  margin-bottom: 56px;
  position: relative;
}

.acq-hdg-l1-mv_hdg {
  font-weight: var(--acq-font-weight);
  font-size: 6.25rem;
  margin-bottom: 80px;
}

.acq-hdg-l1-mv_text {
  font-weight: 300;
  color: #000;
}

.acq-hdg-l1-mv_text img {
  margin-bottom: 16px;
}

.acq-hdg-l1-mv_box .free_logo {
  position: absolute;
  top: -20px;
  left: -20px;
}

.acq-hdg-l1-mv_box .free_text {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .acq-hdg-l1-mv.kaikeinext-senkotaiken {
      background-image: url("/lp/kaikeinext-senkotaiken/img/index-mv-02_sp.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      padding-block: 340px 24px;
  }

  .kaikeinext-senkotaiken .acq-hdg-l1-mv_inner {
      padding: 0 24px;
  }

  .acq-hdg-l1-mv_box {
      max-width: 330px;
      padding: 4px 16px;
      margin: 0 auto;
      margin-bottom: 32px;
  }

  .acq-hdg-l1-mv_hdg {
      font-size: 4.2rem;
      margin-bottom: 32px;
  }

  .acq-hdg-l1-mv_box .free_text {
      text-align: left;
      padding-left: 60px;
  }
}

/* ----------------------------------------------------------------
  media-lyt
----------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .acq-media-lyt.-row-reverse-sp {
      flex-direction: column;
  }
}

/* ----------------------------------------------------------------
  utility
----------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0;
}

.mb-32 {
  margin-bottom: 32px;
}

.max-w-1040 {
  max-width: 1040px;
}

@media only screen and (max-width: 767px) {
  .acq-u-width-sp-26 {
      width: 26% !important;
  }

  .acq-u-width-sp-38 {
      width: 38% !important;
  }

  .acq-u-width-sp-40 {
      width: 40% !important;
  }

  .pc-only {
      display: none;
  }

  .acq-modal_hdg {
      font-size: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .acq-header-logo img {
      max-height: 48px;
  }
}

.area-list-front__button {
  padding: 5px;
}

.area-list-front__button::before {
  display: none;
}

.area-list-front__item.link-blank-01 {
  margin-top: 0;
}

.area-list-front__item.link-blank-01 > *::after {
  margin-top: 0.25em;
  margin-left: 0.25em;
}

.flowUseArea .hedding-03-02 > * {
  font-size: 2rem;
}

.flowUseArea .cord-content-04 .title {
  font-size: 18px;
}

footer a,
.acq-footer-copyright small,
.acq-footer-subtitle {
  font-size: 12px !important;
}

.acq-footer-utility a {
  text-decoration: underline;
}

.pap-breadcrumb_inner > li > a {
  font-weight: normal;
}

.senkoutaiken-nav-btn {
  font-size: 1rem;
}

.acq-header-nav_list .list-btn {
  display: flex;
  align-items: center;
  margin-left: 24px;
}