@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
/* 共通パーツ */
.c-title {
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
}
.c-title.-brown {
  color: #754c24;
}
.c-title.border-bottom {
  position: relative;
  padding-block-end: 20px;
  margin-block-end: 20px;
}
.c-title.border-bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 68px;
  height: 1px;
  background-color: #f15a24;
}
.c-title-m {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.c-title-m span {
  color: #f15a24;
}
.c-title-m .border-bottom {
  border-bottom: 1px solid currentColor;
}
.c-title small {
  font-size: 1.4rem;
  display: block;
  margin-block-end: 0.5em;
}

.c-text-m {
  font-size: 2rem;
  text-align: center;
}
.c-bg-brown {
  padding-block: 40px;
  background-color: #eee8e0;
}
.c-bg-brown02 {
  padding-block: 40px;
  background-color: #fff7eb;
}
.caption {
  margin-block-start: 1em;
  font-size: 1.2rem;
  max-width: 338px;
  margin-inline: auto;
}
.caption + .c-text-m {
  margin-block-start: 40px;
}
.caption + .c-title-m {
  margin-block-start: 40px;
}
.c-cta {
  margin-block: 40px;
  text-align: center;
}
.c-cta-note {
  font-size: 1.7rem;
}
.c-cta-link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  height: 65px;
  width: 100%;
  margin-inline: auto;
  font-size: 1.5rem;
  gap: 2em;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: clip;
  border-radius: 10px;
  margin-block-end: 30px;
  transition: all 0.3s ease;
}
.c-cta-link:hover {
  scale: 1.1;
}
.c-cta-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 900%;
  height: 900%;
  background: linear-gradient(to right, #a67c52 50%, #754c24 50%);
  z-index: -1;
  rotate: 45deg;
}
/* 各セクション */
.p-index {
  max-width: 446px;
  width: 100%;
  margin-inline: auto;
  overflow: clip;
}
.p-index__kv {
  position: relative;
  min-height: 790px;
  z-index: 1;
  overflow: clip;
}
.p-index__kv__bg {
  position: absolute;
  top: -10px;
  left: 50%;
  translate: -50% 0;
  width: 737px;
  z-index: -1;
}
.p-index__kv__obi01 {
  padding-block-start: 30px;
  font-size: 4.2rem;
  color: #754c24;
  display: grid;
  gap: 30px;
}

.p-index__kv__obi01 p {
  background-color: #fff;
  width: fit-content;
  padding: 0.2em 0.5em;
  translate: -20px 0;
  opacity: 0;
}
.p-index__kv__obi01 p.is-active {
  translate: 0 0;
  opacity: 1;
}
.p-index__kv__obi01 p:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-index__kv__obi01 p:nth-of-type(2) {
  transition-delay: 0.3s;
}

