@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* main colors */
.rNav_sns_link.rotateLink .icon::before, .r25_entry_list_bnr .instagram::before, .recruitFoot_sns_link.rotateLink .icon::before {
  content: "";
  -webkit-mask: url("../img/common/icon_instagram.svg");
  mask: url("../img/common/icon_instagram.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  aspect-ratio: 1/1;
}

.r25_entry_list_bnr .line::before {
  content: "";
  -webkit-mask: url("../img/recruit/2025/contact_line.svg");
  mask: url("../img/recruit/2025/contact_line.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  aspect-ratio: 1/1;
}

.rNav_sns .rNav_corporate_link .icon::before, .recruitFoot_corporate.rotateLink .icon::before {
  content: "";
  -webkit-mask: url("../img/recruit/2025/blank.svg");
  mask: url("../img/recruit/2025/blank.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  aspect-ratio: 1/1;
}

.recruit2025_wrap {
  background: #2b2b2b !important;
  color: #fefefe;
}
.recruit2025_wrap .voice_modal {
  color: #2b2b2b;
}

.recruitHead {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 89;
  transition: opacity 0.5s;
}
@media (min-width: 950px) {
  .recruitHead {
    top: 60px;
    left: 40px;
  }
}
.recruitHead.in-firstView {
  opacity: 0;
}
.recruitHead.in-firstView .recruitHead_logo {
  opacity: 0;
}

.rNav {
  position: relative;
  z-index: 99;
}
.rNav_toggle {
  box-shadow: none;
  display: block;
  width: 60px;
  height: 60px;
  border: none;
  position: relative;
  z-index: 1001;
  background: transparent;
  color: #f2f2f2;
  transition: 0.3s linear;
  text-align: left;
  padding: 0;
  border-radius: 0;
}
@media (min-width: 950px) {
  .rNav_toggle {
    display: none;
  }
}
.rNav_toggle_bar {
  height: 2px;
  background: #fefefe;
  display: block;
  position: absolute;
  transition: 0.3s linear;
  transition-property: transform, opacity, width, background-color;
  transform-origin: 100% 50%;
  right: 0;
  width: 100%;
}
.rNav_toggle_bar-top {
  top: 18px;
}
.rNav_toggle_bar-mid {
  top: 50%;
}
.rNav_toggle_bar-btm {
  bottom: 17px;
}
.rNav_toggle.is-active .rNav_toggle_bar {
  width: 60px;
}
.rNav_toggle.is-active .rNav_toggle_bar-top {
  transform: translateY(2px) rotate(-20deg);
}
.rNav_toggle.is-active .rNav_toggle_bar-mid {
  opacity: 0;
}
.rNav_toggle.is-active .rNav_toggle_bar-btm {
  transform: translateY(-2px) rotate(20deg);
}
@media (max-width: 949px) {
  .rNav_overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transition: all 0.3s linear;
    background: #2b2b2b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 949px) {
  .rNav_overlay.is-open {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 949px) {
  .rNav_container {
    width: 100%;
    padding: 120px 20px 50px;
    position: relative;
    z-index: 0;
    overflow: auto;
  }
}
.rNav_list {
  font-family: "semplicitapro", sans-serif;
  font-weight: 700;
}
@media (min-width: 950px) {
  .rNav_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
@media (max-width: 949px) {
  .rNav_list_item + .rNav_list_item {
    margin-top: 24px;
  }
}
.rNav_list_item_link {
  display: block;
  font-weight: 700;
  line-height: 1.388888889;
  color: #fefefe;
}
@media (max-width: 949px) {
  .rNav_list_item_link {
    font-size: 24px;
    padding: 0;
  }
}
@media (min-width: 950px) {
  .rNav_list_item_link {
    padding: 3px 0;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    transition: color 0.3s ease-out;
  }
}
@media (min-width: 950px) {
  .rNav_list_item_link .text {
    display: inline-block;
    transition: transform 0.3s ease-out;
  }
}
@media (min-width: 950px) {
  .rNav_list_item_link::before {
    content: attr(data-name);
    display: block;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
  }
}
@media (min-width: 950px) {
  .rNav_list_item_link::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fefefe;
    transition: transform 0.3s ease-out;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 950px) {
  .rNav_list_item:hover .rNav_list_item_link .text {
    transform: translateY(-100%);
  }
}
@media (min-width: 950px) {
  .rNav_list_item:hover .rNav_list_item_link::before {
    transform: translateY(-3px);
  }
}
@media (min-width: 950px) {
  .rNav_list_item:hover .rNav_list_item_link::after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }
}
.rNav_sns {
  display: flex;
  flex-direction: column;
  gap: 8px 2em;
  margin-top: 100px;
}
@media (min-width: 950px) {
  .rNav_sns {
    display: none;
  }
}
.rNav_sns_link.rotateLink {
  font-size: 18px;
  font-family: "semplicitapro", sans-serif;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
  color: #fefefe;
}
.rNav_sns_link.rotateLink::after {
  background: #fefefe;
}
.rNav_sns_link.rotateLink::before {
  right: 0;
}
.rNav_sns_link.rotateLink .icon {
  width: 18px;
  height: 18px;
}
.rNav_sns_link.rotateLink .icon::before {
  width: 100%;
  display: block;
  transition: transform 0.3s ease-out;
  background: #fefefe;
}
.rNav_sns .rNav_corporate_link {
  font-size: 18px;
  color: #fefefe;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
}
.rNav_sns .rNav_corporate_link .icon::before {
  display: block;
  width: 1.3em;
  height: 1.3em;
  background-color: #fff;
}
.rNav_foot {
  background: #1a1a1a;
  color: #fefefe;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  flex: 0 0 220px;
}
@media (min-width: 950px) {
  .rNav_foot {
    display: none;
  }
}
.rNav_foot_scrollText {
  display: flex;
  gap: 16px;
  height: 36px;
}
.rNav_foot_scrollText_wrap {
  padding: 30px 0;
  overflow: hidden;
  display: flex;
  gap: 16px;
}
.rNav_foot_scrollText .scrollText {
  height: 36px;
  overflow: hidden;
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.rNav_foot_scrollText .scrollText img {
  max-width: none;
  height: 100%;
  width: auto;
}
.rNav_foot_reserve {
  border-top: 1px solid #4d4d4d;
  display: flex;
  flex: 1 1 0%;
}
.rNav_foot_reserve_item {
  flex: 1 1 0%;
}
.rNav_foot_reserve_item + .rNav_foot_reserve_item {
  border-left: 1px solid #333;
}
.rNav_foot_reserve_link {
  color: #fefefe;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.rNav_foot_reserve_link_text {
  height: 4.5em;
  display: flex;
  align-items: center;
}

.fixed_entry {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 99;
}
@media (min-width: 950px) {
  .fixed_entry {
    top: 40px;
    right: 40px;
  }
}
.fixed_entry_btn {
  display: flex;
  width: 160px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #fefefe;
  color: #fefefe;
  font-family: "semplicitapro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background: rgba(254, 254, 254, 0.3);
  backdrop-filter: blur(4px);
}
@media (min-width: 950px) {
  .fixed_entry_btn {
    width: 200px;
    height: 60px;
    font-size: 20px;
    transition: background-color 0.3s ease-out;
  }
}
.fixed_entry_btn:hover {
  background: rgba(254, 254, 254, 0.2);
}
.fixed_entry_btn-contact.fixed_entry_btn {
  border: 1px solid #A51F21;
  background: rgba(196, 31, 34, 0.8);
}
.fixed_entry_btn-contact.fixed_entry_btn:hover {
  background: #c41f22;
}

.recruit2025_logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  text-align: center;
  transform-origin: 0 0;
  scale: 0.735;
}
@media (min-width: 950px) {
  .recruit2025_logo {
    top: 40px;
    left: 40px;
    scale: 1;
  }
}
.recruit2025_logo .logo,
.recruit2025_logo .text {
  display: block;
}
.recruit2025_logo .text {
  font-family: "semplicitapro", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-top: 18px;
}

.recruit2025_fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.recruit2025_fv_bg {
  width: 100%;
  height: 100%;
}
.recruit2025_fv_bg video,
.recruit2025_fv_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit2025_fv_text {
  position: absolute;
  display: flex;
  bottom: 100px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-size: 13vh;
  font-weight: 900;
  font-family: "semplicitapro", sans-serif;
  text-align: center;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .recruit2025_fv_text {
    font-size: 9vw;
  }
}
@media (min-width: 600px) and (min-width: 950px) {
  .recruit2025_fv_text {
    font-size: 12vw;
    bottom: 40px;
  }
}
.recruit2025_fv_text .text {
  width: 100%;
}
.recruit2025_fv_scrollDown {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 50%;
  translate: 50% 0;
}
@media (min-width: 950px) {
  .recruit2025_fv_scrollDown {
    margin-top: 0;
    right: 40px;
    bottom: 50%;
    translate: 0 50%;
  }
}
.recruit2025_fv_scrollDown .text {
  font-family: "semplicitapro", sans-serif !important;
  line-height: 1;
  font-weight: 700;
  color: #2b2b2b;
}
@media (min-width: 950px) {
  .recruit2025_fv_scrollDown .text {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    letter-spacing: normal !important;
  }
}
.recruit2025_fv_scrollDown .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #2b2b2b;
  position: relative;
  scale: 0.6;
  transform-origin: 50% 0;
}
@media (min-width: 950px) {
  .recruit2025_fv_scrollDown .circle {
    scale: 1;
  }
}
.recruit2025_fv_scrollDown .circle::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2b2b2b;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  animation: circlemove 1.3s ease infinite, cirlemovehide 1.3s ease-in-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 30px;
  }
  100% {
    bottom: 5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.r25_container {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 950px) {
  .r25_container {
    padding-left: 200px;
  }
}
@media (min-width: 950px) and (min-width: 1200px) {
  .r25_container {
    max-width: 1370px;
  }
}

.r25_title_en {
  font-family: "semplicitapro", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 950px) {
  .r25_title_en {
    font-size: 20px;
  }
}
.r25_title_ja {
  font-weight: 300;
  line-height: 1.2;
  font-size: min(8vw, 80px);
  white-space: nowrap;
}
.r25_title_sub {
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 950px) {
  .r25_title_sub {
    font-size: 20px;
  }
}

.r25_stage {
  padding: 80px 0;
}
@media (min-width: 950px) {
  .r25_stage {
    padding: 160px 0;
  }
}
.r25_stage_title .r25_title_en {
  margin-bottom: 0.5em;
}
.r25_stage_title .r25_title_ja {
  margin-bottom: 0.8em;
}
.r25_stage_desc {
  max-width: 620px;
  margin-left: auto;
  line-height: 2;
  margin-bottom: 60px;
}
@media (min-width: 950px) {
  .r25_stage_desc {
    max-width: 680px;
    padding-right: 60px;
    font-size: 15px;
    margin-bottom: 120px;
  }
}
.r25_stage_desc p + p {
  margin-top: 1.5em;
}
.r25_stage_section {
  background: #2b2b2b;
}
.r25_stage_section + .r25_stage_section {
  margin-top: 60px;
}
@media (min-width: 950px) {
  .r25_stage_section + .r25_stage_section {
    margin-top: 120px;
  }
}
.r25_stage_section_title {
  position: absolute;
  mix-blend-mode: difference;
  bottom: -10px;
  left: 0;
  line-height: 1;
  font-weight: 250;
  font-family: "semplicitapro", sans-serif;
  z-index: 1;
}
@media (min-width: 950px) {
  .r25_stage_section_title {
    left: 20px;
    bottom: -0.5em;
  }
}
.r25_stage_section_title-style {
  rotate: 90deg;
  transform-origin: 100% 100%;
  translate: -100% 0;
  font-size: 48px;
}
@media (min-width: 950px) {
  .r25_stage_section_title-style {
    font-size: 100px;
  }
}
.r25_stage_section_title-dream {
  font-size: 36px;
}
@media (min-width: 950px) {
  .r25_stage_section_title-dream {
    font-size: 70px;
  }
}
.r25_stage_section_desc {
  margin-top: 2em;
  line-height: 2;
}
@media (min-width: 950px) {
  .r25_stage_section_desc {
    max-width: 340px;
    margin-left: auto;
    font-size: 15px;
    padding-left: 0;
  }
}
.r25_stage_slider {
  height: 270px;
  position: relative;
}
@media (min-width: 950px) {
  .r25_stage_slider {
    height: 540px;
  }
}
.r25_stage_slider .swiper,
.r25_stage_slider .swiper-wrapper,
.r25_stage_slider .swiper-slide {
  height: 100%;
}
.r25_stage_slider .swiper-wrapper {
  transition-timing-function: linear;
}
.r25_stage_slider .swiper-slide {
  width: max-content;
}
.r25_stage_slider_slide {
  width: 460px;
  height: 270px;
}
@media (min-width: 950px) {
  .r25_stage_slider_slide {
    width: 920px;
    height: 540px;
  }
}
.r25_stage_slider_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_gallery_photo {
  position: relative;
  height: 146.6666667vw;
}
@media (min-width: 950px) {
  .index_gallery_photo {
    height: 110vw;
  }
}
.index_gallery_photo_img {
  overflow: hidden;
  position: absolute;
}
.index_gallery_photo_img-01 {
  aspect-ratio: 854/1137;
  width: 43.2vw;
  top: 21.333333333vw;
  left: 5.333333333vw;
  z-index: 0;
}
@media (min-width: 950px) {
  .index_gallery_photo_img-01 {
    width: 40.7142857vw;
    top: 9.882869693vw;
    left: 8.857142857vw;
  }
}
.index_gallery_photo_img-02 {
  aspect-ratio: 728/546;
  width: 45.066666667vw;
  top: 32vw;
  right: 0;
  z-index: 0;
}
@media (min-width: 950px) {
  .index_gallery_photo_img-02 {
    width: 34.642857143vw;
    top: 24.739385066vw;
    right: 8.857142857vw;
  }
}
.index_gallery_photo_img-03 {
  aspect-ratio: 1229/720;
  width: 70vw;
  top: 85vw;
  left: 50%;
  translate: -50% 0;
  z-index: 0;
}
@media (min-width: 950px) {
  .index_gallery_photo_img-03 {
    width: 57.285714286vw;
    top: 70vw;
  }
}

hr.sectionLine {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  width: 100%;
  background: #7a7a7a;
  scale: 0 1;
  transform-origin: 0 50%;
  transition: scale 0.4s ease-out;
}
hr.sectionLine.is-animated {
  scale: 1 1;
}

hr.brandsLine {
  margin: 16px 0;
  padding: 0;
  border: none;
  height: 1px;
  width: 100%;
  background: #474747;
  scale: 0 1;
  transform-origin: 0 50%;
  transition: scale 0.4s ease-out;
}
hr.brandsLine.is-animated {
  scale: 1 1;
}

.r25_brands {
  padding-top: 30px;
}
@media (min-width: 950px) {
  .r25_brands_titleArea {
    display: flex;
    justify-content: space-between;
    margin-top: 200px;
    margin-bottom: 160px;
  }
}
.r25_brands_title {
  position: relative;
}
@media (min-width: 950px) {
  .r25_brands_title .r25_title_en {
    position: absolute;
    top: 12px;
    left: 0;
  }
}
@media (min-width: 950px) {
  .r25_brands_title .r25_title_ja .animationLine:first-child {
    padding-left: 175px;
  }
}
.r25_brands_desc {
  margin-top: 2em;
  line-height: 2;
  margin-bottom: 60px;
}
@media (min-width: 950px) {
  .r25_brands_desc {
    font-size: 15px;
    margin: 12px 0 0;
    flex: 0 0 320px;
  }
}
.r25_brands_salon {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 950px) {
  .r25_brands_salon {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 950px) and (min-width: 1200px) {
  .r25_brands_salon {
    gap: 60px;
  }
}
@media (min-width: 950px) {
  .r25_brands_salon_logoArea, .r25_brands_salon_detail {
    flex: 1 1 0;
  }
}
.r25_brands_salon_logoArea {
  text-align: center;
  padding: 24px 0;
}
@media (min-width: 950px) {
  .r25_brands_salon_detail {
    animation-delay: 0.6s;
  }
}
.r25_brands_salon_detail dt {
  font-family: "semplicitapro", sans-serif;
  color: #474747;
  font-size: 12px;
  margin-bottom: 1em;
  font-weight: 700;
}
.r25_brands_salon_detail dd {
  line-height: 2;
}
.r25_brands_salon_detail dd + dd {
  margin-top: 30px;
  line-height: 1.2;
}
@media (min-width: 950px) {
  .r25_brands_salon_img {
    flex: 0 0 34.782608696%;
    animation-delay: 1.2s;
  }
}

.r25_skill {
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
}
@media (min-width: 950px) {
  .r25_skill {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}
.r25_skill_title .r25_title_en {
  margin-bottom: 1em;
  text-align: right;
}
@media (min-width: 950px) {
  .r25_skill_title .r25_title_en {
    text-align: left;
  }
}
.r25_skill_title .r25_title_ja {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-size: min(12vw, 80px);
  margin-left: auto;
  white-space: nowrap;
}
@media (min-width: 950px) {
  .r25_skill_title .r25_title_ja {
    position: absolute;
    top: 0;
    right: 0;
    font-size: min(8vw, 80px);
  }
}
.r25_skill_titleArea {
  position: relative;
}
@media (min-width: 950px) {
  .r25_skill_titleArea {
    padding-right: 360px;
    margin-bottom: 160px;
  }
}
@media (min-width: 950px) {
  .r25_skill_textArea {
    max-width: 420px;
    margin-left: auto;
  }
}
.r25_skill_desc {
  margin-bottom: 2em;
  line-height: 2;
}
.r25_skill_imgArea {
  display: flex;
  gap: 8px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .r25_skill_imgArea {
    margin-left: calc(50% - 50vw);
  }
}
.r25_skill_slider {
  width: 100%;
}
.r25_skill_slider .swiper-wrapper {
  transition-timing-function: linear;
}
.r25_skill_slider .swiper-slide {
  width: max-content;
}
@media (max-width: 599px) {
  .r25_skill_slider .swiper-slide img {
    width: 240px;
  }
}
.r25_skill_img {
  flex: 1 1 0;
}
.r25_skill_img img {
  width: 100%;
}
@media (max-width: 949px) {
  .r25_skill .r25_container {
    padding: 0;
  }
}
.r25_skill_section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
}
@media (min-width: 950px) {
  .r25_skill_section {
    gap: 50px;
    flex-direction: row;
  }
}
@media (min-width: 950px) {
  .r25_skill_section:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 950px) {
  .r25_skill_section_textArea {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 950px) {
  .r25_skill_section:nth-child(odd) .r25_skill_section_textArea {
    align-items: flex-end;
  }
}
@media (min-width: 950px) {
  .r25_skill_section:nth-child(odd) .r25_skill_section_title {
    transform-origin: 0 0;
    translate: 100% 0;
  }
}
@media (min-width: 950px) {
  .r25_skill_section:nth-child(even) .r25_skill_section_title {
    transform-origin: 0 100%;
    translate: 0 -100%;
  }
}
.r25_skill_section_title {
  font-family: "semplicitapro", sans-serif;
  font-weight: 250;
  color: #fefefe;
  font-size: 24px;
  white-space: nowrap;
}
@media (min-width: 950px) {
  .r25_skill_section_title {
    font-size: 48px;
    rotate: 90deg;
    line-height: 1;
  }
}

.r25_interview {
  padding: 80px 0;
}
@media (min-width: 950px) {
  .r25_interview {
    padding: 240px 0;
  }
}
.r25_interview_title {
  margin-bottom: 30px;
}
@media (min-width: 950px) {
  .r25_interview_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
@media (min-width: 950px) {
  .r25_interview_title .r25_title_en {
    font-weight: 250;
    font-size: min(6vw, 60px);
  }
}
.r25_interview_list .swiper {
  overflow: visible;
}
.r25_interview_list .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.r25_interview_staff {
  width: 240px;
}
@media (min-width: 950px) {
  .r25_interview_staff {
    width: 370px;
  }
}
.r25_interview_staff_catch {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  margin: 0.8em 0;
}
@media (min-width: 950px) {
  .r25_interview_staff_catch {
    font-size: 28px;
  }
}
.r25_interview_staff_nameArea {
  color: #808080;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.r25_interview_staff_nameArea .name {
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 950px) {
  .r25_interview_staff_nameArea .name {
    font-size: 20px;
  }
}
.r25_interview_staff_btn {
  line-height: 1.3;
}

.r25_support {
  padding: 80px 0;
}
@media (min-width: 950px) {
  .r25_support {
    padding: 240px 0;
  }
}
.r25_support_title_ja {
  position: relative;
}
.r25_support_title_ja .r25_title_sub {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 950px) {
  .r25_support_title_ja .r25_title_sub {
    top: 12px;
  }
}
@media (min-width: 950px) {
  .r25_support_title_ja .r25_title_ja {
    font-size: min(8vw, 110px);
  }
}
.r25_support_row {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  gap: 54px;
}
@media (min-width: 950px) {
  .r25_support_row {
    flex-direction: row;
    gap: 54px;
    margin-top: 100px;
  }
}
@media (min-width: 950px) {
  .r25_support_slider {
    flex: 0 0 280px;
    width: 280px;
    height: 1270px;
    overflow: hidden;
  }
}
.r25_support_slider .swiper {
  height: 100%;
}
.r25_support_slider .swiper-wrapper {
  transition-timing-function: linear;
}
.r25_support_slider .swiper-slide {
  width: max-content;
}
@media (min-width: 950px) {
  .r25_support_slider .swiper-slide {
    width: 100%;
    height: max-content;
  }
}
@media (max-width: 949px) {
  .r25_support_slider_slide {
    height: 228px;
  }
}
.r25_support_slider_slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 950px) {
  .r25_support_textArea {
    flex: 1 1 0;
  }
}
.r25_support_section + .r25_support_section {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #474747;
}
@media (min-width: 950px) {
  .r25_support_section + .r25_support_section {
    margin-top: 54px;
    padding-top: 54px;
  }
}
.r25_support_section_title {
  font-weight: 700;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 1em;
}
@media (min-width: 950px) {
  .r25_support_section_title {
    font-size: 24px;
  }
}
.r25_support_section p {
  line-height: 2;
}
@media (min-width: 950px) {
  .r25_support_section p {
    font-size: 15px;
  }
}

.r25_info {
  padding: 80px 0;
}
@media (min-width: 950px) {
  .r25_info {
    padding: 240px 0;
  }
}
@media (min-width: 950px) {
  .r25_info .r25_title_en {
    font-size: 56px;
    font-weight: 250;
  }
}
.r25_info_section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 60px;
}
@media (min-width: 950px) {
  .r25_info_section {
    margin-top: 120px;
    gap: 40px;
    flex-direction: row;
  }
}
.r25_info_section_title {
  font-weight: 300;
  font-size: 24px;
}
@media (min-width: 950px) {
  .r25_info_section_title {
    flex: 0 0 380px;
    font-size: 36px;
    line-height: 1;
  }
}
@media (min-width: 600px) {
  .r25_info_section_table {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 600px) and (min-width: 950px) {
  .r25_info_section_table {
    flex: 1 1 0;
  }
}
.r25_info_section_table dt {
  font-size: 1.125em;
  font-weight: 700;
}
@media (max-width: 599px) {
  .r25_info_section_table dt {
    margin-bottom: 8px;
  }
}
@media (min-width: 600px) {
  .r25_info_section_table dt {
    border-bottom: 1px solid #474747;
    flex: 0 0 160px;
    width: 160px;
    margin-bottom: 24px;
  }
}
.r25_info_section_table dd {
  padding-bottom: 8px;
  border-bottom: 1px solid #474747;
}
@media (min-width: 600px) {
  .r25_info_section_table dd {
    flex: 0 0 calc(100% - 160px);
    width: calc(100% - 160px);
    margin-bottom: 24px;
  }
}
@media (max-width: 599px) {
  .r25_info_section_table dd + dt {
    margin-top: 2em;
  }
}

.r25_entry {
  padding: 80px 0;
}
@media (min-width: 950px) {
  .r25_entry {
    padding: 240px 0;
  }
}
@media (min-width: 950px) {
  .r25_entry .r25_title_en {
    font-size: min(8vw, 110px);
    font-weight: 250;
  }
}
.r25_entry_sub {
  margin: 2em 0 36px;
  line-height: 2;
  text-align: center;
}
@media (min-width: 950px) {
  .r25_entry_sub {
    font-size: 15px;
  }
}
.r25_entry_row {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 60px;
}
@media (min-width: 950px) {
  .r25_entry_row {
    flex-direction: row;
    gap: 100px;
  }
}
@media (min-width: 950px) {
  .r25_entry_desc {
    flex: 0 0 320px;
    width: 320px;
  }
}
@media (min-width: 950px) {
  .r25_entry_form {
    flex: 1 1 0;
  }
}
.r25_entry_form_list {
  width: 100%;
  margin-bottom: 30px;
}
.r25_entry_form_list dt {
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.r25_entry_form_list dt .required {
  background: #D91717;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  line-height: 1;
  padding: 4px 8px 5px;
  display: inline-block;
}
.r25_entry_form_list dd {
  font-size: 16px;
}
@media (min-width: 950px) {
  .r25_entry_form_list dd {
    font-size: 18px;
  }
}
.r25_entry_form_list dd input[type=text],
.r25_entry_form_list dd input[type=email],
.r25_entry_form_list dd input[type=tel],
.r25_entry_form_list dd select {
  width: 100%;
  padding: 16px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #2b2b2b;
}
@media (min-width: 950px) {
  .r25_entry_form_list dd input[type=text],
  .r25_entry_form_list dd input[type=email],
  .r25_entry_form_list dd input[type=tel],
  .r25_entry_form_list dd select {
    font-size: 18px;
    padding: 24px 24px;
  }
}
.r25_entry_form_list dd select {
  appearance: none;
  cursor: pointer;
}
.r25_entry_form_list dd .wpcf7-form-control-wrap:has(select) {
  position: relative;
}
.r25_entry_form_list dd .wpcf7-form-control-wrap:has(select)::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  position: absolute;
  right: 20px;
  top: 50%;
  rotate: -45deg;
  translate: 0 -60%;
}
.r25_entry_form_list dd input[type=radio] {
  display: none;
}
.r25_entry_form_list dd .wpcf7-list-item.first {
  margin-left: 0;
}
.r25_entry_form_list dd .wpcf7-radio .wpcf7-list-item-label {
  display: block;
  padding-left: 28px;
  position: relative;
  padding-bottom: 2px;
  cursor: pointer;
}
.r25_entry_form_list dd .wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.r25_entry_form_list dd .wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 3px;
  top: 50%;
  translate: 0 -50%;
  opacity: 0;
}
.r25_entry_form_list dd .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.r25_entry_form_list dd + dt {
  margin-top: 32px;
}
.r25_entry_form_accept {
  margin-bottom: 2em;
}
@media (min-width: 600px) {
  .r25_entry_form_accept {
    text-align: center;
  }
}
.r25_entry_form_submit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.r25_entry_form_submit input {
  display: inline-flex;
  max-width: 480px;
  width: 100%;
  color: #fefefe;
  background: #536DCB;
  border: 1px solid #536DCB;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  height: 100px;
  border: none;
  box-shadow: none;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.r25_entry_form_submit input:hover {
  background: #fefefe;
  color: #536DCB;
}
.r25_entry_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 600px) {
  .r25_entry_list {
    justify-content: center;
    flex-direction: row;
  }
}
@media (min-width: 600px) and (min-width: 950px) {
  .r25_entry_list {
    gap: 24px;
  }
}
@media (min-width: 600px) {
  .r25_entry_list_item {
    flex: 0 1 360px;
  }
}
.r25_entry_list_bnr {
  display: flex;
  flex-direction: column;
  background: #C41F22;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 140px;
  width: 100%;
  border-radius: 4px;
  font-weight: 700;
  font-family: "semplicitapro", sans-serif;
  font-size: 20px;
  position: relative;
  z-index: 0;
  transition: transform 0.3s ease-out;
  color: #fefefe;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .r25_entry_list_bnr {
    max-width: 360px;
  }
}
@media (min-width: 600px) and (min-width: 950px) {
  .r25_entry_list_bnr {
    height: 140px;
  }
}
.r25_entry_list_bnr::before {
  content: "";
  display: block;
  width: 100%;
  border-radius: 4px;
  background: #fefefe;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform 0.3s ease-out;
  transform-origin: 100% 0;
  transform: scaleX(0);
}
.r25_entry_list_bnr .instagram {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r25_entry_list_bnr .instagram::before {
  width: 30px;
  height: 30px;
  display: block;
  transition: background-color 0.3s ease-out;
  background: #fefefe;
}
.r25_entry_list_bnr .line {
  width: 40px;
  height: 40px;
}
.r25_entry_list_bnr .line::before {
  width: 100%;
  display: block;
  transition: background-color 0.3s ease-out;
  background: #fefefe;
}
.r25_entry_list_bnr .text {
  display: inline-block;
  position: relative;
  padding: 5px 0;
  overflow: hidden;
  transition: color 0.3s ease-out;
}
.r25_entry_list_bnr .text::after {
  content: attr(data-name);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  color: #fff;
  transition: transform 0.3s ease-out;
}
.r25_entry_list_bnr:hover {
  color: #2b2b2b;
}
@media (min-width: 950px) {
  .r25_entry_list_bnr:hover::before {
    transform-origin: 0% 0;
    transform: scaleX(1);
  }
}
.r25_entry_list_bnr:hover .instagram::before,
.r25_entry_list_bnr:hover .line::before {
  background-color: #2b2b2b;
}

.r25_foot_slider {
  margin-top: 16px;
}
.r25_foot_sliderArea {
  overflow: hidden;
}
.r25_foot_slider .swiper-wrapper {
  transition-timing-function: linear;
}
.r25_foot_slider .swiper-slide {
  width: max-content;
}
.r25_foot_slider_slide {
  width: 240px;
  height: 180px;
}
@media (min-width: 950px) {
  .r25_foot_slider_slide {
    width: 320px;
    height: 240px;
  }
}
.r25_foot_slider_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruitFoot {
  padding-top: 80px;
}
@media (min-width: 950px) {
  .recruitFoot {
    padding-top: 160px;
  }
}
.recruitFoot_logo_slider .swiper-wrapper {
  transition-timing-function: linear;
}
.recruitFoot_logo_slider .swiper-slide {
  width: max-content;
}
.recruitFoot_logo_slider_slide {
  white-space: nowrap;
  font-weight: 700;
  font-family: "semplicitapro", sans-serif;
  font-size: 100px;
  line-height: 1;
}
@media (min-width: 950px) {
  .recruitFoot_logo_slider_slide {
    font-size: 14.285714286vw;
  }
}
.recruitFoot_container {
  padding: 20px;
}
@media (min-width: 950px) {
  .recruitFoot_container {
    padding: 40px;
  }
}
.recruitFoot_nav {
  margin: 50px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 950px) {
  .recruitFoot_nav {
    margin-bottom: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.recruitFoot_nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 2em;
}
.recruitFoot_nav_list_item {
  font-size: 18px;
  font-family: "semplicitapro", sans-serif;
  font-weight: 700;
}
.recruitFoot_nav_list_item_link.rotateLink::after {
  background: #fefefe;
}
.recruitFoot_sns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 2em;
}
.recruitFoot_sns_link.rotateLink {
  font-size: 18px;
  font-family: "semplicitapro", sans-serif;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
}
.recruitFoot_sns_link.rotateLink::after {
  background: #fefefe;
}
.recruitFoot_sns_link.rotateLink::before {
  right: 0;
}
.recruitFoot_sns_link.rotateLink .icon {
  width: 18px;
  height: 18px;
}
.recruitFoot_sns_link.rotateLink .icon::before {
  width: 100%;
  display: block;
  transition: transform 0.3s ease-out;
  background: #fefefe;
}
.recruitFoot_bottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media (min-width: 950px) {
  .recruitFoot_bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.recruitFoot_corporate.rotateLink {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
}
.recruitFoot_corporate.rotateLink::after {
  background: #fefefe;
}
.recruitFoot_corporate.rotateLink .icon::before {
  display: block;
  width: 1.3em;
  height: 1.3em;
  background-color: #fff;
}
.recruitFoot_copyright {
  font-size: 10px;
}
@media (min-width: 950px) {
  .recruitFoot_copyright {
    font-size: 12px;
  }
}

.r25_thanks {
  padding: 200px 0 120px;
}
@media (min-width: 950px) {
  .r25_thanks {
    padding-bottom: 240px;
  }
}
.r25_thanks_title {
  text-align: center;
  font-weight: 700;
  font-family: "semplicitapro", sans-serif;
  font-size: 56px;
  margin-bottom: 0.5em;
}
@media (min-width: 950px) {
  .r25_thanks_title {
    font-size: 80px;
  }
}
.r25_thanks_text {
  line-height: 2;
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .r25_thanks_text {
    text-align: center;
    font-size: 15px;
    margin-bottom: 60px;
  }
}
.r25_thanks_text p + p {
  margin-top: 1em;
}
.r25_thanks_back {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.r25_thanks_back_btn.btnRound {
  display: inline-flex;
  align-items: center;
  min-width: 230px;
  justify-content: space-between;
  font-weight: 700;
  padding: 10px 24px;
}
.r25_thanks_back_btn.btnRound .icon::before {
  content: "";
  -webkit-mask: url("../img/recruit/2025/back.svg");
  mask: url("../img/recruit/2025/back.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  aspect-ratio: 1/1;
  display: block;
  background: #fefefe;
  width: 16px;
  height: 16px;
  transition: background-color 0.3s ease-out;
}
.r25_thanks_back_btn.btnRound:hover .icon::before {
  background: #2b2b2b;
}

.r25_academy {
  margin-top: 80px;
}
@media (min-width: 950px) {
  .r25_academy {
    margin-top: 160px;
  }
}
.r25_academy_title {
  margin-bottom: 32px;
}
.r25_academy_title .r25_title_en {
  font-weight: 250;
  font-size: min(8vw, 80px);
  line-height: 1.2;
}
.r25_academy_row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 1070px;
  margin: 40px auto 0;
}
@media (min-width: 950px) {
  .r25_academy_row {
    flex-direction: row;
    gap: 100px;
  }
}
.r25_academy_catch {
  white-space: nowrap;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.5;
}
@media (min-width: 950px) {
  .r25_academy_catch {
    font-size: 40px;
  }
}

@media (max-width: 599px) {
  .scroll_wrap {
    margin: 0 -20px;
    max-height: 80vh;
    overflow: auto;
  }
}
@media (max-width: 599px) {
  .scroll_wrap .scroll_area {
    padding: 0 20px;
  }
}
.scroll_wrap .scroll_area img {
  max-width: unset;
  max-height: 80vh;
}

.r25_strong {
  margin-top: 100px;
}
@media (min-width: 950px) {
  .r25_strong {
    margin-top: 200px;
  }
}
.r25_strong_title {
  font-size: min(8vw, 80px);
  font-weight: 300;
  line-height: 1.35;
  margin-bottom: 0.5em;
}
.r25_strong_title .en {
  font-family: "semplicitapro", sans-serif;
}
.r25_strong_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1070px;
  margin: 0 auto;
}
.r25_strong_list_item {
  padding: 20px;
  text-align: center;
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  flex: 0 0 50%;
}
@media (min-width: 600px) {
  .r25_strong_list_item {
    flex: 0 0 33.333%;
  }
}
@media (max-width: 599px) {
  .r25_strong_list_item:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 599px) {
  .r25_strong_list_item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media (min-width: 600px) {
  .r25_strong_list_item:nth-child(3n) {
    border-right: none;
  }
}
@media (min-width: 600px) {
  .r25_strong_list_item:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
@media (max-width: 949px) {
  .r25_strong_list_item_icon img {
    width: 80px;
  }
}
.r25_strong_list_item_text {
  min-height: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 950px) {
  .r25_strong_list_item_text {
    font-size: 24px;
  }
}
.r25_strong_list_item_link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fefefe;
  color: #2b2b2b;
  border-radius: 3em;
  padding: 4px 8px;
  font-size: 12px;
  letter-spacing: normal;
  margin-top: 8px;
}
@media (min-width: 950px) {
  .r25_strong_list_item_link {
    width: 160px;
    height: 36px;
    font-size: 16px;
  }
}

/*# sourceMappingURL=recruit2025.css.map */
