@charset "UTF-8";
/*!
Theme Name: Tokotonweb Salon Recruit
Author: TOKON
Author URI: https://tokon.co.jp
Version: 1.0.0
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}


.text-center {
  text-align: center !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-small-gutter {
  margin-left: -6px;
  margin-right: -6px;
}

.row-small-gutter > * {
  padding-left: 6px;
  padding-right: 6px;
}

.row-large-gutter {
  margin-left: -30px;
  margin-right: -30px;
}

.row-large-gutter > * {
  padding-left: 30px;
  padding-right: 30px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > * {
  padding: 0;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.col-lg-3,
.col-lg-4,
.col-md-4,
.col-md-5,
.col-6,
.col-md-6,
.col-md-7,
.col-md-8,
.col-lg-9,
.col-12,
.col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
}
@media all and (min-width: 768px) {
  .col-lg-3,
  .col-lg-4,
  .col-md-4,
  .col-md-5,
  .col-6,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-lg-9,
  .col-12,
  .col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media all and (min-width: 992px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media all and (min-width: 992px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media all and (min-width: 768px) {
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media all and (min-width: 768px) {
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media all and (min-width: 768px) {
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media all and (min-width: 768px) {
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media all and (min-width: 768px) {
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666%;
            flex: 0 0 66.6666666%;
    max-width: 66.6666666%;
  }
}

@media all and (min-width: 992px) {
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666%;
            flex: 0 0 66.6666666%;
    max-width: 66.6666666%;
  }
}

@media all and (min-width: 992px) {
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}

@media all and (min-width: 768px) {
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media all and (min-width: 768px) {
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.has-base-color {
  color: #303030;
}

.has-base-background-color {
  background-color: #303030;
}

.has-button-color {
  color: #c73939;
}

.has-button-background-color {
  background-color: #c73939;
}

/*--------------------------------------
font
---------------------------------------*/
body, .tooltip, .popover,
button, input, optgroup, select, textarea,
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 1px;
}

/*--------------------------------------
Variables
---------------------------------------*/
/*--------------------------------------
Reset
---------------------------------------*/
header,
section,
article,
footer,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
p,
img,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul {
  padding-left: 0;
  list-style: none;
}

img {
  vertical-align: baseline;
  font-size: 0;
  line-height: 0;
}

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

