@charset "UTF-8";
/* お悩み一覧 */
.archive .text-center {
  margin-bottom: 70px;
}

.archive .symptoms {
  background: linear-gradient(transparent 120px, #F4F8F7 120px);
}

/* お悩み詳細 */
.single .page-title {
  padding: 0 0;
}
.single .page-title .fv {
  position: relative;
  padding-top: 83px;
  background-image: url(../images/fv_bg.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  margin-bottom: 20px;
}
.single .page-title .fv .fv-img {
  position: absolute;
  top: 0;
  right: -6%;
  width: 40%;
  overflow: hidden;
  z-index: 1;
}
.single .page-title .fv .fv-img img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 35% 100%, 0% 0);
}
.single .page-title .fv .container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .single .page-title .fv {
    padding-top: 60px;
  }
  .single .page-title .fv .fv-img {
    right: -10%;
    width: 75%;
  }
}
.single .page-title .fv-text-wrapper {
  margin-bottom: 76px;
}
@media screen and (max-width: 768px) {
  .single .page-title .fv-text-wrapper {
    margin-bottom: 20px;
  }
}
.single .page-title .fv-text-wrapper .fv-text-category {
  background: #0a6f3a;
  color: #fff;
  padding: 10px 20px;
  margin: 0 auto 10px;
  font-weight: 900;
  font-size: clamp(1.375rem, 1.169rem + 0.94vw, 1.875rem);
  display: inline-block;
}
.single .page-title .fv-text-wrapper h1 {
  text-align: left;
  font-size: clamp(1.606rem, 1.223rem + 1.75vw, 2.538rem);
  line-height: 1.4;
}
.single .page-title .fv-text-wrapper h1 strong {
  font-size: clamp(2.321rem, 1.767rem + 2.53vw, 3.667rem);
  font-weight: 900;
}
.single .page-title .fv-text-wrapper h1 p {
  display: inline;
  font-weight: 900;
  background: linear-gradient(transparent 60%, #F8E895 60%);
  padding: 0 0.08em;
}
@media screen and (max-width: 768px) {
  .single .page-title .fv-text-wrapper h1 {
    margin-bottom: 20px;
  }
}

.results {
  background: #F4F8F7;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .results {
    padding: 60px 0;
  }
}
.results .container {
  overflow: visible;
}
.results h2 {
  font-size: clamp(1.375rem, 1.169rem + 0.94vw, 1.875rem);
  font-weight: 500;
  color: #0a6f3a;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.results .voice-marquee {
  width: 100vw;
  display: flex;
  gap: 20px;
}
.results .voice-marquee__list {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  animation: marquee 30s linear infinite;
}
.results .voice-marquee__list li {
  flex-shrink: 0;
}
.results .voice-marquee__list img {
  display: block;
  height: 204px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .results .voice-marquee__list img {
    height: 110px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.result {
  padding: 0 0 100px;
  background: #F4F8F7;
}
@media screen and (max-width: 768px) {
  .result {
    padding: 0 0 60px;
  }
}
.result h2 {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: clamp(1rem, 0.588rem + 1.88vw, 2rem);
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .result h2 {
    margin-bottom: 45px;
  }
}
.result h2 span {
  position: relative;
  color: #0a6f3a;
  font-size: clamp(1.75rem, 1.441rem + 1.41vw, 2.5rem);
}
.result h2::before {
  content: "";
  width: 42px;
  background: url(../images/laurel_l.svg) no-repeat center center/contain;
}
.result h2::after {
  content: "";
  width: 42px;
  background: url(../images/laurel_r.svg) no-repeat center center/contain;
}
.result .pc-only .result-list {
  display: flex;
  gap: 55px 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.result .pc-only .result-list .result-item {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
  position: relative;
}
.result .pc-only .result-list .result-item .result-item-icon {
  position: absolute;
  top: -35px;
  left: -19px;
  width: 113px;
  height: 113px;
}
.result .pc-only .result-list .result-item .result-item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #0a6f3a;
  border-radius: 0 0 15px 15px;
}
.result .pc-only .result-list .result-item .result-item-text .result-item-text__sub {
  font-weight: 900;
  font-size: 1.25rem;
}
.result .pc-only .result-list .result-item .result-item-text .result-item-text__title {
  font-size: 1.75rem;
  font-weight: 900;
}
.result .pc-only .result-list .result-item:first-child {
  width: 100%;
  flex-direction: row-reverse;
}
.result .pc-only .result-list .result-item:first-child .result-item-img {
  width: 47%;
}
.result .pc-only .result-list .result-item:first-child .result-item-icon {
  top: -38px;
  left: -20px;
  width: 156px;
  height: 156px;
}
.result .pc-only .result-list .result-item:first-child .result-item-text {
  border-radius: 15px 0 0 15px;
  padding-left: 7%;
}
.result .pc-only .result-list .result-item:first-child .result-item-text .result-item-text__sub {
  font-size: 1.375rem;
}
.result .pc-only .result-list .result-item:first-child .result-item-text__title {
  font-size: 2.25rem;
}
.result .pc-only .result-list .result-item:first-child .result-item-text__title small {
  font-size: 1.75rem;
}
@media screen {
  .result .result-slider {
    overflow: visible;
    margin-bottom: 20px;
  }
  .result .sp-only .result-list .swiper-slide {
    width: 80%;
  }
  .result .sp-only .result-list .result-item {
    position: relative;
  }
  .result .sp-only .result-list .result-item .result-item-icon {
    position: absolute;
    top: -25px;
    left: -10px;
    width: 70px;
    height: 70px;
  }
  .result .sp-only .result-list .result-item .result-item-text {
    padding: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #0a6f3a;
    border-radius: 0 0 15px 15px;
    margin-top: -4px;
  }
  .result .sp-only .result-list .result-item .result-item-text .result-item-text__sub {
    font-weight: 900;
    font-size: 0.875rem;
  }
  .result .sp-only .result-list .result-item .result-item-text .result-item-txt__title {
    font-size: 1.25rem;
    font-weight: 900;
  }
}
.result p.font-green {
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.088rem + 1.88vw, 2.5rem);
}

.problem-parts + .text-center {
  font-weight: 900;
  font-size: clamp(1.125rem, 0.713rem + 1.88vw, 2.125rem);
  line-height: 1.4;
  padding-top: 20px;
  margin-bottom: 40px;
}

.reason-content {
  padding: 120px 0 100px;
  background: url("../images/symptoms/reason_bg.webp") no-repeat center bottom/cover;
}
@media screen and (max-width: 768px) {
  .reason-content {
    padding: 60px 0 50px;
  }
}
.reason-content h2 {
  font-weight: 500;
  font-size: clamp(1.375rem, 1.169rem + 0.94vw, 1.875rem);
  color: #0a6f3a;
  letter-spacing: 0.15em;
}
.reason-content h2 b {
  color: #FF7700;
}
.reason-content .content .alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
.reason-content .content .alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}
.reason-content .content img {
  border-radius: 15px;
}
.reason-content .content h2 {
  text-align: center;
  font-weight: 500;
  font-size: 1.875rem;
  margin-bottom: 50px;
  color: #0a6f3a;
  clear: both;
}
@media screen and (max-width: 768px) {
  .reason-content .content h2 {
    margin-bottom: 30px;
  }
}
.reason-content .content h3 {
  text-align: left;
  font-size: 1.65rem;
  color: #0a6f3a;
  font-weight: 700;
  -moz-outline-radius-topright: 1.875rem;
  border-bottom: 2px solid #0a6f3a;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
  clear: both;
}
.reason-content .content h3::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #0a6f3a;
}
@media screen and (max-width: 768px) {
  .reason-content .content h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.reason-content .content h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 7px 15px;
  text-align: left;
  border-left: 5px solid #0a6f3a;
  background: #fff;
  clear: both;
}
@media screen and (max-width: 768px) {
  .reason-content .content h4 {
    margin-bottom: 15px;
  }
}
.reason-content .content p:has(+ h1) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .reason-content .content p:has(+ h1) {
    margin-bottom: 40px;
  }
}
.reason-content .content p:has(+ h2), .reason-content .content p:has(+ h3), .reason-content .content p:has(+ h4) {
  margin-bottom: 40px;
}

.benefit {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .benefit {
    padding: 60px 0;
  }
}
.benefit h2 {
  margin-bottom: 30px;
  line-height: 1.4;
}
.benefit .benefit-wrapper {
  background: #F4F8F7;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .benefit .benefit-wrapper {
    padding: 40px 20px;
  }
}
.benefit .benefit-wrapper .benefit-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .benefit .benefit-wrapper .benefit-list {
    flex-direction: column;
  }
}
.benefit .benefit-wrapper .benefit-list .benefit-item {
  background: #fff;
  padding: 30px 18px;
}
@media screen and (max-width: 768px) {
  .benefit .benefit-wrapper .benefit-list .benefit-item {
    flex: 1 1 100%;
  }
}
.benefit .benefit-wrapper .benefit-list .benefit-title {
  text-align: center;
  font-weight: 900;
  font-size: 1.25rem;
  margin-bottom: 16px;
  color: #0a6f3a;
}
.benefit .benefit-wrapper .benefit-list .benefit-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.case {
  background: #F4F8F7;
  padding: 120px 0 80px;
}
@media screen and (max-width: 768px) {
  .case {
    padding: 70px 0 20px;
  }
  .case .catch-en {
    top: 50px;
  }
}
.case h2 {
  line-height: 1.4;
  font-size: 2.125rem;
}
.case h2 small {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .case h2 small {
    font-size: 1.125rem;
  }
}
.case h2 + p {
  margin-bottom: 40px;
}

.voice {
  background: #F4F8F7;
  padding-bottom: 80px;
}
.voice .container {
  max-width: 1200px;
}
.voice .voice-title {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 30px;
}
.voice .voice-title .voice-title-text {
  text-align: center;
}
.voice .voice-title .voice-title-text .font-green {
  font-weight: 900;
  font-size: clamp(1.125rem, 0.868rem + 1.18vw, 1.75rem);
  background: url(../images/voice_title03.svg) no-repeat center bottom/contain;
  padding: 0 20px 30px;
  margin-bottom: 17px;
}
.voice .voice-title .voice-title-text .font-green .text-num {
  font-size: clamp(1.875rem, 1.494rem + 1.74vw, 2.8rem);
}
@media screen and (max-width: 768px) {
  .voice .voice-title .voice-title-text .font-green {
    margin-bottom: 0;
  }
}
.voice .voice-title .voice-title-text h2 {
  margin-bottom: 10px;
}
.voice .voice-title .voice-title-text h2 + p {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .voice .voice-title {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 10px;
  }
  .voice .voice-title img {
    width: 50%;
  }
  .voice .voice-title .voice-title-text {
    order: 3;
    width: 100%;
  }
  .voice .voice-title h2 + p.sp-only {
    margin-bottom: 17px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .voice h2.sp-only {
    font-size: 28px;
  }
}
.voice .voice-slider {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .voice .voice-slider {
    margin-top: 20px;
  }
}

.flow {
  background: #F4F8F7;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 50px 0;
  }
}

.symptoms-search {
  background: #F4F8F7;
}/*# sourceMappingURL=symptoms.css.map */