@charset "UTF-8";

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.02em;
  opacity: 0;
}

/* 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;
}

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

/* 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 {
  text-decoration: none;
  color: inherit;
}

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

/* 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;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

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

.c-breadcrumb {
  margin-bottom: 2.5rem;
}

.c-breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6875rem;
}

.c-breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #888;
}

.c-breadcrumb__item span {
  color: #0A0204;
}

.c-breadcrumb__item:not(:last-child)::after {
  content: "ー";
  margin-left: 0.6875rem;
  font-size: 0.625rem;
}

.c-breadcrumb__link {
  color: #888;
  transition: color 0.3s;
  text-decoration: underline;
}

.c-btn01 {
  display: flex;
  justify-content: center;
  gap: 0.4375rem;
  align-items: center;
  border-radius: 1.5rem;
  background: #c9a453;
  padding: 0.75rem 0.625rem 0.875rem;
  width: min(100%, 14.8125rem);
  border: 1px solid #c9a453;
  transition: 0.3s ease-out;
}

.c-btn01__icon {
  width: 1.125rem;
  height: auto;
  aspect-ratio: 18/19;
  -webkit-mask-image: url("../img/icon_calender01.png");
  mask-image: url("../img/icon_calender01.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
  opacity: 0.5;
  transition: 0.3s ease-out;
}

.c-btn01__text {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #fff;
  transition: 0.3s ease-out;
}

.c-btn02 {
  display: inline-block;
  text-align: center;
  padding: 0.875rem;
  position: relative;
  border-radius: 1.5rem;
  background: #c9a453;
  border: 1px solid #c9a453;
  transition: 0.3s ease-out;
  width: min(100%, 17.3125rem);
}

.c-btn02--large {
  width: min(100%, 18.5625rem);
}

.c-btn02__text {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  padding-right: 0.3125rem;
  display: block;
  transition: 0.3s ease-out;
  color: #fff;
}

.c-btn02__text--small {
  font-size: 1.0625rem;
  line-height: 1.0588235294;
  letter-spacing: -0.09em;
}

.c-btn02__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.0625rem;
  width: 1rem;
  aspect-ratio: 16/17;
  height: auto;
  -webkit-mask-image: url("../img/icon_arrow_white01.png");
  mask-image: url("../img/icon_arrow_white01.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
  transition: 0.3s ease-out;
}

.c-btn03 {
  display: inline-block;
  text-align: center;
  padding: 1.65625rem 0.625rem;
  position: relative;
  border-radius: 2.5rem;
  background: #c9a453;
  border: 1px solid #c9a453;
  transition: 0.3s ease-out;
  width: min(100%, 29.3125rem);
}

.c-btn03__text {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  padding-right: 0.25rem;
  display: block;
  transition: 0.3s ease-out;
  color: #fff;
}

.c-btn03__text--small {
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.c-btn03__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6875rem;
  width: 1.6875rem;
  aspect-ratio: 27/29;
  height: auto;
  -webkit-mask-image: url("../img/icon_arrow_white01.png");
  mask-image: url("../img/icon_arrow_white01.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
  transition: 0.3s ease-out;
}

.c-btn04 {
  display: inline-block;
  text-align: center;
  padding: 1.671875rem 0.625rem;
  position: relative;
  border-radius: 2.5rem;
  background: #333;
  border: 1px solid #000000;
  transition: 0.3s ease-out;
  width: min(100%, 29.3125rem);
}

.c-btn04__text {
  font-size: 1.59375rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  padding-right: 0.25rem;
  display: block;
  transition: 0.3s ease-out;
  color: #fff;
}

.c-btn04__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6875rem;
  width: 1.6875rem;
  aspect-ratio: 27/29;
  height: auto;
  -webkit-mask-image: url("../img/icon_arrow_white01.png");
  mask-image: url("../img/icon_arrow_white01.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
  transition: 0.3s ease-out;
}

.c-btn05 {
  display: inline-block;
  text-align: center;
  padding: 1.671875rem 0.625rem;
  position: relative;
  border-radius: 2.5rem;
  background: #c9a453;
  border: 1px solid #c9a453;
  transition: 0.3s ease-out;
  width: min(100%, 29.3125rem);
}

.c-btn05__text {
  font-size: 1.59375rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  padding-right: 0.25rem;
  display: block;
  transition: 0.3s ease-out;
  color: #fff;
}

.c-btn05__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6875rem;
  width: 1.6875rem;
  aspect-ratio: 27/29;
  height: auto;
  -webkit-mask-image: url("../img/icon_arrow_white01.png");
  mask-image: url("../img/icon_arrow_white01.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
  transition: 0.3s ease-out;
}

.c-btn06 {
  display: inline-block;
  text-align: center;
  padding: 0.96875rem;
  position: relative;
  border-radius: 1.5rem;
  background: #c9a453;
  border: 1px solid #c9a453;
  transition: 0.3s ease-out;
  width: min(100%, 19.25rem);
}

.c-btn06--small {
  width: min(100%, 19.375rem);
  padding-block: 1.125rem;
  border-radius: 3.75rem;
}

.c-btn06__text {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  padding-right: 0.3125rem;
  display: block;
  transition: 0.3s ease-out;
  color: #fff;
}

.c-btn06__text--small {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  padding-right: 0;
}

.c-btn06__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.0625rem;
  width: 1rem;
  aspect-ratio: 16/17;
  height: auto;
  -webkit-mask-image: url("../img/icon_arrow_white01.png");
  mask-image: url("../img/icon_arrow_white01.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
  transition: 0.3s ease-out;
}

.c-btn06__icon--small {
  width: 1.125rem;
}

.c-btn07 {
  display: inline-block;
  text-align: center;
  padding: 1.328125rem 0.625rem;
  position: relative;
  border-radius: 1.975rem;
  background: #c9a453;
  border: 1px solid #c9a453;
  transition: 0.3s ease-out;
  width: min(100%, 22.875rem);
}

.c-btn07__text {
  font-size: 1.15625rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  padding-right: 0.3125rem;
  display: block;
  transition: 0.3s ease-out;
  color: #fff;
}

.c-btn07__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3125rem;
  width: 1.3125rem;
  aspect-ratio: 21/23;
  height: auto;
  -webkit-mask-image: url("../img/icon_arrow_white01.png");
  mask-image: url("../img/icon_arrow_white01.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
  transition: 0.3s ease-out;
}

.c-btn08 {
  display: inline-block;
  text-align: center;
  padding: 1.65625rem 0.625rem;
  position: relative;
  border-radius: 2.5rem;
  background: #44b063;
  border: 1px solid #44b063;
  transition: 0.3s ease-out;
  width: min(100%, 29.3125rem);
}

.c-btn08__text {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  padding-right: 0.25rem;
  display: block;
  transition: 0.3s ease-out;
  color: #fff;
}

.c-btn08__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6875rem;
  width: 1.6875rem;
  aspect-ratio: 27/29;
  height: auto;
  -webkit-mask-image: url("../img/icon_arrow_white01.png");
  mask-image: url("../img/icon_arrow_white01.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
  transition: 0.3s ease-out;
}

.c-btn09 {
  display: inline-block;
  text-align: center;
  padding: 1.65625rem 0.625rem 1.65625rem 2rem;
  position: relative;
  border-radius: 5rem;
  background: #c9a453;
  border: 1px solid #c9a453;
  transition: 0.3s ease-out;
  width: min(100%, 29.8125rem);
}

.c-btn09__text {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  padding-right: 0.25rem;
  display: block;
  transition: 0.3s ease-out;
  color: #fff;
  text-align: left;
}

.c-btn09__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.03125rem;
  width: 1.53125rem;
  aspect-ratio: 24.5/26;
  height: auto;
  -webkit-mask-image: url("../img/icon_arrow_white01.png");
  mask-image: url("../img/icon_arrow_white01.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
  transition: 0.3s ease-out;
}

.c-btn10 {
  display: inline-block;
  text-align: center;
  padding: 1.875rem 0.3125rem 1.875rem 3.625rem;
  position: relative;
  border-radius: 5rem;
  background: #c9a453;
  border: 1px solid #c9a453;
  transition: 0.3s ease-out;
  width: min(100%, 32.375rem);
}

.c-btn10__text {
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  padding-right: 0.25rem;
  display: block;
  transition: 0.3s ease-out;
  color: #fff;
  text-align: left;
}

.c-btn10__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.90625rem;
  width: 1.53125rem;
  aspect-ratio: 24.5/26;
  height: auto;
  -webkit-mask-image: url("../img/icon_arrow_white01.png");
  mask-image: url("../img/icon_arrow_white01.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
  transition: 0.3s ease-out;
}

.c-headline01 {
  text-align: center;
}

.c-headline01__sub {
  font-size: 2.3125rem;
  font-weight: 600;
  color: #dbdbdb;
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.625rem;
  font-family: "Poppins", sans-serif;
}

.c-headline01__sub::before {
  content: "";
  width: 1.375rem;
  height: auto;
  aspect-ratio: 22/36;
  background: url(../img/icon_headline01.png) center center/contain no-repeat;
}

.c-headline01__main {
  font-size: 3.0625rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.31;
  color: #444;
}

.c-headline01__main--white {
  color: #fff;
}

.c-headline02 {
  text-align: center;
}

.c-headline02__sub {
  font-size: 2.375rem;
  font-weight: 600;
  color: #fff;
  opacity: 0.3;
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.625rem;
  font-family: "Poppins", sans-serif;
}

.c-headline02__sub::before {
  content: "";
  width: 1.375rem;
  height: auto;
  aspect-ratio: 22/36;
  background: url(../img/icon_headline01.png) center center/contain no-repeat;
}

.c-headline02__main {
  font-size: 2.96875rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.31;
  color: #fff;
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.375rem;
  text-align: left;
}

.c-headline02__main::before {
  content: "";
  width: 2.4375rem;
  aspect-ratio: 39/45;
  height: auto;
  background: url(../img/icon_beginner03@2x.png) center center/contain no-repeat;
  margin-top: 0.625rem;
}

.c-headline03 {
  text-align: center;
  padding-right: 1.875rem;
}

.c-headline03__sub {
  font-size: 2.3125rem;
  font-weight: 600;
  color: #dbdbdb;
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.1875rem;
  font-family: "Poppins", sans-serif;
}

.c-headline03__sub::before {
  content: "";
  width: 1.375rem;
  height: auto;
  aspect-ratio: 22/36;
  background: url(../img/icon_headline01.png) center center/contain no-repeat;
}

.c-headline03__main {
  font-size: 3.09375rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.31;
  color: #444;
  margin-top: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.1875rem;
}

.c-headline03__main::before {
  content: "";
  width: 3.9375rem;
  height: 4.5625rem;
  background: url(../img/icon_beginner03@2x.png) center center/contain no-repeat;
}

.c-headline03__main--white {
  color: #fff;
}

.c-headline04 {
  text-align: center;
  padding-right: 1.25rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.c-headline04__sub {
  font-size: 2.375rem;
  font-weight: 600;
  color: #dbdbdb;
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.625rem;
  font-family: "Poppins", sans-serif;
}

.c-headline04__sub::before {
  content: "";
  width: 1.375rem;
  height: auto;
  aspect-ratio: 22/36;
  background: url(../img/icon_headline01.png) center center/contain no-repeat;
}

.c-headline04__main {
  font-size: 2.96875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.31;
  color: #444;
  margin-top: 0.625rem;
  position: relative;
}

.c-headline04__main::before {
  position: absolute;
  content: "";
  width: 7.3125rem;
  height: 6.9375rem;
  right: -5.3125rem;
  top: -2.5rem;
  background: url(../img/icon_beginner01@2x.png) center center/contain no-repeat;
  z-index: -1;
}

.c-headline01__main--white {
  color: #fff;
}

.c-headline05 {
  text-align: center;
}

.c-headline05__sub {
  font-size: 2.34375rem;
  font-weight: 600;
  color: #dbdbdb;
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0rem;
  font-family: "Poppins", sans-serif;
}

.c-headline05__sub::before {
  content: "";
  width: 1.375rem;
  height: auto;
  aspect-ratio: 22/36;
  background: url(../img/icon_headline01.png) center center/contain no-repeat;
}

.c-headline05__main {
  font-size: 3.09375rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.31;
  color: #444;
}

.c-headline01__main--white {
  color: #fff;
}

.c-headline06 {
  display: flex;
  align-items: center;
  position: relative;
}

.c-headline06__badge {
  position: absolute;
  left: -2.1875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.0625rem;
}

.c-headline06__badge img {
  aspect-ratio: 49/48;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.c-headline06__label {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.c-headline06__label01 {
  padding: 0.76875rem 1.3125rem 0.76875rem 1.5625rem;
  position: relative;
  line-height: 1;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.c-headline06__label01::before {
  position: absolute;
  content: "";
  background: #44b063;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c-headline06__label02 {
  padding: 0.76875rem 1.1875rem 0.76875rem 0.625rem;
  position: relative;
  line-height: 1;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.c-headline06__label02::before {
  position: absolute;
  content: "";
  background: #333;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: skewX(10deg);
  margin-left: -0.3125rem;
}

.c-headline07__sub {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  opacity: 0.7;
  color: #fff;
}

.c-headline07__sub::before {
  content: "";
  width: 1.375rem;
  height: auto;
  aspect-ratio: 22/36;
  background: url(../img/icon_headline01.png) center center/contain no-repeat;
  display: inline-block;
  flex-shrink: 0;
}

.c-headline07__sub--black {
  color: rgba(60, 60, 60, 0.7);
}

.c-headline07__main {
  font-size: 3.1875rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.3;
  margin-top: 0.375rem;
  color: #fff;
}

.c-headline07__main--black {
  color: #3C3C3C;
}

.c-headlinline08 {
  text-align: center;
}

.c-headline08__sub {
  font-size: 2.375rem;
  font-weight: 600;
  color: #dbdbdb;
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.3125rem;
  font-family: "Poppins", sans-serif;
}

.c-headline08__sub::before {
  content: "";
  width: 1.375rem;
  height: auto;
  aspect-ratio: 22/36;
  background: url(../img/icon_headline01.png) center center/contain no-repeat;
  display: inline-block;
}

.c-headline08__main {
  text-align: center;
  margin-top: 0.9375rem;
}

.c-headline08__main-small {
  font-size: 1.78125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.4;
  display: block;
  color: #444;
}

.c-headline08__main-big {
  font-size: 2.96875rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.31;
  color: #444;
  display: block;
}

.c-headline09 {
  display: flex;
  align-items: center;
  position: relative;
}

.c-headline09__badge {
  position: absolute;
  left: -2.9375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4.125rem;
}

.c-headline09__badge img {
  aspect-ratio: 66/64;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.c-headline09__label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.c-headline09__label01 {
  padding: 1.046875rem 1.75rem 1.046875rem 2.15625rem;
  position: relative;
  line-height: 1;
  color: #fff;
  font-size: 2.34375rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.c-headline09__label01::before {
  position: absolute;
  content: "";
  background: #44b063;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c-headline09__label02 {
  padding: 1.046875rem 2.4375rem 1.046875rem 1.25rem;
  position: relative;
  line-height: 1;
  color: #fff;
  font-size: 2.3125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-left: -0.125rem;
}

.c-headline09__label02::before {
  position: absolute;
  content: "";
  background: #333;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: skewX(10deg);
  margin-left: -0.3125rem;
}

.c-headline10 {
  text-align: center;
}

.c-headline10__sub {
  font-size: 2.375rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.625rem;
  font-family: "Poppins", sans-serif;
  color: #dbdbdb;
}

.c-headline10__sub::before {
  content: "";
  width: 1.375rem;
  height: auto;
  aspect-ratio: 22/36;
  background: url(../img/icon_headline01.png) center center/contain no-repeat;
}

.c-headline10__sub--white {
  color: #fff;
}

.c-headline10__sub--white::before {
  background-image: url(../img/icon_headline01_white.png);
}

.c-headline10__sub--gray {
  color: #e3e3e3;
}

.c-headline10__main {
  font-size: 2.96875rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.31;
  margin-top: 0.3125rem;
  color: #444;
}

.p-accounting01 {
  padding-block: 6.625rem 12.8125rem;
  background: #44b063;
  background: url(../img/top_accounting_bg01.png) center center/100% 100% no-repeat;
  position: relative;
}

.p-accounting01__container {
  position: relative;
}

.p-accounting01__text {
  font-size: 1.78125rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.43;
  color: #fffcad;
  text-align: center;
  margin-top: 1.25rem;
}

.p-accounting01__content {
  margin-top: 2.5rem;
  position: relative;
  background: #fff;
  border-radius: 0.75rem;
  padding: 3.3125rem 3.25rem;
  display: grid;
  gap: 0.9375rem;
  grid-template-columns: repeat(5, 1fr);
  width: min(100%, 65rem);
  margin-inline: auto;
}

.p-accounting01__content::before {
  position: absolute;
  content: "";
  width: 3.625rem;
  height: 1.9375rem;
  left: 50%;
  transform: translateX(-50%);
  top: -0.48125rem;
  background: url(../img/icon_triangle02@2x.png) center center/contain no-repeat;
}

.p-accounting01__img {
  width: min(100%, 8.09375rem);
  margin-inline: auto;
}

.p-accounting01__img img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}

.p-accounting01__heading {
  font-size: 1.34375rem;
  font-weight: 400;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.53;
  color: #4d4d4d;
  margin-top: 0.625rem;
  text-align: center;
  font-feature-settings: "palt";
}

.p-accounting01__note {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.5;
  display: block;
}

.p-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
}

.p-breadcrumb__item:not(:first-child) {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
}

.p-breadcrumb__item:not(:first-child)::before {
  content: "";
  width: 0.5rem;
  height: 1px;
  background: rgba(77, 77, 77, 0.5);
}

.p-breadcrumb__link,
.p-breadcrumb__text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.9;
  color: #0A0204;
}

.p-breadcrumb__link {
  color: rgba(77, 77, 77, 0.5);
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  transition: 0.3s ease-out;
  letter-spacing: -0.05em;
}

.p-breadcrumb__text {
  letter-spacing: 0em;
}

.p-card01 {
  position: relative;
  border-radius: 1.25rem;
  background: #fff;
  padding: 3.5625rem 2.03125rem 2.5rem 2.03125rem;
  display: grid;
  grid-row: span 5;
  grid-template-rows: subgrid;
}

.p-card01__header {
  position: absolute;
  left: 3.1875rem;
  top: -1.4125rem;
  z-index: 1;
}

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

.p-card01__title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.46;
  color: #44b063;
  margin-top: 1.25rem;
}

.p-card01__title--center {
  text-align: center;
  justify-content: center;
}

.p-card01__text {
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.8;
  margin-top: 0.8125rem;
}

.p-card01__list {
  margin-top: 0.9375rem;
  background-color: #f8f8f8;
  padding: 1.25rem 1.5625rem 1.25rem 1.5625rem;
}

.p-card01__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-card01__item+.p-card01__item {
  margin-top: 0.9375rem;
}

.p-card01__item-icon {
  width: 1.25rem;
  flex-shrink: 0;
}

.p-card01__item-icon img {
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-card01__item-text {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.44;
}

.p-card01__btn {
  margin-top: 1.8125rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

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

.p-card02 {
  border: 0.25rem solid #c9a453;
  border-radius: 0.75rem;
  background: #fff;
  box-sizing: border-box;
  max-width: 100%;
}

.p-card02__header {
  padding: 1.875rem 0.125rem 2.1875rem;
  background: #c9a453;
  position: relative;
  z-index: 1;
}

.p-card02__title {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-feature-settings: "palt";
}

.p-card02__tag-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 0.9375rem;
  position: relative;
}

.p-card02__tag {
  padding: 0.34375rem 0.625rem;
  text-align: center;
  color: #c9a453;
  position: relative;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  flex-shrink: 0;
  width: min(100%, 5.625rem);
}

.p-card02__tag::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
  transform: skewX(-25deg);
}

.p-card02__tag::after {
  position: absolute;
  content: "";
  width: 1.25rem;
  aspect-ratio: 1;
  height: auto;
  right: -0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon_plus01.png) center center/contain no-repeat;
}

.p-card02__tag:last-of-type::after {
  display: none;
}

.p-card02__deco {
  position: absolute;
  width: 7.9375rem;
  top: -0.25rem;
  right: -0.625rem;
  z-index: -2;
}

.p-card02__deco img {
  aspect-ratio: 127/140;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-card02__body {
  padding: 1.125rem 1.625rem 3.25rem 1.6875rem;
}

.p-card02__price {
  display: flex;
  align-items: center;
  gap: 0rem;
  position: relative;
  padding-bottom: 0.375rem;
}

.p-card02__price::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.3125rem;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: radial-gradient(circle, #e3e3e3 0.1875rem, transparent 0.1875rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 0.5625rem 0.375rem;
}

.p-card02__price-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1875rem;
  width: 3.75rem;
  aspect-ratio: 1;
  height: auto;
  background: #c9a453;
  border-radius: 100vh;
  color: #fff;
}

.p-card02__price-text {
  color: #fff;
}

.p-card02__price-tagbig {
  font-size: 2.625rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
}

.p-card02__price-tagsmall {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}

.p-card02__price-text {
  display: flex;
  align-items: flex-end;
  gap: 0.3125rem;
}

.p-card02__price-text-big {
  font-size: 6.09375rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #c9a453;
  font-family: "Bebas Neue", sans-serif;
  margin-left: -0.125rem;
}

.p-card02__price-text-small {
  padding-bottom: 1.25rem;
  text-align: center;
}

.p-card02__price-text-top {
  display: block;
  font-size: 0.78125rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #c9a453;
}

.p-card02__price-text-bottom {
  display: block;
  margin-top: 0.125rem;
  font-size: 1.8125rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #c9a453;
}

.p-card02__img {
  width: min(100%, 18.8125rem);
  margin-top: 2.5rem;
  margin-inline: auto;
}

.p-card02__img img {
  aspect-ratio: 301/145;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-card02__text {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.78;
  margin-top: 2.25rem;
}

.p-card02__btn {
  margin-top: 2.125rem;
  display: flex;
  justify-content: center;
}

.p-card03 {
  border: 1px solid #44b063;
  border-radius: 0.75rem;
  background: #fff;
  overflow: hidden;
}

.p-card03__header {
  padding: 2rem 0.125rem 2.25rem;
  background: #44b063;
  position: relative;
  z-index: 1;
}

.p-card03__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-feature-settings: "palt";
}

.p-card03__tag-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 1.125rem;
  position: relative;
}

.p-card03__tag {
  padding: 0.34375rem 1.25rem 0.34375rem 1.25rem;
  color: #44b063;
  position: relative;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  font-feature-settings: "palt";
}

.p-card03__tag::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  transform: skewX(-25deg);
  z-index: -1;
}

.p-card03__body {
  padding: 1.1875rem 1.25rem 3rem 1.25rem;
}

.p-card03__price-wrap {
  display: flex;
  align-items: center;
  gap: 1.6875rem;
  padding-bottom: 1.375rem;
  position: relative;
}

.p-card03__price-wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.375rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: radial-gradient(circle, #e3e3e3 0.1875rem, transparent 0.1875rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 0.5625rem 0.375rem;
}

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

.p-card03__price-tag {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  padding: 0.1875rem;
  width: 7.8125rem;
  text-align: center;
  border-radius: 0.5625rem;
  background: #e3e3e3;
  color: #686867;
}

.p-card03__price-tag-01 {
  width: 10.4375rem;
}

.p-card03__price-text {
  display: flex;
  align-items: flex-end;
  gap: 0.3125rem;
}

.p-card03__price-text-big {
  font-size: 3.6875rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #686867;
  font-family: "Bebas Neue", sans-serif;
}

.p-card03__price-text-small {
  text-align: center;
}

.p-card03__price-text-top {
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #686867;
}

.p-card03__price-text-bottom {
  display: block;
  margin-top: 0.125rem;
  font-size: 1.46875rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #686867;
  padding-bottom: 0.625rem;
}

.p-card03__img {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-left: auto;
  aspect-ratio: 300/195;
  margin-inline: auto;
}

.p-card03__img img {
  aspect-ratio: 300/195;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-card03__text {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.78;
  min-height: 11.125rem;
  padding-inline: 0.625rem;
}

.p-card03__btn {
  margin-top: 2.125rem;
  display: flex;
  justify-content: center;
}

.p-card04 {
  background: #fff;
  border-radius: 1rem;
  border: 2px solid #c9a453;
  height: 100%;
}

.p-card04__title-img-wrap {
  padding: 1.5rem 0.625rem 1.4375rem;
}

.p-card04__title-img {
  margin-inline: auto;
  width: min(100%, 11.4375rem);
}

.p-card04__title-img img {
  aspect-ratio: 183/58;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-card04__price-wrap {
  padding: 0.5rem 0.625rem 0.125rem;
  background: #c9a453;
  color: #fff;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
}

.p-card04__price-big {
  font-size: 4.78125rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
}

.p-card04__price-small {
  font-size: 2.28125rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
}

.p-card04__price-middle {
  font-size: 3.4375rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
}

.p-card04__body {
  padding: 1.1875rem 1.5rem 1.75rem;
  position: relative;
}

.p-card04__tag {
  display: inline-block;
  padding: 0.625rem;
  width: 100%;
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.p-card04__tag::before {
  position: absolute;
  content: "";
  inset: 0;
  background: #c9a453;
  transform: skewX(-15deg);
  z-index: -1;
}

.p-card04__list {
  margin-top: 1.125rem;
  padding-left: 0.625rem;
}

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

.p-card04__item+.p-card04__item {
  margin-top: 0.4375rem;
}

.p-card04__item-icon {
  width: 1.375rem;
  flex-shrink: 0;
}

.p-card04__item-icon img {
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-card04__item-text {
  font-size: 0.96875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.68;
  color: #444;
}

.p-card05 {
  background: #fff;
  border-radius: 1rem;
  border: 2px solid #44b063;
  height: 100%;
}

.p-card05__title-img-wrap {
  padding: 1.5rem 0.625rem 1.4375rem;
}

.p-card05__title-img {
  margin-inline: auto;
}

.p-card05__title-img img {
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-card05__title-img-01 {
  width: min(100%, 11.34375rem);
}

.p-card05__title-img-01 img {
  aspect-ratio: 181.5/58;
}

.p-card05__title-img-02 {
  width: min(100%, 11.34375rem);
}

.p-card05__title-img-02 img {
  aspect-ratio: 181.5/58;
}

.p-card05__title-img-03 {
  width: min(100%, 15.75rem);
}

.p-card05__title-img-03 img {
  aspect-ratio: 252/58;
}

.p-card05__price-wrap {
  padding: 0.875rem 0.625rem 0.5rem 1.25rem;
  background: #44b063;
  color: #fff;
  text-align: center;
}

.p-card05__price-big {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
}

.p-card05__price-small {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
}

.p-card05__price-middle {
  font-size: 2.84375rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
}

.p-card05__body {
  padding: 1.3125rem 1.5rem 1.375rem;
  position: relative;
}

.p-card05__tag {
  display: inline-block;
  padding: 0.625rem;
  width: 100%;
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.p-card05__tag::before {
  position: absolute;
  content: "";
  inset: 0;
  background: #44b063;
  transform: skewX(-15deg);
  z-index: -1;
}

.p-card05__list {
  margin-top: 0.8125rem;
  padding-left: 0.625rem;
}

.p-card05__item {
  display: flex;
  align-items: flex-start;
  gap: 0.6875rem;
}

.p-card05__item-icon {
  width: 1.375rem;
  flex-shrink: 0;
}

.p-card05__item-icon img {
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-card05__item-text {
  font-size: 0.96875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.68;
  color: #444;
}

.p-card06 {
  background: #fff;
}

.p-card06__link {
  display: block;
}

.p-card06__title {
  padding: 1.375rem 0.625rem;
  background: #333;
  color: #fff;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
  text-align: center;
}

.p-card06__body {
  padding: 0.5rem 0.5625rem 1.5625rem;
}

.p-card06__img {
  overflow: hidden;
}

.p-card06__img img {
  aspect-ratio: 257/169;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
  transition: 0.3s ease-out;
}

.p-card06__text {
  margin-top: 1.25rem;
  padding-inline: 0.4375rem;
  font-size: 0.96875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.68;
  color: #444;
}

.p-card07 {
  border: 0.1875rem solid #44b063;
  border-radius: 0.75rem;
  background: #fff;
  box-sizing: border-box;
  max-width: 100%;
}

.p-card07__header {
  padding: 3.4375rem 0.125rem;
  background: #44b063;
  position: relative;
  z-index: 1;
}

.p-card07__title {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-feature-settings: "palt";
}

.p-card07__deco {
  position: absolute;
  width: 7.9375rem;
  top: -0.25rem;
  right: 1.25rem;
  z-index: -2;
}

.p-card07__deco img {
  aspect-ratio: 127/140;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-card07__body {
  padding: 2.1875rem 2.8125rem 5rem 4.0625rem;
}

.p-card07__img {
  width: 95.3125%;
}

.p-card07__img img {
  aspect-ratio: 427/225;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
  -o-object-position: center 20%;
  object-position: center 20%;
}

.p-card07__list {
  margin-top: 1.6875rem;
}

.p-card07__item {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
}

.p-card07__item+.p-card07__item {
  margin-top: 0.8125rem;
}

.p-card07__item-label {
  font-size: 1.59375rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #fff;
  padding: 0.640625rem 0.3125rem;
  width: min(100%, 8.15625rem);
  flex-shrink: 0;
  text-align: center;
  background: #44b063;
}

.p-card07__item-text {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.5;
  font-feature-settings: "palt";
}

.p-card07__description {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #44b063;
  margin-top: 1.5rem;
}

.p-card07__text {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.78;
  margin-top: 0.9375rem;
}

.p-card07__btn {
  margin-top: 2.1875rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.1875rem;
}

.p-card08 {
  border: 0.1875rem solid #c9a453;
  border-radius: 0.75rem;
  background: #fff;
  height: 100%;
}

.p-card08__header {
  padding: 3.4375rem 0.125rem;
  background: #c9a453;
  position: relative;
  z-index: 1;
}

.p-card08__title {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-feature-settings: "palt";
}

.p-card08__deco {
  position: absolute;
  width: 7.9375rem;
  top: -0.25rem;
  right: 1.25rem;
  z-index: -2;
}

.p-card08__deco img {
  aspect-ratio: 127/140;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-card08__body {
  padding: 2.5rem 2.75rem 5rem 4.1875rem;
}

.p-card08__img {
  width: 89.2857142857%;
  margin-inline: auto;
}

.p-card08__img img {
  aspect-ratio: 427/225;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-card08__price {
  display: flex;
  align-items: center;
  gap: 0rem;
  position: relative;
  padding-top: 2.1875rem;
  margin-top: 2.5rem;
  justify-content: center;
  padding-left: 0.625rem;
}

.p-card08__price::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.3125rem;
  top: 0rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: radial-gradient(circle, #e3e3e3 0.1875rem, transparent 0.1875rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 0.5625rem 0.375rem;
}

.p-card08__price-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1875rem;
  width: 5rem;
  aspect-ratio: 1;
  height: auto;
  background: #c9a453;
  border-radius: 100vh;
  color: #fff;
}

.p-card08__price-text {
  color: #fff;
}

.p-card08__price-tagbig {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
}

.p-card08__price-tagsmall {
  font-size: 1.84375rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}

.p-card08__price-text {
  display: flex;
  align-items: flex-end;
  gap: 0.3125rem;
}

.p-card08__price-text-big {
  font-size: 8.15625rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #c9a453;
  font-family: "Bebas Neue", sans-serif;
  margin-left: -0.3125rem;
}

.p-card08__price-text-small {
  padding-bottom: 1.875rem;
  text-align: center;
  margin-left: 0.3125rem;
}

.p-card08__price-text-top {
  display: block;
  font-size: 1.03125rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #c9a453;
}

.p-card08__price-text-bottom {
  display: block;
  font-size: 2.40625rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #c9a453;
}

.p-card08__text {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.78;
  margin-top: 0.625rem;
}

.p-card08__btn {
  margin-top: 2.8125rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.1875rem;
}

.p-card09 {
  border-radius: 20px;
  border: 3px solid #44B063;
  background: #FFF;
  padding: 1.8125rem 1.875rem 1.75rem;
  height: 100%;
}

.p-card09__img {
  width: min(100%, 13rem);
  margin-inline: auto;
  overflow: hidden;
  border-radius: 100vh;
}

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

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

.p-card09__heading {
  color: #44b063;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.035em;
}

.p-card09__text {
  margin-top: 1rem;
  color: #000000;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.05em;
}

.p-card10 {
  padding: 1.5rem 1.5rem 3rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.25rem 1.875rem 0rem rgba(0, 0, 0, 0.05);
}

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

.p-card10__body {
  margin-top: 1.0625rem;
}

.p-card10__title {
  display: flex;
  align-items: center;
  padding-bottom: 1.375rem;
  position: relative;
}

.p-card10__title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(90deg, #44b063, #44b063 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.p-card10__title-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.p-card10__title-label::after {
  content: "";
  width: 1px;
  height: 1.5625rem;
  background: #44b063;
}

.p-card10__title-text {
  padding-left: 0.6875rem;
}

.p-card10__title-label,
.p-card10__title-text {
  color: #44b063;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.76;
  letter-spacing: -0.05em;
}

.p-card10__title-text--small {
  font-size: 1.125rem;
}

.p-card10__text {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  color: #0a0204;
  margin-top: 1rem;
}

.p-card10__note {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  color: #0a0204;
  margin-top: 1rem;
}

.p-card10__note:empty {
  display: none;
}

.p-cards01 {
  display: grid;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 0;
  grid-template-columns: repeat(3, 1fr);
}

.p-cards01__item {
  display: grid;
  grid-row: span 5;
  grid-template-rows: subgrid;
}

.p-cards02 {
  display: grid;
  gap: 2.875rem;
  grid-template-columns: repeat(3, 1fr);
  min-width: 0;
}

.p-cards02__item {
  min-width: 0;
  max-width: 100%;
}

.p-cards03.swiper {
  overflow: visible;
  position: static;
  z-index: auto;
}

.p-cards03__wrapper.swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.375rem;
  position: static;
  height: auto;
  transition-property: none;
  box-sizing: border-box;
  transform: none;
}

.p-cards03__item.swiper-slide {
  width: auto;
  flex-shrink: initial;
}

.p-cards03__pagination {
  display: none;
}

.p-cards04 {
  display: grid;
  gap: 2.4375rem 2rem;
  grid-template-columns: repeat(4, 1fr);
}

.p-cards05 {
  display: grid;
  gap: 4.4375rem;
  grid-template-columns: repeat(2, 1fr);
}

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

.p-clinic {
  background-color: #f9f9f9;
}

.p-clinic-intro {
  padding: 3.75rem 1.25rem;
  background-color: #fff;
}

.p-clinic-intro__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  display: inline-block;
  text-align: left;
}

.p-clinic-intro__annotation {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #555;
  margin-top: 1.25rem;
}

.p-faq-categories__list.p-clinic-categories__list {
  grid-template-columns: repeat(6, 1fr);
  margin-top: 2.5rem;
  gap: 0.625rem;
}

.p-faq-categories__list.p-clinic-categories__list .p-faq-categories__link {
  padding: 0.9375rem 0.625rem;
}

.p-clinic-region {
  margin-top: 5rem;
  padding-bottom: 7.5rem;
}

.p-clinic-region .l-inner {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}

.p-clinic-region__headline {
  text-align: center;
  margin-bottom: 2.5rem;
}

.p-clinic-region__headline .c-headline01__main {
  font-size: 2rem;
}

.p-clinic-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem 1.25rem;
}

.p-clinic-card {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-clinic-card__header {
  margin-bottom: 1.25rem;
  border-bottom: 2px solid #44b063;
  padding-bottom: 0.9375rem;
}

.p-clinic-card__title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #44b063;
}

.p-clinic-card__body-wrap {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
}

.p-clinic-card__body-img {
  max-width: 14.375rem;
  width: 100%;
}

.p-clinic-card__body-img img {
  aspect-ratio: 230/150;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.p-clinic-card__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.p-clinic-card__address {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1.25rem;
}

.p-clinic-card__access {
  flex-grow: 1;
}

.p-clinic-card__access-item {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #555;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}

.p-clinic-card__access-item::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #c9a453;
  border-radius: 50%;
}

.p-clinic-card__btn {
  text-align: center;
  margin-top: auto;
}

.p-clinic-cards {
  padding-block: 7.5rem 13.125rem;
  background: #44b063;
}

.p-clinic-cards__text {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.4;
  color: #fff;
  margin-top: 2.0625rem;
  text-align: center;
}

.p-clinic-cards__tabs {
  margin-top: 2.1875rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.625rem;
  max-width: 50rem;
  margin-inline: auto;
}

.p-clinic-cards__tab {
  padding: 0.9375rem 0.3125rem;
  background: #fff;
  border-radius: 0.375rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  color: #444;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-out;
}

.p-clinic-cards__tab.is_active {
  background: #fdffba;
}

.p-clinic-cards__region-title {
  text-align: center;
  margin-top: 3.375rem;
  font-size: 2.65625rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.331;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.375rem;
}

.p-clinic-cards__region-title::before,
.p-clinic-cards__region-title::after {
  content: "";
  width: 13.9375rem;
  height: 0.1875rem;
  background: #fffffe;
  margin-top: 0.5rem;
}

.p-clinic-cards__cards {
  margin-top: 4.375rem;
}

.p-clinic-cards__content {
  display: none;
}

.p-clinic-cards__content.is_active {
  display: block;
}

.p-cn {
  background-color: #f9f9f9;
}

/* Anchor Links */
.p-cn-anchor {
  padding: 3.75rem 1.25rem 0;
}

.p-cn-anchor__list {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}

.p-cn-anchor__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  padding: 1.25rem;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 56.25rem;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
  color: #333;
}

.p-cn-anchor__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #e3e3e3;
  border-right: 2px solid #e3e3e3;
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.3s;
}

.p-cn-anchor__link:hover {
  background-color: #44b063;
  color: #fff;
  border-color: #44b063;
}

.p-cn-anchor__link:hover::after {
  border-color: #fff;
}

/* Sections */
.p-cn-section {
  padding-top: 5rem;
}

.p-cn-section .p-faq-expats {
  margin-top: 0;
}

.p-cn-content {
  background-color: #fff;
  border-radius: 1rem;
  padding: 3.125rem;
}

.p-cn-content__intro {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 2.5rem;
}

.p-cn-content__block-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-cn-content__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #44b063;
  border-bottom: 2px solid #44b063;
  padding-bottom: 0.9375rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  display: inline-block;
}

.p-cn-content__title:first-of-type {
  margin-top: 0;
}

.p-cn-content__subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.9375rem;
  display: flex;
  align-items: center;
}

.p-cn-content__subtitle::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.625rem;
  background: url("../img/icon_check03@2x.png") no-repeat center/contain;
}

.p-cn-content__text {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #555;
}

.p-cn-content__text a {
  color: #44b063;
  text-decoration: underline;
  font-weight: 700;
}

.p-cn-content__list {
  margin: 0.9375rem 0;
  padding-left: 1.25rem;
}

.p-cn-content__list li {
  list-style-type: decimal;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 0.3125rem;
}

.p-cn-content__list li:last-child {
  margin-bottom: 0;
}

.p-cn-content__list--red {
  padding: 2.5rem 3.125rem;
  background-color: #ffeaea;
}

/* FAQ Items (Static) */
.p-cn .p-faq-item {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-cn .p-faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.p-cn .p-faq-q {
  padding-block: 1.25rem;
  cursor: default;
  padding-right: 0;
}

.p-cn .p-faq-icon {
  display: none;
}

.p-cn .p-faq-a {
  display: block;
  padding-bottom: 0;
}

.p-contact {
  padding: 5rem 0 7.5rem;
}

.p-contact__section {
  margin-bottom: 5rem;
}

.p-contact__section:last-child {
  margin-bottom: 0;
}

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

.p-contact__headline-sub {
  color: #44b063;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
}

.p-contact__headline-main {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 0.625rem;
  line-height: 1.4;
}

.p-contact__lead {
  font-size: 1rem;
  line-height: 2;
  margin-top: 2.5rem;
}

.p-contact__lead--tac {
  text-align: center;
}

.p-contact__box {
  background-color: #f7f7f7;
  padding: 3.125rem;
  margin-top: 2.5rem;
  border-radius: 0.625rem;
}

.p-contact__box-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.875rem;
  text-align: center;
}

.p-contact__infolist {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1.25rem 2.5rem;
}

.p-contact__infolist-row {
  display: flex;
  padding: 1.5625rem 0;
  border-bottom: 1px dashed #ccc;
}

.p-contact__infolist-row:last-child {
  border-bottom: none;
}

.p-contact__infolist-row dt {
  width: 30%;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.p-contact__infolist-row dd {
  width: 70%;
  line-height: 1.8;
}

.p-contact__tel {
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Bebas Neue", sans-serif;
  color: #44b063;
  line-height: 1;
  padding-left: 2.125rem;
}

.p-contact__tel a {
  transition: opacity 0.3s;
}

.p-contact__tel a:hover {
  opacity: 0.7;
}

.p-contact__tel::before {
  content: "";
  position: absolute;
  background: url(../img/icon_call.svg) no-repeat center center/cover;
  width: 1.875rem;
  height: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-contact__note {
  font-size: 0.875rem;
  margin-top: 0.9375rem;
  font-weight: bold;
  line-height: 1.6;
}

.p-contact__note a {
  color: #44b063;
  text-decoration: underline;
}

.p-contact__note a:hover {
  text-decoration: none;
}

.p-contact__caption {
  font-size: 0.875rem;
  margin-top: 1.25rem;
  color: #333;
  text-align: left;
  line-height: 1.6;
}

.p-contact__btnwrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.p-contact__btnwrap--faq {
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
}

.p-form__item {
  border-bottom: 1px solid #ddd;
  padding: 1.875rem 0;
}

.p-form__label {
  font-weight: bold;
  font-size: 1rem;
}

.p-form__label--required {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-form__label--required::after {
  content: "必須";
  background-color: #44b063;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.125rem 0.5rem;
  border-radius: 0.1875rem;
}

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

.p-form__text,
.p-form__select,
.p-form__textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.3125rem;
  padding: 0.9375rem;
  font-size: 1rem;
  background-color: #fff;
  transition: border-color 0.3s;
  color: #000;
}

.p-form__text:focus,
.p-form__select:focus,
.p-form__textarea:focus {
  outline: none;
  border-color: #44b063;
}

.p-form__text::-moz-placeholder,
.p-form__select::-moz-placeholder,
.p-form__textarea::-moz-placeholder {
  color: #B3B3B3;
}

.p-form__text::placeholder,
.p-form__select::placeholder,
.p-form__textarea::placeholder {
  color: #B3B3B3;
}

.p-form__textarea {
  resize: vertical;
  min-height: 9.375rem;
}

.p-form__radio {
  display: inline-flex;
  align-items: center;
  margin-right: 1.875rem;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
}

.p-form__radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.p-form__radio input:checked~.p-form__radio-mark {
  background-color: #fff;
  border-color: #44b063;
}

.p-form__radio input:checked~.p-form__radio-mark::after {
  display: block;
}

.p-form__radio .p-form__radio-mark {
  position: relative;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 0.625rem;
  transition: all 0.3s;
}

.p-form__radio .p-form__radio-mark::after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #44b063;
}

.p-form__radio:hover input~.p-form__radio-mark {
  border-color: #44b063;
}

.p-form__checkbox {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
}

.p-form__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.p-form__checkbox input:checked~.p-form__checkbox-mark {
  background-color: #44b063;
  border-color: #44b063;
}

.p-form__checkbox input:checked~.p-form__checkbox-mark::after {
  display: block;
}

.p-form__checkbox .p-form__checkbox-mark {
  position: relative;
  display: block;
  height: 1.375rem;
  width: 1.375rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.1875rem;
  margin-right: 0.75rem;
  transition: all 0.3s;
}

.p-form__checkbox .p-form__checkbox-mark::after {
  content: "";
  position: absolute;
  display: none;
  left: 0.4375rem;
  top: 0.125rem;
  width: 0.375rem;
  height: 0.75rem;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.p-form__checkbox:hover input~.p-form__checkbox-mark {
  border-color: #44b063;
}

.p-form__caption {
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.625rem;
}

.p-contact__agree {
  text-align: center;
  margin: 2.5rem 0;
}

.p-contact__submit {
  display: flex;
  justify-content: center;
  margin-bottom: 1.875rem;
}

.p-contact__submit button {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}

.p-contact__recaptcha {
  font-size: 0.75rem;
  color: #666;
  text-align: center;
}

.p-contact__recaptcha a {
  color: #666;
  text-decoration: underline;
}

.p-contact__recaptcha a:hover {
  text-decoration: none;
}

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

.p-contact01 {
  padding-bottom: 11.125rem;
  margin-top: 1.5625rem;
}

.p-contact01__container {
  background: url(../img/contact_bg01@2x.png) center center/cover no-repeat;
  padding: 7.1875rem 5.5625rem 8.125rem 7.1875rem;
}

.p-contact01__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-contact01__headline-sub {
  font-size: 7.375rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  color: #44b063;
}

.p-contact01__headline-main {
  font-size: 1.9375rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.74;
  text-decoration: underline;
  text-underline-offset: 0.625rem;
  text-decoration-thickness: 0.1875rem;
}

.p-contact01__text {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 2;
  margin-top: 1.875rem;
}

.p-contact01__btnwrap {
  display: flex;
  flex-direction: column;
  gap: 4.625rem;
  width: min(100%, 29.3125rem);
  margin-bottom: 1.25rem;
}

.p-corporate-information {
  padding: 5rem 0 7.5rem;
}

.p-corporate-information__table-wrap {
  background-color: #fff;
  border-radius: 1rem;
  padding: 3.125rem;
  overflow: hidden;
}

.p-corporate-information__table {
  width: 100%;
  border-collapse: collapse;
}

.p-corporate-information__th {
  width: 12.5rem;
  padding: 1.25rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #44b063;
  border-bottom: 1px solid #e3e3e3;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.p-corporate-information__th:first-child {
  border-top: 1px solid #e3e3e3;
}

.p-corporate-information__td {
  padding: 1.25rem 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #555;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: top;
}

.p-corporate-information__td:first-child {
  border-top: 1px solid #e3e3e3;
}

.p-corporate-information__note {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  color: #888;
  line-height: 1.7;
}

.p-corporate-information__link {
  color: #44b063;
  text-decoration: underline;
  font-weight: 700;
  word-break: break-all;
  transition: 0.3s ease-out;
}

.p-counseling-belongings {
  padding-block: 7.5rem 0rem;
}

.p-counseling-belongings__container {
  position: relative;
}

.p-counseling-belongings__headline .c-headline10__sub {
  color: #E3E3E3;
}

.p-counseling-belongings__content {
  margin-top: 3.875rem;
  padding: 4.375rem 6.25rem;
  background-color: #f4f4f4;
  border-radius: 1rem;
  width: min(100%, 62rem);
  margin-inline: auto;
}

.p-counseling-belongings__title {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #44b063;
  text-align: center;
}

.p-counseling-belongings__item {
  margin-top: 1.75rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-counseling-belongings__item:first-of-type {
  margin-top: 1.4375rem;
}

.p-counseling-belongings__item--center {
  justify-content: center;
}

.p-counseling-belongings__item_icon {
  width: 1.75rem;
}

.p-counseling-belongings__item_icon img {
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-counseling-belongings__item_text {
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 2.2;
  color: #0A0204;
  letter-spacing: 0em;
}

.p-counseling-belongings__line {
  margin-top: 2rem;
  margin-bottom: 0;
  border: none;
  border-top: 1px dashed #e2e0e1;
}

.p-counseling-belongings__note {
  margin-top: 1rem;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  color: #4d4d4d;
}

.p-counseling-belongings__banner {
  margin-top: 3.5rem;
  padding: 0.6875rem 1.875rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.75;
  color: #fff;
  position: relative;
  z-index: 1;
}

.p-counseling-belongings__banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
  background-color: #3c3c3c;
  z-index: -1;
}

.p-counseling-belongings__banner::after {
  position: absolute;
  content: "";
  width: 2rem;
  aspect-ratio: 32/21;
  height: auto;
  left: 12.8125rem;
  bottom: -1.25rem;
  clip-path: polygon(100% 0, 34% 0, 0 100%);
  background-color: #3c3c3c;
}

.p-counseling-belongings__lead {
  margin-top: 2.5rem;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  color: #4d4d4d;
  text-align: center;
}

.p-counseling-belongings__method {
  margin-top: 0.625rem;
}

.p-counseling-belongings__method+.p-counseling-belongings__method {
  margin-top: 2.5rem;
}

.p-counseling-belongings__method_title {
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.2;
  color: #44b063;
}

.p-counseling-belongings__method_item {
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-counseling-belongings__method_item:first-of-type {
  margin-top: 0.9375rem;
}

.p-counseling-belongings__method_item_icon {
  width: 1.75rem;
  flex-shrink: 0;
}

.p-counseling-belongings__method_item_icon img {
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-counseling-belongings__method_item_text {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.75;
  color: #4D4D4D;
  letter-spacing: -0.05em;
}

.p-counseling-belongings__method_note {
  margin-top: 1rem;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  color: #4d4d4d;
}

.p-counseling-belongings__btnwrap {
  margin-top: 3.4375rem;
  text-align: center;
}

.p-counseling-cancel {
  padding-block: 7.5rem 10.625rem;
}

.p-counseling-cancel__container {
  width: min(100%, 49.375rem);
  margin-inline: auto;
  position: relative;
}

.p-counseling-cancel__headline {
  padding: 0.6875rem 1.875rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.75;
  color: #fff;
  position: relative;
  z-index: 1;
}

.p-counseling-cancel__headline::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  background-color: #3c3c3c;
  z-index: -1;
}

.p-counseling-cancel__headline::after {
  position: absolute;
  content: "";
  width: 2rem;
  aspect-ratio: 32/21;
  height: auto;
  left: 5.625rem;
  bottom: -1.25rem;
  clip-path: polygon(100% 0, 34% 0, 0 100%);
  background-color: #3c3c3c;
}

.p-counseling-cancel__txt {
  margin-top: 2.9375rem;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  color: #4d4d4d;
}

.p-counseling-cancel__list {
  margin-top: 1.5rem;
  padding: 2.5625rem 5.8125rem;
  background-color: #f4f4f4;
}

.p-counseling-cancel__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.p-counseling-cancel__item+.p-counseling-cancel__item {
  margin-top: 0.5rem;
}

.p-counseling-cancel__item_icon {
  margin-top: 0;
  flex-shrink: 0;
}

.p-counseling-cancel__item_icon img {
  width: 1.75rem;
  height: 1.75rem;
}

.p-counseling-cancel__item_text {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  color: #0A0204;
}

.p-counseling-cancel__btnwrap {
  margin-top: 1.625rem;
  display: flex;
  justify-content: center;
}

.p-counseling-cancel__telwrap {
  margin-top: 1.25rem;
}

.p-counseling-cancel__tellink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.p-counseling-cancel__tel {
  font-size: 1.359375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.75;
  color: #000000;
}

.p-counseling-cancel__tel_note {
  font-size: 0.796875rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  color: #000000;
}

.p-counseling-day-flow {
  padding-block: 7.8125rem 10rem;
  background-color: #44b063;
}

.p-counseling-day-flow__container {
  position: relative;
}

.p-counseling-day-flow__headline {
  margin-top: 0;
}

.p-counseling-day-flow__headline .c-headline10__sub {
  color: #E3E3E3;
}

.p-counseling-day-flow__headline .c-headline10__main {
  color: #fff;
}

.p-counseling-day-flow__lead {
  margin-top: 3.125rem;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.9;
  color: #fff;
  text-align: center;
}

.p-counseling-day-flow__list {
  margin-top: 2.1875rem;
}

.p-counseling-day-flow__item+.p-counseling-day-flow__item {
  margin-top: 3.25rem;
}

.p-counseling-day-flow__item:nth-of-type(2) {
  margin-top: 1.9375rem;
}

.p-counseling-flow {
  padding-block: 8.125rem 10rem;
  background-color: #fff8ea;
}

.p-counseling-flow_headline {
  margin-top: 0;
}

.p-counseling-flow_item {
  margin-top: 3.375rem;
}

.p-counseling-flow_headline .c-headline10__sub {
  color: #e3e3e3;
}

.p-counseling-flow_headline .c-headline10__main {
  color: #444444;
}

.p-counseling-flow__btnwrap {
  margin-top: 4.5rem;
  display: flex;
  justify-content: center;
}

.p-counseling-flow_lead {
  margin-top: 2.4375rem;
  margin-inline: auto;
  width: min(100%, 62.375rem);
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  color: #0A0204;
}

.p-counseling-flow__telwrap01 {
  margin-top: 0.5rem;
}

.p-counseling-flow__tellink {
  display: flex;
  align-items: center;
  gap: 0.1875rem;
  justify-content: center;
}

.p-counseling-flow__tel {
  font-size: 1.359375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.75;
  color: #000000;
}

.p-counseling-flow__tel_note {
  font-size: 0.796875rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  color: #000000;
}

.p-counseling-flow__cancel {
  margin-top: 7.1875rem;
  padding: 3.5rem 1.25rem 4.8125rem;
  background: #fff;
  border: 1px solid #3c3c3c;
  width: min(100%, 66.5rem);
  margin-inline: auto;
}

.p-counseling-flow__cancel_title {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #0A0204;
  text-align: center;
}

.p-counseling-flow__cancel_txt {
  margin-top: 2rem;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.9;
  color: #0A0204;
  text-align: center;
}

.p-counseling-flow__telwrap02 {
  margin-top: 1rem;
}

.p-counseling-menu {
  padding-block: 6.875rem 10rem;
}

.p-counseling-menu__headline .c-headline10__sub {
  color: #E3E3E3;
}

.p-counseling-menu__content {
  margin-top: 5.3125rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.p-counseling-menu__img {
  width: min(100%, 32.0625rem);
}

.p-counseling-menu__img img {
  aspect-ratio: 513/333;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.p-counseling-menu__body {
  width: min(100%, 38.5rem);
}

.p-counseling-menu__lead {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.9;
  color: #4D4D4D;
}

.p-counseling-menu__listwrap {
  margin-top: 1.5rem;
  padding: 2.375rem 3.125rem 2.4375rem 4.5rem;
  background-color: #f4f4f4;
  border-radius: 1rem;
}

.p-counseling-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-counseling-menu__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.p-counseling-menu__item_icon {
  width: 1.75rem;
}

.p-counseling-menu__item_icon img {
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.p-counseling-menu__item_text {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  color: #0A0204;
}

.p-counseling-menu__title {
  margin-top: 5.3125rem;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.75;
  color: #44b063;
  text-align: center;
}

.p-counseling-menu__text {
  margin-top: 1.375rem;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  color: #4D4D4D;
  text-align: center;
}

.p-counseling-menu__link {
  text-decoration: underline;
  font-weight: 700;
  color: inherit;
  color: #0A0204;
}

.p-counseling-nav {
  padding-top: 7.5rem;
}

.p-counseling-nav__text {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.75;
}

.p-counseling-nav__text+.p-counseling-nav__text {
  margin-top: 1.5rem;
  font-size: 0.875rem;
}

.p-counseling-nav__nav {
  display: block;
  margin-top: 5.625rem;
}

.p-counseling-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.p-counseling-nav__item {
  display: block;
}

.p-counseling-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0.625rem 1.5rem;
  background-color: #f4f4f4;
  border-radius: 50px;
}

.p-counseling-nav__link::after {
  position: absolute;
  content: "";
  background: url(../img/icon_triangle_black03.svg) center center/contain no-repeat;
  width: 1.375rem;
  aspect-ratio: 22/11;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.75rem;
}

.p-counseling-nav__link_text {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.75;
  color: #000000;
  transition: 0.3s ease-out;
  color: #0A0204;
}

.p-counseling-note {
  padding-block: 7.8125rem 10rem;
}

.p-counseling-note__container {
  width: min(100%, 66.125rem);
  margin-inline: auto;
}

.p-counseling-note__headline .c-headline10__sub {
  color: #E3E3E3;
}

.p-counseling-note__textwrap {
  margin-top: 3.4375rem;
}

.p-counseling-note__text {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  color: #4d4d4d;
}

.p-counseling-note__text+.p-counseling-note__text {
  margin-top: 1.875rem;
}

.p-counseling-note__btnwrap {
  margin-top: 3.4375rem;
  display: flex;
  justify-content: center;
}

.p-counseling01 {
  padding-block: 7.8125rem 10rem;
  background-color: #fff8ea;
}

.p-single-clinic .p-counseling01 {
  margin-bottom: 11.125rem;
}

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

.p-counseling01__headline .c-headline10__sub {
  color: #e3e3e3;
}

.p-counseling01__headline .c-headline10__main {
  color: #444444;
}

.p-counseling01__banner {
  padding: 0.6875rem 2.4375rem 0.6875rem 1.875rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.75;
  color: #fff;
  position: relative;
  z-index: 1;
}

.p-counseling01__banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 99% 100%, 0% 100%);
  background-color: #3c3c3c;
  z-index: -1;
}

.p-counseling01__banner::after {
  position: absolute;
  content: "";
  width: 2rem;
  aspect-ratio: 32/21;
  height: auto;
  left: 19.0625rem;
  bottom: -1.25rem;
  clip-path: polygon(100% 0, 34% 0, 0 100%);
  background-color: #3c3c3c;
}

.p-counseling01__content {
  margin-top: 3.125rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.p-counseling01__img {
  width: min(100%, 28.4375rem);
  margin-top: 3.125rem;
}

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

.p-counseling01__body {
  width: min(100%, 42.9375rem);
}

.p-counseling01__text {
  margin-top: 1.9375rem;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #0A0204;
  letter-spacing: -0.05em;
  line-height: 1.75;
  width: min(100%, 38.3125rem);
  margin-left: 0.3125rem;
}

.p-counseling01__qa {
  margin-top: 1.4375rem;
}

.p-counseling01__qa_item+.p-counseling01__qa_item {
  margin-top: 1rem;
}

.p-counseling01__qa_inner {
  padding: 1rem 1.75rem;
  background-color: #fff;
}

.p-counseling01__qa_header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-counseling01__qa_label {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background-color: #c9a453;
  font-size: 1.75rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}

.p-counseling01__qa_question {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  line-height: 2.2;
}

.p-counseling01__qa_answer {
  margin-top: 0.5rem;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #0A0204;
  letter-spacing: -0.05em;
  line-height: 1.75;
}

.p-counseling01__btnwrap {
  margin-top: 4.6875rem;
  text-align: center;
}

.p-counseling01__btnwrap .c-btn03 {
  width: min(100%, 32.375rem);
}

.p-customer-harassment {
  background: #f9f9f9;
}

.p-customer-harassment__section {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}

.p-customer-harassment__headline {
  margin-bottom: 2.5rem;
}

.p-customer-harassment__headline-sub {
  color: #44b063;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
}

.p-customer-harassment__headline-main {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 0.625rem;
  line-height: 1.4;
}

.p-customer-harassment__content {
  background-color: #fff;
  border-radius: 1rem;
  padding: 3.125rem;
}

.p-customer-harassment__content-intro {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 2.5rem;
}

.p-customer-harassment__content-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #44b063;
  border-bottom: 2px solid #44b063;
  padding-bottom: 0.9375rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  display: inline-block;
}

.p-customer-harassment__content-title:first-of-type {
  margin-top: 0;
}

.p-customer-harassment__content-list {
  margin: 0.9375rem 0;
  padding-left: 1.25rem;
}

.p-customer-harassment__content-list li {
  list-style-type: decimal;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 0.3125rem;
}

.p-customer-harassment__content-list li:last-child {
  margin-bottom: 0;
}

.p-customer-harassment__content-text {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #555;
}

.p-customer-harassment__content-text a {
  color: #44b063;
  text-decoration: underline;
  font-weight: 700;
}

.p-discount-intro {
  padding-block: 5rem 3.75rem;
}

.p-discount-intro__highlight {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #c9a453;
  display: inline-block;
  padding: 0.9375rem 2.5rem;
  transform: skewX(-15deg);
  margin-inline: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.p-discount-intro__text {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-discount-intro__text span {
  font-weight: 700;
  color: #44b063;
  font-size: 1.5rem;
}

.p-discount-list {
  padding-bottom: 7.5rem;
}

.p-discount-list__container {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}

.p-discount-list__content {
  padding: 2.5rem 6.25rem;
  background-color: #f4f4f4;
  border-radius: 1rem;
  width: min(100%, 62rem);
  margin-inline: auto;
}

.p-discount-list__content .p-discount-list__content-text {
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
}

.p-discount-list__content .p-discount-list__content-text span {
  color: #44b063;
  font-size: 5rem;
  font-family: "Bebas Neue", sans-serif;
  margin-right: 0.625rem;
}

.p-discount-item__body {
  padding: 2.5rem;
}

.p-discount-item__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 2.5rem;
  color: #44b063;
}

.p-discount-item__text {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1.25rem;
}

.p-discount-item__title-img {
  width: 12.5rem;
}

.p-discount-item__title-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-discount-item__price-wrap {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  color: #fff;
}

.p-discount-item__price-label {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

.p-discount-item__price {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  display: flex;
  align-items: baseline;
  gap: 0.3125rem;
}

.p-discount-item__price-big {
  font-size: 5rem;
  line-height: 1;
}

.p-discount-item__price-unit {
  font-size: 1.875rem;
  font-weight: 700;
}

.p-discount-item__price-off {
  font-size: 2.5rem;
  line-height: 1;
}

.p-discount-item__sub-info {
  background-color: rgba(68, 176, 99, 0.05);
  padding: 1.25rem;
  border-radius: 0.625rem;
  margin-bottom: 2.5rem;
}

.p-discount-item__sub-info dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.625rem 1.25rem;
}

.p-discount-item__sub-info dt {
  font-weight: 700;
  color: #44b063;
}

.p-discount-item__sub-info dd {
  font-size: 1.25rem;
  font-weight: 700;
  color: #c9a453;
}

.p-discount-item__conditions {
  border-top: 1px solid #E8E7E4;
  padding-top: 1.875rem;
}

.p-discount-item__conditions-list {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.p-discount-item__conditions-list li {
  font-size: 1.125rem;
  font-weight: 500;
  padding-left: 1.875rem;
  position: relative;
}

.p-discount-item__conditions-list li::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icon_check03@2x.png) no-repeat center center/cover;
}

.p-en {
  background-color: #f9f9f9;
}

.mt-40 {
  margin-top: 2.5rem;
}

/* Anchor Links */
.p-en-anchor {
  padding: 3.75rem 1.25rem 0;
}

.p-en-anchor__list {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}

.p-en-anchor__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  padding: 1.25rem;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 56.25rem;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
  color: #333;
}

.p-en-anchor__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #e3e3e3;
  border-right: 2px solid #e3e3e3;
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.3s;
}

.p-en-anchor__link:hover {
  background-color: #44b063;
  color: #fff;
  border-color: #44b063;
}

.p-en-anchor__link:hover::after {
  border-color: #fff;
}

/* Sections */
.p-en-section {
  padding-top: 5rem;
}

.p-en-section .p-faq-expats {
  margin-top: 0;
}

.p-en-content {
  background-color: #fff;
  border-radius: 1rem;
  padding: 3.125rem;
}

.p-en-content__intro {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 2.5rem;
}

.p-en-content__block-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-en-content__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #44b063;
  border-bottom: 2px solid #44b063;
  padding-bottom: 0.9375rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  display: inline-block;
}

.p-en-content__title:first-of-type {
  margin-top: 0;
}

.p-en-content__subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.9375rem;
  display: flex;
  align-items: center;
}

