@charset "UTF-8";

html {
  font-size: 16px;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro", Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

/* pcの電話番号発信対応 */
/* a[href^="tel:"] {
  pointer-events: none;
} */

.bg {
  background-color: #000;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
/* reduce-motionでもSwiperだけは滑らかに動かす（上書き） */
.l-inner {
  margin-inline: auto;
  max-width: 1440px;
  width: 100%;
}

.l-sec {
  padding: 3.75rem 0 5rem;
}

.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.c-cta_btn--fv {
  margin-top: 1.85rem;
}

.c-cta_btn {
  align-items: center;
  background: linear-gradient(135deg, #fe8b2c 0%, #ff4920 100%);
  display: flex;
  flex-direction: column;
  height: 9.75rem;
  justify-content: center;
  width: 100%;
}

.c-cta_btn__word {
  display: inline-block;
  height: 1.8125rem;
  width: 18.9375rem;
}

.c-cta_btn__line {
  -o-object-fit: contain;
  aspect-ratio: 400/85;
  border-radius: 10px;
  display: inline-block;
  height: 5.3125rem;
  object-fit: contain;
  width: 25rem;
}

.c-cta_btn a {
  border-radius: 10px;
  display: inline-block;
  line-height: 1;
  margin-top: 0.5rem;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  z-index: 0;
}

.c-cta_btn a::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 80%);
  border-radius: 10px;
  content: "";
  inset: 0;
  /* top:0; left:0; width/height:100% と同義 */
  pointer-events: none;
  position: absolute;
  /* 初期位置は左外：translateX(-120%)。傾きは維持 */
  transform: translateX(-120%) skewX(-25deg) !important;
  /* 初動を速く感じさせる急峻カーブ＋GPU促進 */
  transition: transform 1.6s cubic-bezier(0.2, 0.9, 0.2, 1) !important;
  width: 50%;
  will-change: transform;
  z-index: 2;
}

.c-cta_btn a:hover::before {
  /* 右外まで一気に：初動がキュッと出る */
  transform: translateX(220%) skewX(-25deg) !important;
}

.c-cta_btn a img.c-cta_btn__line {
  border-radius: 10px;
  display: block;
  position: relative;
  z-index: 1;
}

.c-cat {
  background-color: #003c8c;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.c-column2 {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.c-headline1__main {
  border-left: 2px solid #003c8c;
  font-size: 1.875rem;
  padding-left: 1.875rem;
  text-align: center;
}

.c-headline1__sub {
  font-size: 1rem;
  margin-top: 0.875rem;
}

.c-hoverRun {
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #000;
  display: inline;
  text-decoration: none;
  transition: background-size 0.5s;
}

.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}

.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}

.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}

.c-imgZoom {
  overflow: hidden;
  position: relative;
}

.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.8s;
}

.c-link {
  line-height: 1;
  position: relative;
}

.c-link::after {
  background: url(../img/common/link.svg) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -0.9375rem;
  top: 0.3em;
  width: 0.625rem;
}

.c-marker {
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.c-tag {
  border: 1px solid #d9d9d9;
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}

.c-underBar {
  display: inline-block;
  position: relative;
}

.c-underBar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}

.p-ending {
  background-color: #f9f2e0;
  background-image: url(/img/ending_bg_ribon_left.webp), url(/img/ending_bg_ribon_right.webp);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 38.5625rem, 38.5625rem;
  padding: clamp(3.125rem, 0.268rem + 14.29vw, 5.625rem) 0 8.75rem 0;
}

.p-ending__inner {
  margin-inline: auto;
  max-width: 62.5rem;
}

.p-ending__btn {
  margin-top: -10rem;
  text-align: center;
}

.p-ending__btn a {
  aspect-ratio: 400/85;
  display: inline-block;
  height: 5.3125rem;
  line-height: 1;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: clamp(16.25rem, 9.986rem + 31.32vw, 25rem);
}

.p-ending__btn a::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%) !important;
  border-radius: 20px !important;
  content: "";
  height: 100% !important;
  left: -100% !important;
  position: absolute !important;
  top: 0 !important;
  transform: skewX(-25deg) !important;
  transition: left 0.6s ease-in-out !important;
  width: 50% !important;
}

.p-ending__btn a:hover::before {
  left: 150% !important;
}

.p-faq {
  background-image: url(/img/faq_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: clamp(3.75rem, 0.893rem + 14.29vw, 6.25rem) 0;
}

.p-faq__inner {
  margin-inline: auto;
  max-width: 62.5rem;
}

.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 3.75rem;
}

.p-faq__item {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 1.875rem -0.25rem rgba(53, 50, 40, 0.04);
  padding-inline: 1.75rem;
}

.p-faq__q-wrap {
  align-items: stretch;
  cursor: pointer;
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  padding-block: 1.625rem;
}

.p-faq__item.is-open .p-faq__q-wrap {
  border-bottom: 0.0625rem solid #acacac;
}

.p-faq__q {
  display: flex;
  flex: 1;
  gap: 1rem;
}

.p-faq__q-label {
  color: #644337;
  flex-shrink: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.p-faq__q-ttl {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  padding-right: 3.5rem;
}

.p-faq__toggle {
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  height: 2.5rem;
  padding: 0;
  position: relative;
  width: 2.5rem;
}

.p-faq__toggle-icon {
  background-color: #1a1a1a;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
  width: 1.25rem;
}

.p-faq__toggle-icon::before {
  background-color: #1a1a1a;
  content: "";
  height: 0.125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s ease;
  width: 1.25rem;
}

.p-faq__item.is-open .p-faq__toggle-icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.p-faq__a-wrap {
  display: none;
  overflow: hidden;
}

.p-faq__item.is-open .p-faq__a-wrap {
  display: block;
}

.p-faq__a {
  display: flex;
  gap: 1rem;
  padding-block: 1.625rem;
}

.p-faq__a-label {
  color: #fe6319;
  flex-shrink: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.p-faq__a-txt {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-footer {
  background-color: #2d1d17;
  color: #fff;
  padding: 3.625rem 0 1.875rem 0;
}

.p-footer__inner {
  margin-inline: auto;
  max-width: 62.5rem;
}

.p-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.p-footer__left {
  flex: 1;
}

.p-footer__right {
  flex-shrink: 0;
}

.p-footer__cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 18.75rem;
}

.p-footer__cta-line a,
.p-footer__cta-tel a {
  display: inline-block;
  line-height: 1;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  z-index: 0;
  border-radius: 10px;
}

.p-footer__cta-line a::before,
.p-footer__cta-tel a::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 80%);
  border-radius: 10px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-120%) skewX(-25deg) !important;
  transition: transform 1.6s cubic-bezier(0.2, 0.9, 0.2, 1) !important;
  width: 50%;
  will-change: transform;
  z-index: 2;
}

.p-footer__cta-line a:hover::before,
.p-footer__cta-tel a:hover::before {
  transform: translateX(220%) skewX(-25deg) !important;
}

.p-footer__cta-line img,
.p-footer__cta-tel img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.p-footer__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(1.5rem, 0.75rem + 3.75vw, 2.375rem);
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: clamp(1rem, 0.5rem + 2.5vw, 1.375rem);
}

.p-footer__info {
  display: flex;
  flex-direction: column;
  gap: clamp(0.375rem, 0.1875rem + 0.9375vw, 0.625rem);
}

.p-footer__company {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.75rem, 0.375rem + 1.875vw, 1rem);
  font-weight: 400;
  line-height: 1.2;
}

.p-footer__address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.75rem, 0.375rem + 1.875vw, 1rem);
  font-weight: 400;
  line-height: 1.4;
}

.p-footer__tel {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.75rem, 0.375rem + 1.875vw, 1rem);
  font-weight: 400;
  line-height: 1.2;
}

.p-footer__tel a {
  color: inherit;
  text-decoration: underline;
}

.p-footer__mail {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.75rem, 0.375rem + 1.875vw, 1rem);
  font-weight: 400;
  line-height: 1.2;
}

.p-footer__mail a {
  color: inherit;
  text-decoration: underline;
}

.p-footer__license {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.75rem, 0.375rem + 1.875vw, 1rem);
  font-weight: 400;
  line-height: 1.6;
}

.p-footer__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.625rem, 0.3125rem + 1.5625vw, 1rem);
  font-weight: 400;
  line-height: 1.2;
  margin-top: clamp(3.5rem, 1.75rem + 8.75vw, 5.625rem);
  text-align: center;
}

.p-fv {
  background-color: #fff;
  height: auto;
}

.p-fv__txt {
  margin-left: 6.25rem;
  margin-top: -9.75rem;
}

.p-fv__dtl {
  color: #1a1a1a;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.p-fv__dtl-head {
  display: inline-block;
  padding: 0.795rem 0;
}


.p-kyokachu {
  background-image: url(/img/kyokachu_bg.webp);
  background-size: cover;
  padding: clamp(3.75rem, 0.893rem + 14.29vw, 6.25rem) 0;
}

.p-kyokachu__inner {
  margin-inline: auto;
  max-width: 62.5rem;
  padding: 0 1.25rem;
}

.p-onayami {
  background-image: url(/img/onayami_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: clamp(3.75rem, 0.893rem + 14.29vw, 6.25rem) 0;
}

.p-onayami__inner {
  margin-inline: auto;
  max-width: 62.5rem;
  padding: 0 1.25rem;
}

.p-onayami__inner img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-reason {
  background-image: url(/img/reason_bg.webp);
  background-size: cover;
  padding: clamp(3.125rem, 0.268rem + 14.29vw, 5.625rem) 0 clamp(1.25rem, -1.882rem + 15.66vw, 5.625rem) 0;
}

.p-reason__box2__pc {
  display: block;
}

.p-reason__box2__sp {
  display: none;
}

.p-voice {
  padding: clamp(3.125rem, 0.268rem + 14.29vw, 5.625rem) 0;
  position: relative;
  text-align: center;
}

.p-voice::before {
  background-image: url(/img/voice_bg.webp);
  background-size: cover;
  content: "";
  inset: 0;
  opacity: 0.3;
  position: absolute;
  z-index: -1;
}

.p-voice__slider {
  margin: 0 auto;
  margin-top: clamp(1.25rem, -0.972rem + 11.11vw, 2.5rem);
  max-width: 62.5rem;
  position: relative;
}

.p-voice__swiper {
  overflow: hidden;
}

.p-voice__swiper .swiper-button-next,
.p-voice__swiper .swiper-button-prev {
  background: none;
  border: none;
  height: 3.5625rem;
  margin: 0;
  width: 1.9375rem;
}

.p-voice__swiper .swiper-button-next::after,
.p-voice__swiper .swiper-button-prev::after {
  background-image: url(/img/voice_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  font-size: 0;
  height: 3.5625rem;
  width: 1.9375rem;
}

.p-voice__swiper .swiper-button-prev::after {
  transform: scaleX(-1);
}

.p-voice__swiper .swiper-button-next {
  right: 1.25rem;
  top: 20%;
}

.p-voice__swiper .swiper-button-prev {
  left: 1.25rem;
  top: 20%;
}

.swiper-pagination {
  margin-top: 1.25rem;
  position: static;
}

.swiper-pagination-bullet {
  height: 1.25rem !important;
  margin: 0 1.125rem !important;
  width: 1.25rem !important;
}

.swiper-pagination-bullet-active {
  background: #353228 !important;
}

/* slide は border-boxでも問題ないが、幅は100%で固定しておく */
.p-voice__swiper .swiper-slide {
  box-sizing: border-box;
  flex-shrink: 0;
  height: auto;
  width: 100%;
}

/* ====== p-voice: Swiperの計算前提を保証（統一版） ====== */
.p-voice__swiper .swiper-wrapper {
  box-sizing: content-box !important;
  /* ★全体のborder-boxをここだけ打ち消す */
  transition-duration: 0.8s !important;
  /* JSのspeed:800ms と合わせる */
  transition-property: transform !important;
  transition-timing-function: ease !important;
  will-change: transform;
}

.p-voice__swiper .swiper-slide {
  box-sizing: border-box;
  flex-shrink: 0;
  height: auto;
  width: 100%;
}

.p-modal {
  background: rgba(255, 255, 255, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.p-modal__block {
  background-color: #FEAEBB;
  border-radius: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27.5rem;
}

.p-modal__wrap {
  padding: 3.75rem 0 2.5rem;
  position: relative;
}

.p-pageTop {
  bottom: 1.875rem;
  cursor: pointer;
  position: fixed;
  right: 1.875rem;
  z-index: 50;
}

.p-pageTop__wrap {
  position: relative;
}

.p-pageTop__wrap img {
  width: 3.125rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}

.p-slider {
  height: 100%;
  width: 100%;
}

.p-slider .swiper-slide {
  overflow: hidden;
}

.p-slider .slide-img {
  height: 100%;
}

.p-slider .slide-img img {
  width: 100%;
}

.p-slider img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

.p-slider .swiper-slide-active .slide-img,
.p-slider .swiper-slide-duplicate-active .slide-img,
.p-slider .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.p-slider .slide-img img {
  display: block;
}

.p-big-results {
  background-color: #fcfaf5;
  padding: clamp(3.125rem, 0.268rem + 14.29vw, 5.625rem) 0;
}

.p-big-results__ttl {
  text-align: center;
}

.p-big-results__content {
  margin-top: 2.5rem;
}

.p-big-results__list {
  display: grid;
  gap: 3.125rem;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  max-width: 62.5rem;
  padding: 1.875rem 2.5rem 0 2.5rem;
}

.p-big-results__item {
  aspect-ratio: 296/430;
}

.p-big-results__item img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-big-results__more-wrap {
  display: none;
  padding-bottom: 2.5rem;
  text-align: center;
}

.p-big-results__more-btn {
  background-color: #fff;
  border: none;
  box-shadow: 1px 1px 20px 0px rgba(65, 17, 0, 0.07);
  color: #1a1a1a;
  cursor: pointer;
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: bold;
  height: 4.875rem;
  padding: 0.9375rem 3.75rem;
  transition: opacity 0.3s;
  width: 100%;
}

.p-big-results__more-btn:hover {
  opacity: 0.8;
}

.p-big-results__text {
  font-size: 14px;
  padding: 30px 30px;
  max-width: 62.5rem;
  display: block;
  margin-inline: auto;
}

.p-footer__privacy:hover {
  text-decoration: underline;
}

.c-cta__tel {
  position: fixed;
  right: 1.875rem;
  bottom: 1.875rem;
  z-index: 100;
  width: auto;
  max-width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: none;
}

.c-cta__tel.is-visible {
  opacity: 1;
  visibility: visible;
}

.c-cta__tel a {
  display: inline-block;
  line-height: 1;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  z-index: 0;
  border-radius: 10px;
}

.c-cta__tel a::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 80%);
  border-radius: 10px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-120%) skewX(-25deg) !important;
  transition: transform 1.6s cubic-bezier(0.2, 0.9, 0.2, 1) !important;
  width: 50%;
  will-change: transform;
  z-index: 2;
}

.c-cta__tel a:hover::before {
  transform: translateX(220%) skewX(-25deg) !important;
}

.c-cta__tel img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.u-base1 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.u-flex {
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: none;
}

.u-sp-only {
  display: none;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}

.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }

  .c-hoverUnderline:hover::after {
    opacity: 1;
  }

  .c-hoverUnderline:hover::after {
    opacity: 1;
  }

  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }

  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }

  .c-imgZoom:hover img {
    transform: scale(1.2);
    transition: transform 0.8s;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}

