@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  overflow-x: hidden;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: all;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  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;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-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;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  width: 78.125rem;
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.c-btn {
  background-color: transparent;
  background-image: url("../img/");
  background-position: center right 1.5em;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  border: 1px solid #D9D9D9;
  color: #000;
  line-height: 1.2;
  max-width: 100%;
  min-height: 3.75rem;
  padding: 0 0.625rem;
  transition: 0.3s all;
  width: 13.75rem;
}
.c-btn span {
  display: block;
  font-size: 0.75rem;
}
.c-cat {
  background-color: #003C8C;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

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

.c-column2--gap60 {
  gap: 3.75rem;
}

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

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.c-headline1__main {
  border-left: 2px solid #003C8C;
  font-size: 1.875rem;
  padding-left: 1.875rem;
}

.c-headline1__sub {
  font-size: 1rem;
  margin-top: 0.875rem;
}

.c-hoverRun {
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #000;
  display: inline;
  text-decoration: none;
  transition: background-size 0.5s;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-imgZoom {
  overflow: hidden;
  position: relative;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.c-link {
  line-height: 1;
  position: relative;
}

.c-link::after {
  background: url(../img/common/link.svg) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -0.9375rem;
  top: 0.3em;
  width: 0.625rem;
}

.c-marker {
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.c-tag {
  border: 1px solid #D9D9D9;
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}

.c-underBar {
  display: inline-block;
  position: relative;
}
.c-underBar::before {
  -webkit-transform: translateX(-50%);
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}
.p-area {
  background: #F1F1F1;
  padding: 5rem 0;
}

.p-area__inner {
  margin-inline: auto;
  max-width: 72.5rem;
  padding: 0 25px;
}

.p-area__card {
  background: #fff;
  border-radius: 1rem;
  overflow: visible;
  padding: 3.75rem 3.75rem 3.125rem;
  position: relative;
}

.p-area__body {
  position: relative;
}

.p-area__map {
  -webkit-transform: translateY(-50%);
  left: -6.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 37.5rem;
}

.p-area__map-img {
  display: block;
  height: auto;
  margin-top: 1.25rem;
  width: 100%;
}

.p-area__content {
  margin-left: 25rem;
}

.p-area__subtitle {
  border-bottom: 1px solid #333;
  color: #333;
  display: inline-block;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0 auto 1rem;
  padding-bottom: 0.25rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-area__heading {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 0.875rem;
  text-align: center;
  white-space: nowrap;
}

.p-area__hukidasi {
  display: block;
  height: auto;
  margin-top: -1.875rem;
  width: 100%;
}

.p-area__bubble {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
  position: relative;
}

.p-area__bubble-text {
  color: #DA64A2;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.125rem;
  line-height: 1.2;
  margin-left: 5.625rem;
  text-align: left;
}

.p-area__owl {
  -webkit-transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6.25rem;
}

.p-area__desc {
  color: #333;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  margin-left: 5.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-area__buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 5rem;
}

.p-area__btn {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 0.625rem;
  color: #fff;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.04em;
  min-width: 17.5rem;
  padding: 1.125rem 2rem;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease;
}

.p-area__btn--gold {
  background: linear-gradient(90deg, #d3b128 35%, #d3b128 58%, #ffd478 98%);
}

.p-area__btn--pink {
  background: linear-gradient(90deg, #DA64A2 0%, #FC99A2 100%);
}

.p-area__btn-icon {
  flex-shrink: 0;
  height: 1.5625rem;
  margin-right: 0.5rem;
  margin-top: 0.3125rem;
  width: 1.5625rem;
}

.p-buyer-list {
  padding-bottom: 5rem;
  padding-top: 7.625rem;
}

.p-buyer-list__hero {
  background-color: #c2e7e0;
  font-family: "Zen Old Mincho", serif;
  padding: 1.875rem 0;
}

.p-buyer-list__hero-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-buyer-list__page-title {
  color: #333;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-buyer-list__content {
  padding: 3.75rem 0;
}

.p-buyer-list__inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-buyer-list__heading-wrap {
  margin-bottom: 1.25rem;
}

.p-buyer-list__heading {
  border-left: 0.5rem solid #DA64A2;
  color: #333;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-buyer-list__lead {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-bottom: 1.875rem;
  margin-bottom: 1.25rem;
  text-align: center;
}

.p-buyer-list__badges {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.p-buyer-list__badge {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.p-buyer-list__badge-icon {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 6.25rem;
}

.p-buyer-list__badge-circle {
  align-items: center;
  border: 0.125rem solid #DA64A2;
  border-radius: 50%;
  color: #DA64A2;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  height: 5.625rem;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  width: 5.625rem;
}

.p-buyer-list__table-wrap {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

.p-buyer-list__table {
  border: 0.0625rem solid #D9D9D9;
  border-collapse: collapse;
  min-width: 50rem;
  width: 100%;
}

.p-buyer-list__row--head {
  background-color: #ff89ab;
}

.p-buyer-list__th {
  border: 0.0625rem solid #D9D9D9;
  color: #333;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.75rem 0.625rem;
  text-align: center;
  white-space: nowrap;
}

.p-buyer-list__td {
  border: 0.0625rem solid #D9D9D9;
  color: #333;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 0.625rem;
  text-align: center;
}

.p-buyer-list__pagination {
  align-items: center;
  display: flex;
  gap: 0.375rem;
  justify-content: center;
  margin-top: 2.5rem;
}
.p-buyer-list__pagination .page-numbers {
  align-items: center;
  border: 0.0625rem solid #D9D9D9;
  border-radius: 0.25rem;
  color: #DA64A2;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  height: 2.5rem;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0 0.625rem;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.p-buyer-list__pagination .page-numbers:hover {
  background-color: #DA64A2;
  border-color: #DA64A2;
  color: #fff;
}
.p-buyer-list__pagination .page-numbers.current {
  background-color: #DA64A2;
  border-color: #DA64A2;
  color: #fff;
}
.p-buyer-list__pagination .page-numbers.dots {
  border: none;
  pointer-events: none;
}
.p-buyer-list__pagination .page-numbers.prev, .p-buyer-list__pagination .page-numbers.next {
  font-size: 0.8125rem;
}

.p-case-reason {
  padding-top: 7.625rem;
}

.p-case-reason__hero {
  background-color: #B7E2D8;
  background-image: url("../img/common/under-header03@2x-80.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75rem 0 5rem;
}

.p-case-reason__hero-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-case-reason__title {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-case-reason__intro {
  align-items: center;
  background-color: #fff;
  border-radius: 0.625rem;
  display: flex;
  gap: 1.875rem;
  padding: 2.5rem;
}

.p-case-reason__intro-text {
  color: #333;
  flex: 1;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
  min-width: 0;
}
.p-case-reason__intro-text p + p {
  margin-top: 1rem;
}

.p-case-reason__intro-owl {
  flex-shrink: 0;
  margin: 0;
  width: 8.75rem;
}
.p-case-reason__intro-owl img {
  height: auto;
  width: 100%;
}

.p-case-reason__section-inner {
  background-color: #fff;
  border-radius: 0.625rem;
  margin-inline: auto;
  max-width: 88.375rem;
  padding: 0 25px;
}

.p-case-reason__heading {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding-top: 5rem;
  text-align: center;
}

.p-case-reason__heading-accent {
  color: #DA2F89;
}

.p-case-reason__item {
  margin-bottom: 1.25rem;
  padding-top: 3.4375rem;
  position: relative;
}
.p-case-reason__item:nth-child(2) {
  margin-bottom: 1.875rem;
  margin-top: 3.125rem;
}
.p-case-reason__item:last-child {
  padding-bottom: 6.25rem;
}

.p-case-reason__item--reverse .p-case-reason__figure {
  left: auto;
  right: 10.3125rem;
  top: 5rem;
}
.p-case-reason__item--reverse .p-case-reason__card {
  margin-left: 10%;
  margin-right: 0;
  padding: 2rem 12.5rem 3.25rem 3.75rem;
}
.p-case-reason__item--reverse .p-case-reason__badge {
  align-items: center;
  background-color: #00A89C;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 6.6875rem;
  justify-content: center;
  right: 20rem;
  width: 6.6875rem;
}

.p-case-reason__figure {
  border: 0.5rem solid #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
  left: 7.5rem;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 3.75rem;
  width: 42%;
  z-index: 1;
}

.p-case-reason__figure img {
  -o-object-fit: cover;
  display: block;
  height: 25.125rem;
  object-fit: cover;
  width: 100%;
}

.p-case-reason__card {
  background-color: #FFF0FF;
  border: 0.176875rem solid #DA64A2;
  border-radius: 1.25rem;
  margin-left: 38%;
  margin-top: 9.375rem;
  padding: 2rem 2.5rem 3.25rem 12.5rem;
  position: relative;
  width: 50%;
}

.p-case-reason__badge {
  align-items: center;
  background-color: #00A89C;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 6.6875rem;
  justify-content: center;
  position: absolute;
  right: 13.125rem;
  top: -5rem;
  width: 6.6875rem;
}

.p-case-reason__badge-label {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-case-reason__badge-num {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.0625rem;
  font-weight: 700;
  line-height: 0.9;
}

.p-case-reason__item-title {
  color: #333;
  font-size: 1.9375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-top: 1rem;
}

.p-case-reason__item-text {
  color: #333;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 1.25rem;
}

.p-case-reason__link {
  color: #DA64A2;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-left: 38%;
  margin-top: 1rem;
  text-align: right;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
  width: 50%;
}
.p-case-reason__item--reverse .p-case-reason__link {
  margin-left: 10%;
  text-align: left;
}

.p-case-reason__btn-wrap {
  margin: 0 16.875rem 2.5rem 2.5rem;
  text-align: right;
}

.p-case-reason__btn {
  background-color: #FF717A;
  border: 0.08rem solid #fff;
  border-radius: 0.5625rem;
  color: #fff;
  display: inline-block;
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 1.25rem 3.125rem;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}

.p-case {
  padding: 5rem 0;
}

.p-case__inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-case__heading {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
  text-align: center;
}

.p-case__desc {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-case__list {
  display: grid;
  gap: 5rem 0;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  padding: 1.875rem 0 0;
  width: 60%;
}

.p-case__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

.p-case__label {
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  left: 50%;
  line-height: 1.6;
  margin-bottom: 0;
  position: absolute;
  text-align: center;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.p-case__circle {
  align-items: center;
  background-color: #FF94C2;
  border-radius: 50%;
  display: flex;
  height: 10rem;
  justify-content: center;
  margin-bottom: 1.25rem;
  position: relative;
  width: 10rem;
}
.p-case__circle img {
  -o-object-fit: contain;
  -webkit-transform: translate(-50%);
  height: auto;
  left: 50%;
  object-fit: contain;
  position: absolute;
  top: calc(50% + 3.125rem);
  transform: translate(-50%);
  width: 6.25rem;
}

.p-company {
  padding-top: 7.625rem;
}

.p-company__page-title {
  background-color: #c2e7e0;
  color: #1A1A1A;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 3.125rem;
  padding: 1.875rem 0;
  text-align: center;
}

.p-company__vision {
  margin-bottom: 6.25rem;
}

.p-company__vision-inner {
  margin-inline: auto;
  max-width: 100%;
  padding: 0;
}

.p-company__vision-figure {
  margin: 0;
  margin-inline: auto;
  max-width: 67.5rem;
  overflow: hidden;
  position: relative;
}
.p-company__vision-figure img {
  -o-object-fit: cover;
  display: block;
  height: 25rem;
  object-fit: cover;
  width: 100%;
}

.p-company__vision-overlay {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0.9375rem 2.5rem 0.9375rem 3.75rem;
  position: absolute;
  right: 3%;
  top: 0;
  width: 48%;
}

.p-company__vision-label {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
  text-align: right;
}

.p-company__vision-heading-sub {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
  text-align: right;
}

.p-company__vision-heading {
  color: #EC1C24;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.p-company__vision-text {
  color: #1A1A1A;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.p-company__guidelines {
  margin-bottom: 6.25rem;
}

.p-company__guidelines-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-company__guidelines-box {
  background-color: #ffd4e3;
  padding: 3.125rem 3.75rem;
  text-align: center;
}

.p-company__guidelines-title {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.9375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.p-company__guidelines-sub {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.875rem;
}

.p-company__guidelines-list {
  list-style: none;
  margin: 3.125rem 0 0;
  margin-inline: auto;
  max-width: 43.75rem;
  padding: 0;
  text-align: left;
}

.p-company__guidelines-item {
  color: #333;
  font-size: 1.4375rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
}

.p-company__philosophy {
  margin-bottom: 6.25rem;
}

.p-company__philosophy-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
  text-align: center;
}

.p-company__philosophy-heading {
  border-bottom: 0.1875rem solid #DA64A2;
  color: #DA64A2;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.875rem;
  padding-left: 9.375rem;
  padding-right: 9.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-company__philosophy-text {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-inline: auto;
  max-width: 56.25rem;
  text-align: left;
}

.p-company__guide {
  margin-bottom: 3.125rem;
}

.p-company__guide-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-company__guide-title {
  color: #333;
  font-size: 1.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.3125rem;
  text-align: center;
}

.p-company__guide-inner table {
  border-collapse: collapse;
  width: 100%;
}
.p-company__guide-inner tr {
  border-bottom: 1px solid #D9D9D9;
}
.p-company__guide-inner tr:first-child {
  border-top: 1px solid #D9D9D9;
}
.p-company__guide-inner th {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 2rem 2.5rem;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 18.75rem;
}
.p-company__guide-inner td {
  border-left: none;
  border-right: none;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 2rem 2.5rem;
}
.p-company__guide-inner td:first-child {
  font-weight: 700;
  padding-left: 6.25rem;
  width: 25%;
}

.p-company__photos {
  margin-bottom: 3.75rem;
}

.p-company__photos-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-company__photos-grid {
  display: flex;
  gap: 1.25rem;
}

.p-company__photos-item {
  border-radius: 0.375rem;
  flex: 1;
  margin: 0;
  overflow: hidden;
}
.p-company__photos-item img {
  -o-object-fit: cover;
  aspect-ratio: 4/3;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-company__access {
  margin-bottom: 3.125rem;
}

.p-company__access-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-company__access-box {
  border: 3px solid #DA64A2;
  border-radius: 0.625rem;
  overflow: hidden;
}

.p-company__access-welcome {
  background-color: #DA64A2;
  color: #fff;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.75rem 1.25rem;
  text-align: center;
}

.p-company__access-info {
  align-items: center;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  padding: 1.875rem 2.5rem;
}

.p-company__access-col {
  text-align: center;
}

.p-company__access-label {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-company__access-station-label {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.p-company__access-station-name {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-company__access-col--walk {
  text-align: center;
}

.p-company__access-walk {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.p-company__access-walk-num {
  color: #000;
  color: #D22626;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1;
}

.p-company__access-col--parking {
  text-align: center;
}

.p-company__access-parking {
  align-items: center;
  background-color: #D22626;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  height: 6.875rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  width: 6.875rem;
}

.p-company__map {
  margin-bottom: 2.5rem;
}

.p-company__map-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-company__map-title {
  color: #D22626;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
  text-align: center;
}

.p-company__map-figure {
  border-radius: 0.375rem;
  margin: 0 auto;
  max-width: 42.5rem;
  overflow: hidden;
}
.p-company__map-figure img {
  display: block;
  height: auto;
  width: 100%;
}

.p-company__gmap {
  margin-bottom: 3.75rem;
  margin-inline: auto;
  max-width: 45.625rem;
}

.p-company__gmap-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-company__gmap-embed {
  overflow: hidden;
  width: 100%;
}
.p-company__gmap-embed iframe {
  display: block;
  height: 28.125rem;
  width: 100%;
}

.p-contact {
  padding-top: 7.625rem;
}

.p-contact__hero {
  background-color: #B7E2D8;
  background-image: url("../img/contact/under-header03@2x-80.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75rem 0 5rem;
}

.p-contact__hero-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-contact__page-title {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-contact__intro-card {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 2.5rem 3.125rem;
}

.p-contact__intro-card-body {
  align-items: center;
  display: flex;
  gap: 1.875rem;
}

.p-contact__intro-card-text {
  flex: 1;
}

.p-contact__intro-card-img {
  flex-shrink: 0;
}
.p-contact__intro-card-img img {
  display: block;
  height: auto;
  width: 10rem;
}

.p-contact__intro-heading {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
  text-align: center;
}

.p-contact__intro-text {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
}

.p-contact__phone {
  padding: 3.75rem 0;
}

.p-contact__phone-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-contact__phone-title {
  background-color: #c2e7e0;
  color: #00A89C;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
  padding: 0.75rem 1.25rem;
  text-align: center;
}

.p-contact__phone-lead {
  color: #333;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-align: center;
}

.p-contact__phone-box {
  border: 3px solid #DA64A2;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  margin-top: 1.25rem;
  max-width: 43.75rem;
  overflow: hidden;
  width: 100%;
}

.p-contact__phone-number {
  align-items: center;
  background-color: #DA64A2;
  color: #fff;
  display: flex;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.4375rem;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
  letter-spacing: 0.05em;
  padding: 1.5rem 0.9375rem;
  text-decoration: none;
}

.p-contact__phone-icon {
  -o-object-fit: contain;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  height: 5.625rem;
  object-fit: contain;
  padding: 0.875rem;
  width: 5.625rem;
}

.p-contact__phone-info {
  background-color: #fff;
  padding: 1.5rem 2.5rem;
  text-align: center;
}

.p-contact__phone-hours {
  color: #333;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}

.p-contact__phone-holiday {
  color: #333;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.p-contact__form {
  padding: 3.75rem 0;
}

.p-contact__form-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-contact__form-title {
  background-color: #c2e7e0;
  color: #00A89C;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
  padding: 0.75rem 1.25rem;
  text-align: center;
}

.p-contact__form-subtitle {
  color: #333;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  text-align: center;
}

.p-contact__form-note {
  color: #333;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1.875rem;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
  text-align: left;
}

.p-contact-form__required-badge {
  background-color: #D22626;
  border-radius: 0.125rem;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.125rem 0.5rem;
  vertical-align: middle;
}

.p-contact-form__text-red {
  color: #D22626;
  font-weight: 700;
}

.p-contact__form-body {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1.25rem 3.125rem;
}

.p-contact__form-body .wpcf7-form {
  width: 100%;
}

.p-contact-form__table {
  border-collapse: collapse;
  width: 100%;
}

.p-contact-form__row {
  border-bottom: 1px solid #fff;
}

.p-contact-form__th {
  background-color: #8CD3CE;
  color: #333;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 1rem 0.625rem;
  position: relative;
  text-align: left;
  text-align: center;
  vertical-align: top;
  vertical-align: middle;
  white-space: nowrap;
  width: 15.625rem;
}

.p-contact-form__row:has(.p-contact-form__email-wrap) .p-contact-form__required-badge {
  -webkit-transform: translateY(-50%);
  top: 50%;
  transform: translateY(-50%);
}

.p-contact-form__th .p-contact-form__required-badge {
  position: absolute;
  right: 3%;
  top: 35%;
}

.p-contact-form__row:nth-of-type(7) .p-contact-form__required-badge {
  margin-left: 0.125rem;
  position: static;
}

.p-contact-form__td {
  background-color: #c2e7e0;
  color: #333;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 1rem 1.25rem;
  vertical-align: top;
}

.p-contact-form__td input[type=text],
.p-contact-form__td input[type=email],
.p-contact-form__td input[type=tel] {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  max-width: 50rem;
  outline: none;
  padding: 0.625rem 0.875rem;
  width: 100%;
}

.p-contact-form__td textarea {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  min-height: 7.5rem;
  outline: none;
  padding: 0.625rem 0.875rem;
  resize: vertical;
  width: 100%;
}

.p-contact-form__name-wrap {
  display: flex;
  gap: 1rem;
}

.p-contact-form__name-field {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.p-contact-form__name-label {
  color: #333;
  font-size: 0.8125rem;
  font-weight: 500;
  white-space: nowrap;
}

.p-contact-form__checkbox-group .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

.p-contact-form__checkbox-group .wpcf7-list-item {
  margin: 0;
}

.p-contact-form__checkbox-group .wpcf7-list-item label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  gap: 0.375rem;
}

.p-contact-form__section-heading {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
  text-align: center;
}

.p-contact__form-body .p-contact-form__section-heading {
  margin-top: 6.25rem;
}

.p-contact-form__radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.p-contact-form__radio-group .wpcf7-list-item {
  margin: 0;
}

.p-contact-form__radio-group .wpcf7-list-item label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  gap: 0.375rem;
}

.p-contact-form__notes {
  border: 1px solid #D9D9D9;
  border-radius: 0.25rem;
  color: #333;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
}

.p-contact-form__email-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.p-contact-form__email-wrap .wpcf7-form-control-wrap {
  width: 100%;
}

.p-contact-form__postal-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.p-contact-form__postal-wrap .wpcf7-form-control-wrap {
  width: auto;
}
.p-contact-form__postal-wrap input[type=text] {
  max-width: 11.25rem !important;
  width: 11.25rem;
}

.p-contact-form__postal-btn {
  background-color: #00A89C;
  border: none;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
  transition: 0.3s ease-in-out opacity;
}

.p-contact-form__postal-note {
  color: #333;
  font-size: 0.75rem;
}

.p-contact-form__checkbox-group .wpcf7-list-item input[type=checkbox],
.p-contact-form__confirm-item input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  border: 1px solid #D9D9D9;
  border-radius: 0.1875rem;
  cursor: pointer;
  display: block !important;
  flex-shrink: 0;
  height: 1.25rem;
  margin: 0;
  min-width: 1.25rem;
  width: 1.25rem;
}

.p-contact-form__checkbox-group .wpcf7-list-item input[type=checkbox]:checked,
.p-contact-form__confirm-item input[type=checkbox]:checked {
  background-color: #00A89C;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M3 8.5L6.5 12L13 4'/%3E%3C/svg%3E");
  border-color: #00A89C;
}

.p-contact-form__td select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-position: right 6.25rem center;
  background-repeat: no-repeat;
  background-size: 1.875rem 1.875rem;
  border: 1px solid #D9D9D9;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  max-width: 50rem;
  outline: none;
  padding: 0.625rem 2.5rem 0.625rem 0.875rem;
  width: 100%;
}

.p-contact-form__confirm {
  line-height: 1.2142857143;
  margin-top: 1.875rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: left;
}
.p-contact-form__confirm-item {
  margin-bottom: 0.75rem;
}
.p-contact-form__confirm-item .wpcf7-form-control-wrap {
  display: inline;
}
.p-contact-form__confirm-item .wpcf7-acceptance {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
}
.p-contact-form__confirm-item .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.p-contact-form__confirm-item .wpcf7-acceptance .wpcf7-list-item label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.875rem;
  gap: 0.5rem;
}

.p-contact-form__privacy-link {
  margin-top: 0.5rem;
}
.p-contact-form__privacy-link a {
  color: #00A89C;
  font-size: 0.875rem;
  text-decoration: underline;
}

.wpcf7-form:not(.invalid):not(.unaccepted) .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form:not(.invalid):not(.unaccepted) .wpcf7-not-valid {
  border-color: transparent;
}

.p-contact-form__td .wpcf7-not-valid-tip {
  color: #D22626;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.wpcf7-response-output {
  border-radius: 0.25rem;
  font-size: 0.875rem;
  margin-top: 1.25rem;
  padding: 0.75rem 1.25rem;
  text-align: center;
}

.p-contact-form__submit {
  margin-top: 1.875rem;
  text-align: center;
}

.p-contact-form__submit-btn {
  background-color: #00A89C;
  border: 2px solid #00A89C;
  border-radius: 62.5rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  min-width: 18.75rem;
  padding: 1rem 2.5rem;
  transition: 0.3s ease-in-out all;
}

.p-contact__form-body .wpcf7-form input[type=submit] {
  background-color: #00A89C;
  border: 2px solid #00A89C;
  border-radius: 62.5rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  min-width: 18.75rem;
  padding: 1rem 2.5rem;
  transition: 0.3s ease-in-out all;
}

.wpcf7-spinner {
  display: none;
}

.p-contact__service {
  background-color: #F1F1F1;
  padding-bottom: 3.125rem;
  padding-top: 0.625rem;
}

.p-contact__service-inner {
  background-color: #fff;
  margin-inline: auto;
  margin-top: 3.125rem;
  max-width: 70rem;
  padding: 0 25px;
  padding: 5rem 5rem 1.875rem;
  text-align: center;
}

.p-contact__service-heading {
  color: #DA64A2;
  font-size: 1.875rem;
  font-weight: 700;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.p-contact__service-lead {
  color: #333;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

.p-contact__service-grid {
  background-color: #ffefe8;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  padding: 2.5rem;
}

.p-contact__service-card {
  align-items: flex-start;
  color: inherit;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
  width: calc((100% - 3.75rem) / 4);
}

.p-contact__service-badge {
  background-color: #DA64A2;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 0.5rem 0.9375rem 0.4375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.p-contact__service-number {
  font-size: 1.25rem;
  line-height: 1;
  padding-left: 0.1875rem;
  vertical-align: top;
}

.p-contact__service-figure {
  height: 10rem;
  margin: 0.3125rem auto 0;
  overflow: hidden;
  width: 100%;
}
.p-contact__service-figure img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-contact__service-name {
  border-bottom: 0.0625rem solid #000;
  color: #DA64A2;
  font-size: 1.125rem;
  font-weight: 500;
  font-weight: 700;
  padding: 0.3125rem 0 0;
  text-align: left;
}

.p-contact__service-desc {
  text-align: left;
}

.p-contact__service-tel {
  margin-top: 1.875rem;
  text-align: center;
}

.p-contact__service-tel-number {
  align-items: center;
  color: #00A89C;
  display: flex;
  font-size: 1.875rem;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 0.5rem;
  text-decoration: none;
}

.p-contact__service-tel-icon {
  color: #00A89C;
  height: 1.25rem;
  width: 1.25rem;
}

.p-contact__service-tel-hours {
  color: #333;
  font-size: 0.875rem;
  font-weight: 400;
}

.p-contact__service-tel-holiday {
  color: #333;
  font-size: 0.875rem;
  font-weight: 400;
}

.p-contact__cta {
  background-color: #E0F2F0;
  padding: 3.75rem 0;
}

.p-contact__cta-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
  text-align: center;
}

.p-contact__cta-heading {
  color: #00A89C;
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-contact__cta-lead {
  color: #333;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
}

.p-contact__cta-buttons {
  display: flex;
  gap: 1.875rem;
  justify-content: center;
  margin-top: 2.5rem;
}

.p-contact__cta-box {
  align-items: center;
  background-color: #fff;
  box-shadow: 0.5rem 0.4375rem 0.0625rem #00A89C;
  flex: 1;
  max-width: 30rem;
  padding: 1.5rem 2.5rem;
  text-align: center;
}

.p-contact__cta-box-label {
  color: #00A89C;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.p-contact__cta-box-tel-row {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  line-height: 1.1666666667;
}

.p-contact__cta-box-content {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.p-contact__cta-box-icon-circle {
  align-items: center;
  background-color: #DA64A2;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  height: 4rem;
  justify-content: center;
  width: 4rem;
}

.p-contact__cta-box-body {
  flex: 1;
}

.p-contact__cta-box--mail .p-contact__cta-box-icon-circle {
  margin-right: 0.625rem;
}

.p-contact__cta-box-tel {
  color: #DA64A2;
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
  text-decoration: none;
}

.p-contact__cta-box--mail {
  display: flex;
}

.p-contact__cta-box-hours {
  color: #333;
  font-size: 0.8125rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
}

.p-contact__cta-box-note {
  color: #333;
  font-size: 0.75rem;
  font-weight: 400;
}

.p-contact__cta-box-btn {
  background-color: #DA64A2;
  border-radius: 0.375rem;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  padding: 0.5625rem 1.875rem 0.4375rem;
  text-decoration: none;
  transition: 0.3s ease-in-out opacity;
}

.p-contact__cta-box-response {
  color: #333;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.p-contact__company-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-contact__company-content {
  align-items: flex-start;
  display: flex;
  gap: 2.5rem;
}

.p-contact__company-info {
  flex: 1;
}

.p-contact__company-info .wp-block-table .has-fixed-layout {
  border: none;
  border-collapse: separate;
  border-spacing: 0 0.75rem;
  padding-top: 1.25rem;
  width: 100%;
}

.p-contact__company-info .wp-block-table td:first-child {
  background-color: #00A89C;
  border-radius: 0.3125rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 35%;
}

.p-contact__company-info .wp-block-table td {
  border: none;
}

.p-contact__company-info .wp-block-table td:last-child {
  padding-left: 1.25rem;
}

.p-contact__company-th {
  background-color: #00A89C;
  border-radius: 62.5rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 7.5rem;
}

.p-contact__company-td {
  color: #333;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  padding: 0.5rem 1.25rem;
  vertical-align: middle;
}

.p-contact__company-photo {
  display: flex;
  flex-shrink: 0;
  height: 27.5rem;
  justify-content: center;
  overflow: hidden;
}
.p-contact__company-photo img {
  aspect-ratio: 480/320;
  display: block;
  height: auto;
  width: 100%;
}

.p-contact__company-map {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.p-contact__company-map-embed {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.p-contact__company-map-embed iframe {
  display: block;
  height: 28.125rem;
  width: 100%;
}

.p-first {
  padding-bottom: 5rem;
  padding-top: 7.625rem;
  position: relative;
  z-index: 0;
}

.p-first__hero {
  background-color: #B7E2D8;
  background-image: url("../img/common/under-header03@2x-80.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75rem 0 5rem;
}

.p-first__hero-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-first__title {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-first__intro {
  align-items: center;
  background-color: #fff;
  border-radius: 0.625rem;
  display: flex;
  gap: 1.25rem;
  padding: 0.9375rem 1.875rem;
}

.p-first__intro-title {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.p-first__intro-text {
  color: #333;
  flex: 1;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
  min-width: 0;
}
.p-first__intro-text p + p {
  margin-top: 1rem;
}

.p-first__intro-text p {
  margin-top: 1.25rem;
}

.p-first__intro-owl {
  border-radius: 0.625rem;
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
  width: 17.5rem;
}
.p-first__intro-owl img {
  -o-object-fit: cover;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-first__steps {
  padding: 3.75rem 0 2.5rem;
}

.p-first__steps-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-first__step {
  padding-left: 8.5rem;
  position: relative;
}
.p-first__step:not(:last-child)::before {
  background-color: #1A998A;
  bottom: 0;
  content: "";
  left: 3.65625rem;
  position: absolute;
  top: 2.5rem;
  width: 0.1875rem;
}
.p-first__step:not(:last-child) {
  padding-bottom: 3.125rem;
}

.p-first__step-head {
  align-items: center;
  display: flex;
  margin-bottom: 1rem;
}

.p-first__step-badge {
  align-items: center;
  background-color: #1A998A;
  border-radius: 0.9375rem;
  color: #fff;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  height: 2.5rem;
  justify-content: center;
  left: 0;
  letter-spacing: 0.05em;
  min-width: 7.5rem;
  padding: 0 1rem;
  position: absolute;
  white-space: nowrap;
}

.p-first__step-title {
  color: #DA64A2;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.p-first__step-content {
  align-items: flex-start;
  display: flex;
  gap: 1.875rem;
}

.p-first__step-body {
  flex: 1;
  min-width: 0;
}

.p-first__step-text {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
}

.p-first__step-link {
  color: #DA64A2;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 0.5rem;
  text-decoration: none;
}

.p-first__step-figure {
  border-radius: 0.375rem;
  flex-shrink: 0;
  height: 12.6875rem;
  margin: 0;
  overflow: hidden;
  width: 17.5rem;
}
.p-first__step-figure img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-first__cta {
  padding: 1.25rem 0 3.75rem;
}

.p-first__cta-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-first__cta-box {
  border: 3px solid #DA64A2;
  border-radius: 0.625rem;
  padding: 1.875rem 2.5rem;
  text-align: center;
}

.p-first__cta-text {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-footer-cta {
  background-color: #fff;
  overflow: hidden;
}

.p-footer-cta__inner {
  align-items: center;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  margin: 0 auto;
  max-width: 68.75rem;
  position: relative;
  width: 100%;
}

.p-footer-cta__media {
  flex-shrink: 0;
  padding-right: 5rem;
  padding-top: 3.75rem;
  position: relative;
}

.p-footer-cta__figure {
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
  width: 25rem;
}

.p-footer-cta__figure img {
  display: block;
  height: auto;
  width: 100%;
}

.p-footer-cta__text {
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1;
}

.p-footer-cta__sub {
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0.25rem;
}

.p-footer-cta__heading {
  color: #DA64A2;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}

.p-footer-cta__buttons {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.75rem;
  padding: 1.25rem 0;
}

.p-footer-cta__btn {
  align-items: center;
  border-radius: 0.5rem;
  color: #fff;
  display: flex;
  font-size: 1.375rem;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 1.125rem 3.125rem;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease-in-out;
  white-space: nowrap;
}

.p-footer-cta__btn--gold {
  background: linear-gradient(to right, #d3b128, #ffd478);
}

.p-footer-cta__btn--pink {
  background: linear-gradient(to right, #DA64A2, #FC99A2);
}

.p-footer {
  background-color: #E6D29B;
  overflow: hidden;
  padding: 3.125rem 0 0;
}

.p-footer__inner {
  align-items: flex-start;
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 81.25rem;
  padding: 0 25px;
}

.p-footer__left {
  flex: 1;
  min-width: 0;
}

.p-footer__right {
  align-items: flex-end;
  display: flex;
  flex-shrink: 0;
  gap: 1rem;
}

.p-footer__nav {
  margin-bottom: 2.5rem;
}

.p-footer__nav-list {
  display: grid;
  gap: 1rem 0rem;
  grid-template-columns: repeat(4, auto);
  justify-content: start;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-footer__nav-item {
  border-left: 0.125rem solid #333;
  margin-right: 2.5rem;
  padding-left: 1rem;
}

.p-footer__nav-link {
  color: #333;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
  white-space: nowrap;
}

.p-footer__contact {
  align-items: flex-end;
  display: flex;
  gap: 1.875rem;
}

.p-footer__phone {
  text-align: left;
}

.p-footer__phone-label {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}

.p-footer__phone-number {
  align-items: center;
  color: #333;
  color: #DA64A2;
  display: flex;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.625rem;
  font-weight: 700;
  gap: 0.125rem;
  justify-content: center;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
  white-space: nowrap;
}
.p-footer__phone-number img {
  display: block;
  height: auto;
  margin-top: 0.625rem;
  width: 1.875rem;
}

.p-footer__phone-hours {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  margin: 0.25rem 0 0;
}

.p-footer__contact-btn {
  background: linear-gradient(to right, #DA64A2, #FC99A2);
  border: 2px solid #fff;
  border-radius: 0.625rem;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 1.375rem 3.125rem;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
  white-space: nowrap;
}

.p-footer__company {
  text-align: right;
}

.p-footer__company-catch {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.25rem;
}

.p-footer__company-title {
  color: #333;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

.p-footer__company-logo {
  margin: 0 0 0.75rem;
}
.p-footer__company-logo img {
  display: block;
  height: auto;
  margin-left: auto;
  width: 16.25rem;
}

.p-footer__company-hours {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.p-footer__company-hours p {
  margin: 0;
}

.p-footer__privacy {
  border-left: 0.125rem solid #333;
  display: inline-block;
  padding-left: 1rem;
}

.p-footer__privacy-link {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}

.p-footer__official {
  margin-top: 0.9375rem;
}

.p-footer__official-link {
  background-color: #fff;
  border: 2px solid #DA64A2;
  border-radius: 0.375rem;
  color: #DA64A2;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.p-footer__mascot {
  align-self: flex-end;
  flex-shrink: 0;
  margin: 0;
}
.p-footer__mascot img {
  display: block;
  height: auto;
  width: 10rem;
}

.p-footer__copyright {
  margin-inline: auto;
  max-width: 81.25rem;
  padding: 1.875rem 25px 1.25rem;
  text-align: center;
}
.p-footer__copyright p {
  color: #333;
  font-size: 0.875rem;
  line-height: 1.2;
  margin: 0;
}

.footer__link {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  margin-top: 0.625rem;
}

.p-fv {
  height: 38.6979166667vw;
  margin-top: 7.625rem;
  overflow: hidden;
  position: relative;
}

.p-fv__inner {
  align-items: center;
  display: flex;
  height: 100%;
  margin-inline: auto;
  min-height: inherit;
  padding: 0 25px;
  position: relative;
  width: 90%;
  z-index: 2;
}

.p-fv__bg {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.p-fv__bg-left {
  background-image: url("../img/front-page/fv-bg-img.jpeg");
  background-position: 125% 80%;
  background-repeat: no-repeat;
  background-size: 150%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 59.53125%;
}

.p-fv__bg-right {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80%;
  position: absolute;
  right: 0;
  top: 0;
  width: 62%;
}

.p-fv__overlay {
  background-image: url("../img/front-page/top-slider@2x.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 45%;
  z-index: 1;
}

.p-fv__content {
  padding: 13.75rem 0 3.75rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

.p-fv__heading {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-shadow: 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000, 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 5px 5px 5px #333;
}

.p-fv__heading-line {
  display: block;
}

.p-fv__sub-row {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-top: 0.625rem;
  width: 100%;
}

.p-fv__sub {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.3125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-shadow: 5px 5px 10px black;
}

.p-fv__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
  position: relative;
  z-index: 3;
}

.p-fv__btn {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 0.625rem;
  color: #fff;
  display: inline-flex;
  font-size: 1.8125rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.2;
  min-width: 17.5rem;
  padding: 1.125rem 2rem;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
}

.p-fv__btn--gold {
  background: linear-gradient(90deg, #d3b128 35%, #d3b128 58%, #ffd478 98%);
  border-color: #fff;
}

.p-fv__btn--pink {
  background: linear-gradient(90deg, #DA64A2 0%, #FC99A2 100%);
  border-color: #fff;
}

.p-fv__btn-icon {
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.p-fv__slider {
  height: 100%;
  width: 100%;
}

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

.p-fv__pagination {
  display: none;
}

.p-fv__caption {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.3125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.p-header {
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(241, 241, 241, 0.1);
  height: 7.625rem;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.p-header__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 100%;
  overflow: visible;
  padding: 0 7.5rem 0 7.5rem;
  position: relative;
  width: 100%;
}

.p-header__left {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-family: "Zen Old Mincho", serif;
}
.p-header__tagline {
  color: #333;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 1.25rem;
}

.p-header__logo {
  align-items: center;
  display: flex;
  outline: none;
  text-decoration: none;
}

.p-header__logo-icon img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 20.625rem;
}

.p-header__logo-text {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.p-header__logo-catch {
  color: #333;
  font-size: 0.78125rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-header__logo-name {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-header__logo-suffix {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-header__right {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  height: 100%;
  margin-left: auto;
}

.p-header__center {
  text-align: right;
}

.p-header__menu {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 0.625rem;
}

.p-header__menu-link {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
  text-decoration: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.p-header__menu-item--has-child {
  position: relative;
}
.p-header__menu-item--has-child:hover > .p-header__submenu, .p-header__menu-item--has-child:focus-within > .p-header__submenu {
  -webkit-transform: translateY(0);
  opacity: 1;
  text-align: left;
  transform: translateY(0);
  visibility: visible;
}
.p-header__menu-item--has-child:hover > .p-header__menu-link .p-header__dropdown-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-header__dropdown-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid currentColor;
  display: inline-block;
  height: 0;
  margin-left: 0.375rem;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
  width: 0;
}

.p-header__submenu {
  -webkit-transform: translateY(-0.5rem);
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: "Zen Old Mincho", serif;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 9.375rem;
  opacity: 0;
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  transform: translateY(-0.5rem);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  visibility: hidden;
  z-index: 10;
}

.p-header__submenu-item:not(:last-child) {
  border-bottom: 1px solid #F1F1F1;
}

.p-header__submenu-item--circle {
  align-items: center;
  background-color: #DA64A2;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 0.8125rem;
  height: 1.25rem;
  justify-content: center;
  line-height: 0.8;
  width: 1.25rem;
}

.p-header__submenu-link {
  color: #333;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.75rem 1rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.p-header__contact {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
}

.p-header__official {
  text-align: right;
}

.p-header__official-link {
  border: 2px solid #DA64A2;
  border-radius: 0.375rem;
  color: #DA64A2;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.3125rem 1rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}

.p-header__contact-row {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.p-header__contact-label {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-header__contact-tel {
  align-items: center;
  color: #DA64A2;
  display: flex;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.1875rem;
  font-weight: 700;
  gap: 0.125rem;
  line-height: 1.2;
  outline: none;
  text-decoration: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.p-header__contact-icon {
  aspect-ratio: 23/30;
  color: #DA64A2;
  flex-shrink: 0;
  height: 1.875rem;
  margin-top: 0.3125rem;
  width: auto;
}

.p-header__buttons {
  display: flex;
  flex-direction: row;
  height: 100%;
  margin-right: -7.5rem;
}

.p-header__btn {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  gap: 0.375rem;
  height: 100%;
  justify-content: center;
  min-width: 0;
  outline: none;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 8.75rem;
}
.p-header__btn--teal {
  background-color: #00A89C;
  color: #fff;
}

.p-header__btn--blue {
  background-color: #0071BB;
  color: #fff;
}

.p-header__btn--pink {
  background: linear-gradient(90deg, #DA64A2 0%, #FC99A2 100%);
  color: #fff;
}

.p-header__btn-main {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-header__btn-sub {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.p-header__hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  flex-shrink: 0;
  height: 2.5rem;
  padding: 0;
  position: relative;
  width: 2.5rem;
  z-index: 400;
}

.p-header__hamburger-line {
  background-color: #333;
  border-radius: 1px;
  display: block;
  height: 2px;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 1.5rem;
}
.is-open .p-header__hamburger-line:nth-child(1) {
  -webkit-transform: translateY(0.5rem) rotate(45deg);
  transform: translateY(0.5rem) rotate(45deg);
}
.is-open .p-header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.is-open .p-header__hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-0.5rem) rotate(-45deg);
  transform: translateY(-0.5rem) rotate(-45deg);
}

.p-header__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 350;
}
.p-header__overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.p-header__drawer {
  -webkit-transform: translateX(100%);
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  height: 100%;
  max-width: 85%;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 18.75rem;
  z-index: 500;
}
.p-header__drawer.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-header__drawer-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2.5rem 1.5rem 2.5rem;
  position: relative;
}

.p-header__drawer-close {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 1rem;
  top: 1rem;
  transition: opacity 0.3s ease;
  width: 2.5rem;
}

.p-header__drawer-close-line {
  background-color: #333;
  border-radius: 1px;
  height: 2px;
  position: absolute;
  width: 1.5rem;
}
.p-header__drawer-close-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-header__drawer-close-line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-header__drawer-contact {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-header__drawer-contact-label {
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
}

.p-header__drawer-tel {
  align-items: center;
  color: #DA64A2;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 0.5rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-header__drawer-tel-icon {
  color: #DA64A2;
  flex-shrink: 0;
  margin-top: 0.625rem;
}

.p-header__drawer-menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-header__drawer-menu-item {
  border-bottom: 1px solid #D9D9D9;
}
.p-header__drawer-menu-item:first-child {
  border-top: 1px solid #D9D9D9;
}

.p-header__drawer-menu-link {
  color: #333;
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 1rem 0.5rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.p-header__drawer-menu-parent {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.p-header__drawer-menu-parent.js-accordion-toggle {
  outline: none;
}
.p-header__drawer-menu-parent.js-accordion-toggle:focus-visible {
  outline: 2px solid #DA64A2;
  outline-offset: 2px;
}

.p-header__drawer-menu-item--has-child > .p-header__drawer-menu-parent > .p-header__drawer-menu-link {
  flex: 1;
}

.p-header__accordion-icon {
  display: block;
  flex-shrink: 0;
  height: 0.875rem;
  position: relative;
  width: 0.875rem;
}
.p-header__accordion-icon::before, .p-header__accordion-icon::after {
  background-color: #333;
  border-radius: 1px;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-header__accordion-icon::before {
  -webkit-transform: translate(-50%, -50%);
  height: 2px;
  transform: translate(-50%, -50%);
  width: 0.875rem;
}
.p-header__accordion-icon::after {
  -webkit-transform: translate(-50%, -50%);
  height: 0.875rem;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 2px;
}
.is-open > .p-header__accordion-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-header__drawer-submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 0.5rem 1rem;
}

.p-header__drawer-submenu-item:not(:last-child) {
  border-bottom: 1px solid #F1F1F1;
}

.p-header__drawer-submenu-link {
  color: #333;
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.75rem 0.5rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.p-header__drawer-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.p-header__drawer-btn {
  align-items: center;
  border-radius: 0.5rem;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding: 1rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-header__drawer-btn--teal {
  background-color: #00A89C;
  color: #fff;
}

.p-header__drawer-btn--blue {
  background-color: #0071BB;
  color: #fff;
}

.p-header__drawer-btn--pink {
  background-color: #DA64A2;
  color: #fff;
}

.p-header__drawer-btn-main {
  font-size: 1.125rem;
  font-weight: 700;
}

.p-header__drawer-btn-sub {
  font-size: 0.875rem;
  font-weight: 500;
}

.p-header__drawer-official {
  margin-top: -0.125rem;
  text-align: center;
}

.p-header__drawer-official-link {
  border: 2px solid #DA64A2;
  border-radius: 0.375rem;
  color: #DA64A2;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.p-header__fixed-bar {
  display: none;
}

.p-header__fixed-btn {
  align-items: center;
  color: #fff;
  display: flex;
  flex: 1;
  font-weight: 700;
  gap: 0.375rem;
  justify-content: center;
  padding: 0.875rem 0.5rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-header__fixed-btn--tel {
  background: linear-gradient(90deg, #d3b128 35%, #d3b128 58%, #ffd478 98%);
}

.p-header__fixed-btn--contact {
  background: linear-gradient(90deg, #DA64A2 0%, #FC99A2 100%);
}

.p-header__fixed-btn-icon {
  flex-shrink: 0;
  height: 1.25rem;
  width: 1.25rem;
}

.p-header__fixed-btn-text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

body.is-drawer-open {
  overflow: hidden;
}

/*reCAPTCHAの非表示*/
.grecaptcha-badge {
  visibility: hidden;
}

.p-hoge {
  color: blue;
  font-size: 6.25rem;
}

.p-hoge2 {
  color: pink;
  font-size: 1.875rem;
}

.p-media {
  display: flex;
  font-size: 1.25rem;
  justify-content: space-between;
  max-width: 100%;
}

.foo {
  font-size: 6.25rem;
}

.p-media__head {
  font-size: 1.875rem;
}

.p-media__txt {
  font-size: 1.25rem;
}

.p-media__img {
  width: 40%;
}

.p-media__body {
  width: 50%;
}

.p-menu {
  padding-bottom: 5rem;
  padding-top: 7.625rem;
  position: relative;
  z-index: 0;
}

.p-menu__hero {
  background-color: #B7E2D8;
  background-image: url("../img/common/under-header03@2x-80.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75rem 0 5rem;
}

.p-menu__hero-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-menu__page-title {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-menu__intro-card {
  align-items: center;
  background-color: #fff;
  border-radius: 0.625rem;
  display: flex;
  gap: 0.625rem;
  padding: 1.25rem 1.875rem;
}

.p-menu__intro-body {
  flex: 1;
  min-width: 0;
}

.p-menu__intro-heading {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.p-menu__intro-text {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
}

.p-menu__intro-figure {
  border-radius: 0.625rem;
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
  width: 25.1875rem;
}
.p-menu__intro-figure img {
  -o-object-fit: cover;
  aspect-ratio: 480/320;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-menu__section {
  padding: 5rem 0 0;
}

.p-menu__section-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-menu__heading {
  align-items: center;
  color: #333;
  display: flex;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  gap: 0.75rem;
  justify-content: center;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
}

.p-menu__heading-bar {
  background-color: #DA64A2;
  border-radius: 0.25rem;
  display: inline-block;
  flex-shrink: 0;
  height: 2.25rem;
  width: 0.5rem;
}

.p-menu__desc {
  color: #333;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  text-align: left;
}

.p-menu__diagram {
  margin: 0.625rem 0 1.875rem;
  text-align: center;
}
.p-menu__diagram img {
  display: inline-block;
  height: auto;
  max-width: 75rem;
  width: 100%;
}

.p-menu__table-lead {
  color: #333;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  text-align: left;
}

.p-menu__table-wrap {
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.25rem;
  margin-top: 0.625rem;
  overflow-x: auto;
}

.p-menu__table-accordion {
  display: none;
}

.p-menu__table-accordion-item {
  border: 1px solid #ffa7a7;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-menu__table-accordion-item + .p-menu__table-accordion-item {
  margin-top: 0.75rem;
}

.p-menu__table-accordion-trigger {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  appearance: none;
  background-color: #ffa7a7;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: space-between;
  padding: 0.875rem 1rem;
  text-align: left;
  touch-action: manipulation;
  width: 100%;
}
.p-menu__table-accordion-trigger[aria-expanded=true] .p-menu__table-accordion-icon::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-menu__table-accordion-icon {
  flex-shrink: 0;
  height: 1rem;
  position: relative;
  width: 1rem;
}
.p-menu__table-accordion-icon::before, .p-menu__table-accordion-icon::after {
  background-color: #fff;
  border-radius: 0.125rem;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
}
.p-menu__table-accordion-icon::before {
  -webkit-transform: translate(-50%, -50%);
  height: 0.125rem;
  transform: translate(-50%, -50%);
  width: 1rem;
}
.p-menu__table-accordion-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  height: 1rem;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 0.125rem;
}

.p-menu__table-accordion-trigger[aria-expanded=true] .p-menu__table-accordion-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-menu__table-accordion-panel {
  background-color: #fff;
  display: none;
  padding: 1rem;
}

.p-menu__table-accordion-dl {
  margin: 0;
}

.p-menu__table-accordion-dt {
  background-color: #ffa7a7;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-top: 0.625rem;
  padding: 0.5rem 0.75rem;
}
.p-menu__table-accordion-dt:first-child {
  margin-top: 0;
}

.p-menu__table-accordion-dd {
  border-bottom: 1px solid #D9D9D9;
  color: #333;
  font-size: 0.9375rem;
  font-weight: 500;
  margin: 0;
  padding: 0.625rem 0.75rem;
  text-align: center;
}

.p-menu__table {
  border-collapse: collapse;
  font-size: 0.9375rem;
  min-width: 40rem;
  text-align: center;
  width: 100%;
}

.p-menu__table-th {
  background-color: #ffa7a7;
  border: 1px solid #000;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1.125rem 1.25rem;
  white-space: nowrap;
}

.p-menu__table-td {
  border: 1px solid #000;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.25rem 1.25rem;
  vertical-align: middle;
}
.p-menu__table-td--label {
  background-color: #ffa7a7;
  color: #fff;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
.p-menu__table-td--center {
  text-align: center;
}

.p-menu__table-symbol {
  font-size: 2rem;
  line-height: 1;
}

.p-menu__guarantee-visual {
  position: relative;
}

.p-menu__guarantee-top {
  margin-bottom: 1.25rem;
  margin-top: 3.125rem;
  max-width: 95rem;
}

.p-menu__guarantee-top-img {
  margin: 0;
}
.p-menu__guarantee-top-img img {
  display: block;
  height: auto;
  width: 100%;
}
.p-menu__guarantee-top-img--sp {
  display: none;
}
.p-menu__guarantee-top-img--sp figure {
  margin: 0.625rem auto 0;
  max-width: 25rem;
}

.p-menu__guarantee-img {
  margin: 0;
}
.p-menu__guarantee-img img {
  display: block;
  height: auto;
  width: 100%;
}
.p-menu__guarantee-img--couple {
  width: 15rem;
}
.p-menu__guarantee-img--single {
  width: 12.5rem;
}
.p-menu__guarantee-img--staff {
  flex-shrink: 0;
  width: 17.5rem;
}

.p-menu__guarantee-staff-wrap {
  flex-shrink: 0;
  padding-right: 5rem;
  position: relative;
}
.p-menu__guarantee-staff-wrap .p-menu__guarantee-circle {
  position: absolute;
  right: -2.1875rem;
  top: 1.25rem;
}

.p-menu__guarantee-bottom {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.p-menu__guarantee-circle {
  align-items: center;
  background-color: #3AAFA9;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 700;
  height: 8.75rem;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
  width: 8.75rem;
}

.p-menu__guarantee-message {
  min-width: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-menu__guarantee-lead {
  color: #DA64A2;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-top: 2.8125rem;
  padding-left: 1.5625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-menu__guarantee-highlight {
  font-size: 2.125rem;
}

.p-menu__purchase-content {
  align-items: center;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  margin: 0 auto;
  max-width: 50rem;
}

.p-menu__purchase-info {
  flex: 1;
  min-width: 0;
}

.p-menu__purchase-logo {
  margin: 0 0 1.25rem;
}
.p-menu__purchase-logo img {
  display: block;
  height: auto;
  max-width: 18.75rem;
}

.p-menu__purchase-recommend {
  color: #DA64A2;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

.p-menu__purchase-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-menu__purchase-list li {
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  padding-left: 1.25rem;
  position: relative;
}
.p-menu__purchase-list li::before {
  content: "・";
  left: 0;
  position: absolute;
}

.p-menu__purchase-figure {
  flex-shrink: 0;
  margin: 0;
  width: 31.25rem;
}
.p-menu__purchase-figure img {
  display: block;
  height: auto;
  width: 100%;
}

.p-modal {
  background: rgba(255, 255, 255, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.p-modal__block {
  -webkit-transform: translate(-50%, -50%);
  background-color: #FEAEBB;
  border-radius: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27.5rem;
}

.p-modal__wrap {
  padding: 3.75rem 0 2.5rem;
  position: relative;
}

.p-pageTop {
  bottom: 1.875rem;
  cursor: pointer;
  position: fixed;
  right: 1.875rem;
  z-index: 50;
}

.p-pageTop__wrap {
  position: relative;
}

.p-pageTop__wrap img {
  width: 3.125rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.p-performance {
  padding: 5rem 0;
}

.p-performance__inner {
  margin-inline: auto;
  max-width: 72.5rem;
  padding: 0 25px;
}

.p-performance__heading {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8125rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-performance__heading-accent {
  color: #DA64A2;
}

.p-performance__map {
  margin-bottom: 2rem;
}
.p-performance__map #embed_map {
  display: block;
  height: 1200px;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.p-performance__controls {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.p-performance__tabs {
  display: flex;
  gap: 0;
}

.p-performance__tab {
  background: #fff;
  border: 1px solid #C8C8C8;
  border-right: none;
  color: #333;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.875rem 2.5rem;
  transition: background 0.2s ease;
}
.p-performance__tab:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}
.p-performance__tab:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
  border-right: 1px solid #C8C8C8;
}
.p-performance__tab.is-active {
  background: #D9D9D9;
}

.p-performance__view-toggle {
  align-items: center;
  border: 1px solid #C8C8C8;
  border-radius: 0.25rem;
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
}

.p-performance__view-label {
  color: #333;
  font-size: 0.875rem;
}

.p-performance__view-btn {
  align-items: center;
  background: none;
  border: none;
  color: #D9D9D9;
  cursor: pointer;
  display: flex;
  height: 1.75rem;
  justify-content: center;
  padding: 0;
  width: 1.75rem;
}
.p-performance__view-btn.is-active {
  color: #333;
}

.p-performance__list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 3rem;
}
.p-performance__list.is-list {
  grid-template-columns: 1fr;
}

.p-performance__card {
  background: #fff;
  border: 1px solid #C8C8C8;
  border-radius: 0.375rem;
  padding: 1.25rem 1.5rem;
}

.p-performance__card-head {
  align-items: flex-start;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  margin-bottom: 0.625rem;
}

.p-performance__card-price-wrap {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 0.5rem;
}

.p-performance__card-icon {
  -o-object-fit: contain;
  flex-shrink: 0;
  height: 1.75rem;
  object-fit: contain;
  width: 1.75rem;
}

.p-performance__card-price {
  color: #E88000;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-performance__card-meta {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 0.5rem;
}

.p-performance__card-new {
  background: #009CDB;
  border-radius: 0.1875rem;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.125rem 0.375rem;
}

.p-performance__card-date {
  color: #333;
  font-size: 0.9375rem;
  white-space: nowrap;
}

.p-performance__card-address {
  font-size: 0.9375rem;
  margin-bottom: 0.5rem;
}
.p-performance__card-address a {
  color: #1155CC;
  text-decoration: underline;
}

.p-performance__card-detail {
  color: #333;
  font-size: 0.875rem;
}

.p-performance__empty {
  color: #333;
  font-size: 1rem;
  grid-column: 1/-1;
  padding: 2.5rem 0;
  text-align: center;
}

.p-performance__btn-wrap {
  text-align: center;
}

.p-performance__btn {
  background: #009CDB;
  border-radius: 0.625rem;
  color: #fff;
  display: inline-block;
  font-size: 1.8125rem;
  font-weight: 700;
  min-width: 21.75rem;
  padding: 1.375rem 3rem;
  text-decoration: none;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
}

.p-privacy {
  padding-bottom: 5rem;
  padding-top: 7.625rem;
}

.p-privacy__hero {
  background-color: #C2E7E0;
  padding: 3.75rem 0;
}

.p-privacy__hero-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-privacy__page-title {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-privacy__content {
  padding: 3.75rem 0;
}

.p-privacy__content-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-privacy__intro {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-bottom: 3.125rem;
}

.p-privacy__section {
  margin-bottom: 2.5rem;
}
.p-privacy__section:last-child {
  margin-bottom: 0;
}

.p-privacy__section-heading {
  align-items: center;
  background: linear-gradient(90deg, #F9629B, #FFB6C1);
  border-radius: 0.25rem;
  color: #fff;
  display: flex;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  gap: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  padding: 0.75rem 1.25rem;
}

.p-privacy__section-number {
  align-items: center;
  border-radius: 0.25rem;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 700;
  height: 2rem;
  justify-content: center;
  min-width: 2rem;
}

.p-privacy__section-body {
  padding: 0 0.625rem;
}

.p-privacy__section-text {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2;
}

.p-privacy__section-list {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
}

.p-privacy__section-list-item {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2;
  padding-left: 1rem;
  position: relative;
}
.p-privacy__section-list-item::before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  height: 0.375rem;
  left: 0;
  position: absolute;
  top: 0.875rem;
  width: 0.375rem;
}

.p-privacy__contact-text {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.p-reason01 {
  padding-bottom: 5rem;
  padding-top: 7.625rem;
}

.p-reason01__hero {
  background-color: #B7E2D8;
  background-image: url("../img/common/under-header03@2x-80.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75rem 0 5rem;
}

.p-reason01__hero-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-reason01__page-title {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-reason01__intro-card {
  align-items: center;
  background-color: #fff;
  border-radius: 0.625rem;
  display: flex;
  gap: 0.625rem;
  padding: 1.25rem 1.875rem;
}

.p-reason01__intro-body {
  flex: 1;
  min-width: 0;
}

.p-reason01__intro-head {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.p-reason01__badge {
  align-items: center;
  background-color: #1A998A;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  height: 4.375rem;
  justify-content: center;
  width: 4.375rem;
}

.p-reason01__badge-num {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}

.p-reason01__intro-head-text {
  flex: 1;
  min-width: 0;
}

.p-reason01__intro-label {
  color: #333;
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.p-reason01__intro-title {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.p-reason01__intro-text {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
}

.p-reason01__intro-figure {
  border-radius: 0.625rem;
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
  width: 25.1875rem;
}
.p-reason01__intro-figure img {
  -o-object-fit: cover;
  aspect-ratio: 480/320;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-reason01__section {
  padding-top: 5rem;
}

.p-reason01__section-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-reason01__heading {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1.875rem;
  text-align: center;
}

.p-reason01__desc {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-bottom: 3.125rem;
  text-align: left;
}

.p-reason01__sub-section {
  margin-bottom: 3.75rem;
  position: relative;
}

.p-reason01__sub-heading {
  align-items: flex-start;
  color: #333;
  display: flex;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.875rem;
  font-weight: 700;
  gap: 0.625rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.p-reason01__portal-text .p-reason01__sub-heading {
  margin-top: 3.125rem;
}

.p-reason01__sub-heading-bar {
  background-color: #DA64A2;
  border-radius: 0.1875rem;
  display: inline-block;
  flex-shrink: 0;
  height: 2.5rem;
  margin-top: 0.3125rem;
  width: 0.375rem;
}

.p-reason01__site-block {
  align-items: stretch;
  display: flex;
  gap: 1.25rem;
  margin-top: 4.375rem;
}

.p-reason01__site-left {
  align-content: flex-start;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  min-width: 0;
  position: relative;
}

.p-reason01__site-text {
  width: 100%;
  z-index: 2;
}

.p-reason01__site-desc {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  width: 75%;
}

.p-reason01__site-phone {
  align-self: flex-end;
  margin: 0;
  margin-top: -9.375rem;
  order: 2;
  width: 13.75rem;
  z-index: 1;
}
.p-reason01__site-phone img {
  display: block;
  height: auto;
  width: 100%;
}

.p-reason01__site-url {
  align-self: flex-end;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  margin-left: auto;
  order: 1;
  padding-top: 0.625rem;
}

.p-reason01__arrow-down {
  display: none;
}

.p-reason01__site-screenshot {
  flex-shrink: 0;
  margin: 0;
  width: 22.5rem;
}
.p-reason01__site-screenshot img {
  -o-object-fit: cover;
  border-radius: 0.25rem;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-reason01__portal-block {
  align-items: center;
  display: flex;
  gap: 2.5rem;
}

.p-reason01__portal-text {
  flex: 1;
  min-width: 0;
}

.p-reason01__portal-desc {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}

.p-reason01__portal-logos {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}

.p-reason01__portal-logo {
  margin: 0;
}
.p-reason01__portal-logo img {
  -o-object-fit: contain;
  display: block;
  height: 4.375rem;
  object-fit: contain;
  width: auto;
}

.p-reason01__portal-logos .p-reason01__portal-logo:nth-child(1) img {
  margin-top: 1.875rem;
}

.p-reason01__portal-logos .p-reason01__portal-logo:nth-child(2) img {
  height: 8.125rem;
}

.p-reason01__activity {
  background-color: #F1F1F1;
  padding: 5rem 0;
}

.p-reason01__activity-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-reason01__activity-card {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 3.125rem 3.75rem;
}

.p-reason01__activity-heading {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
  text-align: center;
}

.p-reason01__activity-desc {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.875rem;
}

.p-reason01__activity-images {
  align-items: stretch;
  display: flex;
  gap: 1.5rem;
}

.p-reason01__activity-figure {
  flex: 1;
  margin: 0;
}
.p-reason01__activity-figure img {
  -o-object-fit: cover;
  border-radius: 0.375rem;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-reason01__pro {
  padding-bottom: 2.5rem;
}

.p-reason01__pro-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 3.125rem 25px 0;
}

.p-reason01__pro-figure {
  margin: 0;
}
.p-reason01__pro-figure img {
  display: block;
  height: auto;
  width: 100%;
}

.p-reason02 {
  max-width: 100vw;
  overflow-x: hidden;
  padding-bottom: 5rem;
  padding-top: 7.625rem;
}

.p-reason02__hero {
  background-color: #B7E2D8;
  background-image: url("../img/common/under-header03@2x-80.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75rem 0 5rem;
}

.p-reason02__hero-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-reason02__page-title {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-reason02__intro-card {
  align-items: center;
  background-color: #fff;
  border-radius: 0.625rem;
  display: flex;
  gap: 0.625rem;
  padding: 1.25rem 1.875rem;
}

.p-reason02__intro-body {
  flex: 1;
  min-width: 0;
}

.p-reason02__intro-head {
  align-items: center;
  display: flex;
  font-family: "Zen Old Mincho", serif;
  gap: 1rem;
  margin-bottom: 1rem;
}

.p-reason02__intro-head-text {
  flex: 1;
  min-width: 0;
}

.p-reason02__intro-label {
  color: #333;
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.p-reason02__badge {
  align-items: center;
  background-color: #1A998A;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  height: 4.375rem;
  justify-content: center;
  width: 4.375rem;
}

.p-reason02__badge-num {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}

.p-reason02__intro-title {
  color: #333;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.p-reason02__intro-text {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
}

.p-reason02__intro-figure {
  border-radius: 0.625rem;
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
  width: 25.1875rem;
}
.p-reason02__intro-figure img {
  -o-object-fit: cover;
  aspect-ratio: 480/320;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-reason02__service {
  padding: 5rem 0;
  scroll-margin-top: 5.25rem;
}

.p-reason02__service-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
  width: 100%;
}

.p-reason02__service-header {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.p-reason02__service-label {
  background-color: #DA64A2;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.375rem 0.875rem 0.3125rem;
}

.p-reason02__service-name {
  color: #333;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-reason02__service-content {
  align-items: stretch;
  display: flex;
  gap: 1.875rem;
  margin-bottom: 2.5rem;
}

.p-reason02__service-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.p-reason02__service-catch {
  color: #DA64A2;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.p-reason02__service-desc {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.p-reason02__service-figure {
  border-radius: 0.625rem;
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
  width: 23.75rem;
}
.p-reason02__service-figure img {
  -o-object-fit: cover;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-reason02__inspection-box {
  border: 0.125rem solid #3BB8A8;
  border-radius: 0.625rem;
  margin-bottom: 2.5rem;
  padding: 2.5rem;
}

.p-reason02__inspection-heading {
  color: #3BB8A8;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
  text-align: left;
}

.p-reason02__inspection-text {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.p-reason02__merit {
  align-items: stretch;
  display: flex;
  gap: 1.875rem;
  justify-content: center;
  margin: 3.125rem auto 3.125rem;
}

.p-reason02__merit-heading {
  align-items: center;
  border-right: 0.1875rem solid #3BB8A8;
  color: #00a89c;
  display: flex;
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding-right: 1.875rem;
}

.p-reason02__merit-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-reason02__merit-item {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
.p-reason02__merit-item::before {
  content: "・";
}
.p-reason02__merit-item + .p-reason02__merit-item {
  margin-top: 0.5rem;
}

.p-reason02__grid-section {
  overflow: hidden;
  padding-bottom: 5rem;
}

.p-reason02__grid-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
  width: 100%;
}

.p-reason02__grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 3.75rem;
}
.p-reason02__grid:last-child {
  margin-bottom: 0;
}
.p-reason02__grid > .p-reason02__accordion {
  grid-column: 1/-1;
}

.p-reason02__grid-item {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-width: 0;
  scroll-margin-top: 5.25rem;
}

.p-reason02__grid-header {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.p-reason02__grid-label {
  background-color: #DA64A2;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.375rem 0.625rem 0.3125rem;
}

.p-reason02__grid-name {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-reason02__grid-figure {
  margin: 0 0 1rem;
  overflow: hidden;
}
.p-reason02__grid-figure img {
  -o-object-fit: cover;
  aspect-ratio: 440/300;
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.p-reason02__grid-desc {
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  word-break: break-word;
}

.p-reason02__grid-link {
  align-items: center;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.02em;
  margin-top: auto;
  padding: 0;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}

.p-reason02__accordion {
  background-color: #FFF0F5;
  border-radius: 0.625rem;
  display: none;
  margin-bottom: 3.75rem;
  max-width: 100%;
  overflow: hidden;
}
.p-reason02__accordion.is-open {
  display: block;
}

.p-reason02__accordion-inner {
  padding: 3.125rem 3.75rem;
  position: relative;
}

.p-reason02__accordion-close {
  align-items: center;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 0.5rem;
  letter-spacing: 0.05em;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  transition: opacity 0.3s ease-in-out;
}

.p-reason02__accordion-close-icon {
  -o-object-fit: contain;
  height: 2.25rem;
  object-fit: contain;
  vertical-align: middle;
  width: 2.25rem;
}

.p-reason02__accordion-header {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0.625rem;
  margin-top: 1.25rem;
}

.p-reason02__accordion-header-left {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.p-reason02__accordion-header-left .p-reason02__grid-label {
  font-size: 1rem;
  padding: 0.625rem 1.125rem 0.5rem;
}

.p-reason02__accordion-title {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-reason02__accordion-header-right {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.p-reason02__accordion-mascot {
  flex-shrink: 0;
  margin: 0;
}
.p-reason02__accordion-mascot img {
  display: block;
  height: auto;
  width: 6.875rem;
}

.p-reason02__accordion-balloon {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: center;
}
.p-reason02__accordion-balloon span {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
  line-height: 1.2222222222;
  padding: 0 1.5rem;
  position: relative;
}
.p-reason02__accordion-balloon span::before, .p-reason02__accordion-balloon span::after {
  background-color: #333;
  bottom: 0.125rem;
  content: "";
  height: 2.25rem;
  position: absolute;
  width: 0.09375rem;
}
.p-reason02__accordion-balloon span::before {
  -webkit-transform: rotate(-30deg);
  -webkit-transform-origin: bottom center;
  left: 0.9375rem;
  transform: rotate(-30deg);
  transform-origin: bottom center;
}
.p-reason02__accordion-balloon span::after {
  -webkit-transform: rotate(30deg);
  -webkit-transform-origin: bottom center;
  right: 0.9375rem;
  transform: rotate(30deg);
  transform-origin: bottom center;
}

.p-reason02__accordion-main {
  align-items: flex-start;
  display: flex;
  gap: 1.875rem;
  margin-bottom: 3.125rem;
}

.p-reason02__accordion-main-body {
  flex: 1;
  min-width: 0;
}

.p-reason02__accordion-catch {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.p-reason02__accordion-text {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.p-reason02__accordion-main-figure {
  border-radius: 0.625rem;
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
  width: 23.75rem;
}
.p-reason02__accordion-main-figure img {
  -o-object-fit: cover;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-reason02__accordion-photo {
  background-color: #fff;
  border-radius: 0.625rem;
  margin-bottom: 3.125rem;
  padding: 2.5rem;
  text-align: center;
}

.p-reason02__accordion-photo-lead {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 1.875rem !important;
}

.p-reason02__accordion-photo-list {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-reason02__accordion-photo-item {
  margin: 0;
  text-align: center;
}
.p-reason02__accordion-photo-item img {
  -o-object-fit: cover;
  aspect-ratio: 334/283;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-reason02__accordion-photo-caption {
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-top: 0.625rem;
}

.p-reason02__accordion-flow {
  margin-bottom: 3.125rem;
}

.p-reason02__accordion-flow-title {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
  text-align: center;
}

.p-reason02__accordion-flow-list {
  align-items: stretch;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}

.p-reason02__accordion-flow-item {
  align-items: center;
  background-color: #fff;
  border: #b2b2b2 1px solid;
  display: flex;
  flex-direction: column;
  min-height: 11.25rem;
  padding: 0.125rem 0.125rem 1.25rem;
  text-align: center;
  width: 4.375rem;
}

.p-reason02__accordion-flow-step {
  background-color: #00a89c;
  color: #fff;
  display: inline-block;
  flex-shrink: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  padding: 0.3125rem 0.4375rem 0.125rem;
}

.p-reason02__accordion-flow-num {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-reason02__accordion-flow-label {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: #333;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  writing-mode: vertical-rl;
}

.p-reason02__accordion-flow-arrow {
  align-items: center;
  align-self: center;
  color: #00a89c;
  display: flex;
  flex-shrink: 0;
  font-size: 2.5rem;
  justify-content: center;
}

.p-reason02__accordion-detail-box {
  background-color: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 2.5rem;
}
.p-reason02__accordion-detail-box .p-reason02__accordion-flow {
  margin-bottom: 2.5rem;
}
.p-reason02__accordion-detail-box .p-reason02__accordion-conditions {
  margin-bottom: 1.5rem;
}
.p-reason02__accordion-detail-box .p-reason02__accordion-service {
  margin-bottom: 0;
}
.p-reason02__accordion-detail-box .p-reason02__accordion-merit-box {
  margin-top: 2.5rem;
}

.p-reason02__accordion-conditions {
  margin-bottom: 1.875rem;
}

.p-reason02__accordion-conditions-heading {
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
}

.p-reason02__accordion-conditions-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-reason02__accordion-conditions-item {
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  overflow-wrap: break-word;
}

.p-reason02__accordion-service {
  margin-bottom: 0.625rem;
}

.p-reason02__accordion-service-text {
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.p-reason02__accordion-service-notes {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-reason02__accordion-service-note {
  color: #333;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  overflow-wrap: break-word;
}

.p-reason02__accordion-merit-box {
  margin-top: 2.5rem;
}

.p-reason02__accordion-merit-box-inner {
  align-items: center;
  border: 0.125rem solid #3BB8A8;
  border-radius: 0.625rem;
  display: flex;
  gap: 1.875rem;
  padding: 1.875rem;
}

.p-reason02__accordion-merit-box-body {
  flex: 1;
  min-width: 0;
}

.p-reason02__accordion-merit-box-heading {
  color: #DA64A2;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.p-reason02__accordion-merit-box-text {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.p-reason02__accordion-merit-box-figure {
  border-radius: 0.625rem;
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
  width: 18.75rem;
}
.p-reason02__accordion-merit-box-figure img {
  -o-object-fit: cover;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-reason02__accordion-sub {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.p-reason02__accordion-merits {
  margin-bottom: 3.125rem;
}

.p-reason02__accordion-merits-title {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  text-align: center;
}

.p-reason02__accordion-merits-lead {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-reason02__accordion-merits-item {
  align-items: flex-start;
  border-bottom: 0.0625rem solid rgba(51, 51, 51, 0.15);
  display: flex;
  gap: 1.875rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}
.p-reason02__accordion-merits-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-reason02__accordion-merits-item-body {
  flex: 1;
  min-width: 0;
}

.p-reason02__accordion-merits-item-label {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.p-reason02__accordion-merits-item-badge {
  background-color: #00a89c;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.75rem;
}

.p-reason02__accordion-merits-item-name {
  color: #333;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-reason02__accordion-merits-item-text {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  overflow-wrap: break-word;
}

.p-reason02__accordion-merits-item-figure {
  align-self: stretch;
  aspect-ratio: 334/218;
  border-radius: 0.625rem;
  flex-shrink: 0;
  margin-top: 2.5rem;
  overflow: hidden;
  width: 18.75rem;
}
.p-reason02__accordion-merits-item-figure img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-reason02__accordion-recommend {
  border: 0.125rem solid #3BB8A8;
  border-radius: 0.625rem;
  padding: 1.875rem 2.5rem;
}

.p-reason02__accordion-recommend-label {
  color: #DA64A2;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}

.p-reason02__accordion-recommend-title {
  color: #333;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
}

.p-reason02__accordion-recommend-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-reason02__accordion-recommend-item {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  overflow-wrap: break-word;
}
.p-reason02__accordion-recommend-item + .p-reason02__accordion-recommend-item {
  margin-top: 0.25rem;
}

.p-reason02__accordion-benefits {
  margin-bottom: 0.625rem;
}

.p-reason02__accordion-benefits-grid {
  background-color: #fff;
  border: 0.1875rem solid #FFF0F5;
  border-radius: 0.625rem;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
.p-reason02__accordion-benefits-grid::before {
  -webkit-transform: translateY(-50%);
  background-color: #FFF0F5;
  content: "";
  height: 0.625rem;
  left: 1.875rem;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.p-reason02__accordion-benefits-grid::after {
  -webkit-transform: translateX(-50%);
  background-color: #FFF0F5;
  bottom: 1.875rem;
  content: "";
  left: 50%;
  position: absolute;
  top: 1.875rem;
  transform: translateX(-50%);
  width: 0.625rem;
  z-index: 1;
}

.p-reason02__accordion-benefits-item {
  padding: 2.5rem;
  text-align: left;
}

.p-reason02__accordion-benefits-icon {
  margin: 0 auto 0.75rem;
  width: 4.375rem;
}
.p-reason02__accordion-benefits-icon img {
  display: block;
  height: auto;
  width: 100%;
}

.p-reason02__accordion-benefits-name {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}

.p-reason02__accordion-benefits-text {
  color: #333;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.p-reason02__grid-link-icon {
  height: 2.5rem;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 2.5rem;
}
.is-open + .p-reason02__grid-link-icon, [aria-expanded=true] .p-reason02__grid-link-icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-reason03 {
  padding-bottom: 5rem;
  padding-top: 7.625rem;
}

.p-reason03__hero {
  background-color: #B7E2D8;
  background-image: url("../img/common/under-header03@2x-80.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75rem 0 5rem;
}

.p-reason03__hero-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-reason03__page-title {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-reason03__intro-card {
  align-items: center;
  background-color: #fff;
  border-radius: 0.625rem;
  display: flex;
  gap: 0.625rem;
  padding: 1.25rem 1.875rem;
}

.p-reason03__intro-body {
  flex: 1;
  min-width: 0;
}

.p-reason03__intro-head {
  align-items: flex-start;
  align-items: center;
  display: flex;
  font-family: "Zen Old Mincho", serif;
  gap: 1rem;
  margin-bottom: 1rem;
}

.p-reason03__badge {
  align-items: center;
  background-color: #1A998A;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  height: 4.375rem;
  justify-content: center;
  width: 4.375rem;
}

.p-reason03__badge-num {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}

.p-reason03__intro-head-text {
  flex: 1;
  min-width: 0;
}

.p-reason03__intro-label {
  color: #333;
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.p-reason03__intro-title {
  color: #333;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.p-reason03__intro-text {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
}

.p-reason03__intro-figure {
  border-radius: 0.625rem;
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
  width: 25.1875rem;
}
.p-reason03__intro-figure img {
  -o-object-fit: cover;
  aspect-ratio: 480/320;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-reason03__content {
  padding: 5rem 0;
}

.p-reason03__content-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-reason03__block {
  margin-bottom: 3.75rem;
}
.p-reason03__block:last-child {
  margin-bottom: 0;
}

.p-reason03__block-title {
  border-left: 0.3125rem solid #DA64A2;
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-reason03__block-title--teal {
  border-left-color: #1A998A;
  color: #1A998A;
}

.p-reason03__block-body {
  padding-left: 1.5625rem;
}

.p-reason03__block-text {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.p-reason03__promise {
  padding: 5rem 0;
}

.p-reason03__promise-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-reason03__promise-header {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.p-reason03__promise-header-text {
  flex: 1;
}

.p-reason03__promise-title {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.9375rem;
  text-align: center;
}

.p-reason03__promise-owl {
  flex-shrink: 0;
  margin: 0;
}
.p-reason03__promise-owl img {
  display: block;
  height: auto;
  width: 6.25rem;
}

.p-reason03__promise-lead {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: center;
}

.p-reason03__promise-list {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}

.p-reason03__promise-item {
  border-left: 0.25rem solid #1A998A;
  padding: 1.875rem 1.875rem;
}

.p-reason03__promise-item-title {
  color: #1A998A;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.p-reason03__promise-item-text {
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.p-service {
  padding-top: 7.625rem;
}

.p-service__hero {
  background-color: #B7E2D8;
  background-image: url("../img/common/under-header03@2x-80.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75rem 0 5rem;
}

.p-service__hero-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-service__page-title {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-service__intro {
  align-items: center;
  background-color: #fff;
  border-radius: 0.625rem;
  display: flex;
  gap: 0.625rem;
  padding: 1.25rem 1.875rem;
}

.p-menu__intro-heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.1875rem;
}

.p-service__intro-text {
  color: #333;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
  min-width: 0;
}
.p-service__intro-text p {
  align-items: center;
  display: flex;
  margin-top: 1.25rem;
}
.p-service__intro-text p + p {
  margin-top: 1rem;
}

.p-service__intro-figure {
  border-radius: 0.625rem;
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
  width: 25.1875rem;
}
.p-service__intro-figure img {
  -o-object-fit: cover;
  aspect-ratio: 480/320;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-service__tab-nav-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.p-service__tab-nav-inner {
  border-bottom: 0.1875rem solid #000;
  border-top: 0.1875rem solid #000;
  margin-inline: auto;
  margin-top: 6.25rem;
  max-width: 82.5rem;
  padding: 0 25px;
}

.p-service__tab-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-service__tab-nav-item {
  flex: 1;
  min-width: 0;
}

.p-service__tab-btn {
  background: none;
  border: none;
  border-bottom: 0.25rem solid transparent;
  color: #DA64A2;
  cursor: pointer;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.75rem 1rem;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  transition: border-color 0.3s, background-color 0.3s;
  width: 100%;
}
.p-service__tab-btn:hover {
  background-color: #F9E8F0;
}
.p-service__tab-btn.is-active {
  background-color: #F9E8F0;
  border-bottom-color: #DA64A2;
}

.p-service__tab-panel {
  display: none;
}
.p-service__tab-panel.is-active {
  display: block;
}

.p-service__section {
  padding: 5rem 0;
}

.p-service__section-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-service__section-title {
  color: #333;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-service__section-heading {
  align-items: center;
  color: #333;
  display: flex;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.375rem;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 0.9375rem;
  text-align: center;
}
.p-service__section-heading::before {
  background-color: #DA64A2;
  border-radius: 0.1875rem;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 2.5rem;
  width: 0.375rem;
}

.p-service__section-text {
  color: #333;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

.p-service__catch {
  margin-bottom: 0.625rem;
  text-align: center;
}

.p-service__catch-text {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 6.25rem;
}

.p-service__section-sub-text {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-service__diagram {
  display: flex;
  gap: 1.875rem;
  margin-bottom: 2.5rem;
}

.p-service__diagram-col {
  flex: 1;
  min-width: 0;
}

.p-service__diagram-title {
  background-color: #F1F1F1;
  border-radius: 0.5rem 0.5rem 0 0;
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.75rem 1rem;
  text-align: center;
}

.p-service__diagram-title--highlight {
  background-color: #F9E8F0;
  color: #DA64A2;
}

.p-service__diagram-content {
  border: 0.0625rem solid #D9D9D9;
  border-radius: 0 0 0.5rem 0.5rem;
  border-top: none;
  padding: 1.25rem;
}

.p-service__diagram-figure {
  border: 0.125rem solid #D9D9D9;
  border-radius: 0.5rem;
  margin: 3.125rem 0 0.625rem;
  overflow: hidden;
}
.p-service__diagram-figure img {
  display: block;
  height: auto;
  width: 100%;
}

.p-service__table-lead {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.p-service__table-wrap {
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.25rem;
  margin-top: 0.625rem;
  overflow-x: auto;
}

.p-service__table {
  border-collapse: collapse;
  font-size: 0.9375rem;
  min-width: 40rem;
  text-align: center;
  width: 100%;
}

.p-service__table-th {
  background-color: #ffa7a7;
  border: 1px solid #000;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1.125rem 1.25rem;
  white-space: nowrap;
}

.p-service__table-td {
  border: 1px solid #000;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.25rem 1.25rem;
  vertical-align: middle;
}
.p-service__table-td--label {
  background-color: #ffa7a7;
  color: #fff;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
.p-service__table-td--center {
  text-align: center;
}

.p-service__table-symbol {
  font-size: 2rem;
  line-height: 1;
}

.p-service__table-accordion {
  display: none;
}

.p-service__table-accordion-item {
  border: 1px solid #ffa7a7;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-service__table-accordion-item + .p-service__table-accordion-item {
  margin-top: 0.75rem;
}

.p-service__table-accordion-trigger {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  appearance: none;
  background-color: #ffa7a7;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: space-between;
  padding: 0.875rem 1rem;
  text-align: left;
  touch-action: manipulation;
  width: 100%;
}
.p-service__table-accordion-trigger[aria-expanded=true] .p-service__table-accordion-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-service__table-accordion-icon {
  flex-shrink: 0;
  height: 1rem;
  position: relative;
  width: 1rem;
}
.p-service__table-accordion-icon::before, .p-service__table-accordion-icon::after {
  background-color: #fff;
  border-radius: 0.125rem;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
}
.p-service__table-accordion-icon::before {
  -webkit-transform: translate(-50%, -50%);
  height: 0.125rem;
  transform: translate(-50%, -50%);
  width: 1rem;
}
.p-service__table-accordion-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  height: 1rem;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 0.125rem;
}

.p-service__table-accordion-panel {
  background-color: #fff;
  display: none;
  padding: 1rem;
}

.p-service__table-accordion-dl {
  margin: 0;
}

.p-service__table-accordion-dt {
  background-color: #ffa7a7;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-top: 0.625rem;
  padding: 0.5rem 0.75rem;
}
.p-service__table-accordion-dt:first-child {
  margin-top: 0;
}

.p-service__table-accordion-dd {
  border-bottom: 1px solid #D9D9D9;
  color: #333;
  font-size: 0.9375rem;
  font-weight: 500;
  margin: 0;
  padding: 0.625rem 0.75rem;
  text-align: center;
}

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

.p-service__guarantee-flow {
  margin: 2.5rem auto 0;
}
.p-service__guarantee-flow img {
  display: block;
  height: auto;
  width: 100%;
}
.p-service__guarantee-flow--sp {
  display: none;
  max-width: 25rem;
}

.p-service__flow {
  align-items: stretch;
  display: flex;
  gap: 0.3125rem;
  height: 13.75rem;
  justify-content: center;
  margin: 2.5rem auto 2.5rem;
}

.p-service__flow-step {
  align-items: stretch;
  display: flex;
}
.p-service__flow-step--wide {
  flex-shrink: 0;
}
.p-service__flow-step--split {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.p-service__flow-step--split .p-service__flow-bar {
  flex: 1;
}

.p-service__flow-label {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4;
  padding: 0.625rem 0.25rem;
  text-align: center;
  writing-mode: vertical-rl;
}
.p-service__flow-label--red {
  background-color: #EA4117;
  color: #fff;
}

.p-service__flow-bar {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 1rem 0.75rem;
  text-align: center;
  writing-mode: vertical-rl;
}
.p-service__flow-bar--orange {
  background-color: #F5A623;
}
.p-service__flow-bar--green {
  background-color: #8BC34A;
}
.p-service__flow-bar--pink {
  background-color: #E91E90;
}
.p-service__flow-bar--blue {
  background-color: #2196F3;
}
.p-service__flow-bar--teal {
  background-color: #00a89c;
}
.p-service__flow-bar--red-bg {
  background-color: #F44336;
}
.p-service__flow-bar--navy {
  background-color: #1565C0;
}
.p-service__flow-bar--green2 {
  background-color: #39b44a;
}

.p-service__flow-arrow {
  align-self: center;
  border-bottom: 1.125rem solid transparent;
  border-left: 1.25rem solid #F5A623;
  border-top: 1.125rem solid transparent;
  display: block;
  flex-shrink: 0;
  height: 0;
  width: 0;
}

.p-service__flow-box {
  align-items: center;
  background-color: #E8652D;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  justify-content: center;
  padding: 0.875rem 1.25rem;
}

.p-service__flow-box-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.p-service__flow-box-inner {
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  text-align: center;
  width: 100%;
}

.p-service__flow-box-item {
  color: #333;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.p-service__flow-box-item--highlight {
  color: #EA4117;
}

.p-service__guarantee-worry {
  margin: 2.5rem auto 0;
  max-width: 50rem;
}
.p-service__guarantee-worry img {
  display: block;
  height: auto;
  width: 100%;
}

.p-service__guarantee-bottom-img {
  margin: 0 auto;
  max-width: 50rem;
}
.p-service__guarantee-bottom-img img {
  display: block;
  height: auto;
  width: 100%;
}

.p-service__purchase-worry-heading {
  color: #333;
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
  margin-top: 6.25rem;
  text-align: center;
}
.p-service__purchase-worry-heading--accent {
  color: #DA64A2;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-top: 0;
}

.p-service__purchase-worry {
  margin-bottom: 1.25rem;
}

.p-service__purchase-worry-list {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  list-style: none;
  margin: 0 0 0.625rem;
  padding: 0;
}

.p-service__purchase-worry-item {
  display: flex;
  flex: 1;
  justify-content: center;
  max-width: 13.75rem;
}

.p-service__purchase-worry-bubble {
  align-items: center;
  border: 0.125rem solid #333;
  border-radius: 0.625rem;
  color: #333;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.6;
  min-height: 5rem;
  padding: 1rem 1.25rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.p-service__purchase-worry-bubble::after {
  -webkit-transform: translateX(-50%);
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 0.75rem solid #333;
  bottom: -0.75rem;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
.p-service__purchase-worry-bubble::before {
  -webkit-transform: translateX(-50%);
  border-left: 0.5625rem solid transparent;
  border-right: 0.5625rem solid transparent;
  border-top: 0.6875rem solid #fff;
  bottom: -0.5625rem;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 1;
}

.p-service__purchase-worry-set {
  margin: 0.625rem auto 0;
  text-align: center;
}
.p-service__purchase-worry-set img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 95%;
}

.p-service__purchase-worry-illust {
  display: none;
}

.p-service__purchase-worry-figure {
  margin: 0;
  max-width: 20rem;
  width: 100%;
}
.p-service__purchase-worry-figure:first-child {
  max-width: 13.75rem;
}
.p-service__purchase-worry-figure img {
  display: block;
  height: auto;
  width: 100%;
}

.p-service__purchase-resolve {
  background-color: #FFF0F5;
  border-radius: 0.625rem;
  padding: 1.25rem 3.75rem;
}

.p-service__purchase-resolve-heading {
  color: #DA64A2;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.875rem;
  text-align: center;
}

.p-service__purchase-resolve-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-service__purchase-resolve-item {
  color: #333;
  flex: 0 0 calc(50% - 1.25rem);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.p-seven-menu {
  padding: 5rem 0;
}

.p-seven-menu__inner {
  align-items: start;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 12.5rem 1fr;
  margin-inline: auto;
  max-width: 81.25rem;
  padding: 0 25px;
}

.p-seven-menu__heading-cell {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 15rem;
}

.p-seven-menu__heading {
  line-height: 1.1;
  margin: 0;
  text-align: center;
}

.p-seven-menu__heading-num {
  color: #DA64A2;
  font-family: "Shippori Mincho", "Zen Old Mincho", serif;
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.p-seven-menu__heading-num-text {
  color: #333;
  color: #DA64A2;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
}

.p-seven-menu__heading-no {
  color: #333;
  font-family: "Shippori Mincho", "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
}

.p-seven-menu__heading-menu {
  color: #000;
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.p-seven-menu__list {
  display: grid;
  font-family: "Zen Old Mincho", serif;
  gap: 0.5rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-seven-menu__item {
  aspect-ratio: 1/1;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}

.p-seven-menu__link {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.p-seven-menu__img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}

.p-seven-menu__label {
  background-color: #DA64A2;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.375rem 1.875rem;
  position: relative;
  z-index: 2;
}

.p-seven-menu__name {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-top: 0.5rem;
  position: relative;
  text-align: center;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.p-slider {
  width: 100%;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.p-slider .swiper-slide-active .p-slider__img,
.p-slider .swiper-slide-duplicate-active .p-slider__img,
.p-slider .swiper-slide-prev .p-slider__img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}

.p-slider__img {
  height: 100%;
}
.p-slider__img img {
  -o-object-fit: cover;
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-slider__slide {
  overflow: hidden;
}

.p-slider__btn {
  height: 60px;
  width: 60px;
}

.p-slider__pagination {
  display: none;
}

.p-staff-detail {
  padding-top: 7.625rem;
}

.p-staff-detail__page-title {
  background-color: #c2e7e0;
  color: #1A1A1A;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 3.125rem;
  padding: 1.875rem 0;
  text-align: center;
}

.p-staff-detail__container {
  margin: 1.875rem auto 3.125rem;
  max-width: 70rem;
  padding: 0 25px;
}

.p-staff-detail__row {
  display: flex;
  gap: 1.875rem;
}

.p-staff-detail__col-photo {
  width: 50%;
}

.p-staff-detail__main-photo img {
  display: block;
  height: auto;
  width: 100%;
}

.p-staff-detail__sub-photos {
  display: flex;
  gap: 0.625rem;
  margin-bottom: 3.125rem;
  margin-top: 0.625rem;
}

.p-staff-detail__sub-photo {
  flex: 1;
}
.p-staff-detail__sub-photo img {
  display: block;
  height: auto;
  width: 100%;
}

.p-staff-detail__col-info {
  width: 50%;
}

.p-staff-detail__name-img img {
  display: block;
  height: auto;
  width: 100%;
}

.p-staff-detail__profile {
  margin: 0;
}

.p-staff-detail__label {
  color: #DA64A2;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 1.25rem;
}

.p-staff-detail__value {
  color: #000;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-left: 0;
  margin-top: 0.625rem;
}

.p-staff {
  padding-top: 7.625rem;
}

.p-staff__page-title {
  background-color: #c2e7e0;
  color: #1A1A1A;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 3.125rem;
  padding: 1.875rem 0;
  text-align: center;
}

.p-staff__container {
  margin-bottom: 1.875rem;
  margin-inline: auto;
  margin-top: 1.25rem;
  max-width: 70rem;
  width: 70%;
}

.p-staff__inner {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 25px;
}

.p-staff__grid {
  display: flex;
  gap: 0;
}

.p-staff__col {
  padding: 0 0.9375rem;
  width: 50%;
}
.p-staff__title-img {
  margin-bottom: 1.875rem;
  margin-top: 1.25rem;
  text-align: center;
}
.p-staff__title-img img {
  height: auto;
  margin-inline: auto;
  width: 80%;
}

.p-staff__card {
  margin-bottom: 1.875rem;
}

.p-staff__card-img {
  margin-top: 1.25rem;
}
.p-staff__card-img img {
  display: block;
  height: auto;
  width: 100%;
}

.p-staff__card-text {
  font-size: 1.1875rem;
  line-height: 1.6;
  margin-top: 0.625rem;
}

.p-staff__card-link {
  margin-bottom: 1.25rem;
  margin-top: 0.625rem;
}
.p-staff__card-link img {
  display: block;
  height: auto;
  width: 100%;
}

.p-staff__access {
  margin-bottom: 3.125rem;
}

.p-staff__access-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-staff__access-box {
  border: 3px solid #DA64A2;
  border-radius: 0.625rem;
  overflow: hidden;
}

.p-staff__access-welcome {
  background-color: #DA64A2;
  color: #fff;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.75rem 1.25rem;
  text-align: center;
}

.p-staff__access-info {
  align-items: center;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  padding: 1.875rem 2.5rem;
}

.p-staff__access-col {
  text-align: center;
}

.p-staff__access-label {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-staff__access-station-label {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.p-staff__access-station-name {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-staff__access-col--walk {
  text-align: center;
}

.p-staff__access-walk {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.p-staff__access-walk-num {
  color: #D22626;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1;
}

.p-staff__access-col--parking {
  text-align: center;
}

.p-staff__access-parking {
  align-items: center;
  background-color: #D22626;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  height: 6.875rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  width: 6.875rem;
}

.p-staff__map {
  margin-bottom: 2.5rem;
}

.p-staff__map-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-staff__map-figure {
  border-radius: 0.375rem;
  margin: 0 auto;
  max-width: 42.5rem;
  overflow: hidden;
}
.p-staff__map-figure img {
  display: block;
  height: auto;
  width: 100%;
}

.p-staff__gmap {
  margin-bottom: 3.75rem;
  margin-inline: auto;
  max-width: 45.625rem;
}

.p-staff__gmap-inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-staff__gmap-embed {
  overflow: hidden;
  width: 100%;
}
.p-staff__gmap-embed iframe {
  display: block;
  height: 28.125rem;
  width: 100%;
}

.p-top-csr {
  background: #F1F1F1;
  margin-bottom: 5rem;
  padding: 5rem 0;
}

.p-top-csr__inner {
  align-items: stretch;
  display: flex;
  gap: 3.75rem;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 25px;
}

.p-top-csr__left {
  flex: 0 0 40%;
  text-align: center;
}

.p-top-csr__heading {
  color: #000;
  font-size: 6.25rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
}

.p-top-csr__subtitle {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.375rem;
  font-weight: 700;
}

.p-top-csr__desc {
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 1.25rem;
  text-align: left;
}

.p-top-csr__right {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.p-top-csr__list {
  display: grid;
  flex: 1;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-top-csr__item {
  background: #fff;
  border-radius: 0.5rem;
  display: flex;
  text-align: center;
}
.p-top-csr__item-heading {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

.p-top-csr__item-text {
  color: #333;
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-top-csr__item-text strong {
  color: #DA64A2;
  font-weight: 700;
}

.p-top-csr__item-img {
  margin: auto;
}
.p-top-csr__item-img img {
  -o-object-fit: cover;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  width: 7.5rem;
}

.p-top-plan {
  overflow: hidden;
  padding: 5rem 0;
}

.p-top-plan__heading {
  color: #1A1A1A;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-top-plan__slider {
  margin-inline: auto;
  padding: 0;
  position: relative;
}

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

.p-top-plan__card {
  color: inherit;
  display: block;
  position: relative;
  text-decoration: none;
}

.p-top-plan__img {
  overflow: hidden;
  position: relative;
}
.p-top-plan__img::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

.p-top-plan__img img {
  -o-object-fit: cover;
  -o-object-position: top;
  aspect-ratio: 803/365;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

.p-top-plan__label {
  background-color: rgba(218, 100, 162, 0.7);
  left: 0;
  padding: 0.75rem 1.25rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.p-top-plan__label-text {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.p-top-plan__body {
  padding-top: 1.25rem;
}

.p-top-plan__icon {
  align-items: center;
  display: flex;
  gap: 0.3125rem;
  margin-bottom: 0.625rem;
}

.p-top-plan__icon-img {
  height: 4.5625rem;
  opacity: 0.75;
  width: auto;
}

.p-top-plan__title {
  -webkit-text-stroke: 0.25rem #fff;
  color: #DA64A2;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.9375rem;
  margin-top: -4.375rem;
  paint-order: stroke fill;
  position: relative;
  text-align: center;
  z-index: 2;
}

.p-top-plan__text {
  color: #333;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1.25rem;
}

.p-top-plan__prev,
.p-top-plan__next {
  -webkit-transform: translateY(-100%);
  align-items: center;
  background-color: #DA64A2;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 3.375rem;
  justify-content: center;
  position: absolute;
  top: 45%;
  transform: translateY(-100%);
  transition: opacity 0.3s;
  width: 3.375rem;
  z-index: 2;
}

.p-top-plan__prev {
  left: calc(24% - 1.875rem);
}

.p-top-plan__next {
  right: calc(24% - 1.875rem);
}

.p-top-plan__prev::after,
.p-top-plan__next::after {
  border-right: 0.1875rem solid #fff;
  border-top: 0.1875rem solid #fff;
  content: "";
  display: block;
  height: 0.875rem;
  width: 0.875rem;
}

.p-top-plan__prev::after {
  -webkit-transform: rotate(-135deg);
  margin-left: 0.25rem;
  transform: rotate(-135deg);
}

.p-top-plan__next::after {
  -webkit-transform: rotate(45deg);
  margin-right: 0.25rem;
  transform: rotate(45deg);
}

.p-top-plan__prev.swiper-button-disabled,
.p-top-plan__next.swiper-button-disabled {
  cursor: default;
  opacity: 0.4;
}

.p-top-reason {
  background-color: #F1F1F1;
  padding: 5rem 0;
}

.p-top-reason__inner {
  background-color: #fff;
  border-radius: 0.625rem;
  margin-inline: auto;
  max-width: 88.375rem;
  padding: 0 25px;
}

.p-top-reason__heading {
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding-top: 5rem;
  text-align: center;
}

.p-top-reason__heading-accent {
  color: #DA2F89;
}

.p-top-reason__list {
  list-style: none;
  margin: 0;
  padding: 3.75rem 25px 5rem;
}

.p-top-reason__list:first-of-type {
  margin-bottom: 0.625rem;
  padding-bottom: 0;
}

.p-top-reason__list:last-of-type {
  padding-top: 0;
}

.p-top-reason__item {
  margin-bottom: 1.25rem;
  padding-top: 3.4375rem;
  position: relative;
}
.p-top-reason__item:nth-child(2) {
  margin-bottom: 1.875rem;
  margin-top: 3.125rem;
}
.p-top-reason__item:last-child {
  padding-bottom: 6.25rem;
}

.p-top-reason__item--reverse .p-top-reason__figure {
  left: auto;
  right: 10.3125rem;
  top: 5rem;
}
.p-top-reason__item--reverse .p-top-reason__card {
  margin-left: 10%;
  margin-right: 0;
  padding: 2rem 12.5rem 3.25rem 3.75rem;
}
.p-top-reason__item--reverse .p-top-reason__badge {
  align-items: center;
  background-color: #00A89C;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 6.6875rem;
  justify-content: center;
  right: 20rem;
  width: 6.6875rem;
}

.p-top-reason__card:nth-of-type(2) {
  margin-left: 6.25rem;
}

.p-top-reason__figure {
  border: 0.5rem solid #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
  left: 7.5rem;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 3.75rem;
  width: 42%;
  z-index: 1;
}

.p-top-reason__figure img {
  -o-object-fit: cover;
  display: block;
  height: 25.125rem;
  object-fit: cover;
  width: 100%;
}

.p-top-reason__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.p-top-reason__card {
  background-color: #FFF0FF;
  border: 0.176875rem solid #DA64A2;
  border-radius: 1.25rem;
  margin-left: 38%;
  margin-top: 9.375rem;
  padding: 2rem 2.5rem 3.25rem 12.5rem;
  position: relative;
  width: 50%;
}

.p-top-reason__badge {
  align-items: center;
  background-color: #00A89C;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 6.6875rem;
  justify-content: center;
  position: absolute;
  right: 13.125rem;
  top: -5rem;
  width: 6.6875rem;
}

.p-top-reason__badge-label {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-top-reason__badge-num {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.0625rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-top-reason__title {
  color: #333;
  font-size: 1.9375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-top: 1rem;
}

.p-top-reason__item--reverse .p-top-reason__card .p-top-reason__title {
  font-size: 1.875rem;
}

.p-top-reason__text {
  color: #333;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 1.25rem;
}

.p-top-reason__link {
  color: #DA64A2;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-top: 1.5rem;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}

.p-top-reason__btn-wrap {
  margin: 0 16.875rem 2.5rem 2.5rem;
  text-align: right;
}

.p-top-reason__btn {
  background-color: #FF717A;
  border: 0.08rem solid #fff;
  border-radius: 0.5625rem;
  color: #fff;
  display: inline-block;
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 1.25rem 3.125rem;
  text-decoration: none;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s ease-in-out;
}

.p-worry__inner {
  border: 0.176875rem solid #00A89C;
  border-radius: 1.9375rem;
  margin: 6.25rem auto;
  margin-inline: auto;
  max-width: 76.25rem;
  padding: 1.875rem 1.875rem 0;
}

.p-worry__body {
  align-items: flex-start;
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  min-height: 23.75rem;
  padding: 1.5rem 0;
}

.p-worry__left {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 1.25rem;
  position: relative;
}

.p-worry__content {
  flex-shrink: 0;
}

.p-worry__heading {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  font-size: 2.1875rem;
  font-weight: 700;
  gap: 0;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.p-worry__heading-accent {
  color: #DA64A2;
}

.p-worry__desc {
  font-size: 1.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-top: 1.25rem;
}

.p-worry__desc-line {
  display: block;
}

.p-worry__btn {
  background-color: transparent;
  border: 0.1725rem solid #C6B198;
  border-radius: 0.25rem;
  color: #988575;
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-top: 2rem;
  padding: 0.875rem 1.75rem;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}

.p-worry__figure {
  align-self: flex-end;
  flex-shrink: 0;
  height: 8.5rem;
  margin: 0;
  margin-top: -6.25rem;
  position: relative;
  width: 8.4375rem;
  z-index: 1;
}

.p-worry__figure img {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-worry__list {
  display: flex;
  flex: 1;
  flex-direction: column;
  font-weight: 700;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  margin: 0 auto;
  min-width: 0;
  padding: 0;
  padding-top: 0.625rem;
}

.p-worry__item {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
}

.p-worry__check {
  flex-shrink: 0;
  height: 2.1875rem;
  position: relative;
  width: 2.1875rem;
}

.p-worry__check::after {
  background-image: url("../img/common/icon-check@2x.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 30%;
  position: absolute;
  top: -13%;
  width: 100%;
}

.p-worry__item-text {
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.u-base1 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.u-flex {
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: none;
}

br.u-sp {
  display: none;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
  .p-pageTop__wrap:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .p-pageTop__wrap:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
  .c-imgZoom:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
}

@media screen and (max-width: 1710px) {
  .p-header__inner {
    padding: 0 5rem 0 5rem;
  }
  .p-header__buttons {
    margin-right: -5rem;
  }
}

@media screen and (max-width: 1650px) {
  .p-header__menu {
    gap: 1.25rem;
  }
  .p-header__menu-link {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1510px) {
  .p-header__menu-link {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1440px) {
  .p-header__inner {
    padding: 0 2.5rem 0 2.5rem;
  }
  .p-header__tagline {
    font-size: 1rem;
  }
  .p-header__logo-icon img {
    width: 16.25rem;
  }
  .p-header__menu {
    gap: 1.25rem;
  }
  .p-header__official-link {
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
  }
  .p-header__contact-label {
    font-size: 1rem;
  }
  .p-header__contact-tel {
    font-size: 1.75rem;
    gap: 0.25rem;
  }
  .p-header__buttons {
    margin-right: -2.5rem;
  }
  .p-header__btn {
    width: 7.5rem;
  }
  .p-header__btn-main {
    font-size: 1.125rem;
  }
  .p-header__btn-sub {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1365px) {
  .p-top-reason__inner > :last-child .p-top-reason__title {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1320px) {
  .p-header__menu-link {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}

@media screen and (max-width: 1200px) {
  .p-buyer-list {
    padding-top: 6.25rem;
  }
  .p-case-reason {
    padding-top: 6.25rem;
  }
  .p-case-reason__hero {
    padding: 3.125rem 0 3.75rem;
  }
  .p-case-reason__title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
  .p-case-reason__intro {
    gap: 1.25rem;
    padding: 1.875rem;
  }
  .p-case-reason__intro-text br {
    display: none;
  }
  .p-case__circle {
    height: 8.75rem;
    width: 8.75rem;
  }
  .p-case__circle img {
    top: calc(50% + 2.625rem);
    width: 5.3125rem;
  }
  .p-company {
    padding-top: 6.25rem;
  }
  .p-contact {
    padding-top: 6.25rem;
  }
  .p-contact__hero {
    padding: 3.125rem 0 3.75rem;
  }
  .p-contact__page-title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
  .p-first {
    padding-top: 6.25rem;
  }
  .p-first__hero {
    padding: 3.125rem 0 3.75rem;
  }
  .p-first__title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
  .p-first__intro {
    gap: 1rem;
    padding: 0.75rem 1.5rem;
  }
  .p-first__intro-text br {
    display: none;
  }
  .p-first__intro-owl {
    width: 15rem;
  }
  .p-footer-cta__inner {
    gap: 1.5rem;
  }
  .p-footer-cta__media {
    padding-right: 3.75rem;
    padding-top: 3.125rem;
  }
  .p-footer-cta__heading {
    font-size: 2.125rem;
  }
  .p-footer-cta__btn {
    font-size: 1.125rem;
    padding: 1rem 2.25rem;
  }
  .p-footer__inner {
    gap: 1.25rem;
    justify-content: center;
  }
  .p-footer__left {
    flex: 0 1 auto;
  }
  .p-footer__right {
    flex-shrink: 1;
    gap: 0.5rem;
    min-width: 0;
  }
  .p-footer__nav {
    margin-bottom: 1.5rem;
  }
  .p-footer__nav-list {
    gap: 0.75rem 0rem;
    grid-template-columns: repeat(4, auto);
  }
  .p-footer__nav-item {
    margin-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .p-footer__nav-link {
    font-size: 0.875rem;
  }
  .p-footer__contact {
    gap: 1rem;
  }
  .p-footer__phone-label {
    font-size: 0.875rem;
  }
  .p-footer__phone-number {
    font-size: 1.75rem;
  }
  .p-footer__phone-number img {
    width: 1.375rem;
  }
  .p-footer__phone-hours {
    font-size: 0.8125rem;
  }
  .p-footer__contact-btn {
    font-size: 1rem;
    padding: 0.875rem 1.75rem;
  }
  .p-footer__company-catch {
    font-size: 0.8125rem;
  }
  .p-footer__company-title {
    font-size: 1.5rem;
    margin: 0 0 0.5rem;
  }
  .p-footer__company-logo img {
    width: 11.25rem;
  }
  .p-footer__company-logo {
    margin: 0 0 0.5rem;
  }
  .p-footer__company-hours {
    font-size: 0.8125rem;
    margin-bottom: 0.5rem;
  }
  .p-footer__privacy-link {
    font-size: 0.8125rem;
  }
  .p-footer__official-link {
    font-size: 0.875rem;
    padding: 0.375rem 0.9375rem;
  }
  .p-footer__mascot img {
    width: 6.25rem;
  }
  .p-fv {
    margin-top: 6.25rem;
  }
  .p-header {
    height: 6.25rem;
  }
  .p-header__inner {
    padding: 0 1.25rem 0 1.25rem;
  }
  .p-header__tagline {
    font-size: 0.875rem;
  }
  .p-header__logo-icon img {
    width: 13.75rem;
  }
  .p-header__menu {
    gap: 0.75rem;
  }
  .p-header__menu-link {
    font-size: 1.0625rem;
  }
  .p-header__contact {
    gap: 0.25rem;
  }
  .p-header__official-link {
    font-size: 0.75rem;
    padding: 0.1875rem 0.625rem;
  }
  .p-header__contact-label {
    font-size: 0.875rem;
  }
  .p-header__contact-tel {
    font-size: 1.375rem;
  }
  .p-header__contact-icon {
    height: 1.25rem;
  }
  .p-header__buttons {
    margin-right: -1.25rem;
  }
  .p-header__btn {
    width: 5.625rem;
  }
  .p-header__btn-main {
    font-size: 1rem;
  }
  .p-header__btn-sub {
    font-size: 0.875rem;
  }
  .p-media__txt {
    color: pink;
  }
  .p-menu {
    padding-top: 6.25rem;
  }
  .p-menu__hero {
    padding: 3.125rem 0 3.75rem;
  }
  .p-menu__page-title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
  .p-menu__intro-heading {
    font-size: 1.875rem;
  }
  .p-menu__intro-text br {
    display: none;
  }
  .p-menu__intro-figure {
    width: 20rem;
  }
  .p-menu__guarantee-bottom {
    gap: 0.75rem;
  }
  .p-menu__purchase-figure {
    width: 25rem;
  }
  .p-privacy {
    padding-top: 6.25rem;
  }
  .p-reason01 {
    padding-top: 6.25rem;
  }
  .p-reason01__hero {
    padding: 3.125rem 0 3.75rem;
  }
  .p-reason01__page-title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
  .p-reason01__intro-label {
    font-size: 1.25rem;
  }
  .p-reason01__intro-title {
    font-size: 1.875rem;
  }
  .p-reason01__intro-text br {
    display: none;
  }
  .p-reason01__intro-figure {
    width: 20rem;
  }
  .p-reason01__site-phone {
    width: 11.25rem;
  }
  .p-reason01__site-screenshot {
    width: 18.75rem;
  }
  .p-reason02 {
    padding-top: 6.25rem;
  }
  .p-reason02__hero {
    padding: 3.125rem 0 3.75rem;
  }
  .p-reason02__page-title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
  .p-reason02__intro-label {
    font-size: 1.25rem;
  }
  .p-reason02__intro-title {
    font-size: 1.875rem;
  }
  .p-reason02__intro-text br {
    display: none;
  }
  .p-reason02__intro-figure {
    width: 21.4375rem;
  }
  .p-reason02__service-content {
    gap: 1.25rem;
  }
  .p-reason02__service-desc br {
    display: none;
  }
  .p-reason02__service-figure {
    width: 18.75rem;
  }
  .p-reason02__merit-item br {
    display: none;
  }
  .p-reason02__grid {
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .p-reason02__accordion-inner {
    padding: 2.5rem 1.875rem;
  }
  .p-reason02__accordion-main {
    gap: 1.25rem;
  }
  .p-reason02__accordion-main-figure {
    width: 17.5rem;
  }
  .p-reason02__accordion-photo {
    padding: 1.875rem;
  }
  .p-reason02__accordion-flow-list {
    flex-wrap: wrap;
    gap: 0.5rem 0.25rem;
  }
  .p-reason02__accordion-flow-item {
    min-height: 10rem;
  }
  .p-reason02__accordion-flow-arrow {
    font-size: 1.5rem;
  }
  .p-reason02__accordion-detail-box {
    padding: 1.875rem;
  }
  .p-reason02__accordion-merit-box-inner {
    gap: 1.25rem;
    padding: 1.5rem;
  }
  .p-reason02__accordion-merits-item {
    gap: 1.25rem;
  }
  .p-reason02__accordion-benefits-grid::before {
    left: 1.25rem;
    right: 1.25rem;
  }
  .p-reason02__accordion-benefits-grid::after {
    bottom: 1.25rem;
    top: 1.25rem;
  }
  .p-reason02__accordion-benefits-item {
    padding: 1.5rem 1.25rem;
  }
  .p-reason02__accordion-benefits-icon {
    width: 3.75rem;
  }
  .p-reason02__accordion-benefits-name {
    font-size: 1.125rem;
  }
  .p-reason02__accordion-benefits-text {
    font-size: 0.875rem;
  }
  .p-reason03 {
    padding-top: 6.25rem;
  }
  .p-reason03__hero {
    padding: 3.125rem 0 3.75rem;
  }
  .p-reason03__page-title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
  .p-reason03__intro-label {
    font-size: 1.25rem;
  }
  .p-reason03__intro-title {
    font-size: 1.875rem;
  }
  .p-reason03__intro-text br {
    display: none;
  }
  .p-reason03__intro-figure {
    width: 20rem;
  }
  .p-service {
    padding-top: 6.25rem;
  }
  .p-service__hero {
    padding: 3.125rem 0 3.75rem;
  }
  .p-service__page-title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
  .p-menu__intro-heading {
    font-size: 1.875rem;
  }
  .p-service__intro-text br {
    display: none;
  }
  .p-service__intro-figure {
    width: 20rem;
  }
  .p-service__section-title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
  .p-seven-menu__inner {
    grid-template-columns: 10rem 1fr;
  }
  .p-seven-menu__heading-num {
    font-size: 3.5rem;
  }
  .p-seven-menu__heading-num-text {
    font-size: 2rem;
  }
  .p-seven-menu__heading-no {
    font-size: 2rem;
  }
  .p-seven-menu__heading-menu {
    font-size: 2rem;
  }
  .p-seven-menu__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-seven-menu__label {
    font-size: 1.125rem;
    padding: 0.375rem 3.75rem;
  }
  .p-seven-menu__name {
    font-size: 1.75rem;
  }
  .p-staff-detail {
    padding-top: 6.25rem;
  }
  .p-staff {
    padding-top: 6.25rem;
  }
  .p-staff__container {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .p-menu__guarantee-img--staff {
    width: 12.5rem;
  }
  .p-menu__guarantee-staff-wrap {
    padding-right: 3.75rem;
  }
  .p-menu__guarantee-staff-wrap .p-menu__guarantee-circle {
    right: -1.875rem;
    top: 0.625rem;
  }
  .p-menu__guarantee-bottom {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }
  .p-menu__guarantee-circle {
    font-size: 1rem;
    height: 7.5rem;
    width: 7.5rem;
  }
  .p-menu__guarantee-message {
    text-align: center;
    width: 100%;
  }
  .p-menu__guarantee-lead {
    font-size: 1.5rem;
    margin-top: 0rem;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
  .p-performance__map #embed_map {
    height: 1200px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-headline1__main {
    font-size: 1.25rem;
    padding-left: 1.375rem;
  }
  .c-headline1__sub {
    margin-top: 1.625rem;
    padding-left: 1.375rem;
  }
  .p-area {
    padding: 3.125rem 0;
  }
  .p-area__inner {
    padding: 0 20px;
  }
  .p-area__card {
    overflow: hidden;
    padding: 1.875rem 1.25rem 1.875rem;
  }
  .p-area__body {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .p-area__map {
    -webkit-transform: none;
    margin: 0 auto 1.25rem;
    max-width: 18.75rem;
    position: static;
    transform: none;
    width: 100%;
  }
  .p-area__content {
    margin-left: 0;
    text-align: center;
  }
  .p-area__heading {
    font-size: 1.1875rem;
    white-space: normal;
  }
  .p-area__hukidasi {
    margin: -1.25rem auto 0;
    width: 70%;
  }
  .p-area__bubble-text {
    font-size: 1.125rem;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-area__owl {
    -webkit-transform: none;
    display: block;
    margin: 0.625rem auto 0;
    position: static;
    transform: none;
    width: 4.375rem;
  }
  .p-area__desc {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-area__buttons {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.875rem;
  }
  .p-area__btn {
    font-size: 1rem;
    max-width: 17.5rem;
    min-width: auto;
    padding: 0.875rem 1.5rem;
    width: 80%;
  }
  .p-buyer-list {
    padding-bottom: 3.125rem;
    padding-top: 4rem;
  }
  .p-buyer-list__hero {
    padding: 1.25rem 0;
  }
  .p-buyer-list__hero-inner {
    padding: 0 20px;
  }
  .p-buyer-list__page-title {
    font-size: 1.75rem;
  }
  .p-buyer-list__content {
    padding: 2.5rem 0;
  }
  .p-buyer-list__inner {
    padding: 0 20px;
  }
  .p-buyer-list__heading {
    font-size: 1.375rem;
    padding-left: 0.75rem;
  }
  .p-buyer-list__lead {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
  .p-buyer-list__badges {
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }
  .p-buyer-list__badge-icon {
    width: 4.375rem;
  }
  .p-buyer-list__badge-circle {
    font-size: 0.8125rem;
    height: 4rem;
    width: 4rem;
  }
  .p-buyer-list__th {
    font-size: 0.75rem;
    padding: 0.5rem 0.375rem;
  }
  .p-buyer-list__td {
    font-size: 0.75rem;
    padding: 0.5rem 0.375rem;
  }
  .p-buyer-list__pagination {
    margin-top: 1.5rem;
  }
  .p-buyer-list__pagination .page-numbers {
    font-size: 0.8125rem;
    height: 2.25rem;
    min-width: 2.25rem;
  }
  .p-case-reason {
    padding-bottom: 3.125rem;
    padding-top: 4rem;
  }
  .p-case-reason__hero {
    padding: 2.5rem 0 3.125rem;
  }
  .p-case-reason__hero-inner {
    padding: 0 20px;
  }
  .p-case-reason__title {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
  }
  .p-case-reason__intro {
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem 20px;
  }
  .p-case-reason__intro-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-case-reason__intro-owl {
    width: 6.25rem;
  }
  .p-case-reason__section-inner {
    border-radius: 0.5rem;
    margin-inline: 20px;
    padding: 2.5rem 20px;
  }
  .p-case-reason__heading {
    font-size: 1.75rem;
    padding-top: 2.5rem;
  }
  .p-case-reason__item:nth-child(2) {
    margin-bottom: 0.625rem;
  }
  .p-case-reason__item:last-child {
    padding-bottom: 0rem;
  }
  .p-case-reason__item {
    margin-bottom: 1.25rem;
    margin-top: 3.125rem;
    padding-top: 0;
  }
  .p-case-reason__item--reverse .p-case-reason__card {
    padding: 5rem 1.25rem 1.875rem;
  }
  .p-case-reason__item--reverse .p-case-reason__figure {
    left: auto;
    right: auto;
  }
  .p-case-reason__item--reverse .p-case-reason__card {
    margin-left: auto;
    margin-right: auto;
  }
  .p-case-reason__figure {
    border-radius: 0.75rem;
    border-width: 0.25rem;
    left: auto;
    margin-inline: auto;
    max-width: 25rem;
    position: static;
    width: 100%;
  }
  .p-case-reason__figure img {
    height: 15rem;
  }
  .p-case-reason__card {
    border-radius: 0.75rem;
    margin: 0.625rem auto 0;
    padding: 5rem 1.25rem 1.875rem;
    width: 80%;
  }
  .p-case-reason__badge {
    -webkit-transform: translateX(-50%);
    height: 6.25rem;
    left: 50%;
    top: -1.875rem;
    transform: translateX(-50%);
    width: 6.25rem;
  }
  .p-case-reason__badge-label {
    font-size: 0.75rem;
  }
  .p-case-reason__badge-num {
    font-size: 2.375rem;
  }
  .p-case-reason__item-title {
    font-size: 1.375rem;
    margin-top: 0.75rem;
    text-align: center;
  }
  .p-case-reason__item-text {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .p-case-reason__link {
    font-size: 1rem;
    margin-left: 0;
    margin-top: 1.25rem;
    text-align: center;
    width: auto;
  }
  .p-case-reason__item--reverse .p-case-reason__link {
    margin-left: 0;
    text-align: center;
  }
  .p-case-reason__btn-wrap {
    align-items: center;
    margin: 0 auto;
    text-align: center;
  }
  .p-case-reason__btn {
    font-size: 1.125rem;
    padding: 1rem 2rem;
  }
  .p-case {
    padding: 3.125rem 0;
  }
  .p-case__inner {
    padding: 0 20px;
  }
  .p-case__heading {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  .p-case__desc {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
    text-align: left;
  }
  .p-case__list {
    gap: 4.375rem 0.625rem;
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
  }
  .p-case__label {
    font-size: 0.9375rem;
  }
  .p-case__circle {
    height: 6.875rem;
    margin-bottom: 0.9375rem;
    width: 6.875rem;
  }
  .p-case__circle img {
    top: calc(50% + 2.1875rem);
    width: 4.375rem;
  }
  .p-company {
    padding-top: 4rem;
  }
  .p-company__page-title {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
    padding: 1.25rem 0;
  }
  .p-company__vision {
    margin-bottom: 3.75rem;
  }
  .p-company__vision-inner {
    padding: 0;
  }
  .p-company__vision-figure img {
    height: 12.5rem;
  }
  .p-company__vision-overlay {
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    padding: 1.5rem 20px;
    position: static;
    text-align: center;
    width: 100%;
  }
  .p-company__vision-label {
    font-size: 1.5rem;
    text-align: center;
  }
  .p-company__vision-heading-sub {
    font-size: 0.75rem;
    margin-bottom: 0.875rem;
    text-align: center;
  }
  .p-company__vision-heading {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
  .p-company__vision-text {
    font-size: 0.8125rem;
  }
  .p-company__guidelines {
    margin-bottom: 3.75rem;
  }
  .p-company__guidelines-inner {
    padding: 0 20px;
  }
  .p-company__guidelines-box {
    padding: 1.875rem 20px;
  }
  .p-company__guidelines-title {
    font-size: 1.375rem;
  }
  .p-company__guidelines-sub {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  .p-company__guidelines-list {
    margin-top: 1.875rem;
  }
  .p-company__guidelines-item {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-company__philosophy {
    margin-bottom: 3.75rem;
  }
  .p-company__philosophy-inner {
    padding: 0 20px;
  }
  .p-company__philosophy-heading {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-company__philosophy-text {
    font-size: 0.875rem;
  }
  .p-company__guide {
    margin-bottom: 1.875rem;
  }
  .p-company__guide-inner {
    padding: 0 20px;
  }
  .p-company__guide-title {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
  .p-company__guide-inner th {
    font-size: 0.875rem;
    padding: 1.125rem 0.9375rem;
    width: 6.875rem;
  }
  .p-company__guide-inner td {
    font-size: 0.875rem;
    padding: 1.125rem 0.9375rem;
  }
  .p-company__guide-inner td:first-child {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    width: auto;
    width: 25%;
  }
  .p-company__photos {
    margin-bottom: 2.5rem;
  }
  .p-company__photos-inner {
    padding: 0 20px;
  }
  .p-company__photos-grid {
    flex-direction: column;
    gap: 1rem;
  }
  .p-company__access {
    margin-bottom: 1.875rem;
  }
  .p-company__access-inner {
    padding: 0 20px;
  }
  .p-company__access-welcome {
    font-size: 1rem;
    padding: 0.625rem 1rem;
  }
  .p-company__access-info {
    flex-wrap: wrap;
    gap: 0.3125rem 0.3125rem;
    justify-content: space-around;
    padding: 1.25rem 20px;
    white-space: nowrap;
  }
  .p-company__access-col {
    width: calc(50% - 0.625rem);
  }
  .p-company__access-label {
    font-size: 0.875rem;
  }
  .p-company__access-station-label {
    font-size: 0.875rem;
  }
  .p-company__access-station-name {
    font-size: 1.25rem;
  }
  .p-company__access-col--walk {
    align-items: center;
    display: flex;
    justify-content: center;
    width: calc(50% - 0.625rem);
  }
  .p-company__access-walk {
    font-size: 1.375rem;
  }
  .p-company__access-walk-num {
    font-size: 3rem;
  }
  .p-company__access-col--parking {
    align-items: center;
    display: flex;
    justify-content: center;
    width: calc(50% - 0.625rem);
  }
  .p-company__access-parking {
    font-size: 1.125rem;
    height: 5rem;
    width: 5rem;
  }
  .p-company__map {
    margin-bottom: 1.875rem;
  }
  .p-company__map-inner {
    padding: 0 20px;
  }
  .p-company__map-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .p-company__gmap {
    margin-bottom: 2.5rem;
  }
  .p-company__gmap-inner {
    padding: 0 20px;
  }
  .p-company__gmap-embed iframe {
    height: 21.875rem;
  }
  .p-contact {
    padding-top: 4rem;
  }
  .p-contact__hero {
    padding: 2.5rem 0 3.125rem;
  }
  .p-contact__hero-inner {
    padding: 0 20px;
  }
  .p-contact__page-title {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
  }
  .p-contact__intro-card {
    padding: 1.5rem 20px;
  }
  .p-contact__intro-card-body {
    flex-direction: column;
    gap: 1.25rem;
  }
  .p-contact__intro-card-img img {
    width: 7.5rem;
  }
  .p-contact__intro-heading {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .p-contact__intro-text {
    font-size: 0.875rem;
    text-align: left;
  }
  .p-contact__phone {
    padding: 2.5rem 0;
  }
  .p-contact__phone-inner {
    padding: 0 20px;
  }
  .p-contact__phone-title {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding: 0.625rem 1rem;
  }
  .p-contact__phone-lead {
    font-size: 0.8125rem;
    margin-bottom: 1.25rem;
  }
  .p-contact__phone-box {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .p-contact__phone-number {
    font-size: 1.75rem;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
  }
  .p-contact__phone-icon {
    height: 3.25rem;
    padding: 0.625rem;
    width: 3.25rem;
  }
  .p-contact__phone-info {
    padding: 1rem 1.25rem;
  }
  .p-contact__phone-hours {
    font-size: 1rem;
  }
  .p-contact__phone-holiday {
    font-size: 1rem;
  }
  .p-contact__form {
    padding: 2.5rem 0;
  }
  .p-contact__form-inner {
    padding: 0 20px;
  }
  .p-contact__form-title {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding: 0.625rem 1rem;
  }
  .p-contact__form-subtitle {
    font-size: 1.125rem;
  }
  .p-contact__form-note {
    font-size: 0.75rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    text-align: left;
  }
  .p-contact__form-body {
    margin-top: 1.25rem;
    padding: 0rem;
  }
  .p-contact-form__th {
    display: block;
    padding: 0.625rem 1rem;
    width: 100%;
  }
  .p-contact-form__row:has(.p-contact-form__email-wrap) .p-contact-form__required-badge {
    -webkit-transform: translateY(0);
    margin-left: 0.625rem;
    position: static;
    top: 0;
    transform: translateY(0);
  }
  .p-contact-form__th .p-contact-form__required-badge {
    margin-left: 0.625rem;
    position: static;
  }
  .p-contact-form__row:nth-of-type(7) .p-contact-form__required-badge {
    margin-left: 0.625rem;
  }
  .p-contact-form__td {
    display: block;
    padding: 0.625rem 1rem;
    width: 100%;
  }
  .p-contact-form__td input[type=text],
  .p-contact-form__td input[type=email],
  .p-contact-form__td input[type=tel] {
    max-width: 100%;
  }
  .p-contact-form__name-wrap {
    flex-direction: column;
    gap: 0.5rem;
  }
  .p-contact-form__section-heading {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .p-contact__form-body .p-contact-form__section-heading {
    margin-top: 3.75rem;
  }
  .p-contact-form__notes {
    padding: 0.75rem 1rem;
  }
  .p-contact-form__email-wrap .wpcf7-form-control-wrap {
    max-width: 100%;
  }
  .p-contact-form__postal-wrap input[type=text] {
    max-width: 10rem !important;
    width: 10rem;
  }
  .p-contact-form__postal-note {
    display: block;
    width: 100%;
  }
  .p-contact-form__td select {
    max-width: 100%;
  }
  .p-contact-form__confirm-item .wpcf7-acceptance .wpcf7-list-item label {
    font-size: 0.8125rem;
    text-align: left;
  }
  .p-contact-form__privacy-link a {
    font-size: 0.8125rem;
  }
  .p-contact-form__submit-btn {
    font-size: 0.875rem;
    min-width: 15rem;
    padding: 0.875rem 1.875rem;
  }
  .p-contact__form-body .wpcf7-form input[type=submit] {
    font-size: 0.875rem;
    min-width: 15rem;
    padding: 0.875rem 1.875rem;
  }
  .p-contact__service-inner {
    padding: 0 20px;
    padding: 3.125rem 0 1.25rem;
  }
  .p-contact__service-heading {
    font-size: 1.375rem;
  }
  .p-contact__service-lead {
    font-size: 0.8125rem;
    margin-bottom: 1.5rem;
    padding: 0 1.25rem;
    text-align: left;
  }
  .p-contact__service-grid {
    align-items: center;
    flex-direction: column;
    gap: 3.125rem;
    margin: 0 auto 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 1.25rem;
    padding: 1.25rem;
  }
  .p-contact__service-card {
    width: 100%;
  }
  .p-contact__service-tel-number {
    font-size: 1.5rem;
  }
  .p-contact__cta {
    padding: 2.5rem 0;
  }
  .p-contact__cta-inner {
    padding: 0 20px;
  }
  .p-contact__cta-heading {
    font-size: 1.5rem;
  }
  .p-contact__cta-lead {
    font-size: 0.8125rem;
    margin-bottom: 1.25rem;
  }
  .p-contact__cta-buttons {
    align-items: center;
    flex-direction: column;
    gap: 1.875rem;
    justify-content: center;
    margin-inline: auto;
    margin-top: 1.25rem;
    max-width: 25rem;
  }
  .p-contact__cta-box {
    justify-content: center;
    max-width: none;
    padding: 1.25rem 20px;
    width: 100%;
  }
  .p-contact__cta-box-label {
    font-size: 1.125rem;
  }
  .p-contact__cta-box-tel-row {
    gap: 0.75rem;
  }
  .p-contact__cta-box-content {
    flex-direction: column;
    gap: 0.75rem;
  }
  .p-contact__cta-box-icon-circle {
    height: 3.25rem;
    width: 3.25rem;
  }
  .p-contact__cta-box-tel {
    font-size: 1.625rem;
  }
  .p-contact__cta-box--mail {
    align-items: center;
    flex-direction: column;
  }
  .p-contact__cta-box-btn {
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
  }
  .p-contact__company-inner {
    padding: 0 20px;
  }
  .p-contact__company-content {
    flex-direction: column;
    gap: 1.5rem;
  }
  .p-contact__company-th {
    font-size: 0.8125rem;
    padding: 0.375rem 1rem;
    width: 6.25rem;
  }
  .p-contact__company-td {
    font-size: 0.8125rem;
    padding: 0.375rem 0.75rem;
  }
  .p-contact__company-photo {
    height: 18.75rem;
    margin: 0 auto;
  }
  .p-contact__company-map {
    margin-bottom: 3.125rem;
  }
  .p-contact__company-map-embed iframe {
    height: 18.75rem;
  }
  .p-first {
    padding-bottom: 3.125rem;
    padding-top: 4rem;
  }
  .p-first__hero {
    padding: 2.5rem 0 3.125rem;
  }
  .p-first__hero-inner {
    padding: 0 20px;
  }
  .p-first__title {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
  }
  .p-first__intro {
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem 20px;
  }
  .p-first__intro-title {
    font-size: 1.25rem;
  }
  .p-first__intro-text br.u-sp {
    display: block;
  }
  .p-first__intro-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-first__intro-text p {
    margin-top: 0.625rem;
  }
  .p-first__intro-owl {
    width: 100%;
  }
  .p-first__steps {
    padding: 2.5rem 0 1.25rem;
  }
  .p-first__steps-inner {
    padding: 0 20px;
  }
  .p-first__step {
    padding-left: 7rem;
  }
  .p-first__step:not(:last-child)::before {
    left: 3.03125rem;
    top: 2.125rem;
  }
  .p-first__step:not(:last-child) {
    padding-bottom: 2.5rem;
  }
  .p-first__step-head {
    margin-bottom: 0.75rem;
  }
  .p-first__step-badge {
    font-size: 0.875rem;
    height: 2.125rem;
    min-width: 6.25rem;
  }
  .p-first__step-title {
    font-size: 1.25rem;
  }
  .p-first__step-content {
    flex-direction: column;
    gap: 1rem;
  }
  .p-first__step-text {
    font-size: 0.875rem;
  }
  .p-first__step-link {
    font-size: 0.875rem;
  }
  .p-first__step-figure {
    height: 12.5rem;
    width: 100%;
  }
  .p-first__cta {
    padding: 0.625rem 0 2.5rem;
  }
  .p-first__cta-inner {
    padding: 0 20px;
  }
  .p-first__cta-box {
    padding: 1.25rem 20px;
  }
  .p-first__cta-text {
    font-size: 0.9375rem;
  }
  .p-footer-cta__inner {
    flex-direction: column;
    gap: 0;
  }
  .p-footer-cta__media {
    padding: 0;
    width: 100%;
  }
  .p-footer-cta__figure {
    border-radius: 0;
    width: 100%;
  }
  .p-footer-cta__figure img {
    margin-left: calc(50% - 50vw);
    max-width: none;
    width: 100vw;
  }
  .p-footer-cta__text {
    padding: 0.5rem 0;
    position: static;
  }
  .p-footer-cta__sub {
    font-size: 0.875rem;
  }
  .p-footer-cta__heading {
    font-size: 1.75rem;
  }
  .p-footer-cta__buttons {
    align-items: center;
    margin: 0 auto;
    order: -1;
    padding: 0.75rem 20px 1.25rem;
    width: 100%;
  }
  .p-footer-cta__btn {
    font-size: 1rem;
    max-width: 15.625rem;
    padding: 0.875rem 1.5rem;
    width: 100%;
  }
  .p-footer {
    padding: 2.5rem 0 0;
  }
  .p-footer__inner {
    flex-direction: column;
    gap: 1.875rem;
    padding: 0 20px;
  }
  .p-footer__left {
    margin: 0 auto;
  }
  .p-footer__right {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .p-footer__nav {
    margin-bottom: 1.875rem;
  }
  .p-footer__nav-list {
    gap: 0.75rem 0rem;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 1.5625rem;
  }
  .p-footer__nav-item {
    margin-right: 1rem;
    padding-left: 1rem;
  }
  .p-footer__nav-link {
    font-size: 0.875rem;
  }
  .p-footer__contact {
    align-items: center;
    flex-direction: column;
    gap: 1.25rem;
  }
  .p-footer__phone-label {
    font-size: 0.875rem;
  }
  .p-footer__phone-number {
    font-size: 1.875rem;
  }
  .p-footer__phone-number img {
    width: 1.625rem;
  }
  .p-footer__phone-hours {
    font-size: 0.8125rem;
  }
  .p-footer__contact-btn {
    font-size: 1.125rem;
    padding: 1rem 1.5rem;
    width: 100%;
  }
  .p-footer__company {
    text-align: center;
  }
  .p-footer__company-title {
    font-size: 1.625rem;
  }
  .p-footer__company-logo img {
    margin-inline: auto;
    width: 12.5rem;
  }
  .p-footer__privacy-link {
    font-size: 0.875rem;
  }
  .p-footer__official-link {
    font-size: 0.875rem;
    padding: 0.5rem 0.9375rem;
  }
  .p-footer__mascot img {
    width: 6.25rem;
  }
  .p-footer__mascot {
    align-self: center;
  }
  .p-footer__copyright {
    padding: 1.25rem 20px 1rem;
  }
  .p-footer__copyright p {
    font-size: 0.75rem;
  }
  .p-fv {
    background-color: #EC78A2;
    height: 25rem;
    margin-top: 4rem;
    max-height: 25rem;
  }
  .p-fv__inner {
    margin-left: 1.25rem;
    margin-right: 0;
    padding: 0 0 0.3125rem;
  }
  .p-fv__bg-left {
    background-position: 80% top;
    background-size: cover;
    clip-path: none;
    height: 60%;
    width: 40%;
  }
  .p-fv__bg-right {
    bottom: -7%;
    height: 60%;
    top: auto;
    width: 80%;
  }
  .p-fv__overlay {
    clip-path: none;
    width: 55%;
  }
  .p-fv__content {
    padding: 7.5rem 0 0.3125rem;
    position: static;
    width: 100%;
  }
  .p-fv__heading {
    font-size: 1.875rem;
    white-space: nowrap;
  }
  .p-fv__sub-row {
    flex-direction: column;
    margin-top: 0.3125rem;
  }
  .p-fv__sub {
    font-size: 1.375rem;
  }
  .p-fv__buttons {
    display: none;
  }
  .p-fv__btn {
    font-size: 0.875rem;
    padding: 0.625rem 0.625rem;
    width: 45%;
  }
  .p-fv__slide img {
    -o-object-fit: cover;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .p-fv__caption {
    font-size: 1.375rem;
    position: absolute;
    right: 0.625rem;
    text-align: center;
    top: 17%;
    z-index: 2;
  }
  .p-header {
    height: 4rem;
  }
  .p-header__inner {
    padding: 0 20px;
  }
  .p-header__tagline {
    font-size: 0.625rem;
  }
  .p-header__logo {
    gap: 0.5rem;
  }
  .p-header__logo-icon img {
    width: 10rem;
  }
  .p-header__logo-catch {
    font-size: 0.625rem;
  }
  .p-header__logo-name {
    font-size: 1rem;
  }
  .p-header__logo-suffix {
    font-size: 0.625rem;
  }
  .p-header__center {
    display: none;
  }
  .p-header__nav {
    display: none;
  }
  .p-header__contact {
    display: none;
  }
  .p-header__contact-icon {
    height: 1rem;
    margin-top: 0.625rem;
  }
  .p-header__buttons {
    display: none;
  }
  .p-header__btn {
    width: 4rem;
  }
  .p-header__btn-main {
    font-size: 0.75rem;
  }
  .p-header__btn-sub {
    font-size: 0.625rem;
  }
  .p-header__hamburger {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    height: 100%;
    justify-content: center;
    width: 4rem;
  }
  .p-header__fixed-bar {
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
    display: flex;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 20;
  }
  body {
    padding-bottom: 3.25rem;
  }
  .p-media {
    flex-direction: column-reverse;
  }
  .p-media__head {
    font-size: 6.25rem;
  }
  .p-media__txt {
    color: red;
    font-size: 2.5rem;
  }
  .p-media__img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-media__body {
    margin-top: 1.875rem;
    width: 100%;
  }
  .p-menu {
    padding-bottom: 3.125rem;
    padding-top: 4rem;
  }
  .p-menu__hero {
    padding: 2.5rem 0 3.125rem;
  }
  .p-menu__hero-inner {
    padding: 0 20px;
  }
  .p-menu__page-title {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
  }
  .p-menu__intro-card {
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem 20px;
  }
  .p-menu__intro-heading {
    font-size: 1.375rem;
    margin-bottom: 0.75rem;
  }
  .p-menu__intro-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-menu__intro-figure {
    width: 100%;
  }
  .p-menu__section {
    padding: 3.125rem 0 0;
  }
  .p-menu__section-inner {
    padding: 0 20px;
  }
  .p-menu__heading {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .p-menu__heading-bar {
    height: 1.75rem;
    width: 0.375rem;
  }
  .p-menu__desc {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-bottom: 1.875rem;
    text-align: left;
  }
  .p-menu__table-lead {
    font-size: 0.875rem;
    text-align: left;
  }
  .p-menu__table-wrap--pc {
    display: none;
  }
  .p-menu__table-accordion {
    display: block;
    margin-bottom: 1.25rem;
    margin-top: 0.625rem;
  }
  .p-menu__table {
    font-size: 0.8125rem;
  }
  .p-menu__table-th {
    font-size: 0.875rem;
    padding: 0.875rem 0.75rem;
  }
  .p-menu__table-td {
    font-size: 0.8125rem;
    padding: 0.875rem 0.75rem;
  }
  .p-menu__table-symbol {
    font-size: 1.375rem;
  }
  .p-menu__guarantee-top {
    margin-bottom: 0;
  }
  .p-menu__guarantee-top-img--pc {
    display: none;
  }
  .p-menu__guarantee-top-img--sp {
    display: block;
  }
  .p-menu__guarantee-img--couple {
    width: 10rem;
  }
  .p-menu__guarantee-img--single {
    width: 8.75rem;
  }
  .p-menu__guarantee-img--staff {
    width: 15.625rem;
  }
  .p-menu__guarantee-staff-wrap {
    padding-right: 3.125rem;
  }
  .p-menu__guarantee-staff-wrap .p-menu__guarantee-circle {
    bottom: 0.625rem;
    right: -1.25rem;
  }
  .p-menu__guarantee-bottom {
    gap: 0.75rem;
  }
  .p-menu__guarantee-circle {
    font-size: 0.875rem;
    height: 6.25rem;
    width: 6.25rem;
  }
  .p-menu__guarantee-lead {
    font-size: 1.25rem;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
  }
  .p-menu__guarantee-highlight {
    font-size: 1.375rem;
  }
  .p-menu__purchase-content {
    flex-direction: column;
    gap: 0.875rem;
    margin-top: 1.25rem;
  }
  .p-menu__purchase-logo img {
    max-width: 15rem;
  }
  .p-menu__purchase-recommend {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
  .p-menu__purchase-list li {
    font-size: 0.875rem;
  }
  .p-menu__purchase-figure {
    width: 100%;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .p-performance {
    padding: 3.125rem 0;
  }
  .p-performance__inner {
    padding: 0 20px;
  }
  .p-performance__heading {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
  .p-performance__controls {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
  .p-performance__tab {
    font-size: 0.9375rem;
    padding: 0.625rem 1.5rem;
  }
  .p-performance__list {
    grid-template-columns: 1fr;
  }
  .p-performance__btn {
    font-size: 1.125rem;
    min-width: 100%;
    padding: 1rem 1.5rem;
  }
  .p-privacy {
    padding-bottom: 3.125rem;
    padding-top: 4rem;
  }
  .p-privacy__hero {
    padding: 2.5rem 0;
  }
  .p-privacy__hero-inner {
    padding: 0 20px;
  }
  .p-privacy__page-title {
    font-size: 1.75rem;
  }
  .p-privacy__content {
    padding: 2.5rem 0;
  }
  .p-privacy__content-inner {
    padding: 0 20px;
  }
  .p-privacy__intro {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }
  .p-privacy__section {
    margin-bottom: 1.875rem;
  }
  .p-privacy__section-heading {
    font-size: 0.9375rem;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.625rem 1rem;
    white-space: nowrap;
  }
  .p-privacy__section-number {
    font-size: 1rem;
    height: 1.75rem;
    min-width: 1.75rem;
  }
  .p-privacy__section-body {
    padding: 0;
  }
  .p-privacy__section-text {
    font-size: 0.875rem;
  }
  .p-privacy__section-list-item {
    font-size: 0.875rem;
  }
  .p-privacy__section-list-item::before {
    top: 0.75rem;
  }
  .p-privacy__contact-text {
    font-size: 0.875rem;
  }
  .p-reason01 {
    padding-bottom: 3.125rem;
    padding-top: 4rem;
  }
  .p-reason01__hero {
    padding: 2.5rem 0 3.125rem;
  }
  .p-reason01__hero-inner {
    padding: 0 20px;
  }
  .p-reason01__page-title {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
  }
  .p-reason01__intro-card {
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem 20px;
  }
  .p-reason01__intro-head {
    align-items: center;
    flex-direction: column;
    gap: 0.75rem;
  }
  .p-reason01__badge {
    height: 3.75rem;
    width: 3.75rem;
  }
  .p-reason01__badge-num {
    font-size: 1.5rem;
  }
  .p-reason01__intro-label {
    font-size: 0.875rem;
    line-height: 1.2142857143;
    margin-bottom: 0.75rem;
    text-align: center;
  }
  .p-reason01__intro-title {
    font-size: 1.375rem;
    text-align: center;
  }
  .p-reason01__intro-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-reason01__intro-figure {
    width: 100%;
  }
  .p-reason01__section {
    padding-top: 3.125rem;
  }
  .p-reason01__section-inner {
    padding: 0 20px;
  }
  .p-reason01__heading {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .p-reason01__desc {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
    text-align: left;
  }
  .p-reason01__sub-section {
    margin-bottom: 2.5rem;
  }
  .p-reason01__sub-heading {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
  .p-reason01__portal-text .p-reason01__sub-heading {
    margin-top: 1.25rem;
  }
  .p-reason01__sub-heading-bar {
    height: 1.875rem;
    margin-top: 0.1875rem;
  }
  .p-reason01__site-block {
    flex-direction: column;
    gap: 1.25rem;
  }
  .p-reason01__site-left {
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-reason01__site-desc {
    font-size: 0.875rem;
    width: 100%;
  }
  .p-reason01__site-phone {
    margin-top: 0;
    order: 3;
    width: 8.75rem;
  }
  .p-reason01__site-url {
    font-size: 0.875rem;
    margin-left: 0;
    order: 2;
  }
  .p-reason01__site-screenshot {
    border: 0.125rem solid #F1F1F1;
    margin-top: 1.25rem;
    width: 100%;
  }
  .p-reason01__portal-block {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.25rem;
  }
  .p-reason01__portal-desc {
    font-size: 0.875rem;
  }
  .p-reason01__portal-logos {
    justify-content: center;
    width: 100%;
  }
  .p-reason01__portal-logo img {
    height: 2.5rem;
  }
  .p-reason01__portal-logos .p-reason01__portal-logo:nth-child(1) img {
    margin-top: 0.625rem;
  }
  .p-reason01__portal-logos .p-reason01__portal-logo:nth-child(2) img {
    height: 5rem;
  }
  .p-reason01__activity {
    padding: 3.125rem 0;
  }
  .p-reason01__activity-inner {
    padding: 0 20px;
  }
  .p-reason01__activity-card {
    padding: 1.875rem 20px;
  }
  .p-reason01__activity-heading {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .p-reason01__activity-desc {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
  .p-reason01__activity-images {
    flex-direction: column;
    gap: 1rem;
  }
  .p-reason01__pro {
    padding-bottom: 1.25rem;
  }
  .p-reason01__pro-inner {
    padding: 1.875rem 20px 0;
  }
  .p-reason02 {
    padding-bottom: 3.125rem;
    padding-top: 4rem;
  }
  .p-reason02__hero {
    padding: 2.5rem 0 3.125rem;
  }
  .p-reason02__hero-inner {
    padding: 0 20px;
  }
  .p-reason02__page-title {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
  }
  .p-reason02__intro-card {
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem 20px;
  }
  .p-reason02__intro-head {
    align-items: center;
    flex-direction: column;
    gap: 0.75rem;
  }
  .p-reason02__intro-label {
    font-size: 0.875rem;
    line-height: 1.2142857143;
    margin-bottom: 0.75rem;
    text-align: center;
  }
  .p-reason02__badge {
    height: 3.75rem;
    width: 3.75rem;
  }
  .p-reason02__badge-num {
    font-size: 1.5rem;
  }
  .p-reason02__intro-title {
    font-size: 1.375rem;
    text-align: center;
  }
  .p-reason02__intro-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-reason02__intro-figure {
    width: 100%;
  }
  .p-reason02__service {
    padding: 3.125rem 0;
  }
  .p-reason02__service-inner {
    padding: 0 20px;
  }
  .p-reason02__service-header {
    margin-bottom: 1rem;
  }
  .p-reason02__service-label {
    font-size: 0.75rem;
    padding: 0.1875rem 0.625rem;
  }
  .p-reason02__service-name {
    font-size: 1.25rem;
  }
  .p-reason02__service-content {
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.875rem;
  }
  .p-reason02__service-catch {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .p-reason02__service-desc {
    font-size: 0.875rem;
  }
  .p-reason02__service-figure {
    width: 100%;
  }
  .p-reason02__inspection-box {
    margin-bottom: 1.875rem;
    padding: 1.5rem 20px;
  }
  .p-reason02__inspection-heading {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .p-reason02__inspection-text {
    font-size: 0.875rem;
  }
  .p-reason02__merit {
    flex-direction: column;
    gap: 1rem;
  }
  .p-reason02__merit-heading {
    border-bottom: 0.1875rem solid #3BB8A8;
    border-right: none;
    font-size: 1.25rem;
    justify-content: center;
    padding-bottom: 1rem;
    padding-right: 0;
    text-align: center;
  }
  .p-reason02__merit-item {
    font-size: 0.875rem;
  }
  .p-reason02__grid-section {
    padding-bottom: 3.125rem;
  }
  .p-reason02__grid-inner {
    padding: 0 20px;
  }
  .p-reason02__grid {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 2.5rem;
  }
  .p-reason02__grid-header {
    margin-bottom: 0.75rem;
  }
  .p-reason02__grid-label {
    font-size: 0.6875rem;
  }
  .p-reason02__grid-name {
    font-size: 1.25rem;
  }
  .p-reason02__grid-desc {
    font-size: 0.8125rem;
  }
  .p-reason02__accordion {
    margin-bottom: 2.5rem;
  }
  .p-reason02__accordion-inner {
    padding: 1.875rem 20px;
  }
  .p-reason02__accordion-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 0.3125rem;
    margin-top: 1.875rem;
  }
  .p-reason02__accordion-header-left .p-reason02__grid-label {
    font-size: 0.75rem;
    padding: 0.375rem 0.625rem 0.3125rem;
  }
  .p-reason02__accordion-header-left {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
  .p-reason02__accordion-title {
    font-size: 1.5rem;
  }
  .p-reason02__accordion-header-right {
    align-self: flex-end;
    margin: 0.625rem auto 0;
  }
  .p-reason02__accordion-mascot img {
    width: 4.375rem;
  }
  .p-reason02__accordion-balloon {
    font-size: 0.75rem;
  }
  .p-reason02__accordion-balloon span {
    font-size: 0.875rem;
    padding: 0 1.25rem;
  }
  .p-reason02__accordion-balloon span::before, .p-reason02__accordion-balloon span::after {
    height: 1.75rem;
  }
  .p-reason02__accordion-main {
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.875rem;
  }
  .p-reason02__accordion-catch {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .p-reason02__accordion-text {
    font-size: 0.875rem;
  }
  .p-reason02__accordion-main-figure {
    width: 100%;
  }
  .p-reason02__accordion-photo {
    margin-bottom: 1.875rem;
    padding: 1.5rem 20px;
  }
  .p-reason02__accordion-photo-lead {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  .p-reason02__accordion-photo-list {
    gap: 1.25rem;
    grid-template-columns: 1fr;
  }
  .p-reason02__accordion-photo-caption {
    font-size: 0.8125rem;
  }
  .p-reason02__accordion-flow {
    margin-bottom: 1.875rem;
  }
  .p-reason02__accordion-flow-title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .p-reason02__accordion-flow-list {
    flex-wrap: wrap;
    gap: 0.5rem 0.25rem;
    justify-content: center;
  }
  .p-reason02__accordion-flow-item {
    min-height: 8.75rem;
    padding: 0.5rem 0.25rem 0.875rem;
    width: 3.75rem;
  }
  .p-reason02__accordion-flow-step {
    font-size: 0.625rem;
    margin-bottom: 0.5rem;
  }
  .p-reason02__accordion-flow-label {
    font-size: 0.75rem;
  }
  .p-reason02__accordion-flow-arrow {
    font-size: 1rem;
  }
  .p-reason02__accordion-detail-box {
    padding: 1.5rem 20px;
    padding: 0 0.625rem 1.25rem;
  }
  .p-reason02__accordion-detail-box .p-reason02__accordion-photo {
    margin-bottom: 1.5rem;
  }
  .p-reason02__accordion-detail-box .p-reason02__accordion-flow {
    margin-bottom: 1.5rem;
  }
  .p-reason02__accordion-detail-box .p-reason02__accordion-merit-box {
    margin-top: 1.5rem;
  }
  .p-reason02__accordion-conditions-heading {
    font-size: 0.9375rem;
  }
  .p-reason02__accordion-conditions-item {
    font-size: 0.8125rem;
  }
  .p-reason02__accordion-service-text {
    font-size: 0.8125rem;
  }
  .p-reason02__accordion-service-note {
    font-size: 0.75rem;
  }
  .p-reason02__accordion-merit-box {
    margin-top: 1.5rem;
  }
  .p-reason02__accordion-merit-box-inner {
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.25rem 20px;
  }
  .p-reason02__accordion-merit-box-heading {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  .p-reason02__accordion-merit-box-text {
    font-size: 0.875rem;
  }
  .p-reason02__accordion-merit-box-figure {
    width: 100%;
  }
  .p-reason02__accordion-sub {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
  }
  .p-reason02__accordion-merits {
    margin-bottom: 1.875rem;
  }
  .p-reason02__accordion-merits-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    margin-top: 3.125rem;
  }
  .p-reason02__accordion-merits-lead {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    text-align: left;
  }
  .p-reason02__accordion-merits-item {
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .p-reason02__accordion-merits-item-badge {
    font-size: 0.6875rem;
  }
  .p-reason02__accordion-merits-item-name {
    font-size: 1.125rem;
  }
  .p-reason02__accordion-merits-item-text {
    font-size: 0.875rem;
  }
  .p-reason02__accordion-merits-item-figure {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
    width: 95%;
  }
  .p-reason02__accordion-recommend {
    padding: 1.5rem 20px;
  }
  .p-reason02__accordion-recommend-label {
    font-size: 0.875rem;
  }
  .p-reason02__accordion-recommend-title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .p-reason02__accordion-recommend-item {
    font-size: 0.875rem;
  }
  .p-reason02__accordion-benefits-grid {
    grid-template-columns: 1fr;
  }
  .p-reason02__accordion-benefits-grid::after {
    display: none;
  }
  .p-reason02__accordion-benefits-grid::before {
    display: none;
  }
  .p-reason02__accordion-benefits-item {
    border-bottom: 0.1875rem solid #FFF0F5;
    padding: 1.5rem 20px;
  }
  .p-reason02__accordion-benefits-item:last-child {
    border-bottom: none;
  }
  .p-reason02__accordion-benefits-icon {
    margin-bottom: 0.625rem;
    width: 3.5rem;
  }
  .p-reason02__accordion-benefits-name {
    font-size: 1.0625rem;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .p-reason02__accordion-benefits-text {
    font-size: 0.8125rem;
  }
  .p-reason03 {
    padding-bottom: 3.125rem;
    padding-top: 4rem;
  }
  .p-reason03__hero {
    padding: 2.5rem 0 3.125rem;
  }
  .p-reason03__hero-inner {
    padding: 0 20px;
  }
  .p-reason03__page-title {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
  }
  .p-reason03__intro-card {
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem 20px;
  }
  .p-reason03__intro-head {
    align-items: center;
    flex-direction: column;
    gap: 0.75rem;
  }
  .p-reason03__badge {
    height: 3.75rem;
    width: 3.75rem;
  }
  .p-reason03__badge-num {
    font-size: 1.5rem;
  }
  .p-reason03__intro-label {
    font-size: 0.875rem;
    line-height: 1.2142857143;
    margin-bottom: 0.75rem;
    text-align: center;
  }
  .p-reason03__intro-title {
    font-size: 1.375rem;
    text-align: center;
  }
  .p-reason03__intro-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-reason03__intro-figure {
    width: 100%;
  }
  .p-reason03__content {
    padding: 3.125rem 0;
  }
  .p-reason03__content-inner {
    padding: 0 20px;
  }
  .p-reason03__block {
    margin-bottom: 2.5rem;
  }
  .p-reason03__block-title {
    border-left-width: 0.25rem;
    font-size: 1.375rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
  }
  .p-reason03__block-body {
    padding-left: 1.25rem;
  }
  .p-reason03__block-text {
    font-size: 0.875rem;
  }
  .p-reason03__promise {
    padding: 3.125rem 0;
  }
  .p-reason03__promise-inner {
    padding: 0 20px;
  }
  .p-reason03__promise-header {
    flex-direction: column;
    margin-bottom: 1.875rem;
    position: relative;
  }
  .p-reason03__promise-title {
    font-size: 1.625rem;
    margin-bottom: 0.625rem;
  }
  .p-reason03__promise-owl img {
    width: 4.375rem;
  }
  .p-reason03__promise-owl {
    position: absolute;
    right: 5%;
    top: -20%;
  }
  .p-reason03__promise-list {
    gap: 1.25rem;
    grid-template-columns: 1fr;
  }
  .p-reason03__promise-item {
    padding: 1.5rem 20px;
  }
  .p-reason03__promise-item-title {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
  .p-service {
    padding-bottom: 3.125rem;
    padding-top: 4rem;
  }
  .p-service__hero {
    padding: 2.5rem 0 3.125rem;
  }
  .p-service__hero-inner {
    padding: 0 20px;
  }
  .p-service__page-title {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
  }
  .p-service__intro {
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem 20px;
  }
  .p-menu__intro-heading {
    text-align: center;
  }
  .p-service__intro-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-service__intro-figure {
    width: 100%;
  }
  .p-service__tab-nav-inner {
    padding: 0.625rem 20px;
  }
  .p-service__tab-nav {
    flex-direction: column;
  }
  .p-service__tab-btn {
    border-bottom: none;
    border-left: 0.25rem solid transparent;
    font-size: 0.9375rem;
    padding: 0.875rem 0.75rem;
    text-align: left;
  }
  .p-service__tab-btn.is-active {
    border-bottom-color: transparent;
    border-left-color: #DA64A2;
  }
  .p-service__section {
    padding: 3.125rem 0 0;
  }
  .p-service__section-inner {
    padding: 0 20px;
  }
  .p-service__section-title {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
  }
  .p-service__section-heading {
    font-size: 1.625rem;
    gap: 0.75rem;
    margin-bottom: 1.875rem;
  }
  .p-service__section-heading::before {
    height: 1.875rem;
    width: 0.3125rem;
  }
  .p-service__section-text {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }
  .p-service__catch {
    margin-bottom: 0.625rem;
  }
  .p-service__catch-text {
    font-size: 1.375rem;
    margin-bottom: 0.625rem;
    margin-top: 1.875rem;
  }
  .p-service__section-sub-text {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
    text-align: left;
  }
  .p-service__diagram {
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.875rem;
  }
  .p-service__diagram-title {
    font-size: 1rem;
    padding: 0.625rem 0.75rem;
  }
  .p-service__diagram-content {
    padding: 1rem;
  }
  .p-service__diagram-figure {
    margin-bottom: 0.625rem;
    margin-top: 1.875rem;
  }
  .p-service__diagram-figure {
    margin-bottom: 1.875rem;
  }
  .p-service__table-lead {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  .p-service__table-wrap--pc {
    display: none;
  }
  .p-service__table {
    font-size: 0.8125rem;
  }
  .p-service__table-th {
    font-size: 0.875rem;
    padding: 0.875rem 0.75rem;
  }
  .p-service__table-td {
    font-size: 0.8125rem;
    padding: 0.875rem 0.75rem;
  }
  .p-service__table-symbol {
    font-size: 1.375rem;
  }
  .p-service__table-accordion {
    display: block;
    margin-bottom: 1.25rem;
    margin-top: 0.625rem;
  }
  .p-service__guarantee-flow--pc {
    display: none;
  }
  .p-service__guarantee-flow--sp {
    display: block;
  }
  .p-service__flow {
    align-items: center;
    flex-direction: column;
    gap: 0;
    height: auto;
    margin: 1.5rem auto 1.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 25rem;
  }
  .p-service__flow-step {
    width: 100%;
  }
  .p-service__flow-step--wide {
    width: 100%;
  }
  .p-service__flow-step--split {
    flex-direction: row;
    gap: 0.25rem;
  }
  .p-service__flow-step--split .p-service__flow-bar {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    padding: 0.75rem 1rem;
    writing-mode: horizontal-tb;
  }
  .p-service__flow-label {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    font-size: 0.9375rem;
    padding: 0.75rem 1rem;
    width: 100%;
    writing-mode: horizontal-tb;
  }
  .p-service__flow-bar {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
    width: 100%;
    writing-mode: horizontal-tb;
  }
  .p-service__flow-arrow {
    border-bottom: none;
    border-left: 0.875rem solid transparent;
    border-right: 0.875rem solid transparent;
    border-top: none;
    border-top: 1rem solid #F5A623;
    margin: 0.25rem 0;
  }
  .p-service__flow-box {
    gap: 0.375rem;
    height: auto;
    padding: 1rem;
    width: 100%;
  }
  .p-service__flow-box-title {
    font-size: 0.875rem;
  }
  .p-service__flow-box-inner {
    padding: 0.375rem 0.75rem;
  }
  .p-service__flow-box-item {
    font-size: 0.75rem;
  }
  .p-service__guarantee-worry img {
    margin-left: auto;
    margin-right: auto;
    max-width: 31.25rem;
  }
  .p-service__guarantee-worry {
    margin: 1.5rem auto 0;
  }
  .p-service__guarantee-bottom-img img {
    margin-left: auto;
    margin-right: auto;
    max-width: 31.25rem;
  }
  .p-service__guarantee-bottom-img {
    margin: 1rem auto 0;
  }
  .p-service__purchase-worry-heading--accent {
    margin-top: 0.625rem !important;
  }
  .p-service__purchase-worry-heading {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 3.125rem;
  }
  .p-service__purchase-worry {
    margin-bottom: 2.5rem;
  }
  .p-service__purchase-worry-list {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .p-service__purchase-worry-item {
    flex: 0 0 calc(50% - 0.375rem);
    max-width: none;
  }
  .p-service__purchase-worry-bubble {
    font-size: 0.875rem;
    min-height: 4.375rem;
    padding: 0.75rem 0.625rem;
  }
  .p-service__purchase-worry-set {
    display: none;
  }
  .p-service__purchase-worry-illust {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.625rem;
  }
  .p-service__purchase-resolve {
    border-radius: 0.5rem;
    padding: 1.875rem 20px;
  }
  .p-service__purchase-resolve-heading {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .p-service__purchase-resolve-list {
    flex-direction: column;
    gap: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-service__purchase-resolve-item {
    flex: 0 0 100%;
    font-size: 0.9375rem;
  }
  .p-seven-menu {
    padding: 3.125rem 0;
  }
  .p-seven-menu__inner {
    gap: 1rem;
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
  .p-seven-menu__heading-cell {
    justify-content: flex-start;
    min-height: unset;
  }
  .p-seven-menu__heading-num {
    font-size: 3rem;
  }
  .p-seven-menu__heading-num-text {
    font-size: 1.75rem;
  }
  .p-seven-menu__heading-no {
    font-size: 1.75rem;
  }
  .p-seven-menu__heading-menu {
    font-size: 1.75rem;
  }
  .p-seven-menu__list {
    gap: 0.375rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-seven-menu__item {
    aspect-ratio: auto;
    height: 10rem;
  }
  .p-seven-menu__label {
    font-size: 0.875rem;
    padding: 0.1875rem 1.25rem;
  }
  .p-seven-menu__name {
    font-size: 1rem;
  }
  .p-staff-detail {
    padding-top: 4rem;
  }
  .p-staff-detail__page-title {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
    padding: 1.25rem 0;
  }
  .p-staff-detail__container {
    margin: 1.25rem auto 1.875rem;
    padding: 0 20px;
  }
  .p-staff-detail__row {
    flex-direction: column;
    gap: 1.25rem;
  }
  .p-staff-detail__col-photo {
    width: 100%;
  }
  .p-staff-detail__sub-photos {
    margin-bottom: 1.875rem;
  }
  .p-staff-detail__col-info {
    width: 100%;
  }
  .p-staff-detail__label {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
  .p-staff-detail__value {
    font-size: 1rem;
  }
  .p-staff {
    padding-top: 4rem;
  }
  .p-staff__page-title {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
    padding: 1.25rem 0;
  }
  .p-staff__container {
    width: 100%;
  }
  .p-staff__inner {
    padding: 0 20px;
  }
  .p-staff__grid {
    flex-direction: column;
  }
  .p-staff__col {
    display: contents;
    padding: 0;
    width: 100%;
  }
  .p-staff__col:first-child .p-staff__title-img {
    order: 1;
  }
  .p-staff__col:first-child .p-staff__card:nth-child(2) {
    order: 3;
  }
  .p-staff__col:first-child .p-staff__card:nth-child(3) {
    order: 5;
  }
  .p-staff__col:first-child .p-staff__card:nth-child(4) {
    order: 6;
  }
  .p-staff__col:first-child .p-staff__card:nth-child(5) {
    order: 9;
  }
  .p-staff__col:last-child .p-staff__card:nth-child(1) {
    order: 2;
  }
  .p-staff__col:last-child .p-staff__card:nth-child(2) {
    order: 4;
  }
  .p-staff__col:last-child .p-staff__card:nth-child(3) {
    order: 7;
  }
  .p-staff__col:last-child .p-staff__card:nth-child(4) {
    order: 8;
  }
  .p-staff__col:last-child .p-staff__card:nth-child(5) {
    order: 10;
  }
  .p-staff__card-text {
    font-size: 0.9375rem;
  }
  .p-staff__access {
    margin-bottom: 1.875rem;
  }
  .p-staff__access-inner {
    padding: 0 20px;
  }
  .p-staff__access-welcome {
    font-size: 1rem;
    padding: 0.625rem 1rem;
  }
  .p-staff__access-info {
    flex-wrap: wrap;
    gap: 0.3125rem 0.3125rem;
    justify-content: space-around;
    padding: 1.25rem 20px;
    white-space: nowrap;
  }
  .p-staff__access-col {
    width: calc(50% - 0.625rem);
  }
  .p-staff__access-label {
    font-size: 0.875rem;
  }
  .p-staff__access-station-label {
    font-size: 0.875rem;
  }
  .p-staff__access-station-name {
    font-size: 1.25rem;
  }
  .p-staff__access-col--walk {
    align-items: center;
    display: flex;
    justify-content: center;
    width: calc(50% - 0.625rem);
  }
  .p-staff__access-walk {
    font-size: 1.375rem;
  }
  .p-staff__access-walk-num {
    font-size: 3rem;
  }
  .p-staff__access-col--parking {
    align-items: center;
    display: flex;
    justify-content: center;
    width: calc(50% - 0.625rem);
  }
  .p-staff__access-parking {
    font-size: 1.125rem;
    height: 5rem;
    width: 5rem;
  }
  .p-staff__map {
    margin-bottom: 1.875rem;
  }
  .p-staff__map-inner {
    padding: 0 20px;
  }
  .p-staff__gmap {
    margin-bottom: 2.5rem;
  }
  .p-staff__gmap-inner {
    padding: 0 20px;
  }
  .p-staff__gmap-embed iframe {
    height: 21.875rem;
  }
  .p-top-csr {
    margin-bottom: 3.125rem;
    padding: 3.125rem 1.25rem;
  }
  .p-top-csr__inner {
    align-items: center;
    flex-direction: column;
    gap: 1.875rem;
    padding: 0;
  }
  .p-top-csr__left {
    flex: none;
    width: 100%;
  }
  .p-top-csr__heading {
    font-size: 1.875rem;
  }
  .p-top-csr__subtitle {
    font-size: 1.5rem;
  }
  .p-top-csr__desc {
    font-size: 0.8125rem;
  }
  .p-top-csr__list {
    grid-template-columns: 1fr;
  }
  .p-top-csr__item-heading {
    font-size: 1.375rem;
  }
  .p-top-csr__item-text {
    font-size: 0.8125rem;
    white-space: nowrap;
  }
  .p-top-csr__item-img {
    padding-top: 0.625rem;
  }
  .p-top-csr__item-img img {
    width: 6.25rem;
  }
  .p-top-plan {
    padding: 3.125rem 0;
  }
  .p-top-plan__heading {
    font-size: 1.625rem;
    margin-bottom: 1.875rem;
  }
  .p-top-plan__slider {
    padding: 0 0.625rem;
  }
  .p-top-plan__img img {
    aspect-ratio: 4/3;
    border-radius: 0.5rem;
  }
  .p-top-plan__label {
    padding: 0.3125rem 0.625rem;
  }
  .p-top-plan__label-text {
    font-size: 1rem;
  }
  .p-top-plan__body {
    padding-top: 0.9375rem;
  }
  .p-top-plan__icon-img {
    height: 3.125rem;
  }
  .p-top-plan__title {
    -webkit-text-stroke: 0.0625rem #fff;
    font-size: 1.375rem;
    margin-bottom: 0.625rem;
    margin-top: -2.875rem;
  }
  .p-top-plan__text {
    font-size: 0.8125rem;
    line-height: 1.6;
    margin-top: 0.625rem;
  }
  .p-top-plan__prev,
  .p-top-plan__next {
    height: 2.25rem;
    top: 40%;
    width: 2.25rem;
  }
  .p-top-plan__prev {
    left: 0.25rem;
  }
  .p-top-plan__next {
    right: 0.25rem;
  }
  .p-top-plan__prev::after,
  .p-top-plan__next::after {
    border-right-width: 0.125rem;
    border-top-width: 0.125rem;
    height: 0.625rem;
    width: 0.625rem;
  }
  .p-top-reason {
    padding: 3.125rem 0;
  }
  .p-top-reason__inner {
    border-radius: 0.5rem;
    margin-inline: 20px;
    padding: 2.5rem 20px;
  }
  .p-top-reason__heading {
    font-size: 1.75rem;
    padding-top: 2.5rem;
  }
  .p-top-reason__list {
    padding: 2.5rem 0 3.125rem;
  }
  .p-top-reason__list:last-of-type {
    padding-top: 0;
  }
  .p-top-reason__item:nth-child(2) {
    margin-bottom: 0.625rem;
  }
  .p-top-reason__item:last-child {
    padding-bottom: 0rem;
  }
  .p-top-reason__item {
    margin-bottom: 1.25rem;
    margin-top: 3.125rem;
    padding-top: 0;
  }
  .p-top-reason__item--reverse .p-top-reason__card {
    padding: 5rem 1.25rem 1.875rem;
  }
  .p-top-reason__item--reverse .p-top-reason__figure {
    left: auto;
    right: auto;
  }
  .p-top-reason__item--reverse .p-top-reason__card {
    margin-left: auto;
    margin-right: auto;
  }
  .p-top-reason__figure {
    border-radius: 0.75rem;
    border-width: 0.25rem;
    left: auto;
    margin-inline: auto;
    max-width: 25rem;
    position: static;
    width: 100%;
  }
  .p-top-reason__figure img {
    height: 15rem;
  }
  .p-top-reason__card {
    border-radius: 0.75rem;
    margin: 0.625rem auto 0;
    padding: 5rem 1.25rem 1.875rem;
    width: 80%;
  }
  .p-top-reason__badge {
    -webkit-transform: translateX(-50%);
    height: 6.25rem;
    left: 50%;
    top: -1.875rem;
    transform: translateX(-50%);
    width: 6.25rem;
  }
  .p-top-reason__badge-label {
    font-size: 0.75rem;
  }
  .p-top-reason__badge-num {
    font-size: 2rem;
  }
  .p-top-reason__title {
    font-size: 1.375rem;
    margin-top: 0.75rem;
    text-align: center;
  }
  .p-top-reason__item--reverse .p-top-reason__card .p-top-reason__title {
    font-size: 1.375rem;
  }
  .p-top-reason__inner > :last-child .p-top-reason__title {
    font-size: 1.375rem;
  }
  .p-top-reason__text {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .p-top-reason__link {
    display: block;
    font-size: 1rem;
    margin-top: 1.25rem;
    text-align: center;
  }
  .p-top-reason__btn-wrap {
    align-items: center;
    margin: 0 auto;
    text-align: center;
  }
  .p-top-reason__btn {
    font-size: 1.125rem;
    padding: 1rem 2rem;
  }
  .p-worry__inner {
    border-radius: 1rem;
    margin: 3.125rem auto;
    margin-inline: 20px;
    max-width: 100%;
    padding: 1.5rem 1.25rem;
  }
  .p-worry__body {
    flex-direction: column;
    gap: 8.125rem;
    min-height: auto;
    padding: 1rem 0;
  }
  .p-worry__left {
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
  }
  .p-worry__content {
    text-align: center;
  }
  .p-worry__heading {
    font-size: 1.75rem;
    justify-content: center;
  }
  .p-worry__desc {
    font-size: 1.375rem;
    line-height: 1.3;
    margin-top: 1rem;
  }
  .p-worry__desc-line {
    text-align: left;
  }
  .p-worry__btn {
    display: block;
    font-size: 1.125rem;
    margin-left: 0;
    margin-right: auto;
    margin-top: 1.5rem;
    padding: 0.75rem 1.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-worry__figure {
    align-self: right;
    height: 32%;
    margin-right: 1.875rem;
    margin-top: -7.5rem;
    width: 32%;
  }
  .p-worry__figure img {
    -webkit-transform: translate(0, 0);
    bottom: 0;
    top: 100%;
    transform: translate(0, 0);
  }
  .p-worry__list {
    gap: 1.25rem;
    padding-top: 0rem;
  }
  .p-worry__item-text {
    font-size: 1.125rem;
  }
  .u-font18 {
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 1rem;
  }
  .u-font22 {
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 1.125rem;
  }
  .u-mt100 {
    margin-top: 1.875rem;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  br.u-sp {
    display: inline;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}

@media screen and (max-width: 585px) {
  .p-case-reason__card {
    width: 95%;
  }
  .p-top-reason__card {
    width: 95%;
  }
}

@media screen and (max-width: 550px) {
  .p-area__hukidasi {
    width: 100%;
  }
  .p-footer-cta__inner {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .p-footer-cta__sub {
    font-size: 0.75rem;
  }
  .p-footer-cta__heading {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 435px) {
  .p-service__catch-text {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 400px) {
  .p-case-reason__item-title {
    font-size: 1.25rem;
  }
  .p-fv__heading {
    font-size: 1.625rem;
  }
  .p-reason01__site-left {
    align-items: center;
    flex-direction: column;
  }
  .p-reason01__site-phone {
    align-self: center;
    order: 1;
  }
  .p-reason01__site-url {
    order: 2;
    text-align: center;
    width: 100%;
  }
  .p-reason01__arrow-right {
    display: none;
  }
  .p-reason01__arrow-down {
    display: inline;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
  .p-case__circle {
    height: 6.875rem;
    margin-bottom: 0.625rem;
    width: 6.875rem;
  }
  .p-case__circle img {
    top: calc(50% + 1.75rem);
    width: 3.5rem;
  }
  .p-footer-cta__sub {
    font-size: 0.6875rem;
  }
  .p-footer-cta__heading {
    font-size: 1.375rem;
  }
  .p-header__hamburger {
    width: 3.5rem;
  }
  .p-reason01__heading {
    font-size: 1.375rem;
  }
  .p-reason02__service-inner {
    padding: 0 0.75rem;
  }
  .p-reason02__grid-inner {
    padding: 0 0.75rem;
  }
  .p-reason02__accordion-inner {
    padding: 1.5rem 0.75rem;
  }
  .p-reason02__accordion-close {
    font-size: 0.75rem;
    gap: 0.25rem;
    right: 0.75rem;
    top: 0.75rem;
  }
  .p-reason02__accordion-close-icon {
    height: 1.75rem;
    width: 1.75rem;
  }
  .p-reason02__accordion-header-left {
    gap: 0.5rem;
  }
  .p-reason02__accordion-title {
    font-size: 1.25rem;
  }
  .p-reason02__accordion-catch {
    font-size: 1.125rem;
  }
  .p-reason02__accordion-photo {
    padding: 1rem 0.75rem;
  }
  .p-reason02__accordion-flow-item {
    min-height: 7.5rem;
    padding: 0.25rem 0.125rem 0.625rem;
    width: 3.125rem;
  }
  .p-reason02__accordion-flow-step {
    font-size: 0.5625rem;
    margin-bottom: 0.375rem;
    padding: 0.1875rem 0.3125rem 0.0625rem;
  }
  .p-reason02__accordion-flow-label {
    font-size: 0.625rem;
  }
  .p-reason02__accordion-conditions-item {
    font-size: 0.75rem;
  }
  .p-reason02__accordion-service-note {
    font-size: 0.6875rem;
  }
  .p-reason02__accordion-merit-box-inner {
    gap: 1rem;
    padding: 1rem 0.75rem;
  }
  .p-reason02__accordion-merits-item {
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .p-reason02__accordion-merits-item-label {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .p-reason02__accordion-merits-item-name {
    font-size: 1rem;
  }
  .p-reason02__accordion-merits-item-text {
    font-size: 0.8125rem;
  }
  .p-reason02__accordion-recommend {
    padding: 1rem 0.75rem;
  }
  .p-reason02__accordion-recommend-title {
    font-size: 1rem;
  }
  .p-reason02__accordion-recommend-item {
    font-size: 0.8125rem;
  }
  .p-reason02__accordion-benefits-item {
    padding: 1rem 0.75rem;
  }
  .p-seven-menu__list {
    grid-template-columns: 1fr;
  }
  .p-top-csr__list {
    grid-template-columns: 1fr;
  }
  .p-top-reason__item--reverse .p-top-reason__card .p-top-reason__title {
    font-size: 1.25rem;
  }
}

@media (any-hover: hover) {
  .p-area__btn:hover {
    opacity: 0.9;
  }
  .p-case-reason__link:hover {
    opacity: 0.8;
  }
  .p-case-reason__btn:hover {
    opacity: 0.9;
  }
  .p-contact-form__postal-btn:hover {
    opacity: 0.8;
  }
  .p-contact-form__privacy-link a:hover {
    text-decoration: none;
  }
  .p-contact-form__submit-btn:hover {
    background-color: #fff;
    color: #00A89C;
  }
  .p-contact__form-body .wpcf7-form input[type=submit]:hover {
    background-color: #fff;
    color: #00A89C;
  }
  .p-contact__service-card:hover {
    opacity: 0.8;
  }
  .p-contact__cta-box-btn:hover {
    opacity: 0.8;
  }
  .p-first__step-link:hover {
    text-decoration: underline;
  }
  .p-footer-cta__btn:hover {
    opacity: 0.85;
  }
  .p-footer__nav-link:hover {
    opacity: 0.7;
  }
  .p-footer__phone-number:hover {
    opacity: 0.7;
  }
  .p-footer__contact-btn:hover {
    opacity: 0.85;
  }
  .p-footer__privacy-link:hover {
    opacity: 0.7;
  }
  .p-footer__official-link:hover {
    background-color: #DA64A2;
    color: #fff;
  }
  .p-fv__btn:hover {
    opacity: 0.9;
  }
  .p-header__menu-link:hover {
    opacity: 0.7;
  }
  .p-header__submenu-link:hover {
    background-color: #F1F1F1;
  }
  .p-header__official-link:hover {
    background-color: #DA64A2;
    color: #fff;
  }
  .p-header__contact-tel:hover {
    opacity: 0.8;
  }
  .p-header__btn:hover {
    opacity: 0.9;
  }
  .p-header__drawer-close:hover {
    opacity: 0.6;
  }
  .p-header__drawer-tel:hover {
    opacity: 0.8;
  }
  .p-header__drawer-menu-link:hover {
    background-color: #F1F1F1;
  }
  .p-header__drawer-submenu-link:hover {
    background-color: #F1F1F1;
  }
  .p-header__drawer-btn:hover {
    opacity: 0.9;
  }
  .p-header__drawer-official-link:hover {
    background-color: #DA64A2;
    color: #fff;
  }
  .p-header__fixed-btn:hover {
    opacity: 0.9;
  }
  .p-performance__tab:hover {
    background: #F1F1F1;
  }
  .p-performance__card-address a:hover {
    text-decoration: none;
  }
  .p-performance__btn:hover {
    opacity: 0.85;
  }
  .p-reason02__grid-link:hover {
    opacity: 0.7;
  }
  .p-reason02__accordion-close:hover {
    opacity: 0.7;
  }
  .p-seven-menu__link:hover .p-seven-menu__img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p-top-reason__link:hover {
    opacity: 0.8;
  }
  .p-top-reason__btn:hover {
    opacity: 0.9;
  }
  .p-worry__btn:hover {
    opacity: 0.85;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */