/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* mv */
section#reRecruitMV {
    position: relative;
    height: 850px;
    width: 100%;
    overflow: hidden;
}
.reRecruitMV__video {
    position: absolute;
    width: 100%;
    height: 850px;
    top: 0;
    left: 0;
}
.reRecruitMV__video:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
video#mvvideos {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    pointer-events: none;
    object-fit: cover;
}
.mv__video--circle div {
    background: #fff;
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 9999px;
    opacity: 0.3;
    z-index: 2;
}
.mv__video--circle .mv__video--circleOne {
    left: -40px;
    bottom: -5%;
    width: 320px;
    height: 320px;
    opacity: 0.08;
}
.mv__video--circle .mv__video--circleTwo {
    width: 200px;
    height: 200px;
    bottom: 20%;
    left: 11%;
    opacity: 0.1;
}
.mv__video--circle .mv__video--circleThree {
    right: -40px;
    top: -5%;
    width: 270px;
    height: 270px;
    opacity: 0.08;
}
.mv__video--circle .mv__video--circleFour {
    width: 200px;
    height: 200px;
    bottom: -1%;
    right: -8%;
    opacity: 0.1;
}
.mv__video--circle .mv__video--circleFive {
    top: -1%;
    left: -2%;
    opacity: 0.1;
}
.reRecruitMV__inner {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 1250px;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}
.reRecruitMV__inner--text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 120px;
    position: relative;
    z-index: 3;
}
.reRecruitMV__inner--text h1 {
    font-family: Roboto;
    font-size: 4rem;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 2.6px;
    color: #fff;
}
#typingTarget {
  visibility: hidden;
  white-space: pre-wrap;
}
.reRecruitMV__inner--text h1 span {
    color: var(--main-primary);
    font-style: normal;
    font-size: 5.1rem;
    line-height: 0.9;
    padding-left: 5px;
}
.reRecruitMV__inner--text p {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
	animation: fadeHeader 2s ease 0s 1 normal;
}

/* FV under */
section#recruitFvUnder {
    position: relative;
    background: linear-gradient(102deg, #3C9CFF 0%, #165FAA 100%);
}
section#recruitFvUnder:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(https://wp.standage.co.jp/wp-content/uploads/2025/10/underbgs_.png) no-repeat;
    position: absolute;
    mix-blend-mode: multiply;
	background-size: cover;
}
section#recruitFvUnder:after {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    background: url(/wp-content/themes/twenty-twenty-one-child/asset/img/svg/underwaves.svg) no-repeat;
    bottom: -1px;
    left: 0;
    background-size: cover;
}
.recruitFvUnder__inner {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 200px 0 320px;
	position: relative;
}
.recruitFvUnder__inner p {
    font-size: 1.2rem;
    color: #fff;
	line-height: 2.6;
}
.recruitFvUnder__inner h2 {
    font-size: 2.6rem;
    letter-spacing: 2.8px;
    font-weight: 600;
    color: #fff;
    position: relative;
}
.recruitFvUnder__inner h2 span {
    position: relative;
	z-index: 1;
}
.recruitFvUnder__inner h2 span:after {
    content: "";
    width: 100%;
    height: 50px;
    background: url(/wp-content/themes/twenty-twenty-one-child/asset/img/svg/textunderwave.svg) no-repeat;
    position: absolute;
    bottom: -20px;
    left: -20px;
    background-size: cover;
	z-index: -1;
	opacity: 0.9;
}

