@charset "UTF-8";
.p-btn-pic {
  position: relative;
  display: block;
  width: 342px;
  padding: 20px 0 0 20px;
}
@media screen and (width <= 900px) {
  .p-btn-pic {
    width: auto;
    padding: 4.1666666667vw 0 0 4.1666666667vw;
  }
}
.p-btn-pic_4 {
  width: 460px;
}
@media screen and (width <= 900px) {
  .p-btn-pic_4 {
    width: auto;
  }
}
.p-btn-pic_5 {
  width: 534px;
}
@media screen and (width <= 900px) {
  .p-btn-pic_5 {
    width: auto;
  }
}
.p-btn-pic__boxs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-btn-pic__boxin1, .p-btn-pic__boxin2 {
  position: relative;
  width: fit-content;
  padding: 0 17px;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0.16em;
  background: #fff;
  border: 1px solid #e60000;
}
@media screen and (width <= 900px) {
  .p-btn-pic__boxin1, .p-btn-pic__boxin2 {
    padding: 0 2.0833333333vw;
    font-size: 3.75vw;
    line-height: 7.0833333333vw;
  }
}
.p-btn-pic__boxin1 p, .p-btn-pic__boxin2 p {
  position: relative;
  z-index: 3;
  color: #e60000;
}
.p-btn-pic__boxin1::before, .p-btn-pic__boxin2::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #e60000;
  border-radius: 0;
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transform: scale(0, 1);
  transform-origin: right center;
}
.p-btn-pic__boxin2 {
  margin: 7px 0 0;
}
@media screen and (width <= 900px) {
  .p-btn-pic__boxin2 {
    margin-top: 1.4583333333vw;
  }
}
.p-btn-pic__img {
  position: relative;
  z-index: 1;
}
.p-btn-pic__img::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transform: scale(0, 1);
  transform-origin: right center;
}
.p-btn-pic__img img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .p-btn-pic__img img {
    border-radius: 2.0833333333vw;
  }
}
.p-btn-pic__read {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #e60000;
  border-radius: 10px 0;
}
@media screen and (width <= 900px) {
  .p-btn-pic__read {
    justify-content: center;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    border-radius: 2.0833333333vw 0;
  }
}
.p-btn-pic__read::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  border-radius: 10px 0;
  transition: transform 0.3s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transform: scale(0, 1);
  transform-origin: right center;
}
.p-btn-pic__read svg {
  position: relative;
  z-index: 3;
  fill: none;
  stroke: #fff;
  stroke-linejoin: bevel;
}
.p-btn-pic__svgpc {
  display: block;
  width: 25px;
}
@media screen and (width <= 900px) {
  .p-btn-pic__svgpc {
    display: none;
  }
}
.p-btn-pic__svgsp {
  display: none;
}
@media screen and (width <= 900px) {
  .p-btn-pic__svgsp {
    display: block;
    width: 4.1666666667vw;
  }
}
@media (hover: hover) {
  .p-btn-pic:hover {
    opacity: 1;
  }
  .p-btn-pic:hover .p-btn-pic__boxin1 p,
  .p-btn-pic:hover .p-btn-pic__boxin2 p {
    color: #fff;
  }
  .p-btn-pic:hover .p-btn-pic__boxin1::before,
  .p-btn-pic:hover .p-btn-pic__boxin2::before {
    transform: scale(1, 1);
    transform-origin: left center;
  }
  .p-btn-pic:hover .p-btn-pic__img::before {
    transform: scale(1, 1);
    transform-origin: left center;
  }
  .p-btn-pic:hover .p-btn-pic__read::before {
    transform: scale(1, 1);
    transform-origin: left center;
  }
  .p-btn-pic:hover .p-btn-pic__read p {
    color: #e60000;
  }
  .p-btn-pic:hover .p-btn-pic__read svg {
    stroke: #e60000;
  }
}

