@charset "UTF-8";

/* ======================================================================

  "Energyflex" Recruit PC Styles

====================================================================== */

body {
  background: var(--white);
}


/*
  Voice Header
====================================================================== */
.voice-header {
  background-image: url(../images/voice/voice_kv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.voice-header__inner {
  padding: 40px 0;
  max-width: 1500px;
  width: calc(660 / 780 * 100%);
  margin: auto;
}

.voice-header h2 {
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: .05em;
  text-align: center;
  margin: 73px 0;
}

.voice-header h3 span {
  color: #000;
  display: block;
}

/*
  Voice Content
====================================================================== */
.voice-content {
  margin-top: 53px;
  margin-bottom: 84px;
  position: relative;
}

.voice-content::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 120px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/voice/voice_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.voice-content__inner {
  max-width: 1140px;
}

.voice-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  gap: 30px 26px;
}

.voice-card__content {
  text-decoration: none;
  display: block;
  padding: 32px 28px;
  box-shadow: 8px 8px 0 rgba(35, 24, 21, 0.1);
  border-radius: 25px;
  border: 1px solid #e2e2e2;
  transition: transform .3s, box-shadow .3s;
  min-height: 530px;
  background-color: #fff;
}

.voice-card__content:hover {
  transform: translate(8px, 8px);
  box-shadow: 0 0 0 rgba(35, 24, 21, 0.1);
}

.voice-card__image {
  aspect-ratio: 300 / 180;
}

.voice-card__image--noimage,
.voice-body__img--noimage {
  background-color: #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.voice-noimage__text {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  font-feature-settings: 'palt' 1;
}

.voice-card__image--noimage .voice-noimage__text {
  font-size: 1.8rem;
}

.voice-body__img--noimage .voice-noimage__text {
  font-size: 2.5rem;
}

.voice-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .3s;
}

.voice-card__content:hover .voice-card__image img {
  opacity: 0.8;
}

.voice-card__title {
  color: #20a150;
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: calc(30 / 18);
  margin-top: 7px;
  font-feature-settings: 'palt' 1;
}

.voice-card__body {
  margin-top: 20px;
  border-top: 1px solid #cecece;
  padding-top: 15px;
}

.voice-card__tag {
  font-size: 1.3rem;
  letter-spacing: .05em;
  color: #000;
  background: #20a150;
  color: #fff;
  padding: 2px 8px;
  display: inline-block;
}

.voice-card__company,
.voice-card__name,
.voice-card__place {
  font-size: 1.6rem;
  letter-spacing: .05em;
  color: #000;
  line-height: calc(28 / 16);
  font-feature-settings: 'palt' 1;
  margin-top: 2px;
}

/*
  Voice Page Header
====================================================================== */

.voice-page-header__inner {
  padding: 36px 0;
  max-width: 1500px;
  width: calc(660 / 780 * 100%);
  margin: auto;
}

.voice-page {
  margin-top: 134px;
  margin-bottom: 120px;
}

.voice-page__inner {}

.inner {}

.voice-page__body {}

.voice-body {
  display: grid;
  grid-template-columns: auto 50%;
  width: 100%;
  column-gap: 68px;
}

.voice-body__head {
  margin-top: 30px;
}

.voice-body__title {
  font-size: 3.6rem;
  letter-spacing: .1em;
  font-feature-settings: 'palt' 1;
  line-height: calc(60 / 36);
  color: #000;
  font-weight: 700;
}

.voice-body__text {
  font-size: 1.8rem;
  letter-spacing: .1em;
  font-feature-settings: 'palt' 1;
  line-height: calc(36 / 18);
  color: #000;
  font-weight: 700;
  margin-top: 39px;
  padding-left: 54px;
  position: relative;
}

.voice-body__text::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: #000;
}

.voice-body__img {
  aspect-ratio: 600 / 360;
}

.voice-body__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-page__detail-inner {
  margin-inline: auto;
  max-width: 960px;
}

