@charset "UTF-8";
/* リキッドな余白 */
/********************************************************/
/* -------------------------------------------
 * 共通
 * -------------------------------------------*/
/* セクションの境界線（黄色・下部） */
.divider--bottom {
  width: 100%;
  height: auto;
  aspect-ratio: 3360/176;
  position: absolute;
  top: 100%;
  left: 0;
}

/* セクションの境界線（黄色・下部） */
.divider--top {
  width: 100%;
  height: auto;
  aspect-ratio: 3360/176;
  position: absolute;
  bottom: 100%;
  left: 0;
}

/* -------------------------------------------
 * MV
 * -------------------------------------------*/
.top-mv {
  padding-top: calc(48 * var(--unit));
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 834px) {
  .top-mv {
    padding-top: calc(91 * var(--unit));
    overflow: clip;
  }
}

.top-mv__main-title {
  position: relative;
  z-index: 2;
  width: 39%;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .top-mv__main-title {
    width: 87.8%;
  }
}

.top-mv__drivers {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 5.8% 3%;
  margin-top: -36%;
}
@media (max-width: 834px) {
  .top-mv__drivers {
    margin-top: -10%;
    z-index: 5;
    padding-inline: 0;
  }
}

.top-mv__driver-img--01 {
  width: 32%;
}
@media (max-width: 834px) {
  .top-mv__driver-img--01 {
    width: 52.5%;
    margin-left: -4.5%;
  }
}

.top-mv__driver-img--02 {
  width: 31%;
}
@media (max-width: 834px) {
  .top-mv__driver-img--02 {
    width: 50%;
    margin-right: -5%;
    margin-top: 6%;
  }
}

.top-mv__main-title,
.top-mv__truck {
  position: relative;
  z-index: 3;
}

.top-mv__truck {
  width: 30%;
  margin-inline: auto;
  margin-top: -0.8%;
}
@media (max-width: 834px) {
  .top-mv__truck {
    width: 54.9%;
    margin-top: -4.5%;
    z-index: 4;
  }
}

.top-mv__bottom-divider {
  position: relative;
  z-index: 2;
  margin-top: -8.3%;
}
@media (max-width: 834px) {
  .top-mv__bottom-divider {
    z-index: 5;
    margin-top: -23%;
    padding-bottom: calc(20 * var(--unit));
    width: 100%;
    height: auto;
  }
}

.top-mv__entry-button {
  display: none;
}
@media (max-width: 834px) {
  .top-mv__entry-button {
    position: absolute;
    inset: 0;
    margin: auto;
    margin-top: 22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: calc(36 * var(--unit));
    height: calc(60 * var(--unit));
    width: 90%;
    line-height: 1;
  }
}
.top-mv__entry-button .button-text--entry::before {
  width: 106px;
}

.top-mv__bg-light-shape-img {
  position: absolute;
}

.top-mv__bg-light-shape-img--01 {
  left: 9.7%;
  top: 5.7738095238vw;
  width: 22.6%;
}
@media (max-width: 834px) {
  .top-mv__bg-light-shape-img--01 {
    left: 0;
    top: 22.7817745803vw;
    width: 43.2%;
  }
}

.top-mv__bg-light-shape-img--02 {
  right: 0;
  top: 0;
  width: 35.7%;
}
@media (max-width: 834px) {
  .top-mv__bg-light-shape-img--02 {
    width: 50%;
  }
}

.top-mv__bg-dark-shape-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.top-mv__bg-dark-shape-img--01 {
  margin-top: 26.7857142857vw;
  width: 24%;
  clip-path: inset(0 0 20% 0);
}
@media (max-width: 834px) {
  .top-mv__bg-dark-shape-img--01 {
    margin-top: 65.9472422062vw;
    width: 24.5%;
    clip-path: inset(0);
  }
}

.top-mv__bg-dark-shape-img--02 {
  margin-top: 24.7023809524vw;
  width: 33.5%;
}
@media (max-width: 834px) {
  .top-mv__bg-dark-shape-img--02 {
    margin-top: 62.3501199041vw;
    width: 30%;
  }
}

