@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

/* 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;
}

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

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

h1, h2, h3, h4, h5, ul, ol, li, p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/*--------------------------------------------------------
# common
-------------------------------------------------------*/
html {
  width: 100%;
  overflow-x: hidden;
  font-family: YuGothic, "Yu Gothic", "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-weight: 500;
  color: #333;
  -webkit-overflow-scrolling: touch;
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

input[type=button],
input[type=search],
input[type=submit],
button {
  border-radius: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  padding: 0;
}
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
input[type=button]::focus,
input[type=search]::focus,
input[type=submit]::focus,
button::focus {
  outline-offset: -2px;
}

input[type=text], textarea {
  border-radius: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  padding: 0;
}

input::-ms-clear {
  visibility: hidden;
}

a {
  color: #333;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s;
}
a img {
  opacity: 1;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  transition: all 0.3s;
}
a:hover img {
  opacity: 0.7;
  transition: all 0.3s;
}

button {
  transition: all 0.3s;
}
button:hover {
  transition: all 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.pc-none {
  display: inline-block;
}

.sp-none {
  display: none;
}

.inner {
  width: 100%;
  position: relative;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

@media screen and (min-width: 901px) {
  .pc-none {
    display: none;
  }
  .sp-none {
    display: inline-block;
  }
}
/*--------------------------------------------------------
# btn
-------------------------------------------------------*/
.btn a {
  font-size: 14px;
  height: 50px;
  padding: 0 30px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  border: solid 1px #333;
  background: #333;
  color: #fff;
  letter-spacing: 0.1em;
  transition: all 0.4s;
  white-space: nowrap;
}
.btn a:hover {
  color: #333;
  background: #fff;
}

.btn-line a {
  font-size: 14px;
  height: 50px;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.1em;
  transition: all 0.4s;
  white-space: nowrap;
  background: #333;
  color: #fff;
}
.btn-line a:hover {
  color: #333;
  background: #fff;
  border: solid 1px #333;
}

.btn-sns a {
  display: block;
  width: 100%;
  background: #fff;
  color: #333;
  padding: 0;
}
.btn-sns a:hover {
  color: #fff;
  background: #333;
}
.btn-sns a i {
  margin-right: 10px;
}

@media screen and (max-width: 900px) {
  .btn a {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  .btn-sns a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
}
/*--------------------------------------------------------
# icon
-------------------------------------------------------*/
.icon-check {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/common/icon-check.png) center center;
  background-size: 100% auto;
  vertical-align: middle;
}

.icon-arrow-right {
  display: inline-block;
  width: 13px;
  height: 5px;
  background: url(../images/common/icon-arrow02-right.png) center center;
  background-size: 100% auto;
  vertical-align: middle;
  transition: all 0.4s;
}

a:hover .icon-arrow-right {
  background: url(../images/common/icon-arrow01-right.png) center center;
}

.icon-arrow-right02 {
  display: inline-block;
  width: 13px;
  height: 5px;
  background: url(../images/common/icon-arrow01-right.png) center center;
  background-size: 100% auto;
  vertical-align: middle;
  transition: all 0.4s;
}

a:hover .icon-arrow-right02 {
  background: url(../images/common/icon-arrow02-right.png) center center;
}

.icon-arrow-top {
  display: inline-block;
  width: 5px;
  height: 13px;
  background: url(../images/common/icon-arrow-top.png) center center;
  background-size: 100% auto;
  vertical-align: middle;
}

.icon-arrow03-right {
  display: inline-block;
  width: 9px;
  height: 17px;
  background: url(../images/common/icon-arrow03-right.png) center center;
  background-size: 100% auto;
  vertical-align: middle;
}

.icon-insta {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/common/icon-insta.png) center center;
  background-size: 100% auto;
  vertical-align: middle;
  transition: all 0.4s;
}

a:hover .icon-insta {
  background: url(../images/common/icon-insta-w.png) center center;
}

.icon-fb {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/common/icon-fb.png) center center;
  background-size: 100% auto;
  vertical-align: middle;
  transition: all 0.4s;
}

a:hover .icon-fb {
  background: url(../images/common/icon-fb-w.png) center center;
}

@media screen and (max-width: 900px) {
  .icon-insta {
    width: 20px;
    height: 20px;
  }
  .icon-fb {
    display: inline-block;
    width: 19px;
    height: 19px;
  }
  .icon-check {
    width: 20px;
    height: 20px;
  }
}
/*------------------------------------------------------
# header
-------------------------------------------------------*/
body {
  padding-top: 105px;
}

.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  min-height: 105px;
  transition: all 0.4s;
  border-bottom: solid 1px #eee;
  overflow: hidden;
}

.header__utility {
  padding: 0 30px;
}

.header-title {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 8px;
  color: #666;
}

.header-logo {
  width: 140px;
  transition: all 0.4s;
}

@media screen and (min-width: 901px) and (max-width: 1100px) {
  body {
    padding-top: 80px;
  }
  .header {
    min-height: 80px;
  }
  .header__utility {
    padding: 0 20px;
  }
}
@media screen and (min-width: 901px) {
  .is-scroll body {
    padding-top: 60px;
  }
  .is-scroll .header {
    min-height: 60px;
  }
  .is-scroll .header-title {
    display: none;
  }
  .is-scroll .header-logo {
    width: 110px;
  }
}
@media screen and (max-width: 900px) {
  body {
    padding-top: 50px;
  }
  .header {
    min-height: auto;
    height: 50px;
    background: #fff;
  }
  .header__utility {
    padding: 0 20px;
  }
  .header-title {
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: left top;
    margin-bottom: 3px;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
  }
  .header-logo {
    width: 85px;
    position: relative;
  }
  .is-scroll .header-title {
    visibility: hidden;
    opacity: 0;
  }
  .is-scroll .header-logo {
    top: -5px;
  }
}
.g-nav {
  padding-right: 185px;
  display: block;
}

.g-nav-list {
  display: -ms-flexbox;
  display: flex;
  height: 105px;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
}

.g-nav-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.g-nav-list__item + .g-nav-list__item {
  margin-left: 40px;
}
.g-nav-list__item a {
  position: relative;
  font-size: 16px;
  text-align: center;
}
.g-nav-list__item a::after {
  content: "";
  width: 90%;
  height: 1px;
  display: inline-block;
  background: #333;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.g-nav-list__item span {
  font-size: 12px;
  display: block;
  padding-top: 7px;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
}
.g-nav-list__item.is-current a::after, .g-nav-list__item:hover a::after {
  opacity: 1;
  visibility: visible;
}

.g-nav-contact {
  width: 120px;
  position: absolute;
  right: 30px;
  top: 14px;
}

.g-nav-contact__txt {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  margin-bottom: 7px;
  text-align: center;
}

.header-info-txt {
  position: absolute;
  top: 12px;
  right: 178px;
  font-size: 14px;
  color: #ed771c;
  font-weight: 600;
}
.header-info-txt span {
  font-weight: normal;
  color: #333;
  display: inline-block;
  margin-right: 5px;
}

.is-scroll .g-nav {
  padding-right: 180px;
}
.is-scroll .g-nav-list {
  height: 80px;
  padding-top: 35px;
}
.is-scroll .g-nav-list span {
  visibility: hidden;
  opacity: 0;
}
.is-scroll .g-nav-list__item + .g-nav-list__item {
  margin-left: 30px;
}
.is-scroll .g-nav-list__item a::after {
  bottom: 10px;
}
.is-scroll .g-nav-contact {
  top: 7px;
}
.is-scroll .g-nav-contact__txt {
  margin-bottom: 2px;
}
.is-scroll .btn-line a {
  height: 50px;
}
.is-scroll .header-info-txt {
  top: 8px;
}

@media screen and (min-width: 901px) and (max-width: 1100px) {
  .g-nav-contact {
    right: 20px;
  }
  .is-scroll .g-nav-contact {
    right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .g-nav {
    display: none;
  }
  .header-info-txt {
    font-size: 12px;
    line-height: 1.4;
    text-align: right;
    top: 8px;
    right: 67px;
  }
  .header-info-txt span {
    display: block;
  }
  .header-info-txt::after {
    content: "";
    height: 28px;
    width: 1px;
    background-color: #999;
    display: inline-block;
    position: absolute;
    right: -7px;
    top: 3px;
  }
  .is-scroll .header-info-txt {
    top: 10px;
  }
}
/*--------------------------------------------------------
# sp-nav
-------------------------------------------------------*/
.sp-nav {
  width: 100%;
  position: fixed;
  left: 0;
  top: 50px;
}

.sp-nav-open .sp-nav {
  height: 100%;
}

.sp-nav-btn {
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  right: 10px;
  top: -50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sp-nav-btn::before {
  content: "";
  width: 30px;
  height: 14px;
  display: inline-block;
  background: url(../images/common/icon-open.png) no-repeat;
  background-size: 100% auto;
}

.sp-nav-open .sp-nav-btn::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../images/common/icon-close.png) no-repeat;
  background-size: 100% auto;
}

.sp-nav__inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  box-shadow: 0 20px 20px #ccc;
}

.sp-nav-open .sp-nav__inner {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.sp-nav-list {
  border-top: solid 1px #eaeaea;
  background: #fff;
}

.sp-nav-list__item {
  position: relative;
  padding: 0 20px;
}
.sp-nav-list__item::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 5px;
  background: url(../images/common/icon-arrow01-right.png) center center;
  background-size: 100% auto;
  vertical-align: middle;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
}
.sp-nav-list__item a {
  display: block;
  padding: 18px 0;
  font-size: 15px;
  border-bottom: solid 1px #eaeaea;
}

.sp-nav-sns {
  padding: 20px;
  background: #fff;
}
.sp-nav-sns .btn a {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.sp-nav-cv {
  width: 100%;
  padding: 20px;
  background: #fef6f6;
  text-align: center;
}
.sp-nav-cv .btn {
  margin-bottom: 10px;
}
.sp-nav-cv .btn a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  background: #fff;
  color: #333;
}
.sp-nav-cv .btn a i {
  margin-left: 10px;
}

.sp-nav-cv__txt {
  font-size: 12px;
  line-height: 1.5;
}

