@charset "UTF-8";

.breadcrumb {
  display: flex;
  line-height: 1;
  position: relative;
  z-index: 1;
  color: var(--clr-primary-body-bk);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%
}

@media (max-width: 1440px) {
  .breadcrumb {
    font-size: .875em
  }
}

.breadcrumb.-madoguchi {
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
  border-radius: 0 8px 8px 0;
  background: #ffffffe6;
  padding: 4px 12px 4px 60px
}

@media (max-width: 1440px) {
  .breadcrumb.-madoguchi {
    margin-top: 1.3888888889vw;
    border-radius: 0px .5555555556vw .5555555556vw 0px;
    padding: .2777777778vw .8333333333vw .2777777778vw 4.1666666667vw
  }
}

@media (max-width: 1024px) {
  .breadcrumb.-madoguchi {
    margin-top: 2.6041666667vw;
    border-radius: 0px 1.0416666667vw 1.0416666667vw 0px;
    padding: .5208333333vw 1.5625vw .5208333333vw 2.6041666667vw
  }
}

@media (max-width: 767px) {
  .breadcrumb.-madoguchi {
    margin-top: 5.3333333333vw;
    border-radius: 0px 2.1333333333vw 2.1333333333vw 0px;
    padding: 1.0666666667vw 3.2vw 1.0666666667vw 5.3333333333vw
  }
}

.breadcrumb__item {
  align-items: center;
  display: flex
}

.breadcrumb__item a, .breadcrumb__item span {
  word-wrap: unset;
  overflow-wrap: unset;
  word-break: unset
}

.breadcrumb__item.-top {
  white-space: pre
}

.breadcrumb__item.-slash {
  margin: 0 4px
}

.breadcrumb__item.-slash * {
  text-decoration: unset
}

@media (max-width: 1440px) {
  .breadcrumb__item.-slash {
    margin: 0 .2777777778vw
  }
}

@media (max-width: 1024px) {
  .breadcrumb__item.-slash {
    margin: 0 .5208333333vw
  }
}

@media (max-width: 767px) {
  .breadcrumb__item.-slash {
    margin: 0 1.0666666667vw
  }
}

.breadcrumb__item:last-child {
  pointer-events: none
}

.breadcrumb__item:last-child .breadcrumb__title {
  text-decoration: unset;
  color: var(--clr-grayscale);
  white-space: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1
}

.breadcrumb__title {
  text-decoration: underline;
  white-space: pre
}

.btn {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  color: var(--clr-bg);
  color: var(--clr-primary-deep-blue);
  background: var(--clr-bg);
  border-radius: 40px;
  border: 1px solid var(--clr-primary-body-bk)
}

@media (max-width: 1440px) {
  .btn {
    border-radius: 2.7777777778vw
  }
}

@media (max-width: 1024px) {
  .btn {
    border-radius: 5.2083333333vw
  }
}

@media (max-width: 767px) {
  .btn {
    border-radius: 10.6666666667vw
  }
}

.btn span {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: .28px;
  position: relative;
  z-index: 1
}

@media (max-width: 1440px) {
  .btn span {
    font-size: .875em;
    letter-spacing: .0194444444vw
  }
}

@media (max-width: 1024px) {
  .btn span {
    letter-spacing: .0364583333vw
  }
}

@media (max-width: 767px) {
  .btn span {
    letter-spacing: .0746666667vw
  }
}

.btn img {
  position: relative;
  z-index: 1
}

.btn__icon {
  transition: transform .3s
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--clr-focus-mint);
  opacity: 0;
  transition: opacity .3s, z-index .3s;
  z-index: -1
}

@media (max-width: 1024px) {
  .btn:before {
    content: unset
  }
}

.btn:hover img.btn__icon {
  transform: translate(8px)
}

@media (max-width: 1440px) {
  .btn:hover img.btn__icon {
    transform: translate(.5555555556vw)
  }
}

@media (max-width: 1024px) {
  .btn:hover img.btn__icon {
    transform: unset
  }
}

.btn:hover:before {
  opacity: 1;
  z-index: 1
}

@media (max-width: 1024px) {
  .btn:hover:before {
    opacity: 0;
    z-index: 0
  }
}

.voice-card {
  width: 100%;
  max-width: 196px;
  min-height: 102px;
  padding: 12px 16px;
  background: var(--clr-bg);
  border: 1px solid var(--clr-primary-deep-blue);
  border-radius: 12px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative
}

@media (max-width: 1440px) {
  .voice-card {
    max-width: 13.6111111111vw;
    min-height: 7.0833333333vw;
    padding: .8333333333vw 1.1111111111vw;
    border-radius: .8333333333vw
  }
}

@media (max-width: 1024px) {
  .voice-card {
    max-width: 100%;
    min-height: 13.28125vw;
    padding: 1.5625vw 2.0833333333vw;
    border-radius: 1.5625vw
  }
}

@media (max-width: 767px) {
  .voice-card {
    min-height: 27.2vw;
    padding: 3.2vw;
    border-radius: 3.2vw
  }
}

.voice-card:hover .top-support__card-text:after {
  opacity: 1
}

.voice-card:hover .top-support__card-arrow {
  right: 12px
}

@media (max-width: 1024px) {
  .voice-card:hover .top-support__card-arrow {
    right: .8333333333vw
  }
}

@media (max-width: 1024px) {
  .voice-card:hover .top-support__card-arrow {
    right: 1.5625vw
  }
}

@media (max-width: 767px) {
  .voice-card:hover .top-support__card-arrow {
    right: 3.2vw
  }
}

.voice-card:hover .voice-card__text span:after {
  opacity: 1
}

@media (max-width: 1024px) {
  .voice-card:hover .voice-card__text span:after {
    opacity: 0
  }
}

.voice-card:hover .voice-card__arrow {
  transform: translate(8px)
}

@media (max-width: 1440px) {
  .voice-card:hover .voice-card__arrow {
    transform: translate(.5555555556vw)
  }
}

@media (max-width: 1024px) {
  .voice-card:hover .voice-card__arrow {
    transform: unset
  }
}

.voice-card.-blue {
  box-shadow: 2px 4px 0 var(--clr-support-shadow-blue)
}

.voice-card.-orange {
  box-shadow: 2px 4px 0 var(--clr-support-shadow-orange)
}

.voice-card.-pink {
  box-shadow: 2px 4px 0 var(--clr-support-shadow-pink)
}

.voice-card__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: .28px;
  color: var(--clr-primary-deep-blue);
  position: relative
}

@media (max-width: 1440px) {
  .voice-card__text {
    font-size: .9722222222vw;
    letter-spacing: .0194444444vw
  }
}

@media (max-width: 1024px) {
  .voice-card__text {
    font-size: .8125em;
    letter-spacing: .0364583333vw
  }
}

@media (max-width: 767px) {
  .voice-card__text {
    letter-spacing: .0746666667vw
  }
}

.voice-card__text span {
  position: relative
}

.voice-card__text span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: -2px;
  opacity: 0;
  background: var(--clr-primary-deep-blue);
  transition: opacity .3s
}

@media (max-width: 1440px) {
  .voice-card__text span:after {
    bottom: -.1388888889vw
  }
}

@media (max-width: 1024px) {
  .voice-card__text span:after {
    content: unset
  }
}

.voice-card__arrow {
  position: absolute;
  right: 20px;
  bottom: 12px;
  max-width: 24px;
  margin-top: auto;
  transition: transform .3s
}

@media (max-width: 1440px) {
  .voice-card__arrow {
    right: 1.3888888889vw;
    bottom: .8333333333vw;
    max-width: 1.6666666667vw
  }
}

@media (max-width: 1024px) {
  .voice-card__arrow {
    right: 2.6041666667vw;
    bottom: 1.5625vw;
    max-width: 3.125vw
  }
}

@media (max-width: 767px) {
  .voice-card__arrow {
    right: 1.0666666667vw;
    bottom: 3.2vw;
    max-width: 6.4vw
  }
}

.guide-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid var(--clr-primary-deep-blue);
  border-radius: 32px;
  background-color: var(--clr-bg);
  transition: .3s
}

@media (max-width: 1440px) {
  .guide-card {
    border-radius: 2.2222222222vw
  }
}

@media (max-width: 1024px) {
  .guide-card {
    border-radius: 3.125vw
  }
}

@media (max-width: 767px) {
  .guide-card {
    border-radius: 6.4vw
  }
}

.guide-card:hover .guide-card__img {
  transform: scale(1.05)
}

@media (max-width: 1024px) {
  .guide-card:hover .guide-card__img {
    transform: unset
  }
}

.guide-card:hover .guide-card__title {
  text-decoration-color: var(--clr-primary-deep-blue)
}

@media (max-width: 1024px) {
  .guide-card:hover .guide-card__title {
    text-decoration-color: transparent
  }
}

.guide-card:hover .guide-card__description {
  text-decoration-color: var(--clr-primary-deep-blue)
}

@media (max-width: 1024px) {
  .guide-card:hover .guide-card__description {
    text-decoration-color: transparent
  }
}

.guide-card__img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .3s
}

@media (max-width: 1440px) {
  .guide-card__img {
    height: 12.5vw
  }
}

@media (max-width: 1024px) {
  .guide-card__img {
    height: 13.0208333333vw
  }
}

@media (max-width: 767px) {
  .guide-card__img {
    height: 26.6666666667vw
  }
}

.guide-card__img.-h-260 {
  height: 260px
}

@media (max-width: 1440px) {
  .guide-card__img.-h-260 {
    height: 18.0555555556vw
  }
}

