@charset "UTF-8";

:root {
  --max_width: 1150px;
  --common_font: 'Noto Sans JP', sans-serif;
  /* 100,300,400 */
  --english_font: 'Jost', sans-serif;
  /* 200,300,400 */
  --orange: #ffaf00;
  --blue: #0093cc;
  --recruit__step__color: #71B873;
  /* --section-margin: 12.5em; */
  --hover-fade: 0.5;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 1.5;
  font-family: var(--common_font);
  font-weight: 400;
  /* 100,400,700 */
  color: #333;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;


  cursor: none;
}


* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: none;
}

ul {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

main {
  flex: 1;
}


.center_item {
  max-width: var(--max_width);
  /* width: calc(95% - 400px); */
  width: calc(95% - 35vw);
  margin: 0 auto;
}


section {
  margin: 10.625em 0;
}

.from_tb,
.from--tb {
  display: none;
}

.from_sp {
  display: none;
}

.orange {
  color: var(--orange);
}

.blue {
  color: var(--blue);
}


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

.lh--150 {
  line-height: 1.5;
}

.lh--125 {
  line-height: 1.25;
}

.hover--fade {
  transition: .2s;
}

.hover--fade:hover {
  opacity: var(--hover-fade);
}


#cursor {
  position: fixed;
  width: 3.6rem;
  height: 3.6rem;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  margin: 0rem 0rem 0rem -1.8rem;
}

#cursor img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .2s;
}

#cursor.active img {
  transform: scale(1.5);
}






#loading {
  width: 100vw;
  /* height: 100vh; */
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;

  display: flex;
  justify-content: center;
  align-items: center;
}

.loading_img {
  width: clamp(5rem, 50%, 10rem);
  height: clamp(5rem, 50%, 10rem);
  animation: loading_img 1.0s infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes loading_img {
  0% {
    animation-timing-function: cubic-bezier(0.1858, 0.2841, 0.5834, 1.4615);
    transform: rotate(0)
  }

  31% {
    animation-timing-function: cubic-bezier(0.0467, 0.1102, 0.4803, 1.4719);
    transform: rotate(13.540000000000001deg)
  }

  41% {
    animation-timing-function: cubic-bezier(0.0469, 0.1108, 0.4775, 1.4732);
    transform: rotate(-9.48deg)
  }

  51% {
    animation-timing-function: cubic-bezier(0.0478, 0.1131, 0.4723, 1.4819);
    transform: rotate(6.640000000000001deg)
  }

  61% {
    animation-timing-function: cubic-bezier(0.0506, 0.1192, 0.4639, 1.4818);
    transform: rotate(-4.640000000000001deg)
  }

  71% {
    animation-timing-function: cubic-bezier(0.0581, 0.1374, 0.457, 1.4901);
    transform: rotate(3.2600000000000002deg)
  }

  81% {
    animation-timing-function: cubic-bezier(0.0765, 0.1813, 0.4542, 1.4923);
    transform: rotate(-2.2800000000000002deg)
  }

  91% {
    animation-timing-function: cubic-bezier(0.1747, 0.3181, 0.341, 0.878);
    transform: rotate(1.6deg)
  }

  100% {
    transform: rotate(-1.6400000000000001deg)
  }
}

.loaded {
  transform: 1s;
  opacity: 0;
  visibility: hidden;
}










/*===============header===============*/


.wrap_header {
  width: clamp(8rem, 7vw, 13rem);
  height: 100vh;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: clamp(8rem, 7vw, 13rem);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.header_sns a {
  transition: .2s;
}

.header_sns a:hover {
  opacity: 0.5;
}

.header_sns img {
  width: 2em;
}

.gnav {
  display: flex;
  justify-content: center;
}

.gnav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  writing-mode: vertical-rl;
}

.gnav ul li+li {
  margin-top: 3em;
}

.gnav ul li:last-child {
  margin-bottom: 3em;
}


.gnav ul li a {
  display: block;
  font-family: var(--english_font);
  font-size: 1.8rem;
  transition: .2s;
}

.gnav ul li a:hover {
  color: var(--orange);
}

.sp_nav_bottom {
  display: none;
}

.header_nav_btn {
  display: none;
}

.header_sp_nav {
  display: none;
}

/*===============/header===============*/
/*===============main===============*/


:is(#concept, #menu) {
  margin-top: -15rem;
  padding-top: 15rem;
}

/* :is(#concept, #staff, #menu, #access) {
  margin-top: -5rem;
  padding-top: 5rem;
} */


/*=====top=====*/
.first_view {
  margin-top: clamp(8rem, 7vw, 13rem);
  display: flex;
  width: 100%;
  height: calc(100vh - clamp(8rem, 7vw, 13rem));
  position: relative;
}

.first_view_logo_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3em;
}

.first_view_logo_wrapper_sp {
  display: none;
}

.first_view_logo {
  width: clamp(13rem, 15vw, 40rem);
}

.first_view_catch {
  margin-top: 2em;
  height: 100%;
  width: clamp(10rem, 60%, 23rem);
  padding-left: 10%;
  border-left: 1px solid #333;
}

.first_view_slider .swiper-slide img {
  /* width: 100%; */
  width: calc(100% - clamp(8rem, 7vw, 13rem));
  height: 100%;
  /* min-height: 100%; */
  /* min-height: calc(var(--vh, 1vh) * 100); */
  object-fit: cover;
  object-position: center;
}


.scroll_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: var(--english_font);
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  z-index: 2;
}

.scroll_btn_img {
  position: relative;
  width: 2rem;
  height: 3rem;
  margin-top: 0.5rem;
}

.scroll_btn_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 1px;
}

.scroll_btn_img img:nth-child(1) {
  transform: rotate(16deg);
  transform-origin: 12px 14px;
  animation: fv_img_scroll_01 2.1s infinite;
}

.scroll_btn_img img:nth-child(2) {
  transform: rotate(-16deg) translate(3px, 0px);
  transform-origin: 12px 14px;
  animation: fv_img_scroll_02 2.1s infinite;
}

@keyframes fv_img_scroll_01 {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(16deg);
  }

  20% {
    transform: rotate(0deg);
  }

  30% {
    transform: rotate(16deg);
  }

  40% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes fv_img_scroll_02 {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(-16deg);
  }

  20% {
    transform: rotate(0deg);
  }

  30% {
    transform: rotate(-16deg);
  }

  40% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }

  /* 0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  10% {
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  30% {
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }

  40% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  } */
}




/* .section_title h2 {
  height: 3rem;
  margin-bottom: 10rem;
} */
.section_title .top_img_tilte {
  height: 3rem;
  margin-bottom: 10rem;
}

.section_title img {
  width: auto;
  height: 100%;
}

.concept_wrapper {
  display: flex;
  justify-content: space-between;
}

.concept_item {
  flex-basis: 40%;
}

.concept_item_img {
  position: relative;
}

.concept_item_img .concept_img_1 {
  width: calc(100% + 100px);
  position: relative;
  /* left: -100px; */
  left: -6vw;
  top: 54px;
}

.concept_item_img .concept_img_1_bg {
  width: 110%;
  position: absolute;
  top: 8%;
  left: -35%;
  z-index: -1;
}

.concept_item_img .concept_img_2 {
  width: calc(100% + 109px);
  position: relative;
  top: -65px;
}

.concept_item_img .concept_img_2_bg {
  width: 110%;
  position: absolute;
  top: -15%;
  right: -29%;
  z-index: -1;
}

.concept_item_text {
  height: 40rem;
  display: flex;
  align-items: center;
  font-weight: 100;
  white-space: nowrap;
}

.section_staff .full_item,
.section_access .full_item {
  padding: 15rem 0;
  background-color: #f7f7f7;
}

.section_staff .center_item {
  width: 80%;
}

.staff_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.staff_wrapper::after {
  content: '';
  width: 21%;
}

.staff_representative {
  flex-basis: 21%;
}

.staff_item {
  flex-basis: 21%;
}

.staff_item:nth-child(n+5) {
  margin-top: 3em;
}

.staff_item_img {
  position: relative;
}

.staff_item_img::after {
  content: '';
  width: 100%;
  height: calc(100% - 1.4rem);
  z-index: 0;
  position: absolute;
  bottom: -1rem;
  left: 1rem;
  border: 1px solid var(--orange);
}

.staff_item:nth-child(even) .staff_item_img::after {
  border: 1px solid var(--blue);
}

.staff_item_img img {
  width: 100%;
  position: relative;
  z-index: 2;
  transition: .1s;
  z-index: 2;
}

.staff_item_img:hover img:nth-child(1) {
  opacity: 0;
}

.staff_item_img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.staff_detail {
  margin-top: 2rem;
}

.staff_position {
  font-size: 1.2rem;
  font-weight: 100;
}

.staff_name_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.staff_name {
  /* font-size: 2rem; */
  font-size: clamp(1em, 1.8vw, 2rem);
  display: flex;
  align-items: baseline;
  gap: 0.5em;
}

/* .staff__other__list {
  display: flex;
  align-items: center;
} */

.staff__graduation {
  font-weight: normal;
  font-size: 0.5em;
}

.staff_insta {
  display: flex;
  /* width: 2em; */
  width: 2.22vw;
  width: clamp(1em, 2.22vw, 1.5em);
  margin-right: -1rem;
}

.staff_insta img {
  width: 100%;
}

.staff_insta:hover {
  opacity: 0.5;
}

.staff_name_en {
  font-size: 1.4rem;
  font-family: var(--english_font);
  font-weight: 300;
  color: #b2b2b2;
}

.staff_group_photo {
  margin-top: 5em;
}

.staff_group_photo img {
  width: 100%;
}

.section_menu .section_title h2 {
  margin-bottom: 3rem;
}

.menu_wrapper {
  font-weight: 100;
}

.menu_list {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}

.menu_list_column {
  flex-basis: 47%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu_list_item+.menu_list_item {
  margin-top: 1em;
}

.menu_list_item_title {
  font-size: 2.5rem;
  font-family: var(--english_font);
  font-weight: 300;
  border-bottom: 1px solid #333;
  margin-bottom: 0.5em;
}

.menu_list_item_title span {
  font-size: 0.6em;
  font-family: var(--common_font);
}

.menu_list_item_table {
  width: 100%;
  font-size: clamp(1.2rem, 1.25vw, 1.5rem);
}

.menu_list_item_table_name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.menu_list_item_table_name p {
  display: flex;
  align-items: center;
}

.menu_list_item_table tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu_list_item_table tr+tr {
  margin-top: 1em;
}

.menu_list_item_table tr td:nth-child(2) {
  width: 4em;
}

.menu_list_item_table_name p+p::before {
  content: url(../img/top/menu_table_icon.svg);
  width: 2rem;
  height: clamp(1.4rem, 1.35vw, 1.7rem);
  margin: 0 0.5em;
  color: var(--blue);
}

.menu_list_item_table_name p+p.note::before {
  content: '';
  margin: 0;
  line-height: 0;
}

.menu_list_item_table_note {
  margin-top: 1em;
  font-size: clamp(1.2rem, 1.25vw, 1.5rem);
}

.new_customers_wraper {
  display: flex;
  /* justify-content: flex-end; */
  flex-direction: column;
  align-items: flex-start;
  gap: 2em;
}

.new_customers {
  margin-top: 2em;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--orange);
  background: url(/assets/img/top/underline.svg)repeat-x bottom left / auto 3px;
}

.kajita_price {
  font-feature-settings: "palt";
  color: var(--blue);
  line-height: 2;
}

.kajita_price p {
  display: inline-block;
}

.kajita_price_line {
  display: flex;
  align-items: center;
  gap: 1em;
}

.font_big {
  font-size: 1.5em;
}

.font_small {
  font-size: 0.5em;
}




.menu_revision {
  margin-top: 4em;
}

.menu_revision_item_title {
  font-size: 1.5em;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.75em;
}

.menu_revision_item_title::before {
  content: '';
  background-color: #333;
  width: 1.5em;
  height: 2px;
}

.menu_revision_item_text {
  font-weight: 400;
  line-height: 2;
}

.menu_revision_item+.menu_revision_item {
  margin-top: 4em;
}

.menu_revision_item {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.menu_revision_table {
  margin-top: -2em;
  max-width: 72rem;
  line-height: 2.5;
}

.menu_revision_table tr {
  border-bottom: 1px solid #333;
}

.menu_revision_table_arrow_text {
  position: relative;
}

.menu_revision_table_arrow_text::after {
  content: '→';
  position: absolute;
  left: min(calc(100% + 3vw), 9.5rem);
  color: #f15a24;
}

.menu_revision_table_red_price {
  color: #f15a24;
  font-weight: bold;
}

.menu_content {
  margin-top: 5em;
}

.top_reserve_btn {
  position: relative;
  padding: 12rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_reserve_btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/reserve_btn_frame.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: .2s;
}

.top_reserve_btn:hover::after {
  transform: scale(1.05);
}

.top_reserve_btn_img {
  width: 18rem;
  margin-left: 5em;
}

.top_reserve_btn_text {
  position: relative;
  padding: 0.25em 0;
}

.top_reserve_btn_text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 2em);
  height: 1px;
  background-color: #333;
}

