@charset "UTF-8";
.header-recruitment {
  font-size: 0.75rem;
}

.c-flex01__contentarea .desc {
  font-size: 0.875rem;
}

.p-top .info-block01__desc, .c-box02__maincontent .item-right__ttl {
  font-size: 0.875rem;
}

.c-btn .txt {
  font-size: 1.1875rem;
}

.c-box02__label, .c-box02__maincontent .item-left__label {
  font-size: 1.125rem;
}

.c-flex01__contentarea .ttl {
  font-size: 1.5rem;
}

/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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*/
  scroll-behavior: smooth;
}

/* 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-top-width: 1px;
  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] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

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

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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;
  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 {
  display: table;
  /* 1 */
  color: inherit;
  /* 2 */
  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;
}

:root {
  --color-main-01: #074FA4;
  --color-main-02: #0E800E;
  --color-main-03: #EB7515;
  --color-accent-01: #4A4A4A;
  --bg-main: #F6F4F1;
}

body {
  line-height: 1.7;
  font-size: 0.875rem;
  color: #4A4A4A;
  font-family: "Noto Sans JP", sans-serif;
  background-color: var(--bg-main);
}
body .color_main_01 {
  color: var(--color-main-01);
}
body .color_main_02 {
  color: var(--color-main-02);
}
body .color_main_03 {
  color: var(--color-main-03);
}
body .color_accent_01 {
  color: var(--color-accent-01);
}

img {
  max-width: 100%;
  height: auto;
}

.u_d_none {
  display: none !important;
}

.u_d_inline {
  display: inline !important;
}

.u_d_inline_block {
  display: inline-block !important;
}

.u_d_block {
  display: block !important;
}

.u_d_flex {
  display: flex !important;
}
.u_fw_300 {
  font-weight: 300 !important;
}

.u_fw_400 {
  font-weight: 400 !important;
}

.u_fw_500 {
  font-weight: 500 !important;
}

.u_fw_600 {
  font-weight: 600 !important;
}

.u_fw_700 {
  font-weight: 700 !important;
}

.u_fw_800 {
  font-weight: 800 !important;
}

.u_fw_900 {
  font-weight: 900 !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}
