.header__mypage-toggle {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.header__mypage-toggle:hover {
  opacity: 0.7;
}

/* common:start */
.body--magenta, .body--purple, .body--green, .body--pink, .body--orange, .body--blue {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.28) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.28) 1px, transparent 1px);
  background-size: 20px 20px;
}
@media screen and (max-width: 768px) {
  .body--magenta, .body--purple, .body--green, .body--pink, .body--orange, .body--blue {
    background-size: 10px 10px;
  }
}

.body--blue {
  background-color: #46b4ff;
}
.body--orange {
  background-color: #fa7d00;
}
.body--pink {
  background-color: #f591be;
}
.body--green {
  background-color: #64f064;
}
.body--purple {
  background-color: #c850c8;
}
.body--magenta {
  background-color: #e1c8e1;
}

/* common:end */
/* header:start */
.header__left--blue {
  color: #46b4ff;
}
.header__left--orange {
  color: #fa7d00;
}
.header__left--pink {
  color: #f591be;
}
.header__left--green {
  color: #64f064;
}
.header__left--purple {
  color: #c850c8;
}
.header__left--magenta {
  color: #e1c8e1;
}
.header__mypage-toggle {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 10px 16px;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  cursor: pointer;
  white-space: nowrap;
  height: 30px;
  transition: background-color 0.3s, color 0.3s;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 768px) {
  .header__mypage-toggle {
    padding: 8px 12px;
    font-size: 1.4rem;
    height: 30px;
  }
}
@media screen and (min-width: 1201px) {
  .header__mypage-toggle {
    border-radius: clamp(8px, 0.7vw, 14px);
    padding: clamp(10px, 0.9vw, 16px) clamp(16px, 1.4vw, 28px);
    font-size: clamp(1.4rem, 1.1vw, 2rem);
    height: clamp(30px, 2.8vw, 44px);
  }
}
@media (any-hover: hover) {
  .header__mypage-toggle:hover {
    background-color: #ccc;
    color: #fff;
  }
  .header__mypage-toggle:hover .header__mypage-arrow {
    border-color: #fff transparent transparent transparent;
  }
}
.header__mypage-toggle:active {
  background-color: #ccc;
  color: #fff;
}
.header__mypage-toggle:active .header__mypage-arrow {
  border-color: #fff transparent transparent transparent;
}
.is-open .header__mypage-toggle {
  background-color: #ccc;
  color: #fff;
}
.is-open .header__mypage-toggle .header__mypage-arrow {
  border-color: #fff transparent transparent transparent;
}
.header__mypage-toggle--blue {
  color: #46b4ff;
}
.header__mypage-toggle--orange {
  color: #fa7d00;
}
.header__mypage-toggle--pink {
  color: #f591be;
}
.header__mypage-toggle--green {
  color: #64f064;
}
.header__mypage-toggle--purple {
  color: #c850c8;
}
.header__mypage-toggle--magenta {
  color: #e1c8e1;
}
.header__mypage-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  transition: transform 0.3s;
}
@media screen and (min-width: 1201px) {
  .header__mypage-arrow {
    margin-left: clamp(10px, 1vw, 18px);
    border-width: clamp(6px, 0.55vw, 10px) clamp(5px, 0.45vw, 8px) 0 clamp(5px, 0.45vw, 8px);
  }
}
.is-open .header__mypage-arrow {
  transform: rotate(180deg);
}
.header__mypage-arrow--blue {
  border-color: #46b4ff transparent transparent transparent;
}
.header__mypage-arrow--orange {
  border-color: #fa7d00 transparent transparent transparent;
}
.header__mypage-arrow--pink {
  border-color: #f591be transparent transparent transparent;
}
.header__mypage-arrow--green {
  border-color: #64f064 transparent transparent transparent;
}
.header__mypage-arrow--purple {
  border-color: #c850c8 transparent transparent transparent;
}
.header__mypage-arrow--magenta {
  border-color: #e1c8e1 transparent transparent transparent;
}

