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

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

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

/* CSS Document */
html {
  font-size: 62.5%;
  line-height: 1.45;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  color: #666666;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .background {
    background: rgb(145, 208, 198);
    background: linear-gradient(90deg, rgb(145, 208, 198) 0%, rgb(126, 204, 221) 100%);
    position: fixed;
    z-index: -1;
    width: 100vw;
    height: 100vh;
  }
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6em;
}

p {
  line-height: 2.0625;
  letter-spacing: -0.05em;
}

h3 {
  font-weight: 500;
}

h3,
h4 {
  color: #333;
  line-height: 1.65;
  font-size: 20px;
  letter-spacing: 0.1em;
}

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

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

@media screen and (min-width: 768px) {
  .main-content {
    width: 50vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .main-content .wrapper {
    background-color: #fff;
    max-width: 375px;
  }
}
.main-content .wrapper main {
  max-width: 375px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-content .wrapper main {
    max-width: 100%;
  }
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #99d4d9;
  padding: 20px 0 75px;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 0;
    position: fixed;
    left: 0;
    top: 20px;
    z-index: 9999;
    width: 50vw;
    background-color: transparent;
  }
}
.header .header-wrap {
  max-width: 375px;
}
.header .logo {
  max-width: 273px;
  width: 100%;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .header .header-nav {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .header .header-nav {
    margin-top: 10px;
  }
}
.header .header-nav .header-menu {
  max-width: 341px;
}
@media screen and (max-width: 767px) {
  .header .header-nav .header-menu {
    max-width: 275px;
    position: relative;
  }
  .header .header-nav .header-menu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 54px);
    transform: translateY(-50%);
    width: 10.5px;
    height: 177px;
    background: center/contain no-repeat url(../img/txt_content.png);
  }
}
.header .header-nav .header-menu li a {
  display: block;
  padding: 10px 0 10px 20px;
  color: #fff;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
  position: relative;
  transition: 0.3s;
  line-height: 2.0625;
  font-size: 16px;
  text-align: left;
}
.header .header-nav .header-menu li a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/icon_arrow_wh.png) no-repeat center/contain;
  transition: 0.3s;
}
.header .header-nav .header-menu li a:hover {
  color: #333;
  transition: 0.3s;
}
.header .header-nav .header-menu li a:hover::after {
  background: url(../img/icon_arrow_bk.png) no-repeat center/contain;
  transition: 0.3s;
}
.header .header-nav .btn-recruit {
  display: block;
  margin-top: 22px;
  max-width: 341px;
  margin-bottom: 24px;
}
.header .header-nav .btn-tel {
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  margin-right: 14px;
  display: inline-block;
  transition: 0.3s;
}
.header .header-nav .btn-tel:hover {
  color: #333;
  transition: 0.3s;
}
.header .header-nav .btn-insta {
  width: 31px;
  display: block;
  margin-top: 30px;
}
.header .header-nav p {
  display: inline;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.06em;
}
.header .header-nav .btn-official {
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: underline;
  margin-top: 22px;
  display: inline-block;
  transition: 0.3s;
}
.header .header-nav .btn-official:hover {
  color: #333;
  transition: 0.3s;
}

.sec-ttl {
  margin: 55px auto 0;
}
.sec-ttl img {
  display: block;
  margin: 0 auto;
  height: 35px;
  width: auto;
}

.l-logo {
  padding: 13px 15px 8px;
}
.l-logo img {
  width: 98px;
}
.p-greeting {
  padding-top: 100px;
  position: relative;
}
.p-greeting::before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fffeea;
}
.p-greeting__img02 {
  margin: 37px auto 0;
}
.p-greeting__subttl {
  margin-top: 35px;
}
.p-greeting__txt {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.875;
  color: #666;
}
.p-greeting__name {
  margin-top: 35px;
}
.p-greeting .p-point {
  background-color: #99d4d9;
  padding: 30px 0 52px 0;
  margin-top: 95px;
  position: relative;
}
.p-greeting .p-point__ttl {
  text-align: center;
  color: #fff;
}
.p-greeting .p-point__list {
  margin-top: 63px;
}
.p-greeting .p-point__list li {
  padding: 0 20px 15px 20px;
  background-color: #fff;
}
.p-greeting .p-point__list li:not(:last-of-type) {
  margin-bottom: 40px;
}
.p-greeting .p-point__list li .icon {
  width: 44px;
  transform: translateY(-30px);
  margin: 0 auto -27px;
}
.p-greeting .p-point__list li h4 {
  text-align: center;
  margin-top: -18px;
  font-weight: 500;
}
.p-greeting .p-point__list li p {
  line-height: 1.6875;
}
.p-greeting__salary {
  margin-top: 50px;
}

.p-message {
  padding-bottom: 70px;
}
.p-message__subttl {
  margin-top: 20px;
}
.p-message__txt {
  margin-top: 20px;
}

