@charset "utf-8";

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/zen-kaku-gothic-new-v18-japanese-regular.woff2) format("woff2");
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/zen-kaku-gothic-new-v18-japanese-500.woff2) format("woff2");
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/zen-kaku-gothic-new-v18-japanese-700.woff2) format("woff2");
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/zen-kaku-gothic-new-v18-japanese-900.woff2) format("woff2");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/noto-sans-jp-v56-japanese_latin-700.woff2) format("woff2");
}

body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

#path,
.h1_section {
  display: none;
}

#contents_outer {
  background: #fff !important;
}

#contents {
  width: 100%;
  padding-bottom: 0;
}

#backtop {
  position: fixed !important;
  right: 30px !important;
  bottom: 87px !important;
  margin-left: 0 !important;
  left: auto !important;
  z-index: 10000;
}

.l-page * {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  box-sizing: border-box;
}

.l-page {
  background-color: #fff;
  padding-bottom: 0;
}

.l-page a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.l-page .pager {
  display: none !important;
}

.l-page .mv__area {
  width: 100%;
  height: 264px;
}

.l-page .mv__main {
  width: 100%;
  height: 100%;
  position: relative;
}

.mv__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 39px;
  font-weight: 700;
  color: #42AF5B;
  text-align: center;
  position: absolute;
  top: 101px;
  left: 50%;
  transform: translateX(-50%);
}

.mv__txt::after {
  content: "";
  width: 293px;
  height: 79px;
  background: url(../images/mv_txt-deco.webp) no-repeat center / cover;
  position: absolute;
  top: -12px;
  left: -29px;
}

.mv__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-results {
  padding: 100px 0;
}

.p-results__inner {
  width: 1080px;
  margin: 0 auto;
}

.p-results__item {
  position: relative;
  margin-bottom: 45px;
}

.p-results__item-shadow {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 0;
  bottom: -15px;
  background: url(../images/shadow_bg.webp) no-repeat bottom right / cover;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.p-results__item-body {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 30px;
  align-items: stretch;
  background-color: #ebf4e1;
  width: 1065px;
  padding: 50px;
  margin-bottom: 37px;
  position: relative;
  box-shadow: 0 8px 16px rgba(63, 50, 53, 0.1);
}

.p-results__images {
  width: 430px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.p-results__main-img {
  flex: 1;
  width: 430px;
  min-height: 0;
  overflow: hidden;
}

.p-results__main-img img,
.p-results__main-img a {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}

.p-results__main-img a img {
  width: 100%;
  height: 100%;
}

.p-results__main-img img {
  object-fit: contain;
  background: #e2e2e2;
}

.p-results__sub-img {
  display: flex;
  gap: 12px;
  width: 100%;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.p-results__sub-img li {
  width: 160px;
  height: 120px;
  flex-shrink: 0;
  overflow: hidden;
}

.p-results__sub-img img,
.p-results__sub-img a {
  display: block;
  width: 160px;
  height: 140px;
  max-width: none;
}

.p-results__sub-img a img {
  width: 100%;
  height: 100%;
}

.p-results__sub-img img {
  object-fit: cover;
}

.p-results__detail {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 58px;
  position: relative;
}

.p-results__name {
  font-size: 21px;
  font-weight: 700;
  color: #3f3235;
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-results__comment {
  font-size: 16px;
  line-height: 1.6;
  color: #3f3235;
  margin: 0 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.p-results__info {
  margin: 0;
  width: 360px;
  max-width: 100%;
}

.p-results__info-row {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 10px;
}

.p-results__info-row:last-child {
  margin-bottom: 0;
}

.p-results__info-row dt {
  width: 100px;
  flex-shrink: 0;
  font-size: 16px;
  color: #9aca6b;
}

.p-results__info-row dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #3f3235;
}

.p-results__btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-results__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 38px;
  border-radius: 9999px;
  background-color: #3f3235;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding-right: 16px;
  position: relative;
}

.p-results__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url(/pg-results/images/arrow_white.svg) no-repeat center / contain;
}

.p-results__empty {
  text-align: center;
  font-size: 16px;
  color: #3f3235;
}

.p-results-pagination {
  margin: 55px auto 0;
  display: flex;
  justify-content: center;
}

.p-results-pager {
  display: flex;
  align-items: center;
  gap: 16px;
}

.p-results-pager__nums {
  display: flex;
  align-items: center;
  gap: 16px;
}

.p-results-pager__num,
.p-results-pager__dots {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #3f3235;
  text-decoration: none;
  padding-bottom: 4px;
}

.p-results-pager__num.is-current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 9999px;
  background-color: #3f3235;
  color: #fff;
  font-size: 18px;
}

.p-results-pager__arrow {
  display: block;
  width: 8px;
  height: 15px;
  flex-shrink: 0;
  background: url(/pg-results/images/arrow_brown.svg) no-repeat center / contain;
  text-decoration: none;
}

.p-results-pager__arrow--prev {
  transform: rotate(180deg);
}

.p-results-pager__arrow.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.p-results-pager a:hover {
  opacity: 0.7;
}

.l-wrapper--02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 38px;
  padding: 80px 0 60px;
  background: #F2F2F2;
}

.p-voice a {
  display: block;
  width: 524px;
}

.p-voice a img {
  max-width: 100%;
  object-fit: cover;
}

.p-staff a {
  display: block;
  width: 510px;
  height: 202px;
}

.p-staff a img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
