/*!
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*/
}

/* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
}

/* 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  overflow-y: scroll;
}

.pc {
  display: none;
}

.c_header {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 66px;
  padding: 10px;
}
.c_header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.c_header_logo {
  display: flex;
  width: clamp(9.8125rem, 23.7244897959vw + 4.2520727041rem, 15.625rem);
  flex-direction: column;
}
.c_header_logo img {
  mix-blend-mode: darken;
}
.c_header_logo .logo {
  display: flex;
  flex-shrink: 0;
}
.c_header_logo .logo_txt {
  font-size: 0.71875rem;
  font-weight: 500;
  line-height: 1.3043478261;
  transform: translateY(-1px);
  color: #000;
}
.c_header_inner {
  position: fixed;
  width: 100vw;
  height: 100vh;
}
.c_header_inner .c_header_entry {
  max-width: 247px;
  height: 70px;
  margin: 0 auto;
  font-size: 1.125rem;
  gap: 14px;
}
.c_header_inner .logo_menu {
  display: block;
  position: relative;
  z-index: 10;
  position: fixed;
  top: 16px;
  left: 15px;
  width: calc(100% - clamp(5.5rem, 10.9090909091vw + 3.3181818182rem, 5.875rem));
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.c_header_inner .logo_menu .logo {
  width: 56.9395017794%;
  max-width: 260px;
}
.c_header_inner .logo_menu .logo_txt {
  font-size: clamp(0.625rem, 3.6363636364vw + -0.1022727273rem, 0.75rem);
  line-height: 1.4166666667;
}
.c_header_entry {
  width: 100%;
  max-width: 90px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background-color: #dc3903;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  transition: 0.5s;
  margin-right: 11px;
  font-size: 0.625rem;
}
.c_header_btn {
  position: fixed;
  right: clamp(-1.4375rem, 41.8181818182vw + -9.8011363636rem, 0rem);
  top: 0;
}
.c_header_btn .c_header_entry {
  right: 68px;
  margin-right: 0;
  max-width: 125px;
  height: 66px;
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  padding: 18px 14px 14px clamp(0.625rem, 12.7272727273vw + -1.9204545455rem, 1.0625rem);
  gap: 10px;
  justify-content: space-between;
}
.c_header_btn .c_header_entry svg {
  width: clamp(1.25rem, 14.5454545455vw + -1.6590909091rem, 1.75rem);
  flex-shrink: 0;
  position: relative;
  right: clamp(0rem, -12.7272727273vw + 2.9829545455rem, 0.4375rem);
}
.c_header .menu {
  display: none;
}
.c_header .menu_pc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 38px 25px 17px 20px;
}
.c_header .c_menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: section;
}
.c_header .c_menu_pc {
  display: none;
}
.c_header .c_menu_sp {
  display: block;
  height: 80vh;
  overflow: auto;
}
.c_header .c_menu_item {
  position: relative;
  width: 47.2%;
  padding: 20px clamp(0.625rem, 18.1818181818vw + -3.0113636364rem, 1.25rem) 20px clamp(1.25rem, 29.0909090909vw + -4.5681818182rem, 2.25rem);
}
.c_header .c_menu_item .number {
  width: 13px;
  position: absolute;
  left: 0;
  top: -3px;
  line-height: 0;
}
.c_header .c_menu_item.menu_item01 .number {
  width: 11px;
}
.c_header .c_menu_item.menu_item01 .en {
  width: 43px;
  margin-top: -4px;
}
.c_header .c_menu_item.menu_item02 .en {
  width: 32px;
  margin: -3px 0 0 0;
}
.c_header .c_menu_item.menu_item03 .c_menu_item_link {
  transform: translateY(-3px);
}
.c_header .c_menu_item.menu_item03 .en {
  width: 30px;
  margin: -4px 0 0 0px;
}
.c_header .c_menu_item.menu_item04 .c_menu_item_link {
  transform: translateY(-3px);
}
.c_header .c_menu_item.menu_item04 .en {
  width: 23px;
  margin: -4px 0 0 0;
}
.c_header .c_menu_item.menu_item05 .en {
  width: 26px;
  margin: 0 0 0 2px;
  transform: translateY(-3px);
}
.c_header .c_menu_item.menu_item06 .en {
  width: 40px;
  margin: 0 0 0 0;
  transform: translateY(-3px);
}
.c_header .c_menu_item.menu_item07 .en {
  width: 91px;
  margin: 0 0 0 2px;
  transform: translateY(-2px);
}
.c_header .c_menu_item.menu_item04 .number, .c_header .c_menu_item.menu_item05 .number, .c_header .c_menu_item.menu_item06 .number, .c_header .c_menu_item.menu_item07 .number {
  width: 14px;
}
.c_header .c_menu_item::after {
  content: "";
  position: absolute;
}
.c_header .c_menu_item::after {
  width: calc(100% - 23px);
  height: 1px;
  top: 0;
  right: 0;
  transition: 0.3s;
  background-color: #c73200;
}
.c_header .c_menu_item.active {
  position: relative;
}
.c_header .c_menu_item.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c_header .c_menu_item_link {
  font-size: 0.875rem;
  transition: 0.5s;
  padding-left: 20px;
  letter-spacing: 0.09em;
  position: relative;
  color: #1c1c1c;
  display: block;
}
.c_header .c_menu_item_link::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("../images/part/icon_arrow.png") no-repeat;
  background-size: contain;
  left: 3px;
  top: 4px;
}
.c_header .c_menu_item_link:hover {
  opacity: 0.8;
}
.c_header .c_menu_item_link:hover::before {
  opacity: 1;
}
.c_header .c_menu_item_link .en {
  display: block;
  line-height: 0;
}
.c_header .c_toggle {
  position: relative;
  width: clamp(3.75rem, 14.5454545455vw + 0.8409090909rem, 4.25rem);
  height: 67px;
  z-index: 20;
  background: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  right: -10px;
  top: -1px;
}
.c_header .c_toggle span {
  width: 32px;
  height: 3px;
  background: #ff5b37;
  display: block;
}
.c_header .c_toggle::after, .c_header .c_toggle::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 3px;
  background: #ff5b37;
  transition: 0.5s;
}
.c_header .c_toggle::after {
  bottom: calc(50% - 10px);
  left: 50%;
  transform: translateX(-50%);
}
.c_header .c_toggle::before {
  top: calc(50% - 9px);
  left: 50%;
  transform: translateX(-50%);
}
.c_header .c_toggle.active span {
  opacity: 0;
}
.c_header .c_toggle.active::before {
  top: calc(50% - 6px);
  transform: translate(-50%, 5px) rotate(45deg);
}
.c_header .c_toggle.active::after {
  bottom: calc(50% - 7px);
  transform: translate(-50%, -5px) rotate(-45deg);
}
.c_header .c_toggle.active + .mask {
  opacity: 1;
  visibility: visible;
}

.c_gnavi {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  width: 100vw;
  height: 100vh;
  position: fixed;
  padding-top: 66px;
  left: 0;
  top: 0;
  z-index: 20;
  color: #000000;
}
.c_gnavi::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f2ece1;
  z-index: -1;
}
.c_gnavi.active {
  opacity: 1;
  visibility: visible;
}
.c_gnavi.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 66px;
  background-color: #fff;
  left: 0;
  top: 0;
}

.footer {
  padding: 39px 0;
  background-color: #f2ece1;
}
.footer_inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}
.footer_logo {
  width: 100%;
  max-width: 287px;
}
.footer_logo img {
  mix-blend-mode: darken;
}
.footer_menu {
  display: flex;
  flex-wrap: wrap;
  padding-top: 17px;
  gap: 17px clamp(4.375rem, -16.5816326531vw + 8.2613201531rem, 0.3125rem);
  padding-left: clamp(0rem, -8.6734693878vw + 4.1578443878rem, 2.125rem);
}
.footer_menu_item {
  position: relative;
  width: 36%;
  padding-left: clamp(0.5rem, -1.2755102041vw + 1.1114477041rem, 0.8125rem);
  max-width: clamp(6rem, -21.4285714286vw + 16.2723214286rem, 11.25rem);
}
.footer_menu_item::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("../images/part/icon_arrow.png") no-repeat;
  background-size: contain;
  left: -5px;
  top: 8px;
}
.footer_menu_item:last-child::after {
  width: 0;
}
.footer_menu_item:has(svg) {
  width: 100%;
  margin-left: -36px;
  max-width: unset;
  margin-top: 11px;
}
.footer_menu_item:has(svg)::after {
  display: none;
}
.footer_menu_item.item01 .en {
  width: 43px;
  margin-top: -4px;
}
.footer_menu_item.item02 .en {
  width: 32px;
  margin: -3px 0 0;
}
.footer_menu_item.item03 .en {
  width: 30px;
  margin: -4px 0 0 0px;
}
.footer_menu_item.item04 .en {
  width: 23px;
  margin: -4px 0 0 0;
}
.footer_menu_item.item05 .en {
  width: 26px;
  margin: 0 0 0 2px;
  transform: translateY(-3px);
}
.footer_menu_item.item06 .en {
  width: 40px;
  margin: 0;
  transform: translateY(-3px);
}
.footer_menu_item.item07 .en {
  width: 91px;
  margin: 0 0 0 2px;
  transform: translateY(-2px);
}
.footer_menu_link {
  letter-spacing: 0.09em;
  line-height: 2.0857142857;
  font-size: 0.75rem;
}
.footer_menu_link:hover::before {
  opacity: 1;
}
.footer_menu_link svg {
  display: inline-block;
  margin-right: 6px;
  width: 9px;
  height: 9px;
}
.footer_menu_link .en {
  line-height: 0;
  display: block;
}
.footer_copyright {
  font-size: 0.75rem;
  padding-top: 6px;
  transform: translateX(8px);
}

#totop {
  display: flex;
  position: fixed;
  z-index: 100;
  background-color: #292929;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease;
  transition-property: opacity, visibility, transform;
  border: 1px solid #292929;
  color: white;
  right: 22px;
  bottom: 100px;
  aspect-ratio: 1;
  width: 58px;
}
#totop.is_show {
  opacity: 1;
  visibility: visible;
}
#totop::after {
  content: "";
  -webkit-mask: url(../images/part/icon_arrow_totop.svg) center/contain no-repeat;
  mask: url(../images/part/icon_arrow_totop.svg) center/contain no-repeat;
  transform: rotate(-90deg);
  background-color: currentColor;
  width: 16px;
  height: 11px;
}

.animate {
  transition: translate cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  display: inline-block;
  overflow: hidden;
  translate: -105% 0;
}
.animate.animated {
  transition: translate cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition-delay: 0.5s;
}
.animate_item {
  display: inline-block;
  translate: 105% 0;
  transition: translate cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.animate_item.animated_item {
  transition: translate cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition-delay: 0.5s;
}
.animate.is_show {
  translate: none;
}
.animate.is_show .animate_item {
  translate: none;
}

body {
  overflow: hidden;
}
body.overflow {
  position: fixed;
  width: 100%;
  height: 100vh;
}

#wrapper {
  line-height: 1.7;
  font-size: 0.875rem;
  color: #1c1c1c;
  font-family: "Noto Sans JP", serif;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1352px;
  margin: 0 auto;
  padding: 0 16px;
}
.l_container {
  width: 100%;
  margin: 0 auto;
  max-width: 920px;
}
.c_ttl {
  text-align: center;
}
.c_ttl .en {
  display: inline-block;
}
.c_ttl .jp {
  display: block;
}
.c_ttl01 {
  width: 100%;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.4583333333;
  font-size: 1.5rem;
  gap: 16px;
}
.c_ttl01 .icon {
  display: flex;
  width: 18px;
  flex-shrink: 0;
  padding-top: 4px;
}

.w_112 {
  width: 100%;
  max-width: 93px;
}
.w_150 {
  width: 100%;
  max-width: 137px;
}
.w_137 {
  width: 100%;
  max-width: 126px;
}
.w_123 {
  width: 100%;
  max-width: 112px;
}
.w_162 {
  width: 100%;
  max-width: 152px;
}
.w_176 {
  width: 100%;
  max-width: 131px;
}
.w_216 {
  width: 100%;
  max-width: 160px;
}
.w_217 {
  width: 100%;
  max-width: 160px;
}
.w_225 {
  width: 100%;
  max-width: 180px;
}

.p_parttime {
  padding-top: 66px;
  overflow: hidden;
}

.decor_animate {
  max-width: 0px;
  transition: max-width 2s ease-out 1000ms;
  overflow: hidden;
}
.decor01 {
  position: absolute;
  left: 50%;
  width: 100vw;
  transform: translate(-50%, -50%);
  z-index: 6;
  top: 82.2%;
}
.decor01 img {
  width: 100vw;
  max-width: 100vw;
}
.decor02 {
  position: absolute;
  right: 0;
  width: 33.3333333333%;
  max-width: 125px;
  top: 78.6%;
}
.decor03 {
  position: absolute;
  left: 0;
  top: 72.9%;
  width: 10.9027777778%;
  z-index: 2;
  display: none;
}
.decor04 {
  position: absolute;
  left: calc(50% + clamp(0rem, -32.9081632653vw + 15.7753507653rem, 8.0625rem));
  transform: translateX(-50%);
  width: 895px;
  top: clamp(-10.8125rem, 18.6224489796vw + -15.1771364796rem, -6.25rem);
  pointer-events: none;
  z-index: 2;
}
.decor05 {
  position: absolute;
  left: 0;
  top: -11%;
  width: 13.0666666667%;
  max-width: 49px;
}
.decor06 {
  position: absolute;
  right: 0;
  bottom: clamp(-5.5rem, -8.1632653061vw + -1.5867346939rem, -3.5rem);
  width: 50.4%;
  max-width: 189px;
}

.mv {
  position: relative;
  background-color: #f2ece1;
}
.mv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 100%;
  left: 0;
  background-color: #f2ece1;
}
.mv.is_show .decor_animate {
  max-width: 100vw;
}
.mv_content {
  width: 100%;
  position: relative;
  border-top-left-radius: 30px;
  overflow: hidden;
  height: 542px;
  margin-top: 16px;
}
.mv_txt {
  position: absolute;
  width: 80%;
  max-width: 275px;
  left: clamp(1.25rem, 30.9090909091vw + -4.9318181818rem, 2.3125rem);
  top: 34px;
  z-index: 2;
}
.mv .img_mv {
  border: 1px solid #000000;
  border-top-left-radius: 30px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.mv .img_mv iframe,
.mv .img_mv img,
.mv .img_mv video {
  width: 100%;
  height: 593px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 72.5% 0;
  object-position: 72.5% 0;
  border-top-left-radius: 30px;
}

.message {
  position: relative;
  background-color: #f2ece1;
  z-index: 5;
}
.message_inner {
  background-color: #e55322;
}
.message_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 36px 0 42px;
  width: 83.4%;
}
.message_img {
  position: relative;
  box-shadow: 6px 6px #fff;
  position: relative;
  z-index: 1;
}
.message_img::after {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 6px);
  z-index: -1;
}
.message_img::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  clip-path: polygon(100% 0, 0 0, 45% 100%);
  background-color: #fff;
  left: 0px;
  top: calc(100% - 1px);
  z-index: -1;
  display: none;
}
.message_img img {
  border: 1px solid #000;
}
.message_desc {
  letter-spacing: 0.09em;
  padding: 41px 0 0 4px;
  position: relative;
  z-index: 3;
}
.message_desc .txt {
  font-weight: 500;
}
.message_desc .sub {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.6222222222;
  padding-top: 17px;
  display: inline-block;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.message_ttl {
  position: absolute;
  left: 0;
  top: -14px;
  width: 111px;
}
.message_ttl img {
  border: 0 !important;
}

.search {
  background-color: #fff;
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  padding: 31px 0 74px;
  position: relative;
  z-index: 4;
}
.search .c_ttl {
  position: relative;
  padding-bottom: 18px;
}
.search .c_ttl::after {
  content: "";
  position: absolute;
  width: 88%;
  height: 1px;
  background-color: #c73200;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.search .c_ttl .en {
  width: 61px;
  border-bottom: 1px solid #c73200;
  padding-bottom: 8px;
  margin-bottom: 17px;
}
.search .c_ttl .jp {
  width: 187px;
  margin: 0 auto;
}
.search .brand {
  position: relative;
  padding: 12px 9px;
}
.search .brand::before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 0;
  height: 1px;
  width: calc(100% - 10px);
}
.search .brand .c_ttl01 .icon {
  width: 24px;
}
.search .brand_content {
  position: relative;
}
.search .brand_tag {
  width: 100%;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e55322;
  letter-spacing: 0.05em;
  background-color: #f2ece1;
  border-radius: 20px;
  font-weight: 700;
  height: 31px;
  margin: 22px 0 17px;
  width: 100%;
}
.search .brand_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 7px;
}
.search .brand_item.item04 .brand_desc {
  display: flex;
}
.search .brand_item_inner {
  display: flex;
  flex-direction: column;
}
.search .brand_img {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000000;
  border-radius: 20px;
  width: 45.9807073955%;
  margin: 0 10px 0 6px;
  height: 99px;
  margin: 0 auto 10px;
  width: 100%;
  max-width: 173px;
  height: 119px;
}
.search .brand_desc {
  letter-spacing: 0.05em;
  font-weight: 500;
  width: 77.6699029126%;
  margin-bottom: 20px;
  margin: 0 auto;
}
.search .brand_ttl {
  color: #e55322;
  text-align: center;
  line-height: 1.4444444444;
  font-size: 1.5rem;
  display: none;
}
.search .brand_txt {
  line-height: 1.7;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 15px;
}
.search .brand_btn {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  background-color: #1c1c1c;
  color: #fff;
  padding: 19px 24px 24px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  transition: 0.5s;
}
.search .brand_btn::after {
  content: "";
  position: relative;
  width: 15px;
  height: 15px;
  right: -16px;
  top: 4px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.search .brand .slick-list {
  width: 100%;
  overflow: hidden;
}
.search .brand .slick-track {
  display: flex;
}
.search .brand .slider_nav {
  position: absolute;
  top: 45%;
  left: calc(50% + 10px);
  width: 85%;
  transform: translateX(-50%);
}
.search .brand .slider_nav .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 24px;
  height: 24px;
  background: url(../images/part/icon_slide.png) no-repeat;
  background-size: contain;
}
.search .brand .slider_nav .slick-prev {
  left: -23px;
  transform: rotate(180deg);
  top: 0;
}
.search .brand .slider_nav .slick-next {
  right: -4px;
  top: 0;
}
.search .brand .slick_list {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-right: 20px;
  margin: 14px 0 0;
  z-index: 3;
}
.search .brand .slick_list .slick-dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  font-size: 0;
}
.search .brand .slick_list .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #f5f0e7;
}
.search .brand .slick_list .slick-dots li.slick-active {
  background-color: #e55322;
}
.search .brand .swipe_touch {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.search .location {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 78px 0 0 8px;
  position: relative;
  z-index: 4;
}
.search .location_select {
  width: 91%;
  margin: 18px auto 0;
}
.search .location .select_item {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
  background-color: #1c1c1c;
  color: #fff;
  font-size: 1.125rem;
  width: 100%;
  height: 70px;
  border-radius: 10px;
}
.search .location .select_item:hover {
  opacity: 1;
}
.search .location .select_item .value {
  transition: 0.5s;
  overflow: hidden;
  border-radius: 10px;
}
.search .location .dropdown::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 60px;
  top: 46%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.5s;
}
.search .location .dropdown .value {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 19px 70px 23px 26px;
  justify-content: center;
  cursor: pointer;
}
.search .location .dropdown.open .select {
  opacity: 1;
  visibility: visible;
}
.search .location .dropdown.open::after {
  top: 55%;
  transform: translateY(-50%) rotate(-135deg);
}
.search .location .dropdown .select {
  position: absolute;
  top: calc(100% + 12px);
  left: -2px;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  border: 2px solid #000;
  color: #000;
  border-radius: 20px;
  transition: 0.5s;
  overflow: hidden;
}
.search .location .dropdown .select_option {
  display: block;
  cursor: pointer;
  transition: 0.5s;
  line-height: 1.7;
  width: 100%;
  padding: 10px 20px;
  font-weight: 500;
  position: relative;
  font-size: 1rem;
}
.search .location .dropdown .select_option::after, .search .location .dropdown .select_option::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.search .location .dropdown .select_option::after {
  background: url(../images/part/icon_arrow.svg) no-repeat;
  background-size: contain;
  opacity: 1;
}
.search .location .dropdown .select_option::before {
  background: url(../images/part/icon_arrow_orange.svg) no-repeat;
  background-size: contain;
  opacity: 0;
}
.search .location .dropdown .select_option + .select_option {
  border-top: 1px solid #1c1c1c;
}
.search .location .dropdown .select_option a {
  width: 100%;
  display: block;
  padding-left: 29%;
}
.search .location .dropdown .select_option a:hover {
  opacity: 1;
}
.search .location .dropdown .select_option:hover {
  opacity: 1;
}

.job {
  position: relative;
  padding: 25px 0 98px;
  z-index: 3;
  margin-top: 20px;
}
.job.is_show .job_bg::after {
  transform: translate(0, 0) skew(0, 0deg);
}
.job.is_show .job_bg::before {
  transform: translate(0, 0) skew(0, -2.3deg);
}
.job_bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 2px);
  overflow: hidden;
  transform: skew(0, -1.2deg);
}
.job_bg::before, .job_bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 4.3vw - clamp(-0.5625rem, -1.2755102041vw + 0.0489477041rem, -0.25rem));
  left: 0;
  top: 0;
  z-index: -1;
  border-top: 1px solid #1c1c1c;
  background-image: linear-gradient(0deg, rgba(242, 236, 225, 0) 50%, #f2ece1 50%);
  transform: translate(0, 110%) skew(0, -1.2deg);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
}
.job_bg::before {
  background-image: linear-gradient(180deg, rgba(242, 236, 225, 0) 40%, #f2ece1 40%);
  transform: translate(0, 110%) skew(0, -4deg);
  border-top: 0;
  border-bottom: 1px solid #1c1c1c;
}
.job::before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 50%;
  left: 15px;
  bottom: calc(100% - 20px);
  background-color: #e55322;
  z-index: -1; 
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);

}
.job .c_ttl .en {
  width: 44px;
  position: relative;
  margin-bottom: 17px;
}
.job .c_ttl .en::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c73200;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.job .c_ttl .jp {
  width: 156px;
  margin: 0 auto;
}
.job .desc {
  padding: 31px 0 0 23px;
  width: 84%;
  margin: 0 auto;
}
.job .sub {
  padding-bottom: 15px;
  line-height: 1.6;
}
.job .list_item {
  position: relative;
  padding-left: 19px;
  line-height: 1.3571428571;
}
.job .list_item::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  left: 0.06em;
  top: 0.6em;
  background-color: #e55322;
  letter-spacing: 0;
  left: 8px;
  transform: translateX(-50%);
}
.job .list_item::before {
  background-color: #e1d6c0;
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  width: 10px;
  height: 100%;
}
.job .list_item:last-child::before {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 20px;
}
.job .list_item:first-child::before {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.job_content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.job_inner {
  transition-duration: 800ms;
}
.job_img {
  display: flex;
  padding: 32px 1px 28px 6px;
  gap: 16px;
  width: 100%;
}
.job_img .col_img {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.job_img .col_img .img_item {
  overflow: hidden;
  box-shadow: 0 0 0 1px #000;
}
.job_img .col_img .img_item img {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  -o-object-fit: cover;
  object-fit: cover;
}
.job_img .col_img.col02 {
  transform: translateY(52px);
  margin-top: 41px;
}
.job_item {
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
.job_item + .job_item {
  padding-top: 17px;
}

.join {
  width: 100%;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #000;
  margin-bottom: 70px;
  margin-top: -50px;
}
.join_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.join_bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/part/bg_join.png);
  background-repeat: repeat;
  background-size: 7.2222222222vw 7.2222222222vw;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.join::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 1px);
  width: 100%;
  max-width: calc(100% - 26px);
  height: 32px;
  background-color: #e55322;
  transform: translateX(-50%);
  z-index: -1;
}
.join .c_ttl {
  position: relative;
}
.join .c_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.5555555556vw;
  width: calc(100% - 0.8333333333vw);
  height: 1px;
}
.join .c_ttl .en {
  width: 40px;
  border-bottom: 1px solid #c73200;
  margin-bottom: 15px;
}
.join .c_ttl .jp {
  width: 278px;
  margin: 0 auto;
  padding-right: 8px;
}
.join_content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 48px 0 45px;
}
.join_content::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 102%;
  max-width: 1176px;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transform: translateX(-50%);
}
.join_inner {
  padding: 35px 11px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0rem, 5.1020408163vw + -1.1957908163rem, 1.25rem);
}
.join_ttl {
  width: 95%;
  background-color: #000;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  border-radius: 10px;
  text-align: center;
  padding: 0 0 5px 5px;
  line-height: 1.4;
  margin: 0 auto;
  font-weight: 500;
}
.join_item {
  width: 100%;
  max-width: 340px;
}
.join_item.item01 {
  margin-bottom: 63px;
}
.join_item.item01 .content {
  padding: 52px 5px 0 36px;
}
.join_item.item01 .txt {
  padding: 12px 10px 12px 9px;
}
.join_item.item01 .desc {
  padding-bottom: 8px;
}
.join_item.item01 .chart_content .txt01,
.join_item.item01 .chart_content .txt02 {
  transform: translateY(-50%);
}
.join_item.item01 .chart_content .txt01 {
  left: -29px;
  top: 5%;
}
.join_item.item01 .chart_content .txt02 {
  right: -29px;
  top: 88%;
}
.join_item.item01 canvas {
  width: 94px;
}
.join_item.item02 {
  margin-bottom: 58px;
}
.join_item.item02 .join_ttl {
  margin-right: 0;
}
.join_item.item02 .content {
  padding: 37px 5px 0 34px;
}
.join_item.item02 .img {
  transform: translateY(6px);
}
.join_item.item02 .txt {
  padding: 12px 10px 10px 10px;
}
.join_item.item02 .desc {
  padding-bottom: 22px;
}
.join_item.item02 .unit {
  display: inline-block;
}
.join_item.item02 .chart_content .txt01 {
  right: -33px;
  top: -13px;
}
.join_item.item02 .chart_content .txt01 .txt_jp {
  transform: translateX(-7px);
}
.join_item.item02 .chart_content .txt01 .unit {
  transform: translate(-2px, -1px);
}
.join_item.item02 .chart_content .txt02 {
  bottom: -34px;
  left: 76%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.join_item.item02 .chart_content .txt02 .unit {
  transform: translate(-5px, 1px);
}
.join_item.item02 .chart_content .txt02 .txt_jp {
  transform: translate(-4px, 2px);
}
.join_item.item02 .chart_content .txt03 {
  left: -28px;
  top: 54%;
  transform: translateY(-50%);
}
.join_item.item02 .chart_content .txt03 .unit {
  transform: translate(-4px, 1px);
}
.join_item.item02 .chart_content .txt03 .txt_jp {
  font-size: 0.75rem;
  transform: translate(-5px, 3px);
}
.join_item.item02 .chart_content .txt04 {
  top: -31px;
  left: -11px;
}
.join_item.item02 .chart_content .txt04 .unit {
  transform: translate(-5px, 1px);
}
.join_item.item02 .chart_content .txt04 .txt_jp {
  font-size: 0.625rem;
}
.join_item.item02 canvas {
  width: 97px;
}
.join_item.item03 {
  margin-bottom: 46px;
}
.join_item.item03 .content {
  padding: 44px 5px 0 34px;
}
.join_item.item03 .join_ttl {
  margin-right: 0;
  padding: 2px 0 2px 2px;
}
.join_item.item03 .txt {
  padding: 13px 10px 11px 12px;
}
.join_item.item03 .desc {
  margin-bottom: 20px;
}
.join_item.item03 .chart_content .number {
  font-family: "Noto Sans JP", serif;
}
.join_item.item03 .chart_content .number.txt_small {
  font-family: "Noto Sans JP", serif;
}
.join_item.item03 .chart_content .txt01 {
  top: 25.5%;
  right: -29px;
}
.join_item.item03 .chart_content .txt02 {
  bottom: -24px;
  left: -3px;
}
.join_item.item03 .chart_content .txt03 {
  top: 22%;
  left: -31px;
}
.join_item.item03 .chart_content .txt04 {
  left: -23px;
  top: -21px;
}
.join_item.item03 .chart_content .txt05 {
  top: -29px;
  left: 25px;
}
.join_item.item03 canvas {
  width: 97px;
}
.join_item.item04 .join_ttl {
  margin-right: 0;
  padding: 2px 0 2px 2px;
}
.join_item.item04 .content {
  padding: 30px 5px 0 28px;
}
.join_item.item04 .txt {
  padding: 13px 4px 11px 12px;
}
.join_item.item04 .desc {
  margin-bottom: 27px;
}
.join_item.item04 .chart_content .number {
  font-family: "Noto Sans JP", serif;
}
.join_item.item04 .chart_content .number.txt_small {
  font-family: "Noto Sans JP", serif;
}
.join_item.item04 .chart_content .txt01 {
  top: 19%;
  right: -35px;
}
.join_item.item04 .chart_content .txt02 {
  white-space: nowrap;
  bottom: -30px;
  left: 18px;
}
.join_item.item04 .chart_content .txt03 {
  top: 36%;
  left: -38px;
}
.join_item.item04 .chart_content .txt04 {
  left: -21px;
  top: -13px;
}
.join_item.item04 .chart_content .txt05 {
  top: -28px;
  left: 22px;
}
.join_item.item04 canvas {
  width: 100px;
}
.join_item .content {
  padding-top: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.join_item .desc {
  width: 100%;
  position: relative;
  max-width: clamp(5.625rem, 101.8181818182vw + -14.7386363636rem, 9.125rem);
}
.join_item .memo {
  width: 60px;
  position: relative;
  top: -3px;
  left: 3px;
}
.join_item .txt {
  background-color: #e1e1e1;
  letter-spacing: 0.05em;
  line-height: 1.4166666667;
  font-weight: 500;
  font-size: 0.75rem;
  color: #000;
}
.join_item .img {
  position: relative;
}
.join_item .chart_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #000000;
}
.join_item .chart_content p {
  display: inline-block;
  text-align: center;
  position: absolute;
}
.join_item .chart_content .txt_jp,
.join_item .chart_content .number,
.join_item .chart_content .unit,
.join_item .chart_content .chart_number {
  text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}
.join_item .chart_content .txt_jp {
  font-size: 0.875rem;
  font-weight: 900;
  display: block;
  letter-spacing: 0.09em;
}
.join_item .chart_content .number {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 0.7;
  font-family: "Open Sans", serif;
}
.join_item .chart_content .number.txt_small {
  font-size: 1.5625rem;
  font-family: "Open Sans", serif;
}
.join_item .chart_content .number .unit {
  font-size: 1.125rem;
  letter-spacing: 0;
  position: absolute;
  transform: translateX(-50%);
  padding-top: 22px;
  left: 30%;
  font-family: "Open Sans", serif;
}
.join_item .chart_content .number.txt_35 {
  font-size: 2.1875rem;
}
.join_item .chart_content .unit {
  font-size: 0.875rem;
  font-weight: 800;
  font-family: "Open Sans", serif;
}
.join_item .chart_content .chart_number {
  color: #000000;
}

.merit {
  position: relative;
  background-color: #f2ece1;
  padding-top: 42px;
}
.merit::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 100%;
  left: 0;
  background-color: #f2ece1;
}
.merit .c_ttl .en {
  width: 31px;
  border-bottom: 1px solid #c73200;
  margin-bottom: 16px;
}
.merit .c_ttl .jp {
  width: 120px;
  margin: 0 auto;
}
.merit_content {
  width: calc(100% + 8px);
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.92);
  transform: translateX(-4px);
  z-index: 3;
  position: relative;
}
.merit_frame {
  padding: 11px 0 37px;
}
.merit_inner {
  margin-top: 27px;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 11px;
  padding: 0 11px;
}
.merit_item {
  background-color: #f2ece1;
  border: 1px solid #1c1c1c;
  text-align: center;
  padding: 15px 10px 14px;
  position: relative;
  width: 48.1595092025%;
}
.merit_item.sp_full {
  width: 100%;
}
.merit_item.item03, .merit_item.item04 {
  padding: 15px 10px 12px;
}
.merit_item.item02 {
  position: relative;
}
.merit_item.item02::after {
  content: "";
  position: absolute;
  background: url(../images/part/icon_merit.png) no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  z-index: -1;
  left: 75%;
  bottom: 99%;
  width: 88px;
  height: 88px;
}
.merit_item.item02 .txt {
  font-size: 0.6875rem;
  line-height: 1.8545454545;
}
.merit_item .img {
  width: 101px;
  margin: 0 auto;
}
.merit_item .ttl {
  font-weight: 500;
  line-height: 1.575;
  letter-spacing: 0.05em;
  font-size: 1rem;
  padding: 7px 0 4px;
}
.merit_item .txt {
  letter-spacing: 0.09em;
  font-size: 0.75rem;
  line-height: 1.7;
}
.merit_item.item_diff {
  background-color: #fff;
  border: 0;
  padding: 0;
  margin-top: auto;
  display: none;
}
.merit_item.item_diff .merit_item_img {
  text-align: center;
  padding-left: 20px;
}
.merit_item.item_diff .merit_item_img img {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}

.movie {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 39px;
  background-color: #f2ece1;
  padding-top: 17px;
}
.movie::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50px;
  background: url(../images/part/bg_movie.png);
  background-repeat: repeat;
  background-size: 33px 35px;
  width: 100%;
  height: 44.2666666667vw;
  z-index: -1;
  max-height: 166px;
}
.movie_ttl, .movie_desc {
  margin: 0 auto;
}
.movie_desc {
  width: 95%;
  max-width: 832px;
  margin-top: 30px;
}
.movie_desc video {
  width: 100%;
  height: clamp(12.625rem, 40.306122449vw + 3.178252551rem, 22.5rem);
  position: relative;
  z-index: 2;
  display: block;
}
.movie_ttl {
  width: 100%;
  max-width: 920px;
}
.movie_content {
  padding-top: 2px;
}
.movie .c_ttl .en {
  width: 35px;
  border-bottom: 1px solid #c73200;
  padding-bottom: 8px;
  margin-bottom: 17px;
}
.movie .c_ttl .jp {
  width: 157px;
  margin: 0 auto;
}

.interview {
  position: relative;
  z-index: 1;
  padding: 21px 0 109px;
}
.interview.is_show::before {
  transform: none;
  opacity: 1;
}
.interview::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #f1da75;
  opacity: 0;
  transform: translate(0, 110%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
}
.interview_decor01 {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  z-index: -1;
}
.interview_decor02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45.8666666667%;
  z-index: -1;
}
.interview .inner {
  text-align: center;
}
.interview .c_ttl .en {
  width: 100%;
  max-width: 55px;
  border-bottom: 1px solid #c73200;
  padding-bottom: 8px;
  margin-bottom: 19px;
}
.interview .c_ttl .jp {
  width: 100%;
  max-width: 288px;
  margin: 0 auto;
}
.interview .desc {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  padding: 13px 8px;
}
.interview .img {
  display: flex;
  position: relative;
  margin-top: 23px;
}
.interview .img img {
  border: 1px solid #000;
}
.interview .img01 {
  width: 75%;
}
.interview .img02 {
  position: absolute;
  right: -7px;
  top: 137px;
  width: 56%;
}
.interview .txt {
  letter-spacing: 0.09em;
  padding: 0;
  font-size: 1rem;
  line-height: 1.825;
}

.qa {
  background-color: #e3e2e2;
  position: relative;
  z-index: 2;
}
.qa_content {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 26px 0 43px;
}
.qa_item {
  letter-spacing: 0.09em;
}
.qa_item + .qa_item {
  margin-top: 14px;
}
.qa_ask {
  width: 100%;
  padding: 10px 46px 10px 19px;
  min-height: 64px;
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 60px;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  transition: 0.5s;
}
.qa_ask .plus {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 19px;
  top: 18px;
}
.qa_ask .plus::after, .qa_ask .plus::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #e55322;
}
.qa_ask .plus::after {
  width: 100%;
  height: 4px;
}
.qa_ask .plus::before {
  width: 4px;
  height: 100%;
}
.qa_question {
  position: relative;
  padding: 24px 70px 10px 35px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.qa_question .minus {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 27px;
  top: 24px;
  cursor: pointer;
  transition: 0.5s;
}
.qa_question .minus:hover {
  opacity: 0.8;
}
.qa_question .minus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #e55322;
}
.qa_question .minus::after {
  width: 100%;
  height: 4px;
}
.qa_question .txt {
  width: 100%;
}
.qa .c_ttl .en {
  width: 30px;
  border-bottom: 1px solid #c73200;
  padding-bottom: 6px;
  margin-bottom: 17px;
}
.qa .c_ttl .jp {
  width: 185px;
  margin: 0 auto;
}
.qa .desc {
  padding-top: 31px;
  width: calc(100% + 7px);
}

.js_inview {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
}

.js_inview[data-delay="1s"] {
  transition-delay: 1s;
}

.js_inview[data-delay="0.4s"] {
  transition-delay: 0.4s;
}

.js_inview[data-delay="0.6s"] {
  transition-delay: 0.6s;
}

[data-delay="0.6s"] {
  transition-delay: 0.6s;
}

.js_inview[data-delay="0.8s"] {
  transition-delay: 0.8s;
}

.js_inview[data-delay="1s"] {
  transition-delay: 1s;
}

.js_inview[data-delay="1.2s"] {
  transition-delay: 1.2s;
}

.js_inview.fadeup_img02 {
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s, opacity linear 0.7s;
}

.fade {
  opacity: 0;
}

.fadeup {
  transform: translate3d(0, 50px, 0);
}

.fadeup_img01 {
  transform: translate3d(0, 40px, 0);
  transition-delay: 0.25s;
}

.fadeup_img02 {
  transform: translate3d(0, 30px, 0);
  transition-delay: 0.45s;
}

.is_show.js_inview {
  opacity: 1;
  transform: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: initial;
  }
  .c_header_content {
    padding: 12px 0;
    padding-left: clamp(0.9375rem, 3.7202380952vw + -0.8482142857rem, 2.5rem);
  }
  .c_header_logo {
    flex-direction: row;
    align-items: center;
    width: clamp(23.75rem, 13.0952380952vw + 17.4642857143rem, 29.25rem);
    gap: 9px;
  }
  .c_header_logo .logo {
    max-width: clamp(17.5rem, 9.9702380952vw + 12.7142857143rem, 21.6875rem);
  }
  .c_header_logo .logo_txt {
    font-size: clamp(0.75rem, 0.5952380952vw + 0.4642857143rem, 1rem);
    line-height: 1.4375;
    transform: translateY(1px);
  }
  .c_header_inner .c_header_entry {
    display: flex;
  }
  .c_header_entry {
    padding-left: 10px;
  }
  .c_header_entry:hover {
    background-color: #1c1c1c;
  }
  .c_header_btn .c_header_entry {
    font-size: 0.875rem;
    max-width: 160px;
  }
  .c_header .c_menu_item .number {
    display: none;
  }
  .c_header .c_menu_item.menu_item03 .c_menu_item_link {
    transform: translateY(0);
  }
  .c_header .c_menu_item.menu_item04 .c_menu_item_link {
    transform: translateY(0);
  }
  .c_gnavi {
    padding-top: 70px;
  }
  .c_gnavi.active::before {
    height: 66px;
  }
  .footer {
    padding: 62px 20px 83px;
  }
  .footer_inner {
    padding: 0;
  }
  .footer_logo {
    max-width: 350px;
  }
  .footer_menu {
    max-width: unset;
    flex-direction: row;
    gap: 0 clamp(1rem, 2.3214285714vw + -0.1142857143rem, 1.975rem);
    padding-left: 13px;
    padding-top: 7px;
  }
  .footer_menu_item {
    max-width: unset;
    width: unset;
    padding-left: 0;
  }
  .footer_menu_item::after {
    left: calc(100% + clamp(0.5rem, 1.0416666667vw + 0rem, 0.9375rem));
    top: 7px;
    width: 1px;
    height: 16px;
    background: #000;
    border: 0;
    border-radius: 0;
  }
  .footer_menu_item:has(svg) {
    width: auto;
    margin-left: 0;
    margin-top: 0;
  }
  .footer_menu_link {
    font-size: 0.875rem;
    transition: 0.5s;
  }
  .footer_menu_link:hover {
    opacity: 0.8;
  }
  .footer_menu_link svg {
    margin-right: clamp(0.375rem, 0.2976190476vw + 0.2321428571rem, 0.5rem);
    width: 11px;
    height: 11px;
  }
  .footer_menu_link .en {
    display: none;
  }
  .footer_copyright {
    text-align: right;
    font-size: 0.875rem;
    padding-top: 49px;
    transform: translateX(0);
  }
  #totop {
    right: 79px;
    bottom: 90px;
    width: 78px;
    right: clamp(1.875rem, 7.2916666667vw + -1.625rem, 4.9375rem);
  }
  #totop::after {
    width: 21px;
    height: 14px;
  }
  #wrapper {
    line-height: 1.825;
    font-size: 1rem;
  }
  .c_ttl {
    text-align: left;
  }
  .c_ttl01 .icon {
    padding-top: 0;
    width: 24px;
  }
  .w_112 {
    max-width: 112px;
  }
  .w_150 {
    max-width: 150px;
  }
  .w_137 {
    max-width: 137px;
  }
  .w_123 {
    max-width: 123px;
  }
  .w_162 {
    max-width: 162px;
  }
  .w_176 {
    max-width: 176px;
  }
  .w_216 {
    max-width: 216px;
  }
  .w_217 {
    max-width: 217px;
  }
  .w_225 {
    max-width: 225px;
  }
  .p_parttime {
    padding-top: 70px;
  }
  .decor01 {
    top: 88.2%;
  }
  .decor02 {
    top: calc(49% + clamp(0rem, -10.4166666667vw + 9.375rem, 4.375rem));
    width: 100%;
    max-width: 25.625%;
  }
  .decor03 {
    display: block;
  }
  .decor04 {
    left: 0;
    width: 100vw;
    top: -1.5%;
    transform: translateX(0);
  }
  .decor05 {
    top: 6.3%;
    left: clamp(-3.9375rem, 15.1442307692vw + -13.6298076923rem, 0rem);
    width: 100%;
    max-width: 11.4583333333%;
  }
  .decor06 {
    width: 100%;
    max-width: 22.4305555556%;
    bottom: 0;
  }
  .mv::after {
    display: none;
  }
  .mv {
    padding-top: 24px;
    margin-top: 0;
    min-height: unset;
  }
  .mv_content {
    height: calc(100vh - 128px);
    margin-top: 0;
  }
  .mv_txt {
    max-width: 918px;
    left: 51px;
    top: 39px;
  }
  .mv .img_mv {
    position: relative;
  }
  .mv .img_mv iframe,
  .mv .img_mv img,
  .mv .img_mv video {
    -o-object-position: 50% 0;
    object-position: 50% 0;
    height: calc(100vh - 128px);
  }
  .message_content {
    flex-direction: row;
    padding: clamp(5rem, 8.7797619048vw + 0.7857142857rem, 8.6875rem) 20px 91px;
    width: 100%;
    max-width: 960px;
    gap: clamp(2.5rem, 2.9761904762vw + 1.0714285714rem, 3.75rem);
  }
  .message_img {
    width: 49.8913043478%;
    box-shadow: none;
  }
  .message_img::after {
    left: 5px;
    top: 3px;
    background-color: #fff;
  }
  .message_img::before {
    display: block;
  }
  .message_desc {
    padding: 0 0 13px;
    width: 397px;
  }
  .message_desc .sub {
    padding-top: 0;
    letter-spacing: 0.09em;
  }
  .message_ttl {
    left: 7px;
    top: clamp(-1.375rem, 0.4464285714vw + -1.5892857143rem, -1.1875rem);
    width: 141px;
  }
  .search {
    border-bottom: 0;
    padding: 66px 0 75px;
  }
  .search_content {
    max-width: 930px;
    margin: 0 auto;
  }
  .search .c_ttl::after {
    width: 98%;
  }
  .search .c_ttl {
    padding-left: 5px;
    padding-bottom: 16px;
  }
  .search .c_ttl .en {
    width: 74px;
    padding-bottom: 14px;
    padding-right: 2px;
    margin-bottom: 24px;
  }
  .search .c_ttl .jp {
    width: 282px;
    padding-left: 5px;
    margin: 0;
  }
  .search .brand {
    padding: 31px 0 54px;
  }
  .search .brand::before {
    background-color: #000000;
  }
  .search .brand .c_ttl01 {
    padding-left: 32px;
  }
  .search .brand_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 6.994047619vw + -1.8571428571rem, 4.4375rem) clamp(1.5rem, 4.4642857143vw + -0.6428571429rem, 3.375rem);
    padding: 27px 5px 0 5px;
  }
  .search .brand_tag {
    display: none;
  }
  .search .brand_item {
    padding: 0;
    gap: 15px;
  }
  .search .brand_item.item04 .brand_desc {
    flex-direction: column;
  }
  .search .brand_item_inner {
    flex-direction: row;
    gap: clamp(0.625rem, 2.9761904762vw + -0.8035714286rem, 1.875rem);
  }
  .search .brand_img {
    height: unset;
    max-width: unset;
    margin: 0;
    padding-bottom: 0;
    width: 203px;
    height: 140px;
    flex-shrink: 0;
  }
  .search .brand_desc {
    margin-bottom: 0;
    width: 100%;
  }
  .search .brand_ttl {
    text-align: left;
    display: block;
    font-size: 1.125rem;
    margin: -3px 0 17px 2px;
  }
  .search .brand_txt {
    line-height: 1.3571428571;
    padding-left: 3px;
    padding-bottom: 0;
  }
  .search .brand_btn {
    padding: 24px clamp(1.5rem, 4.0178571429vw + -0.4285714286rem, 3.1875rem) 26px 24px;
    height: 70px;
    gap: 0;
    margin-top: auto;
  }
  .search .brand_btn:hover {
    background-color: #dc3903;
  }
  .search .brand_btn::after {
    transform: translateY(-50%) rotate(-45deg);
    top: 51%;
    right: -23px;
  }
  .search .brand .slick_list {
    margin: 25px 0 0;
  }
  .search .brand .swipe_touch {
    display: none;
  }
  .search .location {
    flex-direction: row;
    padding: 59px 5px 0 37px;
  }
  .search .location_select {
    width: 100%;
    max-width: 400px;
    height: 70px;
  }
  .search .location .c_ttl01 {
    transform: translateY(8px);
  }
  .search .location .select_item .value:hover {
    background-color: #dc3903;
  }
  .search .location .dropdown::after {
    width: 20px;
    height: 20px;
    right: 45px;
  }
  .search .location .dropdown .value {
    justify-content: flex-start;
    padding: 23px 70px 23px 40px;
  }
  .search .location .dropdown .select {
    top: calc(100% + 8px);
    left: -2px;
    align-items: flex-start;
    border: 2px solid #000;
  }
  .search .location .dropdown .select_option {
    font-size: 1.125rem;
    padding: 16px 24px;
  }
  .search .location .dropdown .select_option::after, .search .location .dropdown .select_option::before {
    width: 24px;
    height: 24px;
  }
  .search .location .dropdown .select_option:hover::after {
    opacity: 0;
  }
  .search .location .dropdown .select_option:hover::before {
    opacity: 1;
  }
  .search .location .dropdown .select_option a {
    padding-left: 28.7%;
  }
  .job {
    margin-top: 0;
    padding: 87px 0;
  }
  .job.is_show .job_bg::before {
    transform: translate(0, 110%) skew(0, 0deg);
  }
  .job_bg {
    height: calc(100% + 3.5vw);
    top: clamp(1.125rem, 2.0833333333vw + -0.75rem, 1.75rem);
  }
  .job_bg::before, .job_bg::after {
    top: 0;
    background-image: linear-gradient(0deg, #f2ece1 0%, #f2ece1 100%);
    transform: translate(0, 110%) skew(0, -1.2deg);
    border-bottom: 1px solid #1c1c1c;
  }
  .job_bg::before {
    display: none;
  }
  .job::before {
    display: none;
  }
  .job .c_ttl .en {
    width: 80px;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .job .c_ttl .jp {
    width: 236px;
    margin: 0;
    padding-left: 4px;
  }
  .job .desc {
    padding: 31px 0 0 7px;
    width: 100%;
    padding-top: clamp(1.875rem, 5.6547619048vw + -0.8392857143rem, 4.25rem);
  }
  .job .sub {
    line-height: 1.3571428571;
    padding-bottom: clamp(0.625rem, 1.4880952381vw + -0.0892857143rem, 1.25rem);
  }
  .job .list_item {
    padding-left: 18px;
  }
  .job .list_item::after {
    left: calc(0.18em + 5px);
    top: 9px;
  }
  .job .list_item::before {
    left: 0.18em;
  }
  .job_content {
    width: 90%;
    flex-direction: row;
    max-width: clamp(53.125rem, 21.7261904762vw + 42.6964285714rem, 62.25rem);
    padding: 0 clamp(0rem, 3.3653846154vw + -2.1538461538rem, 0.875rem) 0 clamp(1.25rem, 1.7857142857vw + 0.3928571429rem, 2rem);
    gap: clamp(1.25rem, -1.4880952381vw + 2.5892857143rem, 1.875rem);
    align-items: center;
  }
  .job_inner {
    width: 100%;
    max-width: 346px;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
  }
  .job_img {
    padding: 28px 1px 28px 6px;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
    gap: 27px;
    max-width: 539px;
    padding: 0;
  }
  .job_img .col_img {
    gap: 25px;
  }
  .job_img .col_img.col01 {
    transform: translateY(clamp(-2.5625rem, -3.125vw + 0.25rem, -1.25rem));
  }
  .job_img .col_img.col02 {
    margin-top: 0;
    transform: translateY(clamp(3.625rem, -2.9761904762vw + 6.3035714286rem, 4.875rem));
  }
  .job_item {
    font-size: 0.875rem;
  }
  .job_item + .job_item {
    padding-top: 19px;
  }
  .join {
    margin-top: -13px;
    margin-bottom: 0;
  }
  .join::after {
    width: 92%;
    top: calc(100% + 1px);
    height: 79px;
  }
  .join .c_ttl::after {
    background-color: #000;
  }
  .join .c_ttl {
    padding-bottom: 46px;
  }
  .join .c_ttl .en {
    width: 73px;
    padding-bottom: 14px;
    margin-bottom: 25px;
  }
  .join .c_ttl .jp {
    margin: 0;
    padding-right: 0;
    width: 27.9166666667vw;
  }
  .join_content {
    padding: clamp(3.4375rem, 11.0119047619vw + -1.8482142857rem, 8.0625rem) 0 31px;
    max-width: 932px;
  }
  .join_content::after {
    left: calc(50% - 4px);
    width: 100vw;
  }
  .join_inner {
    padding: 58px clamp(1.25rem, 4.6130952381vw + -0.9642857143rem, 3.1875rem) 86px clamp(1.25rem, 2.380952381vw + 0.1071428571rem, 2.25rem);
    justify-content: space-between;
    gap: 96px 20px;
  }
  .join_ttl {
    margin: 0;
    width: 100%;
    max-width: 355px;
    min-height: 35px;
    font-size: 18px;
    line-height: 1.7888888889;
    padding: 0 0 0 12px;
  }
  .join_item {
    max-width: unset;
  }
  .join_item.item01 {
    width: 45%;
    max-width: 367px;
    margin-left: 5px;
    margin-bottom: 0;
  }
  .join_item.item01 .content {
    padding: 45px 0 0;
  }
  .join_item.item01 .join_ttl {
    margin-left: auto;
  }
  .join_item.item01 .img {
    transform: translateX(3px);
  }
  .join_item.item01 .txt {
    padding: 14px 14px 14px 20px;
  }
  .join_item.item01 .desc {
    padding-bottom: 11px;
  }
  .join_item.item01 .chart_content .txt01,
  .join_item.item01 .chart_content .txt02 {
    top: 47%;
  }
  .join_item.item01 .chart_content .txt01 {
    left: -29px;
  }
  .join_item.item01 .chart_content .txt02 {
    right: -29px;
  }
  .join_item.item01 canvas {
    width: clamp(7.5rem, 6.25vw + 4.5rem, 10.125rem) !important;
    height: clamp(7.5rem, 6.25vw + 4.5rem, 10.125rem) !important;
  }
  .join_item.item02 {
    margin-bottom: 0;
    width: 45%;
    max-width: 378px;
  }
  .join_item.item02 .join_ttl {
    max-width: 360px;
  }
  .join_item.item02 .content {
    padding: 46px 0 0;
  }
  .join_item.item02 .img {
    transform: translateX(12px);
  }
  .join_item.item02 .txt {
    padding: 16px 18px 14px 20px;
  }
  .join_item.item02 .desc {
    padding-bottom: 13px;
  }
  .join_item.item02 .memo {
    left: 2px;
    bottom: 103%;
  }
  .join_item.item02 .chart_content .txt01 {
    right: -20px;
    top: 15px;
  }
  .join_item.item02 .chart_content .txt01 .txt_jp {
    transform: translateX(0);
    padding-right: clamp(0rem, 2.0833333333vw + -1rem, 0.875rem);
  }
  .join_item.item02 .chart_content .txt01 .unit {
    transform: translate(0);
  }
  .join_item.item02 .chart_content .txt02 {
    bottom: -20px;
    left: 62%;
  }
  .join_item.item02 .chart_content .txt02 .unit {
    transform: translate(0);
  }
  .join_item.item02 .chart_content .txt02 .txt_jp {
    transform: translate(0);
    padding-right: clamp(0rem, 1.4880952381vw + -0.7142857143rem, 0.625rem);
  }
  .join_item.item02 .chart_content .txt03 {
    left: -27px;
    top: 56%;
  }
  .join_item.item02 .chart_content .txt03 .unit {
    transform: translate(0);
  }
  .join_item.item02 .chart_content .txt03 .txt_jp {
    transform: translate(0);
    font-size: 0.875rem;
  }
  .join_item.item02 .chart_content .txt04 {
    left: 10px;
  }
  .join_item.item02 .chart_content .txt04 .unit {
    transform: translate(0);
  }
  .join_item.item02 .chart_content .txt04 .txt_jp {
    font-size: 0.875rem;
    padding-right: clamp(0rem, 1.4880952381vw + -0.7142857143rem, 0.625rem);
  }
  .join_item.item02 canvas {
    width: clamp(7.5rem, 6.25vw + 4.5rem, 10.125rem) !important;
    height: clamp(7.5rem, 6.25vw + 4.5rem, 10.125rem) !important;
  }
  .join_item.item03 {
    width: 45%;
    margin-bottom: 0;
    max-width: 374px;
  }
  .join_item.item03 .content {
    padding: 51px 0 0;
  }
  .join_item.item03 .join_ttl {
    padding: 0 0 0 12px;
    margin-left: 17px;
  }
  .join_item.item03 .img {
    transform: translateX(12px);
  }
  .join_item.item03 .txt {
    padding: 14px 18px 16px 20px;
  }
  .join_item.item03 .desc {
    margin-bottom: -21px;
  }
  .join_item.item03 .chart_content .number {
    font-family: "Open Sans", serif;
  }
  .join_item.item03 .chart_content .txt01 {
    top: 35.5%;
    right: -20px;
  }
  .join_item.item03 .chart_content .txt02 {
    bottom: -8px;
    left: 18px;
  }
  .join_item.item03 .chart_content .txt03 {
    top: 33%;
    left: -28px;
  }
  .join_item.item03 .chart_content .txt04 {
    left: 5px;
    top: -6px;
  }
  .join_item.item03 .chart_content .txt05 {
    top: -26px;
    left: 49px;
  }
  .join_item.item03 canvas {
    width: clamp(7.5rem, 6.25vw + 4.5rem, 10.125rem) !important;
    height: clamp(7.5rem, 6.25vw + 4.5rem, 10.125rem) !important;
  }
  .join_item.item04 {
    width: 45%;
    max-width: 379px;
  }
  .join_item.item04 .memo {
    left: 0;
  }
  .join_item.item04 .join_ttl {
    padding: 0 0 0 12px;
    margin-right: auto;
    max-width: 360px;
  }
  .join_item.item04 .img {
    transform: translateX(19px);
  }
  .join_item.item04 .content {
    width: 100%;
    padding: 53px 0 0;
  }
  .join_item.item04 .txt {
    padding: 13px 20px 16px 16px;
  }
  .join_item.item04 .desc {
    margin-bottom: -16px;
  }
  .join_item.item04 .chart_content .number {
    font-family: "Open Sans", serif;
  }
  .join_item.item04 .chart_content .number.txt_small {
    font-family: "Open Sans", serif;
  }
  .join_item.item04 .chart_content .txt01 {
    top: 30%;
    right: -19px;
  }
  .join_item.item04 .chart_content .txt02 {
    bottom: -9px;
    left: 50px;
  }
  .join_item.item04 .chart_content .txt03 {
    top: 44%;
    left: -14px;
  }
  .join_item.item04 .chart_content .txt04 {
    left: 3px;
    top: 2px;
  }
  .join_item.item04 .chart_content .txt05 {
    top: -27px;
    left: clamp(1rem, 5.8035714286vw + -1.7857142857rem, 3.4375rem);
  }
  .join_item.item04 canvas {
    width: clamp(7.5rem, 6.25vw + 4.5rem, 10.125rem) !important;
    height: clamp(7.5rem, 6.25vw + 4.5rem, 10.125rem) !important;
  }
  .join_item .content {
    align-items: flex-end;
    padding-top: 22px;
  }
  .join_item .desc {
    max-width: 154px;
  }
  .join_item .memo {
    width: 70px;
    position: absolute;
    bottom: 106%;
    top: unset;
    left: 3px;
  }
  .join_item .chart_content .number {
    font-size: clamp(1.875rem, 1.4880952381vw + 1.1607142857rem, 2.5rem);
  }
  .join_item .chart_content .number.txt_small {
    font-size: clamp(1.25rem, 0.744047619vw + 0.8928571429rem, 1.5625rem);
  }
  .join_item .chart_content .number .unit {
    left: 32%;
    padding-top: clamp(0.5rem, 1.6369047619vw + -0.2857142857rem, 1.1875rem);
  }
  .join_item .chart_content .number.txt_35 {
    font-size: clamp(1.875rem, 1.4880952381vw + 1.1607142857rem, 2.5rem);
  }
  .merit {
    padding: 163px 0 0;
  }
  .merit::after {
    display: none;
  }
  .merit .c_ttl .en {
    width: 57px;
    padding-bottom: 13px;
    margin-bottom: 25px;
  }
  .merit .c_ttl .jp {
    margin: 0;
    width: 187px;
  }
  .merit_content {
    width: 100%;
    transform: translateX(0);
  }
  .merit_frame {
    padding: 81px clamp(0rem, -15.625vw + 14.0625rem, 4.0625rem) 77px;
  }
  .merit_inner {
    padding: 0;
    margin-top: 59px;
    gap: 32px;
  }
  .merit_item {
    padding: 23px 10px 24px;
    width: 100%;
    max-width: 285px;
  }
  .merit_item.sp_full {
    max-width: 285px;
  }
  .merit_item.item03, .merit_item.item04 {
    padding: 23px 10px;
  }
  .merit_item.item02::after {
    display: none;
  }
  .merit_item.item02 .txt {
    line-height: 1.825;
    font-size: 1rem;
  }
  .merit_item .ttl {
    padding: 17px 0 9px;
    line-height: 1.3833333333;
    font-size: 1.5rem;
  }
  .merit_item .txt {
    line-height: 1.825;
    font-size: 1rem;
  }
  .merit_item.item_diff {
    display: flex;
    padding: 0;
  }
  .movie {
    padding-bottom: 60px;
    padding-top: 55px;
  }
  .movie::after {
    background-size: 104px 104px;
    height: 66.6666666667%;
    max-height: 432px;
    bottom: 91px;
  }
  .movie_desc {
    position: relative;
    left: -3px;
    width: 100%;
    margin-top: 34px;
  }
  .movie_desc video {
    height: 513px;
  }
  .movie_content {
    padding-top: 0;
  }
  .movie .c_ttl .en {
    width: 67px;
    padding-bottom: 13px;
    margin-bottom: 25px;
  }
  .movie .c_ttl .jp {
    margin: 0;
    width: 238px;
    padding-left: 2px;
  }
  .interview {
    padding: 56px 0 101px;
    margin-bottom: -3px;
  }
  .interview_decor01 {
    display: block;
    width: 30.5555555556%;
  }
  .interview_decor02 {
    display: block;
    width: 25.8333333333%;
  }
  .interview .inner {
    text-align: left;
  }
  .interview .c_ttl .en {
    max-width: 104px;
    padding-bottom: 14px;
    margin-bottom: 17px;
  }
  .interview .c_ttl .jp {
    margin: 0;
    max-width: 556px;
    padding-left: 4px;
  }
  .interview .desc {
    gap: 19px;
    flex-direction: row;
    padding: 56px 0 0;
  }
  .interview .img {
    max-width: clamp(15.625rem, 30.6547619048vw + 0.9107142857rem, 28.5rem);
    margin-top: 1px;
  }
  .interview .img01 {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    max-width: 341px;
  }
  .interview .img02 {
    top: 116px;
    width: 100%;
    right: -107px;
    max-width: 200px;
  }
  .interview .txt {
    width: 43.5869565217%;
  }
  .qa {
    padding: 72px 0;
  }
  .qa_content {
    border: 1px solid #000;
    background-color: rgba(255, 255, 255, 0.92);
    padding: 45px clamp(2.5rem, 8.9285714286vw + -1.7857142857rem, 6.25rem) 64px;
  }
  .qa_item + .qa_item {
    margin-top: 40px;
  }
  .qa_item + .qa_item.active {
    margin-top: 39px;
  }
  .qa_ask:hover {
    opacity: 0.8;
  }
  .qa_ask {
    padding: 10px 70px 10px 35px;
  }
  .qa_ask .plus {
    right: 27px;
  }
  .qa_question {
    margin-bottom: 0;
    background-color: transparent;
    margin-top: 0;
    padding: 24px 70px 2px 35px;
  }
  .qa_question .minus {
    top: 36%;
  }
  .qa_question .txt {
    max-width: 696px;
  }
  .qa .c_ttl .en {
    width: 54px;
    padding-bottom: 11px;
    margin-bottom: 25px;
  }
  .qa .c_ttl .jp {
    margin: 0;
    width: 283px;
    padding-left: 8px;
  }
  .qa .desc {
    width: 100%;
    padding-top: 42px;
  }
}

@media (any-hover: hover) and (pointer: fine) and (min-width: 768px) {
  #totop:hover {
    transform: translateY(-10px);
  }
}

@media screen and (min-width: 1024px) {
  .c_header {
    padding: 0;
    height: 70px;
  }
  .c_header_logo {
    position: relative;
    z-index: 111;
    width: clamp(19.375rem, 37.9807692308vw + -4.9326923077rem, 29.25rem);
  }
  .c_header_logo .logo {
    max-width: clamp(12.5rem, 35.3365384615vw + -10.1153846154rem, 21.6875rem);
  }
  .c_header_inner {
    height: unset;
    position: unset;
    display: flex;
    width: 67.538462%;
    width: 61.5384615385%;
    max-width: 876px;
  }
  .c_header_inner .c_header_entry {
    font-size: clamp(0.75rem, 1.4423076923vw + -0.1730769231rem, 1.125rem);
    max-width: clamp(8.75rem, 18.9903846154vw + -3.4038461538rem, 13.6875rem);
    gap: 6px;
    padding: 0 clamp(0rem, -2.8846153846vw + 2.5961538462rem, 0.75rem) 0 12px;
  }
  .c_header_inner .logo_menu {
    display: none;
  }
  .c_header_entry {
    max-width: 220px;
    height: 70px;
    margin-right: 0;
    padding-left: 12px;
    gap: 6px;
    position: fixed;
    top: 0;
    right: 0;
  }
  .c_header_btn {
    display: none;
  }
  .c_header .menu {
    display: flex;
  }
  .c_header .menu_pc {
    padding: 0;
    display: block;
  }
  .c_header .c_menu {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    gap: clamp(0.625rem, 3.0263157895vw + -1.3118421053rem, 1.34375rem);
  }
  .c_header .c_menu_pc {
    display: block;
  }
  .c_header .c_menu_sp {
    display: none;
  }
  .c_header .c_menu_item {
    padding: 0;
    width: unset;
  }
  .c_header .c_menu_item::after {
    display: none;
  }
  .c_header .c_menu_item.active::after {
    background-color: #e55322;
  }
  .c_header .c_menu_item_link {
    padding-left: 0;
    font-weight: 500;
    font-size: clamp(0.75rem, 0.4807692308vw + 0.4423076923rem, 0.875rem);
  }
  .c_header .c_menu_item_link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background-color: #e55322;
    opacity: 0;
    transition: 0.5s;
  }
  .c_header .c_menu_item_link::after {
    display: none;
  }
  .c_header .c_menu_item_link .en {
    display: none;
  }
  .c_header .c_menu_item:hover::after {
    background-color: #e55322;
    width: 100%;
  }
  .c_header .c_toggle {
    display: none;
  }
  .c_gnavi {
    padding-top: 0;
  }
  .c_gnavi::after {
    background-color: #fff;
  }
  .c_gnavi {
    opacity: 1;
    visibility: visible;
    background: transparent;
  }
  .footer_menu_link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background-color: #e55322;
    opacity: 0;
    transition: 0.5s;
  }
}