@charset "UTF-8";
.company {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.company > * {
  min-height: 0%;
}

.news__item-link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.news__item-link:hover {
  opacity: 0.7;
}

/* common:start */
main.cont {
  overflow: hidden;
}

.js-slide-in {
  opacity: 0;
}
.js-slide-in[data-direction=top] {
  transform: translateY(-60px);
}
.js-slide-in[data-direction=bottom] {
  transform: translateY(60px);
}
.js-slide-in[data-direction=left] {
  transform: translateX(-60px);
}
.js-slide-in[data-direction=right] {
  transform: translateX(60px);
}
.js-slide-in.is-visible {
  animation: slide-in 0.6s ease forwards;
}
.js-slide-in[data-direction=top].is-visible {
  animation-name: slide-in-top;
}
.js-slide-in[data-direction=bottom].is-visible {
  animation-name: slide-in-bottom;
}
.js-slide-in[data-direction=left].is-visible {
  animation-name: slide-in-left;
}
.js-slide-in[data-direction=right].is-visible {
  animation-name: slide-in-right;
}

@keyframes slide-in-top {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  70% {
    opacity: 0;
    transform: translateY(-18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-in-bottom {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  70% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-in-left {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  70% {
    opacity: 0;
    transform: translateX(-18px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-in-right {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  70% {
    opacity: 0;
    transform: translateX(18px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* common:end */
/* kv:start */
.kv {
  position: relative;
  overflow: hidden;
  margin-top: -70px;
}
@media screen and (max-width: 768px) {
  .kv {
    margin-top: -55px;
  }
}
@media screen and (max-width: 375px) {
  .kv {
    margin-top: -14.6666666667vw;
  }
}
.kv__image {
  transform: scale(1.06);
  will-change: transform;
  animation: kv-pan 18s ease-in-out infinite alternate;
  transform-origin: center;
}
@media (prefers-reduced-motion: reduce) {
  .kv__image {
    animation: none;
    transform: scale(1);
  }
}

/* アニメーション */
@keyframes kv-pan {
  from {
    transform: translateX(-2.5%) scale(1.06);
  }
  to {
    transform: translateX(2.5%) scale(1.06);
  }
}
/* kv:end */
.about__bg--05, .about__bg--04, .about__bg--03, .about__bg--02, .about__bg--01 {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  pointer-events: none;
}

/* about:start */
.about {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 125px;
  }
}
@media screen and (max-width: 375px) {
  .about {
    padding-top: 33.3333333333vw;
  }
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 240px;
  background-color: #8cbef5;
}
@media screen and (max-width: 768px) {
  .about::before {
    height: 335px;
  }
}
.about::after {
  content: "";
  position: absolute;
  top: 240px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 590px;
  background-color: #f53232;
}
@media screen and (max-width: 768px) {
  .about::after {
    top: 335px;
  }
}
.about__title {
  position: absolute;
  top: -16px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  max-width: 841px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about__title {
    left: 60%;
    transform: translateX(-60%);
    max-width: 361px;
  }
}
@media screen and (max-width: 375px) {
  .about__title {
    top: -4.2666666667vw;
    max-width: 96.2666666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .about__title {
    max-width: clamp(841px, 52vw, 1200px);
  }
}
.about__bg {
  position: relative;
  max-width: 750px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .about__bg {
    max-width: 86.6666666667vw;
  }
}
@media screen and (min-width: 1201px) {
  .about__bg {
    max-width: clamp(750px, 46vw, 1100px);
  }
}
.about__bg--01 {
  top: -40px;
  right: -150px;
  width: 169px;
  height: 313px;
  background-image: url(/assets_2026-recruit/top/images/about-kazari-right--pc.png);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about__bg--01 {
    top: 180px;
    right: -10px;
    width: 24.5px;
    height: 201.5px;
    background-image: url(/assets_2026-recruit/top/images/about-kazari-right--sp.png);
  }
}
.about__bg--02 {
  top: 90px;
  right: -20px;
  width: 38px;
  height: 38px;
  background-image: url(/assets_2026-recruit/top/images/about-kazari-right-under--pc.png);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about__bg--02 {
    top: 105px;
    right: -60px;
    width: 73.5px;
    height: 233.5px;
    background-image: url(/assets_2026-recruit/top/images/about-kazari-right-under--sp.png);
  }
}
.about__bg--03 {
  bottom: 65px;
  left: -130px;
  width: 138px;
  height: 281px;
  background-image: url(/assets_2026-recruit/top/images/about-kazari-left--pc.png);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about__bg--03 {
    bottom: 340px;
    left: -40px;
    width: 47px;
    height: 71px;
    background-image: url(/assets_2026-recruit/top/images/about-kazari-left--sp.png);
  }
}
.about__bg--04 {
  bottom: 215px;
  left: -60px;
  width: 73px;
  height: 204px;
  background-image: url(/assets_2026-recruit/top/images/about-kazari-left-under--pc.png);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about__bg--04 {
    bottom: 270px;
    left: -30px;
    width: 63px;
    height: 241.5px;
    background-image: url(/assets_2026-recruit/top/images/about-kazari-left-under--sp.png);
  }
}
.about__bg--05 {
  display: none;
}
@media screen and (max-width: 768px) {
  .about__bg--05 {
    display: block;
    bottom: -35px;
    left: -45px;
    width: 72.5px;
    height: 158px;
    background-image: url(/assets_2026-recruit/top/images/about-kazari-left-bottom--sp.png);
    z-index: 1;
  }
}
.about__container {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  border: 5px solid #e1e100;
  border-radius: 10px;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .about__container {
    padding-top: 45px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1201px) {
  .about__container {
    padding-top: clamp(70px, 4vw, 110px);
    padding-bottom: clamp(8px, 1.2vw, 18px);
    border-width: clamp(5px, 0.4vw, 8px);
    border-radius: clamp(10px, 0.8vw, 16px);
    box-shadow: clamp(8px, 0.7vw, 14px) clamp(8px, 0.7vw, 14px) 0 rgba(0, 0, 0, 0.1);
  }
}
.about__text {
  font-family: "mobo_semiBold", sans-serif;
  font-size: 1.8rem;
  line-height: 1.9444444444;
}
@media screen and (max-width: 768px) {
  .about__text {
    max-width: 270px;
    margin-inline: auto;
    font-size: 1.4rem;
    letter-spacing: -0.05em;
    white-space: nowrap;
    line-height: 2.1428571429;
    text-align: left;
  }
}
@media screen and (max-width: 375px) {
  .about__text {
    max-width: 72vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .about__text {
    font-size: clamp(1.8rem, 1.05vw, 2.6rem);
    line-height: 1.9444;
  }
  .about__text:not(:first-child) {
    margin-top: clamp(30px, 2vw, 48px);
  }
}
.about__text:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .about__text:not(:first-child) {
    margin-top: 25px;
  }
}
.about__logo {
  margin-top: 42px;
  max-width: 714px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .about__logo {
    margin-top: 48px;
    max-width: 309px;
  }
}
@media screen and (max-width: 375px) {
  .about__logo {
    max-width: 82.4vw;
  }
}
@media screen and (min-width: 1201px) {
  .about__logo {
    margin-top: clamp(42px, 3vw, 70px);
    max-width: clamp(714px, 44vw, 1050px);
  }
}
@media screen and (min-width: 1201px) {
  .about {
    padding-top: calc(clamp(841px, 52vw, 1200px) * 0.1688466112 - 42px);
  }
  .about::before {
    height: clamp(240px, 14vw, 360px);
  }
  .about::after {
    top: clamp(240px, 14vw, 360px);
    height: clamp(590px, 34vw, 820px);
  }
}

/* about:end */
.news__bg::after, .news__bg::before {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  pointer-events: none;
  content: "";
}

/* news:start */
.news {
  position: relative;
  padding-top: 115px;
}
@media screen and (max-width: 768px) {
  .news {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1201px) {
  .news {
    padding-top: clamp(115px, 4vw, 170px);
  }
}
.news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 250px;
  background-color: #f53232;
}
@media screen and (min-width: 1201px) {
  .news::before {
    height: clamp(250px, 14vw, 360px);
  }
}
.news::after {
  content: "";
  position: absolute;
  top: 250px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 225px;
  background-color: #f5ff50;
}
@media screen and (min-width: 1201px) {
  .news::after {
    top: clamp(250px, 14vw, 360px);
    height: clamp(225px, 12vw, 300px);
  }
}
.news__bg {
  position: relative;
  margin-left: calc(50% - 220px);
}
@media screen and (max-width: 768px) {
  .news__bg {
    margin-left: 75px;
  }
}
@media screen and (max-width: 375px) {
  .news__bg {
    margin-left: 20vw;
  }
}
@media screen and (min-width: 1201px) {
  .news__bg {
    margin-left: clamp(50% - 340px, 50% - 12vw, 50% - 220px);
  }
}
.news__bg::before {
  bottom: 15px;
  left: -20px;
  width: 34px;
  height: 28px;
  background-image: url(/assets_2026-recruit/top/images/news-kazari--pc.png);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .news__bg::before {
    bottom: 10px;
    left: -90px;
    width: 87px;
    height: 166px;
    background-image: url(/assets_2026-recruit/top/images/news-left-bottom--sp.png);
  }
}
@media screen and (min-width: 1201px) {
  .news__bg::before {
    bottom: clamp(15px, 1.1vw, 26px);
    left: clamp(-40px, -1.6vw, -20px);
    width: clamp(34px, 2.2vw, 54px);
    height: clamp(28px, 1.8vw, 45px);
  }
}
.news__bg::after {
  bottom: -75px;
  left: -280px;
  width: 554px;
  height: 368px;
  background-image: url(/assets_2026-recruit/top/images/news-kazariunder--pc.png);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news__bg::after {
    bottom: -60px;
    left: 90px;
    width: 217px;
    height: 66.5px;
    background-image: url(/assets_2026-recruit/top/images/news-right-bottom--sp.png);
  }
}
@media screen and (min-width: 1201px) {
  .news__bg::after {
    width: clamp(554px, 36vw, 820px);
    height: clamp(368px, 24vw, 560px);
    left: clamp(-420px, -18vw, -280px);
    bottom: clamp(-120px, -5vw, -75px);
  }
}
.news__container {
  position: relative;
  z-index: 2;
  background-color: #beffff;
  border: 3px solid #e17dfa;
  border-right: none;
  border-top-left-radius: 7.5px;
  border-bottom-left-radius: 7.5px;
  padding-top: 55px;
  padding-left: 60px;
  padding-right: 50px;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .news__container {
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 375px) {
  .news__container {
    z-index: 4;
    padding-top: 12vw;
    padding-right: 6.6666666667vw;
    padding-left: 8vw;
  }
}
@media screen and (min-width: 1201px) {
  .news__container {
    padding-top: clamp(55px, 3.2vw, 90px);
    padding-left: clamp(60px, 3.8vw, 110px);
    padding-right: clamp(50px, 3.2vw, 90px);
    padding-bottom: clamp(45px, 3vw, 80px);
    border-width: clamp(3px, 0.3vw, 6px);
    border-top-left-radius: clamp(7.5px, 0.6vw, 14px);
    border-bottom-left-radius: clamp(7.5px, 0.6vw, 14px);
  }
}
.news__heading {
  position: absolute;
  left: -100px;
  top: -30px;
  width: 197px;
}
@media screen and (max-width: 768px) {
  .news__heading {
    left: -40px;
    top: -20px;
    width: 123px;
  }
}
@media screen and (max-width: 375px) {
  .news__heading {
    left: -10.6666666667vw;
    top: -5.3333333333vw;
    width: 32.8vw;
  }
}
@media screen and (min-width: 1201px) {
  .news__heading {
    left: clamp(-100px, -5vw, -140px);
    top: clamp(-30px, -1.6vw, -48px);
    width: clamp(197px, 11.5vw, 265px);
  }
}
.news__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 375px) {
  .news__list {
    gap: 4vw;
  }
}
@media screen and (min-width: 1201px) {
  .news__list {
    gap: clamp(15px, 1.2vw, 26px);
  }
}
.news__item {
  font-size: 1.2rem;
}
.news__item-link {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.news__item-link:hover {
  text-decoration: underline;
}
.news__item-date {
  color: #eb87b4;
  padding-right: 5px;
}
@media screen and (max-width: 375px) {
  .news__item {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1201px) {
  .news__item {
    font-size: clamp(1.2rem, 0.9vw, 1.7rem);
  }
  .news__item-date {
    padding-right: clamp(5px, 0.5vw, 10px);
  }
}

/* news:end */
/* company:start */
.company {
  scroll-margin-top: 20px;
  position: relative;
  padding-top: 90px;
  font-family: "mobo_semiBold", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company {
    scroll-margin-top: 0;
    padding-top: 85px;
  }
}
@media screen and (min-width: 1201px) {
  .company {
    scroll-margin-top: 3.125vw;
    padding-top: clamp(90px, 4vw, 150px);
  }
}
.company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #f5ff50;
}
.company__heading {
  position: relative;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  width: min(620px, 100%);
}
@media screen and (max-width: 768px) {
  .company__heading {
    width: min(295px, 100%);
  }
}
@media screen and (min-width: 1201px) {
  .company__heading {
    width: min(clamp(620px, 44vw, 980px), 100%);
  }
}
.company__heading-text {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 70px;
  font-size: 3rem;
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .company__heading-text {
    font-size: 1.8rem;
    min-height: 50px;
  }
}
@media screen and (min-width: 1201px) {
  .company__heading-text {
    font-size: clamp(3rem, 2.1vw, 4.4rem);
    min-height: clamp(70px, 4.2vw, 105px);
    border-radius: clamp(10px, 0.8vw, 16px);
  }
}
.company__heading::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #e1e100;
  border: 1px solid #000;
  border-radius: 10px;
  transform: translate(5px, 5px);
}
@media screen and (max-width: 768px) {
  .company__heading::after {
    transform: translate(4px, 4px);
  }
}
@media screen and (max-width: 345px) {
  .company__heading::after {
    transform: translate(0, 4px);
  }
}
@media screen and (min-width: 1201px) {
  .company__heading::after {
    border-radius: clamp(10px, 0.8vw, 16px);
    transform: translate(clamp(5px, 0.45vw, 9px), clamp(5px, 0.45vw, 9px));
  }
}
.company__heading::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #000;
}
.company__text {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.5625;
}
@media screen and (max-width: 768px) {
  .company__text {
    margin-top: 18px;
    margin-bottom: 25px;
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1201px) {
  .company__text {
    margin-top: clamp(20px, 1.6vw, 34px);
    margin-bottom: clamp(30px, 2.2vw, 52px);
    font-size: clamp(1.6rem, 1.05vw, 2.2rem);
    line-height: 1.5625;
  }
}
.company__image-box {
  display: flex;
  justify-content: center;
  padding-inline: 24px;
}
@media screen and (max-width: 768px) {
  .company__image-box {
    padding-inline: 12px;
  }
}
@media screen and (max-width: 375px) {
  .company__image-box {
    padding-inline: 3.2vw;
  }
}
@media screen and (min-width: 1201px) {
  .company__image-box {
    padding-inline: clamp(24px, 2.4vw, 56px);
  }
}
.company__images {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1201px) {
  .company__images {
    gap: clamp(8px, 0.9vw, 18px);
  }
}
.company__image {
  max-width: 912px;
  width: 100%;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .company__image {
    max-width: 345px;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
}
@media screen and (min-width: 1201px) {
  .company__image {
    max-width: clamp(912px, 62vw, 1320px);
    box-shadow: clamp(8px, 0.8vw, 14px) clamp(8px, 0.8vw, 14px) 0 rgba(0, 0, 0, 0.1);
    border-radius: clamp(10px, 0.9vw, 16px);
  }
}

/* company:end */
/* profile:start */
.profile {
  scroll-margin-top: 80px;
  position: relative;
  padding-top: 100px;
  font-family: "mobo_semiBold", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .profile {
    scroll-margin-top: 40px;
    padding-top: 65px;
  }
}
.profile {
  --card-w: 210px;
  --overlap: 140px;
  --visible-count: 6;
  --step: calc(var(--card-w) - var(--overlap));
  --viewport-w: calc(var(--card-w) + var(--step) * (var(--visible-count) - 1) + 1px);
}
.profile::before {
  content: "";
  position: absolute;
  top: -450px;
  left: 0;
  z-index: -2;
  width: 100%;
  height: calc(100% + 450px);
  background-color: #fa7d00;
  background-image: url(/assets_2026-recruit/top/images/profile_bg--pc.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 100px 100px;
}
@media screen and (max-width: 768px) {
  .profile::before {
    top: -75px;
    height: calc(100% + 75px);
    background-image: url(/assets_2026-recruit/top/images/profile_bg--sp.png);
  }
}
@media screen and (min-width: 1201px) {
  .profile {
    padding-top: clamp(100px, 4vw, 160px);
    --card-w: clamp(210px, 14vw, 280px);
    --overlap: clamp(140px, 9.5vw, 200px);
  }
}
.profile__heading {
  position: relative;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  width: min(620px, 100%);
}
@media screen and (max-width: 768px) {
  .profile__heading {
    width: min(295px, 100%);
  }
}
@media screen and (min-width: 1201px) {
  .profile__heading {
    width: min(clamp(620px, 44vw, 980px), 100%);
  }
}
.profile__heading-text {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  width: 100%;
  min-height: 70px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .profile__heading-text {
    font-size: 1.8rem;
    min-height: 50px;
  }
}
@media screen and (min-width: 1201px) {
  .profile__heading-text {
    font-size: clamp(3rem, 2.1vw, 4.4rem);
    min-height: clamp(70px, 4.2vw, 105px);
    border-radius: clamp(10px, 0.8vw, 16px);
  }
}
.profile__heading::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #e16400;
  border: 1px solid #000;
  transform: translate(5px, 5px);
}
@media screen and (max-width: 768px) {
  .profile__heading::after {
    transform: translate(4px, 4px);
  }
}
@media screen and (max-width: 345px) {
  .profile__heading::after {
    transform: translate(0, 4px);
  }
}
@media screen and (min-width: 1201px) {
  .profile__heading::after {
    border-radius: clamp(10px, 0.8vw, 16px);
    transform: translate(clamp(5px, 0.45vw, 9px), clamp(5px, 0.45vw, 9px));
  }
}
.profile__heading::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #000;
}
.profile__text {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5625;
}
@media screen and (max-width: 768px) {
  .profile__text {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 1.2rem;
    line-height: 1.5833333333;
  }
}
@media screen and (min-width: 1201px) {
  .profile__text {
    margin-top: clamp(25px, 1.8vw, 42px);
    margin-bottom: clamp(25px, 2vw, 46px);
    font-size: clamp(1.6rem, 1.05vw, 2.2rem);
    line-height: 1.5625;
  }
}
.profile__image {
  max-width: 912px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1201px) {
  .profile__image {
    max-width: clamp(912px, 62vw, 1320px);
  }
}
.profile__slide {
  position: relative;
  max-width: 840px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .profile__slide {
    max-width: 280px;
  }
}
@media screen and (min-width: 1201px) {
  .profile__slide {
    max-width: clamp(840px, 62vw, 1320px);
  }
}
@media screen and (max-width: 768px) {
  .profile__slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    background-image: url("/assets_2026-recruit/top/images/profile_card-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: block;
    max-width: 270px;
    max-height: 320px;
    width: 523px;
    height: 617px;
  }
}
.profile__swiper {
  width: var(--viewport-w);
  max-width: 100%;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .profile__swiper {
    clip-path: none;
    width: 210px;
  }
}
@media screen and (min-width: 1201px) {
  .profile__swiper {
    border-radius: clamp(10px, 0.9vw, 16px);
  }
}
.profile .swiper-wrapper {
  align-items: stretch;
}
.profile .swiper-slide {
  width: var(--card-w);
  position: relative;
  z-index: 1;
  height: auto;
}
.profile .swiper-slide.is-leftmost {
  z-index: 10;
}
.profile .swiper-slide.is-leftmost .profile__card {
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 1201px) {
  .profile .swiper-slide.is-leftmost .profile__card {
    box-shadow: clamp(8px, 0.8vw, 14px) clamp(8px, 0.8vw, 14px) 0 rgba(0, 0, 0, 0.12);
  }
}
.profile .swiper-slide.is-leftmost .profile__card::before {
  display: none;
}
.profile__card-link {
  display: block;
  text-decoration: none;
}
.profile__card {
  background: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 16px;
  width: 100%;
  height: 320px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.profile__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .profile__card::before {
    display: none;
  }
}
.profile__card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #bbb;
  border: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .profile__card {
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.12);
  }
}
@media screen and (min-width: 1201px) {
  .profile__card {
    padding: clamp(16px, 1.2vw, 22px);
    height: clamp(320px, 22vw, 430px);
    border-width: clamp(2px, 0.25vw, 3px);
    border-radius: clamp(10px, 0.9vw, 16px);
  }
  .profile__card::after {
    top: clamp(6px, 0.55vw, 10px);
    left: clamp(6px, 0.55vw, 10px);
    border-radius: clamp(10px, 0.9vw, 16px);
    border-width: clamp(2px, 0.25vw, 3px);
  }
}
.profile__card-img {
  border: 1px solid #000;
  border-radius: 8px;
  height: 228px;
  flex-shrink: 0;
  overflow: hidden;
}
.profile__card-img picture {
  height: 100%;
}
.profile__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .profile__card-img {
    height: auto;
  }
}
@media screen and (min-width: 1201px) {
  .profile__card-img {
    height: clamp(228px, 16vw, 310px);
    border-radius: clamp(8px, 0.75vw, 12px);
  }
}
.profile__card-role {
  padding-top: 12px;
  padding-bottom: 3px;
  font-size: 1.3rem;
  color: #000;
  text-align: left;
  line-height: 1.4;
  min-height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  flex: 0 0 auto;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .profile__card-role {
    height: auto;
    min-height: 3em;
  }
}
@media screen and (min-width: 1201px) {
  .profile__card-role {
    padding-top: clamp(12px, 1vw, 15px);
    padding-bottom: clamp(3px, 0.25vw, 6px);
    font-size: clamp(1.3rem, 0.95vw, 1.6rem);
    min-height: 3em;
  }
}
@media screen and (min-width: 1201px) {
  .profile__card-role--long {
    letter-spacing: -0.05em;
    font-size: clamp(1rem, 0.9vw, 1.5rem);
  }
}
.profile__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: block;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  appearance: none;
  width: 52px;
  height: 52px;
}
@media screen and (max-width: 768px) {
  .profile__nav {
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 1201px) {
  .profile__nav {
    width: clamp(52px, 3.4vw, 78px);
    height: clamp(52px, 3.4vw, 78px);
  }
}
.profile__nav::before, .profile__nav::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.profile__nav::before {
  opacity: 1;
}
.profile__nav::after {
  opacity: 0;
}
@media (any-hover: hover) {
  .profile__nav:hover::after {
    opacity: 1;
  }
}
.profile__nav:active::after, .profile__nav:focus-visible::after {
  opacity: 1;
}
.profile__nav:focus-visible {
  outline: 2px solid #000;
  outline-offset: 4px;
}
.profile__nav--prev {
  left: 35px;
}
@media screen and (max-width: 768px) {
  .profile__nav--prev {
    left: 0;
  }
}
@media screen and (min-width: 1201px) {
  .profile__nav--prev {
    left: clamp(35px, 2.6vw, 70px);
  }
}
.profile__nav--prev::before {
  background-image: url("/assets_2026-recruit/top/images/profile_arrow-left--pc.png");
}
@media screen and (max-width: 768px) {
  .profile__nav--prev::before {
    background-image: url("/assets_2026-recruit/top/images/profile_arrow-left--sp.png");
  }
}
.profile__nav--prev::after {
  background-image: url("/assets_2026-recruit/top/images/profile_arrow-left-gray--pc.png");
}
@media screen and (max-width: 768px) {
  .profile__nav--prev::after {
    background-image: url("/assets_2026-recruit/top/images/profile_arrow-left-gray--sp.png");
  }
}
.profile__nav--next {
  right: 35px;
}
@media screen and (max-width: 768px) {
  .profile__nav--next {
    right: 0;
  }
}
@media screen and (min-width: 1201px) {
  .profile__nav--next {
    right: clamp(35px, 2.6vw, 70px);
  }
}
.profile__nav--next::before {
  background-image: url("/assets_2026-recruit/top/images/profile_arrow-right--pc.png");
}
@media screen and (max-width: 768px) {
  .profile__nav--next::before {
    background-image: url("/assets_2026-recruit/top/images/profile_arrow-right--sp.png");
  }
}
.profile__nav--next::after {
  background-image: url("/assets_2026-recruit/top/images/profile_arrow-right-gray--pc.png");
}
@media screen and (max-width: 768px) {
  .profile__nav--next::after {
    background-image: url("/assets_2026-recruit/top/images/profile_arrow-right-gray--sp.png");
  }
}

/* profile:end */
/* banner:start */
.banner {
  position: relative;
  padding-top: 100px;
  font-family: "mobo_semiBold", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .banner {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1201px) {
  .banner {
    padding-top: clamp(100px, 4vw, 160px);
  }
}
.banner::before {
  content: "";
  position: absolute;
  top: -155px;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #b9b4fa;
}
@media screen and (max-width: 768px) {
  .banner::before {
    top: -150px;
    height: calc(100% + 150px);
  }
}
@media screen and (min-width: 1201px) {
  .banner::before {
    top: clamp(-155px, -10vw, -240px);
  }
}
.banner__link {
  display: block;
  transition: opacity 0.3s ease;
  max-width: 620px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .banner__link {
    max-width: 93.3333333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .banner__link {
    max-width: clamp(620px, 43vw, 900px);
  }
}
@media (any-hover: hover) {
  .banner__link:hover {
    opacity: 0.7;
  }
}
.banner__link:focus-visible {
  opacity: 0.7;
}
.banner__link:active {
  opacity: 0.7;
}

/* banner:end */
/* recruit:start */
.recruit {
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
  font-family: "mobo_semiBold", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit {
    padding-top: 55px;
    padding-bottom: 95px;
  }
}
@media screen and (min-width: 1201px) {
  .recruit {
    padding-top: clamp(100px, 4vw, 160px);
    padding-bottom: clamp(150px, 6vw, 240px);
  }
}
.recruit__canvas {
  position: absolute;
  top: -160px;
  left: 0;
  z-index: -2;
  width: 100%;
  height: calc(100% + 150px);
  background-color: #f087af;
}
@media screen and (max-width: 768px) {
  .recruit__canvas {
    top: -90px;
    height: calc(100% + 90px);
  }
}
.recruit__heading {
  position: relative;
  display: block;
  margin-inline: auto;
  width: min(625px, 100%);
}
@media screen and (max-width: 768px) {
  .recruit__heading {
    max-width: 348px;
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .recruit__heading {
    width: min(clamp(625px, 44vw, 980px), 100%);
  }
}
.recruit__heading::before, .recruit__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 46px;
  width: 20px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .recruit__heading::before, .recruit__heading::after {
    right: 26px;
    width: 14px;
    height: 15px;
  }
}
@media screen and (min-width: 1201px) {
  .recruit__heading::before, .recruit__heading::after {
    right: clamp(40px, 3.0769vw, 68px);
    width: clamp(20px, 1.6vw, 32px);
    height: clamp(23px, 1.84vw, 37px);
  }
}
.recruit__heading::before {
  opacity: 1;
  background-image: url(/assets_2026-recruit/top/images/recruit_btn-arrow--pc.png);
}
@media screen and (max-width: 768px) {
  .recruit__heading::before {
    background-image: url(/assets_2026-recruit/top/images/recruit_btn-arrow--sp.png);
  }
}
.recruit__heading::after {
  opacity: 0;
  background-image: url(/assets_2026-recruit/top/images/recruit_btn-arrow-gray--pc.png);
}
@media screen and (max-width: 768px) {
  .recruit__heading::after {
    background-image: url(/assets_2026-recruit/top/images/recruit_btn-arrow-gray--sp.png);
  }
}
.recruit__heading-img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.recruit__heading-img--default {
  opacity: 1;
}
.recruit__heading-img--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
@media (any-hover: hover) {
  .recruit__heading:hover .recruit__heading-img--default {
    opacity: 0;
  }
  .recruit__heading:hover .recruit__heading-img--hover {
    opacity: 1;
  }
  .recruit__heading:hover::before {
    opacity: 0;
  }
  .recruit__heading:hover::after {
    opacity: 1;
  }
}
.recruit__heading:focus-visible .recruit__heading-img--default, .recruit__heading:active .recruit__heading-img--default {
  opacity: 0;
}
.recruit__heading:focus-visible .recruit__heading-img--hover, .recruit__heading:active .recruit__heading-img--hover {
  opacity: 1;
}
.recruit__heading:focus-visible::before, .recruit__heading:active::before {
  opacity: 0;
}
.recruit__heading:focus-visible::after, .recruit__heading:active::after {
  opacity: 1;
}

/* recruit:end */
/* question:start */
.question {
  scroll-margin-top: 100px;
  position: relative;
  margin-top: -50px;
  padding-bottom: 120px;
  font-family: "mobo_semiBold", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .question {
    scroll-margin-top: 60px;
    margin-top: -25px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1201px) {
  .question {
    scroll-margin-top: 8.3333333333vw;
    margin-top: clamp(-50px, -3.2vw, -90px);
    padding-bottom: clamp(120px, 6vw, 200px);
  }
}
.question::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-color: #a0f0dc;
}
.question__bold {
  color: #e13232;
}
.question__heading {
  position: relative;
  margin-inline: auto;
  width: min(625px, 100%);
}
@media screen and (max-width: 768px) {
  .question__heading {
    width: 298px;
  }
}
@media screen and (min-width: 1201px) {
  .question__heading {
    width: min(clamp(625px, 44vw, 980px), 100%);
  }
}
.question__about {
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .question__about {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1201px) {
  .question__about {
    margin-top: clamp(20px, 1.6vw, 36px);
    font-size: clamp(1.6rem, 1.05vw, 2.2rem);
  }
}
.question__list {
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .question__list {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1201px) {
  .question__list {
    width: min(clamp(720px, 52vw, 1100px), 100%);
  }
}
.question__item {
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .question__item {
    width: 95%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1201px) {
  .question__item {
    border-bottom-width: clamp(2px, 0.2vw, 4px);
  }
}
.question__item.is-open .question__item-icon::before {
  width: 22px;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center center;
}
.question__item.is-open .question__item-icon::after {
  width: 22px;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center center;
}
@media screen and (min-width: 1201px) {
  .question__item.is-open .question__item-icon::before, .question__item.is-open .question__item-icon::after {
    width: clamp(22px, 1.6vw, 34px);
  }
}
.question__item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s;
}
.question__item-title:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.question__item-label {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  font-size: 2rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .question__item-label {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
@media screen and (min-width: 1201px) {
  .question__item-label {
    font-size: clamp(2rem, 1.4vw, 2.8rem);
  }
}
.question__item-num {
  color: #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .question__item-num {
    font-size: 1.6rem;
  }
}
.question__item-text {
  color: #41965a;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .question__item-text {
    font-size: 1.6rem;
  }
}
.question__item-icon {
  position: relative;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
@media screen and (min-width: 1201px) {
  .question__item-icon {
    width: clamp(30px, 2.2vw, 44px);
    height: clamp(30px, 2.2vw, 44px);
  }
}
.question__item-icon::before, .question__item-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 1201px) {
  .question__item-icon::before, .question__item-icon::after {
    height: clamp(2px, 0.16vw, 4px);
    border-radius: clamp(1px, 0.12vw, 2px);
  }
}
.question__item-icon::before {
  width: 15px;
  transform: translate(-100%, -50%) rotate(45deg);
  transform-origin: right center;
}
@media screen and (min-width: 1201px) {
  .question__item-icon::before {
    width: clamp(15px, 1.1vw, 24px);
  }
}
.question__item-icon::after {
  width: 15px;
  transform: translate(0, -50%) rotate(-45deg);
  transform-origin: left center;
}
@media screen and (min-width: 1201px) {
  .question__item-icon::after {
    width: clamp(15px, 1.1vw, 24px);
  }
}
.question__item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.question__item-answer {
  padding: 0 45px 24px 45px;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.3888888889;
}
@media screen and (max-width: 768px) {
  .question__item-answer {
    padding: 0 45px 24px 50px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
@media screen and (min-width: 1201px) {
  .question__item-answer {
    padding-right: clamp(45px, 3.2vw, 70px);
    padding-left: clamp(45px, 3.2vw, 70px);
    padding-bottom: clamp(24px, 1.8vw, 44px);
    font-size: clamp(1.8rem, 1.2vw, 2.4rem);
    line-height: 1.5;
  }
}
.question__item-trigger {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 45px 20px 0;
}
@media screen and (max-width: 768px) {
  .question__item-trigger {
    padding: 10px 20px 10px 20px;
  }
}
@media screen and (min-width: 1201px) {
  .question__item-trigger {
    padding-top: clamp(20px, 1.6vw, 32px);
    padding-bottom: clamp(20px, 1.6vw, 32px);
    padding-right: clamp(45px, 3.2vw, 70px);
    padding-left: clamp(0px, 0vw, 0px);
  }
}

/* question:end */
/* decoration:start */
.decoration__target {
  position: relative;
}
.decoration__about-01 {
  position: absolute;
  top: 150px;
  left: -64px;
}
@media screen and (max-width: 768px) {
  .decoration__about-01 {
    display: none;
  }
}
.decoration__about-02 {
  position: absolute;
  bottom: -102px;
  right: 120px;
}
@media screen and (max-width: 768px) {
  .decoration__about-02 {
    bottom: -65px;
    right: -10px;
  }
  .decoration__about-02 img {
    width: 50%;
  }
}
.decoration__news-01 {
  position: absolute;
  top: 40px;
  left: -70px;
}
@media screen and (max-width: 768px) {
  .decoration__news-01 {
    display: none;
  }
}
.decoration__news-02 {
  display: none;
}
@media screen and (max-width: 768px) {
  .decoration__news-02 {
    position: absolute;
    top: 80px;
    left: -40px;
    display: block;
  }
  .decoration__news-02 img {
    width: 50%;
  }
}
.decoration__company-01 {
  display: none;
}
@media screen and (max-width: 768px) {
  .decoration__company-01 {
    position: absolute;
    display: block;
    width: max-content;
    top: 160px;
    right: 0;
    width: 45px;
  }
}
.decoration__company-02 {
  position: absolute;
  top: -60px;
  right: 110px;
}
@media screen and (max-width: 768px) {
  .decoration__company-02 {
    display: none;
  }
}
.decoration__company-03 {
  position: absolute;
  bottom: -95px;
  left: 115px;
}
@media screen and (max-width: 768px) {
  .decoration__company-03 {
    display: none;
  }
}
.decoration__company-04 {
  display: none;
}
@media screen and (max-width: 768px) {
  .decoration__company-04 {
    display: block;
    position: absolute;
    top: 938px;
    right: 40px;
    width: 80px;
  }
}
@media (max-width: 369px) {
  .decoration__company-04 {
    top: 255.2845528455vw;
    right: 10.8401084011vw;
    width: 21.6802168022vw;
  }
}

/* decoration:end */