@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Moul&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body,
h1, h2, h3, h4, h5, h6,
p,
ol, ul,
figure,
blockquote,
dl, dd {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  cursor: pointer;
  padding: 0;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 1rem;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #333;
  background-color: #f5f5f5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

h2 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #0F0000;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding: 0 30px;
  }
}
.l-header .c-btn-mail__icon {
  width: 35px;
}
.l-header .c-btn-contact {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  margin-top: 0;
}
.l-header .c-btn-contact .c-btn-contact__text {
  font-size: 18px;
  margin-top: -5px;
}

.p-footer {
  background-color: #1A1311;
  color: #fff;
  padding: 60px 30px 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 40px 15px 30px;
  }
}
.p-footer__logo {
  max-width: 250px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    max-width: 200px;
    margin-bottom: 20px;
  }
}
.p-footer__logo img {
  width: 100%;
  height: auto;
}
.p-footer__info {
  margin-bottom: 25px;
}
.p-footer__address {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    font-size: 12px;
  }
}
.p-footer__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
}
.p-footer__copyright small {
  font-size: 13px;
  letter-spacing: 0.1em;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright small {
    font-size: 11px;
  }
}

.c-btn-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background-color: #ff0000;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn-contact {
    font-size: 14px;
    padding: 10px;
  }
}
.c-btn-contact:hover {
  opacity: 0.8;
}
.c-btn-contact__icon {
  width: 32px;
  height: 32px;
  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;
}
.c-btn-contact__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-btn-contact__text {
  font-size: 16px;
  line-height: 1;
}

.c-btn-tel {
  display: block;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 15px 15px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-btn-tel:hover {
  opacity: 0.8;
}
.c-btn-tel img {
  width: 100%;
  max-width: 380px;
  height: auto;
  margin: 0 auto 10px;
}
.c-btn-tel__time {
  display: inline-block;
  background-color: #5d3b1e;
  color: #fff;
  font-size: 12px;
  padding: 4px 15px;
  border-radius: 20px;
  font-weight: bold;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}

.c-btn-mail {
  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;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  gap: 15px;
  background-color: #ff0000;
  color: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn-mail {
    font-size: 19px;
  }
}
.c-btn-mail:hover {
  opacity: 0.8;
}
.c-btn-mail__icon {
  width: 60px;
}
.c-btn-mail__icon img {
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-btn-mail {
    font-size: 20px;
  }
}
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #0F0000;
}
.p-header__inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 80px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    height: 60px;
    padding: 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-header__logo {
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 100px;
  }
}
.p-header__logo a {
  display: block;
}
.p-header__logo img {
  width: 100%;
  height: auto;
}
.p-header__nav {
  margin-left: auto;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #0F0000;
    padding: 80px 20px;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
    margin: 0;
    z-index: 100;
  }
  .p-header__nav.is-open {
    right: 0;
  }
}
.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-header__list a {
  color: #fff;
}
.p-header__list a:hover {
  color: #f2a60f;
}
.p-header__cta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-header__hamburger {
  position: relative;
  z-index: 110;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
.p-header__hamburger-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-header__hamburger-line::before, .p-header__hamburger-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: inherit;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-header__hamburger-line::before {
  top: -8px;
}
.p-header__hamburger-line::after {
  top: 8px;
}
.p-header__hamburger[aria-expanded=true] .p-header__hamburger-line {
  background-color: transparent;
}
.p-header__hamburger[aria-expanded=true] .p-header__hamburger-line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  background-color: #fff;
}
.p-header__hamburger[aria-expanded=true] .p-header__hamburger-line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-header__list {
    gap: 10px;
  }
  .js-drawer li {
    width: 100%;
    border: 1px solid #fff;
  }
  .js-drawer li a {
    display: block;
    color: #fff;
    padding: 0.5em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 769px) {
  .p-header__hamburger {
    margin-left: auto;
  }
  .p-header__nav {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-header__inner {
    padding: 0 20px;
  }
  .p-header__logo {
    width: 110px;
  }
  .l-header .c-btn-contact {
    margin-top: 0;
    font-size: 12px;
    padding: 10px;
  }
  .p-header__list {
    font-size: 12px;
    gap: 7px;
  }
  .l-header .c-btn-contact .c-btn-contact__text {
    font-size: 13px;
  }
  .l-header .c-btn-mail__icon {
    width: 23px;
  }
  .p-header__nav {
    margin-right: 10px;
  }
}
.js-drawer .c-btn-contact {
  margin-top: 1em;
}

.p-mv {
  position: relative;
  padding: 0 30px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding: 0 15px;
    margin-top: 60px;
  }
}
.p-mv::after {
  content: "";
  width: 100%;
  height: 94%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/body-bg.jpg);
}
.p-mv__inner {
  max-width: 1400px;
  margin: auto;
}
.p-mv__photo {
  max-width: 1200px;
  position: relative;
  z-index: 10;
  margin: 0 auto -100px;
}
.p-mv__photo img {
  width: 100%;
  height: auto;
}

