@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 0rem;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: url(../../assets/img/main_bg.png);
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  letter-spacing: 0.05em;
}
body.is-active {
  overflow: hidden;
}

.l-inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--large {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--small {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.l-footer {
  position: relative;
  z-index: 10;
  background: rgba(235, 228, 215, 0.4);
  padding-top: 6rem;
  padding-bottom: 3rem;
}
.l-footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dfd5c6;
  border-radius: 10rem 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer::before {
    border-radius: 5rem 5rem 0 0;
  }
}
.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.l-footer__logo {
  display: block;
  width: 100%;
  max-width: 35rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-bottom: 0;
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer__nav {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-top: 2rem;
  }
}
.l-footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav ul li {
    width: 100%;
  }
}
.l-footer__nav ul li a {
  font-weight: 500;
  font-family: "Lora", serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer__desc {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 3rem;
  }
}
.l-footer__desc p {
  font-size: 1.3rem;
  line-height: 2;
}
.l-footer__desc p:not(:last-child) {
  margin-bottom: 2rem;
}
.l-footer__copy {
  margin-top: 4rem;
  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;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
}
.l-footer__copy p {
  font-size: 1.2rem;
}
.l-footer__copy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__copy ul li {
  width: 4rem;
}

.l-cta {
  background: #f9f7f4;
  border-radius: 6rem;
  margin-bottom: 7rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .l-cta {
    border-radius: 4rem;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.l-cta__head {
  text-align: center;
  position: relative;
  padding: 6rem;
}
@media screen and (max-width: 767px) {
  .l-cta__head {
    padding: 4rem;
  }
}
.l-cta__head img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -90%);
          transform: translate(-50%, -90%);
  max-width: 13.8rem;
}
@media screen and (max-width: 767px) {
  .l-cta__head img {
    max-width: 10.8rem;
  }
}
.l-cta__head h2 {
  font-family: "Lora", serif;
  font-size: 4.6rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-cta__head h2 {
    font-size: 3.6rem;
  }
}
.l-cta__head h2 span {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.l-cta__head p {
  font-size: 1.4rem;
  font-weight: 500;
}
.l-cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-cta__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding: 0 1.5rem;
  }
}
.l-cta__list .day {
  width: calc(50% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5rem;
  padding: 1rem;
  color: #fff;
  background: #333333;
}
@media screen and (max-width: 767px) {
  .l-cta__list .day {
    width: 100%;
    padding: 3rem 0;
  }
}
.l-cta__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 2rem);
  border-radius: 5rem;
  padding: 1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-cta__list a {
    width: 100%;
  }
}
.l-cta__list a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.l-cta__list a span {
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-cta__list a span {
    width: 5.6rem;
    height: 5.6rem;
  }
}
.l-cta__list a span img {
  width: 2.8rem;
}
.l-cta__list .tel {
  background: #333333;
}
.l-cta__list .tel p {
  font-family: "Lora", serif;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .l-cta__list .tel p {
    font-size: 2.8rem;
    padding-right: 2rem;
  }
}
.l-cta__list .tel p small {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-cta__list .tel p small {
    font-size: 1rem;
  }
}
.l-cta__list .mail {
  background: #bda47b;
}
.l-cta__list .mail p {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-cta__list .mail p {
    padding-right: 2rem;
  }
}
.l-cta .note {
  text-align: center;
  margin-top: 1rem;
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 5rem;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 2rem 3rem;
  }
}

.l-logo {
  width: 50%;
  max-width: 34rem;
  position: relative;
  z-index: 120;
}

.l-gNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-gNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-gNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-gNav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.l-gNav ul li a {
  font-family: "Lora", serif;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-gNav__line {
    margin-top: 2rem;
  }
}
.l-gNav__line a {
  background: #59aa59;
  border-radius: 10rem;
  padding: 1rem 2rem 1rem 1rem;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  letter-spacing: 0.1em;
}
.l-gNav__line a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  background: #fff;
  border-radius: 100%;
}
.l-gNav__line a span img {
  width: 1rem;
}

@media screen and (max-width: 767px) {
  .l-gNav {
    position: fixed;
    z-index: 100;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    background: #ffffff;
  }
  .l-gNav.is-active {
    left: 0;
  }
}
.l-hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-hamburger {
    position: relative;
    z-index: 120;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 5rem;
    height: 5rem;
  }
  .l-hamburger__frame {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 2px;
  }
  .l-hamburger span {
    background: #000000;
  }
  .l-hamburger span:nth-of-type(1) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .l-hamburger span:nth-of-type(2) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  .l-hamburger span:nth-of-type(3) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  .l-hamburger.is-active span:nth-of-type(1) {
    opacity: 0;
  }
  .l-hamburger.is-active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .l-hamburger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.js-splideItr {
  padding: 0 3rem;
}
.js-splideItr .splide__slide {
  padding-top: 3rem;
}
.js-splideItr .splide__slide a {
  display: block;
}
.js-splideItr .splide__arrow--prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.js-splideItr .splide__arrows {
  margin-top: 3rem;
  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;
}
.js-splideItr .splide__arrows img {
  width: 4rem;
}
.js-splideItr .splide__pagination {
  margin-top: -2.5rem;
  gap: 1rem;
}
.js-splideItr .splide__pagination button {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background: #fff;
}
.js-splideItr .splide__pagination button.is-active {
  background: #333;
}

