@charset "UTF-8";
/**
 * Colors
==================== */
/**
 * Gradients
==================== */
/**
 * Breakpoints
 ==================== */
/**
 * Design Sizes
==================== */
/**
 * Spacing Units
==================== */
/**
 * Radius
==================== */
/**
 * vw変換
==================== */
/**
 * em変換
==================== */
/**
 * mixins
==================== */
.label-jp-en {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5.1282051282vw;
}
@media (min-width: 1021px) {
  .label-jp-en {
    gap: 1.3888888889vw;
  }
}
.label-jp-en__jp {
  font-size: 5.1282051282vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.1025641026vw;
  color: var(--clr-tomoku-body);
}
@media (min-width: 1021px) {
  .label-jp-en__jp {
    font-size: 2.5vw;
    line-height: 150%;
    letter-spacing: 0.05vw;
  }
}
.label-jp-en__en {
  padding-left: 2.0512820513vw;
  border-left: 0.7692307692vw solid var(--clr-tomoku-vivid-blue);
  font-size: 3.5897435897vw;
  font-style: normal;
  font-weight: 900;
  line-height: 5.1282051282vw;
  letter-spacing: 0.1794871795vw;
  text-transform: uppercase;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--blue-gradient-02);
}
@media (min-width: 1021px) {
  .label-jp-en__en {
    padding-left: 0.5555555556vw;
    border-left: 0.2083333333vw solid var(--clr-tomoku-vivid-blue);
    font-size: 0.9722222222vw;
    line-height: 1.3888888889vw;
    letter-spacing: 0.0486111111vw;
  }
}

.top__mv {
  width: 100%;
  position: relative;
  padding: 3.0769230769vw;
}
@media (min-width: 1021px) {
  .top__mv {
    padding: 1.1111111111vw;
  }
}
.top__mv-inner {
  width: 100%;
  border-radius: var(--radius-LL);
  overflow: hidden;
  position: relative;
}
.top__mv-slide {
  width: 100%;
}
.top__mv-picture {
  display: block;
  width: 100%;
}
.top__mv-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.top__mv-scrolldown {
  display: none;
}
@media (min-width: 1021px) {
  .top__mv-scrolldown {
    display: block;
    position: absolute;
    width: 1.6666666667vw;
    height: auto;
    bottom: 1.9444444444vw;
    right: 1.1111111111vw;
    z-index: 1;
    opacity: 0;
    transition: opacity 1600ms ease;
  }
  .top__mv-scrolldown.-is-visible {
    opacity: 1;
  }
}

/**
 * Colors
==================== */
/**
 * Gradients
==================== */
/**
 * Breakpoints
 ==================== */