.p-cta {
  background-color: #190606;
  padding: 40px 30px 40px;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 15px 15px;
  }
}
.p-cta {
  text-align: center;
}
.p-cta__title {
  max-width: 450px;
  margin: 0 auto 15px;
}
.p-cta__title img {
  width: 100%;
}
.p-cta__lead {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-decoration: underline;
}
.p-cta__lead span {
  color: #f2ff59;
}
@media screen and (max-width: 767px) {
  .p-cta__lead {
    font-size: 16px;
  }
}
.p-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-cta__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.p-cta__btn-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-cta__btn-wrap > a {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-mv + .p-cta {
  padding-top: 120px;
}

.p-scene {
  position: relative;
  padding: 100px 30px;
}
@media screen and (max-width: 767px) {
  .p-scene {
    padding: 30px 15px;
  }
}
.p-scene {
  background: url("../images/body__bg.webp") center center/cover no-repeat;
  overflow: hidden;
}
.p-scene__inner {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: auto;
}
.p-scene__head {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
.p-scene__title-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  z-index: -1;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-scene__title-bg {
    width: 200px;
  }
}
.p-scene__title {
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #951515;
  letter-spacing: 0.1em;
}
.p-scene__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  list-style: none;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-scene__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
.p-scene__item {
  aspect-ratio: 1/1;
  background: linear-gradient(45deg, #fff9d9 0%, #fffced 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-scene__item {
    font-size: 21px;
  }
}
.p-scene__item {
  line-height: 1.4;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  color: #5C3011;
}
.p-scene__item::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background: url("../images/icon-check.svg") center center/contain no-repeat;
  margin-bottom: 8px;
}
.p-scene__photo {
  position: absolute;
  z-index: 0;
  width: 30%;
}
.p-scene__photo--left {
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-scene__photo--right {
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-scene__photo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .p-scene__photo {
    display: none;
  }
}

.p-check {
  position: relative;
  padding: 40px 0;
  background: url("../images/body__bg__02.jpg") center center/cover no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-check {
    padding: 80px 0;
  }
}
.p-check__inner {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .p-check__inner {
    padding: 0 30px;
  }
}
.p-check__head {
  text-align: center;
  margin-bottom: 40px;
}
.p-check__title {
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-check__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-check__title {
    font-size: 32px;
  }
}
.p-check__title-top {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 5px;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .p-check__title-top {
    font-size: 27px;
  }
}
.p-check__title-top .u-text-orange {
  position: relative;
  font-size: 62px;
}
@media screen and (max-width: 767px) {
  .p-check__title-top .u-text-orange {
    font-size: 32px;
  }
}
.p-check__title-top .u-text-orange::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
.p-check__badge {
  position: absolute;
  width: 100px;
  top: -60px;
  left: -80px;
  height: auto;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media screen and (max-width: 767px) {
  .p-check__badge {
    width: 45px;
    top: -25px;
    left: -30px;
  }
}
.p-check__title-bottom {
  font-weight: 900;
}
.p-check__list {
  list-style: none;
  max-width: 1000px;
  margin: auto;
}
.p-check__item {
  position: relative;
  padding: 15px 0 15px 60px;
  font-size: 29px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-check__item {
    font-size: 19px;
  }
}
.p-check__item:last-child {
  border-bottom: none;
}
.p-check__item::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("../images/check.png") center center/contain no-repeat;
}
.p-check__answer {
  margin-top: 30px;
  text-align: center;
}
.p-check__arrow {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #951515;
  margin: 0 auto 0px;
}
.p-check__answer-text {
  font-size: 48px;
  font-weight: bold;
  color: #951515;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-check__answer-text {
    font-size: 30px;
  }
}
.p-check__illust {
  position: absolute;
  z-index: 0;
  width: 15vw;
  opacity: 0.4;
}
.p-check__illust--left {
  left: -9vw;
  top: 10%;
}
.p-check__illust--right {
  right: -9vw;
  top: 10%;
}
.p-check__illust img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .p-check__illust {
    width: 150px;
  }
}

.u-text-red {
  color: #ff0000 !important;
}

.u-small {
  font-size: 0.8em;
}