/*-------------------------------------------------------
# footer
-------------------------------------------------------*/
.page-top {
  position: fixed;
  right: 35px;
  bottom: 30px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.page-top span {
  display: inline-block;
  width: 9px;
  height: 117px;
  background: url(../images/common/pgtop.png) no-repeat;
  background-size: 100%;
}

.is-scroll .page-top {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 900px) {
  .page-top {
    display: none;
  }
}
.footer {
  width: 100%;
  overflow: hidden;
}

.footer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1105px;
  margin: 0 auto;
  padding: 30px 10px;
}

.footer__left {
  width: 31%;
}

.footer-logo {
  width: 125px;
  padding-top: 50px;
  margin-bottom: 20px;
}

.footer-address {
  line-height: 1.8;
}

.sns-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sns-list__item {
  width: 48.5%;
}

.footer__right {
  width: 67.28%;
  height: 275px;
  overflow: hidden;
}
.footer__right iframe {
  border: none;
}

.footer-copy {
  font-size: 14px;
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (min-width: 901px) and (max-width: 1100px) {
  .footer__inner {
    padding: 30px 20px;
  }
  .footer-address {
    font-size: 15px;
    line-height: 1.7;
  }
  .footer__left {
    width: 32%;
  }
  .footer__right {
    width: 65%;
  }
}
@media screen and (max-width: 900px) {
  .footer {
    padding-bottom: 50px;
  }
  .footer__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 20px;
  }
  .footer__right {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    height: 200px;
  }
  .footer__left {
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 30px 20px 0;
  }
  .sns-list__item {
    width: 49%;
  }
  .footer-logo {
    width: 85px;
    padding-top: 30px;
    margin-bottom: 15px;
  }
  .footer-address {
    line-height: 1.6;
  }
}
/*-------------------------------------------------------
# footer-nav
-------------------------------------------------------*/
.footer-nav {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  width: 100%;
  height: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: #333;
}

.footer-nav-line {
  width: 100%;
  text-align: center;
  padding-right: 50px;
}
.footer-nav-line a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
}
.footer-nav-line a span {
  font-size: 12px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
.footer-nav-line a i {
  margin-left: 20px;
}

.footer-nav-top {
  position: absolute;
  right: 0;
  top: 0;
}
.footer-nav-top a {
  width: 50px;
  height: 50px;
  background: #666;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .footer-nav {
    display: block;
  }
  .is-scroll .footer-nav {
    visibility: visible;
    opacity: 1;
  }
}
/*--------------------------------------------------------
# content
-------------------------------------------------------*/
.content {
  width: 100%;
  margin: 4% 0;
}
.content:first-child {
  margin-top: 3.5%;
}

.content__inner {
  max-width: 1105px;
  margin: 0 auto;
  padding: 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.content-desc__inner {
  display: block;
}

.content__title {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.09em;
  position: relative;
  margin-bottom: 45px;
}
.content__title::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 3px;
  bottom: -18px;
}

.content-desc__title,
.content-top-concept__title {
  text-align: center;
  margin-bottom: 55px;
}
.content-desc__title::after,
.content-top-concept__title::after {
  left: 50%;
  transform: translateX(-50%);
}

.content__txt {
  line-height: 1.8;
  margin-bottom: 15px;
}
.content__txt strong {
  font-weight: normal;
  font-size: 18px;
}

