@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%;
     -moz-text-size-adjust: 100%;
          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 { /* 1 */
  -webkit-appearance: none;
     -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;
          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;
          appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          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;
}

body {
  font-family: "M PLUS 1p", sans-serif;
  color: #333;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  overflow-x: hidden;
  background-color: #f2ead3;
}
body {
  font-size: 16px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.c-img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-btn {
  display: inline-block;
  color: #fff;
  padding: 16px 40px;
  font-family: "M PLUS 1p", sans-serif;
}
.c-btn {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.c-btn {
  border-radius: 5px;
}
.c-btn {
  font-weight: bold;
  line-height: 1.6;
}
.c-btn {
  font-size: 18px;
}
.c-btn {
  transition: all 0.3s ease;
}
.c-btn {
  will-change: transform, opacity;
  transform-origin: center;
  backface-visibility: hidden;
}
@media (hover: hover) {
  .c-btn:focus:hover, .c-btn:hover:hover {
    transform: scale(1.05);
    opacity: 0.9;
  }
  .c-btn:focus:hover, .c-btn:hover:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
  .c-btn:focus:hover:active, .c-btn:hover:hover:active {
    transform: scale(1.02) translateY(2px);
  }
  .c-btn:focus:hover:active, .c-btn:hover:hover:active {
    transition: all 0.1s;
  }
}
.c-btn--primary {
  background-color: #fe7171;
}
.c-btn--secondary {
  background-color: #3ba4a8;
}

.c-hamburger {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .c-hamburger {
    display: block;
  }
}
.c-hamburger__line {
  position: absolute;
  left: 8px;
  right: 8px;
  width: 100%;
  height: 3px;
  background: #d36e7a;
  top: 50%;
  margin-top: -1.5px;
  transform-origin: center;
}
.c-hamburger__line {
  transition: all 0.3s ease;
}
.c-hamburger__line:nth-child(1) {
  transform: translateY(-10px);
}
.c-hamburger__line:nth-child(2) {
  opacity: 1;
}
.c-hamburger__line:nth-child(3) {
  transform: translateY(10px);
}
.c-hamburger.active .c-hamburger__line:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.c-hamburger.active .c-hamburger__line:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.c-hamburger.active .c-hamburger__line:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

.c-section-title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-top: 0;
  margin-bottom: 64px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    margin-bottom: 72px;
  }
  .c-section-title {
    font-size: 20px;
  }
}
.c-section-title {
  paint-order: stroke;
  -webkit-text-stroke: 4px #fe7171;
}
.c-section-title {
  font-weight: 800;
  line-height: 1.6;
}
.c-section-title {
  font-size: 24px;
}
*:not(style) + .c-section-title.c-section-title {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  *:not(style) + .c-section-title.c-section-title {
    margin-top: 32px;
  }
}
.c-section-title--about {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .c-section-title--about {
    margin-bottom: 32px;
  }
}

.c-section-divider {
  position: relative;
  z-index: 100;
  line-height: 0;
}
.c-section-divider svg {
  display: block;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .c-section-divider svg {
    height: 40px;
  }
}
.c-section-divider path {
  fill: #B1A562;
}

.c-social {
  display: flex;
  gap: 16px;
}
.c-social__link {
  display: block;
}
.c-social__link:hover {
  opacity: 0.7;
}
.c-social__link svg {
  width: 32px;
  height: auto;
  fill: #3ba4a8;
}
@media screen and (max-width: 768px) {
  .c-social__link svg {
    width: 24px;
  }
}

.c-card {
  position: relative;
  background-color: #fff;
  padding: 24px 16px;
  height: 100%;
  color: inherit;
}
.c-card {
  border-radius: 10px;
}
.c-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-card {
  transition: all 0.3s ease;
}
.c-card {
  /*
  TODO: 詳細ページ導線を作成したら hover アニメーションを復活させる
  @include m.hover {
    .c-card__img {
      transform: scale(1.1);
    }
  */
}
.c-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  cursor: pointer;
}
.c-card__info-row {
  display: flex;
}
.c-card__img-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}
.c-card__img {
  height: 200px;
}
.c-card__img {
  border-radius: 10px;
}
.c-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__img {
  transition: all 0.3s ease;
}
.c-card__img {
  /*  TODO: 詳細ページ導線を作成したら hover アニメーションを復活させる
    @include m.transition;
  */
}

.c-tag {
  display: inline-block;
  padding: 4px 8px;
  background-color: #5c93ba;
  color: #fff;
}
.c-tag {
  border-radius: 5px;
}
.c-tag {
  font-weight: bold;
  line-height: 1.6;
}
.c-tag {
  font-size: 15px;
}
.c-tag {
  transition: all 0.3s ease;
}
.c-tag {
  will-change: transform, opacity;
  transform-origin: center;
  backface-visibility: hidden;
}