.p-reason {
  position: relative;
  padding: 100px 15px;
  background: #fff;
  overflow: hidden;
}
.p-reason__inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}
.p-reason__head {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-reason__head {
    margin-bottom: 25px;
  }
}
.p-reason__title-wrap {
  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;
  gap: 20px 5vw;
}
@media screen and (max-width: 767px) {
  .p-reason__title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-reason__title-img {
  width: 27.8333333333vw;
}
@media screen and (max-width: 767px) {
  .p-reason__title-img {
    width: 80%;
  }
}
.p-reason__title-img img {
  width: 100%;
  max-width: 100%;
}
.p-reason__title-group {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-reason__title-group {
    max-width: 80%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
.p-reason__title-eng {
  display: block;
  width: 220px;
  margin-bottom: -15px;
  margin-left: -35px;
}
@media screen and (max-width: 767px) {
  .p-reason__title-eng {
    margin-left: -35px;
  }
}
.p-reason__title-eng img {
  width: 100%;
}
.p-reason__title {
  font-size: 60px;
  font-weight: bold;
  border-bottom: 3px solid #951515;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-reason__title {
    font-size: 30px;
  }
}
.p-reason__title .u-text-red {
  font-size: 75px;
}
@media screen and (max-width: 767px) {
  .p-reason__title .u-text-red {
    font-size: 36px;
  }
}
.p-reason__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px 20px;
  list-style: none;
  margin-top: -10vh;
}
@media screen and (max-width: 767px) {
  .p-reason__list {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-reason__item {
  position: relative;
  background-color: #fff9e5;
  border-radius: 8px;
  padding: 15px;
  -webkit-box-shadow: 0 4px 4px #F5F3DA;
          box-shadow: 0 4px 4px #F5F3DA;
}
.p-reason__item:after {
  content: "";
  background: #F2EC97;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.p-reason__item-label {
  position: absolute;
  top: -12px;
  left: -10px;
  background-color: #D17434;
  color: #fff;
  font-weight: bold;
  padding: 4px 12px;
  z-index: 2;
  font-family: "Namdhinggo", serif;
  font-weight: 600;
  line-height: 1.1;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  font-size: 20px;
}
.p-reason__item-label small {
  font-size: 16px;
}
.p-reason__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.p-reason__item-img {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-reason__item-img img {
  width: 100%;
}
.p-reason__item-text {
  font-weight: bold;
  line-height: 1.4;
  font-size: 19px;
  color: #5C3011;
}
.p-reason__voice {
  margin-top: 60px;
  border: 2px solid #333;
  background-color: #fff;
  padding: 15px;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
}
.p-reason__voice-badge {
  position: absolute;
  top: -30px;
  left: 30px;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .p-reason__voice-badge {
    left: -15px;
    top: -45px;
  }
}
.p-reason__voice-badge {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.p-reason__voice-badge img {
  width: 100%;
}
.p-reason__voice-text {
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .p-reason__voice-text {
    font-size: 20px;
  }
}
.p-reason__voice-text {
  font-weight: bold;
  line-height: 1.6;
}
.p-reason__deco {
  position: absolute;
  z-index: 0;
  width: 250px;
  pointer-events: none;
}
.p-reason__deco--top-left {
  top: 50px;
  left: 0;
  width: 30vw;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-reason__deco--top-left {
    width: 300px;
    top: 0;
  }
}
.p-reason__deco--bottom-right {
  bottom: 50px;
  right: 0;
  width: 30vw;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-reason__deco--bottom-right {
    bottom: -10px;
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__deco--bottom-right {
    width: 300px;
    bottom: -15px;
  }
}
.p-reason__deco img {
  width: 100%;
  height: auto;
}

.p-plan {
  position: relative;
  padding: 100px 30px;
}
@media screen and (max-width: 767px) {
  .p-plan {
    padding: 30px 15px;
  }
}
.p-plan {
  background: #F7F3EB;
  overflow: hidden;
}
.p-plan__inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.p-plan__lead-box {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-plan__lead-box {
    margin-bottom: 25px;
  }
}
.p-plan__lead-caution {
  color: #951515;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-plan__lead-caution {
    font-size: 20px;
  }
}
.p-plan__lead-desc {
  background-color: #fff;
  padding: 20px;
  display: inline-block;
  text-align: left;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-plan__lead-desc {
    padding: 25px 40px;
    font-size: 18px;
  }
}
.p-plan__category {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-plan__category {
    margin-top: 0;
  }
}
.p-plan__category--orange .p-plan__category-title {
  background-color: #D17434;
}
.p-plan__category--orange .p-plan__category-title.yellow {
  background-color: #ddc80d;
}
.p-plan__category--orange .p-plan__category-text {
  color: #D17434;
}
.p-plan__category-title {
  background-color: #951515;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 15px;
  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;
  gap: 15px;
  border-radius: 0;
  margin-bottom: 1em;
}
.p-plan__category-title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-plan__category-title div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-plan__category-title small {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-plan__category-title {
    font-size: 29px;
  }
}
.p-plan__category-icon {
  width: 32px;
  height: auto;
}
.p-plan__category-intro {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 4px 4px;
}
.p-plan__category-catch {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-plan__category-catch {
    font-size: 20px;
  }
}
.p-plan__category-text {
  color: #D17434;
  font-weight: bold;
  font-size: 17px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-plan__category-text {
    text-align: center;
    font-size: 20px;
  }
}
.p-plan__deco {
  position: absolute;
  z-index: 0;
  width: 25vw;
  pointer-events: none;
  opacity: 0.3;
}
.p-plan__deco--left {
  left: -100px;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .p-plan__deco--left {
    display: none;
  }
}
.p-plan__deco--right {
  right: -80px;
  top: 150px;
}
@media screen and (max-width: 767px) {
  .p-plan__deco--right {
    top: 50px;
  }
}
.p-plan__deco img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-reason__list {
    margin-top: 0;
  }
  .p-reason__title-img {
    width: 47vw;
  }
  .p-reason__voice-text {
    font-size: 30px;
  }
}
.p-plan__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 40px;
}
.p-plan__cards--orange .p-plan__card-title {
  background-color: #D17434;
  color: #fff;
}
.p-plan__cards--orange .p-plan__card-title.yellow {
  background-color: #ddc80d;
  color: #fff;
}
.p-plan__cards--orange .p-plan__card-recommend-ttl,
.p-plan__cards--orange .p-plan__card-recommend-icon,
.p-plan__cards--orange .p-plan__card-recommend-list li::before {
  color: #D17434;
}
.p-plan__cards--orange .p-plan__card-recommend-ttl.yellow,
.p-plan__cards--orange .p-plan__card-recommend-icon.yellow,
.p-plan__cards--orange .p-plan__card-recommend-list.yellow li::before {
  color: #ddc80d;
}
.p-plan__cards--orange .p-plan__card-recommend-menu {
  background: #fffee6;
  padding: 1em;
}
.p-plan__cards--orange .p-plan__card-recommend-menu p {
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-plan__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.p-plan__card {
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-plan__card {
    max-width: 48.5%;
  }
}
.p-plan__card-header {
  position: relative;
}
.p-plan__card-label {
  position: absolute;
  top: 0;
  left: 15px;
  width: 70px;
  z-index: 2;
}
.p-plan__card-img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-top: -5px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.p-plan__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-plan__card-body {
  padding: 20px;
}
.p-plan__card-title {
  background: #951515;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 0;
  padding: 0.5em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-plan__card-title {
    margin-bottom: 0;
  }
}
.p-plan__card-title-icon {
  width: 24px;
  height: auto;
}
.p-plan__card-title-icon-rec {
  width: 40px;
  height: auto;
}
.p-plan__card-info {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-plan__card-info {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-plan__card-info {
    font-size: 20px;
  }
}
.p-plan__card-tags {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFBC9));
  background: linear-gradient(transparent 60%, #FFFBC9 60%);
  padding: 5px 0;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.5;
  font-weight: 900;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-plan__card-tags {
    font-size: 17px;
  }
}
.p-plan__card-recommend-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #951515;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
.p-plan__card-recommend-icon {
  font-size: 1.2em;
  color: #951515;
  line-height: 1;
}
.p-plan__card-recommend-list {
  list-style: none;
  padding-left: 15px;
}
.p-plan__card-recommend-list li {
  position: relative;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 18px;
}
.p-plan__card-recommend-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #ff0000;
}

.p-ranking {
  position: relative;
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding-bottom: 40px;
  }
}
.p-ranking {
  overflow: hidden;
  background-color: #F7F3EB;
}
.p-ranking__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}
.p-ranking__head {
  margin-bottom: 60px;
  background: url("../images/ranking-bg.png") center center/cover no-repeat;
  padding: 80px 0;
}
.p-ranking__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-ranking__title-group {
  position: relative;
  display: inline-block;
}
.p-ranking__title-eng {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-ranking__title-eng {
    width: 300px;
  }
}
.p-ranking__title-eng img {
  width: 100%;
  height: auto;
}
.p-ranking__title {
  font-size: 48px;
  font-weight: bold;
  color: #D17434;
  border-bottom: 3px solid #9e1a1a;
  padding-bottom: 5px;
  display: inline-block;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-ranking__title {
    font-size: 30px;
  }
}
.p-ranking__content {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-ranking__lead-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  margin: 0 auto 25px;
  display: block;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-ranking__lead-box {
    font-size: 16px;
  }
}
.p-ranking__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-ranking__cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-ranking__card {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  text-align: left;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.p-ranking__card-header {
  position: relative;
}
.p-ranking__card-medal {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 70px;
  z-index: 3;
}
.p-ranking__card-img {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.p-ranking__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-ranking__card-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #951515;
  color: #fff;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 17px;
}
.p-ranking__card-title {
  padding: 15px 20px;
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-ranking__card--rank01 .p-ranking__card-title {
  background-color: #DBD8A5;
  color: #5C3011;
}
.p-ranking__card--rank02 .p-ranking__card-title {
  background-color: #CCCBC4;
  color: #2C2826;
}
.p-ranking__card--rank03 .p-ranking__card-title {
  background-color: #AE866B;
  color: #fff;
}
.p-ranking__card-title-icon {
  width: 18px;
}
.p-ranking__card-body {
  padding: 20px;
}
.p-ranking__card-tags {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff9e5));
  background: linear-gradient(transparent 60%, #fff9e5 60%);
  font-weight: 900;
  margin-bottom: 15px;
  font-size: 20px;
}
.p-ranking__card-recommend-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: bold;
  color: #d97d41;
  margin-bottom: 8px;
  font-size: 18px;
}
.p-ranking__card-title-icon-rec {
  width: 36px;
}
.p-ranking__card-recommend-list {
  list-style: none;
}
.p-ranking__card-recommend-list li {
  position: relative;
  padding-left: 15px;
  font-weight: 900;
  font-weight: bold;
}
.p-ranking__card-recommend-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #d97d41;
}
.p-ranking__card-desc {
  padding: 1em;
  background-color: #FEFDEF;
  font-size: 15px;
  line-height: 1.7;
}
.p-ranking__card-desc .u-text-red {
  color: #951515 !important;
}

