.mv {
  position: relative;
}
.mv__bg {
  width: 100%;
  height: auto;
}
.mv__bg img {
  width: 100%;
  height: auto;
}
.mv__contents {
  position: absolute;
  z-index: 10;
}
.mv__contents__title {
  color: white;
}
.mv__contents__notes {
  color: #c1c1c1;
  margin-top: 3rem;
}
.mv__list {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 10;
}
.mv__list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: white;
  border-radius: 100%;
  box-shadow: 0.2rem 0.2rem 0.3rem #EA6E9A, -0.2rem -0.2rem 0.3rem #009DE2;
}
.mv__list__item__icon {
  -o-object-fit: contain;
     object-fit: contain;
}
.mv__list__item__text {
  text-align: center;
}

@media screen and (width <= 767px) {
  .mv {
    height: calc(100svh - 6rem);
    margin-bottom: 3.6rem;
  }
  .mv__contents {
    left: 13.6rem;
    top: 13rem;
  }
  .mv__contents__title {
    font-size: 2.3rem;
    line-height: 1.8;
  }
  .mv__contents__title span {
    display: inline-block;
    margin-top: 4rem;
  }
  .mv__contents__notes {
    font-size: 1rem;
    line-height: 1.4;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto 0;
  }
  .mv__list {
    top: 41rem;
    left: 50%;
    translate: -50% 0;
    gap: 1.4rem;
  }
  .mv__list__item {
    gap: 0.8rem;
    width: 10rem;
    height: 10rem;
    box-shadow: 0.2rem 0.2rem 0.3rem #EA6E9A, -0.2rem -0.2rem 0.3rem #009DE2;
  }
  .mv__list__item__icon {
    width: 4rem;
    height: 4rem;
  }
  .mv__list__item__text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media screen and (width > 767px) {
  .mv {
    margin-bottom: 6rem;
  }
  .mv__contents {
    left: 47rem;
    top: 36rem;
  }
  .mv__contents__title {
    font-size: 7.8rem;
    line-height: 2.5;
  }
  .mv__contents__notes {
    font-size: 1.4rem;
    text-align: right;
  }
  .mv__list {
    top: 78rem;
    left: 47rem;
    gap: 4.2rem;
  }
  .mv__list__item {
    gap: 1rem;
    width: 20rem;
    height: 20rem;
    box-shadow: 0.2rem 0.2rem 0.3rem #EA6E9A, -0.2rem -0.2rem 0.3rem #009DE2;
  }
  .mv__list__item__icon {
    width: 8rem;
    height: 8rem;
  }
  .mv__list__item__text {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.feature {
  background: #fffff8;
}
.feature__title {
  text-align: center;
  color: #EA6E9A;
}
.feature__wrap {
  position: relative;
  z-index: 10;
}
.feature__wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  translate: -50% 0;
  background: #EA6E9A;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.feature__wrap__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.feature__wrap__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature__wrap__list {
  display: grid;
}
.feature__wrap__list__item {
  border: 0.8rem solid #EA6E9A;
  border-radius: 0.8rem;
  background: #fff;
  position: relative;
}
.feature__wrap__list__item__bg {
  position: absolute;
  height: auto;
  bottom: 0;
  right: 0;
}
.feature__wrap__list__item__title {
  line-height: 1.5;
  text-align: center;
  color: white;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.8rem;
  background: #EA6E9A;
}
.feature__wrap__list__item__contents__copy {
  color: #EA6E9A;
  text-align: center;
}
.feature__wrap__list__item__contents__text {
  line-height: 1.8;
}

@media screen and (width <= 767px) {
  .feature__title {
    font-size: 2.6rem;
    line-height: 1.5;
    padding-block: 3rem;
  }
  .feature__wrap {
    padding: 9rem 2.8rem 2.8rem;
  }
  .feature__wrap::before {
    width: 8.4rem;
    height: 2.4rem;
  }
  .feature__wrap__list {
    grid-template-columns: 1fr;
    gap: 7.2rem;
  }
  .feature__wrap__list__item {
    padding: 5rem 0.8rem 0.6rem;
  }
  .feature__wrap__list__item__bg {
    width: 14rem;
  }
  .feature__wrap__list__item__title {
    font-size: 2rem;
    padding: 0.6rem 2.4rem;
  }
  .feature__wrap__list__item__contents__copy {
    font-size: 1.6rem;
    margin-bottom: 2.6rem;
  }
  .feature__wrap__list__item__contents__text {
    font-size: 1.4rem;
    width: 55%;
  }
}
@media screen and (width > 767px) {
  .feature__title {
    font-size: 5.2rem;
    padding-block: 6rem;
  }
  .feature__wrap {
    padding: 17.4rem 20rem 9rem;
  }
  .feature__wrap::before {
    width: 12.4rem;
    height: 3.6rem;
  }
  .feature__wrap__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 6.4rem;
  }
  .feature__wrap__list__item {
    padding: 8rem 2rem 1rem;
  }
  .feature__wrap__list__item__bg {
    width: 15rem;
  }
  .feature__wrap__list__item__title {
    font-size: 3.2rem;
    padding: 0.8rem 3rem;
  }
  .feature__wrap__list__item__contents__copy {
    font-size: 2.4rem;
    margin-bottom: 4.2rem;
  }
  .feature__wrap__list__item__contents__text {
    font-size: 1.8rem;
    width: 60%;
  }
}
.cta {
  position: relative;
  z-index: 10;
  background: #EA6E9A;
}
.cta__title {
  font-size: 5.2rem;
  line-height: 1.5;
  color: white;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4.8rem;
  position: relative;
}
.cta__title::before, .cta__title::after {
  position: absolute;
  content: "";
  bottom: 0;
  background: white;
}
.cta__title::before {
  translate: -100% 0;
  scale: -100% 1;
}
.cta__title::after {
  translate: 100% 0;
}
.cta__text {
  color: white;
  line-height: 1.8;
  text-align: center;
}
.cta__contents__button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: white;
  background: #2DC100;
}
.cta__contents__button img {
  height: auto;
  filter: drop-shadow(0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.16));
}
.cta__contents__button:hover {
  box-shadow: inset 1rem 1rem 0.2rem #239700;
  translate: 0 0;
}

