.page-crowd {
  background-image: url(/wp-content/themes/DogoOnsen/images/page-model/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-crowd .page-crowd__inner {
  margin-bottom: 120px;
}
.page-crowd .page-crowd-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 951px;
  width: 100%;
}

.page-crowd .page-crowd-title {
  color: #3d8b95;
  font-family: 'Noto Serif JP';
  font-size: 18px;
  letter-spacing: 0.025em;
  line-height: 1.3333333333;
  position: relative;
  text-align: center;
}

.page-crowd .page-crowd-title::after {
  background-color: #3d8b95;
  bottom: -26px;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 250px;
}

.page-crowd .page-crowd-sub-title {
  font-family: 'Noto Serif JP';
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.3125;
}

.page-crowd .page-crowd-text {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 2.1428571429;
}

.page-crowd .page-crowd__main {
  padding-bottom: 150px;
}

.page-crowd .page-crowd-level {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  gap: 32px;
  margin-bottom: 24px;
}
.page-crowd .page-crowd-level__contents {
  background-color: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  width: 100%;
}
.page-crowd .page-crowd-level__contents.col2 {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  display: flex;
  gap: 16px;
}
.page-crowd-level__item {
  width: calc(50% - 8px);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px 8px;
}

.page-crowd .page-crowd-level__title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
}
.page-crowd .page-crowd-level__title .fss {
  font-size: 16px;
  display: block;
}
.page-crowd .page-crowd-level__gender {
  display: flex;
  position: relative;
}
.page-crowd .page-crowd-level__gender::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: rgba(112, 112, 112, 0.42);
}
.page-crowd .page-crowd-level__gender h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 8px;
}
.page-crowd .page-crowd-level__gender .male h3 {
  color: #4973ac;
}
.page-crowd .page-crowd-level__gender .female h3 {
  color: #de6a6a;
}
.page-crowd .page-crowd-level__gender .item {
  width: 50%;
  padding: 8px 0 4px;
}
.page-crowd .page-crowd-level__status {
  text-align: center;
  font-weight: 700;
}
.page-crowd .page-crowd-level__status img {
  max-width: 64px;
  margin-inline: auto;
}
.page-crowd .page-crowd-level__image {
  border-radius: 12px;
  overflow: hidden;
  min-width: 300px;
}

.page-crowd-legend {
  margin-bottom: 120px;
}
.page-crowd-legend_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 951px;
  width: 100%;
}
.page-crowd-legend_wrap h3 {
  font-size: 16px;
  font-weight: 700;
  text-wrap: nowrap;
}
.page-crowd-legend_contents {
  max-width: 640px;
  margin-inline: auto;
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  gap: 64px;
  align-items: center;
  padding: 16px 36px;
  margin-bottom: 4px;
}
.page-crowd-legend_contents ul {
  display: flex;
  gap: 8px 24px;
}
.page-crowd-legend_contents li {
  text-align: center;
}
.page-crowd-legend_contents img {
  max-width: 48px;
  margin-inline: auto;
  margin-bottom: 2px;
}
.page-crowd-legend_contents span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}
.page-crowd-legend_contents span.fs {
  transform: scale(0.9, 1);
}
.page-crowd-legend_contents span.fxs {
  transform: scale(0.9, 1);
  font-size: 12px;
}
.page-crowd-legend_wrap .note {
  max-width: 640px;
  margin-inline: auto;
  font-size: 15px;
}
.page-crowd-legend_wrap .note li::before {
  content: '※';
}

.page-crowd .page-crowd-fv__title {
  font-family: 'Noto Serif JP';
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.3333333333;
  margin-top: 34px;
  position: relative;
}

.page-crowd .page-crowd-fv__list {
  grid-gap: 5.4679284963%;
  display: grid;
  gap: 5.4679284963%;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 53px;
}

.page-crowd .page-crowd-fv__item {
  height: 48px;
  width: 100%;
}

.page-crowd .page-crowd-fv__link {
  align-content: center;
  background-color: rgba(216, 230, 232, 0.9);
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #3d8b95;
  display: grid;
  font-size: 18px;
  height: 48px;
  justify-content: center;
  letter-spacing: 0.025em;
  line-height: 1.3333333333;
  place-content: center;
  width: 100%;
}

.page-crowd .page-crowd-fv__image {
  margin-top: 43px;
}

@media screen and (min-width: 1024px) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .page-crowd .page-crowd-fv__list {
    gap: 8px;
    grid-template-columns: repeat(3, auto);
    margin-top: 24px;
  }

  .page-crowd .page-crowd-fv__item {
    height: inherit;
  }

  .page-crowd .page-crowd-fv__link {
    font-size: 14px;
    grid-template-columns: repeat(3, auto);
    height: inherit;
    line-height: 2.0714285714;
    padding: 4px 10px;
  }

  .page-crowd .page-crowd-fv__image {
    margin-top: 23px;
  }
}

@media (max-width: 600px) {
  .page-crowd .page-crowd-level {
    flex-direction: column-reverse;
  }
  .page-crowd .page-crowd-level__contents {
    width: calc(100% - 64px);
    margin-inline: auto;
  }
  .page-crowd .page-crowd-level__contents.col2 {
    padding: 0 32px;
    margin: 0;
    width: 100%;
  }

  .page-crowd-legend_contents ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-crowd-legend_contents li {
    width: calc(50% - 12px);
  }
  .page-crowd-legend_wrap .note {
    font-size: 13px;
  }

  .page-crowd .page-crowd-fv__list {
    grid-template-columns: repeat(2, auto);
  }
}

@media (max-width: 460px) {
  .page-crowd .page-crowd-level {
    margin-bottom: 36px;
  }
  .page-crowd .page-crowd-level__contents {
    width: calc(100% - 48px);
  }
  .page-crowd .page-crowd-level__contents.col2 {
    padding: 0 24px;
    flex-direction: column;
  }
  .page-crowd .page-crowd-level__item {
    width: 100%;
  }
  .page-crowd-legend_contents {
    flex-direction: column;
    gap: 24px;
  }
  .page-crowd-legend_contents ul {
    gap: 16px 0;
  }
  .page-crowd-legend_contents li {
    width: calc(100% / 3);
  }
}