.p-ranking__card--rank02 .p-ranking__card-badge {
  background-color: #6E6868;
}

.p-ranking__card--rank03 .p-ranking__card-badge {
  background-color: #D17434;
}

.p-voice {
  background-color: #FFFCED;
  padding: 80px 15px;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding: 40px 30px;
  }
}
.p-voice__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.p-voice__head {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice__head {
    margin-bottom: 25px;
  }
}
.p-voice__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-voice__title-group {
  position: relative;
  display: inline-block;
}
.p-voice__title-eng {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 280px;
  z-index: -1;
  pointer-events: none;
  opacity: 0.5;
}
.p-voice__title-eng img {
  width: 100%;
  height: auto;
}
.p-voice__title {
  font-size: 48px;
  font-weight: bold;
  color: #121212;
  border-bottom: 4px solid #9e1a1a;
  padding-bottom: 5px;
  display: inline-block;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    font-size: 30px;
  }
}
.p-voice__title span {
  color: #D17434;
}
.p-voice__title {
  letter-spacing: 0.1em;
}
.p-voice__content {
  margin-top: 40px;
}
.p-voice__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-voice__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 20px;
    text-align: center;
  }
}
.p-voice__user-img {
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-voice__user-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-voice__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-voice__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-voice__meta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-voice__user-name {
  font-weight: bold;
  font-size: 18px;
}
.p-voice__stars {
  color: #ffe082;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.p-voice__text {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}

.p-achievements {
  padding: 0 0 80px;
  background-color: #F9F4E3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-achievements {
    padding-bottom: 40px;
  }
}
.p-achievements__content {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-achievements__content {
    padding: 0 15px;
  }
}
.p-achievements::after {
  width: 40vw;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  background: url(../images/ilust.png) no-repeat center top/cover;
  opacity: 0.25;
}
.p-achievements__inner {
  position: relative;
  z-index: 2;
}
.p-achievements__head {
  margin-bottom: 60px;
  background: url("../images/achivements-bg.jpg") center center/cover no-repeat;
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-achievements__head {
    padding: 40px 0;
  }
}
.p-achievements__title-group {
  position: relative;
  display: inline-block;
}
.p-achievements__title-eng {
  position: absolute;
  top: -10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 440px;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-achievements__title-eng {
    width: 240px;
  }
}
.p-achievements__title-eng img {
  width: 100%;
  height: auto;
}
.p-achievements__title {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-achievements__title {
    font-size: 30px;
  }
}
.p-achievements__title span {
  font-size: 75px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-achievements__title span {
    font-size: 40px;
  }
}
.p-achievements__title span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 6px;
  background-color: #FEF682;
}
.p-achievements__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-achievements__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-achievements__img-wrap {
  position: relative;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-achievements__img-wrap {
    width: 100%;
  }
}
.p-achievements__number {
  position: absolute;
  top: -15px;
  left: 20px;
  width: 60px;
  height: 60px;
  background-color: #d97d41;
  color: #fff;
  border-radius: 50%;
  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;
  font-size: 30px;
  font-weight: bold;
  z-index: 2;
  font-family: "Moul", serif;
}
.p-achievements__img {
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 1.2/1;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
.p-achievements__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-achievements__body {
  position: relative;
  width: 55%;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-achievements__body {
    width: 100%;
    margin-top: 20px;
  }
}
.p-achievements__stamp {
  position: absolute;
  top: -25px;
  right: 15px;
  width: 110px;
  opacity: 0.6;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-achievements__stamp {
    width: 90px;
  }
}
.p-achievements__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.p-achievements__user-name {
  font-weight: bold;
}
.p-achievements__stars {
  color: #f5d35b;
  font-size: 18px;
}
.p-achievements__text {
  font-size: 18px;
  line-height: 2.1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-achievements__text {
    font-size: 17px;
  }
}
.p-achievements__list--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-achievements__list--sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
}
.p-achievements__card {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 30px;
}
.p-achievements__card-number {
  position: absolute;
  top: 0;
  left: 20px;
  width: 60px;
  height: 60px;
  background-color: #d97d41;
  color: #fff;
  border-radius: 50%;
  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;
  font-size: 30px;
  font-weight: bold;
  z-index: 2;
  font-family: "Moul", serif;
}
.p-achievements__card-body {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 30px 30px;
  height: 100%;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
.p-achievements__card-stamp {
  position: absolute;
  top: -25px;
  right: 15px;
  width: 110px;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-achievements__card-stamp {
    width: 90px;
  }
}
.p-achievements__card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.p-achievements__card-user {
  font-weight: bold;
  font-size: 16px;
}
.p-achievements__card-stars {
  color: #f5d35b;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.p-achievements__card-text {
  font-size: 18px;
  line-height: 2.1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-achievements__card-text {
    font-size: 17px;
  }
}

.p-flow {
  padding: 80px 30px;
  background-color: #f9f7f2;
  color: #5C3011;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 40px 15px;
  }
}
.p-flow__head {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-flow__head {
    margin-bottom: 15px;
  }
}
.p-flow__title {
  font-size: 48px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  color: inherit;
  color: #190606;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: 30px;
  }
}
.p-flow__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #9e1a1a;
}
.p-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.p-flow__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    width: 100%;
  }
}
.p-flow__item:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -15px;
  bottom: 25px;
  color: #d97d41;
  font-size: 30px;
  font-weight: bold;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-flow__item:not(:last-child)::after {
    content: "↓";
    right: auto;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-flow__item-step {
  display: block;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-flow__item-step {
    font-size: 18px;
  }
}
.p-flow__item-step {
  color: inherit;
  margin-bottom: 0;
  font-family: "Alfa Slab One", serif;
}
.p-flow__item-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 10px;
  width: 100%;
  min-height: 100px;
  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;
  text-align: center;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
.p-flow__item-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  color: inherit;
}
.p-flow__item-text .u-text-small {
  font-size: 13px;
  font-weight: normal;
}
.p-flow__note {
  text-align: center;
  margin-top: 25px;
  font-size: 13px;
  color: inherit;
}
.p-flow__foot {
  margin-top: 0;
  text-align: center;
}
.p-flow__foot-text {
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (max-width: 767px) {
  .p-flow__foot-text {
    font-size: 20px;
  }
}

.p-reservation {
  position: relative;
  overflow: hidden;
  background-color: #FFFEEE;
  color: #000;
  padding: 80px 30px;
}
@media screen and (max-width: 767px) {
  .p-reservation {
    padding: 40px 15px;
  }
}
.p-reservation__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-reservation__inner h2 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.p-reservation__illust {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 250px;
  z-index: 1;
  opacity: 0.6;
  pointer-events: none;
}
.p-reservation__illust img {
  width: 100%;
  height: auto;
}
.p-reservation__illust--left {
  left: 0;
}
.p-reservation__illust--right {
  width: 400px;
  right: 0;
}
@media (max-width: 1200px) {
  .p-reservation__illust {
    width: 150px;
    opacity: 0.3;
  }
}
@media screen and (max-width: 767px) {
  .p-reservation__illust {
    display: none;
  }
}
.p-reservation__head {
  text-align: center;
  margin-bottom: 40px;
}
.p-reservation__title {
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}
.p-reservation__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #9e1a1a;
}
.p-reservation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-reservation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-reservation__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  -webkit-box-shadow: 0 3px 15px rgba(242, 236, 151, 0.4);
          box-shadow: 0 3px 15px rgba(242, 236, 151, 0.4);
  border: 1px solid rgba(92, 48, 17, 0.1);
}
.p-reservation__item-head {
  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;
  gap: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #d97d41;
  padding-bottom: 10px;
}
.p-reservation__item-head i {
  font-size: 24px;
  color: #d97d41;
}
.p-reservation__icon {
  font-size: 24px;
  color: #d97d41;
}
.p-reservation__item-title {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-reservation__item-title {
    font-size: 20px;
  }
}
.p-reservation__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-reservation__text {
    font-size: 17px;
  }
}
.p-reservation__text .u-text-small {
  font-size: 13px;
  font-weight: normal;
}
.p-reservation__text .u-text-orange {
  color: #d97d41;
}
.p-reservation__text .u-text-indent {
  display: block;
  text-align: right;
  padding-left: 1em;
  font-size: 12px;
}

