/*!
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;
}

/* 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;
}

body {
  color: #53453E;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-weight: 400;
  background-color: #FFF1E7;
  font-size: 3.7333333333vw;
}

#wrapper {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.full {
  width: 100%;
}

.pc {
  display: none;
}

.container {
  margin: 0 1.8em;
}

.h_opacity {
  cursor: pointer;
}
.inview {
  visibility: hidden;
  opacity: 0;
}

.fadeUp,
.fadeIn {
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fadeUp {
  animation-name: ani_fadeup;
}

.fadeIn {
  animation-name: ani_fadein;
}

.aniTxt {
  animation-name: ani_text02;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.17, 0.88, 0.3, 1.28);
}

@keyframes ani_text02 {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.message_inner, .merit_inner, .interview_inner, .interview_list, .work_heading, .work_slider, .footer_area_content, .merit_box, .work_inner, .special_inner {
  margin-right: auto;
  margin-left: auto;
}

.special_lead, .merit_lead, .interview_lead, .work_lead, .brand_lead {
  letter-spacing: -0.02em;
  text-align: justify;
  font-family: YakuHanJP, kozuka-gothic-pr6n, sans-serif;
  font-size: 1.2857142857em;
  font-weight: 700;
}

.merit_ttl_jp, .work_ttl_jp, .interview_ttl_jp, .brand_ttl_jp, .voice_ttl_jp, .qa_ttl_jp, .cta_modal_ttl_jp, .footer_area_ttl .txt_jp {
  font-family: YakuHanJP, kozuka-gothic-pr6n, sans-serif;
  line-height: 1;
  font-weight: 800;
  display: table;
  position: absolute;
  letter-spacing: 0.05em;
  font-size: 1.4285714286em;
}

.interview_ttl_jp, .brand_ttl_jp, .voice_ttl_jp, .qa_ttl_jp, .cta_modal_ttl_jp, .footer_area_ttl .txt_jp {
  background-color: white;
  padding: 0.1515151515em 0.1212121212em;
  right: -0.2em;
  top: 55%;
  padding: 0.15em;
}

.merit_box, .work_inner {
  background-color: white;
  border: 2px solid #ff7b61;
}

.message_desc, .merit_item_cap, .interview_item_name {
  font-family: YakuHanJP, kozuka-gothic-pr6n, sans-serif;
}

.special_video_img, .interview_item_video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}
.special_video_img video, .interview_item_video video {
  width: 100%;
  border-radius: 0.7142857143em;
}
.special_video_img img, .interview_item_video img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  z-index: 1;
  border-radius: 0.7142857143em;
}
.special_video_img .c_btn_play, .interview_item_video .c_btn_play {
  width: 5.2857142857em;
  height: 5.2857142857em;
  background: url(../images/icon_play.svg) center/contain no-repeat;
  position: absolute;
  transform: translate(-0.3571428571em, 0px);
  cursor: pointer;
  z-index: 2;
}

.special_box::after, .cta_modal_head::after, .footer_nav_bg::after {
  content: "";
  inset: 0;
  z-index: -1;
  position: absolute;
  -webkit-mask-image: linear-gradient(to bottom, white 1px, transparent 1px), linear-gradient(to right, white 1px, transparent 1px);
  mask-image: linear-gradient(to bottom, white 1px, transparent 1px), linear-gradient(to right, white 1px, transparent 1px);
  background-image: linear-gradient(to top, #ff7b61, #ffb9ab);
  opacity: 0.2;
}

.footer_nav_bg, .footer_nav_banner, .footer_area, .header_nav {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease;
  transition-property: visibility, opacity;
}

.footer_nav.is_open .footer_nav_bg, .footer_nav.is_open .footer_nav_banner, .footer_area.is_open, .header_nav.is_open {
  visibility: visible;
  opacity: 1;
}

.no_transition .header_nav, .no_transition .header {
  transition: none !important;
}
.no_transition .header_menu_contact::before, .no_transition .header_menu_contact::after {
  transition: none !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #f2f2f2;
  transition: 0.5s ease;
  transition-property: background-color, color;
}
.header.is_fixed {
  color: #53453E;
}
.header.is_fixed .header_logo_txt {
  opacity: 0;
}
.header.is_active .header_logo_txt {
  opacity: 0;
}
.header_inner {
  display: flex;
  justify-content: space-between;
}
.header_logo {
  display: flex;
  font-size: clamp(0.625rem, 1em, 0.875rem);
  position: relative;
  z-index: 10;
  width: 100%;
  justify-content: space-between;
}
.header_logo_link {
  display: flex;
  background-color: black;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 5.5714285714em;
  height: 5.5714285714em;
}
.header_logo_link img {
  width: 3em;
}
.header_logo_txt {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 0.7857142857em;
  padding: 0.7272727273em 1em 0 0;
  transition: 0.5s ease;
  transition-property: opacity;
}
.header_nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  font-size: clamp(0.625rem, 1em, 1rem);
}
.header_menu {
  margin: 0 auto;
  max-height: 100%;
  padding: min(97px, 6.9285714286em) 0 5.7142857143em;
  overflow: auto;
}
.header_menu_contact {
  display: none;
  color: #F2F2F2;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.header_menu_contact::after, .header_menu_contact::before {
  content: "";
  height: 100%;
  top: 0;
  position: absolute;
  width: 200%;
  transition: transform 0.5s ease;
}
.header_menu_contact::before {
  z-index: -2;
  right: 0;
  background-image: linear-gradient(to left, black 0 50%, #D12923 50% 100%);
}
.header_menu_contact::after {
  z-index: -1;
  left: 0;
  background-image: linear-gradient(to right, black 0 50%, #D12923 50% 100%);
}
.header_menu_contact a {
  font-family: YakuHanJP, kozuka-gothic-pr6n, sans-serif;
  font-weight: 900;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375em;
  opacity: 1;
}
.header_menu_contact a::after {
  content: "";
  width: 0.8125em;
  height: 0.8125em;
  background: url(../images/icon_blank.svg) center/contain no-repeat;
}
.header_menu_link {
  width: 17.3571428571em;
  margin: 0 auto;
}
.header_menu_link a {
  font-weight: 700;
  font-size: 1.2857142857em;
  display: flex;
  letter-spacing: -0.02em;
  padding: 1.0714285714em 0;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid currentColor;
  color: #F2F2F2;
}
.header_menu_link a::after {
  content: "";
  width: 0.7222222222em;
  height: 0.7222222222em;
  background: url(../images/icon_blank.svg) center/contain no-repeat;
  position: relative;
  top: 0.1111111111em;
  right: 0.2777777778em;
}

.footer_nav {
  font-size: 0.875rem;
  font-size: clamp(0.625rem, 1em, 1rem);
  padding-bottom: 3.7142857143em;
}
.footer_nav_inner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 200;
}
.footer_nav_bg {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-image: linear-gradient(60deg, #53453E 0% 20%, #7E706A 90% 100%);
}
.footer_nav_bg::after {
  -webkit-mask-position: 56% 48%;
  mask-position: 56% 48%;
  -webkit-mask-size: 2.3571428571em 2.3571428571em;
  mask-size: 2.3571428571em 2.3571428571em;
}
.footer_nav_banner {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100%;
  height: 10em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: url(../images/img_we_are_pattern.jpg) center/cover no-repeat;
}
.footer_nav_banner img {
  width: 31.2142857143em;
  max-width: unset;
  position: relative;
  left: 0.5em;
}
.footer_nav_hamberger {
  width: 4em;
  height: 3.7142857143em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #F2F2F2;
  flex-shrink: 0;
}
.footer_nav_hamberger > * {
  position: absolute;
  height: 2px;
  width: 2.0714285714em;
  background-color: #2F2F2F;
  transition: 0.5s ease;
  pointer-events: none;
  transition-property: opacity, translate, scale, rotate;
}
.footer_nav_hamberger > *:first-child {
  translate: 0 -0.5714285714em;
}
.footer_nav_hamberger > *:nth-child(2) {
  scale: 0.8 1;
  translate: 0.2142857143em 0;
}
.footer_nav_hamberger > *:last-child {
  scale: 0.6 1;
  translate: 6px 0.5714285714em;
}
.footer_nav_hamberger.is_open > * {
  scale: 1 1;
  rotate: 45deg;
  translate: 0 0;
}
.footer_nav_hamberger.is_open > *:nth-child(2) {
  opacity: 0;
}
.footer_nav_hamberger.is_open > *:last-child {
  rotate: 135deg;
}
.footer_nav_joinus {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  color: #F2F2F2;
  font-size: 1.1428571429em;
  font-weight: 900;
  letter-spacing: 0.06em;
  gap: 0.375em;
  padding-bottom: 0.25em;
}
.footer_nav_joinus::after {
  content: "";
  height: 0.8125em;
  width: 0.8125em;
  background: url(../images/icon_blank.svg) center/contain no-repeat;
}
.footer_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  font-size: clamp(0.625rem, 1em, 1rem);
  z-index: 55;
}
.footer_area_inner {
  padding: min(100px, 7.1428571429em) 0 5.7142857143em;
  overflow: auto;
  height: 100%;
}
.footer_area_content {
  width: 23.6428571429em;
}
.footer_area_ttl {
  position: relative;
  display: table;
}
.footer_area_ttl img {
  width: 15.9285714286em;
}
.footer_area_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1428571429em;
  margin-top: 1em;
}
.footer_area_tag {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.625em;
  background-color: white;
  letter-spacing: -0.02em;
  font-size: 1.1428571429em;
  font-weight: 900;
  line-height: 1;
  gap: 0.3125em;
  padding: 0 1.5em 0 1.3125em;
}
.footer_area_tag::after {
  content: "";
  width: 0.8125em;
  height: 0.8125em;
  background-color: currentColor;
  -webkit-mask: url(../images/icon_blank.svg) center/contain no-repeat;
  mask: url(../images/icon_blank.svg) center/contain no-repeat;
}
.footer_area_btn {
  height: 2.625em;
  font-size: 1.1428571429em;
  width: 10em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  color: white;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 2.5625em auto 0;
  gap: 0.375em;
}
.footer_area_btn::after {
  content: "";
  width: 0.875em;
  height: 0.875em;
  background: url(../images/icon_cross.svg) center/contain no-repeat;
}

.c_totop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/img_totop.png) center/contain no-repeat;
  width: 68px;
  height: 68px;
  flex-shrink: 0;
  transition: 0.5s;
  transition-property: visibility, opacity;
  z-index: 40;
  opacity: 0;
  pointer-events: none;
  right: 20px;
  bottom: 25vw;
  visibility: hidden;
  border-radius: 50%;
}
.c_totop.is_show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

html.is_loaded .c_loading {
  opacity: 0;
  pointer-events: none;
}
html.is_loaded body {
  position: relative;
  top: auto;
  left: auto;
}

html body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.c_loading {
  position: fixed;
  z-index: 9999;
  pointer-events: all;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: white;
  opacity: 1;
  transition: opacity 3s ease;
}

.brand {
  min-height: 75.7857142857em;
  padding: 2.8571428571em 1.4285714286em;
  background: url(../images/bg_brand_sp.jpg) no-repeat top center/cover;
  margin-top: -1px;
}
.brand_inner {
  max-width: 84.8571428571em;
  margin: 0 auto;
}
.brand_heading {
  position: relative;
}
.brand_ttl {
  position: relative;
  text-align: center;
  margin-bottom: 1.7142857143em;
}
.brand_ttl img {
  width: 18.8571428571em;
}
.brand_ttl .brand_ttl_jp {
  top: 60%;
  right: 2.9em;
  background-color: #fff1e7;
}
.brand_lead {
  width: 18em;
  margin: 0 auto -0.625em;
  color: #fff1e7;
  font-weight: 700;
  font-size: 1.1428571429em;
  line-height: 1.5em;
}
.brand_bubble {
  position: relative;
  left: 1em;
  transform: rotate(-6deg);
  width: 13.9285714286em;
  margin: 0 auto 4.2857142857em;
}
.brand_bubble_txt img {
  width: 100%;
}
@keyframes shakefig03 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  50% {
    transform: translate(0, 0) rotate(-11deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
.brand_bubble_img {
  position: absolute;
  top: 4.2857142857em;
  right: -4.0714285714em;
}
.brand_bubble_img img {
  animation: shakefig03 1.4s step-start 0s infinite normal;
  width: 9.5em;
}
.brand_list {
  position: relative;
}
.brand_item {
  position: absolute;
}
.brand_item::before {
  content: "";
  position: absolute;
  top: -10%;
  right: 0;
  width: 3.2142857143em;
  height: 3.2142857143em;
  background: url(../images/icon_brand_arrow_sp.png) no-repeat center/contain;
}
.brand_item.item01 {
  top: -1.6428571429em;
  left: 2.2857142857em;
}
.brand_item.item01 .brand_item_img {
  width: 17.2857142857em;
}
.brand_item.item01::before {
  top: -0.7857142857em;
  right: -1.4285714286em;
}
.brand_item.item02 {
  top: 9.6428571429em;
  left: 0.0714285714em;
}
.brand_item.item02 .brand_item_img {
  width: 11em;
}
.brand_item.item02::before {
  top: -1.8571428571em;
  right: -1.6428571429em;
}
.brand_item.item03 {
  top: 8.3571428571em;
  right: 0.8571428571em;
}
.brand_item.item03 .brand_item_img {
  width: 9.5714285714em;
}
.brand_item.item03::before {
  top: -1.2857142857em;
  right: -0.9285714286em;
}
.brand_item.item04 {
  top: 20.1428571429em;
  right: 12.4285714286em;
}
.brand_item.item04 .brand_item_img {
  width: 9.4285714286em;
}
.brand_item.item04::before {
  top: -1.2857142857em;
  right: 7.6428571429em;
}
.brand_item.item05 {
  top: 27.7142857143em;
  right: 12.6428571429em;
}
.brand_item.item05 .brand_item_img {
  width: 9.1428571429em;
}
.brand_item.item05::before {
  top: -1em;
  right: -1.8571428571em;
}
.brand_item.item06 {
  top: 20.2142857143em;
  left: 14.6428571429em;
}
.brand_item.item06 .brand_item_img {
  width: 6.0714285714em;
}
.brand_item.item06::before {
  top: -1.4285714286em;
  right: -1.3571428571em;
}
.brand_item.item07 {
  top: 36.2857142857em;
  left: 3.9285714286em;
}
.brand_item.item07 .brand_item_img {
  width: 8.0714285714em;
}
.brand_item.item07::before {
  top: -2.2857142857em;
  right: 6.5em;
}
.brand_item.item08 {
  top: 33.4285714286em;
  right: 1.9285714286em;
}
.brand_item.item08 .brand_item_img {
  width: 8.7857142857em;
}
.brand_item.item08::before {
  top: -1.7857142857em;
  right: -1.2142857143em;
}
.brand_modal_main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4.8571428571em 2.1428571429em 2.8571428571em;
  overflow: hidden;
}
.brand_modal_main::before {
  content: "";
  position: absolute;
  top: 17.5em;
  right: -5.3571428571em;
  width: 16.4285714286em;
  height: 13.6428571429em;
  background: url(../images/img_brand_modal_logo.svg) no-repeat center/contain;
}
.brand_modal_img {
  position: relative;
  margin-bottom: 1.4285714286em;
  padding: 0 1.5714285714em;
}
.brand_modal_box {
  position: relative;
}
.brand_modal_logo {
  margin: 0 auto 1.4285714286em;
  text-align: center;
}
.brand_modal_txt {
  margin-bottom: 1.4285714286em;
  font-size: 1.2142857143em;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
.brand_modal_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.6428571429em;
  height: 2.7142857143em;
  margin: 0 auto;
  background-color: #53453e;
  color: #fff;
  letter-spacing: -0.02em;
}
.brand_modal_btn svg {
  width: 1.5em;
}

.voice {
  padding: 2.8571428571em 0 5.4285714286em;
}
.voice_inner {
  position: relative;
}
.voice_heading {
  position: relative;
  left: 0.4285714286em;
}
.voice_heading img {
  width: 16.7142857143em;
}
.voice_heading .voice_ttl_jp {
  position: relative;
  margin-top: -2.05em;
  right: 0.15em;
}
.voice_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.voice_main {
  position: relative;
  min-height: 49em;
}
.voice_main::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 15.7142857143em;
  left: calc(50% - 0.0714285714em);
  transform: translateX(-50%);
  width: 24.2857142857em;
  height: 21.7142857143em;
  background: url(../images/img_voice_logo.svg) no-repeat top center/contain;
}
.voice_item {
  position: absolute;
  z-index: 1;
}
.voice_item_txt {
  position: absolute;
}
.voice_item.item01 {
  top: 2.8571428571em;
  left: 1.2857142857em;
}
.voice_item.item01 .voice_item_img {
  width: 10.4285714286em;
  --deg01: 0deg;
  --deg02: 5deg;
  --x1: 0px;
  --y1: 0px;
  --x2: 0;
  --y2: 2px;
  animation: shake03 1.6s step-start 0s infinite normal;
}
.voice_item.item01 .voice_item_txt {
  top: 6.6428571429em;
  left: 2.5em;
  width: 10.8571428571em;
}
.voice_item.item02 {
  top: 18.8571428571em;
  left: 15.3571428571em;
}
.voice_item.item02 .voice_item_img {
  width: 8.2857142857em;
  --deg01: 0deg;
  --deg02: -5deg;
  --x1: 0px;
  --y1: 0px;
  --x2: 0;
  --y2: 0;
  animation: shake03 1.6s step-start 0s infinite normal;
}
.voice_item.item02 .voice_item_txt {
  top: 8.6428571429em;
  left: -2em;
  width: 12.2857142857em;
}
.voice_item.item03 {
  top: 8.2857142857em;
  right: 5.5em;
}
.voice_item.item03 .voice_item_img {
  width: 7.0714285714em;
  --deg01: -5deg;
  --deg02: 0deg;
  --x1: 0px;
  --y1: -2px;
  --x2: 0px;
  --y2: 0;
  animation: shake03 1.6s step-start 0s infinite normal;
}
.voice_item.item03 .voice_item_txt {
  top: -2.6428571429em;
  right: -4.1428571429em;
  width: 5.4285714286em;
}
.voice_item.item04 {
  top: 16.4285714286em;
  left: 4.7857142857em;
}
.voice_item.item04 .voice_item_img {
  width: 8.5714285714em;
  --deg01: 0deg;
  --deg02: 5deg;
  --x1: 0px;
  --y1: 0px;
  --x2: 2px;
  --y2: 0;
  animation: shake03 1.6s step-start 0s infinite normal;
}
.voice_item.item04 .voice_item_txt {
  top: 7.2857142857em;
  left: -2.1428571429em;
  width: 11.3571428571em;
}
.voice_item.item05 {
  top: 31.4285714286em;
  left: 0.2857142857em;
}
.voice_item.item05 .voice_item_img {
  width: 9.9285714286em;
  --deg01: 0deg;
  --deg02: -5deg;
  --x1: 0px;
  --y1: 0px;
  --x2: 2px;
  --y2: 0px;
  animation: shake03 1.6s step-start 0s infinite normal;
}
.voice_item.item05 .voice_item_txt {
  top: 0.8571428571em;
  left: 7.6428571429em;
  width: 11.9285714286em;
}
.voice_item.item06 {
  top: 39.1428571429em;
  left: 13.7857142857em;
}
.voice_item.item06 .voice_item_img {
  width: 9.4285714286em;
  --deg01: -5deg;
  --deg02: 0deg;
  --x1: 2px;
  --y1: 2px;
  --x2: 0px;
  --y2: 0px;
  animation: shake03 1.5s step-start 0s infinite normal;
}
.voice_item.item06 .voice_item_txt {
  top: -1em;
  left: -2.1428571429em;
  width: 3.7142857143em;
}

.qa {
  padding-bottom: 3.1428571429em;
}
.qa_inner {
  position: relative;
  max-width: 85.7142857143em;
  margin: 0 auto;
}
.qa_heading {
  margin-bottom: 2.0714285714em;
}
.qa_ttl {
  position: relative;
  left: 0.2142857143em;
  display: flex;
  justify-content: center;
}
.qa_ttl img {
  width: 16.7857142857em;
}
.qa_ttl .qa_ttl_jp {
  top: 59%;
  right: 4.15em;
}
.qa_main {
  display: grid;
  gap: 1.5em;
  padding: 0 0.7142857143em;
}
.qa_item {
  background-color: #fff;
}
.qa_item_ttl {
  position: relative;
  padding-bottom: 1.3125em;
  padding-left: 2.75em;
  background-color: #fff1e7;
  color: #53453e;
  font-size: 1.1428571429em;
  letter-spacing: -0.02em;
}
.qa_item_ttl::before {
  content: "";
  position: absolute;
  top: -0.375em;
  left: 0;
  width: 2.1875em;
  height: 2.1875em;
  background: url(../images/img_qa_txt_q.svg) no-repeat center/contain;
}
.qa_item_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.4285714286em;
  min-height: 7.5714285714em;
  background-color: #fff;
  color: #53453e;
  letter-spacing: -0.02em;
}
.qa_item:last-child .qa_item_txt {
  min-height: 6em;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #53453e;
  opacity: 0.3;
}
.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #53453e;
  width: 3.5714285714em;
  height: 3.5714285714em;
}
.modal_close img {
  width: 1.7142857143em;
  display: none;
}
.modal_close::before {
  content: "";
  display: inline-block;
  width: 1.7142857143em;
  height: 1.7142857143em;
  background-color: #fff;
  mask-image: url(../images/icon_close.svg);
  -webkit-mask-image: url(../images/icon_close.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
}
.modal_body {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  width: 23.7857142857em;
  overflow-y: auto;
  background-color: #fff1e7;
}

.cta {
  padding: 2.8571428571em 0 0;
  background: url(../images/bg_cta.jpg) no-repeat center/cover;
}
.cta_inner {
  position: relative;
  max-width: 78.1428571429em;
  margin: 0 auto;
}
.cta_ttl {
  width: 20.2857142857em;
  margin: 0 auto 1.2857142857em;
}
.cta_ttl img {
  width: 100%;
}
.cta_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.7777777778em;
  height: 3.8888888889em;
  margin: 0 auto;
  color: #fff;
  font-family: YakuHanJP, kozuka-gothic-pr6n, sans-serif;
  font-weight: 900;
  font-size: 1.2857142857em;
  line-height: 1.75;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 0;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.5s ease;
}
.cta_btn::after, .cta_btn::before {
  content: "";
  height: 100%;
  top: 0;
  position: absolute;
  width: 201%;
  transition: transform 0.5s ease;
}
.cta_btn::before {
  z-index: -2;
  right: 0;
  background-image: linear-gradient(to left, black 0 50%, white 50% 100%);
}
.cta_btn::after {
  z-index: -1;
  left: 0;
  background-image: linear-gradient(to right, black 0 50%, white 50% 100%);
}
.cta_btn_icon {
  position: relative;
  top: 0.1111111111em;
  width: 0.8333333333em;
  height: 0.8333333333em;
  margin-left: 0.2777777778em;
  background-color: currentColor;
  -webkit-mask: url(../images/icon_blank.svg) center/contain no-repeat;
  mask: url(../images/icon_blank.svg) center/contain no-repeat;
}
.cta_join {
  padding-top: 0.6428571429em;
}
.cta_txt {
  position: relative;
  left: 0.2857142857em;
  width: 22.8571428571em;
  margin: 0 auto -1.3571428571em;
}
.cta_img {
  position: relative;
  width: 24.4285714286em;
  overflow: hidden;
}
.cta_img img {
  position: relative;
}
.cta_modal .modal_close {
  display: none;
  background-color: #fff1e7;
}
.cta_modal .modal_close::before {
  background-color: #53453e;
}
.cta_modal .modal_body {
  width: 100vw;
  max-height: 100vh;
  height: 100vh;
  height: 100lvh;
  padding-bottom: 4em;
}
.cta_modal .modal_content {
  height: 100%;
}
.cta_modal_main {
  position: relative;
  height: 100%;
}
.cta_modal_head {
  position: relative;
  z-index: 1;
  height: calc(100% - 140px);
  padding: 4.8571428571em 1.4285714286em 3em;
  background-image: linear-gradient(60deg, #53453e 0% 20%, #7e706a 90% 100%);
}
.cta_modal_head::after {
  -webkit-mask-position: 48% 35%;
  mask-position: 48% 35%;
  -webkit-mask-size: 2.8571428571em 2.8571428571em;
  mask-size: 2.8571428571em 2.8571428571em;
}
.cta_modal_ttl {
  position: relative;
  display: inline-flex;
  margin-bottom: 0.6428571429em;
}
.cta_modal_ttl .cta_modal_ttl_jp {
  top: 54%;
  right: -0.15em;
  font-size: 1.4285714286em;
  letter-spacing: 0.05em;
}
.cta_modal_link {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1428571429em;
}
.cta_modal_link_it {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6875em 1.375em;
  color: #53453e;
  font-family: YakuHanJP, kozuka-gothic-pr6n, sans-serif;
  font-size: 1.1428571429em;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.02em;
  position: relative;
  overflow: hidden;
  z-index: 1;
  opacity: 1;
  transition: color 0.5s ease;
}
.cta_modal_link_it svg {
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.375em;
}
.cta_modal_link_it svg path {
  fill: currentColor;
}
.cta_modal_link_it::after, .cta_modal_link_it::before {
  content: "";
  height: 100%;
  top: 0;
  position: absolute;
  width: 201%;
  transition: transform 0.5s ease;
}
.cta_modal_link_it::before {
  z-index: -2;
  right: 0;
  background-image: linear-gradient(to left, white 0 50%, black 50% 100%);
}
.cta_modal_link_it::after {
  z-index: -1;
  left: 0;
  background-image: linear-gradient(to right, white 0 50%, black 50% 100%);
}
.cta_modal .cta_modal_close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 2.625em;
  margin: 2.5em auto 0;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.cta_modal .cta_modal_close svg {
  margin-left: 0.3125em;
}
.cta_modal_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 10em;
  background: url(../images/bg_cta.jpg) no-repeat top center/cover;
}
.cta_modal_footer_img {
  position: absolute;
  bottom: 0;
  right: -2em;
  width: 31.1428571429em;
}

.copyright {
  padding: 1.7142857143em 0.5714285714em 1.2857142857em;
  background-color: #000;
}
.copyright_txt {
  padding: 0 1.4285714286em;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8571428571em;
  font-weight: 700;
  text-align: center;
  line-height: 1.55em;
  letter-spacing: 0.1em;
}

@keyframes shake03 {
  0% {
    transform: translate(var(--x1), var(--y1)) rotate(var(--deg01));
  }
  50% {
    transform: translate(var(--x2), var(--y2)) rotate(var(--deg02));
  }
  100% {
    transform: translate(var(--x1), var(--y1)) rotate(var(--deg01));
  }
}
@keyframes shake02 {
  0% {
    transform: translate(var(--x1), var(--y1)) rotate(var(--deg01));
  }
  25% {
    transform: translate(var(--x2), var(--y2)) rotate(var(--deg02));
  }
  50% {
    transform: translate(var(--x1), var(--y1)) rotate(var(--deg01));
  }
  75% {
    transform: translate(var(--x2), var(--y2)) rotate(var(--deg02));
  }
  100% {
    transform: translate(var(--x1), var(--y1)) rotate(var(--deg01));
  }
}
@keyframes shake01 {
  0% {
    transform: translate(var(--x1), var(--y1)) rotate(var(--deg01));
  }
  25% {
    transform: translate(var(--x2), var(--y2)) rotate(var(--deg02));
  }
  50% {
    transform: translate(var(--x2), var(--y2)) rotate(var(--deg01));
  }
  75% {
    transform: translate(var(--x2), var(--y2)) rotate(var(--deg02));
  }
  100% {
    transform: translate(var(--x1), var(--y1)) rotate(var(--deg01));
  }
}
@keyframes katakata3 {
  0% {
    transform: translateY(-1px);
  }
  10% {
    transform: translate(1px, -1px);
  }
  20% {
    transform: translateY(-1px);
  }
  30% {
    transform: translate(1px);
  }
  40% {
    transform: translateY(1px);
  }
  50% {
    transform: translate(1px, 1px);
  }
  60% {
    transform: translate(1px, 1px);
  }
  70% {
    transform: translate(0);
  }
  80% {
    transform: translate(-1px);
  }
  90% {
    transform: translate(0);
  }
  to {
    transform: translate(-1px, -1px);
  }
}
@keyframes katakata2 {
  0% {
    transform: translateY(2px) rotate(-3deg);
  }
  10% {
    transform: translate(0) rotate(0deg);
  }
  20% {
    transform: translate(0) rotate(3deg);
  }
  30% {
    transform: translateY(2px) rotate(0deg);
  }
  40% {
    transform: translateY(2px) rotate(-3deg);
  }
  50% {
    transform: translate(-2px) rotate(1deg);
  }
  60% {
    transform: translateY(-2px) rotate(0deg);
  }
  70% {
    transform: translate(0) rotate(-3deg);
  }
  80% {
    transform: translate(-2px) rotate(1deg);
  }
  90% {
    transform: translate(0) rotate(0deg);
  }
  to {
    transform: translateY(2px) rotate(-3deg);
  }
}
@keyframes katakata {
  0% {
    transform: translateY(-2px) rotate(3deg);
  }
  10% {
    transform: translate(0) rotate(0deg);
  }
  20% {
    transform: translate(0) rotate(-3deg);
  }
  30% {
    transform: translateY(-2px) rotate(0deg);
  }
  40% {
    transform: translateY(-2px) rotate(3deg);
  }
  50% {
    transform: translate(2px) rotate(-1deg);
  }
  60% {
    transform: translateY(2px) rotate(0deg);
  }
  70% {
    transform: translate(0) rotate(3deg);
  }
  80% {
    transform: translate(2px) rotate(-1deg);
  }
  90% {
    transform: translate(0) rotate(0deg);
  }
  to {
    transform: translateY(-2px) rotate(3deg);
  }
}
.mv {
  background-color: #F74741;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/img_mv_bg_sp.jpg) center/cover no-repeat;
}
.mv_ttl {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  gap: 0.3571428571em 0.0714285714em;
  font-size: 0.6428571429em;
  transform: rotate(-5deg) translate(0.5555555556em, -2.4444444444em);
  width: 35.2857142857em;
}
.mv_ttl_img {
  display: block;
  transform: rotate(5deg);
  transform-origin: 0% 50%;
  position: relative;
  overflow: hidden;
}
.mv_ttl_img img {
  transform: translateY(124%);
  width: 100%;
}
.mv_ttl_img:nth-child(1) {
  width: 5.5em;
}
.mv_ttl_img:nth-child(2) {
  width: 5.7857142857em;
}
.mv_ttl_img:nth-child(3) {
  width: 5.1428571429em;
  left: 0.5714285714em;
}
.mv_ttl_img:nth-child(4) {
  width: 5.6428571429em;
  left: 0.8571428571em;
  top: 0.1428571429em;
}
.mv_ttl_img:nth-child(5) {
  width: 8em;
  left: 0.7142857143em;
  top: -0.6428571429em;
}
.mv_ttl_img:nth-child(6) {
  width: 5.0714285714em;
  margin-left: 3.8571428571em;
}
.mv_ttl_img:nth-child(7) {
  width: 6.3571428571em;
  top: -0.1428571429em;
}
.mv_ttl_img:nth-child(8) {
  width: 5.8571428571em;
}
.mv_ttl_img:nth-child(9) {
  width: 7.2857142857em;
  top: -0.4285714286em;
}
.mv_ttl_img:nth-child(10) {
  position: absolute;
  width: 9.4285714286em;
  right: 0.5em;
  bottom: 1.7857142857em;
  z-index: -1;
}
.mv_inner {
  position: relative;
  background: url(../images/img_mv_bg.jpg) center/cover no-repeat;
  width: 100%;
  height: 50.5em;
}
.mv_inner.no_animation .mv_img {
  animation: none;
}
.mv_img {
  position: absolute;
  height: 0;
  width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0);
}
.mv_img img {
  max-width: unset;
  height: auto;
}
.mv_img_photo01 {
  display: none;
}
.mv_img_photo01 img {
  --deg01: 0deg;
  --deg02: 5deg;
  --x1: 0px;
  --y1: 0px;
  --x2: 0px;
  --y2: -2px;
  animation: shake03 1.5s step-start 0s infinite normal;
}
.mv_img_photo02 {
  top: 25.8%;
  left: 18.2%;
}
.mv_img_photo02 img {
  --deg01: 5deg;
  --deg02: 0deg;
  --x1: 0;
  --y1: -2px;
  --x2: 0;
  --y2: 0;
  animation: shake03 1.5s step-start 0s infinite normal;
  width: 9.6428571429em;
}
.mv_img_photo02::after {
  content: "";
  background: url(../images/img_mv_decor03.png) center/contain no-repeat;
  position: absolute;
  transform: translate(1.2142857143em, -11.1428571429em);
}
.mv_img_photo03 {
  top: 29.2%;
  left: 52%;
}
.mv_img_photo03 img {
  width: 9.1428571429em;
  --deg01: 0deg;
  --deg02: 6deg;
  --x1: 0;
  --y1: 0;
  --x2: 0;
  --y2: 2px;
  animation: shake03 1.5s step-start 0s infinite normal;
}
.mv_img_photo03::after {
  content: "";
  background: url(../images/img_mv_decor04_sp.png) center/contain no-repeat;
  position: absolute;
  transform: translate(-0.5714285714em, -2.5em);
  width: 8.1428571429em;
  height: 3.7142857143em;
}
.mv_img_photo04 {
  top: 40.1%;
  left: 90%;
}
.mv_img_photo04 img {
  width: 3.2142857143em;
}
.mv_img_photo05 {
  top: 33%;
  left: 90%;
}
.mv_img_photo05 img {
  width: 3.0714285714em;
}
.mv_img_photo06 {
  top: 25.4%;
  left: 90%;
}
.mv_img_photo06 img {
  width: 3.8571428571em;
}
.mv_img_photo07 {
  top: 69%;
  left: 72%;
}
.mv_img_photo07 img {
  width: 14.8571428571em;
  --deg01: 0deg;
  --deg02: -5deg;
  --x1: 0;
  --y1: 0;
  --x2: 0;
  --y2: -2px;
  animation: shake03 1.5s step-start 0s infinite normal;
}
.mv_img_photo07::after {
  content: "";
  background: url(../images/img_mv_decor12_sp.svg) center/contain no-repeat;
  position: absolute;
  transform: translate(-3.2142857143em, -4.8571428571em);
  width: 8.5714285714em;
  height: 3.6428571429em;
}
.mv_img_photo07::before {
  content: "";
  background: url(../images/img_mv_decor06_sp.png) center/contain no-repeat;
  position: absolute;
  width: 2.3571428571em;
  height: 2em;
  transform: translate(5.4285714286em, -2.9285714286em);
}
.mv_img_photo08 {
  top: 63%;
  left: 10%;
}
.mv_img_photo08 img {
  width: 4.3571428571em;
}
.mv_img_photo09 {
  top: 63%;
  left: 24.5%;
}
.mv_img_photo09 img {
  width: 3em;
}
.mv_img_photo09::after {
  content: "";
  background: url(../images/img_mv_decor10.png) center/contain no-repeat;
  position: absolute;
  transform: translate(-4.4285714286em, -5.2857142857em);
  width: 1.8571428571em;
  height: 3em;
  font-size: 0.3428571429em;
}
.mv_img_photo10 {
  top: 62.9%;
  left: 37%;
}
.mv_img_photo10 img {
  width: 3.1428571429em;
}
.mv_img_photo11 {
  top: 90%;
  left: 13.6%;
}
.mv_img_photo11 img {
  --deg01: -5deg;
  --deg02: 0deg;
  --x1: 0px;
  --y1: -2px;
  --x2: 0px;
  --y2: 0px;
  animation: shake03 1.5s step-start 0s infinite normal;
  width: 5.0714285714em;
}
.mv_img_photo12 {
  top: 91.5%;
  left: 31.2%;
}
.mv_img_photo12 img {
  width: 5.9285714286em;
  --deg01: 0deg;
  --deg02: -5deg;
  --x1: 0px;
  --y1: 0px;
  --x2: -2px;
  --y2: -2px;
  animation: shake03 1.5s step-start 0s infinite normal;
}
.mv_img_photo13 {
  top: 91%;
  left: 52%;
}
.mv_img_photo13 img {
  width: 5.1428571429em;
  --deg01: -5deg;
  --deg02: 0deg;
  --x1: 2px;
  --y1: -2px;
  --x2: 0;
  --y2: 0;
  animation: shake03 1.5s step-start 0s infinite normal;
}
.mv_img_photo14 {
  top: 90.8%;
  left: 77.3%;
}
.mv_img_photo14 img {
  width: 9em;
  --deg01: 5deg;
  --deg02: 0deg;
  --x1: 2px;
  --y1: 2px;
  --x2: 0;
  --y2: 0;
  animation: shake03 1.5s step-start 0s infinite normal;
}
.mv_img_photo14::after {
  content: "";
  background: url(../images/img_mv_decor11.png) center/contain no-repeat;
  position: absolute;
  transform: translate(4.5em, 3.2857142857em);
  width: 3.4285714286em;
  height: 8.9285714286em;
  font-size: 0.7642857143em;
}
.mv_img_photo15 {
  top: 12.6%;
  left: 70%;
}
.mv_img_photo15 img {
  width: 5.2142857143em;
}
.mv_img_photo16 {
  top: 12.8%;
  left: 89.2%;
}
.mv_img_photo16 img {
  width: 4.3571428571em;
}
.mv_img_photo17 {
  top: 13%;
  left: 51%;
}
.mv_img_photo17 img {
  width: 5.0714285714em;
}
.mv_img_photo17::after {
  background: url(../images/img_mv_decor09.png) center/contain no-repeat;
  position: absolute;
  transform: translate(-3.5714285714em, -6.0714285714em);
}
.mv_img_food01 {
  display: none;
}
.mv_img_food01 img {
  --deg01: 0deg;
  --deg02: 7deg;
  --x1: 0px;
  --y1: 0px;
  --x2: 0px;
  --y2: 0px;
  animation: shake03 1.5s step-start 0s infinite normal;
}
.mv_img_food02 {
  top: 56%;
  left: 90%;
}
.mv_img_food02 img {
  width: 3.8571428571em;
}
.mv_img_food02::after {
  background: url(../images/img_mv_decor12.svg) center/contain no-repeat;
  position: absolute;
  transform: translate(5.7142857143em, 2em);
}
.mv_img_food03 {
  top: 73.8%;
  left: 29.2%;
}
.mv_img_food03 img {
  width: 14.4285714286em;
}
.mv_img_food04 {
  display: none;
}
.mv_img_food04 img {
  animation: shake01 3s ease infinite;
  --deg01: -7deg;
  --deg02: 0deg;
  --x1: 0px;
  --y1: 0px;
  --x2: 0px;
  --y2: 0px;
  animation: shake03 1.5s step-start 0s infinite normal;
}
.mv_img_decor01 {
  top: 52.2%;
  left: 10%;
}
.mv_img_decor01 img {
  width: 3.5em;
  --deg01: 0deg;
  --deg02: 0deg;
  --x1: 0px;
  --y1: 0px;
  --x2: -6px;
  --y2: -3px;
  animation: shake03 1.5s step-start 0s infinite normal;
}
.mv_img_decor02 {
  top: 28.6%;
  left: 76%;
}
.mv_img_decor02 img {
  width: 3.5em;
  --deg01: 0deg;
  --deg02: -5deg;
  --x1: 0px;
  --y1: 0px;
  --x2: -2px;
  --y2: 2px;
  animation: shake03 1.5s step-start 0s infinite normal;
}
.mv_img_decor03 {
  display: none;
}
.mv_img_decor03 img {
  --deg01: 0deg;
  --deg02: 0deg;
  --x1: 0px;
  --y1: 0px;
  --x2: -6px;
  --y2: 6px;
  animation: shake03 1.5s step-start 0s infinite normal;
}
.mv_img_decor04 {
  top: 13%;
  left: 33%;
}
.mv_img_decor04 img {
  --deg01: 0deg;
  --deg02: 5deg;
  --x1: 0px;
  --y1: 0px;
  --x2: -2px;
  --y2: -2px;
  animation: shake03 1.5s step-start 0s infinite normal;
  width: 4.2857142857em;
}

.message {
  padding-top: 3.3571428571em;
}
.message_inner {
  width: 23.7857142857em;
}
.message_ttl img {
  width: 16.5em;
}
.message_desc {
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: -0.04em;
  text-align: justify;
  font-size: 1.3571428571em;
  margin-top: -0.3571428571em;
}
.message_lead {
  display: table;
  margin-left: auto;
  margin-top: 3.0714285714em;
  position: relative;
}
.message_lead::after {
  content: "";
  left: -0.2142857143em;
  top: -1.4285714286em;
  position: absolute;
  z-index: -1;
  width: 20.3571428571em;
  height: 18.2142857143em;
  background: url(../images/img_message_decor.svg) center/contain no-repeat;
}
.message_lead img {
  width: 21.2857142857em;
}
.message_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5.5em;
  position: relative;
  z-index: 0;
}
.message_img::after {
  content: "";
  bottom: 0.1428571429em;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: url(../images/img_message_pattern.jpg) center/cover no-repeat;
  height: 11.1428571429em;
}
.message_img img {
  max-width: unset;
  width: 30.9285714286em;
  position: relative;
}

.special {
  margin-top: 8.2142857143em;
}
.special_heading {
  width: 23.3571428571em;
  margin: 0 auto;
}
.special_ttl {
  position: relative;
  z-index: 0;
  padding-left: 4.9285714286em;
}
.special_ttl::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: -2.5em;
  left: 1.0714285714em;
  width: 9.7142857143em;
  height: 8.2142857143em;
  background: url(../images/icon_special.svg) center/contain no-repeat;
}
.special_ttl img {
  width: 17.3571428571em;
}
.special_lead {
  padding-top: 0.6666666667em;
}
.special_box {
  background-image: linear-gradient(to right, #53453e, #7e706a);
  position: relative;
  z-index: 0;
  margin-top: 2.1428571429em;
  padding: 2.8571428571em 0.7142857143em 1.7857142857em;
}
.special_box::after {
  -webkit-mask-size: 2.2857142857em 2.2857142857em;
  mask-size: 2.2857142857em 2.2857142857em;
  -webkit-mask-position: 54.5% 49%;
  mask-position: 54.5% 49%;
  border-radius: inherit;
}
.special_box_cheer {
  position: relative;
  display: table;
  margin: -1.7142857143em auto 0;
  left: -1.5714285714em;
  padding-bottom: 3.4285714286em;
}
.special_box_sologan img {
  width: 13.2857142857em;
}
@keyframes shakefig01 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  50% {
    transform: translate(0, 0) rotate(4.67deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
.special_box_fig {
  position: absolute;
  bottom: -1em;
  right: -4.3571428571em;
}
.special_box_fig img {
  width: 8em;
  animation: shakefig01 1.4s step-start 0s infinite normal;
}
.special_video_img {
  aspect-ratio: 650/391;
}
.special_video_img.is_play .c_btn_play {
  display: none;
}
.special_video_img.is_play img {
  display: none;
}
.special_video_img.is_pause .c_btn_play {
  display: block;
}
.special_video_img.is_pause img {
  display: none;
}

.merit {
  background: url(../images/img_merit_bg_sp.jpg) center/cover no-repeat;
  padding: 2.8571428571em 1.4285714286em;
  margin-top: 5.7142857143em;
}
.merit_inner {
  padding: 1.7142857143em 0 4.5em;
  width: 20.5714285714em;
}
.merit_ttl {
  position: relative;
  display: table;
  margin: 0 auto;
  padding-right: 0.3571428571em;
}
.merit_ttl img {
  width: 18.5714285714em;
}
.merit_ttl_jp {
  top: 65%;
  right: 1.15em;
}
.merit_lead {
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.1428571429em;
  margin-top: 0.5em;
}
.merit_list {
  margin: 2.2857142857em auto 0;
  width: 18.6428571429em;
}
.merit_item + .merit_item {
  margin-top: 2.1428571429em;
}
.merit_item:nth-child(2) img, .merit_item:nth-child(3) img, .merit_item:nth-child(5) img {
  height: 7.1428571429em;
}
.merit_item:nth-child(4) img {
  height: 7.9285714286em;
}
.merit_item_img {
  text-align: center;
}
.merit_item_img img {
  width: auto;
  height: 7.8571428571em;
}
.merit_item_cap {
  text-align: center;
  letter-spacing: -0.02em;
  font-weight: 800;
  line-height: 1.75;
  font-size: 1.2857142857em;
  margin-top: 0.6111111111em;
}
.merit_item_cap::after {
  display: table;
  margin: 0.5555555556em auto 0;
  background: url(../images/icon_merit_line.svg) center/contain no-repeat;
  content: "";
  width: 8.3333333333em;
  height: 0.8333333333em;
}
.merit_item_desc {
  font-size: 1.1428571429em;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-family: YakuHanJP, kozuka-gothic-pr6n, sans-serif;
  margin-top: 0.625em;
}

.interview {
  margin-top: 2.8571428571em;
}
.interview_inner {
  width: 25.3571428571em;
}
.interview_ttl {
  position: relative;
  margin: 0 auto;
  display: table;
}
.interview_ttl img {
  width: 24.0714285714em;
}
.interview_ttl_jp {
  right: 3.05em;
  top: 53%;
}
.interview_lead {
  width: 18em;
  margin: 0.5em auto 0;
  font-size: 1.1428571429em;
  line-height: 1.5;
}
.interview_list {
  width: 25.3571428571em;
  margin-top: 3.4285714286em;
}
.interview_item:not(:last-child) {
  margin-bottom: 2.8571428571em;
}
.interview_item:first-child .interview_item_charge {
  font-size: 0.8571428571em;
  width: 7em;
  line-height: 1.75;
}
.interview_item_video {
  aspect-ratio: 580/349;
}
.interview_item_video.is_play img {
  display: none;
}
.interview_item_video.is_play .c_btn_play {
  display: none;
}
.interview_item_video.is_pause .c_btn_play {
  display: block;
}
.interview_item_video.is_pause img {
  display: none;
}
.interview_item_video .c_btn_play {
  width: 4.4285714286em;
  height: 4.4285714286em;
  transform: translate(0.5714285714em, 0px);
}
.interview_item_lead.w398 {
  width: 17.1428571429em;
}
.interview_item_lead.w363 {
  width: 14.3571428571em;
}
.interview_item:last-child .interview_item_lead {
  width: 16.6428571429em;
}
.interview_item_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.3571428571em;
  padding: 0 0.3571428571em;
}
.interview_item_charge {
  letter-spacing: -0.02em;
  background-color: #ff7b61;
  color: white;
  display: flex;
  align-items: center;
  font-family: YakuHanJP, kozuka-gothic-pr6n, sans-serif;
  width: 6em;
  justify-content: center;
  line-height: 1.5714285714;
}
.interview_item_name {
  letter-spacing: -0.02em;
}
.interview_item_name > * {
  display: block;
}
.interview_item_name > *:first-child {
  font-weight: 700;
  margin-top: 0.0714285714em;
}
.interview_item_name > *:last-child {
  font-size: 0.7142857143em;
  margin-top: -0.3em;
}

.work {
  background: url(../images/img_work_bg_sp.jpg) center/cover no-repeat;
  padding: 5.7142857143em 1.4285714286em;
  margin-top: 5.7142857143em;
  position: relative;
  z-index: 0;
}
.work_inner {
  box-sizing: content-box;
  padding: 1.6428571429em 0 1.5714285714em;
}
.work_heading {
  position: relative;
  width: 20.5714285714em;
}
.work_sologan {
  position: relative;
  display: table;
  margin: -1.7142857143em auto 0;
  right: 1.2142857143em;
}
@keyframes shakefig02 {
  0% {
    transform: translate(0px, 0px) rotate(0);
  }
  50% {
    transform: translate(0px, 0px) rotate(-5.8deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0);
  }
}
.work_sologan_txt {
  width: 12.2857142857em;
}
.work_sologan_img {
  position: absolute;
  left: 80%;
  bottom: 1.1428571429em;
  transform: rotate(-11deg);
}
.work_sologan_img img {
  width: 7.5em;
  animation: shakefig02 1.4s step-start 0s infinite normal;
  max-width: unset;
}
.work_ttl {
  position: relative;
  left: 0.5em;
  display: table;
}
.work_ttl img {
  width: 19.2857142857em;
}
.work_ttl_jp {
  right: 1.75em;
  top: 56%;
  padding: 0.15em;
  background-color: white;
}
.work_lead {
  font-size: 1.1428571429em;
  line-height: 1.5;
  margin-top: 0.3125em;
}
.work_ttlsub {
  font-family: YakuHanJP, kozuka-gothic-pr6n, sans-serif;
  font-weight: 800;
  letter-spacing: 0.0416666667em;
  line-height: 1.23;
  text-align: center;
  position: relative;
  font-size: 1.7142857143em;
  color: #49403C;
}
.work_ttlsub::after {
  content: "";
  position: absolute;
  background: url(../images/img_work_decor.svg) center/contain no-repeat;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 4.5em;
  height: 1.25em;
}
.work_list {
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding-top: 0.9285714286em;
}
.work_list + .work_list {
  padding-top: 2.8571428571em;
}
.work_list + .work_list .work_pattern {
  top: 8.5em;
}
.work_pattern {
  background-color: #f0ebe8;
  position: absolute;
  top: 6.5714285714em;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 10.1428571429em;
}
.work_pattern::before {
  position: absolute;
  inset: 0;
  content: "";
  mix-blend-mode: multiply;
  background: url(../images/img_work_pattern.jpg) center/cover no-repeat;
  opacity: 0.4;
}
.work_slider {
  width: 19.2857142857em;
  margin-top: 2.2142857143em;
}
.work_slider.slider01 .work_item_desc {
  height: 6.2142857143em;
}
.work_slider.slider02 .work_item_desc {
  height: 6.2142857143em;
}
.work_slider.slider02 + .work_control {
  margin-top: 3.2857142857em;
  padding-left: 0;
}
.work_slider .slick-track {
  display: flex;
}
.work_slider .slick-list {
  width: 200%;
}
.work_slider .slick-slide {
  margin: 0 0.8571428571em;
}
.work_slider .slick-slide.slick-transition {
  transition: transform 0.5s ease;
}
.work_slider .slick-slide.slick-transition * {
  transition: inherit;
}
.work_slider .slick-slide.slick-scale {
  transform: scale(1.0609756098);
}
.work_slider .slick-slide.slick-scale .work_item_cap img {
  transform: translateY(-14%);
}
.work_slider .slick-slide.slick-scale .work_item_desc {
  transform: translate(0, -0.4666666667em);
  font-size: 1.0714285714em;
}
.work_item_desc {
  line-height: 1.55;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #53453e;
  margin-top: 1.5em;
}
.work_item_img {
  position: relative;
}
.work_item_img img {
  width: 100%;
  border-radius: 0.7142857143em;
}
.work_item_cap {
  position: absolute;
  bottom: 0;
  left: -0.2142857143em;
  transform: translateY(55%);
}
.work_item_cap img {
  width: 4.5714285714em;
}
.work_control {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.7142857143em;
  margin-top: 1.5714285714em;
  padding-left: 0.5em;
}
.work_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(-54deg, #53453e, #7e706a);
  border-radius: 50%;
  cursor: pointer;
  width: 2.8571428571em;
  height: 2.8571428571em;
}
.work_arrow::after {
  content: "";
  width: 1.1428571429em;
  height: 0.8571428571em;
  display: block;
  background: url(../images/icon_arrow.svg) center/contain no-repeat;
}
.work_arrow_prev {
  transform: rotate(180deg);
}
.work_dots button {
  display: none;
}
.work_dots ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5714285714em;
}
.work_dots li {
  width: 0.7142857143em;
  height: 0.7142857143em;
  background-color: #f0ebe8;
  border-radius: 50%;
  cursor: pointer;
}
.work_dots li.slick-active {
  background-color: #53453e;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.875rem;
    font-size: clamp(0.53125rem, 0.818452381vw + 0.1383928571rem, 0.875rem);
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: initial;
  }
  .container {
    width: 43.2em;
    margin: 0 auto;
  }
  .special_inner {
    width: 77.1428571429em;
  }
  .special_lead, .merit_lead, .interview_lead, .work_lead, .brand_lead {
    font-size: 1.4285714286em;
    line-height: 1.6 !important;
  }
  .merit_ttl_jp, .work_ttl_jp, .interview_ttl_jp, .brand_ttl_jp, .voice_ttl_jp, .qa_ttl_jp, .cta_modal_ttl_jp, .footer_area_ttl .txt_jp {
    letter-spacing: 0.0303030303em;
    font-size: 2.3571428571em;
  }
  .interview_ttl_jp, .brand_ttl_jp, .voice_ttl_jp, .qa_ttl_jp, .cta_modal_ttl_jp, .footer_area_ttl .txt_jp {
    padding: 0.1515151515em 0.1212121212em;
    right: 0.9696969697em;
    top: 60%;
  }
  .message_ttl, .interview_ttl {
    position: relative;
    left: -4.8571428571em;
  }
  .merit_box, .work_inner {
    max-width: 85.7142857143em;
    border-width: 0.3571428571em;
  }
  .merit_heading, .interview_heading {
    display: flex;
    justify-content: space-between;
  }
  .special_video_img .c_btn_play, .interview_item_video .c_btn_play {
    width: 7.7142857143em;
    height: 7.7142857143em;
    transform: translate(0.3571428571em, 0px);
  }
  .header {
    font-size: clamp(0.625rem, 0.9722222222vw, 1rem);
  }
  .header.is_fixed {
    background-color: #FFF1E7;
  }
  .header.is_fixed .header_menu_link a {
    color: #53453E;
  }
  .header.is_fixed .header_logo_txt {
    opacity: 1;
  }
  .header_logo {
    justify-content: flex-start;
    align-items: center;
    font-size: 1em;
    width: auto;
  }
  .header_logo_link {
    width: 5.7142857143em;
    height: 5.7142857143em;
    margin-right: 1.2142857143em;
  }
  .header_logo_link img {
    width: 3.1428571429em;
  }
  .header_logo_txt {
    font-family: YakuHanJP, kozuka-gothic-pr6n, sans-serif;
    padding: 0;
    display: none;
  }
  .header_nav {
    width: unset;
    visibility: visible;
    opacity: 1;
    font-size: 1em;
    position: static;
    height: auto;
    z-index: unset;
    display: block;
  }
  .header_menu {
    max-height: unset;
    padding: 0;
    overflow: unset;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_menu_contact {
    display: block;
  }
  .header_menu_contact a {
    line-height: 1.125;
    font-size: 1.1428571429em;
    width: 13.75em;
    height: 5em;
  }
  .header_menu_link {
    width: unset;
    margin: 0 1.5em 0 0;
  }
  .header_menu_link a {
    border: none;
    display: block;
    padding: 0;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .header_menu_link a::after {
    content: none;
  }
  .footer_nav {
    display: none;
  }
  .footer_area {
    display: none;
  }
  .c_totop {
    right: 40px;
    bottom: 4em;
    width: 5.7142857143em;
    height: 5.7142857143em;
  }
  .c_totop:hover {
    opacity: 0.7 !important;
  }
  .brand {
    margin-top: 0;
    min-height: 61.4285714286em;
    padding: 8.7857142857em 0 7.2142857143em;
    background: url(../images/bg_brand.jpg) no-repeat center/cover;
  }
  .brand_heading {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4.8571428571em;
  }
  .brand_ttl {
    margin-right: 3em;
    margin-bottom: 0;
    text-align: left;
  }
  .brand_ttl img {
    width: 26.7142857143em;
  }
  .brand_ttl .brand_ttl_jp {
    top: 73%;
    right: 0.9090909091em;
  }
  .brand_lead {
    position: relative;
    top: -0.1428571429em;
    width: 21.85em;
    margin: 0;
    font-size: 1.4285714286em;
  }
  .brand_bubble {
    position: absolute;
    top: -6.9285714286em;
    right: 2.6428571429em;
    left: auto;
    transform: none;
    width: 18.2857142857em;
    margin: 0;
  }
  .brand_bubble_img {
    top: 5.7142857143em;
    right: -4.1428571429em;
  }
  .brand_bubble_img img {
    width: 11.2142857143em;
  }
  .brand_list {
    width: 66.5714285714em;
    margin: 0 auto;
  }
  .brand_item {
    transition: all 0.5s;
    cursor: pointer;
  }
  .brand_item:hover {
    transform: rotate(-10deg);
  }
  .brand_item::before {
    width: 4.2857142857em;
    height: 3.9285714286em;
    background: url(../images/icon_brand_arrow.png) no-repeat center/contain;
  }
  .brand_item.item01 {
    top: 0;
    left: 0;
  }
  .brand_item.item01 .brand_item_img {
    width: 22.7857142857em;
  }
  .brand_item.item01::before {
    top: -1.2142857143em;
    right: -1.9285714286em;
  }
  .brand_item.item02 {
    top: -1.4285714286em;
    left: 28.5714285714em;
  }
  .brand_item.item02 .brand_item_img {
    width: 18.1428571429em;
  }
  .brand_item.item02::before {
    top: -1.7142857143em;
    right: -2.2857142857em;
  }
  .brand_item.item03 {
    top: -0.3571428571em;
    right: 1.1428571429em;
  }
  .brand_item.item03 .brand_item_img {
    width: 14.0714285714em;
  }
  .brand_item.item03::before {
    top: -1.2142857143em;
    right: -2em;
  }
  .brand_item.item04 {
    top: 14.5em;
    right: 19.3571428571em;
  }
  .brand_item.item04 .brand_item_img {
    width: 12.8571428571em;
  }
  .brand_item.item04::before {
    top: -1.5714285714em;
    right: -1.5714285714em;
  }
  .brand_item.item05 {
    top: 18em;
    right: 3.2857142857em;
  }
  .brand_item.item05 .brand_item_img {
    width: 12.7857142857em;
  }
  .brand_item.item05::before {
    top: -1.5714285714em;
    right: -2.6428571429em;
  }
  .brand_item.item06 {
    top: 20.0714285714em;
    left: 21.4285714286em;
  }
  .brand_item.item06 .brand_item_img {
    width: 8.2857142857em;
  }
  .brand_item.item06::before {
    top: -2.3571428571em;
    right: -2.7857142857em;
  }
  .brand_item.item07 {
    top: 16.4285714286em;
    left: 4em;
  }
  .brand_item.item07 .brand_item_img {
    width: 14.6428571429em;
  }
  .brand_item.item07::before {
    top: -2.7142857143em;
    right: -1.5em;
  }
  .brand_item.item08 {
    top: 25em;
    right: 20.6428571429em;
  }
  .brand_item.item08 .brand_item_img {
    width: 12.5em;
  }
  .brand_item.item08::before {
    top: -2.2857142857em;
    right: -1.7857142857em;
  }
  .brand_modal {
    font-size: max(clamp(0.75rem, 0.2976190476vw + 0.6071428571rem, 0.875rem), 1em);
  }
  .brand_modal_main {
    flex-direction: row;
    justify-content: space-between;
    padding: 4.8571428571em 1.8571428571em 4.2142857143em;
  }
  .brand_modal_main::before {
    top: 1.2142857143em;
    right: 0.5714285714em;
    width: 15.2857142857em;
    height: 13.6428571429em;
  }
  .brand_modal_img {
    width: 18.5714285714em;
    margin-bottom: 0;
    padding: 0;
  }
  .brand_modal_box {
    width: 19.2857142857em;
  }
  .brand_modal_logo {
    text-align: left;
    margin: 0 0 1.4285714286em;
  }
  .brand_modal_btn {
    margin: 0 0 0 auto;
  }
  .voice {
    padding: 7.1428571429em 0 0;
  }
  .voice_heading {
    position: absolute;
    top: 23.8571428571em;
    left: calc(50% - 0.3571428571em);
    transform: translateX(-50%);
    width: 100%;
  }
  .voice_heading img {
    width: 23.7857142857em;
  }
  .voice_heading .voice_ttl_jp {
    position: absolute;
    top: 56%;
    right: calc(50% - 0.0909090909em);
    transform: translateX(50%);
    margin-top: 0;
  }
  .voice_main {
    left: 2.1428571429em;
    width: 81.4285714286em;
    min-height: 53.4285714286em;
    margin: 0 auto;
  }
  .voice_main::before {
    top: 0;
    left: calc(50% - 2.5714285714em);
    width: 52.5714285714em;
    height: 47em;
  }
  .voice_item.item01 {
    top: 2.6428571429em;
    left: 0.0714285714em;
  }
  .voice_item.item01 .voice_item_img {
    width: 19.1428571429em;
  }
  .voice_item.item01 .voice_item_txt {
    top: 12.2857142857em;
    left: 4.6428571429em;
    width: 19.9285714286em;
  }
  .voice_item.item02 {
    top: 0;
    left: 32.2142857143em;
  }
  .voice_item.item02 .voice_item_img {
    width: 13.8571428571em;
  }
  .voice_item.item02 .voice_item_txt {
    top: 14.3571428571em;
    left: -3.4285714286em;
    width: 20.7142857143em;
  }
  .voice_item.item03 {
    top: 8.8571428571em;
    right: 11.4285714286em;
  }
  .voice_item.item03 .voice_item_img {
    width: 11.2142857143em;
  }
  .voice_item.item03 .voice_item_txt {
    top: -4.1428571429em;
    right: -6.5em;
    width: 8.5714285714em;
  }
  .voice_item.item04 {
    top: 24.9285714286em;
    right: 3em;
    left: auto;
  }
  .voice_item.item04 .voice_item_img {
    width: 15.7142857143em;
  }
  .voice_item.item04 .voice_item_txt {
    top: 13.1428571429em;
    left: -3.7857142857em;
    width: 20.6428571429em;
  }
  .voice_item.item05 {
    top: 35.4285714286em;
    left: 20.9285714286em;
  }
  .voice_item.item05 .voice_item_img {
    width: 17.0714285714em;
  }
  .voice_item.item05 .voice_item_txt {
    top: 2.0714285714em;
    left: 13.4285714286em;
    width: 20.5714285714em;
  }
  .voice_item.item06 {
    top: 28.6428571429em;
    left: 1.5714285714em;
  }
  .voice_item.item06 .voice_item_img {
    width: 15.1428571429em;
  }
  .voice_item.item06 .voice_item_txt {
    top: -1.5714285714em;
    left: -3.3571428571em;
    width: 5.8571428571em;
  }
  .qa {
    padding: 7.1428571429em 0 7.2142857143em;
  }
  .qa_heading {
    margin-bottom: 3.8571428571em;
  }
  .qa_ttl {
    left: 0;
    display: inline-flex;
  }
  .qa_ttl img {
    width: 19.5em;
  }
  .qa_ttl .qa_ttl_jp {
    right: 0.0909090909em;
  }
  .qa_main {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.7142857143em 2.8571428571em;
    width: 70em;
    margin: 0 auto;
  }
  .qa_item_ttl {
    padding-bottom: 1.1666666667em;
    padding-left: 2.3333333333em;
    font-size: 1.2857142857em;
  }
  .qa_item_ttl::before {
    top: -0.2222222222em;
    left: -0.1111111111em;
    width: 1.9444444444em;
    height: 1.9444444444em;
  }
  .qa_item_txt {
    display: block;
    padding: 1.4285714286em 2.7142857143em;
  }
  .qa_item:last-child .qa_item_txt {
    min-height: 7.5714285714em;
  }
  .modal_close {
    cursor: pointer;
    transition: all 0.5s;
  }
  .modal_close:hover {
    opacity: 0.7;
  }
  .modal_body {
    max-width: 45.7142857143em;
    width: calc(100% - 40px);
  }
  .cta {
    padding: 4.5714285714em 0 0;
  }
  .cta_inner {
    display: flex;
  }
  .cta_ttl {
    width: 30.5em;
    margin: 0 0 1em;
  }
  .cta_btn {
    width: 17.5em;
    height: 4em;
    margin: 0 0 0 3em;
    font-size: 1.4285714286em;
  }
  .cta_btn_icon {
    top: 0.1em;
    width: 0.85em;
    height: 0.85em;
    margin-left: 0.25em;
  }
  .cta_join {
    padding-top: 1.4285714286em;
  }
  .cta_txt {
    left: 0;
    width: 41.7142857143em;
    margin: 0 0 0 1.3571428571em;
  }
  .cta_img {
    width: 50.2857142857em;
    margin-top: -4.8571428571em;
    margin-left: -2.7857142857em;
  }
  .cta_img img {
    bottom: -1px;
  }
  .cta_modal .modal_close {
    display: flex;
  }
  .cta_modal .modal_body {
    height: auto;
    padding-bottom: 0;
  }
  .cta_modal_head {
    height: auto;
  }
  .cta_modal_ttl img {
    width: 15.2857142857em;
  }
  .cta_modal .cta_modal_close {
    display: none;
  }
  .cta_modal_footer {
    position: relative;
  }
  .cta_modal_footer_img {
    right: 2.6428571429em;
    width: 31.6428571429em;
  }
  .copyright {
    padding: 2.9285714286em 0 2.7857142857em;
  }
  .copyright_txt {
    max-width: 102.9166666667em;
    margin: 0 auto;
    line-height: 1.75em;
  }
  .mv {
    background: url(../images/img_mv_bg.jpg) center/cover no-repeat;
    font-size: 0.9722222222vw;
  }
  .mv_ttl {
    padding-top: 5.1428571429em;
    font-size: 1em;
    transform: rotate(-5deg);
  }
  .mv_inner {
    height: 52.9285714286em;
  }
  .mv_img_photo01 {
    display: flex;
    top: 44%;
    left: 10.1%;
  }
  .mv_img_photo01 img {
    width: 17.5em;
  }
  .mv_img_photo02 {
    top: 48.2%;
    left: 26%;
  }
  .mv_img_photo02 img {
    width: 15.0714285714em;
  }
  .mv_img_photo02::after {
    width: 4.7142857143em;
    height: 4.4285714286em;
  }
  .mv_img_photo03 {
    top: 25.8%;
    left: 49.9%;
  }
  .mv_img_photo03 img {
    width: 19.8571428571em;
  }
  .mv_img_photo03::after {
    background: url(../images/img_mv_decor04.png) center/contain no-repeat;
    transform: translate(0.2857142857em, -4.7857142857em);
    width: 14.2857142857em;
    height: 6.5em;
  }
  .mv_img_photo04 {
    top: 18.1%;
    left: 66.4%;
  }
  .mv_img_photo04 img {
    width: 6.5714285714em;
  }
  .mv_img_photo05 {
    top: 18.2%;
    left: 73.8%;
  }
  .mv_img_photo05 img {
    width: 6.5714285714em;
  }
  .mv_img_photo06 {
    top: 17.9%;
    left: 81%;
  }
  .mv_img_photo06 img {
    width: 7.0714285714em;
  }
  .mv_img_photo07 {
    top: 48%;
    left: 75.3%;
  }
  .mv_img_photo07 img {
    width: 30.3571428571em;
  }
  .mv_img_photo07::after {
    transform: translate(9.6428571429em, -9em);
    background: url(../images/img_mv_decor08.png) center/contain no-repeat;
    width: 1.5em;
    height: 2em;
  }
  .mv_img_photo07::before {
    background: url(../images/img_mv_decor06.png) center/contain no-repeat;
    width: 4.1428571429em;
    height: 4.1428571429em;
    transform: translate(10.9285714286em, -4.5em);
  }
  .mv_img_photo08 {
    top: 84%;
    left: 7.3%;
  }
  .mv_img_photo08 img {
    width: 12.7857142857em;
  }
  .mv_img_photo09 {
    top: 84%;
    left: 18.3%;
  }
  .mv_img_photo09 img {
    width: 8.9285714286em;
  }
  .mv_img_photo09::after {
    font-size: 1em;
    transform: translate(-4.4285714286em, -5.2857142857em);
  }
  .mv_img_photo10 {
    top: 83.5%;
    left: 28.2%;
  }
  .mv_img_photo10 img {
    width: 9.2857142857em;
  }
  .mv_img_photo11 {
    top: 86.3%;
    left: 36.3%;
  }
  .mv_img_photo11 img {
    width: 6.8571428571em;
  }
  .mv_img_photo12 {
    top: 87.6%;
    left: 43%;
  }
  .mv_img_photo12 img {
    width: 8.4285714286em;
  }
  .mv_img_photo13 {
    top: 87.7%;
    left: 50.6%;
  }
  .mv_img_photo13 img {
    width: 7.2857142857em;
  }
  .mv_img_photo14 {
    top: 87.4%;
    left: 60%;
  }
  .mv_img_photo14 img {
    width: 12.7857142857em;
  }
  .mv_img_photo14::after {
    font-size: 1em;
  }
  .mv_img_photo15 {
    top: 83.4%;
    left: 72.7%;
  }
  .mv_img_photo15 img {
    width: 11.7857142857em;
  }
  .mv_img_photo16 {
    top: 83.9%;
    left: 83.8%;
  }
  .mv_img_photo16 img {
    width: 9.8571428571em;
  }
  .mv_img_photo17 {
    top: 82.9%;
    left: 94.5%;
  }
  .mv_img_photo17 img {
    width: 11.1428571429em;
  }
  .mv_img_photo17::after {
    content: "";
    width: 2.1428571429em;
    height: 3.7142857143em;
  }
  .mv_img_food01 {
    display: flex;
    top: 18.3%;
    left: 22.3%;
  }
  .mv_img_food01 img {
    width: 7em;
  }
  .mv_img_food02 {
    top: 30.5%;
    left: 62.3%;
  }
  .mv_img_food02 img {
    width: 5.7142857143em;
  }
  .mv_img_food02::after {
    content: "";
    width: 13.8571428571em;
    height: 6.8571428571em;
  }
  .mv_img_food03 {
    top: 62.2%;
    left: 10.2%;
  }
  .mv_img_food03 img {
    width: 17.7857142857em;
  }
  .mv_img_food04 {
    display: flex;
    top: 70.2%;
    left: 65.7%;
  }
  .mv_img_food04 img {
    width: 6.1428571429em;
  }
  .mv_img_decor01 {
    top: 25.1%;
    left: 11.9%;
  }
  .mv_img_decor01 img {
    width: 15.3571428571em;
  }
  .mv_img_decor02 {
    top: 26.8%;
    left: 35.3%;
  }
  .mv_img_decor02 img {
    width: 10.2857142857em;
  }
  .mv_img_decor03 {
    display: flex;
    top: 25.2%;
    left: 92.6%;
  }
  .mv_img_decor03 img {
    width: 10.7142857143em;
  }
  .mv_img_decor04 {
    top: 48.9%;
    left: 93.6%;
  }
  .mv_img_decor04 img {
    width: 10.0714285714em;
  }
  .message {
    padding-top: 9em;
  }
  .message_inner {
    width: 76.5714285714em;
  }
  .message_ttl img {
    width: 27.5714285714em;
  }
  .message_desc {
    font-size: 1.8571428571em;
    letter-spacing: -0.02em;
    line-height: 1.8846153846;
    width: 30.8076923077em;
    margin-top: -1em;
  }
  .message_lead {
    margin-top: 5.7142857143em;
    padding-right: 0.7857142857em;
  }
  .message_lead::after {
    width: 44.3571428571em;
    height: 39.6428571429em;
    left: auto;
    top: auto;
    right: -4.6428571429em;
    bottom: -0.3571428571em;
  }
  .message_lead img {
    width: 60em;
  }
  .message_img::after {
    bottom: 0;
    height: 16.2142857143em;
  }
  .message_img {
    margin-top: 6.0714285714em;
  }
  .message_img img {
    left: 7.3571428571em;
    width: 71.4285714286em;
  }
  .special {
    padding: 10.4285714286em 0 7.2142857143em;
    margin-top: 0;
  }
  .special_heading {
    margin: 0;
    width: auto;
    display: flex;
    justify-content: space-between;
  }
  .special_ttl {
    padding-left: 4.7857142857em;
  }
  .special_ttl::after {
    width: 14.5em;
    height: 12.2142857143em;
    top: -3.3571428571em;
    left: -0.1428571429em;
  }
  .special_ttl img {
    width: 29.3571428571em;
  }
  .special_lead {
    width: 25.5em;
    padding-top: 1.6em;
  }
  .special_box {
    border-radius: 1.4285714286em;
    padding: 4.0714285714em 3.4285714286em 4.2857142857em 4.5em;
    margin-top: 2.1428571429em;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .special_box::after {
    -webkit-mask-position: 51.5% 46%;
    mask-position: 51.5% 46%;
    -webkit-mask-size: 2.7857142857em 2.7857142857em;
    mask-size: 2.7857142857em 2.7857142857em;
  }
  .special_box_cheer {
    padding-bottom: 11.3571428571em;
    margin: 0;
    left: 0;
  }
  .special_box_sologan img {
    width: 20.8571428571em;
  }
  .special_box_fig {
    right: 0;
    left: 15%;
    transform: translate(13%, 2%);
  }
  .special_box_fig img {
    width: 13.5714285714em;
  }
  .special_video {
    width: 46.4285714286em;
  }
  .merit {
    background: url(../images/img_merit_bg.jpg) center/cover no-repeat;
    margin-top: 0;
    padding: 4em 0;
  }
  .merit_inner {
    width: 72.4285714286em;
    padding: 4.7142857143em 0 7em;
  }
  .merit_ttl {
    margin: 0;
    padding-right: 0;
  }
  .merit_ttl img {
    width: 24.7142857143em;
  }
  .merit_ttl_jp {
    top: 71%;
    right: -0.4848484848em;
  }
  .merit_lead {
    margin-top: 0;
    width: 25.9em;
    font-size: 1.4285714286em;
    padding-top: 3em;
  }
  .merit_list {
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(3, 18.6428571429em);
    gap: 3.2857142857em 3.5em;
    margin-top: 4em;
    font-size: clamp(0.5625rem, 0.744047619vw + 0.2053571429rem, 0.875rem);
  }
  .merit_item:nth-child(1) .merit_item_cap, .merit_item:nth-child(2) .merit_item_cap {
    font-family: inherit;
  }
  .merit_item + .merit_item {
    margin-top: 0;
  }
  .merit_item_img img {
    height: 6.4285714286em !important;
  }
  .merit_item_img img.h91 {
    width: 6.5em !important;
  }
  .merit_item_cap {
    margin-top: 0.6666666667em;
  }
  .merit_item_cap::after {
    margin-top: 0.5em;
    width: 8.4444444444em;
    height: 0.8333333333em;
  }
  .merit_item_desc {
    margin-top: 0.5em;
    font-family: inherit;
  }
  .interview {
    margin-top: 7.0714285714em;
  }
  .interview_inner {
    width: 76.7142857143em;
  }
  .interview_ttl {
    margin: 0;
  }
  .interview_ttl img {
    width: 34.9285714286em;
    max-width: unset;
  }
  .interview_lead {
    width: 26em;
    margin: 0;
    padding-top: 1.85em;
  }
  .interview_list {
    margin-top: 4.5714285714em;
    width: 73.8571428571em;
    font-size: clamp(0.5625rem, 0.744047619vw + 0.2053571429rem, 0.875rem);
  }
  .interview_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .interview_item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .interview_item:not(:last-child) {
    margin-bottom: 7.1428571429em;
  }
  .interview_item:first-child .interview_item_charge {
    line-height: inherit;
  }
  .interview_item_video {
    width: 41.4285714286em;
  }
  .interview_item_video .c_btn_play {
    width: 6.7857142857em;
    height: 6.7857142857em;
    transform: translate(0.3571428571em, 0px);
  }
  .interview_item_lead.w398 {
    width: 28.4285714286em !important;
  }
  .interview_item_lead.w363 {
    width: 25.9285714286em;
  }
  .interview_item_content {
    padding: 0;
    margin-top: 0;
    display: block;
  }
  .interview_item_charge {
    line-height: inherit;
    justify-content: flex-start;
    text-align: left;
    width: 11.4285714286em !important;
    margin-top: 2.2857142857em;
    font-size: max(0.625rem, 1em) !important;
    padding: 0.3571428571em 0.7142857143em;
  }
  .interview_item_name {
    display: flex;
    align-items: center;
    margin-top: 0.3571428571em;
    padding-left: 0.2857142857em;
  }
  .interview_item_name > *:first-child {
    margin-top: 0;
    font-size: 1.2857142857em;
    margin-right: 0.4444444444em;
  }
  .interview_item_name > *:last-child {
    margin-top: 0;
    font-weight: 700;
    font-size: max(0.625rem, 0.8571428571em);
  }
  .work {
    background: url(../images/img_work_bg.jpg) center/cover no-repeat;
    padding: 6.6428571429em 0 6.8571428571em;
    margin-top: 7.1428571429em;
  }
  .work_inner {
    padding: 0 0 5.4285714286em;
  }
  .work_heading {
    display: flex;
    width: 79.0714285714em;
    padding-top: 4.2857142857em;
  }
  .work_sologan {
    position: absolute;
    margin: 0;
    bottom: 0;
    right: -4.2857142857em;
    padding-bottom: 1.2142857143em;
  }
  .work_sologan_txt {
    width: 20.2857142857em;
  }
  .work_sologan_img {
    left: 0;
    bottom: 0;
    transform: translate(-1%, 38%);
  }
  .work_sologan_img img {
    width: 14.3571428571em;
  }
  .work_ttl {
    left: 0;
  }
  .work_ttl img {
    width: 25.7142857143em;
  }
  .work_ttl_jp {
    padding: 0;
    background-color: unset;
    top: 66%;
    right: 0.8787878788em;
  }
  .work_lead {
    width: 21.9em;
    margin: 0 0 0 2em;
    padding-top: 1.1em;
  }
  .work_ttlsub {
    letter-spacing: 0.0303030303em;
    font-size: 2.3571428571em;
  }
  .work_ttlsub::after {
    top: -0.0606060606em;
    width: 4.7575757576em;
    height: 1.3636363636em;
  }
  .work_list {
    padding-top: 4.7857142857em;
  }
  .work_list + .work_list {
    padding-top: 4.7142857143em;
  }
  .work_list + .work_list .work_pattern {
    top: 13.5714285714em;
  }
  .work_pattern {
    height: 15.1428571429em;
    top: 13.9285714286em;
  }
  .work_slider {
    margin-top: 8.2857142857em;
    width: 36.4285714286em;
  }
  .work_slider.slider01 .work_item_desc {
    height: 6.21875em;
  }
  .work_slider.slider02 .work_item_desc {
    height: 4.65625em;
  }
  .work_slider.slider02 .slick-slide.slick-scale {
    transform: scale(1.4209115282);
  }
  .work_slider.slider02 + .work_control {
    margin-top: 2.9285714286em;
  }
  .work_slider .slick-slide {
    margin: 0 4.8928571429em;
  }
  .work_slider .slick-slide.slick-transition *.work_item_desc {
    transition-property: transfrom, font-size, margin;
  }
  .work_slider .slick-slide.slick-scale {
    transform: translate(0, 0.3571428571em) scale(1.4209115282);
  }
  .work_slider .slick-slide.slick-scale .work_item_cap img {
    transform: scale(0.85) translate(-12%, -7%);
  }
  .work_slider .slick-slide.slick-scale .work_item_desc {
    font-size: 0.9142857143em;
    margin-right: -0.546875em;
  }
  .work_item_desc {
    font-size: 1.1428571429em;
    margin-top: 2.625em;
    padding-left: 1em;
  }
  .work_item_cap {
    left: 0.9285714286em;
  }
  .work_item_cap img {
    width: 6.5714285714em;
  }
  .work_control {
    margin-top: 1.1428571429em;
    padding: 0 0.4285714286em 0 0;
  }
  .work_dots ul {
    gap: 0.9285714286em;
  }
  .work_dots li {
    width: 0.8571428571em;
    height: 0.8571428571em;
  }
}
@media (any-hover: hover) and (pointer: fine) and (min-width: 768px) {
  :where(a, .h_opacity) {
    transition: opacity 0.5s ease;
  }
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.7;
  }
  a[href^=tel] {
    pointer-events: none;
  }
  .special_video_img .c_btn_play, .interview_item_video .c_btn_play {
    transition: opacity 0.5s ease;
  }
  .special_video_img .c_btn_play:hover, .interview_item_video .c_btn_play:hover {
    opacity: 0.7;
  }
  .header_menu_contact:hover::before {
    z-index: -1;
    transform: translateX(50%);
  }
  .header_menu_contact:hover::after {
    z-index: -2;
    transform: translateX(-50%);
  }
  .header_menu_link a {
    transition: color 0.5s ease;
    opacity: 1;
  }
  .header_menu_link a:hover {
    color: #D12923 !important;
  }
  .cta_btn:hover {
    color: #D12923;
  }
  .cta_btn:hover::before {
    z-index: -1;
    transform: translateX(50%);
  }
  .cta_btn:hover::after {
    z-index: -2;
    transform: translateX(-50%);
  }
  .cta_modal_link_it:hover {
    color: white;
  }
  .cta_modal_link_it:hover::before {
    z-index: -1;
    transform: translateX(50%);
  }
  .cta_modal_link_it:hover::after {
    z-index: -2;
    transform: translateX(-50%);
  }
  .work_arrow {
    transition: opacity 0.5s ease;
  }
  .work_arrow:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1024px) {
  .header_logo_txt {
    font-size: 1em;
    display: block;
  }
}
/*# sourceMappingURL=maps/style.css.map */