.p-faq {
  background: rgb(145, 208, 198);
  background: linear-gradient(90deg, rgb(145, 208, 198) 0%, rgb(126, 204, 221) 100%);
  padding: 50px 0 78px 0;
}
.p-faq .sec-ttl {
  margin-top: 0;
}
.p-faq .sec-ttl img {
  height: 46px;
}
.p-faq__list {
  margin-top: 40px;
}
.p-faq__list .question {
  font-weight: 500;
  background-color: #fff;
  margin-bottom: 14px;
  padding: 15px 30px;
  letter-spacing: 0.1em;
  border-radius: 20px;
  line-height: 1.6875;
  position: relative;
}
.p-faq__list .question::before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  left: 0;
  top: -24px;
  background: url(../img/icon_q.png) no-repeat center/contain;
}
.p-faq__list .question::after {
  position: absolute;
  width: 38px;
  height: 18px;
  content: "";
  display: block;
  left: 27px;
  bottom: -13px;
  background: url(../img/fukidashi_q.png) no-repeat center/contain;
}
.p-faq__list .answer {
  background-color: #fffeee;
  margin-left: auto;
  width: calc(100% - 56px);
  border-radius: 20px;
  padding: 20px 13px 20px 20px;
  line-height: 1.9375;
  letter-spacing: 0;
  position: relative;
  font-feature-settings: "palt";
  font-weight: 400;
}
.p-faq__list .answer::before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  left: -30px;
  top: 15px;
  background: url(../img/icon_a.png) no-repeat center/contain;
}
.p-faq__list .answer::after {
  position: absolute;
  width: 38px;
  height: 18px;
  content: "";
  display: block;
  right: 27px;
  bottom: -13px;
  background: url(../img/fukidashi_a.png) no-repeat center/contain;
}
.p-faq__list .answer:not(:last-of-type) {
  margin-bottom: 50px;
}

.p-recruitment {
  padding: 60px 0 85px 0;
}
.p-recruitment .sec-ttl {
  margin-top: 0;
}
.p-recruitment__subttl {
  margin-top: 50px;
}
.p-recruitment__subttl02 {
  font-size: 16px;
  letter-spacing: 0.1em;
  background-color: #cccccc;
  color: #333;
  text-align: center;
  font-weight: 500;
  padding: 2px 0;
  margin-top: 30px;
  margin-bottom: 15px;
}
.p-recruitment__list + .p-recruitment__subttl02 {
  margin-top: 100px;
}
.p-recruitment__list dt {
  font-weight: 500;
  line-height: 2.0625;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
.p-recruitment__list dd {
  font-weight: 300;
  color: #666666;
  line-height: 1.5625;
  letter-spacing: 0;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  font-feature-settings: "palt";
}
.p-recruitment__list dd a {
  color: #666666;
  text-decoration: none;
}
.p-recruitment__list dd p {
  line-height: 1.5625;
}
.p-recruitment__list dd p + p {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  header .burger-btn {
    display: block;
    width: 16px;
    height: 16px;
    background-color: red;
    position: relative;
    cursor: pointer;
  }
  header .burger-btn span {
    position: absolute;
    width: 16px;
    height: 1px;
    background-color: black;
    display: block;
    transition: all 0.3s;
  }
  header .burger-btn span:nth-of-type(1) {
    top: 0px;
  }
  header .burger-btn span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  header .burger-btn span:nth-of-type(3) {
    bottom: 0px;
  }
  header .burger-btn.active span {
    transition: all 0.3s;
  }
  header .burger-btn.active span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px;
  }
  header .burger-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .burger-btn.active span:nth-of-type(3) {
    transform: rotate(-45deg);
    bottom: 8px;
  }
}
.p-voice {
  padding-top: 95px;
  position: relative;
}
.p-voice::before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fffeea;
}
.p-voice .sec-ttl {
  margin-bottom: 20px;
}
.p-voice__list {
  display: grid;
  gap: 50px;
}
.p-voice__item {
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
.p-voice__item::before {
  content: "";
  width: 100%;
  height: calc(100% - 90px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: center/cover no-repeat url(../img/bg_voice.jpg);
  z-index: -1;
}
.p-voice__item:nth-child(even) .p-voice__info {
  flex-direction: row-reverse;
}
.p-voice__item:last-child {
  padding-bottom: 120px;
}
.p-voice__info {
  margin-bottom: 35px;
  display: flex;
  align-items: flex-end;
  gap: 25px;
}
.p-voice__img {
  width: 200px;
}
.p-voice__school {
  margin-bottom: 10px;
}
.p-voice__name, .p-voice__school {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.p-voice__content {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 35px 20px;
  background-color: #fff;
}
.p-voice__lead {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 1.6875;
}
.p-voice__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875;
}

.p-flow {
  padding: 35px 0 0;
}
.p-flow .sec-ttl {
  margin-top: 0;
  margin-bottom: 40px;
}
.p-flow__txt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.65;
  text-align: center;
}
.p-flow__wrap {
  margin-top: 120px;
  padding: 75px 0 80px;
  background-color: #f1f1f1;
  position: relative;
}
.p-flow__salon-tour {
  width: 258px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.p-flow__tour {
  display: grid;
  gap: 20px;
}
.p-flow__sns {
  margin-top: 45px;
  text-align: center;
}
.p-flow__sns-img {
  width: 168px;
}
.p-flow__sns-txt {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
}
.p-flow__sns-txt span {
  color: #ed7058;
}
.p-flow__sns-search {
  width: 180px;
}

.l-footer {
  padding: 40px 0 85px;
  background: linear-gradient(to right, #91c0c0 0%, #7cc4d4 100%);
  text-align: center;
}
.l-footer__txt {
  margin-bottom: 15px;
  line-height: 1.9375;
  text-align: center;
  color: #fff;
}
.l-footer__tel {
  margin-top: 15px;
  font-size: 18px;
  letter-spacing: 0.22em;
  line-height: 1.7222222222;
  text-align: center;
  color: #fff;
  text-decoration: underline;
  display: inline-block;
}
.l-footer__tel:hover {
  text-decoration: underline;
}
.l-footer__txt02 {
  font-size: 14px;
  line-height: 2.2142857143;
  color: #fff;
}
.l-footer__link {
  width: 32px;
  margin: 20px auto 0;
  display: block;
}
.l-footer__link img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */