@charset "UTF-8";
/*
Theme Name: Original-kajiraku
Author: Links Agency Inc.
Description: 専用のオリジナルテーマです。

★このCSSファイルは「scss」ファイルから自動生成されています。
修正の際は元の「scss」ファイルを開いて操作してください。
*/
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 100%;
}
@media (max-width: 1248px) {
  html {
    font-size: 1.2820512821vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #222;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a,
  button {
    opacity: 1;
  }
}

hr[id] {
  border: none;
  display: block;
  margin-top: -6.25rem;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  hr[id] {
    margin-top: -3.5rem;
    padding-top: 3.5rem;
  }
}

a[target=_blank] {
  text-decoration: underline;
  display: inline-block;
  padding-right: 1.375rem;
  position: relative;
}

a[target=_blank]::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 3px;
  right: 4px;
  width: 0.875rem;
  height: 0.875rem;
  background: url(assets/images/common/link-gaibu.svg) no-repeat center/contain;
}

.object-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

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

/*recaptcha*/
/*導入後にコメントアウト外す*/
.grecaptcha-badge {
  visibility: hidden;
}

.l-form {
  padding: 2.5rem 0;
}
@media screen and (max-width: 600px) {
  .l-form {
    padding: 1.5rem 0;
  }
}

.l-form__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 2.25rem;
}
@media screen and (max-width: 767px) {
  .l-form__inner {
    padding: 0 1rem;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1248px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-main {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 3.5rem;
  }
}

.c-bread-nav {
  border-top: 1px solid #EA5504;
  border-bottom: 1px solid #EA5504;
  background-color: #fff;
}

.c-bread-nav__wrap {
  padding: 0.625rem 0;
}
@media screen and (max-width: 767px) {
  .c-bread-nav__wrap {
    padding: 0.375rem 0;
  }
}

.c-bread-nav__text {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-bread-nav__text {
    font-size: 0.75rem;
  }
}

.c-btn {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #EA5504;
  border-radius: 0.625rem;
  padding: 1rem 1.75rem;
  min-width: 18.125rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 0.875rem;
  }
}

.c-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 1.75rem;
  background: url(assets/images/common/icon-right.png) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .c-btn::after {
    width: 12px;
    right: 1.5em;
  }
}