a {
  color: #303030;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
a:active, a:focus {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
  vertical-align: bottom;
}
img.img-fluid {
  width: 100%;
  height: auto;
}

/* アニメーション ----------*/
.wow {
  visibility: hidden;
}

/*--------------------------------------
icons
---------------------------------------*/
.icon-phone {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  overflow: hidden;
  fill: #303030;
  stroke: 0;
}

/*
.icon-phone {
	display: inline-block;
	width: 15px;
	height: 11px;
	vertical-align: middle;
	overflow: hidden;
}
*/
/*--------------------------------------
Button
---------------------------------------*/
.btn-wrapper {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 767px) {
  .btn-wrapper {
    margin-top: 40px;
  }
}

.btn {
  display: inline-block;
  padding: 12px 16px;
  width: auto;
  min-width: 180px;
  background-color: #c73939;
  border-radius: 0.25rem;
  white-space: nowrap;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.2rem;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
@media (hover: hover) {
  .btn:hover {
    color: #FFFFFF;
    background-color: rgb(159.8031496063, 45.1968503937, 45.1968503937);
  }
}
.btn:active, .btn:focus {
  color: #FFFFFF;
}

/*--------------------------------------
body
---------------------------------------*/
html {
  min-height: 100vh;
}
@media all and (max-width: 767px) {
  html {
    min-height: auto;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  padding-top: 5rem;
  color: #303030;
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 767px) {
  body {
    min-height: auto;
  }
}
@media all and (max-width: 1080px) {
  body.is-active {
    overflow: hidden;
  }
}

@media (hover: hover) {
  a:hover {
    color: #c73939;
  }
}
a:active {
  color: inherit;
}

.badge {
  display: inline-block;
  padding: 4px 5px 5px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

#contents {
  padding-top: 2rem;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.br-md {
  display: none;
}
@media all and (max-width: 767px) {
  .br-md {
    display: inline-block;
  }
}

.br-sm {
  display: none;
}
@media all and (max-width: 575px) {
  .br-sm {
    display: inline-block;
  }
}

/*--------------------------------------
ヘッダー
---------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  background-color: #FFF;
  height: 80px;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header img {
  width: auto;
}
@media (hover: hover) {
  header a:hover {
    opacity: 0.5;
  }
}
header #site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 1rem;
  height: 100%;
}
header #site-title #logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
header #site-title #logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media all and (max-width: 991px) {
  header #site-title #logo a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header #site-title #logo a h1 {
  margin: 0;
  padding: 0;
}
header #site-title #logo a .img {
  height: 58px;
}
@media all and (max-width: 991px) {
  header #site-title #logo a .img {
    margin-bottom: 4px;
    height: 40px;
  }
}
header #site-title #logo a img {
  display: block;
  width: auto;
  height: 100%;
}
header #site-title #logo a span {
  display: block;
  margin-left: 1.25rem;
  font-size: 0.875rem;
  font-weight: bold;
}
@media all and (max-width: 991px) {
  header #site-title #logo a span {
    margin-left: 0;
    font-size: 13px;
  }
}
header #site-title .link-corpsite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.25rem;
  height: 100%;
}
header #site-title .link-corpsite a {
  padding: 4px 1.25rem;
  color: #303030;
  font-size: 0.875rem;
  border-left: 1px rgb(175.5, 175.5, 175.5) solid;
}
header #site-title .link-corpsite a .icon-external-link {
  margin-left: 0.125rem;
  width: 0.6875rem;
  height: 0.6875rem;
  fill: #303030;
  vertical-align: 0;
}
@media (hover: hover) {
  header #site-title .link-corpsite a:hover {
    opacity: 1;
  }
  header #site-title .link-corpsite a:hover .icon-external-link {
    fill: btn_bg;
  }
}
@media all and (max-width: 767px) {
  header #site-title .link-corpsite {
    display: none;
  }
}
header #nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
header #nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1080px) {
  header #nav > ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
header #nav li {
  height: 100%;
}
header #nav li a {
  padding-right: 1rem;
  padding-left: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  line-height: 1;
}
header #nav li a p {
  margin-bottom: 0;
}
header #nav li.phone {
  height: 100%;
  margin-right: 0;
}
@media all and (min-width: 601px) {
  header #nav li.phone {
    margin-right: 20px;
  }
}
header #nav li.phone a[href^="tel:"] {
  height: 100%;
  color: #c73939;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header #nav li.phone a[href^="tel:"]:hover {
  color: rgb(159.8031496063, 45.1968503937, 45.1968503937);
  opacity: 1;
}
header #nav li.phone svg {
  width: 24px;
  margin-right: 2px;
}
@media all and (max-width: 991px) {
  header #nav li.phone svg {
    width: 20px;
  }
}
@media all and (max-width: 600px) {
  header #nav li.phone svg {
    width: 44px;
    height: 44px;
    fill: #FFFFFF;
    background: #c73939;
    border-radius: 50vw;
    padding: 10px;
  }
}
header #nav li.phone .number {
  font-size: 20px;
  font-weight: 400;
}
@media all and (max-width: 600px) {
  header #nav li.phone .number {
    display: none;
  }
}
header #nav li#nav-entry {
  padding: 0;
}
header #nav li#nav-entry a {
  padding: 0 1.5rem;
  min-width: 160px;
  background-color: #c73939;
  color: #FFFFFF;
}
header #nav li#nav-entry a .icon-circle-arrow-r {
  position: relative;
  top: 1px;
  margin-left: 8px;
}
@media (hover: hover) {
  header #nav li#nav-entry a:hover {
    background-color: rgb(159.8031496063, 45.1968503937, 45.1968503937);
    opacity: 1;
  }
}
header #nav li#nav-entry a:active {
  background-color: rgb(159.8031496063, 45.1968503937, 45.1968503937);
  opacity: 1;
}
@media all and (max-width: 800px) {
  header #nav li#nav-entry {
    display: none;
  }
}
header #nav li.nav-hamburger {
  display: none;
}
@media all and (max-width: 1080px) {
  header #nav li.nav-hamburger {
    display: block;
    width: 80px;
  }
  header #nav li.nav-hamburger .hamburger {
    overflow: visible;
    display: inline-block;
    margin: 0;
    padding: 10px 0 0 0;
    border: 0;
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    z-index: 99;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition-property: opacity, top, right filter;
    transition-property: opacity, top, right filter;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  header #nav li.nav-hamburger .hamburger.is-active {
    z-index: 300;
  }
  header #nav li.nav-hamburger .hamburger.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: 0.22s;
            transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  header #nav li.nav-hamburger .hamburger.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }
  header #nav li.nav-hamburger .hamburger.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  header #nav li.nav-hamburger .hamburger.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  header #nav li.nav-hamburger .hamburger.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  header #nav li.nav-hamburger .hamburger.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  header #nav li.nav-hamburger .hamburger span.hamburger-box {
    margin: 0 auto;
    width: 36px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -3px;
  }
  header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner,
  header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::before,
  header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::after {
    width: 36px;
    height: 2px;
    background-color: #303030;
    border-radius: 3px;
    position: absolute;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::before,
  header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::after {
    content: "";
    display: block;
  }
  header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::before {
    top: -12px;
  }
  header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::after {
    bottom: -12px;
  }
  header #nav li.nav-hamburger .hamburger.is-active span.hamburger-inner, header #nav li.nav-hamburger .hamburger.is-active span.hamburger-inner::before, header #nav li.nav-hamburger .hamburger.is-active span.hamburger-inner::after {
    background-color: #303030;
  }
  header #nav li.nav-hamburger .hamburger:active, header #nav li.nav-hamburger .hamburger:focus {
    background: #FFFFFF;
  }
}
@media (max-width: 1080px) and (hover: hover) {
  header #nav li.nav-hamburger .hamburger:hover:hover {
    background: #FFFFFF;
  }
  header #nav li.nav-hamburger .hamburger:hover:hover span.hamburger-box span.hamburger-inner,
  header #nav li.nav-hamburger .hamburger:hover:hover span.hamburger-box span.hamburger-inner::before,
  header #nav li.nav-hamburger .hamburger:hover:hover span.hamburger-box span.hamburger-inner::after {
    background: #303030;
  }
}

/*--------------------------------------
Global nav
---------------------------------------*/
@media all and (min-width: 1081px) {
  #nav-main {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    padding-right: 1rem;
  }
  #nav-main #nav-main-inner {
    width: 100%;
    height: 100%;
  }
  #nav-main #nav-main-inner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100%;
  }
  #nav-main #nav-main-corpsite {
    display: none;
  }
}
@media all and (max-width: 1080px) {
  #nav-main {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-y: scroll;
    display: none;
    top: 80px;
    right: 0;
    width: 100%;
    height: calc(100% - 80px);
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 200;
    pointer-events: auto;
  }
  #nav-main a {
    font-size: 1.125rem;
  }
  #nav-main #nav-main-inner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 6rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media all and (max-width: 1080px) and (max-width: 575px) {
  #nav-main #nav-main-inner > ul {
    padding-bottom: 3rem;
  }
}
@media all and (max-width: 1080px) {
  #nav-main #nav-main-inner > ul li {
    margin: 6px 0;
    padding: 1rem 0;
    text-align: center;
  }
}
@media all and (max-width: 1080px) and (max-width: 767px) {
  #nav-main #nav-main-inner > ul li {
    margin: 12px 0;
  }
}
@media all and (max-width: 1080px) and (max-width: 575px) {
  #nav-main #nav-main-inner > ul li {
    margin: 4px 0;
  }
}
@media all and (max-width: 575px) {
  #nav-main #nav-main-inner > ul {
    margin-top: 2rem;
  }
}