.p-view {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-view {
    overflow: hidden;
    height: 40rem;
  }
}
.p-view::before {
  content: "";
  position: absolute;
  top: -16rem;
  left: 0;
  width: 78rem;
  background: url(../../assets/img/dec-1.png) no-repeat center/contain;
  aspect-ratio: 773/675;
}
.p-view__wrap {
  position: relative;
}
.p-view__desc {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: calc(50% - 36rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-view__desc {
    left: 2rem;
    top: 17%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.p-view__desc p {
  font-family: "Lora", serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
  color: #bda47b;
}
@media screen and (max-width: 767px) {
  .p-view__desc p {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
.p-view__desc h1 {
  font-size: 5.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-view__desc h1 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.p-view__desc span img {
  max-width: 10rem;
  margin-top: 6rem;
  margin-left: -7rem;
}
@media screen and (max-width: 767px) {
  .p-view__desc span img {
    max-width: 4rem;
    margin-top: 1rem;
    margin-left: 0rem;
  }
}
.p-view .splide {
  width: calc(50% + 15rem);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-view .splide {
    width: 100%;
  }
}
.p-view .splide__slide {
  overflow: hidden;
  height: 73rem;
  border-radius: 20rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-view .splide__slide {
    height: 55rem;
    border-radius: 0;
  }
}
.p-view .splide__slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-view .splide__slide img {
    height: 40rem;
  }
}

.p-read {
  position: relative;
  z-index: 10;
  padding: 15rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-read {
    padding: 12rem 3rem 8rem;
  }
}
.p-read::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 8rem;
  right: 0;
  width: 46rem;
  background: url(../../assets/img/dec-2.png) no-repeat center/contain;
  aspect-ratio: 50/57;
}
@media screen and (max-width: 767px) {
  .p-read::before {
    width: 26rem;
  }
}
.p-read__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-read__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.p-read__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc(50% - 50vw);
}
.p-read__img figure {
  overflow: hidden;
  border-radius: 0 6rem 6rem 0;
}
.p-read__img figure img {
  width: 100%;
  height: 58rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-read__img figure img {
    height: 40rem;
  }
}
.p-read__img figure img.small {
  height: 48rem;
}
@media screen and (max-width: 767px) {
  .p-read__img figure img.small {
    height: 36rem;
  }
}
.p-read__logo {
  max-width: 22rem;
  margin-top: 5rem;
  margin-right: 6rem;
  margin-bottom: 6rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-read__logo {
    margin-top: 1rem;
    max-width: 15rem;
    margin-right: auto;
    margin-left: 3rem;
    margin-bottom: 4rem;
  }
}
.p-read__desc {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-read__desc {
    width: 100%;
  }
}
.p-read__desc h2 {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 4rem;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-read__desc h2 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    letter-spacing: 0;
  }
}
.p-read__desc p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-read__desc p {
    font-size: 1.4rem;
  }
}
.p-read__desc p:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-read__desc p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.p-news {
  position: relative;
  z-index: 10;
  padding: 8rem 3rem;
}
.p-news::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(50% - 75rem);
  border-radius: 10rem 0 0 0;
  background: #f3f0ec;
}
.p-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9rem;
}
@media screen and (max-width: 767px) {
  .p-news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    position: relative;
    padding-bottom: 8rem;
  }
  .p-news__wrap .c-elmBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.p-news__head {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news__head {
    margin-top: 0;
  }
}
.p-news__head h2 {
  font-family: "Lora", serif;
  font-size: 4.6rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-news__head h2 {
    font-size: 3.4rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.p-news__article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-news__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  padding: 2rem 8rem 2rem 2rem;
  border-radius: 1rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-news__list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 2rem;
  }
}
.p-news__list a .date {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #bda47b;
}
.p-news__list a .ttl {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-news__list a .ttl {
    font-size: 1.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}

.p-movie {
  padding: 12rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-movie {
    padding: 3rem;
  }
}
.p-movie__wrap iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 560/400;
}

.p-bnr {
  padding: 12rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-bnr {
    padding: 3rem 3rem 10rem;
  }
}
.p-bnr__large {
  display: block;
}

