@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

ol {
  display: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
picture,
figure,
figcaption,
img {
  display: block;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(12px, 1.1111111111vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

.fz24 {
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.0625em;
}

.tac {
  text-align: center;
}

.mt64 {
  margin-top: 4.4444444444vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt64 {
    margin-top: 8.5333333333vw;
  }
}
@media (max-width: 599px) {
  .mt64 {
    margin-top: 8.5333333333vw;
  }
}

.mt32 {
  margin-top: 2.2222222222vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt32 {
    margin-top: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .mt32 {
    margin-top: 4.2666666667vw;
  }
}

.bgl {
  background: #F8FD97;
}

@media (min-width: 600px) and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}
@media (max-width: 599px) {
  .u-pc {
    display: none;
  }
}

@media (min-width: 1201px) {
  .u-sp {
    display: none;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .u-sp {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .u-sp {
    display: none;
  }
}

@media (min-width: 1201px) {
  .u-tab {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .u-tab {
    display: none;
  }
}
@media (max-width: 599px) {
  .u-tab {
    display: none;
  }
}

.c-ttlbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.c-ttl {
  font-size: max(12px, 3.3333333333vw);
  font-weight: 700;
  line-height: 1.2916666667;
  letter-spacing: 0.0416666667em;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-bottom: 1.1111111111vw;
}
.c-ttl::after {
  position: absolute;
  width: 100%;
  height: 0.8333333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background: url(../img/pc/ttl-asirai.svg) no-repeat center center/cover;
  content: "";
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-ttl {
    font-size: min(48px, 6.4vw);
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: 0.0416666667em;
    padding-bottom: 2.1333333333vw;
  }
  .c-ttl::after {
    height: 2.1333333333vw;
  }
}
@media (max-width: 599px) {
  .c-ttl {
    font-size: min(48px, 6.4vw);
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: 0.0416666667em;
    padding-bottom: 2.1333333333vw;
  }
  .c-ttl::after {
    height: 2.1333333333vw;
  }
}

.c-btn {
  padding-top: 1.1111111111vw;
  padding-left: 2.2222222222vw;
  padding-bottom: 1.1111111111vw;
  padding-right: 2.2222222222vw;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  line-height: 1.2916666667;
  letter-spacing: 0.0416666667em;
  font-family: "Noto Serif JP", serif;
  border-radius: 32px;
  background: #F8FD97;
  color: #333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  position: relative;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  z-index: 2;
}
.c-btn::after {
  background: #ff701e;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%) scale(0.1);
          transform: translateY(-50%) scale(0.1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, transform 0s;
  transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
}
.c-btn:hover {
  color: #fff;
}
.c-btn:hover::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-btn {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-top: 2.1333333333vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 2.1333333333vw;
    padding-right: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .c-btn {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-top: 2.1333333333vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 2.1333333333vw;
    padding-right: 4.2666666667vw;
  }
}

.inner {
  padding-top: 5.5555555556vw;
  padding-left: 0vw;
  padding-bottom: 5.5555555556vw;
  padding-right: 0vw;
  position: relative;
}
@media (min-width: 600px) and (max-width: 767px) {
  .inner {
    padding-top: 21.3333333333vw;
    padding-left: 0vw;
    padding-bottom: 21.3333333333vw;
    padding-right: 0vw;
  }
}
@media (max-width: 599px) {
  .inner {
    padding-top: 21.3333333333vw;
    padding-left: 0vw;
    padding-bottom: 21.3333333333vw;
    padding-right: 0vw;
  }
}

.sub-inner {
  padding-top: 5.5555555556vw;
  padding-left: 16.6666666667vw;
  padding-bottom: 5.5555555556vw;
  padding-right: 16.6666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .sub-inner {
    padding-top: 17.0666666667vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 17.0666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .sub-inner {
    padding-top: 17.0666666667vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 17.0666666667vw;
    padding-right: 4.2666666667vw;
  }
}

header.scrolled {
  background: white;
  -webkit-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
}

.l-drawer__icon {
  width: 17.3333333333vw;
  height: 17.3333333333vw;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-drawer__icon.is-active .p-drawer__icon--bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 8px;
}
.l-drawer__icon.is-active .p-drawer__icon--bar2 {
  display: none;
}
.l-drawer__icon.is-active .p-drawer__icon--bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.l-drawer__icon--bar {
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 4.5333333333vw;
}

.p-drawer__icon--bar1,
.p-drawer__icon--bar2,
.p-drawer__icon--bar3 {
  position: absolute;
  width: 6.4vw;
  height: 2px;
  background: #333;
  top: 0;
  left: 0;
}

.p-drawer__icon--bar1 {
  top: 0;
}

.p-drawer__icon--bar2 {
  top: 2.1333333333vw;
}

.p-drawer__icon--bar3 {
  top: 4.2666666667vw;
}

.l-drawer__content {
  overflow: scroll;
  padding-top: 9.8666666667vw;
  width: 71.2vw;
  height: calc(100% - 14.8837209302vw);
  position: fixed;
  background-color: #f7f7f7;
  right: 0;
  bottom: 0;
  z-index: 299;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-drawer__content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-drawer__content--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.8666666667vw;
}

.p-drawer__content--item {
  text-align: center;
}
.p-drawer__content--item a {
  color: #333;
  font-size: min(36px, 4.8vw);
  font-weight: 600;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
}
.p-drawer__content--item a p {
  font-size: min(26px, 3.4666666667vw);
  font-weight: 400;
  line-height: 1.4615384615;
  letter-spacing: 0em;
}

.p-drawer__background {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 14.8837209302vw);
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 0.89;
  z-index: 298;
  display: none;
}
.p-drawer__background.is-active {
  display: block;
}

.p-drawer__icon--tx {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2.6666666667vw;
}

.fixed {
  overflow: hidden;
  height: 100%;
}

.to-top {
  position: fixed;
  width: 4.0277777778vw;
  height: 4.0277777778vw;
  bottom: 1.6666666667vw;
  right: 2.9166666667vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 300;
}
.to-top.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 600px) and (max-width: 767px) {
  .to-top {
    width: 15.4666666667vw;
    height: 15.4666666667vw;
    bottom: 26.6666666667vw;
    right: 4.8vw;
  }
  .to-top.is-active {
    display: none;
  }
}
@media (max-width: 599px) {
  .to-top {
    width: 15.4666666667vw;
    height: 15.4666666667vw;
    bottom: 26.6666666667vw;
    right: 4.8vw;
  }
  .to-top.is-active {
    display: none;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 300;
}
@media (min-width: 600px) and (max-width: 767px) {
  header {
    background: white;
  }
}
@media (max-width: 599px) {
  header {
    background: white;
  }
}

.l-header__inner {
  padding-top: 1.1111111111vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 1.1111111111vw;
  padding-right: 5.5555555556vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-header__inner {
    padding-top: 4.2666666667vw;
    padding-left: 6.4vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 6.4vw;
  }
}
@media (max-width: 599px) {
  .l-header__inner {
    padding-top: 4.2666666667vw;
    padding-left: 6.4vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 6.4vw;
  }
}

.l-header__logo {
  width: 6.1111111111vw;
  height: 4.7222222222vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-header__logo {
    width: 11.7333333333vw;
    height: 9.0666666667vw;
  }
}
@media (max-width: 599px) {
  .l-header__logo {
    width: 11.7333333333vw;
    height: 9.0666666667vw;
  }
}

.l-header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-header__items {
    gap: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .l-header__items {
    gap: 4.2666666667vw;
  }
}

.l-header__line,
.l-header__inst {
  width: 4.7222222222vw;
  height: 4.7222222222vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-header__line,
  .l-header__inst {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}
@media (max-width: 599px) {
  .l-header__line,
  .l-header__inst {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .p-header__contact {
    display: none;
  }
}
@media (max-width: 599px) {
  .p-header__contact {
    display: none;
  }
}

.p-header__mail {
  width: 9.0666666667vw;
  height: 9.0666666667vw;
}

.l-fv {
  background: #FDFFF2;
  padding-top: 12.5vw;
  padding-left: 15.2777777778vw;
  padding-bottom: 5.5555555556vw;
  padding-right: 15.2777777778vw;
  position: relative;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-fv {
    padding-top: 17.0666666667vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 17.0666666667vw;
    padding-right: 4.2666666667vw;
    overflow: hidden;
  }
}
@media (max-width: 599px) {
  .l-fv {
    padding-top: 17.0666666667vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 17.0666666667vw;
    padding-right: 4.2666666667vw;
    overflow: hidden;
  }
}

.l-fv__swiper-container {
  position: relative;
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  position: relative;
}

.l-fv__swiper {
  position: relative;
}

.l-fv__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-fv__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32vw;
  }
}
@media (max-width: 599px) {
  .l-fv__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32vw;
  }
}

.l-fv__item--img01,
.l-fv__item--img01-02,
.l-fv__item--img02-01,
.l-fv__item--img02-02,
.l-fv__item--img03,
.l-fv__item--img03-02 {
  width: 23.9583333333vw;
  height: 34.7222222222vw;
  -webkit-animation: zoomUp 15s linear 0s normal both;
          animation: zoomUp 15s linear 0s normal both;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-fv__item--img01,
  .l-fv__item--img01-02,
  .l-fv__item--img02-01,
  .l-fv__item--img02-02,
  .l-fv__item--img03,
  .l-fv__item--img03-02 {
    width: 61.3333333333vw;
    height: 61.3333333333vw;
  }
  .l-fv__item--img01 img,
  .l-fv__item--img01-02 img,
  .l-fv__item--img02-01 img,
  .l-fv__item--img02-02 img,
  .l-fv__item--img03 img,
  .l-fv__item--img03-02 img {
    border-radius: 50px;
  }
}
@media (max-width: 599px) {
  .l-fv__item--img01,
  .l-fv__item--img01-02,
  .l-fv__item--img02-01,
  .l-fv__item--img02-02,
  .l-fv__item--img03,
  .l-fv__item--img03-02 {
    width: 61.3333333333vw;
    height: 61.3333333333vw;
  }
  .l-fv__item--img01 img,
  .l-fv__item--img01-02 img,
  .l-fv__item--img02-01 img,
  .l-fv__item--img02-02 img,
  .l-fv__item--img03 img,
  .l-fv__item--img03-02 img {
    border-radius: 50px;
  }
}

.l-fv__item--img01-02,
.l-fv__item--img02-02,
.l-fv__item--img03-02 {
  margin-top: 13.8888888889vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-fv__item--img01-02,
  .l-fv__item--img02-02,
  .l-fv__item--img03-02 {
    margin-top: 0vw;
    margin-left: auto;
  }
}
@media (max-width: 599px) {
  .l-fv__item--img01-02,
  .l-fv__item--img02-02,
  .l-fv__item--img03-02 {
    margin-top: 0vw;
    margin-left: auto;
  }
}

.p-fv__ttl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20.8333333333vw;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: bt-rl;
          writing-mode: vertical-rl; /* 縦書き・右から左 */
  direction: rtl; /* 文字の流れを右→左に */
  text-orientation: mixed; /* 文字の向きを自動調整 */
  text-align: left;
  font-size: max(12px, 3.3333333333vw);
  font-weight: 400;
  line-height: 1.2916666667;
  letter-spacing: 0.0625em;
  font-family: "Noto Serif JP", serif;
}
.p-fv__ttl .line {
  display: block;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-fv__ttl {
    top: 82.6666666667vw;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb; /* 横書き・左から右（通常） */
    font-size: min(48px, 6.4vw);
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.0416666667em;
  }
}
@media (max-width: 599px) {
  .p-fv__ttl {
    top: 82.6666666667vw;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb; /* 横書き・左から右（通常） */
    font-size: min(48px, 6.4vw);
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.0416666667em;
  }
}

.l-fv__flower {
  position: absolute;
  width: 19.375vw;
  height: 20.8333333333vw;
  bottom: 2.5vw;
  left: 0;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-fv__flower {
    width: 42.6666666667vw;
    height: 48vw;
    bottom: -21.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-fv__flower {
    width: 42.6666666667vw;
    height: 48vw;
    bottom: -21.3333333333vw;
  }
}

.l-blog,
.l-inst {
  background: url(../img/pc/bg.svg) no-repeat center center/cover;
}

.l-blog__swiper-container {
  position: relative;
  margin-top: 4.4444444444vw;
  margin-left: 12.2222222222vw;
  margin-bottom: 4.4444444444vw;
  margin-right: 12.2222222222vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-blog__swiper-container {
    margin-top: 8.5333333333vw;
    margin-left: 8.5333333333vw;
    margin-bottom: 8.5333333333vw;
    margin-right: 8.5333333333vw;
  }
}
@media (max-width: 599px) {
  .l-blog__swiper-container {
    margin-top: 8.5333333333vw;
    margin-left: 8.5333333333vw;
    margin-bottom: 8.5333333333vw;
    margin-right: 8.5333333333vw;
  }
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  position: relative;
}

.zoom {
  display: inline-block;
  overflow: hidden;
}

.l-blog__item:hover {
  cursor: pointer;
}
.l-blog__item:hover .p-blog__item--img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  display: block;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.l-blog__swiper {
  position: relative;
}

.l-blog__prev {
  left: -5.5555555556vw;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background: white;
  border-radius: 50%;
}
.l-blog__prev::after {
  position: absolute;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  content: "";
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-blog__prev {
    width: 6.4vw;
    height: 6.4vw;
    left: -6.4vw;
  }
  .l-blog__prev::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
@media (max-width: 599px) {
  .l-blog__prev {
    width: 6.4vw;
    height: 6.4vw;
    left: -6.4vw;
  }
  .l-blog__prev::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

.l-blog__next {
  right: -5.5555555556vw;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background: white;
  border-radius: 50%;
}
.l-blog__next::after {
  position: absolute;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  content: "";
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-blog__next {
    width: 6.4vw;
    height: 6.4vw;
    right: -6.4vw;
  }
  .l-blog__next::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
@media (max-width: 599px) {
  .l-blog__next {
    width: 6.4vw;
    height: 6.4vw;
    right: -6.4vw;
  }
  .l-blog__next::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

.l-blog__item {
  background: white;
  padding-top: 1.1111111111vw;
  padding-left: 1.1111111111vw;
  padding-bottom: 2.2222222222vw;
  padding-right: 1.1111111111vw;
  border-radius: 16px;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-blog__item {
    padding-top: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .l-blog__item {
    padding-top: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}

.p-blog__item--img {
  height: 13.8888888889vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-blog__item--img {
    height: 42.6666666667vw;
  }
}
@media (max-width: 599px) {
  .p-blog__item--img {
    height: 42.6666666667vw;
  }
}

.p-blog__item--ttl {
  margin-top: 1.1111111111vw;
  font-size: max(12px, 1.25vw);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.0555555556em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-blog__item--ttl {
    margin-top: 2.1333333333vw;
    font-size: min(32px, 4.2666666667vw);
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.0625em;
  }
}
@media (max-width: 599px) {
  .p-blog__item--ttl {
    margin-top: 2.1333333333vw;
    font-size: min(32px, 4.2666666667vw);
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.0625em;
  }
}

.p-blog__item--tx {
  margin-top: 1.1111111111vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-blog__item--tx {
    margin-top: 2.1333333333vw;
  }
}
@media (max-width: 599px) {
  .p-blog__item--tx {
    margin-top: 2.1333333333vw;
  }
}

.l-blog__btnbox {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-blog__btn {
  background: white;
}

.l-blog__asirai {
  position: absolute;
  width: 13.8888888889vw;
  height: 13.8888888889vw;
  top: 0.7638888889vw;
  right: 3.0555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-blog__asirai {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-blog__asirai {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}

.l-about__items {
  margin-top: 2.7777777778vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.4444444444vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-about__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12.8vw;
    margin-top: 12.8vw;
    padding-top: 0vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 0vw;
    padding-right: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .l-about__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12.8vw;
    margin-top: 12.8vw;
    padding-top: 0vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 0vw;
    padding-right: 4.2666666667vw;
  }
}

.l-about__item--img {
  position: relative;
  overflow: hidden;
}
.l-about__item--img::before, .l-about__item--img::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}
.l-about__item--img::before {
  content: "";
  display: block;
  border-radius: 60px;
  background: rgba(190, 91, 70, 0.6);
  width: 100%;
  height: 100%;
}
.l-about__item--img::after {
  color: #fff;
  content: "詳細ページへ";
  font-family: "Noto Serif JP", serif;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.0416666667em;
  text-align: center;
  width: 100%;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-about__item--img::after {
    font-size: min(48px, 6.4vw);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.0416666667em;
  }
}
@media (max-width: 599px) {
  .l-about__item--img::after {
    font-size: min(48px, 6.4vw);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.0416666667em;
  }
}
.l-about__item--img:hover::before, .l-about__item--img:hover::after {
  opacity: 1;
}

.p-about__item--ttl {
  margin-top: 1.1111111111vw;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.0625em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-about__item--ttl {
    margin-top: 0vw;
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 599px) {
  .p-about__item--ttl {
    margin-top: 0vw;
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.l-about__asirai {
  position: absolute;
  top: 0;
  left: 0;
  width: 13.8888888889vw;
  height: 13.8888888889vw;
  -webkit-transform: scaleX(-1) scaleY(1);
          transform: scaleX(-1) scaleY(1); /* 左右反転のみ */
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-about__asirai {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-about__asirai {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}

.l-qa__items {
  margin-top: 0vw;
  margin-left: 16.6666666667vw;
  margin-bottom: 0vw;
  margin-right: 16.6666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-qa__items {
    margin-top: 0vw;
    margin-left: 4.2666666667vw;
    margin-bottom: 0vw;
    margin-right: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .l-qa__items {
    margin-top: 0vw;
    margin-left: 4.2666666667vw;
    margin-bottom: 0vw;
    margin-right: 4.2666666667vw;
  }
}

.l-qa__item {
  margin-top: 2.7777777778vw;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-qa__item {
    margin-top: 6.4vw;
  }
}
@media (max-width: 599px) {
  .l-qa__item {
    margin-top: 6.4vw;
  }
}

.p-qa__box--q {
  border: 1px solid;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.0416666667em;
  padding-top: 1.1111111111vw;
  padding-left: 4.4444444444vw;
  padding-bottom: 1.1111111111vw;
  padding-right: 4.4444444444vw;
  position: relative;
}
.p-qa__box--q::before {
  position: absolute;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  top: 0.9722222222vw;
  left: 1.6666666667vw;
  content: "Q";
}
.p-qa__box--q:hover {
  cursor: pointer;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-qa__box--q {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 700;
    line-height: 1.4375;
    letter-spacing: 0em;
    padding-top: 4.2666666667vw;
    padding-left: 8.5333333333vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 6.4vw;
  }
  .p-qa__box--q::before {
    top: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .p-qa__box--q {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 700;
    line-height: 1.4375;
    letter-spacing: 0em;
    padding-top: 4.2666666667vw;
    padding-left: 8.5333333333vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 6.4vw;
  }
  .p-qa__box--q::before {
    top: 4.2666666667vw;
  }
}

.l-qa__box--icon {
  height: 1.6666666667vw;
  width: 1.6666666667vw;
  position: absolute;
  right: 1.8055555556vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-qa__box--icon.is-open .p-qa__box--bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-qa__box--icon {
    height: 4.8vw;
    width: 4.8vw;
    right: 3.2vw;
  }
}
@media (max-width: 599px) {
  .l-qa__box--icon {
    height: 4.8vw;
    width: 4.8vw;
    right: 3.2vw;
  }
}

.p-qa__box--bar1 {
  width: 1.6666666667vw;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-qa__box--bar1 {
    width: 4.8vw;
    height: 0.2666666667vw;
  }
}
@media (max-width: 599px) {
  .p-qa__box--bar1 {
    width: 4.8vw;
    height: 0.2666666667vw;
  }
}

.p-qa__box--bar2 {
  width: 1px;
  height: 1.6666666667vw;
  background: #333;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-qa__box--bar2 {
    width: 0.2666666667vw;
    height: 4.8vw;
  }
}
@media (max-width: 599px) {
  .p-qa__box--bar2 {
    width: 0.2666666667vw;
    height: 4.8vw;
  }
}

.l-qa__box--a {
  padding-top: 1.1111111111vw;
  padding-left: 4.4444444444vw;
  padding-bottom: 1.1111111111vw;
  padding-right: 4.4444444444vw;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.0416666667em;
  background: #F8FD97;
  display: none;
  position: relative;
}
.l-qa__box--a::before {
  position: absolute;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  top: 0.9722222222vw;
  left: 1.6666666667vw;
  content: "A";
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-qa__box--a {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 700;
    line-height: 1.4375;
    letter-spacing: 0em;
    padding-top: 4.2666666667vw;
    padding-left: 8.5333333333vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 6.4vw;
  }
  .l-qa__box--a::before {
    top: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .l-qa__box--a {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 700;
    line-height: 1.4375;
    letter-spacing: 0em;
    padding-top: 4.2666666667vw;
    padding-left: 8.5333333333vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 6.4vw;
  }
  .l-qa__box--a::before {
    top: 4.2666666667vw;
  }
}

.l-footer__inner {
  background: var(--footer, #8c7272);
  padding-top: 5.5555555556vw;
  padding-left: 8.3333333333vw;
  padding-bottom: 5.5555555556vw;
  padding-right: 8.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer__logo {
  width: 6.1111111111vw;
  height: 4.7222222222vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__logo {
    width: 11.7333333333vw;
    height: 9.0666666667vw;
  }
}
@media (max-width: 599px) {
  .l-footer__logo {
    width: 11.7333333333vw;
    height: 9.0666666667vw;
  }
}

.l-footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7777777778vw;
  color: white;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__items {
    gap: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .l-footer__items {
    gap: 4.2666666667vw;
  }
}

.p-footer__item {
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  line-height: 1.3583333333;
  letter-spacing: 0.0416666667em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-footer__item {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.0625em;
  }
}
@media (max-width: 599px) {
  .p-footer__item {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.0625em;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .p-footer__item--contact {
    display: none;
  }
}
@media (max-width: 599px) {
  .p-footer__item--contact {
    display: none;
  }
}

.l-footer__copy {
  text-align: center;
  padding-top: 1.1111111111vw;
  padding-left: 0vw;
  padding-bottom: 1.1111111111vw;
  padding-right: 0vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__copy {
    padding-top: 3.2vw;
    padding-left: 0vw;
    padding-bottom: 3.2vw;
    padding-right: 0vw;
  }
}
@media (max-width: 599px) {
  .l-footer__copy {
    padding-top: 3.2vw;
    padding-left: 0vw;
    padding-bottom: 3.2vw;
    padding-right: 0vw;
  }
}

.c-fv {
  background: url(../img/pc/fv-sub.png) no-repeat center center/cover;
}

.c-fv__ttl {
  text-align: center;
  padding-top: 10.9722222222vw;
  padding-left: 0vw;
  padding-bottom: 10.9722222222vw;
  padding-right: 0vw;
  font-size: max(12px, 4.4444444444vw);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03125em;
  font-family: "Noto Serif JP", serif;
  color: white;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-fv__ttl {
    padding-top: 37.3333333333vw;
    padding-left: 0vw;
    padding-bottom: 21.3333333333vw;
    padding-right: 0vw;
    font-size: min(64px, 8.5333333333vw);
    font-weight: 700;
    line-height: 1.5625;
    letter-spacing: 0.03125em;
  }
}
@media (max-width: 599px) {
  .c-fv__ttl {
    padding-top: 37.3333333333vw;
    padding-left: 0vw;
    padding-bottom: 21.3333333333vw;
    padding-right: 0vw;
    font-size: min(64px, 8.5333333333vw);
    font-weight: 700;
    line-height: 1.5625;
    letter-spacing: 0.03125em;
  }
}

.l-About,
.l-contact {
  background: url(../img/pc/bg.svg) no-repeat center center/cover;
}

.l-About__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14.7916666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-About__items {
    gap: 17.0666666667vw;
  }
}
@media (max-width: 599px) {
  .l-About__items {
    gap: 17.0666666667vw;
  }
}

.p-About__item--ttl {
  text-align: center;
  font-size: max(12px, 3.3333333333vw);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.0416666667em;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-About__item--ttl {
    font-size: min(48px, 6.4vw);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.0416666667em;
  }
}
@media (max-width: 599px) {
  .p-About__item--ttl {
    font-size: min(48px, 6.4vw);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.0416666667em;
  }
}

.l-About__item--box {
  position: relative;
  margin-top: 4.4444444444vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-About__item--box {
    margin-top: 8.5333333333vw;
  }
}
@media (max-width: 599px) {
  .l-About__item--box {
    margin-top: 8.5333333333vw;
  }
}

.p-About__item--img,
.p-About__item--img02 {
  width: 34.7222222222vw;
  height: 35.2083333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-About__item--img,
  .p-About__item--img02 {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 599px) {
  .p-About__item--img,
  .p-About__item--img02 {
    width: 100%;
    height: auto;
  }
}

.p-About__item--img {
  margin-left: auto;
}

.p-About__item--img02 {
  margin-right: auto;
}

.p-About__item--tx,
.p-About__item--tx02 {
  background: white;
  padding-top: 1.6666666667vw;
  padding-left: 2.2222222222vw;
  padding-bottom: 1.6666666667vw;
  padding-right: 2.2222222222vw;
  position: absolute;
  width: 45.5555555556vw;
  bottom: -6.4583333333vw;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  line-height: 1.5833333333;
  letter-spacing: 0.0833333333em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-About__item--tx,
  .p-About__item--tx02 {
    position: relative;
    width: 100%;
    bottom: 0;
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.0625em;
    padding-top: 4.2666666667vw;
    padding-left: 6.4vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 6.4vw;
    margin-top: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .p-About__item--tx,
  .p-About__item--tx02 {
    position: relative;
    width: 100%;
    bottom: 0;
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.0625em;
    padding-top: 4.2666666667vw;
    padding-left: 6.4vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 6.4vw;
    margin-top: 4.2666666667vw;
  }
}

.p-About__item--tx {
  left: 0;
}

.p-About__item--tx02 {
  right: 0;
}

.l-About__price--items {
  margin-top: 4.4444444444vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-About__price--items {
    margin-top: 8.5333333333vw;
    gap: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .l-About__price--items {
    margin-top: 8.5333333333vw;
    gap: 4.2666666667vw;
  }
}

.l-About__price--item {
  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;
  margin-top: 0vw;
  margin-left: 6.9444444444vw;
  margin-bottom: 0vw;
  margin-right: 6.9444444444vw;
  padding-bottom: 1.1111111111vw;
  border-bottom: 1px solid;
  font-family: "Noto Serif JP", serif;
}

.p-About__price--item--ttl {
  font-size: max(12px, 1.6666666667vw);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.0833333333em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-About__price--item--ttl {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 599px) {
  .p-About__price--item--ttl {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.p-About__price--item--money {
  font-size: max(12px, 1.25vw);
  font-weight: 400;
  line-height: 1.7777777778;
  letter-spacing: 0.0555555556em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-About__price--item--money {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.0625em;
  }
}
@media (max-width: 599px) {
  .p-About__price--item--money {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.0625em;
  }
}

/* ============================================
contact
============================================ */
.l-form__inner {
  padding-top: 6.9444444444vw;
  padding-left: 16.6666666667vw;
  padding-bottom: 6.9444444444vw;
  padding-right: 16.6666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-form__inner {
    padding-top: 16vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 16vw;
    padding-right: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .l-form__inner {
    padding-top: 16vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 16vw;
    padding-right: 4.2666666667vw;
  }
}

.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.1111111111vw;
  padding-left: 2.7777777778vw;
  padding-bottom: 1.1111111111vw;
  padding-right: 2.7777777778vw;
  margin-top: 1.6666666667vw;
  font-family: "Noto Serif JP", serif;
  background: white;
  border-radius: 16px;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2vw;
    margin-top: 4.2666666667vw;
    padding-top: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .p-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2vw;
    margin-top: 4.2666666667vw;
    padding-top: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}

.p-form__label {
  width: 20.8333333333vw;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.0416666667em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-form__label {
    width: 100%;
    font-size: min(36px, 4.8vw);
    font-weight: 400;
    line-height: 1.1111111111;
    letter-spacing: 0.0555555556em;
  }
}
@media (max-width: 599px) {
  .p-form__label {
    width: 100%;
    font-size: min(36px, 4.8vw);
    font-weight: 400;
    line-height: 1.1111111111;
    letter-spacing: 0.0555555556em;
  }
}

.l-form__add--input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.1111111111vw;
  width: calc(100% - 15.625vw);
}
.l-form__add--input .wpcf7-form-control-wrap {
  width: 100%;
}

.p-form__label--required {
  padding-top: 0.2777777778vw;
  padding-left: 0.8333333333vw;
  padding-bottom: 0.2777777778vw;
  padding-right: 0.8333333333vw;
  background: #8c7272;
  font-size: max(12px, 1.1111111111vw);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.0625em;
  color: white;
  border-radius: 30px;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-form__label--required {
    padding-top: 1.0666666667vw;
    padding-left: 2.1333333333vw;
    padding-bottom: 1.0666666667vw;
    padding-right: 2.1333333333vw;
  }
}
@media (max-width: 599px) {
  .p-form__label--required {
    padding-top: 1.0666666667vw;
    padding-left: 2.1333333333vw;
    padding-bottom: 1.0666666667vw;
    padding-right: 2.1333333333vw;
  }
}

.wpcf7-form-control-wrap {
  width: calc(100% - 13.5416666667vw);
}
@media (min-width: 600px) and (max-width: 767px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.wpcf7-form-control-wrap .p-form__input,
.wpcf7-form-control-wrap .p-form__textarea {
  border-radius: 9px;
  width: 100%;
  padding-top: 0.8333333333vw;
  padding-left: 1.1111111111vw;
  padding-bottom: 0.8333333333vw;
  padding-right: 1.1111111111vw;
  background-color: #f4f3f3;
  font-size: 16px;
  line-height: 1.5;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 600px) and (max-width: 767px) {
  .wpcf7-form-control-wrap .p-form__input,
  .wpcf7-form-control-wrap .p-form__textarea {
    width: 100%;
    padding-top: 2.1333333333vw;
    padding-left: 3.2vw;
    padding-bottom: 2.1333333333vw;
    padding-right: 3.2vw;
  }
}
@media (max-width: 599px) {
  .wpcf7-form-control-wrap .p-form__input,
  .wpcf7-form-control-wrap .p-form__textarea {
    width: 100%;
    padding-top: 2.1333333333vw;
    padding-left: 3.2vw;
    padding-bottom: 2.1333333333vw;
    padding-right: 3.2vw;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .wpcf7-form-control-wrap .p-form__input,
  .wpcf7-form-control-wrap .p-form__textarea {
    width: 100%;
    padding-top: 2.1333333333vw;
    padding-left: 3.2vw;
    padding-bottom: 2.1333333333vw;
    padding-right: 3.2vw;
  }
}

.l-form__txetarea {
  width: calc(100% - 13.5416666667vw);
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-form__txetarea {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .l-form__txetarea {
    width: 100%;
  }
}

.wpcf7-form-control-wrap .wpcf7-textarea {
  height: 16.4583333333vw;
  width: 100%;
  padding-top: 1.1111111111vw;
  padding-left: 1.1111111111vw;
  padding-bottom: 1.1111111111vw;
  padding-right: 1.1111111111vw;
  resize: vertical;
}
@media (min-width: 600px) and (max-width: 767px) {
  .wpcf7-form-control-wrap .wpcf7-textarea {
    height: 53.3333333333vw;
  }
}
@media (max-width: 599px) {
  .wpcf7-form-control-wrap .wpcf7-textarea {
    height: 53.3333333333vw;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .checkbox-day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.5333333333vw;
  }
}
@media (max-width: 599px) {
  .checkbox-day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.5333333333vw;
  }
}

.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .wpcf7-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 599px) {
  .wpcf7-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-form__check--ttl,
.p-form__radio--ttl {
  color: white;
}

@media (min-width: 600px) and (max-width: 767px) {
  .l-form__check {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.0625em;
  }
}
@media (max-width: 599px) {
  .l-form__check {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.0625em;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .wpcf7-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 599px) {
  .wpcf7-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wpcf7-list-item {
  margin-left: 0;
}

.l-form__check--oral {
  width: calc(100% - 13.5416666667vw);
}
.l-form__check--oral .wpcf7-form-control-wrap .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2222222222vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 13.8888888889vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-form__check--oral {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1333333333vw;
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .l-form__check--oral {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1333333333vw;
    padding-right: 0;
    width: 100%;
  }
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2222222222vw;
}

.last {
  border-bottom: none;
}

.fc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.p-form__button-wrap {
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #F8FD97;
  border-radius: 32px;
  margin-top: 80px;
}
.p-form__button-wrap input[type=submit],
.p-form__button-wrap button[type=submit] {
  cursor: pointer;
  border: none;
  padding-top: 1.1111111111vw;
  padding-left: 2.2222222222vw;
  padding-bottom: 1.1111111111vw;
  padding-right: 2.2222222222vw;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  line-height: 1.2916666667;
  letter-spacing: 0.0416666667em;
  font-family: "Noto Serif JP", serif;
  border-radius: 32px;
  background: #F8FD97;
  color: #333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  position: relative;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  z-index: 2;
}
.p-form__button-wrap input[type=submit]:hover,
.p-form__button-wrap button[type=submit]:hover {
  color: #fff;
  background: #ff701e;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-form__button-wrap input[type=submit],
  .p-form__button-wrap button[type=submit] {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-top: 2.1333333333vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 2.1333333333vw;
    padding-right: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .p-form__button-wrap input[type=submit],
  .p-form__button-wrap button[type=submit] {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-top: 2.1333333333vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 2.1333333333vw;
    padding-right: 4.2666666667vw;
  }
}

.link {
  color: #F8FD97;
  border-bottom: 1px solid #F8FD97;
}

.l-privacy {
  margin-top: 5.5555555556vw;
  margin-left: 5.5555555556vw;
  margin-bottom: 0vw;
  margin-right: 5.5555555556vw;
  padding-top: 1.1111111111vw;
  padding-left: 2.2222222222vw;
  padding-bottom: 1.1111111111vw;
  padding-right: 2.2222222222vw;
  background: white;
  border: 2px solid white;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-privacy {
    margin-top: 10.6666666667vw;
    margin-left: 5.3333333333vw;
    margin-bottom: 0vw;
    margin-right: 5.3333333333vw;
    padding-top: 4.2666666667vw;
    padding-left: 2.1333333333vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 2.1333333333vw;
  }
}
@media (max-width: 599px) {
  .l-privacy {
    margin-top: 10.6666666667vw;
    margin-left: 5.3333333333vw;
    margin-bottom: 0vw;
    margin-right: 5.3333333333vw;
    padding-top: 4.2666666667vw;
    padding-left: 2.1333333333vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 2.1333333333vw;
  }
}

.p-privacy__ttl {
  padding-top: 0.5555555556vw;
  padding-left: 0.5555555556vw;
  padding-bottom: 0.5555555556vw;
  padding-right: 0.5555555556vw;
  color: white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-privacy__ttl {
    padding-top: 2.1333333333vw;
    padding-left: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
    padding-right: 2.1333333333vw;
  }
}
@media (max-width: 599px) {
  .p-privacy__ttl {
    padding-top: 2.1333333333vw;
    padding-left: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
    padding-right: 2.1333333333vw;
  }
}

.p-privacy__ttl,
.p-privacy__item--ttl {
  padding-left: 1.6666666667vw;
  position: relative;
}
.p-privacy__ttl::before,
.p-privacy__item--ttl::before {
  position: absolute;
  width: 1.0416666667vw;
  height: 0.2083333333vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0vw;
  background-color: #f66009;
  content: "";
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-privacy__ttl,
  .p-privacy__item--ttl {
    padding-left: 4.2666666667vw;
  }
  .p-privacy__ttl::before,
  .p-privacy__item--ttl::before {
    width: 2.6666666667vw;
    height: 1px;
  }
}
@media (max-width: 599px) {
  .p-privacy__ttl,
  .p-privacy__item--ttl {
    padding-left: 4.2666666667vw;
  }
  .p-privacy__ttl::before,
  .p-privacy__item--ttl::before {
    width: 2.6666666667vw;
    height: 1px;
  }
}

.l-privacy__items {
  height: 20.8333333333vw;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.3333333333vw;
  margin-top: 1.6666666667vw;
}
.l-privacy__items::-webkit-scrollbar {
  width: 8px;
}
.l-privacy__items::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 4px;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-privacy__items {
    gap: 6.4vw;
    margin-top: 6.4vw;
    height: 53.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-privacy__items {
    gap: 6.4vw;
    margin-top: 6.4vw;
    height: 53.3333333333vw;
  }
}

.p-privacy__item--ttl {
  font-weight: 700;
}

.breadcrumb {
  padding-top: 5.5555555556vw;
  padding-left: 22.2222222222vw;
  padding-bottom: 5.5555555556vw;
  padding-right: 22.2222222222vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .breadcrumb {
    padding-top: 6.4vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 6.4vw;
    padding-right: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .breadcrumb {
    padding-top: 6.4vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 6.4vw;
    padding-right: 4.2666666667vw;
  }
}

.l-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5vw 1.25vw;
  margin-bottom: 11.1111111111vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-archive {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-archive {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}

.p-single__ttl {
  margin-top: 1.1111111111vw;
  font-size: max(12px, 2.2222222222vw);
  font-weight: 700;
  line-height: 1.5625;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-single__ttl {
    margin-top: 3.2vw;
    font-size: min(48px, 6.4vw);
    font-weight: 700;
    line-height: 1.4166666667;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-single__ttl {
    margin-top: 3.2vw;
    font-size: min(48px, 6.4vw);
    font-weight: 700;
    line-height: 1.4166666667;
    letter-spacing: 0em;
  }
}

.p-single__tx {
  margin-top: 1.1111111111vw;
  margin-left: 0vw;
  margin-bottom: 5.5555555556vw;
  margin-right: 0vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-single__tx {
    margin-top: 3.2vw;
    margin-left: 0vw;
    margin-bottom: 10.6666666667vw;
    margin-right: 0vw;
  }
}
@media (max-width: 599px) {
  .p-single__tx {
    margin-top: 3.2vw;
    margin-left: 0vw;
    margin-bottom: 10.6666666667vw;
    margin-right: 0vw;
  }
}