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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input[type=checkbox],
input[type=radio] {
  display: none;
}

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

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

/* リキッドレイアウト対応 */
/* medium */
html body .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .sp {
    display: block;
  }
}

html body .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  html body .pc {
    display: none;
  }
}

body {
  color: #504d47;
  font-family: "Noto Sans JP", sans-serif;
}

h1, h2, h3, h4 {
  font-weight: 500;
}

.en {
  font-family: "EB Garamond", serif;
}

html {
  font-size: 16px;
}

/* aタグ設定 */
a {
  text-decoration: none;
  color: inherit;
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

html {
  -webkit-text-size-adjust: 100%;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a {
    opacity: 1;
  }
}
a:visited {
  color: inherit;
}

.l-common__inner {
  padding: 0 80px;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-common__inner {
    padding: 0 5.3333333333vw;
  }
}

/**
title
*********************************/
.l-title__01 {
  font-size: clamp(32px, 1.9270833333vw, 37px);
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .l-title__01 {
    font-size: clamp(20px, 6.9333333333vw, 32px);
    margin-bottom: 5.3333333333vw;
  }
}
.l-title__01 small {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  margin-left: 8px;
}
@media screen and (max-width: 1024px) {
  .l-title__01 small {
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-title__01 small {
    font-size: clamp(12px, 3.7333333333vw, 16px);
    margin-top: 1.3333333333vw;
  }
}

.l-title__02 {
  font-size: clamp(45px, 2.6041666667vw, 50px);
  margin-bottom: 3.125vw;
  color: #504d47;
}
@media screen and (max-width: 767px) {
  .l-title__02 {
    font-size: clamp(28px, 9.3333333333vw, 42px);
  }
}
.l-title__02 small {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  display: block;
  color: #c3bfb2;
}
@media screen and (max-width: 767px) {
  .l-title__02 small {
    font-size: clamp(14px, 4.2666666667vw, 20px);
  }
}

.l-title__03 {
  font-size: clamp(45px, 2.6041666667vw, 50px);
  margin-bottom: 3.125vw;
  color: #504d47;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-title__03 {
    font-size: clamp(28px, 9.3333333333vw, 42px);
  }
}
.l-title__03 span {
  letter-spacing: 0.03em;
}
.l-title__03 small {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  font-weight: 700;
  display: block;
  color: #c3bfb2;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-title__03 small {
    font-size: clamp(14px, 4.2666666667vw, 20px);
  }
}