.p-en-content__subtitle::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.625rem;
  background: url("../img/icon_check03@2x.png") no-repeat center/contain;
}

.p-en-content__text {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #555;
}

.p-en-content__text a {
  color: #44b063;
  text-decoration: underline;
  font-weight: 700;
}

.p-en-content__list {
  margin: 0.9375rem 0;
  padding-left: 1.25rem;
}

.p-en-content__list li {
  list-style-type: decimal;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 0.3125rem;
}

.p-en-content__list li:last-child {
  margin-bottom: 0;
}

.p-en-content__list--red {
  padding: 2.5rem 3.125rem;
  background-color: #ffeaea;
}

/* FAQ Items (Static) */
.p-en .p-faq-item {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-en .p-faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.p-en .p-faq-q {
  padding-block: 1.25rem;
  cursor: default;
  padding-right: 0;
}

.p-en .p-faq-icon {
  display: none;
}

.p-en .p-faq-a {
  display: block;
  padding-bottom: 0;
}

.p-faq {
  padding-bottom: 7.5rem;
  background-color: #fff;
}

/* Search Section */
.p-faq-search {
  margin-top: 3.75rem;
  padding-inline: 1.25rem;
}

.p-faq-search__input-wrap {
  position: relative;
}

.p-faq-search__input {
  width: 100%;
  padding: 1.25rem 3.75rem 1.25rem 1.875rem;
  border: 2px solid #e3e3e3;
  border-radius: 2.5rem;
  font-size: 1.125rem;
  background-color: #f9f9f9;
  transition: border-color 0.3s, background-color 0.3s;
}

.p-faq-search__input:focus {
  outline: none;
  border-color: #44b063;
  background-color: #fff;
}

.p-faq-search__input::-moz-placeholder {
  color: #B3B3B3;
}

.p-faq-search__input::placeholder {
  color: #B3B3B3;
}

.p-faq-search__icon {
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icon_search.svg") no-repeat center/contain;
  border: none;
  cursor: pointer;
}

/* Category Search Section */
.p-faq-categories {
  margin-top: 5rem;
  padding-inline: 1.25rem;
}

.p-faq-categories__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.p-faq-categories__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5625rem 0.625rem;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 56.25rem;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s;
  font-size: 1rem;
  position: relative;
}

.p-faq-categories__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #e3e3e3;
  border-right: 2px solid #e3e3e3;
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.3s;
}

.p-faq-categories__link:hover {
  background-color: #44b063;
  color: #fff;
  border-color: #44b063;
}

.p-payment-methods__details__title.p-faq-expats__title {
  margin-top: 0;
}

/* Expats Section */
.p-faq-expats {
  margin-top: 5rem;
  padding: 3.75rem 1.25rem;
  background-color: #f9f9f9;
}

.p-faq-expats__inner {
  max-width: 50rem;
  margin-inline: auto;
  text-align: center;
}

.p-faq-expats__desc {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 5rem;
  color: #333;
}

.p-faq-expats__list {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}

.p-faq-expats__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.25rem;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 56.25rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 15rem;
}

.p-faq-expats__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #44b063;
  border-right: 2px solid #44b063;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}

.p-faq-expats__link:hover {
  border-color: #44b063;
  background-color: #44b063;
}

.p-faq-expats__link:hover .p-faq-expats__lang {
  color: #fff;
}

.p-faq-expats__link:hover::after {
  border-color: #fff;
}

.p-faq-expats__lang {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #44b063;
  transition: color 0.3s;
}

/* FAQ Content Section */
.p-faq-content {
  margin: 6.25rem 0;
}

.p-faq-section {
  padding-top: 5rem;
}

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

.p-faq-item {
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
}

.p-faq-item.is-open .p-faq-icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.p-faq-q {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding-block: 1.875rem;
  cursor: pointer;
  position: relative;
  padding-right: 3.125rem;
}

.p-faq-label {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.p-faq-label--q {
  border: 1px solid #c9a453;
  color: #c9a453;
  background-color: #fff;
}

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

.p-faq-question {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 0.25rem;
}

.p-faq-icon {
  position: absolute;
  right: 0.625rem;
  top: 2.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.p-faq-icon::before,
.p-faq-icon::after {
  content: "";
  position: absolute;
  background-color: #0A0204;
  transition: all 0.3s;
}

.p-faq-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-faq-icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-faq-a {
  display: none;
  padding-bottom: 1.875rem;
}

.p-faq-a__inner {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.p-faq-answer {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #333;
  margin-top: 0.25rem;
}

.p-faq-answer a {
  color: #44b063;
  text-decoration: underline;
}

.p-faq-answer a:hover {
  text-decoration: none;
}

.p-faq-no-results {
  font-size: 1.125rem;
  color: #666;
  margin-block: 2.5rem;
}

/* p-footer */
.p-footer {
  background-color: #44b063;
  padding-block: 7.25rem 1.875rem;
}

.p-footer__logo {
  width: min(100%, 28.25rem);
  margin-inline: auto;
  transition: 0.3s ease-out;
}

.p-footer__logo img {
  aspect-ratio: 452/76;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-footer__nav {
  display: flex;
  justify-content: center;
  margin-top: 5.4375rem;
}

.p-footer__col:nth-of-type(1) {
  width: min(100%, 14.8125rem);
}

.p-footer__col:nth-of-type(2) {
  margin-left: 5.5rem;
}

.p-footer__col:nth-of-type(3) {
  margin-left: 5.3125rem;
}

.p-footer__col_clinic {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0;
}

.p-footer__heading {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.32;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  transition: 0.3s ease-out;
}

.p-footer__heading::before {
  content: "";
  width: 0.3rem;
  height: auto;
  aspect-ratio: 1;
  background: #fff;
  margin-top: 0.8125rem;
}

.p-footer__heading[href] {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  padding-bottom: 0.1875rem;
  transition: background-size 0.5s;
}

.p-footer__subheading {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.29;
  margin-top: 0.625rem;
  padding-left: 1.5625rem;
}

.p-footer__headingwrap--mt {
  margin-top: 1.75rem;
}

.p-footer__list {
  margin-top: 1.75rem;
  position: relative;
  padding-left: 1.125rem;
}

.p-footer__list::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 5px);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fffbf1;
}

.p-footer__list--flat {
  padding-left: 0;
}

.p-footer__list--flat::before {
  display: none;
}

.p-footer__list--flat .p-footer__link {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.p-footer__list--flat .p-footer__link::before {
  content: "・";
  color: #fff;
  line-height: 1;
  flex-shrink: 0;
}

.p-footer__item:first-of-type .p-footer__link {
  padding-top: 0rem;
}

.p-footer__link {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1;
  transition: opacity 0.3s ease-out;
  display: block;
  padding-block: 1.03125rem;
  transition: 0.3s ease-out;
  position: relative;
}

.p-footer__link-text {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.p-footer__link-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -0.5rem;
  background: #fff;
  opacity: 0;
  transition: 0.3s ease-out;
  display: inline-block;
}

.p-footer__link--small {
  padding-block: 0.625rem;
}

.p-footer__clinic {
  margin-top: 1.875rem;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-footer__clinic-list {
  position: relative;
  padding-left: 1.625rem;
}

.p-footer__clinic-list::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 0.9375rem);
  left: 0;
  top: 0;
  background: #fffbf1;
}

.p-footer__clinic-item {
  position: relative;
}

.p-footer__clinic-item:first-child .p-footer__link {
  padding-top: 0;
}

.p-footer__bottomnav {
  display: flex;
  gap: 3.4375rem;
  margin-top: 5.375rem;
}

.p-footer__bottomlink {
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.32;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  transition: 0.3s ease-out;
}

.p-footer__bottomlink::before {
  content: "";
  width: 0.3rem;
  height: auto;
  aspect-ratio: 1;
  background: #fff;
  margin-top: 0.8125rem;
}

.p-footer__bottomlink-text {
  position: relative;
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  display: inline;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.5s;
  padding-bottom: 0.1875rem;
}

.p-footer__sns {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}

.p-footer__sns-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 50%;
  transition: opacity 0.3s ease-out;
}

.p-footer__sns-figure {
  width: 1.375rem;
  height: 1.375rem;
}

.p-footer__sns-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-footer__bar {
  background-color: #44b063;
  border-top: 1px solid #fffbf1;
  margin-top: 5.5625rem;
  padding-top: 1.4375rem;
}

.p-footer__bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-footer__policy {
  display: flex;
  align-items: center;
  gap: 1.8125rem;
}

.p-footer__policy-link {
  font-size: 0.90625rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1;
  transition: 0.3s ease-out;
  padding-block: 0.625rem;
  transition: 0.3s ease-out;
  position: relative;
}

.p-footer__policy-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0.3125rem;
  background: #fff;
  opacity: 0;
  transition: 0.3s ease-out;
}

.p-footer__policy-divider {
  content: "";
  background: #fff;
  width: 1px;
  height: 1.0625rem;
}

.p-footer__copyright {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.03em;
  opacity: 0.5;
  margin-top: 1.25rem;
  text-align: center;
}

.p-fv {
  margin-top: 7.3125rem;
  padding-block: 7.1875rem 9.5rem;
  background: #44b063;
  position: relative;
}

.p-fv::before {
  position: absolute;
  content: "";
  width: 39.1666666667%;
  height: 100%;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-fv--guide::before {
  background-image: url(../img/guide_fv01@2x.jpg);
}

.p-fv--counseling::before {
  background-image: url(../img/counseling_fv01.jpg);
}

.p-fv--menu::before {
  background-image: url(../img/menu_fv01.jpg);
}

.p-fv--discount::before {
  background-image: url(../img/discount_fv01.jpg);
}

.p-fv--faq::before {
  background-image: url(../img/faq_fv01.jpg);
}

.p-fv--clinic::before {
  background-image: url(../img/top_clinic01.jpg);
}

.p-fv--machine::before {
  background-image: url(../img/top_difference01@2x.png);
  background-position: center;
  background-size: cover;
}

.p-fv--payment::before {
  background-image: url(../img/payment_fv01.jpg);
  background-position: center;
  background-size: cover;
}

.p-fv--media::before {
  display: none;
}

.p-fv--single-menu::before {
  background-image: url(../img/single-menu_fv01.jpg);
  background-position: center;
  background-size: cover;
}

.p-fv--minor::before {
  background-image: url(../img/minor_fv01-5627ce.png);
}

.p-fv__headline {
  position: relative;
}

.p-fv--arm::before {
  background-image: url(../img/menu02.jpg);
  background-position: center;
  background-size: cover;
}

.p-fv--leg::before {
  background-image: url(../img/menu04.jpg);
  background-position: center;
  background-size: cover;
}

.p-fv--all::before {
  background-image: url(../img/menu05.jpg);
  background-position: center;
  background-size: cover;
}

.p-fv--vio::before {
  background-image: url(../img/menu03.jpg);
  background-position: center;
  background-size: cover;
}

.p-fv02 {
  padding-block: 12.5rem 0rem;
}

.p-fv02__img {
  margin-top: 5rem;
}

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

/* drawer */
body.is-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

nav.p-globalmenusp {
  display: none;
}

/* g-sub-set: SP時のみJSで付与し、表示を制御（ちらつき対策） */

/* このクラスを、jQueryで付与・削除する */

.p-globalmenusp__item {
  display: block;
}

/* アコーディオン トグルボタン */

/* +/- アイコン */

/* 開いている状態：縦棒を90度回転して - に見せる */

/* サブリスト */

.p-guide-about {
  padding-block: 9.125rem 12rem;
}

.p-guide-about__item {
  margin-top: 5.625rem;
}

.p-guide-cta {
  padding-block: 3.5rem;
  position: relative;
}

.p-guide-cta::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(68, 176, 99, 0.1);
}

.p-guide-cta__container {
  position: relative;
}

.p-guide-cta__btn {
  display: flex;
  justify-content: center;
}

.p-guide-different {
  padding-block: 7.8125rem 14.875rem;
  background: #f4f4f4;
}

.p-guide-different__container {
  position: relative;
}

.p-guide-different__text-wrap {
  margin-top: 2.625rem;
}

.p-guide-different__text {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 2.1;
  text-align: center;
}

.p-guide-different__text+.p-guide-different__text {
  margin-top: 2.625rem;
}

.p-guide-different__item {
  margin-top: 5.625rem;
  padding-left: 1.5625rem;
}

.p-guide-different__note {
  margin-top: 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-left: 10.9375rem;
}

.p-guide-flow {
  padding-block: 6.875rem 9.375rem;
  background: #f4f4f4;
}

.p-guide-flow__wrap {
  margin-top: 4.375rem;
}

.p-guide-flow__wrap+.p-guide-flow__wrap {
  margin-top: 5.9375rem;
}

.p-guide-flow__headline-sub {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: #44b063;
  text-align: center;
}

.p-guide-flow_item01 {
  margin-top: 3rem;
}

.p-guide-flow_item02 {
  margin-top: 2.8125rem;
}

.p-guide-flow__btn {
  margin-top: 4.375rem;
  display: flex;
  justify-content: center;
}

.p-guide-notice {
  padding-block: 8.125rem 10.5rem;
}

.p-guide-notice__description {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 2.1;
  text-align: center;
  margin-top: 2.8125rem;
}

.p-guide-notice__item {
  margin-top: 3.75rem;
  border: 1px solid #3c3c3c;
  padding: 3.125rem 1.25rem 3.9375rem;
  width: min(100%, 66.6875rem);
  margin-inline: auto;
}

.p-guide-notice__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 3px solid #dcdcdc;
  font-size: 2.09375rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.61;
  color: #444;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 0.625rem;
}

.p-guide-notice__heading::before {
  content: "";
  width: 3.3125rem;
  aspect-ratio: 53/47;
  height: auto;
  background: url(../img/icon_cartion01@2x.png) center center/contain no-repeat;
}

.p-guide-notice__txt {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 2;
  text-align: center;
  margin-top: 1.875rem;
}

.p-guide-point {
  padding-block: 7.3125rem 11rem;
  background: #f4f4f4;
}

.p-guide-point__container {
  position: relative;
  z-index: 1;
}

.p-guide-point__text {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 2.1;
  text-align: center;
}

.p-guide-point__item {
  margin-top: 5.625rem;
}

.p-guide-trial {
  padding-block: 7.5rem 11.1875rem;
}

.p-guide-trial__description {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 2.1;
  text-align: center;
  margin-top: 2.6875rem;
}

.p-guide-trial__description--highlight {
  color: #44b063;
  font-weight: 500;
}

.p-guide-trial__item {
  margin-top: 5rem;
}

/* ハンバーガーメニュー */
.p-hamburger {
  display: none;
}

/* g-sub-set: SP時のみJSで付与し、表示を制御（ちらつき対策） */
.p-hamburger.g-sub-set .p-hamburger__line:nth-of-type(1) {
  top: 0.9375rem;
}

.p-hamburger.g-sub-set .p-hamburger__line:nth-of-type(2) {
  top: 1.6875rem;
}

.p-hamburger.g-sub-set .p-hamburger__line:nth-of-type(3) {
  top: 2.4375rem;
}

.p-hamburger.is-open .p-hamburger__line {
  background: #fff;
}

.p-hamburger.is-open .p-hamburger__line:nth-of-type(1) {
  transform: rotate(315deg);
  top: 1.6875rem;
}

.p-hamburger.is-open .p-hamburger__line:nth-of-type(2) {
  opacity: 0;
}

.p-hamburger.is-open .p-hamburger__line:nth-of-type(3) {
  transform: rotate(-315deg);
  top: 1.6875rem;
}

/* トップページ以外のSP: ハンバーガーのバーを黒に（閉じているとき） */

/* ドロワーを開いたときはバーを白に */

/* p-header */
.p-header {
  z-index: 1000;
  width: 100%;
  margin-inline: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s ease-in-out;
  height: 7.3125rem;
  background: #fff;
  opacity: 1;
}

/* トップページ以外のSP: 白背景・黒ロゴ */

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 2.25rem 1.375rem;
  width: min(100%, 90rem);
  margin-inline: auto;
  height: inherit;
}

.p-header__logo {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  transition: 0.3s ease-out;
  width: min(100%, 19.8125rem);
  flex-shrink: 1;
  position: relative;
  height: inherit;
  display: grid;
  place-items: center;
  position: relative;
}

.p-header__logo img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: inherit;
  aspect-ratio: 317/53;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
  transition: 0.3s ease-out;
}

.p-header__logo img:nth-of-type(1) {
  opacity: 1;
  visibility: visible;
}

.p-header__logo img:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}

.p-header__nav {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  height: inherit;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-end;
  margin-left: 0.625rem;
}

.p-header__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: inherit;
}

.p-header__item {
  height: inherit;
}

.p-header__link {
  position: relative;
  height: inherit;
  transition: 0.5s;
  transition: 0.3s ease-out;
  display: grid;
  place-items: center;
  padding-inline: 0.46875rem;
}

.p-header__linktext {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 2.06;
  display: block;
  white-space: nowrap;
  background-image: linear-gradient(90deg, black, black);
  background-position: left bottom;
  transition: background-size 0.3s ease-out;
  background-size: 0 1px;
  background-repeat: no-repeat;
}

.c-hover-run:hover {
  background-size: 100% 1px;
}

.p-header__btn {
  width: min(100%, 14.8125rem);
  margin-top: 0.375rem;
}

/* ドロップダウン */
.p-header__item--has-dropdown {
  position: relative;
}

.p-header__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  min-width: 20rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.p-header__dropdown-item {
  border-bottom: 1px solid #e8e8e8;
}

.p-header__dropdown-item:first-child {
  border-top: 1px solid #e8e8e8;
}

.p-header__dropdown-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  color: #333;
  background: #fff;
  transition: background 0.3s ease-out;
}

.p-header__dropdown-arrow {
  flex-shrink: 0;
}

.p-header__dropdown-arrow::after {
  content: "→";
}

.p-item01 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-item01__main {
  width: min(100%, 30.6875rem);
  background: #44b063;
  border-radius: 0.625rem;
  padding: 1.5rem 1.8125rem 2.0625rem;
}

.p-item01__heading {
  font-size: 2.0625rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.62;
  color: #fff;
  text-align: center;
}

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

.p-item01__item {
  padding: 0.625rem 0.625rem;
  background: #fff;
  position: relative;
  display: grid;
  place-items: center;
  min-height: 7.275rem;
}

.p-item01__item+.p-item01__item {
  margin-top: 0.75rem;
}

.p-item01__text {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5;
  display: block;
  text-align: center;
  font-feature-settings: "palt";
}

.p-item01__text--theme {
  color: #44b063;
}

.p-item01__text--small {
  font-size: 1.34375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.p-item01__label {
  display: inline-block;
  position: absolute;
  width: 5.875rem;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 100vh;
  background: #333;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.84375rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  top: 50%;
  transform: translateY(-50%);
  left: -4.5625rem;
  font-feature-settings: "palt";
  text-align: center;
}

.p-item01__label--medium {
  font-size: 1.65625rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.p-item01__label--small {
  font-size: 1.25rem;
  letter-spacing: -0.1em;
  white-space: nowrap;
}

.p-item01__sub {
  width: min(100%, 25.8125rem);
  background: #dfdfdf;
  padding: 1.5rem 1.6875rem 1.0625rem 1.5rem;
  border-radius: 0 0.625rem 0.625rem 0;
}

.p-item01__sub-heading {
  font-size: 1.28125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
}

.p-item01__sub-list {
  margin-top: 1.25rem;
}

.p-item01__sub-item {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4;
  padding: 2.8125rem 0.625rem;
  background: #fff;
  text-align: center;
  font-feature-settings: "palt";
}

.p-item01__sub-item+.p-item01__sub-item {
  margin-top: 0.625rem;
}

.p-item03 {
  position: relative;
}

.p-item03__header {
  padding: 0.875rem 0.625rem 0.625rem;
  position: relative;
  background: #44b063;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
}

.p-item03__body {
  margin-top: 1.6875rem;
  padding: 0.9375rem 1.5625rem 1.5625rem;
  background: #fff;
}

.p-item03__img {
  width: min(100%, 6.6875rem);
  margin-inline: auto;
}

.p-item03__img img {
  aspect-ratio: 107/86;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-item03__heading {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #333;
  line-height: 1.3;
  margin-top: 0.9375rem;
  text-align: center;
}

.p-item03__txt {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 2;
  margin-top: 1.4375rem;
  padding-inline: 0.1875rem 0.625rem;
}

.p-item04 {
  position: relative;
  display: flex;
  align-items: flex-start;
  background-color: #f4f4f4;
  border-radius: 1rem;
  padding: 2.5rem 3.125rem 3.75rem 4.4375rem;
  justify-content: space-between;
  overflow: hidden;
}

.p-item04__img {
  width: min(100%, 27.625rem);
  border-radius: 0.5rem;
  overflow: hidden;
}

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

.p-item04__content {
  width: min(100%, 35.375rem);
  position: relative;
}

.p-item04__num {
  position: absolute;
  top: -1.6875rem;
  right: -0.3125rem;
  font-family: "Poppins", sans-serif;
  font-size: 14.375rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #d1e6d7;
}

.p-item04_no-num .p-item04__num {
  display: none;
}

.p-item04__title {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #44b063;
}

.p-item04__line {
  margin-top: 1rem;
  border: none;
  border-top: 1px dashed #44b063;
  width: 100%;
}

.p-item04__txt {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  color: #0a0204;
}

.p-item05 {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.p-item05__header {
  padding: 0.8125rem 0.625rem 0.625rem;
  background: #44b063;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  position: relative;
}

.p-item05__header::after {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 100%;
  top: 0;
  right: -1.1875rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #44b063;
}

.p-item05__body {
  margin-top: 0.75rem;
  padding: 3.125rem 1.25rem 1.5625rem;
  background: #fff;
  border-radius: 1rem;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.p-item05__icon {
  width: 5.3125rem;
  margin-inline: auto;
}

.p-item05__icon img {
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}

.p-item05__title {
  margin-top: 1.625rem;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 2.2;
  color: #0A0204;
}

.p-item05__txt {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  color: #000;
}

.p-item06 {
  background-color: #fff;
  border: 0.1875rem solid #44b063;
  border-radius: 1rem;
  overflow: hidden;
}

.p-item06__header {
  padding: 0.875rem 3.125rem;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #fff;
  background-color: #44b063;
}

.p-item06__body {
  padding: 2.1875rem 4.25rem 2.25rem;
}

.p-item06__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}

.p-item06__row+.p-item06__row {
  margin-top: 1.875rem;
}

.p-item06__mainwrap {
  width: min(100%, 29.25rem);
  margin-top: 0.375rem;
}

.p-item06__title {
  padding: 0.6875rem 1.5rem;
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
  background-color: #3c3c3c;
  width: -moz-fit-content;
  width: fit-content;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

.p-item06__txt {
  margin-top: 0.75rem;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  color: #0a0204;
}

.p-item06__img {
  margin-top: 1rem;
  width: min(100%, 27.625rem);
}

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

.p-item06__img_caption {
  margin-top: 0.625rem;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  color: #0a0204;
}

.p-item06__tablewrap {
  width: min(100%, 32rem);
}

.p-item06__table {
  width: 100%;
  max-width: 32rem;
  border-radius: 0.625rem;
  overflow: hidden;
  border: 0.125rem solid #f4f4f4;
}

.p-item06__table_inner {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-item06__th {
  padding: 1.3125rem 2rem;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #0a0204;
  background-color: #e2e0e1;
  border: 0.125rem solid #f4f4f4;
  text-align: left;
  vertical-align: middle;
  text-align: center;
}

.p-item06__th:first-child {
  border-radius: 0.625rem 0 0 0;
  border-right: none;
}

.p-item06__th:last-child {
  border-radius: 0 0.625rem 0 0;
}

.p-item06__td {
  padding: 0.875rem 2rem;
  padding: 0.4375rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #000000;
  background-color: #fff;
  border: 0.125rem solid #f4f4f4;
  vertical-align: middle;
  text-align: center;
  height: 3.9375rem;
}

.p-item06__td--small {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.3;
}

.p-item06__td_price {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
}

.p-item06__td_price--accent {
  color: #c9a453;
  display: block;
}

.p-item06__td_price--big {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
}

.p-item06__td_price--small {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}

.p-item06__td_price--exsmall {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-top: 0.1875rem;
}

.p-item06__td_price_monthly {
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #000000;
  text-align: center;
}

.p-item06__table_inner tbody tr:last-child .p-item06__td:first-child {
  border-radius: 0 0 0 0.625rem;
}

.p-item06__table_inner tbody tr:last-child .p-item06__td:last-child {
  border-radius: 0 0 0.625rem 0;
}

.p-item06__note {
  margin-top: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.9;
  color: #000000;
}

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

.p-item07__heading {
  display: flex;
  align-items: center;
  padding-left: 2.5625rem;
  position: relative;
}

.p-item07__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 4.1875rem;
  border-left: 0.5rem solid #44b063;
  border-right: 0.25rem solid #44b063;
}

.p-item07__heading-text {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #000000;
}

.p-item07__lead01 {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.05em;
  margin-top: 2.125rem;
}

.p-item07__lead02 {
  margin-top: 2.0625rem;
  color: #4D4D4D;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0em;
}

.p-item07__note {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.05em;
  color: #000000;
}

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

.p-item07__content {
  flex: 1;
}

.p-item07__img {
  flex-shrink: 0;
  width: 38.0555555556vw;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  border-radius: 1.875rem 0 0 1.875rem;
  max-height: 23.625rem;
}

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

.p-item07__table {
  margin-top: 1.5rem;
  border-collapse: separate;
  border-spacing: 0;
}

.p-item07__table-row--header .p-item07__table-th {
  background: #e2e0e1;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0;
  color: #0a0204;
  text-align: center;
  padding: 0.75rem 2rem;
  height: 4rem;
  border-top: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
  border-left: 2px solid #f4f4f4;
}

.p-item07__table-row--header .p-item07__table-th:first-child {
  width: 16rem;
  border-top-left-radius: 0.625rem;
}

.p-item07__table-row--header .p-item07__table-th:last-child {
  width: 24rem;
  border-top-right-radius: 0.625rem;
  border-right: 2px solid #f4f4f4;
}

.p-item07__table-td {
  height: 4rem;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  color: #000000;
  text-align: center;
  border-bottom: 2px solid #f4f4f4;
  border-left: 2px solid #f4f4f4;
  background: #e3e3e3;
}

.p-item07__table-td:last-child {
  border-right: 2px solid #f4f4f4;
  background: #fff;
}

.p-item07__table-td--accent {
  color: #c9a453;
  font-weight: 700;
  text-align: left;
  font-feature-settings: "palt";
}

.p-item07__table-row:last-child .p-item07__table-td:first-child {
  border-bottom-left-radius: 0.625rem;
}

.p-item07__table-row:last-child .p-item07__table-td:last-child {
  border-bottom-right-radius: 0.625rem;
}

.p-item07__badges {
  margin-top: 1.5rem;
  display: flex;
  gap: 2.5rem;
}

.p-item07__badge {
  border: 0.3125rem solid #F2F2F2;
  width: 13.9375rem;
  aspect-ratio: 1;
  height: auto;
  border-radius: 100vh;
  background: #c9a453;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.p-item07__badge-label {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: -0.05em;
  color: #fff;
  position: relative;
  padding-bottom: 0.3125rem;
}

.p-item07__badge-label::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  width: 1.875rem;
  height: 0.1875rem;
  background: #fff;
  margin-top: 0.125rem;
}

.p-item07__badge-text {
  margin-top: 0.75rem;
}

.p-item07__badge-text-big {
  font-family: "Oswald", sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
  display: inline-block;
}

.p-item07__badge-text-medium {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 2;
  color: #fff;
  margin-inline: 0.5rem;
}

.p-item07__badge-text-small {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 2;
  color: #fff;
  display: inline-block;
  margin-left: 0.125rem;
}

.p-item07__badge-text-small01 {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.2;
  color: #fff;
  display: inline-block;
}

.p-item07__cards {
  margin-top: 1.5rem;
  display: grid;
  gap: 2.125rem;
}

.p-item07__cards--col2 {
  grid-template-columns: repeat(2, 1fr);
}

.p-item07__cards--col3 {
  grid-template-columns: repeat(3, 1fr);
}

.p-item07__card {
  background: #44b063;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 1.875rem 1.5rem 1.5rem;
}

.p-item07__card--small {
  padding: 1.875rem 1rem 1rem;
}

.p-item07__card-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
  text-align: center;
}

.p-item07__card-body {
  background: #fff;
  margin-top: 1.5625rem;
  padding: 1rem 0.625rem;
  min-height: 7.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-item07__card-body--small {
  margin-top: 1rem;
}

.p-item07__card-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: #0a0204;
}

.p-item08 {
  border: 0.25rem solid #c9a453;
  border-radius: 0.75rem;
  background: #fff;
  box-sizing: border-box;
  max-width: 100%;
}

.p-item08__header {
  padding: 0.9375rem 4.4375rem 0.96875rem;
  background: #c9a453;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 2.375rem;
}

.p-item08__title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #fff;
  position: relative;
}

.p-item08__title::before {
  position: absolute;
  content: "";
  width: 5.1875rem;
  height: 5.5625rem;
  top: -0.6875rem;
  right: -1.5rem;
  z-index: -2;
  background: url(../img/icon_beginner04@2x.png) center center/contain no-repeat;
}

.p-item08__tag-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  position: relative;
}

.p-item08__tag {
  padding: 0.40625rem 1.875rem;
  text-align: center;
  color: #c9a453;
  position: relative;
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  flex-shrink: 0;
}

.p-item08__tag::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
  transform: skewX(-25deg);
}

