.l-header__text {
  top: 7vw;
}

@media (max-width: 1024px) {
  .l-header__text {
    top: 16vw;
  }
}
.p-career {
  width: 100%;
  min-height: 41.6vw;
  background: url(../../images/journey/bg_career_01_pc.jpg) no-repeat center left;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 158px;
}
.p-career__inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.p-career__text {
  max-width: 616px;
  margin-left: auto;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.p-career__copy {
  color: var(--color-white);
  font-size: 3.8rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.15em;
  white-space: nowrap;
  margin-bottom: 40px;
}
.p-career__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-career__copy span:first-child {
  letter-spacing: 0;
}
.p-career__para {
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

@media (max-width: 1660px) {
  .p-career__inner {
    margin: 0 110px;
  }
}
@media (max-width: 1280px) {
  .p-career__inner {
    margin: 0 20px;
  }
}
@media (max-width: 1024px) {
  .p-career {
    background: url(../../images/journey/bg_career_01_sp.jpg) no-repeat top left;
    background-size: 100%;
    padding-top: 68vw;
  }
  .p-career__body {
    display: flex;
    flex-direction: column;
  }
  .p-career__text {
    max-width: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 60px;
  }
}
@media (max-width: 768px) {
  .p-career {
    margin-top: 100px;
  }
  .p-career__thumb {
    margin: 30px -20px 0;
  }
  .p-career__text {
    align-items: flex-start;
    padding: 0 0 30px;
  }
  .p-career__copy {
    margin: 0 -20px 40px -20px;
  }
}
@media (max-width: 640px) {
  .p-career__copy {
    font-size: 6.9vw;
  }
  .p-career__copy span {
    padding: 2vw;
  }
  .p-career__copy span:first-child {
    padding: 2vw 0 2vw 2vw;
  }
}
@media (max-width: 525px) {
  .p-career {
    margin-top: 60px;
  }
  .p-career__copy {
    margin: 0 -20px 20px -20px;
  }
  .p-career__para {
    font-size: 1.6rem;
  }
}
.p-step-up {
  background: url(../../images/journey/bg_step-up_01.jpg) no-repeat center top;
  background-size: cover;
  padding: 140px 0 150px;
}
.p-step-up__inner {
  max-width: 1276px;
  margin: 0 auto;
}
.p-step-up__head {
  margin-bottom: 60px;
}
.p-step-up__head .p-step-up__title {
  text-align: center;
}
.p-step-up__head .p-step-up__title .c-title--en {
  max-width: 636px;
  display: block;
  margin: 0 auto;
}
.p-step-up__head .p-step-up__title .c-title--en img {
  mix-blend-mode: multiply;
}
.p-step-up__head .p-step-up__title .c-title--ja {
  color: var(--color-white);
  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: -30px;
  position: relative;
  z-index: 1;
}
.p-step-up__head .p-step-up__title .c-title--ja span {
  color: #ffff75;
}
.p-step-up__head .p-step-up__title .c-title--ja span em {
  font-size: 7rem;
  font-style: normal;
  font-weight: var(--font-weight-bold);
}
.p-step-up__head .p-step-up__title .c-title--ja strong {
  color: #9cffc7;
  font-size: 7rem;
  font-weight: var(--font-weight-bold);
}
.p-step-up__list {
  display: flex;
  flex-direction: column;
  gap: 146px;
}
.p-step-up__item {
  background: var(--color-white);
  border-radius: 20px 20px 0 0;
  position: relative;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
.p-step-up__item::after {
  content: "";
  width: 166px;
  aspect-ratio: 166/46;
  background: rgba(219, 83, 79, 0.7);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: calc(50% - 83px);
  bottom: -96px;
}
.p-step-up__item:last-child::after {
  display: none;
}
.p-step-up__item .p-step-up__title {
  color: var(--color-white);
  font-size: 3.2rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.15em;
  line-height: 1.6;
  background: #3b79b6;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  align-items: stretch;
  gap: 50px;
  padding: 10px;
}
.p-step-up__item .p-step-up__title span {
  color: #ffff75;
  text-align: center;
  width: 216px;
  background: #209fd2;
  border-radius: 20px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -10px;
}
.p-step-up__item .p-step-up__title .u-ssp {
  display: none;
}
.p-step-up__item .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__item .p-step-up__text p span {
  color: #3b79b6;
  background: linear-gradient(transparent 70%, #ffff75 70%);
}
.p-step-up__item:nth-child(1) .p-step-up__thumb {
  padding: 20px 20px 0;
}
.p-step-up__item:nth-child(2) .p-step-up__title {
  background: #0c9244;
}
.p-step-up__item:nth-child(2) .p-step-up__title span {
  background: #6cb331;
}
.p-step-up__item:nth-child(2) .p-step-up__point {
  background: linear-gradient(to right, #8bc12e 0%, #2ba45a 100%);
}
.p-step-up__item:nth-child(2) .p-step-up__text p span {
  color: #0c9244;
}
.p-step-up__item:nth-child(2) .p-step-up__surgery dt {
  background: #e9f4e0;
}
.p-step-up__item:nth-child(2) .p-step-up__surgery dd span::before {
  background: #6cb331;
}
.p-step-up__item:nth-child(2) .p-step-up__surgery dl:first-child span {
  width: 33%;
}
.p-step-up__item:nth-child(2) .p-step-up__surgery dl:nth-child(2) span:first-child {
  width: 100%;
}
.p-step-up__item:nth-child(3) .p-step-up__title {
  background: #e3810f;
}
.p-step-up__item:nth-child(3) .p-step-up__title span {
  background: #f6ab00;
}
.p-step-up__item:nth-child(3) .p-step-up__point {
  background: linear-gradient(to right, #dbd04a 0%, #ff931c 100%);
}
.p-step-up__item:nth-child(3) .p-step-up__text p span {
  color: #e3810f;
}
.p-step-up__item:nth-child(3) .p-step-up__surgery dt {
  background: #fef3d9;
}
.p-step-up__item:nth-child(3) .p-step-up__surgery dd {
  flex-direction: column;
}
.p-step-up__item:nth-child(3) .p-step-up__surgery dd span {
  width: auto;
}
.p-step-up__item:nth-child(3) .p-step-up__surgery dd span::before {
  background: #f6ab00;
}
.p-step-up__flex {
  display: flex;
  justify-content: space-between;
  padding: 45px 45px 20px;
}
.p-step-up__text {
  width: 53%;
}
.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%, #ffff75 70%);
}
.p-step-up__point {
  color: var(--color-white);
  background: linear-gradient(to right, #00ccbb 0%, #5960eb 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -45px;
  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) 4px, transparent 4px, transparent 10px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-step-up__point dl {
  width: 50.6%;
  padding: 20px 20px 20px 0;
}
.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: 20px;
  padding-bottom: 15px;
}
.p-step-up__point dt span {
  position: relative;
  left: -10px;
}
.p-step-up__point dt span::after {
  content: "";
  width: 22px;
  height: 27px;
  background-image: url(../../images/journey/ico_light_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -34px;
  top: -3px;
}
.p-step-up__point dd {
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.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__thumb {
  width: 47.3%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: auto;
}
.p-step-up__thumb img {
  width: 266px;
}
.p-step-up__item:nth-child(2) .p-step-up__thumb img {
  width: 223px;
}
.p-step-up__item:nth-child(3) .p-step-up__thumb img {
  width: 243px;
}
.p-step-up__surgery {
  width: 43%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-step-up__surgery dt {
  font-size: 1.8rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.15em;
  background: #def1f8;
  margin-bottom: 20px;
  padding: 0 10px;
}
.p-step-up__surgery dd {
  letter-spacing: 0.05em;
  display: flex;
  flex-wrap: wrap;
}
.p-step-up__surgery dd span {
  width: 50%;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.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__para {
  color: var(--color-white);
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 60px;
}
.p-step-up__copy {
  color: var(--color-white);
  font-size: 2.6rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.15em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 70px;
}
.p-step-up__copy span {
  font-size: 4.2rem;
  background: linear-gradient(to right, #ff6d94 0%, #ffb866 100%);
  box-shadow: 5px 5px 10px rgba(var(--color-black-rgb), 0.2);
  padding: 10px 15px;
  display: inline-block;
  margin-top: 10px;
}

@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: 768px) {
  .p-step-up__flex {
    flex-direction: column;
  }
  .p-step-up__text {
    width: 100%;
  }
  .p-step-up__surgery {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 525px) {
  .p-step-up {
    padding: 100px 0;
  }
  .p-step-up__head {
    margin-bottom: 30px;
  }
  .p-step-up__head .p-step-up__title .c-title--ja {
    font-size: 6.8vw;
    margin-top: -20px;
  }
  .p-step-up__head .p-step-up__title .c-title--ja span em {
    font-size: 10vw;
  }
  .p-step-up__head .p-step-up__title .c-title--ja strong {
    font-size: 10vw;
  }
  .p-step-up__para {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-step-up__copy {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .p-step-up__copy span {
    font-size: 7vw;
  }
  .p-step-up__list {
    gap: 67px;
  }
  .p-step-up__item::after {
    width: 100px;
    left: calc(50% - 50px);
    bottom: -48px;
  }
  .p-step-up__item:nth-child(1) .p-step-up__thumb {
    margin-top: 20px;
    padding: 0 20px;
  }
  .p-step-up__item:nth-child(2) .p-step-up__surgery dl:first-child span {
    width: 100%;
  }
  .p-step-up__item .p-step-up__title {
    font-size: 2rem;
    gap: 30px;
  }
  .p-step-up__item .p-step-up__title span {
    width: 100px;
  }
  .p-step-up__item .p-step-up__text p {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .p-step-up__flex {
    padding: 20px;
  }
  .p-step-up__point {
    margin-left: -20px;
    flex-direction: column;
  }
  .p-step-up__point dl {
    width: 100%;
    padding: 20px 20px 0;
  }
  .p-step-up__point dt {
    font-size: 1.8rem;
  }
  .p-step-up__thumb {
    width: 100%;
    order: 2;
  }
  .p-step-up__surgery {
    gap: 30px;
  }
  .p-step-up__surgery dt {
    margin-bottom: 10px;
  }
  .p-step-up__surgery dd {
    flex-direction: column;
  }
  .p-step-up__surgery dd span {
    width: 100%;
  }
}
@media (max-width: 379px) {
  .p-step-up__item .p-step-up__title .u-sp {
    display: none;
  }
  .p-step-up__item .p-step-up__title .u-ssp {
    display: block;
  }
}
.p-message {
  position: relative;
  margin-top: 140px;
}
.p-message::before {
  content: "";
  width: 100vw;
  height: 64.5vw;
  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 {
  text-align: center;
  margin-bottom: 50px;
}
.p-message__title .c-title--en {
  max-width: 714px;
  margin: 0 auto;
  display: block;
}
.p-message__title .c-title--ja {
  color: #0c9244;
  font-size: 3.7rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  line-height: 1.6;
  white-space: nowrap;
  border-bottom: 4px solid #6cb331;
  display: inline-block;
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}
.p-message__inner {
  max-width: 1500px;
  background: var(--color-white);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 0 100px 100px;
  position: relative;
  z-index: 1;
}
.p-message__inner::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 3px solid rgba(108, 179, 49, 0.2);
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: -1;
}
.p-message__body {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.p-message__body span {
  color: #de6c88;
  background: linear-gradient(transparent 70%, #ffff75 70%);
}
.p-message__thumb {
  width: 40.6%;
}
.p-message__text {
  width: 55.5%;
}
.p-message__para {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.p-message__para span {
  color: #de6c88;
  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__inner {
    padding: 0 40px 40px;
  }
  .p-message__body {
    flex-direction: column;
  }
  .p-message__thumb {
    width: 100%;
    margin: 0 auto 20px;
  }
  .p-message__text {
    width: 100%;
  }
}
@media (max-width: 525px) {
  .p-message {
    margin-top: 60px;
  }
  .p-message__inner::before {
    border: 2px solid rgba(108, 179, 49, 0.2);
  }
  .p-message__title {
    margin-bottom: 30px;
  }
  .p-message__title .c-title--en {
    margin: 0 auto 30px;
  }
  .p-message__title .c-title--ja {
    font-size: 6vw;
  }
  .p-message::before {
    height: 300vw;
  }
  .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-schedule {
  background: linear-gradient(to bottom, #e2f1ff 0%, #b6fffc 100%);
  padding: 160px 0 0;
}
.p-schedule__inner {
  max-width: 1220px;
  margin: 0 auto;
}
.p-schedule__para {
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 80px;
}
.p-schedule__title {
  margin-bottom: 60px;
}
.p-schedule__title .c-title--en {
  max-width: 806px;
  display: block;
  margin: 0 auto;
}
.p-schedule__title .c-title--ja {
  font-size: 5.4rem;
  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-schedule__title .c-title--ja span {
  color: #3b79b6;
}
.p-schedule__title .c-title--ja strong {
  font-size: 9rem;
  font-weight: var(--font-weight-bold);
}
.p-schedule__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.p-schedule__item {
  width: 45.7%;
}
.p-schedule__item:nth-child(even) {
  margin-top: 46px;
}
.p-schedule__item:nth-child(even) .p-schedule__text::after {
  transform: scale(-1, 1);
  right: auto;
  left: -90px;
  top: auto;
  bottom: -40px;
}
.p-schedule__item:last-child .p-schedule__text::after {
  display: none;
}
.p-schedule__thumb img {
  border-radius: 10px 10px 0 0;
}
.p-schedule__text {
  position: relative;
}
.p-schedule__text::after {
  content: "";
  width: 77px;
  height: 48px;
  background: url(../../images/journey/ico_arrow_01.svg);
  background-size: 100% 100%;
  position: absolute;
  right: -90px;
  top: 30px;
}
.p-schedule__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;
  background: linear-gradient(to right, #5960eb 0%, #00ccbb 100%);
  border-radius: 0 0 10px 10px;
  padding: 0 25px;
}
.p-schedule__text p {
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.p-schedule__bottom {
  color: var(--color-white);
  font-size: 3.8rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.15em;
  line-height: 1.6;
  text-align: center;
  margin-top: 200px;
  position: relative;
  z-index: 1;
}
.p-schedule__bottom::before, .p-schedule__bottom::after {
  content: "";
  width: 100%;
  height: 407px;
  background: linear-gradient(to right, #00bff2 0%, #58e375 100%);
  clip-path: polygon(0 0, 100% 68%, 100% 100%, 0% 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.p-schedule__bottom::before {
  transform: scale(-1, 1);
}
.p-schedule__bottom p {
  padding: 0 20px 80px;
  position: relative;
  z-index: 1;
}
.p-schedule__bottom p::before {
  content: "";
  width: 100%;
  height: 407px;
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.0784313725), rgba(255, 255, 255, 0.0784313725) 4px, transparent 4px, transparent 10px);
  clip-path: polygon(0 0, 100% 68%, 100% 100%, 0% 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.p-schedule__bottom p span {
  color: #ffff75;
}

@media (max-width: 1440px) {
  .p-schedule__inner {
    margin: 0 110px;
  }
}
@media (max-width: 1280px) {
  .p-schedule__inner {
    margin: 0 20px;
  }
  .p-schedule__text::after {
    width: 6vw;
    height: 3.7vw;
    right: -7vw;
    top: 2.3vw;
  }
  .p-schedule__item:nth-child(even) .p-schedule__text::after {
    left: -7vw;
    bottom: -3.1vw;
  }
}
@media (max-width: 768px) {
  .p-schedule__list {
    flex-direction: column;
  }
  .p-schedule__item {
    width: 100%;
    margin-top: 46px;
  }
  .p-schedule__item:first-child {
    margin-top: 0;
  }
  .p-schedule__item:nth-child(even) .p-schedule__text::after {
    transform: scale(-1, 1) rotate(45deg);
    right: auto;
    left: calc(50% - 14.5px);
    top: auto;
    bottom: -30px;
  }
  .p-schedule__text::after {
    width: 29px;
    height: 18px;
    right: auto;
    left: calc(50% - 14.5px);
    top: auto;
    bottom: -30px;
    transform: rotate(45deg);
  }
  .p-schedule__bottom::before, .p-schedule__bottom::after {
    height: 407px;
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
  }
  .p-schedule__bottom p {
    padding: 0 20px 60px;
  }
  .p-schedule__bottom p::before {
    height: 407px;
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 525px) {
  .p-schedule {
    padding: 100px 0 0;
  }
  .p-schedule__title {
    margin-bottom: 30px;
  }
  .p-schedule__para {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 30px;
  }
  .p-schedule__text h3 {
    font-size: 2rem;
    padding: 0 20px;
  }
  .p-schedule__bottom {
    font-size: 5vw;
    margin-top: 60px;
  }
  .p-schedule__bottom::before, .p-schedule__bottom::after {
    height: 45vw;
  }
  .p-schedule__bottom p {
    padding: 0 0 20px;
  }
  .p-schedule__bottom p::before {
    height: 45vw;
  }
}
@media (max-width: 480px) {
  .p-schedule__title .c-title--ja {
    font-size: 10vw;
  }
  .p-schedule__title .c-title--ja strong {
    font-size: 14.5vw;
  }
}
.p-interview {
  background: url(../../images/journey/bg_interview_01.png) no-repeat right top;
  background-size: 100%;
  padding: 130px 0 0;
  position: relative;
}
.p-interview::before {
  content: "";
  width: 100vw;
  height: 227px;
  background: #e2f1ff;
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-interview__title {
  max-width: 1276px;
  margin: 0 auto;
}
.p-interview__title .c-title--en {
  max-width: 861px;
  display: block;
  margin-left: -100px;
}
.p-interview__title .c-title--ja {
  color: #333;
  font-size: 3.2rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -40px;
}
.p-interview__title .c-title--ja span {
  font-size: 5.8rem;
}
.p-interview__inner {
  max-width: 1276px;
  margin: 0 auto;
}
.p-interview__catch {
  color: #0c9244;
  font-size: 5.6rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 40px;
}
.p-interview__catch span {
  background: linear-gradient(transparent 70%, #ffff75 70%);
}
.p-interview__para {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin-bottom: 140px;
}
.p-interview__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  position: relative;
  min-height: 2191px;
}
.p-interview__item {
  display: flex;
  justify-content: space-between;
}
.p-interview__item dl {
  letter-spacing: 0.1em;
  width: calc(100% - 523px);
}
.p-interview__item dt {
  color: #0c9244;
  font-size: 2.8rem;
  font-family: var(--font-line);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  border-bottom: 1px solid #6cb331;
  min-height: 52px;
  background: url(../../images/journey/ico_q_01.svg) no-repeat left top;
  background-size: 65px;
  margin-bottom: 20px;
  padding: 0 0 20px 90px;
}
.p-interview__item dd {
  font-size: 2rem;
  min-height: 52px;
  background: url(../../images/journey/ico_a_01.svg) no-repeat left 11px top;
  background-size: 65px;
  padding-left: 90px;
}
.p-interview__item dd span {
  color: #de6c88;
  background: linear-gradient(transparent 70%, #ffff75 70%);
}
.p-interview__item:nth-child(1) .p-interview__thumb {
  top: 0;
}
.p-interview__item:nth-child(2) .p-interview__thumb {
  top: 730px;
}
.p-interview__item:nth-child(4) .p-interview__thumb {
  top: 1051px;
}
.p-interview__item:nth-child(6) .p-interview__thumb {
  top: 1911px;
}
.p-interview__thumb {
  position: absolute;
  right: 0;
  width: 440px;
}

@media (max-width: 1496px) {
  .p-interview__title .c-title--en {
    margin: 0;
  }
  .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: 960px) {
  .p-interview__list {
    min-height: 0;
  }
  .p-interview__item {
    flex-direction: column;
  }
  .p-interview__item:first-child .p-interview__thumb {
    margin: 0 -20px 80px;
  }
  .p-interview__item dl {
    width: 100%;
  }
  .p-interview__thumb {
    width: 100vw;
    position: static;
    display: block;
    margin: 80px -20px 0;
  }
}
@media (max-width: 670px) {
  .p-interview__catch {
    font-size: 8vw;
  }
}
@media (max-width: 525px) {
  .p-interview {
    padding: 100px 0 0;
  }
  .p-interview__title .c-title--ja {
    font-size: 2.4rem;
    margin: -30px 0 0 20px;
    justify-content: flex-start;
  }
  .p-interview__catch {
    margin-bottom: 30px;
  }
  .p-interview__para {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .p-interview__list {
    gap: 30px;
  }
  .p-interview__item:first-child .p-interview__thumb {
    margin: 0 -20px 30px;
  }
  .p-interview__item dt {
    font-size: 1.6rem;
    background-size: 38px;
    padding: 0 0 20px 50px;
  }
  .p-interview__item dd {
    font-size: 1.4rem;
    background: url(../../images/journey/ico_a_01.svg) no-repeat left 8px top;
    background-size: 38px;
    padding-left: 50px;
  }
  .p-interview__thumb {
    margin: 30px -20px 0;
  }
}/*# sourceMappingURL=journey.css.map */