.koukousei__header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.koukousei__header__row {
  position: absolute;
  top: 1.17vw;
  width: 100%;
  height: 5.05vw;
  display: flex;
  align-items: center;
  z-index: 101;
}

@media (max-width: 896px) {
  .koukousei__header__row {
    top: 9.15vw;
    height: fit-content;
  }
}

.koukousei__header__row__image {
  position: absolute;
}

.koukousei__header__row__image--pc {
  width: 15.6%;
  left: 3%;
}

.koukousei__header__row__image--sp {
  width: 58.46vw;
  left: 5.13vw;
}

.koukousei__header__row__search {
  position: absolute;
  left: 79.5%;
  width: 9.5%;
  border: 1px solid #fff;
  border-radius: 5vw;
  color: #fff;
  padding: 0.9% 1%;
  text-align: center;
  font-size: 0.875rem;
}

@media (max-width: 896px) {
  .koukousei__header__row__search {
    display: none;
  }
}

.koukousei__header__row__accordion {
  z-index: 11;
  position: absolute;
  background: #ff166a;
  width: 5.5%;
  aspect-ratio: 1;
  right: 1.46%;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 896px) {
  .koukousei__header__row__accordion {
    width: 11.28vw;
    right: 5.13vw;
  }
}

.koukousei__header__row__accordion__icon {
  width: 33.33%;
  height: 23.19%;
}

.koukousei__header__nav {
  display: none;
  width: 33.67vw;
  height: 56.22vw;
  position: absolute;
  top: 0;
  right: 0;
  background: #f5f5ef;
  z-index: 1000;
  overflow: auto;
}

@media (max-width: 896px) {
  .koukousei__header__nav {
    width: 100vw;
    height: 91.71vh;
  }
}

.koukousei__header__nav__accordion {
  position: absolute;
  background: #ff166a;
  top: 0.93vw;
  right: 1.46vw;
  width: 5.55vw;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 896px) {
  .koukousei__header__nav__accordion {
    top: 3.33vw;
    width: 11.28vw;
    right: 5.05vw;
  }
}

.koukousei__header__nav__accordion__icon {
  width: 1.68vw;
  height: 1.68vw;
}

@media (max-width: 896px) {
  .koukousei__header__nav__accordion__icon {
    width: 3.67vw;
    height: 3.67vw;
  }
}

.koukousei__header__nav__links {
  margin: 11.35vw 6.77vw 0 6.59vw;
  width: 20.28vw;
  display: block;
}

@media (max-width: 896px) {
  .koukousei__header__nav__links {
    margin: 25.64vw 5.13vw 0 5.13vw;
    width: 89.74vw;
  }
}

.koukousei__header__nav__links__item {
  margin: 2.2vw 0 1.87vw 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
}

@media (max-width: 896px) {
  .koukousei__header__nav__links__item {
    margin: 7.74vw 0 6.54vw 0;
    width: 89.74vw;
  }
}

.koukousei__header__nav__links__item--first {
  margin-top: 0;
}

.koukousei__header__nav__links__item__text {
  color: #242526;
  font-weight: 500;
  font-size: 1.318vw;
}

@media (max-width: 896px) {
  .koukousei__header__nav__links__item__text {
    font-size: 4.61vw;
  }
}

.koukousei__header__nav__links__item__icon {
  width: 0.78vw;
  color: #717171;
}

@media (max-width: 896px) {
  .koukousei__header__nav__links__item__icon {
    margin: 0 2.56vw 0 0;
    width: 2.73vw;
  }
}

.koukousei__header__nav__links__border {
  width: 100%;
  height: 1px;
  background: rgba(255, 22, 106, 0.2);
}

.koukousei__header__nav__policies {
  display: block;
  margin: 2.98vw 0 8.27vw 6.59vw;
  width: 20.28vw;
}

@media (max-width: 896px) {
  .koukousei__header__nav__policies {
    margin: 10.26vw 0 10.26vw 6.59vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
  }
}

.koukousei__header__nav__policies__item {
  display: block;
  font-size: 1.025vw;
  color: #717171;
  cursor: pointer;
}

@media (max-width: 896px) {
  .koukousei__header__nav__policies__item {
    font-size: 3.59vw;
  }
}

.koukousei__header__nav__policies__item:hover {
  text-decoration: underline;
}

.koukousei__header__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  cursor: pointer;
}

.koukousei__banner {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1000;
}

.koukousei__mv {
  position: relative;
}

.koukousei__mv__background {
  width: 100%;
}

.koukousei__mv__image {
  position: absolute;
}

.koukousei__mv__image--mirai {
  top: 33.12%;
  left: 7.83%;
  width: 13.03%;
}

.koukousei__mv__image--mirai--sp {
  top: 55.63%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 30.26%;
}

.koukousei__mv__image--mainichi {
  top: 6.59vw;
  left: 62%;
  width: 25.1vw;
}

.koukousei__mv__image--mainichi--sp {
  top: 21.53vw;
  width: 52.56vw;
  left: 50%;
  transform: translate(-50%, 0);
}

.koukousei__mv__image--people {
  top: 5.3%;
  left: 7.54%;
  width: 57.54%;
}

.koukousei__mv__image--people--sp {
  bottom: 0.7%;
  left: 0;
  width: 100%;
}

.koukousei__mv__image--kousotsu {
  top: 13.32vw;
  left: 58.71%;
  width: 31.67%;
}

.koukousei__mv__image--kousotsu--sp {
  top: 29.79%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 67.69%;
}

.koukousei__mv__image--anata {
  top: 27.3vw;
  left: 62.74vw;
  width: 24.6vw;
}

.koukousei__note {
  margin: 1.24vw 0 0 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 896px) {
  .koukousei__note {
    margin: 5.9vw 0 0 0;
  }
}

.koukousei__note__text {
  font-weight: 700;
  font-size: 1.1vw;
  color: #ff166a;
  display: flex;
  align-items: center;
}

@media (max-width: 896px) {
  .koukousei__note__text {
    font-weight: 500;
    display: block;
    width: 79.43vw;
    font-size: 4.1vw;
  }
}

.koukousei__note__text__big {
  font-size: 1.76vw;
}

@media (max-width: 896px) {
  .koukousei__note__text__big {
    font-size: 4.1vw;
  }
}

.koukousei__shirou {
  margin: 2.71vw 9% 7.10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 896px) {
  .koukousei__shirou {
    margin: 10.76vw 5.13% 10.26vw 5.13%;
  }
}

.koukousei__shirou__title {
  font-size: 2.5rem;
  font-weight: 700;
}

@media (max-width: 896px) {
  .koukousei__shirou__title {
    font-size: clamp(6px, 7.69vw, 80px);
  }
}

.koukousei__shirou__text {
  margin: 1.46vw 0 0 0;
  text-align: center;
  font-size: clamp(16px, 1.171vw, 32px);
  line-height: 2em;
}

@media (max-width: 896px) {
  .koukousei__shirou__text {
    margin: 3vw 0 0 0;
    font-size: clamp(6px, 4.10vw, 32px);
  }
}

.koukousei__how-to-use {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.koukousei__how-to-use__title {
  color: #ff166a;
  font-family: "Climate Crisis", sans-serif;
  font-size: 3.75rem;
}

@media (max-width: 896px) {
  .koukousei__how-to-use__title {
    font-size: clamp(10px, 9.23vw, 80px);
  }
}

.koukousei__how-to-use__subtitle {
  color: #ff166a;
  font-weight: 700;
  font-size: 1.4375rem;
}

@media (max-width: 896px) {
  .koukousei__how-to-use__subtitle {
    margin: 1.79vw 0 0 0;
    font-size: 5.13vw;
  }
}

.koukousei__how-to-use__row {
  margin: 3.29vw 0 0 0;
  width: 82%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

@media (max-width: 896px) {
  .koukousei__how-to-use__row {
    margin: 7.69vw 0 0 0;
    width: 89.74%;
    flex-direction: column;
    align-items: center;
  }
}

.koukousei__how-to-use__row__item {
  position: relative;
  width: 30.35%;
}

@media (max-width: 896px) {
  .koukousei__how-to-use__row__item {
    margin: 0 0 11.03vw 0;
    width: 100%;
  }
}

.koukousei__how-to-use__row__item--blue {
  background: #fff;
  border: 1px solid #0582f2;
  border-radius: 5vw;
}

@media (max-width: 896px) {
  .koukousei__how-to-use__row__item--blue {
    border-radius: 40px;
  }
}

@media (max-width: 896px) {
  .koukousei__how-to-use__row__item--last {
    margin: 0;
  }
}

.koukousei__how-to-use__row__item__caption--1 {
  height: 4.61vw;
  background: #0582f2;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  color: #fff;
  font-weight: 700;
  font-size: 1.464vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 896px) {
  .koukousei__how-to-use__row__item__caption--1 {
    height: 16.15vw;
    font-size: 5.13vw;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}

.koukousei__how-to-use__row__item__caption--2 {
  margin: 24px 0 0 0;
  color: #0582f2;
  font-weight: 700;
  font-size: 1.171vw;
  line-height: 1.875em;
  text-align: center;
}

@media (max-width: 896px) {
  .koukousei__how-to-use__row__item__caption--2 {
    margin: 7.69vw 0 0 0;
    font-size: 4.10vw;
  }
}

.koukousei__how-to-use__row__item__text {
  height: 10.64vw;
  background: #fff;
  border: 1px solid #0582f2;
  border-bottom-left-radius: 5vw;
  border-bottom-right-radius: 5vw;
  font-weight: 500;
  font-size: 1.171vw;
  line-height: 1.875em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 896px) {
  .koukousei__how-to-use__row__item__text {
    height: 37.18vw;
    padding: 0 0 2vw 0;
    font-size: 4.1vw;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}

.koukousei__how-to-use__row__item__text__shadow {
  position: absolute;
  bottom: -1vw;
  left: 0;
  width: 100%;
  height: 11vw;
  z-index: -1;
  border-radius: 70px;
  background: rgba(124, 124, 124, 0.1);
}

@media (max-width: 896px) {
  .koukousei__how-to-use__row__item__text__shadow {
    bottom: -2vw;
    height: 37.18vw;
    border-radius: 40px;
  }
}

.koukousei__how-to-use__row__item__text__link {
  display: inline;
  color: #0664C1;
  text-decoration: underline;
}

.koukousei__how-to-use__row__item__text__link:hover {
  text-decoration: none;
}

.koukousei__how-to-use__row__item__text--2 {
  margin: 1.1vw 0 0 0;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  color: #7c7c7c;
  font-size: 1.025vw;
  line-height: 1.625em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 896px) {
  .koukousei__how-to-use__row__item__text--2 {
    margin: 3.85vw 0 9.49vw 0;
    font-size: 3.59vw;
  }
}

.koukousei__how-to-use__row__item__arrow {
  position: absolute;
  top: 56%;
  right: 0%;
  transform: translate(92%, -50%);
  width: 17.14%;
}

@media (max-width: 896px) {
  .koukousei__how-to-use__row__item__arrow {
    top: 96.9%;
    right: 50%;
    max-width: 51px;
    width: 12.83%;
    transform: rotate(90deg) translate(0%, -78%);
  }
}

.koukousei__note--2 {
  margin: 4.1vw 0 0 0;
  width: 100vw;
  display: flex;
  justify-content: center;
}

@media (max-width: 896px) {
  .koukousei__note--2 {
    margin: 4.6vw 0 0 0;
  }
}

.koukousei__note--2__text {
  font-weight: 500;
  font-size: 1.17vw;
}

@media (max-width: 896px) {
  .koukousei__note--2__text {
    font-size: 3.59vw;
    width: 66.16vw;
    text-align: center;
  }
}

.koukousei__search {
  margin: 3.66vw 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.koukousei__search__title {
  color: #ff166a;
  font-family: "Climate Crisis", sans-serif;
  font-size: 3.75rem;
  text-align: center;
}

@media (max-width: 896px) {
  .koukousei__search__title {
    font-size: 9.23vw;
  }
}

.koukousei__search__subtitle {
  color: #ff166a;
  font-size: 1.4375rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 896px) {
  .koukousei__search__subtitle {
    margin: 1.79vw 0 0 0;
    font-size: 5.13vw;
  }
}

.koukousei__search__box {
  margin: 3.29vw 0 0 0;
  width: 82vw;
  background: #fff;
  border: 1px solid #ff166a;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 896px) {
  .koukousei__search__box {
    margin: 5.13vw 0 0 0;
    width: 89.74vw;
  }
}

.koukousei__search__box__categories {
  margin: 1.10vw 0 0 0;
  width: 79.49vw;
}

@media (max-width: 896px) {
  .koukousei__search__box__categories {
    margin: 3.1vw 0 0 0;
  }
}

.koukousei__search__box__categories__item {
  padding: 3.66vw 0;
  border-bottom: 1px solid rgba(255, 22, 106, 0.2);
}

@media (max-width: 896px) {
  .koukousei__search__box__categories__item {
    padding: 4.41vw 0;
  }
}

.koukousei__search__box__categories__item__row {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.koukousei__search__box__categories__item__row__icon--person {
  width: 2.08vw;
  height: 2.61vw;
}

@media (max-width: 896px) {
  .koukousei__search__box__categories__item__row__icon--person {
    width: 5.53vw;
    height: 6.91vw;
  }
}

.koukousei__search__box__categories__item__row__icon--computer {
  width: 2.86vw;
  ;
  height: 1.90vw;
}

@media (max-width: 896px) {
  .koukousei__search__box__categories__item__row__icon--computer {
    width: 7.57vw;
    height: 5.05vw;
  }
}

.koukousei__search__box__categories__item__row__icon--pin {
  width: 1.74vw;
  height: 2.27vw;
}

@media (max-width: 896px) {
  .koukousei__search__box__categories__item__row__icon--pin {
    width: 5vw;
    height: 6.48vw;
  }
}

.koukousei__search__box__categories__item__row__icon--train {
  width: 1.67vw;
  height: 2.27vw;
}

@media (max-width: 896px) {
  .koukousei__search__box__categories__item__row__icon--train {
    width: 5.15vw;
    height: 7vw;
  }
}

.koukousei__search__box__categories__item__row__icon--house {
  width: 2.27vw;
  height: 1.77vw;
}

@media (max-width: 896px) {
  .koukousei__search__box__categories__item__row__icon--house {
    width: 6.62vw;
    height: 5.14vw;
  }
}

.koukousei__search__box__categories__item__row__icon--flag {
  width: 1.76vw;
  height: 2.20vw;
}

@media (max-width: 896px) {
  .koukousei__search__box__categories__item__row__icon--flag {
    width: 4.50vw;
    height: 5.62vw;
  }
}

.koukousei__search__box__categories__item__row__icon--sharp {
  width: 1.97vw;
  height: 1.97vw;
}

@media (max-width: 896px) {
  .koukousei__search__box__categories__item__row__icon--sharp {
    width: 5.42vw;
    height: 5.42vw;
  }
}

.koukousei__search__box__categories__item__row__text {
  margin: 0 0 0 1%;
  color: #ff166a;
  font-weight: 700;
  font-size: 1.46vw;
}

@media (max-width: 896px) {
  .koukousei__search__box__categories__item__row__text {
    margin: 0 0 0 4.44vw;
    font-size: 4.10vw;
  }
}

.koukousei__search__box__categories__item__row__plus {
  position: absolute;
  right: 0;
  width: 1.46vw;
  display: block;
}

@media (max-width: 896px) {
  .koukousei__search__box__categories__item__row__plus {
    width: 3.41vw;
    font-size: 3.41vw;
  }
}

.koukousei__search__box__categories__item__row__plus--open {
  display: none;
}

.koukousei__search__box__categories__item__row__minus {
  position: absolute;
  right: 0;
  width: 20px;
  display: none;
}

.koukousei__search__box__categories__item__row__minus--open {
  display: block;
}

.koukousei__search__box__categories__item__parameters {
  display: none;
  margin: 2.20vw 0 0.73vw 0;
  gap: 0.73vw;
  flex-wrap: wrap;
}

@media (max-width: 896px) {
  .koukousei__search__box__categories__item__parameters {
    margin: 5.13vw 0 0.73vw 0;
    gap: 2.05vw;
    row-gap: 2.05vw;
  }
}

.koukousei__search__box__categories__item__parameters--open {
  display: flex;
}

@media (max-width: 896px) {
  .koukousei__search__box__categories__item__parameters--hashtag {
    width: 60vw;
  }
}

.koukousei__search__box__categories__item__parameters--hashtag__item {
  padding: 0.36vw 1.24vw 0.44vw;
  border: 1px solid #ff166a;
  border-radius: 5vw;
  color: #ff166a;
  font-size: 0.95vw;
  cursor: pointer;
}

@media (max-width: 896px) {
  .koukousei__search__box__categories__item__parameters--hashtag__item {
    padding: 1.28vw 4.36vw 1.54vw;
    border-radius: 12.82vw;
    font-size: 3.33vw;
  }
}

.koukousei__search__box__categories__item__parameters__item {
  padding: 0.51vw 1.83vw 0.59vw 1.83vw;
  border: 1px solid #d5d5d5;
  border-radius: 3.67vw;
  color: #000;
  font-size: 1.025vw;
  width: fit-content;
  cursor: pointer;
}

@media (max-width: 896px) {
  .koukousei__search__box__categories__item__parameters__item {
    padding: 1.8vw 3.85vw 2.05vw;
    border-radius: 8vw;
    font-size: 3.59vw;
  }
}

.koukousei__search__box__categories__item__parameters__item--selected {
  border: 1px solid #ff166a;
  color: #ff166a;
  font-weight: 500;
}

.koukousei__search__box__categories__item__parameters--with-title {
  display: none;
  margin: 2.20vw 0 0.73vw 0;
}

.koukousei__search__box__categories__item__parameters--with-title--open {
  display: flex;
}

@media (max-width: 896px) {
  .koukousei__search__box__categories__item__parameters--with-title--open {
    display: block;
  }
}

.koukousei__search__box__categories__item__parameters--with-title__title {
  width: 15.88%;
  text-align: center;
}

@media (max-width: 896px) {
  .koukousei__search__box__categories__item__parameters--with-title__title {
    width: auto;
  }
}

.koukousei__search__box__categories__item__parameters--with-title__title__select-all {
  padding: 0.51vw 1.83vw 0.59vw 1.83vw;
  border: 1px solid #d5d5d5;
  border-radius: 3.67vw;
  color: #000;
  font-weight: 500;
  font-size: 1.171vw;
  width: fit-content;
  cursor: pointer;
}

@media (max-width: 896px) {
  .koukousei__search__box__categories__item__parameters--with-title__title__select-all {
    font-size: 4.10vw;
  }
}

.koukousei__search__box__categories__item__parameters--with-title__title__select-all__small {
  font-weight: 400;
  font-size: 0.825vw;
}

@media (max-width: 896px) {
  .koukousei__search__box__categories__item__parameters--with-title__title__select-all__small {
    font-size: 3.59vw;
  }
}

.koukousei__search__box__categories__item__parameters--with-title__parameters {
  width: 84.12%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.73vw;
  row-gap: 0.73vw;
}

@media (max-width: 896px) {
  .koukousei__search__box__categories__item__parameters--with-title__parameters {
    margin: 2.56vw 0 7.68vw 0;
    width: 100%;
    gap: 2.05vw;
    row-gap: 2.05vw;
  }
}

.koukousei__search__box__categories__item__parameters--with-title__parameters__item {
  padding: 0.51vw 1.83vw 0.59vw 1.83vw;
  border: 1px solid #d5d5d5;
  border-radius: 3.67vw;
  color: #000;
  font-size: 1.025vw;
  width: fit-content;
  cursor: pointer;
}

@media (max-width: 896px) {
  .koukousei__search__box__categories__item__parameters--with-title__parameters__item {
    padding: 1.8vw 3.85vw 2.05vw;
    border-radius: 8vw;
    font-size: 3.59vw;
  }
}

.koukousei__search__box__categories__item__parameters--with-title__parameters__item--selected {
  border: 1px solid #ff166a;
  color: #ff166a;
  font-weight: 500;
}

.koukousei__search__box__search-box {
  position: relative;
  margin: 4.45vw 0 0 0;
  width: 91.07%;
}

.koukousei__search__box__search-box__input {
  padding: 1.24vw 0 1.39vw 3.92%;
  width: 96.08%;
  border: 1px solid #b1b1b1;
  border-radius: 3.67vw;
  font-size: 1rem;
  border: 1px solid #b1b1b1;
  border-radius: 3.67vw;
  font-size: 1rem;
}

.koukousei__search__box__search-box__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  margin: 0 3.92% 0 0;
  width: 1.98vw;
  cursor: pointer;
}

.koukousei__search__box__search-box::placeholder {
  color: #717171;
}

.koukousei__search__box__hashtags {
  margin: 2.20vw 0 0 0;
  display: flex;
  gap: 0.73vw;
}

@media (max-width: 896px) {
  .koukousei__search__box__hashtags {
    gap: 2.56vw;
  }
}

.koukousei__search__box__hashtags__item {
  padding: 0.37vw 1.24vw 0.44vw;
  border: 1px solid #ff166a;
  border-radius: 3.67vw;
  color: #ff166a;
  cursor: pointer;
}

.koukousei__search__box__search-button {
  margin: 3.67vw 0 0 0;
  width: 30.39%;
  height: 4.39vw;
  background: #333;
  border-radius: 3.67vw;
  color: #fff;
  font-weight: 700;
  font-size: 1.171vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 896px) {
  .koukousei__search__box__search-button {
    width: 79.49vw;
    height: 15.38vw;
    border-radius: 8vw;
    font-size: 4.10vw;
  }
}

.koukousei__search__box__reset-button {
  margin: 1.46vw 0 4.43vw 0;
  padding: 0 0 0.40vw 0;
  color: #7b7b7b;
  font-size: 1.025vw;
  border-bottom: 1px solid #c3c3c3;
  cursor: pointer;
}

@media (max-width: 896px) {
  .koukousei__search__box__reset-button {
    margin: 3.97vw 0 6.41vw 0;
    font-size: 3.59vw;
  }
}

.koukousei__search__shadow {
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 82%;
  margin: 0 auto;
  height: 10%;
  z-index: -1;
  border-radius: 50px;
  background: rgba(124, 124, 124, 0.1);
}

.koukousei__result {
  margin: 80px auto 0 auto;
  width: 82%;
}

@media (max-width: 896px) {
  .koukousei__result {
    margin: 7.69vw auto 0 auto;
    width: 89.57vw;
  }
}

.koukousei__result__genzai {
  width: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 896px) {
  .koukousei__result__genzai {
    display: block;
  }
}

.koukousei__result__genzai__label {
  width: 11.16%;
  font-weight: 700;
  font-size: 1.171vw;
}

@media (max-width: 896px) {
  .koukousei__result__genzai__label {
    width: 100%;
    font-size: 4.10vw;
  }
}

.koukousei__result__genzai__jouken {
  display: flex;
  flex-wrap: wrap;
  width: 88%;
  gap: 0.73vw;
  row-gap: 0.73vw;
}

@media (max-width: 896px) {
  .koukousei__result__genzai__jouken {
    margin: 1.79vw 0 0 0;
    width: 100%;
    gap: 2.05vw;
    row-gap: 2.05vw;
  }
}

.koukousei__result__genzai__jouken__item {
  padding: 7px 25px 8px;
  background: #fff;
  border-radius: 70px;
  font-size: 1.025vw;
}

@media (max-width: 896px) {
  .koukousei__result__genzai__jouken__item {
    font-size: 3.59vw;
  }
}

.koukousei__result__count {
  margin: 4.03vw 0 0 0;
  font-weight: 500;
  font-size: 1.17vw;
}

@media (max-width: 896px) {
  .koukousei__result__count {
    margin: 2.56vw 0 0 0;
    font-size: 4.10vw;
  }
}

.koukousei__result__count__big {
  font-weight: 700;
  font-size: 1.83vw;
}

@media (max-width: 896px) {
  .koukousei__result__count__big {
    font-size: 6.41vw;
  }
}

.koukousei__result__posts {
  margin: 1.76vw 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 5.05vw;
}

@media (max-width: 896px) {
  .koukousei__result__posts {
    margin: 2.56vw 0 0 0;
  }
}

.koukousei__result__post {
  background: #fff;
  border-radius: 5vw;
  display: flex;
  flex-direction: column;
}

@media (max-width: 896px) {
  .koukousei__result__post {
    width: 100%;
    border-radius: 8vw;
    align-items: center;
  }
}

.koukousei__result__post__top {
  margin: 3.66vw auto 0 auto;
  width: 74.67vw;
  display: flex;
  align-items: center;
}

@media (max-width: 896px) {
  .koukousei__result__post__top {
    margin: 5.13vw auto 0 auto;
    width: 79.49vw;
    display: block;
  }
}

.koukousei__result__post__top__bunya {
  background: #f5f5ef;
  border-radius: 5vw;
  padding: 0.44vw 1.83vw 0.51vw 1.83vw;
  font-weight: 500;
  font-size: 1.17vw;
}

@media (max-width: 896px) {
  .koukousei__result__post__top__bunya {
    width: fit-content;
    border-radius: 8vw;
    font-size: 4.1vw;
    padding: 1.54vw 6.41vw 1.79vw;
  }
}

.koukousei__result__post__top__text {
  margin: 0 0 0 1.46vw;
  font-size: 1.17vw;
}

@media (max-width: 896px) {
  .koukousei__result__post__top__text {
    margin: 2.56vw 0 0 0;
    font-size: 4.1vw;
    line-height: 7vw;
  }
}

.koukousei__result__post__company-name {
  margin: 2.20vw auto 0 auto;
  width: 74.67vw;
  font-weight: 700;
  font-size: 2.20vw;
}

@media (max-width: 896px) {
  .koukousei__result__post__company-name {
    margin: 2.56vw 0 0 0;
    width: 79.49vw;
    font-size: 4.62vw;
  }
}

.koukousei__result__post__company-name__link {
  width: fit-content;
  color: #0781f2;
  text-decoration: underline;
}

@media (max-width: 896px) {
  .koukousei__result__post__company-name__link {
    padding: 2vw 0;
  }
}

.koukousei__result__post__main {
  margin: 2.20vw auto 0 auto;
  width: 74.67vw;
  display: flex;
  gap: 2.93vw;
}

@media (max-width: 896px) {
  .koukousei__result__post__main {
    margin: 3.85vw 0 0 0;
    width: 79.49vw;
    display: block;
  }
}

.koukousei__result__post__main__column {
  display: flex;
  flex-direction: column;
}

.koukousei__result__post__main__column__image {
  width: 28.62vw;
}

@media (max-width: 896px) {
  .koukousei__result__post__main__column__image {
    width: 100%;
  }
}

.koukousei__result__post__main__column__title {
  font-weight: 700;
  font-size: 1.83vw;
}

@media (max-width: 896px) {
  .koukousei__result__post__main__column__title {
    margin: 3.85vw 0 0 0;
    font-size: 4.12vw;
  }
}

.koukousei__result__post__main__column__summary {
  margin: 2.20vw 0 0 0;
  font-size: 1.17vw;
}

@media (max-width: 896px) {
  .koukousei__result__post__main__column__summary {
    margin: 2.56vw 0 0 0;
    font-size: 4.1vw;
    line-height: 1.75em;
  }
}

.koukousei__result__post__hashtags {
  margin: 3.66vw auto 0 auto;
  width: 74.69vw;
  display: flex;
  align-items: center;
  gap: 0.73vw;
  flex-wrap: wrap;
}

@media (max-width: 896px) {
  .koukousei__result__post__hashtags {
    margin: 2.56vw 0 0 0;
    font-size: 4.1vw;
    gap: 1.79vw;
  }
}

.koukousei__result__post__hashtags__item {
  color: #ff166a;
  border: 1px solid #ff166a;
  border-radius: 5vw;
  padding: 0.36vw 1.24vw 0.44vw 1.24vw;
  font-size: 0.95vw;
}

@media (max-width: 896px) {
  .koukousei__result__post__hashtags__item {
    padding: 1.28vw 4.36vw 1.79vw 4.36vw;
    font-size: 3.33vw;
  }
}

.koukousei__result__post__anteisho {
  display: none;
  padding: 0 0 1.13vw 0;
  border-bottom: 1px solid #afafaf;
  font-size: 1.32vw;
  font-weight: 500;
  margin: 3.70vw auto 0 auto;
  width: 74.67vw;
}

@media (max-width: 896px) {
  .koukousei__result__post__anteisho {
    margin: 5.25vw 0 0 0;
    padding: 0 0 3.21vw 0;
    font-size: 4.10vw;
    line-height: 7vw;
  }
}

.koukousei__result__post__kyuujinbangous {
  margin: 2.2vw auto 0 auto;
  width: 74.67vw;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.83vw;
}

@media (max-width: 896px) {
  .koukousei__result__post__kyuujinbangous {
    margin: 3.97vw auto 0 auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.21vw;
  }
}

.koukousei__result__post__kyuujinbangous__item {
  padding: 0 0 1.13vw 0;
  border-bottom: 1px solid #afafaf;
  font-size: 1.17vw;
}

@media (max-width: 896px) {
  .koukousei__result__post__kyuujinbangous__item {
    padding: 0 0 3.21vw 0;
    font-size: 3.59vw;
    line-height: 6vw;
  }
}

.koukousei__result__post__slides {
  margin: 3.70vw auto 0 auto;
  width: 77.67vw;
  display: none;
}

@media (max-width: 896px) {
  .koukousei__result__post__slides {
    margin: 6.54vw auto 0 auto;
  }
}

.koukousei__result__post__message {
  margin: 3.77vw auto 0 auto;
  width: 74.67vw;
  display: none;
  background: #f5f5ee;
  border-radius: 5vw;
}

@media (max-width: 896px) {
  .koukousei__result__post__message {
    margin: 3.38vw auto 0 auto;
  }
}

.koukousei__result__post__message__title {
  margin: 2.2vw 0 0 3.67vw;
  color: #ff166a;
  font-size: 1.83vw;
  font-weight: 700;
}

@media (max-width: 896px) {
  .koukousei__result__post__message__title {
    margin: 5.13vw 0 0 5.13vw;
    font-size: 5.13vw;
  }
}

.koukousei__result__post__message__text {
  margin: 1.46vw 0 2.2vw 3.67vw;
  width: 67.35vw;
  font-size: 1.17vw;
}

@media (max-width: 896px) {
  .koukousei__result__post__message__text {
    margin: 2.05vw 5.13vw 5.13vw 5.13vw;
    width: auto;
    font-size: 4.1vw;
  }
}

.koukousei__result__post__button {
  margin: 1.53vw 0 0 auto;
  width: 18.37vw;
  height: 4.76vw;
  background: #ff166a;
  border-top-left-radius: 8vw;
  border-bottom-right-radius: 8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.19vw;
  cursor: pointer;
}

@media (max-width: 896px) {
  .koukousei__result__post__button {
    margin: 3.33vw 0 0 auto;
    width: 50.77vw;
    height: 15.38vw;
    gap: 2.64vw;
  }
}

.koukousei__result__post__button__text {
  color: #fff;
  font-weight: 700;
  font-size: 1.17vw;
}

@media (max-width: 896px) {
  .koukousei__result__post__button__text {
    font-size: 4.10vw;
  }
}

.koukousei__result__post__button__arrow {
  width: 0.78vw;
  height: 0.78vw;
  transform: rotate(90deg);
}

@media (max-width: 896px) {
  .koukousei__result__post__button__arrow {
    width: 2.73vw;
    height: 2.73vw;
  }
}

.koukousei__result__paging {
  margin: 4.39vw auto 0 auto;
  display: flex;
  justify-content: center;
}

.page-numbers {
  width: 2.71vw;
  height: 2.71vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.17vw;
}

@media (max-width: 896px) {
  .page-numbers {
    width: 9.49vw;
    height: 9.49vw;
    font-size: 4.1vw;
  }
}

.page-numbers.current {
  background: #222;
  border-radius: 5vw;
  color: #fff;
}

.paging-arrow-prev {
  width: 0.83vw;
  height: 0.83vw;
  transform: rotate(180deg);
}

@media (max-width: 896px) {
  .paging-arrow-prev {
    width: 2.91vw;
    height: 2.91vw;
  }
}

.paging-arrow-next {
  width: 0.83vw;
  height: 0.83vw;
}

@media (max-width: 896px) {
  .paging-arrow-next {
    width: 2.91vw;
    height: 2.91vw;
  }
}

.koukousei__sheep {
  margin: 6.81vw auto 0 auto;
  padding-top: calc(299 / 1120 * 100%);
  width: 82vw;
  position: relative;
}

@media (max-width: 896px) {
  .koukousei__sheep {
    margin: 6.03vw auto 0 auto;
    width: 89.74vw;
    height: 45.9vw;
  }
}

.koukousei__sheep__image {
  position: absolute;
  top: 6.35%;
  left: 9.6%;
  width: 24.64%;
}

@media (max-width: 896px) {
  .koukousei__sheep__image {
    top: 11.79vw;
    width: 34.36vw;
    left: -3.84vw;
  }
}

.koukousei__sheep__jibunni-atta {
  position: absolute;
  top: 0%;
  left: 34.64%;
  width: 48.48%;
}

@media (max-width: 896px) {
  .koukousei__sheep__jibunni-atta {
    left: 21.41vw;
    width: 67.95vw;
  }
}

.koukousei__sheep__cloud {
  position: absolute;
  top: 20.07%;
  left: 27.23%;
  width: 59.29%;
  z-index: -1;
}

@media (max-width: 896px) {
  .koukousei__sheep__cloud {
    top: 9.00vw;
    left: 16.36vw;
    width: 73.33vw;
  }
}

.koukousei__sheep__text-1 {
  position: absolute;
  top: 33.46%;
  left: 45.58%;
  font-weight: 500;
  font-size: 1.464vw;
  line-height: 2em;
  text-align: center;
  letter-spacing: 0.03em;
}

@media (max-width: 896px) {
  .koukousei__sheep__text-1 {
    top: 16.54vw;
    left: 31.15vw;
    font-size: 3.33vw;
    line-height: 1.5em;
  }
}

.koukousei__sheep__jobtag {
  position: absolute;
  top: 56%;
  left: 48.11%;
  width: 11.07%;
}

@media (max-width: 896px) {
  .koukousei__sheep__jobtag {
    top: 27.95vw;
    left: 31.15vw;
    width: 25.98vw;
  }
}

.koukousei__sheep__text-2 {
  position: absolute;
  top: 58.92%;
  left: 59.64%;
  font-weight: 500;
  font-size: 1.464vw;
  text-align: center;
  letter-spacing: 0.03em;
}

@media (max-width: 896px) {
  .koukousei__sheep__text-2 {
    top: 30.92vw;
    left: 58.28vw;
    font-size: 3.59vw;
  }
}

.koukousei__u35 {
  margin: 3.56vw 0 0 0;
  width: 100%;
  background: #ff166a;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 896px) {
  .koukousei__u35 {
    margin: 7.8vw 0 0 0;
  }
}

.koukousei__u35__box {
  position: relative;
  margin: 5.86vw 0;
  width: 82vw;
  height: 21.01vw;
}

@media (max-width: 896px) {
  .koukousei__u35__box {
    margin: 10.26vw 0;
    width: 89.74vw;
    height: auto;
  }
}

.koukousei__u35__box__main {
  position: relative;
  z-index: 2;
  background: #f5f5ef;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.koukousei__u35__box__main__title {
  margin: 3.66vw 0 0 0;
  width: 57.41%;
}

@media (max-width: 896px) {
  .koukousei__u35__box__main__title {
    margin: 8.97vw 0 0 0;
    width: 76.92vw;
  }
}

.koukousei__u35__box__main__text {
  margin: 1.46vw 0 3.66vw 0;
  text-align: center;
  font-size: 1.171vw;
  line-height: 2em;
}

@media (max-width: 896px) {
  .koukousei__u35__box__main__text {
    margin: 3.85vw 5.13vw 5.13vw 5.13vw;
    font-size: 4.10vw;
    text-align: left;
  }
}

.koukousei__u35__box__main__text__link {
  color: #0664C1;
  display: inline;
  text-decoration: underline;
}

.koukousei__u35__box__main__text__link:hover {
  text-decoration: none;
}

.koukousei__u35__shadow {
  position: absolute;
  bottom: -1.7vw;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 50px;
  background: rgba(183, 26, 83, 0.4);
}

@media (max-width: 896px) {
  .koukousei__u35__shadow {
    display: none;
  }
}

.my-swiper {
  padding: 0 2vw 1vw 2vw !important;
}

@media (max-width: 896px) {
  .my-swiper {
    padding: 0 2vw 0vw 2vw !important;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: '' !important;
}

.swiper-button-prev__image {
  margin: 0 0 4vw 0;
  width: 2.42vw;
  transform: rotate(180deg);
}

@media (max-width: 896px) {
  .swiper-button-prev__image {
    margin: 0 0 9vw 0;
    width: 7.44vw;
  }
}

.swiper-button-next__image {
  margin: 0 0 4vw 0;
  width: 2.42vw;
}

@media (max-width: 896px) {
  .swiper-button-next__image {
    margin: 0 0 9vw 0;
    width: 7.44vw;
  }
}

.swiper-pagination-bullet-active {
  background: #ff166a !important;
}

.swiper-slide img {
  max-width: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.44vw;
  height: 0.44vw;
}

.koukousei__mv__kinnkyuuhyouji {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
  height: auto;
  z-index: 2;
}

.koukousei__mv__kinnkyuuhyouji--sp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75vw;
  height: auto;
  z-index: 2;
}