@media (max-width: 1024px) {
  .guide-card__img.-h-260 {
    height: 23.1770833333vw
  }
}

@media (max-width: 767px) {
  .guide-card__img.-h-260 {
    height: 47.4666666667vw
  }
}

.guide-card__img.-h-180 {
  height: 180px
}

@media (max-width: 1440px) {
  .guide-card__img.-h-180 {
    height: 12.5vw
  }
}

@media (max-width: 1024px) {
  .guide-card__img.-h-180 {
    height: 13.0208333333vw
  }
}

@media (max-width: 767px) {
  .guide-card__img.-h-180 {
    height: 26.6666666667vw
  }
}

.guide-card__body {
  border-top: 1px solid var(--clr-primary-deep-blue);
  padding: 16px 20px 24px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: #fff
}

@media (max-width: 1440px) {
  .guide-card__body {
    padding: 1.1111111111vw 1.3888888889vw 1.6666666667vw;
    gap: .5555555556vw
  }
}

@media (max-width: 1024px) {
  .guide-card__body {
    padding: 1.5625vw;
    gap: 1.0416666667vw
  }
}

@media (max-width: 767px) {
  .guide-card__body {
    padding: 3.2vw;
    gap: 2.1333333333vw
  }
}

.guide-card__title {
  color: var(--clr-primary-body-bk);
  font-size: 20px;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: .4px;
  height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-position: from-font;
  text-decoration-thickness: 2px;
  transition: text-decoration-color .3s ease
}

@media (max-width: 1440px) {
  .guide-card__title {
    font-size: 1.25em;
    letter-spacing: .0277777778vw
  }
}

@media (max-width: 1024px) {
  .guide-card__title {
    font-size: .875em;
    letter-spacing: .0364583333vw;
    height: 44px
  }
}

@media (max-width: 767px) {
  .guide-card__title {
    letter-spacing: .0746666667vw
  }
}

.guide-card__title.-h-unset {
  height: unset
}

.guide-card__description {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: .32px;
  margin-bottom: 8px;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-position: from-font;
  text-decoration-thickness: 2px;
  transition: text-decoration-color .3s ease
}

@media (max-width: 1440px) {
  .guide-card__description {
    font-size: 1em;
    letter-spacing: .0222222222vw;
    margin-bottom: .5555555556vw
  }
}

@media (max-width: 1024px) {
  .guide-card__description {
    font-size: .875em;
    letter-spacing: .0364583333vw;
    margin-bottom: .5208333333vw
  }
}

@media (max-width: 767px) {
  .guide-card__description {
    letter-spacing: .0746666667vw;
    margin-bottom: 1.0666666667vw
  }
}

.guide-card__tags-area {
  display: flex;
  gap: 8px;
  flex-direction: column;
  margin-bottom: auto
}

@media (max-width: 1440px) {
  .guide-card__tags-area {
    gap: .5555555556vw
  }
}

@media (max-width: 1024px) {
  .guide-card__tags-area {
    gap: 1.0416666667vw
  }
}

@media (max-width: 767px) {
  .guide-card__tags-area {
    gap: 2.1333333333vw
  }
}

.guide-card__tags-area.-no-column {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px
}

@media (max-width: 1440px) {
  .guide-card__tags-area.-no-column {
    gap: .8333333333vw
  }
}

@media (max-width: 1024px) {
  .guide-card__tags-area.-no-column {
    gap: 1.5625vw
  }
}

@media (max-width: 767px) {
  .guide-card__tags-area.-no-column {
    gap: 3.2vw
  }
}

.guide-card__tags {
  color: var(--clr-text-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: .56px;
  display: flex;
  align-items: center;
  gap: 2px
}

@media (max-width: 1440px) {
  .guide-card__tags {
    font-size: .875em;
    letter-spacing: .0388888889vw;
    gap: .1388888889vw
  }
}

@media (max-width: 1024px) {
  .guide-card__tags {
    font-size: .75em;
    letter-spacing: .0625vw;
    gap: .2604166667vw
  }
}

@media (max-width: 767px) {
  .guide-card__tags {
    font-size: .75em;
    letter-spacing: .128vw;
    gap: .5333333333vw
  }
}

.guide-card__tags-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

@media (max-width: 1440px) {
  .guide-card__tags-icon {
    width: 1.5277777778vw;
    height: 1.5277777778vw
  }
}

@media (max-width: 1024px) {
  .guide-card__tags-icon {
    width: 2.6041666667vw;
    height: 2.6041666667vw
  }
}

@media (max-width: 767px) {
  .guide-card__tags-icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw
  }
}

.guide-card__tags-icon.-life {
  background-image: url(/shushoku_hyogaki_shien/assets/img/icons_life.svg)
}

.guide-card__tags-icon.-house {
  background-image: url(/shushoku_hyogaki_shien/assets/img/icons_house.svg)
}