/**
 * Design Sizes
==================== */
/**
 * Spacing Units
==================== */
/**
 * Radius
==================== */
/**
 * vw変換
==================== */
/**
 * em変換
==================== */
/**
 * mixins
==================== */
.interview-swiper {
  width: 100%;
}
.interview-swiper__nav {
  cursor: pointer;
  display: flex;
  gap: 3.0769230769vw;
  align-items: center;
  justify-content: flex-end;
  padding: 5.1282051282vw 6.1538461538vw 2.0512820513vw 0;
  margin-left: auto;
}
@media (min-width: 1021px) {
  .interview-swiper__nav {
    gap: 0.8333333333vw;
    padding: 0;
    padding-right: 5.5555555556vw;
    padding-bottom: 1.3888888889vw;
  }
}
.interview-swiper__nav-btn {
  cursor: pointer;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  padding: 2.0512820513vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--clr-dark-charcoal);
  background: transparent;
  transition: background 0.3s;
  flex-shrink: 0;
  background-color: var(--clr-tomoku-white);
}
@media (min-width: 1021px) {
  .interview-swiper__nav-btn {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    padding: 0.5555555556vw;
  }
  .interview-swiper__nav-btn:hover {
    background: var(--clr-gray-03);
  }
}
.interview-swiper__nav-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mask-image: url("/wp-content/themes/tomoku/assets/img/common/icon_keyboard-arrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--clr-tomoku-body);
}
.interview-swiper__nav-btn.-prev::before {
  transform: rotate(180deg);
}
.interview-swiper__nav-btn.swiper-button-disabled {
  background-color: var(--clr-gray-03);
  border-color: var(--clr-gray-05);
}
.interview-swiper__nav-btn.swiper-button-disabled::before {
  background-color: var(--clr-gray-05);
}
.interview-swiper__nav-to-all-btn {
  display: none;
}
@media (min-width: 1021px) {
  .interview-swiper__nav-to-all-btn {
    display: block;
    margin-left: 1.8055555556vw;
  }
}
.interview-swiper__track {
  width: 100%;
}
.interview-swiper__track-to-all-btn {
  width: 100%;
  display: flex;
  padding-right: 6.1538461538vw;
  justify-content: flex-end;
}
@media (min-width: 1021px) {
  .interview-swiper__track-to-all-btn {
    display: none;
  }
}
.interview-swiper__slide {
  padding: 3.0769230769vw;
  align-self: stretch;
}
@media (min-width: 1021px) {
  .interview-swiper__slide {
    padding: 1.1111111111vw;
  }
}
@media (min-width: 1021px) {
  .interview-swiper__slide:hover .interview-swiper__img {
    transform: scale(1.08);
  }
  .interview-swiper__slide:hover .interview-swiper__link-arrow {
    padding-right: 0.5555555556vw;
    background-color: var(--clr-tomoku-vivid-blue);
    border-color: var(--clr-tomoku-vivid-blue);
  }
}
.interview-swiper__slide-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.interview-swiper__img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 2.0512820513vw;
  position: relative;
}
@media (min-width: 1021px) {
  .interview-swiper__img-wrap {
    border-radius: 0.5555555556vw;
  }
}
.interview-swiper__img {
  transition: transform 0.3s;
}
.interview-swiper__link-arrow {
  position: absolute;
  bottom: 3.0769230769vw;
  right: 3.0769230769vw;
  width: 12.3076923077vw;
  height: 12.3076923077vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 256.1538461538vw;
  border: 1px solid var(--clr-tomoku-white);
  padding: 0 3.0769230769vw 1.0256410256vw 2.0512820513vw;
  align-self: flex-end;
  justify-self: flex-end;
  background-color: rgba(140, 140, 140, 0.4);
}
@media (min-width: 1021px) {
  .interview-swiper__link-arrow {
    bottom: 0.8333333333vw;
    right: 0.8333333333vw;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    border-radius: 69.375vw;
    padding: 0 0.8333333333vw 0.2777777778vw 0.5555555556vw;
    transition: padding-right 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  }
}
.interview-swiper__link-arrow-inner {
  display: block;
  width: 100%;
  height: 2.5641025641vw;
  transform-origin: bottom right;
  position: relative;
}
@media (min-width: 1021px) {
  .interview-swiper__link-arrow-inner {
    height: 0.6944444444vw;
  }
}
.interview-swiper__link-arrow-inner::before {
  content: "";
  display: block;
  width: 0.5128205128vw;
  height: 100%;
  background-color: var(--clr-tomoku-white);
  transition: background-color 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  clip-path: shape(from 0 0.2564102564vw, arc to 50% 0 of 0.2564102564vw 0.2564102564vw cw rotate 90deg, arc to 100% 0.2564102564vw of 0.2564102564vw 0.2564102564vw cw rotate 90deg, line to 100% 100%, line to 0 calc(100% - 1.0256410256vw), close);
  transform: rotate(-50deg);
  transform-origin: bottom right;
}
@media (min-width: 1021px) {
  .interview-swiper__link-arrow-inner::before {
    width: 0.1388888889vw;
    clip-path: shape(from 0 0.0694444444vw, arc to 50% 0 of 0.0694444444vw 0.0694444444vw cw rotate 90deg, arc to 100% 0.0694444444vw of 0.0694444444vw 0.0694444444vw cw rotate 90deg, line to 100% 100%, line to 0 calc(100% - 0.2777777778vw), close);
  }
}
.interview-swiper__link-arrow-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5128205128vw;
  background-color: var(--clr-tomoku-white);
  transition: background-color 0.3s ease;
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: shape(from 0 0.2564102564vw, arc to 0.2564102564vw 0 of 0.2564102564vw 0.2564102564vw cw rotate 90deg, line to calc(100% - 1.0256410256vw) 0, line to 100% 100%, line to 0.2564102564vw 100%, arc to 0 0.2564102564vw of 0.2564102564vw 0.2564102564vw cw rotate 90deg, close);
}
@media (min-width: 1021px) {
  .interview-swiper__link-arrow-inner::after {
    height: 0.1388888889vw;
    clip-path: shape(from 0 0.1041666667vw, arc to 0.1041666667vw 0 of 0.1041666667vw 0.1041666667vw cw rotate 90deg, line to calc(100% - 0.2777777778vw) 0, line to 100% 100%, line to 0.1041666667vw 100%, arc to 0 0.1041666667vw of 0.1041666667vw 0.1041666667vw cw rotate 90deg, close);
  }
}
.interview-swiper__detail {
  display: flex;
  gap: 2.0512820513vw;
  flex-direction: column;
  padding: 4.1025641026vw 2.0512820513vw 0;
}
@media (min-width: 1021px) {
  .interview-swiper__detail {
    gap: 0.5555555556vw;
    padding: 1.3888888889vw 0.5555555556vw 0;
  }
}
.interview-swiper__job {
  align-self: stretch;
  color: var(--clr-tomoku-vivid-blue);
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.0717948718vw;
}
@media (min-width: 1021px) {
  .interview-swiper__job {
    font-size: 0.9722222222vw;
    letter-spacing: 0.0194444444vw;
  }
}
.interview-swiper__desc {
  flex: 1 0 0;
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.0820512821vw;
}
@media (min-width: 1021px) {
  .interview-swiper__desc {
    font-size: 1.25vw;
    letter-spacing: 0.025vw;
  }
}

/**
 * Colors
==================== */
/**
 * Gradients
==================== */
/**
 * Breakpoints
 ==================== */
/**
 * Design Sizes
==================== */
/**
 * Spacing Units
==================== */
/**
 * Radius
==================== */
/**
 * vw変換
==================== */
/**
 * em変換
==================== */
/**
 * mixins
==================== */
.numbers-swiper {
  width: 100%;
}
.numbers-swiper__nav {
  display: flex;
  gap: 3.0769230769vw;
  align-items: center;
  justify-content: flex-end;
  padding: 5.1282051282vw 6.1538461538vw 5.1282051282vw 0;
}
@media (min-width: 1021px) {
  .numbers-swiper__nav {
    gap: 0.8333333333vw;
    padding: 0;
    padding-right: 5.5555555556vw;
    padding-bottom: 2.7777777778vw;
  }
}
.numbers-swiper__nav-btn {
  cursor: pointer;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  padding: 2.0512820513vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--clr-dark-charcoal);
  background: transparent;
  transition: background 0.3s;
  flex-shrink: 0;
  background-color: var(--clr-tomoku-white);
}
@media (min-width: 1021px) {
  .numbers-swiper__nav-btn {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    padding: 0.5555555556vw;
  }
  .numbers-swiper__nav-btn:hover {
    background: var(--clr-gray-03);
  }
}
.numbers-swiper__nav-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mask-image: url("/wp-content/themes/tomoku/assets/img/common/icon_keyboard-arrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--clr-tomoku-body);
}
.numbers-swiper__nav-btn.-prev::before {
  transform: rotate(180deg);
}
.numbers-swiper__nav-btn.swiper-button-disabled {
  background-color: var(--clr-gray-03);
  border-color: var(--clr-gray-05);
}
.numbers-swiper__nav-btn.swiper-button-disabled::before {
  background-color: var(--clr-gray-05);
}
.numbers-swiper__nav-to-all-btn {
  display: none;
}
@media (min-width: 1021px) {
  .numbers-swiper__nav-to-all-btn {
    display: block;
    margin-left: 1.8055555556vw;
  }
}
.numbers-swiper__track {
  width: 100%;
}
.numbers-swiper__track.swiper {
  overflow: visible;
  padding-right: 6.1538461538vw;
}
@media (min-width: 1021px) {
  .numbers-swiper__track.swiper {
    padding-right: 5.5555555556vw;
  }
}
.numbers-swiper__track-to-all-btn {
  width: 100%;
  margin-top: 6.1538461538vw;
  display: flex;
  padding-right: 6.1538461538vw;
  justify-content: end;
}
@media (min-width: 1021px) {
  .numbers-swiper__track-to-all-btn {
    display: none;
  }
}
.numbers-swiper__slide {
  width: 41.0256410256vw;
}
@media (min-width: 1021px) {
  .numbers-swiper__slide {
    width: 13.8888888889vw;
  }
}
.numbers-swiper__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.0512820513vw;
  padding: 0 3.0769230769vw 3.0769230769vw;
  background-color: #CDBA82;
  min-height: 25.641025641vw;
  box-shadow: 0 0 2.0512820513vw rgba(1, 98, 233, 0.3);
}
@media (min-width: 1021px) {
  .numbers-swiper__card {
    gap: 0.5555555556vw;
    padding: 0 1.1111111111vw 1.6666666667vw;
    min-height: 13.8888888889vw;
    box-shadow: 0 0 0.5555555556vw rgba(1, 98, 233, 0.3);
  }
}
.numbers-swiper__icon {
  width: 6.6666666667vw;
  padding: 1.5384615385vw 0.5128205128vw 1.0256410256vw;
  background-color: #A07E59;
}
@media (min-width: 1021px) {
  .numbers-swiper__icon {
    width: 2.5vw;
    padding: 0.8333333333vw 0.1388888889vw 0.2777777778vw;
  }
}
.numbers-swiper__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.numbers-swiper__number-wrap {
  display: flex;
  align-items: baseline;
  gap: 0.5128205128vw;
}
@media (min-width: 1021px) {
  .numbers-swiper__number-wrap {
    gap: 0.1388888889vw;
  }
}
.numbers-swiper__number {
  font-family: "Roboto", sans-serif;
  font-size: 9.2307692308vw;
  font-weight: 900;
  line-height: 125%;
  color: var(--clr-tomoku-vivid-blue);
  display: flex;
  align-items: center;
  gap: 1.0256410256vw;
}
@media (min-width: 1021px) {
  .numbers-swiper__number {
    font-size: 4.4444444444vw;
    gap: 0.5555555556vw;
  }
}
.numbers-swiper__unit {
  font-size: 3.5897435897vw;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1021px) {
  .numbers-swiper__unit {
    font-size: 1.1111111111vw;
  }
}
.numbers-swiper__label {
  font-size: 3.5897435897vw;
  font-weight: 700;
  color: var(--clr-tomoku-vivid-blue);
  line-height: 165%;
  letter-spacing: 0.0717948718vw;
  text-align: center;
}
@media (min-width: 1021px) {
  .numbers-swiper__label {
    font-size: 1.1111111111vw;
    letter-spacing: 0.0222222222vw;
  }
}
.numbers-swiper__label small {
  font-size: 2.5641025641vw;
}
@media (min-width: 1021px) {
  .numbers-swiper__label small {
    font-size: 0.8333333333vw;
  }
}

/**
 * Colors
==================== */
/**
 * Gradients
==================== */
/**
 * Breakpoints
 ==================== */
