@charset "UTF-8";
/* ↓↓ reset.css ↓↓ */
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ŞŞ reset.css ŞŞ */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

@media screen and (max-width: 1220px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
}

body.top {
  overflow-x: hidden;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body.top {
    padding-top: 5rem;
  }
}

body.is-active {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body.is-active {
    overflow: hidden;
  }
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}

dl,
ul {
  list-style: none;
}

*[data-tab-id] {
  display: none;
}

*[data-tab-id].is-current {
  display: block;
}

.u-pc {
  display: block !important;
}

.u-sp {
  display: none !important;
}

.u-en {
  font-family: "Josefin Sans", sans-serif;
}

.c-container {
  margin: 0 auto;
  max-width: 122rem;
  padding: 0 1rem;
}

.c-tel-link {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .c-container {
    width: 100%;
    padding: 0 1rem;
  }
  .c-tel-link {
    pointer-events: all;
  }
}
/* ------------------------------------------
  Aj[V
------------------------------------------ */
/* XChCAj[V */
@keyframes slideInFromTop {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* eLXgNAj[V */
.c-text-link-animation {
  position: relative;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
  transition: background-size 0.3s ease;
}
.c-text-link-animation:hover {
  background-size: 100% 1px;
}

/* eLXgoEXAj[V */
.c-text-bound-animation-wrap span {
  display: inline-block;
}

.c-text-bound-animation:hover .c-text-bound-animation-wrap span {
  animation: jump 0.2s var(--delay) linear;
}

@keyframes jump {
  0%, to {
    translate: 0 0;
  }
  50% {
    translate: 0 -0.3em;
  }
}
/* XP[Aj[V */
.c-image-scale-animation {
  transform: scale(0.3);
}
.c-image-scale-animation.is-active {
  animation: scale 0.3s linear forwards;
}

@keyframes scale {
  0%, to {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
/* ------------------------------------------
  N{^
------------------------------------------ */
.c-common-link {
  font-weight: 500;
  font-size: 1.6rem;
  width: 25rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.c-common-link:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
}
.c-common-link-scale:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-property: scale;
  transition-duration: 1s;
  transition-timing-function: linear(0, 0.012, 0.047 1.2%, 0.192 2.5%, 0.946 7%, 1.194, 1.343 10.4%, 1.384, 1.403 12.1% 12.7%, 1.393 13.4%, 1.336 14.8%, 1.017 19.4%, 0.917, 0.86 22.8%, 0.845, 0.837, 0.837, 0.841 25.7%, 0.864 27.2%, 0.993 31.9%, 1.034, 1.056, 1.066 36.8%, 1.065 37.9%, 1.058 39.2%, 0.991 45.5%, 0.979, 0.973 49.1%, 0.976 51.6%, 1.004 57.9%, 1.011 61.4%, 1.01 64%, 0.999 70.2%, 0.996 73.5%, 1.002 85.8%, 0.999);
}
.c-common-link-scale:hover:after {
  scale: 0.97;
  transition-property: scale;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.c-common-link_calendar {
  width: 1.7rem;
  margin-right: 1rem;
}
.c-common-link_mail {
  width: 2rem;
  margin-right: 1rem;
}
.c-common-link_car {
  width: 1.8rem;
  margin-right: 1rem;
}
.c-common-link-arrow {
  position: relative;
}
.c-common-link-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 0.7rem;
  height: 1.3rem;
  background-image: url(../img/common/icon_common-btn_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s;
}
.c-common-link-blank {
  position: relative;
}
.c-common-link-blank:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/common/icon_blank.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s;
}

.u-common-link-white {
  color: #333;
}
.u-common-link-white:after {
  background-color: #fff;
  border: 1px solid #333;
}
.u-common-link-black {
  color: #fff;
}
.u-common-link-black:after {
  background-color: #333;
}
.u-common-link-black .c-common-link-arrow:before {
  filter: brightness(100%) invert(100%);
}

/* ------------------------------------------
  wb_[
------------------------------------------ */
.l-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  box-sizing: border-box;
  padding-top: 2.2rem;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-top: 0.5rem;
  }
}

.c-header__inner {
  padding-left: 2.5rem;
  padding-right: 12rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-header__inner {
    padding-left: 1rem;
  }
}
.c-header__logo {
  width: 30.5rem;
  height: 5.7rem;
  display: grid;
  place-items: center;
  background-color: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .c-header__logo {
    width: 20.3rem;
    height: 3.8rem;
    border-radius: 0.5rem;
  }
}
.c-header__logo_img {
  width: 27.7rem;
}
@media screen and (max-width: 767px) {
  .c-header__logo_img {
    width: 18.5rem;
  }
}
.c-header__link {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-header__link {
    display: none;
  }
}

/* wb_[j[ */
.c-header-menu-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 100%;
  max-width: 1920px;
  height: 0;
}
.c-header-menu-fixed.is-active {
  height: 100%;
  overflow-y: auto;
}
.c-header-menu-btn {
  width: 10rem;
  height: 10rem;
  background-color: #f1d873;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  cursor: pointer;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-header-menu-btn {
    width: 5rem;
    height: 5rem;
    position: relative;
    z-index: 1000;
  }
}
.c-header-menu-btn.is-active .c-header-menu_ham {
  display: none;
}
.c-header-menu-btn.is-active .c-header-menu_ham_close {
  display: block;
}
.c-header-menu-btn_text {
  font-weight: 700;
  font-size: 1.2rem;
}
.c-header-menu_ham {
  width: 2.8rem;
}
.c-header-menu_ham_close {
  width: 2rem;
  display: none;
}

.c-header-menu {
  position: absolute;
  top: 10rem;
  right: 0;
  width: 35rem;
  padding-bottom: 2rem;
  pointer-events: none;
  z-index: -100;
}
@media screen and (max-width: 767px) {
  .c-header-menu {
    padding-top: 5rem;
    top: 0;
    width: 100%;
  }
}
.c-header-menu.is-active {
  pointer-events: auto;
  z-index: 998;
}
@media screen and (max-width: 767px) {
  .c-header-menu.is-active {
    padding-bottom: 8rem;
  }
}
.c-header-menu.is-active:before {
  height: 100%;
  opacity: 1;
  transition: 0.7s;
}
@media screen and (max-width: 767px) {
  .c-header-menu.is-active:before {
    border-radius: 0 0 1rem 1rem;
  }
}
.c-header-menu.is-active .c-header-menu_curve {
  opacity: 1;
  transition: 0.3s;
}
.c-header-menu.is-active .c-header-menu_inner {
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.5s;
}
.c-header-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 0;
  background-color: #f1d873;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.c-header-menu_curve {
  position: absolute;
  right: 9.9rem;
  top: -4.9rem;
  width: 5rem;
  opacity: 0;
}
.c-header-menu_inner {
  opacity: 0;
}
.c-header-menu_list {
  padding: 1rem 1rem 2rem;
}
.c-header-menu_list_link {
  font-weight: 500;
  font-size: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 1rem;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #333;
  position: relative;
  cursor: pointer;
}
.c-header-menu_list_link:before {
  content: "+";
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  width: 0.7rem;
  height: 1.3rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 1s ease;
}
.c-header-menu_list_link.is-open:before {
  content: "-";
}
.c-header-menu_list_link.is-open .c-header-menu_list_item-child {
  margin-top: 1.5rem;
  max-height: 1000px;
  opacity: 1;
  background: #fff;
  padding: 1rem;
  transition: max-height 1s ease, opacity 1s ease;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2;
}
.c-header-menu_list_link .c-header-menu_list_item-child {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  width: 100%;
}
.c-header-menu_list_link.is-arrow:before {
  content: "";
  width: 0.7rem;
  height: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/icon_common-btn_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.3s ease;
}
.c-header-menu_list_icon {
  width: 1.75rem;
}
.c-header-menu_list_item-child-box {
  display: flex;
  gap: 1rem;
}
.c-header-menu_link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}