.c-required {
  display: inline-block;
  padding: 4px 8px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.12em;
  font-weight: bold;
}
.c-required {
  border-radius: 5px;
}
.c-required--pink {
  background-color: #fe7171;
}
.c-required--blue {
  background-color: #5c93ba;
}

.c-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.c-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.c-img--cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-img--rounded {
  border-radius: 5px;
}

.l-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.l-container {
  padding-inline: 24px;
  position: relative;
  z-index: 10;
}
.l-container {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-container {
    max-width: 600px;
    margin-inline: auto;
  }
}

.l-header {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  z-index: 1000;
}
.l-header {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}
.home .l-header {
  position: absolute;
  top: 0;
}
.l-header__inner {
  padding-block: 16px;
  padding-inline: 24px;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    gap: 0;
  }
}
.l-header__hamburger {
  margin-left: auto;
}
.admin-bar.home .l-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar.home .l-header {
    top: 46px;
  }
}

.l-footer {
  width: 100%;
  background-color: #fff;
  color: #618754;
}
.l-footer {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}
.l-footer__inner {
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 24px;
  }
}
.l-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .l-footer__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.l-footer__copyright {
  text-align: center;
  font-size: 0.75rem;
  padding-block: 8px;
  border-top: 1px solid #eee;
}

.p-footer-address {
  font-weight: bold;
  line-height: 1.6;
}
.p-footer-address {
  font-size: 15px;
}
.p-footer-address__row {
  display: flex;
}
.p-footer-address__term {
  white-space: nowrap;
}

.p-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.p-logo__icon {
  width: 80px;
  height: auto;
  fill: #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-logo__icon {
    width: 40px;
    height: auto;
  }
}
.p-logo__text {
  color: #47774a;
  letter-spacing: 0.08em;
  font-family: "Notable", sans-serif;
}
.p-logo__text {
  font-weight: bold;
  line-height: 1.6;
}
.p-logo__text {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .p-logo__text {
    font-size: 24px;
  }
}

.p-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}