#nav-main-entry {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 400;
}
#nav-main-entry a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 0;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  background: #c73939;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
#nav-main-entry a .icon-circle-arrow-r {
  position: relative;
  top: 1px;
  margin-left: 8px;
}
@media (hover: hover) {
  #nav-main-entry a:hover {
    background: rgb(232.7322834646, 176.2677165354, 176.2677165354);
  }
}
#nav-main-entry a:active {
  background: rgb(232.7322834646, 176.2677165354, 176.2677165354);
}
@media all and (max-width: 800px) {
  #nav-main-entry {
    display: block;
  }
}

/*--------------------------------------
footer
---------------------------------------*/
footer {
  margin-top: auto;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
}
footer span {
  padding: 0 0.5rem;
}
footer .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5rem 1rem;
  min-height: 48px;
  background-color: #4a4a4a;
}
footer #footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.5rem 2rem;
}
footer #footer-sns.mt-0 {
  margin-top: 0;
}
footer #footer-sns li {
  display: inline-block;
  padding: 0 16px;
}
footer #footer-sns li a {
  display: inline-block;
}
@media (hover: hover) {
  footer #footer-sns li a:hover, footer #footer-sns li a:active {
    opacity: 0.6;
  }
}
footer #link-privacypolicy {
  border-right: 1px #cccccc solid;
}
@media all and (max-width: 575px) {
  footer #link-privacypolicy {
    border-right: 0 !important;
  }
}
footer #link-privacypolicy a {
  color: #FFFFFF;
}
@media (hover: hover) {
  footer #link-privacypolicy a:hover {
    font-weight: bold;
  }
}
footer #link-privacypolicy a:active {
  font-weight: bold;
}
@media all and (max-width: 575px) {
  footer #link-privacypolicy {
    display: block;
    margin-bottom: 0.5rem;
    border: none;
  }
}
@media all and (max-width: 800px) {
  footer.sp-btn .main {
    padding-bottom: 4rem;
  }
}

/*--------------------------------------
hero
---------------------------------------*/
#kv {
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}
#kv .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#kv .catch-copy {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  z-index: 30;
}
@media all and (max-width: 767px) {
  #kv .catch-copy {
    padding: 0 1rem;
  }
}
#kv .catch {
  font-size: 2.75rem;
  letter-spacing: 0.2rem;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
@media all and (max-width: 991px) {
  #kv .catch {
    font-size: 2.25rem;
  }
}
@media all and (max-width: 767px) {
  #kv .catch {
    font-size: 2rem;
  }
}
@media all and (max-width: 575px) {
  #kv .catch {
    font-size: 1.75rem;
  }
}
#kv p {
  font-size: 1.25rem;
  color: #FFFFFF;
  font-weight: normal;
  text-align: center;
}
@media all and (max-width: 767px) {
  #kv p {
    font-size: 1.125rem;
  }
}
#kv .img-wrapper {
  aspect-ratio: 5/2;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 575px) {
  #kv .img-wrapper {
    aspect-ratio: auto;
    height: auto;
  }
}
#kv .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 9;
}
@media all and (max-width: 575px) {
  #kv .img-wrapper img {
    height: auto;
  }
}
#kv.kv-s .img-wrapper {
  aspect-ratio: 3/1;
}
@media all and (max-width: 575px) {
  #kv.kv-s .img-wrapper {
    aspect-ratio: auto;
    height: auto;
  }
}

/*--------------------------------------
Scroll down and Back to top icons
---------------------------------------*/
#icon-scrolldown {
  position: absolute;
  bottom: 48px;
  left: 50%;
  z-index: 40;
}
@media all and (max-width: 575px) {
  #icon-scrolldown {
    bottom: 112px;
  }
}
#icon-scrolldown .arrow.anime {
  -webkit-animation: arrow 0.8s cubic-bezier(0.215, 0.11, 0.355, 1) 0s infinite alternate;
  animation: arrow 0.8s cubic-bezier(0.215, 0.11, 0.355, 1) 0s infinite alternate;
}
#icon-scrolldown .arrow span {
  position: relative;
  display: block;
  left: 50%;
}
#icon-scrolldown .arrow span:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 0;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#backtotop {
  position: fixed;
  display: none;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #4a4a4a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 401;
}
#backtotop .arrow span {
  position: relative;
  display: block;
  margin: 28px 0 0 0;
  border: 0 #FFFFFF solid;
}
#backtotop .arrow span::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 0;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  border-top-color: inherit;
  border-right-color: inherit;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (hover: hover) {
  #backtotop:hover {
    background: #7d7d7d;
  }
}

@-webkit-keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }
}

@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }
}
/*--------------------------------------
container
---------------------------------------*/
.container {
  margin: 4rem auto 3rem auto;
  padding: 0 24px;
  max-width: 1128px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container.full-width {
  max-width: 100%;
}
@media all and (max-width: 991px) {
  .container {
    margin: 3rem auto 2rem auto;
  }
}

/*--------------------------------------
section
---------------------------------------*/
section {
  overflow: hidden;
}
section .box {
  padding: 0 24px;
  height: 100%;
}
@media all and (max-width: 767px) {
  section .box {
    margin-bottom: 2rem;
    padding: 0 12px;
  }
}
section .inner {
  padding: 30px 0 0 0;
}
section h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
section h4 {
  color: #303030;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
section h4.alignleft {
  text-align: left;
}
@media all and (max-width: 767px) {
  section h4.alignleft {
    text-align: center;
  }
}
section .txt {
  line-height: 1.8;
}

.sec-title {
  color: #303030;
  background-color: transparent;
  margin: 0;
  padding: 4rem 0 3rem;
  width: 100%;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 0.6;
  text-align: center;
  letter-spacing: 0.2rem;
  z-index: 10;
}
.sec-title span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-top: 20px;
}

/*--------------------------------------
スタイル
---------------------------------------*/
#style {
  background-color: #fff;
}
#style .container {
  margin: 6rem auto;
}
#style .btn-wrapper {
  width: 100%;
  text-align: center;
}
#style .btn {
  padding: 12px 16px;
  width: auto;
  border: 1px #000 solid;
  background-color: #000;
  color: #fff;
}
@media (hover: hover) {
  #style .btn:hover {
    border-color: #000;
    background-color: transparent;
    color: #000;
  }
}

