/****************

master.cssは編集不可！！
LESSファイルを編集すること！

****************/
/*bootstrapの設定を読み込み*/
/*Font*/
@import url(//use.fontawesome.com/releases/v6.0.0/css/all.css);
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEi75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFJEj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFE8j75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFM8k75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFJEk75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFLgk75s.ttf) format('truetype');
}
body {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #393939;
  overflow-x: hidden;
}
html {
  height: 100%;
}
h1,
h2,
h3,
h4,
p {
  padding: 0;
  line-height: 1.7;
  margin: 0;
}
a {
  color: #272727;
  text-decoration: none;
}
a:hover {
  color: #666666;
}
.text-xxxl {
  font-size: 2.5rem;
}
.text-xxl {
  font-size: 2.375rem;
}
.text-xl {
  font-size: 2.25rem;
}
.text-ll {
  font-size: 2.125rem;
}
.text-lm {
  font-size: 2rem;
}
.text-l {
  font-size: 2rem;
}
.text-ls {
  font-size: 1.875rem;
}
.text-ml {
  font-size: 1.625rem;
}
.text-mm {
  font-size: 1.5rem;
}
.text-m {
  font-size: 1.25rem;
}
.text-ms {
  font-size: 1.125rem;
}
.text-n {
  font-size: 1rem;
}
.text-sl {
  font-size: .875rem;
}
.text-sm {
  font-size: .75rem;
}
.text-s {
  font-size: .625rem;
}
.text-ss {
  font-size: .5rem;
}
.text-regular {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-bold {
  font-weight: 700;
}
.text-exbold {
  font-weight: 900;
}
.text-orange {
  color: #E0B35F;
}
.text-navy {
  color: #59738C;
}
.text-blue {
  color: #D5DFE6!important;
}
.text-link {
  color: #31A8FF;
}
.text-yellow {
  color: #F7B62D;
}
.text-gold {
  color: #B58F6B;
}
.text-white {
  color: #ffffff;
}
.text-white a {
  color: #ffffff!important;
}
.text-darkgray {
  color: #333333;
}
.text-gray {
  color: #C1C1C1;
}
.text-shadow {
  text-shadow: 1px 1px 1px #F0F0F0, -1px 1px 1px #F0F0F0, 1px -1px 1px #F0F0F0, -1px -1px 1px #F0F0F0, 1px 0px 1px #F0F0F0, 0px 1px 1px #F0F0F0, -1px 0px 1px #F0F0F0, 0px -1px 1px #F0F0F0;
}
.text-through {
  text-decoration: line-through;
}
.blue-box {
  background-color: #7EA6CE;
}
.eng {
  font-family: "shelby", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.eng-bold {
  font-family: "shelby", sans-serif;
  font-weight: 700;
  font-style: normal;
}
p {
  margin-top: 0;
  line-height: 200%;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.text-right {
  text-align: right;
}
.clear {
  clear: both;
}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.m_over:hover {
  opacity: 0.6;
  -webkit-transition: all 1s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 1s ease-out;
  /* FF4+ */
  -ms-transition: all 1s ease-out;
  /* IE10? */
  -o-transition: all 1s ease-out;
  /* Opera 10.5+ */
  transition: all 1s ease-out;
  /*filter: alpha(opacity=80);*/
}
.m_over_inverse:hover {
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 1s ease-out;
  /* FF4+ */
  -ms-transition: all 1s ease-out;
  /* IE10? */
  -o-transition: all 1s ease-out;
  /* Opera 10.5+ */
  transition: all 1s ease-out;
  /*filter: alpha(opacity=80);*/
  /*filter: alpha(opacity=80);*/
}
.mt-6 {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .mt-6 {
    margin-bottom: 80px;
  }
}
.mb-6 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mb-6 {
    margin-bottom: 80px;
  }
}
.small-d-block {
  display: block;
}
@media screen and (min-width: 391px) {
  .small-d-block {
    display: none;
  }
}
.page-wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.page-wrapper .main-contents {
  max-width: 440px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-wrapper .main-contents {
    padding-top: 34px;
  }
}
.bg-absolute {
  position: absolute;
  inset: 0;
  background: url(../images/common/bg-img.webp);
  background-color: #f2f2f2;
  background-attachment: fixed;
}
.right-text-flex {
  display: flex;
  flex-flow: column;
  gap: 90px;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  position: fixed;
  inset: 35% 4vw 0% calc(54vw + 220px);
}
.right-text-flex p {
  font-size: clamp(0.75rem, calc(1.3333333333333335vw + -0.25rem), 1rem);
}
.right-text-flex img {
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: #393939;
  border-radius: 50%;
}
.pc-width {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .pc-width {
    width: calc(50vw + 220px);
  }
}
.pc-width .pc-menu {
  width: calc(50vw - 220px);
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20vh;
  padding-bottom: 20px;
}
.pc-width .pc-menu .pc-logo-wrap {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.pc-width .pc-menu .pc-logo-wrap img {
  width: 250px;
}
.pc-width .g-nav-pc-menu {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.pc-width .g-nav-pc-menu li {
  font-size: 1rem;
  line-height: 2;
}
.pc-width .g-nav-pc-menu .g-nav-pc-menu-item__sub {
  padding-left: 149px;
}
.contents-wrap {
  position: relative;
  padding: 3rem 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .contents-wrap {
    padding: 4.5rem 0;
  }
}
@media (min-width: 992px) {
  .contents-wrap {
    padding: 5rem 0;
  }
}
@media (min-width: 1200px) {
  .contents-wrap {
    padding: 6.25rem 0;
  }
}
/*ヘッダー*/
.g-nav {
  position: fixed;
  z-index: -1;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.g-nav__logo a {
  display: block;
}
.g-nav-btn {
  font-size: 16px;
  letter-spacing: 0.1em;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-nav-btn::after {
  content: "";
  width: 24px;
  height: 6px;
  transform: skew(45deg) translate(0, -0.6vw);
  margin-left: 4px;
}
.g-nav-inner {
  height: 100vh;
}
.g-nav.panelactive {
  opacity: 1;
  z-index: 200;
}
.g-nav-list__wrap {
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  position: relative;
  background-color: #DDD9D0;
  margin-left: auto;
  margin-right: 0;
  padding-top: 30vh;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 576px) {
  .g-nav-list__wrap {
    height: auto;
  }
}
@media (min-width: 768px) {
  .g-nav-list__wrap {
    width: 440px;
  }
}
.g-nav-list ul {
  font-size: 12px;
  letter-spacing: 0.12em;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  position: relative;
}
.g-nav-list ul li {
  position: relative;
}
.g-nav-list ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: clamp(0.3125rem, calc(0.3246753246753247vw + 0.23944805194805194rem), 0.625rem);
  padding-bottom: clamp(0.3125rem, calc(0.3246753246753247vw + 0.23944805194805194rem), 0.625rem);
}
.insta-logo {
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: #393939;
  border-radius: 50%;
  margin: 40px 0 0 auto;
  display: block;
}
.g-nav-btn-close {
  cursor: pointer;
  margin: 45px 25px 20px 25px;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-bottom: solid 2px #000;
  background: #fff;
}
.g-nav-btn-close span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 50px;
}
.g-nav-btn-close span::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  -webkit-transform: translate(-14px, 18px);
  transform: translate(-14px, 18px);
}
.g-nav.panelactive .g-nav-inner {
  position: fixed;
  z-index: 999;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.gnav__btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
  padding: 0;
  border: 0;
  background: #393939;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.gnav__btn.login {
  top: 46px;
}
@media (min-width: 992px) {
  .gnav__btn.login {
    top: 32px;
  }
}
.btn-trigger {
  position: relative;
  cursor: pointer;
  width: 68px;
  height: 68px;
}
@media (min-width: 768px) {
  .btn-trigger {
    width: 82px;
    height: 82px;
  }
}
@media (min-width: 992px) {
  .btn-trigger {
    width: 94px;
    height: 94px;
  }
}
@media (min-width: 1200px) {
  .btn-trigger {
    width: 110px;
    height: 110px;
  }
}
.btn-line {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 1px;
  background-color: #fff;
  width: 20px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.btn-line::before,
.btn-line::after {
  position: absolute;
  display: block;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn-line::before {
  top: -10px;
  width: 120%;
}
.btn-line::after {
  top: 10px;
  width: 80%;
}
.btn-trigger.active .btn-line {
  background-color: transparent;
}
.btn-trigger.active .btn-line::before,
.btn-trigger.active .btn-line::after {
  top: 0;
  background-color: #fff;
}
.btn-trigger.active .btn-line::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}
.btn-trigger.active .btn-line::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  width: 120%;
}
.btn-trigger.active::after {
  color: #fff;
}
.hidden-text {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.l-wrapper.gnav-open {
  overflow: hidden !important;
}
.g-nav-list__item.parent::after {
  display: none;
}
.g-nav-btn-close {
  position: relative;
}
.g-nav-btn-close .close-btn-ico {
  position: absolute;
}
.g-nav-btn-close .btn-line-wrapper {
  background: none;
  height: 50px;
  width: 50px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.g-nav-btn-close .btn-line-wrapper span {
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 3px;
  border-radius: 4px;
  width: 22px;
}
.g-nav-btn-close .btn-line-wrapper span:first-of-type {
  top: 16px;
  -webkit-transform: translate(-10px, 8px) rotate(-45deg);
  transform: translate(-10px, 8px) rotate(-45deg);
}
.g-nav-btn-close .btn-line-wrapper span:nth-of-type(2) {
  -webkit-transform: translate(-10px, -6px) rotate(45deg);
  transform: translate(-10px, -6px) rotate(45deg);
  top: 30px;
}
.g-nav-list__item__sub {
  padding-left: 143px;
}
_::-webkit-full-page-media,
_:future,
:root .g-nav-inner {
  padding-bottom: 100px;
}
.btn-trigger.active #page-line {
  background-color: transparent;
}
.btn-trigger.active #page-line:before,
.btn-trigger.active #page-line:before {
  background-color: #fff;
}
.btn-trigger #page-line {
  background-color: #fff;
}
/*コンテンツ*/
.layout-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 430px) {
  .layout-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.first-view {
  width: 100%;
  height: 100svh;
  background: url(../images/mainvisual/mainv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding-top: 5vh;
  padding-bottom: 5vh;
}
.first-view .logo-wrap {
  position: relative;
  width: 40%;
  background-color: #fff;
  padding: 15px;
}
.first-view .logo-wrap:before {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid #fff;
}
.first-view-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}
.cta-btn-wh,
.cta-btn-bk {
  position: relative;
  width: 280px;
  height: 58px;
  font-size: .75rem;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 29px;
  transition: 0.5s ease-in-out;
}
.cta-btn-wh {
  background-color: #fff;
  color: #393939;
}
.cta-btn-bk {
  background-color: #393939;
  color: #fff;
}
.cta-btn-wh:before,
.cta-btn-bk:before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 25px;
  transition: 0.5s ease-in-out;
}
.cta-btn-wh:before {
  border: 1px solid #393939;
}
.cta-btn-bk:before {
  border: 1px solid #fff;
}
.cta-btn-wh:hover {
  background-color: #393939;
  color: #fff;
}
.cta-btn-bk:hover {
  background-color: #fff;
  color: #393939;
}
.cta-btn-wh:hover:before {
  border: 1px solid #fff;
}
.cta-btn-bk:hover:before {
  border: 1px solid #393939;
}
.fade-in {
  animation: fade-In-mainv 1.2s ease forwards;
}
@keyframes fade-In-mainv {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.first-view,
.logo-wrap,
.catch-wrap,
.cta-btn-wh,
.cta-btn-bk,
.pc-menu,
.right-text-flex {
  opacity: 0;
  transition: opacity .8s ease;
}
.fixed-cta {
  position: fixed;
  width: 100%;
  max-width: 440px;
  padding: 10px 20px;
  bottom: 0;
  display: flex;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .3s ease;
  z-index: 100;
}
.fixed-cta a {
  height: 38px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: .75rem;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
  transition: all .3s ease;
}
.fixed-cta a:first-child {
  background-color: #fff;
  color: #393939;
}
.fixed-cta a:last-child {
  background-color: #393939;
  color: #fff;
}
.fixed-cta a:before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 25px;
  transition: 0.5s ease-in-out;
}
.fixed-cta a:first-child:before {
  border: 1px solid #393939;
}
.fixed-cta a:last-child:before {
  border: 1px solid #fff;
}
.fixed-cta.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fixed-cta.show.scrolling {
  backdrop-filter: blur(10px);
}
.fixed-cta.show.scrolling a {
  opacity: .6;
}
/*About us*/
.about {
  width: 100%;
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, transparent 100%);
  overflow: hidden;
  padding-top: 7vh;
  padding-bottom: 7vh;
}
.black-block {
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #393939;
}
.black-block .text-sm {
  font-size: .625rem;
}
@media (min-width: 430px) {
  .black-block .text-sm {
    font-size: .75rem;
  }
}
/*Educational system*/
.curriculum {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  padding-top: 7vh;
  padding-bottom: 7vh;
}
.underline {
  font-size: 1rem;
  line-height: 2;
  border-bottom: 1px solid #F2EEE3;
  position: relative;
}
.underline span {
  font-size: .8125rem;
}
.underline:before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #AC9A86;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.cta-btn-bk-s {
  position: relative;
  width: 100%;
  height: 38px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 19px;
  background-color: #393939;
  font-size: .625rem;
  color: #fff;
  transition: 0.5s ease-in-out;
}
.cta-btn-bk-s:before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 16px;
  transition: 0.5s ease-in-out;
  border: 1px solid #fff;
}
.cta-btn-bk-s:hover {
  background-color: #fff;
  color: #393939;
}
.cta-btn-bk-s:hover:before {
  border: 1px solid #393939;
}
.curriculum-content {
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F2EEE3;
  margin-top: 60px;
}
@media (min-width: 430px) {
  .curriculum-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.curriculum-content .curriculum-inner,
.curriculum-content .curriculum-inner-stylist {
  position: relative;
  padding-bottom: 30px;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #FAF8EC;
  margin-top: 50px;
}
@media (min-width: 430px) {
  .curriculum-content .curriculum-inner,
  .curriculum-content .curriculum-inner-stylist {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.curriculum-content .curriculum-inner .num,
.curriculum-content .curriculum-inner-stylist .num {
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 60px;
  height: 60px;
  background-color: #AC9A86;
  border-radius: 50%;
}
.curriculum-content .curriculum-inner .curriculum-sub,
.curriculum-content .curriculum-inner-stylist .curriculum-sub {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.curriculum-content .curriculum-inner .curriculum-sub img,
.curriculum-content .curriculum-inner-stylist .curriculum-sub img {
  width: 37px;
  height: 37px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #765730;
}
.curriculum-content .curriculum-inner .border-right,
.curriculum-content .curriculum-inner-stylist .border-right {
  border-right: 1px solid #765730;
}
.curriculum-content .curriculum-inner ul,
.curriculum-content .curriculum-inner-stylist ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.curriculum-content .curriculum-inner ul li,
.curriculum-content .curriculum-inner-stylist ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: .625rem;
  line-height: 2;
}
.curriculum-content .curriculum-inner ul li:before,
.curriculum-content .curriculum-inner-stylist ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #AC9A86;
  transform: rotate(45deg);
}
.curriculum-content .curriculum-inner {
  padding-top: 50px;
}
.curriculum-content .curriculum-inner-stylist {
  padding-top: 30px;
}
.curriculum-content::before {
  content: attr(data-text);
  width: 144px;
  height: 30px;
  font-size: .8125rem;
  color: #fff;
  background-color: #393939;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  left: 0;
}
.calcblock {
  display: flex;
  justify-content: space-between;
}
.calcblock div {
  height: 34px;
  font-size: .75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calcblock div:first-child,
.calcblock div:last-child {
  width: 45%;
  color: #fff;
  background-color: #393939;
}
.calcblock div:nth-child(2) {
  font-family: sans-serif;
  font-weight: 900;
}
/*Staff interview*/
.interview {
  width: 100%;
  background-color: #393939;
  overflow: hidden;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.staff-img-r-wrap,
.staff-img-l-wrap {
  position: relative;
  margin-top: 60px;
  margin-bottom: 55px;
}
.staff-img-r-wrap img,
.staff-img-l-wrap img {
  width: calc(100% - 20px);
  object-fit: cover;
  display: block;
}
.staff-img-r-wrap .name,
.staff-img-l-wrap .name {
  font-size: 2rem;
  font-family: "above-the-beyond", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #AC9A86;
  line-height: 1;
  position: absolute;
}
.staff-img-r-wrap .comment,
.staff-img-l-wrap .comment {
  width: 70%;
  position: absolute;
  bottom: -24px;
  padding: 15px;
  background-color: #fff;
}
.staff-img-r-wrap .comment p,
.staff-img-l-wrap .comment p {
  font-size: .75rem;
  line-height: 1.6;
}
.staff-img-r-wrap img {
  margin-right: 0;
  margin-left: auto;
}
.staff-img-r-wrap .name {
  top: 0;
  left: 0;
  transform: rotate(-15deg) !important;
}
.staff-img-r-wrap .comment {
  left: 0;
}
.staff-img-l-wrap img {
  margin-left: 0;
  margin-right: auto;
}
.staff-img-l-wrap .name {
  top: 0;
  text-align: right;
  right: 40px;
  transform: rotate(15deg) !important;
}
.staff-img-l-wrap .comment {
  right: 0;
}
/*Staff interview*/
.message {
  width: 100%;
  background-color: #626262;
  overflow: hidden;
  padding-bottom: 8vh;
}
.message-wrap {
  position: relative;
}
.message-wrap .message-inner {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) !important;
}
.message-wrap .message-inner .name {
  font-size: 1.375rem;
  font-family: "above-the-beyond", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.person {
  width: 100%;
  background-color: #FAF8EC;
  overflow: hidden;
  padding-top: 8vh;
  padding-bottom: 4vh;
}
.person-content {
  padding: 15px 22px;
  background-color: #F2EEE3;
}
/*Employee benefits*/
.benefits {
  width: 100%;
  background: linear-gradient(to bottom, #fff 0%, #fff 20%, transparent 100%);
  overflow: hidden;
  padding-top: 6vh;
  padding-bottom: 5vh;
}
.benefits-list {
  height: 100%;
  background-color: #fff;
  padding: 24px 10px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.benefits-list img {
  display: block;
  width: 57px;
  height: 57px;
  background-color: #F2EEE3;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}
/*Recruitment*/
.recruitment {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  padding-top: 8vh;
  padding-bottom: 4vh;
}
.recruitment-item {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #F2EEE3;
  padding: 30px 15px 20px 15px;
}
.recruitment-item h3 {
  font-size: 1.5rem;
  color: #765730;
}
.recruitment-item h4 {
  font-size: 0.8125rem;
  color: #fff;
  width: 220px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #393939;
  position: absolute;
  top: 0;
  left: 0;
}
.valuebox-end,
.valuebox-base {
  display: flex;
}
.valuebox-end .text-xxl,
.valuebox-base .text-xxl {
  line-height: 1;
}
.valuebox-end {
  justify-content: space-between;
  align-items: end;
}
.valuebox-base {
  justify-content: space-around;
  align-items: baseline;
}
.commission {
  display: block;
  background-color: #fff;
  padding: 5px;
  font-size: .75rem;
  text-align: center;
}
.inner-benefits-list {
  position: relative;
  background-color: #FAF8EC;
  padding: 40px 20px 15px 20px;
}
.inner-benefits-list h4 {
  font-size: 0.8125rem;
  color: #fff;
  width: 160px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #393939;
  position: absolute;
  top: 0;
  left: 0;
}
.inner-benefits-list ul {
  padding-left: 1em;
  margin-bottom: 0;
}
.inner-benefits-list ul li {
  font-size: .75rem;
  color: #765730;
  line-height: 2;
}
.inner-benefits-list ul li span {
  color: #393939;
}
.support-list {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #FAF8EC;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.support-list img {
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 50%;
}
.support-list h5 {
  margin-bottom: 0;
}
.simulation-first,
.simulation-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 14px;
}
.simulation-first {
  font-size: .75rem;
  color: #fff;
  background-color: #817160;
}
.simulation-list {
  font-size: 1.125rem;
  background-color: #FAF8EC;
}
.simulation-list .calc-result::first-letter {
  font-size: .8125rem;
}
.down-arrow {
  width: fit-content;
  margin: 10px auto 0 auto;
}
.down-arrow span {
  display: block;
  transform: rotate(90deg);
}
.simulation-flow,
.simulation-debut {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 20px;
  border: 2px solid #E0D7CA;
}
.simulation-flow span:first-child,
.simulation-debut span:first-child {
  font-size: .75rem;
}
.simulation-flow span:nth-child(2),
.simulation-debut span:nth-child(2) {
  font-size: 1.125rem;
  margin-left: auto;
  margin-right: 3px;
}
.simulation-flow span:last-child,
.simulation-debut span:last-child {
  font-size: .8125rem;
}
.simulation-flow {
  background-color: #fff;
  margin-top: 20px;
}
.simulation-debut {
  color: #fff;
  background-color: #817160;
}
.simulation-middle {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 20px;
  background-color: #E5E1D5;
  border: 2px solid #E0D7CA;
}
.simulation-middle span:first-child {
  font-size: .75rem;
}
.simulation-middle span:nth-child(2) {
  font-size: 1.125rem;
  margin-left: auto;
  margin-right: 3px;
}
.simulation-middle span:nth-child(4) {
  font-size: 1.125rem;
  margin-left: 0;
  margin-right: 3px;
}
.simulation-middle span:nth-child(3),
.simulation-middle span:last-child {
  font-size: .8125rem;
}
.recruitment-slider-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.recruitment-slider-wrap {
  /* 矢印アイコン */
}
.recruitment-slider-wrap .recruitment-slider {
  position: relative;
  overflow: visible;
}
.recruitment-slider-wrap .recruitment-slider .swiper-wrapper {
  align-items: stretch;
}
.recruitment-slider-wrap .recruitment-slider .swiper-slide {
  height: auto;
}
.recruitment-slider-wrap .recruitment-slider .recruitment-item {
  width: calc(100% - 48px);
  height: 100%;
}
@media (min-width: 430px) {
  .recruitment-slider-wrap .recruitment-slider .recruitment-item {
    width: calc(100% - 60px);
  }
}
.recruitment-slider-wrap .recruitment-slider-prev,
.recruitment-slider-wrap .recruitment-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #AC9A86;
  cursor: pointer;
  z-index: 10;
  border: none;
}
.recruitment-slider-wrap .recruitment-slider-prev {
  left: 10px;
}
.recruitment-slider-wrap .recruitment-slider-next {
  right: 10px;
}
.recruitment-slider-wrap .recruitment-slider-prev::before,
.recruitment-slider-wrap .recruitment-slider-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.recruitment-slider-wrap .recruitment-slider-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}
.recruitment-slider-wrap .recruitment-slider-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}
.recruitment-slider-wrap .recruitment-slider-pagination {
  display: flex;
  gap: 4px;
  align-items: center;
  width: calc(100% - 48px) !important;
  margin: 4px auto 0;
  padding-bottom: 4px;
}
@media (min-width: 430px) {
  .recruitment-slider-wrap .recruitment-slider-pagination {
    width: calc(100% - 60px) !important;
  }
}
.recruitment-slider-wrap .recruitment-slider-pagination .swiper-pagination-bullet {
  flex: 1 1 auto;
  height: 3px;
  margin: 0 !important;
  border-radius: 0;
  background: #ffffff;
  opacity: 1;
  transition: background-color 0.25s ease;
}
.recruitment-slider-wrap .recruitment-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #AC9A86;
}
/*Entory*/
.entry {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 8vh;
}
.form-wrap {
  position: relative;
  padding-top: 5vh;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FAF8EC;
  border-radius: 20px;
}
@media (min-width: 430px) {
  .form-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
footer {
  width: 100%;
  background-color: #DDD9D0;
  overflow: hidden;
  padding-top: 5vh;
  padding-bottom: 5vh;
}
footer .logo {
  width: 113px;
}
footer .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
footer .phone img {
  width: 20px;
  height: 20px;
}
.pc-width img.spot_logo {
  height: 12px;
  margin: 5px auto;
}
@media (min-width: 768px) {
  .pc-width img.spot_logo {
    height: 16px;
  }
}
.contactform-text {
  font-size: .875rem;
  line-height: 3;
}
.req-text {
  color: #8D1C17;
  margin-left: 5px;
}
.wpcf7-not-valid-tip {
  font-size: .75rem!important;
  color: #8D1C17!important;
  margin-top: 5px;
  margin-left: 5px;
}
input[type="text"],
input[type="email"],
input[type="date"],
input[type="tel"],
select,
textarea {
  vertical-align: middle;
  width: 100%;
  height: 30px;
  padding: 10px;
  font-size: 90%;
  color: #272727;
  background: #ffffff;
  border: none;
}
select {
  padding: 0 10px;
}
@media (min-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="date"],
  input[type="tel"],
  select,
  textarea {
    height: 40px;
  }
}
input[type="radio"] {
  position: relative;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #876A41;
  border-radius: 50%;
  vertical-align: -2px;
  margin-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #876A41;
  content: '';
}
textarea {
  height: auto;
  line-height: 1.5;
}
input[type="file"] {
  margin-bottom: 10px;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  position: relative;
  width: 100%;
  height: 46px;
  font-size: .75rem;
  color: #fff;
  text-align: center;
  display: block;
  background-color: #393939;
  border-radius: 25px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-color: #fff;
  color: #393939;
}
input.item_cnt {
  width: 30%;
}
::-webkit-input-placeholder {
  color: #AAAAAA;
}
:-moz-placeholder {
  color: #AAAAAA;
}
*:first-child + html input[type="submit"] {
  padding: 3px;
}
.submit-wrap {
  position: relative;
  width: 200px;
  height: 46px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.submit-wrap .circle-icon {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  display: block;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.submit-wrap .circle-icon::before {
  content: "";
  background-image: url(../images/common/btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.submit-wrap:hover .circle-icon {
  background-color: #AC9A86;
}
.submit-wrap:hover .circle-icon::before {
  background-image: url(../images/common/btn-arrow-hover.svg);
}
/* ベース */
.acc {
  background: #AC9A86;
  border-radius: 10px;
}
/* summaryのデフォルト三角を消す */
.acc > summary {
  list-style: none;
}
.acc > summary::-webkit-details-marker {
  display: none;
}
.acc__head {
  cursor: pointer;
  padding: 14px 16px;
  font-size: .75rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
/* 右側の矢印 */
.acc__head::after {
  content: "+";
  transition: transform 240ms ease;
}
/* 中身：gridで高さ可変でも滑らかに */
.acc__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 240ms ease;
}
.acc__inner {
  overflow: hidden;
  padding: 0 16px;
  padding-bottom: 14px;
  font-size: .625rem;
  color: #fff;
  line-height: 1.7;
}
/* 開いたとき */
.acc[open] .acc__body {
  grid-template-rows: 1fr;
}
.acc[open] .acc__head::after {
  transform: rotate(45deg);
}
/* ユーザーが「動きを減らす」設定ならアニメ無し */
@media (prefers-reduced-motion: reduce) {
  .acc__body,
  .acc__head::after {
    transition: none;
  }
}
.accept {
  font-size: .75rem;
  text-align: center;
}
/* reCAPTCHA v3　表示位置 */
.privacypolicy {
  font-weight: 600;
  color: #E60013;
  text-align: center;
}
/* アニメーション */
/* fadeIn */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(90px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* fadeDown */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-90px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  animation-name: flipLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes flipLeftAnime {
  from {
    transform: translate(-20px, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.fadeRight {
  animation-name: flipRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes flipRightAnime {
  from {
    transform: translate(20px, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/*==================================================
ぱたっ
===================================*/
/* flipLeftTop */
.flipLeftTop {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
/*==================================================
ぶわっ、ぽんっ、どどんっ
===================================*/
/* zoomIn */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.img-updown-white,
.img-updown-blue {
  overflow: hidden;
  position: relative;
}
.img-updown-white::before,
.img-updown-white::after,
.img-updown-blue::before,
.img-updown-blue::after {
  animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  content: '';
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.img-updown-blue::before,
.img-updown-blue::after {
  background: #F2F8FA;
}
.img-updown-white::before,
.img-updown-white::after {
  background: #fff;
}
.img-updown-white::before,
.img-updown-blue::before {
  animation-name: img-updown-before;
  animation-duration: 1s;
  inset: 0 50% 0 0;
}
.img-updown-white::after,
.img-updown-blue::after {
  animation-duration: 1s;
  animation-name: img-updown-after;
  inset: 0 0 0 50%;
}
@keyframes img-updown-before {
  100% {
    transform: translateY(100%);
  }
}
@keyframes img-updown-after {
  100% {
    transform: translateY(-100%);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.zoomInTrigger,
.flipLeftTopTrigger,
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.blurTrigger {
  opacity: 0;
}
.delay1 {
  animation-delay: 0.2s;
}
.delay2 {
  animation-delay: 0.4s;
}
.delay3 {
  animation-delay: 0.6s;
}
.delay4 {
  animation-delay: 0.8s;
}
.delay5 {
  animation-delay: 1s;
}
.delay6 {
  animation-delay: 1.2s;
}
/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
  visibility: hidden;
}
.recaptchabox {
  margin-top: clamp(1.25rem, calc(1.1904761904761905vw + 0.9821428571428572rem), 1.875rem);
  font-size: clamp(0.625rem, calc(0.2597402597402597vw + 0.5665584415584416rem), 0.875rem);
  text-align: center;
}
.recaptchabox a {
  color: #876A41;
}