/**
 * Design Sizes
==================== */
/**
 * Spacing Units
==================== */
/**
 * Radius
==================== */
/**
 * vw変換
==================== */
/**
 * em変換
==================== */
/**
 * mixins
==================== */
.news {
  width: 100%;
  position: relative;
  padding: 0 6.1538461538vw 10.2564102564vw 6.1538461538vw;
}
@media (min-width: 1021px) {
  .news {
    padding: 0 5.5555555556vw 5.5555555556vw 8.3333333333vw;
  }
}
.news__inner {
  width: 100%;
  padding-top: 10.2564102564vw;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6.1538461538vw;
  border-top: 1px solid var(--clr-gray-03);
}
@media (min-width: 1021px) {
  .news__inner {
    padding-top: 2.7777777778vw;
    grid-template-columns: 19.4444444444vw 1fr;
    gap: 2.7777777778vw;
  }
}
.news__titlebox {
  width: 100%;
}
.news__main {
  width: 100%;
}
.news__list {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 4.1025641026vw;
  column-gap: 3.0769230769vw;
}
@media (min-width: 1021px) {
  .news__list {
    grid-template-columns: auto auto 1fr auto;
    row-gap: 1.1111111111vw;
    column-gap: 1.3888888889vw;
  }
}
.news__item {
  width: 100%;
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: subgrid;
}
.news__link, .news__notlink {
  width: 100%;
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: subgrid;
  row-gap: 4.1025641026vw;
  padding: 3.0769230769vw 0;
  border-radius: 2.0512820513vw;
  border: 1px solid var(--clr-gray-02);
  transition: border-color 0.3s ease;
}
@media (min-width: 1021px) {
  .news__link, .news__notlink {
    row-gap: 0;
    padding: 1.1111111111vw 0;
    border-radius: 0.5555555556vw;
    align-items: center;
  }
}
@media (min-width: 1021px) {
  .news__link:hover {
    border-color: var(--clr-tomoku-vivid-blue);
  }
  .news__link:hover .news__item-category {
    background-color: var(--clr-tomoku-vivid-blue);
  }
  .news__link:hover .news__item-date {
    color: var(--clr-tomoku-vivid-blue);
  }
  .news__link:hover .news__item-date::before {
    background-color: var(--clr-tomoku-vivid-blue);
  }
  .news__link:hover .news__item-core p {
    color: var(--clr-tomoku-vivid-blue);
  }
  .news__link:hover .news__item-icon {
    background-color: var(--clr-tomoku-vivid-blue);
  }
}
.news__item-meta {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: subgrid;
  padding-left: 4.1025641026vw;
  padding-right: 4.1025641026vw;
}
@media (min-width: 1021px) {
  .news__item-meta {
    grid-column: 1/3;
    padding-left: 1.3888888889vw;
    padding-right: 0;
    align-self: start;
  }
}
.news__item-core {
  grid-column: 1/-1;
  padding: 0 4.1025641026vw;
}
@media (min-width: 1021px) {
  .news__item-core {
    padding: 0;
    grid-column: 3/4;
  }
}
.news__item-core p {
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.0717948718vw;
  transition: color 0.3s ease;
}
@media (min-width: 1021px) {
  .news__item-core p {
    font-size: 1.1111111111vw;
    letter-spacing: 0.0222222222vw;
  }
}
.news__item-category {
  display: block;
  width: fit-content;
  font-size: 3.0769230769vw;
  font-weight: 500;
  line-height: 4.1025641026vw;
  padding: 0.5128205128vw 2.0512820513vw;
  background-color: var(--clr-tomoku-gray);
  border-radius: 1.0256410256vw;
  color: var(--clr-tomoku-white);
  transition: background-color 0.3s ease;
}
@media (min-width: 1021px) {
  .news__item-category {
    font-size: 0.9722222222vw;
    line-height: 1.3888888889vw;
    padding: 0.1388888889vw 0.5555555556vw;
    border-radius: 0.2777777778vw;
  }
}
.news__item-date {
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 2.0512820513vw;
  transition: color 0.3s ease;
}
@media (min-width: 1021px) {
  .news__item-date {
    flex-direction: row-reverse;
    font-size: 1.1111111111vw;
    gap: 0.5555555556vw;
  }
}
.news__item-date::before {
  content: "";
  display: block;
  width: 1px;
  height: 4.1025641026vw;
  background-color: var(--clr-gray-05);
}
@media (min-width: 1021px) {
  .news__item-date::before {
    height: 1.1111111111vw;
  }
}
.news__item-icon {
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  margin-top: -3.0769230769vw;
  margin-right: 4.1025641026vw;
  mask-image: url("/wp-content/themes/tomoku/assets/img/common/icon_keyboard-arrow.svg");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: var(--clr-tomoku-body);
  justify-self: flex-end;
  grid-column: 1/-1;
  transition: background-color 0.3s ease;
}
@media (min-width: 1021px) {
  .news__item-icon {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    margin-top: 0;
    grid-column: 4/5;
    margin-right: 1.3888888889vw;
    justify-self: unset;
    grid-column: unset;
  }
}

.pickup {
  width: 100%;
  position: relative;
  padding: 7.1794871795vw 3.0769230769vw 10.2564102564vw;
}
@media (min-width: 1021px) {
  .pickup {
    padding: 1.3888888889vw 1.1111111111vw 2.5vw;
  }
}
.pickup__inner {
  width: 100%;
  max-width: 71.7948717949vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.0512820513vw;
}
@media (min-width: 1021px) {
  .pickup__inner {
    max-width: 100%;
    padding-left: 1.1111111111vw;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.3888888889vw;
  }
}
.pickup__title {
  width: 100%;
  font-size: 4.6153846154vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.0923076923vw;
  color: var(--clr-tomoku-vivid-blue);
}
@media (min-width: 1021px) {
  .pickup__title {
    font-size: 1.25vw;
    letter-spacing: 0.025vw;
  }
}
.pickup__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.0512820513vw;
}
@media (min-width: 1021px) {
  .pickup__list {
    flex-direction: row;
    gap: 1.1111111111vw;
  }
}
.pickup__item {
  width: 100%;
  display: grid;
  grid-template-columns: 3.0769230769vw 1fr;
  gap: 2.0512820513vw;
}
@media (min-width: 1021px) {
  .pickup__item {
    align-items: center;
    width: fit-content;
    grid-template-columns: 0.8333333333vw 1fr;
    gap: 0.5555555556vw;
  }
}
.pickup__item::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: var(--radius-circular);
  background: var(--clr-tomoku-vivid-blue);
  margin-top: 1.5384615385vw;
}
@media (min-width: 1021px) {
  .pickup__item::before {
    margin-top: 0;
  }
}
.pickup__link, .pickup__notlink {
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.0717948718vw;
  color: var(--clr-tomoku-body);
}
@media (min-width: 1021px) {
  .pickup__link, .pickup__notlink {
    font-size: 0.9722222222vw;
    letter-spacing: 0.0194444444vw;
  }
}
.pickup__link {
  text-decoration: underline;
  text-underline-offset: 1.0256410256vw;
  text-decoration-thickness: 1px;
}
@media (min-width: 1021px) {
  .pickup__link {
    text-underline-offset: 0.2777777778vw;
    text-decoration-color: transparent;
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
  }
  .pickup__link:hover {
    text-decoration-color: var(--clr-tomoku-body);
  }
}