/*--------------------------------------
メッセージ
---------------------------------------*/
#message .container,
#philosophy .container {
  margin: 2rem auto;
}
@media all and (max-width: 991px) {
  #message .container,
  #philosophy .container {
    margin: 1rem auto 3rem;
  }
}
#message .container.no-img,
#philosophy .container.no-img {
  margin: 6rem auto;
}
@media all and (max-width: 991px) {
  #message .container.no-img,
  #philosophy .container.no-img {
    margin: 4rem auto;
  }
}
#message .container.no-img .row,
#philosophy .container.no-img .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#message .message-portrait,
#philosophy .message-portrait {
  padding: 0 24px;
}
@media all and (max-width: 767px) {
  #message .message-portrait,
  #philosophy .message-portrait {
    margin-bottom: 3rem;
    padding: 0;
  }
}
#message .img,
#philosophy .img {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
}
#message .img img,
#philosophy .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#message .box,
#philosophy .box {
  margin-bottom: 0;
}
#message .box h3,
#philosophy .box h3 {
  font-size: 1.375rem;
  text-align: left;
  margin-bottom: 25px;
}
#message .box .name,
#philosophy .box .name {
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
}
#message .box .name span,
#philosophy .box .name span {
  font-size: 1rem;
  padding-right: 1rem;
}
@media all and (max-width: 991px) {
  #message .box .name,
  #philosophy .box .name {
    font-size: 1.25rem;
  }
}
#message .box .txt,
#philosophy .box .txt {
  margin-bottom: 15px;
}

#philosophy-sec {
  padding: 3rem 0 6rem;
}
@media all and (max-width: 767px) {
  #philosophy-sec {
    padding: 1.5rem 0 4rem;
  }
}
#philosophy-sec.pt {
  padding-top: 6rem;
}
@media all and (max-width: 767px) {
  #philosophy-sec.pt {
    padding-top: 4rem;
  }
}
#philosophy-sec.bg {
  padding: 6rem 0;
}
@media all and (max-width: 767px) {
  #philosophy-sec.bg {
    padding: 4rem 0;
  }
}
#philosophy-sec .container {
  margin: 0 auto;
}
@media all and (max-width: 991px) {
  #philosophy-sec .container {
    margin: 0 auto;
  }
}
#philosophy-sec .title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media all and (max-width: 767px) {
  #philosophy-sec .title {
    font-size: 1.375rem;
  }
}
#philosophy-sec ul {
  padding: 0 39px;
}
@media all and (max-width: 767px) {
  #philosophy-sec ul {
    padding: 0 15px;
  }
}
#philosophy-sec ul > li {
  padding: 3rem 2rem;
  background-color: #fff;
  text-align: center;
}
#philosophy-sec ul > li:not(:first-of-type) {
  margin-top: 3rem;
}
#philosophy-sec ul > li .title-wrapper {
  position: relative;
  padding-bottom: 1.5rem;
}
#philosophy-sec ul > li .title-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  border-radius: 3px;
  background: #c73939;
}
#philosophy-sec ul > li .title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.3;
}
@media all and (max-width: 767px) {
  #philosophy-sec ul > li .title {
    font-size: 1.375rem;
  }
}
#philosophy-sec ul > li .title + .sub-title {
  margin-top: 0.5rem;
}
#philosophy-sec ul > li .sub-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
}
@media all and (max-width: 767px) {
  #philosophy-sec ul > li .sub-title {
    font-size: 1.125rem;
  }
}
#philosophy-sec ul > li .catch {
  margin-top: 3rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.6;
}
@media all and (max-width: 767px) {
  #philosophy-sec ul > li .catch {
    font-size: 1.375rem;
  }
}
#philosophy-sec ul > li .text {
  margin: 2rem auto 0;
  max-width: 45rem;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media all and (max-width: 767px) {
  #philosophy-sec ul > li .text {
    font-size: 1rem;
  }
}

/*--------------------------------------
サロン情報
---------------------------------------*/
#salon .container {
  margin: 2rem auto 4rem;
}
@media all and (max-width: 991px) {
  #salon .container {
    margin: 1rem auto 3rem;
  }
}
#salon .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
#salon .col > div {
  width: 100%;
}

/*--------------------------------------
サロン一覧
---------------------------------------*/
#page-salon .container,
#single-salon .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
@media all and (max-width: 575px) {
  #page-salon .container,
  #single-salon .container {
    gap: 3rem;
  }
}
#page-salon .term-filter,
#single-salon .term-filter {
  width: 100%;
  text-align: center;
}
#page-salon .term-filter .center,
#single-salon .term-filter .center {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
#page-salon .term-filter .term-btn,
#single-salon .term-filter .term-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px 10px;
  min-width: 160px;
  height: 44px;
  color: #fff;
  background-color: #303030;
  border-radius: 4px;
  cursor: pointer;
}
@media all and (max-width: 575px) {
  #page-salon .term-filter .term-btn,
  #single-salon .term-filter .term-btn {
    min-width: 120px;
    font-size: 0.875rem;
  }
}
#page-salon .term-filter .term-btn.active,
#single-salon .term-filter .term-btn.active {
  background-color: rgba(48, 48, 48, 0.6);
}
@media (hover: hover) {
  #page-salon .term-filter .term-btn:hover,
  #single-salon .term-filter .term-btn:hover {
    background-color: rgba(48, 48, 48, 0.6);
  }
}
#page-salon .listing,
#single-salon .listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  width: 100%;
}
#page-salon .listing-item,
#single-salon .listing-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333333% - 2rem);
          flex: 0 0 calc(33.333333% - 2rem);
  max-width: calc(33.333333% - 2rem);
}
@media all and (max-width: 991px) {
  #page-salon .listing-item,
  #single-salon .listing-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2rem * 0.75);
            flex: 0 0 calc(50% - 2rem * 0.75);
    max-width: calc(50% - 2rem * 0.75);
  }
}
@media all and (max-width: 767px) {
  #page-salon .listing-item,
  #single-salon .listing-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
#page-salon .listing-item > img,
#single-salon .listing-item > img {
  aspect-ratio: 3/2;
}
#page-salon .listing-item .phone,
#single-salon .listing-item .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4px;
  font-size: 1.25rem;
}
#page-salon .listing-item .phone .icon-phone,
#single-salon .listing-item .phone .icon-phone {
  position: relative;
  top: 1px;
}
#page-salon .salon-header,
#single-salon .salon-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
#page-salon .salon-header .title,
#single-salon .salon-header .title {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
#page-salon .salon-header .sns,
#single-salon .salon-header .sns {
  position: relative;
  top: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 12px;
}
#page-salon .salon-header .sns .icon img,
#single-salon .salon-header .sns .icon img {
  height: 24px;
  width: auto;
}
@media (hover: hover) {
  #page-salon .salon-header .sns .icon:hover,
  #single-salon .salon-header .sns .icon:hover {
    opacity: 0.6;
  }
}
#page-salon .info,
#single-salon .info {
  font-size: 0.875rem;
}
#page-salon .info .other-info,
#single-salon .info .other-info {
  display: table;
}
#page-salon .info .other-info dl,
#single-salon .info .other-info dl {
  display: table-row;
}
#page-salon .info .other-info dt,
#page-salon .info .other-info dd,
#single-salon .info .other-info dt,
#single-salon .info .other-info dd {
  display: table-cell;
}
#page-salon .info .other-info dt,
#single-salon .info .other-info dt {
  position: relative;
  padding-right: 1rem;
  font-weight: 400;
  white-space: nowrap;
}
#page-salon .info .other-info dt::after,
#single-salon .info .other-info dt::after {
  content: "▶";
  position: absolute;
  top: 0;
  right: 0;
}
#page-salon .btn-wrapper,
#single-salon .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
}
#page-salon .btn-wrapper .btn,
#single-salon .btn-wrapper .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 4px 12px;
  width: calc((100% - 1rem) / 2);
  min-width: 0;
  height: 48px;
  border-radius: 4px;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  line-height: 1;
}
@media all and (max-width: 575px) {
  #page-salon .btn-wrapper .btn,
  #single-salon .btn-wrapper .btn {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 320px) {
  #page-salon .btn-wrapper .btn,
  #single-salon .btn-wrapper .btn {
    font-size: 0.75rem;
  }
}
#page-salon .btn-wrapper .btn.googlemap,
#single-salon .btn-wrapper .btn.googlemap {
  background: #303030;
  border: 1px #303030 solid;
}
#page-salon .btn-wrapper .btn.hot-pepper-beauty,
#single-salon .btn-wrapper .btn.hot-pepper-beauty {
  background: #fff;
  border: 1px #8f3356 solid;
}
#page-salon .btn-wrapper .btn.hot-pepper-beauty img,
#single-salon .btn-wrapper .btn.hot-pepper-beauty img {
  width: auto;
  height: 100%;
}
@media all and (max-width: 320px) {
  #page-salon .btn-wrapper .btn.hot-pepper-beauty img,
  #single-salon .btn-wrapper .btn.hot-pepper-beauty img {
    width: 100%;
    height: auto;
  }
}

/* サロン情報　プレビュー用 */
#single-salon {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#single-salon .wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
#single-salon #salon-listing {
  height: 100%;
}

/*--------------------------------------
Recruit
---------------------------------------*/
#recruit .container {
  margin: 2rem auto 4rem;
}
@media all and (max-width: 991px) {
  #recruit .container {
    margin: 1rem auto 3rem;
  }
}
#recruit .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
#recruit .col > div {
  width: 100%;
}

#recruit .btn,
#page-recruit .btn {
  border: 1px #9F7D7C solid;
  background-color: #9F7D7C;
  color: #fff;
}
@media (hover: hover) {
  #recruit .btn:hover,
  #page-recruit .btn:hover {
    border-color: #9F7D7C;
    background-color: transparent;
    color: #9F7D7C;
  }
}
#recruit .btn:active, #recruit .btn:focus,
#page-recruit .btn:active,
#page-recruit .btn:focus {
  color: #fff;
}

/*--------------------------------------
COMPANY
---------------------------------------*/
#company {
  background-color: #fff;
}
#company dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  width: 100%;
  font-size: 1rem;
}
#company dl:not(:last-child) {
  border-bottom: 1px solid #000000;
}
@media all and (max-width: 767px) {
  #company dl {
    display: block;
  }
}
@media all and (max-width: 767px) {
  #company dt, #company dd {
    padding-left: 0;
  }
}
#company dt {
  width: 30%;
  color: #000000;
}
@media all and (max-width: 767px) {
  #company dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
#company dd {
  width: 70%;
  color: #000000;
}
@media all and (max-width: 767px) {
  #company dd {
    width: 100%;
  }
}

