@charset "UTF-8";
/**
 * ピクセルをvwに変換
  * @param {number} px - ピクセル
  * @param {number} base - ベースとなるブレイクポイント
  * @return {string} vw
*/
.main {
  overflow: hidden;
}

.page-wrapper {
  margin: 0 auto;
  position: relative;
  padding: 57px 20px 0;
}
@media screen and (max-width: 768px) {
  .page-wrapper {
    padding: 13.33vw 6.15vw 0;
  }
}

.pageheading {
  padding-bottom: 89px;
  text-align: center;
}
.pageheading__title {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 36px;
  position: relative;
  z-index: 10;
}
.pageheading__title:before {
  content: "";
  display: block;
  width: 200px;
  height: 161px;
  background: url("../../../assets/images/jobcafe/logo_jobcafe.png") no-repeat;
  background-size: contain;
  margin: 0 auto 20px;
}
.pageheading__title i {
  display: block;
  width: 72px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}
.pageheading__title span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #000;
}
.pageheading__text {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 36px;
  margin-top: 40px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 2;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pageheading {
    padding-bottom: 12.82vw;
  }
  .pageheading__title {
    padding: 0;
  }
  .pageheading__title:before {
    content: "";
    display: block;
    width: 41.03vw;
    height: 33.08vw;
    background: url("../../../assets/images/jobcafe/logo_jobcafe.png") no-repeat;
    background-size: contain;
    margin: 0 auto 4.1vw;
  }
  .pageheading__title span {
    font-size: 6.41vw;
  }
  .pageheading__title svg {
    width: 100%;
  }
  .pageheading__text {
    font-size: 3.85vw;
    padding: 0;
    margin-top: 10.26vw;
    margin-bottom: 9.49vw;
    letter-spacing: 0.08em;
    text-align: left;
  }
}

.kv-lines {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  min-width: 1100px;
  transform: translateX(-50%);
  pointer-events: none;
}
.kv-item {
  position: absolute;
  will-change: transform, opacity;
}
.kv-left--01 {
  left: 29px;
  top: 0px;
}
.kv-left--02 {
  left: 0px;
  top: 110px;
}
.kv-right--01 {
  right: 3px;
  top: 0px;
}
.kv-right--02 {
  right: 0;
  top: 80px;
}
@media screen and (max-width: 768px) {
  .kv-lines {
    min-width: auto;
  }
  .kv-left--01 {
    left: 0;
    top: 0px;
  }
  .kv-left--02 {
    left: 0px;
    top: 16vw;
  }
  .kv-left--02 svg {
    width: 20vw;
    height: auto;
  }
  .kv-right--01 {
    right: -2vw;
    top: 0px;
  }
  .kv-right--01 svg {
    width: 28vw;
    height: auto;
  }
  .kv-right--02 {
    right: 0;
    top: 19vw;
  }
}

.title {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 5.13vw;
  }
}

