@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
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;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */

a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-404 {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-about-management {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-about-mission {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-about-value {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-about-vision {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-breadcrumb {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.l-company-business {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-company-overview {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-company-profile {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-hero-caption {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
  max-width: 36.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 100%;
}

.p-drawer__inner.l-inner {
  padding-inline: 25px;
  padding-inline: 1.5625rem;
}
.l-md-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
  max-width: 36.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 100%;
}

.l-message-life {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-message-profile {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-message {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-page-head {
  height: 450px;
  height: 28.125rem;
  width: 100%;
}

.l-post-list {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-section {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-single {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-store-body {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-store-list {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-sub-mv {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.l-top-about {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-top-company {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}

.l-top-contact {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}

.l-top-message {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}

.l-top-mv {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.l-top-news {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-top-store {
  margin-top: 80px;
  margin-top: 5rem;
}

.c-any {
  background-color: #fff;
  border: 1px solid #757575;
  border-radius: 6.25rem;
  color: #757575;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  letter-spacing: 0.02em;
  line-height: 1.75;
  padding: 0 6px;
  padding: 0 0.375rem;
}

.c-button {
  background-color: #fff;
  border: 1px solid #000;
  display: block;
  overflow: hidden;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  position: relative;
  text-align: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.c-button:before {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  width: 100%;
}

.c-button__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.c-button__text::after {
  -webkit-mask-image: url(../images/common/arrow_right.svg);
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #000;
  content: "";
  display: block;
  height: 10px;
  height: 0.625rem;
          mask-image: url(../images/common/arrow_right.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: cover;
  width: 10px;
  width: 0.625rem;
}

/* フォーカスされている要素を明確に示すスタイル */
.c-button:focus-visible {
  opacity: 1;
}

.c-button:focus-visible::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.c-button:focus-visible .c-button__text {
  color: #fff;
}

.c-button:focus-visible .c-button__text::after {
  background-color: #fff;
}

/* マウスホバー時に適用するスタイル */
.c-menu-button {
  aspect-ratio: 1/1;
  background-color: #2C2A2A;
  height: auto;
  position: relative;
  width: 60px;
  width: 3.75rem;
}

.c-menu-button span {
  background-color: transparent;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 26px;
  width: 1.625rem;
}

.c-menu-button span:before,
.c-menu-button span::after {
  background-color: #ffffff;
  border-radius: 100vw;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.c-menu-button span::before {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

.c-menu-button span::after {
  -webkit-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
}

/* ドロワーメニュー展開時 */
.c-menu-button[aria-expanded=true] span {
  background-color: transparent;
}

.c-menu-button[aria-expanded=true] span::before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.c-menu-button[aria-expanded=true] span::after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.c-no-image {
  max-width: 80px;
  max-width: 5rem;
  width: 100%;
}

.c-no-image img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.c-no-post {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

.c-require {
  background-color: #ff1616;
  border-radius: 0.3125rem;
  color: #fff;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
}

.c-scroll {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 5px;
  gap: 0.3125rem;
  line-height: 1;
  position: relative;
}

.c-scroll::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 43px;
  height: 2.6875rem;
  width: 1px;
}

.c-scroll::after {
  -webkit-animation: scrollDownSp 3s ease-in-out infinite;
          animation: scrollDownSp 3s ease-in-out infinite;
  aspect-ratio: 1/1;
  background-color: #2f4aa1;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: auto;
  position: absolute;
  -webkit-transform: translateY(-2.6875rem);
          transform: translateY(-2.6875rem);
  width: 4px;
  width: 0.25rem;
}

@-webkit-keyframes scrollDownSp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-2.6875rem);
            transform: translateY(-2.6875rem);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scrollDownSp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-2.6875rem);
            transform: translateY(-2.6875rem);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scrollDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-5.375rem);
            transform: translateY(-5.375rem);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scrollDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-5.375rem);
            transform: translateY(-5.375rem);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-section-heading {
  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;
  position: relative;
}

.c-section-heading::before {
  background-image: url(../images/common/icon_bg_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 53px;
  height: 3.3125rem;
  left: -25px;
  left: -1.5625rem;
  position: absolute;
  top: -25px;
  top: -1.5625rem;
  width: 53px;
  width: 3.3125rem;
  z-index: -1;
}

.c-section-heading__ja {
  margin-top: -5px;
  margin-top: -0.3125rem;
}
.c-section-heading__ja span {
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
}

.c-section-heading__en span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: max(48px, 10px);
  font-size: max(3rem, 10px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.c-sub-section-heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.c-sub-section-heading::before {
  background-image: url(../images/common/icon_bg_pink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  height: 3.125rem;
  left: -20px;
  left: -1.25rem;
  position: absolute;
  top: -15px;
  top: -0.9375rem;
  width: 49px;
  width: 3.0625rem;
  z-index: -1;
}

.c-sub-section-heading__ja {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
}

.c-sub-section-heading__en {
  font-family: "Roboto", sans-serif;
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.c-tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #31b0cb;
  border: 1px solid #31b0cb;
  color: #fff;
  display: inline-grid;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  gap: 30px;
  gap: 1.875rem;
  grid-template-columns: 1fr auto 1fr;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.c-tag::before {
  content: "";
}

.c-tag::after {
  -webkit-mask-image: url(../images/common/arrow_right.svg);
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  height: 8px;
  height: 0.5rem;
          mask-image: url(../images/common/arrow_right.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: cover;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 8px;
  width: 0.5rem;
}

.c-tag:focus-visible {
  background-color: #fff;
  color: #31b0cb;
}

.c-tag:focus-visible::after {
  background-color: #31b0cb;
}
.p-404 {
  padding: 100px 0;
  padding: 6.25rem 0;
}

.p-404__heading {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  text-align: center;
}

.p-404__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 224px;
  max-width: 14rem;
  width: 100%;
}

.p-about-management {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.p-about-management__text-block {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-about-management__sub-heading {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
}

.p-about-management__text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-about-management__image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 100%;
}

.p-about-management__image img {
  -o-object-fit: cover;
  aspect-ratio: 1072/500;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-about-mission__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-about-mission__text-block {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-about-mission__sub-heading {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.2em;
}

.p-about-mission__text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-about-mission__image {
  width: 100%;
}

.p-about-mission__image img {
  -o-object-fit: cover;
  aspect-ratio: 344/343;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-about-value__text-block {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-about-value__sub-heading {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
}

.p-about-value__sub-title {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-about-value__text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-about-value__organization {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-about-value__organization-heading {
  border-bottom: 1px solid #eee;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}

.p-about-value__organization-list {
  grid-gap: 1.875rem;
  display: grid;
  gap: 30px;
  gap: 1.875rem;
  grid-template-columns: 1fr;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-about-vision__content {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-about-vision__panel {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-breadcrumb {
  padding-top: 12px;
  padding-top: 0.75rem;
}

.p-breadcrumb__between {
  color: inherit;
  display: inline-block;
  margin-left: 2px;
  margin-left: 0.125rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.p-breadcrumb span[property=itemListElement]:nth-child(1) {
  color: #000;
  display: inline-block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  position: relative;
}

.p-breadcrumb span[property=itemListElement]:nth-child(n+2) {
  color: inherit;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
}

.p-breadcrumb a {
  position: relative;
}

.p-breadcrumb a::after {
  background-color: currentColor;
  bottom: 2px;
  bottom: 0.125rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
}

/* フォーカスされている要素を明確に示 */
.p-breadcrumb a:focus-visible {
  color: inherit;
  opacity: 1;
}

.p-breadcrumb .home:focus-visible {
  color: #000;
}

.p-breadcrumb a:focus-visible::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* 入力デバイスのいずれかにhoverに対応している入力デバイスが含まれる場合に適用 */
.p-card {
  background-color: #fff;
  border: 1px solid #555555;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
}

.p-card__link {
  grid-row-gap: 0;
  display: grid;
  grid-row: span 2;
  padding: 19px 16px 15px;
  padding: 1.1875rem 1rem 0.9375rem;
  row-gap: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.p-card__no-image,
.p-card__image {
  grid-row: 1/2;
  overflow: hidden;
}
.p-card__no-image img,
.p-card__image img {
  -o-object-fit: cover;
  aspect-ratio: 348/216;
  height: auto;
     object-fit: cover;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
  width: 100%;
}
.p-card__no-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-card__text-block {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.p-card__category span {
  background-color: #000;
  color: #fff;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  padding: 1px 3px;
  padding: 0.0625rem 0.1875rem;
}

.p-card__heading {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  margin-top: 5px;
  margin-top: 0.3125rem;
  min-height: 48px;
  min-height: 3rem;
  overflow: hidden;
}
.p-card__date {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
}

.p-card__link:focus-visible {
  opacity: 0.8;
}

.p-card__link:focus-visible .p-card__no-image img,
.p-card__link:focus-visible .p-card__image img {
  scale: 1.1;
}
.p-cards {
  grid-gap: 1.5625rem;
  display: grid;
  gap: 25px;
  gap: 1.5625rem;
  grid-template-columns: 1fr;
}

.p-catch-block__heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.p-catch-block__heading-en {
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

.p-catch-block__heading-ja {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.2em;
}

.p-catch-block__text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-company-business__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  text-align: center;
}

.p-company-business__heading {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
}

.p-company-business__text {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  text-align: left;
}

.p-company-overview {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.p-company-overview__heading {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-company-overview__table {
  border-collapse: collapse;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  width: 100%;
}

.p-company-overview__row {
  border-bottom: 1px solid #e5e5e5;
}

.p-company-overview__row:first-child {
  border-top: 1px solid #e5e5e5;
}

.p-company-overview__head {
  background: #7a7a7a;
  color: #fff;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}

.p-company-overview__data {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem;
}

.p-company-overview__data-link {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  display: inline-block;
  text-decoration: underline;
}

.p-company-profile__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  text-align: center;
}

.p-company-profile__heading {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
}

.p-company-profile__text {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  text-align: left;
}

.p-company-profile__text span {
  display: inline-block;
}

.p-contact-confirm {
  padding: 50px 0;
  padding: 3.125rem 0;
}

.p-contact-confirm__inner {
  margin: 0 auto;
  max-width: 800px;
  max-width: 50rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-contact-confirm__heading {
  text-align: center;
}

.p-contact-confirm__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-contact-form {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.p-contact-form__lead {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-contact-thanks {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.p-contact-thanks__text-block {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-contact-thanks__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.p-contact-thanks__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-top: 2.1875rem;
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
}

/* （the_content()で出力したものへのスタイル） */
.p-content h2 {
  background-color: #fafafa;
  border-left: 10px solid #000;
  border-left: 0.625rem solid #000;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  padding: 5px 0 5px 17px;
  padding: 0.3125rem 0 0.3125rem 1.0625rem;
}

.p-content h3 {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
}

.p-content h4 {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
}

.p-content h2:nth-of-type(1) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-content h2:nth-of-type(n + 2) {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-content figure:nth-child(n+2) {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.wp-block-file,
.p-content .wp-block-list,
.p-content p:nth-child(n+2),
.p-content h3:nth-child(n+2),
.p-content h4:nth-child(n+2),
.p-content h2 + ul:nth-of-type(n + 2),
.p-content h2 + ol:nth-of-type(n + 2),
.p-content ol > li > ol:nth-of-type(n + 2),
.p-content figure {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  margin-top: 22px;
  margin-top: 1.375rem;
  max-width: 100%;
}

.p-content img {
  width: auto;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  margin-left: auto;
}

.p-content > ol {
  counter-reset: number 0;
}

.p-content > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li:nth-child(n+10) {
  text-indent: -24px;
  text-indent: -1.5rem;
}

.p-content > ol > li::before {
  content: counter(number) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li::before {
  content: counter(number, lower-alpha) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li > ol > li {
  padding-left: 22px;
  padding-left: 1.375rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(1) {
  text-indent: -12px;
  text-indent: -0.75rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(2) {
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(n+3) {
  text-indent: -20px;
  text-indent: -1.25rem;
}

.p-content > ol > li > ol > li > ol > li::before {
  content: counter(number, lower-roman) ". ";
  counter-increment: number 1;
}

.p-content ul > li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-content ul > li::before {
  content: "・";
}

.p-content ul > li ol {
  counter-reset: number 0;
}

.p-content ul > li ol > li {
  padding-left: 2em;
  text-indent: -2em;
}

.p-content ul > li ol > li::before {
  content: "(" counter(number) ") ";
  counter-increment: number 1;
}

.p-content th {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: left;
}

.p-content td {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

.p-content tr:nth-child(odd) th,
.p-content tr:nth-child(odd) td {
  background-color: #f9f9fb;
}

.p-content tr:nth-child(even) th,
.p-content tr:nth-child(even) td {
  background-color: #e5e8ed;
}

.p-content .wp-block-table thead {
  border-bottom: none;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  float: none;
  margin-left: auto;
}

.p-content a {
  word-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-content .wp-block-group {
  background-color: #f7f8f8;
  border-radius: 1rem;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 300;
  line-height: 2;
  padding: 24px;
  padding: 1.5rem;
}

.p-content cite {
  font-style: normal;
}

.wp-block-file:not(.wp-element-button) a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
}

.wp-block-file:not(.wp-element-button) a::before {
  aspect-ratio: 1/1;
  background: url(../images/common/icon_pdf.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  width: 24px;
  width: 1.5rem;
}

.p-drawer {
  background-color: white;
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 100px 0 80px;
  padding: 6.25rem 0 5rem;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 100;
}

.p-drawer[aria-hidden=false] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-drawer__nav-item:first-child {
  border-top: 1px solid rgba(46, 46, 46, 0.5);
}

.p-drawer__nav-item {
  border-bottom: 1px solid rgba(46, 46, 46, 0.5);
}

.p-drawer__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  padding: 15px;
  padding: 0.9375rem;
  font-size: 18px;
  font-size: 1.125rem;
}

/* フォーカスされている要素を明確に示 */
/* 入力デバイスのいずれかにhoverに対応している入力デバイスが含まれる場合に適用 */
.p-footer {
  background-color: #2e2e2e;
  overflow: hidden;
  padding: 80px 0;
  padding: 5rem 0;
}

.p-footer__wrapper {
  color: #fff;
}

.p-footer__logo {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
}

.p-footer__info {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-footer__nav {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-footer__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-left: -1.25rem;
  row-gap: 10px;
  row-gap: 0.625rem;
}
.p-footer__nav-item:not(:last-child) {
  border-right: 1px solid #fff;
}

.p-footer__nav-link {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-footer__link {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-underline-offset: 0.1875rem;
}

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

.wpcf7-spinner {
  display: none;
}

.p-form__wrapper {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-form__list {
  grid-gap: 0.9375rem;
  display: grid;
  gap: 15px;
  gap: 0.9375rem;
  grid-template-columns: repeat(1, 1fr);
}

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

.p-form__heading label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.p-form__label {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-form__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-form__detail label {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
  padding-right: 40px;
  padding-right: 2.5rem;
}

.p-form__detail.p-form__detail--select {
  position: relative;
}

.p-form__detail.p-form__detail--select::after {
  border-bottom: 2px solid #ccc;
  border-bottom: 0.125rem solid #ccc;
  border-right: 2px solid #ccc;
  border-right: 0.125rem solid #ccc;
  content: "";
  height: 12px;
  height: 0.75rem;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 14px;
  top: 0.875rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12px;
  width: 0.75rem;
}

.p-form__detail input:not([type=radio]):not([type=checkbox]),
.p-form__detail select,
.p-form__detail textarea {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 0.3125rem;
  color: #000;
  display: block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  width: 100%;
}

.p-form__detail input::-moz-placeholder, .p-form__detail textarea::-moz-placeholder {
  color: #ccc;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.p-form__detail input::-webkit-input-placeholder, .p-form__detail textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.p-form__detail input:-ms-input-placeholder, .p-form__detail textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.p-form__detail input::-ms-input-placeholder, .p-form__detail textarea::-ms-input-placeholder {
  color: #ccc;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.p-form__detail input::placeholder,
.p-form__detail textarea::placeholder {
  color: #ccc;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.p-form__detail input[type=checkbox] + span,
.p-form__detail input[type=radio] + span,
.p-form__select-btn input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  position: relative;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

[type=radio],
[type=checkbox] {
  display: none;
}

[type=radio] + span::after,
[type=checkbox] + span::after {
  opacity: 0;
}

[type=radio] + span {
  padding-left: 30px;
  padding-left: 1.875rem;
}

.p-form__detail input[type=radio] + span::before,
.p-form__select-btn input[type=radio] + span::before {
  background-color: #fff;
  border: 2px solid #000;
  border: 0.125rem solid #000;
  border-radius: 50%;
  content: "";
  height: 20px;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  width: 1.25rem;
}

.p-form__detail input[type=radio]:checked + span::after,
.p-form__select-btn input[type=radio]:checked + span::after {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 10px;
  height: 0.625rem;
  left: 5px;
  left: 0.3125rem;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  width: 0.625rem;
}

.p-form__detail input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding-left: 40px;
  padding-left: 2.5rem;
  position: relative;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

.p-form__detail input[type=checkbox] + span::before {
  background-color: #fff;
  border: 1px solid #1b1b1b;
  border-radius: 0.125rem;
  content: "";
  display: inline-block;
  height: 30px;
  height: 1.875rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  width: 1.875rem;
}

.p-form__detail input[type=checkbox]:checked + span::after {
  border-bottom: 4px solid #000;
  border-bottom: 0.25rem solid #000;
  border-left: 4px solid #000;
  border-left: 0.25rem solid #000;
  content: "";
  display: inline-block;
  height: 10.8px;
  height: 0.675rem;
  left: 0px;
  left: 0rem;
  margin-left: 0.1em;
  margin-top: -0.1em;
  opacity: 1;
  position: absolute;
  top: 50%;
  /*チェックマークじゃない場合は以下を変更する*/
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 16.2px;
  width: 1.0125rem;
}

.p-form__detail textarea {
  height: 80px;
  height: 5rem;
}

.p-form__attention {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-form__attention a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-form__detail select:has(option:checked[value=""]) {
  color: #ccc;
}

.p-form__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-form__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
}

.p-form__send-btn,
.p-form__previous-btn {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%;
}

.p-form__send-btn {
  background-color: #2e2e2e;
  border: 1px solid #2e2e2e;
}

.p-form__previous-btn {
  background-color: #fff;
  border: 1px solid #ccc;
}

.p-form__send-btn:before,
.p-form__previous-btn:before {
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  width: 100%;
  z-index: 0;
}

.p-form__send-btn:before {
  background: #fff;
  color: #2e2e2e;
  border-color:#fff;

}

.p-form__previous-btn:before {
  background: #ccc;
}

.p-form__send-btn input,
.p-form__previous-btn input {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  height: 100%;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  position: relative;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  width: 100%;
  z-index: 1;
}
.p-form__send-btn input {
  color: #fff;
}

.p-form__previous-btn input {
  color: #ccc;
}

/* フォーカスされている要素を明確に示すスタイル */
.p-form__send-btn:focus-visible,
.p-form__previous-btn:focus-visible {
  opacity: 1;
}

.p-form__send-btn:focus-visible:before,
.p-form__previous-btn:focus-visible:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.p-form__send-btn:focus-visible input {
  color: #2e2e2e;
}

.p-form__previous-btn:focus-visible input {
  color: #2e2e2e;
}

/* マウスホバー時に適用するスタイル */
.p-header {
  background-color: #fff;
  bottom: auto;
  height: 60px;
  height: 3.75rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: none;
  max-width: initial;
  padding: 0 0 0 20px;
  padding: 0 0 0 1.25rem;
}

.p-header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 134px;
  width: 8.375rem;
}
.p-header__logo-link {
  display: block;
}

.p-header__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 134/80;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-header__menu-button {
  margin-left: auto;
}

.p-header__nav {
  display: none;
}

.p-header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.p-header__nav-item {
  height: 100%;
}

.p-header__nav-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 16px;
  padding: 0 1rem;
}
.p-header__menu-button {
  z-index: 101;
}

/* フォーカスされている要素を明確に示 */
/* 入力デバイスのいずれかにhoverに対応している入力デバイスが含まれる場合に適用 */
.p-hero-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(50px, 10px);
  font-size: max(3.125rem, 10px);
  gap: 1em;
  max-width: 100vw;
  overflow: hidden;
  white-space: nowrap;
  white-space: nowrap;
}

.p-hero-caption__text {
  -webkit-animation: marquee 45s linear infinite;
          animation: marquee 45s linear infinite;
  color: #f1f1f1;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(calc(-100% - 1em));
            transform: translate(calc(-100% - 1em));
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(calc(-100% - 1em));
            transform: translate(calc(-100% - 1em));
  }
}
.p-item-block {
  padding: 0 10px;
  padding: 0 0.625rem;
  position: relative;
}

.p-item-block__heading {
  color: #c69f10;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-item-block__text {
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.p-item-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 0 5px;
  padding: 0 0.3125rem;
}

.p-item-block__item {
  background-color: #eee;
  border-radius: 100vw;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  text-align: center;
}

.p-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}

.p-media__image {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
}

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

.p-media__heading {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
}

.p-media__heading span {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
}

.p-media__text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
  gap: 1.4375rem;
}

.p-media__rep {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-media__rep-title {
  display: block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

.p-media__rep-name {
  display: block;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
}

.p-media__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
}

.p-message-life {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.p-message-life__inner {
  position: relative;
}

.p-message-life__inner::before {
  background-image: url(../images/common/icon_bg_pink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -100px;
  bottom: -6.25rem;
  content: "";
  height: 82px;
  height: 5.125rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 80px;
  width: 5rem;
  z-index: -1;
}

.p-message-life__heading .c-section-heading__en span {
  letter-spacing: 0.2em;
}

.p-message-life__heading .c-section-heading__ja span {
  letter-spacing: 0.2em;
}

.p-message-life__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-message-life__content .p-catch-block__heading-en {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  letter-spacing: normal;
}

.p-message-life__content .p-catch-block__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}

.p-message-profile {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.p-message-profile__media .p-media__heading {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-message-profile__media .p-media__image img {
  aspect-ratio: 557/410;
}

.p-message__media .p-media__image {
  position: relative;
  z-index: 0;
}

.p-message__media .p-media__image img {
  aspect-ratio: 345/377;
}

.p-message__media .p-media__image::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(251, 237, 150, 0.3)), to(rgba(171, 236, 214, 0.3)));
  background: linear-gradient(90deg, rgba(251, 237, 150, 0.3) 0%, rgba(171, 236, 214, 0.3) 100%);
  bottom: -10px;
  bottom: -0.625rem;
  content: "";
  height: 100%;
  left: -10px;
  left: -0.625rem;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-mv {
  position: relative;
}

.p-mv__swiper {
  height: 100vh;
  min-height: 400px;
  min-height: 25rem;
  position: relative;
}

.p-mv__slide-wrapper {
  height: 100%;
}

.p-mv__swiper-slide {
  height: 100%;
}

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

.p-mv__scroll {
  bottom: 32px;
  bottom: 2rem;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  z-index: 100;
}

.p-mv__copy {
  bottom: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
.p-mv__main-copy {
  color: #2f4aa1;
}

.p-mv__sub-copy {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-news__link {
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  gap: 1.5625rem;
  padding: 20px 0;
  padding: 1.25rem 0;
}

.p-news__meta {
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
}

.p-news__date {
  display: inline-block;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  letter-spacing: 0.05em;
  margin-top: 2px;
  margin-top: 0.125rem;
}
.p-news__heading {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: normal;
  letter-spacing: 0.035em;
  overflow: hidden;
}
.p-page-head {
  background: no-repeat center/cover;
  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: 40px;
  padding: 2.5rem;
  position: relative;
}

.p-page-head[data-bg=page-component_y] {
  background-image: url("../images/test/test/dummy-head_sp.jpg");
}

.p-page-head[data-bg=news] {
  background-image: url("../images/dummy/dummy-head_sp.jpg");
}

.p-page-head__title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  position: relative;
}

.p-page-head__title::before {
  color: #fff;
  content: attr(data-english);
}

.p-pagenavi .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pagenavi .page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  height: 32px;
  height: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.375;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  width: 32px;
  width: 2rem;
}

.p-pagenavi .current {
  background-color: #000;
  color: #fff;
}

.p-pagenavi .prev,
.p-pagenavi .next {
  position: relative;
}

.p-pagenavi .next::before {
  -webkit-mask-image: url(../images/common/arrow_right.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #000;
  content: "";
  display: block;
  height: 15px;
  height: 0.9375rem;
  left: 50%;
          mask-image: url(../images/common/arrow_right.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  width: 0.9375rem;
}

.p-pagenavi .prev::before {
  -webkit-mask-image: url(../images/common/arrow_right.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #000;
  content: "";
  display: block;
  height: 15px;
  height: 0.9375rem;
  left: 50%;
          mask-image: url(../images/common/arrow_right.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
  width: 15px;
  width: 0.9375rem;
}

.p-pagenavi .page-numbers.dots {
  background: transparent;
  color: #000;
  height: 40px;
  height: 2.5rem;
  pointer-events: none;
}

.p-pagenavi__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  gap: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pagenavi .page {
  background: transparent;
  display: inline-block;
  max-width: 70px;
  max-width: 4.375rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

/* フォーカスされている要素を明確に示 */
.p-pagenavi .page-numbers:focus-visible {
  background-color: #000;
  color: #fff;
  opacity: 1;
}

.p-pagenavi .prev:focus-visible,
.p-pagenavi .next:focus-visible {
  background-color: #000;
}

.p-pagenavi .prev:focus-visible::before,
.p-pagenavi .next:focus-visible::before {
  background-color: #fff;
}

/* 入力デバイスのいずれかにhoverに対応している入力デバイスが含まれる場合に適用 */
.p-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}

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

.p-panel__text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

.p-panels {
  grid-gap: 1.25rem;
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

.p-post-list {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  position: relative;
}

.p-post-list::after {
  background-image: url(../images/common/icon_bg_pink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 80px;
  bottom: 5rem;
  content: "";
  height: 61px;
  height: 3.8125rem;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  width: 60px;
  width: 3.75rem;
  z-index: -1;
}

.p-post-list__cards {
  position: relative;
}

.p-post-list__cards::before {
  background-image: url(../images/common/icon_bg_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 55px;
  height: 3.4375rem;
  left: -20px;
  left: -1.25rem;
  position: absolute;
  top: -30px;
  top: -1.875rem;
  width: 55px;
  width: 3.4375rem;
  z-index: -1;
}

.p-post-list__pagenavi {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-single {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.p-single__no-image.c-no-image {
  max-width: none;
  max-width: initial;
  width: 100%;
}

.p-single__no-image.c-no-image img {
  aspect-ratio: 1100/683;
}

.p-single__title {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-single__content {
  margin-top: 20px;
  margin-top: 1.25rem;
}

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

.p-single__pagination-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
}

.p-store-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-store-body {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.p-store-body__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-store {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  padding: 24px;
  padding: 1.5rem;
}

.p-store__image {
  max-width: 80px;
  max-width: 5rem;
  width: 100%;
}

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

.p-store__heading {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
}

.p-store__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  gap: 5px;
  gap: 0.3125rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-store__button {
  background-color: #fff;
  border: 1px solid #000;
  display: block;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
}

.p-store__button-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.p-store__button-text::after {
  -webkit-mask-image: url(../images/common/blank.svg);
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #000;
  content: "";
  display: block;
  height: 16px;
  height: 1rem;
          mask-image: url(../images/common/blank.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: cover;
  width: 16px;
  width: 1rem;
}

.p-sub-mv {
  overflow: hidden;
}

.p-sub-mv__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
  max-width: 33.75rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  position: relative;
  width: 100%;
}

.p-sub-mv__image {
  margin-right: calc(50% - 50vw);
  padding-left: 30px;
  padding-left: 1.875rem;
}

.p-sub-mv__image img {
  -o-object-fit: cover;
  aspect-ratio: 375/300;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-sub-mv__heading {
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  left: 10px;
  left: 0.625rem;
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-sub-mv.p-sub-lines .p-sub-mv__heading {
  top: 55%;
}

.p-sub-mv__heading::before {
  background-color: #000;
  content: "";
  height: 85%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  width: 0.625rem;
}

.p-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-text-block__sub-heading {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
}

.p-text-block__text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-text-block__button {
  display: inline-block;
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
}
.p-top-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}

.p-top-about__sub-heading {
  max-width: 257px;
  max-width: 16.0625rem;
  width: 100%;
}

.p-top-about__catch-heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.p-top-about__catch-heading-en {
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

.p-top-about__catch-heading-ja {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.2em;
}

.p-top-about__text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-top-about__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
}

.p-top-company {
  overflow: hidden;
}

.p-top-company__wrapper {
  background: rgba(0, 0, 0, 0.3);
  background-blend-mode: multiply;
  background-image: url(../images/top/company_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 3.125rem calc(50vw - 50%);
}
@supports (background-image: url(../images/top/company_bg.webp)) {
  .p-top-company__wrapper {
    background-image: url(../images/top/company_bg.webp);
  }
}

.p-top-company__sub-heading {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
}

.p-top-company__text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-top-company__button {
  margin-top: 35px;
  margin-top: 2.1875rem;
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
}

.p-top-contact {
  overflow: hidden;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.p-top-contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-top-contact__text-block {
  position: relative;
}

.p-top-contact__text-block::before {
  background-image: url(../images/common/icon_bg_pink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 30px;
  bottom: 1.875rem;
  content: "";
  height: 61px;
  height: 3.8125rem;
  position: absolute;
  right: -10px;
  right: -0.625rem;
  -webkit-transform: rotate(165deg);
          transform: rotate(165deg);
  width: 60px;
  width: 3.75rem;
  z-index: -1;
}

.p-top-contact__sub-heading {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-contact__sub-heading span {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
}

.p-top-contact__text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-top-contact__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 335px;
  max-width: 20.9375rem;
  width: 100%;
}

.p-top-contact__button.c-button {
  background-color: #000;
}

.p-top-contact__button.c-button::before {
  background: #fff;
}

.p-top-contact__button .c-button__text::after {
  content: none;
}

.p-top-contact__button.c-button .c-button__text {
  color: #fff;
}

.p-top-contact__image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
}

.p-top-contact__image img {
  -o-object-fit: cover;
  aspect-ratio: 633/602;
  height: auto;
     object-fit: cover;
  width: 100%;
}

/* フォーカスされている要素を明確に示すスタイル */
.p-top-contact__button.c-button:focus-visible .c-button__text {
  color: #000;
}

/* マウスホバー時に適用するスタイル */
.p-top-message {
  overflow: hidden;
}

.p-top-message__media {
  background-color: #f8f8f8;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 2.0625rem calc(50vw - 50%) 2.5rem;
}

.p-top-message__media .p-media__text-block {
  background-color: #fff;
  padding: 15px;
  padding: 0.9375rem;
}

.p-top-message__media .p-media__image {
  position: relative;
  z-index: 0;
}

.p-top-message__media .p-media__image::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(251, 237, 150, 0.3)), to(rgba(171, 236, 214, 0.3)));
  background: linear-gradient(90deg, rgba(251, 237, 150, 0.3) 0%, rgba(171, 236, 214, 0.3) 100%);
  bottom: -10px;
  bottom: -0.625rem;
  content: "";
  height: 100%;
  left: -10px;
  left: -0.625rem;
  position: absolute;
  width: 100%;
  z-index: -1;
}

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

.p-top-mv__slider .swiper-slide img {
  -o-object-fit: cover;
  aspect-ratio: 375/580;
  height: calc(100vh - 3.75rem);
  min-height: 200px;
  min-height: 12.5rem;
     object-fit: cover;
  width: 100%;
}

.p-top-mv__slider .swiper-slide img {
  height: calc(100vh - 3.75rem);
  min-height: 250px;
  min-height: 15.625rem;
}

.p-top-mv__heading {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  font-weight: 700;
  gap: 10px;
  gap: 0.625rem;
  left: 45%;
  max-width: 285px;
  max-width: 17.8125rem;
  position: absolute;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 20;
}

.p-top-mv__heading__ja {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  letter-spacing: 0.2em;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-top-mv__heading__en {
  font-family: "Roboto", sans-serif;
  font-size: max(40px, 10px);
  font-size: max(2.5rem, 10px);
  letter-spacing: 0.3em;
  line-height: 1;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

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

.p-top-news__wrapper::before {
  background-image: url(../images/common/icon_bg_pink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -35px;
  bottom: -2.1875rem;
  content: "";
  height: 61px;
  height: 3.8125rem;
  position: absolute;
  right: -15px;
  right: -0.9375rem;
  width: 60px;
  width: 3.75rem;
  z-index: -1;
}

.p-top-news__cards {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-top-news__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
}

.p-top-store__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-top-store__brand-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
}

.p-top-store__brand-image img {
  -o-object-fit: cover;
  aspect-ratio: 575/294;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-store__brand .p-text-block__button {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-store__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-top-store__list-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
}

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

.p-top-store__list .p-text-block__button {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.u-color__white {
  color: #fff;
}

.u-pc {
  display: none;
}

@media (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px){
  html {
    font-size: 1.2121212121vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  html {
    scroll-padding-top: 6.25rem;
  }
  .l-about-management {
    margin-top: 150px;
    margin-top: 9.375rem;
  }
  .l-about-mission {
    margin-top: 214px;
    margin-top: 13.375rem;
  }
  .l-about-value {
    margin-top: 201px;
    margin-top: 12.5625rem;
  }
  .l-about-vision {
    margin-top: 168px;
    margin-top: 10.5rem;
  }
  .l-breadcrumb {
    margin-top: 17px;
    margin-top: 1.0625rem;
  }
  .l-company-business {
    margin-top: 45px;
    margin-top: 2.8125rem;
  }
  .l-company-overview {
    margin-top: 104px;
    margin-top: 6.5rem;
  }
  .l-company-profile {
    margin-top: 45px;
    margin-top: 2.8125rem;
  }
  .l-hero-caption {
    margin-top: -22px;
    margin-top: -1.375rem;
  }
  .l-inner {
    max-width: 1320px;
    max-width: 82.5rem;
    padding-left: 60px;
    padding-left: 3.75rem;
    padding-right: 60px;
    padding-right: 3.75rem;
  }
  .l-md-inner {
    max-width: 1220px;
    max-width: 76.25rem;
    padding-left: 60px;
    padding-left: 3.75rem;
    padding-right: 60px;
    padding-right: 3.75rem;
  }
  .l-message-life {
    margin-top: 139px;
    margin-top: 8.6875rem;
  }
  .l-message-profile {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .l-message {
    margin-top: 105px;
    margin-top: 6.5625rem;
  }
  .l-post-list {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .l-section {
    margin-top: 150px;
    margin-top: 9.375rem;
  }
  .l-single {
    margin-top: 128px;
    margin-top: 8rem;
  }
  .l-store-body {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .l-store-list {
    margin-top: 200px;
    margin-top: 12.5rem;
  }
  .l-sub-mv {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .l-top-about {
    margin-top: 208px;
    margin-top: 13rem;
  }
  .l-top-company {
    margin-top: 42px;
    margin-top: 2.625rem;
    padding-top: 75px;
    padding-top: 4.6875rem;
  }
  .l-top-contact {
    margin-top: 75px;
    margin-top: 4.6875rem;
    padding-top: 75px;
    padding-top: 4.6875rem;
  }
  .l-top-message {
    margin-top: 90px;
    margin-top: 5.625rem;
    padding-top: 75px;
    padding-top: 4.6875rem;
  }
  .l-top-mv {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .l-top-news {
    margin-top: 88px;
    margin-top: 5.5rem;
  }
  .l-top-store {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .c-no-image {
    max-width: 160px;
    max-width: 10rem;
  }
  .c-no-post {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .c-require {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .c-scroll {
    gap: 10px;
    gap: 0.625rem;
  }
  .c-scroll::before {
    height: 86px;
    height: 5.375rem;
  }
  .c-scroll::after {
    -webkit-animation: scrollDown 3s ease-in-out infinite;
            animation: scrollDown 3s ease-in-out infinite;
    -webkit-transform: translateY(-5.375rem);
            transform: translateY(-5.375rem);
    width: 8px;
    width: 0.5rem;
  }
  .c-section-heading::before {
    height: 110px;
    height: 6.875rem;
    left: -55px;
    left: -3.4375rem;
    top: -70px;
    top: -4.375rem;
    width: 110px;
    width: 6.875rem;
  }
  .c-section-heading__ja span {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .c-section-heading__en span {
    font-size: max(80px, 10px);
    font-size: max(5rem, 10px);
  }
  .c-sub-section-heading {
    padding: 14px 0 0 32px;
    padding: 0.875rem 0 0 2rem;
  }
  .c-sub-section-heading::before {
    height: 56px;
    height: 3.5rem;
    left: 9px;
    left: 0.5625rem;
    top: -2px;
    top: -0.125rem;
    width: 55px;
    width: 3.4375rem;
  }
  .c-sub-section-heading__ja {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    margin-top: -12px;
    margin-top: -0.75rem;
  }
  .c-sub-section-heading__en {
    font-size: max(54px, 10px);
    font-size: max(3.375rem, 10px);
  }
  .c-tag {
    gap: 65px;
    gap: 4.0625rem;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }
  .p-404 {
    padding: 200px 0;
    padding: 12.5rem 0;
  }
  .p-404__heading {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
  }
  .p-404__btn {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-about-management {
    padding-bottom: 110px;
    padding-bottom: 6.875rem;
  }
  .p-about-management__text-block {
    margin-top: 40px;
    margin-top: 2.5rem;
    max-width: 545px;
    max-width: 34.0625rem;
    width: 100%;
  }
  .p-about-management__sub-heading {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-about-management__text {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-about-management__image {
    margin-top: 65px;
    margin-top: 4.0625rem;
    max-width: 1072px;
    max-width: 67rem;
  }
  .p-about-mission__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 100px;
    gap: 6.25rem;
    margin-top: 66px;
    margin-top: 4.125rem;
  }
  .p-about-mission__text-block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-about-mission__sub-heading {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    letter-spacing: 0.22em;
  }
  .p-about-mission__text {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-about-mission__image {
    margin-top: 18px;
    margin-top: 1.125rem;
    max-width: 344px;
    max-width: 21.5rem;
  }
  .p-about-value__text-block {
    max-width: 545px;
    max-width: 34.0625rem;
    width: 100%;
  }
  .p-about-value__sub-heading {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
  }
  .p-about-value__sub-title {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
  .p-about-value__text {
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
  .p-about-value__organization {
    margin-left: auto;
    margin-right: auto;
    margin-top: 86px;
    margin-top: 5.375rem;
  }
  .p-about-value__organization-heading {
    font-size: max(33px, 10px);
    font-size: max(2.0625rem, 10px);
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
  }
  .p-about-value__organization-list {
    -moz-column-gap: 0;
         -webkit-column-gap: 0;
            column-gap: 0;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 38px;
    margin-top: 2.375rem;
    row-gap: 50px;
    row-gap: 3.125rem;
  }
  .p-about-vision__content {
    margin-top: 44px;
    margin-top: 2.75rem;
  }
  .p-about-vision__panel {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-breadcrumb {
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .p-breadcrumb__between {
    margin: 0 20px;
    margin: 0 1.25rem;
  }
  .p-breadcrumb span[property=itemListElement]:nth-child(1) {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-breadcrumb span[property=itemListElement]:nth-child(n+2) {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-cards {
    gap: 30px;
    gap: 1.875rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-catch-block__heading-en {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
    letter-spacing: 0.25em;
  }
  .p-catch-block__heading-ja {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    letter-spacing: 0.25em;
  }
  .p-catch-block__text {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-company-business__wrapper {
    gap: 35px;
    gap: 2.1875rem;
  }
  .p-company-business__heading {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-company-business__text {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
    max-width: 43.75rem;
    width: 100%;
    margin-inline: auto;
  }
  .p-company-overview {
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
  }
  .p-company-overview__heading {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
  .p-company-overview__head {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    padding: 20px 30px;
    padding: 1.25rem 1.875rem;
    width: 15%;
  }
  .p-company-overview__data {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    padding: 20px 30px;
    padding: 1.25rem 1.875rem;
  }
  .p-company-profile__wrapper {
    gap: 35px;
    gap: 2.1875rem;
  }
  .p-company-profile__heading {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-company-profile__text {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
    text-align: left;
    max-width: 43.75rem;
    width: 100%;
    margin-inline: auto;
  }
  .p-contact-confirm {
    padding: 80px 0;
    padding: 5rem 0;
  }
  .p-contact-confirm__inner {
    padding: 0 30px;
    padding: 0 1.875rem;
  }
  .p-contact-confirm__title {
    font-size: 32px;
    font-size: 2rem;
  }
  .p-contact-form {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
  .p-contact-form__inner {
    max-width: 1020px;
    max-width: 63.75rem;
  }
  .p-contact-form__lead {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-contact-thanks {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  .p-contact-thanks__text-block {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-contact-thanks__text {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    text-align: center;
  }
  .p-content h2 {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-content h3 {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
  }
  .p-content h2:nth-of-type(1) {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .p-content figure:nth-child(n+2) {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .wp-block-file,
  .p-content .wp-block-list,
  .p-content p:nth-child(n+2),
  .p-content h3:nth-child(n+2),
  .p-content h4:nth-child(n+2),
  .p-content h2 + ul:nth-of-type(n + 2),
  .p-content h2 + ol:nth-of-type(n + 2),
  .p-content ol > li > ol:nth-of-type(n + 2),
  .p-content figure {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-content .wp-block-group {
    padding: 24px 30px;
    padding: 1.5rem 1.875rem;
  }
  .wp-block-file:not(.wp-element-button) a::before {
    margin-right: 8px;
    margin-right: 0.5rem;
    margin-top: 16px;
    margin-top: 1rem;
    width: 32px;
    width: 2rem;
  }
  .p-drawer {
    display: none;
  }
  .p-footer {
    padding: 100px 0 160px;
    padding: 6.25rem 0 10rem;
  }
  .p-footer__logo {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
  }
  .p-footer__info {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-footer__nav {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-footer__links {
    margin-top: 68px;
    margin-top: 4.25rem;
  }
  .p-form__wrapper {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-form__list {
    gap: 40px;
    gap: 2.5rem;
  }
  .p-form__item {
    -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;
    gap: 24px;
    gap: 1.5rem;
  }
  .p-form__heading {
    max-width: 230px;
    max-width: 14.375rem;
    width: 100%;
  }
  .p-form__heading label {
    gap: 20px;
    gap: 1.25rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .p-form__label {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-form__detail.p-form__detail--select::after {
    top: 16px;
    top: 1rem;
  }
  .p-form__detail input:not([type=radio]):not([type=checkbox]),
  .p-form__detail select,
  .p-form__detail textarea {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-form__detail input::-moz-placeholder, .p-form__detail textarea::-moz-placeholder {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-form__detail input::-webkit-input-placeholder, .p-form__detail textarea::-webkit-input-placeholder {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-form__detail input:-ms-input-placeholder, .p-form__detail textarea:-ms-input-placeholder {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-form__detail input::-ms-input-placeholder, .p-form__detail textarea::-ms-input-placeholder {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-form__detail input::placeholder,
  .p-form__detail textarea::placeholder {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-form__detail input[type=checkbox] + span,
  .p-form__detail input[type=radio] + span,
  .p-form__select-btn input[type=radio] + span {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  [type=radio] + span {
    padding-left: 40px;
    padding-left: 2.5rem;
  }
  .p-form__detail input[type=radio] + span::before,
  .p-form__select-btn input[type=radio] + span::before {
    height: 30px;
    height: 1.875rem;
    width: 30px;
    width: 1.875rem;
  }
  .p-form__detail input[type=radio]:checked + span::after,
  .p-form__select-btn input[type=radio]:checked + span::after {
    height: 15px;
    height: 0.9375rem;
    left: 7.5px;
    left: 0.46875rem;
    width: 15px;
    width: 0.9375rem;
  }
  .p-form__detail input[type=checkbox] + span {
    padding-left: 40px;
    padding-left: 2.5rem;
  }
  .p-form__detail input[type=checkbox]:checked + span::after {
    left: 2px;
    left: 0.125rem;
  }
  .p-form__attention {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-form__btns {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-form__btn {
    max-width: 500px;
    max-width: 31.25rem;
  }
  .p-header {
    height: 80px;
    height: 5rem;
  }

  .p-header__inner {
    padding: 0 20px;
    padding: 0 1.25rem;
  }

  .p-header__menu-button {
    display: none;
  }
  .p-header__nav {
    display: block;
    height: 100%;
    margin-left: auto;
  }
  .p-hero-caption__text {
    font-size: max(100px, 10px);
    font-size: max(6.25rem, 10px);
  }
  .p-item-block:nth-child(3n+1) {
    padding: 0 10px 0 0;
    padding: 0 0.625rem 0 0;
  }
  .p-item-block:nth-child(3n) {
    padding: 0 0 0 10px;
    padding: 0 0 0 0.625rem;
  }
  .p-item-block:not(:last-child)::before {
    background-color: #eee;
    content: "";
    height: 70%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3px;
  }
  .p-item-block__heading {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
  }
  .p-item-block__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    min-height: 45px;
    min-height: 2.8125rem;
  }
  .p-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 82px;
    gap: 5.125rem;
  }
  .p-media__image {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    max-width: 450px;
    max-width: 28.125rem;
  }
  .p-media__text-block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-media__heading {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
  }
  .p-media__text {
    margin-top: 29px;
    margin-top: 1.8125rem;
  }
  .p-media__rep {
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .p-media__button {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-message-life {
    padding-bottom: 245px;
    padding-bottom: 15.3125rem;
  }
  .p-message-life__inner::before {
    bottom: -250px;
    bottom: -15.625rem;
    height: 164px;
    height: 10.25rem;
    right: 30px;
    right: 1.875rem;
    width: 160px;
    width: 10rem;
  }
  .p-message-life__heading .c-section-heading__en span {
    letter-spacing: 0.3em;
  }
  .p-message-life__heading .c-section-heading__ja span {
    letter-spacing: 0.25em;
  }
  .p-message-life__wrapper {
    gap: 65px;
    gap: 4.0625rem;
    margin-top: 43px;
    margin-top: 2.6875rem;
  }
  .p-message-life__content .p-catch-block__heading-en {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
  }
  .p-message-profile {
    padding-bottom: 107px;
    padding-bottom: 6.6875rem;
  }
  .p-message-profile__media.p-media {
    gap: 25px;
    gap: 1.5625rem;
  }
  .p-message-profile__media .p-media__heading {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .p-message-profile__media .p-media__image {
    max-width: 557px;
    max-width: 34.8125rem;
  }
  .p-message__inner {
    max-width: 1165px;
    max-width: 72.8125rem;
  }
  .p-message__media.p-media {
    gap: 107px;
    gap: 6.6875rem;
  }
  .p-message__media .p-media__image {
    height: 397px;
    height: 24.8125rem;
    margin-top: 10px;
    margin-top: 0.625rem;
    max-width: 365px;
    max-width: 22.8125rem;
    padding: 0 0 20px 20px;
    padding: 0 0 1.25rem 1.25rem;
  }
  .p-message__media .p-media__image img {
    height: 100%;
  }
  .p-message__media .p-media__image::before {
    bottom: 0;
    height: 377px;
    height: 23.5625rem;
    left: 0px;
    left: 0rem;
    width: 345px;
    width: 21.5625rem;
  }
  .p-message__media .p-media__text-block {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-message__media .p-media__text {
    margin-top: 17px;
    margin-top: 1.0625rem;
  }
  .p-mv__scroll {
    bottom: 48px;
    bottom: 3rem;
  }
  .p-news__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    gap: 1.875rem;
  }
  .p-page-head[data-bg=page-component_y] {
    background-image: url("../images/test/test/dummy-head.jpg");
  }
  .p-page-head[data-bg=news] {
    background-image: url("../images/dummy/dummy-head.jpg");
  }
  .p-page-head__title {
    gap: 12px;
    gap: 0.75rem;
  }
  .p-panel {
    gap: 18px;
    gap: 1.125rem;
  }
  .p-panels {
    gap: 34px;
    gap: 2.125rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-post-list {
    padding-bottom: 230px;
    padding-bottom: 14.375rem;
  }
  .p-post-list::after {
    bottom: 100px;
    bottom: 6.25rem;
    height: 160px;
    height: 10rem;
    right: 40px;
    right: 2.5rem;
    width: 157px;
    width: 9.8125rem;
  }
  .p-post-list__cards::before {
    height: 110px;
    height: 6.875rem;
    left: -60px;
    left: -3.75rem;
    top: -80px;
    top: -5rem;
    width: 110px;
    width: 6.875rem;
  }
  .p-post-list__pagenavi {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-single {
    padding-bottom: 46px;
    padding-bottom: 2.875rem;
  }
  .p-single__inner {
    max-width: 1220px;
    max-width: 76.25rem;
  }
  .p-single__title {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .p-single__content {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .p-single__pagination-button {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-store-area__list {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-store-body {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
  .p-store-body__content {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-store__image {
    max-width: 160px;
    max-width: 10rem;
  }
  .p-store__text-block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-sub-mv__inner {
    max-width: 1100px;
    max-width: 68.75rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .p-sub-mv__image {
    padding-left: 209px;
    padding-left: 13.0625rem;
  }
  .p-sub-mv__image img {
    aspect-ratio: 1000/270;
  }
  .p-sub-mv__heading {
    left: 0;
    max-width: 500px;
    max-width: 31.25rem;
    padding: 5px 32px;
    padding: 0.3125rem 2rem;
    top: 69%;
    width: 100%;
  }
  .p-sub-mv__heading::before {
    height: 85%;
    width: 15px;
    width: 0.9375rem;
  }
  .p-text-block__sub-heading {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    margin-left: 32px;
    margin-left: 2rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-text-block__text {
    margin-left: 32px;
    margin-left: 2rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-top-about__list {
    gap: 45px;
    gap: 2.8125rem;
    margin-top: 57px;
    margin-top: 3.5625rem;
  }
  .p-top-about__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 70px;
    gap: 4.375rem;
  }
  .p-top-about__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 21px;
    padding-top: 1.3125rem;
  }
  .p-top-about__catch-heading-en {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
    letter-spacing: 0.25em;
  }
  .p-top-about__catch-heading-ja {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    letter-spacing: 0.25em;
  }
  .p-top-about__text {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-top-about__button {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-top-company__wrapper {
    margin-top: 52px;
    margin-top: 3.25rem;
    padding: 2.5rem calc(50vw - 50%) 8.75rem;
  }
  .p-top-company__sub-heading {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-top-company__text {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .p-top-contact {
    padding-bottom: 160px;
    padding-bottom: 10rem;
  }
  .p-top-contact__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 173px;
    gap: 10.8125rem;
  }
  .p-top-contact__text-block {
    max-width: 484px;
    max-width: 30.25rem;
    width: 100%;
  }
  .p-top-contact__text-block::before {
    bottom: 0;
    height: 160px;
    height: 10rem;
    right: -100px;
    right: -6.25rem;
    width: 157px;
    width: 9.8125rem;
  }
  .p-top-contact__sub-heading {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-top-contact__sub-heading span {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
  }
  .p-top-contact__text {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-top-contact__button {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    margin-top: 42px;
    margin-top: 2.625rem;
    max-width: 469px;
    max-width: 29.3125rem;
  }
  .p-top-contact__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 0;
    margin-left: initial;
    margin-right: calc(50% - 50vw);
    margin-top: 0;
    max-width: 800px;
    max-width: 50rem;
  }
  .p-top-message__media {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .p-top-message__media .p-media__text-block {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding: 10px 12px 34px 30px;
    padding: 0.625rem 0.75rem 2.125rem 1.875rem;
  }
  .p-top-message__media .p-media__image {
    height: 521px;
    height: 32.5625rem;
    max-width: 480px;
    max-width: 30rem;
    padding: 0 0 30px 30px;
    padding: 0 0 1.875rem 1.875rem;
  }
  .p-top-message__media .p-media__image img {
    height: 100%;
  }
  .p-top-message__media .p-media__image::before {
    bottom: 0;
    height: 491px;
    height: 30.6875rem;
    left: 0px;
    left: 0rem;
    width: 450px;
    width: 28.125rem;
  }
  .p-top-mv__slider .swiper-slide img {
    aspect-ratio: 1366/660;
    height: calc(100vh - 5rem);
    min-height: 350px;
    min-height: 21.875rem;
  }
  .p-top-mv__slider .swiper-slide img {
    height: calc(100vh - 5rem);
    min-height: 350px;
    min-height: 21.875rem;
  }
  .p-top-mv__heading {
    left: 50%;
    max-width: 1026px;
    max-width: 64.125rem;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-top-mv__heading__ja {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
  }
  .p-top-mv__heading__en {
    font-size: max(120px, 10px);
    font-size: max(7.5rem, 10px);
    letter-spacing: 0.2em;
  }
  .p-top-news__wrapper::before {
    bottom: -70px;
    bottom: -4.375rem;
    height: 160px;
    height: 10rem;
    right: -60px;
    right: -3.75rem;
    width: 157px;
    width: 9.8125rem;
  }
  .p-top-news__cards {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-top-store__brand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 65px;
    gap: 4.0625rem;
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .p-top-store__brand-text-block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-top-store__brand-image {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    margin-top: 120px;
    margin-top: 7.5rem;
    max-width: 600px;
    max-width: 37.5rem;
  }
  .p-top-store__brand .p-text-block__button {
    margin-left: 32px;
    margin-left: 2rem;
    margin-top: 72px;
    margin-top: 4.5rem;
  }
  .p-top-store__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    gap: 3.125rem;
    margin-right: 80px;
    margin-right: 5rem;
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-top-store__list-text-block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-top-store__list-image {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    margin-top: 50px;
    margin-top: 3.125rem;
    max-width: 500px;
    max-width: 31.25rem;
  }
  .p-top-store__list .p-text-block__button {
    margin-left: 32px;
    margin-left: 2rem;
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
}

@media (min-width: 1320px){
  html {
    font-size: 16px;
  }
}

@media (hover: hover){
  a:hover {
    opacity: 0.7;
  }
}

@media (hover: none){
  a:active {
    opacity: 0.7;
  }
}

@media (any-hover: hover){
  .c-button:hover {
    opacity: 1;
  }
  .c-button:hover:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .c-button:hover .c-button__text {
    color: #fff;
  }
  .c-button:hover .c-button__text::after {
    background-color: #fff;
  }
  .c-tag:hover {
    background-color: #fff;
    color: #31b0cb;
  }
  .c-tag:hover::after {
    background-color: #31b0cb;
  }
  .p-breadcrumb a:hover {
    color: inherit;
    opacity: 1;
  }
  .p-breadcrumb .home:hover {
    color: #000;
  }
  .p-breadcrumb a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .p-card__link:hover {
    opacity: 0.8;
  }
  .p-card__link:hover .p-card__no-image img,
  .p-card__link:hover .p-card__image img {
    scale: 1.1;
  }
  .p-form__send-btn:hover,
  .p-form__previous-btn:hover {
    opacity: 1;
  }
  .p-form__send-btn:hover:before,
  .p-form__previous-btn:hover:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .p-form__send-btn:hover input {
    color: #2e2e2e;
  }
  .p-form__previous-btn:hover input {
    color: #fff;
  }
  .p-pagenavi .page-numbers:hover {
    background-color: #000;
    color: #fff;
    opacity: 1;
  }
  .p-pagenavi .prev:hover,
  .p-pagenavi .next:hover {
    background-color: #000;
  }
  .p-pagenavi .prev:hover::before,
  .p-pagenavi .next:hover::before {
    background-color: #fff;
  }
  .p-top-contact__button.c-button:hover .c-button__text {
    color: #000;
  }
}

@media screen and (min-width: 950px){
  .p-about-value__organization {
    max-width: 960px;
    max-width: 60rem;
    width: 100%;
  }
  .p-item-block {
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .p-item-block:nth-child(3n+1) {
    padding: 0 20px 0 0;
    padding: 0 1.25rem 0 0;
  }
  .p-item-block:nth-child(3n) {
    padding: 0 0 0 20px;
    padding: 0 0 0 1.25rem;
  }
}
/*# sourceMappingURL=style.css.map */

/* serviceページ */
.p-top-store__brand.p-top-store__brand--sub{
  gap: 10px;
  gap: 0.625rem;
}

.p-top-store__brand.p-top-store__brand--sub + .p-top-store__brand.p-top-store__brand--sub{
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-top-service__brand-image{
  margin-inline: auto;
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
}

.p-top-service__brand-image-item--brand {
  width: 100%;
}

.p-top-service__brand-image-item--body {
  width: 70%;
  margin-inline: auto;
}

.p-top-service__brand-image img{
  object-fit: contain;
  height: auto;
}

.p-service-risk{
  margin-top: 25px;
  margin-top: 1.5625rem;
  border-top: 1px solid #ABABAB;
}

.p-service-risk-content,
.p-service-menu__content {
  width: 92%;
  margin-inline: auto;
}

.p-service-risk__title,
.p-service-menu__title {
  border-bottom: 1px dashed #ABABAB;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}

.p-service-risk__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  gap: 0.625rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-inline: auto;
}

.p-service-risk__item {
  height: 150px;
  height: 9.375rem;
  border-radius: 30px;
  border-radius: 1.875rem;
  background-color: #737373;
  padding-top: 15px;
  padding-top: 0.9375rem;
  text-align: center;
  color: #ffffff;
  margin-inline: auto;
  width: 100%;
  max-width: 450px;
  max-width: 28.125rem;
}

.p-service-risk__item-title {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
}

.p-service-risk__item-text {
  line-height: 1.4;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-service-menu {
  margin-top: 50px;
  margin-top: 3.125rem;
  border-top: 1px solid #ABABAB;
}


.p-service-menu__subtitle {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  letter-spacing: 0.225em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-service-menu__title span,
.p-service-menu__subtitle span {
  display: inline-block;
}

.p-service-menu__tab {
margin-top: 20px;
margin-top: 1.25rem;
font-size: max(16px, 10px);
font-size: max(1rem, 10px);
font-weight: 700;
letter-spacing: 0.2em;
padding:10px;
padding: 0.625rem;
border:2px solid #C4B070;
display: block;
margin-inline: auto;
text-align: center;
max-width: 300px;
width: 70%;
color: #C4B070;
}

.p-service-menu__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  gap: 0.9375rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: center;
}

.p-service-menu__item {
background-color: #C4B070;
color: #ffffff;
padding: 48px 0;
padding: 3rem 0;
margin-inline: auto;
width: 100%;
}

.p-service-menu__item-title{
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.2em;
}

.p-service-summary{
  margin-top: 75px;
  margin-top: 4.6875rem;
}

.p-service-summary__title{
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
}

.p-service-summary__text{
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-service-summary__content {
margin-top: 50px;
margin-top: 3.125rem;
}

.p-service-summary__list {
  counter-reset: summary-counter -1;
}

.p-service-summary__item {
  box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.14);
  padding: 15px;
  padding: 0.9375rem;
  counter-increment: summary-counter;
  position: relative;
}

.p-service-summary__item:not(:first-child) {
  margin-top: 15px;
  margin-top: 0.9375rem;
  }

.p-service-summary__item-titlewrap {
  border-bottom: 1px solid #D9D9D9;
}

.p-service-summary__item-heading {
  position: relative;
  z-index: 5;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1;
}

.p-service-summary__item-heading::after {
  content: counter(summary-counter, decimal-leading-zero);
  font-weight: 700;
  color: #D9D9D9;
  font-size: max(40px, 10px);
  font-size: max(2.5rem, 10px);
  position: relative;
  z-index: -1;
  margin-left: -20px;
  margin-left: -1.25rem;
}

.p-service-summary__item-title {
  font-size: max(20 px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  background: linear-gradient(to bottom, #FF3933, #FF8D4C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-service-summary__item-image {
  margin-inline: auto;
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
}

.p-service-summary__content img{
  object-fit: contain;
  height: auto;
}

.p-service-summary__item-image--01 {
  margin-top: 15px;
  margin-top: 0.9375rem;
}


.p-service-summary__item-textwrap {
margin-top: 20px;
margin-top: 1.25rem;
}

.p-service-summary__item-description {
  padding: 10px 24px;
  padding: 0.625rem 1.5rem;
  background: linear-gradient(to bottom, #FF3933, #FF8D4C);
  color: #ffffff;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  border-radius: 80px;
  border-radius: 5rem;
  text-align: center;
}

.p-service-summary__item-description span{
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
}

.p-service-summary__item-description-image {
  margin-inline: auto;
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
}




.p-service-summary__schedule {
text-align: center;
}

.p-service-summary__schedule-item {
  position: relative;
  margin-bottom: 1em;
  width: 100%;
  max-width: 260px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-inline: 1.25rem;
}

.p-service-summary__schedule-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 34%;
  width: 10px;
  height: 10px;
  background: linear-gradient(45deg, #FF5C00, #FFA500);
  border-radius: 50%;
}

.p-service-summary__schedule-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 1.8%;
  top: 0;
  width: 2px;
  height: 280%;
  background: linear-gradient(to bottom, #FF5C00, #FFA500);
}

.p-service-summary__item-content03 {
  text-align: center;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  }
  
  .p-service-summary__item-text03 {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  line-height: 1.5;
  }
  
  .p-service-summary__item-text03 span {
  color:#F14F3F;
  }
  
  .p-service-summary__item-detail03 {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-inline: 10px;
  padding-inline: 0.625rem;
  width: fit-content;
  margin-inline: auto;
  }

  .p-service-summary__item-detail03 span {
    display: inline-block;
  }
  
  .p-service-summary__item-image03 {
  max-width: 881px;
  max-width: 55.0625rem;
  width: 100%;
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-inline: auto;
  }

  .p-service-summary__item-image03-01 {
  max-width: 208px;
  max-width: 13rem;
  width: 100%;
  }
  
  .p-service-summary__item-content04 {
    text-align: center;
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  
  .p-service-summary__item-text04 {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    line-height: 1.5;
  }

  .p-service-summary__item-text04 span {
  color: #F14F3F;
  }
  
  .p-service-summary__item-detail04 {
    margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-inline: 10px;
  padding-inline: 0.625rem;
  width: fit-content;
  margin-inline: auto;
  }
  
  .p-service-summary__item-image04 {
  max-width: 413px;
  max-width: 25.8125rem;
  width: 100%;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-inline: auto;
  }
  
  .p-service-summary__item-content05 {
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  
  .p-service-summary__item-image05-01 {
    max-width: 400px;
    max-width: 25rem;
    width: 100%;
    margin-inline: auto;
  }
  
  .p-service-summary__item-image05-02 {
    max-width: 400px;
    max-width: 25rem;
    width: 100%;
    margin-inline: auto;
  }

  .p-service-summary__item-content06 {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  
  .p-service-summary__item-image06-01 {
    max-width: 400px;
    max-width: 25rem;
    width: 100%;
    margin-inline: auto;
  }
  
  .p-service-summary__item-image06-02 {
    margin-top: 30px;
    margin-top: 1.875rem;
    max-width: 300px;
    max-width: 18.75rem;
    width: 75%;
    margin-inline: auto;
  }

  .p-service-summary__item-content02 {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  
  .p-service-summary__item-image02-01 {
    max-width: 300px;
    max-width: 18.75rem;
    width: 100%;
    margin-inline: auto;
  }
  
  .p-service-summary__item-text02 {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    font-weight: 500;
    text-align: center;
  }
  
  .p-service-summary__item-image02-02 {
    max-width: 300px;
    max-width: 18.75rem;
    width: 100%;
    margin-inline: auto;
  }

  .l-service-about{
    margin-top: 80px;
    margin-top: 5rem;
    margin-bottom: 70px;
    margin-bottom: 4.375rem;
  }
  
  .p-service-summary__item-content01 {
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  
  .p-service-summary__item-textwrap01 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .p-service-summary__item-description01 {
    margin-top: 15px;
    margin-top: 0.9375rem;
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 15px 0;
    padding: 0.9375rem 0;
    font-weight: 700;
  }

  .p-service-summary__item-description01::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    width: 7.5rem;
    height: 120px;
    height: 7.5rem;
    background: linear-gradient(to bottom, #FF3933, #FF8D4C);
    border-radius: 50%;
    z-index: -1;
  }
  
  .p-service-summary__example {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  }
  
  .p-service-summary__example-item {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    font-weight: 700;
  }

  .p-service-summary__example-item:not(:first-child) {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  
  .p-service-summary__item-image01 {
  margin-top: 20px;
  margin-top: 1.25rem;
  }

  .p-service-summary__item{
    position: relative;
  }

  .p-service-summary__item::after{
    content: 'SERVICE';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(35%, -50%) rotate(90deg);
    font-size: max(12px, 10px);
    font-size: max(1rem, 10px);
    font-weight: 700;
  }

  .p-service-summary__item-image03-01{
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-inline: auto;
  }


@media screen and (min-width: 768px){
  .p-top-store__brand.p-top-store__brand--sub{
    gap: 65px;
    gap: 4.0625rem;
  }
  
  .p-top-store__brand.p-top-store__brand--sub + .p-top-store__brand.p-top-store__brand--sub{
    margin-top: 26px;
    margin-top: 1.625rem;
  }

.p-top-service__brand-image{
  margin-left: 0;
  margin-left: initial;
  margin-right: 0;
  margin-right: initial;
  max-width: 635px;
  max-width: 39.6875rem;
  margin-top: 1.5rem;
}

.p-top-service__brand-image-item--body {
  width: 60%;
}

.p-service-risk,
.p-service-menu {
  margin-top: 25px;
  margin-top: 1.5625rem;
  border-top: 1px solid #ABABAB;
}

.p-service-risk-content,
.p-service-menu__content {
  width: 92%;
  margin-inline: auto;
}

.p-service-risk__title,
.p-service-menu__title {
  font-size: max(38px, 10px);
  font-size: max(2.375rem, 10px);
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-service-risk__list {
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  gap: 1.0625rem ;
  max-width: 980px;
  max-width: 61.25rem;
}

.p-service-risk__item {
  width: 300px;
  width: 18.75rem;
  padding-top: 7px;
  padding-top: 0.4375rem;
}

.p-service-risk__item-title {
  font-size: max(28px, 10px);
  font-size: max(1.75rem, 10px);
}

.p-service-risk__item-text {
margin-top: 2px;
margin-top: 0.125rem;
}

.p-service-menu {
  margin-top: 135px;
  margin-top: 8.4375rem;
}

.p-service-menu__subtitle {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
}

.p-service-menu__tab {
  max-width: 325px;
  max-width: 20.3125rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: max(22px, 10px);
  font-size: max(1.375rem, 10px);
  padding:16px;
  padding: 1rem;
}

.p-service-menu__list {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-service-menu__item {
  width: 210px;
  width: 13.125rem;
  padding: 69px 0;
  padding: 4.3125rem 0;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
}

.p-service-menu__item-title {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
}

.p-service-summary{
  max-width: 545px;
  max-width: 34.0625rem;
  width: 100%;
  margin-top: 150px;
  margin-top: 9.375rem;
}

.p-service-summary__title{
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  margin-left: 32px;
  margin-left: 2rem;
}

.p-service-summary__text{
  margin-top: 35px;
  margin-top: 2.1875rem;
  margin-left: 32px;
  margin-left: 2rem;
}

.p-service-summary__content {
margin-top: 100px;
margin-top: 6.25rem;
}

.p-service-summary__item:not(:first-child) {
margin-top: 30px;
margin-top: 1.875rem;
}

.p-service-summary__item-titlewrap {
display: flex;
align-items: center;
}

.p-service-summary__item-heading {
font-size: max(24px, 10px);
font-size: max(1.5rem, 10px);
margin-left: 65px;
margin-left: 4.0625rem;
}

.p-service-summary__item-heading::after {
font-size: max(64px, 10px);
font-size: max(4rem, 10px);
}

.p-service-summary__item-title {
  margin-left: 15px;
  margin-left: 0.9375rem;
font-size: max(32px, 10px);
font-size: max(2rem, 10px);
}

.p-service-summary__item-content {
display: flex;
max-width: 920px;
max-width: 57.5rem;
justify-content: space-between;
margin-inline: auto;
}

.p-service-summary__item-image {
max-width: 428px;
max-width: 26.75rem;
}

.p-service-summary__item-textwrap {
max-width: 465px;
max-width: 29.0625rem;
width: 100%;
margin-left: 24px;
margin-left: 1.5rem;
}

.p-service-summary__item-description {
font-size: max(24px, 10px);
font-size: max(1.5rem, 10px);
}

.p-service-summary__item-description span {
font-size: max(32px, 10px);
font-size: max(2rem, 10px);
}


.p-service-summary__item-content03 {
text-align: left;
margin-top: 70px;
margin-top: 4.375rem;
margin-bottom: 108px;
margin-bottom: 6.75rem;
}

.p-service-summary__item-text03 {
  font-size: max(28px, 10px);
  font-size: max(1.75rem, 10px);
  line-height: 1.5;
}

.p-service-summary__item-detail03 {
margin-top: 24px;
margin-top: 1.5rem;
font-size: max(24px, 10px);
font-size: max(1.5rem 10px);
border-bottom: 1px solid #000000;
padding-bottom: 10px;
padding-bottom: 0.625rem;
padding-inline: unset;
margin-inline: unset;
}

.p-service-summary__item-image03 {
max-width: 881px;
max-width: 55.0625rem;
width: 100%;
margin-top:38px ;
margin-top: 2.375rem;
}

.p-service-summary__item-content04 {
  margin-top: 45px;
  margin-top: 2.8125rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
}

.p-service-summary__item-text04 {
  font-size: max(28px, 10px);
  font-size: max(1.75rem, 10px);
  line-height: 1.5;
}

.p-service-summary__item-detail04 {
  margin-top: 24px;
margin-top: 1.5rem;
font-size: max(24px, 10px);
font-size: max(1.125rem, 10px);
border-bottom: 1px solid #000000;
padding-bottom: 5px;
padding-bottom: 0.3125rem;
padding-inline: 10px;
padding-inline: 0.625rem;
width: fit-content;
margin-inline: auto;
}

.p-service-summary__item-image04 {
max-width: 413px;
max-width: 25.8125rem;
width: 100%;
margin-top: 15px;
margin-top: 0.9375rem;
margin-inline: auto;
margin-left:35px ;
margin-left: 2.1875rem;
}

.p-service-summary__item-content05 {
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
}

.p-service-summary__item-image05-01 {
  max-width: 447px;
  max-width: 27.9375rem;

}

.p-service-summary__item-image05-02 {
  margin-left: 70px;
  margin-left: 4.375rem;
  max-width: 386px;
  max-width: 24.125rem;
}


.p-service-summary__item-content06 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-inline: auto;
}

.p-service-summary__item-image06-01 {
  max-width: 531px;
  max-width: 33.1875rem;
}

.p-service-summary__item-image06-02 {
  margin-top: unset;
  margin-top: initial;
  max-width: 308px;
  max-width: 19.25rem;
  width: 100%;
  margin-left:32px ;
  margin-left: 2rem;
}

.p-service-summary__item-content02 {
  margin-top: 45px;
  margin-top: 2.8125rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
}

.p-service-summary__item-image02-01 {
  max-width: 388px;
  max-width: 25rem;
}

.p-service-summary__item-text02 {
  font-size: max(48px, 10px);
  font-size: max(3rem, 10px);
}

.p-service-summary__item-image02-02 {
  max-width: 388px;
  max-width: 25rem;
}

.l-service-about{
  margin-top: 200px;
  margin-top: 12.5rem;
  margin-bottom: 140px;
  margin-bottom: 8.75rem;
}

.p-service-summary__item-content01 {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  display: flex;
  justify-content: center;
}

.p-service-summary__item-textwrap01 {
  flex-direction: column;
}

.p-service-summary__item-description01 {
  margin-top: unset;
  margin-top: initial;
  font-size: max(22px, 10px);
  font-size: max(1.375rem, 10px);
  padding: 15px 0;
  padding: 0.9375rem 0;
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
}

.p-service-summary__item-description01::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  width: 7.5rem;
  height: 120px;
  height: 7.5rem;
  background: linear-gradient(to bottom, #FF3933, #FF8D4C);
  border-radius: 50%;
  z-index: -1;
}

.p-service-summary__example {
margin-left: unset;
margin-left: initial;
margin-top: 60px;
margin-top: 3.75rem;
text-align: center;
}

.p-service-summary__example-item {
  font-size: max(22px, 10px);
  font-size: max(1.375rem, 10px);
}

.p-service-summary__example-item:not(:first-child) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-service-summary__item-image01 {
max-width: 651px;
max-width: 40.6875rem;
width: 100%;
margin-left: 50px;
margin-left: 3.125rem;
}

.p-service-summary__item::after{
  transform: translate(20%, -50%) rotate(90deg);
}

.p-service-summary__item-wrap{
  display: flex;
  justify-content: space-evenly;
  width: 80%;
  margin-inline: auto;
}

.p-service-summary__item-textwrap03{
  width: 65%;
}


}

@media screen and (max-width: 767px) {
  .p-top-mv__slider .swiper-slide img {
    object-position: center top; /* 上部中央に表示 */
  }
}