@charset "UTF-8";
.p-stage {
  text-align: center;
  min-height: 55.7vw;
  padding: 200px 20px 100px;
  position: relative;
  z-index: 1;
}
.p-stage__title {
  font-size: 4.2rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-bottom: 50px;
}
.p-stage__title span {
  background: linear-gradient(transparent 70%, #ffff91 70%);
}
.p-stage__title em {
  color: #0c9244;
  font-style: normal;
  position: relative;
}
.p-stage__title em::before {
  color: #41da7c;
  font-weight: var(--font-weight-bold);
  content: "・";
  position: absolute;
  top: -1.25em;
}
.p-stage__title em:nth-child(2)::before {
  color: #4cdd6c;
}
.p-stage__title em:nth-child(3)::before {
  color: #60e262;
}
.p-stage__title em:nth-child(4)::before {
  color: #74e759;
}
.p-stage__title em:nth-child(5)::before {
  color: #88eb4f;
}
.p-stage__title em:nth-child(6)::before {
  color: #9cf045;
}
.p-stage__title em:nth-child(7)::before {
  color: #b3f543;
}
.p-stage__column {
  max-width: 1140px;
  margin: 0 auto;
  background: var(--color-white);
  box-shadow: 5px 5px 20px rgba(var(--color-black-rgb), 0.1);
  border-radius: 40px;
  padding: 50px 60px;
  position: relative;
}
.p-stage__column h3 {
  font-size: 3.2rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
.p-stage__column h3 .c-title--en {
  width: 393px;
  display: block;
  position: absolute;
  left: -47px;
  top: -8px;
}
.p-stage__column h3 .c-title--ja {
  background-image: radial-gradient(circle, #f6ab00 30%, transparent 30%);
  background-position: bottom;
  background-size: 8px 8px;
  background-repeat: repeat-x;
  padding-bottom: 15px;
}
.p-stage__list {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.p-stage__item {
  width: 50%;
  position: relative;
  padding: 0 1em 0 30px;
}
.p-stage__item::before {
  content: "";
  width: 20px;
  height: 19px;
  background-image: url(../../images/veterinarian/ico_check_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
}
.p-stage__text {
  font-size: 2.6rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.15em;
  line-height: 2.2;
  text-shadow: -2px -2px 0 var(--color-white), 2px -2px 0 var(--color-white), -2px 2px 0 var(--color-white), 2px 2px 0 var(--color-white);
  margin-top: 60px;
}
.p-stage__text span {
  color: #0c9244;
}
.p-stage__bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.p-stage__bg img {
  width: 100%;
}

@media (max-width: 1280px) {
  .p-stage__column h3 .c-title--en {
    left: -10px;
  }
}
@media (max-width: 840px) {
  .p-stage__title {
    font-size: 5vw;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .p-stage {
    padding: 10vw 20px 40vw;
  }
  .p-stage__list {
    flex-direction: column;
  }
  .p-stage__item {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 525px) {
  .p-stage__column {
    border-radius: 20px;
    padding: 20px;
  }
  .p-stage__column h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .p-stage__column h3 .c-title--en {
    width: 50%;
    top: -20px;
  }
  .p-stage__column h3 .c-title--ja {
    padding-bottom: 10px;
  }
  .p-stage__list {
    font-size: 1.6rem;
  }
  .p-stage__item::before {
    top: 4px;
  }
  .p-stage__text {
    font-size: 1.8rem;
    line-height: 2;
    text-align: left;
    margin-top: 30px;
  }
}
.p-career {
  background: url(../../images/veterinarian/bg_career_01.png) no-repeat left -19.8vw bottom, #fafafa;
  background-size: 126.1vw;
  position: relative;
  z-index: 1;
  padding-bottom: 270px;
}
.p-career__inner {
  width: 52.4vw;
  min-height: 46.3vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: auto;
  padding-right: 110px;
}
.p-career__head {
  margin-bottom: 60px;
}
.p-career__title .c-title--en {
  max-width: 609px;
  width: 100%;
  display: block;
}
.p-career__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.1em;
  text-align: center;
  display: inline-block;
  margin-top: -20px;
}
.p-career__title .c-title--ja small {
  font-size: 3.2rem;
  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;
}
.p-career__title .c-title--ja em {
  color: #de6c88;
  font-style: normal;
  display: inline-block;
}
.p-career__title .c-title--ja em::first-letter {
  font-size: 7rem;
}
.p-career__title .c-title--ja span {
  font-size: 7rem;
  background: linear-gradient(transparent 70%, #ffff91 70%);
}
.p-career__body dt {
  font-size: 3.2rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
.p-career__body dt span {
  background: linear-gradient(transparent 70%, #ffff91 70%);
}
.p-career__list {
  margin-left: 28px;
  margin-right: 27px;
}
.p-career__item {
  color: var(--color-white);
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.p-career__item span {
  display: inline-block;
  background: linear-gradient(to right, #ff7191 0%, #ffb469 100%);
  margin-bottom: 20px;
  position: relative;
  padding: 10px;
}
.p-career__item span::before, .p-career__item span::after {
  content: "";
  width: 28px;
  height: 100%;
  position: absolute;
  top: 0;
}
.p-career__item span::before {
  background: #ff7191;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  left: -27px;
}
.p-career__item span::after {
  background: #ffb469;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  right: -27px;
}
.p-career__para {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
.p-career__bg {
  width: 56.7vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-career__bg img {
  width: 100%;
}
.p-career__bg::after {
  content: "";
  width: 33.6vw;
  height: 100%;
  background: linear-gradient(to right, rgba(250, 250, 250, 0) 0%, rgb(250, 250, 250) 60%);
  position: absolute;
  right: 0;
  top: 0;
}
.p-career__step {
  max-width: 1522px;
  margin: 100px auto 0;
}
.p-career__step h4 {
  font-size: 3.8rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.2em;
  line-height: 1.4;
  background: linear-gradient(135deg, #ff53a7 0%, #ff9c4c 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}
.p-career__images {
  width: 100%;
  aspect-ratio: 60/23;
  position: relative;
  z-index: 2;
  container-type: inline-size;
}
.p-career__images .p-career__image {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-career__images .p-career__image img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-career__images .p-career__image--line img {
  opacity: 0;
  z-index: -1;
}
.p-career__images.is-active .p-career__image--line img {
  opacity: 1;
  -webkit-mask-image: linear-gradient(to right, black 0%, black 100%);
  mask-image: linear-gradient(to right, black 0%, black 100%);
  -webkit-mask-size: 0% 100%;
  mask-size: 0% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  animation: reveal 5s ease forwards;
}
@keyframes reveal {
  to {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
.p-career-path__list {
  text-align: center;
  max-width: 1276px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin: 100px auto 0;
}
.p-career-path__item {
  background: var(--color-white);
  box-shadow: 10px 10px 10px rgba(var(--color-black-rgb), 0.1);
  padding: 0 100px 60px;
  position: relative;
  z-index: 1;
}
.p-career-path__item::before {
  content: "";
  width: 100%;
  height: 362px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-career-path__item h5 {
  font-size: 8rem;
  font-family: var(--font-montserrat);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0;
  line-height: 1;
  background: linear-gradient(135deg, #38d876 0%, #b0f53b 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
  margin: -40px 0 30px;
}
.p-career__buttons {
  width: 21.5cqw;
  position: absolute;
  right: 0;
  top: 8.3cqw;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5cqw;
}
.p-career__button a:hover img {
  transition: ease 0.3s;
  transform: scale(1.1);
}
.p-career #course01,
.p-career #course02,
.p-career #course03 {
  margin-top: -140px;
  padding-top: 140px;
}
@media (max-width: 1024px) {
  .p-career #course01,
  .p-career #course02,
  .p-career #course03 {
    margin-top: -100px;
    padding-top: 100px;
  }
}
.p-career-path__item:nth-child(1)::before {
  background-color: #edf7fb;
  background-image: radial-gradient(circle, #ddf3fa 3px, transparent 3px), radial-gradient(circle, #ddf3fa 3px, transparent 3px);
  background-position: 0 0, 5px 8px;
  background-size: 10px 16px;
}
.p-career-path__item:nth-child(2)::before {
  background-color: #fdf5f9;
  background-image: radial-gradient(circle, #fceff7 3px, transparent 3px), radial-gradient(circle, #fceff7 3px, transparent 3px);
  background-position: 0 0, 5px 8px;
  background-size: 10px 16px;
}
.p-career-path__item:nth-child(3)::before {
  background-color: #fef8eb;
  background-image: radial-gradient(circle, #fcedeb 3px, transparent 3px), radial-gradient(circle, #fcedeb 3px, transparent 3px);
  background-position: 0 0, 5px 8px;
  background-size: 10px 16px;
}
.p-career-path__thumb {
  display: flex;
}
.p-career-path__thumb img {
  width: 50%;
}
.p-career-path__text h6 {
  color: var(--color-white);
  font-size: 2.4rem;
  line-height: 1.6;
  max-width: 840px;
  position: relative;
  margin: -80px auto 30px;
  padding: 30px;
}
.p-career-path__text h6::before {
  content: "";
  width: 55px;
  height: 55px;
  background: #ffff75;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  left: 0;
  top: 0;
}
.p-career-path__text h6 span {
  font-size: 4.8rem;
  line-height: 1.4;
  display: block;
}
.p-career-path__text p {
  text-align: left;
  max-width: 840px;
  margin: 0 auto;
}
.p-career-path__text p span {
  background: linear-gradient(transparent 70%, #ffff91 70%);
}
.p-career-path__item#cp01 .p-career-path__text h6 {
  background: linear-gradient(to right, #00b4e4 0%, #2cccc1 100%);
}
.p-career-path__item#cp02 .p-career-path__text h6 {
  background: linear-gradient(to right, #ee668a 0%, #ee9fc7 100%);
}
.p-career-path__item#cp03 .p-career-path__text h6 {
  background: linear-gradient(to right, #f4a003 0%, #e8c603 100%);
}

@media (max-width: 1742px) {
  .p-career__step {
    margin: 100px 110px 0;
  }
}
@media (max-width: 1496px) {
  .p-career-path__list {
    margin: 100px 110px 0;
  }
}
@media (max-width: 1280px) {
  .p-career__step {
    margin: 100px 20px 0;
  }
  .p-career__image .u-pc {
    display: none;
  }
  .p-career__image .u-sp {
    display: block;
  }
  .p-career__buttons {
    display: none;
  }
  .p-career__images {
    aspect-ratio: 36/150;
  }
  .p-career__images.is-active .p-career__image--line img {
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 100%);
    mask-image: linear-gradient(to bottom, black 0%, black 100%);
    -webkit-mask-size: 100% 0%;
    mask-size: 100% 0%;
  }
  .p-career__step {
    margin: 100px 100px 0;
  }
  .p-career-path__list {
    margin: 100px 20px 0;
  }
}
@media (max-width: 1024px) {
  .p-career__inner {
    width: 75%;
    min-height: 0;
    padding: 0 20px;
  }
  .p-career-path__item {
    padding: 0 60px 60px;
  }
}
@media (max-width: 834px) {
  .p-career__inner {
    width: 100%;
    min-height: 0;
    padding: 0 20px;
  }
  .p-career__head {
    text-align: center;
  }
  .p-career__title .c-title--en {
    margin: 0 auto;
  }
  .p-career__bg {
    width: 100%;
    position: relative;
    margin-top: 60px;
  }
  .p-career__step {
    margin: 100px 60px 0;
  }
  .p-career__step h4 {
    font-size: 5.8vw;
  }
}
@media (max-width: 525px) {
  .p-career {
    padding-bottom: 100px;
  }
  .p-career__head {
    margin-bottom: 30px;
  }
  .p-career__title .c-title--ja {
    font-size: 3rem;
    margin-top: -20px;
  }
  .p-career__title .c-title--ja small {
    font-size: 4.5vw;
  }
  .p-career__title .c-title--ja em::first-letter {
    font-size: 9.1vw;
  }
  .p-career__title .c-title--ja span {
    font-size: 9.1vw;
  }
  .p-career__body dt {
    font-size: 5.5vw;
    margin-bottom: 30px;
  }
  .p-career__body dt span {
    background: linear-gradient(transparent 70%, #ffff91 70%);
  }
  .p-career__item {
    font-size: 1.8rem;
  }
  .p-career__para {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .p-career__bg {
    margin-top: 30px;
  }
  .p-career__step {
    margin-top: 60px;
  }
  .p-career-path__list {
    gap: 80px;
  }
  .p-career-path__item {
    padding: 0 20px 20px;
  }
  .p-career-path__item::before {
    height: 30vw;
  }
  .p-career-path__item h5 {
    font-size: 3.6rem;
    margin: -20px 0 20px;
  }
  .p-career-path__text h6 {
    font-size: 1.8rem;
    margin: 0 auto 20px;
    padding: 20px;
  }
  .p-career-path__text h6::before {
    width: 25px;
    height: 25px;
  }
  .p-career-path__text h6 span {
    font-size: 2.4rem;
  }
}
@media (max-width: 480px) {
  .p-career-path__item:nth-child(1) .p-career-path__text h6 span {
    font-size: 5vw;
    margin: 0 -20px;
  }
}
.p-support {
  background: linear-gradient(to right, #ecfff3 0%, #f8ffc5 100%);
  clip-path: polygon(0 13.5vw, 100% 0, 100% 100%, 0 100%);
  position: relative;
  z-index: 1;
  margin-top: -13.5vw;
  padding: 280px 0 140px;
}
.p-support__head {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  padding: 0 20px;
}
.p-support__title .c-title--en {
  max-width: 723px;
  display: block;
  margin: 0 auto;
}
.p-support__title .c-title--ja {
  font-size: 3.2rem;
  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-support__title .c-title--ja span {
  display: block;
  letter-spacing: 0.1em;
}
.p-support__title .c-title--ja em {
  color: #0c9244;
  font-size: 7rem;
  font-style: normal;
}
.p-support__inner {
  max-width: 1276px;
  margin: 0 auto;
}
.p-support__para {
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 60px;
}
.p-support__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 70px;
}
.p-support__item {
  width: 47.4%;
}
.p-support__thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.p-support__thumb::before {
  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: -10px;
  bottom: -10px;
  z-index: -1;
}
.p-support__text h3 {
  font-size: 2.8rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 10px;
}
.p-support__text h3 span {
  background: linear-gradient(transparent 70%, #ffff91 70%);
}
.p-support__text p span {
  color: #0c9244;
}
.p-support__bg {
  width: 135.8vw;
  position: absolute;
  left: -6.6vw;
  top: 194px;
}
.p-support__bg img {
  width: 100%;
}

@media (max-width: 1496px) {
  .p-support__inner {
    margin: 0 110px;
  }
}
@media (max-width: 1280px) {
  .p-support__inner {
    margin: 0 20px;
  }
}
@media (max-width: 525px) {
  .p-support {
    padding: 100px 0;
  }
  .p-support__head {
    margin-bottom: 30px;
  }
  .p-support__title .c-title--ja {
    font-size: 4.5vw;
  }
  .p-support__title .c-title--ja em {
    font-size: 9.1vw;
  }
  .p-support__para {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 30px;
  }
  .p-support__list {
    flex-direction: column;
    row-gap: 60px;
  }
  .p-support__item {
    width: 100%;
  }
  .p-support__text h3 {
    font-size: 2rem;
  }
}
.p-step-up {
  background: url(../../images/veterinarian/bg_step-up_01.png) no-repeat left -15.4vw top;
  background-size: 126.9vw;
  position: relative;
  z-index: 1;
  padding: 240px 0 140px;
}
.p-step-up::before {
  content: "";
  width: 100vw;
  height: 37.1vw;
  background: linear-gradient(135deg, #96edcc 0%, #00d7bb 100%);
  clip-path: polygon(0 0, 100% 38%, 100% 100%, 0% 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.p-step-up__head {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}
.p-step-up__title .c-title--en {
  max-width: 631px;
  display: block;
  margin: 0 auto;
}
.p-step-up__title .c-title--ja {
  font-size: 3.2rem;
  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-step-up__title .c-title--ja span {
  color: #3b79b6;
  font-size: 7rem;
  letter-spacing: 0.1em;
  display: block;
}
.p-step-up__inner {
  max-width: 1276px;
  margin: 0 auto;
}
.p-step-up__para {
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 60px;
}
.p-step-up__flow {
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
  position: relative;
}
.p-step-up__flow h3 {
  font-size: 3.4rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.15em;
  text-align: center;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: linear-gradient(to right, #38d876 0%, #b0f53b 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.p-step-up__list {
  display: flex;
  margin-bottom: 100px;
}
.p-step-up__item {
  width: 33.3%;
}
.p-step-up__item dt {
  color: var(--color-white);
  font-size: 2.6rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.15em;
  text-align: center;
  padding-top: 80px;
}
.p-step-up__item:nth-child(1) {
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  z-index: 1;
}
.p-step-up__item:nth-child(1) dt {
  background: #209fd2;
}
.p-step-up__item:nth-child(2) {
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}
.p-step-up__item:nth-child(2) dt {
  background: #f6ab00;
}
.p-step-up__item:nth-child(3) dt {
  background: #e182ae;
}
.p-step-up__item dd {
  padding: 40px 80px 40px 80px;
}
.p-step-up__item dd h4 {
  font-size: 2rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  margin-bottom: 10px;
}
.p-step-up__item:nth-child(1) {
  background: #def1f8;
}
.p-step-up__item:nth-child(1) dd {
  padding: 40px 80px 40px 50px;
}
.p-step-up__item:nth-child(1) dd h4 {
  color: #3b79b6;
}
.p-step-up__item:nth-child(2) {
  width: calc(33.3% + 45px);
  background: #fdeecc;
  margin-left: -45px;
}
.p-step-up__item:nth-child(2) dd h4 {
  color: #e3810f;
}
.p-step-up__item:nth-child(3) {
  width: calc(33.3% + 45px);
  background: #f9e6ef;
  margin-left: -45px;
}
.p-step-up__item:nth-child(3) dd h4 {
  color: #db534f;
}
.p-step-up__tabs {
  display: flex;
  column-gap: 8px;
}
.p-step-up__tab {
  color: var(--color-white);
  font-size: 2.6rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.15em;
  text-align: center;
  width: 216px;
  height: 60px;
  line-height: 60px;
  background: #def1f8;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
  transition: ease 0.3s;
}
.p-step-up__tab:nth-child(1) {
  background: #209fd2;
  border: 1px solid #209fd2;
}
.p-step-up__tab:nth-child(1):hover {
  color: #209fd2;
  background: var(--color-white);
}
.p-step-up__tab:nth-child(2) {
  background: #6DB32E;
  border: 1px solid #6DB32E;
}
.p-step-up__tab:nth-child(2):hover {
  color: #6DB32E;
  background: var(--color-white);
}
.p-step-up__tab:nth-child(3) {
  background: #f9c44c;
  border: 1px solid #f9c44c;
}
.p-step-up__tab:nth-child(3):hover {
  color: #f9c44c;
  background: var(--color-white);
}
.p-step-up__column ol {
  background: var(--color-white);
  box-shadow: 5px 5px 20px rgba(var(--color-black-rgb), 0.1);
}
.p-step-up__column li {
  display: none;
}
.p-step-up__column li.is-active {
  display: flex;
}
.p-step-up__thumb {
  max-width: 404px;
}
.p-step-up__thumb img {
  height: 100%;
  object-fit: cover;
}
.p-step-up__text {
  width: calc(100% - 404px);
  padding: 40px;
}
.p-step-up__text p {
  font-size: 2.2rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.p-step-up__text p span {
  color: #3b79b6;
  background: linear-gradient(transparent 70%, #ffff91 70%);
}
.p-step-up__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.p-step-up__surgery {
  width: calc(45% - 10px);
}
.p-step-up__surgery dt {
  font-size: 2rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.15em;
  text-align: center;
  background: #def1f8;
}
.p-step-up__surgery dd {
  padding: 20px 30px 0;
}
.p-step-up__surgery dd span {
  padding-left: 20px;
  display: block;
  position: relative;
}
.p-step-up__surgery dd span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #209fd2;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
.p-step-up #tab2 .p-step-up__surgery dt {
  background: #E9F5DF;
}
.p-step-up #tab2 .p-step-up__surgery dd span::before {
  background: #6cb331;
}
.p-step-up #tab3 .p-step-up__surgery dt {
  background: #FFF2D9;
}
.p-step-up #tab3 .p-step-up__surgery dd span::before {
  background: #f6ab00;
}
.p-step-up__point {
  color: var(--color-white);
  background: linear-gradient(to right, #00ccbb 0%, #5960eb 100%);
  width: calc(55% - 10px);
  padding: 20px 30px;
  position: relative;
  z-index: 1;
}
.p-step-up__point::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.0784313725), rgba(255, 255, 255, 0.0784313725) 3px, transparent 3px, transparent 7px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-step-up__point dt {
  font-size: 2.2rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid var(--color-white);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.p-step-up__point dt span {
  position: relative;
}
.p-step-up__point dt span::after {
  content: "";
  width: 22px;
  height: 27px;
  background-image: url(../../images/veterinarian/ico_light_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -34px;
  top: -2px;
}
.p-step-up__point dd {
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-step-up__point dd span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.p-step-up__point dd span::before {
  content: "";
  width: 18px;
  height: 15px;
  background-image: url(../../images/veterinarian/ico_check_03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}
.p-step-up #tab2 .p-step-up__text p span {
  color: #0c9244;
}
.p-step-up #tab2 .p-step-up__point {
  background: linear-gradient(to right, #8bc12e 0%, #2ba45a 100%);
}
.p-step-up #tab3 .p-step-up__text p span {
  color: #e3810f;
}
.p-step-up #tab3 .p-step-up__point {
  background: linear-gradient(to right, #dbd04a 0%, #ff931c 100%);
}

@media (max-width: 1496px) {
  .p-step-up__inner {
    margin: 0 110px;
  }
}
@media (max-width: 1280px) {
  .p-step-up__inner {
    margin: 0 20px;
  }
}
@media (max-width: 1024px) {
  .p-step-up__column li {
    flex-direction: column;
  }
  .p-step-up__thumb {
    max-width: none;
  }
  .p-step-up__thumb img {
    aspect-ratio: 335/206;
    object-fit: cover;
  }
  .p-step-up__text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-step-up__flow {
    clip-path: none;
  }
  .p-step-up__flow h3 {
    line-height: 1.4;
    height: auto;
    position: static;
    padding: 20px;
  }
  .p-step-up__list {
    flex-direction: column;
  }
  .p-step-up__item {
    width: 100%;
    clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0) !important;
    margin-bottom: -30px;
  }
  .p-step-up__item:nth-child(2), .p-step-up__item:nth-child(3) {
    width: 100%;
    margin: 0;
  }
  .p-step-up__item dl {
    display: flex;
  }
  .p-step-up__item dt {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    font-feature-settings: "vert";
    padding: 0 0 60px;
  }
  @supports (-webkit-touch-callout: none) {
    .p-step-up__item dt span {
      display: inline-block;
      transform: rotate(-90deg);
      transform-origin: center;
    }
  }
  .p-step-up__item:nth-child(1) {
    margin: 0 0 -80px;
    z-index: 2;
  }
  .p-step-up__item:nth-child(1) dd {
    padding: 20px 20px 70px;
  }
  .p-step-up__item:nth-child(2) {
    margin: 0 0 -80px;
    z-index: 1;
  }
  .p-step-up__item:nth-child(2) dd {
    width: 100%;
    padding: 100px 20px 80px;
  }
  .p-step-up__item:nth-child(3) dd {
    width: 100%;
    padding: 100px 20px 80px;
  }
  .p-step-up__flex {
    flex-direction: column;
  }
  .p-step-up__surgery, .p-step-up__point {
    width: 100%;
  }
}
@media (max-width: 525px) {
  .p-step-up {
    padding: 100px 0 40px;
  }
  .p-step-up::before {
    height: 245vw;
    clip-path: polygon(0 0, 100% 5.7%, 100% 100%, 0% 100%);
  }
  .p-step-up__head {
    margin-bottom: 30px;
  }
  .p-step-up__title .c-title--ja {
    font-size: 4.5vw;
  }
  .p-step-up__title .c-title--ja span {
    font-size: 9.1vw;
  }
  .p-step-up__para {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 30px;
  }
  .p-step-up__flow h3 {
    font-size: 4.7vw;
  }
  .p-step-up__list {
    margin-bottom: 40px;
  }
  .p-step-up__item {
    clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0) !important;
  }
  .p-step-up__item dt {
    font-size: 1.8rem;
  }
  .p-step-up__item dd h4 {
    font-size: 1.8rem;
  }
  .p-step-up__tab {
    font-size: 1.8rem;
    height: 40px;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
  }
  .p-step-up__text {
    padding: 20px;
  }
  .p-step-up__text p {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .p-step-up__surgery dt {
    font-size: 1.6rem;
  }
  .p-step-up__surgery dd {
    padding: 20px 20px 0;
  }
  .p-step-up__point {
    padding: 20px;
  }
  .p-step-up__point dt {
    font-size: 1.6rem;
  }
}
.p-surgical-data {
  text-align: center;
  position: relative;
  z-index: 1;
  min-height: 62.3vw;
  padding: 120px 0;
}
.p-surgical-data__head {
  margin-bottom: 40px;
  padding: 0 20px;
}
.p-surgical-data__title .c-title--en {
  max-width: 1231px;
  display: block;
  margin: 0 auto;
}
.p-surgical-data__title .c-title--ja {
  font-size: 3.2rem;
  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-surgical-data__title .c-title--ja span {
  color: #e3810f;
  font-size: 7rem;
  letter-spacing: 0.1em;
  display: block;
}
.p-surgical-data__para {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin: 0 20px 120px;
}
.p-surgical-data__list {
  max-width: 1276px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.p-surgical-data__item {
  width: 32.2%;
  background: var(--color-white);
  border-radius: 20px;
  box-shadow: 0 0 20px #e3810f;
  padding: 0 30px 30px;
}
.p-surgical-data__item h3 {
  color: var(--color-white);
  font-size: 2.6rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.15em;
  background: linear-gradient(to right, #ff931c 0%, #dbd04a 100%);
  height: 56px;
  line-height: 56px;
  border-radius: 28px;
  margin-bottom: 20px;
}
.p-surgical-data__item h4 {
  font-size: 2.8rem;
  line-height: 1;
  border-bottom: 2px solid #c2c2c2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.p-surgical-data__item h4 span {
  background: linear-gradient(135deg, #ff931c 0%, #dbd04a 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.p-surgical-data__item h4 em {
  font-size: 7.7rem;
  font-family: var(--font-montserrat);
  font-weight: var(--font-weight-bold);
  font-style: normal;
  letter-spacing: 0;
}
.p-surgical-data__item h5 {
  font-size: 2.4rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
  position: absolute;
}
.p-surgical-data__item p {
  text-align: left;
  padding-top: 60px;
}
.p-surgical-data__text {
  position: relative;
}
.p-surgical-data__icon {
  width: 155px;
  height: 155px;
  background: url(../../images/veterinarian/bg_surgical-data_02.png) no-repeat center top;
  background-size: 100% 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -77px auto -30px;
}
.p-surgical-data__item:nth-child(1) .p-surgical-data__icon img {
  width: 67px;
}
.p-surgical-data__item:nth-child(2) .p-surgical-data__icon img {
  width: 66px;
}
.p-surgical-data__item:nth-child(3) .p-surgical-data__icon img {
  width: 64px;
}
.p-surgical-data__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 1496px) {
  .p-surgical-data__list {
    margin: 0 110px;
  }
}
@media (max-width: 1280px) {
  .p-surgical-data__list {
    margin: 0 20px;
    flex-wrap: wrap;
    gap: 80px 20px;
  }
  .p-surgical-data__item {
    width: calc(50% - 10px);
  }
  .p-surgical-data__item:last-child {
    margin: 0 auto;
  }
}
@media (max-width: 860px) {
  .p-surgical-data__list {
    gap: 9.3vw 20px;
  }
  .p-surgical-data__item {
    border-radius: 2.3vw;
    box-shadow: 0 0 2.3vw #e3810f;
    padding: 0 3.4vw 3.4vw;
  }
  .p-surgical-data__item h3 {
    font-size: 2.3vw;
    height: 6.5vw;
    line-height: 6.5vw;
    border-radius: 3.2vw;
    margin-bottom: 2.3vw;
  }
  .p-surgical-data__item h4 {
    font-size: 3.2vw;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 1.1vw;
    padding-bottom: 1.1vw;
  }
  .p-surgical-data__item h4 em {
    font-size: 8.9vw;
  }
  .p-surgical-data__item h5 {
    font-size: 2.7vw;
    position: static;
  }
  .p-surgical-data__item p {
    padding-top: 1.1vw;
  }
  .p-surgical-data__icon {
    width: 18vw;
    height: 18vw;
    background-size: 100% 8.9vw;
    margin: -8.9vw auto -3.4vw;
  }
  .p-surgical-data__item:nth-child(1) .p-surgical-data__icon img {
    width: 7.7vw;
  }
  .p-surgical-data__item:nth-child(2) .p-surgical-data__icon img {
    width: 7.6vw;
  }
  .p-surgical-data__item:nth-child(3) .p-surgical-data__icon img {
    width: 7.4vw;
  }
}
@media (max-width: 525px) {
  .p-surgical-data {
    padding: 100px 0;
  }
  .p-surgical-data__head {
    margin-bottom: 3cqi;
    padding: 0 20px;
  }
  .p-surgical-data__title .c-title--ja {
    font-size: 4.5vw;
  }
  .p-surgical-data__title .c-title--ja span {
    font-size: 9.1vw;
  }
  .p-surgical-data__para {
    font-size: 1.6rem;
    text-align: left;
    margin: 0 20px 80px;
  }
  .p-surgical-data__item p {
    font-size: 1.2rem;
  }
}
.p-interview {
  background: url(../../images/veterinarian/bg_interview_01.png) no-repeat left -23.9vw top 358px;
  background-size: 136.2vw;
  padding: 140px 0 150px;
}
.p-interview__head {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 20px;
}
.p-interview__title .c-title--en {
  max-width: 858px;
  display: block;
  margin: 0 auto;
}
.p-interview__title .c-title--ja {
  font-size: 3.2rem;
  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-interview__title .c-title--ja span {
  color: #db534f;
  font-size: 7rem;
  letter-spacing: 0.1em;
  display: block;
}
.p-interview__body dl {
  text-align: center;
  margin: 0 20px 80px;
}
.p-interview__body dt {
  line-height: 1.8;
  letter-spacing: 0.15em;
  max-width: 861px;
  background: url(../../images/veterinarian/deco_interview_01.svg) no-repeat center bottom;
  background-size: 100%;
  margin: 0 auto 40px;
  padding-bottom: 90px;
}
.p-interview__body dt span {
  color: #de6c88;
  font-size: 2.2rem;
}
.p-interview__body dt em {
  font-size: 3.2rem;
  font-style: normal;
  line-height: 1.6;
  display: block;
}
.p-interview__body dd {
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-interview__body dd ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.p-interview__body dd ul li {
  position: relative;
  padding-left: 30px;
}
.p-interview__body dd ul li::before {
  content: "";
  width: 20px;
  height: 19px;
  background-image: url(../../images/veterinarian/ico_check_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 12px;
}
.p-interview__para {
  font-size: 3.2rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.15em;
  line-height: 1.8;
  text-align: center;
  margin: 0 20px 120px;
}
.p-interview__para span {
  background: linear-gradient(transparent 70%, #ffff91 70%);
}
.p-interview__para span em {
  font-style: normal;
  background: linear-gradient(135deg, #ff53a7 0%, #ff9c4c 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-interview__list {
  position: relative;
}
.p-interview__list::before {
  content: "";
  width: 260px;
  height: auto;
  aspect-ratio: 260/67;
  background: url(../../images/veterinarian/ttl_interview_02.svg);
  background-size: 100% 100%;
  position: absolute;
  left: calc(50% - 720px);
  top: 70px;
}
.p-interview__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-interview__inner {
  max-width: 1276px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.p-interview__text {
  max-width: 648px;
}
.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;
  line-height: 2.2;
  margin-bottom: 40px;
}
.p-interview__text h3 span {
  background: linear-gradient(to right, #ff6d94 0%, #ffb866 100%);
  box-shadow: 5px 5px 10px rgba(var(--color-black-rgb), 0.2);
  padding: 15px;
}
.p-interview__text p {
  font-size: 1.8rem;
  line-height: 2.2;
}
.p-interview__item:nth-child(even) .p-interview__text {
  margin-left: auto;
}
.p-interview__thumb {
  position: absolute;
  top: 0;
}
.p-interview__item:nth-child(1) {
  min-height: 750px;
}
.p-interview__item:nth-child(1) .p-interview__thumb {
  width: 1071px;
  left: 50%;
}
.p-interview__item:nth-child(2) {
  min-height: 656px;
}
.p-interview__item:nth-child(2) .p-interview__thumb {
  width: 1276px;
  right: 50%;
}
.p-interview__item:nth-child(3) {
  min-height: 686px;
  margin-top: 100px;
}
.p-interview__item:nth-child(3) .p-interview__thumb {
  width: 1443px;
  left: 50%;
}
.p-interview__name {
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  border-bottom: 1px solid #999;
  max-width: 476px;
  margin: 30px 0 10px 100px;
  padding-bottom: 5px;
}
.p-interview__name span {
  color: #db534f;
  font-size: 3.2rem;
  display: inline-block;
  margin-top: 10px;
}
.p-interview__name span small {
  font-size: 2.4rem;
}
.p-interview__profile {
  margin-left: 100px;
}

@media (max-width: 1496px) {
  .p-interview__inner {
    margin: 0 110px;
  }
  .p-interview__list::before {
    left: 28px;
  }
}
@media (max-width: 1280px) {
  .p-interview__inner {
    margin: 0 20px;
  }
  .p-interview__list::before {
    left: 20px;
  }
}
@media (max-width: 1024px) {
  .p-interview__inner {
    max-width: none;
    width: auto;
  }
  .p-interview__list {
    display: grid;
    gap: 100px;
  }
  .p-interview__list::before {
    top: -50px;
  }
  .p-interview__item {
    gap: 30px;
  }
  .p-interview__item:nth-child(1), .p-interview__item:nth-child(2), .p-interview__item:nth-child(3) {
    min-height: 0;
  }
  .p-interview__item:nth-child(3) {
    margin-top: 0;
  }
  .p-interview__thumb {
    width: 100% !important;
    position: static;
  }
  .p-interview__text {
    max-width: none;
  }
  .p-interview__name {
    margin: 30px auto 10px;
  }
  .p-interview__profile {
    max-width: 476px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .p-interview__body dt {
    padding-bottom: 50px;
  }
  .p-interview__item:nth-child(1) .p-interview__thumb img {
    transform: scale(1.2);
    position: relative;
    right: -20vw;
    margin: 5vw 0;
  }
  .p-interview__text h3 {
    font-size: 6.1vw;
  }
  .p-interview__text h3 span {
    padding: 2.2vw;
  }
}
@media (max-width: 525px) {
  .p-interview {
    padding: 100px 0;
  }
  .p-interview__head {
    margin-bottom: 30px;
  }
  .p-interview__title .c-title--ja {
    font-size: 4.5vw;
  }
  .p-interview__title .c-title--ja span {
    font-size: 9.1vw;
  }
  .p-interview__body dl {
    margin: 0 20px 30px;
  }
  .p-interview__body dt {
    margin: 0 auto 20px;
    padding-bottom: 60px;
  }
  .p-interview__body dt span {
    color: #de6c88;
    font-size: 1.8rem;
  }
  .p-interview__body dt em {
    font-size: 2.4rem;
  }
  .p-interview__body dd {
    font-size: 1.8rem;
  }
  .p-interview__body dd ul li::before {
    top: 5px;
  }
  .p-interview__para {
    font-size: 6.3vw;
    margin: 0 20px 100px;
  }
  .p-interview__list {
    gap: 60px;
  }
  .p-interview__list::before {
    width: 40vw;
    top: -40px;
  }
  .p-interview__item {
    gap: 20px;
  }
  .p-interview__item:nth-child(1) .p-interview__thumb img {
    margin: 3vw 0;
  }
  .p-interview__name {
    font-size: 1.8rem;
    margin: 30px 20px 10px;
  }
  .p-interview__name span {
    font-size: 2.6rem;
  }
  .p-interview__name span small {
    font-size: 2rem;
  }
  .p-interview__profile {
    font-size: 1.4rem;
    margin: 0 20px;
  }
  .p-interview__text h3 {
    margin-bottom: 20px;
  }
  .p-interview__text p {
    font-size: 1.6rem;
  }
}
.p-recruitment {
  background: #f0f7ea;
  padding: 130px 0 150px;
}
.p-recruitment__inner {
  max-width: 1276px;
  margin: 0 auto;
}
.p-recruitment__head {
  text-align: center;
  margin-bottom: 60px;
}
.p-recruitment__title .c-title--ja {
  font-size: 4.2rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  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-top: -20px;
}
.p-recruitment__body h3 {
  color: var(--color-white);
  font-size: 3.6rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.15em;
  text-align: center;
  background: linear-gradient(to right, #38d876 0%, #b0f53b 100%);
  margin-bottom: 25px;
}
.p-recruitment__body table {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  width: 100%;
  background: var(--color-white);
  border-top: 1px solid #c2c2c2;
}
.p-recruitment__body table th,
.p-recruitment__body table td {
  border-bottom: 1px solid #c2c2c2;
  padding: 20px;
}
.p-recruitment__body table th {
  text-align: center;
  width: 304px;
  background: #f3faf6;
}

@media (max-width: 1496px) {
  .p-recruitment__inner {
    margin: 0 110px;
  }
}
@media (max-width: 1280px) {
  .p-recruitment__inner {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .p-recruitment__body table th {
    width: 7em;
  }
}
@media (max-width: 525px) {
  .p-recruitment {
    padding: 100px 0;
  }
  .p-recruitment__head {
    margin-bottom: 30px;
  }
  .p-recruitment__title .c-title--ja {
    font-size: 4.5vw;
  }
  .p-recruitment__body h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .p-recruitment__body table {
    font-size: 1.4rem;
  }
  .p-recruitment__body table th {
    width: 6em;
    padding: 10px 0;
  }
  .p-recruitment__body table td {
    padding: 10px;
  }
}/*# sourceMappingURL=veterinarian.css.map */