.access {
  padding: 110px 20px 82px;
  background: #F4F4F4;
}
.access-table {
  max-width: 1000px;
  width: 100%;
  margin: 27px auto 0;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.access-table th {
  width: 109px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0.13em;
  text-align: center;
  background: #000;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
.access-table td {
  width: calc(100% - 109px);
  font-weight: 400;
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: 0.16em;
  text-align: justify;
  vertical-align: middle;
  background: #fff;
  padding: 22px 30px;
}
.access-note {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.23;
  letter-spacing: 0.16em;
  text-align: justify;
  vertical-align: middle;
  margin-top: 30px;
}
.access-map {
  margin-top: 30px;
}
.access-map .map {
  max-width: 561px;
  border: 2px solid #484AFE;
}
.access-map .map-link {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.41;
  letter-spacing: 0.06em;
  color: #484AFE;
  margin-top: 2px;
}
.access-map .map-link i.arrow {
  display: inline-block;
  vertical-align: 4px;
}
@media screen and (max-width: 768px) {
  .access {
    padding: 12.82vw 6.15vw;
  }
  .access-table {
    margin-top: 5.38vw;
  }
  .access-table th {
    font-size: 3.33vw;
    width: 27.95vw;
  }
  .access-table td {
    font-size: 3.33vw;
    width: calc(100% - 27.95vw);
    padding: 5.13vw 4.62vw;
  }
  .access-map {
    margin-top: 2.05vw;
  }
  .access-map iframe {
    width: 100%;
    height: 21.54vw;
  }
  .access-map .map-link {
    font-size: 3.08vw;
  }
  .access-note {
    font-size: 3.08vw;
    margin-top: 2.05vw;
  }
}

.contact {
  padding: 0 20px 110px;
  background: #F4F4F4;
}
.contact__title {
  margin-bottom: 28px;
}
.contact .tel-link {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.53;
  letter-spacing: 0.12em;
  color: #484AFE;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 0 6.15vw 20.51vw;
  }
  .contact__title {
    margin-bottom: 6.67vw;
  }
  .contact-lists .grid-item:first-child .card__title::before {
    height: 15.38vw;
    padding-bottom: 4.62vw;
  }
  .contact-lists .card__btn {
    padding: 3.59vw 9.74vw 3.59vw 7.69vw;
  }
  .contact-lists .card__btn span {
    font-size: 3.33vw;
  }
}

.modal-content {
  width: 960px;
  max-width: 960px;
}
.modal-heading {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.modal-profile {
  color: #484AFE;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.12em;
}
.modal-text {
  border: 3px solid #F4F4F4;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7333;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 14px 28px;
}
.modal-desc__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.444;
  letter-spacing: 0.12em;
  padding-left: 16px;
  position: relative;
  text-align: left;
  margin-top: 32px;
  margin-bottom: 16px;
}
.modal-desc__title:before {
  content: "";
  display: block;
  width: 6px;
  height: 26px;
  background: #484AFE;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-desc__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-align: left;
}
.modal-date {
  margin-top: 32px;
  text-align: right;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.23;
  letter-spacing: 0.12em;
  color: #939393;
}
@media screen and (max-width: 768px) {
  .modal-heading {
    flex-wrap: wrap;
    margin-bottom: 7.69vw;
  }
  .modal-profile {
    font-size: 4.87vw;
    width: 100%;
    text-align: center;
    margin-bottom: 5.13vw;
  }
  .modal-content {
    max-width: none;
    width: 87.18vw;
  }
  .modal-text {
    font-size: 3.85vw;
    line-height: 1.733;
    padding: 3.59vw 3.08vw;
    text-align: left;
  }
  .modal-desc__title {
    font-size: 4.62vw;
    margin-top: 7.69vw;
    margin-bottom: 4.1vw;
  }
  .modal-desc__text {
    font-size: 3.85vw;
  }
  .modal-date {
    margin-top: 7.69vw;
  }
  .modal .tag-lists {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .modal-content {
    width: 90vw;
    max-width: none;
  }
}

.grid {
  display: grid;
}
.grid--pc3col {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  z-index: 10;
}
.grid--pc3col .grid-item {
  background: #F4F4F4;
  border-radius: 10px;
  padding: 14px 32px 20px;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .grid--pc3col {
    gap: 20px;
  }
  .grid--pc3col .grid-item {
    padding: 14px 20px 20px;
  }
}
.grid--pc2col {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.grid--pc2col .card__title.--large {
  height: 78px;
}
.grid--pc2col .card__title.--large::before {
  height: 60px;
}
.grid--pc2col .card__text {
  padding: 22px 0 28px;
}
.grid--pc2col .card__btn {
  margin-top: auto;
  align-self: flex-end;
}
.grid--pc2col .grid-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grid--lsize {
  max-width: 1168px;
}
.grid--single {
  max-width: 1000px;
  margin: 0 auto;
}
.grid--single .card__text {
  padding: 0;
}
.grid--single .card__btn {
  margin-top: 0;
}
.grid--single .card .external-arrow {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 13px;
  height: 13px;
}
.grid--single .card__body {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 22px;
}
.grid__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  width: 94%;
  height: 69px;
  position: relative;
  display: flex;
  align-items: center;
}
.grid__title i.inline-arrow {
  background-image: none !important;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  right: -6%;
}
.grid__title i.inline-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.26718 10C1.18321 10 1.09924 9.96949 1.03817 9.90847L0.091603 8.955C0.0305343 8.89397 0 8.81007 0 8.72616C0 8.64226 0.0305343 8.55835 0.091603 8.49733L6.62595 1.97559H2.73282C2.55725 1.97559 2.41221 1.83066 2.41221 1.65523V0.320366C2.41221 0.144928 2.55725 0 2.73282 0H9.67939C9.85496 0 10 0.144928 10 0.320366V7.26163C10 7.43707 9.85496 7.582 9.67939 7.582H8.34351C8.16794 7.582 8.0229 7.43707 8.0229 7.26163V3.37147L1.49618 9.90084C1.43511 9.96186 1.35878 9.99237 1.26718 9.99237V10Z' fill='black'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-100%, 100%);
}
.grid__title i.inline-arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.26718 10C1.18321 10 1.09924 9.96949 1.03817 9.90847L0.091603 8.955C0.0305343 8.89397 0 8.81007 0 8.72616C0 8.64226 0.0305343 8.55835 0.091603 8.49733L6.62595 1.97559H2.73282C2.55725 1.97559 2.41221 1.83066 2.41221 1.65523V0.320366C2.41221 0.144928 2.55725 0 2.73282 0H9.67939C9.85496 0 10 0.144928 10 0.320366V7.26163C10 7.43707 9.85496 7.582 9.67939 7.582H8.34351C8.16794 7.582 8.0229 7.43707 8.0229 7.26163V3.37147L1.49618 9.90084C1.43511 9.96186 1.35878 9.99237 1.26718 9.99237V10Z' fill='black'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.grid__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .grid__text br.pc {
    display: none !important;
  }
}
.grid--recruit .grid__title i.arrow {
  position: absolute;
  top: 15px;
  right: -6%;
}
.grid--youth .grid__title i.arrow {
  position: absolute;
  top: 20px;
  right: -6%;
  transition: transform 0.25s ease-out;
}
.grid--youth:hover .arrow {
  transform: translateY(4px);
}
.grid--senior .grid__title i.arrow {
  position: absolute;
  top: 20px;
  right: -6%;
}
.grid a:hover .grid__title i.inline-arrow::before {
  transition: transform 0.24s ease-out;
  transform: translate(0, 0);
}
.grid a:hover .grid__title i.inline-arrow::after {
  transition: transform 0.24s ease-out;
  transform: translate(100%, -100%);
}
@media screen and (max-width: 768px) {
  .grid {
    display: block;
  }
  .grid-item:not(:last-child) {
    margin-bottom: 5.13vw;
  }
  .grid--pc3col .grid-item {
    padding: 3.08vw 4.62vw;
  }
  .grid--pc2col .card__text {
    padding: 3.59vw 0 4.87vw;
  }
  .grid--pc2col .card__btn {
    padding: 3.59vw 9.74vw 3.59vw 7.69vw;
  }
  .grid--single .card__title::before {
    height: 15.38vw;
    padding-bottom: 4.62vw;
  }
  .grid--single .card__text {
    padding-bottom: 2.05vw;
  }
  .grid--single .card__body {
    display: block;
    padding-top: 3.59vw;
  }
  .grid--single .card__btn {
    width: 37.44vw;
    float: right;
  }
  .grid__title {
    font-size: 3.33vw;
    line-height: 2.23;
    height: auto;
    margin-bottom: 3.85vw;
  }
  .grid__text {
    font-size: 3.33vw;
    line-height: 1.69;
  }
  .grid--recruit .grid__title i.arrow {
    top: 0 !important;
  }
  .grid--recruit .grid__title i.arrow svg {
    vertical-align: middle;
  }
  .grid--youth .grid__title i.arrow {
    top: 0 !important;
  }
  .grid--youth .grid__title i.arrow svg {
    width: 3.33vw;
    vertical-align: middle;
  }
  .grid--senior .grid__title i.arrow {
    top: 0 !important;
  }
  .grid--senior .grid__title i.arrow svg {
    width: 3.21vw;
    vertical-align: middle;
  }
}