.c-btn:hover {
  background-color: #EA5504;
  color: #fff;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn:hover::after {
  background-image: url(assets/images/common/icon-right-wh.png);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn--lg {
  padding: 1rem 6rem;
  max-width: 26.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn--lg {
    padding: 1rem 5rem;
  }
}
@media screen and (max-width: 600px) {
  .c-btn--lg {
    width: 80%;
  }
}

.c-btn--lg::after {
  right: 5rem;
  width: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-btn--lg::after {
    right: 3.75rem;
  }
}

.c-deco {
  text-align: center;
  width: 88.3333333333%;
  margin-inline: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-deco {
    width: 100%;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-deco__kakko-l,
.c-deco__kakko-r {
  width: 8.9%;
}
@media screen and (max-width: 767px) {
  .c-deco__kakko-l,
  .c-deco__kakko-r {
    max-width: 17.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-deco__kakko-r {
    margin-top: 1.25rem;
  }
}

.c-deco__title {
  color: #EA5504;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-deco__title {
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-deco__title-main {
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-deco__title-main {
    font-size: 1.25rem;
  }
}

.c-deco__title-sub {
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.75rem 3.75rem 0;
  border-top: 1px dotted #EA5504;
}
@media screen and (max-width: 767px) {
  .c-deco__title-sub {
    font-size: 0.875rem;
    padding: 0.75rem 0 0;
  }
}

.c-message__contents {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .c-message__contents {
    display: contents;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-message__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.c-message__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .c-message__text {
    font-size: 0.875rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}

.c-message__text + .c-message__text {
  margin-top: 2em;
}

.c-message__text em {
  color: #EA5504;
  font-style: normal;
}

.c-message__caution {
  color: #EA5504;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.875rem;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .c-message__caution {
    font-size: 1rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1.25rem;
    width: 100%;
  }
}

.c-message__img {
  margin-left: 2.5rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-message__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1.25rem;
    margin-left: 0;
  }
}

.c-page-title {
  color: #EA5504;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  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;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .c-page-title {
    font-size: 1.5rem;
  }
}

.c-page-title__wrap {
  padding: 3.875rem 0;
  background: url(assets/images/common/bg-water.jpg) no-repeat center top 80px/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-title__wrap {
    padding: 1.875rem 0;
    background-position: top 60px center;
  }
}

/*.c-page-title__wrap::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba($color: #fff, $alpha: 0.4);
  z-index: 2;
}*/
.c-page-title__img {
  width: 3.5rem;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-page-title__img {
    width: 2rem;
    margin-right: 1rem;
  }
}

.c-page-top {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  line-height: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-page-top {
    bottom: 0.875rem;
    right: 0.875rem;
  }
}

.c-page-top__img {
  width: 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-page-top__img {
    width: 4.375rem;
  }
}

.c-page-top__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-page-top.active a {
  background: url(assets/images/common/gotop-on.png) no-repeat center/contain;
}

.c-page-top a:hover {
  opacity: 1;
}

.c-page-top a:hover img {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
@media screen and (max-width: 767px) {
  .c-page-top a:hover img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.c-page-top__active-img {
  width: 6.25rem;
  height: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .c-page-top__active-img {
    width: 4.375rem;
  }
}

.c-page-top.active .c-page-top__img {
  display: none;
}

.c-page-top.active .c-page-top__active-img {
  display: block;
}

.c-pagination-list .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;
  width: 100%;
  height: 100%;
}

.c-pagination-list .page-numbers li {
  width: 2.25rem;
  height: 2.25rem;
  background-color: #dadada;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-pagination-list .page-numbers li {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.c-pagination-list .page-numbers li span,
.c-pagination-list .page-numbers li a {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-pagination-list .page-numbers li span,
  .c-pagination-list .page-numbers li a {
    font-size: 0.875rem;
  }
}

.c-pagination-list .page-numbers li:has(.current) {
  background-color: #EA5504;
  color: #fff;
}

.c-pagination-list .page-numbers li:has(.dots),
.c-pagination-list .page-numbers li:has(.prev),
.c-pagination-list .page-numbers li:has(.next) {
  background-color: #fff;
  font-size: 0.875rem;
}

.c-pagination-list .page-numbers li:not(:first-child) {
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-pagination-list .page-numbers li:not(:first-child) {
    margin-left: 0.375rem;
  }
}

.c-pagination-list .page-numbers li:hover:not(:has(.current)) {
  opacity: 0.7;
}

.c-plan-card {
  border: 2px solid #EA5504;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #E8F287));
  background: linear-gradient(transparent 90%, #E8F287 0%);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-plan-card__body {
  position: relative;
}

.c-plan-card.in-store {
  position: relative;
}
.c-plan-card.in-store:before {
  content: "";
  display: block;
  width: 3.375rem;
  height: 4rem;
  background: url("assets/images/plan/icon-tenji.png") no-repeat center/contain;
  position: absolute;
  top: -1rem;
  right: 0.75rem;
}

.c-plan-card__img img {
  width: 100%;
  aspect-ratio: 370/240;
}

.c-plan-card__itemname {
  font-weight: 700;
  padding: 0.625rem 0.625rem 0;
  width: calc(100% - 5.625rem);
}
.c-plan-card__itemname span {
  display: block;
}

.c-plan-card__mfr {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

.c-plan-card__name {
  font-size: 1.25rem;
  line-height: 1.35;
  letter-spacing: 0;
}

.c-plan-card__name-sm {
  display: inline-block;
  font-style: normal;
  font-size: 0.9375rem;
  margin-left: 0.5em;
}

.c-plan-card__original {
  width: calc(100% - 5.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  padding-left: 0.625rem;
}
.c-plan-card__original:before {
  content: "";
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(assets/images/plan/icon-maker-maru.png) no-repeat center/contain;
}

.c-plan-card__original-price {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5384615385;
  letter-spacing: 0.05em;
  margin-bottom: 0.125rem;
  margin-left: 0.25rem;
}

.c-plan-card__off-box {
  color: #EA5504;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1;
  font-weight: 800;
  border: 2px solid #EA5504;
  border-radius: 0.625rem;
  padding: 0 0.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  aspect-ratio: 1;
}

.c-plan-card__off-text {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 0.4em;
}

.c-plan-card__off-number {
  font-size: 2.5rem;
  letter-spacing: 0;
  margin-top: -0.375rem;
}

.c-plan-card__off {
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin-top: -0.125rem;
}

.c-plan-card__off-box em {
  font-size: 1rem;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-right: 0.25rem;
}

.c-plan-card__main {
  padding: 0.625rem 0.625rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-plan-card__plan {
  background-color: #EA5504;
  padding: 0.875rem 0.5rem;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
}
.c-plan-card__plan span,
.c-plan-card__plan .label {
  display: block;
  font-size: 0.64em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 767px) {
  .c-plan-card__plan {
    font-size: 1.125rem;
  }
}

.c-plan-card__plan-price {
  margin-left: 1rem;
  font-family: "M PLUS 1p", sans-serif;
  color: #EA5504;
  line-height: 1;
  font-weight: 800;
}

.c-plan-card__ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.c-plan-card__ex .value data {
  display: block;
}

.c-plan-card__ex-tax {
  display: block;
  font-size: 0.85em;
  font-style: normal;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 0.3em;
  right: 0;
}
.c-plan-card__ex-tax:before {
  content: "(";
}
.c-plan-card__ex-tax:after {
  content: ")";
}
@media screen and (max-width: 767px) {
  .c-plan-card__ex-tax {
    font-size: 0.75em;
  }
}

.c-plan-card__ex-price {
  font-size: 3.125rem;
  font-weight: 900;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .c-plan-card__ex-price {
    font-size: 2.8125rem;
  }
}

.c-plan-card__ex-letter {
  display: inline-block;
  letter-spacing: 0.05em;
  font-size: 1.25rem;
  margin-left: 0.5rem;
  padding-bottom: 1.375rem;
  vertical-align: bottom;
}
.c-plan-card__ex-letter .kara {
  font-size: 0.8em;
}
.p-top-plan__card-main .c-plan-card__ex-letter {
  font-size: 1rem;
  margin-left: 0.25rem;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .c-plan-card__ex-letter {
    font-size: 1.125rem;
    padding-bottom: 1.25rem;
  }
  .p-top-plan__card-main .c-plan-card__ex-letter {
    padding-bottom: 1.3em;
  }
}

.c-plan-card__taxin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  letter-spacing: 0;
  margin-top: -0.125rem;
  padding-left: 0.25em;
}
.p-top-plan__card-main .c-plan-card__taxin {
  color: #222;
}
@media screen and (max-width: 767px) {
  .c-plan-card__taxin {
    font-size: 0.875rem;
  }
}

.c-plan-card__bottom {
  background-color: #E8F287;
  padding: 0.875rem 0.625rem;
  margin-top: 0.625rem;
  min-height: 8.125rem;
}

.c-plan-card__text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}

.c-plan-card__spec {
  background-color: #fff;
  padding: 0.3125rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.625rem;
}

.c-post-card {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
}

.c-post-card__img {
  background-color: #fff;
  aspect-ratio: 360/262;
}

.c-post-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-post-card__body {
  background-color: #fff;
  padding: 1rem 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;
  min-height: 8.9375rem;
}

.c-post-card__category {
  display: inline-block;
  border: 1px solid #EA5504;
  padding: 0.125rem 1rem;
  color: #EA5504;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
}

.c-post-card__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-top: 0.375rem;
}

.c-post-card__time,
.c-post-card__maker {
  color: #AAA6A6;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0;
  text-align: right;
  margin-top: auto;
}

.c-post-card:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .c-post-card:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  }
}

.c-section-title {
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #EA5504;
  padding-bottom: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .c-section-title {
    font-size: 1.125rem;
  }
}

.c-section-title__img {
  width: 3.5rem;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__img {
    width: 1.875rem;
    margin-right: 0.75rem;
  }
}
@media (max-width: 480px) {
  .c-section-title__img {
    width: 2em;
    margin-right: 0.3em;
  }
}

.c-section-title2 {
  color: #EA5504;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 1.25rem;
  border-left: 0.375rem solid #EA5504;
}
@media screen and (max-width: 767px) {
  .c-section-title2 {
    font-size: 1.25rem;
    padding-left: 0.875rem;
  }
}

.c-section-title2--sm {
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-section-title2--sm {
    font-size: 1.125rem;
  }
}

.c-section-title3 {
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-section-title3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .c-section-title3 {
    font-size: 1.125rem;
  }
}

.c-section-title3::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.5rem;
  height: 0.25rem;
  background-color: #EA5504;
}
@media screen and (max-width: 767px) {
  .c-section-title3::after {
    bottom: -0.625rem;
    width: 2.5rem;
  }
}

.c-staff-card {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #E8F287));
  background: linear-gradient(transparent 90%, #E8F287 0%);
  position: relative;
  z-index: 5;
}

.c-staff-card::before {
  content: "";
  position: absolute;
  top: 5.625rem;
  left: 0;
  width: 100%;
  height: calc(100% - 5.625rem);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3019607843);
  z-index: 1;
}

.c-staff-card::after {
  content: "";
  position: absolute;
  top: 5.625rem;
  right: 0;
  width: 9.25rem;
  height: 7.125rem;
  background: url(assets/images/about/deko-suisai.png) no-repeat center/cover;
  z-index: -1;
}
@media (max-width: 659px) {
  .c-staff-card::after {
    aspect-ratio: 148/114;
    width: 7.5rem;
    height: auto;
  }
}

.c-staff-card__plants {
  position: absolute;
  top: 0;
  left: 0.0625rem;
  width: 8rem;
  height: 9.5625rem;
  z-index: 7;
}
@media (max-width: 659px) {
  .c-staff-card__plants {
    width: 6.25rem;
  }
}

.c-staff-card__img {
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 659px) {
  .c-staff-card__img {
    width: 10rem;
    height: 10rem;
  }
}

.c-staff-card__top {
  text-align: center;
  padding: 0 1.875rem;
}

.c-staff-card__role {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #EA5504;
  padding: 0.3125rem 1rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-staff-card__role {
    font-size: 0.875rem;
  }
}

.c-staff-card__name {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-staff-card__name {
    font-size: 1.125rem;
  }
}

.c-staff-card__kana {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-staff-card__kana {
    font-size: 0.8125rem;
  }
}

.c-staff-card__bottom {
  margin-top: 0.8125rem;
  padding: 0.8125rem 1.875rem;
  border-top: 1px dotted #EA5504;
}

.c-staff-card__birth {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-staff-card__birth {
    font-size: 0.875rem;
  }
}

.c-staff-card__birth span {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .c-staff-card__birth span {
    font-size: 0.875rem;
  }
}

.c-staff-card__hobby {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-staff-card__hobby {
    font-size: 0.875rem;
  }
}

.c-staff-card__hobby span {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .c-staff-card__hobby span {
    font-size: 0.875rem;
  }
}

.c-staff-card__message {
  background-color: #E8F287;
  padding: 1.5625rem 1.875rem;
  min-height: 13.75rem;
}
@media screen and (max-width: 767px) {
  .c-staff-card__message {
    min-height: unset;
  }
}

.c-staff-card__message-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0 1.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-staff-card__message-title {
    font-size: 1.125rem;
  }
}

.c-staff-card__message-title::before,
.c-staff-card__message-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  border-radius: 50%;
}

.c-staff-card__message-title::before {
  left: 0;
}

.c-staff-card__message-title::after {
  right: 0;
}

.c-staff-card__message-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-staff-card__message-text {
    font-size: 0.875rem;
  }
}

.c-voice-box {
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  overflow: hidden;
}

.c-voice-box__name-area {
  background-color: #FFEBCC;
  padding: 1.375rem 2.5rem;
  color: #EA5504;
  font-size: 1.5625rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .c-voice-box__name-area {
    padding: 0.875rem 1.25rem;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .c-voice-box__name-area {
    padding: 1rem;
    font-size: 0.9375rem;
  }
}

.c-voice-box__lists {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-voice-box__lists {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .c-voice-box__lists {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.c-voice-box__list + .c-voice-box__list {
  border-top: 1px dashed #EA5504;
}

.c-voice-box__list {
  padding: 1.4375rem 0 1.125rem;
}
@media screen and (max-width: 600px) {
  .c-voice-box__list {
    padding: 15px 0;
  }
}

.c-voice-box__list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-voice-box__info {
  color: #EA5504;
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .c-voice-box__info {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 600px) {
  .c-voice-box__info {
    font-size: 0.8125rem;
  }
}

.c-voice-box__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 0.8125rem;
}
.c-voice-box__text .more {
  display: none;
}
.c-voice-box__text .more.show {
  display: inline;
}
.c-voice-box__text .moretext {
  display: block;
  text-align: right;
  font-size: 0.9em;
  padding-top: 0.5em;
  margin-bottom: -0.5em;
}
.c-voice-box__text .moretext a {
  color: #EA5504;
}
@media screen and (max-width: 767px) {
  .c-voice-box__text {
    font-size: 0.875rem;
  }
  .c-voice-box__text .moretext a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 600px) {
  .c-voice-box__text {
    margin-top: 10px;
  }
}

.c-voice-box__average-star {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  font-size: 1.5625rem;
  margin-right: 0.5em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-voice-box__average-star {
    font-size: 1.0625rem;
  }
}

.c-voice-box__average-star::before,
.c-voice-box__average-star::after {
  content: "★★★★★";
  vertical-align: 3px;
}

.c-voice-box__average-star:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #EA5504;
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-voice-box__average-star:after {
    font-size: 1.0625rem;
  }
}

.c-voice-box__average-star[data-average="5"]:after {
  width: 100%;
}

.c-voice-box__average-star[data-average="4.9"]:after {
  width: 98%;
}

.c-voice-box__average-star[data-average="4.8"]:after {
  width: 96%;
}

.c-voice-box__average-star[data-average="4.7"]:after {
  width: 94%;
}

.c-voice-box__average-star[data-average="4.6"]:after {
  width: 92%;
}

.c-voice-box__average-star[data-average="4.5"]:after {
  width: 90%;
}

.c-voice-box__average-star[data-average="4.4"]:after {
  width: 88%;
}

.c-voice-box__average-star[data-average="4.3"]:after {
  width: 86%;
}

.c-voice-box__average-star[data-average="4.2"]:after {
  width: 84%;
}

.c-voice-box__average-star[data-average="4.1"]:after {
  width: 82%;
}

.c-voice-box__average-star[data-average="4"]:after {
  width: 80%;
}

.c-voice-box__average-star[data-average="3.9"]:after {
  width: 78%;
}

.c-voice-box__average-star[data-average="3.8"]:after {
  width: 76%;
}

.c-voice-box__average-star[data-average="3.7"]:after {
  width: 74%;
}

.c-voice-box__average-star[data-average="3.6"]:after {
  width: 72%;
}

.c-voice-box__average-star[data-average="3.5"]:after {
  width: 70%;
}

.c-voice-box__average-star[data-average="3.4"]:after {
  width: 68%;
}

.c-voice-box__average-star[data-average="3.3"]:after {
  width: 66%;
}

.c-voice-box__average-star[data-average="3.2"]:after {
  width: 64%;
}

.c-voice-box__average-star[data-average="3.1"]:after {
  width: 62%;
}

.c-voice-box__average-star[data-average="3"]:after {
  width: 60%;
}

.c-voice-box__average-star[data-average="2.9"]:after {
  width: 58%;
}

.c-voice-box__average-star[data-average="2.8"]:after {
  width: 56%;
}

.c-voice-box__average-star[data-average="2.7"]:after {
  width: 54%;
}

.c-voice-box__average-star[data-average="2.6"]:after {
  width: 52%;
}

.c-voice-box__average-star[data-average="2.5"]:after {
  width: 50%;
}

.c-voice-box__average-star[data-average="2.4"]:after {
  width: 48%;
}

.c-voice-box__average-star[data-average="2.3"]:after {
  width: 46%;
}

.c-voice-box__average-star[data-average="2.2"]:after {
  width: 44%;
}

.c-voice-box__average-star[data-average="2.1"]:after {
  width: 42%;
}

.c-voice-box__average-star[data-average="2"]:after {
  width: 40%;
}

.c-voice-box__average-star[data-average="1.9"]:after {
  width: 38%;
}

.c-voice-box__average-star[data-average="1.8"]:after {
  width: 36%;
}

.c-voice-box__average-star[data-average="1.7"]:after {
  width: 34%;
}

.c-voice-box__average-star[data-average="1.6"]:after {
  width: 32%;
}

.c-voice-box__average-star[data-average="1.5"]:after {
  width: 30%;
}

.c-voice-box__average-star[data-average="1.4"]:after {
  width: 28%;
}

.c-voice-box__average-star[data-average="1.3"]:after {
  width: 26%;
}

.c-voice-box__average-star[data-average="1.2"]:after {
  width: 24%;
}

.c-voice-box__average-star[data-average="1.1"]:after {
  width: 22%;
}

.c-voice-box__average-star[data-average="1"]:after {
  width: 20%;
}

.c-voice-box__average-star[data-average="0.9"]:after {
  width: 18%;
}

.c-voice-box__average-star[data-average="0.8"]:after {
  width: 16%;
}

.c-voice-box__average-star[data-average="0.7"]:after {
  width: 14%;
}

.c-voice-box__average-star[data-average="0.6"]:after {
  width: 12%;
}

.c-voice-box__average-star[data-average="0.5"]:after {
  width: 10%;
}

.c-voice-box__average-star[data-average="0.4"]:after {
  width: 8%;
}

.c-voice-box__average-star[data-average="0.3"]:after {
  width: 6%;
}

.c-voice-box__average-star[data-average="0.2"]:after {
  width: 4%;
}

.c-voice-box__average-star[data-average="0.1"]:after {
  width: 2%;
}

.c-voice-box__average-star[data-average="0"]:after {
  width: 0%;
}

.p-top-vice__review {
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-vice__review {
    margin-left: 0.625rem;
  }
}

.c-voice-box__star {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  font-size: 1rem;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .c-voice-box__star {
    font-size: 0.875rem;
  }
}

.c-voice-box__star::before,
.c-voice-box__star::after {
  content: "★★★★★";
}

.c-voice-box__star:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #F9C270;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-voice-box__star:after {
    font-size: 0.875rem;
  }
}

.c-voice-box__star[data-rate="5"]:after {
  width: 100%;
}

.c-voice-box__star[data-rate="4.9"]:after {
  width: 98%;
}

.c-voice-box__star[data-rate="4.8"]:after {
  width: 96%;
}

.c-voice-box__star[data-rate="4.7"]:after {
  width: 94%;
}

.c-voice-box__star[data-rate="4.6"]:after {
  width: 92%;
}

.c-voice-box__star[data-rate="4.5"]:after {
  width: 90%;
}

.c-voice-box__star[data-rate="4.4"]:after {
  width: 88%;
}

.c-voice-box__star[data-rate="4.3"]:after {
  width: 86%;
}

.c-voice-box__star[data-rate="4.2"]:after {
  width: 84%;
}

.c-voice-box__star[data-rate="4.1"]:after {
  width: 82%;
}

.c-voice-box__star[data-rate="4"]:after {
  width: 80%;
}

.c-voice-box__star[data-rate="3.9"]:after {
  width: 78%;
}

.c-voice-box__star[data-rate="3.8"]:after {
  width: 76%;
}

.c-voice-box__star[data-rate="3.7"]:after {
  width: 74%;
}

.c-voice-box__star[data-rate="3.6"]:after {
  width: 72%;
}

.c-voice-box__star[data-rate="3.5"]:after {
  width: 70%;
}

.c-voice-box__star[data-rate="3.4"]:after {
  width: 68%;
}

.c-voice-box__star[data-rate="3.3"]:after {
  width: 66%;
}

.c-voice-box__star[data-rate="3.2"]:after {
  width: 64%;
}

.c-voice-box__star[data-rate="3.1"]:after {
  width: 62%;
}

.c-voice-box__star[data-rate="3"]:after {
  width: 60%;
}

.c-voice-box__star[data-rate="2.9"]:after {
  width: 58%;
}

.c-voice-box__star[data-rate="2.8"]:after {
  width: 56%;
}

.c-voice-box__star[data-rate="2.7"]:after {
  width: 54%;
}

.c-voice-box__star[data-rate="2.6"]:after {
  width: 52%;
}

.c-voice-box__star[data-rate="2.5"]:after {
  width: 50%;
}

.c-voice-box__star[data-rate="2.4"]:after {
  width: 48%;
}

.c-voice-box__star[data-rate="2.3"]:after {
  width: 46%;
}

.c-voice-box__star[data-rate="2.2"]:after {
  width: 44%;
}

.c-voice-box__star[data-rate="2.1"]:after {
  width: 42%;
}

.c-voice-box__star[data-rate="2"]:after {
  width: 40%;
}

.c-voice-box__star[data-rate="1.9"]:after {
  width: 38%;
}

.c-voice-box__star[data-rate="1.8"]:after {
  width: 36%;
}

.c-voice-box__star[data-rate="1.7"]:after {
  width: 34%;
}

.c-voice-box__star[data-rate="1.6"]:after {
  width: 32%;
}

.c-voice-box__star[data-rate="1.5"]:after {
  width: 30%;
}

.c-voice-box__star[data-rate="1.4"]:after {
  width: 28%;
}

.c-voice-box__star[data-rate="1.3"]:after {
  width: 26%;
}

.c-voice-box__star[data-rate="1.2"]:after {
  width: 24%;
}

.c-voice-box__star[data-rate="1.1"]:after {
  width: 22%;
}

.c-voice-box__star[data-rate="1"]:after {
  width: 20%;
}

.c-voice-box__star[data-rate="0.9"]:after {
  width: 18%;
}

.c-voice-box__star[data-rate="0.8"]:after {
  width: 16%;
}

.c-voice-box__star[data-rate="0.7"]:after {
  width: 14%;
}

.c-voice-box__star[data-rate="0.6"]:after {
  width: 12%;
}

.c-voice-box__star[data-rate="0.5"]:after {
  width: 10%;
}

.c-voice-box__star[data-rate="0.4"]:after {
  width: 8%;
}

.c-voice-box__star[data-rate="0.3"]:after {
  width: 6%;
}

.c-voice-box__star[data-rate="0.2"]:after {
  width: 4%;
}

.c-voice-box__star[data-rate="0.1"]:after {
  width: 2%;
}

.c-voice-box__star[data-rate="0"]:after {
  width: 0%;
}

.c-works-card {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-works-card__img {
  aspect-ratio: 360/262;
  position: relative;
}

.c-works-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-works-card__category-wrap {
  position: absolute;
  bottom: 0.9375rem;
  left: 1.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-works-card__category {
  display: inline-block;
  border: 1px solid #EA5504;
  background-color: #fff;
  color: #EA5504;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5384615385;
  letter-spacing: 0;
  padding: 0.125rem 1rem;
}

.c-works-card__category + .c-works-card__category {
  margin-left: 0.3125rem;
}

.c-works-card__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  padding: 1.25rem 1.1875rem 1rem;
  min-height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-works-card__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.375rem;
     -moz-column-gap: 1.375rem;
          column-gap: 1.375rem;
  row-gap: 0.625rem;
}
@media screen and (max-width: 600px) {
  .c-works-card__items {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.c-works-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-works-card__tag {
  display: inline-block;
  background-color: #EA5504;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0;
  padding: 0.125rem 0.3125rem;
}

.c-works-card__item p {
  color: #EA5504;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0;
  margin-left: 0.75rem;
}

.c-works-card__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.c-works-card__place {
  color: #AAA6A6;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  text-align: right;
  margin-top: auto;
}

.c-works-card:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .c-works-card:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  }
}

.p-about__about {
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-about__about {
    padding-top: 2.5rem;
  }
}

.p-about__about-contents {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about__about-contents {
    width: 100%;
  }
}

.p-about__about-contents-text {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-about__about-contents-text {
    font-size: 1rem;
  }
}

.p-about__about-concept-area {
  color: #EA5504;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about__about-concept-area {
    font-size: 0.875rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.p-about__about-btn-wrap {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about__about-btn-wrap {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-inline: auto;
  }
}

.p-about__about-message-img {
  aspect-ratio: 550/450;
  width: 34.375rem;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-about__about-message-img {
    max-width: 31.25rem;
    width: 100%;
    margin-top: 1.25rem;
    margin-inline: auto;
  }
}

.p-about__reason-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem;
  padding-bottom: 3.75rem;
  margin-bottom: 0;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .p-about__reason-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    padding-bottom: 1.875rem;
  }
}

.p-about__reason-item {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .p-about__reason-item {
    width: 100%;
  }
}

.p-about__reason-item::before {
  counter-increment: item;
  content: counter(item) ".";
  color: #EA5504;
  font-size: 4.75rem;
  font-weight: 700;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__reason-item::before {
    font-size: 2.5rem;
    padding-right: 0.75rem;
  }
}

.p-about__reason-item-title {
  display: inline-block;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 0.5rem;
  vertical-align: text-bottom;
}
@media screen and (max-width: 767px) {
  .p-about__reason-item-title {
    font-size: 1.375rem;
    padding-bottom: 0.25rem;
  }
}

.p-about__reason-item-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about__reason-item-text {
    font-size: 1rem;
    padding-left: 2.75rem;
  }
}

.p-about__intro-text-wrap {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about__intro-text-wrap {
    margin-bottom: 3.125rem;
  }
}

.p-about__intro-text-wrap::before,
.p-about__intro-text-wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
}