/*--------------------------------------
Recruit page
---------------------------------------*/
#page-recruit {
  color: #303030;
  background: #ffffff;
}
#page-recruit .intro {
  background-color: #FAF6F4;
}
#page-recruit .intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
#page-recruit .intro h2 {
  padding: 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
}
#page-recruit .intro .body {
  line-height: 2;
  text-align: left;
}
#page-recruit .interview-main {
  background-color: #fff;
  padding-bottom: 2rem;
}
#page-recruit .interview-main .container .interview-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem;
  width: 100%;
}
#page-recruit .interview-main .container .interview-blocks .interview-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  width: 100%;
}
@media all and (max-width: 767px) {
  #page-recruit .interview-main .container .interview-blocks .interview-block .profile {
    gap: 2rem;
  }
}
#page-recruit .interview-main .container .interview-blocks .interview-block .profile .portrait {
  width: calc(50% - 39px);
  aspect-ratio: 1/1;
}
@media all and (max-width: 767px) {
  #page-recruit .interview-main .container .interview-blocks .interview-block .profile .portrait {
    width: 100%;
  }
}
#page-recruit .interview-main .container .interview-blocks .interview-block .profile .portrait img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  padding-top: 20px;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .txt .name {
  font-size: 1.5rem;
  font-weight: 700;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .txt .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .txt .sns .icon {
  width: 42px;
  height: auto;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .txt .message {
  margin-top: 40px;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .txt .message .title {
  color: #9F7D7C;
  font-size: 1.25rem;
  font-weight: 700;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .txt .message .box {
  margin: 12px 0 0;
  padding: 16px 20px;
  width: 100%;
  height: auto;
  background-color: #FAF6F4;
  border-radius: 10px;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .heading {
  margin: 2rem 0 0;
  padding: 0 0 1rem;
  width: 100%;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  #page-recruit .interview-main .container .interview-blocks .interview-block .heading {
    font-size: 1.5rem;
  }
}
#page-recruit .interview-main .container .interview-blocks .interview-block .title {
  border-bottom: 1px #9F7D7C solid;
  width: 100%;
  font-weight: 700;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .more {
  display: none;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .more .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  width: 100%;
  line-height: 1.7;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .more .inner > div {
  width: 100%;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .more .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .more .img,
#page-recruit .interview-main .container .interview-blocks .interview-block .more .movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  width: 100%;
}
@media all and (max-width: 767px) {
  #page-recruit .interview-main .container .interview-blocks .interview-block .more .img,
  #page-recruit .interview-main .container .interview-blocks .interview-block .more .movie {
    gap: 2rem;
  }
}
#page-recruit .interview-main .container .interview-blocks .interview-block .more .img > div.img-col-1 {
  margin: 0 auto 2rem;
  width: 100%;
  max-width: 50rem;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .more .img > div.img-col-2 {
  width: calc((100% - 4rem) / 2);
}
@media all and (max-width: 767px) {
  #page-recruit .interview-main .container .interview-blocks .interview-block .more .img > div.img-col-2 {
    width: calc((100% - 2rem) / 2);
  }
}
#page-recruit .interview-main .container .interview-blocks .interview-block .more .img > div.img-col-3 {
  width: calc((100% - 8rem) / 3);
}
@media all and (max-width: 767px) {
  #page-recruit .interview-main .container .interview-blocks .interview-block .more .img > div.img-col-3 {
    width: calc((100% - 2rem) / 2);
  }
}
#page-recruit .interview-main .container .interview-blocks .interview-block .more .img > div.img-col-4 {
  width: calc((100% - 12rem) / 4);
}
@media all and (max-width: 767px) {
  #page-recruit .interview-main .container .interview-blocks .interview-block .more .img > div.img-col-4 {
    width: calc((100% - 8rem) / 3);
  }
}
@media all and (max-width: 575px) {
  #page-recruit .interview-main .container .interview-blocks .interview-block .more .img > div.img-col-4 {
    width: calc((100% - 2rem) / 2);
  }
}
#page-recruit .interview-main .container .interview-blocks .interview-block .more .img > div img {
  aspect-ratio: 25/17;
  width: 100%;
  height: auto;
  -o-object-fit: fit;
     object-fit: fit;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .more .img > div .caption {
  margin: 0;
  padding: 0.5rem 0 0;
  font-size: 0.875rem;
  text-align: left;
}
@media all and (max-width: 767px) {
  #page-recruit .interview-main .container .interview-blocks .interview-block .more .img > div .caption {
    font-size: 0.8125rem;
  }
}
#page-recruit .interview-main .container .interview-blocks .interview-block .more .movie > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .more .movie .youtube,
#page-recruit .interview-main .container .interview-blocks .interview-block .more .movie .embed {
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 540px;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .more .movie .youtube .arrow,
#page-recruit .interview-main .container .interview-blocks .interview-block .more .movie .embed .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url(img/arrow.svg) no-repeat;
  background-size: cover;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1000;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .more .movie .youtube img,
#page-recruit .interview-main .container .interview-blocks .interview-block .more .movie .embed img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .more .movie .youtube iframe,
#page-recruit .interview-main .container .interview-blocks .interview-block .more .movie .embed > video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100% !important;
  height: 100%;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .more .movie .sns {
  max-width: 540px !important;
  min-width: unset !important;
  width: 100% !important;
  margin: 0 auto !important;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .btn-wrapper {
  padding-top: 1rem;
}
#page-recruit .interview-main .container .interview-blocks .interview-block .btn-wrapper .btn.more-close::before {
  content: attr(data-inactive);
}
#page-recruit .interview-main .container .interview-blocks .interview-block {
  /* クリックで表示された場合 */
}
#page-recruit .interview-main .container .interview-blocks .interview-block.active .more {
  display: block;
}
#page-recruit .interview-main .container .interview-blocks .interview-block.active .btn-wrapper .btn.more-close::before {
  content: attr(data-active);
}
#page-recruit .interview-main .container > div {
  margin-bottom: 6rem;
}
@media all and (max-width: 575px) {
  #page-recruit .interview-main .container > div {
    margin-bottom: 5rem;
  }
}
#page-recruit .interview-main .container > div:first-of-type.sec-title {
  margin-top: 3rem;
}
@media all and (max-width: 575px) {
  #page-recruit .interview-main .container > div:first-of-type.sec-title {
    margin-top: 2rem;
  }
}
#page-recruit .interview-main .container > div:last-of-type {
  margin-bottom: 3rem;
}
@media all and (max-width: 575px) {
  #page-recruit .interview-main .container > div:last-of-type {
    margin-bottom: 2rem;
  }
}
#page-recruit .interview-main .container > div.sec-title {
  margin-bottom: 1rem;
}
#page-recruit .interview-main .container > div.btn-wrapper {
  text-align: center;
}
#page-recruit .interview-main .sec-title {
  margin-bottom: 5rem;
  padding: 0;
}
#page-recruit .interview-main .sec-title .en,
#page-recruit .interview-main .sec-title .sub {
  color: #303030;
}
#page-recruit #work {
  background-color: #FAF6F4;
}
#page-recruit #work dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
  padding-bottom: 4rem;
  width: 100%;
  font-size: 1rem;
}
#page-recruit #work dl:not(:last-child) {
  border-bottom: 1px solid #000000;
}
@media all and (max-width: 767px) {
  #page-recruit #work dl {
    display: block;
  }
}
@media all and (max-width: 767px) {
  #page-recruit #work dt, #page-recruit #work dd {
    padding-left: 0;
  }
}
#page-recruit #work dt {
  width: 140px;
  color: #000000;
  font-size: 1.5rem;
}
@media all and (max-width: 767px) {
  #page-recruit #work dt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
}
#page-recruit #work dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
#page-recruit #work dd h3 {
  color: #000000;
  font-size: 1.5rem;
}
@media all and (max-width: 767px) {
  #page-recruit #work dd h3 {
    font-size: 1.25rem;
  }
}
#page-recruit #work dd .body {
  color: #000000;
}
@media all and (max-width: 767px) {
  #page-recruit #work dd .body {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 767px) {
  #page-recruit #work dd {
    width: 100%;
  }
}
#page-recruit #photo {
  background-color: #fff;
}
#page-recruit #photo .container {
  margin: 0 auto;
  padding: 0;
}
#page-recruit #photo .container .row {
  margin: 0;
}
#page-recruit #photo .container ul li {
  padding: 0;
}
#page-recruit #photo .container ul li .img {
  overflow: hidden;
  position: relative;
  padding-top: 66.66666%;
  width: 100%;
}
#page-recruit #photo .container ul li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 105%;
  max-width: 105%;
}

/*--------------------------------------
最新情報
---------------------------------------*/
#news .container {
  margin-top: 0;
}
@media all and (max-width: 991px) {
  #news .container {
    margin-top: 0;
  }
}
#news .container .row {
  position: relative;
  margin: 0 auto;
  padding: 0 40px 2rem;
  width: 100%;
}
@media all and (max-width: 575px) {
  #news .container .row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#news .list {
  width: 100%;
  padding: 0 24px;
}
@media all and (max-width: 767px) {
  #news .list {
    padding: 0;
  }
}
#news dl {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  padding: 30px 0;
  color: #303030;
}
#news dl:not(:last-child) {
  border-bottom: 1px solid rgba(48, 48, 48, 0.3);
}
@media all and (max-width: 575px) {
  #news dl {
    padding: 20px 0;
  }
}
#news dl a {
  color: #303030;
}
@media (hover: hover) {
  #news dl a:hover, #news dl a:active {
    color: #c73939;
  }
}
@media all and (max-width: 767px) {
  #news dl {
    display: block;
  }
}
#news dt {
  padding-top: 0.25rem;
  width: 180px;
  font-size: 1rem;
  font-weight: normal;
}
@media all and (max-width: 767px) {
  #news dt {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
  }
}
#news dd {
  margin: 0;
  width: calc(100% - 240px);
}
@media all and (max-width: 767px) {
  #news dd {
    width: 100%;
  }
}
#news dd .title {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: normal;
}
#news dd .txt {
  margin: 0.5rem 0 0;
  font-size: 0.9375rem;
}
#news dd .txt p {
  margin: 0;
}

#recruit {
  background-color: #FAF6F4;
}
#recruit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  width: 100%;
  font-size: 1rem;
}
#recruit dl:not(:last-child) {
  border-bottom: 1px solid #000000;
}
@media all and (max-width: 767px) {
  #recruit dl {
    display: block;
  }
}
@media all and (max-width: 767px) {
  #recruit dt, #recruit dd {
    padding-left: 0;
  }
}
#recruit dt {
  width: 30%;
  color: #000000;
}
@media all and (max-width: 767px) {
  #recruit dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
#recruit dd {
  width: 70%;
  color: #000000;
}
@media all and (max-width: 767px) {
  #recruit dd {
    width: 100%;
  }
}

#entry {
  background-color: #fff;
}
#entry .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
#entry .title {
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  #entry .title {
    font-size: 1.5rem;
  }
}
#entry .body {
  color: #000000;
  line-height: 2;
}
#entry .btn-wrapper {
  padding-bottom: 1rem;
}

/*--------------------------------------
News Archive / Single
---------------------------------------*/
#post #contents {
  padding-top: 0;
}

#archive #news {
  min-height: calc(100vh - 257px); /* ヘッダー、フッター、ボタンの高さを引いた画面の高さ */
}

