@charset "UTF-8";

/* RECRUIT 2
------------------------------------*/
.recruit2Wrap {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  color: #0C1D42;
}
.recruit2Wrap * {
  box-sizing: border-box;
}
.recruit2Wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.recruit2Wrap a {
  text-decoration: none;
}
.recruit2Wrap p {
  margin: 0 0 30px;
  font-weight: normal;
}
.recruit2Wrap::before,
.recruit2Wrap::after {
  display: none;
}

/* Page line background fix */
#page_line::before,
#page_line::after {
  display: none;
  content: none;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.recruit2Sec {
  position: relative;
  padding: 80px 0;
  z-index: 1;
}
.recruit2Heading {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 35px;
  border-bottom: 1px solid #00C4FF;
  line-height: 1.5;
}
.recruit2Heading span {
  display: block;
  color: #00C4FF;
  font-size: 15px;
  font-weight: bold;
}
.recruit2Heading em {
  display: block;
  margin-top: 0px;
  color: #0C1D42;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
}
.recruit2Heading--center {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 0;
  text-align: center;
}
.recruit2Heading--center span {
  font-size: 20px;
}
.recruit2Heading--center em {
  font-size: 25px;
}


/* Main */
.recruit2Main {
  position: relative;
  min-width: 1200px;
  padding: 0;
  background: #FFFFFF;
  z-index: 1;
}
.recruit2Main__bg {
  position: absolute;
  top: -155px;
  left: 60px;
  width: 1398px;
  z-index: 0;
  pointer-events: none;
}
.recruit2Main__bg img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
}
.recruit2Main__inner {
  position: relative;
  width: 1050px;
  min-height: 895px;
  padding-left: 20px;
  padding-right: 75px;
  margin: auto;
  z-index: 1;
}
.recruit2Main__copy {
  position: relative;
  left: -20px;
  z-index: 3;
  width: 660px;
  padding-top: 250px;
}
.recruit2Main__hello {
  margin-bottom: 25px;
  color: #00C4FF;
  font-size: 93px;
  font-weight: bold;
  line-height: 1;
}
.recruit2Main__copy h1 {
  margin: 0 0 55px;
  color: #0C1D42;
  font-size: 66px;
  font-weight: bold;
  line-height: 1.45;
}
.recruit2Main__lead {
  color: #999999;
  line-height: 1.65;
}
.recruit2Main__lead span {
  display: block;
}
.recruit2Main__leadCompany {
  margin-bottom: -10px;
  font-size: 28px;
  font-weight: bold;

  color: #999999;}
.recruit2Main__leadEn {
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: bold;

  color: #999999;}
.recruit2Main__leadJp {
  font-size: 17px;
  font-weight: normal;

  color: #999999;}
.recruit2Main__visual {
  position: absolute;
  top: 135px;
  right: -200px;
  width: 797px;
  z-index: 2;
}
.recruit2Main__line {
  display: none;
}

/* Fixed LINE */
.recruit2FixedLine {
  position: fixed;
  right: 50px;
  bottom: 50px;
  left: auto;
  top: auto;
  width: 305px;
  max-width: 305px;
  height: auto;
  z-index: 99999;
}

.recruit2FixedLine__link {
  display: block;
  width: 305px;
  height: auto;
  transition: transform 0.25s ease, filter 0.25s ease, opacity 0.25s ease;
}

.recruit2FixedLine__link:hover {
  transform: translateY(-5px);
  filter: brightness(1.08) drop-shadow(0 15px 20px rgba(0, 0, 0, 0.18));
  opacity: 0.92;
}

.recruit2FixedLine__link img {
  display: block;
  width: 305px;
  max-width: none;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.10);
}

.recruit2FixedLine__close {
  position: absolute;
  top: -15px;
  right: -15px;
  left: auto;
  bottom: auto;
  display: block;
  width: 30px;
  height: 30px;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.recruit2FixedLine__close:hover {
  transform: rotate(90deg) scale(1.08);
  opacity: 0.75;
}

.recruit2FixedLine__close img {
  display: block;
  width: 30px;
  max-width: none;
  height: 30px;
}

/* Statement */
.recruit2Statement {
  position: relative;
  overflow: visible;
  padding-top: 85px;
  padding-bottom: 80px;
}

.recruit2Statement .wrap {
  position: relative;
  z-index: 1;
}

.recruit2Statement .recruit2Heading--center {
  width: 1200px;
  max-width: none;
  margin-left: 50%;
  margin-right: 0;
  margin-bottom: 45px;
  transform: translateX(-50%);
  text-align: center;
}

.recruit2Statement .recruit2Heading--center span {
  color: #00C4FF;
  font-size: 53px;
  font-weight: bold;
  line-height: 1.2;
}

.recruit2Statement .recruit2Heading--center em {
  display: block;
  margin-top: 25px;
  color: #0C1D42;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}

.recruit2Statement__text {
  position: relative;
  z-index: 3;
  margin: 0;
  color: #000000;
  font-size: 16px;
  line-height: 2.9;
  text-align: center;
}

.recruit2Statement__img {
  position: absolute;
  top: 80px;
  left: 50%;
  bottom: auto;
  z-index: 2;
  width: 850px;
  margin: 0;
  transform: translateX(-28%);
  opacity: 1;
  pointer-events: none;
}

.recruit2Statement__img img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

/* Development */
.recruit2Development {
  padding-top: 40px;
  padding-bottom: 80px;
}

.recruit2Development .wrap {
  width: 1100px;
  max-width: 1100px;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.recruit2Development .recruit2Heading {
  position: relative;
  display: block;
  padding-bottom: 0;
  margin-bottom: 60px;
  border-bottom: 0;
}

.recruit2Development .recruit2Heading::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 270px;
  right: 0;
  height: 2px;
  background: #00C4FF;
}

.recruit2Development .recruit2Heading span {
  display: inline-block;
  color: #00C4FF;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.recruit2Development .recruit2Heading em {
  display: block;
  margin-top: 10px;
  color: #0C1D42;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
}

.recruit2Development__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 980px;
  margin: 0 auto;
  padding-top: 0;
}

.recruit2Development__item {
  position: relative;
  text-align: center;
  padding: 0 45px;
}

.recruit2Development__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 105px;
  right: 0;
  width: 1px;
  height: 95px;
  background: #E3EBF2;
}

.recruit2Development__item img {
  width: 170px;
  height: 170px;
  margin: 0 auto 10px;
  object-fit: contain;
}

.recruit2Development__item h3 {
  margin: 0 0 20px;
  color: #0C1D42;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.recruit2Development__item p {
  margin: 0;
  color: #000000;
  font-size: 15px;
  line-height: 2;
  text-align: center;
}

/* Growth */
.recruit2Growth {
  position: relative;
  overflow: hidden;
  padding-top: calc(8.5vw + 80px);
  padding-bottom: 80px;
  background-color: transparent;
  background-image: url("../img/recruit2/bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.recruit2Growth__arr {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
}

.recruit2Growth__arr img {
  display: block;
  width: 100%;
  height: auto;
}

.recruit2Growth::before,
.recruit2Growth::after {
  content: none;
  display: none;
}

.recruit2Growth .wrap {
  position: relative;
  z-index: 2;
}

.recruit2Growth__title {
  text-align: center;
}

.recruit2Growth__title img {
  width: 530px;
  max-width: 100%;
  margin: 0 auto 30px;
}

.recruit2Growth__title p {
  margin: 0 0 25px;
  color: #000000;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.recruit2Growth__title span {
  display: block;
  margin: 0;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.recruit2Growth__title span em {
  color: #0173FE;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
}

.recruit2Growth__graphs {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  margin: 50px auto 0;
}

.recruit2Growth__graph {
  width: 508px;
  flex: 0 0 508px;
}

.recruit2Growth__graph img {
  display: block;
  width: 100%;
  height: auto;
}

/* State */
.recruit2State {
  padding-top: 50px;
  padding-bottom: 110px;
}

.recruit2State__list {
  display: grid;
  grid-template-columns: repeat(3, 340px);
  justify-content: space-between;
  width: 1100px;
  max-width: 1100px;
  margin: 0 auto;
}

.recruit2State__item {
  position: relative;
}

.recruit2State__item:nth-child(2) {
  margin-top: 60px;
}

.recruit2State__item img {
  width: 259px;
  height: 259px;
  margin: 0 auto 30px;
  object-fit: contain;
}

.recruit2State__item h3 {
  margin: 0 0 10px;
  color: #0C1D42;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.recruit2State__item .recruit2State__catch {
  margin: 0 0 30px;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
}

.recruit2State__item p:not(.recruit2State__catch) {
  margin: 0;
  color: #000000;
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  text-align: left;
}

/* AI */
.recruit2Ai {
  padding-top: 35px;
  padding-bottom: 90px;
}

.recruit2Ai .wrap {
  width: 1100px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.recruit2Ai__box {
  position: relative;
  overflow: hidden;
  width: 1100px;
  height: 520px;
  border-radius: 15px;
  background: #000000;
}

.recruit2Ai__box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.95) 72%, #000000 100%);
  z-index: 1;
  pointer-events: none;
}

.recruit2Ai__box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit2Ai__text {
  position: absolute;
  top: 50%;
  right: 75px;
  z-index: 2;
  width: 410px;
  transform: translateY(-50%);
  color: #FFFFFF;
}

.recruit2Ai__text h3 {
  margin: 0 0 25px;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
}

.recruit2Ai__text p {
  margin: 0;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 2.2;
}

.recruit2Ai__cards {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 55px;
  align-items: start;
  width: 850px;
  margin: 80px auto 0;
}

.recruit2Ai__cardsImg {
  overflow: hidden;
  border-radius: 15px;
  background: #071723;
}

.recruit2Ai__cardsImg img {
  width: 100%;
  height: auto;
}

.recruit2Ai__cardsText h3 {
  margin: 0 0 10px;
  color: #000000;
  font-weight: bold;
  line-height: 1.8;
}

.recruit2Ai__cardsText h3 span {
  display: block;
  font-size: 16px;
}

.recruit2Ai__cardsText h3 strong {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.recruit2Ai__link {
  margin: 0 0 30px;
}

.recruit2Ai__link a {
  color: #000000;
  font-size: 13px;
  text-decoration: underline;
}

.recruit2Ai__cardsText ul {
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
}

.recruit2Ai__cardsText li {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}

.recruit2Ai__cardsText li::before {
  content: "●";
}

.recruit2Ai__cardsText p:not(.recruit2Ai__link) {
  margin: 0;
  color: #000000;
  font-size: 15px;
  line-height: 2.2;
}

/* Link */
.recruit2Link {
  position: relative;
  overflow: hidden;
  padding-top: calc(8.5vw + 80px);
  padding-bottom: 85px;
  background-color: transparent;
  background-image: url("../img/recruit2/bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.recruit2Link__arr {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
}

.recruit2Link__arr img {
  display: block;
  width: 100%;
  height: auto;
}

.recruit2Link .wrap {
  position: relative;
  z-index: 2;
  width: 1100px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.recruit2Link__title {
  margin-bottom: 80px;
  text-align: center;
}

.recruit2Link__title img {
  width: 300px;
  margin: 0 auto 25px;
}

.recruit2Link__title p {
  margin: 0;
  color: #000000;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}

.recruit2Link .recruit2Heading em small {
  display: inline;
  margin-left: 0;
  color: #0C1D42;
  font-size: 16px;
  font-weight: bold;
  vertical-align: baseline;
}

.recruit2Link__lead {
  width: 860px;
  margin: 0 auto 55px;
  color: #000000;
  font-size: 16px;
  line-height: 2.2;
  text-align: center;
}

.recruit2Link__img {
  width: 748px;
  margin: 0 auto 40px;
}

.recruit2Link__img img {
  width: 100%;
  height: auto;
}


.recruit2Referral__voices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 1100px;
  max-width: 1100px;
  margin: 110px auto 0;
}

.recruit2Referral__voice {
  padding: 50px;
  border: 1px solid #0256DA;
  border-radius: 20px;
  text-align: center;
  box-sizing: border-box;
}

.recruit2Referral__voice img {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 auto 35px;
  border-radius: 50%;
  object-fit: cover;
}

.recruit2Referral__voice h4 {
  margin: 0 0 5px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.recruit2Referral__voice .recruit2Referral__role {
  margin: 0 0 35px;
  color: #000000;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.recruit2Referral__voice .recruit2Referral__catch {
  margin: 0 0 35px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.recruit2Referral__voice .recruit2Referral__text {
  margin: 0;
  color: #000000;
  font-size: 15px;
  line-height: 2.2;
  text-align: left;
}

/* People */
.recruit2People {
  padding-top: 50px;
  padding-bottom: 70px;
}

.recruit2People .wrap {
  width: 1100px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}


.recruit2People .recruit2Heading {
  margin-bottom: 30px;
}

.recruit2People__lead {
  margin: 0;
  color: #000000;
  font-size: 20px;
  line-height: 2;
}

.recruit2People__grid {
  display: grid;
  grid-template-columns: repeat(4, 253px);
  justify-content: space-between;
  row-gap: 55px;
  margin-top: 70px;
}

.recruit2People__item {
  text-align: center;
}

.recruit2People__item:nth-child(even) {
  margin-top: 50px;
}

.recruit2People__photo {
  position: relative;
  display: block;
  overflow: hidden;
  width: 253px;
  height: 328px;
  margin: 0 auto 20px;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: transparent;
  cursor: pointer;
}

.recruit2People__photo img {
  display: block;
  width: 253px;
  height: 328px;
  object-fit: cover;
  border-radius: 20px;
}

.recruit2People__voice {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  text-align: left;
  background: rgba(0, 0, 0, 0.73);
  opacity: 0;
  transition: opacity 0.25s ease;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .recruit2People__photo:hover .recruit2People__voice {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .recruit2People__photo.is-active .recruit2People__voice {
    opacity: 1;
  }
}

.recruit2People__item h3 {
  margin: 0 0 5px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.recruit2People__item p {
  margin: 0;
  color: #000000;
  font-size: 15px;
  line-height: 1.6;
}

/* Message */
.recruit2Message {
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
  background-image: url("../img/recruit2/mes_bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.recruit2Message::before,
.recruit2Message::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 120px;
  pointer-events: none;
}

.recruit2Message::before {
  top: 0;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.recruit2Message::after {
  bottom: 0;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.recruit2Message__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 398px 530px;
  gap: 120px;
  align-items: start;
  width: 1100px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.recruit2Message__photo {
  margin-left: -40px;
  align-self: start;
}

.recruit2Message__photo img {
  display: block;
  width: 398px;
  height: auto;
}

.recruit2Message__text {
  width: 530px;
  max-width: 530px;
  align-self: start;
}

.recruit2Message__label {
  display: flex;
  align-items: start;
  gap: 15px;
  margin: 0 0 10px;
  color: #00C4FF;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.recruit2Message__label span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00C4FF;
}

.recruit2Message__text h2 {
  margin: 0 0 40px;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.recruit2Message__body p {
  margin: 0 0 30px;
  color: #000000;
  font-size: 15px;
  line-height: 2.2;
}

.recruit2Message__body p:last-child {
  margin-bottom: 0;
}

.recruit2Message__signature {
  margin-top: 45px;
  text-align: right;
}

.recruit2Message__signature p {
  margin: 0 0 10px;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
}

.recruit2Message__signature p:last-child {
  margin-bottom: 0;
}

.recruit2Message__signature span {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
}

.recruit2Message__signature strong {
  font-family: serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.2;
}

/* Event */
.recruit2Event {
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 90px;
}

.recruit2Event .wrap {
  width: 1100px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.recruit2Event__text {
  width: 1100px;
  max-width: 1100px;
  margin: 0 auto 55px;
  color: #000000;
  font-size: 16px;
  line-height: 2.2;
  text-align: center;
}

.recruit2Event__text p {
  margin: 0;
  font-size: 16px;
}

.recruit2Event__gallery {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.recruit2Event__gallery--left {
  margin-bottom: 24px;
}

.recruit2Event__track {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: max-content;
  min-width: 100vw;
  will-change: transform;
}

.recruit2Event__gallery--left .recruit2Event__track {
  animation: recruit2EventScrollLeft var(--event-scroll-speed, 36s) linear infinite;
}

.recruit2Event__gallery--right .recruit2Event__track {
  animation: recruit2EventScrollRight var(--event-scroll-speed, 36s) linear infinite;
}

.recruit2Event__gallery--left img {
  display: block;
  width: auto;
  height: 215px;
  flex: 0 0 auto;
  border-radius: 15px;
  object-fit: cover;
}

.recruit2Event__gallery--right img {
  display: block;
  width: auto;
  height: 298px;
  flex: 0 0 auto;
  border-radius: 15px;
  object-fit: cover;
}

@keyframes recruit2EventScrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 12px));
  }
}

@keyframes recruit2EventScrollRight {
  0% {
    transform: translateX(calc(-50% - 12px));
  }
  100% {
    transform: translateX(0);
  }
}

/* Youtube */
.recruit2Youtube {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 110px;
  background-color: transparent;
  background-image: url("../img/recruit2/bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.recruit2Youtube .wrap {
  position: relative;
  z-index: 2;
  width: 1100px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.recruit2Youtube__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
}

.recruit2Youtube__grid a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}

.recruit2Youtube__grid a:hover {
  opacity: 0.8;
}

.recruit2Youtube__grid img {
  display: block;
  width: 100%;
  height: auto;
}

.recruit2Youtube__btn {
  margin-top: 40px;
  text-align: right;
}

.recruit2Youtube__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  padding: 0 28px;
  border-radius: 999px;
  background: #00C4FF;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
  box-sizing: border-box;
}

.recruit2Youtube__btn a::after {
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  margin-left: 28px;
  background: url("../img/recruit2/btn_arr.webp") center center / contain no-repeat;
  border: 0;
  transform: none;
  flex: 0 0 auto;
}

/* Join */
.recruit2Join {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 100px;
  background: url("../img/recruit2/joinus_bg.webp") center 80px / cover no-repeat;
  text-align: center;
}


.recruit2Join::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 260px;
  background: linear-gradient(
    180deg,
    #FFFFFF 0%,
    #FFFFFF 28%,
    rgba(255, 255, 255, 0.88) 48%,
    rgba(255, 255, 255, 0.45) 72%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

.recruit2Join .wrap {
  position: relative;
  z-index: 2;
  width: 1100px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
}

.recruit2Join h2 {
  margin: 0 0 50px;
  color: #00C4FF;
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
}

.recruit2Join p {
  margin: 0 0 50px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

.recruit2Join__btns {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 90px;
}

.recruit2Join__btns a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 520px;
  height: 90px;
  border: 0;
  border-radius: 999px;
  background: #00C4FF;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
  transition: opacity 0.3s ease;
}

.recruit2Join__btns a:nth-child(2) {
  background: #000000;
  color: #00C4FF;
}

.recruit2Join__btns a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000000;
  transform: translateY(-50%);
}

.recruit2Join__btns a:nth-child(2)::after {
  background: #00C4FF;
}

.recruit2Join__btns a:hover {
  opacity: 0.8;
}

.recruit2Join__wantedly img {
  display: block;
  width: 302px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .recruit2Wrap::before,
  .recruit2Wrap::after {
    display: none;
  }
  .recruit2Sec {
    padding: 45px 0;
  }
  .recruit2Heading {
    margin-bottom: 20px;
  }
  .recruit2Heading span {
    font-size: 12px;
  }
  .recruit2Heading em {
    font-size: 12px;
  }
  .recruit2Heading--center span {
    font-size: 18px;
  }
  .recruit2Heading--center em {
    font-size: 18px;
    line-height: 1.6;
  }

  .recruit2Development {
    padding-top: 25px;
  }
  .recruit2Development__list {
    display: block;
    padding-top: 0;
  }
  .recruit2Development__item {
    margin-bottom: 25px;
  }
  .recruit2Development__item:last-child {
    margin-bottom: 0;
  }
  .recruit2Development__item img {
    width: 65px;
  }
  .recruit2Development__item h3 {
    font-size: 13px;
  }
  .recruit2Development__item p {
    font-size: 11px;
  }

  .recruit2Growth {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .recruit2Growth__title img {
    width: 200px;
  }
  .recruit2Growth__title p {
    font-size: 18px;
  }
  .recruit2Growth__title span {
    font-size: 11px;
    line-height: 1.8;
  }
  .recruit2Growth__graphs {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .recruit2Growth__graph {
    margin-bottom: 15px;
  }
  .recruit2Growth__graph:last-child {
    margin-bottom: 0;
  }

  .recruit2State__list {
    display: block;
  }
  .recruit2State__item {
    margin-bottom: 30px;
  }
  .recruit2State__item:last-child {
    margin-bottom: 0;
  }
  .recruit2State__item img {
    height: auto;
  }

  .recruit2Ai {
    padding-bottom: 45px;
  }
  .recruit2Ai__box > img {
    height: 260px;
  }
  .recruit2Ai__text {
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    width: auto;
    transform: none;
  }
  .recruit2Ai__text h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .recruit2Ai__text p,
  .recruit2Ai__cardsText p {
    font-size: 11px;
  }
  .recruit2Ai__cards {
    display: block;
    width: 100%;
    margin-top: 25px;
  }
  .recruit2Ai__cardsImg {
    margin-bottom: 20px;
  }
  .recruit2Ai__cardsText h3 {
    font-size: 15px;
  }

  .recruit2Link {
    padding-top: 50px;
    padding-bottom: 45px;
  }
  .recruit2Link__title {
    margin-bottom: 30px;
  }
  .recruit2Link__title img {
    width: 140px;
  }
  .recruit2Link__title p {
    font-size: 16px;
  }
  .recruit2Link__lead {
    font-size: 11px;
  }
  .recruit2Link__img,
  .recruit2Referral__voices {
    width: 100%;
  }
  .recruit2Link__img {
    margin-bottom: 25px;
  }
  .recruit2Referral__voices {
    display: block;
  }
  .recruit2Referral__voice {
    margin-bottom: 25px;
  }
  .recruit2Referral__voice:last-child {
    margin-bottom: 0;
  }
  .recruit2Referral__voice img {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 auto 35px;
  border-radius: 50%;
  object-fit: cover;
}
  .recruit2Referral__voice h4,
  .recruit2Referral__voice p {
    font-size: 11px;
  }

  .recruit2People {
    padding-top: 35px;
  }
  .recruit2People__lead {
    font-size: 11px;
  }
  .recruit2People__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
  }
  .recruit2People__item img {
    height: 160px;
  }
  .recruit2People__item h3 {
    font-size: 12px;
  }
  .recruit2People__item p {
    font-size: 10px;
  }

  .recruit2Message {
    padding-top: 25px;
    padding-bottom: 45px;
  }
  .recruit2Message__inner {
    display: block;
  }
  .recruit2Message__photo img {
    width: 170px;
    margin-bottom: 20px;
  }
  .recruit2Message__text {
    padding-top: 0;
  }
  .recruit2Message__text h2 span,
  .recruit2Message__text h3 {
    font-size: 12px;
  }
  .recruit2Message__text p,
  .recruit2Message__name {
    font-size: 11px;
  }

  .recruit2Youtube {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .recruit2Youtube__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .recruit2Youtube__btn {
    text-align: center;
  }
  .recruit2Youtube__btn a {
    min-width: 200px;
    font-size: 11px;
  }

  .recruit2Join {
    padding: 50px 0 55px;
  }
  .recruit2Join h2 {
    font-size: 32px;
  }
  .recruit2Join p {
    font-size: 11px;
  }
  .recruit2Join__btns {
    display: block;
  }
  .recruit2Join__btns a {
    width: 180px;
    height: 40px;
    margin: 0 auto 10px;
    font-size: 12px;
  }
  .recruit2Join__btns a:last-child {
    margin-bottom: 0;
  }
}

/* Responsive: Main / Statement / Fixed LINE */
@media (max-width: 767px) {
  .recruit2Main {
    overflow: hidden;
    min-width: auto;
    padding: 0;
  }

  .recruit2Main__inner {
    width: 100%;
    min-height: 128vw;
    padding-left: 5.8vw;
    padding-right: 5.8vw;
    box-sizing: border-box;
  }

  .recruit2Main__bg {
    display: block;
    top: -14vw;
    left: 4vw;
    width: 140vw;
    z-index: 0;
  }

  .recruit2Main__copy {
    left: 0;
    width: 68vw;
    padding-top: 34vw;
    z-index: 4;
  }

  .recruit2Main__hello {
    margin-bottom: 1vw;
    font-size: 13vw;
    line-height: 1;
    white-space: nowrap;
  }

  .recruit2Main__copy h1 {
    margin-bottom: 5vw;
    font-size: 8.6vw;
    line-height: 1.5;
    white-space: nowrap;
  }

  .recruit2Main__lead {
    line-height: 1.65;
  }

  .recruit2Main__leadCompany {
    margin-bottom: 0.5vw;
    font-size: clamp(12px, 3.4vw, 14px);
    white-space: nowrap;
  }

  .recruit2Main__leadEn {
    margin-bottom: 0.5vw;
    font-size: clamp(11px, 3.1vw, 13px);
    white-space: nowrap;
  }

  .recruit2Main__leadJp {
    font-size: clamp(9px, 2.4vw, 10px);
    white-space: nowrap;
  }

  .recruit2Main__visual {
    top: 21vw;
    right: -85vw;
    width: 121vw;
    z-index: 2;
  }

  .recruit2Statement {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .recruit2Statement .wrap {
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 50px;
  }

  .recruit2Statement .recruit2Heading--center {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8vw;
    transform: none;
    text-align: center;
  }

  .recruit2Statement .recruit2Heading--center span {
    font-size: 40px;
    line-height: 1.2;
  }

  .recruit2Statement .recruit2Heading--center em {
    margin-top: 7vw;
    font-size: 24px;
    line-height: 2;
    white-space: normal;
  }

  .recruit2Statement .recruit2Heading--center em br.sp {
    display: block;
  }

  .recruit2Statement__text {
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 2em;
    text-align: left;
  }

  .recruit2Statement__text br {
    display: none;
  }

  .recruit2Statement__img {
    left: -150px;
    bottom: 0px;
    width: 820px;
    margin: 0;
    transform: none;
  }

  .recruit2FixedLine {
    right: 15px;
    bottom: 15px;
    width: 190px;
    max-width: 190px;
  }

  .recruit2FixedLine__link,
  .recruit2FixedLine__link img {
    width: 190px;
  }

  .recruit2FixedLine__link img {
    border-radius: 10px;
  }

  .recruit2FixedLine__close {
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
  }

  .recruit2FixedLine__close img {
    width: 24px;
    height: 24px;
  }
}

/* Main Visual Font Weight Fix */
.recruit2Wrap .recruit2Main__hello {
  font-weight: bold;
}

/* SP Statement Fixed Font Size */
@media (max-width: 767px) {
  .recruit2Statement .recruit2Heading--center span {
    font-size: 40px;
  }

  .recruit2Statement .recruit2Heading--center em {
    font-size: 24px;
  }

  .recruit2Statement__text {
    font-size: 14px;
  }
}

/* SP Statement Margin Adjustment */
@media (max-width: 767px) {
  .recruit2Statement .recruit2Heading--center span {
    margin-bottom: 10px;
  }

  .recruit2Statement .recruit2Heading--center em {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .recruit2Statement .recruit2Heading--center {
    margin-bottom: 0;
  }
}


/* SP Development Adjustment */
@media (max-width: 767px) {
  .recruit2Development {
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .recruit2Development .wrap {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .recruit2Development .recruit2Heading {
    margin-bottom: 45px;
  }

  .recruit2Development .recruit2Heading span {
    font-size: 30px;
  }

  .recruit2Development .recruit2Heading em {
    margin-top: 10px;
    font-size: 24px;
  }

  .recruit2Development__list {
    display: block;
    width: 100%;
  }

  .recruit2Development__item {
    padding: 0;
    margin-bottom: 50px;
  }

  .recruit2Development__item:last-child {
    margin-bottom: 0;
  }

  .recruit2Development__item::after {
    display: none;
  }

  .recruit2Development__item img {
    width: 170px;
    height: 170px;
  }

  .recruit2Development__item h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .recruit2Development__item p {
    font-size: 15px;
    line-height: 2;
  }
}



/* SP Development Heading Fix */
@media (max-width: 767px) {
  .recruit2Development .recruit2Heading::after {
    top: 18px;
    left: 220px;
  }

  .recruit2Development .recruit2Heading em {
    margin-top: 15px;
  }
}


/* SP Growth Adjustment */
@media (max-width: 767px) {
  .recruit2Growth {
    padding-top: calc(8.5vw + 50px);
    padding-bottom: 60px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
  }

  .recruit2Growth__arr {
    width: 100vw;
  }

  .recruit2Growth__title img {
    width: 240px;
    margin-bottom: 20px;
  }

  .recruit2Growth__title p {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .recruit2Growth__title span {
    font-size: 14px;
    line-height: 1.6;
  }

  .recruit2Growth__title span em {
    font-size: 20px;
  }

  .recruit2Growth__graphs {
    display: block;
    margin-top: 35px;
  }

  .recruit2Growth__graph {
    width: 100%;
    max-width: 508px;
    margin: 0 auto 20px;
  }

  .recruit2Growth__graph:last-child {
    margin-bottom: 0;
  }
}


/* SP Common Section / State Adjustment */
@media (max-width: 767px) {
  .recruit2State .wrap,
  .recruit2Ai .wrap,
  .recruit2Link .wrap,
  .recruit2People .wrap,
  .recruit2Youtube .wrap {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .recruit2Sec > .wrap > .recruit2Heading:not(.recruit2Heading--center) {
    margin-bottom: 45px;
  }

  .recruit2Sec > .wrap > .recruit2Heading:not(.recruit2Heading--center) span {
    font-size: 30px;
  }

  .recruit2Sec > .wrap > .recruit2Heading:not(.recruit2Heading--center) span::after {
    margin-left: 40px;
  }

  .recruit2Sec > .wrap > .recruit2Heading:not(.recruit2Heading--center) em {
    margin-top: 10px;
    font-size: 24px;
  }

  .recruit2State {
    padding-top: 45px;
    padding-bottom: 60px;
  }

  .recruit2State__list {
    display: block;
    width: 100%;
    max-width: none;
  }

  .recruit2State__item,
  .recruit2State__item:nth-child(2) {
    margin-top: 0;
    margin-bottom: 55px;
  }

  .recruit2State__item:last-child {
    margin-bottom: 0;
  }

  .recruit2State__item img {
    width: 259px;
    height: 259px;
    margin-bottom: 30px;
  }

  .recruit2State__item h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .recruit2State__item .recruit2State__catch {
    margin-bottom: 30px;
    font-size: 15px;
    white-space: normal;
  }

  .recruit2State__item p:not(.recruit2State__catch) {
    font-size: 15px;
  }
}


/* SP AI Adjustment */
@media (max-width: 767px) {
  .recruit2Ai {
    padding-top: 45px;
    padding-bottom: 60px;
  }

  .recruit2Ai .wrap {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .recruit2Ai__box {
    width: 100%;
    height: 520px;
    border-radius: 6px;
  }

  .recruit2Ai__box::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.55) 40%, #000000 100%);
  }

  .recruit2Ai__box > img {
    content: url("../img/recruit2/ai_bg@sp.webp");
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .recruit2Ai__text {
    top: auto;
    right: 16px;
    bottom: 25px;
    left: 16px;
    width: auto;
    transform: none;
  }

  .recruit2Ai__text h3 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
  }

  .recruit2Ai__text p {
    font-size: 12px;
    line-height: 2;
  }

  .recruit2Ai__cards {
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
    width: 100%;
    margin-top: 45px;
  }

  .recruit2Ai__cardsImg {
    border-radius: 6px;
  }

  .recruit2Ai__cardsText h3 {
    margin-bottom: 10px;
  }

  .recruit2Ai__cardsText h3 span {
    font-size: 12px;
  }

  .recruit2Ai__cardsText h3 strong {
    font-size: 14px;
  }

  .recruit2Ai__link {
    margin-bottom: 25px;
  }

  .recruit2Ai__link a {
    font-size: 12px;
  }

  .recruit2Ai__cardsText ul {
    margin-bottom: 30px;
  }

  .recruit2Ai__cardsText li {
    font-size: 12px;
    line-height: 2;
  }

  .recruit2Ai__cardsText p:not(.recruit2Ai__link) {
    font-size: 12px;
    line-height: 2;
  }
}


/* SP Link Adjustment */
@media (max-width: 767px) {
  .recruit2Link {
    padding-top: calc(8.5vw + 50px);
    padding-bottom: 60px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
  }

  .recruit2Link__arr {
    width: 100vw;
  }

  .recruit2Link .wrap {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .recruit2Link__title {
    margin-bottom: 45px;
  }

  .recruit2Link__title img {
    width: 160px;
    margin-bottom: 15px;
  }

  .recruit2Link__title p {
    font-size: 40px;
  }

  .recruit2Link .recruit2Heading em small {
    display: inline-block;
    margin-left: 0;
    font-size: 16px;
  }

  .recruit2Link__lead {
    width: 100%;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }

  .recruit2Link__img {
    width: 100%;
    max-width: 748px;
    margin-bottom: 35px;
  }

  .recruit2Referral__voices {
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 65px;
  }

  .recruit2Referral__voice {
    padding: 50px;
    margin-bottom: 45px;
    border-radius: 20px;
  }

  .recruit2Referral__voice:last-child {
    margin-bottom: 0;
  }

  .recruit2Referral__voice img {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 auto 35px;
  border-radius: 50%;
  object-fit: cover;
}

  .recruit2Referral__voice h4 {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .recruit2Referral__voice .recruit2Referral__role {
    margin-bottom: 35px;
    font-size: 15px;
  }

  .recruit2Referral__voice .recruit2Referral__catch {
    margin-bottom: 35px;
    font-size: 20px;
  }

  .recruit2Referral__voice .recruit2Referral__text {
    font-size: 15px;
  }
}


/* SP People Adjustment */
@media (max-width: 767px) {
  .recruit2People {
    padding-top: 45px;
    padding-bottom: 60px;
  }

  .recruit2People .wrap {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .recruit2People__lead {
    margin: 0 0 40px;
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
  }

  .recruit2People__grid {
    display: block;
  }

  .recruit2People__item,
  .recruit2People__item:nth-child(even) {
    margin-top: 0;
    margin-bottom: 45px;
  }

  .recruit2People__item:last-child {
    margin-bottom: 0;
  }

  .recruit2People__photo,
  .recruit2People__photo img {
    width: 253px;
    height: 328px;
  }

  .recruit2People__photo {
    margin-bottom: 20px;
  }

  .recruit2People__voice {
    padding: 25px;
    font-size: 15px;
  }

  .recruit2People__item h3 {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .recruit2People__item p {
    font-size: 15px;
  }
}

/* People Margin Final Fix */
.recruit2People.recruit2Sec > .wrap > .recruit2Heading:not(.recruit2Heading--center) {
  margin-bottom: 30px;
}

.recruit2People__lead {
  margin: 0;
}

.recruit2People__grid {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .recruit2People.recruit2Sec > .wrap > .recruit2Heading:not(.recruit2Heading--center) {
    margin-bottom: 30px;
  }

  .recruit2People__lead {
    margin: 0;
  }

  .recruit2People__grid {
    margin-top: 70px;
  }
}


/* SP Message Adjustment */
@media (max-width: 767px) {
  .recruit2Message {
    padding-top: 60px;
    padding-bottom: 80px;
    background-size: cover;
    background-position: center top;
  }

  .recruit2Message::before,
  .recruit2Message::after {
    height: 80px;
  }

  .recruit2Message__inner {
    display: block;
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .recruit2Message__label {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .recruit2Message__text h2 {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .recruit2Message__photo {
    margin-left: 0;
    margin-bottom: 40px;
    text-align: center;
  }

  .recruit2Message__photo img {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .recruit2Message__text {
    width: 100%;
    max-width: none;
  }

  .recruit2Message__body p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 2.2;
  }

  .recruit2Message__signature {
    margin-top: 40px;
    text-align: right;
  }

  .recruit2Message__signature p {
    font-size: 14px;
  }

  .recruit2Message__signature span {
    margin-right: 15px;
    font-size: 14px;
  }

  .recruit2Message__signature strong {
    font-size: 28px;
  }
}

/* Message Margin Final Fix */
.recruit2Message__label {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}

/* fallback for old markup: <h2><span>MESSAGE</span></h2> */
.recruit2Message__text h2 span {
  margin-bottom: 10px;
}

.recruit2Message__text h2 {
  margin-top: 0;
  margin-bottom: 40px;
}

/* fallback for old markup: representative title was h3 */
.recruit2Message__text h3 {
  margin-top: 0;
  margin-bottom: 40px;
}

.recruit2Message__body {
  margin-top: 0;
}

@media (max-width: 767px) {
  .recruit2Message__label {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .recruit2Message__text h2 span {
    margin-bottom: 10px;
  }

  .recruit2Message__text h2 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .recruit2Message__text h3 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .recruit2Message__body {
    margin-top: 0;
  }
}

/* Message Align Final Fix */
.recruit2Message__inner {
  align-items: start;
}

.recruit2Message__photo,
.recruit2Message__text {
  align-self: start;
}

@media (max-width: 767px) {
  .recruit2Message__photo,
  .recruit2Message__text {
    align-self: auto;
  }
}

/* Message Label Dot Fix */
.recruit2Message__label {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}

.recruit2Message__label span {
  position: relative;
  top: 0;
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin: 0;
  border-radius: 50%;
  background: #00C4FF;
}

@media (max-width: 767px) {
  .recruit2Message__label {
    align-items: center;
    gap: 10px;
    line-height: 1;
  }

  .recruit2Message__label span {
    top: 0;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    margin: 0;
  }
}

/* Message Bottom Spacing Fix */
.recruit2Message {
  padding-bottom: 70px;
  margin-bottom: 0;
}

.recruit2Message + .recruit2Sec {
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 767px) {
  .recruit2Message {
    padding-bottom: 70px;
    margin-bottom: 0;
  }

  .recruit2Message + .recruit2Sec {
    margin-top: 0;
    padding-top: 0;
  }
}

/* Message Label Spacing Absolute Fix */
.recruit2Wrap .recruit2Message__label,
.recruit2Message .recruit2Message__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  line-height: 1;
}

.recruit2Message .recruit2Message__label span {
  position: relative;
  top: 0;
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin: 0;
  border-radius: 50%;
  background: #00C4FF;
}

.recruit2Message .recruit2Message__text > h2 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 40px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .recruit2Wrap .recruit2Message__label,
  .recruit2Message .recruit2Message__label {
    margin-bottom: 10px;
  }

  .recruit2Message .recruit2Message__text > h2 {
    margin-bottom: 40px;
  }
}


/* SP Event Adjustment */
@media (max-width: 767px) {
  .recruit2Event {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .recruit2Event .wrap {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .recruit2Event__text {
    width: 100%;
    max-width: none;
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }

  .recruit2Event__text p {
    font-size: 16px;
  }

  .recruit2Event__gallery {
    width: 100vw;
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }

  .recruit2Event__track {
    gap: 20px;
    min-width: 100vw;
  }

  .recruit2Event__gallery--left {
    margin-bottom: 20px;
  }

  .recruit2Event__gallery--left img {
    height: 215px;
    border-radius: 15px;
  }

  .recruit2Event__gallery--right img {
    height: 298px;
    border-radius: 15px;
  }

  .recruit2Event__gallery--left .recruit2Event__track {
    animation-duration: 30s;
  }

  .recruit2Event__gallery--right .recruit2Event__track {
    animation-duration: 30s;
  }
}


/* SP Youtube Adjustment */
@media (max-width: 767px) {
  .recruit2Youtube {
    padding-top: 60px;
    padding-bottom: 70px;
    background-size: auto 100%;
    background-position: center top;
  }

  .recruit2Youtube .wrap {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .recruit2Youtube__grid {
    display: block;
  }

  .recruit2Youtube__grid a {
    margin-bottom: 20px;
  }

  .recruit2Youtube__grid a:last-child {
    margin-bottom: 0;
  }

  .recruit2Youtube__btn {
    margin-top: 35px;
    text-align: center;
  }

  .recruit2Youtube__btn a {
    width: 280px;
    height: 55px;
    font-size: 13px;
    white-space: nowrap;
  }

  .recruit2Youtube__btn a::after {
    margin-left: 20px;
  }
}


/* SP Join Adjustment */
@media (max-width: 767px) {
  .recruit2Join {
    padding-bottom: 55px;
    background-position: center 55px;
    background-size: auto 100%;
  }

  .recruit2Join .wrap {
    width: 100%;
    max-width: none;
    padding: 35px 20px 0;
  }

  .recruit2Join h2 {
    margin-bottom: 30px;
    font-size: 42px;
  }

  .recruit2Join p {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 2;
  }

  .recruit2Join__btns {
    display: block;
    margin-bottom: 35px;
  }

  .recruit2Join__btns a {
    width: 100%;
    height: 55px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .recruit2Join__btns a:last-child {
    margin-bottom: 0;
  }

  .recruit2Join__btns a::after {
    right: 18px;
    width: 7px;
    height: 7px;
  }

  .recruit2Join__wantedly img {
    width: 200px;
  }
}


/* Join Gradient SP Fix */
@media (max-width: 767px) {
  .recruit2Join::before {
    height: 130px;
  }
}

/* Common Heading Restore Fix */
.recruit2State .wrap,
.recruit2Ai .wrap,
.recruit2Link .wrap,
.recruit2People .wrap,
.recruit2Youtube .wrap,
.recruit2Event .wrap {
  width: 1100px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.recruit2Sec > .wrap > .recruit2Heading:not(.recruit2Heading--center) {
  position: relative;
  display: block;
  padding-bottom: 0;
  margin-bottom: 60px;
  border-bottom: 0;
  line-height: 1.5;
}

.recruit2Sec > .wrap > .recruit2Heading:not(.recruit2Heading--center)::after {
  content: none;
  display: none;
}

.recruit2Sec > .wrap > .recruit2Heading:not(.recruit2Heading--center) span {
  display: flex;
  align-items: center;
  width: 100%;
  color: #00C4FF;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.recruit2Sec > .wrap > .recruit2Heading:not(.recruit2Heading--center) span::after {
  content: "";
  display: block;
  flex: 1;
  height: 2px;
  margin-left: 40px;
  background: #00C4FF;
}

.recruit2Sec > .wrap > .recruit2Heading:not(.recruit2Heading--center) em {
  display: block;
  margin-top: 10px;
  color: #0C1D42;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
}

/* People-specific spacing after restoring common heading */
.recruit2People.recruit2Sec > .wrap > .recruit2Heading:not(.recruit2Heading--center) {
  margin-bottom: 30px;
}

.recruit2People__lead {
  margin: 0;
  font-size: 20px;
}

.recruit2People__grid {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .recruit2State .wrap,
  .recruit2Ai .wrap,
  .recruit2Link .wrap,
  .recruit2People .wrap,
  .recruit2Youtube .wrap,
  .recruit2Event .wrap {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .recruit2Sec > .wrap > .recruit2Heading:not(.recruit2Heading--center) {
    margin-bottom: 45px;
  }

  .recruit2Sec > .wrap > .recruit2Heading:not(.recruit2Heading--center) span {
    font-size: 30px;
  }

  .recruit2Sec > .wrap > .recruit2Heading:not(.recruit2Heading--center) span::after {
    margin-left: 40px;
  }

  .recruit2Sec > .wrap > .recruit2Heading:not(.recruit2Heading--center) em {
    margin-top: 10px;
    font-size: 24px;
  }

  .recruit2People.recruit2Sec > .wrap > .recruit2Heading:not(.recruit2Heading--center) {
    margin-bottom: 30px;
  }

  .recruit2People__lead {
    margin: 0;
    font-size: 20px;
  }

  .recruit2People__grid {
    margin-top: 70px;
  }
}

/* Recruit MV Opening Animation */
@media (min-width: 768px) {
  .recruit2Main__bg,
  .recruit2Main__visual,
  .recruit2Main__hello,
  .recruit2Main__copy h1,
  .recruit2Main__lead {
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    backface-visibility: hidden;
  }

  .recruit2Main__bg {
    animation-name: recruitMvBgMain;
    animation-duration: 1.45s;
    animation-delay: 0.05s;
  }

  .recruit2Main__visual {
    animation-name: recruitMvVisual;
    animation-duration: 1.45s;
    animation-delay: 0.25s;
  }

  .recruit2Main__hello {
    animation-name: recruitMvHello;
    animation-duration: 0.70s;
    animation-delay: 1.25s;
  }

  .recruit2Main__copy h1 {
    animation-name: recruitMvTitle;
    animation-duration: 0.82s;
    animation-delay: 1.85s;
  }

  .recruit2Main__lead {
    animation-name: recruitMvLead;
    animation-duration: 0.70s;
    animation-delay: 2.55s;
  }
}

@keyframes recruitMvBgMain {
  0% {
    opacity: 0;
    transform: translate(35px, 18px) scale(0.96) rotate(-1.5deg);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0);
    filter: blur(0);
  }
}

@keyframes recruitMvVisual {
  0% {
    opacity: 0;
    transform: translate(70px, -12px) scale(0.94) rotate(2deg);
    filter: blur(5px);
  }
  65% {
    opacity: 1;
    transform: translate(-5px, 0) scale(1.015) rotate(0);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0);
    filter: blur(0);
  }
}

@keyframes recruitMvHello {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.88);
  }
  58% {
    opacity: 1;
    transform: translateY(-7px) scale(1.08);
  }
  78% {
    transform: translateY(3px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes recruitMvTitle {
  0% {
    opacity: 0;
    transform: translateX(-42px);
    clip-path: inset(0 100% 0 0);
  }
  70% {
    opacity: 1;
    transform: translateX(4px);
    clip-path: inset(0 0 0 0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes recruitMvLead {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  70% {
    opacity: 1;
    transform: translateY(-3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .recruit2Main__bg,
  .recruit2Main__visual,
  .recruit2Main__hello,
  .recruit2Main__copy h1,
  .recruit2Main__lead {
    animation: none;
  }
}

/* Recruit Scroll Animation */
.recruit2ScrollAnim {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.recruit2ScrollAnim--left {
  transform: translateX(-36px);
}

.recruit2ScrollAnim--right {
  transform: translateX(36px);
}

.recruit2ScrollAnim--zoom {
  transform: translateY(28px) scale(0.96);
}

.recruit2ScrollAnim.is-visible {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .recruit2ScrollAnim {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Fixed LINE After MV Animation */
@media (min-width: 768px) {
  .recruit2FixedLine {
    opacity: 0;
    transform: translateY(45px);
    animation: recruitFixedLineFadeIn 0.85s cubic-bezier(0.16, 1, 0.3, 1) 2.55s both;
  }
}

@keyframes recruitFixedLineFadeIn {
  0% {
    opacity: 0;
    transform: translateY(45px) scale(0.96);
  }
  70% {
    opacity: 1;
    transform: translateY(-6px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}


@media (prefers-reduced-motion: reduce) {
  .recruit2FixedLine {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* SP Recruit MV Opening Animation */
@media (max-width: 767px) {
  .recruit2Main__bg,
  .recruit2Main__visual,
  .recruit2Main__hello,
  .recruit2Main__copy h1,
  .recruit2Main__lead {
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    backface-visibility: hidden;
  }

  .recruit2Main__bg {
    animation-name: recruitMvSpBg;
    animation-duration: 1.25s;
    animation-delay: 0.05s;
  }

  .recruit2Main__visual {
    animation-name: recruitMvSpVisual;
    animation-duration: 1.25s;
    animation-delay: 0.22s;
  }

  .recruit2Main__hello {
    animation-name: recruitMvSpHello;
    animation-duration: 0.62s;
    animation-delay: 1.20s;
  }

  .recruit2Main__copy h1 {
    animation-name: recruitMvSpTitle;
    animation-duration: 0.72s;
    animation-delay: 1.72s;
  }

  .recruit2Main__lead {
    animation-name: recruitMvSpLead;
    animation-duration: 0.62s;
    animation-delay: 2.40s;
  }
}

@keyframes recruitMvSpBg {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.97);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes recruitMvSpVisual {
  0% {
    opacity: 0;
    transform: translateX(35px) scale(0.96);
    filter: blur(4px);
  }
  70% {
    opacity: 1;
    transform: translateX(-3px) scale(1.01);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: blur(0);
  }
}

@keyframes recruitMvSpHello {
  0% {
    opacity: 0;
    transform: translateY(22px) scale(0.90);
  }
  60% {
    opacity: 1;
    transform: translateY(-5px) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes recruitMvSpTitle {
  0% {
    opacity: 0;
    transform: translateX(-28px);
    clip-path: inset(0 100% 0 0);
  }
  75% {
    opacity: 1;
    transform: translateX(3px);
    clip-path: inset(0 0 0 0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes recruitMvSpLead {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Recruit Hover Interaction Fix */
/* GUGA link */
.recruit2Ai__link a {
  transition: opacity 0.25s ease, color 0.25s ease;
}

.recruit2Ai__link a:hover {
  color: #0173FE;
  opacity: 0.75;
}

.recruit2Ai__cardsImg a {
  display: block;
  overflow: hidden;
  border-radius: 15px;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.recruit2Ai__cardsImg a:hover {
  opacity: 0.85;
  transform: translateY(-4px);
}

.recruit2Ai__cardsImg a img {
  transition: transform 0.35s ease;
}

.recruit2Ai__cardsImg a:hover img {
  transform: scale(1.04);
}

/* Youtube button */
.recruit2Youtube__btn a {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    opacity 0.25s ease;
}

.recruit2Youtube__btn a:hover {
  opacity: 1;
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 196, 255, 0.35);
}

.recruit2Youtube__btn a:hover::after {
  transform: translateX(4px);
}

/* JOIN buttons */
.recruit2Join__btns a {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease,
    opacity 0.25s ease;
}

.recruit2Join__btns a:hover {
  opacity: 1;
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 16px 28px rgba(0, 196, 255, 0.38);
  filter: brightness(1.05);
}

.recruit2Join__btns a:nth-child(2):hover {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
}

.recruit2Join__btns a:hover::after {
  transform: translateY(-50%) scale(1.45);
}

@media (max-width: 767px) {
  .recruit2Ai__cardsImg a:hover,
  .recruit2Youtube__btn a:hover,
  .recruit2Join__btns a:hover {
    transform: none;
  }

  .recruit2Join__btns a:hover::after {
    transform: translateY(-50%);
  }
}

/* External Image Link Hover Fix */
.recruit2Ai__cardsImg a,
.recruit2Join__wantedly a {
  display: block;
  overflow: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.recruit2Ai__cardsImg a {
  border-radius: 15px;
}

.recruit2Join__wantedly a {
  width: 302px;
  margin: 0 auto;
}

.recruit2Ai__cardsImg a:hover,
.recruit2Join__wantedly a:hover {
  opacity: 0.85;
  transform: translateY(-4px);
}

.recruit2Ai__cardsImg a img,
.recruit2Join__wantedly a img {
  transition: transform 0.35s ease;
}

.recruit2Ai__cardsImg a:hover img,
.recruit2Join__wantedly a:hover img {
  transform: scale(1.04);
}

@media (max-width: 767px) {
  .recruit2Ai__cardsImg a:hover,
  .recruit2Join__wantedly a:hover {
    transform: none;
  }
}

/* Wantedly Hover No Scale Fix */
.recruit2Join__wantedly a {
  display: block;
  width: 302px;
  margin: 0 auto;
  transition: opacity 0.25s ease, transform 0.25s ease, filter 0.25s ease;
}

.recruit2Join__wantedly a:hover {
  opacity: 0.86;
  transform: translateY(-4px);
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

.recruit2Join__wantedly a img,
.recruit2Join__wantedly a:hover img {
  transform: none;
}

@media (max-width: 767px) {
  .recruit2Join__wantedly a:hover {
    transform: none;
    filter: none;
  }
}

/* SP Growth Text Size Fix */
@media (max-width: 767px) {
  .recruit2Growth__title p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.6;
    white-space: nowrap;
  }

  .recruit2Growth__title span {
    font-size: 20px;
    line-height: 1.9;
  }

  .recruit2Growth__title span em {
    font-size: 30px;
    line-height: 1;
  }
}

/* SP Growth Layout Fix */
@media (max-width: 767px) {
  .recruit2Growth__title img {
    width: calc(100vw - 60px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .recruit2Growth__title span {
    line-height: 1.7;
  }
}

/* SP AI Link Text Fix */
@media (max-width: 767px) {
  .recruit2Ai__text h3 {
    font-size: 22px;
    line-height: 1.7;
  }

  .recruit2Ai__text p {
    font-size: 15px;
    line-height: 2;
  }

  .recruit2Ai__cardsText h3 span {
    font-size: 16px;
    line-height: 1.8;
  }

  .recruit2Ai__cardsText h3 strong {
    font-size: 19px;
    line-height: 1.7;
  }

  .recruit2Ai__link a {
    font-size: 13px;
  }

  .recruit2Ai__cardsText li {
    font-size: 16px;
    line-height: 1.8;
  }

  .recruit2Ai__cardsText > p:not(.recruit2Ai__link) {
    font-size: 15px;
    line-height: 2;
  }

  .recruit2Link__title p {
    font-size: 24px;
    line-height: 1.5;
  }
}

/* SP Referral Voice Box Fix */
@media (max-width: 767px) {
  .recruit2Referral__voice {
    padding: 40px 30px;
  }

  .recruit2Referral__catch {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
    line-break: strict;
  }

  .recruit2Referral__catch br {
    display: none;
  }
}

/* SP Referral Catch Wrap Fix */
@media (max-width: 767px) {
  .recruit2Referral__catch {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    line-break: auto;
    box-sizing: border-box;
  }

  .recruit2Referral__catch br {
    display: none;
  }
}

/* SP People Message Fix */
@media (max-width: 767px) {
  .recruit2People__lead {
    text-align: center;
    line-height: 1.8;
  }

  .recruit2Message {
    padding-top: 50px;
    padding-bottom: 70px;
    background-position: center top;
    background-size: cover;
  }

  .recruit2Message__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .recruit2Message__text {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .recruit2Message__label {
    order: 1;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  .recruit2Message__text h2 {
    order: 2;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.5;
  }

  .recruit2Message__photo {
    order: 3;
    width: 100%;
    margin: 0 0 45px;
    text-align: center;
  }

  .recruit2Message__photo img {
    width: 250px;
    max-width: 72%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .recruit2Message__body {
    order: 4;
  }

  .recruit2Message__body p {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 2.15;
  }

  .recruit2Message__signature {
    order: 5;
    margin-top: 35px;
    text-align: right;
  }

  .recruit2Message__signature p {
    font-size: 14px;
    line-height: 1.8;
  }

  .recruit2Message__signature span {
    margin-right: 14px;
    font-size: 14px;
  }

  .recruit2Message__signature strong {
    font-family: serif;
    font-size: 28px;
    font-weight: normal;
  }
}

/* SP Message Order and Photo Fix */
@media (max-width: 767px) {
  .recruit2Message__text {
    display: contents;
  }

  .recruit2Message__label {
    order: 1;
    width: 100%;
  }

  .recruit2Message__text h2 {
    order: 2;
    width: 100%;
  }

  .recruit2Message__photo {
    order: 3;
    width: 100%;
    margin: 0 0 45px;
    text-align: center;
  }

  .recruit2Message__photo picture {
    display: block;
  }

  .recruit2Message__photo img {
    display: block;
    width: 250px;
    max-width: 72%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .recruit2Message__body {
    order: 4;
    width: 100%;
  }

  .recruit2Message__signature {
    order: 5;
    width: 100%;
  }
}

/* SP Message Spacing Photo Size Fix */
@media (max-width: 767px) {
  .recruit2Message {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .recruit2Message__label {
    margin-bottom: 10px;
  }

  .recruit2Message__text h2 {
    margin-bottom: 30px;
  }

  .recruit2Message__photo {
    width: 100%;
    margin: 0 0 35px;
  }

  .recruit2Message__photo img {
    width: calc(100vw - 40px);
    max-width: none;
    height: auto;
  }

  .recruit2Message__body p:first-child {
    margin-top: 0;
  }
}

/* SP Message Gap Final Fix */
@media (max-width: 767px) {
  .recruit2Message .recruit2Message__inner {
    gap: 0;
  }

  .recruit2Message .recruit2Message__label {
    margin: 0 0 10px;
  }

  .recruit2Message .recruit2Message__text h2 {
    margin: 0 0 30px;
  }

  .recruit2Message .recruit2Message__photo {
    width: 100%;
    margin: 0 0 15px;
  }

  .recruit2Message .recruit2Message__photo picture {
    display: block;
    width: 100%;
  }

  .recruit2Message .recruit2Message__photo img {
    display: block;
    width: calc(100vw - 40px);
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .recruit2Message .recruit2Message__body {
    margin-top: 0;
  }
}

/* Event Top Space Final Fix */
.recruit2Event {
  margin-top: 0 !important;
  padding-top: 120px !important;
}

@media (max-width: 767px) {
  .recruit2Event {
    margin-top: 0 !important;
    padding-top: 75px !important;
  }
}

/* SP Join Text Button Fix */
@media (max-width: 767px) {
  .recruit2Join h2 {
    font-size: 60px;
    line-height: 1;
  }

  .recruit2Join p {
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
  }

  .recruit2Join__btns a {
    height: 70px;
    font-size: 22px;
  }

  .recruit2Join__wantedly img {
    width: 302px;
    max-width: 100%;
  }

  .recruit2Join__wantedly a {
    width: 302px;
    max-width: 100%;
  }
}

/* SP Join Text Break Fix */
@media (max-width: 767px) {
  .recruit2Join p br.pc {
    display: none;
  }
}

/* SP Fixed LINE Size Fix */
@media (max-width: 767px) {
  .recruit2FixedLine {
    width: 220px;
  }

  .recruit2FixedLine img {
    width: 100%;
    height: auto;
  }
}

/* SP Main Copy Clipping Fix */
@media (max-width: 767px) {
  .recruit2Main__copy {
    width: 88vw;
    overflow: visible;
    z-index: 10;
  }

  .recruit2Main__copy h1 {
    position: relative;
    z-index: 11;
    overflow: visible;
    width: 88vw;
    max-width: none;
    white-space: nowrap;
  }

  .recruit2Main__visual {
    z-index: 2;
  }
}

/* Main Visual Letter Fade Animation */
.recruit2Main__typingChar {
  display: inline-block;
  opacity: 0;
  animation: recruit2LetterFade 0.28s ease forwards;
  animation-delay: var(--typing-delay, 0s);
}

.recruit2Main__typingChar--space {
  width: 0.35em;
}

@keyframes recruit2LetterFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .recruit2Main__copy h1.recruit2TypingReady {
    opacity: 1;
    transform: none;
    clip-path: none;
    animation: none !important;
  }

  .recruit2Main__lead {
    animation-delay: 3.75s;
  }

  .recruit2FixedLine {
    animation: recruitFixedLineFadeIn 0.85s cubic-bezier(0.16, 1, 0.3, 1) 3.75s both;
  }
}

@media (max-width: 767px) {
  .recruit2Main__copy h1.recruit2TypingReady {
    opacity: 1;
    transform: none;
    clip-path: none;
    animation: none !important;
  }

  .recruit2Main__lead {
    animation-delay: 3.65s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .recruit2Main__typingChar {
    opacity: 1;
    animation: none;
  }
}

/* Main Visual Hello Bounce Restore */
@media (min-width: 768px) {
  .recruit2Main__hello {
    animation-name: recruitMvHello;
    animation-duration: 0.70s;
    animation-delay: 1.25s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
}

@media (max-width: 767px) {
  .recruit2Main__hello {
    animation-name: recruitMvSpHello;
    animation-duration: 0.62s;
    animation-delay: 1.20s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
}

/* Fixed LINE Visibility Size Fix */
.recruit2FixedLine {
  visibility: visible;
}

@media (min-width: 768px) {
  .recruit2FixedLine {
    opacity: 0;
    animation: recruitFixedLineFadeIn 0.85s cubic-bezier(0.16, 1, 0.3, 1) 3.75s both;
  }
}

@media (max-width: 767px) {
  .recruit2FixedLine {
    visibility: visible;
    opacity: 1;
    width: 240px;
    max-width: 240px;
  }

  .recruit2FixedLine__link,
  .recruit2FixedLine__link img {
    width: 240px;
    max-width: none;
  }
}

/* Youtube ACF Thumbnail Crop Fix */
.recruit2Youtube__grid a {
  aspect-ratio: 16 / 9;
}

.recruit2Youtube__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