.p-item08__tag::after {
  position: absolute;
  content: "";
  width: 1.6875rem;
  aspect-ratio: 1;
  height: auto;
  right: -0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon_plus01.png) center center/contain no-repeat;
}

.p-item08__tag:last-of-type::after {
  display: none;
}

.p-item08__tag02 {
  padding-inline: 1.4375rem;
}

.p-item08__deco {
  position: absolute;
  width: 7.9375rem;
  top: -0.25rem;
  right: -0.625rem;
  z-index: -2;
}

.p-item08__deco img {
  aspect-ratio: 127/140;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-item08__body {
  padding: 2.0625rem 2.5rem 1.6875rem 2.625rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.p-item08__img {
  width: min(100%, 31.3125rem);
  margin-top: 1.25rem;
}

.p-item08__img img {
  aspect-ratio: 501/253;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-item08__content {
  width: min(100%, 36.4375rem);
}

.p-item08__price {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
}

.p-item08__price-tag {
  display: grid;
  place-content: center;
  gap: 0.1875rem;
  width: 6.875rem;
  aspect-ratio: 1;
  height: auto;
  background: #c9a453;
  border-radius: 100vh;
  color: #fff;
}

.p-item08__price-tagwrrap {
  display: flex;
  align-items: baseline;
  padding-bottom: 0.625rem;
  gap: 0.1875rem;
}

.p-item08__price-text {
  color: #fff;
}

.p-item08__price-tagbig {
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}

.p-item08__price-tagsmall {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
}

.p-item08__price-text {
  display: flex;
  align-items: flex-end;
  gap: 0.3125rem;
}

.p-item08__price-text-big {
  font-size: 9.625rem;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #c9a453;
  margin-left: -0.125rem;
}

.p-item08__price-text-small {
  padding-bottom: 0.625rem;
  text-align: center;
  margin-left: 0.625rem;
}

.p-item08__price-text-top {
  display: block;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #c9a453;
}

.p-item08__price-text-bottom {
  display: block;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
  color: #c9a453;
}

.p-item08__text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.9;
  margin-top: 1.6875rem;
}

.p-item08__btn {
  margin-top: 0.1875rem;
  display: flex;
  justify-content: center;
}

.p-item09__heading {
  display: flex;
  align-items: center;
  padding: 0.84375rem 2.3125rem;
  background-color: #3C3C3C;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 98.5% 100%, 0% 100%);
}

.p-item09__address {
  margin-top: 2.0625rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #0a0204;
}

.p-item09__access {
  margin-top: 1.1875rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #0a0204;
}

.p-item09__map {
  margin-top: 2.3125rem;
  overflow: hidden;
  width: 100%;
}

.p-item09__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 994/362;
}

.p-item09__cards {
  margin-top: 3.4375rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.625rem 1.8625rem;
  overflow: visible !important;
}

.p-item09__card {
  position: relative;
}

.p-item09__card:has(~ .p-item09__card)::after {
  content: "";
  position: absolute;
  background: url(../img/icon_arrow_theme01.svg) center center/contain no-repeat;
  width: 0.75rem;
  aspect-ratio: 12.094/12.835;
  height: auto;
  top: 4.0625rem;
  right: -1.25rem;
}

.p-item09__card:nth-of-type(4n)::after {
  content: none;
}

.p-item09__num {
  position: absolute;
  top: -1.125rem;
  left: -0.25rem;
  z-index: 1;
  display: grid;
  place-content: center;
  width: 2.3125rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 100vh;
  background-color: #44b063;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #fff;
}

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

.p-item09__text {
  margin-top: 0.5625rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  color: #000;
}

.p-item10__link {
  border-radius: 0.3125rem;
  background: #3C3C3C;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.p-item10__img {
  width: min(100%, 9.4375rem);
  overflow: hidden;
  border-radius: 100vh;
}

.p-item10__img img {
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
  transition: 0.3s ease-out;
}

.p-item10__body {
  flex: 1;
}

.p-item10__title {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.p-item10__text {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.05em;
  margin-top: 0.1875rem;
}

.p-item10__btn {
  margin-top: 1.5rem;
  display: block;
  position: relative;
  margin-left: auto;
  width: min(100%, 12.5rem);
  padding: 0.34375rem;
  border-radius: 2.125rem;
  background: #44b063;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.76;
  letter-spacing: -0.05em;
  border: 1px solid #44b063;
  transition: 0.3s ease-out;
}

.p-item10__btn::after {
  position: absolute;
  content: "";
  width: 0.6875rem;
  height: auto;
  aspect-ratio: 10.5/11;
  right: 0.84375rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask-image: url("../img/icon_arrow_white01.png");
  mask-image: url("../img/icon_arrow_white01.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
}

.p-items01 {
  display: grid;
  gap: 5.5rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-items02 {
  display: grid;
  gap: 8.4375rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-items02__item:nth-of-type(odd) {
  margin-left: calc(50% - 50vw);
}

.p-items02__item:nth-of-type(odd) .p-media02__img {
  width: 37.8472222222vw;
  border-radius: 0 1.875rem 1.875rem 0;
}

.p-items02__item:nth-of-type(even) {
  margin-right: calc(50% - 50vw);
}

.p-items02__item:nth-of-type(even) .p-media02 {
  flex-direction: row-reverse;
}

.p-items02__item:nth-of-type(even) .p-media02__img {
  width: 42.5vw;
  border-radius: 1.875rem 0 0 1.875rem;
  overflow: hidden;
}

.p-items03 {
  display: grid;
  gap: 2.375rem;
  grid-template-columns: repeat(4, 1fr);
}

.p-items03__item:not(:last-of-type) .p-item03__header::after {
  position: absolute;
  display: inline-block;
  content: "";
  right: -2.4375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 100%;
  background: #44b063;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.p-items04 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}

.p-items04__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-items04__item:last-of-type .p-item05__header::after {
  display: none;
}

.p-items05 {
  display: flex;
  flex-direction: column;
  gap: 8.125rem;
}

.p-items06 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4.375rem;
}

.p-items07 {
  display: grid;
  gap: 2rem 2.0625rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-ko {
  background-color: #f9f9f9;
}

/* Anchor Links */
.p-ko-anchor {
  padding: 3.75rem 1.25rem 0;
}

.p-ko-anchor__list {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}

.p-ko-anchor__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  padding: 1.25rem;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 56.25rem;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
  color: #333;
}

.p-ko-anchor__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #e3e3e3;
  border-right: 2px solid #e3e3e3;
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.3s;
}

.p-ko-anchor__link:hover {
  background-color: #44b063;
  color: #fff;
  border-color: #44b063;
}

.p-ko-anchor__link:hover::after {
  border-color: #fff;
}

/* Sections */
.p-ko-section {
  padding-top: 5rem;
}

.p-ko-section .p-faq-expats {
  margin-top: 0;
}

.p-ko-content {
  background-color: #fff;
  border-radius: 1rem;
  padding: 3.125rem;
}

.p-ko-content__intro {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 2.5rem;
}

.p-ko-content__block-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-ko-content__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #44b063;
  border-bottom: 2px solid #44b063;
  padding-bottom: 0.9375rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  display: inline-block;
}

.p-ko-content__title:first-of-type {
  margin-top: 0;
}

.p-ko-content__subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.9375rem;
  display: flex;
  align-items: center;
}

.p-ko-content__subtitle::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.625rem;
  background: url("../img/icon_check03@2x.png") no-repeat center/contain;
}

.p-ko-content__text {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #555;
}

.p-ko-content__text a {
  color: #44b063;
  text-decoration: underline;
  font-weight: 700;
}

.p-ko-content__list {
  margin: 0.9375rem 0;
  padding-left: 1.25rem;
}

.p-ko-content__list li {
  list-style-type: decimal;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 0.3125rem;
}

.p-ko-content__list li:last-child {
  margin-bottom: 0;
}

.p-ko-content__list--red {
  padding: 2.5rem 3.125rem;
  background-color: #ffeaea;
}

/* FAQ Items (Static) */
.p-ko .p-faq-item {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-ko .p-faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.p-ko .p-faq-q {
  padding-block: 1.25rem;
  cursor: default;
  padding-right: 0;
}

.p-ko .p-faq-icon {
  display: none;
}

.p-ko .p-faq-a {
  display: block;
  padding-bottom: 0;
}

.p-list01__link {
  display: flex;
  align-items: center;
  gap: 2.4375rem;
  padding-block: 1.375rem 2.125rem;
  border-bottom: 1px solid #f2f2f2;
  transition: 0.3s ease-out;
  position: relative;
}

.p-list01__link::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(242, 242, 242, 0.5);
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease-out;
}

.p-list01__meta {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
  min-width: 12.875rem;
}

.p-list01__tag {
  padding: 0.5625rem 0.125rem;
  line-height: 1.5;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  background: #e9e9e9;
  width: min(100%, 5.925rem);
  flex-shrink: 0;
}

.p-list01__date {
  font-size: 1.34375rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  font-family: "Poppins", sans-serif;
  color: #c4c4c4;
}

.p-list01__title {
  font-size: 1.09375rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 2;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.p-machine {
  background-color: #f9f9f9;
}

.p-machine-intro {
  padding: 3.75rem 1.25rem;
  background-color: #fff;
}

.p-machine-intro__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}

.p-machine-section {
  margin-top: 5rem;
}

.p-machine-reason {
  padding-bottom: 7.5rem;
}

.p-machine-detail-row {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.p-machine-detail-row__pic {
  width: 21.875rem;
  flex-shrink: 0;
}

.p-machine-detail-row__pic img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.p-machine-detail-row__txt {
  flex-grow: 1;
}

.p-machine-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  overflow: hidden;
}

.p-machine-table th,
.p-machine-table td {
  border-bottom: 1px solid #e3e3e3;
  padding: 0.9375rem 1.25rem;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.p-machine-table tr:last-child th,
.p-machine-table tr:last-child td {
  border-bottom: none;
}

.p-machine-table th {
  width: 18.75rem;
  font-weight: 700;
  color: #333;
  background-color: #f1f1f1;
}

.p-machine-table td {
  color: #555;
}

.p-machine-feature {
  background-color: #fff;
  border-radius: 1rem;
  padding: 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.p-machine-feature__title {
  font-size: 1.625rem;
  font-weight: 700;
  color: #44b063;
  border-bottom: 2px solid #44b063;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.625rem;
  display: inline-block;
}

.p-machine-feature__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.9375rem;
  display: flex;
  align-items: center;
}

.p-machine-feature__subtitle::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
  background: url("../img/icon_check03@2x.png") no-repeat center/contain;
}

.p-machine-feature__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}

.p-machine-reason-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-machine-reason-item {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2.5rem 3.125rem;
  display: flex;
  gap: 2.5rem;
  position: relative;
  overflow: hidden;
}

.p-machine-reason-item__pic {
  max-width: 18.75rem;
  aspect-ratio: 300/200;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-machine-reason-item__num {
  font-size: 3.125rem;
  font-weight: 700;
  color: #c9a453;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

.p-machine-reason-item__content {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.p-machine-reason-item__title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #333;
}

.p-machine-reason-item__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  margin-top: 1.25rem;
}

.p-media-section {
  background-color: #f3f3f3;
  padding-block: 5rem 7.5rem;
}

.p-media__list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.p-media__item {
  background-color: #fff;
  padding: 3rem 2.5rem;
  border-radius: 1rem;
}

.p-media__item a {
  color: #44b063;
  font-weight: bold;
  text-decoration: underline;
}

.p-media__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}

.p-media__title a {
  text-decoration: underline;
  color: #44b063;
}

.p-media__title a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.p-media__text {
  font-size: 1rem;
  line-height: 1.875;
  color: #333;
}

.p-media01 {
  display: flex;
  gap: 6.1875rem;
  align-items: flex-start;
}

.p-media01__img {
  width: min(100%, 26.5625rem);
  border-radius: 1.875rem;
  overflow: hidden;
}

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

.p-media01__body {
  flex: 1;
  margin-top: 1.625rem;
}

.p-media01__head {
  padding-left: 1.25rem;
}

.p-media01__txt {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 2.1;
  margin-top: 2.5rem;
}

.p-media02 {
  display: flex;
  align-items: center;
}

.p-media02--01 {
  gap: 5.6875rem;
}

.p-media02--02 {
  gap: 7.125rem;
}

.p-media02--03 {
  gap: 5.8125rem;
}

.p-media02--04 {
  gap: 3.1875rem;
}

.p-media02--05 {
  gap: 5.75rem;
}

.p-media02--06 {
  gap: 0.875rem;
}

.p-media02--07 {
  gap: 3.75rem;
}

.p-media02__img {
  height: 23.6875rem;
  overflow: hidden;
  flex-shrink: 0;
}

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

.p-media02__header {
  display: flex;
  gap: 1.875rem;
  align-items: center;
}

.p-media02__num {
  font-size: 9.4375rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  color: #44b063;
  margin-top: 1.25rem;
}

.p-media02__heading {
  font-size: 1.90625rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.56;
  color: #444;
}

.p-media02__heading--highlight {
  color: #44b063;
}

.p-media02__txt {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 2;
  margin-top: 1.25rem;
  color: #000000;
}

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

.p-media02__item {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.71;
  color: #000000;
  display: flex;
  align-items: flex-start;
  gap: 0.8125rem;
}

.p-media02__item::before {
  content: "※";
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.71;
}

.p-media02__btn {
  margin-top: 3.125rem;
}

.p-menu-discount {
  padding-block: 7.5rem 10rem;
}

.p-menu-discount__headline {
  font-size: 1.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.75;
  text-align: center;
}

.p-menu-discount__item {
  margin-top: 2rem;
}

.p-menu-main {
  padding-block: 7.8125rem 10rem;
}

.p-menu-main__headline .c-headline10__sub {
  color: #E3E3E3;
}

.p-menu-main__nav {
  margin-top: 5.3125rem;
}

.p-menu-main__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.p-menu-main__items {
  margin-top: 4.6875rem;
}

.p-menu-main__item {
  display: block;
}

.p-menu-main__item+.p-menu-main__item {
  margin-top: 3.0625rem;
}

.p-menu-main__link {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding-block: 0.9375rem;
  padding-inline: 0.5rem;
  min-width: 10rem;
  min-height: 3.125rem;
  background-color: #f4f4f4;
  border-radius: 5.3125rem;
  color: #4d4d4d;
  transition: 0.3s ease-out;
}

.p-menu-main__link_text {
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #4d4d4d;
  transition: 0.3s ease-out;
}

.p-menu-main__link_icon {
  flex-shrink: 0;
  width: 0.8125rem;
  height: 0.375rem;
  background-color: #4D4D4D;
  transition: 0.3s ease-out;
  -webkit-mask-image: url("../img/icon_down_white01.svg");
  mask-image: url("../img/icon_down_white01.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  display: inline-block;
}

.p-menu-payment {
  padding-block: 7.8125rem 10rem;
}

.p-menu-payment__headline {
  text-align: center;
}

.p-menu-payment__headline .c-headline10__sub {
  color: #e3e3e3;
}

.p-menu-payment__headline .c-headline10__main {
  color: #444444;
}

.p-menu-payment__list {
  margin-top: 5.125rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  width: min(100%, 62.5rem);
  margin-inline: auto;
}

.p-menu-payment__card {
  padding: 2.5rem 0.625rem 2rem;
  background-color: #f4f4f4;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-menu-payment__icon {
  width: min(100%, 6.25rem);
  flex-shrink: 0;
}

.p-menu-payment__icon img {
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.p-menu-payment__label {
  margin-top: 1.25rem;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2.2;
  text-align: center;
  color: #0A0204;
}

.p-menu-payment__text {
  margin-top: 1.875rem;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  width: min(100%, 62.5rem);
  margin-inline: auto;
  color: #0A0204;
}

.p-menu-payment__btnwrap {
  margin-top: 4.5rem;
  text-align: center;
}

.p-menu-payment__btnwrap .c-btn03 {
  width: min(100%, 29.3125rem);
}

.p-minor__content {
  padding-block: 7.5625rem 10rem;
}

.p-minor__intro {
  font-size: 1.0625rem;
  line-height: 1.75;
  letter-spacing: -0.05em;
  text-align: center;
}

.p-minor__tabs {
  display: flex;
  gap: 1rem;
  margin-top: 4.5625rem;
}

.p-minor__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex: 1;
  padding: 0.4375rem 0.5rem;
  background: #F4F4F4;
  border: none;
  border-radius: 5.3125rem;
  cursor: pointer;
  transition: 0.3s ease-out;
}

.p-minor__tab.is-active {
  background: #4D4D4D;
}

.p-minor__tab.is-active .p-minor__tab-text {
  color: #fff;
}

.p-minor__tab.is-active .p-minor__tab-arrow path {
  stroke: #fff;
}

.p-minor__tab-text {
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #4D4D4D;
  transition: 0.3s ease-out;
  line-height: 1.8947368421;
}

.p-minor__tab-arrow {
  flex-shrink: 0;
}

.p-minor__tab-arrow path {
  stroke: #4D4D4D;
}

.minor__tab-content {
  margin-top: 7.5rem;
}

.p-minor__tab-panel {
  display: none;
  margin-top: 3.75rem;
}

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

.p-minor__section-heading {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
}

.p-minor__section-heading-line {
  position: relative;
  width: 1rem;
  flex-shrink: 0;
  align-self: stretch;
}

.p-minor__section-heading-line::before,
.p-minor__section-heading-line::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #44b063;
}

.p-minor__section-heading-line::before {
  left: 0;
  width: 0.5rem;
}

.p-minor__section-heading-line::after {
  left: 0.75rem;
  width: 0.25rem;
}

.p-minor__section-heading-text {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding-block: 0.625rem;
}

.p-minor__items {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  margin-top: 3.4375rem;
}

.p-minor__item {
  border-radius: 0 0 1rem 1rem;
}

.p-minor__item-header {
  background: #44b063;
  border-radius: 1rem 1rem 0 0;
  padding: 0.875rem 3.125rem;
}

.p-minor__item-title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #fff;
}

.p-minor__item-body {
  padding: 2.5rem 4.25rem 3.3125rem;
  border-right: 0.1875rem solid #44b063;
  border-bottom: 0.1875rem solid #44b063;
  border-left: 0.1875rem solid #44b063;
  border-radius: 0 0 1rem 1rem;
}

.p-minor__item-text {
  font-size: 1.0625rem;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: #0A0204;
}

.p-minor__item-text01 {
  margin-right: -0.625rem;
}

.p-minor__item-text02 {
  margin-top: 2.5rem;
}

.p-minor__note {
  font-size: 0.75rem;
  line-height: 1.9;
  color: #000;
  margin-top: 1rem;
  letter-spacing: 0em;
}

.p-minor__consent-download {
  background: #F4F4F4;
  border-radius: 0.5rem;
  padding: 2.5625rem 2.5rem 2.5rem;
  margin-top: 2.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-minor__consent-download-label {
  display: inline-flex;
  align-items: center;
  background: #3C3C3C;
  padding: 0.6875rem 1rem;
  transform: skewX(-10deg);
}

.p-minor__consent-download-title {
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  transform: skewX(10deg);
  letter-spacing: 0em;
}

.p-minor__consent-download-text {
  margin-top: 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: #0A0204;
  align-self: flex-start;
  width: min(100%, 53.375rem);
  margin-inline: auto;
}

.p-minor_btn {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.p-minor__conbini-table-wrap {
  margin-top: 1.5rem;
}

.p-minor__conbini-table {
  display: grid;
  grid-template-columns: 260fr 210fr 590fr;
  border: 1px solid rgba(68, 68, 68, 0.1);
  border-radius: 0.5rem;
  overflow: hidden;
  font-size: 0.875rem;
}

.p-minor__conbini-cell {
  padding: 0.75rem 2rem;
  border-right: 1px solid rgba(68, 68, 68, 0.1);
  line-height: 1.6;
  color: #0A0204;
  border-bottom: 1px solid rgba(68, 68, 68, 0.1);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.3;
  min-height: 4rem;
}

.p-minor__conbini-cell--store {
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(68, 68, 68, 0.1);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.3;
}

.p-minor__conbini-cell--device {
  white-space: nowrap;
  border-right: none;
  display: flex;
  align-items: center;
}

.p-minor__conbini-cell--app {
  border-right: none;
  display: flex;
  align-items: center;
}

.p-minor__conbini-app-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  color: #0A0204;
  text-decoration: underline;
  transition: 0.3s ease-out;
}

.p-minor__conbini-app-link::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("/assets/img/icon_link01.svg") no-repeat center/contain;
  flex-shrink: 0;
}

.p-minor__conbini-cell--head {
  font-weight: 700;
  background: #F5F5F5;
}

.p-minor__conbini-cell--span2 {
  grid-row: span 2;
  justify-content: center;
}

.p-minor__conbini-cell--last {
  border-bottom: none;
}

.p-minor__conbini-table-wrap {
  margin-top: 2.5rem;
}

.p-minor__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  list-style: none;
  margin-top: 2.5rem;
}

.p-minor__step {
  display: flex;
  flex-direction: column;
}

.p-minor__step-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #444444;
  color: #fff;
  font-size: 1.9375rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.05em;
  line-height: 1;
  padding: 0.84375rem 0.625rem;
  position: relative;
}

.p-minor__step-badge::after {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 100%;
  top: 0;
  right: -1.1875rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #444444;
}

.p-minor__step:last-child .p-minor__step-badge::after {
  display: none;
}

.p-minor__step-body {
  margin-top: 0.75rem;
  background: #F4F4F4;
  border-radius: 1rem;
  padding: 4.1875rem 0.625rem 1.5625rem;
  flex: 1;
  text-align: center;
}

.p-minor__step-icon {
  width: 7rem;
  margin-inline: auto;
}

.p-minor__step-icon img {
  aspect-ratio: 112/84;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}

.p-minor__step-text {
  margin-top: 2.1875rem;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.05em;
  color: #0A0204;
  letter-spacing: 0em;
}

.p-minor__step-note {
  font-size: 1rem;
  font-weight: 400;
  color: #4D4D4D;
  margin-top: 1rem;
  line-height: 1.75;
  letter-spacing: -0.05em;
}

.p-minor__counseling {
  background: #FFF8EA;
  padding-block: 7.5rem;
  margin-bottom: 10rem;
}

.p-minor__counseling-heading {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.p-minor__counseling-heading-line {
  position: relative;
  width: 0.75rem;
  flex-shrink: 0;
  align-self: stretch;
}

.p-minor__counseling-heading-line::before,
.p-minor__counseling-heading-line::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #444444;
}

.p-minor__counseling-heading-line::before {
  left: 0;
  width: 0.5rem;
}

.p-minor__counseling-heading-line::after {
  left: 0.75rem;
  width: 0.25rem;
}

.p-minor__counseling-heading-text {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding-block: 0.625rem;
}

.p-minor__counseling-card {
  border-radius: 0 0 1rem 1rem;
  margin-top: 3.5rem;
}

.p-minor__counseling-card-header {
  background: #444444;
  border-radius: 1rem 1rem 0 0;
  padding: 0.875rem 3.125rem;
}

.p-minor__counseling-card-title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #fff;
}

.p-minor__counseling-card-body {
  border-right: 0.1875rem solid #444444;
  border-bottom: 0.1875rem solid #444444;
  border-left: 0.1875rem solid #444444;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  padding: 2.5rem 4.25rem 4.25rem;
}

.p-minor__counseling-row {
  display: flex;
  align-items: center;
  gap: 4.3125rem;
}

.p-minor__counseling-row:first-of-type {
  padding-bottom: 1.5rem;
}

.p-minor__counseling-row:last-of-type {
  padding-top: 0.9375rem;
}

.p-minor__counseling-label {
  flex-shrink: 0;
  width: 4.125rem;
  font-weight: 400;
  color: #0A0204;
  flex-shrink: 0;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.7647058824;
}

.p-minor__counseling-value {
  color: #0A0204;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.7647058824;
}

.p-minor__counseling-tel {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-minor__counseling-tel-icon {
  width: 2.75rem;
  aspect-ratio: 1;
  height: auto;
  border-radius: 100vh;
  background: #c9a453;
  display: grid;
  place-content: center;
}

.p-minor__counseling-tel-icon img {
  width: 1.2578125rem;
  aspect-ratio: 20.125/20.024;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-minor__counseling-tel-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2;
  color: #FF0000;
  letter-spacing: 0em;
}

.p-news {
  padding: 7.5rem 0;
}

.p-news__tabs {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 3.75rem;
  max-width: 62.5rem;
}

.p-news__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5rem;
  padding: 0.9375rem;
  border: 1px solid #333;
  color: #333;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 56.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.p-news__tab.is-active {
  background: #222;
  color: #fff;
  border-color: #222;
}

.p-news__tag--important {
  background: #333;
  color: #fff;
}

.p-news-detail {
  padding: 7.5rem 0;
  max-width: 62.5rem;
  margin-inline: auto;
}

.p-news-detail__head {
  padding-bottom: 2.5rem;
  margin-bottom: 3.75rem;
  border-bottom: 1px solid #e5e5e5;
}

.p-news-detail__meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.p-news-detail__tag {
  display: inline-block;
  padding: 0.25rem 0.9375rem;
  font-size: 0.875rem;
  background: #4d4d4d;
  color: #fff;
}

.p-news-detail__date {
  font-size: 1rem;
  color: #888;
  font-family: "Poppins", sans-serif;
}

.p-news-detail__title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-news-detail__body h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.875rem;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #44b063;
}

.p-news-detail__body h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
  border-left: 4px solid #44b063;
  padding-left: 0.9375rem;
}

.p-news-detail__body p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.p-news-detail__body img {
  margin-bottom: 2.5rem;
  width: 100%;
  height: auto;
}

.p-news-detail__body a {
  color: #44b063;
  text-decoration: underline;
  margin-bottom: 1.25rem;
}

.p-news-detail__body a:hover {
  text-decoration: none;
}

.p-news-detail__body .profile-section {
  background: #f9f9f9;
  padding: 1.875rem;
  border-radius: 0.5rem;
}

.p-news-detail__footer {
  margin-top: 5rem;
  padding-top: 3.75rem;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.p-news-detail__nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.p-news-detail__nav-item {
  font-size: 0.875rem;
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
  align-items: center;
}

.p-news-detail__nav-item:hover {
  color: #44b063;
  text-decoration: none;
}

.p-news-detail__nav-item--prev::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-right: 0.625rem;
}

.p-news-detail__nav-item--next {
  flex-direction: row-reverse;
}

.p-news-detail__nav-item--next::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  margin-left: 0.625rem;
}

.p-news-detail__back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  padding: 0.9375rem;
  border-radius: 56.25rem;
  background: #333;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-out;
  border: 1px solid #333;
}

.p-news-detail__back-btn:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

.p-payment-methods {
  padding-block: 5rem;
  background-color: #fff8ea;
}

.p-payment-methods__headline {
  text-align: center;
}

.p-payment-methods__content {
  margin-top: 2.5rem;
  margin-inline: auto;
}

.p-payment-methods__table {
  background-color: #fff;
}

.p-payment-methods__table table {
  width: 100%;
  border-collapse: collapse;
}

.p-payment-methods__table table th,
.p-payment-methods__table table td {
  border-bottom: 1px solid #e3e3e3;
  padding: 1.25rem;
  text-align: center;
  font-size: 1.0625rem;
}

.p-payment-methods__table table thead th {
  background-color: #f9f9f9;
}

.p-payment-methods__table table .is-green {
  background-color: #44b063;
  color: #fff;
}