/*
.c-header-menu_list_item:first-child .c-header-menu_list_icon {
  width: 1.45rem;
}
.c-header-menu_list_item:nth-child(2) .c-header-menu_list_icon {
  width: 1.75rem;
}
.c-header-menu_list_item:nth-child(3) .c-header-menu_list_icon {
  width: 1.69rem;
}
.c-header-menu_list_item:nth-child(4) .c-header-menu_list_icon {
  width: 1.8rem;
}
.c-header-menu_list_item:nth-child(5) .c-header-menu_list_icon {
  width: 2.15rem;
}
.c-header-menu_list_item:nth-child(6) .c-header-menu_list_icon {
  width: 1.2rem;
}
  */
/* ------------------------------------------
  tb^[
------------------------------------------ */
.c-footer__top {
  background-color: #e2e5ed;
  padding: 4.5rem 0 4rem;
  position: relative;
}
.c-footer__top .c-container {
  position: relative;
}
.c-footer_menu {
  display: flex;
  justify-content: center;
  column-gap: 7rem;
}
@media screen and (max-width: 767px) {
  .c-footer_menu {
    flex-direction: column;
  }
}
.c-footer_list + .c-footer_list {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-footer_list + .c-footer_list {
    margin-top: 0;
  }
}
.c-footer_list_item_head {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  padding-bottom: 1rem;
  margin-bottom: 0.7rem;
  border-bottom: 1px solid #333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-footer_list_item_head {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-footer_list_item_head:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%) rotate(90deg);
    width: 3.3rem;
    height: 1.5rem;
    background: url(../img/common/icon_common-btn_arrow_right.svg) 50% 50%/contain no-repeat;
  }
}
.c-footer_list_item_link {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.8333333333;
}
.c-footer_list_child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3.5rem;
}
.c-footer_list_child_item_head {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5714285714;
}
.c-footer_list_child_item_link {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.8333333333;
}
.c-footer__copy {
  padding: 2.5rem 0 12rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-footer__copy {
    padding: 2rem 0 8rem;
  }
}
.c-footer__copy_text {
  font-size: 1rem;
  line-height: 2;
}

/* ------------------------------------------
  Ěpîń
------------------------------------------ */
.c-recruit {
  background: #FFCAD4;
  background: linear-gradient(90deg, rgb(255, 202, 212) 0%, rgb(255, 202, 212) 13%, rgb(213, 254, 250) 92%, rgb(213, 254, 250) 100%);
  padding: 7rem 0 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-recruit {
    padding-top: 3.4rem;
  }
}
.c-recruit .c-container {
  position: relative;
}
.c-recruit_illust {
  position: absolute;
  top: 4rem;
  left: calc(50% - 21rem);
  transform: translateX(-50%);
  width: 12rem;
}
.c-recruit_woman {
  position: absolute;
  top: -4.5rem;
  left: calc(50% + 21rem);
  width: 28.8rem;
}
@media screen and (max-width: 767px) {
  .c-recruit_woman {
    margin: 0 auto;
    position: static;
    width: 23rem;
  }
}
.c-recruit_title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  gap: 4rem 2rem;
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .c-recruit_title {
    flex-direction: column;
    gap: 1rem;
  }
}
.c-recruit_title-shop {
  font-weight: 900;
  font-size: 1.6rem;
  text-align: center;
}
.c-recruit_title_icon {
  width: 4.5rem;
}
.c-recruit_title_logo_text {
  width: 12.6rem;
  margin: auto;
}
.c-recruit_title_ja {
  font-weight: 700;
  font-size: 4.2rem;
  margin: 1rem 0 2rem;
}
.c-recruit_title_sub {
  width: 16.4rem;
  margin: auto;
}
.c-recruit_link {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  color: #dd2538;
  width: 100%;
  height: 6.7rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  position: relative;
  z-index: 2;
  padding-top: 0.8rem;
  box-sizing: border-box;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-recruit_link {
    margin-top: 3rem;
    font-size: 2.4rem;
  }
}
.c-recruit_link:after {
  border-radius: 100vmax;
}

