@charset "UTF-8";
html {
  font-size: 4.0712468193vw;
}

body {
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7857142857;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

/* Set core body defaults */
body {
  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-container {
  margin-inline: auto;
  max-width: 100%;
  width: 31.25rem;
}
.l-container.--padding {
  padding-inline: 1.25rem;
}

.l-header {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  height: 3.75rem;
  left: 0;
  position: fixed;
  top: 0;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
  z-index: 20;
}

.l-header.DownMove {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.l-header.UpMove {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
}

.l-header__logo {
  width: 8.4375rem;
}

.l-header__logo img {
  height: auto;
  width: 100%;
}

.l-header__text {
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4166666667;
}

.l-hamburger {
  background-color: #D6809A;
  border-radius: 0.3125rem;
  cursor: pointer;
  height: 2.1875rem;
  position: fixed;
  right: 1.25rem;
  top: 0.75rem;
  transition: background-color 0.3s, -webkit-transform 0.3s ease;
  transition: background-color 0.3s, transform 0.3s ease;
  transition: background-color 0.3s, transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 2.1875rem;
  z-index: 60;
}

.l-hamburger.DownMove {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.l-hamburger.UpMove {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-hamburger span {
  background-color: #fff;
  border-radius: 10px;
  border-radius: 1px;
  display: inline-block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: calc((100% - 1px) / 2);
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  width: 1.0625rem;
}

.l-hamburger span:nth-child(1) {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.l-hamburger span:nth-child(2) {
  opacity: 1;
}

.l-hamburger span:nth-child(3) {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}

.is-active.l-hamburger {
  transition: all 0.5s ease;
}

.is-active.l-hamburger span {
  background-color: #fff;
  transition: ease 0.5s;
}

.is-active.l-hamburger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1.4375rem;
}

.is-active.l-hamburger span:nth-child(2) {
  opacity: 0;
}

.is-active.l-hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 1.4375rem;
}

.l-drawer {
  -ms-scroll-chaining: none;
  background: transparent linear-gradient(180deg, rgba(209, 141, 162, 0.9) 0%, rgba(207, 122, 152, 0.9) 100%) 0% 0% no-repeat padding-box;
  border-radius: 0 0 0 3.125rem;
  height: calc(100vh - 7.8125rem);
  height: calc(100svh - 7.8125rem);
  height: auto;
  overflow-y: scroll;
  overscroll-behavior: none;
  position: fixed;
  right: 0;
  scrollbar-width: none;
  top: 3.75rem;
  width: 91.0941475827%;
  z-index: 50;
}

.js-drawer {
  clip-path: inset(0% 0% 0% 40%);
  opacity: 0;
  transition: 0.5s all ease-in-out;
  visibility: hidden;
}

.js-drawer.is-active {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
  visibility: visible;
}

.l-drawer__wrap {
  height: calc(100% + 1px);
  overflow-y: auto;
  scrollbar-width: none;
  width: 100%;
}

.l-drawer__inner {
  height: 100%;
  padding: 2.1875rem 1.875rem 3.4375rem 2.5rem;
  width: 100%;
}

.l-drawer__nav {
  margin-inline: auto;
  width: 100%;
}

.l-drawer__item {
  border-bottom: 1px solid #fff;
  position: relative;
}
.l-drawer__item:not(:first-child) a {
  margin-top: 0.9375rem;
}

.l-drawer__item a {
  color: #fff;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 1.4375rem;
  position: relative;
  text-align: center;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.l-drawer__item a::after {
  -webkit-transform: translateY(-50%);
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 0.375rem 0.375rem 0 0.375rem;
  content: "";
  height: 0;
  position: absolute;
  right: 1.5625rem;
  top: 24%;
  transform: translateY(-50%);
  width: 0;
}

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

.l-sec01 {
  padding-block: 2.1875rem;
}
.l-sec02 {
  padding-block: 2.1875rem 3.4375rem;
}

.c-btn {
  align-items: center;
  background: transparent linear-gradient(97deg, #358E79 0%, #36AC92 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #fff;
  border-radius: 100vh;
  box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.2509803922);
  color: #fff;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  max-width: 100%;
  padding-block: 0.8125rem;
  padding-inline: 0.625rem;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
  width: 21.75rem;
}
.c-btn::after {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/common/button-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.75rem;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.375rem;
}
.c-btn.--flow {
  font-size: 0.8125rem;
  letter-spacing: 0;
  padding-block: 0.625rem;
  width: 16.5625rem;
}
.c-btn.--flow::after {
  height: 0.625rem;
  right: 0.5625rem;
  width: 0.375rem;
}
.c-btn.--service {
  width: 20.375rem;
}
.c-btn.--contact {
  font-size: 1.1875rem;
  letter-spacing: 0;
  padding-block: 0.9375rem;
}

.c-cat {
  background-color: #D6809A;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.c-headline1__main {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.c-headline1__main.--white {
  color: #fff;
}
.c-headline1__main span {
  color: #D6809A;
  font-size: 1.75rem;
}

.c-headline1__sub {
  color: #BEA0A9;
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
}
.c-headline1__sub.--white {
  color: #fff;
}

.c-link {
  color: #000;
  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;
}
.loader {
  background: linear-gradient(white 0 80%, #e8e8e8 100%);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
}

.loader__logo {
  -webkit-transform: translate(-50%, -50%);
  clip-path: inset(0% 100% 0% 0%);
  left: 50%;
  max-width: 350px;
  max-width: 21.875rem;
  min-width: 250px;
  min-width: 15.625rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30vw;
  z-index: 1005;
}

.loader.is-open {
  clip-path: inset(0% 0% 100% 0% round 20% 20%);
}

.c-sliderBtn {
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137));
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137));
  height: 1.625rem;
  margin-top: 0;
  position: absolute;
  top: 47%;
  width: 1.625rem;
  z-index: 10;
}
.c-sliderBtn::after {
  display: none;
}

.c-sliderBtn--prev {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/common/prev.svg);
  left: 0;
  transform: translate(-50%, -50%);
}

.c-sliderBtn--next {
  -webkit-transform: translate(50%, -50%);
  background-image: url(../img/common/next.svg);
  right: 0;
  transform: translate(50%, -50%);
}

.p-nayami__sliderWrap .c-sliderBtn {
  top: 7.25rem;
}
.p-nayami__sliderWrap .c-sliderBtn--prev {
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.p-nayami__sliderWrap .c-sliderBtn--next {
  -webkit-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
}

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

.p-blog {
  width: 52.1739130435%;
}

.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-access {
  background-color: #FFF5F9;
  padding-block: 2.5rem 3.75rem;
  text-align: center;
}

.p-access__logo {
  margin-inline: auto;
  margin-top: 2.1875rem;
  width: 14.1875rem;
}

.p-access__tel {
  align-items: center;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-size: 2.125rem;
  font-weight: 500;
  gap: 0.9375rem;
  justify-content: center;
  letter-spacing: 0.05em;
  margin-top: 0.6875rem;
  text-decoration: none;
}
.p-access__tel img {
  height: 2.5rem;
  position: relative;
  top: 0.3125rem;
  width: 1.75rem;
}

.p-access__map {
  margin-top: 1.875rem;
  position: relative;
  width: 100%;
}
.p-access__map iframe {
  aspect-ratio: 393/180;
  display: block;
  height: auto;
  width: 100%;
}

.p-access__address {
  background-color: #BEA0A9;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4375;
  padding: 0.5rem;
  text-align: center;
}

.p-access__info {
  margin-top: 3.5625rem;
}

.p-access__info-item {
  align-items: center;
  background-color: #fff;
  border-radius: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-inline: auto;
  max-width: 100%;
  padding: 0.625rem 0.625rem;
  position: relative;
  width: 22.0625rem;
}
.p-access__info-item:not(:first-child) {
  margin-top: 1.75rem;
}

.p-access__info-head {
  -webkit-transform: translate(-50%, -50%);
  background: transparent linear-gradient(180deg, #F1A3BB 0%, #8E5166 100%) 0% 0% no-repeat padding-box;
  border-radius: 100vh;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 700;
  left: 50%;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  width: 17.9375rem;
}

.p-access__info-text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 0.625rem;
}
.p-access__info-text span {
  color: #D6809A;
  letter-spacing: 0;
}

.accordion {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  max-width: 100%;
  overflow: hidden;
}
.accordion__item {
  border-bottom: 1px solid #e0e0e0;
}
.accordion__item:last-child {
  border-bottom: none;
}
.accordion__head {
  -webkit-user-select: none;
  -ms-user-select: none;
  align-items: center;
  background-color: #f8f9fa;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 1.25rem;
  transition: background-color 0.3s ease;
  user-select: none;
}
.accordion__head:hover {
  background-color: #e9ecef;
}
.accordion__head.is-active {
  background-color: #e9ecef;
}
.accordion__head.is-active .accordion__icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion__head-text {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
.accordion__icon {
  color: #666;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.accordion__body {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.accordion__body.is-active {
  max-height: 1000px;
}
.accordion__body-inner {
  border-top: 1px solid #e0e0e0;
  padding: 1.25rem;
}
.accordion__body-inner p {
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.p-blog {
  padding: 80px 0;
}
.p-blog .container {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.p-blog .blog-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}
.p-blog .blog-card:hover {
  -webkit-transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}
.p-blog .blog-card .card-link {
  color: inherit;
  display: block;
  text-decoration: none;
}
.p-blog .blog-card .card-link:hover {
  color: inherit;
}
.p-blog .blog-card .card-image {
  -o-object-fit: cover;
  display: block;
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.p-blog .blog-card .card-content {
  padding: 20px;
}
.p-blog .blog-card .card-content .card-meta {
  align-items: center;
  background: url(../img/common/) center center/contain no-repeat;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.p-blog .blog-card .card-content .card-meta .card-date {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.p-blog .blog-card .card-content .card-meta .card-category {
  background: #D9D9D9;
  border-radius: 4px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.02em;
  padding: 4px 8px;
}
.p-blog .blog-card .card-content .card-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 12px;
}
.p-blog .blog-card .card-content .card-text {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.p-blog .read-more {
  margin-top: 50px;
  text-align: center;
}

.p-blog2 {
  padding-block: 5rem;
}

.p-blog2__container {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
}

.p-blog2__card {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0rem 0.25rem 1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.p-blog2__card:hover {
  -webkit-transform: translateY(-0.25rem);
  box-shadow: 0rem 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
  transform: translateY(-0.25rem);
}

.p-blog2__cardLink {
  color: inherit;
  display: block;
  text-decoration: none;
}

.p-blog2__cardLink:hover {
  color: inherit;
}

.p-blog2__cardImage {
  -o-object-fit: cover;
  display: block;
  height: 12.5rem;
  object-fit: cover;
  width: 100%;
}

.p-blog2__cardContent {
  padding-right: 1.25rem;
  padding-top: 1.25rem;
}

.p-blog2__cardMeta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 0.75rem;
}

.p-blog2__cardDate {
  color: #000;
  font-size: 0.875rem;
  letter-spacing: 0.00125rem;
}

.p-blog2__cardCategory {
  background-color: #D9D9D9;
  border-radius: 0.25rem;
  color: #000;
  font-size: 0.75rem;
  letter-spacing: 0.00125rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
}

.p-blog2__cardTitle {
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.003125rem;
  line-height: 1.2;
  margin-top: 0.75rem;
}

.p-blog2__cardText {
  color: #000;
  font-size: 0.875rem;
  letter-spacing: 0.00125rem;
  line-height: 1.5;
  margin-top: 0.75rem;
}

.p-blog2__readMore {
  margin-top: 3.125rem;
  text-align: center;
}

.p-contact {
  background-color: #D6809A;
  color: #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.p-contact__con {
  padding-block: 1.375rem;
  position: relative;
}
.p-contact__con::before {
  background: url(../img/lp/contact-deco2.png) center center/contain no-repeat;
  bottom: 1.25rem;
  content: "";
  height: 15.4375rem;
  position: absolute;
  right: -1.25rem;
  width: 11.5625rem;
}

.p-contact__head {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
}

.p-contact__text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 0.625rem;
  position: relative;
  z-index: 2;
}

.p-contact__btn-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.375rem;
  position: relative;
  z-index: 2;
}

.p-contact__btn-balloon {
  background-color: #fff;
  border-radius: 100vh;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #000;
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1;
  padding-block: 0.375rem;
  position: relative;
  text-align: center;
  width: 14.8125rem;
}
.p-contact__btn-balloon .u-green {
  color: #00A651;
}
.p-contact__btn-balloon .u-large {
  font-size: 1.25rem;
}
.p-contact__btn-balloon::after {
  -webkit-transform: translateX(-50%);
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.5rem 0 0.5rem;
  bottom: -0.3125rem;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.p-contact__btn {
  position: relative;
}
.p-contact__btn::before {
  background: url(../img/lp/contact-deco1.png) center center/contain no-repeat;
  content: "";
  height: 5.9375rem;
  left: -2.25rem;
  position: absolute;
  top: -2.375rem;
  width: 5.4375rem;
  z-index: -1;
}

.p-contact__note {
  font-family: "Shippori Mincho", serif;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.75rem;
  position: relative;
  z-index: 2;
}

.p-contact__footer {
  background-color: #000;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem;
  text-align: center;
}

.p-counseling {
  overflow: hidden;
}

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

.p-counseling__item {
  background: transparent linear-gradient(180deg, #F1A3BB 0%, #8E5166 100%) 0% 0% no-repeat padding-box;
  border-radius: 100vh;
  padding-block: 0.625rem;
  position: relative;
}
.p-counseling__item + .p-counseling__item {
  margin-top: 0.5rem;
}

.p-counseling__itemText {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 3.4375rem;
}
.p-counseling__itemText span {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  font-size: 1.375rem;
  left: 0.9375rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-counseling__text {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 1.1875rem;
}

.p-counseling__note {
  margin-top: 0.625rem;
}

.p-counseling__sliderWrap {
  margin-inline: auto;
  margin-top: 1.5625rem;
  position: relative;
}

.p-counseling__slider {
  clip-path: inset(-5% -2% -5% -2%);
  overflow: unset;
}

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

.p-counseling__sliderWrap .swiper-pagination {
  -webkit-transform: translateX(-50%);
  bottom: -1.75rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.p-counseling__sliderWrap .swiper-pagination-bullet {
  background: #fff;
  height: 0.5rem;
  margin: 0 0.3125rem !important;
  opacity: 1;
  width: 0.5rem;
}

.p-counseling__sliderWrap .swiper-pagination-bullet-active {
  background: #D6809A;
}

.p-cta {
  background: #fff;
  bottom: 0;
  box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.1607843137);
  left: 0;
  padding-block: 0.625rem;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.p-cta__btn {
  margin-inline: auto;
}

.p-faq {
  background-color: #fff;
}

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

.p-faq__item:not(:last-child) {
  border-bottom: 1px solid #D6809A;
}

.p-faq__trigger {
  cursor: pointer;
  display: flex;
  gap: 1rem;
  padding: 0.9375rem 1rem 1.25rem;
  position: relative;
  width: 100%;
}

.p-faq__icon {
  color: #BEA0A9;
  font-family: "Shippori Mincho", serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
}

.p-faq__q-text {
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  padding-right: 2.5rem;
  width: 100%;
}

.p-faq__toggle {
  -webkit-transform: rotate(180deg);
  height: 1.125rem;
  position: absolute;
  right: 0.5rem;
  top: 1.4em;
  transform: 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-faq__toggle.is-open {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-faq__body {
  background-color: #FFF5F9;
  display: none;
}
.p-faq__body.is-open {
  display: block;
}

.p-faq__body-inner {
  align-items: flex-start;
  display: flex;
  gap: 0.9375rem;
  padding: 0.9375rem 1rem 1.25rem;
}

.p-faq__a-text {
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.5625;
  width: 100%;
}

.p-flow {
  background-color: #FFF5F9;
}

.p-flow__list {
  margin-top: 3.3125rem;
}

.p-flow__item {
  display: flex;
  gap: 0.6875rem;
  position: relative;
}
.p-flow__item:not(:first-child) {
  margin-top: 2rem;
}
.p-flow__item:not(:last-child)::before {
  -webkit-transform: translateX(-50%);
  background-color: #D6809A;
  bottom: -2.5rem;
  content: "";
  left: 1.875rem;
  position: absolute;
  top: 1.875rem;
  transform: translateX(-50%);
  width: 0.125rem;
  z-index: 0;
}

.p-flow__icon {
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1019607843));
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1019607843));
  flex-shrink: 0;
  position: relative;
  width: 3.75rem;
  z-index: 1;
}

.p-flow__content {
  flex: 1;
}

.p-flow__step {
  background: transparent linear-gradient(180deg, #F1A3BB 0%, #8E5166 100%) 0% 0% no-repeat padding-box;
  border-radius: 100vh;
  color: #fff;
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  min-width: 5.8125rem;
  padding-block: 0.25rem;
  text-align: center;
}

.p-flow__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 0.625rem;
}

.p-flow__text {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5625;
  margin-top: 0.75rem;
}

.p-flow__btn {
  margin-left: 0;
  margin-top: 0.625rem;
}

.p-flow__note {
  font-size: 0.625rem;
  line-height: 1.4;
  margin-top: 0.6875rem;
}

header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100px);
    opacity: 0;
    transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100px);
    opacity: 0;
    transform: translateY(-100px);
  }
}
header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
  background-color: #fff;
  top: 0px;
}

@-webkit-keyframes DownAnime {
  from {
    -webkit-transform: translateY(-100px);
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    -webkit-transform: translateY(-100px);
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
.oya {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
  width: 62.5rem;
}

.p-list__item {
  border-bottom: 1px solid #DBDBDB;
  display: flex;
}
.p-list__item .p-list__title,
.p-list__item .p-list__description {
  display: inline-block;
  font-size: 1rem;
  text-align: left;
  vertical-align: top;
}
.p-list__item .p-list__title {
  font-size: 1rem;
  width: 28%;
}
.p-list__item .p-list__description {
  font-size: 1rem;
  width: 71.8%;
}
.p-list__item:nth-of-type(1) {
  border-top: 1px solid #000;
}

.p-list__item:last-child {
  border-bottom: 1px solid #000;
}

.p-introduction {
  padding-block: 1.5625rem;
}

.p-introduction__inner {
  padding-inline: 1.25rem;
}

.p-introduction__head-bg {
  background: transparent linear-gradient(180deg, #F1A3BB 0%, #8E5166 100%) 0% 0% no-repeat padding-box;
  padding-block: 1.625rem 0.9375rem;
}

.p-introduction__main-visual {
  left: -0.625rem;
  margin-inline: auto;
  position: relative;
  text-align: center;
  top: 0.25rem;
  width: 19.625rem;
}

.p-introduction__img {
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-introduction__name {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  top: -0.625rem;
  z-index: 2;
}

.p-introduction__content {
  background-color: #FFF0F5;
  padding-top: 0.9375rem;
}

.p-introduction__content-inner {
  padding-inline: 0.875rem;
}

.p-introduction__sub-head {
  align-items: flex-end;
  color: #D6809A;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 700;
  gap: 0.625rem;
  position: relative;
}
.p-introduction__sub-head::after {
  background-color: #D6809A;
  content: "";
  flex: 1;
  height: 1px;
  position: relative;
  top: -0.5rem;
}

.p-introduction__history-list {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 1rem;
}
.p-introduction__history-list dl {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0;
}
.p-introduction__history-list dl dt {
  flex-shrink: 0;
  width: 7.0625rem;
}
.p-introduction__history-list dl dd {
  flex: 1;
  letter-spacing: 0;
}

.p-introduction__qualification {
  margin-top: 1.125rem;
}

.p-introduction__qualification-list {
  font-size: 0.875rem;
  letter-spacing: 0;
  margin-top: 1.5rem;
}

.p-introduction__group-img {
  margin-top: 2.25rem;
  width: 100%;
}

.p-media {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-modal {
  background: rgba(255, 255, 255, 0.7);
  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-mv {
  background: url(../img/lp/mv-bg1-sp.png) center center/cover no-repeat;
  margin-top: 3.75rem;
  padding-bottom: 1.875rem;
  position: relative;
}

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

.p-mv__circle {
  left: clamp(0rem, -4.203rem + 17.112vw, 4rem);
  position: absolute;
  top: 0;
  width: clamp(11.225rem, 5.371rem + 21.39vw, 15.625rem);
  z-index: 2;
}

.p-mv__circle-text {
  font-size: 0.5rem;
  padding-right: 1.25rem;
  position: relative;
  text-align: right;
  top: -0.625rem;
}

.p-mv__wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: -2.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-mv__copy {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  padding-inline: 1.125rem;
  position: relative;
  z-index: 3;
}
.p-mv__copy span {
  color: #D6809A;
  display: inline-block;
  font-size: 2.375rem;
}

.p-mv__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4375rem;
  justify-content: center;
  margin-top: 0.75rem;
  padding-inline: 1.125rem;
  position: relative;
  z-index: 3;
}

.p-mv__tag {
  background-color: #BEA0A9;
  border-radius: 100vh;
  box-shadow: 0px 3px 6px rgba(80, 80, 80, 0.1607843137);
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  min-width: 3.9375rem;
  padding: 0 0.625rem;
  text-align: center;
}

.p-mv__note {
  font-family: "Shippori Mincho", serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 0.5rem;
  padding-left: 1.25rem;
  position: relative;
  z-index: 3;
}

.p-mv__cta {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 0.875rem;
  position: relative;
  z-index: 3;
}

.p-mv__cta-btn-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  z-index: 2;
}
.p-mv__cta-balloon {
  background-color: #fff;
  border-radius: 100vh;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #000;
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1;
  padding-block: 0.375rem;
  position: relative;
  text-align: center;
  width: 14.8125rem;
}
.p-mv__cta-balloon .u-green {
  color: #00A651;
}
.p-mv__cta-balloon .u-large {
  font-size: 1.25rem;
}
.p-mv__cta-balloon::after {
  -webkit-transform: translateX(-50%);
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.5rem 0 0.5rem;
  bottom: -0.3125rem;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.p-mv__cta-note {
  font-family: "Shippori Mincho", serif;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.75rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

.p-nayami {
  padding-bottom: 1.3125rem;
  padding-top: 2.1875rem;
  position: relative;
  text-align: center;
}
.p-nayami::before {
  background: url(../img/lp/nayami-bg-sp2.png) center center/cover no-repeat;
  bottom: 0;
  content: "";
  height: 17.625rem;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
.p-nayami::after {
  aspect-ratio: 393/74;
  background: url(../img/lp/nayami-bg-sp1.png) center center/cover no-repeat;
  bottom: 17.4375rem;
  content: "";
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-nayami__inner {
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.p-nayami__head {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-nayami__subHead {
  color: #358E79;
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1;
  position: relative;
}
.p-nayami__subHead::before, .p-nayami__subHead::after {
  background: url(../img/lp/nayami-deco.png) center center/contain no-repeat;
  bottom: 0;
  content: "";
  height: 1.1875rem;
  position: absolute;
  width: 0.625rem;
}
.p-nayami__subHead::before {
  left: -0.9375rem;
}
.p-nayami__subHead::after {
  -webkit-transform: scaleX(-1);
  right: -0.9375rem;
  transform: scaleX(-1);
}

.p-nayami__headMain {
  font-family: "Shippori Mincho", serif;
  font-size: 1.1875rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2105263158;
  margin-top: -0.4375rem;
}

.p-nayami__headNumber {
  color: #D6809A;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  margin-inline: 0.3125rem;
}

.p-nayami__headColor {
  color: #D6809A;
}

.p-nayami__note {
  color: #333;
  font-size: 0.625rem;
  margin-top: 0.4375rem;
  text-align: left;
}

.p-nayami__sliderWrap {
  margin-inline: auto;
  margin-top: 0.3125rem;
  max-width: 30.125rem;
  position: relative;
}

.p-nayami__slide {
  overflow: hidden;
}

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

.p-nayami__sliderWrap .swiper-pagination {
  -webkit-transform: translateX(-50%);
  bottom: -1.75rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.p-nayami__sliderWrap .swiper-pagination-bullet {
  background: #fff;
  height: 0.5rem;
  margin: 0 0.3125rem !important;
  opacity: 1;
  width: 0.5rem;
}

.p-nayami__sliderWrap .swiper-pagination-bullet-active {
  background: #D6809A;
}

.p-nayami__bottom {
  margin-top: 2.1875rem;
}

.p-nayami__btn {
  margin-inline: auto;
}
.p-nayami__note2 {
  font-family: "Shippori Mincho", serif;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.9375rem;
  text-align: center;
  text-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.1607843137), 0px 0px 7px #FFFFFF;
}

.p-nayami__info {
  color: #000;
  padding-block: 1.1875rem 0.625rem;
  padding-inline: 0.9375rem;
  text-align: left;
}

.p-nayami__infoRow {
  display: flex;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.4166666667;
}
.p-nayami__infoRow dt {
  font-weight: 700;
  white-space: nowrap;
}
.p-nayami__infoRow + .p-nayami__infoRow {
  margin-top: 0.375rem;
}

.p-nayami__infoRisk {
  margin-top: 0.375rem;
}

.p-nayami__infoRiskTitle {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4166666667;
}

.p-nayami__infoRiskText {
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 0.375rem;
}

.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-place {
  background: transparent linear-gradient(0deg, #F1A3BB 0%, #8E5166 100%) 0% 0% no-repeat padding-box;
  opacity: 0.83;
  overflow: hidden;
  position: relative;
}
.p-place::before {
  background: url(../img/lp/place-bg.png) center center/contain no-repeat;
  bottom: 0;
  content: "";
  height: 15.4375rem;
  position: absolute;
  right: -1.625rem;
  width: 11.5625rem;
}

.p-place__inner {
  padding-left: 20px;
  padding-right: 20px;
}

.p-place__text {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5625;
  margin-top: 1.5625rem;
}

.p-place__sliderWrap {
  margin-top: 1.5625rem;
}

.p-place__card {
  border: 4px solid #fff;
  border-radius: 1rem;
}

.p-place__cardImg img {
  -o-object-fit: cover;
  aspect-ratio: 353/196;
  border-radius: 0.875rem 0.875rem 0 0;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-place__cardBody {
  background: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 0.5rem 1.25rem 1.125rem;
}

.p-place__cardTitle {
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

.p-place__sliderWrap {
  margin-inline: auto;
  margin-top: 1.3125rem;
  max-width: 30.125rem;
  position: relative;
}

.p-problem {
  background: transparent linear-gradient(360deg, #F1A3BB 0%, #8E5166 100%) 0% 0% no-repeat padding-box;
  padding-left: 20px;
  padding-right: 20px;
}

.p-problem__con {
  background-color: #fff;
  border-radius: 0.75rem;
  margin-top: 1.125rem;
  padding: 1.625rem 1.625rem 1.875rem;
}

.p-problem__item {
  border-bottom: 2px solid #BEA0A9;
  padding-bottom: 0.625rem;
}
.p-problem__item:not(:first-child) {
  margin-top: 0.625rem;
}

.p-problem__itemText {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.75;
  padding-left: 2.6875rem;
  position: relative;
}
.p-problem__itemText::before {
  background: url(../img/common/check.svg) center center/contain no-repeat;
  content: "";
  height: 1.375rem;
  left: 0;
  margin-right: 0.625rem;
  position: absolute;
  top: 0;
  width: 1.5625rem;
}
.p-problem__itemText span {
  font-weight: 700;
}

.p-reason {
  background: transparent linear-gradient(180deg, #FFF0F5 0%, #FFE1EB 100%) 0% 0% no-repeat padding-box;
}

.p-reason__list {
  display: grid;
  gap: 2.5625rem;
  margin-top: 4.25rem;
}

.p-reason__item {
  background: #fff;
  border-radius: 0.9375rem;
  position: relative;
}

.p-reason__icon {
  -webkit-transform: translateX(-50%);
  height: 3.9375rem;
  left: 50%;
  position: absolute;
  top: -2.25rem;
  transform: translateX(-50%);
  width: 5.125rem;
  z-index: 2;
}

.p-reason__img {
  width: 100%;
}
.p-reason__img img {
  border-radius: 0.9375rem 0.9375rem 0 0;
}
.p-reason__body {
  padding-block: 0.625rem;
  padding-inline: 1.0625rem;
  text-align: center;
}
.p-reason__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
.p-reason__title span {
  color: #D6809A;
}

.p-reason__text {
  border-top: 1px solid #D6809A;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5625;
  margin-top: 0.9375rem;
  padding-top: 0.625rem;
  text-align: left;
}

.p-reason__note {
  background: #fff;
  margin-top: 1.4375rem;
  padding-block: 1.5625rem;
  padding-inline: 1rem;
}

.p-reason__noteText {
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
.p-reason__noteText span {
  color: #D6809A;
}

.p-service {
  background-color: #FAFAFA;
}

.p-service__listWrap {
  margin-top: 1.125rem;
}

.p-service__list {
  display: grid;
}
.p-service__item {
  background: #FEF0F5;
  border-radius: 0.9375rem;
  position: relative;
}
.p-service__item + .p-service__item {
  margin-top: 2.25rem;
}

.p-service__content {
  padding-block: 1.25rem;
  padding-inline: 1.0625rem;
  position: relative;
  width: 100%;
}

.p-service__itemHead {
  align-items: flex-start;
  display: flex;
  gap: 0.9375rem;
}
.p-service__icon {
  flex-shrink: 0;
  height: 5.25rem;
  position: relative;
  top: -2.5rem;
  width: 5.25rem;
}
.p-service__icon img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-service__title {
  background: transparent linear-gradient(180deg, #F1A3BB 0%, #8E5166 100%) 0% 0% no-repeat padding-box;
  border-radius: 100vh;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  padding-block: 0.4375rem;
  padding-inline: 0.3125rem;
  text-align: center;
  width: 100%;
}
.p-service__subTitle {
  font-size: 0.875rem;
}

.p-service__info {
  align-items: center;
  background-color: #fff;
  display: flex;
  margin-top: -1.5625rem;
}

.p-service__infoTitle {
  border: 2px solid #D6809A;
  color: #D6809A;
  flex-shrink: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.9375rem 0.5rem;
}

.p-service__infoText {
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.375;
  padding-left: 0.5rem;
  padding-right: 0.625rem;
}
.p-service__infoText span {
  font-size: 0.75rem;
}

.p-service__desc {
  margin-top: 0.625rem;
}

.p-service__descItem:not(:first-child) {
  border-top: 1px solid #D6809A;
  margin-top: 0.375rem;
  padding-top: 1.25rem;
}
.p-service__descItem:last-child {
  border-bottom: 1px solid #D6809A;
  padding-bottom: 0.375rem;
}
.p-service__descItem.--paddingBottom {
  padding-bottom: 0.9375rem;
}

.p-service__descTitle {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
.p-service__descTitle span {
  font-size: 0.875rem;
}

.p-service__descText {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5625;
}

.p-service__priceBox {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  margin-top: 0.9375rem;
  padding: 0.8125rem 0.9375rem;
}

.p-service__priceList {
  width: 100%;
}

.p-service__priceItem {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.p-service__priceItem:not(:first-child) {
  border-top: 1px solid #D6809A;
  margin-top: 0.625rem;
  padding-top: 0.625rem;
}
.p-service__priceItem dt {
  align-items: center;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  padding-left: 0.9375rem;
  position: relative;
}
.p-service__priceItem dt::before {
  background: transparent linear-gradient(180deg, #F1A3BB 0%, #8E5166 100%) 0% 0% no-repeat padding-box;
  border-radius: 100%;
  content: "";
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 0.625rem;
}
.p-service__priceItem dd {
  color: #D6809A;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}

.p-service__priceText {
  align-items: center;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  padding-left: 0.9375rem;
  position: relative;
}
.p-service__priceText::before {
  background: transparent linear-gradient(180deg, #F1A3BB 0%, #8E5166 100%) 0% 0% no-repeat padding-box;
  border-radius: 100%;
  content: "";
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 0.625rem;
}

.p-service__priceLabel {
  align-items: center;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  padding-left: 0.9375rem;
  position: relative;
}
.p-service__priceLabel::before {
  -webkit-transform: translateY(-50%);
  background: transparent linear-gradient(180deg, #F1A3BB 0%, #8E5166 100%) 0% 0% no-repeat padding-box;
  border-radius: 100%;
  content: "";
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
}

.p-service__priceValue {
  color: #D6809A;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}

.p-service__detailList {
  margin-top: 0.375rem;
}

.p-service__detailRow:not(:first-child) {
  margin-top: 0.375rem;
}
.p-service__detailRow dt {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
}
.p-service__detailRow dd {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4166666667;
}

.p-service__price {
  background: #fff;
  margin-top: 0.625rem;
  padding: 0.625rem 0.875rem;
}

.p-service__priceRow {
  align-items: center;
  border-bottom: 1px solid #D6809A;
  display: flex;
  justify-content: space-between;
}
.p-service__priceRow:not(:first-child) {
  margin-top: 0.375rem;
}
.p-service__priceRow:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.p-service__priceName {
  align-items: center;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 0.9375rem;
  position: relative;
}
.p-service__priceName::before {
  background: transparent linear-gradient(180deg, #F1A3BB 0%, #8E5166 100%) 0% 0% no-repeat padding-box;
  border-radius: 100%;
  content: "";
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 0.625rem;
}
.p-service__priceName span {
  font-size: 0.625rem;
}

.p-service__priceVal {
  color: #D094A7;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
}

.p-service__priceNote {
  font-size: 0.75rem;
  letter-spacing: 0;
  margin-top: 0.4375rem;
  text-align: left;
}

.p-service__case {
  background: #EEDBE1;
  border-radius: 0 0 0.9375rem 0.9375rem;
  padding-block: 1.5625rem 1.875rem;
  padding-inline: 1.0625rem;
  width: 100%;
}

.p-service__caseTitle {
  background: transparent linear-gradient(180deg, #D18DA2 0%, #CF7A98 100%) 0% 0% no-repeat padding-box;
  border-radius: 100vh;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-inline: auto;
  padding: 0.3125rem 1.5625rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-service__caseBody {
  background: #fff;
  margin-top: 0.9375rem;
  padding-block: 0.4375rem 0.625rem;
  padding-inline: 0.625rem;
  text-align: center;
}

.p-service__caseHead {
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1111111111;
}
.p-service__caseHead span {
  font-size: 1rem;
}

.p-service__caseMenu {
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 0.3125rem;
}

.p-service__casePrice {
  color: #D6809A;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-service__casePrice .u-small {
  font-size: 0.875rem;
}

.p-service__caseImgWrap {
  width: 100%;
}

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

.p-service__caseInfo {
  margin-top: 0.9375rem;
  text-align: left;
}

.p-service__caseInfoRow {
  display: flex;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.4166666667;
}
.p-service__caseInfoRow dt {
  align-items: flex-start;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  position: relative;
  white-space: nowrap;
  width: 3.125rem;
}
.p-service__caseInfoRow dt::after {
  color: #000;
  content: "：";
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 0rem;
}
.p-service__caseInfoRow dd {
  flex: 1;
}
.p-service__caseInfoRow + .p-service__caseInfoRow {
  margin-top: 0.375rem;
}

.p-service__caseInfoRisk {
  margin-top: 0.375rem;
}

.p-service__caseInfoRiskTitle {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4166666667;
}

.p-service__caseInfoRiskText {
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 0.375rem;
}

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

.p-service__btn {
  margin-inline: auto;
}

.p-service__note {
  font-family: "Shippori Mincho", serif;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.9375rem;
  text-align: center;
  text-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.1607843137), 0px 0px 7px #FFFFFF;
}

.p-slider {
  height: 100%;
  width: 100%;
}
.p-slider .swiper-slide {
  overflow: hidden;
}
.p-slider .slide-img {
  height: 100%;
}
.p-slider .slide-img img {
  width: 100%;
}
.p-slider img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
@-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 .slide-img,
.p-slider .swiper-slide-duplicate-active .slide-img,
.p-slider .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .slide-img img {
  display: block;
}

.p-team__bg {
  background: transparent linear-gradient(180deg, #D18DA2 0%, #CF7A98 100%) 0% 0% no-repeat padding-box;
  opacity: 0.83;
}

.p-team__con {
  padding-inline: 0.875rem;
  padding-top: 1.375rem;
  position: relative;
}

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

.p-team__headlineEn {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.p-team__headlineJa {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6666666667;
  margin-top: 0.125rem;
}

.Android .p-team__headlineJa {
  letter-spacing: -0.03em;
}

.p-team__text {
  color: #fff;
  letter-spacing: 0.05em;
}
.p-team__text:first-of-type {
  margin-top: 2.3125rem;
}
.p-team__text.--bottom {
  margin-top: 1.625rem;
}

.p-team__imgWrap {
  margin-inline: auto;
  margin-top: 0.625rem;
  max-width: 100%;
  position: relative;
  width: 19.3125rem;
}

.p-team__nameWrap {
  -webkit-transform: translateY(-62%);
  color: #fff;
  left: 0.75rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-62%);
}

.p-team__position {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.p-team__name {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  line-height: 1;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.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-pc {
  display: none;
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: block;
}

.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: 393px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.4953271028vw;
  }
  body {
    font-size: 1rem;
    line-height: 1.5625;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-container {
    margin-inline: auto;
    max-width: 100%;
    width: 49.0625rem;
  }
  .l-container.--padding {
    padding-inline: 0;
  }
  .l-header {
    height: 4.875rem;
  }
  .l-header__inner {
    justify-content: flex-start;
  }
  .l-header__logo {
    margin-right: 1.25rem;
    width: 11.875rem;
  }
  .l-header__text {
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
  .l-hamburger {
    height: 3.375rem;
    right: 1.5rem;
    top: 0.75rem;
    width: 3.375rem;
  }
  .l-hamburger.DownMove {
    -webkit-transform: translateY(-6.25rem);
    transform: translateY(-6.25rem);
  }
  .l-hamburger span {
    width: 1.625rem;
  }
  .l-hamburger span:nth-child(1) {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
  .l-hamburger span:nth-child(3) {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }
  .l-drawer {
    top: 4.875rem;
    width: 22.375rem;
  }
  .l-inner {
    padding-left: 25px;
    padding-right: 25px;
    width: 70rem;
  }
  .l-sec01 {
    padding: 5rem 0 4.375rem;
  }
  .l-sec02 {
    padding: 5rem 0 4.375rem;
  }
  .c-btn {
    font-size: 1.375rem;
    padding-block: 1rem;
    padding-inline: 0;
    width: 24.6875rem;
  }
  .c-btn::after {
    height: 1.125rem;
    right: 1.25rem;
    width: 0.625rem;
  }
  .c-btn.--service {
    width: 24.6875rem;
  }
  .c-btn.--cta {
    font-size: 1rem;
    max-width: 100%;
    padding-block: 0.875rem;
    padding-inline: 0.625rem;
    width: 21.75rem;
  }
  .c-headline1__main {
    margin-top: 0.4375rem;
  }
  .c-sliderBtn {
    height: 2.1875rem;
    width: 2.1875rem;
  }
  .c-sliderBtn.--lg {
    height: 3.375rem;
    width: 3.375rem;
  }
  .c-sliderBtn--prev.--lg {
    left: 0.6875rem;
  }
  .c-sliderBtn--next.--lg {
    right: 0.6875rem;
  }
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
  .p-access {
    padding-block: 6rem 4.375rem;
  }
  .p-access__map {
    margin-inline: auto;
    margin-top: 3.125rem;
    max-width: 100%;
    width: 49.125rem;
  }
  .p-access__map iframe {
    aspect-ratio: 786/250;
  }
  .p-access__info {
    display: flex;
    justify-content: space-between;
    margin-top: 3.375rem;
  }
  .p-access__info-item:not(:first-child) {
    margin-top: 0;
  }
  .p-access__info-item {
    width: 23.75rem;
  }
  .p-access__info-head {
    width: 19.125rem;
  }
  .p-blog2__container {
    gap: 1.25rem;
    grid-template-columns: 1fr;
  }
  .p-blog2__cardTitle {
    font-size: 1rem;
  }
  .p-blog2__cardText {
    font-size: 0.8125rem;
  }
  .p-blog2__readMore {
    margin-top: 1.875rem;
  }
  .p-contact__con {
    padding-block: 4.8125rem 4.375rem;
  }
  .p-contact__con::before {
    bottom: 0.3125rem;
    right: 3.75rem;
  }
  .p-contact__btn-wrap {
    margin-top: 2.375rem;
  }
  .p-contact__btn-balloon {
    font-size: 1rem;
    width: 16.75rem;
  }
  .p-contact__btn-balloon .u-green {
    font-size: 1.0625rem;
  }
  .p-contact__btn-balloon .u-large {
    font-size: 1.375rem;
  }
  .p-contact__btn::before {
    height: 5.25rem;
    left: -3.75rem;
    width: 5.1875rem;
  }
  .p-contact__note {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
  }
  .p-counseling__list {
    margin-inline: auto;
    margin-top: 2.75rem;
    width: 33.125rem;
  }
  .p-counseling__item + .p-counseling__item {
    margin-top: 0.75rem;
  }
  .p-counseling__itemText {
    padding-left: 0;
    text-align: center;
  }
  .p-counseling__text {
    line-height: 1.875;
    margin-top: 1.875rem;
    text-align: center;
  }
  .p-counseling__note {
    font-size: 0.875rem;
    margin-top: 1.1875rem;
    text-align: center;
  }
  .p-counseling__sliderWrap {
    margin-inline: auto;
    margin-top: 1.25rem;
    width: 46.875rem;
  }
  .p-counseling__sliderWrap .swiper-pagination {
    bottom: -2.1875rem;
  }
  .p-counseling__sliderWrap .swiper-pagination-bullet {
    height: 0.6875rem;
    margin: 0 0.4375rem !important;
    width: 0.6875rem;
  }
  .p-faq__list {
    margin-top: 1.375rem;
  }
  .p-faq__trigger {
    padding: 1.875rem 2.5rem 1.25rem 2.1875rem;
  }
  .p-faq__toggle {
    right: 1.75rem;
  }
  .p-faq__body-inner {
    gap: 1rem;
    padding: 1.875rem 7.5rem 1.25rem 2.1875rem;
  }
  .p-flow__list {
    margin-top: 2.1875rem;
  }
  .p-flow__item {
    gap: 1.875rem;
  }
  .p-flow__item:not(:first-child) {
    margin-top: 2.625rem;
  }
  .p-flow__item:not(:last-child)::before {
    bottom: -3.5rem;
    left: 2.8125rem;
    width: 0.125rem;
  }
  .p-flow__icon {
    width: 5.625rem;
  }
  .p-flow__btn {
    margin-top: 1.3125rem;
  }
  .p-flow__note {
    font-size: 0.875rem;
    margin-top: 1.1875rem;
  }
  .oya {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-introduction {
    padding-block: 0;
  }
  .p-introduction__inner {
    padding-inline: 0;
  }
  .p-introduction__head-bg {
    padding-block: 4.8125rem 2.375rem;
  }
  .p-introduction__main-visual {
    width: 28.4375rem;
  }
  .p-introduction__content {
    padding-block: 4.375rem;
  }
  .p-introduction__content-inner {
    display: flex;
    gap: 2.5rem;
    margin-inline: auto;
    max-width: 100%;
    padding-inline: 0;
    width: 49.125rem;
  }
  .p-introduction__content-inner > * {
    flex: 1;
  }
  .p-introduction__history-list dl:not(:first-child) {
    margin-top: 0.3125rem;
  }
  .p-introduction__history-list dl dt {
    width: 8.125rem;
  }
  .p-introduction__qualification {
    margin-top: 0;
  }
  .p-introduction__qualification-item:not(:first-child) {
    margin-top: 0.3125rem;
  }
  .p-introduction__group-img {
    margin-inline: auto;
    margin-top: 2.625rem;
    width: 49.125rem;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-mv {
    background: url(../img/lp/mv-bg1.png) center center/cover no-repeat;
    margin-top: 0;
    padding-top: 4.875rem;
  }
  .p-mv__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 59.8828696925vw;
  }
  .p-mv__img img {
    -o-object-fit: cover;
    aspect-ratio: 818/712;
    height: auto;
    height: 43.5625rem;
    object-fit: cover;
  }
  .p-mv__circle {
    bottom: 0.75rem;
    bottom: -0.25rem;
    left: auto;
    right: 3.5625rem;
    right: min(3.5625rem, 4.1727672035vw);
    top: auto;
    width: 15.3125rem;
    width: clamp(12.313rem, 1.468rem + 16.216vw, 15.313rem);
    width: 16.25rem;
  }
  .p-mv__circle-text {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0;
    padding-left: 1.25rem;
    padding-right: 0;
    text-align: left;
  }
  .p-mv__wrap {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5rem;
    width: 70rem;
  }
  .p-mv__copy {
    font-size: 3.5rem;
    line-height: 1.5178571429;
    padding-inline: 0;
  }
  .p-mv__copy span {
    font-size: 4.1875rem;
    line-height: 1;
  }
  .p-mv__tags {
    justify-content: flex-start;
    margin-top: 1rem;
    padding-inline: 0;
  }
  .p-mv__tag {
    font-size: 1.5rem;
    min-width: 6.9375rem;
    padding-block: 0.25rem;
    padding-inline: 1rem;
  }
  .p-mv__note {
    font-size: 1rem;
    margin-top: 0.8125rem;
    padding-left: 0;
  }
  .p-mv__cta {
    align-items: flex-start;
    margin-right: auto;
    margin-top: 1.5625rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-mv__cta-balloon {
    font-size: 1rem;
    width: 16.75rem;
  }
  .p-mv__cta-balloon .u-green {
    font-size: 1.0625rem;
  }
  .p-mv__cta-balloon .u-large {
    font-size: 1.375rem;
  }
  .p-mv__cta-note {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
    text-align: left;
  }
  .p-nayami {
    padding-bottom: 3.5rem;
    padding-top: 3.3125rem;
  }
  .p-nayami::before {
    background: url(../img/lp/nayami-bg2.png) center center/cover no-repeat;
  }
  .p-nayami::after {
    aspect-ratio: 1367/79;
    background: url(../img/lp/nayami-bg1.png) center center/cover no-repeat;
  }
  .p-nayami__subHead {
    font-size: 1.5625rem;
  }
  .p-nayami__subHead::before, .p-nayami__subHead::after {
    bottom: -0.1875rem;
    height: 1.875rem;
    width: 0.9375rem;
  }
  .p-nayami__subHead::before {
    left: -1.4375rem;
  }
  .p-nayami__subHead::after {
    right: -1.4375rem;
  }
  .p-nayami__subHead {
    font-size: 1.75rem;
  }
  .p-nayami__headMain {
    font-size: 1.75rem;
    margin-top: 0.1875rem;
  }
  .p-nayami__headNumber {
    font-size: 2.9375rem;
  }
  .p-nayami__note {
    font-size: 0.875rem;
    margin-top: 1.125rem;
  }
  .p-nayami__sliderWrap {
    margin-top: 1.25rem;
    max-width: 29.75rem;
  }
  .p-nayami__sliderWrap .swiper-pagination {
    bottom: -2.1875rem;
  }
  .p-nayami__sliderWrap .swiper-pagination-bullet {
    height: 0.6875rem;
    margin: 0 0.4375rem !important;
    width: 0.6875rem;
  }
  .p-nayami__bottom {
    margin-top: 2.8125rem;
  }
  .p-nayami__note2 {
    font-size: 0.875rem;
    margin-top: 1.375rem;
  }
  .p-nayami__info {
    padding: 1.25rem 1.875rem;
  }
  .p-nayami__infoRow {
    font-size: 1rem;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .p-place::before {
    -webkit-transform: translateX(calc(-50% + 19.625rem));
    left: 50%;
    transform: translateX(calc(-50% + 19.625rem));
  }
  .p-place__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-place__text {
    margin-inline: auto;
    width: 22.8125rem;
  }
  .p-place__slide {
    width: 22.6875rem;
  }
  .p-place__sliderWrap {
    margin-top: 1.375rem;
    max-width: none;
  }
  .p-place__sliderNav {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 22.6875rem;
    z-index: 10;
  }
  .p-problem.l-sec01 {
    padding-block: 2.5rem 2.625rem;
  }
  .p-problem__con {
    padding-block: 1.5625rem 1.875rem;
    padding-inline: 0;
  }
  .p-problem__list {
    margin-inline: auto;
    width: 28.125rem;
  }
  .p-reason__list {
    gap: 3.375rem 0.5rem;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 5.0625rem;
  }
  .p-reason__item {
    grid-column: span 2;
    min-height: 28.5rem;
  }
  .p-reason__item:nth-child(4) {
    grid-column: 2/4;
  }
  .p-reason__item:nth-child(5) {
    grid-column: 4/6;
  }
  .p-reason__icon {
    height: 5.625rem;
    top: -2.1875rem;
    width: 5.625rem;
  }
  .p-reason__note {
    margin-top: 3.125rem;
  }
  .p-reason__noteText {
    text-align: center;
  }
  .p-service__item:not(:first-child) .p-service__caseMenu {
    margin-top: 0.9375rem;
  }
  .p-service__content {
    flex: 1;
    padding-block: 1.25rem 1.5625rem;
    padding-inline: 1.125rem 2.0625rem;
    width: auto;
  }
  .p-service__info {
    margin-top: -1rem;
  }
  .p-service__descItem:not(:first-child) {
    padding-top: 0.625rem;
  }
  .p-service__descTitle {
    font-size: 1rem;
  }
  .p-service__priceValue {
    font-size: 1.125rem;
  }
  .p-service__price {
    padding: 1.25rem 0.9375rem;
  }
  .p-service__case {
    border-radius: 0 0 0.9375rem 0.9375rem;
    padding-block: 1.875rem;
    padding-inline: 3.625rem;
  }
  .p-service__caseBody {
    margin-top: 1.25rem;
    padding-block: 0.9375rem;
  }
  .p-service__caseHead {
    font-size: 1.125rem;
  }
  .p-service__caseImgWrap {
    display: flex;
  }
  .p-service__caseInfo {
    margin-top: 1.125rem;
  }
  .p-service__bottom {
    margin-top: 3.625rem;
  }
  .p-service__note {
    font-size: 0.875rem;
    margin-top: 1.375rem;
  }
  .p-team__con {
    padding-block: 4.8125rem 4.375rem;
    padding-inline: 0;
  }
  .p-team__headline {
    text-align: left;
  }
  .p-team__headlineEn {
    font-size: 1.5rem;
  }
  .p-team__headlineJa {
    font-size: 1.5rem;
    margin-top: 1.125rem;
  }
  .p-team__text {
    margin-top: 3.125rem;
  }
  .p-team__text.--bottom {
    margin-top: 2.375rem;
    width: 26.625rem;
  }
  .p-team__imgWrap {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  .u-font18 {
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 1rem;
  }
  .u-font22 {
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 1.125rem;
  }
  .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: block;
  }
  .u-sp {
    display: none;
  }
  .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 (min-width: 768px) and (min-width: 768px) {
  .c-btn.--cta::after {
    height: 0.75rem;
    right: 1.0625rem;
    width: 0.375rem;
  }
}

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

@media screen and (min-width: 1600px) {
  html {
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .p-blog .container {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .p-blog .blog-card .card-content .card-title {
    font-size: 16px;
  }
  .p-blog .blog-card .card-content .card-text {
    font-size: 13px;
  }
  .p-blog .read-more {
    margin-top: 30px;
  }
}

@media (any-hover: hover) {
  .c-btn:hover {
    background-color: #4a7d6e;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  }
  .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 (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 */