#single-post,
#news-single {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0;
  background: #f8f8f8;
}
#single-post .inner,
#news-single .inner {
  margin: 0 auto;
  padding: 40px 0 40px;
  max-width: calc(40rem + 120px);
  width: 100%;
  background: #fff;
  border-radius: 20px;
}
#single-post .post-header,
#news-single .post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 40px;
}
@media all and (max-width: 575px) {
  #single-post .post-header,
  #news-single .post-header {
    margin: 0 30px;
  }
}
#single-post .post-header .single-page-title,
#news-single .post-header .single-page-title {
  display: block;
  margin: 0;
  padding: 0;
  width: calc(70% - 1rem);
  background: transparent;
  text-align: left;
}
#single-post .post-header .single-page-title a,
#news-single .post-header .single-page-title a {
  color: #303030;
}
#single-post .post-header .single-page-title .en,
#news-single .post-header .single-page-title .en {
  line-height: 1.2;
}
#single-post .post-header .single-page-title .sub,
#news-single .post-header .single-page-title .sub {
  line-height: 1.2;
}
#single-post .post-header .date,
#news-single .post-header .date {
  display: block;
  width: calc(30% - 1rem);
  color: rgba(48, 48, 48, 0.7);
  font-size: 0.875rem;
  text-align: right;
}
@media all and (max-width: 575px) {
  #single-post .post-header .date,
  #news-single .post-header .date {
    font-size: 0.75rem;
  }
}
#single-post .main,
#news-single .main {
  padding: 0 40px;
}
@media all and (max-width: 575px) {
  #single-post .main,
  #news-single .main {
    padding: 0 30px;
  }
}
#single-post .main h1,
#news-single .main h1 {
  margin: 1.5rem auto 0;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  background: transparent;
}
@media all and (max-width: 575px) {
  #single-post .main h1,
  #news-single .main h1 {
    font-size: 1.625rem;
  }
}
#single-post .main h2,
#single-post .main h3,
#single-post .main h4,
#single-post .main h5,
#news-single .main h2,
#news-single .main h3,
#news-single .main h4,
#news-single .main h5 {
  margin: 3rem auto 1.5rem;
  padding: 0;
  color: #303030;
  font-weight: bold;
  text-align: left;
  background: transparent;
}
#single-post .main h2,
#news-single .main h2 {
  font-size: 1.5rem;
}
@media all and (max-width: 575px) {
  #single-post .main h2,
  #news-single .main h2 {
    font-size: 1.375rem;
  }
}
#single-post .main h3,
#news-single .main h3 {
  font-size: 1.375rem;
}
@media all and (max-width: 575px) {
  #single-post .main h3,
  #news-single .main h3 {
    font-size: 1.25rem;
  }
}
#single-post .main h4,
#news-single .main h4 {
  font-size: 1.25rem;
}
@media all and (max-width: 575px) {
  #single-post .main h4,
  #news-single .main h4 {
    font-size: 1.125rem;
  }
}
#single-post .main h5,
#news-single .main h5 {
  font-size: 1.125rem;
}
@media all and (max-width: 575px) {
  #single-post .main h5,
  #news-single .main h5 {
    font-size: 1.0625rem;
  }
}
#single-post .main .txt,
#news-single .main .txt {
  margin: 2.5rem auto 0;
  font-size: 1rem;
  line-height: 1.7;
}
#single-post .main .btn-wrapper,
#news-single .main .btn-wrapper {
  text-align: center;
}
#single-post .main img,
#news-single .main img {
  margin: 0;
  width: 100%;
  height: auto;
}
#single-post .main .wp-block-image,
#single-post .main .wp-block-embed,
#single-post .main .wp-block-video,
#news-single .main .wp-block-image,
#news-single .main .wp-block-embed,
#news-single .main .wp-block-video {
  margin: 1rem auto;
}
#single-post .main .wp-block-embed__wrapper,
#news-single .main .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  border-radius: 12px;
  width: 100%;
  height: 0;
}
#single-post .main .wp-block-embed__wrapper iframe,
#news-single .main .wp-block-embed__wrapper iframe {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#single-post .main a,
#news-single .main a {
  position: relative;
  z-index: 1;
}
#single-post .main ul li,
#news-single .main ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  padding-left: 1.5rem;
}
#single-post .main ul li:not(:first-child),
#news-single .main ul li:not(:first-child) {
  margin-top: 0.25rem;
}
#single-post .main ul li:before,
#news-single .main ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
}

.icon-new {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 0.75rem;
  padding: 6px 10px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #303030;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .icon-new {
    width: auto;
  }
}

/*--------------------------------------
Privacy Policy Page
---------------------------------------*/
#privacy-policy {
  line-height: 1.7;
}
#privacy-policy #contents {
  padding: 0 48px;
}
@media all and (max-width: 575px) {
  #privacy-policy #contents {
    padding: 0 36px;
  }
}
#privacy-policy #contents-privacypolicy {
  padding: 3rem 2.5rem;
  border-radius: 1rem;
  background: #fff;
}
@media all and (max-width: 575px) {
  #privacy-policy #contents-privacypolicy {
    padding: 2rem 1.5rem;
  }
}
#privacy-policy #contents-privacypolicy h2 {
  margin-bottom: 3rem;
  padding: 0;
  background: none;
  color: #303030;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media all and (max-width: 575px) {
  #privacy-policy #contents-privacypolicy h2 {
    margin-bottom: 2rem;
  }
}
#privacy-policy #contents-privacypolicy h3 {
  margin: 2rem 0 1rem 0;
  padding: 0;
  color: #303030;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: left;
  background: none;
}
#privacy-policy #contents-privacypolicy p {
  margin-bottom: 1rem;
}
#privacy-policy #contents-privacypolicy > ol, #privacy-policy #contents-privacypolicy > ul {
  list-style: square;
  padding-left: 1.5rem;
}
#privacy-policy #contents-privacypolicy > ol > li, #privacy-policy #contents-privacypolicy > ul > li {
  margin-bottom: 1rem;
}
#privacy-policy #contents-privacypolicy > ol ol, #privacy-policy #contents-privacypolicy > ol ul, #privacy-policy #contents-privacypolicy > ul ol, #privacy-policy #contents-privacypolicy > ul ul {
  list-style: disc;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}