.card {
  border-radius: 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 28px 34px 26px;
  text-align: left;
  height: 100%;
  position: relative;
}
.card__note {
  margin-top: auto;
}
.card__title {
  position: relative;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 3px solid #EAEAEA;
  padding-left: 18px;
  padding-bottom: 18px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.428;
  letter-spacing: 0.12em;
}
.card__title.--nowrap {
  flex-wrap: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .card__title {
    font-size: clamp(0.9375rem, 0.3255rem + 1.275vw, 1.3125rem);
  }
  .card__title::before {
    height: 3vw !important;
  }
}
.card__title::before {
  content: "";
  display: block;
  width: 6px;
  height: 30px;
  background: #484AFE;
  border-radius: 2px;
  left: 0;
  position: absolute;
  top: 0;
}
.card__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.733;
  letter-spacing: 0.12em;
  padding: 22px 0 28px;
}
.card__text .small {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-top: 10px;
}
.card__btn span {
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  display: block;
  letter-spacing: 0.1em;
  margin-right: 0;
}
.card__btn i {
  right: 20px;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .card {
    padding: 5.64vw 6.15vw;
    border-radius: 5.64vw;
  }
  .card__title {
    font-size: 5.38vw;
    padding-left: 4.1vw;
  }
  .card__text {
    font-size: 3.85vw;
  }
}