.p-faq {
  padding: 80px 30px;
  background-color: #fff;
  color: #5C3011;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 40px 15px;
  }
}
.p-faq__head {
  text-align: center;
  margin-bottom: 60px;
}
.p-faq__title {
  font-size: 48px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  color: #190606;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: 30px;
  }
}
.p-faq__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #9e1a1a;
}
.p-faq__list {
  max-width: 1000px;
  margin: 0 auto;
}
.p-faq__item {
  border-bottom: 1px solid #eee;
}
.p-faq__item:first-child {
  border-top: 1px solid #eee;
}
.p-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  cursor: pointer;
  position: relative;
}
.p-faq__label {
  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;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 5px;
  font-family: "Allerta", sans-serif;
  font-weight: 900;
  font-size: 25px;
  margin-right: 20px;
}
.p-faq__label--q {
  background-color: #f5e88e;
  color: #D17434;
  padding-bottom: 5px;
}
.p-faq__label--a {
  background-color: #9e1a1a;
  color: #fff;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-faq__label {
    width: 32px;
    height: 32px;
    font-size: 18px;
    margin-right: 12px;
  }
}
.p-faq__question-text {
  font-size: 18px;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .p-faq__question-text {
    font-size: 17px;
    padding-right: 20px;
    line-height: 1.5;
  }
}
.p-faq__toggle-icon {
  font-size: 24px;
  color: #d97d41;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-faq__toggle-icon {
    font-size: 20px;
  }
}
.p-faq__item.is-open .p-faq__toggle-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-faq__item.is-open .p-faq__toggle-icon::before {
  content: "\f1af";
}
.p-faq__answer {
  display: none;
  padding-bottom: 25px;
}
.p-faq__answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-faq__answer-text {
  font-size: 17px;
  line-height: 1.8;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .p-faq__answer-text {
    font-size: 16px;
  }
}
.p-faq__answer-text .u-text-small {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-faq__answer-text .u-text-small {
    font-size: 11px;
  }
}