.p-title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.p-title img {
  width: auto;
  height: 24px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .p-title img {
    height: 5vw;
  }
}
.p-title_1 {
  margin-top: 170px;
}
@media screen and (width <= 900px) {
  .p-title_1 {
    margin-top: 25vw;
  }
}
.p-title_2 img {
  height: 32px;
}
@media screen and (width <= 900px) {
  .p-title_2 img {
    height: 6.6666666667vw;
  }
}
.p-title span {
  display: block;
  padding: 24px 0 0;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
@media screen and (width <= 900px) {
  .p-title span {
    padding-top: 5vw;
    font-size: 3.75vw;
  }
}
.p-title::before {
  position: absolute;
  top: -48px;
  left: -42px;
  display: block;
  width: 100px;
  height: 100px;
  clip-path: polygon(0 100%, 1px 100%, 100% 1px, 100% 0);
  content: "";
  background-color: #e60000;
}
@media screen and (width <= 900px) {
  .p-title::before {
    top: -10vw;
    left: -8.75vw;
    width: 20.8333333333vw;
    height: 20.8333333333vw;
    background-color: #e60000;
  }
}

.p-title2 {
  position: relative;
  margin: 0 auto;
  font-weight: 400;
  text-align: center;
}
.p-title2::before {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  clip-path: polygon(0 100%, 1px 100%, 100% 1px, 100% 0);
  content: "";
  background: #e60000;
}
@media screen and (width <= 900px) {
  .p-title2::before {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
.p-title2 span {
  display: block;
  margin: 18px 0 0;
  font-size: 40px;
  color: #e60000;
}
@media screen and (width <= 900px) {
  .p-title2 span {
    margin: 3.125vw 0 0;
    font-size: 6.25vw;
  }
}
.p-title2_keyword::before {
  width: 24px;
  height: 24px;
}
@media screen and (width <= 900px) {
  .p-title2_keyword::before {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
.p-title2_keyword span {
  font-size: 28px;
}
@media screen and (width <= 900px) {
  .p-title2_keyword span {
    margin-top: 2.2916666667vw;
    font-size: 5.8333333333vw;
    line-height: 8.3333333333vw;
  }
}
.p-title2_career::before {
  width: 24px;
  height: 24px;
}
@media screen and (width <= 900px) {
  .p-title2_career::before {
    width: 5vw;
    height: 5vw;
  }
}
.p-title2_career span {
  font-size: 26px;
  color: #000;
}
@media screen and (width <= 900px) {
  .p-title2_career span {
    margin-top: 2.2916666667vw;
    font-size: 5.4166666667vw;
    line-height: 1.6153846154;
  }
}

.p-referral-title {
  position: relative;
  max-width: 640px;
  padding: 0 0 21px;
  margin: 0 auto 31px;
  font-weight: 400;
  text-align: center;
}
@media screen and (width <= 900px) {
  .p-referral-title {
    max-width: none;
    padding-bottom: 4.375vw;
    margin-bottom: 6.4583333333vw;
  }
}
.p-referral-title::before {
  position: absolute;
  inset: auto 0 0;
  display: block;
  width: calc(100% - 24px);
  height: 1px;
  content: "";
  background: #e60000;
}
@media screen and (width <= 900px) {
  .p-referral-title::before {
    width: calc(100% - 5vw);
  }
}
.p-referral-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 24px;
  height: 24px;
  clip-path: polygon(calc(100% - 1px) 0, 100% 0%, 1px 100%, 0% 100%);
  content: "";
  background: #e60000;
}
@media screen and (width <= 900px) {
  .p-referral-title::after {
    width: 5vw;
    height: 5vw;
  }
}
.p-referral-title span {
  font-size: 32px;
  color: #e60000;
}
@media screen and (width <= 900px) {
  .p-referral-title span {
    font-size: 5.8333333333vw;
  }
}

.p-text {
  font-size: 16px;
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 2;
  text-align: center;
  text-indent: 0.02em;
  letter-spacing: 0.02em;
}
@media screen and (width <= 900px) {
  .p-text {
    font-size: 3.3333333333vw;
    text-align: left;
  }
}
.p-text_pt42 {
  padding-top: 42px;
}
@media screen and (width <= 900px) {
  .p-text_pt42 {
    padding-top: 8.75vw;
  }
}
.p-text_pt22 {
  padding-top: 22px;
}
@media screen and (width <= 900px) {
  .p-text_pt22 {
    padding-top: 4.5833333333vw;
    text-align: center;
  }
}

.c-referral-flow {
  position: relative;
  width: 252px;
  padding: 17px 0 0 20px;
}
@media screen and (width <= 900px) {
  .c-referral-flow {
    width: auto;
    padding: 3.5416666667vw 0 0 4.1666666667vw;
  }
}
.c-referral-flow__st {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 34px;
  color: #fff;
  background: #e60000;
}
@media screen and (width <= 900px) {
  .c-referral-flow__st {
    gap: 0.8333333333vw;
    width: 17.5vw;
    height: 7.0833333333vw;
  }
}
.c-referral-flow__st1 {
  padding: 3px 0 0;
  font-size: 16px;
}
@media screen and (width <= 900px) {
  .c-referral-flow__st1 {
    padding-top: 0.625vw;
    font-size: 3.3333333333vw;
  }
}
.c-referral-flow__st2 {
  font-size: 26px;
  font-weight: 500;
}
@media screen and (width <= 900px) {
  .c-referral-flow__st2 {
    font-size: 5.4166666667vw;
  }
}
.c-referral-flow__box {
  position: relative;
  z-index: 1;
  padding: 40px 0 35px;
  background: #fff;
}
@media screen and (width <= 900px) {
  .c-referral-flow__box {
    padding: 4.1666666667vw 0 3.125vw;
  }
}
@media screen and (width <= 900px) {
  .c-referral-flow__box_1 {
    padding: 6.875vw 0 6.6666666667vw;
  }
}
.c-referral-flow__img {
  width: 140px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .c-referral-flow__img {
    width: calc(30.303030303vw + -163.0303030303px);
  }
}
@media screen and (width <= 900px) {
  .c-referral-flow__img {
    width: 29.1666666667vw;
  }
}
.c-referral-flow__text {
  padding: 25px 0 0;
  font-size: 18px;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .c-referral-flow__text {
    font-size: calc(3.0303030303vw + -12.303030303px);
  }
}
@media screen and (width <= 900px) {
  .c-referral-flow__text {
    padding: 3.125vw 0 0;
    font-size: 3.75vw;
  }
}
.c-referral-flow__text2 {
  padding: 2px 0 0;
  font-size: 12px;
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 1.3333333333;
  text-align: center;
  text-indent: 0.02em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1000px) {
  .c-referral-flow__text2 {
    font-size: calc(2.0202020202vw + -8.202020202px);
  }
}
@media screen and (width <= 900px) {
  .c-referral-flow__text2 {
    font-size: 2.5vw;
  }
}
.c-referral-flow__text2::before {
  content: "※";
}

.c-mv {
  position: relative;
  z-index: 3;
}
.c-mv img {
  width: 100%;
}
.c-mv__fix {
  position: relative;
  inset: 0 0 auto;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.c-mv__over {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.c-mv__wrap {
  position: absolute;
  inset: 50% 0 auto;
  z-index: 3;
  display: block;
  padding: 0 0 22px;
  margin: 0 auto;
  transform: translateY(-50%);
}
.c-mv__wrap_req, .c-mv__wrap_career {
  padding-bottom: 0;
}
@media screen and (width <= 900px) {
  .c-mv__wrap {
    top: 0;
    padding: 15.2083333333vw 0 0;
    transform: translateY(0);
  }
}
.c-mv__wrap_keyword {
  padding: 20px 0 0;
}
@media screen and (width <= 900px) {
  .c-mv__wrap_keyword {
    padding: 13.3333333333vw 0 0;
  }
}
.c-mv__tit {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.c-mv__tit img {
  width: auto;
  height: 23px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .c-mv__tit img {
    height: 2.6vw;
  }
}
.c-mv__tit_keyword img {
  height: 30px;
}
@media screen and (width <= 900px) {
  .c-mv__tit_keyword img {
    height: 3.2916666667vw;
  }
}
.c-mv__tit::before {
  position: absolute;
  top: -48px;
  left: -42px;
  display: block;
  width: 100px;
  height: 100px;
  clip-path: polygon(0 100%, 1px 100%, 100% 1px, 100% 0);
  content: "";
  background-color: #fff;
}
@media screen and (width <= 900px) {
  .c-mv__tit::before {
    top: -4.7916666667vw;
    left: -4.1666666667vw;
    width: 10vw;
    height: 10vw;
    background-color: #fff;
  }
}
.c-mv__title {
  padding: 45px 0 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 64px;
  color: #fff;
  text-align: center;
  text-indent: 0.16em;
  letter-spacing: 0.16em;
}
@media screen and (width <= 900px) {
  .c-mv__title {
    padding-top: 6.25vw;
    font-size: 6.6666666667vw;
    line-height: 8.125vw;
  }
}
.c-mv__title_req {
  padding-top: 31px;
}
@media screen and (width <= 900px) {
  .c-mv__title_req {
    padding-top: 5.2083333333vw;
  }
}
.c-mv__title_keyword {
  padding-top: 31px;
}
@media screen and (width <= 900px) {
  .c-mv__title_keyword {
    padding-top: 2.9166666667vw;
  }
}
.c-mv__title_career {
  padding-top: 28px;
  font-size: 56px;
}
@media screen and (width <= 900px) {
  .c-mv__title_career {
    padding-top: 3.0208333333vw;
    font-size: 6.6666666667vw;
  }
}
.c-mv__title_welfare, .c-mv__title_work {
  padding-top: 31px;
}
@media screen and (width <= 900px) {
  .c-mv__title_welfare, .c-mv__title_work {
    padding: 3.9583333333vw 0 0;
  }
}
.c-mv__add {
  padding: 23px 0 0;
  font-size: 16px;
  font-feature-settings: "palt";
  color: #fff;
  text-align: center;
  text-indent: 0.14em;
  letter-spacing: 0.14em;
}
@media screen and (width <= 900px) {
  .c-mv__add {
    padding: 4.7916666667vw 0 0;
    font-size: 3.3333333333vw;
  }
}
@media screen and (width <= 900px) {
  .c-mv__add_keyword, .c-mv__add_welfare, .c-mv__add_work {
    padding: 2.0833333333vw 0 0;
    font-size: 2.9166666667vw;
  }
}

.referral-1 {
  background: linear-gradient(45deg, rgb(253, 246, 234) 0%, rgb(233, 223, 228) 100%);
}
.referral-1__wrap {
  padding: 130px 20px 125px;
}
@media screen and (width <= 900px) {
  .referral-1__wrap {
    padding: 15vw 6.25vw 11.4583333333vw;
  }
}

.referral-2__wrap {
  padding: 100px 20px 112px;
}
@media screen and (width <= 900px) {
  .referral-2__wrap {
    padding: 15vw 6.25vw 13.5416666667vw;
  }
}

.referral-3 {
  background: #f4eae5;
}
.referral-3__wrap {
  padding: 100px 20px 70px;
}
@media screen and (width <= 900px) {
  .referral-3__wrap {
    padding: 15vw 6.25vw 14.1666666667vw;
  }
}
.referral-3__flex {
  display: flex;
  max-width: 1100px;
  margin: 75px auto 0;
}
@media screen and (width <= 900px) {
  .referral-3__flex {
    flex-direction: column;
    margin-top: 9.375vw;
  }
}
.referral-3__svg {
  width: 13px;
  margin: 154px 0 0 18px;
}
@media screen and (width <= 900px) {
  .referral-3__svg {
    width: 5.4166666667vw;
    margin: 2.5vw auto 0;
  }
}
.referral-3__ul {
  max-width: 1100px;
  padding: 27px 20px 0;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .referral-3__ul {
    padding: 5.2083333333vw 0 0;
  }
}
.referral-3__ul li {
  display: flex;
  font-size: 14px;
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 1.8571428571;
  letter-spacing: 0.02em;
}
@media screen and (width <= 900px) {
  .referral-3__ul li {
    font-size: 2.9166666667vw;
  }
}
.referral-3__ul li::before {
  display: block;
  content: "※";
}

.other {
  padding: 103px 20px 100px;
  background: #e3e3e3;
}
@media screen and (width <= 900px) {
  .other {
    padding: 23.9583333333vw 6.25vw 15vw;
  }
}
.other__inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 1100px;
  margin: 88px auto 0;
}
@media screen and (width <= 900px) {
  .other__inner {
    flex-direction: column;
    gap: 4.1666666667vw;
    margin-top: 15vw;
  }
}
