@charset "UTF-8";
/*========================================
# アーカイブページのスタイル
========================================  */
.post-type-archive-voice .contents_breadcrumb {
  padding-top: 5.75rem;
}
@media screen and (max-width: 767px) {
  .post-type-archive-voice .contents_breadcrumb {
    padding-top: 4rem;
  }
}
.post-type-archive-voice .contents_breadcrumb .wrapper {
  max-width: 1920px;
}
.post-type-archive-voice .archive-voice-header {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-voice .archive-voice-header {
    margin-top: 45px;
  }
}

.voice-archive-title-wrapper {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .voice-archive-title-wrapper {
    margin-bottom: 40px;
  }
}

.voice-archive-title {
  font-size: 32px;
  font-weight: 700;
  color: #0E1A3C;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .voice-archive-title {
    font-size: 24px;
  }
}

.voice-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 40px;
  margin-bottom: 80px;
  margin-top: 40px;
  margin-inline: 20px;
  max-width: 1140px;
}
@media screen and (max-width: 767px) {
  .voice-archive-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
    margin-top: 10px;
    margin-inline: 0;
  }
}

.voice-archive-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.voice-archive-image {
  width: 100%;
  height: 330px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1140px) {
  .voice-archive-image {
    height: 29vw;
  }
}
@media screen and (max-width: 767px) {
  .voice-archive-image {
    height: 63vw;
  }
}

.voice-archive-content {
  padding: 5px 0px;
}
@media screen and (max-width: 767px) {
  .voice-archive-content {
    padding: 4px 0px;
  }
}

.voice-archive-item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  .voice-archive-item-title {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.5;
  }
}

.voice-archive-meta {
  margin-top: 8px;
}

.voice-archive-meta-text {
  font-size: 14px;
  color: #0E1A3C;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .voice-archive-meta-text {
    font-size: 13px;
  }
}

.custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .custom-pagination {
    gap: 5px;
  }
}
.custom-pagination a,
.custom-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border: 1px solid #A5AAB9;
  color: #A5AAB9;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
  background-color: #fff;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 767px) {
  .custom-pagination a,
.custom-pagination span {
    min-width: 27px;
    height: 27px;
    font-size: 14px;
  }
}
.custom-pagination a:hover,
.custom-pagination span:hover {
  background-color: #A5AAB9;
  color: #fff;
}
.custom-pagination .pagination-current {
  background-color: #A5AAB9;
  color: #fff;
  cursor: default;
}
.custom-pagination .pagination-prev,
.custom-pagination .pagination-next {
  font-weight: 400;
  font-size: 16px;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .custom-pagination .pagination-prev,
.custom-pagination .pagination-next {
    font-size: 14px;
  }
}

.single-voice .single_breadcrumb {
  padding-top: 0.75rem !important;
}
@media screen and (max-width: 767px) {
  .single-voice .single_breadcrumb {
    padding-top: 3.85rem;
  }
}
.single-voice .single_breadcrumb .wrapper {
  max-width: 1920px;
}
@media screen and (max-width: 767px) {
  .single-voice .single_breadcrumb .wrapper {
    padding: 0 !important;
  }
}

.works__single-header {
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  margin-top: -160px;
}
.works__single-header.voice__single-header {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .works__single-header.voice__single-header {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .works__single-header {
    margin-top: -20px;
  }
}

.works__single-title {
  font-size: 32px;
  line-height: 1.26em;
  color: #0E1A3C;
  margin: 0 0 10px;
  position: relative;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 767px) {
  .works__single-title {
    font-size: 24px;
  }
}
.works__single-title::before, .works__single-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 200px;
  height: 1px;
  background-color: #0E1A3C;
  transform: translateY(-50%);
}
.works__single-title::before {
  left: -220px;
}
.works__single-title::after {
  right: -220px;
}

.works__single-description {
  font-size: 26px !important;
  font-weight: 400;
  line-height: 1em;
  color: #0E1A3C;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .works__single-description {
    font-size: 22px !important;
  }
}

.single-voice .contents_single .wrapper {
  max-width: 1430px;
  margin-inline: auto;
  padding-inline: 20px;
}