.l-header__page {
  background-image: url("../images/top/bg-contact.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1024px) {
  .l-header__page {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__page {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.l-header__page h1 {
  font-size: clamp(40px, 2.6041666667vw, 50px);
  text-align: center;
  color: #fff;
}
.l-header__page h1 small {
  display: block;
  font-size: clamp(12px, 0.8333333333vw, 16px);
}

/**
button
*********************************/
.l-button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
}

.l-button__contact {
  font-size: clamp(15px, 0.78125vw, 15px);
  font-weight: 700;
  color: #504d47;
  background: #fff;
  width: max(19.9479166667vw, 300px);
  height: max(4.1666666667vw, 55px);
  padding: max(1.3020833333vw, 18px);
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-button__contact {
    padding: max(6.6666666667vw, 18px);
    font-size: clamp(14px, 3.7333333333vw, 18px);
    width: max(66.6666666667vw, 200px);
    height: min(13.3333333333vw, 80px);
  }
}
.l-button__contact:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .l-button__contact:hover {
    opacity: 1;
  }
}

/**
header
*********************************/
.l-header {
  width: 100%;
  height: 100px;
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  background-color: #fff;
  z-index: 11;
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: min(16vw, 70px);
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__bar {
  width: min(18.6666666667vw, 80px);
  height: 13.3333333333vw;
  background: #504d47;
  margin: 0 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__bar {
    height: min(16vw, 70px);
  }
}
.l-header__bar__inner {
  display: -ms-grid;
  display: grid;
  gap: min(2.1333333333vw, 8px);
  place-content: center;
}
.l-header__bar span {
  width: min(9.3333333333vw, 40px);
  height: 0.0625rem;
  background: #fff;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #504d47;
  font-size: 17px;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  letter-spacing: 0.07em;
  margin-left: 50px;
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    font-size: 0.8854166667vw;
    -webkit-column-gap: 0.7291666667vw;
       -moz-column-gap: 0.7291666667vw;
            column-gap: 0.7291666667vw;
    margin-left: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    margin-left: 5.3333333333vw;
  }
}
.l-header__logo img {
  max-width: 150px;
}
@media screen and (max-width: 1024px) {
  .l-header__logo img {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    max-width: min(34.6666666667vw, 150px);
  }
}
.l-header__logo span {
  white-space: nowrap;
  font-size: clamp(14px, 0.8854166667vw, 17px);
}
@media screen and (max-width: 767px) {
  .l-header__logo span {
    display: none;
  }
}
.l-header.is-open .l-header__bar span {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.l-header.is-open .l-header__bar span:nth-child(1) {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  position: relative;
  top: 0.25rem;
}
.l-header.is-open .l-header__bar span:nth-child(2) {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  position: relative;
  top: -0.3125rem;
}
.l-header__list {
  font-weight: 700;
  line-height: 1;
  margin: 0;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .l-header__list {
    display: none;
  }
}
.l-header__list > li {
  float: left;
  position: relative;
}
.l-header__list > li a {
  position: relative;
  display: inline-block;
  text-align: center;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__list > li a:hover {
  opacity: 0.6;
}
.l-header__list > li a:hover::before {
  opacity: 1;
}
.l-header__list > li a small {
  display: block;
  font-size: 0.625rem;
  margin-top: 0.625rem;
  text-align: center;
  line-height: 1.5;
}
.l-header__list__havchild {
  font-size: clamp(13px, 0.7291666667vw, 14px);
  padding: 35px min(3.125vw, 60px);
  color: #504d47;
  letter-spacing: 0.03em;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1441px) {
  .l-header__list__havchild {
    padding: 35px 2.0833333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__list__havchild {
    padding: 1.8229166667vw 3.125vw;
    font-size: max(0.7291666667vw, 11px);
  }
}
.l-header__list__havchild img {
  width: 1em;
  height: 1em;
  margin-left: 7px;
}
.l-header__list__contact {
  font-size: clamp(14px, 0.9375vw, 18px);
  background-image: url("../images/top/bg-contact.webp");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  letter-spacing: 0.1em;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .l-header__list__contact {
    font-size: max(0.9375vw, 12px);
  }
}
.l-header__list__contact a {
  padding: 0px min(3.90625vw, 75px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .l-header__list__contact a {
    padding: 0vw 3.90625vw;
  }
}

.l-footer {
  background-image: url("../images/common/footer-bg.webp");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 4.6875vw 0 15.625vw;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 12vw 0 42.6666666667vw;
  }
}
.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 700;
  color: #504d47;
  place-content: space-between;
  margin-bottom: 4.6875vw;
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    font-size: clamp(12px, 3.7333333333vw, 16px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
    row-gap: 1em;
    margin-bottom: 12vw;
  }
}
.l-footer__logo {
  width: 16.3020833333vw;
  max-width: 313px;
  margin: 0 auto 1.3020833333vw;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 41.6vw;
    margin-bottom: 3.2vw;
  }
}
.l-footer__menu_window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #504d47;
  gap: 1.3020833333vw;
  place-content: center;
  margin-bottom: 2.6041666667vw;
  color: #504d47;
  font-size: clamp(12px, 0.625vw, 12px);
}
@media screen and (max-width: 767px) {
  .l-footer__menu_window {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
    row-gap: 0.7em;
    margin-bottom: 6.6666666667vw;
    font-size: clamp(11px, 3.4666666667vw, 13px);
  }
}
.l-footer__menu_window li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.l-footer__menu_window li a::after {
  content: "";
  background-image: url("../images/common/ico-link.svg");
  background-size: 100%;
  display: block;
  width: 12px;
  height: 9px;
  position: relative;
  top: 1px;
}
.l-footer__copy {
  font-size: 10px;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 600;
  color: #504d47;
}

.l-offcanvas {
  background: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #504d47;
  z-index: 10;
  overflow-y: auto;
  padding: 8.75rem 0;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
}
.l-offcanvas__list {
  display: -ms-grid;
  display: grid;
  gap: 10.6666666667vw;
  place-content: center;
  text-align: center;
}
.l-offcanvas__list a {
  display: -ms-grid;
  display: grid;
  font-size: min(5.8666666667vw, 26px);
  font-weight: 700;
}
.l-offcanvas.is-open {
  right: 0;
}

.pagetop {
  height: 3.125rem;
  width: 3.125rem;
  position: fixed;
  right: 1.875rem;
  bottom: 1.875rem;
  background: #fff;
  border: solid 2px #504d47;
  border-radius: 50%;
  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;
  z-index: 2;
}
.pagetop__arrow {
  height: 0.625rem;
  width: 0.625rem;
  border-top: 3px solid #504d47;
  border-right: 3px solid #504d47;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}

.inner {
  width: 62.5rem;
  max-width: 100%;
  padding: 0 1.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 521px) {
  .inner {
    padding: 0 3.75rem;
  }
}

.section-ttl {
  text-align: center;
  font-size: 1.625rem;
  margin-bottom: 1.5rem;
}

.section-txt {
  text-align: center;
  font-size: 0.8125rem;
}

.js__fadein {
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@-webkit-keyframes blurAnime-main {
  from {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes blurAnime-main {
  from {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes bgAnime {
  from {
    margin-top: -100%;
  }
  to {
    margin-top: 0%;
  }
}
@keyframes bgAnime {
  from {
    margin-top: -100%;
  }
  to {
    margin-top: 0%;
  }
}
@-webkit-keyframes bgImage {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes bgImage {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
/**
Scrollbar
*********************************/
.simplebar-wrapper {
  padding-bottom: 15px;
}

.l-notion__swipe {
  font-size: 12px;
  margin-top: 10px;
}

.p-section {
  padding-top: 100px;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  .p-section {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-section {
    padding-top: min(16vw, 70px);
  }
}

.p-section-mv {
  position: relative;
  z-index: 2;
}
.p-section-mv__wrap {
  padding-left: 150px;
  position: relative;
}
@media screen and (max-width: 1410px) {
  .p-section-mv__wrap {
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-mv__wrap {
    padding-left: 10.6666666667vw;
  }
}
@media screen and (max-width: 521px) {
  .p-section-mv__wrap {
    padding-left: 9.3333333333vw;
  }
}
.p-section-mv__inner {
  background-color: #f9f8f2;
  position: relative;
  padding-left: 20.9%;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .p-section-mv__inner {
    padding-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-section-mv__inner {
    padding-left: 10.6666666667vw;
    padding-bottom: 60px;
  }
}
.p-section-mv__img-01 {
  aspect-ratio: 1388/800;
}
@media screen and (max-width: 1024px) {
  .p-section-mv__img-01 {
    height: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .p-section-mv__img-01 {
    height: 90vh;
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 521px) {
  .p-section-mv__img-01 {
    height: 85vh;
  }
}
.p-section-mv__img-01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-section-mv__ttl {
  color: #504d47;
  position: absolute;
  top: 7.1875vw;
  left: 10%;
}
@media screen and (max-width: 1024px) {
  .p-section-mv__ttl {
    top: 9.1145833333vw;
    left: 9.6354166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-section-mv__ttl {
    top: 13.3333333333vw;
    left: 5.3333333333vw;
  }
}
@media screen and (max-width: 521px) {
  .p-section-mv__ttl {
    top: 21.3333333333vw;
  }
}
.p-section-mv__ttl h1 img {
  width: max(38.0208333333vw, 600px);
}
@media screen and (max-width: 767px) {
  .p-section-mv__ttl h1 img {
    width: max(74.6666666667vw, 200px);
  }
}
.p-section-mv__ttl p {
  font-size: clamp(22px, 1.5104166667vw, 35px);
  font-weight: 700;
  padding: 20px 32px 25px;
  background-image: linear-gradient(to right, #504d47 1px, transparent 1px), linear-gradient(to bottom, #504d47 1px, transparent 1px), linear-gradient(to right, #504d47 1px, transparent 1px), linear-gradient(to bottom, #504d47 1px, transparent 1px);
  background-position: top left, top left, bottom left, top right;
  background-size: 5px 1px, 1px 5px, 5px 1px, 1px 5px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1024px) {
  .p-section-mv__ttl p {
    padding: 0.5208333333vw 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-section-mv__ttl p {
    font-size: clamp(16px, 4.8vw, 28px);
    padding: 4vw 4vw 4vw;
  }
}
.p-section-mv__ttl p img {
  width: 25px;
  vertical-align: middle;
  display: inline-block;
  margin: -3px 10px 0;
}
@media screen and (max-width: 767px) {
  .p-section-mv__ttl p img {
    width: 20px;
    margin: -3px 6px 0;
  }
}
.p-section-mv__img-02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 37.2%;
}
@media screen and (max-width: 767px) {
  .p-section-mv__img-02 {
    width: 70%;
  }
}
.p-section-mv__img-02 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-section-mv__scroll {
  font-size: clamp(13px, 0.6770833333vw, 13px);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 150px;
  left: 0;
  bottom: 220px;
}
@media screen and (max-width: 1410px) {
  .p-section-mv__scroll {
    width: 80px;
    bottom: 255px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-mv__scroll {
    width: 10.6666666667vw;
    left: 0;
    font-size: clamp(12px, 3.7333333333vw, 14px);
    bottom: 186px;
  }
}
@media screen and (max-width: 521px) {
  .p-section-mv__scroll {
    bottom: 205px;
    left: -2px;
  }
}
.p-section-mv__scroll i {
  width: 240px;
  height: 1px;
  background: #504d47;
  display: block;
  position: absolute;
  left: 63px;
}
@media screen and (max-width: 767px) {
  .p-section-mv__scroll i {
    position: absolute;
    top: 10px;
    width: 170px;
  }
}
.p-section-mv__scroll i::before {
  width: 240px;
  height: 2px;
  background: #504d47;
  display: block;
  position: absolute;
  left: 0.5px;
  bottom: 0;
}

.p-section-area {
  background: -webkit-gradient(linear, left top, right top, from(#252525), to(#504d47));
  background: linear-gradient(90deg, #252525, #504d47);
  margin-top: -6.25vw;
  overflow: hidden;
  padding-bottom: 5.7291666667vw;
}
@media screen and (max-width: 767px) {
  .p-section-area {
    padding-bottom: 16vw;
    margin-top: -60px;
  }
}
.p-section-area .l-common__inner {
  padding-top: 12.5vw;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-section-area .l-common__inner {
    padding-top: 0;
  }
}
.p-section-area .l-common__inner .map {
  position: absolute;
  top: 6.25vw;
  max-width: 52.64%;
  right: 80px;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1410px) {
  .p-section-area .l-common__inner .map {
    max-width: 47%;
    right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p-section-area .l-common__inner .map {
    max-width: 40%;
    right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-area .l-common__inner .map {
    position: relative;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    right: auto;
    margin: 0 0 min(16vw, 80px) auto;
    width: 85%;
    max-width: 550px;
  }
}
.p-section-area .l-common__inner .p-section-area__block-01 {
  border-bottom: 1px dotted #f9f8f2;
  padding-bottom: 2.6041666667vw;
  margin-bottom: 2.0833333333vw;
  width: 63.44%;
  max-width: 793px;
}
@media screen and (max-width: 767px) {
  .p-section-area .l-common__inner .p-section-area__block-01 {
    max-width: 100%;
    width: 100%;
    padding-bottom: 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-section-area .l-common__inner .p-section-area__block-01 ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 0.78125vw 50%;
  grid-template-columns: 50% 50%;
  gap: 0.78125vw;
}
@media screen and (min-width: 1280px) {
  .p-section-area .l-common__inner .p-section-area__block-01 ul {
    max-width: 31.25vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-section-area .l-common__inner .p-section-area__block-01 ul {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.p-section-area .l-common__inner .p-section-area__block-01 ul li {
  font-size: clamp(14px, 1.0416666667vw, 20px);
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-section-area .l-common__inner .p-section-area__block-01 ul li {
    font-size: clamp(14px, 4.2666666667vw, 18px);
    padding-bottom: 5px;
  }
}
.p-section-area .l-common__inner .p-section-area__block-01 p {
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .p-section-area .l-common__inner .p-section-area__block-01 p {
    margin-top: 2.6666666667vw;
  }
}
.p-section-area .l-common__inner .p-section-area__block-01 p small {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-section-area .l-common__inner .p-section-area__block-01 p small {
    font-size: 12px;
  }
}
.p-section-area .l-common__inner .p-section-area__block-02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625vw;
}
@media screen and (max-width: 767px) {
  .p-section-area .l-common__inner .p-section-area__block-02 ul {
    display: -ms-grid;
    display: grid;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    gap: 4vw;
  }
}
.p-section-area .l-common__inner .p-section-area__block-02 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-section-area .l-common__inner .p-section-area__block-02 ul li img {
  width: max(3.90625vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-section-area .l-common__inner .p-section-area__block-02 ul li img {
    width: max(20vw, 60px);
  }
}
.p-section-area .l-common__inner .p-section-area__block-02 ul li div {
  margin-left: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .p-section-area .l-common__inner .p-section-area__block-02 ul li div {
    margin-left: 5.3333333333vw;
  }
}
.p-section-area .l-common__inner .p-section-area__block-02 ul li div h3 {
  white-space: nowrap;
  margin-bottom: 0.2604166667vw;
  font-size: clamp(16px, 1.0416666667vw, 20px);
}
@media screen and (max-width: 767px) {
  .p-section-area .l-common__inner .p-section-area__block-02 ul li div h3 {
    font-size: clamp(14px, 4.2666666667vw, 20px);
  }
}
.p-section-area .l-common__inner .p-section-area__block-02 ul li div p {
  font-size: clamp(13px, 0.7291666667vw, 14px);
}
@media screen and (max-width: 767px) {
  .p-section-area .l-common__inner .p-section-area__block-02 ul li div p {
    font-size: clamp(12px, 3.7333333333vw, 18px);
  }
}
.p-section-area .l-common__inner .p-section-area__block-02 p {
  margin-top: 1.0416666667vw;
}
.p-section-area .l-common__inner .p-section-area__block-02 p small {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-section-area .l-common__inner .p-section-area__block-02 p small {
    font-size: 12px;
  }
}

.p-section-strength {
  padding-top: 5.7291666667vw;
  padding-bottom: 15.625vw;
  position: relative;
  overflow-y: visible;
}
@media screen and (max-width: 767px) {
  .p-section-strength {
    padding-top: 12vw;
    padding-bottom: 16vw;
  }
}
.p-section-strength::before {
  content: "";
  background-image: url("../images/top/bg-strength.webp");
  background-size: contain;
  aspect-ratio: 1/1;
  position: absolute;
  width: 59.84375vw;
  right: -13.5416666667vw;
  top: -6.5625vw;
  z-index: 1;
  -webkit-animation: spin 50s linear infinite;
          animation: spin 50s linear infinite;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .p-section-strength::before {
    width: 106.6666666667vw;
    right: -34.6666666667vw;
    top: -16.8vw;
  }
}
.p-section-strength .l-common__inner {
  position: relative;
  z-index: 2;
}
.p-section-strength h3 {
  font-size: clamp(22px, 1.875vw, 36px);
  color: #504d47;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .p-section-strength h3 {
    font-size: clamp(18px, 5.3333333333vw, 24px);
    margin-bottom: 5.3333333333vw;
  }
}
.p-section-strength h3 + p {
  color: #504d47;
  font-size: clamp(14px, 0.7291666667vw, 14px);
  letter-spacing: 0.08em;
  line-height: 1.8571428571;
  margin-bottom: 3.90625vw;
}
@media screen and (max-width: 767px) {
  .p-section-strength h3 + p {
    font-size: clamp(12px, 3.7333333333vw, 16px);
    margin-bottom: 16vw;
  }
}
.p-section-strength h4 {
  text-align: center;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
  color: #504d47;
  margin-top: 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .p-section-strength h4 {
    margin-top: 4vw;
    margin-bottom: 4vw;
    font-size: clamp(18px, 5.3333333333vw, 24px);
  }
}
.p-section-strength h4 small {
  font-size: clamp(12px, 0.7291666667vw, 14px);
  font-weight: 600;
  color: #504d47;
}
@media screen and (max-width: 767px) {
  .p-section-strength h4 small {
    font-size: clamp(14px, 4.2666666667vw, 16px);
  }
}
.p-section-strength h4 img {
  width: 3px;
  height: 3px;
  display: block;
  margin: 2px auto 2px;
}
.p-section-strength h4 + p {
  font-size: clamp(13px, 0.7291666667vw, 14px);
  color: #504d47;
  letter-spacing: 0.08em;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  .p-section-strength h4 + p {
    font-size: clamp(12px, 3.7333333333vw, 16px);
  }
}
.p-section-strength ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(33.333% - 2.4270833333vw) 3.6458333333vw calc(33.333% - 2.4270833333vw) 3.6458333333vw calc(33.333% - 2.4270833333vw);
  grid-template-columns: calc(33.333% - 2.4270833333vw) calc(33.333% - 2.4270833333vw) calc(33.333% - 2.4270833333vw);
  gap: 3.6458333333vw;
}
@media screen and (max-width: 767px) {
  .p-section-strength ul {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-section-strength ul li img {
    aspect-ratio: 12/8;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-section-strength .l-wrapeer__figure {
  overflow-x: auto;
  max-width: 100%;
  margin-top: 4.1666666667vw;
  padding-bottom: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .p-section-strength .l-wrapeer__figure {
    margin-top: 10.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.p-section-strength .l-wrapeer__figure picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  max-width: 960px;
}
@media screen and (max-width: 1024px) {
  .p-section-strength .l-wrapeer__figure picture {
    width: 900px;
    max-width: 900px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-strength .l-wrapeer__figure picture {
    width: 800px;
    max-width: 800px;
  }
}
@media screen and (max-width: 521px) {
  .p-section-strength .l-wrapeer__figure picture {
    width: 500px;
    max-width: 500px;
  }
}
.p-section-strength .l-wrapeer__figure picture img {
  width: 960px;
  max-width: 960px;
}
@media screen and (max-width: 1024px) {
  .p-section-strength .l-wrapeer__figure picture img {
    width: 900px;
    max-width: 900px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-strength .l-wrapeer__figure picture img {
    width: 800px;
    max-width: 800px;
  }
}
@media screen and (max-width: 521px) {
  .p-section-strength .l-wrapeer__figure picture img {
    width: 500px;
    max-width: 500px;
  }
}
.p-section-strength .p-figure__text {
  margin-top: 2.6666666667vw;
}
.p-section-strength .p-figure__text p {
  font-size: clamp(12px, 3.4666666667vw, 13px);
}
.p-section-strength .p-figure__text b {
  font-size: clamp(14px, 3.7333333333vw, 14px);
}

.p-section-pbm {
  background-color: #f9f8f2;
  padding-bottom: 6.6666666667vw;
}
@media screen and (max-width: 767px) {
  .p-section-pbm {
    padding-bottom: 16vw;
    margin-top: 0vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(5%, #fff), color-stop(5%, #f9f8f2), to(#f9f8f2));
    background: linear-gradient(180deg, #fff 0%, #fff 5%, #f9f8f2 5%, #f9f8f2 100%);
    background-color: transparent;
  }
}
.p-section-pbm__head {
  position: relative;
  padding-top: 4.4270833333vw;
}
@media screen and (max-width: 767px) {
  .p-section-pbm__head {
    padding-top: 0vw;
  }
}
.p-section-pbm__head picture {
  display: block;
  position: absolute;
  left: 0;
  top: -6.25vw;
  width: 59.5%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-section-pbm__head picture {
    top: 0vw;
    width: 85%;
    position: relative;
  }
}
.p-section-pbm__head__content {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff));
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #fff 50%);
  width: max(46.0416666667vw, 600px);
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: calc((100vw - 1080px - 160px) / 2 + 4.1666666667vw);
  padding: 4.4270833333vw 4.7916666667vw;
  max-width: 884px;
}
@media screen and (max-width: 1240px) {
  .p-section-pbm__head__content {
    margin-right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .p-section-pbm__head__content {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-pbm__head__content {
    width: 100%;
    max-width: 100%;
    padding: min(12vw, 60px) 5.3333333333vw 10.6666666667vw;
    margin-right: auto;
    background: #f9f8f2;
  }
}
@media screen and (max-width: 767px) {
  .p-section-pbm__head__content h2 {
    margin-bottom: 5.3333333333vw;
  }
}
.p-section-pbm__head__content h2 .en {
  display: block;
  font-size: clamp(60px, 6.7708333333vw, 130px);
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-section-pbm__head__content h2 .en {
    font-size: clamp(28px, 9.3333333333vw, 42px);
  }
}
.p-section-pbm__head__content h2 .ja {
  margin-top: 0.1em;
  display: block;
  color: #c3bfb2;
  font-size: clamp(22px, 1.6666666667vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-section-pbm__head__content h2 .ja {
    font-size: clamp(14px, 4.2666666667vw, 20px);
    margin-top: 1.8666666667vw;
  }
}
.p-section-pbm__head__content__txt {
  font-size: clamp(14px, 0.7291666667vw, 14px);
  letter-spacing: 0.08em;
  margin-top: 2.6041666667vw;
  line-height: 2.07;
}
@media screen and (max-width: 767px) {
  .p-section-pbm__head__content__txt {
    font-size: clamp(12px, 3.7333333333vw, 16px);
    line-height: 1.85;
  }
}
.p-section-pbm__head__content__txt p + p {
  margin-top: 1em;
}
.p-section-pbm__img {
  overflow-x: auto;
  margin-top: -1.5625vw;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-section-pbm__img {
    margin-top: 0;
  }
}
.p-section-pbm__img picture {
  display: block;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .p-section-pbm__img picture {
    width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-pbm__img picture {
    width: 800px;
  }
}
@media screen and (max-width: 521px) {
  .p-section-pbm__img picture {
    width: 500px;
  }
}
.p-section-pbm__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.34375vw 1fr;
  grid-template-columns: 1fr 1fr;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  -webkit-column-gap: 2.34375vw;
     -moz-column-gap: 2.34375vw;
          column-gap: 2.34375vw;
  margin-top: 5.2083333333vw;
}
@media screen and (max-width: 767px) {
  .p-section-pbm__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-top: 16vw;
    gap: 8vw;
  }
}
.p-section-pbm__list__item__ttl {
  color: #fff;
  letter-spacing: 0.03em;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  width: 18.9583333333vw;
  background-color: #504d47;
  padding: 0.78125vw;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .p-section-pbm__list__item__ttl {
    width: 100%;
    margin-bottom: 5.3333333333vw;
    font-size: clamp(16px, 4.8vw, 18px);
    padding: 2.6666666667vw;
  }
}
.p-section-pbm__list__item__ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8.5px 0 8.5px;
  border-color: #504d47 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-section-pbm__list__item p {
  font-size: clamp(13px, 3.7333333333vw, 14px);
  text-align: center;
  letter-spacing: 0.08em;
  color: #504d47;
}
@media screen and (max-width: 767px) {
  .p-section-pbm__list__item p {
    font-size: clamp(12px, 3.7333333333vw, 16px);
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-section-pbm__list__item p br {
    display: none;
  }
}
.p-section-pbm .section-accordion {
  margin-top: 40px;
  border-top: 1px solid #504d47;
}
.p-section-pbm .section-accordion > li {
  border-bottom: 1px solid #504d47;
}
.p-section-pbm .section-accordion__ttl {
  padding: 15px 24px 15px 24px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  font-size: clamp(14.5px, 0.8333333333vw, 16px);
  color: #504d47;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-section-pbm .section-accordion__ttl {
    padding: 15px 24px 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-pbm .section-accordion__ttl {
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 2.6666666667vw;
    font-size: clamp(14px, 4.5333333333vw, 17px);
  }
}
.p-section-pbm .section-accordion__ttl span {
  border-radius: 100%;
  background-color: #504d47;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-section-pbm .section-accordion__ttl span::before {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 2.3px;
  background-image: url("../images/top/bar-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: calc(50% - 5.7px);
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-section-pbm .section-accordion__ttl span::after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 2.3px;
  background-image: url("../images/top/bar-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: calc(50% - 6px);
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-section-pbm .section-accordion__ttl.active span::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.p-section-pbm .section-accordion__content {
  display: none;
  padding-top: 23px;
  padding-bottom: 30px;
  background-image: linear-gradient(to right, #504d47 1px, transparent 1px);
  background-position: top left;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  color: #504d47;
  font-size: clamp(14px, 0.7291666667vw, 14px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-section-pbm .section-accordion__content {
    padding-top: 6.1333333333vw;
    padding-bottom: 8vw;
    font-size: clamp(12px, 3.7333333333vw, 16px);
  }
}
.p-section-pbm .section-accordion__content__point {
  margin-top: 15px;
  background-color: #fff;
  padding: 0 24px 22px 0;
}
@media screen and (max-width: 767px) {
  .p-section-pbm .section-accordion__content__point {
    margin-top: 4vw;
    padding: 0 5.3333333333vw 2.6666666667vw 0;
  }
}
.p-section-pbm .section-accordion__content__point h4 {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  background-color: #504d47;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-section-pbm .section-accordion__content__point h4 {
    padding: 1.3333333333vw;
  }
}
.p-section-pbm .section-accordion__content__point h4::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid #504d47;
  bottom: -9px;
  left: 0;
}
.p-section-pbm .section-accordion__content__point p {
  margin-top: 0.78125vw;
  padding-left: 24px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-section-pbm .section-accordion__content__point p {
    margin-top: 2.6666666667vw;
    padding-left: 6.4vw;
    margin-bottom: 2.6666666667vw;
  }
}

.p-section-plan__head {
  padding-top: 6.09375vw;
  padding-bottom: 135px;
  background-color: #504d47;
}
@media screen and (max-width: 767px) {
  .p-section-plan__head {
    padding-bottom: 85px;
    padding-top: 16vw;
  }
}
.p-section-plan__head .l-title__03 {
  color: #fff;
}
.p-section-plan__head .l-title__03 small {
  color: #fff;
}
.p-section-plan__head__txt {
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.55;
  font-size: clamp(22px, 1.7708333333vw, 32px);
  font-weight: 700;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .p-section-plan__head__txt {
    font-size: clamp(18px, 5.3333333333vw, 24px);
    margin-top: 5.3333333333vw;
  }
}
.p-section-plan__tab {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 192px;
}
@media screen and (max-width: 767px) {
  .p-section-plan__tab {
    height: 190px;
  }
}
.p-section-plan__tab__item {
  cursor: pointer;
  color: #504d47;
  border-radius: 0.5208333333vw 0.5208333333vw 0 0;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 95px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-section-plan__tab__item {
    padding-top: 30px;
    padding-bottom: 65px;
  }
}
.p-section-plan__tab__item::before {
  content: "";
  background: rgba(80, 77, 71, 0.3);
  width: 100%;
  height: 90%;
  position: absolute;
  left: 0;
  top: -53px;
  z-index: 2;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-section-plan__tab__item::before {
    top: -33px;
    height: 174px;
  }
}
.p-section-plan__tab__item.active::before {
  opacity: 0;
}
.p-section-plan__tab__item img {
  width: 110px;
  position: absolute;
  left: 50%;
  top: -53px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-section-plan__tab__item img {
    width: 65px;
    top: -33px;
  }
}
.p-section-plan__tab__item h3 {
  position: relative;
  z-index: 2;
  letter-spacing: 0.03em;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-section-plan__tab__item h3 {
    font-size: clamp(14px, 4.2666666667vw, 20px);
    line-height: 1.3;
  }
}
.p-section-plan__tab__item h3 span {
  font-size: clamp(12px, 0.7291666667vw, 14px);
  letter-spacing: 0.08em;
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-section-plan__tab__item h3 span {
    font-size: clamp(10px, 3.2vw, 14px);
    line-height: 1.3;
    margin-top: 1.3333333333vw;
    padding: 0 2.6666666667vw;
  }
}
.p-section-plan__body {
  background-color: #504d47;
  background: linear-gradient(to bottom, #504d47 0%, #504d47 119px, #fff 119px);
}
@media screen and (max-width: 767px) {
  .p-section-plan__body {
    background: linear-gradient(to bottom, #504d47 0%, #504d47 140px, #fff 140px);
  }
}
.p-section-plan__container {
  overflow-x: auto;
  padding-bottom: 20px;
  background: #fff;
}
.p-section-plan__container__content {
  width: 960px;
  padding: 0.15625vw;
  display: none;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-section-plan__container__content {
    width: 809px;
    padding: 0.8vw;
  }
}
.p-section-plan__container__content.show {
  display: block;
}
.p-section-plan__container__content table {
  text-align: center;
  width: 951px;
  border-spacing: 0;
  color: #504d47;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-section-plan__container__content table {
    width: 800px;
  }
}
.p-section-plan__container__content table th, .p-section-plan__container__content table td {
  border-right: 2px solid #504d47;
}
.p-section-plan__container__content table th {
  border-bottom: 2px solid #504d47;
  position: relative;
  padding: 1.0416666667vw 1.0416666667vw 1.5625vw;
  width: 25%;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .p-section-plan__container__content table th {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-plan__container__content table th {
    font-size: 16px;
  }
}
.p-section-plan__container__content table th span {
  letter-spacing: 0.03em;
  font-size: 14px;
  display: block;
}
.p-section-plan__container__content table th::before {
  content: "";
  position: absolute;
  top: 0;
  right: -0.2083333333vw;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  background-color: #504d47;
  border-radius: 50%;
}
.p-section-plan__container__content table th:first-child::after, .p-section-plan__container__content table th:last-child::after {
  content: "";
  position: absolute;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  bottom: -0.2083333333vw;
  background-color: #504d47;
  border-radius: 50%;
}
.p-section-plan__container__content table th:first-child::after {
  left: 0;
}
.p-section-plan__container__content table th:last-child::after {
  right: -0.15625vw;
}
.p-section-plan__container__content table td {
  background-image: linear-gradient(to right, #504d47 1px, transparent 1px);
  background-position: bottom left;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  padding: 1.3020833333vw;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .p-section-plan__container__content table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-plan__container__content table td {
    font-size: 16px !important;
    padding: 2.6666666667vw;
  }
}
.p-section-plan__container__content table td .fix-text {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-section-plan__container__content table td .fix-text {
    font-size: 16px;
  }
}
.p-section-plan__container__content table td.txt {
  text-align: left;
  line-height: 1.42;
  font-size: 14px;
  place-content: baseline;
}
.p-section-plan__container__content table td.circle {
  position: relative;
}
.p-section-plan__container__content table td.circle::after {
  content: "";
  position: absolute;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  right: -0.2083333333vw;
  bottom: -0.15625vw;
  background-color: #504d47;
  border-radius: 50%;
}
.p-section-plan__container__content table td.price {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-section-plan__container__content table td.price {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-plan__container__content table td.price {
    font-size: 20px;
  }
}
.p-section-plan__container__content table tr:last-child td {
  position: relative;
}
.p-section-plan__container__content table tr:last-child td::after {
  content: "";
  position: absolute;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  right: -0.2083333333vw;
  bottom: -0.15625vw;
  background-color: #504d47;
  border-radius: 50%;
}
.p-section-plan__container__btn {
  display: block;
  background-color: #504d47;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.1666666667vw;
  max-width: 100%;
  width: max(19.9479166667vw, 300px);
  height: max(4.1666666667vw, 55px);
  text-align: center;
  border-bottom: 4.1666666667vw;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 9999px;
  padding: max(1.3020833333vw, 18px);
  font-size: max(0.78125vw, 13px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-section-plan__container__btn {
    margin-top: 10.6666666667vw;
    padding: max(6.6666666667vw, 18px);
    font-size: clamp(14px, 3.7333333333vw, 18px);
    width: max(66.6666666667vw, 200px);
    height: min(13.3333333333vw, 80px);
    padding: 0;
  }
}
.p-section-plan__container__btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-section-plan__container__btn:hover {
    opacity: 1;
  }
}

.p-section-message {
  background: #f9f8f2;
  margin-top: 17.8645833333vw;
  padding-bottom: 5.9895833333vw;
}
@media screen and (max-width: 767px) {
  .p-section-message {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-section-message__content h3 {
  color: #504d47;
  font-size: clamp(24px, 1.6666666667vw, 32px);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 767px) {
  .p-section-message__content h3 {
    font-size: clamp(18px, 4.8vw, 22px);
    margin-top: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-section-message__content p {
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #504d47;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-section-message__content p {
    font-size: clamp(12px, 3.7333333333vw, 16px);
    line-height: 1.75;
  }
}
.p-section-message__image {
  padding-left: calc((100% - 1080px) / 2);
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (max-width: 1410px) {
  .p-section-message__image {
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-message__image {
    padding-left: 5.3333333333vw;
  }
}
.p-section-message__image picture {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-section-message__image picture {
    margin-top: 5.3333333333vw;
  }
}
.p-section-message__image picture img {
  position: relative;
  top: -6.25vw;
}
@media screen and (max-width: 1024px) {
  .p-section-message__image picture img {
    aspect-ratio: 12/6;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-section-message__image picture img {
    aspect-ratio: 12/9;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
  }
}
.p-section-message__image .p-section-message__title {
  position: absolute;
  bottom: 6.25vw;
  z-index: 2;
  background: #f9f8f2;
  padding-top: 5.2083333333vw;
  padding-right: 5.2083333333vw;
}
@media screen and (max-width: 767px) {
  .p-section-message__image .p-section-message__title {
    position: relative;
    bottom: auto;
    padding-top: 0vw;
    padding-right: 10.6666666667vw;
    background: none;
  }
}
.p-section-message__image .l-common__inner {
  max-width: 1080px;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 2000px) {
  .p-section-message__image .l-common__inner {
    max-width: calc(65.1041666667vw + 0px);
  }
}
.p-section-message__image .l-common__inner .p-section-message__head {
  position: absolute;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 6px;
  top: -8.8541666667vw;
}
@media screen and (max-width: 1410px) {
  .p-section-message__image .l-common__inner .p-section-message__head {
    right: 80px;
    gap: 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-message__image .l-common__inner .p-section-message__head {
    right: 5.3333333333vw;
    top: 13.3333333333vw;
  }
}
.p-section-message__image .l-common__inner .p-section-message__head span.bg {
  font-size: clamp(17px, 1.6666666667vw, 32px);
  font-weight: 700;
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.08em;
  background: #504d47;
  color: #fff;
  padding: 20px min(1.0416666667vw, 20px);
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-section-message__image .l-common__inner .p-section-message__head span.bg {
    font-size: clamp(12px, 3.7333333333vw, 20px);
    padding: 10px 10px;
  }
}
.p-section-message__image .l-common__inner .p-section-message__head span.bg.animate {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.p-section-message__image .l-common__inner .p-section-message__head span.bg span {
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  .p-section-message__image .l-common__inner .p-section-message__head span.bg span {
    margin-top: -5px;
  }
}
.p-section-message__name {
  margin-top: 2.0833333333vw;
  text-align: right;
}
.p-section-message__name small {
  font-size: clamp(14px, 0.7291666667vw, 14px);
}
@media screen and (max-width: 767px) {
  .p-section-message__name small {
    font-size: clamp(12px, 3.4666666667vw, 17px);
  }
}
.p-section-message__name span {
  font-size: clamp(25px, 1.5625vw, 30px);
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-section-message__name span {
    font-size: clamp(18px, 5.3333333333vw, 24px);
    margin-left: 8px;
  }
}

.p-section-contact {
  background-image: url("../images/top/bg-contact.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.25vw 0 max(6.5104166667vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-section-contact {
    padding: 16vw 0 17.3333333333vw;
  }
}
.p-section-contact .l-title__03 {
  color: #fff;
  margin-bottom: 2.34375vw;
}
@media screen and (max-width: 767px) {
  .p-section-contact .l-title__03 {
    margin-bottom: 5.3333333333vw;
  }
}
.p-section-contact .l-title__03 small {
  color: #fff;
}
.p-section-contact p {
  font-size: clamp(22px, 1.6666666667vw, 32px);
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 3.3854166667vw;
}
@media screen and (max-width: 767px) {
  .p-section-contact p {
    font-size: clamp(14px, 4.2666666667vw, 20px);
    margin-bottom: 8vw;
  }
}
.p-section-contact p br.sp {
  display: none;
}
@media screen and (max-width: 521px) {
  .p-section-contact p br.sp {
    display: block;
  }
}

/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #333;
  text-align: center;
  color: #fff;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.l-form__wrap {
  background-color: #f9f8f2;
  padding-top: 5.9895833333vw;
  padding-bottom: 5.9895833333vw;
  color: #504d47;
}
@media screen and (max-width: 1024px) {
  .l-form__wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-form__wrap {
    padding-top: 15.2vw;
    padding-bottom: 15.2vw;
  }
}
.l-form__txt {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.73;
  font-size: clamp(24px, 1.6666666667vw, 32px);
}
@media screen and (max-width: 767px) {
  .l-form__txt {
    font-size: clamp(20px, 5.3333333333vw, 24px);
    line-height: 1.53;
  }
}
.l-form__link {
  position: relative;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(13px, 0.7291666667vw, 14px);
  -webkit-column-gap: 0.65em;
     -moz-column-gap: 0.65em;
          column-gap: 0.65em;
  margin-top: 1.25vw;
  margin-bottom: 3.59375vw;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
@media screen and (max-width: 767px) {
  .l-form__link {
    font-size: clamp(12px, 3.7333333333vw, 18px);
    margin-top: 3.2vw;
    margin-bottom: 10.1333333333vw;
  }
}
.l-form__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .l-form__link:hover {
    opacity: 1;
  }
}
.l-form__link::after {
  content: "";
  background-image: url("../images/common/ico-link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 9px;
}

.l-form__wrap form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.l-form__wrap form table {
  display: block;
  color: #504d47;
}
.l-form__wrap form table tbody {
  display: block;
}
.l-form__wrap form table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.625vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .l-form__wrap form table tr {
    row-gap: 2.6666666667vw;
  }
}
.l-form__wrap form table tr + tr {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .l-form__wrap form table tr + tr {
    margin-top: 6.6666666667vw;
  }
}
.l-form__wrap form table th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-column-gap: 0.62em;
     -moz-column-gap: 0.62em;
          column-gap: 0.62em;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: max(0.8333333333vw, 16px);
}
@media screen and (max-width: 767px) {
  .l-form__wrap form table th {
    font-size: clamp(14px, 3.7333333333vw, 16px);
  }
}
.l-form__wrap form table th .hissu {
  font-size: max(0.5208333333vw, 10px);
  color: #fff;
  background-color: #504d47;
  display: inline-block;
  padding: 0.2083333333vw 0.625vw;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .l-form__wrap form table th .hissu {
    font-size: max(2.6666666667vw, 10px);
    padding: 1.0666666667vw 3.2vw;
  }
}
.l-form__wrap form table th:not(:has(.hissu))::after {
  content: "任意";
  font-size: max(0.5208333333vw, 10px);
  color: #fff;
  background-color: #c3bfb2;
  display: inline-block;
  padding: 0.2083333333vw 0.625vw;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .l-form__wrap form table th:not(:has(.hissu))::after {
    font-size: max(2.6666666667vw, 10px);
    padding: 1.0666666667vw 3.2vw;
  }
}
.l-form__wrap form input[type=text], .l-form__wrap form input[type=tel], .l-form__wrap form input[type=email], .l-form__wrap form textarea {
  background-color: #fff;
  font-size: max(0.8333333333vw, 14px);
  padding: 1.0416666667vw 1.1458333333vw 1.3020833333vw;
  display: block;
  width: 100%;
  letter-spacing: 0.08em;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .l-form__wrap form input[type=text], .l-form__wrap form input[type=tel], .l-form__wrap form input[type=email], .l-form__wrap form textarea {
    font-size: clamp(14px, 3.7333333333vw, 16px);
    padding: 2.6666666667vw 2.9333333333vw 3.2vw;
  }
}
.l-form__wrap form input[type=text]::-webkit-input-placeholder, .l-form__wrap form input[type=tel]::-webkit-input-placeholder, .l-form__wrap form input[type=email]::-webkit-input-placeholder, .l-form__wrap form textarea::-webkit-input-placeholder {
  color: #c3bfb2;
}
.l-form__wrap form input[type=text]::-moz-placeholder, .l-form__wrap form input[type=tel]::-moz-placeholder, .l-form__wrap form input[type=email]::-moz-placeholder, .l-form__wrap form textarea::-moz-placeholder {
  color: #c3bfb2;
}
.l-form__wrap form input[type=text]:-ms-input-placeholder, .l-form__wrap form input[type=tel]:-ms-input-placeholder, .l-form__wrap form input[type=email]:-ms-input-placeholder, .l-form__wrap form textarea:-ms-input-placeholder {
  color: #c3bfb2;
}
.l-form__wrap form input[type=text]::-ms-input-placeholder, .l-form__wrap form input[type=tel]::-ms-input-placeholder, .l-form__wrap form input[type=email]::-ms-input-placeholder, .l-form__wrap form textarea::-ms-input-placeholder {
  color: #c3bfb2;
}
.l-form__wrap form input[type=text]::placeholder, .l-form__wrap form input[type=tel]::placeholder, .l-form__wrap form input[type=email]::placeholder, .l-form__wrap form textarea::placeholder {
  color: #c3bfb2;
}
.l-form__wrap form .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.3em;
     -moz-column-gap: 1.3em;
          column-gap: 1.3em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5em;
  margin-left: -14px;
}
.l-form__wrap form .wpcf7-checkbox .wpcf7-list-item {
  font-size: clamp(14px, 0.7291666667vw, 14px);
  position: relative;
}
.l-form__wrap form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  display: inline-block;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 100%;
  height: 1.5625vw;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  opacity: 0;
  cursor: pointer;
  font-size: clamp(14px, 0.7291666667vw, 14px);
}
@media screen and (max-width: 767px) {
  .l-form__wrap form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
    width: 100%;
    height: 20px;
  }
}
.l-form__wrap form .wpcf7-checkbox .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.57em;
     -moz-column-gap: 0.57em;
          column-gap: 0.57em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
}
.l-form__wrap form .wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  width: 1.5625vw;
  height: 1.5625vw;
  border: 1px solid #504d47;
  border-radius: 3px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-form__wrap form .wpcf7-checkbox .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }
}
.l-form__wrap form .wpcf7-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.2604166667vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  background-color: #504d47;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 3px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-form__wrap form .wpcf7-checkbox .wpcf7-list-item-label::after {
    left: 3.4px;
    width: 13.4px;
    height: 13.4px;
  }
}
.l-form__wrap form .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.l-form__wrap form .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.7em;
     -moz-column-gap: 1.7em;
          column-gap: 1.7em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.3em;
  margin-left: -14px;
}
.l-form__wrap form .wpcf7-radio .wpcf7-list-item {
  position: relative;
  font-size: clamp(14px, 0.7291666667vw, 14px);
}
.l-form__wrap form .wpcf7-radio .wpcf7-list-item input[type=radio] {
  display: inline-block;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 100%;
  height: 1.5625vw;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  opacity: 0;
  font-size: clamp(14px, 0.7291666667vw, 14px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-form__wrap form .wpcf7-radio .wpcf7-list-item input[type=radio] {
    width: 100%;
    height: 20px;
  }
}
.l-form__wrap form .wpcf7-radio .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.57em;
     -moz-column-gap: 0.57em;
          column-gap: 0.57em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
}
.l-form__wrap form .wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  width: 1.5625vw;
  height: 1.5625vw;
  border: 1px solid #504d47;
  border-radius: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-form__wrap form .wpcf7-radio .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }
}
.l-form__wrap form .wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.2604166667vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  background-color: #504d47;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-form__wrap form .wpcf7-radio .wpcf7-list-item-label::after {
    left: 3.4px;
    width: 13.4px;
    height: 13.4px;
  }
}
.l-form__wrap form .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.l-form__wrap form input[type=submit] {
  font-size: clamp(15px, 0.78125vw, 15px);
  font-weight: 700;
  color: #fff;
  background: #504d47;
  letter-spacing: 0.1em;
  width: max(19.9479166667vw, 300px);
  height: max(4.1666666667vw, 55px);
  padding: max(1.3020833333vw, 18px);
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  text-align: center;
  margin-top: 3.9583333333vw;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-form__wrap form input[type=submit] {
    font-size: clamp(14px, 3.7333333333vw, 18px);
    width: max(66.6666666667vw, 200px);
    height: min(13.3333333333vw, 80px);
    margin-top: 10.1333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
.l-form__wrap form input[type=submit]:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .l-form__wrap form input[type=submit]:hover {
    opacity: 1;
  }
}
.l-form__wrap form .wpcf7cf-hidden {
  margin-top: 1em;
}
.l-form__wrap form .wpcf7cf-hidden.hidden {
  display: none;
}
.l-form__wrap form .wpcf7cf-hidden .kanrigaisha {
  margin-top: 0.5em;
  display: block;
}

span.wpcf7-not-valid-tip {
  color: #dc3232;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #dc3232;
  color: #dc3232;
  background: #fff;
  padding: 20px;
  font-weight: 700;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background: #fff;
  color: #398f14;
  padding: 20px;
  font-weight: 700;
}

div[data-id=kanri_g] {
  margin-top: 15px;
}

.wpcf7-form-control-wrap.kanrigaisha {
  margin-top: 10px;
  display: block;
}