.p-btn-pic {
  position: relative;
  display: block;
  width: 342px;
  padding: 20px 0 0 20px;
}
@media screen and (width <= 900px) {
  .p-btn-pic {
    width: auto;
    padding: 4.1666666667vw 0 0 4.1666666667vw;
  }
}
.p-btn-pic_4 {
  width: 460px;
}
@media screen and (width <= 900px) {
  .p-btn-pic_4 {
    width: auto;
  }
}
.p-btn-pic_5 {
  width: 534px;
}
@media screen and (width <= 900px) {
  .p-btn-pic_5 {
    width: auto;
  }
}
.p-btn-pic__boxs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-btn-pic__boxin1, .p-btn-pic__boxin2 {
  position: relative;
  width: fit-content;
  padding: 0 17px;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0.16em;
  background: #fff;
  border: 1px solid #e60000;
}
@media screen and (width <= 900px) {
  .p-btn-pic__boxin1, .p-btn-pic__boxin2 {
    padding: 0 2.0833333333vw;
    font-size: 3.75vw;
    line-height: 7.0833333333vw;
  }
}
.p-btn-pic__boxin1 p, .p-btn-pic__boxin2 p {
  position: relative;
  z-index: 3;
  color: #e60000;
}
.p-btn-pic__boxin1::before, .p-btn-pic__boxin2::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #e60000;
  border-radius: 0;
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transform: scale(0, 1);
  transform-origin: right center;
}
.p-btn-pic__boxin2 {
  margin: 7px 0 0;
}
@media screen and (width <= 900px) {
  .p-btn-pic__boxin2 {
    margin-top: 1.4583333333vw;
  }
}
.p-btn-pic__img {
  position: relative;
  z-index: 1;
}
.p-btn-pic__img::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transform: scale(0, 1);
  transform-origin: right center;
}
.p-btn-pic__img img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .p-btn-pic__img img {
    border-radius: 2.0833333333vw;
  }
}
.p-btn-pic__read {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #e60000;
  border-radius: 10px 0;
}
@media screen and (width <= 900px) {
  .p-btn-pic__read {
    justify-content: center;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    border-radius: 2.0833333333vw 0;
  }
}
.p-btn-pic__read::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  border-radius: 10px 0;
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transform: scale(0, 1);
  transform-origin: right center;
}
.p-btn-pic__read svg {
  position: relative;
  z-index: 3;
  fill: none;
  stroke: #fff;
  stroke-linejoin: bevel;
}
.p-btn-pic__svgpc {
  display: block;
  width: 25px;
}
@media screen and (width <= 900px) {
  .p-btn-pic__svgpc {
    display: none;
  }
}
.p-btn-pic__svgsp {
  display: none;
}
@media screen and (width <= 900px) {
  .p-btn-pic__svgsp {
    display: block;
    width: 4.1666666667vw;
  }
}
@media (hover: hover) {
  .p-btn-pic:hover {
    opacity: 1;
  }
  .p-btn-pic:hover .p-btn-pic__boxin1 p,
  .p-btn-pic:hover .p-btn-pic__boxin2 p {
    color: #fff;
  }
  .p-btn-pic:hover .p-btn-pic__boxin1::before,
  .p-btn-pic:hover .p-btn-pic__boxin2::before {
    transform: scale(1, 1);
    transform-origin: left center;
  }
  .p-btn-pic:hover .p-btn-pic__img::before {
    transform: scale(1, 1);
    transform-origin: left center;
  }
  .p-btn-pic:hover .p-btn-pic__read::before {
    transform: scale(1, 1);
    transform-origin: left center;
  }
  .p-btn-pic:hover .p-btn-pic__read p {
    color: #e60000;
  }
  .p-btn-pic:hover .p-btn-pic__read svg {
    stroke: #e60000;
  }
}

.p-btn-page {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 80px;
  padding: 9px 24px;
  color: #e60000;
  background: #fff;
  border: 1px solid #e60000;
  border-radius: 20px;
}
@media screen and (width <= 900px) {
  .p-btn-page {
    height: 16.6666666667vw;
    padding: 1.875vw 5vw;
    border-radius: 4.1666666667vw;
  }
}
.p-btn-page::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  clip-path: inset(0 100% 0 0);
  content: "";
  background-image: url("../img/p-btn-page-bg.png");
  background-position: center;
  background-size: 100% 100%;
}
.p-btn-page__text {
  position: relative;
  z-index: 3;
  font-size: 22px;
  font-feature-settings: "palt";
  line-height: 1.3636363636;
}
@media screen and (width <= 900px) {
  .p-btn-page__text {
    font-size: 4.5833333333vw;
  }
}
.p-btn-page__maru {
  position: relative;
  z-index: 4;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #e60000;
  border-radius: 100%;
}
@media screen and (width <= 900px) {
  .p-btn-page__maru {
    width: 6.25vw;
    height: 6.25vw;
  }
}
.p-btn-page__maru::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 11px;
  height: 9.5px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  background: #e60000;
  transform: translate(-50%, -50%);
}
@media screen and (width <= 900px) {
  .p-btn-page__maru::before {
    width: 2.2916666667vw;
    height: 1.9791666667vw;
  }
}
@media (hover: hover) {
  .p-btn-page:hover {
    color: #fff;
    opacity: 1;
  }
  .p-btn-page:hover::after {
    animation: clip-to-left 0.3s ease-in-out forwards;
  }
  .p-btn-page:not(:hover)::after {
    animation: clip-to-right 0.3s forwards;
  }
}

@keyframes clip-to-left {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes clip-to-right {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
.p-btn-1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 620px;
  height: 152px;
  padding: 0 40px;
  margin: 110px auto 0;
  overflow: hidden;
  border: 1px solid #e60000;
  border-radius: 20px;
}
.p-btn-1_faq {
  margin-top: 120px;
}
@media screen and (width <= 900px) {
  .p-btn-1 {
    max-width: 87.5vw;
    height: 25vw;
    padding: 0 6.25vw;
    margin: 11.6666666667vw auto 0;
    border-radius: 4.1666666667vw;
  }
}
.p-btn-1_careerstep {
  margin-top: 0;
}
.p-btn-1_welfare {
  margin-top: 120px;
}
@media screen and (width <= 900px) {
  .p-btn-1_welfare {
    margin-top: 15vw;
  }
}
.p-btn-1::before, .p-btn-1::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/top/btn-bg.png");
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (width <= 900px) {
  .p-btn-1::before, .p-btn-1::after {
    background-image: url("../img/top/btn-bg-sp.png");
  }
}
.p-btn-1::after {
  z-index: 2;
  clip-path: inset(0 100% 0 0);
  background-image: url("../img/top/btn-bg-hover.png");
}
@media screen and (width <= 900px) {
  .p-btn-1::after {
    background-image: url("../img/top/btn-bg-hover-sp.png");
  }
}
.p-btn-1 p {
  position: relative;
  z-index: 3;
  font-size: 20px;
  color: #e60000;
  letter-spacing: 0.16em;
}
@media screen and (width <= 900px) {
  .p-btn-1 p {
    font-size: 3.75vw;
  }
}
.p-btn-1__svgpc {
  display: block;
  width: 160px;
}
@media screen and (width <= 900px) {
  .p-btn-1__svgpc {
    display: none;
  }
}
.p-btn-1__svgsp {
  display: none;
}
@media screen and (width <= 900px) {
  .p-btn-1__svgsp {
    display: block;
    width: 18.3333333333vw;
  }
}
.p-btn-1 svg {
  position: relative;
  z-index: 3;
  fill: none;
  stroke: #e60000;
  stroke-linejoin: bevel;
}
@media (hover: hover) {
  .p-btn-1:hover {
    opacity: 1;
  }
  .p-btn-1:hover::after {
    animation: clip-to-left 0.3s ease-in-out forwards;
  }
  .p-btn-1:not(:hover)::after {
    animation: clip-to-right 0.3s forwards;
  }
}

@keyframes clip-to-left {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes clip-to-right {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
.p-title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.p-title img {
  width: auto;
  height: 24px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .p-title img {
    height: 5vw;
  }
}
.p-title_1 {
  margin-top: 170px;
}
@media screen and (width <= 900px) {
  .p-title_1 {
    margin-top: 25vw;
  }
}
.p-title_2 img {
  height: 32px;
}
@media screen and (width <= 900px) {
  .p-title_2 img {
    height: 6.6666666667vw;
  }
}
.p-title span {
  display: block;
  padding: 24px 0 0;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
@media screen and (width <= 900px) {
  .p-title span {
    padding-top: 5vw;
    font-size: 3.75vw;
  }
}
.p-title::before {
  position: absolute;
  top: -48px;
  left: -42px;
  display: block;
  width: 100px;
  height: 100px;
  clip-path: polygon(0 100%, 1px 100%, 100% 1px, 100% 0);
  content: "";
  background-color: #e60000;
}
@media screen and (width <= 900px) {
  .p-title::before {
    top: -10vw;
    left: -8.75vw;
    width: 20.8333333333vw;
    height: 20.8333333333vw;
    background-color: #e60000;
  }
}

.p-title2 {
  position: relative;
  margin: 0 auto;
  font-weight: 400;
  text-align: center;
}
.p-title2::before {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  clip-path: polygon(0 100%, 1px 100%, 100% 1px, 100% 0);
  content: "";
  background: #e60000;
}
@media screen and (width <= 900px) {
  .p-title2::before {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
.p-title2 span {
  display: block;
  margin: 18px 0 0;
  font-size: 40px;
  color: #e60000;
}
@media screen and (width <= 900px) {
  .p-title2 span {
    margin: 3.125vw 0 0;
    font-size: 6.25vw;
  }
}
.p-title2_keyword::before {
  width: 24px;
  height: 24px;
}
@media screen and (width <= 900px) {
  .p-title2_keyword::before {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
.p-title2_keyword span {
  font-size: 28px;
}
@media screen and (width <= 900px) {
  .p-title2_keyword span {
    margin-top: 2.2916666667vw;
    font-size: 5.8333333333vw;
    line-height: 8.3333333333vw;
  }
}
.p-title2_career::before {
  width: 24px;
  height: 24px;
}
@media screen and (width <= 900px) {
  .p-title2_career::before {
    width: 5vw;
    height: 5vw;
  }
}
.p-title2_career span {
  font-size: 26px;
  color: #000;
}
@media screen and (width <= 900px) {
  .p-title2_career span {
    margin-top: 2.2916666667vw;
    font-size: 5.4166666667vw;
    line-height: 1.6153846154;
  }
}

.p-title3 {
  font-weight: 400;
}
.p-title3::before {
  display: block;
  width: 32px;
  height: 32px;
  clip-path: polygon(0 100%, 1px 100%, 100% 1px, 100% 0);
  content: "";
  background: #e60000;
}
@media screen and (width <= 900px) {
  .p-title3::before {
    width: 5vw;
    height: 5vw;
  }
}
.p-title3 span {
  padding: 11px 0 0;
  font-size: 36px;
  line-height: 1.5;
  color: #e60000;
}
@media screen and (width <= 900px) {
  .p-title3 span {
    padding: 2.5vw 0 4.1666666667vw;
    font-size: 5vw;
    line-height: 8.3333333333vw;
  }
}

.c-faq {
  position: relative;
  border-bottom: 1px solid #cbcbcb;
}
.c-faq__q {
  display: flex;
  align-items: flex-start;
  padding: 35px 50px 39px 24px;
  cursor: pointer;
}
@media screen and (width <= 900px) {
  .c-faq__q {
    padding: 7.2916666667vw 12.5vw 8.125vw 2.0833333333vw;
  }
}
@media (hover: hover) {
  .c-faq__q:hover {
    opacity: 0.7;
  }
}
.c-faq__qtit {
  padding: 5px 25px 5px 0;
  font-size: 30px;
  color: #e60000;
}
@media screen and (width <= 900px) {
  .c-faq__qtit {
    padding: 1.0416666667vw 5.2083333333vw 1.0416666667vw 0;
    font-size: 6.25vw;
  }
}
.c-faq__qtext {
  padding: 5px 0;
  font-size: 20px;
  font-feature-settings: "palt";
  line-height: 1.5;
}
@media screen and (width <= 900px) {
  .c-faq__qtext {
    padding: 1.0416666667vw 0;
    font-size: 4.1666666667vw;
  }
}
.c-faq__btn {
  position: absolute;
  top: 35px;
  right: 5px;
  width: 40px;
  height: 40px;
  background: #e60000;
  border-radius: 8px;
}
@media screen and (width <= 900px) {
  .c-faq__btn {
    top: 7.2916666667vw;
    right: 1.0416666667vw;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    border-radius: 1.6666666667vw;
  }
}
.c-faq__btn::after, .c-faq__btn::before {
  position: absolute;
  inset: 50% 0 auto;
  display: block;
  margin: 0 auto;
  content: "";
  background: #fff;
  transition: all 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transform: translateY(-50%);
  transform-origin: center;
}
.c-faq__btn::after {
  width: 20px;
  height: 1px;
}
@media screen and (width <= 900px) {
  .c-faq__btn::after {
    width: 4.1666666667vw;
  }
}
.c-faq__btn::before {
  width: 1px;
  height: 20px;
}
@media screen and (width <= 900px) {
  .c-faq__btn::before {
    height: 4.1666666667vw;
  }
}
.c-faq__btn.on::after, .c-faq__btn.on::before {
  transform: translateY(-50%) rotate(180deg);
}
.c-faq__btn.on::before {
  opacity: 0;
}
.c-faq__a {
  display: none;
}
.c-faq__awrap {
  display: flex;
  padding: 40px 5px 33px 24px;
  background: #fdf0f1;
}
@media screen and (width <= 900px) {
  .c-faq__awrap {
    padding: 8.3333333333vw 1.0416666667vw 6.875vw 2.0833333333vw;
  }
}
.c-faq__atit {
  padding: 0 25px 0 0;
  font-size: 32px;
}
@media screen and (width <= 900px) {
  .c-faq__atit {
    padding: 0 5.2083333333vw 0 0;
    font-size: 6.25vw;
  }
}
.c-faq__atext {
  padding: 1px 0;
  font-size: 16px;
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 1.875;
}
@media screen and (width <= 900px) {
  .c-faq__atext {
    padding: 0.2083333333vw 0;
    font-size: 3.3333333333vw;
  }
}

.c-mv {
  position: relative;
  z-index: 3;
}
.c-mv img {
  width: 100%;
}
.c-mv__fix {
  position: relative;
  inset: 0 0 auto;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.c-mv__over {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.c-mv__wrap {
  position: absolute;
  inset: 50% 0 auto;
  z-index: 3;
  display: block;
  padding: 0 0 22px;
  margin: 0 auto;
  transform: translateY(-50%);
}
.c-mv__wrap_req, .c-mv__wrap_career {
  padding-bottom: 0;
}
@media screen and (width <= 900px) {
  .c-mv__wrap {
    top: 0;
    padding: 15.2083333333vw 0 0;
    transform: translateY(0);
  }
}
.c-mv__wrap_keyword {
  padding: 20px 0 0;
}
@media screen and (width <= 900px) {
  .c-mv__wrap_keyword {
    padding: 13.3333333333vw 0 0;
  }
}
.c-mv__tit {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.c-mv__tit img {
  width: auto;
  height: 23px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .c-mv__tit img {
    height: 2.6vw;
  }
}
.c-mv__tit_keyword img {
  height: 30px;
}
@media screen and (width <= 900px) {
  .c-mv__tit_keyword img {
    height: 3.2916666667vw;
  }
}
.c-mv__tit::before {
  position: absolute;
  top: -48px;
  left: -42px;
  display: block;
  width: 100px;
  height: 100px;
  clip-path: polygon(0 100%, 1px 100%, 100% 1px, 100% 0);
  content: "";
  background-color: #fff;
}
@media screen and (width <= 900px) {
  .c-mv__tit::before {
    top: -4.7916666667vw;
    left: -4.1666666667vw;
    width: 10vw;
    height: 10vw;
    background-color: #fff;
  }
}
.c-mv__title {
  padding: 45px 0 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 64px;
  color: #fff;
  text-align: center;
  text-indent: 0.16em;
  letter-spacing: 0.16em;
}
@media screen and (width <= 900px) {
  .c-mv__title {
    padding-top: 6.25vw;
    font-size: 6.6666666667vw;
    line-height: 8.125vw;
  }
}
.c-mv__title_req {
  padding-top: 31px;
}
@media screen and (width <= 900px) {
  .c-mv__title_req {
    padding-top: 5.2083333333vw;
  }
}
.c-mv__title_keyword {
  padding-top: 31px;
}
@media screen and (width <= 900px) {
  .c-mv__title_keyword {
    padding-top: 2.9166666667vw;
  }
}
.c-mv__title_career {
  padding-top: 28px;
  font-size: 56px;
}
@media screen and (width <= 900px) {
  .c-mv__title_career {
    padding-top: 3.0208333333vw;
    font-size: 6.6666666667vw;
  }
}
.c-mv__title_welfare, .c-mv__title_work {
  padding-top: 31px;
}
@media screen and (width <= 900px) {
  .c-mv__title_welfare, .c-mv__title_work {
    padding: 3.9583333333vw 0 0;
  }
}
.c-mv__add {
  padding: 23px 0 0;
  font-size: 16px;
  font-feature-settings: "palt";
  color: #fff;
  text-align: center;
  text-indent: 0.14em;
  letter-spacing: 0.14em;
}
@media screen and (width <= 900px) {
  .c-mv__add {
    padding: 4.7916666667vw 0 0;
    font-size: 3.3333333333vw;
  }
}
@media screen and (width <= 900px) {
  .c-mv__add_keyword, .c-mv__add_welfare, .c-mv__add_work {
    padding: 2.0833333333vw 0 0;
    font-size: 2.9166666667vw;
  }
}

.c-page-nav {
  padding: 72px 0 0;
}
@media screen and (width <= 900px) {
  .c-page-nav {
    padding-top: 14.5833333333vw;
  }
}
.c-page-nav_career, .c-page-nav_welfare, .c-page-nav_work {
  padding: 0;
}
.c-page-nav__head {
  max-width: 800px;
  padding: 112px 20px 74px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.024em;
}
@media screen and (width <= 900px) {
  .c-page-nav__head {
    padding: 13.3333333333vw 6.25vw 13.9583333333vw;
    font-size: 3.3333333333vw;
  }
}
.c-page-nav__head_welfare {
  padding: 69px 20px;
  text-align: center;
}
@media screen and (width <= 900px) {
  .c-page-nav__head_welfare {
    padding: 13.6458333333vw 6.25vw;
    text-align: left;
  }
}
.c-page-nav__head_work {
  padding: 69px 20px;
}
@media screen and (width <= 900px) {
  .c-page-nav__head_work {
    padding: 13.6458333333vw 6.25vw;
  }
}
.c-page-nav__wrap {
  padding: 80px 20px;
  background: linear-gradient(45deg, rgb(253, 246, 234) 0%, rgb(233, 223, 228) 100%);
}
@media screen and (width <= 900px) {
  .c-page-nav__wrap {
    padding: 16.6666666667vw 6.25vw;
  }
}
@media screen and (width <= 900px) {
  .c-page-nav__wrap_career, .c-page-nav__wrap_welfare {
    padding: 8.3333333333vw 6.25vw;
  }
}
.c-page-nav__flex {
  display: flex;
  gap: 20px;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .c-page-nav__flex {
    flex-direction: column;
    gap: 4.1666666667vw;
    align-items: center;
  }
}
.c-page-nav__flex li {
  width: 320px;
}
@media screen and (width <= 900px) {
  .c-page-nav__flex li {
    width: 66.6666666667vw;
  }
}
@media screen and (width <= 900px) {
  .c-page-nav__flex_career li, .c-page-nav__flex_welfare li {
    width: 79.1666666667vw;
  }
}

.faq-1 {
  padding: 0 20px 120px;
}
@media screen and (width <= 900px) {
  .faq-1 {
    padding: 0 6.25vw 11.6666666667vw;
  }
}
.faq-1__flex {
  display: flex;
  max-width: 1100px;
  padding: 120px 0 0;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .faq-1__flex {
    flex-direction: column;
    padding-top: 16.6666666667vw;
  }
}
.faq-1__left {
  width: 355px;
}
@media screen and (width <= 900px) {
  .faq-1__left {
    width: auto;
  }
}
.faq-1__right {
  flex: 1;
  border-top: 1px solid #cbcbcb;
}
@media screen and (width <= 900px) {
  .faq-1__right {
    flex: 0 1 auto;
  }
}

.other {
  padding: 103px 20px 100px;
  background: #e3e3e3;
}
@media screen and (width <= 900px) {
  .other {
    padding: 23.9583333333vw 6.25vw 15vw;
  }
}
.other__inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 1100px;
  margin: 88px auto 0;
}
@media screen and (width <= 900px) {
  .other__inner {
    flex-direction: column;
    gap: 4.1666666667vw;
    margin-top: 15vw;
  }
}
