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

body {
  background: #FCF6F4;
  color: #49444C;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
}

.noscroll {
  overflow: hidden;
}

.u-sp {
  display: none !important;
}

.c-icon {
  align-items: center;
  display: flex;
}

.c-icon__ttl {
  color: var(--brown_4A3, #4a3a12);
  font-size: 1.125rem;
  font-weight: 700;
  font-weight: 700;
  line-height: 100%;
  margin-right: 1.625rem;
  /* 18px */
}

.c-icon__img {
  position: relative;
}

.c-icon__img img {
  height: 3.0625rem;
  transition: 0.5s opacity;
  width: 3.0625rem;
}

.c-icon__img img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-title__ja {
  color: #EC672D;
  font-size: 2rem;
  font-weight: 600;
}

body.home .c-title__ja,
body.page-template-front-page .c-title__ja,
body.page-template-page-service .c-title__ja,
body.page-template-page-service-php .c-title__ja {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}

*,
*::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-inline: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
}

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

.breadcrumb {
  align-items: center;
  color: #000;
  color: #9F9F9F;
  display: flex;
  font-weight: 400;
  gap: 0.875rem;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.8125rem;
  max-width: 80rem;
  padding-inline: 2.5rem;
  position: relative;
}
.breadcrumb .home {
  transition: opacity 0.3s ease;
}
.breadcrumb .home:hover {
  opacity: 0.7;
}
.breadcrumb span {
  color: #9F9F9F;
  font-size: 0.8125rem;
  line-height: 110%;
  /* 14.3px */
}
.breadcrumb span:not(:last-of-type) {
  align-items: center;
  display: flex;
}
.breadcrumb span a {
  transition: opacity 0.3s ease;
}
.breadcrumb span a:hover {
  opacity: 0.7;
}

.heading-wrap__icon {
  background: url(../img/common/gt-icon.png) center center/contain no-repeat;
  height: 0.5rem;
  margin-top: 0.125rem;
  width: 0.5rem;
}

.breadcrumb span[property=name] {
  display: inline-block;
  max-width: 8.125rem;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.button {
  background: #EC672D;
  border-radius: 5rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  display: inline-block;
  position: relative;
  transition: opacity 0.3s ease;
}
.button:hover {
  opacity: 0.8;
}
.button:after {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/Icon-button.png) center center/contain no-repeat;
  content: "";
  height: 1rem;
  position: absolute;
  right: 1.875rem;
  top: 53%;
  transform: translateY(-50%);
  width: 1rem;
}

.c-cat {
  background-color: #EF9467;
  border-radius: 1.25rem;
  color: #fff;
  display: inline-block;
  font-size: 0.9375rem;
  margin-top: 1.75rem;
  padding: 0.375rem 0.875rem;
  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;
}

.p-under-mv {
  background: url(../img/common/under-mv1-1.png) center center/cover no-repeat;
  border-radius: 2.5rem;
  height: 17.5rem;
  margin-inline: 2.5rem;
  margin-top: 9.8125rem;
  overflow: hidden;
}

.p-under-mv__inner {
  position: relative;
}

.p-under-mv__ttl {
  -webkit-transform: translateX(-50%);
  font-size: 2.875rem;
  left: 50%;
  position: absolute;
  top: 7.4375rem;
  transform: translateX(-50%);
  z-index: 2;
}

.p-under-mv__txt {
  -webkit-transform: translateX(-50%);
  -webkit-transform: matrix(0.98, -0.17, 0.17, 0.98, 0, 0);
  color: #EC672D;
  display: inline-block;
  font-size: 3.75rem;
  left: 49.5%;
  position: absolute;
  top: 6.875rem;
  transform: translateX(-50%);
  transform: matrix(0.98, -0.17, 0.17, 0.98, 0, 0);
  z-index: 1;
}

.customer_review-txt {
  -webkit-transform: translateX(-50%);
  -webkit-transform: matrix(0.98, -0.17, 0.17, 0.98, 0, 0);
  color: #EC672D;
  display: inline-block;
  font-size: 3.75rem;
  left: 53.7%;
  position: absolute;
  top: 6.875rem;
  transform: translateX(-50%);
  transform: matrix(0.98, -0.17, 0.17, 0.98, 0, 0);
  z-index: 1;
}

.p-under-mv__txt-news {
  left: 52% !important;
  top: 7.5rem !important;
}

.p-under-mv__txt-privacy-policy {
  left: 55% !important;
  top: 5.875rem !important;
}

.p-under-mv__txt-contact {
  left: 52% !important;
  top: 6.875rem !important;
}

.p-under-mv__img {
  border-radius: 2.5rem;
}
.p-under-mv__img img {
  -o-object-fit: cover;
  border-radius: 2.5rem;
  display: block;
  height: 17.5rem;
  object-fit: cover;
  width: 100%;
}

.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-archive-column {
  overflow: clip;
  position: relative;
}
.p-archive-column::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 106.0625rem;
  left: calc(50% - 12.5rem);
  position: absolute;
  top: 75rem;
  transform: translateY(-50%);
  width: 106.0625rem;
  z-index: -1;
}

.p-archive-column {
  margin-top: 7rem;
}

.p-archive-column__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 82.5rem;
  padding-inline: 3.75rem;
}

.p-archive-column__title-en {
  margin-top: 0.75rem;
}
.p-archive-column__title-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;
  margin-top: 2rem;
  /* 25.2px */
}

.p-archive-column__term {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
  justify-content: center;
}
.p-archive-column__term li a {
  background: #fff;
  border: 0.0625rem solid #EF9467;
  border-radius: 1.875rem;
  color: #49444C;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 0rem;
  padding: 0.25rem 0.875rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.p-archive-column__term li a:hover:not(.is-current) {
  background: #f9f8f5;
}
.p-archive-column__term li .is-current {
  background: #EF9467;
  color: #fff;
}

.p-archive-column__article-wrap {
  margin-top: 5.3125rem;
}

.p-archive-column__article {
  gap: 3.75rem 1.875rem;
  margin-top: 2.75rem;
}

.column-card {
  background: #fff;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: opacity 0.3s ease;
}
.column-card:hover {
  opacity: 0.7;
}
.column-card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-archive-column-card__new {
  align-items: center;
  background: #24C6AD;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 400;
  height: 6.5625rem;
  justify-content: center;
  left: -3.25rem;
  position: absolute;
  top: -3.25rem;
  width: 6.5625rem;
  z-index: 3;
}

.p-archive-column-card__body {
  border-radius: 0 0 1.25rem 1.25rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0rem 1rem 2.75rem 1rem;
}

.p-archive-column-card__date {
  color: #EF9467;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.5625rem;
  /* 243.75% */
}

.p-archive-column-card__title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 0.625rem;
  /* 166.667% */
}
.p-archive-column-card__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.p-archive-column-card__cat span {
  background: #EF9467;
  border: 0.0625rem solid #EF9467;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  font-weight: 500;
  margin-top: 1rem;
  padding: 0.125rem 0.8125rem;
}

.p-archive-column-card__img {
  border-radius: 1.25rem 1.25rem 0 0;
  overflow: hidden;
  padding-top: 64%;
  position: relative;
  width: 100%;
}
.p-archive-column-card__img img {
  -o-object-fit: cover;
  border-radius: 1.25rem 1.25rem 0 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  width: 100%;
}
.pagination {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin-top: 10rem;
  padding-bottom: 12.5rem;
}
.pagination span,
.pagination a {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #24C6AD;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  height: 3.0625rem;
  justify-content: center;
  line-height: 110%;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease;
  width: 3.0625rem;
}
.pagination span:hover,
.pagination a:hover {
  opacity: 0.8;
}

.prev {
  background: #fff;
  display: block;
  position: relative;
}
.prev svg {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.next {
  background: #fff;
  display: block;
  position: relative;
}
.next svg {
  -webkit-transform: translate(-50%, -50%);
  flex-shrink: 0;
  height: 0.875rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
}

.current {
  background: #24C6AD !important;
  color: #fff !important;
  color: #fff;
}
.pickup {
  color: #000;
  margin-top: 6rem;
}

.pickup__inner {
  padding-bottom: 4rem;
}

.pickup__title-wrap {
  border-bottom: 0.0625rem solid #000;
  margin-left: initial;
}
.pickup__title-ja {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 180%;
  /* 36px */
}

.pickup__term {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
  margin-top: 4.1875rem;
}
.pickup__term li a {
  border: 0.0625rem solid #000;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.pickup__term li a:hover {
  color: #fff;
}
.pickup__article {
  gap: 2rem 0.75rem;
  margin-top: 1.25rem;
}

.pickup-card__date {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.25rem;
}

.pickup-card__title {
  font-size: 1rem;
  font-weight: 400;
}

.pickup-card__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.pickup-card__cat span {
  border: 0.0625rem solid #000;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
}

.pickup-card__img {
  padding-top: 67%;
  position: relative;
  width: 100%;
}
.pickup-card__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.pickup-card__button {
  background: #000;
  color: #fff;
  margin-top: 4rem;
  transition: background 0.3s ease, color 0.3s ease;
  width: 11.25rem;
}
.pickup-card__button:hover {
  color: #fff;
}

.pickup-card__button-link {
  flex-direction: row;
  padding: 0.75rem;
}
.pickup-card__button-link::after {
  background: url("../img/common/chevron-right-black.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.5rem;
  transition: background 0.3s ease;
  width: 1.5rem;
}
.p-archive-customer_review {
  overflow: clip;
  position: relative;
}
.p-archive-customer_review::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 106.0625rem;
  left: calc(50% - 12.5rem);
  position: absolute;
  top: 75rem;
  transform: translateY(-50%);
  width: 106.0625rem;
  z-index: -1;
}

.p-under-mv {
  background: url(../img/common/under-mv1-1.png) center center/cover no-repeat;
  border-radius: 2.5rem;
  height: 17.5rem;
  margin-inline: 2.5rem;
  margin-top: 9.8125rem;
  overflow: hidden;
}

.p-under-mv__inner {
  position: relative;
}

.p-under-mv__ttl {
  -webkit-transform: translateX(-50%);
  font-size: 2.875rem;
  left: 50%;
  position: absolute;
  top: 7.4375rem;
  transform: translateX(-50%);
  z-index: 2;
}

.p-under-mv__txt {
  -webkit-transform: translateX(-50%);
  -webkit-transform: matrix(0.98, -0.17, 0.17, 0.98, 0, 0);
  color: #EC672D;
  display: inline-block;
  font-size: 3.75rem;
  left: 49.5%;
  position: absolute;
  top: 6.875rem;
  transform: translateX(-50%);
  transform: matrix(0.98, -0.17, 0.17, 0.98, 0, 0);
  z-index: 1;
}

.p-under-mv__img {
  border-radius: 2.5rem;
}
.p-under-mv__img img {
  -o-object-fit: cover;
  border-radius: 2.5rem;
  display: block;
  height: 17.5rem;
  object-fit: cover;
  width: 100%;
}

.p-archive-customer_review {
  padding-top: 7rem;
}

.p-archive-customer_review__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 82.5rem;
  padding-inline: 3.75rem;
}

.p-archive-customer_review__title-en {
  margin-top: 0.75rem;
}
.p-archive-customer_review__title-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;
  margin-top: 2rem;
  /* 25.2px */
}

.p-archive-customer_review__term {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
  justify-content: center;
}
.p-archive-customer_review__term li a {
  background: #fff;
  border: 0.0625rem solid #EF9467;
  border-radius: 1.875rem;
  color: #49444C;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 0rem;
  padding: 0.25rem 0.875rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.p-archive-customer_review__term li a:hover:not(.is-current) {
  background: #f9f8f5;
}
.p-archive-customer_review__term li .is-current {
  background: #EF9467;
  color: #fff;
}

.p-archive-customer_review__article-wrap {
  margin-top: 5.3125rem;
}

.p-archive-customer_review__article {
  gap: 3.75rem 1.875rem;
  margin-top: 2.75rem;
}

.customer_review-card {
  background: #fff;
  border-radius: 1.25rem;
  position: relative;
  transition: opacity 0.3s ease;
}
.customer_review-card:hover {
  opacity: 0.7;
}
.p-archive-customer_review-card__new {
  align-items: center;
  background: #24C6AD;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 400;
  height: 6.5625rem;
  justify-content: center;
  left: -3.25rem;
  position: absolute;
  top: -3.25rem;
  width: 6.5625rem;
  z-index: 3;
}

.p-archive-customer_review-card__body {
  padding: 0rem 1rem 2.75rem 1rem;
}

.p-archive-customer_review-card__date {
  color: #EF9467;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.5625rem;
  /* 243.75% */
}

.p-archive-customer_review-card__title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 0.625rem;
  /* 166.667% */
}
.p-archive-customer_review-card__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.p-archive-customer_review-card__cat span {
  background: #EF9467;
  border: 0.0625rem solid #EF9467;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  font-weight: 500;
  margin-top: 1rem;
  padding: 0.125rem 0.8125rem;
}

.p-archive-customer_review-card__img {
  border-radius: 1.25rem 1.25rem 0 0;
  overflow: hidden;
  padding-top: 64%;
  position: relative;
  width: 100%;
}
.p-archive-customer_review-card__img img {
  -o-object-fit: cover;
  border-radius: 1.25rem 1.25rem 0 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  width: 100%;
}
.pagination {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin-top: 10rem;
  padding-bottom: 12.5rem;
}
.pagination span,
.pagination a {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #24C6AD;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  height: 3.0625rem;
  justify-content: center;
  line-height: 110%;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease;
  width: 3.0625rem;
}
.pagination span:hover,
.pagination a:hover {
  opacity: 0.8;
}

.prev {
  background: #fff;
  display: block;
  position: relative;
}
.prev svg {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.next {
  background: #fff;
  display: block;
  position: relative;
}
.next svg {
  -webkit-transform: translate(-50%, -50%);
  flex-shrink: 0;
  height: 0.875rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
}

.current {
  background: #24C6AD !important;
  color: #fff !important;
  color: #fff;
}
.pickup {
  color: #000;
  margin-top: 6rem;
}

.pickup__inner {
  padding-bottom: 4rem;
}

.pickup__title-wrap {
  border-bottom: 0.0625rem solid #000;
  margin-left: initial;
}
.pickup__title-ja {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 180%;
  /* 36px */
}

.pickup__term {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
  margin-top: 4.1875rem;
}
.pickup__term li a {
  border: 0.0625rem solid #000;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.pickup__term li a:hover {
  color: #fff;
}
.pickup__article {
  gap: 2rem 0.75rem;
  margin-top: 1.25rem;
}

.pickup-card__date {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.25rem;
}

.pickup-card__title {
  font-size: 1rem;
  font-weight: 400;
}

.pickup-card__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.pickup-card__cat span {
  border: 0.0625rem solid #000;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
}

.pickup-card__img {
  padding-top: 67%;
  position: relative;
  width: 100%;
}
.pickup-card__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.pickup-card__button {
  background: #000;
  color: #fff;
  margin-top: 4rem;
  transition: background 0.3s ease, color 0.3s ease;
  width: 11.25rem;
}
.pickup-card__button:hover {
  color: #fff;
}

.pickup-card__button-link {
  flex-direction: row;
  padding: 0.75rem;
}
.pickup-card__button-link::after {
  background: url("../img/common/chevron-right-black.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.5rem;
  transition: background 0.3s ease;
  width: 1.5rem;
}
.p-company-mv {
  border-radius: 2.5rem;
  margin-inline: 2.5rem;
  margin-top: 9.8125rem;
  overflow: hidden;
  position: relative;
}

.p-company-mv__img {
  display: block;
  width: 100%;
}
.p-company-mv__img img {
  display: block;
  height: auto;
  width: 100%;
}

.p-company-mv__content {
  -webkit-transform: translateY(-50%);
  left: 5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-company-mv__en {
  color: #EC672D;
  font-size: 1.25rem;
  text-shadow: 0 0 0.625rem #FFF, 0 0 1.25rem #FFF, 0 0 1.875rem #FFF, 0 0 2.5rem #FFF;
}

.p-company-mv__title {
  color: #49444C;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 0.5rem;
  text-shadow: 0 0 0.625rem #FFF, 0 0 1.25rem #FFF, 0 0 1.875rem #FFF, 0 0 2.5rem #FFF;
}

.p-company-wrap {
  overflow: clip;
  position: relative;
}
.p-company-wrap::before {
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 100%;
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
  right: -31.25rem;
  top: 19.25rem;
  width: 100%;
  z-index: -1;
}

.p-company {
  margin-top: 5.1875rem;
  overflow: clip;
  padding-bottom: 12.5rem;
  position: relative;
}

.p-company__inner {
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
}

.p-company-greeting__head {
  align-items: baseline;
  display: flex;
  gap: 1rem;
}

.p-company-greeting__ttl {
  color: #EC672D;
  font-size: 2rem;
  font-weight: 700;
}

.p-company-greeting__sub {
  color: #333;
  font-size: 1rem;
}

.p-company-greeting__body {
  gap: 2.5rem;
  margin-top: 3.75rem;
}

.p-company-greeting__img {
  border-radius: 1.25rem;
  display: block;
  overflow: hidden;
  width: 100%;
}
.p-company-greeting__img img {
  display: block;
  height: auto;
  width: 100%;
}

.p-company-greeting__text {
  font-size: 1rem;
}

.p-company-greeting__paragraph {
  line-height: 1.75;
}

.p-company-greeting__name {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.875rem;
  text-align: right;
}

.p-company-outline {
  margin-top: 7.75rem;
  position: relative;
}
.p-company-outline::after {
  background: url(../img/company/flower-company.png) center center/contain no-repeat;
  content: "";
  height: 11.5rem;
  left: 6.25rem;
  position: absolute;
  top: -5.5rem;
  width: 10.125rem;
}

.p-company-outline__ttl {
  color: #EC672D;
  font-size: 2rem;
  font-weight: 700;
}

.p-company-outline__sub {
  color: #333;
  font-size: 1rem;
}

.p-company-outline__table {
  margin-top: 4.0625rem;
  width: 100%;
}

.p-company-outline__table th {
  border-bottom: 0.0625rem solid #FAE4DC;
  padding-block: 1.5rem;
  padding-left: 4rem;
  text-align: left;
}

.p-company-outline__table td {
  border-bottom: 0.0625rem solid #FAE4DC;
  padding-block: 1.125rem;
  text-align: left;
}

.p-company-outline__table th {
  color: #EF9467;
  font-size: 1rem;
  font-weight: 700;
  width: 17.125rem;
}

.p-company-outline__table td {
  font-size: 1rem;
}

.p-contact-confirm {
  margin-top: 5.5625rem;
  padding-bottom: 12.5rem;
  position: relative;
}
.p-contact-confirm::before {
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 100%;
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
  right: -31.25rem;
  top: -12.5rem;
  width: 100%;
  z-index: -1;
}

.p-contact-confirm__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
}

.contact-confirm__title {
  font-size: 1.5rem;
  /* 106.667% */
}

.p-contact-confirm__list {
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 2.625rem;
}

.p-contact-confirm__item {
  align-items: center;
  display: flex;
}
.p-contact-confirm__item:not(:first-child) {
  margin-top: 1.25rem;
}
.p-contact-confirm__title {
  flex-shrink: 0;
  font-weight: 600;
  width: 20rem;
}

.p-contact-confirmInput,
.p-contact-confirmCheckbox,
.p-contact-confirmTextarea {
  font-weight: 400;
  overflow-wrap: anywhere;
}

.p-contact-confirm__submit-wrap {
  margin-inline: auto;
  margin-top: 3.9375rem;
  width: 19.6875rem;
}

.return-wrapper {
  display: inline-block;
  margin-bottom: 2.5rem;
  margin-inline: auto;
  position: relative;
}

.return {
  align-items: center;
  background-color: #AA4242;
  border-radius: 3.125rem;
  color: #fff;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  height: 5.875rem;
  justify-content: center;
  padding-left: 4.375rem;
  padding-right: 3.125rem;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s, transform 0.3s ease;
  transition: opacity 0.3s, transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 20.125rem;
}
.return:hover {
  -webkit-transform: translateY(-2px);
  opacity: 0.8;
  transform: translateY(-2px);
}

.return-arrow-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  background: url(../img/common/Icon-button.png) center center/contain no-repeat;
  display: block;
  height: 1rem;
  left: 1.875rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 1rem;
  z-index: 100;
}

.button-wrapper {
  width: 100%;
}

.contact-thanks__heading {
  margin-top: 6.375rem;
  padding-bottom: 12.5rem;
  position: relative;
}
.contact-thanks__heading::before {
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 100%;
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
  right: -31.25rem;
  top: -12.5rem;
  width: 100%;
  z-index: -1;
}

.contact-thanks__heading__inner {
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
}

.contact-thanks-heading__item {
  text-align: center;
}

.contact-thanks-heading__text {
  font-size: 1rem;
  line-height: 2;
}

.contact-thanks-heading__text2 {
  margin-top: 2.5rem;
}

.contact-thanks-heading__text3 {
  margin-top: 2.5rem;
}

.contact-thanks__contact {
  margin-top: 3.75rem;
}

.contact-thanks__contactLink {
  align-items: center;
  background: #EC672D;
  border-radius: 1rem;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  display: inline-flex;
  gap: 1.25rem;
  padding: 1.25rem 2.5rem;
  transition: opacity 0.3s ease;
}
.contact-thanks__contactLink:hover {
  opacity: 0.8;
}

.contact-thanks__contactIcon {
  height: 2.5rem;
  width: 2.5rem;
}

.contact-thanks__contactInfo {
  text-align: left;
}

.contact-thanks__contactNumber {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.contact-thanks__contactTime {
  color: #fff;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.contact-thanks__contactTime span {
  color: #fff;
  font-weight: 700;
}

.contact-thanks__button {
  align-items: center;
  background: #24C6AD;
  border-radius: 3.125rem;
  display: inline-flex;
  display: flex;
  height: 5.875rem;
  justify-content: center;
  margin-inline: auto;
  margin-top: 5rem;
  padding-block: 2.3125rem;
  padding-left: 3.125rem;
  padding-right: 4.375rem;
  position: relative;
  text-decoration: none;
  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: 20rem;
}
.contact-thanks__button::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/Icon-button.png) center center/contain no-repeat;
  content: "";
  height: 1rem;
  pointer-events: none;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  z-index: 10;
}
.contact-thanks__button:hover {
  -webkit-transform: translateY(-2px);
  opacity: 0.8;
  transform: translateY(-2px);
}

