@charset "UTF-8";
@keyframes delayView {
  0% {
    opacity: 0;
  }
  99.999% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideshow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  22% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-size: 1.4rem;
  line-height: 2.142857142857143;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  color: #000;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 4vw;
    line-height: 1.733333333333333;
    letter-spacing: 0.025em;
  }
}
@media only screen and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
svg {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
* {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  font-size: 100%;
  border: 0;
  border-radius: 0;
  background: none;
  outline: none;
}
button,
input,
label,
select {
  cursor: pointer;
}
main,
section {
  position: relative;
}
a {
  text-decoration: none;
  color: #000;
}
@media only screen and (min-width: 768px) and (any-hover: hover) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  input[type=text],
  textarea {
    font-size: 4.266666666666667vw;
    transform-origin: left center;
  }
}
.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.wrapper {
  overflow: hidden;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader img {
  width: 4.266666666666667vw;
}
@media only screen and (min-width: 768px) {
  .loader img {
    width: 32px;
  }
}
.fixed-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-inline: 4vw;
  padding-top: 0.4vw;
  padding-bottom: 2.4vw;
  background-color: rgba(191,191,191,0.8);
  z-index: 9;
}
.fixed-nav .page-to-top {
  position: absolute;
  top: -6vw;
  right: 3.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.333333333333334vw;
  height: 9.333333333333334vw;
  background: #ffbf97;
  border-radius: 50%;
}
.fixed-nav .page-to-top .btn-icon {
  display: block;
  fill: #fff;
  width: 5.733333333333333vw;
  height: 5.066666666666666vw;
}
.fixed-nav .btn-contact-text {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.fixed-nav .btn-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.266666666666667vw;
  padding-inline: 4vw 2.666666666666667vw;
  border-radius: 2.666666666666667vw;
  width: 100%;
  height: 10.666666666666668vw;
  background: #ff8da1;
}
.fixed-nav .btn-contact .btn-text {
  display: block;
  font-size: 5.333333333333334vw;
  text-align: left;
  color: #fff;
  font-weight: bold;
}
.fixed-nav .btn-contact .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  border: 0.4vw solid #fff;
}
.fixed-nav .btn-contact .btn-icon svg {
  fill: #fff;
  width: 4.666666666666667vw;
  height: 5.066666666666666vw;
}
.is-menu-opened .fixed-nav {
  z-index: 8;
}
@media only screen and (min-width: 768px) {
  .fixed-nav {
    bottom: auto;
    left: auto;
    top: 18px;
    right: 0;
    width: 290px;
    padding-inline: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
  }
  .fixed-nav .page-to-top {
    position: fixed;
    top: auto;
    bottom: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
  }
  .fixed-nav .page-to-top .btn-icon {
    width: 26px;
    height: 24px;
  }
  .fixed-nav .btn-contact-text {
    color: #ff8da1;
    font-size: 1.3rem;
    line-height: 1;
  }
  .fixed-nav .btn-contact {
    margin-top: 8px;
    padding: 0 12px 0 16px;
    border-radius: 16px 0 0 16px;
    width: 100%;
    height: 54px;
  }
  .fixed-nav .btn-contact .btn-text {
    font-size: 1.6rem;
  }
  .js_isWin .fixed-nav .btn-contact .btn-text {
    margin-top: 4px;
  }
  .fixed-nav .btn-contact .btn-icon {
    width: 30px;
    height: 30px;
    border-width: 2px;
  }
  .fixed-nav .btn-contact .btn-icon svg {
    width: 17px;
    height: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .fixed-nav {
    top: 64px;
    width: 250px;
  }
  .fixed-nav .btn-contact-text {
    font-size: 1rem;
  }
  .fixed-nav .btn-contact {
    margin-top: 5px;
    padding: 0 8px 0 10px;
    border-radius: 12px 0 0 12px;
    width: 100%;
    height: 46px;
  }
  .fixed-nav .btn-contact .btn-text {
    font-size: 1.4rem;
  }
  .fixed-nav .btn-contact .btn-icon {
    width: 26px;
    height: 26px;
    border-width: 2px;
  }
  .fixed-nav .btn-contact .btn-icon svg {
    width: 14px;
    height: 16px;
  }
}
.page-top .section-contents li,
.page-case .section-contents li,
.page-menu .section-contents li,
.page-menu-lower .section-contents li,
.page-recruit .section-contents li,
.page-contact .section-contents li,
.page-salon .section-contents li {
  padding-left: 1em;
  text-indent: -1em;
}
.page-top .section-heading,
.page-case .section-heading,
.page-menu .section-heading,
.page-menu-lower .section-heading,
.page-recruit .section-heading,
.page-contact .section-heading,
.page-salon .section-heading {
  position: relative;
  width: 82.66666666666667vw;
  margin-inline: auto;
  padding-block: 3.866666666666667vw 3.866666666666667vw;
  font-size: 5.600000000000001vw;
  line-height: 1.547619047619048;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
.page-top .section-heading::before,
.page-case .section-heading::before,
.page-menu .section-heading::before,
.page-menu-lower .section-heading::before,
.page-recruit .section-heading::before,
.page-contact .section-heading::before,
.page-salon .section-heading::before,
.page-top .section-heading::after,
.page-case .section-heading::after,
.page-menu .section-heading::after,
.page-menu-lower .section-heading::after,
.page-recruit .section-heading::after,
.page-contact .section-heading::after,
.page-salon .section-heading::after {
  content: "";
  display: block;
}
.page-top .section-heading::before,
.page-case .section-heading::before,
.page-menu .section-heading::before,
.page-menu-lower .section-heading::before,
.page-recruit .section-heading::before,
.page-contact .section-heading::before,
.page-salon .section-heading::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.399999999999999vw;
  border-top-left-radius: 4vw;
  border-top-right-radius: 4vw;
  border: solid 0.266666666666667vw #000;
  border-bottom: none;
}
.page-top .section-heading::after,
.page-case .section-heading::after,
.page-menu .section-heading::after,
.page-menu-lower .section-heading::after,
.page-recruit .section-heading::after,
.page-contact .section-heading::after,
.page-salon .section-heading::after {
  position: absolute;
  top: -0.133333333333333vw;
  left: 50%;
  width: 13.600000000000001vw;
  height: 0.533333333333333vw;
  margin-left: -6.800000000000001vw;
  background: #fff;
}
.page-top .section-heading .icon,
.page-case .section-heading .icon,
.page-menu .section-heading .icon,
.page-menu-lower .section-heading .icon,
.page-recruit .section-heading .icon,
.page-contact .section-heading .icon,
.page-salon .section-heading .icon {
  position: absolute;
  top: -0.266666666666667vw;
  left: 50%;
  display: block;
  width: 6.4vw;
  height: 6.4vw;
  margin: -4.8vw auto 0;
  margin-left: -6.800000000000001vw;
  z-index: 1;
}
.page-top .section-heading .icon::before,
.page-case .section-heading .icon::before,
.page-menu .section-heading .icon::before,
.page-menu-lower .section-heading .icon::before,
.page-recruit .section-heading .icon::before,
.page-contact .section-heading .icon::before,
.page-salon .section-heading .icon::before,
.page-top .section-heading .icon::after,
.page-case .section-heading .icon::after,
.page-menu .section-heading .icon::after,
.page-menu-lower .section-heading .icon::after,
.page-recruit .section-heading .icon::after,
.page-contact .section-heading .icon::after,
.page-salon .section-heading .icon::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 50%;
}
.page-top .section-heading .icon::before,
.page-case .section-heading .icon::before,
.page-menu .section-heading .icon::before,
.page-menu-lower .section-heading .icon::before,
.page-recruit .section-heading .icon::before,
.page-contact .section-heading .icon::before,
.page-salon .section-heading .icon::before {
  top: 1.333333333333333vw;
  left: 3.2vw;
  width: 6.4vw;
  height: 6.4vw;
  background: #ffcfb2;
}
.page-top .section-heading .icon::after,
.page-case .section-heading .icon::after,
.page-menu .section-heading .icon::after,
.page-menu-lower .section-heading .icon::after,
.page-recruit .section-heading .icon::after,
.page-contact .section-heading .icon::after,
.page-salon .section-heading .icon::after {
  top: 0;
  left: 5.866666666666666vw;
  width: 5.066666666666666vw;
  height: 5.066666666666666vw;
  background: #fff0e7;
}
.page-top .section-heading .bottom-line,
.page-case .section-heading .bottom-line,
.page-menu .section-heading .bottom-line,
.page-menu-lower .section-heading .bottom-line,
.page-recruit .section-heading .bottom-line,
.page-contact .section-heading .bottom-line,
.page-salon .section-heading .bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.266666666666667vw;
  border: 0.266666666666667vw solid #000;
  border-left: none;
  border-right: none;
}
@media only screen and (min-width: 768px) {
  .page-top .section-heading,
  .page-case .section-heading,
  .page-menu .section-heading,
  .page-menu-lower .section-heading,
  .page-recruit .section-heading,
  .page-contact .section-heading,
  .page-salon .section-heading {
    width: 390px;
    padding-block: 18px 20px;
    font-size: 2.6rem;
  }
  .page-top .section-heading::before,
  .page-case .section-heading::before,
  .page-menu .section-heading::before,
  .page-menu-lower .section-heading::before,
  .page-recruit .section-heading::before,
  .page-contact .section-heading::before,
  .page-salon .section-heading::before {
    width: 100%;
    height: 20px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-width: 2px;
  }
  .page-top .section-heading::after,
  .page-case .section-heading::after,
  .page-menu .section-heading::after,
  .page-menu-lower .section-heading::after,
  .page-recruit .section-heading::after,
  .page-contact .section-heading::after,
  .page-salon .section-heading::after {
    position: absolute;
    top: -1px;
    left: 50%;
    width: 66px;
    height: 4px;
    margin-left: -33px;
  }
  .page-top .section-heading .icon,
  .page-case .section-heading .icon,
  .page-menu .section-heading .icon,
  .page-menu-lower .section-heading .icon,
  .page-recruit .section-heading .icon,
  .page-contact .section-heading .icon,
  .page-salon .section-heading .icon {
    position: absolute;
    top: -2px;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: -22px auto 0;
    margin-left: -40px;
  }
  .page-top .section-heading .icon::before,
  .page-case .section-heading .icon::before,
  .page-menu .section-heading .icon::before,
  .page-menu-lower .section-heading .icon::before,
  .page-recruit .section-heading .icon::before,
  .page-contact .section-heading .icon::before,
  .page-salon .section-heading .icon::before {
    top: 7px;
    left: 24px;
    width: 30px;
    height: 30px;
  }
  .page-top .section-heading .icon::after,
  .page-case .section-heading .icon::after,
  .page-menu .section-heading .icon::after,
  .page-menu-lower .section-heading .icon::after,
  .page-recruit .section-heading .icon::after,
  .page-contact .section-heading .icon::after,
  .page-salon .section-heading .icon::after {
    left: 36px;
    width: 24px;
    height: 24px;
  }
  .page-top .section-heading .bottom-line,
  .page-case .section-heading .bottom-line,
  .page-menu .section-heading .bottom-line,
  .page-menu-lower .section-heading .bottom-line,
  .page-recruit .section-heading .bottom-line,
  .page-contact .section-heading .bottom-line,
  .page-salon .section-heading .bottom-line {
    width: 100%;
    height: 12px;
    border-width: 2px;
    border-left: none;
    border-right: none;
  }
}
.page-top .section-case .block .heading,
.page-case .section-case .block .heading,
.page-menu .section-case .block .heading,
.page-menu-lower .section-case .block .heading,
.page-recruit .section-case .block .heading,
.page-contact .section-case .block .heading,
.page-salon .section-case .block .heading,
.page-top .section-voice .block .heading,
.page-case .section-voice .block .heading,
.page-menu .section-voice .block .heading,
.page-menu-lower .section-voice .block .heading,
.page-recruit .section-voice .block .heading,
.page-contact .section-voice .block .heading,
.page-salon .section-voice .block .heading {
  padding: 1.733333333333333vw 2.133333333333333vw;
  font-size: 4vw;
  line-height: 1.733333333333333;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page-top .section-case .block .heading,
  .page-case .section-case .block .heading,
  .page-menu .section-case .block .heading,
  .page-menu-lower .section-case .block .heading,
  .page-recruit .section-case .block .heading,
  .page-contact .section-case .block .heading,
  .page-salon .section-case .block .heading,
  .page-top .section-voice .block .heading,
  .page-case .section-voice .block .heading,
  .page-menu .section-voice .block .heading,
  .page-menu-lower .section-voice .block .heading,
  .page-recruit .section-voice .block .heading,
  .page-contact .section-voice .block .heading,
  .page-salon .section-voice .block .heading {
    background: url("../img/bg-pink-landscape.jpg?hash=2e536956935388c04bd5a5dbf7761fbc") 0 0 no-repeat;
    background-size: 133.33333333333331vw 41.06666666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .section-case .block .heading,
  .page-case .section-case .block .heading,
  .page-menu .section-case .block .heading,
  .page-menu-lower .section-case .block .heading,
  .page-recruit .section-case .block .heading,
  .page-contact .section-case .block .heading,
  .page-salon .section-case .block .heading,
  .page-top .section-voice .block .heading,
  .page-case .section-voice .block .heading,
  .page-menu .section-voice .block .heading,
  .page-menu-lower .section-voice .block .heading,
  .page-recruit .section-voice .block .heading,
  .page-contact .section-voice .block .heading,
  .page-salon .section-voice .block .heading {
    background: url("../img/pc/bg-pink-landscape.jpg?hash=9528bf9d5ba6d03ef1a56a0d762242dd") 0 0 no-repeat;
    background-size: 3334px 2550px;
  }
}
.page-top .section-case .block .img-container,
.page-case .section-case .block .img-container,
.page-menu .section-case .block .img-container,
.page-menu-lower .section-case .block .img-container,
.page-recruit .section-case .block .img-container,
.page-contact .section-case .block .img-container,
.page-salon .section-case .block .img-container,
.page-top .section-voice .block .img-container,
.page-case .section-voice .block .img-container,
.page-menu .section-voice .block .img-container,
.page-menu-lower .section-voice .block .img-container,
.page-recruit .section-voice .block .img-container,
.page-contact .section-voice .block .img-container,
.page-salon .section-voice .block .img-container {
  display: flex;
}
.page-top .section-case .block .text,
.page-case .section-case .block .text,
.page-menu .section-case .block .text,
.page-menu-lower .section-case .block .text,
.page-recruit .section-case .block .text,
.page-contact .section-case .block .text,
.page-salon .section-case .block .text,
.page-top .section-voice .block .text,
.page-case .section-voice .block .text,
.page-menu .section-voice .block .text,
.page-menu-lower .section-voice .block .text,
.page-recruit .section-voice .block .text,
.page-contact .section-voice .block .text,
.page-salon .section-voice .block .text {
  margin-top: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .page-top .section-case .block .heading,
  .page-case .section-case .block .heading,
  .page-menu .section-case .block .heading,
  .page-menu-lower .section-case .block .heading,
  .page-recruit .section-case .block .heading,
  .page-contact .section-case .block .heading,
  .page-salon .section-case .block .heading,
  .page-top .section-voice .block .heading,
  .page-case .section-voice .block .heading,
  .page-menu .section-voice .block .heading,
  .page-menu-lower .section-voice .block .heading,
  .page-recruit .section-voice .block .heading,
  .page-contact .section-voice .block .heading,
  .page-salon .section-voice .block .heading {
    padding: 12px 23px;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .page-top .section-case .block .text,
  .page-case .section-case .block .text,
  .page-menu .section-case .block .text,
  .page-menu-lower .section-case .block .text,
  .page-recruit .section-case .block .text,
  .page-contact .section-case .block .text,
  .page-salon .section-case .block .text,
  .page-top .section-voice .block .text,
  .page-case .section-voice .block .text,
  .page-menu .section-voice .block .text,
  .page-menu-lower .section-voice .block .text,
  .page-recruit .section-voice .block .text,
  .page-contact .section-voice .block .text,
  .page-salon .section-voice .block .text {
    margin-top: 15px;
  }
}
.page-top .section-case .block,
.page-case .section-case .block,
.page-menu .section-case .block,
.page-menu-lower .section-case .block,
.page-recruit .section-case .block,
.page-contact .section-case .block,
.page-salon .section-case .block {
  margin-top: 8.533333333333333vw;
  padding-inline: 8.666666666666668vw;
  padding-bottom: 3.333333333333333vw;
}
.page-top .section-case .block .text dt,
.page-case .section-case .block .text dt,
.page-menu .section-case .block .text dt,
.page-menu-lower .section-case .block .text dt,
.page-recruit .section-case .block .text dt,
.page-contact .section-case .block .text dt,
.page-salon .section-case .block .text dt {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding-left: 1.6vw;
  padding-right: 1.866666666666667vw;
}
.page-top .section-case .block .text dt span,
.page-case .section-case .block .text dt span,
.page-menu .section-case .block .text dt span,
.page-menu-lower .section-case .block .text dt span,
.page-recruit .section-case .block .text dt span,
.page-contact .section-case .block .text dt span,
.page-salon .section-case .block .text dt span {
  position: relative;
  z-index: 1;
}
.page-top .section-case .block .text dt:not(:first-child),
.page-case .section-case .block .text dt:not(:first-child),
.page-menu .section-case .block .text dt:not(:first-child),
.page-menu-lower .section-case .block .text dt:not(:first-child),
.page-recruit .section-case .block .text dt:not(:first-child),
.page-contact .section-case .block .text dt:not(:first-child),
.page-salon .section-case .block .text dt:not(:first-child) {
  margin-top: 3.466666666666666vw;
}
.page-top .section-case .block .text dt::before,
.page-case .section-case .block .text dt::before,
.page-menu .section-case .block .text dt::before,
.page-menu-lower .section-case .block .text dt::before,
.page-recruit .section-case .block .text dt::before,
.page-contact .section-case .block .text dt::before,
.page-salon .section-case .block .text dt::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 4vw;
  background: #ffd8c0;
}
.page-top .section-case .block .text dd,
.page-case .section-case .block .text dd,
.page-menu .section-case .block .text dd,
.page-menu-lower .section-case .block .text dd,
.page-recruit .section-case .block .text dd,
.page-contact .section-case .block .text dd,
.page-salon .section-case .block .text dd {
  margin-top: 1.2vw;
}
.page-top .section-case .block .text .course,
.page-case .section-case .block .text .course,
.page-menu .section-case .block .text .course,
.page-menu-lower .section-case .block .text .course,
.page-recruit .section-case .block .text .course,
.page-contact .section-case .block .text .course,
.page-salon .section-case .block .text .course {
  font-weight: bold;
}
.page-top .section-case .block .text .course span,
.page-case .section-case .block .text .course span,
.page-menu .section-case .block .text .course span,
.page-menu-lower .section-case .block .text .course span,
.page-recruit .section-case .block .text .course span,
.page-contact .section-case .block .text .course span,
.page-salon .section-case .block .text .course span {
  text-decoration: underline;
  text-decoration-color: #ffab7b;
  text-decoration-thickness: 0.266666666666667vw;
  text-underline-offset: 1.066666666666667vw;
}
.page-top .section-case .block .text .comment,
.page-case .section-case .block .text .comment,
.page-menu .section-case .block .text .comment,
.page-menu-lower .section-case .block .text .comment,
.page-recruit .section-case .block .text .comment,
.page-contact .section-case .block .text .comment,
.page-salon .section-case .block .text .comment {
  margin-top: 6.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-top .section-case .section-contents,
  .page-case .section-case .section-contents,
  .page-menu .section-case .section-contents,
  .page-menu-lower .section-case .section-contents,
  .page-recruit .section-case .section-contents,
  .page-contact .section-case .section-contents,
  .page-salon .section-case .section-contents {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 70px;
    margin-top: 46px;
    max-width: 1000px;
    margin-inline: auto;
  }
  .page-top .section-case .block,
  .page-case .section-case .block,
  .page-menu .section-case .block,
  .page-menu-lower .section-case .block,
  .page-recruit .section-case .block,
  .page-contact .section-case .block,
  .page-salon .section-case .block {
    width: 465px;
    margin-top: 0;
    padding-inline: 0;
    padding-bottom: 25px;
  }
  .page-top .section-case .block .text dt,
  .page-case .section-case .block .text dt,
  .page-menu .section-case .block .text dt,
  .page-menu-lower .section-case .block .text dt,
  .page-recruit .section-case .block .text dt,
  .page-contact .section-case .block .text dt,
  .page-salon .section-case .block .text dt {
    padding-left: 8px;
    padding-right: 14px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .page-top .section-case .block .text dt:not(:first-child),
  .page-case .section-case .block .text dt:not(:first-child),
  .page-menu .section-case .block .text dt:not(:first-child),
  .page-menu-lower .section-case .block .text dt:not(:first-child),
  .page-recruit .section-case .block .text dt:not(:first-child),
  .page-contact .section-case .block .text dt:not(:first-child),
  .page-salon .section-case .block .text dt:not(:first-child) {
    margin-top: 9px;
  }
  .page-top .section-case .block .text dt::before,
  .page-case .section-case .block .text dt::before,
  .page-menu .section-case .block .text dt::before,
  .page-menu-lower .section-case .block .text dt::before,
  .page-recruit .section-case .block .text dt::before,
  .page-contact .section-case .block .text dt::before,
  .page-salon .section-case .block .text dt::before {
    height: 16px;
  }
  .page-top .section-case .block .text dd,
  .page-case .section-case .block .text dd,
  .page-menu .section-case .block .text dd,
  .page-menu-lower .section-case .block .text dd,
  .page-recruit .section-case .block .text dd,
  .page-contact .section-case .block .text dd,
  .page-salon .section-case .block .text dd {
    margin-top: 5px;
  }
  .page-top .section-case .block .text .course span,
  .page-case .section-case .block .text .course span,
  .page-menu .section-case .block .text .course span,
  .page-menu-lower .section-case .block .text .course span,
  .page-recruit .section-case .block .text .course span,
  .page-contact .section-case .block .text .course span,
  .page-salon .section-case .block .text .course span {
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
  .page-top .section-case .block .text .comment,
  .page-case .section-case .block .text .comment,
  .page-menu .section-case .block .text .comment,
  .page-menu-lower .section-case .block .text .comment,
  .page-recruit .section-case .block .text .comment,
  .page-contact .section-case .block .text .comment,
  .page-salon .section-case .block .text .comment {
    margin-top: 30px;
  }
}
.page-top .section-voice .section-inner,
.page-case .section-voice .section-inner,
.page-menu .section-voice .section-inner,
.page-menu-lower .section-voice .section-inner,
.page-recruit .section-voice .section-inner,
.page-contact .section-voice .section-inner,
.page-salon .section-voice .section-inner {
  padding-top: 18.666666666666668vw;
}
.page-top .section-voice .intro,
.page-case .section-voice .intro,
.page-menu .section-voice .intro,
.page-menu-lower .section-voice .intro,
.page-recruit .section-voice .intro,
.page-contact .section-voice .intro,
.page-salon .section-voice .intro {
  margin-bottom: 13.466666666666665vw;
  padding-inline: 8.666666666666668vw;
  padding-top: 5.333333333333334vw;
  padding-bottom: 6.4vw;
}
@media only screen and (max-width: 767px) {
  .page-top .section-voice .intro,
  .page-case .section-voice .intro,
  .page-menu .section-voice .intro,
  .page-menu-lower .section-voice .intro,
  .page-recruit .section-voice .intro,
  .page-contact .section-voice .intro,
  .page-salon .section-voice .intro {
    background: url("../img/bg-pink-portrait.jpg?hash=953f6553381db16a7d499dddb24c211a") center 0 no-repeat;
    background-size: 160vw 281.59999999999997vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .section-voice .intro,
  .page-case .section-voice .intro,
  .page-menu .section-voice .intro,
  .page-menu-lower .section-voice .intro,
  .page-recruit .section-voice .intro,
  .page-contact .section-voice .intro,
  .page-salon .section-voice .intro {
    background: url("../img/pc/bg-pink-portrait.jpg?hash=4cfc66d3d5f923b6b20c786345bfc2ea") center top no-repeat;
    background-size: 661px 1851px;
  }
}
.page-top .section-voice .intro .text,
.page-case .section-voice .intro .text,
.page-menu .section-voice .intro .text,
.page-menu-lower .section-voice .intro .text,
.page-recruit .section-voice .intro .text,
.page-contact .section-voice .intro .text,
.page-salon .section-voice .intro .text {
  padding-inline: 4.8vw;
}
.page-top .section-voice .intro .list-text,
.page-case .section-voice .intro .list-text,
.page-menu .section-voice .intro .list-text,
.page-menu-lower .section-voice .intro .list-text,
.page-recruit .section-voice .intro .list-text,
.page-contact .section-voice .intro .list-text,
.page-salon .section-voice .intro .list-text {
  margin-top: 3.733333333333334vw;
  padding-inline: 4.8vw;
  padding-top: 3.2vw;
  padding-bottom: 5.333333333333334vw;
  background: #fff;
}
.page-top .section-voice .intro .list-text li,
.page-case .section-voice .intro .list-text li,
.page-menu .section-voice .intro .list-text li,
.page-menu-lower .section-voice .intro .list-text li,
.page-recruit .section-voice .intro .list-text li,
.page-contact .section-voice .intro .list-text li,
.page-salon .section-voice .intro .list-text li {
  padding-left: 1em;
  text-indent: -1em;
}
.page-top .section-voice .intro .list-text li:not(:first-child),
.page-case .section-voice .intro .list-text li:not(:first-child),
.page-menu .section-voice .intro .list-text li:not(:first-child),
.page-menu-lower .section-voice .intro .list-text li:not(:first-child),
.page-recruit .section-voice .intro .list-text li:not(:first-child),
.page-contact .section-voice .intro .list-text li:not(:first-child),
.page-salon .section-voice .intro .list-text li:not(:first-child) {
  margin-top: 2.4vw;
}
.page-top .section-voice .block,
.page-case .section-voice .block,
.page-menu .section-voice .block,
.page-menu-lower .section-voice .block,
.page-recruit .section-voice .block,
.page-contact .section-voice .block,
.page-salon .section-voice .block {
  margin-top: 12vw;
  padding-inline: 8.666666666666668vw;
}
@media only screen and (min-width: 768px) {
  .page-top .section-voice .section-inner,
  .page-case .section-voice .section-inner,
  .page-menu .section-voice .section-inner,
  .page-menu-lower .section-voice .section-inner,
  .page-recruit .section-voice .section-inner,
  .page-contact .section-voice .section-inner,
  .page-salon .section-voice .section-inner {
    padding-top: 75px;
  }
  .page-top .section-voice .intro,
  .page-case .section-voice .intro,
  .page-menu .section-voice .intro,
  .page-menu-lower .section-voice .intro,
  .page-recruit .section-voice .intro,
  .page-contact .section-voice .intro,
  .page-salon .section-voice .intro {
    margin-bottom: 104px;
    padding-inline: 25px;
    padding-top: 34px;
    padding-bottom: 25px;
  }
  .page-top .section-voice .intro .text,
  .page-case .section-voice .intro .text,
  .page-menu .section-voice .intro .text,
  .page-menu-lower .section-voice .intro .text,
  .page-recruit .section-voice .intro .text,
  .page-contact .section-voice .intro .text,
  .page-salon .section-voice .intro .text {
    padding-inline: 0;
  }
  .page-top .section-voice .intro .list-text,
  .page-case .section-voice .intro .list-text,
  .page-menu .section-voice .intro .list-text,
  .page-menu-lower .section-voice .intro .list-text,
  .page-recruit .section-voice .intro .list-text,
  .page-contact .section-voice .intro .list-text,
  .page-salon .section-voice .intro .list-text {
    margin-top: 30px;
    padding-inline: 25px;
    padding-top: 31px;
    padding-bottom: 36px;
  }
  .page-top .section-voice .intro .list-text li:not(:first-child),
  .page-case .section-voice .intro .list-text li:not(:first-child),
  .page-menu .section-voice .intro .list-text li:not(:first-child),
  .page-menu-lower .section-voice .intro .list-text li:not(:first-child),
  .page-recruit .section-voice .intro .list-text li:not(:first-child),
  .page-contact .section-voice .intro .list-text li:not(:first-child),
  .page-salon .section-voice .intro .list-text li:not(:first-child) {
    margin-top: 0;
  }
  .page-top .section-voice .block,
  .page-case .section-voice .block,
  .page-menu .section-voice .block,
  .page-menu-lower .section-voice .block,
  .page-recruit .section-voice .block,
  .page-contact .section-voice .block,
  .page-salon .section-voice .block {
    width: 465px;
    margin-top: 0;
    padding-inline: 0;
  }
}
.accordion:not(:first-child) {
  margin-top: 4.266666666666667vw;
}
.accordion .accordion-btn {
  position: relative;
  font-weight: bold;
  padding: 2.133333333333333vw 13.066666666666665vw 2.533333333333333vw 2.4vw;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-btn {
    background: url("../img/bg-pink-landscape.jpg?hash=2e536956935388c04bd5a5dbf7761fbc") 0 0 no-repeat;
    background-size: 133.33333333333331vw 41.06666666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .accordion .accordion-btn {
    background: url("../img/pc/bg-pink-landscape.jpg?hash=9528bf9d5ba6d03ef1a56a0d762242dd") 0 0 no-repeat;
    background-size: 3334px 2550px;
  }
}
@media only screen and (min-width: 768px) and (any-hover: hover) {
  .accordion .accordion-btn {
    transition: opacity 0.3s;
  }
  .accordion .accordion-btn:hover {
    opacity: 0.7;
  }
}
.accordion .accordion-btn-icon {
  position: absolute;
  top: 3.2vw;
  right: 2.666666666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8vw;
  height: 4.8vw;
  background: #ff7d94;
  border: 0.266666666666667vw solid #fff;
  border-radius: 50%;
}
.accordion .accordion-btn-icon::before {
  content: "";
  width: 0px;
  height: 0px;
  margin-top: 0.533333333333333vw;
  border-style: solid;
  border-width: 1.866666666666667vw 1.2vw 0 1.2vw;
  border-color: #fff transparent transparent transparent;
}
.accordion .accordion-contents {
  display: none;
  padding-top: 2.933333333333333vw;
}
.accordion .accordion-contents-inner {
  display: flex;
}
.accordion .icon-q,
.accordion .icon-a {
  margin-right: 1.333333333333333vw;
}
.accordion .icon-a {
  display: inline-block;
  width: 5.333333333333334vw;
  color: #ff3d5f;
}
@media only screen and (min-width: 768px) {
  .accordion:not(:first-child) {
    margin-top: 14px;
  }
  .accordion .accordion-btn {
    padding: 12px 98px 12px 23px;
  }
  .accordion .accordion-btn-icon {
    position: absolute;
    top: 13px;
    right: 20px;
    width: 26px;
    height: 26px;
    border-width: 2px;
  }
  .accordion .accordion-btn-icon::before {
    margin-top: 4px;
    border-width: 10px 7px 0 7px;
  }
  .accordion .accordion-contents {
    padding-top: 22px;
    padding: 16px 24px;
  }
  .accordion .icon-q,
  .accordion .icon-a {
    margin-right: 10px;
  }
  .accordion .icon-a {
    width: 18px;
  }
}
.is-accordion-opened .accordion-btn-icon {
  transform: rotate(180deg);
}
.footer .about {
  padding-bottom: 10.266666666666667vw;
}
.footer .logo {
  width: 52.93333333333333vw;
  height: 14.399999999999999vw;
  margin-inline: auto;
  margin-top: 14.133333333333335vw;
}
.footer .about {
  margin-top: 10.533333333333333vw;
  padding-inline: 8.666666666666668vw;
}
.footer .about .heading {
  font-size: 5.066666666666666vw;
  line-height: 1;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
.footer .about .text {
  margin-top: 7.066666666666667vw;
}
.footer .about .text p:not(:first-child) {
  margin-top: 6.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .footer .about {
    padding-bottom: 38px;
  }
  .footer .logo {
    margin-top: 106px;
    width: 259px;
    height: 71px;
  }
  .footer .about {
    width: 643px;
    margin-top: 44px;
    margin-inline: auto;
    padding-inline: 0;
  }
  .footer .about .heading {
    font-size: 2.8rem;
  }
  .footer .about .text {
    margin-top: 42px;
  }
  .footer .about .text p:not(:first-child) {
    margin-top: 30px;
  }
}
.footer .menu {
  padding-inline: 8.666666666666668vw;
  padding-block: 7.333333333333333vw 26.666666666666668vw;
  background: url("../img/bg-pink-portrait.jpg?hash=953f6553381db16a7d499dddb24c211a") center 0 no-repeat;
  background-size: 160vw 281.59999999999997vw;
}
.footer .menu .heading {
  padding: 1.866666666666667vw 0;
  font-size: 5.066666666666666vw;
  line-height: 1;
  text-align: center;
  border: 0.266666666666667vw solid #000;
  font-family: 'Noto Serif JP', serif;
}
.footer .menu .list-menu {
  margin-top: 4.266666666666667vw;
}
.footer .menu .list-menu a {
  display: block;
  padding: 0.266666666666667vw 0;
  color: #ff3d5f;
  text-align: center;
  border-bottom: 0.266666666666667vw solid #fff;
}
.footer .menu .link-instagram {
  display: block;
  width: 10.666666666666668vw;
  margin: 3.2vw auto 0;
}
.footer .menu .copyright {
  margin-top: 5.866666666666666vw;
  font-size: 3.2vw;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
@media only screen and (min-width: 768px) {
  .footer .menu {
    padding-inline: 0;
    padding-block: 0 41px;
    background: url("../img/pc/bg-pink-landscape.jpg?hash=9528bf9d5ba6d03ef1a56a0d762242dd") center 0 no-repeat;
    background-size: 3334px 2550px;
  }
  .footer .menu .menu-inner {
    position: relative;
    max-width: 1000px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .menu .heading {
    width: 368px;
    padding: 11px 0;
    margin-top: 35px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    border-width: 1px;
  }
  .footer .menu .list-menu {
    width: 290px;
    margin-top: 35px;
  }
  .footer .menu .list-menu a {
    padding: 0;
    line-height: 2.071428571428572;
    border-width: 1px;
  }
  .footer .menu .link-instagram {
    width: 38px;
    margin: 12px auto 0;
  }
  .footer .menu .copyright {
    margin-top: 12px;
    font-size: 1.2rem;
  }
}
.header {
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.3s;
    height: 170px;
  }
  .is-header-fixed .header {
    background: #fff;
  }
}
.header .header-inner {
  padding: 5.333333333333334vw 0;
}
@media only screen and (min-width: 768px) {
  .header .header-inner {
    padding: 33px 0 0;
  }
}
.header .logo {
  width: 43.2vw;
  height: 11.866666666666667vw;
  margin-inline: auto;
}
.header .logo a {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .header .logo {
    width: 259px;
    height: 71px;
  }
}
.header .nav {
  margin-top: 5px;
}
.header .nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.header .nav li {
  margin: 0 8px;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 999px) {
  .header .nav {
    display: none;
  }
}
.header .btn-menu {
  position: fixed;
  top: 4.266666666666667vw;
  right: 5.333333333333334vw;
  width: 9.333333333333334vw;
  height: 9.333333333333334vw;
  z-index: 8;
  cursor: pointer;
}
.header .btn-menu .btn-icon span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 9.333333333333334vw;
  height: 0.533333333333333vw;
  background: #000;
  transition: 0.3s;
}
.header .btn-menu .line-1 {
  margin-top: -3.2vw;
}
.header .btn-menu .line-3 {
  margin-top: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .header .btn-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 30px;
  }
  .header .btn-menu .btn-icon span {
    width: 40px;
    height: 3px;
  }
  .header .btn-menu .line-1 {
    margin-top: -14px;
  }
  .header .btn-menu .line-3 {
    margin-top: 14px;
  }
}
@media only screen and (min-width: 768px) and (any-hover: hover) {
  .header .btn-menu {
    transition: 0.3s;
  }
  .header .btn-menu:hover {
    opacity: 0.3;
  }
}
@media only screen and (min-width: 1000px) {
  .header .btn-menu {
    display: none;
  }
}
.header .menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
  background: #fff;
}
.is-menu-opened .header .menu {
  display: block;
}
.header .menu .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.header .menu .menu-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
}
.header .menu .menu-contents {
  position: relative;
  width: 76.8vw;
  margin-inline: auto;
  padding-block: 11.733333333333333vw;
}
.header .menu .heading {
  font-size: 5.066666666666666vw;
  line-height: 1;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}
.header .menu .list-menu {
  margin-top: 7.466666666666668vw;
  padding-left: 12vw;
}
.header .menu .list-menu li {
  font-family: 'Noto Serif JP', serif;
  font-size: 4.533333333333333vw;
}
.header .menu .list-menu li:not(:first-child) {
  margin-top: 2.8vw;
}
.header .menu .list-menu li a {
  display: block;
}
.header .menu .btn-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8.666666666666668vw;
  padding-left: 6.133333333333333vw;
  height: 11.066666666666666vw;
  font-size: 4.8vw;
  letter-spacing: 0.025em;
  color: #fff;
  font-weight: bold;
  border-radius: 2.133333333333333vw;
  background: #ff7d94;
}
.header .menu .btn-tel .btn-icon {
  width: 7.333333333333333vw;
  height: 6.133333333333333vw;
  margin-right: 3.066666666666666vw;
  margin-top: -0.4vw;
  fill: #fff;
}
.header .menu .btn-tel .btn-text {
  margin-top: -0.8vw;
}
.header .menu .menu-btn-close {
  position: fixed;
  top: 4.533333333333333vw;
  right: 4vw;
  width: 7.333333333333333vw;
  height: 7.333333333333333vw;
}
.header .menu .menu-btn-close::before,
.header .menu .menu-btn-close::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -1.066666666666667vw;
  width: 9.6vw;
  height: 0.4vw;
  margin-top: -0.533333333333333vw;
  background: #000;
}
.header .menu .menu-btn-close::before {
  transform: rotate(-45deg);
}
.header .menu .menu-btn-close::after {
  transform: rotate(-135deg);
}
@media only screen and (min-width: 768px) {
  .header .menu .menu-contents {
    width: 576px;
    padding-top: 88px;
    padding-bottom: 210px;
  }
  .header .menu .heading {
    font-size: 3.8rem;
    line-height: 1;
  }
  .header .menu .list-menu {
    margin-top: 56px;
    padding-left: 90px;
  }
  .header .menu .list-menu li {
    font-size: 2.4rem;
  }
  .header .menu .list-menu li:not(:first-child) {
    margin-top: 10px;
  }
  .header .menu .btn-tel {
    margin-inline: auto;
    margin-top: 65px;
    padding-left: 16px;
    width: 300px;
    height: 44px;
    font-size: 1.8rem;
    letter-spacing: 0.025em;
    border-radius: 16px;
  }
  .header .menu .btn-tel .btn-icon {
    width: 29px;
    height: 24px;
    margin-right: 13px;
    margin-top: -3px;
  }
  .header .menu .btn-tel .btn-text {
    margin-top: 0;
  }
  .header .menu .menu-btn-close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .header .menu .menu-btn-close::before,
  .header .menu .menu-btn-close::after {
    position: absolute;
    top: 50%;
    left: -6px;
    width: 52px;
    height: 3px;
    margin-top: -2px;
  }
}
@media only screen and (min-width: 768px) and (any-hover: hover) {
  .header .menu .menu-btn-close {
    transition: 0.3s;
  }
  .header .menu .menu-btn-close:hover {
    opacity: 0.3;
  }
}
.page-blog .page-contents {
  margin-inline: auto;
  padding-block: 0.533333333333333vw 16.8vw;
  padding-inline: 8.666666666666668vw;
  position: relative;
  font-size: 4vw;
  line-height: 1.733333333333333;
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 768px) {
  .page-blog .page-contents {
    padding-block: 222px 100px;
    padding-inline: 0;
    width: 724px;
    font-size: 1.4rem;
    line-height: 2.142857142857143;
    letter-spacing: 0.025em;
  }
}
.page-blog .bg-item {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .page-blog .bg-item {
    right: 8.799999999999999vw;
    width: 20.266666666666666vw;
    height: 15.466666666666667vw;
    top: -2.133333333333333vw;
    background: url("../img/blog/bg-pink.png?hash=9382ed8cd8a4d239e803aa6dcf14a0e7") center 0 no-repeat;
    background-size: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .page-blog .bg-item {
    left: -288px;
    width: 335px;
    height: 354px;
    top: 0;
    background: url("../img/blog/pc/bg-pink.png?hash=ec5c8e73c355466279d767b85217e53a") center top no-repeat;
  }
}
.page-blog .page-heading {
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 9.066666666666666vw;
  position: relative;
  font-size: 5.600000000000001vw;
  line-height: 1.571428571428571;
  letter-spacing: 0.1em;
  margin-left: -2.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-blog .page-heading {
    margin-bottom: 94px;
    margin-left: 0;
    font-size: 3.3rem;
    line-height: 1.636363636363636;
    letter-spacing: 0.1em;
  }
}
.page-blog .img {
  margin-inline: auto;
}
.page-blog .img-1 {
  margin-top: 5.333333333333334vw;
  width: 81.06666666666666vw;
}
@media only screen and (min-width: 768px) {
  .page-blog .img-1 {
    margin-top: 25px;
    width: 312px;
  }
}
.page-blog .img-2 {
  margin-top: 9.866666666666667vw;
  width: 82.66666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-blog .img-2 {
    margin-top: 44px;
    width: 480px;
  }
}
.page-blog .block {
  margin-top: 10.666666666666668vw;
}
@media only screen and (min-width: 768px) {
  .page-blog .block {
    margin-top: 56px;
  }
}
.page-blog .block .block-heading {
  margin-bottom: 0.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-blog .block .block-heading {
    margin-bottom: 6px;
  }
}
.page-blog .block .block-heading .block-heading-line {
  display: block;
  font-weight: bold;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5.066666666666666vw;
  line-height: 1.789473684210526;
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 768px) {
  .page-blog .block .block-heading .block-heading-line {
    font-size: 2rem;
    line-height: 1.8;
    display: inline-block;
  }
}
.page-blog .block .block-heading .block-heading-line:after {
  position: absolute;
  bottom: 1.6vw;
  left: -0.533333333333333vw;
  background: #ffdfcc;
  content: '';
  width: 100%;
  height: 2.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-blog .block .block-heading .block-heading-line:after {
    bottom: 3px;
    left: -4px;
    width: calc(100% + 13px);
    height: 15px;
  }
}
.page-blog .block .block-heading .block-heading-line span {
  position: relative;
  z-index: 1;
}
.page-blog .block-1 {
  margin-top: 12.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-blog .block-1 {
    margin-top: 68px;
  }
}
.page-blog .block-5 {
  margin-top: 12.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-blog .block-5 {
    margin-top: 64px;
  }
}
.page-blog .btn-contact-line {
  align-items: center;
  background: #00b900;
  border-radius: 1.866666666666667vw;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  margin-top: 8vw;
  padding-left: 1.866666666666667vw;
  width: 74.26666666666667vw;
  height: 13.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .page-blog .btn-contact-line {
    border-radius: 10px;
    margin-top: 78px;
    padding-left: 0;
    width: 660px;
    height: 54px;
  }
}
.page-blog .btn-contact-line .btn-icon {
  margin-right: 2vw;
  width: 8.799999999999999vw;
  height: 8.266666666666666vw;
}
@media only screen and (min-width: 768px) {
  .page-blog .btn-contact-line .btn-icon {
    margin-right: 7px;
    width: 36px;
    height: 34px;
  }
}
.page-blog .btn-contact-line .btn-text {
  font-size: 4.933333333333334vw;
  letter-spacing: 0.01em;
  color: #fff;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page-blog .btn-contact-line .btn-text {
    font-size: 2rem;
    letter-spacing: 0.01em;
  }
}
@media only screen and (min-width: 768px) {
  .page-case .section-case .block .heading,
  .page-case .section-voice .block .heading {
    padding-top: 10px;
  }
}
.page-case .section-case .section-inner {
  padding-top: 5.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .page-case .section-case .section-inner {
    padding-top: 218px;
  }
}
@media only screen and (min-width: 768px) {
  .page-case .section-case .block {
    padding-bottom: 30px;
  }
}
.page-case .section-voice .section-inner {
  padding-bottom: 21.333333333333336vw;
}
@media only screen and (min-width: 768px) {
  .page-case .section-voice .section-inner {
    padding-block: 58px 140px;
  }
  .page-case .section-voice .intro {
    padding-bottom: 32px;
    margin-bottom: 47px;
    background: url("../img/pc/bg-pink-landscape.jpg?hash=9528bf9d5ba6d03ef1a56a0d762242dd") center 0 no-repeat;
    background-size: 3334px 2550px;
  }
  .page-case .section-voice .intro .text {
    text-align: center;
  }
  .page-case .section-voice .intro .list-text {
    width: 533px;
    margin-inline: auto;
    margin-top: 21px;
    padding-inline: 80px;
    padding-top: 26px;
    padding-bottom: 28px;
  }
  .page-case .section-voice .block-container {
    display: flex;
    flex-wrap: wrap;
    gap: 38px 70px;
    width: 1000px;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 768px) {
  .js_isWin.page-case .section-case .block,
  .js_isWin.page-case .section-voice .block,
  .js_isWin.page-case .section-case .heading,
  .js_isWin.page-case .section-voice .heading {
    padding-top: 14px;
  }
}
.page-contact .section-contact .section-inner {
  padding-top: 5.066666666666666vw;
  padding-bottom: 21.333333333333336vw;
}
.page-contact .section-contact .section-contents {
  margin-top: 7.6vw;
}
.page-contact .section-contact .intro {
  padding-inline: 8.666666666666668vw;
}
.page-contact .section-contact .intro .text p:not(:first-child) {
  margin-top: 6.800000000000001vw;
}
.page-contact .section-contact .line {
  margin-top: 11.466666666666667vw;
}
.page-contact .section-contact .line .heading {
  font-size: 5.066666666666666vw;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
.page-contact .section-contact .line .contents {
  background: url("../img/bg-pink-portrait.jpg?hash=953f6553381db16a7d499dddb24c211a") center 0 no-repeat;
  background-size: 160vw 281.59999999999997vw;
  margin-top: 2.666666666666667vw;
  padding-top: 5.333333333333334vw;
  padding-bottom: 4.933333333333334vw;
  padding-inline: 8.666666666666668vw;
}
.page-contact .section-contact .line .btn-container {
  width: 76.8vw;
  margin: 8vw auto 0;
}
.page-contact .section-contact .line .btn-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11.066666666666666vw;
  font-size: 4.8vw;
  letter-spacing: 0.025em;
  color: #fff;
  font-weight: bold;
  border-radius: 2.133333333333333vw;
}
.page-contact .section-contact .line .btn-container a:not(:first-child) {
  margin-top: 3.066666666666666vw;
}
.page-contact .section-contact .line .btn-container .btn-icon {
  fill: #fff;
}
.page-contact .section-contact .line .btn-container .btn-line {
  padding-left: 0.8vw;
  background: #00b900;
}
.page-contact .section-contact .line .btn-container .btn-line .btn-icon {
  width: 7.333333333333333vw;
  height: 6.933333333333333vw;
  margin-right: 3.2vw;
}
.page-contact .section-contact .line .btn-container .btn-line .btn-text span {
  margin-right: 1.066666666666667vw;
}
.page-contact .section-contact .line .btn-container .btn-tel {
  padding-left: 6.133333333333333vw;
  background: #ff7d94;
}
.page-contact .section-contact .line .btn-container .btn-tel .btn-icon {
  width: 7.333333333333333vw;
  height: 6.133333333333333vw;
  margin-right: 3.066666666666666vw;
  margin-top: -0.4vw;
}
.page-contact .section-contact .line .btn-container .btn-salon {
  background: #ff8b44;
}
@media only screen and (min-width: 768px) {
  .page-contact .section-contact {
    scroll-margin-top: 170px;
  }
  .page-contact .section-contact .section-inner {
    padding-top: 216px;
    padding-bottom: 140px;
  }
  .page-contact .section-contact .section-contents {
    margin-top: 40px;
  }
  .page-contact .section-contact .intro {
    max-width: 574px;
    margin-inline: auto;
    padding-inline: 0;
  }
  .page-contact .section-contact .intro .text p:not(:first-child) {
    margin-top: 30px;
  }
  .page-contact .section-contact .line {
    margin-top: 20px;
  }
  .page-contact .section-contact .line .heading {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
  .page-contact .section-contact .line .contents {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline: 65px;
    background: url("../img/pc/bg-pink-landscape.jpg?hash=9528bf9d5ba6d03ef1a56a0d762242dd") center 0 no-repeat;
    background-size: 3334px 2550px;
  }
  .page-contact .section-contact .line .contents-inner {
    max-width: 430px;
    margin-inline: auto;
  }
  .page-contact .section-contact .line .btn-container {
    width: 300px;
    margin: 34px auto 0;
  }
  .page-contact .section-contact .line .btn-container a {
    height: 44px;
    font-size: 1.8rem;
    letter-spacing: 0.025em;
    border-radius: 10px;
  }
  .page-contact .section-contact .line .btn-container a:not(:first-child) {
    margin-top: 11px;
  }
  .page-contact .section-contact .line .btn-container .btn-line {
    padding-left: 0;
  }
  .page-contact .section-contact .line .btn-container .btn-line .btn-icon {
    width: 29px;
    height: 27px;
    margin-right: 12px;
  }
  .page-contact .section-contact .line .btn-container .btn-line .btn-text span {
    margin-right: 8px;
  }
  .page-contact .section-contact .line .btn-container .btn-tel {
    padding-left: 16px;
  }
  .page-contact .section-contact .line .btn-container .btn-tel .btn-icon {
    width: 29px;
    height: 24px;
    margin-right: 13px;
    margin-top: -3px;
  }
}
.page-menu-lower .page-heading {
  font-size: 5.066666666666666vw;
  line-height: 1;
  font-family: 'Noto Serif JP', serif;
  margin-top: 1.066666666666667vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .page-heading {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    margin-top: 195px;
  }
}
.page-menu-lower .section-hero {
  font-family: 'Noto Serif JP', serif;
  background: url("../img/bg-pink-portrait.jpg?hash=953f6553381db16a7d499dddb24c211a") center 0 no-repeat;
  background-size: 160vw 281.59999999999997vw;
  margin-top: 5.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-hero {
    background: url("../img/pc/bg-pink-landscape.jpg?hash=9528bf9d5ba6d03ef1a56a0d762242dd") center 0 no-repeat;
    background-size: 3334px 2550px;
    margin-top: 46px;
  }
}
.page-menu-lower .section-hero .section-inner {
  padding-bottom: 6.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-hero .section-inner {
    display: flex;
    margin-inline: auto;
    padding-bottom: 0;
    width: 1000px;
  }
}
.page-menu-lower .section-hero .img-container {
  display: flex;
  position: relative;
}
.page-menu-lower .section-hero .img-container .img {
  flex-shrink: 0;
  width: 53.6vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-hero .img-container .img {
    width: 270px;
  }
}
.page-menu-lower .section-hero .img-container .img.img-1 {
  position: relative;
  z-index: 1;
}
.page-menu-lower .section-hero .img-container .img.img-2 {
  margin-left: -7.199999999999999vw;
  margin-top: 10vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-hero .img-container .img.img-2 {
    margin-left: -40px;
    margin-top: 52px;
  }
}
.page-menu-lower .section-hero .img-container .copy {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 4.533333333333333vw;
  line-height: 1.911764705882353;
  letter-spacing: 0.05em;
  color: #fff;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-hero .img-container .copy {
    font-size: 2.2rem;
    line-height: 1.909090909090909;
    letter-spacing: 0.05em;
  }
}
.page-menu-lower .section-hero .text-container {
  margin-top: 6.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-hero .text-container {
    margin-top: 90px;
  }
}
.page-menu-lower .section-hero .text-container .section-hero-heading {
  min-height: 12.133333333333333vw;
  position: relative;
  font-size: 5.066666666666666vw;
  line-height: 1.526315789473684;
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-hero .text-container .section-hero-heading {
    min-height: 52px;
    font-size: 2.2rem;
    line-height: 1.454545454545455;
    letter-spacing: 0.05em;
  }
}
.page-menu-lower .section-hero .text-container .section-hero-heading span {
  position: relative;
  z-index: 1;
}
.page-menu-lower .section-hero .text-container .section-hero-heading::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  display: block;
  margin-left: -26.400000000000002vw;
  width: 50.93333333333333vw;
  height: 12.133333333333333vw;
  background: url("../img/heading-decoration-orange.svg?hash=3a5011e3e9c43a238c26d9374f8ac117") center 0 no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-hero .text-container .section-hero-heading::before {
    margin-left: -116px;
    width: 220px;
    height: 52px;
  }
}
.page-menu-lower .section-hero .text-container ul {
  margin-left: 7.199999999999999vw;
  margin-top: 2.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-hero .text-container ul {
    margin-left: 126px;
    margin-top: 18px;
  }
}
.page-menu-lower .section-hero .text-container ul li {
  align-items: center;
  display: flex;
  font-size: 4vw;
  letter-spacing: 0.001em;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-hero .text-container ul li {
    font-size: 1.8rem;
    letter-spacing: 0.001em;
  }
}
.page-menu-lower .section-hero .text-container ul li:not(:first-child) {
  margin-top: 1.6vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-hero .text-container ul li:not(:first-child) {
    margin-top: 4px;
  }
}
.page-menu-lower .section-hero .text-container ul li .icon-check {
  margin-right: 2.4vw;
  margin-top: 0.266666666666667vw;
  width: 3.466666666666666vw;
  height: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-hero .text-container ul li .icon-check {
    margin-right: 9px;
    margin-top: 0px;
    width: 16px;
    height: 14px;
  }
}
.page-menu-lower .section-hero .text-container ul li .icon-check img {
  vertical-align: top;
}
.page-menu-lower .section-about .section-inner {
  padding-block: 13.333333333333334vw 20.533333333333335vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-about .section-inner {
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    padding-block: 70px 100px;
    width: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-about .text-container {
    margin-left: 35px;
    margin-top: 186px;
    width: 417px;
  }
}
.page-menu-lower .section-about .text-container p:not(:first-child) {
  margin-top: 7.199999999999999vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-about .text-container p:not(:first-child) {
    margin-top: 30px;
  }
}
.page-menu-lower .section-about .section-about-heading {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 5.2vw;
  line-height: 1.666666666666667;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-about .section-about-heading {
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
.page-menu-lower .section-about .section-about-heading::after {
  background: #ffdfcc;
  content: '';
  display: block;
  margin-inline: auto;
  margin-top: 3.466666666666666vw;
  width: 82.66666666666667vw;
  height: 1.333333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-about .section-about-heading::after {
    margin-top: 10px;
    width: 100%;
    height: 5px;
  }
}
.page-menu-lower .section-about .section-contents {
  padding-inline: 8.666666666666668vw;
  padding-top: 7.199999999999999vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-about .section-contents {
    padding-inline: 0;
    padding-top: 29px;
  }
}
.page-menu-lower .section-about .section-contents dt:not(:first-child) {
  margin-top: 6.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-about .section-contents dt:not(:first-child) {
    margin-top: 30px;
  }
}
.page-menu-lower .section-about .about-img-container {
  margin-top: 14.000000000000002vw;
  padding-inline: 8.666666666666668vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-about .about-img-container {
    margin-top: 0;
    padding-inline: 0;
    width: 464px;
  }
}
.page-menu-lower .section-about .about-img-container .block:not(:first-child) {
  margin-top: 6.800000000000001vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-about .about-img-container .block:not(:first-child) {
    margin-top: 29px;
  }
}
.page-menu-lower .section-about .about-img-container .block .heading {
  padding: 1.733333333333333vw 2.133333333333333vw;
  font-size: 4vw;
  line-height: 1.733333333333333;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page-menu-lower .section-about .about-img-container .block .heading {
    background: url("../img/bg-pink-landscape.jpg?hash=2e536956935388c04bd5a5dbf7761fbc") 0 0 no-repeat;
    background-size: 133.33333333333331vw 41.06666666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-about .about-img-container .block .heading {
    background: url("../img/pc/bg-pink-landscape.jpg?hash=9528bf9d5ba6d03ef1a56a0d762242dd") 0 0 no-repeat;
    background-size: 3334px 2550px;
  }
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-about .about-img-container .block .heading {
    padding: 12px 23px 10px;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.page-menu-lower .section-about .about-img-container .block .img-container {
  display: flex;
}
.page-menu-lower .section-about .about-img-container .block .text {
  margin-top: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-about .about-img-container .block .text {
    margin-top: 36px;
  }
}
.page-menu-lower .section-about.section-about-noimg .section-inner {
  -webkit-padding-after: 11.200000000000001vw;
          padding-block-end: 11.200000000000001vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-about.section-about-noimg .section-inner {
    -webkit-padding-after: 54px;
            padding-block-end: 54px;
    width: 680px;
    margin-inline: auto;
  }
}
.page-menu-lower .section-about.section-about-noimg .section-contents {
  padding-top: 6.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-about.section-about-noimg .section-contents {
    padding-top: 29px;
  }
}
.page-menu-lower .section-about.section-about-noimg .text-container {
  width: 100%;
  margin: 0;
}
.page-menu-lower .section-menu .section-contents {
  margin-top: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-menu .section-contents {
    margin-inline: auto;
    margin-top: 33px;
    width: 700px;
  }
}
.page-menu-lower .section-menu .main-text {
  padding-inline: 8.666666666666668vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-menu .main-text {
    padding-inline: 80px;
  }
}
.page-menu-lower .section-menu .menu-list {
  background: #ffdfcc;
  margin-top: 5.866666666666666vw;
  padding-block: 5.333333333333334vw;
  padding-inline: 8.666666666666668vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-menu .menu-list {
    margin-top: 45px;
    padding-block: 18px;
    padding-inline: 18px;
  }
}
.page-menu-lower .section-menu .menu-list-inner {
  background: #fffaf2;
  padding-block: 4.933333333333334vw;
  padding-inline: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-menu .menu-list-inner {
    padding-block: 22px 8px;
    padding-inline: 22px;
  }
}
.page-menu-lower .section-menu .menu-list-block:not(:first-child) {
  margin-top: 6vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-menu .menu-list-block:not(:first-child) {
    margin-top: 23px;
  }
}
.page-menu-lower .section-menu .menu-list-block .menu-name {
  background: #efb094;
  color: #fff;
  padding-block: 2.266666666666667vw 2vw;
  text-align: center;
  font-size: 4vw;
  line-height: 1.466666666666667;
  letter-spacing: 0.025em;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-menu .menu-list-block .menu-name {
    padding-block: 5px 4px;
    font-size: 1.5rem;
    line-height: 1.466666666666667;
    letter-spacing: 0.025em;
  }
}
.page-menu-lower .section-menu .menu-list-block .menu-contents {
  border: 0.266666666666667vw solid #efb094;
  border-top: none;
  padding-block: 3.733333333333334vw 4.266666666666667vw;
  padding-inline: 2.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-menu .menu-list-block .menu-contents {
    align-items: center;
    border-width: 1px;
    display: flex;
    justify-content: space-between;
    padding-block: 14px 10px;
    padding-inline: 60px;
    font-size: 1.4rem;
    line-height: 1.571428571428571;
  }
}
.page-menu-lower .section-menu .menu-list-block .menu-contents ul {
  margin-left: -0.2em;
}
.page-menu-lower .section-menu .menu-list-block .menu-contents .text-shrink {
  display: block;
  margin-right: -1em;
}
.page-menu-lower .section-menu .menu-list-block .menu-contents .menu-price {
  font-weight: bold;
  margin-right: -0.5em;
  margin-top: 3.333333333333333vw;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-menu .menu-list-block .menu-contents .menu-price {
    margin-right: 0;
    margin-top: 25px;
    padding-bottom: 31px;
    text-align: left;
    width: 149px;
  }
}
.page-menu-lower .section-menu .menu-list-notes {
  margin-top: 0.8vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-menu .menu-list-notes {
    margin-top: 0;
    text-align: right;
  }
}
.page-menu-lower .section-menu .menu-list-notes +.menu-list-block {
  margin-top: 4vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-menu .menu-list-notes +.menu-list-block {
    margin-top: 4px;
  }
}
.page-menu-lower .section-menu .menu-notes {
  font-size: 3.733333333333334vw;
  line-height: 1.857142857142857;
  letter-spacing: 0.01em;
  margin-inline: auto;
  margin-top: 3.2vw;
  width: 82.66666666666667vw;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-menu .menu-notes {
    font-size: 1.4rem;
    line-height: 1.571428571428571;
    letter-spacing: 0.01em;
    margin-top: 7px;
    text-align: right;
    width: 100%;
  }
}
.page-menu-lower .section-menu .menu-option {
  margin-top: 12.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-menu .menu-option {
    margin-top: 48px;
  }
}
.page-menu-lower .section-menu .menu-option .menu-option-heading {
  text-align: center;
  font-size: 5.066666666666666vw;
  font-family: 'Noto Serif JP', serif;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-menu .menu-option .menu-option-heading {
    font-size: 2rem;
    line-height: 1;
  }
}
.page-menu-lower .section-menu .menu-option .menu-option-heading .sub {
  display: block;
  font-size: 4.266666666666667vw;
  margin-top: 0.266666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-menu .menu-option .menu-option-heading .sub {
    font-size: 1.7rem;
    margin-top: 9px;
  }
}
.page-menu-lower .section-menu .menu-option .menu-option-contents {
  margin-top: 4.533333333333333vw;
  padding-block: 7.6vw;
  padding-inline: 8.799999999999999vw;
}
@media only screen and (max-width: 767px) {
  .page-menu-lower .section-menu .menu-option .menu-option-contents {
    background: url("../img/bg-pink-portrait.jpg?hash=953f6553381db16a7d499dddb24c211a") center 0 no-repeat;
    background-size: 160vw 281.59999999999997vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-menu .menu-option .menu-option-contents {
    background: url("../img/pc/bg-pink-portrait.jpg?hash=4cfc66d3d5f923b6b20c786345bfc2ea") center top no-repeat;
    background-size: 661px 1851px;
  }
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-menu .menu-option .menu-option-contents {
    background-size: cover;
    margin-top: 30px;
    padding-block: 28px;
    padding-inline: 28px;
  }
}
.page-menu-lower .section-menu .menu-option .menu-option-contents .menu-option-contents-inner {
  background: #fff;
  padding-block: 4.533333333333333vw 3.466666666666666vw;
  padding-inline: 4vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-menu .menu-option .menu-option-contents .menu-option-contents-inner {
    padding-block: 26px 26px;
    padding-inline: 114px 110px;
  }
  .page-menu-lower .section-menu .menu-option .menu-option-contents .menu-option-contents-inner li {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.page-menu-lower .section-menu .menu-option .menu-option-contents .menu-option-price {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-menu .menu-option .menu-option-contents .menu-option-price {
    text-align: left;
  }
}
.page-menu-lower .section-menu .btn-contact {
  background: #fff0ee;
  margin-top: 15.733333333333333vw;
  padding-block: 7.199999999999999vw 8vw;
  padding-right: 1.333333333333333vw;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-menu .btn-contact {
    background: none;
    margin-top: 75px;
    padding: 0;
  }
}
.page-menu-lower .section-menu .btn-contact a {
  align-items: center;
  background: #ff7d94;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  padding-bottom: 0.8vw;
  width: 70.13333333333334vw;
  height: 14.399999999999999vw;
  font-size: 5.066666666666666vw;
  border-radius: 1.333333333333333vw;
  box-shadow: 0.8vw 0.933333333333333vw 0 0 #ffd8c0;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page-menu-lower .section-menu .btn-contact a {
    padding-bottom: 0;
    width: 100%;
    height: 58px;
    font-size: 2rem;
    border-radius: 6px;
    box-shadow: 4px 5px 0 0 #ffd8c0;
  }
}
@media only screen and (min-width: 768px) {
  .page-menu-1 .section-about .section-inner,
  .page-menu-2 .section-about .section-inner {
    padding-top: 64px;
  }
}
@media only screen and (min-width: 768px) {
  .page-menu-1 .section-about .text-container,
  .page-menu-2 .section-about .text-container {
    margin-top: 0;
  }
}
.page-menu-1 .section-about .about-img-container,
.page-menu-2 .section-about .about-img-container {
  padding-inline: 0;
}
@media only screen and (min-width: 768px) {
  .page-menu-1 .section-about .about-img-container,
  .page-menu-2 .section-about .about-img-container {
    margin-right: 36px;
  }
}
.page-menu-1 .section-about .about-img-container .img-container,
.page-menu-2 .section-about .about-img-container .img-container {
  display: flex;
}
.page-menu-1 .section-about .about-img-container .img-container .img,
.page-menu-2 .section-about .about-img-container .img-container .img {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .page-menu-1 .section-about .about-img-container .img-container .img,
  .page-menu-2 .section-about .about-img-container .img-container .img {
    flex-shrink: 0;
    width: 250px;
  }
}
.page-menu-1 .section-hero .img-container .copy {
  padding-bottom: 4vw;
  padding-right: 1.333333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-1 .section-hero .img-container .copy {
    padding-bottom: 10px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-menu-1 .section-hero .text-container .section-hero-heading {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .page-menu-1 .section-hero .text-container ul {
    margin-left: 82px;
  }
}
@media only screen and (min-width: 768px) {
  .page-menu-1 .section-about .about-img-container {
    margin-top: 68px;
  }
}
.page-menu-2 .section-hero .img-container .copy {
  padding-bottom: 3.733333333333334vw;
  padding-right: 1.333333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-2 .section-hero .img-container .copy {
    padding-bottom: 10px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-menu-2 .section-hero .text-container {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .page-menu-2 .section-hero .text-container .section-hero-heading {
    margin-left: 122px;
  }
}
@media only screen and (min-width: 768px) {
  .page-menu-2 .section-hero .text-container ul {
    margin-left: 126px;
  }
}
@media only screen and (min-width: 768px) {
  .page-menu-2 .section-about .section-inner {
    padding-bottom: 54px;
  }
}
@media only screen and (min-width: 768px) {
  .page-menu-2 .section-about .about-img-container {
    margin-top: 200px;
  }
}
.page-menu-2 .section-flow .section-flow-heading {
  color: #ff3d5f;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 5.2vw;
  line-height: 1.666666666666667;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .page-menu-2 .section-flow .section-flow-heading {
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
.page-menu-2 .section-flow .section-flow-heading::after {
  background: #ffdfcc;
  content: '';
  display: block;
  margin-inline: auto;
  margin-top: 0.8vw;
  width: 82.66666666666667vw;
  height: 1.333333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-2 .section-flow .section-flow-heading::after {
    margin-top: 10px;
    width: 417px;
    height: 5px;
  }
}
.page-menu-2 .section-flow .section-inner {
  padding-bottom: 19.2vw;
  padding-inline: 8.666666666666668vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-2 .section-flow .section-inner {
    margin-inline: auto;
    padding-bottom: 90px;
    padding-inline: 0;
    width: 908px;
  }
}
.page-menu-2 .section-flow .flow-list {
  margin-top: 8.799999999999999vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-2 .section-flow .flow-list {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 96px;
    margin-top: 40px;
  }
}
.page-menu-2 .section-flow .flow-list li {
  padding-left: 0;
  text-indent: 0;
}
@media only screen and (min-width: 768px) {
  .page-menu-2 .section-flow .flow-list li {
    width: 406px;
  }
}
.page-menu-2 .section-flow .flow-list li:not(:first-child) {
  margin-top: 7.733333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-2 .section-flow .flow-list li:not(:first-child) {
    margin-top: 0;
  }
}
.page-menu-2 .section-flow .flow-list .heading {
  color: #ff3d5f;
  margin-top: 1.866666666666667vw;
  font-size: 5.066666666666666vw;
  line-height: 1;
  align-items: center;
  display: flex;
  font-family: 'Noto Serif JP', serif;
}
@media only screen and (min-width: 768px) {
  .page-menu-2 .section-flow .flow-list .heading {
    margin-top: 12px;
    font-size: 2rem;
    line-height: 1;
  }
}
.page-menu-2 .section-flow .flow-list .heading .num {
  margin-right: 0.533333333333333vw;
  font-size: 6.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-2 .section-flow .flow-list .heading .num {
    margin-right: 4px;
    font-size: 2.5rem;
  }
}
.page-menu-2 .section-flow .flow-list .text {
  margin-top: 1.333333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-2 .section-flow .flow-list .text {
    margin-top: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .page-menu-2 .section-menu .main-text {
    padding-inline: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .page-menu-2 .section-menu .menu-notes {
    width: 88vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-menu-3 .section-hero .text-container .section-hero-heading {
    margin-left: 124px;
  }
}
.page-menu-3 .section-hero .img-container .copy {
  padding-bottom: 7.466666666666668vw;
  padding-right: 0.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-menu-3 .section-hero .img-container .copy {
    padding-bottom: 10px;
    padding-right: 0;
  }
}
.page-menu .page-heading {
  position: relative;
  font-size: 5.600000000000001vw;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  margin-top: 0.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-menu .page-heading {
    font-size: 2.6rem;
    margin-top: 213px;
  }
}
.page-menu .page-heading .page-heading-text {
  position: relative;
}
.page-menu .page-heading .bg-item {
  position: absolute;
  top: -2.4vw;
  left: 50%;
  width: 20.266666666666666vw;
  height: 15.466666666666667vw;
  margin-left: 11.733333333333333vw;
  background: url("../img/top/kv-decoration.jpg?hash=b4c3a0ac393c4476796109522578ff3a") center 0 no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .page-menu .page-heading .bg-item {
    top: -14px;
    width: 120px;
    height: 90px;
    margin-left: 49px;
  }
}
.page-menu .section-trouble .section-inner {
  padding-top: 11.600000000000001vw;
  padding-bottom: 21.333333333333336vw;
}
.page-menu .section-trouble .section-heading {
  letter-spacing: -0.01em;
}
.page-menu .section-trouble .section-contents {
  margin-top: 5.333333333333334vw;
}
.page-menu .section-trouble .block {
  padding-inline: 8.666666666666668vw;
  padding-top: 7.6vw;
  padding-bottom: 7.6vw;
}
@media only screen and (max-width: 767px) {
  .page-menu .section-trouble .block {
    background: url("../img/bg-pink-portrait.jpg?hash=953f6553381db16a7d499dddb24c211a") center 0 no-repeat;
    background-size: 160vw 281.59999999999997vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-menu .section-trouble .block {
    background: url("../img/pc/bg-pink-portrait.jpg?hash=4cfc66d3d5f923b6b20c786345bfc2ea") center top no-repeat;
    background-size: 661px 1851px;
  }
}
.page-menu .section-trouble .block .block-inner {
  padding-top: 4.666666666666667vw;
  padding-bottom: 5.333333333333334vw;
  background: #fff;
}
.page-menu .section-trouble .block .heading {
  position: relative;
  min-height: 12.133333333333333vw;
  font-size: 5.066666666666666vw;
  line-height: 1.526315789473684;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
.page-menu .section-trouble .block .heading span {
  position: relative;
  z-index: 1;
}
.page-menu .section-trouble .block .heading::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  width: 50.93333333333333vw;
  height: 12.133333333333333vw;
  margin-left: -26.400000000000002vw;
  background: url("../img/heading-decoration-orange.svg?hash=3a5011e3e9c43a238c26d9374f8ac117") center 0 no-repeat;
  background-size: 100%;
}
.page-menu .section-trouble .block .contents > .img {
  margin-top: 1.333333333333333vw;
}
.page-menu .section-trouble .block .img-container {
  display: flex;
  margin-top: 1.333333333333333vw;
}
.page-menu .section-trouble .block .img-container .img {
  width: 44.266666666666666vw;
}
.page-menu .section-trouble .block .img-container .img:last-of-type {
  margin-top: 8.266666666666666vw;
  margin-left: -5.866666666666666vw;
}
.page-menu .section-trouble .block .list-trouble {
  text-align: center;
  margin-top: 4.8vw;
}
.page-menu .section-trouble .block .list-trouble::after {
  display: block;
  margin-inline: auto;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-right: 8.799999999999999vw solid transparent;
  border-left: 8.799999999999999vw solid transparent;
  border-top: 6.933333333333333vw solid #ffdfcc;
  border-bottom: 0;
  margin-top: 2.666666666666667vw;
}
.page-menu .section-trouble .block:nth-child(even) .img-container .img:first-of-type {
  position: relative;
  z-index: 1;
}
.page-menu .section-trouble .block:nth-child(4) .img {
  width: 52.800000000000004vw;
  margin-inline: auto;
}
.page-menu .section-trouble .block .text-container {
  text-align: center;
}
.page-menu .section-trouble .block .text-underline {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #ffab7b;
  text-decoration-thickness: 0.266666666666667vw;
  text-underline-offset: 1.066666666666667vw;
  margin-top: 2.133333333333333vw;
  margin-bottom: 3.733333333333334vw;
  font-weight: bold;
}
.page-menu .section-trouble .block .btn-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  width: 74.4vw;
  height: 11.600000000000001vw;
  margin-top: 4.8vw;
  border-radius: 2.666666666666667vw;
  background: #ffac7a;
}
.page-menu .section-trouble .block .btn-detail .btn-text {
  font-weight: bold;
  color: #fff;
  font-size: 4.133333333333333vw;
  line-height: 1;
  letter-spacing: 0.15em;
}
.page-menu .section-trouble .block .btn-detail .btn-icon {
  width: 4.266666666666667vw;
  height: 4.266666666666667vw;
  margin-right: 2.933333333333333vw;
}
.page-menu .section-trouble .block .btn-detail .btn-icon svg {
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .page-menu .section-trouble {
    scroll-margin-top: 140px;
  }
  .page-menu .section-trouble .section-inner {
    padding-top: 118px;
    padding-bottom: 140px;
  }
  .page-menu .section-trouble .section-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 70px;
    max-width: 1000px;
    margin-inline: auto;
    margin-top: 44px;
  }
  .page-menu .section-trouble .block {
    width: 465px;
    padding-inline: 28px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .page-menu .section-trouble .block .block-inner {
    padding-top: 30px;
    padding-bottom: 20px;
    height: 100%;
  }
  .page-menu .section-trouble .block .heading {
    min-height: 58px;
    font-size: 2.2rem;
    line-height: 1.636363636363636;
    letter-spacing: 0.05em;
  }
  .page-menu .section-trouble .block .heading::before {
    width: 242px;
    height: 58px;
    margin-left: -126px;
  }
  .page-menu .section-trouble .block .contents > .img {
    margin-top: 7px;
  }
  .page-menu .section-trouble .block .img-container {
    margin-top: 7px;
  }
  .page-menu .section-trouble .block .img-container .img {
    width: 220px;
  }
  .page-menu .section-trouble .block .img-container .img:last-of-type {
    margin-top: 40px;
    margin-left: -32px;
  }
  .page-menu .section-trouble .block .text {
    margin-top: 16px;
    padding-left: 26px;
    padding-right: 26px;
  }
  .page-menu .section-trouble .block:nth-child(4) .img {
    width: 262px;
  }
  .page-menu .section-trouble .block .text-container {
    font-size: 1.6rem;
  }
  .page-menu .section-trouble .block .list-trouble {
    margin-top: 19px;
    font-size: 1.4rem;
  }
  .page-menu .section-trouble .block .list-trouble::after {
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 24px solid #ffdfcc;
    margin-top: 8px;
  }
  .page-menu .section-trouble .block .text-underline {
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .page-menu .section-trouble .block .btn-detail {
    width: 310px;
    height: 48px;
    margin-top: 10px;
    border-radius: 10px;
  }
  .page-menu .section-trouble .block .btn-detail .btn-text {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.15em;
  }
  .page-menu .section-trouble .block .btn-detail .btn-icon {
    width: 18px;
    height: 18px;
    margin-right: 12px;
  }
}
.page-recruit-new .heading-pink-line {
  position: relative;
  text-align: center;
}
.page-recruit-new .heading-pink-line .heading-text {
  position: relative;
  font-size: 5.333333333333334vw;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #4d4d4d;
  font-weight: bold;
  padding-left: 1.066666666666667vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .heading-pink-line .heading-text {
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 0.2em;
    padding-left: 8px;
  }
}
.page-recruit-new .heading-pink-line .heading-text::after {
  position: absolute;
  bottom: -0.933333333333333vw;
  left: 0;
  background: #fff0ee;
  content: '';
  width: 100%;
  height: 2.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .heading-pink-line .heading-text::after {
    bottom: -8px;
    height: 18px;
  }
}
.page-recruit-new .heading-pink-line .heading-text-item {
  position: relative;
  z-index: 1;
}
.page-recruit-new .heading-pink-line .heading-text-item span {
  display: inline-block;
}
.page-recruit-new .kv {
  margin-top: 0.8vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .kv {
    margin-top: 195px;
  }
}
.page-recruit-new .kv .kv-copy {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1000/890;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .kv .kv-copy {
    aspect-ratio: 2000/778;
  }
}
.page-recruit-new .kv .kv-copy .kv-copy-item {
  position: absolute;
  right: 0vw;
  top: 0.266666666666667vw;
  width: 52.53333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .kv .kv-copy .kv-copy-item {
    right: 15.384615384615385%;
    top: 6.746031746031746%;
    width: 26.53846153846154%;
  }
}
.page-recruit-new .kv .kv-slider {
  aspect-ratio: 1000/890;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .kv .kv-slider {
    aspect-ratio: 2000/778;
  }
}
.page-recruit-new .kv .kv-slider > div {
  position: absolute;
  top: 50%;
  left: 50%;
  animation: slideshow 16s linear infinite;
  height: auto;
  opacity: 0;
  transform: translate(-50%, -50%);
  width: 100%;
}
.page-recruit-new .kv .kv-slider > div:nth-child(2) {
  animation-delay: 4s;
}
.page-recruit-new .kv .kv-slider > div:nth-child(3) {
  animation-delay: 8s;
}
.page-recruit-new .kv .kv-slider > div:nth-child(4) {
  animation-delay: 12s;
}
.page-recruit-new .kv .kv-text {
  position: absolute;
  bottom: 1.333333333333333vw;
  left: 2.133333333333333vw;
  width: 58.4vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .kv .kv-text {
    bottom: 2.615384615384615%;
    left: 12.307692307692308%;
    width: 20.46153846153846%;
  }
}
.page-recruit-new .page-heading {
  margin-top: 10.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .page-heading {
    margin-top: 68px;
  }
}
.page-recruit-new .page-heading .heading-text {
  font-size: 5.333333333333334vw;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-left: 1.066666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .page-heading .heading-text {
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-left: 0;
  }
}
.page-recruit-new .page-nav {
  padding-bottom: 1.333333333333333vw;
  padding-left: 3.333333333333333vw;
  padding-top: 5.333333333333334vw;
}
.page-recruit-new .page-nav ul {
  display: grid;
  gap: 3.733333333333334vw 3.866666666666667vw;
  grid-auto-columns: 44.53333333333334vw;
  grid-auto-rows: 9.866666666666667vw;
  grid-template-areas: '. .';
  width: 100%;
}
.page-recruit-new .page-nav a {
  color: #fff;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 3.866666666666667vw;
  line-height: 1;
  background: #ff7d94;
  border-radius: 1.333333333333333vw;
  box-shadow: 0.8vw 0.933333333333333vw 0 0 #ffd8c0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 767px) {
  .page-recruit-new .page-nav li:nth-child(2) a,
  .page-recruit-new .page-nav li:nth-child(5) a {
    letter-spacing: -0.03em;
  }
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .page-nav {
    margin: 42px auto 0;
    max-width: 1000px;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .page-recruit-new .page-nav ul {
    gap: 18px;
    grid-auto-columns: 488px;
    grid-auto-rows: 51px;
  }
  .page-recruit-new .page-nav a {
    font-size: 1.9rem;
    border-radius: 5px;
    box-shadow: 4px 4px 0 0 #ffd8c0;
    padding-bottom: 2px;
  }
}
.page-recruit-new .btn-contact-line {
  align-items: center;
  background: #00b900;
  border-radius: 1.866666666666667vw;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  margin-top: 4vw;
  width: 93.33333333333333vw;
  height: 10.666666666666668vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .btn-contact-line {
    border-radius: 10px;
    margin-top: 20px;
    width: 1000px;
    height: 54px;
  }
}
.page-recruit-new .btn-contact-line .btn-icon {
  margin-right: 2vw;
  width: 6.933333333333333vw;
  height: 6.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .btn-contact-line .btn-icon {
    margin-right: 7px;
    width: 36px;
    height: 34px;
  }
}
.page-recruit-new .btn-contact-line .btn-text {
  font-size: 3.866666666666667vw;
  letter-spacing: 0.01em;
  color: #fff;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .btn-contact-line .btn-text {
    font-size: 2rem;
    letter-spacing: 0.01em;
  }
}
.page-recruit-new .section-intro {
  margin-top: 19.333333333333332vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-intro {
    margin-top: 86px;
  }
}
.page-recruit-new .section-intro .section-heading {
  margin-inline: auto;
  padding-block: 3.733333333333334vw 4vw;
  padding-left: 2.666666666666667vw;
  position: relative;
  width: 82.66666666666667vw;
  font-size: 5.600000000000001vw;
  line-height: 1.547619047619048;
  letter-spacing: 0.6em;
  font-weight: bold;
  text-align: center;
}
.page-recruit-new .section-intro .section-heading::before,
.page-recruit-new .section-intro .section-heading::after {
  content: '';
  display: block;
}
.page-recruit-new .section-intro .section-heading::before {
  position: absolute;
  top: 0;
  left: 0;
  border: solid 0.266666666666667vw #000;
  border-bottom: none;
  border-top-left-radius: 4vw;
  border-top-right-radius: 4vw;
  width: 100%;
  height: 4.399999999999999vw;
}
.page-recruit-new .section-intro .section-heading::after {
  position: absolute;
  top: -0.133333333333333vw;
  left: 50%;
  background: #fff;
  margin-left: -6.800000000000001vw;
  width: 13.600000000000001vw;
  height: 0.533333333333333vw;
}
.page-recruit-new .section-intro .section-heading .icon {
  position: absolute;
  top: -0.266666666666667vw;
  left: 50%;
  display: block;
  margin: -4.8vw auto 0;
  margin-left: -6.800000000000001vw;
  width: 6.4vw;
  height: 6.4vw;
  z-index: 1;
}
.page-recruit-new .section-intro .section-heading .icon::before,
.page-recruit-new .section-intro .section-heading .icon::after {
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
}
.page-recruit-new .section-intro .section-heading .icon::before {
  background: #ffcfb2;
  left: 3.2vw;
  width: 6.4vw;
  height: 6.4vw;
  top: 1.333333333333333vw;
}
.page-recruit-new .section-intro .section-heading .icon::after {
  background: #fff0e7;
  left: 5.866666666666666vw;
  width: 5.066666666666666vw;
  height: 5.066666666666666vw;
  top: 0;
}
.page-recruit-new .section-intro .section-heading .bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 0.266666666666667vw solid #000;
  border-left: none;
  border-right: none;
  width: 100%;
  height: 2.266666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-intro .section-heading {
    padding-block: 25px 26px;
    padding-left: 16px;
    width: 390px;
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: 0.6em;
  }
  .page-recruit-new .section-intro .section-heading::before {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-width: 2px;
    width: 100%;
    height: 20px;
  }
  .page-recruit-new .section-intro .section-heading::after {
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -33px;
    width: 66px;
    height: 4px;
  }
  .page-recruit-new .section-intro .section-heading .icon {
    position: absolute;
    top: -2px;
    left: 50%;
    margin: -22px auto 0;
    margin-left: -40px;
    width: 48px;
    height: 48px;
  }
  .page-recruit-new .section-intro .section-heading .icon::before {
    left: 24px;
    width: 30px;
    height: 30px;
    top: 7px;
  }
  .page-recruit-new .section-intro .section-heading .icon::after {
    left: 36px;
    width: 24px;
    height: 24px;
  }
  .page-recruit-new .section-intro .section-heading .bottom-line {
    border-left: none;
    border-right: none;
    border-width: 2px;
    width: 100%;
    height: 12px;
  }
}
.page-recruit-new .section-intro .copy {
  font-size: 5.066666666666666vw;
  line-height: 1.578947368421053;
  letter-spacing: 0.05em;
  color: #4d4d4d;
  font-weight: bold;
  margin-top: 8.799999999999999vw;
  text-align: center;
  text-shadow: 0.133333333333333vw 0.133333333333333vw 0.133333333333333vw rgba(0,0,0,0.3);
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-intro .copy {
    font-size: 2.8rem;
    line-height: 1.571428571428571;
    letter-spacing: 0.05em;
    margin-top: 36px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  }
}
.page-recruit-new .section-intro .text {
  margin-top: 5.2vw;
  padding-inline: 8.799999999999999vw;
  font-size: 4vw;
  line-height: 1.733333333333333;
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-intro .text {
    margin-inline: auto;
    margin-top: 32px;
    padding-inline: 0;
    width: 670px;
    font-size: 1.4rem;
    line-height: 2.142857142857143;
    letter-spacing: 0.025em;
  }
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-feature {
    scroll-margin-top: 140px;
  }
}
.page-recruit-new .section-feature .section-inner {
  padding-top: 12.933333333333334vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-feature .section-inner {
    padding-top: 60px;
  }
}
.page-recruit-new .section-feature .heading-text {
  font-size: 5.333333333333334vw;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-left: 3.733333333333334vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-feature .heading-text {
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-left: 2px;
  }
}
.page-recruit-new .section-feature .heading-pink-line .heading-text-item span {
  margin-right: 1.2vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-feature .heading-pink-line .heading-text-item span {
    margin-right: 8px;
  }
}
.page-recruit-new .section-feature .feature-list {
  margin-top: 5.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-feature .feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 53px 70px;
    justify-content: center;
    margin-inline: auto;
    margin-top: 40px;
    width: 1000px;
  }
}
.page-recruit-new .section-feature .feature-list li {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-feature .feature-list li {
    width: 464px;
  }
}
.page-recruit-new .section-feature .feature-list li:not(:first-child) {
  margin-top: 6.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-feature .feature-list li:not(:first-child) {
    margin-top: 0;
  }
}
.page-recruit-new .section-feature .feature-list li .text {
  position: absolute;
  top: 112.53333333333333vw;
  left: 6vw;
  padding-block: 3.6vw;
  padding-inline: 5.600000000000001vw;
  width: 88vw;
  font-size: 3.466666666666666vw;
  line-height: 1.615384615384615;
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-feature .feature-list li .text {
    position: absolute;
    top: 521px;
    left: 27px;
    padding-block: 14px;
    padding-inline: 26px;
    width: 408px;
    font-size: 1.4rem;
    line-height: 2.142857142857143;
    letter-spacing: 0.025em;
  }
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice {
    scroll-margin-top: 140px;
  }
}
.page-recruit-new .section-voice .section-inner {
  padding-top: 14.933333333333335vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .section-inner {
    padding-top: 76px;
  }
}
.page-recruit-new .section-voice .heading-text {
  font-size: 5.333333333333334vw;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-left: 3.733333333333334vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .heading-text {
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-left: -4px;
  }
}
.page-recruit-new .section-voice .heading-pink-line .heading-text-item span {
  display: inline-block;
  margin-right: 1.2vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .heading-pink-line .heading-text-item span {
    margin-right: 9px;
  }
}
.page-recruit-new .section-voice .staff-block:not(:first-child) {
  margin-top: 15.2vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .staff-block:not(:first-child) {
    margin-top: 74px;
  }
}
.page-recruit-new .section-voice .staff-block .heading {
  margin-top: 6.933333333333333vw;
  padding-top: 0.4vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .staff-block .heading {
    margin-top: 30px;
    padding-top: 1px;
  }
}
.page-recruit-new .section-voice .staff-block .heading .heading-text {
  color: #4d4d4d;
  display: block;
  font-weight: bold;
  position: relative;
  font-size: 5.066666666666666vw;
  line-height: 1.263157894736842;
  letter-spacing: 0.06em;
  margin-left: 0;
  text-align: center;
  text-shadow: 0.133333333333333vw 0.133333333333333vw 0.133333333333333vw rgba(0,0,0,0.3);
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .staff-block .heading .heading-text {
    font-size: 2.2rem;
    line-height: 1.272727272727273;
    letter-spacing: 0.05em;
    margin-left: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  }
}
.page-recruit-new .section-voice .staff-block .heading .heading-text span {
  display: block;
}
.page-recruit-new .section-voice .staff-block .heading .heading-bg {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35.733333333333334vw;
  width: 70.66666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .staff-block .heading .heading-bg {
    margin-left: -166px;
    width: 306px;
  }
}
.page-recruit-new .section-voice .staff-block .video {
  margin-inline: auto;
  margin-top: 7.733333333333333vw;
  width: 61.06666666666667vw;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .staff-block .video {
    margin-top: 32px;
    width: 338px;
  }
}
.page-recruit-new .section-voice .staff-block .age {
  background: #ffdfcc;
  border-radius: 1.333333333333333vw;
  margin-top: 5.2vw;
  font-size: 4vw;
  align-items: center;
  display: flex;
  font-weight: bold;
  justify-content: center;
  margin-inline: auto;
  padding-top: 0.266666666666667vw;
  width: 33.06666666666666vw;
  height: 7.733333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .staff-block .age {
    margin-top: 30px;
    border-radius: 10px;
    font-size: 1.8rem;
    padding-top: 1px;
    width: 152px;
    height: 36px;
  }
}
.page-recruit-new .section-voice .staff-block .text {
  margin-inline: auto;
  margin-top: 2.666666666666667vw;
  width: 82.39999999999999vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .staff-block .text {
    margin-top: 18px;
    width: 706px;
  }
}
.page-recruit-new .section-voice .staff-block .text p:not(:first-child) {
  margin-top: 6.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .staff-block .text p:not(:first-child) {
    margin-top: 30px;
  }
}
.page-recruit-new .section-voice .staff-block .style {
  display: flex;
  gap: 1.2vw;
  justify-content: center;
  margin-top: 4.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .staff-block .style {
    gap: 14px;
    margin-top: 25px;
  }
}
.page-recruit-new .section-voice .staff-block .style li {
  background: #dfd1c6;
  border: 0.266666666666667vw solid #fff;
  border-radius: 2.133333333333333vw;
  color: #4d4d4d;
  font-weight: bold;
  width: 19.733333333333334vw;
  height: 16vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .staff-block .style li {
    border-radius: 10px;
    border-width: 2px;
    width: 107px;
    height: 86px;
  }
}
.page-recruit-new .section-voice .staff-block .style li span {
  display: block;
}
.page-recruit-new .section-voice .staff-block .style li span:nth-child(1) {
  font-size: 3.333333333333333vw;
  border-bottom: 0.266666666666667vw solid #fff;
  padding-block: 0.266666666666667vw 0.266666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .staff-block .style li span:nth-child(1) {
    font-size: 1.8rem;
    line-height: 1;
    border-bottom-width: 2px;
    padding-block: 8px 6px;
  }
}
.page-recruit-new .section-voice .staff-block .style li span:nth-child(2) {
  font-size: 3.733333333333334vw;
  padding-block: 1.333333333333333vw 0;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .staff-block .style li span:nth-child(2) {
    font-size: 2rem;
    padding-block: 2px 0;
  }
}
.page-recruit-new .section-voice .staff-block-1 .heading .heading-text .text-line-1 {
  margin-left: 0.266666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .staff-block-1 .heading .heading-text .text-line-1 {
    margin-left: -28px;
  }
}
.page-recruit-new .section-voice .staff-block-1 .heading .heading-text .text-line-2 {
  margin-left: 2.8vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .staff-block-1 .heading .heading-text .text-line-2 {
    margin-left: -20px;
  }
}
.page-recruit-new .section-voice .staff-block-2 .heading .heading-text .text-line-1 {
  margin-left: 0.266666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .staff-block-2 .heading .heading-text .text-line-1 {
    margin-left: -20px;
  }
}
.page-recruit-new .section-voice .staff-block-2 .heading .heading-text .text-line-2 {
  margin-left: 2.8vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .staff-block-2 .heading .heading-text .text-line-2 {
    margin-left: -20px;
  }
}
.page-recruit-new .section-voice .staff-block-3 .heading .heading-text .text-line-1 {
  margin-left: 1.066666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .staff-block-3 .heading .heading-text .text-line-1 {
    margin-left: -27px;
  }
}
.page-recruit-new .section-voice .staff-block-3 .heading .heading-text .text-line-2 {
  margin-left: 1.066666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .staff-block-3 .heading .heading-text .text-line-2 {
    margin-left: -27px;
  }
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-voice .staff-block-3 .text {
    width: 749px;
  }
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-day-flow {
    scroll-margin-top: 140px;
  }
}
.page-recruit-new .section-day-flow .section-inner {
  padding-top: 14.799999999999999vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-day-flow .section-inner {
    padding-top: 72px;
  }
}
.page-recruit-new .section-day-flow .heading-pink-line .heading-text-item span {
  margin-right: 1.2vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-day-flow .heading-pink-line .heading-text-item span {
    margin-right: 9px;
  }
}
.page-recruit-new .section-day-flow .day-flow-list {
  margin-inline: auto;
  margin-top: 5.333333333333334vw;
  width: 82.39999999999999vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-day-flow .day-flow-list {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 35px;
    margin-top: 57px;
    width: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-day-flow .day-flow-list li {
    width: 310px;
  }
}
.page-recruit-new .section-day-flow .day-flow-list li:not(:first-child) {
  margin-top: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-day-flow .day-flow-list li:not(:first-child) {
    margin-top: 0;
  }
}
.page-recruit-new .section-day-flow .day-flow-list li .heading {
  position: relative;
  font-size: 4.533333333333333vw;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-block: 2.133333333333333vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-day-flow .day-flow-list li .heading {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding-block: 5px;
  }
}
.page-recruit-new .section-day-flow .day-flow-list li .heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: repeating-linear-gradient(90deg, #000, #000 0.4vw, transparent 0.4vw, transparent 0.8vw), repeating-linear-gradient(180deg, #000, #000 0.4vw, transparent 0.4vw, transparent 0.8vw), repeating-linear-gradient(90deg, #000, #000 0.4vw, transparent 0.4vw, transparent 0.8vw), repeating-linear-gradient(180deg, #000, #000 0.4vw, transparent 0.4vw, transparent 0.8vw);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 0.266666666666667vw, 0.266666666666667vw 100%, 100% 0.266666666666667vw, 0.266666666666667vw 100%;
  content: '';
  width: 100%;
  height: 0.266666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-day-flow .day-flow-list li .heading::after {
    background-image: repeating-linear-gradient(90deg, #000, #000 3px, transparent 3px, transparent 6px);
    background-size: 100% 2px;
    height: 2px;
  }
}
.page-recruit-new .section-day-flow .day-flow-list li .img {
  margin-top: 4.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-day-flow .day-flow-list li .img {
    margin-top: 18px;
  }
}
.page-recruit-new .section-day-flow .day-flow-list li .text {
  margin-top: 3.866666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-day-flow .day-flow-list li .text {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-faq {
    scroll-margin-top: 140px;
  }
}
.page-recruit-new .section-faq .section-inner {
  padding-top: 9.066666666666666vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-faq .section-inner {
    padding-top: 73px;
  }
}
.page-recruit-new .section-faq .section-contents {
  margin-inline: auto;
  margin-top: 6.133333333333333vw;
  width: 82.39999999999999vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-faq .section-contents {
    margin-top: 52px;
    width: 800px;
  }
}
.page-recruit-new .section-faq .accordion .accordion-contents {
  background: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .page-recruit-new .section-faq .accordion .accordion-contents {
    padding-bottom: 2.4vw;
    padding-left: 2.4vw;
    padding-right: 4vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-greeting {
    scroll-margin-top: 140px;
  }
}
.page-recruit-new .section-greeting .section-inner {
  padding-top: 14.666666666666666vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-greeting .section-inner {
    padding-top: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-greeting .section-contents {
    display: flex;
    gap: 60px;
    margin-inline: auto;
    margin-top: 40px;
    width: 800px;
  }
}
.page-recruit-new .section-greeting .img {
  margin-inline: auto;
  margin-top: 6.666666666666667vw;
  width: 61.06666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-greeting .img {
    flex-shrink: 0;
    margin-top: 6px;
    order: 2;
    width: 260px;
  }
}
.page-recruit-new .section-greeting .text {
  margin-inline: auto;
  margin-top: 6.666666666666667vw;
  width: 82.39999999999999vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-greeting .text {
    margin-top: 0;
    order: 1;
    width: auto;
  }
}
.page-recruit-new .section-greeting .text p:not(:first-child) {
  margin-top: 6.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-greeting .text p:not(:first-child) {
    margin-top: 30px;
  }
}
.page-recruit-new .section-greeting .text ul {
  margin-top: 6.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-greeting .text ul {
    margin-top: 38px;
  }
}
.page-recruit-new .section-greeting .text ul li {
  font-size: 4vw;
  line-height: 1.066666666666667;
  letter-spacing: 0.025em;
  border-bottom: 0.266666666666667vw solid #ff81a0;
  font-weight: bold;
  padding-bottom: 0.533333333333333vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-greeting .text ul li {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.025em;
    border-bottom-width: 1px;
    padding-bottom: 2px;
  }
}
.page-recruit-new .section-greeting .text ul li:not(:first-child) {
  margin-top: 1.866666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-greeting .text ul li:not(:first-child) {
    margin-top: 13px;
  }
}
.page-recruit-new .section-greeting .text-link {
  margin-inline: auto;
  margin-top: 2.666666666666667vw;
  padding-inline: 8.799999999999999vw;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-greeting .text-link {
    padding-inline: 0;
    margin-top: 0;
    max-width: 800px;
  }
}
.page-recruit-new .section-greeting .text-link a {
  padding-block: 1.333333333333333vw;
  color: #00b1ea;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-greeting .text-link a {
    padding-block: 0;
  }
}
.page-recruit-new .contact-line-block {
  background: #fcf3d4;
  margin-inline: auto;
  margin-top: 13.733333333333334vw;
  padding-block: 4vw;
  width: 82.39999999999999vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .contact-line-block {
    margin-top: 42px;
    padding-block: 23px 26px;
    width: 800px;
  }
}
.page-recruit-new .contact-line-block .text {
  font-size: 4vw;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .contact-line-block .text {
    font-size: 1.4rem;
    line-height: 1.857142857142857;
    letter-spacing: 0.15em;
  }
}
.page-recruit-new .contact-line-block .btn-contact-line {
  margin-top: 2.266666666666667vw;
  padding-left: 1.466666666666667vw;
  width: 74.26666666666667vw;
  height: 13.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .contact-line-block .btn-contact-line {
    margin-top: 14px;
    padding-left: 6px;
    width: 660px;
    height: 52px;
  }
}
.page-recruit-new .contact-line-block .btn-contact-line .btn-icon {
  width: 8.799999999999999vw;
  height: 8.266666666666666vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .contact-line-block .btn-contact-line .btn-icon {
    width: 34px;
    height: 32px;
  }
}
.page-recruit-new .contact-line-block .btn-contact-line .btn-text {
  font-size: 4.933333333333334vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .contact-line-block .btn-contact-line .btn-text {
    font-size: 2rem;
    letter-spacing: 0.01em;
  }
}
.page-recruit-new .bnr-blog {
  position: relative;
  margin-inline: auto;
  display: block;
  width: 82.39999999999999vw;
  margin-block: 4vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .bnr-blog {
    margin-block: 13px 15px;
    width: 660px;
  }
}
.page-recruit-new .bnr-blog .bnr-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0.7;
  font-weight: bold;
  font-size: 3.733333333333334vw;
  padding-left: 5.333333333333334vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .bnr-blog .bnr-text {
    justify-content: center;
    padding-left: 0;
    font-size: 1.8rem;
    letter-spacing: 0.28em;
  }
}
.page-recruit-new .section-instagram .section-instagram-heading {
  margin-inline: auto;
  width: 82.39999999999999vw;
  height: 8.799999999999999vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-instagram .section-instagram-heading {
    width: 660px;
    height: 52px;
  }
}
.page-recruit-new .section-instagram .section-instagram-heading a {
  align-items: center;
  background-image: linear-gradient(0deg, #ff7b8f, #4a56a3);
  border-radius: 1.333333333333333vw;
  display: flex;
  padding-left: 5.866666666666666vw;
  padding-top: 0.266666666666667vw;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-instagram .section-instagram-heading a {
    border-radius: 10px;
    padding-left: 186px;
    padding-top: 2px;
  }
}
.page-recruit-new .section-instagram .section-instagram-heading .heading-icon {
  fill: #fff;
  margin-bottom: 1.066666666666667vw;
  margin-right: 1.6vw;
  width: 4.399999999999999vw;
  height: 4.399999999999999vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-instagram .section-instagram-heading .heading-icon {
    margin-bottom: 0;
    margin-right: 11px;
    width: 24px;
    height: 24px;
  }
}
.page-recruit-new .section-instagram .section-instagram-heading .heading-text {
  font-size: 4.266666666666667vw;
  letter-spacing: 0.01em;
  color: #fff;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-instagram .section-instagram-heading .heading-text {
    font-size: 2rem;
    letter-spacing: 0.01em;
  }
}
.page-recruit-new .section-instagram .btn-instagram-account {
  align-items: center;
  display: flex;
  margin-inline: auto;
  margin-top: 4.266666666666667vw;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-instagram .btn-instagram-account {
    margin-top: 22px;
  }
}
.page-recruit-new .section-instagram .btn-instagram-account .btn-icon-instagram {
  margin-right: 2vw;
  width: 6.4vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-instagram .btn-instagram-account .btn-icon-instagram {
    margin-right: 14px;
    width: 37px;
  }
}
.page-recruit-new .section-instagram .btn-instagram-account .btn-text {
  font-size: 4.133333333333333vw;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-right: 1.2vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-instagram .btn-instagram-account .btn-text {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-right: 6px;
  }
}
.page-recruit-new .section-instagram .btn-instagram-account .btn-icon-arrow {
  margin-right: 1.066666666666667vw;
  width: 3.333333333333333vw;
  height: 3.333333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-instagram .btn-instagram-account .btn-icon-arrow {
    margin-right: 0;
    width: 20px;
    height: 20px;
  }
}
.page-recruit-new .section-instagram .btn-instagram-account .btn-icon-arrow svg {
  vertical-align: top;
}
.page-recruit-new .section-instagram .links {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8vw;
  margin-inline: auto;
  margin-top: 4.399999999999999vw;
  width: 82.39999999999999vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-instagram .links {
    gap: 25px;
    margin-top: 32px;
    width: 660px;
  }
}
.page-recruit-new .section-instagram .links li {
  width: 25.333333333333336vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-instagram .links li {
    width: 203px;
  }
}
.page-recruit-new .section-instagram .btn-instagram-follow {
  align-items: center;
  background: #ff7d94;
  border-radius: 2.133333333333333vw;
  display: flex;
  margin-inline: auto;
  margin-top: 4.533333333333333vw;
  padding-left: 12.266666666666666vw;
  width: 82.39999999999999vw;
  height: 10.4vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-instagram .btn-instagram-follow {
    border-radius: 10px;
    margin-top: 29px;
    padding-bottom: 2px;
    padding-left: 35px;
    width: 310px;
    height: 60px;
  }
}
.page-recruit-new .section-instagram .btn-instagram-follow .btn-icon-arrow {
  margin-right: 1.333333333333333vw;
  width: 4.8vw;
  height: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-instagram .btn-instagram-follow .btn-icon-arrow {
    margin-right: 4px;
    margin-top: -2px;
    width: 19px;
    height: 19px;
  }
}
.page-recruit-new .section-instagram .btn-instagram-follow .btn-text {
  font-size: 4.266666666666667vw;
  letter-spacing: 0.025em;
  color: #fff;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-instagram .btn-instagram-follow .btn-text {
    font-size: 1.8rem;
    letter-spacing: 0.025em;
  }
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-description {
    scroll-margin-top: 140px;
  }
}
.page-recruit-new .section-description .section-inner {
  padding-top: 15.2vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-description .section-inner {
    padding-top: 80px;
  }
}
.page-recruit-new .section-description .section-contents {
  margin-inline: auto;
  margin-top: 6.666666666666667vw;
  width: 82.39999999999999vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-description .section-contents {
    margin-top: 35px;
    width: 800px;
  }
}
.page-recruit-new .section-description .section-contents dl {
  border: 0.133333333333333vw solid #000;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-description .section-contents dl {
    border-width: 1px;
  }
}
.page-recruit-new .section-description .section-contents dt {
  font-size: 4.533333333333333vw;
  letter-spacing: 0.15em;
  background: #fff0ee;
  border-bottom: 0.133333333333333vw solid #000;
  font-weight: bold;
  padding-block: 1.333333333333333vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-description .section-contents dt {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.15em;
    border-bottom-width: 1px;
    padding-block: 10px;
  }
}
.page-recruit-new .section-description .section-contents dt:not(:first-child) {
  border-top: 0.133333333333333vw solid #000;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-description .section-contents dt:not(:first-child) {
    border-top-width: 1px;
  }
}
.page-recruit-new .section-description .section-contents dd {
  padding-block: 2.666666666666667vw 2.933333333333333vw;
  padding-inline: 4.533333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-description .section-contents dd {
    padding-block: 16px 11px;
    padding-inline: 26px;
  }
}
.page-recruit-new .section-description .section-contents dd ul {
  margin-left: -0.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-description .section-contents dd ul {
    margin-left: -7px;
  }
}
.page-recruit-new .section-description .section-contents dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.page-recruit-new .section-description .section-contents dd .color-red {
  color: #fa0000;
  font-weight: bold;
}
.page-recruit-new .section-description .section-contents dd .text-underline {
  text-decoration: underline;
  text-underline-offset: 1.333333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-description .section-contents dd .text-underline {
    text-underline-offset: 4px;
  }
}
.page-recruit-new .section-description .section-contents dd .separator {
  background-image: repeating-linear-gradient(90deg, #000, #000 0.4vw, transparent 0.4vw, transparent 0.8vw), repeating-linear-gradient(180deg, #000, #000 0.4vw, transparent 0.4vw, transparent 0.8vw), repeating-linear-gradient(90deg, #000, #000 0.4vw, transparent 0.4vw, transparent 0.8vw), repeating-linear-gradient(180deg, #000, #000 0.4vw, transparent 0.4vw, transparent 0.8vw);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 0.266666666666667vw, 0.266666666666667vw 100%, 100% 0.266666666666667vw, 0.266666666666667vw 100%;
  margin-block: 2.4vw 3.2vw;
  width: 100%;
  height: 0.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-description .section-contents dd .separator {
    background-image: repeating-linear-gradient(90deg, #000, #000 3px, transparent 3px, transparent 6px);
    background-size: 100% 2px;
    height: 1px;
    margin-block: 20px 16px;
  }
}
.page-recruit-new .section-recruit-flow {
  margin-top: 14.666666666666666vw;
  padding-bottom: 5.600000000000001vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-recruit-flow {
    margin-top: 74px;
    padding-bottom: 18px;
  }
}
.page-recruit-new .section-recruit-flow .recruit-flow-list {
  margin-inline: auto;
  margin-top: 7.066666666666667vw;
  width: 82.39999999999999vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-recruit-flow .recruit-flow-list {
    margin-top: 60px;
    width: 800px;
  }
}
.page-recruit-new .section-recruit-flow .recruit-flow-list li {
  border: 1.333333333333333vw solid #fff0ee;
  padding-block: 2.933333333333333vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-recruit-flow .recruit-flow-list li {
    border-width: 7px;
    padding-block: 7px 14px;
  }
}
.page-recruit-new .section-recruit-flow .recruit-flow-list li:not(:first-child) {
  margin-top: 11.733333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-recruit-flow .recruit-flow-list li:not(:first-child) {
    margin-top: 49px;
  }
}
.page-recruit-new .section-recruit-flow .recruit-flow-list li:not(:last-child)::after {
  position: absolute;
  bottom: -10vw;
  left: 50%;
  border-bottom: 0;
  border-left: 6.133333333333333vw solid transparent;
  border-right: 6.133333333333333vw solid transparent;
  border-style: solid;
  border-top: 6.133333333333333vw solid #e5e5e5;
  content: '';
  margin-left: -7.199999999999999vw;
  width: 0px;
  height: 0px;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-recruit-flow .recruit-flow-list li:not(:last-child)::after {
    border-left-width: 26px;
    border-right-width: 26px;
    border-top-width: 26px;
    bottom: -45px;
    margin-left: -25px;
  }
}
.page-recruit-new .section-recruit-flow .recruit-flow-list li .heading {
  color: #4d4d4d;
  margin-right: 1.6vw;
  font-size: 4.533333333333333vw;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  text-shadow: 0.133333333333333vw 0.133333333333333vw 0.133333333333333vw rgba(0,0,0,0.3);
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-recruit-flow .recruit-flow-list li .heading {
    margin-right: 0px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  }
}
.page-recruit-new .section-recruit-flow .recruit-flow-list li .text {
  margin-top: 1.333333333333333vw;
  padding-inline: 3.333333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit-new .section-recruit-flow .recruit-flow-list li .text {
    margin-top: 0;
    padding-inline: 25px;
    text-align: center;
  }
}
.page-recruit .kv {
  position: relative;
  margin-top: 0.8vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit .kv {
    margin-top: 195px;
  }
}
.page-recruit .kv .kv-copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1000/890;
}
@media only screen and (min-width: 768px) {
  .page-recruit .kv .kv-copy {
    aspect-ratio: 2000/778;
  }
}
.page-recruit .kv .kv-copy .kv-copy-item {
  position: absolute;
  top: 2.8vw;
  right: -0.666666666666667vw;
  width: 55.86666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit .kv .kv-copy .kv-copy-item {
    top: 7.142857142857142%;
    right: 9.846153846153847%;
    width: 36%;
  }
}
.page-recruit .kv .kv-slider {
  position: relative;
  aspect-ratio: 1000/890;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-recruit .kv .kv-slider {
    aspect-ratio: 2000/778;
  }
}
.page-recruit .kv .kv-slider > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation: slideshow 16s linear infinite;
}
.page-recruit .kv .kv-slider > div:nth-child(2) {
  animation-delay: 4s;
}
.page-recruit .kv .kv-slider > div:nth-child(3) {
  animation-delay: 8s;
}
.page-recruit .kv .kv-slider > div:nth-child(4) {
  animation-delay: 12s;
}
.page-recruit .section-recruit .section-inner {
  padding-top: 8vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit .section-recruit .section-inner {
    padding-top: 98px;
  }
}
.page-recruit .text-block {
  padding-inline: 8.666666666666668vw;
}
.page-recruit .text-block p:not(:first-of-type) {
  margin-top: 7.066666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit .text-block {
    width: 800px;
    margin-inline: auto;
    padding-inline: 0;
  }
  .page-recruit .text-block p:not(:first-of-type) {
    margin-top: 30px;
  }
}
.page-recruit .copy {
  margin-top: 8.533333333333333vw;
  margin-bottom: 5.600000000000001vw;
  font-size: 5.066666666666666vw;
  line-height: 1.710526315789474;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
@media only screen and (min-width: 768px) {
  .page-recruit .copy {
    margin-top: 36px;
    margin-bottom: 30px;
    font-size: 2.6rem;
    line-height: 1.692307692307692;
  }
}
.page-recruit .text-line {
  background: linear-gradient(transparent 30%, #fcf3d4 30%);
}
.page-recruit .text-line-pink {
  font-size: 4.266666666666667vw;
  line-height: 1.75;
  font-weight: bold;
  font-feature-settings: "palt";
}
.page-recruit .text-line-pink > span span:not(:first-child) {
  margin-left: 0.8em;
}
.page-recruit .text-line-pink span {
  padding-bottom: 0.666666666666667vw;
  border-bottom: 0.266666666666667vw solid #fb83a9;
}
@media only screen and (min-width: 768px) {
  .page-recruit .text-line-pink {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.15em;
  }
  .page-recruit .text-line-pink span {
    padding-bottom: 5px;
    border-width: 1px;
  }
}
.page-recruit .text-large {
  font-size: 4.266666666666667vw;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 768px) {
  .page-recruit .text-large {
    font-size: 1.6rem;
    line-height: 1.125;
  }
}
.page-recruit .block-feature {
  margin-top: 11.466666666666667vw;
  margin-bottom: 12.266666666666666vw;
}
.page-recruit .block-feature .heading {
  font-size: 5.066666666666666vw;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
.page-recruit .block-feature .contents {
  margin-top: 2.133333333333333vw;
  padding-top: 5.066666666666666vw;
  padding-bottom: 5.600000000000001vw;
  padding-inline: 8.533333333333333vw;
}
@media only screen and (max-width: 767px) {
  .page-recruit .block-feature .contents {
    background: url("../img/bg-pink-portrait.jpg?hash=953f6553381db16a7d499dddb24c211a") center 0 no-repeat;
    background-size: 160vw 281.59999999999997vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-recruit .block-feature .contents {
    background: url("../img/pc/bg-pink-portrait.jpg?hash=4cfc66d3d5f923b6b20c786345bfc2ea") center top no-repeat;
    background-size: 661px 1851px;
  }
}
.page-recruit .block-feature .contents li {
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) {
  .page-recruit .block-feature {
    width: 800px;
    margin-inline: auto;
    margin-top: 54px;
    margin-bottom: 68px;
  }
  .page-recruit .block-feature .heading {
    font-size: 2.2rem;
  }
  .page-recruit .block-feature .contents {
    margin-top: 2px;
    background: url("../img/pc/bg-pink-landscape.jpg?hash=9528bf9d5ba6d03ef1a56a0d762242dd") center 0 no-repeat;
    background-size: 3334px 2550px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline: 22px;
  }
  .page-recruit .block-feature .feature-list {
    display: flex;
  }
  .page-recruit .block-feature .feature-list ul:nth-child(2) {
    margin-left: 38px;
  }
}
@media only screen and (min-width: 768px) {
  .page-recruit .comment-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.page-recruit .comment {
  margin-top: 11.200000000000001vw;
  margin-bottom: 7.466666666666668vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit .comment {
    width: 480px;
    margin-top: 32px;
    margin-bottom: 56px;
  }
}
.page-recruit .add-line {
  width: 82.66666666666667vw;
  margin: 0.8vw auto 0;
  padding-top: 3.466666666666666vw;
  padding-bottom: 5.066666666666666vw;
  background: #fcf3d4;
}
.page-recruit .add-line .text {
  font-size: 4vw;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
.page-recruit .add-line .btn {
  width: 53.6vw;
  margin: 2.4vw auto 0;
}
.page-recruit .add-line .btn a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-recruit .add-line {
    width: 276px;
    margin: 40px 0 0;
    padding-top: 23px;
    padding-bottom: 27px;
  }
  .page-recruit .add-line .text {
    font-size: 1.4rem;
    line-height: 1.857142857142857;
    letter-spacing: 0.15em;
  }
  .page-recruit .add-line .btn {
    width: 192px;
    margin: 16px auto 0;
  }
}
.page-recruit .block-detail {
  margin-top: 14.399999999999999vw;
  padding-inline: 8.666666666666668vw;
}
.page-recruit .block-detail dt {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 4vw;
  line-height: 1.466666666666667;
  padding: 1.066666666666667vw 1.333333333333333vw 1.066666666666667vw;
  background: #1a1a1a;
  font-feature-settings: "palt";
}
.page-recruit .block-detail dd {
  padding: 3.2vw 4vw 3.2vw;
  border: 0.266666666666667vw solid #1a1a1a;
  border-top: none;
  box-sizing: border-box;
}
.page-recruit .block-detail dd:not(:last-child) {
  margin-bottom: 4.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit .block-detail {
    width: 800px;
    margin-inline: auto;
    margin-top: 8px;
    padding-inline: 0;
  }
  .page-recruit .block-detail dt {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.15em;
    padding: 2px 10px 4px;
  }
  .page-recruit .block-detail dd {
    padding: 14px 30px 12px;
    border-width: 1px;
  }
  .page-recruit .block-detail dd:not(:last-child) {
    margin-bottom: 29px;
  }
}
.page-recruit .img-container {
  display: flex;
  justify-content: center;
}
.page-recruit .img-container .img img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-recruit .img-container.img-container-1 {
    margin-top: 75px;
  }
  .page-recruit .img-container.img-container-1 .img {
    width: 33.333333333333336%;
  }
  .page-recruit .img-container.img-container-2 {
    margin-top: 68px;
  }
  .page-recruit .img-container.img-container-2 .img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .page-recruit .img-container {
    flex-direction: column;
    width: 82.39999999999999vw;
    margin: 13.333333333333334vw auto 0;
  }
  .page-recruit .img-container .img {
    width: 100%;
  }
}
.page-recruit .block-description .heading,
.page-recruit .block-flow .heading,
.page-recruit .block-voice .heading,
.page-recruit .block-greeting .heading,
.page-recruit .block-faq .heading,
.page-recruit .block-entry .heading {
  font-size: 5.066666666666666vw;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
@media only screen and (min-width: 768px) {
  .page-recruit .block-description .heading,
  .page-recruit .block-flow .heading,
  .page-recruit .block-voice .heading,
  .page-recruit .block-greeting .heading,
  .page-recruit .block-faq .heading,
  .page-recruit .block-entry .heading {
    font-size: 2.6rem;
  }
}
.page-recruit .block-description {
  margin-top: 12.8vw;
}
.page-recruit .block-description .contents {
  margin-top: 2.133333333333333vw;
  padding: 0 8.666666666666668vw;
}
.page-recruit .block-description .contents dt:not(:first-child) {
  margin-top: 2.666666666666667vw;
}
.page-recruit .block-description .contents dd {
  margin-top: 1.066666666666667vw;
  padding: 2.933333333333333vw 5.866666666666666vw 2.933333333333333vw;
  background: #fcf3d4;
}
.page-recruit .block-description .contents dd:not(:last-child) {
  margin-bottom: 1.066666666666667vw;
}
.page-recruit .block-description .contents dd .text-red {
  color: #f00;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page-recruit .block-description {
    margin-top: 60px;
  }
  .page-recruit .block-description .contents {
    width: 800px;
    margin-inline: auto;
    margin-top: 9px;
    padding: 0;
  }
  .page-recruit .block-description .contents dt {
    font-size: 1.6rem;
    margin-left: -12px;
  }
  .page-recruit .block-description .contents dt:not(:first-child) {
    margin-top: 0;
  }
  .page-recruit .block-description .contents dd {
    margin-top: 0;
    padding: 15px 24px 12px;
    background: #fcf3d4;
  }
  .page-recruit .block-description .contents dd:not(:last-child) {
    margin-bottom: 8px;
  }
}
.page-recruit .block-flow {
  margin-top: 14.133333333333335vw;
}
.page-recruit .block-flow .contents {
  margin-top: 2.666666666666667vw;
  text-align: center;
}
.page-recruit .block-flow .contents li {
  position: relative;
}
.page-recruit .block-flow .contents li:not(:last-child) {
  margin-bottom: 6.666666666666667vw;
}
.page-recruit .block-flow .contents li:not(:last-child)::after {
  position: absolute;
  bottom: -6.133333333333333vw;
  left: 50%;
  content: "";
  width: 0px;
  height: 0px;
  margin-left: -5.066666666666666vw;
  border-style: solid;
  border-width: 5.066666666666666vw 5.066666666666666vw 0 5.066666666666666vw;
  border-color: #e5e5e5 transparent transparent;
}
@media only screen and (min-width: 768px) {
  .page-recruit .block-flow {
    margin-top: 61px;
  }
  .page-recruit .block-flow .contents {
    margin-top: 30px;
  }
  .page-recruit .block-flow .contents li {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .page-recruit .block-flow .contents li:not(:last-child) {
    margin-bottom: 31px;
  }
  .page-recruit .block-flow .contents li:not(:last-child)::after {
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -20px;
    border-width: 20px 20px 0 20px;
  }
}
.page-recruit .block-greeting .contents {
  padding-top: 5.333333333333334vw;
}
.page-recruit .block-greeting .contents .img {
  width: 57.99999999999999vw;
  margin-inline: auto;
}
.page-recruit .block-greeting .contents .text {
  margin-top: 6.133333333333333vw;
  padding-inline: 8.666666666666668vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit .block-greeting {
    width: 800px;
    margin-inline: auto;
  }
  .page-recruit .block-greeting .contents {
    padding-top: 40px;
  }
  .page-recruit .block-greeting .contents .img {
    width: 260px;
    flex-shrink: 0;
  }
  .page-recruit .block-greeting .contents .text {
    margin-top: -8px;
    padding-inline: 0;
  }
}
.page-recruit .block-voice {
  padding-top: 10.666666666666668vw;
}
.page-recruit .block-voice .contents {
  margin-top: 5.600000000000001vw;
}
.page-recruit .block-voice .block-staff:not(:first-child) {
  margin-top: 10.933333333333334vw;
}
.page-recruit .block-voice .block-staff .video {
  width: 82.39999999999999vw;
  margin-inline: auto;
}
.page-recruit .block-voice .block-staff .voice-faq {
  margin-top: 4.266666666666667vw;
  padding-inline: 8.666666666666668vw;
}
.page-recruit .block-voice .block-staff .voice-faq dt {
  color: #ff3d5f;
}
@media only screen and (min-width: 768px) {
  .page-recruit .block-voice {
    width: 800px;
    margin-inline: auto;
    padding-top: 58px;
  }
  .page-recruit .block-voice .contents {
    margin-top: 40px;
  }
  .page-recruit .block-voice .block-staff:not(:first-child) {
    margin-top: 50px;
  }
  .page-recruit .block-voice .block-staff .video {
    width: 100%;
  }
  .page-recruit .block-voice .block-staff .voice-faq {
    margin-top: 24px;
    padding-inline: 0;
  }
}
.page-recruit .block-greeting {
  padding-top: 10.933333333333334vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit .block-greeting {
    padding-top: 54px;
  }
  .page-recruit .block-greeting .contents {
    display: flex;
    -moz-column-gap: 58px;
         column-gap: 58px;
  }
  .page-recruit .block-greeting .img {
    order: 2;
  }
  .page-recruit .block-greeting .text {
    order: 1;
  }
}
.page-recruit .block-faq {
  padding-top: 12vw;
}
.page-recruit .block-faq .contents {
  margin-top: 5.600000000000001vw;
  padding-inline: 8.666666666666668vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit .block-faq {
    width: 800px;
    margin-inline: auto;
    padding-top: 58px;
  }
  .page-recruit .block-faq .contents {
    margin-top: 40px;
    padding-inline: 0;
  }
}
.page-recruit .block-entry {
  padding-top: 12.533333333333333vw;
  padding-bottom: 2.666666666666667vw;
}
.page-recruit .block-entry .contents {
  margin-top: 4vw;
  padding-inline: 8.666666666666668vw;
}
.page-recruit .block-entry .text {
  margin-bottom: 6.666666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-recruit .block-entry {
    width: 800px;
    margin-inline: auto;
    padding-top: 94px;
    padding-bottom: 6px;
  }
  .page-recruit .block-entry .contents {
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
    padding-inline: 0;
  }
  .page-recruit .block-entry .text {
    margin-bottom: 0;
  }
  .page-recruit .block-entry .add-line {
    margin-top: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .js_isWin.page-recruit .block-detail dt {
    padding-top: 6px;
  }
}
.page-salon .section-salon .section-inner {
  padding-top: 4.933333333333334vw;
  padding-bottom: 21.333333333333336vw;
}
.page-salon .section-salon .section-contents {
  padding-inline: 8.666666666666668vw;
}
.page-salon .section-salon .block {
  margin-top: 7.333333333333333vw;
}
.page-salon .section-salon .block .heading {
  font-size: 5.066666666666666vw;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
.page-salon .section-salon .block .img-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
}
@media only screen and (min-width: 768px) {
  .page-salon .section-salon .block .img-container {
    gap: 10px;
  }
}
.page-salon .section-salon .block .text a {
  color: #ff3d5f;
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-salon .section-salon {
    scroll-margin-top: 140px;
  }
  .page-salon .section-salon .section-inner {
    padding-top: 214px;
    padding-bottom: 140px;
  }
  .page-salon .section-salon .section-contents {
    max-width: 1000px;
    margin: 40px auto 0;
    padding-inline: 0;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 72px;
         column-gap: 72px;
  }
  .page-salon .section-salon .block {
    width: 464px;
    margin-top: 0;
  }
  .page-salon .section-salon .block .heading {
    font-size: 2.2rem;
  }
}
.page-salon .section-salon .block-about {
  margin-top: 7.6vw;
}
.page-salon .section-salon .block-about .heading {
  letter-spacing: 0.07em;
}
.page-salon .section-salon .block-about .img {
  margin-top: 1.866666666666667vw;
}
@media only screen and (min-width: 768px) {
  .page-salon .section-salon .block-about {
    order: 1;
    margin-top: 0;
  }
  .page-salon .section-salon .block-about .img {
    margin-top: 8px;
  }
}
.page-salon .section-salon .block-about-detail {
  margin-top: 9.066666666666666vw;
}
.page-salon .section-salon .block-about-detail .text > dl {
  border-top: 0.266666666666667vw solid #000;
}
.page-salon .section-salon .block-about-detail .text > dl > dt,
.page-salon .section-salon .block-about-detail .text > dl > dd {
  text-align: center;
  border: 0.266666666666667vw solid #000;
  border-top: none;
}
.page-salon .section-salon .block-about-detail .text > dl > dt {
  padding: 0.8vw 0;
  background: #fffaf2;
}
.page-salon .section-salon .block-about-detail .text > dl > dd {
  padding: 0.8vw 0 1.333333333333333vw;
}
.page-salon .section-salon .block-about-detail .text > dl dl {
  display: flex;
  flex-wrap: wrap;
}
.page-salon .section-salon .block-about-detail .text > dl dl dt,
.page-salon .section-salon .block-about-detail .text > dl dl dd {
  width: 50%;
}
.page-salon .section-salon .block-about-detail .text > dl dl dt {
  padding-left: 10.666666666666668vw;
}
.page-salon .section-salon .block-about-detail .text > dl dl dd {
  padding-left: 0vw;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .page-salon .section-salon .block-about-detail {
    order: 3;
    margin-top: 42px;
  }
  .page-salon .section-salon .block-about-detail .text > dl {
    border-width: 1px;
  }
  .page-salon .section-salon .block-about-detail .text > dl > dt,
  .page-salon .section-salon .block-about-detail .text > dl > dd {
    border-width: 1px;
  }
  .page-salon .section-salon .block-about-detail .text > dl > dt {
    padding: 9px 0;
  }
  .page-salon .section-salon .block-about-detail .text > dl > dd {
    padding: 12px 0;
  }
  .page-salon .section-salon .block-about-detail .text > dl dl dt {
    padding-left: 80px;
  }
  .page-salon .section-salon .block-about-detail .text > dl dl dd {
    padding-left: 20px;
  }
}
.page-salon .section-salon .block-staff .img-container {
  margin-top: 2.666666666666667vw;
}
.page-salon .section-salon .block-staff .img-container .img {
  width: 39.2vw;
}
.page-salon .section-salon .block-staff .img-container .img p {
  margin-top: 3.2vw;
  padding-right: 2.133333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-salon .section-salon .block-staff {
    order: 2;
  }
  .page-salon .section-salon .block-staff .img-container {
    margin-top: 8px;
  }
  .page-salon .section-salon .block-staff .img-container .img {
    width: 147px;
  }
  .page-salon .section-salon .block-staff .img-container .img p {
    margin-top: 10px;
    padding-right: 0;
  }
}
.page-salon .section-salon .block-interior {
  margin-top: 5.333333333333334vw;
}
.page-salon .section-salon .block-interior .img-container {
  margin-top: 3.2vw;
  flex-wrap: wrap;
}
.page-salon .section-salon .block-interior .img-container .img:not(:first-child) {
  margin-top: 2.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-salon .section-salon .block-interior {
    order: 4;
    margin-top: 20px;
  }
  .page-salon .section-salon .block-interior .img-container {
    margin-top: 14px;
  }
  .page-salon .section-salon .block-interior .img-container .img:not(:first-child) {
    margin-top: 16px;
  }
}
.page-salon .section-salon .block-access .map {
  margin-top: 2.133333333333333vw;
  text-align: center;
}
.page-salon .section-salon .block-access .map .map-link-text {
  margin-top: 2.133333333333333vw;
  display: inline-block;
  color: #ff3d5f;
}
.page-salon .section-salon .block-access .img-container {
  gap: 1.333333333333333vw;
}
.page-salon .section-salon .block-access .img-container .img {
  width: 40.53333333333333vw;
}
.page-salon .section-salon .block-access .routes {
  margin-top: 7.466666666666668vw;
}
.page-salon .section-salon .block-access .routes .routes-heading {
  padding: 0.8vw 0;
  font-size: 4.266666666666667vw;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  border: 0.266666666666667vw solid #000;
}
.page-salon .section-salon .block-access .routes ol {
  margin-top: 5.466666666666667vw;
}
.page-salon .section-salon .block-access .routes li {
  padding-left: 0;
  text-indent: 0;
}
.page-salon .section-salon .block-access .routes li:not(:first-child) {
  margin-top: 3.2vw;
}
.page-salon .section-salon .block-access .routes li .num {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.866666666666667vw;
  padding-left: 0.266666666666667vw;
  padding-bottom: 0.533333333333333vw;
  width: 6.4vw;
  height: 6.4vw;
  border-radius: 50%;
  font-size: 5.333333333333334vw;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  background: #ff7d93;
}
.page-salon .section-salon .block-access .routes li .text {
  margin-top: 2.4vw;
}
.page-salon .section-salon .block-access .routes li:nth-child(1) .img {
  width: 67.73333333333333vw;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .page-salon .section-salon .block-access {
    order: 5;
    width: 100%;
    margin-top: 34px;
  }
  .page-salon .section-salon .block-access .map {
    margin-top: 16px;
  }
  .page-salon .section-salon .block-access .map .map-link-text {
    margin-top: 10px;
  }
  .page-salon .section-salon .block-access .img-container {
    gap: 8px;
  }
  .page-salon .section-salon .block-access .img-container .img {
    width: 228px;
  }
  .page-salon .section-salon .block-access .routes {
    position: relative;
    margin-top: 37px;
  }
  .page-salon .section-salon .block-access .routes .routes-heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 465px;
    padding: 6px 0;
    font-size: 2rem;
    letter-spacing: 0.05em;
    border-width: 1px;
  }
  .page-salon .section-salon .block-access .routes ol {
    -moz-columns: 2;
         columns: 2;
    margin-top: 0;
  }
  .page-salon .section-salon .block-access .routes li {
    width: 500px;
    padding-right: 36px;
  }
  .page-salon .section-salon .block-access .routes li:not(:first-child) {
    margin-top: 12px;
  }
  .page-salon .section-salon .block-access .routes li .num {
    margin: 0 auto 14px;
    padding-left: 1px;
    padding-bottom: 1px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 2rem;
  }
  .page-salon .section-salon .block-access .routes li .text {
    margin-top: 14px;
  }
  .page-salon .section-salon .block-access .routes li:nth-child(1) {
    margin-top: 80px;
  }
  .page-salon .section-salon .block-access .routes li:nth-child(1) .img {
    width: 382px;
  }
  .page-salon .section-salon .block-access .routes li:nth-child(4),
  .page-salon .section-salon .block-access .routes li:nth-child(5),
  .page-salon .section-salon .block-access .routes li:nth-child(6) {
    padding-right: 0;
    padding-left: 28px;
  }
}
.page-top .link-page a {
  display: inline-flex;
  margin-left: 8.799999999999999vw;
  font-size: 4vw;
  line-height: 1.4;
  color: #ff3d5f;
}
.page-top .link-page .icon {
  display: inline-grid;
  place-items: center;
  width: 4.533333333333333vw;
  height: 4.533333333333333vw;
  margin-right: 1.333333333333333vw;
  margin-top: 0.4vw;
  border-radius: 50%;
  background: #00b1ea;
}
.page-top .link-page .icon::before {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  margin-left: 0.533333333333333vw;
  border-style: solid;
  border-width: 1.333333333333333vw 0 1.333333333333333vw 1.866666666666667vw;
  border-color: transparent transparent transparent #fff;
}
@media only screen and (min-width: 768px) {
  .page-top .link-page {
    width: 100%;
  }
  .page-top .link-page a {
    width: 420px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    border: 1px solid #ff3d5f;
    padding: 18px 0 17px 0;
  }
  .page-top .link-page .icon {
    width: 19px;
    height: 19px;
    margin-right: 4px;
    margin-top: 2px;
  }
  .page-top .link-page .icon::before {
    margin-left: 1px;
    margin-top: -2px;
    border-width: 5px 0 5px 6px;
  }
}
.page-top .section-contents .list-text li:not(:first-child) {
  margin-top: 2.4vw;
}
@media only screen and (min-width: 768px) {
  .page-top .section-contents .list-text li:not(:first-child) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .section-hero {
    padding-top: 195px;
  }
  .page-top .section-hero .section-inner {
    display: flex;
  }
}
.page-top .section-hero .copy {
  position: relative;
  z-index: 1;
  margin-top: 1.066666666666667vw;
  font-size: 5.600000000000001vw;
  line-height: 1.547619047619048;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
  text-shadow: 0.266666666666667vw 0.266666666666667vw 0.266666666666667vw rgba(0,0,0,0.5);
}
.page-top .section-hero .copy span {
  display: block;
}
.page-top .section-hero .copy span:nth-child(1) {
  margin-left: 5.866666666666666vw;
}
@media only screen and (min-width: 768px) {
  .page-top .section-hero .copy {
    width: 53%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    margin-top: 0;
    padding-right: 42px;
    font-size: 3.3rem;
    line-height: 1.545454545454545;
    letter-spacing: 0.11em;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    -webkit-font-smoothing: antialiased;
    padding-bottom: 30px;
  }
  .page-top .section-hero .copy span {
    display: block;
  }
  .page-top .section-hero .copy span:nth-child(1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1301px) {
  .page-top .section-hero .copy {
    padding-right: 0;
    align-items: center;
  }
}
.page-top .section-hero .kv {
  position: relative;
  margin-top: 4vw;
}
@media only screen and (min-width: 768px) {
  .page-top .section-hero .kv {
    width: 47%;
    margin-top: 0;
  }
}
.page-top .section-hero .bg-item {
  position: absolute;
  top: -2.8vw;
  right: 8.799999999999999vw;
  width: 20.266666666666666vw;
  height: 15.466666666666667vw;
  background: url("../img/top/kv-decoration.jpg?hash=b4c3a0ac393c4476796109522578ff3a") center 0 no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .page-top .section-hero .bg-item {
    top: 0;
    right: auto;
    left: 0;
    width: 335px;
    height: 938px;
    width: 25.8%;
    background: url("../img/pc/bg-pink-portrait.jpg?hash=4cfc66d3d5f923b6b20c786345bfc2ea") right 0 no-repeat;
    background-size: 661px 1851px;
  }
}
.page-top .page-nav {
  padding-top: 5.600000000000001vw;
  padding-bottom: 1.333333333333333vw;
  padding-left: 3.333333333333333vw;
}
.page-top .page-nav ul {
  width: 100%;
  display: grid;
  grid-auto-rows: 9.866666666666667vw;
  grid-auto-columns: 44.53333333333334vw;
  gap: 3.733333333333334vw 3.866666666666667vw;
  grid-template-areas: ". .";
}
.page-top .page-nav a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 3.866666666666667vw;
  line-height: 1;
  background: #ff7d94;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  border-radius: 1.333333333333333vw;
  box-shadow: 0.8vw 0.933333333333333vw 0 0 #ffd8c0;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0.533333333333333vw;
}
@media only screen and (max-width: 767px) {
  .page-top .page-nav li:nth-child(2) a,
  .page-top .page-nav li:nth-child(5) a {
    letter-spacing: -0.03em;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .page-nav {
    position: relative;
    z-index: 1;
    max-width: 804px;
    margin: 30px auto 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }
  .page-top .page-nav ul {
    grid-auto-rows: 48px;
    grid-auto-columns: 218px;
    gap: 18px;
  }
  .page-top .page-nav a {
    font-size: 1.9rem;
    border-radius: 10px;
    box-shadow: 4px 4px 0 0 #ffd8c0;
    padding-bottom: 5px;
  }
}
.page-top .section-concept {
  padding-top: 9.333333333333334vw;
}
.page-top .section-concept .copy {
  text-align: center;
  font-size: 5.066666666666666vw;
  line-height: 1.684210526315789;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  -webkit-font-smoothing: antialiased;
}
.page-top .section-concept .copy .text-shadow {
  display: block;
  font-size: 5.2vw;
  margin-top: 2.133333333333333vw;
  margin-bottom: 2.133333333333333vw;
  text-shadow: 0.266666666666667vw 0.266666666666667vw 0.266666666666667vw rgba(0,0,0,0.3);
}
.page-top .section-concept .section-contents {
  margin-top: 11.200000000000001vw;
}
.page-top .section-concept .text {
  padding-inline: 8.666666666666668vw;
}
.page-top .section-concept .list-text {
  margin-top: 4.266666666666667vw;
  padding-inline: 8.666666666666668vw;
  padding-top: 4.933333333333334vw;
  padding-bottom: 4.8vw;
  background: url("../img/bg-pink-portrait.jpg?hash=953f6553381db16a7d499dddb24c211a") center 0 no-repeat;
  background-size: 160vw 281.59999999999997vw;
}
@media only screen and (min-width: 768px) {
  .page-top .section-concept {
    padding-top: 176px;
    margin-top: -100px;
  }
  .page-top .section-concept .copy {
    font-size: 2.6rem;
    line-height: 2.153846153846154;
    letter-spacing: 0.04em;
  }
  .page-top .section-concept .copy .text-shadow {
    font-size: 2.8rem;
    margin-top: 12px;
    margin-bottom: 12px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  }
  .page-top .section-concept .section-contents {
    margin-top: 28px;
  }
  .page-top .section-concept .text {
    width: 724px;
    margin-inline: auto;
    padding-inline: 0;
  }
  .page-top .section-concept .list-text {
    margin-top: 42px;
    padding-inline: 20px;
    padding-top: 37px;
    padding-bottom: 42px;
    background: url("../img/pc/bg-pink-landscape.jpg?hash=9528bf9d5ba6d03ef1a56a0d762242dd") center 0 no-repeat;
    background-size: 3334px 2550px;
  }
  .page-top .section-concept .list-text ul {
    max-width: 1000px;
    margin-inline: auto;
    padding-left: 20px;
    -moz-columns: 2;
         columns: 2;
    -moz-column-width: 100px 200px;
         column-width: 100px 200px;
  }
  .page-top .section-concept .list-text li {
    letter-spacing: 0.02em;
  }
}
.page-top .section-trouble .section-inner {
  padding-top: 16vw;
}
.page-top .section-trouble .section-heading {
  letter-spacing: -0.01em;
}
.page-top .section-trouble .section-contents {
  margin-top: 5.333333333333334vw;
}
.page-top .section-trouble .block {
  position: relative;
  z-index: 1;
  padding-inline: 8.666666666666668vw;
  padding-top: 7.6vw;
  padding-bottom: 7.6vw;
}
@media only screen and (max-width: 767px) {
  .page-top .section-trouble .block {
    background: url("../img/bg-pink-portrait.jpg?hash=953f6553381db16a7d499dddb24c211a") center 0 no-repeat;
    background-size: 160vw 281.59999999999997vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .section-trouble .block {
    background: url("../img/pc/bg-pink-portrait.jpg?hash=4cfc66d3d5f923b6b20c786345bfc2ea") center top no-repeat;
    background-size: 661px 1851px;
  }
}
.page-top .section-trouble .block .block-inner {
  padding-top: 4.666666666666667vw;
  padding-bottom: 5.333333333333334vw;
  background: #fff;
}
.page-top .section-trouble .block .heading {
  position: relative;
  min-height: 12.133333333333333vw;
  font-size: 5.066666666666666vw;
  line-height: 1.526315789473684;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
.page-top .section-trouble .block .heading span {
  position: relative;
  z-index: 1;
}
.page-top .section-trouble .block .heading::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  width: 50.93333333333333vw;
  height: 12.133333333333333vw;
  margin-left: -26.400000000000002vw;
  background: url("../img/heading-decoration-orange.svg?hash=3a5011e3e9c43a238c26d9374f8ac117") center 0 no-repeat;
  background-size: 100%;
}
.page-top .section-trouble .block .contents > .img {
  margin-top: 1.333333333333333vw;
}
.page-top .section-trouble .block .img-container {
  display: flex;
  margin-top: 1.333333333333333vw;
}
.page-top .section-trouble .block .img-container .img {
  width: 44.266666666666666vw;
}
.page-top .section-trouble .block .img-container .img:last-of-type {
  margin-top: 8.266666666666666vw;
  margin-left: -5.866666666666666vw;
}
.page-top .section-trouble .block .list-trouble {
  text-align: center;
  margin-top: 4.8vw;
}
.page-top .section-trouble .block .list-trouble::after {
  display: block;
  margin-inline: auto;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-right: 8.799999999999999vw solid transparent;
  border-left: 8.799999999999999vw solid transparent;
  border-top: 6.933333333333333vw solid #ffdfcc;
  border-bottom: 0;
  margin-top: 2.666666666666667vw;
}
.page-top .section-trouble .block:nth-child(even) .img-container .img:first-of-type {
  position: relative;
  z-index: 1;
}
.page-top .section-trouble .block:nth-child(4) .img {
  width: 52.800000000000004vw;
  margin-inline: auto;
}
.page-top .section-trouble .block .text-container {
  text-align: center;
}
.page-top .section-trouble .block .text-underline {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #ffab7b;
  text-decoration-thickness: 0.266666666666667vw;
  text-underline-offset: 1.066666666666667vw;
  margin-top: 2.133333333333333vw;
  margin-bottom: 3.733333333333334vw;
  font-weight: bold;
}
.page-top .section-trouble .block .btn-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  width: 74.4vw;
  height: 11.600000000000001vw;
  margin-top: 4.8vw;
  border-radius: 2.666666666666667vw;
  background: #ffac7a;
}
.page-top .section-trouble .block .btn-detail .btn-text {
  font-weight: bold;
  color: #fff;
  font-size: 4.133333333333333vw;
  line-height: 1;
  letter-spacing: 0.15em;
}
.page-top .section-trouble .block .btn-detail .btn-icon {
  width: 4.266666666666667vw;
  height: 4.266666666666667vw;
  margin-right: 2.933333333333333vw;
}
.page-top .section-trouble .block .btn-detail .btn-icon svg {
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .page-top .section-trouble {
    scroll-margin-top: 140px;
  }
  .page-top .section-trouble .section-inner {
    padding-top: 88px;
  }
  .page-top .section-trouble .section-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 70px;
    max-width: 1000px;
    margin-inline: auto;
    margin-top: 44px;
  }
  .page-top .section-trouble .block {
    width: 465px;
    padding-inline: 28px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .page-top .section-trouble .block .block-inner {
    padding-top: 30px;
    padding-bottom: 20px;
    height: 100%;
  }
  .page-top .section-trouble .block .heading {
    min-height: 58px;
    font-size: 2.2rem;
    line-height: 1.636363636363636;
    letter-spacing: 0.05em;
  }
  .page-top .section-trouble .block .heading::before {
    width: 242px;
    height: 58px;
    margin-left: -126px;
  }
  .page-top .section-trouble .block .contents > .img {
    margin-top: 7px;
  }
  .page-top .section-trouble .block .img-container {
    margin-top: 7px;
  }
  .page-top .section-trouble .block .img-container .img {
    width: 220px;
  }
  .page-top .section-trouble .block .img-container .img:last-of-type {
    margin-top: 40px;
    margin-left: -32px;
  }
  .page-top .section-trouble .block .text {
    margin-top: 16px;
    padding-left: 26px;
    padding-right: 26px;
  }
  .page-top .section-trouble .block:nth-child(4) .img {
    width: 262px;
  }
  .page-top .section-trouble .block .text-container {
    font-size: 1.6rem;
  }
  .page-top .section-trouble .block .list-trouble {
    margin-top: 19px;
    font-size: 1.4rem;
  }
  .page-top .section-trouble .block .list-trouble::after {
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 24px solid #ffdfcc;
    margin-top: 8px;
  }
  .page-top .section-trouble .block .text-underline {
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .page-top .section-trouble .block .btn-detail {
    width: 310px;
    height: 48px;
    margin-top: 10px;
    border-radius: 10px;
  }
  .page-top .section-trouble .block .btn-detail .btn-text {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.15em;
  }
  .page-top .section-trouble .block .btn-detail .btn-icon {
    width: 18px;
    height: 18px;
    margin-right: 12px;
  }
}
.page-top .section-commitment .section-inner {
  padding-top: 18.266666666666666vw;
}
.page-top .section-commitment .section-contents {
  margin-top: 2.666666666666667vw;
}
.page-top .section-commitment .block {
  padding-inline: 8.666666666666668vw;
  padding-top: 2.666666666666667vw;
  padding-bottom: 4vw;
}
@media only screen and (max-width: 767px) {
  .page-top .section-commitment .block {
    background: url("../img/bg-pink-portrait.jpg?hash=953f6553381db16a7d499dddb24c211a") center 0 no-repeat;
    background-size: 160vw 281.59999999999997vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .section-commitment .block {
    background: url("../img/pc/bg-pink-portrait.jpg?hash=4cfc66d3d5f923b6b20c786345bfc2ea") center top no-repeat;
    background-size: 661px 1851px;
  }
}
.page-top .section-commitment .block .block-inner {
  padding-top: 4.666666666666667vw;
}
.page-top .section-commitment .block .heading {
  position: relative;
  font-size: 5.066666666666666vw;
  line-height: 1.526315789473684;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  margin-top: 5.333333333333334vw;
}
.page-top .section-commitment .block .heading span {
  position: relative;
  z-index: 1;
}
.page-top .section-commitment .block .img-container {
  display: flex;
}
.page-top .section-commitment .block .img-container .img {
  width: 44.266666666666666vw;
}
.page-top .section-commitment .block .img-container .img:first-of-type {
  z-index: 1;
}
.page-top .section-commitment .block .img-container .img:last-of-type {
  margin-top: 8.266666666666666vw;
  margin-left: -5.866666666666666vw;
}
.page-top .section-commitment .block .text {
  margin-top: 4.666666666666667vw;
}
.page-top .section-commitment .block:nth-child(even) .img-container .img:first-of-type {
  position: relative;
  z-index: 1;
}
.page-top .section-commitment .block:nth-child(4) .img {
  width: 52.800000000000004vw;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .page-top .section-commitment {
    margin-top: -100px;
    padding-top: 100px;
  }
  .page-top .section-commitment .section-inner {
    padding-top: 96px;
  }
  .page-top .section-commitment .section-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 54px 70px;
    max-width: 1000px;
    margin-inline: auto;
    margin-top: 46px;
  }
  .page-top .section-commitment .block {
    width: 465px;
    padding-inline: 28px;
    padding-top: 0px;
    padding-bottom: 28px;
  }
  .page-top .section-commitment .block .block-inner {
    padding-top: 28px;
    padding-bottom: 0px;
    height: 100%;
  }
  .page-top .section-commitment .block .heading {
    font-size: 2.2rem;
    line-height: 1.636363636363636;
    letter-spacing: 0.05em;
    margin-top: 24px;
  }
  .page-top .section-commitment .block .img-container .img {
    width: 220px;
  }
  .page-top .section-commitment .block .img-container .img:last-of-type {
    margin-top: 40px;
    margin-left: -32px;
  }
  .page-top .section-commitment .block .text {
    margin-top: 12px;
    padding-inline: 26px;
  }
  .page-top .section-commitment .block:nth-child(4) .img {
    width: 262px;
  }
}
.page-top .section-case .section-inner {
  padding-top: 18.933333333333334vw;
}
.page-top .section-case .link-page {
  margin-top: 3.866666666666667vw;
}
.page-top .section-case .link-page a {
  width: 82.39999999999999vw;
  height: 11.066666666666666vw;
  border: 1px solid #ff3d5f;
  align-items: center;
  padding-left: 5.2vw;
  padding-bottom: 0.266666666666667vw;
}
.page-top .section-case .link-page .icon {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .page-top .section-case {
    scroll-margin-top: 140px;
  }
  .page-top .section-case .section-inner {
    padding-top: 22px;
  }
  .page-top .section-case .section-contents {
    display: flex;
    gap: 16px 70px;
  }
  .page-top .section-case .section-heading-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 465px;
  }
  .page-top .section-case .section-heading {
    margin-bottom: 10px;
  }
  .page-top .section-case .block .heading {
    min-height: 84px;
  }
  .page-top .section-case .link-page {
    margin-top: 2px;
  }
  .page-top .section-case .link-page a {
    width: 420px;
    height: 60px;
    padding-top: 0;
    padding-left: 0px;
    padding-bottom: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .section-voice .section-inner {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    margin-inline: auto;
    gap: 38px 70px;
  }
  .page-top .section-voice .section-heading {
    margin-top: 188px;
  }
  .page-top .section-voice .intro {
    padding-block: 35px 37px;
  }
  .page-top .section-voice .block-intro {
    width: 465px;
  }
}
.page-top .section-flow .section-inner {
  padding-top: 16.8vw;
}
.page-top .section-flow .block-intro {
  padding-inline: 8.666666666666668vw;
  text-align: center;
}
.page-top .section-flow .block-intro .text {
  margin-top: 7.466666666666668vw;
}
@media only screen and (max-width: 767px) {
  .page-top .section-flow > .link-page {
    display: none;
  }
}
.page-top .section-flow .block {
  margin-top: 8.266666666666666vw;
}
.page-top .section-flow .block .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5.066666666666666vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP', serif;
}
.page-top .section-flow .block .heading .num {
  display: inline-block;
  color: #fff;
  width: 6.4vw;
  height: 6.4vw;
  font-size: 4.533333333333333vw;
  line-height: 1.117647058823529;
  margin-right: 0.666666666666667vw;
  padding-top: 0.4vw;
  padding-left: 0.533333333333333vw;
  vertical-align: top;
  background: #000;
  border-radius: 50%;
  text-align: center;
}
.page-top .section-flow .block .contents {
  margin-top: 3.466666666666666vw;
  padding-top: 7.6vw;
  padding-bottom: 7.6vw;
  padding-inline: 8.666666666666668vw;
}
@media only screen and (max-width: 767px) {
  .page-top .section-flow .block .contents {
    background: url("../img/bg-pink-portrait.jpg?hash=953f6553381db16a7d499dddb24c211a") center 0 no-repeat;
    background-size: 160vw 281.59999999999997vw;
  }
}
@media only screen and (min-width: 768px) {
  .page-top .section-flow .block .contents {
    background: url("../img/pc/bg-pink-portrait.jpg?hash=4cfc66d3d5f923b6b20c786345bfc2ea") center top no-repeat;
    background-size: 661px 1851px;
  }
}
.page-top .section-flow .block .contents-inner {
  padding-top: 6.666666666666667vw;
  padding-bottom: 5.066666666666666vw;
  background: #fff;
}
.page-top .section-flow .block .img {
  width: 60vw;
  margin-inline: auto;
}
.page-top .section-flow .block .text {
  margin-top: 4.666666666666667vw;
  padding: 0 5.066666666666666vw;
}
.page-top .section-flow .block .text p:not(:first-child) {
  margin-top: 6.800000000000001vw;
}
.page-top .section-flow .block.flow-1 {
  margin-top: 5.600000000000001vw;
}
.page-top .section-flow .block.flow-1 .img,
.page-top .section-flow .block.flow-2 .img,
.page-top .section-flow .block.flow-8 .img {
  width: 74.93333333333332vw;
}
.page-top .section-flow .block.flow-before-after {
  margin-top: 7.733333333333333vw;
}
.page-top .section-flow .block.flow-before-after .contents {
  margin-top: 1.6vw;
}
.page-top .section-flow .block.flow-before-after .contents-inner {
  padding-top: 0;
  padding-bottom: 7.733333333333333vw;
}
.page-top .section-flow .block.flow-before-after .img-container {
  display: flex;
}
.page-top .section-flow .block.flow-before-after .img-container .img {
  width: 44.266666666666666vw;
  padding: 0;
}
.page-top .section-flow .block.flow-before-after .img-container .img:last-of-type {
  margin-top: 8.266666666666666vw;
  margin-left: -5.866666666666666vw;
}
.page-top .section-flow .block.flow-before-after .text {
  margin-top: 3.066666666666666vw;
}
.page-top .section-flow .block.flow-before-after .link-page {
  margin-top: 5.866666666666666vw;
  margin-left: 14.266666666666666vw;
}
.page-top .section-flow .block.flow-before-after .link-page a {
  margin-left: 0;
}
.page-top .section-flow .block.flow-before-after .link-page .icon {
  margin-top: 2.933333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-top .section-flow {
    padding-top: 160px;
    margin-top: -160px;
  }
  .page-top .section-flow .section-inner {
    padding-top: 14px;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    margin-inline: auto;
    gap: 33px 70px;
  }
  .page-top .section-flow .section-heading {
    margin-top: 250px;
  }
  .page-top .section-flow .block-intro {
    width: 465px;
    text-align: left;
    padding: 0;
  }
  .page-top .section-flow .block-intro .text {
    padding: 0 36px;
    margin-top: 27px;
  }
  .page-top .section-flow .block-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin-inline: auto;
    gap: 32px 70px;
    margin-top: 32px;
  }
  .page-top .section-flow .block-container + .link-page {
    display: block;
    margin-top: 47px;
  }
  .page-top .section-flow .block {
    width: 464px;
    margin-top: 0;
  }
  .page-top .section-flow .block .block-inner {
    height: calc(100% - 44px);
  }
  .page-top .section-flow .block .contents,
  .page-top .section-flow .block .contents-inner {
    height: 100%;
  }
  .page-top .section-flow .block .heading {
    font-size: 2.2rem;
    line-height: 1.818181818181818;
    letter-spacing: 0.05em;
    font-family: 'Noto Serif JP', serif;
  }
  .page-top .section-flow .block .heading .num {
    color: #fff;
    width: 27px;
    height: 27px;
    font-size: 2rem;
    margin-top: 0;
    margin-right: 2px;
    padding-top: 2px;
    padding-left: 0;
    background: #000;
    border-radius: 50%;
  }
  .page-top .section-flow .block .contents {
    margin-top: 4px;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-inline: 28px;
  }
  .page-top .section-flow .block .contents-inner {
    padding-inline: 25px;
    padding-top: 25px;
    padding-bottom: 16px;
  }
  .page-top .section-flow .block .img {
    width: 286px;
    margin-inline: auto;
  }
  .page-top .section-flow .block .text {
    margin-top: 18px;
    padding: 0;
  }
  .page-top .section-flow .block .text p:not(:first-child) {
    margin-top: 30px;
  }
  .page-top .section-flow .block.flow-1 {
    margin-top: 41px;
  }
  .page-top .section-flow .block.flow-1 .img,
  .page-top .section-flow .block.flow-2 .img,
  .page-top .section-flow .block.flow-8 .img {
    width: 100%;
  }
  .page-top .section-flow .block.flow-before-after {
    margin-top: 0;
  }
  .page-top .section-flow .block.flow-before-after .contents {
    margin-top: 4px;
  }
  .page-top .section-flow .block.flow-before-after .contents-inner {
    padding-top: 24px;
    padding-bottom: 23px;
  }
  .page-top .section-flow .block.flow-before-after .img-container {
    display: flex;
  }
  .page-top .section-flow .block.flow-before-after .img-container .img {
    width: 193px;
    padding: 0;
  }
  .page-top .section-flow .block.flow-before-after .img-container .img:last-of-type {
    margin-top: 36px;
    margin-left: -26px;
  }
  .page-top .section-flow .block.flow-before-after .text {
    margin-top: 23px;
  }
  .page-top .section-flow .block.flow-before-after .link-page {
    display: none;
  }
  .page-top .section-flow .link-page {
    margin-top: 44px;
  }
}
.page-top .section-contact .section-inner {
  padding-top: 18.933333333333334vw;
}
.page-top .section-contact .section-contents {
  margin-top: 7.6vw;
}
.page-top .section-contact .intro {
  padding-inline: 8.666666666666668vw;
}
.page-top .section-contact .intro .text p:not(:first-child) {
  margin-top: 6.800000000000001vw;
}
.page-top .section-contact .line {
  margin-top: 8.133333333333333vw;
}
.page-top .section-contact .line .heading {
  font-size: 5.066666666666666vw;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
.page-top .section-contact .line .contents {
  background: url("../img/bg-pink-portrait.jpg?hash=953f6553381db16a7d499dddb24c211a") center 0 no-repeat;
  background-size: 160vw 281.59999999999997vw;
  margin-top: 2.4vw;
  padding-top: 5.066666666666666vw;
  padding-bottom: 5.333333333333334vw;
  padding-inline: 8.666666666666668vw;
}
.page-top .section-contact .line .btn-container {
  width: 76.8vw;
  margin: 8vw auto 0;
}
.page-top .section-contact .line .btn-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11.066666666666666vw;
  font-size: 4.8vw;
  letter-spacing: 0.025em;
  color: #fff;
  font-weight: bold;
  border-radius: 2.133333333333333vw;
}
.page-top .section-contact .line .btn-container a:not(:first-child) {
  margin-top: 3.066666666666666vw;
}
.page-top .section-contact .line .btn-container .btn-icon {
  fill: #fff;
}
.page-top .section-contact .line .btn-container .btn-line {
  padding-left: 0.8vw;
  background: #00b900;
}
.page-top .section-contact .line .btn-container .btn-line .btn-icon {
  width: 7.333333333333333vw;
  height: 6.933333333333333vw;
  margin-right: 3.2vw;
}
.page-top .section-contact .line .btn-container .btn-line .btn-text span {
  margin-right: 1.066666666666667vw;
}
.page-top .section-contact .line .btn-container .btn-tel {
  padding-left: 6.133333333333333vw;
  background: #ff7d94;
}
.page-top .section-contact .line .btn-container .btn-tel .btn-icon {
  width: 7.333333333333333vw;
  height: 6.133333333333333vw;
  margin-right: 3.066666666666666vw;
  margin-top: -0.4vw;
}
.page-top .section-contact .line .btn-container .btn-salon {
  background: #ff8b44;
}
@media only screen and (min-width: 768px) {
  .page-top .section-contact {
    scroll-margin-top: 170px;
  }
  .page-top .section-contact .section-inner {
    padding-top: 48px;
  }
  .page-top .section-contact .section-contents {
    margin-top: 38px;
  }
  .page-top .section-contact .intro {
    max-width: 776px;
    margin-inline: auto;
    padding-inline: 0;
  }
  .page-top .section-contact .intro .text p:not(:first-child) {
    margin-top: 30px;
  }
  .page-top .section-contact .line {
    margin-top: 24px;
  }
  .page-top .section-contact .line .heading {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
  .page-top .section-contact .line .contents {
    margin-top: 0px;
    padding-top: 27px;
    padding-bottom: 30px;
    padding-inline: 65px;
    background: url("../img/pc/bg-pink-landscape.jpg?hash=9528bf9d5ba6d03ef1a56a0d762242dd") center 0 no-repeat;
    background-size: 3334px 2550px;
  }
  .page-top .section-contact .line .contents-inner {
    max-width: 776px;
    margin-inline: auto;
  }
  .page-top .section-contact .line .btn-container {
    width: 300px;
    margin: 34px auto 0;
  }
  .page-top .section-contact .line .btn-container a {
    height: 44px;
    font-size: 1.8rem;
    letter-spacing: 0.025em;
    border-radius: 10px;
  }
  .page-top .section-contact .line .btn-container a:not(:first-child) {
    margin-top: 11px;
  }
  .page-top .section-contact .line .btn-container .btn-line {
    padding-left: 0;
  }
  .page-top .section-contact .line .btn-container .btn-line .btn-icon {
    width: 29px;
    height: 27px;
    margin-right: 12px;
  }
  .page-top .section-contact .line .btn-container .btn-line .btn-text span {
    margin-right: 8px;
  }
  .page-top .section-contact .line .btn-container .btn-tel {
    padding-left: 16px;
  }
  .page-top .section-contact .line .btn-container .btn-tel .btn-icon {
    width: 29px;
    height: 24px;
    margin-right: 13px;
    margin-top: -3px;
  }
}
.page-top .section-instagram {
  padding-top: 7.466666666666668vw;
}
@media only screen and (min-width: 768px) {
  .page-top .section-instagram {
    padding-top: 4.8vw;
  }
}
.page-top .section-instagram .btn-instagram-account {
  align-items: center;
  display: flex;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.page-top .section-instagram .btn-instagram-account .btn-icon-instagram {
  margin-right: 2vw;
  width: 6.4vw;
}
@media only screen and (min-width: 768px) {
  .page-top .section-instagram .btn-instagram-account .btn-icon-instagram {
    margin-right: 14px;
    width: 37px;
  }
}
.page-top .section-instagram .btn-instagram-account .btn-text {
  font-size: 4.133333333333333vw;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-right: 1.2vw;
}
@media only screen and (min-width: 768px) {
  .page-top .section-instagram .btn-instagram-account .btn-text {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-right: 6px;
  }
}
.page-top .section-instagram .btn-instagram-account .btn-icon-arrow {
  margin-right: 1.066666666666667vw;
  width: 3.333333333333333vw;
  height: 3.333333333333333vw;
}
@media only screen and (min-width: 768px) {
  .page-top .section-instagram .btn-instagram-account .btn-icon-arrow {
    margin-right: 0;
    width: 20px;
    height: 20px;
  }
}
.page-top .section-instagram .btn-instagram-account .btn-icon-arrow svg {
  vertical-align: top;
}
.page-top .section-instagram .links {
  display: flex;
  flex-wrap: wrap;
  gap: 2.666666666666667vw;
  margin-inline: auto;
  margin-top: 4vw;
  width: 82.39999999999999vw;
}
@media only screen and (min-width: 768px) {
  .page-top .section-instagram .links {
    gap: 22px 25px;
    margin-top: 30px;
    width: 660px;
  }
}
.page-top .section-instagram .links li {
  width: 25.333333333333336vw;
}
@media only screen and (min-width: 768px) {
  .page-top .section-instagram .links li {
    width: 203px;
  }
}
.page-top .section-instagram .btn-instagram-follow {
  align-items: center;
  background: #ff7d94;
  border-radius: 1.333333333333333vw;
  display: flex;
  margin-inline: auto;
  margin-top: 4.533333333333333vw;
  padding-left: 12.266666666666666vw;
  width: 82.39999999999999vw;
  height: 8.799999999999999vw;
  background-image: linear-gradient(0deg, #ff7b8f, #4a56a3);
}
@media only screen and (min-width: 768px) {
  .page-top .section-instagram .btn-instagram-follow {
    border-radius: 10px;
    margin-top: 38px;
    padding-bottom: 0;
    padding-left: 0px;
    width: 660px;
    height: 53px;
    justify-content: center;
  }
}
.page-top .section-instagram .btn-instagram-follow .btn-icon-arrow {
  margin-right: 1.333333333333333vw;
  width: 4.8vw;
  height: 4.8vw;
}
@media only screen and (min-width: 768px) {
  .page-top .section-instagram .btn-instagram-follow .btn-icon-arrow {
    margin-right: 8px;
    margin-top: -2px;
    width: 19px;
    height: 19px;
  }
}
.page-top .section-instagram .btn-instagram-follow .btn-text {
  font-size: 4.266666666666667vw;
  letter-spacing: 0.025em;
  color: #fff;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page-top .section-instagram .btn-instagram-follow .btn-text {
    font-size: 2rem;
    letter-spacing: 0.01em;
  }
}
.page-top .section-instagram .btn-contact {
  background: #fff0ee;
  width: 100%;
  padding-block: 7.199999999999999vw 8vw;
  padding-right: 1.333333333333333vw;
  margin-top: 13.066666666666665vw;
}
@media only screen and (min-width: 768px) {
  .page-top .section-instagram .btn-contact {
    padding-block: 30px 32px;
    padding-right: 4px;
    margin-top: 74px;
  }
}
.page-top .section-instagram .btn-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  width: 70.13333333333334vw;
  height: 14.399999999999999vw;
  padding-bottom: 0.8vw;
  background: #ff7d94;
  color: #fff;
  font-size: 5.066666666666666vw;
  border-radius: 1.333333333333333vw;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  box-shadow: 0.8vw 0.933333333333333vw 0 0 #ffd8c0;
}
@media only screen and (min-width: 768px) {
  .page-top .section-instagram .btn-contact a {
    width: 656px;
    height: 58px;
    padding-bottom: 0;
    font-size: 2rem;
    border-radius: 6px;
    box-shadow: 4px 5px 0 0 #ffd8c0;
  }
}
.page-top .section-instagram .bnr-container {
  position: relative;
  width: 82.39999999999999vw;
  margin-inline: auto;
  margin-top: 13.600000000000001vw;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .page-top .section-instagram .bnr-container {
    display: flex;
    justify-content: center;
    width: auto;
    margin-top: 75px;
    gap: 40px;
  }
}
.page-top .section-instagram .bnr-container a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-top .section-instagram .bnr-container a {
    width: 480px;
  }
}
.page-top .section-instagram .bnr-container a:not(:first-child) {
  margin-top: 5.066666666666666vw;
}
@media only screen and (min-width: 768px) {
  .page-top .section-instagram .bnr-container a:not(:first-child) {
    margin-top: 0;
  }
}
.page-top .section-faq .section-inner {
  padding-block: 17.2vw 18.666666666666668vw;
}
.page-top .section-faq .section-contents {
  padding-inline: 8.666666666666668vw;
  padding-top: 8.933333333333334vw;
}
.page-top .section-faq .link-line {
  display: block;
  color: #00b900;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page-top .section-faq {
    margin-top: -100px;
    padding-top: 100px;
  }
  .page-top .section-faq .section-inner {
    padding-block: 98px 160px;
  }
  .page-top .section-faq .section-contents {
    max-width: 1000px;
    margin-inline: auto;
    padding-inline: 0;
    padding-top: 46px;
  }
}
@media only screen and (min-width: 768px) {
  .js_isWin.page-top .link-page .icon {
    margin-top: 0px;
  }
  .js_isWin.page-top .section-contact .line .btn-container .btn-line,
  .js_isWin.page-top .section-contact .line .btn-container .btn-tel {
    padding-top: 2px;
  }
}