@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  /*-webkit-appearance: none;*/ /* 1 */
  /*appearance: none;*/
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
}

th {
  text-align: left;
}

/* -------------------------------------------------
	メディアクエリ
-------------------------------------------------- */
/* -------------------------------------------------
	変数
-------------------------------------------------- */
/* -------------------------------------------------
	ボタン
-------------------------------------------------- */
/* -------------------------------------------------
	ヘッダー
-------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
}

/* -------------------------------------------------
	タイトル 
-------------------------------------------------- */
.page-tit {
  padding-top: 19%;
  margin-bottom: 2.6rem;
  background: url(../img/page/page-tit-bg.svg) no-repeat;
  background-size: 100%;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 4.4rem;
  position: relative;
}
@media screen and (max-width: 780px) {
  .page-tit {
    font-size: 3rem;
  }
}

.main-tit__img {
  width: 100%;
  margin-top: -7%;
}
@media screen and (max-width: 780px) {
  .main-tit__img {
    display: none;
  }
}

.main-tit__img--sp {
  width: 100%;
  margin-top: -7%;
}
@media screen and (min-width: 781px) {
  .main-tit__img--sp {
    display: none;
  }
}

/* -------------------------------------------------
	パンくずリスト
-------------------------------------------------- */
.breadcrumb {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  letter-spacing: 0.5rem;
  font-size: 1.2rem;
  color: #9b9b9b;
}

.breadcrumb02 {
  display: flex;
  align-items: center;
}

.breadcrumb li {
  float: left;
}
.breadcrumb li:not(:last-of-type) {
  color: #9b9b9b;
}

.breadcrumb li a {
  display: block;
  padding: 8px;
  text-decoration: none;
}

.breadcrumb li a::after {
  content: " >";
}

.breadcrumb li:last-child a::after {
  content: "";
}

.breadcrumb .current-item:last-of-type {
  color: #000;
}

/* -------------------------------------------------
	charm
-------------------------------------------------- */
.charm-slogan {
  width: 92%;
  margin: 3rem auto 14rem;
  text-align: center;
}

.charm-slogan__text {
  margin-bottom: 3rem;
}

.charm-slogan__img {
  max-width: 100%;
}
@media screen and (min-width: 781px) {
  .charm-slogan__img {
    margin-left: 11rem;
  }
}

.charm-policy {
  padding-top: 10rem;
  padding-bottom: 17.6rem;
  background: url(../img/page/page-bg-wave.svg) no-repeat;
  background-size: 130% 100%;
  background-position: top;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 780px) {
  .charm-policy {
    background-size: 180% 100%;
  }
}

.charm-policy__deco {
  max-width: 31%;
  position: absolute;
  top: 0;
  opacity: 0.7;
}
@media screen and (min-width: 591px) {
  .charm-policy__deco {
    max-width: 20%;
  }
}
@media screen and (min-width: 1025px) {
  .charm-policy__deco {
    max-width: 12%;
  }
}

.charm-policy__deco01 {
  left: 5%;
}

.charm-policy__deco02 {
  right: 5%;
}

.charm-policy-inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.charm-policy__tit {
  margin-top: -5rem;
  margin-bottom: 8rem;
}
@media screen and (min-width: 591px) {
  .charm-policy__tit .charm-policy__tit--sp {
    display: none;
  }
}

.charm-policy__img {
  max-width: 100%;
  margin: 0 auto 16rem;
  display: block;
}

.charm-policy-list {
  margin-bottom: 14rem;
}

.charm-policy-list__tit {
  margin-bottom: 2.5rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 3.6rem;
  position: relative;
  line-height: 3rem;
}
.charm-policy-list__tit::after {
  content: "";
  background: url(../img/page/charm-tit-deco.svg) no-repeat;
  background-size: contain;
  width: 10.3rem;
  height: 33rem;
  position: absolute;
  top: -6.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 590px) {
  .charm-policy-list__tit {
    font-size: 3rem;
  }
}

.charm-point {
  width: 90%;
  margin: 0 auto 20.3rem;
}
@media screen and (min-width: 1851px) {
  .charm-point {
    max-width: 1200px;
  }
}

.charm-point__tit {
  margin-top: 13rem;
  margin-bottom: 9rem;
  white-space: nowrap;
}

.charm-point-box {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1025px) {
  .charm-point-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 780px) {
  .charm-point-box {
    margin-bottom: 15rem;
  }
}

.charm-point-inner {
  max-width: 756px;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .charm-point-inner {
    width: 55%;
  }
}
@media screen and (min-width: 1851px) {
  .charm-point-inner {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .charm-point-inner {
    padding: 0 3rem 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .charm-point-inner {
    margin: 0 auto 5rem;
  }
}
@media screen and (max-width: 590px) {
  .charm-point-inner {
    padding-top: 2rem;
  }
}

.charm-point-inner01 {
  order: 2;
}
@media screen and (min-width: 1851px) {
  .charm-point-inner01 {
    margin-right: -11.7rem;
  }
}
@media screen and (min-width: 1301px) {
  .charm-point-inner01 {
    padding: 0 11.7rem 4.5rem 8rem;
  }
}

@media screen and (min-width: 1851px) {
  .charm-point-inner02 {
    margin-left: -15.6rem;
  }
}
@media screen and (min-width: 1301px) {
  .charm-point-inner02 {
    padding: 0 8rem 4.5rem 9rem;
  }
}
@media screen and (min-width: 1301px) {
  .charm-point-inner02 .charm-point-inner02__text {
    margin-left: 6.6rem;
  }
}

.charm-point-box__deco {
  position: absolute;
  left: -7%;
  top: -9rem;
}
@media screen and (max-width: 1024px) {
  .charm-point-box__deco {
    width: 69%;
    top: -7rem;
  }
}

.charm-point-box__tit {
  margin-bottom: 4.8rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 3.6rem;
}
@media screen and (max-width: 1300px) {
  .charm-point-box__tit {
    margin-left: 9%;
  }
}
@media screen and (max-width: 780px) {
  .charm-point-box__tit {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 590px) {
  .charm-point-box__tit {
    margin-bottom: 3rem;
    margin-left: 0;
    font-size: 2rem;
  }
}

.charm-point-box__img {
  max-width: 618px;
}
@media screen and (max-width: 1850px) {
  .charm-point-box__img {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .charm-point-box__img {
    width: 65%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .charm-point-box__img {
    width: 83%;
  }
}

.charm-point-box__img01 {
  max-width: 757px;
  order: 1;
}
@media screen and (min-width: 1851px) {
  .charm-point-box__img01 {
    margin-left: -29rem;
  }
}

.charm-point-box__img02 {
  max-width: 734px;
}
@media screen and (min-width: 1851px) {
  .charm-point-box__img02 {
    margin-right: -19.2rem;
  }
}

.charm-point-box__img03 {
  max-width: 757px;
  order: 1;
}
@media screen and (min-width: 1851px) {
  .charm-point-box__img03 {
    margin-left: -27.4rem;
  }
}

.charm-insta {
  width: 90%;
  margin: 1340px;
  margin: 0 auto 17.8rem;
}
.charm-insta .main-btn-black__link {
  margin-top: 6rem;
}

.charm-insta__tit {
  margin-bottom: 10rem;
}

/* -------------------------------------------------
	募集要項一覧
-------------------------------------------------- */
.job-all-btn {
  margin-bottom: 15rem;
  text-align: center;
}
@media screen and (min-width: 781px) {
  .job-all-btn {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 591px) {
  .job-all-btn .main-btn-black__link {
    margin: 0 2rem;
  }
}

.job-all {
  padding-bottom: 14rem;
  background: url(../img/page/page-bg.svg) no-repeat;
  background-size: 130% 100%;
  background-position: top;
}
@media screen and (max-width: 780px) {
  .job-all {
    background-size: 180% 100%;
  }
}

.job-all__tit {
  margin-bottom: 11rem;
}

.job-all-list {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 591px) {
  .job-all-list::after {
    content: "";
    width: 30%;
    display: block;
  }
}

.job-all-item {
  margin-bottom: 5.5rem;
  text-align: center;
}
@media screen and (min-width: 591px) {
  .job-all-item {
    width: 45%;
  }
}
@media screen and (min-width: 781px) {
  .job-all-item {
    width: 30%;
  }
}

.job-all-item__link {
  display: block;
}
.job-all-item__link .job-all-item__img {
  max-width: 100%;
  width: 37rem;
  height: 23rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.job-name {
  border-bottom: 4px solid;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 1.8rem;
  display: inline-block;
}
.job-name:not(:first-of-type) {
  xdisplay: none;
}

.stylist {
  border-color: #FFAD43;
}

.eyelist {
  border-color: #97C1E5;
}

.nailist {
  border-color: #F8AABD;
}

.este {
  border-color: #97E58E;
}

.hukushi {
  border-color: #e498ea;
}

.job-type {
  padding: 0 1rem;
  color: #fff;
  border-radius: 6px;
  font-size: 1.4rem;
}

.mid-career {
  background: #FFAD43;
}

.graduate {
  background: #F8AABD;
}

.tabBox {
  display: block;
  width: 500px;
  margin: 30px auto;
}

.tabContentList {
  display: block;
}

.tabContentList .tabContent {
  display: none;
}

.tabContentList .tabContent.active {
  display: block;
}

/* -------------------------------------------------
	募集要項詳細
-------------------------------------------------- */
.recruitment {
  background: url(../img/page/page-bg.svg) no-repeat;
  background-size: 130% 100%;
  background-position: top;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .recruitment {
    background-size: 180% 100%;
  }
}

.recruitment-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.recruitment-name__tit {
  margin-top: 9rem;
  margin-bottom: 6.2rem;
}

.recruitment__img {
  max-width: 100%;
  width: 80rem;
  height: 49.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
  margin-bottom: 7rem;
  margin-top: -1rem;
}
@media screen and (max-width: 590px) {
  .recruitment__img {
    height: 30rem;
  }
}

.recruitment__text {
  max-width: 390px;
  margin: 0 auto 16rem;
  text-align: left;
}

.recruitment-list__tit {
  margin-bottom: 11.8rem;
}

.recruitment-table {
  max-width: 945px;
  width: 100%;
  margin: 0 auto 13rem;
  border-spacing: 5.5rem 0;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3rem;
}

@media screen and (min-width: 781px) {
  .recruitment-table tr {
    display: flex;
    align-items: center;
  }
}

.recruitment-table__tit {
  width: 25%;
  margin-bottom: 5.5rem;
  color: #FFAD43;
  display: inline-block;
}
@media screen and (max-width: 590px) {
  .recruitment-table__tit {
    width: 100%;
    margin-bottom: 3rem;
    display: block;
  }
}

.recruitment-table__text {
  max-width: 812px;
  width: 75%;
  margin-bottom: 5.5rem;
  padding: 1rem 0 2rem 5rem;
  border-left: 3px solid #FFAD43;
  border-bottom: 3px solid #FFAD43;
  position: relative;
  display: inline-block;
  text-align: left;
}
.recruitment-table__text::after {
  position: absolute;
  content: "";
  display: block;
  left: -3px;
  bottom: 0;
  border-left: 3px solid #fff;
  width: 100%;
  height: 10%;
}
@media screen and (max-width: 590px) {
  .recruitment-table__text {
    width: 100%;
  }
}

.recruitment-graduate-table .recruitment-table__tit {
  color: #F8AABD;
}
.recruitment-graduate-table .recruitment-table__text {
  border-left: 3px solid #F8AABD;
  border-bottom: 3px solid #F8AABD;
}

.recruitment-flow__tit {
  margin-bottom: 8rem;
}

.recruitment-flow__img {
  width: 100%;
  margin: 0 auto 9.8rem;
}
@media screen and (max-width: 590px) {
  .recruitment-flow__img {
    display: none;
  }
}

.recruitment-flow__img--sp {
  width: 100%;
  margin: 0 auto 9.8rem;
}
@media screen and (min-width: 591px) {
  .recruitment-flow__img--sp {
    display: none;
  }
}

.recruitment-entry__link {
  width: 27rem;
  padding: 0.3rem 0;
  border: 4px solid #000;
  margin: 0 auto;
  font-size: 1.8rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  border-radius: 8px;
  display: block;
  text-align: center;
  transition: all 0.2s ease-in;
  position: relative;
  z-index: 2;
  color: #000;
  overflow: hidden;
  margin-bottom: 11rem;
  border-color: #F9EF58;
  background: #F9EF58;
}
.recruitment-entry__link::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.recruitment-entry__link::after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background: #97E58E;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.recruitment-entry__link:hover {
  border: 4px solid #97E58E;
  color: #fff;
}
.recruitment-entry__link:hover::before {
  top: -35%;
  background: #97E58E;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.recruitment-entry__link:hover::after {
  top: -45%;
  background: #97E58E;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
@media screen and (max-width: 780px) {
  .recruitment-entry__link {
    width: 16.8rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 780px) {
  .recruitment-entry__link {
    padding: 0.35rem 0;
  }
}

/* -------------------------------------------------
	応募フォーム
-------------------------------------------------- */
.page-entry {
  max-width: 940px;
  width: 90%;
  margin: 0 auto 9.6rem;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}

.page-entry__tit {
  margin: 8rem 0 6rem;
}

.page-entry__text {
  margin-bottom: 11.5rem;
  font-family: "Noto Sans JP", sans-serif;
}

.page-entry-form {
  width: 100%;
}

.entry-form-tit {
  width: 25%;
  margin-bottom: 4.3rem;
  font-size: 1.8rem;
  line-height: 2.5rem;
  display: inline-block;
  vertical-align: bottom;
  font-weight: normal;
}
@media screen and (max-width: 780px) {
  .entry-form-tit {
    width: 100%;
    margin-bottom: 2rem;
    display: block;
  }
}
.entry-form-tit .required {
  font-size: 1.4rem;
  color: #E63499;
  display: block;
}

.entry-form-area-tit {
  vertical-align: top;
}

.entry-form-text {
  width: 75%;
  margin-bottom: 4.3rem;
  max-width: 750px;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 780px) {
  .entry-form-text {
    width: 100%;
  }
}

.entry-form-radio {
  margin-top: -7rem;
}
@media screen and (max-width: 780px) {
  .entry-form-radio {
    margin-top: -1rem;
  }
}

.entry-form-radio__input {
  width: 25px;
  height: 25px;
  margin-right: 1.5rem;
}

.entry-form-text__input {
  width: 100%;
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 10px;
  outline: none;
}

.entry-form-text__input--school {
  width: 70%;
}

.entry-form-school__select {
  width: 24%;
  height: 6rem;
  margin-left: 3rem;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 1300px) {
  .entry-form-school__select {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 590px) {
  .entry-form-school__select {
    height: 4.5rem;
    margin-left: 1rem;
  }
}

.entry-form-text__textarea {
  height: 20rem;
}

.page-entry__policy-link {
  color: #FFAD43;
}
.page-entry__policy-link:hover {
  text-decoration: underline;
}

.page-entry__consent {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-entry__consent .page-entry__consent--input {
  width: 25px;
  height: 25px;
  margin-right: 1.5rem;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
}

.page-entry__link {
  width: 27rem;
  padding: 0.3rem 0;
  border: 4px solid #FFAD43;
  margin: 0 auto;
  font-size: 1.8rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  border-radius: 8px;
  display: block;
  text-align: center;
  transition: all 0.2s ease-in;
  position: relative;
  z-index: 2;
  color: #FFAD43;
  overflow: hidden;
  margin-top: 6rem;
  background: #FFAD43;
  color: #fff;
}
.page-entry__link::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.page-entry__link::after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background: #97E58E;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.page-entry__link:hover {
  border: 4px solid #97E58E;
  color: #fff;
}
.page-entry__link:hover::before {
  top: -35%;
  background: #97E58E;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.page-entry__link:hover::after {
  top: -45%;
  background: #97E58E;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
@media screen and (max-width: 780px) {
  .page-entry__link {
    width: 16.8rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 780px) {
  .page-entry__link {
    padding: 0.35rem 0;
  }
}

.page-entry-back__link {
  margin-top: 6rem;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: pointer !important;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7-previous {
  display: inline-block !important;
}

/* -------------------------------------------------
	ブログ一覧
-------------------------------------------------- */
.post-all {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.post-all__tit {
  margin-top: 17rem;
  margin-bottom: 7rem;
}

.post-all-list {
  margin-bottom: 12rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-all-list::after {
  content: "";
  width: 30%;
  display: block;
}
@media screen and (max-width: 780px) {
  .post-all-list::after {
    width: 48%;
  }
}

.post-all-item {
  width: 45%;
  margin-bottom: 7rem;
  line-height: 3rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}
@media screen and (min-width: 781px) {
  .post-all-item {
    width: 30%;
    font-size: 2rem;
  }
}

.post-all-item__link {
  display: block;
}

.post-all-item__img {
  max-width: 100%;
  width: 36.9rem;
  height: 36.9rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2.7rem;
  display: block;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .post-all-item__img {
    height: 29.4rem;
  }
}
@media screen and (max-width: 590px) {
  .post-all-item__img {
    height: 16.4rem;
  }
}

.pagination {
  margin-bottom: 11.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers {
  width: 3.5rem;
  display: block;
}

.page-numbers__arrow {
  display: block;
}

.prev {
  height: 3rem;
  margin-left: -1rem;
  background: url(../img/page/blog-arrow-left.svg) no-repeat;
  background-size: contain;
}

.next {
  height: 3rem;
  margin-left: -1rem;
  background: url(../img/page/blog-arrow-right.svg) no-repeat;
  background-size: contain;
}

.current {
  position: relative;
}
.current::after {
  content: "";
  background: url(../img/page/blog-page-current.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 4rem;
  height: 3.9rem;
  top: 11px;
  left: -49%;
  z-index: -1;
}

/* -------------------------------------------------
	記事詳細
-------------------------------------------------- */
.post-bg {
  width: 100%;
}

.page-post {
  background: url(../img/page/page-bg.svg) no-repeat;
  background-size: 130% 100%;
  background-position: top;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .page-post {
    background-size: 180% 100%;
  }
}

.post-inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 21.5rem;
  text-align: center;
}

.post-wrap-inner {
  margin-top: 10rem;
}

.post__tit {
  max-width: 550px;
  margin: -24rem auto 8rem;
}
@media screen and (max-width: 1300px) {
  .post__tit {
    margin-top: -9rem;
  }
}
@media screen and (max-width: 780px) {
  .post__tit {
    margin-top: -1rem;
  }
}
@media screen and (max-width: 590px) {
  .post__tit {
    margin-top: 2rem;
  }
}

.post-inner__eyecatch {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 4.7rem !important;
}

.post-info {
  margin-bottom: 11.7rem;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.post-info .post-info-day {
  padding-right: 8.5rem;
  border-right: 1px solid #9b9b9b;
}
@media screen and (max-width: 590px) {
  .post-info .post-info-day {
    padding-right: 1.5rem;
  }
}
.post-info .post-info-cat {
  padding-left: 8.5rem;
}
@media screen and (max-width: 590px) {
  .post-info .post-info-cat {
    padding-left: 1.5rem;
  }
}
.post-info .post-info__tit {
  font-size: 1.4rem;
  font-weight: normal;
}
.post-info .post-info__day {
  color: #F8AABD;
}
.post-info .post-info__cat {
  color: #FFAD43;
}

.post-content h1 {
  margin-bottom: 7.5rem;
  font-size: 3.6rem;
  border-bottom: 4px solid #F38C3D;
  text-align: center;
}
.post-content img {
  width: 100%;
}

.post-inner__tit {
  margin-bottom: 7.5rem;
  font-size: 3.6rem;
  position: relative;
  font-weight: bold;
}
.post-inner__tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background: #F38C3D;
}

.post-inner p {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}

.post-inner img {
  max-width: 100%;
  width: 80rem;
  height: 49.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 590px) {
  .post-inner img {
    height: 30rem;
  }
}

.relation-post {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 3rem;
}

.relation-post__tit {
  margin: 17rem 0 7rem;
}

/* -------------------------------------------------
	concept
-------------------------------------------------- */
.message {
  padding-top: 10rem;
  padding-bottom: 25.7rem;
  margin-bottom: 18rem;
  background: url(../img/page/page-bg-wave.svg) no-repeat;
  background-size: 130% 100%;
  background-position: top;
  position: relative;
}
@media screen and (max-width: 780px) {
  .message {
    background-size: 180% 100%;
  }
}

.message__deco {
  max-width: 31%;
  position: absolute;
  opacity: 0.7;
}
@media screen and (min-width: 591px) {
  .message__deco {
    max-width: 20%;
  }
}
@media screen and (min-width: 1025px) {
  .message__deco {
    max-width: 12%;
  }
}

.message__deco01 {
  top: 0;
  left: 5%;
}

.message__deco02 {
  bottom: 0;
  right: 5%;
}

.message-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.message-inner p:not(:last-of-type) {
  margin-bottom: 7rem;
}

.message__tit {
  margin: -8rem 0 10.6rem;
}

.message__img {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 781px) {
  .message__img {
    max-width: 40%;
    width: 512px;
    margin-left: 7.2rem;
    float: right;
  }
}

.message__slogan {
  margin: 14.4rem 0 9.5rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2vw;
}
@media screen and (min-width: 781px) {
  .message__slogan {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 590px) {
  .message__slogan {
    font-size: 3rem;
  }
}
.message__slogan .message__slogan--color {
  color: #FFAD43;
}
@media screen and (max-width: 590px) {
  .message__slogan .message__slogan--pc {
    display: none;
  }
}

.promise {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 591px) {
  .promise {
    width: 90%;
  }
}

.promise__tit .promise__tit--number {
  font-size: 9.5rem;
  transform: rotate(6deg);
  display: inline-block;
  color: #FFAD43;
}

.promise-inner {
  margin-bottom: 16rem;
}
@media screen and (min-width: 591px) {
  .promise-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.promise__item {
  width: 48%;
  opacity: 0;
}
@media screen and (min-width: 781px) {
  .promise__item {
    width: 30%;
    margin-top: -5rem;
  }
}
@media screen and (max-width: 590px) {
  .promise__item {
    width: 75%;
  }
}

@media screen and (min-width: 591px) {
  .promise__item02 {
    margin-top: 13rem;
  }
}
@media screen and (max-width: 590px) {
  .promise__item02 {
    margin-left: 25%;
    margin-top: -3rem;
  }
}

@media screen and (min-width: 591px) {
  .promise__item03 {
    margin-top: 2rem;
  }
}

.person {
  padding-top: 18rem;
  padding-bottom: 6rem;
  margin-bottom: 4rem;
  background: url(../img/page/page-bg-wave2.svg) no-repeat;
  background-position: top;
}
@media screen and (max-width: 780px) {
  .person {
    background-size: 180% 100%;
  }
}

.person__tit {
  margin-bottom: 6rem;
}

.person-list {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 781px) {
  .person-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.person-list__item {
  height: 19.7rem;
  padding: 0 1rem;
  margin-bottom: 4rem;
  border-radius: 30px 30px 0 30px;
  background: #FFAD43;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 781px) {
  .person-list__item {
    width: 48%;
    font-size: 2vw;
  }
}
@media screen and (max-width: 590px) {
  .person-list__item {
    font-size: 2rem;
  }
}

.person-list__item02 {
  background: #97C1E5;
  border-radius: 30px 30px 30px 0;
}

.person-list__item03 {
  background: #F8AABD;
  border-radius: 30px 0 30px 30px;
}

.person-list__item04 {
  background: #97E58E;
  border-radius: 0 30px 30px 30px;
}

.comment {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.comment__text {
  margin-bottom: 2.8rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 3vw;
}
@media screen and (max-width: 780px) {
  .comment__text {
    font-size: 3rem;
  }
}
@media screen and (max-width: 590px) {
  .comment__text {
    font-size: 2rem;
  }
}

.comment__img {
  max-width: 71rem;
  width: 100%;
}

/* -------------------------------------------------
	キャリアアップチャート
-------------------------------------------------- */
.chart {
  padding-top: 10rem;
  padding-bottom: 21rem;
  margin-bottom: 14rem;
  background: url(../img/page/page-bg-wave.svg) no-repeat;
  background-size: 130% 100%;
  background-position: top;
  position: relative;
}
@media screen and (max-width: 780px) {
  .chart {
    background-size: 180% 100%;
  }
}

.chart__tit {
  margin: 9rem 0 4rem;
}

.chart-inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.chart-inner__tit {
  margin: 11rem 0 5rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 3.6rem;
  position: relative;
}
.chart-inner__tit::after {
  content: "";
  background: url(../img/page/charm-tit-deco.svg) no-repeat;
  background-size: contain;
  width: 10.3rem;
  height: 33rem;
  position: absolute;
  top: -6.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 590px) {
  .chart-inner__tit {
    font-size: 3rem;
  }
}

.chart-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

.chart-tab {
  width: 48%;
  margin-bottom: 3.2rem;
  border-radius: 32px;
  border: 4px solid #FFAD43;
  order: -1;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.chart-tab:hover {
  opacity: 0.8;
}
.chart-tab:has(:checked) {
  background-color: #FFAD43;
}
.chart-tab:has(:checked) + .tab-contents {
  display: block;
}
@media screen and (min-width: 781px) {
  .chart-tab {
    width: 23rem;
    font-size: 1.8rem;
  }
}

.chart-tab-nailist {
  border: 4px solid #F8AABD;
}
.chart-tab-nailist:has(:checked) {
  background-color: #F8AABD;
}

.chart-tab-eyelist {
  border: 4px solid #97C1E5;
}
.chart-tab-eyelist:has(:checked) {
  background-color: #97C1E5;
}

.chart-tab-este {
  border: 4px solid #97E58E;
}
.chart-tab-este:has(:checked) {
  background-color: #97E58E;
}

.chart-tab input {
  display: none;
}

.tab-contents {
  display: none;
  width: 100%;
}
.tab-contents img {
  width: 100%;
}

@media screen and (max-width: 590px) {
  .chart-img-pc {
    display: none;
  }
}

@media screen and (min-width: 591px) {
  .chart-img-sp {
    display: none;
  }
}

/*==========1日の流れ==========*/
.day-flow {
  max-width: 814px;
  width: 95%;
  margin: 0 auto 18rem;
  position: relative;
}

.day-flow__tit {
  margin-bottom: 7rem;
}
@media screen and (max-width: 590px) {
  .day-flow__tit {
    margin-bottom: 15rem;
  }
}

.day-flow-box {
  position: relative;
}

.day-flow-box__item {
  display: flex;
  justify-content: center;
}
.day-flow-box__item img {
  max-width: 100%;
}

.day-flow-line {
  position: absolute;
  bottom: -43%;
  left: 33%;
  z-index: -1;
}
@media screen and (max-width: 590px) {
  .day-flow-line {
    bottom: -32%;
    left: 40%;
    transform: rotate(-10deg);
  }
}

.day-flow-box__item02 {
  margin-top: 4%;
}
@media screen and (min-width: 781px) {
  .day-flow-box__item02 {
    margin-right: 41%;
  }
}

.day-flow-line02 {
  left: 35%;
}
@media screen and (max-width: 590px) {
  .day-flow-line02 {
    bottom: -29%;
    left: 38%;
  }
}

@media screen and (max-width: 590px) {
  .day-flow-box__item--time {
    width: 41%;
  }
}

@media screen and (max-width: 590px) {
  .day-flow-box__item--text {
    width: 53%;
  }
}

.day-flow__deco {
  position: absolute;
  top: 55%;
  left: -15%;
}
@media screen and (max-width: 780px) {
  .day-flow__deco {
    top: -1%;
    left: -1%;
  }
}
@media screen and (max-width: 590px) {
  .day-flow__deco {
    top: 6%;
  }
}

.day-flow__deco02 {
  left: auto;
  right: -1%;
  top: auto;
  bottom: 13%;
}
@media screen and (max-width: 780px) {
  .day-flow__deco02 {
    bottom: -14%;
  }
}

/* -------------------------------------------------
	よくある質問
-------------------------------------------------- */
.page-faq {
  max-width: 1200px;
  width: 90%;
  margin: 10rem auto 15rem;
}

.page-faq__tit {
  margin-bottom: 9rem;
}

.page-faq .qa-box {
  margin-bottom: 5rem;
}

.page-faq-sakula {
  margin-bottom: 18rem;
}

/* -------------------------------------------------
	スタッフ紹介
-------------------------------------------------- */
.page-staff {
  padding-bottom: 14rem;
  background: url(../img/page/page-bg2.svg) no-repeat;
  background-size: 130% 100%;
  background-position: top;
}
@media screen and (max-width: 780px) {
  .page-staff {
    background-size: 180% 100%;
    background-position: 57%;
  }
}

.page-staff__tit {
  margin-top: 10rem;
  margin-bottom: 11.5rem;
}

.page-staff-inner {
  max-width: 1260px;
  width: 95%;
  margin: 0 auto 11.3rem;
  display: grid;
  grid-template-columns: repeat(4, 25%);
}
@media screen and (max-width: 1024px) {
  .page-staff-inner {
    margin: 0 5% 10rem 2%;
    grid-template-columns: repeat(2, 50%);
  }
}
@media screen and (max-width: 780px) {
  .page-staff-inner {
    margin-bottom: 7rem;
  }
}

.page-staff-img {
  position: relative;
  margin-bottom: 23%;
}
.page-staff-img .page-staff-img__item {
  width: 26.2rem;
  height: 26.2rem;
  max-width: 100%;
  margin-top: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 8;
  opacity: 0;
}
@media screen and (max-width: 590px) {
  .page-staff-img .page-staff-img__item {
    width: 15rem;
    height: 15rem;
    margin-top: 1.5rem;
  }
}

.page-staff__neme {
  position: absolute;
  top: -1.5rem;
  left: 1rem;
  line-height: 3rem;
  font-size: 2.8rem;
  -webkit-text-stroke: 0.5px #FFAD43;
  font-family: "Kiwi Maru", serif;
  text-align: left;
  color: #fff;
  z-index: 4;
}
@media screen and (max-width: 590px) {
  .page-staff__neme {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
    left: 0;
  }
}

.page-staff__neme02 {
  z-index: 9;
  color: transparent;
  -webkit-text-stroke: 0.5px #FFAD43;
}

.hair .page-staff-img-inner::before {
  background: #FFAD43;
}
.hair .page-staff__neme,
.hair .page-staff__neme02 {
  -webkit-text-stroke: 0.5px #FFAD43;
}

.nail .page-staff-img-inner::before {
  background: #F8AABD;
}
.nail .page-staff__neme,
.nail .page-staff__neme02 {
  -webkit-text-stroke: 0.5px #F8AABD;
}

.eye .page-staff-img-inner::before {
  background: #97C1E5;
}
.eye .page-staff__neme,
.eye .page-staff__neme02 {
  -webkit-text-stroke: 0.5px #97C1E5;
}

.este .page-staff-img-inner::before {
  background: #97E58E;
}
.este .page-staff__neme,
.este .page-staff__neme02 {
  -webkit-text-stroke: 0.5px #97E58E;
}

.hukushi .page-staff-img-inner::before {
  background: #e498ea;
}
.hukushi .page-staff__neme,
.hukushi .page-staff__neme02 {
  -webkit-text-stroke: 0.5px #e498ea;
}

.page-staff-img-inner {
  position: relative;
}
.page-staff-img-inner::before {
  content: "";
  background: #FFAD43;
  border-radius: 30px;
  position: absolute;
  width: 26.2rem;
  height: 26.2rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 590px) {
  .page-staff-img-inner::before {
    width: 15rem;
    height: 15rem;
    border-radius: 20px;
    top: -0.8rem;
  }
}

.nail .page-staff-img-inner::before {
  background: #F8AABD;
}

.eye .page-staff-img-inner::before {
  background: #97C1E5;
}

.este .page-staff-img-inner::before {
  background: #97E58E;
}

.hukushi .page-staff-img-inner::before {
  background: #e498ea;
}

.page-staff-box {
  width: 100%;
  margin-bottom: 30%;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  font-weight: 500;
}
.page-staff-box:nth-of-type(2n) .page-staff-img {
  /*margin-top: 15%;*/
  /*margin-bottom: 10%;*/
}
@media screen and (max-width: 1024px) {
  .page-staff-box:nth-of-type(2n) .page-staff-img {
    /*margin-top: 15.5%;*/
  }
  .page-staff-box:nth-of-type(2n) .page-staff-img::before {
    content: "";
    background: url(../img/top-staff-deco01.svg) no-repeat;
    background-size: contain;
    width: 2.39rem;
    height: 2.39rem;
    position: absolute;
    bottom: -10%;
    right: 0.2rem;
    transform: rotate(-90deg);
    z-index: 2;
  }
}
@media screen and (max-width: 780px) {
  .page-staff-box:nth-of-type(2n) .page-staff-img {
    /*margin-top: 14.5%;*/
  }
}
.page-staff-box:nth-of-type(2n) .page-staff__neme {
  top: auto;
  bottom: -14%;
}
.page-staff-box:nth-of-type(4n) .page-staff-img::before, .page-staff-box:last-of-type .page-staff-img::before {
  content: "";
  background: url(../img/top-staff-deco01.svg) no-repeat;
  background-size: contain;
  width: 5.7rem;
  height: 5.7rem;
  position: absolute;
  bottom: -10%;
  right: -0.8rem;
  transform: rotate(-90deg);
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .page-staff-box:nth-of-type(4n) .page-staff-img::before, .page-staff-box:last-of-type .page-staff-img::before {
    width: 2.39rem;
    height: 2.39rem;
    bottom: -10%;
    right: 0.2rem;
  }
}
.page-staff-box:nth-of-type(4n) .page-staff-img::after {
  content: "";
  background: url(../img/top-staff-deco01.svg) no-repeat;
  background-size: contain;
  width: 5.7rem;
  height: 5.7rem;
  position: absolute;
  top: -1%;
  left: -0.3rem;
  z-index: 9;
  transform: rotate(90deg);
}
@media screen and (max-width: 1024px) {
  .page-staff-box:nth-of-type(4n) .page-staff-img::after {
    width: 4.17rem;
    height: 2.39rem;
    top: 5%;
    right: -2.5rem;
  }
}
.page-staff-box:nth-of-type(4n) .page-staff-img-inner::before {
  left: auto;
  right: 0;
  bottom: -14%;
}
@media screen and (max-width: 590px) {
  .page-staff-box:nth-of-type(4n) .page-staff-img-inner::before {
    top: auto;
  }
}
.page-staff-box:nth-of-type(4n + 1) .page-staff-img::before {
  content: "";
  background: url(../img/top-staff-deco01.svg) no-repeat;
  background-size: contain;
  width: 5.7rem;
  height: 5.7rem;
  position: absolute;
  bottom: -10%;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .page-staff-box:nth-of-type(4n + 1) .page-staff-img::before {
    width: 2.39rem;
    height: 2.39rem;
  }
}
.page-staff-box:nth-of-type(4n + 1) .page-staff-img::after {
  content: "";
  background: url(../img/top-staff-deco02.svg) no-repeat;
  background-size: contain;
  width: 9.95rem;
  height: 5.7rem;
  position: absolute;
  top: -1%;
  right: -5rem;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .page-staff-box:nth-of-type(4n + 1) .page-staff-img::after {
    width: 4.17rem;
    height: 2.39rem;
    right: -2.2rem;
  }
}
.page-staff-box:nth-of-type(4n-1) .page-staff-img {
  width: 110%;
}
.page-staff-box:nth-of-type(4n-1) .page-staff-img::before {
  content: "";
  background: url(../img/top-staff-deco02.svg) no-repeat;
  background-size: contain;
  width: 9.95rem;
  height: 5.7rem;
  position: absolute;
  bottom: -10%;
  left: -4.6rem;
  z-index: 9;
}
@media screen and (min-width: 1025px) {
  .page-staff-box:nth-of-type(4n-1) .page-staff-img::before {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1024px) {
  .page-staff-box:nth-of-type(4n-1) .page-staff-img {
    margin-bottom: 20%;
  }
  .page-staff-box:nth-of-type(4n-1) .page-staff-img::before {
    content: "";
    background: url(../img/top-staff-deco01.svg) no-repeat;
    background-size: contain;
    width: 2.39rem;
    height: 2.39rem;
    position: absolute;
    bottom: -10%;
    left: 0;
    z-index: 9;
  }
}
.page-staff-box:nth-of-type(4n-1) .page-staff-img-inner::before {
  left: auto;
  right: 0;
  top: -6%;
}
@media screen and (max-width: 590px) {
  .page-staff-box:nth-of-type(4n-1) .page-staff-img-inner::before {
    top: 1%;
  }
}
.page-staff-box:nth-of-type(4n-2) .page-staff-img-inner::before {
  bottom: -3rem;
}
@media screen and (max-width: 590px) {
  .page-staff-box:nth-of-type(4n-2) .page-staff-img-inner::before {
    top: auto;
  }
}

.page-staff-name {
  margin-bottom: 1rem;
  line-height: 3.5rem;
  opacity: 0;
}
@media screen and (min-width: 781px) {
  .page-staff-name {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 780px) {
  .page-staff-name {
    line-height: 2.5rem;
  }
}
.page-staff-name .page-staff-name__text {
  font-size: 0.9rem;
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 781px) {
  .page-staff-name .page-staff-name__text {
    font-size: 1.4rem;
  }
}

.page-staff-school {
  font-size: 0.9rem;
  color: #E63499;
  line-height: 2rem;
  opacity: 0;
}
@media screen and (min-width: 781px) {
  .page-staff-school {
    font-size: 1.4rem;
  }
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* -------------------------------------------------
	スタッフ紹介詳細
-------------------------------------------------- */
.staff-post-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 13rem;
}
@media screen and (min-width: 1025px) {
  .staff-post-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1301px) {
  .staff-post-text {
    margin-left: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .staff-post-text {
    width: 55%;
    max-width: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .staff-post-text {
    margin-bottom: 5rem;
  }
}

.staff-info {
  margin-bottom: 7rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}

.staff-info__name {
  margin-bottom: 1.5rem;
  margin-top: 10rem;
  margin-left: 7rem;
  font-size: 3.6rem;
  position: relative;
}
.staff-info__name::before {
  content: "";
  position: absolute;
  top: -199%;
  left: -15rem;
  width: 16rem;
  height: 16rem;
  max-width: 100%;
  border-radius: 50%;
  background: #FFAD43;
}
@media screen and (max-width: 590px) {
  .staff-info__name::before {
    width: 8rem;
    height: 8rem;
    top: -163%;
    left: -9rem;
  }
}
@media screen and (max-width: 1300px) {
  .staff-info__name {
    margin-left: 15rem;
  }
}
@media screen and (max-width: 590px) {
  .staff-info__name {
    margin-left: 25%;
  }
}

.staff-info__name--en {
  position: absolute;
  -webkit-text-stroke: 0.5px #FFAD43;
  color: #fff;
  top: -104%;
  left: -7.5rem;
  font-size: 4rem;
}
@media screen and (max-width: 590px) {
  .staff-info__name--en {
    font-size: 2.5rem;
  }
}

.nail .staff-info__name::before {
  background: #F8AABD;
}
.nail .staff-info__name--en {
  -webkit-text-stroke: 0.5px #F8AABD;
}

.eye .staff-info__name::before {
  background: #97C1E5;
}
.eye .staff-info__name--en {
  -webkit-text-stroke: 0.5px #97C1E5;
}

.este .staff-info__name::before {
  background: #97E58E;
}
.este .staff-info__name--en {
  -webkit-text-stroke: 0.5px #97E58E;
}

.hukushi .staff-info__name::before {
  background: #e498ea;
}
.hukushi .staff-info__name--en {
  -webkit-text-stroke: 0.5px #e498ea;
}

.staff-info__text {
  line-height: 3rem;
  font-size: 1.8rem;
}

.staff-post__img {
  border-radius: 30px;
}
@media screen and (min-width: 1025px) {
  .staff-post__img {
    width: 48rem;
    max-width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .staff-post__img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}

.staff-post-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}
.staff-post-btn-box .staff-post__all-btn {
  margin: -5rem 5rem 0;
  display: block;
  line-height: 1rem;
  text-align: center;
}
.staff-post-btn-box .staff-post__all-btn .staff-post__all-btn--icon {
  display: block;
}
.staff-post-btn-box .staff-post__all-btn:hover {
  opacity: 0.8;
}
.staff-post-btn-box .staff-post__btn {
  width: 27rem;
  padding: 0.3rem 0;
  border: 4px solid #000;
  margin: 0 auto;
  font-size: 1.8rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  border-radius: 8px;
  display: block;
  text-align: center;
  transition: all 0.2s ease-in;
  position: relative;
  z-index: 2;
  color: #000;
  overflow: hidden;
}
.staff-post-btn-box .staff-post__btn::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.staff-post-btn-box .staff-post__btn::after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background: #97E58E;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.staff-post-btn-box .staff-post__btn:hover {
  border: 4px solid #97E58E;
  color: #fff;
}
.staff-post-btn-box .staff-post__btn:hover::before {
  top: -35%;
  background: #97E58E;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.staff-post-btn-box .staff-post__btn:hover::after {
  top: -45%;
  background: #97E58E;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
@media screen and (max-width: 780px) {
  .staff-post-btn-box .staff-post__btn {
    width: 16.8rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 780px) {
  .staff-post-btn-box .staff-post__btn {
    padding: 0.35rem 0;
  }
}

/* -------------------------------------------------
	会社概要
-------------------------------------------------- */
.company-vision {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 13rem;
  text-align: center;
}

.company-vision__tit {
  margin: 8rem 0;
}

.company-business {
  margin-bottom: 19rem;
  padding-bottom: 22.6rem;
  background: url(../img/page/page-bg-wave.svg) no-repeat;
  background-size: 130% 100%;
  background-position: top;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .company-business {
    background-size: 180% 100%;
  }
}

.company-business__tit {
  margin-bottom: 8rem;
}

.company-business-wrap {
  max-width: 1505px;
  width: 90%;
  margin: 0 auto;
}

.company-business-inner {
  margin: 9.6rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.company-business-type {
  width: 18%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .company-business-type {
    width: 48%;
  }
}

.company-business-type__tit {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  color: #fff;
  font-size: 2vw;
  position: absolute;
  top: -10%;
  left: 1.7rem;
  line-height: 99%;
}
@media screen and (max-width: 1024px) {
  .company-business-type__tit {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
@media screen and (max-width: 590px) {
  .company-business-type__tit {
    font-size: 2.3rem;
    line-height: 2.5rem;
  }
}
.company-business-type__tit span {
  display: block;
  color: #fff;
  -webkit-text-stroke: 1px #FFAD43;
  text-stroke: 1px #FFAD43;
}

.company-business-type__img {
  width: 100%;
}

.company-business-nail {
  margin-top: 7rem;
}
.company-business-nail .company-business-type__tit {
  right: -64%;
}
.company-business-nail .company-business-type__tit span {
  -webkit-text-stroke: 1px #fac8c8;
  text-stroke: 1px #fac8c8;
}

.company-business-eyelash .company-business-type__tit span {
  -webkit-text-stroke: 1px #97C1E5;
  text-stroke: 1px #97C1E5;
}

.company-business-este {
  margin-top: 7rem;
}
.company-business-este .company-business-type__tit {
  right: -64%;
}
.company-business-este .company-business-type__tit span {
  -webkit-text-stroke: 1px #97E58E;
  text-stroke: 1px #97E58E;
}

.company-business-hukushi .company-business-type__tit span {
  -webkit-text-stroke: 1px #e498ea;
  text-stroke: 1px #e498ea;
}

.company-about {
  margin-bottom: 15rem;
}

.company-about__tit {
  margin-bottom: 10rem;
}

.company-about-table {
  width: 100%;
  margin: 0 auto;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  border-spacing: 7rem;
  border-collapse: separate;
}
@media screen and (min-width: 1025px) {
  .company-about-table {
    max-width: 940px;
  }
}
@media screen and (min-width: 591px) {
  .company-about-table {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 780px) {
  .company-about-table {
    border-spacing: 4rem;
  }
}

.company-about-table__tit {
  width: 135px;
  margin-right: 3rem;
  padding-left: 1.5rem;
  border-bottom: 3px solid #FFAD43;
  display: inline-block;
  color: #FFAD43;
}
@media screen and (max-width: 780px) {
  .company-about-table__tit {
    margin-bottom: 3rem;
  }
}

.company-about-table__text {
  width: 100%;
  border-bottom: 3px solid #FFAD43;
  padding: 0 2.3rem;
}
@media screen and (max-width: 780px) {
  .company-about-table__text {
    display: block;
  }
}

/* -------------------------------------------------
	お問い合わせ
-------------------------------------------------- */
.page-contact {
  max-width: 940px;
  width: 90%;
  margin: 11rem auto 9.6rem;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}

/* -------------------------------------------------
	プライバシーポリシー
-------------------------------------------------- */
.policy {
  padding-top: 10rem;
  padding-bottom: 22.6rem;
  background: url(../img/page/page-bg.svg) no-repeat;
  background-size: 130% 100%;
  background-position: top;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .policy {
    background-size: 180% 100%;
  }
}

.policy-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
/*# sourceMappingURL=page.css.map */