@charset "UTF-8";
.c-page {
  overflow: hidden;
}

.sp-only {
  display: none;
}

.m-container.-lg {
  max-width: calc(1498px + var(--m-container-padding));
}
.m-container.-xl {
  max-width: calc(1560px + var(--m-container-padding));
}
.m-container.-sm {
  max-width: calc(840px + var(--m-container-padding));
}
.m-container img {
  max-width: 100%;
}

.c-button__bubble {
  margin-bottom: -12px;
  pointer-events: none;
  z-index: 10;
}
.c-button__bubble span {
  position: relative;
  display: inline-block;
  padding: 8px 24px;
  border: 2px solid var(--v-color-orange);
  border-radius: 9999px;
  background-color: var(--v-color-white);
  color: var(--v-color-orange);
  line-height: var(--v-lh-heading);
}
.c-button__bubble span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 8px 9px 0 9px;
  border-color: var(--v-color-orange) transparent transparent;
  translate: -50% 100%;
}
.c-button__bubble span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 5.3px 6px 0 6px;
  border-color: var(--v-color-white) transparent transparent;
  translate: -50% 100%;
}

.title {
  text-align: center;
  font-size: var(--v-fs-h2);
  line-height: var(--v-lh-heading);
  margin-bottom: 36px;
}
.title span {
  display: block;
  color: var(--v-color-red);
  font-size: var(--v-fs-h4);
}
.title.-left {
  text-align: left;
}
.title.-white {
  color: var(--v-color-white);
}
.title.-white span {
  color: var(--v-color-white);
}

.mv {
  position: relative;
}
.mv::after {
  content: "";
  display: block;
  width: 368px;
  height: 570px;
  width: 20vw;
  height: 32vw;
  background: url("./ill-mv-treat.png") no-repeat center/contain;
  position: absolute;
  left: calc(50% - 12vw);
  bottom: -65px;
  z-index: 9;
}
@media screen and (max-width: 1380px) {
  .mv::after {
    left: 20px;
  }
}

.mv__catch {
  text-align: center;
  position: relative;
  z-index: 9;
  margin-bottom: -30px;
}

.mv__title {
  display: inline-block;
  position: relative;
}
.mv__title img {
  max-width: 1094px;
  width: 100%;
}
.mv__title::after {
  content: "";
  display: block;
  width: 195px;
  height: 112px;
  position: absolute;
  right: -87px;
  bottom: -22px;
  background: url("./ill-mv-treat2.png") no-repeat center/contain;
}

.mv__slide {
  position: relative;
  z-index: 3;
}
.mv__slide.slick-dotted.slick-slider {
  margin-bottom: 104px;
}
.mv__slide .slick-list {
  padding-right: 4.5%;
}
.mv__slide .slick-next,
.mv__slide .slick-prev {
  border-radius: 100%;
  width: 64px;
  height: 64px;
  background-color: rgba(218, 53, 70, 0.8);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.mv__slide .slick-next::before,
.mv__slide .slick-prev::before {
  content: "";
  display: block;
  width: 16px;
  height: 28px;
  background-color: var(--v-color-white);
  -webkit-mask: url("./icn-slide-arrow.svg") no-repeat center/contain;
          mask: url("./icn-slide-arrow.svg") no-repeat center/contain;
  transition: 0.3s;
}
.mv__slide .slick-next:hover, .mv__slide .slick-next:focus,
.mv__slide .slick-prev:hover,
.mv__slide .slick-prev:focus {
  color: initial;
  outline: initial;
  background: initial;
  background-color: rgba(218, 53, 70, 0.7);
}
.mv__slide .slick-next {
  right: 40px;
}
.mv__slide .slick-next::before {
  transform: rotate(180deg);
  position: relative;
  right: -1px;
}
.mv__slide .slick-prev {
  left: 40px;
}
.mv__slide .slick-prev::before {
  position: relative;
  left: -1px;
}
.mv__slide .slick-dots {
  bottom: -40px;
}
.mv__slide .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
}
.mv__slide .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #D8D8D8;
}
.mv__slide .slick-dots li button:before {
  content: none;
}
.mv__slide .slick-dots li.slick-active button {
  background-color: #9B9B9B;
}

.mv__slide--item {
  margin: 0 16px;
}
.mv__slide--item img {
  width: 100%;
}

.news {
  background-color: var(--v-color-white);
  border-radius: 36px 0 0 36px;
  padding: 40px 24px;
  max-width: 1000px;
  min-width: 500px;
  width: 51%;
  margin-left: auto;
  margin-top: -70px;
  position: relative;
  z-index: 30;
}
.news .c-button__main {
  min-height: 37px;
  font-size: var(--v-fs-main-small);
  padding: 8px 24px;
  white-space: nowrap;
  /* 流れる背景 */
}
.news .c-button__main::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--v-color-red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.news .c-button__main:hover {
  color: var(--work-bg);
}
.news .c-button__main:hover .c-button__icon::before {
  background-color: var(--work-bg);
  background-image: url(./angle_red.png);
  background-size: 40%;
  background-position: center;
}
.news .c-button__main:hover .c-button__icon::after {
  display: none;
}
.news .c-button__main:hover::after {
  transform: scaleX(1);
}

.news__flex {
  display: flex;
  align-items: center;
  gap: 0 40px;
}

.news__item:nth-child(1) {
  width: 164px;
}
.news__item:nth-child(2) {
  width: calc(100% - 204px);
}

.news__title {
  font-size: var(--v-fs-h4);
  margin-bottom: 12px;
}
.news__title .sm {
  color: var(--v-color-red);
  font-size: var(--v-fs-main);
}

.news__list {
  list-style: none;
}
.news__list li:nth-child(1) {
  border-bottom: 1px dashed var(--v-color-line);
}
.news__list li:nth-child(1) a {
  padding-top: 0;
}
.news__list li:nth-child(2) a {
  padding-bottom: 0;
}
.news__list a {
  display: flex;
  gap: 0 16px;
  padding: 16px 0;
  color: var(--v-color-text);
  text-decoration: none;
}
.news__list .date {
  font-weight: var(--v-fw-thin);
}

.news__cont {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.about {
  background: url("./bg-about-green.png") no-repeat center/100% 100%;
  padding: 204px 20px 0;
  text-align: center;
}
.about p {
  font-size: var(--v-fs-h5);
  line-height: 220%;
}
.about p:not(:last-child) {
  margin-bottom: 70px;
}

.about__inbg {
  background: url("./bg-about-in.png") no-repeat center/100% 100%;
  padding: 128px 186px 179px 179px;
  max-width: 1488px;
  margin: auto;
  position: relative;
}
.about__inbg::before {
  content: "";
  display: block;
  width: 1105.5px;
  height: 748.5px;
  background: url("./bg-about-illust.png") no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: calc(50% - 20px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .about__inbg::before {
    width: 905px;
  }
}
@media screen and (max-width: 1024px) {
  .about__inbg::before {
    width: 90%;
  }
}

.about__bottomimg {
  text-align: center;
  margin-top: -135px;
  position: relative;
}
.about__bottomimg img {
  max-width: 544px;
}

.point {
  margin: 120px auto;
}

.point__lead {
  text-align: center;
  margin-bottom: 64px;
}

.point__grid {
  gap: 56px 64px;
}

.point__item {
  display: flex;
}

.point__text {
  max-width: 334px;
  width: 100%;
  position: relative;
  margin-top: 51px;
}
.point__text p {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.point__heading {
  margin-bottom: 10px;
}

.point__item--ttl {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 4px 12px;
  background-color: var(--v-color-white);
  border-radius: 8px;
  font-size: var(--v-fs-h4);
  line-height: 2.1;
}

.point__img {
  max-width: 432px;
  width: 100%;
  margin-left: -88px;
}
.point__img img {
  max-width: 100%;
}

.detail {
  background: url("./bg-detail-main.png") no-repeat center/1920px;
}

.detail__wrap {
  max-width: 1488px;
  margin: auto;
}
@media (min-width: 751px) and (max-width: 1400px) {
  .detail__wrap {
    padding: 0;
  }
}

.detail__flex {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 751px) and (max-width: 900px) {
  .detail__flex {
    align-items: flex-start;
  }
}

.detail__img {
  max-width: 935px;
  width: 100%;
}
@media (min-width: 751px) and (max-width: 1400px) {
  .detail__img {
    margin-left: -5vw;
    margin-bottom: 3vw;
  }
}

.detail__text {
  width: 100%;
  margin-left: -200px;
}
@media (min-width: 751px) and (max-width: 1400px) {
  .detail__text {
    margin-right: -5vw;
  }
}

.detail__text--in {
  background: url("./bg-detail.png") no-repeat center/100% 100%;
  padding: 99px 96px;
  max-width: 786px;
  width: 100%;
  color: var(--v-color-white);
}

.detail__title {
  font-size: var(--v-fs-h3);
  line-height: var(--v-lh-heading);
  margin-bottom: 16px;
}

.detail__lead {
  margin-bottom: 48px;
}

.c-button--line .c-button__main {
  background-color: transparent;
  border: 1px solid var(--v-color-white);
}

.ambassador {
  background: url("./bg-ambassador.png") no-repeat center/contain;
  padding: 135px 0 140px;
}
@media screen and (max-width: 1920px) {
  .ambassador {
    background-size: 1920px;
  }
}

.ambassador__flex {
  display: flex;
  align-items: center;
  gap: 0 48px;
}

.ambassador__img {
  max-width: 360px;
  width: 100%;
}

.ambassador__text {
  max-width: 432px;
  width: 100%;
}

.ambassador__title {
  font-size: var(--v-fs-h4);
  margin-bottom: 24px;
}
.ambassador__title span {
  display: block;
  font-size: var(--v-fs-main-big);
  color: var(--v-color-red);
}

.ambassador__lead {
  margin-bottom: 40px;
}

.voice {
  padding: 120px 0;
  position: relative;
}
.voice::before {
  content: "";
  width: 268.5px;
  height: 271px;
  background: url("./ill-voice01.png") no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
}
.voice::after {
  content: "";
  width: 317px;
  height: 196.5px;
  background: url("./ill-voice02.png") no-repeat center/contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.voice .title {
  margin-bottom: 114px;
}
.voice .c-button {
  margin-top: 48px;
}
.voice .c-button .c-button__main {
  padding: 8px 56px !important;
}
.voice .c-button .c-button__main .c-button__text {
  white-space: nowrap;
}

.voice__grid {
  gap: 40px;
}

.voice__item {
  background-color: var(--v-color-white);
  padding: 108px 40px 40px;
  border-radius: 40px;
  position: relative;
}

.voice__item--img {
  width: 148px;
  margin: auto;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.voice__attribute {
  font-size: var(--v-fs-main-big);
  margin-bottom: 8px;
  text-align: center;
}

.menu {
  position: relative;
}
.menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1920/49;
  background: url("./ill-menu-treat01.png") no-repeat bottom center/contain;
}
.menu::after {
  content: "";
  display: block;
  width: 1743.5px;
  height: 284.5px;
  background: url("./ill-menu-treat02.png") no-repeat bottom center/contain;
  width: 100%;
  height: 100%;
  aspect-ratio: 1920/285;
  margin-top: -7%;
}
@media screen and (max-width: 1920px) {
  .menu {
    background-size: 1920px 100%;
  }
}
.menu .c-button {
  margin-top: 48px;
}

.menu__wrap {
  background-color: #FBF5C4;
  padding: 71px 0 0;
}

.menu__lead {
  text-align: center;
  margin-bottom: 64px;
}

.menu__grid {
  gap: 40px;
}

.menu__item {
  background-color: var(--v-color-white);
  border-radius: 24px;
  overflow: hidden;
}

.menu__item--img {
  position: relative;
}
.menu__item--img img {
  width: 100%;
}

.menu__item--text {
  padding: 24px;
}

.menu__item--logo {
  border-radius: 16px 16px 0 0;
  background-color: var(--v-color-white);
  padding: 12px 24px 0;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%, 0%);
  max-width: 224px;
  width: 100%;
  text-align: center;
}
.menu__item--logo img {
  width: auto;
}
@media (min-width: 751px) and (max-width: 1280px) {
  .menu__item--logo {
    max-width: 80%;
  }
  .menu__item--logo img {
    width: 100%;
  }
}

.menulogo-smiley {
  max-width: 169px !important;
}

.menulogo-standard {
  max-width: 171px !important;
}

.menulogo-cut {
  max-width: 157px !important;
}

.menulogo-variation {
  max-width: 172px !important;
}

.faq {
  padding: 120px 0;
}

.faq__wrap:not(:last-child) {
  margin-bottom: 8px;
}

.faq__flex {
  display: flex;
  gap: 96px;
  max-width: 1392px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1023px) {
  .faq__flex {
    gap: 60px;
  }
}

.faq__item:nth-child(1) {
  width: 19.5vw;
  max-width: 272px;
}
.faq__item:nth-child(2) {
  width: calc(100% - 368px);
  max-width: 1024px;
}
.faq__item .c-button {
  margin-top: 48px;
}
@media (min-width: 751px) and (max-width: 1023px) {
  .faq__item:nth-child(1) {
    max-width: 180px;
  }
  .faq__item:nth-child(2) {
    width: calc(100% - 240px);
  }
}

.faq__img {
  margin-top: 130px;
}

.faq__q {
  background-color: var(--v-color-green);
  color: var(--v-color-white);
  padding: 16px 32px;
  border-radius: 16px;
  font-size: 22px;
  position: relative;
  cursor: pointer;
}
.faq__q::before {
  content: "Q.";
  margin-right: 8px;
}
.faq__q::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid var(--v-color-white);
  border-right: 2px solid var(--v-color-white);
  transform: translateY(-2px) rotate(135deg);
  box-sizing: border-box;
  transition: 0.3s;
}
.faq__q.active::after {
  transform: translateY(2px) rotate(315deg);
}

.faq__a--wrap {
  display: none;
  margin-bottom: 32px;
}

.faq__a {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.faq__a--img {
  width: 96px;
}

.faq__a--comment {
  width: calc(100% - 112px);
  position: relative;
  margin-left: 12px;
  padding: 22px;
  border: 2px solid var(--v-color-text);
  border-radius: 16px;
  background-color: var(--v-color-white);
}
.faq__a--comment::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent var(--v-color-text) transparent transparent;
  translate: -100% -50%;
}
.faq__a--comment::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 5.4px 6.8px 5.4px 0;
  border-color: transparent var(--v-color-white) transparent transparent;
  translate: -100% -50%;
}

.style {
  background: url("./bg-style.png") no-repeat bottom center/100% 100%;
  padding: 200px 0 120px;
}
@media screen and (max-width: 1920px) {
  .style {
    background-size: 1920px 100%;
  }
}
.style .title {
  margin-bottom: 64px;
}
.style .c-button {
  margin-top: 48px;
}
.style .c-button .c-button__main {
  /* 流れる背景 */
}
.style .c-button .c-button__main::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(41, 159, 98, 0.15);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.style .c-button .c-button__main:hover::after {
  transform: scaleX(1);
}

.style__grid {
  gap: 32px;
}

.recruit {
  background: url("./bg-recruit.png") no-repeat center/contain;
  padding: 120px 0;
}
@media screen and (max-width: 1920px) {
  .recruit {
    background-size: 1920px;
  }
}
.recruit .title {
  margin-bottom: 64px;
}
.recruit .c-button {
  margin-top: 36px;
  align-items: flex-start;
}

.recruit__wrap {
  max-width: 1220px;
}

.recruit__flex {
  display: flex;
  align-items: center;
}

.recruit__item:nth-child(1) {
  width: 47%;
}
.recruit__item:nth-child(2) {
  width: 53%;
}
.recruit__item p:not(:last-of-type) {
  margin-bottom: 30px;
}

.recruit__title {
  font-size: var(--v-fs-h3);
  line-height: var(--v-lh-heading);
  color: var(--v-color-red);
  margin-bottom: 36px;
}

@media screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .mv {
    margin-bottom: -80px;
  }
  .mv::after {
    width: 201px;
    height: 312px;
    bottom: 10px;
    left: -28px;
  }
  .mv__catch {
    margin-bottom: 0;
  }
  .mv__title::after {
    content: none;
  }
  .mv__slide .slick-list {
    padding-right: 0;
  }
  .mv__slide .slick-next,
  .mv__slide .slick-prev {
    width: 40px;
    height: 40px;
  }
  .mv__slide .slick-next::before,
  .mv__slide .slick-prev::before {
    width: 10px;
    height: 17px;
  }
  .mv__slide .slick-next {
    right: 16px;
  }
  .mv__slide .slick-prev {
    left: 16px;
  }
  .mv__slide .slick-dots {
    bottom: -30px;
  }
  .mv__slide .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .mv__slide.slick-dotted.slick-slider {
    margin-bottom: 66px;
  }
  .mv__slide--item {
    margin: 0 3.5vw;
  }
  .news {
    margin-top: 56px;
    border-radius: 24px 0 0 24px;
    padding: 16px 20px;
    max-width: 606px;
    min-width: auto;
    width: 80%;
    z-index: 99;
  }
  .news .c-button__main {
    padding: 8px 16px;
    gap: 8px;
  }
  .news__flex {
    flex-direction: column;
    gap: 3px;
  }
  .news__title {
    margin-bottom: 0;
    font-size: var(--v-fs-main-big);
  }
  .news__title .sm {
    font-size: var(--v-fs-main-small);
    margin-left: 4px;
  }
  .news__item:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news__item:nth-child(2) {
    width: 100%;
  }
  .news__list a {
    flex-direction: column;
    padding: 8px 0;
  }
  .about {
    padding: 126px 20px 10px;
    background-image: url("./sp-bg-about-green.png");
  }
  .about p {
    font-size: 15px;
  }
  .about p:not(:last-child) {
    margin-bottom: 30px;
  }
  .about__inbg {
    padding: 90px 15px 96px;
    background-image: url("./sp-bg-about-in.png");
  }
  .about__inbg::before {
    background-image: url("./sp-bg-about-illust.png");
    background-size: 100%;
    width: calc(100% + 40px);
    height: calc(100% + 60px);
  }
  .about__bottomimg {
    margin-top: -50px;
  }
  .about__bottomimg img {
    max-width: 320px;
    width: 100%;
  }
  .point {
    margin: 104px 0;
  }
  .point__lead {
    margin-bottom: 34px;
  }
  .point__grid {
    gap: 42px;
  }
  .point__item {
    flex-direction: column-reverse;
  }
  .point__img {
    max-width: 100%;
    margin-left: 0;
  }
  .point__text {
    max-width: 100%;
    margin-top: -80px;
  }
  .detail .m-container.-lg {
    padding: 0;
  }
  .detail__flex {
    flex-direction: column;
  }
  .detail__img {
    margin-bottom: -70px;
  }
  .detail__text {
    margin-left: 0;
  }
  .detail__text--in {
    padding: 80.5px 20px;
    background-image: url("./sp-bg-detail.png");
  }
  .ambassador {
    background-image: url("./sp-bg-ambassador.png");
    padding: 104px 0;
    background-size: 100%;
  }
  .ambassador__flex {
    flex-direction: column;
  }
  .ambassador__title {
    text-align: center;
    font-size: var(--v-fs-h3);
    margin-bottom: 32px;
  }
  .ambassador__title span {
    font-size: var(--v-fs-main);
  }
  .ambassador__img {
    max-width: 183px;
    margin: 0 auto 32px;
  }
  .ambassador__lead {
    margin-bottom: 24px;
  }
  .ambassador__text {
    max-width: 100%;
  }
  .voice {
    padding: 104px 0;
    margin-bottom: -7%;
  }
  .voice::before {
    width: 111px;
    height: 159.5px;
    background-image: url("./sp-ill-voice01.png");
    top: -55px;
  }
  .voice::after {
    width: 118px;
    height: 77px;
    left: -5px;
    bottom: -10px;
    z-index: 1;
  }
  .voice .title {
    margin-bottom: 109px;
  }
  .voice .c-button {
    margin-top: 40px;
  }
  .voice__grid {
    gap: 75px;
  }
  .voice__item {
    padding: 96px 24px 24px;
    border-radius: 32px;
  }
  .voice__item--img {
    width: 120px;
  }
  .menu {
    background: none;
    padding: 0;
  }
  .menu::before {
    aspect-ratio: 750/320;
    background: url("./sp-ill-menu-treat01.png") no-repeat center/contain;
    margin-bottom: -18%;
  }
  .menu::after {
    background-image: url("./sp-ill-menu-treat02.png");
    aspect-ratio: 750/320;
    margin-top: -13%;
  }
  .menu .c-button {
    margin-top: 40px;
  }
  .menu__wrap {
    position: static;
    z-index: initial;
    padding: 0;
  }
  .menu__grid {
    gap: 24px;
  }
  .menu__item {
    border-radius: 48px 48px 24px 24px;
  }
  .menu__item--logo {
    padding: 11px 27px 0;
  }
  .menu__item--text {
    font-size: 15px;
  }
  .menulogo-smiley {
    max-width: 186px !important;
    width: auto !important;
  }
  .menulogo-standard {
    max-width: 188px !important;
    width: auto !important;
  }
  .menulogo-cut {
    max-width: 173px !important;
    width: auto !important;
  }
  .menulogo-variation {
    max-width: 190px !important;
    width: auto !important;
  }
  .faq {
    padding: 80px 0 104px;
  }
  .faq .title {
    margin-bottom: 0;
  }
  .faq__flex {
    flex-direction: column;
    gap: 56px;
  }
  .faq__item:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
  }
  .faq__item:nth-child(2) {
    width: 100%;
  }
  .faq__item .c-button {
    margin-top: 40px;
  }
  .faq__img {
    margin-top: 0;
    width: 120px;
  }
  .faq__q {
    padding: 12px 25px 12px 16px;
    font-size: var(--v-fs-main-big);
  }
  .faq__q::before {
    font-size: var(--v-fs-h4);
  }
  .faq__q::after {
    width: 7.63px;
    height: 7.63px;
    right: 23px;
  }
  .faq__a {
    align-items: flex-start;
  }
  .faq__a--img {
    width: 64px;
  }
  .faq__a--comment {
    padding: 16px;
  }
  .faq__a--comment::before {
    border-width: 8px 10px 8px 0;
    top: 32px;
  }
  .faq__a--comment::after {
    border-width: 5.4px 6.8px 5.4px 0;
    top: 32px;
  }
  .faq__a--wrap {
    margin-bottom: 24px;
  }
  .style {
    background-image: url("./sp-bg-style.png");
    background-position: top center;
    background-size: cover;
    padding: 104px 0;
  }
  .style .title {
    margin-bottom: 54px;
  }
  .style .c-button {
    margin-top: 56px;
  }
  .style__grid {
    gap: 24px;
  }
  .recruit {
    background: none;
    padding: 104px 0 0;
    position: relative;
  }
  .recruit::before {
    content: "";
    display: block;
    width: 94.5px;
    height: 111.5px;
    background: url("./sp-recruit-treat01.png") no-repeat center/contain;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: -1;
  }
  .recruit::after {
    content: "";
    display: block;
    width: 67px;
    height: 95px;
    background: url("./sp-recruit-treat02.png") no-repeat center/contain;
    position: absolute;
    right: 0;
    top: 90px;
    z-index: -1;
  }
  .recruit .title {
    margin-bottom: 48px;
  }
  .recruit .c-button {
    align-items: center;
    margin-top: 32px;
  }
  .recruit__wrap {
    position: relative;
    padding-bottom: 104px;
  }
  .recruit__wrap::before {
    content: "";
    display: block;
    width: 109.5px;
    height: 142px;
    background: url("./sp-recruit-treat03.png") no-repeat center/contain;
    position: absolute;
    left: 0;
    bottom: 42px;
    z-index: -1;
  }
  .recruit__wrap::after {
    content: "";
    display: block;
    width: 98px;
    height: 95px;
    background: url("./sp-recruit-treat04.png") no-repeat center/contain;
    position: absolute;
    right: 0;
    bottom: 8px;
    z-index: -1;
  }
  .recruit__flex {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .recruit__item:nth-child(1) {
    width: 100%;
  }
  .recruit__item:nth-child(2) {
    width: 100%;
  }
  .recruit__title {
    text-align: center;
  }
}/*# sourceMappingURL=index.css.map */