/* -------------------------------------------
 * intro
 * -------------------------------------------*/
.top-intro {
  padding-block: clamp(50 * var(--unit), 74 / 1680 * 100vw, 74 * var(--unit)) clamp(40 * var(--unit), 81 / 1680 * 100vw, 81 * var(--unit));
  position: relative;
}
@media (max-width: 834px) {
  .top-intro {
    margin-top: calc(-20 * var(--unit));
    padding-top: calc(10 * var(--unit));
  }
}
.top-intro::before {
  background: url(../img/bg_yellow.webp) no-repeat center;
  background-size: cover;
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.top-intro__inner {
  border-radius: clamp(30 * var(--unit), 100 / 1680 * 100vw, 100 * var(--unit));
  padding-block: clamp(35 * var(--unit), 120 / 1680 * 100vw, 120 * var(--unit)) clamp(35 * var(--unit), 128 / 1680 * 100vw, 128 * var(--unit));
  padding-inline: 5%;
  background-color: #fff9ee;
  position: relative;
}
.top-intro__inner::before {
  background: url(../img/intro_shape01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  left: -5.5%;
  top: -6.9%;
  aspect-ratio: 1330/822;
  width: 31.1%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .top-intro__inner::before {
    display: none;
  }
}
.top-intro__inner::after {
  background: url(../img/intro_shape02.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  right: -17%;
  bottom: -7.5%;
  aspect-ratio: 748/496;
  width: 55.4%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .top-intro__inner::after {
    display: none;
  }
}

.top-intro__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-intro__lead-img {
  width: min(41.9%, 503 * var(--unit));
}
@media (max-width: 834px) {
  .top-intro__lead-img {
    width: 85%;
  }
}

.top-intro__title-img {
  width: min(63.3%, 760 * var(--unit));
  margin-block: clamp(15 * var(--unit), 20 / 1680 * 100vw, 20 * var(--unit)) clamp(20 * var(--unit), 46 / 1680 * 100vw, 46 * var(--unit));
}
@media (max-width: 834px) {
  .top-intro__title-img {
    width: 90%;
  }
}

.top-intro__requirement-img {
  width: min(46.6%, 560 * var(--unit));
}
@media (max-width: 834px) {
  .top-intro__requirement-img {
    width: 80%;
  }
}

.top-intro__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(20 * var(--unit)) 2.9%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(25 * var(--unit), 75 / 1680 * 100vw, 75 * var(--unit));
}
@media (max-width: 834px) {
  .top-intro__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-intro__list > li {
  border-radius: clamp(20 * var(--unit), 30 / 1680 * 100vw, 30 * var(--unit));
  overflow: hidden;
  max-height: calc(392 * var(--unit));
  aspect-ratio: 320/392;
  width: 100%;
  height: auto;
}
@media (max-width: 834px) {
  .top-intro__list > li {
    aspect-ratio: 1;
  }
}
.top-intro__list > li:nth-child(1) {
  background: var(--skyblue);
}
.top-intro__list > li:nth-child(1) .top-intro__list-heading {
  width: 65.6%;
}
.top-intro__list > li:nth-child(1) .top-intro__list-img {
  width: 92.8%;
  margin-right: -2%;
}
.top-intro__list > li:nth-child(2) {
  background: var(--orange);
}
.top-intro__list > li:nth-child(2) .top-intro__list-heading {
  width: 66.5%;
}
.top-intro__list > li:nth-child(2) .top-intro__list-img {
  width: 89.3%;
  margin-right: 3%;
}
.top-intro__list > li:nth-child(3) {
  background: var(--green);
}
.top-intro__list > li:nth-child(3) .top-intro__list-heading {
  width: 82.5%;
}
.top-intro__list > li:nth-child(3) .top-intro__list-img {
  width: 112%;
  margin-left: -5%;
}

.top-intro__list-heading {
  margin-top: clamp(15 * var(--unit), 40 / 1680 * 100vw, 40 * var(--unit));
  margin-bottom: clamp(15 * var(--unit), 40 / 1680 * 100vw, 40 * var(--unit));
  margin-inline: auto;
}

.top-intro__list-img {
  margin-inline: auto;
}

.top-intro__bg-shape-img {
  position: absolute;
}

/* -------------------------------------------
 * ABOUT US
 * -------------------------------------------*/
.top-about {
  padding-block: calc(200 * var(--unit)) clamp(50 * var(--unit), 184 / 1680 * 100vw, 184 * var(--unit));
  position: relative;
}
@media (max-width: 834px) {
  .top-about {
    padding-top: calc(120 * var(--unit));
  }
}

.top-about__intro {
  position: relative;
}

.top-about__section-title {
  position: absolute;
  top: -7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}
@media (max-width: 834px) {
  .top-about__section-title {
    top: -8%;
  }
}

.top-about__intro-image-wrap {
  position: relative;
}

.top-about__intro-img {
  border-radius: clamp(20 * var(--unit), 30 / 1680 * 100vw, 30 * var(--unit));
  overflow: hidden;
}

.top-about__intro-img-badge {
  position: absolute;
  left: -9%;
  bottom: -7%;
  width: 42.4%;
  aspect-ratio: 212/131;
}
@media (max-width: 834px) {
  .top-about__intro-img-badge {
    width: 39%;
    left: -5%;
    bottom: -5%;
  }
}

.top-about__intro-content {
  background: #fff;
  border-radius: clamp(30 * var(--unit), 100 / 1680 * 100vw, 100 * var(--unit));
  padding-block: clamp(30 * var(--unit), 149 / 1680 * 100vw, 149 * var(--unit)) clamp(40 * var(--unit), 113 / 1680 * 100vw, 113 * var(--unit));
  padding-inline: 7.5%;
  display: grid;
  grid-template-columns: 500fr 460fr;
  gap: calc(30 * var(--unit)) 5.8%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.top-about__intro-content::after {
  background: url(../img/about_intro-label.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 22.2%;
  aspect-ratio: 532/532;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .top-about__intro-content::after {
    width: 50%;
    background: url(../img/about_intro-label_sp.webp) no-repeat center;
    background-size: contain;
    aspect-ratio: 352/202;
  }
}
@media (max-width: 834px) {
  .top-about__intro-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-about__intro-catch {
  font-size: var(--f32);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 834px) {
  .top-about__intro-catch {
    text-align: center;
  }
}

.top-about__job-details-link {
  position: relative;
  margin-top: clamp(20 * var(--unit), 50 / 1680 * 100vw, 50 * var(--unit));
  display: inline-block;
}
.top-about__job-details-link img {
  border-radius: clamp(30 * var(--unit), 100 / 1680 * 100vw, 100 * var(--unit));
  overflow: hidden;
}
.top-about__job-details-link .arrow-icon {
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(30 * var(--unit), 80 / 1680 * 100vw, 80 * var(--unit));
  aspect-ratio: 80/50;
}
.top-about__job-details-link .arrow-icon .material-symbols-outlined {
  font-size: clamp(12 * var(--unit), 30 / 1680 * 100vw, 30 * var(--unit));
}

/* -------------------------------------------
 * SUPPORT
 * -------------------------------------------*/
.top-support {
  padding-block: clamp(50 * var(--unit), 79 / 1680 * 100vw, 79 * var(--unit)) clamp(50 * var(--unit), 104 / 1680 * 100vw, 104 * var(--unit));
  background: url(../img/bg_light-yellow.webp) no-repeat center center/cover;
  position: relative;
}

.top-support__deco-item01 {
  display: inline-block;
  position: absolute;
  width: 15.1%;
  aspect-ratio: 510/450;
  bottom: 98%;
  left: 12.5%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .top-support__deco-item01 {
    width: 20%;
    left: 5%;
    bottom: 98.5%;
  }
}
@media (max-width: 639px) {
  .top-support__deco-item01 {
    width: 20%;
    left: 5%;
  }
}

.top-support__list {
  margin-top: clamp(30 * var(--unit), 80 / 1680 * 100vw, 80 * var(--unit));
}
.top-support__list > li {
  border-radius: clamp(30 * var(--unit), 60 / 1680 * 100vw, 60 * var(--unit));
  padding-inline: 6.6%;
  padding-block: clamp(30 * var(--unit), 79 / 1680 * 100vw, 79 * var(--unit)) clamp(30 * var(--unit), 69 / 1680 * 100vw, 69 * var(--unit));
}
.top-support__list > li:nth-child(1) {
  background: var(--orange);
}
.top-support__list > li:nth-child(1) .top-support__list-title {
  max-width: calc(326 * var(--unit));
  width: 100%;
}
@media (max-width: 834px) {
  .top-support__list > li:nth-child(1) .top-support__list-title {
    width: auto;
    height: calc(28 * var(--unit));
  }
}
.top-support__list > li:nth-child(2) {
  background: var(--green);
}
.top-support__list > li:nth-child(2) .top-support__list-title {
  max-width: calc(383 * var(--unit));
  width: 100%;
}
@media (max-width: 834px) {
  .top-support__list > li:nth-child(2) .top-support__list-title {
    width: auto;
    height: calc(28 * var(--unit));
  }
}
.top-support__list > li:nth-child(3) {
  background: var(--skyblue);
}
.top-support__list > li:nth-child(3) .top-support__list-title {
  max-width: calc(251 * var(--unit));
  width: 100%;
}
@media (max-width: 834px) {
  .top-support__list > li:nth-child(3) .top-support__list-title {
    width: auto;
    height: calc(28 * var(--unit));
  }
}
.top-support__list > li + li {
  margin-top: clamp(30 * var(--unit), 60 / 1680 * 100vw, 60 * var(--unit));
}

.top-support__list-flex {
  display: grid;
  grid-template-columns: 520fr 439fr;
  gap: 0 7.6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .top-support__list-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.top-support__list-img img {
  border-radius: clamp(20 * var(--unit), 30 / 1680 * 100vw, 30 * var(--unit));
}
@media (max-width: 834px) {
  .top-support__list-img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 834px) {
  .top-support__list-body {
    display: contents;
  }
}

.top-support__list-title {
  margin-inline: auto;
}
@media (max-width: 834px) {
  .top-support__list-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 834px) {
  .top-support__list-title img {
    height: 100%;
    width: auto;
  }
}

.top-support__list-subtitle {
  font-size: var(--f16);
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.6em;
  margin-inline: auto;
}

.top-support__list-label {
  margin-block: 1.6em 2.4em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .top-support__list-label {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-block: 1em 1.8em;
  }
}

.top-support__list-text {
  color: #fff;
}
@media (max-width: 834px) {
  .top-support__list-text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: calc(16 * var(--unit));
  }
}

.top-support__details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(30 * var(--unit), 60 / 1680 * 100vw, 60 * var(--unit));
}
@media (max-width: 834px) {
  .top-support__details {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(20 * var(--unit));
  }
}

.top-support__details-img img {
  border-radius: clamp(10 * var(--unit), 30 / 1680 * 100vw, 30 * var(--unit));
}

.top-support__details-label {
  margin-top: 0.8em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: var(--f16);
  line-height: 1.6;
}
@media (max-width: 834px) {
  .top-support__details-label {
    margin-top: 0.5em;
  }
}

.top-support__career {
  position: relative;
  margin-top: clamp(60 * var(--unit), 85 / 1680 * 100vw, 85 * var(--unit));
}
@media (max-width: 499px) {
  .top-support__career {
    margin-top: calc(40 * var(--unit));
  }
}

.top-support__career-title {
  position: absolute;
  top: -9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  max-width: calc(386 * var(--unit));
  z-index: 1;
}
@media (max-width: 499px) {
  .top-support__career-title {
    top: -4%;
  }
}

.top-support__career-content {
  background: url(../img/support_career-bg.webp) no-repeat center center/cover;
  border-radius: clamp(30 * var(--unit), 60 / 1680 * 100vw, 60 * var(--unit));
  padding-block: clamp(45 * var(--unit), 93 / 1680 * 100vw, 93 * var(--unit)) clamp(30 * var(--unit), 84 / 1680 * 100vw, 84 * var(--unit));
  padding-left: 6.6%;
  position: relative;
  overflow: clip;
}
@media (max-width: 834px) {
  .top-support__career-content {
    padding-bottom: calc(150 * var(--unit));
    padding-inline: 8%;
  }
}
@media (max-width: 499px) {
  .top-support__career-content {
    padding-bottom: calc(160 * var(--unit));
  }
}
.top-support__career-content::before {
  background: url(../img/support_career-img01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 52%;
  aspect-ratio: 1234/682;
  bottom: -22%;
  right: -6%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .top-support__career-content::before {
    width: calc(366 * var(--unit));
    bottom: -15%;
  }
}
@media (max-width: 499px) {
  .top-support__career-content::before {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.top-support__career-body {
  width: 45%;
}
@media (max-width: 834px) {
  .top-support__career-body {
    width: 100%;
  }
}

.top-support__career-catch {
  font-size: clamp(20 * var(--unit), 1.9047619048vw, 32 * var(--unit));
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 834px) {
  .top-support__career-catch {
    text-align: center;
  }
}

/* -------------------------------------------
 * SUPPORT モーダル
 * -------------------------------------------*/
body:has([popover]:popover-open) {
  overflow: hidden;
}

.top-support__open-modal-btn {
  padding: 1em min(5%, 32 * var(--unit));
  border: none;
  border-radius: 20px;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  width: 100%;
  border: 2px solid #fff;
  margin-top: clamp(20 * var(--unit), 34 / 1680 * 100vw, 34 * var(--unit));
  display: inline-grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .top-support__open-modal-btn {
    gap: 0.3em;
  }
}
.top-support__open-modal-btn::after {
  content: "";
}
.top-support__open-modal-btn::before {
  background: url(../img/support_list-item02-modal-button-img.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: clamp(80 * var(--unit), 151 / 1680 * 100vw, 151 * var(--unit));
  aspect-ratio: 284/301;
  bottom: 0;
  right: 2.3%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .top-support__open-modal-btn::before {
    width: calc(50 * var(--unit));
    right: 3.7%;
  }
}

.top-support__open-modal-text {
  position: relative;
  font-size: var(--f24);
  font-weight: bold;
  color: white;
  text-align: center;
}
@media (max-width: 834px) {
  .top-support__open-modal-text {
    line-height: 1.4;
    font-size: calc(16 * var(--unit));
  }
}

.top-support__open-modal-img {
  width: clamp(80 * var(--unit), 151 / 1680 * 100vw, 151 * var(--unit));
  aspect-ratio: 284/301;
}

.top-support__open-modal-symbol {
  border-radius: 100vmax;
  background-color: #018444;
  width: clamp(30 * var(--unit), 40 / 1680 * 100vw, 40 * var(--unit));
  height: clamp(30 * var(--unit), 40 / 1680 * 100vw, 40 * var(--unit));
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.top-support__open-modal-symbol::before, .top-support__open-modal-symbol::after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 0.1em;
  width: clamp(10 * var(--unit), 15 / 1680 * 100vw, 15 * var(--unit));
  height: 2px;
}
.top-support__open-modal-symbol::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* モーダルスタイル */
.top-support__modal {
  border: none;
  border-radius: clamp(30 * var(--unit), 60 / 1680 * 100vw, 60 * var(--unit));
  width: min(90%, 1200 * var(--unit));
  margin: auto;
  height: 90svh;
  background: white;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.top-support__modal:popover-open {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  scrollbar-width: none;
}

/* アニメーション開始時の値 */
@starting-style {
  .top-support__modal:popover-open {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.top-support__modal::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.top-support__modal::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.top-support__modal-header {
  padding: 1.5rem 1.5rem 0;
  position: relative;
}

.top-support__modal-close {
  font-weight: bold;
  font-size: var(--f24);
  border: 2px solid #000;
  cursor: pointer;
  padding: 0.6em;
  width: min(100%, 300 * var(--unit));
  margin-inline: auto;
  margin-top: clamp(35 * var(--unit), 72 / 1680 * 100vw, 72 * var(--unit));
  border-radius: calc(20 * var(--unit));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (any-hover: hover) {
  .top-support__modal-close:hover {
    background-color: #000;
    color: #fff;
  }
}

/* モーダル内 */
.top-support__modal-inner {
  padding-block: clamp(30 * var(--unit), 119 / 1680 * 100vw, 119 * var(--unit)) clamp(35 * var(--unit), 90 / 1680 * 100vw, 90 * var(--unit));
  padding-inline: min(9%, 110 * var(--unit));
  overflow-y: scroll;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.top-support__modal-inner::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  .top-support__modal-inner {
    padding-inline: 5%;
  }
}
.top-support__modal-inner .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  margin-block: calc(65 * var(--unit));
}
@media (max-width: 834px) {
  .top-support__modal-inner .simplebar-scrollbar.simplebar-visible:before {
    margin-block: calc(30 * var(--unit));
  }
}
.top-support__modal-inner .simplebar-scrollbar::before {
  background: #000;
  border-radius: 100vmax;
  width: calc(3 * var(--unit));
}

/* モーダル内コンテンツ */
.top-support__service-list {
  counter-reset: count;
}
.top-support__service-list > li {
  counter-increment: count;
  border-radius: clamp(20 * var(--unit), 30 / 1680 * 100vw, 30 * var(--unit));
  background: #fff3df;
}
.top-support__service-list > li:nth-child(1) .top-support__service-title::before {
  background: url(../img/support_list-num01.svg) no-repeat center;
  background-size: contain;
}
.top-support__service-list > li:nth-child(2) .top-support__service-title::before {
  background: url(../img/support_list-num02.svg) no-repeat center;
  background-size: contain;
}
.top-support__service-list > li:nth-child(3) .top-support__service-title::before {
  background: url(../img/support_list-num03.svg) no-repeat center;
  background-size: contain;
}
.top-support__service-list > li:nth-child(4) .top-support__service-title::before {
  background: url(../img/support_list-num04.svg) no-repeat center;
  background-size: contain;
}
.top-support__service-list > li:nth-child(5) .top-support__service-title::before {
  background: url(../img/support_list-num05.svg) no-repeat center;
  background-size: contain;
}
.top-support__service-list > li:nth-child(6) .top-support__service-title::before {
  background: url(../img/support_list-num06.svg) no-repeat center;
  background-size: contain;
}
.top-support__service-list > li:nth-child(7) .top-support__service-title::before {
  background: url(../img/support_list-num07.svg) no-repeat center;
  background-size: contain;
}
.top-support__service-list > li:nth-child(8) .top-support__service-title::before {
  background: url(../img/support_list-num08.svg) no-repeat center;
  background-size: contain;
}
.top-support__service-list > li:nth-child(9) .top-support__service-title::before {
  background: url(../img/support_list-num09.svg) no-repeat center;
  background-size: contain;
}
.top-support__service-list > li:nth-child(10) .top-support__service-title::before {
  background: url(../img/support_list-num10.svg) no-repeat center;
  background-size: contain;
}
.top-support__service-list > li + li {
  margin-top: clamp(20 * var(--unit), 40 / 1680 * 100vw, 40 * var(--unit));
}

.top-support__service-head {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  padding: 1.3em min(3.2%, 32 * var(--unit));
}
@media (max-width: 834px) {
  .top-support__service-head {
    padding: 1em 5%;
  }
}
.top-support__service-head:has(.top-support__service-labels) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
@media (max-width: 499px) {
  .top-support__service-head:has(.top-support__service-labels) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}

.top-support__service-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  font-weight: bold;
  font-size: var(--f24);
}
@media (max-width: 834px) {
  .top-support__service-title {
    gap: 0.5em;
    line-height: 1.4;
  }
}
.top-support__service-title::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1;
  width: clamp(40 * var(--unit), 50 / 1680 * 100vw, 50 * var(--unit));
  height: clamp(40 * var(--unit), 50 / 1680 * 100vw, 50 * var(--unit));
}

.top-support__service-title::before {
  padding-top: 0.3em;
}

.top-support__service-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
@media (max-width: 499px) {
  .top-support__service-labels {
    margin-left: calc(49 * var(--unit));
    gap: 0.2em;
  }
}

.top-support__service-label {
  background: #333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0.9em;
  max-width: 18rem;
  width: 100%;
  line-height: 1;
  border-radius: 100vmax;
  font-weight: bold;
  font-size: var(--f14);
}
@media (max-width: 834px) {
  .top-support__service-label {
    font-size: calc(11 * var(--unit));
  }
}

.top-support__service-body {
  padding: 2em min(6.1%, 60 * var(--unit));
}
@media (max-width: 834px) {
  .top-support__service-body {
    padding: 0.8em 5% 1em;
  }
}

.top-support__service-body--col2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .top-support__service-body--col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-support__service-details {
  font-size: var(--f16);
}
.top-support__service-details > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
}
@media (max-width: 834px) {
  .top-support__service-details > li {
    gap: 0.3em;
  }
}
.top-support__service-details > li::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--orange);
  border-radius: 100vmax;
  margin-top: 0.6em;
}
@media (max-width: 834px) {
  .top-support__service-details > li::before {
    width: 0.6em;
    height: 0.6em;
    margin-top: 0.7em;
  }
}

/* -------------------------------------------
 * MERIT
 * -------------------------------------------*/
.top-merit {
  padding-block: clamp(70 * var(--unit), 191 / 1680 * 100vw, 191 * var(--unit)) clamp(70 * var(--unit), 187 / 1680 * 100vw, 187 * var(--unit));
}

.top-merit__list-area {
  position: relative;
}

.top-merit__list-deco-item01 {
  width: 14.6%;
  position: absolute;
  bottom: 95%;
  right: 5.3%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1100px) {
  .top-merit__list-deco-item01 {
    width: 10.6%;
    right: 3%;
  }
}
@media (max-width: 834px) {
  .top-merit__list-deco-item01 {
    display: none;
  }
}

.top-merit__list {
  margin-top: clamp(30 * var(--unit), 69 / 1680 * 100vw, 69 * var(--unit));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5%;
}
@media (max-width: 834px) {
  .top-merit__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(30 * var(--unit));
  }
}
.top-merit__list > li {
  border-radius: clamp(30 * var(--unit), 60 / 1680 * 100vw, 60 * var(--unit));
  color: #fff;
  padding: clamp(30 * var(--unit), 45 / 1680 * 100vw, 45 * var(--unit)) 10.5%;
}
@media (max-width: 834px) {
  .top-merit__list > li {
    padding-inline: 5%;
  }
}
.top-merit__list > li:nth-child(1) {
  background-color: var(--skyblue);
}
.top-merit__list > li:nth-child(2) {
  background-color: var(--orange);
}
.top-merit__list > li:nth-child(3) {
  background-color: var(--green);
}

@media (max-width: 834px) {
  .top-merit__list-img {
    width: 90%;
    margin-inline: auto;
  }
}
.top-merit__list-img img {
  border-radius: 100vmax;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-merit__list-title {
  font-size: var(--f28);
  line-height: 1.4;
  text-align: center;
  margin-block: 0.6em 0.8em;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.top-merit__list-label {
  max-width: calc(219 * var(--unit));
}

.top-merit__list-text {
  font-size: var(--f16);
  margin-top: 1em;
}

/* -------------------------------------------
 * FLOW
 * -------------------------------------------*/
.top-flow {
  padding-block: clamp(50 * var(--unit), 79 / 1680 * 100vw, 79 * var(--unit)) clamp(50 * var(--unit), 104 / 1680 * 100vw, 104 * var(--unit));
  background: url(../img/bg_light-yellow.webp) no-repeat center center/cover;
  position: relative;
}

.top-flow__img {
  margin-top: clamp(30 * var(--unit), 80 / 1680 * 100vw, 80 * var(--unit));
}
@media (max-width: 834px) {
  .top-flow__img {
    overflow-x: auto;
  }
}
.top-flow__img img {
  border-radius: clamp(30 * var(--unit), 60 / 1680 * 100vw, 60 * var(--unit));
}
@media (max-width: 834px) {
  .top-flow__img img {
    display: block;
    width: 750px;
    height: auto;
    max-width: none;
  }
}

/* -------------------------------------------
 * CTA
 * -------------------------------------------*/
.top-cta {
  background: url(../img/bg_yellow.webp) no-repeat center center/cover;
  padding-block: clamp(45 * var(--unit), 159 / 1680 * 100vw, 159 * var(--unit)) clamp(35 * var(--unit), 102 / 1680 * 100vw, 102 * var(--unit));
  overflow: clip;
}

.top-cta__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc(960 * var(--unit));
  margin-inline: auto;
}

.top-cta__button {
  max-width: calc(460 * var(--unit));
  width: 100%;
  padding: 0.4em;
}

.top-cta__button--requirement {
  font-size: var(--f47);
  font-weight: bold;
}
@media (max-width: 834px) {
  .top-cta__button--requirement {
    font-size: calc(20 * var(--unit));
  }
}

.top-cta__button--entry {
  font-size: var(--f54);
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .top-cta__button--entry {
    font-size: calc(30 * var(--unit));
  }
}
.top-cta__button--entry .button-text--entry::before {
  width: clamp(83px, 10.3vw, 156px);
}

.top-cta__button {
  min-width: auto;
}

.top-cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* -------------------------------------------
 * CTA スライダー
 * -------------------------------------------*/
.top-cta__slider {
  overflow: clip;
}

.top-cta__slider-text {
  font-size: calc(100 * var(--unit));
  font-family: var(--luckiest-guy);
  white-space: nowrap;
}
@media (max-width: 834px) {
  .top-cta__slider-text {
    font-size: calc(40 * var(--unit));
  }
}
.top-cta__slider-text .highlight {
  color: var(--orange);
}

.top-cta__slider-img {
  width: calc(137 * var(--unit));
}
@media (max-width: 834px) {
  .top-cta__slider-img {
    width: calc(70 * var(--unit));
  }
}
.top-cta__slider-img img {
  aspect-ratio: 138/86;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-cta__slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(15 * var(--unit));
}
@media (max-width: 834px) {
  .top-cta__slider-inner {
    gap: calc(5 * var(--unit));
  }
}

.top-cta__slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-animation: cta-slide 50s linear infinite;
          animation: cta-slide 50s linear infinite;
}

.top-cta__slider-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(15 * var(--unit));
  padding-right: calc(15 * var(--unit));
}
@media (max-width: 834px) {
  .top-cta__slider-group {
    gap: calc(5 * var(--unit));
    padding-right: calc(5 * var(--unit));
  }
}

@-webkit-keyframes cta-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-1 * var(--group-width)));
            transform: translateX(calc(-1 * var(--group-width)));
  }
}

@keyframes cta-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-1 * var(--group-width)));
            transform: translateX(calc(-1 * var(--group-width)));
  }
}/*# sourceMappingURL=top.css.map */