.voice-page__detail-text {
  margin-top: 74px;
}

.voice-page__detail-text p {
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-feature-settings: 'palt' 1;
  line-height: calc(36 / 16);
  color: #000;
}

.voice-page__info {
  margin-top: 84px;
}

.voice-profile {
  background-color: #f7f7f7;
  position: relative;
  padding-bottom: 53px;
}

.voice-profile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-45%, -20%);
  width: 139px;
  height: 139px;
  background-image: url(../images/voice/profile_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.voice-profile__head {
  display: grid;
  grid-template-columns: auto 50%;
  align-items: center;
  column-gap: 50px;
}

.voice-profile__title {
  padding-left: 60px;
  font-size: 3.0rem;
  letter-spacing: .1em;
  font-feature-settings: 'palt' 1;
  line-height: calc(60 / 30);
  color: #000;
  font-weight: 700;
  margin-top: 20px;
}

.voice-profile__img {
  aspect-ratio: 480 / 280;
}

.voice-profile__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-profile__detail-inner {
  padding: 0 60px;
  margin-top: 40px;
}

.voice-profile__info-item {
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-feature-settings: 'palt' 1;
  line-height: calc(36 / 16);
  color: #000;
  font-weight: 700;
}

.voice-profile__info-item span {
  color: #20a150;
  padding: 0 15px;
  margin-right: 16px;
  position: relative;
  display: inline-block;
}

.voice-profile__info-item span::before,
.voice-profile__info-item span::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 12px;
  background-image: url(../images/voice/info_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.voice-profile__info-item span::before {
  top: 50%;
  left: 0;
  transform: translateY(-40%);
}

.voice-profile__info-item span::after {
  top: 50%;
  right: 2px;
  transform: translateY(-40%) rotate(180deg);
}

.voice-profile__wrap {
  margin-top: 42px;
}

.voice-profile__item+.voice-profile__item {
  margin-top: 40px;
}

.voice-profile__item-title {
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-feature-settings: 'palt' 1;
  line-height: calc(36 / 16);
  color: #20a150;
  font-weight: 700;
  padding-left: 40px;
  position: relative;
}

.voice-profile__item-title.voice-profile__item-title--charm::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 29px;
  height: 33px;
  background-image: url(../images/voice/charm_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.voice-profile__item-title.voice-profile__item-title--point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 26px;
  height: 34px;
  background-image: url(../images/voice/point_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.voice-profile__item-lists {
  margin-top: 3px;
}

.voice-profile__item-lists li {
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-feature-settings: 'palt' 1;
  line-height: calc(30 / 16);
  color: #000;
  padding-left: 14px;
  position: relative;
}

.voice-profile__item-lists li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 12px;
  background-image: url(../images/voice/list_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.voice-profile__item-text {
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-feature-settings: 'palt' 1;
  line-height: calc(36 / 16);
  color: #000;
}

.voice-page .wp-block-group__inner-container {
  display: contents;
}

.voice-page__content {
  margin-top: 120px;
}

.page-content+.page-content {
  margin-top: 98px;
}


.page-content__label {
  background-color: #20a150;
  padding: 0 20px 0 10px;
  border-radius: 18px;
  display: inline-block;
}

.page-content__label h3 {
  font-size: 1.7rem;
  letter-spacing: .1em;
  font-feature-settings: 'palt' 1;
  line-height: calc(36 / 17);
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-left: 46px;
}

.page-content__label h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-content__label.page-content__label--problem h3::before {
  width: 35px;
  height: 16px;
  background-image: url(../images/voice/label_icon1.svg);
}

.page-content__label.page-content__label--solution h3::before {
  width: 35px;
  height: 16px;
  background-image: url(../images/voice/label_icon2.svg);
}

.page-content__label.page-content__label--effect h3::before {
  width: 31px;
  height: 15px;
  background-image: url(../images/voice/label_icon3.svg);
}

.page-content__label.page-content__label--note h3::before {
  width: 35px;
  height: 24px;
  background-image: url(../images/voice/label_icon4.svg);
}

.page-content__title {
  font-size: 3rem;
  letter-spacing: .1em;
  font-feature-settings: 'palt' 1;
  line-height: calc(60 / 36);
  color: #000;
  font-weight: 700;
  margin-top: 4px;
  border-bottom: 4px solid #000;
}

.page-content__detail-text {
  margin-top: 20px;
}

.page-content__detail-text p {
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-feature-settings: 'palt' 1;
  line-height: calc(36 / 16);
  color: #000;
}

.page-content__lists {
  margin-top: 20px;
}

.page-content__list+.page-content__list {
  margin-top: 37px;
}

.voice-page__detail-inner .voice-page__content ~ .page-content__list {
  margin-top: 37px;
}

.page-content__title ~ .page-content__list {
  margin-top: 20px;
}

.voice-page__detail-inner .voice-page__content ~ figure{
  max-width: 700px;
  aspect-ratio: 700 / 408;
  margin-inline: auto;
  margin-top: 37px;
  text-align: center;
}

.page-content__title ~ figure {
  max-width: 700px;
  aspect-ratio: 700 / 408;
  margin-inline: auto;
  margin-top: 37px;
  text-align: center;
}

.voice-page__detail-inner .voice-page__content ~ figure img,
.page-content__title ~ figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-content__list-head {
  font-size: 1.8rem;
  letter-spacing: .1em;
  font-feature-settings: 'palt' 1;
  line-height: calc(30 / 16);
  color: #20a150;
  font-weight: 700;
  padding-left: 14px;
  position: relative;
}

.page-content__list-head::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 8px;
  height: 8px;
  background-image: url(../images/voice/list_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-content__list-text {
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-feature-settings: 'palt' 1;
  line-height: calc(30 / 16);
  color: #000;
}

.page-content__list figure {
  max-width: 700px;
  aspect-ratio: 700 / 408;
  margin-inline: auto;
  margin-top: 37px;
}

.page-content__list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-page__pagination {
  margin-top: 183px;
}

.voice-page__pagination .link-btn {
  width: 300px;
  height: 62px;
}

.voice-page__pagination .link-btn a {
  font-size: 1.8rem;
}

.voice-page__pagination .link-btn a::before {
  width: 13px;
  height: 15px;
  left: 21px;
}

.voice-page__pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px 20px;
}

.voice-single-pagination .nav-links {
  gap: 16px 24px;
}

.voice-page__pagination-center {
  flex: 0 0 auto;
}

.voice-page__pagination-center .link-btn {
  margin: 0;
}

.voice-page__pagination .page-numbers {
  font-size: 1.8rem;
  letter-spacing: .05em;
  font-feature-settings: 'palt' 1;
  line-height: 1;
  color: #000;
  text-decoration: none;
  min-width: 38px;
  text-align: center;
}

.voice-page__pagination a.page-numbers:not(.prev):not(.next):hover {
  opacity: 0.7;
}

.voice-page__pagination .page-numbers.current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #cecece;
  border-radius: 50%;
  background-color: #fff;
}

.voice-page__pagination .page-numbers.dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  padding: 0;
  border: 0;
  background: transparent;
}

.voice-page__pagination a.prev.page-numbers,
.voice-page__pagination a.next.page-numbers {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #009a3e;
  color: transparent;
  font-size: 0;
  overflow: hidden;
}

.voice-page__pagination a.prev.page-numbers:hover,
.voice-page__pagination a.next.page-numbers:hover {
  background-color: #1abf32;
}

.voice-page__pagination a.prev.page-numbers::before,
.voice-page__pagination a.next.page-numbers::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 11px;
  background-image: url(../images/voice/page_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
}

.voice-page__pagination a.prev.page-numbers::before {
  transform: translate(-50%, -50%) rotate(180deg);
}