@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "ZenOldMincho", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.mincho {
  font-family: "ZenOldMincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  margin: 0;
}

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

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.outer-block {
  min-width: 1240px;
}

.inner-block {
  position: relative;
  width: auto;
  padding: 0 1.25rem;
}

#wrapper {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: clamp(105px, 25vw, 145px);
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}
@font-face {
  src: url(../font/ZenOldMincho-Regular.woff2) format("woff2");
  font-family: "ZenOldMincho";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/ZenOldMincho-SemiBold.woff2) format("woff2");
  font-family: "ZenOldMincho";
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url(../font/ZenOldMincho-Bold.woff2) format("woff2");
  font-family: "ZenOldMincho";
  font-weight: 700;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.header {
  width: 100%;
  max-width: 640px;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  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;
  padding: 0.75rem;
}
.header.is-open {
  background: #F6EFE0;
}
.header.is-scroll {
  background: rgba(255, 255, 255, 0.5);
}
.header__logo {
  width: 27.7333333333vw;
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.1rem;
}
.header__nav {
  position: absolute;
  top: clamp(58px, 13vw, 95px);
  left: 0;
  width: 100%;
  height: auto;
  background: #F6EFE0;
}
.header__nav .inner-block {
  padding: clamp(10px, 2.6666666667vw, 17.0666666667px) clamp(20px, 5.3333333333vw, 34.1333333333px) clamp(20px, 5.3333333333vw, 34.1333333333px) clamp(20px, 5.3333333333vw, 34.1333333333px);
}
.header__nav-item a {
  color: #614715;
  font-size: clamp(16px, 4.2666666667vw, 27.3066666667px);
}

.header__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.38rem;
}

.header__btn-item {
  display: block;
  width: clamp(60px, 16vw, 100px);
}
.header__btn-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__nav-item + .header__nav-item {
  margin-top: clamp(10px, 2.6666666667vw, 17.0666666667px);
}

.header__menu-btn {
  margin-left: 0.95rem;
  width: clamp(17px, 4vw, 25px);
}
.header__menu-btn img {
  display: block;
  width: 100%;
  height: auto;
}

.header__menu-icon-close {
  width: 1.1rem;
  height: auto;
}

.footer {
  text-align: center;
  color: #614715;
  font-size: clamp(10px, 1.2vw, 14px);
  padding-top: clamp(0.15rem, 0.6vw, 0.25rem);
}

.paging-area {
  font-size: 0;
  padding: 50px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paging-area > * {
  border: 1px solid blue;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: blue;
  background: #fff;
  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;
  font-size: 14px;
  margin: 0 5px 5px;
  padding: 0 4px;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.paging-area .back {
  padding: 0 32px;
}

.paging-area .page-numbers.current {
  background: blue;
  color: #fff;
}

.paging-area .page-numbers.dots {
  border-color: transparent;
  min-width: 1px;
  margin: 0;
}

.paging-area .next.page-numbers,
.paging-area .prev.page-numbers {
  position: relative;
}

.paging-area .next.page-numbers:before,
.paging-area .prev.page-numbers:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../img/common/ico-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.paging-area .next.page-numbers:hover:before,
.paging-area .prev.page-numbers:hover:before {
  background-image: url("../img/common/ico-arrow-wt.svg");
}

.paging-area .prev.page-numbers:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#pagetop {
  z-index: 100;
}
#pagetop a {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 62px;
  background-color: #e9a2af;
}
#pagetop img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 2px;
}