.top__btns {
  width: 100%;
  position: relative;
  padding: 6.1538461538vw 6.1538461538vw 0;
}
@media (min-width: 1021px) {
  .top__btns {
    display: none;
  }
}
.top__btns-inner {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.1025641026vw;
}
.top__btns-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.0769230769vw;
  border-radius: 256.1538461538vw;
  position: relative;
  z-index: 1;
  font-size: 3.5897435897vw;
  font-weight: 800;
  line-height: 6.1538461538vw;
  letter-spacing: 0.0717948718vw;
  color: var(--clr-tomoku-white);
}
.top__btns-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 256.1538461538vw;
  z-index: -1;
}
.top__btns-link.-btn-bg-blue::after {
  background: var(--blue-gradient-02);
}
.top__btns-link.-btn-bg-orange::after {
  background: var(--entry-mypage-gradient);
}
.top__sv {
  width: 100%;
  position: relative;
  padding: 0 3.0769230769vw;
}
@media (min-width: 1021px) {
  .top__sv {
    padding: 0 1.1111111111vw;
  }
}
.top__sv-inner {
  padding: 16.4102564103vw 0;
  border-radius: var(--radius-LL);
  overflow: hidden;
  background: linear-gradient(271deg, #02F1FA -19.13%, #015FB6 38.6%, #002B69 99.76%);
}
@media (min-width: 1021px) {
  .top__sv-inner {
    padding: 6.9444444444vw 0;
    background-image: url("/wp-content/themes/tomoku/assets/img/top/obj_bg-subvisual-pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.top__sv-textbox {
  width: 79.4871794872vw;
  display: flex;
  flex-direction: column;
  gap: 8.2051282051vw;
  margin: 0 auto;
}
@media (min-width: 1021px) {
  .top__sv-textbox {
    width: 83.3333333333vw;
    gap: 2.7777777778vw;
  }
}
.top__sv-textbox-title {
  width: 100%;
  text-align: center;
  font-size: 7.1794871795vw;
  font-weight: 700;
  line-height: 10.2564102564vw;
  letter-spacing: 1.5384615385vw;
  color: var(--clr-tomoku-white);
}
@media (min-width: 1021px) {
  .top__sv-textbox-title {
    text-align: left;
    font-size: 3.0555555556vw;
    line-height: 125%;
    letter-spacing: 0.0694444444vw;
  }
}
.top__sv-textbox-body {
  display: flex;
  flex-direction: column;
  gap: 8.2051282051vw;
}
@media (min-width: 1021px) {
  .top__sv-textbox-body {
    gap: 2.7777777778vw;
  }
}
.top__sv-textbox-body p {
  width: 100%;
  font-size: 3.5897435897vw;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.0717948718vw;
  color: var(--clr-tomoku-white);
}
@media (min-width: 1021px) {
  .top__sv-textbox-body p {
    font-size: 1.3888888889vw;
    line-height: 220%;
    letter-spacing: 0.0277777778vw;
  }
}
.top__sv-textbox-btns {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6.1538461538vw;
}
@media (min-width: 1021px) {
  .top__sv-textbox-btns {
    margin-top: -1.1111111111vw;
    flex-direction: row;
    align-items: unset;
    gap: 1.9444444444vw;
  }
}
.top__sv-textbox-btns .btn-circular {
  background-color: transparent;
  border-color: var(--clr-tomoku-white);
}
.top__sv-textbox-btns .btn-circular::before {
  background-color: var(--clr-tomoku-white);
}
@media (min-width: 1021px) {
  .top__sv-textbox-btns .btn-circular:hover .btn-circular__label {
    color: var(--clr-tomoku-vivid-blue);
  }
  .top__sv-textbox-btns .btn-circular:hover .btn-circular__arrow-inner::before {
    background-color: var(--clr-tomoku-vivid-blue);
  }
  .top__sv-textbox-btns .btn-circular:hover .btn-circular__arrow-inner::after {
    background-color: var(--clr-tomoku-vivid-blue);
  }
}
.top__sv-textbox-btns .btn-circular__label {
  color: var(--clr-tomoku-white);
}
.top__sv-textbox-btns .btn-circular__arrow-inner::before {
  background-color: var(--clr-tomoku-white);
}
.top__sv-textbox-btns .btn-circular__arrow-inner::after {
  background-color: var(--clr-tomoku-white);
}
.top__business {
  width: 100%;
  position: relative;
  padding: 20.5128205128vw 6.1538461538vw 10.2564102564vw;
}
@media (min-width: 1021px) {
  .top__business {
    padding: 5.5555555556vw 5.5555555556vw 5.5555555556vw 8.3333333333vw;
  }
}
.top__business-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6.1538461538vw;
}
@media (min-width: 1021px) {
  .top__business-inner {
    gap: 4.4444444444vw;
  }
}
.top__business-textbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5.1282051282vw;
}
@media (min-width: 1021px) {
  .top__business-textbox {
    gap: 1.3888888889vw;
  }
}
.top__business-textbox-body {
  width: 100%;
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.0717948718vw;
  color: var(--clr-tomoku-body);
}
@media (min-width: 1021px) {
  .top__business-textbox-body {
    font-size: 1.25vw;
    letter-spacing: 0.025vw;
  }
}
.top__business-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.0769230769vw;
}
@media (min-width: 1021px) {
  .top__business-main {
    gap: 0.8333333333vw;
  }
}
.top__business-main-title {
  width: 100%;
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.0820512821vw;
  color: var(--clr-tomoku-body);
}
@media (min-width: 1021px) {
  .top__business-main-title {
    font-size: 1.25vw;
    letter-spacing: 0.025vw;
  }
}
.top__business-main-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.1025641026vw;
}
@media (min-width: 1021px) {
  .top__business-main-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.2222222222vw;
  }
}
.top__business-main-item {
  width: 100%;
  display: flex;
}
.top__business-main-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 3.0769230769vw;
  overflow: hidden;
}
@media (min-width: 1021px) {
  .top__business-main-link {
    border-radius: 0.8333333333vw;
  }
  .top__business-main-link:hover .top__business-main-link-cover::after {
    width: 100%;
  }
  .top__business-main-link:hover .top__business-main-link-cover p {
    opacity: 1;
    visibility: visible;
  }
  .top__business-main-link:hover .top__business-main-link-cover .top__business-main-link-arrow {
    padding-right: 0.5555555556vw;
    background-color: var(--clr-tomoku-white);
  }
  .top__business-main-link:hover .top__business-main-link-cover .top__business-main-link-arrow .top__business-main-link-arrow-inner::before {
    background-color: var(--clr-tomoku-vivid-blue);
  }
  .top__business-main-link:hover .top__business-main-link-cover .top__business-main-link-arrow .top__business-main-link-arrow-inner::after {
    background-color: var(--clr-tomoku-vivid-blue);
  }
}
.top__business-main-link-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3.0769230769vw 2.0512820513vw 2.0512820513vw 4.1025641026vw;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-rows: 16.4102564103vw 1fr 12.3076923077vw;
}
@media (min-width: 1021px) {
  .top__business-main-link-cover {
    padding: 0.8333333333vw 0.8333333333vw 0.8333333333vw 1.1111111111vw;
    grid-template-rows: 4.4444444444vw 1fr 3.3333333333vw;
  }
}
.top__business-main-link-cover h4 {
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.0820512821vw;
  color: var(--clr-tomoku-white);
}
@media (min-width: 1021px) {
  .top__business-main-link-cover h4 {
    font-size: 1.25vw;
    letter-spacing: 0.025vw;
  }
}
.top__business-main-link-cover p {
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.0717948718vw;
  color: var(--clr-tomoku-white);
  opacity: 0;
  visibility: hidden;
  align-self: start;
}
@media (min-width: 1021px) {
  .top__business-main-link-cover p {
    font-size: 0.9722222222vw;
    letter-spacing: 0.0194444444vw;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
.top__business-main-link-cover::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(1, 98, 233, 0.6) 0%, rgba(1, 192, 250, 0.6) 69.23%, rgba(1, 192, 250, 0) 100%);
  z-index: -1;
  opacity: 1;
  transition: width 0.3s ease;
}
.top__business-main-link-arrow {
  width: 12.3076923077vw;
  height: 12.3076923077vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 256.1538461538vw;
  border: 1px solid var(--clr-tomoku-white);
  padding: 0 3.0769230769vw 1.0256410256vw 2.0512820513vw;
  align-self: flex-end;
  justify-self: flex-end;
  background-color: rgba(140, 140, 140, 0.4);
}
@media (min-width: 1021px) {
  .top__business-main-link-arrow {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    border-radius: 69.375vw;
    padding: 0 0.8333333333vw 0.2777777778vw 0.5555555556vw;
    transition: padding-right 0.3s ease, background-color 0.3s ease;
  }
}
.top__business-main-link-arrow-inner {
  display: block;
  width: 100%;
  height: 2.5641025641vw;
  transform-origin: bottom right;
  position: relative;
}
@media (min-width: 1021px) {
  .top__business-main-link-arrow-inner {
    height: 0.6944444444vw;
  }
}
.top__business-main-link-arrow-inner::before {
  content: "";
  display: block;
  width: 0.5128205128vw;
  height: 100%;
  background-color: var(--clr-tomoku-white);
  transition: background-color 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  clip-path: shape(from 0 0.2564102564vw, arc to 50% 0 of 0.2564102564vw 0.2564102564vw cw rotate 90deg, arc to 100% 0.2564102564vw of 0.2564102564vw 0.2564102564vw cw rotate 90deg, line to 100% 100%, line to 0 calc(100% - 1.0256410256vw), close);
  transform: rotate(-50deg);
  transform-origin: bottom right;
}
@media (min-width: 1021px) {
  .top__business-main-link-arrow-inner::before {
    width: 0.1388888889vw;
    clip-path: shape(from 0 0.0694444444vw, arc to 50% 0 of 0.0694444444vw 0.0694444444vw cw rotate 90deg, arc to 100% 0.0694444444vw of 0.0694444444vw 0.0694444444vw cw rotate 90deg, line to 100% 100%, line to 0 calc(100% - 0.2777777778vw), close);
  }
}
.top__business-main-link-arrow-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5128205128vw;
  background-color: var(--clr-tomoku-white);
  transition: background-color 0.3s ease;
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: shape(from 0 0.2564102564vw, arc to 0.2564102564vw 0 of 0.2564102564vw 0.2564102564vw cw rotate 90deg, line to calc(100% - 1.0256410256vw) 0, line to 100% 100%, line to 0.2564102564vw 100%, arc to 0 0.2564102564vw of 0.2564102564vw 0.2564102564vw cw rotate 90deg, close);
}
@media (min-width: 1021px) {
  .top__business-main-link-arrow-inner::after {
    height: 0.1388888889vw;
    clip-path: shape(from 0 0.1041666667vw, arc to 0.1041666667vw 0 of 0.1041666667vw 0.1041666667vw cw rotate 90deg, line to calc(100% - 0.2777777778vw) 0, line to 100% 100%, line to 0.1041666667vw 100%, arc to 0 0.1041666667vw of 0.1041666667vw 0.1041666667vw cw rotate 90deg, close);
  }
}
.top__business-button {
  width: 100%;
  margin-top: 3.0769230769vw;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1021px) {
  .top__business-button {
    margin-top: 0.8333333333vw;
  }
}
.top__interviews {
  padding: 10.2564102564vw 0 10.2564102564vw 5.1282051282vw;
}
@media (min-width: 1021px) {
  .top__interviews {
    padding: 5.5555555556vw 0 5.5555555556vw 8.3333333333vw;
  }
}
.top__interviews-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10.2564102564vw;
}
@media (min-width: 1021px) {
  .top__interviews-inner {
    gap: 0;
  }
}
.top__interviews-textbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5.1282051282vw;
  padding-right: 6.1538461538vw;
}
@media (min-width: 1021px) {
  .top__interviews-textbox {
    gap: 1.3888888889vw;
    padding-right: 5.5555555556vw;
  }
}
.top__interviews-textbox-body {
  width: 100%;
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.0717948718vw;
  color: var(--clr-tomoku-body);
}
@media (min-width: 1021px) {
  .top__interviews-textbox-body {
    font-size: 1.25vw;
    letter-spacing: 0.025vw;
  }
}
.top__numbers {
  padding: 10.2564102564vw 0 20.5128205128vw 5.1282051282vw;
  overflow: hidden;
  background: var(--clr-gray-01);
}
@media (min-width: 1021px) {
  .top__numbers {
    padding: 5.5555555556vw 0 5.5555555556vw 8.3333333333vw;
  }
}
.top__numbers-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.0256410256vw;
}
@media (min-width: 1021px) {
  .top__numbers-inner {
    gap: 0.2777777778vw;
  }
}
.top__numbers-textbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5.1282051282vw;
  padding-right: 6.1538461538vw;
}
@media (min-width: 1021px) {
  .top__numbers-textbox {
    gap: 1.3888888889vw;
    padding-right: 5.5555555556vw;
  }
}
.top__numbers-textbox-body {
  width: 100%;
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.0717948718vw;
  color: var(--clr-tomoku-body);
}
@media (min-width: 1021px) {
  .top__numbers-textbox-body {
    font-size: 1.25vw;
    letter-spacing: 0.025vw;
  }
}
.top__benefits {
  padding: 10.2564102564vw 6.1538461538vw 10.2564102564vw 6.1538461538vw;
}
@media (min-width: 1021px) {
  .top__benefits {
    padding: 2.7777777778vw 5.5555555556vw 5.5555555556vw 8.3333333333vw;
  }
}
.top__benefits-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10.2564102564vw;
}
@media (min-width: 1021px) {
  .top__benefits-inner {
    gap: 2.7777777778vw;
  }
}
.top__benefits-textbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5.1282051282vw;
}
@media (min-width: 1021px) {
  .top__benefits-textbox {
    gap: 1.3888888889vw;
  }
}
.top__benefits-textbox-body {
  width: 100%;
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.0717948718vw;
  color: var(--clr-tomoku-body);
}
@media (min-width: 1021px) {
  .top__benefits-textbox-body {
    font-size: 1.25vw;
    letter-spacing: 0.025vw;
  }
}
.top__benefits-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.top__benefits-button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8.2051282051vw;
}
@media (min-width: 1021px) {
  .top__benefits-button {
    order: 2;
    margin-bottom: 1.6666666667vw;
  }
}
.top__benefits-main-img {
  width: 100%;
  object-fit: cover;
  border-radius: 3.0769230769vw;
  overflow: hidden;
  margin-bottom: -16.4102564103vw;
}
@media (min-width: 1021px) {
  .top__benefits-main-img {
    order: 1;
    width: 41.6666666667vw;
    height: auto;
    margin-bottom: -13.8888888889vw;
    border-radius: 0.8333333333vw;
  }
}
.top__benefits-main-list {
  width: 100%;
  padding: 0 4.6153846154vw;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.1025641026vw;
}
@media (min-width: 1021px) {
  .top__benefits-main-list {
    order: 3;
    width: 40.9722222222vw;
    padding: 0;
    align-self: flex-end;
    align-items: stretch;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1111111111vw;
  }
}
.top__benefits-main-item {
  width: 100%;
  display: flex;
  background: var(--multi-gradient);
  padding: 1.0256410256vw;
  border-radius: 3.0769230769vw;
  overflow: hidden;
}
@media (min-width: 1021px) {
  .top__benefits-main-item {
    padding: 0.2777777778vw;
    border-radius: 0.8333333333vw;
  }
}
.top__benefits-main-item-inner {
  width: 100%;
  padding: 4.1025641026vw 8.2051282051vw 6.1538461538vw 8.2051282051vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--clr-tomoku-white);
  border-radius: 2.0512820513vw;
}
@media (min-width: 1021px) {
  .top__benefits-main-item-inner {
    padding: 1.1111111111vw 2.2222222222vw 1.6666666667vw 2.2222222222vw;
    border-radius: 0.5555555556vw;
  }
}
.top__benefits-main-item-icon {
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  padding: 1.5384615385vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.0769230769vw;
  background: var(--multi-gradient);
  margin-bottom: 2.0512820513vw;
}
@media (min-width: 1021px) {
  .top__benefits-main-item-icon {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    padding: 0.4166666667vw;
    border-radius: 0.8333333333vw;
    margin-bottom: 0.5555555556vw;
  }
}
.top__benefits-main-item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.top__benefits-main-item-title {
  font-size: 4.6153846154vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.0923076923vw;
  text-align: center;
  color: var(--clr-tomoku-body);
  margin-bottom: 4.1025641026vw;
}
@media (min-width: 1021px) {
  .top__benefits-main-item-title {
    font-size: 1.3888888889vw;
    letter-spacing: 0.0277777778vw;
    margin-bottom: 1.1111111111vw;
  }
}
.top__benefits-main-sublist {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.0512820513vw;
}
@media (min-width: 1021px) {
  .top__benefits-main-sublist {
    gap: 0.5555555556vw;
  }
}
.top__benefits-main-subitem {
  width: 100%;
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.0717948718vw;
  color: var(--clr-tomoku-body);
  display: flex;
  align-items: center;
  gap: 2.0512820513vw;
}
@media (min-width: 1021px) {
  .top__benefits-main-subitem {
    font-size: 0.9722222222vw;
    letter-spacing: 0.0194444444vw;
    gap: 0.5555555556vw;
  }
}
.top__benefits-main-subitem::before {
  content: "";
  width: 1.5384615385vw;
  height: 1.5384615385vw;
  background: #E2633C;
  border-radius: 256.1538461538vw;
}
@media (min-width: 1021px) {
  .top__benefits-main-subitem::before {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
  }
}
.top__benefits-main-item-note {
  width: 100%;
  text-align: right;
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.0717948718vw;
  color: var(--clr-tomoku-body);
}
@media (min-width: 1021px) {
  .top__benefits-main-item-note {
    font-size: 0.9722222222vw;
    letter-spacing: 0.0194444444vw;
  }
}
.top__futures {
  padding: 10.2564102564vw 6.1538461538vw 10.2564102564vw 6.1538461538vw;
}
@media (min-width: 1021px) {
  .top__futures {
    padding: 2.7777777778vw 5.5555555556vw 5.5555555556vw 8.3333333333vw;
  }
}
.top__futures-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12.3076923077vw;
}
@media (min-width: 1021px) {
  .top__futures-inner {
    gap: 3.8888888889vw;
  }
}
.top__futures-titlebox {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5.1282051282vw;
}
@media (min-width: 1021px) {
  .top__futures-titlebox {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.top__futures-title {
  font-size: 5.1282051282vw;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.6153846154vw;
  color: var(--clr-tomoku-blue);
  display: grid;
  grid-template-columns: 6.1538461538vw auto;
  gap: 4.1025641026vw;
  align-items: center;
}
.top__futures-title::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--clr-tomoku-blue);
}
@media (min-width: 1021px) {
  .top__futures-title {
    font-size: 1.6666666667vw;
    letter-spacing: 0.1666666667vw;
    gap: 0.8333333333vw;
    grid-template-columns: 4.8611111111vw auto;
  }
}
.top__futures-calligraphy {
  width: 58.9743589744vw;
  height: auto;
  object-fit: contain;
  align-self: flex-end;
}
@media (min-width: 1021px) {
  .top__futures-calligraphy {
    width: 30.5555555556vw;
    padding-right: 5.5555555556vw;
  }
}
.top__futures-main {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10.2564102564vw;
}
@media (min-width: 1021px) {
  .top__futures-main {
    grid-template-columns: 19.4444444444vw 1fr;
    gap: 2.7777777778vw;
  }
}
.top__futures-textbox {
  width: 100%;
}
.top__futures-subtitle {
  font-size: 6.1538461538vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.1230769231vw;
  color: var(--clr-tomoku-body);
  margin-bottom: 6.1538461538vw;
}
@media (min-width: 1021px) {
  .top__futures-subtitle {
    font-size: 1.6666666667vw;
    letter-spacing: 0.0333333333vw;
    margin-bottom: 1.1111111111vw;
  }
}
.top__futures-text {
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.0717948718vw;
  color: var(--clr-tomoku-body);
  margin-bottom: 5.1282051282vw;
}
@media (min-width: 1021px) {
  .top__futures-text {
    font-size: 1.25vw;
    letter-spacing: 0.025vw;
    margin-bottom: 2.2222222222vw;
  }
}
.top__futures-textbox-button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 6.1538461538vw;
}
@media (min-width: 1021px) {
  .top__futures-textbox-button {
    justify-content: flex-start;
    margin-bottom: 1.6666666667vw;
  }
}
.top__futures-imgbox {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.1025641026vw;
}
@media (min-width: 1021px) {
  .top__futures-imgbox {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6666666667vw;
  }
}
.top__futures-img {
  width: 61.5384615385vw;
  height: fit-content;
  object-fit: cover;
  border-radius: 3.0769230769vw;
  overflow: hidden;
}
@media (min-width: 1021px) {
  .top__futures-img {
    width: 100%;
    border-radius: 0.8333333333vw;
  }
}
.top__futures-img.-img-2 {
  justify-self: end;
  align-self: flex-end;
}
@media (min-width: 1021px) {
  .top__futures-img.-img-2 {
    justify-self: unset;
    align-self: unset;
  }
}

/*# sourceMappingURL=top.css.map */
