.p-reason {
  width: 100%;
  min-height: 41.6vw;
  background: url(../../images/workplace/bg_reason_01.jpg) no-repeat center left;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 158px;
}
.p-reason__inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.p-reason__text {
  max-width: 597px;
  margin-left: auto;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.p-reason__copy {
  color: var(--color-white);
  font-size: 3.8rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
.p-reason__copy span {
  background: linear-gradient(to right, #eb91da 0%, #49eafc 100%);
  box-shadow: 5px 5px 10px rgba(var(--color-black-rgb), 0.2);
  padding: 10px 15px;
}
.p-reason__para {
  font-size: 2rem;
  letter-spacing: 0.1em;
}

@media (max-width: 1660px) {
  .p-reason__inner {
    margin: 0 110px;
  }
}
@media (max-width: 1280px) {
  .p-reason {
    background: url(../../images/workplace/bg_reason_01.jpg) no-repeat center left -150px;
    background-size: cover;
  }
  .p-reason__inner {
    margin: 0 20px;
  }
}
@media (max-width: 1024px) {
  .p-reason {
    background: none;
  }
  .p-reason__thumb {
    display: block !important;
    margin: 0 -20px 20px;
  }
  .p-reason__thumb img {
    height: auto;
    aspect-ratio: 1/0.65;
    object-fit: cover;
    object-position: left;
  }
  .p-reason__body {
    display: flex;
    flex-direction: column;
  }
  .p-reason__text {
    max-width: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 60px;
  }
}
@media (max-width: 768px) {
  .p-reason {
    margin-top: 100px;
  }
  .p-reason__text {
    padding: 0 0 30px;
  }
}
@media (max-width: 525px) {
  .p-reason {
    margin-top: 60px;
  }
  .p-reason__copy {
    font-size: 7.2vw;
    margin-bottom: 20px;
  }
  .p-reason__copy span {
    padding: 2vw;
  }
  .p-reason__para {
    font-size: 1.6rem;
  }
}
.p-features {
  color: var(--color-white);
  background: linear-gradient(to right, #ff53a7 0%, #ff9c4c 100%);
  padding: 140px 0;
}
.p-features__inner {
  max-width: 1276px;
  margin: 0 auto;
}
.p-features__title {
  text-align: center;
  margin-bottom: 120px;
}
.p-features__title .c-title--en {
  max-width: 777px;
  display: block;
  margin: 0 auto;
}
.p-features__title .c-title--en img {
  mix-blend-mode: multiply;
}
.p-features__title .c-title--ja {
  font-size: 4.8rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  letter-spacing: 0.15em;
  display: block;
  margin-top: -20px;
}
.p-features__title .c-title--ja span {
  position: relative;
  z-index: 1;
}
.p-features__title .c-title--ja span::before {
  content: "";
  width: 100%;
  height: 15px;
  background: linear-gradient(to right, #ff53a7 0%, #ff9c4c 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.p-features__title .c-title--ja strong {
  color: #9cffc7;
  font-size: 7rem;
  font-weight: var(--font-weight-bold);
}
.p-features__title .c-title--ja em {
  color: #ffff75;
  font-style: normal;
}
.p-features__title .c-title--ja em strong {
  color: #ffff75;
  font-weight: var(--font-weight-bold);
}
.p-features__list {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.p-features__item {
  display: flex;
  justify-content: space-between;
}
.p-features__item:nth-child(even) .p-features__thumb {
  order: 2;
}
.p-features__item:nth-child(even) .p-features__thumb::after {
  background-image: radial-gradient(circle, rgba(255, 219, 147, 0.7) 2.5px, transparent 2.5px), radial-gradient(circle, rgba(255, 219, 147, 0.7) 2.5px, transparent 2.5px);
}
.p-features__item:nth-child(1) .p-features__thumb::before {
  width: 122px;
  aspect-ratio: 122/100;
  background-image: url(../../images/workplace/num_feature_01.svg);
  right: -75px;
  top: -46px;
}
.p-features__item:nth-child(2) .p-features__thumb::before {
  width: 143px;
  aspect-ratio: 143/88;
  background-image: url(../../images/workplace/num_feature_02.svg);
  left: -91px;
  top: -36px;
}
.p-features__item:nth-child(3) .p-features__thumb::before {
  width: 135px;
  aspect-ratio: 135/82;
  background-image: url(../../images/workplace/num_feature_03.svg);
  right: -66px;
  top: -40px;
}
.p-features__item:nth-child(4) .p-features__thumb::before {
  width: 128px;
  aspect-ratio: 128/90;
  background-image: url(../../images/workplace/num_feature_04.svg);
  left: -73px;
  top: -38px;
}
.p-features__thumb {
  width: 40.7%;
  position: relative;
  z-index: 1;
}
.p-features__thumb::before, .p-features__thumb::after {
  content: "";
  position: absolute;
}
.p-features__thumb::before {
  background-repeat: no-repeat;
  background-size: contain;
}
.p-features__thumb::after {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(246, 159, 224, 0.7) 2.5px, transparent 2.5px), radial-gradient(circle, rgba(246, 159, 224, 0.7) 2.5px, transparent 2.5px);
  background-position: 0 0, 4px 8px;
  background-size: 8px 16px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}
.p-features__text {
  width: 54.2%;
}
.p-features__copy {
  font-size: 3.2rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  border-bottom: 1px solid var(--color-white);
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.p-features__copy span {
  color: #9cffc7;
  font-size: 2.6rem;
}
.p-features__copy em {
  color: #ffff75;
  font-style: normal;
}
.p-features__para {
  font-size: 1.8rem;
}
.p-features__para span {
  background: linear-gradient(transparent 70%, #f6ab00 70%);
}

@media (max-width: 1496px) {
  .p-features__inner {
    margin: 0 110px;
  }
}
@media (max-width: 1280px) {
  .p-features__inner {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .p-features__item {
    flex-direction: column;
  }
  .p-features__item:nth-child(even) .p-features__thumb {
    order: 0;
    margin: 0 -20px 20px auto;
  }
  .p-features__item:nth-child(even) .p-features__text {
    margin-left: auto;
  }
  .p-features__thumb {
    width: calc(100% - 60px);
    margin: 0 auto 20px -20px;
  }
  .p-features__text {
    width: calc(100% - 80px);
  }
}
@media (max-width: 640px) {
  .p-features__title {
    white-space: nowrap;
  }
  .p-features__title .c-title--ja {
    font-size: 7.5vw;
    margin-left: -5vw;
  }
  .p-features__title .c-title--ja strong {
    font-size: 10.9vw;
  }
}
@media (max-width: 525px) {
  .p-features {
    padding: 100px 0;
  }
  .p-features__title {
    margin-bottom: 40px;
  }
  .p-features__item:nth-child(1) .p-features__thumb::before {
    width: 23.2vw;
    right: -30px;
    top: -40px;
  }
  .p-features__item:nth-child(2) .p-features__thumb::before {
    width: 27.2vw;
    left: -30px;
    top: -40px;
  }
  .p-features__item:nth-child(3) .p-features__thumb::before {
    width: 25.7vw;
    right: -30px;
  }
  .p-features__item:nth-child(4) .p-features__thumb::before {
    width: 24.3vw;
    left: -30px;
    top: -40px;
  }
  .p-features__thumb {
    width: 100%;
    margin: 0 auto 20px -20px;
  }
  .p-features__text {
    width: 100%;
  }
  .p-features__copy {
    font-size: 2.4rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .p-features__copy span {
    font-size: 1.8rem;
  }
  .p-features__para {
    font-size: 1.6rem;
  }
}
.p-evidence {
  text-align: center;
  background: url(../../images/workplace/bg_evidence_01.png) no-repeat left -15.4vw top;
  background-size: 126.9vw;
  padding: 120px 0 0;
  position: relative;
  z-index: 2;
}
.p-evidence__inner {
  max-width: 1276px;
  margin: 0 auto;
}
.p-evidence__title .c-title--en img {
  max-width: 1022px;
}
.p-evidence__title .c-title--ja {
  color: #3b79b6;
  font-size: 5.4rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.15em;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  display: block;
  margin: -60px 0 40px;
}
.p-evidence__para {
  font-size: 2rem;
  letter-spacing: 0.15em;
  font-weight: var(--font-weight-bold);
}
.p-evidence__iist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  margin-top: 60px;
}
.p-evidence__item {
  width: 32.2%;
  background: var(--color-white);
  border-radius: 20px;
  position: relative;
  box-shadow: 0 0 20px #2eaaff;
  padding: 140px 0 0;
}
.p-evidence__item h3 {
  font-size: 4.3rem;
  min-height: 14rem;
}
.p-evidence__item h3 > span {
  color: var(--color-white);
  font-size: 2.7rem;
  font-weight: var(--font-weight-bold);
  background: linear-gradient(to right, #00ccbb 0%, #5960eb 100%);
  min-width: 187px;
  position: absolute;
  left: 0;
  top: 42px;
  padding: 0 20px;
}
.p-evidence__item h3 strong {
  display: block;
  line-height: 1.2;
}
.p-evidence__item h3 strong span {
  background: linear-gradient(90deg, #00ccbb 0%, #5960eb 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.p-evidence__item h3 strong em {
  font-size: 11.8rem;
  font-family: var(--font-montserrat);
  font-weight: var(--font-weight-bold);
  font-style: normal;
  letter-spacing: 0.05em;
}
.p-evidence__item h3 small {
  font-size: 3.8rem;
}
.p-evidence__item p {
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  text-align: left;
  padding: 10px 20px 30px;
}
.p-evidence__item p span {
  color: #3b79b6;
}
.p-evidence__item p small {
  font-size: 1.2rem;
}
.p-evidence__item img {
  position: absolute;
}
.p-evidence__item:nth-child(1) img {
  width: 110px;
  right: 53px;
  top: 39px;
}
.p-evidence__item:nth-child(2) img {
  width: 93px;
  right: 36px;
  top: 32px;
}
.p-evidence__item:nth-child(3) img {
  width: 90px;
  right: 29px;
  top: 33px;
}
.p-evidence__item:nth-child(4) img {
  width: 134px;
  right: 30px;
  top: 36px;
}
.p-evidence__item:nth-child(5) img {
  width: 111px;
  right: 41px;
  top: 38px;
}
.p-evidence__item:nth-child(6) img {
  width: 114px;
  right: 31px;
  top: 24px;
}
.p-evidence__item:nth-child(5) h3 strong {
  transform: translateX(-1em);
}
.p-evidence__item:nth-child(5) h3 strong b {
  font-weight: var(--font-weight-bold);
  transform: translate(2.1em, -1em);
  display: inline-block;
}

@media (max-width: 1496px) {
  .p-evidence__inner {
    margin: 0 110px;
  }
}
@media (max-width: 1280px) {
  .p-evidence__inner {
    margin: 0 20px;
  }
  .p-evidence__iist {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
  }
  .p-evidence__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1024px) {
  .p-evidence__title .c-title--en img {
    width: 90.8vw;
  }
  .p-evidence__title .c-title--ja {
    font-size: 5.2vw;
    margin: -5.8vw 0 40px;
  }
  .p-evidence__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 840px) {
  .p-evidence__item {
    padding: 16.6vw 0 0;
  }
  .p-evidence__item h3 {
    font-size: 5.1vw;
    min-height: 16.6vw;
  }
  .p-evidence__item h3 > span {
    font-size: 3.2vw;
    min-width: 22.2vw;
    top: 5vw;
    padding: 0 2.3vw;
  }
  .p-evidence__item h3 strong em {
    font-size: 14vw;
  }
  .p-evidence__item:nth-child(1) img {
    width: 13vw;
    right: 6.3vw;
    top: 4.6vw;
  }
  .p-evidence__item:nth-child(2) img {
    width: 11vw;
    right: 4.2vw;
    top: 3.8vw;
  }
  .p-evidence__item:nth-child(3) img {
    width: 10vw;
    right: 3.4vw;
    top: 3.9vw;
  }
  .p-evidence__item:nth-child(4) img {
    width: 15.9vw;
    right: 3.5vw;
    top: 4.2vw;
  }
  .p-evidence__item:nth-child(5) img {
    width: 13.2vw;
    right: 4.8vw;
    top: 4.5vw;
  }
  .p-evidence__item:nth-child(6) img {
    width: 13.5vw;
    right: 3.6vw;
    top: 2.8vw;
  }
}
@media (max-width: 768px) {
  .p-evidence {
    padding: 100px 0;
  }
  .p-evidence__title .c-title--ja {
    margin: -5.8vw 0 30px;
  }
  .p-evidence__iist {
    margin-top: 30px;
  }
}
@media (max-width: 525px) {
  .p-evidence__para {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-evidence__item p {
    font-size: 1.4rem;
  }
  .p-evidence__item:last-child h3 {
    letter-spacing: 0;
  }
}
.p-calendar {
  color: var(--color-white);
  text-align: center;
  background: linear-gradient(to right, #00ccbb 0%, #5960eb 100%);
  clip-path: polygon(0 9%, 100% 0, 100% 100%, 0% 100%);
  margin-top: -200px;
  position: relative;
  z-index: 1;
}
.p-calendar::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.0784313725), rgba(255, 255, 255, 0.0784313725) 4px, transparent 4px, transparent 10px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-calendar__head {
  padding: 300px 20px 100px;
}
.p-calendar__head p {
  font-size: 2rem;
}
.p-calendar__title {
  color: #ffff75;
  font-size: 4.2rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin-bottom: 20px;
}
.p-calendar__title span {
  position: relative;
  z-index: 1;
}
.p-calendar__title span::before {
  content: "";
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #00bff2 0%, #58e375 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.p-calendar__title em {
  font-style: normal;
  position: relative;
  z-index: 1;
}
.p-calendar__title em::before, .p-calendar__title em::after {
  content: "";
  width: 5px;
  height: 44px;
  background: var(--color-white);
  border-radius: 2.5px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.p-calendar__title em::before {
  left: -20px;
  transform: rotate(-20deg);
}
.p-calendar__title em::after {
  right: -20px;
  transform: rotate(20deg);
}
.p-calendar__body {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.p-calendar__slide {
  background: rgba(59, 121, 182, 0.8);
  padding: 70px 0 190px;
}
.p-calendar__slide .slick-slide {
  padding: 0 1vw;
  position: relative;
}
.p-calendar__slide .slick-prev,
.p-calendar__slide .slick-next {
  width: 70px;
  height: 70px;
  background: url(../../images/workplace/ico_next_01.svg);
  background-size: 100% 100%;
  position: absolute;
  bottom: -120px;
}
.p-calendar__slide .slick-prev {
  transform: rotate(180deg);
  right: calc(50% + 30px);
}
.p-calendar__slide .slick-next {
  left: calc(50% + 30px);
}
.p-calendar__slide h3 {
  margin-bottom: 40px;
  padding: 0 20px;
  position: relative;
}
.p-calendar__slide h3 .c-title--en {
  position: absolute;
  top: -120px;
  display: block;
}
.p-calendar__slide--work h3 .c-title--en {
  width: 360px;
  left: calc(50% - 426px);
}
.p-calendar__slide--time-card h3 .c-title--en {
  width: 437px;
  left: calc(50% - 437px);
}
.p-calendar__slide h4 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.p-calendar__slide .c-title--ja {
  font-size: 4.2rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.15em;
  line-height: 1;
}
.p-calendar__slide .c-title--ja span {
  position: relative;
  z-index: 1;
}
.p-calendar__slide .c-title--ja span::before {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #00bff2 0%, #58e375 100%);
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: -1;
}

@media (max-width: 1496px) {
  .p-calendar__inner {
    margin: 0 110px;
  }
}
@media (max-width: 1280px) {
  .p-calendar__inner {
    margin: 0 20px;
  }
}
@media (max-width: 1024px) {
  .p-calendar__slide h3 .c-title--en {
    left: 100px;
    top: -120px;
  }
  .p-calendar__slide--work h3 .c-title--en {
    width: 360px;
  }
  .p-calendar__slide--time-card h3 .c-title--en {
    width: 437px;
  }
}
@media (max-width: 768px) {
  .p-calendar__head {
    padding: 200px 20px 60px;
  }
  .p-calendar__slide h3 .c-title--en {
    left: 20px;
    top: -100px;
  }
  .p-calendar__slide--work h3 .c-title--en {
    width: 46.8vw;
  }
  .p-calendar__slide--time-card h3 .c-title--en {
    width: 56.9vw;
  }
}
@media (max-width: 525px) {
  .p-calendar {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
  }
  .p-calendar__head p {
    font-size: 1.6rem;
  }
  .p-calendar__title {
    font-size: 2.4rem;
  }
  .p-calendar__title em::before, .p-calendar__title em::after {
    width: 4px;
  }
  .p-calendar__body {
    gap: 60px;
  }
  .p-calendar__slide {
    padding: 70px 0 100px;
  }
  .p-calendar__slide h3 {
    margin-bottom: 30px;
  }
  .p-calendar__slide h3 .c-title--ja {
    font-size: 2.4rem;
  }
  .p-calendar__slide h4 {
    font-size: 1.6rem;
  }
  .p-calendar .slick-slide {
    padding: 0 10px;
  }
  .p-calendar .slick-prev,
  .p-calendar .slick-next {
    width: 40px;
    height: 40px;
    bottom: -60px;
  }
  .p-calendar .slick-prev {
    right: calc(50% + 10px);
  }
  .p-calendar .slick-next {
    left: calc(50% + 10px);
  }
}
.p-message {
  position: relative;
  z-index: 1;
  padding: 100px 0 120px;
}
.p-message::before {
  content: "";
  width: 100vw;
  height: 35.4vw;
  background: linear-gradient(to bottom, rgba(236, 255, 243, 0) 0%, rgba(236, 255, 243, 0.4) 40%, rgb(236, 255, 243) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.p-message__title .c-title--en {
  max-width: 720px;
  display: block;
  margin-bottom: -30px;
}
.p-message__inner {
  max-width: 1276px;
  margin: 0 auto;
}
.p-message__body {
  display: flex;
  justify-content: space-between;
}
.p-message__thumb {
  width: 47%;
  order: 2;
  position: relative;
  z-index: 1;
}
.p-message__thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #72eac2 2.5px, transparent 2.5px), radial-gradient(circle, #72eac2 2.5px, transparent 2.5px);
  background-position: 0 0, 4px 8px;
  background-size: 8px 16px;
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: -1;
}
.p-message__text {
  width: 46.6%;
}
.p-message__copy {
  color: #0c9244;
  font-size: 4rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  margin-bottom: 30px;
}
.p-message__para {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.p-message__para span {
  background: linear-gradient(transparent 70%, #ffff75 70%);
}
.p-message__name {
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  text-align: right;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
.p-message__name small {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 10px;
}
.p-message__name span {
  font-size: 2rem;
  margin-right: 1em;
}
.p-message__name ruby {
  color: #0c9244;
  font-size: 3.2rem;
}
.p-message__name ruby rt {
  font-size: 1.2rem;
  position: relative;
  top: -0.5em;
}

@media (max-width: 1496px) {
  .p-message__inner {
    margin: 0 110px;
  }
}
@media (max-width: 1280px) {
  .p-message__inner {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .p-message__title .c-title--en {
    margin: 0 auto 60px;
    padding: 0 20px;
  }
  .p-message__body {
    flex-direction: column;
  }
  .p-message__thumb {
    width: 70%;
    order: 0;
    margin: 0 auto 20px;
  }
  .p-message__text {
    width: 100%;
  }
}
@media (max-width: 525px) {
  .p-message {
    padding: 100px 0;
  }
  .p-message__title .c-title--en {
    margin: 0 auto 30px;
  }
  .p-message::before {
    height: 300vw;
  }
  .p-message__thumb::after {
    right: -10px;
    bottom: -10px;
  }
  .p-message__copy {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .p-message__para {
    font-size: 1.6rem;
  }
  .p-message__name small {
    font-size: 1.4rem;
  }
  .p-message__name span {
    font-size: 1.6rem;
  }
  .p-message__name ruby {
    font-size: 2.4rem;
  }
  .p-message__name ruby rt {
    font-size: 1rem;
  }
}
.p-flow {
  position: relative;
  padding: 130px 0 120px;
}
.p-flow::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  background-image: radial-gradient(circle, #faedf7 3px, transparent 3px), radial-gradient(circle, #faedf7 3px, transparent 3px);
  background-position: 0 0, 5px 8px;
  background-size: 10px 16px;
  clip-path: polygon(0 9%, 100% 0, 100% 100%, 0% 100%);
  transform: scale(-1, 1);
  position: absolute;
  left: 0;
  top: 230px;
  z-index: -1;
}
.p-flow__inner {
  max-width: 1220px;
  margin: 0 auto;
}
.p-flow__title {
  margin-bottom: 100px;
}
.p-flow__title .c-title--en {
  max-width: 549px;
  display: block;
  margin: 0 auto;
}
.p-flow__title .c-title--ja {
  font-size: 4.8rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-align: center;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  display: block;
  margin-top: -30px;
}
.p-flow__list {
  counter-reset: flow;
}
.p-flow__item {
  display: flex;
  justify-content: space-between;
}
.p-flow__thumb {
  width: 46.8%;
  order: 2;
  padding-bottom: 80px;
}
.p-flow__item:last-child .p-flow__thumb {
  padding-bottom: 0;
}
.p-flow__text {
  width: 49.4%;
  display: flex;
  flex-direction: column;
}
.p-flow__text .p-flow__thumb {
  display: none;
}
.p-flow__text h3 {
  color: var(--color-white);
  font-size: 2.8rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.15em;
  width: calc(100% - 64px);
  height: 58px;
  line-height: 58px;
  background: linear-gradient(to right, #ff74ac 0%, #ee782b 100%);
  border-radius: 0 29px 29px 0;
  margin: 0 0 20px auto;
  padding: 0 20px;
  position: relative;
}
.p-flow__text h3::before, .p-flow__text h3::after {
  content: "";
  position: absolute;
}
.p-flow__text h3::before {
  width: 15px;
  height: 100%;
  background: url(../../images/workplace/deco_flow_01.svg);
  background-size: 100% 100%;
  left: -15px;
  top: 0;
}
.p-flow__text h3::after {
  counter-increment: flow;
  content: counter(flow);
  font-size: 4rem;
  font-family: var(--font-montserrat);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  line-height: 54px;
  text-align: center;
  width: 54px;
  height: 54px;
  background: #ff74ac;
  border-radius: 50%;
  left: -64px;
  top: 3px;
}
.p-flow__text p {
  letter-spacing: 0.05em;
  padding-left: 60px;
  height: 100%;
  margin-bottom: 20px;
  position: relative;
}
.p-flow__text p::before {
  content: "";
  width: 3px;
  height: 100%;
  background-image: radial-gradient(circle, #ff74ac 1.5px, transparent 1.5px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 3px 6px;
  position: absolute;
  left: 27px;
  top: 0;
}
.p-flow__item:last-child .p-flow__text p {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-flow__item:last-child .p-flow__text p::before {
  display: none;
}

@media (max-width: 1496px) {
  .p-flow__inner {
    margin: 0 110px;
  }
}
@media (max-width: 1280px) {
  .p-flow__inner {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .p-flow__item {
    flex-direction: column;
  }
  .p-flow__item:last-child .p-flow__thumb {
    padding-bottom: 20px;
  }
  .p-flow__item:last-child .p-flow__text {
    padding-bottom: 0;
  }
  .p-flow__text {
    width: 100%;
  }
  .p-flow__text .p-flow__thumb {
    width: 100%;
    order: 0;
    display: block;
    padding-bottom: 20px;
  }
  .p-flow__text p {
    padding-bottom: 60px;
  }
  .p-flow__thumb {
    display: none;
  }
}
@media (max-width: 640px) {
  .p-flow__title .c-title--ja {
    font-size: 7.5vw;
  }
}
@media (max-width: 525px) {
  .p-flow {
    padding: 100px 0;
  }
  .p-flow::before {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
  }
  .p-flow__title {
    margin-bottom: 30px;
  }
  .p-flow__text h3 {
    font-size: 1.8rem;
    width: calc(100% - 64px);
    height: 50px;
    line-height: 50px;
    border-radius: 0 25px 25px 0;
  }
  .p-flow__text h3::before {
    width: 13px;
    height: 100%;
    left: -13px;
    top: 0;
  }
  .p-flow__text h3::after {
    font-size: 2.4rem;
    line-height: 50px;
    width: 50px;
    height: 50px;
    left: -60px;
    top: 0;
  }
  .p-flow__text p {
    padding-bottom: 40px;
  }
}
.p-interview {
  background: url(../../images/workplace/bg_interview_02.png) no-repeat center 300px, url(../../images/workplace/bg_interview_01.png) no-repeat right top;
  background-size: 146.7vw, contain;
  padding: 130px 0 180px;
}
.p-interview__head {
  margin-bottom: 60px;
}
.p-interview__title .c-title--en {
  max-width: 861px;
  display: block;
}
.p-interview__title .c-title--ja {
  color: #0c9244;
  font-size: 3.2rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 1276px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -60px auto 0;
}
.p-interview__title .c-title--ja span {
  font-size: 5.8rem;
}
.p-interview__inner {
  max-width: 1276px;
  margin: 0 auto;
}
.p-interview__catch {
  font-size: 4rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 30px;
}
.p-interview__catch span {
  background: linear-gradient(transparent 70%, #ffff75 70%);
}
.p-interview__para {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 140px;
}
.p-interview__list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.p-interview__list--nurse {
  margin-bottom: 240px;
}
.p-interview__list--nurse .p-interview__name span {
  color: #3b79b6;
}
.p-interview__list--nurse .p-interview__text {
  width: 54%;
}
.p-interview__list--nurse .p-interview__text h3 span {
  background: linear-gradient(to right, #00bff2 0%, #58e375 100%);
}
.p-interview__list--nurse .p-interview__text h4 {
  background: linear-gradient(135deg, #00bff2 0%, #58e375 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-interview__list--nurse .p-interview__item:first-child .p-interview__thumb::before {
  background: linear-gradient(to right, rgba(0, 191, 242, 0) 0%, rgba(0, 191, 242, 0.5) 50%, rgb(88, 227, 117) 100%);
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0% 100%);
  left: -109px;
}
.p-interview__list--nurse .p-interview__item:first-child .p-interview__thumb::before {
  background: linear-gradient(to right, rgba(0, 191, 242, 0) 0%, rgba(0, 191, 242, 0.5) 50%, rgb(88, 227, 117) 100%);
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0% 100%);
  left: -109px;
}
.p-interview__list--nurse .p-interview__item:nth-child(n+2) .p-interview__thumb::before {
  background-image: url(../../images/workplace/deco_interview_01.svg);
}
.p-interview__list--nurse .p-interview__item:nth-child(2) .p-interview__thumb::before {
  right: 3px;
  top: -55px;
}
.p-interview__list--nurse .p-interview__item:nth-child(3) .p-interview__thumb::before {
  transform: scale(-1, -1);
  left: 3px;
  bottom: -55px;
}
.p-interview__list--trimmer .p-interview__name span {
  color: #db534f;
}
.p-interview__list--trimmer .p-interview__text h3 span {
  background: linear-gradient(to right, #ff6d94 0%, #ffb866 100%);
}
.p-interview__list--trimmer .p-interview__text h4 {
  background: linear-gradient(135deg, #ff6d94 0%, #ffb866 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-interview__list--trimmer .p-interview__item:first-child .p-interview__thumb::before {
  background: linear-gradient(to right, rgb(255, 109, 148) 0%, rgba(255, 184, 102, 0.5) 50%, rgba(255, 184, 102, 0) 100%);
  clip-path: polygon(0 0, 86% 0, 100% 100%, 14% 100%);
  right: -109px;
}
.p-interview__list--trimmer .p-interview__item:nth-child(even) .p-interview__thumb {
  order: 2;
}
.p-interview__list--trimmer .p-interview__item:nth-child(odd) .p-interview__text {
  order: 2;
}
.p-interview__list--trimmer .p-interview__item:nth-child(n+2) .p-interview__thumb::before {
  background-image: url(../../images/workplace/deco_interview_02.svg);
}
.p-interview__list--trimmer .p-interview__item:nth-child(2) .p-interview__thumb::before {
  left: 3px;
  top: -55px;
}
.p-interview__list--trimmer .p-interview__item:nth-child(3) .p-interview__thumb::before {
  transform: scale(-1, -1);
  right: 3px;
  bottom: -55px;
}
.p-interview__item {
  display: flex;
  justify-content: space-between;
}
.p-interview__item:nth-child(odd) .p-interview__thumb {
  order: 2;
}
.p-interview__item:first-child .p-interview__thumb {
  width: 42.3%;
}
.p-interview__thumb {
  width: 40.7%;
  position: relative;
  z-index: 1;
}
.p-interview__thumb::before {
  content: "";
  position: absolute;
  top: -49px;
  z-index: -1;
}
.p-interview__item:first-child .p-interview__text {
  width: 48.8%;
}
.p-interview__item:first-child .p-interview__thumb::before {
  width: 1071px;
  aspect-ratio: 1071/500;
}
.p-interview__item:nth-child(n+2) .p-interview__thumb::before {
  width: 838px;
  aspect-ratio: 838/126;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-interview__text {
  width: 54%;
  z-index: 1;
}
.p-interview__text h3 {
  color: var(--color-white);
  font-size: 4.2rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
.p-interview__text h3 span {
  box-shadow: 5px 5px 10px rgba(var(--color-black-rgb), 0.2);
  padding: 10px 15px;
}
.p-interview__text h4 {
  font-size: 3.2rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin-bottom: 40px;
}
.p-interview__name {
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.p-interview__name span {
  font-size: 3.2rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
}
.p-interview__name span small {
  font-size: 2.4rem;
  margin-left: 0.25em;
}
.p-interview__profile {
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

@media (max-width: 1496px) {
  .p-interview__inner {
    margin: 0 110px;
  }
}
@media (max-width: 1280px) {
  .p-interview__inner {
    margin: 0 20px;
  }
  .p-interview__title .c-title--en {
    margin: 0 auto;
  }
  .p-interview__title .c-title--ja {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .p-interview__item {
    flex-direction: column;
  }
  .p-interview__item:first-child .p-interview__text {
    width: 100%;
  }
  .p-interview__item:first-child .p-interview__thumb {
    width: 70%;
    margin: 0 auto 20px;
  }
  .p-interview__item:nth-child(odd) .p-interview__thumb {
    order: 0;
  }
  .p-interview__list--nurse .p-interview__text {
    width: 100%;
  }
  .p-interview__list--trimmer .p-interview__item:nth-child(even) .p-interview__thumb {
    order: 0;
  }
  .p-interview__thumb {
    width: 100%;
    order: 0;
    margin-bottom: 20px;
  }
  .p-interview__text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-interview__head {
    padding: 0 20px;
  }
}
@media (max-width: 680px) {
  .p-interview__text h3 {
    font-size: 6.1vw;
  }
  .p-interview__text h3 span {
    padding: 2vw;
  }
}
@media (max-width: 640px) {
  .p-interview__title .c-title--ja {
    font-size: 5vw;
    gap: 1.5vw;
    margin-top: -40px;
  }
  .p-interview__title .c-title--ja span {
    font-size: 9vw;
  }
}
@media (max-width: 525px) {
  .p-interview {
    background-size: 146.7vw, 150vw;
    padding: 100px 0;
  }
  .p-interview__head {
    margin-bottom: 30px;
  }
  .p-interview__catch {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .p-interview__para {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
  .p-interview__name {
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .p-interview__name span {
    font-size: 2.4rem;
  }
  .p-interview__name span small {
    font-size: 1.4rem;
  }
  .p-interview__profile {
    margin-bottom: 20px;
  }
  .p-interview__text h3 {
    margin-bottom: 20px;
  }
  .p-interview__text h4 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .p-interview__list {
    gap: 60px;
  }
  .p-interview__list--nurse {
    margin-bottom: 100px;
  }
  .p-interview__item:first-child .p-interview__thumb::before {
    width: 200vw;
    height: 137vw;
    aspect-ratio: auto;
  }
}
.p-scene {
  color: var(--color-white);
  text-align: center;
  background: url(../../images/workplace/bg_scene_01_pc.jpg) no-repeat center top;
  background-size: cover;
  padding: 144px 20px;
}
.p-scene__inner {
  max-width: 795px;
  margin: 0 auto;
}
.p-scene__head {
  margin-bottom: 40px;
}
.p-scene__title {
  font-size: 5rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.p-scene__title .c-title--ja {
  position: relative;
  z-index: 1;
}
.p-scene__title .c-title--ja::before {
  content: "";
  width: 100%;
  height: 15px;
  background: linear-gradient(to right, #00bff2 0%, #58e375 100%);
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: -1;
}
.p-scene__title .c-title--ja span {
  color: #ffff75;
  font-size: 7rem;
}
.p-scene__thumbs {
  display: flex;
  gap: 25px;
  margin-top: 60px;
}
.p-scene__thumb {
  width: 48.1%;
}
.p-scene__para {
  font-size: 2rem;
  letter-spacing: 0.1em;
}

@media (max-width: 590px) {
  .p-scene__title {
    font-size: 8.4vw;
  }
  .p-scene__title .c-title--ja span {
    font-size: 11.8vw;
  }
}
@media (max-width: 525px) {
  .p-scene {
    background: url(../../images/workplace/bg_scene_02_sp.png) no-repeat center top, url(../../images/workplace/bg_scene_03_sp.png) no-repeat center bottom, url(../../images/workplace/bg_scene_01_sp.jpg) repeat-y center top;
    background-size: contain;
    padding: 100px 20px;
  }
  .p-scene__head {
    margin-bottom: 20px;
  }
  .p-scene__para {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .p-scene__thumbs {
    margin-top: 30px;
  }
}/*# sourceMappingURL=workplace.css.map */