/*------------------------------------------------------------------------------
  animation
------------------------------------------------------------------------------*/
.anm-list > * {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.anm-list > *.is-animated {
  -webkit-animation: fadeInUp 1.5s forwards;
  animation: fadeInUp 1.5s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/*------------------------------------------------------------------------------
  original
------------------------------------------------------------------------------*/
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.p-top {
  position: relative;
}

.p-bottom-menu {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 640px;
  background: url(../img/menu-bg.jpg) no-repeat;
  background-size: cover;
  padding: 0.9rem 0 0.9rem;
  z-index: 999;
}
.p-bottom-menu__ttl {
  text-align: center;
  width: clamp(147px, 39.2vw, 280px);
  margin: 0 auto;
  margin-bottom: clamp(7px, 1.8vw, 10px);
}
.p-bottom-menu__ttl img {
  width: 100%;
  height: 100%;
}

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

.p-cta {
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.p-cta.top {
  padding-top: 3.6rem;
}
.p-cta__bg {
  grid-area: 1/1;
}
.p-cta__list {
  grid-area: 1/1;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  padding-bottom: 1.63rem;
}

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

.p-sec01 {
  position: relative;
}
.p-sec01::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/sec01-bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  inset: 0;
}
.p-sec01__ttl {
  padding-top: clamp(30px, 8vw, 40px);
}
.p-sec01__img {
  margin-top: 0.75rem;
}
.p-sec01__campaign {
  margin-top: 1.45rem;
}
.p-sec01__bottom {
  position: relative;
  margin-top: 1.4rem;
}

.p-bg02 {
  background: url(../img/p-bg02.jpg) no-repeat;
  margin-top: -2.5rem;
}

.p-choice {
  padding-top: 3.5rem;
}
.p-choice__ttl {
  text-align: center;
  width: clamp(150px, 54.4vw, 204px);
  margin: 0 auto;
}
.p-choice__ttl img {
  width: 100%;
  height: 100%;
}
.p-choice__list {
  margin-top: 0.65rem;
}

.c-list01.two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.c-list01__wrap {
  position: relative;
}
.c-list01__body {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  margin-top: clamp(-27px, -4.2vw, -16px);
}
.c-list01__ttl {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.c-list01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-list01__btn {
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.c-ttl01__main {
  display: block;
  text-align: center;
  width: clamp(234px, 43vw, 350px);
  margin: 0 auto;
}
.c-ttl01__main img {
  width: 100%;
  height: 100%;
}
.c-ttl01__sub {
  display: block;
  margin-top: clamp(20px, 6vw, 25px);
  text-align: center;
  width: clamp(334px, 89.0667vw, 600px);
  margin: 0 auto;
}
.c-ttl01__sub img {
  width: 100%;
  height: 100%;
}

.p-reason {
  padding-bottom: 3.8rem;
}

.c-cont-list {
  padding-top: 3.8rem;
}
.c-cont-list__li + .c-cont-list__li {
  margin-top: 3.8rem;
}
.c-cont-list__ttl {
  width: clamp(137px, 23vw, 200px);
}
.c-cont-list__ttl.big {
  width: clamp(194px, 28vw, 230px);
}
.c-cont-list__ttl img {
  width: 100%;
  height: 100%;
}
.c-cont-list__cap {
  margin-top: clamp(14px, 3.7vw, 18px);
  font-size: clamp(14px, 3.7vw, 16px);
  color: #614715;
  line-height: 1.8;
}
.c-cont-list__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.3rem;
}
.c-cont-list__img {
  margin-left: clamp(-28px, -27vw, -32px);
  width: clamp(193px, 51vw, 280px);
}
.c-cont-list__txt {
  margin-left: clamp(-36px, -9.6vw, -45px);
  line-height: 1.6;
  font-size: clamp(12px, 3.2vw, 14px);
  letter-spacing: 0;
}
.c-cont-list__txt .c-check-list__li {
  font-weight: 600;
  color: #614715;
  line-height: 1.6;
}
.c-cont-list__txt .c-check-list__li::before {
  inset: clamp(3px, 1vw, 3px) 0;
}
.c-cont-list__txt .c-check-list .c-check-list__li + .c-check-list__li {
  margin-top: clamp(4px, 1.6vw, 8px);
}
.c-cont-list__case {
  margin-top: 1.75rem;
}
.c-cont-list__faq {
  margin-top: 2.1rem;
}

.c-case__ttl {
  margin: 0 auto;
  width: clamp(334px, 89.0667vw, 600px);
}
.c-case__ttl img {
  width: 100%;
  height: 100%;
}
.c-case__img {
  margin-top: 1.55rem;
  margin-right: clamp(42px, 11.3vw, 50px);
  margin-left: clamp(42px, 11.3vw, 50px);
}
.c-case__img.era {
  margin-right: 0;
  margin-left: 0;
}
.c-case__cap {
  color: #614715;
  font-size: clamp(10px, 2.667vw, 18px);
  line-height: 2;
  margin-top: 0.9rem;
}
.c-case__cap .bold {
  font-weight: bold;
}
.c-case__cap.top {
  margin-top: 0.95rem;
}
.c-case__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.4rem;
  margin-right: 1.4rem;
  margin-left: 1.4rem;
}

.c-faq__ttl {
  text-align: center;
}

.c-check-list.white .c-check-list__li::before {
  background: url(../img/check_white.svg) no-repeat;
  background-size: contain;
}
.c-check-list__li {
  padding-left: 1.5rem;
  position: relative;
}
.c-check-list__li::before {
  display: block;
  content: "";
  background: url(../img/check.svg) no-repeat;
  background-size: contain;
  width: clamp(19px, 5vw, 23px);
  height: clamp(17px, 4.3vw, 20px);
  position: absolute;
  inset: clamp(3px, 1vw, 8px) 0;
}
.c-check-list__li .small {
  font-size: clamp(9px, 2.4vw, 14px);
}

.c-faq__ttl {
  width: clamp(334px, 89.0667vw, 600px);
  margin: 0 auto;
}
.c-faq__ttl img {
  width: 100%;
  height: 100%;
}
.c-faq__item .c-faq__item-a {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: block-size 0.4s ease, opacity 0.4s ease;
  transition: block-size 0.4s ease, opacity 0.4s ease;
  contain: layout;
}
.c-faq__item[open] .c-faq__item-dec {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.c-faq__item[open] .c-faq__item-a {
  block-size: auto;
  opacity: 1;
}
.c-faq__item-q {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
  padding: clamp(11px, 3vw, 14px) clamp(10px, 2.6vw, 12px);
}
.c-faq__item-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background: #FFF8ED;
  padding: clamp(11px, 3vw, 14px) clamp(10px, 2.6vw, 12px);
  border-radius: 0 0 0.4rem 0.4rem;
}
.c-faq__item-big {
  font-size: clamp(24px, 6.4vw, 32px);
  width: clamp(1.5rem, 7.68vw, 2.4rem);
  background: -webkit-gradient(linear, left top, right bottom, from(#7C5B1D), color-stop(#D28A00), to(#7C5B1D));
  background: linear-gradient(to right bottom, #7C5B1D, #D28A00, #7C5B1D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.c-faq__item-ttl {
  font-size: clamp(12px, 3.2vw, 20px);
  padding-left: 0.8vw;
  width: calc(100% - clamp(1.5rem, 7.68vw, 2.4rem) - clamp(0.5rem, 2.987vw, 1rem));
  line-height: 1.7;
  color: #614715;
}
.c-faq__item-ttl.anser {
  width: calc(100% - clamp(1.5rem, 7.68vw, 2.4rem));
}
.c-faq__item-dec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-appeal {
  background: url(../img/appeal-bg.jpg) no-repeat;
  background-size: cover;
  padding: 3.5rem 0;
}
.p-appeal__ttl {
  text-align: center;
  width: clamp(147px, 39.2vw, 280px);
  margin: 0 auto;
}
.p-appeal__ttl img {
  width: 100%;
  height: 100%;
}
.p-appeal__cont {
  margin-top: 2.2rem;
}

.c-appeal-list__li + .c-appeal-list__li {
  margin-top: 2.75rem;
}
.c-appeal-list__ttl {
  width: clamp(200px, 79.2vw, 320px);
}
.c-appeal-list__ttl img {
  width: 100%;
  height: 100%;
}
.c-appeal-list__cap {
  margin-top: 1.9rem;
  color: #fff;
  font-size: clamp(12px, 3.2vw, 16px);
  line-height: 2;
}
.c-appeal-list__list {
  margin-top: 0.4rem;
}
.c-appeal-list__list .c-list02 {
  color: #fff;
}
.c-appeal-list__list .c-list02__li {
  line-height: 2;
}
.c-appeal-list__list .c-check-list .c-check-list__li + .c-check-list__li {
  margin-top: 0.9rem;
}
.c-appeal-list__img {
  margin-top: 1.7rem;
}

.c-list02__li {
  padding-left: 0.7rem;
  position: relative;
  font-size: clamp(10px, 3.242vw, 15px);
}
.c-list02__li::before {
  display: block;
  content: "・";
  position: absolute;
  inset: 0 -0.3rem;
}

.p-case {
  overflow: hidden;
  padding: 2.2rem 0 0;
}
.p-case__ttl {
  text-align: center;
}
.p-case__btn {
  margin: 0 auto;
  margin-top: 0.9rem;
}
.p-case__btn img {
  width: 100%;
  height: 100%;
}
.p-case__slide {
  margin-top: 1.2rem;
}
.p-case__slide .swiper {
  overflow: initial;
}

.c-slide-list__li.swiper-slide-active .c-slide-list__cap {
  opacity: 1;
  visibility: visible;
}
.c-slide-list__li.swiper-slide-active .c-slide-list__img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-slide-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -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;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.c-slide-list__cap {
  margin-top: 0.58rem;
  margin-right: -2rem;
  margin-left: -2rem;
  opacity: 0;
  visibility: hidden;
  font-size: clamp(9px, 2.4vw, 14px);
  color: #614715;
  line-height: 2;
}
.c-slide-list__cap .bold {
  font-weight: bold;
}
.c-swiper-wrap {
  position: relative;
}
.c-swiper-wrap .swiper-button-prev,
.c-swiper-wrap .swiper-button-next {
  position: absolute;
  top: 18%;
  z-index: 999;
  width: 3rem;
  height: 3rem;
}
.c-swiper-wrap .swiper-button-next {
  right: 0.1rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-doctor {
  background: url(../img/doctor-bg.jpg) no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding: 2rem 0 3.2rem;
}
.p-doctor__ttl {
  text-align: center;
}

.p-flow {
  background: url(../img/flow-bg.jpg) no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding: 3.5rem 0 5rem;
}
.p-flow__ttl {
  text-align: center;
}
.c-flow-list__li:last-child .c-flow-list__cap::before {
  display: none;
}
.c-flow-list__li + .c-flow-list__li {
  margin-top: 0.5rem;
}
.c-flow-list__ttl {
  width: clamp(88px, 23vw, 120px);
}
.c-flow-list__ttl.big {
  width: clamp(334px, 40vw, 444px);
}
.c-flow-list__ttl.big02 {
  width: clamp(235px, 35vw, 340px);
}
.c-flow-list__ttl.middle {
  width: clamp(123px, 35vw, 190px);
}
.c-flow-list__ttl img {
  width: 100%;
  height: 100%;
}
.c-flow-list__cap {
  font-size: clamp(12px, 3.2vw, 20px);
  line-height: 2rem;
  color: #614715;
  padding-left: 3.65rem;
  position: relative;
}
.c-flow-list__cap::before {
  display: block;
  content: "";
  width: 0.1rem;
  height: calc(100% - 0.5rem);
  background: -webkit-gradient(linear, left top, left bottom, from(#7C5B1D), color-stop(#D28A00), to(#7C5B1D));
  background: linear-gradient(#7C5B1D, #D28A00, #7C5B1D);
  position: absolute;
  top: 0.5rem;
  left: 1.3rem;
}
.c-flow-list__cap .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFE9A8));
  background: linear-gradient(transparent 60%, #FFE9A8 60%);
}
.c-flow-list__list {
  display: block;
  padding-left: 4rem;
}

.p-price {
  background: url(../img/price-bg.jpg) no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding-bottom: 1.4rem;
}
.p-price__img01 {
  margin-top: 2.5rem;
}
.p-price__ttl {
  margin-top: 2.75rem;
  text-align: center;
}
.p-price__cont {
  margin-top: 1.6em;
}

.p-access {
  background: url(../img/access-bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 1.4rem;
}
.p-access__ttl {
  text-align: center;
}
.p-access__table {
  margin-top: 1.3rem;
}
.p-access__map {
  margin-top: 1.1rem;
}
.p-access__link {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-access__link .link {
  display: inline-block;
}
.p-access__link img {
  display: block;
}

.c-access-table {
  width: 100%;
}
.c-access-table tr:first-child * {
  padding-top: 0;
}
.c-access-table th,
.c-access-table td {
  color: #614715;
  padding: 0.6rem;
  border-bottom: solid 1px #614715;
}
.c-access-table th {
  width: clamp(72px, 19.2vw, 120px);
  font-size: clamp(12px, 3.2vw, 20px);
  text-align: left;
}
.c-access-table td {
  font-size: clamp(12px, 3.2vw, 20px);
}

.p-step {
  background: url(../img/step-bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 2.8rem 0 2.5rem;
}
.p-step__ttl {
  text-align: center;
}
.p-step__note {
  margin-top: 1rem;
}

.p-step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.p-step-item__img {
  width: 4rem;
}
.p-step-item__cap {
  width: calc(100% - 4rem);
  line-height: 1.6;
  font-size: clamp(12px, 3.84vw, 18px);
  color: #614715;
}
.p-step-item__note {
  display: block;
  margin-top: 0.5rem;
  font-size: clamp(9px, 2.773vw, 14px);
  line-height: 2;
}
.p-step-item + .p-step-item {
  margin-top: 1.4rem;
}

.p-step-note {
  border: solid 1px #947D5E;
  border-radius: 6px;
  padding: 1.9rem 1.6rem 1.5rem;
}
.p-step-note__ttl {
  width: clamp(179px, 47.733vw, 230px);
}
.p-step-note__ttl img {
  width: 100%;
  height: 100%;
}
.p-step-note__cap {
  font-size: clamp(8px, 2.688vw, 13px);
  line-height: 2;
  color: #614715;
}
.p-step-note + .p-step-note {
  margin-top: 0.95rem;
}

.p-contact {
  background: url(../img/contact-bg.jpg) no-repeat;
  background-size: cover;
  padding: 2.9rem 0 0;
}

.l-contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-right: clamp(10px, 5.547vw, 30px);
  margin-left: clamp(10px, 5.547vw, 30px);
  margin-top: clamp(4px, 2.133vw, 12px);
}
.l-contact__btn .form-btn {
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, from(#a00000), to(#6b0000));
  background: linear-gradient(180deg, #a00000 0%, #6b0000 100%);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  color: #fff;
  width: 100%;
  padding: clamp(8px, 3.413vw, 16px);
  font-size: clamp(16px, 4.2vw, 22px);
  border-radius: 8px;
}
.l-contact__btn .form-btn.gray {
  background: #666;
}
.l-contact__bottom {
  margin-top: 0.8rem;
}

.p-contact__ttl {
  text-align: center;
}

.l-contact-table {
  width: 100%;
  table-layout: fixed;
}
.l-contact-table th,
.l-contact-table td {
  border-top: solid 1px #614715;
}
.l-contact-table th {
  background: #F6EFDF;
  text-align: left;
  padding: clamp(14px, 4.266vw, 18px) clamp(8px, 2.56vw, 11px);
  width: clamp(100px, 26.6666666667vw, 170.6666666667px);
  font-size: clamp(10px, 2.6vw, 17px);
  vertical-align: top;
}
.l-contact-table td {
  background: #fff;
  color: #614715;
  padding: clamp(11px, 3vw, 14px) clamp(8px, 2.1vw, 10px);
  font-size: clamp(10px, 2.6vw, 17px);
}
.l-contact-table .icon-required th {
  position: relative;
}
.l-contact-table .icon-required th::after {
  display: inline-block;
  content: "必須";
  color: #FFF;
  background: #E57373;
  font-size: clamp(9px, 2.56vw, 14px);
  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;
  padding: 0.1rem 0.3rem;
  border-radius: 0.2rem;
  position: absolute;
  top: clamp(16px, 4.2vw, 19px);
  right: clamp(5px, 1.28vw, 6px);
}
.l-contact-table .icon-required.non-icon th::after {
  display: none;
}
.l-contact-table .icon-required .small {
  font-size: clamp(9px, 2.56vw, 14px);
}
.l-contact-table input[type=text],
.l-contact-table input[type=email],
.l-contact-table input[type=tel],
.l-contact-table input[type=date] {
  width: 100%;
  padding: clamp(6px, 2.133vw, 10px);
  font-size: clamp(12px, 3.2vw, 20px) !important;
  background: #FFF8ED;
}
.l-contact-table .validate-box.select {
  position: relative;
  width: 100%;
  background: #F9F7F3;
}
.l-contact-table .validate-box.select::before {
  display: block;
  content: "";
  background: url(../img/arrow01.svg) no-repeat;
  background-size: contain;
  width: clamp(4px, 1.28vw, 10px);
  height: clamp(4px, 1.28vw, 10px);
  position: absolute;
  inset: 50% clamp(8px, 2vw, 16px) auto auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.l-contact-table .validate-box.select select {
  width: 100%;
  padding: 0.7rem 2rem 0.7rem 0.7rem;
  background: #F9F7F3;
  font-size: clamp(12px, 3.2vw, 20px) !important;
}
.l-contact-table .check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.l-contact-table .check-item label {
  position: relative;
  padding-left: 1.6rem;
  font-size: clamp(12px, 3.2vw, 20px);
}
.l-contact-table .check-item label::before {
  display: block;
  content: "";
  border: solid 1px #614715;
  border-radius: 2px;
  width: clamp(16px, 4.693vw, 19px);
  height: clamp(16px, 4.693vw, 19px);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFF8ED;
}
.l-contact-table .check-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.l-contact-table .check-item input[type=checkbox]:checked + label::after {
  display: block;
  content: "";
  background: url(../img/check_pink.svg) no-repeat;
  background-size: contain;
  width: clamp(8px, 2.56vw, 11px);
  height: clamp(8px, 2.56vw, 11px);
  position: absolute;
  top: 50%;
  left: 0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-contact-table .radio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.l-contact-table .radio-item label {
  position: relative;
  padding-left: clamp(18px, 5.333vw, 22px);
}
.l-contact-table .radio-item label::before {
  display: block;
  content: "";
  border: solid 1px #614715;
  border-radius: 50%;
  width: clamp(10px, 3.2vw, 14px);
  height: clamp(10px, 3.2vw, 14px);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFF8ED;
}
.l-contact-table .radio-item label::after {
  content: "";
  position: absolute;
  left: clamp(3px, 0.853vw, 4px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(5px, 1.706vw, 7px);
  height: clamp(5px, 1.706vw, 7px);
  background: #FF8787;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.l-contact-table .radio-item input[type=radio] {
  position: absolute;
  opacity: 0;
}
.l-contact-table .radio-item input[type=radio]:checked + label::after {
  opacity: 1;
}
.l-contact-table .flow-note {
  margin-top: clamp(9px, 2.986vw, 13px);
  font-size: clamp(9px, 2.56vw, 14px);
  color: #614715;
  line-height: 1.7;
}
.l-contact-table .data + .data {
  margin-top: clamp(17px, 5.12vw, 21px);
}
.l-contact-table .data-item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.l-contact-table .data-item__box select {
  margin-top: 0.45rem;
  padding: 0.7rem;
  background: #F9F7F3;
  font-size: clamp(12px, 3.2vw, 20px) !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.c-modal {
  display: none;
  background: #FFF8ED;
  width: 100%;
  height: 100svh;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-modal.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}
.c-modal__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;
  width: 100%;
  height: 100%;
}
.c-modal__inner {
  max-width: 370px;
  max-height: 85svh;
  overflow-y: scroll;
  background: #fff;
  padding: 1.2rem 1.5rem;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 4px 20px rgba(97, 74, 30, 0.5);
          box-shadow: 0 4px 20px rgba(97, 74, 30, 0.5);
}
.c-modal__dec {
  width: 2rem;
  height: 0.6rem;
  position: relative;
  margin-left: auto;
}
.c-modal__ttl {
  text-align: center;
}
.c-modal__img {
  margin-top: 1.4rem;
}

.contents-block {
  margin-top: clamp(64px, 17vw, 120px);
}

.ttl-style01 {
  font-size: 2rem;
  text-align: center;
}

.contact-finish-text {
  margin-top: 1.5rem;
}

.btn-box {
  margin-top: 1.5rem;
  text-align: center;
}

.validate-text {
  color: #A50A07;
  font-size: clamp(8px, 2.1333333333vw, 13.6533333333px);
}

@media only screen and (min-width: 768px) {
  .inner-block {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .paging-area > * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .paging-area > *:not(.dots):hover {
    background: blue;
    color: #fff;
  }
  #pagetop a {
    padding: 14.5px 21px;
  }
  #pagetop:hover a {
    background-color: #e1647b;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .outer-block {
    min-width: 320px;
  }
  .inner-block {
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
  #pagetop a {
    padding: 16px 21px;
  }
  #pagetop img {
    margin-top: 1px;
  }
}

@media not print {
  .anm {
    opacity: 0;
  }
  .anm.is-animated {
    -webkit-animation: fadeIn 1.5s forwards;
    animation: fadeIn 1.5s forwards;
  }
  .anm-up {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  .anm-up.is-animated {
    -webkit-animation: fadeInUp 1.5s forwards;
    animation: fadeInUp 1.5s forwards;
  }
  .anm-left {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }
  .anm-left.is-animated {
    -webkit-animation: fadeInLeft 1.5s forwards;
    animation: fadeInLeft 1.5s forwards;
  }
  .anm-right {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  .anm-right.is-animated {
    -webkit-animation: fadeInRight 1.5s forwards;
    animation: fadeInRight 1.5s forwards;
  }
}
/*# sourceMappingURL=style.css.map */