@charset "UTF-8";
/*
 Theme Name: SHAMPOO
 Theme URI: 
 Description: 
 Version: 1.0.0
 License: GPL-2.0-or-later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: SHAMPOO
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Syne:wght@400..800&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

/* 2) ベースタイポグラフィ */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.6;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* 3) メディア要素はコンテナ内に収める */
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  max-width: 100%;
}

img, picture, video {
  height: auto;
}

/* 4) 見出し・本文の読みやすさ */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25;
}

p + p {
  margin-top: 1em;
}

/* 5) リストの初期化（ナビなどで使うことが多い） */
ul[role=list], ol[role=list] {
  list-style: none;
  padding-left: 0;
}

/* 6) リンクの基本 */
a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
}

/* 7) ボタン・フォーム類の整形（ブラウザ差を吸収） */
button, input, select, textarea {
  font: inherit;
  color: inherit;
}

button, [type=button], [type=submit], [type=reset] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 1px solid currentColor;
  padding: 0.5em 0.8em;
  cursor: pointer;
}

input, select, textarea {
  border: 1px solid #ccc;
  background: transparent;
  padding: 0.5em 0.6em;
}

textarea {
  resize: vertical;
}

/* 8) テーブルの読みやすさ */
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 0.5rem;
  text-align: left;
}

caption {
  text-align: left;
  font-size: 0.9em;
  color: #666;
  margin-bottom: 0.25rem;
}

/* 9) アクセシビリティ（スクリーンリーダー向け） */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 10) reduce-motion サポート */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/* 11) Gutenberg のアライン対応を壊さないためのコンテナ例（任意） */
.wp-block-image, .wp-block-embed, .wp-block-gallery {
  max-width: 100%;
}

/* 12) 余白スケールの素振り（任意） */
:root {
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  letter-spacing: 0.3px;
  color: #22282C;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .sp {
    display: inherit !important;
  }
}

.full {
  width: 100%;
}

body {
  position: relative;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

h2, h3, h4, h5 {
  font-weight: 400;
}

h2.pen {
  font-family: "Syne";
}

h2.pen, h3.pen {
  font-size: 28px;
  padding-left: 58px;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  h2.pen, h3.pen {
    padding-left: 38px;
    font-size: 20px;
  }
}
h2.pen::before, h3.pen::before {
  content: "";
  left: 0;
  top: -1px;
  width: 38px;
  height: 38px;
  background-image: url(../../images/top/icon_pen.svg);
  background-size: cover;
  position: absolute;
}
@media screen and (max-width: 750px) {
  h2.pen::before, h3.pen::before {
    top: 1px;
    width: 24px;
    height: 24px;
  }
}
h2.pen.pen_b::before, h3.pen.pen_b::before {
  background-image: url(../../images/top/icon_pen_b.svg);
  background-size: cover;
}
h2.pen.pen_y::before, h3.pen.pen_y::before {
  background-image: url(../../images/top/icon_pen_y.svg);
  background-size: cover;
}
h2.pen.pen_p::before, h3.pen.pen_p::before {
  background-image: url(../../images/top/icon_pen_p.svg);
  background-size: cover;
}
h2.pen.pen_w::before, h3.pen.pen_w::before {
  background-image: url(../../images/top/icon_pen_w.svg);
  background-size: cover;
}

a img {
  transition: all 0.4s;
}
@media screen and (min-width: 751px) {
  a:hover img {
    opacity: 0.7;
  }
}

.smenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  display: block;
  width: 100%;
  padding: 30px 40px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .smenu {
    padding: 20px;
  }
}
.smenu.active {
  background: white;
}