@media screen and (width <= 767px) {
  .cta {
    padding: 4rem 2.8rem 4.8rem;
    border-radius: 6rem 0 6rem 0;
  }
  .cta__title {
    font-size: 2.6rem;
    margin: 0 auto 2.8rem;
  }
  .cta__title::before, .cta__title::after {
    width: 4rem;
    height: 7rem;
    -webkit-clip-path: polygon(3rem 0, 100% 2rem, 0 100%);
            clip-path: polygon(3rem 0, 100% 2rem, 0 100%);
  }
  .cta__title::before {
    left: -1rem;
  }
  .cta__title::after {
    right: -1rem;
  }
  .cta__text {
    font-size: 1.6rem;
    margin-bottom: 4.8rem;
  }
  .cta__contents {
    display: contents;
  }
  .cta__contents__button {
    gap: 2rem;
    font-size: 2rem;
    padding: 1rem 0 1rem 2rem;
    border-radius: 1.4rem;
    box-shadow: 0.3rem 0.6rem 0 0.2rem #239700;
    translate: -0.4rem -1rem;
    width: 26rem;
    margin-inline: auto;
  }
  .cta__contents__button img {
    width: 4rem;
  }
}
@media screen and (width > 767px) {
  .cta {
    padding: 9rem 40rem 8rem;
    border-radius: 20rem 0 20rem 0;
    margin-left: 2.4rem;
  }
  .cta__title {
    font-size: 5.2rem;
    margin: 0 auto 4.8rem;
  }
  .cta__title::before, .cta__title::after {
    width: 8rem;
    height: 12rem;
    -webkit-clip-path: polygon(6rem 0, 100% 4rem, 0 100%);
            clip-path: polygon(6rem 0, 100% 4rem, 0 100%);
  }
  .cta__title::before {
    left: -3rem;
  }
  .cta__title::after {
    right: -3rem;
  }
  .cta__text {
    font-size: 2.6rem;
    margin-bottom: 4.4rem;
  }
  .cta__contents {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6.4rem;
    padding-block: 3rem;
    border-radius: 6rem;
    background: white;
  }
  .cta__contents__qr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 16rem;
  }
  .cta__contents__qr img {
    width: 100%;
    height: auto;
  }
  .cta__contents__qr p {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    color: #a6a6a6;
    margin-top: 1rem;
  }
  .cta__contents__button {
    gap: 3rem;
    font-size: 3.6rem;
    padding: 1.4rem 5rem 1.4rem 3rem;
    border-radius: 2rem;
    box-shadow: 0.4rem 1rem 0 0.3rem #239700;
    translate: -0.4rem -1rem;
  }
  .cta__contents__button img {
    width: 7rem;
    height: auto;
  }
}
.office {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.office__bg {
  position: absolute;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.office__bg img {
  width: 100%;
  height: auto;
}
.office__title {
  text-align: center;
  line-height: 1.5;
  color: #EA6E9A;
}
.office__text {
  line-height: 1.8;
  text-align: center;
}
.office__slide__item {
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  background: white;
}
.office__slide__item__image {
  width: 100%;
  display: block;
}
.office__slide__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.office__slide__item__contents__tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.office__slide__item__contents__tags p {
  position: relative;
  z-index: 10;
  background: #EA6E9A;
  -webkit-clip-path: polygon(1rem 0, 100% 0, calc(100% - 1rem) 100%, 0 100%);
          clip-path: polygon(1rem 0, 100% 0, calc(100% - 1rem) 100%, 0 100%);
}
.office__slide__item__contents__tags__type {
  color: white;
}
.office__slide__item__contents__tags__city {
  color: #EA6E9A;
  position: relative;
  z-index: 10;
}
.office__slide__item__contents__tags__city::before {
  top: 0.2rem;
  left: 0.2rem;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  position: absolute;
  content: "";
  background: white;
  z-index: -1;
}
.office__slide__item__contents__title {
  line-height: 1.5;
}
.office__slide__item__contents__list {
  list-style: disc;
  overflow-y: scroll;
}
.office__slide__item__contents__list__item {
  line-height: 1.8;
}
.office__slide__item__contents__button {
  font-size: 2rem;
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #2DC100;
  margin-inline: auto;
}
.office__slide__item__contents__button img {
  height: auto;
}
.office__slide__item__contents__button:hover {
  box-shadow: inset 0.4rem 0.4rem 0 0.3rem #239700;
  translate: 0 0;
}

@media screen and (width <= 767px) {
  .office {
    padding-bottom: 16rem;
    margin-top: 8rem;
  }
  .office__bg {
    top: 9rem;
  }
  .office__title {
    font-size: 3rem;
    margin-bottom: 2.6rem;
  }
  .office__text {
    font-size: 1.8rem;
    margin-bottom: 8rem;
  }
  .office__slide {
    padding-inline: 2.8rem;
  }
  .office__slide__item__image {
    height: 17rem;
  }
  .office__slide__item__contents {
    padding: 2.6rem 2.4rem;
  }
  .office__slide__item__contents__tags {
    margin-bottom: 1.8rem;
  }
  .office__slide__item__contents__tags p {
    font-size: 1.4rem;
    padding: 0.6rem 0.8rem;
    -webkit-clip-path: polygon(0.6rem 0, 100% 0, calc(100% - 0.6rem) 100%, 0 100%);
            clip-path: polygon(0.6rem 0, 100% 0, calc(100% - 0.6rem) 100%, 0 100%);
  }
  .office__slide__item__contents__tags__city::before {
    -webkit-clip-path: polygon(0.6rem 0, 100% 0, calc(100% - 0.6rem) 100%, 0 100%);
            clip-path: polygon(0.6rem 0, 100% 0, calc(100% - 0.6rem) 100%, 0 100%);
  }
  .office__slide__item__contents__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .office__slide__item__contents__list {
    height: 10rem;
    font-size: 1.4rem;
    padding-left: 1.6rem;
    margin-bottom: 2.6rem;
  }
  .office__slide__item__contents__list__item {
    font-size: 1.4rem;
  }
  .office__slide__item__contents__button {
    gap: 1rem;
    padding: 1rem 0 1.4rem 1rem;
    border-radius: 0.6rem;
    width: 25rem;
    box-shadow: 0.1rem 0.4rem 0 0.1rem #239700;
    translate: -0.1rem -0.4rem;
  }
  .office__slide__item__contents__button img {
    width: 3rem;
  }
}
@media screen and (width > 767px) {
  .office {
    padding-bottom: 20rem;
    margin-block: 20rem 10rem;
  }
  .office__bg {
    top: 16rem;
    height: calc(100% - 16rem);
  }
  .office__title {
    font-size: 6.2rem;
    margin-bottom: 6.4rem;
  }
  .office__title small {
    font-size: 3.2rem;
  }
  .office__text {
    font-size: 2.4rem;
    margin-bottom: 12rem;
  }
  .office__slide {
    padding-inline: 20rem;
  }
  .office__slide__item__image {
    height: 29.6rem;
  }
  .office__slide__item__contents {
    padding: 3.2rem 1.4rem;
  }
  .office__slide__item__contents__tags {
    margin-bottom: 2.8rem;
  }
  .office__slide__item__contents__tags p {
    font-size: 2rem;
    padding: 0.8rem 1rem;
    -webkit-clip-path: polygon(1rem 0, 100% 0, calc(100% - 1rem) 100%, 0 100%);
            clip-path: polygon(1rem 0, 100% 0, calc(100% - 1rem) 100%, 0 100%);
  }
  .office__slide__item__contents__tags__city::before {
    -webkit-clip-path: polygon(1rem 0, 100% 0, calc(100% - 1rem) 100%, 0 100%);
            clip-path: polygon(1rem 0, 100% 0, calc(100% - 1rem) 100%, 0 100%);
  }
  .office__slide__item__contents__title {
    font-size: 3.2rem;
    margin-bottom: 2.2rem;
    height: 8rem;
  }
  .office__slide__item__contents__list {
    height: 17rem;
    font-size: 1.8rem;
    padding-left: 2rem;
    margin-bottom: 3.2rem;
  }
  .office__slide__item__contents__list__item {
    font-size: 1.8rem;
  }
  .office__slide__item__contents__button {
    gap: 2rem;
    padding: 1.4rem 3.2rem;
    border-radius: 0.8rem;
    width: 33rem;
    box-shadow: 0.2rem 0.4rem 0 0.3rem #239700;
    translate: -0.2rem -0.4rem;
  }
  .office__slide__item__contents__button img {
    width: 4rem;
  }
}
.flow__title {
  line-height: 1.5;
  text-align: center;
  color: #EA6E9A;
}
.flow__list {
  display: grid;
}
.flow__list__item {
  border-radius: 2rem;
  background: white;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.flow__list__item__title {
  font-size: 2.4rem;
  color: white;
  padding: 1rem 2rem 1rem 4rem;
  background: #EA6E9A;
  width: 85%;
  margin-bottom: 3.8rem;
}
.flow__list__item__text {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-left: 1.6rem;
  border-left: 0.2rem solid #EA6E9A;
  margin-inline: 4rem;
}
.flow__list__item:not(:last-of-type) {
  position: relative;
}
.flow__list__item:not(:last-of-type)::before {
  position: absolute;
  content: "";
  background: #EA6E9A;
}

@media screen and (width <= 767px) {
  .flow {
    padding-inline: 2.8rem;
    margin-bottom: 10rem;
  }
  .flow__title {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
  .flow__title small {
    font-size: 2.6rem;
  }
  .flow__list {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
  .flow__list__item {
    padding-block: 2rem 3rem;
  }
  .flow__list__item:not(:last-of-type)::before {
    width: 5rem;
    height: 3rem;
    bottom: -2rem;
    left: 50%;
    translate: -50% 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
@media screen and (width > 767px) {
  .flow {
    padding-inline: 20rem;
    margin-bottom: 20rem;
  }
  .flow__title {
    font-size: 5.2rem;
    margin-bottom: 8rem;
  }
  .flow__title small {
    font-size: 2.6rem;
  }
  .flow__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8rem;
  }
  .flow__list__item {
    padding-block: 3rem;
  }
  .flow__list__item:not(:last-of-type)::before {
    width: 3rem;
    height: 5rem;
    top: 50%;
    right: -3rem;
    translate: 100% -50%;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
.faq__title {
  color: #EA6E9A;
  text-align: center;
  line-height: 1.5;
}
.faq__text {
  text-align: center;
}
.faq__wrap .tab-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.faq__wrap .tab-buttons .tab-button {
  color: #EA6E9A;
  cursor: pointer;
  position: relative;
  border-radius: 50rem;
  background: white;
  transition: all 0.3s ease-in-out;
}
.faq__wrap .tab-buttons .tab-button::before, .faq__wrap .tab-buttons .tab-button::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.faq__wrap .tab-buttons .tab-button::before {
  translate: -50% 100%;
  background: #EA6E9A;
}
.faq__wrap .tab-buttons .tab-button::after {
  transition: all 0.3s ease-in-out;
  background: white;
  translate: -50% calc(100% - 0.5rem);
}
.faq__wrap .tab-buttons .tab-button:hover, .faq__wrap .tab-buttons .tab-button.active {
  color: white;
  background: #EA6E9A;
}
.faq__wrap .tab-buttons .tab-button:hover::after, .faq__wrap .tab-buttons .tab-button.active::after {
  background: #EA6E9A;
}
.faq__wrap .tab-content {
  border: 0.2rem solid #e9e9e9;
  border-radius: 0.8rem;
}
.faq__wrap .tab-content .tab-pane {
  display: none;
}
.faq__wrap .tab-content .tab-pane.active {
  display: block;
}
.faq__wrap .tab-content .tab-pane .tab-content-inner {
  border: 0.2rem solid #ffd8d8;
  overflow: hidden;
}
.faq__wrap .tab-content .tab-pane .tab-content-inner h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fbe0ea;
}
.faq__wrap .tab-content .tab-pane .tab-content-inner h3::before {
  position: relative;
  content: "Q";
  color: white;
  display: grid;
  place-items: center;
  border-radius: 100%;
  aspect-ratio: 1/1;
  background: #EA6E9A;
}
.faq__wrap .tab-content .tab-pane .tab-content-inner p {
  line-height: 1.5;
}
.faq__cta {
  display: grid;
}
.faq__cta__image {
  width: 100%;
  height: auto;
}
.faq__cta__contents__text {
  font-size: 2rem;
  text-align: center;
  color: #EA6E9A;
  margin-bottom: 2rem;
}
.faq__cta__contents__button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: white;
  background: #2DC100;
}
.faq__cta__contents__button img {
  filter: drop-shadow(0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.16));
}
.faq__cta__contents__button:hover {
  box-shadow: inset 1rem 1rem 0.2rem #239700;
  translate: 0 0;
}

@media screen and (width <= 767px) {
  .faq {
    padding-inline: 1.8rem;
    margin-bottom: 10rem;
  }
  .faq__title {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
  .faq__title small {
    font-size: 2rem;
  }
  .faq__text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 3.6rem;
  }
  .faq__wrap .tab-buttons {
    gap: 0.6rem;
    margin-bottom: 2.6rem;
  }
  .faq__wrap .tab-buttons .tab-button {
    font-size: 1.4rem;
    padding-block: 1.4rem;
    border: 0.2rem solid #EA6E9A;
    border-radius: 50rem;
  }
  .faq__wrap .tab-buttons .tab-button::before, .faq__wrap .tab-buttons .tab-button::after {
    width: 2.6rem;
    height: 1.2rem;
  }
  .faq__wrap .tab-buttons .tab-button::after {
    translate: -50% calc(100% - 0.3rem);
  }
  .faq__wrap .tab-content {
    padding: 2.2rem 1.6rem;
  }
  .faq__wrap .tab-content .tab-pane .tab-content-inner {
    border-radius: 0.8rem;
    margin-bottom: 2.4rem;
  }
  .faq__wrap .tab-content .tab-pane .tab-content-inner h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 2.4rem 1.4rem;
    gap: 1rem;
  }
  .faq__wrap .tab-content .tab-pane .tab-content-inner h3::before {
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
  }
  .faq__wrap .tab-content .tab-pane .tab-content-inner p {
    font-size: 1.6rem;
    padding: 2.4rem 1.4rem;
  }
  .faq__cta {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding-inline: 1rem;
  }
  .faq__cta__contents__text {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  .faq__cta__contents__button {
    gap: 2rem;
    font-size: 2.2rem;
    padding: 1.4rem 0 1.4rem 2rem;
    border-radius: 1.4rem;
    box-shadow: 0.3rem 0.6rem 0 0.2rem #239700;
    translate: -0.4rem -1rem;
  }
  .faq__cta__contents__button img {
    width: 5.6rem;
  }
}
@media screen and (width > 767px) {
  .faq {
    padding-inline: 30rem;
    margin-bottom: 20rem;
  }
  .faq__title {
    font-size: 6.2rem;
    margin-bottom: 7.2rem;
  }
  .faq__title small {
    font-size: 3.2rem;
  }
  .faq__text {
    font-size: 2.4rem;
    margin-bottom: 6rem;
  }
  .faq__wrap .tab-buttons {
    gap: 5.6rem;
    padding-inline: 3rem;
    margin-bottom: 8rem;
  }
  .faq__wrap .tab-buttons .tab-button {
    font-size: 3rem;
    padding-block: 2.4rem;
    border: 0.4rem solid #EA6E9A;
    border-radius: 50rem;
  }
  .faq__wrap .tab-buttons .tab-button::before, .faq__wrap .tab-buttons .tab-button::after {
    width: 8rem;
    height: 3rem;
  }
  .faq__wrap .tab-buttons .tab-button::after {
    translate: -50% calc(100% - 0.5rem);
  }
  .faq__wrap .tab-content {
    padding: 12rem 12rem 7.6rem;
  }
  .faq__wrap .tab-content .tab-pane .tab-content-inner {
    border-radius: 2rem;
    margin-bottom: 5.6rem;
  }
  .faq__wrap .tab-content .tab-pane .tab-content-inner h3 {
    font-size: 2.4rem;
    padding: 2.8rem 4.6rem;
    gap: 2rem;
  }
  .faq__wrap .tab-content .tab-pane .tab-content-inner h3::before {
    font-size: 3rem;
    width: 5rem;
    height: 5rem;
  }
  .faq__wrap .tab-content .tab-pane .tab-content-inner p {
    font-size: 1.8rem;
    padding: 4.4rem 4.6rem 4.4rem 11.2rem;
  }
  .faq__cta {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
    align-items: center;
    padding-inline: 6rem;
  }
  .faq__cta__contents__text {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 5rem;
  }
  .faq__cta__contents__button {
    gap: 3rem;
    font-size: 3.2rem;
    padding: 1.4rem 5rem 1.4rem 3rem;
    border-radius: 2rem;
    box-shadow: 0.4rem 1rem 0 0.3rem #239700;
    translate: -0.4rem -1rem;
  }
  .faq__cta__contents__button img {
    width: 7rem;
    height: auto;
  }
}
.footerSlider {
  overflow: hidden;
}
.footerSlider__wrap {
  display: grid;
  grid-auto-flow: column;
  width: -moz-max-content;
  width: max-content;
}
.footerSlider__wrap__slide {
  width: 100%;
}
.footerSlider__wrap__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (width <= 767px) {
  .footerSlider {
    translate: 0 2rem;
    border-radius: 2rem;
  }
  .footerSlider__wrap {
    grid-auto-columns: 30rem;
    animation: leftSlider 60s linear infinite;
  }
  @keyframes leftSlider {
    to {
      translate: -150rem 0;
    }
  }
}
@media screen and (width > 767px) {
  .footerSlider {
    translate: 0 5rem;
    border-radius: 20rem;
  }
  .footerSlider__wrap {
    grid-auto-columns: 44rem;
    animation: leftSlider 40s linear infinite;
  }
  @keyframes leftSlider {
    to {
      translate: -220rem 0;
    }
  }
}/*# sourceMappingURL=style.css.map */