@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sofia&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.cmn__wrp {
  padding-top: 0 !important;
}

.ind__sbt {
  color: #C27358;
  font-family: "Noto Serif JP", serif;
}
.ind__sbt strong {
  color: #C27358;
}

@media (max-width: 768px) {
  .cmn__wrp {
    padding-bottom: 0;
  }
  .cmn__wrp .cmn__btn {
    letter-spacing: -0.03em;
    text-indent: -0.5em;
  }
  .cmn__ttl.is__serif_m {
    margin-bottom: 4.66vw;
  }
}
@media (min-width: 769px) {
  .ind__sbt {
    font-size: 32px;
  }
  .cmn__inr {
    width: 960px;
  }
  .cmn__ttl.is__serif_l {
    font-size: 36px;
  }
}
.is__kv {
  width: 100%;
  background-repeat: no-repeat;
}
.is__kv .cmn__inr {
  margin-top: 0;
  margin-bottom: 0;
}
.is__kv .cmn__txt strong {
  font-weight: bold;
}

.ind_kv__ttl {
  font-family: "Noto Serif JP", serif;
  line-height: 1.55;
  color: #C27358;
}

.is__bnr_women {
  display: none;
  visibility: hidden;
}

@media (max-width: 768px) {
  .is__kv {
    background-size: 100%;
    background-position: center top;
    background-image: url(/resource/index/images/ind_kv__bg.jpg);
    background-color: #F9F1EE;
  }
  .is__kv .cmn__inr {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ind_kv__inr {
    padding-top: 54.33vw;
    position: relative;
  }
  .ind_kv__ttl {
    display: inline;
    position: absolute;
    left: 0;
    top: 8.13vw;
    line-height: 1.94;
  }
  .ind_kv__ttl span {
    padding: 0vw 2.66vw;
    display: inline-block;
    font-size: 4.53vw;
    background-color: #fff;
    border-radius: 1.33vw;
  }
  .ind_kv__ttl br + span {
    margin-top: 1.73vw;
  }
  .is__bnr {
    display: block;
    text-align: center;
    padding-top: 8vw;
  }
  .is__bnr_women {
    padding: 3.5vw 10vw 3.5vw 6vw;
    color: #b64b55;
    background-color: #fff;
    border: 2px solid #b64b55;
    font-weight: bold;
    background-image: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.428%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2012.428%2021.23%22%3E%3Cpath%20id%3D%22cmn__arrow%22%20data-name%3D%22cmn__arrow%22%20d%3D%22M660.325%2C12965.795l8.807%2C8.493-8.807%2C8.5%22%20transform%3D%22translate%28-658.204%20-12963.674%29%22%20fill%3D%22none%22%20stroke%3D%22%23B64B55%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E);
    background-size: 0.5em;
    background-position: right 1rem center;
    background-repeat: no-repeat;
    font-size: 3.5vw;
    display: inline-block;
    visibility: inherit;
  }
}
.ind_kv__banner {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .ind_kv__banner {
    width: 100%;
    padding-left: 5.335%;
    padding-right: 5.335%;
    margin-bottom: 7.1428vw;
  }
}
@media (min-width: 769px) {
  .ind_kv__banner {
    width: 960px;
    margin-bottom: 65px;
  }
}

@media (min-width: 769px) {
  .is__kv {
    height: 680px;
    background-size: cover;
    background-image: url(/resource/index/images/ind_kv__bg_pc.jpg);
    background-position: center center;
  }
  .is__kv .cmn__inr {
    width: 1160px;
  }
  .is__kv .cmn__txt {
    margin-bottom: 1em;
    font-size: 15px;
  }
  .is__kv .cmn__cpt {
    font-size: 12px;
  }
  .ind_kv__inr {
    width: 100%;
    max-width: 600px;
    padding: 43px 40px 48px 52px;
    background-color: #fff;
    border-radius: 26px;
  }
  .ind_kv__ttl {
    margin-bottom: 24px;
    font-size: 36px;
  }
}
.ind_kv_txt__container {
  width: 100%;
  position: relative;
  background-color: #F9F1EE;
}
@media (max-width: 768px) {
  .ind_kv_txt__container {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
@media (min-width: 769px) {
  .ind_kv_txt__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.ind_kv_txt__columns {
  width: 100%;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .ind_kv_txt__columns {
    padding-left: 5.335%;
    padding-right: 5.335%;
  }
}
@media (min-width: 769px) {
  .ind_kv_txt__columns {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 50px;
  }
  .ind_kv_txt__columns > .cmn__txt {
    width: 100%;
  }
}

.ind_kv_txt__wrp {
  width: 100%;
  line-height: 1.45;
  color: #fff;
  background-color: #C27358;
}
@media (max-width: 768px) {
  .ind_kv_txt__wrp {
    padding: 3vw;
    border-radius: 2.66vw;
  }
  .ind_kv_txt__wrp + .ind_kv_txt__wrp {
    margin-top: 4vw;
  }
}
@media (min-width: 769px) {
  .ind_kv_txt__wrp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 30px;
    border-radius: 10px;
  }
}
.ind_kv_txt__wrp strong {
  width: 100%;
  display: block;
  line-height: 1;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .ind_kv_txt__wrp strong {
    padding-bottom: 3vw;
    font-size: 4.2vw;
  }
}
@media (min-width: 769px) {
  .ind_kv_txt__wrp strong {
    padding-bottom: 30px;
    font-size: 26px;
  }
}
.ind_kv_txt__wrp .cmn__txt {
  text-align: center;
}
.ind_kv_txt__wrp .cmn__txt .cmn__txt {
  display: block;
}
@media (max-width: 768px) {
  .ind_kv_txt__wrp .cmn__txt .cmn__txt {
    margin-top: 3vw;
  }
}
@media (min-width: 769px) {
  .ind_kv_txt__wrp .cmn__txt .cmn__txt {
    margin-top: 30px;
  }
}
.ind_kv_txt__wrp .cmn__cpt {
  width: 100%;
  margin-top: 0.5em;
  display: block;
  line-height: 1.63;
  text-align: center;
  color: #535353;
}
@media (max-width: 768px) {
  .ind_kv_txt__wrp .cmn__cpt {
    font-size: 2.93vw;
  }
}
@media (min-width: 769px) {
  .ind_kv_txt__wrp .cmn__cpt {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .ind_kv_txt__caption.is__s {
    font-size: 3vw;
  }
}

.ind_dsc__wrp {
  background-repeat: no-repeat;
  background-position: left top;
}

.ind_dsc__box {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-image: url(/resource/index/images/ind_dsc__icn1.svg), url(/resource/index/images/ind_dsc__icn2.svg);
}
.ind_dsc__box .cmn__txt strong {
  font-weight: bold;
}

.ind_dsc__name_wrp {
  text-align: right;
}

.ind_dsc__name {
  margin-left: auto;
}

@media (max-width: 768px) {
  .ind_dsc__wrp {
    margin-top: 13.33vw;
    padding-top: 49.33vw;
    background-position: center top;
    background-size: 89.33vw;
    background-image: url(/resource/index/images/ind_dsc__img.jpg);
  }
  .ind_dsc__box {
    padding-top: 13.33vw;
    padding-bottom: 4.26vw;
    background-size: 10vw;
    background-position: left 3.2vw top, right 3.2vw bottom;
  }
  .ind_dsc__name_wrp {
    margin-top: 5.14vw;
  }
  .ind_dsc__name {
    width: 40.96vw;
  }
}
@media (min-width: 769px) {
  .ind_dsc__wrp {
    min-height: 400px;
    margin-top: 112px;
    margin-bottom: 80px;
    padding-top: 16px;
    padding-left: 350px;
    background-size: 400px;
    background-image: url(/resource/index/images/ind_dsc__img_pc.jpg);
  }
  .ind_dsc__box {
    padding-top: 74px;
    padding-bottom: 60px;
    background-size: 67.44px;
    background-position: left top, right bottom;
  }
  .ind_dsc__name_wrp {
    margin-top: 34px;
  }
  .ind_dsc__name {
    width: 186px;
  }
}
.ind_clinic__wrp {
  color: #fff;
  text-align: center;
  background-color: #D7A476;
}
.ind_clinic__wrp .cmn__ttl {
  color: #fff;
}

.ind_clinic_tile__wrp {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ind_clinic_tile__lnk {
  display: block;
  position: relative;
}
.ind_clinic_tile__lnk a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #C27358;
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: 0.6em;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.428%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2012.428%2021.23%22%3E%3Cpath%20id%3D%22cmn__arrow%22%20data-name%3D%22cmn__arrow%22%20d%3D%22M660.325%2C12965.795l8.807%2C8.493-8.807%2C8.5%22%20transform%3D%22translate%28-658.204%20-12963.674%29%22%20fill%3D%22none%22%20stroke%3D%22%23C27358%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-color: #fff;
}

@media (max-width: 768px) {
  .ind_clinic__wrp .cmn__inr {
    min-height: 112vw;
    padding-top: 12vw;
    background-repeat: no-repeat;
    background-size: 83.97vw;
    background-position: center;
    background-image: url(/resource/index/images/ind_clinic__bg.png);
  }
  .ind_clinic_tile__wrp {
    width: 100%;
  }
  .ind_clinic_tile__lnk {
    width: 26.66vw;
    height: 10.66vw;
  }
  .ind_clinic_tile__wrp .ind_clinic_tile__lnk:nth-child(2) {
    margin-left: 4.26vw;
    margin-right: 4.26vw;
  }
  .ind_clinic_tile__wrp .ind_clinic_tile__lnk:nth-child(n+4) {
    margin-top: 4.26vw;
    margin-left: 2.13vw;
    margin-right: 2.13vw;
  }
  .ind_clinic_tile__lnk a {
    background-size: 0.35em;
    background-position: right 1em center;
    border-radius: 10px;
  }
}
@media (min-width: 769px) {
  .ind_clinic__wrp .cmn__inr {
    min-height: 557px;
    padding-top: 78px;
  }
  .ind_clinic__wrp .cmn__inr::before {
    width: 433px;
    height: 485px;
    content: "";
    display: block;
    position: absolute;
    left: -160px;
    top: 42px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(/resource/index/images/ind_clinic__bg_pc.png);
  }
  .ind_clinic_tile__wrp {
    width: 594px;
    margin-top: 50px;
  }
  .ind_clinic_tile__lnk {
    width: 180px;
    height: 60px;
    margin-left: 9px;
    margin-right: 9px;
  }
  .ind_clinic_tile__wrp .ind_clinic_tile__lnk:nth-child(n+4) {
    margin-top: 18px;
  }
  .ind_clinic_tile__lnk a {
    background-size: 0.5em;
    background-position: right 2em center;
    border-radius: 10px;
  }
}
.ind_treatment__wrp .cmn__inr {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ind_sct__ttl {
  position: relative;
  text-align: center;
}
.ind_sct__ttl .cmn__ttl {
  padding-left: 1em;
  padding-right: 1em;
  display: inline-block;
  position: relative;
  color: #000000;
  background-color: #fff;
}
.ind_sct__ttl .cmn__ttl strong {
  font-weight: inherit;
  color: #C27358;
}
.ind_sct__ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #707070;
}
.ind_sct__ttl + .cmn__txt {
  text-align: center;
}

.is__hair .ind_sct__ttl .cmn__ttl {
  background-color: #F9F7F7;
}

@media (max-width: 768px) {
  .ind_worries__wrp .cmn_column__wrp {
    margin-top: 10vw;
  }
  .ind_worries__wrp.is__body {
    margin-top: 17.06vw;
  }
}
@media (min-width: 769px) {
  .ind_worries__wrp .cmn_column__wrp {
    margin-top: 70px;
  }
  .ind_worries__wrp.is__body {
    margin-top: 95px;
  }
}
@media (max-width: 768px) {
  .ind_treatment__wrp .cmn__bg.is__color {
    padding-top: 13.33vw;
  }
  .ind_sct__ttl {
    margin-bottom: 6.66vw;
  }
  .ind_sct__ttl .cmn__ttl {
    font-size: 5.33vw;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .ind_treatment__wrp .cmn__bg.is__color {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .ind_treatment__wrp .cmn__ttl + .ind_worries__wrp {
    margin-top: 42px;
  }
  .ind_sct__ttl {
    margin-bottom: 38px;
  }
  .ind_sct__ttl .cmn__ttl {
    font-size: 28px;
  }
}
.ind_hair_lst__wrp {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.ind_hair_lst__lnk a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 0.6em;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.428%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2012.428%2021.23%22%3E%3Cpath%20id%3D%22cmn__arrow%22%20data-name%3D%22cmn__arrow%22%20d%3D%22M660.325%2C12965.795l8.807%2C8.493-8.807%2C8.5%22%20transform%3D%22translate%28-658.204%20-12963.674%29%22%20fill%3D%22none%22%20stroke%3D%22%23C27358%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-size: 0.6em;
  background-position: right 1em center;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}
.ind_hair_lst__lnk .ind_sct__sbt {
  line-height: 1;
  color: #C27358;
}
.ind_hair_lst__lnk .ind_sct__sbt.is__lt_thin {
  letter-spacing: -0.05em;
}
.ind_hair_lst__lnk .cmn__txt {
  margin-top: 0.7em;
  line-height: 1.86;
}
.ind_hair_lst__lnk.is__bnr {
  width: 100%;
}
.ind_hair_lst__lnk.is__bnr a {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 0px solid transparent;
}
.ind_hair_lst__lnk.is__corona a::before {
  content: "後遺症抜け毛治療";
  width: 11em;
  padding: 0.45em 0.5em 0.6em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #C27358;
  border-radius: 0 0 20px;
}

@media (max-width: 768px) {
  .is__hair.cmn__inr {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .is__hair .ind_sct__ttl {
    width: 89.33%;
    margin-left: auto;
    margin-right: auto;
  }
  .ind_hair_lst__wrp {
    width: 100%;
    margin-top: 10.66vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 46.66vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    padding-bottom: 13.33vw;
    display: block;
    background-image: url(/resource/index/images/ind_hair_lst__bg.jpg);
  }
  .ind_hair_lst__lnk {
    width: 100%;
    height: auto;
  }
  .ind_hair_lst__lnk a {
    padding-top: 4.67vw;
    padding-bottom: 4.67vw;
    border-radius: 2.66vw;
  }
  .ind_hair_lst__wrp .ind_hair_lst__lnk + .ind_hair_lst__lnk {
    margin-top: 4vw;
  }
  .ind_hair_lst__lnk .ind_sct__sbt {
    font-size: 5.33vw;
  }
  .ind_hair_lst__lnk .cmn__txt {
    font-size: 3.73vw;
  }
  .ind_hair_lst__lnk.is__bnr {
    min-height: 30.6666vw;
  }
  .ind_hair_lst__lnk.is__bnr a {
    padding-top: 12.2666vw;
    padding-right: 33.13vw;
  }
  .ind_hair_lst__lnk.is__corona a {
    background-image: url(/resource/index/images/ind_hair_lst__img_corona_sp.png);
  }
  .ind_hair_lst__lnk.is__corona a::before {
    font-size: 3.73vw;
    border-radius: 2.66vw 0px 2.66vw 0px;
  }
}
@media (min-width: 769px) {
  .ind_hair_lst__wrp {
    width: 960px;
    margin-top: 68px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 345px;
    padding-left: 40px;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-image: url(/resource/index/images/ind_hair_lst__bg_pc.jpg);
  }
  .ind_hair_lst__lnk {
    width: 430px;
    height: 130px;
  }
  .ind_hair_lst__lnk a {
    border-radius: 20px;
    border: 2px solid #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .ind_hair_lst__lnk a:hover {
    opacity: 1;
    border-color: #C27358;
  }
  .ind_hair_lst__wrp .ind_hair_lst__lnk:nth-child(n+3) {
    margin-top: 20px;
  }
  .ind_hair_lst__lnk .ind_sct__sbt {
    font-size: 26px;
  }
  .ind_hair_lst__lnk .cmn__txt {
    font-size: 15px;
  }
  .ind_hair_lst__lnk.is__bnr a {
    padding-right: 50%;
  }
  .ind_hair_lst__lnk.is__corona a {
    background-image: url(/resource/index/images/ind_hair_lst__img_corona.png);
  }
  .ind_hair_lst__lnk.is__corona a::before {
    font-size: 15px;
    border-radius: 20px 0px 20px 0px;
  }
  .ind_hair_lst__lnk.is__corona a:hover {
    opacity: 0.7;
  }
}
.ind_ladies__lnk a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background-color: #F9F1EE;
  background-repeat: no-repeat;
}
.ind_ladies__lnk.is__remedy a {
  background-image: url(/resource/index/images/ind_icn__remedy.svg);
}
.ind_ladies__lnk.is__cost a {
  background-image: url(/resource/index/images/ind_icn__cost.svg);
}
.ind_ladies__lnk.is__flow a {
  background-image: url(/resource/index/images/ind_icn__flow.svg);
}
.ind_ladies__lnk.is__firsttime a {
  background-image: url(/resource/index/images/ind_icn__firsttime.svg);
}
.ind_ladies__lnk span {
  padding-right: 1.2em;
  position: relative;
  color: #C27358;
  background-repeat: no-repeat;
  background-size: 0.6em;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.428%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2012.428%2021.23%22%3E%3Cpath%20id%3D%22cmn__arrow%22%20data-name%3D%22cmn__arrow%22%20d%3D%22M660.325%2C12965.795l8.807%2C8.493-8.807%2C8.5%22%20transform%3D%22translate%28-658.204%20-12963.674%29%22%20fill%3D%22none%22%20stroke%3D%22%23C27358%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-position: right center;
  background-size: 0.45em;
}

@media (max-width: 768px) {
  .ind_ladies__menu {
    margin-top: 13.33vw;
    margin-bottom: 13.33vw;
    display: block;
  }
  .ind_ladies__lnk {
    width: 100%;
    height: 16vw;
  }
  .ind_ladies__lnk + .ind_ladies__lnk {
    margin-top: 4vw;
  }
  .ind_ladies__lnk a {
    padding: 5.33vw 5.33vw 4.8vw 19.33vw;
    border-radius: 2.66vw;
  }
  .ind_ladies__lnk.is__remedy a {
    background-position: 4.66vw center;
    background-size: 10vw;
  }
  .ind_ladies__lnk.is__cost a {
    background-position: 4.66vw center;
    background-size: 9.33vw;
  }
  .ind_ladies__lnk.is__flow a {
    background-position: 5.45vw center;
    background-size: 7.75vw;
  }
  .ind_ladies__lnk.is__firsttime a {
    background-position: 6.26vw center;
    background-size: 6.11vw;
  }
  .ind_ladies__lnk span {
    width: 100%;
    display: block;
  }
}
@media (min-width: 769px) {
  .ind_ladies__menu {
    margin-top: 100px;
    margin-bottom: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  .ind_ladies__lnk {
    width: 430px;
    height: 130px;
  }
  .ind_ladies__lnk a {
    padding: 15px 30px;
    border-radius: 20px;
  }
  .ind_ladies__lnk.is__remedy a {
    background-position: center 24px;
    background-size: 60px;
  }
  .ind_ladies__lnk.is__cost a {
    background-position: center 24px;
    background-size: 53px;
  }
  .ind_ladies__lnk.is__flow a {
    background-position: center 18px;
    background-size: 48px;
  }
  .ind_ladies__lnk.is__firsttime a {
    background-position: center 24px;
    background-size: 37px;
  }
}
.ind_point__wrp {
  position: relative;
  z-index: 1;
}
.ind_point__wrp .cmn__ttl {
  position: absolute;
  width: 150px;
}

.ind_point__inr {
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.ind_point__inr .cmn__ttl {
  margin: auto;
  display: block;
  position: absolute;
}
.ind_point__inr .cmn__btn {
  width: 100%;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 0.6em;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.428%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2012.428%2021.23%22%3E%3Cpath%20id%3D%22cmn__arrow%22%20data-name%3D%22cmn__arrow%22%20d%3D%22M660.325%2C12965.795l8.807%2C8.493-8.807%2C8.5%22%20transform%3D%22translate%28-658.204%20-12963.674%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-color: #C27358;
}
.ind_point__inr .ind__sbt {
  line-height: 1.8;
}
.ind_point__inr > * + *:not(.ind__sbt) {
  letter-spacing: -0.03em;
}

.ind_care__box {
  width: 100%;
  background-color: #F6F5F4;
}
.ind_care__box .ind__sbt {
  text-align: center;
  color: #000;
}

.ind_lnk__bg {
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  line-height: 1.62;
  font-weight: bold;
  background-color: #fff;
}
.ind_lnk__bg img {
  width: 208px;
}

.ind_care__box .ind_lnk__bg {
  padding-left: 1em;
  padding-right: 1em;
}

.is__point1 .cmn_tag__txt {
  padding: 1em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.42;
  text-align: center;
  color: #C27358;
  border-radius: 8px;
}

.ind_lst__txt .cmn__txt {
  padding-left: 0.7em;
  position: relative;
}
.ind_lst__txt .cmn__txt strong {
  font-weight: bold;
}
.ind_lst__txt .cmn__txt:not(.is__no_lst)::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  display: block;
  position: absolute;
  left: 0;
  top: 0.8em;
  font-weight: bold;
  background-color: #C27358;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .is__care.cmn__inr {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .is__care > .cmn__ttl {
    margin-top: 16vw;
    margin-bottom: 8vw;
  }
  .is__care > .cmn__btn {
    width: 89.33%;
    margin-bottom: 20.93vw;
    margin-left: auto;
    margin-right: auto;
  }
  .ind_point__wrp {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-position: center bottom;
  }
  .ind_point__wrp + .ind_point__wrp {
    margin-top: 20.53vw;
  }
  .ind_point__wrp.is__point1 {
    padding-bottom: 51.6vw;
  }
  .ind_point__wrp.is__point2 {
    padding-bottom: 136.6vw;
    background-size: 89.33%;
  }
  .ind_point__wrp.is__point3 {
    padding-bottom: 51.6vw;
  }
  .ind_point__wrp.is__point4 {
    padding-bottom: 51.6vw;
  }
  .ind_point__wrp.is__point5 {
    padding-bottom: 51.6vw;
  }
  .ind_point__wrp.is__point1 {
    background-image: url(/resource/index/images/ind_point1__img.jpg);
  }
  .ind_point__wrp.is__point2 {
    background-image: url(/resource/index/images/ind_point2__img.jpg);
  }
  .ind_point__wrp.is__point3 {
    background-image: url(/resource/index/images/ind_point3__img.jpg);
  }
  .ind_point__wrp.is__point4 {
    background-image: url(/resource/index/images/ind_point4__img.jpg);
  }
  .ind_point__wrp.is__point5 {
    background-image: url(/resource/index/images/ind_point5__img.jpg);
  }
  .ind_point__inr {
    width: 89.33%;
    padding: 10vw 7.2vw 8vw 7.2vw;
    margin-left: auto;
    margin-right: auto;
  }
  .ind_point__inr > .ind__sbt {
    margin-top: 3vw;
  }
  .ind_point__inr > * + *:not(.ind__sbt) {
    margin-top: 6vw;
  }
  .ind_point__inr > *.ind__sbt + * {
    margin-top: 4vw;
  }
  .ind_point__inr .cmn__ttl {
    top: -7.33vw;
    left: 0;
    right: 0;
  }
  .ind_point__inr .cmn__btn:not(.is__cv) {
    background-position: right 0.8em center;
  }
  .is__point1 .ind_point__inr .cmn__ttl {
    width: 25.6vw;
  }
  .is__point1 .ind_point__inr .cmn_tag__txt {
    width: 17.33vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.66vw;
    font-weight: bold;
    letter-spacing: -0.04em;
  }
  .is__point2 .ind_point__inr .cmn__ttl {
    width: 25.6vw;
  }
  .is__point3 .ind_point__inr .cmn__ttl {
    width: 25.6vw;
  }
  .is__point4 .ind_point__inr .cmn__ttl {
    width: 25.6vw;
  }
  .is__point5 .ind_point__inr .cmn__ttl {
    width: 25.6vw;
  }
  .is__point5 .ind_point__inr .ind__sbt {
    white-space: nowrap;
  }
  .ind_point__inr .ind__sbt {
    padding: 0;
  }
  .ind_care__box {
    width: 89.33%;
    padding: 6.66vw 6vw;
    margin: 12vw auto 20.53vw;
  }
  .ind_care__box .ind__sbt {
    padding-top: 0;
    font-size: 4.2vw;
    letter-spacing: -0.03em;
  }
  .ind_care__box .cmn_column__inr {
    width: 100%;
  }
  .ind_care__box .cmn_column__inr + .cmn_column__inr {
    margin-top: 2.66vw;
  }
  .ind_lnk__bg {
    padding-top: 1em;
    padding-bottom: 1em;
    letter-spacing: -0.04em;
    font-size: 3.73vw;
  }
  .ind_lnk__bg .is__space {
    letter-spacing: -0.5em;
  }
}
@media (min-width: 769px) {
  .is__care.cmn__inr {
    margin-top: 160px;
  }
  .is__care > .cmn__ttl {
    margin-bottom: 85px;
  }
  .is__care .cmn__btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .is__care .cmn__btn.is__cv {
    margin-bottom: 190px;
  }
  .ind_point__wrp::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .ind_point__wrp.is__point1::before {
    background-image: url(/resource/index/images/ind_point1__img.jpg);
  }
  .ind_point__wrp.is__point2::before {
    background-image: url(/resource/index/images/ind_point2__img.jpg);
  }
  .ind_point__wrp.is__point3::before {
    background-image: url(/resource/index/images/ind_point3__img.jpg);
  }
  .ind_point__wrp.is__point4::before {
    background-image: url(/resource/index/images/ind_point4__img.jpg);
  }
  .ind_point__wrp.is__point5::before {
    background-image: url(/resource/index/images/ind_point5__img.jpg);
  }
  .ind_point__wrp + .ind_point__wrp {
    margin-top: 120px;
  }
  .ind_point__wrp.is__point1 {
    min-height: 560px;
  }
  .ind_point__wrp.is__point1::before {
    width: 670px;
    height: 560px;
    top: -53px;
    left: 0;
  }
  .ind_point__wrp.is__point1 .cmn__ttl {
    right: 62px;
  }
  .ind_point__wrp.is__point1 .cmn_tag__txt {
    width: 100px;
    font-size: 14px;
  }
  .ind_point__wrp.is__point2 {
    min-height: 530px;
  }
  .ind_point__wrp.is__point2::before {
    width: 526px;
    height: 530px;
    top: -20px;
    right: 0;
    background-position: center top;
    background-image: url(/resource/index/images/ind_point2__img_pc.png);
  }
  .ind_point__wrp.is__point2 .cmn__ttl {
    left: 62px;
  }
  .ind_point__wrp.is__point3 {
    min-height: 430px;
  }
  .ind_point__wrp.is__point3::before {
    width: 670px;
    height: 430px;
    top: -53px;
    left: 0;
  }
  .ind_point__wrp.is__point3 .cmn__ttl {
    right: 62px;
  }
  .ind_point__wrp.is__point4 {
    min-height: 430px;
    margin-top: 145px;
  }
  .ind_point__wrp.is__point4::before {
    width: 670px;
    height: 430px;
    top: -67px;
    right: 0;
  }
  .ind_point__wrp.is__point4 .cmn__ttl {
    left: 62px;
  }
  .ind_point__wrp.is__point5 {
    min-height: 430px;
    margin-top: 100px;
  }
  .ind_point__wrp.is__point5::before {
    width: 670px;
    height: 430px;
    top: -36px;
    left: 0;
  }
  .ind_point__wrp.is__point5 .cmn__ttl {
    right: 62px;
  }
  .ind_point__inr {
    width: 560px;
    padding: 60px 50px 60px 60px;
  }
  .is__point1 .ind_point__inr {
    margin-left: auto;
  }
  .is__point2 .ind_point__inr {
    margin-right: auto;
  }
  .is__point3 .ind_point__inr {
    margin-left: auto;
  }
  .is__point4 .ind_point__inr {
    margin-right: auto;
  }
  .is__point5 .ind_point__inr {
    margin-left: auto;
    padding: 60px 30px 60px 50px;
  }
  .ind_point__inr > * + *:not(.ind__sbt) {
    margin-top: 30px;
  }
  .ind_point__inr .cmn__ttl {
    top: -45px;
  }
  .ind_care__box {
    margin-top: 85px;
    margin-bottom: 156px;
    padding: 45px;
  }
  .ind_care__box .ind__sbt {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.is__salon {
  background-repeat: no-repeat;
  background-image: url(/resource/index/images/ind_salon__img.png);
  background-color: #f7f6f5;
}

@media (max-width: 768px) {
  .is__salon {
    width: 89.33%;
    padding: 10.66vw 8vw 60vw;
    background-size: 73.06vw;
    background-position: bottom 11.06vw center;
  }
  .ind_salon__ttl {
    width: 240px;
    margin-bottom: 25px;
  }
}
@media (min-width: 769px) {
  .is__salon {
    padding: 60px 660px 60px 60px;
    background-size: 549px;
    background-position: right 60px center;
  }
  .ind_salon__ttl {
    width: 240px;
    margin-bottom: 25px;
  }
}
.is__curve {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.is__curve .cmn__inr {
  z-index: 1;
}
.is__curve::before {
  content: "";
  width: 182.85vw;
  height: 800px;
  display: block;
  position: absolute;
  left: -10vw;
  top: 365px;
  border-radius: 50%;
  background-color: #F2F1F0;
}
.is__curve::after {
  content: "";
  width: 100%;
  height: calc(100% - 211px);
  display: block;
  position: absolute;
  top: 726px;
  background-color: #F2F1F0;
}
@media (max-width: 768px) {
  .is__curve .cmn__inr {
    padding-top: 0;
  }
  .is__curve::before {
    width: 182.85vw;
    height: 26.66vw;
    left: -10vw;
    top: 48.66vw;
  }
  .is__curve::after {
    height: calc(100% - 26.66vw);
    top: 65.66vw;
  }
}
@media (min-width: 769px) {
  .is__curve .cmn__inr {
    padding-top: 50px;
    z-index: 1;
  }
  .is__curve::before {
    width: 182.85vw;
    height: 800px;
    left: -10vw;
    top: 365px;
  }
  .is__curve::after {
    height: calc(100% - 211px);
    top: 726px;
  }
}

.ind_movie__wrp {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .ind_movie__wrp {
    width: 100%;
  }
  .ind_movie__wrp video {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 769px) {
  .ind_movie__wrp {
    width: 820px;
    margin-bottom: 140px;
  }
}
.ind_movie__wrp video {
  width: 100%;
}

.ind_menu__lst a {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: bold;
  text-align: center;
  color: #C27358;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(74, 67, 62, 0.05);
          box-shadow: 0 0 30px rgba(74, 67, 62, 0.05);
  background-repeat: no-repeat;
}
.ind_menu__lst.is__list1 a {
  background-image: url(/resource/index/images/ind_menu__btn1.png);
}
.ind_menu__lst.is__list2 a {
  background-image: url(/resource/index/images/ind_menu__btn2.png);
}
.ind_menu__lst.is__list3 a {
  background-image: url(/resource/index/images/ind_menu__btn3.png);
}
.ind_menu__lst.is__list4 a {
  background-image: url(/resource/index/images/ind_menu__btn4.png);
}
.ind_menu__lst.is__list5 a {
  background-image: url(/resource/index/images/ind_menu__btn5.png);
}
.ind_menu__lst.is__list6 a {
  background-image: url(/resource/index/images/ind_menu__btn6.png);
}

@media (max-width: 768px) {
  .ind_menu__lst {
    height: 29.3vw;
  }
  .ind_menu__lst a {
    padding: 21.3vw 0 1em;
    font-size: 3.4vw;
    border-radius: 0.5em;
    letter-spacing: -0.03em;
    background-position: center top 32%;
    background-size: 38.33%;
  }
  .cmn_column__wrp .ind_menu__lst:nth-child(-n+3) {
    margin-bottom: 4vw;
  }
  .ind_menu__lst .is__space {
    letter-spacing: -0.1em;
  }
  .ind_menu__lst.cmn_column__inr {
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  .ind_menu__lst {
    height: 220px;
  }
  .ind_menu__lst.cmn_column__inr {
    width: 31%;
  }
  .ind_menu__lst a {
    padding: 160px 0 25px;
    font-size: 20px;
    border-radius: 0.5em;
    background-position: center top 40%;
    background-size: 28.33%;
  }
  .cmn_column__wrp .ind_menu__lst:nth-child(-n+3) {
    margin-bottom: 40px;
  }
}
.cmn_satoyumi__btn {
  margin-bottom: 0;
}

.u-Column__List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.is__article_column {
  padding-top: 0;
  margin-top: 0;
}
.is__article_column .ind_btn__wrp {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.is__article_column .ind_btn__wrp .cmn__btn {
  width: 100%;
  position: relative;
  font-weight: bold;
  color: #B7775D;
  background: transparent;
  border: 2px solid #B7775D;
}
.is__article_column .ind_btn__wrp .cmn__btn::before {
  content: "";
  width: 1em;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.6em;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.428%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2012.428%2021.23%22%3E%3Cpath%20id%3D%22cmn__arrow%22%20data-name%3D%22cmn__arrow%22%20d%3D%22M660.325%2C12965.795l8.807%2C8.493-8.807%2C8.5%22%20transform%3D%22translate%28-658.204%20-12963.674%29%22%20fill%3D%22none%22%20stroke%3D%22%23B7775D%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
}
@media (max-width: 768px) {
  .is__article_column .ind_btn__wrp {
    width: 78.6vw;
  }
  .is__article_column .ind_btn__wrp .cmn__btn {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .is__article_column .ind_btn__wrp {
    width: 360px;
  }
  .is__article_column .ind_btn__wrp .cmn__btn {
    font-size: 14px;
  }
}
.is__article_column .ind_article__img, .is__article_column .c-ColumnCard__ThumbnailImage {
  width: 100%;
  margin-bottom: 0.7em;
  border-radius: 1em;
}

.c-ColumnCard__Headline {
  font-weight: bold;
}

.ind_article__data, .c-ColumnTags__Inner {
  width: 100%;
  margin-top: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ind_article__data .is__tag, .ind_article__data .c-ColumnTags__Item, .c-ColumnTags__Inner .is__tag, .c-ColumnTags__Inner .c-ColumnTags__Item {
  padding: 0.3em 0.5em;
  color: #C27358;
  font-size: 80%;
  line-height: 1;
  border: 1px solid #C27358;
}

.is__date.cmn__txt {
  width: 5.43em;
  overflow: hidden;
  white-space: nowrap;
}
.is__date.cmn__txt *:nth-child(n+6) {
  color: transparent;
}

@media (max-width: 768px) {
  .is__article_column .cmn__ttl {
    margin-top: 16vw;
    margin-bottom: 0;
  }
  .is__article_column .ind_btn__wrp {
    margin-top: 9.33vw;
    position: relative;
    text-align: center;
  }
  .is__article_column .ind_btn__wrp .cmn__btn {
    width: 13em;
    margin-left: auto;
    margin-right: auto;
    text-indent: 0;
    letter-spacing: 0;
  }
  .ind_article__box, .u-Column__ListItem {
    width: 42.66vw;
    margin-top: 6.66vw;
  }
  .ind_article__box .cmn__txt.is__bold, .ind_article__box .c-ColumnCard__Headline, .u-Column__ListItem .cmn__txt.is__bold, .u-Column__ListItem .c-ColumnCard__Headline {
    display: block;
    line-height: 1.35;
  }
  .ind_article__data {
    margin-top: 0.5em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ind_article__data > *:nth-child(1) {
    width: 100%;
    padding-bottom: 0.3em;
  }
  .ind_article__data .is__tag {
    margin-top: 0.5em;
    line-height: 1.35;
    margin-right: 0.5em;
  }
  .c-ColumnTags__Item {
    margin-top: 0.5em;
    line-height: 1.35;
    margin-right: 0.5em;
  }
  .c-ColumnCard__Headline {
    font-size: 3.73vw;
  }
}
@media (min-width: 769px) {
  .u-Column__List {
    margin-top: 35px;
  }
  .is__article_column {
    margin-top: 90px;
  }
  .is__article_column.cmn__inr {
    width: 1160px;
  }
  .is__article_column .cmn_column__wrp {
    margin-top: 35px;
  }
  .ind_article__box, .u-Column__ListItem {
    width: 274px;
  }
  .is__tag, .c-ColumnTags__Item {
    margin-left: 0.5em;
  }
  .c-ColumnCard__Headline {
    font-size: 16px;
  }
}
.is__other .cmn__ttl.is__serif_l {
  color: #000;
}

.is__lnkset.cmn_column__wrp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cmn_column__wrp.is__lnkset.is__column3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cmn_column__wrp.is__lnkset.is__column3 .ind_other__lnk {
  width: 32%;
  margin-right: 0;
}

.ind_other__lnk {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
}
.ind_other__lnk a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.ind_other__lnk .cmn__ttl::after {
  content: "";
  width: 0.45em;
  height: 0.7em;
  margin-left: 0.4em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: 0.6em;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.428%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2012.428%2021.23%22%3E%3Cpath%20id%3D%22cmn__arrow%22%20data-name%3D%22cmn__arrow%22%20d%3D%22M660.325%2C12965.795l8.807%2C8.493-8.807%2C8.5%22%20transform%3D%22translate%28-658.204%20-12963.674%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-size: 0.4em;
}
.ind_other__lnk .cmn__ttl + .cmn__txt {
  margin-bottom: 0;
}
.ind_other__lnk.is__tokyo_only a::before {
  content: "東京院のみ";
  width: 7em;
  padding: 0.45em 0.5em 0.6em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #C27358;
  border-radius: 0 0 20px;
}
.ind_other__lnk.is__tokyo a::before {
  content: "東京院";
  width: 7em;
  padding: 0.45em 0.5em 0.6em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #C27358;
}
.ind_other__lnk.is__clinic a::before {
  content: "札幌院・名古屋院・大阪院・福岡院";
  width: 18em;
  border-radius: 0 0 20px;
  padding: 0.45em 0.5em 0.6em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #C27358;
}

@media (max-width: 768px) {
  .cmn_column__wrp.is__lnkset.is__column3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cmn_column__wrp.is__lnkset.is__column3 .ind_other__lnk {
    width: 100%;
    margin-right: 0;
  }
  .ind_other__lnk {
    width: 100%;
    height: 30.67vw;
    border-radius: 3.5vw;
  }
  .ind_other__lnk + .ind_other__lnk {
    margin-top: 4vw;
  }
  .ind_other__lnk .cmn__ttl {
    font-weight: bold;
    font-size: 120%;
  }
  .ind_other__lnk.is__skin1 {
    background-image: url(/resource/index/images/ind_skin__img1.jpg);
  }
  .ind_other__lnk.is__body1 {
    background-image: url(/resource/index/images/ind_body__img1.jpg);
  }
  .ind_other__lnk.is__skin2 {
    background-image: url(/resource/index/images/ind_skin__img2.jpg);
  }
  .ind_other__lnk.is__body2 {
    background-image: url(/resource/index/images/ind_body__img2.jpg);
  }
  .ind_other__lnk.is__skin3 {
    background-image: url(/resource/index/images/ind_skin__img3.jpg);
  }
  .ind_other__lnk.is__body3 {
    background-image: url(/resource/index/images/ind_body__img3.jpg);
  }
  .ind_other__lnk.is__skin4 {
    background-image: url(/resource/index/images/ind_skin__img4.jpg);
  }
  .ind_other__lnk.is__body4 {
    background-image: url(/resource/index/images/ind_body__img4.jpg);
  }
  .ind_other__lnk.is__tokyo a::before {
    font-size: 3.73vw;
    border-radius: 0px 0px 2.66vw 0px;
  }
  .ind_other__lnk.is__clinic a::before {
    font-size: 3.73vw;
    border-radius: 0px 0px 2.66vw 0px;
  }
  .ind_other__lnk.is__tokyo_only a::before {
    font-size: 3.73vw;
    border-radius: 0px 0px 2.66vw 0px;
  }
}
@media (min-width: 769px) {
  .is__other.cmn__inr {
    margin-top: 100px;
  }
  .ind_other__lnk {
    width: 33.3333333333%;
    height: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .ind_other__lnk a:hover {
    opacity: 1;
    background-color: rgba(103, 94, 90, 0.3);
  }
  .ind_other__lnk + .ind_other__lnk {
    margin-left: 0px;
  }
  .ind_other__lnk:nth-of-type(2), .ind_other__lnk:nth-of-type(4) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .ind_other__lnk.is__skin1 {
    background-image: url(/resource/index/images/ind_skin__img1_pc.jpg);
  }
  .ind_other__lnk.is__body1 {
    background-image: url(/resource/index/images/ind_body__img1_pc.jpg);
  }
  .ind_other__lnk.is__skin2 {
    background-image: url(/resource/index/images/ind_skin__img2_pc.jpg);
  }
  .ind_other__lnk.is__body2 {
    background-image: url(/resource/index/images/ind_body__img2_pc.jpg);
  }
  .ind_other__lnk.is__skin3 {
    background-image: url(/resource/index/images/ind_skin__img3_pc.jpg);
  }
  .ind_other__lnk.is__body3 {
    background-image: url(/resource/index/images/ind_body__img3_pc.jpg);
  }
  .ind_other__lnk.is__skin4 {
    background-image: url(/resource/index/images/ind_skin__img4_pc.jpg);
  }
  .ind_other__lnk.is__body4 {
    background-image: url(/resource/index/images/ind_body__img4_pc.jpg);
  }
  .ind_other__lnk.is__tokyo a::before {
    font-size: 15px;
    border-radius: 0px 0px 20px 0px;
  }
}
.is__ind_map .cmn_column__wrp {
  margin-left: auto;
  margin-right: auto;
}
.is__ind_map .cmn_column__inr > * + * {
  margin-top: 1.5em;
}
.is__ind_map .cmn__btn {
  width: 60%;
  margin-left: 0;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 0.6em;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.428%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2012.428%2021.23%22%3E%3Cpath%20id%3D%22cmn__arrow%22%20data-name%3D%22cmn__arrow%22%20d%3D%22M660.325%2C12965.795l8.807%2C8.493-8.807%2C8.5%22%20transform%3D%22translate%28-658.204%20-12963.674%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-color: #C27358;
}

.ind_map__wrp {
  width: 100%;
  height: 0;
  position: relative;
}
.ind_map__wrp iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .ind_map__wrp {
    padding-top: 66.66vw;
  }
  .cmn_column__inr.is__list2, .cmn_column__inr.is__list1 {
    margin-top: 13.33vw;
  }
  .is__ind_map.cmn__inr {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .is__ind_map .cmn_column__inr {
    margin-top: 8vw;
  }
  .is__ind_map .cmn_column__wrp {
    width: 89.33%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 769px) {
  .ind_map__wrp {
    padding-top: 340px;
    margin-bottom: 85px;
  }
  .is__ind_map.cmn__inr {
    margin-top: 110px;
  }
  .is__ind_map .cmn_column__wrp {
    width: 820px;
  }
  .is__ind_map .cmn_column__inr {
    width: 370px;
  }
  .is__ind_map .cmn__btn {
    font-size: 15px;
  }
}
.is__access.cmn__inr {
  margin-top: 0;
}

.ind_access__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 0.6em;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.428%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2012.428%2021.23%22%3E%3Cpath%20id%3D%22cmn__arrow%22%20data-name%3D%22cmn__arrow%22%20d%3D%22M660.325%2C12965.795l8.807%2C8.493-8.807%2C8.5%22%20transform%3D%22translate%28-658.204%20-12963.674%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-size: 0.3em;
  background-position: right 1em center;
  background-color: #D7A476;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .ind_access__btn {
    width: 26.66vw;
    height: 10.66vw;
    font-size: 4vw;
  }
  .is__access .cmn_column__inr:nth-child(n+4) {
    margin-top: 4vw;
  }
  .is__access .cmn_column__inr:nth-child(4) {
    margin-left: auto;
    margin-right: 4vw;
  }
  .is__access .cmn_column__inr:nth-child(5) {
    margin-right: auto;
  }
}
@media (min-width: 769px) {
  .ind_access__btn {
    width: 180px;
    height: 60px;
    font-size: 20px;
  }
}
.cmn__wrp article > *:nth-last-child(1) {
  padding-bottom: 0;
}

.is__satoyumi::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #f4768d;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #f4768d), to(#edc1b2));
  background: linear-gradient(to right, #f4768d 1%, #edc1b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f4768d", endColorstr="#edc1b2",GradientType=1 );
}
.is__satoyumi .cmn__inr {
  padding-top: 0;
  padding-bottom: 0;
}

.ind_satoyumi__wrp {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ind_satoyumi__ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.ind_satoyumi__name {
  display: block;
  line-height: 1;
}

@media (max-width: 768px) {
  .is__satoyumi.cmn__bg {
    padding-bottom: 15.46vw;
  }
  .ind_satoyumi__wrp {
    padding-top: 10.6vw;
    padding-bottom: 6.93vw;
  }
  .ind_satoyumi__ttl {
    font-size: 7.13vw;
  }
  .ind_satoyumi__name {
    font-size: 4.2vw;
  }
  .ind_satoyumi__sbt {
    width: 31.2vw;
  }
}
@media (min-width: 769px) {
  .is__satoyumi.cmn__bg {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .ind_satoyumi__wrp {
    padding-bottom: 45px;
  }
  .ind_satoyumi__ttl {
    font-size: 36px;
  }
  .ind_satoyumi__name {
    font-size: 22px;
  }
  .ind_satoyumi__sbt {
    width: 162px;
  }
}
.ind_satoyumi_lst__wrp {
  margin-top: 0;
  position: relative;
}

.ind_satoyumi_lst__btn {
  position: relative;
}
.ind_satoyumi_lst__wrp .ind_satoyumi_lst__btn:nth-child(n+4) {
  display: none;
}
.ind_satoyumi_lst__btn.is__soon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-image: url(/resource/satoyumi/index/images/ind_lst__img_soon.jpg);
}
.ind_satoyumi_lst__btn a {
  width: 100%;
  height: 100%;
  display: block;
}
.ind_satoyumi_lst__btn.is__new::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-image: url(/resource/index/images/ind_icn__new.png);
}

.ind_satoyumi_lst__txt {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  background-color: #fff;
}

.ind_satoyumi_lst__nth {
  position: absolute;
  z-index: 2;
}

.ind_satoyumi_lst__txt {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .ind_satoyumi_lst__wrp {
    width: 100%;
    overflow: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ind_satoyumi_lst__btn {
    min-width: 53.33vw;
    display: block;
  }
  .ind_satoyumi_lst__btn + .ind_satoyumi_lst__btn {
    margin-left: 5.33vw;
  }
  .ind_satoyumi_lst__btn.is__new::before {
    width: 20.13vw;
    height: 8.13vw;
    top: -8.13vw;
  }
  .ind_satoyumi_lst__nth {
    width: 9.3vw;
    top: 25.3vw;
    left: 8.13vw;
  }
  .ind_satoyumi_lst__txt {
    width: 45.33vw;
    min-height: 18.67vw;
    padding: 4.8vw;
    font-size: 2.67vw;
    -webkit-transform: translateY(-3.2vw);
            transform: translateY(-3.2vw);
  }
}
@media (min-width: 769px) {
  .ind_satoyumi_lst__wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ind_satoyumi_lst__btn {
    width: 280px;
    display: block;
  }
  .ind_satoyumi_lst__btn.is__soon {
    height: 200px;
  }
  .ind_satoyumi_lst__btn a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .ind_satoyumi_lst__btn a:hover {
    opacity: 0.5;
  }
  .ind_satoyumi_lst__wrp .ind_satoyumi_lst__btn:nth-child(n+4) {
    margin-top: 44px;
  }
  .ind_satoyumi_lst__wrp .ind_satoyumi_lst__btn:not(:nth-child(3n+1)) {
    margin-left: 60px;
  }
  .ind_satoyumi_lst__btn.is__new::before {
    width: 100px;
    height: 40px;
    top: -40px;
  }
  .ind_satoyumi_lst__nth {
    width: 48px;
    top: 110px;
    left: 45px;
  }
  .ind_satoyumi_lst__txt {
    width: 230px;
    min-height: 100px;
    padding: 28px 20px;
    font-size: 14px;
    -webkit-transform: translateY(-36px);
            transform: translateY(-36px);
  }
}
.cmn_satoyumi__btn {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.cmn_satoyumi__btn .cmn__btn {
  width: 100%;
  position: relative;
  font-weight: bold;
  color: #E96372;
  background: transparent;
  border: 2px solid #E96372;
}
.cmn_satoyumi__btn .cmn__btn::before {
  content: "";
  width: 1em;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.6em;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.428%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2012.428%2021.23%22%3E%3Cpath%20id%3D%22cmn__arrow%22%20data-name%3D%22cmn__arrow%22%20d%3D%22M660.325%2C12965.795l8.807%2C8.493-8.807%2C8.5%22%20transform%3D%22translate%28-658.204%20-12963.674%29%22%20fill%3D%22none%22%20stroke%3D%22%23E96372%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
}

@media (max-width: 768px) {
  .cmn_satoyumi__btn {
    width: 78.6vw;
  }
  .cmn_satoyumi__btn .cmn__btn {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cmn_satoyumi__btn {
    width: 360px;
  }
  .cmn_satoyumi__btn .cmn__btn {
    margin-top: 15px;
    font-size: 14px;
  }
}
.ind_bnr__wrp {
  margin-left: auto;
  margin-right: auto;
}

.ind_bnr__lnk {
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-box-shadow: 0px 0px 8px rgba(183, 183, 183, 0.4);
          box-shadow: 0px 0px 8px rgba(183, 183, 183, 0.4);
}

@media (max-width: 768px) {
  .ind_bnr__wrp {
    margin-top: 11.2vw;
  }
  .ind_bnr__wrp.is__seminar {
    width: 88.57vw;
  }
  .ind_bnr__lnk {
    width: 88.57vw;
  }
}
@media (min-width: 769px) {
  .ind_bnr__wrp {
    width: 100%;
    max-width: 1161px;
    overflow: visible !important;
    margin-top: 78px;
  }
  .ind_bnr__wrp.is__seminar {
    max-width: 700px;
  }
  .ind_bnr__lnk {
    width: 700px;
  }
}
@media (max-width: 768px) {
  .is__alliance.cmn__inr {
    margin-bottom: 15.6vw;
  }
  .is__alliance .cmn_lnk__txt {
    margin-top: 0.7em;
  }
  .ind_salon__ttl {
    width: 44.67vw;
    margin-top: 10.84vw;
    margin-bottom: 7.33vw;
  }
}
@media (min-width: 769px) {
  .is__alliance.cmn__inr {
    margin-bottom: 146px;
  }
  .is__alliance .cmn__ttl.is__serif_l {
    padding-bottom: 70px;
  }
}
/*
.cmn_cv__btn {
    &.is__special_bnr { position:relative; box-shadow:0px 0px 15px rgba(#b7b7b7,.5);
        a::before { display:none; }
    }
}
.cmn_cv__close { position:absolute; z-index:1; display:block; @include bg100; background-image:url(/resource/common/images/cmn_cv__btn__close.png); }
@include s {
    .cmn_cv__btn {
        &.is__special_bnr { width:57.2vw; position:absolute; right:0; top:-32.46vw; transition:all .3s ease-out;
            &.is__close { transform:translateX(60vw); }
        }
    }
    .cmn_cv__close { width:6vw; height:6vw; left:-3vw; top:-3vw;  }
}
@include m {
    .is__special {
//        &.cmn_cv__wrp { width:211px; height:211px; bottom:310px; transition:all .2s ease-out; }
        &.cmn_cv__wrp { width:209px; height:80px; bottom:310px; transition:all .2s ease-out; }
    }
    .cmn_cv__btn {
        &.is__special_bnr { width:100%; height:100%; margin-bottom:22px; transition:all .3s ease-out;
            &.is__close { transform:translateX(20vw); }
        }
        &:not(.is__special_bnr) { width:107px; height:96px; margin-left:auto; }
        a { font-size:12px; }
    }
    .cmn_cv__close { width:30px; height:30px; left:-15px; top:-15px; }
}
*/
.ind_bnr_slide__wrp {
  margin-left: auto;
  margin-right: auto;
}

.ind_bnr_slide__bnr a {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 768px) {
  .ind_bnr__wrp {
    width: 100vw;
    margin-bottom: 8.33vw;
  }
  .ind_bnr_slide__wrp {
    width: 89.33vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .ind_bnr_slide__bnr {
    width: 100%;
  }
  .ind_bnr_slide__bnr + .ind_bnr_slide__bnr {
    margin-top: 5.6vw;
  }
}
@media (min-width: 769px) {
  .ind_bnr_slide__wrp {
    width: 1161px;
    margin-bottom: 90px; /*display:flex; justify-content:space-between;*/
  }
  .ind_bnr_slide__bnr {
    width: 560px;
  }
}
.slick-list {
  overflow: visible !important;
}

.bx-viewport {
  overflow: visible !important;
}

.bx-wrapper {
  -webkit-box-shadow: 0px 0 0 transparent;
          box-shadow: 0px 0 0 transparent;
  border: 0px solid transparent;
  background: none;
}

@media (max-width: 768px) {
  .cmn_ftr__wrp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.is__about.cmn__bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #F9F1EE;
}

@media (max-width: 768px) {
  .is__about.cmn__bg {
    background-image: url(/resource/index/images/ind_about__bg_sp.png);
  }
  .is__about .cmn__txt {
    margin-bottom: 4.2vw;
  }
  .ind_about__txt {
    margin-top: 10.6666vw;
  }
}
@media (min-width: 769px) {
  .is__about.cmn__bg {
    background-image: url(/resource/index/images/ind_about__bg.png);
  }
  .is__about .cmn__txt + .cmn__txt {
    margin-top: 35px;
  }
  .is__about .cmn_column__wrp {
    margin-bottom: 35px;
  }
  .ind_about__img {
    width: 280px;
  }
  .ind_about__txt {
    width: 640px;
  }
}
.ind_appearance__wrp .appearance_slider {
  position: relative;
  max-width: 89.3333333333vw;
  margin: 40px auto 0;
}
@media (min-width: 769px) {
  .ind_appearance__wrp .appearance_slider {
    max-width: 970px;
  }
}
.ind_appearance__wrp .appearance_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ind_appearance__wrp .appearance_slider .slick-list.draggable {
  overflow-x: hidden !important;
}
.ind_appearance__wrp .appearance_slider .slick-arrow {
  position: absolute;
  background-color: #C27358;
  background-position: center;
  z-index: 1;
  border-radius: 100px;
  width: 2em;
  height: 2em;
  bottom: 50%;
  background-repeat: no-repeat;
  background-size: 0.6em;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.428%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2012.428%2021.23%22%3E%3Cpath%20id%3D%22cmn__arrow%22%20data-name%3D%22cmn__arrow%22%20d%3D%22M660.325%2C12965.795l8.807%2C8.493-8.807%2C8.5%22%20transform%3D%22translate%28-658.204%20-12963.674%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
}
@media (min-width: 769px) {
  .ind_appearance__wrp .appearance_slider .slick-arrow {
    width: 50px;
    height: 50px;
    top: 50%;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.ind_appearance__wrp .appearance_slider .slick-arrow.prev-arrow {
  left: -0.5em;
}
@media (max-width: 768px) {
  .ind_appearance__wrp .appearance_slider .slick-arrow.prev-arrow {
    -webkit-transform: scale(-1, 1) translateY(50%);
            transform: scale(-1, 1) translateY(50%);
  }
}
@media (min-width: 769px) {
  .ind_appearance__wrp .appearance_slider .slick-arrow.prev-arrow {
    left: -80px;
    -webkit-transform: scale(-1, 1) translateY(-50%);
            transform: scale(-1, 1) translateY(-50%);
  }
}
.ind_appearance__wrp .appearance_slider .slick-arrow.next-arrow {
  right: -0.5em;
}
@media (max-width: 768px) {
  .ind_appearance__wrp .appearance_slider .slick-arrow.next-arrow {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@media (min-width: 769px) {
  .ind_appearance__wrp .appearance_slider .slick-arrow.next-arrow {
    right: -80px;
  }
}
.ind_appearance__wrp .appearance_slider .slick-dots {
  margin-top: 0.5em;
  bottom: inherit;
}
@media (min-width: 769px) {
  .ind_appearance__wrp .appearance_slider .slick-dots {
    margin-top: 10px;
  }
}
.ind_appearance__wrp .appearance_slider .slick-dots li {
  width: 12px;
  height: 12px;
}
.ind_appearance__wrp .appearance_slider .slick-dots li button {
  background-color: #E2E2E2;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}
.ind_appearance__wrp .appearance_slider .slick-dots li button::before {
  content: none;
}
.ind_appearance__wrp .appearance_slider .slick-dots .slick-active button {
  background-color: #C27358;
}
.ind_appearance__wrp .appearance_slider .slick-slide {
  height: auto !important;
  margin-right: 10px;
  margin-left: 10px;
}
.ind_appearance__wrp .appearance_slider .slick-slide > div {
  height: 100%;
}
.ind_appearance__wrp .appearance_slider .slide_wrp {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media (max-width: 768px) {
  .ind_appearance__wrp .appearance_slider .slide_wrp {
    max-width: 89.3333333333vw;
  }
}
.ind_appearance__wrp .appearance_slider .cmn__ttl {
  font-size: 1.2em;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .ind_appearance__wrp .appearance_slider .cmn__ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.ind_appearance__wrp .appearance_slider__card {
  border: #E2E2E2 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 20px;
}
.ind_appearance__wrp .appearance_slider__card img {
  margin-bottom: 20px;
}
.ind_appearance__wrp .appearance_slider__card .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.ind_appearance__wrp .appearance_slider__card .detail dt {
  color: #C27358;
  border-right: 1px solid #E2E2E2;
  line-height: 1;
  font-weight: 500;
  min-width: 70px;
  margin-right: 20px;
}
.ind_appearance__wrp .appearance_slider__card .risk {
  background-color: #F9F7F7;
  padding: 15px;
  line-height: 1.5;
  margin-top: 20px;
}
.ind_appearance__wrp .appearance_slider__card .risk span {
  color: #C27358;
}
.ind_appearance__wrp .cmn__btn {
  line-height: 1;
  padding: 20px;
  margin: 4em auto;
}
@media (min-width: 769px) {
  .ind_appearance__wrp .cmn__btn {
    max-width: 295px;
    margin: 80px auto 100px;
  }
}

.cmn__btn.center {
  margin: 3em auto;
}
@media (min-width: 769px) {
  .cmn__btn.center {
    margin: 0 auto;
  }
}

.p-top-anna {
  background-color: #F9F1EE;
  padding: 100px 0 100px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .p-top-anna {
    padding: 13.3333vw 0;
    margin-bottom: 13.33vw;
  }
}
.p-top-anna .c-wrap-inner {
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-top-anna .c-wrap-inner {
    width: 100%;
    max-width: 90%;
  }
}
.p-top-anna .c-title--large {
  font-size: 32px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-anna .c-title--large {
    font-size: 5.33vw;
    line-height: 1.4;
  }
}
.p-top-anna .c-text {
  font-size: 22px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.p-top-anna .p-top-anna__banner img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=style.css.map */