@charset "UTF-8";
.nav-links {
  text-align: center;
}

.pagination {
  margin-top: 2.5%;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .pagination {
    margin-top: 3%;
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 5%;
  }
}
.pagination a {
  color: #be95a7;
}
.pagination .page-numbers + .page-numbers {
  margin-left: 1.6em;
}
.pagination .current {
  display: inline-block;
  color: #fff;
  background: #be95a7;
  padding: 0.8em 1em;
  line-height: 1;
}

.breadcrumb {
  text-align: end;
  line-height: 1.5;
}
.breadcrumb li {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .breadcrumb li {
    padding-right: 9px;
  }
}
.breadcrumb li a {
  line-height: 1.5;
}
.breadcrumb li span {
  font-size: clamp(12px, 0.7vw, 14px);
  color: #7e8588;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .breadcrumb li span {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb li span {
    font-size: min(12px, 3.8vw);
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb li span {
    line-height: 1;
    font-size: 10px;
  }
}
.breadcrumb li::after {
  content: "ー";
  font-weight: 400;
  color: #7e8588;
  position: absolute;
  right: 5px;
}
@media screen and (max-width: 768px) {
  .breadcrumb li::after {
    content: "-";
    right: 2px;
  }
}
.breadcrumb li:last-child {
  padding-right: 0;
}
.breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb li:last-child span {
  color: #be95a7;
}
.breadcrumb.-single {
  text-align: left;
  line-height: 1;
  margin-bottom: 1%;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.loading div {
  position: fixed;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: clamp(160px, 15vw, 250px);
}
@media screen and (max-width: 768px) {
  .loading div {
    top: 47%;
    width: min(140px, 37.3vw);
  }
}

.PageSec_top {
  padding: 5% 0;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .PageSec_top {
    padding: 8% 0;
  }
}
@media screen and (max-width: 768px) {
  .PageSec_top {
    padding: min(16%, 80px) 0;
  }
}
.PageSec_subpage {
  padding-top: 6%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .PageSec_subpage {
    padding-top: 10%;
  }
}
@media screen and (max-width: 768px) {
  .PageSec_subpage {
    padding-top: 16%;
  }
}
@media screen and (max-width: 768px) {
  .PageSec_subpage:first-of-type {
    padding-top: calc(16% - 7.2vw);
  }
}
.PageSec_subpage:last-of-type {
  padding-bottom: 6%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .PageSec_subpage:last-of-type {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 768px) {
  .PageSec_subpage:last-of-type {
    padding-bottom: 16%;
  }
}
.PageSec_subpage.-NoMv {
  padding: 15% 0;
}
@media screen and (max-width: 768px) {
  .PageSec_subpage.-NoMv {
    padding-top: calc(65px + 15%);
  }
}
.PageSec_subpage + .PageSec_subpage {
  padding: 6% 0;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .PageSec_subpage + .PageSec_subpage {
    padding: 10% 0;
  }
}
@media screen and (max-width: 768px) {
  .PageSec_subpage + .PageSec_subpage {
    padding: 16% 0;
  }
}
.PageSec_LeadArea {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .PageSec_LeadArea p {
    text-align: left;
  }
}

.AlignItems {
  display: flex;
}
@media screen and (max-width: 768px) {
  .AlignItems {
    justify-content: center !important;
  }
}
.AlignItems.-center {
  justify-content: center;
}
.AlignItems.-left {
  justify-content: flex-start;
}
.AlignItems.-right {
  justify-content: flex-end;
}
.AlignItems.-card {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .AlignItems.-card {
    justify-content: flex-end !important;
  }
}
.AlignItems > .btn.-primary {
  margin-top: 1.3em;
}
@media screen and (max-width: 768px) {
  .AlignItems > .btn.-primary {
    margin-top: 1.2em;
  }
}
.AlignItems > .btn.-secondary {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .AlignItems > .btn.-secondary {
    margin-top: 1.2em;
  }
}

.AlignTxt.-center {
  text-align: center;
}
.AlignTxt.-left {
  text-align: left;
}
.AlignTxt.-right {
  text-align: right;
}

* {
  color: #101a24;
}

h1,
h2,
h3,
h4 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
}

p,
span,
a,
ul,
li,
table,
label,
dt,
dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: clamp(14px, 0.8vw, 16px);
  padding: 0;
  margin: 0;
  line-height: 2;
  color: #101a24;
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  p,
  span,
  a,
  ul,
  li,
  table,
  label,
  dt,
  dd {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  p,
  span,
  a,
  ul,
  li,
  table,
  label,
  dt,
  dd {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  p,
  span,
  a,
  ul,
  li,
  table,
  label,
  dt,
  dd {
    font-size: min(15px, 4vw);
    line-height: 2;
  }
}

li {
  list-style: none;
}

.br {
  line-height: 1.2 !important;
  display: none;
}
.br.-pc {
  display: block;
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .br.-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .br.-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br.-pc {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .br.-lg {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .br.-md {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .br.-sm {
    line-height: 1.2 !important;
    display: block;
  }
}

.inner {
  margin: 0 auto;
  width: min(1300px, 70%);
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .inner {
    width: 85%;
  }
}
@media screen and (max-width: 999px) {
  .inner {
    width: 90%;
  }
}
.inner.-wide {
  width: 100%;
  padding: 0 min(100px, 5%);
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .inner.-wide {
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .inner.-wide {
    width: 90%;
    padding: 0;
  }
}

.loading-bg {
  background: #fcf6fa;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.loading-bg .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: clamp(130px, 11vw, 200px);
}
@media screen and (max-width: 768px) {
  .loading-bg .logo {
    width: min(110px, 32vw);
  }
}

.blur_block01,
.blur_block01_delay,
.blur_block02,
.blur_block03,
.blur_block04,
.blur_block05 {
  opacity: 0;
  backface-visibility: hidden;
}

.is-show01 {
  animation: blur_animation01 0.6s ease-out both;
  animation-delay: 0.3s;
  transform: translate3d(20px, 0, 0);
}

.is-show01_delay {
  animation: blur_animation01 0.6s ease-out both;
  animation-delay: 1.6s;
  transform: translate3d(20px, 0, 0);
}

@keyframes blur_animation01 {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
.is-show02 {
  animation: blur_animation02 0.6s ease-out both;
  animation-delay: 0.3s;
}

.is-show02_delay {
  animation: blur_animation02 0.7s ease-out both;
  animation-delay: 0.35s;
  transform: translate3d(0, 20px, 0);
}

@keyframes blur_animation02 {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
.is-show03 {
  animation: blur_animation01 0.6s ease-out both;
  transform: translate3d(-20px, 0, 0);
}

@keyframes blur_animation01 {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
@keyframes zoomOutMV {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.add-animation {
  animation: zoomOutMV 8s linear both;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.add-animation_section_image {
  animation: zoomOut 8s linear both;
}

.left-mask01,
.left-mask02,
.left-mask03,
.left-mask04 {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  transition: clip-path 3s ease-in;
}

.is-show04.left-mask01 {
  transition-delay: 0s;
}

.is-show04.left-mask02 {
  transition-delay: 1s;
}

.is-show04.left-mask03 {
  transition-delay: 2s;
}

.is-show04.left-mask04 {
  transition-delay: 3s;
}

.is-show04.left-mask01,
.is-show04.left-mask02,
.is-show04.left-mask03,
.is-show04.left-mask04 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}

.is-show04 img {
  animation: zoomOutSection 8s linear both;
}

@keyframes zoomOutSection {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.js-fadeup {
  position: relative;
  overflow: hidden;
  opacity: 0; /* 初期状態を透明に */
  transform: translateY(20px); /* 初期位置を少し下に */
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-fadeup.js-after {
  opacity: 1; /* フェードイン後の不透明度 */
  transform: translateY(0); /* 元の位置に戻る */
}
.js-fadeup::before {
  content: "";
  width: 100%;
  height: 102%;
  background-color: #101a24;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.7s cubic-bezier(1, 0, 0.1, 1) 0.4s; /* 背景色アニメーションのスピードと遅延を調整 */
  transform: translate3d(0, 0%, 0);
  z-index: 1;
}
.js-fadeup.js-after::before {
  transform: translate3d(0, -102%, 0);
}
.js-fadeup img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transform: scale(1.2);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.9s cubic-bezier(1, 0, 0.1, 1) 0s;
  z-index: 0; /* z-indexを修正 */
}
.js-fadeup.js-after img {
  opacity: 1; /* フェードイン後の不透明度 */
  transform: scale(1); /* 元のサイズに戻す */
}

.js-fadeup_delay {
  position: relative;
  overflow: hidden;
  opacity: 0; /* 初期状態を透明に */
  transform: translateY(20px); /* 初期位置を少し下に */
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-fadeup_delay.js-after {
  opacity: 1; /* フェードイン後の不透明度 */
  transform: translateY(0); /* 元の位置に戻る */
}
.js-fadeup_delay::before {
  content: "";
  width: 100%;
  height: 102%;
  background-color: #101a24;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.7s cubic-bezier(1, 0, 0.1, 1) 0.3s; /* 背景色アニメーションのスピードと遅延を調整 */
  transform: translate3d(0, 0%, 0);
  z-index: 1;
}
.js-fadeup_delay.js-after::before {
  transform: translate3d(0, -102%, 0);
}
.js-fadeup_delay img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transform: scale(1.2);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.9s cubic-bezier(1, 0, 0.1, 1) 0s;
  z-index: 0; /* z-indexを修正 */
}
.js-fadeup_delay.js-after img {
  opacity: 1; /* フェードイン後の不透明度 */
  transform: scale(1); /* 元のサイズに戻す */
}

/*
Theme Name : design_template
*/
* {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
}

html {
  height: 100%;
}
@media screen and (max-width: 768px) {
  html {
    -webkit-overflow-scrolling: touch;
  }
}

body {
  background: #fff;
  counter-reset: number;
}

dl {
  margin: 0;
}

img {
  width: 100%;
  object-fit: cover;
}

h2,
h3,
h4 {
  margin: 0;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

.contents_wrapper {
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 999px) {
  .contents_wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  body {
    min-width: initial;
  }
}
*, ::after, ::before {
  box-sizing: border-box;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0 0;
}

dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
  padding: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin: 0;
  padding: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 90%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.header_pc {
  height: 100px;
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0, 64, 127, 0.1490196078);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .header_pc {
    display: none;
  }
}
.header_js {
  position: fixed;
  width: 100%;
  top: -100px;
  opacity: 0;
  transition: all 0.9s;
  transform: translateY(-100%);
  z-index: 999;
}
.header_js.transform {
  top: 0;
  opacity: 1;
  transform: translateY(0);
  background: #fff;
  box-shadow: 10px 5px 19px rgba(0, 64, 127, 0.1490196078);
}
.header_js.hide {
  opacity: 0;
  transform: translateY(-100%);
}
.header_item {
  display: flex;
}
@media screen and (max-width: 999px) {
  .header_item {
    display: none;
  }
}
.header_TopArea {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 60px;
  background: #fff;
}
.header_BottomArea {
  text-align: center;
  height: 40px;
  background: #fff;
}
.header_nav {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.header_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: clamp(10px, 1.5vw, 20px);
  justify-content: center;
}
.header_nav .menu__bar {
  position: absolute;
  bottom: 2px;
  width: 0;
  height: 3px;
  background-color: #be95a7;
  opacity: 0;
  transition: all 0.3s;
}
.header_item {
  position: relative;
  display: inline-block;
}
.header_item > a {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #be95a7;
  display: block;
  padding: 0.3em 0.8em;
  transition: color 0.3s ease;
  font-size: clamp(15px, 0.9vw, 18px);
}
@media screen and (max-width: 768px) {
  .header_item > a {
    font-size: min(18px, 4.2vw);
  }
}
.header_drop {
  position: static !important;
}
.header_drop a {
  display: flex;
  align-items: center;
}
.header_drop a .drop_arrow {
  position: relative;
  background: #be95a7;
  padding: 0.5em;
  border-radius: 5em;
  transition: 0.3s ease-in-out;
  transform: rotate(90deg);
  right: -5px;
  margin-top: 0.1em;
}
.header_drop a .drop_arrow:after {
  content: "";
  background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
  width: 0.3em;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  aspect-ratio: 6/9.5;
}
.header_drop:hover .header_DropList {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
.header_DropList {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 7% 0 5%;
  background: #be95a7;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.header_DropList > li > a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 2;
  font-size: clamp(12px, 0.8vw, 15px);
}
@media screen and (max-width: 768px) {
  .header_DropList > li > a {
    font-size: min(15px, 3.7vw);
  }
}
.header_BtnArea {
  display: flex;
  gap: 2%;
}
.header_drawer {
  transition: box-shadow 0.5s, background-color 0.5s;
  display: none;
}
@media screen and (max-width: 999px) {
  .header_drawer {
    width: 100%;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 99;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .header_drawer {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .header_drawer {
    height: 65px;
  }
}
.header_drawer.transform {
  background: #fff;
  box-shadow: 10px 5px 19px rgba(0, 64, 127, 0.1490196078);
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .header_drawer.transform {
    padding: 2% 3%;
  }
}

.drawer {
  display: none;
}
@media screen and (max-width: 999px) {
  .drawer {
    position: fixed;
    right: 0;
    z-index: 11;
    display: block;
  }
}
.drawer label {
  cursor: pointer;
  position: absolute;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .drawer label {
    scale: 0.95;
    top: 10px;
    right: 45px;
  }
}
@media screen and (max-width: 768px) {
  .drawer label {
    scale: 0.8;
    top: 7px;
    right: 4%;
  }
}
.drawer #navTgl {
  display: none;
}
.drawer #navTgl:checked ~ .contents_wrapper {
  transform: translateX(-250px);
}
.drawer #navTgl:checked + .open span {
  transform: scaleX(0);
}
.drawer #navTgl:checked + .open::before {
  transform: rotate(45deg);
  border-bottom: 2px solid #be95a7;
}
.drawer #navTgl:checked + .open::after {
  transform: rotate(-45deg);
  border-bottom: 2px solid #be95a7;
  width: 30px;
}
.drawer #navTgl:checked ~ .drawer_menu {
  transform: none;
}
.drawer .open {
  z-index: 999;
  position: inherit;
  width: 30px;
  height: 40px;
  transition: background 0.4s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.drawer .open::before, .drawer .open::after {
  content: "";
}
.drawer .open span, .drawer .open::before, .drawer .open::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  width: 30px;
  border-bottom: 2px solid #be95a7;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.drawer .open::before {
  transform: translateY(-10px);
}
.drawer .open::after {
  transform: translateY(10px);
  width: 20px;
}
.drawer_menu {
  z-index: 15;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  background: #fcf6fa;
}
.drawer_menu.drawer-open {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-out;
}
.drawer_menu.drawer-open .drawer_nav ul li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition-delay: 0s;
}
.drawer_menu.drawer-open .drawer_nav ul li.show {
  opacity: 1;
  transform: translateY(0);
}
.drawer_wrap {
  margin-top: 10px;
  margin-left: 5%;
  display: inline-block;
  width: 90%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .drawer_wrap {
    margin-top: 24px;
  }
}
.drawer_nav {
  margin: 30px 0 -5% 0;
}
.drawer_NavList li {
  position: relative;
}
.drawer_NavList li a {
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: min(20px, 5.2vw);
  padding: 0.6em 0 1em;
  color: #be95a7;
  font-weight: 500;
  text-decoration: none;
  width: 105%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .drawer_NavList li a {
    font-size: 16px;
  }
}
.drawer_NavList li a span {
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #fff;
  background: #be95a7;
  font-size: 60%;
  text-align: center;
  line-height: 1;
  padding: 0.2em 0.4em;
}
.drawer_NavList li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -3px;
  left: -5%;
  width: 105%;
  height: 0.5px;
  background-color: #e1b8d8;
  transform-origin: 100% 0;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.drawer_NavList li a.show::before {
  transform-origin: 0 0;
  transform: scaleX(1);
}
.drawer_DropList {
  padding-left: 0;
  border-bottom: 0.5px solid #e1b8d8;
  padding-bottom: 0.5em;
}
.drawer_DropList li:first-child {
  padding-bottom: 1.2em;
}
.drawer_DropList li:first-child a {
  font-size: min(16px, 4.3vw);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  padding: 1em 0 0.3em;
}
.drawer_DropList li:not(:first-child) {
  padding-bottom: 0.6em;
}
.drawer_DropList li:not(:first-child) a {
  padding: 0;
}
.drawer_DropList li:not(:first-child) a:before {
  content: none;
}
.drawer_DropList li a {
  width: 100% !important;
  font-size: min(13px, 3.5vw);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
}
.drawer_DropList li a:before {
  left: 0;
  width: 100% !important;
}
.drawer_drop > a:after {
  content: "＋";
  position: absolute;
  right: 5%;
  transform: translateY(-50%);
  top: 52%;
}
.drawer_drop > a.-active:after {
  content: "－";
}
.footer {
  margin-top: 80px;
  background: #fcf6fa;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .footer {
    padding-top: 8%;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: min(16%, 80px);
    padding-bottom: 3%;
  }
}
.footer_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_wrap {
    flex-direction: column;
  }
}
.footer_wrap .logo {
  margin: 0 auto;
}
.footer_nav {
  display: flex;
  gap: 10%;
  flex: 7;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .footer_nav {
    gap: 6%;
    flex: 6.5;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav {
    margin-bottom: 0;
    flex-direction: column;
  }
}
.footer_nav ul {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer_nav ul {
    gap: 2vw;
    margin-bottom: 1vw;
  }
}
.footer_nav ul .footer_item > a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #be95a7;
  font-size: clamp(14px, 0.9vw, 18px);
  margin-bottom: 0.8em;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .footer_nav ul .footer_item > a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav ul .footer_item > a {
    margin-bottom: 0;
  }
}
.footer_nav ul .footer_drop > a {
  margin-bottom: 0.3em;
}
.footer_nav ul .footer_drop + .footer_item {
  margin-top: 0.8em;
}
@media screen and (max-width: 768px) {
  .footer_nav ul .footer_drop + .footer_item {
    margin-top: -0.3em;
    margin-bottom: 0.3em;
  }
}
@media screen and (max-width: 768px) {
  .footer_DropList {
    gap: 0.5vw !important;
  }
}
.footer_DropList > li > a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #be95a7;
  line-height: 1.5;
  font-size: clamp(13px, 0.8vw, 16px);
  margin-bottom: 0.5em;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .footer_DropList > li > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer_DropList > li > a {
    font-size: min(13px, 3.5vw);
  }
}
.footer_DropList > li:last-child a {
  margin-bottom: 0;
}
.footer_DropList > .footer_DropHeading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #be95a7;
  font-size: clamp(13px, 0.9vw, 17px);
  margin: 0.34em 0 0.1em;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .footer_DropList > .footer_DropHeading {
    font-size: 13px;
  }
}
.footer_LogoArea {
  text-align: center;
  flex: 3;
  margin-top: 1%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .footer_LogoArea {
    flex: 3.5;
    margin-top: 3%;
  }
}
@media screen and (max-width: 768px) {
  .footer_LogoArea {
    padding-top: 10%;
    margin-top: min(16%, 80px);
    border-top: 1px solid #e1b8d8;
  }
}
.footer_copy {
  color: #be95a7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  margin-top: 4.5%;
}
@media screen and (max-width: 768px) {
  .footer_copy {
    margin: 2% auto 0;
    width: 100%;
  }
}

.btn.-header {
  width: 12.8em;
  height: 3.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  border-radius: 0 0 5px 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn.-header {
    border-radius: 0 0 7px 7px;
  }
}
.btn.-header .btn_txt {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  position: relative;
}
.btn.-header::before {
  content: "";
}
.btn.-header.-contact {
  background: #be95a7;
}
.btn.-header.-contact::before {
  background: url(../images/common/icon_contact.svg) no-repeat center/contain;
  width: 1.2em;
  margin-top: 0.11em;
  aspect-ratio: 11/8;
}
.btn.-header.-recruit {
  background: #0c323f;
}
.btn.-header.-recruit::before {
  content: "";
  background: url(../images/common/icon_recruit.svg) no-repeat center/contain;
  width: 1.6em;
  aspect-ratio: 1/1;
}
.btn.-header.-recruit .btn_txt {
  padding-right: 1em;
}
.btn.-primary {
  width: 16.7em;
  height: 2.8em;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  z-index: 0;
  background: #fff;
  border: 1px solid #be95a7;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .btn.-primary {
    border-radius: 7px;
  }
}
.btn.-primary .btn_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #be95a7;
}
.btn.-primary .btn_arrow {
  position: relative;
  background: #be95a7;
  padding: 0.5em;
  border-radius: 5em;
  left: 25%;
  transition: all 0.2s;
}
.btn.-primary .btn_arrow:after {
  content: "";
  background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
  width: 0.3em;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translateY(-50%) translateX(-50%);
  /* height: auto; */
  aspect-ratio: 6/9.5;
}
.btn.-primary .btn_arrow.-back {
  left: auto;
  right: 25%;
}
.btn.-primary .btn_arrow.-back:after {
  content: "";
  background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
  width: 0.3em;
  position: absolute;
  top: 50%;
  left: auto;
  right: 25%;
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
  /* height: auto; */
  aspect-ratio: 6/9.5;
}
.btn.-primary:hover .btn_arrow {
  left: 26%;
}
.btn.-primary:hover .btn_arrow.-back {
  left: auto;
  right: 26%;
}
.btn.-secondary {
  width: 38.8em;
  height: 3.8em;
  transition: 0.3s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.3em;
  border-radius: 5px;
  z-index: 0;
  background: #be95a7;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btn.-secondary {
    border-radius: 7px;
  }
}
.btn.-secondary .btn_txt {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: clamp(20px, 1.3vw, 25px);
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .btn.-secondary .btn_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .btn.-secondary .btn_txt {
    font-size: min(18px, 4.8vw);
  }
}
@media screen and (max-width: 768px) {
  .btn.-secondary .btn_txt {
    font-size: min(18px, 4vw);
    letter-spacing: 0;
  }
}
.btn.-secondary.-ExLink {
  gap: 0.5em;
  padding-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .btn.-secondary.-ExLink {
    padding-right: 0;
  }
}
.btn.-secondary.-ExLink .btn_icon {
  position: relative;
  scale: 95%;
}
@media screen and (max-width: 768px) {
  .btn.-secondary.-ExLink .btn_icon {
    display: none;
  }
}
.btn.-secondary.-ExLink .btn_icon:before {
  content: "";
  width: 17px;
  height: 14px;
  border: none;
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 4.5px);
  right: 4px;
  transform: none;
}
.btn.-secondary.-ExLink .btn_icon:after {
  content: "";
  width: 17px;
  height: 13px;
  border: 1.5px solid #fff;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 0;
  transform: none;
}
.btn.-secondary .btn_arrow {
  position: relative;
  background: #fff;
  padding: 0.5em;
  border-radius: 5em;
  left: 25%;
  transition: all 0.3s ease-in-out;
}
.btn.-secondary .btn_arrow:after {
  content: "";
  width: 0.3em;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translateY(-50%) translateX(-50%);
  /* height: auto; */
  aspect-ratio: 6/9.5;
  background: none;
  mask-image: url(../images/common/icon_arrow.svg);
  mask-repeat: no-repeat; /* 繰り返しなし */
  mask-position: center; /* 中央配置 */
  mask-size: contain; /* コンテンツ全体を含むサイズ */
  background-color: #be95a7;
}
.btn.-secondary .btn_arrow.-back {
  left: auto;
  right: 25%;
}
.btn.-secondary .btn_arrow.-back:after {
  content: "";
  background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
  width: 0.3em;
  position: absolute;
  top: 50%;
  left: auto;
  right: 25%;
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
  /* height: auto; */
  aspect-ratio: 6/9.5;
}
.btn.-secondary:hover .btn_arrow {
  left: 26%;
}
.btn.-secondary:hover .btn_arrow.-back {
  left: auto;
  right: 26%;
}
.btn.-secondary.-entry {
  margin-top: 1em;
  gap: 0;
}
.btn.-secondary.-entry p {
  margin-right: 1.5em;
}
@media screen and (max-width: 768px) {
  .btn.-secondary.-entry p {
    margin-right: 0;
  }
}
.btn.-secondary.-entry span {
  left: -2% !important;
  top: 1.5px;
}
@media screen and (max-width: 768px) {
  .btn.-secondary.-entry span {
    left: 20% !important;
  }
}
.btn.-cta {
  scale: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .btn.-cta {
    scale: 1.1;
  }
}
.btn_icon {
  aspect-ratio: 1;
  width: 2.2em;
}
@media screen and (max-width: 999px) {
  .btn_icon {
    width: 1.6em;
  }
}

.TtlLv1.-TopPrimary {
  font-size: clamp(20px, 1.6vw, 30px);
  line-height: 1.75;
  display: inline-block;
  color: #be95a7;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .TtlLv1.-TopPrimary {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .TtlLv1.-TopPrimary {
    font-size: min(20px, 5.4vw);
    line-height: 1.5;
  }
}
.TtlLv1.-TopPrimary span {
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: clamp(11px, 0.8vw, 16px);
  color: #be95a7;
  display: block;
  line-height: 1;
  margin-top: 0.4em;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 768px) {
  .TtlLv1.-TopPrimary span {
    font-size: min(3.5vw, 12px);
    margin-bottom: 1em;
  }
}
.TtlLv1.-TopPrimary.-TopNews {
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .TtlLv1.-TopPrimary.-TopNews {
    margin-bottom: 1%;
  }
}
@media screen and (max-width: 768px) {
  .TtlLv1.-TopPrimary.-TopNews {
    margin-bottom: 0;
  }
}
.TtlLv1.-TopPrimary.-TopNews span {
  display: inline-block;
}
.TtlLv1.-TopPrimary.-TopRecruit span {
  margin-bottom: 1em;
}
.TtlLv1.-SubMv {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: clamp(30px, 2.1vw, 40px);
  color: #be95a7;
  line-height: 1.75;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  backdrop-filter: blur(3px);
  padding: 0.8em 0.6em 1.3em;
  position: relative;
  margin-bottom: 2em;
  width: min(36vw, 600px);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .TtlLv1.-SubMv {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .TtlLv1.-SubMv {
    font-size: min(20px, 5.4vw);
  }
}
@media screen and (max-width: 768px) {
  .TtlLv1.-SubMv {
    border-radius: 7px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .TtlLv1.-SubMv {
    width: min(50vw, 500px);
  }
}
@media screen and (max-width: 999px) {
  .TtlLv1.-SubMv {
    line-height: 1.5;
    width: min(360px, 100%);
    margin-bottom: 5%;
  }
}
.TtlLv1.-SubMv:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0.8em;
  left: 0;
  width: calc(100% - 0.6em);
  height: 1px;
  background-color: #be95a7;
}
.TtlLv1.-SubMv span {
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: clamp(13px, 0.9vw, 18px);
  color: #be95a7;
  display: block;
  line-height: 1;
  margin-top: 0.3em;
}
@media screen and (max-width: 768px) {
  .TtlLv1.-SubMv span {
    font-size: min(3.5vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .TtlLv1.-privacypolicy {
    font-size: min(43px, 8.4vw);
  }
}

.TtlLv2.-TopPrimary {
  font-size: clamp(20px, 1.3vw, 25px);
  padding: 0.6em 0 0.4em;
  margin-bottom: 0.6em;
  color: #be95a7;
  border-bottom: 1px solid #e1b8d8;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .TtlLv2.-TopPrimary {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .TtlLv2.-TopPrimary {
    font-size: min(18px, 4.8vw);
  }
}
@media screen and (max-width: 768px) {
  .TtlLv2.-TopPrimary {
    padding: 0.6em 0 0.2em;
    margin-bottom: 0.3em;
  }
}
.TtlLv2.-TopPrimary.-AlignLeft {
  text-align: left;
}
.TtlLv2.-TopPrimary.-AlignCenter {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .TtlLv2.-TopPrimary.-news {
    padding: 0.4em 0 0.6em;
    font-size: min(18px, 4.5vw);
  }
}
.TtlLv2.-SubPrimary {
  font-size: clamp(25px, 1.8vw, 35px);
  margin-bottom: 0.9em;
  color: #be95a7;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .TtlLv2.-SubPrimary {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .TtlLv2.-SubPrimary {
    font-size: min(20px, 5.4vw);
  }
}
.TtlLv2.-SubPrimary:before, .TtlLv2.-SubPrimary:after {
  content: "-";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.TtlLv2.-SubPrimary:before {
  left: -15px;
}
.TtlLv2.-SubPrimary:after {
  right: -15px;
}
.TtlLv2.-SubPrimary + p {
  margin-bottom: 2.5em;
}

.TtlLv3.-SubPrimary {
  font-size: clamp(20px, 1.3vw, 25px);
  color: #be95a7;
  line-height: 1.75;
  margin: 0.3em 0 0;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .TtlLv3.-SubPrimary {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .TtlLv3.-SubPrimary {
    font-size: min(18px, 4.8vw);
  }
}
@media screen and (max-width: 999px) {
  .TtlLv3.-SubPrimary {
    line-height: 1.5;
  }
}
.TtlLv3.-clinic {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: clamp(15px, 0.9vw, 18px);
  background: #be95a7;
  color: #fff;
  padding: 0.3em 1em;
  border-radius: 0.2em;
}
@media screen and (max-width: 768px) {
  .TtlLv3.-clinic {
    font-size: min(18px, 4.2vw);
  }
}
@media screen and (max-width: 768px) {
  .TtlLv3.-clinic {
    padding: 0.5em 0.8em !important;
    display: block;
    width: 100% !important;
    justify-content: flex-start !important;
  }
}
.TtlLv3.-clinic.-direct {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .TtlLv3.-clinic.-direct {
    display: none;
  }
}
.TtlLv3.-clinic.-direct.-sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .TtlLv3.-clinic.-direct.-sm {
    display: block;
    margin-bottom: 1.5em;
  }
}
.TtlLv3.-clinic.-partner {
  margin: 3.5em auto 2.5em;
  display: flex;
  justify-content: center;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .TtlLv3.-clinic.-partner {
    margin: 2.5em auto 1.5em;
  }
}
.TtlLv3.-requirements {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: clamp(15px, 0.9vw, 18px);
  background: #be95a7;
  color: #fff;
  padding: 0.3em 1em;
  margin-bottom: 1.5em;
  text-align: center;
  width: 21em;
  border-radius: 0.2em;
}
@media screen and (max-width: 768px) {
  .TtlLv3.-requirements {
    font-size: min(18px, 4.2vw);
  }
}
@media screen and (max-width: 768px) {
  .TtlLv3.-requirements {
    padding: 0.5em 0.8em !important;
    display: block;
    width: 100% !important;
    justify-content: flex-start !important;
  }
}

.table {
  margin: 0 auto;
  background: #fff;
  padding: 4.5%;
  border-radius: 5px;
  border: 1px solid #e1b8d8;
}
@media screen and (max-width: 999px) {
  .table {
    padding: 5%;
  }
}
@media screen and (max-width: 768px) {
  .table {
    border-radius: 7px;
  }
}
@media screen and (max-width: 768px) {
  .table {
    padding: 7.5% 5%;
  }
}
.table_item {
  display: flex;
  border-bottom: 1px solid #e1b8d8;
  padding-bottom: 1%;
  margin-bottom: 2%;
  align-items: baseline;
  text-align: left;
  position: relative;
}
.table_item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .table_item {
    flex-direction: column;
    padding-bottom: 3%;
    margin-bottom: 6%;
  }
}
.table_ttl {
  width: 28%;
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #be95a7;
  font-size: clamp(15px, 0.9vw, 18px);
}
@media screen and (max-width: 768px) {
  .table_ttl {
    font-size: min(18px, 4.2vw);
  }
}
@media screen and (max-width: 768px) {
  .table_ttl {
    width: 100%;
    font-size: min(18px, 4.2vw);
    line-height: 2;
    margin-bottom: 0.3em;
  }
}
.table_content, .table_content a,
.table li {
  line-height: 1.5;
  width: 72%;
  margin: 0;
  color: #be95a7;
}
.table_content strong, .table_content a strong,
.table li strong {
  color: #be95a7;
}
@media screen and (max-width: 768px) {
  .table_content strong:first-of-type, .table_content a strong:first-of-type,
  .table li strong:first-of-type {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .table_content, .table_content a,
  .table li {
    width: 100%;
  }
}
.table li {
  padding-bottom: 0.5em;
  position: relative;
  padding-left: 1em;
}
.table li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.table li:last-child {
  margin-bottom: 0;
}
.table_InfoWrap {
  flex: 6.5;
}
@media screen and (max-width: 768px) {
  .table_InfoWrap {
    flex: auto;
  }
}
.table_map {
  flex: 3.5;
  border: 1px solid #f7e2ed;
}
@media screen and (max-width: 768px) {
  .table_map {
    flex: auto;
    margin-top: 6%;
  }
}
.table_map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .table_map iframe {
    height: min(400px, 53vw);
  }
}
.table_logo {
  width: clamp(280px, 49%, 350px);
  padding-bottom: 3%;
}
.table_DayList {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
.table_DayList > tbody {
  display: flex;
}
.table_DayItem {
  text-align: center;
  padding-right: 1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .table_DayItem {
    line-height: 1.3;
  }
}
.table_DayItem:last-child {
  padding-right: 0;
}
.table .day {
  color: #be95a7;
}
@media screen and (max-width: 768px) {
  .table .day {
    font-size: 105%;
  }
}
.table .cir {
  width: 0.4em;
  height: 0.4em;
  margin-right: 0.15em;
  border-radius: 50%;
  background-color: #be95a7;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .table .cir {
    width: 0.6em;
    height: 0.6em;
  }
}
.table .cir.-none {
  background-color: #e1b8d8;
}
.table.-ClinicInfo {
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  .table.-ClinicInfo {
    flex-direction: column;
  }
}
.table.-ClinicInfo .table_ttl {
  font-size: clamp(14px, 0.8vw, 16px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .table.-ClinicInfo .table_ttl {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .table.-ClinicInfo .table_ttl {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .table.-ClinicInfo .table_ttl {
    font-size: min(15px, 4vw);
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .table.-ClinicInfo .table_ttl {
    font-size: min(17px, 4.2vw);
    line-height: 2;
    margin-bottom: 0;
  }
}
.table.-ClinicInfo .table_item:last-of-type {
  border-bottom: none;
}
.table.-recruit .table_item {
  align-items: center;
}
.table.-recruit .table_item a {
  border-bottom: 1px solid;
  padding-bottom: 0.15em;
}

.tab_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 1.1vw, 20px);
  background: #fcf6fa;
  border-radius: 5px;
  padding: 4.5%;
}
@media screen and (max-width: 768px) {
  .tab_wrap {
    border-radius: 7px;
  }
}
@media screen and (max-width: 999px) {
  .tab_wrap {
    padding: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .tab_wrap {
    padding: 3%;
  }
}
@media screen and (max-width: 768px) {
  .tab_wrap {
    display: block;
    padding-top: 7.5% !important;
  }
}
.tab_wrap input {
  display: none;
}
.tab_wrap input:checked + .tab_label {
  color: #be95a7;
  border: solid 1px #be95a7;
  opacity: 1;
}
.tab_wrap input:checked + .tab_label > .tab_arrow {
  background: #be95a7;
}
.tab_wrap input#tab01:checked ~ .tab_ContWrap > #tab01-content,
.tab_wrap input#tab02:checked ~ .tab_ContWrap > #tab02-content,
.tab_wrap input#tab03:checked ~ .tab_ContWrap > #tab03-content,
.tab_wrap input#tab04:checked ~ .tab_ContWrap > #tab04-content {
  display: block;
}
.tab_wrap .AlignItems {
  width: 100%;
}
.tab_ContWrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tab_ContWrap {
    padding-top: min(3%, 10px);
  }
}
.tab_LabelHeading {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab_LabelHeading {
    display: block;
    padding-bottom: 0.5em;
    color: #0c323f;
  }
}
.tab_label {
  opacity: 0.8;
  color: #0c323f;
  border-radius: 5px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: clamp(15px, 1.1vw, 20px);
  border: solid 1px #0c323f;
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding-top: 5px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .tab_label {
    border-radius: 7px;
  }
}
@media screen and (max-width: 768px) {
  .tab_label {
    font-size: min(15px, 4.5vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .tab_label {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .tab_label {
    border-radius: 5px;
    font-size: min(14px, 3.7vw);
    line-height: 2;
    margin-right: 1.5%;
    padding: 0.2em 0.8em;
    display: inline-block;
    margin-bottom: 3%;
  }
}
.tab_label:hover {
  opacity: 0.75;
  border: solid 1px #be95a7;
  color: #be95a7;
}
.tab_label:hover .tab_arrow {
  background: #be95a7;
}
@media screen and (max-width: 768px) {
  .tab_label:last-of-type {
    margin-right: 0;
  }
}
.tab_arrow {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 16px;
  background: #0c323f;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .tab_arrow {
    bottom: 0;
    transform: translate(0.3em, 10%);
    width: 15px;
    height: 15px;
    border-radius: 5em;
    display: inline-block;
    padding: 0;
  }
}
.tab_arrow::after {
  content: "";
  background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
  width: 0.3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
  /* height: auto; */
  aspect-ratio: 6/9.5;
}
@media screen and (max-width: 768px) {
  .tab_arrow::after {
    top: 52%;
  }
}
.tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
  margin-top: 1%;
}

.logo {
  display: inline-block;
}
.logo.-header {
  width: clamp(200px, 14vw, 250px);
  margin-top: min(1.5%, 20px);
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .logo.-header {
    width: clamp(120px, 26vw, 200px);
  }
}
@media screen and (max-width: 768px) {
  .logo.-header {
    width: min(56vw, 210px);
  }
}
.logo.-drawer {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .logo.-drawer {
    margin-top: 10px;
  }
}
@media screen and (max-width: 999px) {
  .logo.-drawer {
    display: block;
    width: min(56vw, 150px);
  }
}
@media screen and (max-width: 768px) {
  .logo.-drawer {
    margin-top: 7px;
  }
}
.logo.-footer {
  width: clamp(120px, 9.5vw, 190px);
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .logo.-footer {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .logo.-footer {
    width: min(25vw, 100px);
  }
}
.logo.-ClinicInfo {
  padding-bottom: 3%;
}
.logo.-ClinicInfo.-omiya {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .logo.-ClinicInfo.-omiya {
    width: min(350px, 80%);
  }
}
.logo.-ClinicInfo.-sapporo {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .logo.-ClinicInfo.-sapporo {
    width: min(280px, 60%);
  }
}
.logo.-ClinicInfo.-nagoya {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .logo.-ClinicInfo.-nagoya {
    width: min(340px, 72%);
  }
}
.logo.-ClinicInfo.-osaka {
  width: 57%;
}
@media screen and (max-width: 768px) {
  .logo.-ClinicInfo.-osaka {
    width: min(370px, 85%);
  }
}
.logo.-ClinicInfo.-fukuoka {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .logo.-ClinicInfo.-fukuoka {
    width: min(300px, 65%);
  }
}

.cta {
  position: relative;
  overflow: hidden;
}
.cta_link {
  display: inline-block;
  width: 100%;
  padding: 6% 0;
  margin-bottom: -0.01%;
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .cta_link {
    padding: 8% 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .cta_link {
    padding: 8% 0;
  }
}
@media screen and (max-width: 768px) {
  .cta_link {
    padding: 16% 0;
  }
}
.cta_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/common/cta-bg_pc.webp) no-repeat center/cover;
  transition: transform 0.5s ease;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .cta_link:before {
    bottom: 0;
    background: url(../images/common/cta-bg_sp.webp) no-repeat center/cover;
  }
}
.cta_link:hover {
  opacity: 0.95;
}
.cta_link:hover:before {
  transform: scale(1.05);
}
.cta_link:hover .btn.-cta {
  scale: 1.17;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .cta_link:hover .btn.-cta {
    scale: 1;
  }
}
.cta_link:hover .btn.-cta .btn_arrow {
  transform: rotate(45deg);
}
.cta_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cta_wrap {
    flex-direction: column;
  }
}
.cta_txt {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  border-bottom: 0.12em solid #fff;
  margin-bottom: 0;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  .cta_txt {
    margin-bottom: 1em !important;
    text-align: center;
    border-bottom: none;
  }
}

.note,
.quote {
  margin-top: 0.5em;
  font-size: clamp(12px, 0.7vw, 14px);
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .note,
  .quote {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .note,
  .quote {
    font-size: min(12px, 3.8vw);
  }
}
@media screen and (max-width: 768px) {
  .note,
  .quote {
    margin-top: 0.8em;
  }
}
.note a,
.quote a {
  font-size: clamp(12px, 0.7vw, 14px);
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .note a,
  .quote a {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .note a,
  .quote a {
    font-size: min(12px, 3.8vw);
  }
}

.note {
  position: relative;
  padding-left: 1.2em;
}
.note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.form_heading {
  margin-bottom: 5%;
}
.form_heading p {
  line-height: 1.8;
  color: #101a24;
}
.form_heading p:first-child {
  margin-bottom: 1em;
  line-height: 1.6;
}
.form_block {
  margin: 0 auto;
}
.form_block .form_row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #e1b8d8;
}
.form_block .form_row:last-child {
  margin-bottom: 0;
}
.form_block .form_row_last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.form_block .note {
  color: #7e8588;
}
.form_block label {
  color: #101a24;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 0.5em;
}
.form_block p a {
  color: #be95a7;
}
.form_block .confirm_txt {
  color: #be95a7;
}
.form_block .home_button a {
  color: #fff;
  border-radius: 0;
  width: 300px;
  padding: 14px 0;
  font-weight: 700;
}
.form_block .required {
  color: #fff;
  background-color: #ad2222;
  margin-left: 0.3em;
  padding: 0 0.3em;
  border-radius: 0.2em;
  line-height: 1.5;
}
.form_block .form_btn {
  margin-bottom: 0;
  color: #fff;
  background-color: #be95a7;
  border-radius: 3em;
}
@media screen and (max-width: 768px) {
  .form_block .form_btn {
    margin-top: 20px;
  }
}
.form_block .form_btn[value=back] {
  color: #be95a7;
  background-color: transparent;
  border: 1px solid #be95a7;
}
.form_block input[type=text],
.form_block input[type=email],
.form_block input[type=tel],
.form_block select {
  width: 40%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .form_block input[type=text],
  .form_block input[type=email],
  .form_block input[type=tel],
  .form_block select {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .form_block input[type=text],
  .form_block input[type=email],
  .form_block input[type=tel],
  .form_block select {
    width: 100%;
  }
}
.form_block textarea {
  width: 100%;
}
.form_BottomNote {
  padding-bottom: 1em;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner,
input.wpcf7-form-control.wpcf7-previous {
  display: block;
  width: 25em;
  height: 3em;
  border-radius: 5px;
  font-size: clamp(14px, 0.8vw, 16px);
  line-height: 1.3 !important;
  color: #fff;
  border: none;
  text-align: center;
  background: #be95a7;
  margin: 1.5em auto 0;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  input.wpcf7-form-control.wpcf7-submit.has-spinner,
  input.wpcf7-form-control.wpcf7-previous {
    border-radius: 7px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  input.wpcf7-form-control.wpcf7-submit.has-spinner,
  input.wpcf7-form-control.wpcf7-previous {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  input.wpcf7-form-control.wpcf7-submit.has-spinner,
  input.wpcf7-form-control.wpcf7-previous {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  input.wpcf7-form-control.wpcf7-submit.has-spinner,
  input.wpcf7-form-control.wpcf7-previous {
    font-size: min(15px, 4vw);
    line-height: 2;
  }
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:focus, input.wpcf7-form-control.wpcf7-submit.has-spinner:hover,
input.wpcf7-form-control.wpcf7-previous:focus,
input.wpcf7-form-control.wpcf7-previous:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  input.wpcf7-form-control.wpcf7-submit.has-spinner,
  input.wpcf7-form-control.wpcf7-previous {
    width: min(25em, 100%);
    margin: 6% auto 0;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
  text-align: center;
  border: none;
}

input[type=radio] {
  font-size: clamp(14px, 0.8vw, 16px);
  line-height: 1 !important;
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  input[type=radio] {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  input[type=radio] {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  input[type=radio] {
    font-size: min(15px, 4vw);
    line-height: 2;
  }
}
input[type=radio] + span {
  font-size: clamp(14px, 0.8vw, 16px);
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  input[type=radio] + span {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  input[type=radio] + span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  input[type=radio] + span {
    font-size: min(15px, 4vw);
    line-height: 2;
  }
}

.wpcf7 form .wpcf7-response-output,
.wpcf7-response-output {
  border: none;
  margin-top: 0;
  line-height: 1.3;
  font-weight: 500;
}

.wpcf7-list-item:first-of-type {
  margin-left: 0 !important;
}

span.wpcf7-list-item-label {
  color: #101a24;
}
@media screen and (max-width: 768px) {
  span.wpcf7-list-item-label {
    line-height: 1.4;
  }
}

.text_link {
  color: #be95a7 !important;
}

.form_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.form_btn_wrap .wpcf7-spinner {
  display: none !important;
}
.form_btn_wrap p {
  width: 100%;
}

input.wpcf7-form-control.wpcf7-previous {
  background-color: #fff;
  border: 1px solid #be95a7;
  color: #be95a7;
}

label {
  position: static;
  display: flex;
  align-items: center;
  gap: 0.2em;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  border: 1px solid #e1b8d8;
  border-radius: 3px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  select,
  textarea {
    width: 100%;
    line-height: 1.5;
  }
}

select {
  padding-right: 50px;
}

.clinic.-top {
  background: #fcf6fa;
  border-radius: 5px;
  margin: 0 min(100px, 5%);
}
@media screen and (max-width: 768px) {
  .clinic.-top {
    border-radius: 7px;
  }
}
@media screen and (max-width: 768px) {
  .clinic.-top {
    margin: 0;
  }
}
.clinic_direct .clinic_wrap {
  align-items: center;
  gap: clamp(30px, 2.1vw, 40px);
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .clinic_direct .clinic_wrap {
    align-items: inherit;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .clinic_direct .clinic_wrap {
    align-items: inherit;
    column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .clinic_direct .clinic_wrap {
    flex-direction: column;
    gap: 5px;
  }
}
.clinic_direct .clinic_img, .clinic_direct .clinic_TxtWrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .clinic_direct .clinic_img, .clinic_direct .clinic_TxtWrap {
    width: 100%;
  }
}
.clinic_direct .clinic img {
  height: 100%;
}
.clinic_direct.-subpage .clinic_wrap {
  background: #fcf6fa;
  align-items: stretch;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .clinic_direct.-subpage .clinic_wrap {
    border-radius: 7px;
  }
}
.clinic_direct.-subpage .clinic_wrap .clinic_img img {
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 768px) {
  .clinic_direct.-subpage .clinic_wrap .clinic_img img {
    border-radius: 7px 0 0 7px;
  }
}
.clinic_direct.-subpage .clinic_wrap .clinic_TxtWrap {
  padding: 4.5%;
  padding-left: 0;
}
.clinic_partner .clinic_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(35px, 2.1vw, 45px);
  column-gap: clamp(30px, 2.1vw, 40px);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .clinic_partner .clinic_list {
    column-gap: 20px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .clinic_partner .clinic_list {
    gap: min(9.5vw, 40px);
  }
}
.clinic_partner .clinic_list .clinic_wrap {
  flex-direction: column;
  width: calc(50% - clamp(30px, 2.1vw, 40px) / 2);
}
@media screen and (max-width: 768px) {
  .clinic_partner .clinic_list .clinic_wrap {
    width: 100%;
  }
}
.clinic_partner .clinic_list .clinic_wrap > p {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .clinic_partner .clinic_list .clinic_wrap > h3 {
    text-align: left !important;
  }
}
.clinic_wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .clinic_TxtWrap > span {
    display: none;
  }
}
.clinic_heading {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: clamp(15px, 0.9vw, 18px);
  background: #be95a7;
  color: #fff;
  padding: 0.3em 1em;
  border-radius: 0.2em;
}
@media screen and (max-width: 768px) {
  .clinic_heading {
    font-size: min(18px, 4.2vw);
  }
}
@media screen and (max-width: 768px) {
  .clinic_heading {
    padding: 0.2em 0.8em !important;
    display: block;
    width: 100% !important;
    justify-content: flex-start !important;
  }
}
.clinic_heading.-direct {
  margin-bottom: 0.8em;
}
.clinic_heading.-direct.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .clinic_heading.-direct.-sp {
    display: block;
    margin-bottom: 1.5em;
  }
}
.clinic_heading.-partner {
  padding: 0;
  margin: 3.5em auto 2.5em;
  display: flex;
  justify-content: center;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .clinic_heading.-partner {
    margin: 2.5em auto 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .clinic_img img {
    height: min(42vw, 360px) !important;
  }
}

.ClinicDirect_wrap {
  display: flex;
  align-items: center;
  gap: clamp(30px, 2.1vw, 40px);
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .ClinicDirect_wrap {
    align-items: inherit;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .ClinicDirect_wrap {
    align-items: inherit;
    column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ClinicDirect_wrap {
    flex-direction: column;
    gap: 5px;
  }
}
.ClinicDirect_img, .ClinicDirect_TxtWrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .ClinicDirect_img, .ClinicDirect_TxtWrap {
    width: 100%;
  }
}
.ClinicDirect img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ClinicDirect img {
    height: min(42vw, 360px) !important;
  }
}
.ClinicDirect.-subpage .ClinicDirect_wrap {
  background: #fcf6fa;
  align-items: stretch;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .ClinicDirect.-subpage .ClinicDirect_wrap {
    border-radius: 7px;
  }
}
.ClinicDirect.-subpage .ClinicDirect_wrap .ClinicDirect_img img {
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 768px) {
  .ClinicDirect.-subpage .ClinicDirect_wrap .ClinicDirect_img img {
    border-radius: 7px 0 0 7px;
  }
}
@media screen and (max-width: 768px) {
  .ClinicDirect.-subpage .ClinicDirect_wrap .ClinicDirect_img img {
    border-radius: 5px 5px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .ClinicDirect.-subpage .ClinicDirect_wrap .ClinicDirect_img img {
    border-radius: 7px 7px 0 0;
  }
}
.ClinicDirect.-subpage .ClinicDirect_wrap .ClinicDirect_TxtWrap {
  padding: 4.5%;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .ClinicDirect.-subpage .ClinicDirect_wrap .ClinicDirect_TxtWrap {
    padding: 0 5% 5%;
  }
}

.ClinicPartner_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(35px, 2.1vw, 45px);
  column-gap: clamp(30px, 2.1vw, 40px);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .ClinicPartner_list {
    column-gap: 20px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ClinicPartner_list {
    gap: min(9.5vw, 40px);
  }
}
.ClinicPartner_wrap {
  flex-direction: column;
  width: calc(50% - clamp(30px, 2.1vw, 40px) / 2);
}
@media screen and (max-width: 768px) {
  .ClinicPartner_wrap {
    width: 100%;
  }
}
.ClinicPartner_wrap > p {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .ClinicPartner_wrap > h3 {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .ClinicPartner img {
    height: min(42vw, 360px) !important;
  }
}

.ClinicInfo {
  margin-top: 0 !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding-left: 0;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  width: 25px;
  height: 50px;
  top: 65vw;
  z-index: 3;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 41% !important;
  display: block;
  width: 11px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev {
  left: -28px !important;
}
.slick-prev:after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 7px;
  width: 32px;
  height: 32px;
  border-color: #003f80;
  border-top: solid 1px #666;
  border-left: solid 1px #666;
  transform: rotate(-45deg);
}

.slick-next {
  right: -28px !important;
}
.slick-next:after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 7px;
  width: 32px;
  height: 32px;
  border-color: #003f80;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .TopInterview_CardCont .slick-list {
    padding-top: 30px;
  }
}

.slick-dots {
  bottom: 115px !important;
}

.slick-dots li button:before {
  font-size: 22px !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.mv {
  position: relative;
}
.mv_CopyArea {
  position: absolute;
  transform: translateY(-50%);
  top: 53%;
  z-index: 1;
  margin-left: min(100px, 5%);
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .mv_CopyArea {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .mv_CopyArea {
    top: 65%;
  }
}
@media screen and (max-width: 768px) {
  .mv_CopyArea {
    transform: none;
    top: clamp(110px, 16%, 220px);
    margin-left: 5%;
    width: 90%;
  }
}
.mv_catch {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #be95a7;
  font-size: clamp(30px, 2.9vw, 55px);
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .mv_catch {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .mv_catch {
    font-size: min(25px, 6.7vw);
  }
}
.mv_SliderArea img {
  height: calc(100vh - 110px);
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .mv_SliderArea img {
    height: min(100vh - 110px, 650px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .mv_SliderArea img {
    height: max(50vh, 550px);
  }
}
@media screen and (max-width: 768px) {
  .mv_SliderArea img {
    height: max(120vw, 100vh);
    object-position: right 65%;
    object-position: 60% 65%;
  }
}

.TopAbout {
  background: url(../images/top/top_about-us_bg_pc.webp) no-repeat top/cover;
  margin-bottom: calc(110px + 5%);
  padding-top: 12%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .TopAbout {
    margin-bottom: calc(110px + 8%);
  }
}
@media screen and (max-width: 768px) {
  .TopAbout {
    background: url(../images/top/top_about-us_bg_sp.webp) no-repeat top/cover;
    margin-bottom: calc(170px + min(16%, 80px));
    padding-top: min(16%, 80px);
  }
}
.TopAbout > div {
  position: relative;
  bottom: -110px;
}
@media screen and (max-width: 768px) {
  .TopAbout > div {
    bottom: -170px;
  }
}
.TopAbout_wrap {
  background: #fff;
  padding: 4.5%;
  padding-bottom: 0 !important;
  border-radius: 5px 5px 0 0;
  display: flex;
  gap: 4%;
}
@media screen and (max-width: 999px) {
  .TopAbout_wrap {
    padding: 5%;
  }
}
@media screen and (max-width: 768px) {
  .TopAbout_wrap {
    border-radius: 7px 7px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .TopAbout_wrap {
    flex-direction: column;
    padding-top: 8%;
  }
}
.TopAbout_wrap > h2 {
  flex-shrink: 0;
}

.TopClinic {
  background: #fcf6fa;
  border-radius: 5px;
  margin: 0 min(100px, 5%);
}
@media screen and (max-width: 768px) {
  .TopClinic {
    border-radius: 7px;
  }
}
@media screen and (max-width: 768px) {
  .TopClinic {
    margin: 0;
  }
}
.TopClinic_wrap {
  width: 100%;
  padding: 0 min(10%, 210px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .TopClinic_wrap {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .TopClinic_wrap {
    padding: 0;
    width: 90%;
  }
}
.TopClinic_lead {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .TopClinic_lead {
    text-align: left;
  }
}
.TopClinic_lead p {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .TopClinic_lead p {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 768px) {
  .TopRecruit {
    background: url(../images/top/top_recruit_bg_sp.webp) no-repeat 0 0%/cover;
    margin-bottom: calc(min(27vw, 200px) + min(16%, 80px));
  }
}
@media screen and (max-width: 768px) {
  .TopRecruit.PageSec_top {
    padding: calc(min(16%, 80px) + 15vw) 0 0;
  }
}
.TopRecruit > div {
  position: relative;
}
@media screen and (max-width: 768px) {
  .TopRecruit > div {
    top: min(27vw, 200px);
  }
}
.TopRecruit_wrap {
  background: url(../images/top/top_recruit_bg_pc.webp) no-repeat left/cover;
  padding: 4.5%;
  padding-left: 0;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .TopRecruit_wrap {
    padding: 5%;
  }
}
@media screen and (max-width: 768px) {
  .TopRecruit_wrap {
    background: none;
    padding: 0;
    display: block;
  }
}
.TopRecruit_TxtWrap {
  background: #fff;
  padding: 3%;
  width: 50%;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .TopRecruit_TxtWrap {
    border-radius: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .TopRecruit_TxtWrap {
    padding: 4%;
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .TopRecruit_TxtWrap {
    width: 100%;
    background: #fff;
    padding: 4.5%;
    padding-bottom: 0 !important;
    border-radius: 5px 5px 0 0;
    display: flex;
    flex-direction: column;
    padding-top: 8% !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 999px) {
  .TopRecruit_TxtWrap {
    padding: 5%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .TopRecruit_TxtWrap {
    border-radius: 7px 7px 0 0;
  }
}

.TopNews {
  background: #fcf6fa;
}
.TopNews_wrap {
  padding: 4.5%;
  padding-top: 3.5%;
  background: #fff;
  border: 1px solid #e1b8d8;
  border-radius: 5px;
}
@media screen and (max-width: 999px) {
  .TopNews_wrap {
    padding: 5%;
  }
}
@media screen and (max-width: 768px) {
  .TopNews_wrap {
    border-radius: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .TopNews_wrap {
    padding-top: 3%;
  }
}
@media screen and (max-width: 768px) {
  .TopNews_wrap {
    padding-bottom: 7%;
  }
}
.TopNews_list {
  border-top: 1px solid #e1b8d8;
}
.TopNews_item {
  border-bottom: 1px solid #e1b8d8;
  padding: 2% 0 0.5%;
  display: flex;
  gap: 8.5%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .TopNews_item {
    padding: 3% 0 1%;
  }
}
@media screen and (max-width: 999px) {
  .TopNews_item {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .TopNews_item {
    padding: 2.5% 0;
  }
}
@media screen and (max-width: 999px) {
  .TopNews_item dt {
    line-height: 1.5;
  }
}
.TopNews_item dt time {
  color: #be95a7;
  font-size: clamp(12px, 0.7vw, 14px);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .TopNews_item dt time {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .TopNews_item dt time {
    font-size: min(12px, 3.8vw);
  }
}
.TopNews_item dd {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #be95a7;
  font-size: clamp(15px, 0.9vw, 18px);
}
@media screen and (max-width: 768px) {
  .TopNews_item dd {
    font-size: min(18px, 4.2vw);
  }
}
@media screen and (max-width: 768px) {
  .TopNews_item dd {
    line-height: 1.6;
  }
}

.SubMv {
  height: clamp(420px, 27vw, 520px);
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .SubMv {
    height: 350px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .SubMv {
    height: min(450px, 64vw);
    margin-top: 65px;
  }
}
.SubMv.-about {
  background: url(../images/subpage/sub-mv_about_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .SubMv.-about {
    background: url(../images/subpage/sub-mv_about_sp.webp) no-repeat center/cover;
  }
}
.SubMv.-contact {
  background: url(../images/subpage/sub-mv_about_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .SubMv.-contact {
    background: url(../images/subpage/sub-mv_about_sp.webp) no-repeat center/cover;
  }
}
.SubMv.-clinic {
  background: url(../images/subpage/sub-mv_clinic_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .SubMv.-clinic {
    background: url(../images/subpage/sub-mv_clinic_sp.webp) no-repeat center/cover;
  }
}
.SubMv.-omiya {
  background: url(../images/subpage/sub-mv_omiya_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .SubMv.-omiya {
    background: url(../images/subpage/sub-mv_omiya_sp.webp) no-repeat center/cover;
  }
}
.SubMv.-sapporo {
  background: url(../images/subpage/sub-mv_sapporo_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .SubMv.-sapporo {
    background: url(../images/subpage/sub-mv_sapporo_sp.webp) no-repeat center/cover;
  }
}
.SubMv.-nagoya {
  background: url(../images/subpage/sub-mv_nagoya_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .SubMv.-nagoya {
    background: url(../images/subpage/sub-mv_nagoya_sp.webp) no-repeat center/cover;
  }
}
.SubMv.-osaka {
  background: url(../images/subpage/sub-mv_osaka_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .SubMv.-osaka {
    background: url(../images/subpage/sub-mv_osaka_sp.webp) no-repeat center/cover;
  }
}
.SubMv.-fukuoka {
  background: url(../images/subpage/sub-mv_fukuoka_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .SubMv.-fukuoka {
    background: url(../images/subpage/sub-mv_fukuoka_sp.webp) no-repeat center/cover;
  }
}
.SubMv.-sendai {
  background: url(../images/subpage/sub-mv_sendai_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .SubMv.-sendai {
    background: url(../images/subpage/sub-mv_sendai_sp.webp) no-repeat center/cover;
  }
}
.SubMv.-news {
  background: url(../images/subpage/sub-mv_news_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .SubMv.-news {
    background: url(../images/subpage/sub-mv_news_sp.webp) no-repeat center/cover;
  }
}
.SubMv.-PrivacyPolicy {
  background: url(../images/subpage/sub-mv_news_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .SubMv.-PrivacyPolicy {
    background: url(../images/subpage/sub-mv_news_sp.webp) no-repeat center/cover;
  }
}
.SubMv.-recruit {
  background: url(../images/subpage/sub-mv_recruit_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .SubMv.-recruit {
    background: url(../images/subpage/sub-mv_recruit_sp.webp) no-repeat center/cover;
  }
}
.SubMv.-entry {
  background: url(../images/subpage/sub-mv_recruit_pc.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .SubMv.-entry {
    background: url(../images/subpage/sub-mv_recruit_sp.webp) no-repeat center/cover;
  }
}
.SubMv > div {
  display: flex;
  align-items: flex-end;
}

.news_wrap {
  padding: 4.5%;
  padding-top: 3.5%;
  padding-bottom: 2.5%;
  background: #fff;
  border: 1px solid #e1b8d8;
  border-radius: 5px;
}
@media screen and (max-width: 999px) {
  .news_wrap {
    padding: 5%;
  }
}
@media screen and (max-width: 768px) {
  .news_wrap {
    border-radius: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .news_wrap {
    padding-top: 3%;
    padding-bottom: 3%;
  }
}
.news_item {
  border-bottom: 1px solid #e1b8d8;
  padding: 2% 0 0.5%;
  display: flex;
  gap: 8.5%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .news_item {
    padding: 3% 0 1%;
  }
}
@media screen and (max-width: 999px) {
  .news_item {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .news_item {
    padding: 2% 0;
  }
}
@media screen and (max-width: 999px) {
  .news_item dt {
    line-height: 1.5;
  }
}
.news time {
  color: #be95a7;
  font-size: clamp(12px, 0.7vw, 14px);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .news time {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .news time {
    font-size: min(12px, 3.8vw);
  }
}
.news time + span {
  color: #be95a7;
  font-size: clamp(12px, 0.7vw, 14px);
  border: 1px solid #be95a7;
  padding: 0 0.2em;
  margin: 0 0.1em 0 0.6em;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .news time + span {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .news time + span {
    font-size: min(12px, 3.8vw);
  }
}
.news dd {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #be95a7;
  font-size: clamp(15px, 0.9vw, 18px);
}
@media screen and (max-width: 768px) {
  .news dd {
    font-size: min(18px, 4.2vw);
  }
}
@media screen and (max-width: 768px) {
  .news dd {
    line-height: 1.6;
  }
}
.news_single {
  background: #fcf6fa;
  border-radius: 5px;
  padding: 4.5%;
}
@media screen and (max-width: 768px) {
  .news_single {
    border-radius: 7px;
  }
}
@media screen and (max-width: 999px) {
  .news_single {
    padding: 5%;
  }
}
.news_ttl.-single {
  margin-bottom: 1em;
}

.service_list {
  display: flex;
  flex-wrap: wrap;
  background: #fcf6fa;
}
.service_item {
  width: 33.3333333333%;
  padding: 3%;
  position: relative;
  counter-increment: number;
}
@media screen and (max-width: 768px) {
  .service_item {
    width: 50% !important;
    margin: 0 !important;
    padding: 3% !important;
  }
}
.service_item::before, .service_item::after {
  content: "";
  position: absolute;
  background: #e1b8d8;
}
.service_item::before {
  height: 1px;
  width: 98%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .service_item::before {
    left: auto !important;
    right: 2% !important;
  }
}
.service_item::after {
  width: 1px;
  height: 98%;
  top: 2%;
}
.service_item:nth-child(1), .service_item:nth-child(2), .service_item:nth-child(3) {
  padding-top: 0;
  margin-top: 3%;
}
.service_item:nth-child(1)::before, .service_item:nth-child(2)::before, .service_item:nth-child(3)::before {
  content: none;
}
.service_item:nth-child(1)::after, .service_item:nth-child(2)::after, .service_item:nth-child(3)::after {
  top: 0;
}
@media screen and (max-width: 768px) {
  .service_item:nth-child(1)::after, .service_item:nth-child(2)::after, .service_item:nth-child(3)::after {
    content: none;
  }
}
.service_item:nth-last-child(-n+3) {
  padding-bottom: 0;
  margin-bottom: 3%;
}
@media screen and (max-width: 768px) {
  .service_item:nth-child(3n) {
    margin-top: 0;
    padding-top: 3%;
  }
}
.service_item:nth-child(3n)::before {
  left: auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  .service_item:nth-child(3n)::before {
    content: "";
  }
}
.service_item:nth-child(3n)::after {
  content: none;
}
.service_item:nth-child(3n+1)::after {
  right: 0;
}
.service_item:nth-child(3n+2)::before {
  left: 2%;
  width: 96%;
}
.service_item:nth-child(3n+2)::after {
  content: "";
  right: 0;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .service_item:nth-child(3n+2)::after {
    display: none;
  }
}
.service_item:nth-child(3n+4), .service_item:nth-child(3n+6) {
  width: 30.3333333333%;
}
.service_item:nth-child(3n+4) {
  padding-left: 0;
  margin-left: 3%;
}
.service_item:nth-child(3n+4)::after {
  width: 1px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .service_item:nth-child(3n+4)::after {
    display: none;
  }
}
.service_item:nth-child(3n+6) {
  padding-right: 0;
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  .service_item:nth-child(2n) {
    padding-left: 3%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .service_item:nth-child(2n):before {
    right: auto !important;
    left: 2% !important;
  }
}
@media screen and (max-width: 768px) {
  .service_item:nth-child(2n)::after {
    display: block !important;
    content: "" !important;
    width: 1px !important;
    height: 96% !important;
    top: 2% !important;
    left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .service_item:nth-child(2)::after {
    top: 0 !important;
    height: 98% !important;
  }
}
@media screen and (max-width: 768px) {
  .service_item:last-child::after {
    bottom: 0 !important;
    height: 98% !important;
  }
}
.service_item .service_img:before {
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: clamp(15px, 1.1vw, 20px);
  color: #be95a7;
  counter-increment: number 0;
  content: "0" counter(number);
  display: block;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 768px) {
  .service_item .service_img:before {
    font-size: min(15px, 4.5vw);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .service_item .service_img:before {
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .service_item .service_img:before {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .service_item .service_img:before {
    font-size: min(14px, 3.2vw);
  }
}
.service_item h3 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service_item h3 {
    line-height: 1.45 !important;
    font-size: min(17px, 4.5vw) !important;
    margin: 0.5em 0 !important;
  }
}
.service_item p {
  line-height: 1.8;
}

.greeting {
  background: url(../images/subpage/about_greeting_bg.webp) no-repeat top/cover;
}
.greeting_TxtWrap p {
  padding-bottom: 1.3em;
}
@media screen and (max-width: 768px) {
  .greeting_TxtWrap p {
    padding-bottom: 1em;
  }
}
.greeting_name {
  text-align: right;
}
.greeting_name p {
  display: inline-block;
  text-align: left;
  font-size: clamp(20px, 1.3vw, 25px);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .greeting_name p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .greeting_name p {
    font-size: min(18px, 4.8vw);
  }
}
@media screen and (max-width: 768px) {
  .greeting_name p {
    line-height: 1.5;
  }
}
.greeting_name span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  display: block;
  line-height: 1.5;
  color: #be95a7;
}
@media screen and (max-width: 768px) {
  .greeting_name span {
    font-size: 70%;
  }
}

.ClinicIntro.-direct {
  background: #fcf6fa;
}
.ClinicIntro.-partner {
  background: #fff;
}
.ClinicIntro .AlignItems + .table.-ClinicInfo {
  margin-top: 5.5%;
}
@media screen and (max-width: 768px) {
  .ClinicIntro .AlignItems + .table.-ClinicInfo {
    margin-top: 14%;
  }
}

.page404 p {
  text-align: center;
}

.thanks + footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .thanks + footer {
    position: static;
  }
}

.PrivacyPolicy dl {
  padding-bottom: 4.5%;
}
@media screen and (max-width: 768px) {
  .PrivacyPolicy dl {
    padding-bottom: 9%;
  }
}
.PrivacyPolicy dl:last-child {
  padding-bottom: 0;
}
.PrivacyPolicy dl dt:before, .PrivacyPolicy dl dt:after {
  content: none !important;
}
@media screen and (max-width: 768px) {
  .PrivacyPolicy dl dt {
    margin-bottom: 0.3em !important;
    line-height: 1.5;
  }
}
.PrivacyPolicy dl dd .btn {
  margin-top: 2%;
}
.PrivacyPolicy_address {
  color: #be95a7;
  line-height: 1.5;
  padding: 1.3em 0 0;
}/*# sourceMappingURL=style.css.map */