/*========================================
# 顧客の声セクション
========================================  */
.voice-section {
  padding: 0;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .voice-section {
    margin-top: 10px;
  }
}
.voice-section .voice-section__content {
  display: flex;
  gap: 92px;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .voice-section .voice-section__content {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .voice-section .voice-section__content {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.voice-section .voice-section__text-area {
  flex: 0 0 384px;
  position: relative;
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .voice-section .voice-section__text-area {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 767px) {
  .voice-section .voice-section__text-area {
    flex: none;
    width: 100%;
    margin-left: 0px;
    padding-inline: 20px;
  }
}
.voice-section .voice-section__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #0E1A3C;
  margin: 0 0 32px 0;
}
@media screen and (max-width: 767px) {
  .voice-section .voice-section__title {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 20px;
    margin-top: 7px;
  }
}
.voice-section .voice-section__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.04em;
  color: #0E1A3C;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .voice-section .voice-section__description {
    line-height: 1.8;
    margin-bottom: 20px;
    margin-top: 50px;
  }
}
.voice-section .voice-section__customer {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.04em;
  color: #0E1A3C;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .voice-section .voice-section__customer {
    font-size: 14px;
  }
}
.voice-section .voice-section__image-area {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice-section .voice-section__image-area {
    width: 100%;
  }
}
.voice-section .voice-section__image-wrapper {
  position: relative;
  border: 1px solid #707070;
  background-color: #fff;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .voice-section .voice-section__image-wrapper {
    aspect-ratio: 877/532;
  }
}
.voice-section .voice-section__image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 767px) {
  .voice-section .voice-section__image {
    width: 100%;
    height: 100%;
  }
}
.voice-section .voice-section__handwritten {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
@media screen and (max-width: 991px) {
  .voice-section .voice-section__handwritten {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .voice-section .voice-section__handwritten {
    flex-direction: row;
    gap: 0px;
    align-items: flex-start;
  }
}
.voice-section .voice-section__handwritten-icons {
  position: relative;
  width: 83px;
  height: 67px;
}
@media screen and (max-width: 767px) {
  .voice-section .voice-section__handwritten-icons {
    width: 66px;
    height: 54px;
  }
}
.voice-section .voice-section__handwritten-icon {
  position: absolute;
}
.voice-section .voice-section__handwritten-icon--1 {
  top: 0;
  left: 14.82px;
  width: 52.3px;
  height: 67.29px;
}
@media screen and (max-width: 767px) {
  .voice-section .voice-section__handwritten-icon--1 {
    left: 12px;
    width: 42px;
    height: 54px;
  }
}
.voice-section .voice-section__handwritten-icon--2 {
  top: 0;
  right: 16.24px;
  width: 17.02px;
  height: 17.24px;
}
@media screen and (max-width: 767px) {
  .voice-section .voice-section__handwritten-icon--2 {
    right: 13px;
    width: 14px;
    height: 14px;
  }
}
.voice-section .voice-section__handwritten-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: #0E2971;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .voice-section .voice-section__handwritten-text {
    text-align: left;
  }
}

.interview {
  background: #DCDFE6;
  padding: 86px 20px;
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .interview {
    padding: 60px 16px;
    margin-top: 60px;
    margin-inline: calc(50% - 50vw);
  }
}

.interview__inner {
  max-width: 1060px;
  margin: 0 auto;
}

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

.interview__item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .interview__item:not(:first-child) {
    margin-top: 24px;
  }
}

.interview__question {
  font-size: 20px;
  font-weight: 700;
  color: #0E1A3C;
  letter-spacing: 0.04em;
  line-height: 1.75;
  position: relative;
  padding-left: 30px;
}
.interview__question::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: 700;
  color: #0E1A3C;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .interview__question {
    font-size: 18px;
    padding-left: 25px;
  }
  .interview__question::before {
    font-size: 18px;
  }
}

.interview__answer {
  font-size: 16px;
  font-weight: 400;
  color: #0E1A3C;
  letter-spacing: 0.04em;
  line-height: 1.875;
  margin-top: 16px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .interview__answer {
    font-size: 16px;
    margin-top: 4px;
    margin-left: 25px;
  }
}
/*# sourceMappingURL=voice.css.map */