/* ------------------------------------------
  CTA
------------------------------------------ */
.c-cta {
  background-color: #e2e5ed;
  padding: 5rem 0 1rem;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding-top: 4rem;
  }
}
.c-cta_title {
  font-weight: 700;
  font-size: 3.7rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta_title {
    font-size: 2.4rem;
  }
}
.c-cta_text {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta_text {
    margin-top: 3rem;
    line-height: 1.5;
  }
}
.c-cta_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem 5rem;
  margin: 6rem 0;
}
@media screen and (max-width: 767px) {
  .c-cta_link {
    flex-direction: column;
    margin: 3rem 0;
  }
}
.c-cta_illust {
  position: relative;
  width: 27.8rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-cta_illust {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-cta_illust_shop {
    width: 14.8rem;
    margin: 0 auto 3rem;
  }
}
.c-cta_illust_turtle {
  position: absolute;
  width: 6.8rem;
  bottom: 0;
  right: -17.8rem;
}
@media screen and (max-width: 767px) {
  .c-cta_illust_turtle {
    width: 6.3rem;
    right: 2rem;
  }
}

/* ------------------------------------------
  Ç]p[c
------------------------------------------ */
.c-fixed_menu {
  position: fixed;
  z-index: 99;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: none;
}
.c-fixed_menu_list {
  width: 70.8rem;
  max-width: 100%;
  height: 8.4rem;
  border-top-left-radius: 3.2rem;
  border-top-right-radius: 3.2rem;
  border: 1px solid #333;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-fixed_menu_list {
    display: none;
  }
}
.c-fixed_menu_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.c-fixed_menu_item:not(:first-child):after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  bottom: 1rem;
  width: 1px;
  height: calc(100% - 2rem);
}
.c-fixed_menu_item:nth-child(2):after, .c-fixed_menu_item:nth-child(3):after, .c-fixed_menu_item:nth-child(4):after {
  background-color: #333;
}
.c-fixed_menu_item:nth-child(6):after {
  background-color: #fff;
}
.c-fixed_menu_item:first-child, .c-fixed_menu_item:nth-child(2), .c-fixed_menu_item:nth-child(3), .c-fixed_menu_item:nth-child(4) {
  background-color: #fff;
}
.c-fixed_menu_item:nth-child(5), .c-fixed_menu_item:nth-child(6) {
  background-color: #333;
}
.c-fixed_menu_item:first-child .c-fixed_menu_item_icon {
  width: 2.25rem;
}
.c-fixed_menu_item:nth-child(2) .c-fixed_menu_item_icon {
  width: 1.45rem;
}
.c-fixed_menu_item:nth-child(3) .c-fixed_menu_item_icon {
  width: 1.75rem;
}
.c-fixed_menu_item:nth-child(4) .c-fixed_menu_item_icon {
  width: 1.7rem;
}
.c-fixed_menu_item:nth-child(5) .c-fixed_menu_item_icon {
  width: 1.7rem;
}
.c-fixed_menu_item:nth-child(6) .c-fixed_menu_item_icon {
  width: 2.02rem;
}
.c-fixed_menu_item_text {
  font-weight: 500;
  font-size: 1.6rem;
}
.c-fixed_menu_item:nth-child(5) .c-fixed_menu_item_text, .c-fixed_menu_item:nth-child(6) .c-fixed_menu_item_text {
  color: #fff;
}
.c-fixed_menu .c-cta_link {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-fixed_menu .c-cta_link {
    margin: 0;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    background-color: #FDF4ED;
    gap: 1.5rem;
  }
}
.c-fixed_menu .c-cta_link .c-common-link {
  width: 17rem;
}

/* ------------------------------------------
  şwy[W
------------------------------------------ */
.c-page__mv {
  height: 40rem;
  padding-top: 10rem;
  margin-bottom: 7rem;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page__mv {
    height: 28rem;
    padding-top: 5rem;
    margin-bottom: 1.6rem;
  }
}
.c-page__mv:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9rem;
  background-image: url(../img/common/img_page_top_bg_default.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-page__mv:before {
    background-image: url(../img/common/img_page_top_bg_default_sp.svg);
  }
}
.c-page__mv.u-blue:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72rem;
  background-image: url(../img/common/img_page_top_bg_blue.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateY(100%);
  will-change: transform;
  animation: bg 1.6s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .c-page__mv.u-blue:after {
    background-image: url(../img/common/img_page_top_bg_blue_sp.svg);
  }
}
.c-page__mv.u-yellow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72rem;
  background-image: url(../img/common/img_page_top_bg_yellow.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateY(100%);
  will-change: transform;
  animation: bg 1.6s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .c-page__mv.u-yellow:after {
    background-image: url(../img/common/img_page_top_bg_yellow_sp.svg);
  }
}
.c-page__mv.u-pink:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72rem;
  background-image: url(../img/common/img_page_top_bg_pink.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateY(100%);
  will-change: transform;
  animation: bg 1.6s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .c-page__mv.u-pink:after {
    background-image: url(../img/common/img_page_top_bg_pink_sp.svg);
  }
}