.guide-card__tags-icon.-community {
  background-image: url(/shushoku_hyogaki_shien/assets/img/icons_community.svg)
}

.guide-card__tags-icon.-achievements {
  background-image: url(/shushoku_hyogaki_shien/assets/img/icons_achievements.svg)
}

.guide-card__tags-icon.-note {
  background-image: url(/shushoku_hyogaki_shien/assets/img/icons_note.svg)
}

.guide-card__tags-icon.-note-green {
  background-image: url(/shushoku_hyogaki_shien/assets/img/icons_caution.svg)
}

.guide-card__tags-icon.-career {
  background-image: url(/shushoku_hyogaki_shien/assets/img/icons_career.svg)
}

.guide-card__tags-icon.-support {
  background-image: url(/shushoku_hyogaki_shien/assets/img/icons_support.svg)
}

.guide-card__tags-icon.-heart {
  background-image: url(/shushoku_hyogaki_shien/assets/img/icons_heart.svg)
}

.guide-card__tags-icon.-mindset {
  background-image: url(/shushoku_hyogaki_shien/assets/img/icons_mindset.svg)
}

.guide-card__tags-icon.-use {
  background-image: url(/shushoku_hyogaki_shien/assets/img/icons_use.svg)
}

.guide-card__tags-icon.-action {
  background-image: url(/shushoku_hyogaki_shien/assets/img/icons_action.svg)
}

.guide-card__tags-icon.-lens-orange {
  background-image: url(/shushoku_hyogaki_shien/assets/img/icons_lens-orange.svg)
}

.guide-card__tags-icon.-person-orange {
  background-image: url(/shushoku_hyogaki_shien/assets/img/icons_person-orange.svg)
}

.guide-card__tags-icon.-pen-orange {
  background-image: url(/shushoku_hyogaki_shien/assets/img/icons_pen-orange.svg)
}

.top-interview__card {
  padding: 12px 20px 16px;
  width: 100%;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  color: var(--clr-primary-body-bk);
  background-color: var(--clr-bg);
  position: relative
}

@media (max-width: 1440px) {
  .top-interview__card {
    padding: .8333333333vw 1.3888888889vw 1.1111111111vw;
    border-radius: 1.1111111111vw
  }
}

@media (max-width: 1024px) {
  .top-interview__card {
    padding: 1.5625vw 1.5625vw 2.0833333333vw;
    border-radius: 2.0833333333vw
  }
}

@media (max-width: 767px) {
  .top-interview__card {
    padding: 3.2vw 3.2vw 4.2666666667vw;
    border-radius: 4.2666666667vw
  }
}

.top-interview__card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 8px solid transparent;
  opacity: 0;
  transition: .3s
}

@media (max-width: 1440px) {
  .top-interview__card:before {
    border-radius: 1.1111111111vw;
    border: .5555555556vw solid transparent
  }
}

@media (max-width: 1024px) {
  .top-interview__card:before {
    border-radius: 2.0833333333vw;
    border: 1.0416666667vw solid transparent
  }
}

@media (max-width: 767px) {
  .top-interview__card:before {
    border-radius: 4.2666666667vw;
    border: 2.1333333333vw solid transparent
  }
}

.top-interview__card.-hello:before {
  border-color: var(--clr-support-shadow-blue)
}

.top-interview__card.-support:before {
  border-color: var(--clr-support-shadow-orange)
}

.top-interview__card:hover:before {
  opacity: 1
}

@media (max-width: 1024px) {
  .top-interview__card:hover:before {
    opacity: 0
  }
}

.top-interview__card:hover .top-interview__card-button-arrow {
  background-color: var(--clr-focus-mint);
  transform: translate(13px)
}

@media (max-width: 1024px) {
  .top-interview__card:hover .top-interview__card-button-arrow {
    transform: translate(.9027777778vw)
  }
}

@media (max-width: 1024px) {
  .top-interview__card:hover .top-interview__card-button-arrow {
    background-color: var(--clr-bg);
    transform: unset
  }
}

.top-interview__card:nth-child(2) {
  margin-top: 60px
}

@media (max-width: 1440px) {
  .top-interview__card:nth-child(2) {
    margin-top: 4.1666666667vw
  }
}

@media (max-width: 1024px) {
  .top-interview__card:nth-child(2) {
    margin-top: 0
  }
}

.top-interview__card:nth-child(4) {
  margin-top: 60px
}

@media (max-width: 1440px) {
  .top-interview__card:nth-child(4) {
    margin-top: 4.1666666667vw
  }
}

@media (max-width: 1024px) {
  .top-interview__card:nth-child(4) {
    margin-top: 0
  }
}

.top-interview__card.-m-0 {
  margin: 0
}

.top-interview__card-image {
  height: 136px;
  padding: 0 9px;
  border-radius: 16px
}