.section-title {
  max-width: 1000px;
  margin: 0 auto;
  padding: 14.3px 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #484AFE;
  margin-bottom: 32px;
}
.section-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 5.13vw;
    letter-spacing: 0.1em;
    padding: 2.33vw;
    margin-bottom: 5.13vw;
  }
  .section-text {
    font-size: 3.85vw;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 6.67vw;
  }
}

.youth {
  padding: 90px 20px 0;
  background: #F4F4F4;
}
.youth__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  color: #484AFE;
  margin-bottom: 32px;
}
.youth__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 72px;
}
.youth__anchor {
  margin-bottom: 110px;
}
.youth__support {
  margin-bottom: 110px;
}
.youth__flow {
  text-align: center;
  padding-bottom: 110px;
}
.youth__flow .toJob {
  min-width: 320px;
  padding: 24px 0 24px 10px;
  margin: 50px 20px 0;
}
.youth__flow .toJob--coming {
  background: #d6d6d6;
  cursor: not-allowed;
}
.youth__flow .toJob--coming span {
  color: #000;
}
.youth__flow .toJob--coming svg {
  display: none;
}
.youth__flow .toJob span {
  margin-right: 0;
}
.youth__flow .toJob .linkBtn--note {
  width: 175px;
  font-size: 13px;
  line-height: 1.6;
  display: block;
  text-align: left;
  margin: 5px auto 0;
}
.youth__flow .toJob i.inline-arrow {
  width: 13px;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .youth__flow .toJob {
    min-width: auto;
  }
  .youth__flow .toJob .linkBtn--note {
    width: 50vw;
    letter-spacing: 0.18em;
  }
}
.youth__voice {
  padding: 140px 20px 160px;
  margin: 0 -20px;
  background: #EAEAEA;
  text-align: center;
}
.youth__voice .toVoice {
  width: 255px;
  padding: 24px 0 24px;
  margin-bottom: 50px;
}
.youth__voice .toVoice span {
  display: block;
  margin-right: 0;
}
.youth__voice .toVoice i.outer-arrow {
  width: 7px;
  height: 11px;
  top: 50%;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .youth {
    padding: 14.87vw 6.15vw 0;
  }
  .youth__title {
    font-size: 5.64vw;
    margin-bottom: 5.64vw;
  }
  .youth__text {
    font-size: 3.85vw;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 6.67vw;
  }
  .youth__anchor {
    margin-bottom: 12.82vw;
  }
  .youth__support {
    margin-bottom: 23.08vw;
  }
  .youth__support .section-title {
    font-size: 4.1vw;
    height: auto;
    padding: 2.05vw 0;
    margin-bottom: 5.13vw;
  }
  .youth__flow {
    padding-bottom: 12.82vw;
  }
  .youth__flow .toJob {
    margin-top: 12.82vw;
    width: 65.13vw;
    max-width: none;
    padding: 4.1vw 0;
    margin: 12.82vw auto 0;
    border-radius: 15.38vw;
  }
  .youth__flow .toJob + .toJob {
    margin-top: 7.69vw;
  }
  .youth__flow .toJob span {
    font-size: 4.36vw;
    margin-right: 0;
    letter-spacing: 0.2em;
  }
  .youth__flow .toJob .inline-arrow {
    right: 6.15vw;
  }
  .youth__flow .toJob--coming .linkBtn--note {
    width: 41vw;
  }
  .youth__voice {
    padding: 12.82vw 6.15vw;
    margin: 0 -6.15vw;
  }
  .youth__voice .toVoice {
    width: 41.79vw;
    padding: 4.1vw 10.26vw 4.36vw 8.72vw;
    margin-bottom: 15.38vw;
  }
}