@keyframes bg {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-30rem);
  }
}
.c-page-title {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-page-title {
    margin-top: 3.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-page-title__en {
  font-weight: bold;
  font-size: 1.4rem;
  opacity: 0;
  display: flex;
  justify-content: center;
}
.c-page-title__en.appeartext {
  opacity: 1;
}
.c-page-title__en span {
  display: inline-block;
  opacity: 0;
}
.c-page-title__en.appeartext span {
  animation: text_anime_on_en 1s ease-in-out forwards;
}
@keyframes text_anime_on_en {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  70% {
    opacity: 0.5;
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.c-page-title__ja {
  font-weight: 700;
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  opacity: 0;
  display: flex;
  justify-content: center;
}
.c-page-title__ja.appeartext {
  opacity: 1;
}
.c-page-title__ja span {
  display: inline-block;
  opacity: 0;
}
.c-page-title__ja.appeartext span {
  animation: text_anime_on 1s ease-in-out forwards;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  70% {
    opacity: 0.5;
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  .c-page-title__ja {
    font-size: 2.4rem;
  }
}

.c-page__footer {
  margin-top: 12rem;
  background-color: #e2e5ed;
  overflow-x: hidden;
}
.c-page__footer .c-container {
  position: relative;
}
.c-page__footer-icon {
  width: 12rem;
  position: absolute;
  top: -8.5rem;
  right: 8rem;
}
@media screen and (max-width: 767px) {
  .c-page__footer-icon {
    right: 0.25rem;
  }
}
.c-page__footer-icon:hover {
  cursor: pointer;
}
.c-page__footer .c-footer__copy {
  margin: 0 calc(50% - 50vw);
  background-color: #fff;
}

/* ------------------------------------------
  p­¸Xg
------------------------------------------ */
.c-breadcrumb {
  padding: 1.8rem 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 0.65rem 0;
  }
}
.c-breadcrumb__list {
  display: flex;
}
.c-breadcrumb__list_item {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list_item {
    font-size: 1.2rem;
  }
}
.c-breadcrumb__list_item:not(:first-child) {
  text-indent: -2.5rem;
  padding-left: 2.5rem;
}
.c-breadcrumb__list_item:not(:first-child):before {
  content: "＞";
  margin: 0 0.5rem;
}
.c-breadcrumb__list_item:nth-child(2) a {
  white-space: nowrap;
}
.c-breadcrumb__list_link {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: #333;
}

body[data-category=showroom] .c-breadcrumb__list {
  flex-wrap: wrap;
  row-gap: 1rem;
}
body[data-category=showroom] .c-breadcrumb__list_item:nth-child(3) a {
  white-space: nowrap;
}
body[data-category=showroom] .c-breadcrumb__list_item:nth-child(4) {
  white-space: nowrap;
}

/* ------------------------------------------
  XÜőoÍ
------------------------------------------ */
.c-nearby-result__head {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.c-search__showroom_content_result_item {
  border: 1px solid #282828;
  border-radius: 1.5rem;
  overflow: hidden;
  counter-increment: number 1;
  margin-top: 1rem;
}
.c-search__showroom_content_result_item:first-child {
  margin-top: 0;
}

.c-search__showroom_content_result_item_head {
  background-color: #a7d6d8;
  position: relative;
  height: 8rem;
  padding: 0 9rem 0 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 1px solid #282828;
}
@media screen and (max-width: 767px) {
  .c-search__showroom_content_result_item_head {
    height: 4.8rem;
    padding: 0 8rem 0 1rem;
    gap: 0.7rem;
  }
}
.c-search__showroom_content_result_item_head:before {
  content: counter(number) " ";
  font-weight: 700;
  font-size: 2.6rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  padding-bottom: 0.1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-search__showroom_content_result_item_head:before {
    font-size: 2rem;
  }
}

.c-search__showroom_content_result_item_head_shop {
  font-weight: 500;
  font-size: 2.6rem;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
@media screen and (max-width: 767px) {
  .c-search__showroom_content_result_item_head_shop {
    font-size: 2.1rem;
  }
}

.c-search__showroom_content_result_item_head_distance {
  font-size: 1.6rem;
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .c-search__showroom_content_result_item_head_distance {
    bottom: 1.5rem;
    right: 1rem;
  }
}

.c-search__showroom_content_result_item_desc {
  padding: 2.5rem 2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-search__showroom_content_result_item_desc {
    padding: 2rem 1rem;
  }
}
.c-search__showroom_content_result_item_desc_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-search__showroom_content_result_item_desc_top {
    gap: 1rem;
    flex-direction: column;
  }
}

.c-search__showroom_content_result_item_desc_time {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding-left: 3.5rem;
  position: relative;
}
.c-search__showroom_content_result_item_desc_time:before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  background-image: url(../img/showroom/icon_time.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.8rem;
  height: 1.8rem;
}
.c-search__showroom_content_result_item_desc_time .u-pc {
  display: inline !important;
}
@media screen and (max-width: 767px) {
  .c-search__showroom_content_result_item_desc_time .u-pc {
    display: none !important;
  }
}

.c-search__showroom_content_result_item_desc_holiday {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding-left: 3.5rem;
  position: relative;
}
.c-search__showroom_content_result_item_desc_holiday:before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  background-image: url(../img/showroom/icon_calendar.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 1.7rem;
}

.c-search__showroom_content_result_item_desc_bottom {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-search__showroom_content_result_item_desc_bottom {
    margin-top: 1rem;
  }
}
.c-search__showroom_content_result_item_desc_bottom .c-common-link {
  margin: 0 auto;
}

.c-search__showroom_content_result_item_desc_tel {
  font-weight: 700;
  font-size: 3.1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-search__showroom_content_result_item_desc_tel:before {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../img/showroom/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.c-nearby-result__foot {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .c-nearby-result__foot {
    margin-top: 2rem;
  }
}

.c-nearby-result__button {
  margin: auto;
}
.c-nearby-result__button:before {
  transform: translateY(-50%) rotate(-90deg);
  right: 3rem;
}
.c-nearby-result__button:after {
  background-color: #d3d3d3;
}

.js-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.js-fade-up.inview {
  opacity: 1;
  transform: translateY(0);
}