/*
@media screen and (min-width: 835px) {
タブレット用レイアウト 768pxpx以上
}
@media screen and (min-width: 1280px) {
PC用レイアウト 1200pxpx以上
}

*/

/* ============================================================================
 * 基本
 * https://github.com/twbs/bootstrap/blob/main/dist/css/bootstrap-reboot.css
 * ========================================================================= */
:root {
  --color-accent-01: #999077;
  --color-text-color-01: #4d4d4d;
  --color-background-01: #ecebe9;
  --color-background-02: #666460;
  --color-background-03: #797467;
  --color-line-color-01: #e4e0d3;
  --color-white: #ffffff;
  --header-height-pc: 60px;
  --header-height-sp: 44px;
  --font-family-base: "Noto Serif JP", sans-serif;
  --font-family-title: "Cormorant Garamond", sans-serif;
  --font-family-number: "Playfair Display", sans-serif;
  --swiper-navigation-size:24px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}


html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: var(--font-family-base);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1;
  color: var(--color-text-color-01);
  background-color: var(--color-background-01);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin: 0;
}

p + p {
  margin-top: 2rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

em,
b,
strong {
  font-style: normal;
  font-weight: inherit;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: none;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* ============================================================================
 * ヘッダー
 * ========================================================================= */
.site-header {
  position: sticky;
  top: 0;
  border-bottom: 1px solid var(--color-line-color-01);
  height: var(--header-height-sp);
  background: var(--color-background-01);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .site-header {
    height: var(--header-height-pc);
  }
}
.site-header__site-title {
  margin: 0;
  padding: 0;
  order: 2;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}
.site-header__site-logo {
  max-width: 70px;
  width: 100%;
  margin-bottom: 11px;
}
@media screen and (min-width: 835px) {
  .site-header__site-logo {
    max-width: 115px;
    margin-bottom: 11px;
  }
}
.site-header__contact {
  max-width: 92px;
  width: 100%;
  line-height: var(--header-height-sp);
  text-align: center;
  font-size: 1.2rem;
  order: 3;
}
.site-header__link {
  display: block;
  text-decoration: none;
  background: var(--color-accent-01);
  color: var(--color-white);
  position: relative;
  padding: 0 12px;
  letter-spacing: 1px;
}
.site-header__link::after {
  content: "";
  display: none;
  position: absolute;
  right: 24px;
  bottom: calc(50% + 3px);
  width: 8px;
  height: 8px;
  border-bottom: 1px solid var(--color-white);
  border-left: 1px solid var(--color-white);
  transform: translateY(50%) rotate(-45deg);
}
.site-header__link:hover {
  color: var(--color-white);
}
@media screen and (min-width: 835px) {
  .site-header__contact {
    max-width: 240px;
    line-height: var(--header-height-pc);
  }
  .site-header__link {
    padding: 0 32px;
  }
  .site-header__link::after {
    display: block;
  }
}

/* ----------------------------------------------------------------------------
 * ボタン
 * ------------------------------------------------------------------------- */
@keyframes menu-bar01 {
  0% {
      transform: translateY(7px) rotate(45deg);
  }
  50% {
      transform: translateY(7px) rotate(0);
  }
  100% {
      transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
      transform: translateY(-7px) rotate(-30deg);
  }
  50% {
      transform: translateY(-7px) rotate(0);
  }
  100% {
      transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
      transform: translateY(0) rotate(0);
  }
  50% {
      transform: translateY(7px) rotate(0);
  }
  100% {
      transform: translateY(7px) rotate(30deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
      transform: translateY(0) rotate(0);
  }
  50% {
      transform: translateY(-7px) rotate(0);
  }
  100% {
      transform: translateY(-7px) rotate(-30deg);
  }
}
.site-header__btn {
  line-height: 1;
  font-size: 10px;
  display: block;
  border: 0;
  background: none;
  cursor: pointer;
  width: 28px;
  height: 13px;
  order: 1;
  position: relative;
  margin-left: 20px;
}
@media screen and (min-width: 835px) {
  .site-header__btn {
    width: 44px;
    height: 15px;
    margin-left: 30px;
  }
}
.site-header__btn-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.site-header__btn-line {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.site-header__btn-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-accent-01);
}
.site-header__btn-line:nth-of-type(1) {
  top: 0;
}
.site-header__btn-line:nth-of-type(2) {
  top: 6px;
}
.site-header__btn-line:nth-of-type(3) {
  bottom: 0;
}
.site-header__btn-line:nth-of-type(1) {
  animation: menu-bar01 .75s forwards;
}
.site-header__btn-line:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.site-header__btn-line:nth-of-type(3) {
  animation: menu-bar02 .75s forwards;
}
.site-header__btn[aria-expanded="true"] .site-header__btn-line:nth-of-type(1) {
  animation: active-menu-bar01 .75s forwards;
  top: -2px;
}
.site-header__btn[aria-expanded="true"] .site-header__btn-line:nth-of-type(2) {
  opacity: 0;
}
.site-header__btn[aria-expanded="true"] .site-header__btn-line:nth-of-type(3) {
  animation: active-menu-bar03 .75s forwards;
}
@media screen and (min-width: 835px) {
  .site-header__btn-line:nth-of-type(2) {
    top: 7px;
  }
  .site-header__btn[aria-expanded="true"] .site-header__btn-line:nth-of-type(1) {
    top: 0;
  }
}

/* ----------------------------------------------------------------------------
 * グローバルナビゲーション
 * ------------------------------------------------------------------------- */
.site-nav {
  display: block;
  text-align: center;
  font-family: var(--font-family-title);
  color: var(--color-white);
  background: var(--color-accent-01);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 20px;
  transition: opacity .6s;
  opacity: 0;
  z-index: -1;
}
.site-nav[aria-hidden="false"] {
  transform: none;
  opacity: 1;
  z-index: 10;
}
.site-header__btn--site-nav {
  margin-left: 0;
}
.site-header__btn-line--site-nav {
  background: var(--color-white);
}
.site-nav__grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 38px;
}
.site-nav__col--logo {
  position: relative;
  padding-bottom: 36px;
  margin-bottom: 24px;
}
.site-nav__col--logo::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: var(--color-white);
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
}
.site-nav__site-logo {
  max-width: 120px;
  width: 100%;
}
.site-nav__title {
  font-size: 1.5rem;
  margin-bottom: 24px;
}
.site-nav__list {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.site-nav__item {
  margin: 1em 0 0 0;
  padding: 0;
}
.site-nav__item a {
  color: inherit;
}
.site-nav__copy {
  width: 100%;
  font-size: 1.2rem;
  position: absolute;
  bottom: 20px;
  right: 50%;
  transform: translateX(50%);
}
@media screen and (min-width: 835px) {
  .site-nav__grid {
    flex-direction: row;
    flex-flow: wrap;
    align-items: center;
    padding-top: 50px;
  }
  .site-nav__col {
    flex-basis: 50%;
    height: calc(100vh - 200px);
  }
  .site-nav__col--logo {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 23px;
  }
  .site-nav__col--logo::after {
    right: 0;
    bottom: auto;
    top: 0;
    height: 100%;
    transform: translateX(0);
  }
  .site-nav__col--menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 23px;
  }
  .site-nav__col--copy {
    flex-basis: 100%;
    bottom: 28px;
  }
  .site-nav__site-logo {
    max-width: 302px;
  }
  .site-nav__title {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .site-nav__list {
    font-size: 5.2rem;
  }
  .site-nav__item {
    margin-top: 3.5vh;
  }
  .site-nav__copy {
    font-size: 1.8rem;
  }
}

/* ============================================================================
 * フッター
 * ========================================================================= */
.site-footer {
  background: var(--color-background-03);
  color: var(--color-white);
  padding: 26px 0;
}
@media screen and (min-width: 835px) {
  .site-footer {
    padding: 78px 0;
  }
}
.site-footer__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 835px) {
  .site-footer__inner {
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.site-footer__site-logo {
  width: 100%;
  max-width: 100px;
}
.site-footer__copy {
  font-style: normal;
  font-size: 1.2rem;
  margin: 10px 0 0 0;
  padding: 0;
  display: block;
}
@media screen and (min-width: 835px) {
  .site-footer__copy {
    margin: 0;
  }
}

/* ============================================================================
 * メインビジュアル
 * ========================================================================= */
.site-root {
  padding-top: 100vh;
}
.site-hero {
  height: 100vh;
  width: 100%;
  background: #000;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: -1;
}
.site-hero__background {
  height: 100%;
}
.site-hero__site-logo {
  max-width: 189px;
  width: 100%;
  position: absolute;
  bottom: 53%;
  right: 50%;
  transform: translate(50%, 50%);
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .site-hero__site-logo {
    max-width: 260px;
  }
}
@media screen and (min-width: 835px) {
  .site-hero__site-logo {
    bottom: 51%;
  }
}
.site-hero__media {
  display: none;
}
.site-hero__media-sp {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 835px) {
  .site-hero__site-logo {
    max-width: 290px;
  }
  .site-hero__media {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .site-hero__media-sp {
    display: none;
  }
}

/* ----------------------------------------------------------------------------
 * アニメーション
 * ------------------------------------------------------------------------- */
.site-hero__site-logo {
  opacity: 0;
  transition: opacity 3.5s 1.5s ease;
}
.site-hero__media, .site-hero__media-sp {
  opacity: 0;
  transition: opacity 4s 0s ease;
}
.site-hero__site-logo.is-show,
.site-hero__media.is-show,
.site-hero__media-sp.is-show {
  opacity: 1;
}

/* ============================================================================
 * メイン
 * ========================================================================= */
.site-main {
  padding-bottom: 64px;
  background: var(--color-background-01);
  position: relative;
}
.site-main::after { /* position: sticky;でなぞの隙間ができるので被せる */
  content: "";
  display: block;
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 44px;
  left: 0;
  background: var(--color-background-01);
}
@media screen and (min-width: 835px) {
  .site-main {
    padding-bottom: 180px;
  }
  .site-main::after {
    bottom: 123px;
  }
}

/* ----------------------------------------------------------------------------
 * セクション
 * ------------------------------------------------------------------------- */
.section {
  background-color: var(--color-background-01);
  /* position: sticky; */
  position: relative;
  /* top: 0; */
  padding-top: 60px;
  padding-bottom: 60px;
}

/* test */
@media screen and (min-width: 835px) {
  .section {
    position: sticky;
    top: 0;
  }
}
/*.section--recruitment {
  position: sticky !important;
  top: 0;
}*/

.section--gallery, .section--price, .section--recruitment{
  position: relative;
}

/* test */

.section__container {
  padding: 0px;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  .section {
    padding: 0px;
    padding-top: var(--header-height-pc);
    padding-bottom: 50px;
  }
  .section__container {
    padding: 0 30px;
  }
}

.section--method {
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 0px;
}

@media screen and (min-width: 835px) {
  .section--method {
    margin-bottom: 400px;
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

/* ------------------------------------
 * コンセプト
 * ---------------------------------- */
.section--concept {
  position: static;
  padding-top: 100px;
  padding-bottom: 120px;
}
/* 768pxから834px以下のスタイル */
@media screen and (min-width: 768px) and (max-width: 834px) {
  .section--concept {
    padding-top: 120px;
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 835px) {
  .section--concept {
    height: auto;
    display: flex;
    align-items: center;
    padding-top: 240px;
    padding-bottom: 280px;
  }
}
.section--concept-slide {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

/* ------------------------------------
 * コンセプト下スライド
 * ---------------------------------- */
.swiper-button-next, .swiper-button-prev{
  color: #fff;
}
.swiper-button-next:focus, .swiper-button-prev:focus{
  outline: none;
}
.swiper-button-prev{
  left: 20px;
}
.swiper-button-next{
  right: 20px;
}

/* ------------------------------------
 * パートナーセクション
 * ---------------------------------- */
 .section--partner {
  background: var(--color-background-03);
  color: var(--color-white);
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 0px;
}
@media screen and (min-width: 835px) {
 .section--partner {
    margin-bottom: 400px;
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

.section--price {
  padding-bottom: 0px;
}
@media screen and (min-width: 835px) {
  .section--price {
    padding-bottom: 0px;
  }
}

/* ------------------------------------
 * 会員セクション
 * ---------------------------------- */
.section--recruitment {
  position: relative;
  color: var(--color-white);
  height: 100vh;
  background: #000;
  text-align: center;
}
.section__container--recruitment {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 835px) {
  .section--recruitment {
    height: 100vh;
    margin-bottom: 0px;
  }
}

/* ------------------------------------
 * プライス
 * ---------------------------------- */
.section__container--price {
  padding: 0;
}
@media screen and (min-width: 835px) {
  .section__container--price {
    padding: 0 30px;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 0;
  }
}

/* ------------------------------------
 * ギャラリー
 * ---------------------------------- */
.section--gallery {
  padding-top: 0;
  padding-bottom: 0;
}

/* ------------------------------------
 * コンタクト
 * ---------------------------------- */
.section--contact {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .section--contact {
    padding-top: 100px;
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 835px) {
  .section--contact {
    padding-top: 160px;
  }
}

/* ============================================================================
 * グリッド
 * ========================================================================= */
.grid__col > *:last-child {
  margin-bottom: 0;
}
.grid__col--media {
  margin-top: 73px;
}
.grid__col--content--price{
}

@media screen and (min-width: 768px) and (max-width: 834px) {
  .grid__col--content {
    padding-top: 20px;
    padding-bottom: 107px;
  }
  .grid__col--content--price{
    padding-top: 60px;
    padding-bottom: 107px;
  }
}

@media screen and (min-width: 835px) {
  .grid {
    display: flex;
    align-items: center;
  }
  .grid--reverse {
    flex-direction: row-reverse;
  }
  .grid__col {
    flex-basis: 50%;
  }
  .grid__col--content {
    padding: 0 40px 8px 0;
  }
  .grid--reverse .grid__col--content {
    padding: 0 0 8px 40px;
  }
  .grid__col--media {
    margin-top: 0;
  }
}
.grid-gallery img {
  object-fit: cover;
}
.grid-gallery__col {
  aspect-ratio: 360 / 240;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .grid-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-gallery__col {
    flex-basis: calc(50% - 0.5px);
    aspect-ratio: auto;
  }
  .grid-gallery__col--full {
    flex-basis: 100%;
    margin-bottom: 1px;
    aspect-ratio: 16/6;
    height: 620px;
  }
}

/* ============================================================================
 * パーツ
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * タイトル
 * ------------------------------------------------------------------------- */
.section-title {
  text-align: center;
  padding-bottom: 42px;
  position: relative;
  margin: 0 0 25px 0;
  color: var(--color-accent-01);
  letter-spacing: 0.05em;
}
.section-title::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: var(--color-accent-01);
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
.section-title--partner {
  color: var(--color-white);
}
.section-title--partner::after {
  background: var(--color-white);
}
.section-title__main {
  display: block;
  font-family: var(--font-family-title);
  font-size: 3rem;
  font-weight: 600;
}
.section-title__sub {
  display: block;
  font-size: 1.1rem;
  margin-top: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 835px) {
  .section-title {
    margin-bottom: 32px;
  }
  .section-title__main {
    font-size: 4.4rem;
  }
  .section-title__sub {
    font-size: 1.3rem;
  }
}

/* ----------------------------------------------------------------------------
 * 段落
 * ------------------------------------------------------------------------- */
.text-lead {
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 25px 0;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.text-nospace{
letter-spacing: 0px;
}
.text-lead--concept {
  font-size: 1.8rem;
}
@media screen and (min-width: 835px) {
  .text-lead {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .text-lead--price {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .text-lead em {
    font-size: 2.4rem;
  }
  .text-lead--concept {
    font-size: 3rem;
    margin-bottom: 42px;
  }
}
.text {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 400;
}
.text--concept {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 835px) {
  .text {
    font-size: 1.7rem;
  }
  .text--concept {
    font-size: 2rem;
  }
}

/* ----------------------------------------------------------------------------
 * リスト
 * ------------------------------------------------------------------------- */
.list-dl {
  text-align: center;
  padding: 0 10px;
}
.list-dl__title {
  color: var(--color-accent-01);
  font-size: 1.3rem;
  font-weight: 500;
  padding: 4px;
  border-top: 1px solid var(--color-accent-01);
  border-bottom: 1px solid var(--color-accent-01);
}
.list-dl__content + .list-dl__title {
  margin-top: 18px;
}
.list-dl__content {
  margin-top: 10px;
}
.list-dl__em {
  font-size: 3rem;
  font-family: var(--font-family-number);
}
.list-dl__note {
  display: block;
  font-size: 1.2rem;
}

.list-dl {
  padding: 0 20px;
}
@media screen and (min-width: 835px) {
  .list-dl {
    padding: 0;
    max-width: 450px;
    margin: 0 auto;
  }
  .list-dl__title {
    font-size: 1.5rem;
  }
  .list-dl__content + .list-dl__title {
    margin-top: 36px;
  }
  .list-dl__content {
    margin-top: 10px;
  }
  .list-dl__em {
    font-size: 3.2rem;
  }
  .list-dl__note {
    font-size: 1.3rem;
  }
}

/* ----------------------------------------------------------------------------
 * 画像
 * ------------------------------------------------------------------------- */
.media-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-fit--pc {
  display: none;
}
@media screen and (min-width: 835px) {
  .media-fit--sp {
    display: none;
  }
  .media-fit--pc {
    display: block;
  }
}

@media screen and (min-width: 835px) and (max-height: 914px) {
  .media-fit--contain {
    height: 85.5vh;
    object-fit: contain;
  }
}

/* ----------------------------------------------------------------------------
 * br
 * ------------------------------------------------------------------------- */
.br-sp-none {
   display: none;
 }
@media screen and (min-width: 835px) {
  .br-pc-none {
    display: none;
  }
}

/* ============================================================================
 * コンセプトセクション
 * ========================================================================= */
.concept-slide {
  width: 100vw;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 835px) {
  .concept-slide {
    aspect-ratio: 1600/614;
  }
}
.concept-slide__item {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 835px) {
  .concept-slide__item::before {
    content:"";
    display: block;
    /* padding-bottom: 66.67%; */
    padding-bottom: 38.375%;
  }
}
.concept-slide__media {
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 835px) {
  .concept-slide__media {
    position: absolute;
    width: 100%;
    height: 144%;
    left: 0;
    top: -44%;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}


/* ============================================================================
 * 会員セクション
 * ========================================================================= */
.recruitment-section-title {
  margin: 0 0 200px 0;
  font-weight: 500;
}
.recruitment-section-title__inner {
  display: block;
}
.recruitment-section-title__main {
  border-bottom: 1px solid var(--color-white);
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  padding-bottom: 12px;
  display: inline-block;
}
.recruitment-section-title__sub {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.recruitment-text-lead {
  font-size: 3.6rem;
  font-family: var(--font-family-number);
}
.recruitment-text {
  font-size: 1.4rem;
}
.recruitment-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruitment-bg--pc {
  display: none;
}
.recruitment-section-title,
.recruitment-text-lead,
.recruitment-text-block {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
}
.recruitment-section-title {
  top: 9.65%;
}
.recruitment-text-lead {
  top: 26.68%;
}
.recruitment-text-block {
  top: 63.96%;
}
@media screen and (min-width: 835px) {
  .section--recruitmen {
    height: calc(100vh - var(--header-height-pc));
  }
  .recruitment-section-title__main {
    font-size: 5.4rem;
    padding-bottom: 16px;
  }
  .recruitment-section-title__sub {
    font-size: 2.8rem;
  }
  .recruitment-text-lead {
    font-size: 6rem;
  }
  .recruitment-text {
    font-size: 2.1rem;
  }
  .recruitment-bg--sp {
    display: none;
  }
  .recruitment-bg--pc {
    display: block;
  }
  .recruitment-section-title {
    top: 16.33%;
  }
  .recruitment-text-lead {
    top: 58.57%;
  }
  .recruitment-text-block {
    top: 72.42%;
  }
}

/* ============================================================================
 * コンタクト
 * ========================================================================= */
.contact-text-em {
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
}
.contact-text {
  text-align: center;
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (min-width: 835px) {
  .contact-text-em {
    font-size: 2.4rem;
  }
  .contact-text {
    font-size: 1.8rem;
  }
}
.contact-form {
  display: block;
  max-width: 560px;
  margin: 50px auto 80px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .section--contact {
    margin: 50px auto 120px;
  }
}
@media screen and (min-width: 835px) {
  .contact-form {
    margin-bottom: 180px;
  }
}

/* ============================================================================
 * AOSライブラリのCSS上書き
 * ========================================================================= */
[data-aos=fade-up] {
  transform: translate3d(0,30px,0)
}