.p-contact {
  padding: 100px 30px;
  background: url(../images/body-bg.jpg) no-repeat center center/cover;
  color: #5C3011;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 60px 15px;
  }
}
.p-contact__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.p-contact__tel-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 20px 20px;
  text-align: center;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-card {
    padding: 30px 15px 15px;
  }
}
.p-contact__tel-title {
  max-width: 500px;
  margin: 0 auto 0.5em;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-title {
    max-width: 250px;
  }
}
.p-contact__tel-image {
  max-width: 600px;
  margin: 0 auto 15px;
}
.p-contact__tel-image img {
  width: 100%;
  height: auto;
}
.p-contact__tel-time {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 20px;
  border-radius: 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-time {
    font-size: 10px;
    padding: 4px 12px;
  }
}
.p-contact__line {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-contact__line {
    margin-bottom: 25px;
  }
}
.p-contact__line-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  background-color: #06C755;
  color: #fff;
  width: 100%;
  max-width: 500px;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-shadow: 0 4px 15px rgba(6, 199, 85, 0.3);
          box-shadow: 0 4px 15px rgba(6, 199, 85, 0.3);
  border-bottom: 4px solid #0EB841;
  line-height: 1.5;
}
.p-contact__line-btn:hover {
  opacity: 0.85;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
  .p-contact__line-btn {
    font-size: 18px;
    padding: 14px 15px;
  }
}
.p-contact__line-icon {
  font-size: 52px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-contact__line-icon {
    font-size: 24px;
  }
}

.p-form {
  max-width: 1000px;
  margin: 0 auto;
  color: #5C3011;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-form {
    padding-bottom: 0;
  }
}
.p-form__item {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 30px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #efefef;
}
@media screen and (max-width: 767px) {
  .p-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 15px 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.p-form__label-container {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-form__label-container {
    width: 100%;
    margin-bottom: 12px;
  }
}
.p-form__label {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    font-size: 17px;
  }
}
.p-form__tag {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
}
.p-form__tag--required {
  background-color: #f18d1d;
}
.p-form__input-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.p-form .wpcf7-form-control-wrap {
  width: 100%;
}
.p-form__input, .p-form__textarea {
  width: 100%;
  border: none;
  background-color: #eee;
  padding: 15px 20px;
  border-radius: 4px;
  font-size: 16px;
  color: inherit;
  outline: none;
}
.p-form__input::-webkit-input-placeholder, .p-form__textarea::-webkit-input-placeholder {
  color: #aaa;
}
.p-form__input::-moz-placeholder, .p-form__textarea::-moz-placeholder {
  color: #aaa;
}
.p-form__input:-ms-input-placeholder, .p-form__textarea:-ms-input-placeholder {
  color: #aaa;
}
.p-form__input::-ms-input-placeholder, .p-form__textarea::-ms-input-placeholder {
  color: #aaa;
}
.p-form__input::placeholder, .p-form__textarea::placeholder {
  color: #aaa;
}
.p-form__input:focus, .p-form__textarea:focus {
  background-color: #e5e5e5;
}
.p-form input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}
.p-form__textarea {
  height: 180px;
  resize: vertical;
}
.p-form__privacy {
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-form__privacy {
    margin: 0 auto 15px;
  }
}
.p-form__privacy a {
  color: #5C3011;
  text-decoration: underline;
}
.p-form__privacy .wpcf7-list-item {
  margin: 0;
}
.p-form__submit-container {
  text-align: center;
}
.p-form__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #D17434;
  color: #fff;
  border: none;
  width: 100%;
  max-width: 450px;
  padding: 20px;
  font-size: 27px;
  font-weight: bold;
  border-radius: 50px;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 0 #d17511;
          box-shadow: 0 4px 0 #d17511;
}
.p-form__submit:hover {
  opacity: 0.9;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 2px 0 #d17511;
          box-shadow: 0 2px 0 #d17511;
}
@media screen and (max-width: 767px) {
  .p-form__submit {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-form .p-form__submit-container {
    max-width: 320px;
    margin: 0 auto;
  }
}

.p-privacy {
  max-width: 1000px;
  margin: 100px auto 0;
  line-height: 1.8;
  color: #333;
  padding: 80px 30px;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 40px 15px;
  }
}
.p-privacy h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.p-privacy h3 {
  font-size: 17px;
  font-weight: bold;
  margin: 25px 0 15px;
}
.p-privacy p {
  margin-bottom: 15px;
}
.p-privacy ul {
  margin-bottom: 20px;
  padding-left: 1.5em;
}
.p-privacy ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}

.p-thanks {
  background-color: #f9f7f2;
  padding: 100px 30px;
  color: #5C3011;
  min-height: 60dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 60px 15px;
  }
}
.p-thanks__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.p-thanks__content {
  background-color: #fff;
  border-radius: 15px;
  padding: 60px 40px;
  text-align: center;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .p-thanks__content {
    padding: 40px 20px;
  }
}
.p-thanks__icon {
  font-size: 64px;
  color: #f18d1d;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-thanks__icon {
    font-size: 48px;
  }
}
.p-thanks__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 20px;
  }
}
.p-thanks__text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 14px;
  }
}
.p-thanks__text p {
  margin-bottom: 15px;
}
.p-thanks__tel {
  margin-bottom: 50px;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.p-thanks__tel-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-thanks__tel-link {
    font-size: 20px;
  }
}

.return-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.return-top.is-show {
  opacity: 1 !important;
  visibility: visible !important;
}

@media screen and (max-width: 767px) {
  .return-top {
    width: 35px;
    height: 35px;
    right: 15px;
    bottom: 15px;
    font-size: 14px;
  }
}
.p-404 {
  padding: 100px 15px;
  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;
  min-height: 60vh;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-404 {
    margin-top: 40px;
  }
}
.p-404__inner {
  width: 100%;
}
.p-404__content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.p-404__title {
  font-size: clamp(60px, 10vw, 120px);
  font-weight: 700;
  line-height: 1;
  color: #e0e0e0;
  margin-bottom: 10px;
}
.p-404__subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-404__subtitle {
    font-size: 20px;
  }
}
.p-404__text {
  line-height: 1.8;
  margin-bottom: 40px;
  color: #333;
}
.p-404__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-404__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #D17434;
  color: #fff;
  padding: 16px 40px;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
  font-weight: 600;
}
.p-404__btn:hover {
  opacity: 0.8;
}

body {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
body.is-loaded {
  opacity: 1;
}

.u-text-orange {
  color: #D17434 !important;
}

.u-show-sp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-show-sp-block {
    display: inline;
  }
}

.u-text-bold {
  font-weight: bold;
}

.u-text-vertical-center {
  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;
  height: 100%;
}

.u-color-black {
  color: #333;
}

.u-color-orange-mid {
  color: #D17434;
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}