@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  word-wrap: break-word;
}

input,
textarea {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

*,
body {
  font-family: var(--main-font-family);
}

html {
  font-size: 16px;
}

body {
  color: var(--text-color);
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
dt,
dd,
th,
td,
span,
a {
  line-height: 1.6;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.c-text-center {
  text-align: center;
}

.c-text-left {
  text-align: left;
}

.c-text-right {
  text-align: right;
}

.flex {
  display: flex;
}

.f-wrap {
  flex-wrap: wrap;
}

.f-jc-sb {
  justify-content: space-between;
}

.f-jc-c {
  justify-content: center;
}

.f-jc-fe {
  justify-content: flex-end;
}

.f-ai-c {
  align-items: center;
}

.f-ai-fs {
  align-items: flex-start;
}

.f-ai-fe {
  align-items: flex-end;
}

.f-ac-c {
  align-content: center;
}

.base {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.l-content-wrap {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 80px;
  padding-left: 80px;
}
@media only screen and (max-width: 575px) {
  .l-content-wrap {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 575px) {
  .l-spinner {
    width: 85%;
    margin: 0 auto;
  }
}

.l-content-wrap-default {
  position: relative;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
  padding-right: 2.4%;
  padding-left: 2.4%;
}
@media only screen and (max-width: 575px) {
  .l-content-wrap-default {
    max-width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    box-sizing: border-box;
  }
}

.l-2col-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (min-width: 576px) {
  .u-sp {
    display: none;
  }
}

.u-tab {
  display: none;
}
@media only screen and (min-width: 576px) {
  .u-tab {
    display: block;
  }
}

.u-pc {
  display: none;
}
@media only screen and (min-width: 992px) {
  .u-pc {
    display: block;
  }
}

.l-content-wrap {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box !important;
  padding-right: 80px !important;
  padding-left: 80px !important;
}
@media only screen and (max-width: 575px) {
  .l-content-wrap {
    max-width: 100%;
    padding-right: 20px !important;
    padding-left: 20px !important;
    box-sizing: border-box !important;
  }
}

@media only screen and (max-width: 575px) {
  .l-spinner {
    width: 85%;
    margin: 0 auto;
  }
}

.l-content-wrap-default {
  position: relative;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box !important;
  padding-right: 2.4% !important;
  padding-left: 2.4% !important;
}
@media only screen and (max-width: 575px) {
  .l-content-wrap-default {
    max-width: 100%;
    padding-right: 5% !important;
    padding-left: 5% !important;
    box-sizing: border-box !important;
  }
}

.l-2col-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

body.is-drawerActive {
  overflow-y: hidden;
}

body.is-drawerActive .l-header .nav-wrap {
  opacity: 1;
  visibility: visible;
}

.l-header {
  width: 100%;
  background-color: var(--background-color);
  border-bottom: 1px solid var(--main-color);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}
.l-header .inner {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .l-header .inner {
    padding: 20px 55px 20px 35px;
  }
}
.l-header .logo-wrap {
  position: relative;
  z-index: 100;
}
.l-header .logo-wrap img {
  width: auto;
  height: 57px;
}
.l-header .humburger-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-header .humburger-wrap .c-button-primary {
  width: 135px;
  margin-right: 65px;
  padding: 10px 0;
  color: var(--background-color);
  background-color: var(--main-color);
  border-color: var(--main-color);
}
@media only screen and (max-width: 575px) {
  .l-header .humburger-wrap .c-button-primary {
    display: none;
  }
}
.l-header .humburger-wrap .c-button-primary:hover {
  color: var(--main-color);
  background-color: var(--background-color);
}
.l-header .humburger-wrap .button-wrap {
  position: relative;
}
.l-header .humburger-wrap .button-wrap::before {
  content: "menu";
  font-family: var(--en-font-family);
  font-size: 13px;
  color: var(--background-color);
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}
.l-header .humburger-wrap .button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 100;
}
.l-header .humburger-wrap .hamburger {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 0 2rem transparent;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.l-header .humburger-wrap .hamburger-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background-color: transparent;
  transition: inherit;
}
.l-header .humburger-wrap .hamburger-line::before,
.l-header .humburger-wrap .hamburger-line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  content: "";
  transition: inherit;
}
.l-header .humburger-wrap .hamburger-line::before {
  width: 40px;
  top: -5px;
}
.l-header .humburger-wrap .hamburger-line::after {
  width: 27px;
  top: 5px;
  transform: translateX(13px);
}
.l-header .humburger-wrap .hamburger[aria-expanded=true] .hamburger-line {
  width: 18px;
  background-color: transparent;
}
.l-header .humburger-wrap .hamburger[aria-expanded=true] .hamburger-line::before,
.l-header .humburger-wrap .hamburger[aria-expanded=true] .hamburger-line::after {
  width: 28px;
  top: 0;
  right: initial;
  left: initial;
  background-color: var(--background-color);
}
.l-header .humburger-wrap .hamburger[aria-expanded=true] .hamburger-line::before {
  transform: rotate(35deg);
}
.l-header .humburger-wrap .hamburger[aria-expanded=true] .hamburger-line::after {
  transform: rotate(-35deg);
}
.l-header .humburger-wrap .visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.l-header .nav-wrap {
  width: 100%;
  height: 100vh;
  padding: 105px 15px 30px;
  background-color: var(--header-background-color);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) {
  .l-header .nav-wrap {
    padding: 165px 135px 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .l-header .nav-wrap .nav {
    width: 65%;
    border-bottom: 1px solid var(--background-color);
  }
}
.l-header .nav-wrap .nav .list {
  margin-left: 15px;
}
.l-header .nav-wrap .nav .list .item {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .l-header .nav-wrap .nav .list .item {
    margin-bottom: 22px;
  }
}
.l-header .nav-wrap .nav .list .item .link {
  font-family: var(--en-font-family);
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--background-color);
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .l-header .nav-wrap .nav .list .item .link {
    font-size: 28px;
  }
}
.l-header .nav-wrap .nav .list .item.un-item .link {
  padding-left: 65px;
  position: relative;
}
.l-header .nav-wrap .nav .list .item.un-item .link::before {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--background-color);
}
.l-header .nav-wrap .link-wrap {
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--background-color);
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .l-header .nav-wrap .link-wrap {
    width: 35%;
    margin-bottom: 0;
    padding-bottom: 45px;
  }
}
.l-header .nav-wrap .link-wrap .link-contact {
  margin-bottom: 30px;
  margin-left: 15px;
  font-family: var(--en-font-family);
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--background-color);
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .l-header .nav-wrap .link-wrap .link-contact {
    font-size: 28px;
  }
}
.l-header .nav-wrap .link-wrap .c-button-secondary {
  max-width: 345px;
  width: 100%;
  margin: initial;
  padding: 18px 0;
  border: none;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .l-header .nav-wrap .link-wrap .c-button-secondary {
    max-width: 190px;
    margin-top: auto;
    margin-left: auto;
    padding: 11px 0;
  }
}
.l-header .nav-wrap .link-wrap .c-button-secondary::after {
  content: "";
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/arrow_right_07.png);
  transition: 0.3s;
}
.l-header .nav-wrap .link-wrap .c-button-secondary:hover::after {
  right: 15px;
  background: center/contain no-repeat url(../img/common/arrow_right_08.png);
}
.l-header .nav-wrap .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (min-width: 992px) {
  .l-header .nav-wrap .bottom {
    width: 100%;
    justify-content: flex-start;
  }
}
.l-header .nav-wrap .bottom .sns-wrap {
  padding: 0 15px;
}
@media only screen and (max-width: 575px) {
  .l-header .nav-wrap .bottom .sns-wrap {
    width: 60%;
  }
}
@media only screen and (min-width: 992px) {
  .l-header .nav-wrap .bottom .sns-wrap {
    margin-right: 30px;
  }
}
.l-header .nav-wrap .bottom .sns-wrap a:not(:last-child) {
  margin-right: 20px;
}
.l-header .nav-wrap .bottom .sns-wrap a img {
  width: auto;
  height: 18px;
}
.l-header .nav-wrap .bottom .link-privacy {
  font-family: var(--en-font-family);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--background-color);
}
.l-header.is-top {
  background-color: transparent;
  border-bottom: none;
}
.l-header.is-top .hamburger-line::before,
.l-header.is-top .hamburger-line::after {
  background-color: var(--background-color);
}

.l-footer {
  padding: 100px 0 90px;
  background-color: var(--main-color);
}
@media only screen and (min-width: 992px) {
  .l-footer {
    padding-bottom: 105px;
  }
}
.l-footer .l-content-wrap {
  max-width: 1100px;
}
@media only screen and (max-width: 575px) {
  .l-footer .l-2col-wrap {
    flex-direction: column;
  }
}
.l-footer .logo-wrap {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .l-footer .logo-wrap {
    width: 34%;
  }
}
.l-footer .logo-wrap img {
  width: auto;
  height: 63px;
}
.l-footer .nav-wrap {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .l-footer .nav-wrap {
    width: 66%;
  }
}
.l-footer .nav-wrap .upper-wrap {
  margin-bottom: 35px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--background-color);
}
@media only screen and (min-width: 992px) {
  .l-footer .nav-wrap .upper-wrap {
    margin-bottom: 45px;
    padding-bottom: 15px;
    display: flex;
  }
}
.l-footer .nav-wrap .upper-wrap .list {
  margin-bottom: 35px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .l-footer .nav-wrap .upper-wrap .list {
    border-bottom: 1px solid var(--sub-text-color);
  }
}
@media only screen and (min-width: 992px) {
  .l-footer .nav-wrap .upper-wrap .list {
    width: 45%;
  }
}
.l-footer .nav-wrap .upper-wrap .list .item:not(:last-child) {
  margin-bottom: 20px;
}
.l-footer .nav-wrap .upper-wrap .list .item .link {
  font-family: var(--en-font-family);
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--background-color);
}
@media only screen and (min-width: 992px) {
  .l-footer .nav-wrap .upper-wrap .list .item .link {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .l-footer .nav-wrap .upper-wrap .info-wrap {
    width: 55%;
  }
}
.l-footer .nav-wrap .upper-wrap .info-wrap .list-info {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .l-footer .nav-wrap .upper-wrap .info-wrap .list-info {
    margin-bottom: 40px;
  }
}
.l-footer .nav-wrap .upper-wrap .info-wrap .name {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--background-color);
}
.l-footer .nav-wrap .upper-wrap .info-wrap .address {
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: var(--background-color);
}
.l-footer .nav-wrap .upper-wrap .info-wrap .tel a {
  font-family: var(--en-font-family);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--background-color);
}
.l-footer .nav-wrap .upper-wrap .info-wrap .sns-wrap {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .l-footer .nav-wrap .upper-wrap .info-wrap .sns-wrap {
    margin-bottom: 20px;
  }
}
.l-footer .nav-wrap .upper-wrap .info-wrap .sns-wrap a:not(:first-child) {
  margin-left: 50px;
}
@media only screen and (min-width: 992px) {
  .l-footer .nav-wrap .upper-wrap .info-wrap .sns-wrap a:not(:first-child) {
    margin-left: 20px;
  }
}
.l-footer .nav-wrap .upper-wrap .info-wrap .sns-wrap img {
  width: auto;
  height: 20px;
}
.l-footer .nav-wrap .upper-wrap .info-wrap .link-contact {
  margin-bottom: 55px;
  font-family: var(--en-font-family);
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: var(--background-color);
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .l-footer .nav-wrap .upper-wrap .info-wrap .link-contact {
    margin-bottom: 35px;
    font-size: 18px;
  }
}
.l-footer .nav-wrap .upper-wrap .info-wrap .link-reserve {
  max-width: 345px;
  width: 100%;
  margin-left: 0;
  color: var(--main-color);
  background-color: var(--background-color);
  border: 1px solid var(--main-color);
  position: relative;
}
@media only screen and (min-width: 992px) {
  .l-footer .nav-wrap .upper-wrap .info-wrap .link-reserve {
    width: 190px;
    padding-right: 30px;
  }
}
.l-footer .nav-wrap .upper-wrap .info-wrap .link-reserve::after {
  content: "";
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/arrow_right_07.png);
  transition: 0.3s;
}
.l-footer .nav-wrap .upper-wrap .info-wrap .link-reserve:hover::after {
  right: 10px;
}
.l-footer .nav-wrap .bottom-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .l-footer .nav-wrap .bottom-wrap {
    margin-right: 9%;
  }
}
.l-footer .nav-wrap .bottom-wrap .link-privacy {
  font-family: var(--en-font-family);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: var(--background-color);
}
.l-footer .nav-wrap .bottom-wrap .go-to-top {
  padding-right: 15px;
  font-family: var(--en-font-family);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: var(--background-color);
  position: relative;
}
.l-footer .nav-wrap .bottom-wrap .go-to-top::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px var(--background-color);
  border-right: solid 1px var(--background-color);
  position: absolute;
  top: 10px;
  right: 0;
  transform: rotate(-45deg);
}

