:root {
  --header-height: 72px;
  --header-menu-icon-width: 33px;
}

body {
  font-family: var(--font-noto);
}

@media screen and (min-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc_none {
    display: none;
  }
}

#screen {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1500;
}

.header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2000;
  padding-top: env(safe-area-inset-top, 0px);
  background-color: #fbf4de;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header {
    --header-height: 70px;
    height: calc(var(--header-height) + env(safe-area-inset-top, 0px));
  }
}
.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .header_inner {
    position: relative;
    height: var(--header-height);
    padding: 0 var(--header-height) 0 20px;
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .header_inner {
    padding: 20px 28px 12px;
  }
}
.header_brand {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 0 1 auto;
}
.header_logo_link {
  display: block;
  flex-shrink: 1;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .header_logo_link {
    flex-shrink: 0;
  }
}
.header_logo {
  display: block;
  max-width: 100%;
  height: auto;
}
.header_logo_pc {
  width: 235px;
}
@media screen and (max-width: 767px) {
  .header_logo_pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header_logo_pc {
    width: 320px;
  }
}
.header_logo_sp {
  display: none;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .header_logo_sp {
    display: block;
    max-width: calc(100vw - var(--header-height) - 40px);
  }
}
.header_actions {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .header_actions {
    position: absolute;
    top: 0;
    right: 0;
    width: var(--header-height);
    height: var(--header-height);
    gap: 0;
  }
}
.header_entry {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 152px;
  padding: 12px 24px;
  border-radius: 50px;
  background-color: var(--color-txt);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .header_entry {
    display: inline-flex;
  }
}
.header_entry_icon {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  flex-shrink: 0;
  display: block;
  width: 15px;
}
.header_menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  position: static;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .header_menu {
    position: absolute;
    top: 0;
    right: 0;
    width: var(--header-height);
    height: var(--header-height);
    gap: 0;
  }
}
.header_menu .icon {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  width: 41px;
  height: 22px;
  background: transparent;
  transition: none;
}
@media screen and (max-width: 767px) {
  .header_menu .icon {
    position: absolute;
    top: 28px;
    right: calc((var(--header-height) - var(--header-menu-icon-width)) / 2);
    width: var(--header-menu-icon-width);
    height: 17px;
  }
}
.header_menu .icon::before, .header_menu .icon::after {
  display: none;
}
.header_menu .icon span::before {
  display: none;
}
.header_menu .icon.active {
  background: transparent;
}
.header_menu_icon {
  flex-shrink: 0;
}
.header_menu_bar {
  display: block;
  position: absolute;
  height: 1px;
  background-color: var(--color-txt);
  transition: transform 0.3s, top 0.3s, bottom 0.3s, opacity 0.3s, width 0.3s, left 0.3s;
}
.header_menu_bar_top {
  top: 0.5px;
  left: 0;
  width: 41px;
}
@media screen and (max-width: 767px) {
  .header_menu_bar_top {
    top: 0;
    right: 0;
    left: auto;
    width: var(--header-menu-icon-width);
  }
}
.header_menu_bar_mid {
  top: 50%;
  right: 0;
  width: calc(100% - 8.42px);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .header_menu_bar_mid {
    top: 8px;
    width: calc(var(--header-menu-icon-width) * 0.8);
    transform: none;
  }
}
.header_menu_bar_btm {
  bottom: 0.5px;
  left: 0;
  width: 41px;
}
@media screen and (max-width: 767px) {
  .header_menu_bar_btm {
    top: auto;
    right: 0;
    left: auto;
    bottom: 0;
    width: var(--header-menu-icon-width);
  }
}
.header_menu .icon.active .header_menu_bar_top {
  top: 50%;
  left: 0;
  width: 41px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .header_menu .icon.active .header_menu_bar_top {
    top: 8px;
    right: 0;
    left: auto;
    width: var(--header-menu-icon-width);
    transform: rotate(-135deg);
  }
}
.header_menu .icon.active .header_menu_bar_mid {
  opacity: 0;
}
.header_menu .icon.active .header_menu_bar_btm {
  bottom: 50%;
  left: 0;
  width: 41px;
  transform: translateY(50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .header_menu .icon.active .header_menu_bar_btm {
    top: auto;
    right: 0;
    left: auto;
    bottom: 8px;
    width: var(--header-menu-icon-width);
    transform: rotate(135deg);
  }
}
.header_menu_txt {
  font-family: var(--font-jost);
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-txt);
}
@media screen and (max-width: 767px) {
  .header_menu_txt {
    position: absolute;
    bottom: 7px;
    left: 50%;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    transform: translateX(-50%);
  }
}
.header #gnav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: min(380px, 88vw);
  height: auto;
  min-height: 100vh;
  min-height: 100dvh;
  max-height: none;
  padding-top: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #fff;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.08);
  z-index: 1900;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header #gnav {
    left: 0;
    width: 100%;
    box-shadow: none;
    min-height: 100%;
    min-height: -webkit-fill-available;
  }
}
.header #gnav.open {
  transform: translateX(0);
}
.header #gnav .gnav_logo_link {
  display: none;
  position: absolute;
  top: calc(env(safe-area-inset-top, 0px) + 15px);
  left: 20px;
  z-index: 2001;
  text-decoration: none;
}
.header #gnav .gnav_logo_pc {
  display: none;
  width: 235px;
  height: auto;
  max-width: 100%;
}
.header #gnav .gnav_logo_sp {
  display: block;
  width: 280px;
  max-width: calc(100vw - var(--header-height) - 40px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .header #gnav .gnav_logo_link {
    display: block;
  }
}
.header #gnav .gnav_inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  min-height: 100%;
  margin: 0;
  padding: 100px 36px 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header #gnav .gnav_inner {
    padding: calc(100px + env(safe-area-inset-top, 0px)) 24px calc(24px + env(safe-area-inset-bottom, 0px));
  }
}
@media screen and (max-width: 767px) {
  .header #gnav .gnav_inner .gnav_menu_list {
    padding-left: 28px;
  }
}
.header #gnav .gnav_inner .gnav_btn_list {
  margin-top: auto;
}
.header #gnav .gnav_inner .sns_list {
  margin-top: 42px;
  margin-bottom: 40px;
}
.header #gnav .gnav_inner .gnav_sub_list {
  margin-top: 0;
}
.header #gnav .gnav_inner .copy_wrap {
  margin-top: 18px;
  padding-top: 0;
}
.header #gnav .gnav_inner .copy_wrap .copy {
  margin-top: 0;
}

