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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #2b2b2b;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1rem;
  }
}
body.is-fixed {
  overflow: hidden;
}

a[href^="tel:"] {
  cursor: default;
}

.l-inner {
  padding-inline: clamp(1rem, 5.3333333333vw, 3.75rem);
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .l-inner {
    padding-inline: min(6.9444444444vw, 100px);
    max-width: 1340px;
  }
}

.l-footer {
  position: relative;
  margin-top: -2.5rem;
  border-radius: 40px 40px 0 0;
  background: #f9f6f0;
  padding-block: 3.75rem 2.5rem;
  color: #3b3b3b;
}
@media screen and (min-width: 1024px) {
  .l-footer {
    margin-top: -3.75rem;
    border-radius: 60px 60px 0 0;
    padding-top: clamp(5rem, 8.3333333333vw, 7.5rem);
    padding-bottom: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}

.l-footer__main {
  max-width: clamp(18.75rem, 80vw, 30rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__main {
    max-width: none;
  }
}

.l-footer__logo {
  width: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__logo {
    width: 5rem;
  }
}
.l-footer__logo a {
  display: inline-block;
}
.l-footer__logo a img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer__contents {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  font-weight: 500;
}

.l-footer__company {
  font-size: 1.125rem;
}

.l-footer__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.l-footer__map span {
  padding-right: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #3e5f77;
}
.l-footer__map::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/common/icon-map.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.l-footer__fax {
  margin-top: 0.5rem;
}

.l-footer__corporate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.l-footer__corporate::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("../img/common/icon-external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.l-footer__list {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  row-gap: 1rem;
  margin-top: 2rem;
}

.l-footer__item a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding-block: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__item a {
    font-size: 1.125rem;
  }
}

.l-footer__instagram {
  width: 2.25rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
}
.l-footer__instagram a {
  display: inline-block;
}
.l-footer__instagram img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer__sub {
  max-width: clamp(18.75rem, 80vw, 30rem);
  margin-inline: auto;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px dashed #5b6a7e;
  font-size: 0.75rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__sub {
    max-width: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__sub {
    margin-top: 5rem;
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-footer__sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-footer__copyright {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.l-footer__pageTop {
  position: absolute;
  bottom: 2.875rem;
  right: 0.375rem;
  width: 3rem;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 600px) {
  .l-footer__pageTop {
    right: 2.5rem;
    width: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__pageTop {
    bottom: 1.25rem;
    right: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__pageTop {
    width: 4.1875rem;
    right: clamp(1.25rem, 3.8888888889vw, 6.25rem);
    bottom: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__pageTop {
    bottom: 5.25rem;
  }
}
.l-footer__pageTop img {
  aspect-ratio: 67/156;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fcfcfa;
  border-radius: 0 0 1.25rem 1.25rem;
  height: 4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .l-header {
    border-radius: 0 0 2.5rem 2.5rem;
    height: 7.5rem;
  }
}

.l-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__inner {
    padding-left: clamp(1.25rem, 1.953125vw, 2rem);
  }
}
@media screen and (min-width: 1280px) {
  .l-header__inner {
    padding-inline: clamp(1.25rem, 4.1666666667vw, 3.75rem);
  }
}

.l-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.75rem;
}
@media screen and (min-width: 1024px) {
  .l-header__logo {
    width: clamp(11.25rem, 16.1111111111vw, 14.5rem);
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  aspect-ratio: 200/54;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.l-header__right {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.l-header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav-list > li {
  border-right: 1px dashed #5b6a7e;
}
.l-header__nav-list > li:first-child {
  border-left: 1px dashed #5b6a7e;
}
.l-header__nav-list > li > a {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #2b2b2b;
  line-height: 1;
  padding-block: 0.25rem;
  padding-inline: clamp(1.5rem, 2.2222222222vw, 2rem);
}
@media (hover: hover) and (pointer: fine) {
  .l-header__nav-list > li > a:hover {
    opacity: 0.7;
  }
}
.l-header__nav-list > li > a:focus-visible {
  opacity: 0.7;
}

.l-header__hamburger {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .l-header__hamburger {
    display: none;
  }
}

.l-drawer {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  background: #fcfcfa;
  padding-top: clamp(6.25rem, 26.6666666667vw, 10rem);
  padding-bottom: 2.5rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.l-drawer.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-drawer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-inline: auto;
  max-width: 16.25rem;
}

.l-drawer__ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.l-drawer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.l-drawer__nav {
  width: 100%;
}

.l-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-drawer__list > li {
  border-bottom: 1px dashed #5b6a7e;
}
.l-drawer__list > li > a {
  display: block;
  padding-block: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #2b2b2b;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer__list > li > a:hover {
    opacity: 0.7;
  }
}
.l-drawer__list > li > a:focus-visible {
  opacity: 0.7;
}
@media (hover: none) {
  .l-drawer__list > li > a:active {
    opacity: 0.7;
  }
}

.l-wrapper {
  overflow: hidden;
}

.l-section {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.l-section--narrow {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding-top: clamp(3.75rem, 8.3333333333vw, 7.5rem);
    padding-bottom: clamp(3.75rem, 8.3333333333vw, 7.5rem);
  }
  .l-section--narrow {
    padding-top: clamp(1.25rem, 2.7777777778vw, 2.5rem);
  }
}

.l-section__contents {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-section__contents {
    margin-top: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}

.l-section__btn {
  text-align: center;
  margin-top: clamp(2.5rem, 10.6666666667vw, 3rem);
}
@media screen and (min-width: 600px) {
  .l-section__btn {
    margin-top: clamp(3rem, 8vw, 3.75rem);
  }
}
@media screen and (min-width: 1024px) {
  .l-section__btn {
    margin-top: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}

.l-subFV {
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .l-subFV {
    margin-top: 7.5rem;
  }
}

.c-hamburger {
  width: 1.75rem;
  height: 1.3125rem;
  position: relative;
  z-index: 50;
}
.c-hamburger.is-checked .c-hamburger__bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.c-hamburger.is-checked .c-hamburger__bar:nth-of-type(2) {
  display: none;
}
.c-hamburger.is-checked .c-hamburger__bar:nth-of-type(3) {
  top: 10px;
  width: 1.75rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.c-hamburger__bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.75rem;
  height: 0.125rem;
  border-radius: 0.25rem;
  background: #3b3b3b;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.c-hamburger__bar:nth-of-type(2) {
  top: 0.5625rem;
}
.c-hamburger__bar:nth-of-type(3) {
  top: 1.125rem;
  width: 0.875rem;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  width: 16.25rem;
  height: 4rem;
  padding-inline: 1rem;
  border-radius: 3.125rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.125rem;
}
.c-btn::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-btn__fontSize {
  font-size: 1.25rem;
}

.c-btn--line {
  background: #00b900;
  border: 2px solid #00b900;
}
.c-btn--line::before {
  -webkit-mask-image: url("../img/common/icon-line.svg");
          mask-image: url("../img/common/icon-line.svg");
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--line:hover {
    background: #ffffff;
    color: #00b900;
  }
  .c-btn--line:hover::before {
    background-color: #00b900;
  }
}
.c-btn--line:focus-visible {
  background: #ffffff;
  color: #00b900;
}
.c-btn--line:focus-visible::before {
  background-color: #00b900;
}
@media (hover: none) {
  .c-btn--line {
    /* hoverが使えない端末 スマホ想定 */
  }
  .c-btn--line:active {
    background: #ffffff;
    color: #00b900;
  }
  .c-btn--line:active::before {
    background-color: #00b900;
  }
}

.c-btn--contact {
  background: #3b3b3b;
  border: 2px solid #3b3b3b;
}
.c-btn--contact::before {
  -webkit-mask-image: url("../img/common/icon-mail.svg");
          mask-image: url("../img/common/icon-mail.svg");
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--contact:hover {
    background: #ffffff;
    color: #3b3b3b;
  }
  .c-btn--contact:hover::before {
    background-color: #3b3b3b;
  }
}
.c-btn--contact:focus-visible {
  background: #ffffff;
  color: #3b3b3b;
}
.c-btn--contact:focus-visible::before {
  background-color: #3b3b3b;
}
@media (hover: none) {
  .c-btn--contact {
    /* hoverが使えない端末 スマホ想定 */
  }
  .c-btn--contact:active {
    background: #ffffff;
    color: #3b3b3b;
  }
  .c-btn--contact:active::before {
    background-color: #3b3b3b;
  }
}

.c-btn--header {
  width: 15rem;
  height: 3rem;
  font-size: 1rem;
}
.c-btn--header .c-btn__fontSize {
  font-size: 1.125rem;
}

.c-btn--submit {
  width: 11.25rem;
  height: 3.25rem;
}

.c-btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1rem;
  padding: 1rem 2rem;
  border-radius: 4rem;
  background: #5b6a7e;
  border: 2px solid #5b6a7e;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-btn-more__icon {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn-more__icon::after {
  content: "";
  width: 0.625rem;
  height: 0.4375rem;
  -webkit-mask-image: url("../img/common/arrow-next.svg");
          mask-image: url("../img/common/arrow-next.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #5b6a7e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .c-btn-more:hover {
    background: #ffffff;
    color: #5b6a7e;
  }
  .c-btn-more:hover .c-btn-more__icon {
    background-color: #5b6a7e;
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  .c-btn-more:hover .c-btn-more__icon::after {
    background-color: #ffffff;
  }
}
.c-btn-more:focus-visible {
  background: #ffffff;
  color: #5b6a7e;
}
.c-btn-more:focus-visible .c-btn-more__icon {
  background-color: #5b6a7e;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.c-btn-more:focus-visible .c-btn-more__icon::after {
  background-color: #ffffff;
}

@media (hover: none) {
  .c-btn-more:active {
    background: #ffffff;
    color: #5b6a7e;
  }
  .c-btn-more:active .c-btn-more__icon {
    background-color: #5b6a7e;
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  .c-btn-more:active .c-btn-more__icon::after {
    background-color: #ffffff;
  }
}
.c-btn-more--back {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-btn-more--back .c-btn-more__icon::after {
  content: "";
  -webkit-mask-image: url("../img/common/arrow-prev.svg");
          mask-image: url("../img/common/arrow-prev.svg");
}

@media (hover: hover) and (pointer: fine) {
  .c-btn-more--back:hover .c-btn-more__icon {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
.c-btn-more--back:focus-visible .c-btn-more__icon {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

@media (hover: none) {
  .c-btn-more--back:active .c-btn-more__icon {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
.c-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #3e5f77;
}

.c-tel__icon {
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-tel__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-tel__number {
  font-family: "Outfit", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.c-tel__hours {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.c-tel--header {
  padding-inline: 1rem;
  height: 3rem;
}
.c-tel--header .c-tel__icon {
  width: 2rem;
  height: 2rem;
}
.c-tel--header .c-tel__number {
  font-size: 1.25rem;
}

.c-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-section-heading__en {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  color: #3e5f77;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .c-section-heading__en {
    font-size: 1.125rem;
  }
}

.c-section-heading__ja {
  font-size: 1.625rem;
  font-weight: 700;
  color: #3e5f77;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.c-section-heading__ja::before, .c-section-heading__ja::after {
  content: "";
  width: 1rem;
  height: 2.375rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-section-heading__ja::before {
  background-image: url("../img/common/section-heading-left.png");
}
.c-section-heading__ja::after {
  background-image: url("../img/common/section-heading-right.png");
}
@media screen and (min-width: 1024px) {
  .c-section-heading__ja {
    font-size: 2.5rem;
  }
  .c-section-heading__ja::before, .c-section-heading__ja::after {
    content: "";
    width: 1.625rem;
    height: 3.625rem;
  }
}

.c-gallery-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  padding-top: 1rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  max-width: 37.5rem;
}

.c-gallery-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.3125rem;
  height: 2.3125rem;
  background-image: url("../img/gallery/gallery-deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

.c-gallery-card__img {
  margin-left: 1rem;
  overflow: hidden;
  border-radius: 0.5rem;
  isolation: isolate;
}
.c-gallery-card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 524/393;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.c-gallery-card__body {
  position: relative;
  margin-top: -1.25rem;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-gallery-card__inner {
  position: relative;
  background: #f2eee6;
  border-radius: 0.5rem;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.c-gallery-card__cat {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  color: #3e5f77;
}

.c-gallery-card__tags {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #8a7f6b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  padding-right: 3.25rem;
}

.c-gallery-card__tag {
  white-space: nowrap;
}

.c-gallery-card__arrow {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  place-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-gallery-card__arrow::after {
  content: "";
  width: 0.625rem;
  height: 0.4375rem;
  -webkit-mask-image: url("../img/common/arrow-next.svg");
          mask-image: url("../img/common/arrow-next.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #5b6a7e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .c-gallery-card:hover .c-gallery-card__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-gallery-card:hover .c-gallery-card__arrow {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.c-gallery-card:focus-visible .c-gallery-card__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-gallery-card:focus-visible .c-gallery-card__arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.c-faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-faq-item__q {
  position: relative;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-bottom: 1.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-faq-item__q::after {
  content: "";
  width: 1.375rem;
  height: 1.25rem;
  position: absolute;
  bottom: 0;
  right: 2.5rem;
  background-image: url("../img/faq/question-balloon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .c-faq-item__q {
    padding-top: 1.25rem;
  }
}

.c-faq-item__q-label {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #3e5f77;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .c-faq-item__q-label {
    font-size: 2.5rem;
  }
}

.c-faq-item__q-card {
  background: #ffffff;
  border: 1px solid rgba(91, 106, 126, 0.2);
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .c-faq-item__q-card {
    padding: 1rem 2.5rem;
  }
}

.c-faq-item__q-text {
  font-size: 1rem;
  font-weight: 500;
  color: #3b3b3b;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .c-faq-item__q-text {
    font-size: 1.125rem;
  }
}

.c-faq-item__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.9375rem;
}
.c-faq-item__a::before {
  content: "";
  width: 1.5625rem;
  height: 2.625rem;
  background-image: url("../img/faq/answer.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .c-faq-item__a {
    gap: 1.5rem;
  }
  .c-faq-item__a::before {
    width: 1.875rem;
    height: 3.25rem;
  }
}

.c-faq-item__a-text {
  font-size: 1rem;
  font-weight: 500;
  color: #3b3b3b;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .c-faq-item__a-text {
    font-size: 1.125rem;
  }
}

.c-topix-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #5b6a7e;
  width: 100%;
}

.c-topix-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.c-topix-item__date {
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  color: #3b3b3b;
}

.c-topix-item__cat {
  display: inline-block;
  border: 1px solid #5b6a7e;
  border-radius: 0.375rem;
  padding: 0.25rem 0.625rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #5b6a7e;
  white-space: nowrap;
}

.c-topix-item__title {
  font-size: 1rem;
  font-weight: 500;
  color: #3b3b3b;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-subFv-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 3.25rem;
  margin-bottom: 3.75rem;
}
.c-subFv-heading::after {
  content: "";
  width: 16.75rem;
  height: 7.125rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/common/subFv-heading.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .c-subFv-heading {
    padding-top: 5.625rem;
    margin-bottom: clamp(5rem, 6.9444444444vw, 6.25rem);
  }
  .c-subFv-heading::after {
    width: 25.625rem;
    height: 10.875rem;
  }
}

.c-subFv-heading__en {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  color: #3e5f77;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .c-subFv-heading__en {
    font-size: 1.25rem;
  }
}

.c-subFv-heading__ja {
  font-size: 1.625rem;
  font-weight: 700;
  color: #3e5f77;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .c-subFv-heading__ja {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-subFv-heading--s .c-subFv-heading__ja {
    font-size: 2.5rem;
  }
}

.page-template-page-contact .c-breadcrumb,
.page-template-page-contact-thanks .c-breadcrumb {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .page-template-page-contact .c-breadcrumb,
  .page-template-page-contact-thanks .c-breadcrumb {
    padding-bottom: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}

.c-breadcrumb {
  background: #fcfcfa;
}

.c-breadcrumb__inner {
  padding-block: 0.75rem;
}
.c-breadcrumb__inner a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-breadcrumb__inner a:hover {
    opacity: 0.7;
  }
}
.c-breadcrumb__inner a:focus-visible {
  opacity: 0.7;
}
@media (hover: none) {
  .c-breadcrumb__inner a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .c-breadcrumb__inner a:active {
    opacity: 0.7;
  }
}
.c-breadcrumb__inner .current-item {
  color: #5b6a7e;
  font-weight: 500;
}

.c-required {
  display: inline-block;
  background: #5b6a7e;
  border-radius: 0.25rem;
  padding: 0.25rem 0.625rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  color: #3b3b3b;
  font-family: "Outfit", sans-serif;
}
.c-pagination .page-numbers.current {
  color: #5b6a7e;
  font-weight: 500;
}

.c-pagination__prev,
.c-pagination__next {
  display: grid;
  place-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #5b6a7e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
}
.c-pagination__prev::after,
.c-pagination__next::after {
  content: "";
  width: 0.75rem;
  height: 0.5625rem;
  background-color: #5b6a7e;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__prev:hover,
  .c-pagination__next:hover {
    background: #5b6a7e;
  }
  .c-pagination__prev:hover::after,
  .c-pagination__next:hover::after {
    background-color: #ffffff;
  }
}
.c-pagination__prev:focus-visible,
.c-pagination__next:focus-visible {
  background: #5b6a7e;
}
.c-pagination__prev:focus-visible::after,
.c-pagination__next:focus-visible::after {
  background-color: #ffffff;
}
@media (hover: none) {
  .c-pagination__prev,
  .c-pagination__next {
    /* hoverが使えない端末 スマホ想定 */
  }
  .c-pagination__prev:active,
  .c-pagination__next:active {
    background: #5b6a7e;
  }
  .c-pagination__prev:active::after,
  .c-pagination__next:active::after {
    background-color: #ffffff;
  }
}

.c-pagination__prev::after {
  -webkit-mask: url("../img/common/arrow-prev.svg") no-repeat;
          mask: url("../img/common/arrow-prev.svg") no-repeat;
}

.c-pagination__next::after {
  -webkit-mask: url("../img/common/arrow-next.svg") no-repeat;
          mask: url("../img/common/arrow-next.svg") no-repeat;
}

.p-fv {
  width: 100%;
  height: 100svh;
  position: relative;
}
.p-fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-fv__text {
  width: clamp(19.875rem, 84.8vw, 25rem);
  position: absolute;
  top: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-fv__text {
    width: clamp(20rem, 67.7083333333vw, 37.5rem);
    top: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .p-fv__text {
    width: clamp(25rem, 33.1944444444vw, 29.875rem);
    top: 32%;
    left: 4%;
    -webkit-transform: translateX(-4%);
            transform: translateX(-4%);
  }
}
@media screen and (min-width: 1440px) {
  .p-fv__text {
    left: 10%;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}
@media screen and (min-width: 1024px) and (orientation: portrait) {
  .p-fv__text {
    width: clamp(20rem, 67.7083333333vw, 37.5rem);
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-fv__text img {
  aspect-ratio: 318/257;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .p-fv__text img {
    aspect-ratio: 478/444;
  }
}

.p-fv__visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.p-wakaranai__problem {
  position: relative;
  padding-block: 3.75rem 7.5rem;
  overflow: hidden;
  background: rgba(59, 59, 59, 0.1);
}
@media screen and (min-width: 1024px) {
  .p-wakaranai__problem {
    padding-top: clamp(5.625rem, 8.3333333333vw, 7.5rem);
    padding-bottom: 11.25rem;
  }
}

.p-wakaranai__problem-bg {
  position: absolute;
  background-color: #ffffff;
  inset: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-wakaranai__problem-bg-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #f9f6f0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #5b6a7e;
  font-size: 5rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: 0.25rem;
  white-space: nowrap;
  line-height: 1.4;
}
.p-wakaranai__problem-bg-row--offset {
  -webkit-transform: translateX(3.125rem);
          transform: translateX(3.125rem);
}
@media screen and (min-width: 768px) {
  .p-wakaranai__problem-bg-row {
    font-size: clamp(5rem, 8.3333333333vw, 7.5rem);
  }
}

.p-wakaranai__problem-card {
  position: relative;
  z-index: 1;
  background: #5b6a7e;
  border-radius: 1.25rem;
  padding-block: 3.75rem 5rem;
  padding-inline: clamp(1.5rem, 6.4vw, 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .p-wakaranai__problem-card {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-wakaranai__problem-card {
    padding-block: 5rem;
  }
}

.p-wakaranai__problem-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  text-align: center;
  color: #ffffff;
}

.p-wakaranai__problem-sub {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-wakaranai__problem-sub {
    font-size: 2rem;
  }
}

.p-wakaranai__problem-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-wakaranai__problem-title {
    font-size: 2rem;
  }
}

.p-wakaranai__problem-accent {
  color: #faf0c5;
  font-size: 1.75rem;
}
@media screen and (min-width: 1024px) {
  .p-wakaranai__problem-accent {
    font-size: 2.75rem;
  }
}

.p-wakaranai__problem-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-wakaranai__problem-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-wakaranai__problem-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.375rem;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-wakaranai__problem-list > li::before {
  content: "";
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-mask-image: url("../img/wakaranai/icon-check.svg");
          mask-image: url("../img/wakaranai/icon-check.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .p-wakaranai__problem-list > li {
    gap: 0.5rem;
    font-size: 1.125rem;
  }
  .p-wakaranai__problem-list > li::before {
    width: 2rem;
    height: 2rem;
  }
}

.p-wakaranai__problem-decoLeft {
  position: absolute;
  z-index: 2;
  width: 5rem;
  left: -0.75rem;
  bottom: -2.875rem;
}
@media screen and (min-width: 768px) {
  .p-wakaranai__problem-decoLeft {
    width: 6.25rem;
    left: -1.5rem;
    bottom: -1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-wakaranai__problem-decoLeft {
    width: 10rem;
    left: -2.0625rem;
    bottom: -2rem;
  }
}
.p-wakaranai__problem-decoLeft img {
  aspect-ratio: 160/175;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-wakaranai__problem-decoRight {
  position: absolute;
  z-index: 2;
  width: 3.75rem;
  right: -1.25rem;
  bottom: -3.0625rem;
}
@media screen and (min-width: 768px) {
  .p-wakaranai__problem-decoRight {
    width: 4.6875rem;
    right: -1.875rem;
    bottom: -1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-wakaranai__problem-decoRight {
    width: 7.5rem;
    right: -3rem;
    bottom: -2rem;
  }
}
.p-wakaranai__problem-decoRight img {
  aspect-ratio: 120/224;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-wakaranai__solution {
  background: #fcfcfa;
  border-radius: 2.5rem 2.5rem 0 0;
  padding-block: 1.875rem 3.75rem;
  margin-top: -3.75rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .p-wakaranai__solution {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-wakaranai__solution {
    border-radius: 3.75rem 3.75rem 0 0;
    padding-block: 5rem 5rem;
    margin-top: -5rem;
  }
}

.p-wakaranai__solution-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-wakaranai__solution-inner {
    gap: 5rem;
  }
}

.p-wakaranai__solution-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-wakaranai__solution-label {
  width: 8.75rem;
}
@media screen and (min-width: 1024px) {
  .p-wakaranai__solution-label {
    width: 18.75rem;
  }
}
.p-wakaranai__solution-label img {
  aspect-ratio: 300/146;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-wakaranai__solution-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 700;
  color: #3e5f77;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-wakaranai__solution-title {
    font-size: 2.75rem;
  }
}

.p-wakaranai__solution-name {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.p-wakaranai__solution-name::before {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  position: absolute;
  top: -0.375rem;
  left: -0.875rem;
  background-image: url("../img/common/text-deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-wakaranai__solution-name::after {
  content: "";
  display: block;
  height: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0' y1='1' x2='100%25' y2='1' stroke='%233e5f77' stroke-width='2' stroke-dasharray='4 10' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 100% 2px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .p-wakaranai__solution-name {
    font-size: 3.75rem;
  }
  .p-wakaranai__solution-name::before {
    width: 3rem;
    height: 3rem;
    top: -0.75rem;
    left: -2.25rem;
  }
}

.p-wakaranai__solution-textArea {
  position: relative;
}

.p-wakaranai__solution-text {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-wakaranai__solution-text .line-break {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-wakaranai__solution-text {
    font-size: 1.25rem;
    line-height: 2.5;
  }
}

.p-wakaranai__solution-decoLeft {
  width: 5.375rem;
  position: absolute;
  left: -5rem;
  bottom: -3.75rem;
}
@media screen and (min-width: 600px) {
  .p-wakaranai__solution-decoLeft {
    left: -6.875rem;
    bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-wakaranai__solution-decoLeft {
    width: 8rem;
    left: -10.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-wakaranai__solution-decoLeft {
    width: 12.125rem;
    left: -18.375rem;
  }
}
.p-wakaranai__solution-decoLeft img {
  aspect-ratio: 198/280;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-wakaranai__solution-decoRight {
  width: 6.375rem;
  position: absolute;
  right: -5.5rem;
  bottom: -3.6875rem;
}
@media screen and (min-width: 600px) {
  .p-wakaranai__solution-decoRight {
    right: -7.5rem;
    bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-wakaranai__solution-decoRight {
    width: 9.25rem;
    right: -11.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-wakaranai__solution-decoRight {
    width: 14rem;
    right: -20.25rem;
  }
}
.p-wakaranai__solution-decoRight img {
  aspect-ratio: 226/280;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-wakaranai__bottom {
  margin-top: 3.75rem;
}

.p-wakaranai__no-more {
  margin-inline: auto;
  width: clamp(22.125rem, 94.4vw, 33.125rem);
}
@media screen and (min-width: 768px) {
  .p-wakaranai__no-more {
    width: clamp(42.5rem, 68.3333333333vw, 61.5rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-wakaranai__no-more {
    width: clamp(50rem, 78.125vw, 61.5rem);
  }
}
.p-wakaranai__no-more img {
  aspect-ratio: 984/101;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-wakaranai__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-wakaranai__swiper-slide {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-wakaranai__swiper-slide {
    width: 8.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-wakaranai__swiper-slide {
    width: clamp(11.25rem, 13.8888888889vw, 13.75rem);
  }
}
.p-wakaranai__swiper-slide img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-reason {
  background: #f9f6f0;
}

.p-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.p-reason__item {
  background: #ffffff;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding-top: clamp(0.625rem, 2.6666666667vw, 1.25rem);
  padding-bottom: clamp(1.5rem, 6.4vw, 2.5rem);
  padding-inline: clamp(1.25rem, 5.3333333333vw, 2.5rem);
}
@media screen and (min-width: 600px) {
  .p-reason__item {
    padding-inline: clamp(5rem, 13.3333333333vw, 6.25rem);
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-block: 2rem;
    padding-inline: clamp(3rem, 6.25vw, 6.25rem);
    gap: clamp(3rem, 6.25vw, 6.25rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-reason__item {
    padding-inline: clamp(3.75rem, 5.859375vw, 7.5rem);
    gap: clamp(3.75rem, 5.859375vw, 6.25rem);
  }
}
@media screen and (min-width: 1280px) {
  .p-reason__item {
    padding-inline: clamp(5rem, 8.3333333333vw, 7.5rem);
    gap: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}

@media screen and (min-width: 768px) {
  .p-reason__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-reason__item-img {
  width: 12.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-reason__item-img {
    width: clamp(12.5rem, 26.0416666667vw, 18.75rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-reason__item-img {
    width: clamp(17.5rem, 24.3055555556vw, 21.875rem);
  }
}
.p-reason__item-img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-reason__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.p-reason__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-reason__item-head {
    gap: 24;
  }
}

.p-reason__item-num {
  font-family: "Outfit", sans-serif;
  font-size: 3.5rem;
  color: #5b6a7e;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-reason__item-num {
    font-size: 6.25rem;
  }
}

.p-reason__item-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #3b3b3b;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-reason__item-title {
    font-size: 1.625rem;
  }
}

.p-reason__item-text {
  line-height: 2;
}

.p-products {
  background: #fcfcfa;
}

.p-products__card {
  position: relative;
  background: #f9f6f0;
  border: 1px solid rgba(91, 106, 126, 0.5);
  border-radius: 1.25rem;
  padding-top: 7.5rem;
  padding-bottom: clamp(2.5rem, 10.6666666667vw, 3.75rem);
  padding-inline: clamp(1.25rem, 5.3333333333vw, 2rem);
}
@media screen and (min-width: 768px) {
  .p-products__card {
    padding-inline: 2.5rem;
    padding-top: clamp(7.5rem, 15.625vw, 10rem);
    padding-bottom: clamp(3.75rem, 7.8125vw, 6.25rem);
  }
}

.p-products__rings {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 94%;
  height: 1.625rem;
}
.p-products__rings::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/products/hole-punched.svg");
  background-repeat: space;
  background-size: 3.75rem 1.625rem;
  background-position: left top;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-products__rings {
    height: 2rem;
  }
  .p-products__rings::before {
    background-size: 5rem 2rem;
  }
}

.p-products__balloonLeft {
  position: absolute;
  top: 2.3125rem;
  left: -0.75rem;
  width: clamp(9.375rem, 40vw, 11.25rem);
  pointer-events: none;
}
@media screen and (min-width: 600px) {
  .p-products__balloonLeft {
    top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-products__balloonLeft {
    left: 1.25rem;
    top: clamp(3rem, 6.25vw, 5rem);
    width: clamp(12rem, 16.6666666667vw, 15rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-products__balloonLeft {
    left: clamp(2.5rem, 5.8333333333vw, 5.25rem);
    top: 5rem;
    width: 15rem;
  }
}
.p-products__balloonLeft img {
  width: 100%;
  height: auto;
}

.p-products__balloonRight {
  position: absolute;
  top: 2.9375rem;
  right: -0.9375rem;
  width: clamp(8.875rem, 37.8666666667vw, 10.625rem);
  pointer-events: none;
}
@media screen and (min-width: 600px) {
  .p-products__balloonRight {
    top: 3.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-products__balloonRight {
    right: 1.25rem;
    top: clamp(3.8125rem, 7.9427083333vw, 6.75rem);
    width: clamp(11.3125rem, 15.7638888889vw, 14.1875rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-products__balloonRight {
    right: clamp(2.5rem, 5.8333333333vw, 5.25rem);
    top: 6.75rem;
    width: 14.1875rem;
  }
}
.p-products__balloonRight img {
  width: 100%;
  height: auto;
}

.p-products__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: clamp(0.625rem, 2.6666666667vw, 1.25rem);
     -moz-column-gap: clamp(0.625rem, 2.6666666667vw, 1.25rem);
          column-gap: clamp(0.625rem, 2.6666666667vw, 1.25rem);
  row-gap: clamp(1.5rem, 6.4vw, 3rem);
}
@media screen and (min-width: 768px) {
  .p-products__list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: clamp(1rem, 2.0833333333vw, 2rem);
       -moz-column-gap: clamp(1rem, 2.0833333333vw, 2rem);
            column-gap: clamp(1rem, 2.0833333333vw, 2rem);
    row-gap: clamp(2rem, 4.1666666667vw, 4rem);
  }
}
@media screen and (min-width: 1280px) {
  .p-products__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem 2rem;
  }
}

.p-products__item {
  position: relative;
  background: #ffffff;
  border-radius: 0.25rem;
  padding: clamp(0.5rem, 2.1333333333vw, 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-products__item::before {
  content: "";
  position: absolute;
  top: -8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 29.5%;
  height: 12.6%;
  background-image: url("../img/products/maxing-tape.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-products__item {
    border-radius: 0.5rem;
    padding: 1.25rem;
    gap: 1.5rem;
  }
}

.p-products__item-img {
  width: 100%;
  position: relative;
}
.p-products__item-img img {
  border-radius: 0.25rem;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-products__item-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  border: 2px solid #3e5f77;
  border-radius: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .p-products__item-img img {
    border-radius: 0.5rem;
  }
  .p-products__item-img::after {
    border-radius: 0.5rem;
  }
}

.p-products__item-name {
  font-size: clamp(0.875rem, 3.7333333333vw, 1rem);
  font-weight: 500;
  color: #3b3b3b;
  text-align: center;
  line-height: 1.4;
  min-height: 2.45rem;
}
@media screen and (min-width: 1024px) {
  .p-products__item-name {
    font-size: 1.125rem;
    min-height: 3.15rem;
  }
}
.p-products__item-name span {
  letter-spacing: 0;
}

.p-cta {
  background: #5b6a7e;
  position: relative;
}

.p-cta--footer {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 1024px) {
  .p-cta--footer {
    padding-top: 10rem;
    padding-bottom: 12.5rem;
  }
}

.p-cta--middle {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-cta--middle {
    padding-top: clamp(5rem, 8.3333333333vw, 7.5rem);
    padding-bottom: clamp(5rem, 8.3333333333vw, 7.5rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-cta--middle .p-cta__char {
    bottom: auto;
    top: -10rem;
  }
  .p-cta--middle .p-cta__char--left {
    left: clamp(2.5rem, 3.90625vw, 5rem);
  }
  .p-cta--middle .p-cta__char--right {
    right: clamp(2.5rem, 3.90625vw, 5rem);
  }
}
@media screen and (min-width: 1280px) {
  .p-cta--middle .p-cta__char {
    top: -15rem;
  }
  .p-cta--middle .p-cta__char--left {
    left: 2.5rem;
  }
  .p-cta--middle .p-cta__char--right {
    right: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-cta--middle .p-cta__card {
    padding-block: 1.5rem;
  }
}

.p-cta__balloon {
  position: absolute;
  pointer-events: none;
}
.p-cta__balloon img {
  width: 100%;
  height: auto;
}
.p-cta__balloon--left {
  width: 9.375rem;
  top: -5.375rem;
  left: -0.625rem;
}
@media screen and (min-width: 768px) {
  .p-cta__balloon--left {
    width: 13.75rem;
    top: -2.5rem;
    left: -8.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-cta__balloon--left {
    left: -13.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-cta__balloon--left {
    width: 15.125rem;
    left: -15rem;
  }
}
.p-cta__balloon--right {
  width: 8.75rem;
  top: -6.25rem;
  right: -0.625rem;
}
@media screen and (min-width: 768px) {
  .p-cta__balloon--right {
    width: 12.8125rem;
    top: -5rem;
    right: -6.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-cta__balloon--right {
    right: -12.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-cta__balloon--right {
    width: 14.125rem;
    top: -6rem;
  }
}

.p-cta__heading {
  position: relative;
  text-align: center;
  margin-bottom: 2.5rem;
  max-width: 30rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-cta__heading {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .p-cta__heading {
    margin-bottom: 5rem;
  }
}

.p-cta__heading-sub {
  font-size: 1.125rem;
  font-weight: 700;
  color: #faf0c5;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-cta__heading-sub {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-cta__heading-sub {
    font-size: 2rem;
  }
}

.p-cta__heading-deco {
  position: relative;
}
.p-cta__heading-deco::before {
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  position: absolute;
  top: -0.1875rem;
  left: -0.3125rem;
  background-image: url("../img/cta/cta-text-deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .p-cta__heading-deco::before {
    width: 0.875rem;
    height: 0.875rem;
    top: -0.3125rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-cta__heading-deco::before {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}

.p-cta__heading-main {
  font-size: 1.375rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-cta__heading-main {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-cta__heading-main {
    font-size: 2.5rem;
  }
}

.p-cta__card {
  position: relative;
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 2rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  max-width: 30rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-cta__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 100%;
    padding: 2rem 0;
    gap: 0;
  }
}

.p-cta__tel-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .p-cta__tel-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-inline: 1.5rem;
    padding-block: 0.625rem;
    border-right: 1px dashed #5b6a7e;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-cta__tel-label {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-cta__tel-label {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    color: #3e5f77;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1280px) {
  .p-cta__tel-label {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-cta__tel-area .c-tel {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-cta__tel-area .c-tel .c-tel__icon {
    width: 3rem;
    height: 3rem;
  }
  .p-cta__tel-area .c-tel .c-tel__number {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-cta__btn-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: 1.5rem;
    padding-block: 0.625rem;
    border-right: 1px dashed #5b6a7e;
  }
  .p-cta__btn-area + .p-cta__btn-area {
    border-right: none;
  }
}
@media screen and (min-width: 1280px) {
  .p-cta__btn-area .c-btn {
    font-size: 1.25rem;
    width: 17.5rem;
    height: 4.5rem;
  }
  .p-cta__btn-area .c-btn__fontSize {
    font-size: 1.375rem;
  }
}

.p-cta__char {
  position: absolute;
  width: 5.375rem;
  bottom: -3.5rem;
  pointer-events: none;
}
.p-cta__char img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-cta__char--left {
  left: 0;
}
.p-cta__char--right {
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-cta__char {
    width: 7.5rem;
  }
  .p-cta__char--left {
    left: -2.5rem;
  }
  .p-cta__char--right {
    right: -2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-cta__char {
    bottom: -5rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-cta__char {
    bottom: -6.25rem;
    width: 10rem;
  }
  .p-cta__char--left {
    left: -5rem;
  }
  .p-cta__char--right {
    right: -5rem;
  }
}

.p-flow {
  background: #f9f6f0;
}

.p-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-flow__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 1.25rem;
}
.p-flow__arrow img {
  width: 1.875rem;
  height: auto;
}
@media screen and (min-width: 600px) {
  .p-flow__arrow img {
    width: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-flow__arrow img {
    width: 3.5625rem;
  }
}

.p-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-flow__item {
    gap: 2.5rem;
    max-width: 37.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-flow__item {
    gap: 5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 56.25rem;
  }
}

.p-flow__item-img {
  width: 5.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-flow__item-img img {
  aspect-ratio: 240/276;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  .p-flow__item-img {
    width: 7.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-flow__item-img {
    width: 15rem;
  }
}

.p-flow__item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .p-flow__item-body {
    gap: 1rem;
  }
}

.p-flow__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
  padding-bottom: 0.125rem;
  border-bottom: 1px dashed #3e5f77;
  color: #3e5f77;
  font-family: "Outfit", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-flow__item-label-en {
  font-size: 0.75rem;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .p-flow__item-label-en {
    font-size: 0.875rem;
  }
}

.p-flow__item-label-num {
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-flow__item-label-num {
    font-size: 1.5rem;
  }
}

.p-flow__item-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #3e5f77;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-flow__item-title {
    font-size: 1.5rem;
  }
}

.p-flow__item-text {
  line-height: 2;
}

.p-gallery {
  background: #fcfcfa;
}

.p-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-gallery__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: clamp(1.25rem, 2.7777777778vw, 2.5rem);
  }
}

.p-gallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-gallery__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-faq {
  background: #f9f6f0;
  position: relative;
}

.p-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 37.5rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq__list {
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.75rem;
  }
}

.p-faq__deco {
  position: absolute;
  top: -1.875rem;
  right: -0.875rem;
  width: 3.75rem;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .p-faq__deco {
    top: -3.875rem;
    right: 0.625rem;
    width: 7.375rem;
  }
}
.p-faq__deco img {
  aspect-ratio: 118/110;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-faq__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-faq__col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-faq__col--right {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-faq__col--right {
    margin-top: 3.75rem;
  }
}

.p-faq__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-faq__char {
  position: absolute;
  z-index: 1;
  width: 3.75rem;
  bottom: -4rem;
  left: 0.875rem;
}
@media screen and (min-width: 600px) {
  .p-faq__char {
    width: 5rem;
    left: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-faq__char {
    width: clamp(6.25rem, 9.7916666667vw, 8.8125rem);
    left: clamp(2.5rem, 4.1666666667vw, 7.5rem);
  }
}
@media screen and (min-width: 768px) {
  .p-faq__char {
    bottom: 0.25rem;
  }
}
.p-faq__char img {
  aspect-ratio: 141/288;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-topix {
  background: #fcfcfa;
}

.p-topix__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 56.25rem;
  margin-inline: auto;
}

.p-topix__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-topix__item + .p-topix__item .c-topix-item {
  padding-top: 1.5rem;
}

.p-topix__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-privacy {
  background: #fcfcfa;
}

.p-privacy__contents {
  max-width: 50rem;
  margin-inline: auto;
}

.p-privacy__top {
  line-height: 2;
  padding-bottom: clamp(2rem, 8.5333333333vw, 3.75rem);
  border-bottom: 1px dashed #5b6a7e;
}

.p-privacy__list {
  margin-top: clamp(2rem, 8.5333333333vw, 3.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 8.5333333333vw, 3rem);
}

.p-privacy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-privacy__head {
  font-size: 1rem;
  font-weight: 700;
  color: #3b3b3b;
}
@media screen and (min-width: 1024px) {
  .p-privacy__head {
    font-size: 1.125rem;
  }
}

.p-privacy__text {
  line-height: 2;
}

.p-privacy__bottom {
  margin-top: clamp(2rem, 8.5333333333vw, 3.75rem);
  line-height: 2;
}

.p-privacy__btn {
  margin-top: clamp(3.75rem, 16vw, 5rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-404 {
  background: #fcfcfa;
}

.p-404__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-404__text {
  text-align: center;
  line-height: 1.8;
}

.p-404__btn {
  margin-top: clamp(3.75rem, 16vw, 5rem);
}

.p-contact-thanks {
  background: #fcfcfa;
}

.p-contact-thanks__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact-thanks__text {
  font-size: 1rem;
  line-height: 1.8;
}
.p-contact-thanks__text .line-break {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__text {
    text-align: center;
  }
  .p-contact-thanks__text .line-break {
    display: block;
  }
}

.p-contact-thanks__btn {
  margin-top: clamp(3.75rem, 16vw, 5rem);
}

.p-contact {
  background: #fcfcfa;
}

.p-contact__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .p-contact__contents {
    gap: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}

.p-contact__message {
  line-height: 1.8;
  text-align: center;
}

.p-contact__contact-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__contact-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1.5rem, 2.7777777778vw, 2.5rem);
  }
}

.p-contact__tel-card,
.p-contact__line-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f9f6f0;
  border-radius: 1rem;
  padding-block: 1.5rem;
  padding-inline: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-contact__tel-card,
  .p-contact__line-card {
    padding: 2rem;
  }
}

.p-contact__line-card {
  position: relative;
}
.p-contact__line-card::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  background-image: url("../img/common/line-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .p-contact__line-card::after {
    width: 2rem;
    height: 2rem;
    bottom: 1.25rem;
    right: 1.25rem;
  }
}

.p-contact__card-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact__card-heading img {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .p-contact__card-heading img {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.p-contact__card-heading span {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .p-contact__card-heading span {
    font-size: 2rem;
  }
}

.p-contact__card-heading--tel {
  border-bottom: 1px dashed #5b6a7e;
}
.p-contact__card-heading--tel span {
  color: #3e5f77;
}

.p-contact__card-heading--line {
  border-bottom: 1px dashed #00b900;
}
.p-contact__card-heading--line span {
  color: #00b900;
}

.p-contact__card-heading--form {
  border-bottom: 1px dashed #3e5f77;
}
.p-contact__card-heading--form span {
  color: #3e5f77;
}

.p-contact__tel-textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__tel-textWrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-contact__tel-number {
  font-family: "Outfit", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  color: #3b3b3b;
}
@media screen and (min-width: 1024px) {
  .p-contact__tel-number {
    font-size: 3rem;
  }
}

.p-contact__tel-hours {
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-contact__tel-hours {
    font-size: 1rem;
  }
}

.p-contact__line-text {
  font-weight: 500;
  color: #3b3b3b;
  text-align: center;
  line-height: 2;
  padding-bottom: 0.5rem;
}

.p-contact__form-area {
  background: #f9f6f0;
  border-radius: 1rem;
  padding-block: clamp(2.5rem, 10.6666666667vw, 3.75rem);
  padding-inline: clamp(1.25rem, 5.3333333333vw, 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-contact__form-area {
    border-radius: 1.5rem;
    padding: 5rem 2.5rem;
    gap: 3.75rem;
  }
}

.p-contact__form-text {
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}

.p-contact__form {
  max-width: 50rem;
  margin-inline: auto;
  width: 100%;
}

.p-form__btn {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btn--submit {
  background: #5b6a7e;
  border: 2px solid #5b6a7e;
  width: 11.25rem;
  font-size: 1.125rem;
}
.c-btn--submit::before {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--submit:hover {
    background: #ffffff;
    color: #5b6a7e;
  }
}

.p-form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.p-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-form__label {
  font-weight: 500;
  font-size: 1rem;
  color: #3b3b3b;
}

.p-form__input-text {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(91, 106, 126, 0.5);
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 1rem;
  color: #3b3b3b;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 1024px) {
  .p-form__input-text {
    padding: 1.5rem 1rem;
  }
}
.p-form__input-text::-webkit-input-placeholder {
  color: rgba(91, 106, 126, 0.5);
}
.p-form__input-text::-moz-placeholder {
  color: rgba(91, 106, 126, 0.5);
}
.p-form__input-text:-ms-input-placeholder {
  color: rgba(91, 106, 126, 0.5);
}
.p-form__input-text::-ms-input-placeholder {
  color: rgba(91, 106, 126, 0.5);
}
.p-form__input-text::placeholder {
  color: rgba(91, 106, 126, 0.5);
}
.p-form__input-text:focus {
  outline: none;
  border-color: #5b6a7e;
}

.p-form__input-text--textarea {
  height: 20.9375rem;
  resize: vertical;
}

.p-form__privacy {
  margin-top: clamp(2.5rem, 10.6666666667vw, 3.75rem);
  text-align: center;
}
.p-form__privacy span {
  display: block;
}
.p-form__privacy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpcf7-list-item {
  margin: 0;
}

.p-form__input-checkbox {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-form__input-checkbox:checked + span::after {
  opacity: 1;
}
.p-form__input-checkbox + span {
  position: relative;
  padding-left: 2.125rem;
}
.p-form__input-checkbox + span::before, .p-form__input-checkbox + span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-form__input-checkbox + span::before {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid rgba(91, 106, 126, 0.5);
  background: #ffffff;
  left: 0;
}
.p-form__input-checkbox + span::after {
  width: 1rem;
  height: 0.75rem;
  background: url("../img/common/icon-check.svg") no-repeat center center/contain;
  left: 0.25rem;
  opacity: 0;
}
.p-form__input-checkbox + span a {
  text-decoration-line: underline;
  color: #3e5f77;
  font-weight: 500;
}

.p-form__btn {
  margin-top: clamp(2.5rem, 10.6666666667vw, 3.75rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/*デフォルトのスタイルを無効化する*/
input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

span.wpcf7-spinner {
  display: none;
}

/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}

.reCAPTCHA {
  margin-top: clamp(2.5rem, 10.6666666667vw, 3.75rem);
  text-align: center;
}
.reCAPTCHA a {
  text-decoration-line: underline;
}

.p-archive-gallery {
  background: #fcfcfa;
}

.p-archive-gallery__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  border: 1px dashed #5b6a7e;
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 1.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-archive-gallery__filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2rem 1.5rem;
  }
}

.p-archive-gallery__filter-label {
  font-size: 1rem;
  font-weight: 500;
  color: #3b3b3b;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .p-archive-gallery__filter-label {
    font-size: 1.25rem;
  }
}

.p-archive-gallery__filter-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 1rem;
}
@media screen and (min-width: 1024px) {
  .p-archive-gallery__filter-tabs {
    gap: 1rem 1.5rem;
  }
}

.p-archive-gallery__filter-tab {
  display: inline-block;
  border: 1px solid #5b6a7e;
  border-radius: 3.125rem;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  color: #5b6a7e;
  text-decoration: none;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
@media screen and (min-width: 1024px) {
  .p-archive-gallery__filter-tab {
    font-size: 1.125rem;
  }
}
.p-archive-gallery__filter-tab.is-active {
  background: #5b6a7e;
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-gallery__filter-tab:hover {
    background: #5b6a7e;
    color: #ffffff;
  }
}

.p-archive-gallery__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-archive-gallery__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-archive-gallery__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-archive-gallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-archive-gallery__empty {
  font-size: 1rem;
  color: #2b2b2b;
  text-align: center;
  padding-block: 2.5rem;
}

.p-single-gallery {
  background: #fcfcfa;
}

.p-single-gallery__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-single-gallery__contents {
    gap: 3.75rem;
  }
}

.p-single-gallery__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3e5f77;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .p-single-gallery__title {
    font-size: 2rem;
  }
}

.p-single-gallery__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-single-gallery__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.75rem;
  }
}

.p-single-gallery__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-single-gallery__img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-single-gallery__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 524/393;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  display: block;
}

.p-single-gallery__spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-gallery__spec {
    width: 18.75rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-single-gallery__spec-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #5b6a7e;
}
.p-single-gallery__spec-row--tags {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-single-gallery__spec-label {
  width: 3.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #3e5f77;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .p-single-gallery__spec-label {
    width: 5rem;
    font-size: 1rem;
  }
}

.p-single-gallery__spec-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
  color: #2b2b2b;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .p-single-gallery__spec-value {
    font-size: 1rem;
  }
}

.p-single-gallery__tag {
  display: block;
  font-size: 0.875rem;
  color: #8a7f6b;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-single-gallery__tag {
    font-size: 1rem;
  }
}

.p-single-gallery__description {
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-single-gallery__reviews {
  background: #f2eee6;
  border-radius: 0.5rem;
  padding: 1.5rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-single-gallery__reviews {
    padding: 1.875rem 1.25rem;
  }
}

.p-single-gallery__reviews-heading {
  font-size: 1rem;
  color: #3e5f77;
  letter-spacing: 0.05em;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #5b6a7e;
}

.p-single-gallery__reviews-body {
  font-size: 1rem;
  line-height: 2;
}

.p-single-gallery__reviews-note {
  font-size: 0.875rem;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-single-gallery__reviews-note::before {
  content: "※";
  width: 1.25rem;
  height: 1.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-single-gallery__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-archive-topix {
  background: #fcfcfa;
}

.p-archive-topix__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 56.25rem;
  margin-inline: auto;
}

.p-archive-topix__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-archive-topix__item + .p-archive-topix__item .c-topix-item {
  padding-top: 1.5rem;
}

.p-archive-topix__empty {
  font-size: 1rem;
  color: #2b2b2b;
  text-align: center;
  padding-block: 2.5rem;
}

.p-archive-topix__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-archive-topix__pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  list-style: none;
}
.p-archive-topix__pager li {
  line-height: 1;
}
.p-archive-topix__pager a,
.p-archive-topix__pager span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #3b3b3b;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.p-archive-topix__pager .current span {
  color: #5b6a7e;
  font-weight: 700;
}
.p-archive-topix__pager .prev a,
.p-archive-topix__pager .next a {
  font-size: 1.25rem;
  color: #5b6a7e;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-topix__pager .prev a:hover,
  .p-archive-topix__pager .next a:hover {
    opacity: 0.6;
  }
}

.p-single-topix {
  background: #fcfcfa;
}

.p-single-topix__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 50rem;
  margin-inline: auto;
  gap: 2.5rem;
}

.p-single-topix__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-single-topix__thumb {
  margin-bottom: 0.5rem;
}

.p-single-topix__thumb-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-single-topix__thumb-img {
    border-radius: 1.5rem;
  }
}

.p-single-topix__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.p-single-topix__date {
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  color: #3b3b3b;
  letter-spacing: 0.05em;
}

.p-single-topix__cat {
  display: inline-block;
  border: 1px solid #5b6a7e;
  border-radius: 0.375rem;
  padding: 0.25rem 0.625rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #5b6a7e;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.p-single-topix__title {
  font-size: 1.375rem;
  font-weight: 500;
  color: #3e5f77;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .p-single-topix__title {
    font-size: 2rem;
  }
}

.p-single-topix__body {
  padding-top: 2.5rem;
  border-top: 1px dashed #5b6a7e;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-single-topix__body p + p {
  margin-top: 1rem;
}
.p-single-topix__body h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3b3b3b;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.p-single-topix__body h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #3b3b3b;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.p-single-topix__body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-inline: auto;
  margin-block: 1.5rem;
  border-radius: 0.5rem;
}

.p-single-topix__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-archive-faq {
  background: #fcfcfa;
}

.p-archive-faq__nav {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  gap: 1.5rem 2rem;
  max-width: 56.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-archive-faq__nav {
    grid-template-columns: repeat(auto-fill, minmax(17.375rem, 1fr));
    gap: 2rem;
  }
}

.p-archive-faq__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #5b6a7e;
  font-size: 1rem;
  font-weight: 500;
  color: #3b3b3b;
  text-decoration: none;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media screen and (min-width: 1024px) {
  .p-archive-faq__nav-item {
    font-size: 1.125rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-archive-faq__nav-item:hover {
    color: #3e5f77;
  }
  .p-archive-faq__nav-item:hover .p-archive-faq__nav-icon {
    background-color: #ffffff;
  }
  .p-archive-faq__nav-item:hover .p-archive-faq__nav-icon::after {
    background-color: #5b6a7e;
  }
}

.p-archive-faq__nav-icon {
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  place-content: center;
  background-color: #5b6a7e;
  border: 1px solid #5b6a7e;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-archive-faq__nav-icon::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  -webkit-mask-image: url("../img/common/arrow-down.svg");
          mask-image: url("../img/common/arrow-down.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .p-archive-faq__nav-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-archive-faq__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  max-width: 56.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-archive-faq__groups {
    gap: 5rem;
  }
}

.p-archive-faq__group {
  background: #f9f6f0;
  border-radius: 1rem;
  padding-block: clamp(2rem, 8.5333333333vw, 2.5rem);
  padding-inline: clamp(1.25rem, 5.3333333333vw, 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-archive-faq__group {
    border-radius: 1.5rem;
    padding-block: clamp(2.5rem, 5.859375vw, 3.75rem);
    padding-inline: clamp(2.5rem, 5.859375vw, 3.75rem);
    gap: 2rem;
  }
}

.p-archive-faq__group-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #3e5f77;
  line-height: 1.6;
}
.p-archive-faq__group-heading::before, .p-archive-faq__group-heading::after {
  content: "";
  width: 0.75rem;
  height: 1.6875rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-archive-faq__group-heading::before {
  background-image: url("../img/common/section-heading-left.png");
}
.p-archive-faq__group-heading::after {
  background-image: url("../img/common/section-heading-right.png");
}
@media screen and (min-width: 1024px) {
  .p-archive-faq__group-heading {
    font-size: 1.75rem;
  }
  .p-archive-faq__group-heading::before, .p-archive-faq__group-heading::after {
    content: "";
    width: 1.0625rem;
    height: 2.375rem;
  }
}

.p-archive-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-archive-faq__list {
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-archive-faq__list {
    gap: 3rem;
  }
}

.p-archive-faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-archive-faq__empty {
  font-size: 1rem;
  color: #2b2b2b;
  text-align: center;
  padding-block: 2.5rem;
}

.u-hidden-md {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-hidden-md {
    display: block;
  }
}

.u-hidden-sm-lg {
  display: none;
}
@media screen and (min-width: 1280px) {
  .u-hidden-sm-lg {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .u-hidden-lg-xl {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .u-hidden-xl {
    display: none;
  }
}

.u-hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover:hover {
    opacity: 0.7;
  }
}
.u-hover:focus-visible {
  opacity: 0.7;
}
@media (hover: none) {
  .u-hover {
    /* hoverが使えない端末 スマホ想定 */
  }
  .u-hover:active {
    opacity: 0.7;
  }
}

.u-inline-block {
  display: inline-block;
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.u-fadeUp.js-show {
  -webkit-animation: fadeUp 1s 1;
          animation: fadeUp 1s 1;
}