.p-mv {
  position: relative;
  width: 100%;
  height: 600px;
}
.p-mv {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-mv {
    align-items: flex-end;
    padding-bottom: 80px;
  }
}
.p-mv__img {
  aspect-ratio: 1.5;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-news__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-news__list {
  font-size: 18px;
}
.p-news__item {
  position: relative;
  height: auto;
  background-color: #fff;
  padding: 24px;
  cursor: pointer;
}
.p-news__item {
  display: grid;
  align-items: center;
  gap: 32px;
  grid-template-columns: 200px 1fr;
}
@media screen and (max-width: 768px) {
  .p-news__item {
    gap: 16px;
    align-items: stretch;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-news__item {
  border-radius: 10px;
}
.p-news__item--300 {
  display: grid;
  align-items: center;
  gap: 32px;
  grid-template-columns: 300px 1fr;
}
@media screen and (max-width: 768px) {
  .p-news__item--300 {
    gap: 16px;
    align-items: stretch;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (hover: hover) {
  .p-news__item:hover .p-news__img {
    transform: scale(1.1);
  }
}
.p-news__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.p-news__img-wrapper {
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  flex-shrink: 0;
}
.p-news__img-wrapper {
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-news__img-wrapper {
    width: 100%;
    height: 200px;
  }
}
.p-news__img-wrapper--large {
  width: 300px;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .p-news__img-wrapper--large {
    width: 100%;
  }
}
.p-news__img {
  transition: all 0.3s ease;
}
.p-news__btn-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.p-news__date {
  padding-right: 8px;
}
.p-news__title {
  padding-top: 8px;
}
.p-news__title-row {
  margin-top: 8px;
}
.p-news__title-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}

.p-news-accordion__content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease, margin 0.3s ease;
  padding: 0 10px;
  background-color: rgba(254, 113, 113, 0.1);
}
.p-news-accordion__content {
  border-radius: 5px;
}
.p-news-accordion__text {
  padding: 10px 0;
}
.p-news-accordion__btn {
  width: 32px;
  height: 32px;
  pointer-events: none;
}
.p-news-accordion__btn {
  transition: all 0.3s ease;
}
.p-news-accordion__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-news-accordion__btn .line-v, .p-news-accordion__btn .line-h {
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.p-news-accordion__btn.is-active .line-v {
  opacity: 0;
  transform: rotate(90deg);
}

.p-step__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-step__list {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.p-step__item {
  width: 150px;
  background-color: #fff;
  padding: 24px;
  text-align: center;
}
.p-step__item {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-step__item {
    width: 200px;
  }
  .p-step__item {
    font-size: 18px;
  }
}
.p-step__btn-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.p-step__icon {
  height: 80px;
  text-align: center;
  color: #618754;
}
@media screen and (max-width: 768px) {
  .p-step__icon {
    height: 48px;
  }
}
.p-step__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.p-contact {
  background: #fff;
}
.p-contact__header {
  text-align: center;
}
.p-contact__content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.p-contact-notice {
  background-color: #fff5e5;
  padding: 32px 40px;
}
.p-contact-notice {
  border-radius: 20px;
}
.p-contact-notice {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .p-contact-notice {
    padding: 16px;
  }
}
.p-contact-notice__title {
  font-weight: 700;
  margin-bottom: 24px;
  position: relative;
}
.p-contact-notice__title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 130px;
  height: 230px;
  background-image: url(/wp-content/themes/cat-home/img/contact_bg1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-contact-notice__item {
  padding-left: 32px;
  position: relative;
}
.p-contact-notice__item::before {
  content: "✔";
  position: absolute;
  left: 0;
}
.p-contact-notice__content {
  background-color: #fff;
  padding: 24px;
}
.p-contact-notice__content {
  border-radius: 10px;
}

.p-contact-faq {
  background-color: #fff5e5;
  padding: 32px 40px;
}
.p-contact-faq {
  border-radius: 20px;
}
.p-contact-faq {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .p-contact-faq {
    padding: 16px;
  }
}
.p-contact-faq__title {
  font-weight: 700;
  margin-bottom: 24px;
  position: relative;
}
.p-contact-faq__title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100px;
  height: 160px;
  background-image: url(/wp-content/themes/cat-home/img/contact_bg2.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-contact-faq__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-contact-faq__item {
  background-color: #fff;
  padding: 8px;
}
.p-contact-faq__item {
  border-radius: 10px;
}
.p-contact-faq__question {
  cursor: pointer;
  padding: 8px;
}
.p-contact-faq__answer {
  padding: 5px;
}

.p-contact-form {
  background-color: #fff5e5;
  padding: 32px 40px;
}
.p-contact-form {
  border-radius: 20px;
}
.p-contact-form {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.p-contact-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-contact-form {
    padding: 24px;
  }
}
@media screen and (max-width: 375px) {
  .p-contact-form {
    padding-inline: 16px;
  }
}
.p-contact-form__title {
  text-align: center;
  font-weight: 700;
}
.p-contact-form__lead {
  text-align: center;
  color: #000;
}
.p-contact-form__text {
  text-align: center;
}
.p-contact-form__btn {
  display: flex;
  justify-content: center;
}
.p-contact-form__label {
  display: block;
  width: 100%;
}
.p-contact-form__label br {
  display: none;
}
.p-contact-form__head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-weight: 700;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

textarea.wpcf7-textarea {
  display: block;
  width: 100%;
}

.p-contact-form__inner {
  width: 100%;
}
.p-contact-form__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__inner {
    gap: 24px;
  }
}

.p-contact-form__grid {
  width: 100%;
}
.p-contact-form__grid {
  display: grid;
  align-items: stretch;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-contact-form__grid {
    gap: 24px;
    align-items: stretch;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-contact-form__grid {
    gap: 24px;
  }
}

.p-contact-form__field {
  background-color: #fff;
  padding: 16px;
  width: 100%;
}
.p-contact-form__field {
  border-radius: 10px;
}
.p-contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-contact-form__submit {
  transition: all 0.3s;
}
.p-contact-form__submit.is-submitting {
  background-color: #ffcf3e;
  transform: scale(0.95);
  opacity: 0.8;
  pointer-events: none;
}
.p-contact-form__submit.is-sent {
  background-color: #7dd05f;
  transform: scale(1);
  opacity: 1;
  pointer-events: none;
}

.wpcf7-spinner {
  display: none;
  visibility: hidden;
  margin: 0;
}

.wpcf7-response-output {
  text-align: center;
}

.p-global-nav {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-global-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background: #fff;
    background-image: url(/wp-content/themes/cat-home/img/global-nav_bg-sp.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow-y: auto;
  }
  .p-global-nav.active {
    opacity: 1;
    visibility: visible;
  }
}
.p-global-nav__en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.p-global-nav__ja {
  font-size: 10px;
  font-weight: normal;
  color: #888;
  text-align: center;
}
.p-global-nav__list {
  margin-left: auto;
}
.p-global-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-global-nav__list {
    flex-direction: column;
    gap: 40px;
    padding: 80px 32px 32px;
  }
}
.p-global-nav__link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: relative;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-global-nav__link:hover {
  color: #618754;
}
@media screen and (max-width: 768px) {
  .p-global-nav__link {
    font-weight: 700;
  }
  .p-global-nav__link {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .p-global-nav__link {
    font-size: 16px;
  }
}
.p-global-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #618754;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}
@media screen and (max-width: 768px) {
  .p-global-nav__link::after {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-global-nav__link:hover::after {
    transform: scaleX(1);
  }
}

.p-our-cats__text {
  text-align: center;
  background-color: #fff;
  padding: 32px;
  margin-bottom: 64px;
}
.p-our-cats__text {
  font-size: 18px;
}
.p-our-cats__text {
  border-radius: 10px;
}
.p-our-cats__grid {
  padding: 0;
}
.p-our-cats__grid {
  display: grid;
  align-items: stretch;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .p-our-cats__grid {
    gap: 24px;
    align-items: stretch;
    grid-template-columns: repeat(1fr, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .p-our-cats__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-our-cats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (max-width: 470px) {
  .p-our-cats__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.p-our-cats__item {
  display: flex;
  justify-content: center;
}
.p-our-cats__btn-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.p-our-cats__btn-wrapper--none {
  display: none;
}

.p-about {
  margin-top: -120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-about {
    margin-top: -80px;
  }
}
.p-about__inner {
  background-color: #fff;
  border-radius: 100px 0px;
}
.p-about__inner {
  display: grid;
  align-items: center;
  gap: 0;
  grid-template-columns: 40fr 60fr;
}
@media screen and (max-width: 768px) {
  .p-about__inner {
    gap: 0;
    align-items: stretch;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-about__body {
  padding-inline: 48px;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-about__body {
    padding-top: 24px;
    padding-inline: 24px;
  }
}
.p-about__text-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-about__img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 375px) {
  .p-about__img {
    height: 400px;
  }
}

.p-support-hero {
  text-align: center;
}
.p-support-hero__img {
  width: 100%;
  height: 450px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-support-hero__img {
    height: 300px;
  }
}
.p-support-hero__img > .c-img {
  border-radius: 10px;
}
.p-support-hero__img > .c-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-support-hero__text {
  font-weight: 500;
  line-height: 1.8;
}
.p-support-hero__text {
  font-size: 18px;
}

.p-support-content {
  background-color: #faf7f0;
}
.p-support-content__flex {
  flex-wrap: wrap;
}
.p-support-content__flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-support-content__flex {
    flex-direction: column;
  }
}

.p-support-box {
  flex: 1;
  background-color: #fff;
  padding: 40px;
  border: 2px solid transparent;
  transition: transform 0.3s ease;
}
.p-support-box {
  border-radius: 20px;
}
.p-support-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-support-box--wishlist {
  border-color: #618754;
}
.p-support-box--bank {
  border-color: #fe7171;
}
.p-support-box__title {
  text-align: center;
}
.p-support-box__title {
  font-weight: 800;
  line-height: 1.6;
}
.p-support-box__title {
  font-size: 20px;
}
.p-support-box__description {
  flex-grow: 1;
}
.p-support-box__btn {
  text-align: center;
}
.p-support-box__table {
  width: 100%;
  border-collapse: collapse;
}
.p-support-box__table tr {
  border-bottom: 1px solid #ccc;
}
.p-support-box__table tr:last-child {
  border-bottom: none;
}
.p-support-box__table th, .p-support-box__table td {
  padding: 16px 8px;
  text-align: left;
}
.p-support-box__table th {
  width: 80px;
  color: #888;
  font-weight: normal;
}
.p-support-box__table td {
  font-weight: bold;
}

.p-support-report {
  margin-top: 48px;
  text-align: center;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.8);
}
.p-support-report {
  border-radius: 5px;
}
.p-support-report .p-support-report__text {
  color: #666;
}
.p-support-report .p-support-report__text {
  font-size: 15px;
}
.p-support-report .p-support-report__link {
  color: #fe7171;
  text-decoration: underline;
  font-weight: bold;
}
.p-support-report .p-support-report__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.p-404 {
  text-align: center;
}
.p-404__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-404__image {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
}
.p-404__image img {
  width: 100%;
  height: auto;
}
.p-404__image img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-404__image img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 30% 20%;
       object-position: 30% 20%;
  }
}
.p-404__title {
  font-weight: 700;
}
.p-404__title {
  font-size: 32px;
}
.p-404__text {
  line-height: 1.8;
  color: #888;
}/*# sourceMappingURL=style.css.map */