.recruit_fv_sec {
  padding-top: calc(var(--header-height) + 60px);
}
@media screen and (min-width: 768px) {
  .recruit_fv_sec {
    padding-top: calc(var(--header-height) + 82px);
  }
}

.recruit_fv_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.recruit_fv_lead {
  margin: 70px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit_fv_lead {
    width: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .recruit_fv_lead {
    font-size: 15px;
    line-height: 1.9;
  }
}

.recruit_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  width: 261px;
  max-width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .recruit_title {
    gap: 36px;
  }
}
.recruit_title_en {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  letter-spacing: 0.05em;
  text-align: center;
  background: linear-gradient(47deg, #c0b520 0%, #c9be2e 43%, #f1e56a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .recruit_title_en {
    font-size: 77px;
    line-height: 80px;
  }
}
.recruit_title_ja {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruit_title_ja {
    font-size: 17px;
  }
}

.recruit_btn_wrap {
  margin: 28px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruit_btn_wrap {
    margin-top: 32px;
  }
}

.recruit_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  max-width: 100%;
  height: 55px;
  padding: 0 28px;
  border-radius: 50px;
  background-color: var(--color-txt);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .recruit_btn {
    width: 230px;
    height: 55px;
    padding: 0 32px;
    font-size: 15px;
  }
}
.recruit_btn_txt {
  white-space: nowrap;
}
.recruit_btn_icon {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  flex-shrink: 0;
  display: block;
  width: 20px;
}