.p-intr {
  padding: 12rem 3rem;
  background: #efeae2;
}
@media screen and (max-width: 767px) {
  .p-intr {
    padding: 8rem 0;
  }
}
.p-intr__list {
  display: grid;
  gap: 6rem 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-intr__list {
    grid-template-columns: repeat(6, 1fr);
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap: 2rem;
    padding-top: 3rem;
  }
  .p-intr__list::-webkit-scrollbar {
    display: none;
  }
}
.p-intr__list--archive {
  display: grid;
  gap: 6rem 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-intr__list--archive {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 0;
    padding-right: 0;
  }
}
.p-intr__item {
  position: relative;
  border-radius: 6rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-intr__item {
    border-radius: 3rem;
  }
}
.p-intr__item .sub {
  font-size: 1.6rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 50%;
  width: 16rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 0.1em;
}
.p-intr__item .sub .type-1 {
  display: block;
  padding: 0.6rem;
  color: #ffffff;
  border-radius: 2rem;
  background: #64b0d4;
}
.p-intr__item .sub .type-2 {
  display: block;
  padding: 0.6rem;
  color: #888888;
  border-radius: 2rem;
  background: #cccccc;
}
.p-intr__item .sub .type-3 {
  display: block;
  padding: 0.6rem;
  color: #ffffff;
  border-radius: 2rem;
  background: #f5cc54;
}
.p-intr__item .img {
  overflow: hidden;
  width: 100%;
  border-radius: 6rem 6rem 0 0;
  aspect-ratio: 380/250;
}
@media screen and (max-width: 767px) {
  .p-intr__item .img {
    border-radius: 3rem 3rem 0 0;
  }
}
.p-intr__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-intr__item .desc {
  padding: 3rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-intr__item .desc {
    padding: 2rem;
  }
}
.p-intr__item .desc h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: dotted 2px #ebe4d7;
}
@media screen and (max-width: 767px) {
  .p-intr__item .desc h3 {
    font-size: 1.6rem;
  }
}
.p-intr__item .detail {
  display: grid;
  gap: 1.5rem 0;
  grid-template-columns: 8rem 1fr;
}
.p-intr__item .detail dt {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-intr__item .detail dt {
    font-size: 1.4rem;
  }
}
.p-intr__item .detail dd {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-intr__item .detail dd {
    font-size: 1.4rem;
  }
}
.p-intr__item .number {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
  border: solid 2px #dddddd;
  border-radius: 0.6rem;
  grid-template-columns: auto 1fr;
}
.p-intr__item .number dt {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0.8rem;
  background: #dddddd;
}
@media screen and (max-width: 767px) {
  .p-intr__item .number dt {
    font-size: 1rem;
  }
}
.p-intr__item .number dd {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-intr__item .number dd {
    font-size: 1.2rem;
  }
}

.p-future {
  position: relative;
  padding: 0 3rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-future {
    padding: 0 3rem 8rem;
  }
}
.p-future::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -7rem;
  left: 0;
  width: 32rem;
  background: url(../../assets/img/dec-3.png) no-repeat center/contain;
  aspect-ratio: 451/515;
}
@media screen and (max-width: 767px) {
  .p-future::before {
    top: -4rem;
    width: 20rem;
  }
}
.p-future::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -22rem;
  right: 0;
  width: 26rem;
  background: url(../../assets/img/dec-4.png) no-repeat center/contain;
  aspect-ratio: 109/103;
}
@media screen and (max-width: 767px) {
  .p-future::after {
    top: 34rem;
    width: 16rem;
  }
}
.p-future__read {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  max-width: 90rem;
  margin: auto;
}
.p-future__read p {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
  padding: 3rem 0;
  text-align: center;
  border-radius: 6rem 6rem 0 6rem;
  background: #f9f7f3;
  -webkit-box-shadow: 0 0 1rem rgba(166, 137, 97, 0.2);
          box-shadow: 0 0 1rem rgba(166, 137, 97, 0.2);
}
@media screen and (max-width: 767px) {
  .p-future__read p {
    font-size: 1.4rem;
    border-radius: 4rem 4rem 0 4rem;
  }
}
.p-future__read p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f4ec94));
  background: linear-gradient(transparent 50%, #f4ec94 50%);
}
.p-future__read .dog-1 {
  position: absolute;
  z-index: 10;
  top: -3rem;
  right: 5rem;
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .p-future__read .dog-1 {
    right: 0rem;
    width: 8rem;
  }
}
.p-future__read .dog-2 {
  position: absolute;
  z-index: 10;
  bottom: -4rem;
  left: 5rem;
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .p-future__read .dog-2 {
    left: 1rem;
    width: 6rem;
  }
}
.p-future__wrap {
  margin-top: 12rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-future__wrap {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
.p-future__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-future__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-bottom: 5rem;
  }
}
.p-future__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-future__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-future__img {
  width: 100%;
  max-width: 50rem;
}
.p-future__desc h3 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  margin-bottom: 3rem;
  padding-left: 10rem;
}
@media screen and (max-width: 767px) {
  .p-future__desc h3 {
    font-size: 2.1rem;
    padding-left: 6rem;
  }
}
.p-future__desc h3 img {
  position: absolute;
  z-index: -1;
  top: -6rem;
  left: -2rem;
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .p-future__desc h3 img {
    top: -5rem;
    left: -2rem;
    width: 10rem;
  }
}
.p-future__desc p {
  font-size: 1.6rem;
  line-height: 2;
}