/* header:end */
.intro__title--magenta, .intro__title--purple, .intro__title--green, .intro__title--pink, .intro__title--orange, .intro__title--blue {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .intro__title--magenta, .intro__title--purple, .intro__title--green, .intro__title--pink, .intro__title--orange, .intro__title--blue {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1201px) {
  .intro__title--magenta, .intro__title--purple, .intro__title--green, .intro__title--pink, .intro__title--orange, .intro__title--blue {
    font-size: clamp(3rem, 2.1vw, 4.4rem);
  }
}

.intro__copy-tag--magenta, .intro__copy-tag--purple, .intro__copy-tag--green, .intro__copy-tag--pink, .intro__copy-tag--orange, .intro__copy-tag--blue {
  position: relative;
  display: inline-block;
  padding: 12px 26px;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  border: 1px solid #000;
  border-radius: 8px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .intro__copy-tag--magenta, .intro__copy-tag--purple, .intro__copy-tag--green, .intro__copy-tag--pink, .intro__copy-tag--orange, .intro__copy-tag--blue {
    padding: 11px 26px;
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 375px) {
  .intro__copy-tag--magenta, .intro__copy-tag--purple, .intro__copy-tag--green, .intro__copy-tag--pink, .intro__copy-tag--orange, .intro__copy-tag--blue {
    font-size: 7.2vw;
  }
}
@media screen and (min-width: 1201px) {
  .intro__copy-tag--magenta, .intro__copy-tag--purple, .intro__copy-tag--green, .intro__copy-tag--pink, .intro__copy-tag--orange, .intro__copy-tag--blue {
    padding: clamp(12px, 1vw, 18px) clamp(26px, 2vw, 40px);
    font-size: clamp(3rem, 2vw, 4.2rem);
    border-radius: clamp(8px, 0.7vw, 12px);
    border-width: clamp(1px, 0.12vw, 2px);
  }
}
.intro__copy-tag--magenta, .intro__copy-tag--purple, .intro__copy-tag--green, .intro__copy-tag--pink, .intro__copy-tag--orange, .intro__copy-tag--blue {
  --tag-bg: #000;
  --notch: 5px;
  --tri-w: 12px;
  --tri-h: 24px;
}
.intro__copy-tag--magenta::before, .intro__copy-tag--purple::before, .intro__copy-tag--green::before, .intro__copy-tag--pink::before, .intro__copy-tag--orange::before, .intro__copy-tag--blue::before, .intro__copy-tag--magenta::after, .intro__copy-tag--purple::after, .intro__copy-tag--green::after, .intro__copy-tag--pink::after, .intro__copy-tag--orange::after, .intro__copy-tag--blue::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - var(--notch));
  transform: translateX(-50%);
  width: 0;
  height: 0;
}
.intro__copy-tag--magenta::before, .intro__copy-tag--purple::before, .intro__copy-tag--green::before, .intro__copy-tag--pink::before, .intro__copy-tag--orange::before, .intro__copy-tag--blue::before {
  border-left: var(--tri-w) solid transparent;
  border-right: var(--tri-w) solid transparent;
  border-top: var(--tri-h) solid #000;
}
.intro__copy-tag--magenta::after, .intro__copy-tag--purple::after, .intro__copy-tag--green::after, .intro__copy-tag--pink::after, .intro__copy-tag--orange::after, .intro__copy-tag--blue::after {
  margin-top: -1px;
  border-left: calc(var(--tri-w) - 1px) solid transparent;
  border-right: calc(var(--tri-w) - 1px) solid transparent;
  border-top: calc(var(--tri-h) - 1px) solid var(--tag-bg);
}
@media screen and (max-width: 768px) {
  .intro__copy-tag--magenta, .intro__copy-tag--purple, .intro__copy-tag--green, .intro__copy-tag--pink, .intro__copy-tag--orange, .intro__copy-tag--blue {
    --notch: 4px;
    --tri-w: 10px;
    --tri-h: 22px;
  }
}
@media screen and (max-width: 375px) {
  .intro__copy-tag--magenta, .intro__copy-tag--purple, .intro__copy-tag--green, .intro__copy-tag--pink, .intro__copy-tag--orange, .intro__copy-tag--blue {
    --notch: 1.0666666666666667vw;
    --tri-w: 2.666666666666667vw;
    --tri-h: 5.866666666666666vw;
  }
}
@media screen and (min-width: 1201px) {
  .intro__copy-tag--magenta, .intro__copy-tag--purple, .intro__copy-tag--green, .intro__copy-tag--pink, .intro__copy-tag--orange, .intro__copy-tag--blue {
    --notch: clamp(5px, 0.45vw, 8px);
    --tri-w: clamp(12px, 0.9vw, 18px);
    --tri-h: clamp(24px, 1.7vw, 36px);
  }
}