/* people */
section#recruitPeople {
    background: #F9F9F9;
    position: relative;
}
.recruitPeople__inner {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.recruitPeople__inner--heading {
    display: flex;
    flex-direction: column;
	gap: 15px;
}
.recruitPeople__inner--heading p {
    font-family: Roboto;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 600;
    color: var(--main-primary);
}
.recruitPeople__inner--heading h2 {
    font-size: 2.6rem;
    letter-spacing: 1.4px;
    font-weight: 700;
	line-height: 1.53;
}
ul.recruitPeople__inner--lists {
    display: flex;
    justify-content: space-between;
    gap: 35px 50px;
    flex-wrap: wrap;
    width: 100%;
}
li.recruitPeople__inner--list {
    width: calc(100% / 3 - 35px);
}
li.recruitPeople__inner--list a {
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: 0.3s;
}
li.recruitPeople__inner--list a:hover {
    opacity: 0.7;
}
.recruitPeople__inner--img {
    border-radius: 6px;
    overflow: hidden;
}
.recruitPeople__inner--img img {
    vertical-align: bottom;
	transition: 0.3s;
}
h3.recruitPeople__inner--text {
    font-weight: 600;
    line-height: 1.53;
    font-size: 1.3rem;
}
li.recruitPeople__inner--list a:hover .recruitPeople__inner--img img {
    transform: scale(1.04);
}
.recruitPeople__inner a.primaryBtn {
    width: fit-content;
    margin: 0 auto;
    padding: 16px 45px 20px;
    font-size: 1.1rem;
}
a.primaryBtn.ouerLink:after, a.secondaryBtn.ouerLink:after {
    content: "\f2d2";
}

/* value */
section#recruitValue {
    background: #fff;
    position: relative;
}
section#recruitValue:after {
    content: "";
    width: 900px;
    height: 900px;
    background: url(https://wp.standage.co.jp/wp-content/uploads/2025/10/earthdot.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.recruitValue__inner {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 120px 0;
	position: relative;
    z-index: 1;
}
.recruitValue__inner--heading {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.recruitValue__inner--heading h2 {
    font-size: 2.6rem;
    letter-spacing: 1.4px;
    font-weight: 700;
    line-height: 1.53;
}
.recruitValue__inner--heading p {
    font-size: 1.2rem;
    line-height: 2.6;
}
ul.recruitValue__inner--mvv {
    display: flex;
    flex-direction: column;
    gap: 70px;
}
p.engMvv {
    font-family: Roboto;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 600;
    color: var(--main-primary);
	line-height: 1.4;
}
ul.recruitValue__inner--mvv li h3 {
    font-size: 2.6rem;
    letter-spacing: 1.4px;
    font-weight: 700;
    line-height: 1.53;
}
.valueWrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px 0;
	margin-top: 15px;
}
.recruitValue__inner--values {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.recruitValue__inner--values h4 {
    font-size: 2.4rem;
    font-family: Roboto;
    font-style: italic;
    font-weight: 600;
    background: #000;
    color: #fff;
    width: fit-content;
    padding: 5px 18px;
    letter-spacing: 1.1px;
}
.recruitValue__inner--values h4 span {
    color: var(--main-primary);
    font-style: normal;
}
p.valueTexts {
    font-size: 1.1rem;
    line-height: 2.6;
    font-weight: 600;
}
.recruitValue__inner a.secondaryBtn {
    margin: 0 auto;
}
/* diverse */
section#diverse {
    background: url(/wp-content/themes/twenty-twenty-one-child/asset/img/svg/ExcludeBG_2.svg) no-repeat;
    background-size: cover;
    position: relative;
    height: 1700px;
	z-index: 1;
}
.diverse__inner {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 120px 0;
    gap: 45px;
    display: flex;
    flex-direction: column;
}
.diverse__inner .recruitPeople__inner--heading h2 {
    color: #fff;
    font-weight: 600;
}
.diverse__inner .recruitPeople__inner--heading h2 span {
    position: relative;
    z-index: 1;
}
.diverse__inner .recruitPeople__inner--heading h2 span:after {
    content: "";
    width: 100%;
    height: 60px;
    background: url(/wp-content/themes/twenty-twenty-one-child/asset/img/svg/textunderwave.svg) no-repeat;
    position: absolute;
    bottom: -36px;
    left: -20px;
    background-size: cover;
    z-index: -1;
    opacity: 0.9;
}
p.recDesc {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 2.6;
    color: #fff;
    font-weight: 400;
	margin-top: 15px;
}
ul.diverse__inner--imgs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px 50px;
}
li.diverse__inner--img {
    width: calc(100% / 2 - 50px);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
li.diverse__inner--img img {
    vertical-align: bottom;
}
.diverse__inner--links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
	margin-top: 60px;
	position: relative;
    z-index: 2;
}
.diverse__inner--links a {
    padding: 17px 35px 20px;
    font-size: 1.1rem;
    min-width: 280px;
    font-weight: 500;
}