.p-guide {
  padding: 12rem 3rem;
  background: rgba(235, 228, 215, 0.4);
}
@media screen and (max-width: 767px) {
  .p-guide {
    padding: 8rem 3rem;
  }
}
.p-guide__list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-guide__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-guide__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-guide__list dl {
    gap: 1.5rem;
    padding: 2rem;
  }
}
.p-guide__list dl dt {
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .p-guide__list dl dt {
    width: 5rem;
  }
}
.p-guide__list dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-guide__list dl dd h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2.8rem;
  -webkit-text-decoration: underline wavy #f5cc54;
          text-decoration: underline wavy #f5cc54;
  text-underline-offset: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-guide__list dl dd h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    text-underline-offset: 1.2rem;
  }
}
.p-guide__list dl dd p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-guide__list dl dd p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.p-elmView {
  position: relative;
}
.p-elmView__desc {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-60%, -60%);
          transform: translate(-60%, -60%);
}
@media screen and (max-width: 767px) {
  .p-elmView__desc {
    -webkit-transform: unset;
            transform: unset;
    background: url(../../assets/img/main_bg.png);
    padding: 2rem;
    border-radius: 0 5rem 0 0;
    left: -8rem;
    bottom: -8rem;
    top: unset;
  }
}
.p-elmView__desc img {
  width: 8rem;
  margin-bottom: 4rem;
  margin-left: -4rem;
}
@media screen and (max-width: 767px) {
  .p-elmView__desc img {
    width: 4rem;
    margin-left: 0;
    margin-bottom: 0rem;
    position: absolute;
    top: -5rem;
  }
}
.p-elmView__desc h2 {
  font-family: "Lora", serif;
  font-size: 7rem;
  font-weight: 600;
  color: #a68961;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-elmView__desc h2 {
    font-size: 4rem;
  }
}
.p-elmView__desc p {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-elmView__desc p {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}
.p-elmView__img {
  max-width: calc(50vw + 36rem);
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-elmView__img {
    max-width: calc(50vw + 12rem);
  }
}
.p-elmView__img__main {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-elmView__img__main {
    width: 100%;
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 5rem 0 0 0;
  }
}
.p-elmView__dec {
  position: absolute;
  top: -15rem;
  left: 0;
  z-index: -1;
  width: 80rem;
  max-width: 54%;
}

.p-elmSec {
  padding: 12rem 3rem;
  position: relative;
}

.p-visit {
  padding: 12rem 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-visit {
    padding: 12rem 3rem 8rem;
  }
}
.p-visit::before {
  content: "";
  width: 46rem;
  aspect-ratio: 50/57;
  position: absolute;
  top: 8rem;
  right: 0;
  z-index: -1;
  background: url(../../assets/img/dec-2.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-visit::before {
    width: 26rem;
  }
}
.p-visit::after {
  content: "";
  width: 26rem;
  aspect-ratio: 109/103;
  position: absolute;
  bottom: 12rem;
  left: 5rem;
  z-index: -1;
  background: url(../../assets/img/dec-4.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-visit::after {
    width: 20rem;
    bottom: 4rem;
    left: -5rem;
  }
}
.p-visit__desc p {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  font-size: 1.6rem;
  line-height: 2;
}
.p-visit__desc img {
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-visit__desc img {
    max-width: 100%;
  }
}

.p-flow {
  padding: 12rem 3rem;
  background: rgba(235, 228, 215, 0.4);
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 8rem 3rem;
  }
}
.p-flow__desc {
  padding: 5rem 5rem 5rem 16rem;
}
@media screen and (max-width: 767px) {
  .p-flow__desc {
    padding: 2rem;
  }
}
.p-flow__desc p {
  font-size: 1.6rem;
  line-height: 2;
}
.p-flow__desc p:not(:last-child) {
  margin-bottom: 2rem;
}
.p-flow__intr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__intr {
    gap: 1rem;
  }
}
.p-flow__intr img {
  width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-flow__intr img {
    width: calc((100% - 2rem) / 3);
  }
}
.p-flow__item {
  background: #fff;
  border-radius: 6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    border-radius: 4rem;
  }
}
.p-flow__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  background: #f7f7f7;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item dl {
    padding: 2rem;
    gap: 1.5rem;
  }
}
.p-flow__item dl dt {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item dl dt {
    width: 6rem;
  }
}
.p-flow__item dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-flow__item dl dd h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item dl dd h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
.p-flow__item dl dd p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #a68961;
}
@media screen and (max-width: 767px) {
  .p-flow__item dl dd p {
    font-size: 1.4rem;
  }
}
.p-flow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  padding: 5rem 5rem 5rem 16rem;
}
@media screen and (max-width: 767px) {
  .p-flow__box {
    gap: 1rem;
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-flow__box__desc p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-flow__box__desc p {
    font-size: 1.3rem;
  }
}
.p-flow__box__desc ul {
  margin-top: 5rem;
  border-radius: 6rem;
  padding: 4rem;
  list-style: disc;
  background: #fbf9f7;
}
@media screen and (max-width: 767px) {
  .p-flow__box__desc ul {
    margin-top: 2rem;
    border-radius: 2rem;
    padding: 2rem;
  }
}
.p-flow__box__desc ul li {
  font-size: 1.6rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__box__desc ul li {
    font-size: 1.3rem;
  }
}
.p-flow__box__desc ul li:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__box__desc ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.p-flow__box__img ul {
  margin-top: 4rem;
  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.5rem;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-flow__box__img ul {
    gap: 0.8rem;
    margin-top: 3rem;
  }
}
.p-flow__stamp {
  text-align: center;
  margin: 3rem 0;
}
.p-flow__stamp img {
  max-width: 7.6rem;
}
@media screen and (max-width: 767px) {
  .p-flow__stamp img {
    max-width: 3.6rem;
  }
}

.p-person {
  padding: 12rem 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-person {
    padding: 8rem 3rem;
  }
}
.p-person::before {
  content: "";
  width: 32rem;
  aspect-ratio: 451/515;
  position: absolute;
  top: 20rem;
  left: 0;
  z-index: -1;
  background: url(../../assets/img/dec-3.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-person::before {
    width: 22rem;
  }
}
.p-person::after {
  content: "";
  width: 26rem;
  aspect-ratio: 109/103;
  position: absolute;
  top: 4rem;
  right: 5rem;
  z-index: -1;
  background: url(../../assets/img/dec-4.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-person::after {
    width: 18rem;
    right: 0rem;
  }
}
.p-person__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-person__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-person__img {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-person__img {
    width: 70%;
  }
}
.p-person__img figure {
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
}
.p-person__img span {
  position: absolute;
}
.p-person__img span:nth-of-type(1) {
  top: -6rem;
  left: 12rem;
  width: 11rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-person__img span:nth-of-type(1) {
    top: -4rem;
    left: -3rem;
    width: 9rem;
  }
}
.p-person__img span:nth-of-type(2) {
  top: 1rem;
  left: 0;
  width: 18rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-person__img span:nth-of-type(2) {
    top: 4rem;
    left: -7rem;
    width: 12rem;
  }
}
.p-person__img span:nth-of-type(3) {
  bottom: 0;
  left: 6rem;
  width: 13rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-person__img span:nth-of-type(3) {
    bottom: 0;
    left: -6rem;
    width: 9rem;
  }
}
.p-person__img span:nth-of-type(4) {
  top: -4rem;
  right: 5rem;
  width: 11rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-person__img span:nth-of-type(4) {
    top: -4rem;
    right: -5rem;
    width: 9rem;
  }
}
.p-person__img span:nth-of-type(5) {
  top: 5rem;
  right: 0;
  width: 13rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-person__img span:nth-of-type(5) {
    top: 9rem;
    right: -5rem;
    width: 10rem;
  }
}
.p-person__img span:nth-of-type(6) {
  top: 22rem;
  right: 5rem;
  width: 11rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-person__img span:nth-of-type(6) {
    top: 18rem;
    right: -6rem;
    width: 9rem;
  }
}
.p-person__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-person__desc p {
  font-size: 1.6rem;
  line-height: 2;
}

.p-company {
  padding: 12rem 3rem;
  background: rgba(235, 228, 215, 0.4);
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 8rem 3rem;
  }
}
.p-company__wrap {
  max-width: 100rem;
  margin: auto;
  padding: 8rem;
  background: #fff;
  border-radius: 6rem;
}
@media screen and (max-width: 767px) {
  .p-company__wrap {
    padding: 4rem;
  }
}
.p-company__wrap dl {
  display: grid;
  grid-template-columns: 18rem 1fr;
}
@media screen and (max-width: 767px) {
  .p-company__wrap dl {
    display: block;
  }
}
.p-company__wrap dl:not(:last-child) {
  border-bottom: solid 1px #eee;
}
.p-company__wrap dl dt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-company__wrap dl dt {
    padding: 2rem 0 0;
  }
}
.p-company__wrap dl dd {
  font-size: 1.6rem;
  line-height: 2;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-company__wrap dl dd {
    padding: 1rem 0 2rem;
  }
}

.p-access {
  padding: 12rem 3rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding: 4rem 3rem 1rem;
  }
}
.p-access__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.p-access__head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-access__head {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-access__head .ttl {
  font-family: "Lora", serif;
  font-size: 4rem;
  font-weight: 600;
  color: #bda47b;
}
.p-access__head .sub {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1.5rem;
}
.p-access__head .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-access__map {
  width: 100%;
}
.p-access__map iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-access__map iframe {
    aspect-ratio: 1/1;
  }
}