.p-about__intro-text-wrap::before {
  bottom: -6.25rem;
  left: 0;
  width: 13.3125rem;
  height: 9.75rem;
  background: url(assets/images/about/deko-bath.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-about__intro-text-wrap::before {
    aspect-ratio: 213/156;
    width: 7.5rem;
    height: auto;
  }
}

.p-about__intro-text-wrap::after {
  top: -2rem;
  right: 0;
  width: 9.375rem;
  height: 7.125rem;
  background: url(assets/images/about/deko-flower.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-about__intro-text-wrap::after {
    top: -4.5rem;
    aspect-ratio: 150/114;
    width: 5.625rem;
    height: auto;
  }
}

.p-about__intro-text {
  color: #EA5504;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__intro-text {
    font-size: 1.125rem;
  }
}

.p-about__store {
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-about__store {
    padding: 3.75rem 0;
  }
}

.p-about__store-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.8125rem 1fr 2.8125rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.8125rem;
     -moz-column-gap: 2.8125rem;
          column-gap: 2.8125rem;
  row-gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__store-items {
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-about__store-items {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

.p-about__store-img {
  aspect-ratio: 370/320;
}

.p-about__store-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about__store-item-name {
  color: #EA5504;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-about__store-item-name {
    font-size: 1rem;
    margin-top: 0.375rem;
  }
}

.p-about__store-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.9444444444;
  letter-spacing: 0.1em;
  padding-left: 1.625rem;
  border-left: 0.375rem solid #EA5504;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about__store-text {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-left: 1rem;
    margin-top: 3.125rem;
    border-left-width: 4px;
  }
}

.p-about__staff-message {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__staff-message {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-about__staff-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 1.75rem;
  margin-top: 2.5rem;
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-about__staff-cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 659px) {
  .p-about__staff-cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.875rem;
    width: 85%;
    margin-inline: auto;
  }
}

.p-company__message {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-company__message {
    padding-bottom: 2.5rem;
  }
}

.p-company__contents {
  width: 59%;
}
@media screen and (max-width: 767px) {
  .p-company__contents {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-company__contents-text {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.p-company__box {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .p-company__box {
    display: contents;
  }
}

.p-company__box-img {
  border-radius: 0.3125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-company__box-img {
    max-width: 31.25rem;
    width: 100%;
    margin-top: 1.25rem;
    margin-inline: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-company__box-top {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__box-top {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-company__box-company {
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-company__box-company {
    font-size: 1.375rem;
  }
}

.p-company__box-name {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__box-name {
    margin-top: 0;
  }
}

.p-company__box-name em {
  font-size: 1.5625rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-company__box-name em {
    font-size: 1.375rem;
  }
}

.p-company__box-kana {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-company__box-kana {
    font-size: 0.875rem;
  }
}

.p-company__box-bottom {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 1px dotted #EA5504;
}
@media screen and (max-width: 767px) {
  .p-company__box-bottom {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    margin-bottom: 0.625rem;
  }
}

.p-company__box-birth {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-company__box-birth {
    font-size: 1rem;
  }
}

.p-company__box-hobby {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-company__box-hobby {
    font-size: 1rem;
  }
}

.p-company__box-bo {
  font-weight: 700;
}

.p-company__about-title {
  padding-top: 2.5rem;
}

.p-company__lists {
  margin-top: 1.875rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-company__lists {
    margin-top: 1.25rem;
    padding-bottom: 1.875rem;
  }
}

.p-company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 1rem 1.875rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-company__list {
    padding: 0.625rem 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-company__list + .p-company__list {
  margin-top: 0.625rem;
}

.p-company__list-name {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  width: 31%;
}
@media screen and (max-width: 767px) {
  .p-company__list-name {
    font-size: 0.875rem;
    width: 100%;
  }
}

.p-company__list-disc {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-company__list-disc {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.p-contact__message {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__message {
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__contents {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__contents-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-contact__contents-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__contents-text {
    font-size: 1rem;
    text-align: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-contact__contents-text {
    font-size: 0.875rem;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-contact__message-img {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .p-contact__message-img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1.25rem;
  }
}

.p-contact__cta-area {
  margin-top: 40px;
}

.p-contact__cta {
  border: 3px solid #CCDF77;
  border-radius: 16px;
  padding: 2.5rem;
  width: 43.75rem;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__cta {
    max-width: 31.25rem;
    width: 100%;
    padding: 1.875rem 1.25rem;
  }
}

.p-contact__cta-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__cta-title {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__cta-btn {
    margin-top: 0.375rem;
  }
}

.p-contact__cta-btn a {
  color: #EA5504;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .p-contact__cta-btn a {
    font-size: 2rem;
  }
}

.p-contact__cta-btn-img {
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__cta-btn-img {
    width: 1.75rem;
  }
}
.p-contact__cta-btn-img img {
  width: 100%;
}

.p-contact__cta-btn-text {
  margin-left: 0.375rem;
}

.p-contact__cta-tell-open {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__cta-tell-open {
    font-size: 0.875rem;
    margin-top: 0.375rem;
  }
}

.p-contact__cta-tell-open-sm {
  font-size: 0.875rem;
}

.p-contact__form {
  margin-top: 2.5rem;
  padding: 2.5rem 0;
}

.p-dropdown {
  display: none;
  background-color: #fff;
  padding: 1.25rem 1.625rem 1.75rem;
  position: absolute;
  top: 100%;
  z-index: 10;
  width: 13.75rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-dropdown {
    display: block;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    height: auto;
    padding: 0 0 1.25rem;
  }
}

.p-dropdown--l {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-dropdown--l {
    width: 100%;
  }
}

.p-dropdown__list {
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-dropdown__list {
    text-align: left;
  }
}

.p-dropdown__list:not(:first-child) {
  padding-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-dropdown__list:not(:first-child) {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-dropdown__list:first-child {
    padding-top: 1rem;
  }
}

.p-dropdown__list a {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-dropdown__list a {
    border-bottom: 1px dotted #EA5504;
    padding-left: 1rem;
    width: 100%;
    padding-bottom: 1rem;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-dropdown__list a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 0.3125rem);
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.25rem;
    height: 2.25rem;
    background: url(assets/images/common/arrow.svg) no-repeat center/contain;
  }
}

.p-dropdown__list a:hover {
  opacity: 1;
  color: #EA5504;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-dropdown__list a:hover {
    color: #222;
  }
}

.p-footer {
  border-top: 3px solid #F5F5F5;
}

.p-footer__sns-wrap {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.5625rem;
  padding-bottom: 1.375rem;
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-footer__sns a {
  width: 1.625rem;
  padding-right: 0;
}

.p-footer__sns a::after {
  display: none;
}

.p-footer__sns-item + .p-footer__sns-item {
  margin-left: 2.3125rem;
}
@media screen and (max-width: 600px) {
  .p-footer__sns-item + .p-footer__sns-item {
    margin-left: 1.5rem;
  }
}

.p-footer__sns-wrap p {
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-left: 2.3125rem;
}
@media screen and (max-width: 600px) {
  .p-footer__sns-wrap p {
    margin-left: 1.5rem;
  }
}

.p-footer__main-wrap {
  background-color: #F5F5F5;
  padding-top: 2.6875rem;
  padding-bottom: 2.5rem;
}

.p-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__about {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .p-footer__about {
    max-width: 25rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-footer__about-contents {
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__about-contents {
    margin-top: 0.625rem;
  }
}

.p-footer__about-contents p {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-footer__about-contents p {
    font-size: 0.875rem;
  }
}

.p-footer__about-contents address {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-footer__about-contents address {
    font-size: 0.875rem;
  }
}

.p-footer__nav {
  margin-top: -0.5rem;
  width: 59.1%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 42px 1fr 42px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    display: none;
  }
}

.p-footer__nav-name {
  color: #EA5504;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 2.42;
  letter-spacing: 0.1em;
  border-bottom: 1px dotted #EA5504;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-name {
    font-size: 0.875rem;
  }
}

.p-footer__nav-lists {
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-lists {
    margin-top: 0.5rem;
  }
}

.p-footer__nav-list a {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2.0588235294;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-list a {
    font-size: 0.875rem;
  }
}

.p-footer__copy {
  background-color: #EA5504;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.p-footer__copy-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copy-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__copy-item {
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.p-footer__copy-item + .p-footer__copy-item {
  margin-left: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copy-item + .p-footer__copy-item {
    margin-left: 0;
    margin-top: 0.375rem;
  }
}

.p-form {
  background-color: #fff;
  border-radius: 1.25rem;
}
.p-form label {
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .p-form {
    border-radius: 0.5rem;
  }
}

.p-form__caution {
  color: #EA5504;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.p-form__form-name {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 2.5rem;
}

.p-form__disc {
  font-weight: 500;
}

.p-form__heading {
  font-weight: 500;
}

.p-form__required {
  color: #EA5504;
  font-size: 1.1875rem;
  font-weight: 700;
}

.p-form__visit {
  margin-top: 1.125rem;
  max-width: 37.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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-form__visit-name {
  font-weight: 500;
}

.p-form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 600px) {
  .p-form__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-form__flex div {
  width: 12.5rem;
}

.p-form__flex div:nth-child(2) {
  width: 3.75rem;
  margin-left: 1.875rem;
}
@media screen and (max-width: 600px) {
  .p-form__flex div:nth-child(2) {
    margin-top: 1.25rem;
    margin-left: 0;
  }
}

.p-form__privacy {
  color: #5F5D59;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 2.5rem;
}

.p-form__privacy span {
  display: block;
}

.p-form__privacy a {
  text-decoration: underline;
  line-height: 1.3;
}

.p-form__btn-wrap {
  margin-top: 2.5rem;
}

.p-form__btn {
  border: 2px solid #EA5504;
  background-color: #EA5504;
  border-radius: 16px;
  width: 300px;
  height: 70px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  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;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.p-form__btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #EA5504;
}

.p-form__recaptcha {
  color: #5F5D59;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 0.625rem;
  border: 1px solid #E8E6DF;
  margin-top: 3.75rem;
}

textarea,
input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  background-color: #fff;
  border: 3px solid #EA5504;
  border-radius: 0.625rem;
  padding: 1.25rem;
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: nomal;
  line-height: 2;
  color: #222;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  textarea,
  input[type=text],
  input[type=email],
  input[type=tel] {
    padding: 0.625rem 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  textarea,
  input[type=text],
  input[type=email],
  input[type=tel] {
    border-width: 2px;
    padding: 0 0.5em;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 600px) {
  textarea {
    padding: 0.5em;
  }
}

.p-form__visit input[type=date],
.p-form__visit input[type=text] {
  width: 100%;
  background-color: #fff;
  border: 3px solid #EA5504;
  border-radius: 0.625rem;
  padding: 0.625rem 1.25rem;
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: nomal;
  line-height: 2;
  color: #222;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 600px) {
  .p-form__visit input[type=date],
  .p-form__visit input[type=text] {
    border-width: 2px;
    padding: 0 0.5em;
    font-size: 0.875rem;
  }
}

textarea::-webkit-input-placeholder {
  color: #9D9D9D;
  font-size: 1rem;
}

textarea::-moz-placeholder {
  color: #9D9D9D;
  font-size: 1rem;
}

textarea:-ms-input-placeholder {
  color: #9D9D9D;
  font-size: 1rem;
}

textarea::-ms-input-placeholder {
  color: #9D9D9D;
  font-size: 1rem;
}

textarea::placeholder {
  color: #9D9D9D;
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  textarea::-moz-placeholder {
    font-size: 0.875rem;
  }
  textarea:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  textarea::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  textarea::placeholder {
    font-size: 0.875rem;
  }
}

textarea {
  aspect-ratio: 1112/290;
  width: 100%;
}
@media screen and (max-width: 767px) {
  textarea {
    aspect-ratio: 3/1.5;
  }
}
@media screen and (max-width: 600px) {
  textarea {
    aspect-ratio: 3/2;
  }
}

textarea:active,
input[type=text]:active,
input[type=email]:active,
input[type=tel]:active,
input[type=date]:active,
textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
textarea:focus-visible,
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
input[type=date]:focus-visible {
  border-color: #EA5504;
}

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

.p-header-nav {
  background-color: #fff;
  height: inherit;
  width: initial;
}
@media screen and (max-width: 767px) {
  .p-header-nav {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
  }
}

.p-header-nav__wrapper {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-header-nav__wrapper {
    height: inherit;
    -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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.5rem 1.25rem;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-header-nav__main {
  height: inherit;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-header-nav__main {
    width: 100%;
    height: unset;
  }
}

.p-header-nav__items {
  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;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-header-nav__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-header-nav__item {
  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;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header-nav__item {
    width: 100%;
  }
}

.p-header-nav__link {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-left: 1rem;
  padding-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header-nav__link {
    border-bottom: 1px solid #EA5504;
    width: 100%;
    padding-bottom: 0.375rem;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-header-nav__link::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 0.3125rem);
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.25rem;
    height: 2.25rem;
    background: url(assets/images/common/arrow.svg) no-repeat center/contain;
  }
}

@media screen and (max-width: 767px) {
  .p-header-nav__item:nth-child(n+2) {
    margin-top: 2.25rem;
  }
}

.p-header-nav__item:first-of-type,
.p-header-nav__item:nth-child(2) {
  position: relative;
}

.p-header-nav__item:hover {
  cursor: pointer;
}

.p-header-nav__link:hover {
  opacity: 1;
  color: #EA5504;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header-nav__link:hover {
    color: #222;
  }
}

.p-header-nav__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-header-nav__sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.625rem 0 2.5rem;
    padding-left: 0;
    margin-top: 3.75rem;
    width: 100%;
  }
}

.p-header-nav__sub::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 1px;
  height: 3.625rem;
  background: #ddd;
}
@media screen and (max-width: 767px) {
  .p-header-nav__sub::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 1px;
  }
}

.p-header__tell {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-header__tell {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__tell a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p-header__tell-img {
  width: 1.75rem;
}

.p-header__tell-text {
  color: #EA5504;
  font-size: 2.375rem;
  font-weight: 700;
  margin-left: 0.375rem;
}

.p-header__tell-open {
  font-size: 0.8125rem;
  font-weight: 700;
  margin-top: -0.375rem;
}

.p-header__tell-open span:nth-child(1) {
  letter-spacing: 0.1em;
}

.p-header__tell-open span + span {
  margin-left: 0.5rem;
}

.p-header-nav__btn {
  background-color: #EA5504;
  width: 8.75rem;
  color: #fff;
  margin-left: 1.125rem;
  height: 98px;
}
@media screen and (max-width: 767px) {
  .p-header-nav__btn {
    width: 13.75rem;
    padding: 0.75rem;
    margin: 1.875rem auto 2.5rem;
  }
}

.p-header__btn {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.p-header__btn-img {
  width: 1.875rem;
}

.p-header__btn-text {
  font-size: 0.8125rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.p-header-nav__dropdown1,
.p-header-nav__dropdown2 {
  position: relative;
}

.p-header-nav__dropdown1 .p-header-nav__link,
.p-header-nav__dropdown2 .p-header-nav__link {
  /*transition: .5s;*/
}
@media screen and (max-width: 767px) {
  .p-header-nav__dropdown1 .p-header-nav__link,
  .p-header-nav__dropdown2 .p-header-nav__link {
    color: #EA5504;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-header-nav__dropdown1 .p-header-nav__link::after,
  .p-header-nav__dropdown2 .p-header-nav__link::after {
    display: none;
  }
}

.p-header-nav__dropdown1 .p-header-nav__link:hover,
.p-header-nav__dropdown2 .p-header-nav__link:hover {
  opacity: 1;
}

.p-header {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 6.25rem;
  width: 100%;
  height: 116px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 4.5rem;
  }
}

.p-header__siteh1 {
  font-size: 12px;
  padding-left: 2.9rem;
  font-weight: 500;
  color: #fff;
  background: #949494;
}
@media screen and (max-width: 767px) {
  .p-header__siteh1 {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 600px) {
  .p-header__siteh1 {
    font-size: 10px;
    padding-left: 0;
    margin-bottom: 12px;
    text-align: center;
  }
}

.p-header__wrapper {
  /*height: inherit;*/
  padding-left: 1.375rem;
  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;
}

.p-header__logo {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.25rem;
  width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    margin-left: 0;
    position: relative;
    z-index: 100;
    width: 6.875rem;
  }
}

.p-header__logo-link {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__hamburger-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger-btn {
    position: absolute;
    display: block;
    top: 1.625rem;
    right: 0.875rem;
    z-index: 100;
    width: 2.25rem;
    height: 2.25rem;
    background: #fff;
    border-radius: 10px;
    border: 3px solid #EA5504;
    cursor: pointer;
  }
}

.p-header__hamburger-btn span {
  width: 1.25rem;
  height: 3px;
  border-radius: 30px;
  display: block;
  background-color: #EA5504;
  margin-inline: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger-btn span:nth-child(2) {
  margin-top: 0.25rem;
}

.p-header__hamburger-btn span:nth-child(3) {
  margin-top: 0.25rem;
}

.p-header__hamburger-btn.open {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-header__hamburger-btn.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}

.p-header__hamburger-btn.open span:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger-btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -8px;
}

.p-header__hamburger-btn:hover {
  opacity: 1;
}

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

.p-header__nav.active {
  position: fixed;
  display: block;
  top: 3.5rem;
  left: 0;
  z-index: 50;
}

.p-home__message-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 1.875rem;
}
@media (max-width: 480px) {
  .p-home__message-text {
    font-size: 1rem;
  }
}

.p-home__list {
  margin-top: 4.375rem;
  margin-bottom: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-home__list {
    margin-top: 2.5rem;
    margin-bottom: 3.125rem;
  }
}

.p-home__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-home__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0.5rem;
  }
}

.p-home__item {
  position: relative;
}

.p-home__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.3125rem;
  left: 0;
  width: 1px;
  height: 1.25rem;
  background-color: #AAA6A6;
}
@media screen and (max-width: 767px) {
  .p-home__item::before {
    height: 1.125rem;
  }
}

.p-home__item:last-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.3125rem;
  right: 0;
  width: 1px;
  height: 1.25rem;
  background-color: #AAA6A6;
}
@media screen and (max-width: 767px) {
  .p-home__item:last-child::after {
    height: 1.125rem;
  }
}

.p-home__cat-link {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-home__cat-link {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .p-home__cat-link {
    font-size: 0.8125rem;
    padding: 0 0.4rem;
  }
}

.p-home__cat-link--current {
  color: #EA5504;
}

.p-home__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.75rem 1fr 3.75rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  row-gap: 2rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-home__cards {
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    margin-inline: auto;
  }
}
@media (max-width: 480px) {
  .p-home__cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-mv__message-wrap {
  background-color: #EA5504;
  padding: 1.25rem 0;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .p-mv__message-wrap {
    padding: 0.625rem 0;
  }
}

.p-mv__message {
  color: #fff;
  font-size: 2.5625rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__message {
    font-size: 1.125rem;
  }
}

.p-mv__slider-wrap {
  position: relative;
  aspect-ratio: 1024/320;
}

.p-mv__wait {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.initialized .p-mv__wait {
  opacity: 0;
}

.p-mv__slider {
  max-height: 31.818vw;
  opacity: 0;
}

.p-mv__slider.slick-initialized {
  max-height: inherit;
  opacity: 1;
}

.p-mv__spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.p-mv__double-bounce1, .p-mv__double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #EA5504;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.p-mv__double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.p-plan__title {
  padding-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-plan__title {
    padding-top: 2.5rem;
  }
}

.p-plan__plans {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-plan__plans {
    margin-bottom: 3.125rem;
  }
}

.p-plan__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-plan__tabs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    max-width: 31.25rem;
    margin-inline: auto;
  }
}

.p-plan__tab-label {
  color: #EA5504;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  border: 3px solid #EA5504;
  border-radius: 0.5rem;
  width: 8.125rem;
  height: 9.1875rem;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.375rem 0;
  margin: 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-plan__tab-label {
    font-size: 0.875rem;
    aspect-ratio: 130/147;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}
@media (max-width: 425px) {
  .p-plan__tab-label {
    padding: 0.5rem 0;
  }
}
@media (max-width: 420px) {
  .p-plan__tab-label {
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
  }
}

.p-plan__tab-label:hover {
  opacity: 0.7;
}

.p-plan__tab-label-box-2 {
  margin-top: 0.25rem;
  padding-top: 0.25rem;
  border-top: 1px solid #EA5504;
}

.p-plan__tab-label-img {
  width: 3.5rem;
  height: 3.5rem;
  margin-inline: auto;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-plan__tab-label-img {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 425px) {
  .p-plan__tab-label-img {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.p-plan__tab-label-img2 {
  width: 3.5rem;
  height: 3.5rem;
  margin-inline: auto;
  margin-bottom: 0.125rem;
}

.p-plan__tab-label-img svg {
  fill: currentColor;
  display: block;
  width: 100%;
  height: 100%;
}

.p-plan__tab-label-img2 svg {
  fill: currentColor;
  display: block;
  width: 100%;
  height: 100%;
}

.p-plan__tab-label-img--wc {
  background: url(assets/images/plan/wc/icon-toilet.png) no-repeat center/contain;
}

.p-plan__tab-content {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  display: none;
  overflow: hidden;
}

input[name=tab_switch] {
  display: none;
}

.p-plan__tabs input:checked + .p-plan__tab-label {
  color: #fff;
  background-color: #EA5504;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-plan__tabs input:checked + .p-plan__tab-label .p-plan__tab-label-box-2 {
  border-top: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#wc:checked ~ #wc_content,
#kitchen:checked ~ #kitchen_content,
#bath:checked ~ #bath_content,
#sm:checked ~ #sm_content,
#oyu:checked ~ #oyu_content,
#stove:checked ~ #stove_content {
  display: block;
}

.p-plan__tab-content {
  position: relative;
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease;
}

.p-plan__card-off-n {
  margin-top: 1.0625rem;
}

.p-plan__komikomi {
  margin-top: 1.875rem;
  padding: 1.25rem 1.375rem 1.0625rem 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-plan__komikomi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem;
  }
}

.p-plan__komikomi-contents {
  width: 21%;
}
@media screen and (max-width: 767px) {
  .p-plan__komikomi-contents {
    width: 100%;
  }
}

.p-plan__komikomi-title {
  color: #EA5504;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-plan__komikomi-title {
    font-size: 1.125rem;
    text-align: center;
  }
}

.p-plan__komikomi-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-plan__komikomi-text {
    font-size: 0.875rem;
  }
}

.p-plan__komikomi-items {
  width: 74%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-plan__komikomi-items {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.25rem;
  }
}
@media (max-width: 560px) {
  .p-plan__komikomi-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .p-plan__komikomi-items {
    gap: 0.5rem;
  }
}

.p-plan__komikomi-item {
  background-color: #fff;
  padding: 1rem 0.3125rem 0.3125rem;
  border-radius: 0.9375rem;
  width: 11.875rem;
}
@media screen and (max-width: 767px) {
  .p-plan__komikomi-item {
    width: 100%;
    max-width: 12.5rem;
    margin-inline: auto;
  }
}
@media (max-width: 480px) {
  .p-plan__komikomi-item {
    border-radius: 0.6rem;
  }
}

.p-plan__komikomi-item-img {
  width: 6.25rem;
  height: 5.25rem;
  margin-inline: auto;
}
@media (max-width: 480px) {
  .p-plan__komikomi-item-img {
    width: 60%;
    height: auto;
  }
}

.p-plan__komikomi-item-name {
  background-color: #EA5504;
  border-radius: 0.625rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2777777778;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 0.625rem;
  height: 4.0625rem;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-plan__komikomi-item-name {
    font-size: 0.875rem;
    height: 2.875rem;
  }
}
@media (max-width: 480px) {
  .p-plan__komikomi-item-name {
    border-radius: 0.5rem;
  }
}

.p-plan__komikomi-item-name--sm {
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__komikomi-item-name--sm {
    font-size: 0.8125rem;
  }
}

.p-plan__oyu .p-plan__komikomi-contents {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .p-plan__oyu .p-plan__komikomi-contents {
    width: 100%;
  }
}

.p-plan__pack {
  margin-top: 1.875rem;
  padding: 1.25rem 1.375rem 1.25rem 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-plan__pack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem;
  }
}

.p-plan__pack-title {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-plan__pack-title {
    font-size: 1.25rem;
    text-align: center;
  }
}

.p-plan__pack-text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-plan__pack-text {
    font-size: 0.875rem;
  }
}

.p-plan__pack-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 1.25rem 1.25rem 3.75rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-plan__pack-box {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .p-plan__pack-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-plan__pack-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 2.75rem 50%);
  z-index: -1;
}

.p-plan__pack-name-wrap {
  text-align: center;
}

.p-plan__pack-name {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.4571428571;
  letter-spacing: 0.23em;
}
@media screen and (max-width: 767px) {
  .p-plan__pack-name {
    font-size: 1.5rem;
  }
}

.p-plan__pack-caution {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-plan__pack-caution {
    font-size: 0.75rem;
  }
}

.p-plan__pack-price-wrap {
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__pack-price-wrap {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-plan__pack-price-wrap {
    margin-top: 1rem;
    margin-left: 0;
  }
}

.p-plan__pack-price-top {
  color: #EA5504;
  font-size: 1.5625rem;
  font-weight: 900;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-plan__pack-price-top {
    font-size: 1.25rem;
  }
}

.p-plan__pack-price-main-wrap {
  color: #EA5504;
  font-family: "M PLUS 1p", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-plan__pack-price-main {
  font-size: 3.125rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-plan__pack-price-main {
    font-size: 2rem;
  }
}

.p-plan__pack-price-letter {
  margin-top: 0.625rem;
  margin-left: 0.3125rem;
}

.p-plan__pack-price-md {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-plan__pack-price-md {
    font-size: 1rem;
  }
}

.p-plan__pack-price-sm {
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-plan__pack-price-sm {
    font-size: 0.875rem;
  }
}

.p-plan__pack-price-bottom {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-plan__pack-price-bottom {
    font-size: 0.75rem;
  }
}

.p-plan__no-entry {
  background: #F5F5F5;
  padding: 3em 1em;
  margin-top: 2em;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-pp {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-pp {
    margin-bottom: 2.5rem;
  }
}
.p-pp .pp-detail {
  font-weight: 500;
  line-height: 2em;
  padding-left: 1rem;
}
.p-pp .pp-detail a:not([href*="tel:"]) {
  text-decoration: underline;
}
.p-pp .pp-detail .title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #EA5504;
  margin-bottom: 0.5em;
}
.p-pp .pp-detail .text {
  font-weight: normal;
  font-weight: 500;
  margin-bottom: 3em;
}
.p-pp .pp-detail .list {
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 1em;
}
.p-pp .pp-detail .list li {
  font-weight: 500;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.p-pp .pp-detail .teigi {
  margin-top: 1em;
  font-weight: 500;
}
.p-pp .pp-detail .teigi dd:before {
  content: "•";
  display: inline;
  font-size: 1.4em;
  font-weight: 500;
}
.p-pp .pp-detail .jyoko {
  margin-top: 1em;
  list-style-type: none;
  padding: 1em 1em 1em 0.5em;
  background: #f5f5f5;
  counter-reset: item;
  font-weight: 500;
}
.p-pp .pp-detail .jyoko li {
  text-indent: -2.8em;
  padding-left: 2.8em;
  font-weight: 500;
}
.p-pp .pp-detail .jyoko li:before {
  font-weight: 500;
  counter-increment: item; /*カウンターを増減*/
  content: "（" counter(item) "）";
}
.p-pp .pp-detail .teigi-count {
  margin-top: 1em;
  padding: 1em 2em 1em 1em;
  background: #f5f5f5;
  counter-reset: title;
  font-weight: 500;
}
.p-pp .pp-detail .teigi-count dt {
  font-weight: 500;
}
.p-pp .pp-detail .teigi-count dt:before {
  counter-increment: title; /*カウンターを増減*/
  content: "（" counter(title) "）";
}
.p-pp .pp-detail .teigi-count dd {
  padding-left: 2.5em;
  font-weight: 500;
}
@media (max-width: 660px) {
  .p-pp .pp-detail .text {
    margin-bottom: 2em;
  }
}
@media (max-width: 480px) {
  .p-pp .pp-detail .jyoko,
  .p-pp .pp-detail .teigi-count {
    padding: 1em 1em 1em 0.5em;
  }
}
.p-pp .seitei-day {
  margin-top: 2rem;
  text-align: right;
  font-weight: 500;
}
.p-pp .tt-big {
  margin-bottom: 1em;
  font-weight: 500;
}

.p-single__top {
  padding-bottom: 2.5rem;
  border-bottom: 1px dotted #EA5504;
}
@media screen and (max-width: 767px) {
  .p-single__top {
    padding-bottom: 1.25rem;
  }
}

.p-single__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-single__time {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-single__category {
  margin-left: 0.625rem;
}

.p-single__category a {
  color: #EA5504;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.125rem 2.0625rem;
  border: 1px solid #EA5504;
  min-width: 100px;
  display: inline-block;
}

.p-single__main {
  padding-bottom: 3.75rem;
  border-bottom: 1px dotted #EA5504;
}
@media screen and (max-width: 767px) {
  .p-single__main {
    padding-bottom: 1.875rem;
  }
}

.p-single__img {
  aspect-ratio: 1200/450;
}

.p-single__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__bottom {
    margin-bottom: 1.875rem;
  }
}

.p-single__bottom a {
  font-size: 1rem;
  font-weight: 500;
}

.p-single__works-time {
  color: #AAA6A6;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-single__works-time {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
}

.p-single__summary-area {
  margin-top: 0.9375rem;
}

.p-single__works-imgs {
  width: 62%;
  max-width: 46.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__works-imgs {
    width: 100%;
  }
}

.p-single__works-imgs .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.p-single__works-img {
  aspect-ratio: 740/457;
  position: relative;
  overflow: hidden;
}
.p-single__works-img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-single__works-img {
    aspect-ratio: 740/740;
  }
}

.p-single__works-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.75rem;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1rem;
  line-height: 3.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__works-caption {
    font-size: 13px;
    line-height: 1.4;
    height: 5rem;
    padding: 2em 1em 1em;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  }
}

.p-single__works-slider .slick-dots {
  position: static;
  margin-top: 0.5rem;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 0.625rem;
  text-align: left;
}

.p-single__works-slider .slick-dots li {
  display: inline-block;
  width: 133px;
  height: 133px;
  border-bottom: none;
  border-left: none;
  margin-right: 0.5625rem;
  margin-left: 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-single__works-slider .slick-dots li {
    width: 5rem;
    height: 5rem;
  }
}

.p-single__works-slider .slick-dots li img {
  width: 133px;
  height: 133px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .p-single__works-slider .slick-dots li img {
    width: 5rem;
    height: 5rem;
  }
}

.p-single__works-slider .slick-dots li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.p-single__works-slider .slick-dots li.slick-active::before {
  display: none;
}

.p-single__works-box {
  margin-left: 3.125rem;
  max-width: 25.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-single__works-box {
    margin-left: 0;
    margin-top: 2.5rem;
    max-width: inherit;
  }
}

.p-single__works-box-summary {
  display: inline-block;
  background-color: #CBE000;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.3125rem 1.25rem;
  width: 100%;
}

.p-single__works-box-type {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__works-box-type {
    font-size: 0.875rem;
    margin-top: 1.375rem;
  }
}

.p-single__works-table {
  border-spacing: 0;
  margin-top: 0.625rem;
  border-bottom: 1px solid #CBE000;
}
.p-single__works-table tr {
  border-top: 1px solid #CBE000;
}

.p-single__works-table th {
  width: 32%;
  background-color: #E8F287;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-top: 1px solid #CBE000;
}
@media screen and (max-width: 767px) {
  .p-single__works-table th {
    font-size: 0.875rem;
  }
}

.p-single__works-table td {
  border-top: 1px solid #CBE000;
  padding: 1.875rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__works-table td {
    padding: 1rem;
  }
}

.p-single__mfr {
  display: inline-block;
  position: relative;
}

.p-single__mfr + .p-single__mfr {
  padding-left: 1.125rem;
}

.p-single__mfr + .p-single__mfr::before {
  content: "/";
  display: inline-block;
  position: absolute;
  top: 0.1875rem;
  left: 0.375rem;
  font-size: 0.875rem;
}

.p-single__mfr a {
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: underline;
}

.p-single__date,
.p-single__days,
.p-single__cost {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-single__date,
  .p-single__days,
  .p-single__cost {
    font-size: 0.875rem;
  }
}

.p-single__spec {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-single__spec {
    font-size: 0.875rem;
  }
}

.p-single__point {
  padding-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-single__point {
    padding-top: 1.25rem;
  }
}

.p-single__point-title-wrap {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-single__point-title {
  color: #EA5504;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.4571428571;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-single__point-title {
    font-size: 1.25rem;
  }
}

.p-single__point-title-img {
  width: 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__point-title-img {
    width: 3.75rem;
  }
}

.p-single__point-area {
  margin-top: 1.875rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-single__point-area {
    margin-top: 1.25rem;
    padding-bottom: 1.875rem;
  }
}

.p-single__point-client {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding-left: 1.125rem;
  border-left: 5px solid #EA5504;
}
@media screen and (max-width: 767px) {
  .p-single__point-client {
    font-size: 1.125rem;
  }
}

.p-single__point-items {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single__point-items {
    margin-top: 1.25rem;
  }
}

.p-single__point-item {
  background-color: #fff;
  padding: 1.5rem 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-single__point-item {
    padding: 1.25rem;
    -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-single__point-item + .p-single__point-item {
  margin-top: 1.25rem;
}

.p-single__point-item-name {
  background-color: #E8F287;
  width: 11.5rem;
  height: 6.125rem;
  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-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-single__point-item-name {
    width: 100%;
    font-size: 1rem;
    height: 3em;
  }
  .p-single__point-item-name br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-single__point-item-name {
    font-size: 0.875rem;
  }
}

.p-single__point-item-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.9444444444;
  letter-spacing: 0.1em;
  margin-left: 2.875rem;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .p-single__point-item-text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
    margin-left: 0;
    width: 100%;
    /*br{
     display: none;
    }*/
  }
}

.p-single__contents h1,
.p-single__contents h2,
.p-single__contents h3,
.p-single__contents h4,
.p-single__contents ul {
  margin-top: 1.25rem;
}

.p-single__contents h3 {
  color: #ea5506;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single__contents h3 {
    font-size: 1.25rem;
  }
}

.p-single__contents h4 {
  color: #ea5506;
  font-size: 1.1875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single__contents h4 {
    font-size: 1.0625rem;
  }
}

.p-single__contents p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-single__contents p {
    font-size: 0.875rem;
  }
}

.p-single__contents img {
  width: auto;
  display: inline-block;
  vertical-align: top;
}

.p-single__contents img.size-medium {
  max-width: 400px;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-single__contents img.size-medium {
    width: 100%;
    max-width: inherit;
  }
}

@media screen and (max-width: 767px) {
  .p-single__contents a[rel*=lightbox] {
    display: block;
    margin-top: 0.5em;
  }
}

.p-single__contents a {
  text-decoration: underline;
  line-height: 1.3;
}

.p-single__contents blockquote {
  background: #fafafa;
  border: 1px #eee solid;
  color: #5f5d59;
  margin-top: 1em;
  padding: 2em;
}
@media screen and (max-width: 767px) {
  .p-single__contents blockquote {
    padding: 1em;
  }
}

.p-single__contents blockquote *:first-child {
  margin-top: 0;
}

.p-single__contents blockquote p {
  font-size: 0.875rem;
}

.p-slider {
  line-height: 0;
  font-size: 0;
  margin-bottom: 0;
}
.p-slider .slick-dots {
  bottom: 0.875rem;
}
.p-slider .slick-dots li {
  border: 2px solid #fff;
  background-color: #CCCCCC;
  border-radius: 50%;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 15px;
}
.p-slider .slick-dots li button {
  width: 100%;
  height: 100%;
}
.p-slider .slick-dots li button::before {
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
}
.p-slider .slick-dots .slick-active {
  background-color: #EA5504;
}
.p-slider .slick-dots .slick-active button::before {
  color: transparent;
}
.p-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.p-slider .slick-prev::before,
.p-slider .slick-next::before {
  content: "";
}
.p-slider .slick-prev,
.p-slider .slick-next {
  width: 2.1875rem;
  height: 2.1875rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-slider .slick-prev,
  .p-slider .slick-next {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-slider .slick-prev {
  left: 3.25rem;
  background: url(assets/images/top/icon-arrow-prev.svg) no-repeat center/cover;
  -webkit-transition: background-image 0.5s ease;
  transition: background-image 0.5s ease;
}
.p-slider .slick-prev:hover {
  background: url(assets/images/top/icon-arrow-prev-wh.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-slider .slick-prev {
    left: 1.625rem;
  }
}
.p-slider .slick-next {
  right: 3.25rem;
  background: url(assets/images/top/icon-arrow-next.svg) no-repeat center/cover;
  -webkit-transition: background-image 0.5s ease;
  transition: background-image 0.5s ease;
}
.p-slider .slick-next:hover {
  background: url(assets/images/top/icon-arrow-next-wh.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-slider .slick-next {
    right: 1.625rem;
  }
}

.p-slider__img {
  line-height: 0;
  aspect-ratio: 1200/444;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-slider__img {
    aspect-ratio: 1/1.2;
  }
}
.p-slider__img picture,
.p-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-slider__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-slider__img::before {
    content: none;
  }
}

.slick-current.p-slider__img::before {
  opacity: 0;
}

.p-thanks {
  border-top: 1px solid #EA5504;
}

.p-thanks h3 {
  color: #EA5504;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks h3 {
    font-size: 1.25rem;
  }
}

.p-thanks p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks p {
    font-size: 1rem;
  }
}

.p-thanks__link-wrap {
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__link-wrap {
    font-size: 1rem;
  }
}

.p-thanks__link-wrap a {
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-thanks__link-wrap a {
    font-size: 1rem;
  }
}

.p-thanks .p-contact__cta {
  margin-top: 2em;
}

.p-top-about {
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    padding-top: 1.25rem;
  }
}

.p-top-about__title-wrap {
  text-align: center;
  width: 88.3333333333%;
  margin-inline: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-about__title-wrap {
    width: 100%;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-top-about__title {
  color: #EA5504;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-top-about__title {
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-about__title-main {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__title-main {
    font-size: 1.25rem;
  }
}

.p-top-about__title-sub {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.75rem 3.75rem 0;
  border-top: 1px dotted #EA5504;
}
@media screen and (max-width: 767px) {
  .p-top-about__title-sub {
    font-size: 0.875rem;
    padding: 0.75rem 0 0;
  }
}

.p-top-about__concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1.25rem;
  }
}

.p-top-about__concept-img {
  width: 29.625rem;
  margin-top: 5rem;
  padding: 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__concept-img {
    max-width: 320px;
    width: 100%;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-about__concept-contents {
  width: 52%;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__concept-contents {
    width: 100%;
    margin-top: 1.25rem;
    margin-left: 0;
  }
}

.p-top-about__concept-flag {
  width: 4.875rem;
  margin-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__concept-flag {
    width: 3.375rem;
    margin-inline: auto;
  }
}

.p-top-about__concept-title {
  color: #EA5504;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-about__concept-title {
    font-size: 1.5rem;
    text-align: center;
  }
}

.p-top-about__concept-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-about__concept-text {
    font-size: 1rem;
  }
}

.p-top-about__concept-area {
  color: #EA5504;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-about__concept-area {
    font-size: 0.875rem;
  }
}

.p-top-about__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-about__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__btn-wrap {
    text-align: center;
  }
}

.p-top-about__btn-wrap:nth-child(2) {
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__btn-wrap:nth-child(2) {
    margin-top: 1.25rem;
    margin-left: 0;
  }
}

.p-top-info {
  padding-bottom: 1.875rem;
}

.p-top-info__wrap {
  position: relative;
  z-index: 2;
}

.p-top-info__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.75rem 1fr 3.75rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__cards {
    gap: 1.875rem;
    max-width: 100%;
    overflow-x: scroll;
    padding-bottom: 1.875rem;
    padding: 0 0.625rem 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info__card {
    min-width: 17.5rem;
  }
}

.p-top-info__btn-wrap {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-info__btn-wrap {
    margin-top: 1.25rem;
  }
}

.p-top-plan {
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-plan {
    padding-bottom: 1.875rem;
  }
}

.p-top-plan__card {
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.p-top-plan__card-img {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  overflow: hidden;
  aspect-ratio: 360/250;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top-plan__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-plan__card-box {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 0 0.625rem 0.625rem 0.625rem;
  padding: 1rem 1.25rem 0.625rem 1.25rem;
  width: 91.3888888889%;
  margin-top: -1.625rem;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-plan__card-box {
    width: 95%;
  }
}

.p-top-plan__card-title-wrap {
  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;
}

.p-top-plan__card-title {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 1rem;
  position: relative;
}
.p-top-plan__card-title:after {
  content: "";
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  background: url(assets/images/top/icon-arrow-next.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-plan__card-title {
    font-size: 1.625rem;
  }
}

.p-top-plan__card-arrow {
  width: 1.875rem;
}

.p-top-plan__card-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-plan__card-main {
    margin-top: 0;
  }
}

.p-top-plan__card-plan {
  background-color: #EA5504;
  padding: 0.3125rem 0.625rem 0.4375rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-plan__card-plan {
    padding: 0.3125rem 0.375rem 0.4375rem;
    font-size: 1.125rem;
  }
}

.p-top-plan__card-plan-price {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-plan__card-plan-price {
    margin-top: -0.25rem;
  }
}

.p-top-plan__card-ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top-plan__card-ex-price {
  color: #EA5504;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-top-plan__card-ex-price {
    font-size: 2.5rem;
  }
}

.p-top-plan__card-ex-letter {
  color: #EA5504;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.1111111111;
  letter-spacing: 0.05em;
  margin-left: 0.5rem;
}

.p-top-plan__card-ex-letter em {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  margin-top: -0.25rem;
  margin-left: -0.4375rem;
}

.p-top-plan__card-taxin {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.4285714286;
  letter-spacing: 0;
  margin-top: -0.75rem;
}

.p-top-plan__card:hover {
  opacity: 1;
}

.p-top-plan__card:hover .p-top-plan__card-img {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-top-plan__card:hover .p-top-plan__card-img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  }
}

.p-top-plan__card:hover .p-top-plan__card-box {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-top-plan__card:hover .p-top-plan__card-box {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  }
}

.p-top-showroom__main {
  position: relative;
}

.p-top-showroom__img {
  max-width: 1800px;
  margin-inline: auto;
}

.p-top-showroom__container {
  position: absolute;
  top: 54%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-showroom__container {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    overflow: hidden;
  }
}

.p-top-showroom__box {
  background-color: rgba(255, 113, 0, 0.84);
  width: 34rem;
  padding: 6.25rem 2.5rem 2.625rem 4.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-showroom__box {
    background-color: rgba(234, 85, 4, 0.9);
    width: calc(100% - (50% - 50vw + 50% - 50vw));
    padding: 2.5rem 1.25rem;
    margin-left: calc(50% - 50vw);
  }
}

.p-top-showroom__text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.3888888889;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-showroom__text {
    font-size: 1rem;
  }
}

.p-top-showroom__btn-wrap {
  text-align: center;
}

.p-top-voice {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-voice {
    padding-bottom: 1.875rem;
  }
}

.p-top-voice__box {
  position: relative;
}
.p-top-voice__box:after {
  content: "";
  display: block;
  width: calc(100% - 2rem);
  height: 3em;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
  background: linear-gradient(to top, #ffffff, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-voice__box:after {
    width: calc(100% - 1rem);
    height: 2em;
  }
}

.p-top-voice__title {
  color: #EA5504;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-voice__title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}

.p-top-voice__title-img {
  width: 3.71875rem;
  padding-bottom: 0.375rem;
  margin-inline: auto;
}

.p-top-voice__google {
  margin-right: 0.1em;
}

.p-top-voice__google span:nth-child(3n+1) {
  color: #4676E8;
}

.p-top-voice__google span:nth-child(4n+2) {
  color: #DA4F3F;
}

.p-top-voice__google span:nth-child(3) {
  color: #F7B70B;
}

.p-top-voice__google span:nth-child(5) {
  color: #58A55D;
}

.p-top-voice__link {
  color: #EA5504;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-voice__link {
    font-size: 0.875rem;
    margin-top: 0.625rem;
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .p-top-voice__link {
    padding-left: 0;
  }
}

.p-top-voice__lists {
  max-height: 12.5rem;
  overflow-y: scroll;
}
.p-top-voice__lists li:last-of-type {
  margin-bottom: 2em;
}

.p-top-voice__btn-wrap {
  text-align: center;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-voice__btn-wrap {
    margin-top: 1.25rem;
  }
}

.p-top-works {
  padding-top: 2.75rem;
  padding-bottom: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top-works {
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
  }
}

.p-top-works__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.75rem 1fr 3.75rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
  margin-top: 2.75rem;
  padding-bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__cards {
    -ms-grid-columns: 1fr 1.875rem 1fr 1.875rem 1fr 1.875rem 1fr 1.875rem 1fr 1.875rem 1fr;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.875rem;
    max-width: 100%;
    overflow-x: scroll;
    padding-bottom: 1.875rem;
    padding: 0 0.625rem 1.875rem;
    margin-top: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-works__card {
    min-width: 17.5rem;
  }
}

.p-top-works__btn-wrap {
  text-align: center;
}

.p-warranty__message {
  margin-top: 2.5rem;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-warranty__message {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.p-warranty__message-text {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-warranty__message-text {
    text-align: left;
  }
}

.p-warranty__message-img {
  aspect-ratio: 300/240;
  width: 30%;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-warranty__message-img {
    width: 100%;
  }
}
.p-warranty__message-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-warranty__message-wrap + .p-warranty__message-wrap {
  margin-top: 2.5rem;
}

.p-warranty__service {
  padding: 5rem 0 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-warranty__service {
    padding: 2.5rem 0;
  }
}

.p-warranty__service-items {
  border-left: 2px solid #EA5504;
  border-right: 2px solid #EA5504;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-warranty__service-items {
    border-left: none;
    border-right: none;
    border-top: 1px solid #EA5504;
    border-bottom: 1px solid #EA5504;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-warranty__service-items::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background-color: #EA5504;
}
@media screen and (max-width: 767px) {
  .p-warranty__service-items::before {
    display: none;
  }
}

.p-warranty__service-item {
  padding: 2.5rem;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-warranty__service-item {
    max-width: 31.25rem;
    width: 100%;
    margin-inline: auto;
    padding: 1.875rem 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-warranty__service-item:nth-child(2) {
    border-top: 2px solid #EA5504;
  }
}

.p-warranty__service-img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 20.625rem;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
}

.p-warranty__service-title {
  color: #EA5504;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-warranty__service-title {
    font-size: 1.25rem;
  }
}

.p-warranty__service-title img {
  width: 2.5rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-warranty__service-title img {
    width: 1.875rem;
  }
}

.p-warranty__service-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-warranty__service-text {
    font-size: 0.875rem;
  }
}

.p-works__message-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-works__message-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-works__message-img {
    width: 60%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-works__message-img {
    width: 80%;
  }
}

.p-works__message-contents {
  width: 112%;
}

@media screen and (max-width: 767px) {
  .p-works__search-area {
    margin-top: 2.5rem;
  }
}

.p-works__search-title {
  color: #EA5504;
  border: none;
}

.p-works__search-box {
  margin-top: 0.875rem;
  background-color: #E8F287;
  padding: 2.5625rem 3.375rem 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-works__search-box {
    padding: 1.875rem 1.25rem;
  }
}

.p-works__search-box h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 5.625rem;
  white-space: nowrap;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-works__search-box h4 {
    font-size: 0.875rem;
  }
}

.p-works__search-box ul li:nth-child(1),
.p-works__search-box ul li:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .p-works__search-box ul li:nth-child(1),
  .p-works__search-box ul li:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-works__search-box ul li:nth-child(1) {
  padding-bottom: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-works__search-box ul li:nth-child(1) {
    padding-bottom: 1.25rem;
  }
}

.p-works__search-box ul li:nth-child(2) {
  padding-top: 1.625rem;
  border-top: 2px dashed var(--unnamed-color-ffffff);
  border-top: 2px dashed #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-works__search-box ul li:nth-child(2) {
    padding-top: 1.25rem;
  }
}

.p-works__search-box ul li:nth-child(1) ul,
.p-works__search-box ul li:nth-child(2) ul {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 0.875rem;
  margin-left: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-works__search-box ul li:nth-child(1) ul,
  .p-works__search-box ul li:nth-child(2) ul {
    font-size: 0.875rem;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    row-gap: 0.5em;
  }
}
@media screen and (max-width: 600px) {
  .p-works__search-box ul li:nth-child(1) ul,
  .p-works__search-box ul li:nth-child(2) ul {
    font-size: 0.8125rem;
    margin-top: 1rem;
    margin-left: 0;
  }
}

.p-works__search-box ul li:nth-child(1) .cat-item,
.p-works__search-box ul li:nth-child(2) .cat-item {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.p-works__search-box .cat-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-works__search-box input[type=checkbox] {
  width: 0.9375rem;
  height: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .searchandfilter > div > ul > li:nth-child(3) {
    width: 100%;
    text-align: center;
  }
}

.p-works__search-box input[type=submit],
.p-works__search-box input[type=reset] {
  background-color: #fff;
  border: none;
  width: 8.0625rem;
  height: 2.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2.75rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-works__search-box input[type=submit],
  .p-works__search-box input[type=reset] {
    font-size: 0.875rem;
    height: 2.375rem;
    line-height: 2.375rem;
    margin-top: 1.5625rem;
  }
}

.p-works__search-box input[type=reset] {
  margin-left: 1rem;
}

.p-works__search-box input[type=submit]:hover,
.p-works__search-box input[type=reset]:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-works__search-box input[type=submit]:hover,
  .p-works__search-box input[type=reset]:hover {
    opacity: 1;
  }
}

.p-works__list {
  padding-bottom: 7.125rem;
}
@media screen and (max-width: 767px) {
  .p-works__list {
    padding-bottom: 3.125rem;
  }
}

.p-works__notes {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 3em 0;
  background: #f5f5f5;
  margin-top: 3em;
}

.u-bg-block {
  background: url(assets/images/common/bg-block.jpg) repeat center/contain;
  background-size: 1050px;
}
@media screen and (max-width: 767px) {
  .u-bg-block {
    background-size: 550px;
  }
}

.u-bg-stripe-gr {
  background: url(assets/images/common/bg-stripe-gr.png) repeat center/14%;
}

.u-bg-stripe {
  background: url(assets/images/common/bg-stripe.png) repeat center/14%;
}

.u-bg-water {
  background: url(assets/images/common/bg-water.jpg) no-repeat center top 200px/cover;
}
@media (max-width: 1280px) {
  .u-bg-water {
    background-position: center top 14vw;
  }
}
@media screen and (max-width: 767px) {
  .u-bg-water {
    background-position: right -360px top 80px;
  }
}

/*.u-bg-water::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba($color: #fff, $alpha: 0.4);
  z-index: 2;
}*/
.u-bg-wood {
  background: url(assets/images/common/bg-wood.png) no-repeat center/cover;
}

.u-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.75rem 1fr 3.75rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .u-cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    max-width: 31.25rem;
    margin-inline: auto;
  }
}

.u-cards--pl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .u-cards--pl {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    max-width: 31.25rem;
    margin-inline: auto;
  }
}

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

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: auto;
    max-width: 31.25rem;
  }
}

.u-flex--sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .u-flex--sb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: auto;
    max-width: 31.25rem;
  }
}

.u-flex--cr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .u-flex--cr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-inline: auto;
    max-width: 31.25rem;
  }
}

.u-flex--fs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .u-flex--fs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: auto;
    max-width: 31.25rem;
  }
}

.u-mobile--sm {
  display: none;
}
@media screen and (max-width: 600px) {
  .u-mobile--sm {
    display: block;
  }
}

/*----------------------------
改行クラス
使い方：
PCのみの改行は、<span class="u-point-br--pc"></span>
TAB未満の改行は、<span class="u-point-br--tab"></span>
SP未満の改行は、<span class="u-point-br--sp"></span>
600未満だけ改行しないは、<span class="u-point-br--sm"></span>
------------------------------*/
.u-point-br--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-point-br--sp {
    display: block;
  }
}
.u-point-br--tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-point-br--tab {
    display: block;
  }
}
.u-point-br--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-point-br--pc {
    display: none;
  }
}
.u-point-br--sm {
  display: block;
}
@media screen and (max-width: 600px) {
  .u-point-br--sm {
    display: none;
  }
}

.u-sec-mar {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .u-sec-mar {
    margin-top: 1.875rem;
  }
}

.u-sec-mar20 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .u-sec-mar20 {
    margin-top: 0.625rem;
  }
}