/* cta */
section#recruitCTA {
    background: url(https://wp.standage.co.jp/wp-content/uploads/2025/10/joins.jpg) no-repeat;
    background-size: cover;
    margin-top: -250px;
    position: relative;
}
.recruitCTA__inner {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 420px 0 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	gap: 12px;
}
.recruitCTA__inner h2 {
    font-family: Roboto;
    font-size: 5rem;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 2.6px;
    color: #fff;
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.15);
}
.recruitCTA__inner p {
    font-style: normal;
    font-size: 1.4rem;
    line-height: 2.6;
    color: #fff;
    font-weight: 500;
}
.recruitCTA__inner .diverse__inner--links {
    margin-top: 24px;
}
.recruitCTA__inner h2 span {
    color: var(--main-primary);
    font-style: normal;
}

@media screen and (min-width: 1700px) {
/* ここに1700px以上を記述） */
	section#diverse {
    height: 1850px;
	}
}


@media screen and (max-width: 1250px) {
/* （ここに1250px以下のスタイルを記述） */
	.reRecruitMV__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.recruitFvUnder__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.recruitPeople__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.recruitValue__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.diverse__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
}

@media screen and (max-width: 1000px) {
/* （ここに1000px以下のスタイルを記述） */
	ul.recruitPeople__inner--lists {
    gap: 30px;
	}
	li.recruitPeople__inner--list {
    width: calc(100% / 2 - 30px);
	}
}

@media screen and (max-width: 900px) {
/* （ここに900px以下のスタイルを記述） */
	.valueWrapper {
    flex-direction: column;
	}
	.recruitValue__inner--values {
    width: 100%;
	}
	ul.diverse__inner--imgs {
    gap: 30px;
	}
	li.diverse__inner--img {
    width: calc(100% / 2 - 30px);
	}
}

@media screen and (max-width: 767px) {
/* （ここにモバイル用スタイルを記述） */
	section#reRecruitMV {
    min-height: 100svh;
    height: 600px;
	}
	.reRecruitMV__inner--text h1 {
    font-size: 2.5rem;
	}
	.reRecruitMV__inner--text h1 span {
    font-size: 2.5rem;
	}
	.recruitFvUnder__inner {
    padding-top: 120px;
    padding-bottom: 240px;
	}
	.recruitFvUnder__inner h2 {
    font-size: 1.9rem;
	}
	.recruitFvUnder__inner p {
    line-height: 2;
	}
	.recruitPeople__inner--heading h2 {
    font-size: 1.9rem;
	}
	li.recruitPeople__inner--list {
    width: 100%;
	}
	.recruitValue__inner--heading h2 {
    font-size: 1.9rem;
	}
	ul.recruitValue__inner--mvv li h3 {
    font-size: 1.9rem;
	}
	ul.recruitValue__inner--mvv li h3 br {
    display: none;
	}
	.recruitValue__inner--values h4 {
    font-size: 1.6rem;
	}
	section#recruitValue:after {
    width: 300px;
    height: 300px;
	}
	.recruitValue__inner--heading p {
    line-height: 2;
	}
	p.recDesc {
    line-height: 2;
	}
	li.diverse__inner--img {
    width: 100%;
	}
	.diverse__inner--links {
    flex-direction: column;
	}
	.recruitCTA__inner {
    padding-left: 4%;
    padding-right: 4%;
	padding-top: 540px;
	padding-bottom: 140px;
	}
	.recruitCTA__inner h2 {
    font-size: 2.5rem;
    text-align: center;
	}
	.recruitCTA__inner p {
    font-size: 1.2rem;
    line-height: 2;
    text-align: center;
	}
	h3.recruitPeople__inner--text {
    font-size: 1.2rem;
	}
	.recruitPeople__inner--heading h2 br {
    display: none;
	}
}