@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
}

.thoughts__top {
  color: var(--clr-primary-body-bk);
  display: flex;
  gap: 64px;
  flex-direction: column;
  padding-top: 94px;
  padding-bottom: 120px
}

@media (max-width: 1440px) {
  .thoughts__top {
    gap: 4.4444444444vw;
    padding-top: 6.5277777778vw;
    padding-bottom: 8.3333333333vw
  }
}

@media (max-width: 1024px) {
  .thoughts__top {
    gap: 3.125vw;
    padding-top: unset;
    padding-bottom: unset;
    padding: 4.1666666667vw 2.6041666667vw
  }
}

@media (max-width: 767px) {
  .thoughts__top {
    gap: 6.4vw;
    padding: 8.5333333333vw 5.3333333333vw
  }
}

.thoughts__top-title {
  display: flex;
  gap: 16px;
  flex-direction: column
}

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

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

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

.thoughts__top-title span {
  font-size: 28px;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: .56px
}

@media (max-width: 1440px) {
  .thoughts__top-title span {
    font-size: 1.75em;
    letter-spacing: .0388888889vw
  }
}

@media (max-width: 1024px) {
  .thoughts__top-title span {
    font-size: 1.5em;
    letter-spacing: .0625vw
  }
}

@media (max-width: 767px) {
  .thoughts__top-title span {
    letter-spacing: .128vw
  }
}

.thoughts__top-title h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: .96px
}

@media (max-width: 1440px) {
  .thoughts__top-title h1 {
    font-size: 3em;
    letter-spacing: .0666666667vw
  }
}

@media (max-width: 1024px) {
  .thoughts__top-title h1 {
    font-size: 2em;
    letter-spacing: .0833333333vw
  }
}

@media (max-width: 767px) {
  .thoughts__top-title h1 {
    letter-spacing: .1706666667vw
  }
}

.thoughts__top-description {
  padding: 32px 99px;
  border-radius: 20px;
  background: var(--clr-bg-natural)
}

@media (max-width: 1440px) {
  .thoughts__top-description {
    padding: 2.2222222222vw 6.875vw;
    border-radius: 1.3888888889vw
  }
}

@media (max-width: 1024px) {
  .thoughts__top-description {
    padding: 4.1666666667vw 2.0833333333vw;
    border-radius: 2.6041666667vw
  }
}

@media (max-width: 767px) {
  .thoughts__top-description {
    padding: 8.5333333333vw 4.2666666667vw;
    border-radius: 5.3333333333vw
  }
}

.thoughts__top-description-inner {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center
}

@media (max-width: 1440px) {
  .thoughts__top-description-inner {
    gap: .6944444444vw
  }
}

@media (max-width: 1024px) {
  .thoughts__top-description-inner {
    gap: 1.3020833333vw;
    align-items: flex-start;
    flex-direction: column
  }
}

@media (max-width: 767px) {
  .thoughts__top-description-inner {
    gap: 2.6666666667vw
  }
}

.thoughts__top-description-left {
  display: flex;
  gap: 20px;
  flex-direction: column
}

@media (max-width: 1440px) {
  .thoughts__top-description-left {
    gap: 1.3888888889vw
  }
}

@media (max-width: 1024px) {
  .thoughts__top-description-left {
    gap: 2.6041666667vw
  }
}

@media (max-width: 767px) {
  .thoughts__top-description-left {
    gap: 5.3333333333vw
  }
}

.thoughts__top-description-subtitle {
  display: flex;
  gap: 16px;
  align-items: center
}

@media (max-width: 1440px) {
  .thoughts__top-description-subtitle {
    gap: 1.1111111111vw
  }
}

@media (max-width: 1024px) {
  .thoughts__top-description-subtitle {
    gap: 2.0833333333vw;
    align-items: flex-start;
    flex-direction: column
  }
}

@media (max-width: 767px) {
  .thoughts__top-description-subtitle {
    gap: 4.2666666667vw
  }
}

.thoughts__top-description-subtitle h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: .56px
}

@media (max-width: 1440px) {
  .thoughts__top-description-subtitle h2 {
    font-size: 1.75em;
    letter-spacing: .0388888889vw
  }
}

@media (max-width: 1024px) {
  .thoughts__top-description-subtitle h2 {
    font-size: 1.5em;
    letter-spacing: .0625vw
  }
}

@media (max-width: 767px) {
  .thoughts__top-description-subtitle h2 {
    letter-spacing: .128vw
  }
}