.p-article__head h1 {
  font-size: 2.4rem;
  font-weight: 600;
  background: #efeae2;
  border-radius: 1rem;
  padding: 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-article__head h1 {
    font-size: 2.2rem;
    padding: 2.5rem;
  }
}
.p-article__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
.p-article__wrap:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-article__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .p-article__wrap:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.p-article__slide {
  width: 62rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-article__slide {
    width: 100%;
  }
}
.p-article__slide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.p-article__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-article__detail dl {
  display: grid;
  grid-template-columns: 18rem 1fr;
}
@media screen and (max-width: 767px) {
  .p-article__detail dl {
    grid-template-columns: 14rem 1fr;
  }
}
.p-article__detail dl:not(:last-child) {
  border-bottom: solid 1px #eee;
}
.p-article__detail dl dt {
  font-size: 1.7rem;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-article__detail dl dt {
    font-size: 1.5rem;
  }
}
.p-article__detail dl dd {
  font-size: 1.7rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-article__detail dl dd {
    font-size: 1.5rem;
  }
}
.p-article__desc {
  width: 50%;
  border-radius: 3rem;
  background: #efeae2;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-article__desc {
    width: 100%;
    padding: 2.5rem;
  }
}
.p-article__desc.--full {
  width: 100%;
}
.p-article__desc h2 {
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom: solid 2px #a68961;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-article__desc h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.p-article__desc h2 img {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .p-article__desc h2 img {
    width: 2rem;
  }
}
.p-article__desc p {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-article__desc p {
    font-size: 1.6rem;
  }
}
.p-article .js-viewMain .splide__slide img {
  width: 100%;
  aspect-ratio: 2/1.4;
}
.p-article .js-viewThumb .splide__slide img {
  width: 100%;
  aspect-ratio: 2/1.5;
}

