@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 {
  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] {
  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 */
  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: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  text-size-adjust: 100%;
  line-height: 1;
  background: #DDD4C6;
  color: #303030;
}
body.is-active {
  overflow: hidden;
}
body.page {
  background: #F9F7EF;
}
body.top_body {
  background: #F9F7EF;
}

a {
  transition: 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.l-main {
  background: #F9F7EF;
  padding-bottom: 0.1rem;
}

.l-inner {
  max-width: 114rem;
  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 {
  background: #545458;
  padding: 6rem 3rem 3rem;
}
.l-footer__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    flex-direction: column;
  }
}
.l-footer__detail {
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .l-footer__detail {
    width: 100%;
    text-align: center;
  }
}
.l-footer__logo {
  display: block;
  width: 17rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer__desc {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer__desc {
    margin-bottom: 6rem;
  }
}
.l-footer__desc h5 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}
.l-footer__desc p {
  font-size: 1.2rem;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .l-footer__desc p {
    width: 25.4rem;
    font-size: 1.4rem;
    text-align: center;
    margin: 0 auto;
  }
}
.l-footer__desc a {
  display: block;
  width: 100%;
  background: #ffffff;
  color: #545458;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 5rem;
  padding: 1.2rem 0;
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__desc a {
    max-width: 28.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer__menu {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  width: fit-content;
  gap: 9rem;
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    gap: 4.8rem;
  }
}
.l-footer__nav {
  width: fit-content;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    width: 100%;
  }
}
.l-footer__nav:nth-of-type(2) {
  padding-top: 4.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav:nth-of-type(2) {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav:nth-of-type(2) .l-footer__parent-item {
    width: 50%;
  }
}
.l-footer__title {
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 2.6rem;
  border-left: solid 0.4rem #ffffff;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.l-footer__parent-item {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer__parent-item {
    width: 50%;
  }
  .l-footer__parent-item:first-child {
    width: 100%;
  }
}
.l-footer__parent-item:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__parent-item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__parent-item:nth-child(2) {
    margin-bottom: 0;
  }
}
.l-footer__child {
  margin: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer__child {
    margin: 2.4rem 0 0;
  }
}
.l-footer__child-item {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.l-footer__child-item:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__child-item:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}
.l-footer__child-item a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.l-footer__child-item a::before {
  content: "-";
  display: block;
  font-size: 1.3rem;
}
.l-footer__copy {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 7.5rem;
  }
}

.l-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 5.3rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 1.5rem 2rem;
  }
}
.l-header__btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}
.l-header__btn .tel {
  max-width: 39.8rem;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .l-header__btn .tel {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header__btn .btn-1 {
    display: none;
  }
}
.l-header__btn .btn-1 a {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  background: #499d34;
  padding: 1.5rem 1.9rem;
  box-shadow: 0 0.4rem 0 #2f821b;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__btn .btn-2 {
    display: none;
  }
}
.l-header__btn .btn-2 a {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  background: #0da3bd;
  padding: 1.5rem 1.9rem;
  box-shadow: 0 0.4rem 0 #108195;
  border-radius: 0.5rem;
}
.l-header__btn .btn-3 {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__btn .btn-3 {
    display: block;
    max-width: 12.4rem;
    margin-right: 2rem;
  }
}

.l-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.l-logo a {
  display: block;
}
.l-logo a img {
  width: 23.7rem;
}
@media screen and (max-width: 767px) {
  .l-logo a img {
    width: 15.3rem;
  }
}
.l-logo p {
  background: #b4972c;
  padding: 1rem;
  border-radius: 0.5rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-logo p {
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    padding: 0.8rem 0.8rem 0.8rem 1rem;
  }
}

.l-gNav {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-gNav {
    margin-top: 0;
    display: flex;
    align-items: center;
  }
}
.l-gNav ul {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-gNav ul {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin-right: auto;
    gap: 2.6rem;
  }
}
.l-gNav ul li {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-gNav ul li {
    text-align: center;
  }
}
.l-gNav ul li .child {
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  transform: translateY(-1rem);
  transition: 0.3s;
  background: #f6f1e6;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-gNav ul li .child {
    visibility: visible;
    opacity: 1;
    transform: unset;
    position: static;
    background: unset;
    padding: 1rem 0 0;
  }
}
.l-gNav ul li .child a {
  display: block;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-gNav ul li .child a {
    font-size: 1.3rem;
  }
}
.l-gNav ul li .child a:not(:last-child) {
  border-bottom: solid 1px #F9F7EF;
}
@media screen and (max-width: 767px) {
  .l-gNav ul li .child a:not(:last-child) {
    border-bottom: none;
    padding: 1rem 0;
  }
}
.l-gNav ul li:hover .child {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-gNav ul .btn-1 {
  max-width: 16.4rem;
}

@media screen and (max-width: 767px) {
  .l-gNav {
    position: fixed;
    z-index: 100;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    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: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 1rem;
    margin-top: -1.6rem;
  }
  .l-hamburger::after {
    content: "MENU";
    position: absolute;
    top: calc(100% + 0.8rem);
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.1rem;
    letter-spacing: 0.08em;
  }
  .l-hamburger__frame {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 3px;
  }
  .l-hamburger span {
    background: #000000;
  }
  .l-hamburger span:nth-of-type(1) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.15s linear;
    transform: translateY(-0.4rem) rotate(0deg);
    border-radius: 1rem;
  }
  .l-hamburger span:nth-of-type(2) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.15s linear;
    transform: translateY(0.4rem) rotate(0deg);
    border-radius: 1rem;
  }
  .l-hamburger.is-active span:nth-of-type(1) {
    transform: translateY(0) rotate(45deg);
  }
  .l-hamburger.is-active span:nth-of-type(2) {
    transform: translateY(0) rotate(-45deg);
  }
}
.p-view__wrap {
  max-width: 118.1rem;
  display: flex;
  align-items: flex-end;
  gap: 11.2rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-view__wrap {
    gap: 4rem;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 2.8rem;
  }
}
.p-view__detail {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-view__detail {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.p-view__desc {
  /*margin-bottom: 7rem;
  @include breakpoint("max", "md") {
      text-align: center;
      margin-bottom: 4.8rem;
  }*/
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5.8rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-left: 4.1rem;
  margin-bottom: 2.925rem;
}
@media screen and (max-width: 767px) {
  .p-view__desc {
    display: block;
    width: fit-content;
    font-size: 4.8rem;
    padding-left: 0;
    margin: 0 auto 4.8rem;
  }
}
.p-view__desc .p-view__desc-sub {
  display: inline-block;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  margin-bottom: 2.025rem;
}
@media screen and (max-width: 767px) {
  .p-view__desc .p-view__desc-sub {
    font-size: 1.8rem;
    margin-bottom: 1.503rem;
  }
}
.p-view__desc .p-view__desc-firstline {
  margin-left: -4.321rem;
}
@media screen and (max-width: 767px) {
  .p-view__desc .p-view__desc-firstline {
    margin-left: -3.001rem;
  }
}
.p-view__desc .p-view__desc-firstline .p-view__desc-green {
  color: #8AAE25;
}
.p-view__desc .p-view__desc-firstline .p-view__desc-to {
  margin-left: -2.787rem;
}
@media screen and (max-width: 767px) {
  .p-view__desc .p-view__desc-firstline .p-view__desc-to {
    margin-left: -2.517rem;
  }
}
.p-view__price {
  padding-left: 4.1rem;
}
@media screen and (max-width: 767px) {
  .p-view__price {
    padding-left: 0;
  }
}
.p-view__thumb {
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-view__thumb {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-price {
  margin: 12rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-price {
    margin: 8rem 1.6rem;
  }
}
.p-price__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-price__list {
    flex-wrap: wrap;
  }
}
.p-price__item {
  width: calc((100% - 2.2rem) / 2);
  border-radius: 1.5rem;
  background: #ffffff;
  overflow: hidden;
  padding-bottom: 3.9rem;
}
@media screen and (max-width: 767px) {
  .p-price__item {
    width: 100%;
  }
}
.p-price__item .title {
  text-align: center;
  color: #fff;
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.p-price__item .text {
  margin: 2.4rem 2rem 2.3rem;
  font-size: 1.3rem;
  line-height: 2;
  text-align: center;
}
.p-price__item .tag {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-price__item .tag {
    gap: 0.4rem;
    margin-bottom: 2rem;
  }
}
.p-price__item .tag li {
  font-size: 1.2rem;
  padding: 0.6rem 1rem;
  border-radius: 1.5rem;
  background: #eeeeee;
  color: #999999;
}
@media screen and (max-width: 767px) {
  .p-price__item .tag li {
    font-size: 1rem;
  }
}
.p-price__item .c-elmBtn-2 a {
  border-radius: 0.5rem;
  margin: auto;
}
.p-price__item .value {
  margin: 2rem;
}
.p-price__item.item-1 .title {
  background: #927715;
}
.p-price__item.item-1 .tag li.is-active {
  background: #927715;
  color: #ffffff;
}
.p-price__item.item-1 .c-elmBtn-2 a {
  background: #927715;
}
.p-price__item.item-1 .value {
  width: 65%;
  margin: 0 auto 2rem;
  /*img {
      aspect-ratio: 98 / 27;
  }*/
}
.p-price__item.item-2 .title {
  background: #B75388;
}
.p-price__item.item-2 .tag li.is-active {
  background: #B75388;
  color: #ffffff;
}
.p-price__item.item-2 .c-elmBtn-2 a {
  background: #B75388;
}
.p-price__item.item-2 .value {
  width: 65%;
  margin: 0 auto 2rem;
  /*img {
      aspect-ratio: 98 / 27;
  }*/
}
.p-price__item.item-3 .title {
  background: #6494C1;
}
.p-price__item.item-3 .tag li.is-active {
  background: #6494C1;
  color: #ffffff;
}
.p-price__item.item-3 .c-elmBtn-2 a {
  background: #6494C1;
}
.p-price__item.item-3 .value {
  width: 65%;
  margin: 0 auto 2rem;
  /*img {
      aspect-ratio: 98 / 27;
  }*/
}
.p-price__item.item-4 .title {
  background: #A1C92F;
}
.p-price__item.item-4 .tag li.is-active {
  background: #A1C92F;
  color: #ffffff;
}
.p-price__item.item-4 .c-elmBtn-2 a {
  background: #A1C92F;
}
.p-price__item.item-4 .value {
  width: 65%;
  margin: 0 auto 2rem;
  /*img {
      aspect-ratio: 98 / 27;
  }*/
}
.p-price .notice {
  font-size: 1.1rem;
  line-height: 1.6;
}
.p-price .familyfuneral_txt {
  color: #8AB510;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
.p-price .familyfuneral_txt::before, .p-price .familyfuneral_txt::after {
  display: inline-block;
  content: "";
  background: #8AB510;
  width: 0.1rem;
  height: 2.8em;
  position: absolute;
  top: 0;
}
.p-price .familyfuneral_txt::before {
  transform: rotate(-30deg);
  left: 10%;
}
@media screen and (max-width: 767px) {
  .p-price .familyfuneral_txt::before {
    left: -2%;
  }
}
.p-price .familyfuneral_txt::after {
  transform: rotate(30deg);
  right: 10%;
}
@media screen and (max-width: 767px) {
  .p-price .familyfuneral_txt::after {
    right: -2%;
  }
}

.p-column {
  margin: 12rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-column {
    margin: 8rem 1.5rem;
  }
}
.p-column__wrap {
  display: flex;
  gap: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-column__wrap {
    flex-wrap: wrap;
    gap: 3.2rem;
  }
}
.p-column__list {
  flex: 1;
}
.p-column__large {
  width: 36.5rem;
}
@media screen and (max-width: 767px) {
  .p-column__large {
    width: 100%;
  }
}
.p-column__large li a figure {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-column__large li a figure {
    border-radius: 2rem;
  }
}
.p-column__large li a figure img {
  width: 100%;
}
.p-column__large li a .title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.p-column__large li a .cat {
  font-size: 1.2rem;
}
.p-column__large li a .date {
  font-size: 1.2rem;
}
.p-column__small li {
  border-top: solid 1px #d8d4c5;
}
.p-column__small li:last-child {
  border-bottom: solid 1px #d8d4c5;
}
.p-column__small li a {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1.2rem 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-column__small li a {
    padding: 1.4rem 0;
  }
}
.p-column__small li a figure {
  width: 9.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-column__small li a figure img {
  width: 100%;
}
.p-column__small li a .title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p-column__small li a .cat {
  font-size: 1.2rem;
}
.p-column__small li a .date {
  font-size: 1.2rem;
}
.p-column__desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  flex: 1;
}
.p-column__desc .date {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-column__desc .cat {
  font-weight: 600;
  background: #565656;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
.p-column__desc .title {
  width: 100%;
  line-height: 1.8;
}
.p-column__btn a {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-top: 4.8rem;
  background: #565656;
  color: #ffffff;
  padding: 1.5rem 4rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-column__btn a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.2rem;
  }
}
.p-column__btn a span {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.p-column__btn a span::after {
  display: block;
  content: "";
  width: 0.6rem;
  height: 1rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-other__list {
    margin-top: 6.5rem;
  }
}
.p-other__list dl {
  display: flex;
  align-items: center;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-other__list dl {
    flex-wrap: wrap;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    flex-direction: column-reverse;
    gap: 3rem;
  }
  .p-other__list dl:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.p-other__list dl:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-other__list dl:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}
.p-other__list dl dt {
  width: 46rem;
}
@media screen and (max-width: 767px) {
  .p-other__list dl dt {
    width: 100%;
  }
}
.p-other__list dl dd {
  flex: 1;
}
.p-other__list dl dd h3 {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-other__list dl dd h3 {
    text-align: center;
    margin-top: 3rem;
  }
}
.p-other__list dl dd p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-other__list dl dd p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-other__list dl dd .c-elmBtn-1 a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
  }
}

.p-company {
  margin: 12rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    margin: 5rem 1.5rem 12rem;
  }
}
.p-company__wrap {
  border-radius: 2rem;
  padding: 7.8rem;
  background: url(../../assets/img/top/company_bg.png) no-repeat center/cover;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-company__wrap {
    padding: 3.6rem 2.4rem;
    display: block;
    background: url(../../assets/img/top/company_bg_sp.png) no-repeat center/cover;
  }
}
.p-company__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: #001123;*/
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-company__wrap::before {
    opacity: 0.4;
  }
}
.p-company__detail {
  color: #ffffff;
  position: relative;
  z-index: 10;
  width: 34rem;
}
.p-company__list {
  flex: 1;
  max-width: 36.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-company__list {
    margin-top: 3rem;
  }
}
.p-company__list li a {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  position: relative;
  border-bottom: solid 1px #c5c5c5;
}
.p-company__list li a:after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../../assets/img/ico/ico_arw-1.png) no-repeat center/contain;
}

.p-pagePrice {
  padding: 13rem 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-pagePrice {
    padding: 6rem 2rem 0;
  }
}
.p-pagePrice__tab {
  margin-bottom: 8rem;
}
.p-pagePrice__tab ul {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-pagePrice__tab ul {
    gap: 1rem;
    flex-wrap: wrap;
  }
}
.p-pagePrice__tab ul li {
  width: 20rem;
  text-align: center;
  border-radius: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-pagePrice__tab ul li {
    width: calc(50% - 0.5rem);
  }
}
.p-pagePrice__tab ul li a {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
  padding: 1.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-pagePrice__tab ul li a {
    padding: 1.5rem 0;
    font-size: 1.5rem;
  }
}
.p-pagePrice__tab ul li:nth-of-type(1) a {
  background: #927715;
}
.p-pagePrice__tab ul li:nth-of-type(2) a {
  background: #B75388;
}
.p-pagePrice__tab ul li:nth-of-type(3) a {
  background: #6494C1;
}
.p-pagePrice__tab ul li:nth-of-type(4) a {
  background: #A1C92F;
}
.p-pagePrice__catch {
  text-align: center;
}
.p-pagePrice__catch .sub {
  font-size: 2rem;
  font-weight: 600;
  color: #b4972c;
  margin-bottom: 2rem;
}
.p-pagePrice__catch .title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-pagePrice__catch .title {
    font-size: 2.8rem;
  }
}
.p-pagePrice__catch .text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}
.p-pagePrice__list {
  margin-top: 5.6rem;
}
.p-pagePrice__item {
  border-radius: 1.5rem;
  background: #ffffff;
  overflow: hidden;
}
.p-pagePrice__item:not(:last-child) {
  margin-bottom: 4.8rem;
}
.p-pagePrice__item h3 {
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 2rem;
}
.p-pagePrice__item:nth-of-type(1) h3 {
  background: #927715;
}
.p-pagePrice__item:nth-of-type(1) h4::before {
  background: #927715;
}
.p-pagePrice__item:nth-of-type(1) .plan-title {
  color: #927715;
}
.p-pagePrice__item:nth-of-type(2) h3 {
  background: #B75388;
}
.p-pagePrice__item:nth-of-type(2) h4::before {
  background: #B75388;
}
.p-pagePrice__item:nth-of-type(2) .plan-title {
  color: #B75388;
}
.p-pagePrice__item:nth-of-type(3) h3 {
  background: #6494C1;
}
.p-pagePrice__item:nth-of-type(3) h4::before {
  background: #6494C1;
}
.p-pagePrice__item:nth-of-type(3) .plan-title {
  color: #6494C1;
}
.p-pagePrice__item:nth-of-type(4) h3 {
  background: #A1C92F;
}
.p-pagePrice__item:nth-of-type(4) h4::before {
  background: #A1C92F;
}
.p-pagePrice__item:nth-of-type(4) .plan-title {
  color: #A1C92F;
}
.p-pagePrice__box {
  padding: 3rem 4rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-pagePrice__box {
    flex-direction: column-reverse;
    gap: 3rem;
    padding: 3rem 2rem;
  }
}
.p-pagePrice__box dt {
  width: 44.8rem;
}
.p-pagePrice__box dd {
  flex: 1;
}
.p-pagePrice__box dd h4 {
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.p-pagePrice__box dd h4::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
}
.p-pagePrice__box dd .value {
  margin-top: 3rem;
  margin-bottom: 2.4rem;
}
.p-pagePrice__box dd .value .sub {
  font-size: 1.4rem;
  color: #878787;
}
.p-pagePrice__box dd .value .main {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-pagePrice__box dd .value .main-1 {
  width: 3rem;
  margin-top: 0.4rem;
}
.p-pagePrice__box dd .value .main-2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 8rem;
  font-weight: 500;
  color: #F9584E;
}
.p-pagePrice__box dd .value .main-3 {
  width: 6.4rem;
  margin-top: 1rem;
}
.p-pagePrice__box dd .value .note {
  text-align: right;
  font-size: 1.3rem;
  font-weight: 500;
  max-width: 32rem;
  margin-top: 1rem;
  color: #565656;
}
.p-pagePrice__box dd .value .regular_price {
  font-size: 1.4rem;
  text-decoration: line-through;
}
.p-pagePrice__box dd .value .familyfuneral_txt {
  width: fit-content;
  color: #8AB510;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
  padding-left: 3.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-pagePrice__box dd .value .familyfuneral_txt {
    padding-left: 0;
    margin: 0 auto;
  }
}
.p-pagePrice__box dd .value .familyfuneral_txt::before, .p-pagePrice__box dd .value .familyfuneral_txt::after {
  display: inline-block;
  content: "";
  background: #8AB510;
  width: 0.1rem;
  height: 2.8em;
  position: absolute;
  top: 0;
}
.p-pagePrice__box dd .value .familyfuneral_txt::before {
  transform: rotate(-30deg);
  left: 10%;
}
@media screen and (max-width: 767px) {
  .p-pagePrice__box dd .value .familyfuneral_txt::before {
    left: -2%;
  }
}
.p-pagePrice__box dd .value .familyfuneral_txt::after {
  transform: rotate(30deg);
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-pagePrice__box dd .value .familyfuneral_txt::after {
    right: -2%;
  }
}
.p-pagePrice__box dd .desc {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 2.5rem;
}
.p-pagePrice__box dd .step {
  margin-top: 3rem;
}
.p-pagePrice__plan {
  margin-left: 3rem;
  margin-right: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-pagePrice__plan {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-bottom: 2rem;
  }
}
.p-pagePrice__plan h4 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-pagePrice__plan h4 {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}
.p-pagePrice__plan ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-pagePrice__plan ul {
    gap: 1rem;
  }
}
.p-pagePrice__plan ul li {
  width: calc((100% - 6rem) / 5);
}
@media screen and (max-width: 767px) {
  .p-pagePrice__plan ul li {
    width: calc((100% - 1rem) / 2);
  }
}
.p-pagePrice__plan .plus {
  text-align: center;
  margin: 2.5rem 0;
}

