@charset "UTF-8";
@font-face {
  font-family: "Bahnschrift";
  src: url(../fonts/bahnschrift.ttf) format("truetype");
  font-weight: 600;
}
html {
  font-size: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media (min-width: 1150px) {
  html {
    font-size: 100%;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 4.8125rem;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

span {
  display: inline-block;
}

footer {
  margin-top: auto;
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

span {
  display: inline-block;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

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

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-mv {
  margin-top: 1.25rem;
}

.l-secret {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-secret {
    margin-bottom: 1.875rem;
  }
}

.c-btn01 {
  display: inline-block;
  font-size: max(10px, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#FFF5D7), color-stop(#FFE9A9), to(#B29763));
  background: linear-gradient(90deg, #FFF5D7, #FFE9A9, #B29763);
  padding: 0.8125rem 1.875rem;
  min-width: 27rem;
  border-radius: 1.6875rem;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .8);
          box-shadow: 0 4px 8px rgba(0, 0, 0, .8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .c-btn01.c-btn01--cta {
    min-width: 27rem;
    border-radius: 2.5rem;
  }
}

@media (hover: hover) {
  .c-btn01:hover {
    opacity: 0.7;
  }
}
.c-btn02 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  background-color: #18FF10;
  padding: 1.0625rem 1.5rem 1.0625rem 1.0625rem;
  border-radius: 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .c-btn02 {
    letter-spacing: -1px;
    padding: 1.0625rem 1.25rem 1.0625rem 1.0625rem;
  }
}

.c-btn02::before {
  content: "";
  display: inline-block;
  width: 2.8125rem;
  height: 2.8125rem;
  background: url(../images/icon-arrow-bottom.svg) no-repeat center center/contain;
  margin-right: 0.625rem;
}
.p-company {
  padding-top: 3.75rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-company {
    padding-bottom: 3.75rem;
  }
}

.p-company__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company__title {
    font-size: 2rem;
  }
}

.p-company__body {
  margin-top: 1.875rem;
}

.p-company__item {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #C9C9C9;
  padding: 1.25rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 8.5625rem;
}
@media screen and (min-width: 768px) {
  .p-company__item {
    font-size: 1rem;
    min-height: 5.625rem;
    max-width: 55.375rem;
    margin-inline: auto;
  }
}

.p-company__item:last-child {
  border-bottom: 1px solid #C9C9C9;
}

.p-company__item-title {
  min-width: 17.5rem;
  padding-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-company__item-title {
    padding-left: 5rem;
    min-width: 21.25rem;
  }
}

.p-company__item-detail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-comparison {
  padding-top: 3.25rem;
  padding-bottom: 1.875rem;
}

.p-comparison__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-comparison__title {
    font-size: 2rem;
    line-height: 1.25;
  }
}

.p-comparison__text {
  font-size: max(10px, 1.5625rem);
  font-weight: 700;
  line-height: 1.24;
  text-align: center;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-comparison__text {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-top: 0.1875rem;
  }
}

.p-comparison__img {
  margin-top: 2.375rem;
}

.p-comparison__img img {
  width: 100%;
  height: auto;
}

.p-comparison__table {
  margin-top: 0.625rem;
  border-collapse: collapse;
  width: 100%;
}

.p-comparison__table thead th,
.p-comparison__table thead td {
  border: 1px solid #333;
  padding: 0.8125rem 0.125rem;
  width: 27.9710144928%;
}
@media screen and (min-width: 768px) {
  .p-comparison__table thead th,
  .p-comparison__table thead td {
    width: 27%;
  }
}

.p-comparison__table th,
.p-comparison__table td {
  border: 1px solid #333;
  padding: 0.875rem 0.125rem;
  font-weight: 400;
  width: 27.9710144928%;
}
@media screen and (min-width: 768px) {
  .p-comparison__table th,
  .p-comparison__table td {
    padding: 1.75rem 0.125rem;
    width: 27%;
  }
}

.p-comparison__table th:nth-child(1) {
  width: 16.0869565217%;
}
@media screen and (min-width: 768px) {
  .p-comparison__table th:nth-child(1) {
    width: 18%;
  }
}

.p-comparison__table tbody th:nth-child(1) {
  background-color: #EFEFEF;
}

.p-comparison__table thead th {
  background-color: #C9C9C9;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.p-comparison__table body th {
  background-color: #C9C9C9;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.p-comparison__table tbody td {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.p-comparison__table-logo {
  width: 6rem;
  margin-inline: auto;
}

.p-comparison__table-logo img {
  width: 100%;
  height: auto;
}

.p-comparison__table thead .brown {
  background-color: #B29763;
}

.p-comparison__table tbody .brown {
  background-color: #F9F1E5;
}

.p-contact {
  background: url(../images/bg-contact-sp.jpg) no-repeat center center/cover;
  padding-top: 3.4375rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 1.875rem;
    background: url(../images/bg-contact.jpg) no-repeat center center/cover;
  }
}

.p-contact__inner {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__inner {
    padding-top: 1.5625rem;
    padding-left: 1.5625rem;
    max-width: 55rem;
  }
}

.p-contact__title {
  color: #fff;
  font-size: max(12px, 2.5rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: max(12px, 2rem);
  }
}

.p-contact-form {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-contact-form__item:nth-child(n+2) {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__item:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.p-contact-form__label {
  color: #fff;
  font-size: max(12px, 1.5625rem);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-contact-form__label {
    font-size: max(12px, 1.25rem);
    width: 21%;
    padding-left: 1.125rem;
  }
}

.p-contact-form__input {
  margin-top: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__input {
    width: 80%;
    margin-top: 0;
  }
}

.p-contact-form__input span {
  color: #fff;
  font-size: max(12px, 1.5625rem);
  font-weight: 700;
  background-color: #333;
  padding: 1rem 1.25rem;
  min-width: 9.6875rem;
  text-align: center;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__input span {
    padding: 0.625rem 0.9375rem;
    min-width: 7.75rem;
    font-size: 1.25rem;
  }
}

.p-contact-form__input input {
  padding: 1.125rem 1.5625rem;
  border: none;
  background-color: #fff;
  font-size: max(12px, 1.4375rem);
  font-weight: 400;
  color: #000;
  color: initial;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__input input {
    padding: 0.625rem 2.5rem;
  }
}

.p-contact-form__input input::-webkit-input-placeholder {
  color: #C9C9C9;
  font-weight: 400;
  font-size: max(12px, 1.25rem);
}

.p-contact-form__input input::-moz-placeholder {
  color: #C9C9C9;
  font-weight: 400;
  font-size: max(12px, 1.25rem);
}

.p-contact-form__input input::-ms-input-placeholder {
  color: #C9C9C9;
  font-weight: 400;
  font-size: max(12px, 1.25rem);
}

.p-contact-form__input input::placeholder {
  color: #C9C9C9;
  font-weight: 400;
  font-size: max(12px, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-contact-form__input input::-webkit-input-placeholder {
    font-size: max(12px, 1.25rem);
  }
  .p-contact-form__input input::-moz-placeholder {
    font-size: max(12px, 1.25rem);
  }
  .p-contact-form__input input::-ms-input-placeholder {
    font-size: max(12px, 1.25rem);
  }
  .p-contact-form__input input::placeholder {
    font-size: max(12px, 1.25rem);
  }
}

.p-contact-form__submit {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-form__submit {
    padding-left: 2.1875rem;
  }
}

.p-contact-form__submit input {
  color: #333;
  background-color: #18FF10;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: max(12px, 1.875rem);
  font-weight: 700;
  padding: 0.75rem;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__submit input {
    width: 29.25rem;
    font-size: max(12px, 1.25rem);
  }
}

.p-contact-form__submit input:hover {
  opacity: 0.7;
}

.error_messe {
  color: #fff;
  font-size: 2.25rem;
}
@media screen and (min-width: 768px) {
  .error_messe {
    font-size: max(12px, 1rem);
  }
}

.error_messe:nth-of-type(1) {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .error_messe:nth-of-type(1) {
    margin-top: 1.875rem;
  }
}

.p-cta {
  padding-top: 1.25rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-cta {
    overflow: visible;
  }
}

.p-cta__text {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  max-width: 37.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-cta__text {
    max-width: 100%;
    text-align: center;
    font-size: 1rem;
    padding-bottom: 0.5rem;
  }
}

.p-cta__btn {
  background-color: #333;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2.1875rem;
  margin-top: 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cta__btn {
    text-align: center;
    padding-right: 1.875rem;
  }
}

.p-cta__btn::after {
  content: "";
  display: inline-block;
  width: 21.375rem;
  height: 14.25rem;
  background: url(../images/cta-img.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: calc(50% + 0.3125rem);
}
@media screen and (min-width: 768px) {
  .p-cta__btn::after {
    left: calc(50% + 6.1875rem);
  }
}

.p-faq {
  padding-top: 3.4375rem;
  padding-bottom: 3.75rem;
}

.p-faq__title {
  font-size: max(12px, 2.5rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-faq__title {
    font-size: max(12px, 2rem);
  }
}

.p-faq__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__items {
    grid-template-columns: repeat(2, 1fr);
    margin-inline: auto;
    max-width: 48.125rem;
    margin-inline: auto;
    margin-top: 2.25rem;
  }
}

.p-faq__item {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1.25rem 1.25rem 1.875rem 1.875rem;
  min-height: 24.125rem;
  border: 1px solid #B29763;
}
@media screen and (min-width: 768px) {
  .p-faq__item {
    min-height: 17.5625rem;
    padding: 0.9375rem 1.125rem 0.9375rem 1.125rem;
  }
}

.p-faq__question {
  color: #B29763;
  font-size: max(12px, 1.875rem);
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-faq__question {
    font-size: max(12px, 1.25rem);
  }
}

.p-faq__question::before {
  content: "Q：";
  margin-right: 0.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-faq__answer {
  font-size: max(12px, 1.875rem);
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-faq__answer {
    font-size: max(12px, 1.25rem);
    margin-top: 0.625rem;
  }
}

.p-faq__answer::before {
  content: "A：";
  margin-right: 0.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-faq__text {
  font-size: max(12px, 1.5rem);
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-faq__text {
    font-size: max(12px, 1rem);
    margin-top: 0.25rem;
  }
}

.p-faq__list {
  font-size: max(12px, 1.5rem);
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-faq__list {
    font-size: max(12px, 1rem);
    margin-top: 1.25rem;
  }
}

.p-faq__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-faq__list li span {
  margin-right: 0.3125rem;
  display: inline-block;
}

.p-footer {
  background-color: #333;
  color: #fff;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.p-footer__copy {
  font-size: 1.0625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    font-size: max(12px, 0.75rem);
  }
}

.p-header {
  background-color: #333;
  height: 4.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo {
  width: 11.6875rem;
}

.p-header__logo img {
  width: 100%;
  height: auto;
}

.p-logo-area {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.p-mv {
  height: 55rem;
  background: url(../images/mv-sp.jpg) no-repeat center center/cover;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv {
    height: 34.6875rem;
    background: url(../images/mv.jpg) no-repeat center top/cover;
  }
}

.p-mv__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-mv__body {
  padding-top: 6.25rem;
  margin-top: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__body {
    max-width: 32.25rem;
    margin-inline: auto;
  }
}

.p-mv__lead {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2333333333;
  text-align: center;
  background-color: #18FF10;
  border-radius: 50%;
  width: 10.8125rem;
  height: 10.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv__lead {
    font-size: 1.5625rem;
    line-height: 1.24;
    width: 9rem;
    height: 9rem;
    left: -1.5625rem;
    top: 1.0625rem;
  }
}

.p-mv__box {
  border-radius: 0.625rem;
  max-width: 35.375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__box {
    width: 29.5rem;
  }
}

.p-mv__content {
  background-color: rgba(255, 255, 255, .9);
  padding: 1rem 3.125rem 1rem 2.75rem;
  border-radius: 0.625rem 0.625rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-mv__content {
    padding: 1.25rem 0.625rem 1.25rem 0.625rem;
    border-radius: 0.75rem 0.75rem 0 0;
  }
}

.p-mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-mv__title-row01 {
  font-size: 1.875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-mv__title-row01 {
    font-size: 1.5625rem;
    padding-right: 2.5rem;
  }
}

.p-mv__title-row01 em {
  font-size: 3.75rem;
  font-weight: 700;
  margin-left: 0.3125rem;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-mv__title-row01 em {
    font-size: 3.125rem;
  }
}

.p-mv__title-row02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-top: -2rem;
}
@media screen and (min-width: 768px) {
  .p-mv__title-row02 {
    margin-top: -1.75rem;
  }
}

.p-mv__title-row02 .price {
  font-size: 3.75rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-mv__title-row02 .price {
    font-size: 3.125rem;
  }
}

.p-mv__title-row02 .price em {
  font-family: "Bahnschrift", sans-serif;
  font-size: 7.5rem;
  font-weight: 600;
  line-height: 1;
  font-style: normal;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-mv__title-row02 .price em {
    font-size: 6.25rem;
  }
}

.p-mv__title-row02 .text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  padding-left: 0.625rem;
  padding-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-mv__title-row02 .text {
    font-size: 1.25rem;
    padding-left: 0;
    padding-right: 0.625rem;
    padding-top: 1.25rem;
  }
}

.p-mv__text {
  font-size: max(10px, 1.5rem);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    font-size: 1.25rem;
    font-size: 1rem;
    margin-top: 0rem;
  }
}

.p-mv__btn {
  background-color: #333;
  padding: 1.25rem;
  text-align: center;
  border-radius: 0 0 0.625rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__btn {
    border-radius: 0 0 0.75rem 0.75rem;
  }
}

.p-result {
  padding-top: 5.9375rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-result {
    padding-top: 5.625rem;
  }
}

.p-result__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-result__title {
    font-size: 2rem;
    line-height: 1.25;
  }
}

.p-result__lead {
  font-size: max(10px, 1.5625rem);
  font-weight: 700;
  line-height: 1.24;
  text-align: center;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-result__lead {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-top: 0.1875rem;
  }
}

.p-result__list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-result__list {
    margin-top: 2.375rem;
  }
}

.p-result__item {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-result__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-result__item:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-result__item:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.p-result__item-body {
  padding: 2.25rem 2.5rem 2.4375rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-result__item-body {
    width: 50%;
    padding: 0.875rem 1.25rem 0.875rem 2.75rem;
  }
}

.p-result__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-result__item-title .num {
  color: #C9C9C9;
  font-size: 9.375rem;
  font-weight: semibold;
  line-height: 1;
  font-family: "Bahnschrift", sans-serif;
  min-width: 9.9375rem;
}
@media screen and (min-width: 768px) {
  .p-result__item-title .num {
    font-size: 6.25rem;
    min-width: 6.875rem;
  }
}

.p-result__item-title .num.first {
  letter-spacing: 0.1em;
}

.p-result__item-title .text {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-result__item-title .text {
    padding-left: 0.375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-result__item-title .text span {
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2666666667;
  border-bottom: 5px solid #18FF10;
  padding-bottom: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-result__item-title .text span {
    font-size: 1.25rem;
  }
}

.p-result__item-title .text span:nth-child(n+2) {
  margin-top: 0.625rem;
}

.p-result__item-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-result__item-text {
    font-size: max(10px, 1rem);
    text-align: left;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-result__item-img {
    width: 50%;
  }
}

.p-result__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 14.625rem;
  border-radius: 0 0 0.625rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-result__item-img img {
    border-radius: 0 0.625rem 0.625rem 0;
    min-height: 9.6875rem;
  }
}

.p-secret {
  background: url(../images/bg-secret-sp.jpg) no-repeat center center/cover;
  padding-top: 2.1875rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-secret {
    background: url(../images/bg-secret.jpg) no-repeat center center/cover;
  }
}

.p-secret__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-secret__title {
    font-size: 2rem;
    line-height: 1.25;
  }
}

.p-secret__text {
  font-size: max(10px, 1.5625rem);
  font-weight: 700;
  line-height: 1.24;
  text-align: center;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-secret__text {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-top: 0.1875rem;
  }
}

.p-secret__items {
  margin-top: 3.125rem;
  padding-left: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-secret__items {
    margin-top: 2.375rem;
    margin-left: 21.25rem;
  }
}

.p-secret__item:nth-child(n+2) {
  margin-top: 0.9375rem;
}

.p-secret__item img {
  width: 100%;
  height: auto;
}

.p-secret__item--01 {
  width: 29.5625rem;
  margin-left: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .p-secret__item--01 {
    margin-left: 6.5625rem;
  }
}

.p-secret__item--02 {
  width: 20.0625rem;
  margin-left: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .p-secret__item--02 {
    margin-left: 6.5625rem;
  }
}

.p-secret__item--03 {
  width: 24.8125rem;
  margin-left: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-secret__item--03 {
    margin-left: 4.6875rem;
  }
}

.p-secret__item--04 {
  width: 20.0625rem;
  margin-left: 2.5rem;
}

.p-secret__item--05 {
  width: 29.5625rem;
  margin-left: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .p-secret__item--05 {
    margin-left: 6.5625rem;
  }
}

.p-secret__item--06 {
  width: 20.0625rem;
  margin-left: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .p-secret__item--06 {
    margin-left: 6.5625rem;
  }
}

.p-secret__btn {
  text-align: center;
  margin-top: 16.5625rem;
}
@media screen and (min-width: 768px) {
  .p-secret__btn {
    margin-top: 2rem;
  }
}

.p-tanks {
  background: url(../images/bg-contact-sp.jpg) no-repeat center center/cover;
  height: 100%;
  padding-bottom: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-tanks {
    background: url(../images/bg-contact.jpg) no-repeat center center/cover;
  }
}

.p-thanks__title {
  color: #fff;
  font-size: max(12px, 3.125rem);
  font-weight: 700;
  margin-top: 7.5rem;
  text-align: center;
}

.p-thanks__text {
  color: #fff;
  font-size: max(12px, 2rem);
  font-weight: 700;
  margin-top: 5.625rem;
  margin-bottom: 3.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-thanks__text {
    font-size: max(12px, 1.5rem);
    margin-top: 5rem;
    margin-bottom: 1.875rem;
  }
}

.p-thanks__btn {
  margin-top: 5.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-thanks__btn {
    margin-top: 5rem;
  }
}

.p-thanks__btn a {
  display: inline-block;
  color: #333;
  background-color: #18FF10;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: max(12px, 1.875rem);
  font-weight: 700;
  padding: 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.625rem;
  min-width: 41.875rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__btn a {
    font-size: max(12px, 1.25rem);
    min-width: 29.25rem;
  }
}

.p-confirm {
  background: url(../images/bg-contact.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-confirm {
    background: url(../images/bg-contact-sp.jpg) no-repeat center center/cover;
  }
}

.formTable {
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .formTable {
    margin-top: 5rem;
    max-width: 53.75rem;
    margin-inline: auto;
  }
}

.formTable th {
  color: #fff;
  font-size: max(12px, 1.875rem);
  font-weight: 400;
  text-align: left;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .formTable th {
    font-size: max(12px, 1.5rem);
    width: 30%;
    padding-right: 1.875rem;
    padding-bottom: 0;
  }
}

.formTable td {
  color: #fff;
  font-size: max(12px, 1.875rem);
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .formTable td {
    font-size: max(12px, 1.5rem);
    padding: 1rem 0;
  }
}

.formTable td::before {
  content: "必須";
  color: #fff;
  font-size: max(12px, 1.4375rem);
  font-weight: 700;
  background-color: #333;
  padding: 0.625rem 1.25rem;
  min-width: 7.75rem;
  text-align: center;
  margin-right: 2.5rem;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .formTable td::before {
    padding: 1rem;
    padding: 0.625rem 0.9375rem;
    margin-right: 2.5rem;
  }
}

.formTable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .formTable tr {
    display: table-row;
    padding: 1rem 0;
  }
}

.formTable tr:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .formTable tr:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-contact__submit-confirm {
  text-align: center;
  margin-top: 4.375rem;
}

.p-contact__submit-confirm .back {
  display: inline-block;
  padding: 0.75rem;
  background-color: #fff;
  color: #333;
  font-size: max(12px, 1.875rem);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 1.25rem;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 19.5625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__submit-confirm .back {
    font-size: max(12px, 1.25rem);
    width: 15.3125rem;
  }
}

.p-contact__submit-confirm .submit {
  display: inline-block;
  color: #333;
  background-color: #18FF10;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: max(12px, 1.875rem);
  font-weight: 700;
  padding: 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.625rem;
  width: 19.5625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__submit-confirm .submit {
    font-size: max(12px, 1.25rem);
    width: 15.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__submit-confirm input:hover {
    opacity: 0.7;
  }
}

.p-worry {
  background-color: #EFEFEF;
  padding-top: 4.375rem;
  padding-bottom: 3.4375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-worry {
    padding-top: 3.4375rem;
    padding-bottom: 3.75rem;
  }
}

.p-worry::after {
  content: "";
  display: inline-block;
  width: 6.6875rem;
  height: 2.5625rem;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #EFEFEF;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-worry::after {
    width: 5.5rem;
    height: 2.0625rem;
  }
}

.p-worry__title {
  font-size: max(10px, 2.5rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-worry__title {
    font-size: 2rem;
  }
}

.p-worry__body {
  margin-top: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-worry__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 8.5625rem;
  }
}

.p-worry__img {
  width: 18.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-worry__img {
    width: 15rem;
    margin-inline: initial;
  }
}

.p-worry__img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.p-worry__list {
  width: 38.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-worry__list {
    margin-inline: initial;
  }
}

.p-worry__list-item {
  font-size: max(10px, 1.5625rem);
  font-weight: 700;
  line-height: 1.24;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-worry__list-item {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}

.p-worry__list-item::before {
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  background: url(../images/icon-check.svg) no-repeat center center/contain;
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-worry__list-item::before {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.625rem;
  }
}

.p-worry__list-item:nth-child(n+2) {
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-worry__list-item:nth-child(n+2) {
    margin-top: 0.9375rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */


/* wordpress change css */
span.wpcf7-form-control-wrap {
  background-color: transparent;
  padding: 0;
}
.wpcf7-form-control-wrap input {
  width: 100%;
}
.wpcf7-not-valid-tip {
  margin-top: 20px;
}