@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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] {
  -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: 100%;
}

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

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}
body {
  overflow-x: hidden;
  background-color: #fbf8f6;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  color: #181818;
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}
.l-header {
  width: 100%;
  z-index: 100;
  background-color: transparent;
  position: absolute;
  top: 0;
}
.l-header__inner {
  margin: 0 auto;
  padding: 2.8rem 1.8rem 0 7.66vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1250px) {
  .l-header__inner {
    padding: 2.8rem 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 0.9rem 1.4rem 0 1.3rem;
  }
}
.l-header__logo {
  width: 23.54vw;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 17rem;
  }
}
.l-header__nav {
  font-family: "Klee One", cursive;
}
@media screen and (max-width: 1105px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 4vw;
  list-style: none;
}
@media screen and (max-width: 1250px) {
  .l-header__nav-list {
    gap: 2vw;
  }
}
.l-header__nav-link {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  transition: color 0.3s;
}
.l-header__nav-link:hover {
  color: #567158;
}
.l-header__nav-item--contact {
  color: #ffffff;
  background-color: #567158;
  font-family: "Cormorant Infant", serif;
  padding: 2rem 3.8rem;
  position: relative;
}
.l-header__nav-item--contact::before {
  border: 2px solid #ffffff;
  position: absolute;
  pointer-events: none;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  content: "";
}
.l-header__nav-item--contact:hover {
  opacity: 0.8;
}
.l-header__nav-item--contact .l-header__nav-link:hover {
  color: #ffffff;
}