.header::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
}
.header-inner {
  position: relative;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 8px;
}
.header-left {
  display: flex;
  align-items: center;
}
.header-logo {
  margin-right: 16px;
}
.header-logo_link {
  display: block;
  height: 36px;
  width: 100%;
  aspect-ratio: 150/36;
  cursor: pointer;
}
.header-logo_link img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.25s ease-in-out;
}
.header-recruitment {
  display: block;
  color: var(--color-main-01);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  line-height: 1.5;
  transition: all 0.35s ease-in-out;
  max-width: 115px;
}
.header-contact {
  display: flex;
  gap: clamp(0.875rem, 1.4880952381vw + 0.1607142857rem, 1.5rem);
}
.header-contact_btn {
  display: none;
  gap: clamp(0.875rem, 1.4880952381vw + 0.1607142857rem, 1.5rem);
  border-right: 1px solid var(--color-main-01);
  padding-right: clamp(0.875rem, 1.4880952381vw + 0.1607142857rem, 1.5rem);
}
.header-contact_btn .c-btn {
  width: clamp(10rem, 5.9523809524vw + 7.1428571429rem, 12.5rem);
}
.header-contact_btn .c-btn.style_second {
  width: clamp(8.4375rem, 2.2321428571vw + 7.3660714286rem, 9.375rem);
}
.header-contact_bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.header .nav_toggler {
  position: relative;
  z-index: 99;
}
.header .nav_toggler_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 42px;
  border-radius: 4px;
  background-color: var(--color-main-01);
  cursor: pointer;
  position: relative;
  z-index: 999;
  transition: 0.25s ease-in-out;
  transform: translate(-2.3px, -0.3px);
}
.header .nav_toggler_bar {
  display: block;
  width: 16px;
  height: 1px;
  background-color: white;
  position: absolute;
  transition: 0.25s ease-in-out;
}
.header .nav_toggler_bar:nth-child(1) {
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.header .nav_toggler_bar:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .nav_toggler_bar:nth-child(3) {
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
}
.header .gnavi {
  position: fixed;
  top: 60px;
  right: 0;
  width: 100%;
  width: 100%;
  height: auto;
  transition: all 0.45s ease-in-out;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header .gnavi_list {
  padding-left: 5px;
}
.header .gnavi-inner {
  border-radius: 0 0 30px 30px;
  background: white;
  padding: 71.7px 64px 84px 66px;
}
.header .gnavi-top {
  border-bottom: 0.1rem solid var(--color-accent-01);
  margin-bottom: 7px;
}
.header .gnavi_heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.6px;
  padding-bottom: 7px;
}
.header .gnavi-mid {
  padding-top: 20px;
}
.header .gnavi_item:nth-child(1) .gnavi_link {
  padding: 18px 0 18px 0;
}
.header .gnavi_item:nth-child(2) .gnavi_link {
  padding: 13px 0 15px 0;
}
.header .gnavi_item:nth-child(3) .gnavi_link {
  padding: 16.1px 0 16.3px 0;
}
.header .gnavi_link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}
.header .gnavi_link .icon {
  display: inline-block;
  flex-shrink: 0;
  width: 11px;
  height: 11px;
}
.header .gnavi_link .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.header .gnavi_link .txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  letter-spacing: 1.28px;
  line-height: 1.75;
  font-size: 1rem;
  transition: all 0.25s ease-in-out;
}
.header .gnavi_wrap_btn {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 23px;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.header .gnavi_wrap_btn .c-btn {
  max-width: 100%;
  width: 266px;
  height: 60px;
}

body.open_popup {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}
body.open_popup .nav_toggler .nav_toggler_bar {
  height: 1.5px;
}
body.open_popup .nav_toggler .nav_toggler_bar:nth-child(2) {
  opacity: 0;
}
body.open_popup .nav_toggler .nav_toggler_bar:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
body.open_popup .nav_toggler .nav_toggler_bar:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  bottom: unset;
}
body.open_popup .nav_toggler .gnavi {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body.open_popup .bg_overplay {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.bg_overplay {
  position: fixed;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  background: rgba(34, 34, 34, 0.3);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
}

.footer {
  background: var(--color-main-01);
  position: relative;
  z-index: 1;
}
.footer-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -20px;
  padding: 10px 0;
  height: 60px;
}
.footer-copyright {
  line-height: 1.8;
  color: white;
  font-family: "Public Sans", sans-serif;
  font-size: 0.60625rem;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

[data-delay="0.1s"] {
  transition-delay: 0.1s;
}

[data-delay="0.2s"] {
  transition-delay: 0.2s;
}

[data-delay="0.3s"] {
  transition-delay: 0.3s;
}

[data-delay="0.4s"] {
  transition-delay: 0.4s;
}

[data-delay="0.5s"] {
  transition-delay: 0.5s;
}

[data-delay="0.6s"] {
  transition-delay: 0.6s;
}

[data-delay="0.7s"] {
  transition-delay: 0.7s;
}

[data-delay="0.8s"] {
  transition-delay: 0.8s;
}

[data-delay="0.9s"] {
  transition-delay: 0.9s;
}

[data-delay="1s"] {
  transition-delay: 1s;
}

[data-delay="1.1s"] {
  transition-delay: 1.1s;
}

[data-delay="1.2s"] {
  transition-delay: 1.2s;
}

[data-delay="1.3s"] {
  transition-delay: 1.3s;
}

[data-delay="1.4s"] {
  transition-delay: 1.4s;
}

[data-delay="1.5s"] {
  transition-delay: 1.5s;
}

[data-delay="1.6s"] {
  transition-delay: 1.6s;
}

[data-delay="1.7s"] {
  transition-delay: 1.7s;
}

[data-delay="1.8s"] {
  transition-delay: 1.8s;
}

[data-delay="1.9s"] {
  transition-delay: 1.9s;
}

[data-delay="2s"] {
  transition-delay: 2s;
}

[data-delay="2.1s"] {
  transition-delay: 2.1s;
}

[data-delay="2.2s"] {
  transition-delay: 2.2s;
}

[data-delay="2.3s"] {
  transition-delay: 2.3s;
}

[data-delay="2.4s"] {
  transition-delay: 2.4s;
}

[data-delay="2.5s"] {
  transition-delay: 2.5s;
}

[data-delay="2.6s"] {
  transition-delay: 2.6s;
}

[data-delay="2.7s"] {
  transition-delay: 2.7s;
}

[data-delay="2.8s"] {
  transition-delay: 2.8s;
}

[data-delay="2.9s"] {
  transition-delay: 2.9s;
}

[data-delay="3s"] {
  transition-delay: 3s;
}

[data-delay="3.1s"] {
  transition-delay: 3.1s;
}

[data-delay="3.2s"] {
  transition-delay: 3.2s;
}

[data-delay="3.3s"] {
  transition-delay: 3.3s;
}

[data-delay="3.4s"] {
  transition-delay: 3.4s;
}

[data-delay="3.5s"] {
  transition-delay: 3.5s;
}

.js_inview[data-interaction="1s"] {
  transition-duration: 1s;
}

.js_inview[data-interaction="1.5s"] {
  transition-duration: 1.5s;
}

.js_inview[data-interaction="2s"] {
  transition-duration: 2s;
}

.js_inview {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  transition-duration: 1s;
}

.fadeup {
  transform: translate3d(0, 50px, 0);
}

.fadedown {
  transform: translate3d(0, -50px, 0);
}

.faderight {
  transform: translate3d(100%, 0, 0);
}

.fadeupright {
  transform: translate3d(100%, -100%, 0);
}

.fadeleft {
  transform: translate3d(-100%, 0, 0);
}

.fadeupleft {
  transform: translate3d(-100%, -100%, 0);
}

.is_show.js_inview {
  opacity: 1;
  transform: none !important;
}

@keyframes fadeInTab {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fade__item {
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.js-fade__item.is-intersecting {
  transform: translateY(0);
  opacity: 1;
}
@keyframes scroll-blur {
  100% {
    translate: 0 0;
  }
}
html.is_loading #loading {
  opacity: 1;
  pointer-events: all;
}

html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100dvh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: var(--color-main-01);
  opacity: 0;
  transition: opacity 100ms linear 2000ms;
}

.loading {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.loading__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.loading__dot::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.loading__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.loading__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.loading__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.loading__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.loading__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.loading__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
.c-btn {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  border: 2px solid var(--color-main-01);
  border-radius: 100px;
  background: var(--color-main-01);
  width: 200px;
  padding: 5px 27px 5px 10px;
}
.c-btn:hover {
  background: var(--color-main-03);
  border: 2px solid #EB7515;
}
.c-btn:hover.style_second {
  border: 2px solid var(--color-main-03);
}
.c-btn:hover.style_second .txt {
  color: var(--color-main-03);
}
.c-btn:hover.style_second .icon {
  background-color: var(--color-main-03);
}
.c-btn.style_second {
  background: #fff;
  border: 2px solid var(--color-main-01);
  width: 150px;
}
.c-btn.style_second .txt {
  color: var(--color-main-01);
}
.c-btn.style_second .icon {
  background-color: var(--color-main-01);
}
.c-btn .txt {
  position: relative;
  z-index: 1;
  color: #FFF;
  font-weight: 700;
  line-height: 1.8;
  font-family: "Zen Maru Gothic", sans-serif;
  text-overflow: ellipsis;
  transition: all 0.35s ease-in-out;
}
.c-btn .icon {
  display: block;
  width: 21px;
  aspect-ratio: 20/9;
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
  background-color: #fff;
  -webkit-mask-image: url(../images/icon_arrow-pri.svg);
  mask-image: url(../images/icon_arrow-pri.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: all 0.35s ease-in-out;
}

.c-flex01 {
  max-width: 1008px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.c-flex01__imgarea {
  position: relative;
}
.c-flex01__imgarea .mainimg {
  border-radius: 20px;
  overflow: hidden;
}
.c-flex01__imgarea .img02 {
  position: absolute;
  right: 8px;
  bottom: -33px;
  width: 100px;
  border-radius: 15px;
  overflow: hidden;
}
.c-flex01__contentarea {
  margin-top: 55px;
}
.c-flex01__contentarea .ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-main-01);
}
.c-flex01__contentarea .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  color: var(--color-accent-01);
  margin-top: 22px;
  text-align: justify;
}
.c-flex01.item2n {
  margin-top: 34px;
}

.c-box02 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  position: relative;
  padding: 0px 0 38px;
}
.c-box02::after {
  content: "";
  display: block;
  width: clamp(0px, (100vw - 1260px) * 1000 + 6px, 6px);
  background-color: #FFF;
  border-radius: 99px;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
}
.c-box02.style-store .c-box02__item:nth-child(2) {
  transform: unset;
}
.c-box02.style-store .c-box02__maincontent .item:nth-child(2) {
  margin-top: 28px;
}
.c-box02.style-store .c-box02__maincontent .item:nth-child(3) {
  margin-top: 27px;
}
.c-box02.style-store .c-box02__maincontent .item:nth-child(4) {
  margin-top: 28px;
}
.c-box02.style-store .c-box02__maincontent .item:nth-child(5) {
  margin-top: 26px;
}
.c-box02.style-store .c-box02__maincontent .item:nth-child(6) {
  margin-top: 32px;
}
.c-box02.style-store .c-box02__maincontent .item-left__label {
  border-color: var(--color-main-02);
  color: var(--color-main-02);
}
.c-box02.style-store .c-box02__maincontent .item-left__dot::after {
  background-color: var(--color-main-02);
}
.c-box02.style-store .c-box02__maincontent::after {
  background-color: var(--color-main-02);
  bottom: 8px;
}
.c-box02.style-store .c-box02__item:nth-child(2) .c-box02__maincontent::after {
  background-color: var(--color-main-02);
}
.c-box02.style-restaurant .c-box02__item:nth-child(2) {
  transform: unset;
}
.c-box02.style-restaurant .c-box02__maincontent .item:nth-child(2) {
  margin-top: 28px;
}
.c-box02.style-restaurant .c-box02__maincontent .item:nth-child(3) {
  margin-top: 27px;
}
.c-box02.style-restaurant .c-box02__maincontent .item:nth-child(4) {
  margin-top: 28px;
}
.c-box02.style-restaurant .c-box02__maincontent .item:nth-child(5) {
  margin-top: 26px;
}
.c-box02.style-restaurant .c-box02__maincontent .item:nth-child(5) .item-right {
  transform: translateY(2px);
}
.c-box02.style-restaurant .c-box02__maincontent .item:nth-child(6) {
  margin-top: 24px;
}
.c-box02.style-restaurant .c-box02__maincontent .item:nth-child(6) .item-right {
  padding-right: 20px;
  transform: translateY(-6px);
}
.c-box02.style-restaurant .c-box02__maincontent .item-left__label {
  border-color: var(--color-main-03);
  color: var(--color-main-03);
}
.c-box02.style-restaurant .c-box02__maincontent .item-left__dot::after {
  background-color: var(--color-main-03);
}
.c-box02.style-restaurant .c-box02__maincontent::after {
  background-color: var(--color-main-03);
  bottom: 9px;
}
.c-box02.style-restaurant .c-box02__item:nth-child(2) .c-box02__maincontent::after {
  background-color: var(--color-main-03);
}
.c-box02.style-restaurant .c-box02__item:nth-child(2) .c-box02__maincontent .item:last-child .item-left {
  transform: translateY(5px);
}
.c-box02.style-restaurant .c-box02__item:nth-child(2) .c-box02__maincontent .item:last-child .item-right__desc {
  line-height: 1.35;
}
.c-box02__item {
  width: clamp(50%, (100vw - 1260px) * -1000 + 50%, 100%);
}
.c-box02__label {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 37px;
  border-radius: 999px;
  background-color: #074FA4;
  color: #FFF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
  margin-top: 33px;
  margin-left: 176px;
  margin-left: clamp(176px, (1260px - 100vw) * 1000 + 176px, 255px);
  padding: 2px 21px 5px 24px;
}
.c-box02__label.label01 {
  margin-left: 225px;
  letter-spacing: 16px;
  padding: 2px 23px 5px 39px;
}
.c-box02__maincontent {
  margin-top: 18px;
  position: relative;
  z-index: 1;
}
.c-box02__maincontent::after {
  content: "";
  width: 3px;
  display: block;
  background-color: #074FA4;
  position: absolute;
  left: 100px;
  top: 40px;
  bottom: 40px;
  z-index: -1;
}
.c-box02__maincontent .item {
  display: flex;
  align-items: center;
}
.c-box02__maincontent .item-left {
  flex-shrink: 0;
  width: 147px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px 0 21px;
}
.c-box02__maincontent .item-left__time {
  min-width: 45px;
  flex-shrink: 0;
  margin-bottom: 7px;
}
.c-box02__maincontent .item-left__label {
  width: 58px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 3px solid var(--color-main-01);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-main-01);
  background-color: #FFF;
  letter-spacing: 0.125em;
  padding-left: 2px;
  padding-bottom: 4px;
}
.c-box02__maincontent .item-left__dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  aspect-ratio: 1/1;
}
.c-box02__maincontent .item-left__dot::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-color: var(--color-main-01);
  border-radius: 50%;
  margin-inline: auto;
}
.c-box02__maincontent .item-right {
  color: #4A4A4A;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  font-feature-settings: "palt";
  padding-right: 21px;
}
.c-box02__maincontent .item-right__ttl {
  font-weight: 500;
  line-height: 1.05;
}
.c-box02__maincontent .item-right__desc {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 7px;
}
.c-box02__maincontent .item-right__note {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 5px;
}
.c-box02__maincontent .item-right__note::before {
  content: "※";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 0.625rem;
}
.c-box02__maincontent .item + .item {
  margin-top: 23px;
}
.c-box02__maincontent .txt-small {
  font-size: 0.625rem;
  display: inline-block;
  margin-top: 5px;
}

.pc {
  display: none;
}
.c-line {
  width: calc(100% - 80px);
  max-width: 1000px;
  background-color: transparent;
  border-radius: 99px;
  margin-inline: auto;
  height: 0;
  margin-top: 0;
  padding-top: 24px;
}

.back_to_top {
  position: fixed;
  bottom: 80px;
  right: 12px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
  z-index: 99;
  transform: translateX(100%);
  background-color: var(--color-main-01);
  -webkit-mask-image: url(../images/backtotop.webp);
  mask-image: url(../images/backtotop.webp);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: all 0.35s ease-in-out;
}
.back_to_top img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.back_to_top.show {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.container {
  width: 100%;
  padding: 0 32px;
  margin: 0 auto;
}

#wrapper {
  overflow: clip;
  width: 100%;
}

body.overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  overflow-y: scroll;
}

.p-top {
  padding-top: 60px;
}
.p-top .mv-block01 {
  width: 100vw;
  height: calc(100vh - 105px);
  max-width: 100%;
  position: relative;
  padding: 7.3529411765vh 0 7.3529411765vh 0;
  z-index: 1;
}
.p-top .mv-block01__group {
  position: relative;
  z-index: 1;
}
.p-top .mv-block01__videoarea {
  width: 83.2vw;
  height: 64.1711229947vh;
  border-radius: 30px;
  overflow: hidden;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.p-top .mv-block01__videoarea video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top .mv-block01__ttl {
  width: 60vw;
  z-index: 2;
  position: absolute;
  top: 63.7%;
  left: 0%;
}
.p-top .mv-block01 .imgdecord01 {
  width: 18.9333333333vw;
  position: absolute;
  top: 8.6vh;
  left: 9.4%;
  z-index: 4;
  translate: -50% 0;
}
.p-top .mv-block01 .imgdecord02 {
  width: 57.3333333333vw;
  position: absolute;
  top: -4vh;
  left: 71.6%;
  z-index: 4;
  translate: -50% 0;
}
.p-top .mv-block01 .imgdecord03 {
  width: 34.4vw;
  position: absolute;
  bottom: 12.4vh;
  left: 82.8%;
  z-index: 4;
  translate: -50% 0;
}
.p-top .mv-block01 .imgdecord04 {
  width: 26vw;
  position: absolute;
  bottom: -8vh;
  left: 12.8%;
  z-index: 0;
  translate: -50% 0;
}
.p-top .info {
  padding-bottom: 133px;
}
.p-top .info-inner {
  margin: 0 0 0 -2px;
}
.p-top .info-block01 {
  position: relative;
  padding-top: 108px;
  max-width: 375px;
  margin-inline: auto;
}
.p-top .info-block01__desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.7;
}
.p-top .info-block01__desc + .info-block01__desc {
  margin-top: 32px;
}
.p-top .info-block01__imgarea img {
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
}
.p-top .info-block01__imgarea .img01 {
  position: absolute;
  top: 0;
  right: 29px;
  width: 90px;
  z-index: 3;
}
.p-top .info-block01__imgarea .img02 {
  position: absolute;
  top: 68px;
  right: -22px;
  width: 70px;
}
.p-top .info-block01__imgarea .img03 {
  position: absolute;
  bottom: -55px;
  right: 0;
  width: 85px;
}
.p-top .interview {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  max-width: 100%;
  padding-bottom: 45px;
}
.p-top .interview .interview-decorleft {
  width: 37.4%;
  position: absolute;
  bottom: -6px;
  left: 0px;
  pointer-events: none;
}
.p-top .interview .interview-decorright {
  width: 21.3333333333%;
  position: absolute;
  bottom: 4px;
  right: 0;
  pointer-events: none;
}
.p-top .interview-inner {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  margin: 0 -32px;
}
.p-top .interview-ttl {
  position: absolute;
  bottom: calc(100% - 2px);
  left: 30px;
  width: 220px;
  z-index: 2;
}
.p-top .interview-reception {
  padding: 0 clamp(1.25rem, 4.7619047619vw + -1.0357142857rem, 3.25rem);
}
.p-top .interview-reception__heading {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  padding-top: 22px;
}
.p-top .interview-reception__heading.style-top {
  padding-top: 25px;
}
.p-top .interview-reception__heading.heading-store {
  padding-top: 63px;
}
.p-top .interview-reception__heading.heading-store .ttl {
  width: 203px;
}
.p-top .interview-reception__heading.heading-restaurant {
  padding-top: 45px;
}
.p-top .interview-reception__heading.heading-restaurant .ttl {
  width: 259px;
}
.p-top .interview-reception__heading .ttl {
  width: 345px;
  margin-inline: auto;
}
.p-top .interview-reception__block01 {
  position: relative;
  padding: 33px 12px 0;
}
.p-top .interview-reception__block01.style-store .c-flex01.item2n {
  margin-top: 0;
}
.p-top .interview-reception__block01.style-store .ttl {
  color: var(--color-main-02);
}
.p-top .interview-reception__block01.style-store .decord01 {
  width: clamp(10rem, 8.3333333333vw + 6rem, 13.5rem);
  top: clamp(-4.5rem, -6.25vw + 1.125rem, -1.875rem);
  left: auto;
  right: 20px;
}
.p-top .interview-reception__block01.style-store .sp-schedule {
  background-color: #e6f4e6;
  margin-top: 40px;
}
.p-top .interview-reception__block01.style-store .sp-schedule__ttl {
  padding-top: 32px;
}
.p-top .interview-reception__block01.style-store .sp-decord02 {
  width: 172px;
  margin: -65px 0 6px 0;
  translate: 15% 55%;
  z-index: 2;
  position: relative;
}
.p-top .interview-reception__block01.style-store .sp-decord02.style-bot {
  display: block;
  width: 74px;
  margin-left: auto;
  margin-right: 20px;
  transform: translateY(-21px);
}
.p-top .interview-reception__block01.style-restaurant .sp-decord02 {
  width: 135px;
  margin-left: 3px;
  margin-top: -7px;
  translate: 18px 24px;
  position: relative;
  z-index: 2;
}
.p-top .interview-reception__block01.style-restaurant .sp-decord02.style-bottom {
  width: 101px;
  margin-left: auto;
  margin-right: 20px;
  margin-top: -18.2px;
  translate: 22px -18px;
}
.p-top .interview-reception__block01.style-restaurant .sp-schedule {
  background-color: #fff9f3;
}
.p-top .interview-reception__block01.style-restaurant .c-flex01.item2n {
  margin-top: 0;
}
.p-top .interview-reception__block01.style-restaurant .ttl {
  color: var(--color-main-03);
}
.p-top .interview-reception__block01.style-restaurant .decord01 {
  width: clamp(8.125rem, 3.869047619vw + 6.2678571429rem, 9.75rem);
  top: clamp(-3.9375rem, -4.9107142857vw + 0.4821428571rem, -1.875rem);
  left: auto;
  right: 40px;
}
.p-top .interview-reception__block01 .decord01 {
  position: absolute;
  width: clamp(11.25rem, 10.7142857143vw + 6.1071428571rem, 15.75rem);
  top: clamp(-0.5625rem, -4.4642857143vw + 3.4553571429rem, 1.3125rem);
  left: 0;
  z-index: 2;
}
.p-top .interview-reception__contact {
  padding-top: 19px;
  padding-bottom: 47px;
}
.p-top .interview-reception__contact .decor {
  width: 152.7px;
  margin-inline: auto;
  margin-bottom: 14px;
}
.p-top .interview-reception__btncontat {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-direction: column;
  align-items: center;
}
.p-top .interview-reception__btncontat .c-btn {
  width: 310px;
  height: 70px;
}
.p-top .interview-reception__btncontat .c-btn .txt {
  font-size: 20px;
}
.p-top .interview-reception__btncontat .c-btn .icon {
  width: 20px;
  right: 12px;
  -webkit-mask-image: url(../images/icon_arrow-pri-02.svg);
  mask-image: url(../images/icon_arrow-pri-02.svg);
}
.p-top .interview-reception__btncontat .c-btn.style_second {
  width: 310px;
}
.p-top .interview-reception .sp-label01 {
  width: 150px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1666666667;
  letter-spacing: 10px;
  background-color: #074fa4;
  color: #fff;
  border-radius: 99px;
  margin-inline: auto;
  padding-left: 8px;
  margin-bottom: 34px;
}
.p-top .interview-reception .sp-label02 {
  width: 166px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1666666667;
  letter-spacing: 4px;
  background-color: #074fa4;
  color: #fff;
  border-radius: 99px;
  margin-inline: auto;
  padding-left: 8px;
  margin-bottom: 34px;
  margin-top: 33px;
}
.p-top .interview-reception .sp-decord01 {
  width: 143px;
  margin: 27px auto 17px;
}
.p-top .interview-reception .sp-decord02 {
  width: 205px;
  margin: -10px auto 6px;
  translate: 18px 0;
}
.p-top .interview-reception .sp-schedule {
  background-color: #ebf4ff;
  margin: 0 -22px;
  border-radius: 30px;
}
.p-top .interview-reception .sp-schedule.style_pri .c-box02__maincontent .item:nth-child(2) {
  margin-top: 28px;
}
.p-top .interview-reception .sp-schedule.style_pri .c-box02__maincontent .item:nth-child(3) {
  margin-top: 27px;
}
.p-top .interview-reception .sp-schedule__ttl {
  width: 108px;
  margin-inline: auto;
  padding-top: 36px;
}
.p-top .interview-reception .sp-schedule__ttl.style_pri {
  padding-top: 32px;
}
.p-top .interview-reception__block02 {
  background-color: #ebf4ff;
  border-radius: 30px;
  padding-bottom: 39px;
  margin-top: 116px;
  position: relative;
}
.p-top .interview-reception__block02.style-store {
  margin-top: 79.42px;
  background-color: #e6f4e6;
}
.p-top .interview-reception__block02.style-store .interview-reception__block02_decord01 {
  width: clamp(13.75rem, 11.3095238095vw + 8.3214285714rem, 18.5rem);
  position: absolute;
  top: clamp(-6.875rem, -4.4642857143vw + -2.8571428571rem, -5rem);
  left: clamp(9.375rem, 11.9047619048vw + 3.6607142857rem, 14.375rem);
}
.p-top .interview-reception__block02.style-restaurant {
  background-color: #fff9f3;
}
.p-top .interview-reception__block02.style-restaurant .interview-reception__block02_decord01 {
  width: clamp(13.75rem, 11.1607142857vw + 8.3928571429rem, 18.4375rem);
  position: absolute;
  top: clamp(-7.3125rem, -4.9107142857vw + -2.8928571429rem, -5.25rem);
  left: clamp(5.25rem, 25.4464285714vw + -6.9642857143rem, 15.9375rem);
}
.p-top .interview-reception__block02 .mainttl {
  width: 215px;
  margin-inline: auto;
  padding-top: 42px;
}
.p-top .interview-reception__block02 .c-box02::after {
  top: 108px;
}
.p-top .interview-reception__block02_decord01 {
  width: clamp(13.75rem, 11.9047619048vw + 8.0357142857rem, 18.75rem);
  position: absolute;
  top: clamp(-7.3125rem, -4.9107142857vw + -2.8928571429rem, -5.25rem);
  left: clamp(5.25rem, 4.9107142857vw + 2.8928571429rem, 7.3125rem);
}
@media screen and (min-width: 375px){
  .u_d_xs_none {
    display: none !important;
  }
  .u_d_xs_inline {
    display: inline !important;
  }
  .u_d_xs_inline_block {
    display: inline-block !important;
  }
  .u_d_xs_block {
    display: block !important;
  }
  .u_d_xs_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 768px){
  .header-recruitment {
    font-size: 0.875rem;
  }
  .c-flex01__contentarea .desc {
    font-size: 1rem;
  }
  .p-top .info-block01__desc, .c-box02__maincontent .item-right__ttl {
    font-size: 1.25rem;
  }
  .c-btn .txt {
    font-size: 1.5625rem;
  }
  .c-box02__label, .c-box02__maincontent .item-left__label {
    font-size: 1.5rem;
  }
  .c-flex01__contentarea .ttl {
    font-size: clamp(1.25rem, 1.7857142857vw + 0.3928571429rem, 2rem);
  }
  body {
    font-size: 1rem;
  }
  .u_d_md_none {
    display: none !important;
  }
  .u_d_md_inline {
    display: inline !important;
  }
  .u_d_md_inline_block {
    display: inline-block !important;
  }
  .u_d_md_block {
    display: block !important;
  }
  .u_d_md_flex {
    display: flex !important;
  }
  .header-inner {
    padding: 16px 40px;
  }
  .header-left:hover .header-logo_link img {
    opacity: 0.7;
  }
  .header-left:hover .header-recruitment {
    opacity: 0.7;
  }
  .header-logo {
    margin-right: 20px;
  }
  .header-logo_link:hover img {
    opacity: 0.7;
  }
  .header-recruitment {
    font-size: clamp(0.875rem, 0.2976190476vw + 0.7321428571rem, 1rem);
    max-width: none;
  }
  .header-contact_btn {
    display: flex;
  }
  .header .nav_toggler_box:hover {
    background-color: var(--color-main-03);
  }
  .header .nav_toggler_box {
    transform: translate(0);
  }
  .header .gnavi {
    width: 580px;
    top: 0;
  }
  .header .gnavi-inner {
    padding: 84.2px 187px 78px 146px;
    border-radius: 30px 0 0 30px;
  }
  .header .gnavi_item:nth-child(1) .gnavi_link {
    padding: 18px 0 18px 0;
  }
  .header .gnavi_item:nth-child(2) .gnavi_link {
    padding: 13px 0 15px 0;
  }
  .header .gnavi_item:nth-child(3) .gnavi_link {
    padding: 16.1px 0 16.3px 0;
  }
  .header .gnavi_link:hover {
    color: var(--color-main-01);
  }
  .footer-wrap {
    padding: 20px 40px;
    margin: 0;
    height: 109px;
  }
  .footer-copyright {
    font-size: 1rem;
    letter-spacing: unset;
  }
  .js-fade__item {
    transform: translateY(20px);
  }
  .c-btn .txt {
    font-size: clamp(0.875rem, 0.744047619vw + 0.5178571429rem, 1.1875rem);
  }
  .c-flex01 {
    flex-direction: row;
    margin-left: clamp(1.25rem, 4.1666666667vw + -0.75rem, 3rem);
  }
  .c-flex01__imgarea {
    width: 52.1825396825%;
  }
  .c-flex01__imgarea .mainimg {
    border-radius: 30px;
  }
  .c-flex01__imgarea .img02 {
    border-radius: 30px;
    right: unset;
    left: clamp(-3rem, -4.1666666667vw + 0.75rem, -1.25rem);
    bottom: -63px;
    width: 32.380952381%;
  }
  .c-flex01__contentarea {
    width: 45.0396825397%;
    margin-top: 5px;
  }
  .c-flex01__contentarea .desc {
    margin-top: 16px;
    text-align: left;
  }
  .c-flex01.c-flex01--style02 {
    flex-direction: row-reverse;
    max-width: 998px;
    margin-right: clamp(0rem, -2.9761904762vw + 2.6785714286rem, 1.25rem);
  }
  .c-flex01.c-flex01--style02 .c-flex01__imgarea {
    width: 52.6052104208%;
  }
  .c-flex01.c-flex01--style02 .c-flex01__imgarea .img02 {
    right: clamp(-3rem, -4.1666666667vw + 0.75rem, -1.25rem);
    bottom: -76px;
    left: unset;
  }
  .c-flex01.c-flex01--style02 .c-flex01__contentarea {
    margin-top: 10px;
    width: 45.4909819639%;
  }
  .c-flex01.c-flex01--style02 .c-flex01__contentarea .desc {
    margin-top: 24px;
  }
  .c-flex01.item2n {
    margin-top: clamp(3.125rem, 4.1666666667vw + 1.125rem, 4.875rem);
  }
  .c-box02 {
    padding: 0;
  }
  .c-box02.style-store .c-box02__item:nth-child(2) {
    transform: translate(-1px, 1.6px);
  }
  .c-box02.style-store .c-box02__maincontent .item:nth-child(2) {
    margin-top: 23px;
  }
  .c-box02.style-store .c-box02__maincontent .item:nth-child(3) {
    margin-top: 23px;
  }
  .c-box02.style-store .c-box02__maincontent .item:nth-child(4) {
    margin-top: 23px;
  }
  .c-box02.style-store .c-box02__maincontent .item:nth-child(5) {
    margin-top: 23px;
  }
  .c-box02.style-store .c-box02__maincontent .item:nth-child(6) {
    margin-top: 23px;
  }
  .c-box02.style-store .c-box02__maincontent::after {
    bottom: -7px;
  }
  .c-box02.style-store .c-box02__item:nth-child(2) .c-box02__maincontent::after {
    bottom: 80px;
    top: -7px;
  }
  .c-box02.style-store .c-box02__maincontent {
    margin-top: 37px;
  }
  .c-box02.style-store .c-box02__maincontent .item + .item {
    margin-top: 40px;
  }
  .c-box02.style-store .c-box02__item:nth-child(2) .c-box02__maincontent {
    margin-top: 30px;
  }
  .c-box02.style-store .c-box02__item:nth-child(2) .c-box02__maincontent .item-left {
    padding: 0 20px 0 44px;
  }
  .c-box02.style-store .c-box02__item:nth-child(2) .c-box02__maincontent::after {
    left: 158px;
  }
  .c-box02.style-store .c-box02__item:nth-child(2) .c-box02__maincontent .item:last-child {
    margin-top: 47px;
  }
  .c-box02.style-restaurant .c-box02__item:nth-child(2) {
    transform: translate(-1px, 1.6px);
  }
  .c-box02.style-restaurant .c-box02__maincontent .item:nth-child(2) {
    margin-top: 23px;
  }
  .c-box02.style-restaurant .c-box02__maincontent .item:nth-child(3) {
    margin-top: 23px;
  }
  .c-box02.style-restaurant .c-box02__maincontent .item:nth-child(4) {
    margin-top: 23px;
  }
  .c-box02.style-restaurant .c-box02__maincontent .item:nth-child(5) {
    margin-top: 23px;
  }
  .c-box02.style-restaurant .c-box02__maincontent .item:nth-child(5) .item-right {
    transform: unset;
  }
  .c-box02.style-restaurant .c-box02__maincontent .item:nth-child(6) {
    margin-top: 23px;
  }
  .c-box02.style-restaurant .c-box02__maincontent .item:nth-child(6) .item-right {
    transform: unset;
    padding-right: 21px;
  }
  .c-box02.style-restaurant .c-box02__maincontent::after {
    bottom: -7px;
  }
  .c-box02.style-restaurant .c-box02__item:nth-child(2) .c-box02__maincontent::after {
    bottom: 80px;
    top: -7px;
  }
  .c-box02.style-restaurant .c-box02__maincontent {
    margin-top: 52px;
  }
  .c-box02.style-restaurant .c-box02__maincontent .item + .item {
    margin-top: 39px;
  }
  .c-box02.style-restaurant .c-box02__item:nth-child(2) .c-box02__maincontent {
    margin-top: 49.5px;
  }
  .c-box02.style-restaurant .c-box02__item:nth-child(2) .c-box02__maincontent .item-left {
    padding: 0 20px 0 44px;
  }
  .c-box02.style-restaurant .c-box02__item:nth-child(2) .c-box02__maincontent::after {
    left: 158px;
  }
  .c-box02.style-restaurant .c-box02__item:nth-child(2) .c-box02__maincontent .item:last-child {
    margin-top: 29px;
  }
  .c-box02.style-restaurant .c-box02__item:nth-child(2) .item .item-right {
    transform: translate(-4px, -1px);
  }
  .c-box02__maincontent {
    margin-top: 50px;
  }
  .c-box02__maincontent::after {
    width: 4px;
    left: 162px;
    top: 80px;
    bottom: 80px;
  }
  .c-box02__maincontent.style_pri {
    margin-top: 48px;
  }
  .c-box02__maincontent.style_pri .item-left {
    padding: 0 20px 0 clamp(3rem, 0.5952380952vw + 2.4642857143rem, 2.75rem);
  }
  .c-box02__maincontent.style_pri .item:nth-child(2) {
    margin-top: 40px;
  }
  .c-box02__maincontent.style_pri .item:nth-child(3) {
    margin-top: 36px;
  }
  .c-box02__maincontent .item-left {
    padding: 0 20px 0 48px;
    width: 229px;
    gap: 9px;
  }
  .c-box02__maincontent .item-left__time {
    min-width: 65px;
  }
  .c-box02__maincontent .item-left__label {
    padding-left: 0;
    padding-top: 0;
  }
  .c-box02__maincontent .item-left__label {
    width: 84px;
    border: 4px solid var(--color-main-01);
  }
  .c-box02__maincontent .item-left__dot {
    width: 84px;
  }
  .c-box02__maincontent .item-right {
    padding-right: 44px;
  }
  .c-box02__maincontent .item-right__desc {
    font-size: 1rem;
  }
  .c-box02__maincontent .item-right__note {
    font-size: 0.875rem;
  }
  .c-box02__maincontent .item-right__note::before {
    font-size: 0.875rem;
  }
  .c-box02__maincontent .item + .item {
    margin-top: 31px;
  }
  .c-box02__maincontent .txt-small {
    font-size: 0.875rem;
    transform: unset;
  }
  .sp {
    display: none;
  }
  .pc {
    display: inherit;
  }
  .c-line {
    height: 6px;
    margin-top: 106px;
    padding-top: 0;
    background-color: #F6F4F1;
  }
  .back_to_top:hover {
    background-color: var(--color-main-03);
  }
  .back_to_top {
    right: 70px;
    bottom: 130px;
  }
  .container {
    max-width: 1280px;
    padding: 0 40px;
  }
  .p-top {
    padding-top: 80px;
  }
  .p-top .mv-block01 {
    padding: 7.417218543vh 0 7.2847682119vh 0;
    height: calc(100vh - 122px);
  }
  .p-top .mv-block01__videoarea {
    width: 63.75vw;
    height: 68.3443708609vh;
  }
  .p-top .mv-block01__ttl {
    top: 52.1%;
    left: 10.8%;
  }
  .p-top .mv-block01__ttl {
    width: 24.0972222222vw;
  }
  .p-top .mv-block01 .imgdecord01 {
    width: 19.8611111111vw;
    top: 6.5vh;
    left: 9.9%;
  }
  .p-top .mv-block01 .imgdecord02 {
    width: 56.118056vw;
    top: -10.5vh;
    left: 72%;
  }
  .p-top .mv-block01 .imgdecord03 {
    width: 21.7361111111vw;
    bottom: 7vh;
    left: 89.1%;
  }
  .p-top .mv-block01 .imgdecord04 {
    width: 20.3125vw;
    bottom: -5.6vh;
    left: 10.2%;
    z-index: 4;
  }
  .p-top .info {
    padding-bottom: 100px;
  }
  .p-top .info-inner {
    margin: 0;
  }
  .p-top .info-block01 {
    padding-top: 0;
    margin-inline: unset;
    max-width: 100%;
  }
  .p-top .info-block01__contentarea {
    padding: 0 clamp(6.25rem, 14.880952381vw + -0.8928571429rem, 12.5rem);
  }
  .p-top .info-block01__desc {
    line-height: 1.9;
    text-align: center;
    font-size: clamp(0.875rem, 0.8928571429vw + 0.4464285714rem, 1.25rem);
  }
  .p-top .info-block01__desc + .info-block01__desc {
    margin-top: 16px;
  }
  .p-top .info-block01__imgarea img {
    border-radius: 30px;
  }
  .p-top .info-block01__imgarea .img01 {
    width: clamp(6.25rem, 10.4166666667vw + 1.25rem, 10.625rem);
    right: 0;
  }
  .p-top .info-block01__imgarea .img02 {
    width: clamp(6.25rem, 10.4166666667vw + 1.25rem, 10.625rem);
    top: clamp(5.3125rem, 5.505952381vw + 2.6696428571rem, 7.625rem);
    left: clamp(0rem, 11.9047619048vw + -5.7142857143rem, 5rem);
    right: unset;
  }
  .p-top .info-block01__imgarea .img03 {
    width: clamp(6.25rem, 10.4166666667vw + 1.25rem, 10.625rem);
    top: clamp(10rem, 9.8214285714vw + 5.2857142857rem, 14.125rem);
    right: clamp(0.625rem, 14.1369047619vw + -6.1607142857rem, 6.5625rem);
    bottom: unset;
  }
  .p-top .interview {
    padding-bottom: clamp(3.75rem, 8.1845238095vw + -0.1785714286rem, 7.1875rem);
  }
  .p-top .interview .interview-decorleft {
    width: 31.0416666667vw;
    bottom: -30px;
    left: 1.5%;
  }
  .p-top .interview .interview-decorright {
    width: 18.3333333333vw;
    bottom: -25px;
    right: 0;
  }
  .p-top .interview-inner {
    margin: 0;
    border-radius: 50px;
  }
  .p-top .interview-ttl {
    width: 501px;
    left: 72px;
    bottom: calc(100% - 11px);
  }
  .p-top .interview-reception__heading.style-top {
    padding-top: 22px;
  }
  .p-top .interview-reception__heading.heading-store {
    padding-top: 77px;
  }
  .p-top .interview-reception__heading.heading-store .ttl {
    width: clamp(17.5rem, 8.9285714286vw + 13.2142857143rem, 21.25rem);
  }
  .p-top .interview-reception__heading.heading-restaurant {
    padding-top: 72px;
  }
  .p-top .interview-reception__heading.heading-restaurant .ttl {
    width: clamp(21.875rem, 20.2380952381vw + 12.1607142857rem, 30.375rem);
  }
  .p-top .interview-reception__heading .ttl {
    width: clamp(28.75rem, 27.8273809524vw + 15.3928571429rem, 40.4375rem);
  }
  .p-top .interview-reception__block01 {
    padding: 72px 0 0;
  }
  .p-top .interview-reception__block01.style-store {
    padding-top: 76.5px;
  }
  .p-top .interview-reception__block01.style-store .sp-schedule {
    margin-top: 0;
  }
  .p-top .interview-reception__block01.style-store .sp-schedule__ttl {
    padding-top: 36px;
  }
  .p-top .interview-reception__block01.style-store .sp-decord02 {
    width: 205px;
    margin: -38px auto 6px;
    translate: 18px 0;
  }
  .p-top .interview-reception__block01.style-store .sp-decord02.style-bot {
    display: none;
  }
  .p-top .interview-reception__block01.style-restaurant {
    padding-top: 62.5px;
  }
  .p-top .interview-reception__block01.style-restaurant .c-flex01__contentarea {
    margin-top: -4px;
  }
  .p-top .interview-reception__block01.style-restaurant .c-flex01__contentarea .desc {
    margin-top: 12px;
    padding-right: 3px;
  }
  .p-top .interview-reception__contact {
    padding-top: clamp(2rem, 2.8869047619vw + 0.6142857143rem, 3.2125rem);
    padding-bottom: clamp(2.5rem, 3.2738095238vw + 0.9285714286rem, 3.875rem);
  }
  .p-top .interview-reception__contact .decor {
    margin-bottom: 19px;
    width: clamp(17.5rem, 4.9107142857vw + 15.1428571429rem, 19.5625rem);
  }
  .p-top .interview-reception__btncontat {
    gap: 32px;
    flex-direction: row;
  }
  .p-top .interview-reception__btncontat .c-btn {
    width: 398px;
    padding: 5px 69px 7px 8px;
    height: 92px;
  }
  .p-top .interview-reception__btncontat .c-btn .txt {
    font-size: 2rem;
  }
  .p-top .interview-reception__btncontat .c-btn .icon {
    width: 33px;
    right: 52px;
  }
  .p-top .interview-reception__btncontat .c-btn.style_second {
    width: 346px;
  }
  .p-top .interview-reception .sp-schedule.style_pri .c-box02__maincontent .item:nth-child(2) {
    margin-top: 23px;
  }
  .p-top .interview-reception .sp-schedule.style_pri .c-box02__maincontent .item:nth-child(3) {
    margin-top: 23px;
  }
  .p-top .interview-reception .sp-schedule__ttl {
    padding-top: 34px;
  }
  .p-top .interview-reception .sp-schedule__ttl.style_pri {
    padding-top: 34px;
  }
  .p-top .interview-reception__block02.style-restaurant {
    margin-top: 49px;
    padding-bottom: 47px;
  }
  .p-top .interview-reception__block02.style-restaurant .interview-reception__block02_decord01 {
    transform: translateY(5px);
  }
  .p-top .interview-reception__block02.style-restaurant .mainttl {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px){
  .u_d_lg_none {
    display: none !important;
  }
  .u_d_lg_inline {
    display: inline !important;
  }
  .u_d_lg_inline_block {
    display: inline-block !important;
  }
  .u_d_lg_block {
    display: block !important;
  }
  .u_d_lg_flex {
    display: flex !important;
  }
  .back_to_top:hover img {
    transform: scale(1.1);
  }
  .p-top .interview .interview-decorleft {
    bottom: -68px;
  }
  .p-top .interview .interview-decorright {
    bottom: 0.23%;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767px){
        .c-box02.style-store .c-box02__item:nth-child(2) .c-box02__maincontent,
    .c-box02.style-restaurant .c-box02__item:nth-child(2) .c-box02__maincontent {
        margin-top: -28px;
        margin-left: 5px;
    }
}
/*# sourceMappingURL=maps/lp.css.map */