.path {
  padding: 18px 0 40px;
}
.path_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  max-width: 1100px;
  width: min(1100px, 100% - 40px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .path_list {
    flex-wrap: nowrap;
    overflow: hidden;
  }
}
.path_item {
  display: flex;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .path_item {
    flex: 0 0 auto;
  }
  .path_item:last-child {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
  }
  .path_item:last-child .path_link,
  .path_item:last-child .path_current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.path_link {
  color: #b5b5b5;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .path_link {
    white-space: nowrap;
    font-size: 11px;
  }
}
.path_link:hover {
  opacity: 0.7;
}
.path_sep {
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 12px;
  border-top: 1px solid #cabd16;
  border-right: 1px solid #cabd16;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.path_current {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .path_current {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) {
  .footer {
    --footer-brand-nav-gap: clamp(20px, 9vw, 93px);
    --footer-nav-col-gap: clamp(20px, 4.5vw, 72px);
  }
}
.footer_main {
  background-color: #fff;
}
.footer_body {
  padding: 40px 0 42px;
}
@media screen and (max-width: 767px) {
  .footer_body {
    padding: 32px 0 34px;
  }
}
.footer_body_inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px;
  max-width: 1100px;
  width: min(1100px, 100% - 40px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer_body_inner {
    flex-wrap: nowrap;
    gap: var(--footer-brand-nav-gap);
    container-type: inline-size;
    container-name: footer-body;
  }
}
@media screen and (max-width: 767px) {
  .footer_body_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
  }
}
.footer_brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 0 0 auto;
  max-width: 333px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer_brand {
    display: contents;
    max-width: none;
  }
}
.footer_cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer_cta {
    align-items: center;
    order: 3;
    width: 100%;
    gap: 52px;
  }
}
@media screen and (max-width: 767px) {
  .footer_logo_wrap {
    order: 1;
    width: 100%;
    margin-bottom: 12px;
  }
}
.footer_logo_link {
  display: block;
  flex-shrink: 0;
}
.footer_logo {
  display: block;
  width: 280px;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .footer_logo {
    width: 100%;
    max-width: 333px;
  }
}
.footer_entry {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 20px 32px;
  border-radius: 50px;
  background-color: var(--color-txt);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer_entry {
    width: 245px;
    max-width: 100%;
  }
}
.footer_entry_icon {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  flex-shrink: 0;
  display: block;
  width: 20px;
}
.footer_sns_list {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .footer_sns_list {
    justify-content: center;
  }
}
.footer_sns_link {
  --size: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background-color: var(--color-txt);
  text-decoration: none;
}
.footer_sns_link img {
  display: block;
}
.footer_nav {
  display: flex;
  align-items: flex-start;
  padding-top: 22px;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .footer_nav {
    flex: 1 1 auto;
    flex-direction: row;
    gap: var(--footer-nav-col-gap);
  }
  @container footer-body (max-width: 782px) {
    .footer_nav {
      flex-direction: column;
      gap: 40px;
    }
  }
}
@media screen and (max-width: 767px) {
  .footer_nav {
    flex-direction: column;
    gap: 40px;
    order: 2;
    padding-top: 0;
    padding-left: 28px;
    width: 100%;
    margin-bottom: 8px;
  }
}
.footer_nav_col {
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .footer_nav_col {
    flex: 0 0 auto;
  }
}
.footer_nav_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_nav_item_has_sub {
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.footer_nav_link:hover {
  opacity: 0.7;
}
.footer_nav_link_current {
  font-weight: 700;
}
.footer_nav_link, .footer_nav_label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-txt);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer_nav_link, .footer_nav_label {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .footer_nav_link, .footer_nav_label {
    white-space: nowrap;
  }
}
.footer_nav_link::before, .footer_nav_label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 8px;
  border-color: transparent transparent transparent #cabD16;
  flex-shrink: 0;
}
.footer_nav_label {
  margin: 0;
}
.footer_nav_sub_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0 0 0 18px;
  list-style: none;
}
.footer_nav_sub_link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a2a2a2;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer_nav_sub_link {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .footer_nav_sub_link {
    white-space: nowrap;
  }
}
.footer_nav_sub_link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 8px;
  border-color: transparent transparent transparent #cabD16;
  flex-shrink: 0;
}
.footer_nav_sub_link:hover {
  opacity: 0.7;
}
.footer_bottom {
  padding: 0 0 28px;
}
@media screen and (max-width: 767px) {
  .footer_bottom {
    padding-bottom: 36px;
  }
}
.footer_bottom_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1100px;
  width: min(1100px, 100% - 40px);
  margin: 0 auto;
  padding-top: 24px;
  border-top: 0.5px solid #a2a2a2;
}
@media screen and (max-width: 767px) {
  .footer_bottom_inner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 32px;
  }
}
.footer_sub_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .footer_sub_list {
    justify-content: center;
    gap: 8px 24px;
  }
}
.footer_sub_link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #a2a2a2;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.footer_sub_link::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/icon_side_blank.svg") no-repeat center center/10px 10px;
  opacity: 0.45;
}
.footer_sub_link:hover {
  opacity: 0.7;
}
.footer_copy {
  margin: 0;
  color: #a2a2a2;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footer_copy {
    white-space: normal;
    text-align: center;
  }
}

html:has(body.wrap) {
  overflow: hidden;
}

body.wrap {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.wrap {
    background-color: #fff;
  }
  body.wrap .header {
    background-color: #fff;
  }
  body.wrap .header_brand {
    display: none;
  }
  body.wrap #screen {
    background-color: #fff;
  }
}

body.menu_fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}