.content .btn, .page-content .btn {
  margin: 30px 0 0;
}
.content .btn i, .page-content .btn i {
  margin-left: 12px;
  position: relative;
  transform: translateX(0);
  transition: all 0.4s;
}
.content .btn a, .page-content .btn a {
  padding: 0 25px 0 30px;
}
.content .btn a:hover i, .page-content .btn a:hover i {
  transform: translateX(10px);
}
.content .btn-center, .page-content .btn-center {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 901px) and (max-width: 1100px) {
  .content__title {
    font-size: 25px;
    margin-bottom: 40px;
  }
  .content__title::after {
    bottom: -15px;
  }
  .content__txt {
    line-height: 1.7;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .content__txt strong {
    font-size: 17px;
  }
  .content .btn, .page-content .btn {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .content {
    width: 100%;
    margin: 40px 0;
  }
  .content__inner {
    max-width: 700px;
    padding: 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content__title {
    font-size: 21px;
    margin-bottom: 35px;
  }
  .content__title::after {
    width: 30px;
    bottom: -15px;
  }
  .content-desc__title {
    font-size: 18px;
    line-height: 1.4;
  }
  .content__txt {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .content__txt strong {
    font-size: 17px;
  }
  .content .btn, .page-content .btn {
    margin: 17px 0 0;
  }
}
@media screen and (max-width: 450px) {
  .content .btn a, .page-content .btn a {
    padding: 0 18px 0 20px;
  }
}
@media screen and (max-width: 374px) {
  .content__title {
    font-size: 5.33vw;
  }
}
.animation {
  opacity: 0;
  visibility: hidden;
  transform: rotateY(-200px);
  transition: all 0.8s;
}
.animation.fadeInUp {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0);
}

.page-content__inner + #livactive.page-content__inner {
  margin-top: -60px;
  padding-top: 120px;
}

@media screen and (max-width: 900px) {
  .page-content__inner + #livactive.page-content__inner {
    margin-top: -30px;
    padding-top: 120px;
  }
}
/*--------------------------------------------------------
# content-photo
-------------------------------------------------------*/
.content-photo01 .content__body,
.content-photo02 .content__body {
  width: 50%;
  position: relative;
  z-index: 3;
}
.content-photo01 .content__thumb,
.content-photo02 .content__thumb {
  max-height: 450px;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.content-photo01 .content__thumb img,
.content-photo02 .content__thumb img {
  width: 100%;
}

.top .content-photo01 .content__txt,
.top .content-photo02 .content__txt {
  white-space: nowrap;
  letter-spacing: 0.08em;
}

.content-photo01 .content__body {
  padding-top: 2.28%;
}
.content-photo01 .content__thumb {
  width: 50vw;
  left: 50%;
}

.content-photo02 .content__body {
  padding-top: 1.5%;
  -ms-flex-order: 2;
  order: 2;
  left: 50%;
}
.content-photo02 .content__thumb {
  width: calc(50vw - 50px);
  right: calc(50% + 50px);
}

@media screen and (min-width: 901px) and (max-width: 1250px) {
  .content-photo01 .content__body {
    padding-top: 0;
  }
  .content-photo01 .content__thumb {
    width: 50vw;
    left: 50%;
  }
  .content-photo02 .content__body {
    padding-top: 0;
    -ms-flex-order: 2;
    order: 2;
    left: 45%;
  }
  .content-photo02 .content__thumb {
    width: calc(50vw - 7%);
    right: 57%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .top .content-photo01 .content__txt,
.top .content-photo02 .content__txt {
    white-space: normal;
    letter-spacing: 0;
  }
  .content-photo01 .content__txt,
.content-photo02 .content__txt {
    font-size: 15px;
  }
  .content-photo01 .content__txt strong,
.content-photo02 .content__txt strong {
    font-size: 17px;
  }
  .content-photo01 .content__thumb,
.content-photo02 .content__thumb {
    max-height: 450px;
    position: static;
  }
  .content-photo01 .content__body {
    width: 52%;
    margin-left: 10px;
    margin-right: -3%;
  }
  .content-photo01 .content__thumb {
    margin-right: -10px;
  }
  .content-photo02 .content__body {
    left: -4%;
  }
  .content-photo02 .content__thumb {
    margin-left: -10px;
  }
}
@media screen and (max-width: 900px) {
  .top .content-photo01 .content__txt,
.top .content-photo02 .content__txt {
    white-space: normal;
    letter-spacing: 0;
  }
  .content-photo01 .content__body,
.content-photo02 .content__body {
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 25px;
  }
  .content-photo01 .content__thumb,
.content-photo02 .content__thumb {
    width: calc(100% + 40px);
    margin: 0 -20px;
    max-height: auto;
    position: static;
    -ms-flex-order: 2;
    order: 2;
  }
  .content-photo01 .content__body {
    padding-top: 0;
  }
  .content-photo02 .content__body {
    padding-top: 0;
    left: 0;
  }
  .content-photo02 .content__thumb {
    right: auto;
  }
}
/*-------------------------------------------------------
# page-header
-------------------------------------------------------*/
.page-header {
  width: 100%;
  height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.page-header__inner {
  max-width: 1105px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.page-header__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.09em;
  font-size: 33px;
  letter-spacing: 0.13em;
  position: relative;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.page-header__title::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0px;
  bottom: 33px;
}
.page-header__title span {
  display: block;
  font-size: 15px;
  padding-top: 30px;
}

.about .page-header {
  background: url(../images/about/page-header.jpg) no-repeat center top;
  background-size: cover;
}

.menu .page-header {
  background: url(../images/menu/page-header.jpg) no-repeat center top;
  background-size: cover;
}

.case .page-header {
  background: url(../images/case/page-header.jpg) no-repeat center top;
  background-size: cover;
}

.treatment .page-header {
  background: url(../images/treatment/page-header.jpg) no-repeat center top;
  background-size: cover;
}

@media screen and (min-width: 901px) and (max-width: 1100px) {
  .page-header__title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 900px) {
  .page-header {
    height: 120px;
  }
  .menu .page-header {
    background: url(../images/menu/page-header.jpg) no-repeat right top;
    background-size: cover;
  }
  .menu .page-header .page-header__title {
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  }
  .treatment .page-header {
    background: url(../images/treatment/page-header.jpg) no-repeat right -95px top;
    background-size: cover;
  }
  .page-header__title {
    font-size: 20px;
  }
  .page-header__title span {
    font-size: 12px;
    padding-top: 20px;
  }
  .page-header__title::after {
    width: 30px;
    bottom: 23px;
  }
}
/*--------------------------------------------------------
# page-content
-------------------------------------------------------*/
.page-content {
  margin: 100px auto;
}
.page-content:first-child {
  margin: 30px auto 0;
}

.page-content__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-content__inner + .page-content__inner {
  margin-top: 70px;
}

.page-content__title {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.09em;
  position: relative;
  margin-bottom: 70px;
  text-align: center;
}
.page-content__title::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
}

.page-content__title02 {
  font-size: 23px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1.5;
  margin-top: -50px;
  margin-bottom: 30px;
  padding-left: 0;
  position: relative;
}
.page-content__title02::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 25px;
  background: #333;
  position: absolute;
  left: -20px;
  top: 5px;
}

.homecare .page-content__title02, .environ .page-content__title02 {
  color: #937830;
  font-weight: bold;
}
.homecare .page-content__title02::after, .environ .page-content__title02::after {
  background: #937830;
}

.page-content__body {
  width: 57%;
}
.page-content__body.wl {
  width: 70%;
}
.page-content__body.ws {
  width: 50%;
}
.page-content__body.wll {
  width: 100%;
}

.page-content__thumb {
  width: 38%;
  height: 260px;
  position: relative;
}
.page-content__thumb span {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.page-content__thumb img {
  max-width: none;
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-content__thumb::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: 1;
}

.page-content__thumb-txt {
  font-size: 14px;
  padding-top: 10px;
  text-align: center;
}

.page-content__thumb02 {
  width: 28%;
}

.page-content__thumb03 {
  width: 45%;
  margin: 0 auto;
}

.page-content__txt {
  line-height: 1.8;
  margin-bottom: 20px;
}
.page-content__txt a {
  text-decoration: underline;
}

.page-content__txt--lage {
  font-size: 20px;
}

.page-content__inner.reverse .page-content__body {
  -ms-flex-order: 2;
  order: 2;
}
.page-content__inner.reverse .page-content__thumb {
  -ms-flex-order: 1;
  order: 1;
  margin-left: -30px;
}
.page-content__inner.reverse .page-content__thumb::before {
  bottom: -30px;
  right: auto;
  left: -30px;
}

@media screen and (min-width: 901px) and (max-width: 1100px) {
  .page-content__inner.reverse .page-content__thumb {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .page-content {
    margin: 40px auto;
  }
  .page-content:first-child {
    margin: 20px auto 0;
  }
  .page-content__inner {
    max-width: 700px;
    padding: 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-content__inner + .page-content__inner {
    margin-top: 30px;
  }
  .page-content__inner.reverse .page-content__thumb {
    margin: 0 auto;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-content__inner.reverse .page-content__thumb::before {
    bottom: -10px;
    left: -10px;
  }
  .page-content__inner.reverse .page-content__body {
    -ms-flex-order: 1;
    order: 1;
  }
  .page-content__inner.reverse .btn {
    margin-bottom: 15px;
  }
  .page-content__body {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-content__body.wl {
    width: 60%;
  }
  .page-content__body.ws {
    width: 100%;
  }
  .page-content__body.wll {
    width: 100%;
  }
  .page-content__thumb {
    width: 350px;
    height: 200px;
    margin: 0 auto;
  }
  .page-content__thumb img {
    width: 100%;
    height: auto;
  }
  .page-content__thumb::before {
    bottom: -10px;
    right: -10px;
  }
  .page-content__thumb-txt {
    font-size: 12px;
    padding-top: 5px;
  }
  .page-content__thumb02 {
    width: 38%;
  }
  .page-content__thumb03 {
    width: 80%;
  }
  .page-content__title {
    font-size: 21px;
    margin-bottom: 40px;
  }
  .page-content__title::after {
    width: 30px;
    bottom: -15px;
  }
  .page-content__title02 {
    font-size: 16px;
    margin-top: -50px;
    margin-bottom: 20px;
    padding-left: 12px;
  }
  .page-content__title02::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 15px;
    background: #333;
    position: absolute;
    left: 0;
  }
  .page-content__txt {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .page-content.blemish .page-content__title + .page-content__inner {
    margin-top: 50px;
  }
  .page-content.blemish .page-content__inner {
    padding-top: 30px;
  }
  .page-content.homecare .page-content__title {
    margin-bottom: 50px;
  }
  .page-content.homecare .homecare__inner {
    padding-top: 50px;
  }
}
@media screen and (max-width: 450px) {
  .content .btn a {
    padding: 0 18px 0 20px;
  }
}
/*------------------------------------------------------
# cv
-------------------------------------------------------*/
.cv {
  width: 100%;
  padding: 50px 0;
  background: #fef6f6;
  text-align: center;
}

.cv__title {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.09em;
  margin-bottom: 17px;
}

.cv__btn {
  margin-bottom: 15px;
}
.cv__btn i {
  margin-left: 12px;
  position: relative;
  top: -2px;
  transform: translateX(0);
  transition: all 0.4s;
}
.cv__btn a {
  width: 165px;
  background: #fff;
  border: solid 1px #333;
  color: #333;
}
.cv__btn a:hover {
  background: #333;
  color: #fff;
}
.cv__btn a:hover i {
  transform: translateX(10px);
}

.cv__txt {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 900px) {
  .cv {
    padding: 40px 0 30px;
  }
  .cv__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cv__btn {
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------------
# breadcrumb
-------------------------------------------------------*/
.breadcrumb {
  width: 100%;
}

.breadcrumb__inner {
  max-width: 1105px;
  margin: 0 auto;
  padding: 0 20px;
}

.breadcrumb-list {
  display: -ms-flexbox;
  display: flex;
  padding: 28px 0;
}

.breadcrumb-list__item {
  font-size: 12px;
}
.breadcrumb-list__item a {
  font-size: 12px;
}
.breadcrumb-list__item + .breadcrumb-list__item::before {
  content: "";
  width: 1px;
  height: 10px;
  background: #c5c5c5;
  display: inline-block;
  margin: 0 15px 0 20px;
}

@media screen and (max-width: 900px) {
  .breadcrumb-list {
    padding: 15px 0;
  }
  .breadcrumb-list__item {
    font-size: 10px;
  }
  .breadcrumb-list__item a {
    font-size: 10px;
  }
  .breadcrumb-list__item + .breadcrumb-list__item::before {
    margin: 0 5px 0 10px;
  }
}
/*-------------------------------------------------------
# page-nav
-------------------------------------------------------*/
.page-nav {
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-nav.wl {
  max-width: 1100px;
}

.page-nav__item {
  width: 32%;
}
.page-nav__item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border: solid 1px #333;
  color: #333;
  position: relative;
  transition: all 0.4s;
  font-size: 15px;
  line-height: 1;
}
.page-nav__item a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 7px;
  background: url(../images/common/icon-arrow04-bottom.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.page-nav__item a:hover {
  color: #fff;
  background: #333;
}
.page-nav__item a:hover::after {
  background: url(../images/common/icon-arrow03-bottom.png) no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 901px) and (max-width: 1100px) {
  .page-nav {
    padding: 40px 10px 0;
  }
}
@media screen and (max-width: 900px) {
  .page-nav {
    padding: 20px 17px 0;
    display: block;
  }
  .page-nav__item {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-nav__item a {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: 500;
  }
}
/*--------------------------------------------------------
# top
-------------------------------------------------------*/
.check-list {
  max-width: 550px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.check-list__item {
  width: 46%;
  font-size: 20px;
  line-height: 1.7;
}
.check-list__item span {
  margin-right: 10px;
}

@media screen and (max-width: 900px) {
  .check-list {
    max-width: 65%;
  }
  .check-list__item {
    width: 100%;
    font-size: 4.8vw;
  }
  .check-list__item span {
    margin-right: 5px;
  }
}
.content-top-concept__inner {
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-top-concept__desc {
  width: 100%;
  text-align: center;
  line-height: 2;
  margin-bottom: 50px;
  font-size: 18px;
}

.content-top-concept__body {
  width: 50%;
}

.content-top-concept__thumb {
  width: 48%;
}
.content-top-concept__thumb::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: 1;
}
.content-top-concept__thumb img {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 900px) {
  .content-top-concept__desc {
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
  }
  .content-top-concept__desc-txt {
    margin-bottom: 10px;
  }
  .content-top-concept__body {
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .content-top-concept__body .content__txt {
    font-size: 16px;
  }
  .content-top-concept__thumb {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .content-top-concept__thumb::before {
    bottom: -10px;
    right: -10px;
  }
}
.content-bgphoto__inner {
  max-width: 1000px;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-bgphoto {
  width: 33.3333%;
  height: 200px;
  padding: 0 3%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.content-bgphoto::before {
  content: "";
  width: 95%;
  height: 95%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.content-bgphoto .content__body {
  position: relative;
  z-index: 2;
}

.content-bgphoto__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 10px;
  text-align: center;
}

.bgphoto__left {
  background: url(../images/top/photo03.png) no-repeat;
  background-size: cover;
}

.bgphoto__center {
  background: url(../images/top/photo04.png) no-repeat;
  background-size: cover;
}

.bgphoto__right {
  width: 33.3333%;
  height: auto;
}
.bgphoto__right img {
  width: auto;
  height: 204px;
}
.bgphoto__right:hover {
  opacity: 0.7;
}

.content-bgphoto__txt {
  margin-bottom: 0;
}

.content.bgphoto .btn {
  margin: 10px 0 0;
}
.content.bgphoto .btn a {
  height: 40px;
  line-height: 40px;
}

@media screen and (min-width: 901px) and (max-width: 1100px) {
  .content-bgphoto .content__txt br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .top .content:first-child {
    margin-top: 40px;
  }
  .content-bgphoto {
    width: 100%;
    height: 150px;
    padding: 0 25px;
    margin-bottom: 40px;
  }
  .content-bgphoto::before {
    width: calc(100% - 25px);
    height: calc(100% - 25px);
  }
  .bgphoto__right {
    width: 100%;
    height: 150px;
  }
  .bgphoto__right img {
    height: auto;
  }
  .content-bgphoto__title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .content-bgphoto__txt {
    line-height: 1.4;
  }
}
@media screen and (max-width: 450px) {
  .content-bgphoto {
    padding: 0 4.5vw;
  }
  .content-bgphoto::before {
    width: calc(100% - 4.5vw);
    height: calc(100% - 4.5vw);
  }
  .content-bgphoto .btn {
    margin-top: 5px;
  }
}
.news {
  border-top: solid 1px #eee;
  padding-top: 5.5%;
}
.news .content__inner {
  -ms-flex-align: start;
  align-items: flex-start;
}
.news .content__title span {
  display: block;
  margin-top: 25px;
  font-size: 15px;
}
.news .content__title::after {
  bottom: 28px;
  left: 0;
}
.news iframe {
  width: 100% !important;
}

.news-item {
  width: 45%;
}

.news-list {
  width: 100%;
}

.news-list__item {
  line-height: 1.7;
  margin-bottom: 18px;
}

.news-list__time {
  font-size: 12px;
  color: #808080;
}

.news-list__title a {
  display: block;
  transition: opacity 0.4s;
}
.news-list__title a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .news {
    padding-top: 40px;
    margin: 40px 0;
    background-size: 70px auto;
  }
  .news .content__inner {
    display: block;
    width: 100%;
  }
  .news iframe {
    height: 91vw !important;
  }
  .news-item {
    width: 100%;
  }
  .news-item + .news-item {
    margin-top: 40px;
  }
  .news .content__title span {
    font-size: 12px;
  }
  .news-list__item {
    line-height: 1.5;
    font-size: 15px;
  }
  .news-list__time {
    width: 100%;
    margin-bottom: 5px;
  }
  .news-list__title {
    width: 100%;
  }
}
/*------------------------------------------------------
# mv
-------------------------------------------------------*/
.mv {
  width: 100%;
  height: 35.71vw;
  min-height: 500px;
  max-height: 650px;
  position: relative;
  background: url(../images/top/mv.jpg) no-repeat center top;
  background-size: auto 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s linear 0.5s;
}

.mv.fade-in {
  opacity: 1;
  visibility: visible;
}

.mv-txt {
  position: absolute;
  left: 20px;
  top: 40px;
  width: 440px;
}

.mv-mark {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

@media screen and (min-width: 901px) and (max-width: 1100px) {
  .mv {
    height: 400px;
    min-height: auto;
  }
  .mv-txt {
    left: 10px;
    top: 60px;
    width: 390px;
  }
}
@media screen and (max-width: 900px) {
  .mv {
    width: 100%;
    height: 80vw;
    min-height: auto;
    max-height: 400px;
    background: url(../images/top/mv-sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .mv-txt {
    top: 20px;
    left: 15px;
    width: 65vw;
    text-align: center;
  }
  .mv-txt img {
    display: inline-block;
  }
  .mv-mark {
    width: 21vw;
    right: 20px;
    bottom: 20px;
  }
}
/*-------------------------------------------------------
# about
-------------------------------------------------------*/
.name__read {
  margin-bottom: 20px;
}

.name__title {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
}
.name__title span {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.09em;
  font-size: 16px;
  color: #999;
  display: inline-block;
  margin-left: 20px;
  vertical-align: text-top;
}

@media screen and (max-width: 900px) {
  .name__read {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .name__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .name__title span {
    font-size: 14px;
  }
}
.page-box {
  width: 100%;
  margin: 20px 0 0;
  padding: 0 50px;
  position: relative;
}
.page-box::before, .page-box::after {
  content: "";
  width: 7px;
  height: 106%;
  display: inline-block;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  position: absolute;
  top: -3%;
}
.page-box::before {
  left: 0;
  border-left: solid 1px #666;
}
.page-box::after {
  right: 0;
  border-right: solid 1px #666;
}

.page-box__title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}

.page-box__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-box__txt {
  line-height: 2;
  padding-left: 20px;
  position: relative;
  width: 50%;
}
.page-box__txt::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 1px;
}

@media screen and (max-width: 900px) {
  .page-box {
    margin: 15px 0 0;
    padding: 3px 20px 0;
  }
  .page-box::before, .page-box::after {
    width: 5px;
  }
  .page-box__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .page-box__inner {
    display: block;
  }
  .page-box__txt {
    width: 100%;
    line-height: 1.8;
    font-size: 15px;
    padding-left: 15px;
  }
}
.commitment {
  border-top: solid 1px #eee;
  padding-top: 60px;
}

.commitment-item {
  width: 90%;
  margin: 0 auto 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.commitment-item__wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

.commitment-item__body {
  width: calc(100% - 300px);
}

.commitment-item__title {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #333;
  width: 35px;
  position: relative;
  margin-bottom: 40px;
}
.commitment-item__title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.commitment-item__read {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.8;
}

.commitment-item__txt {
  font-size: 16px;
  line-height: 1.8;
}

.commitment-item__thumb {
  width: 250px;
  height: 160px;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .commitment {
    padding-top: 40px;
    margin-top: 60px;
  }
  .commitment-item {
    width: 100%;
    margin: 0 auto 30px;
    display: block;
  }
  .commitment-item__body {
    width: 100%;
    margin-bottom: 15px;
  }
  .commitment-item__title {
    font-size: 20px;
    width: 25px;
    margin-bottom: 30px;
  }
  .commitment-item__read {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .commitment-item__txt {
    font-size: 15px;
  }
  .commitment-item__thumb {
    width: 250px;
    height: auto;
    margin: 0 auto;
  }
}
/*-------------------------------------------------------
# menu
-------------------------------------------------------*/
.environ .page-content__title {
  margin-bottom: 120px;
}
.environ .page-content__inner.first {
  margin-bottom: 100px;
}
.environ .page-content__inner.first .page-content__thumb::before {
  content: none;
}
.environ .page-box {
  margin-top: 40px;
  padding-top: 10px;
}
.environ .page-box__title {
  margin-bottom: 25px;
}
.environ .page-box__list {
  width: 45%;
  text-align: center;
}
.environ .page-box__list img {
  display: inline-block;
  width: 230px;
}
.environ .page-box__list dt {
  margin-bottom: 15px;
}
.environ .page-box__list dd {
  margin: 0;
  line-height: 1.8;
}

@media screen and (max-width: 900px) {
  .environ .page-content__title {
    margin-bottom: 90px;
  }
  .environ .page-content__inner.first {
    margin-bottom: 80px;
  }
  .environ .page-content__inner.first .page-content__thumb img {
    width: auto;
    height: 200px;
  }
  .environ .page-box {
    padding-top: 0;
    margin-top: 15px;
  }
  .environ .page-box__title {
    font-size: 15px;
  }
  .environ .page-box__list {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .environ .page-box__list:last-child {
    margin-bottom: 0;
  }
  .environ .page-box__list dt {
    margin-bottom: 10px;
  }
  .environ .page-box__list dt img {
    width: 180px;
  }
  .environ .page-box__list dd {
    font-size: 12px;
    line-height: 1.7;
  }
}
.facial .content__inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}

.facial__thumb {
  max-width: 1105px;
  margin: 0 auto 50px;
  padding: 0 10px;
}

.facial__info {
  text-align: center;
}

.facial-item {
  width: 47%;
  margin: 0 0 50px;
}

.facial-item__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.facial-item__title {
  font-size: 18px;
  font-weight: normal;
  color: #ed771c;
}
.facial-item__title::before {
  content: "■";
  font-size: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.facial-item__price {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.facial-item__thumb {
  margin-bottom: 15px;
  display: none;
}

.facial-item__note {
  line-height: 1.7;
  margin-bottom: 15px;
}

.facial-list {
  overflow: hidden;
}

.facial-list__item {
  font-size: 13px;
  display: inline-block;
  color: #4d4d4d;
  background: #eee;
  border-radius: 12px;
  padding: 6px 10px 5px 9px;
  margin: 0 5px 8px 0;
  line-height: 1;
}

.option-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.7;
}
.option-list dd {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.facial-item__txt {
  line-height: 1.7;
  margin: 20px 0 0;
}

.facial__info {
  line-height: 1.8;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .facial__thumb {
    margin: 0 -20px 35px;
    padding: 0 20px;
  }
  .facial__info {
    text-align: left;
    font-size: 15px;
  }
  .facial-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .facial-item__header {
    display: block;
    margin-bottom: 15px;
  }
  .facial-item__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .facial-item__title::before {
    margin-right: 7px;
  }
  .facial-item__price {
    font-size: 16px;
  }
  .facial-item__note {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .option-list dt {
    font-size: 15px;
  }
  .option-list dd {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .facial-item__txt {
    font-size: 15px;
  }
  .facial__info {
    line-height: 1.7;
    width: 100%;
  }
}
.blemish, .homecare {
  border-top: solid 1px #eee;
  padding-top: 60px;
}

@media screen and (max-width: 900px) {
  .blemish, .homecare {
    padding-top: 40px;
  }
}
.counseling {
  border-top: solid 1px #eee;
  padding-top: 60px;
}

@media screen and (max-width: 900px) {
  .counseling {
    padding-top: 30px;
  }
}
.homecare .cap {
  border: solid 1px #ddd;
}

.homecare-bnr {
  max-width: 750px;
  margin: 0 auto;
  padding: 60px 0 0;
}

.homecare-bnr__txt {
  font-size: 16px;
  text-align: center;
  padding-bottom: 15px;
}
.homecare-bnr__txt a {
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  .homecare-bnr {
    padding: 30px 20px 0;
  }
  .homecare-bnr__txt {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
/*-------------------------------------------------------
# case
-------------------------------------------------------*/
.case .page-content__inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.case__txt {
  width: 100%;
  margin-bottom: 30px;
}

.case-item {
  margin-bottom: 20px;
  width: 47.5%;
}

.case-item__title {
  font-size: 17px;
  margin-bottom: 15px;
}
.case-item__title span {
  color: #ed771c;
  font-size: 18px;
  margin-right: 15px;
}
.case-item__title span::before {
  content: "■";
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 10px;
}

.case-item__body {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case-item__thumb {
  width: 47%;
  text-align: center;
}
.case-item__thumb a {
  display: block;
  margin-bottom: 10px;
}

.case-item__txt {
  line-height: 1.7;
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .case .page-content__inner {
    margin-bottom: 30px;
  }
  .case__txt {
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 15px;
  }
  .case-item {
    margin-bottom: 15px;
    width: 100%;
  }
  .case-item__title {
    font-size: 16px;
  }
  .case-item__title span {
    font-size: 17px;
    margin-right: 10px;
  }
  .case-item__title span::before {
    content: "■";
    margin-right: 5px;
  }
  .case-item__body {
    width: 85%;
    margin: 0 auto;
  }
  .case-item__txt {
    font-size: 15px;
  }
}