.thoughts__top-description-subtitle span {
  color: var(--clr-bg);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: .32px;
  padding: 8px 20px;
  border-radius: 24px;
  background: var(--clr-tealgreen)
}

@media (max-width: 1440px) {
  .thoughts__top-description-subtitle span {
    font-size: 1em;
    letter-spacing: .0222222222vw;
    padding: .5555555556vw 1.3888888889vw;
    border-radius: 1.6666666667vw
  }
}

@media (max-width: 1024px) {
  .thoughts__top-description-subtitle span {
    letter-spacing: .0416666667vw;
    padding: 1.0416666667vw 2.6041666667vw;
    border-radius: 3.125vw
  }
}

@media (max-width: 767px) {
  .thoughts__top-description-subtitle span {
    letter-spacing: .0853333333vw;
    padding: 2.1333333333vw 5.3333333333vw;
    border-radius: 6.4vw
  }
}

.thoughts__top-description-subtitle span.-y-orcher {
  background: var(--clr-y-orcher)
}

.thoughts__top-description-detail {
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: .36px
}

@media (max-width: 1440px) {
  .thoughts__top-description-detail {
    font-size: 1.125em;
    letter-spacing: .025vw
  }
}

@media (max-width: 1024px) {
  .thoughts__top-description-detail {
    letter-spacing: .046875vw
  }
}

@media (max-width: 767px) {
  .thoughts__top-description-detail {
    letter-spacing: .096vw
  }
}

.thoughts__top-description-detail span {
  font-size: 20px;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: .4px
}

@media (max-width: 1440px) {
  .thoughts__top-description-detail span {
    font-size: 1.25em;
    letter-spacing: .0277777778vw
  }
}

@media (max-width: 1024px) {
  .thoughts__top-description-detail span {
    letter-spacing: .046875vw
  }
}

@media (max-width: 767px) {
  .thoughts__top-description-detail span {
    letter-spacing: .096vw
  }
}

.thoughts__top-description-img {
  max-width: 174px
}

@media (max-width: 1440px) {
  .thoughts__top-description-img {
    max-width: 12.0833333333vw
  }
}

@media (max-width: 1024px) {
  .thoughts__top-description-img {
    max-width: 18.4895833333vw;
    margin: 0 auto
  }
}

@media (max-width: 767px) {
  .thoughts__top-description-img {
    max-width: 37.8666666667vw
  }
}

.thoughts__main {
  margin-bottom: 120px;
  word-break: break-all
}

@media (max-width: 1440px) {
  .thoughts__main {
    margin-bottom: 8.3333333333vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main {
    margin-bottom: 4.1666666667vw
  }
}

@media (max-width: 767px) {
  .thoughts__main {
    margin-bottom: 8.5333333333vw
  }
}

.thoughts__main-inner {
  display: flex;
  align-items: center;
  flex-direction: column
}

@media (max-width: 1024px) {
  .thoughts__main-inner {
    padding: 0 2.6041666667vw
  }
}

@media (max-width: 767px) {
  .thoughts__main-inner {
    padding: 0 5.3333333333vw
  }
}

.thoughts__main-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  padding: 64px 99px 80px
}