.anchor {
  display: flex;
  align-items: center;
  justify-content: center;
}
.anchor-item {
  width: 254px;
  height: 119px;
  background: #fff;
  border-radius: 22px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  position: relative;
}
.anchor-item--small {
  font-size: 16px;
  line-height: 1.5;
}
.anchor-link {
  padding: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.anchor-link .arrow {
  display: block;
  width: 16px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2012%209%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M5.53885%208.5007C5.93463%209.09481%206.80755%209.09481%207.20333%208.5007L11.8308%201.55441C12.2735%200.889832%2011.7971%200%2010.9985%200H1.7437C0.9451%200%200.4687%200.88983%200.9114%201.55441L5.53885%208.5007Z%22%20fill%3D%22black%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  transform: translateY(0);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 13px;
  transition: transform 0.25s ease-out;
}
.anchor-link:hover .arrow {
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .anchor {
    justify-content: space-between;
  }
  .anchor-item {
    font-size: 3.33vw;
    width: 27.69vw;
    height: 23.85vw;
    border-radius: 4.1vw;
    margin: 0;
  }
  .anchor-item--small {
    font-size: 2.56vw;
    padding: 0 2.05vw;
    letter-spacing: 0.08em;
  }
  .anchor-link {
    padding: 0 0 3.85vw;
  }
  .anchor-link .arrow {
    width: 3.85vw;
    height: 3.33vw;
    bottom: 3.59vw;
  }
}

.note {
  margin-top: auto;
  padding: 15px 20px 20px;
  background: #f4f4ff;
  border-radius: 17px;
}
.note-title {
  max-width: 374px;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.12em;
  color: #484AFE;
  margin: 0 auto 12px;
}
.note-lists {
  max-width: 374px;
  margin: 0 auto;
  padding-left: 5px;
}
.note-item {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7333;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.note-item .check {
  vertical-align: 3px;
}
@media screen and (max-width: 768px) {
  .note {
    padding: 4.1vw 6.67vw 6.41vw;
    border-radius: 4.36vw;
  }
  .note-title {
    font-size: 3.85vw;
    line-height: 1.733;
    text-align: center;
    margin-bottom: 3.08vw;
  }
  .note-lists {
    padding: 0;
  }
  .note-item {
    font-size: c;
  }
}

.flow-lists {
  max-width: 1000px;
  margin: 50px auto;
}
.flow-item {
  background: #fff;
  display: grid;
  grid-template-columns: 100px 1fr;
  position: relative;
}
.flow-item:not(:first-of-type) .flow__step {
  position: relative;
}
.flow-item:not(:first-of-type) .flow__step::after {
  position: absolute;
}
.flow-item:not(:last-of-type) .flow__content {
  border-bottom: 3px solid #EAEAEA;
}
.flow__step {
  color: #fff;
  height: 132px;
  overflow: visible;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  background: #1ABE71;
}
.flow__step:not(:last-of-type):after {
  content: "";
  width: 100px;
  height: 30px;
  position: absolute;
  left: 0;
  background: url(../images/common/step_arrow.svg) no-repeat center bottom;
  z-index: 1;
  bottom: -25px;
}
.flow__step--01 .flow__step-label {
  margin-top: 10px;
}
.flow__step--04:before, .flow__step--04:after {
  content: none !important;
}
.flow__step-label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.353;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  z-index: 20;
  margin: 29px 0 0;
}
.flow__step .illust {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 8px;
}
.flow__icon {
  z-index: 20;
}
.flow__content {
  padding: 16px 0 0 12px;
  margin: 0 32px 0 20px;
  text-align: left;
  height: 130px;
}
.flow__heading {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.353;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
}
.flow__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.714;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .flow-lists {
    background: url(../images/jobcafe/frame.png) no-repeat;
    margin: 9.74vw auto;
  }
  .flow {
    margin-top: 9.74vw;
  }
  .flow__step {
    height: auto;
    align-items: flex-start;
  }
  .flow__step::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 260'%3E%3Cpath d='M0 0L50 23L100 0V237.143L50 260L0 237.143V0Z' fill='%231ABE71'/%3E%3C/svg%3E");
    height: 68vw;
  }
  .flow__step-label {
    font-size: 4.36vw;
  }
  .flow__step .illust {
    margin-top: 7.69vw;
    margin-bottom: 2.31vw;
  }
  .flow__step--01 + .flow__content {
    height: 62vw;
  }
  .flow__step--01::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 260'%3E%3Cpath d='M0 0H100V237.143L50 260L0 237.143V0Z' fill='%231ABE71'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    height: 68vw;
  }
  .flow__step--02 .illust {
    margin-top: 10.26vw;
  }
  .flow__step--02 + .flow__content {
    height: 62vw;
  }
  .flow__step--02::after {
    height: 68vw;
  }
  .flow__step--03 .illust {
    margin-top: 10.26vw;
  }
  .flow__step--03 + .flow__content {
    height: 62vw;
  }
  .flow__step--03::after {
    height: 68vw;
  }
  .flow__step--04 .illust {
    margin-top: 10.26vw;
  }
  .flow__step--04 + .flow__content {
    height: 59vw;
  }
  .flow__step--04::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 232'%3E%3Cpath d='M0 0L50 23L100 0V231.143L50 231L0 231.143V0Z' fill='%231ABE71'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    height: 60vw;
  }
  .flow__content {
    height: auto;
    margin: 0;
    padding: 7.69vw 0 9.74vw;
    margin: 0 5.13vw;
  }
  .flow__heading {
    font-size: 4.36vw;
    margin-bottom: 3.59vw;
  }
}