.p-index__kv__obi01 p small {
  font-size: 2rem;
  writing-mode: vertical-rl;
}
.p-index__kv__obi02 {
  padding-block-start: 65px;
  font-size: 3.7rem;
  color: #fff;
  display: grid;
}
.p-index__kv__obi02 p {
  background-color: #a67c52;
  width: fit-content;
  padding: 0.2em 0.5em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  translate: -20px 0;
  opacity: 0;
}
.p-index__kv__obi02 p.is-active {
  translate: 0 0;
  opacity: 1;
}
.p-index__kv__obi02 p:nth-of-type(1) {
  transition-delay: 0.4s;
}
.p-index__kv__obi02 p:nth-of-type(2) {
  transition-delay: 0.5s;
}
.p-index__kv__obi02 p small {
  font-size: 3.2rem;
}
.p-index__kv__obi02 p:nth-of-type(1) {
  rotate: -2deg;
  margin-inline-start: 0.2em;
}
.p-index__kv__obi02 p:nth-of-type(2) {
  margin-block-start: 0.1em;
  margin-inline-start: 1em;
  rotate: 2deg;
}
.p-index__kv__copy {
  margin-block-start: 43px;
  position: relative;
  text-align: center;
  rotate: -20deg;
  opacity: 0;
  transition-delay: 0.6s;
}
.p-index__kv__copy.is-active {
  rotate: 0deg;
  opacity: 1;
}
.p-index__kv__copy {
  max-width: 390px;
  margin-inline: auto;
  z-index: 1;
}
.p-index__kv__copy::before {
  position: absolute;
  content: "";
  top: 44%;
  left: 50%;
  translate: -50% -50%;
  background-color: #f15a24;
  opacity: 0.9;
  width: 200%;
  height: 90%;
  transform: rotate(-10deg);
  z-index: -1;
}
.p-index__kv__logo .text {
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
}
.p-index__kv__logo .logo {
  max-width: 376px;
  margin-inline: auto;
}
.p-index__recommended {
  padding-block: 35px 28px;
  background-color: #eee8e0;
}
.p-index__recommended__title {
  font-size: 2.7rem;
  text-align: center;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  line-height: 1.5;
  margin-block-end: 25px;
}
.p-index__recommended__title::before,
.p-index__recommended__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 1px;
  background-color: #fd9600;
}
.p-index__recommended__title::before {
  left: -0.5em;
  rotate: -16deg;
}
.p-index__recommended__title::after {
  right: -0.5em;
  rotate: 16deg;
}
.p-index__recommended__item {
  margin-block-start: -20px;
}
.p-index__recommended__arrow {
  max-width: 115px;
  margin-inline: auto;
}
.p-index__recommended__copy {
  font-size: 2.2rem;
  text-align: center;
  line-height: 2;
}
.p-index__recommended__copy .emphasis01 {
  color: #a67c52;
}

.p-index__recommended__copy .emphasis02 {
  color: #f15a24;
  font-weight: 700;
}
.p-index__recommended__copy .emphasis03 {
  color: #a67c52;
  font-weight: 700;
}

.p-index_problem {
  padding-block: 44px;
  background-color: #eee8e0;
  text-align: center;
}
.p-index_problem__title01 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-index_problem__title01 span {
  color: #a67c52;
}
.p-index_problem__list {
  margin-block-start: 20px;
}
.p-index_problem__caption {
  margin-block: 1em;
  font-size: 1.1rem;
  text-align: left;
  width: fit-content;
  margin-inline: auto;
  line-height: 1.5;
}
.p-index_problem__item__heading {
  margin-block-start: 1em;
  font-size: 2.1rem;
  font-weight: 700;
  color: #333;
}
.p-index_problem__title02 {
  margin-block-start: 16px;
  font-size: 2.7rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
}
.p-index_problem__title02 small {
  font-weight: normal;
}
.p-index_problem__title02 span {
  color: #a67c52;
}
.p-index__recommended__copy {
  margin-block-start: 40px;
  font-size: 2.2rem;
}
.p-index__recommended__copy span {
  font-weight: 700;
}
.p-index__recommended__copy ruby {
  font-weight: 700;
  color: #f15a24;
}
.p-index_reason {
  text-align: center;
  padding-block: 50px 0;
  background-color: #fff7eb;
}
.p-index_reason__title01 {
  position: relative;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #754c24;
  padding-block-end: 26px;
  margin-block-end: 26px;
}
.p-index_reason__title01::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background-color: #f7931e;
  translate: -50% 0;
  bottom: 0;
  left: 50%;
}
.p-index_reason__title01 span {
  font-size: 3rem;
  color: #f7931e;
}
.p-index_reason__title02 {
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-index_reason__list {
  margin-block-start: 30px;
}
.p-index_reason__item__heading {
  font-size: 2.1rem;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-block-end: 20px;
}
.p-index_reason__item__heading img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  z-index: -1;
}
.p-index_reason__item__note {
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-index_reason__item__note span {
  color: #f7931e;
}
.p-index_reason__item__title03 {
  margin-block-start: 50px;
  font-size: 3rem;
}
.p-index_reason__item__link {
  margin-inline-start: auto;
  display: block;
  width: fit-content;
  color: #000;
  font-size: 1.1rem;
  margin-block-start: 1em;
}
.p-index_reason__item__title04 {
  margin-block-start: 50px;
  font-size: 3.4rem;
  font-weight: 700;
  color: #a67c52;
  rotate: -9deg;
}
.p-index_reason__item__copy {
  margin-inline: -27px;
}
.p-index_usage {
  padding-block: 1px 40px;
  background-color: #eee8e0;
}
.p-index_usage__pic01 {
  margin-block-start: 16px;
  max-width: 338px;
  margin-inline: auto;
}
.p-index_usage__pic02 {
  margin-block-start: 10px;
  max-width: 242px;
  margin-inline: auto;
}
.p-index__recommended__copy + .c-text-m {
  margin-block-start: 30px;
}
.p-index_greetings {
  padding-block: 40px;
}
.p-index_greetings__text {
  font-size: 1.4rem;
  line-height: 2;
}
.p-index_greetings__copy {
  margin-block: 34px 10px;
  font-size: 1.7rem;
  line-height: 1.5;
}
.p-index_greetings__copy small {
  font-size: 1.4rem;
}
.p-index_reviews__list {
  display: grid;
  gap: 17px;
  margin-block-start: 23px;
  line-height: 1.5;
}
.p-index_reviews__name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #754c24;
}
.p-index_reviews__img {
  max-width: 80px;
}
.p-index_reviews__comment {
  font-size: 1.2rem;
}
/* .swiper {
  width: 600px;
  height: 300px;
} */
.p-index_voices {
  padding-block: 50px;
}
.p-index_voices {
}
.p-index_voices__slider {
  position: relative;
  margin-block-start: 30px;
}
.swiper-slide {
  position: relative;
  padding-block-start: 66px;
}
.p-index_voices__slider .name {
  font-size: 2.2rem;
  text-align: center;
  position: absolute;
  white-space: nowrap;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.swiper-button-next,
.swiper-button-prev {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  aspect-ratio: 1/1;
  background-color: #666666;
  color: #fff;
  border-radius: 100vmax;
  padding: 15px;
}
.swiper-button-next {
  translate: 50% 0;
}
.swiper-button-prev {
  translate: -50% 0;
}
.swiper-pagination {
  margin-block-start: 1em;
  position: relative;
}
.swiper-pagination-bullet-active {
  background-color: #000;
}
.p-index_content {
  text-align: center;
}
.p-index_content__title {
  font-size: 2.8rem;
  color: #a67c52;
  line-height: 1.2;
  text-align: center;
}
.p-index_content__title.-fees {
  color: #754c24;
}
.p-index_content__title ruby {
  font-size: 3.6rem;
  color: #f15a24;
  font-weight: 700;
}
.p-index_content__list {
  width: fit-content;
  text-align: left;
  margin-inline: auto;
  line-height: 1.5;
  margin-block-start: 1.5em;
  font-size: 1.2rem;
}
.p-index_content__lead {
  font-size: 2.8rem;
  color: #a67c52;
  font-weight: 700;
  margin-block-start: 1em;
  line-height: 1.5;
}
.p-index_content__flow {
  margin-block-start: 25px;
  gap: 70px;
  display: grid;
  max-width: 342px;
  margin-inline: auto;
}
.p-index_content__flow__item {
  position: relative;
  background-color: #fff;
  display: grid;
  grid-template-columns: 37px auto;
  align-items: center;
  padding: 20px;
  line-height: 1.5;
}
.p-index_content__flow__item::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  translate: -50% 100%;
  width: 30px;
  height: 26px;
  background: #a67c52;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-index_content__flow__item:last-child::before {
  display: none;
}
.p-index_content__flow__item .label {
  font-size: 1.5rem;
  display: inline-block;
  background-color: #754c24;
  color: #fff;
  border-radius: 10px;
  padding: 0.2em 0.5em;
  grid-column: 1/2;
  grid-row: 1/3;
  translate: -30px 0;
  min-width: 67px;
}
.p-index_content__flow__item .label.-main {
  background-color: #f15a24;
}
.p-index_content__flow__item .head {
  font-size: 2rem;
  font-weight: 700;
}
.p-index_content__flow__item .text {
  font-size: 1.5rem;
}
.p-index_questions {
  padding-block: 50px;
}
.p-index_questions__list {
  margin-block-start: 50px;
  display: grid;
  gap: 10px;
}
.p-index_questions__question {
  background-color: #fff7eb;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  padding: 1em;
}
.p-index_questions__question span {
  font-size: 2.6rem;
  min-width: 50px;
  text-align: left;
}
.p-index_questions__answer {
  background-color: #f2f2f2;
  font-size: 1.3rem;
  padding: 1em;
  display: none;
}
.p-index_questions__answer.open {
  display: flex;
}
.p-index_questions__answer span {
  font-size: 2.6rem;
  min-width: 50px;
}
.p-index_questions__question .arrow {
  margin-inline-start: auto;
  min-width: fit-content;
  rotate: 90deg;
  transform-origin: center;
}
.p-index_questions__question.active .arrow {
  rotate: -90deg;
  translate: -10px 0;
}
.p-index_fees__img {
  margin-block-start: 16px;
  background-color: #fff;
  padding-block-end: 40px;
}
.p-index_fees__more {
  display: grid;
  place-content: center;
  width: 220px;
  color: #fff;
  font-size: 1.5rem;
  background-color: #f15a24;
  height: 36px;
  margin-inline: auto;
  margin-block: 20px 0;
  transition: all 0.3s ease;
  border: 1px solid #f15a24;
}
.p-index_fees__more:hover {
  color: #d94e1a;
  background-color: #fff;
}
.p-index_form__other {
  padding-block-start: 50px;
  margin-block-start: 50px;
  border-top: 1px solid #000000;
}
.p-index_form__other__link {
  max-width: 342px;
  width: 100%;
  height: 53px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #808080;
  border: 1px solid #808080;
  transition: all 0.3s ease;
}
.p-index_form__other__link:hover {
  color: #808080;
  background-color: #fff;
}
.p-index_form__other__note {
  font-size: 1.8rem;
  padding-block: 10px 140px;
  line-height: 1.5;
  text-indent: -1em;
  padding-inline-start: 1em;
}
.p-index_form {
  margin-block-start: 60px;
}
.p-index_form .c-title {
  margin-block-end: 60px;
}
.p-index_form label {
  display: block;
  margin-block-start: 0.5em;
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-index_form input,
.p-index_form select,
.p-index_form textarea {
  margin-block-start: 1em;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  color: #000;
  padding: 1em;
  width: 100%;
}
.wpcf7cf-hidden + .c-title,
.p-index_form p + .c-title {
  margin-block-start: 48px;
}
.p-index_form .wpcf7-submit {
  font-size: 1.8rem;
  background-color: #f15a24;
  color: #fff;
  border: 1px solid #f15a24;
  transition: all 0.3s ease;
}
.p-index_form .wpcf7-submit:hover {
  background-color: #fff;
  color: #f15a24;
}
.p-index_form__policy {
  height: 335px;
  overflow: scroll;
  border: 1px solid #ccc;
  padding: 1em;
  line-height: 1.5;
  margin-block-end: 40px;
}
.c-required {
  color: #ff0000;
}
.c-red-text {
  font-size: 1.2rem;
  color: #c1272d;
  max-width: 140px;
  width: 100%;
}
.c-form-text-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-border {
  color: #f15a24;
  text-decoration: underline;
}
.c-ani {
  transition: all 1s ease;
}
.c-fadein {
  opacity: 0;
  translate: 0 20px;
}
.c-fadein.is-active {
  opacity: 1;
  translate: 0 0;
}

.p-index_form .c-form-privacy * {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
}

.p-index_form .c-form-privacy label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