.p-payment-methods__table table tbody th {
  font-weight: 500;
  background-color: #fff;
}

.p-payment-methods__table table tbody th a {
  color: inherit;
  text-decoration: underline;
}

.p-payment-methods__table table tbody th a:hover {
  color: #44b063;
}

.p-payment-methods__table table .is-ok {
  color: #44b063;
  font-weight: 700;
  font-size: 1.5rem;
}

.p-payment-methods__table table .is-ng {
  color: #ccc;
  font-weight: 700;
  font-size: 1.5rem;
}

.p-payment-methods__table table .not-txt {
  font-size: 0.9375rem;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-payment-methods__table_th {
  width: 21.875rem;
}

.p-payment-methods__details {
  margin-top: 4.6875rem;
}

.p-payment-methods__details .p-item06 {
  margin-top: 3.125rem;
}

.p-payment-methods__detail-box {
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 1rem;
  border: 1px solid #e3e3e3;
}

.p-payment-methods__detail-tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #f4f4f4;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.p-payment-methods__detail-tag.p-payment-methods__detail-tag--beige {
  background-color: #fff8ea;
  margin-left: 0.625rem;
}

.p-payment-methods__details__text {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #0a0204;
}

.p-payment-methods__details__text a {
  color: #44b063;
  text-decoration: underline;
  font-weight: 500;
}

.p-payment-methods__details__title {
  margin-top: 1.875rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  color: #0a0204;
  padding-left: 1.25rem;
  position: relative;
}

.p-payment-methods__details__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8125rem;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #44b063;
  opacity: 0.5;
  border-radius: 50%;
}

.p-payment-methods__details__img {
  margin-top: 1.25rem;
  max-width: 20rem;
  height: 100%;
}

.p-payment-methods__details__list-box {
  margin-top: 2.5rem;
  padding: 1.25rem;
  background-color: #f9f9f9;
  border-radius: 0.625rem;
}

.p-payment-methods__details__list-box p {
  font-weight: 700;
  text-align: center;
}

.p-payment-methods__details__list {
  margin-top: 1.25rem;
}

.p-payment-methods__details__list li {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #666;
}

.p-payment-belongings {
  background-color: #fff8ea;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.p-payment-cancel {
  padding-block: 7.5rem;
  background-color: #fff;
}

.p-payment-cancel__headline {
  text-align: center;
}

.p-payment-cancel__content {
  margin-top: 3.75rem;
  width: min(100%, 56.25rem);
  margin-inline: auto;
}

.p-payment-cancel__text {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #0a0204;
}

.p-payment-cancel__text+.p-payment-cancel__text {
  margin-top: 1.875rem;
}

.p-payment-faq {
  padding-block: 7.5rem;
  background-color: #fff;
}

.p-payment-faq__headline {
  text-align: center;
}

.p-payment-faq__list {
  margin-top: 5rem;
  width: min(100%, 56.25rem);
  margin-inline: auto;
}

.p-payment-faq__item+.p-payment-faq__item {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 1px solid #e3e3e3;
}

.p-payment-faq__q,
.p-payment-faq__a {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}

.p-payment-faq__q {
  cursor: pointer;
  position: relative;
  padding-right: 2.5rem;
}

.p-payment-faq__label {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  color: #c9a453;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #c9a453;
}

.p-payment-faq__icon {
  position: absolute;
  right: 0;
  top: 1.375rem;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.3s ease;
}

.p-payment-faq__icon::before,
.p-payment-faq__icon::after {
  content: "";
  position: absolute;
  background-color: #0a0204;
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 0.125rem;
}

.p-payment-faq__icon::before {
  width: 100%;
  height: 0.1875rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-payment-faq__icon::after {
  width: 0.1875rem;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-payment-faq__item.is-open .p-payment-faq__icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.p-payment-faq__a .p-payment-faq__label {
  background-color: #c9a453;
  color: #fff;
}

.p-payment-faq__question {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 0.3125rem;
}

.p-payment-faq__a {
  margin-top: 1.5625rem;
  display: none;
}

.p-payment-faq__answer {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #0a0204;
  margin-top: 0.3125rem;
}

.p-privacy {
  background-color: #f9f9f9;
}

/* Anchor Links */
.p-privacy-anchor {
  padding: 3.75rem 1.25rem 0;
}

.p-privacy-anchor__list {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}

.p-privacy-anchor__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  padding: 1.25rem;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 56.25rem;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
  color: #333;
}

.p-privacy-anchor__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #e3e3e3;
  border-right: 2px solid #e3e3e3;
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.3s;
}

.p-privacy-anchor__link:hover {
  background-color: #44b063;
  color: #fff;
  border-color: #44b063;
}

.p-privacy-anchor__link:hover::after {
  border-color: #fff;
}

/* Sections */
.p-privacy-section {
  padding-top: 5rem;
}

.p-privacy-legal {
  padding-bottom: 7.5rem;
}

.p-privacy-content {
  background-color: #fff;
  border-radius: 1rem;
  padding: 3.125rem;
}

.p-privacy-content__intro {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 2.5rem;
}

.p-privacy-content__block-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-privacy-content__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #44b063;
  border-bottom: 2px solid #44b063;
  padding-bottom: 0.9375rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  display: inline-block;
}

.p-privacy-content__title:first-of-type {
  margin-top: 0;
}

.p-privacy-content__subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.9375rem;
  display: flex;
  align-items: center;
}

.p-privacy-content__subtitle::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.625rem;
  background: url("../img/icon_check03@2x.png") no-repeat center/contain;
}

.p-privacy-content__text {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #555;
}

.p-privacy-content__text a {
  color: #44b063;
  text-decoration: underline;
  font-weight: 700;
}

.p-privacy-content__list {
  margin: 0.9375rem 0;
  padding-left: 1.25rem;
}

.p-privacy-content__list li {
  list-style-type: decimal;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 0.3125rem;
}

.p-privacy-content__list li:last-child {
  margin-bottom: 0;
}

.p-privacy-content__list--red {
  padding: 2.5rem 3.125rem;
  background-color: #ffeaea;
}

.p-single-clinic-menu {
  padding-block: 7.8125rem 0rem;
}

.p-single-clinic-menu__headline {
  text-align: center;
}

.p-single-clinic-menu__headline .c-headline10__sub {
  color: #E3E3E3;
}

.p-single-clinic-menu__headline .c-headline10__main {
  color: #444444;
}

.p-single-clinic-menu__lead {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  color: #0a0204;
  margin-top: 3.25rem;
}

.p-single-clinic-menu__item {
  margin-top: 3.5rem;
  padding: 4rem 4.4375rem 3.75rem;
  background-color: #f9f9f9;
  border-radius: 0.9375rem;
}

.p-single-clinic-menu__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}

.p-single-clinic-menu__map {
  width: min(100%, 27.625rem);
}

.p-single-clinic-menu__map iframe {
  aspect-ratio: 442/332;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.p-single-clinic-menu__list {
  flex: 1;
}

.p-single-clinic-menu__list_item {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  padding: 1.21875rem 0.25rem 1.21875rem 0.625rem;
  border-bottom: 1px solid #f2f2f2;
}

.p-single-clinic-menu__list_item:last-child {
  border-bottom: none;
}

.p-single-clinic-menu__list_label {
  flex-shrink: 0;
  width: 6rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #0a0204;
}

.p-single-clinic-menu__list_value {
  flex: 1;
  margin: 0;
  min-width: 0;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #0a0204;
}

.p-single-clinic-menu__list_note {
  margin-top: 1.4375rem;
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #0a0204;
}

.p-single-clinic-menu__footer {
  margin-top: 3rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #0a0204;
  text-align: center;
}

.p-single-clinic-menu__link {
  font-weight: 700;
  color: #44b063;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}

.p-single-clinic-introduction {
  overflow-x: clip;
  padding-block: 10rem;
}

.p-single-clinic-introduction__lead {
  color: #0A0204;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.05em;
  margin-top: 2.1875rem;
  text-align: center;
}

.p-single-clinic-introduction__slider {
  margin-top: 4rem;
  margin-inline: calc(50% - 50vw);
}

.p-single-clinic-introduction__slider .swiper {
  overflow: hidden;
}

.p-single-clinic-introduction__slider .swiper-wrapper {
  align-items: stretch;
}

.p-single-clinic-introduction__slider .swiper-slide {
  width: 23.6875rem;
  flex-shrink: 0;
  height: auto;
}

.p-single-clinic-introduction__img {
  height: 100%;
}

.p-single-clinic-introduction__img img {
  aspect-ratio: 379/284;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.p-single-clinic-introduction__nav {
  margin-top: 2.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}

.p-single-clinic-introduction__nav .swiper-pagination-fraction,
.p-single-clinic-introduction__nav .swiper-pagination-custom,
.p-single-clinic-introduction__nav .swiper-horizontal>.swiper-pagination-bullets,
.p-single-clinic-introduction__nav .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: -moz-fit-content;
  width: fit-content;
}

.p-single-clinic-introduction__prev,
.p-single-clinic-introduction__next {
  flex-shrink: 0;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  border: none;
  background: none;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  display: grid;
  padding: 0;
}

.p-single-clinic-introduction__prev svg,
.p-single-clinic-introduction__next svg {
  display: grid;
  width: 2.5rem;
}

.p-single-clinic-introduction__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: static;
}

.p-single-clinic-introduction__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #D9D9D9;
  opacity: 1;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0 !important;
}

.p-single-clinic-introduction__pagination .swiper-pagination-bullet-active {
  background-color: #898989;
}

.p-single-clinic-access {
  padding-bottom: 7.5rem;
}

.p-single-clinic-access__container {
  padding: 3.4375rem 6.375rem;
  background-color: #f9f9f9;
}

.p-single-clinic-access__content {
  margin-top: 3.5rem;
}

.p-single-clinic-guide {
  background: url(../img/single-clinic-guide_bg01.png) center center/contain repeat-y;
  padding-block: 7.5rem;
}

.p-single-clinic-guide__lead {
  text-align: center;
  color: #0A0204;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.05em;
  margin-top: 2.3125rem;
}

.p-single-clinic-guide__item {
  margin-top: 7rem;
}

.p-single-clinic-plan {
  padding-block: 7.5rem 0;
}

.p-single-clinic-plan__lead {
  color: #0A0204;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.05em;
  margin-top: 2.3125rem;
}

.p-single-clinic-plan__item {
  margin-top: 6.25rem;
}

.p-single-clinic-treatment {
  padding-block: 7.5rem 10rem;
}

.p-single-clinic-treatment__item {
  margin-top: 5.75rem;
}

.p-single-menu__img-sp {
  display: none;
}

.p-single-menu-about {
  padding-block: 5.3125rem 10rem;
}

.p-single-menu-about__lead {
  margin-top: 3.5rem;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.9;
  color: #4d4d4d;
}

.p-single-menu-point {
  padding-block: 6.5rem 12rem;
  background: #fff5e0;
}

.p-single-menu-point__lead {
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.9;
  color: #4d4d4d;
  margin-top: 1.875rem;
  text-align: center;
}

.p-single-menu-point__lead.left {
  text-align: left;
  margin-left: 12.5rem;
  margin-top: 0.625rem;
}

.p-single-menu-point__subheadline {
  margin-top: 2.625rem;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #444;
  padding-bottom: 1rem;
  position: relative;
}

.p-single-menu-point__subheadline::after {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 0.3125rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #44b063;
  border-radius: 100vh;
}

.p-single-menu-point__itemwrap {
  margin-top: 1.625rem;
}

.p-single-menu-point__decotext {
  padding: 0.625rem 1.875rem 0.8125rem;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-top: 2.8125rem;
  margin-left: 13rem;
  z-index: 1;
  font-size: 1.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.75;
}

.p-single-menu-point__decotext::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 1.3125rem;
  left: 12.8125rem;
  top: -1.25rem;
  clip-path: polygon(0 0, 35% 100%, 100% 100%);
  background: #44b063;
}

.p-single-menu-point__decotext::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 98% 0%, 100% 100%, 0% 100%);
  background: #44b063;
  z-index: -1;
}

.p-single-menu-point__decotext--highlight {
  color: #fffa64;
}

.p-single-menu-point__note {
  margin-top: 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-left: 13.125rem;
}

.p-single-menu-effect {
  padding-block: 4.625rem 10rem;
  overflow-x: clip;
}

.p-single-menu-effect__lead {
  color: #4d4d4d;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.9;
  margin-top: 3.5rem;
  width: min(100%, 62.125rem);
  margin-inline: auto;
}

.p-single-menu-effect__card {
  margin-top: 4rem;
}

.p-single-menu-effect__items {
  margin-top: 10.4375rem;
}

.p-single-menu-guide {
  padding-block: 7.5rem 7.0625rem;
  background: url(../img/single-menu-guide_bg01.png) center center/contain repeat-y;
}

.p-single-menu-guide__lead {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.75;
  text-align: center;
  margin-top: 2.25rem;
}

.p-single-menu-guide__item {
  margin-top: 6.25rem;
}

.p-single-menu-price {
  padding-block: 7.5rem 0rem;
}

.p-single-menu-price__card {
  margin-top: 3.4375rem;
}

.p-single-menu-price__item {
  margin-top: 5.9375rem;
}

.p-single-menu-counseling {
  overflow-x: clip;
  padding-block: 7.5rem;
}

.p-single-menu .p-clinic-cards {
  margin-bottom: 9.4375rem;
}

.p-single-menu-counseling__lead {
  margin-top: 3.5rem;
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0em;
  color: #444;
}

.p-single-menu-counseling__slider {
  margin-top: 3.5625rem;
  margin-right: calc(50% - 50vw);
}

.p-single-menu-counseling__slider .swiper {
  padding-block: 0.3125rem;
  padding-left: 0.3125rem;
  margin-left: -0.3125rem;
}

.p-single-menu-counseling__slider .swiper-wrapper {
  align-items: stretch;
}

.p-single-menu-counseling__slider .swiper-slide {
  width: 23.6875rem;
  flex-shrink: 0;
  height: auto;
  display: flex;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
}

.p-single-menu-counseling__pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: static;
}

.p-single-menu-counseling__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #d9d9d9;
  opacity: 1;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0 !important;
}

.p-single-menu-counseling__pagination .swiper-pagination-bullet-active {
  background-color: #44b063;
}

.p-single-menu-counseling__slider .slide-img {
  height: 100%;
  display: flex;
}

.p-single-menu-counseling__slider .p-card10 {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.p-single-menu-counseling__btnwrap {
  margin-top: 5.125rem;
  display: flex;
  justify-content: center;
}

.p-system {
  padding-block: 10.0625rem 11.8125rem;
}

.p-system__leadwrap {
  padding-right: 1.25rem;
}

.p-system__lead {
  position: relative;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 1.34375rem 2.8125rem 1.34375rem 3.40625rem;
  background: #333;
  line-height: 1;
  margin-top: 1.5625rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  --clip-path: inset(0% 0% 0% 0%);
}

.p-system__lead::after {
  display: none;
  position: absolute;
  content: "";
  inset: 0;
  background: #333;
  clip-path: var(--clip-path);
  display: block;
}

.p-system__lead-text {
  position: relative;
}

.p-system__lead01 {
  --clip-path: inset(0% 0% 0% 0%);
  display: inline-block;
}

.p-system__lead01::after {
  display: none;
  position: absolute;
  content: "";
  inset: 0;
  background-color: #333;
  clip-path: var(--clip-path);
}

.p-system__lead02 {
  letter-spacing: -0.05em;
  --clip-path: inset(0% 0% 0% 0%);
  display: inline-block;
}

.p-system__lead02::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #333;
  clip-path: var(--clip-path);
  display: inline-block;
  z-index: 1;
  display: none;
}

.p-system__item {
  margin-top: 4.5rem;
}

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

.p-top-beginner {
  padding-block: 6.25rem 8.5rem;
  background: #f4f4f4;
}

.p-top-beginner__item {
  margin-top: 4.0625rem;
}

.p-top-beginner__decotext {
  padding: 1.5625rem 3.4375rem 1.4375rem 3.1875rem;
  color: #fffcad;
  position: relative;
  display: inline-block;
  margin-top: 2.5rem;
  margin-left: 10.9375rem;
  z-index: 1;
}

.p-top-beginner__decotext::before {
  position: absolute;
  content: "";
  width: 3.5375rem;
  height: 2.20625rem;
  left: 9.8125rem;
  top: -1.5125rem;
  background: url(../img/icon_triangle01@2x.png) center center/contain no-repeat;
}

.p-top-beginner__decotext::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 97% 0%, 100% 100%, 0% 100%);
  background: #44b063;
  z-index: -1;
}

.p-top-beginner__decotext-small {
  font-size: 1.28125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.32;
  display: block;
}

.p-top-beginner__decotext-large {
  font-size: 2.15625rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.32;
  margin-top: 0.125rem;
  display: block;
}

.p-top-beginner__note {
  margin-top: 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-left: 10.9375rem;
}

.p-top-beginner__btn {
  margin-top: 4.875rem;
  display: flex;
  justify-content: center;
}

.p-top-counseling {
  padding-block: 7.375rem 12.0625rem;
  background: #fff8ea;
}

.p-top-counseling__lead {
  margin-top: 3.75rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 2.0625rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  padding: 1.3125rem 2.3125rem 1.3125rem 1.625rem;
  background: #333;
  color: #fff;
  --clip-path: inset(0% 0% 0% 0%);
  position: relative;
}

.p-top-counseling__lead::after {
  position: absolute;
  content: "";
  inset: 0;
  background: #333;
  clip-path: var(--clip-path);
}

.p-top-counseling__text01 {
  margin-top: 1.75rem;
  font-size: 1.53125rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.71;
  text-align: center;
}

.p-top-counseling__wrap {
  display: flex;
  align-items: flex-end;
  gap: 3.5625rem;
  margin-top: 4.375rem;
}

.p-top-counseling__img {
  width: min(100%, 38.5rem);
}

.p-top-counseling__img img {
  aspect-ratio: 616/297;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.p-top-counseling__textwrap {
  flex: 1;
}

.p-top-counseling__text02 {
  font-size: 2.15625rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  padding-right: 1.875rem;
  text-decoration: underline;
  text-underline-offset: 0.375rem;
  text-decoration-thickness: 2px;
  color: #c9a453;
  text-align: center;
}

.p-top-counseling__meta {
  margin-top: 2.5625rem;
  display: flex;
  align-items: center;
  gap: 2.9375rem;
}

.p-top-counseling__item {
  width: 13.875rem;
  aspect-ratio: 1;
  height: auto;
  border-radius: 100vh;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.625rem;
  background: #c9a453;
  padding-top: 2.25rem;
}

.p-top-counseling__item-title {
  font-size: 1.8125rem;
  font-weight: 700;
  letter-spacing: 0em;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.3125rem;
  color: #fff;
}

.p-top-counseling__item-text01 {
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.37;
  margin-top: 0.1875rem;
  color: #fff;
  text-align: center;
}

.p-top-counseling__item-text02 {
  font-size: 2.59375rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 0.25rem;
  text-align: center;
  color: #fff;
}

.p-top-counseling__item-text02-big {
  font-size: 4.1875rem;
  font-family: "Bebas Neue", sans-serif;
}

.p-top-counseling__btn-wrap {
  display: flex;
  justify-content: center;
  gap: 2.4375rem;
  margin-top: 6rem;
}

.p-top-difference {
  padding-block: 9rem 11.875rem;
}

.p-top-difference__header {
  text-align: center;
}

.p-top-difference__wrap {
  margin-top: 4.875rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3.8125rem;
}

.p-top-difference__img {
  width: min(100%, 33.75rem);
}

.p-top-difference__img img {
  aspect-ratio: 540/345;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.p-top-difference__content {
  width: min(100%, 27.5rem);
}

.p-top-difference__lead {
  font-size: 1.90625rem;
  font-weight: 900;
  color: #44b063;
  letter-spacing: -0.03em;
  line-height: 1.56;
  white-space: nowrap;
}

.p-top-difference__text {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.8;
  margin-top: 0.625rem;
  font-feature-settings: "palt";
}

.p-top-difference__list {
  margin-top: 2.375rem;
  background-color: #f8f8f8;
  padding: 1.375rem 1.25rem 1.75rem 2.0625rem;
  width: min(100%, 25.5rem);
}

.p-top-difference__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-top-difference__item+.p-top-difference__item {
  margin-top: 0.9375rem;
}

.p-top-difference__item-icon {
  width: 1.6875rem;
  flex-shrink: 0;
}

.p-top-difference__item-icon img {
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-top-difference__item-text {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.44;
}

.p-top-difference__conclusion {
  font-size: 1.90625rem;
  font-weight: 700;
  color: #444;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-top: 3.4375rem;
  text-align: center;
  font-feature-settings: "palt";
}

.p-top-difference__btn {
  margin-top: 4.8125rem;
  display: flex;
  justify-content: center;
}

.p-top-fv {
  padding-block: 7.5rem 3.75rem;
  position: relative;
  background: url(../img/top_fv_bg01.png) center center/cover no-repeat;
  margin-top: 7.3125rem;
}

.p-top-fv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 7.6875rem;
  left: 0;
  bottom: 0;
  background: #44b063;
}

.p-top-fv__container {
  position: relative;
  width: min(100%, 69.25rem);
  margin-inline: auto;
}

.p-top-fv__bgimg-wrap {
  position: absolute;
  display: block;
  bottom: -3.75rem;
  right: -4.3125rem;
  width: min(100%, 41.0625rem);
  z-index: 0;
}

.p-top-fv__bgimg {
  display: block;
}

.p-top-fv__bgimg img {
  aspect-ratio: 657/706;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-top-fv__headlinewrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -0.9375rem;
}

.p-top-fv__headline {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.p-top-fv__headline-deco-wrap {
  position: absolute;
  width: min(100%, 18.4375rem);
  top: -0.625rem;
  left: 0.8125rem;
  display: block;
  z-index: 1;
}

.p-top-fv__headline-deco {
  display: block;
  opacity: 0;
}

.p-top-fv__headline-deco img {
  aspect-ratio: 253/94.7;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-top-fv__headline-small {
  font-size: 5.1875rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #44b063;
  display: block;
  margin-bottom: 0.9375rem;
  font-feature-settings: "palt";
  white-space: nowrap;
  transform: scaleX(0.87);
}

.p-top-fv__headline-big {
  font-size: 16rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  color: #44b063;
  height: 11.375rem;
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
  margin-left: -1.5rem;
}

.p-top-fv__headline-big-small {
  font-size: 9.8125rem;
  align-items: flex-end;
  display: flex;
  height: 6rem;
  display: block;
  margin-left: -0.9375rem;
}

.p-top-fv__img {
  width: min(100%, 32.375rem);
  margin-top: 1.25rem;
  position: relative;
  margin-left: 2.75rem;
  display: block;
}

.p-top-fv__img img {
  aspect-ratio: 467.1/299.7;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.p-top-news {
  padding-block: 8.4375rem 12.1875rem;
}

.p-top-news__item {
  margin-top: 2.25rem;
  width: min(100%, 62.5rem);
  margin-inline: auto;
}

.p-top-news__btn-wrap {
  margin-top: 5.0625rem;
  display: flex;
  justify-content: center;
  gap: 2.4375rem;
}

.p-top-price {
  padding-block: 7.5rem 11rem;
}

.p-top-price__item {
  margin-top: 4.375rem;
}

.p-top-price__note {
  margin-top: 3.125rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-top-reason {
  padding-block: 10.0625rem 8.5rem;
  background: url(../img/top_reason_bg01.png) center center/cover no-repeat;
}

.p-top-reason__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-top-reason__headlineja {
  width: min(100%, 43.75rem);
}

.p-top-reason__headlineja span {
  display: inline-block;
  background: #333;
  color: #fff;
}

.p-top-reason__headlinejasmall {
  padding: 1.421875rem 2.1875rem;
  font-size: 2.28125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

.p-top-reason__headlinejabig {
  font-size: 3.59375rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-top: 1.125rem;
  padding: 1.171875rem 2.0625rem;
}

.p-top-reason__headline-text {
  position: relative;
  --clip-path: inset(0% 0% 0% 100%);
  display: inline-block;
}

.p-top-reason__headline-text::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #333;
  clip-path: var(--clip-path);
  display: inline-block;
}

.p-top-reason__headlineen {
  font-size: 10.59375rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  margin-top: -0.9375rem;
  display: block;
  clip-path: inset(0% 0% 15% 0%);
  overflow: hidden;
  background: linear-gradient(90deg, #333 0%, #333 50%, #44b063 51%, #44b063 100%);
  background-size: 200% 100%;
  background-position: -100% 0%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-top-reason__item {
  margin-top: 6.9375rem;
}

.u-sp {
  display: none;
}

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

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

  a[href^="tel:"] {
    pointer-events: all;
  }

  .l-inner {
    width: min(100%, 37.5rem);
  }

  .c-breadcrumb {
    margin-bottom: 1.875rem;
  }

  .c-btn01 {
    gap: 0.5625rem;
    width: min(100%, 17.8125rem);
    padding: 0.9375rem 0.625rem 1.03125rem;
    border-radius: 1.75rem;
  }

  .c-btn01__icon {
    width: 1.375rem;
    aspect-ratio: 22/23;
  }

  .c-btn01__text {
    font-size: 1.125rem;
  }

  .c-btn03 {
    width: min(100%, 17.3125rem);
    border-radius: 1.5rem;
    padding: 0.875rem 0.3125rem;
  }

  .c-btn03__text {
    font-size: 1.125rem;
  }

  .c-btn03__text--small-sp {
    font-size: 0.875rem;
  }

  .c-btn03_small .c-btn03__text {
    font-size: 0.875rem;
  }

  .c-btn03__icon {
    width: 1rem;
    aspect-ratio: 16/17;
    right: 1rem;
  }

  .c-btn04 {
    width: min(100%, 19.0625rem);
    border-radius: 1.5rem;
    padding: 0.875rem 0.3125rem;
  }

  .c-btn04__text {
    font-size: 1.125rem;
  }

  .c-btn04__text--sp-small {
    font-size: 1rem;
  }

  .c-btn04__icon {
    width: 1rem;
    aspect-ratio: 16/17;
    right: 1rem;
  }

  .c-btn05 {
    width: min(100%, 19.0625rem);
    border-radius: 1.5rem;
    padding: 0.875rem 0.3125rem;
  }

  .c-btn05__text {
    font-size: 1.125rem;
  }

  .c-btn05__icon {
    width: 1rem;
    aspect-ratio: 16/17;
    right: 1rem;
  }

  .c-btn06 {
    padding: 0.8125rem;
    width: min(100%, 17.3125rem);
  }

  .c-btn07 {
    padding: 0.875rem 0.625rem;
    width: min(100%, 17.3125rem);
  }

  .c-btn07__text {
    font-size: 1.125rem;
  }

  .c-btn07__text--small {
    font-size: 0.875rem;
  }

  .c-btn07__icon {
    width: 1rem;
    right: 1.0625rem;
  }

  .c-btn08 {
    width: min(100%, 17.3125rem);
    border-radius: 1.5rem;
    padding: 0.875rem 0.3125rem;
  }

  .c-btn08__text {
    font-size: 1.125rem;
  }

  .c-btn08__text--small-sp {
    font-size: 0.875rem;
  }

  .c-btn08__icon {
    width: 1rem;
    aspect-ratio: 16/17;
    right: 1rem;
  }

  .c-btn09 {
    width: min(100%, 17.3125rem);
    border-radius: 1.5rem;
    padding: 0.875rem 0.3125rem 0.875rem 1.25rem;
  }

  .c-btn09__text {
    font-size: 0.875rem;
  }

  .c-btn09__icon {
    width: 1rem;
    aspect-ratio: 16/17;
    right: 1rem;
  }

  .c-btn10 {
    width: min(100%, 17.3125rem);
    border-radius: 1.5rem;
    padding: 0.875rem 0.3125rem 0.875rem 0.9375rem;
  }

  .c-btn10__text {
    font-size: 0.6875rem;
  }

  .c-btn10__icon {
    width: 1rem;
    aspect-ratio: 16/17;
    right: 1rem;
  }

  .c-headline01__sub {
    font-size: 1.4375rem;
    gap: 0rem;
  }

  .c-headline01__sub::before {
    width: 0.875rem;
    aspect-ratio: 14/22;
  }

  .c-headline01__main {
    font-size: 1.78125rem;
    margin-top: 0.1875rem;
    line-height: 1.4;
  }

  .c-headline02__sub {
    font-size: 1.4375rem;
    gap: 0rem;
    letter-spacing: -0.03em;
  }

  .c-headline02__sub::before {
    width: 0.875rem;
    aspect-ratio: 14/22;
  }

  .c-headline02__main {
    font-size: 1.78125rem;
    margin-top: 0.625rem;
    gap: 1.3125rem;
    line-height: 1.4;
    letter-spacing: -0.03em;
  }

  .c-headline03 {
    padding-right: 0rem;
  }

  .c-headline03__sub {
    font-size: 1.4375rem;
    gap: 0.3125rem;
  }

  .c-headline03__sub::before {
    width: 0.875rem;
    aspect-ratio: 14/22;
  }

  .c-headline03__main {
    font-size: 1.78125rem;
    margin-top: 0.8125rem;
    gap: 0.625rem;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }

  .c-headline04__sub {
    font-size: 1.4375rem;
    gap: 0.3125rem;
  }

  .c-headline04__sub::before {
    width: 0.875rem;
    aspect-ratio: 14/22;
  }

  .c-headline04__main {
    font-size: 1.78125rem;
    margin-top: 0.9375rem;
    letter-spacing: 0.03em;
    padding-left: 0.625rem;
    line-height: 1.4;
  }

  .c-headline04__main::before {
    width: 7.3125rem;
    height: 6.9375rem;
    right: -2.3125rem;
    top: 0.4375rem;
  }

  .c-headline05__sub {
    font-size: 1.4375rem;
    gap: 0.625rem;
  }

  .c-headline05__sub::before {
    width: 0.875rem;
    aspect-ratio: 14/22;
  }

  .c-headline05__main {
    font-size: 1.78125rem;
    margin-top: 0.3125rem;
  }

  .c-headline06__badge {
    left: -1.75rem;
    width: 2.875rem;
    top: 0;
    transform: none;
  }

  .c-headline06__label01 {
    padding: 0.625rem 1.125rem 0.75rem 1.5rem;
  }

  .c-headline06__label02 {
    padding: 0.84375rem 1.125rem 0.78125rem 0.625rem;
    font-size: 1.5rem;
  }

  .c-headline07__sub {
    font-size: 1.4375rem;
  }

  .c-headline07__sub::before {
    width: 1.125rem;
  }

  .c-headline07__main {
    font-size: 1.78125rem;
  }

  .c-headline08__sub {
    font-size: 1.4375rem;
    gap: 0rem;
  }

  .c-headline08__sub::before {
    width: 0.875rem;
    aspect-ratio: 14/22;
  }

  .c-headline08__main-small {
    font-size: 1.25rem;
  }

  .c-headline08__main-big {
    font-size: 1.625rem;
    margin-top: 0.1875rem;
    line-height: 1.4;
  }

  .c-headline09__badge {
    left: -1.75rem;
    width: 2.875rem;
    top: 0;
    transform: none;
  }

  .c-headline09__label01 {
    padding: 0.625rem 1.125rem 0.75rem 1.5rem;
    font-size: 1.75rem;
  }

  .c-headline09__label02 {
    padding: 0.84375rem 1.125rem 0.78125rem 0.625rem;
    font-size: 1.5rem;
  }

  .c-headline10__sub {
    font-size: 1.4375rem;
    gap: 0rem;
    letter-spacing: -0.03em;
  }

  .c-headline10__sub::before {
    width: 0.875rem;
    aspect-ratio: 14/22;
  }

  .c-headline10__main {
    font-size: 1.78125rem;
    margin-top: 0.625rem;
    gap: 1.3125rem;
    line-height: 1.4;
    letter-spacing: -0.03em;
  }

  .c-headline10__main--small-sp {
    font-size: 1.5rem;
  }

  .p-accounting01 {
    padding-block: 3.125rem 5.0625rem;
    background-image: url(../img/top_accounting_bg_sp01@2x.png);
  }

  .p-accounting01__text {
    line-height: 1.4;
    margin-top: 1.875rem;
    letter-spacing: -0.03em;
  }

  .p-accounting01__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.1875rem;
    padding: 2.8125rem 1.25rem 3.3125rem;
    width: min(100%, 20.9375rem);
  }

  .p-accounting01__content::before {
    top: -0.60625rem;
  }

  .p-accounting01__item {
    width: min(100%, 5.3125rem);
  }

  .p-accounting01__img {
    width: min(100%, 5rem);
  }

  .p-accounting01__heading {
    font-size: 0.96875rem;
    line-height: 1.13;
    margin-top: 0.4375rem;
    text-align: center;
  }

  .p-accounting01__note {
    font-size: 0.3125rem;
    line-height: 1.2;
    margin-top: 0.3125rem;
  }

  .p-card01 {
    display: block;
    grid-row: unset;
    padding: 3.5625rem 1.3125rem 3.3125rem;
    border-radius: 1rem;
  }

  .p-card01__header {
    left: 2.375rem;
    top: -1.1875rem;
  }

  .p-card01__img img {
    aspect-ratio: 293/144;
  }

  .p-card01__title {
    font-size: 1.375rem;
    margin-top: 1.1875rem;
    line-height: 1.5;
    font-feature-settings: "palt";
    text-align: center;
  }

  .p-card01__text {
    font-size: 0.875rem;
    line-height: 1.71;
    margin-top: 0.5625rem;
  }

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

  .p-card01__list {
    margin-top: 1.25rem;
    padding: 1.75rem 0.3125rem 2.25rem 1.625rem;
  }

  .p-card01__list01 {
    padding-block: 1.75rem 2.25rem;
  }

  .p-card01__item {
    gap: 0.625rem;
  }

  .p-card01__item+.p-card01__item {
    margin-top: 1.3125rem;
  }

  .p-card01__item-icon {
    width: 1.4375rem;
  }

  .p-card01__item-text {
    font-size: 0.875rem;
    line-height: 1.36;
    letter-spacing: 0.02em;
    font-feature-settings: "palt";
  }

  .p-card01__btn {
    margin-top: 1.9375rem;
  }

  .p-card02__header {
    padding: 2.1875rem 0.3125rem 1.625rem;
  }

  .p-card02__title {
    font-size: 1.875rem;
    letter-spacing: 0em;
  }

  .p-card02__tag-wrap {
    margin-top: 0.75rem;
  }

  .p-card02__tag {
    padding: 0.328125rem 0.625rem;
    width: min(100%, 5rem);
    font-size: 1.21875rem;
  }

  .p-card02__tag::after {
    right: -0.9375rem;
  }

  .p-card02__deco {
    width: 7.125rem;
    right: 0.0625rem;
  }

  .p-card02__deco img {
    aspect-ratio: 114/126;
  }

  .p-card02__body {
    padding: 0.9375rem 1.625rem 2.4375rem;
  }

  .p-card02__price {
    padding-bottom: 0.5rem;
    width: unset;
    justify-content: center;
  }

  .p-card02__price-tag {
    width: 3.375rem;
  }

  .p-card02__price-tagbig {
    font-size: 2.34375rem;
  }

  .p-card02__price-tagsmall {
    font-size: 1.25rem;
    margin-top: 0.0625rem;
  }

  .p-card02__price-text {
    gap: 0.25rem;
  }

  .p-card02__price-text-big {
    font-size: 5.5rem;
  }

  .p-card02__price-text-small {
    padding-bottom: 1.0625rem;
  }

  .p-card02__price-text-top {
    font-size: 0.6875rem;
  }

  .p-card02__price-text-bottom {
    font-size: 1.625rem;
    margin-top: 0.0625rem;
  }

  .p-card02__img {
    width: min(100%, 16.9375rem);
    margin-top: 1.5625rem;
  }

  .p-card02__text {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 1.375rem;
  }

  .p-card02__btn {
    margin-top: 1.375rem;
  }

  .p-card03 {
    border-radius: 1rem;
  }

  .p-card03__header {
    padding: 1.3125rem 0.125rem 1.375rem;
  }

  .p-card03__title {
    font-size: 1.78125rem;
  }

  .p-card03__tag-wrap {
    margin-top: 0.625rem;
  }

  .p-card03__tag {
    padding: 0.328125rem 1.125rem;
    font-size: 1.21875rem;
    letter-spacing: -0.05em;
  }

  .p-card03__body {
    padding: 1.5625rem 1.25rem 1.6875rem;
  }

  .p-card03__price-wrap {
    gap: 1.5rem;
    padding-bottom: 1.375rem;
    justify-content: center;
  }

  .p-card03__price-tag {
    font-size: 0.90625rem;
    width: 100%;
    padding: 0.171875rem;
  }

  .p-card03__price-tag-01 {
    width: 9.5625rem;
  }

  .p-card03__price-text-big {
    font-size: 3.3125rem;
  }

  .p-card03__price-text-top {
    font-size: 0.65625rem;
  }

  .p-card03__price-text-bottom {
    font-size: 1.3125rem;
    padding-bottom: 0.75rem;
  }

  .p-card03__wrap {
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
    margin-top: 1.125rem;
    padding-left: 0.3125rem;
  }

  .p-card03__img {
    flex-shrink: 0;
    min-height: unset;
    margin-top: unset;
  }

  .p-card03__text {
    font-size: 1rem;
    line-height: 1.75;
    min-height: unset;
    margin-top: unset;
    padding-right: 0rem;
  }

  .p-card03__btn {
    margin-top: 1.6875rem;
  }

  .p-card04__title-img-wrap {
    padding: 1.8125rem 0.625rem 1.625rem;
  }

  .p-card04__title-img {
    width: min(100%, 12.25rem);
  }

  .p-card04__title-img img {
    aspect-ratio: 196/63;
  }

  .p-card04__price-wrap {
    padding: 0.5rem 0.625rem 0.125rem;
  }

  .p-card04__price-big {
    font-size: 5.25rem;
  }

  .p-card04__price-small {
    font-size: 2.5rem;
  }

  .p-card04__price-middle {
    font-size: 3.875rem;
  }

  .p-card04__body {
    padding: 1.3125rem 2.1875rem 1.25rem;
  }

  .p-card04__tag {
    font-size: 0.96875rem;
    padding: 0.671875rem;
    width: min(100%, 15.875rem);
  }

  .p-card04__list {
    margin-top: 1.0625rem;
    padding-left: 0.125rem;
  }

  .p-card04__item {
    gap: 0.375rem;
  }

  .p-card04__item+.p-card04__item {
    margin-top: 0.5rem;
  }

  .p-card04__item-icon {
    width: 1.5rem;
  }

  .p-card04__item-text {
    font-size: 1.0625rem;
  }

  .p-card05__title-img-wrap {
    padding: 1.875rem 0.625rem;
  }

  .p-card05__price-wrap {
    padding: 1.1875rem 0.625rem 0.8125rem;
  }

  .p-card05__body {
    padding: 1.3125rem 2.1875rem 1.75rem;
  }

  .p-card05__tag {
    font-size: 0.96875rem;
  }

  .p-card05__list {
    padding-left: 0.3125rem;
  }

  .p-card05__item-icon {
    margin-top: 0.1875rem;
  }

  .p-card05__item-text {
    font-size: 1.0625rem;
  }

  .p-card06__title {
    padding: 0.65625rem 0.625rem;
    font-size: 0.96875rem;
  }

  .p-card06__body {
    padding: 0.3125rem 0.375rem 1rem;
  }

  .p-card06__img img {
    aspect-ratio: 148/98;
  }

  .p-card06__text {
    font-size: 0.75rem;
    margin-top: 0.3125rem;
    padding-inline: 0.3125rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 1.67;
  }

  .p-card07__header {
    padding: 2.1875rem 0.125rem 2.1875rem;
  }

  .p-card07__title {
    font-size: 1.78125rem;
    letter-spacing: -0.03em;
  }

  .p-card07__deco {
    width: 5.625rem;
    right: 0.0625rem;
  }

  .p-card07__deco img {
    aspect-ratio: 114/126;
  }

  .p-card07__body {
    padding: 1.5625rem 1.25rem 1.6875rem;
  }

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

  .p-card07__item {
    gap: 0.625rem;
  }

  .p-card07__item+.p-card07__item {
    margin-top: 0.625rem;
  }

  .p-card07__item-label {
    font-size: 0.875rem;
    padding: 0.3125rem 0.3125rem;
    width: min(100%, 5rem);
  }

  .p-card07__item-text {
    font-size: 0.875rem;
    line-height: 1.75;
  }

  .p-card07__description {
    font-size: 1.4375rem;
    margin-top: 1.25rem;
  }

  .p-card07__text {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 1.25rem;
  }

  .p-card07__btn {
    margin-top: 1.6875rem;
    gap: 1.25rem;
  }

  .p-card08__header {
    padding: 2.1875rem 0.125rem 2.1875rem;
  }

  .p-card08__title {
    font-size: 1.78125rem;
    letter-spacing: -0.03em;
  }

  .p-card08__deco {
    width: 5.625rem;
    right: 0.0625rem;
  }

  .p-card08__deco img {
    aspect-ratio: 114/126;
  }

  .p-card08__body {
    padding: 0.9375rem 1.625rem 2.4375rem;
  }

  .p-card08__price {
    padding-top: 0.9375rem;
    justify-content: center;
  }

  .p-card08__price-tag {
    width: 3.375rem;
  }

  .p-card08__price-tagbig {
    font-size: 2.34375rem;
  }

  .p-card08__price-tagsmall {
    font-size: 1.25rem;
    margin-top: 0.375rem;
  }

  .p-card08__price-text {
    gap: 0.25rem;
  }

  .p-card08__price-text-big {
    font-size: 5.5rem;
  }

  .p-card08__price-text-small {
    padding-bottom: 1.0625rem;
  }

  .p-card08__price-text-top {
    font-size: 0.6875rem;
  }

  .p-card08__price-text-bottom {
    font-size: 1.625rem;
    margin-top: 0.0625rem;
  }

  .p-card08__text {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 1.375rem;
  }

  .p-card08__btn {
    margin-top: 1.375rem;
    gap: 1.25rem;
  }

  .p-card09 {
    padding: 1.25rem 1.25rem 1.25rem;
  }

  .p-card09__img {
    width: min(100%, 10rem);
  }

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

  .p-card09__text {
    font-size: 0.875rem;
    line-height: 1.75;
  }

  .p-card10 {
    padding: 1.5rem 1.25rem;
  }

  .p-card10__img img {
    aspect-ratio: 331/180;
  }

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

  .p-card10__title {
    padding-bottom: 0.625rem;
  }

  .p-card10__title-label,
  .p-card10__title-text {
    font-size: 1.25rem;
  }

  .p-card10__title-text--small {
    font-size: 1rem;
  }

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

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

  .p-cards01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.1875rem;
  }

  .p-cards01__item {
    display: block;
    grid-row: unset;
  }

  .p-cards02 {
    gap: 2.25rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .p-cards03.swiper {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-right: -1.25rem;
  }

  .p-cards03__wrapper.swiper-wrapper {
    display: flex;
    align-items: stretch;
    grid-template-columns: unset;
    gap: unset;
    position: relative;
    height: auto;
    transition-property: transform;
    box-sizing: content-box;
    transform: translate3d(0, 0, 0);
  }

  .p-cards03__item.swiper-slide {
    flex-shrink: 0;
    width: 19.375rem;
    height: auto;
  }

  .p-cards03__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    gap: 0;
    padding-bottom: 0.625rem;
  }

  .p-cards03__pagination-item {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin-left: 0.5rem;
    transition: background-color 0.3s ease;
  }

  .p-cards03__pagination-item:first-child {
    margin-left: 0;
  }

  .p-cards03__pagination-item_active {
    background-color: #44b063;
    scale: 1.5;
  }

  .p-cards04 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 0.9375rem;
  }

  .p-cards05 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }

  .p-cards06 {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.25rem;
    padding-right: calc((100% - min(280px, 85vw)) / 2);
  }

  .p-cards06__item {
    flex: 0 0 min(280px, 85vw);
    scroll-snap-align: center;
  }

  .p-clinic-intro {
    padding: 2.5rem 1.25rem;
  }

  .p-clinic-intro__text {
    font-size: 0.875rem;
    line-height: 1.6;
  }

  .p-faq-categories__list.p-clinic-categories__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.875rem;
  }

  .p-clinic-region {
    margin-top: 3.125rem;
    padding-bottom: 3.75rem;
  }

  .p-clinic-region .l-inner {
    gap: 2.5rem;
  }

  .p-clinic-region__headline {
    margin-bottom: 1.5rem;
  }

  .p-clinic-region__headline .c-headline01__main {
    font-size: 1.5rem;
  }

  .p-clinic-list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .p-clinic-card {
    padding: 1.25rem;
  }

  .p-clinic-card__title {
    font-size: 1.125rem;
  }

  .p-clinic-card__body-wrap {
    flex-direction: column;
    gap: 0.9375rem;
    margin-bottom: 1.25rem;
  }

  .p-clinic-card__body-img {
    max-width: 100%;
  }

  .p-clinic-card__address {
    font-size: 0.8125rem;
    margin-bottom: 0.9375rem;
  }

  .p-clinic-card__access-item {
    font-size: 0.8125rem;
  }

  .p-clinic-cards {
    padding-block: 4.3125rem 6.0625rem;
  }

  .p-clinic-cards__text {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 1.5rem;
  }

  .p-clinic-cards__tabs {
    margin-top: 1.5625rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem 0.4375rem;
    max-width: 100%;
  }

  .p-clinic-cards__tab {
    padding: 0.859375rem 0.3125rem;
    font-size: 0.96875rem;
  }

  .p-clinic-cards__region-title {
    font-size: 1.5625rem;
    line-height: 1.3;
    margin-top: 1.6875rem;
    gap: 0.8125rem;
    white-space: nowrap;
  }

  .p-clinic-cards__region-title::before,
  .p-clinic-cards__region-title::after {
    width: 10.1875rem;
    margin-top: 0.3125rem;
  }

  .p-clinic-cards__cards {
    margin-top: 1.375rem;
  }

  .p-cn-anchor {
    padding: 2.5rem 1.25rem 0;
  }

  .p-cn-anchor__list {
    flex-direction: column;
    gap: 0.625rem;
  }

  .p-cn-anchor__link {
    width: 100%;
    font-size: 0.875rem;
    padding: 0.9375rem;
  }

  .p-cn-section {
    padding-top: 3.125rem;
  }

  .p-cn-content {
    padding: 1.875rem 1.25rem;
  }

  .p-cn-content__intro {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }

  .p-cn-content__block-wrap {
    gap: 1.875rem;
  }

  .p-cn-content__title {
    font-size: 1.125rem;
    padding-bottom: 0.625rem;
    margin-top: 1.875rem;
    margin-bottom: 0.9375rem;
    display: block;
  }

  .p-cn-content__subtitle {
    font-size: 1rem;
    align-items: flex-start;
  }

  .p-cn-content__subtitle::before {
    width: 0.875rem;
    height: 0.875rem;
    margin-top: 0.375rem;
  }

  .p-cn-content__text {
    font-size: 0.875rem;
  }

  .p-cn-content__list li {
    font-size: 0.875rem;
  }

  .p-cn-content__list--red {
    padding: 1.25rem 2.5rem;
  }

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

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

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

  .p-contact__headline-sub {
    font-size: 0.75rem;
  }

  .p-contact__headline-main {
    font-size: 1.25rem;
  }

  .p-contact__lead {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }

  .p-contact__lead--tac {
    text-align: left;
  }

  .p-contact__box {
    padding: 1.25rem;
    margin-top: 1.875rem;
  }

  .p-contact__box-title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .p-contact__infolist {
    padding: 0 1.25rem;
  }

  .p-contact__infolist-row {
    flex-direction: column;
    padding: 1.25rem 0;
  }

  .p-contact__infolist-row dt {
    width: 100%;
    margin-bottom: 0.625rem;
    color: #44b063;
  }

  .p-contact__infolist-row dd {
    width: 100%;
  }

  .p-contact__tel {
    font-size: 2.25rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }

  .p-contact__note {
    font-size: 0.8125rem;
  }

  .p-contact__caption {
    font-size: 0.75rem;
  }

  .p-form__item {
    flex-direction: column;
    padding: 1.25rem 0;
  }

  .p-form__label {
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
  }

  .p-form__text,
  .p-form__select,
  .p-form__textarea {
    font-size: 1rem;
    padding: 0.625rem;
  }

  .p-form__radio {
    font-size: 0.875rem;
    margin-right: 1.25rem;
  }

  .p-form__checkbox {
    font-size: 0.875rem;
  }

  .p-contact01 {
    margin-top: 1.25rem;
    padding-bottom: 3.75rem;
  }

  .p-contact01__container {
    padding: 1.875rem 1.5625rem;
  }

  .p-contact01__wrap {
    flex-direction: column;
    gap: 3.125rem;
  }

  .p-contact01__headline-sub {
    font-size: 3.125rem;
  }

  .p-contact01__headline-main {
    font-size: 1.125rem;
    text-underline-offset: 0.25rem;
    text-decoration-thickness: 0.0625rem;
  }

  .p-contact01__text {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }

  .p-contact01__btnwrap {
    align-items: center;
    gap: 1.25rem;
  }

  .p-corporate-information {
    padding: 3.125rem 0 5rem;
  }

  .p-corporate-information__table-wrap {
    padding: 1.875rem 1.25rem;
  }

  .p-corporate-information__th {
    display: block;
    width: 100%;
    padding: 1rem 1rem 0.25rem;
    border-bottom: none;
    font-size: 0.8125rem;
  }

  .p-corporate-information__th:first-child {
    border-top: 1px solid #e3e3e3;
  }

  .p-corporate-information__td {
    display: block;
    padding: 0.25rem 1rem 1rem;
    font-size: 0.875rem;
    border-bottom: 1px solid #e3e3e3;
  }

  .p-corporate-information__td:first-child {
    border-top: none;
  }

  .p-corporate-information__note {
    font-size: 0.75rem;
  }

  .p-counseling-belongings {
    padding-block: 3.75rem 0;
  }

  .p-counseling-belongings__content {
    margin-top: 1.875rem;
    padding: 2.5rem 1.25rem 3.125rem;
  }

  .p-counseling-belongings__title {
    font-size: 1.0625rem;
    line-height: 2;
    letter-spacing: 0.04em;
    text-align: left;
  }

  .p-counseling-belongings__item {
    margin-top: 1.25rem;
    gap: 0.75rem;
  }

  .p-counseling-belongings__item:first-of-type {
    margin-top: 1rem;
  }

  .p-counseling-belongings__item--center {
    justify-content: flex-start;
  }

  .p-counseling-belongings__item_icon {
    width: 1.5rem;
  }

  .p-counseling-belongings__item_text {
    font-size: 0.9375rem;
    line-height: 1.7;
    letter-spacing: -0.04em;
  }

  .p-counseling-belongings__line {
    margin-top: 2rem;
  }

  .p-counseling-belongings__note {
    margin-top: 0.75rem;
    font-size: 0.75rem;
    line-height: 1.7;
    letter-spacing: -0.04em;
  }

  .p-counseling-belongings__banner {
    margin-top: 2.25rem;
    padding: 0.625rem 1.25rem;
    font-size: 1.375rem;
  }

  .p-counseling-belongings__banner::after {
    left: 5rem;
  }

  .p-counseling-belongings__lead {
    margin-top: 1.75rem;
    font-size: 0.9375rem;
    line-height: 1.7;
    letter-spacing: -0.04em;
    text-align: left;
  }

  .p-counseling-belongings__method {
    margin-top: 1.75rem;
  }

  .p-counseling-belongings__method_title {
    font-size: 1.0625rem;
    line-height: 2;
  }

  .p-counseling-belongings__method_item {
    gap: 0.75rem;
  }

  .p-counseling-belongings__method_item_icon {
    width: 1.5rem;
  }

  .p-counseling-belongings__method_item_text {
    font-size: 0.9375rem;
    line-height: 1.7;
    letter-spacing: -0.04em;
  }

  .p-counseling-belongings__method_note {
    margin-top: 0.75rem;
    font-size: 0.75rem;
    line-height: 1.7;
  }

  .p-counseling-belongings__btnwrap {
    margin-top: 3.125rem;
  }

  .p-counseling-cancel {
    padding-block: 3.75rem 5.625rem;
  }

  .p-counseling-cancel__headline {
    padding: 0.625rem 1.25rem;
    font-size: 1.375rem;
  }

  .p-counseling-cancel__headline::after {
    left: 3.75rem;
  }

  .p-counseling-cancel__txt {
    margin-top: 2rem;
    font-size: 0.9375rem;
    line-height: 1.7;
  }

  .p-counseling-cancel__list {
    margin-top: 1.25rem;
    padding: 1.5rem 1.25rem;
  }

  .p-counseling-cancel__item {
    gap: 0.75rem;
  }

  .p-counseling-cancel__item_icon img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .p-counseling-cancel__item_text {
    font-size: 0.9375rem;
    line-height: 1.7;
  }

  .p-counseling-cancel__btnwrap {
    margin-top: 1.875rem;
  }

  .p-counseling-cancel__telwrap {
    margin-top: 1.5rem;
  }

  .p-counseling-cancel__tellink {
    flex-direction: column;
    gap: 0.375rem;
  }

  .p-counseling-cancel__tel {
    font-size: 1.25rem;
  }

  .p-counseling-cancel__tel_note {
    font-size: 0.75rem;
  }

  .p-counseling-day-flow {
    padding-block: 3.75rem;
  }

  .p-counseling-day-flow__lead {
    margin-top: 1.875rem;
    font-size: 0.9375rem;
    line-height: 1.8;
    text-align: left;
  }

  .p-counseling-day-flow__list {
    margin-top: 1.875rem;
  }

  .p-counseling-day-flow__item+.p-counseling-day-flow__item {
    margin-top: 3.125rem;
  }

  .p-counseling-flow {
    padding: 3.125rem 0 3.75rem;
  }

  .p-counseling-flow .p-items04__item:nth-of-type(1) .p-item05__body {
    padding: 0.625rem 0.9375rem 0.75rem;
  }

  .p-counseling-flow__btnwrap {
    margin-top: 1.875rem;
  }

  .p-counseling-flow_lead {
    margin-top: 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.7;
  }

  .p-counseling-flow__telwrap01 {
    margin-top: 1.875rem;
  }

  .p-counseling-flow__tellink {
    flex-direction: column;
    gap: 0.1875rem;
  }

  .p-counseling-flow__tel {
    font-size: 1.25rem;
  }

  .p-counseling-flow__tel_note {
    font-size: 0.75rem;
  }

  .p-counseling-flow__cancel {
    margin-top: 3.125rem;
    padding: 2.5rem 1.25rem 2.1875rem;
  }

  .p-counseling-flow__cancel_title {
    font-size: 1.375rem;
    line-height: 1.5;
  }

  .p-counseling-flow__cancel_txt {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.8;
  }

  .p-counseling-flow__telwrap02 {
    margin-top: 1.875rem;
  }

  .p-counseling-menu {
    padding-block: 3.75rem;
  }

  .p-counseling-menu__content {
    margin-top: 1.875rem;
    flex-direction: column;
    gap: 1.5rem;
  }

  .p-counseling-menu__img {
    order: 1;
  }

  .p-counseling-menu__img img {
    aspect-ratio: 513/280;
  }

  .p-counseling-menu__body {
    order: 2;
  }

  .p-counseling-menu__lead {
    font-size: 1rem;
    line-height: 1.88;
    letter-spacing: 0.04em;
  }

  .p-counseling-menu__listwrap {
    margin-top: 1.5rem;
    padding: 1.5rem 1.25rem;
  }

  .p-counseling-menu__list {
    gap: 0.5625rem;
  }

  .p-counseling-menu__item {
    gap: 0.75rem;
  }

  .p-counseling-menu__item_icon {
    width: 1.5rem;
  }

  .p-counseling-menu__item_text {
    font-size: 0.9375rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }

  .p-counseling-menu__title {
    margin-top: 2.25rem;
    font-size: 1.375rem;
    line-height: 1.64;
    letter-spacing: 0.03em;
  }

  .p-counseling-menu__text {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.88;
    letter-spacing: 0.04em;
  }

  .p-counseling-nav {
    padding-top: 3.75rem;
  }

  .p-counseling-nav__text {
    font-size: 1rem;
    letter-spacing: -0.03em;
    line-height: 1.94;
  }

  .p-counseling-nav__text+.p-counseling-nav__text {
    font-size: 0.75rem;
  }

  .p-counseling-nav__nav {
    margin-top: 3.125rem;
  }

  .p-counseling-nav__list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .p-counseling-nav__link_text {
    font-size: 0.8125rem;
  }

  .p-counseling-note {
    padding-block: 3.75rem;
  }

  .p-counseling-note__container {
    width: 100%;
  }

  .p-counseling-note__textwrap {
    margin-top: 1.875rem;
  }

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

  .p-counseling-note__text {
    font-size: 0.9375rem;
    line-height: 1.75;
  }

  .p-counseling-note__btnwrap {
    margin-top: 3.125rem;
  }

  .p-counseling01 {
    padding-block: 3.75rem;
  }

  .p-single-clinic .p-counseling01 {
    margin-bottom: 5.625rem;
  }

  .p-counseling01__headline .c-headline10__main {
    font-size: 1.625rem;
  }

  .p-counseling01__banner {
    padding: 0.625rem 1.25rem;
    font-size: 1.375rem;
  }

  .p-counseling01__banner::after {
    left: 5rem;
  }

  .p-counseling01__content {
    margin-top: 1.875rem;
    flex-direction: column;
    gap: 1.5rem;
  }

  .p-counseling01__img {
    margin-top: 0;
    width: 100%;
    order: 1;
  }

  .p-counseling01__img img {
    aspect-ratio: 335/180;
  }

  .p-counseling01__body {
    order: 2;
  }

  .p-counseling01__text {
    margin-top: 1.9375rem;
    font-size: 0.9375rem;
    line-height: 1.7;
  }

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

  .p-counseling01__qa_label {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.375rem;
  }

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

  .p-counseling01__qa_answer {
    margin-top: 0.3125rem;
    font-size: 0.9375rem;
    line-height: 1.7;
  }

  .p-counseling01__btnwrap {
    margin-top: 1.5rem;
  }

  .p-customer-harassment__section {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }

  .p-customer-harassment__headline {
    margin-bottom: 1.875rem;
  }

  .p-customer-harassment__headline-sub {
    font-size: 0.75rem;
  }

  .p-customer-harassment__headline-main {
    font-size: 1.25rem;
  }

  .p-customer-harassment__content {
    padding: 1.875rem 1.25rem;
  }

  .p-customer-harassment__content-intro {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }

  .p-customer-harassment__content-title {
    font-size: 1.125rem;
    padding-bottom: 0.625rem;
    margin-top: 1.875rem;
    margin-bottom: 0.9375rem;
    display: block;
  }

  .p-customer-harassment__content-list li {
    font-size: 0.875rem;
  }

  .p-customer-harassment__content-text {
    font-size: 0.875rem;
  }

  .p-discount-intro {
    padding-block: 2.5rem 1.875rem;
  }

  .p-discount-intro__highlight {
    font-size: 1.5rem;
    padding: 0.625rem 1.25rem;
  }

  .p-discount-intro__text {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }

  .p-discount-list {
    padding-bottom: 3.75rem;
  }

  .p-discount-list__container {
    gap: 2.5rem;
  }

  .p-discount-list__content {
    margin-top: 1.875rem;
    padding: 2.5rem 1.25rem 1.25rem;
  }

  .p-discount-item__body {
    padding: 1.5rem;
  }

  .p-discount-item__title {
    font-size: 1.375rem;
  }

  .p-discount-item__text {
    font-size: 0.9375rem;
    margin-bottom: 1.875rem;
  }

  .p-discount-item__title-img {
    width: 9.375rem;
  }

  .p-discount-item__price-label {
    font-size: 1rem;
  }

  .p-discount-item__price-big {
    font-size: 3.75rem;
  }

  .p-discount-item__price-unit {
    font-size: 1.5rem;
  }

  .p-discount-item__price-off {
    font-size: 1.875rem;
  }

  .p-discount-item__sub-info dl {
    grid-template-columns: 1fr;
    gap: 0.3125rem;
  }

  .p-discount-item__sub-info dd {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }

  .p-discount-item__conditions-list li::before {
    top: 0;
  }

  .p-discount-item__conditions-list li {
    font-size: 1rem;
  }

  .p-en-anchor {
    padding: 2.5rem 1.25rem 0;
  }

  .p-en-anchor__list {
    flex-direction: column;
    gap: 0.625rem;
  }

  .p-en-anchor__link {
    width: 100%;
    font-size: 0.875rem;
    padding: 0.9375rem;
  }

  .p-en-section {
    padding-top: 3.125rem;
  }

  .p-en-content {
    padding: 1.875rem 1.25rem;
  }

  .p-en-content__intro {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }

  .p-en-content__block-wrap {
    gap: 1.875rem;
  }

  .p-en-content__title {
    font-size: 1.125rem;
    padding-bottom: 0.625rem;
    margin-top: 1.875rem;
    margin-bottom: 0.9375rem;
    display: block;
  }

  .p-en-content__subtitle {
    font-size: 1rem;
    align-items: flex-start;
  }

  .p-en-content__subtitle::before {
    width: 0.875rem;
    height: 0.875rem;
    margin-top: 0.375rem;
  }

  .p-en-content__text {
    font-size: 0.875rem;
  }

  .p-en-content__list li {
    font-size: 0.875rem;
  }

  .p-en-content__list--red {
    padding: 1.25rem 2.5rem;
  }

  .p-faq {
    padding-bottom: 3.75rem;
  }

  .p-faq-search {
    margin-top: 2.5rem;
  }

  .p-faq-search__input {
    padding: 0.9375rem 3.125rem 0.9375rem 1.25rem;
    font-size: 0.9375rem;
  }

  .p-faq-search__icon {
    right: 0.9375rem;
    width: 1.25rem;
    height: 1.25rem;
  }

  .p-faq-categories {
    margin-top: 3.125rem;
  }

  .p-faq-categories__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
  }

  .p-faq-categories__link {
    font-size: 0.875rem;
    padding: 0.9375rem 0.3125rem;
  }

  .p-faq-expats {
    margin-top: 3.125rem;
    padding: 2.5rem 1.25rem;
  }

  .p-faq-expats__desc {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }

  .p-faq-expats__list {
    gap: 0.9375rem;
    flex-direction: column;
  }

  .p-faq-expats__link {
    padding: 1rem 1.25rem;
    margin: 0 auto;
  }

  .p-faq-expats__lang {
    font-size: 1rem;
  }

  .p-faq-content {
    margin: 3.75rem 0;
  }

  .p-faq-section {
    padding-top: 2.5rem;
  }

  .p-faq-section+.p-faq-section {
    margin-top: 2.5rem;
  }

  .p-faq-q {
    gap: 0.9375rem;
    padding-block: 1.25rem;
    padding-right: 2.5rem;
  }

  .p-faq-label {
    font-size: 1.125rem;
    width: 2rem;
    height: 2rem;
  }

  .p-faq-question {
    font-size: 1rem;
    margin-top: 0.125rem;
  }

  .p-faq-icon {
    width: 0.875rem;
    height: 0.875rem;
    top: 1.625rem;
  }

  .p-faq-a__inner {
    gap: 0.9375rem;
  }

  .p-faq-answer {
    font-size: 0.875rem;
    margin-top: 0.125rem;
  }

  .p-footer {
    padding-block: 4rem 4.0625rem;
  }

  .p-footer__logo {
    width: min(100%, 17.1875rem);
  }

  .p-footer__logo img {
    aspect-ratio: 275/46;
  }

  .p-footer__nav {
    margin-top: 2.9375rem;
    display: grid;
    gap: 1.875rem 0.9375rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .p-footer__col:nth-of-type(1) {
    display: contents;
  }

  .p-footer__col:nth-of-type(2) {
    margin-left: 0;
    grid-column: 2/3;
  }

  .p-footer__col:nth-of-type(3) {
    margin-left: 0;
    grid-column: 1/3;
  }

  .p-footer__col_clinic {
    width: 100%;
    padding-left: 0;
  }

  .p-footer__heading {
    gap: 0;
    font-size: 0.9375rem;
    white-space: nowrap;
  }

  .p-footer__heading::before {
    display: none;
  }

  .p-footer__heading[href] {
    padding-bottom: 0;
    align-items: center;
    gap: 0.3125rem;
  }

  .p-footer__heading[href]::before {
    display: block;
    width: 0.25rem;
    margin-top: 0;
  }

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

  .p-footer__headingwrap_btn {
    grid-column: 1/3;
    display: flex;
    justify-content: center;
  }

  .p-footer__col-inner {
    grid-column: 1/2;
  }

  .p-footer__col-inner .p-footer__headingwrap--mt {
    margin-top: 0;
  }

  .p-footer__list {
    padding-left: 0.9375rem;
    margin-top: 1.25rem;
  }

  .p-footer__list--flat {
    padding-left: 0rem;
    gap: 0;
    margin-top: 0.1875rem;
  }

  .p-footer__list--flat .p-footer__link {
    gap: 0.125rem;
  }

  .p-footer__link {
    font-size: 0.8125rem;
  }

  .p-footer__clinic {
    gap: 1.25rem;
    margin-top: 1.25rem;
  }

  .p-footer__clinic-list {
    padding-left: 1.375rem;
  }

  .p-footer__clinic-item:first-child {
    margin-top: 0.5rem;
  }

  .p-footer__bottomnav {
    display: grid;
    gap: 0.625rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.875rem;
  }

  .p-footer__bottomlink {
    gap: 0.46875rem;
    font-size: 0.9375rem;
    white-space: nowrap;
  }

  .p-footer__bottomlink::before {
    width: 0.25rem;
    margin-top: 0.4375rem;
  }

  .p-footer__sns {
    gap: 0.75rem;
    margin-top: 1.5rem;
    justify-content: center;
  }

  .p-footer__sns-item {
    width: 2.375rem;
    height: 2.375rem;
  }

  .p-footer__sns-figure {
    width: 1.125rem;
    height: 1.125rem;
  }

  .p-footer__bar {
    margin-top: 3.4375rem;
    padding-top: 1.0625rem;
  }

  .p-footer__bar-inner {
    flex-direction: column;
    align-items: center;
    gap: 0.8125rem;
  }

  .p-footer__policy {
    gap: 1.25rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .p-footer__policy-link {
    font-size: 0.6875rem;
  }

  .p-footer__policy-divider {
    height: 0.9375rem;
    display: none;
  }

  .p-footer__copyright {
    font-size: 0.6875rem;
  }

  .p-fv {
    margin-top: 3.4375rem;
    padding-block: 4.375rem 5rem;
  }

  .p-fv::before {
    display: none;
  }

  .p-fv02 {
    padding-block: 6.25rem 0rem;
  }

  .p-fv02__img {
    margin-top: 5rem;
  }

  .p-fv02__img img {
    aspect-ratio: 375/220;
  }

  nav.p-globalmenusp.g-sub-set {
    display: block;
    position: fixed;
    z-index: 1500;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition: all 0.6s ease-out;
    width: 100%;
    height: 100dvh;
    overflow-y: scroll;
    background-color: #3f3f3f;
    padding: 3.4375rem 2.8125rem 2.625rem;
  }

  nav.p-globalmenusp.g-sub-set.is-open {
    transform: translateX(0%);
  }

  nav.p-globalmenusp.g-sub-set .p-globalmenusp__container {
    position: relative;
    z-index: 1;
    width: min(100%, 17.8125rem);
    margin-inline: auto;
  }

  nav.p-globalmenusp.g-sub-set .p-globalmenusp__logo {
    width: min(100%, 17.0625rem);
    display: inline-block;
    margin-left: 0.4375rem;
  }

  nav.p-globalmenusp.g-sub-set .p-globalmenusp__logo img {
    aspect-ratio: 273/45;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
    width: 100%;
  }

  nav.p-globalmenusp.g-sub-set .p-globalmenusp__list {
    margin-top: 0.8125rem;
  }

  nav.p-globalmenusp.g-sub-set .p-globalmenusp__trigger {
    display: block;
    padding-block: 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.03em;
  }

  nav.p-globalmenusp.g-sub-set .p-globalmenusp__btn-wrap {
    margin-top: 2.375rem;
    display: flex;
    justify-content: center;
  }

  nav.p-globalmenusp.g-sub-set .p-globalmenusp__trigger--toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    padding-block: 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.03em;
  }

  nav.p-globalmenusp.g-sub-set .p-globalmenusp__icon {
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
    flex-shrink: 0;
  }

  nav.p-globalmenusp.g-sub-set .p-globalmenusp__icon-bar {
    display: block;
    width: 1rem;
    height: 0.125rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  nav.p-globalmenusp.g-sub-set .p-globalmenusp__icon-bar::before {
    content: "";
    position: absolute;
    width: 0.125rem;
    height: 1rem;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-out;
  }

  nav.p-globalmenusp.g-sub-set .p-globalmenusp__item--has-sub.is-open .p-globalmenusp__icon-bar::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  nav.p-globalmenusp.g-sub-set .p-globalmenusp__sub-list {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease-in-out;
  }

  nav.p-globalmenusp.g-sub-set .p-globalmenusp__item--has-sub.is-open .p-globalmenusp__sub-list {
    max-height: 10rem;
  }

  nav.p-globalmenusp.g-sub-set .p-globalmenusp__sub-link {
    display: block;
    padding: 0.625rem 1rem 0.625rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: -0.03em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  nav.p-globalmenusp.g-sub-set .p-globalmenusp__sub-link:last-child {
    border-bottom: none;
  }

  .p-guide-about {
    padding-block: 4.375rem 5.9375rem;
  }

  .p-guide-about__item {
    margin-top: 3.125rem;
  }

  .p-guide-cta {
    padding-block: 2.1875rem;
  }

  .p-guide-different {
    padding-block: 3.75rem 7.5rem;
  }

  .p-guide-different__text-wrap {
    margin-top: 1.875rem;
  }

  .p-guide-different__text {
    font-size: 0.9375rem;
    letter-spacing: -0.03em;
    line-height: 1.94;
    text-align: left;
  }

  .p-guide-different__text+.p-guide-different__text {
    margin-top: 1.5625rem;
  }

  .p-guide-different__item {
    margin-top: 2.8125rem;
    padding-left: 0;
  }

  .p-guide-different__note {
    margin-left: 0;
    font-size: 0.875rem;
  }

  .p-guide-flow {
    padding-block: 4.0625rem 5rem;
  }

  .p-guide-flow__wrap {
    margin-top: 2.5rem;
  }

  .p-guide-flow__wrap+.p-guide-flow__wrap {
    margin-top: 3.125rem;
  }

  .p-guide-flow__headline-sub {
    font-size: 1.625rem;
    letter-spacing: 0.02em;
  }

  .p-guide-flow_item01 {
    margin-top: 1.875rem;
  }

  .p-guide-flow_item02 {
    margin-top: 1.875rem;
  }

  .p-guide-flow__btn {
    margin-top: 2.1875rem;
  }

  .p-guide-notice {
    padding-block: 4.0625rem 5.625rem;
  }

  .p-guide-notice__description {
    font-size: 1rem;
    letter-spacing: -0.03em;
    line-height: 1.94;
    margin-top: 1.875rem;
    text-align: left;
  }

  .p-guide-notice__item {
    margin-top: 2.1875rem;
    padding: 1.5625rem 0.9375rem 1.875rem;
  }

  .p-guide-notice__heading {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
    gap: 0.75rem;
    padding-bottom: 0.5rem;
    padding-inline: 0.5rem;
  }

  .p-guide-notice__heading::before {
    width: 2.375rem;
  }

  .p-guide-notice__txt {
    font-size: 0.9375rem;
    letter-spacing: -0.03em;
    line-height: 1.87;
    margin-top: 0.9375rem;
    text-align: left;
  }

  .p-guide-point {
    padding-block: 3.75rem 5.5rem;
  }

  .p-guide-point__text {
    font-size: 1rem;
    letter-spacing: -0.03em;
    line-height: 1.94;
    text-align: left;
  }

  .p-guide-point__item {
    margin-top: 2.8125rem;
  }

  .p-guide-trial {
    padding-block: 3.75rem 5.625rem;
  }

  .p-guide-trial__description {
    font-size: 1rem;
    letter-spacing: -0.03em;
    line-height: 1.94;
    text-align: left;
    margin-top: 1.5625rem;
  }

  .p-guide-trial__item {
    margin-top: 2.5rem;
  }

  .p-hamburger.g-sub-set {
    display: block;
    width: 4.1875rem;
    height: 3.875rem;
    border: none;
    pointer-events: auto;
    position: fixed;
    top: 0;
    right: 0;
    background: transparent;
    z-index: 3000;
  }

  .p-hamburger.g-sub-set .p-hamburger__line {
    position: absolute;
    content: "";
    border-radius: 100vh;
    height: 1px;
    background: #fff;
    transition: 0.3s ease-out;
    right: 1.25rem;
    width: 2.125rem;
  }

  body.is-sub .p-hamburger.g-sub-set .p-hamburger__line {
    background: #000000;
  }

  body.is-sub .p-hamburger.is-open .p-hamburger__line {
    background: #fff;
  }

  .p-header {
    top: 0;
    padding-block: 0rem;
    height: 3.4375rem;
    background: #44b063;
  }

  body.is-sub .p-header {
    background: #fff;
  }

  body.is-sub .p-header__logo img:nth-of-type(1) {
    opacity: 1;
    visibility: visible;
  }

  body.is-sub .p-header__logo img:nth-of-type(2) {
    opacity: 0;
    visibility: hidden;
  }

  .p-header__inner {
    padding-inline: 1.25rem;
    width: 100%;
  }

  .p-header__logo {
    width: min(100%, 12.8125rem);
  }

  .p-header__logo img {
    aspect-ratio: 205/34;
  }

  .p-header__logo img:nth-of-type(1) {
    opacity: 0;
    visibility: hidden;
  }

  .p-header__logo img:nth-of-type(2) {
    opacity: 1;
    visibility: visible;
  }

  .p-header__list {
    display: none;
  }

  .p-header__btn {
    display: none;
  }

  .p-item01__main {
    width: min(100%, 10.9375rem);
    padding: 1.25rem 0.625rem 1.5625rem;
  }

  .p-item01__heading {
    font-size: 1.5625rem;
  }

  .p-item01__list {
    margin-top: 0.75rem;
  }

  .p-item01__item {
    padding: 0.625rem 0.625rem;
    display: grid;
    place-items: center;
    min-height: 5.4375rem;
  }

  .p-item01__item+.p-item01__item {
    margin-top: 0.5625rem;
  }

  .p-item01__item--small {
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  }

  .p-item01__text {
    font-size: 1.125rem;
    line-height: 1.17;
  }

  .p-item01__text--small {
    font-size: 0.71875rem;
    text-align: left;
  }

  .p-item01__label {
    font-size: 1rem;
    left: -2.375rem;
    width: 3.5625rem;
  }

  .p-item01__label--medium {
    font-size: 0.9375rem;
  }

  .p-item01__label--small {
    font-size: 0.71875rem;
    font-feature-settings: "palt";
  }

  .p-item01__sub {
    width: min(100%, 8.625rem);
    padding: 1.375rem 0.625rem 0.8125rem;
  }

  .p-item01__sub-heading {
    font-size: 0.84375rem;
    padding-left: 0.5rem;
    letter-spacing: 0.05em;
  }

  .p-item01__sub-list {
    margin-top: 0.9375rem;
  }

  .p-item01__sub-item {
    font-size: 0.8125rem;
    padding: 0.625rem 0.3125rem 0.625rem 0.3125rem;
    min-height: 5.5rem;
    display: grid;
    place-items: center;
  }

  .p-item01__sub-item+.p-item01__sub-item {
    margin-top: 0.5rem;
  }

  .p-item03__header {
    padding: 0.75rem 0.625rem 0.625rem;
  }

  .p-item03__body {
    margin-top: 0.9375rem;
    padding: 0.3125rem 0.625rem 0.9375rem;
  }

  .p-item03__img {
    width: min(100%, 5rem);
  }

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

  .p-item03__txt {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }

  .p-item04 {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.5rem;
  }

  .p-item04__img {
    order: 1;
    width: 100%;
  }

  .p-item04__img img {
    aspect-ratio: 335/180;
  }

  .p-item04__content {
    order: 2;
  }

  .p-item04__body {
    order: 0;
  }

  .p-item04__num {
    font-size: 3.75rem;
    top: 0;
    right: 0;
  }

  .p-item04__title {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }

  .p-item04__line {
    margin-top: 0.75rem;
  }

  .p-item04__txt {
    margin-top: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.7;
    letter-spacing: -0.03em;
  }

  .p-item05__header {
    padding: 0.75rem 0.625rem 0.625rem;
    font-size: 1.5rem;
  }

  .p-item05__header::after {
    display: none;
  }

  .p-item05__body {
    margin-top: 0.625rem;
    padding: 1.5625rem 0.9375rem 1.25rem;
    flex: none;
  }

  .p-item05__icon {
    width: 5rem;
  }

  .p-item05__title {
    margin-top: 0.3125rem;
    font-size: 1.0625rem;
    line-height: 2;
  }

  .p-item05__txt {
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.7;
  }

  .p-item06__header {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }

  .p-item06__body {
    padding: 1.5rem 1.25rem;
  }

  .p-item06__row {
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 1.25rem;
  }

  .p-item06__row+.p-item06__row {
    margin-top: 1.875rem;
  }

  .p-item06__mainwrap {
    order: 1;
    margin-top: 0;
    width: 100%;
  }

  .p-item06__title {
    padding: 0.375rem 1rem;
    font-size: 1rem;
    line-height: 1.9;
  }

  .p-item06__txt {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
    line-height: 1.7;
    letter-spacing: -0.03em;
  }

  .p-item06__img {
    margin-top: 1.25rem;
    width: 100%;
  }

  .p-item06__img_caption {
    margin-top: 0.5rem;
    font-size: 0.9375rem;
    line-height: 1.7;
  }

  .p-item06__tablewrap {
    order: 2;
  }

  .p-item06__th {
    padding: 0.625rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .p-item06__td {
    padding: 0.625rem 0.625rem;
    font-size: 0.875rem;
    line-height: 1.4;
    height: unset;
  }

  .p-item06__td_price {
    font-size: 0.875rem;
  }

  .p-item06__td_price--big {
    font-size: 1.25rem;
  }

  .p-item06__td_price--exsmall {
    margin-top: 0;
  }

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

  .p-item06__note {
    margin-top: 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.8;
  }

  .p-item06__btnwrap {
    margin-top: 1.875rem;
  }

  .p-item07__heading::before {
    height: 3.125rem;
    width: 0.75rem;
    border-left: 0.375rem solid #44b063;
    border-right: 0.1875rem solid #44b063;
  }

  .p-item07__heading {
    padding-left: 2rem;
  }

  .p-item07__heading-text {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .p-item07__lead01 {
    margin-top: 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.8;
  }

  .p-item07__lead02 {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.8;
  }

  .p-item07__note {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.8;
  }

  .p-item07__body {
    flex-direction: column;
    gap: 1.875rem;
  }

  .p-item07__img {
    width: 100%;
    margin-right: unset;
    border-radius: 1.25rem;
  }

  .p-item07__img img {
    height: auto;
    aspect-ratio: 335/220;
  }

  .p-item07__table {
    margin-top: 1.25rem;
    width: 100%;
  }

  .p-item07__table-row--header .p-item07__table-th:first-child {
    width: 7.5rem;
  }

  .p-item07__table-row--header .p-item07__table-th:last-child {
    width: auto;
  }

  .p-item07__table-row--header .p-item07__table-th {
    font-size: 1rem;
    padding: 0.625rem 1rem;
    height: 3.125rem;
  }

  .p-item07__table-td {
    padding: 0.625rem 1rem;
    height: 3.125rem;
    font-size: 0.875rem;
  }

  .p-item07__badges {
    margin-top: 1.25rem;
    gap: 1.25rem;
    justify-content: center;
  }

  .p-item07__badge {
    width: 10rem;
    height: 10rem;
  }

  .p-item07__badge-label {
    font-size: 0.9375rem;
    line-height: 1.5;
  }

  .p-item07__badge-label::after {
    width: 1.375rem;
    height: 0.125rem;
  }

  .p-item07__badge-text {
    margin-top: 0.3125rem;
  }

  .p-item07__badge-text-big {
    font-size: 3rem;
  }

  .p-item07__badge-text-medium {
    font-size: 0.8125rem;
  }

  .p-item07__badge-text-small {
    font-size: 0.75rem;
  }

  .p-item07__badge-text-small01 {
    font-size: 0.75rem;
  }

  .p-item07__cards {
    margin-top: 1.5rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .p-item07__cards--col2 {
    grid-template-columns: 1fr;
  }

  .p-item07__cards--col3 {
    grid-template-columns: 1fr;
  }

  .p-item07__card {
    padding: 1.25rem;
  }

  .p-item07__card-heading {
    font-size: 1.25rem;
  }

  .p-item07__card-body {
    min-height: 5rem;
  }

  .p-item07__card-text {
    font-size: 0.875rem;
  }

  .p-item08__header {
    padding: 1.5625rem 0.3125rem 1.5625rem;
    flex-direction: column;
    gap: 0rem;
  }

  .p-item08__title {
    font-size: 2.03125rem;
    letter-spacing: 0em;
  }

  .p-item08__title::before {
    width: 7.125rem;
    height: 7.875rem;
    top: -1.75rem;
    right: -1.625rem;
  }

  .p-item08__tag {
    padding: 0.328125rem 0.625rem;
    width: min(100%, 5rem);
    font-size: 1.21875rem;
  }

  .p-item08__tag::after {
    right: -0.9375rem;
  }

  .p-item08__deco {
    width: 7.125rem;
    right: 0.0625rem;
  }

  .p-item08__deco img {
    aspect-ratio: 114/126;
  }

  .p-item08__body {
    padding: 1.5625rem 1.25rem 1.6875rem;
    flex-direction: column;
    gap: 1.375rem;
  }

  .p-item08__img {
    width: 100%;
    margin-top: 0;
  }

  .p-item08__content {
    width: 100%;
  }

  .p-item08__price {
    justify-content: center;
  }

  .p-item08__price-tag {
    width: 3.375rem;
  }

  .p-item08__price-tagwrrap {
    padding-bottom: 0.3125rem;
  }

  .p-item08__price-tagbig {
    font-size: 1.75rem;
  }

  .p-item08__price-tagsmall {
    font-size: 1.125rem;
    margin-top: 0.0625rem;
  }

  .p-item08__price-text {
    gap: 0.25rem;
  }

  .p-item08__price-text-big {
    font-size: 5rem;
  }

  .p-item08__price-text-small {
    padding-bottom: 0.3125rem;
  }

  .p-item08__price-text-top {
    font-size: 0.6875rem;
  }

  .p-item08__price-text-bottom {
    font-size: 1.625rem;
    margin-top: 0.0625rem;
  }

  .p-item08__text {
    font-size: 0.875rem;
    line-height: 1.75;
    margin-top: 1.375rem;
  }

  .p-item08__btn {
    margin-top: 1.375rem;
  }

  .p-item09__heading {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
  }

  .p-item09__address {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }

  .p-item09__access {
    margin-top: 0.875rem;
    font-size: 0.875rem;
  }

  .p-item09__map {
    margin-top: 1.5rem;
  }

  .p-item09__map iframe {
    aspect-ratio: 335/180;
  }

  .p-item09__cards {
    margin-top: 1.5rem;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 1.5625rem;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: calc((100% - min(240px, 78vw)) / 2);
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-top: 1.25rem;
    padding-inline: 0.625rem;
  }

  .p-item09__cards::-webkit-scrollbar {
    display: none;
  }

  .p-item09__card {
    flex: 0 0 min(240px, 78vw);
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .p-item09__card:has(~ .p-item09__card)::after {
    top: 4.75rem;
  }

  .p-item09__card:nth-of-type(4n)::after {
    content: "";
  }

  .p-item09__num {
    width: 1.875rem;
    font-size: 0.875rem;
    top: -0.9375rem;
  }

  .p-item09__text {
    margin-top: 0.3125rem;
    font-size: 0.75rem;
    line-height: 1.65;
  }

  .p-item10__link {
    padding: 0.9375rem;
    gap: 0.9375rem;
  }

  .p-item10__img {
    width: min(100%, 6.25rem);
  }

  .p-item10__body {
    width: 100%;
  }

  .p-item10__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .p-item10__text {
    font-size: 0.8125rem;
    line-height: 1.88;
  }

  .p-item10__btn {
    margin-top: 0.625rem;
    margin-inline: auto;
    padding: 0.25rem;
  }

  .p-items02 {
    gap: 3.75rem;
  }

  .p-items02__item:nth-of-type(odd) {
    margin-left: unset;
  }

  .p-items02__item:nth-of-type(odd) .p-media02__img {
    border-radius: 0.75rem;
    width: 100%;
  }

  .p-items02__item:nth-of-type(even) {
    margin-right: unset;
  }

  .p-items02__item:nth-of-type(even) .p-media02 {
    flex-direction: column;
  }

  .p-items02__item:nth-of-type(even) .p-media02__img {
    border-radius: 0.75rem;
    width: 100%;
  }

  .p-items03 {
    gap: 0.625rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.125rem;
  }

  .p-items03__item:not(:last-of-type) .p-item03__header::after {
    display: none;
  }

  .p-items04 {
    grid-template-columns: 1fr;
    margin-top: 1.875rem;
    gap: 1.875rem;
  }

  .p-items05 {
    gap: 3.75rem;
  }

  .p-items06 {
    gap: 3.125rem;
  }

  .p-items06__item {
    min-width: 0;
  }

  .p-items07 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }

  .p-ko-anchor {
    padding: 2.5rem 1.25rem 0;
  }

  .p-ko-anchor__list {
    flex-direction: column;
    gap: 0.625rem;
  }

  .p-ko-anchor__link {
    width: 100%;
    font-size: 0.875rem;
    padding: 0.9375rem;
  }

  .p-ko-section {
    padding-top: 3.125rem;
  }

  .p-ko-content {
    padding: 1.875rem 1.25rem;
  }

  .p-ko-content__intro {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }

  .p-ko-content__block-wrap {
    gap: 1.875rem;
  }

  .p-ko-content__title {
    font-size: 1.125rem;
    padding-bottom: 0.625rem;
    margin-top: 1.875rem;
    margin-bottom: 0.9375rem;
    display: block;
  }

  .p-ko-content__subtitle {
    font-size: 1rem;
    align-items: flex-start;
  }

  .p-ko-content__subtitle::before {
    width: 0.875rem;
    height: 0.875rem;
    margin-top: 0.375rem;
  }

  .p-ko-content__text {
    font-size: 0.875rem;
  }

  .p-ko-content__list li {
    font-size: 0.875rem;
  }

  .p-ko-content__list--red {
    padding: 1.25rem 2.5rem;
  }

  .p-list01__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding-block: 1.3125rem;
  }

  .p-list01__meta {
    gap: 0.75rem;
  }

  .p-list01__tag {
    font-size: 0.75rem;
    padding: 0.40625rem 0.125rem;
    width: min(100%, 4.375rem);
  }

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

  .p-list01__title {
    font-size: 1rem;
    -webkit-line-clamp: 2;
    padding-inline: 0.3125rem 0.625rem;
    line-height: 1.75;
  }

  .p-machine-intro {
    padding: 2.5rem 1.25rem;
  }

  .p-machine-intro__text {
    font-size: 0.875rem;
    line-height: 1.6;
    text-align: left;
  }

  .p-machine-section {
    margin-top: 3.125rem;
  }

  .p-machine-reason {
    padding-bottom: 3.75rem;
  }

  .p-machine-detail-row {
    flex-direction: column;
    gap: 1.875rem;
  }

  .p-machine-detail-row__pic {
    width: 100%;
    max-width: 20rem;
    margin: 0 auto;
  }

  .p-machine-detail-row__txt {
    width: 100%;
  }

  .p-machine-table th,
  .p-machine-table td {
    padding: 0.9375rem 1.25rem;
    font-size: 0.8125rem;
    display: block;
    border-bottom: none;
  }

  .p-machine-table tr:last-child th,
  .p-machine-table tr:last-child td {
    border-bottom: none;
  }

  .p-machine-table tr {
    border-bottom: 1px solid #e3e3e3;
    display: block;
  }

  .p-machine-table th {
    width: 100%;
    padding-bottom: 0rem;
    background-color: transparent;
  }

  .p-machine-table td {
    padding-top: 0.3125rem;
  }

  .p-machine-feature {
    padding: 1.875rem 1.25rem;
    gap: 1.5625rem;
  }

  .p-machine-feature__title {
    font-size: 1.25rem;
    padding-bottom: 0.625rem;
    margin-bottom: 0.3125rem;
  }

  .p-machine-feature__subtitle {
    font-size: 1rem;
    align-items: flex-start;
  }

  .p-machine-feature__subtitle::before {
    width: 1rem;
    height: 1rem;
    margin-top: 0.1875rem;
  }

  .p-machine-feature__text {
    font-size: 0.875rem;
  }

  .p-machine-reason-list {
    gap: 1.875rem;
  }

  .p-machine-reason-item {
    flex-direction: column;
    padding: 1.875rem 1.25rem;
    gap: 1.25rem;
  }

  .p-machine-reason-item__pic {
    max-width: 100%;
  }

  .p-machine-reason-item__num {
    font-size: 2.5rem;
  }

  .p-machine-reason-item__title {
    font-size: 1.125rem;
  }

  .p-machine-reason-item__text {
    font-size: 0.875rem;
  }

  .p-media-section {
    padding-block: 2.5rem 5rem;
  }

  .p-media__list {
    gap: 1.25rem;
  }

  .p-media__item {
    padding: 1.5rem 1.25rem;
  }

  .p-media__title {
    font-size: 1.125rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .p-media__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }

  .p-media01 {
    flex-direction: column;
    gap: 1.5625rem;
  }

  .p-media01__img {
    width: 100%;
    border-radius: 0.75rem;
  }

  .p-media01__img img {
    aspect-ratio: 335/180;
  }

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

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

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

  .p-media02 {
    flex-direction: column;
    gap: 0rem;
    align-items: flex-start;
  }

  .p-media02__img {
    width: 100%;
    height: auto;
    order: 2;
    margin-top: 1.25rem;
    height: unset;
  }

  .p-media02__img img {
    aspect-ratio: 335/180;
  }

  .p-media02__body {
    display: contents;
  }

  .p-media02__header {
    gap: 0.9375rem;
    order: 1;
  }

  .p-media02__num {
    font-size: 3.25rem;
    margin-top: 0.3125rem;
  }

  .p-media02__heading {
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }

  .p-media02__txt {
    font-size: 0.875rem;
    letter-spacing: -0.03em;
    line-height: 1.75;
    margin-top: 1.25rem;
    order: 3;
  }

  .p-media02__list {
    margin-top: 0.9375rem;
    order: 4;
  }

  .p-media02__item {
    font-size: 0.8125rem;
    letter-spacing: -0.03em;
    line-height: 1.75;
    gap: 0.625rem;
  }

  .p-media02__item::before {
    font-size: 0.8125rem;
  }

  .p-media02__btn {
    margin-top: 1.875rem;
    display: flex;
    justify-content: center;
    order: 5;
    width: 100%;
  }

  .p-menu-discount {
    padding-block: 5rem;
  }

  .p-menu-discount__headline {
    font-size: 1.375rem;
  }

  .p-menu-discount__item {
    margin-top: 1.5rem;
  }

  .p-menu-main {
    padding-block: 3.75rem 4.375rem;
  }

  .p-menu-main__nav {
    margin-top: 1.875rem;
  }

  .p-menu-main__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .p-menu-main__items {
    margin-top: 1.875rem;
  }

  .p-menu-main__link_text {
    font-size: 1rem;
  }

  .p-menu-main__link_icon {
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .p-menu-payment {
    padding-block: 3.75rem 5.625rem;
  }

  .p-menu-payment__list {
    width: 100%;
    margin-top: 2.5rem;
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .p-menu-payment__card {
    padding: 1rem 1rem 0.75rem;
  }

  .p-menu-payment__icon {
    width: 5rem;
  }

  .p-menu-payment__label {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 2;
  }

  .p-menu-payment__text {
    width: 100%;
    margin-top: 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.7;
  }

  .p-menu-payment__btnwrap {
    margin-top: 1.5rem;
  }

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

  .p-minor__intro {
    font-size: 0.875rem;
    text-align: left;
  }

  .p-minor__tabs {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 2.5rem;
  }

  .p-minor__tab {
    padding: 0.75rem 0.375rem;
    gap: 0.375rem;
  }

  .p-minor__tab-text {
    font-size: 0.8125rem;
  }

  .minor__tab-content {
    margin-top: 3.75rem;
  }

  .p-minor__tab-panel {
    margin-top: 2.5rem;
  }

  .p-minor__section-heading {
    gap: 1.25rem;
  }

  .p-minor__section-heading-line {
    width: 0.75rem;
  }

  .p-minor__section-heading-line::before {
    width: 0.375rem;
  }

  .p-minor__section-heading-line::after {
    width: 0.1875rem;
    left: 0.5625rem;
  }

  .p-minor__section-heading-text {
    font-size: 1.25rem;
  }

  .p-minor__items {
    gap: 1.5rem;
    margin-top: 1.5rem;
  }

  .p-minor__item-header {
    padding: 0.75rem 1.25rem;
  }

  .p-minor__item-title {
    font-size: 1.125rem;
  }

  .p-minor__item-body {
    padding: 1.5rem 1.25rem;
  }

  .p-minor__item-text {
    font-size: 0.875rem;
  }

  .p-minor__item-text01 {
    margin-right: 0;
  }

  .p-minor__item-text02 {
    margin-top: 1.5rem;
  }

  .p-minor__consent-download {
    padding: 1.5rem 1.25rem;
    margin-top: 1.5rem;
  }

  .p-minor__consent-download-title {
    font-size: 0.9375rem;
  }

  .p-minor__consent-download-text {
    font-size: 0.875rem;
  }

  .p-minor__conbini-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .p-minor__conbini-table {
    font-size: 0.75rem;
    min-width: 560px;
    grid-template-columns: 400fr 250fr 500fr;
  }

  .p-minor__conbini-cell {
    padding: 0.9375rem 0.625rem;
  }

  .p-minor__conbini-cell--store {
    font-size: 0.875rem;
  }

  .p-minor__steps {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
    margin-top: 1.5rem;
  }

  .p-minor__step-badge {
    font-size: 1.5rem;
    padding: 0.75rem 0.625rem 0.625rem;
  }

  .p-minor__step-badge::after {
    display: none;
  }

  .p-minor__step-body {
    margin-top: 0.625rem;
    padding: 1.25rem 0.9375rem 1.25rem;
  }

  .p-minor__step-icon {
    width: 5.625rem;
  }

  .p-minor__step-text {
    margin-top: 0.75rem;
    font-size: 1.0625rem;
  }

  .p-minor__step-note {
    font-size: 0.875rem;
  }

  .p-minor__counseling {
    padding-block: 3.75rem;
    margin-bottom: 5.625rem;
  }

  .p-minor__counseling-heading {
    gap: 1.25rem;
  }

  .p-minor__counseling-heading-line::before {
    width: 0.375rem;
  }

  .p-minor__counseling-heading-line::after {
    width: 0.1875rem;
    left: 0.5625rem;
  }

  .p-minor__counseling-heading-text {
    font-size: 1.125rem;
  }

  .p-minor__counseling-card {
    margin-top: 1.5rem;
  }

  .p-minor__counseling-card-header {
    padding: 0.75rem 1.25rem;
  }

  .p-minor__counseling-card-title {
    font-size: 1.125rem;
  }

  .p-minor__counseling-card-body {
    padding: 1.5rem 1.25rem;
  }

  .p-minor__counseling-row {
    gap: 1.875rem;
    font-size: 0.875rem;
  }

  .p-minor__counseling-tel-text {
    font-size: 1.25rem;
  }

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

  .p-news__tabs {
    gap: 0.625rem;
    margin-bottom: 2.5rem;
  }

  .p-news__tab {
    width: 100%;
    padding: 0.625rem;
    font-size: 0.75rem;
  }

  .p-news-detail {
    padding: 3.75rem 0;
  }

  .p-news-detail__head {
    padding-bottom: 1.875rem;
    margin-bottom: 2.5rem;
  }

  .p-news-detail__meta {
    gap: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .p-news-detail__tag {
    font-size: 0.75rem;
  }

  .p-news-detail__date {
    font-size: 0.875rem;
  }

  .p-news-detail__title {
    font-size: 1.25rem;
  }

  .p-news-detail__body h2 {
    font-size: 1.25rem;
    margin-block: 2.5rem 1.25rem;
  }

  .p-news-detail__body h3 {
    font-size: 1.125rem;
  }

  .p-news-detail__body p {
    font-size: 0.875rem;
  }

  .p-news-detail__footer {
    margin-top: 3.75rem;
    padding-top: 2.5rem;
    gap: 2.5rem;
  }

  .p-news-detail__nav-item {
    font-size: 0.75rem;
  }

  .p-payment-methods__table table th,
  .p-payment-methods__table table td {
    padding: 0.75rem 0.5rem;
    font-size: 0.875rem;
  }

  .p-payment-methods__table table tbody th {
    white-space: nowrap;
  }

  .p-payment-methods__table table .not-txt {
    font-size: 0.875rem;
  }

  .p-payment-methods__table_th {
    width: 7.5rem;
  }

  .p-payment-methods__details .p-item06 {
    margin-top: 2.5rem;
  }

  .p-payment-methods__details {
    margin-top: 3.125rem;
  }

  .p-payment-methods__detail-box {
    padding: 1.5625rem 1.25rem;
  }

  .p-payment-methods__details__text {
    font-size: 0.875rem;
  }

  .p-payment-methods__details__title::before {
    top: 0.4375rem;
  }

  .p-payment-methods__details__title {
    font-size: 0.9375rem;
  }

  .p-payment-methods__details__list li {
    font-size: 0.8125rem;
  }

  .p-payment-belongings {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .p-payment-cancel {
    padding-block: 3.75rem;
  }

  .p-payment-cancel__content {
    margin-top: 1.875rem;
  }

  .p-payment-cancel__text {
    font-size: 0.9375rem;
  }

  .p-payment-faq {
    padding-block: 3.75rem;
  }

  .p-payment-faq__list {
    margin-top: 2.5rem;
  }

  .p-payment-faq__item+.p-payment-faq__item {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }

  .p-payment-faq__q,
  .p-payment-faq__a {
    gap: 0.625rem;
  }

  .p-payment-faq__q {
    padding-right: 1.875rem;
  }

  .p-payment-faq__label {
    font-size: 1.25rem;
    width: 2rem;
    height: 2rem;
  }

  .p-payment-faq__icon::before {
    height: 0.125rem;
  }

  .p-payment-faq__icon::after {
    width: 0.125rem;
  }

  .p-payment-faq__icon {
    width: 0.75rem;
    height: 0.75rem;
    top: 1rem;
  }

  .p-payment-faq__question {
    font-size: 1rem;
    margin-top: 0.125rem;
  }

  .p-payment-faq__answer {
    font-size: 0.9375rem;
    margin-top: 0.125rem;
  }

  .p-privacy-anchor {
    padding: 2.5rem 1.25rem 0;
  }

  .p-privacy-anchor__list {
    flex-direction: column;
    gap: 0.625rem;
  }

  .p-privacy-anchor__link {
    width: 100%;
    font-size: 0.875rem;
    padding: 0.9375rem;
  }

  .p-privacy-section {
    padding-top: 3.125rem;
  }

  .p-privacy-legal {
    padding-bottom: 3.75rem;
  }

  .p-privacy-content {
    padding: 1.875rem 1.25rem;
  }

  .p-privacy-content__intro {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }

  .p-privacy-content__block-wrap {
    gap: 1.875rem;
  }

  .p-privacy-content__title {
    font-size: 1.125rem;
    padding-bottom: 0.625rem;
    margin-top: 1.875rem;
    margin-bottom: 0.9375rem;
    display: block;
  }

  .p-privacy-content__subtitle {
    font-size: 1rem;
    align-items: flex-start;
  }

  .p-privacy-content__subtitle::before {
    width: 0.875rem;
    height: 0.875rem;
    margin-top: 0.375rem;
  }

  .p-privacy-content__text {
    font-size: 0.875rem;
  }

  .p-privacy-content__list li {
    font-size: 0.875rem;
  }

  .p-privacy-content__list--red {
    padding: 1.25rem 2.5rem;
  }

  .p-single-clinic-menu {
    padding-block: 3.75rem 0rem;
  }

  .p-single-clinic-menu__lead {
    margin-top: 1.875rem;
    text-align: left;
    font-size: 0.9375rem;
    line-height: 1.88;
    letter-spacing: 0.04em;
  }

  .p-single-clinic-menu__item {
    margin-top: 1.875rem;
    padding: 1.875rem 1.25rem;
  }

  .p-single-clinic-menu__content {
    flex-direction: column;
    gap: 1.5rem;
  }

  .p-single-clinic-menu__map {
    order: 1;
    width: 100%;
  }

  .p-single-clinic-menu__map iframe {
    aspect-ratio: 335/200;
  }

  .p-single-clinic-menu__list {
    order: 2;
    width: 100%;
  }

  .p-single-clinic-menu__list_item {
    gap: 0.625rem;
    padding: 1rem 0rem;
    flex-direction: column;
  }

  .p-single-clinic-menu__list_label {
    font-size: 0.9375rem;
    width: 100%;
  }

  .p-single-clinic-menu__list_value {
    font-size: 0.9375rem;
  }

  .p-single-clinic-menu__list_note {
    margin-top: 0.375rem;
    font-size: 0.6875rem;
  }

  .p-single-clinic-menu__footer {
    margin-top: 2.5rem;
    font-size: 0.9375rem;
    text-align: left;
  }

  .p-single-clinic-introduction {
    padding-block: 3.75rem 3.75rem;
  }

  .p-single-clinic-introduction__lead {
    margin-top: 1.875rem;
    font-size: 0.9375rem;
    line-height: 1.88;
    letter-spacing: 0.04em;
    text-align: left;
  }

  .p-single-clinic-introduction__slider {
    margin-top: 1.875rem;
  }

  .p-single-clinic-introduction__slider .swiper-slide {
    width: 19.375rem;
  }

  .p-single-clinic-introduction__img img {
    aspect-ratio: 310/233;
  }

  .p-single-clinic-introduction__nav {
    margin-top: 1.5rem;
    gap: 0.75rem;
  }

  .p-single-clinic-introduction__prev,
  .p-single-clinic-introduction__next {
    width: 1.875rem;
  }

  .p-single-clinic-introduction__prev svg,
  .p-single-clinic-introduction__next svg {
    width: 1.875rem;
  }

  .p-single-clinic-access {
    padding-bottom: 3.75rem;
  }

  .p-single-clinic-access__container {
    padding: 1.5rem 1.25rem;
  }

  .p-single-clinic-access__content {
    margin-top: 1.875rem;
  }

  .p-single-clinic-guide {
    padding-block: 3.75rem;
  }

  .p-single-clinic-guide__lead {
    margin-top: 1.875rem;
    font-size: 0.9375rem;
    line-height: 1.88;
    letter-spacing: 0.04em;
  }

  .p-single-clinic-guide__item {
    margin-top: 3.125rem;
  }

  .p-single-clinic-plan {
    padding-block: 3.75rem 0;
  }

  .p-single-clinic-plan__lead {
    margin-top: 1.875rem;
    font-size: 0.9375rem;
    line-height: 1.88;
    letter-spacing: 0.04em;
  }

  .p-single-clinic-plan__item {
    margin-top: 3.125rem;
  }

  .p-single-clinic-treatment {
    padding-block: 3.75rem 3.75rem;
  }

  .p-single-clinic-treatment__item {
    margin-top: 3.125rem;
  }

  .p-single-menu__img-sp {
    display: block;
  }

  .p-single-menu-about {
    padding-block: 3.75rem 3.75rem;
  }

  .p-single-menu-about__lead {
    margin-top: 1.875rem;
    font-size: 0.9375rem;
    line-height: 1.8;
    text-align: left;
  }

  .p-single-menu-point {
    padding-block: 3.75rem 5.5rem;
  }

  .p-single-menu-point__lead {
    margin-top: 1.875rem;
    font-size: 0.9375rem;
    line-height: 1.8;
    text-align: left;
  }

  .p-single-menu-point__lead.left {
    margin-left: 0;
    text-align: center;
  }

  .p-single-menu-point__subheadline {
    font-size: 1.5rem;
    padding-bottom: 0.3125rem;
  }

  .p-single-menu-point__subheadline::after {
    height: 0.1875rem;
  }

  .p-single-menu-point__itemwrap {
    margin-top: 1.875rem;
    width: min(100%, 20.9375rem);
    margin-inline: auto;
  }

  .p-single-menu-point__item {
    margin-left: 2.1875rem;
  }

  .p-single-menu-point__decotext {
    font-size: 1.78125rem;
    margin-top: 0rem;
    line-height: 1.1;
    padding: 1.25rem 2.75rem 1.6875rem 2.1875rem;
    margin-top: 1.6875rem;
    margin-left: -1.25rem;
  }

  .p-single-menu-point__decotext::before {
    width: 2.9375rem;
    height: 1.83125rem;
    left: 6.1rem;
    top: -1.25rem;
    clip-path: unset;
    background-color: unset;
    background: url(/assets/img/icon_triangle01@2x.png) center center/contain no-repeat;
  }

  .p-single-menu-point__decotext::after {
    clip-path: polygon(0 0, 97% 0%, 100% 100%, 0% 100%);
  }

  .p-single-menu-point__decotext--sp-small {
    display: block;
    font-size: 1.0625rem;
  }

  .p-single-menu-point__note {
    margin-left: 0;
    font-size: 0.875rem;
  }

  .p-single-menu-effect {
    padding-block: 3.75rem 3.75rem;
  }

  .p-single-menu-effect__lead {
    margin-top: 1.875rem;
    font-size: 0.9375rem;
    line-height: 1.8;
    text-align: left;
  }

  .p-single-menu-effect__card {
    margin-top: 1.875rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .p-single-menu-effect__card::-webkit-scrollbar {
    display: none;
  }

  .p-single-menu-effect__items {
    margin-top: 3.75rem;
  }

  .p-single-menu-guide {
    padding-block: 3.75rem;
    background-image: url(../img/top_reason_bg01.png);
  }

  .p-single-menu-guide__lead {
    margin-top: 1.875rem;
    font-size: 0.9375rem;
    line-height: 1.8;
    text-align: left;
  }

  .p-single-menu-guide__item {
    margin-top: 3.75rem;
  }

  .p-single-menu-price {
    padding-block: 3.75rem 0rem;
  }

  .p-single-menu-price__card {
    margin-top: 1.875rem;
  }

  .p-single-menu-price__item {
    margin-top: 3.75rem;
  }

  .p-single-menu-counseling {
    padding-block: 3.75rem;
  }

  .p-single-menu .p-clinic-cards {
    margin-bottom: 5.625rem;
  }

  .p-single-menu-counseling__lead {
    font-size: 0.9375rem;
    text-align: left;
    margin-top: 1.875rem;
    line-height: 1.8;
  }

  .p-single-menu-counseling__slider {
    margin-top: 1.875rem;
  }

  .p-single-menu-counseling__slider .swiper-slide {
    width: 19.375rem;
  }

  .p-single-menu-counseling__btnwrap {
    margin-top: 1.875rem;
  }

  .p-system {
    padding-block: 4.375rem 6.1875rem;
  }

  .p-system__leadwrap {
    padding-right: 0;
  }

  .p-system__lead {
    margin-top: 1.5625rem;
    margin-inline: unset;
    padding: unset;
    background: unset;
  }

  .p-system__lead::after {
    display: none;
  }

  .p-system__lead01 {
    display: block;
    font-size: 1.8125rem;
    padding: 0.75rem 0.9375rem 0.75rem 1.625rem;
    background: #333;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.03em;
  }

  .p-system__lead01::after {
    display: block;
  }

  .p-system__lead02 {
    display: block;
    font-size: 2.25rem;
    padding: 0.84375rem 1.875rem 0.84375rem 1.9375rem;
    margin-top: 0.5625rem;
    background: #333;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    z-index: 1;
  }

  .p-system__lead02::after {
    display: block;
  }

  .p-system__item {
    margin-top: 3.5rem;
  }

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

  .p-top-beginner {
    padding-block: 3.875rem 5.5rem;
  }

  .p-top-beginner__itemwrap {
    width: min(100%, 20.9375rem);
    margin-inline: auto;
  }

  .p-top-beginner__item {
    margin-top: 1.875rem;
    margin-left: 2.1875rem;
  }

  .p-top-beginner__decotext {
    padding: 1.25rem 2.75rem 1.6875rem 2.1875rem;
    margin-top: 1.6875rem;
    margin-left: -1.25rem;
  }

  .p-top-beginner__decotext::before {
    width: 2.93125rem;
    height: 1.83125rem;
    left: 6.1rem;
    top: -1.25rem;
  }

  .p-top-beginner__decotext::after {
    clip-path: polygon(0 0, 97% 0%, 100% 100%, 0% 100%);
  }

  .p-top-beginner__decotext-small {
    font-size: 1.0625rem;
  }

  .p-top-beginner__decotext-large {
    font-size: 1.78125rem;
    margin-top: 0rem;
    line-height: 1.1;
  }

  .p-top-beginner__note {
    margin-left: 0;
    font-size: 0.875rem;
  }

  .p-top-beginner__btn {
    margin-top: 2.3125rem;
  }

  .p-top-counseling {
    padding-block: 3.4375rem 6.0625rem;
  }

  .p-top-counseling__lead {
    font-size: 0.96875rem;
    padding: 0.609375rem 0.1875rem 0.609375rem 0.8125rem;
    margin-top: 1.125rem;
    white-space: nowrap;
    letter-spacing: 0.03em;
  }

  .p-top-counseling__text01 {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 1.1875rem;
  }

  .p-top-counseling__wrap {
    margin-top: 1.375rem;
    flex-direction: column-reverse;
    gap: 1.875rem;
    align-items: center;
  }

  .p-top-counseling__img {
    width: min(100%, 20.9375rem);
  }

  .p-top-counseling__img img {
    aspect-ratio: 330/159;
  }

  .p-top-counseling__text02 {
    font-size: 1.28125rem;
    text-align: center;
    padding-right: 0;
    letter-spacing: 0.05em;
  }

  .p-top-counseling__meta {
    gap: 1.75rem;
    justify-content: center;
    margin-top: 1.4375rem;
  }

  .p-top-counseling__item {
    width: 8.1875rem;
    padding-top: 1.5rem;
    gap: 0.1875rem;
  }

  .p-top-counseling__item-title {
    font-size: 0.96875rem;
    padding-bottom: 0.1875rem;
    letter-spacing: 0.05em;
  }

  .p-top-counseling__item-text01 {
    font-size: 0.84375rem;
    margin-top: 0.1875rem;
  }

  .p-top-counseling__item-text02 {
    font-size: 1.53125rem;
    margin-top: 0.1875rem;
  }

  .p-top-counseling__item-text02-big {
    font-size: 2.46875rem;
  }

  .p-top-counseling__btn-wrap {
    margin-top: 2.4375rem;
    gap: 0.9375rem;
    flex-direction: column;
    align-items: center;
  }

  .p-top-difference {
    padding-block: 4.25rem 4.3125rem;
  }

  .p-top-difference__wrap {
    flex-direction: column;
    gap: 1.5625rem;
    margin-top: 2.125rem;
  }

  .p-top-difference__img {
    width: min(100%, 20.625rem);
    margin-inline: auto;
  }

  .p-top-difference__img img {
    aspect-ratio: 330/211;
  }

  .p-top-difference__content {
    width: 100%;
  }

  .p-top-difference__lead {
    font-size: 1.4375rem;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.02em;
    margin-inline: -0.3125rem -1.25rem;
  }

  .p-top-difference__text {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 0.625rem;
    text-align: center;
    margin-inline: -0.9375rem -0.9375rem;
  }

  .p-top-difference__list {
    margin-top: 1.25rem;
    padding: 1.5625rem 1.25rem 1.25rem 1.875rem;
    width: min(100%, 20.8125rem);
    margin-inline: auto;
  }

  .p-top-difference__item {
    gap: 0.9375rem;
  }

  .p-top-difference__item+.p-top-difference__item {
    margin-top: 0.75rem;
  }

  .p-top-difference__item-icon {
    width: 1.5rem;
  }

  .p-top-difference__item-text {
    font-size: 0.875rem;
    line-height: 1.36;
    letter-spacing: 0.02em;
    font-feature-settings: "palt";
  }

  .p-top-difference__conclusion {
    font-size: 1.1875rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 1.0625rem;
    letter-spacing: 0.05em;
    font-feature-settings: unset;
  }

  .p-top-difference__btn {
    margin-top: 2.9375rem;
  }

  .p-top-fv {
    margin-top: 3.4375rem;
    padding-block: 0.625rem 1.5rem;
    overflow-x: clip;
  }

  .p-top-fv::before {
    height: 15.6875rem;
  }

  .p-top-fv__container {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }

  .p-top-fv__bgimg-wrap {
    width: 23.4375rem;
    bottom: unset;
    top: 4.3125rem;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }

  .p-top-fv__bgimg img {
    aspect-ratio: 375/497;
  }

  .p-top-fv__headline-box {
    margin-left: -0.8125rem;
  }

  .p-top-fv__headlinewrap {
    margin-inline: auto;
  }

  .p-top-fv__headline {
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }

  .p-top-fv__headline-deco-wrap {
    width: min(100%, 10.625rem);
    top: -0.1875rem;
    left: 0.4375rem;
  }

  .p-top-fv__headline-deco img {
    aspect-ratio: 147/55;
  }

  .p-top-fv__headline-small {
    font-size: 3rem;
    margin-bottom: 0.375rem;
    margin-right: 0rem;
  }

  .p-top-fv__headline-big {
    font-size: 9.3125rem;
    height: 6.625rem;
    margin-left: -0.9375rem;
  }

  .p-top-fv__headline-big-small {
    font-size: 5.6875rem;
    margin-top: 2.6875rem;
    margin-left: -0.5625rem;
  }

  .p-top-fv__img {
    width: 23.75rem;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 24.5625rem;
    margin-left: unset;
  }

  .p-top-fv__img img {
    aspect-ratio: 351/263;
  }

  .p-top-news {
    padding-block: 4.1875rem 7rem;
  }

  .p-top-news__item {
    width: 100%;
    margin-inline: unset;
    margin-top: 0.875rem;
  }

  .p-top-news__btn-wrap {
    margin-top: 2.875rem;
    flex-direction: column;
    gap: 0.9375rem;
    align-items: center;
  }

  .p-top-price {
    padding-block: 3.8125rem 4.6875rem;
  }

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

  .p-top-price__note {
    font-size: 0.875rem;
  }

  .p-top-reason {
    padding-block: 3.5rem 3.125rem;
  }

  .p-top-reason__header {
    flex-direction: column-reverse;
  }

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

  .p-top-reason__headlinejasmall {
    font-size: 1.0625rem;
    padding: 1rem 0.9375rem 1rem 1.25rem;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .p-top-reason__headlinejabig {
    font-size: 2.03125rem;
    padding: 0.765625rem 1.0625rem;
    margin-top: 0.6875rem;
    letter-spacing: 0.05em;
  }

  .p-top-reason__headlineen {
    font-size: 5.3125rem;
    position: relative;
  }

  .p-top-reason__item {
    margin-top: 4rem;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }
}

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

@media (any-hover: hover) {
  .c-breadcrumb__link:hover {
    color: #44b063;
  }

  .c-btn01:hover {
    background: #fff;
  }

  .c-btn01:hover .c-btn01__text {
    color: #c9a453;
  }

  .c-btn01:hover .c-btn01__icon {
    background: #c9a453;
    opacity: 1;
  }

  .c-btn02:hover {
    background: #fff;
  }

  .c-btn02:hover .c-btn02__text {
    color: #c9a453;
  }

  .c-btn02:hover .c-btn02__icon {
    background: #c9a453;
  }

  .c-btn03:hover {
    background: #fff;
  }

  .c-btn03:hover .c-btn03__text {
    color: #c9a453;
  }

  .c-btn03:hover .c-btn03__icon {
    background: #c9a453;
  }

  .c-btn04:hover {
    background: #fff;
  }

  .c-btn04:hover .c-btn04__text {
    color: #000000;
  }

  .c-btn04:hover .c-btn04__icon {
    background: #000000;
  }

  .c-btn05:hover {
    background: #fff;
  }

  .c-btn05:hover .c-btn05__text {
    color: #c9a453;
  }

  .c-btn05:hover .c-btn05__icon {
    background: #c9a453;
  }

  .c-btn06:hover {
    background: #fff;
  }

  .c-btn06:hover .c-btn06__text {
    color: #c9a453;
  }

  .c-btn06:hover .c-btn06__icon {
    background: #c9a453;
  }

  .c-btn07:hover {
    background: #fff;
  }

  .c-btn07:hover .c-btn07__text {
    color: #c9a453;
  }

  .c-btn07:hover .c-btn07__icon {
    background: #c9a453;
  }

  .c-btn08:hover {
    background: #fff;
  }

  .c-btn08:hover .c-btn08__text {
    color: #44b063;
  }

  .c-btn08:hover .c-btn08__icon {
    background: #44b063;
  }

  .c-btn09:hover {
    background: #fff;
  }

  .c-btn09:hover .c-btn09__text {
    color: #c9a453;
  }

  .c-btn09:hover .c-btn09__icon {
    background: #c9a453;
  }

  .c-btn10:hover {
    background: #fff;
  }

  .c-btn10:hover .c-btn10__text {
    color: #c9a453;
  }

  .c-btn10:hover .c-btn10__icon {
    background: #c9a453;
  }

  .p-card06__link:hover .p-card06__img img {
    scale: 1.05;
  }

  .p-clinic-cards__tab:hover {
    background: #fdffba;
  }

  .p-corporate-information__link:hover {
    opacity: 0.7;
  }

  .p-counseling-menu__link:hover {
    opacity: 0.75;
  }

  .p-counseling-nav__link:hover {
    background: #0A0204;
  }

  .p-counseling-nav__link:hover::after {
    opacity: 1;
  }

  .p-counseling-nav__link:hover .p-counseling-nav__link_text {
    color: #fff;
  }

  .p-footer__logo:hover {
    opacity: 0.7;
  }

  .p-footer__link:hover .p-footer__link-text::before {
    opacity: 1;
  }

  .p-footer__bottomlink:hover .p-footer__bottomlink-text {
    background-size: 100% 1px;
  }

  .p-footer__policy-link:hover::before {
    opacity: 1;
  }

  .p-footer__sns-item:hover {
    opacity: 0.7;
  }

  .p-footer__heading[href]:hover {
    background-size: 100% 1px;
  }

  .p-header__link:hover .p-header__linktext {
    background-size: 100% 1px;
  }

  .p-header__logo:hover {
    opacity: 0.7;
  }

  .p-header__item--has-dropdown:hover .p-header__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .p-header__dropdown-link:hover {
    background: #f5f5f5;
  }

  .p-item10__link:hover .p-item10__img img {
    transform: scale(1.1);
  }

  .p-item10__link:hover .p-item10__btn {
    background: #fff;
    color: #44b063;
  }

  .p-item10__link:hover .p-item10__btn::after {
    background: #44b063;
  }

  .p-list01__link:hover::before {
    opacity: 1;
  }

  .p-menu-main__link:hover {
    background-color: #000000;
  }

  .p-menu-main__link:hover .p-menu-main__link_text {
    color: #fff;
  }

  .p-menu-main__link:hover .p-menu-main__link_icon {
    background: #fff;
  }

  .p-minor__tab:hover:not(.is-active) {
    opacity: 0.8;
  }

  .p-minor__conbini-app-link:hover {
    opacity: 0.7;
  }

  .p-news__tab:hover {
    opacity: 0.8;
  }

  .p-single-clinic-menu__link:hover {
    opacity: 0.75;
  }

  .p-single-clinic-introduction__prev:hover,
  .p-single-clinic-introduction__next:hover {
    opacity: 0.75;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}