.contact-thanks__button-text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-contact {
  margin-top: 3.75rem;
  padding-bottom: 12.5rem;
  position: relative;
}
.p-contact::before {
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 100%;
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
  right: -31.25rem;
  top: -12.5rem;
  width: 100%;
  z-index: -1;
}

.p-contact__heading {
  margin-top: 6.375rem;
}

.p-contact__re {
  background: #AA4242;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 0.875rem;
  margin-right: 0.25rem;
  padding: 0.25rem 0.5rem;
}

.p-contact__heading__inner {
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
}

.p-contact-heading__text {
  line-height: 2;
  margin-top: 5.3125rem;
  text-align: left;
}

.p-contact__tel-box {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}
.p-contact__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}
.p-contact__tel-box-item {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}
.p-contact__tel-number {
  display: block;
  font-size: 2.3125rem;
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}
.p-contact__time {
  display: block;
  margin-top: 0.4375rem;
}

.contact {
  margin-bottom: 12.1875rem;
  padding: 6.25rem 0;
}
.p-contact__inner {
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
}

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

.p-contact__title__link {
  text-decoration: underline;
}

.p-contact__box {
  margin-top: 4.6875rem;
}

.p-p-contact__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 56.25rem;
  padding: 0 1.5625rem 6.25rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  width: 100%;
}
.p-form__item {
  display: flex;
  gap: 1.25rem;
}
.p-form__item:not(:first-of-type) {
  margin-top: 2.3125rem;
}

.p-form__title span {
  background: #AA4242;
  border-radius: 0.5rem;
  color: #fff;
  padding: 0.25rem 0.5rem;
}

.p-form__title {
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  gap: 1.25rem;
  justify-content: space-between;
  text-align: left;
  width: 26.75rem;
}
.p-form__title span {
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
}

.p-form__title--type02 .any {
  background: #707070;
}
.p-form__title--type03 {
  flex-direction: column;
}

.p-form__title--aiStart {
  align-items: flex-start;
  margin-top: 0.625rem;
}

.p-form__input {
  flex: 1;
}
.p-formInput input::-webkit-input-placeholder, .p-formTextarea textarea::-webkit-input-placeholder {
  font-size: 0.875rem;
}
.p-formInput input:-ms-input-placeholder, .p-formTextarea textarea:-ms-input-placeholder {
  font-size: 0.875rem;
}
.p-formInput input::-ms-input-placeholder, .p-formTextarea textarea::-ms-input-placeholder {
  font-size: 0.875rem;
}
.p-formInput input::placeholder,
.p-formTextarea textarea::placeholder {
  font-size: 0.875rem;
}

.p-formInput input {
  background: #F3F2F4;
  border: 0.0625rem solid #49444C;
  border-radius: 0;
  font-size: 0.875rem;
  height: 2.5rem;
  padding: 0 0.625rem;
  width: 100%;
}
.p-formInput-note {
  color: #f9f8f5;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0.4375rem;
  /* 200% */
}

.p-formInput input:focus,
.p-formTextarea textarea:focus {
  outline: 0.0625rem solid #49444C;
}

.p-formInput--sm input {
  max-width: 100%;
}
.p-formInput__post {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}

.p-formInput__post input {
  margin-left: auto;
  margin-right: auto;
  width: 20rem;
}
.p-formInput__address {
  margin-top: 0.625rem;
}

.p-formInput__address input {
  width: 70%;
}
.p-formInput--tel {
  align-items: center;
  display: flex;
  gap: 0.3125rem;
}

.p-formInput--tel > * {
  min-width: 0;
}

.p-formInput--tel input {
  max-width: 100%;
  width: 9.375rem;
}

.p-formSelect select {
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/common/pulldown.svg) right 0.625rem center/0.625rem no-repeat;
  border: 0.0625rem solid #b5b5b5;
  border-radius: 0;
  color: lightgray;
  font-size: 1rem;
  height: 3.75rem;
  max-width: 100%;
  padding-left: 1.25rem;
  width: 15.625rem;
}
.p-formSelect select:focus {
  outline: 0.125rem solid #b5b5b5;
}

.p-formSelect--selected select {
  color: #333;
}

.p-formDate__flex {
  align-items: center;
  display: flex;
  gap: 2.1875rem;
}
.p-formDate__flex + .p-formDate__flex {
  margin-top: 1.25rem;
}

.p-formDate__label {
  font-size: 1rem;
}

.p-form__dataBlockFlex {
  align-items: center;
  display: flex;
}
.p-form__dataBlockFlex + .p-form__dataBlockFlex {
  margin-top: 1.25rem;
}

.p-form__dataBlockLabel {
  font-size: 1rem;
  width: 5rem;
}
.p-formCalendar {
  position: relative;
}

.p-formCalendar input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 0.0625rem solid #b5b5b5;
  border-radius: 0;
  color: lightgray;
  font-size: 1rem;
  height: 3.75rem;
  padding-left: 1.25rem;
  padding-right: 0.3125rem;
  position: relative;
  width: 15.625rem;
}
.p-formCalendar input::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

@-moz-document url-prefix() {
  .p-formCalendar input {
    background: none;
  }
  .p-formCalendar::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path d="M13.5 2H13V1c0-.6-.4-1-1-1s-1 .4-1 1v1H5V1c0-.6-.4-1-1-1S3 .4 3 1v1h-.5C1.1 2 0 3.1 0 4.5v9C0 14.9 1.1 16 2.5 16h11c1.4 0 2.5-1.1 2.5-2.5v-9C16 3.1 14.9 2 13.5 2zm0 12.5h-11c-.6 0-1-.4-1-1V6h13v7.5c0 .6-.4 1-1 1z"></path></svg>') no-repeat center center/contain;
    content: "";
    display: block;
    height: 1rem;
    pointer-events: none;
    position: absolute;
    right: 0.625rem;
    top: 50%;
    transform: translateY(-55%);
    width: 1rem;
  }
}
.p-formCalendar input::-webkit-date-and-time-value {
  text-align: left;
}

.p-formCalendar input:focus {
  outline: 0.125rem solid #b5b5b5;
}

.p-form__dataBlockDate input:not(.p-formDate__default) {
  color: #333;
}

.p-formNumber__txt {
  font-size: 1rem;
}

.p-formNumber__flex {
  align-items: center;
  display: flex;
  gap: 1.875rem;
  margin-top: 1.25rem;
}
.p-formNumber__block {
  align-items: center;
  display: flex;
}

.p-formNumber__blockLabel01 {
  font-size: 1rem;
  margin-right: 1.875rem;
}
.p-formNumber__blockLabel01 {
  font-size: 1rem;
}

.p-formNumber__blockInput {
  margin-right: 0.625rem;
  width: 9.375rem;
}
.p-formCheckbox input {
  display: none;
}

.p-formCheckbox .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3125rem 1.9375rem;
  margin-top: 1.8125rem;
}
.p-formCheckbox--vertical .wpcf7-checkbox {
  display: block;
}

.p-formCheckbox--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-formCheckbox--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 1.25rem;
}

.p-formCheckbox input + span {
  color: var(--gray, #4d4d4d);
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 0 0 0 2.1875rem;
  /* 150% */
  position: relative;
  width: auto;
}

.p-formCheckbox input + span::before {
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  border: 0.0625rem solid #b3b3b3;
  border-radius: 0.1875rem;
  content: "";
  display: block;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
}

.p-formCheckbox input + span::after {
  -webkit-transform: rotate(45deg);
  border-bottom: 0.1875rem solid #475b6c;
  border-right: 0.1875rem solid #475b6c;
  content: "";
  display: block;
  height: 0.8125rem;
  left: 0.375rem;
  margin-top: -0.5rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 0.5rem;
}

.p-formCheckbox input:checked + span::after {
  opacity: 1;
}

.p-formRadio .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

Ω .p-formRadio--vertical .wpcf7-radio {
  display: block;
}

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

.p-formRadio--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-formRadio--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 1.25rem;
}

.p-formRadio input + span {
  cursor: pointer;
  display: flex;
  font-size: 1rem;
}

.p-formRadio input[type=radio] {
  display: none;
}

.p-formRadio input + span::before {
  background: #fff;
  border: 0.0625rem solid #b5b5b5;
  border-radius: 100%;
  content: "";
  height: 1.25rem;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.5s;
  width: 1.25rem;
}

.p-formRadio input:checked + span::before {
  background-color: blue;
  box-shadow: inset 0 0 0 0.1875rem #fff;
}

.p-formTextarea textarea {
  background: #F3F2F4;
  border: 0.0625rem solid #49444C;
  font-size: 1.125rem;
  min-height: 7.5rem;
  padding: 0.625rem 0.625rem;
  width: 100%;
}

.p-form__privacy {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0.3125rem;
  text-align: left;
  /* 171.429% */
}
.p-form__privacy a {
  color: #475b6c;
  font-size: 0.875rem;
  line-height: 1;
  line-height: 110%;
  position: relative;
  text-decoration: none;
  /* 15.4px */
}
.p-form__privacy a::after {
  background-color: var(--gray-line, #9aa4b8);
  bottom: -0.375rem;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-form__acceptance {
  margin-top: 1.875rem;
  text-align: center;
}
.p-form__submit {
  margin-top: 7.8125rem;
  text-align: center;
}
.p-form__submit p {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.p-formBtn input {
  /* 18.7px */
  -webkit-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.25rem;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #2c94de;
  font-size: 1.5rem;
  padding: 0.9375rem 0.625rem;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: red;
  font-size: 1.5rem;
  padding: 0.9375rem 0.625rem;
}
.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  color: red;
  display: block;
  font-size: 1rem;
  font-weight: normal;
}

.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.p-formValidation .wpcf7-not-valid-tip {
  display: none;
}

.p-formValidation__error {
  color: red;
  display: none;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 0.625rem;
}

.wpcf7-form:not(.hide_error_message) .p-formValidation:has(.wpcf7-not-valid-tip) .p-formValidation__error {
  display: block;
}

.p-form__submit {
  padding: 0;
}

.button-wrapper {
  display: inline-block;
  margin-bottom: 12.5rem;
  margin-inline: auto;
  margin-inline: auto;
  position: relative;
  width: 20rem;
}

.button__send,
.wpcf7-submit,
input[type=submit] {
  -webkit-appearance: none;
  align-items: center;
  appearance: none;
  background: #24C6AD;
  border: none;
  border-radius: 3.125rem;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  min-width: 20.125rem;
  padding-block: 2.3125rem;
  padding-left: 3.125rem;
  padding-right: 4.375rem;
  position: relative;
  text-decoration: none;
  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;
}
.button__send:hover,
.wpcf7-submit:hover,
input[type=submit]:hover {
  -webkit-transform: translateY(-2px);
  opacity: 0.8;
  transform: translateY(-2px);
}

.button-arrow-icon {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/common/Icon-button.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block !important;
  height: 1rem;
  pointer-events: none;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  z-index: 100;
}

.button__send.common-button:hover {
  background: #fff;
  color: #475b6c;
}

/* ▼ プライバシーポリシー同意用のカスタムチェックボックス */
.p-formInput--checkbox {
  /* 本来のチェックボックスを視覚的に隠す（フォーカスは取れるように） */
  /* チェックされた時の見た目 */
  /* キーボードフォーカス時の見た目（アクセシビリティ用） */
}
.p-formInput--checkbox .check-red {
  background: #AA4242;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.p-formInput--checkbox .wpcf7-list-item {
  align-items: center;
  display: inline-flex;
  margin-left: 1.5rem;
}
.p-formInput--checkbox input[type=checkbox] {
  height: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.p-formInput--checkbox .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  padding-left: 2.75rem;
  position: relative;
  /* 四角い枠 */
  /* チェックマーク */
}
.p-formInput--checkbox .wpcf7-list-item-label::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 0.0625rem solid #000;
  box-sizing: border-box;
  content: "";
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.75rem;
}
.p-formInput--checkbox .wpcf7-list-item-label::after {
  -webkit-transform: translateY(-55%) rotate(45deg);
  border-bottom: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  content: "";
  height: 1.625rem;
  left: 0.25rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-55%) rotate(45deg);
  transition: opacity 0.15s ease;
  width: 1rem;
}
.p-formInput--checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #24C6AD;
  border-color: #24C6AD;
}
.p-formInput--checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-formInput--checkbox input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid #24C6AD;
  outline-offset: 2px;
}

.js-submit-arrow {
  -webkit-transform: translateY(-50%);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.p-footer-header {
  position: relative;
  z-index: 2;
}

.p-footer-header__inner {
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
}

.p-footer-header__content {
  border-radius: 1.25rem;
  padding-bottom: 3.75rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  padding-top: 3.75rem;
  position: relative;
}
.p-footer-header__content::before {
  background: url(../img/common/footer-header-bg.png) center center/cover no-repeat;
  border-radius: 1.25rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-footer-header__text {
  margin-bottom: 2.5rem;
  text-align: center;
}

.p-footer__logo {
  width: 15.625rem;
}

.p-footer-header__title {
  color: #EF9467;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.p-footer-header__subtitle {
  color: #49444C;
  font-size: 1rem;
  line-height: 1.8;
}

.p-footer-header__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
}

.p-footer-header__button {
  align-items: center;
  border-radius: 3.125rem;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  text-align: center;
  transition: opacity 0.3s ease;
}
.p-footer-header__button:hover {
  opacity: 0.8;
}

.p-footer-header__button--phone {
  background: #EF9467;
  color: #fff;
  flex-direction: column;
  gap: 0.3125rem;
  width: 20.625rem;
}
.p-footer-header__button--phone span {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.25rem;
  justify-content: center;
  position: relative;
}
.p-footer-header__button--phone span::after {
  background: url(../img/common/phone-icon.png) center center/contain no-repeat;
  content: "";
  height: 1.625rem;
  left: -2.5rem;
  position: absolute;
  top: 0;
  width: 1.625rem;
}
.p-footer-header__button--phone small {
  font-size: 0.875rem;
  font-weight: 400;
}

.p-footer-header__button--line {
  align-items: center;
  background: #03C755;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.25rem;
  justify-content: center;
  width: 21.25rem;
}
.p-footer-header__button--line::after {
  background: url(../img/common/line-icon.png) center center/contain no-repeat;
  content: "";
  height: 3rem;
  margin-right: 0.625rem;
  width: 3rem;
}

.p-footer-header__button--form {
  background: #24C6AD;
  color: #fff;
}

.p-footer-header__button--form {
  font-size: 1.25rem;
  width: 23.125rem;
}

.p-footer-fixed {
  display: none;
}

.p-footer-fixed__button {
  align-items: center;
  border-radius: 1rem 1rem 0 0;
  box-shadow: 0px 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 0.625rem;
  font-weight: 700;
  justify-content: center;
  padding-block: 0.5rem;
  text-align: center;
  transition: opacity 0.3s ease;
}
.p-footer-fixed__button:hover {
  opacity: 0.8;
}

.p-footer-fixed__button--phone {
  background: #EF9467;
  color: #fff;
  gap: 0.125rem;
  max-width: 8.625rem;
}
.p-footer-fixed__button--phone span {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  font-size: 0.8125rem;
  justify-content: center;
  position: relative;
}
.p-footer-fixed__button--phone span::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/phone-icon.png) center center/contain no-repeat;
  content: "";
  height: 0.875rem;
  left: -1.0625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
}
.p-footer-fixed__button--phone small {
  font-size: 0.5625rem;
  font-weight: 400;
  line-height: 1.3;
}

.p-footer-fixed__button--line {
  align-items: center;
  background: #00B900;
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
  font-size: 0.8125rem;
  gap: 0.25rem;
  justify-content: center;
  max-width: 6.625rem;
}
.p-footer-fixed__button--line::after {
  background: url(../img/common/line-icon.png) center center/contain no-repeat;
  content: "";
  height: 1.1875rem;
  width: 1.1875rem;
}

.p-footer-fixed__button--form {
  align-items: center;
  background: #24C6AD;
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
  font-size: 0.8125rem;
  gap: 0.25rem;
  justify-content: center;
  max-width: 8.25rem;
  position: relative;
}
.p-footer-fixed__button--form::after {
  background: url(../img/common/mail.png) center center/contain no-repeat;
  content: "";
  height: 1.1875rem;
  width: 1.1875rem;
}

.p-footer {
  margin-top: -8.75rem;
  position: relative;
  z-index: 1;
}
.p-footer::before {
  background: url(../img/common/footer-bg.png) center center/cover no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-footer__inner {
  margin-inline: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
  padding-top: 14.875rem;
}

.p-footer__content {
  display: flex;
  justify-content: space-between;
}

.p-footer__logo h2 {
  color: #f5bc42;
  font-family: Pacifico;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 170%;
  /* 68px */
}

.p-footer__address {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
  font-weight: 500;
  gap: 0.625rem;
  margin-top: 1.5rem;
}

.p-footer__nav {
  display: flex;
  gap: 17.75rem;
}

.p-footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
  justify-content: start;
}

.p-footer__nav-link {
  transition: opacity 0.3s ease;
}
.p-footer__nav-link:hover {
  opacity: 0.7;
}

.p-footer__nav-jp {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  font-size: 1rem;
  justify-content: start;
  position: relative;
}
.p-footer__nav-jp::after {
  background: url(../img/common/footer-icon.png) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  margin-right: 0.8125rem;
  margin-top: 0.25rem;
  width: 0.625rem;
}

.p-footer__nav-en {
  color: #ece8d8;
  font-size: 0.625rem;
  font-weight: 700;
}

.p-footer__nav-sub {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  padding-left: 1.25rem;
}

.p-footer__nav-sub-item {
  padding-bottom: 1.25rem;
}
.p-footer__nav-sub-item:last-child {
  padding-bottom: 0;
}

.p-footer__nav-sub-link {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 400;
  position: relative;
  transition: opacity 0.3s ease;
}
.p-footer__nav-sub-link:hover {
  opacity: 0.7;
}

.p-footer__page-top {
  -webkit-transform: translateY(-50%);
  left: 2.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-footer__page-top-line {
  display: block;
  width: 0.75rem;
}

.p-footer__page-top-text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: var(--border_beige_ECE, #ece8d8);
  font-family: "Zen Maru Gothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.75rem;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}

.p-footer__page-top-img {
  bottom: 12.5rem;
  cursor: pointer;
  display: block;
  position: fixed;
  right: 3.125rem;
  transition: opacity 0.3s ease;
  width: 6.25rem;
  z-index: 3;
}
.p-footer__page-top-img img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.p-footer__page-top-img:hover {
  opacity: 0.7;
}

.p-footer__copyright {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 8rem;
  padding-bottom: 1.3125rem;
  text-align: center;
}

.p-front-mv {
  background: url(../img/front-page/front-mv.png) center center/cover no-repeat;
  border-radius: 2.5rem;
  height: 37.0625rem;
  margin-inline: 2.5rem;
  margin-top: 9.8125rem;
  overflow: hidden;
}

.p-front-mv__inner {
  position: relative;
}

.p-front-mv__ttl {
  -webkit-transform: translateX(-50%);
  color: #EC672D;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2.875rem;
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-shadow: 0 0 0.625rem #FFF, 0 0 1.25rem #FFF, 0 0 1.875rem #FFF, 0 0 2.5rem #FFF;
  top: 12.125rem;
  transform: translateX(-50%);
  z-index: 2;
}

.p-front-mv__img {
  border-radius: 2.5rem;
}
.p-front-mv__img img {
  -o-object-fit: cover;
  border-radius: 2.5rem;
  display: block;
  height: 17.5rem;
  object-fit: cover;
  width: 100%;
}

.p-front-wrap {
  overflow: clip;
  position: relative;
}
.p-front-wrap::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 111.125rem;
  left: calc(50% - 12.5rem);
  position: absolute;
  top: 50rem;
  transform: translateY(-50%);
  width: 106.0625rem;
  z-index: -1;
}
.p-front-wrap::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 111.125rem;
  position: absolute;
  right: calc(50% - 12.5rem);
  top: 112.5rem;
  transform: translateY(-50%);
  width: 106.0625rem;
  z-index: -1;
}

.p-front-news {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: -3.25rem;
}

.p-front-news__inner {
  align-items: center;
  background: #fff;
  border-radius: 6.25rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  display: flex;
  gap: 2rem;
  height: 6.75rem;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-inline: 3.75rem;
}

.p-front-news__title {
  color: #49444C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.p-front-news__content {
  flex: 1;
}

.p-front-news__item-link {
  transition: opacity 0.3s ease;
}
.p-front-news__item-link:hover {
  opacity: 0.7;
}

.p-front-news__item {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

.p-front-news__item-date {
  color: #49444C;
  font-weight: 400;
}

.p-front-news__item-heading {
  color: #49444C;
  font-weight: 400;
}

.p-front-news__button {
  align-items: center;
  align-items: center;
  background: #EC672D;
  border-radius: 5rem;
  color: #fff;
  display: flex;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 400;
  gap: 0.5rem;
  justify-content: center;
  padding-block: 1rem;
  padding-right: 0.625rem;
  position: relative;
  transition: opacity 0.3s ease;
  width: 11.5625rem;
}
.p-front-news__button::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/Icon-button.png) center center/contain no-repeat;
  content: "";
  height: 1rem;
  position: absolute;
  right: 1rem;
  top: 53%;
  transform: translateY(-50%);
  width: 1rem;
}
.p-front-news__button:hover {
  opacity: 0.8;
}

.p-front-news__button-icon {
  flex-shrink: 0;
  height: 0.875rem;
  width: 0.5rem;
}

.p-front-customer_review {
  margin-top: 7.5rem;
}

.p-front-customer_review__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
}

.p-front-customer_review__title {
  color: #EC672D;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.p-front-customer_review__text {
  color: #49444C;
  margin-top: 2.8125rem;
}

.p-front-customer_review__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 3.75rem;
}

.p-front-customer_review__item {
  padding-bottom: 2.5rem;
  transition: opacity 0.3s ease;
}
.p-front-customer_review__item:hover {
  opacity: 0.7;
}
.p-front-customer_review__item:not(:last-child) {
  border-bottom: 1px solid #C4C4C4;
}

.p-front-customer_review__link {
  display: flex;
  gap: 2.5rem;
}

.p-front-customer_review__img {
  background: #C4C4C4;
  border-radius: 1.25rem;
  flex-shrink: 0;
  height: 14.0625rem;
  position: relative;
  width: 17.5rem;
}
.p-front-customer_review__img img {
  -o-object-fit: cover;
  border-radius: 1.25rem;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-front-customer_review__body {
  flex: 1;
}

.p-front-customer_review__itemTitle {
  color: #49444C;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-front-customer_review__date {
  color: #EF9467;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 1.25rem;
}

.p-front-customer_review__buttonBox {
  margin-top: 3.75rem;
  text-align: center;
}

.p-front-customer_review__button {
  align-items: center;
  background: #EC672D;
  border-radius: 3.125rem;
  color: #fff;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 500;
  justify-content: center;
  min-width: 17.5rem;
  padding-block: 1.25rem;
  padding-right: 3.125rem;
  position: relative;
  transition: opacity 0.3s ease;
}
.p-front-customer_review__button::after {
  background: url(../img/common/Icon-button.png) center center/contain no-repeat;
  content: "";
  height: 1rem;
  position: absolute;
  right: 1.5rem;
  width: 1rem;
}
.p-front-customer_review__button:hover {
  opacity: 0.8;
}

.p-front-column {
  margin-top: 7rem;
}

.p-front-column__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 82.5rem;
  padding-inline: 3.75rem;
}

.p-front-column__article-wrap {
  margin-top: 5.3125rem;
}

.p-front-column__title {
  color: #EF9467;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.p-front-column__article {
  gap: 1.875rem;
  margin-top: 3.75rem;
}

.p-front-column-card {
  background: #fff;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: opacity 0.3s ease;
}
.p-front-column-card:hover {
  opacity: 0.7;
}
.p-front-column-card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-front-column-card__body {
  border-radius: 0 0 1.25rem 1.25rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0rem 1rem 2.75rem 1rem;
}

.p-front-column-card__date {
  color: #EF9467;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.5625rem;
}

.p-front-column-card__title {
  color: #49444C;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 0.625rem;
}
.p-front-column-card__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.p-front-column-card__cat-item {
  background: #FAE4DC;
  border-radius: 1.875rem;
  color: #fff;
  color: #49444C;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-top: 1rem;
  padding: 0.125rem 0.8125rem;
}

.p-front-column-card__img {
  border-radius: 1.25rem 1.25rem 0 0;
  overflow: hidden;
  padding-top: 64%;
  position: relative;
  width: 100%;
}
.p-front-column-card__img img {
  -o-object-fit: cover;
  border-radius: 1.25rem 1.25rem 0 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  width: 100%;
}
.p-front-anxiety {
  margin-top: 7.5rem;
}

.p-front-anxiety__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
}

.p-front-anxiety__title-wrap {
  text-align: center;
}

.p-front-anxiety__titl1-wrap {
  margin-inline: auto;
  position: relative;
  width: 58.125rem;
}

.p-front-anxiety__title-img {
  display: block;
  height: 9.8125rem;
  position: absolute;
  right: -2.75rem;
  top: -1.125rem;
  width: 3.375rem;
}

.p-front-anxiety__title {
  color: #EC672D;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.p-front-anxiety__title-text {
  color: #49444C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 4.0625rem;
  text-align: center;
}

.p-front-anxiety__contents {
  margin-top: 11.875rem;
}

.p-front-anxiety__content {
  margin-inline: auto;
  max-width: 59.0625rem;
  position: relative;
}

.p-front-anxiety__img {
  display: block;
  margin-inline: auto;
  width: 35rem;
}

.p-front-anxiety__img1 {
  height: 12.5rem;
  position: absolute;
  right: 6.25rem;
  top: -9.375rem;
  width: 15.875rem;
}

.p-front-anxiety__img2 {
  height: 13.5625rem;
  left: 3.5625rem;
  position: absolute;
  top: 8.4375rem;
  width: 17.5rem;
}

.p-front-anxiety__img3 {
  bottom: -2.75rem;
  height: 13.5625rem;
  position: absolute;
  right: 6rem;
  width: 20.375rem;
}

.p-front-anxiety__text-wrap {
  align-items: center;
  display: flex;
  margin-inline: auto;
  margin-top: 3.75rem;
  max-width: 39.75rem;
}

.p-front-anxiety__text-img {
  width: 5.875rem;
}

.p-front-anxiety__text-title {
  color: #EC672D;
  font-size: 1.375rem;
  font-weight: 600;
}

.p-front-anxiety__text-marker {
  -webkit-box-decoration-break: clone;
  background: linear-gradient(transparent 60%, #FAF56A 0.25rem);
  box-decoration-break: clone;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

.p-front-button {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 5rem;
}

.p-front-button__inner {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
}

.p-front-button__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 2.875rem;
  padding-inline: 3.75rem;
  position: relative;
  width: 35rem;
}
.p-front-button__item::before {
  border: 0.125rem dashed #fff;
  border-radius: 5rem;
  bottom: 0.625rem;
  content: "";
  left: 0.625rem;
  pointer-events: none;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
}
.p-front-button__item:after {
  content: "";
  height: 1.25rem;
  position: absolute;
  right: 1.875rem;
  top: 52%;
  width: 1.25rem;
}

.p-front-button__link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
}

.p-front-service {
  margin-top: 4.25rem;
  position: relative;
}
.p-front-service::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 104.25rem;
  left: calc(50% - 18.75rem);
  position: absolute;
  top: 134.5rem;
  transform: translateY(-50%);
  width: 106.0625rem;
  z-index: -1;
}

.p-front-service__content {
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  margin-top: 3.75rem;
}

.p-front-service__left-box {
  font-family: "Noto Sans JP", sans-serif;
  width: 50%;
}

.p-front-service__left-text span {
  color: #EF9467;
}

.p-front-service__list {
  margin-top: 1.25rem;
}

.p-front-service-list__item {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}
.p-front-service-list__item::after {
  background: url(../img/common/list-Icon.png) center center/contain no-repeat;
  content: "";
  height: 0.9375rem;
  margin-right: 0.5rem;
  width: 0.9375rem;
}
.p-front-service-list__item:not(:first-child) {
  margin-top: 1.125rem;
}

.p-front-service__text {
  margin-top: 1.75rem;
}

.p-front-service__button {
  align-items: center;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 3.9375rem;
  padding-block: 1.5rem;
  padding-right: 1.25rem;
  position: relative;
  width: 16.875rem;
}
.p-front-service__button::after {
  right: 1.25rem;
  top: 52%;
}

.p-front-service__right-box {
  width: 48%;
}

.p-front-company {
  margin-top: 6.75rem;
}

.p-front-company__title {
  align-items: center;
  display: flex;
}
.p-front-company__title::after {
  background: url(../img/front-page/flower3.png) center center/contain no-repeat;
  content: "";
  height: 2.6875rem;
  margin-left: 1.125rem;
  width: 11.5625rem;
}

.p-front-company__content {
  display: flex;
  flex-direction: row-reverse;
  gap: 2.5rem;
  justify-content: space-between;
  margin-top: 3.75rem;
}

.p-front-company__left-box {
  width: 50%;
}

.p-front-company__left-text {
  line-height: 1.65;
}
.p-front-company__left-text span {
  color: #EF9467;
}

.p-front-company__button {
  align-items: center;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 3.9375rem;
  padding-block: 1.5rem;
  padding-right: 1.25rem;
  position: relative;
  width: 16.875rem;
}
.p-front-company__button::after {
  right: 1.25rem;
  top: 52%;
}

.p-front-company__right-box {
  width: 48%;
}

.p-front-investment {
  margin-top: 6.75rem;
  position: relative;
}
.p-front-investment::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 111.125rem;
  position: absolute;
  right: calc(50% - 18.75rem);
  top: 115.875rem;
  transform: translateY(-50%);
  width: 106.0625rem;
  z-index: -1;
}

.p-front-investment__inner {
  max-width: 81rem;
}

.p-front-investment__title-text {
  margin-top: 2.5rem;
}

.p-front-investment__card3 {
  margin-top: 2.5rem;
}

.p-front-investment__card3-items {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-front-investment__card3-item {
  background: #fff;
  border-radius: 1.875rem;
  padding: 1.25rem 1.25rem 1.875rem;
}

.p-front-investment__card3-img {
  flex-shrink: 0;
  height: 4.1875rem;
  width: 4.0625rem;
}

.p-front-investment__card3-title-wrap {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.p-front-investment__card3-title {
  color: #EF9467;
  font-size: 1.5rem;
  font-weight: 400;
}

.p-front-investment__card3-txt {
  margin-top: 0.625rem;
}
.p-front-investment__card3-txt span {
  color: #EF9467;
}

.p-front-future-map {
  margin-top: 7.5rem;
}

.p-front-future-map__title {
  position: relative;
}
.p-front-future-map__title::after {
  background: url(../img/front-page/flower4.png) center center/contain no-repeat;
  content: "";
  height: 8.75rem;
  left: -3.3125rem;
  position: absolute;
  top: -3.9375rem;
  width: 6.6875rem;
}

.p-front-future-map__content {
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  margin-top: 3.75rem;
}

.p-front-future-map__box--left {
  width: 50%;
}

.p-front-future-map__box--right {
  width: 48%;
}

.p-front-future-map__text {
  line-height: 1.6;
}
.p-front-future-map__text span {
  color: #EF9467;
}

.p-front-future-map__text-em {
  color: #EF9467;
}

.p-front-future-map__button {
  align-items: center;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 3.9375rem;
  padding-block: 1.5rem;
  padding-right: 1.25rem;
  position: relative;
  width: 16.875rem;
}
.p-front-future-map__button::after {
  right: 1.25rem;
  top: 52%;
}

.p-front-line {
  margin-top: 6.75rem;
  position: relative;
}
.p-front-line::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 111.125rem;
  left: calc(50% - 12.5rem);
  position: absolute;
  top: 72.5rem;
  transform: translateY(-50%);
  width: 106.0625rem;
  z-index: -1;
}

.p-front-line__title {
  align-items: center;
  display: flex;
}
.p-front-line__title::after {
  background: url(../img/front-page/flower5.png) center center/contain no-repeat;
  content: "";
  height: 9.25rem;
  width: 6.875rem;
}

.p-front-line__content {
  display: flex;
  flex-direction: row-reverse;
  gap: 2.5rem;
  justify-content: space-between;
  margin-top: 0.6875rem;
}

.p-front-line__left-box {
  width: 50%;
}

.p-front-line__left-text {
  line-height: 1.65;
}
.p-front-line__left-text span {
  color: #EF9467;
}

.p-front-line__button {
  align-items: center;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 3.75rem;
  padding-block: 1.5rem;
  padding-right: 1.25rem;
  position: relative;
  width: 20.5rem;
}
.p-front-line__button::after {
  right: 1.25rem;
  top: 52%;
}

.p-front-line__right-box {
  width: 48%;
}

.p-front-line__right-img {
  border-radius: 2.5rem;
  display: block;
}
.p-front-line__right-img img {
  border-radius: 2.5rem;
  display: block;
  width: 100%;
}

.p-front-column__buttonBox {
  margin-bottom: 7.5rem;
  margin-top: 3.75rem;
  text-align: center;
}

.p-front-column__button {
  align-items: center;
  background: #EC672D;
  border-radius: 3.125rem;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  justify-content: center;
  min-width: 17.5rem;
  padding-block: 1.25rem;
  padding-right: 3.125rem;
  position: relative;
  transition: opacity 0.3s ease;
}
.p-front-column__button::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/Icon-button.png) center center/contain no-repeat;
  content: "";
  height: 1rem;
  position: absolute;
  right: 1.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
.p-front-column__button:hover {
  opacity: 0.8;
}

.p-header {
  background: #FCF6F4;
  height: 9.8125rem;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1000;
}

.p-header__right-icon-link {
  transition: background 0.3s ease;
}
.p-header__right-icon-link:hover {
  background: #4f8196;
}
.p-header__right-icon-link:hover .p-header__right-icon {
  opacity: 0.7;
}

.p-header__right-icon {
  height: 11.8125rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 11.4375rem;
}

.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.p-header-logo__ttl {
  font-size: 0.875rem;
}

.p-header__logo {
  display: block;
  margin-top: 0.75rem;
  width: 27.5rem;
}

.p-header__logo-img {
  height: 4.25rem;
  opacity: 0;
  transition: opacity 0.5s ease;
  width: 6.0625rem;
}
.p-header__logo-img img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-header__nav {
  height: inherit;
  margin-left: auto;
}

.p-header__list {
  align-items: center;
  display: flex;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-header__item {
  margin-right: 1.875rem;
}
.p-header__item:last-child {
  margin-right: 0;
}

.menu-item-has-children {
  position: relative;
}

.p-header__link {
  color: #49444C;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-header__link::after {
  background-color: #EF9467;
  bottom: -0.3125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  transition: width 0.5s ease;
  width: 0;
}
.p-header__link:hover {
  opacity: 0.8;
}
.p-header__link:hover::after {
  width: 100%;
}

.sub-menu {
  -webkit-transform: translateX(-50%);
  background: #FCF6F4;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
  display: block;
  left: 50%;
  list-style: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  visibility: hidden;
  z-index: 1001;
}
.sub-menu li {
  display: block;
  list-style: none;
  margin-right: 0;
  margin-top: 0;
  position: relative;
}
.sub-menu li:first-child::after {
  -webkit-transform: translateX(-50%);
  background-color: #EF9467;
  bottom: 0;
  content: "";
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 5.625rem;
}
.sub-menu a {
  color: #49444C;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 1.0625rem 0.625rem 0.9375rem 0.625rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.sub-menu .p-header__link::after {
  display: none !important;
}
.sub-menu .p-header__link:hover::after {
  width: 0 !important;
}

.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.p-header__list > .p-header__item.current-menu-item > .p-header__link,
.p-header__list > .p-header__item.current_page_item > .p-header__link {
  position: relative;
}
.p-header__list > .p-header__item.current-menu-item > .p-header__link::after,
.p-header__list > .p-header__item.current_page_item > .p-header__link::after {
  background-color: #EF9467;
  bottom: -0.3125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-header__contact {
  margin-left: 1.875rem;
}
.p-header__contact a {
  align-items: center;
  background: #24C6AD;
  border: 0.0625rem solid #24C6AD;
  border-radius: 1.5625rem;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.125rem;
  font-weight: 600;
  justify-content: center;
  padding: 0.75rem 0;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 15.25rem;
}
.p-header__contact a:hover {
  opacity: 0.8;
}

.p-header__hamburger {
  display: none;
}

.p-header__sp-nav {
  background: #fff;
  height: 100vh;
  left: 0;
  opacity: 0;
  padding-bottom: 1.375rem;
  padding-top: 4.6875rem;
  position: fixed;
  top: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}

.p-spNav.js-open {
  opacity: 100;
  visibility: visible;
}

body.noscroll .p-header__logo {
  opacity: 0 !important;
  visibility: hidden !important;
}

.p-spNav__list {
  margin-top: 12.5rem;
  width: 100%;
}

.p-spNav__item {
  padding: 0 2rem;
}

.p-spNav__link {
  color: #000;
  display: block;
  font-family: "Zen Maru Gothic";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  padding: 1.5rem 0;
  position: relative;
  text-align: left;
}
.c-hamburger-outer {
  display: none;
}

.c-hamburger {
  background: none;
  border: none;
  cursor: pointer;
  height: 1.25rem;
  margin-bottom: 0.3125rem;
  position: relative;
  width: 1.875rem;
}
.c-hamburger span {
  -webkit-transform: translateX(-50%);
  background: #49444C;
  border-radius: 0.0625rem;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  width: 1.5rem;
}
.c-hamburger span:nth-child(1) {
  top: 0;
}
.c-hamburger span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-hamburger span:nth-child(3) {
  bottom: 0;
}
.c-hamburger::after {
  -webkit-transform: translateX(-50%);
  bottom: -1.125rem;
  color: #000;
  content: "MENU";
  font-size: 0.625rem;
  left: 50%;
  letter-spacing: 0.05em;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}

/*OPEN時の動き*/
.js-open .c-hamburger span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.js-open .c-hamburger span:nth-child(2) {
  opacity: 0;
}

.js-open .c-hamburger span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.js-open .c-hamburger::after {
  content: "CLOSE";
}

.p-header.js-down {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.p-header.js-down .p-header__logo-img {
  opacity: 1;
}
.p-header.js-down .p-header__logo img {
  height: 3.5rem;
  width: 5rem;
}

.p-header-hamburger__logo-img {
  color: #f5bc42;
  display: block;
  font-family: Pacifico;
  font-size: 1rem;
  font-weight: 400;
  line-height: 170%;
  padding-top: 5.3125rem;
  /* 28.629px */
  text-align: center;
}

.p-header-hamburger__contact-link {
  align-items: center;
  background: #4f8196;
  border: 0.0625rem solid #4f8196;
  border-radius: 1.5625rem;
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 0.625rem;
  justify-content: center;
  margin-inline: auto;
  padding: 0.75rem 0;
  width: 11.25rem;
}

.p-header-hamburger__information-link {
  align-items: center;
  background: #317491;
  border: 0.0625rem solid #317491;
  border-radius: 1.5625rem;
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 0.625rem;
  justify-content: center;
  margin-inline: auto;
  margin-top: 1rem;
  padding: 0.75rem 0;
  width: 11.25rem;
}

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

.with-min {
  background: blue;
  color: #fff;
  margin-inline: auto;
  max-width: 55.5555555556%;
  padding-block: 3.125rem;
  padding-inline: 1.25rem;
  text-align: center;
}

.p-card3__items {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(min(12.5rem, 100%), 1fr));
}

.p-card3__item {
  display: grid;
  gap: 1.25rem;
  grid-row: span 4;
  grid-template-rows: subgrid;
}

.p-card3__img {
  overflow: hidden;
  position: relative;
}
.p-card3__img 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;
}
.p-card3__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}