.top_reserve_btn_text::after {
  content: '';
  position: absolute;
  right: -2.95em;
  bottom: 0;
  width: 2rem;
  height: 1.55rem;
  transform: skew(30deg);
  border-left: 1px solid #333;
}


.section_access {
  margin-bottom: 0;
  position: relative;
}

.to_top_btn {
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
  flex-direction: column;
  position: fixed;
  /* bottom: 3rem; */
  bottom: clamp(2.25rem, 2.25vw, 4.25rem);
  right: calc(clamp(8rem, 7vw, 13rem) + 2rem);
  /* transform: translateY(-50%); */
  transition: .5s;
  visibility: hidden;
  opacity: 0;
}

.to_top_btn.active {
  visibility: visible;
  opacity: 1;
}

.to_top_btn img:nth-child(1) {
  /* position: relative; */
  position: absolute;
  z-index: 2;
  transition: .2s;
}

.to_top_btn img:nth-child(2) {
  position: absolute;
  z-index: 1;
}

.to_top_btn:hover img:nth-child(1) {
  opacity: 0;
}

.top_map_wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
  /* aspect-ratio: 16/9; */
  background-color: #fff;
}

.top_map_wrapper iframe {
  filter: grayscale(1);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 2rem;
}

.store_info {
  font-weight: 300;
}

.store_address {
  margin: 3em 0;
}

.store_detail tr {
  display: flex;
}

.store_detail tr+tr {
  margin-top: 3em;
}

.store_detail tr *:nth-child(1) {
  width: 5em;
}


/*=====/top=====*/
/*=====recruit=====*/

.section_wrapper {
  width: min(90rem, 95%);
}

.section_recruit_fv {
  margin-top: 0;
}

.page_title {
  font-size: 4em;
  letter-spacing: 0.15em;
  margin: 2em 0;
  text-align: center;
}

.fv_content {
  position: relative;
}

.recruit_fv_img {
  width: 100%;
}

.fv_catch {
  position: absolute;
  /* top: 3em;
  right: 2em; */
  right: 2em;
  bottom: 2em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.fv_Catch_first {
  font-size: clamp(0rem, 2.5vw, 3.5rem);
}

.fv_Catch_second {
  font-size: clamp(0rem, 3.55vw, 5rem);
}

.fv_btn_list {
  margin: 3.125em 0;
  display: flex;
  justify-content: space-between;
}

.fv_btn_item {
  position: relative;
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: orange;
  padding: 1.5em 0.25em;
  transition: .2s;
}

.fv_btn_item::before {
  content: '';
  border-top: 1.5em solid #fff;
  border-right: 1.5em solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}

.fv_btn_item:hover {
  /* transform: scale(1.1, 1.1); */
  opacity: var(--hover-fade);
}

.fv_btn_item:nth-child(1) {
  background-color: #bdccd4;
}

.fv_btn_item:nth-child(2) {
  background-color: #FEEEAB;
}

.fv_btn_item:nth-child(3) {
  background-color: #77E5E6;
}

.fv_btn_item:nth-child(4) {
  background-color: #ffd0e1;
}

.fv_btn_item:nth-child(5) {
  background-color: #cae9b4;
}

.fv_btn_item img {
  height: 1.625vw;
  max-height: 3rem;
}

.fv__btn__item__title--en {
  font-size: 1.25em;
  color: #F7931E;
  font-weight: bold;
}

.fv__btn__item__title--jp {
  color: #808080;
  font-weight: bold;
}

.intro_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  margin-bottom: 6.25em;
  margin-bottom: 10em;
}

.intro_title p {
  font-size: clamp(1.4rem, 2vw, 3rem);
}

.intro_title_logo {
  width: 20%;
}

.intro_title_mean {
  width: 70%;
}