.voice-lists {
  margin: 0 auto 50px;
  column-gap: 40px;
  row-gap: 28px;
  align-items: stretch;
}
.voice-lists .card {
  border-radius: 12px;
  padding: 28px 62px 28px 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.72168 6.11102L1.34415 11L0 9.77797L4.70546 5.5L0 1.22203L1.34415 0L6.72168 4.88898C6.89989 5.05105 7 5.27083 7 5.5C7 5.72916 6.89989 5.94895 6.72168 6.11102Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 7px 11px;
  background-position: calc(100% - 28px) center;
  cursor: pointer;
}
.voice-lists .card__heading {
  display: flex;
  align-items: center;
}
.voice-lists .card__profile {
  color: #484AFE;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.12em;
}
.voice-lists .card__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.02em;
  vertical-align: middle;
  padding: 16px 0 10px;
}
.voice-lists .card__date {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.23;
  letter-spacing: 0.12em;
  color: #939393;
  margin-top: auto;
}
.voice-lists .grid-item {
  height: 100%;
  min-height: 212px;
}
@media screen and (max-width: 768px) {
  .voice-lists {
    margin-bottom: 8.21vw;
  }
  .voice-lists .card {
    padding: 4.1vw 7.69vw 4.1vw 4.1vw;
    background-position: calc(100% - 5vw) center;
  }
  .voice-lists .card__heading {
    display: block;
  }
  .voice-lists .card__profile {
    font-size: 3.85vw;
    line-height: 6.41vw;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
  }
  .voice-lists .card__text {
    font-size: 3.59vw;
    padding: 2.05vw 0;
    line-height: 1.643;
  }
  .voice-lists .grid-item {
    min-height: auto;
  }
  .voice-lists .grid-item:not(:last-child) {
    margin-bottom: 7.18vw;
  }
}

.tag-lists {
  display: flex;
  flex-wrap: wrap;
  margin-left: 14px;
}
.tag-item {
  font-weight: 500;
  font-size: 12px;
  height: 22px;
  line-height: 1.666;
  letter-spacing: 0.53px;
  vertical-align: middle;
  color: #4d4d4d;
  padding: 1px 5px;
  background: #e3e3e3;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .tag-lists {
    margin: 0;
  }
  .tag-item {
    font-size: 3.08vw;
    height: 5.64vw;
  }
}
.tag .linkBtn--outer--s {
  padding: 3.59vw 9.74vw 3.59vw 7.69vw;
}

.support-lists .card__title {
  justify-content: center;
  padding-left: 0;
  padding-right: 40px;
  padding-bottom: 14px;
  text-align: center;
}
.support-lists .card__title .illust {
  margin-right: 20px;
}
.support-lists .card__title::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .support-lists .card__title {
    font-size: 5.13vw;
    letter-spacing: 0.03em;
    padding-right: 0;
    padding-bottom: 2.56vw;
    justify-content: flex-start;
  }
  .support-lists .card__title .illust {
    width: 13.59vw;
    margin-right: 1vw !important;
  }
  .support-lists .card__title .illust svg {
    width: 100%;
  }
}