@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea,
figure {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  list-style: none;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  overflow: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media (max-width: 319px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  html {
    font-size: calc(2.6666666667vw + 0rem);
  }
}
@media (min-width: 750.1px) {
  html {
    font-size: 14px;
  }
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #9f774b;
  text-decoration: underline;
  outline: none;
  transition: all 0.4s ease;
}
a:hover {
  color: #9f774b;
}

.header {
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
}
.header.is-blur {
  transition: all 0.4s;
}
.header p, .header ul {
  margin-bottom: 0;
}
.header-h1 {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0.2rem;
  width: 100%;
  background-color: #000;
  font-weight: normal;
  font-size: 0.8rem;
  text-align: center;
  color: #999;
}
.header-inner {
  transition: all 0.4s;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.5rem 1.5rem 0;
  box-sizing: border-box;
  width: 100%;
}
.header-inner.no-top {
  padding-top: 0.35rem;
}
.header-logo {
  margin: 0.45rem 0 0 0;
  width: 17rem;
  line-height: 1;
}
.header-tel-lead {
  display: none;
}
.header-tel-item {
  width: 3.8rem;
  height: 3.8rem;
}
.header-tel-item a {
  display: block;
}
.header-tel-item img {
  width: 100%;
  height: 100%;
}
.header-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 16rem;
}
.header-link img {
  width: 100%;
}
.header-link-list {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-link-item {
  width: 3.8rem;
  height: 3.8rem;
}
.header-link-item a {
  display: block;
}
.header-link-item img {
  width: 100%;
  height: 100%;
}
.header .is-cn,
.header .is-mail,
.header .is-osaka {
  display: none;
}

@media (min-width: 750px) {
  body {
    position: relative;
  }
  body::before {
    content: "";
    display: block;
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;
    width: 100%;
    height: 116px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
  }
  .header {
    padding: 0;
    z-index: 2222;
  }
  .header::before {
    content: "";
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 18px;
    background-color: #000;
  }
  .header-h1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 9999999;
    padding: 0;
    margin: 0 0 0 -550px;
    width: 1100px;
    background-color: transparent;
    height: 18px;
    font-size: 10px;
  }
  .header-inner {
    position: relative;
    margin: 12px auto 0;
    padding: 0;
    width: 1100px;
    height: 68px;
  }
  .header-logo {
    margin-top: 2px;
    width: 258px;
    height: 36px;
  }
  .header-logo img {
    width: 100%;
  }
  .header-tel {
    order: -1;
    width: 365px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header-tel-lead, .header-tel-list {
    height: 38px;
  }
  .header-tel-lead {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 178px;
    background-color: #fff;
  }
  .header-tel-lead-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
    height: 22px;
    background-color: #909090;
    line-height: 1;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
  }
  .header-tel-lead-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 16px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 10px;
  }
  .header-tel-wrap {
    position: relative;
  }
  .header-tel-clinic {
    display: flex;
    justify-content: space-between;
    width: 178px;
  }
  .header-tel-clinic-item {
    width: calc((100% - 3px) / 4);
    padding: 4px 0 2px;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    background: #fff;
    transition: 0.2s all;
  }
  .header-tel-clinic-item.is-active {
    color: #fff;
    background: #666;
  }
  .header-tel-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 1px 0 0;
    width: 170px;
  }
  .header-tel-item {
    padding: 5px 0 0;
    width: 170px;
    height: auto;
    position: absolute;
    left: 4px;
    opacity: 0;
    transition: 0.2s all;
  }
  .header-tel-item.is-show {
    opacity: 1;
  }
  .header-link {
    width: 720px;
    height: 40px;
  }
  .header-link-list {
    margin: 0 0 0 6px;
    width: 258px;
    height: 38px;
  }
  .header-link-item {
    width: 127px;
    height: 38px;
  }
  .header-link-item a:hover {
    opacity: 0.8;
  }
  .header .is-cn,
  .header .is-mail {
    display: block;
  }
  .header .is-cn,
  .header .is-line {
    width: 38px;
  }
  .header .is-menu {
    display: none;
  }
  .header .is-osaka {
    display: block;
  }
}
.gnav {
  display: block;
  padding: 1.45rem 1rem 2.5rem;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.7);
  visibility: hidden;
  transition: all 0.2s;
  backdrop-filter: blur(3px);
  color: #fff;
}
.gnav.is-open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  overflow: scroll;
}
.gnav-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gnav-logo {
  width: 17rem;
}
.gnav-list {
  padding-top: 2rem;
  margin: 0 auto 1rem;
  width: 28.5rem;
}
.gnav-item {
  border-bottom: 1px solid #666;
}
.gnav-item a {
  display: block;
  padding: 1.5rem 0;
  background: url(/theme/img/arrow_right_bold.svg) no-repeat 97% center;
  background-size: 0.7rem auto;
  text-decoration: none;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  color: #333;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gnav-item:last-child {
  border-bottom: 1px solid #666;
}
.gnav-item-icon {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin: 0;
  padding: 0 0.6rem;
  width: 2.4rem;
  height: 4.9rem;
  transition: all 0.2s ease;
}
.gnav-item .gnav-item-title {
  display: block;
  padding-right: 10%;
  padding-left: 10%;
  width: 100%;
  background-image: none;
  border-bottom: 1px solid #666;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gnav .is-slide {
  border-bottom: 0;
  position: relative;
}
.gnav .is-open {
  transform: rotateZ(-180deg);
}
.gnav-child {
  display: none;
  border: 0;
  width: 100%;
  border-bottom: 1px solid #666;
}
.gnav-child-list {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.gnav-child-item a {
  padding: 1rem 2rem 1rem 1rem;
  width: 100%;
  background: url(/theme/img/arrow_right.svg) no-repeat 96.5% center;
  background-size: 0.6rem auto;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.25;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.gnav-child .is-link-item-img {
  display: none;
}
.gnav-contact {
  display: flex;
  margin: 4rem auto 0;
  width: 34.5rem;
  background-color: #333;
}
.gnav-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0 0;
  width: 100%;
  height: 6rem;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}
.gnav-contact-item {
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
}
.gnav-contact .is-line {
  width: 6rem;
  background-color: #21b903;
  background-image: url(/theme/img/icon_line.svg);
  background-position: top 1.4rem center;
}
.gnav-contact .is-tel {
  width: 7.5rem;
  background-color: #b7738a;
  background-image: url(/theme/img/icon_tel.svg);
  background-size: 1.5rem auto;
  background-position: top 1.3rem center;
}
.gnav-contact .is-mail {
  width: 9rem;
  background-color: #9aa5a7;
  background-image: url(/theme/img/icon_mail.svg);
  background-position: top 1.5rem center;
}
.gnav-contact .is-counseling {
  flex: 1;
  background-color: #8d9da0;
  background-image: url(/theme/img/icon_counseling.svg);
  background-position: top 1.15rem center;
}
.gnav .close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 3.5rem auto 0;
  width: 22rem;
  height: 5rem;
  border: 1px solid #666;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  color: #333;
}

@media (min-width: 750px) {
  .gnav {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 9500;
    top: 68px;
    opacity: 1;
    padding: 0;
    height: 48px;
    background: none;
    backdrop-filter: blur(0px);
  }
  .gnav-header, .gnav-logo {
    display: none;
  }
  .gnav-logo {
    width: 17rem;
  }
  .gnav .is-slide {
    position: static;
  }
  .gnav-list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 13px 0 0;
    width: 1100px;
    position: relative;
  }
  .gnav-list a,
  .gnav-list span {
    border-bottom: 0;
  }
  .gnav-item {
    transition: all 0.4s ease;
    width: 122px;
    height: 26px;
    border-right: 1px solid #eee;
    border-bottom: 0;
  }
  .gnav-item:first-child {
    border-left: 1px solid #eee;
  }
  .gnav-item-icon {
    display: none;
  }
  .gnav-item a,
  .gnav-item .gnav-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    padding: 0;
    width: 100%;
    height: 100%;
    background: none;
    border-bottom: 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #666;
    font-size: 13px;
    font-weight: bold;
  }
  .gnav-item a:hover,
  .gnav-item .gnav-item-title:hover {
    opacity: 0.5;
  }
  .gnav-item.is-about a {
    position: static;
  }
  .gnav-item.is-worry {
    width: 145px;
  }
  .gnav-item.is-case {
    width: 100px;
  }
  .gnav-child {
    position: absolute;
    top: 38px;
    right: 0;
    padding: 15px 0 0;
    border-bottom: none;
  }
  .gnav-child-list {
    padding: 25px 60px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .gnav-child-item {
    margin: 20px 0 0 0;
    width: 25%;
  }
  .gnav-child-item.is-mt.is-mt {
    margin-top: 0;
  }
  .gnav-child-item a {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 0 30px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 1.25;
    color: #666;
    font-weight: normal;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-image: url(/theme/img/arrow_long_darkgray.svg);
    background-repeat: no-repeat;
    background-position: bottom 4px left;
    background-size: 20px auto;
  }
  .gnav-child-item a:hover {
    background-position: bottom 4px left 4px;
    opacity: 1;
  }
  .gnav-child-item.is-link-item {
    margin: 15px 0 0 20px;
    width: calc((100% - 40px) / 3);
  }
  .gnav-child-item.is-link-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .gnav-child-item .is-link-item-a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    text-decoration: none;
    background-image: url(/theme/img/arrow_long_gray.svg);
    background-color: #f5f5f5;
    transition: 0.2s all all;
    background-repeat: no-repeat;
    background-position: right 10px bottom 5px;
    background-size: 30px auto;
    color: #666;
  }
  .gnav-child-item .is-link-item-a:hover {
    background-color: #fff;
    background-position: right 7px bottom 5px;
    opacity: 1;
  }
  .gnav-child-item .is-link-item-a::before {
    content: "";
    display: block;
    margin-right: 11px;
    width: 85px;
    height: 85px;
    background-image: url(/theme/img/thum_lipo.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 85px auto;
  }
  .gnav-child-item .is-link-item-a.is-agingcare::before {
    background-image: url(/theme/img/thum_agingcare.jpg);
  }
  .gnav-child-item .is-link-item-a.is-bust::before {
    background-image: url(/theme/img/thum_bustup.jpg);
  }
  .gnav-child-item .is-link-item-a.is-worry-body::before {
    background-image: url(/theme/img/thum_worry_body.jpg);
  }
  .gnav-child-item .is-link-item-a.is-worry-bust::before {
    background-image: url(/theme/img/thum_worry_bust.jpg);
  }
  .gnav-child-item .is-link-item-a.is-worry-agingcare::before {
    background-image: url(/theme/img/thum_worry_agingcare.jpg);
  }
  .gnav-child-item .is-link-item-a.is-worry-skin::before {
    background-image: url(/theme/img/thum_worry_skin.jpg);
  }
  .gnav-child-item .is-link-item-title {
    flex: 1;
    margin: 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
  }
  .gnav-contact,
  .gnav .close-menu {
    display: none;
  }
}
.header-menu-btn {
  box-sizing: border-box;
  width: 3rem;
  height: 3rem;
  padding: 0.8rem 0.3rem 0;
  position: relative;
}
.header-menu-btn-parts {
  margin-bottom: 0.8rem;
  width: 100%;
  height: 0.2rem;
  background-color: #000;
  transition: transform 0.3s;
}
.header-menu-btn-parts:last-child {
  margin-bottom: 0;
}
.header-menu-btn-parts.active {
  position: absolute;
  width: 2.7rem;
}
.header-menu-btn.is-active {
  padding: 0;
  margin-right: 0.3rem;
}
.header-menu-btn.is-active .header-menu-btn-parts {
  position: absolute;
  margin: 0;
  width: 3rem;
}
.header-menu-btn.is-active .menu__line--top {
  top: 1.1rem;
  transform: rotate(45deg);
}
.header-menu-btn.is-active .menu__line--center {
  opacity: 0;
  transform: scaleX(0);
}
.header-menu-btn.is-active .menu__line--bottom {
  bottom: 1.7rem;
  transform: rotate(135deg);
}

.footer {
  margin: 3rem 0 0;
  background-color: #313131;
  border-top: 10px solid #c7b27c;
  color: #fff;
}
.footer-top {
  padding: 3.5rem 0 0;
}
.footer-top-logo {
  margin: 0 auto;
  width: 22.4rem;
}
.footer-top-lead {
  margin: 1.75rem 0;
  text-align: center;
  font-size: 1.2rem;
}
.footer-top-text {
  margin: 0;
  padding: 0 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
}
.footer-supervision {
  margin: 2.5rem 0 2rem;
  padding: 0 1.5rem;
}
.footer-supervision-title {
  font-size: 1.2rem;
  line-height: 1;
  color: #c7b27c;
  text-align: center;
}
.footer-supervision-title::before {
  content: "";
  display: inline-block;
  margin-right: 0.4rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #c7b27c;
  vertical-align: middle;
}
.footer-supervision-title:nth-of-type(2) {
  margin: 2rem 0 0;
}
.footer-supervision-text {
  margin-top: 0.7rem;
  font-size: 1rem;
  font-weight: light;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.footer-link-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 1.2rem 0;
}
.footer-link-item {
  width: 50%;
}
.footer-link-item a {
  display: block;
  padding: 1.2rem 0.65rem 1.2rem 4.5rem;
  background: url(/theme/img/arrow_long_gold.svg) no-repeat left 2.25rem center;
  background-size: 1.53rem auto;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.footer-link-sub-list {
  display: none;
}
.footer-clinic {
  padding: 2.6rem 0 0;
  background-color: #1c1c24;
}
.footer-clinic-title {
  margin: 0 0 1.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #c7b27c;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer-clinic-title span {
  font-size: 1.4rem;
}
.footer-clinic-title span span {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
}
.footer-clinic-list {
  margin: 2.5rem 0 0;
  padding: 0 2rem;
}
.footer-clinic-item {
  margin: 1.5rem 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footer-clinic-item:first-child {
  margin-top: 0;
}
.footer-clinic-item::before {
  content: "";
  display: block;
  width: 8rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.footer-clinic-item.is-tokyo::before {
  background-image: url(/theme/img/tokyo_pic.jpg);
}
.footer-clinic-item.is-osaka::before {
  background-image: url(/theme/img/osaka_pic.jpg);
}
.footer-clinic-item.is-nagoya::before {
  background-image: url(/theme/img/nagoya_pic.jpg);
}
.footer-clinic-item.is-fukuoka::before {
  background-image: url(/theme/img/fukuoka_pic.jpg);
}
.footer-clinic-box {
  position: relative;
  margin: 0;
  padding: 0.2rem 0 0 1.5rem;
  flex: 1;
}
.footer-clinic-box-title {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.footer-clinic-box-title a {
  color: #fff;
  text-decoration: none;
}
.footer-clinic-box-title a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-clinic-box-text {
  line-height: 1.5;
  font-size: 1rem;
}
.footer-sns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3.5rem 0 4.5rem;
  margin: 0;
  background-color: #1c1c24;
}
.footer-sns-item {
  margin: 0 0.5rem;
  width: 2.8rem;
  border-radius: 2px;
  overflow: hidden;
}
.footer-sns-item a {
  display: block;
}

.copyright {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  font-size: 10px;
  background-color: #1c1c24;
}

@media (min-width: 750px) {
  .footer {
    margin: 0;
  }
  .footer-inner {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .footer-contact {
    display: none;
  }
  .footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 0 0;
    margin: 0 auto;
    width: 1100px;
  }
  .footer-top-header {
    width: 500px;
  }
  .footer-top-logo {
    width: 265px;
  }
  .footer-top-logo img {
    width: 100%;
  }
  .footer-top-lead {
    margin: 15px 0 0;
    font-size: 12px;
  }
  .footer-top-lead::after {
    display: none;
  }
  .footer-top-text {
    width: 600px;
    margin: 0;
    padding: 5px 0 5px 60px;
    border-left: 1px solid #707070;
    text-align: left;
    font-size: 12px;
    line-height: 1.8;
  }
  .footer-supervision {
    margin: 35px auto 0;
    padding: 0;
    width: 1000px;
  }
  .footer-supervision-list {
    margin-left: 70px;
  }
  .footer-supervision-title {
    font-size: 12px;
    text-align: left;
  }
  .footer-supervision-title::before {
    margin-right: 4px;
    width: 5px;
    height: 5px;
  }
  .footer-supervision-title:nth-of-type(2) {
    margin: 20px 0 0;
  }
  .footer-supervision-text {
    margin-top: 7px;
    font-size: 10px;
    text-align: left;
  }
  .footer-link {
    margin: 0 auto;
    width: 1100px;
  }
  .footer-link-list {
    position: relative;
    display: block;
    margin: 50px 0 0;
    padding: 0;
    width: 100%;
    height: 400px;
  }
  .footer-link-item {
    box-sizing: content-box;
    margin: 14px 0 0;
    padding-left: 875px;
    width: auto;
  }
  .footer-link-item.is-flow {
    display: none;
  }
  .footer-link-item:nth-child(odd) {
    border-right: 0;
  }
  .footer-link-item:nth-child(1) {
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 250px;
  }
  .footer-link-item:nth-child(2) {
    position: absolute;
    padding-left: 0;
    top: 0;
    left: 250px;
    margin-top: 0;
    width: 245px;
  }
  .footer-link-item:nth-child(3) {
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 490px;
    margin-top: 0;
    width: 335px;
  }
  .footer-link-item a {
    display: block;
    padding: 0 0 0 25px;
    background-size: 16px auto;
    background-position: left center;
    border-bottom: 0;
    letter-spacing: -0.025em;
    font-size: 12px;
    line-height: 1.2;
  }
  .footer-link-item a:hover {
    background-position: left 4px center;
  }
  .footer-link-sub-list {
    display: block;
    margin: 0 0 0 28px;
  }
  .footer-link-sub-item {
    margin: 14px 0 0;
  }
  .footer-clinic {
    padding: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .footer-clinic-title {
    margin: 0;
    width: 355px;
    font-size: 14px;
  }
  .footer-clinic-title span {
    font-size: 14px;
  }
  .footer-clinic-title span span {
    font-size: 12px;
  }
  .footer-clinic-title br {
    display: none;
  }
  .footer-clinic-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 8px 0 8px 55px;
    width: 736px;
    border-left: 1px solid #707070;
  }
  .footer-clinic-item {
    margin: 10px 0 0;
    padding: 0 30px 0 0;
    width: 339px;
  }
  .footer-clinic-item:nth-child(1), .footer-clinic-item:nth-child(2) {
    margin-top: 0;
  }
  .footer-clinic-item::before {
    width: 80px;
    height: 50px;
  }
  .footer-clinic-box {
    margin: 0;
    padding: 5px 0 0 15px;
    flex: 1;
  }
  .footer-clinic-box-title {
    margin: 0 0 6px;
    font-size: 11px;
  }
  .footer-clinic-box-text {
    font-size: 10px;
  }
  .footer-sns {
    padding: 30px 0 0;
  }
  .footer-sns-item {
    margin: 0 8px;
    width: 30px;
  }
  .footer-sns-item a:hover {
    opacity: 0.7;
  }
  .footer .copyright {
    padding: 26px 0 15px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
  }
}
.flow-navi {
  position: fixed;
  bottom: -5.5rem;
  left: 0;
  z-index: 3;
  width: 100%;
  opacity: 0;
  transition: 0.7s all;
}
.flow-navi.menu-active {
  opacity: 1;
  bottom: 0;
}
.flow-navi-list {
  margin: 0;
  display: flex;
  width: 100%;
}
.flow-navi-item {
  flex: 1;
  width: 100%;
  background-repeat: no-repeat;
}
.flow-navi-item a, .flow-navi-item button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0 0;
  width: 100%;
  height: 5.5rem;
  border: 0;
  background: none;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}
.flow-navi-item a:focus, .flow-navi-item button:focus {
  outline: 0;
}
.flow-navi .is-line {
  background-color: #21b903;
  background-image: url(/theme/img/icon_line.svg);
  background-size: 1.6rem auto;
  background-position: top 1.2rem center;
}
.flow-navi .is-tel {
  background-color: #b7738a;
  background-image: url(/theme/img/icon_tel.svg);
  background-size: 1.5rem auto;
  background-position: top 1.1rem center;
}
.flow-navi .is-chat {
  background-color: #498faf;
  background-image: url(/theme/img/icon_chat.svg);
  background-size: 1.75rem auto;
  background-position: top 0.9rem center;
}
.flow-navi .is-mail {
  background-color: #9aa5a7;
  background-image: url(/theme/img/icon_mail.svg);
  background-position: top 1.3rem center;
}
.flow-navi .is-counseling {
  width: 3.5rem;
  flex: auto;
  background-color: #8d9da0;
  background-image: url(/theme/img/icon_counseling.svg);
  background-position: top 0.95rem center;
}

@media (min-width: 750px) {
  .flow-navi {
    top: 350px;
    bottom: auto;
    right: 0;
    left: auto;
    width: 80px;
  }
  .flow-navi-list {
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .flow-navi-item {
    width: 80px;
    flex: auto;
  }
  .flow-navi-item a, .flow-navi-item button {
    padding: 32px 2px 0;
    height: 72px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: normal;
    text-align: center;
    transition: 0.3s all;
  }
  .flow-navi-item a:hover, .flow-navi-item button:hover {
    opacity: 0.7;
  }
  .flow-navi-item:first-child {
    margin-top: 0;
  }
  .flow-navi .is-line {
    background-size: 25px auto;
    background-position: top 13px center;
  }
  .flow-navi .is-tel {
    background-size: 22px auto;
    background-position: top 12px center;
  }
  .flow-navi .is-chat {
    background-size: 24px auto;
    background-position: top 12px center;
  }
  .flow-navi .is-mail {
    background-size: 24px auto;
    background-position: top 15px center;
  }
  .flow-navi .is-counseling {
    background-size: 20px auto;
    background-position: top 7px center;
  }
  .flow-navi .is-counseling a {
    letter-spacing: -0.1em;
  }
}
.title-g {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  background-color: #9aa5a7;
  border-radius: 1.8rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
}

@media (min-width: 750px) {
  .title-g {
    height: 30px;
    font-size: 18px;
  }
}
.text {
  font-size: 14px;
  line-height: 1.65;
}

@media (min-width: 750px) {
  .text {
    line-height: 1.8;
  }
}
.link a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 1rem;
  width: 27.5rem;
  height: 5rem;
  background-color: #93846a;
  background-image: url(/theme/img/arrow_long_white.svg);
  background-repeat: no-repeat;
  background-position: right 1rem bottom 1rem;
  background-size: 3rem auto;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.25;
}

@media (min-width: 750px) {
  .link a {
    transition: 0.2s all all;
    width: 365px;
    height: 64px;
    background-position: right 13px bottom 10px;
    background-size: 30px auto;
    font-size: 16px;
  }
  .link a:hover {
    background-position: right 10px bottom 10px;
  }
}
.link-a a {
  display: flex;
  align-items: center;
  height: 6rem;
  padding: 1.5rem;
  text-decoration: none;
  background-color: #f5f5f5;
  background-image: url(/theme/img/arrow_long_gold.svg);
  background-repeat: no-repeat;
  background-position: right 1rem bottom 1.5rem;
  background-size: 3rem auto;
}
.link-a-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.link-a-title {
  margin: 0.25rem 0 0;
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  color: #c7b27c;
  line-height: 1;
  font-weight: bold;
}
.link-a-text {
  order: -1;
  width: 100%;
  color: #666;
  line-height: 1.25;
  font-size: 1.2rem;
}

@media (min-width: 750px) {
  .link-a a {
    transition: 0.2s all all;
    align-items: center;
    height: 70px;
    padding: 10px 17px;
    background-position: right 10px bottom 15px;
    background-size: 30px auto;
  }
  .link-a a:hover {
    background-position: right 7px bottom 15px;
  }
  .link-a-title {
    position: relative;
    top: -1px;
    margin: 0 0 0 10px;
    width: auto;
    line-height: 1;
    font-weight: bold;
    font-size: 16px;
  }
  .link-a-text {
    position: relative;
    bottom: -2px;
    width: auto;
    line-height: 1;
    font-size: 12px;
  }
}
.link-c-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.link-c-item {
  margin-top: 4px;
  width: calc(50% - 2px);
}
.link-c-item:nth-child(1), .link-c-item:nth-child(2) {
  margin-top: 0;
}
.link-c-item a {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 1rem 2.6rem;
  text-decoration: none;
  background-color: #f5f5f5;
  background-image: url(/theme/img/arrow_long_gold.svg);
  background-repeat: no-repeat;
  background-position: left 1rem bottom 1rem;
  background-size: 3rem auto;
}
.link-c-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.link-c-title {
  margin: 0.5rem 0 0;
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  color: #c7b27c;
  line-height: 1;
  font-weight: bold;
}
.link-c-text {
  order: -1;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  color: #666;
  text-align: justify;
  line-height: 1.25;
  font-size: 1.2rem;
}
.link-c-img {
  order: -1;
  margin: 0 0 1rem;
  width: 100%;
}

@media (min-width: 750px) {
  .link-c-item {
    margin-top: 10px;
    width: calc(50% - 5px);
  }
  .link-c-item a {
    transition: 0.2s all all;
    padding: 10px;
    background-position: right 10px bottom 14px;
    background-size: 30px auto;
  }
  .link-c-item a:hover {
    background-position: right 7px bottom 14px;
  }
  .link-c-inner {
    flex: 1;
    padding: 0 0 0 10px;
    width: auto;
  }
  .link-c-title {
    margin: 5px 0 0;
    padding: 0 0 12px;
    font-size: 16px;
  }
  .link-c-text {
    display: block;
    padding: 12px 0 0;
    min-height: auto;
    line-height: 1.25;
    font-size: 12px;
  }
  .link-c-img {
    margin: 0;
    width: 158px;
  }
}
.link-d-item {
  margin: 1rem 0 0;
}
.link-d-item:nth-child(1) {
  margin-top: 0;
}
.link-d-item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  text-decoration: none;
  background-image: url(/theme/img/arrow_long_gray.svg);
  background-repeat: no-repeat;
  background-position: right 1.4rem bottom 1.4rem;
  background-size: 3rem auto;
  color: #666;
}
.link-d-inner {
  flex: 1;
  padding: 0 2rem 0 1rem;
}
.link-d-title {
  margin: 0.2rem 0 0;
  width: 100%;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.25;
  font-weight: bold;
}
.link-d-title span {
  display: inline-block;
  font-size: 0.75em;
}
.link-d-text {
  margin: 0.5rem 0 0;
  width: 100%;
  color: #666;
  align-items: center;
  line-height: 1.35;
  font-size: 1.2rem;
}
.link-d-img {
  order: -1;
  margin: 0;
  width: 8rem;
}

@media (min-width: 750px) {
  .link-d-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .link-d-item {
    margin: 10px 0 0;
    width: calc(50% - 10px);
  }
  .link-d-item:nth-child(1), .link-d-item:nth-child(2) {
    margin-top: 0;
  }
  .link-d-item a {
    transition: 0.2s all all;
    background-position: right 15px bottom 15px;
    background-size: 30px auto;
  }
  .link-d-item a:hover {
    background-color: #f5f5f5;
    background-position: right 12px bottom 15px;
  }
  .link-d-inner {
    padding: 0 0 0 10px;
  }
  .link-d-title {
    margin-top: 2px;
    font-size: 16px;
  }
  .link-d-text {
    margin: 6px 0 0;
    font-size: 12px;
  }
  .link-d-img {
    width: 93px;
  }
}
.link-e-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.link-e-item {
  margin: 0.5rem 0 0;
  width: calc(50% - 0.25rem);
}
.link-e-item:nth-child(1), .link-e-item:nth-child(2) {
  margin-top: 0;
}
.link-e-item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  text-decoration: none;
  background-image: url(/theme/img/arrow_long_gray.svg);
  background-repeat: no-repeat;
  background-position: right 1rem bottom 0.5rem;
  background-size: 3rem auto;
  color: #666;
}
.link-e-inner {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 0 1rem;
}
.link-e-title {
  flex: 1;
  margin: 0;
  width: 100%;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.2;
}
.link-e-img {
  order: -1;
  margin: 0;
  width: 4.8rem;
}