.p-card3__txt {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

.front-mv__button {
  display: inline-block;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}

.parent {
  margin-top: 2.5rem;
}

.parent__list {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(4, 1fr);
}

.parent__item {
  background: #000;
  height: 12.5rem;
  width: 100%;
}

.parent__item:has(.grond-child) {
  background: blue;
  position: relative;
}
.parent__item:has(.grond-child)::before {
  background-color: rgba(128, 128, 128, 0.5);
  content: "";
  inset: 0;
  position: absolute;
}

.text5 {
  font-size: 1.5rem;
  margin-inline: auto;
  margin-top: 2.5rem;
  text-align: justify;
  width: min(100%, 25rem);
}

.text6 {
  display: flex;
  justify-content: space-between;
  padding-left: 1em;
  position: relative;
}
.text6::before {
  background-color: red;
  content: "";
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: calc(0.5lh - 0.3125rem);
  width: 0.625rem;
}

.text7 {
  background-image: linear-gradient(to right, black 5px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  display: flex;
  inline-size: none;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}

.gradation {
  background-image: linear-gradient(to bottom, #000 0%, #eee 20%, yellow 50%, green 100%);
  margin-top: 1.25rem;
}

.p-home {
  margin-top: 7rem;
  overflow: clip;
  position: relative;
}
.p-home::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 106.0625rem;
  position: absolute;
  right: -31.25rem;
  top: 50rem;
  transform: translateY(-50%);
  width: 106.0625rem;
  z-index: -1;
}

.p-home__inner {
  margin-inline: auto;
  max-width: 67.5rem;
  padding-inline: 2.5rem;
}

.p-home__articleWrap {
  margin-top: 0rem;
}

.p-home__article {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.p-home__item {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
}
.p-home__itemLink {
  display: block;
  padding: 2.8125rem 2.5rem 2.5rem;
  transition: opacity 0.3s ease;
}
.p-home__itemLink:hover {
  opacity: 0.7;
}

.p-home__itemHeader {
  margin-top: 0rem;
}
.p-home__itemDate {
  color: #EC672D;
  font-size: 0.875rem;
  font-weight: 500;
}

.p-home__itemBody {
  margin-top: 1.25rem;
}

.p-home__itemTitle {
  color: #EC672D;
  font-size: 1.25rem;
  font-weight: 600;
}

.p-home__itemText {
  color: #49444C;
  margin-top: 1rem;
}

.p-home__empty {
  color: #49444C;
  font-size: 1rem;
  padding-block: 5rem;
  text-align: center;
}

.pagination {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin-top: 6.25rem;
  padding-bottom: 12.5rem;
}
.pagination span,
.pagination a {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #24C6AD;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  height: 3.0625rem;
  justify-content: center;
  text-align: center;
  transition: opacity 0.3s ease;
  width: 3.0625rem;
}
.pagination span:hover,
.pagination a:hover {
  opacity: 0.8;
}

.prev {
  background: #fff;
  display: block;
  position: relative;
}
.prev svg {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.next {
  background: #fff;
  display: block;
  position: relative;
}
.next svg {
  -webkit-transform: translate(-50%, -50%);
  flex-shrink: 0;
  height: 0.875rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
}

.current {
  background: #24C6AD !important;
  color: #fff !important;
}
.p-modal {
  background: rgba(255, 255, 255, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.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-privacy-policy-wrap {
  overflow: clip;
  position: relative;
}
.p-privacy-policy-wrap::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 106.0625rem;
  left: calc(50% - 12.5rem);
  position: absolute;
  top: 80rem;
  transform: translateY(-50%);
  width: 106.0625rem;
  z-index: -1;
}

.p-privacy-policy {
  margin-bottom: 12.5rem;
  margin-top: 5.1875rem;
}

.p-privacy-policy__text {
  line-height: 1.75;
  margin-bottom: 12.5rem;
}

.p-service-wrap {
  overflow: clip;
  position: relative;
}
.p-service-wrap::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 111.125rem;
  left: calc(50% - 12.5rem);
  position: absolute;
  top: 103rem;
  transform: translateY(-50%);
  width: 106.0625rem;
  z-index: -1;
}
.p-service-wrap::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 111.125rem;
  position: absolute;
  right: calc(50% - 12.5rem);
  top: 325rem;
  transform: translateY(-50%);
  width: 106.0625rem;
  z-index: -1;
}

.p-service-mv {
  background: url(../img/service/service-mv.png) center center/cover no-repeat;
  border-radius: 2.5rem;
  height: 37.0625rem;
  margin-inline: 2.5rem;
  margin-top: 9.8125rem;
  overflow: hidden;
  position: relative;
}

.p-service-mv__inner {
  margin-inline: auto;
  max-width: 75rem;
  padding-inline: 2.5rem;
}

.p-service-mv__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.p-service-mv__circleBox {
  display: flex;
  gap: 3.75rem;
  justify-content: center;
  margin-top: 2.5rem;
}

.p-service-mv__circle {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 11.25rem;
  justify-content: center;
  opacity: 0.8;
  width: 11.25rem;
}

.p-service-mv__circleLabel {
  color: #EC672D;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.p-service-mv__circleLabel span {
  color: #49444C;
}

.p-service-mv__circleLabel2 {
  color: #49444C;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.p-service-mv__circleLabel2 span {
  color: #EC672D;
}

.p-service-mv__circleNum {
  color: #EC672D;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.25rem;
}
.p-service-mv__circleNum span {
  font-size: 1rem;
  font-weight: 600;
}

.p-service-mv__textBox {
  flex: 1;
  width: 100%;
}

.p-service-mv__ttl {
  color: #EC672D;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2.875rem;
  font-weight: 700;
  margin-top: 6.875rem;
  text-align: center;
  text-shadow: 0 0 0.625rem #FFF, 0 0 1.25rem #FFF, 0 0 1.875rem #FFF, 0 0 2.5rem #FFF;
}
.p-service-mv__ttl span {
  color: #49444C;
}

.p-service-mv__btnBox {
  margin-top: 1.5rem;
  text-align: center;
}

.p-service-mv__btn {
  align-items: center;
  background: #EF9467;
  border-radius: 3.125rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: center;
  opacity: 0.8;
  padding-block: 1.25rem;
  transition: opacity 0.3s ease;
  width: 31.625rem;
}
.p-service-mv__btn:hover {
  opacity: 0.8;
}

.p-service-mv__btnText {
  display: block;
  font-size: 1.25rem;
}

.p-service-anxiety {
  margin-top: 6.875rem;
  position: relative;
}

.p-service-anxiety__inner {
  margin-inline: auto;
  max-width: 75rem;
  padding-inline: 2.5rem;
}

.p-service-anxiety__titleWrap {
  margin-top: 7.5rem;
  text-align: center;
}

.p-service-anxiety__title {
  color: #EC672D;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-inline: auto;
  position: relative;
  width: 34.0625rem;
}
.p-service-anxiety__title::after {
  background: url(../img/common/flower7.png) center center/contain no-repeat;
  content: "";
  height: 6.875rem;
  position: absolute;
  right: -6rem;
  top: -2.125rem;
  width: 4.75rem;
}

.p-service-anxiety__title2 {
  color: #EC672D;
  font-size: 2rem;
  font-weight: 600;
  margin-inline: auto;
  position: relative;
  width: 34.0625rem;
}
.p-service-anxiety__title2::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/flower7.png) center center/contain no-repeat;
  content: "";
  height: 3.125rem;
  left: -3.625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
}

.p-service-anxiety__titleText {
  margin-top: 3.75rem;
}

.p-service-anxiety__titleTextHighlight {
  color: #EC672D;
  font-weight: 600;
}

.p-service-anxiety__item1 {
  margin-top: 2.5rem;
}

.p-service-anxiety__img1 {
  border-radius: 1.25rem;
  display: block;
  margin-inline: auto;
  overflow: hidden;
  width: 35rem;
}
.p-service-anxiety__img1 img {
  display: block;
  height: auto;
  width: 100%;
}

.p-service-anxiety__img2 {
  display: block;
  height: 0;
  margin-top: 3.75rem;
  overflow: hidden;
  padding: 0;
  padding-top: 44.5%;
  position: relative;
  width: 100%;
}
.p-service-anxiety__img2 img {
  -o-object-position: 50% 50%;
  -o-object-fit: cover;
  display: block;
  font-family: "object-fit:cover;object-position:50% 50%";
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-service-feature {
  margin-top: 7.5rem;
  padding-block: 5rem;
  position: relative;
}
.p-service-feature::before {
  background: url(../img/service/feature-bg.png) center center/cover no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.p-service-feature__inner {
  margin-inline: auto;
  max-width: 76rem;
  padding-inline: 2.5rem;
}

.p-service-feature__item2 {
  background: #fff;
  border-radius: 2.5rem;
}

.p-service-feature__item3 {
  margin-top: 7.5rem;
}

.p-service-feature__item4 {
  background: #fff;
  border-radius: 2.5rem;
}

.p-service-feature__box-wrap {
  display: flex;
  gap: 4.0625rem;
  margin-top: 4.1875rem;
}

.p-service-feature__box-wrap2,
.p-service-feature__box-wrap4 {
  align-items: center;
  gap: 2.5rem;
  margin-top: 5.25rem;
  padding: 2.9375rem 2.5rem 2.5rem;
  width: 100%;
}

.p-service-feature__box-wrap3 {
  flex-direction: row-reverse;
  gap: 2.5rem;
}

.p-service-feature__title {
  color: #EC672D;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.p-service-feature__textTitle {
  font-size: 1.5rem;
  font-weight: 400;
  white-space: nowrap;
}

.p-service-feature__text4 {
  margin-top: 2.5rem;
}

.p-service-feature__text {
  font-size: 1rem;
  margin-top: 1.875rem;
}

.p-service-feature__imgBox {
  width: 35rem;
}

.p-service-feature__imgBox3 {
  flex-shrink: 0;
  width: 35rem;
}

.p-service-feature__img {
  width: 100%;
}
.p-service-feature__img img {
  height: auto;
  width: 100%;
}

.p-service-feature__imgBox--circle .p-service-feature__img {
  border-radius: 50%;
  display: block;
  height: 18.4375rem;
  overflow: hidden;
  width: 18.4375rem;
}
.p-service-feature__imgBox--circle .p-service-feature__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-service-feature__list {
  margin-top: 1.875rem;
}

.p-service-feature__listItem {
  display: flex;
  gap: 1.25rem;
}

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

.p-service-feature__listNum {
  align-items: center;
  background: #EC672D;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 1.25rem;
  font-weight: 700;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}

.p-service-feature__listContent {
  flex: 1;
}

.p-service-feature__listTitle {
  -webkit-box-decoration-break: clone;
  background: linear-gradient(transparent 60%, #FAF56A 60%);
  box-decoration-break: clone;
  color: #EC672D;
  display: inline;
  font-size: 1.125rem;
  font-weight: 600;
}

.p-service-feature__listText {
  font-size: 0.875rem;
  margin-top: 0.625rem;
}

.p-service-mv__imgBox {
  flex: 1;
  position: relative;
}

.p-service-mv__img {
  border-radius: 1.25rem;
  display: block;
  overflow: hidden;
  width: 100%;
}
.p-service-mv__img img {
  display: block;
  height: auto;
  width: 100%;
}

.p-service-mv__achievement {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  padding-block: 1rem;
  padding-inline: 1.5rem;
  position: absolute;
  right: 1.25rem;
  text-align: center;
  top: 1.25rem;
}

.p-service-mv__achievementLabel {
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
}

.p-service-mv__achievementNum {
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.p-service-mv__achievementNumHighlight {
  color: #EC672D;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-service-management {
  margin-bottom: 6.5rem;
  margin-top: 7.5rem;
  position: relative;
}
.p-service-management::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 104.25rem;
  left: calc(50% - 18.75rem);
  position: absolute;
  top: 134.5rem;
  transform: translateY(-50%);
  width: 106.0625rem;
  z-index: -1;
}

.p-service-management__inner {
  margin-inline: auto;
  max-width: 76rem;
  padding-inline: 2.5rem;
}

.p-service-management__item2 {
  margin-top: 5.5rem;
}

.p-service-management__item3 {
  margin-top: 7.5rem;
}

.p-service-management__item5 {
  margin-top: 7.5rem;
}

.p-service-management__box-wrap {
  display: flex;
  gap: 2.5rem;
  margin-top: 4.1875rem;
}

.p-service-management__box-wrap2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}

.p-service-management__box-wrap4 {
  background: #fff;
  border-radius: 2.5rem;
  padding: 2.375rem 2.5rem;
}

.p-service-management__box-wrap5 {
  flex-direction: row-reverse;
}

.p-service-management__title {
  color: #EC672D;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.p-service-management__listItem {
  margin-top: 0rem;
}

.p-service-management__textTitle {
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
}

.p-service-management__text4 {
  margin-top: 2.5rem;
}

.p-service-management__text {
  margin-top: 1.75rem;
}
.p-service-management__text span {
  color: #EF9467;
}

.p-service-management__imgBox {
  flex-shrink: 0;
  width: 24.0625rem;
}

.p-service-management__imgBox3 {
  flex-shrink: 0;
  width: 35rem;
}

.p-service-management__img {
  width: 100%;
}
.p-service-management__img img {
  height: auto;
  width: 100%;
}

.p-service-management__imgBox--circle .p-service-management__img {
  border-radius: 50%;
  display: block;
  height: 18.4375rem;
  overflow: hidden;
  width: 15rem;
}
.p-service-management__imgBox--circle .p-service-management__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-service-management__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2.8125rem;
}

.p-service-management__listItem {
  margin-left: 1.125rem;
  position: relative;
}
.p-service-management__listItem::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/list-Icon.png) center center/contain no-repeat;
  content: "";
  flex-shrink: 0;
  height: 0.9375rem;
  left: 0;
  margin-left: -1.25rem;
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  width: 0.9375rem;
}

.p-service-management__listContent {
  flex: 1;
}

.p-service-management__listTitle {
  -webkit-box-decoration-break: clone;
  background: linear-gradient(transparent 60%, #FAF56A 60%);
  box-decoration-break: clone;
  color: #EC672D;
  display: inline;
  font-size: 1.125rem;
  font-weight: 600;
}

.p-service-management__listText {
  font-size: 0.875rem;
  margin-top: 0.625rem;
}

.p-service-management__button-box {
  margin-top: 1.25rem;
}

.p-service-management__button {
  align-items: center;
  background: #EC672D;
  border-radius: 3.125rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  padding-block: 1.25rem 1.25rem;
  padding-right: 1.25rem;
  transition: opacity 0.3s ease;
  width: 19.25rem;
}
.p-service-management__button::after {
  right: 1rem;
  top: 50%;
}

.p-service-commitment {
  margin-top: 6.75rem;
  padding-block: 5rem;
  position: relative;
}
.p-service-commitment::before {
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 104.25rem;
  opacity: 0.6;
  position: absolute;
  right: -31.25rem;
  top: 18.75rem;
  width: 106.0625rem;
  z-index: -1;
}
.p-service-commitment::after {
  background: url(../img/service/commitment-bg.png) center center/cover no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-service-commitment__inner {
  max-width: 81rem;
}

.p-service-commitment__title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

.p-service-commitment__title-text {
  margin-top: 2.5rem;
}

.p-service-commitment__card3 {
  margin-top: 2.5rem;
}

.p-service-commitment__card3-items {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-service-commitment__card3-item {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.25rem 1.25rem 1.875rem;
}

.p-service-commitment__card3-img {
  flex-shrink: 0;
  height: 4.1875rem;
  width: 4.0625rem;
}

.p-service-commitment__card3-title-wrap {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.p-service-commitment__card3-title {
  color: #EF9467;
  font-size: 1.5rem;
  font-weight: 400;
  white-space: nowrap;
}

.p-service-commitment__card3-txt {
  margin-top: 0.625rem;
}
.p-service-commitment__card3-txt span {
  color: #EF9467;
  font-weight: 600;
}

.p-service-commitment__diagnosis {
  margin-top: 7.5rem;
}

.p-service-commitment__diagnosis-img {
  border-radius: 2.5rem;
  display: block;
  flex-shrink: 0;
  height: auto;
  width: 25rem;
}
.p-service-commitment__diagnosis-img img {
  border-radius: 2.5rem;
}

.p-service-commitment__diagnosis-title {
  color: #EC672D;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.p-service-commitment__diagnosis-content {
  align-items: center;
  background: #fff;
  border-radius: 1.875rem;
  display: flex;
  gap: 2.5rem;
  margin-top: 3.75rem;
  padding: 2.5rem;
}

.p-service-commitment__diagnosis-imageBox {
  position: relative;
}

.p-service-commitment__diagnosis-imagePlaceholder {
  align-items: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 25rem;
  padding: 5rem 2.5rem;
  text-align: center;
}

.p-service-commitment__diagnosis-imageText {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-service-commitment__diagnosis-imageNote {
  color: #fff;
  font-size: 0.875rem;
  margin-top: 1.875rem;
  opacity: 0.9;
}

.p-service-commitment__button-box {
  margin-top: 1.25rem;
}

.p-service-commitment__button {
  align-items: center;
  background: #EC672D;
  border-radius: 3.125rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  padding-block: 1.25rem 1.25rem;
  padding-left: 1.875rem;
  padding-right: 3.75rem;
  position: relative;
  text-decoration: none;
  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: 19.25rem;
}
.p-service-commitment__button::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/Icon-button.png) center center/contain no-repeat;
  content: "";
  height: 1rem;
  right: 1.25rem;
  top: 53%;
  transform: translateY(-50%);
  width: 1rem;
}
.p-service-commitment__button:hover {
  -webkit-transform: translateY(-0.125rem);
  opacity: 0.9;
  transform: translateY(-0.125rem);
}

.p-service-commitment__diagnosis-text {
  font-size: 1rem;
}
.p-service-commitment__diagnosis-text span {
  color: #EF9467;
  font-weight: 600;
}

.p-service-case-study {
  margin-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.p-service-case-study__title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  position: relative;
  width: 40rem;
}
.p-service-case-study__title::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/flower8.png) center center/contain no-repeat;
  content: "";
  height: 3.5625rem;
  position: absolute;
  right: -11.375rem;
  top: 53%;
  transform: translateY(-50%);
  width: 12rem;
}

.p-service-case-study__content {
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  margin-top: 3.75rem;
}

.p-service-case-study__box--1 {
  flex-shrink: 0;
  width: 35.375rem;
}

.p-service-case-study__img {
  display: block;
}

.p-service-case-study__text {
  font-size: 1rem;
  line-height: 1.625;
}
.p-service-case-study__text span {
  color: #EF9467;
  font-weight: 600;
}

.p-service-case-study__example {
  background: #fff;
  border-radius: 1.875rem;
  margin-top: 2.75rem;
  padding: 2.9375rem 2.5rem 2.5rem;
}

.p-service-case-study__exampleTitle {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.p-service-case-study__exampleText {
  line-height: 1.625;
}

.p-service-case-study__button-box {
  margin-top: 1.25rem;
  text-align: center;
}

.p-service-case-study__button {
  align-items: center;
  background: #EC672D;
  border-radius: 3.125rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  padding-block: 1.25rem 1.25rem;
  padding-left: 1.875rem;
  padding-right: 3.75rem;
  position: relative;
  text-decoration: none;
  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: 19.25rem;
}
.p-service-case-study__button::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/Icon-button.png) center center/contain no-repeat;
  content: "";
  height: 1rem;
  position: absolute;
  right: 1.25rem;
  top: 53%;
  transform: translateY(-50%);
  width: 1rem;
}
.p-service-case-study__button:hover {
  -webkit-transform: translateY(-0.125rem);
  opacity: 0.9;
  transform: translateY(-0.125rem);
}

.p-service-case-study__flow {
  margin-top: 7.5rem;
}

.p-service-case-study__flow-title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  position: relative;
  width: 24.125rem;
}
.p-service-case-study__flow-title::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/flower9.png) center center/contain no-repeat;
  content: "";
  height: 6.875rem;
  left: -3.4375rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.75rem;
}

.p-service-case-study__flow-items {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 3.75rem;
}

.p-service-case-study__flow-item {
  background: #fff;
  border-radius: 1.875rem;
  display: flex;
  padding: 2.5rem 3.75rem;
  position: relative;
}
.p-service-case-study__flow-item::after {
  border-left: 1.5625rem solid transparent;
  border-right: 1.5625rem solid transparent;
  border-top: 1.625rem solid #fff;
  bottom: -1.625rem;
  content: "";
  height: 0;
  left: 15rem;
  position: absolute;
  width: 0;
}
.p-service-case-study__flow-item:last-child::after {
  display: none;
}

.p-service-case-study__flow-itemStep {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  margin-bottom: 1.25rem;
  margin-right: 2.5rem;
}

.p-service-case-study__flow-itemStepNum {
  color: #EF9467;
  font-size: 1rem;
  font-weight: 700;
}

.p-service-case-study__flow-itemStepNumber {
  color: #EF9467;
  font-size: 2rem;
  font-weight: 700;
}

.p-service-case-study__flow-itemTitle {
  color: #EF9467;
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 1.25rem;
  width: 14.5625rem;
}

.p-service-case-study__flow-itemText {
  line-height: 1.625;
  margin-top: 0.75rem;
}

.p-service-commitment__diagnosis-button {
  align-items: center;
  background: #06C755;
  border-radius: 3.125rem;
  color: #fff;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: center;
  margin-top: 2.5rem;
  padding-block: 1.25rem;
  padding-inline: 2.5rem 3.75rem;
  position: relative;
  text-decoration: none;
  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;
}
.p-service-commitment__diagnosis-button::after {
  -webkit-transform: translateY(-50%);
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-right: 0.125rem solid #fff;
  border-top: 0.125rem solid #fff;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
}
.p-service-commitment__diagnosis-button:hover {
  -webkit-transform: translateY(-0.125rem);
  opacity: 0.9;
  transform: translateY(-0.125rem);
}

.p-service-cta {
  padding-block: 5rem;
  position: relative;
  text-align: center;
}
.p-service-cta::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 111.125rem;
  position: absolute;
  right: calc(50% - 18.75rem);
  top: -49rem;
  transform: translateY(-50%);
  width: 106.0625rem;
  z-index: -2;
}
.p-service-cta::after {
  background: url(../img/service/service-cta-bg.png) center center/cover no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-service-cta__title-wrap {
  margin-bottom: 3.75rem;
}

.p-service-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  justify-content: center;
}

