@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 100%;
  }
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
body {
  font-family: "Shippori Mincho", serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 3.3125;
  letter-spacing: 0.1em;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 21px;
    font-weight: 600;
    line-height: 2.5238095238;
    letter-spacing: 0.1em;
  }
}

.l-main {
  max-width: 2000px;
  width: 100%;
  margin-inline: auto;
}

/*****************************
* 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,
p,
figure,
blockquote,
dl,
dd,
ul,
li,
ol {
  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]) {
  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: transparent;
  background-color: initial;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
}

/* 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;
  }
}
.l-cta {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding-top: 6.25rem;
    padding-bottom: 3.75rem;
  }
}

.l-faq {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-faq {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.l-feature {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-feature {
    padding-top: 3.75rem;
    padding-bottom: 6.25rem;
  }
}

.l-footer {
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
  }
}

.l-gallery {
  padding-top: 0rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-gallery {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.l-info-1 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-info-1 {
    padding-top: 8.125rem;
    padding-bottom: 7.6875rem;
  }
}

.l-info-2 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-info-2 {
    padding-top: 2.5rem;
    padding-bottom: 4.0625rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-inner-s {
  width: 100%;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-inner-s {
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-problem {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-problem {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.l-products {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-products {
    padding-top: 4.375rem;
    padding-bottom: 3.75rem;
  }
}

.l-profile {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-profile {
    padding-top: 3.75rem;
    padding-bottom: 6.25rem;
  }
}

.l-service {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-service {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.l-voice {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-voice {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.c-btn {
  display: inline-block;
  text-box: trim-both cap alphabetic;
  background-color: #fff;
  min-width: 10.9375rem;
  padding: 0.8125rem 0.625rem;
  border: #972429 1px solid;
  border-radius: 9999px;
  text-align: center;
  white-space: nowrap;
  font-size: 1.125rem;
  color: #972429;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 1.6875rem;
    min-width: 13.75rem;
  }
}

.c-btn:hover {
  background-color: #972429;
  color: #fff;
}

.c-card {
  display: block;
  border: 1px solid #96a6b8;
  padding: 1.875rem 1.875rem 2.125rem 1.875rem;
  background-color: #fff;
}

.c-card__img img {
  aspect-ratio: 320/240;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.c-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.4375rem;
}

.c-card__category {
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #2878aa;
  padding-right: 0.9375rem;
  position: relative;
}

.c-card__category::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.875rem;
  background-color: #96A6B8;
  display: inline-block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-card__time {
  margin-left: 0.9375rem;
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #14283c;
}

.c-card__lead {
  padding-top: 0.375rem;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #14283c;
  aspect-ratio: 1000/460;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.c-madia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .c-madia {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-madia__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-madia__img {
    width: 50%;
  }
}

.c-madia__img img {
  aspect-ratio: 607/445;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.c-madia__textblock {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-madia__textblock {
    width: 50%;
  }
}

.c-madia__head {
  font-size: 1.5625rem;
  color: #972429;
}

.c-madia__lead {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.9047619048;
}
@media screen and (min-width: 768px) {
  .c-madia__lead {
    font-size: 1.3125rem;
    line-height: 1.9047619048;
  }
}

.c-madia__img.c-madia__img-2 {
  display: grid;
  gap: 1.0625rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-madia__img-wrap {
  text-align: center;
}

.c-madia__img-head {
  font-size: 1.3125rem;
}

.c-madia__img.c-madia__img-2 img {
  aspect-ratio: 181/508;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}

.c-section-title {
  font-size: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 2.0625rem;
  }
}

.c-section-title__line {
  margin: 0 1.25rem;
}

.c-section-title.c-section-title--color {
  color: #972429;
}

.c-to-top__btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  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;
  cursor: pointer;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.c-to-top__btn.is-show {
  opacity: 1;
  visibility: visible;
}

.c-to-top__btn:hover {
  opacity: 0.7;
}

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

.p-cta__contents {
  padding: 1.25rem 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  border: 5px solid #972429;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-cta__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.25rem 0.9375rem;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

.p-cta__contents + .p-cta__contents {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-cta__contents + .p-cta__contents {
    margin-top: 0;
  }
}

.p-cta__img {
  width: 30%;
}

.p-cta__img.p-cta__img-1 img {
  width: 80%;
}

.p-cta__img.p-cta__img-2 {
  margin-top: 1.875rem;
}

.p-cta__img.p-cta__img-2 img {
  width: 92%;
}
@media screen and (min-width: 768px) {
  .p-cta__img.p-cta__img-2 img {
    width: 100%;
  }
}

.p-cta__textblock {
  text-align: left;
  width: 70%;
  padding-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-cta__textblock {
    text-align: center;
    padding-bottom: 2.8125rem;
    margin-top: auto;
  }
}

.p-cta__head {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-cta__head {
    font-size: 1.5rem;
  }
}

.p-cta__lead {
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-cta__lead {
    font-size: clamp(22px, 2.8vw, 38px);
  }
}

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

.p-cta__btn {
  margin-top: 2.5rem;
}

.p-cta__btn.p-cta__btn-2 {
  margin-top: 1.25rem;
}

.p-cta__lead-font {
  font-family: serif;
}

.p-faq__inner {
  background-color: #fcf6e9;
}

.p-faq__title {
  text-align: center;
}

.p-faq__wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-faq__wrap {
    max-width: 50rem;
    margin-inline: auto;
  }
}

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

.p-faq__head {
  font-size: 1.25rem;
  color: #972429;
  position: relative;
  padding: 0 0 0 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-faq__head {
    font-size: 1.5rem;
    padding: 0 0 0 3.125rem;
  }
}

.p-faq__head::before {
  position: absolute;
  content: "Q：";
  display: inline-block;
  left: 0;
  font-size: 1.25rem;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .p-faq__head::before {
    font-size: 1.5625rem;
  }
}

.p-faq__lead {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  padding: 0 0 0 2.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq__lead {
    margin-top: 1.125rem;
    font-size: 1.25rem;
    padding: 0 0 0 3.125rem;
  }
}

.p-faq__lead::before {
  position: absolute;
  content: "A：";
  display: inline-block;
  font-size: 1.125rem;
  letter-spacing: 0.25em;
  margin-right: 0.25rem;
  margin-left: 0.125rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-faq__lead::before {
    font-size: 1.25rem;
    margin-left: 0.3125rem;
  }
}

.p-feature__inner {
  background-color: #fcf6e9;
}

.p-feature__title {
  text-align: center;
}

.p-feature__contents {
  margin-top: 2.5rem;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(1, 1fr);
  max-width: 25rem;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-feature__contents {
    max-width: 50rem;
    margin-top: 4.1875rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-feature__wrap {
  border-radius: 100vmax;
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
  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;
  background: #fff;
}

.p-feature__head {
  font-size: 1.5rem;
  color: #972429;
  text-align: center;
}

.p-feature__lead {
  font-size: 0.9375rem;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-feature__lead {
    margin-top: 0;
    font-size: 1.25rem;
  }
}

.p-footer {
  background-color: #972429;
}

.p-footer__contents {
  text-align: center;
}

.p-footer__textblock {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-footer__textblock {
    font-size: 1.125rem;
  }
}

.p-footer__links-wrap a:hover {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  text-decoration: underline;
}

.p-footer__link {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-footer__link {
    margin-left: 1.5625rem;
  }
}

.p-footer__sns-btn {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.p-footer__sns-1,
.p-footer__sns-2 {
  max-width: 4.375rem;
  padding: 0.9375rem;
  width: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.p-footer__sns-1:hover,
.p-footer__sns-2:hover {
  cursor: pointer;
  opacity: 0.7;
}

.p-footer__sns-1 img {
  aspect-ratio: 1/1;
  width: 86%;
  height: auto;
}

.p-footer__sns-2 img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}

.fv {
  max-width: 78.125rem;
  width: 100%;
  margin-inline: auto;
  position: relative;
}

.fv__img {
  width: 100%;
  height: auto;
}

.fv__contents {
  position: absolute;
  top: 42%;
  right: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  text-align: end;
}
@media screen and (min-width: 768px) {
  .fv__contents {
    text-align: center;
    top: 50%;
    right: 8%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.fv__title {
  font-size: 2.1875rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .fv__title {
    font-size: 4.0625rem;
  }
}

.fv__head,
.fv__lead {
  font-size: 1rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .fv__head,
  .fv__lead {
    font-size: 1.6875rem;
  }
}

.fv__links {
  margin-top: 1.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: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .fv__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-gallery__contents {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-gallery__contents {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-gallery__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.p-service__contents {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__contents {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-service__wrap-head {
  width: 100%;
  height: auto;
  background-color: #f5e3d6;
  border-radius: 30px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-service__wrap-head {
    aspect-ratio: 590/390;
  }
}

.p-service__wrap {
  display: grid;
  gap: 1rem;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem;
  border: 10px solid #f5e3d6;
  border-radius: 30px 30px 30px 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-service__wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 590/390;
  }
}

.p-service__title {
  text-align: center;
  color: #972429;
  font-size: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-service__title {
    font-size: 2.0625rem;
  }
}

.p-service__title-lead {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-service__title-lead {
    margin-top: 2.8125rem;
    font-size: 1.3125rem;
  }
}

.p-service__img.p-service__img-1 {
  width: 75%;
  aspect-ratio: 438/586;
}
@media screen and (min-width: 768px) {
  .p-service__img.p-service__img-1 {
    width: 85%;
  }
}

.p-service__img.p-service__img-1 img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}

.p-service__img.p-service__img-2 {
  width: 75%;
}
@media screen and (min-width: 768px) {
  .p-service__img.p-service__img-2 {
    width: 85%;
  }
}

.p-service__img.p-service__img-2 img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}

.p-service__img.p-service__img-3 {
  width: 85%;
}

.p-service__img.p-service__img-3 img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}

.p-service__lead {
  font-size: 1.125rem;
}

.p-problem__title {
  text-align: center;
}

.p-problem__title.p-problem__title-2 {
  margin-top: 2.5rem;
}

.p-problem__title-color {
  color: #972429;
}

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

.p-problem__img img {
  aspect-ratio: 3110/2320;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.p-products__inner {
  background-color: #fcf6e9;
  text-align: center;
}

.p-products__head {
  margin-top: 1.5625rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-products__head {
    text-align: center;
  }
}

.p-products__wrap {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-products__wrap {
    max-width: 60.625rem;
    gap: 2.5rem;
  }
}

.p-products__img img {
  aspect-ratio: 217/593;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}

.p-profile__inner {
  background-color: #fcf6e9;
}

.p-profile__title {
  text-align: center;
}

.p-profile__wrap {
  margin-top: 3.125rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-profile__wrap {
    gap: 6.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 50rem;
  }
}

.p-profile__contents {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-profile__contents {
    width: 50%;
  }
}

.p-profile__contents + .p-profile__contents {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-profile__contents + .p-profile__contents {
    margin-top: 0;
  }
}

.p-profile__img {
  width: 100%;
}
.p-profile__img img {
  aspect-ratio: 350/255;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.p-profile__textblock {
  width: 100%;
}
.p-profile__head {
  margin-top: 0.625rem;
  font-size: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-profile__head {
    font-size: 2.0625rem;
    margin-top: 1.875rem;
  }
}

.p-profile__lead {
  margin-top: 0.625rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-profile__lead {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.p-voice__title {
  text-align: center;
}

.p-voice__wrap {
  margin-top: 2.5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-voice__wrap {
    max-width: 50rem;
    margin-top: 3.75rem;
  }
}

.p-voice__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-voice__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-voice__contents:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-voice__contents + .p-voice__contents {
  margin-top: 5rem;
}

.p-voice__img {
  width: 100%;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .p-voice__img {
    width: 50%;
  }
}

.p-voice__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 50px;
}

.p-voice__textblock {
  margin-top: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-voice__textblock {
    width: 50%;
    padding: 0 1.875rem;
  }
}

.p-voice__head {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-voice__head {
    font-size: 1.5rem;
  }
}

.p-voice__lead {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-voice__lead {
    font-size: 1.3125rem;
  }
}

.color-on {
  color: #972429;
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

.is-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .is-pc {
    display: inline-block;
  }
}
/*# sourceMappingURL=styles.css.map */