@media (max-width: 1440px) {
  .top-interview__card-image {
    height: 9.4444444444vw;
    padding: 0 .625vw;
    border-radius: 1.1111111111vw
  }
}

@media (max-width: 1024px) {
  .top-interview__card-image {
    height: 17.7083333333vw;
    padding: 0 1.171875vw;
    border-radius: 2.0833333333vw
  }
}

@media (max-width: 767px) {
  .top-interview__card-image {
    height: 36.2666666667vw;
    padding: 0 2.4vw;
    border-radius: 4.2666666667vw
  }
}

.top-interview__card-body {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  gap: 8px;
  padding-right: 13px
}

@media (max-width: 1440px) {
  .top-interview__card-body {
    margin-top: 1.3888888889vw;
    gap: .5555555556vw;
    padding-right: .9027777778vw
  }
}

@media (max-width: 1024px) {
  .top-interview__card-body {
    margin-top: 2.6041666667vw;
    gap: 1.0416666667vw;
    padding-right: 1.6927083333vw
  }
}

@media (max-width: 767px) {
  .top-interview__card-body {
    margin-top: 5.3333333333vw;
    gap: 2.1333333333vw;
    padding-right: 3.4666666667vw
  }
}

.top-interview__card-body.-m-0 {
  margin: 0
}

.top-interview__card-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: .32px
}

@media (max-width: 1440px) {
  .top-interview__card-text {
    font-size: 1.1111111111vw;
    letter-spacing: .0222222222vw
  }
}

@media (max-width: 1024px) {
  .top-interview__card-text {
    font-size: 1em;
    letter-spacing: .0416666667vw
  }
}

@media (max-width: 767px) {
  .top-interview__card-text {
    letter-spacing: .0853333333vw
  }
}

.top-interview__card-button-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--clr-primary-deep-blue);
  border-radius: 20px;
  padding: 4px;
  opacity: 1;
  transition: background-color .3s, transform .3s
}

@media (max-width: 1440px) {
  .top-interview__card-button-arrow {
    width: 1.9444444444vw;
    height: 1.9444444444vw;
    border-radius: 1.3888888889vw;
    padding: .2777777778vw
  }
}

@media (max-width: 1024px) {
  .top-interview__card-button-arrow {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
    border-radius: 2.6041666667vw;
    padding: .5208333333vw
  }
}

@media (max-width: 767px) {
  .top-interview__card-button-arrow {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    border-radius: 5.3333333333vw;
    padding: 1.0666666667vw
  }
}

.top-interview__card-button-arrow:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/shushoku_hyogaki_shien/assets/img/arrow-right-d-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

@media (max-width: 1440px) {
  .top-interview__card-button-arrow:after {
    width: 1.3888888889vw;
    height: 1.3888888889vw
  }
}

@media (max-width: 1024px) {
  .top-interview__card-button-arrow:after {
    width: 2.6041666667vw;
    height: 2.6041666667vw
  }
}

@media (max-width: 767px) {
  .top-interview__card-button-arrow:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw
  }
}

.top-interview__card-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px
}

@media (max-width: 1440px) {
  .top-interview__card-footer {
    gap: .5555555556vw;
    margin-top: .5555555556vw
  }
}

@media (max-width: 1024px) {
  .top-interview__card-footer {
    gap: 1.0416666667vw;
    margin-top: 1.0416666667vw
  }
}

@media (max-width: 767px) {
  .top-interview__card-footer {
    gap: 2.1333333333vw;
    margin-top: 2.1333333333vw
  }
}

.top-interview__card-info {
  display: flex;
  align-items: center;
  gap: 4px
}

@media (max-width: 1440px) {
  .top-interview__card-info {
    gap: .2777777778vw
  }
}

@media (max-width: 1024px) {
  .top-interview__card-info {
    gap: .5208333333vw
  }
}

@media (max-width: 767px) {
  .top-interview__card-info {
    gap: 1.0666666667vw
  }
}

.top-interview__card-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: .28px
}

@media (max-width: 1440px) {
  .top-interview__card-name {
    font-size: .875em;
    letter-spacing: .0194444444vw
  }
}

@media (max-width: 1024px) {
  .top-interview__card-name {
    letter-spacing: .0364583333vw
  }
}

@media (max-width: 767px) {
  .top-interview__card-name {
    letter-spacing: .0746666667vw
  }
}

.top-interview__card-age {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: .48px
}

@media (max-width: 1440px) {
  .top-interview__card-age {
    font-size: .75em;
    letter-spacing: .0333333333vw
  }
}

@media (max-width: 1024px) {
  .top-interview__card-age {
    letter-spacing: .0625vw
  }
}

@media (max-width: 767px) {
  .top-interview__card-age {
    letter-spacing: .128vw
  }
}

.top-interview__card-tag {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: .24px;
  color: var(--clr-bg);
  background-color: var(--clr-tealgreen)
}

@media (max-width: 1440px) {
  .top-interview__card-tag {
    padding: .2777777778vw .5555555556vw;
    border-radius: 1.3888888889vw;
    font-size: .8333333333vw;
    letter-spacing: .0166666667vw
  }
}

@media (max-width: 1024px) {
  .top-interview__card-tag {
    padding: .5208333333vw 1.0416666667vw;
    border-radius: 2.6041666667vw;
    font-size: .75em;
    letter-spacing: .03125vw
  }
}

@media (max-width: 767px) {
  .top-interview__card-tag {
    padding: 1.0666666667vw 2.1333333333vw;
    border-radius: 5.3333333333vw;
    letter-spacing: .03125vw
  }
}

.top-interview__card-tag.-orange {
  background-color: var(--clr-y-orcher)
}

.top-interview__card-tag.-pink {
  background-color: var(--clr-dull-rose)
}

.header__hamburger-btn {
  cursor: pointer;
  width: 40px;
  height: 28px;
  position: relative
}

@media (max-width: 1440px) {
  .header__hamburger-btn {
    width: 2.7777777778vw;
    height: 1.9444444444vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger-btn {
    width: 5.2083333333vw;
    height: 3.6458333333vw
  }
}

@media (max-width: 767px) {
  .header__hamburger-btn {
    width: 10.6666666667vw;
    height: 7.4666666667vw
  }
}

.header__hamburger-btn span {
  display: block;
  height: 3px;
  width: 100%;
  max-width: 32px;
  border-radius: 2px;
  background: var(--clr-primary-deep-blue);
  position: absolute;
  left: 4px;
  transition: transform .3s, top .3s
}

@media (max-width: 1440px) {
  .header__hamburger-btn span {
    height: .2083333333vw;
    max-width: 2.2222222222vw;
    border-radius: .1388888889vw;
    left: .2777777778vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger-btn span {
    height: .390625vw;
    max-width: 4.1666666667vw;
    border-radius: .2604166667vw;
    left: .5208333333vw
  }
}

@media (max-width: 767px) {
  .header__hamburger-btn span {
    height: .8vw;
    max-width: 8.5333333333vw;
    border-radius: .5333333333vw;
    left: 1.0666666667vw
  }
}

.header__hamburger-btn span:first-child {
  top: 7px
}

@media (max-width: 1440px) {
  .header__hamburger-btn span:first-child {
    top: .4861111111vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger-btn span:first-child {
    top: .9114583333vw
  }
}

@media (max-width: 767px) {
  .header__hamburger-btn span:first-child {
    top: 1.8666666667vw
  }
}

.header__hamburger-btn span:last-child {
  bottom: 7px
}

@media (max-width: 1440px) {
  .header__hamburger-btn span:last-child {
    bottom: .4861111111vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger-btn span:last-child {
    bottom: .9114583333vw
  }
}

@media (max-width: 767px) {
  .header__hamburger-btn span:last-child {
    bottom: 1.8666666667vw
  }
}

.header__hamburger-btn.-is-active span:first-child {
  transform: rotate(30deg);
  top: 12.5px
}

@media (max-width: 1440px) {
  .header__hamburger-btn.-is-active span:first-child {
    top: .8680555556vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger-btn.-is-active span:first-child {
    top: 1.6276041667vw
  }
}

@media (max-width: 767px) {
  .header__hamburger-btn.-is-active span:first-child {
    top: 3.3333333333vw
  }
}

.header__hamburger-btn.-is-active span:last-child {
  transform: rotate(-30deg);
  bottom: 12.5px
}

@media (max-width: 1440px) {
  .header__hamburger-btn.-is-active span:last-child {
    bottom: .8680555556vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger-btn.-is-active span:last-child {
    bottom: 1.6276041667vw
  }
}

@media (max-width: 767px) {
  .header__hamburger-btn.-is-active span:last-child {
    bottom: 3.3333333333vw
  }
}

.header__hamburger {
  width: 100%;
  max-width: 490px;
  position: absolute;
  right: -100%;
  top: 91px;
  padding: 24px 24px 40px;
  background-color: var(--clr-bg);
  border-radius: 0 0 12px 12px;
  border-top: 2px solid var(--clr-primary-deep-blue);
  height: 100svh;
  max-height: 80svh;
  overflow-y: auto;
  z-index: -100;
  opacity: 0;
  visibility: hidden;
  transition: z-index .3s, opacity .3s
}

.header__hamburger.-is-active {
  z-index: 100;
  opacity: 1;
  right: 0;
  visibility: visible
}

@media (max-width: 1440px) {
  .header__hamburger {
    max-width: 34.0277777778vw;
    top: 6.3194444444vw;
    padding: 1.6666666667vw 1.6666666667vw 2.7777777778vw;
    border-radius: 0 0 .8333333333vw .8333333333vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger {
    max-width: 100%;
    top: 7.9427083333vw;
    padding: 2.6041666667vw;
    border-radius: 0 0 1.5625vw 1.5625vw;
    max-height: 90svh
  }
}

@media (max-width: 767px) {
  .header__hamburger {
    top: 16.2666666667vw;
    padding: 5.3333333333vw;
    border-radius: 0 0 3.2vw 3.2vw
  }
}

.header__hamburger-inner {
  display: flex;
  gap: 16px;
  flex-direction: column
}

@media (max-width: 1440px) {
  .header__hamburger-inner {
    gap: 1.1111111111vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger-inner {
    gap: 2.0833333333vw
  }
}

@media (max-width: 767px) {
  .header__hamburger-inner {
    gap: 4.2666666667vw
  }
}

.header__hamburger-title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: var(--clr-primary-body-bk-2);
  font-family: Hiragino Sans;
  font-size: 28px;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: .56px
}

@media (max-width: 1440px) {
  .header__hamburger-title {
    font-size: 1.9444444444vw;
    letter-spacing: .0388888889vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger-title {
    font-size: 3.125vw;
    letter-spacing: .0625vw
  }
}

@media (max-width: 767px) {
  .header__hamburger-title {
    font-size: 6.4vw;
    letter-spacing: .128vw
  }
}

.header__hamburger-title span {
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: .36px
}

@media (max-width: 1440px) {
  .header__hamburger-title span {
    font-size: 1.25vw;
    letter-spacing: .025vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger-title span {
    font-size: 1.8229166667vw;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: .0364583333vw
  }
}

@media (max-width: 767px) {
  .header__hamburger-title span {
    font-size: 3.7333333333vw;
    letter-spacing: .0746666667vw
  }
}

.header__hamburger-btn-upper-list {
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin-bottom: 8px
}

@media (max-width: 1440px) {
  .header__hamburger-btn-upper-list {
    gap: 1.1111111111vw;
    margin-bottom: .5555555556vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger-btn-upper-list {
    gap: 2.0833333333vw;
    margin-bottom: unset
  }
}

@media (max-width: 767px) {
  .header__hamburger-btn-upper-list {
    gap: 4.2666666667vw
  }
}

.header__hamburger-btn-upper-btn {
  position: relative;
  overflow: hidden;
  padding: 11px 20px;
  border-radius: 16px;
  border: 1px solid var(--clr-primary-deep-blue);
  box-shadow: 0 2px 0 0 var(--clr-shadow-blue);
  transition: background .3s;
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media (max-width: 1440px) {
  .header__hamburger-btn-upper-btn {
    padding: .7638888889vw 1.3888888889vw;
    border-radius: 1.1111111111vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger-btn-upper-btn {
    padding: 1.4322916667vw 2.6041666667vw;
    border-radius: 2.0833333333vw
  }
}

@media (max-width: 767px) {
  .header__hamburger-btn-upper-btn {
    padding: 2.9333333333vw 5.3333333333vw;
    border-radius: 4.2666666667vw
  }
}

.header__hamburger-btn-upper-btn span {
  color: var(--clr-bg);
  font-family: Hiragino Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: .4px;
  position: relative;
  z-index: 1
}

@media (max-width: 1440px) {
  .header__hamburger-btn-upper-btn span {
    font-size: 1.25em;
    letter-spacing: .0277777778vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger-btn-upper-btn span {
    font-size: 1.5em
  }
}

@media (max-width: 767px) {
  .header__hamburger-btn-upper-btn span {
    letter-spacing: .128vw
  }
}

.header__hamburger-btn-upper-btn img {
  max-width: 20px;
  position: relative;
  z-index: 1
}

@media (max-width: 1440px) {
  .header__hamburger-btn-upper-btn img {
    max-width: 1.3888888889vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger-btn-upper-btn img {
    max-width: 2.6041666667vw
  }
}

@media (max-width: 767px) {
  .header__hamburger-btn-upper-btn img {
    max-width: 5.3333333333vw
  }
}

.header__hamburger-btn-upper-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #00000040, #00000040);
  opacity: 0;
  transition: opacity .3s
}

.header__hamburger-btn-upper-btn:hover:before {
  opacity: 1
}

@media (max-width: 1024px) {
  .header__hamburger-btn-upper-btn:hover:before {
    opacity: 0
  }
}

.header__hamburger-btn-upper-btn.-hello-work {
  background: var(--clr-tealgreen)
}

.header__hamburger-btn-upper-btn.-support-station {
  background-color: var(--clr-y-orcher)
}

.header__hamburger-btn-upper-btn.-other-supports {
  background: var(--clr-dull-rose)
}

.header__hamburger-btn-bottom-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px
}

@media (max-width: 1440px) {
  .header__hamburger-btn-bottom-list {
    gap: .6944444444vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger-btn-bottom-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.0833333333vw
  }
}

@media (max-width: 767px) {
  .header__hamburger-btn-bottom-list {
    gap: 4.2666666667vw
  }
}

.header__hamburger-btn-bottom-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  color: var(--clr-primary-deep-blue);
  border-radius: 40px;
  border: 1px solid var(--clr-primary-body-bk);
  background: var(--clr-bg);
  width: 100%
}

@media (max-width: 1440px) {
  .header__hamburger-btn-bottom-list a {
    padding: 1.1111111111vw 1.6666666667vw;
    border-radius: 2.7777777778vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger-btn-bottom-list a {
    padding: 2.0833333333vw 3.125vw;
    border-radius: 5.2083333333vw
  }
}

@media (max-width: 767px) {
  .header__hamburger-btn-bottom-list a {
    padding: 4.2666666667vw 6.4vw;
    border-radius: 10.6666666667vw
  }
}

.header__hamburger-btn-bottom-list a span {
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: .32px
}

@media (max-width: 1440px) {
  .header__hamburger-btn-bottom-list a span {
    font-size: 1em;
    letter-spacing: .0222222222vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger-btn-bottom-list a span {
    line-height: 150%;
    letter-spacing: .1666666667vw
  }
}

@media (max-width: 767px) {
  .header__hamburger-btn-bottom-list a span {
    letter-spacing: .3413333333vw
  }
}

.header__hamburger-btn-bottom-list a img {
  max-width: 24px
}

@media (max-width: 1440px) {
  .header__hamburger-btn-bottom-list a img {
    max-width: 1.6666666667vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger-btn-bottom-list a img {
    max-width: 3.125vw
  }
}

@media (max-width: 767px) {
  .header__hamburger-btn-bottom-list a img {
    max-width: 6.4vw
  }
}

.header__hamburger-bottom {
  display: flex;
  gap: 10px;
  flex-direction: column
}

@media (max-width: 1440px) {
  .header__hamburger-bottom {
    gap: .6944444444vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger-bottom {
    gap: 2.0833333333vw
  }
}

@media (max-width: 767px) {
  .header__hamburger-bottom {
    gap: 4.2666666667vw
  }
}

.header__hamburger-bottom a {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.header__hamburger-bottom a * {
  transition: background .3s, -webkit-text-decoration .3s;
  transition: text-decoration .3s, background .3s;
  transition: text-decoration .3s, background .3s, -webkit-text-decoration .3s
}

.header__hamburger-bottom a span {
  color: var(--clr-primary-deep-blue);
  font-family: Hiragino Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: .32px;
  position: relative
}

@media (max-width: 1440px) {
  .header__hamburger-bottom a span {
    font-size: 1em;
    letter-spacing: .0222222222vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger-bottom a span {
    letter-spacing: .0416666667vw
  }
}

@media (max-width: 767px) {
  .header__hamburger-bottom a span {
    letter-spacing: .0853333333vw
  }
}

.header__hamburger-bottom a span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  background: var(--clr-primary-deep-blue);
  transition: opacity .3s
}

.header__hamburger-bottom a img {
  max-width: 16px;
  border-radius: 20px;
  border: 1px solid var(--clr-primary-deep-blue);
  background: var(--clr-bg)
}

@media (max-width: 1440px) {
  .header__hamburger-bottom a img {
    max-width: 1.1111111111vw;
    border-radius: 1.3888888889vw
  }
}

@media (max-width: 1024px) {
  .header__hamburger-bottom a img {
    max-width: 2.0833333333vw;
    border-radius: 2.6041666667vw
  }
}

@media (max-width: 767px) {
  .header__hamburger-bottom a img {
    max-width: 4.2666666667vw;
    border-radius: 5.3333333333vw
  }
}

.header__hamburger-bottom a:hover span:after {
  opacity: 1
}

@media (max-width: 1024px) {
  .header__hamburger-bottom a:hover span:after {
    opacity: 0
  }
}

.header__hamburger-bottom a:hover img {
  background: var(--clr-focus-mint)
}

@media (max-width: 1024px) {
  .header__hamburger-bottom a:hover img {
    background: var(--clr-bg)
  }
}

.link {
  --link-color: #000;
  --link-bg-color: #fff;
  --link-border-color: #ccc;
  --link-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .25);
  color: var(--link-color);
  background: var(--link-bg-color);
  display: flex;
  align-items: center
}

.link__title {
  white-space: pre
}

.link.-nav-main {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  border-bottom: 1px solid var(--link-border-color);
  justify-content: space-between
}

.link.-nav-sub {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  gap: 4px;
  border-radius: 2px;
  box-shadow: var(--link-shadow)
}

.link.-sp-header {
  font-weight: 600;
  padding: 8px
}