.p-service-cta__button {
  align-items: center;
  border-radius: 3.125rem;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-service-cta__button:hover {
  opacity: 0.8;
}

.p-service-cta__button--phone {
  background: #EC672D;
  color: #fff;
  flex-direction: column;
  gap: 0.3125rem;
  width: 20.625rem;
}
.p-service-cta__button--phone span {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.25rem;
  justify-content: center;
  position: relative;
}
.p-service-cta__button--phone span::after {
  background: url(../img/common/phone-icon.png) center center/contain no-repeat;
  content: "";
  height: 1.625rem;
  left: -2.5rem;
  position: absolute;
  top: 0;
  width: 1.625rem;
}
.p-service-cta__button--phone small {
  font-size: 0.875rem;
  font-weight: 400;
}

.p-service-cta__button--line {
  align-items: center;
  background: #03C755;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.25rem;
  justify-content: center;
  width: 21.25rem;
}
.p-service-cta__button--line::after {
  background: url(../img/common/line-icon.png) center center/contain no-repeat;
  content: "";
  height: 3rem;
  margin-right: 0.625rem;
  width: 3rem;
}

.p-service-qa {
  margin-top: 7.5rem;
  padding-bottom: 12.5rem;
  position: relative;
}
.p-service-qa::before {
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 104.25rem;
  opacity: 0.6;
  position: absolute;
  right: -31.25rem;
  top: 6.25rem;
  width: 106.0625rem;
  z-index: -1;
}

.p-service-qa__items {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  position: relative;
  width: 52.8125rem;
}
.p-service-qa__items::after {
  background: url(../img/common/flower10.png) center center/contain no-repeat;
  content: "";
  height: 7.75rem;
  position: absolute;
  right: 0rem;
  top: 12.5rem;
  width: 10.1875rem;
  z-index: 1;
}

.p-service-qa__question {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.p-service-qa__questionLabel {
  align-items: center;
  background: #EC672D;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-family: "DIN 2014", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.p-service-qa__questionText {
  color: #EC672D;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.p-service-qa__answer {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
}

.p-service-qa__answerLabel {
  align-items: center;
  background: #fff;
  border: 0.125rem solid #EC672D;
  border-radius: 50%;
  color: #EC672D;
  display: flex;
  flex-shrink: 0;
  font-family: "DIN 2014", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.p-service-qa__answerText {
  font-size: 1rem;
  line-height: 1.8;
}

.p-service-qa__text {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 5rem;
}

.p-sidebar {
  max-width: 21.25rem;
  width: 100%;
}

.p-sidebar__banner {
  margin-bottom: 2.5rem;
}
.p-sidebar__banner a {
  border-radius: 0.75rem;
  display: block;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.p-sidebar__banner a:hover {
  opacity: 0.7;
}
.p-sidebar__banner a:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.p-sidebar__banner img {
  border-radius: 0.75rem;
  display: block;
  height: auto;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}

.p-sidebar__section + .p-sidebar__section {
  margin-top: 3rem;
}

.p-sidebar__title {
  border-bottom: 2px solid #EC672D;
  color: #49444C;
  font-size: 1.125rem;
  font-weight: 400;
  padding-bottom: 0.75rem;
}

.p-sidebar__categoryList {
  margin-top: 1rem;
}

.p-sidebar__categoryLink {
  color: #49444C;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
  transition: color 0.3s ease;
}

.p-sidebar__categoryLink:hover {
  color: #003c8c;
}

.p-sidebar__postList {
  margin-top: 1.25rem;
}

.p-sidebar__postDate {
  color: #EF9467;
  display: block;
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}

.p-sidebar__postItem + .p-sidebar__postItem {
  margin-top: 1.25rem;
}

.p-sidebar__postItem:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-sidebar__postLink {
  display: flex;
  gap: 0.75rem;
}

.p-sidebar__postImage {
  border-radius: 0.875rem;
  border-radius: 0.25rem;
  flex-shrink: 0;
  height: 6.25rem;
  overflow: hidden;
  width: 10rem;
}

.p-sidebar__postImage img {
  -o-object-fit: cover;
  border-radius: 0.875rem;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 100%;
}

.p-sidebar__postLink:hover .p-sidebar__postImage img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-sidebar__postContent {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #49444C;
  display: flex;
  display: -webkit-box;
  flex: 1;
  font-weight: 400;
  line-height: 1.6;
  overflow: hidden;
  transition: color 0.3s ease;
}

.p-sidebar__postTitle {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #49444C;
  display: -webkit-box;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: hidden;
  transition: color 0.3s ease;
}

.p-sidebar__postLink:hover .p-sidebar__postTitle {
  color: #003c8c;
}

.p-single-column--home-title {
  color: #475b6c;
  font-size: 2.8125rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 3.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.625rem;
  /* 49.5px */
  max-width: 84.5rem;
  padding-inline: 2.5rem;
  position: relative;
}
.p-single-column--home-title::after {
  content: "";
  display: block;
  height: 0.125rem;
  margin-top: 1.6875rem;
  width: 2.3125rem;
}

.p-single-column--home-title__en {
  -webkit-filter: blur(0.28125rem);
  color: #475b6c;
  filter: blur(0.28125rem);
  font-size: clamp(4.5rem, 2.929rem + 3.274vw, 5.875rem);
  font-weight: 900;
  line-height: 4.8125rem;
  /* 81.915% */
  opacity: 0.05;
  position: absolute;
  right: 0;
  text-align: right;
  top: -1.375rem;
}

.p-single-column {
  margin-top: 4.0625rem;
  overflow: clip;
  position: relative;
}
.p-single-column::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 106.0625rem;
  left: calc(50% - 12.5rem);
  position: absolute;
  top: 93.75rem;
  transform: translateY(-50%);
  width: 106.0625rem;
  z-index: -1;
}

.p-single-column__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
}

.p-single-column__box {
  display: flex;
  gap: 5rem;
  justify-content: center;
}

.p-single-column__left {
  width: 63.3333333333%;
}

.post-meta {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.post-date {
  color: #EF9467;
}

.post-genre {
  background: #475b6c;
  border: 0.0625rem solid #475b6c;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.0625rem 0.8125rem 0.125rem 0.8125rem;
}

.p-single-column__date {
  color: #EF9467;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}

.p-single-column__title {
  color: #EF9467;
  font-size: 2.5rem;
  /* 158.333% */
}

.p-single-column__banner {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.p-single-column__banner a {
  border-radius: 0.75rem;
  display: block;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.p-single-column__banner a:hover {
  opacity: 0.7;
}
.p-single-column__banner a:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.p-single-column__banner img {
  border-radius: 0.75rem;
  display: block;
  height: auto;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}

.p-single-column__banner--top {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.p-single-column__banner--bottom {
  margin-bottom: 0;
  margin-top: 2.5rem;
}

.p-single-column__banner--middle {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.p-single-column__thumbnail {
  border-radius: 1.25rem;
  margin-bottom: 2.3125rem;
  margin-top: 3.1875rem;
  padding-top: 66%;
  position: relative;
  width: 100%;
}
.p-single-column__thumbnail img {
  -o-object-fit: cover;
  border-radius: 1.25rem;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-single-column__left h2 {
  color: #49444C;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2.875rem;
  margin-top: 5.625rem;
  padding: 0rem 1.25rem;
  position: relative;
}
.p-single-column__left h2::before {
  -webkit-transform: translateY(-50%);
  background-color: #EC672D;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
}

.p-single-column__left p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  /* 177.778% */
}

.p-single-column__left h3 {
  border-bottom: 0.125rem solid #EC672D;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 2.5rem;
  margin-top: 4.1875rem;
  padding-bottom: 0.8125rem;
}

.p-single-column__left h4 {
  border-bottom: 0.125rem solid #EC672D;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 2.5rem;
  margin-top: 4.1875rem;
  padding-bottom: 0.8125rem;
}

.p-single-column__left h5 {
  border-bottom: 0.125rem solid #EC672D;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 2.5rem;
  margin-top: 4.1875rem;
  padding-bottom: 0.8125rem;
}

.p-single-column__left h6 {
  background: #f9f8f5;
  color: #000;
  font-size: 1.875rem;
  line-height: 2rem;
  margin-top: 5.625rem;
  /* 106.667% */
  padding: 1.125rem 1.3125rem;
  position: relative;
}

.p-single-column__left ul {
  display: flex;
  flex-direction: column;
  gap: 1.8125rem;
  margin-bottom: 2.375rem;
  margin-top: 2.375rem;
  padding: 2.125rem 0.625rem 2.125rem 0.625rem;
}
.p-single-column__left ul li {
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  gap: 0.25rem;
  line-height: 1.8125rem;
  /* 161.111% */
  vertical-align: middle;
}
.p-single-column__left ul li + .p-single-column__left ul li {
  margin-top: 1em;
}
.p-single-column__left ul li::before {
  background-color: #000;
  border-radius: 100%;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 0.2em;
  margin-right: 1em;
  vertical-align: middle;
  width: 0.2em;
}

.alignnone {
  -o-object-fit: cover;
  display: block;
  height: auto;
  margin-bottom: 2.3125rem;
  object-fit: cover;
  width: 100%;
}

.nav-links {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.nav-previous a {
  align-items: center;
  background: red;
  color: #fff;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  width: 11.125rem;
}

.nav-next a {
  align-items: center;
  background: red;
  color: #fff;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  width: 11.125rem;
}

.p-single-column__left ol {
  border-radius: 1.25rem;
  counter-reset: custom-counter;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  gap: 1.8125rem;
  line-height: 1.8125rem;
  /* 161.111% */
  list-style: none;
  margin-bottom: 2.375rem;
  margin-top: 2.375rem;
  padding: 2.125rem 3.375rem 2.125rem 2.8125rem;
}
.p-single-column__left ol li {
  align-items: start;
  display: flex;
  font-size: 1.125rem;
  line-height: 1.8125rem;
  position: relative;
  /* 161.111% */
  vertical-align: middle;
}
.p-single-column__left ol li + .p-single-column__left ol li {
  margin-top: 1em;
}
.p-single-column__left ol li::before {
  content: counter(custom-counter) "." " ";
  counter-increment: custom-counter;
  flex-shrink: 0;
  font-size: 1rem;
  margin-right: 0.5rem;
}

.p-numberList {
  counter-reset: custom-counter;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8125rem;
  /* 161.111% */
  list-style: none;
}

.p-numberList__item {
  padding-left: 1.7em;
  text-indent: -1.5em;
}
.p-numberList__item + .p-numberList__item {
  margin-top: 1em;
}

.p-numberList__item:before {
  content: counter(custom-counter) "." " ";
  counter-increment: custom-counter;
  padding-right: 0.2em;
}

.defaultTemplate {
  line-height: 1.5;
  margin-top: 3.5rem;
}
.defaultTemplate .defaultTemplate__contents h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.defaultTemplate .defaultTemplate__contents h2 {
  font-size: 1.4375rem !important;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.875rem;
  padding-bottom: 0.5rem;
  padding-left: 0.3125rem;
  position: relative;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents h2:after {
  bottom: 0;
  content: "";
  height: 0.25rem;
  position: absolute;
  right: 0;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents h2 span {
  font-size: inherit;
}
.defaultTemplate .defaultTemplate__contents .heading-2-text {
  margin-top: 0.875rem;
}
.defaultTemplate .defaultTemplate__contents .heading-3-wrapper {
  margin-top: 1.4375rem;
}
.defaultTemplate .defaultTemplate__contents h3 {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 0.5em;
  margin-top: 1.4375rem;
  padding-left: 0.9375rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents h3:before {
  content: "";
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: calc(50% - 0.75rem);
  width: 0.5rem;
}
.defaultTemplate .defaultTemplate__contents h3 span {
  font-size: 1.25rem !important;
}
.defaultTemplate .defaultTemplate__contents .heading-4-wrapper {
  margin-top: 1.4375rem;
}
.defaultTemplate .defaultTemplate__contents h4 {
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0;
  letter-spacing: 0.05em;
  margin-top: 1.8125rem;
  position: relative;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents h4:after {
  bottom: 0;
  content: "";
  height: 0.25rem;
  position: absolute;
  right: 0;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents h4 span {
  font-size: inherit;
}
.defaultTemplate .defaultTemplate__contents .heading-5-wrapper {
  margin-top: 2.125rem;
}
.defaultTemplate .defaultTemplate__contents h5 {
  color: #e1c300;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  margin-top: 1.375rem;
}
.defaultTemplate .defaultTemplate__contents h5 span {
  font-size: inherit;
}
.defaultTemplate .defaultTemplate__contents .heading-6-wrapper {
  margin-top: 2.125rem;
}
.defaultTemplate .defaultTemplate__contents h6 {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  margin-top: 2.375rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents h6:before {
  font-size: 1em;
  left: 0;
  position: absolute;
  top: 0;
}
.defaultTemplate .defaultTemplate__contents h6 span {
  font-size: inherit;
}
.defaultTemplate .defaultTemplate__contents img {
  display: inline-block;
  height: auto;
  margin: 1.5rem 0;
  max-width: 100%;
  vertical-align: middle;
}
.defaultTemplate .defaultTemplate__contents blockquote {
  background-color: #f9f8f5;
  padding: 0.8125rem 0.9375rem 0.8125rem 3.125rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents blockquote::before {
  content: "\f10d";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.5625rem;
  left: 0.9375rem;
  line-height: 1;
  position: absolute;
  top: 1.25rem;
  vertical-align: middle;
}
.defaultTemplate .defaultTemplate__contents blockquote p {
  line-height: 1.7;
  margin-top: 0.625rem;
  padding: 0;
}
.defaultTemplate .defaultTemplate__contents .list-style-1-wrapper {
  margin-top: 1.625rem;
}
.defaultTemplate .defaultTemplate__contents ul {
  list-style: none;
}
.defaultTemplate .defaultTemplate__contents ol {
  list-style: none;
}
.defaultTemplate .defaultTemplate__contents ul li,
.defaultTemplate .defaultTemplate__contents ol li {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.7857142857;
  list-style: none;
  margin-left: 1.25rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents ul li::before,
.defaultTemplate .defaultTemplate__contents ol li::before {
  -webkit-transform: translateY(-50%);
  background: url("../img/front/長方形 131@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.6875rem;
  left: -1.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6875rem;
}
.defaultTemplate .defaultTemplate__contents a:hover {
  text-decoration: underline;
}
.defaultTemplate .defaultTemplate__contents .table-cel-wrapper {
  margin-top: 1.875rem;
}
.defaultTemplate .defaultTemplate__contents table {
  margin-top: 1.875rem;
}
.defaultTemplate .defaultTemplate__contents table,
.defaultTemplate .defaultTemplate__contents table * {
  border-color: #475b6c;
}
.defaultTemplate .defaultTemplate__contents table tr td {
  padding: 0.5rem;
}

/* デフォルトのmargin-left */
.table-of-list {
  font-size: 0.875rem;
  letter-spacing: 0;
  margin-top: 0.0625rem;
  padding-left: 2rem;
  position: relative;
}
.table-of-list::after {
  -webkit-transform: translateY(-50%);
  background: url("../img/front/線 21@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.0625rem;
  left: 0.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
}

.the_content-wrapper {
  margin-top: 1.3125rem;
}
.the_content-wrapper .defaultTemplate__table-of-contents {
  border: 0.0625rem solid #76d3e9;
  margin-bottom: 7rem;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-content {
  background: #76d3e9;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  height: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 2.5rem;
  text-align: center;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-list {
  font-size: 0.875rem;
  letter-spacing: 0;
  list-style: none;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-list .table-of-list-2 {
  font-weight: bold;
  margin-left: 1.125rem;
  position: relative;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-list .table-of-list-2::after {
  -webkit-transform: translateY(-50%);
  background: url("../img/front/長方形 131@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.5rem;
  left: -1.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
}

.defaultTemplate__button-box-wrapper {
  border-top: 0.1875rem solid #000;
  margin-top: 3.75rem;
}

.defaultTemplate__button-box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8125rem;
}

.defaultTemplate__prev-button {
  text-align: right;
}
.defaultTemplate__prev-button a {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  height: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.875rem;
  opacity: 1;
  padding-right: 0.3125rem;
  position: relative;
  transition: opacity 0.4s;
  width: 8rem;
}
.defaultTemplate__prev-button a::before {
  -webkit-transform: translateY(-50%);
  background: url("../img/front/グループ 70@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.375rem;
  left: 0.6875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.1875rem;
}
.defaultTemplate__prev-button a:hover {
  opacity: 0.8;
}

.defaultTemplate__next-button {
  text-align: left;
}
.defaultTemplate__next-button a {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  height: 1.875rem;
  line-height: 1.875rem;
  opacity: 1;
  padding-left: 0.3125rem;
  position: relative;
  transition: opacity 0.4s;
  width: 8rem;
}
.defaultTemplate__next-button a::before {
  -webkit-transform: translateY(-50%);
  background: url("../img/front/グループ 69@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.375rem;
  position: absolute;
  right: 0.6875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.1875rem;
}
.defaultTemplate__next-button a:hover {
  opacity: 0.8;
}

.table-of-list-3::before {
  display: none;
}

.table-of-list-4::before {
  display: none;
}

.table-of-list-5::before {
  display: none;
}

.table-of-list-6::before {
  display: none;
}

.no_bullets {
  border: 0.0625rem solid #76d3e9;
  margin-bottom: 7rem;
}

.toc_title {
  background: #76d3e9;
  color: #fff;
  font-size: 1.125rem !important;
  font-weight: bold !important;
  height: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 2.5rem !important;
  text-align: center;
}

.toc_list {
  padding: 1.125rem 1.5rem 1.375rem 1.5rem;
}
.toc_list li {
  margin-left: 0.9375rem !important;
  margin-top: 0.125rem !important;
}
.toc_list li::before {
  display: none;
}
.toc_list > li > a {
  font-weight: bold;
  margin-left: 0.3125rem;
  position: relative;
}
.toc_list > li > a::after {
  -webkit-transform: translateY(-50%);
  background: url("../img/front/長方形 131@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.6875rem;
  left: -1.3125rem;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 0.6875rem;
}

.toc_list a {
  margin-left: 0.0625rem;
  position: relative;
}
.toc_list a::before {
  -webkit-transform: translateY(-50%);
  background: url("../img/front/線 21@2x.png") no-repeat center center/cover;
  content: "";
  height: 0.0625rem;
  left: -1.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
}

.p-single-column__right {
  position: relative;
  width: 30%;
  z-index: 1;
}

.p-single-cta {
  margin-top: 12.5625rem;
}

.p-single-cta__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  padding-inline: 2.5rem;
  position: relative;
}

.p-single-cta__img {
  -webkit-transform: translateX(-50%);
  display: block;
  height: 13.9375rem;
  left: 50%;
  position: absolute;
  top: -10.4375rem;
  transform: translateX(-50%);
  width: 13.9375rem;
  z-index: 100;
}

.p-single-cta__item-box {
  background: #475b6c;
  border-radius: 1.25rem;
  padding-bottom: 3.3125rem;
  padding-inline: 1.8125rem;
  padding-top: 3.75rem;
  position: relative;
  z-index: 99;
}

.p-single-cta__item {
  border-radius: 1.25rem;
  padding-bottom: 1.625rem;
  position: relative;
  z-index: 100;
}

.p-single-cta__item:nth-child(n+2) {
  -webkit-transform: translateY(3.75rem);
  transform: translateY(3.75rem);
}

.p-single-cta__item:nth-child(n+3) {
  -webkit-transform: translateY(7.5rem);
  transform: translateY(7.5rem);
}

.p-single-cta__link-img {
  background: #fff;
  border-radius: 50%;
  height: 6.0625rem;
  position: relative;
  width: 6.0625rem;
}
.p-single-cta__link-img img {
  -webkit-transform: translate(-50%, -50%);
  height: 2.387125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.3125rem;
}

.p-single-cta__body {
  text-align: center;
}

.p-single-cta__txt {
  align-items: center;
  display: flex;
  gap: 1.3125rem;
  justify-content: center;
}
.p-single-cta__txt span {
  color: #fff;
  font-size: 1.6875rem;
}
.p-single-cta__txt img {
  height: 1.533375rem;
  width: 1.6875rem;
}
.p-single__tel-item {
  align-items: center;
  display: flex;
  gap: 0.4375rem;
}

.p-single-cta__button {
  margin-top: 1.4375rem;
  padding: 0.8125rem 0.8125rem 0.8125rem 1.8125rem;
}

.p-single__tel-box {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 1.6875rem;
}
.p-single__tel-box img {
  height: 2.125rem;
  margin-top: 0.25rem;
  width: 2.125rem;
}

.p-single__tel-item {
  align-items: center;
  display: flex;
  gap: 0.4375rem;
}

.p-single__tel-numb {
  font-size: clamp(1.375rem, 0.304rem + 2.232vw, 2.3125rem);
  font-weight: 700;
  margin-left: 0.4375rem;
  margin-right: 0.8125rem;
}

.p-single__time {
  margin-top: 0.4375rem;
}

.p-single__button-wrap {
  align-items: center;
  display: flex;
  gap: 1.6875rem;
  justify-content: center;
  margin-top: 3.125rem;
  text-align: center;
}

.p-single__button1 {
  background: #fff;
  border: 0.125rem solid #fff;
  margin-left: initial;
  margin-right: initial;
  width: 22.8125rem;
}
.p-single__button1:hover {
  background: transparent;
}
.p-single__button1:hover .p-single-button__link1 {
  color: #fff;
}
.p-single__button1:hover .svg-circle {
  fill: #fff;
}
.p-single__button1:hover .svg-path {
  stroke: #475b6c;
}

.p-single-button__link1 {
  color: #475b6c;
}

.p-single__button2 {
  background: #fff;
  border: 0.125rem solid #fff;
  margin-left: initial;
  margin-right: initial;
  width: 22.8125rem;
}
.p-single__button2:hover {
  background: #475b6c;
}
.p-single__button2:hover .p-single-button__link2 {
  color: #fff;
}
.p-single__button2:hover .p-single-button__link1 {
  color: #fff;
}
.p-single__button2:hover .svg-circle {
  fill: #fff;
}
.p-single__button2:hover .svg-path {
  stroke: #475b6c;
}

.p-single-button__link2 {
  color: #00a651;
}

.p-single__copy {
  color: #f7f1ab;
  display: block;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.18px;
  line-height: 1.0625rem;
  margin-top: 0.0625rem;
  text-align: center;
}
.p-single-column__related {
  margin-top: 6.0625rem;
}

.p-single-column__title-ja {
  font-size: 1.375rem;
  line-height: 110%;
  margin-left: 1.3125rem;
  position: relative;
}
.p-single-column__title-ja::before {
  -webkit-transform: translateY(-50%);
  background-color: #3f6382;
  content: "";
  height: 100%;
  left: -1.1875rem;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 0.1875rem;
}

.p-single-column__article {
  margin-top: 4.1875rem;
}

.wp-block-table {
  margin-bottom: 2.375rem;
  margin-top: 1.25rem;
}

.p-single-column__button {
  display: flex;
  justify-content: center;
  margin-bottom: 9.125rem;
  margin-top: 3.75rem;
}

.p-single-column__buttonLink {
  align-items: center;
  align-items: center;
  background: #24C6AD;
  border-radius: 3.125rem;
  display: inline-flex;
  display: flex;
  justify-content: center;
  justify-content: center;
  margin-top: 24.0625rem;
  min-width: 20rem;
  padding-block: 2.3125rem;
  position: relative;
  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;
}
.p-single-column__buttonLink::after {
  background: url(../img/common/Icon-button.png) center center/contain no-repeat;
  content: "";
  height: 1rem;
  position: absolute;
  right: 1.875rem;
  width: 1rem;
}

.p-single-column__buttonLink:hover {
  -webkit-transform: translateY(-2px);
  opacity: 0.8;
  transform: translateY(-2px);
}

.p-single-column__buttonText {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  font-weight: bold;
  line-height: 1;
  margin-right: 1.875rem;
}

.p-single-column__buttonIcon {
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}

.p-single-column__buttonIcon svg {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}

.p-single-customer_review--home-title {
  color: #475b6c;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 3.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.625rem;
  /* 49.5px */
  max-width: 84.5rem;
  padding-inline: 2.5rem;
  position: relative;
}
.p-single-customer_review--home-title::after {
  content: "";
  display: block;
  height: 0.125rem;
  margin-top: 1.6875rem;
  width: 2.3125rem;
}

.p-single-customer_review--home-title__en {
  -webkit-filter: blur(0.28125rem);
  color: #475b6c;
  filter: blur(0.28125rem);
  font-size: clamp(4.5rem, 2.929rem + 3.274vw, 5.875rem);
  font-weight: 900;
  line-height: 4.8125rem;
  /* 81.915% */
  opacity: 0.05;
  position: absolute;
  right: 0;
  text-align: right;
  top: -1.375rem;
}

.p-single-customer_review {
  margin-top: 4.0625rem;
  overflow: clip;
  position: relative;
}
.p-single-customer_review::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/bokasi.png) center center/cover no-repeat;
  content: "";
  height: 106.0625rem;
  left: calc(50% - 12.5rem);
  position: absolute;
  top: 93.75rem;
  transform: translateY(-50%);
  width: 106.0625rem;
  z-index: -1;
}

.p-single-customer_review__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
}

.p-single-customer_review__box {
  display: flex;
  justify-content: center;
}

.p-single-customer_review__left {
  width: 100%;
}

.post-meta {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.post-date {
  color: #EF9467;
}

.post-genre {
  background: #475b6c;
  border: 0.0625rem solid #475b6c;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.0625rem 0.8125rem 0.125rem 0.8125rem;
}

.p-single-customer_review__date {
  color: #EF9467;
  font-size: 0.875rem;
  padding-top: 5.5rem;
}

.p-single-customer_review__title {
  color: #EF9467;
  font-size: 2.5rem;
  /* 158.333% */
}

.p-single-customer_review__thumbnail {
  border-radius: 1.875rem;
  margin-bottom: 3.75rem;
  margin-top: 4.125rem;
  padding-top: 130%;
  position: relative;
  width: 100%;
}
.p-single-customer_review__thumbnail img {
  -o-object-fit: cover;
  border-radius: 1.875rem;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-single-customer_review__thumbnail {
  height: 0;
  overflow: hidden;
  padding: 0;
  padding-top: 130%;
  position: relative;
  width: 100%;
}
.p-single-customer_review__thumbnail img {
  -o-object-position: 50% 50%;
  display: block;
  font-family: "object-fit:cover;object-position:50% 50%";
  height: 100%;
  left: 0;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-single-customer_review__left h2 {
  color: #49444C;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2.875rem;
  margin-top: 5.625rem;
  padding: 0rem 1.25rem;
  position: relative;
}
.p-single-customer_review__left h2::before {
  -webkit-transform: translateY(-50%);
  background-color: #EC672D;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
}

.p-single-customer_review__left p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  /* 177.778% */
}

.p-single-customer_review__left h3 {
  border-bottom: 0.125rem solid #EC672D;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 2.5rem;
  margin-top: 4.1875rem;
  padding-bottom: 0.8125rem;
}

.p-single-customer_review__left h4 {
  border-bottom: 0.125rem solid #EC672D;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 2.5rem;
  margin-top: 4.1875rem;
  padding-bottom: 0.8125rem;
}

.p-single-customer_review__left h5 {
  border-bottom: 0.125rem solid #EC672D;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 2.5rem;
  margin-top: 4.1875rem;
  padding-bottom: 0.8125rem;
}

.p-single-customer_review__left h6 {
  background: #f9f8f5;
  color: #000;
  font-size: 1.875rem;
  line-height: 2rem;
  margin-top: 5.625rem;
  /* 106.667% */
  padding: 1.125rem 1.3125rem;
  position: relative;
}

.p-single-customer_review__left ul {
  display: flex;
  flex-direction: column;
  gap: 1.8125rem;
  margin-bottom: 2.375rem;
  margin-top: 2.375rem;
  padding: 2.125rem 0.625rem 2.125rem 0.625rem;
}
.p-single-customer_review__left ul li {
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  gap: 0.25rem;
  line-height: 1.8125rem;
  /* 161.111% */
  vertical-align: middle;
}
.p-single-customer_review__left ul li + .p-single-customer_review__left ul li {
  margin-top: 1em;
}
.p-single-customer_review__left ul li::before {
  background-color: #000;
  border-radius: 100%;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 0.2em;
  margin-right: 1em;
  vertical-align: middle;
  width: 0.2em;
}

.alignnone {
  -o-object-fit: cover;
  display: block;
  height: auto;
  margin-bottom: 2.3125rem;
  object-fit: cover;
  width: 100%;
}

.nav-links {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.nav-previous a {
  align-items: center;
  background: red;
  color: #fff;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  width: 11.125rem;
}

.nav-next a {
  align-items: center;
  background: red;
  color: #fff;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  width: 11.125rem;
}

.p-single-customer_review__left ol {
  border-radius: 1.25rem;
  counter-reset: custom-counter;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  gap: 1.8125rem;
  line-height: 1.8125rem;
  /* 161.111% */
  list-style: none;
  margin-bottom: 2.375rem;
  margin-top: 2.375rem;
  padding: 2.125rem 3.375rem 2.125rem 2.8125rem;
}
.p-single-customer_review__left ol li {
  align-items: start;
  display: flex;
  font-size: 1.125rem;
  line-height: 1.8125rem;
  position: relative;
  /* 161.111% */
  vertical-align: middle;
}
.p-single-customer_review__left ol li + .p-single-customer_review__left ol li {
  margin-top: 1em;
}
.p-single-customer_review__left ol li::before {
  content: counter(custom-counter) "." " ";
  counter-increment: custom-counter;
  flex-shrink: 0;
  font-size: 1rem;
  margin-right: 0.5rem;
}

.p-numberList {
  counter-reset: custom-counter;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8125rem;
  /* 161.111% */
  list-style: none;
}

.p-numberList__item {
  padding-left: 1.7em;
  text-indent: -1.5em;
}
.p-numberList__item + .p-numberList__item {
  margin-top: 1em;
}

.p-numberList__item:before {
  content: counter(custom-counter) "." " ";
  counter-increment: custom-counter;
  padding-right: 0.2em;
}

.wp-block-table {
  margin-bottom: 2.375rem;
  margin-top: 1.25rem;
}

.p-single-customer_review__button {
  display: flex;
  justify-content: center;
  margin-bottom: 12.5rem;
  margin-top: 10rem;
}

.p-single-customer_review__buttonLink {
  align-items: center;
  align-items: center;
  background: #24C6AD;
  border-radius: 3.125rem;
  display: inline-flex;
  display: flex;
  justify-content: center;
  justify-content: center;
  min-width: 20rem;
  padding-block: 2.3125rem;
  position: relative;
  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;
}
.p-single-customer_review__buttonLink::after {
  background: url(../img/common/Icon-button.png) center center/contain no-repeat;
  content: "";
  height: 1rem;
  position: absolute;
  right: 1.875rem;
  width: 1rem;
}

.p-single-customer_review__buttonLink:hover {
  -webkit-transform: translateY(-2px);
  opacity: 0.8;
  transform: translateY(-2px);
}

.p-single-customer_review__buttonText {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  font-weight: bold;
  line-height: 1;
  margin-right: 1.875rem;
}

.p-single-customer_review__buttonIcon {
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}

.p-single-customer_review__buttonIcon svg {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}

.single__body {
  margin-top: 5.5rem;
}

.single__body-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-inline: 2.5rem;
}

.single__contents {
  margin-top: 2.875rem;
}
.single__contents p {
  line-height: 1.625;
}

.single__contents-date {
  color: #EF9467;
  font-size: 0.875rem;
}

.single__contents-title {
  color: #EC672D;
  font-size: 2rem;
  margin-top: 0.5rem;
}

span[style*=underline] {
  position: relative;
  text-decoration: none !important;
  /* デフォルトの下線はオフにする */
}

span[style*=underline] {
  background: linear-gradient(to bottom, transparent 70%, #ede921 20%);
  display: inline;
}

.single__contents-img-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 32.1875rem;
}

.single__contents-img {
  height: 0;
  margin-top: 7.5rem;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.single__contents-img img {
  -o-object-fit: cover;
  -o-object-position: 50% 50%;
  font-family: "object-fit:cover;object-position:50% 50%";
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}

.defaultTemplate {
  line-height: 1.5;
  margin-top: 3.5rem;
}
.defaultTemplate .defaultTemplate__contents h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.defaultTemplate .defaultTemplate__contents h2 {
  font-size: 1.4375rem !important;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.875rem;
  padding-bottom: 0.5rem;
  padding-left: 0.3125rem;
  position: relative;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents h2:after {
  bottom: 0;
  content: "";
  height: 0.25rem;
  position: absolute;
  right: 0;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents .heading-2-text {
  margin-top: 0.875rem;
}
.defaultTemplate .defaultTemplate__contents .heading-3-wrapper {
  margin-top: 1.4375rem;
}
.defaultTemplate .defaultTemplate__contents h3 {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 0.5em;
  margin-top: 1.4375rem;
  padding-left: 0.9375rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents h3:before {
  content: "";
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: calc(50% - 0.75rem);
  width: 0.5rem;
}
.defaultTemplate .defaultTemplate__contents h3 span {
  font-size: 1.25rem !important;
}
.defaultTemplate .defaultTemplate__contents .heading-4-wrapper {
  margin-top: 1.4375rem;
}
.defaultTemplate .defaultTemplate__contents h4 {
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0;
  letter-spacing: 0.05em;
  margin-top: 1.8125rem;
  position: relative;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents h4:after {
  bottom: 0;
  content: "";
  height: 0.25rem;
  position: absolute;
  right: 0;
  width: 100%;
}
.defaultTemplate .defaultTemplate__contents h4 span {
  font-size: inherit;
}
.defaultTemplate .defaultTemplate__contents .heading-5-wrapper {
  margin-top: 2.125rem;
}
.defaultTemplate .defaultTemplate__contents h5 {
  color: #e1c300;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  margin-top: 1.375rem;
}
.defaultTemplate .defaultTemplate__contents h5 span {
  font-size: inherit;
}
.defaultTemplate .defaultTemplate__contents .heading-6-wrapper {
  margin-top: 2.125rem;
}
.defaultTemplate .defaultTemplate__contents h6 {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  margin-top: 2.375rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents h6:before {
  font-size: 1em;
  left: 0;
  position: absolute;
  top: 0;
}
.defaultTemplate .defaultTemplate__contents h6 span {
  font-size: inherit;
}
.defaultTemplate .defaultTemplate__contents img {
  display: inline-block;
  height: auto;
  margin: 1.5rem 0;
  max-width: 100%;
  vertical-align: middle;
}
.defaultTemplate .defaultTemplate__contents blockquote {
  background-color: #f9f8f5;
  padding: 0.8125rem 0.9375rem 0.8125rem 3.125rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents blockquote::before {
  content: "\f10d";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.5625rem;
  left: 0.9375rem;
  line-height: 1;
  position: absolute;
  top: 1.25rem;
  vertical-align: middle;
}
.defaultTemplate .defaultTemplate__contents blockquote p {
  line-height: 1.7;
  margin-top: 0.625rem;
  padding: 0;
}
.defaultTemplate .defaultTemplate__contents .list-style-1-wrapper {
  margin-top: 1.625rem;
}
.defaultTemplate .defaultTemplate__contents ol {
  list-style: decimal;
}
.defaultTemplate .defaultTemplate__contents ul li,
.defaultTemplate .defaultTemplate__contents ol li {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.7857142857;
  list-style-position: outsite;
  margin-left: 1.25rem;
  position: relative;
}
.defaultTemplate .defaultTemplate__contents ul li::before,
.defaultTemplate .defaultTemplate__contents ol li::before {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.6875rem;
  left: -1.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6875rem;
}
.defaultTemplate .defaultTemplate__contents a:hover {
  text-decoration: underline;
}
.defaultTemplate .defaultTemplate__contents .table-cel-wrapper {
  margin-top: 1.875rem;
}
.defaultTemplate .defaultTemplate__contents table {
  margin-top: 1.875rem;
}
.defaultTemplate .defaultTemplate__contents table,
.defaultTemplate .defaultTemplate__contents table * {
  border-color: #475b6c;
}
.defaultTemplate .defaultTemplate__contents table tr td {
  padding: 0.5rem;
}

/* デフォルトのmargin-left */
.table-of-list {
  font-size: 0.875rem;
  letter-spacing: 0;
  margin-top: 0.0625rem;
  padding-left: 2rem;
  position: relative;
}
.table-of-list::after {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.0625rem;
  left: 0.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
}

.the_content-wrapper {
  margin-top: 1.3125rem;
}
.the_content-wrapper .defaultTemplate__table-of-contents {
  border: 0.0625rem solid #76d3e9;
  margin-bottom: 7rem;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-content {
  background: #76d3e9;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  height: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 2.5rem;
  text-align: center;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-list {
  font-size: 0.875rem;
  letter-spacing: 0;
  list-style: none;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-list .table-of-list-2 {
  font-weight: bold;
  margin-left: 1.125rem;
  position: relative;
}
.the_content-wrapper .defaultTemplate__table-of-contents .defaultTemplate__table-of-list .table-of-list-2::after {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.5rem;
  left: -1.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
}

.defaultTemplate__button-box-wrapper {
  border-top: 0.1875rem solid #000;
  margin-top: 3.75rem;
}

.defaultTemplate__button-box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8125rem;
}

.defaultTemplate__prev-button {
  text-align: right;
}
.defaultTemplate__prev-button a {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  height: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.875rem;
  opacity: 1;
  padding-right: 0.3125rem;
  position: relative;
  transition: opacity 0.4s;
  width: 8rem;
}
.defaultTemplate__prev-button a::before {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.375rem;
  left: 0.6875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.1875rem;
}
.defaultTemplate__prev-button a:hover {
  opacity: 0.8;
}

.defaultTemplate__next-button {
  text-align: left;
}
.defaultTemplate__next-button a {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  height: 1.875rem;
  line-height: 1.875rem;
  opacity: 1;
  padding-left: 0.3125rem;
  position: relative;
  transition: opacity 0.4s;
  width: 8rem;
}
.defaultTemplate__next-button a::before {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.375rem;
  position: absolute;
  right: 0.6875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.1875rem;
}
.defaultTemplate__next-button a:hover {
  opacity: 0.8;
}

.table-of-list-3::before {
  display: none;
}

.table-of-list-4::before {
  display: none;
}

.table-of-list-5::before {
  display: none;
}

.table-of-list-6::before {
  display: none;
}

.no_bullets {
  border: 0.0625rem solid #76d3e9;
  margin-bottom: 7rem;
}

.toc_title {
  background: #76d3e9;
  color: #fff;
  font-size: 1.125rem !important;
  font-weight: bold !important;
  height: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 2.5rem !important;
  text-align: center;
}

.wp-block-list {
  padding: 1.125rem 1.5rem 1.375rem 1.5rem;
}
.wp-block-list li {
  margin-left: 0.9375rem !important;
  margin-top: 0.125rem !important;
}
.wp-block-list li::before {
  display: none;
}
.wp-block-list li a {
  color: #475b6c !important;
}

.toc_list > li > a {
  font-weight: bold;
  margin-left: 0.3125rem;
  position: relative;
}
.toc_list > li > a::after {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.6875rem;
  left: -1.3125rem;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 0.6875rem;
}

.toc_list a {
  margin-left: 0.0625rem;
  position: relative;
}
.toc_list a::before {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 0.0625rem;
  left: -1.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
}

.single__button {
  display: flex;
  justify-content: center;
  margin-bottom: 12.5rem;
  margin-top: 3.75rem;
}

.single__buttonLink {
  align-items: center;
  background: #24C6AD;
  border-radius: 3.125rem;
  display: inline-flex;
  justify-content: center;
  min-width: 20rem;
  padding-block: 2.3125rem;
  position: relative;
  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;
}
.single__buttonLink::after {
  background: url(../img/common/Icon-button.png) center center/contain no-repeat;
  content: "";
  height: 1rem;
  position: absolute;
  right: 1.875rem;
  width: 1rem;
}
.single__buttonLink:hover {
  -webkit-transform: translateY(-2px);
  opacity: 0.8;
  transform: translateY(-2px);
}

.p-single-column__left ul li a {
  color: #475b6c;
}

.single__buttonText {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin-right: 1.875rem;
}

.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: flex;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
.p-slider .swiper-pagination-bullet {
  background: url(../img/) center center/contain no-repeat;
  background-color: transparent;
  border-radius: unset;
  height: 15px;
  opacity: 1;
  width: 15px;
}
.p-slider .swiper-pagination-bullet-active {
  background: url(../img/) center center/contain no-repeat;
  background-color: transparent;
  border-radius: unset;
  height: 15px;
  opacity: 1;
  width: 15px;
}

.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 {
  bottom: 30px !important;
  left: auto;
  position: absolute;
  right: auto;
  width: auto;
}

.p-qa {
  margin-bottom: 7rem;
  margin-inline: auto;
  margin-top: 7rem;
  max-width: 80rem;
  padding-inline: 2.5rem;
}

.p-qa__inner {
  background: #fff;
  border-radius: 0.75rem;
  padding-bottom: 3.9375rem;
  padding-top: 3.9375rem;
}

.p-qa__boxes {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-inline: auto;
  margin-top: 3.75rem;
  max-width: 70rem;
  padding-inline: 2.5rem;
}

.p-qa-box {
  background: #ebf9f6;
  border-radius: 0.75rem;
}
.p-qa-box.is-open .p-qa-box__head::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-qa-box__head {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  padding: 1.875rem 2rem;
  position: relative;
  width: 100%;
}

.p-qa-box__head-text {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  text-align: left;
  width: 100%;
}
.p-qa-box__head-text::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  background: url(../img/front-page/qa-icon.png) no-repeat center center/contain;
  content: "";
  display: block;
  height: 0.625rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 1.125rem;
}
.p-qa-box__head-text.rotated::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.p-qa-box__body {
  display: none;
  padding: 0 2rem;
}

.p-qa-box__a {
  border-top: 0.0625rem solid #d1d1d1;
  padding-bottom: 1.875rem;
  padding-top: 1.4375rem;
}

.p-qa-box__a-title-wrap {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

.p-qa-box__a-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.p-qa-box__a-text {
  display: block;
  flex-grow: 1;
  font-size: 1.125rem;
  padding: 0 0 0 4.25rem;
}
.p-qa-box__a-text span {
  font-weight: bold;
}

.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;
}

.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-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-formBtn input:disabled:hover {
    cursor: not-allowed;
  }
  .p-formBtn input:hover {
    opacity: 0.7;
    transition: opacity 0.5s;
  }
  .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;
  }
  .column-card:hover .p-archive-column-card__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .customer_review-card:hover .p-archive-customer_review-card__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .p-front-column-card:hover .p-front-column-card__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: clamp(16px, 4.266vw, 28px);
  }
  body {
    padding-bottom: 4.375rem;
  }
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .c-title__ja {
    font-size: 1.5rem;
  }
  .l-inner {
    padding-inline: 1.25rem;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .breadcrumb {
    padding-inline: 1.25rem;
  }
  .heading-wrap__icon {
    margin-top: 0rem;
  }
  .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-under-mv {
    margin-inline: 1.25rem;
  }
  .p-under-mv__ttl {
    font-size: 1.5rem;
  }
  .p-under-mv__txt {
    font-size: 2rem;
  }
  .customer_review-txt {
    font-size: 2.5rem;
  }
  .p-under-mv__txt-news {
    left: 55.7% !important;
    top: 7.5rem !important;
  }
  .p-under-mv__txt-privacy-policy {
    left: 49.5% !important;
    top: 6.875rem !important;
  }
  .p-under-mv__txt-contact {
    left: 55.7% !important;
    top: 7.5rem !important;
  }
  .p-archive-column {
    margin-top: 3.125rem;
  }
  .p-archive-column__inner {
    padding-inline: 1.25rem;
    padding-top: 1rem;
  }
  .p-archive-column__title-wrap {
    margin-left: 0;
  }
  .p-archive-column__title-text {
    font-size: 0.875rem;
    margin-left: -1.3125rem;
    margin-top: 2.8125rem;
  }
  .p-archive-column__term {
    justify-content: start;
    margin-top: 2rem;
  }
  .p-archive-column__article-wrap {
    margin-top: 4rem;
  }
  .p-archive-column__article {
    gap: 2rem 0.75rem;
  }
  .p-archive-column-card__new {
    font-size: 1.5rem;
    height: 4.375rem;
    left: -0.625rem;
    top: -2.1875rem;
    width: 4.375rem;
  }
  .p-archive-column-card__cat {
    margin-top: 0.75rem;
  }
  .pagination {
    margin-top: 2rem;
    padding-bottom: 6rem;
  }
  .pickup__inner {
    padding-top: 4rem;
  }
  .pickup__term {
    margin-top: 2rem;
  }
  .pickup__article {
    gap: 0.625rem 0.75rem;
  }
  .pickup-card__title {
    margin-top: 0.25rem;
  }
  .pickup-card__button {
    margin-top: 2.25rem;
  }
  .p-under-mv {
    margin-inline: 1.25rem;
  }
  .p-archive-customer_review {
    padding-top: 4rem;
  }
  .p-archive-customer_review__inner {
    padding-inline: 1.25rem;
  }
  .p-archive-customer_review__title-wrap {
    margin-left: 0;
  }
  .p-archive-customer_review__title-text {
    font-size: 0.875rem;
    margin-left: -1.3125rem;
    margin-top: 2.8125rem;
  }
  .p-archive-customer_review__term {
    justify-content: start;
    margin-top: 2rem;
  }
  .p-archive-customer_review__article-wrap {
    margin-top: 4rem;
  }
  .p-archive-customer_review__article {
    gap: 2rem 0.75rem;
  }
  .p-archive-customer_review-card__new {
    font-size: 1.5rem;
    height: 4.375rem;
    left: -0.625rem;
    top: -2.1875rem;
    width: 4.375rem;
  }
  .p-archive-customer_review-card__cat {
    margin-top: 0.75rem;
  }
  .pagination {
    margin-top: 2rem;
    padding-bottom: 6rem;
  }
  .pickup__inner {
    padding-top: 4rem;
  }
  .pickup__term {
    margin-top: 2rem;
  }
  .pickup__article {
    gap: 0.625rem 0.75rem;
  }
  .pickup-card__title {
    margin-top: 0.25rem;
  }
  .pickup-card__button {
    margin-top: 2.25rem;
  }
  .p-company-mv {
    margin-inline: 1.25rem;
    margin-top: 6.25rem;
  }
  .p-company-mv__content {
    left: 1.875rem;
  }
  .p-company-mv__en {
    font-size: 1rem;
  }
  .p-company-mv__title {
    font-size: 1.75rem;
  }
  .p-company-wrap::before {
    background: url(../img/common/bokasi-sp.png) center center/cover no-repeat;
    height: 55.625rem;
    right: -21.875rem;
    top: 37.5rem;
    width: 56.6875rem;
  }
  .p-company {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
  .p-company__inner {
    padding-inline: 1.25rem;
  }
  .p-company-greeting__ttl {
    font-size: 1.25rem;
  }
  .p-company-greeting__sub {
    font-size: 0.875rem;
  }
  .p-company-greeting__body {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 1.875rem;
  }
  .p-company-greeting__img {
    border-radius: 1rem;
  }
  .p-company-greeting__text {
    font-size: 0.875rem;
  }
  .p-company-greeting__name {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
  .p-company-outline {
    margin-top: 5rem;
  }
  .p-company-outline::after {
    height: 7.5rem;
    left: -1.25rem;
    top: -1.25rem;
    width: 6.25rem;
  }
  .p-company-outline__ttl {
    font-size: 1.25rem;
  }
  .p-company-outline__sub {
    font-size: 0.875rem;
  }
  .p-company-outline__table th {
    padding-left: 1rem;
  }
  .p-company-outline__table td {
    display: block;
    padding-block: 1rem;
    padding-inline: 1rem;
  }
  .p-company-outline__table th {
    border-bottom: none;
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
    width: 100%;
  }
  .p-company-outline__table td {
    font-size: 0.875rem;
    padding-top: 0.5rem;
  }
  .p-company-outline__table tr {
    display: block;
  }
  .p-contact-confirm {
    padding-bottom: 6.25rem;
  }
  .p-contact-confirm::before {
    background: url(../img/common/bokasi-sp.png) center center/cover no-repeat;
    top: -6.25rem;
  }
  .p-contact-confirm__inner {
    padding-inline: 1.25rem;
  }
  .contact-confirm__title {
    font-size: 1.125rem;
  }
  .p-contact-confirm__title {
    width: 12.5rem;
  }
  .p-contact-confirm__submit-wrap {
    text-align: center;
    width: 100%;
  }
  .return-wrapper {
    margin-bottom: 1.25rem;
  }
  .return {
    font-size: 1rem;
    height: 3.5rem;
    padding-left: 3.75rem;
    padding-right: 2.5rem;
    width: 18.75rem;
  }
  .return-arrow-icon {
    height: 0.875rem;
    left: 1.25rem;
    width: 0.875rem;
  }
  .contact-thanks__heading {
    margin-top: 3.6875rem;
    padding-bottom: 6.25rem;
  }
  .contact-thanks__heading::before {
    background: url(../img/common/bokasi-sp.png) center center/cover no-repeat;
    right: -21.875rem;
    top: -6.25rem;
  }
  .contact-thanks__heading__inner {
    padding-inline: 1.25rem;
  }
  .contact-thanks-heading__text {
    font-size: 0.875rem;
  }
  .contact-thanks-heading__text2 {
    margin-top: 1.875rem;
  }
  .contact-thanks-heading__text3 {
    margin-top: 1.875rem;
  }
  .contact-thanks__contact {
    margin-top: 2.5rem;
  }
  .contact-thanks__contactLink {
    gap: 0.9375rem;
    padding: 0.9375rem 1.5625rem;
  }
  .contact-thanks__contactIcon {
    height: 2rem;
    width: 2rem;
  }
  .contact-thanks__contactNumber {
    font-size: 1.5rem;
  }
  .contact-thanks__contactTime {
    font-size: 0.75rem;
  }
  .contact-thanks__button {
    margin-top: 3.375rem;
    min-width: 18.75rem;
    padding-block: 1rem;
  }
  .contact-thanks__button::after {
    height: 0.875rem;
    right: 1.25rem;
    width: 0.875rem;
  }
  .contact-thanks__button-text {
    font-size: 1rem;
  }
  .p-contact {
    margin-top: 2.5rem;
    padding-bottom: 6.25rem;
  }
  .p-contact::before {
    background: url(../img/common/bokasi-sp.png) center center/cover no-repeat;
    top: -6.25rem;
  }
  .p-contact__heading {
    margin-top: 3.6875rem;
  }
  .p-contact__re {
    font-size: 1rem;
    padding: 0.375rem 0.6875rem;
  }
  .p-contact__heading__inner {
    padding-inline: 1.25rem;
  }
  .p-contact-heading__text {
    margin-top: 2.9375rem;
  }
  .p-contact__inner {
    padding-inline: 1.25rem;
  }
  .p-contact__box {
    margin-top: 4.25rem;
  }
  .p-form__item {
    flex-direction: column;
    gap: 0.75rem;
  }
  .p-form__title {
    justify-content: start;
    width: 100%;
  }
  .p-form__title span {
    font-size: 0.625rem;
  }
  .p-form__title--aiStart {
    align-items: center;
  }
  .p-form__submit {
    margin-top: 6.25rem;
  }
  .p-formBtn input {
    font-size: 1.25rem;
    height: 2.5rem;
    width: 20rem;
  }
  .button-wrapper {
    margin-bottom: 6.25rem;
    width: 18.75rem;
  }
  .button__send,
  .wpcf7-submit,
  input[type=submit] {
    font-size: 1rem;
    height: auto;
    min-width: 18.75rem;
    padding-block: 1rem;
  }
  .button-arrow-icon {
    height: 0.875rem;
    right: 1.25rem;
    width: 0.875rem;
  }
  .p-formInput--checkbox .wpcf7-list-item {
    margin-left: 0.75rem;
  }
  .p-formInput--checkbox .wpcf7-list-item-label {
    padding-left: 2rem;
  }
  .p-formInput--checkbox {
    align-items: center;
    display: flex;
  }
  .p-footer-header {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
  .p-footer-header__inner {
    padding-inline: 1.25rem;
  }
  .p-footer-header__content {
    border-radius: 1.25rem;
    padding-bottom: 2.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 2.5rem;
  }
  .p-footer-header__content::before {
    background: url(../img/common/footer-header-bg1-sp.png) center center/cover no-repeat;
  }
  .p-footer-header__text {
    margin-bottom: 1.875rem;
  }
  .p-footer-header__title {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
  }
  .p-footer-header__subtitle {
    font-size: 0.875rem;
  }
  .p-footer-header__buttons {
    gap: 1.25rem;
  }
  .p-footer-header__button {
    font-size: 0.875rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .p-footer-header__button--phone {
    width: 17.5rem;
  }
  .p-footer-header__button--phone span {
    font-size: 1.125rem;
  }
  .p-footer-header__button--phone small {
    font-size: 0.5625rem;
  }
  .p-footer-header__button--line {
    font-size: 1rem;
  }
  .p-footer-header__button--line::after {
    height: 2.625rem;
    width: 2.625rem;
  }
  .p-footer-header__button--form {
    font-size: 1rem;
  }
  .p-footer-fixed {
    bottom: 0;
    display: flex;
    gap: 0rem;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1000;
  }
  .p-footer::before {
    background: url(../img/common/footer-bg-sp.png) center center/cover no-repeat;
  }
  .p-footer__inner {
    padding-inline: 1.25rem;
    padding-top: 17rem;
  }
  .p-footer__content {
    flex-direction: column;
    gap: 3.75rem;
  }
  .p-footer__logo h2 {
    font-size: 2rem;
  }
  .p-footer__address {
    font-size: 0.9375rem;
    margin-top: 1.5rem;
  }
  .p-footer__nav {
    gap: 2.375rem;
    justify-content: center;
  }
  .p-footer__nav-col {
    gap: 1rem;
  }
  .p-footer__nav-jp {
    font-size: 0.9375rem;
  }
  .p-footer__nav-en {
    font-size: 0.625rem;
  }
  .p-footer__nav-sub {
    margin-top: 0.75rem;
    padding-left: 1rem;
  }
  .p-footer__nav-sub-item {
    padding-bottom: 1rem;
  }
  .p-footer__nav-sub-item:last-child {
    padding-bottom: 0;
  }
  .p-footer__nav-sub-link {
    font-size: 0.8125rem;
  }
  .p-footer__page-top {
    display: none;
  }
  .p-footer__page-top-text {
    display: none;
  }
  .p-footer__page-top-img {
    bottom: 6.75rem;
    cursor: pointer;
    display: block;
    height: 3.75rem;
    position: fixed;
    right: 1.25rem;
    transition: opacity 0.3s ease;
    width: 3.75rem;
    z-index: 3;
  }
  .p-footer__page-top-img img {
    -o-object-fit: contain;
    height: 100%;
    object-fit: contain;
    width: 100%;
  }
  .p-footer__copyright {
    margin-top: 5.5rem;
    padding-bottom: 1.875rem;
  }
  .p-front-mv {
    background: url(../img/front-page/front-mv-sp.png) center center/cover no-repeat;
    height: 28.75rem;
    margin-inline: 1.25rem;
  }
  .p-front-mv__ttl {
    font-size: 1.75rem;
    text-align: center;
    width: 100%;
  }
  .p-front-wrap::before {
    background: url(../img/common/bokasi-sp.png) center center/cover no-repeat;
    height: 55.625rem;
    left: -1.5rem;
    top: 62rem;
    width: 56.6875rem;
  }
  .p-front-wrap::after {
    background: url(../img/common/bokasi-sp.png) center center/cover no-repeat;
    height: 55.625rem;
    right: -1.5rem;
    top: 138.5rem;
    width: 56.6875rem;
  }
  .p-front-news {
    margin-inline: 1.25rem;
    margin-top: 1.0625rem;
  }
  .p-front-news__inner {
    border-radius: 1.25rem;
    flex-direction: column;
    gap: 1.25rem;
    height: auto;
    padding: 1.4375rem 1rem 1.25rem;
  }
  .p-front-news__title-box {
    display: block;
    width: 100%;
  }
  .p-front-news__title {
    font-size: 1.5rem;
    justify-content: start;
    text-align: left;
  }
  .p-front-news__content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .p-front-news__item {
    align-items: flex-start;
    gap: 0.625rem;
  }
  .p-front-news__item-date {
    font-size: 0.875rem;
  }
  .p-front-news__item-heading {
    font-size: 0.875rem;
  }
  .p-front-news__button-box {
    width: 100%;
  }
  .p-front-news__button {
    font-size: 0.875rem;
    justify-content: center;
    margin-left: auto;
    width: 9.875rem;
  }
  .p-front-customer_review {
    margin-top: 6.25rem;
  }
  .p-front-customer_review__inner {
    padding-inline: 1.125rem;
  }
  .p-front-customer_review__title {
    font-size: 1.5rem;
  }
  .p-front-customer_review__text {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
  .p-front-customer_review__list {
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
  .p-front-customer_review__item {
    padding-bottom: 1.25rem;
  }
  .p-front-customer_review__link {
    gap: 0.75rem;
  }
  .p-front-customer_review__img {
    height: 7.875rem;
    width: 9.75rem;
  }
  .p-front-customer_review__itemTitle {
    font-size: 1rem;
  }
  .p-front-customer_review__date {
    font-size: 0.8125rem;
    margin-top: 0.5rem;
  }
  .p-front-customer_review__buttonBox {
    margin-top: 2.5rem;
  }
  .p-front-customer_review__button {
    font-size: 1rem;
    min-width: 15rem;
    padding-block: 1rem;
    padding-right: 2.5rem;
  }
  .p-front-customer_review__button::after {
    height: 0.875rem;
    right: 1.25rem;
    width: 0.875rem;
  }
  .p-front-column {
    margin-top: 3.125rem;
  }
  .p-front-column__inner {
    padding-inline: 1.25rem;
    padding-top: 1rem;
  }
  .p-front-column__article-wrap {
    margin-top: 4rem;
  }
  .p-front-column__title-wrap {
    margin-left: 0;
  }
  .p-front-column__title {
    font-size: 1.5rem;
  }
  .p-front-column__article {
    gap: 0.75rem;
    margin-top: 2.5rem;
  }
  .p-front-column-card__cat {
    margin-top: 0.75rem;
  }
  .p-front-anxiety {
    margin-top: 5rem;
  }
  .p-front-anxiety__inner {
    padding-inline: 1.25rem;
  }
  .p-front-anxiety__titl1-wrap {
    width: 15rem;
  }
  .p-front-anxiety__title-img {
    height: 5.625rem;
    right: -2.5rem;
    top: 3rem;
    width: 3rem;
  }
  .p-front-anxiety__title {
    font-size: 1.5rem;
  }
  .p-front-anxiety__contents {
    margin-top: 10.625rem;
  }
  .p-front-anxiety__img {
    width: 100%;
  }
  .p-front-anxiety__img1 {
    height: 7.5rem;
    right: 10.625rem;
    top: -6.25rem;
    width: 12.5rem;
  }
  .p-front-anxiety__img2 {
    height: 7.5rem;
    left: 9.875rem;
    top: -9.25rem;
    width: 12.5rem;
  }
  .p-front-anxiety__img3 {
    bottom: 0.625rem;
    height: 7.5rem;
    right: -3.125rem;
    width: 13.75rem;
  }
  .p-front-anxiety__text-wrap {
    margin-top: 3.375rem;
  }
  .p-front-anxiety__text-img {
    height: 5.3125rem;
    width: 3.875rem;
  }
  .p-front-anxiety__text-title {
    text-align: center;
  }
  .p-front-anxiety__text-marker {
    text-align: center;
  }
  .p-front-button {
    margin-inline: 1.25rem;
    margin-top: 3.125rem;
  }
  .p-front-button__inner {
    flex-direction: column;
    gap: 1.25rem;
  }
  .p-front-button__item {
    padding-block: 2.5rem;
    padding-inline: 2.5rem;
    width: 100%;
  }
  .p-front-button__link {
    font-size: 1.375rem;
    padding-right: 1.875rem;
  }
  .p-front-service {
    margin-top: 6.5rem;
  }
  .p-front-service::before {
    background: url(../img/common/bokasi-sp.png) center center/cover no-repeat;
    height: 55.625rem;
    top: 125rem;
    width: 56.6875rem;
  }
  .p-front-service__content {
    flex-direction: column-reverse;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
  .p-front-service__left-box {
    width: 100%;
  }
  .p-front-service__list {
    margin-top: 1rem;
  }
  .p-front-service-list__item {
    font-size: 0.9375rem;
  }
  .p-front-service-list__item::after {
    flex-shrink: 0;
  }
  .p-front-service-list__item:not(:first-child) {
    margin-top: 0.5rem;
  }
  .p-front-service__text {
    margin-top: 0.75rem;
  }
  .p-front-service__button {
    margin-inline: auto;
    margin-top: 2.6875rem;
  }
  .p-front-service__right-box {
    width: 100%;
  }
  .p-front-company {
    margin-top: 7.6875rem;
  }
  .p-front-company__title {
    position: relative;
  }
  .p-front-company__title::after {
    position: absolute;
    right: 1rem;
    top: 0;
  }
  .p-front-company__content {
    flex-direction: column-reverse;
    gap: 1.875rem;
    margin-top: 1.25rem;
  }
  .p-front-company__left-box {
    width: 100%;
  }
  .p-front-company__left-text {
    font-size: 0.9375rem;
  }
  .p-front-company__button {
    margin-inline: auto;
    margin-top: 2.5rem;
  }
  .p-front-company__right-box {
    width: 100%;
  }
  .p-front-investment {
    margin-top: 6.25rem;
  }
  .p-front-investment::before {
    background: url(../img/common/bokasi-sp.png) center center/cover no-repeat;
    height: 55.625rem;
    right: -1.5rem;
    top: 105.5rem;
    width: 56.6875rem;
  }
  .p-front-investment__title-text {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
  .p-front-investment__card3 {
    margin-top: 1.25rem;
  }
  .p-front-investment__card3-items {
    gap: 1.4375rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-front-investment__card3-item {
    border-radius: 1.25rem;
  }
  .p-front-investment__card3-title-wrap {
    gap: 0.75rem;
  }
  .p-front-investment__card3-title {
    font-size: 1.25rem;
  }
  .p-front-investment__card3-txt {
    font-size: 0.9375rem;
    margin-top: 0.6875rem;
  }
  .p-front-future-map__title::after {
    height: 6.25rem;
    left: -1.625rem;
    top: -2rem;
    width: 4.375rem;
  }
  .p-front-future-map__content {
    flex-direction: column-reverse;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
  .p-front-future-map__box {
    width: 100%;
  }
  .p-front-future-map__text {
    font-size: 0.9375rem;
  }
  .p-front-line {
    margin-top: 6.25rem;
  }
  .p-front-line::before {
    background: url(../img/common/bokasi-sp.png) center center/cover no-repeat;
    height: 55.625rem;
    left: -1.5rem;
    top: 50.5rem;
    width: 56.6875rem;
  }
  .p-front-line__title {
    position: relative;
  }
  .p-front-line__title::after {
    background: url(../img/front-page/flower5-sp.png) center center/contain no-repeat;
    height: 6.75rem;
    position: absolute;
    right: -1rem;
    top: -1.5rem;
    width: 5rem;
  }
  .p-front-line__content {
    flex-direction: column-reverse;
    gap: 1.25rem;
  }
  .p-front-line__left-box {
    width: 100%;
  }
  .p-front-line__left-text {
    font-size: 0.9375rem;
  }
  .p-front-line__button {
    flex-direction: row-reverse;
    margin-top: 2.5rem;
  }
  .p-front-line__right-box {
    width: 100%;
  }
  .p-front-column__buttonBox {
    margin-bottom: 6.25rem;
    margin-top: 2.5rem;
  }
  .p-front-column__button {
    font-size: 1rem;
    min-width: 15rem;
    padding-block: 1rem;
    padding-right: 2.5rem;
  }
  .p-front-column__button::after {
    height: 0.875rem;
    right: 1.25rem;
    width: 0.875rem;
  }
  .p-header {
    height: 7.0625rem;
  }
  .p-header__right-icon {
    height: 6.125rem;
    width: 5.375rem;
    z-index: 1001;
  }
  .p-header__inner {
    padding-inline: 1.25rem;
  }
  .p-header-logo__ttl {
    font-size: 0.75rem;
  }
  .p-header__logo {
    margin-top: 0.5rem;
    width: 12.5rem;
  }
  .p-header__logo-img {
    height: 3.5rem;
    width: 5rem;
  }
  .p-header__nav {
    display: none;
  }
  .sub-menu li:first-child::after {
    display: none;
  }
  .p-header__contact {
    display: none;
  }
  .p-header__hamburger {
    display: block;
  }
  .p-header__sp-nav {
    padding: 0 1.25rem;
  }
  .p-spNav__list .sub-menu {
    -webkit-transform: none;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-top: 0;
    opacity: 1;
    padding-left: 3.125rem;
    position: static;
    transform: none;
    visibility: visible;
  }
  .p-spNav__list .sub-menu li {
    padding: 0;
    position: relative;
  }
  .p-spNav__list .sub-menu li::before {
    -webkit-transform: translateY(-50%);
    color: #000;
    content: "-";
    left: -0.9375rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-spNav__list .sub-menu li a {
    color: #000;
    display: block;
    font-size: 0.8125rem;
    font-weight: 400;
    padding: 0.625rem 0;
    text-align: left;
    text-decoration: none;
  }
  .c-hamburger-outer {
    align-items: center;
    background: #EF9467;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 4.5rem;
    justify-content: center;
    margin-top: 1.25rem;
    position: relative;
    width: 4.5rem;
    z-index: 1001;
  }
  .p-header__logo a img:nth-of-type(1) {
    display: none;
  }
  .p-header__logo a img:nth-of-type(2) {
    display: block;
  }
  .p-header.js-down .p-header__logo img {
    height: 3.0625rem;
    width: 4.375rem;
  }
  .p-home {
    margin-top: 3.125rem;
  }
  .p-home::before {
    background: url(../img/common/bokasi-sp.png) center center/cover no-repeat;
    height: 55.625rem;
    right: -1.5rem;
    top: 37.5rem;
    width: 56.6875rem;
  }
  .p-home__inner {
    padding-inline: 1.25rem;
  }
  .p-home__articleWrap {
    margin-top: 0rem;
  }
  .p-home__itemLink {
    padding-block: 1.5rem;
  }
  .p-home__itemDate {
    font-size: 1rem;
  }
  .p-home__itemBody {
    margin-top: 0.75rem;
  }
  .p-home__itemTitle {
    font-size: 1rem;
  }
  .p-home__itemText {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
  .p-home__empty {
    font-size: 0.875rem;
    padding-block: 3.75rem;
  }
  .pagination {
    gap: 0.75rem;
    margin-top: 3.75rem;
    padding-bottom: 7.5rem;
  }
  .pagination span,
  .pagination a {
    font-size: 0.875rem;
    height: 2.5rem;
    width: 2.5rem;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .p-privacy-policy-wrap::before {
    background: url(../img/common/bokasi-sp.png) center center/cover no-repeat;
    right: -21.875rem;
    top: -6.25rem;
  }
  .p-privacy-policy {
    margin-bottom: 6.25rem;
    margin-top: 2.5rem;
  }
  .p-privacy-policy__text {
    margin-bottom: 6.25rem;
  }
  .p-service-wrap::before {
    background: url(../img/common/bokasi-sp.png) center center/cover no-repeat;
    height: 55.625rem;
    left: -1.5rem;
    top: 62rem;
    width: 56.6875rem;
  }
  .p-service-wrap::after {
    background: url(../img/common/bokasi-sp.png) center center/cover no-repeat;
    height: 55.625rem;
    right: -1.5rem;
    top: 138.5rem;
    width: 56.6875rem;
  }
  .p-service-mv {
    background-size: cover;
    height: 28.75rem;
    margin-inline: 1.25rem;
  }
  .p-service-mv__inner {
    padding-inline: 1.25rem;
  }
  .p-service-mv__content {
    flex-direction: column;
  }
  .p-service-mv__circleBox {
    gap: 1.875rem;
    margin-top: 1.875rem;
  }
  .p-service-mv__circle {
    height: 5.625rem;
    width: 5.625rem;
  }
  .p-service-mv__circleLabel {
    font-size: 0.875rem;
  }
  .p-service-mv__circleLabel2 {
    font-size: 0.875rem;
  }
  .p-service-mv__circleNum {
    font-size: 1.5rem;
  }
  .p-service-mv__circleNum span {
    font-size: 0.75rem;
  }
  .p-service-mv__textBox {
    text-align: center;
  }
  .p-service-mv__ttl {
    font-size: 1.5rem;
  }
  .p-service-mv__btnBox {
    margin-top: 1.875rem;
  }
  .p-service-mv__btn {
    font-size: 1rem;
    padding-block: 1rem;
    padding-inline: 2.5rem;
    width: 14.625rem;
  }
  .p-service-mv__btnText {
    font-size: 1rem;
  }
  .p-service-anxiety {
    margin-top: 5rem;
  }
  .p-service-anxiety__inner {
    padding-inline: 1.25rem;
  }
  .p-service-anxiety__titleWrap {
    margin-top: 5rem;
    text-align: center;
  }
  .p-service-anxiety__title {
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
  }
  .p-service-anxiety__titleText {
    text-align: left;
  }
  .p-service-anxiety__item1 {
    margin-top: 2.5rem;
  }
  .p-service-anxiety__img1 {
    border-radius: 1rem;
  }
  .p-service-anxiety__img2 {
    padding-top: 64.5%;
  }
  .p-service-anxiety__img2 img {
    -o-object-fit: initial;
    object-fit: initial;
  }
  .p-service-feature {
    margin-top: 5rem;
    padding-block: 3.75rem;
  }
  .p-service-feature::before {
    background: url(../img/service/feature-bg-sp.png) center center/cover no-repeat;
  }
  .p-service-feature__inner {
    padding-inline: 1.25rem;
  }
  .p-service-feature__box-wrap {
    flex-direction: column;
    gap: 1.875rem;
  }
  .p-service-feature__box-wrap2,
  .p-service-feature__box-wrap4 {
    gap: 1.25rem;
    margin-top: 2.5rem;
    padding: 1.25rem 1.25rem 1.25rem;
    width: 100%;
  }
  .p-service-feature__title {
    font-size: 1.25rem;
  }
  .p-service-feature__textTitle {
    white-space: inherit;
  }
  .p-service-feature__text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
  .p-service-feature__imgBox {
    width: 100%;
  }
  .p-service-feature__imgBox3 {
    width: 100%;
  }
  .p-service-feature__imgBox--circle .p-service-feature__img {
    height: 12.5rem;
    margin-inline: auto;
    width: 12.5rem;
  }
  .p-service-feature__list {
    margin-top: 1.25rem;
  }
  .p-service-feature__listItem {
    gap: 0.9375rem;
  }
  .p-service-feature__listItem:not(:first-child) {
    margin-top: 1.25rem;
  }
  .p-service-feature__listNum {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
  .p-service-feature__listTitle {
    font-size: 1rem;
  }
  .p-service-feature__listText {
    font-size: 0.8125rem;
    margin-top: 0.5rem;
  }
  .p-service-mv__imgBox {
    width: 100%;
  }
  .p-service-mv__img {
    border-radius: 1rem;
  }
  .p-service-mv__achievement {
    padding-block: 0.75rem;
    padding-inline: 1rem;
    right: 1rem;
    top: 1rem;
  }
  .p-service-mv__achievementLabel {
    font-size: 0.75rem;
  }
  .p-service-mv__achievementNum {
    font-size: 0.75rem;
    margin-top: 0.375rem;
  }
  .p-service-mv__achievementNumHighlight {
    font-size: 1rem;
  }
  .p-service-management {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
  .p-service-management::before {
    background: url(../img/common/bokasi-sp.png) center center/cover no-repeat;
    height: 55.625rem;
    top: 125rem;
    width: 56.6875rem;
  }
  .p-service-management__inner {
    padding-inline: 1.25rem;
  }
  .p-service-management__item2 {
    margin-top: 3.75rem;
  }
  .p-service-management__item5 {
    margin-top: 5rem;
  }
  .p-service-management__box-wrap {
    flex-direction: column;
    gap: 1.875rem;
  }
  .p-service-management__box-wrap4 {
    padding: 1.25rem 1.25rem 1.25rem;
  }
  .p-service-management__title {
    font-size: 1.25rem;
  }
  .p-service-management__textTitle {
    font-size: 1.125rem;
    margin-top: 0.625rem;
    white-space: inherit;
  }
  .p-service-management__text4 {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
  .p-service-management__imgBox {
    width: 100%;
  }
  .p-service-management__imgBox3 {
    width: 100%;
  }
  .p-service-management__imgBox--circle .p-service-management__img {
    height: 12.5rem;
    margin-inline: auto;
    width: 12.5rem;
  }
  .p-service-management__listTitle {
    font-size: 1rem;
  }
  .p-service-management__listText {
    font-size: 0.8125rem;
    margin-top: 0.5rem;
  }
  .p-service-management__button {
    font-size: 0.875rem;
    padding-block: 1rem;
    padding-inline: 1.25rem;
    width: 100%;
  }
  .p-service-commitment {
    margin-top: 6.25rem;
  }
  .p-service-commitment::before {
    background: url(../img/common/bokasi-sp.png) center center/cover no-repeat;
    height: 55.625rem;
    right: -1.5rem;
    top: 12.5rem;
    width: 56.6875rem;
  }
  .p-service-commitment__title-text {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
  .p-service-commitment__card3 {
    margin-top: 1.25rem;
  }
  .p-service-commitment__card3-items {
    gap: 1.4375rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-service-commitment__card3-item {
    border-radius: 1rem;
  }
  .p-service-commitment__card3-title-wrap {
    gap: 0.75rem;
  }
  .p-service-commitment__card3-title {
    font-size: 1.25rem;
    white-space: inherit;
  }
  .p-service-commitment__card3-txt {
    font-size: 0.9375rem;
    margin-top: 0.6875rem;
  }
  .p-service-commitment__diagnosis {
    margin-top: 5rem;
  }
  .p-service-commitment__diagnosis-img {
    width: 100%;
  }
  .p-service-commitment__diagnosis-title {
    font-size: 1.25rem;
  }
  .p-service-commitment__diagnosis-content {
    border-radius: 1.25rem;
    flex-direction: column;
    gap: 1.875rem;
    margin-top: 2.5rem;
    padding: 1.875rem 1.25rem;
  }
  .p-service-commitment__diagnosis-imagePlaceholder {
    border-radius: 1rem;
    min-height: 18.75rem;
    padding: 3.75rem 1.875rem;
  }
  .p-service-commitment__diagnosis-imageText {
    font-size: 1.125rem;
  }
  .p-service-commitment__diagnosis-imageNote {
    font-size: 0.75rem;
    margin-top: 1.25rem;
  }
  .p-service-commitment__button {
    font-size: 0.9375rem;
    padding-block: 1rem;
    padding-inline: 1.25rem;
    width: 100%;
  }
  .p-service-commitment__button::after {
    right: 1.25rem;
  }
  .p-service-commitment__diagnosis-text {
    font-size: 0.875rem;
  }
  .p-service-case-study {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
  .p-service-case-study__title::after {
    height: 2.25rem;
    right: -3.75rem;
    top: 50%;
    width: 7.5rem;
  }
  .p-service-case-study__title {
    margin-bottom: 2.5rem;
    width: 100%;
  }
  .p-service-case-study__content {
    flex-direction: column;
    gap: 1.875rem;
    margin-top: 2.5rem;
  }
  .p-service-case-study__box {
    width: 100%;
  }
  .p-service-case-study__box--1 {
    width: 100%;
  }
  .p-service-case-study__box--2 {
    width: 100%;
  }
  .p-service-case-study__img {
    width: 100%;
  }
  .p-service-case-study__text {
    font-size: 0.9375rem;
  }
  .p-service-case-study__example {
    border-radius: 1.25rem;
    margin-top: 1.875rem;
    padding: 1.25rem;
  }
  .p-service-case-study__exampleTitle {
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
  }
  .p-service-case-study__button-box {
    margin-top: 0.9375rem;
    text-align: left;
  }
  .p-service-case-study__button {
    font-size: 0.9375rem;
    margin-top: 0.9375rem;
    padding-block: 1rem;
    padding-inline: 1.25rem;
    width: 100%;
  }
  .p-service-case-study__flow {
    margin-top: 5rem;
  }
  .p-service-case-study__flow-title::after {
    height: 4.5rem;
    left: -1.875rem;
    width: 3.125rem;
  }
  .p-service-case-study__flow-title {
    margin-bottom: 2.5rem;
    width: 100%;
  }
  .p-service-case-study__flow-items {
    gap: 1.875rem;
  }
  .p-service-case-study__flow-item::after {
    -webkit-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%);
  }
  .p-service-case-study__flow-item {
    border-radius: 1rem;
    flex-direction: column;
    padding: 1.875rem 1.25rem;
  }
  .p-service-case-study__flow-itemStep {
    flex-direction: row;
    gap: 0.625rem;
    justify-content: flex-start;
    margin-bottom: 0.9375rem;
    margin-right: 0;
  }
  .p-service-case-study__flow-itemStepNum {
    font-size: 0.75rem;
  }
  .p-service-case-study__flow-itemStepNumber {
    font-size: 1.75rem;
  }
  .p-service-case-study__flow-itemTitle {
    font-size: 1.125rem;
    margin-top: 0.625rem;
    width: 100%;
  }
  .p-service-case-study__flow-itemText {
    font-size: 0.875rem;
  }
  .p-service-commitment__diagnosis-button {
    font-size: 1rem;
    margin-top: 1.875rem;
    padding-block: 1rem;
    padding-inline: 1.875rem 3.125rem;
  }
  .p-service-commitment__diagnosis-button::after {
    right: 1.25rem;
  }
  .p-service-cta {
    padding-block: 3.75rem;
  }
  .p-service-cta::before {
    background: url(../img/common/bokasi-sp.png) center center/cover no-repeat;
    height: 55.625rem;
    right: -1.5rem;
    top: 37.5rem;
    width: 56.6875rem;
  }
  .p-service-cta__title-wrap {
    margin-bottom: 2.5rem;
  }
  .p-service-cta__buttons {
    gap: 3.125rem;
  }
  .p-service-cta__button {
    font-size: 0.875rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .p-service-cta__button--phone {
    width: 17.5rem;
  }
  .p-service-cta__button--phone span {
    font-size: 1.125rem;
  }
  .p-service-cta__button--phone small {
    font-size: 0.5625rem;
  }
  .p-service-cta__button--line {
    font-size: 1rem;
    width: 18.75rem;
  }
  .p-service-cta__button--line::after {
    height: 2.625rem;
    width: 2.625rem;
  }
  .p-service-qa {
    margin-top: 5rem;
    padding-bottom: 6.25rem;
  }
  .p-service-qa::before {
    background: url(../img/common/bokasi-sp.png) center center/cover no-repeat;
    height: 55.625rem;
    right: -1.5rem;
    top: 3.125rem;
    width: 56.6875rem;
  }
  .p-service-qa__items::after {
    height: 5.625rem;
    left: auto;
    right: -1.25rem;
    top: 17.875rem;
    width: 7.5rem;
  }
  .p-service-qa__items {
    gap: 2.5rem;
    width: 100%;
  }
  .p-service-qa__question {
    gap: 0.625rem;
  }
  .p-service-qa__questionLabel {
    font-size: 1.25rem;
    height: 2.5rem;
    width: 2.5rem;
  }
  .p-service-qa__questionText {
    font-size: 1.125rem;
  }
  .p-service-qa__answer {
    gap: 0.625rem;
  }
  .p-service-qa__answerLabel {
    font-size: 1.25rem;
    height: 2.5rem;
    width: 2.5rem;
  }
  .p-service-qa__answerText {
    font-size: 0.875rem;
  }
  .p-service-qa__text {
    font-size: 0.75rem;
    margin-top: 3.75rem;
  }
  .p-sidebar {
    max-width: 100%;
  }
  .p-sidebar__banner {
    margin-bottom: 1.5rem;
  }
  .p-sidebar__section {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
  }
  .p-sidebar__section + .p-sidebar__section {
    margin-top: 1.5rem;
  }
  .p-sidebar__title {
    font-size: 1rem;
    padding-bottom: 0.75rem;
  }
  .p-sidebar__categoryList {
    margin-top: 0.75rem;
  }
  .p-sidebar__categoryLink {
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
  .p-sidebar__postList {
    margin-top: 0.75rem;
  }
  .p-sidebar__postItem + .p-sidebar__postItem {
    margin-top: 0.75rem;
  }
  .p-sidebar__postLink {
    flex-direction: column;
    gap: 0.625rem;
  }
  .p-sidebar__postImage {
    height: auto;
    width: 100%;
  }
  .p-sidebar__postTitle {
    font-size: 0.8125rem;
  }
  .p-single-column--home-title {
    font-size: 1.6875rem;
    margin-bottom: 3.0625rem;
    margin-top: 2.25rem;
    padding-inline: 1.25rem;
  }
  .p-single-column--home-title::after {
    width: 2rem;
  }
  .p-single-column--home-title__en {
    font-size: 3.0625rem;
    line-height: 2.5rem;
    top: 12%;
    /* 81.915% */
  }
  .p-single-column {
    margin-top: 2rem;
  }
  .p-single-column__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-single-column__box {
    flex-direction: column;
    padding-bottom: 2.5rem;
  }
  .p-single-column__left {
    flex-direction: column;
    padding-inline: 0;
    width: 100%;
  }
  .post-date {
    font-size: 0.75rem;
    line-height: 1.25rem;
    /* 166.67% */
  }
  .post-genre {
    font-size: 0.75rem;
    line-height: 1.25rem;
    /* 166.67% */
  }
  .p-single-column__title {
    font-size: 1.5rem;
    line-height: 2.75rem;
    /* 157.143% */
  }
  .p-single-column__banner {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .p-single-column__banner--top {
    margin-bottom: 1.5rem;
  }
  .p-single-column__banner--bottom {
    margin-top: 1.5rem;
  }
  .p-single-column__banner--middle {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .p-single-column__left h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    margin-top: 3rem;
    /* 133.333% */
    padding: 0.5625rem 1.25rem;
  }
  .p-single-column__left p {
    font-size: 1rem;
    line-height: 1.75rem;
    /* 175% */
  }
  .p-single-column__left h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
  }
  .p-single-column__left h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
  }
  .p-single-column__left h5 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
  }
  .p-single-column__left h6 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
    /* 133.333% */
    padding: 0.5625rem 1.25rem;
  }
  .p-single-column__left ul {
    border-radius: 0.75rem;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1.25rem;
  }
  .p-single-column__left ol {
    border-radius: 0.75rem;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1.25rem;
  }
  .defaultTemplate {
    margin: 0 auto;
    max-width: 44.0625rem;
    width: 100%;
  }
  .defaultTemplate .defaultTemplate__contents table {
    margin: 0 auto;
    margin-top: 1.5rem;
    max-width: 44.0625rem;
  }
  .defaultTemplate__button-box-wrapper {
    margin-top: 3rem;
  }
  .p-single-column__right {
    width: 100%;
  }
  .p-single-cta__item-box {
    padding-bottom: 2.5rem;
    padding-inline: 1.25rem;
    padding-top: 2.5rem;
  }
  .p-single__tel-item {
    gap: 0;
    margin-top: 0.625rem;
  }
  .p-single__tel-box {
    flex-direction: column;
    margin-top: 1rem;
  }
  .p-single__tel-box img {
    height: 1.75rem;
    width: 1.75rem;
  }
  .p-single__tel-item {
    gap: 0;
    margin-top: 0.625rem;
  }
  .p-single__tel-numb {
    font-size: 1.9375rem;
    margin-right: 0;
  }
  .p-single__time {
    margin-top: 0;
  }
  .p-single__button-wrap {
    flex-direction: column;
    gap: 1.1875rem;
    margin-top: 1.5rem;
  }
  .p-single__button1 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-single__button2 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-single-column__related {
    margin-top: 3rem;
  }
  .p-single-column__button {
    margin-top: 2.5rem;
  }
  .p-single-column__buttonLink {
    margin-top: 3.75rem;
    min-width: 17.5rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 1rem;
    padding-top: 1rem;
  }
  .p-single-column__buttonLink::after {
    right: 1rem;
  }
  .p-single-column__buttonText {
    font-size: 1rem;
  }
  .p-single-column__buttonIcon {
    height: 2rem;
    width: 2rem;
  }
  .p-single-column__buttonIcon svg {
    height: 1rem;
    width: 1rem;
  }
  .p-single-customer_review--home-title {
    font-size: 1.6875rem;
    margin-bottom: 3.0625rem;
    margin-top: 2.25rem;
    padding-inline: 1.25rem;
  }
  .p-single-customer_review--home-title::after {
    width: 2rem;
  }
  .p-single-customer_review--home-title__en {
    font-size: 3.0625rem;
    line-height: 2.5rem;
    top: 12%;
    /* 81.915% */
  }
  .p-single-customer_review {
    margin-top: 2rem;
  }
  .p-single-customer_review__inner {
    max-width: 47.9375rem;
    padding-inline: 1.25rem;
  }
  .p-single-customer_review__box {
    flex-direction: column;
  }
  .p-single-customer_review__left {
    flex-direction: column;
    padding-inline: 0;
    width: 100%;
  }
  .post-date {
    font-size: 0.75rem;
    line-height: 1.25rem;
    /* 166.67% */
  }
  .post-genre {
    font-size: 0.75rem;
    line-height: 1.25rem;
    /* 166.67% */
  }
  .p-single-customer_review__date {
    padding-top: 4rem;
  }
  .p-single-customer_review__title {
    font-size: 1.5rem;
    line-height: 2.75rem;
    /* 157.143% */
  }
  .p-single-customer_review__left h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    margin-top: 3rem;
    /* 133.333% */
    padding: 0.5625rem 1.25rem;
  }
  .p-single-customer_review__left p {
    font-size: 1rem;
    line-height: 1.75rem;
    /* 175% */
  }
  .p-single-customer_review__left h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
  }
  .p-single-customer_review__left h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
  }
  .p-single-customer_review__left h5 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
  }
  .p-single-customer_review__left h6 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
    /* 133.333% */
    padding: 0.5625rem 1.25rem;
  }
  .p-single-customer_review__left ul {
    border-radius: 0.75rem;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1.25rem;
  }
  .p-single-customer_review__left ol {
    border-radius: 0.75rem;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1.25rem;
  }
  .p-single-customer_review__button {
    margin-bottom: 4rem;
    margin-top: 2.5rem;
  }
  .p-single-customer_review__buttonLink {
    margin-top: 3.75rem;
    min-width: 17.5rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 1rem;
    padding-top: 1rem;
  }
  .p-single-customer_review__buttonLink::after {
    right: 1rem;
  }
  .p-single-customer_review__buttonText {
    font-size: 1rem;
  }
  .p-single-customer_review__buttonIcon {
    height: 2rem;
    width: 2rem;
  }
  .p-single-customer_review__buttonIcon svg {
    height: 1rem;
    width: 1rem;
  }
  .single__body {
    margin-top: 2.5rem;
  }
  .single__body-inner {
    padding-inline: 1.25rem;
  }
  .single__contents-title {
    font-size: 1.375rem;
    margin-top: 0.25rem;
  }
  .defaultTemplate {
    margin: 0 auto;
    max-width: 44.0625rem;
    width: 100%;
  }
  .defaultTemplate .defaultTemplate__contents table {
    margin: 0 auto;
    margin-top: 1.5rem;
    max-width: 44.0625rem;
  }
  .defaultTemplate__button-box-wrapper {
    margin-top: 3rem;
  }
  .single__button {
    margin-bottom: 6.25rem;
    margin-top: 2.5rem;
  }
  .single__buttonLink {
    min-width: 17.5rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 1rem;
    padding-top: 1rem;
  }
  .single__buttonLink::after {
    right: 1rem;
  }
  .single__buttonText {
    font-size: 1rem;
  }
  .p-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
  }
  .p-qa {
    margin-top: 5rem;
    padding-inline: 1.25rem;
  }
  .p-qa__inner {
    border-radius: 0.5rem;
    padding-bottom: 2.5rem;
    padding-inline: 0.75rem;
    padding-top: 2.5rem;
  }
  .p-qa__boxes {
    gap: 1.5rem;
    margin-top: 2.5rem;
    padding-inline: 0;
  }
  .p-qa-box {
    border-radius: 0.5rem;
  }
  .p-qa-box__head {
    gap: 0.75rem;
    padding: 1.5rem 1.5rem;
  }
  .p-qa-box__head-text {
    font-size: 0.875rem;
  }
  .p-qa-box__head-text::before {
    height: 0.375rem;
    right: -0.625rem;
    width: 0.75rem;
  }
  .p-qa-box__body {
    padding: 0 1.5rem;
  }
  .p-qa-box__a {
    padding-bottom: 1.5rem;
    padding-top: 1.25rem;
  }
  .p-qa-box__a-title-wrap {
    gap: 1rem;
  }
  .p-qa-box__a-title {
    font-size: 1rem;
  }
  .p-qa-box__a-text {
    font-size: 0.875rem;
    padding: 0.75rem 0 0 3.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;
  }
  .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: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (any-hover: hover) {
  .c-icon:hover .c-icon__img img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-icon:hover .c-icon__img img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
  .p-hoge:hover {
    color: red;
  }
  .p-card3__img: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 (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 */