@media (min-width: 750px) {
  .link-e-item {
    margin: 6px 0 0;
    width: calc(50% - 3px);
  }
  .link-e-item a {
    transition: 0.2s all all;
    background-position: right 10px bottom 5px;
    background-size: 30px auto;
  }
  .link-e-item a:hover {
    background-color: #f5f5f5;
    background-position: right 7px bottom 5px;
  }
  .link-e-inner {
    padding: 0 0 0 12px;
  }
  .link-e-title {
    font-size: 12;
  }
  .link-e-img {
    width: 73px;
  }
}
.link-h-item {
  margin: 1.5rem 0 0;
}
.link-h-item:nth-child(1) {
  margin-top: 0;
}
.link-h-item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  text-decoration: none;
  background-color: #f7f3e9;
  color: #666;
}
.link-h-inner {
  padding: 1.25rem 1.5rem;
}
.link-h-title {
  margin: 0;
  width: 100%;
  font-size: 2rem;
  line-height: 1;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.link-h-title ruby {
  color: #666;
}
.link-h-title rt {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 1rem;
  color: #c7b27c;
}
.link-h-text {
  margin: 0.7rem 0 0;
  font-size: 1.2rem;
  line-height: 1.3;
}
.link-h-img {
  order: -1;
  margin: 0;
  width: 100%;
}

@media (min-width: 750px) {
  .link-h-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .link-h-item {
    margin: 15px 0 0;
    width: calc(50% - 15px);
  }
  .link-h-item:nth-child(2) {
    margin-top: 0;
  }
  .link-h-item a {
    transition: 0.2s all all;
  }
  .link-h-item a:hover {
    opacity: 0.7;
  }
  .link-h-inner {
    padding: 18px 36px;
  }
  .link-h-title {
    font-size: 22px;
  }
  .link-h-title rt {
    margin: 0 0 0 10px;
    font-size: 10px;
  }
  .link-h-text {
    margin: 6px 0 0;
    font-size: 12px;
  }
}
.card-case-list {
  margin: 0;
}
.card-case-item {
  margin: 2rem 0 0;
}
.card-case-item:first-child {
  margin-top: 0;
}
.card-case-box {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.card-case-box-inner {
  position: relative;
  padding: 49.712% 0 1.5rem;
}
.card-case-box-title {
  margin: 1rem 1.5rem 0.75rem;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
}
.card-case-box-title a {
  text-decoration: none;
  color: #666;
}
.card-case-box-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.2rem 1.2rem 0;
}
.card-case-box-data-time {
  font-size: 12px;
}
.card-case-box-data-time.is-new::after {
  content: "NEW";
  display: inline-block;
  position: relative;
  top: -0.1rem;
  margin: 0 0 0 0.5em;
  padding: 0.2em 0.3em;
  background-color: #be3565;
  line-height: 1;
  font-size: 11px;
  color: #fff;
}
.card-case-box-data-cat {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -0.2rem;
  padding: 0.2em 0.75em;
  border: 1px solid #c7b27c;
  font-size: 10px;
  line-height: 1;
  color: #c7b27c;
}
.card-case-box-photo-list {
  display: flex;
  position: absolute;
  justify-content: space-between;
  flex-wrap: wrap;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
}
.card-case-box-photo-item {
  position: relative;
  overflow: hidden;
  margin: 1rem 0 0;
  width: calc(50% - 1px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.card-case-box-photo-item a {
  display: block;
  position: relative;
}
.card-case-box-photo-item img {
  width: 100%;
  height: 100%;
}
.card-case-box-photo-item:nth-child(1), .card-case-box-photo-item:nth-child(2) {
  margin-top: 0;
}
.card-case-box-photo-item-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  min-width: 5.5rem;
  min-height: 1.8rem;
  height: auto;
  background-color: rgba(147, 132, 106, 0.8);
  font-size: 1.1rem;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.card-case-box-photo-item:nth-child(even)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin: -3px 0 0;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.card-case-box-photo-item:nth-child(even).is-silicon::after {
  display: none;
}
.card-case-box-photo-item:nth-child(even) .card-case-box-photo-item-text {
  background-color: rgba(190, 53, 101, 0.6);
}
.card-case-box-button {
  margin: 0;
  padding: 0;
  text-align: right;
}
.card-case-box-button a {
  display: block;
  padding: 2.2rem 5.5rem 0 0;
  transition: all 0.4s ease;
  background-image: url(/theme/img/arrow_long_gold.svg);
  background-repeat: no-repeat;
  background-size: 3rem auto;
  background-position: right 1.5rem bottom 0.45rem;
  font-weight: normal;
  color: #c7b27c;
  text-decoration: none;
  font-size: 1.2rem;
}
.card-case-box-small {
  margin: 1rem 1.5rem 0;
  font-size: 10px;
}
.card-case-box-small-doctor, .card-case-box-small-text {
  letter-spacing: -0.025em;
  margin: 0;
  font-size: 10px;
  line-height: 1.3;
  color: #666;
}

@media (min-width: 750px) {
  .card-case-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .card-case-item {
    margin: 20px 0 0;
    width: calc(50% - 10px);
  }
  .card-case-item:nth-child(2) {
    margin-top: 0;
  }
  .card-case-box-inner {
    position: relative;
    padding-bottom: 40px;
    height: 100%;
  }
  .card-case-box-title {
    margin: 10px 10px;
    font-size: 14px;
  }
  .card-case-box-data {
    padding: 1.2rem 1.2rem 0;
  }
  .card-case-box-data-time {
    font-size: 12px;
  }
  .card-case-box-data-time.is-new::after {
    top: -1px;
    margin-right: 10px;
    font-size: 11px;
  }
  .card-case-box-data-cat {
    top: -2px;
  }
  .card-case-box-photo-item-text {
    min-width: 60px;
    min-height: 20px;
    font-size: 11px;
  }
  .card-case-box-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .card-case-box-button a {
    transition: all 0.2s all;
    padding: 20px 50px 15px 0;
    background-size: 30px auto;
    background-position: right 10px bottom 18px;
    font-size: 12px;
  }
  .card-case-box-button a:hover {
    background-position: right 7px bottom 18px;
  }
  .card-case-box-small {
    margin: 13px 10px 0;
  }
}
.card-clinic-list {
  margin: 0;
}
.card-clinic-item {
  margin: 2rem 0 0;
}
.card-clinic-item:first-child {
  margin-top: 0;
}
.card-clinic-item a {
  text-decoration: none;
}
.card-clinic-item.is-osaka .card-clinic-title {
  background-image: url(/theme/img/card_clinic_osaka.png);
}
.card-clinic-item.is-nagoya .card-clinic-title {
  background-image: url(/theme/img/card_clinic_nagoya.png);
}
.card-clinic-item.is-fukuoka .card-clinic-title {
  background-image: url(/theme/img/card_clinic_fukuoka.png);
}
.card-clinic-inner {
  position: relative;
  padding: 1.5rem 1.5rem 5rem;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.card-clinic-title {
  background-image: url(/theme/img/card_clinic_tokyo.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.card-clinic-title a {
  display: block;
  margin: 0;
  padding: 3.5rem 21rem 5.5rem 0;
  height: 15.6rem;
  line-height: 1;
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  color: #666;
}
.card-clinic-title a::after {
  content: attr(data-text);
  display: block;
  margin: 0.5rem 0 0;
  width: 100%;
  color: #c7b27c;
  font-size: 1rem;
  text-transform: uppercase;
}
.card-clinic-table {
  margin: 1rem 0 0;
  width: 100%;
}
.card-clinic-table tr {
  border-bottom: 1px #e0e0e0 solid;
}
.card-clinic-table tr:first-child {
  border-top: 1px #e0e0e0 solid;
}
.card-clinic-table th, .card-clinic-table td {
  padding: 0.6em 1em 0.5em;
  font-size: 12px;
  line-height: 1.5;
}
.card-clinic-table td {
  padding-right: 0;
  text-align: left;
}
.card-clinic-table td a {
  text-decoration: underline;
  color: #c7b27c;
}
.card-clinic-table td a::after {
  content: "電話をかける";
  display: inline-block;
  padding: 0.5em;
  vertical-align: middle;
  margin: 0 0 0 0.75em;
  background-color: #c7b27c;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.card-clinic-table th {
  vertical-align: top;
  width: 8.5rem;
  background-color: #f7f7f7;
  font-weight: normal;
}
.card-clinic-button {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #93846a;
  background-image: url(/theme/img/arrow_long_white.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 3rem auto;
  width: 100%;
  height: 3.2rem;
}
.card-clinic-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
}
.card-clinic-info-text {
  font-size: 12px;
  color: #be3565;
  line-height: 1;
}

@media (min-width: 750px) {
  .card-clinic-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .card-clinic-item {
    margin: 20px 0 0;
    width: calc(50% - 10px);
  }
  .card-clinic-item:nth-child(2) {
    margin-top: 0;
  }
  .card-clinic-inner {
    position: relative;
    padding: 15px 15px 50px;
  }
  .card-clinic-title {
    position: relative;
    padding-top: 49.87%;
  }
  .card-clinic-title a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 11% 66.5% 0 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
  }
  .card-clinic-title a::after {
    margin: 7px 0 0;
    font-size: 10px;
  }
  .card-clinic-table {
    margin: 1rem 0 0;
    width: 100%;
  }
  .card-clinic-table th, .card-clinic-table td {
    padding: 10px 20px 10px 15px;
    font-size: 12px;
    line-height: 1.5;
  }
  .card-clinic-table th {
    width: 84px;
  }
  .card-clinic-button {
    transition: all 0.2s all;
    background-position: right 15px center;
    background-size: 30px auto;
    height: 32px;
  }
  .card-clinic-button:hover {
    background-position: right 12px center;
  }
  .card-clinic-button a {
    font-size: 14px;
  }
}
.module-qa-item a {
  display: inline-block;
  text-decoration: none;
}
.module-qa-item::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 8rem;
  height: 1px;
  background-color: #e0e0e0;
}
.module-qa-item:first-child .module-qa-inner {
  padding-top: 0;
}
.module-qa-item:last-child .module-qa-inner {
  padding-bottom: 0;
}
.module-qa-item:last-child::after {
  display: none;
}
.module-qa-inner {
  padding: 2rem 0;
}
.module-qa-title, .module-qa-text {
  padding: 0 0 0 4.2rem;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 3.2rem auto;
}
.module-qa-title {
  display: flex;
  align-items: center;
  min-height: 3.2rem;
  background-image: url(/theme/img/icon_q.svg);
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  color: #333;
}
.module-qa-text {
  margin: 0.85rem 0 0;
  background-image: url(/theme/img/icon_a.svg);
  font-size: 14px;
  line-height: 1.4;
  color: #666;
}
.module-qa-text p, .module-qa-text li {
  font-size: 14px;
  line-height: 1.4;
}
.module-qa-text li {
  font-size: 14px;
  line-height: 1.4;
}
.module-qa-text ul {
  margin: 0.5em 0;
}

@media (min-width: 750px) {
  .module-qa-item a:hover {
    text-decoration: underline;
  }
  .module-qa-item::after {
    width: 30%;
    max-width: 235px;
  }
  .module-qa-inner {
    padding: 25px 0;
  }
  .module-qa-title, .module-qa-text {
    padding-left: 58px;
    background-size: 48px auto;
  }
  .module-qa-title {
    min-height: 48px;
    font-size: 16px;
  }
  .module-qa-text {
    margin: 15px 0 0;
    min-height: 49px;
  }
}
.module-qa-item a {
  width: 100%;
}

.module-qa-category {
  margin: 0.5rem 0 0;
  text-align: right;
  color: #666;
}

@media (min-width: 750px) {
  .module-qa-category {
    margin-top: 10px;
  }
}
lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px;
}

lite-youtube::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

lite-youtube > .lty-playbtn {
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  filter: none;
}

lite-youtube.lyt-activated {
  cursor: unset;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (min-width: 750px) {
  .is-sp {
    display: none;
  }
}
.is-pc {
  display: none;
}

@media (min-width: 750px) {
  .is-pc {
    display: block;
  }
}
.section {
  margin-top: 5rem;
}
.section-inner {
  padding: 0 1.5rem;
}
.section-lead {
  margin-bottom: 1.25rem;
}

.mainVisual {
  text-align: center;
  background: #efefef;
}

@keyframes slidemain {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slidemain2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.main-visual {
  background: url(/img/fv_202402133.jpg) no-repeat center center;
  background-size: 100% auto;
}
.main-visual-inner {
  position: relative;
  padding-top: 106.6666666667%;
}
.main-visual-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: slidemain 20s ease infinite;
  opacity: 0;
  background: url(/img/fv2_20230601.jpg) no-repeat center center;
  background-size: 100% auto;
}
.main-visual-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: slidemain2 20s ease infinite;
  opacity: 0;
  background: url(/img/fv3_20260114.jpg) no-repeat center center;
  background-size: 100% auto;
}

@media (min-width: 750px) {
  .main-visual {
    background: url(/img/fv_202402133_pc.jpg) no-repeat center center #7b7b7b;
    background-size: auto 100%;
  }
  .main-visual-inner {
    padding-top: 640px;
  }
  .main-visual-inner::before {
    background: url(/img/fv2_20230601_pc.jpg) no-repeat center center #b9b7ba;
    background-size: auto 100%;
  }
  .main-visual-inner::after {
    background: url(/img/fv3_20260114_pc.jpg), linear-gradient(0deg, #c8c8c8 0%, #d7d7d7 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
  }
}
.top-nav {
  min-height: 10.038rem;
  background-color: #acacac;
}
.top-nav-list {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-nav-item {
  margin: 0.1rem 0 0;
  width: calc(33.3333% - 0.05rem);
}
.top-nav-item:nth-child(1), .top-nav-item:nth-child(2), .top-nav-item:nth-child(3) {
  margin-top: 0;
}
.top-nav-item a {
  display: block;
}

@media (min-width: 750px) {
  .top-nav {
    display: none;
  }
}
.top-title {
  margin: 0 0 1.75rem;
  font-size: 2.4rem;
  line-height: 1.25;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}
.top-title::before {
  content: attr(data-text);
  display: block;
  margin: 0 auto 0.5rem;
  color: #c7b27c;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 1.6rem;
}

@media (min-width: 750px) {
  .top-title {
    margin: 0 0 30px;
    font-size: 26px;
  }
  .top-title::before {
    margin-bottom: 8px;
    font-size: 15px;
  }
}
.section .link {
  margin-top: 2.5rem;
}

@media (min-width: 750px) {
  .section .link {
    margin-top: 30px;
  }
}
.top-cta {
  margin: 0;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  height: 4.7rem;
  background-color: #f5f5f5;
}
.top-cta-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.top-cta-item {
  flex-grow: 1;
  width: 0;
}
.top-cta a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-image: url(/theme/img/arrow_long_gold.svg);
  background-repeat: no-repeat;
  background-position: right 1.25rem bottom 0.4rem;
  background-size: 2.6rem auto;
  text-decoration: none;
  color: #666;
}
.top-cta a.is-open {
  background-position: right 0.5rem bottom 0.4rem;
  background-size: 13% auto;
}
.top-cta-icon {
  width: 3.4rem;
  height: 3.4rem;
}
.top-cta-icon img {
  width: 100%;
  height: 100%;
}
.top-cta-text {
  flex: 1;
  padding: 0 0 0 0.65rem;
  font-size: 1.1rem;
  line-height: 1.4;
}

@media (min-width: 750px) {
  .top-cta {
    display: none;
  }
}
.popular {
  padding: 1.5rem 0 1rem;
  background-color: rgba(153, 120, 82, 0.2);
}
.popular-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
.popular-title {
  margin: 0;
  padding: 0 1.25rem 0.5rem 0;
  width: 11rem;
  text-align: right;
  font-size: 1.1rem;
  color: #746b63;
  font-weight: normal;
  letter-spacing: -0.025em;
  line-height: 1.25;
}
.popular-box {
  flex: 1;
  overflow-x: scroll;
}
.popular-list {
  display: inline-block;
  margin: 0;
  padding: 0 0 0.25rem;
  width: 71rem;
}
.popular-list::after {
  content: "";
  display: table;
  clear: both;
}
.popular-item {
  float: left;
  display: block;
  margin: 0 0.75em 0 0;
  min-width: 10.5rem;
}
.popular-item a {
  display: block;
  padding: 0.65em 0.75em 0.6em;
  width: 100%;
  background-color: #fff;
  font-size: 1.1rem;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #666;
}

@media (min-width: 750px) {
  .popular {
    margin: 0;
    padding: 20px 0;
  }
  .popular-inner {
    margin: 0 auto;
    width: 1100px;
  }
  .popular-title {
    padding: 0;
    width: 260px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
  }
  .popular-title br {
    display: none;
  }
  .popular-box {
    flex: 1;
    overflow: auto;
  }
  .popular-list {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .popular-item {
    float: left;
    display: block;
    margin: 0 12px 0 0;
    min-width: 124px;
  }
  .popular-item a {
    padding: 0.4em 0.5em;
    font-weight: normal;
    font-size: 12px;
  }
  .popular-item a:hover {
    opacity: 0.75;
  }
}
.promotion {
  margin: 0;
  width: 100%;
}
.promotion-title {
  margin: 0;
  padding: 0 1rem;
  width: 100%;
  height: 10rem;
}
.promotion-contents {
  margin: 0;
  padding: 1.6rem 1rem 0;
}

@media (min-width: 750px) {
  .promotion-title {
    margin: 0 auto;
    padding: 0;
    width: 1040px;
    height: 197px;
  }
  .promotion-title a:hover {
    opacity: 0.7;
  }
}
.promotion-bnr-list {
  padding: 0 1.5rem;
}
.promotion-bnr-item {
  margin-bottom: 0.5rem;
}
.promotion-bnr-item.is-full {
  width: 100%;
  margin: 1rem 0 0;
}

@media (min-width: 750px) {
  .promotion-bnr-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 30px;
    padding: 0;
    max-width: 1040px;
  }
  .promotion-bnr-item {
    margin-bottom: 0;
    width: calc(50% - 10px);
  }
  .promotion-bnr-item a {
    display: block;
    transition: 0.2s ease;
  }
  .promotion-bnr-item a:hover {
    opacity: 0.7;
  }
  .promotion-bnr-item.is-full {
    width: 1040px;
    margin: 15px auto 0;
  }
}
.next-liposuction-contents {
  background-color: #F7F3E9;
  background-repeat: no-repeat;
  background-size: 30rem auto;
  background-position: top 7rem right 1rem;
  padding: 1.6rem 1rem 2.5rem;
}
.next-liposuction-lead {
  margin: 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.next-liposuction-lead-top span {
  display: block;
  padding: 1rem 0;
  font-size: 2.2rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, rgba(203, 184, 134, 0) 0%, rgb(203, 184, 134) 15%, rgb(192, 167, 100) 50%, rgb(203, 184, 134) 85%, rgba(203, 184, 134, 0) 100%);
}
.next-liposuction-lead-top::before {
  content: "";
  display: block;
  width: 18.2rem;
  height: 2.6rem;
  margin: 0 auto 0.5rem;
  background: url(/img/lead_deco.png) no-repeat center/cover;
}
.next-liposuction-lead-top::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0.5rem auto 2rem;
  background: linear-gradient(90deg, rgba(203, 184, 134, 0) 0%, rgb(203, 184, 134) 15%, rgb(192, 167, 100) 50%, rgb(203, 184, 134) 85%, rgba(203, 184, 134, 0) 100%);
}
.next-liposuction-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.next-liposuction-item {
  width: 17.4rem;
}
.next-liposuction-item:nth-of-type(n+3) {
  margin-top: 0.8rem;
}
.next-liposuction-item.is-full {
  width: 100%;
}
.next-liposuction-catch {
  position: relative;
  margin: 1.25rem auto 0;
  padding: 0 0 0.3rem;
  width: 11em;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  color: #93846a;
}
.next-liposuction-catch::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -5em;
  width: 10em;
  height: 1px;
  background-color: #c7b27c;
}

@media (min-width: 750px) {
  .next-liposuction-contents {
    position: relative;
    background-image: none;
    padding: 45px 0 50px;
  }
  .next-liposuction-head {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .next-liposuction-bnr-item {
    transition: 0.3s all;
  }
  .next-liposuction-bnr-item a:hover {
    opacity: 0.7;
  }
  .next-liposuction-lead {
    padding: 0;
    width: 430px;
    text-align-last: left;
    font-size: 21px;
  }
  .next-liposuction-lead-top {
    width: 1100px;
    margin: 0 auto;
  }
  .next-liposuction-lead-top span {
    padding: 12px 0;
    font-size: 30px;
    line-height: 1;
  }
  .next-liposuction-lead-top::before {
    width: 200px;
    height: 30px;
    margin: 0 auto 8px;
  }
  .next-liposuction-lead-top::after {
    margin: 3px auto 30px;
  }
  .next-liposuction-list {
    width: 1040px;
    margin: 30px auto 0;
  }
  .next-liposuction-item {
    width: 515px;
    transition: 0.3s all;
  }
  .next-liposuction-item:hover {
    opacity: 0.7;
  }
  .next-liposuction-item:nth-of-type(n+3) {
    margin-top: 13px;
  }
  .next-liposuction-catch {
    margin: 0;
    padding: 0 0 10px;
    width: 410px;
    font-size: 45px;
  }
  .next-liposuction-catch::after {
    margin-left: -205px;
    width: 410px;
  }
  .next-liposuction-image {
    order: 2;
    padding: 22px 0 10px 84px;
    width: 486px;
    height: 295px;
    min-height: auto;
    background-size: auto 103%;
  }
  .next-liposuction-bottom {
    margin: 20px auto 0;
    width: 1034px;
    justify-content: space-between;
  }
  .next-liposuction-text {
    margin: 0;
    width: 462px;
    text-align: left;
    align-self: center;
    font-size: 15px;
  }
  .next-liposuction-link {
    margin-top: 0;
    width: 565px;
    transition: 0.3s all;
  }
  .next-liposuction-link a:hover {
    opacity: 0.7;
  }
}
.mods-caption-contents {
  padding: 2rem 1.5rem 1.5rem;
  background: linear-gradient(0deg, #f4f4f4 69%, #ffffff 90%);
}
.mods-caption-catch {
  margin: 0 auto 1rem;
  width: 19.6rem;
}
.mods-caption-history-inner {
  padding-top: 27.8rem;
  width: 37.5rem;
  margin-left: -1.5rem;
  background-image: url(/img/top_history.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.mods-caption-history-text {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
  color: #1C1C24;
}
.mods-caption-history .link {
  margin-bottom: 3.5rem;
}
.mods-caption-item:first-of-type {
  margin-bottom: 0.9rem;
}
.mods-caption-item-bnr {
  position: relative;
  width: 100%;
  height: 7.4rem;
}
.mods-caption-item-bnr::before {
  content: url(/img/bnr_arrow.svg);
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.1rem;
  z-index: 20;
  transform: rotatex(180deg);
}
.mods-caption-item-box {
  transition: 0.3s all;
  overflow: hidden;
  height: auto;
  padding: 1.25rem 0 0;
  opacity: 1;
}
.mods-caption-item-box-pic {
  width: 15rem;
  margin: 0 1rem 1.25rem 0;
  float: left;
}
.mods-caption-item-box-pic img {
  border-radius: 6px;
}
.mods-caption-item-box-text {
  font-size: 13px;
  line-height: 1.6;
  color: #444;
}
.mods-caption-item-box-text mark {
  background: none;
  font-weight: bold;
  color: #a0293c;
}
.mods-caption-item-box .link {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

@media (min-width: 750px) {
  .mods-caption-contents {
    padding: 45px 0 0;
    background: #f5f5f5;
  }
  .mods-caption-catch {
    margin: 0 auto -35px;
    width: 575px;
  }
  .mods-caption-history {
    margin-bottom: 30px;
    height: 250px;
    background: url(/img/top_history_bg.png) repeat-x bottom/contain;
  }
  .mods-caption-history-inner {
    padding-top: 0;
    width: 1080px;
    height: 100%;
    margin: 0 auto;
    background-image: url(/img/top_history_pc.png);
    background-position: left bottom;
    background-size: 1065px auto;
  }
  .mods-caption-history-text {
    margin-bottom: 13px;
    padding: 75px 0 0 700px;
    font-size: 15px;
  }
  .mods-caption-history .link {
    margin-bottom: 0;
    padding-left: 700px;
  }
  .mods-caption-history .link a {
    width: 200px;
    height: 46px;
  }
  .mods-caption-list {
    display: flex;
    justify-content: space-between;
    width: 1010px;
    margin: 0 auto;
  }
  .mods-caption-item {
    width: 495px;
  }
  .mods-caption-item:first-of-type {
    margin-bottom: 0;
  }
  .mods-caption-item-bnr {
    height: auto;
    /*切り替え*/
  }
  .mods-caption-item-box {
    transition: 0.3s all;
    height: auto;
    padding: 15px 0 0;
    opacity: 1;
  }
  .mods-caption-item-box-pic {
    width: 150px;
    margin: 0 0 18px 0;
  }
  .mods-caption-item-box-text {
    float: right;
    width: 330px;
    font-size: 14px;
    line-height: 1.8;
  }
  .mods-caption-item-box .link {
    clear: both;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .mods-caption-item-box .link a {
    width: 300px;
    height: 55px;
  }
}
.pj-bnr {
  margin: 2rem 0;
  padding: 0 1rem;
}
.pj-bnr-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pj-bnr-item {
  margin: 0 0.5rem 0 0;
  width: 100%;
  height: 6.177rem;
}
.pj-bnr-item a {
  display: block;
}
.pj-bnr-item.is-half {
  width: 17.4rem;
}
.pj-bnr .apology {
  width: 100%;
  margin-top: 0.9rem;
}
.pj-bnr .apology-inner {
  padding: 1rem 0.85rem 1.3rem;
}
.pj-bnr.is-top {
  margin: 1.25rem auto;
}

@media (min-width: 750px) {
  .pj-bnr {
    margin: 60px auto;
    padding: 0;
    width: 1040px;
  }
  .pj-bnr a:hover {
    opacity: 0.7;
  }
  .pj-bnr-item {
    margin: 0;
    height: auto;
    width: 340px;
    height: 80px;
  }
  .pj-bnr-item:nth-of-type(3) {
    margin-top: 0;
  }
  .pj-bnr-item.is-half {
    width: 340px;
    height: 80px;
  }
  .pj-bnr-item a:hover {
    opacity: 0.7;
  }
  .pj-bnr .apology {
    margin-top: 15px;
  }
  .pj-bnr .apology-inner {
    padding: 15px;
  }
  .pj-bnr.is-top {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.top-banner {
  margin: 2rem 0;
  padding: 0 1rem;
}
.top-banner-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-banner-item {
  margin: 0.9rem 0 0;
  width: 100%;
  height: 6.177rem;
}
.top-banner-item:nth-child(1), .top-banner-item:nth-child(2) {
  margin-top: 0;
}
.top-banner-item a {
  display: block;
}
.top-banner-item.is-half {
  width: 17.4rem;
}
.top-banner .apology {
  width: 100%;
  margin-top: 0.9rem;
}
.top-banner .apology-inner {
  padding: 1rem 0.85rem 1.3rem;
}
.top-banner.is-top {
  margin: 1.25rem auto;
}

@media (min-width: 750px) {
  .top-banner {
    margin: 60px auto;
    padding: 0;
    width: 1040px;
  }
  .top-banner.is-showcase {
    margin: 10px auto 0;
  }
  .top-banner a:hover {
    opacity: 0.7;
  }
  .top-banner-item {
    margin: 15px 0 0;
    height: auto;
  }
  .top-banner-item.is-half {
    width: 515px;
    height: 80px;
  }
  .top-banner-item a:hover {
    opacity: 0.7;
  }
  .top-banner .apology {
    margin-top: 15px;
  }
  .top-banner .apology-inner {
    padding: 15px;
  }
  .top-banner.is-top {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.exosome-attention {
  margin-top: 0.8rem;
  border: 1px solid #cbcbcb;
}
.exosome-attention-pic {
  position: relative;
  height: 6.5rem;
  /*切り替え*/
}
.exosome-attention-pic::before {
  content: url(/img/bnr_arrow.svg);
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.35rem;
  z-index: 20;
}
.exosome-attention-pic::after {
  content: "";
  width: 100%;
  height: 1rem;
  background: linear-gradient(0deg, #ad3164 0%, #d1528f 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.exosome-attention-pic.is-active:before {
  transform: rotate(180deg);
  bottom: -0.1rem;
}
.exosome-attention-box {
  height: 0;
  padding: 0;
  transition: 0.3s all;
  overflow: hidden;
  opacity: 0;
}
.exosome-attention-box.is-open {
  height: auto;
  padding: 1.5rem 0;
  opacity: 1;
}
.exosome-attention-title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.exosome-attention-text {
  font-size: 1.2rem;
  line-height: 1.7;
  padding: 0 1.5rem;
}
.exosome-attention-text mark {
  background: none;
  font-weight: bold;
  color: #a0293c;
}
.exosome-attention-name {
  margin: 1rem 1.5rem 0;
  text-align: right;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
.exosome-attention-name span {
  display: inline-block;
  margin-right: 0.8rem;
  font-size: 1.2rem;
}

@media (min-width: 750px) {
  .exosome-attention {
    margin-top: 15px;
  }
  .exosome-attention-pic {
    height: 100px;
  }
  .exosome-attention-pic::before {
    width: 15px;
    height: 10;
    bottom: 4px;
  }
  .exosome-attention-pic::after {
    height: 20px;
    bottom: 0;
  }
  .exosome-attention-box.is-open {
    padding: 25px 0 20px;
  }
  .exosome-attention-title {
    margin-bottom: 15px;
    font-size: 23px;
  }
  .exosome-attention-text {
    margin-top: 8px;
    padding: 0 70px;
    font-size: 14px;
    line-height: 1.8;
  }
  .exosome-attention-name {
    margin-top: 10px;
    padding: 0 70px;
    font-size: 16px;
  }
  .exosome-attention-name span {
    margin-right: 8px;
    font-size: 14px;
  }
}
.modstvcd {
  padding: 0 1.5rem 1rem;
}
.modstvcd-inner {
  margin: 0 auto;
  background-color: #fff;
}
.modstvcd-number {
  padding: 0.6rem 0 0.5rem;
  border: 1px solid #dfdfdf;
  border-top: 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  color: #465b63;
  line-height: 1;
}
.modstvcd-number.is-onair {
  font-size: 2rem;
}
.modstvcd-number.is-onair a {
  color: #fc5e63;
  text-decoration: none;
}
.modstvcd-number span {
  display: inline-block;
  margin: 0 0.25em;
  font-size: 0.5em;
}

@media (min-width: 750px) {
  .modstvcd {
    padding: 0 0 30px;
  }
  .modstvcd-inner {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin: 0 auto;
    width: 900px;
  }
  .modstvcd-banner {
    width: 515px;
  }
  .modstvcd-banner a {
    transition: 0.2s all;
    display: block;
  }
  .modstvcd-banner a:hover {
    opacity: 0.7;
  }
  .modstvcd-number {
    padding: 16px 0 0;
    width: 385px;
    border: 1px solid #dfdfdf;
    border-left: 0;
    letter-spacing: 0;
    font-size: 46px;
  }
  .modstvcd-number.is-onair {
    padding-top: 22px;
    font-size: 32px;
  }
  .modstvcd-number.is-onair a {
    transition: 0.2s all;
    display: block;
  }
  .modstvcd-number.is-onair a:hover {
    opacity: 0.7;
  }
  .modstvcd-number span {
    margin: 0 3px;
  }
}
@keyframes slidecase {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  58% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.blog {
  margin: 2.4rem 0 0;
}
.blog-title {
  margin: 0;
}
.blog-lead {
  padding: 0 1.5rem;
  margin: 0 0 2rem;
}
.blog-inner {
  margin-top: -0.25rem;
  padding: 0.65rem 0 0;
  background-image: url(/img/blog_bg6.jpg);
  background-repeat: no-repeat;
  background-size: 13.5rem auto;
  background-position: top left 0.7rem;
}
.blog-monitor-number {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 0 14.5rem;
}
.blog-monitor-number-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 8rem;
  height: 4.7rem;
  background-color: #313131;
  border-radius: 6px 0 0 0;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #fff;
}
.blog-monitor-number-detail {
  margin: 0;
  padding: 0.2rem 0 0;
  height: 4.7rem;
  width: 13.5rem;
  border-bottom: 1px solid #313131;
  text-align: center;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #25395f;
}
.blog-monitor-number-detail-number {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 0.25rem 0 0;
  line-height: 1;
  font-size: 4rem;
}
.blog-monitor-number .period {
  display: block;
  width: 100%;
  margin: 0.4em 0 0 0.5rem;
  font-size: 1rem;
  opacity: 0.65;
}
.blog-contents {
  padding: 0 1rem;
}
.blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0.65rem 0 1.5rem;
}
.blog-item {
  margin: 1rem 0 0;
  width: 100%;
}
.blog-item a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-decoration: none;
  color: #62686e;
}
.blog-item:nth-child(1) {
  margin-top: 0.5rem;
}
.blog-item:nth-child(1) .blog-case-item:nth-of-type(2) {
  animation-delay: 3.4s;
}
.blog-item:nth-child(2) .blog-case-item:nth-of-type(2) {
  animation-delay: 4.2s;
}
.blog-item:nth-child(3) .blog-case-item:nth-of-type(2) {
  animation-delay: 5s;
}
.blog-item:nth-child(4) .blog-case-item:nth-of-type(2) {
  animation-delay: 5.8s;
}
.blog-case, .blog-case-item, .blog-case-item-inner {
  width: 100%;
  height: 8rem;
}
.blog-case {
  position: relative;
  overflow: hidden;
  width: 12rem;
}
.blog-case-item {
  z-index: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.blog-case-item-inner {
  position: relative;
}
.blog-case-item-inner::after {
  content: "Before";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 5.2rem;
  height: 1.7rem;
  background-color: rgba(159, 119, 75, 0.65);
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.blog-case-item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.blog-case-item:nth-of-type(2) {
  z-index: 1;
  animation: slidecase 12s ease infinite;
  opacity: 0;
  animation-delay: 3s;
}
.blog-case-item:nth-of-type(2) .blog-case-item-inner::after {
  content: "After";
  background-color: rgba(255, 146, 150, 0.65);
}
.blog-case-data {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0.5em 0 1em;
  line-height: 1;
  color: #625a51;
}
.blog-case-note {
  margin: 0.2rem 0 0;
  padding: 0;
  line-height: 1.25;
  font-size: 10px;
  color: #888;
  word-break: break-all;
}
.blog-case-note.is-new::after {
  content: "New!";
  display: inline-block;
  margin: 0 0 0 0.4rem;
  line-height: 1;
  color: #be3565;
  font-size: 1rem;
}
.blog-case-doctor {
  margin: 0 1rem 0.25rem 0;
  padding: 0.4rem 0 0.4rem 2.5rem;
  background-image: url(/theme/img/icon_nagano.png);
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: left top;
  font-size: 1.2rem;
  line-height: 1;
  color: #9f774b;
}
.blog-case-doctor.is-hojo {
  background-image: url(/theme/img/icon_hojo.png);
}
.blog-case-doctor.is-boyer {
  background-image: url(/theme/img/icon_boyer.png);
}
.blog-case-doctor.is-so {
  background-image: url(/theme/img/icon_so.png);
}
.blog-case-doctor.is-tani {
  background-image: url(/theme/img/icon_tani.png);
}
.blog-case-doctor.is-yoshie {
  background-image: url(/theme/img/icon_yoshie.png);
}
.blog-case-doctor.is-tateyama {
  background-image: url(/theme/img/icon_tateyama.png);
}
.blog-case-doctor.is-nohara {
  background-image: url(/theme/img/icon_nohara.png);
}
.blog-case-doctor.is-yoshida {
  background-image: url(/theme/img/icon_yoshida.png);
}
.blog-case-doctor.is-mori {
  background-image: url(/theme/img/icon_mori.png);
}
.blog-case-doctor.is-yamada {
  background-image: url(/theme/img/icon_yamada.png);
}
.blog-case-doctor.is-fujioka {
  background-image: url(/theme/img/icon_fujioka.png);
}
.blog-case-doctor.is-iguchi {
  background-image: url(/theme/img/icon_iguchi.png);
}
.blog-case-doctor.is-matsumoto {
  background-image: url(/theme/img/icon_matsumoto.png);
}
.blog-case-doctor.is-shimada {
  background-image: url(/theme/img/icon_shimada.png);
}
.blog-case-doctor.is-ishihara {
  background-image: url(/theme/img/icon_ishihara.png);
}
.blog-case-doctor.is-hakoda {
  background-image: url(/theme/img/icon_hakoda.png);
}
.blog-case-doctor.is-kaneyuku {
  background-image: url(/theme/img/icon_kaneyuku.png);
}
.blog-case-treatment {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -0.2rem;
  margin: 0;
  padding: 0.2em 0.75em;
  height: 1.6rem;
  border: 1px solid #c7b27c;
  font-size: 1rem;
  line-height: 1;
  color: #c7b27c;
}
.blog-case-text {
  margin: 0.2rem 0 0;
  width: 100%;
  font-size: 1.1rem;
}
.blog-banner-list {
  display: flex;
  margin: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-banner-item {
  margin: 0.5rem 0 0;
  width: 17.5rem;
}
.blog-banner-item:nth-child(1), .blog-banner-item:nth-child(2) {
  margin-top: 0;
}
.blog-banner-item a {
  display: block;
}

@media (min-width: 750px) {
  .blog {
    position: relative;
    margin: 60px auto 0;
    width: 1100px;
  }
  .blog-title {
    margin: 0;
    width: 577px;
  }
  .blog-lead {
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
  }
  .blog-inner {
    background-image: url(/img/blog_bg6_pc.jpg);
    background-size: 510px auto;
    background-position: top 0 left 25px;
  }
  .blog-monitor-number {
    padding: 0 0 0 565px;
    width: 100%;
  }
  .blog-monitor-number-title {
    padding: 0 10px;
    width: 220px;
    height: 60px;
    font-size: 18px;
  }
  .blog-monitor-number-detail {
    margin: 0;
    width: 215px;
    height: 60px;
    font-size: 20px;
  }
  .blog-monitor-number-detail-number {
    height: 60px;
    margin: 0 5px 0 0;
    padding: 0;
    font-size: 60px;
    letter-spacing: -0.03em;
  }
  .blog-monitor-number-detail .period {
    margin: 5px 0 0 2px;
    font-size: 10px;
  }
  .blog-contents {
    padding: 25px 0 0;
  }
  .blog-list {
    margin: 0 auto;
    padding: 0;
    width: 1040px;
  }
  .blog-item {
    margin: 10px 0 0;
    width: 240px;
    display: block;
  }
  .blog-item:nth-child(1), .blog-item:nth-child(2), .blog-item:nth-child(3), .blog-item:nth-child(4) {
    margin-top: 0;
  }
  .blog-item:nth-child(1) .blog-case-item:nth-of-type(2) {
    animation-delay: 3s;
  }
  .blog-item:nth-child(2) .blog-case-item:nth-of-type(2) {
    animation-delay: 3.5s;
  }
  .blog-item:nth-child(3) .blog-case-item:nth-of-type(2) {
    animation-delay: 4s;
  }
  .blog-item:nth-child(4) .blog-case-item:nth-of-type(2) {
    animation-delay: 4.5s;
  }
  .blog-item:nth-child(5) .blog-case-item:nth-of-type(2) {
    animation-delay: 5s;
  }
  .blog-item:nth-child(6) .blog-case-item:nth-of-type(2) {
    animation-delay: 5.5s;
  }
  .blog-item:nth-child(7) .blog-case-item:nth-of-type(2) {
    animation-delay: 6s;
  }
  .blog-item:nth-child(8) .blog-case-item:nth-of-type(2) {
    animation-delay: 6.5s;
  }
  .blog-case, .blog-case-item, .blog-case-item-inner {
    width: 100%;
    height: 150px;
    background-color: #ccc;
  }
  .blog-case {
    position: relative;
  }
  .blog-case-item-inner::after {
    width: 66px;
    height: 22px;
    font-size: 12px;
  }
  .blog-case-data {
    position: relative;
    margin: 7px 0 0;
    padding: 0;
  }
  .blog-case-note {
    padding: 5px 8px 5px;
    width: 100%;
    border: 0;
    font-size: 10px;
  }
  .blog-case-note.is-new::after {
    font-size: 10px;
  }
  .blog-case-doctor {
    margin: 0;
    padding: 44px 0 0;
    width: 56px;
    height: 38px;
    background-size: 38px auto;
    background-position: top center;
    font-size: 11px;
    letter-spacing: -0.03em;
    text-align: center;
  }
  .blog-case-treatment {
    position: absolute;
    top: 0;
    left: 60px;
    margin: 0;
    height: 18px;
    font-size: 10px;
  }
  .blog-case-text {
    display: flex;
    margin: -20px 0 0;
    min-height: 33px;
    padding: 0 0 0 60px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
  }
  .blog-case-note {
    margin-top: 5px;
    padding: 0;
  }
  .blog-banner-list {
    justify-content: flex-start;
    margin: 20px 0 0;
    padding: 0 29px;
  }
  .blog-banner-item {
    margin: 0 10px 10px 0;
    width: 253px;
  }
  .blog-banner-item:nth-of-type(4), .blog-banner-item:nth-of-type(8), .blog-banner-item:nth-of-type(12) {
    margin: 0 0 10px 0;
  }
}
.pickup {
  margin: 5rem 0 0;
  padding: 2.5rem 0;
  background: rgb(28, 28, 36);
  background: -moz-linear-gradient(left, rgb(28, 28, 36) 0%, rgb(28, 28, 36) 88%, rgb(28, 28, 36) 88%, rgb(255, 255, 255) 88%, rgb(255, 255, 255) 88%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(left, rgb(28, 28, 36) 0%, rgb(28, 28, 36) 88%, rgb(28, 28, 36) 88%, rgb(255, 255, 255) 88%, rgb(255, 255, 255) 88%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgb(28, 28, 36) 0%, rgb(28, 28, 36) 88%, rgb(28, 28, 36) 88%, rgb(255, 255, 255) 88%, rgb(255, 255, 255) 88%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1c1c24", endColorstr="#ffffff",GradientType=1 );
}
.pickup .top-title {
  margin-bottom: 2rem;
  color: #fff;
}
.pickup-list {
  margin: 0;
  display: flex;
  min-height: 23.5rem;
}
.pickup-item {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0.3rem;
  padding: 0;
  width: 16.7rem;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pickup-item a {
  display: block;
  position: relative;
  padding: 128.42% 0 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.pickup-title, .pickup-text {
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
}
.pickup-title {
  padding: 2.3rem 0 0 1.3rem;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
}
.pickup-title::after {
  content: attr(data-text);
  display: block;
  margin: 0.65rem 0 0;
  font-size: 0.8rem;
  color: #c7b27c;
}
.pickup-text {
  padding: 7rem 1.3rem 0 1.3rem;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.6;
}

@media (min-width: 750px) {
  .pickup-list {
    margin: 0 auto;
    max-width: 1240px;
  }
}
.recommended-lead {
  margin-bottom: 1.5rem;
}
.recommended-item.is-books {
  margin-top: 4px;
  width: 100%;
}
.recommended-item.is-books a {
  background-position: right 1rem bottom 1.4rem;
  padding: 1.2rem 1rem;
}
.recommended-item.is-books .link-c-text {
  min-height: auto;
}
.recommended-item.is-books .link-c-img {
  display: none;
}

@media (min-width: 750px) {
  .recommended-lead {
    margin-bottom: 30px;
    text-align: center;
  }
  .recommended-list {
    margin: 0 auto;
    width: 1040px;
  }
  .recommended-item {
    margin-top: 10px;
    width: 338px;
  }
  .recommended-item:nth-child(1), .recommended-item:nth-child(2), .recommended-item:nth-child(3) {
    margin-top: 0;
  }
  .recommended-item.is-books {
    margin-top: 10px;
    width: 338px;
  }
  .recommended-item.is-books a {
    padding: 10px;
    background-position: right 10px bottom 14px;
  }
  .recommended-item.is-books a:hover {
    background-position: right 7px bottom 14px;
  }
  .recommended-item.is-books .link-c-img {
    display: block;
  }
}
.grad-wrap {
  position: relative;
  margin: 1.5rem 0 0;
  border: 1px solid #9aa5a7;
}
.grad-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 1em 0 0.75em;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #707070;
}
.grad-item {
  position: relative;
  overflow: hidden;
  margin: 0 1rem;
  padding: 0 0.5rem 1.25rem;
  height: 2rem;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.85;
  transition: 0.2s ease;
}
.grad-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: #fff;
}
.grad-item mark {
  background: none;
  font-weight: bold;
  color: #a0293c;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 10rem;
  margin: auto;
  padding: 0.5rem 0;
  border-radius: 6px 6px 0 0;
  border: 1px solid #9aa5a7;
  background: #9aa5a7;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
}
.grad-btn::after {
  content: "続きを読む";
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  background: #fff;
  color: #9aa5a7;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる";
}
.grad-trigger:checked ~ .grad-item {
  padding-bottom: 2.5rem;
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}

@media (min-width: 750px) {
  .grad-wrap {
    margin: 30px auto 0;
    width: 1040px;
  }
  .grad-title {
    padding: 25px 0 28px;
    font-size: 18px;
  }
  .grad-item {
    height: 20px;
    margin: 0 25px;
    padding: 0 20px 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  .grad-item::before {
    height: 55px;
  }
  .grad-btn {
    width: 100px;
    margin: auto;
    font-size: 13px;
  }
  .grad-btn:hover {
    background: #fff;
    color: #9aa5a7;
  }
  .grad-trigger:checked ~ .grad-btn:hover {
    background: #9aa5a7;
    color: #fff;
  }
  .grad-trigger:checked ~ .grad-item {
    padding-bottom: 30px;
  }
}
.sns {
  margin: 4.5rem 0 0;
  padding: 2.8rem 0 3rem;
  background-color: #f5f5f5;
}
.sns-title {
  margin-bottom: 1.2rem;
}
.sns-text {
  margin: 1.2rem 0 0;
  padding: 0 1.5rem;
}
.sns-img {
  margin: 1.5rem 0 0;
  width: 100%;
}

@media (min-width: 750px) {
  .sns {
    margin-top: 60px;
    padding: 40px 0;
  }
  .sns-title {
    margin-bottom: 22px;
  }
  .sns-inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1100px;
  }
  .sns-text {
    margin-top: 12px;
    padding: 0;
  }
  .sns-wrap {
    width: 550px;
  }
  .sns-img {
    margin: 0;
    width: 520px;
  }
}
.sns-tab-list {
  display: flex;
  justify-content: center;
}
.sns-tab-item {
  margin: 0 0.1rem;
  padding: 0.6rem 0.6rem 0.4rem;
  width: 5.2rem;
  border-radius: 0.4rem 0.4rem 0 0;
}
.sns-tab-item.is-active {
  background-color: #fff;
}
.sns-tab-contents-box {
  transition: 0.2s all;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow-x: auto;
}
.sns-tab-contents-box.is-active {
  height: auto;
  opacity: 1;
  background-color: #fff;
}
.sns-tab-contents-box.is-active .sns-tab-contents-list {
  padding: 1.5rem 2.7rem;
}
.sns-tab-contents-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 2.7rem;
  width: 100%;
}
.sns-tab-contents-list.is-column4 {
  width: 34rem;
}
.sns-tab-contents-list.is-column5 {
  width: 41rem;
}
.sns-tab-contents-list.is-column6 {
  width: 49rem;
}
.sns-tab-contents-list.is-column7 {
  width: 57rem;
}
.sns-tab-contents-list.is-column8 {
  width: 65rem;
}
.sns-tab-contents-list.is-column9 {
  width: 73rem;
}
.sns-tab-contents-list.is-column10 {
  width: 81rem;
}
.sns-tab-contents-list.is-column11 {
  width: 89rem;
}
.sns-tab-contents-list.is-column12 {
  width: 97rem;
}
.sns-tab-contents-list.is-column13 {
  width: 105rem;
}
.sns-tab-contents-list.is-column14 {
  width: 113rem;
}
.sns-tab-contents-list.is-column15 {
  width: 121rem;
}
.sns-tab-contents-list.is-column16 {
  width: 129rem;
}
.sns-tab-contents-list.is-column17 {
  width: 137rem;
}
.sns-tab-contents-list.is-column18 {
  width: 145rem;
}
.sns-tab-contents-list.is-column19 {
  width: 153rem;
}
.sns-tab-contents-item {
  margin: 0 1.4rem 0 0;
  width: 6rem;
}
.sns-tab-contents-item:last-child {
  margin-right: 0;
}
.sns-tab-contents-item a {
  text-decoration: none;
  color: #666;
}
.sns-tab-contents-icon-cap {
  margin: 0.3rem 0 0;
  display: block;
  font-size: 10px;
  line-height: 1.1;
}

@media (min-width: 750px) {
  .sns-tab-list {
    margin: 0 auto;
    width: 420px;
  }
  .sns-tab-item {
    margin: 0;
    padding: 10px 10px 8px;
    width: 70px;
    transition: 0.2s all;
  }
  .sns-tab-item:hover {
    opacity: 0.7;
  }
  .sns-tab-item img {
    width: 50px;
  }
  .sns-tab-contents-box.is-active {
    width: 550px;
    height: auto;
    opacity: 1;
    background-color: #fff;
  }
  .sns-tab-contents-box.is-active .sns-tab-contents-list {
    padding: 22px 56px 18px;
  }
  .sns-tab-contents-list {
    padding: 0 56px;
    justify-content: flex-start;
  }
  .sns-tab-contents-list.is-column4, .sns-tab-contents-list.is-column5, .sns-tab-contents-list.is-column6, .sns-tab-contents-list.is-column7, .sns-tab-contents-list.is-column8, .sns-tab-contents-list.is-column9, .sns-tab-contents-list.is-column10, .sns-tab-contents-list.is-column11, .sns-tab-contents-list.is-column12, .sns-tab-contents-list.is-column13, .sns-tab-contents-list.is-column14, .sns-tab-contents-list.is-column15, .sns-tab-contents-list.is-column16, .sns-tab-contents-list.is-column17, .sns-tab-contents-list.is-column18, .sns-tab-contents-list.is-column19 {
    width: 100%;
  }
  .sns-tab-contents-item {
    margin-right: 15px;
    margin-bottom: 8px;
    width: 60px;
  }
  .sns-tab-contents-item:nth-of-type(6), .sns-tab-contents-item:nth-of-type(12), .sns-tab-contents-item:last-child {
    margin-right: 0;
  }
  .sns-tab-contents-item a {
    display: block;
    transition: 0.2s all;
  }
  .sns-tab-contents-item a:hover {
    opacity: 0.7;
  }
  .sns-tab-contents-icon-cap {
    margin-top: 3px;
  }
}
.treatment-lead {
  margin: 0 0 1.5rem;
}
.treatment-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.treatment-item {
  margin: 1rem 0 0;
  width: 100%;
}
.treatment-item:first-child {
  margin-top: 0;
}
.treatment-item.link-e-item {
  width: calc(50% - 0.25rem);
}
.treatment-item-title {
  font-weight: normal;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (min-width: 750px) {
  .treatment-lead {
    margin-bottom: 30px;
    text-align: center;
  }
  .treatment-list {
    margin: 0 auto;
    width: 1040px;
  }
  .treatment-item {
    margin: 12px 0 0;
    width: 514px;
  }
  .treatment-item:nth-child(2) {
    margin-top: 0;
  }
  .treatment-item.link-e-item {
    width: 254px;
  }
}
.apology {
  margin: 2rem 0 0;
}
.apology a {
  display: block;
  text-decoration: none;
  background-image: url(/theme/img/arrow_long_red.svg);
  background-repeat: no-repeat;
  background-size: 3rem auto;
  background-position: right 1rem bottom 0.95rem;
}
.apology-inner {
  margin: 0;
  padding: 1.3rem 0.85rem 2rem;
  border: 1px solid #be3565;
  color: #be3565;
}
.apology-title {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  color: #be3565;
}
.apology-detail {
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: center;
  color: #be3565;
}

@media (min-width: 750px) {
  .apology {
    margin: 35px auto 0;
    width: 1040px;
  }
  .apology a {
    background-size: 30px auto;
    background-position: right 20px bottom 10px;
  }
  .apology a:hover {
    background-position: right 15px bottom 10px;
  }
  .apology-inner {
    margin: 0;
    padding: 20px;
  }
  .apology-title {
    margin: 0 0 14px;
    font-size: 18px;
  }
  .apology-detail {
    font-size: 16px;
  }
}
.monitor-text {
  margin: 1.4rem 0 0;
  padding: 0;
}
.monitor-banner {
  margin: 1rem 0 0;
  padding: 0;
}

@media (min-width: 750px) {
  .monitor {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
    padding: 0;
    width: 1040px;
  }
  .monitor-text {
    margin: 0;
    width: 370px;
    line-height: 1.7;
  }
  .monitor-banner {
    margin: 0;
    padding: 0;
    width: 655px;
  }
}
.plan {
  overflow: hidden;
  position: relative;
  margin: 5rem 0 0;
  padding: 2.5rem 0 7rem;
}
.plan::before, .plan::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.plan::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 94%;
  background-image: url(/img/plan_bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.plan::after {
  top: 0;
  right: 4.5rem;
  width: calc(100% - 4.5rem);
  height: 94%;
  border-radius: 0 1rem 1rem 0;
  background-color: rgba(199, 178, 124, 0.9);
}
.plan .top-title {
  margin-bottom: 2rem;
  color: #fff;
}
.plan .top-title::before {
  color: #313131;
}
.plan-lead {
  padding: 0 1.5rem;
  margin: 0 0 2rem;
  color: #313131;
}
.plan-list {
  display: flex;
  padding: 0 1.5rem;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plan-item {
  width: calc(50% - 4px);
}
.plan-item a {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

@media (min-width: 750px) {
  .plan {
    margin-top: 60px;
    padding: 40px 0 80px;
  }
  .plan::before, z .plan::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
  }
  .plan::before {
    bottom: 0;
    left: 50%;
    margin-left: -260px;
    width: 100vw;
    height: 445px;
    background-image: url(/img/plan_bg_pc.jpg);
    background-size: cover;
  }
  .plan::after {
    top: 0;
    right: 50%;
    margin-right: -420px;
    width: 100vw;
    height: 435px;
  }
  .plan .top-title {
    margin-bottom: 20px;
  }
  .plan-lead {
    margin-bottom: 30px;
    text-align: center;
  }
  .plan-list {
    padding: 0;
    margin: 0 auto;
    max-width: 1040px;
  }
  .plan-item {
    width: 510px;
  }
}
.case {
  margin: 0;
  padding: 2.7rem 0 2.8rem;
  background-repeat: repeat;
  background-size: 100% auto;
}
.case .card-case-box-inner {
  background-color: #fff;
}
.case .card-case-list {
  display: flex;
}
.case .card-case-item {
  margin: 0 1rem;
}
.case .card-case-box-small-text, .case .card-case-box-small-doctor {
  display: inline;
}
.case .slick-list {
  padding-bottom: 1rem !important;
}
.case-link {
  margin: 0;
  padding: 0 1.5rem;
}
.case-link-list {
  margin: 0.5rem 0 0;
}
.case-link-item {
  display: inline-block;
  margin: 0.5em 0.4em 0 0;
}
.case-link-item a {
  display: inline-block;
  border: 1px solid #c7b27c;
  padding: 0.6em 0.75em 0.5em;
  line-height: 1;
  font-size: 10px;
  text-decoration: none;
  color: #c7b27c;
}

@media (min-width: 750px) {
  .case {
    margin: 50px 0 0;
    padding: 40px 0 60px;
  }
  .case .card-case-box-inner {
    background-color: #fff;
  }
  .case .card-case-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1040px;
  }
  .case .card-case-item {
    margin: 0;
    width: 340px;
  }
  .case-link {
    margin: 0;
    padding: 0 1.5rem;
  }
  .case-link-list {
    margin: 10px auto 0;
    width: 1040px;
  }
  .case-link-item {
    margin: 8px 8px 0 0;
  }
}
.ptn1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgb(247, 243, 233) 70%, rgb(247, 243, 233) 70%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgb(247, 243, 233) 70%, rgb(247, 243, 233) 70%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgb(247, 243, 233) 70%, rgb(247, 243, 233) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f7f3e9",GradientType=1 );
}
.ptn1-pic {
  order: -1;
  width: 100%;
  height: 0;
  padding: 16rem 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.ptn1-inner {
  padding: 3rem 1.5rem 4rem;
  width: 100%;
}

@media (min-width: 750px) {
  .ptn1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ptn1-pic {
    width: 50%;
    padding: 652px 0 0;
  }
  .ptn1-inner {
    padding: 40px 0 0 60px;
    background-color: #f6f3e9;
    width: 50%;
  }
}
.society {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.society-lead {
  margin: 0;
  padding: 0 0.5rem;
  font-size: 14px;
  line-height: 1.5;
}
.society-list {
  margin: 1.5rem auto 0;
  width: 34rem;
}
.society-item {
  margin: 1rem 0 0;
}
.society-item:first-child {
  margin-top: 0;
}
.society-item a {
  text-decoration: none;
  color: #666;
}
.society-item-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.society-info {
  position: relative;
  flex: 1;
  margin: 0 0 0 1.5rem;
  padding: 2.5rem 0 0 0;
}
.society-info-title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}
.society-info-date {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px;
  line-height: 1;
}
.society-category {
  display: block;
  position: absolute;
  top: 2px;
  left: 6.5em;
  padding: 2px 0;
  width: 64px;
  background-color: #000;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.society-category.is-society {
  background-color: #a5c3e6;
}
.society-category.is-seminar {
  background-color: #e6c1a5;
}
.society-thum {
  order: -1;
  margin: 0;
  width: 9rem;
}

@media (min-width: 750px) {
  .society .top-title {
    width: 490px;
  }
  .society-pic {
    padding: 650px 0 0;
    background-image: url(/img/society_bg_pc.jpg) !important;
    background-position: right center;
  }
  .society-lead, .society-wrap {
    width: 490px;
    margin: 0;
  }
  .society-lead {
    margin-bottom: 25px;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .society-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .society-list {
    margin: 0;
    width: 100%;
  }
  .society-item {
    margin: 10px 0 0;
  }
  .society-item:first-child {
    margin-top: 0;
  }
  .society-info {
    margin: 0 0 0 10px;
    padding-top: 25px;
  }
  .society-info-date {
    top: 4px;
  }
  .society-category {
    top: 0;
    left: 86px;
  }
  .society-thum {
    width: 87px;
  }
  .society .link a {
    margin-left: 90px;
  }
}
@media (min-width: 750px) {
  .faq-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 980px;
  }
  .faq-item {
    width: 450px;
  }
  .faq-item:first-child .module-qa-inner {
    padding: 25px 0;
  }
  .faq-item:nth-child(3)::after, .faq-item:nth-child(4)::after {
    display: none;
  }
}
.movie {
  padding: 3rem 0;
  background-color: #1c1c24;
}
.movie-title {
  color: #fff;
}
.movie-lead {
  margin: 0 0 2rem;
}
.movie-lead-text {
  color: #fff;
}
.movie-lead-number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2rem 1rem 0;
  padding: 0;
  border-bottom: 1px solid #fff;
}
.movie-lead-number-dt {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0 0 0 3.5rem;
  width: 15.2rem;
  height: 4.7rem;
  background-color: #fff;
  background-image: url(/img/movie_icon.svg);
  background-position: left 1rem center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  text-align: center;
  border-radius: 0.6rem 0 0 0;
  color: #313131;
  font-size: 1.8rem;
}
.movie-lead-number-dd {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0;
  padding: 0 1.5rem 0 0;
  font-size: 2.2rem;
  color: #fff;
}
.movie-lead-number-dd span {
  display: inline-block;
  margin-right: 0.75rem;
  font-size: 4rem;
}
.movie-main {
  position: relative;
  margin: 0 0 1.5rem;
}
.movie-main-title {
  position: absolute;
  top: -0.5rem;
  left: -0.75rem;
  z-index: 10;
}
.movie-main-title-text {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 3.2rem;
  background: #9c1c20;
  font-weight: bold;
  color: #fff;
  font-size: 1.6rem;
}
.movie-main-title-text::before {
  position: absolute;
  content: "";
  top: 3.2rem;
  left: 0;
  border: none;
  border-bottom: solid 1rem transparent;
  border-right: solid 0.75rem rgb(149, 158, 155);
}
.movie-main iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie-main-item {
  position: relative;
  width: 100%;
  margin: 0 0 1.2rem;
  padding-top: 56.25%;
}
.movie-main .movie-item-info {
  padding: 0;
}
.movie-list {
  margin: 0;
}
.movie-item {
  margin: 1rem 0 0;
  list-style: none;
}
.movie-item a {
  color: #333;
  text-decoration: none;
}
.movie-item-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.movie-item-info {
  flex: 1;
  padding: 0 0 0 0.75rem;
}
.movie-item-title {
  margin: 0 0 0.75rem;
  line-height: 1.35;
  font-size: 1.4rem;
  color: #fff;
}
.movie-item-text {
  display: none;
}
.movie-item-date, .movie-item-cat {
  color: #c7b27c;
  font-size: 1rem;
}
.movie-item-cat {
  margin: 0 0 0 0.1em;
}
.movie-item-cat::before {
  content: "｜";
  margin: 0 0.1em 0 0;
}
.movie-item-thum {
  order: -1;
  margin: 0;
  width: 16rem;
}
.movie-banner {
  margin: 2rem 0 0;
}
.movie-banner-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.movie-banner-item {
  margin: 0.5rem 0 0;
  width: calc(50% - 0.25rem);
}
.movie-banner-item a {
  display: block;
}
.movie-banner-item:nth-child(1), .movie-banner-item:nth-child(2) {
  margin-top: 0;
}
.movie-category {
  margin: 1rem 0 0;
}
.movie-category-item {
  display: inline-block;
  margin: 0.55rem 0.55rem 0 0;
}
.movie-category-item a {
  display: block;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  border: 1px solid #93846a;
  font-size: 1rem;
  color: #93846a;
}

@media (min-width: 750px) {
  .movie {
    padding: 40px 0 60px;
  }
  .movie-lead {
    margin: 0 auto 30px;
    width: 1040px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .movie-lead-text {
    width: 515px;
    line-height: 1.5;
  }
  .movie-lead-text br {
    display: none;
  }
  .movie-lead-number {
    margin: 0;
    width: 450px;
    height: 60px;
  }
  .movie-lead-number-dt {
    padding-left: 50px;
    width: 190px;
    height: 60px;
    font-size: 20px;
    background-position: left 20px center;
  }
  .movie-lead-number-dd {
    padding-right: 25px;
    font-size: 34px;
    color: #fff;
  }
  .movie-lead-number-dd span {
    margin-right: 10px;
    font-size: 61px;
  }
  .movie-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px auto 0;
    width: 1100px;
  }
  .movie-main {
    margin: 0;
    width: 560px;
  }
  .movie-main-title {
    position: absolute;
    top: -8px;
    left: -10px;
  }
  .movie-main-title-text {
    width: 110px;
    height: 36px;
    font-size: 16px;
  }
  .movie-main-title-text::before {
    top: 36px;
  }
  .movie-main-item {
    margin-bottom: 0;
    padding-top: 314px;
  }
  .movie-main .movie-item-info {
    display: none;
  }
  .movie-list {
    width: 520px;
  }
  .movie-item {
    margin: 11px 0 0;
    width: 100%;
  }
  .movie-item:first-child {
    margin-top: 0;
  }
  .movie-item-info {
    margin: 0;
    padding: 0 0 0 10px;
    width: auto;
    flex: 1;
  }
  .movie-item-title {
    margin: 0 0 5px;
    line-height: 1.35;
    font-size: 14px;
  }
  .movie-item-date, .movie-item-cat {
    font-size: 12px;
  }
  .movie-item-cat {
    margin: 0 0 0 3px;
  }
  .movie-item-thum {
    width: 125px;
  }
  .movie-banner {
    margin-top: 30px;
  }
  .movie-banner-list {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .movie-banner-item {
    margin: 13px 0 0 13px;
    width: 250px;
  }
  .movie-banner-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .movie-banner-item:nth-child(1), .movie-banner-item:nth-child(2), .movie-banner-item:nth-child(3), .movie-banner-item:nth-child(4) {
    margin-top: 0;
  }
  .movie-category {
    margin-top: 20px;
  }
  .movie-category-item {
    margin: 6px 6px 0 0;
  }
  .movie-category-item a {
    padding: 8px 12px;
    font-size: 12px;
  }
}
.concept {
  margin-top: 0;
}
.concept-text {
  padding: 0 0.5rem;
}

@media (min-width: 750px) {
  .concept-pic {
    order: 1;
    background-image: url(/img/concept_bg_pc.jpg) !important;
    background-position: left center;
  }
  .concept-inner {
    position: relative;
    height: 650px;
    padding: 40px 0 0;
  }
  .concept-title, .concept-box, .concept-button {
    position: absolute;
    right: 90px;
    width: 400px;
  }
  .concept-title {
    top: 50px;
  }
  .concept-box {
    top: 130px;
  }
  .concept-text {
    line-height: 1.8;
  }
  .concept-button {
    margin-top: 0;
    top: 500px;
  }
}
.reason {
  padding-bottom: 2.5rem;
}
.reason-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.reason-item {
  position: relative;
  margin: 2.2rem 0 0;
  width: 16.8rem;
}
.reason-item:nth-child(1), .reason-item:nth-child(2) {
  margin-top: 0;
}
.reason-item::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.2rem;
  left: -1rem;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.reason-item:nth-child(1)::after {
  background-image: url(/img/reason_no1.png);
}
.reason-item:nth-child(2)::after {
  background-image: url(/img/reason_no2.png);
}
.reason-item:nth-child(3)::after {
  background-image: url(/img/reason_no3.png);
}
.reason-item:nth-child(4)::after {
  background-image: url(/img/reason_no4.png);
}
.reason-item:nth-child(5)::after {
  background-image: url(/img/reason_no5.png);
}
.reason-item:nth-child(6)::after {
  background-image: url(/img/reason_no6.png);
}
.reason-lead {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 3.6rem;
  padding: 0 0.5rem 0 3.3rem;
  margin: 0 0 0 0.2rem;
  border-top: 1px solid #e6a1a1;
  border-bottom: 1px solid #e6a1a1;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-weight: bold;
  color: #666;
}
.reason-pic {
  margin: 0.8rem 0 0;
}
.reason-text {
  margin: 0.6rem 0 0;
  font-size: 12px;
  line-height: 1.35;
}

@media (min-width: 750px) {
  .reason {
    padding-bottom: 30px;
  }
  .reason-list {
    padding: 0;
    margin: 0 auto;
    width: 1060px;
  }
  .reason-item {
    margin-top: 33px;
    width: 315px;
  }
  .reason-item:nth-child(3) {
    margin-top: 0;
  }
  .reason-item::after {
    top: -15px;
    left: -35px;
    width: 68px;
    height: 68px;
  }
  .reason-lead {
    height: 38px;
    padding: 0 0 0 42px;
    margin: 0;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
  }
  .reason-pic {
    margin-top: 12px;
  }
  .reason-text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    text-align: justify;
  }
}
.doctor {
  margin-top: 2rem;
}
.doctor-text {
  margin: 0 0 1.75rem;
  padding: 0 0.5rem;
}

@media (min-width: 750px) {
  .doctor-pic {
    padding-top: 460px;
    background-image: url(/img/doctor_bg15_pc.jpg) !important;
    background-position: right center;
    background-size: auto 100%;
    background-color: #d4d4d4;
  }
  .doctor-inner {
    padding-left: 100px;
  }
  .doctor-title, .doctor-text {
    width: 400px;
  }
  .doctor-text {
    line-height: 1.8;
  }
  .doctor .link a {
    margin-left: 20px;
  }
}
@media (min-width: 750px) {
  .clinic-list {
    margin: 0 auto;
    width: 850px;
  }
  .clinic-inner {
    height: 480px;
  }
  .clinic-item {
    margin-top: 0;
  }
  .clinic-item:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
.supervision {
  padding: 0 1.5rem;
}
.supervision a {
  text-decoration: underline;
  color: #549df2;
}
.supervision-lead {
  margin: 0 0 1.5rem;
  padding: 0;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  color: #be3565;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.supervision-text {
  padding: 0;
}
.supervision-doctor {
  display: flex;
  flex-wrap: wrap;
  margin: 1.25rem 0 1.5rem;
}
.supervision-doctor-item {
  width: 8.2rem;
}
.supervision-doctor-item:nth-of-type(n+2) {
  margin-left: 0.5rem;
}
.supervision-doctor-item:nth-of-type(n+5) {
  margin-top: 0.5rem;
}
.supervision-doctor-item:nth-of-type(5), .supervision-doctor-item:nth-of-type(9) {
  margin-left: 0;
}
.supervision-doctor-pic {
  margin: 0 0 0.5rem;
}
.supervision-doctor-name {
  margin: 0;
  text-align: center;
  font-size: 10px;
  line-height: 1.3;
}
.supervision-doctor-name a {
  text-decoration: none;
  color: #333;
}
.supervision .is-boyer .supervision-doctor-name {
  letter-spacing: -0.085em;
}

.guidelines {
  margin: 2rem 0 0;
  padding: 1rem;
  background-color: #f5f5f5;
}
.guidelines-title {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
.guidelines-text {
  margin: 0.25rem 0 0;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: -0.025em;
}

@media (min-width: 750px) {
  .supervision {
    padding: 40px 0 0;
  }
  .supervision-title {
    margin-bottom: 25px;
    font-size: 32px;
  }
  .supervision-title br {
    display: none;
  }
  .supervision-lead {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .supervision-text {
    margin-right: auto;
    margin-left: auto;
    width: 765px;
    text-align: center;
    line-height: 1.8;
  }
  .supervision-doctor {
    margin: 20px auto 25px;
    padding: 0;
    width: 900px;
    justify-content: left;
  }
  .supervision-doctor-item {
    width: 140px;
  }
  .supervision-doctor-item:nth-of-type(n+2) {
    margin-left: 10px;
  }
  .supervision-doctor-item:nth-of-type(n+6) {
    width: 140px;
  }
  .supervision-doctor-item:nth-of-type(7) {
    margin-left: 0;
  }
  .supervision-doctor-item:nth-of-type(n+5) {
    margin-top: 0;
  }
  .supervision-doctor-item:nth-of-type(n+7) {
    margin-top: 14px;
  }
  .supervision-doctor-pic {
    margin-bottom: 8px;
  }
  .supervision-doctor-name {
    line-height: 1;
    font-size: 14px;
  }
  .supervision .is-boyer .supervision-doctor-name {
    letter-spacing: 0;
  }
  .guidelines {
    margin: 30px auto 0;
    padding: 20px;
    width: 970px;
  }
  .guidelines-title {
    font-size: 14px;
  }
  .guidelines-text {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 1.6;
  }
}
.special {
  padding: 2.5rem 0 3rem;
  background-color: #fff;
}
.special-list {
  padding: 0 0 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}
.special-item {
  margin: 0.8rem 0 0;
  width: 17rem;
}
.special-item.is-wide {
  width: 100%;
}
.special-item:nth-child(1) {
  margin-top: 0;
}
.special-item a {
  display: block;
}

@media (min-width: 750px) {
  .special {
    margin-top: 40px;
  }
  .special-list {
    padding: 0;
    margin: 0 auto;
    padding: 0;
    width: 1040px;
  }
  .special-item {
    margin: 10px 0 0;
    width: 254px;
  }
  .special-item.is-wide {
    width: 516px;
  }
  .special-item:nth-child(1) {
    margin: 10px 0 0;
  }
}
.book-info {
  margin: 2.5rem 0 0;
  padding: 1.8rem 0;
  background-color: #f5f5f5;
}
.book-info-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}
.book-info-box {
  margin: 0 0 0 1.75rem;
  flex: 1;
}
.book-info-title {
  text-indent: -0.4em;
  font-size: 1.4rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  color: #93846a;
}
.book-info-author {
  margin: 0.65rem 0 0;
  display: block;
  font-size: 1rem;
  line-height: 1;
}
.book-info-text {
  margin: 0.5rem 0 0;
  line-height: 1.5;
  font-size: 1rem;
}
.book-info-sale {
  margin: 1.1rem 0 0;
}
.book-info-sale-title {
  margin: 0 0 0.8rem;
  padding: 0.25em 0;
  border-top: 1px solid #625950;
  border-bottom: 1px solid #625950;
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
}
.book-info-sale-link {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
}
.book-info-sale-link-item {
  margin: 0 0.5rem 0 0;
  width: 10rem;
}
.book-info-sale-link-item:last-child {
  margin-right: 0;
}
.book-info-sale-link-item a {
  display: block;
  padding: 0.5em 0;
  width: 100%;
  border-radius: 2px;
  background: #9e764b;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
}
.book-info-pic {
  order: -1;
  margin: 0;
  width: 8rem;
}
.book-info-pic img {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
}

@media (min-width: 750px) {
  .book-info {
    margin-top: 50px;
    padding: 25px 0;
  }
  .book-info-inner {
    margin: 0 auto;
    padding: 0;
    width: 645px;
  }
  .book-info-box {
    margin: 0 0 0 35px;
  }
  .book-info-title {
    font-size: 22px;
  }
  .book-info-author {
    margin: 7px 0 0;
    font-size: 12px;
  }
  .book-info-text {
    margin: 10px 0 0;
    line-height: 1.7;
    font-size: 14px;
  }
  .book-info-sale {
    margin: 16px 0 0;
    padding: 14px 0 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #625950;
  }
  .book-info-sale-title {
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #625950;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
  }
  .book-info-sale-link-item {
    margin: 0 10px 0 0;
    width: 100px;
  }
  .book-info-sale-link-item a {
    padding: 6px 0;
    font-size: 12px;
  }
  .book-info-sale-link-item a:hover {
    opacity: 0.7;
  }
  .book-info-pic {
    width: 120px;
  }
  .book-info-pic img {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  }
}
.footer {
  margin-top: 0;
}

.news {
  margin: 0;
  background: #fff url(/shared/img/grayback150.png) repeat 0 0;
  background-size: 50%;
}
.news-inner {
  margin: 0 auto;
  padding: 0.45em;
  background-color: rgba(255, 255, 255, 0.2);
}
.news-box {
  margin: 0;
  padding: 0.75em;
  border: 1px solid #ab1937;
}
.news-title {
  margin: 0 0 0.45em;
  font-weight: bold;
  line-height: 1;
  font-size: 11px;
}
.news-title::before {
  content: "＜";
}
.news-title::after {
  content: "＞";
}
.news-text {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
}
.news-text mark {
  background: none;
  font-weight: bold;
  color: #ab1937;
}

@media (min-width: 750px) {
  .news {
    background-size: 50px;
  }
  .news-inner {
    margin: 0 auto;
    padding: 6px 0;
    width: 1100px;
  }
  .news-box {
    padding: 6px 15px 5px;
  }
  .news-title {
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0 1em 0 0;
    border-right: 1px solid #666;
    font-size: 13px;
  }
  .news-title::before, .news-title::after {
    display: none;
  }
  .news-text {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
  }
}
.new-clinic {
  margin: 0;
  padding: 0 1.6rem 0.5rem;
  width: 100%;
}

@media (min-width: 750px) {
  .new-clinic {
    padding: 0 0 15px;
    margin: 0 auto;
    width: 1040px;
  }
  .new-clinic a {
    display: block;
  }
  .new-clinic a:hover {
    opacity: 0.7;
  }
}
.statement-inner {
  padding: 0 1.5rem;
}
.statement-pic {
  margin: 0;
}

@media (min-width: 750px) {
  .statement-inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
  .statement-pic {
    margin: 0;
  }
  .statement-wrap {
    justify-content: space-between;
  }
  .statement .doctor-introduce-history {
    width: 400px;
  }
  .statement .doctor-greeting {
    position: absolute;
    top: 0;
    right: 0;
    width: 670px;
  }
  .statement .link a {
    margin: 30px 0 0 20px;
  }
}
.doctor-introduce {
  margin: 2.3rem 0 0;
}
.doctor-introduce-title {
  margin: 1.5rem 0 1rem;
}
.doctor-introduce-text {
  margin: 1.8rem 0 0;
  font-size: 14px;
  line-height: 1.8;
}
.doctor-introduce-list {
  margin: 0;
  padding: 0 1rem;
}
.doctor-introduce-item {
  display: flex;
  justify-content: space-between;
  margin: 0.5em 0 0;
  padding: 0 0 0.35em;
  flex-wrap: wrap;
  line-height: 1.3;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.doctor-introduce-item:first-child {
  margin-top: 0;
}
.doctor-introduce-history {
  margin: 2rem 0 0;
}
.doctor-introduce-history-name {
  margin: 1rem 0 0;
  font-size: 2.4rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
.doctor-introduce-history-name span {
  font-size: 1.2rem;
  padding-right: 2rem;
}
.doctor-introduce-history-name::after {
  content: attr(data-text);
  display: inline;
  padding: 0 0 0 0.5rem;
  line-height: 1;
  font-size: 1rem;
  color: #c7b27c;
}
.doctor-introduce-history-item-year {
  width: 5em;
}
.doctor-introduce-history-item-text {
  flex: 1;
}
.doctor-introduce-certification {
  margin: 3rem 0 0;
}

@media (min-width: 750px) {
  .doctor-introduce {
    margin: 24px 0 0;
    padding: 0 20px;
    justify-content: space-between;
  }
  .doctor-introduce-title {
    margin: 15px 0 10px;
    height: 26px;
    font-size: 16px;
  }
  .doctor-introduce-text {
    margin: -3px 0 0;
    width: 400px;
    font-size: 14px;
    line-height: 2.1;
  }
  .doctor-introduce-box {
    width: 380px;
  }
  .doctor-introduce-list {
    padding: 0 10px;
  }
  .doctor-introduce-item {
    margin: 6px 0 0;
    padding: 0 0 4px;
    line-height: 1.3;
    font-size: 14px;
  }
  .doctor-introduce-history {
    margin: 0;
  }
  .doctor-introduce-history-name {
    margin: 14px 0 0;
    font-size: 28px;
    text-align: right;
  }
  .doctor-introduce-history-name span {
    font-size: 15px;
    padding-right: 25px;
  }
  .doctor-introduce-history-name::after {
    padding: 0 0 0 5px;
    font-size: 11px;
  }
  .doctor-introduce-history-item-year {
    width: 85px;
  }
  .doctor-introduce-certification {
    margin: 0;
    width: 400px;
  }
}
.doctor-greeting {
  margin: 2.5rem 0 0 -1.5rem;
  padding: 3rem 3rem 7.5rem;
  width: 37.5rem;
  background-color: #f7f3e9;
  background-image: url(/theme/img/sign_nagano.svg);
  background-position: right 1rem bottom 1rem;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
.doctor-greeting-title {
  margin: 0 0 1.4rem;
  text-align: center;
  letter-spacing: 2px;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}
.doctor-greeting-text {
  margin: 0;
  padding: 0;
  background-image: linear-gradient(#e5e5e5 1px, transparent 1px);
  background-position: left top 23px;
  background-size: auto 25px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  line-height: 1.8;
}

@media (min-width: 750px) {
  .doctor-greeting {
    margin: 0;
    padding: 40px 40px 110px;
    width: 790px;
    background-position: right 25px bottom 30px;
    background-size: 210px auto;
  }
  .doctor-greeting-title {
    margin: 0 0 30px;
    font-size: 26px;
  }
  .doctor-greeting-text {
    background-position: left top 28px;
    background-size: auto 30px;
    font-size: 14px;
    line-height: 30px;
  }
}