.u-sec-mar40 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .u-sec-mar40 {
    margin-top: 1.25rem;
  }
}

.u-sec-pad {
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .u-sec-pad {
    padding-top: 1.875rem;
  }
}

.u-sec-pad20 {
  padding-top: 1.25rem;
}

.u-sec-pad30 {
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .u-sec-pad30 {
    padding-top: 1.25rem;
  }
}

.u-sec-pad40 {
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .u-sec-pad40 {
    padding-top: 1.25rem;
  }
}

.u-sec-pad50 {
  padding-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .u-sec-pad50 {
    padding-top: 1.875rem;
  }
}

.u-sec-pad60 {
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .u-sec-pad60 {
    padding-top: 1.875rem;
  }
}

.u-sec-pad70 {
  padding-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .u-sec-pad70 {
    padding-top: 2.5rem;
  }
}

.u-sec-pad80 {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .u-sec-pad80 {
    padding-top: 2.5rem;
  }
}

.u-sec-pad100 {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .u-sec-pad100 {
    padding-top: 3.125rem;
  }
}

.u-sec-pad--b60 {
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .u-sec-pad--b60 {
    padding-bottom: 1.875rem;
  }
}

.u-sec-pad--b80 {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .u-sec-pad--b80 {
    padding-bottom: 2.5rem;
  }
}

.u-tell {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .u-tell {
    pointer-events: auto;
  }
}
/*# sourceMappingURL=style.css.map */