.contact-cta {
  padding: 20px 0;
  background: center/cover no-repeat url(../img/company/bg_01.jpg);
}
@media only screen and (min-width: 992px) {
  .contact-cta {
    padding: 100px 0 105px;
  }
}
.contact-cta .contact-inner {
  padding: 20px 5px 35px;
  background-color: var(--background-color);
  position: relative;
}
@media only screen and (min-width: 992px) {
  .contact-cta .contact-inner {
    padding: 80px 5px 100px;
  }
}
.contact-cta .title-contact {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 992px) {
  .contact-cta .title-contact {
    font-size: 35px;
  }
}
.contact-cta .title-contact-en {
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 992px) {
  .contact-cta .title-contact-en {
    margin-bottom: 20px;
  }
}
.contact-cta .text-contact {
  display: none;
}
@media only screen and (min-width: 992px) {
  .contact-cta .text-contact {
    margin-bottom: 25px;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.12em;
    display: block;
  }
}
.contact-cta .button-wrap {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .contact-cta .button-wrap {
    display: flex;
    justify-content: center;
  }
}
.contact-cta .button-wrap a {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  padding: 13px 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--background-color);
  background-color: var(--sub-color);
  border-radius: 27px;
  border: 1px solid var(--sub-color);
  display: block;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) {
  .contact-cta .button-wrap a {
    max-width: 320px;
    margin: 0;
  }
}
.contact-cta .button-wrap a.link-tel {
  font-family: var(--en-font-family);
  color: var(--sub-color);
  background-color: var(--background-color);
}
.contact-cta .button-wrap a.link-tel:hover {
  color: var(--background-color);
  background-color: var(--sub-color);
}
.contact-cta .button-wrap a:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .contact-cta .button-wrap a:not(:last-child) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .contact-cta .button-wrap a:not(:first-child) {
    margin-left: 20px;
  }
}
.contact-cta .button-wrap a:hover {
  color: var(--sub-color);
  background-color: var(--background-color);
}

.c-button-primary,
.c-button-secondary {
  width: 190px;
  margin: 0 auto;
  padding: 13px 0;
  font-family: var(--en-font-family);
  font-size: 12px;
  text-align: center;
  border: 1px solid var(--main-color);
  border-radius: 27px;
  display: block;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) {
  .c-button-primary,
  .c-button-secondary {
    width: 32%;
    margin: initial;
    letter-spacing: 0.08em;
  }
}
.c-button-primary:not(:first-child),
.c-button-secondary:not(:first-child) {
  margin-top: 18px;
}
@media only screen and (min-width: 992px) {
  .c-button-primary:not(:first-child),
  .c-button-secondary:not(:first-child) {
    margin-top: 0;
    margin-left: 2%;
  }
}

.c-button-primary {
  color: var(--background-color);
  background-color: var(--sub-color);
  border: 1px solid var(--sub-color);
}
@media only screen and (min-width: 992px) {
  .c-button-primary {
    letter-spacing: 0.08em;
  }
}
.c-button-primary:hover {
  color: var(--sub-color);
  background-color: var(--background-color);
}

.c-button-secondary {
  color: var(--sub-color);
  background-color: var(--background-color);
  border: 1px solid var(--sub-color);
}
.c-button-secondary:hover {
  color: var(--background-color);
  background-color: var(--sub-color);
}

.c-view-more {
  width: 168px;
  margin-left: auto;
  padding: 5px 0;
  font-family: var(--en-font-family);
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: var(--text-color);
  display: block;
  position: relative;
}
.c-view-more::after {
  content: "";
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/arrow_right_07.png);
  transition: 0.3s;
}
.c-view-more:hover::after {
  right: -5px;
}

.c-main-title .title-primary {
  font-family: var(--en-font-family);
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 992px) {
  .c-main-title .title-primary {
    font-size: 50px;
  }
}
.c-main-title .title-secondary {
  font-size: 12px;
  text-align: center;
  display: block;
}

.top .sec-mv {
  position: relative;
}
.top .sec-mv .swiper-slide {
  overflow: hidden;
}
.top .sec-mv .swiper-slide img {
  width: 100%;
}
.top .sec-mv .swiper-pagination-fraction {
  width: 60px;
  font-family: var(--en-font-family);
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--background-color);
  bottom: 23px;
  left: 5px;
}
@media only screen and (min-width: 992px) {
  .top .sec-mv .swiper-pagination-fraction {
    left: initial;
    right: 90px;
  }
}
.top .sec-mv .scroll {
  font-family: var(--en-font-family);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: var(--background-color);
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.top .sec-mv .info-wrap {
  position: absolute;
  top: 48%;
  left: -93px;
  transform: scale(0.88) rotate(90deg);
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .top .sec-mv .info-wrap {
    display: none;
  }
}
.top .sec-mv .info-wrap .copyright,
.top .sec-mv .info-wrap .link-insta {
  font-family: var(--en-font-family);
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: var(--background-color);
}
.top .sec-mv .info-wrap .copyright {
  position: relative;
}
.top .sec-mv .info-wrap .copyright::after {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  background-color: var(--background-color);
}
.top .sec-mv .info-wrap .link-insta {
  margin-left: 10px;
}
.top .sec-mv .info-wrap .link-insta img {
  width: auto;
  height: 10px;
  margin: -2px 5px 0 10px;
  vertical-align: middle;
}
.top .reserve-wrap .link-reserve {
  padding: 15px 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--background-color);
  background-color: var(--main-color);
  display: block;
}
@media only screen and (min-width: 992px) {
  .top .reserve-wrap .link-reserve {
    display: none;
  }
}
.top .sec-info {
  padding: 105px 0 50px;
}
@media only screen and (min-width: 992px) {
  .top .sec-info {
    padding: 140px 0 75px;
  }
}
@media only screen and (min-width: 992px) {
  .top .sec-info .l-content-wrap {
    max-width: 1000px;
  }
}
.top .sec-info .c-main-title {
  position: relative;
  z-index: 2;
}
.top .sec-info .c-main-title .title-primary {
  text-align: left;
}
.top .sec-info .info-wrap {
  margin-top: -25px;
  padding: 60px 30px 35px;
  background-color: var(--sub-background-color);
}
@media only screen and (max-width: 575px) {
  .top .sec-info .info-wrap {
    transform: translateX(10px);
  }
}
@media only screen and (min-width: 992px) {
  .top .sec-info .info-wrap {
    width: 90%;
    margin-top: -42px;
    margin-left: auto;
    padding: 45px 45px 35px;
  }
}
@media only screen and (min-width: 992px) {
  .top .sec-info .list {
    margin-bottom: 25px;
  }
}
.top .sec-info .term {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .top .sec-info .term {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.top .sec-info .desc {
  font-size: 14px;
  line-height: 1.9;
}
.top .sec-info .c-button-primary {
  width: 190px;
  margin-left: 0;
}
.top .sec-concept {
  padding: 50px 0 135px;
}
@media only screen and (min-width: 992px) {
  .top .sec-concept {
    padding: 75px 0 300px;
  }
}
@media only screen and (min-width: 992px) {
  .top .sec-concept .l-content-wrap {
    max-width: 1000px;
  }
}
.top .sec-concept .l-2col-wrap {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .top .sec-concept .l-2col-wrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .top .sec-concept .l-2col-wrap {
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.top .sec-concept .text-wrap {
  padding-left: 35px;
}
@media only screen and (min-width: 992px) {
  .top .sec-concept .text-wrap {
    width: 40%;
  }
}
.top .sec-concept .text-wrap .c-main-title {
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
}
.top .sec-concept .text-wrap .c-main-title::after {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--main-color);
}
.top .sec-concept .text-wrap .c-main-title .title-primary {
  text-align: left;
}
.top .sec-concept .text-wrap .text {
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (min-width: 992px) {
  .top .sec-concept .text-wrap .text {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .top .sec-concept .img-wrap {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .top .sec-concept .img-wrap {
    width: 53%;
  }
}
@media only screen and (max-width: 575px) {
  .top .sec-image {
    width: 100%;
    padding-top: 130%;
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (max-width: 575px) {
  .top .sec-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.top .sec-contents {
  padding: 135px 0 150px;
  background-color: var(--sub-background-color);
}
@media only screen and (min-width: 992px) {
  .top .sec-contents {
    padding: 300px 0 305px;
  }
}
.top .sec-contents .c-main-title {
  margin-bottom: 55px;
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .top .sec-contents .c-main-title {
    width: 28.5%;
    padding-left: 3.5%;
  }
}
.top .sec-contents .c-main-title .title-primary {
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .top .sec-contents .contents-wrap {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .top .sec-contents .list {
    width: 71.5%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.top .sec-contents .list .item {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .top .sec-contents .list .item {
    width: 32.5%;
  }
}
.top .sec-contents .list .item:not(:last-child) {
  margin-bottom: 2px;
}
@media only screen and (min-width: 992px) {
  .top .sec-contents .list .item:not(:first-child) {
    margin-left: 1.25%;
  }
}
@media only screen and (min-width: 992px) {
  .top .sec-contents .list .item:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .top .sec-contents .list .item:nth-child(4n) {
    margin-left: 0;
  }
}
.top .sec-contents .list .item .link {
  padding-top: 100%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .top .sec-contents .list .item .link {
    padding-top: 150%;
  }
}
.top .sec-contents .list .item .link::after {
  content: "";
  width: 20px;
  height: 9px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/arrow_right_08.png);
  transition: 0.3s;
}
@media only screen and (min-width: 992px) {
  .top .sec-contents .list .item .link::after {
    right: 9%;
    bottom: 5.5%;
  }
}
.top .sec-contents .list .item .link:hover::after {
  right: 8%;
}
.top .sec-contents .list .item .link.link-01 {
  background: center/cover no-repeat url(../../../img/top/img_03.jpg);
}
.top .sec-contents .list .item .link.link-02 {
  background: center/cover no-repeat url(../../../img/top/img_04.jpg);
}
.top .sec-contents .list .item .link.link-03 {
  background: center/cover no-repeat url(../../../img/top/img_05.jpg);
}
.top .sec-contents .list .item .link .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.top .sec-contents .list .item .link:hover .img {
  transform: scale(1.05);
}
.top .sec-contents .list .item .title-en {
  font-family: var(--en-font-family);
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: var(--background-color);
  position: absolute;
  top: 25px;
  left: 40px;
}
@media only screen and (min-width: 992px) {
  .top .sec-contents .list .item .title-en {
    top: 21%;
    left: 10%;
  }
}
.top .sec-contents .list .item .title-ja {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--background-color);
  position: absolute;
  top: 80px;
  left: 40px;
}
@media only screen and (min-width: 992px) {
  .top .sec-contents .list .item .title-ja {
    top: 33%;
    left: 10%;
  }
}
.top .sec-news {
  padding: 140px 0 190px;
}
@media only screen and (min-width: 992px) {
  .top .sec-news {
    padding: 280px 0 285px;
  }
}
.top .sec-news .c-main-title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .top .sec-news .c-main-title {
    margin-bottom: 45px;
  }
}
.top .sec-news .list {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 575px) {
  .top .sec-news .list {
    max-width: 270px;
  }
}
@media only screen and (min-width: 992px) {
  .top .sec-news .list {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
  }
}
.top .sec-news .list .entry-card {
  display: block;
}
.top .sec-news .list .entry-card:not(:last-child) {
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) {
  .top .sec-news .list .entry-card:not(:last-child) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .top .sec-news .list .entry-card {
    width: 23.5%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .top .sec-news .list .entry-card:nth-child(n+2) {
    margin-left: 2%;
  }
}
@media only screen and (min-width: 992px) {
  .top .sec-news .list .entry-card:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .top .sec-news .list .entry-card:nth-child(n+5) {
    margin-top: 95px;
  }
}
.top .sec-news .list .entry-card .img-wrap {
  padding-top: 75%;
  position: relative;
}
.top .sec-news .list .entry-card .img-wrap img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.top .sec-news .list .entry-card .entry-card-title {
  margin-bottom: 15px;
  padding: 25px 0 15px;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--text-color);
  border-bottom: 1px solid var(--sub-background-color);
  transition: 0.3s;
}
@media only screen and (min-width: 992px) {
  .top .sec-news .list .entry-card .entry-card-title {
    margin-bottom: 20px;
    padding: 20px 0 15px;
  }
}
.top .sec-news .list .entry-card .entry-card-title:hover {
  opacity: 0.6;
}
.top .sec-news .list .entry-card .entry-card-date {
  font-family: var(--en-font-family);
  font-size: 14px;
  font-weight: 300;
  color: var(--sub-text-color);
  line-height: 1;
  letter-spacing: 0.08em;
  display: block;
}
@media only screen and (min-width: 992px) {
  .top .sec-news .list .entry-card .entry-card-date {
    padding: 0;
  }
}
.top .sec-news .list .entry-card .entry-card-category {
  font-family: var(--en-font-family);
  font-size: 14px;
  color: var(--text-color);
  font-weight: 300;
  letter-spacing: 0.08em;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .top .sec-news .list .entry-card .entry-card-category {
    margin-right: 5px;
    padding: 0;
  }
}
.top .sec-recruit {
  padding: 55px 30px;
  background: center/cover no-repeat url(../../../img/top/img_07.jpg);
}
@media only screen and (min-width: 992px) {
  .top .sec-recruit {
    padding: 105px 0 100px;
  }
}
.top .sec-recruit .inner {
  padding: 35px 30px 55px;
  background-color: var(--background-color);
}
@media only screen and (min-width: 992px) {
  .top .sec-recruit .inner {
    max-width: 710px;
    margin: 0 auto;
    padding: 40px 4.5% 55px;
  }
}
.top .sec-recruit .l-2col-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top .sec-recruit .title-wrap .title {
  font-family: var(--en-font-family);
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0.06em;
}
.top .sec-recruit .title-wrap .title-sub {
  margin-top: -10px;
  font-family: var(--en-font-family);
  font-size: 10px;
}
@media only screen and (min-width: 992px) {
  .top .sec-recruit .title-wrap .title-sub {
    font-size: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .top .sec-recruit .c-view-more span {
    display: none;
  }
}
.top .sec-salon {
  padding: 175px 0 190px;
  background-color: var(--sub-background-color);
}
@media only screen and (min-width: 992px) {
  .top .sec-salon {
    padding: 280px 0 200px;
  }
}
.top .sec-salon .c-main-title {
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .top .sec-salon .c-main-title {
    margin-bottom: 75px;
  }
}
.top .sec-salon .list:not(:last-of-type) {
  margin-bottom: 150px;
}
@media only screen and (min-width: 992px) {
  .top .sec-salon .list:not(:last-of-type) {
    margin-bottom: 130px;
  }
}
.top .sec-salon .list .item {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 70px;
  border-bottom: 1px solid var(--sub-color);
}
@media only screen and (min-width: 992px) {
  .top .sec-salon .list .item {
    max-width: 100%;
    padding-bottom: 105px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.top .sec-salon .list .item:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .top .sec-salon .list .item:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .top .sec-salon .list .item .shop-card {
    width: 38.5%;
  }
}
.top .sec-salon .list .item .img-wrap {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .top .sec-salon .list .item .img-wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 30px;
    padding-top: 75vw;
  }
}
.top .sec-salon .list .item .img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .top .sec-salon .list .item .text-wrap {
    width: 58%;
  }
}
.top .sec-salon .list .item .text-wrap .shop-category-wrap {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .top .sec-salon .list .item .text-wrap .shop-category-wrap {
    transform: translateX(-10px);
  }
}
.top .sec-salon .list .item .text-wrap .shop-category-wrap .shop-category {
  margin-right: 3px;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--sub-text-color);
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .top .sec-salon .list .item .text-wrap .shop-category-wrap .shop-category {
    width: 80px;
    border: 1px solid var(--sub-text-color);
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .top .sec-salon .list .item .text-wrap .shop-category-wrap .shop-category {
    padding: 1px 20px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .top .sec-salon .list .item .text-wrap .shop-category-wrap .shop-category:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: var(--sub-text-color);
  }
}
.top .sec-salon .list .item .text-wrap .shop-brand-wrap .shop-brand-name {
  font-family: var(--en-font-family);
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.12em;
  display: block;
}
@media only screen and (min-width: 992px) {
  .top .sec-salon .list .item .text-wrap .shop-brand-wrap .shop-brand-name {
    font-size: 30px;
  }
}
.top .sec-salon .list .item .text-wrap .shop-title {
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--text-color);
}
@media only screen and (min-width: 992px) {
  .top .sec-salon .list .item .text-wrap .shop-title {
    margin-bottom: 15px;
  }
}
.top .sec-salon .list .item .text-wrap .shop-address {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.04em;
}
.top .sec-salon .list .item .text-wrap .shop-tel {
  margin-bottom: 10px;
  font-family: var(--en-font-family);
  font-size: 16px;
  font-weight: 300;
  color: var(--text-color);
  letter-spacing: 0.12em;
}
.top .sec-salon .list .item .text-wrap .shop-open {
  font-family: var(--en-font-family);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.08em;
}
.top .sec-salon .list .item .text-wrap .shop-close {
  font-family: var(--en-font-family);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.08em;
}
.top .sec-salon .list .item .text-wrap .info-wrap {
  margin-top: 35px;
}
@media only screen and (min-width: 992px) {
  .top .sec-salon .list .item .text-wrap .info-wrap {
    margin-top: 30px;
    display: flex;
  }
}
@media only screen and (max-width: 575px) {
  .top .sec-salon .c-button-primary,
  .top .sec-salon .c-button-secondary {
    max-width: 345px;
    width: 100%;
  }
}

.company {
  padding-top: 135px;
}
@media only screen and (min-width: 992px) {
  .company {
    padding-top: 185px;
  }
}
.company .c-main-title {
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) {
  .company .c-main-title {
    margin-bottom: 75px;
  }
}
.company .c-title-wrap {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .company .c-title-wrap {
    margin-bottom: 10px;
    padding: 0 2.5%;
  }
}
.company .c-title-wrap .c-title {
  margin-bottom: 5px;
  font-family: var(--en-font-family);
  font-size: 24px;
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 992px) {
  .company .c-title-wrap .c-title {
    font-size: 35px;
  }
}
.company .c-title-wrap .c-title-en {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.company .title-philosophy {
  margin-bottom: 40px;
  font-size: 25px;
  text-align: center;
  line-height: 1.75;
}
@media only screen and (min-width: 992px) {
  .company .title-philosophy {
    letter-spacing: 0.08em;
  }
}
.company .text-concept {
  margin-bottom: 50px;
  font-size: 15px;
  text-align: center;
  line-height: 1.85;
}
@media only screen and (min-width: 992px) {
  .company .text-concept {
    max-width: 840px;
    margin: 0 auto 75px;
  }
}
.company .lead-wrap {
  margin-bottom: 105px;
  padding: 40px 8.5% 55px;
  background-color: var(--sub-background-color);
}
@media only screen and (min-width: 992px) {
  .company .lead-wrap {
    margin-bottom: 165px;
    padding: 50px 3% 55px;
  }
}
.company .lead-wrap .title-lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  color: var(--text-color);
}
.company .lead-wrap .text-lead {
  font-size: 15px;
  text-align: center;
  line-height: 1.85;
  letter-spacing: 0.08em;
}
.company .culture-wrap {
  padding-bottom: 90px;
}
@media only screen and (min-width: 992px) {
  .company .culture-wrap {
    padding-bottom: 105px;
  }
}
.company .culture-wrap .title-culture {
  margin-bottom: 30px;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.16em;
}
@media only screen and (min-width: 992px) {
  .company .culture-wrap .title-culture {
    margin-bottom: 75px;
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .company .culture-wrap .list .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.company .culture-wrap .list .item:not(:last-child) {
  margin-bottom: 75px;
}
@media only screen and (min-width: 992px) {
  .company .culture-wrap .list .item:not(:last-child) {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .company .culture-wrap .list .item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.company .culture-wrap .img-wrap {
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .company .culture-wrap .img-wrap {
    width: 42.5%;
  }
}
.company .culture-wrap .img-wrap img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .company .culture-wrap .text-wrap {
    width: 57.5%;
    padding: 0 6.5%;
  }
}
.company .culture-wrap .text-wrap .num {
  margin-bottom: 5px;
  font-size: 20px;
  letter-spacing: 0.12em;
  color: #b1afa9;
}
@media only screen and (min-width: 992px) {
  .company .culture-wrap .text-wrap .num {
    margin-top: -10px;
  }
}
.company .culture-wrap .text-wrap .lead-culture {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .company .culture-wrap .text-wrap .lead-culture {
    margin-bottom: 40px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
.company .culture-wrap .text-wrap .text-culture {
  line-height: 1.75;
}
.company .outline-wrap {
  margin-bottom: 30px;
  padding: 55px 0 25px;
  background-color: var(--sub-background-color);
}
@media only screen and (min-width: 992px) {
  .company .outline-wrap {
    max-width: 1140px;
    margin: 0 auto 45px;
    padding: 75px 0 125px;
  }
}
.company .outline-wrap .table-outline {
  width: 100%;
}
.company .outline-wrap .table-outline .heading {
  padding: 15px 0;
  font-size: 15px;
  text-align: left;
  line-height: 1.85;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #dbdcdc;
  display: block;
}
@media only screen and (min-width: 992px) {
  .company .outline-wrap .table-outline .heading {
    width: 25%;
    padding: 35px 2.5%;
    display: table-cell;
  }
}
.company .outline-wrap .table-outline .data {
  padding: 10px 0 30px;
  font-size: 15px;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1.85;
}
@media only screen and (min-width: 992px) {
  .company .outline-wrap .table-outline .data {
    width: 75%;
    padding: 35px 2.5%;
    border-bottom: 1px solid #dbdcdc;
    display: table-cell;
  }
}
.company .outline-wrap .table-outline .data span {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.7;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .company .outline-wrap .table-outline .data span {
    width: 76%;
    line-height: 2;
  }
}
.company .history-wrap {
  padding: 55px 0 65px;
  background-color: var(--sub-background-color);
}
@media only screen and (min-width: 992px) {
  .company .history-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 75px 0 90px;
  }
}
.company .history-wrap .c-title-wrap {
  margin-bottom: 40px;
}
.company .history-wrap .table-history {
  width: 100%;
}
.company .history-wrap .table-history .heading {
  width: 30%;
  padding: 5px 0 5px 5px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .company .history-wrap .table-history .heading {
    width: 20%;
    padding: 5px 0 5px 3%;
    font-size: 15px;
    letter-spacing: 0.12em;
  }
}
.company .history-wrap .table-history .data {
  width: 70%;
  padding: 5px 0 5px 20px;
  font-size: 13px;
  border-left: 1px solid #555555;
}
@media only screen and (min-width: 992px) {
  .company .history-wrap .table-history .data {
    width: 80%;
    padding: 5px 0 5px 8%;
    font-size: 15px;
    letter-spacing: 0.08em;
  }
}
.company .link-wrap {
  padding: 70px 0;
}
@media only screen and (min-width: 992px) {
  .company .link-wrap {
    padding: 55px 0 125px;
  }
}
.company .link-wrap .link-to-salon {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 14px 0;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.2em;
  color: var(--sub-color);
  background-color: var(--background-color);
  border: 1px solid var(--sub-color);
  border-radius: 27px;
  display: block;
  position: relative;
}
.company .link-wrap .link-to-salon::after {
  content: "";
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/arrow_right_07.png);
  transition: 0.3s;
}
.company .link-wrap .link-to-salon:hover::after {
  right: 70px;
}

.salon-archive {
  padding: 145px 0 90px;
}
@media only screen and (min-width: 992px) {
  .salon-archive {
    padding: 155px 0 140px;
  }
}
.salon-archive .c-main-title {
  margin-bottom: 50px;
}
.salon-archive .list-category {
  max-width: 270px;
  margin: 0 auto 25px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .salon-archive .list-category {
    max-width: 100%;
    margin-bottom: 80px;
    justify-content: center;
  }
}
.salon-archive .list-category .item-category {
  width: 50%;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .salon-archive .list-category .item-category {
    width: auto;
    margin-bottom: 0;
    padding: 0 25px;
  }
}
.salon-archive .list-category .item-category:nth-child(even) {
  border-left: 1px solid #000;
}
@media only screen and (min-width: 992px) {
  .salon-archive .list-category .item-category:not(:first-child) {
    border-left: 1px solid #000;
  }
}
.salon-archive .list-category .item-category .link-category {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.12em;
  color: #000;
  display: block;
}
.salon-archive .list-category .item-category .link-category.is-active {
  position: relative;
}
.salon-archive .list-category .item-category .link-category.is-active::after {
  content: "";
  width: 60%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
.salon-archive .brand-name {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .salon-archive .brand-name {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .salon-archive .list {
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.salon-archive .list:not(:last-of-type) {
  margin-bottom: 150px;
}
@media only screen and (min-width: 992px) {
  .salon-archive .list:not(:last-of-type) {
    margin-bottom: 130px;
  }
}
.salon-archive .list .item {
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .salon-archive .list .item {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.salon-archive .list .item:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) {
  .salon-archive .list .item:not(:last-child) {
    margin-bottom: 125px;
  }
}
@media only screen and (min-width: 992px) {
  .salon-archive .list .item .shop-card {
    width: 38.5%;
  }
}
.salon-archive .list .item .img-wrap {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .salon-archive .list .item .img-wrap {
    margin-bottom: 35px;
  }
}
.salon-archive .list .item .img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.salon-archive .list .item .text-wrap {
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 992px) {
  .salon-archive .list .item .text-wrap {
    width: 58%;
    padding: 0;
  }
}
.salon-archive .list .item .text-wrap .shop-category-wrap {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.salon-archive .list .item .text-wrap .shop-category-wrap .shop-category {
  margin-right: 8px;
  margin-bottom: 10px;
  padding: 1px 28px;
  font-size: 16px;
  letter-spacing: 0.04em;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .salon-archive .list .item .text-wrap .shop-category-wrap .shop-category {
    padding: 1px 10px;
    font-size: 18px;
  }
}
.salon-archive .list .item .text-wrap .shop-category-wrap .shop-category:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #b1afa9;
}
.salon-archive .list .item .text-wrap .shop-brand-wrap .shop-brand-name {
  font-family: var(--en-font-family);
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.12em;
  display: block;
}
@media only screen and (min-width: 992px) {
  .salon-archive .list .item .text-wrap .shop-brand-wrap .shop-brand-name {
    margin-bottom: 10px;
    font-size: 30px;
  }
}
.salon-archive .list .item .text-wrap .shop-title {
  margin-bottom: 15px;
  font-size: 14px;
  color: var(--main-color);
  letter-spacing: 0.08em;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .salon-archive .list .item .text-wrap .shop-title {
    margin-bottom: 25px;
  }
}
.salon-archive .list .item .text-wrap .shop-address {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.04em;
}
.salon-archive .list .item .text-wrap .shop-tel {
  margin-bottom: 10px;
  font-family: var(--en-font-family);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.12em;
}
.salon-archive .list .item .text-wrap .shop-open {
  font-family: var(--en-font-family);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.08em;
}
.salon-archive .list .item .text-wrap .shop-close {
  font-family: var(--en-font-family);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.08em;
}
.salon-archive .list .item .text-wrap .info-wrap {
  margin-top: 35px;
}
@media only screen and (min-width: 992px) {
  .salon-archive .list .item .text-wrap .info-wrap {
    margin-top: 30px;
    display: flex;
  }
}

.salon-single {
  padding-top: 125px;
}
@media only screen and (min-width: 992px) {
  .salon-single {
    padding-top: 155px;
  }
}
.salon-single .c-title-wrap {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .salon-single .c-title-wrap {
    margin-bottom: 80px;
    padding: 0 2.5%;
  }
}
.salon-single .c-title-wrap .c-title {
  font-family: var(--en-font-family);
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .salon-single .c-title-wrap .c-title {
    font-size: 50px;
  }
}
.salon-single .c-title-wrap .c-title-ja {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
}
.salon-single .title {
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.16em;
}
@media only screen and (min-width: 992px) {
  .salon-single .title {
    font-size: 40px;
  }
}
.salon-single .title-ja {
  margin-bottom: 20px;
  font-size: 15px;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 992px) {
  .salon-single .title-ja {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.salon-single .slider-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width: 576px) {
  .salon-single .slider-wrap {
    padding-right: 80px;
    padding-left: 80px;
  }
}
.salon-single .slider-wrap .swiper-slide img {
  width: 100%;
}
.salon-single .slider-wrap .swiper-button-next {
  background: none;
}
.salon-single .slider-wrap .swiper-button-next::after {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.salon-single .slider-wrap .swiper-button-prev {
  background: none;
}
.salon-single .slider-wrap .swiper-button-prev::after {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-135deg);
}
.salon-single .link-wrap {
  padding: 25px 0 50px;
}
@media only screen and (min-width: 992px) {
  .salon-single .link-wrap {
    padding-top: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .salon-single .link-wrap .inner {
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .salon-single .link-wrap .c-button-primary,
  .salon-single .link-wrap .c-button-secondary {
    max-width: 320px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .salon-single .anchor-wrap {
    padding: 50px 0;
  }
}
.salon-single .anchor-wrap .inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .salon-single .anchor-wrap .inner {
    max-width: 840px;
    margin: 0 auto;
    justify-content: center;
  }
}
.salon-single .anchor-wrap .inner .anchor {
  width: 50%;
  padding: 10px;
  font-size: 15px;
  color: #000;
  border: 1px solid #e6e6e6;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .salon-single .anchor-wrap .inner .anchor {
    width: 16.6666%;
    padding: 0;
    text-align: center;
    border: none;
  }
}
@media only screen and (min-width: 992px) {
  .salon-single .anchor-wrap .inner .anchor:not(:first-child) {
    border-left: 1px solid #000;
  }
}
.salon-single .anchor-wrap .inner .anchor::after {
  content: "";
  width: 7px;
  height: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: center/contain no-repeat url(../../../img/common/arrow_right_06.png);
}
@media only screen and (min-width: 992px) {
  .salon-single .anchor-wrap .inner .anchor::after {
    display: none;
  }
}
.salon-single .concept-wrap {
  padding: 50px 0 45px;
}
@media only screen and (min-width: 992px) {
  .salon-single .concept-wrap {
    padding: 50px 0 60px;
  }
}
.salon-single .concept-wrap .concept-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}
@media only screen and (min-width: 992px) {
  .salon-single .concept-wrap .concept-title {
    font-size: 20px;
  }
}
.salon-single .concept-wrap .concept-text {
  font-size: 14px;
  text-align: center;
  line-height: 1.85;
}
@media only screen and (min-width: 992px) {
  .salon-single .concept-wrap .concept-text {
    max-width: 840px;
    margin: 0 auto;
  }
}
.salon-single .info-wrap {
  padding-top: 60px;
  background-color: #f9f9f9;
}
@media only screen and (min-width: 992px) {
  .salon-single .info-wrap {
    padding-bottom: 45px;
  }
}
.salon-single .info-wrap .table {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .salon-single .info-wrap .table {
    max-width: 840px;
    width: 100%;
    margin: 0 auto 60px;
  }
}
.salon-single .info-wrap .table .heading {
  padding: 25px 0 5px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: left;
  display: block;
}
@media only screen and (min-width: 992px) {
  .salon-single .info-wrap .table .heading {
    width: 16%;
    padding: 35px 0 35px 25px;
    font-size: 14px;
    border-bottom: 1px solid #dbdcdc;
    display: table-cell;
  }
}
.salon-single .info-wrap .table .data {
  padding: 5px 0 20px;
  font-size: 14px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #dbdcdc;
  display: block;
}
@media only screen and (min-width: 992px) {
  .salon-single .info-wrap .table .data {
    width: 84%;
    padding: 35px 100px 35px 15px;
    display: table-cell;
  }
}
.salon-single .info-wrap .table .data.data-address {
  padding-bottom: 70px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .salon-single .info-wrap .table .data.data-address {
    padding-bottom: 30px;
  }
}
.salon-single .info-wrap .table .data.data-address .link-map {
  position: absolute;
  left: 0;
  bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .salon-single .info-wrap .table .data.data-address .link-map {
    top: 50%;
    left: inherit;
    right: 25px;
    bottom: inherit;
    transform: translateY(-50%);
  }
}
.salon-single .info-wrap .table .data.data-address .link-map img {
  height: 42px;
}
@media only screen and (min-width: 992px) {
  .salon-single .info-wrap .table .data.data-address .link-map img {
    height: 50px;
  }
}
.salon-single .info-wrap .table .data a {
  color: #000;
}
.salon-single .info-wrap .google-map-wrap {
  width: 100%;
  height: 260px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .salon-single .info-wrap .google-map-wrap {
    height: 360px;
    margin-bottom: 90px;
  }
}
.salon-single .info-wrap .google-map-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.salon-single .staff-wrap {
  padding: 50px 0 45px;
}
@media only screen and (min-width: 992px) {
  .salon-single .staff-wrap {
    padding: 115px 0 80px;
  }
}
.salon-single .staff-wrap .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.salon-single .staff-wrap .list:not(:last-child) {
  margin-bottom: 75px;
}
@media only screen and (min-width: 992px) {
  .salon-single .staff-wrap .list:not(:last-child) {
    margin-bottom: 95px;
  }
}
.salon-single .staff-wrap .list .staff-card {
  width: 48%;
  color: #000;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .salon-single .staff-wrap .list .staff-card {
    width: 23%;
  }
}
.salon-single .staff-wrap .list .staff-card:nth-child(even) {
  margin-left: 4%;
}
.salon-single .staff-wrap .list .staff-card:nth-child(n+3) {
  margin-top: 75px;
}
@media only screen and (min-width: 992px) {
  .salon-single .staff-wrap .list .staff-card:nth-child(n+3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .salon-single .staff-wrap .list .staff-card:nth-child(n+5) {
    margin-top: 115px;
  }
}
@media only screen and (min-width: 992px) {
  .salon-single .staff-wrap .list .staff-card:nth-child(n+2) {
    margin-left: 2.6666%;
  }
}
@media only screen and (min-width: 992px) {
  .salon-single .staff-wrap .list .staff-card:nth-child(4n+1) {
    margin-left: 0;
  }
}
.salon-single .staff-wrap .list .staff-card .img-wrap {
  margin-bottom: 20px;
  padding-top: 137%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .salon-single .staff-wrap .list .staff-card .img-wrap {
    margin-bottom: 25px;
  }
}
.salon-single .staff-wrap .list .staff-card .img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.salon-single .staff-wrap .list .staff-card-position {
  margin-bottom: 5px;
  font-size: 14px;
  text-align: center;
}
.salon-single .staff-wrap .list .staff-card-name {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #32312f;
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 992px) {
  .salon-single .staff-wrap .list .staff-card-name {
    margin-bottom: 5px;
  }
}
.salon-single .staff-wrap .list .staff-card-name-en {
  margin-bottom: 15px;
  font-family: var(--en-font-family);
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 992px) {
  .salon-single .staff-wrap .list .staff-card-name-en {
    margin-bottom: 25px;
  }
}
.salon-single .staff-wrap .list .staff-card-message {
  margin-bottom: 25px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .salon-single .staff-wrap .list .staff-card-message {
    margin-bottom: 15px;
    padding: 0;
    letter-spacing: -0.04em;
    line-height: 1.75;
  }
}
.salon-single .staff-wrap .list .staff-card-wrap {
  margin-top: auto;
}
.salon-single .staff-wrap .list .staff-card-sns {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .salon-single .staff-wrap .list .staff-card-sns {
    margin-bottom: 50px;
    padding: 0 10px;
  }
}
.salon-single .staff-wrap .list .staff-card-sns .twitter img {
  width: 20px;
  height: 16px;
  vertical-align: middle;
}
.salon-single .staff-wrap .list .staff-card-sns .insta {
  margin-left: 25px;
}
.salon-single .staff-wrap .list .staff-card-sns .insta img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.salon-single .staff-wrap .list .staff-card-sns .line {
  margin-left: 25px;
}
.salon-single .staff-wrap .list .staff-card-sns .line img {
  width: 18px;
  height: 17px;
  vertical-align: middle;
}
.salon-single .staff-wrap .list .staff-card-reserve .c-button-primary,
.salon-single .staff-wrap .list .staff-card-reserve .c-button-secondary {
  width: 100%;
}
.salon-single .menu-wrap {
  padding: 45px 0;
}
@media only screen and (min-width: 992px) {
  .salon-single .menu-wrap {
    padding: 80px 0;
  }
}
.salon-single .menu-wrap .c-title-wrap {
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) {
  .salon-single .menu-wrap .c-title-wrap {
    margin-bottom: 85px;
  }
}
.salon-single .menu-wrap .c-title-wrap .c-title-ja {
  margin-bottom: 5px;
}
.salon-single .menu-wrap .c-title-wrap .tax-in {
  font-size: 14px;
  text-align: center;
}
.salon-single .menu-wrap .menu-list {
  max-width: 840px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .salon-single .menu-wrap .menu-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .salon-single .menu-wrap .menu-list .list {
    width: 46.5%;
  }
}
.salon-single .menu-wrap .menu-list .list:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .salon-single .menu-wrap .menu-list .list:not(:last-child) {
    margin-bottom: 75px;
  }
}
.salon-single .menu-wrap .menu-list .list .item .title-wrap {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b1afa9;
}
.salon-single .menu-wrap .menu-list .list .item .menu-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.salon-single .menu-wrap .menu-list .list .item .menu-sub {
  font-size: 14px;
}
.salon-single .menu-wrap .menu-list .list .item .menu-comment {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (min-width: 992px) {
  .salon-single .menu-wrap .menu-list .list .item .menu-comment {
    line-height: 2.4;
  }
}
.salon-single .menu-wrap .menu-list .list .item dl {
  margin-bottom: 7px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .salon-single .menu-wrap .menu-list .list .item dl {
    margin-bottom: 12px;
  }
}
.salon-single .menu-wrap .menu-list .list .item .menu-name {
  font-size: 14px;
}
.salon-single .menu-wrap .menu-list .list .item .menu-price {
  font-size: 14px;
  letter-spacing: 0.12em;
}
.salon-single .news-wrap {
  padding: 45px 0;
}
@media only screen and (min-width: 992px) {
  .salon-single .news-wrap {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .salon-single .news-wrap .list {
    display: flex;
    flex-wrap: wrap;
  }
}
.salon-single .news-wrap .list .entry-card {
  margin-bottom: 75px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .salon-single .news-wrap .list .entry-card {
    width: 23.5%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .salon-single .news-wrap .list .entry-card:nth-child(n+2) {
    margin-left: 2%;
  }
}
@media only screen and (min-width: 992px) {
  .salon-single .news-wrap .list .entry-card:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .salon-single .news-wrap .list .entry-card:nth-child(n+5) {
    margin-top: 95px;
  }
}
.salon-single .news-wrap .list .entry-card .img-wrap {
  padding-top: 75%;
  position: relative;
}
.salon-single .news-wrap .list .entry-card .img-wrap img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.salon-single .news-wrap .list .entry-card .entry-card-title {
  margin-bottom: 10px;
  padding: 15px 7px;
  font-size: 14px;
  color: #32312f;
  border-bottom: 1px solid #f5f5f5;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) {
  .salon-single .news-wrap .list .entry-card .entry-card-title {
    margin-bottom: 20px;
    padding: 20px 0 15px;
  }
}
.salon-single .news-wrap .list .entry-card .entry-card-title:hover {
  opacity: 0.6;
}
.salon-single .news-wrap .list .entry-card .entry-card-date {
  padding: 0 7px;
  font-family: var(--en-font-family);
  font-size: 14px;
  font-weight: 300;
  color: #b1afa9;
  line-height: 1;
  letter-spacing: 0.08em;
  display: block;
}
@media only screen and (min-width: 992px) {
  .salon-single .news-wrap .list .entry-card .entry-card-date {
    padding: 0;
  }
}
.salon-single .news-wrap .list .entry-card .entry-card-category {
  padding: 0 7px;
  font-family: var(--en-font-family);
  font-size: 14px;
  color: #32312f;
  font-weight: 300;
  letter-spacing: 0.08em;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .salon-single .news-wrap .list .entry-card .entry-card-category {
    margin-right: 5px;
    padding: 0;
  }
}
.salon-single .link-back-wrap {
  padding: 70px 0;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .salon-single .link-back-wrap {
    padding: 80px 0;
  }
}
.salon-single .link-back-wrap .c-button-secondary {
  max-width: 335px;
  margin: 0 auto;
}

.news_archive {
  padding: 135px 0 45px;
}
@media only screen and (min-width: 992px) {
  .news_archive {
    padding: 185px 0 210px;
  }
}
.news_archive .c-main-title {
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) {
  .news_archive .c-main-title {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 992px) {
  .news_archive .content-in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .news_archive .content-wrap {
    max-width: 840px;
    width: 73.5%;
    padding-top: 5px;
  }
}
.news_archive .list .entry-card {
  margin-bottom: 70px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--sub-text-color);
  display: block;
}
@media only screen and (min-width: 992px) {
  .news_archive .list .entry-card {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .news_archive .list .entry-card:nth-child(n+2) {
    margin-top: 60px;
  }
}
.news_archive .list .entry-card .entry-card-wrap {
  width: 52%;
  margin-top: -10px;
  float: right;
}
@media only screen and (min-width: 992px) {
  .news_archive .list .entry-card .entry-card-wrap {
    width: 64.5%;
  }
}
.news_archive .list .entry-card .img-wrap {
  width: 45%;
  padding-top: 33.75%;
  float: left;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .news_archive .list .entry-card .img-wrap {
    width: 32%;
    padding-top: 23.8%;
  }
}
.news_archive .list .entry-card .img-wrap img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.news_archive .list .entry-card .entry-card-title {
  padding: 0 7px;
  font-size: 16px;
  font-weight: bold;
  color: var(--text-color);
  line-height: 1.3;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) {
  .news_archive .list .entry-card .entry-card-title {
    margin-bottom: 15px;
    padding: 0;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
.news_archive .list .entry-card .entry-card-title:hover {
  opacity: 0.6;
}
.news_archive .list .entry-card .entry-card-date {
  margin-bottom: 15px;
  padding: 0 7px;
  font-family: var(--en-font-family);
  font-size: 14px;
  font-weight: 300;
  color: var(--sub-text-color);
  line-height: 1;
  letter-spacing: 0.08em;
  display: block;
}
@media only screen and (min-width: 992px) {
  .news_archive .list .entry-card .entry-card-date {
    margin-bottom: 20px;
    padding: 0;
  }
}
.news_archive .list .entry-card .entry-card-category-wrap {
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .news_archive .list .entry-card .entry-card-category-wrap {
    margin-bottom: 10px;
  }
}
.news_archive .list .entry-card .entry-card-category-wrap .entry-card-category {
  margin-right: 5px;
  padding: 0 7px;
  font-family: var(--en-font-family);
  font-size: 14px;
  font-weight: 300;
  color: var(--sub-color);
  letter-spacing: 0.08em;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .news_archive .list .entry-card .entry-card-category-wrap .entry-card-category {
    padding: 0;
  }
}
.news_archive .list .entry-card .entry-card-text {
  margin-bottom: 20px;
  padding-top: 25px;
  font-size: 15px;
  color: var(--text-color);
  clear: both;
  line-height: 1.7;
}
@media only screen and (min-width: 992px) {
  .news_archive .list .entry-card .entry-card-text {
    width: 64.5%;
    padding: 0;
    line-height: 1.8;
    clear: none;
    float: right;
  }
}
.news_archive .list .entry-card .entry-card-button-wrap {
  width: 100%;
  padding-top: 15px;
  text-align: right;
  clear: both;
}
.news_archive .list .entry-card .entry-card-button-wrap .entry-card-button {
  padding-right: 55px;
  font-family: var(--en-font-family);
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--text-color);
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) {
  .news_archive .list .entry-card .entry-card-button-wrap .entry-card-button {
    font-size: 20px;
  }
}
.news_archive .list .entry-card .entry-card-button-wrap .entry-card-button:hover {
  opacity: 0.6;
}
.news_archive .list .entry-card .entry-card-button-wrap .entry-card-button::after {
  content: "";
  width: 21px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: all 0.4s;
  background: center/contain no-repeat url(../img/common/arrow_right_07.png);
}
.news_archive .list .entry-card .entry-card-button-wrap .entry-card-button:hover::after {
  right: 0;
}
.news_archive .pagenav {
  max-width: 335px;
  margin: 95px auto 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .news_archive .pagenav {
    width: 100%;
    max-width: 560px;
    margin: 175px auto 0;
    order: 3;
  }
}
.news_archive .pagenav .page-numbers {
  padding: 5px 10px;
  font-family: var(--en-font-family);
  font-size: 14px;
  font-weight: 300;
  color: var(--text-color);
  transition: 0.3s;
}
.news_archive .pagenav .page-numbers:hover {
  opacity: 0.6;
}
.news_archive .pagenav .page-numbers.current {
  position: relative;
}
.news_archive .pagenav .page-numbers.current::after {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
.news_archive .pagenav .page-numbers.prev, .news_archive .pagenav .page-numbers.next {
  width: 21px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  transition: 0.3s;
  background: center/contain no-repeat url(../img/common/arrow_right_07.png);
}
.news_archive .pagenav .page-numbers.prev a, .news_archive .pagenav .page-numbers.next a {
  height: 100%;
  display: block;
}
.news_archive .pagenav .page-numbers.prev {
  transform: rotate(180deg);
}
.news_archive .pagenav .page-numbers.prev {
  margin-right: 15%;
  left: 40px;
}
.news_archive .pagenav .page-numbers.prev::before {
  left: 0;
  transform: rotate(-35deg);
}
.news_archive .pagenav .page-numbers.next {
  margin-left: 15%;
  text-align: right;
  right: 40px;
}
.news_archive .pagenav .page-numbers.next::before {
  right: 0;
  transform: rotate(35deg);
}
.news_single {
  padding: 135px 0 65px;
}
@media only screen and (min-width: 992px) {
  .news_single {
    padding: 175px 0 155px;
  }
}
@media only screen and (min-width: 992px) {
  .news_single .content-in {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 992px) {
  .news_single .content-in .content-wrap {
    max-width: 840px;
    width: 73.5%;
    padding-top: 5px;
  }
}
.news_single .eyecatch {
  margin-bottom: 45px;
  padding-top: 75%;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .news_single .eyecatch {
    margin-bottom: 55px;
  }
}
.news_single .eyecatch img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.news_single .title {
  margin-bottom: 50px;
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.8;
  border-bottom: 2px solid #32312f;
}
@media only screen and (min-width: 992px) {
  .news_single .title {
    margin-bottom: 50px;
    font-size: 30px;
  }
}
.news_single .date {
  margin-bottom: 5px;
  font-family: var(--en-font-family);
  font-size: 14px;
  color: #b1afa9;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 992px) {
  .news_single .date {
    margin-bottom: 5px;
  }
}
.news_single .category-wrap {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .news_single .category-wrap {
    margin-bottom: 50px;
  }
}
.news_single .category-wrap .category {
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: var(--en-font-family);
  font-size: 14px;
  letter-spacing: 0.08em;
  display: inline-block;
}
.news_single .content {
  border-bottom: 1px solid #808080;
}
.news_single .content h2 {
  margin: 50px 0 20px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .news_single .content h2 {
    margin: 50px 0 25px;
    font-size: 25px;
  }
}
.news_single .content h2::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: var(--main-color);
}
.news_single .content h3 {
  margin: 40px 0 10px;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.08em;
  background-color: var(--sub-background-color);
}
@media only screen and (min-width: 992px) {
  .news_single .content h3 {
    margin: 60px 0 20px;
    font-size: 20px;
  }
}
.news_single .content h4 {
  margin: 45px 0 10px;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  border: 1px solid #b1afa9;
}
@media only screen and (min-width: 992px) {
  .news_single .content h4 {
    margin: 70px 0 15px;
    padding: 10px 15px;
    font-size: 20px;
  }
}
.news_single .content h5 {
  margin: 30px 0 0;
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--main-color);
}
@media only screen and (min-width: 992px) {
  .news_single .content h5 {
    margin: 35px 0 5px;
    font-size: 18px;
  }
}
.news_single .content p {
  margin-bottom: 25px;
  line-height: 1.7;
  font-size: 14px;
}
.news_single .content a {
  color: #a67c52;
  border-bottom: 1px solid #a67c52;
  transition: 0.3s;
}
.news_single .content a:hover {
  color: rgba(166, 124, 82, 0.6);
}
.news_single .content ol,
.news_single .content ul {
  margin: 40px 0;
  padding: 20px 0;
  counter-reset: item;
  list-style-type: none;
}
@media only screen and (min-width: 992px) {
  .news_single .content ol,
  .news_single .content ul {
    margin: 70px 0 60px;
    padding: 25px 0;
  }
}
.news_single .content ol li,
.news_single .content ul li {
  font-size: 15px;
  line-height: 1;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .news_single .content ol li,
  .news_single .content ul li {
    font-size: 16px;
  }
}
.news_single .content ol li:not(:last-child),
.news_single .content ul li:not(:last-child) {
  margin-bottom: 13px;
}
.news_single .content ol li::before,
.news_single .content ul li::before {
  counter-increment: item;
  content: counter(item) ".";
}
.news_single .content blockquote {
  margin: 55px 0 45px;
  padding: 55px 25px 20px;
  border-radius: 5px;
  background-color: var(--sub-background-color);
  position: relative;
}
@media only screen and (min-width: 992px) {
  .news_single .content blockquote {
    margin: 55px 0 75px;
    padding: 25px 75px 5px;
  }
}
.news_single .content blockquote::before, .news_single .content blockquote::after {
  position: absolute;
}
.news_single .content blockquote::before {
  content: "“";
  top: 15px;
  left: 20px;
  color: var(--sub-color);
  font-size: 50px;
}
@media only screen and (min-width: 992px) {
  .news_single .content blockquote::before {
    top: 20px;
    left: 25px;
    font-size: 54px;
  }
}
.news_single .content blockquote::after {
  content: "”";
  right: 20px;
  bottom: 0;
  color: var(--sub-color);
  font-size: 50px;
}
@media only screen and (min-width: 992px) {
  .news_single .content blockquote::after {
    right: 30px;
    bottom: 15px;
  }
}
.news_single .content blockquote p {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media only screen and (min-width: 992px) {
  .news_single .content blockquote p {
    font-size: 15px;
  }
}
.news_single .staff-wrap {
  padding: 50px 0;
  border-bottom: 1px solid #808080;
}
@media only screen and (min-width: 992px) {
  .news_single .staff-wrap {
    padding: 50px 0 35px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.news_single .staff-wrap .img-wrap {
  width: 40%;
  margin: 0 auto 10px;
  padding-top: 55%;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .news_single .staff-wrap .img-wrap {
    width: 16%;
    margin: inherit;
    padding-top: 22%;
    overflow: hidden;
  }
}
.news_single .staff-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.news_single .staff-wrap .info-wrap {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .news_single .staff-wrap .info-wrap {
    width: 79%;
  }
}
.news_single .staff-wrap .info-wrap .text-wrap .list {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .news_single .staff-wrap .info-wrap .text-wrap .list {
    margin-bottom: 20px;
  }
}
.news_single .staff-wrap .info-wrap .text-wrap .list .term {
  font-size: 17px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .news_single .staff-wrap .info-wrap .text-wrap .list .term {
    margin-bottom: 5px;
    text-align: left;
    line-height: 1;
  }
}
.news_single .staff-wrap .info-wrap .text-wrap .list .desc {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 992px) {
  .news_single .staff-wrap .info-wrap .text-wrap .list .desc {
    text-align: left;
  }
}
.news_single .staff-wrap .info-wrap .text-wrap .list .desc .en {
  margin-left: 30px;
  font-family: var(--en-font-family);
  font-size: 15px;
  font-weight: 300;
}
.news_single .staff-wrap .info-wrap .button-wrap {
  margin-top: auto;
}
@media only screen and (min-width: 992px) {
  .news_single .staff-wrap .info-wrap .button-wrap {
    display: flex;
  }
}
.news_single .shop-wrap {
  padding: 30px 0 75px;
  border-bottom: 1px solid #808080;
}
@media only screen and (min-width: 992px) {
  .news_single .shop-wrap {
    padding: 50px 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.news_single .shop-wrap .img-wrap {
  width: 65%;
  margin: 0 auto 25px;
  padding-top: 48.75%;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .news_single .shop-wrap .img-wrap {
    width: 26%;
    margin: inherit;
    padding-top: 19.5%;
  }
}
.news_single .shop-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .news_single .shop-wrap .info-wrap {
    width: 71.5%;
  }
}
.news_single .shop-wrap .info-wrap .text-wrap .list {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .news_single .shop-wrap .info-wrap .text-wrap .list {
    margin-bottom: 25px;
  }
}
.news_single .shop-wrap .info-wrap .text-wrap .list .term {
  margin-bottom: 5px;
  font-size: 20px;
  color: #555555;
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 992px) {
  .news_single .shop-wrap .info-wrap .text-wrap .list .term {
    margin-bottom: 15px;
    line-height: 1;
  }
}
.news_single .shop-wrap .info-wrap .text-wrap .list .desc {
  font-size: 14px;
  color: #808080;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 992px) {
  .news_single .shop-wrap .info-wrap .text-wrap .list .desc {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .news_single .shop-wrap .info-wrap .button-wrap {
    display: flex;
  }
}
.news_single .share-wrap {
  margin-bottom: 15px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .news_single .share-wrap {
    margin-top: 80px;
  }
}
.news_single .share-wrap .text {
  font-family: var(--en-font-family);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 992px) {
  .news_single .share-wrap .text {
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }
}
.news_single .share-wrap .link {
  margin-left: 30px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .news_single .share-wrap .link {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .news_single .share-wrap .link:first-of-type {
    margin-left: 0;
  }
}
.news_single .share-wrap .link.twitter img {
  width: auto;
  height: 17px;
}
.news_single .share-wrap .link.line img {
  width: auto;
  height: 17px;
}
.news_single .share-wrap .link.facebook img {
  width: auto;
  height: 17px;
}
.news_single .pagenav {
  max-width: 335px;
  margin: 0 auto 70px;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .news_single .pagenav {
    max-width: 560px;
    margin: 0 auto;
    padding: 10px 0;
  }
}
.news_single .pagenav .prev,
.news_single .pagenav .next {
  width: 21px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/arrow_right_07.png);
  transition: 0.3s;
}
.news_single .pagenav .prev a,
.news_single .pagenav .next a {
  height: 100%;
  display: block;
}
.news_single .pagenav .prev {
  left: 0;
  transform: rotate(180deg);
}
.news_single .pagenav .prev::before {
  left: 0;
  transform: rotate(-35deg);
}
.news_single .pagenav .prev:hover {
  left: -2px;
}
.news_single .pagenav .next {
  text-align: right;
  right: 0;
}
.news_single .pagenav .next::before {
  right: 0;
  transform: rotate(35deg);
}
.news_single .pagenav .next:hover {
  right: -2px;
}
.news_single .pagenav .button-back {
  max-width: 100%;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
  color: #000;
  letter-spacing: 0.08em;
  transition: 0.3s;
}
.news_single .pagenav .button-back:hover {
  opacity: 0.6;
}

@media only screen and (min-width: 992px) {
  .sidebar {
    width: 21.5%;
  }
}
.sidebar .wrap:not(:last-child) {
  margin-bottom: 45px;
}
.sidebar .sidebar-title {
  font-size: 17px;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 992px) {
  .sidebar .sidebar-title {
    font-family: var(--en-font-family);
    font-weight: 300;
    font-size: 35px;
    letter-spacing: 0.04em;
  }
}
.sidebar ul {
  padding: 10px 0;
}
.sidebar ul li a {
  padding: 5px 0;
  font-family: var(--main-color);
  font-size: 14px;
  color: var(--text-color);
  letter-spacing: 0.08em;
  display: block;
  position: relative;
  transition: 0.3s;
}
.sidebar ul li a:hover {
  opacity: 0.6;
}
.sidebar ul li .children {
  margin-bottom: 15px;
  padding: 0;
}
.sidebar ul li .children a {
  padding-left: 15px;
  font-family: var(--main-color);
  position: relative;
}
.sidebar ul li .children a::before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--main-color);
}
.sidebar .list {
  margin-bottom: 60px;
  padding: 0;
}
.sidebar .list .item {
  margin-bottom: 0;
  border-bottom: 1px solid var(--sub-text-color);
}
.sidebar .list .item .link {
  padding: 20px 0 45px;
}
.sidebar .list .item .link::before {
  display: none;
}
.sidebar .list .item .link .sidebar-category {
  margin-bottom: 8px;
  font-family: var(--en-font-family);
  font-size: 14px;
  display: inline-block;
}
.sidebar .list .item .link .date {
  margin-bottom: 15px;
  font-size: 14px;
  color: var(--sub-text-color);
  letter-spacing: 0.04em;
  line-height: 1;
}
.sidebar .list .item .link .text {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.staff_archive {
  padding: 135px 0 55px;
}
@media only screen and (min-width: 992px) {
  .staff_archive {
    padding: 155px 0 85px;
  }
}
.staff_archive .c-button-primary,
.staff_archive .c-button-secondary {
  width: 100%;
}
.staff_archive .c-button-primary {
  margin-top: 10px;
}
.staff_archive .c-main-title {
  margin-bottom: 50px;
}
.staff_archive .list-category {
  max-width: 270px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .staff_archive .list-category {
    max-width: 100%;
    margin-bottom: 65px;
    justify-content: center;
  }
}
.staff_archive .list-category .item-category {
  width: 50%;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .staff_archive .list-category .item-category {
    width: auto;
    margin-bottom: 0;
    padding: 0 25px;
  }
}
.staff_archive .list-category .item-category:nth-child(even) {
  border-left: 1px solid #32312f;
}
@media only screen and (min-width: 992px) {
  .staff_archive .list-category .item-category:not(:first-child) {
    border-left: 1px solid #32312f;
  }
}
.staff_archive .list-category .item-category .link-category {
  font-family: var(--en-font-family);
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.12em;
  color: #32312f;
  display: block;
}
.staff_archive .list-category .item-category .link-category.is-active {
  position: relative;
}
.staff_archive .list-category .item-category .link-category.is-active::after {
  content: "";
  width: 60%;
  height: 1px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #32312f;
}
.staff_archive .category-title {
  margin-bottom: 20px;
  font-family: var(--en-font-family);
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 992px) {
  .staff_archive .category-title {
    margin-bottom: 30px;
    font-size: 35px;
  }
}
.staff_archive .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.staff_archive .list:not(:last-child) {
  margin-bottom: 75px;
}
@media only screen and (min-width: 992px) {
  .staff_archive .list:not(:last-child) {
    margin-bottom: 80px;
  }
}
.staff_archive .list .staff-card {
  width: 48%;
  color: #32312f;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .staff_archive .list .staff-card {
    width: 23.5%;
  }
}
.staff_archive .list .staff-card:nth-child(even) {
  margin-left: 4%;
}
.staff_archive .list .staff-card:nth-child(n+3) {
  margin-top: 75px;
}
@media only screen and (min-width: 992px) {
  .staff_archive .list .staff-card:nth-child(n+3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .staff_archive .list .staff-card:nth-child(n+5) {
    margin-top: 115px;
  }
}
@media only screen and (min-width: 992px) {
  .staff_archive .list .staff-card:nth-child(n+2) {
    margin-left: 2%;
  }
}
@media only screen and (min-width: 992px) {
  .staff_archive .list .staff-card:nth-child(4n+1) {
    margin-left: 0;
  }
}
.staff_archive .list .staff-card .img-wrap {
  margin-bottom: 20px;
  padding-top: 137%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .staff_archive .list .staff-card .img-wrap {
    margin-bottom: 25px;
  }
}
.staff_archive .list .staff-card .img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.staff_archive .list .staff-card-position {
  margin-bottom: 5px;
  font-size: 14px;
  text-align: center;
}
.staff_archive .list .staff-card-name {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.12em;
  color: #32312f;
}
.staff_archive .list .staff-card-name-en {
  margin-bottom: 20px;
  font-family: var(--en-font-family);
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 992px) {
  .staff_archive .list .staff-card-name-en {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.staff_archive .list .staff-card-message {
  margin-bottom: 25px;
  padding: 0 5px;
  font-size: 15px;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .staff_archive .list .staff-card-message {
    margin-bottom: 15px;
    padding: 0;
    letter-spacing: -0.04em;
    line-height: 1.75;
  }
}
.staff_archive .list .staff-card-wrap {
  margin-top: auto;
}
.staff_archive .list .staff-card-sns {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .staff_archive .list .staff-card-sns {
    padding: 0 10px;
  }
}
.staff_archive .list .staff-card-sns .twitter img {
  width: 20px;
  height: 16px;
  vertical-align: middle;
}
.staff_archive .list .staff-card-sns .insta {
  margin-left: 25px;
}
.staff_archive .list .staff-card-sns .insta img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.staff_archive .list .staff-card-sns .line {
  margin-left: 25px;
}
.staff_archive .list .staff-card-sns .line img {
  width: 18px;
  height: 17px;
  vertical-align: middle;
}

.staff_d_single {
  padding: 140px 0 65px;
}
@media only screen and (min-width: 992px) {
  .staff_d_single {
    padding: 185px 0 130px;
  }
}
.staff_d_single .staff-wrap {
  padding-bottom: 85px;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .staff-wrap {
    padding-bottom: 110px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.staff_d_single .staff-wrap .img-wrap {
  margin-bottom: 45px;
  padding-top: 137.5%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .staff-wrap .img-wrap {
    width: 35%;
    padding-top: 48.125%;
  }
}
.staff_d_single .staff-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .staff-wrap .info-wrap {
    width: 58%;
  }
}
.staff_d_single .staff-wrap .info-wrap .shop-name {
  margin-bottom: 15px;
  font-size: 24px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .staff-wrap .info-wrap .shop-name {
    margin-top: -5px;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 30px;
    text-align: left;
  }
}
.staff_d_single .staff-wrap .info-wrap .staff-position {
  margin-bottom: 5px;
  font-size: 14px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .staff-wrap .info-wrap .staff-position {
    margin-bottom: 0;
    padding: 0 10px;
    text-align: left;
  }
}
.staff_d_single .staff-wrap .info-wrap .staff-name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .staff-wrap .info-wrap .staff-name {
    padding: 0 10px;
    font-size: 20px;
    text-align: left;
  }
}
.staff_d_single .staff-wrap .info-wrap .staff-name-eng {
  margin-bottom: 35px;
  font-family: var(--en-font-family);
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .staff-wrap .info-wrap .staff-name-eng {
    margin-bottom: 25px;
    padding: 0 10px;
    font-size: 13px;
    text-align: left;
  }
}
.staff_d_single .staff-wrap .info-wrap .staff-sns {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .staff-wrap .info-wrap .staff-sns {
    margin-bottom: 50px;
    padding: 0 10px;
    justify-content: flex-start;
  }
}
.staff_d_single .staff-wrap .info-wrap .staff-sns .twitter img {
  width: 20px;
  height: 16px;
  vertical-align: middle;
}
.staff_d_single .staff-wrap .info-wrap .staff-sns .insta {
  margin-left: 25px;
}
.staff_d_single .staff-wrap .info-wrap .staff-sns .insta img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.staff_d_single .staff-wrap .info-wrap .staff-sns .line {
  margin-left: 25px;
}
.staff_d_single .staff-wrap .info-wrap .staff-sns .line img {
  width: 18px;
  height: 17px;
  vertical-align: middle;
}
.staff_d_single .staff-wrap .info-wrap .staff-message {
  margin-bottom: 70px;
  font-size: 14px;
  line-height: 1.7;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .staff-wrap .info-wrap .staff-message {
    padding: 0 10px;
    letter-spacing: -0.02em;
  }
}
.staff_d_single .staff-wrap .info-wrap .table {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .staff_d_single .staff-wrap .info-wrap .table {
    margin-bottom: 35px;
  }
}
.staff_d_single .staff-wrap .info-wrap .table tr {
  border-top: 1px solid #808080;
}
.staff_d_single .staff-wrap .info-wrap .table .heading {
  padding: 25px 0 7px;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 576px) {
  .staff_d_single .staff-wrap .info-wrap .table .heading {
    width: 22%;
    padding: 25px 15px;
    text-align: left;
    display: table-cell;
  }
}
.staff_d_single .staff-wrap .info-wrap .table .data {
  padding: 7px 0 30px;
  font-size: 14px;
  line-height: 1.7;
  display: block;
}
@media only screen and (min-width: 576px) {
  .staff_d_single .staff-wrap .info-wrap .table .data {
    width: 78%;
    padding: 25px 15px;
    letter-spacing: 0.04em;
    line-height: 1.75;
    display: table-cell;
  }
}
@media only screen and (min-width: 992px) {
  .staff_d_single .staff-wrap .info-wrap .staff-contact {
    display: flex;
    justify-content: flex-start;
  }
}
.staff_d_single .shop-wrap {
  padding: 30px 0 75px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .shop-wrap {
    padding: 50px 10.5% 55px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.staff_d_single .shop-wrap .img-wrap {
  width: 65%;
  margin: 0 auto 25px;
  padding-top: 48.75%;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .shop-wrap .img-wrap {
    width: 24%;
    margin: inherit;
    padding-top: 18%;
  }
}
.staff_d_single .shop-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .shop-wrap .info-wrap {
    width: 73.5%;
  }
}
.staff_d_single .shop-wrap .info-wrap .text-wrap .list {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .shop-wrap .info-wrap .text-wrap .list {
    margin-bottom: 25px;
  }
}
.staff_d_single .shop-wrap .info-wrap .text-wrap .list .term {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .shop-wrap .info-wrap .text-wrap .list .term {
    margin-bottom: 15px;
    line-height: 1;
  }
}
.staff_d_single .shop-wrap .info-wrap .text-wrap .list .desc {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .shop-wrap .info-wrap .button-wrap {
    display: flex;
  }
}
.staff_d_single .other-message {
  padding: 80px 0 30px;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .other-message {
    padding: 130px 0 35px;
    display: flex;
    align-items: flex-start;
  }
}
.staff_d_single .other-message .img-wrap {
  width: 80%;
  margin: 0 auto 35px;
  padding-top: 59.7%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .other-message .img-wrap {
    width: 23.5%;
    margin-left: 0;
    padding-top: 17.53%;
  }
}
.staff_d_single .other-message .img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .other-message .list {
    width: 72%;
  }
}
.staff_d_single .other-message .list .term {
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #b1afa9;
  border-bottom: 1px solid #b1afa9;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .other-message .list .term {
    padding: 13px 15px;
    text-align: left;
  }
}
.staff_d_single .other-message .list .desc {
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.85;
}
.staff_d_single .style-wrap {
  padding: 30px 0 35px;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .style-wrap {
    padding: 30px 0 50px;
  }
}
.staff_d_single .style-wrap .style-title {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .style-wrap .style-title {
    margin-bottom: 40px;
  }
}
.staff_d_single .style-wrap .style-list {
  display: flex;
  flex-wrap: wrap;
}
.staff_d_single .style-wrap .style-list .style-item {
  width: 47.5%;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .style-wrap .style-list .style-item {
    width: 22.5%;
  }
}
.staff_d_single .style-wrap .style-list .style-item:nth-child(even) {
  margin-left: 5%;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .style-wrap .style-list .style-item:nth-child(even) {
    margin-left: 0;
  }
}
.staff_d_single .style-wrap .style-list .style-item:nth-child(n+3) {
  margin-top: 80px;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .style-wrap .style-list .style-item:nth-child(n+3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .staff_d_single .style-wrap .style-list .style-item:nth-child(n+2) {
    margin-left: 3.3333%;
  }
}
.staff_d_single .style-wrap .style-list .style-item .style-img-wrap {
  margin-bottom: 13px;
  padding-top: 137.7358%;
  position: relative;
  overflow: hidden;
  display: block;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .style-wrap .style-list .style-item .style-img-wrap {
    margin-bottom: 15px;
  }
}
.staff_d_single .style-wrap .style-list .style-item .style-img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.staff_d_single .style-wrap .style-list .style-item .style-card-title {
  font-size: 15px;
  color: #000;
}
.staff_d_single .blog-wrap {
  padding: 35px 0 40px;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .blog-wrap {
    padding: 50px 0 70px;
  }
}
.staff_d_single .blog-wrap .blog-title {
  margin-bottom: 20px;
  font-family: var(--en-font-family);
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .blog-wrap .blog-title {
    margin-bottom: 30px;
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .staff_d_single .blog-wrap .blog-list {
    display: flex;
  }
}
.staff_d_single .blog-wrap .blog-list .blog-item {
  padding: 20px 0 25px 8px;
  border-bottom: 1px solid #808080;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .blog-wrap .blog-list .blog-item {
    width: 23.5%;
    padding: 0 0 25px;
    border-bottom: none;
  }
}
.staff_d_single .blog-wrap .blog-list .blog-item:first-child {
  border-top: 1px solid #808080;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .blog-wrap .blog-list .blog-item:first-child {
    border-top: none;
  }
}
@media only screen and (min-width: 992px) {
  .staff_d_single .blog-wrap .blog-list .blog-item:nth-child(n+2) {
    margin-left: 2%;
  }
}
.staff_d_single .blog-wrap .blog-list .blog-item .blog-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .blog-wrap .blog-list .blog-item .blog-card {
    flex-direction: column;
  }
}
.staff_d_single .blog-wrap .blog-list .blog-item .blog-card .blog-img-wrap {
  width: 32%;
  padding-top: 21.3333%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .blog-wrap .blog-list .blog-item .blog-card .blog-img-wrap {
    width: 100%;
    margin-bottom: 25px;
    padding-top: 74.62%;
  }
}
.staff_d_single .blog-wrap .blog-list .blog-item .blog-card .blog-img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.staff_d_single .blog-wrap .blog-list .blog-item .blog-card .blog-info-wrap {
  width: 60%;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .blog-wrap .blog-list .blog-item .blog-card .blog-info-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.staff_d_single .blog-wrap .blog-list .blog-item .blog-card .blog-info-wrap .blog-date {
  font-family: var(--en-font-family);
  font-size: 14px;
  font-weight: 300;
  color: #b1afa9;
  letter-spacing: 0.08em;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .blog-wrap .blog-list .blog-item .blog-card .blog-info-wrap .blog-date {
    order: 1;
  }
}
.staff_d_single .blog-wrap .blog-list .blog-item .blog-card .blog-info-wrap .blog-category-wrap {
  margin-top: -3px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .blog-wrap .blog-list .blog-item .blog-card .blog-info-wrap .blog-category-wrap {
    order: 2;
  }
}
.staff_d_single .blog-wrap .blog-list .blog-item .blog-card .blog-info-wrap .blog-category-wrap .blog-category {
  margin-right: 5px;
  font-family: var(--en-font-family);
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #32312f;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .blog-wrap .blog-list .blog-item .blog-card .blog-info-wrap .blog-category-wrap .blog-category {
    margin-right: 10px;
  }
}
.staff_d_single .blog-wrap .blog-list .blog-item .blog-card .blog-info-wrap .blog-card-title {
  font-size: 13px;
  color: #000;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .blog-wrap .blog-list .blog-item .blog-card .blog-info-wrap .blog-card-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.4;
    border-bottom: 1px solid #b1afa9;
    order: 0;
  }
}
.staff_d_single .schedule-wrap {
  padding: 40px 0;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .schedule-wrap {
    max-width: 740px;
    margin: 0 auto;
    padding: 70px 0;
  }
}
.staff_d_single .schedule-wrap .schedule-title {
  margin-bottom: 30px;
  font-family: var(--en-font-family);
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .schedule-wrap .schedule-title {
    margin-bottom: 50px;
    font-size: 50px;
  }
}
.staff_d_single .schedule-wrap .iframe-wrap {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.staff_d_single .schedule-wrap .iframe-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.staff_d_single .button-back-wrap .c-button-secondary {
  width: 213px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .staff_d_single .button-back-wrap .c-button-secondary {
    width: 265px;
    margin-top: 60px;
  }
}

.recruit {
  padding-top: 135px;
}
@media only screen and (min-width: 992px) {
  .recruit {
    padding-top: 185px;
  }
}
.recruit .c-main-title {
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) {
  .recruit .c-main-title {
    margin-bottom: 75px;
  }
}
.recruit .c-title-wrap {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .recruit .c-title-wrap {
    margin-bottom: 10px;
    padding: 0 2.5%;
  }
}
.recruit .c-title-wrap .c-title {
  margin-bottom: 5px;
  font-family: var(--en-font-family);
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: #555555;
}
@media only screen and (min-width: 992px) {
  .recruit .c-title-wrap .c-title {
    font-size: 35px;
  }
}
.recruit .c-title-wrap .c-title-en {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #555555;
  text-transform: uppercase;
}
.recruit .title {
  font-family: var(--en-font-family);
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 992px) {
  .recruit .title {
    font-size: 50px;
  }
}
.recruit .title-ja {
  margin-bottom: 70px;
  font-size: 12px;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 992px) {
  .recruit .title-ja {
    margin-bottom: 75px;
  }
}
.recruit .title-main {
  margin-bottom: 55px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
}
@media only screen and (min-width: 992px) {
  .recruit .title-main {
    margin-bottom: 45px;
    letter-spacing: 0.08em;
  }
}
.recruit .text-concept {
  margin-bottom: 95px;
  font-size: 15px;
  text-align: center;
  line-height: 1.85;
}
@media only screen and (min-width: 992px) {
  .recruit .text-concept {
    max-width: 840px;
    margin: 0 auto 140px;
  }
}
.recruit .lead-wrap {
  margin-bottom: 105px;
  padding: 40px 8.5% 55px;
  border: 1px solid #000;
}
@media only screen and (min-width: 992px) {
  .recruit .lead-wrap {
    margin-bottom: 165px;
    padding: 50px 3% 55px;
  }
}
.recruit .lead-wrap .title-lead {
  margin-bottom: 25px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #ff616d;
}
.recruit .lead-wrap .text-lead {
  font-size: 15px;
  text-align: center;
  line-height: 1.85;
  letter-spacing: 0.08em;
}
.recruit .point-wrap {
  padding-bottom: 90px;
}
@media only screen and (min-width: 992px) {
  .recruit .point-wrap {
    padding-bottom: 105px;
  }
}
.recruit .point-wrap .title-point {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 992px) {
  .recruit .point-wrap .title-point {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 992px) {
  .recruit .point-wrap .list .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.recruit .point-wrap .list .item:not(:last-child) {
  margin-bottom: 75px;
}
@media only screen and (min-width: 992px) {
  .recruit .point-wrap .list .item:not(:last-child) {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .recruit .point-wrap .list .item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.recruit .point-wrap .img-wrap {
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .recruit .point-wrap .img-wrap {
    width: 42.5%;
  }
}
.recruit .point-wrap .img-wrap img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .recruit .point-wrap .text-wrap {
    width: 57.5%;
    padding: 0 6.5%;
  }
}
.recruit .point-wrap .text-wrap .num {
  margin-bottom: 5px;
  font-size: 20px;
  letter-spacing: 0.12em;
  color: var(--sub-text-color);
}
@media only screen and (min-width: 992px) {
  .recruit .point-wrap .text-wrap .num {
    margin-top: -10px;
  }
}
.recruit .point-wrap .text-wrap .lead-point {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: var(--text-color);
}
@media only screen and (min-width: 992px) {
  .recruit .point-wrap .text-wrap .lead-point {
    margin-bottom: 40px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
.recruit .point-wrap .text-wrap .concept-point {
  line-height: 1.75;
  color: #555555;
}
.recruit .outline-wrap {
  margin-bottom: 30px;
  padding: 55px 0 25px;
  background-color: var(--sub-background-color);
}
@media only screen and (min-width: 992px) {
  .recruit .outline-wrap {
    max-width: 1140px;
    margin: 0 auto 45px;
    padding: 75px 0 125px;
  }
}
.recruit .outline-wrap .table-outline {
  width: 100%;
}
.recruit .outline-wrap .table-outline .heading {
  padding: 15px 0;
  font-size: 15px;
  text-align: left;
  line-height: 1.85;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #dbdcdc;
  display: block;
}
@media only screen and (min-width: 992px) {
  .recruit .outline-wrap .table-outline .heading {
    width: 25%;
    padding: 35px 2.5%;
    display: table-cell;
  }
}
.recruit .outline-wrap .table-outline .data {
  padding: 10px 0 30px;
  font-size: 15px;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1.85;
}
@media only screen and (min-width: 992px) {
  .recruit .outline-wrap .table-outline .data {
    width: 75%;
    padding: 35px 2.5%;
    border-bottom: 1px solid #dbdcdc;
    display: table-cell;
  }
}
.recruit .outline-wrap .table-outline .data span {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.7;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .recruit .outline-wrap .table-outline .data span {
    width: 76%;
    line-height: 2;
  }
}
.recruit .info-wrap {
  margin-bottom: 75px;
  padding: 55px 0 65px;
  background-color: var(--sub-background-color);
}
@media only screen and (min-width: 992px) {
  .recruit .info-wrap {
    max-width: 1140px;
    margin: 0 auto 120px;
    padding: 75px 0 90px;
  }
}
.recruit .info-wrap .c-title-wrap {
  margin-bottom: 40px;
}
.recruit .info-wrap .table-info {
  width: 100%;
}
.recruit .info-wrap .table-info .heading {
  width: 35%;
  padding: 5px 0 5px 5px;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #555555;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .recruit .info-wrap .table-info .heading {
    width: 20%;
    padding: 5px 0 5px 3%;
    font-size: 15px;
    letter-spacing: 0.12em;
  }
}
.recruit .info-wrap .table-info .data {
  width: 65%;
  padding: 5px 0 5px 20px;
  font-size: 13px;
  color: #555555;
  border-left: 1px solid #555555;
}
@media only screen and (min-width: 992px) {
  .recruit .info-wrap .table-info .data {
    width: 80%;
    padding: 5px 0 5px 8%;
    font-size: 15px;
    letter-spacing: 0.08em;
  }
}

.menu {
  padding: 135px 0 75px;
}
@media only screen and (min-width: 992px) {
  .menu {
    padding: 185px 0 105px;
  }
}
.menu .c-main-title {
  margin-bottom: 50px;
}
.menu .tax-in {
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 992px) {
  .menu .tax-in {
    letter-spacing: 0.16em;
  }
}
.menu .list-salon {
  max-width: 270px;
  margin: 0 auto 25px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .menu .list-salon {
    max-width: 100%;
    margin-bottom: 80px;
    justify-content: center;
  }
}
.menu .list-salon .item {
  width: 50%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .menu .list-salon .item {
    width: auto;
    margin-bottom: 0;
    padding: 0 25px;
  }
}
.menu .list-salon .item:nth-child(even) {
  border-left: 1px solid var(--main-color);
}
@media only screen and (min-width: 992px) {
  .menu .list-salon .item:not(:first-child) {
    border-left: 1px solid var(--main-color);
  }
}
.menu .list-salon .item .button {
  width: 100%;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.12em;
  color: var(--main-color);
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
}
.menu .list-salon .item .button.is-active {
  position: relative;
}
.menu .list-salon .item .button.is-active::after {
  content: "";
  width: 60%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--main-color);
}
.menu .menu-wrap {
  margin-bottom: 75px;
}
@media only screen and (min-width: 992px) {
  .menu .menu-wrap {
    margin-bottom: 95px;
  }
}
.menu .menu-wrap .inner {
  display: none;
}
@media only screen and (min-width: 992px) {
  .menu .menu-wrap .inner {
    max-width: 840px;
    margin: 0 auto;
  }
}
.menu .menu-wrap .inner.is-active {
  display: block;
}
.menu .menu-wrap .menu-title {
  margin-bottom: 5px;
  padding: 15px;
  font-family: var(--en-font-family);
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #808080;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .menu .menu-wrap .menu-title {
    margin-bottom: 10px;
    font-size: 25px;
  }
}
.menu .menu-wrap .menu-title:not(:first-child) {
  margin-top: 20px;
}
.menu .menu-wrap .menu-title::after {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  right: 15px;
  bottom: 10px;
  background: center/contain no-repeat url(../img/common/icon_plus_02.png);
  transition: 0.3s;
}
.menu .menu-wrap .menu-title.is-active::after {
  transform: rotate(45deg);
}
.menu .menu-wrap .menu-title .ja {
  margin-left: 5px;
  font-size: 13px;
  letter-spacing: normal;
}
.menu .menu-wrap .menu-list {
  display: none;
}
.menu .menu-wrap .menu-list.is-active {
  display: block;
}
@media only screen and (min-width: 992px) {
  .menu .menu-wrap .list {
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.menu .menu-wrap .list.is-active {
  display: block;
}
@media only screen and (min-width: 992px) {
  .menu .menu-wrap .list.is-active {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.menu .menu-wrap .list:not(:last-of-type) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .menu .menu-wrap .list:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
.menu .menu-wrap .list .item {
  padding: 20px 15px 20px 20px;
  border-bottom: 1px solid #808080;
}
@media only screen and (min-width: 992px) {
  .menu .menu-wrap .list .item {
    width: 46.5%;
    padding: 25px 15px 25px 20px;
  }
}
.menu .menu-wrap .list .item dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu .menu-wrap .list .item dl .menu-name {
  width: 70%;
}
.menu .menu-wrap .list .item dl .menu-price {
  width: 30%;
  letter-spacing: 0.08em;
  text-align: right;
}
.menu .menu-wrap .list .item dl .menu-desc {
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 992px) {
  .menu .reserve-wrap .link-wrap {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}
.menu .reserve-wrap .link-wrap .link {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 13px 0;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--background-color);
  background-color: var(--sub-color);
  border: 1px solid var(--sub-color);
  border-radius: 27px;
  display: block;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) {
  .menu .reserve-wrap .link-wrap .link {
    margin: 0;
  }
}
.menu .reserve-wrap .link-wrap .link:hover {
  color: var(--sub-color);
  background-color: var(--background-color);
}
.menu .reserve-wrap .link-wrap .link.link-tel {
  font-family: var(--en-font-family);
  color: var(--sub-color);
  background-color: var(--background-color);
}
.menu .reserve-wrap .link-wrap .link.link-tel:hover {
  color: var(--background-color);
  background-color: var(--sub-color);
}
.menu .reserve-wrap .link-wrap .link:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .menu .reserve-wrap .link-wrap .link:not(:last-child) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .menu .reserve-wrap .link-wrap .link:not(:first-child) {
    margin-left: 20px;
  }
}

.privacy {
  padding: 135px 0 85px;
}
@media only screen and (min-width: 992px) {
  .privacy {
    padding: 185px 0 110px;
  }
}
.privacy .c-main-title {
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) {
  .privacy .c-main-title {
    margin-bottom: 75px;
  }
}
.privacy .content-wrap .text {
  font-size: 14px;
  text-align: center;
  line-height: 1.93;
}
@media only screen and (min-width: 992px) {
  .privacy .content-wrap .text {
    letter-spacing: 0.06em;
  }
}
.privacy .content-wrap .text a {
  color: #000;
}
.privacy .privacy__list {
  max-width: 820px;
  margin: 0 auto;
}
.privacy .privacy__ttl {
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
}
.privacy .privacy__ttl:not(:first-of-type) {
  margin-top: 45px;
}
.privacy .privacy__ttl::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: var(--text-color);
  border-radius: 50%;
}
.privacy .privacy__txt {
  line-height: 1.7;
}
.privacy .privacy__txt a {
  letter-spacing: 0.04em;
  color: var(--text-color);
}

.contact {
  padding: 135px 0 65px;
}
@media only screen and (min-width: 992px) {
  .contact {
    padding-top: 185px;
  }
}
.contact .c-main-title {
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) {
  .contact .c-main-title {
    margin-bottom: 75px;
  }
}
.contact .lead-wrap {
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) {
  .contact .lead-wrap {
    margin-bottom: 75px;
  }
}
.contact .lead-wrap .lead-title {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.06em;
}
@media only screen and (min-width: 992px) {
  .contact .lead-wrap .lead-title {
    margin-bottom: 45px;
    font-size: 23px;
    letter-spacing: 0.02em;
  }
}
.contact .lead-wrap .lead-text {
  margin-bottom: 20px;
  font-size: 13px;
  text-align: center;
  line-height: 2;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 992px) {
  .contact .lead-wrap .lead-text {
    margin-bottom: 40px;
    letter-spacing: 0.06em;
  }
}
.contact .lead-wrap .notice {
  margin-bottom: 30px;
  font-size: 17px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .contact .lead-wrap .notice {
    margin-bottom: 40px;
    letter-spacing: 0.06em;
  }
}
.contact .lead-wrap .notice-text {
  max-width: 850px;
  margin: 0 auto;
  height: 192px;
  padding: 20px;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  border: 1px solid #808080;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) {
  .contact .lead-wrap .notice-text {
    padding: 15px 50px;
    line-height: 2;
  }
}
.contact .form-wrap .notice {
  margin-bottom: 5px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #555555;
}
@media only screen and (min-width: 576px) {
  .contact .form-wrap .notice {
    margin-bottom: 10px;
  }
}
.contact .form-wrap .input {
  width: 100%;
  padding: 12px 10px;
  background-color: var(--sub-background-color);
  border: none;
}
.contact .form-wrap .textarea {
  width: 100%;
  height: 185px;
  padding: 15px 10px;
  background-color: var(--sub-background-color);
  border: none;
}
@media only screen and (min-width: 576px) {
  .contact .form-wrap .textarea {
    height: 205px;
    padding: 20px 10px;
  }
}
.contact .form-wrap .smf-button-control__control {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 15px;
  text-align: center;
  color: var(--text-color);
  background: var(--background-color);
  border: 1px solid var(--sub-color);
  border-radius: 27px;
  display: block;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.contact .form-wrap .smf-button-control__control:hover {
  color: var(--background-color);
  background-color: var(--sub-color);
}
.contact .form-wrap .table {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 20px;
}
@media only screen and (min-width: 576px) {
  .contact .form-wrap .table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 10px 35px;
    transform: translateX(-60px);
  }
}
.contact .form-wrap .table .heading {
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  text-align: left;
  display: block;
}
@media only screen and (min-width: 576px) {
  .contact .form-wrap .table .heading {
    width: 20%;
    padding-right: 20px;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }
}
.contact .form-wrap .table .data {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 576px) {
  .contact .form-wrap .table .data {
    display: table-cell;
  }
}
.contact .form-wrap .table .data.data-01 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .contact .form-wrap .table .data.data-01 {
    width: 38%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) {
  .contact .form-wrap .table .data.data-02 {
    width: 38%;
  }
}
.contact .form-wrap .table .data.data-03 {
  position: relative;
}
.contact .form-wrap .table .data.data-03::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 45%;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--text-color);
  border-left: 1px solid var(--text-color);
  pointer-events: none;
  transform: translateY(-50%) rotate(-135deg);
}
@media only screen and (min-width: 576px) {
  .contact .form-wrap .table .data.data-03::after {
    width: 10px;
    height: 10px;
    right: 15px;
  }
}
.contact .form-wrap .table .data .select {
  width: 100%;
  padding: 15px 10px;
  background-color: var(--sub-background-color);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact .form-wrap .policy {
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 13px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 576px) {
  .contact .form-wrap .policy {
    margin-top: 35px;
  }
}
.contact .form-wrap .policy .link {
  color: var(--sub-text-color);
}
.contact .form-wrap .button-submit {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 15px;
  text-align: center;
  color: var(--text-color);
  background-color: var(--background-color);
  border: 1px solid var(--sub-color);
  border-radius: 27px;
  display: block;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.contact .form-wrap .button-submit:hover {
  color: var(--background-color);
  background-color: var(--sub-color);
}
.contact .form-wrap .button-back {
  max-width: 335px;
  width: 100%;
  margin: 25px auto 0;
  padding: 15px 0;
  font-size: 15px;
  text-align: center;
  color: var(--background-color);
  background-color: #000;
  border: none;
  display: block;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .contact .form-wrap .button-back {
    max-width: 410px;
  }
}
.contact .mw_wp_form_confirm .table .data.data-03::after {
  display: none;
}
.contact .smf-form {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.contact .smf-item__label {
  margin-bottom: 5px;
}
.contact .smf-item__label__text {
  font-size: 14px;
}
.contact .smf-item + .smf-item {
  margin-top: 15px;
}

.thanks {
  padding: 185px 0;
}
.thanks .title {
  margin-bottom: 50px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 992px) {
  .thanks .title {
    font-size: 24px;
  }
}
.thanks .text {
  font-size: 15px;
  text-align: center;
}

.p-staffvoice {
  padding: 125px 0 60px;
}
@media only screen and (min-width: 992px) {
  .p-staffvoice {
    padding: 175px 0 185px;
  }
}
.p-staffvoice .c-main-title {
  margin-bottom: 20px;
}
.p-staffvoice .p-staffvoice__wrap {
  display: grid;
  gap: 70px;
}
@media only screen and (min-width: 992px) {
  .p-staffvoice .p-staffvoice__wrap {
    grid-template-columns: 35.7142857143% 56.25%;
    gap: 7%;
  }
}
.p-staffvoice .p-staffvoice__item {
  padding: 40px 0;
  border-bottom: 1px solid #b1afa9;
}
@media only screen and (min-width: 992px) {
  .p-staffvoice .p-staffvoice__item {
    padding: 90px 0 100px;
  }
}
.p-staffvoice .p-staffvoice__img {
  padding-top: 10px;
}
.p-staffvoice .p-staffvoice__shopname {
  font-size: 14px;
  line-height: 1.7142857143;
}
.p-staffvoice .p-staffvoice__shopname span {
  margin-right: 20px;
  font-family: var(--en-font-family);
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 1.7333333333;
}
.p-staffvoice .p-staffvoice__position {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.9285714286;
}
@media only screen and (min-width: 992px) {
  .p-staffvoice .p-staffvoice__position {
    margin-top: 25px;
  }
}
.p-staffvoice .p-staffvoice__name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-staffvoice .p-staffvoice__name--en {
  font-family: var(--en-font-family);
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.6923076923;
}
.p-staffvoice .p-staffvoice__school {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
.p-staffvoice .p-staffvoice__sns {
  display: flex;
  align-content: start;
  gap: 30px;
  margin-top: 25px;
}
@media only screen and (min-width: 992px) {
  .p-staffvoice .p-staffvoice__sns {
    margin-top: 35px;
  }
}
.p-staffvoice .p-staffvoice__x {
  width: 20px;
}
.p-staffvoice .p-staffvoice__instagram {
  width: 22px;
}
.p-staffvoice .p-staffvoice__line {
  width: 18px;
}
.p-staffvoice .p-staffvoice__icon {
  vertical-align: middle;
}
.p-staffvoice .p-staffvoice__commentTtl {
  margin-top: 30px;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.3636363636;
}
@media only screen and (min-width: 992px) {
  .p-staffvoice .p-staffvoice__commentTtl {
    margin-top: 40px;
  }
}
.p-staffvoice .p-staffvoice__comment {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.9285714286;
}
@media only screen and (min-width: 992px) {
  .p-staffvoice .p-staffvoice__comment {
    margin-top: 20px;
  }
}
.p-staffvoice .p-staffvoice__btn {
  max-width: 265px;
  margin: 60px auto 0;
  padding: 13px 0;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  display: block;
  border-radius: 28px;
  border: 1px solid var(--text-color);
  color: var(--text-color);
}
@media only screen and (min-width: 992px) {
  .p-staffvoice .p-staffvoice__btn {
    margin-top: 200px;
  }
}
.p-staffvoice .p-staffvoice__no-data {
  margin-top: 70px;
}
@media only screen and (min-width: 992px) {
  .p-staffvoice .p-staffvoice__no-data {
    margin-top: 170px;
  }
}

.page-404 {
  padding: 150px 0 100px;
}
@media only screen and (min-width: 992px) {
  .page-404 {
    padding: 250px 0 150px;
  }
}
.page-404 .c-main-title {
  margin-bottom: 50px;
}
.page-404 .c-main-title .title-primary {
  font-size: 24px;
}
@media only screen and (min-width: 992px) {
  .page-404 .c-main-title .title-primary {
    font-size: 32px;
  }
}
.page-404 .text {
  margin-bottom: 50px;
  font-size: 15px;
  text-align: center;
}
.page-404 .c-button-primary {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */
