@charset "UTF-8";
.banner-section {
	padding: 6rem 0 0;
}

.title {
  margin-top: 115px;
  margin-bottom: 93px;
}

.people-list .people-card:first-child {
    padding-left: 0px;
}

.people-list .people-card {
    padding: 0 20px;
}

.people-list .people-card:last-child {
    padding-right: 0px;
}
.card-img, .card-img-top {
    border-radius: 25px 0px 0px 0px;
    height: 216px;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
  .title {
    margin-top: 11px;
    margin-bottom: 69px;
  }
}

.title-text {
  font-size: 28px;
  line-height: 124.3%;
  letter-spacing: 0.085em;
  color: #E77160;
}

@media screen and (max-width: 768px) {
  .title-text {
    font-size: 20px;
  }
}

.hero-image {
  position: relative;
  background-image: url("../../../images/part-time-summary/part-time-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 509px;
}

@media screen and (max-width: 768px) {
  .hero-image {
    background-image: url("../images/part-time-summary/part-time-summary-mobile.png");
  }
}

.white-line {
  color: #fff;
  background-color: #fff;
  height: 3px;
  width: 38px;
  position: absolute;
  top: 105px;
}

@media screen and (max-width: 768px) {
  .white-line {
    top: 129px;
  }
}

.hero-header {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 148px;
}

@media screen and (max-width: 768px) {
  .hero-header {
    font-size: 18px;
    top: 152px;
  }
}

.hero-text {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 161.3%;
  position: absolute;
  top: 215px;
  max-width: 487px;
}

.cta-button {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  cursor: pointer;
  padding-top: 18px;
  padding-bottom: 20px;
  padding-left: 68px;
  padding-right: 69px;
  font-size: 16px;
  line-height: 124.3%;
  text-align: center;
  letter-spacing: 0.085em;
  color: #FFFFFF;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: absolute;
  top: 347px;
  background: linear-gradient(75.09deg, #7E4992 0%, #E7697E 39.37%, #FFA264 70.62%, #FFDF66 100%);
}

@media screen and (max-width: 768px) {
  .cta-button {
    position: absolute;
    top: 380px;
    left: 30px;
    background: linear-gradient(75.09deg, #7E4992 0%, #E7697E 39.37%, #FFA264 70.62%, #FFDF66 100%);
  }
}

.cta-button svg {
  margin-left: 15px;
  margin-top: 3px;
}

a.cta-button-bottom {
  cursor: pointer;
  background: linear-gradient(75.09deg, #7E4992 0%, #E7697E 39.37%, #FFA264 70.62%, #FFDF66 100%);
  padding: 20px 40px;
  width: 375px;
  font-size: 20px;
  line-height: 124.3%;
  text-align: center;
  letter-spacing: 0.085em;
  color: #FFFFFF;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-bottom: 172px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  a.cta-button-bottom {
    margin-bottom: 94px;
    max-width: 340px;
    padding-left: 68px;
    padding-right: 69px;
    font-size: 14px;
    line-height: 124.3%;
    text-align: center;
    letter-spacing: 0.085em;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
  }
}

.cta-button-bottom img {
  display: inline-block;
  vertical-align: middle;
  max-width: 30px;
  margin-top: -5px;
}

@media screen and (max-width: 768px) {
  .cta-button-bottom img {
    margin-top: -6px;
  }
}

.step-number {
  font-size: 20px;
  line-height: 128.8%;
  letter-spacing: 0.035em;
  margin-right: 56px;
  color: #7E7E7E;
}

.steps-line {
  background-color: #E77160;
  height: 3px;
  width: 38px;
  margin-bottom: 40px;
  margin-top: 154px;
}

@media screen and (max-width: 768px) {
  .steps-line {
    margin-bottom: 23px;
    margin-top: 84px;
  }
}

.steps-text {
  font-size: 20px;
  line-height: 189.3%;
  letter-spacing: 0.035em;
  color: #383838;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .steps-text {
    margin-bottom: 40px;
    font-size: 20px;
  }
}

.step-title {
  font-size: 20px;
  line-height: 161.3%;
  color: #3F3F3F;
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .step-title {
    font-size: 16px;
    line-height: 161.3%;
    color: #383838;
  }
}

.step-sub-title {
  font-size: 16px;
  line-height: 161.3%;
  color: #929292;
}

@media screen and (max-width: 768px) {
  .step-sub-title {
    font-size: 14px;
  }
}

.step-line {
  color: #CDCDCD;
  opacity: 1;
}

.step-text {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 14px;
  line-height: 161.3%;
  color: #3F3F3F;
}

@media screen and (max-width: 768px) {
  .step-text {
    color: #383838;
  }
}

.step {
  max-width: 457px;
}

.step-number-mobile {
  font-size: 16px;
  line-height: 124.3%;
  letter-spacing: 0.085em;
  color: #E77160;
  margin-bottom: 12px;
}

.step-title-mobile {
  font-size: 16px;
  line-height: 161.3%;
  color: #383838;
}

.step-sub-title-mobile {
  font-size: 14px;
  line-height: 161.3%;
  color: #929292;
  margin-bottom: 25px;
}

.step-text-mobile {
  font-family: 'Noto Sans JP';
  font-weight: 400;
/*   max-width: 340px; */
  font-size: 14px;
  line-height: 161.3%;
  color: #383838;
  margin-top: 21px;
}

.arrow-container {
  margin: 63px 0px;
}

.card {
  border: none;
  min-height: 408px;
  border-radius: 0px;
  margin-bottom: 30px;
  border-top-left-radius: 25px !important;
}

@media only screen and (min-width: 391px) and (max-width: 450px) {
  .card {
    min-height: 440px;
  }
}

@media only screen and (min-width: 451px) and (max-width: 575px) {
  .card {
    min-height: 520px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 720px) {
  .card {
    margin-bottom: 51px;
  }
}

.card-text {
  margin-top: 11px;
  font-size: 16px;
  line-height: 151.3%;
  padding-left: 11px;
  padding-right: 11px;
  color: #383838;
}

.card-title {
  padding-top: 18px;
  font-size: 18px;
  line-height: 208.8%;
  padding-left: 11px;
  margin: 0px;
  margin-top: -5px;
  color: #383838;
}

.card-details {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  padding-left: 11px;
  margin-top: -5px;
  font-size: 13px;
  line-height: 151.3%;
  color: #383838;
}

.details-breaker {
  color: #000;
}

.line {
  position: absolute;
  bottom: 0;
  width: 187px;
  height: 1px;
  border-bottom: 1px solid #E77160;
}

.job-type {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  position: absolute;
  bottom: 6px;
  padding-left: 11px;
  font-size: 13px;
  line-height: 151.3%;
  color: #E77160;
}

.arrow-left {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  padding-bottom: 15%;
  border-radius: 10px;
  overflow: hidden;
  transform-origin: 100% 0;
  transform: rotate(-360deg);
}

.arrow-left:after {
  content: "";
  position: absolute;
  right: 8px;
  width: 100%;
  height: 141%;
  transform-origin: inherit;
  transform: rotate(45deg);
  background: #000;
}

.card svg {
  position: absolute;
  bottom: -0.5px;
  right: -0.9px;
}

.welfare-header {
  font-size: 20px;
  line-height: 189.3%;
  letter-spacing: 0.035em;
  color: #383838;
  margin-bottom: 41px;
}

@media screen and (max-width: 768px) {
  .welfare-header {
    font-size: 18px;
    line-height: 124.3%;
    letter-spacing: 0.085em;
    margin-bottom: 36px;
  }
}

.instruction {
  margin-bottom: 184px;
}

@media screen and (max-width: 768px) {
  .instruction {
    margin-bottom: 118px;
  }
}

.welfare-content {
  margin-top: 33px;
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .welfare-content {
    margin: 30px 0;
  }
}

.image-text-width {
  max-width: 433px;
  margin-top: 33px;
}

.welfare-content-header {
  font-size: 16px;
  line-height: 139.8%;
  letter-spacing: 0.085em;
  color: #E77160;
  width: 211px;
}

@media screen and (max-width: 768px) {
  .welfare-content-header {
    margin-bottom: 14px;
    width: 100%;
  }

  .return-text p {
    font-size: 14px;
  }
	
  .return-text {
    margin-top: 0px;
  }
}

.welfare-content-text {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 14px;
  line-height: 161.3%;
  color: #383838;
}

/*# sourceMappingURL=part-time-summary.css.map */
.call-to-action-right {
  background-image: url('/wp-content/uploads/2022/09/Group-9502.png') !important;
}

.call-to-action-left {
  background-image: url(/wp-content/uploads/2022/09/025-2.png) !important;
}

@media(max-width: 767px) {
  .call-to-action-left {
    background-image: url(/wp-content/uploads/2022/09/025-2-1.png) !important;
  }

  .call-to-action-right {
    background-image: url('/wp-content/uploads/2022/10/advantage-img01-3.png') !important;
  }
	.people-list .people-card:last-child {
		padding-right: 20px;
	}
	.people-list .people-card:first-child {
		padding-left: 20px;
	}
	.banner-section {
	padding: 0;
     }
	.arrow-container {
		margin: 3rem 0;
	}
}