@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5094339623vw;
  }
}
@media (min-width: 1060px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  color: #3c414c;
  padding-top: 3.75rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 5.625rem;
  }
}

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

.swiper {
  z-index: 0;
}

body.noscroll {
  overflow: hidden;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

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

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1060px;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--s {
    max-width: 60rem;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--l {
    max-width: 75rem;
    padding-right: 0;
    padding-left: 0;
  }
}

.l-section {
  margin-top: 3.125rem;
}
.p-myobrace .l-section {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-section {
    margin-top: 6.25rem;
  }
}

.l-section--wide {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-section--wide {
    margin-top: 7.5rem;
  }
}

.c-access-map {
  margin-top: 3.125rem;
}

.c-access-map iframe {
  aspect-ratio: 1000/500;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.c-brushing-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.8125rem, 1fr));
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-brushing-list {
    grid-template-columns: repeat(6, 1fr);
    margin-top: 3.125rem;
  }
}

.c-brushing-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.c-brushing-list__img {
  max-width: 12.5rem;
  width: 100%;
}

.c-brushing-list__img img {
  aspect-ratio: 580/400;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18.75rem;
  height: 3.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3c414c;
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 0.2em;
  border: 1px solid #3c414c;
  margin-top: 1.875rem;
  margin-inline: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button {
    margin-inline: initial;
    margin-top: 3.125rem;
  }
}

@media (any-hover: hover) {
  .c-button:hover {
    background-color: #fff;
    color: #3c414c;
  }
}
.c-button--menu {
  position: relative;
  height: auto;
  padding: 0.3125rem 0.625rem;
  width: 100%;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-button--menu {
    margin-top: 1.25rem;
  }
}

.c-button--menu::after {
  content: "▲";
  display: block;
  width: 1em;
  height: 1em;
  color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .c-button--flow:hover::after,
  .c-button--menu:hover::after {
    color: #3c414c;
  }
}
.c-flex-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-flex-article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
  }
}

.c-flex-article__img {
  max-width: 16.25rem;
}
@media screen and (min-width: 768px) {
  .c-flex-article__img {
    max-width: 28.75rem;
  }
}

.c-flex-article__img img {
  aspect-ratio: 650/430;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-flex-article__title {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 0.625rem;
  margin-top: 0.9375rem;
  border-bottom: 1px solid #8fc31f;
}
@media screen and (min-width: 768px) {
  .c-flex-article__title {
    text-align: left;
    font-size: 1.125rem;
    letter-spacing: 0.2em;
  }
}

.c-flex-article__text {
  margin-top: 1.5625rem;
  line-height: 1.8;
}

.c-flex-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-flex-flow {
    gap: 1.875rem;
  }
}

.c-flex-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-flex-flow__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-flex-flow__img {
  max-width: 12.5rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-flex-flow__img {
    max-width: 16.25rem;
  }
}

.c-flex-flow__img img {
  aspect-ratio: 420/300;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-flex-flow__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-flex-flow__title {
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-flex-flow__title {
    text-align: left;
  }
}

.c-flex-flow__text {
  line-height: 1.8;
}

.c-fv-text {
  position: absolute;
  bottom: 9.375rem;
  right: 0;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 1rem 1.25rem;
  background-color: #fff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-fv-text {
    bottom: 0;
    font-size: 1.5rem;
    padding: 2rem 2.625rem;
  }
}

.c-img-l,
.c-img-ls {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-img-l,
  .c-img-ls {
    margin-top: 3.125rem;
  }
}

.c-img-l img {
  aspect-ratio: 1000/520;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-img-ls img {
  aspect-ratio: 1000/400;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-information {
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-information {
    margin-top: -5.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-information {
    margin-top: -5.625rem;
  }
}

.c-information__logo {
  max-width: 15.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 1.25rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-information__logo {
    max-width: 21.1875rem;
    width: 100%;
  }
}

.c-information__logo img {
  aspect-ratio: 339/190;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-information__text {
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-information__text {
    margin-top: 2.5rem;
  }
}

.c-information__address {
  font-size: 0.625rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-information__address {
    margin-top: 0.3125rem;
  }
}

.c-link {
  position: relative;
  line-height: 1;
}

.c-link::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  right: -1em;
  top: 0.3em;
  background: url(../../assets/images/画像のファイル) center center/contain no-repeat;
}

.c-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-links {
    position: absolute;
    left: 2.5rem;
    bottom: 3.75rem;
    gap: 1.5625rem;
  }
}

.c-links__link {
  display: block;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-links__link {
    width: 2.1875rem;
  }
}

.c-preparing {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #8fc31f;
  text-align: center;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .c-preparing {
    font-size: 1rem;
    margin-top: 12.5rem;
  }
}

.c-price01 {
  border: 4px solid #8fc31f;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-price01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}

.c-price01--myobrace {
  border: 4px solid #00b4ed;
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-price01--myobrace {
    font-size: 1.5rem;
  }
}

.c-price01__title {
  background-color: #8fc31f;
  color: #fff;
  text-align: center;
  padding: 0.125rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-price01__title {
    padding: 0.375rem;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-price01--myobrace .c-price01__title {
  background-color: #00b4ed;
  padding: 0.125rem 0.375rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-price01--myobrace .c-price01__title {
    width: 30%;
  }
}

.c-price01__detail {
  color: #8fc31f;
  line-height: 1.3;
  text-align: center;
  padding: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-price01__detail {
    padding: 0.625rem 0.375rem;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-price01__detail .small {
  display: block;
  font-size: 0.625rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-price01__detail .small {
    font-size: 0.75rem;
    margin-top: 0.1875rem;
  }
}

.c-price01--myobrace .c-price01__detail {
  color: #00b4ed;
}
@media screen and (min-width: 768px) {
  .c-price01--myobrace .c-price01__detail {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .c-price01--myobrace .c-price01__detail .small {
    margin-top: 0.625rem;
  }
}

.c-qa {
  line-height: 2;
}

.c-qa__question {
  color: #8fc31f;
}

.c-qa__item + .c-qa__item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-qa__item + .c-qa__item {
    margin-top: 1.875rem;
  }
}

.c-radius-item {
  background-color: #3c414c;
  border-radius: 1.875rem;
  padding: 0.625rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-radius-item {
    padding: 0.9375rem;
    font-size: 1rem;
  }
}

.c-recruit-banner-link {
  max-width: 20.3125rem;
  display: inline-block;
  text-align: center;
  background-color: #39BFB9;
  border: 2px solid #39BFB9;
  -webkit-transition: all 0.3s ease, color 0.3s ease;
  transition: all 0.3s ease, color 0.3s ease;
}

@media (any-hover: hover) {
  .c-recruit-banner-link:hover {
    opacity: 0.8;
  }
}
.c-recruit-banner-link--orange {
  background-color: #EB6100;
  border-color: #EB6100;
}

.c-recruit-banner-link--blue {
  background-color: #2164F3;
  border-color: #2164F3;
}

.c-recruit-banner-link img {
  aspect-ratio: 588/100;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -0.3125rem;
}

.c-recruit-banner-link__text-top {
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.625rem;
}

.c-banne-link__text-bottom {
  font-size: 1rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  color: #39BFB9;
  background-color: #fff;
  padding: 0.3125rem 0;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.c-recruit-banner-link--orange .c-banne-link__text-bottom {
  color: #EB6100;
}

.c-recruit-banner-link--blue .c-banne-link__text-bottom {
  color: #2164F3;
}

.c-recruit-table {
  background-color: #fff;
  border-collapse: collapse;
  max-width: 50rem;
  width: 100%;
  margin-inline: auto;
}

.c-recruit-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.c-recruit-table th,
.c-recruit-table td {
  border: 1px solid #3c414c;
  line-height: 1.7;
  letter-spacing: 0;
  padding: 0.5rem 0.375rem;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-recruit-table th,
  .c-recruit-table td {
    padding: 0.9375rem 1.25rem;
  }
}

.c-recruit-table th {
  width: 26%;
  vertical-align: top;
}

.c-recruit-table td {
  width: 74%;
}

.c-recruit-table td span {
  display: inline-block;
}

.c-section-title-myobrace {
  font-family: "zen-maru-gothic", sans-serif;
  color: #00b4ed;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-section-title-myobrace {
    font-size: 1.5rem;
    letter-spacing: 0.4em;
    gap: 1.25rem;
  }
}

.c-section-title-myobrace::before {
  content: "";
  display: block;
  width: 1.6875rem;
  height: 1.5625rem;
  background: url(../images/menu/bg_myobrace-sub-title_left.webp) no-repeat center center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-section-title-myobrace::before {
    width: 2.3125rem;
    height: 1.875rem;
  }
}

.c-section-title-myobrace::after {
  content: "";
  display: block;
  width: 1.6875rem;
  height: 1.5625rem;
  background: url(../images/menu/bg_myobrace-sub-title_right.webp) no-repeat center center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-section-title-myobrace::after {
    width: 2.3125rem;
    height: 1.875rem;
  }
}

.c-section-title {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.4em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 1.5rem;
  }
}

.c-section-title span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, transparent), color-stop(75%, #ffff00), to(#ffff00));
  background: linear-gradient(180deg, transparent 0%, transparent 75%, #ffff00 75%, #ffff00 100%);
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-section-title span {
    display: inline-block;
  }
}

.c-section-title--narrow {
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-section-title--narrow {
    letter-spacing: 0.4em;
  }
}

.c-table-price {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.25rem;
  table-layout: auto;
  /* 自動幅にする */
  white-space: nowrap;
  /* 折り返し防止（必要に応じて） */
}

.c-table-price th,
.c-table-price td {
  border: 1px solid #b7b7b7;
  letter-spacing: 0.1em;
  padding: 0.625rem;
  text-align: left;
}

.c-table-price thead th {
  background-color: #ffff00;
  text-align: center;
}

.c-table-price td.c-table-price__td--center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-table-price__td--wrap {
    white-space: normal;
    /* 折り返す */
    word-wrap: break-word;
  }
}

.c-table-price__td--harf {
  width: 50%;
}

.c-tel-button {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3.125rem;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  color: #3c414c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffff00;
  z-index: 10;
}

.c-tel-button::before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.875rem;
  background: url(../images/common/icon_phone.svg) no-repeat center center/contain;
}

.c-title {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
}
.c-title::after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.3125rem;
  margin: 1.25rem auto 0;
  background-color: black;
}

.c-top-button {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ffff00;
  color: #8fc31f;
  border-radius: 50%;
  display: grid;
  place-content: center;
  gap: 0.5rem;
  position: fixed;
  right: 0.625rem;
  bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .c-top-button {
    width: 3.75rem;
    height: 3.75rem;
    right: 1.25rem;
    bottom: 1.25rem;
    gap: 0.625rem;
  }
}

.c-top-button__arrow {
  display: inline-block;
  width: 1rem;
  height: 0.625rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-top-button__arrow {
    width: 1.5rem;
    height: 0.8125rem;
  }
}

.c-top-button__arrow::before,
.c-top-button__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.0625rem;
  height: 0.75rem;
  border-radius: 9999px;
  background-color: #3c414c;
  -webkit-transform-origin: 50% 1px;
          transform-origin: 50% 1px;
}
@media screen and (min-width: 768px) {
  .c-top-button__arrow::before,
  .c-top-button__arrow::after {
    width: 0.125rem;
    height: 1.375rem;
  }
}

.c-top-button__arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-top-button__arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (any-hover: hover) {
  .c-top-button {
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .c-top-button:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .c-top-button__arrow {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.c-under-bar {
  position: relative;
  display: inline-block;
}
.c-under-bar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-under-bar:hover:before {
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
.p-bruxism__img {
  width: 100%;
}

.p-bruxism__img img {
  aspect-ratio: 1000/278;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-bruxism__img img {
    margin-top: 5rem;
  }
}

.p-card {
  position: relative;
}

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

.p-card__img--narrow img {
  aspect-ratio: 435/200;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-card__title {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 0.625rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-card__title {
    letter-spacing: 0.2em;
  }
}

.p-card__title--border {
  border-bottom: 1px solid #8fc31f;
}

.p-card__title span {
  font-size: 0.75rem;
  display: block;
  color: #3c414c;
}

.p-card__text {
  margin-top: 0.3125rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-card__text {
    margin-top: 1.5625rem;
  }
}

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

.p-card__text--narrow {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .p-contact {
    max-width: 50rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-contact__form {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    margin-top: 3.125rem;
  }
}

.p-contact-form__item:nth-child(n+2) {
  margin-top: 0.75rem;
}

.p-contact-form__label span {
  color: #E60012;
  margin-left: 0.3125rem;
}

.p-contact-form__input {
  margin-top: 0.03125rem;
}

.p-contact-form__input.p-contact-form__input--check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p-contact-form__input input[type=text],
.p-contact-form__input input[type=email],
.p-contact-form__input input[type=tel] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #BFBFBF;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: 100%;
  min-height: 2rem;
  padding: 0.3125rem 0.625rem;
}

.p-contact-form__input textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #BFBFBF;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: 100%;
  min-height: 5rem;
  padding: 0 0.375rem;
  resize: none;
  padding: 0.3125rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__input textarea {
    min-height: 10rem;
  }
}

.p-contact-form__input input[type=checkbox] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #BFBFBF;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  height: 0.9375rem;
  width: 0.9375rem;
  padding: 0 0.375rem;
  margin: 0;
  margin-top: 0.3125rem;
}

/* ラジオボタンのデフォルトのスタイルを隠す */
.custom-radio {
  display: none;
}

/* カスタムラジオボタンのスタイル */
.custom-radio + label {
  position: relative;
  padding-left: 1.5625rem;
  cursor: pointer;
  display: inline-block;
  line-height: 1.25rem;
  margin-right: 1.25rem;
}

.custom-radio + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #BFBFBF;
  border-radius: 50%;
  background-color: #fff;
}

.custom-radio + label:after {
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* チェックされたときのスタイル */
.custom-radio:checked + label:after {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.25rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #333;
}

/* 標準のチェックボックスを隠す */
.custom-checkbox {
  display: none;
}

/* カスタムチェックボックスのスタイル */
.custom-checkbox + label {
  position: relative;
  padding-left: 1.4375rem;
  cursor: pointer;
  display: inline-block;
  line-height: 1.25rem;
}

.custom-checkbox + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.125rem;
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #BFBFBF;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}

/* チェックされたときのスタイル */
.custom-checkbox:checked + label:before {
  border-color: #3C414C;
  /* 枠も同色に */
}

.custom-checkbox:checked + label:after {
  content: "✔";
  /* チェックマーク */
  color: #3C414C;
  position: absolute;
  top: 0px;
  left: 0.1875rem;
  font-size: 0.8125rem;
}

@media screen and (min-width: 570px) {
  .custom-checkbox:checked + label:after {
    left: 0.25rem;
    font-size: 0.9375rem;
  }
}
.p-contact-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__submit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-contact-form__submit input[type=reset],
.p-contact-form__submit input[type=submit] {
  display: inline-block;
  width: 18.75rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3c414c;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 0.75rem;
  color: #fff;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* 初期状態（チェックなし）：ボタン無効風スタイル */
.p-contact-form__submit input[type=submit] {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* チェックありのとき：ボタン有効風スタイル */
.p-contact__form:has(#confirm:checked) .p-contact-form__submit input[type=submit] {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

.p-contact__go-back .c-button {
  display: inline-block;
  width: 18.75rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3c414c;
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 0.2em;
  margin-top: 1.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__go-back .c-button {
    position: relative;
    margin-top: 3.125rem;
  }
}

.p-cost__table {
  max-width: 50rem;
  width: 100%;
  margin-inline: auto;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.75rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-cost__table {
    font-size: 0.875rem;
    margin-top: 3.125rem;
  }
}

.p-cost__table th,
.p-cost__table td {
  border: 1px solid #b7b7b7;
  padding: 0.75rem;
  text-align: left;
}

.p-cost__table thead {
  background-color: #ffff00;
}

.p-cost__table th:last-child,
.p-cost__table td:last-child {
  text-align: center;
}

.p-dot-lists {
  list-style-type: disc;
  line-height: 2;
  margin-left: 1.5em;
}

.p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 25rem;
  width: 100%;
  height: 100dvh;
  background-color: #fff;
  z-index: 200;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.p-drawer.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-drawer__inner {
  padding: 1.875rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
}

.p-drawer__logo {
  max-width: 12.5rem;
  width: 100%;
  margin-inline: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-drawer__logo a {
  display: block;
}

.p-drawer__logo img {
  aspect-ratio: 250/170;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-drawer__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875rem;
}

.p-drawer__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.2rem;
}

.p-drawer__nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "hiragino-mincho-pron", sans-serif;
  padding: 0.625rem 0;
}

.p-drawer__nav-item a::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-color: #8fc31f;
  border-radius: 50%;
  margin-right: 0.625rem;
}

.p-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.p-faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 31.25rem;
  margin-inline: auto;
  gap: 1.875rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-faq-list {
    max-width: 37.5rem;
    gap: 3.125rem;
    margin-top: 5rem;
  }
}

.p-faq-list__item-question {
  font-size: 0.875rem;
  line-height: 1.375;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-faq-list__item-question {
    font-size: 1rem;
    padding-left: 3.125rem;
  }
}

.p-faq-list__item-question::before,
.p-faq-list__item-answer::before {
  display: grid;
  place-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  font-size: 0.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-faq-list__item-question::before,
  .p-faq-list__item-answer::before {
    font-size: 1.1875rem;
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.p-faq-list__item-answer {
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-faq-list__item-answer {
    padding-left: 3.125rem;
    margin-top: 1.25rem;
  }
}

.p-faq-list__item-answer a {
  text-decoration: underline;
}

.p-faq-list__item-question::before {
  content: "Q";
  background-color: #ffff00;
}

.p-faq-list__item-answer::before {
  content: "A";
  color: #fff;
  background-color: #3c414c;
}

@media (any-hover: hover) {
  .p-faq-list__item-answer a:hover {
    text-decoration: underline;
  }
}
.p-floatiing-btn {
  position: fixed;
  right: 0;
  bottom: 6.875rem;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  /* GPUレイヤー固定化 */
}
@media screen and (min-width: 768px) {
  .p-floatiing-btn {
    bottom: auto;
    bottom: initial;
    top: 30%;
    gap: 1.25rem;
  }
}

.p-floatiing-btn__reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.125rem;
  height: 8.4375rem;
  padding: 8px 0;
  border-radius: 8px 0 0 8px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.1em;
  background-color: #3c414c;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .p-floatiing-btn__reserve:hover {
    opacity: 0.8;
  }
}
.p-floatiing-btn__label {
  color: #fff;
  font-size: 0.875rem;
}

.p-floor-item + .p-floor-item {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-floor-item + .p-floor-item {
    margin-top: 6.25rem;
  }
}

.p-floor__item1 {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-floor__item1 {
    margin-top: 6.25rem;
  }
}

.p-floor__item1-body {
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-floor__item1-body {
    margin-top: 1.25rem;
  }
}

.p-floor__item1-head {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-floor__item1-head {
    font-size: 1.375rem;
  }
}

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

.p-floor__item2 {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-floor__item2 {
    margin-top: 3.125rem;
  }
}

.p-footer-table {
  width: 100%;
  border: solid #fff;
  border-collapse: collapse;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer-table {
    margin-inline: auto;
  }
}

.p-footer-table thead th {
  color: #3c414c;
  font-size: 0.75rem;
  font-weight: 400;
  border-right: 1px solid #3c414c;
}
@media screen and (min-width: 768px) {
  .p-footer-table thead th {
    font-size: 1rem;
    padding: 0.3125rem 0.625rem;
  }
}

.p-footer-table tbody th,
.p-footer-table tbody td {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  border: 1px solid #3c414c;
  padding: 0 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-footer-table tbody th,
  .p-footer-table tbody td {
    font-size: 1rem;
    padding: 0.375rem 0.625rem;
  }
}

.p-footer-table tbody td {
  color: #3c414c;
}
@media screen and (min-width: 768px) {
  .p-footer-table tbody td {
    font-size: 1rem;
  }
}

.p-footer {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    margin-top: 12.5rem;
  }
}

.p-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-footer__calendar {
  max-width: 32.1875rem;
  width: 100%;
  margin-inline: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-footer__calendar {
    max-width: 28.4375rem;
  }
}

.p-footer__calendar-title span {
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  background: #3c414c;
  color: #fff;
  padding: 0 1rem;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__calendar-title span {
    padding: 0.125rem 1.25rem;
  }
}

.p-footer__calendar-body {
  margin-top: 0.75rem;
}

.p-footer__calendar-body .fc .fc-button-primary {
  background-color: #fff;
  border-color: #fff;
  color: #8fc31f;
}

.p-footer__content {
  max-width: 32.1875rem;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-footer__content {
    width: 100%;
  }
}
.p-footer__medecal-subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__medecal-subject {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.625rem;
  }
}

.p-footer__medecal-subject-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-footer__medecal-subject-title span {
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  background: #3c414c;
  color: #fff;
  padding: 0 1rem;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__medecal-subject-title span {
    padding: 0.125rem 0.75rem;
  }
}

.p-footer__medecal-subject-text {
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
}

.p-footer__care-time {
  max-width: 32.1875rem;
  width: 100%;
  margin-top: 1.25rem;
}

.p-footer__care-time-text {
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  margin-top: 0.4375rem;
}

.p-footer__tel {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  color: #3c414c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__tel {
    font-size: 2.125rem;
    margin-top: 1.875rem;
  }
}

.p-footer__tel::before {
  content: "";
  width: 1.625rem;
  height: 1.25rem;
  margin-right: 0.625rem;
  background: url(../images/common/icon_phone.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-footer__tel::before {
    width: 1.9375rem;
    height: 1.5625rem;
  }
}

.p-footer__address {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-top: 0.625rem;
}

.p-footer__parking {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-top: 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.p-footer__parking span {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #3c414c;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 0.9375rem;
  color: #fff;
  display: grid;
  place-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__logo {
  max-width: 16.25rem;
  width: 100%;
  margin-top: 3.4375rem;
  padding-bottom: 3.4375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    max-width: 21.1875rem;
  }
}

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

.p-footer__bottom {
  background-color: #3c414c;
  color: #fff;
  padding-top: 2.5rem;
  padding-bottom: 0.75rem;
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    gap: 1.875rem;
    margin-left: 1.25rem;
  }
}

.p-footer__nav-content {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-content {
    width: auto;
  }
}

.p-footer__nav-content.p-footer__nav-content--03 {
  padding-top: 1.5rem;
}

.p-footer__nav-parent a,
.p-footer__nav-item a {
  display: block;
  letter-spacing: 0;
  display: inline-block;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.p-footer__copyright {
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 5rem;
  }
}

@media (any-hover: hover) {
  .p-footer__nav-parent a:hover {
    border-bottom: 1px solid currentColor;
  }
  .p-footer__nav-item a:hover {
    border-bottom: 1px solid currentColor;
  }
}
.p-header-table {
  width: 100%;
  border: solid #fff;
  border-collapse: collapse;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header-table {
    margin-inline: auto;
  }
}

.p-header-table thead th {
  color: #3c414c;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.3125rem 0.625rem;
  border-right: 1px solid #3c414c;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-header-table thead th {
    padding: 0.3125rem 0.625rem;
  }
}

.p-header-table tbody th,
.p-header-table tbody td {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  border: 1px solid #3c414c;
  padding: 0.125rem 0.25rem;
  white-space: nowrap;
}

.p-header {
  width: 100%;
  height: 3.75rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 5.625rem;
    background-color: #fff;
  }
}

.p-header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__content {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__content {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.p-header__icon-cows {
  max-width: 3.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__icon-cows {
    max-width: 7.6875rem;
  }
}

.p-header__icon-cows img {
  aspect-ratio: 123/80;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__icon-logo {
  max-width: 13.4375rem;
  width: 100%;
}

.p-header__icon-logo img {
  aspect-ratio: 215/25;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-header__care-time {
    max-width: 24.375rem;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.875rem;
  }
}

.p-header__tel {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__tel {
    font-family: "hiragino-mincho-pron", sans-serif;
    font-size: 1.75rem;
    color: #3c414c;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__tel::before {
  content: "";
  width: 1.6875rem;
  height: 1.375rem;
  margin-right: 0.4375rem;
  background: url(../images/common/icon_phone.svg) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .p-header__cta {
    max-width: 17.5rem;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-header__cta-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  font-size: 0.75rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__cta-text {
    margin-top: 0;
  }
}

.p-header__last-call,
.p-header__parking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.p-header__last-call-icon {
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 0.125rem;
  background-color: #3c414c;
  color: #fff;
  width: 1.3125rem;
  height: 1.25rem;
  font-size: 0.5rem;
  line-height: 1.125;
}

.p-header__hamburger {
  margin: 0;
  padding: 0;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 999;
  width: 1.75rem;
  height: 1.375rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger span {
  display: block;
  width: 1.6875rem;
  height: 0.125rem;
  border-radius: 1.25rem;
  background-color: #3c414c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-header__hamburger.is-open span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
@media screen and (max-width: 320px) {
  .p-header__hamburger.is-open span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

.p-header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger.is-open span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}
@media screen and (max-width: 320px) {
  .p-header__hamburger.is-open span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

.p-implant__text {
  line-height: 1.8;
}

.p-kids__items {
  display: grid;
  place-content: center;
  gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-kids__items {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-main-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-main-nav {
    display: block;
    padding-top: 2.8125rem;
  }
}

.p-main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "hiragino-mincho-pron", sans-serif;
}

.p-main-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 0.9375rem;
}

.p-main-nav__item:not(:last-child) a {
  border-right: 1px solid #1e1210;
}

.p-main-nav__item a {
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-main-nav__item a::after {
  content: attr(data-en);
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #8fc31f;
  line-height: 1;
}

.p-main-nav__item a::before {
  content: "";
  display: inline-block;
  width: 80%;
  height: 2px;
  background-color: #8fc31f;
  position: absolute;
  bottom: -0.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0, 1);
          transform: translateX(-50%) scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (any-hover: hover) {
  .p-main-nav__item a:hover::before {
    -webkit-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1);
  }
}
.p-main-nav__text {
  font-size: max(10px, 1.1rem);
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-main-nav__text {
    font-size: max(10px, 1rem);
    margin-top: 0.9375rem;
    letter-spacing: 0.05em;
  }
}
.p-media {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-media {
    max-width: none;
    max-width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-media:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-media--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .p-media--reverse:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-media--sp-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-media--sp-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-media--sp-reverse:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-media + .p-media {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-media + .p-media {
    margin-top: 3.125rem;
  }
}

.p-media__body {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-media__body {
    max-width: none;
    max-width: initial;
    margin-top: 0;
  }
}

.p-media__number {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-media__number {
    font-size: 5rem;
  }
}

.p-media__text-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-media__text-box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-media__text-box--wide {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-media__text-box--wide {
    margin-top: 0;
  }
}

.p-media__text-indent {
  margin-left: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-media__text-indent {
    margin-left: 0;
  }
}

.p-media__head {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5555555556;
  padding-bottom: 1.25rem;
  border-bottom: solid 1px #8fc31f;
}
@media screen and (min-width: 768px) {
  .p-media__head {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}

.p-media__head--center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-media__head--center {
    text-align: left;
  }
}

.p-media__head--wide {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-media__head--wide {
    margin-top: 1.125rem;
  }
}

.p-media__head--first::before,
.p-media__head--second::before,
.p-media__head--regular::before {
  display: block;
  font-size: 0.625rem;
  color: #8fc31f;
}
@media screen and (min-width: 768px) {
  .p-media__head--first::before,
  .p-media__head--second::before,
  .p-media__head--regular::before {
    font-size: 0.75rem;
  }
}

.p-media__head--first::before {
  content: "初診";
}

.p-media__head--second::before {
  content: "2回目以降";
}

.p-media__head--regular::before {
  content: "定期健診へ";
}

.p-media__head span {
  display: inline-block;
}

.p-media__text {
  margin-top: 0.9375rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-media__text {
    margin-top: 1.5625rem;
  }
}

.p-media__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-media__img {
    max-width: 26.25rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-media__img img {
  aspect-ratio: 420/300;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-media__img--kids img {
  aspect-ratio: 420/200;
}

@media screen and (min-width: 768px) {
  .p-media--myobrace {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-media--myobrace:nth-child(odd)::after {
    position: absolute;
    content: "";
    width: 6.875rem;
    height: 6.875rem;
    right: 0;
    bottom: 0;
    background: url("../images/menu/bg_myobrace-sec8_right.webp") no-repeat center center/contain;
  }
}

@media screen and (min-width: 768px) {
  .p-media--myobrace:nth-child(even)::after {
    position: absolute;
    content: "";
    width: 6.8125rem;
    height: 5rem;
    left: 0;
    bottom: 0;
    background: url("../images/menu/bg_myobrace-sec8_left.webp") no-repeat center center/contain;
  }
}

.p-mv__inner {
  position: relative;
}

.p-mv--myobrace .p-mv__inner::before {
  position: absolute;
  content: "";
  width: 12.5rem;
  height: 7.125rem;
  top: -0.625rem;
  right: 0.625rem;
  background: url(../images/menu/icon_myobrace-fv.webp) no-repeat center center/contain;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-mv--myobrace .p-mv__inner::before {
    width: 21.9375rem;
    height: 12.5625rem;
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-mv--myobrace .p-mv__inner::after {
    position: absolute;
    content: "";
    background: url(../images/menu/img_myobrace-fv-item.webp) no-repeat center center/contain;
    width: 18.125rem;
    height: 12.5rem;
    bottom: 0;
    left: 1.25rem;
    z-index: 10;
  }
}

@media screen and (min-width: 768px) {
  .p-mv--myobrace .c-information__logo::before {
    position: absolute;
    content: "";
    width: 62.5rem;
    height: 12.9375rem;
    bottom: 0.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../images/menu/bg_myobrace-title.webp) no-repeat center center/contain;
    z-index: 10;
    pointer-events: none;
  }
}

.p-mv__title {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  text-shadow: #fff 0 0 1.25rem, #fff 0 0 0.625rem, #fff 0 0 0.625rem, #fff 0 0 0.375rem, #fff 0 0 0.375rem, #fff 0 0 0.375rem, #fff 0 0 0.375rem, #fff 0 0 0.375rem, #fff 0 0 0.25rem, #fff 0 0 0.25rem, #fff 0 0 0.125rem, #fff 0 0 0.125rem, #fff 0 0 0.125rem, #fff 0 0 0.125rem, #fff 0 0 0.0625rem, #fff 0 0 0.0625rem;
  position: absolute;
  top: -3.125rem;
  left: 2.5rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 1.75rem;
    letter-spacing: 0.4em;
    top: -4.375rem;
    left: 3.125rem;
    z-index: 150;
  }
}

.p-mv__myobrace-title {
  position: absolute;
  top: -4.0625rem;
  left: 0;
  max-width: 19.0625rem;
  width: 100%;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .p-mv__myobrace-title {
    top: -4.375rem;
    left: 3.125rem;
    max-width: 11.75rem;
    z-index: 150;
  }
}

.p-mv__myobrace-title img {
  aspect-ratio: 612/210;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-mv__myobrace-title img {
    aspect-ratio: 188/665;
  }
}

.p-mv__slider {
  max-width: 62.5rem;
  width: 100%;
}

.p-mv__img {
  max-width: 62.5rem;
  width: 100%;
  position: relative;
}

.p-mv__img img {
  aspect-ratio: 1000/650;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv--myobrace .p-mv__img::before {
  position: absolute;
  content: "";
  width: 9.25rem;
  height: 2.5625rem;
  background: url(../images/menu/bg_myobrace-title_sp-left.webp) no-repeat center center/contain;
  left: -1.25rem;
  bottom: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv--myobrace .p-mv__img::before {
    display: none;
  }
}

.p-mv--myobrace .p-mv__img::after {
  position: absolute;
  content: "";
  width: 6.5rem;
  height: 7.8125rem;
  background: url(../images/menu/bg_myobrace-title_sp-right.webp) no-repeat center center/contain;
  right: -1.25rem;
  bottom: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv--myobrace .p-mv__img::after {
    display: none;
  }
}

.p-myobrace__inner {
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__inner {
    max-width: 1060px;
  }
}

.p-myobrace__sec01 {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec01 {
    margin-top: 9.375rem;
  }
}

.p-myobrace__lead-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__lead-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-myobrace__lead-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-myobrace__lead {
  line-height: 2.6666666667;
  letter-spacing: 0.1em;
}

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

.p-myobrace__lead + .p-myobrace__lead {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__lead + .p-myobrace__lead {
    margin-top: 1.875rem;
  }
}

.p-myobrace__sec02-lead {
  margin-top: 1.25rem;
}

.p-myobrace__sec01-decoration {
  margin-top: 1.25rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec01-decoration {
    margin-top: 3.125rem;
  }
}

.p-myobrace__img {
  max-width: 144vw;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-myobrace__img {
    max-width: 33.75rem;
  }
}

.p-myobrace__img img {
  aspect-ratio: 540/350;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-myobrace__sec02-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 0.625rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec02-lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.4375rem 2.1875rem;
    margin-top: 1.25rem;
  }
}

.p-myobrace__sec02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  text-align: center;
}

.p-myobrace__sec02-img {
  max-width: 15rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec02-img {
    max-width: 19.375rem;
  }
}

.p-myobrace__sec02-img img {
  aspect-ratio: 310/210;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-myobrace__sec02-text {
  font-family: "zen-maru-gothic", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #00b4ed;
}

.p-myobrace__sec03-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec03-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
    margin-top: 3.125rem;
  }
}

.p-myobrace__sec03-box .p-myobrace__lead {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec03-box .p-myobrace__lead {
    text-align: left;
    text-align: initial;
  }
}

.p-myobrace__sec03-img {
  max-width: 144vw;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec03-img {
    max-width: 33.75rem;
  }
}

.p-myobrace__sec03-img img {
  aspect-ratio: 540/350;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-myobrace__sec04-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 0.625rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec04-lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
    margin-top: 1.25rem;
  }
}

.p-myobrace__sec04-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0.625rem;
}

.p-myobrace__sec04-img {
  max-width: 15rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec04-img {
    max-width: 19.375rem;
  }
}

.p-myobrace__sec04-img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}

.p-myobrace__sec04-text {
  font-family: "zen-maru-gothic", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #00b4ed;
}

.p-myobrace__sec04-additional {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec04-additional {
    margin-top: 3.75rem;
  }
}

.p-myobrace__sec04-lists-additional {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1.875rem;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec04-lists-additional {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 1.25rem;
  }
}

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

.p-myobrace__sec04-list-column li {
  position: relative;
  padding-left: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.p-myobrace__sec04-list-column li + li {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec04-list-column li + li {
    margin-top: 0.625rem;
  }
}

.p-myobrace__sec04-list-column li::before {
  content: "●";
}

.p-myobrace__sec05-lead {
  margin-top: 1.25rem;
}

.p-myobrace__sec05-contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec05-contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin-top: 3.75rem;
  }
}

.p-myobrace__sec05-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec05-item {
    gap: 2.5rem;
  }
}

.p-myobrace__sec05-img {
  max-width: 18.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec05-img {
    max-width: 25rem;
  }
}

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

.p-myobrace__sec05-text {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  color: #00b4ed;
  letter-spacing: 0.1em;
}

.p-myobrace__sec06-tiltle {
  position: relative;
  width: 100%;
  padding: 1.25rem 0.625rem;
}

.p-myobrace__sec06-tiltle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url(../images/menu/bg_myobrace-sec6_sub-title.webp) no-repeat center center/contain;
  z-index: -1;
}

.p-myobrace__sec06-sub-title {
  max-width: 25rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec06-sub-title {
    max-width: 45.6875rem;
  }
}

.p-myobrace__sec06-sub-title img {
  aspect-ratio: 731/126;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-myobrace__sec06-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec06-features {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.875rem;
    margin-top: 0;
  }
}

.p-myobrace__sec06-feature {
  background-color: #00b4ed;
  color: #fff;
  border-radius: 50%;
  max-width: 9.375rem;
  width: 100%;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec06-feature {
    max-width: 9.375rem;
    font-size: 1.125rem;
  }
}

.p-myobrace__sec06-features-left,
.p-myobrace__sec06-features-right {
  max-width: 21.875rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec06-features-left,
  .p-myobrace__sec06-features-right {
    display: contents;
  }
}

.p-myobrace__sec06-features-left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-myobrace__sec06-features-right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec06-features-right {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.p-myobrace__sec06-product {
  max-width: 15rem;
  width: 100%;
  margin-left: 1.25rem;
  margin-right: -1.875rem;
  margin-top: -1.25rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec06-product {
    max-width: 18.125rem;
    margin-top: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.p-myobrace__sec06-product img {
  aspect-ratio: 290/250;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-myobrace__sec06-lead {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec06-lead {
    margin-top: 1.25rem;
  }
}

.p-myobrace__sec07-lead {
  margin-top: 1.25rem;
}

.p-myobrace__sec07-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec07-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.4375rem;
  }
}

.p-myobrace__sec07-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1.25rem;
}

.p-myobrace__sec07-img {
  max-width: 19.375rem;
  width: 100%;
  margin-inline: auto;
}

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

.p-myobrace__sec07-icon {
  max-width: 3.8125rem;
  width: 100%;
  margin-inline: auto;
}

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

.p-myobrace__sec07-text {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  color: #00b4ed;
  letter-spacing: 0.1em;
  background-color: #ffff00;
  border-radius: 1.25rem;
  padding: 0.625rem;
  width: 21.875rem;
}

.p-myobrace__sec08-item {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec08-item {
    margin-top: 3.125rem;
  }
}

.p-myobrace__sec08-img {
  max-width: 30.3125rem;
  width: 100%;
  margin-inline: auto;
}

.p-myobrace__sec08-img img {
  aspect-ratio: 485/330;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-myobrace__sec08-item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-myobrace__sec08-item-head {
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #00b4ed;
  letter-spacing: 0.1em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec08-item-head {
    font-size: 1.5rem;
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-myobrace__sec08-item-head--wide {
    margin-top: 6.25rem;
  }
}

.p-myobrace__sec08-item-text {
  margin-top: 0.625rem;
}

.p-myobrance__sec08-text {
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #00b4ed;
  letter-spacing: 0.1em;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-myobrance__sec08-text {
    font-size: 1.5rem;
    margin-top: 3.125rem;
  }
}

.p-myobrace__sec09-text {
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #808080;
  letter-spacing: 0.1em;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec09-text {
    font-size: 1.5rem;
  }
}

.p-myobrace__sec11-contents {
  background-color: #00b4ed;
  border-radius: 1.25rem;
  padding: 1.25rem 1.25rem 1.875rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec11-contents {
    border-radius: 3.125rem;
    padding: 1.25rem 1.5625rem 3.125rem;
  }
}

.p-myobrace__sec11-contents--second {
  background-color: #eb6d8e;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec11-contents--second {
    margin-top: 6.25rem;
  }
}

.p-myobrace__sec11-contents-title {
  color: #fff;
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec11-contents-title {
    font-size: 1.5rem;
    letter-spacing: 0.4em;
  }
}

.p-myobrace__faq-lists {
  background-color: #fff;
  border-radius: 1.25rem;
  margin-top: 1.25rem;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__faq-lists {
    border-radius: 3.125rem;
    margin-top: 1.5625rem;
    padding: 1.875rem;
  }
}

.p-myobrace__faq-list-question,
.p-myobrace__faq-list-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__faq-list-question,
  .p-myobrace__faq-list-answer {
    gap: 1rem;
  }
}

.p-myobrace__faq-list-question {
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #00b4ed;
}
@media screen and (min-width: 768px) {
  .p-myobrace__faq-list-question {
    font-size: 1.5rem;
  }
}

.p-myobrace__faq-list:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__faq-list:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.p-myobrace__faq-list-answer {
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5555555556;
  color: #808080;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__faq-list-answer {
    font-size: 1.125rem;
  }
}

.p-myobrace__faq-list-question::before,
.p-myobrace__faq-list-answer::before {
  display: grid;
  place-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding-bottom: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-myobrace__faq-list-question::before,
  .p-myobrace__faq-list-answer::before {
    font-size: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    padding-left: 0.125rem;
    padding-bottom: 0.3125rem;
  }
}

.p-myobrace__faq-list-question::before {
  content: "Q";
  color: #fff;
  background-color: #00b4ed;
  padding-left: 0.125rem;
  padding-bottom: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__faq-list-question::before {
    padding-bottom: 0.3125rem;
  }
}

.p-myobrace__faq-list-answer::before {
  content: "A";
  color: #fff;
  background-color: #f39800;
}

.p-myobrace__sec11-contents--second .p-myobrace__faq-list-question::before {
  background-color: #eb6d8e;
}

.p-myobrace__sec12-media {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-myobrace__sec12 .p-media--myobrace {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-myobrace__sec12-item-body {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec12-item-body {
    margin-top: 0;
  }
}

.p-myobrace__sec12-item-head {
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #00b4ed;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec12-item-head {
    font-size: 1.25rem;
  }
}

.p-myobrace__sec12-item-text1 {
  font-size: 0.75rem;
  color: #404040;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec12-item-text1 {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.p-myobrace__sec12-item-text1 {
  font-size: 0.75rem;
  color: #404040;
}

.p-myobrace__sec12-item-text3 {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 0.875rem;
  color: #00b4ed;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__sec12-item-text3 {
    font-size: 1.25rem;
  }
}

.p-myobrace__sec12 .p-media--myobrace:nth-child(even)::after {
  display: none;
}

.p-myobrace__sec12-img {
  max-width: 30.3125rem;
  width: 100%;
  margin-inline: auto;
}

.p-myobrace__sec12-img img {
  aspect-ratio: 485/600;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-myobrace__form {
  width: 100%;
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__form {
    max-width: 50rem;
  }
}

.p-myobrace__form .p-contact-form__submit input[type=reset],
.p-myobrace__form .p-contact-form__submit input[type=submit] {
  background-color: #00b4ed;
  border: 1px solid #00b4ed;
}

.p-myobrace__form .p-contact-form__submit input[type=submit]:hover {
  background-color: #fff;
  color: #00b4ed;
  border: 1px solid #00b4ed;
}

.p-myobrace__go-back .c-button {
  background-color: #00b4ed;
  border: 1px solid #00b4ed;
}

.p-myobrace__thanks {
  max-width: 31.25rem;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__thanks {
    max-width: 50rem;
    margin-top: 6.25rem;
  }
}

.p-myobrace__thanks-lead {
  letter-spacing: 0.01em;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-myobrace__thanks-lead {
    letter-spacing: 0.1em;
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-myobrace__go-back .c-button {
    margin-inline: auto;
  }
}

@media (any-hover: hover) {
  .p-myobrace__go-back .c-button:hover {
    background-color: #fff;
    color: #00b4ed;
  }
}
.p-myobrace__floatiing-btn {
  position: fixed;
  bottom: 3.75rem;
  left: 0.625rem;
  z-index: 100;
  width: 5rem;
  height: 5rem;
  background-color: #00b4ed;
  border-radius: 50%;
  padding: 0.125rem;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-myobrace__floatiing-btn {
    left: auto;
    left: initial;
    right: 1.25rem;
    bottom: 6.25rem;
    width: 7.5rem;
    height: 7.5rem;
  }
}

.p-myobrace__floatiing-btn:has(a:hover) {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-myobrace__floatiing-btn-img {
  max-width: 2.8125rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-myobrace__floatiing-btn-img {
    max-width: 4.25rem;
  }
}

.p-myobrace__floatiing-btn img {
  aspect-ratio: 68/60;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-myobrace__floatiing-btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-myobrace__floatiing-btn-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-myobrace__floatiing-btn-label {
    font-size: 1.125rem;
  }
}

.p-page__periods {
  overflow: hidden;
}

.p-page__periods-scroll {
  overflow-x: auto;
  display: block;
}

.p-page__period {
  min-width: 30rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-page__period {
    min-width: 0;
    min-width: initial;
  }
}

.p-page__period:first-of-type {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page__period:first-of-type {
    margin-top: 1.875rem;
  }
}

.p-page__period-item {
  color: #fff;
  font-size: 0.75rem;
  display: grid;
  place-items: center;
  width: 33.3333333333%;
  padding-block: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-page__period-item {
    font-size: 0.875rem;
    padding-block: 1.25rem;
  }
}

.p-page__period-item:nth-of-type(1) {
  background-color: #8fc31f;
}

.p-page__period-item:nth-of-type(2) {
  background-color: #eb6d8e;
}

.p-page__period-item:nth-of-type(3) {
  background-color: #cc7db1;
}

.p-page__period--range .p-page__period-item {
  background-color: #fff;
  color: #3c414c;
}

.p-page__period-item img {
  aspect-ratio: 600/80;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-page__period-item span {
  display: block;
}

.p-page__period-item span:last-child {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-page__period-item span:last-child {
    font-size: 0.75rem;
  }
}

.p-page-items {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-page-items {
    max-width: none;
    max-width: initial;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 3.75rem;
  }
}

.p-page-list-grid3 {
  display: grid;
  gap: 1.25rem 0.625rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-page-list-grid3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
    margin-top: 3.125rem;
  }
}

.p-page-list-grid3__item-img {
  max-width: 18.75rem;
  width: 100%;
  margin-inline: auto;
}

.p-page-list-grid3__item-img img {
  aspect-ratio: 485/320;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-page-list-grid3__item-title {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-page-list-grid3__item-title {
    font-size: 1rem;
  }
}

.p-page-list-grid3__item-title span {
  font-size: 0.625rem;
  color: #8fc31f;
  display: block;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-page-list-grid3__item-title span {
    font-size: 0.75rem;
  }
}

.p-page-list01 {
  display: grid;
  gap: 2.5rem 1.25rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto auto;
}
@media screen and (min-width: 768px) {
  .p-page-list01 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem 4.6875rem;
    max-width: 56.25rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-page-list01__item {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  gap: 0;
}

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

.p-page-list01__title {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-page-list01__title {
    font-size: 1.25rem;
  }
}

.p-page-list01__text {
  font-family: "hiragino-mincho-pron", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-page-list01__text {
    letter-spacing: 0.08em;
  }
}

.p-page-lists02 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-lists02 {
    margin-top: 5rem;
  }
}

.p-page-lists02--narrow {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-page-lists02--narrow {
    margin-top: 3.125rem;
  }
}

.p-page-lists02__item:nth-child(n+2) {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-page-lists02__item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.p-page-lists02 .p-page-lists02__item--wide {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-page-lists02 .p-page-lists02__item--wide {
    margin-top: 3.75rem;
  }
}

.p-page-lists02__item-wrap {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-page-lists02__item-wrap {
    margin-top: 1.25rem;
  }
}

.p-page-lists02__title {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-page-lists02__title {
    font-size: 0.875rem;
  }
}

.p-page-lists02__lists {
  list-style-type: disc;
  margin-left: 1em;
}

.p-page-lists02__lists--center {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-lists02__lists--center {
    max-width: 30rem;
    margin-inline: auto;
    margin-top: 1.875rem;
  }
}

.p-page-lists02__list {
  margin-top: 0.625rem;
}

.p-page-list03__item + .p-page-list03__item {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-page-list03__item + .p-page-list03__item {
    margin-top: 0;
  }
}

.p-page-list03__item-sub-title {
  font-family: "hiragino-mincho-pron", sans-serif;
  color: #8fc31f;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-list03__item-sub-title {
    font-size: 1rem;
  }
}

.p-page-list03__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-list03__item-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-page-list03__item-img {
  width: 50%;
  margin-inline: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-page-list03__item-img {
    width: 20%;
  }
}

.p-page-list03__item-img img {
  aspect-ratio: 360/300;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-page-list03__item-body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 1.25rem;
  }
}

.p-page-list03__item-text {
  line-height: 2;
}

.p-page-list03__item-text--center {
  text-align: center;
}

.p-page-list03__item-text::first-line {
  line-height: 2.5;
}

@media screen and (min-width: 768px) {
  .p-page-list04 {
    max-width: 80rem;
    margin-inline: auto;
  }
}

.p-page-list04__item {
  border-radius: 0.375rem;
  border: 2px solid #8fc31f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.p-page-list04__item:not(:last-child):before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.625rem;
  background-color: #8fc31f;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  left: 3.75rem;
  bottom: -1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-page-list04__item:not(:last-child):before {
    width: 1.25rem;
    height: 0.9375rem;
    left: 10.625rem;
    bottom: -2.0625rem;
  }
}

.p-page-list04__item:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-list04__item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.p-page-list04__item-head {
  font-size: 0.875rem;
  line-height: 1.5;
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-page-list04__item-head {
    font-size: 1rem;
    padding: 1rem 1.875rem;
  }
}

.p-page-list04__item-label {
  display: block;
  color: #fff;
  background-color: #8fc31f;
  border-radius: 0.625rem;
  text-align: center;
  font-size: 0.625rem;
  line-height: 1;
  padding: 0.3125rem 0.625rem;
  margin-top: 0.1875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-list04__item-label {
    font-size: 0.75rem;
    margin-top: 0.375rem;
  }
}

.p-page-list04__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 2px solid #8fc31f;
  font-size: 0.6875rem;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3125rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-page-list04__body {
    padding: 0.9375rem 1.5625rem;
    font-size: 0.75rem;
    line-height: 1.8;
  }
}

.p-page {
  padding-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-page {
    padding-top: 5.625rem;
  }
}

.p-page__head-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-page__sub-title {
  font-family: "hiragino-mincho-pron", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5454545455;
  letter-spacing: 0.1em;
  margin-top: 1.875rem;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page__sub-title {
    font-size: 1.375rem;
    margin-top: 3.125rem;
    padding-inline: 3.125rem;
  }
}

.p-page__sub-title--border {
  border-bottom: 1px solid #8fc31f;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-page__sub-title--border {
    padding-bottom: 1.25rem;
  }
}

.p-page__sub-title--small {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-page__sub-title--small {
    font-size: 1.125rem;
  }
}

.p-page__sub-title--wide {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-page__sub-title--wide {
    margin-top: 6.25rem;
  }
}

.p-page__sub-title--narrow {
  padding-inline: 0;
}
@media screen and (min-width: 768px) {
  .p-page__sub-title--narrow {
    padding-inline: 3.125rem;
  }
}

.p-page__sub-title--recruit {
  text-align: center;
  width: 100%;
  padding-inline: 0;
  margin-inline: 0;
}
@media screen and (min-width: 768px) {
  .p-page__sub-title--recruit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
}

.p-page__lead {
  text-align: center;
  line-height: 2;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page__lead {
    margin-top: 1.875rem;
  }
}

.p-page__lead--green {
  color: #8fc31f;
  font-size: 0.875rem;
}

.p-page__lead--red {
  color: #E60012;
}

.p-page__sec01 {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-page__sec01 {
    margin-top: 6.25rem;
  }
}

.p-page__lists {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-page__lists {
    margin-top: 5rem;
  }
}

.p-page__lists--wide {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-page__lists--wide {
    margin-top: 5rem;
  }
}

.p-page__lists--wide .p-media + .p-media {
  margin-top: 3.125rem;
}

.p-page__lists--wide .p-media__head {
  text-align: center;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-page__lists--wide .p-media__head {
    text-align: left;
    padding-bottom: 1.25rem;
  }
}

.p-page__lists--kids {
  margin-top: 1.875rem;
}

.p-page__lists--shinbi,
.p-page__lists--denture {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-page__lists--shinbi,
  .p-page__lists--denture {
    margin-top: 3.125rem;
  }
}

.p-page__lists--shinbi .p-media__head,
.p-page__lists--denture .p-media__head,
.p-page__lists--safety .p-media__head {
  text-align: center;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-page__lists--shinbi .p-media__head,
  .p-page__lists--denture .p-media__head,
  .p-page__lists--safety .p-media__head {
    text-align: left;
    padding-bottom: 1.25rem;
  }
}

.p-page__lists--kids .p-media__head {
  padding-bottom: 0.625rem;
}

.p-page__img {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
}

.p-page__img img {
  aspect-ratio: 650/430;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-page__conclusion {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.5454545455;
  letter-spacing: 0.1em;
  margin-top: 3.75rem;
  padding-inline: 1.25rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #8fc31f;
}
@media screen and (min-width: 768px) {
  .p-page__conclusion {
    font-size: 1.25rem;
    margin-top: 5rem;
    padding-inline: 3.125rem;
  }
}

.p-page__table-price {
  overflow: hidden;
}

.p-page__table-price-scroll {
  overflow-x: auto;
  display: block;
}

.p-page__text {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-page__text {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-page__text {
    text-align: center;
  }
}

.p-privacy__lists {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__lists {
    margin-top: 5rem;
  }
}

.p-privacy__note {
  text-align: center;
  line-height: 2;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__note {
    margin-top: 5rem;
  }
}

.p-recruit {
  overflow: hidden;
}

.p-recruit__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-recruit__lead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.875rem;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit__lead-content {
    padding-bottom: 1.25rem;
    margin-top: 6.875rem;
  }
}

.p-recruit__lead-text {
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__lead-text {
    margin-top: 2.5rem;
  }
}

.p-recruit__lead-img {
  max-width: 18.75rem;
  width: 100%;
  margin-inline: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__lead-img {
    max-width: 30.3125rem;
    margin-top: 0;
  }
}

.p-recruit__lead-img img {
  aspect-ratio: 485/600;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-recruit-appeal {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-appeal {
    margin-top: 7.5rem;
  }
}

.p-recruit-appeal-decoration {
  position: relative;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}

.p-recruit-appeal-decoration__bg {
  position: absolute;
  bottom: -14.6875rem;
  left: 0;
  width: 100%;
  height: 15.625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#fff));
  background: linear-gradient(to bottom, #ffff00, #fff);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-recruit-appeal-decoration__bg {
    bottom: -25rem;
    height: 31.25rem;
  }
}

.p-recruit-appeal-decoration__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 50% 35%, 100% 0);
          clip-path: polygon(0 0, 50% 35%, 100% 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-recruit-appeal__list {
  max-width: 25rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-recruit-appeal__list {
    max-width: none;
    max-width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
  }
}

.p-recruit-appeal__list:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-appeal__list:not(:first-child) {
    margin-top: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-appeal__list:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-recruit-appeal__list-body {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-recruit-appeal__list-body {
    max-width: none;
    max-width: initial;
  }
}

.p-recruit-appeal__list-head {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-appeal__list-head {
    font-size: 1.125rem;
    margin-top: 0;
  }
}

.p-recruit-appeal__list-head::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/recruit/icon_recruit-check.webp) center center/contain no-repeat;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-appeal__list-head::before {
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 0.9375rem;
  }
}

.p-recruit-appeal__list-text {
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}

.p-recruit-appeal__list-img {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-appeal__list-img {
    max-width: 30.3125rem;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
  }
}
.p-top-faq .p-recruit-appeal__list-img {
  margin-top: 0rem;
}

.p-recruit-appeal__list-img img {
  aspect-ratio: 485/330;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit-appeal__lists {
  margin-top: 7.5rem;
}

.p-recruit-program__flow1 {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-program__flow1 {
    margin-top: 6.25rem;
  }
}

.p-recruit-program__flow2 {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-program__flow2 {
    margin-top: 6.25rem;
  }
}

.p-recruit-program__flow1-title {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 1rem;
  text-align: center;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .p-recruit-program__flow1-title {
    font-size: 1.25rem;
    letter-spacing: 0.2em;
  }
}

.p-recruit-program__flow1-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  max-width: 25rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-recruit-program__flow1-lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    max-width: none;
    max-width: initial;
    margin-top: 2.5rem;
  }
}

.p-recruit-program__flow1-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.p-recruit-program__flow1-list:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -1.875rem;
  width: 1rem;
  height: 1rem;
  background-color: #3c414c;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 75%);
          clip-path: polygon(100% 0, 0 0, 50% 75%);
}
@media screen and (min-width: 768px) {
  .p-recruit-program__flow1-list:not(:last-of-type)::after {
    width: 1.25rem;
    height: 1.25rem;
    bottom: auto;
    bottom: initial;
    right: -3.36vw;
    -webkit-clip-path: polygon(0 0, 0% 100%, 75% 50%);
            clip-path: polygon(0 0, 0% 100%, 75% 50%);
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-program__flow1-list:not(:last-of-type)::after {
    right: -13%;
  }
}

.p-recruit-program__flow2-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  max-width: 25rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-recruit-program__flow2-lists {
    max-width: none;
    max-width: initial;
    margin-top: 2.5rem;
  }
}

.p-recruit-program__flow2-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruit-program__flow2-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-recruit-program__flow2-inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruit-program__flow2-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem;
  }
}

.p-recruit-program__flow2-list:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -1.875rem;
  width: 1rem;
  height: 1rem;
  background-color: #3c414c;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 75%);
          clip-path: polygon(100% 0, 0 0, 50% 75%);
}
@media screen and (min-width: 768px) {
  .p-recruit-program__flow2-list:not(:last-of-type)::after {
    width: 1.25rem;
    height: 1.25rem;
    left: 8.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-program__flow2-label {
    width: 18.75rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-recruit-program__flow2-content {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit-program__flow2-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: left;
  }
}

.p-recruit-program__flow2-heading {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 1.25rem;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .p-recruit-program__flow2-heading {
    font-size: 1rem;
    margin-top: 0;
  }
}

.p-recruit-program__flow2-text {
  margin-top: 0.625rem;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .p-recruit-program__flow2-text {
    margin-top: 1.25rem;
  }
}

.p-recruit__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__banners {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-recruit-requirements__sub-title {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  color: #8fc31f;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-requirements__sub-title {
    font-size: 1.125rem;
    margin-top: 1.875rem;
  }
}

.p-recruit-requirements__table {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-requirements__table {
    margin-top: 1.25rem;
  }
}

.p-recruit-contact__inner {
  text-align: center;
}

.p-recruit-contact__inner .c-button {
  max-width: 18.75rem;
  width: 100%;
  margin-inline: auto;
}

.p-recruit-privacy__text {
  line-height: 1.8;
}

.p-staff-items__item {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-staff-items__item {
    max-width: none;
    max-width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-staff-items__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-staff-items__item + .p-staff-items__item {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-staff-items__item + .p-staff-items__item {
    margin-top: 3.75rem;
  }
}

.p-staff-items__item-img {
  max-width: 22.5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-staff-items__item-img {
    max-width: 26.25rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-staff-items__item-img img {
  aspect-ratio: 400/580;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-staff-items__item-body {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .p-staff-items__item-body {
    max-width: none;
    max-width: initial;
  }
}

.p-staff-items__item-head {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  padding-bottom: 0.625rem;
  border-bottom: solid 1px #8fc31f;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-staff-items__item-head {
    font-size: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}

.p-staff-items__item-head-position {
  display: inline-block;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-staff-items__item-head-position {
    display: block;
    padding-bottom: 0.3125rem;
    font-size: 0.75rem;
  }
}

.p-staff-items__item-text {
  line-height: 2.3333333333;
  margin-top: 1.5625rem;
}

.p-staff-items__item-text--lists {
  line-height: normal;
  line-height: initial;
}

.p-staff-items__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-staff-items__item-list {
    gap: 1.25rem;
  }
}

.p-staff-items__item-term {
  padding: 0.3125rem 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-staff-items__item-description {
  padding: 0.3125rem 0;
}

.p-staff__item1 {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-staff__item1 {
    margin-top: 3.125rem;
  }
}

.p-staff__item1:not(:first-of-type) {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-staff__item1:not(:first-of-type) {
    margin-top: 6.25rem;
  }
}

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

.p-staff__item1-body {
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-staff__item1-body {
    margin-top: 1.25rem;
  }
}

.p-staff__item1-head {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-staff__item1-head {
    font-size: 1.375rem;
  }
}

.p-staff__item1-text {
  font-size: 0.75rem;
  line-height: 1.8;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-staff__item1-text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.p-top-about {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    margin-top: 5rem;
  }
}

.p-top-access {
  padding-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-access {
    padding-top: 12.5rem;
  }
}

.p-top-access__access {
  margin-top: 2.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-access__access {
    margin-top: 3.125rem;
  }
}

.p-top-access__content--train .p-top-access__head {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-access__content--train .p-top-access__head {
    margin-top: 1.5625rem;
  }
}

.p-top-access__head {
  background-color: #3c414c;
  padding: 0.375rem 0 0.5rem;
  color: #fff;
  font-size: 0.75rem;
  width: 18.75rem;
  margin-inline: auto;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-access__head {
    margin-top: 1.5625rem;
  }
}

.p-top-access__text {
  border: 1px solid #3c414c;
  padding: 1.6875rem 0 0.9375rem;
  font-size: 0.75rem;
  text-align: center;
  margin-top: -0.9375rem;
}

.p-top-access__wrap {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-top-access__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
    margin-top: 0;
  }
}

.p-top-cooperation__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-cooperation__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}

.p-top-cooperation__item {
  max-width: 18.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-cooperation__item {
    max-width: 22.5rem;
  }
}

.p-top-cooperation__item img {
  aspect-ratio: 360/80;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-cooperation__item:last-child img {
  aspect-ratio: 340/60;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-doctor {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-doctor {
    padding-top: 7.5rem;
  }
}

.p-top-doctor__inner {
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-doctor__inner {
    padding-inline: 2.5rem;
  }
}

.p-top-doctor__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-doctor__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow: hidden;
  }
}

.p-top-doctor__content {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-doctor__content {
    padding-bottom: 1.25rem;
    margin-top: 6.875rem;
  }
}

.p-top-doctor__sub-title {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5714285714;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-doctor__sub-title {
    font-size: 1.75rem;
    text-align: left;
    white-space: nowrap;
  }
}

.p-top-doctor__text {
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 2.6666666667;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-doctor__text {
    margin-top: 1.25rem;
  }
}

.p-top-doctor__text + .p-top-doctor__text {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-doctor__text + .p-top-doctor__text {
    margin-top: 2.5rem;
  }
}

.p-top-doctor__text-name {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-align: right;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-doctor__text-name {
    font-size: 1.25rem;
    text-align: left;
    margin-top: 3.75rem;
  }
}

.p-top-doctor__img {
  max-width: 18.75rem;
  width: 100%;
  margin-inline: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-top-doctor__img {
    max-width: 30.3125rem;
    margin-top: 0;
  }
}

.p-top-doctor__img img {
  aspect-ratio: 485/600;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-doctor__link {
  width: 18.75rem;
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  background-color: #3c414c;
  border: solid 0.0625rem #3c414c;
  color: #fff;
  font-size: 0.75rem;
  margin-inline: auto;
  margin-top: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-doctor__link {
    margin-top: 1.875rem;
  }
}

@media (any-hover: hover) {
  .p-top-doctor__link:hover {
    background-color: #fff;
    color: #3c414c;
  }
}
.p-top-doctore__link-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-top-faq {
  padding-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-faq {
    padding-top: 12.5rem;
  }
}

.p-top-faq__body {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-faq__body {
    margin-top: 3.125rem;
  }
}

.p-top-feature {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature {
    margin-top: 12.5rem;
  }
}

.p-top-feature__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  max-width: 25rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature__items {
    gap: 6.25rem;
    max-width: none;
    max-width: initial;
    margin-top: 3.125rem;
  }
}

.p-top-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feature__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-feature__item-wrap {
    max-width: 33.75rem;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-feature__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-feature__item-content {
    max-width: 30.3125rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feature__item:nth-child(even) .p-feature__item-content {
    margin-left: 3.125rem;
  }
}

.p-feature__item-number {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 9.375rem;
  letter-spacing: 0.025em;
  line-height: 1.3;
}

.p-top-feature__item-title {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.3em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item-title {
    font-size: 1.25rem;
  }
}

.p-top-feature__item-text {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 0.625rem;
}

.p-feature__item-image {
  max-width: 33.75rem;
  width: 100%;
}

.p-feature__item-image img {
  aspect-ratio: 540/240;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-feature__item-image-bg {
  max-width: 30.3125rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-feature__item-image-bg {
    margin-top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feature__item:nth-child(odd) .p-feature__item-image-bg {
    margin-left: -3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feature__item:nth-child(even) .p-feature__item-image-bg {
    margin-right: -1.5625rem;
  }
}

.p-feature__item-image-bg img {
  aspect-ratio: 485/330;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-feature__item-image-bg img {
    position: relative;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feature__item:nth-child(odd) .c-button {
    margin-left: auto;
  }
}

.p-top-instagram {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-instagram {
    margin-top: 12.5rem;
  }
}

.p-top-instagram__logo {
  max-width: 16.75rem;
  width: 100%;
  margin-inline: auto;
}

.p-top-instagram__logo img {
  aspect-ratio: 268/68;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-instagram__text {
  display: block;
  max-width: 31.25rem;
  width: 100%;
  margin-inline: auto;
  border: solid 1px #3c414c;
  border-radius: 0.9375rem;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  padding: 0.3125rem 0;
  text-align: center;
  margin-top: 1.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top-instagram__text {
    width: 41.6666666667%;
  }
}

@media (any-hover: hover) {
  .p-top-instagram__text:hover {
    background-color: #3c414c;
    color: #fff;
  }
}
.p-top-instagram__content {
  margin-top: 3.75rem;
  width: 100%;
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-instagram__content {
    margin-top: 5rem;
  }
}

.p-top-media {
  max-width: 25rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-media {
    max-width: none;
    max-width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
  }
}
.p-top-faq .p-top-media {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-top-faq .p-top-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-top-media--with-button {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-top-media:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-media:not(:first-child) {
    margin-top: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-media:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-top-media__body {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-media__body {
    max-width: none;
    max-width: initial;
  }
}
.p-top-faq .p-top-media__body {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-top-faq .p-top-media__body {
    margin-top: 0;
  }
}

.p-top-media__head {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5714285714;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-media__head {
    font-size: 1.75rem;
  }
}

.p-top-media__text {
  font-size: 0.75rem;
  line-height: 2.2857142857;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-media__text {
    line-height: 2.6666666667;
  }
}

.p-top-media__button {
  display: grid;
  place-items: center;
  max-width: 18.75rem;
  width: 100%;
  height: 2.5rem;
  margin-inline: auto;
  background-color: #3c414c;
  border: solid 0.0625rem #3c414c;
  color: #fff;
  font-size: 0.75rem;
  margin-top: 1.5625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-media__button {
    height: 3.125rem;
    margin-top: 2.1875rem;
    margin-inline: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-top-media__button--right {
    margin-inline: initial;
    margin-left: auto;
  }
}

@media (any-hover: hover) {
  .p-top-media__button:hover {
    background-color: transparent;
    color: #3c414c;
  }
}
.p-top-media__img {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-top-media__img {
    max-width: 30.3125rem;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
  }
}
.p-top-faq .p-top-media__img {
  margin-top: 0rem;
}

.p-top-media__img img {
  aspect-ratio: 485/330;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-menu {
  padding-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-menu {
    padding-top: 15.625rem;
  }
}

.p-top-menu__items {
  display: grid;
  gap: 2.5rem 1.25rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-menu__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem;
    margin-top: 3.125rem;
  }
}

.p-top-menu__item {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  gap: 0;
}

.p-top-menu__item-img {
  max-width: 18.75rem;
  width: 100%;
  margin-inline: auto;
}

.p-top-menu__item-img img {
  aspect-ratio: 300/280;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-menu__item-title {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-menu__item-title {
    font-size: 1.25rem;
    letter-spacing: 0.3em;
  }
}

.p-top-menu__item-text {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-top-menu__item-text {
    letter-spacing: 0.1em;
  }
}

.p-top-news {
  padding-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding-top: 9.375rem;
  }
}

.p-top-news__content {
  border: 1px solid #404040;
  height: auto;
  padding-top: 2%;
  padding-inline: 8%;
  margin-bottom: 1.5%;
  margin-top: 1.875rem;
  text-align: center;
}

.p-whitening__img-flex {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-whitening__img-flex {
    margin-top: 3.125rem;
  }
}

.u-green {
  color: #8fc31f;
}

.u-blue {
  color: #00b4ed;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-font12 {
  font-size: 0.75rem;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .u-font18 {
    font-size: 1.125rem;
  }
}

.u-font20 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .u-font20 {
    font-size: 1.25rem;
  }
}

.u-font22 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .u-font22 {
    font-size: 1.375rem;
  }
}

.u-font24 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .u-font24 {
    font-size: 1.5rem;
  }
}

.u-font28 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .u-font28 {
    font-size: 1.75rem;
  }
}

.u-font32 {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .u-font32 {
    font-size: 2rem;
  }
}

.u-font40 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .u-font40 {
    font-size: 2.5rem;
  }
}

.u-font52 {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .u-font52 {
    font-size: 3.25rem;
  }
}

.u-font80 {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .u-font80 {
    font-size: 5rem;
  }
}

.u-font120 {
  font-size: 3.75rem;
}
@media screen and (min-width: 768px) {
  .u-font120 {
    font-size: 7.5rem;
  }
}

.u-fw300 {
  font-weight: 300;
}

.u-fw400 {
  font-weight: 400;
}

.u-fw500 {
  font-weight: 500;
}

.u-fw600 {
  font-weight: 600;
}

.u-fw700 {
  font-weight: 700;
}

.u-fw900 {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-shadow {
  -webkit-box-shadow: 0 0 13px rgba(255, 0, 0, .5);
          box-shadow: 0 0 13px rgba(255, 0, 0, .5);
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  /* フォールバックとして残す */
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-justify {
  text-align: justify !important;
}

@media screen and (max-width: 767px) {
  .u-text-sp-left {
    text-align: left !important;
  }
  .u-text-sp-center {
    text-align: center !important;
  }
  .u-text-sp-right {
    text-align: right !important;
  }
  .u-text-sp-justify {
    text-align: justify !important;
  }
}
/*# sourceMappingURL=styles.css.map */
