@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* reset.css */
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  scroll-behavior: smooth;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  margin: 0;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* img */
/* ============================================ */
img {
  max-width: 100%;
  height: auto;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address,
em {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* base */
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  font-weight: normal;
}

.ja {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}

.en {
  font-family: "Cormorant Infant", serif;
  font-weight: normal;
}

body {
  color: #2D3A40;
}

@media screen and (min-width: 960px) {
  .tb_only {
    display: none !important;
  }
  .sp_only {
    display: none !important;
  }
  .sp_tb {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .tb_only {
    display: none !important;
  }
  .tb_pc {
    display: none !important;
  }
}
html {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3.8647342995vw;
  }
}

body {
  letter-spacing: 0.04em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.7;
  }
}

p, small, li, a, dd {
  font-size: clamp(0.875rem, 9375vw, 1rem);
}

input, label, select, option, textarea {
  font-size: 1rem;
  line-height: 1.8;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  background-repeat: no-repeat;
}

table {
  width: 100%;
}
table th, table td {
  text-align: left;
  vertical-align: middle;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

.com_txt_link {
  text-decoration: underline;
}

body {
  overflow-x: hidden;
}

* {
  min-height: 0vw;
}

.inner {
  max-width: 1330px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* MV*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-top .mv {
  background-image: url(../images/bg_mv.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 0;
}
.p-top .mv__catch {
  position: absolute;
  width: 80%;
  max-width: 41.125rem;
  left: 4.5333333333vw;
  top: 15%;
}
.p-top .mv::before {
  content: "";
  width: auto;
  height: auto;
  display: block;
  background: url(../images/mv_people.png) no-repeat center/contain;
  width: clamp(31.25rem, 36.5333333333vw, 43.75rem);
  aspect-ratio: 548/500;
  position: absolute;
  top: 60%;
  left: 0.6666666667vw;
}

@media screen and (max-width: 767px) {
  .p-top .mv {
    background-image: url(../images/bg_mv_sp.jpg);
    background-position: bottom;
  }
  .p-top .mv__catch {
    width: 90%;
  }
  .p-top .mv::before {
    content: "";
    width: auto;
    height: auto;
    display: block;
    background: url(../images/mv_people_sp.png) no-repeat center/contain;
    width: 60%;
    aspect-ratio: 260/193;
    top: auto;
    bottom: -2.5rem;
    right: 2.4154589372vw;
    left: auto;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* 内覧会*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-top .nairankai {
  text-align: center;
  margin-top: min(19%,10rem);
}
.p-top .nairankai__txt {
  margin-top: min(6%,2rem);
}
.p-top .nairankai__insta {
  margin-top: min(6%,3.5rem);
}
.p-top .nairankai__fukifdashi {
  font-size: 1.25rem;
  display: inline-block;
  padding: 0.8em;
  background-color: #F7F6EF;
  border-radius: 3.125rem;
  max-width: 52.5rem;
  width: 92%;
  position: relative;
}
.p-top .nairankai__fukifdashi::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1em;
  border: 1em solid transparent;
  border-top: 1em solid #F7F6EF;
}
.p-top .nairankai__link-wrap {
  margin-top: min(6%,1.5rem);
}

@media screen and (max-width: 767px) {
  .p-top .nairankai__fukifdashi {
    font-size: 93.75%;
    padding: 0.8em 1.2em;
    border-radius: 0.75rem;
  }
  .p-top .nairankai__link-wrap {
    width: 90%;
    margin-inline: auto;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* スタッフ募集*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-top .staff {
  margin-top: min(10%, 7.5rem);
  background: -webkit-gradient(linear, left top, right top, color-stop(95%, #FCF0E3), color-stop(15%, #fff));
  background: linear-gradient(90deg, #FCF0E3 95%, #fff 15%);
  padding: 3rem 0 3rem 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.2%;
}
.p-top .staff__cont {
  width: 49%;
}
.p-top .staff__ttl .s-txt {
  font-size: clamp(1.125rem, 1.5333333333vw, 1.4375rem);
}
.p-top .staff__ttl .l-txt {
  font-size: clamp(1.5rem, 2.7333333333vw, 2.5625rem);
}
.p-top .staff__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3%;
  margin-top: 0.75rem;
}
.p-top .staff__list-item {
  font-size: clamp(0.8rem, 1.2vw, 1.125rem);
  color: #fff;
  background-color: #EFB471;
  padding: 0.2em 1.5em;
  border-radius: 3.125rem;
}
.p-top .staff__txt {
  margin-top: 2rem;
}
.p-top .staff__link-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  background-color: #fff;
  padding: 2rem 4%;
  -webkit-box-shadow: 7px 7px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 7px 7px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.p-top .staff__link-wrap .ttl {
  font-size: 1.125rem;
}
.p-top .staff__img {
  position: absolute;
  left: 4%;
  bottom: 100%;
  width: 80%;
  max-width: 21.25rem;
}
.p-top .staff__tel .tel-number {
  font-size: clamp(1.25rem, 3.0666666667vw, 2.875rem);
  padding-left: 1em;
  position: relative;
}
.p-top .staff__tel .tel-number::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: block;
  background: url(../images/icon_tel.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.p-top .staff__link-recruit {
  font-size: clamp(.8rem, 1.3333333333vw, 1.25rem);
  color: #fff;
  margin-top: 0.5rem;
  padding: 0.6em;
  background-color: #EFB471;
}
.p-top .staff__link-recruit a::after {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background: url(../images/ar_right.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: -1px;
}

@media screen and (max-width: 767px) {
  .p-top .staff {
    background: #FCF0E3;
    padding: 7.729468599% 5.7971014493%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25.1207729469vw;
  }
  .p-top .staff__cont {
    width: 100%;
  }
  .p-top .staff__ttl {
    text-align: center;
  }
  .p-top .staff__list-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3.8647342995%;
  }
  .p-top .staff__list-item {
    font-size: 93.75%;
    padding: 0.3em 1em;
  }
  .p-top .staff__txt {
    margin-top: 5.7971014493%;
  }
  .p-top .staff__link-wrap {
    width: 100%;
    padding: 7.729468599% 5.7971014493%;
  }
  .p-top .staff__link-wrap .ttl {
    font-size: 112.5%;
  }
  .p-top .staff__img {
    width: 60%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-top .staff__tel .tel-number {
    font-size: 162.5%;
  }
  .p-top .staff__link-recruit {
    margin-top: 1.9323671498%;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* クリニックの方針*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-top .concept {
  margin-top: min(15%, 8.75rem);
  padding: min(10%,10rem) 0 min(12%,12.5rem) 0;
  background-image: linear-gradient(238deg, rgba(34, 211, 238, 0.2), rgba(210, 228, 85, 0.2));
  position: relative;
  z-index: 0;
}
.p-top .concept::before {
  content: "";
  width: 100%;
  height: auto;
  display: block;
  background: url(../images/bg_txt_concept.svg) no-repeat center/contain;
  aspect-ratio: 1500/212;
  position: absolute;
  top: 8%;
  z-index: -1;
}
.p-top .concept::after {
  content: "";
  width: 100%;
  height: auto;
  display: block;
  background: url(../images/bg_wave.svg) no-repeat center/contain;
  aspect-ratio: 1500/64;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.p-top .concept__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.6666666667%;
}
.p-top .concept__cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10.6666666667%;
}
.p-top .concept__cont .ttl {
  font-size: 125%;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 0.5rem;
}
.p-top .concept__cont .l-txt {
  font-size: clamp(2rem, 2.7333333333vw, 2.5625rem);
  line-height: 1.6;
  margin-top: 1.5rem;
}
.p-top .concept__cont .s-txt {
  font-size: clamp(0.875rem, 1.0666666667vw, 1rem);
  line-height: 2;
  margin-top: 1.5rem;
}
.p-top .concept__img {
  width: 41.6666666667%;
  min-width: 20rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .p-top .concept__cont {
    margin-left: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .concept {
    padding: 15.4589371981% 0;
  }
  .p-top .concept::before {
    top: 5.7971014493%;
  }
  .p-top .concept__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.6618357488vw;
  }
  .p-top .concept__cont {
    margin-left: 0;
  }
  .p-top .concept__cont .l-txt {
    margin-top: 5.7971014493%;
  }
  .p-top .concept__cont .s-txt {
    margin-top: 5.7971014493%;
  }
  .p-top .concept__img {
    width: 80%;
    min-width: auto;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* 3つの特徴*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-top .feature {
  margin-top: min(10%,7.5rem);
}
.p-top .feature__ttl {
  text-align: center;
}
.p-top .feature__list-wrap {
  margin-top: min(8%,3rem);
}
.p-top .feature__list-item {
  padding: 4.5rem 4.2666666667%;
  margin-top: min(4%,1.5rem);
}
.p-top .feature__list-item:first-of-type {
  margin-top: 0;
}
.p-top .feature__list-item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.7333333333%;
}
.p-top .feature__list-item .img-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-top .feature__list-item .img-wrap img {
  border-radius: 0.625rem;
}
.p-top .feature__list-item .cont-wrap {
  width: 50%;
  position: relative;
}
.p-top .feature__list-item .cont-wrap .ttl {
  font-size: clamp(1.4375rem, 2.1333333333vw, 2rem);
}
.p-top .feature__list-item .cont-wrap .txt {
  margin-top: min(5%,1rem);
}
.p-top .feature__list-item .cont-wrap .number {
  font-size: clamp(7.5rem, 10.6666666667vw, 10rem);
  line-height: 1;
  color: rgba(108, 159, 223, 0.14);
  position: absolute;
  top: -12%;
  right: 4%;
}
.p-top .feature__list-item.--order .img-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-top .feature__list-item.--order .cont-wrap {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.p-top .feature__list-item.--blue {
  background-color: #E2EFF7;
}
.p-top .feature__list-item.--green {
  background-color: #EFF7EF;
}
.p-top .feature__list-item.--green .number {
  color: rgba(124, 184, 124, 0.14);
}
.p-top .feature__list-item.--orange {
  background-color: #FCF0E3;
}
.p-top .feature__list-item.--orange .number {
  color: rgba(176, 166, 96, 0.14);
}

@media screen and (max-width: 959px) {
  .p-top .feature__list-item {
    padding:6%;
  }
  .p-top .feature__list-item .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
  .p-top .feature__list-item .cont-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .p-top .feature__list-item .cont-wrap .ttl {
    text-align: center;
  }
  .p-top .feature__list-item .cont-wrap .number {
    top: 3%;
  }
  .p-top .feature__list-item .img-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* 院内環境*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-top .clinic {
  background-color: #E2EFF7;
  margin-top: min(10%,7.5rem);
  padding: min(12%,9.375rem) 0 min(15%,13.75rem) 0;
  position: relative;
}
.p-top .clinic::after {
  content: "";
  width: 100%;
  height: auto;
  display: block;
  background: url(../images/bg_circle.svg) no-repeat center/contain;
  aspect-ratio: 1500/102;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.p-top .clinic__ttl {
  font-size: 2.5625rem;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-top .clinic__ttl::after {
  content: "";
  width: 60%;
  height: auto;
  display: block;
  background: url(../images/txt_clinic.svg) no-repeat center/contain;
  aspect-ratio: 741/143;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.p-top .clinic__txt {
  margin-top: 2rem;
  margin-inline: auto;
  max-width: 56.25rem;
}
.p-top .clinic__list-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 3rem 4%;
  margin-top: min(7%,4rem);
}
.p-top .clinic__list-item {
  text-align: center;
}
.p-top .clinic__list-item .s-txt {
  color: #014090;
  font-size: 1.125rem;
  margin-top: 1rem;
}
.p-top .clinic__list-item .l-txt {
  font-size: clamp(1.2rem, 2vw, 1.4375rem);
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .p-top .clinic__list-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-top .clinic {
    margin-top: 15.4589371981%;
    padding: 15.4589371981% 0 19.3236714976% 0;
  }
  .p-top .clinic__ttl {
    font-size: 200%;
  }
  .p-top .clinic__ttl::after {
    width: 90%;
  }
  .p-top .clinic__txt {
    margin-top: 7.729468599%;
  }
  .p-top .clinic__list-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em 5.7971014493vw;
  }
  .p-top .clinic__list-item .s-txt {
    font-size: 87.5%;
    margin-top: 2.8985507246%;
  }
  .p-top .clinic__list-item .l-txt {
    font-size: 106.25%;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* 医師紹介*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-top .doctor {
  margin-top: 2.5rem;
}
.p-top .doctor__ttl {
  text-align: center;
}
.p-top .doctor__ttl .ja {
  font-size: 1.625rem;
  margin-top: 1.5rem;
}
.p-top .doctor__message-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.2666666667%;
  margin-top: min(7%,4rem);
}
.p-top .doctor__message-img {
  width: 40%;
  min-width: 15rem;
  text-align: center;
}
.p-top .doctor__message-img img {
  display: block;
  margin-inline: auto;
  margin-bottom: 1rem;
}
.p-top .doctor__message-img .s-txt {
  font-size: 1.4375rem;
  margin-right: 0.5em;
}
.p-top .doctor__message-img .l-txt {
  font-size: 1.625rem;
}
.p-top .doctor__message-cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-top .doctor__message-cont .ttl {
  font-size: 2rem;
}
.p-top .doctor__message-cont .txt {
  margin-top: 1.5rem;
}
.p-top .doctor__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F7F6EF;
  margin-top: 3rem;
  padding: 2.5rem 4.2666666667%;
}
.p-top .doctor__info-item {
  width: 47%;
}
.p-top .doctor__info-item .ttl {
  font-size: 1.25rem;
}
.p-top .doctor__info-item .list-wrap {
  margin-top: 1rem;
}
.p-top .doctor__info-item .list-item {
  position: relative;
  padding-left: 1.3em;
}
.p-top .doctor__info-item .list-item::before {
  position: absolute;
  content: "";
  width: 0.7em;
  height: 0.7em;
  left: 0;
  margin-top: 0.6em;
  background-color: #6C9FDF;
  border-radius: 50%;
}

.p-top .doctor__info-item.--column3{
  width: 100%;
}
.p-top .doctor__info-item.--column3 .list-wrap{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}


@media screen and (max-width: 767px) {
  .p-top .doctor {
    margin-top: 15.4589371981%;
  }
  .p-top .doctor__ttl .en {
    width: 80%;
    margin-inline: auto;
  }
  .p-top .doctor__ttl .ja {
    font-size: 112.5%;
    margin-top: 3.8647342995%;
  }
  .p-top .doctor__message-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.6618357488vw;
  }
  .p-top .doctor__message-img {
    min-width: 15rem;
    margin-inline: auto;
  }
  .p-top .doctor__message-img img {
    width: 80%;
    margin-bottom: 1.6%;
  }
  .p-top .doctor__message-img .s-txt {
    font-size: 143.75%;
  }
  .p-top .doctor__message-img .l-txt {
    font-size: 162.5%;
  }
  .p-top .doctor__message-cont .ttl {
    font-size: 175%;
    text-align: center;
  }
  .p-top .doctor__message-cont .txt {
    margin-top: 5.7971014493%;
  }
  .p-top .doctor__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.729468599vw;
    margin-top: 9.6618357488%;
    padding: 9.6618357488% 7.729468599%;
  }
  .p-top .doctor__info-item {
    width: 100%;
  }
  .p-top .doctor__info-item .ttl {
    font-size: 125%;
  }
  .p-top .doctor__info-item .list-wrap {
    margin-top: 3.8647342995%;
  }
  .p-top .doctor__info-item.--column3 .list-wrap{
    grid-template-columns: 1fr;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* 医院情報*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-top .info {
  background-color: #E2EFF7;
  margin-top: min(10%,7.5rem);
  padding: min(10%,7.5rem) 0;
}
.p-top .info__intro {
  text-align: center;
}
.p-top .info__intro .ttl .en {
  color: #014090;
  font-size: 1.25rem;
}
.p-top .info__intro .ttl .ja {
  font-size: 2.5625rem;
}
.p-top .info__intro .ttl .address {
  margin-top: 1rem;
}
.p-top .info__cont {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.2666666667%;
}
.p-top .info__cont .detail-wrap {
  width: 45%;
}
.p-top .info__cont .tel-wrap .ja {
  font-size: 1.4375rem;
}
.p-top .info__cont .tel-wrap .ready {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top .info__cont .tel-wrap .number {
  font-size: clamp(2rem, 3.4666666667vw, 3.25rem);
  padding-left: 1em;
  position: relative;
}
.p-top .info__cont .tel-wrap .number::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: block;
  background: url(../images/icon_tel.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.p-top .info__cont .kind-wrap {
  margin-top: 2rem;
}
.p-top .info__cont .kind-wrap .ttl {
  background-color: #fff;
  border-radius: 50px;
  padding: 0.3em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top .info__cont .kind-wrap .txt {
  margin-top: 0.5rem;
}
.p-top .info__cont .table-wrap {
  width: 55%;
}
.p-top .info__cont .table-wrap .note {
  margin-top: 0.5rem;
}
.p-top .info__cont .table-wrap .triangle {
  color: #EFB471;
  margin-left: 1em;
}
.p-top .info__access {
  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: 2.6666666667%;
  margin-top: 4rem;
}
.p-top .info__access .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;
  gap: 1.0666666667vw;
  font-size: 1.125rem;
}
.p-top .info__insta {
  text-align: center;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .p-top .info__intro .ttl .en {
    font-size: 112.5%;
  }
  .p-top .info__intro .ttl .ja {
    font-size: 175%;
  }
  .p-top .info__intro .address {
    font-size: 87.5%;
    margin-top: 1.9323671498%;
  }
  .p-top .info__cont {
    margin-top: 7.729468599%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.729468599vw;
  }
  .p-top .info__cont .detail-wrap {
    width: 100%;
  }
  .p-top .info__cont .tel-wrap .ja {
    font-size: 112.5%;
  }
  .p-top .info__cont .tel-wrap .number {
    font-size: 250%;
  }
  .p-top .info__cont .kind-wrap {
    margin-top: 3.8647342995%;
  }
  .p-top .info__cont .kind-wrap .ttl {
    font-size: 87.5%;
  }
  .p-top .info__cont .kind-wrap .txt {
    margin-top: 1.9323671498%;
    font-size: 87.5%;
  }
  .p-top .info__cont .table-wrap {
    width: 100%;
  }
  .p-top .info__cont .table-wrap .note {
    margin-top: 1.9323671498%;
  }
  .p-top .info__access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.8647342995vw;
    margin-top: 9.6618357488%;
  }
  .p-top .info__access .item {
    gap: 4%;
    font-size: 112.5%;
    width: 80%;
  }
  .p-top .info__access .item img {
    width: 30%;
  }
  .p-top .info__insta {
    margin-top: 9.6618357488%;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* header */
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2%;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 1.6% 2.1333333333%;
  z-index: 1;
}
.site-header__ttl .ja {
  font-size: clamp(.9rem, 2.2vw, 2.25rem);
  letter-spacing: 0.08em;
}
.site-header__ttl .en {
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  color: #014090;
}
.site-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.6666666667%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.site-header__tel-wrap .ja {
  font-size: clamp(0.9375rem, 1.3333333333vw, 1.25rem);
}
.site-header__tel-wrap .tel-number {
  font-size: clamp(1.25rem, 3.0666666667vw, 2.875rem);
  line-height: 1.2;
  padding-left: 1em;
  position: relative;
}
.site-header__tel-wrap .tel-number::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: block;
  background: url(../images/icon_tel.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.site-header__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header__list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 0.0625rem solid #fff;
}
.site-header__list-item .link {
  font-size: clamp(0.8rem, 1.0666666667vw, 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  padding: 1em;
  white-space: nowrap;
}
.site-header__list-item.--tel .link::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  background: url(../images/icon_tel_sp.svg) no-repeat center/contain;
}
.site-header__list-item.--info {
  border-left: 0.0625rem solid #fff;
}
.site-header__list-item.--info .link::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  background: url(../images/icon_info.svg) no-repeat center/contain;
}
.site-header__list-item.--recruit .link::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  background: url(../images/icon_recruit.svg) no-repeat center/contain;
}
.site-header__list-item.--blog .link::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  background: url(../images/icon_blog.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .site-header {
    padding: 3.8647342995%;
  }
  .site-header__ttl .ja {
    font-size: 162.5%;
  }
  .site-header__ttl .en {
    font-size: 100%;
  }
  .site-header__nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
  }
  .site-header__list-wrap {
    width: 100%;
  }
  .site-header__list-item {
    border-right: 0.0625rem solid #ccc;
  }
  .site-header__list-item .link {
    font-size: 87.5%;
  }
  .site-header__list-item:last-of-type {
    border: none;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* 準備中*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.ready {
  position: relative;
}
.ready::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url() no-repeat center/contain;
  content: "準備中";
  color: #fff;
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  font-family: "Noto Serif JP", serif;
  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: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #2D3A40;
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  .ready::after {
    font-size: 87.5%;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* footer */
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.site-footer {
  position: relative;
}
.site-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer__map {
  width: 80%;
  aspect-ratio: 1200/580;
}
.site-footer__map iframe {
  width: 100%;
  height: 100%;
}
.site-footer__list-wrap {
  width: 20%;
}
.site-footer__list-item {
  color: #fff;
  height: 33.3333333333%;
  background-position: center top 32%;
  background-size: 20%;
}
.site-footer__list-item .link {
  font-size: clamp(0.875rem, 1.3333333333vw, 1.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 1em 10% 1em;
  height: 100%;
}
.site-footer__list-item.--map {
  background-color: #71C3EF;
  background-image: url(../images/icon_info_footer.svg);
}
.site-footer__list-item.--recruit {
  background-color: #6C9FDF;
  background-image: url(../images/icon_recruit_footer.svg);
}
.site-footer__list-item.--blog {
  background-color: #EFB471;
  background-image: url(../images/icon_blog_footer.svg);
}
.site-footer__copyright {
  text-align: center;
  font-size: 1.125rem;
  padding: min(4%,3.5rem) 0;
}
.site-footer .btn-page-top {
  position: absolute;
  right: 2%;
  bottom: 4%;
}

@media screen and (max-width: 767px) {
  .site-footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer__map {
    width: 100%;
    aspect-ratio: 414 / 350;
  }
  .site-footer__list-wrap {
    width: 100%;
  }
  .site-footer__list-item {
    height: auto;
    background-size: 1.5em;
    background-position: left 8em center;
  }
  .site-footer__list-item .link {
    font-size: 87.5%;
    padding: 1em 1em 1em 2.5em;
  }
  .site-footer__list-item.--recruit {
    display: none;
  }
  .site-footer__list-item.--blog {
    display: none;
  }
  .site-footer__copyright {
    font-size: 81.25%;
    padding: 5.7971014493% 0 25.1207729469% 0;
  }
  .site-footer .btn-page-top {
    bottom: 17%;
    width: 13%;
  }
}/*# sourceMappingURL=styles.css.map */