.l-footer {
  background-color: #567158;
  color: #ffffff;
}
.l-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.2rem 5% 5.2rem 5%;
  width: 152rem;
  margin: 0 auto;
}
@media screen and (max-width: 1550px) {
  .l-footer__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__content {
    flex-direction: column;
  }
}
.l-footer__logo {
  width: 45.4rem;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 1105px) {
  .l-footer__logo {
    width: 35rem;
  }
}
.l-footer__tel {
  font-size: 4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 2.2rem;
  margin-left: 9.2rem;
}
@media screen and (max-width: 1105px) {
  .l-footer__tel {
    font-size: 3rem;
    margin-left: 7rem;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__tel {
    margin: 0 auto;
    justify-content: center;
  }
}
.l-footer__tel::before {
  width: 3.6rem;
  height: 3.6rem;
  content: "";
  background-image: url(../img/icon_phone.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 1105px) {
  .l-footer__tel::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.l-footer__tel:hover {
  opacity: 0.8;
}
.l-footer__address {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-top: 3rem;
}
@media screen and (max-width: 1105px) {
  .l-footer__address {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__address {
    margin-top: 1.5rem;
    margin-bottom: 3.5rem;
  }
}
.l-footer__address br {
  display: none;
}
@media screen and (max-width: 1105px) {
  .l-footer__address br {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    width: 100%;
  }
}
.l-footer__nav-list {
  list-style: none;
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  gap: 4rem 6rem;
}
@media screen and (max-width: 1480px) {
  .l-footer__nav-list {
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1105px) {
  .l-footer__nav-list {
    grid-template-rows: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1250px) {
  .l-footer__nav-list {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav-list {
    grid-auto-flow: row;
    grid-template-rows: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
    width: 100%;
  }
}
.l-footer__nav-item {
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-item {
    margin-bottom: 2rem;
  }
}
.l-footer__nav-item a {
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  transition: opacity 0.3s;
  display: flex;
  gap: 1.9rem;
}
@media screen and (max-width: 1250px) {
  .l-footer__nav-item a {
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav-item a {
    font-size: 1.3rem;
  }
}
.l-footer__nav-item a:hover {
  opacity: 0.7;
}
.l-footer__nav-item a .arrow {
  font-size: 1.3rem;
  color: #567158;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 0.5rem 0.5rem 0.5rem 0.9rem;
  width: 1.9rem;
  height: 1.9rem;
  font-family: "Manrope", sans-serif;
}
.l-footer__bottom {
  text-align: center;
  background-color: #493125;
  padding: 0.7rem 0;
}
.l-footer__copyright {
  font-size: 1.4rem;
  color: #b0aba4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 1.1rem;
  }
}

.form {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .form {
    max-width: 100%;
    gap: 5.33vw;
  }
}
.form .form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form .form-group label {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .form .form-group label {
    font-size: 3.73vw;
    font-weight: 400;
  }
}
.form .form-group label .required {
  font-size: 14px;
  background-color: #567158;
  color: #ffffff;
  padding: 1px 8px;
  border-radius: 6px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .form .form-group label .required {
    font-size: 3.73vw;
    margin-left: 4.53vw;
    padding: 1px 2.13vw;
  }
}
.form .form-group label .small-notice {
  font-size: 14px;
  font-weight: 400;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .form .form-group label .small-notice {
    font-size: 3.73vw;
  }
}
.form .form-group .form-label {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .form .form-group .form-label {
    font-size: 3.73vw;
    font-weight: 400;
  }
}
.form .form-group .form-label .required {
  font-size: 14px;
  background-color: #567158;
  color: #ffffff;
  padding: 1px 8px;
  border-radius: 6px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .form .form-group .form-label .required {
    font-size: 3.73vw;
    margin-left: 4.53vw;
    padding: 1px 2.13vw;
  }
}
.form .form-group input {
  border: 1px solid #567158;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  height: 50px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .form .form-group input {
    font-size: 3.73vw;
    padding: 2.67vw;
    height: 10.67vw;
    margin-top: 1.87vw;
  }
}
.form .form-group ::-moz-placeholder {
  color: rgba(24, 24, 24, 0.3);
}
.form .form-group ::placeholder {
  color: rgba(24, 24, 24, 0.3);
}
.form .form-group textarea {
  border: 1px solid #567158;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  height: 348px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .form .form-group textarea {
    font-size: 3.73vw;
    height: 80vw;
    padding: 3vw;
    margin-top: 1.87vw;
  }
}
.form .form-radio {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .form .form-radio {
    flex-direction: column;
    gap: 1.6vw;
  }
}
.form .form-radio .form-radio-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-left: 40px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .form .form-radio .form-radio-group {
    justify-content: flex-start;
    margin-left: 0;
    gap: 8.53vw;
  }
}
.form .form-radio .form-radio-group label {
  display: flex;
  align-items: center;
}
.form .form-radio .form-radio-group label input {
  width: 14px;
  height: 14px;
  border: 1px solid #181818;
  border-radius: 2px;
  margin-top: 0;
  margin-right: 9px;
  line-height: 1.5em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .form .form-radio .form-radio-group label input {
    width: 3.73vw;
    height: 3.73vw;
  }
}
.form .form-privacy {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form .form-privacy {
    margin-top: 9.87vw;
  }
}
.form .form-privacy label {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form .form-privacy label {
    font-size: 4.8vw;
  }
}
.form .form-privacy label input {
  width: 20px;
  height: 20px;
  background-color: rgba(198, 223, 238, 0.7);
  border: 1px solid #567158;
  margin-top: 0;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .form .form-privacy label input {
    width: 5.33vw;
    height: 5.33vw;
    margin-right: 2.67vw;
  }
}
.form .privacy__text {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .form .privacy__text {
    font-size: 4.27vw;
    margin-top: 2.67vw;
  }
}
.form .form-submit {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .form .form-submit {
    margin-top: 9.6vw;
  }
}
.form .form-submit button {
  font-size: 22px;
  color: #567158;
  border: 1px solid #295486;
  box-sizing: border-box;
  border-radius: 40px;
  cursor: pointer;
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form .form-submit button {
    font-size: 4.8vw;
    width: 66.7vw;
    height: 13.33vw;
  }
}
.form .form-submit button:hover {
  background: linear-gradient(to bottom, #BAC3E0 0%, #7E8FC7 100%);
  color: #ffffff;
  border: 1px solid #567158;
}

.contact-form__notice {
  margin-top: 37px;
  font-size: 18px;
  line-height: 1.5em;
}

.policy__link {
  text-decoration: underline;
}

.page-partner__wrapper .form .form-submit button {
  color: #ffffff;
  background-color: #567158;
}

.breadcrumb {
  font-size: 14px;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 16px;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1250px) {
  .breadcrumb {
    padding: 0 5% 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 0 5.3vw 0 5.3vw;
    margin-top: 1.6vw;
    font-size: 3.2vw;
  }
}

.breadcrumb a:not(:first-child)::before {
  content: "＞";
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .breadcrumb a:not(:first-child)::before {
    font-size: 3.2vw;
  }
}

.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 1105px) {
  .l-header__hamburger {
    display: block;
    position: relative;
    z-index: 110;
    width: 3rem;
    height: 2.4rem;
    background: none;
    border: none;
    cursor: pointer;
  }
  .l-header__hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #567158;
    transition: all 0.3s;
  }
  .l-header__hamburger span:nth-child(1) {
    top: 0;
  }
  .l-header__hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header__hamburger span:nth-child(3) {
    bottom: 0;
  }
}
.l-header__hamburger.is-open span {
  background-color: #567158;
  height: 0.4rem;
}
.l-header__hamburger.is-open span:nth-child(1) {
  transform: translateY(1rem) rotate(45deg);
}
.l-header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-open span:nth-child(3) {
  transform: translateY(-1rem) rotate(-45deg);
}
.l-header__drawer {
  display: none;
}
@media screen and (max-width: 1105px) {
  .l-header__drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #F3FEFF;
    z-index: 100;
    padding: 7.9rem 6.3rem 6.9rem 6.3rem;
    overflow-y: auto;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .l-header__drawer.is-open {
    opacity: 1;
    visibility: visible;
  }
}
.l-header__drawer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header__drawer-nav {
  display: flex;
  gap: 2.4rem;
  text-align: left;
  margin-bottom: 2.8rem;
}
.l-header__drawer-item {
  margin-bottom: 2.3rem;
}
.l-header__drawer-item a {
  font-size: 1.3rem;
  font-weight: 500;
}
.l-header__drawer-bottom {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-header__drawer-bottom .c-btn {
    margin-bottom: 0.9rem;
  }
}

.p-mv {
  background-image: url(../img/mv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 94rem;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-mv {
    height: 100vh;
  }
}
.p-mv__inner {
  transform: translateY(95%);
  margin-left: 14%;
}
@media screen and (max-width: 1105px) {
  .p-mv__inner {
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__inner {
    transform: translateY(100%);
  }
}
.p-mv__main-title {
  width: 67.6rem;
}
@media screen and (max-width: 768px) {
  .p-mv__main-title {
    width: 36rem;
  }
}
.p-mv__lead {
  font-size: 2.5rem;
  color: #ffffff;
  line-height: 5.4rem;
  letter-spacing: 0.23;
  margin-left: 4.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-mv__lead {
    font-size: 1.6rem;
    line-height: 2em;
    margin-left: 2rem;
    margin-top: 1rem;
  }
}

.p-greeting {
  padding: 13.3rem 5% 16rem 5%;
}
@media screen and (max-width: 768px) {
  .p-greeting {
    padding: 5rem 5%;
  }
}
.p-greeting__inner {
  display: flex;
  max-width: 134.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  .p-greeting__inner {
    flex-direction: column-reverse;
    gap: 2rem;
    width: 100%;
    align-items: center;
  }
}
.p-greeting__text-wrapper {
  width: 45.7%;
  text-align: left;
}
@media screen and (max-width: 1250px) {
  .p-greeting__text-wrapper {
    width: 60rem;
    margin-left: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-greeting__text-wrapper {
    width: 95%;
    margin-left: 3rem;
  }
}
.p-greeting__text-flex {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  line-height: 1.56;
  margin-top: 5.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 1550px) {
  .p-greeting__text-flex {
    font-size: clamp(1.4rem, 1.15vw, 1.8rem);
    margin-top: 3.5vw;
    gap: 1.6vw;
  }
}
@media screen and (max-width: 1250px) {
  .p-greeting__text-flex {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-greeting__text-flex {
    font-size: 1.4rem;
    margin-top: 2.5rem;
  }
}
.p-greeting__img-wrapper {
  width: 54%;
}
@media screen and (max-width: 1550px) {
  .p-greeting__img-wrapper {
    width: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .p-greeting__img-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-introduction {
    padding: 0 5%;
  }
}
.p-introduction__inner {
  width: 156rem;
  margin: 0 auto;
  background-image: url(../img/bg_introduction.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 9.2rem 10rem 10rem 10rem;
}
@media screen and (max-width: 1640px) {
  .p-introduction__inner {
    width: 100%;
  }
}
@media screen and (max-width: 1550px) {
  .p-introduction__inner {
    padding: 4.79vw 5.2vw 5.2vw 5.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-introduction__inner {
    padding: 10% 5%;
    background-image: url(../img/bg_introduction_sp.webp);
  }
}
.p-introduction__title {
  font-size: 4rem;
  letter-spacing: 0.23em;
  color: #b57c49;
  font-weight: 700;
}
@media screen and (max-width: 1105px) {
  .p-introduction__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-introduction__title {
    font-size: 2.4rem;
  }
}
.p-introduction__lead {
  font-size: 2.2rem;
  color: #555;
  letter-spacing: 0.13em;
  margin-top: 6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-introduction__lead {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.p-introduction__list {
  display: grid;
  gap: 6rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 8rem;
}
@media screen and (max-width: 1550px) {
  .p-introduction__list {
    margin-top: 4.167vw;
    gap: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-introduction__list {
    gap: 2rem;
    grid-template-columns: repeat(1, 3fr);
    margin-top: 4.2rem;
  }
}
.p-introduction__item {
  position: relative;
}
.p-introduction__item-img {
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 768px) {
  .p-introduction__item-img {
    width: 80%;
    margin-bottom: 2rem;
  }
}
.p-introduction__point-title-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
}
@media screen and (max-width: 1550px) {
  .p-introduction__point-title-wrapper {
    top: 21.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-introduction__point-title-wrapper {
    top: 18rem;
  }
}
.p-introduction__point-img {
  width: 9rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1550px) {
  .p-introduction__point-img {
    width: 4.69vw;
    margin-bottom: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-introduction__point-img {
    width: 7rem;
  }
}
.p-introduction__point-title {
  font-size: 3rem;
  letter-spacing: 0.23;
  color: #567158;
  font-weight: 700;
}
@media screen and (max-width: 1550px) {
  .p-introduction__point-title {
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 768px) {
  .p-introduction__point-title {
    font-size: 2rem;
  }
}
.p-introduction__text {
  font-size: 2rem;
  letter-spacing: 0.09em;
  line-height: 1.55;
  font-weight: 700;
  color: #333;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1550px) {
  .p-introduction__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-introduction__text {
    margin-bottom: 1em;
  }
}
.p-introduction__text--large {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #333;
}
@media screen and (max-width: 1550px) {
  .p-introduction__text--large {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1250px) {
  .p-introduction__text br {
    display: none;
  }
}

.p-cases {
  padding: 10rem 5% 8rem 5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-cases {
    padding: 5rem 5%;
  }
}
.p-cases::before {
  width: 100%;
  height: 118rem;
  position: absolute;
  background-image: url(../img/bg_case.webp);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  opacity: 0.5;
  z-index: -1;
  left: 0;
  top: -22%;
}
.p-cases__inner {
  display: flex;
  max-width: 143.9rem;
  margin: 0 auto;
  align-items: center;
  transform: translateX(7%);
  justify-content: space-between;
}
@media screen and (max-width: 1550px) {
  .p-cases__inner {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1250px) {
  .p-cases__inner {
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .p-cases__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-cases__text-wrapper {
  width: 41.48%;
}
@media screen and (max-width: 1250px) {
  .p-cases__text-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-cases__text-wrapper {
    width: 100%;
  }
}
.p-cases__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 59.7rem;
  margin-top: 6rem;
}
@media screen and (max-width: 1250px) {
  .p-cases__list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-cases__list {
    margin-top: 2rem;
  }
}
.p-cases__item {
  background-color: #567158;
  border-radius: 1rem;
  color: #ffffff;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  padding: 2.8rem;
}
@media screen and (max-width: 1250px) {
  .p-cases__item {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1105px) {
  .p-cases__item {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-cases__item {
    font-size: 1.8rem;
    padding: 1.5rem;
  }
}
.p-cases__img-wrapper {
  width: 52.67%;
}
@media screen and (max-width: 1550px) {
  .p-cases__img-wrapper {
    width: 45%;
  }
}
@media screen and (max-width: 1105px) {
  .p-cases__img-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-cases__img-wrapper {
    width: 100%;
  }
}

.p-how {
  padding: 7rem 5% 13rem 5%;
}
@media screen and (max-width: 768px) {
  .p-how {
    padding: 5rem 5%;
  }
}
.p-how__inner {
  max-width: 138.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-how__inner {
    width: 100%;
  }
}
.p-how__list {
  margin-top: 6rem;
  display: grid;
  gap: 4rem 3.3rem;
  grid-template-columns: repeat(3, 2fr);
}
@media screen and (max-width: 1250px) {
  .p-how__list {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
  }
}
@media screen and (max-width: 768px) {
  .p-how__list {
    grid-template-columns: repeat(1, 4fr);
    margin-top: 2rem;
  }
}
.p-how__item {
  width: 100%;
}
.p-how__title {
  display: flex;
  gap: 1.7rem;
  align-items: flex-start;
  margin-left: 1.2rem;
}
.p-how__number {
  color: #ffffff;
  background-color: #567158;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.95rem;
  height: 4.95rem;
  font-size: 4rem;
  font-family: "Crimson Text", serif;
}
.p-how__title--en {
  color: #567158;
  font-weight: 700;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .p-how__title--en {
    font-size: 1.8rem;
  }
}
.p-how__title--jp {
  font-size: 2rem;
  color: #6e6259;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-how__title--jp {
    font-size: 1.6rem;
  }
}
.p-how__text-wrapper {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  margin-left: 1.2rem;
}
.p-how__text {
  font-size: 1.8rem;
  color: #333;
  letter-spacing: 0.09em;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-how__text {
    font-size: 1.5rem;
  }
}
.p-how__btn-wrapper {
  text-align: center;
}

.p-price__inner {
  padding: 8.5rem 10rem 10rem 10rem;
  background-color: #ffffff;
  border-radius: 3.4rem;
  width: 79.17%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .p-price__inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .p-price__inner {
    padding: 5rem 5%;
  }
}
.p-price__inner::before {
  background-image: url(../img/deco_pricing_01.webp);
  content: "";
  position: absolute;
  width: 20.4rem;
  height: 44.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  right: 1rem;
  top: 1.8rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-price__inner::before {
    width: 9.5rem;
    height: 17.7rem;
    top: 0.5rem;
    right: -0.5rem;
  }
}
.p-price__inner::after {
  background-image: url(../img/deco_time_02.webp);
  content: "";
  position: absolute;
  width: 26.5rem;
  height: 49.7rem;
  background-repeat: no-repeat;
  background-size: contain;
  left: 1.6rem;
  bottom: 2rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-price__inner::after {
    width: 8.5rem;
    height: 15.7rem;
    bottom: 1rem;
    left: 0;
  }
}
.p-price__title-wrapper {
  display: flex;
}
@media screen and (max-width: 1250px) {
  .p-price__title-wrapper {
    flex-direction: column;
  }
}
.p-price__top-text {
  color: #6e6259;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-left: 17.5rem;
  margin-right: 10rem;
}
@media screen and (max-width: 1550px) {
  .p-price__top-text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1250px) {
  .p-price__top-text {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-price__top-text {
    font-size: 1.8rem;
  }
}
.p-price__container {
  background-color: #fbf8f6;
  border-radius: 2rem;
  width: 100%;
  padding: 5.8rem 10rem 6.5rem 10rem;
  margin-top: 5.3rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1550px) {
  .p-price__container {
    padding: 5%;
  }
}
@media screen and (max-width: 1250px) {
  .p-price__container {
    flex-direction: column;
    gap: 2.5rem;
    padding: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-price__container {
    padding: 10% 5%;
    margin-top: 4rem;
  }
}
.p-price__container--price {
  margin-bottom: 8.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-price__container--price {
    margin-bottom: 4rem;
  }
}
.p-price__container--price::before {
  background-image: url(../img/deco_pricing_02.webp);
  content: "";
  position: absolute;
  width: 16rem;
  height: 16.6rem;
  background-repeat: no-repeat;
  background-size: contain;
  left: -8.9rem;
  top: 1.8rem;
}
@media screen and (max-width: 1105px) {
  .p-price__container--price::before {
    width: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .p-price__container--price::before {
    width: 6rem;
    height: 5.6rem;
    left: -1.9rem;
    top: 4.8rem;
  }
}
.p-price__container--time {
  justify-content: flex-start;
  gap: 19.5rem;
  position: relative;
}
@media screen and (max-width: 1550px) {
  .p-price__container--time {
    gap: 3rem;
  }
}
@media screen and (max-width: 1250px) {
  .p-price__container--time {
    gap: 2.5rem;
  }
}
.p-price__container--time::after {
  background-image: url(../img/deco_time_01.webp);
  content: "";
  position: absolute;
  width: 11.1vw;
  height: 15.7rem;
  background-repeat: no-repeat;
  background-size: contain;
  right: -8rem;
  top: 16rem;
  z-index: 1;
}
@media screen and (max-width: 1550px) {
  .p-price__container--time::after {
    width: clamp(170px, 11.1vw, 213px);
    top: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .p-price__container--time::after {
    width: 7rem;
    height: 5.7rem;
    right: -1rem;
  }
}
.p-price__box {
  display: flex;
  gap: 14.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #6e6259;
  align-items: center;
}
@media screen and (max-width: 1550px) {
  .p-price__box {
    gap: 5.5rem;
    justify-content: space-between;
  }
}
.p-price__day {
  font-size: 2.5rem;
  color: #6e6259;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .p-price__day {
    font-size: 1.8rem;
  }
}
.p-price__price {
  color: #567158;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-price__price {
    font-size: 2rem;
  }
}
.p-price__time-heading {
  color: #567158;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 4.7rem;
}
@media screen and (max-width: 768px) {
  .p-price__time-heading {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-price__time-list {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
.p-price__time-item {
  font-size: 2.5rem;
  color: #6e6259;
  line-height: 1.4;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-price__time-item {
    font-size: 1.8rem;
  }
}
.p-price__time-item--green {
  color: #567158;
}

.p-news {
  padding: 0 5%;
}
.p-news__inner {
  padding: 12rem 0 14.4rem 0;
  width: 134.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 1550px) {
  .p-news__inner {
    width: 100%;
  }
}
@media screen and (max-width: 1250px) {
  .p-news__inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .p-news__inner {
    width: 100%;
    padding: 5rem 5%;
  }
}
.p-news__list {
  display: grid;
  margin: 7.9rem 0 10rem 0;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1250px) {
  .p-news__list {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
  }
}
@media screen and (max-width: 768px) {
  .p-news__list {
    grid-template-columns: repeat(1, 4fr);
    margin: 4rem 0 5rem 0;
  }
}
.p-news__item {
  padding: 2rem 2rem 1.7rem 2rem;
  background-image: url(../img/bg_news.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 1rem;
  transition: transform 0.6s ease;
}
.p-news__item:hover {
  transform: scale(1.05);
}
.p-news__img {
  width: 100%;
  height: 20rem;
  aspect-ratio: 278/200;
  border-radius: 1rem;
  overflow: hidden;
}
.p-news__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news__date {
  margin-top: 1.2rem;
  color: #6e6259;
  font-size: 1.6rem;
  margin-left: 1.5rem;
}
.p-news__title {
  font-size: 1.6rem;
  color: #333;
  margin-top: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 1.5rem 2.5rem 1.5rem;
}
.p-news__learn-more {
  color: #ffffff;
  background-color: #567158;
  font-size: 1.6rem;
  font-family: "Crimson Text", serif;
  display: flex;
  justify-content: flex-end;
  border-radius: 0 0 1rem 1rem;
  padding: 1rem 1.3rem;
}
.p-news__learn-more--arrow {
  width: 4rem;
  height: 1px;
  background-color: #ffffff;
  position: relative;
  display: block;
  margin-left: 2.3rem;
  transition: transform 0.3s ease;
  margin-top: 0.8rem;
}
.p-news__learn-more--arrow::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: right bottom;
}

.p-contact {
  padding-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding-bottom: 5rem;
  }
}
.p-contact .p-contact-form {
  width: 131.8rem;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 9.5rem 10rem 9rem 10rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 1550px) {
  .p-contact .p-contact-form {
    width: 90%;
  }
}
@media screen and (max-width: 1250px) {
  .p-contact .p-contact-form {
    width: 90%;
    padding: 5%;
  }
}
.p-contact .p-contact-form .c-heading {
  margin-bottom: 10rem;
  text-align: center;
}
.p-contact .p-contact-form .c-heading__title {
  text-align: center;
}
.p-contact .p-contact-form__steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 14.6rem;
  color: #a7a7a7;
  font-size: 3rem;
}
@media screen and (max-width: 1105px) {
  .p-contact .p-contact-form__steps {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact-form__steps {
    gap: 1rem;
    margin-bottom: 4rem;
    font-size: 1.2rem;
  }
}
.p-contact .p-contact-form__step {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  color: #ccc;
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact-form__step {
    flex-direction: column;
    align-items: center;
  }
}
.p-contact .p-contact-form__step.is-active {
  color: #333;
}
.p-contact .p-contact-form__step .num {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact-form__step .num {
    font-size: 1rem;
  }
}
.p-contact .p-contact-form__line {
  width: 10rem;
  height: 1px;
  background-color: #ccc;
}
@media screen and (max-width: 1105px) {
  .p-contact .p-contact-form__line {
    width: 5.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact-form__line {
    width: 3rem;
  }
}
.p-contact .p-contact-form__line.is-active {
  background-color: #333;
}
.p-contact .p-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 8rem;
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact-form__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-contact .p-contact-form__item.is-full {
  grid-column: 1/-1;
}
.p-contact .p-contact-form__label {
  display: block;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #444;
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact-form__label {
    font-size: 1.6rem;
  }
}
.p-contact .p-contact-form__label .required {
  color: #d00;
  margin-left: 0.5rem;
}
.p-contact .p-contact-form__sub-label {
  font-size: 1.3rem;
  color: #999;
  margin-bottom: 1rem;
}
.p-contact .p-contact-form .wpcf7-form-control-wrap {
  display: block;
  border-bottom: 1px solid #ccc;
  transition: border-color 0.3s;
}
.p-contact .p-contact-form .wpcf7-form-control-wrap:focus-within {
  border-color: #333;
}
.p-contact .p-contact-form input[type=text],
.p-contact .p-contact-form input[type=email],
.p-contact .p-contact-form input[type=tel],
.p-contact .p-contact-form textarea {
  width: 100%;
  border: none;
  background: transparent;
  padding: 1.5rem 0;
  font-size: 2rem;
  outline: none;
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact-form input[type=text],
  .p-contact .p-contact-form input[type=email],
  .p-contact .p-contact-form input[type=tel],
  .p-contact .p-contact-form textarea {
    font-size: 1.6rem;
  }
}
.p-contact .p-contact-form textarea {
  height: 15rem;
}
.p-contact .p-contact-form__text {
  font-size: 2rem;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact-form__text {
    font-size: 1.6rem;
  }
}
.p-contact .p-contact-form__privacy {
  margin-top: 10rem;
  text-align: center;
}
.p-contact .p-contact-form__privacy-text {
  font-size: 2rem;
  color: #444;
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact-form__privacy-text {
    font-size: 1.4rem;
  }
}
.p-contact .p-contact-form__privacy-box {
  max-width: 102.7rem;
  margin: 6rem auto 8.4rem auto;
  height: 18.5rem;
  overflow-y: scroll;
  padding: 2rem;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.67;
  color: #444;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact-form__privacy-box {
    font-size: 1.4rem;
    padding: 1rem;
    margin: 2rem auto;
  }
}
.p-contact .p-contact-form__privacy-check {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact-form__privacy-check {
    margin-top: 2rem;
  }
}
.p-contact .p-contact-form__privacy-check .wpcf7-form-control-wrap {
  display: inline-block;
  border-bottom: none;
}
.p-contact .p-contact-form__privacy-check .wpcf7-list-item {
  margin: 0;
}
.p-contact .p-contact-form__privacy-check label {
  display: inline-flex;
  align-items: center;
  gap: 3.5rem;
  cursor: pointer;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact-form__privacy-check label {
    font-size: 1.6rem;
    gap: 1.5rem;
  }
}
.p-contact .p-contact-form__privacy-check input[type=checkbox] {
  transform: scale(1);
  cursor: pointer;
  margin: 0;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact-form__privacy-check input[type=checkbox] {
    width: 1.8rem;
    height: 1.8rem;
    transform: scale(1);
  }
}
.p-contact .p-contact-form__privacy-check .wpcf7-list-item-label {
  line-height: 1;
}
.p-contact .p-contact-form .confirm-value {
  font-size: 2rem;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  min-height: 4rem;
  color: #333;
}
.p-contact .p-contact-form__submit {
  text-align: center;
  margin-top: 6rem;
}
.p-contact .p-contact-form__submit .wpcf7-submit {
  background-color: #333;
  color: #fff;
  padding: 2.3rem 6.3rem 2.3rem 8.2rem;
  font-size: 2rem;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact-form__submit .wpcf7-submit {
    font-size: 1.6rem;
    padding: 1.5rem 4.5rem 1.5rem 5rem;
  }
}
.p-contact .p-contact-form__submit .wpcf7-submit:hover {
  background-color: #555;
}
.p-contact .p-contact-form .wpcf7-response-output {
  display: none !important;
}
.p-contact .p-contact-form__sent {
  text-align: center;
  padding: 6rem 0;
}
.p-contact .p-contact-form__sent p {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact-form__sent p {
    font-size: 1.5rem;
  }
}
.p-contact .p-contact-form .wpcf7-spinner {
  display: none !important;
}

.p-archive {
  padding: 23.8rem 5%;
  background-color: #fdfdfd;
}
@media screen and (max-width: 768px) {
  .p-archive {
    padding: 10% 5%;
  }
}
.p-archive__list {
  max-width: 90rem;
  margin: 0 auto 11.3rem;
}

.p-archive-item {
  display: flex;
  align-items: center;
  gap: 7.5rem;
  padding: 2.5rem 0;
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s;
}
.p-archive-item:not(:last-of-type) {
  border-bottom: 1px dotted #ccc;
}
.p-archive-item:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-archive-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.p-archive-item__date {
  font-size: 2rem;
  color: #567158;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-archive-item__date {
    font-size: 1.8rem;
  }
}
.p-archive-item__title {
  font-size: 1.8rem;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-archive-item__title {
    font-size: 1.6rem;
  }
}

.p-entry__header {
  max-width: 111.8rem;
  margin: 11.8rem auto 6rem auto;
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 1250px) {
  .p-entry__header {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-entry__header {
    flex-direction: column;
    gap: 1rem;
    margin: 10% auto;
  }
}
.p-entry__date {
  font-size: 2rem;
  color: #567158;
}
@media screen and (max-width: 768px) {
  .p-entry__date {
    font-size: 1.6rem;
  }
}
.p-entry__title {
  font-size: 2rem;
  color: #14212d;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .p-entry__title {
    font-size: 1.6rem;
  }
}

.l-post-content {
  max-width: 111.8rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 1250px) {
  .l-post-content {
    padding: 0 5%;
  }
}
.l-post-content h2 {
  font-size: 2.4rem;
  margin: 6rem 0 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .l-post-content h2 {
    font-size: 1.8rem;
  }
}
.l-post-content .wp-block-image {
  margin: 4rem 0;
}
.l-post-content .wp-block-image img {
  width: 100%;
  height: auto;
}
.l-post-content p {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 2.5rem;
}
.l-post-content .is-layout-flex {
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-post-content .is-layout-flex {
    flex-direction: column !important;
    gap: 2rem;
  }
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
  align-items: flex-start;
}
.wp-block-columns.is-layout-flex {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .wp-block-columns {
    flex-direction: column !important;
  }
}

.wp-block-column {
  flex: 1;
  min-width: 0;
}

.l-post-content .wp-block-image {
  margin-top: 0;
}

.p-entry-nav {
  display: flex;
  justify-content: center;
  gap: 6.7rem;
  margin-top: 14rem;
  margin-bottom: 13rem;
}
@media screen and (max-width: 768px) {
  .p-entry-nav {
    gap: 1rem;
    margin: 5rem 0;
  }
}
.p-entry-nav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 6rem;
  border: 1px solid #eee;
  border-radius: 3rem;
  text-decoration: none;
  color: #333;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-entry-nav__btn {
    width: 12rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}
.p-entry-nav__btn:hover {
  border-color: #333;
  background-color: #f9f9f9;
}
.p-entry-nav__btn--back::before {
  content: "< ";
  margin-right: 1rem;
}
.p-entry-nav__btn--next::after {
  content: " >";
  margin-left: 1rem;
}

.c-heading__title {
  font-size: 5rem;
  color: #6e6259;
  position: relative;
  padding-bottom: 2rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-heading__title {
    font-size: 2rem;
    padding-bottom: 0.4rem;
  }
}
.c-heading__small {
  font-size: 2.6rem;
  color: #567158;
  font-family: "Klee One", cursive;
  font-weight: bold;
}

.c-sub-heading {
  background-image: url(../img/mv_sub.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 50rem;
}
@media screen and (max-width: 768px) {
  .c-sub-heading {
    height: 20rem;
  }
}
.c-sub-heading__inner {
  margin-left: 26rem;
  transform: translateY(75%);
}
@media screen and (max-width: 1550px) {
  .c-sub-heading__inner {
    margin-left: 5%;
  }
}
.c-sub-heading__title {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .c-sub-heading__title {
    width: 15rem;
  }
}
.c-sub-heading__lead {
  font-size: 2.5rem;
  color: #ffffff;
  margin-left: 6rem;
}
@media screen and (max-width: 1550px) {
  .c-sub-heading__lead {
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .c-sub-heading__lead {
    font-size: 1.6rem;
    margin-left: 3rem;
    margin-top: -2rem;
  }
}

.c-btn__news {
  background-image: url(../img/bg_news-btn.webp);
  background-size: 100% 100%;
  font-size: 2.3rem;
  color: #6e6259;
  font-weight: 700;
  letter-spacing: 0.37em;
  position: relative;
  width: 39.5rem;
  height: 9.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-btn__news {
    font-size: 1.6rem;
    width: 30rem;
    height: 7rem;
  }
}
.c-btn__news::before {
  width: 4.4rem;
  height: 4.4rem;
  content: "";
  background-image: url(../img/icon_arrow_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 4.5rem;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .c-btn__news::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.c-btn__news:hover {
  opacity: 0.8;
}
.c-btn__modify {
  background-color: #333;
  color: #fff;
  padding: 2.3rem 6.3rem;
  font-size: 2rem;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn__modify {
    font-size: 1.6rem;
    padding: 1.5rem 3.5rem;
  }
}
.c-btn__modify:hover {
  background-color: #555;
}
.c-btn__submit {
  background-color: #fff;
  padding: 2.3rem 5.3rem 2.3rem 6.2rem;
  border: 1px solid #333 !important;
  font-size: 2rem;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .c-btn__submit {
    font-size: 1.6rem;
    padding: 1.5rem 2.5rem 1.5rem 3rem;
  }
}
.c-btn__submit:hover {
  background-color: #555;
  color: #fff;
}

.p-pagination {
  text-align: center;
  margin-top: 6rem;
}
.p-pagination__current {
  font-size: 2rem;
  margin-bottom: 4.5rem;
  color: #333;
}
.p-pagination__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.p-pagination__link, .p-pagination__links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid #eee;
  border-radius: 50%;
  text-decoration: none;
  color: #333;
  font-size: 2rem;
  transition: all 0.3s;
  font-weight: 700;
  background-color: #ffffff;
}
.p-pagination__link:hover, .p-pagination__links .page-numbers:hover {
  background-color: #fff;
  border-color: #333;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}
.p-pagination__link.is-current, .p-pagination__links .p-pagination__link.current, .p-pagination__links .is-current.page-numbers, .p-pagination__links .page-numbers.current {
  pointer-events: none;
  background-color: transparent;
  border: none;
}
.p-pagination__next, .p-pagination__links .next {
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid #eee;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
.p-pagination__next::after, .p-pagination__links .next::after {
  content: ">";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}
.p-pagination__next:hover, .p-pagination__links .next:hover {
  border-color: #333;
}
.p-pagination__before {
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid #eee;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
.p-pagination__before::after {
  content: "<";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}
.p-pagination__before:hover {
  border-color: #333;
}

.p-pagination__links .next {
  border: none;
}

.u-color-blue {
  color: #567158;
}/*# sourceMappingURL=style.css.map */