/* intro:start */
.intro {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .intro {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1201px) {
  .intro {
    margin-top: clamp(60px, 4.5vw, 105px);
  }
}
.intro__container {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  gap: 64px;
  max-width: 760px;
  margin-inline: auto;
  background-color: #fff;
  padding-top: 16px;
  padding-inline: 20px;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .intro__container {
    justify-content: center;
    border-radius: 5px;
    gap: 8px;
    align-items: center;
    margin-inline: 15px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1201px) {
  .intro__container {
    max-width: clamp(760px, 54vw, 1150px);
    gap: clamp(64px, 4.2vw, 110px);
    padding-top: clamp(16px, 1.4vw, 26px);
    padding-bottom: clamp(16px, 1.4vw, 26px);
    padding-inline: clamp(20px, 1.8vw, 34px);
    border-radius: clamp(6px, 0.6vw, 12px);
    border-width: clamp(1px, 0.12vw, 2px);
  }
}
.intro__person {
  width: 268px;
}
@media screen and (max-width: 768px) {
  .intro__person {
    max-width: 180px;
  }
}
@media screen and (min-width: 1201px) {
  .intro__person {
    width: clamp(268px, 19vw, 380px);
  }
}
.intro__person img {
  border-radius: 5px;
}
@media screen and (min-width: 1201px) {
  .intro__person img {
    border-radius: clamp(5px, 0.55vw, 10px);
  }
}
.intro__title--blue {
  color: #46b4ff;
}
.intro__title--orange {
  color: #fa7d00;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .intro__title--orange {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1201px) {
  .intro__title--orange {
    font-size: clamp(2.5rem, 1.8vw, 3.8rem);
  }
}
.intro__title--pink {
  color: #f591be;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .intro__title--pink {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1201px) {
  .intro__title--pink {
    font-size: clamp(2.5rem, 1.8vw, 3.8rem);
  }
}
.intro__title--green {
  color: #64f064;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .intro__title--green {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1201px) {
  .intro__title--green {
    font-size: clamp(2.5rem, 1.8vw, 3.8rem);
  }
}
.intro__title--purple {
  color: #c850c8;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .intro__title--purple {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1201px) {
  .intro__title--purple {
    font-size: clamp(2.5rem, 1.8vw, 3.8rem);
  }
}
.intro__title--magenta {
  color: #e1c8e1;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .intro__title--magenta {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1201px) {
  .intro__title--magenta {
    font-size: clamp(2.5rem, 1.8vw, 3.8rem);
  }
}
.intro__career {
  margin-top: 10px;
  font-family: "mobo_SemiBold", sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .intro__career {
    margin-top: clamp(10px, 1vw, 16px);
    font-size: clamp(1rem, 0.9vw, 1.4rem);
  }
}
.intro__career-terms--blue {
  color: #46b4ff;
}
.intro__career-terms--orange {
  color: #fa7d00;
}
.intro__career-terms--pink {
  color: #f591be;
}
.intro__career-terms--green {
  color: #64f064;
}
.intro__career-terms--purple {
  color: #c850c8;
}
.intro__career-terms--magenta, .intro__career-terms--Magenta {
  color: #e1c8e1;
}
.intro__copy {
  margin-top: 24px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 340px;
}
@media screen and (max-width: 768px) {
  .intro__copy {
    width: 305px;
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 375px) {
  .intro__copy {
    max-width: 81.3333333333vw;
  }
}
@media screen and (min-width: 1201px) {
  .intro__copy {
    margin-top: clamp(24px, 2vw, 38px);
    gap: clamp(10px, 1vw, 16px);
    width: clamp(340px, 24vw, 520px);
  }
}
.intro__copy-tag--blue {
  background: #46b4ff;
  --tag-bg: #46b4ff;
}
.intro__copy-tag--orange {
  background: #fa7d00;
  --tag-bg: #fa7d00;
}
.intro__copy-tag--pink {
  background: #f591be;
  --tag-bg: #f591be;
}
.intro__copy-tag--green {
  background: #64f064;
  --tag-bg: #64f064;
}
.intro__copy-tag--purple {
  background: #c850c8;
  --tag-bg: #c850c8;
}
.intro__copy-tag--magenta {
  background: #e1c8e1;
  --tag-bg: #e1c8e1;
}
.intro__copy-text {
  display: inline-block;
  padding: 12px 34px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  border: 1px solid #000;
  border-radius: 8px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .intro__copy-text {
    padding: 11px 34px;
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 375px) {
  .intro__copy-text {
    font-size: 7.2vw;
  }
}
@media screen and (min-width: 1201px) {
  .intro__copy-text {
    padding: clamp(12px, 1vw, 18px) clamp(34px, 2.6vw, 52px);
    font-size: clamp(3rem, 2vw, 4.2rem);
    border-radius: clamp(8px, 0.7vw, 12px);
    border-width: clamp(1px, 0.12vw, 2px);
  }
}

/* intro:end */
.comment__heading--magenta, .comment__heading--purple, .comment__heading--green, .comment__heading--pink, .comment__heading--orange, .comment__heading--blue {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .comment__heading--magenta, .comment__heading--purple, .comment__heading--green, .comment__heading--pink, .comment__heading--orange, .comment__heading--blue {
    font-size: 1.4rem;
    flex-direction: column;
    align-items: inherit;
    gap: 4px;
  }
}
@media screen and (min-width: 1201px) {
  .comment__heading--magenta, .comment__heading--purple, .comment__heading--green, .comment__heading--pink, .comment__heading--orange, .comment__heading--blue {
    gap: clamp(10px, 0.9vw, 16px);
    font-size: clamp(1.8rem, 1.3vw, 2.6rem);
  }
}
.comment__heading--magenta::after, .comment__heading--purple::after, .comment__heading--green::after, .comment__heading--pink::after, .comment__heading--orange::after, .comment__heading--blue::after {
  content: "";
  background: #000;
  height: 1px;
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .comment__heading--magenta::after, .comment__heading--purple::after, .comment__heading--green::after, .comment__heading--pink::after, .comment__heading--orange::after, .comment__heading--blue::after {
    flex: inherit;
  }
}
@media screen and (min-width: 1201px) {
  .comment__heading--magenta::after, .comment__heading--purple::after, .comment__heading--green::after, .comment__heading--pink::after, .comment__heading--orange::after, .comment__heading--blue::after {
    height: clamp(1px, 0.15vw, 2px);
  }
}

.comment__item--last-sp, .comment__item--last-pc, .comment__item {
  border-radius: 6px;
  border: 1px solid #000;
  background-color: #fff;
  padding-top: 35px;
  padding-inline: 58px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .comment__item--last-sp, .comment__item--last-pc, .comment__item {
    padding-inline: 24px;
  }
}
@media screen and (min-width: 1201px) {
  .comment__item--last-sp, .comment__item--last-pc, .comment__item {
    border-radius: clamp(6px, 0.6vw, 12px);
    border-width: clamp(1px, 0.12vw, 2px);
    padding-top: clamp(35px, 2.6vw, 56px);
    padding-inline: clamp(58px, 4vw, 92px);
    padding-bottom: clamp(50px, 3.4vw, 78px);
  }
}

/* comment:start */
.comment {
  margin-top: 8px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1201px) {
  .comment {
    margin-top: clamp(8px, 1vw, 16px);
    padding-bottom: clamp(100px, 7vw, 160px);
  }
}
.comment__container {
  position: relative;
  max-width: 760px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .comment__container {
    max-width: 100%;
    margin-inline: 15px;
  }
}
@media screen and (min-width: 1201px) {
  .comment__container {
    max-width: clamp(760px, 54vw, 1150px);
  }
}
.comment__item:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 1201px) {
  .comment__item:not(:first-child) {
    margin-top: clamp(8px, 1vw, 16px);
  }
}
.comment__item--last-pc {
  margin-top: 8px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .comment__item--last-pc {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1201px) {
  .comment__item--last-pc {
    margin-top: clamp(8px, 1vw, 16px);
    padding-bottom: clamp(70px, 4.6vw, 110px);
  }
}
.comment__item--last-sp {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .comment__item--last-sp {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 1201px) {
  .comment__item--last-sp {
    margin-top: clamp(8px, 1vw, 16px);
  }
}
.comment__heading--blue {
  color: #46b4ff;
}
.comment__heading--blue::after {
  background: #46b4ff;
}
.comment__heading--orange {
  color: #fa7d00;
}
.comment__heading--orange::after {
  background: #fa7d00;
}
.comment__heading--pink {
  color: #f591be;
}
.comment__heading--pink::after {
  background: #f591be;
}
.comment__heading--green {
  color: #64f064;
}
.comment__heading--green::after {
  background: #64f064;
}
.comment__heading--purple {
  color: #c850c8;
}
.comment__heading--purple::after {
  background: #c850c8;
}
.comment__heading--magenta {
  color: #e1c8e1;
}
.comment__heading--magenta::after {
  background: #e1c8e1;
}
.comment__text {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .comment__text {
    margin-top: 18px;
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
@media screen and (min-width: 1201px) {
  .comment__text {
    margin-top: clamp(10px, 0.9vw, 16px);
    font-size: clamp(1.6rem, 1.05vw, 2.2rem);
    line-height: 1.625;
  }
}
.comment__career {
  margin-top: 22px;
  font-family: "mobo_semiBold", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .comment__career {
    margin-top: clamp(22px, 1.6vw, 34px);
    font-size: clamp(1.4rem, 0.95vw, 1.9rem);
    line-height: 1.4286;
  }
}
.comment__career-terms--blue {
  color: #46b4ff;
}
.comment__career-terms--orange {
  color: #fa7d00;
}
.comment__career-terms--pink {
  color: #f591be;
}
.comment__career-terms--green {
  color: #64f064;
}
.comment__career-terms--purple {
  color: #c850c8;
}
.comment__career-terms--magenta, .comment__career-terms--Magenta {
  color: #e1c8e1;
}
.comment__career li:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 1201px) {
  .comment__career li:not(:first-child) {
    margin-top: clamp(10px, 0.9vw, 16px);
  }
}
.comment__totop {
  position: absolute;
  bottom: -25px;
  left: 35px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: var(--totop-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .comment__totop {
    left: 20px;
  }
}
@media screen and (min-width: 1201px) {
  .comment__totop {
    bottom: calc(-1 * clamp(25px, 2vw, 40px));
    left: clamp(35px, 2.6vw, 70px);
    width: clamp(50px, 3.2vw, 76px);
    height: clamp(50px, 3.2vw, 76px);
  }
}
.comment__totop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets_2026-recruit/profile/images/profile_arrow-gray.png") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
@media (any-hover: hover) {
  .comment__totop:hover::after {
    opacity: 1;
  }
}
.comment__totop:active::after {
  opacity: 1;
}
.comment__totop:focus-visible {
  outline: none;
}
.comment__totop:focus-visible::after {
  opacity: 1;
}
.comment__totop--blue {
  --totop-image: url("/assets_2026-recruit/profile/images/profile_arrow-blue.png");
}
.comment__totop--orange {
  --totop-image: url("/assets_2026-recruit/profile/images/profile_arrow-orange.png");
}
.comment__totop--pink {
  --totop-image: url("/assets_2026-recruit/profile/images/profile_arrow-pink.png");
}
.comment__totop--green {
  --totop-image: url("/assets_2026-recruit/profile/images/profile_arrow-green.png");
}
.comment__totop--purple {
  --totop-image: url("/assets_2026-recruit/profile/images/profile_arrow-purple.png");
}
.comment__totop--magenta {
  --totop-image: url("/assets_2026-recruit/profile/images/profile_arrow-magenta.png");
}

/* comment:end */