.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0 40px;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  height: 90px;
  background-color: #FFF;
}
@media screen and (max-width: 750px) {
  .header {
    padding: 15px 8px;
    height: 75px;
  }
}
.header__logo {
  width: 250px;
}
@media screen and (max-width: 750px) {
  .header__logo {
    max-width: 80%;
    z-index: 2;
  }
}
@media screen and (max-width: 750px) {
  .header__logo img {
    height: 22.5px;
    width: auto;
    margin-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  .header__nav {
    display: none;
  }
}
.header__nav .list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 24px;
}
@media screen and (max-width: 750px) {
  .header__nav .list {
    display: block;
    padding: 24px;
  }
}
.header__nav .list__item {
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .header__nav .list__item {
    border-bottom: 1px solid #CECECE;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: normal;
  }
}
.header__nav .list__item.nav_recruit {
  margin: 0 2px 0 8px;
}
.header__nav .list__item.nav_recruit a {
  background-color: #D1E2CE;
  border-radius: 2px;
  padding: 6px 25px;
}
@media screen and (min-width: 751px) {
  .header__nav .list__item.nav_recruit a {
    border: solid #D1E2CE 2px;
    transition: all 0.3s;
  }
  .header__nav .list__item.nav_recruit a:hover {
    background-color: #FFF;
    color: #22282C;
  }
}
@media screen and (max-width: 750px) {
  .header__nav .list__item.nav_recruit {
    border-bottom: unset;
    margin: 32px 0 10px 0;
  }
  .header__nav .list__item.nav_recruit a {
    width: 200px;
    perspective: 300px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 17px 0px 17px 25px;
    line-height: 1;
  }
  .header__nav .list__item.nav_recruit a span {
    font-size: 16px;
  }
  .header__nav .list__item.nav_recruit a::before {
    content: "";
    left: unset;
    right: 20px;
    top: 21px;
    width: 12px;
    height: 12px;
    background-image: url(../../images/top/arrow_forward.svg);
    background-size: cover;
    position: absolute;
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 750px) {
  .header__nav .list__item.nav_ig {
    border-bottom: unset;
  }
}
.header__nav .list__item.nav_ig span {
  position: relative;
  padding-left: 27px;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .header__nav .list__item.nav_ig span {
    font-size: 15px;
  }
}
.header__nav .list__item.nav_ig span::before {
  transition: all 0.3s;
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  height: 20px;
  width: 20px;
  background-image: url(../../images/top/icon_ig.svg);
  background-size: cover;
}
.header__nav .list__item a {
  font-size: 15px;
  font-weight: 400;
  font-family: "Syne";
}
@media screen and (max-width: 750px) {
  .header__nav .list__item a {
    width: 100%;
    font-size: 18px;
  }
}
.header__nav .list__item a span {
  font-family: "Syne";
}
@media screen and (max-width: 750px) {
  .header__nav.open {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100vh;
    background-color: #F5F5F9;
    padding-top: 86px;
    overflow: scroll;
  }
  .header__nav.open::before {
    content: "";
    width: 100%;
    height: 1px;
    z-index: 1;
    top: 75px;
    left: 0;
    position: absolute;
    background-color: #CECECE;
  }
}
.header .hum {
  display: none;
  margin: 10px 4px 0;
}
@media screen and (max-width: 750px) {
  .header .hum {
    display: block;
  }
}
.header .hum span {
  font-size: 10px;
  font-family: "Syne";
  top: 4px;
}
.header .hum span.line {
  width: 25.5px;
  height: 1px;
  background-color: #000000;
  position: relative;
  display: block;
  top: 0;
}
.header .hum span.line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: -7px;
  left: 0;
  background-color: #000000;
  transition: all 0.2s;
}
.header .hum span.line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 7px;
  left: 0;
  background-color: #000000;
  transition: all 0.2s;
}
@media screen and (max-width: 750px) {
  .header .hum.open span {
    z-index: 3;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  .header .hum.open span.line {
    height: 0;
  }
}
@media screen and (max-width: 750px) {
  .header .hum.open span::before {
    top: 0;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 750px) {
  .header .hum.open span::after {
    top: 0;
    transform: rotate(-45deg);
  }
}

.rotate {
  perspective: 300px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.rotate > span {
  backface-visibility: hidden;
  transition: transform 0.3s;
  display: block;
  height: 20px;
}
@media screen and (max-width: 750px) {
  .rotate > span {
    height: auto;
  }
}
.rotate > span:first-child {
  transform: translateY(10px) rotateX(0deg);
}
@media screen and (max-width: 750px) {
  .rotate > span:first-child {
    transform: unset;
  }
}
.rotate > span:last-child {
  transform: rotateX(-90deg);
}
@media screen and (max-width: 750px) {
  .rotate > span:last-child {
    display: none;
  }
}
.rotate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-position: right bottom 0px;
  background-image: linear-gradient(90deg, #22282C 0%, #22282C 100%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.32s ease;
  background-size: 0% 1px;
}
.rotate::after {
  position: absolute;
  content: attr(data-text);
  left: 0;
  bottom: 0;
  translate: 0 100%;
  transition: 0.8s cubic-bezier(0, 1.08, 0.61, 0.97);
  transition-property: translate, opacity;
  color: currentColor;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .rotate::after {
    display: none;
  }
}
.rotate:hover > span:first-child {
  transform: rotateX(90deg);
}
@media screen and (max-width: 750px) {
  .rotate:hover > span:first-child {
    transform: unset;
  }
}
.rotate:hover > span:last-child {
  transform: translateY(-10px) rotateX(0deg);
}
.rotate:hover::before {
  background-size: 100% 1px;
  background-position: left bottom 0px;
}
.rotate:hover::after {
  opacity: 1;
  translate: 0 0;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  padding: 30px 50px 0;
  width: 100%;
  z-index: 10;
  padding: 80px 65px 10px;
  position: relative;
  z-index: 1;
  background-color: #FFF;
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 40px 18px 0;
  }
}
.footer__logo {
  width: 400px;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .footer__logo {
    width: 200px;
  }
}
@media screen and (max-width: 750px) {
  .footer__logo {
    width: 191px;
  }
}
.footer__sns {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 750px) {
  .footer__sns {
    width: 22px;
    height: 22px;
  }
}
.footer__sns svg {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 750px) {
  .footer__sns svg {
    width: 22px;
    height: 22px;
  }
}
.footer__sns a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 751px) {
  .footer__sns a:hover {
    opacity: 0.6;
  }
}
.footer__nav {
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 24.5px;
  width: calc(100% - 190px);
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .footer__nav {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .footer__nav {
    width: 100%;
    justify-content: flex-start;
    padding: 0px 0 10px;
    margin-top: 32px;
  }
}
.footer .list {
  display: flex;
  width: 100%;
  list-style-type: none;
  gap: 40px;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .footer .list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .footer .list {
    gap: 14px 32px;
    flex-wrap: wrap;
  }
}
.footer .list__item a {
  font-family: "Syne";
  font-size: 17px;
  font-weight: 400;
  color: #22282C;
}
@media screen and (max-width: 750px) {
  .footer .list__item a {
    font-size: 14px;
    line-height: 1;
  }
}
.footer .list__item a span {
  font-family: "Syne";
}
.footer .copyright {
  font-size: 15px;
  line-height: 4.1;
  text-align: left;
  width: 100%;
  padding-top: 32px;
  margin-top: 90px;
  color: #22282C;
  border-top: 1px solid #B8B8B8;
  margin-bottom: 20px;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 750px) {
  .footer .copyright {
    font-size: 10px;
    margin: 40px 0 10px;
    padding-top: 10px;
  }
}

.button {
  padding: 10px;
  font-size: 18px;
  background-color: #D1E2CE;
  width: 262px;
  display: block;
  padding-left: 25px;
  border-radius: 2px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .button {
    width: 224px;
    font-size: 14px;
  }
}
.button img {
  width: 12px;
  display: inline;
  margin-left: 37px;
}
@media screen and (min-width: 751px) {
  .button:hover {
    background-color: #FFF;
    color: #22282C;
  }
}
.button.arrow {
  border: solid #D1E2CE 2px;
  transition: all 0.3s;
}
.button.arrow::before {
  content: "";
  right: 20px;
  top: 19px;
  width: 12px;
  height: 12px;
  background-image: url(../../images/top/arrow_forward.svg);
  background-size: cover;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .button.arrow::before {
    right: 21px;
    top: 17px;
  }
}

.container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) and (min-width: 751px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .container {
    width: 100%;
    padding: 0 18px;
  }
}

.box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.box__left {
  width: 50%;
}
.box__right {
  width: 50%;
}
.box.box-reverse {
  flex-direction: row-reverse;
}

.kv {
  padding-top: 90px;
  margin-bottom: 160px;
  position: relative;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .kv {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  .kv {
    margin-bottom: 140px;
    padding-top: 75px;
  }
}
.kv .container {
  width: 100%;
  padding: 0 3.14vw;
}
.kv .kv__text {
  position: absolute;
  bottom: 3.1vw;
  left: 6.1vw;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .kv .kv__text {
    width: calc(100% - 12.6vw);
  }
}
@media screen and (max-width: 750px) {
  .kv .kv__text {
    bottom: 70px;
  }
}
.kv p {
  color: #FFF;
}
.kv p.kv__tagline {
  bottom: 30px;
  font-size: 80px;
  font-family: "Syne";
  letter-spacing: 3px;
  line-height: 111%;
  position: relative;
  padding-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .kv p.kv__tagline {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .kv p.kv__tagline {
    font-size: 46px;
    bottom: 16px;
  }
}
.kv p.kv__tagline::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
}
.kv p.kv__message {
  margin-top: 0;
  font-size: 18px;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .kv p.kv__message {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  .kv p.kv__message {
    font-size: 15px;
  }
}
.kv p.kv__since {
  font-family: "Inter";
  position: absolute;
  bottom: 0;
  left: 504px;
  font-size: 18px;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .kv p.kv__since {
    font-size: 15px;
    right: 3vw;
    left: unset;
  }
}
@media screen and (max-width: 750px) {
  .kv p.kv__since {
    left: 0;
    font-size: 15px;
    position: relative;
    margin-left: 0;
  }
}
.kv p.kv__since .line {
  display: inline-block;
  width: 15px;
  padding: 0 18px;
  height: 100%;
  position: relative;
}
.kv p.kv__since .line::before {
  content: "";
  left: 10px;
  bottom: 5px;
  width: 15px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
}

.message {
  margin-bottom: 200px;
}
@media screen and (max-width: 750px) {
  .message {
    margin-bottom: 120px;
  }
}
.message .container {
  padding: 0 40px;
}
@media screen and (max-width: 750px) {
  .message .container {
    padding: 0 18px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .message h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .message h2 {
    position: absolute;
    left: 18px;
    top: -50px;
  }
}
.message .lead-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .message .lead-sp {
    display: block;
    font-size: 24px;
    line-height: 140%;
  }
}
.message .box {
  margin-bottom: 63px;
}
@media screen and (max-width: 750px) {
  .message .box {
    margin-bottom: 12px;
    flex-direction: row-reverse;
  }
}
.message .box__left {
  width: calc(100% - 747px);
}
@media screen and (max-width: 1280px) and (min-width: 751px) {
  .message .box__left {
    width: 45%;
  }
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .message .box__left {
    width: 45%;
  }
}
@media screen and (max-width: 750px) {
  .message .box__left {
    width: 33%;
  }
}
.message .box__right {
  width: 747px;
}
@media screen and (max-width: 1280px) and (min-width: 751px) {
  .message .box__right {
    width: 55%;
  }
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .message .box__right {
    width: 55%;
  }
}
@media screen and (max-width: 750px) {
  .message .box__right {
    width: calc(100% - 13vw);
  }
}
.message .box .lead {
  font-size: 46px;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .message .box .lead {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .message .box .lead {
    display: none;
  }
}
.message .box .text {
  line-height: 45px;
  font-size: 18px;
  margin-right: -20px;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .message .box .text {
    line-height: 35px;
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .message .box .text {
    letter-spacing: 0.1px;
    line-height: 35px;
    font-size: 14px;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .message .box.box-reverse {
    flex-direction: column-reverse;
  }
}
.message .box.box-reverse .box__left {
  width: calc(100% - 486px);
  padding-left: 33px;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .message .box.box-reverse .box__left {
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  .message .box.box-reverse .box__left {
    padding-left: 0;
    width: 100%;
  }
}
.message .box.box-reverse .box__right {
  width: 486px;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .message .box.box-reverse .box__right {
    width: 40%;
  }
}
@media screen and (max-width: 750px) {
  .message .box.box-reverse .box__right {
    width: calc(100% - 25vw);
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 750px) {
  .essence {
    position: relative;
  }
}
.essence .sp-img {
  display: none;
}
@media screen and (max-width: 750px) {
  .essence .sp-img {
    display: block;
    margin-bottom: 48px;
  }
}
.essence .abs {
  position: absolute;
  left: calc(50% - 640px);
  top: -40px;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .essence .abs {
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .essence .abs {
    position: absolute;
    left: 0;
    top: -55px;
    padding-left: 0;
  }
}
.essence .abs h2 {
  font-size: 18px;
  padding-left: 46px;
  font-weight: 500;
  letter-spacing: 2.7px;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .essence .abs h2 {
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .essence .abs h2 {
    font-size: 16px;
    padding-left: 18px;
    letter-spacing: 2.5px;
  }
}
.essence .abs h2 small {
  font-size: 100%;
  letter-spacing: 2.7px;
  font-family: "Syne";
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .essence .abs h2 small {
    margin-left: 12px;
    letter-spacing: 2.5px;
    line-height: 1.8;
  }
}
.essence .abs h2 .line {
  display: inline-block;
  width: 20px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .essence .abs h2 .line {
    display: block;
    top: 3px;
  }
}
.essence .abs h2 .line::before {
  content: "";
  left: 10px;
  bottom: -1px;
  height: 14px;
  width: 1px;
  background-color: #22282C;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .essence .abs h2 .line::before {
    left: -1px;
    bottom: -18px;
  }
}
.essence .box {
  align-items: center;
}
.essence .box__left {
  display: flex;
  justify-content: flex-end;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  background-color: #E2E9E1;
}
.essence .box .lead {
  font-size: 32px;
  line-height: 49px;
  margin-bottom: 178px;
}
.essence .box .text {
  font-size: 16px;
  line-height: 29px;
}
.essence .box h3 {
  font-family: "Inter";
  font-size: 24px;
  margin-bottom: 24px;
  padding-left: 30px;
}
.essence .box h3::before {
  top: 7px;
  width: 22px;
  height: 22px;
}
.essence .box h3 span {
  font-family: "Syne";
  font-size: 28px;
  line-height: 120%;
  margin-left: 32px;
}
.essence.splitStack {
  position: relative;
}
.essence.splitStack .splitInner {
  display: flex;
  min-height: 100vh;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .essence.splitStack .splitInner {
    flex-direction: column;
    padding: 0;
    gap: 0;
    min-height: 100vh;
  }
}
.essence.splitStack .lead {
  font-size: 32px;
  line-height: 49px;
  margin-bottom: 64px;
  max-width: 560px;
}
@media screen and (max-width: 750px) {
  .essence.splitStack .lead {
    font-size: 5vw;
    line-height: 36px;
    margin-bottom: 24px;
    padding: 0 24px;
  }
}
.essence.splitStack .text {
  font-size: 16px;
  line-height: 30px;
  max-width: 560px;
}
@media screen and (max-width: 750px) {
  .essence.splitStack .text {
    font-size: 14px;
    padding: 0 24px;
    margin-bottom: 0;
  }
}
.essence.splitStack h3 {
  font-family: "Inter";
  font-size: 24px;
  margin-bottom: 24px;
  padding-left: 30px;
}
@media screen and (max-width: 750px) {
  .essence.splitStack h3 {
    margin-left: 18px;
    font-size: 20px;
  }
}
.essence.splitStack h3::before {
  top: 7px;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 750px) {
  .essence.splitStack h3::before {
    top: 5px;
    width: 16px;
    height: 16px;
    left: 9px;
  }
}
.essence.splitStack h3 span {
  font-family: "Syne";
  font-size: 28px;
  line-height: 120%;
  margin-left: 32px;
}
@media screen and (max-width: 750px) {
  .essence.splitStack h3 span {
    margin-left: 24px;
    font-size: 20px;
  }
}
.essence .copy {
  flex: 0 0 50%;
  position: relative;
  min-height: 100vh;
}
@media screen and (max-width: 750px) {
  .essence .copy {
    order: 2;
    width: 100%;
    height: 59.6vh;
    position: relative;
    box-sizing: border-box;
    min-height: 59.6vh;
  }
}
.essence .copy .copyItem {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .essence .copy .copyItem {
    transform: unset;
    position: absolute;
    height: 59.6vh;
  }
}
.essence .copy .copyItem .inside {
  width: 550px;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .essence .copy .copyItem .inside {
    width: calc(50vw - 60px);
  }
}
@media screen and (max-width: 750px) {
  .essence .copy .copyItem .inside {
    width: auto;
  }
}
.essence .copy .copyItem.bg1 {
  background-color: #E2E9E1;
}
.essence .copy .copyItem.bg1 h3 span {
  color: #97B893;
}
.essence .copy .copyItem.bg2 {
  background-color: #E6E7F4;
}
.essence .copy .copyItem.bg2 h3 span {
  color: #A2A6CA;
}
.essence .copy .copyItem.bg3 {
  background-color: #F9EFD4;
}
.essence .copy .copyItem.bg3 h3 span {
  color: #C7B176;
}
.essence .copy .copyItem.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.essence .visual {
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .essence .visual {
    order: 1;
    width: 100%;
  }
}
.essence .visual .visualViewport {
  overflow: hidden;
  position: relative;
  background: #222;
  height: 100vh;
}
@media screen and (max-width: 750px) {
  .essence .visual .visualViewport {
    height: 40.4vh;
    border-radius: 0;
  }
}
.essence .visual .visualItem {
  will-change: transform;
  position: absolute;
  inset: 0;
  margin: 0;
  transform: translateY(0);
}
.essence .visual .visualItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.catalog {
  margin-top: 150px;
}
@media screen and (max-width: 750px) {
  .catalog {
    margin-top: 80px;
  }
}
.catalog h2.pen {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .catalog h2.pen {
    margin-bottom: 24px;
  }
}
.catalog .relative {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.catalog .relative img, .catalog .relative picture {
  width: 100%;
}
.catalog .relative p {
  position: absolute;
  text-align: center;
  font-family: "Syne";
  font-size: 64px;
  line-height: 111%;
  color: #FFF;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .catalog .relative p {
    font-size: 28px;
    top: 71vw;
    line-height: 0.3;
  }
}
.catalog .relative p span {
  font-size: 20px;
  line-height: 50px;
  color: #FFF;
  margin-top: -4px;
  display: block;
}
@media screen and (max-width: 750px) {
  .catalog .relative p span {
    font-size: 14px;
  }
}

.menu {
  margin-top: 160px;
}
@media screen and (max-width: 750px) {
  .menu {
    margin-top: 84px;
  }
}
.menu .container {
  padding: 0 40px;
}
@media screen and (max-width: 750px) {
  .menu .container {
    padding: 0 18px;
  }
}
.menu h2 {
  margin-bottom: 95px;
}
@media screen and (max-width: 750px) {
  .menu h2 {
    margin-bottom: 24px;
  }
}
.menu .box {
  gap: 72px 40px;
}
@media screen and (max-width: 750px) {
  .menu .box {
    gap: 24px 40px;
  }
}
.menu .box .item {
  width: calc(50% - 20px);
  position: relative;
  padding-left: 40px;
  border-bottom: 1px solid #9D9D9D;
  padding-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .menu .box .item {
    width: 100%;
    padding-left: 0;
    margin-left: 24px;
    padding-bottom: 12px;
  }
}
.menu .box .item:nth-child(even) {
  margin-top: -126px;
}
@media screen and (max-width: 750px) {
  .menu .box .item:nth-child(even) {
    margin-top: 0;
  }
}
.menu .box .item .vertical {
  writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  color: #A2A6CA;
  font-size: 20px;
  font-family: "Syne";
}
@media screen and (max-width: 750px) {
  .menu .box .item .vertical {
    font-size: 12px;
    line-height: 1;
    left: -22px;
  }
}
.menu .box .item h3 {
  font-size: 28px;
  color: #22282C;
  line-height: 120%;
  margin-top: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .menu .box .item h3 {
    font-size: 20px;
    margin: 12px 0 11px;
    line-height: 1;
  }
}
.menu .box .item h3 span {
  font-size: 14px;
  color: #646869;
  display: block;
  line-height: 120%;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .menu .box .item h3 span {
    font-size: 12px;
  }
}
.menu .box .item p {
  font-size: 16px;
  line-height: 26px;
  color: #22282C;
}
@media screen and (max-width: 750px) {
  .menu .box .item p {
    font-size: 14px;
  }
}

.eyelash {
  margin-top: 160px;
  position: relative;
  padding-bottom: 45px;
}
@media screen and (max-width: 750px) {
  .eyelash {
    padding-bottom: 0;
    margin-top: 80px;
  }
}
.eyelash .relative {
  position: relative;
  width: 100%;
  height: 100%;
  left: -70px;
}
@media screen and (max-width: 1280px) and (min-width: 751px) {
  .eyelash .relative {
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .eyelash .relative {
    left: 0;
    margin-bottom: 12px;
  }
}
.eyelash .relative::before {
  content: "";
  width: 185px;
  height: 4px;
  background-color: #97B893;
  position: absolute;
  right: -33px;
  bottom: 3px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1280px) and (min-width: 751px) {
  .eyelash .relative::before {
    width: 150px;
    height: 3px;
    right: -31px;
    bottom: 63px;
  }
}
@media screen and (max-width: 750px) {
  .eyelash .relative::before {
    width: 65px;
    height: 2px;
    right: -13px;
    bottom: 18px;
  }
}
.eyelash .abs {
  position: absolute;
  width: 886px;
  right: 0;
  bottom: -45px;
  z-index: -1;
}
@media screen and (max-width: 1280px) and (min-width: 751px) {
  .eyelash .abs {
    bottom: 25px;
    padding-left: 150px;
  }
}
@media screen and (max-width: 750px) {
  .eyelash .abs {
    width: 100%;
    bottom: 0;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  .eyelash h2 {
    margin-bottom: 22px;
  }
}
.eyelash h3 {
  font-size: 40px;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .eyelash h3 {
    font-size: 24px;
  }
}
.eyelash p {
  width: 470px;
  margin-bottom: 72px;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .eyelash p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .eyelash .box {
    width: 100%;
    flex-direction: column-reverse;
  }
}
.eyelash .box__left {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) and (min-width: 751px) {
  .eyelash .box__left {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .eyelash .box__left {
    width: 100%;
  }
}

.salon {
  margin-top: 160px;
  padding-top: 120px;
  padding-bottom: 10px;
  background-color: #5E6663;
}
@media screen and (max-width: 750px) {
  .salon {
    font-size: 40px;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.salon h2 {
  color: #FFF;
}
@media screen and (max-width: 750px) {
  .salon h2 {
    margin-bottom: 24px;
  }
}
.salon h3 {
  padding-bottom: 32px;
  margin-bottom: 32px;
  color: #FFF;
  display: flex;
  font-size: 32px;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: 400;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 750px) {
  .salon h3 {
    font-size: 18px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    display: block;
  }
}
.salon h3 span {
  color: #FFF;
  font-size: 24px;
  font-family: "Syne";
}
@media screen and (max-width: 750px) {
  .salon h3 span {
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
  }
}
.salon .box {
  display: flex;
  gap: 44px 40px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 110px;
}
@media screen and (max-width: 750px) {
  .salon .box {
    margin-bottom: 80px;
  }
}
.salon .box .item {
  width: calc(33.333% - 27px);
}
@media screen and (max-width: 750px) {
  .salon .box .item {
    width: 100%;
  }
}
.salon .box .item * {
  color: #FFF;
}
.salon .box .item h4 {
  font-size: 28px;
  font-family: "Syne";
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .salon .box .item h4 {
    font-size: 20px;
  }
}
.salon .box .item h4 span {
  font-size: 18px;
  margin-left: 16px;
}
@media screen and (max-width: 750px) {
  .salon .box .item h4 span {
    font-size: 14px;
  }
}
.salon .box .item p.address {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.salon .box .item .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.salon .box .item .buttons .button-box {
  width: calc(50% - 10px);
}
.salon .box .item .buttons .button-box .button {
  font-size: 15px;
  background-color: unset;
  border: solid 1px #FFF;
  width: 100%;
  text-align: center;
  padding: 6px;
  margin-bottom: 5px;
  border-radius: 2px;
  transition: all 0.2s;
}
@media screen and (max-width: 750px) {
  .salon .box .item .buttons .button-box .button {
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) {
  .salon .box .item .buttons .button-box .button:hover {
    background-color: #FFF;
    color: #5E6663;
  }
}
.salon .box .item .buttons .button-box p {
  font-size: 13px;
  text-align: center;
}

.scrolling {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 57px;
}
.scrolling__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.scrolling__inside {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  flex: 0 0 auto;
}

.staff {
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .staff {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 750px) {
  .staff .scrolling {
    margin-top: 40px;
  }
}
.staff .scrolling p {
  font-size: 120px;
  font-family: "Syne";
  font-weight: 500;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .staff .scrolling p {
    font-size: 80px;
  }
}
@media screen and (max-width: 750px) {
  .staff .scrolling p {
    font-size: 60px;
  }
}
.staff .scrolling img {
  width: 280px;
  margin: 0 40px;
}
@media screen and (max-width: 750px) {
  .staff .scrolling img {
    width: 196px;
    padding: 0 18px;
    margin: 0 22px;
  }
}
.staff h2 {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  .staff h2 {
    margin-top: 64px;
    margin-bottom: 24px;
  }
}
.staff .staff-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 750px) {
  .staff .staff-filter {
    gap: 26px;
  }
}
.staff .staff-filter .staff-cat-list {
  width: 270px;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .staff .staff-filter .staff-cat-list {
    width: 200px;
  }
}
@media screen and (max-width: 750px) {
  .staff .staff-filter .staff-cat-list {
    width: 100%;
  }
}
.staff .staff-filter .staff-cat-list button {
  display: block;
  border: unset;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 16px;
  font-family: "Syne";
  font-size: 18px;
  display: block;
  padding-bottom: 10px;
  width: 100%;
  position: relative;
  transition: all 0.2s;
  text-align: left;
  padding: 1px 0 14px 0;
}
@media screen and (max-width: 750px) {
  .staff .staff-filter .staff-cat-list button {
    font-size: 16px;
    border-bottom: unset;
    margin-bottom: 0;
    padding: 1px 0 8px 0;
  }
  .staff .staff-filter .staff-cat-list button span {
    color: #BEBEBE;
  }
}
.staff .staff-filter .staff-cat-list button::before {
  transition: all 0.2s;
  left: 4px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background-color: #22282C;
  position: absolute;
  content: "";
  border-radius: 10px;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .staff .staff-filter .staff-cat-list button::before {
    top: calc(50% - 7px);
  }
}
.staff .staff-filter .staff-cat-list button.is-active {
  padding-left: 22px;
}
.staff .staff-filter .staff-cat-list button.is-active::before {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .staff .staff-filter .staff-cat-list button.is-active span {
    color: #22282C;
  }
}
.staff .staff-filter .staff-cat-list h3 {
  font-family: "Syne";
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .staff .staff-filter .staff-cat-list h3 {
    font-size: 16px;
    width: calc(50% - 10px);
    position: relative;
    padding-bottom: 10px;
  }
  .staff .staff-filter .staff-cat-list h3::before {
    content: "";
    left: 34px;
    bottom: 0;
    width: calc(100% - 34px);
    position: absolute;
    height: 1px;
    background-color: #22282C;
  }
  .staff .staff-filter .staff-cat-list h3::after {
    content: "";
    left: 0;
    bottom: 0;
    width: 34px;
    position: absolute;
    height: 1px;
    background-color: #C7B176;
  }
}
@media screen and (max-width: 750px) {
  .staff .staff-filter .staff-cat-list h3.inactive {
    color: #BEBEBE;
  }
  .staff .staff-filter .staff-cat-list h3.inactive::before {
    left: 0;
    width: 100%;
    background-color: #BEBEBE;
  }
  .staff .staff-filter .staff-cat-list h3.inactive::after {
    display: none;
  }
}
.staff .staff-filter .staff-cat-list h3.mt {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .staff .staff-filter .staff-cat-list h3.mt {
    margin-top: 0;
  }
}
.staff .staff-filter .staff-cat-list ul {
  list-style-type: none;
  margin-bottom: 50px;
}
.staff .staff-filter .staff-cat-list ul li {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 16px;
}
.staff .staff-filter .staff-cat-list ul li a {
  font-family: "Syne";
  font-size: 18px;
  display: block;
  padding-bottom: 10px;
  width: 100%;
  position: relative;
  transition: all 0.2s;
}
.staff .staff-filter .staff-cat-list ul li a::before {
  transition: all 0.2s;
  left: 0;
  top: calc(50% - 8px);
  width: 6px;
  height: 6px;
  background-color: #22282C;
  position: absolute;
  content: "";
  border-radius: 10px;
  opacity: 0;
}
.staff .staff-filter .staff-cat-list ul li a span {
  font-size: 16px;
}
@media screen and (min-width: 751px) {
  .staff .staff-filter .staff-cat-list ul li:hover a {
    padding-left: 18px;
  }
  .staff .staff-filter .staff-cat-list ul li:hover a::before {
    opacity: 1;
  }
}
.staff .staff-filter .staff-cat-list .choice:hover {
  cursor: pointer;
}
.staff .staff-filter .staff-items {
  width: calc(100% - 310px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .staff .staff-filter .staff-items {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 750px) {
  .staff .staff-filter .staff-items {
    width: 100%;
    gap: 24px 11px;
  }
}
.staff .staff-filter .staff-items .item {
  position: relative;
  width: calc(33.33% - 27px);
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .staff .staff-filter .staff-items .item {
    width: calc(50% - 6px);
  }
}
.staff .staff-filter .staff-items .item::before {
  content: "";
  position: absolute;
  background-color: #FFF;
  transform: rotate(45deg);
  left: -16%;
  top: -15%;
  width: 30%;
  height: 30%;
}
.staff .staff-filter .staff-items .item .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.staff .staff-filter .staff-items .item img {
  margin-bottom: 28px;
  width: 296px;
  height: 373px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
  .staff .staff-filter .staff-items .item img {
    width: calc(33.3vw - 117px);
    height: calc(42vw - 147px);
  }
}
@media screen and (max-width: 750px) {
  .staff .staff-filter .staff-items .item img {
    width: calc(50vw - 15px);
    height: calc(63vw - 18.27px);
  }
}
.staff .staff-filter .staff-items .item h4 {
  border-left: 2px #22282C solid;
  padding-left: 17px;
  padding-bottom: 6px;
  transition: all 0.2s;
  padding-top: 6px;
  padding-bottom: 9px;
}
@media screen and (max-width: 750px) {
  .staff .staff-filter .staff-items .item h4 {
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.staff .staff-filter .staff-items .item h4 span {
  display: block;
  line-height: 1.8;
  font-size: 10px;
  font-family: "Syne";
  color: #686868;
}
@media screen and (max-width: 750px) {
  .staff .staff-filter .staff-items .item h4 span {
    font-size: 12px;
  }
}
.staff .staff-filter .staff-items .item h4 small {
  font-size: 14px;
  margin-right: 6px;
  color: #22282C;
}
@media screen and (max-width: 750px) {
  .staff .staff-filter .staff-items .item h4 small {
    display: block;
  }
}
.staff .staff-filter .staff-items .item .icon-ig {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.3s;
}
.staff .staff-filter .staff-items .item .icon-ig::before {
  content: "";
  left: -40px;
  top: -42px;
  width: 40px;
  height: 40px;
  background-image: url(../../images/top/icon_ig.svg);
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: center;
  position: absolute;
  background-color: #F2F2F2;
  border-radius: 40px;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .staff .staff-filter .staff-items .item .icon-ig::before {
    top: unset;
    bottom: 0;
  }
}
@media screen and (min-width: 751px) {
  .staff .staff-filter .staff-items .item.active:hover .icon-ig::before {
    background-image: url(../../images/top/icon_ig_w.svg);
    background-color: #22282C;
  }
}
.staff .staff-filter .sp-nav {
  display: none;
}
@media screen and (max-width: 750px) {
  .staff .staff-filter .sp-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  .staff .staff-filter .sp-flex-item h3 {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .staff .staff-filter .sp-flex-item.inactive {
    display: none;
  }
}

.instagram {
  margin-top: 120px;
  background-color: #F4F6F7;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .instagram {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-top: 80px;
  }
}
.instagram h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .instagram h2 {
    margin-bottom: 24px;
  }
}
.instagram .box {
  justify-content: space-between;
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 750px) {
  .instagram .box {
    gap: 11px;
  }
}
.instagram .box .item {
  width: calc(25% - 20px);
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .instagram .box .item {
    width: calc(50% - 5.5px);
  }
}
.instagram .right {
  display: flex;
  margin-top: 40px;
  justify-content: flex-end;
}
.instagram .right .button {
  width: 203px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .instagram .right .button {
    max-width: 100%;
    width: 178px;
    margin: 0 auto;
  }
}
.instagram .button::before {
  transform: rotate(-90deg);
}

.recruit {
  width: 100%;
  height: 600px;
  margin: 0 auto 0;
  background-image: url(../../images/top/img_reqruit.jpg);
  background-size: cover;
  padding-top: 80px;
  position: relative;
}
@media screen and (min-width: 1350px) {
  .recruit {
    height: 43vw;
    display: flex;
    align-items: center;
    padding-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .recruit {
    background-image: url(../../images/top/img_reqruit-sp.jpg);
    background-size: cover;
    width: 100%;
    margin: 0 auto 0;
    padding-top: 5.6vw;
    border-bottom: solid 0.5px #000;
    height: 163vw;
  }
}
.recruit h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .recruit h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  .recruit h2::before {
    top: 4px;
    width: 20px;
    height: 20px;
    left: 10px;
  }
}
.recruit .container {
  width: 100%;
  padding-left: 83px;
}
@media screen and (min-width: 1350px) {
  .recruit .container {
    padding: 8%;
    bottom: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .recruit .container {
    width: 100%;
    padding: 12px;
  }
}
@media screen and (max-width: 750px) {
  .recruit .left {
    top: 74vw;
    left: 2vw;
    position: relative;
  }
}
.recruit .left h3 {
  font-size: 36px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .recruit .left h3 {
    font-size: 24px;
  }
}
.recruit .left p {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 21px;
  width: 372px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .recruit .left p {
    width: 100%;
    margin: 10px 0 16px;
    font-size: 14px;
  }
}
.recruit .left .button {
  width: 186px;
  background-color: #22282C;
  color: #FFF;
  transition: all 0.3s;
  position: relative;
  border: unset;
  border-radius: 2px;
}
.recruit .left .button::before {
  content: "";
  transform: rotate(-90deg);
  right: 20px;
  top: 19px;
  width: 12px;
  height: 12px;
  background-image: url(../../images/top/arrow_forward_w.svg);
  background-size: cover;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .recruit .left .button::before {
    top: 15px;
  }
}
@media screen and (min-width: 751px) {
  .recruit .left .button:hover {
    background-color: #FFF;
    color: #22282C;
  }
  .recruit .left .button:hover::before {
    background-image: url(../../images/top/arrow_forward.svg);
    background-size: cover;
  }
}
.recruit .copy {
  font-family: "Syne";
  font-size: 83.3px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  color: #FFF;
  text-align: center;
  width: 100%;
  line-height: 1.3;
}
@media screen and (max-width: 1280px) and (min-width: 751px) {
  .recruit .copy {
    font-size: 6vw;
  }
}
@media screen and (max-width: 750px) {
  .recruit .copy {
    font-size: 10.3vw;
    top: 74vw;
    line-height: 1.2;
    text-align: left;
    left: 0;
    padding-left: 3vw;
  }
}

.loading {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: #FFF;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease;
}
.loading img {
  width: 320px;
}
@media screen and (max-width: 750px) {
  .loading img {
    width: 250px;
    max-width: 90%;
  }
}
.loading.is-hide {
  opacity: 0;
  pointer-events: none;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.fadein.show {
  opacity: 1;
  transform: translateY(0);
}
.fadein.delay-0.show {
  transition-delay: 0s;
}
.fadein.delay-1.show {
  transition-delay: 0.2s;
}
.fadein.delay-2.show {
  transition-delay: 0.4s;
}
.fadein.delay-3.show {
  transition-delay: 0.6s;
}/*# sourceMappingURL=style.css.map */