.p-pageOther {
  margin: 11rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther {
    margin: 6rem 2rem;
  }
}
.p-pageOther:not(:last-child) {
  margin-bottom: 0;
}
.p-pageOther__tab {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__tab {
    margin-bottom: 6rem;
  }
}
.p-pageOther__tab h2 {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 6rem;
  text-align: center;
  letter-spacing: 0.08em;
}
.p-pageOther__tab ul {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__tab ul {
    gap: 1.6rem;
  }
}
.p-pageOther__tab ul li a {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  display: block;
  padding: 2rem;
  border-radius: 5rem;
  width: 25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-pageOther__tab ul li a {
    width: 16rem;
    font-size: 1.4rem;
    padding: 1.6rem 0;
  }
}
.p-pageOther__tab ul li:nth-of-type(1) a {
  background: #7E6817;
}
.p-pageOther__tab ul li:nth-of-type(2) a {
  background: #545458;
}
.p-pageOther__catch {
  text-align: center;
  margin-bottom: 6.4rem;
}
.p-pageOther__catch .sub {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.p-pageOther__catch .title {
  font-size: 2rem;
  font-weight: 600;
  margin: 3rem 0 2rem;
}
.p-pageOther__catch .text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-pageOther__catch .text {
    font-size: 1.4rem;
  }
}
.p-pageOther__point {
  text-align: center;
}
.p-pageOther__point .sub {
  display: inline-block;
  color: #8c7318;
  background: rgba(180, 151, 44, 0.15);
  border-radius: 5rem;
  padding: 1.5rem 2rem;
  font-weight: 600;
  width: 25.8rem;
  font-size: 1.8rem;
}
.p-pageOther__point .dot {
  text-align: center;
  margin: 2.4rem 0;
}
.p-pageOther__point .title {
  font-size: 2rem;
  font-weight: 600;
  color: #b4972c;
  letter-spacing: 0.04em;
  margin-bottom: 3rem;
}
.p-pageOther__point .list {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__point .list {
    flex-wrap: wrap;
    gap: 0 2rem;
  }
}
.p-pageOther__point .list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 17rem;
  height: 17rem;
  border-radius: 100%;
  border: solid 1px #8b8b8b;
}
@media screen and (max-width: 767px) {
  .p-pageOther__point .list li:nth-of-type(1) {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.p-pageOther__point .list li p:nth-of-type(1) {
  font-size: 1.8rem;
}
.p-pageOther__point .list li p:nth-of-type(2) {
  font-size: 2rem;
  font-weight: 600;
  color: #b4972c;
  line-height: 1.32;
  min-height: 5.6rem;
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.p-pageOther__tel {
  margin-top: 6.5rem;
  margin-bottom: 8rem;
  padding: 4rem;
  text-align: center;
  background: rgba(180, 151, 44, 0.15);
  color: #8c7318;
}
@media screen and (max-width: 767px) {
  .p-pageOther__tel {
    padding: 4rem 1rem;
    margin-bottom: 6.5rem;
  }
}
.p-pageOther__tel h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-pageOther__tel h3 {
    font-size: 1.6rem;
  }
}
.p-pageOther__tel h4 {
  color: #cd110a;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__tel h4 {
    font-size: 1.8rem;
    line-height: 1.65;
    letter-spacing: 0.04em;
  }
}
.p-pageOther__tel p {
  font-size: 2rem;
  font-weight: 600;
  margin: 3rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__tel p {
    font-size: 1.7rem;
    margin-top: 2.5rem;
  }
}
.p-pageOther__tel a {
  font-size: 5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-pageOther__tel a {
    font-size: 4.4rem;
  }
}
.p-pageOther__tel small {
  display: block;
  margin-top: 3rem;
  line-height: 1.5;
}
.p-pageOther__flow {
  padding: 6rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__flow {
    padding: 4rem 2rem;
  }
}
.p-pageOther__flow h3 {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 2.5rem;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__flow h3 {
    font-size: 2.8rem;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
  }
}
.p-pageOther__flow dl {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 4rem 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__flow dl {
    padding: 2rem;
  }
}
.p-pageOther__flow dl:not(:last-child) {
  margin-bottom: 2.5rem;
}
.p-pageOther__flow dl dt {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__flow dl dt {
    margin-bottom: 1.5rem;
  }
}
.p-pageOther__flow dl dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background: #565656;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
}
.p-pageOther__flow dl dt p {
  flex: 1;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-pageOther__flow dl dt p {
    line-height: 1.4;
    font-size: 1.8rem;
  }
}
.p-pageOther__flow dl dd p {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
}
.p-pageOther__flow dl dd p:not(:last-child) {
  margin-bottom: 1rem;
}
.p-pageOther__flow dl dd p.underline {
  text-decoration: underline;
}
.p-pageOther__flow dl dd ul {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__flow dl dd ul {
    gap: 1.6rem;
  }
}
.p-pageOther__flow dl dd ul:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__flow dl dd ul:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.p-pageOther__flow dl dd ul li a {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: solid 1px #000;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__flow dl dd ul li a {
    font-size: 1.6rem;
  }
}
.p-pageOther__flow dl dd ul li a img {
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__flow dl dd ul li a img {
    width: 1.4rem;
  }
}
.p-pageOther__flow.green {
  background: rgba(183, 83, 136, 0.15);
}
.p-pageOther__flow.green h3 {
  border-bottom: solid 1px #a1c92f;
}
.p-pageOther__flow.blue {
  background: rgba(100, 148, 193, 0.15);
}
.p-pageOther__flow.blue h3 {
  border-bottom: solid 1px #3f98b3;
}
.p-pageOther__flow.yellow {
  background: rgba(180, 151, 44, 0.15);
}
.p-pageOther__flow.yellow h3 {
  border-bottom: solid 1px #b4972c;
}
.p-pageOther__flow.yellow .p-pageOther__flow__desc h4 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: solid 1px #b4972c;
}
@media screen and (max-width: 767px) {
  .p-pageOther__flow.yellow .p-pageOther__flow__desc h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
.p-pageOther__flow.yellow .p-pageOther__flow__desc p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
.p-pageOther__flow__tel {
  margin-top: 2.5rem;
  border-radius: 1rem;
  padding: 3.4rem 2rem;
  background: rgba(180, 151, 44, 0.15);
  text-align: center;
}
.p-pageOther__flow__tel .ttl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__flow__tel .ttl {
    font-size: 1.5rem;
  }
}
.p-pageOther__flow__tel .sub {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 600;
  color: #b4972c;
}
@media screen and (max-width: 767px) {
  .p-pageOther__flow__tel .sub {
    font-size: 1.6rem;
  }
}
.p-pageOther__flow__tel a {
  font-size: 5.6rem;
  font-weight: 600;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-pageOther__flow__tel a {
    font-size: 3.4rem;
  }
}
.p-pageOther__flow__tel .note {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 2rem;
  margin-top: 2.8rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-pageOther__flow__tel .note {
    flex-direction: column;
  }
}
.p-pageOther__flow__tel .note .img {
  width: 6rem;
}
.p-pageOther__flow__tel .note .txt {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-pageOther__flow__tel .note .txt {
    font-size: 1.4rem;
    line-height: 1.65;
  }
}
.p-pageOther__flow__tel .note .txt span {
  color: #cd110a;
  text-decoration: underline;
}
.p-pageOther__flow__head {
  margin-bottom: 5.5rem;
}
.p-pageOther__flow__head p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-pageOther__flow__head p {
    font-size: 1.4rem;
  }
}
.p-pageOther__flow__desc {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__flow__desc {
    margin-top: 4.5rem;
  }
}
.p-pageOther__flow__desc h4 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: solid 1px #a1c92f;
}
@media screen and (max-width: 767px) {
  .p-pageOther__flow__desc h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
.p-pageOther__flow__desc p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
.p-pageOther__flow__btn {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__flow__btn {
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.p-pageOther__flow__btn li {
  width: 23rem;
  text-align: center;
}
.p-pageOther__flow__btn li a {
  display: block;
  border-radius: 5em;
  padding: 1.5rem 0;
  font-weight: 600;
  font-size: 1.8rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-pageOther__flow__btn li a {
    font-size: 1.6rem;
  }
}
.p-pageOther__flow__btn li:nth-of-type(1) a {
  background: #4d94bd;
}
.p-pageOther__flow__btn li:nth-of-type(2) a {
  background: #565656;
}
.p-pageOther__search {
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__search {
    margin-bottom: 8rem;
  }
}
.p-pageOther__search h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.p-pageOther__search ul {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 2.8rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__search ul {
    gap: 1rem;
  }
}
.p-pageOther__search ul li {
  width: calc((100% - 3rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-pageOther__search ul li {
    width: calc((100% - 1rem) / 2);
  }
}
.p-pageOther__search ul li a {
  display: block;
  background: #ffffff;
  border: solid 1px #b4972c;
  border-radius: 0.5rem;
  padding: 1.5rem;
  color: #b4972c;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
}
.p-pageOther__search ul li a:after {
  content: "▶︎";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%) scale(0.6, 1);
  color: #b4972c;
  font-size: 1.2rem;
}
.p-pageOther__search ul li a:hover {
  background: #b4972c;
  color: #ffffff;
}
.p-pageOther__search ul li a:hover::after {
  color: #ffffff;
}
.p-pageOther__detail__head {
  text-align: center;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__detail__head {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.p-pageOther__detail__slider {
  padding: 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__detail__slider {
    padding: 0;
  }
}
.p-pageOther__detail__slider .splide__track {
  margin: auto;
}
.p-pageOther__detail__slider .splide__arrow {
  width: 5rem;
  height: 5rem;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-pageOther__detail__slider .splide__arrow {
    width: 3rem;
    height: 3rem;
  }
}
.p-pageOther__detail__thumb {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__detail__thumb {
    margin-top: 1rem;
  }
}
.p-pageOther__detail__thumb .splide__list {
  justify-content: center;
}
.p-pageOther__detail__thumb .splide__slide {
  aspect-ratio: 190/120;
}
.p-pageOther__detail__desc {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__detail__desc {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.p-pageOther__detail__desc p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-pageOther__detail__desc p {
    font-size: 1.5rem;
  }
}
.p-pageOther__detail__desc p:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__detail__desc p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.p-pageOther__detail__list {
  background: #ffffff;
  border-radius: 0.7rem;
  border: solid 2px #b4972c;
  padding: 4rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-pageOther__detail__list {
    padding: 4rem 2rem;
    flex-wrap: wrap;
  }
}
.p-pageOther__detail__list__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-pageOther__detail__list__item {
    width: 100%;
  }
}
.p-pageOther__detail__list__item dl {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.7rem;
  font-weight: 600;
}
.p-pageOther__detail__list__item dl:not(:last-child) {
  margin-bottom: 3rem;
}
.p-pageOther__detail__list__item dl dt {
  color: #927715;
  font-weight: 600;
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__detail__list__item dl dt {
    width: 6rem;
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
.p-pageOther__detail__list__item dl dd {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-pageOther__detail__list__item dl dd {
    width: calc(100% - 7rem);
  }
}
.p-pageOther__detail__list__item dl dd small {
  font-size: 1.2rem;
}
.p-pageOther__detail__list__item dl dd a {
  font-size: 1.2rem;
  text-decoration: underline;
  margin-left: 1.5rem;
}
.p-pageOther__detail__list__item dl.access {
  flex-wrap: wrap;
  gap: 0;
}
.p-pageOther__detail__list__item dl.access dt {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-pageOther__detail__list__item dl.access dt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-pageOther__detail__list__item dl.access dd {
    width: 100%;
  }
}
.p-pageOther__detail__list__item dl.access dd .val {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.6rem;
}
.p-pageOther__detail__list__item dl.access dd .val span {
  display: grid;
  place-content: center;
  width: 8.9rem;
  height: 3rem;
  color: #927715;
  background: #ffffff;
  border-radius: 0.4rem;
  border: solid 0.1rem #666666;
}
@media screen and (max-width: 767px) {
  .p-pageOther__detail__list__item dl.access dd .val span {
    width: 6rem;
  }
}
.p-pageOther__detail__list__item dl.access dd .val p {
  flex: 1;
  line-height: 1.4;
}
.p-pageOther__detail__map {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__detail__map {
    margin-top: 4rem;
  }
}
.p-pageOther__detail__map iframe {
  width: 100%;
  height: 42rem;
}
@media screen and (max-width: 767px) {
  .p-pageOther__detail__map iframe {
    height: 32rem;
  }
}

.p-hasty {
  overflow: hidden;
  margin-top: 11rem;
  margin-bottom: -3rem;
}
@media screen and (max-width: 767px) {
  .p-hasty {
    margin-top: 6rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.p-hasty__head {
  background: #7D6949;
  color: #ffffff;
  text-align: center;
  padding: 3.2rem 2rem;
  border-radius: 1rem 1rem 0 0;
}
.p-hasty__head h2 {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-hasty__head h2 {
    font-size: 2rem;
  }
}
.p-hasty__head p {
  font-size: 1.5rem;
  line-height: 2;
}
.p-hasty__wrap {
  background: rgba(180, 151, 44, 0.15);
  border-radius: 0 0 1rem 1rem;
  padding: 4.7rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hasty__wrap {
    padding: 4rem 2rem;
  }
}
.p-hasty__wrap h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-hasty__wrap h3 {
    font-size: 1.8rem;
    line-height: 1.65;
  }
}
.p-hasty__wrap h4 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 600;
  color: #b4972c;
}
.p-hasty__wrap a {
  font-size: 5.6rem;
  font-weight: 600;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-hasty__wrap a {
    font-size: 4.4rem;
  }
}
.p-hasty__wrap ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-hasty__wrap ul {
    gap: 1rem;
  }
}
.p-hasty__wrap ul li {
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 0.7rem;
  padding: 1.7rem 2rem;
  color: #ffffff;
  background: #7D6949;
}
@media screen and (max-width: 767px) {
  .p-hasty__wrap ul li {
    padding: 1.7rem 1rem;
    font-size: 1.6rem;
  }
}

/* 会社概要 */
.company_table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .company_table {
    line-height: 1.4;
  }
}
.company_table tr {
  border-top: solid 0.1rem #b4972c;
}
.company_table tr:first-of-type {
  border-top: none;
}
.company_table tr:first-of-type th, .company_table tr:first-of-type td {
  padding-top: 0;
}
.company_table tr th {
  width: 22rem;
  color: #927715;
  font-weight: normal;
  padding: 4.8rem 0;
}
@media screen and (max-width: 767px) {
  .company_table tr th {
    width: 10rem;
    padding: 3.6rem 0;
  }
}
.company_table tr td {
  line-height: 1.2;
  padding: 4.8rem 0;
}
@media screen and (max-width: 767px) {
  .company_table tr td {
    padding: 3.6rem 0;
  }
}

#company_message {
  margin-top: 14.6rem;
}
@media screen and (max-width: 767px) {
  #company_message {
    margin-top: 10rem;
  }
}

.company_message_president {
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: end;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .company_message_president {
    margin-top: 3.6rem;
  }
}
.company_message_president span {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .company_message_president span {
    font-size: 2rem;
  }
}

.company_h3 {
  width: 100%;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  border-bottom: solid 0.1rem #b4972c;
  padding-bottom: 3.2rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .company_h3 {
    font-size: 2.8rem;
    padding-bottom: 2.8rem;
    margin-bottom: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-hall {
    padding: 0 2rem;
  }
}
.p-hall__item:not(:last-child) {
  margin-bottom: 4rem;
}
.p-hall__item a {
  display: block;
  border-radius: 1rem;
  border: solid 1px #303030;
  background: #ffffff;
  transition: 0.3s;
}
.p-hall__item a:hover {
  opacity: 0.8;
}
.p-hall__item a h2 {
  background: url(../../assets/img/ico/ico_arw-3.svg) no-repeat right 4rem center/2.4rem;
  padding: 2rem 4rem;
  color: #303030;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  border-bottom: solid 1px #e8dbac;
}
@media screen and (max-width: 767px) {
  .p-hall__item a h2 {
    padding: 2rem;
    font-size: 1.8rem;
    background-size: 1.6rem;
    background-position-x: 2rem;
  }
}
.p-hall__item a dl {
  display: flex;
  align-items: center;
  padding: 2rem 4rem;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-hall__item a dl {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    width: 100%;
  }
}
.p-hall__item a dl dt {
  width: 21rem;
  height: 14.6rem;
}
@media screen and (max-width: 767px) {
  .p-hall__item a dl dt {
    width: 100%;
    height: 22rem;
  }
}
.p-hall__item a dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-hall__item a dl dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-hall__item a dl dd {
    width: 100%;
  }
}
.p-hall__item a dl dd .detail {
  display: flex;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-hall__item a dl dd .detail:not(:last-child) {
  margin-bottom: 1.8rem;
}
.p-hall__item a dl dd .detail img {
  width: 1.8rem;
}
.p-hall__item a dl dd .detail p {
  flex: 1;
}
.p-hall__item a dl .tag {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-hall__item a dl .tag li {
  background: #b4972c;
  color: #ffffff;
  border-radius: 5rem;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
}

.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: flex;
  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%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.p-faq__summary::after {
  content: "";
  width: 2rem;
  height: 1px;
  background: #dddddd;
  position: absolute;
  right: 2rem;
  top: 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: flex;
  align-items: 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 {
    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;
  }
}
@media screen and (max-width: 767px) {
  .p-form .p-pageOther__tel {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.p-form__wrap {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-form__wrap {
    padding: 0 2rem;
  }
}
.p-form__wrap dl {
  display: flex;
  align-items: center;
  border-top: solid 1px #dfd5b3;
}
@media screen and (max-width: 767px) {
  .p-form__wrap dl {
    display: block;
  }
}
.p-form__wrap dl dt {
  width: 28rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-form__wrap dl dt {
    width: auto;
    padding-bottom: 2rem;
  }
}
.p-form__wrap dl dt .req {
  font-size: 1.1rem;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 2rem;
  padding: 0.5rem 0.8rem;
  transform: translateY(-50%);
  color: #ffffff;
  border-radius: 0.5rem;
  background: #db3025;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-form__wrap dl dt .req {
    right: 0;
  }
}
.p-form__wrap dl dt .any {
  font-size: 1.1rem;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 2rem;
  padding: 0.5rem 0.8rem;
  transform: translateY(-50%);
  color: #ffffff;
  border-radius: 0.5rem;
  background: #777777;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-form__wrap dl dt .any {
    right: 0;
  }
}
.p-form__wrap dl dd {
  padding: 3rem 0 3rem 3rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-form__wrap dl dd {
    padding-top: 0;
    padding-left: 0;
  }
}
.p-form__wrap dl dd p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333333;
}
.p-form__short {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
}
.p-form__short-add {
  flex: 1;
  max-width: 24rem;
}
.p-form__short-num {
  flex: 1;
  max-width: 10rem;
}
.p-form__check {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  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: flex;
  gap: 0.4rem;
  align-items: center;
}
.p-form__privacy {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-form__privacy {
    margin-top: 2rem;
  }
}
.p-form__privacy a {
  text-decoration: underline;
}
.p-form__privacy__check {
  text-align: center;
  margin-top: 3rem;
  position: relative;
}
.p-form__privacy__check .error {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
}
.p-form input[type=text],
.p-form input[type=email] {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  background: #ffffff;
  border: solid 1px #d9d9d9;
}
@media screen and (max-width: 767px) {
  .p-form input[type=text],
  .p-form input[type=email] {
    font-size: 1.4rem;
    padding: 0.8rem;
  }
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  appearance: auto;
}
.p-form input[type=submit] {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  max-width: 22rem;
  margin: 6rem auto 0;
  padding: 2rem;
  border-radius: 5rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #7D6949;
}
.p-form textarea {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  background: #ffffff;
  border: solid 1px #d9d9d9;
  min-height: 15rem;
  line-height: 1.5;
}
.p-form .note {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-form .note {
    display: none;
  }
}
.p-form .error {
  width: 100%;
  display: block;
  margin-top: 1rem;
}
.p-form .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.p-form .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.p-form .mw_wp_form_confirm .p-form__privacy {
  display: none;
}
.p-form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.p-form .add__num {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.p-form .add__num p:nth-of-type(1) {
  font-size: 1.8rem;
}
.p-form .add__num p:nth-of-type(2) {
  max-width: 22rem;
  font-size: 1.5rem;
}

.p-thanks {
  text-align: center;
  margin-top: 6.5rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
.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;
}
@media screen and (max-width: 767px) {
  .p-thanks__txt {
    font-size: 1.4rem;
  }
}
.p-thanks__txt:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-thanks .c-moreBtn-type01 {
  margin-top: 4rem;
}
.p-thanks__btn {
  font-size: 1.6rem;
  display: block;
  width: 100%;
  max-width: 28rem;
  border-radius: 5rem;
  margin: 4rem auto 0;
  padding: 2rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #8c7318;
  transition: 0.3s;
}
.p-thanks__btn:hover {
  opacity: 0.7;
}

.p-pagePrivacypolicy {
  margin: 11rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-pagePrivacypolicy {
    margin: 6rem 2rem;
  }
}
.p-pagePrivacypolicy:not(:last-child) {
  margin-bottom: 0;
}
.p-pagePrivacypolicy .privacypolicy_top_text {
  font-size: 1.6rem;
  line-height: 2.3;
  letter-spacing: 0.04em;
  margin-bottom: 8.9rem;
}
@media screen and (max-width: 767px) {
  .p-pagePrivacypolicy .privacypolicy_top_text {
    font-size: 1.5rem;
    margin-bottom: 7rem;
  }
}
.p-pagePrivacypolicy .privacypolicy_box {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-pagePrivacypolicy .privacypolicy_box {
    margin-bottom: 6.4rem;
  }
}
.p-pagePrivacypolicy .privacypolicy_box:last-of-type {
  margin-bottom: 0;
}
.p-pagePrivacypolicy .privacypolicy_box h3 {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-pagePrivacypolicy .privacypolicy_box h3 {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 2rem;
  }
}
.p-pagePrivacypolicy .privacypolicy_box p {
  font-size: 1.6rem;
  line-height: 2.3;
  letter-spacing: 0.04em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-pagePrivacypolicy .privacypolicy_box p {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 2rem;
  }
}
.p-pagePrivacypolicy .privacypolicy_box p.bold_box {
  font-weight: 600;
}
.p-pagePrivacypolicy .privacypolicy_box p:last-of-type {
  margin-bottom: 0;
}
.p-pagePrivacypolicy .privacypolicy_box ol {
  font-size: 1.6rem;
  line-height: 2.3;
  letter-spacing: 0.04em;
  margin-left: 1.9rem;
  margin-bottom: 2.4rem;
  list-style: auto;
}
@media screen and (max-width: 767px) {
  .p-pagePrivacypolicy .privacypolicy_box ol {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 2rem;
  }
}
.p-pagePrivacypolicy .privacypolicy_box ol:last-of-type {
  margin-bottom: 0;
}
.p-pagePrivacypolicy .privacypolicy_box ol .ol_level2 {
  font-weight: 600;
  margin-left: 5.9rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-pagePrivacypolicy .privacypolicy_box ol .ol_level2 {
    margin-left: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.p-pagePrivacypolicy .privacypolicy_box ol .ol_level2 .ol_level3 {
  margin-left: 6.2rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-pagePrivacypolicy .privacypolicy_box ol .ol_level2 .ol_level3 {
    margin-left: 2.2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.c-elmView {
  padding: 6rem 0 0;
  background: #DDD4C6;
}
@media screen and (max-width: 767px) {
  .c-elmView__catch {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-elmView__catch h2 {
  font-family: "Poppins", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.c-elmView__catch p {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  margin-top: 2rem;
}
.c-elmView__desc {
  margin-top: 5.6rem;
  margin-bottom: 7.6rem;
}
@media screen and (max-width: 767px) {
  .c-elmView__desc {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-elmView__desc p {
  max-width: 48.7rem;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-elmView__desc p {
    font-size: 1.4rem;
  }
}

.c-elmCatch {
  text-align: center;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .c-elmCatch {
    margin-bottom: 4.8rem;
  }
}
.c-elmCatch__main {
  margin-bottom: 3.5rem;
  letter-spacing: 0.05em;
}
.c-elmCatch__main h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 5.6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .c-elmCatch__main h2 {
    font-size: 4.8rem;
  }
}
.c-elmCatch__main p {
  font-size: 1.5rem;
  margin-top: 2rem;
}
.c-elmCatch__desc {
  letter-spacing: 0.05em;
}
.c-elmCatch__desc p {
  font-size: 1.5rem;
  line-height: 2;
}

.c-elmBnr {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: #545458;
  opacity: 0;
  transition: 0.3s ease;
}
.c-elmBnr.is-active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-elmBnr {
    margin: 4.8rem 10;
  }
}
.c-elmBnr ul {
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .c-elmBnr ul {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-elmBnr ul li {
    width: calc(50% - 0.5rem);
  }
}
.c-elmBnr ul li:first-child {
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .c-elmBnr ul li:first-child {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 100%;
  }
  .c-elmBnr ul li:first-child img {
    max-width: 75%;
  }
}
.c-elmBnr ul li a {
  display: block;
}

.c-elmBtn-1 a {
  display: block;
  width: fit-content;
  padding: 1.5rem 5.5rem 1.5rem 4rem;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 0.5rem;
  background: #565656;
}
.c-elmBtn-1 a span {
  position: relative;
}
.c-elmBtn-1 a span::after {
  content: "";
  position: absolute;
  right: -1.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 1rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #ffffff;
}
.c-elmBtn-1.company_btn a {
  margin-top: 4rem;
  border-radius: 5rem;
  padding: 1.5rem 6.5rem 1.5rem 5rem;
  background: #574C23;
}

.c-elmBtn-2 {
  text-align: center;
}
.c-elmBtn-2 a {
  display: block;
  width: fit-content;
  padding: 1.5rem 5.5rem 1.5rem 4rem;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.c-elmBtn-2 a span {
  position: relative;
}
.c-elmBtn-2 a span::after {
  content: "";
  position: absolute;
  right: -1.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 1rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #ffffff;
}

.c-gallery {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .c-gallery {
    margin-top: 6rem;
  }
}
.c-gallery .splide__slide img {
  width: 100%;
}

.c-pager {
  margin-top: 6rem;
  text-align: center;
}
.c-pager .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.c-pager .wp-pagenavi a,
.c-pager .wp-pagenavi span {
  width: 4rem;
  height: 4rem;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #b4972c;
  color: #b4972c;
  background: #ffffff;
  transition: 0.3s;
}
.c-pager .wp-pagenavi span.current {
  background: #b4972c;
  color: #ffffff;
  border: solid 1px #b4972c;
}
.c-pager .wp-pagenavi a:hover {
  background: #b4972c;
  color: #ffffff;
  opacity: 1;
  border: solid 1px #b4972c;
}

.c-post {
  padding: 11rem 3rem 4rem;
}
@media screen and (max-width: 767px) {
  .c-post {
    padding: 6rem 2rem;
  }
}
.c-post__wrap {
  display: flex;
  gap: 7.5rem;
}
@media screen and (max-width: 767px) {
  .c-post__wrap {
    flex-wrap: wrap;
    gap: 4rem;
  }
}
.c-post__cnt {
  flex: 1;
}
.c-post__cnt__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}
.c-post__cnt__head h2 {
  font-size: 2.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.c-post__cnt__head h2 span {
  font-size: 1.5rem;
}
.c-post__cnt__head a {
  text-decoration: underline;
  font-size: 1.3rem;
}
.c-post__cnt #toc_container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #F9F7EF;
  border-radius: 1rem;
}
.c-post__cnt #toc_container .toc_title {
  margin: unset;
  padding: 0 3rem;
  margin-bottom: 1.5rem;
  color: #7a7a7a;
}
.c-post__cnt #toc_container .toc_list {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .c-post__cnt #toc_container .toc_list {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-post__cnt #toc_container ul {
  background: unset;
  padding: unset;
  margin: unset;
  list-style: none;
}
.c-post__cnt #toc_container ul li {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 0;
  list-style: none;
  letter-spacing: 0.05em;
}
.c-post__cnt #toc_container ul ul li {
  list-style: disc;
  font-size: 1.3rem;
  margin-top: 0.5rem;
  margin-left: 1.5rem;
  margin-bottom: 0;
  color: #7a7a7a;
}
.c-post__side {
  width: 29rem;
}
@media screen and (max-width: 767px) {
  .c-post__side {
    width: 100%;
  }
}
.c-post__side h5 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.c-post__side h5:not(:first-child) {
  margin-top: 5rem;
}
.c-post__side__cat {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.c-post__side__cat li a {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1.8rem 1.5rem;
  display: block;
  background: #E9E1D5;
  border-radius: 0.5rem;
}
.c-post__side__post__item {
  display: block;
}
.c-post__side__post__item:not(:first-child) {
  margin-top: 1rem;
}
.c-post__side__post dl {
  display: flex;
  gap: 1.5rem;
  border-top: solid 1px #d8d4c5;
  padding-top: 1rem;
}
.c-post__side__post dl dt {
  width: 9.5rem;
  aspect-ratio: 1/1;
  border-radius: 0.5rem;
  overflow: hidden;
}
.c-post__side__post dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-post__side__post dl dd {
  flex: 1;
  padding-top: 0.6rem;
}
.c-post__side__post dl dd ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.c-post__side__post dl dd ul li {
  font-size: 1.2rem;
}
.c-post__side__post dl dd ul li.cat {
  background: #b4972c;
  color: #ffffff;
  padding: 0.4rem;
  border-radius: 0.5rem;
}
.c-post__side__post dl dd p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  color: #565656;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.c-post__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 2rem;
}
.c-post__list:not(:last-child) {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .c-post__list:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.c-post__list__item {
  width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 767px) {
  .c-post__list__item {
    width: calc((100% - 2rem) / 2);
  }
}
.c-post__list__item dl dt {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 200/150;
}
.c-post__list__item dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-post__list__item dl dd {
  margin-top: 1.6rem;
}
.c-post__list__item dl dd ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.c-post__list__item dl dd ul li {
  font-size: 1.2rem;
}
.c-post__list__item dl dd ul li.cat {
  background: #b4972c;
  color: #ffffff;
  padding: 0.4rem;
  border-radius: 0.5rem;
}
.c-post__list__item dl dd p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.c-postSec {
  margin: 13rem 3rem;
}
@media screen and (max-width: 767px) {
  .c-postSec {
    margin: 6rem 2rem;
  }
}

.c-postHead {
  margin-bottom: 4rem;
}
.c-postHead__ttl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.45;
  padding-bottom: 2rem;
  border-bottom: solid 1px #d8d4c5;
}
.c-postHead__detail {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.c-postHead__detail-date {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.c-postHead__detail-cat {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
  background: #b4972c;
  color: #ffffff;
  padding: 0.4rem 0.8rem;
  border-radius: 0.5rem;
}

.c-postWrap h1:not(:first-child),
.c-postWrap h2:not(:first-child),
.c-postWrap h3:not(:first-child),
.c-postWrap h4:not(:first-child),
.c-postWrap h5:not(:first-child) {
  margin-top: 6rem;
}
.c-postWrap h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 4rem 0 2.5rem;
  padding: 0 0 0.5rem 1.5rem;
  border-left: solid 3px #000000;
}
@media screen and (max-width: 767px) {
  .c-postWrap h1 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 4rem 0 2.5rem;
  padding: 0 0 0.5rem 1.5rem;
  border-left: solid 3px #000000;
}
@media screen and (max-width: 767px) {
  .c-postWrap h2 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: solid 2px #000000;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-postWrap h3 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h4 {
  font-size: 2rem;
  line-height: 1.45;
  border-bottom: dashed 0.1rem #333333;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h4 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h4::before {
  content: "-";
  font-weight: 600;
  display: inline;
  vertical-align: baseline;
  color: #333333;
  margin-right: 1rem;
}
.c-postWrap h5 {
  font-size: 1.8rem;
  line-height: 1.45;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-postWrap h5 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h6 {
  font-size: 1.8rem;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-postWrap h6 {
    font-size: 1.6rem;
    margin: 2rem 0;
  }
}
.c-postWrap p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-postWrap p {
    font-size: 1.4rem;
    margin: 2rem 0;
  }
}
.c-postWrap p a {
  color: #333333;
  text-decoration: underline;
}
.c-postWrap p a:hover, .c-postWrap p a:active, .c-postWrap p a:focus, .c-postWrap p a:focus-within {
  text-decoration: none;
}
.c-postWrap p img {
  border-radius: 1.5rem;
}
.c-postWrap ul {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .c-postWrap ul {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap ul li {
  list-style: disc;
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap ul li:last-child {
  margin-bottom: 0;
}
.c-postWrap ol {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
  list-style: auto;
}
@media screen and (max-width: 767px) {
  .c-postWrap ol {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap ol li {
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap ol li:last-child {
  margin-bottom: 0;
}
.c-postWrap__pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8rem;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager {
    margin-top: 6rem;
  }
}
.c-postWrap__pager-prev {
  width: 100%;
  max-width: 28rem;
}
.c-postWrap__pager-prev a {
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
}
.c-postWrap__pager-prev a:hover, .c-postWrap__pager-prev a:active, .c-postWrap__pager-prev a:focus, .c-postWrap__pager-prev a:focus-within {
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager-prev a {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.c-postWrap__pager-prev a::before {
  font-size: 2rem;
  content: "‹";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-postWrap__pager-next {
  width: 100%;
  max-width: 28rem;
}
.c-postWrap__pager-next a {
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
}
.c-postWrap__pager-next a:hover, .c-postWrap__pager-next a:active, .c-postWrap__pager-next a:focus, .c-postWrap__pager-next a:focus-within {
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager-next a {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.c-postWrap__pager-next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.c-postPager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8rem;
  gap: 2rem;
}
.c-postPager:not(:last-child) {
  margin-bottom: 12rem;
}
.c-postPager__prev {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__prev a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
  transition: 0.3s ease;
}
.c-postPager__prev a:hover, .c-postPager__prev a:active, .c-postPager__prev a:focus, .c-postPager__prev a:focus-within {
  color: #ffffff;
  background: #000000;
}
.c-postPager__prev a::before {
  font-size: 2rem;
  content: "‹";
  position: absolute;
  left: 2.5rem;
  top: 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: #000000;
  border: solid 1px #000000;
  transition: 0.3s ease;
}
.c-postPager__next a:hover, .c-postPager__next a:active, .c-postPager__next a:focus, .c-postPager__next a:focus-within {
  color: #ffffff;
  background: #000000;
}
.c-postPager__next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-postPager__all {
  margin: auto;
}
.c-postPager__all a {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 4rem;
  color: #000000;
  background: #b4972c;
  border: solid 1px #b4972c;
  border-radius: 0.5rem;
  transition: 0.3s ease;
  color: #ffffff;
  background: #b4972c;
  font-weight: 500;
}
.c-postPager__all a:hover, .c-postPager__all a:active, .c-postPager__all a:focus, .c-postPager__all a:focus-within {
  color: #ffffff;
  background: #000000;
}
.c-postPager__all a::after {
  content: "▶︎";
  font-size: 1rem;
  display: block;
  transform: scale(0.6, 1);
}

.c-breadcrumb {
  background: #fffbf6;
  padding: 1.3rem 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 1.3rem 2rem;
  }
}
.c-breadcrumb ul {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb ul {
    font-size: 1.3rem;
    overflow: scroll;
    padding: 0.5rem 0;
  }
}
.c-breadcrumb ul li {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}
.c-breadcrumb ul li a {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-breadcrumb ul li:not(:last-child) a::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.8rem;
  background: #E5D28F;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}