.p-faq__wrap {
  margin-bottom: 20rem;
}
.p-faq__list {
  border-radius: 2rem;
  padding: 2rem;
  background: #dddddd;
}
.p-faq__list:not(:last-child) {
  margin-bottom: 2rem;
}
.p-faq__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.p-faq__summary::before {
  content: "";
  width: 1px;
  height: 2rem;
  background: #dddddd;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-faq__summary::after {
  content: "";
  width: 2rem;
  height: 1px;
  background: #dddddd;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq__summary.open::before {
  height: 0;
}
.p-faq__summary-ico {
  font-weight: 600;
  font-size: 2rem;
  color: #ffffff;
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background: #dddddd;
}
.p-faq__summary-txt {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-faq__detail {
  height: 0;
  overflow: hidden;
}
.p-faq__detail-txt {
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding: 3rem;
  background: #ffffff;
  border-radius: 1rem;
}
.p-faq__detail-txt img {
  width: 100%;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-faq__wrap {
    margin-bottom: 20rem;
  }
  .p-faq__list {
    border-radius: 2rem;
    padding: 2rem;
    background: #dddddd;
  }
  .p-faq__list:not(:last-child) {
    margin-bottom: 2rem;
  }
  .p-faq__summary {
    gap: 1rem;
  }
  .p-faq__summary::before {
    content: "";
    width: 1px;
    height: 1rem;
    right: 0.4rem;
  }
  .p-faq__summary::after {
    content: "";
    width: 1rem;
    height: 1px;
    right: 0;
  }
  .p-faq__summary.open::before {
    height: 0;
  }
  .p-faq__summary-ico {
    font-size: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    padding-top: 0.2rem;
  }
  .p-faq__summary-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-right: 1rem;
  }
  .p-faq__detail-txt {
    margin-top: 2rem;
    font-size: 1.3rem;
    padding: 2rem;
  }
}
.p-form {
  padding: 12rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-form {
    padding: 12rem 3rem 8rem;
  }
}
.p-form__table {
  width: 100%;
  max-width: 100rem;
  margin: 8rem auto 0;
}
.p-form__table tbody tr {
  border-top: solid 1px #eeeeee;
}
.p-form__table tbody tr:last-child {
  border-bottom: solid 1px #eeeeee;
}
.p-form__table tbody tr th {
  font-size: 1.6rem;
  position: relative;
  width: 40rem;
  padding: 2.5rem;
  text-align: left;
  vertical-align: middle;
}
.p-form__table tbody tr th .req {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  padding: 0.5rem 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  border-radius: 0.5rem;
  background: #ff4848;
}
.p-form__table tbody tr th small {
  display: block;
  margin-top: 0.8rem;
}
.p-form__table tbody tr td {
  padding: 2.5rem;
  vertical-align: middle;
}
.p-form__table tbody tr td .note {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 2rem 0;
  color: #ff4848;
}
.p-form__table tbody tr td .note:last-child {
  margin-bottom: 0;
}
.p-form__short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.p-form__short-add {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 24rem;
}
.p-form__short-num {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 10rem;
}
.p-form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.p-form__check:not(:first-child) {
  margin-top: 2rem;
  margin-bottom: 0;
}
.p-form__check:first-child {
  margin-top: 0;
}
.p-form__check:last-child {
  margin-bottom: 0;
}
.p-form__check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form input[type=text],
.p-form input[type=email] {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #f5f5f5;
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.p-form input[type=submit] {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  max-width: 28rem;
  margin: 6rem auto 0;
  padding: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #a68961;
  border-radius: 5rem;
}
.p-form textarea {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  min-height: 20rem;
  padding: 1.5rem;
  resize: none;
  border-radius: 0.5rem;
  background: #f5f5f5;
}
.p-form .error {
  width: 100%;
  display: block;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-form__table {
    width: 100%;
    max-width: 100rem;
    margin: 8rem auto 0;
  }
  .p-form__table tbody {
    display: block;
  }
  .p-form__table tbody tr {
    display: block;
    border-top: solid 1px #eeeeee;
  }
  .p-form__table tbody tr:last-child {
    border-bottom: solid 1px #eeeeee;
  }
  .p-form__table tbody tr th {
    display: block;
    font-size: 1.6rem;
    position: relative;
    width: auto;
    padding: 2rem 0;
  }
  .p-form__table tbody tr th .req {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    padding: 0.5rem 0.8rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ffffff;
    border-radius: 0.5rem;
    background: #ff4848;
  }
  .p-form__table tbody tr td {
    display: block;
    padding: 0 0 2rem;
  }
  .p-form__table tbody tr td .note {
    font-size: 1.3rem;
    margin: 2rem 0;
  }
  .p-form__short {
    margin-bottom: 2rem;
  }
  .p-form__short-add {
    max-width: 20rem;
  }
  .p-form__short-num {
    max-width: 8rem;
  }
  .p-form__check {
    gap: 1.5rem;
  }
  .p-form input[type=text],
  .p-form input[type=email] {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #f5f5f5;
  }
  .p-form input[type=checkbox],
  .p-form input[type=radio] {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
  .p-form input[type=submit] {
    margin: 4rem auto 0;
    padding: 2rem;
  }
  .p-form textarea {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    min-height: 20rem;
    padding: 1.5rem;
    resize: none;
    border-radius: 0.5rem;
    background: #f5f5f5;
  }
}
.p-thanks {
  text-align: center;
  background: #eeeeee;
  padding: 5rem;
}
.p-thanks__ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: #000000;
}
.p-thanks__ttl::after {
  content: "";
  display: block;
  width: 3rem;
  border-bottom: solid 2px #000000;
  margin: 3rem auto;
}
.p-thanks__txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-thanks__txt:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-thanks .c-moreBtn-type01 {
  margin-top: 4rem;
}
.p-thanks__btn {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  max-width: 28rem;
  margin: 4rem auto 0;
  padding: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #a68961;
  border-radius: 5rem;
}

@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 3rem 1.5rem;
  }
  .p-thanks__ttl {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .p-thanks__txt {
    font-size: 1.2rem;
  }
  .p-thanks__txt:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .p-thanks__btn {
    font-size: 1.8rem;
    display: block;
    width: 100%;
    max-width: 28rem;
    margin: 3rem auto 0;
    padding: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ffffff;
  }
}
.p-privacy {
  margin-bottom: 12rem;
}
.p-privacy__list:not(:last-child) {
  margin-bottom: 6rem;
}
.p-privacy__list-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: dotted 2px #dddddd;
}
.p-privacy__list-summary::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #000000;
}
.p-privacy__list-summary p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail p:not(:last-child) {
  margin-bottom: 2rem;
}
.p-privacy__list-detail ul {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail ul:not(:last-child) {
  margin-bottom: 2rem;
}

.c-elmBtn__fit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #bda47b;
  border-radius: 5rem;
  padding: 1rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.c-elmBtn__fit span {
  background: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
}
.c-elmBtn__fit span img {
  width: 60%;
  display: block;
}
.c-elmBtn__fit p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.c-elmBtn__medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #bda47b;
  border-radius: 5rem;
  padding: 1.5rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  width: 100%;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .c-elmBtn__medium {
    margin-top: 4rem;
  }
}
.c-elmBtn__medium span {
  background: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5rem;
  height: 5rem;
}
.c-elmBtn__medium span img {
  width: 60%;
  display: block;
}
.c-elmBtn__medium p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding-right: 3rem;
}
.c-elmBtn__center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.c-elmCatch {
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.c-elmCatch:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .c-elmCatch:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.c-elmCatch p {
  color: #bda47b;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-elmCatch p {
    font-size: 1.5rem;
  }
}
.c-elmCatch p.sub {
  font-family: "Lora", serif;
  text-transform: uppercase;
}
.c-elmCatch img {
  width: 2.2rem;
}
.c-elmCatch h2 {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .c-elmCatch h2 {
    font-size: 2.4rem;
  }
}
.c-elmCatch h2 span {
  font-family: "Lora", serif;
  font-weight: 500;
}

.c-pager {
  margin-top: 6rem;
  text-align: center;
}
.c-pager .wp-pagenavi a,
.c-pager .wp-pagenavi span {
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #a68961;
  padding: 1rem 1.5rem 1.2rem;
  margin: 0 0.2rem;
  display: inline-block;
  border-radius: 0.3rem;
  vertical-align: middle;
  color: #fff;
  letter-spacing: 0;
  background: #a68961;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-pager .wp-pagenavi span.current {
  background: #fff;
  color: #a68961;
  border: solid 1px #a68961;
}
.c-pager .wp-pagenavi a:hover {
  background: #fff;
  color: #a68961;
  border: solid 1px #a68961;
  opacity: 1;
}

.c-postSec {
  margin: 13rem 3rem;
}

.c-postHead__ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border-left: solid 0.7rem #efeae2;
  padding: 0 0 0.5rem 2rem;
}
.c-postHead__detail {
  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;
  gap: 4rem;
  margin: 5rem 0;
}
.c-postHead__date {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-left: 2.8rem;
  background: url(../../assets/img/ico/ico_date.svg) no-repeat left center/contain;
}
.c-postHead__cat {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
  background: #bda47b;
  color: #ffffff;
  padding: 0.8rem 0.8rem;
}

.p-single h1 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.45;
  border-left: solid 0.6rem #bda47b;
  margin: 4rem 0 2.5rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-single h1 {
    font-size: 2.1rem;
    margin: 3rem 0 2rem;
  }
}
.p-single h2 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.45;
  padding: 1.6rem 2.6rem;
  margin: 4rem 0 2.5rem;
  border-radius: 1rem;
  color: #000;
  background: #efeae2;
}
@media screen and (max-width: 767px) {
  .p-single h2 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.p-single h3 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.45;
  border-left: solid 0.6rem #bda47b;
  margin: 4rem 0 2.5rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-single h3 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.p-single h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.45;
  border-bottom: dashed 0.1rem #ccc;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single h4 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.p-single h4::before {
  content: "-";
  font-weight: 600;
  display: inline;
  vertical-align: baseline;
  color: #bda47b;
  margin-right: 1rem;
}
.p-single h5 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.45;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
  color: #bda47b;
}
@media screen and (max-width: 767px) {
  .p-single h5 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.p-single h6 {
  font-size: 1.8rem;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-single h6 {
    font-size: 1.6rem;
    margin: 2rem 0;
  }
}
.p-single p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-single p {
    font-size: 1.4rem;
    margin: 2rem 0;
  }
}
.p-single p a {
  color: #efeae2;
  text-decoration: underline;
}
.p-single p a:hover, .p-single p a:active, .p-single p a:focus, .p-single p a:focus-within {
  text-decoration: none;
}
.p-single ul {
  padding: 3rem;
  border-radius: 1rem;
  background: rgba(235, 228, 215, 0.4);
}
@media screen and (max-width: 767px) {
  .p-single ul {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.p-single ul li {
  list-style: disc;
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.p-single ul li:last-child {
  margin-bottom: 0;
}
.p-single ol {
  padding: 3rem;
  border-radius: 1rem;
  background: rgba(235, 228, 215, 0.4);
  list-style: auto;
}
@media screen and (max-width: 767px) {
  .p-single ol {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.p-single ol li {
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.p-single ol li:last-child {
  margin-bottom: 0;
}
.p-single iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 500/280;
}
.p-single iframe:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-single iframe:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.p-single__pager {
  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: 8rem;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single__pager {
    margin-top: 6rem;
  }
}
.p-single__pager-prev {
  width: 100%;
  max-width: 28rem;
}
.p-single__pager-prev a {
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
}
.p-single__pager-prev a:hover, .p-single__pager-prev a:active, .p-single__pager-prev a:focus, .p-single__pager-prev a:focus-within {
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .p-single__pager-prev a {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.p-single__pager-prev a::before {
  font-size: 2rem;
  content: "‹";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-single__pager-next {
  width: 100%;
  max-width: 28rem;
}
.p-single__pager-next a {
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
}
.p-single__pager-next a:hover, .p-single__pager-next a:active, .p-single__pager-next a:focus, .p-single__pager-next a:focus-within {
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .p-single__pager-next a {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.p-single__pager-next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-postPager {
  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: 8rem;
  gap: 2rem;
}
.c-postPager__prev {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__prev a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #fff;
  border: solid 1px #bda47b;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 5rem;
  background: #bda47b;
}
.c-postPager__prev a:hover, .c-postPager__prev a:active, .c-postPager__prev a:focus, .c-postPager__prev a:focus-within {
  color: #bda47b;
  background: #fff;
}
.c-postPager__prev a::before {
  font-size: 2rem;
  content: "‹";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-postPager__next {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__next a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #fff;
  border: solid 1px #bda47b;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 5rem;
  background: #bda47b;
}
.c-postPager__next a:hover, .c-postPager__next a:active, .c-postPager__next a:focus, .c-postPager__next a:focus-within {
  color: #bda47b;
  background: #fff;
}
.c-postPager__next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  overflow: scroll;
  padding: 3rem 5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin: 3rem;
    padding: 0.3rem;
    overflow: scroll;
    white-space: nowrap;
  }
}
.c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb ul {
    font-size: 1.3rem;
  }
}
.c-breadcrumb ul li {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.c-breadcrumb ul li a {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.c-breadcrumb ul li:not(:last-child) a::after {
  content: "›";
  display: inline-block;
  font-size: 1.6rem;
}/*# sourceMappingURL=style.css.map */