.recruit__intro__item__text {
  background-color: #FFFAE4;
  width: 52.78%;
  padding: 3em 2em;
  line-height: 2em;
  filter: drop-shadow(0px 4px 4px #00000040);
}

.recruit__intro__item__text__inner {
  background-image: linear-gradient(90deg, transparent 0%, transparent 100%), linear-gradient(180deg, #fbc46f 1px, transparent 1px);
  background-size: 8px 100%, 100% 2em;
  padding-bottom: 1px;
}

.recruit__intro__item__text__inner p+p {
  margin-top: 2em;
}

.recruit__intro__item {
  display: flex;
  position: relative;
}

.recruit__intro__item__img {
  position: absolute;
  z-index: 2;
}

.recruit__intro__item__img.__01 {
  right: -5%;
  width: 48.89%;
}

.recruit__intro__item__img.__02 {
  left: -5%;
  top: 5%;
  width: 73.89%;
}

.recruit__intro__item__img img {
  width: 100%;
}


.recruit__intro__item:nth-of-type(even) .recruit__intro__item__text {
  margin-left: auto;
}

.recruit__intro__item__name {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
}

.recruit__intro__item__name__logo {
  margin-top: 0.25em;
  width: 6rem;
}

.recruit__intro__item__name__text {
  font-weight: bold;
}

.recruit__intro__item__text.__02 {
  position: relative;
  transform: translateY(-15%);
}

.recruit__intro__item.__02 {
  padding-bottom: 25%;
  /* background-color: tomato; */
}

/* #intro {
  padding-bottom: 25%;
} */
















.intro_content {
  display: flex;
  flex-direction: column;
}

.intro_text_area {
  width: 90%;
  margin-left: auto;
  background-color: #fffae4;
  padding: 5em 3.5em;
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3.125em;
}

.intro_text {
  background-image: linear-gradient(90deg, transparent 0%, transparent 100%), linear-gradient(180deg, #fbc46f 1px, transparent 1px);
  background-size: 8px 100%, 100% 2.5em;
  line-height: 2.5em;
  padding-bottom: 1px;
}

.intro_text p {
  font-size: 1.5rem;
  font-size: clamp(0rem, 1.05vw, 1.45rem);
  /* font-size: 1.05vw; */
}

.intro_text p span {
  display: inline-block;
}

.intro_text_logo {
  width: 9.375em;
  width: 22.5%;
}

.intro_img {
  width: 72.5%;
  position: relative;
  top: -9em;
}

.intro_img img {
  width: 100%;
}

.section_charm .section_wrapper {
  margin: 0 auto;
  width: 90%;
  width: calc(90% - 8vw);
  max-width: 90rem;
}

.charm_br {
  display: none;
}

@media screen and (max-width: 1000px) {
  .charm_br {
    display: block;
  }
}

.charm_list {
  display: flex;
  flex-direction: column;
  gap: 3.125em;
}

.charm_item {
  background-color: violet;
  border: 1px solid #333;
}

.charm_header {
  display: flex;
  align-items: center;
  padding: 1em 0 1.875em;
  background-image: url(../img/recruit/charm_item_line_pc.svg);
  background-repeat: no-repeat;
  background-position: center calc(100%);
}

.charm_header_item {
  height: 8rem;
  display: flex;
  align-items: center;
}

.charm_header_logo {
  /* background-color: turquoise; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 25%;
}

.charm_header_logo h3 {
  font-size: 2.5rem;
  margin-left: 0.35rem;
}

.charm_header_logo h3 span {
  font-size: 1rem;
}

.charm_header_logo img {
  width: 40%;
}

.charm_header_num {
  flex-basis: 15%;
  justify-content: center;
  font-size: 4rem;
  font-weight: bold;
  border-left: 1px solid #333;
}

.charm_header_title {
  flex-basis: 60%;
  padding-left: 1rem;
  font-size: 3.5rem;
  border-left: 1px solid #333;
}

.charm_body {
  position: relative;
  overflow: hidden;
  padding: 1em 2em 2em;
  height: 30rem;
  display: flex;
  align-items: center;
}

.charm_textarea {
  line-height: 2.5;
  font-size: 1.4rem;
}

.charm_img {
  position: absolute;
}

.charm_item:nth-child(1) {
  background-color: #feeeab;
}

.charm_item:nth-child(1) .charm_img_img {
  width: 30%;
  right: 1em;
  top: 0;
}

.charm_item:nth-child(1) .charm_img_person {
  z-index: 1;
  bottom: 0;
  height: 85%;
  right: 25%;
}

.charm_item:nth-child(3) {
  background-color: #bdccd4;
}

.charm_item:nth-child(3) .charm_img_img {
  width: 45%;
  right: 1em;
  top: 0;
}

.charm_item:nth-child(3) .charm_img_person {
  z-index: 1;
  bottom: 0;
  height: 85%;
  right: 30%;
}

.charm_item:nth-child(2) {
  background-color: #ffd0e1;
}

.charm_item:nth-child(2) .charm_img_img {
  width: 30%;
  right: 1em;
  top: 0;
}

.charm_item:nth-child(2) .charm_img_person {
  z-index: 1;
  bottom: 0;
  height: 80%;
  right: 25%;
}

.charm_item:nth-child(4) {
  background-color: #cae9b4;
}

.charm_item:nth-child(4) .charm_img_img {
  width: 30%;
  right: 1em;
  top: 0;
}

.charm_item:nth-child(4) .charm_img_person {
  z-index: 1;
  bottom: 0;
  height: 70%;
  right: 5%;
}








.section__title__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  line-height: 1;
  margin-bottom: 5em;
}

.section__title__main {
  font-size: 2em;
}

.section__title__sub {
  /* font-weight: bold; */
}


:root {
  --interview__color__01: #CAE9B4;
  --interview__color__02: #BDCCD4;
  --interview__color__03: #FEEEAB;
}


.rec__interview__tab__list {
  display: flex;
  gap: 1.5em;
  margin-bottom: 12.5em;
}

.rec__interview__tab__item {
  border: 1px solid #000;
  flex-basis: 100%;
  transition: .2s;
}

.rec__interview__tab__item:hover {
  opacity: var(--hover-fade);
}

.rec__interview__tab__item:nth-child(1) {
  background-color: var(--interview__color__01);
}

.rec__interview__tab__item:nth-child(2) {
  background-color: var(--interview__color__02);
}

.rec__interview__tab__item:nth-child(3) {
  background-color: var(--interview__color__03);
}

.rec__interview__tab__item__img img {
  width: 100%;
}

.rec__interview__tab__item__content {
  padding: 1em;
  width: 100%;
}

.rec__interview__tab__item__name {
  font-size: 1.5em;
}

.rec__interview__tab__item__year {
  font-weight: bold;
  font-size: 1.4rem;
}

.rec__interview__tab__item__sub {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #000;
}

.rec__interview__tab__item__position {
  font-size: 1.4rem;
}

.rec__interview__item+.rec__interview__item {
  margin-top: 7.5em;
}

.rec__interview__item__header__wrap {
  background-color: var(--interview__color__01);
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-block: 5em;
}

.rec__interview__item:nth-child(2) .rec__interview__item__header__wrap {
  background-color: var(--interview__color__02);
}

.rec__interview__item:nth-child(3) .rec__interview__item__header__wrap {
  background-color: var(--interview__color__03);
}

.rec__interview__item__header {
  background-color: #fff;
  width: min(90rem, 90%);
  margin-inline: auto;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
}

.rec__interview__item__header__img img {
  width: 100%;
}

.rec__interview__item__header__catch {
  font-size: 1.5em;
  padding: 1em 2rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.rec__interview__item__header__body {
  padding: 1em 0rem 1em 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rec__interview__item__header__sns {
  width: 14rem;
  height: calc(14rem - 2em);
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #000;
}

.rec__interview__item__header__insta {
  width: 3.5em;
  display: flex;
}

.rec__interview__item__header__insta img {
  width: 100%;
}

.rec__interview__item__header__left {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.rec__interview__item__header__name__jp {
  font-size: 1.5em;
}

.rec__interview__item__header__other {
  font-size: 1.4rem;
}

.rec__interview__item__body,
.rec__interview__item__content+.rec__interview__item__content {
  margin-top: 7.5em;
}

.rec__interview__item__content {
  display: flex;
  align-items: flex-start;
  gap: 2em;
  position: relative;
}

.rec__interview__item__img {
  width: 42.89%;
  flex-shrink: 0;
}

.rec__interview__item__img img {
  width: 100%;
}

.rec__interview__item__detail__item+.rec__interview__item__detail__item {
  margin-top: 4em;
}

.rec__interview__item__detail__item {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.rec__interview__item__q {
  font-size: 1.25em;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.rec__interview__item__q::before {
  content: '';
  margin-top: 0.675em;
  width: 2rem;
  height: 3px;
  background-color: #000;
}

.rec__interview__item__a {
  font-size: 1.4rem;
  line-height: 2;
  padding-left: 3rem;
}

.interview__item__deco {
  position: absolute;
}

.interview__item__deco.--01__01 {
  width: min(10rem, 11.11%);
  right: 100%;
  top: -10rem;
}

.interview__item__deco.--01__02 {
  width: min(17rem, 18.89%);
  left: calc(42.89% + 2em);
  bottom: 0;
}

.interview__item__deco.--02__01 {
  width: min(11rem, 12.22%);
  right: 15%;
  transform: translateY(-120%);
}

.interview__item__deco.--02__02 {
  width: min(17rem, 18.89%);
  transform: translate(-50%, -50%);
}

.interview__item__deco.--03__01 {
  width: min(17rem, 18.89%);
  right: 0;
  /* transform: translate(50%, -120%); */
  transform: translate(75%, -110%);
}

.interview__item__deco.--03__02 {
  width: min(15rem, 16.67%);
  left: 0;
  transform: translate(-25%, -120%);
}

.recruit__curriculums {
  background-color: #FFD0E1;
  padding-block: 7.5em;
}

.rec__curriculums__detail {
  background-color: #fff;
  border: 1px solid #000;
}

.rec__curriculums__detail__title {
  font-size: 1.25em;
  border-bottom: 1px solid #000;
  padding: 1.5em 2rem;
}

.rec__curriculums__detail__text {
  font-size: 1.4rem;
  padding: 2em 2rem;
  line-height: 1.75;
}

.rec__curriculums__img {
  margin-top: 7.5em;
  width: 100%;
}

.rec__curriculums__img img {
  width: 100%;
}



















.recruit_section_title_wrap {
  margin-bottom: 5em;
}

.recruit_section_title {
  font-size: 1.875em;
  text-align: center;
  color: #f7931e;
}

.requirements_table {
  width: 100%;
}

.requirements_table tr {
  border-top: 1px solid #333;
  padding: 2em 0;
  display: flex;
}

.requirements_table tr th {
  color: #f7931e;
  flex-basis: 25%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

.requirements_table tr td {
  flex-basis: 100%;
}

.section_wrapper {
  position: relative;
}

.deco_img_wrap img {
  position: absolute;
}

.fv_deco_01 {
  top: -10em;
  width: 24%;
  left: 0;
}

.fv_deco_02 {
  /* top: 9rem; */
  bottom: 78%;
  width: 32%;
  right: 1rem;
}

.fv_deco_03 {
  top: 24em;
  width: 17.5%;
  left: -12%;
}

.fv_deco_04 {
  /* bottom: 22.5%; */
  /* width: 22%; */
  bottom: 40%;
  width: 30%;
  right: 7.5%;
  margin-bottom: 1em;
}

.intro_deco_01 {
  top: 13rem;
  width: 17%;
  left: 0;
  transform: translateX(-50%) !important;
}

.intro_deco_02 {
  top: 16rem;
  width: 12rem;
  width: 15%;
  right: 0rem;
}

.intro_deco_03 {
  bottom: 35%;
  width: 29%;
  transform: translateX(-55%) !important;
}

.intro_deco_04 {
  bottom: 15%;
  width: 15%;
  right: 5%;
}


.recruit__step__wrap {
  background-color: #fff;
  border: 2px solid var(--recruit__step__color);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5em;
  padding: 5em 3em 4em 3em;
  position: relative;
}

.recruit__step__wrap::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--recruit__step__color);
  top: 0.5rem;
  left: 0.5rem;
  z-index: -1;
}

.recruit__step__title__wrap {
  text-align: center;
}

.recruit__step__title {
  font-size: 1.875em;
  color: var(--recruit__step__color);
  display: inline;
  background-image: linear-gradient(#E1FF23, #E1FF23);
  background-size: 100% 50%;
  background-position: 0 100%;
  background-repeat: no-repeat;
}

/* .recruit__step__title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #E1FF23;
  z-index: -1;
} */

.recruit__step__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4em;
}

.recruit__step__list {
  display: flex;
  flex-direction: column;
  gap: 5em;
}

.recruit__step__item {
  display: flex;
  align-items: center;
  gap: 2em;
}

.recruit__step__item__number {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--recruit__step__color);
  width: 5.25em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  flex-shrink: 0;
}

.recruit__step__item__number img {
  width: 75%;
}

.recruit__step__item__content {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.recruit__step__item__title {
  font-size: 1.5em;
  line-height: 1;
  color: var(--recruit__step__color);
}

.recruit__step__hige {
  width: 10rem;
}











.section_entry {
  margin-top: 13.615em;
}

.entry_btn {
  background-color: #fffae4;
  border: 1px solid #f7931e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 0 4em;
  position: relative;
}

.entry_btn::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #f7931e;
  position: absolute;
  z-index: -1;
  top: 0.5rem;
  left: 0.5rem;
}

@keyframes bound-anim {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(24px);
  }
}

.bound_ease {
  animation: .5s bound-anim ease infinite alternate;
}

.entry_title {
  position: absolute;
  bottom: calc(100% - 0.25em);
  font-size: clamp(2.2rem, 2.5vw, 4rem);
  color: #f7931e;
  line-height: 1;
  background-image: url(../img/recruit/entry_bg.svg);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 0.25em 1.25em 0.75em;
}

.entry_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--english_font);
  white-space: nowrap;
  font-size: clamp(3.2rem, 4vw, 6rem);
  gap: 0.25em;
  position: relative;
  z-index: 2;
  line-height: 1;
  transition: .2s;
}

.entry_btn:hover .entry_tel {
  opacity: 0.6;
}

.entry_tel::after {
  content: '';
  height: 25%;
  width: 100%;
  background-color: #cae9b4;
  position: absolute;
  z-index: -1;
  bottom: 0%;
}

.entry_tel img {
  height: 0.75em;
}

.entry_time {
  font-family: var(--common_font);
  position: absolute;
  font-size: 1.6rem;
  top: calc(100% + 1em);
}

.entry_person {
  position: absolute;
  bottom: -0.5rem;
  right: 5%;
  width: 20%;
  max-width: 17rem;
}


/*=====/recruit=====*/

/*===============/main===============*/
/*===============footer===============*/

footer {
  padding: 0.5em 0;
  border-top: 1px solid var(--orange);
  border-bottom: 1px solid var(--blue);
  margin-bottom: 0.5em;
}

.footer_logo {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2em 0;
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--orange);
}

.footer_logo img {
  width: clamp(10rem, 10vw, 20rem);
}

/*===============/footer===============*/


@media screen and (max-width: 900px) {

  #cursor {
    display: none;
  }

  body {
    font-size: 1.4rem;
  }

  section {
    margin: 10rem 0;
  }

  .from_tb,
  .from--tb {
    display: block;
  }

  .none_tb {
    display: none;
  }

  .center_item {
    width: 90%;
  }

  .charm_br {
    display: none;
  }

  /*===============header===============*/
  .wrap_header {
    background-color: transparent;
    top: 0;
    left: 0;
    width: 95%;
    margin: 0 auto;
    height: 8rem;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0;
  }

  .header_logo {
    width: 20rem;
    z-index: 5;
  }

  .header_sns {
    display: none;
  }

  .nav_animation {
    opacity: 0;
    transform: translateY(2rem);
    transition: .3s;
    /* -webkit-transition: .3s; */
  }

  .gnav.is-active .nav_animation {
    opacity: 1;
    transform: none;
  }

  .nav_logo {
    transition-delay: 0.3s;
  }

  .nav_logo img {
    display: block;
    width: clamp(12rem, 50%, 20rem);
    margin: 0 auto;
  }

  .gnav {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s cubic-bezier(.5, 0, 1, .5);
    /* opacity: 0;
    visibility: hidden; */
  }

  .gnav>*+* {
    margin-top: 2em;
  }

  .gnav.is-active {
    left: 0%;
    /* opacity: 1;
    visibility: visible; */
  }

  .gnav ul {
    transition: .5s;
    writing-mode: horizontal-tb;
    flex-direction: column;
    justify-content: center;
  }

  .gnav ul li+li {
    margin-top: 0;
  }

  .gnav ul li a {
    padding: 0.75em;
    font-size: 1.4rem;
  }

  .gnav ul li:last-child {
    margin-bottom: 0;
  }

  .gnav ul li:nth-child(1) {
    transition-delay: 0.35s;
  }

  .gnav ul li:nth-child(2) {
    transition-delay: 0.40s;
  }

  .gnav ul li:nth-child(3) {
    transition-delay: 0.45s;
  }

  .gnav ul li:nth-child(4) {
    transition-delay: 0.50s;
  }

  .gnav ul li:nth-child(5) {
    transition-delay: 0.55s;
  }

  .sp_nav_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sp_nav_reserve_btn {
    padding: 2.5em 4em;
    background-image: url(../img/top/sp_nav_reserve_btn_frame.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition-delay: 0.6s;
  }

  .sp_nav_reserve_btn_text {
    position: relative;
  }

  .sp_nav_reserve_btn_text::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-505);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-top: 6px solid #333;
  }

  .sp_nav_reserve_btn_img {
    width: 70%;
    margin: 2em auto 0;
  }

  .sp_nav_tell {
    padding-top: 1.5em;
    margin: 1.5em 0;
    border-top: 1px solid #333;
    width: calc(100% + 2em);
    text-align: center;
    transition-delay: 0.65s;
  }

  .sp_nav_sns {
    width: 1.75em;
    transition-delay: 0.70s;
  }

  .header_sp_nav {
    display: block;
  }

  .header_nav_btn {
    box-sizing: border-box;
    height: 6rem;
    width: 6rem;
    z-index: 5;
    position: relative;
    display: block;
    border: 1px solid #333;
    border-radius: 50%;
    transition: .2s;
  }

  .header_nav_btn span {
    position: absolute;
    background-color: #333;
    width: 2.5rem;
    height: 1px;
    transition: 0.2s;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header_nav_btn span:nth-child(1) {
    top: 43%;
  }

  .header_nav_btn span:nth-child(2) {
    top: 57%;
  }

  .header_nav_btn.is-active {
    background-color: var(--orange);
    border: 1px solid var(--orange);
  }

  .header_nav_btn.is-active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #fff;
  }

  .header_nav_btn.is-active span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #fff;
  }

  /*===============/header===============*/
  /*===============main===============*/
  /*=====top=====*/

  :is(#concept, #menu) {
    margin-top: -7rem;
    padding-top: 7rem;
  }

  .fv {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }

  .first_view {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }

  .first_view_logo_wrapper {
    display: none;
  }

  .first_view_logo_wrapper_sp {
    height: 30vh;
    padding: 1.5em 1.5em 0em 1.5em;
    display: flex;
    justify-content: space-between;
  }

  .first_view_logo_wrapper_sp_left {
    flex-basis: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .first_view_logo {
    /* width: 12rem; */
    width: 100%;
  }


  .first_view_catch {
    /* width: 9rem; */
    width: clamp(9rem, 50%, 15rem);
    height: 100%;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .first_view_catch img {
    width: 100%;
    /* max-width: 20rem; */
    height: auto;
    max-height: 2;
    margin-top: auto;
    margin-top: 1rem;
    padding-bottom: 1.5em;
  }


  .first_view_logo_wrapper_sp_right {
    width: 3rem;
    margin-top: auto;
    margin-bottom: 1.5em;
    margin-right: 1.3%;
  }

  .first_view_slider {
    width: 100%;
    height: 70vh;
  }

  .first_view_slider .swiper-slide img {
    width: 100%;
  }

  .section_title h2 {
    height: 2rem;
    margin-bottom: 5rem;
  }

  .concept_wrapper {
    flex-wrap: wrap;
  }

  .concept_item {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
  }

  .concept_item:nth-child(1) {
    order: 2;
  }

  .concept_item:nth-child(2) {
    order: 1;
  }

  .concept_item_img {
    order: 1;
    display: flex;
  }

  .concept_item:nth-child(1) .concept_item_img {
    justify-content: flex-end;
  }

  .concept_item:nth-child(2) .concept_item_img {
    justify-content: flex-start;
  }

  .concept_item_text {
    order: 2;
    height: auto;
    margin: 3em 0;
  }

  .concept_item_img .concept_img_2 {
    width: 85%;
    top: 0;
  }

  .concept_item_img .concept_img_2_bg {
    width: 70%;
    top: 0%;
    left: 15%;
  }

  .concept_item_img .concept_img_1 {
    width: 85%;
    left: auto;
    right: 0;
    top: 0;
  }

  .concept_item_img .concept_img_1_bg {
    width: 70%;
    position: absolute;
    top: 0%;
    left: auto;
    right: 20%;
    z-index: -1;
  }


  .section_staff .full_item,
  .section_access .full_item {
    padding: 7rem 0;
    background-color: #f7f7f7;
  }

  .staff_item {
    flex-basis: 45%;
  }

  .staff_item:nth-child(1) {
    flex-basis: 100%;
  }

  .staff_representative {
    width: 45%;
    margin: 0 auto;
  }

  .staff_item:nth-child(n+2) {
    margin-top: 3em;
  }

  .staff_position {
    font-size: 1.2rem;
  }

  .staff_name {
    font-size: 1.6rem;
  }

  .staff_name_en {
    font-size: 1.4rem;
  }


  .menu_list {
    flex-wrap: wrap;
  }

  .menu_list_column {
    flex-basis: 100%;
  }

  .menu_list_column+.menu_list_column {
    margin-top: 3em;
  }

  .menu_list_item+.menu_list_item {
    margin-top: 3em;
  }

  .menu_list_item_title {
    font-size: 2rem;
  }

  .menu_list_item_table {
    /* font-size: clamp(1.2rem, 1.25vw, 1.5rem); */
    font-size: 1.4rem;
  }

  .new_customers_wraper {
    justify-content: flex-start;
  }

  .new_customers {
    font-size: 1.6rem;
  }


  .kajita_price {
    font-size: 1.2rem;
  }

  .font_big {
    /* font-size: 4.5vw; */
    font-size: clamp(0rem, 4.5vw, 2rem);
  }

  .top_reserve_btn {
    padding: 5rem 0;
    flex-direction: column;
  }

  .top_reserve_btn::after {
    background: url(../img/top/reserve_btn_frame_sp.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .top_reserve_btn_img {
    width: clamp(5rem, 20%, 10rem);
    margin-left: 0;
  }

  .top_reserve_btn_text {
    position: relative;
    margin-bottom: 4rem;
    padding-bottom: 0;
  }

  .top_reserve_btn_text::before {
    width: 1px;
    height: 1.5rem;
    top: calc(100% + 1.25rem);
    left: 50%;
  }

  .top_reserve_btn_text::after {
    height: 0.5rem;
    top: calc(100% + 2.25rem);
    left: calc(50% - 0.9rem);
    border-left: none;
    border-right: 1px solid #333;
    transform-origin: right bottom;
    transform: translateX(-50%) skew(50deg);
  }

  .to_top_btn {
    width: 5rem;
    height: 5rem;
    bottom: 3rem;
    right: 5%;
  }

  .top_map_wrapper {
    padding-bottom: 60%;
  }

  .top_map_wrapper iframe {
    padding: 1rem;
  }

  .menu_revision_table {
    margin-top: 0;
  }

  .menu_revision_table tr {
    display: flex;
    align-items: center;
  }

  .menu_revision_table tr *:nth-child(1) {
    white-space: nowrap;
    width: calc(100% - 12em);
  }

  .menu_revision_table tr *:nth-child(2),
  .menu_revision_table tr *:nth-child(3) {
    width: 6em;
    /* width: calc((100% - 11em) / 2); */
  }

  .menu_revision_table_arrow_text::after {
    /* left: auto; */
    content: none;
  }

  .menu_revision_table_header {
    justify-content: flex-end;
  }

  /*=====/top=====*/
  /*=====recruit=====*/

  .page_title {
    font-size: 3em;
    letter-spacing: 0.15em;
    margin: 2em 0;
    text-align: center;
  }

  .fv_catch {
    /* width: 100%; */
    /* top: 1em; */
    right: 1em;
    bottom: 1em;
  }

  .fv_deco_04 {
    width: 22vw;
  }

  .fv_Catch_first {
    font-size: clamp(0rem, 3vw, 3.5rem);
  }

  .fv_Catch_second {
    font-size: clamp(0rem, 4vw, 5rem);
  }

  .fv_btn_list {
    flex-wrap: wrap;
    gap: 0.5em;
  }

  .fv_btn_item {
    flex-basis: 100%;
  }

  .fv_btn_item img {
    height: 5vw;
    max-height: 2.4rem;
  }

  .intro_title {
    flex-direction: column;
    gap: 1em;
  }

  .intro_title_logo {
    width: 40%;
    max-width: 24rem;
  }

  .intro_title p {
    font-size: 3rem;
    transform: rotate(90deg);
  }

  .intro_title_mean {
    width: 100%;
  }

  /* .intro_text_area {
    width: 100%;
    padding: 2em 2em 4em;
    gap: 2em;
  }

  .intro_img {
    width: 90%;
    margin: 0 auto;
    top: -2em;
  }

  .intro_text p {
    font-size: 1.2rem;
  } */

  .recruit__intro__item {
    flex-direction: column;
    gap: 2em;
  }

  .recruit__intro__item+.recruit__intro__item {
    margin-top: 2em;
  }

  .recruit__intro__item__img {
    position: relative;
  }

  .recruit__intro__item__img.__01 {
    right: 0;
    width: 100%;
  }

  .recruit__intro__item__img.__02 {
    left: 0;
    top: 0;
    width: 100%;
  }

  .recruit__intro__item__text {
    width: 100%;
  }

  .recruit__intro__item__text.__02 {
    transform: initial;
  }

  .recruit__intro__item:nth-child(1) .recruit__intro__item__text,
  .recruit__intro__item:nth-child(2) .recruit__intro__item__img.__02 {
    order: 2;
  }

  .section_charm .section_wrapper {
    width: 90%;
  }

  .charm_header {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 1em;
    background-image: url(../img/recruit/charm_item_line_tb.svg);
  }

  .charm_header_item {
    height: auto;
    height: 5rem;
  }

  .charm_header_logo h3 {
    font-size: 2rem;
  }

  .charm_header_num {
    font-size: 2.5rem;
  }

  .charm_header_logo img {
    width: 30%;
  }

  .charm_header_logo,
  .charm_header_num {
    flex-basis: 50%;
  }

  .charm_header_title {
    flex-basis: calc(100% - 1em);
    border-top: 1px solid #333;
    border-left: none;
    justify-content: center;
    font-size: 2rem;
  }

  .charm_body {
    height: auto;
    flex-direction: column;
    gap: 1em;
  }

  .charm_textarea {
    width: 100%;
  }

  .charm_img_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
  }

  .charm_img {
    position: relative;
  }

  .charm_item:nth-child(1) .charm_img_img {
    width: 50%;
    right: 0em;
  }

  .charm_item:nth-child(1) .charm_img_person {
    width: 35%;
    bottom: -2em;
    height: auto;
    right: 0;
  }

  .charm_item:nth-child(3) .charm_img_img {
    width: 60%;
    right: 0em;
  }

  .charm_item:nth-child(3) .charm_img_person {
    width: 40%;
    bottom: -2em;
    right: 0;
  }

  .charm_item:nth-child(2) .charm_img_img {
    width: 50%;
    right: 0em;
  }

  .charm_item:nth-child(2) .charm_img_person {
    width: 45%;
    bottom: -2em;
    right: 0;
  }

  .charm_item:nth-child(4) .charm_img_wrap {
    justify-content: flex-end;
  }

  .charm_item:nth-child(4) .charm_img_img {
    width: 50%;
    right: 0em;
  }

  .charm_item:nth-child(4) .charm_img_person {
    position: absolute;
    width: 80%;
    height: auto;
    left: 1em;
  }

  .fv_deco_01 {
    top: -5em;
  }

  .fv_deco_02 {
    top: 4rem;
  }

  .fv_deco_03 {
    top: 20em;
  }

  /* .fv_deco_04 {
    bottom: 40%;
  } */

  .intro_deco_01 {
    top: 25rem;
    left: 1em;
  }

  .intro_deco_02 {
    top: 28rem;
    width: 15%;
  }

  .intro_deco_03 {
    bottom: 15rem;
    transform: translateX(-25%);
  }

  .intro_deco_04 {
    display: none;
  }




  .rec__interview__tab__list {
    flex-direction: column;
  }

  .rec__interview__tab__item {
    display: flex;
  }

  .rec__interview__tab__item__img {
    width: 13rem;
    flex-shrink: 0;
  }

  .rec__interview__item__header__catch {
    font-size: 1.25em;
  }

  .rec__interview__item__header__insta {
    width: 3em;
  }

  .rec__interview__item__content {
    flex-direction: column;
  }

  .rec__interview__item__detail {
    order: 2;
  }

  .rec__interview__item__img {
    width: 100%;
  }

  .rec__interview__item__content+.rec__interview__item__content {
    margin-top: 5em;
  }

  .rec__interview__item__detail__item+.rec__interview__item__detail__item {
    margin-top: 2em;
  }

  .interview__item__deco.--01__01 {
    width: 15%;
    right: 0;
    left: 0;
    top: -4rem;
  }

  .interview__item__deco.--01__02 {
    /* width: min(17rem, 18.89%); */
    width: 25%;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    transform: translate(-0%, -20%) rotate(15deg);
  }

  .interview__item__deco.--02__01 {
    width: 17%;
    right: 5%;
    transform: translateY(-120%);
  }

  .interview__item__deco.--02__02 {
    width: min(17rem, 18.89%);
    transform: translate(-50%, -50%);
  }

  .interview__item__deco.--03__01 {
    width: 18.89%;
    right: auto;
    left: 10%;
    transform: translate(0%, -10%);
  }

  .interview__item__deco.--03__02 {
    width: 18.89%;
    left: 0;
    transform: translate(-55%, -50%);
  }

  .rec__curriculums__detail__title {
    text-align: center;
  }

  .rec__curriculums__img {
    overflow: scroll;
  }

  .rec__curriculums__img img {
    width: 45rem;
    /* background-color: tomato; */
  }







  .recruit__step__wrap {
    padding: 3em 1em;
    gap: 4em;
  }

  .recruit__step__title {
    font-size: 1.5em;
  }

  .recruit__step__list {
    gap: 4em;
  }

  .recruit__step__item {
    flex-wrap: wrap;
    /* justify-content: center; */
    gap: 1em;
  }

  .recruit__step__item__number {
    width: 4em;
  }

  .recruit__step__item__content {
    display: contents;
  }

  .recruit__step__item__title {
    font-size: 1.25em;
    /* width: 7em; */
  }

  .recruit__step__item__text {
    width: 100%;
    /* text-align: center; */
  }


  /*=====/recruit=====*/

  /*===============/main===============*/
  /*===============footer===============*/


  /*===============/footer===============*/





}

@media screen and (max-width: 480px) {
  .from_sp {
    display: block;
  }

  .none_sp {
    display: none;
  }

  /*=====header=====*/
  .header_logo {
    width: 50%;
  }

  .header_sp_entry-btn {
    font-size: 3vw;
  }

  /*=====/header=====*/

  /*===============main===============*/
  /*=====top=====*/




  .staff_position {
    font-size: 1rem;
  }

  .staff_name {
    font-size: 1.2rem;
  }

  .staff__graduation {
    font-size: 0.75em;
  }

  .staff_name_en {
    font-size: 1.2rem;
  }

  .menu_list_item_table {
    font-size: 1.4rem;
    font-weight: 300;
  }

  .menu_list_item_table tr {
    flex-wrap: wrap;
  }

  .menu_list_item_table tr+tr {
    margin-top: 2em;
  }

  .menu_list_item_table_name {
    flex-basis: 100%;
    /* margin-right: 1em; */
  }

  .menu_list_item_table_price {
    /* margin-left: auto; */
    text-align: right;
    flex-basis: 100%;
  }

  .menu_list_item_table_name p+p::before {
    height: 2rem;
  }

  .top_map_wrapper {
    padding-bottom: 90%;
  }

  /*=====/top=====*/
  /*=====recruit=====*/

  .charm_header {
    background-image: url(../img/recruit/charm_item_line_sp.svg);
  }

  .fv_deco_02 {
    top: 7rem;
  }

  .fv_Catch_first {
    font-size: clamp(0rem, 3.85vw, 3.5rem);
  }

  .fv_Catch_second {
    font-size: clamp(0rem, 4.5vw, 5rem);
  }

  .entry_btn {
    padding: 10vw 0 calc(10vw + 1em);
  }

  .entry_title {
    font-size: clamp(2.2rem, 2.5vw, 4rem);
    font-size: 5vw;
  }

  .entry_tel {
    /* font-size: clamp(3.2rem, 4vw, 6rem); */
    font-size: 6vw;
  }

  .entry_time {
    font-size: 3vw;
  }

  .entry_person {
    right: 1%;
    /* width: 27.5%; */
    width: 24%;
  }

  .fv_deco_03 {
    top: 25vh;
  }

  /* .fv_deco_04 {
    bottom: 50%;
  } */

  /*=====/recruit=====*/

  /*===============/main===============*/

}

@media (max-height: 630px) {

  .nav_logo img {
    width: auto;
    height: 7vh;
  }

  .gnav>*+* {
    margin-top: 1rem;
  }

  .gnav ul li a {
    /* background-color: violet; */
    padding: 2vw;
    font-size: 1.4rem;
  }

  .sp_nav_reserve_btn {
    padding: 2em 3em;
    font-size: 1rem;
  }

  .sp_nav_tell {
    padding-top: 1em;
    margin: 1em 0;
    font-size: 1.2rem;
  }

  .sp_nav_sns {
    width: 1em;
  }



  .first_view_logo_wrapper_sp_left {
    flex-basis: 20%;
  }

  .first_view_catch {
    width: 12vh;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .first_view_catch img {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding-bottom: 2vh;
  }

  .first_view_logo_wrapper_sp_right {
    width: 2.5rem;
    margin-top: auto;
    margin-bottom: 2vh;
    margin-right: 1.5%;
  }

  /* .menu_list_item_table {
    font-size: 1.2rem;
  } */

}