@media (max-width: 1440px) {
  .thoughts__main-block {
    padding: 4.4444444444vw 6.875vw 5.5555555556vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-block {
    padding: 4.1666666667vw 0 5.2083333333vw;
    gap: 3.125vw;
    flex-direction: column
  }
}

@media (max-width: 767px) {
  .thoughts__main-block {
    padding: 8.5333333333vw 0 10.6666666667vw;
    gap: 6.4vw
  }
}

.thoughts__main-block.-last {
  padding-bottom: 0;
  gap: 42px;
  justify-content: unset;
  align-items: flex-start
}

@media (max-width: 1440px) {
  .thoughts__main-block.-last {
    gap: 2.9166666667vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-block.-last {
    gap: 1.5625vw;
    padding-top: 2.0833333333vw
  }
}

@media (max-width: 767px) {
  .thoughts__main-block.-last {
    gap: 3.2vw;
    padding-top: 4.2666666667vw
  }
}

.thoughts__main-img-1 {
  max-width: 398px
}

@media (max-width: 1440px) {
  .thoughts__main-img-1 {
    max-width: 27.6388888889vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-img-1 {
    max-width: 100%
  }
}

.thoughts__main-img-2-box {
  width: 100%;
  max-width: 241px;
  display: flex;
  align-items: center;
  gap: 34px;
  flex-direction: column
}

@media (max-width: 1440px) {
  .thoughts__main-img-2-box {
    max-width: 16.7361111111vw;
    gap: 2.3611111111vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-img-2-box {
    max-width: 23.4375vw;
    gap: 3.3203125vw;
    margin-left: auto
  }
}

@media (max-width: 767px) {
  .thoughts__main-img-2-box {
    max-width: 48vw;
    gap: 6.8vw
  }
}

.thoughts__main-img-2-1 {
  max-width: 130px;
  margin: 0 auto
}

.thoughts__main-img-2-2 {
  width: 100%
}

.thoughts__main-img-3 {
  max-width: 364px
}

@media (max-width: 1440px) {
  .thoughts__main-img-3 {
    max-width: 25.2777777778vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-img-3 {
    max-width: 35.6119791667vw;
    margin-right: auto
  }
}

@media (max-width: 767px) {
  .thoughts__main-img-3 {
    max-width: 72.9333333333vw
  }
}

.thoughts__main-arrow {
  max-width: 55px
}

@media (max-width: 1440px) {
  .thoughts__main-arrow {
    max-width: 3.8194444444vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-arrow {
    max-width: 7.1614583333vw
  }
}

@media (max-width: 767px) {
  .thoughts__main-arrow {
    max-width: 14.6666666667vw
  }
}

.thoughts__main-block-detail-area {
  display: flex;
  gap: 40px;
  flex-direction: column
}

@media (max-width: 1440px) {
  .thoughts__main-block-detail-area {
    gap: 2.7777777778vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-block-detail-area {
    gap: 3.125vw
  }
}

@media (max-width: 767px) {
  .thoughts__main-block-detail-area {
    gap: 6.4vw
  }
}

.thoughts__main-block-detail {
  display: flex;
  gap: 12px;
  flex-direction: column;
  width: 100%
}

@media (max-width: 1440px) {
  .thoughts__main-block-detail {
    gap: .8333333333vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-block-detail {
    gap: 1.5625vw
  }
}

@media (max-width: 767px) {
  .thoughts__main-block-detail {
    gap: 3.2vw
  }
}

.thoughts__main-block-detail.-mw-468 {
  width: 100%;
  max-width: 468px
}

@media (max-width: 1440px) {
  .thoughts__main-block-detail.-mw-468 {
    max-width: 32.5vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-block-detail.-mw-468 {
    max-width: 100%
  }
}

.thoughts__main-block-detail.-mw-590 {
  width: 100%;
  max-width: 590px
}

@media (max-width: 1440px) {
  .thoughts__main-block-detail.-mw-590 {
    max-width: 40.9722222222vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-block-detail.-mw-590 {
    max-width: 100%
  }
}

.thoughts__main-block-detail.-mw-764 {
  width: 100%;
  max-width: 764px
}

@media (max-width: 1440px) {
  .thoughts__main-block-detail.-mw-764 {
    max-width: 53.0555555556vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-block-detail.-mw-764 {
    max-width: 100%
  }
}

.thoughts__main-block-detail h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: .48px
}

@media (max-width: 1440px) {
  .thoughts__main-block-detail h3 {
    font-size: 1.5em;
    letter-spacing: .0333333333vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-block-detail h3 {
    letter-spacing: .0625vw
  }
}

@media (max-width: 767px) {
  .thoughts__main-block-detail h3 {
    letter-spacing: .128vw
  }
}

.thoughts__main-block-description {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: .36px;
  display: flex;
  gap: 28px;
  flex-direction: column
}

@media (max-width: 1440px) {
  .thoughts__main-block-description {
    font-size: 1.125em;
    letter-spacing: .025vw;
    gap: 1.9444444444vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-block-description {
    font-size: 1em;
    letter-spacing: .0416666667vw;
    gap: 3.6458333333vw
  }
}

@media (max-width: 767px) {
  .thoughts__main-block-description {
    letter-spacing: .0853333333vw;
    gap: 7.4666666667vw
  }
}

.thoughts__main-block-description ul {
  font-size: 16px;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: .32px
}

@media (max-width: 1440px) {
  .thoughts__main-block-description ul {
    font-size: 1em;
    letter-spacing: .0222222222vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-block-description ul {
    letter-spacing: .0416666667vw
  }
}

@media (max-width: 767px) {
  .thoughts__main-block-description ul {
    letter-spacing: .0853333333vw
  }
}

.thoughts__main-block-description ul li p {
  font-size: 16px;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: .32px
}

@media (max-width: 1440px) {
  .thoughts__main-block-description ul li p {
    font-size: 1em;
    letter-spacing: .0222222222vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-block-description ul li p {
    letter-spacing: .0416666667vw
  }
}

@media (max-width: 767px) {
  .thoughts__main-block-description ul li p {
    letter-spacing: .0853333333vw
  }
}

.thoughts__main-block-afterward {
  color: var(--clr-primary-body-bk);
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 12px;
  margin-top: 12px
}

@media (max-width: 1440px) {
  .thoughts__main-block-afterward {
    padding: 1.1111111111vw;
    gap: .5555555556vw;
    border-radius: .8333333333vw;
    margin-top: .8333333333vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-block-afterward {
    padding: 1.0416666667vw;
    gap: .5208333333vw;
    border-radius: 1.5625vw;
    margin-top: 1.5625vw
  }
}

@media (max-width: 767px) {
  .thoughts__main-block-afterward {
    padding: 2.1333333333vw;
    gap: 1.0666666667vw;
    border-radius: 3.2vw;
    margin-top: 3.2vw
  }
}

.thoughts__main-block-afterward.-hellowork {
  background: var(--clr-interview-bg)
}

.thoughts__main-block-afterward.-support {
  background: var(--clr-y-orcher-150)
}

.thoughts__main-block-afterward h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: .36px
}

@media (max-width: 1440px) {
  .thoughts__main-block-afterward h5 {
    font-size: 1.125em;
    letter-spacing: .025vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-block-afterward h5 {
    letter-spacing: .046875vw
  }
}

@media (max-width: 767px) {
  .thoughts__main-block-afterward h5 {
    letter-spacing: .096vw
  }
}

.thoughts__main-block-afterward p {
  align-self: stretch;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: .32px
}

@media (max-width: 1440px) {
  .thoughts__main-block-afterward p {
    font-size: 1em;
    letter-spacing: .0222222222vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-block-afterward p {
    letter-spacing: .0416666667vw
  }
}

@media (max-width: 767px) {
  .thoughts__main-block-afterward p {
    letter-spacing: .0853333333vw
  }
}

.thoughts__main-block-list {
  display: flex;
  gap: 16px;
  flex-direction: column
}

@media (max-width: 1440px) {
  .thoughts__main-block-list {
    gap: 1.1111111111vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-block-list {
    gap: 2.0833333333vw
  }
}

@media (max-width: 767px) {
  .thoughts__main-block-list {
    gap: 4.2666666667vw
  }
}

.thoughts__main-block-list li {
  display: flex;
  gap: 10px;
  align-items: center
}

@media (max-width: 1440px) {
  .thoughts__main-block-list li {
    gap: .6944444444vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-block-list li {
    gap: 1.3020833333vw
  }
}

@media (max-width: 767px) {
  .thoughts__main-block-list li {
    gap: 2.6666666667vw
  }
}

.thoughts__main-block-list li span {
  min-width: 26px;
  color: var(--clr-bg);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: .32px;
  padding: 0 5px;
  border-radius: 8px;
  background: var(--clr-grayscale)
}

@media (max-width: 1440px) {
  .thoughts__main-block-list li span {
    min-width: 1.8055555556vw;
    font-size: 1.1111111111vw;
    letter-spacing: .0222222222vw;
    padding: 0 .3472222222vw;
    border-radius: .5555555556vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-block-list li span {
    min-width: 3.3854166667vw;
    font-size: 2.0833333333vw;
    letter-spacing: .0416666667vw;
    padding: 0 .6510416667vw;
    border-radius: 1.0416666667vw
  }
}

@media (max-width: 767px) {
  .thoughts__main-block-list li span {
    min-width: 6.9333333333vw;
    font-size: 4.2666666667vw;
    letter-spacing: .0853333333vw;
    padding: 0 1.3333333333vw;
    border-radius: 2.1333333333vw
  }
}

.thoughts__main-block-point {
  max-width: 156px
}

@media (max-width: 1440px) {
  .thoughts__main-block-point {
    max-width: 10.8333333333vw
  }
}

@media (max-width: 1024px) {
  .thoughts__main-block-point {
    max-width: 15.234375vw;
    margin-right: auto
  }
}

@media (max-width: 767px) {
  .thoughts__main-block-point {
    max-width: 31.2vw
  }
}

.thoughts__bottom-message-inner {
  display: flex;
  gap: 96px;
  flex-direction: column
}

@media (max-width: 1440px) {
  .thoughts__bottom-message-inner {
    gap: 1.3888888889vw
  }
}

@media (max-width: 1024px) {
  .thoughts__bottom-message-inner {
    gap: 5.2083333333vw
  }
}

@media (max-width: 767px) {
  .thoughts__bottom-message-inner {
    gap: 10.6666666667vw
  }
}

.thoughts__bottom-message-detail {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between
}

@media (max-width: 1440px) {
  .thoughts__bottom-message-detail {
    gap: 2.7777777778vw
  }
}

@media (max-width: 1024px) {
  .thoughts__bottom-message-detail {
    gap: 3.125vw;
    flex-direction: column
  }
}

@media (max-width: 767px) {
  .thoughts__bottom-message-detail {
    gap: 6.4vw
  }
}

.thoughts__bottom-message-detail-left {
  display: flex;
  gap: 24px;
  flex-direction: column
}

@media (max-width: 1440px) {
  .thoughts__bottom-message-detail-left {
    gap: 1.6666666667vw
  }
}

@media (max-width: 1024px) {
  .thoughts__bottom-message-detail-left {
    gap: 3.125vw
  }
}

@media (max-width: 767px) {
  .thoughts__bottom-message-detail-left {
    gap: 6.4vw
  }
}

.thoughts__bottom-message-detail-right {
  max-width: 396px
}

@media (max-width: 1440px) {
  .thoughts__bottom-message-detail-right {
    max-width: 27.5vw
  }
}

@media (max-width: 1024px) {
  .thoughts__bottom-message-detail-right {
    max-width: 100%
  }
}

.thoughts__bottom-message-title-area {
  display: flex;
  gap: 4px;
  align-items: flex-start;
  flex-direction: column
}

@media (max-width: 1440px) {
  .thoughts__bottom-message-title-area {
    gap: .2777777778vw
  }
}

@media (max-width: 1024px) {
  .thoughts__bottom-message-title-area {
    gap: .5208333333vw;
    align-items: flex-start;
    flex-direction: column
  }
}

@media (max-width: 767px) {
  .thoughts__bottom-message-title-area {
    gap: 1.0666666667vw
  }
}

.thoughts__bottom-message-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: .56px
}

@media (max-width: 1440px) {
  .thoughts__bottom-message-title {
    font-size: 1.75em;
    letter-spacing: .0388888889vw
  }
}

@media (max-width: 1024px) {
  .thoughts__bottom-message-title {
    font-size: 1.5em;
    letter-spacing: .0625vw
  }
}

@media (max-width: 767px) {
  .thoughts__bottom-message-title {
    letter-spacing: .128vw
  }
}

.thoughts__bottom-message-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: .32px
}

@media (max-width: 1440px) {
  .thoughts__bottom-message-description {
    font-size: 1em;
    letter-spacing: .0222222222vw
  }
}

@media (max-width: 1024px) {
  .thoughts__bottom-message-description {
    letter-spacing: .0416666667vw
  }
}

@media (max-width: 767px) {
  .thoughts__bottom-message-description {
    letter-spacing: .0853333333vw
  }
}

.thoughts__bottom-message {
  display: flex;
  gap: 96px;
  align-items: center;
  flex-direction: column;
  padding: 40px 70px;
  width: 100%;
  margin: 0 auto 120px;
  border-radius: 20px;
  border: 8px solid var(--clr-gy-04)
}

@media (max-width: 1440px) {
  .thoughts__bottom-message {
    gap: 6.6666666667vw;
    padding: 2.7777777778vw 4.8611111111vw;
    margin: 0 auto 8.3333333333vw;
    border-radius: 1.3888888889vw;
    border: .5555555556vw solid var(--clr-gy-04)
  }
}

@media (max-width: 1024px) {
  .thoughts__bottom-message {
    gap: 3.125vw;
    padding: 3.125vw 2.6041666667vw;
    margin: 0 auto 4.1666666667vw;
    border-radius: 2.6041666667vw;
    border: 1.0416666667vw solid var(--clr-gy-04)
  }
}

@media (max-width: 767px) {
  .thoughts__bottom-message {
    gap: 6.4vw;
    padding: 6.4vw 5.3333333333vw;
    margin: 0 auto 8.5333333333vw;
    border-radius: 5.3333333333vw;
    border: 2.1333333333vw solid var(--clr-gy-04)
  }
}

.thoughts__bottom-message-inner {
  display: flex;
  gap: 64px;
  align-items: center;
  flex-direction: column;
  width: 100%
}

@media (max-width: 1440px) {
  .thoughts__bottom-message-inner {
    gap: 4.4444444444vw
  }
}

@media (max-width: 1024px) {
  .thoughts__bottom-message-inner {
    gap: 8.3333333333vw
  }
}

@media (max-width: 767px) {
  .thoughts__bottom-message-inner {
    gap: 17.0666666667vw
  }
}

.thoughts__others {
  padding: 64px 0;
  margin-bottom: 80px
}

@media (max-width: 1440px) {
  .thoughts__others {
    padding: 4.4444444444vw 0;
    margin-bottom: 5.5555555556vw
  }
}

@media (max-width: 1024px) {
  .thoughts__others {
    padding: 5.2083333333vw 6.9010416667vw;
    margin-bottom: 5.2083333333vw
  }
}

@media (max-width: 767px) {
  .thoughts__others {
    padding: 10.6666666667vw 14.1333333333vw;
    margin-bottom: 10.6666666667vw
  }
}

.thoughts__others.-tealgreen {
  background-color: var(--clr-interview-bg)
}

.thoughts__others.-orcher {
  background-color: var(--clr-y-orcher-150)
}

.thoughts__others-inner {
  display: flex;
  gap: 32px;
  flex-direction: column
}

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

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

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

.thoughts__others-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: .56px
}

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

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

@media (max-width: 767px) {
  .thoughts__others-title {
    letter-spacing: .128vw
  }
}

.thoughts__others-cards {
  width: 100%;
  max-width: 863px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr)
}

@media (max-width: 1440px) {
  .thoughts__others-cards {
    max-width: 59.9305555556vw;
    gap: 1.9444444444vw
  }
}

@media (max-width: 1024px) {
  .thoughts__others-cards {
    max-width: 35.0260416667vw;
    gap: 2.0833333333vw;
    grid-template-columns: repeat(1, 1fr)
  }
}

@media (max-width: 767px) {
  .thoughts__others-cards {
    max-width: 71.7333333333vw;
    gap: 4.2666666667vw
  }
}

.thoughts__bottom {
  display: flex;
  justify-content: center
}

.thoughts__bottom-link {
  display: flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap
}

@media (max-width: 1440px) {
  .thoughts__bottom-link {
    gap: .5555555556vw
  }
}

@media (max-width: 1024px) {
  .thoughts__bottom-link {
    gap: 1.0416666667vw
  }
}

@media (max-width: 767px) {
  .thoughts__bottom-link {
    gap: 2.1333333333vw
  }
}

.thoughts__bottom-link img {
  max-width: 18px;
  position: relative;
  transition: transform .3s
}

@media (max-width: 1440px) {
  .thoughts__bottom-link img {
    max-width: 1.25vw
  }
}

@media (max-width: 1024px) {
  .thoughts__bottom-link img {
    max-width: 2.34375vw
  }
}

@media (max-width: 767px) {
  .thoughts__bottom-link img {
    max-width: 4.8vw
  }
}

.thoughts__bottom-link:hover span:after {
  opacity: 1
}

@media (max-width: 1024px) {
  .thoughts__bottom-link:hover span:after {
    opacity: 0
  }
}

.thoughts__bottom-link:hover img {
  transform: translate(-4px)
}

@media (max-width: 1440px) {
  .thoughts__bottom-link:hover img {
    transform: translate(-.2777777778vw)
  }
}

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

.thoughts__bottom-link span {
  font-size: 16px;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: .32px;
  position: relative
}

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

@media (max-width: 1024px) {
  .thoughts__bottom-link span {
    letter-spacing: .0416666667vw
  }
}

@media (max-width: 767px) {
  .thoughts__bottom-link span {
    letter-spacing: .0853333333vw
  }
}

.thoughts__bottom-link span:after {
  content: "";
  position: absolute;
  height: 2.16px;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  background: var(--clr-focus-mint);
  transition: all .3s
}

@media (max-width: 1440px) {
  .thoughts__bottom-link span:after {
    height: .15vw
  }
}

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