@media screen and (max-width: 1200px) {
  .p-big-results__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }

  a[href^="tel:"] {
    pointer-events: all;
  }

  .l-sec {
    padding: 5rem 0 6.25rem;
  }

  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }

  .c-cta_btn {
    padding: 0 1.25rem;
  }

  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .c-column2--gap60 {
    gap: 2.5rem;
  }

  .c-column2--gapSp20 {
    gap: 1.25rem;
  }

  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }

  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .c-headline1__main {
    font-size: 1.25rem;
    padding-left: 1.375rem;
  }

  .c-headline1__sub {
    margin-top: 1.625rem;
    padding-left: 1.375rem;
  }

  .p-ending {
    background-size: clamp(25rem, 6.13rem + 94.35vw, 38.563rem), clamp(25rem, 6.13rem + 94.35vw, 38.563rem);
    padding: clamp(3.125rem, 0.268rem + 14.29vw, 5.625rem) 0 clamp(3.75rem, -4.304rem + 40.27vw, 15rem) 0;
  }

  .p-ending__btn {
    margin-top: clamp(-240px, -31.31364vw + 0.22372px, -100px);
    padding: 0 1.25rem;
  }

  .p-faq__inner {
    padding-inline: 1.25rem;
  }

  .p-faq__list {
    gap: 1rem;
    margin-top: 2.5rem;
  }

  .p-faq__item {
    padding-inline: 1.25rem;
  }

  .p-faq__q-wrap {
    gap: 1.25rem;
    padding-block: 1.25rem;
  }

  .p-faq__q {
    gap: 0.75rem;
  }

  .p-faq__q-label {
    font-size: 1.5rem;
  }

  .p-faq__q-ttl {
    font-size: 1rem;
    padding-right: 0;
  }

  .p-faq__toggle {
    height: 2rem;
    width: 2rem;
  }

  .p-faq__toggle-icon {
    width: 1rem;
  }

  .p-faq__toggle-icon::before {
    width: 1rem;
  }

  .p-faq__a {
    gap: 0.75rem;
    padding-block: 1.25rem;
  }

  .p-faq__a-label {
    font-size: 1.5rem;
  }

  .p-faq__a-txt {
    font-size: 0.875rem;
  }

  .p-footer {
    padding: 2.5rem 0 1.875rem 0;
  }

  .p-footer__inner {
    padding: 0 1.25rem;
  }

  .p-footer__content {
    flex-direction: column;
    gap: 1.5rem;
  }

  .p-footer__right {
    display: none;
  }

  .p-footer__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .p-footer__info {
    gap: 0.375rem;
  }

  .p-footer__company {
    font-size: 0.75rem;
  }

  .p-footer__address {
    font-size: 0.75rem;
  }

  .p-footer__tel {
    font-size: 0.75rem;
  }

  .p-footer__mail {
    font-size: 0.75rem;
  }

  .p-footer__license {
    font-size: 0.75rem;
  }

  .p-footer__copyright {
    font-size: 0.625rem;
    margin-top: 3.125rem;
  }

  .p-fv__inner {
    padding: 0 1.25rem;
  }

  .p-fv__txt {
    margin-inline: auto;
    margin-top: 0;
    max-width: 40rem;
    padding: 0.625rem 0;
  }

  .p-fv__dtl {
    font-size: clamp(0.938rem, 0.535rem + 2.01vw, 1.5rem);
  }

  .p-big-results__text {
    padding: 30px 1.25rem 1.25rem;
    font-size: 12px;
  }

  .c-cta__tel {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    z-index: 100;
  }

  .c-cta__tel a {
    display: block;
    border-radius: 0;
  }

  .c-cta__tel a::before {
    border-radius: 0;
  }

  .c-cta__tel img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }

  .p-kyokachu {
    background-image: url(/img/kyokachu_bg_sp.webp);
  }

  .p-onayami {
    background-image: url(/img/onayami_bg_sp.webp);
  }

  .p-reason {
    background-image: url(/img/reason_bg_sp.webp);
  }

  .p-reason__box2__pc {
    display: none;
  }

  .p-reason__box2__sp {
    display: block;
  }

  .p-voice__swiper .swiper-button-next {
    top: 15%;
  }

  .p-voice__swiper .swiper-button-prev {
    top: 15%;
  }

  .p-voice__swiper .swiper-button-next,
  .p-voice__swiper .swiper-button-prev {
    height: 1.6875rem;
    width: 0.9375rem;
  }

  .p-voice__swiper .swiper-button-next::after,
  .p-voice__swiper .swiper-button-prev::after {
    height: 1.6875rem;
    width: 0.9375rem;
  }

  .p-voice__swiper .swiper-button-next {
    right: 1.5rem;
  }

  .p-voice__swiper .swiper-button-prev {
    left: 1.5rem;
  }

  .p-voice__swiper .swiper-button-next {
    right: 0.75rem;
  }

  .p-voice__swiper .swiper-button-prev {
    left: 0.75rem;
  }

  .swiper-pagination-bullet {
    height: 0.75rem !important;
    margin: 0 0.5rem !important;
    width: 0.75rem !important;
  }

  .p-modal__block {
    width: 80%;
  }

  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }

  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }

  .u-font18 {
    font-size: 1rem;
  }

  .u-font20 {
    font-size: 1rem;
  }

  .u-font22 {
    font-size: 1.125rem;
  }

  .u-font24 {
    font-size: 1.125rem;
  }

  .u-mt100 {
    margin-top: 1.875rem;
  }

  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }

  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }

  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }

  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }

  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }

  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }

  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }

  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }

  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }

  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }

  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }

  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }

  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }

  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }

  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }

  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }

  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }

  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }

  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }

  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  .u-sp-only {
    display: inline;
  }

  .u-textMdLeft {
    text-align: Left !important;
  }

  .u-textMdCenter {
    text-align: Center !important;
  }

  .u-textMdRight {
    text-align: Right !important;
  }

  .u-textMdJustify {
    text-align: Justify !important;
  }
}

@media (max-width: 500px) {
  .p-big-results__list {
    gap: 1.875rem;
    grid-template-columns: 1fr;
    padding: 1.25rem 1.25rem 0 1.25rem;
  }

  .p-big-results__item.js-more-item {
    display: none;
  }

  .p-big-results__item.js-more-item.is-show {
    display: block;
  }

  .p-big-results__more-wrap {
    display: block;
    padding: 0 1.25rem;
  }

  .p-big-results__more-wrap.is-hidden {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (any-hover: hover) {
  .p-pageTop__wrap:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }

  .p-pageTop__wrap:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .p-voice__swiper .swiper-wrapper {
    transition-duration: 0.8s !important;
    /* JSの speed:800ms と一致 */
    transition-property: transform !important;
    transition-timing-function: ease !important;
  }
}

/*# sourceMappingURL=sourcemaps/style.css.map */