/*!
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;
}

html:has(body.fixed) {
  height: 100vh;
  height: 100lvh !important;
}

body {
  color: #444444;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  font-weight: 400;
  font-size: 0.875rem;
  font-optical-sizing: none;
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

#wrapper {
  overflow: hidden;
  padding-top: 63px;
}

img {
  max-width: 100%;
  height: auto;
}

.full {
  width: 100%;
}

.is_palt {
  font-feature-settings: "palt";
}

.h_zoom {
  opacity: 1;
}
.h_zoom_img {
  overflow: hidden;
  display: block;
}

.h_opacity {
  cursor: pointer;
}
.footer_btn, .header_job, .p_career_btn {
  background-color: #292929;
  border: 2px solid #292929;
  color: white;
  transition: 0.5s ease;
  transition-property: background-color, color;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.footer_btn::after, .header_job::after, .p_career_btn::after {
  -webkit-mask: url(../images/career/icon_arrow.svg) center/contain no-repeat;
  mask: url(../images/career/icon_arrow.svg) center/contain no-repeat;
  background-color: currentColor;
  content: "";
  position: relative;
  transition: transform 0.5s ease;
}

.p_career .movie::after, .p_career .movie_youtube::before, .p_career .search_inner::after, .p_career .search_inner::before, .p_career .intro::after, .p_career .intro::before, .p_career .intro_txt::after, .p_career .intro_txt::before {
  transition: 1.5s ease-in-out;
  animation: decor_shake 3s ease-in-out infinite alternate;
}

.p_career_ttl {
  color: #E1221F;
  text-align: center;
}
.p_career_ttl_en {
  font-family: "Climate Crisis", sans-serif;
  line-height: 1.15;
  letter-spacing: 0.03em;
  display: block;
  font-size: 2rem;
  white-space: nowrap;
}
.p_career_ttl_jp {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 1.0625rem;
  margin-top: 2px;
}
.p_career_readmore {
  border-radius: 50%;
  color: #E1221F;
  position: relative;
  background-color: currentColor;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  width: 58px;
  border: 1px solid currentColor;
  transition: 0.5s;
  transition-property: color, background-color;
}
.p_career_readmore::after, .p_career_readmore::before {
  content: "";
  position: absolute;
}
.p_career_readmore::after {
  -webkit-mask: url(../images/career/icon_arrow.svg) center/contain no-repeat;
  mask: url(../images/career/icon_arrow.svg) center/contain no-repeat;
  background-color: white;
  width: 16px;
  height: 11px;
  transition: 0.5s;
  transition-property: background-color, transform;
}
.p_career_readmore::before {
  content: "";
  background-color: currentColor;
  -webkit-mask: url(../images/career/img_readmore_txt.svg) center top/contain no-repeat;
  mask: url(../images/career/img_readmore_txt.svg) center top/contain no-repeat;
  width: 141%;
  height: 213%;
}
.p_career_btn {
  color: white;
  border-radius: 8px;
  width: 100%;
  max-width: 267px;
  height: 72px;
  font-size: 1rem;
  gap: 11px;
}
.p_career_btn::after {
  width: 17px;
  height: 11px;
  left: 27px;
  transition: transform 0.5s ease;
}

@keyframes decor_shake {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
.js_split_txt {
  overflow: hidden;
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
.js_split_txt > span {
  display: inline-block;
  transform: translateY(100%);
}

.inview {
  visibility: hidden;
  opacity: 0;
}

.fadeUp,
.fadeIn {
  animation-duration: 0.8s;
}

.fadeUp {
  animation-name: ani_fadeup;
  animation-timing-function: ease;
}

.fadeIn {
  animation-name: ani_fadein;
  animation-timing-function: ease;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoomIn {
  animation: ani_zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes ani_zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.is_loading .header {
  opacity: 0;
}
.is_loading .footer_btn {
  opacity: 0;
}

.p_career .mv {
  background: url(../images/career/img_mv_bg01_sp.jpg) center/cover no-repeat;
  position: relative;
  z-index: 0;
  padding: 28.4% 0 17.6%;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(50px);
  width: 100%;
}
.p_career .mv::after, .p_career .mv::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  pointer-events: none;
}
.p_career .mv::before {
  background: url(../images/career/img_mv_bg02_sp.png) center top/contain no-repeat;
  z-index: -1;
}
.p_career .mv::after {
  background: url(../images/career/img_mv_bg03_sp.png) center bottom/contain no-repeat;
  z-index: 3;
}
.p_career .mv_decor {
  opacity: 0;
}
.p_career .mv_decor02 {
  position: absolute;
  width: 200px;
  background: url(../images/career/img_mv_decor01.svg) center/contain no-repeat;
  top: 0;
  left: 0;
  aspect-ratio: 517/293;
  transform: translate(-42%, -29%);
}
.p_career .mv_decor01 {
  width: 138px;
  background: url(../images/career/img_mv_decor02.svg) center/contain no-repeat;
  position: absolute;
  right: 0;
  bottom: calc(17% + 150px);
  aspect-ratio: 138/149;
  z-index: 5;
}
.p_career .mv_inner {
  margin: 0 auto;
  position: relative;
  width: 92%;
  max-width: 580px;
}
.p_career .mv_ttl {
  margin-top: 20px;
  margin-left: 25px;
  line-height: 1;
  max-width: 8.725em;
  font-size: 1.4rem;
}
.p_career .mv_ttl_line {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  white-space: nowrap;
  gap: 0.3em;
  opacity: 0;
}
.p_career .mv_ttl_line + .mv_ttl_line {
  margin-top: 0.875em;
}
.p_career .mv_ttl_line:nth-child(1) {
  gap: 0.25em;
}
.p_career .mv_ttl_line:nth-child(2) {
  gap: 0.275em;
}
.p_career .mv_ttl_line img {
  flex-shrink: 0;
  max-width: unset;
}
.p_career .mv_ttl_txt01 {
  width: 1.625em;
}
.p_career .mv_ttl_txt02 {
  width: 1.525em;
}
.p_career .mv_ttl_txt03 {
  width: 1.55em;
}
.p_career .mv_ttl_txt04 {
  width: 1.425em;
}
.p_career .mv_ttl_txt05 {
  width: 1.6em;
}
.p_career .mv_ttl_txt06 {
  width: 1.6em;
}
.p_career .mv_ttl_txt07 {
  width: 1.525em;
}
.p_career .mv_ttl_txt08 {
  width: 1.5em;
}
.p_career .mv_ttl_txt09 {
  width: 1.5em;
}
.p_career .mv_ttl_txt10 {
  width: 1.65em;
}
.p_career .mv_ttl_txt11 {
  width: 1.4em;
}
.p_career .mv_ttl_txt12 {
  width: 1.45em;
}
.p_career .mv_ttl_txt13 {
  width: 2.35em;
}
.p_career .mv_img {
  display: table;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
}
.p_career .mv_img img,
.p_career .mv_img video {
  border-radius: 4px;
  width: 100%;
}
.p_career .intro {
  position: relative;
  padding: 0 7.5%;
  margin-top: 54px;
}
.p_career .intro::after, .p_career .intro::before {
  content: "";
  position: absolute;
}
.p_career .intro::before {
  background: url(../images/career/img_intro_decor04.png) center/contain no-repeat;
  right: 4px;
  bottom: 53px;
  aspect-ratio: 174/171;
  width: 82px;
}
.p_career .intro::after {
  top: -19px;
  right: -40px;
  background: url(../images/career/img_intro_decor02.svg) center/contain no-repeat;
  aspect-ratio: 207/236;
  width: 88px;
}
.p_career .intro_txt {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  position: relative;
  font-size: 1.125rem;
  line-height: 1.778;
  margin: 0 auto;
}
.p_career .intro_txt::after, .p_career .intro_txt::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.p_career .intro_txt::before {
  bottom: -42px;
  left: -2%;
  background: url(../images/career/img_intro_decor03.svg) center/contain no-repeat;
  opacity: 0.26;
  aspect-ratio: 217/116;
  width: 168px;
}
.p_career .intro_txt::after {
  top: 41%;
  left: -26px;
  background: url(../images/career/img_intro_decor01.png) center/contain no-repeat;
  aspect-ratio: 153/134;
  width: 74px;
}
.p_career .message {
  position: relative;
  z-index: 0;
  margin-top: 96px;
  padding: 0 3.7333333333% 94px;
  background-image: linear-gradient(to bottom, transparent 70%, #f9efe2 70%);
}
.p_career .message .h_zoom:hover .p_career_readmore {
  color: #292929;
  background-color: white;
}
.p_career .message .h_zoom:hover .p_career_readmore::after {
  background-color: #292929;
}
.p_career .message::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: #f9efe2;
  -webkit-mask: url(../images/career/img_message_mask.svg) center/contain no-repeat;
  mask: url(../images/career/img_message_mask.svg) center/contain no-repeat;
  top: 180px;
  aspect-ratio: 1440/611;
}
.p_career .message .p_career_ttl {
  position: relative;
  z-index: 2;
}
.p_career .message_link {
  position: relative;
  display: table;
  margin: 0 auto;
  margin-top: 41px;
}
.p_career .message_link::before, .p_career .message_link::after {
  content: "";
  position: absolute;
}
.p_career .message_link::before {
  background: url(../images/career/img_message_decor08.png) center/contain no-repeat;
  left: 0;
  top: 0;
  aspect-ratio: 125/143;
  transform: translate(-11%, -52%);
  width: 125px;
  z-index: 5;
}
.p_career .message_link::after {
  aspect-ratio: 160/112;
  width: 160px;
  right: -13px;
  background: url(../images/career/img_message_decor09.png) center/contain no-repeat;
  bottom: -37px;
}
.p_career .message_img {
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.p_career .message_img::after, .p_career .message_img::before {
  content: "";
  position: absolute;
  z-index: 1;
}
.p_career .message_img::before {
  background: url(../images/career/img_message_decor01.svg) center/contain no-repeat;
  left: 0;
  top: 0;
  aspect-ratio: 413/292;
  transform: translate(-43%, -26%);
  width: 211px;
}
.p_career .message_img::after {
  bottom: -23px;
  right: -68px;
  background: url(../images/career/img_message_decor02.png) center/contain no-repeat;
  width: 205px;
  aspect-ratio: 399/130;
}
.p_career .message_img .h_zoom_img {
  border-radius: 8px;
}
.p_career .message_img img {
  width: 100%;
}
.p_career .message .p_career_readmore {
  position: absolute;
  right: 0;
  bottom: -23px;
  z-index: 2;
}

.p_career .brands {
  background-color: #f9efe2;
  position: relative;
  z-index: 1;
  padding: 0 7.4666666667% 62px;
}
.p_career .brands::after {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/career/img_brands_decor.png) center/contain no-repeat;
  z-index: -1;
}
.p_career .brands_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(max(145px, 38vw), 1fr));
  gap: 28px;
  margin-top: 32px;
}
.p_career .brands_item_ttl {
  border-radius: 50px;
  background-color: #E1221F;
  color: white;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-feature-settings: "palt";
  margin: 16px 0;
  font-size: 1rem;
  padding: 4px 0px 3px;
}
.p_career .brands_item_desc {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-feature-settings: "palt";
}
.p_career .search {
  background-image: linear-gradient(to bottom, #f9efe2 50%, transparent 50%);
  position: relative;
  z-index: 2;
  padding: 0 3.7333333333%;
}
.p_career .search::after {
  background: url(../images/career/img_search_decor04.png) center/contain no-repeat;
  content: "";
  position: absolute;
  left: 0;
  bottom: -90px;
  aspect-ratio: 111/169;
  width: 111px;
}
.p_career .search .p_career_btn {
  margin: 25px auto 0;
}
.p_career .search_inner {
  background: url(../images/career/img_search_bg.jpg) center/cover no-repeat;
  margin: 0 auto;
  position: relative;
  width: 100%;
  border-radius: 4px;
  padding: 62px 20px 61px;
}
.p_career .search_inner::after, .p_career .search_inner::before {
  content: "";
  position: absolute;
}
.p_career .search_inner::after {
  background: url(../images/career/img_search_decor02.png) center/contain no-repeat;
  aspect-ratio: 105/103;
  bottom: -24px;
  right: -36px;
  width: 70px;
}
.p_career .search_inner::before {
  background: url(../images/career/img_search_decor01.svg) center/contain no-repeat;
  aspect-ratio: 128/126;
  width: 47px;
  top: -16px;
  left: -22px;
  transform: rotate(6deg);
}
.p_career .search_ttl {
  line-height: 1;
  color: white;
  text-align: center;
  flex-shrink: 0;
}
.p_career .search_ttl_en {
  letter-spacing: 0.03em;
  font-family: "Climate Crisis", sans-serif;
  display: block;
  font-size: 2rem;
}
.p_career .search_ttl_jp {
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  display: block;
  font-size: 1.0625rem;
  margin-top: 5px;
}
.p_career .career {
  padding: 0 7.4666666667%;
  margin-top: 88px;
}
.p_career .career .p_career_ttl {
  text-align: left;
}
.p_career .career .p_career_ttl .js_split_txt {
  justify-content: flex-start;
}
.p_career .career_inner {
  margin: 0 auto;
}
.p_career .career_lead {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-top: 32px;
}
.p_career .career_lead_color {
  color: #E1221F;
}
.p_career .career_list {
  margin-top: 40px;
}
.p_career .career_item {
  position: relative;
}
.p_career .career_item + .career_item {
  margin-top: 21px;
}
.p_career .career_item:first-child {
  max-width: 241px;
  max-width: max(75.5485893417%, 241px);
}
.p_career .career_item:first-child .career_item_ttl::after {
  content: none;
}
.p_career .career_item:first-child .career_item_desc {
  font-size: 0.875rem;
}
.p_career .career_item:nth-child(2) .career_item_desc {
  padding: 8px 15px 14px 10px;
  max-width: 293px;
  max-width: max(91.8495297806%, 293px);
}
.p_career .career_item:last-child::after {
  content: "";
  position: absolute;
  background: url(../images/career/img_career_decor02.svg) center/contain no-repeat;
  bottom: 68%;
  right: 16%;
  z-index: -1;
  width: 150px;
  aspect-ratio: 220/188;
}
.p_career .career_item:last-child .career_item_desc {
  background-image: url(../images/career/img_career_decor04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 22px 10px 26px;
}
.p_career .career_item_ttl {
  background-color: #E1221F;
  color: white;
  line-height: 1.5;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1rem;
  border-radius: 4px;
  display: table;
  padding: 5px 20px;
  margin-bottom: 4px;
}
.p_career .career_item_ttl::after {
  position: absolute;
  background: url(../images/career/img_career_decor01.svg) center/contain no-repeat;
}
.p_career .career_item_desc {
  display: flex;
  align-items: center;
  background-color: #d8c9ba;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 8px 14px 8px 12px;
  font-feature-settings: "palt";
  font-size: 0.8125rem;
  border-radius: 0 4px 4px 0;
}
.p_career .career_box {
  margin: 31px -3.7333333333% 0;
}
.p_career .career_box + .career_box {
  margin-top: 26px;
}
.p_career .career_box_ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background-color: #444444;
  position: relative;
  z-index: 1;
  color: white;
  margin: 0 3.7333333333% -20px;
  font-size: 1rem;
  padding: 10px 10px;
  display: block;
  border-radius: 4px;
  text-align: center;
}
.p_career .career_box_inner {
  background-color: #f9efe2;
  padding: 38px 6.4% 21px;
  border-radius: 8px;
}
.p_career .career_box_desc {
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 1rem;
  margin-right: -2px;
}
.p_career .career_box_desc small {
  display: block;
  margin-top: 11px;
  font-size: 0.75rem;
}
.p_career .career_box_feature {
  border-top: 1px solid currentColor;
  margin-top: 23px;
  padding: 31px 0 11px;
}
.p_career .career_box_feature .feature_list {
  margin: 0 auto;
}
.p_career .career_box_feature .feature_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.p_career .career_box_feature .feature_item + .feature_item {
  margin-top: 11px;
}
.p_career .career_box_feature .feature_item_ttl {
  flex-shrink: 0;
  line-height: 1.5;
  background-color: #E1221F;
  color: white;
  text-align: center;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1rem;
  padding: 6px 15px;
  border-radius: 4px;
  width: 220px;
}
.p_career .career_box_feature .feature_item_arrow {
  position: relative;
  display: flex;
  justify-content: center;
}
.p_career .career_box_feature .feature_item_arrow img {
  transform: rotate(90deg);
}
.p_career .career_box_feature .feature_item_arrow::before {
  content: "Up";
  font-family: "Climate Crisis", sans-serif;
  color: #E1221F;
  position: absolute;
  bottom: 103%;
  font-size: 0.6875rem;
}
.p_career .interview {
  position: relative;
  z-index: 0;
  padding: 37.5% 3.7333333333% 60px;
}
.p_career .interview::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
  -webkit-mask: url(../images/career/img_interview_mask02.svg) center top/cover no-repeat;
  mask: url(../images/career/img_interview_mask02.svg) center top/cover no-repeat;
  background: url(../images/career/img_interview_bg.jpg) center top/cover no-repeat;
  height: 100%;
}
.p_career .interview_heading {
  margin: 0 auto 22px;
  position: relative;
  z-index: 0;
  padding: 0 7%;
}
.p_career .interview_heading::after {
  content: "";
  z-index: -1;
  position: absolute;
  aspect-ratio: 283/176;
  background: url(../images/career/img_interview_decor.png) center/contain no-repeat;
  width: 195px;
  left: 242px;
  top: -39px;
}
.p_career .interview .p_career_ttl {
  color: white;
  text-align: left;
}
.p_career .interview .p_career_ttl .js_split_txt {
  justify-content: flex-start;
}
.p_career .interview_inner {
  margin: 0 auto;
  width: 100%;
}
.p_career .interview_list {
  background-color: white;
  margin: 0 auto;
  padding: 43px 12.6801152738% 28px;
  border-radius: 4px;
}
.p_career .interview_item {
  width: 100%;
  display: block;
}
.p_career .interview_item + .interview_item {
  margin-top: 30px;
}
.p_career .interview_item .txt_num {
  font-family: "Ultra", sans-serif;
  font-weight: 400;
  font-size: inherit;
}
.p_career .interview_item_block {
  position: relative;
}
.p_career .interview_item_block .p_career_readmore {
  position: absolute;
  color: #292929;
  bottom: -8px;
  right: -20px;
}
.p_career .interview_item_img {
  position: relative;
}
.p_career .interview_item_img .h_zoom_img {
  border-radius: 4px;
}
.p_career .interview_item_name {
  position: absolute;
  font-family: "Smooch", sans-serif;
  line-height: 1;
  color: #E1221F;
  font-size: 3rem;
  transform: rotate(-14.9deg);
  left: -20px;
  top: 0;
  z-index: 1;
}
.p_career .interview_item_ttl {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  position: absolute;
  align-items: flex-start;
  font-size: 0.9375rem;
  bottom: 7px;
  left: -20px;
  gap: 5px;
}
.p_career .interview_item_ttl > * {
  background-color: #E1221F;
  color: white;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  padding: 2px 10px;
}
.p_career .interview_item_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px;
}
.p_career .interview_item_tag {
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 20px;
  border: 1px solid currentColor;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-size: 0.625rem;
  padding: 2px 9px;
}
.p_career .merit {
  position: relative;
  z-index: 0;
  padding: 50px 28px 0 25px;
}
.p_career .merit::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  background-color: #F9EFE2;
  z-index: -1;
  height: calc(100% + 4px);
}
.p_career .merit::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  background: url(../images/career/img_merit_bg_sp.svg) center/contain no-repeat;
  z-index: -2;
  left: 0;
  aspect-ratio: 375/218;
}
.p_career .merit_inner {
  margin: 0 auto;
  width: 100%;
}
.p_career .merit_data {
  margin-top: 40px;
}
.p_career .merit_list {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 14px;
}
.p_career .merit_list + .merit_list {
  margin-top: 77px;
}
.p_career .merit_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  background-color: white;
  letter-spacing: 0.1em;
  padding: 13px 11px 5px;
  height: 147px;
}
.p_career .merit_item .txt_num {
  font-family: "Ultra", sans-serif;
  font-weight: 400;
}
.p_career .merit_item .txt_group {
  text-align: center;
}
.p_career .merit_item .txt_f21 {
  font-size: 1rem;
}
.p_career .merit_item .txt_f32 {
  font-size: 1.125rem;
}
.p_career .merit_item .txt_f48 {
  font-size: 2rem;
}
.p_career .merit_item .txt_track100 {
  letter-spacing: 0.1em;
}
.p_career .merit_item .txt_fw800 {
  font-weight: 800;
}
.p_career .merit_item.item_red {
  background-color: #E1221F;
  color: white;
  grid-column: span 2;
  margin-bottom: 16px;
  padding: 0;
}
.p_career .merit_item.item_center {
  justify-content: center;
}
.p_career .merit_item.item02 .merit_item_txtred, .p_career .merit_item.item03 .merit_item_txtred, .p_career .merit_item.item04 .merit_item_txtred, .p_career .merit_item.item05 .merit_item_txtred {
  line-height: 1;
}
.p_career .merit_item.item02 .txt_group {
  margin-bottom: 3px;
}
.p_career .merit_item.item04 .merit_item_txtbox {
  margin-bottom: 22px;
}
.p_career .merit_item.item04 .txt_group {
  margin-top: 6px;
}
.p_career .merit_item.item05 .merit_item_txtbox {
  margin-bottom: 22px;
}
.p_career .merit_item.item05 .txt_group {
  margin-top: 6px;
}
.p_career .merit_item.item06 .merit_item_desc {
  position: relative;
  top: 3px;
}
.p_career .merit_item.item06 .txt_group {
  position: relative;
}
.p_career .merit_item.item07 .merit_item_desc {
  position: relative;
}
.p_career .merit_item.item07 .txt_num {
  font-size: 2rem;
}
.p_career .merit_item.item08 .txt_group {
  position: relative;
}
.p_career .merit_item.item08 .merit_item_desc {
  position: relative;
}
.p_career .merit_item.item09 .merit_item_desc, .p_career .merit_item.item10 .merit_item_desc, .p_career .merit_item.item15 .merit_item_desc {
  position: relative;
}
.p_career .merit_item_lead {
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  line-height: 1;
  padding-bottom: 2px;
}
.p_career .merit_item_txtred {
  color: #E1221F;
  line-height: 1;
}
.p_career .merit_item_txtbox {
  line-height: 1.5;
  border-radius: 4px;
  color: white;
  background-color: #E1221F;
  letter-spacing: 0.1em;
  padding: 1px 15px;
  margin-bottom: 6px;
}
.p_career .merit_item_desc {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 0.6875rem;
  line-height: 1.4;
  text-align: left;
  margin-top: 6px;
}
.p_career .merit_item_notice {
  letter-spacing: 0.1em;
  text-align: right;
  width: 100%;
  line-height: 1.5;
  font-weight: 500;
  font-size: 0.625rem;
  margin-top: 18px;
}
.p_career .movie {
  position: relative;
  z-index: 2;
  padding: 46.5% 3.7333333333% 0;
}
.p_career .movie::after {
  position: absolute;
  z-index: -1;
  background: url(../images/career/img_movie_decor01.svg) center/contain no-repeat;
  left: 100px;
  bottom: 200px;
  pointer-events: none;
}
.p_career .movie_youtube {
  margin: 23px auto 0;
  position: relative;
  cursor: pointer;
}
.p_career .movie_youtube::after, .p_career .movie_youtube::before {
  position: absolute;
  pointer-events: none;
}
.p_career .movie_youtube::before {
  content: "";
  background: url(../images/career/img_movie_decor02.png) center/contain no-repeat;
  top: -18px;
  right: -34px;
  aspect-ratio: 131/114;
  width: 65px;
}
.p_career .movie_youtube::after {
  background: url(../images/career/img_movie_decor04.png) center/contain no-repeat;
  right: -13px;
  content: "";
  width: 139px;
  aspect-ratio: 139/85;
  bottom: -36px;
}
.p_career .movie_youtube iframe {
  width: 100%;
  height: 100%;
}
.p_career .movie_youtube iframe, .p_career .movie_youtube img {
  aspect-ratio: 800/450;
  border-radius: 4px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  transition-property: visibility, opacity;
  display: none;
}
.modal.is_open {
  display: block;
}
.modal_btn_cross {
  position: absolute;
  background-color: #E1221F;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  width: 49px;
  aspect-ratio: 1;
  right: 14px;
  top: 11px;
}
.modal_btn_cross::after {
  content: "";
  background: url(../images/career/icon_close.svg) center/contain no-repeat;
  aspect-ratio: 1;
  width: 15px;
}
.modal_btn_close {
  background-color: #292929;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin: 0 auto;
  position: relative;
  font-feature-settings: "palt";
  width: 172px;
  height: 52px;
  border-radius: 4px;
  margin-top: 33px;
  padding-right: 16px;
}
.modal_btn_close::after {
  content: "";
  background: url(../images/career/icon_close.svg) center/contain no-repeat;
  position: absolute;
  right: 20px;
  width: 12px;
  aspect-ratio: 1;
  right: 30px;
}
.modal > * {
  transition: 0.5s;
  position: absolute;
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}
.modal > *.is_show {
  display: flex;
}
.modal_message {
  background-color: rgba(249, 239, 226, 0.8);
  padding: 40px 3.7333333333%;
}
.modal_message_inner {
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.modal_message_inner::after, .modal_message_inner::before {
  content: "";
  position: absolute;
}
.modal_message_inner::after {
  background: url(../images/career/img_message_decor01.svg) center/contain no-repeat;
  z-index: 2;
  top: -33px;
  left: -83px;
  aspect-ratio: 413/292;
  width: 194px;
}
.modal_message_over {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 80px);
  border-radius: 8px;
}
.modal_message_box {
  background-color: white;
  background-image: url(../images/career/img_message_bg_sp.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  padding: 86px 4.0345821326% 50px;
}
.modal_message_box::after {
  content: "";
  background: url(../images/career/img_message_decor03.png) center/contain no-repeat;
  position: absolute;
  z-index: -1;
  bottom: 34px;
  right: 6px;
  width: 170px;
  aspect-ratio: 483/130;
}
.modal_message_content {
  margin: 0 auto;
}
.modal_message_desc {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-top: 44px;
  line-height: 1.79;
  font-size: 1rem;
}
.modal_message_img {
  flex-shrink: 0;
  position: relative;
  width: 100%;
}
.modal_message_img::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: -8px;
  background: url(../images/career/img_message_decor05.png) center/contain no-repeat;
  aspect-ratio: 196/121;
  width: 143px;
}
.modal_message_img img {
  border-radius: 4px;
}
.modal_interview {
  background-color: rgba(249, 239, 226, 0.57);
  padding: 40px 3.7333333333% 47px;
}
.modal_interview .modal_btn_close {
  margin-top: 40px;
}
.modal_interview .modal_btn_cross {
  background-color: #292929;
}
.modal_interview_inner {
  margin: 0 auto;
  position: relative;
}
.modal_interview_inner::after {
  position: absolute;
  content: "";
  background: url(../images/career/img_message_decor01.svg) center/contain no-repeat;
  z-index: 2;
  top: -33px;
  left: -83px;
  aspect-ratio: 413/292;
  width: 194px;
}
.modal_interview_over {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 80px);
  max-height: calc(100lvh - 80px);
  border-radius: 8px;
}
.modal_interview_box {
  background-color: #F2F2F2;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 80px 3.7333333333% 40px;
}
.modal_interview_box::after, .modal_interview_box::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal_interview_box::before {
  background: url(../images/career/img_staff_bg01_sp.jpg) center top/contain no-repeat;
}
.modal_interview_box::after {
  background: url(../images/career/img_staff_bg02_sp.jpg) center bottom/contain no-repeat;
}
.modal_interview_box .staff_mv {
  position: relative;
}
.modal_interview_box .staff_mv .txt_num {
  font-size: inherit;
  font-family: "Ultra", sans-serif;
  font-weight: 400;
}
.modal_interview_box .staff_mv_img {
  width: 100%;
  position: relative;
}
.modal_interview_box .staff_mv_img img {
  border-radius: 4px;
  width: 100%;
}
.modal_interview_box .staff_mv_name {
  position: absolute;
  font-family: "Smooch", sans-serif;
  line-height: 1;
  color: white;
  bottom: 40px;
  right: 0;
  transform: rotate(-14.9deg);
  z-index: 2;
  font-size: 3rem;
  right: 28px;
  bottom: 1px;
}
.modal_interview_box .staff_mv_interview {
  position: absolute;
  font-family: "Climate Crisis", sans-serif;
  letter-spacing: 0.03em;
  color: #E1221F;
  line-height: 1;
  z-index: 1;
  font-size: 2rem;
  bottom: -14px;
  right: -7px;
}
.modal_interview_box .staff_mv_content {
  margin-top: 25px;
}
.modal_interview_box .staff_mv_ttl {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: white;
  gap: 5px;
}
.modal_interview_box .staff_mv_ttl > * {
  background-color: #292929;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-size: 1.125rem;
  padding: 3px 9px 3px 11px;
}
.modal_interview_box .staff_mv_tags {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 4px;
}
.modal_interview_box .staff_mv_tag {
  border: 1px solid currentColor;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  line-height: 1.5;
  color: #E1221F;
  font-weight: 700;
  border-radius: 20px;
  font-size: 0.625rem;
  padding: 2px 9px;
}
.modal_interview_box .staff_item01 .txt_color, .modal_interview_box .staff_item02 .txt_color {
  color: #E1221F;
}
.modal_interview_box .staff_item01_img, .modal_interview_box .staff_item02_img {
  position: relative;
}
.modal_interview_box .staff_item01_img img, .modal_interview_box .staff_item02_img img {
  border-radius: 4px;
}
.modal_interview_box .staff_item01_img::before, .modal_interview_box .staff_item02_img::before {
  content: "";
  position: absolute;
}
.modal_interview_box .staff_item01_desc, .modal_interview_box .staff_item02_desc {
  line-height: 1.75;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 1rem;
}
.modal_interview_box .staff_item01 {
  margin-top: 31px;
}
.modal_interview_box .staff_item01_img {
  width: 71.3395638629%;
}
.modal_interview_box .staff_item01_img::before {
  background: url(../images/career/img_staff_decor01.png) center/contain no-repeat;
  aspect-ratio: 197/120;
  width: 155px;
  left: 70%;
  bottom: -15px;
  z-index: -1;
}
.modal_interview_box .staff_item01_desc {
  margin-top: 20px;
}
.modal_interview_box .staff_item02 {
  margin-top: 23px;
}
.modal_interview_box .staff_item02_img {
  width: 75%;
  margin: 0 13px 0 auto;
}
.modal_interview_box .staff_item02_img::before {
  background: url(../images/career/img_staff_decor02.png) center/contain no-repeat;
  right: -13px;
  bottom: 11px;
  aspect-ratio: 218/121;
  width: 125px;
}
.modal_interview_box .staff_item02_desc {
  margin-top: 20px;
}
.modal_interview.staff02 .modal_interview_box {
  padding-bottom: 45px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  transition: opacity 0.5s ease;
}
.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: -1;
  transition: opacity 0.3s ease;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 14px 7px 20px;
}
.header.is_fixed::after {
  opacity: 1;
}
.header_logo a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header_logo img {
  width: 228px;
  position: relative;
  top: -1px;
  left: -1px;
}
.header_logo_txt {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-radius: 20px;
  border: 1px solid currentColor;
  font-size: 0.625rem;
  padding: 2px 6px;
  color: #292929;
}
.header_job {
  font-feature-settings: "palt";
}
.header_hamburger {
  width: 49px;
  height: 49px;
  background-color: #E1221F;
  border-radius: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 51;
  flex-shrink: 0;
}
.header_hamburger > * {
  position: absolute;
  border-radius: 2px;
  background-color: white;
  height: 2px;
  width: 22px;
  transition: 0.5s;
  transition-property: translate, rotate, opacity;
}
.header_hamburger > *:first-child {
  translate: 0 -8px;
}
.header_hamburger > *:last-child {
  translate: 0 8px;
}
.header_hamburger.is_open > * {
  translate: 0 0;
}
.header_hamburger.is_open > *:nth-child(2) {
  opacity: 0;
  rotate: 45deg;
}
.header_hamburger.is_open > *:first-child {
  rotate: 45deg;
}
.header_hamburger.is_open > *:last-child {
  rotate: 135deg;
}
.header_nav {
  position: absolute;
  top: 100%;
  font-feature-settings: "palt";
  transition: 0.5s;
  transition-property: visibility, opacity;
  display: none;
  color: #292929;
}
.header_nav_list {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.gnav {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  height: 100dvh;
  background-color: #E1221F;
  color: white;
  display: none;
}
.gnav.is_open {
  display: block;
}
.gnav::after, .gnav::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 0;
  width: 100%;
}
.gnav::before {
  height: 97px;
  top: 0;
  background-image: url(../images/career/img_bg01.png);
}
.gnav::after {
  bottom: 0;
  height: 119px;
  background-image: url(../images/career/img_bg02.png);
}
.gnav_inner {
  height: 100%;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
}
.gnav_inner::after, .gnav_inner::before {
  content: "";
  position: absolute;
}
.gnav_inner::before {
  background: url(../images/career/img_decor02.png) center/contain no-repeat;
  aspect-ratio: 115/143;
  width: 115px;
  right: 0;
  top: 128px;
}
.gnav_inner::after {
  background: url(../images/career/img_decor01.png) center/contain no-repeat;
  aspect-ratio: 150/143;
  left: 0;
  width: 150px;
  bottom: 32px;
}
.gnav_list {
  width: 100%;
  padding: 110px 0 107px;
  max-height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.gnav_item {
  text-align: center;
  line-height: 1;
}
.gnav_item:not(:last-child) {
  margin-bottom: 40px;
}
.gnav_item_en {
  font-family: "Climate Crisis", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  display: block;
}
.gnav_item_jp {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 7px;
  font-feature-settings: "palt";
}

.footer {
  color: white;
  background: url(../images/career/img_footer_bg.jpg) center/cover no-repeat;
  padding: 142px 14px 120px;
  margin-top: -91px;
}
.footer_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer_logo {
  display: table;
  border-radius: 4px;
  background-color: white;
  padding: 9px 13px 9px 6px;
  max-width: 346px;
  width: 100%;
}
.footer_logo a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.footer_logo img {
  max-width: 209px;
  width: 100%;
}
.footer_logo_txt {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-radius: 20px;
  border: 1px solid currentColor;
  font-size: 0.625rem;
  padding: 3px 9px;
  color: #292929;
}
.footer_nav {
  font-size: 0.8125rem;
}
.footer_nav_list {
  letter-spacing: 0.09em;
  line-height: 1.2;
  padding-left: 25px;
  margin-top: 22px;
}
.footer_nav_item:not(:last-child) {
  margin-bottom: 13.5px;
}
.footer_nav_item a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.footer_nav_item a::before {
  content: "";
  background: url(../images/career/icon_polygon.svg) center/contain no-repeat;
  position: relative;
  width: 12px;
  height: 12px;
}
.footer_nav_item a[target=_blank]::before {
  display: block;
  background: url(../images/career/icon_blank.svg) center/contain no-repeat;
}
.footer_copyright {
  font-feature-settings: "palt";
  line-height: 1.8545454545;
  font-size: 0.6875rem;
  padding: 0 30px;
  margin-top: 36px;
}
.footer_btn {
  position: fixed;
  z-index: 151;
  right: 14px;
  bottom: 18px;
  width: 191px;
  height: 50px;
  border-radius: 4px;
  gap: 10px;
  transition: opacity 0.5s ease;
}
.footer_btn::after {
  width: 14px;
  height: 10px;
  left: 10px;
}

#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: 71px;
  aspect-ratio: 1;
  width: 58px;
}
#totop.is_show {
  opacity: 1;
  visibility: visible;
}
#totop::after {
  content: "";
  -webkit-mask: url(../images/career/icon_arrow.svg) center/contain no-repeat;
  mask: url(../images/career/icon_arrow.svg) center/contain no-repeat;
  transform: rotate(-90deg);
  background-color: currentColor;
  width: 16px;
  height: 11px;
}
@media screen and (max-width: 767px) {
  .p_career .message .p_career_ttl_jp {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
  }
  .p_career .career_item:not(:last-child)::after {
    position: absolute;
    content: "";
    background: url(../images/career/img_career_decor01.svg) center/contain no-repeat;
    top: calc(100% + 10px);
    right: -16px;
    width: 50px;
    height: 37px;
    transform: rotate(76deg);
  }
  .p_career .career_item:nth-child(2)::after {
    right: 30px;
    top: calc(100% + 12px);
  }
  .p_career .career_item:nth-child(3)::after {
    right: -3px;
  }
  .p_career .career_box + .career_box .career_box_desc {
    line-height: 1.55;
  }
  .p_career .career_box:last-child {
    margin-bottom: -33.6vw;
  }
  .p_career .career_box:last-child .career_box_inner {
    padding-bottom: 31.666667vw;
  }
  .p_career .merit_item:not(.item_red) {
    width: 100%;
    max-width: calc(50% - 7px);
    max-width: max(50% - 7px, (375px - 100vw) * 1000);
  }
  .p_career .merit_item .txt_group {
    line-height: 1.15;
  }
  .p_career .merit_item.item_red {
    height: 57px;
    width: 100%;
  }
  .p_career .merit_item.item02 .merit_item_txtred span, .p_career .merit_item.item03 .merit_item_txtred span, .p_career .merit_item.item04 .merit_item_txtred span, .p_career .merit_item.item05 .merit_item_txtred span {
    letter-spacing: 0.03em;
  }
  .p_career .merit_item.item06 .merit_item_txtred span, .p_career .merit_item.item07 .merit_item_txtred span, .p_career .merit_item.item08 .merit_item_txtred span, .p_career .merit_item.item09 .merit_item_txtred span, .p_career .merit_item.item10 .merit_item_txtred span {
    letter-spacing: 0.03em;
  }
  .p_career .merit_item.item02 .merit_item_txtbox {
    margin-bottom: 13px;
  }
  .p_career .merit_item.item02 .txt_01 {
    font-size: 1rem;
  }
  .p_career .merit_item.item03 .txt_02 {
    font-size: 0.875rem;
  }
  .p_career .merit_item.item03 .txt_01 {
    font-size: 1.5rem;
  }
  .p_career .merit_item.item03 .merit_item_txtbox {
    margin-bottom: 16px;
  }
  .p_career .merit_item.item04 .txt_01 {
    font-size: 1.0625rem;
  }
  .p_career .merit_item.item05 .txt_01 {
    font-size: 1.0625rem;
  }
  .p_career .merit_item.item06 {
    padding: 6px 5px 8px 5px;
  }
  .p_career .merit_item.item06 .txt_01 {
    display: block;
    font-size: 1.25rem;
  }
  .p_career .merit_item.item06 .txt_02 {
    font-size: 0.875rem;
  }
  .p_career .merit_item.item06 .txt_03 {
    font-size: 1.25rem;
  }
  .p_career .merit_item.item06 .txt_group {
    position: relative;
    line-height: 1.15;
  }
  .p_career .merit_item.item07 {
    padding: 21px 10px 8px;
  }
  .p_career .merit_item.item07 .merit_item_desc {
    text-align: center;
    top: -7px;
  }
  .p_career .merit_item.item08 {
    padding: 8px 5px 15px;
  }
  .p_career .merit_item.item08 .merit_item_desc {
    text-align: center;
    top: 5px;
  }
  .p_career .merit_item.item08 .txt_01 {
    font-size: 0.875rem;
  }
  .p_career .merit_item.item09 {
    justify-content: flex-start;
    padding: 28px 5px 0;
  }
  .p_career .merit_item.item09 .txt_01 {
    font-size: 0.875rem;
  }
  .p_career .merit_item.item10 {
    padding: 6px 0 0;
  }
  .p_career .merit_item.item10 .txt_01 {
    font-size: 0.875rem;
  }
  .p_career .merit_item.item11, .p_career .merit_item.item12, .p_career .merit_item.item13, .p_career .merit_item.item14, .p_career .merit_item.item15 {
    padding: 10px 10px 10px;
  }
  .p_career .merit_item.item11 .txt_01, .p_career .merit_item.item12 .txt_01, .p_career .merit_item.item13 .txt_01, .p_career .merit_item.item14 .txt_01, .p_career .merit_item.item15 .txt_01 {
    font-size: 0.875rem;
  }
  .p_career .merit_item.item11 .txt_group, .p_career .merit_item.item12 .txt_group, .p_career .merit_item.item13 .txt_group, .p_career .merit_item.item14 .txt_group, .p_career .merit_item.item15 .txt_group, .p_career .merit_item.item16 .txt_group {
    line-height: 1.2777777778;
  }
  .p_career .merit_item.item16 {
    padding: 8px 11px 5px;
  }
  .p_career .merit_item.item16 .merit_item_desc {
    text-align: center;
  }
  .p_career .merit_item_txtred span {
    letter-spacing: 0.03em;
  }
  .modal_interview.staff01 .staff_item02_desc {
    margin-top: 37px;
  }
  .modal_interview.staff02 .staff_item02 {
    padding-bottom: 13px;
  }
  .header_job {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: initial;
  }
  body {
    font-size: 1rem;
  }
  #wrapper {
    padding-top: clamp(0rem, -17.2413793103vw + 10.775862069rem, 2.5rem);
  }
  .p_career_ttl_en {
    font-size: 4.5rem;
  }
  .p_career_ttl_jp {
    font-size: 2rem;
    margin-top: 6px;
  }
  .p_career_readmore {
    width: 78px;
  }
  .p_career_readmore::after {
    width: 21px;
    height: 14px;
  }
  .p_career_readmore::before {
    width: 136%;
    height: 204%;
  }
  .p_career_btn {
    max-width: 437px;
    height: 123px;
    font-size: 1.5rem;
    gap: 28px;
  }
  .p_career_btn::after {
    left: 30px;
    width: 35px;
    height: 23px;
  }
  .p_career .mv {
    aspect-ratio: 1440/876;
    background: url(../images/career/img_mv_bg01.jpg) center/cover no-repeat;
    max-height: clamp(105.035971223lvh, (100vw - 1000px) * 100000, 113.1782945736lvh);
    padding: 3.8% 0 0;
  }
  .p_career .mv::after, .p_career .mv::before {
    height: auto;
  }
  .p_career .mv::before {
    aspect-ratio: 1440/400;
    background: url(../images/career/img_mv_bg02.png) center top/cover no-repeat;
    top: 0;
  }
  .p_career .mv::after {
    bottom: 0;
    top: auto;
    aspect-ratio: 1440/494;
    background: url(../images/career/img_mv_bg03.png) center bottom/cover no-repeat;
  }
  .p_career .mv_decor02 {
    width: 58.2207207207%;
    transform: translate(-42.1%, -29%);
  }
  .p_career .mv_decor01 {
    background: url(../images/career/img_mv_decor03.svg) center/contain no-repeat;
    aspect-ratio: 666/375;
    width: min(46.25%, clamp(79.8561151079lvh, (100vw - 1000px) * 100000, 86.0465116279lvh));
    left: calc(50% + 180px);
    bottom: 19%;
  }
  .p_career .mv_inner {
    width: 85%;
    max-width: min(1164px, clamp(139.5683453237lvh, (100vw - 1000px) * 100000, 150.3875968992lvh));
  }
  .p_career .mv_ttl {
    margin: 0;
    position: absolute;
    bottom: 50%;
    transform: translateY(90%);
    left: 25px;
    z-index: 4;
    font-size: min(clamp(1.375rem, 2.8481012658vw + 0.0079113924rem, 2.5rem), clamp(4.7961630695lvh, (100vw - 1000px) * 100000, 5.1679586563lvh));
  }
  .p_career .mv_img {
    width: 76.2886597938%;
    margin: 0 0 0 auto;
  }
  .p_career .mv_img img,
  .p_career .mv_img video {
    border-radius: 16px;
  }
  .p_career .intro {
    margin-top: 0;
    padding: 0;
  }
  .p_career .intro::before {
    right: 102px;
    bottom: -178px;
    width: 174px;
  }
  .p_career .intro::after {
    right: -56px;
    top: -143px;
    width: 207px;
  }
  .p_career .intro_txt {
    display: table;
    font-size: 1.5rem;
    line-height: 1.75;
    text-align: center;
    margin-top: 132px;
  }
  .p_career .intro_txt::before {
    left: -98px;
    bottom: -73px;
    width: 217px;
  }
  .p_career .intro_txt::after {
    top: 105px;
    left: -248px;
    width: 153px;
  }
  .p_career .message {
    margin-top: 202px;
    padding: 0 0 140px;
    background-image: linear-gradient(to bottom, transparent 80%, #f9efe2 80%);
  }
  .p_career .message::after {
    top: 319px;
  }
  .p_career .message .p_career_ttl {
    padding-left: 10px;
  }
  .p_career .message_link {
    margin-top: 40px;
    left: 4px;
    max-width: 679px;
    width: 80%;
  }
  .p_career .message_link::before {
    aspect-ratio: 360/186;
    background: url(../images/career/img_message_decor06.png) center/contain no-repeat;
    width: 53.0191458027%;
    transform: translate(-72%, 0%);
  }
  .p_career .message_link::after {
    content: none;
  }
  .p_career .message_img::after, .p_career .message_img::before {
    z-index: -1;
  }
  .p_career .message_img::before {
    width: 60.824742268%;
    transform: translate(-42%, -26%);
  }
  .p_career .message_img::after {
    bottom: -43px;
    right: -128px;
    width: 399px;
  }
  .p_career .message .p_career_readmore {
    right: -20px;
    bottom: -10px;
  }
  .p_career .brands {
    padding: 0 0 157px;
  }
  .p_career .brands::after {
    content: "";
    right: 0;
    top: -63px;
    height: 247px;
    width: 541px;
  }
  .p_career .brands_inner {
    padding: 0 30px;
  }
  .p_career .brands_list {
    display: flex;
    justify-content: center;
    gap: clamp(1.25rem, 0.9259259259vw + 0.8055555556rem, 1.5rem);
    margin-top: 40px;
  }
  .p_career .brands_item {
    width: 203px;
  }
  .p_career .brands_item_ttl {
    margin: 20px 0;
  }
  .p_career .brands_item_desc {
    line-height: 1.4375;
  }
  .p_career .search {
    background-image: linear-gradient(to bottom, #f9efe2 52.5%, transparent 52.5%);
    padding: 0 30px;
  }
  .p_career .search::after {
    background: url(../images/career/img_search_decor03.png) center/contain no-repeat;
    aspect-ratio: 273/238;
    bottom: -153px;
    width: 273px;
  }
  .p_career .search .p_career_btn {
    margin: 0;
  }
  .p_career .search_inner {
    display: flex;
    justify-content: center;
    gap: clamp(1.875rem, 4.4303797468vw + -0.2515822785rem, 3.625rem);
    border-radius: 8px;
    max-width: 1290px;
    padding: 122px 40px 122px 40px;
  }
  .p_career .search_inner::after {
    width: 105px;
    right: 59px;
    bottom: -43px;
  }
  .p_career .search_inner::before {
    width: 128px;
    transform: none;
    top: -62px;
    left: 70px;
  }
  .p_career .search_ttl {
    padding-top: 2px;
    position: relative;
    left: clamp(-1.0625rem, -2.5297619048vw + 1.2142857143rem, 0rem);
    font-size: clamp(1.75rem, 0.5952380952vw + 1.4642857143rem, 2rem);
  }
  .p_career .search_ttl_en {
    font-size: 1.75em;
  }
  .p_career .search_ttl_jp {
    font-size: 1em;
    margin-top: 0.375em;
  }
  .p_career .career {
    padding: 0;
    margin-top: 132px;
  }
  .p_career .career .p_career_ttl_jp {
    margin-top: -2px;
  }
  .p_career .career_inner {
    width: calc(100% - 60px);
    max-width: 898px;
  }
  .p_career .career_lead {
    font-size: 1.3125rem;
    margin-top: 26px;
  }
  .p_career .career_list {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin: clamp(-3.0625rem, -11.3425925926vw + 5.4444444444rem, 0rem) -15px 0 -10px;
  }
  .p_career .career_item {
    gap: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 24px;
  }
  .p_career .career_item + .career_item {
    margin-top: 0;
  }
  .p_career .career_item:first-child {
    max-width: unset;
  }
  .p_career .career_item:first-child .career_item_ttl {
    bottom: -7px;
  }
  .p_career .career_item:nth-child(2) .career_item_desc {
    max-width: unset;
    font-size: 0.875rem;
    min-height: 188px;
    padding: 17px 12px 8px 23px;
  }
  .p_career .career_item:nth-child(2) .career_item_ttl {
    bottom: -7px;
  }
  .p_career .career_item:nth-child(2) .career_item_ttl::after {
    right: 109%;
    bottom: -6px;
  }
  .p_career .career_item:nth-child(3) .career_item_ttl {
    bottom: -9px;
    width: 184px;
  }
  .p_career .career_item:nth-child(3) .career_item_ttl::after {
    right: 113%;
  }
  .p_career .career_item:nth-child(3) .career_item_desc {
    line-height: 1.53;
    align-items: flex-start;
    min-height: 238px;
    padding: 16px 21px 10px 22px;
  }
  .p_career .career_item:last-child::after {
    width: 220px;
    bottom: 70%;
    right: -47px;
  }
  .p_career .career_item:last-child .career_item_ttl {
    font-size: 1rem;
  }
  .p_career .career_item:last-child .career_item_desc {
    background-image: url(../images/career/img_career_decor03.png);
    min-height: 305px;
    padding: 29px 26px 14px 26px;
    line-height: 1.53;
  }
  .p_career .career_item_ttl {
    position: relative;
    margin-bottom: 0;
    display: block;
    padding: 10px 5px;
    width: 156px;
    font-size: 1.125rem;
  }
  .p_career .career_item_ttl::after {
    content: "";
    bottom: 16px;
    right: 108%;
    width: clamp(3.125rem, 2.8273809524vw + 1.7678571429rem, 4.3125rem);
    height: 37px;
  }
  .p_career .career_item_desc {
    font-size: 0.9375rem;
    font-feature-settings: unset;
    border-radius: 4px 4px 0 0;
    padding: 13px 12px 12px 18px;
    min-height: 123px;
  }
  .p_career .career_box {
    margin: 60px 0 0;
  }
  .p_career .career_box + .career_box {
    position: relative;
    left: 6px;
    margin-top: 45px;
  }
  .p_career .career_box_ttl {
    display: table;
    font-size: 1.125rem;
    padding: 10px 30px;
    border-radius: 8px;
    margin: 0 auto -23px;
  }
  .p_career .career_box_inner {
    border-radius: 16px;
    padding: 41px 105px 22px;
    margin: 0 -16px;
  }
  .p_career .career_box_desc {
    margin-right: 0;
  }
  .p_career .career_box_desc small {
    display: inline;
  }
  .p_career .career_box_feature {
    margin-top: 27px;
    padding: 20px 0 0;
  }
  .p_career .career_box_feature .feature_list {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-right: 22px;
  }
  .p_career .career_box_feature .feature_item {
    flex-direction: row;
    width: auto;
    gap: 20px;
  }
  .p_career .career_box_feature .feature_item + .feature_item {
    margin-top: 0;
  }
  .p_career .career_box_feature .feature_item_ttl {
    padding: 6px 20px;
    width: auto;
  }
  .p_career .career_box_feature .feature_item_arrow {
    flex-shrink: 0;
    width: 24px;
  }
  .p_career .career_box_feature .feature_item_arrow img {
    transform: none;
  }
  .p_career .interview {
    background: url(../images/career/img_interview_bg.jpg) center top/cover no-repeat;
    margin-top: 27px;
    padding: min(21%, 303px) 30px 122px;
  }
  .p_career .interview::after {
    height: auto;
    -webkit-mask: unset;
    mask: unset;
    background: url(../images/career/img_interview_mask.png) center top/100% 100% no-repeat;
    aspect-ratio: 1440/231;
    max-height: 231px;
  }
  .p_career .interview_heading {
    padding: 0;
    max-width: 896px;
  }
  .p_career .interview_heading::after {
    width: 283px;
    top: -26px;
    left: 357px;
  }
  .p_career .interview .p_career_ttl_jp {
    margin-top: -2px;
  }
  .p_career .interview_inner {
    max-width: 1286px;
  }
  .p_career .interview_list {
    display: flex;
    justify-content: center;
    gap: 109px;
    gap: clamp(3.125rem, 8.7797619048vw + -1.0892857143rem, 6.8125rem);
    padding: 84px 50px 75px;
    border-radius: 16px;
    margin-top: 41px;
  }
  .p_career .interview_item {
    position: relative;
    left: -3px;
    max-width: 385px;
  }
  .p_career .interview_item + .interview_item {
    margin-top: 0;
  }
  .p_career .interview_item_block .p_career_readmore {
    right: -21px;
    bottom: -16px;
  }
  .p_career .interview_item_img .h_zoom_img {
    border-radius: 8px;
  }
  .p_career .interview_item_name {
    left: -31px;
    top: 14px;
    font-size: 5rem;
  }
  .p_career .interview_item_ttl {
    bottom: 20px;
    gap: 8px;
    font-size: clamp(1.125rem, 0.8928571429vw + 0.6964285714rem, 1.5rem);
  }
  .p_career .interview_item_ttl > * {
    padding: 2px 19px 2.5px;
  }
  .p_career .interview_item_tags {
    margin-top: 16px;
  }
  .p_career .interview_item_tag {
    font-size: 0.8125rem;
    padding: 4px 19px;
  }
  .p_career .merit {
    padding: 68px 30px 100px;
  }
  .p_career .merit::before {
    height: 100%;
    height: clamp(100% - 200px, (1440px - 100vw) * 1000, 96%);
  }
  .p_career .merit::after {
    background: url(../images/career/img_merit_bg.svg) center/contain no-repeat;
    aspect-ratio: 1440/1478;
    top: 100%;
    transform: translateY(-47.8%);
  }
  .p_career .merit_inner {
    max-width: 995px;
  }
  .p_career .merit_data {
    margin-top: 64px;
  }
  .p_career .merit_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px 36px;
  }
  .p_career .merit_list + .merit_list {
    margin-top: 91px;
    row-gap: 33px;
  }
  .p_career .merit_item {
    height: 207px;
    padding: 20px 10px;
  }
  .p_career .merit_item .txt_f21 {
    font-size: 1.3125rem;
  }
  .p_career .merit_item .txt_f32 {
    font-size: 2rem;
  }
  .p_career .merit_item .txt_f48 {
    font-size: 3rem;
  }
  .p_career .merit_item .txt_mx3 {
    margin: 0 3px;
  }
  .p_career .merit_item .txt_track70 {
    letter-spacing: 0.07em;
  }
  .p_career .merit_item .txt_track60 {
    letter-spacing: 0.06em;
  }
  .p_career .merit_item .txt_track50 {
    letter-spacing: 0.05em;
  }
  .p_career .merit_item .txt_track40 {
    letter-spacing: 0.04em;
  }
  .p_career .merit_item .txt_lh110 {
    line-height: 1.1;
  }
  .p_career .merit_item .txt_lh120 {
    line-height: 1.2;
  }
  .p_career .merit_item.item_red {
    margin-bottom: 0;
    grid-column: auto;
  }
  .p_career .merit_item.item02 {
    padding-top: 30px;
  }
  .p_career .merit_item.item02 .txt_group {
    margin-bottom: 9px;
  }
  .p_career .merit_item.item03 {
    padding-top: 31px;
  }
  .p_career .merit_item.item04 {
    padding-top: 31px;
  }
  .p_career .merit_item.item04 .merit_item_txtbox {
    margin-bottom: 24px;
  }
  .p_career .merit_item.item04 .txt_group {
    padding-left: 8px;
  }
  .p_career .merit_item.item05 {
    padding-top: 22px;
  }
  .p_career .merit_item.item05 .merit_item_txtbox {
    margin-bottom: 25px;
  }
  .p_career .merit_item.item05 .txt_group {
    padding-left: 4px;
  }
  .p_career .merit_item.item06 .merit_item_desc {
    top: 7px;
  }
  .p_career .merit_item.item06 .txt_group {
    top: -2px;
  }
  .p_career .merit_item.item07 {
    padding-bottom: 5px;
  }
  .p_career .merit_item.item07 .merit_item_desc {
    top: -5px;
  }
  .p_career .merit_item.item07 .txt_num {
    font-size: 3rem;
  }
  .p_career .merit_item.item08 .txt_group {
    top: -4px;
  }
  .p_career .merit_item.item08 .merit_item_desc {
    top: 8px;
  }
  .p_career .merit_item.item16 {
    padding-top: 24px;
  }
  .p_career .merit_item.item09 .merit_item_desc, .p_career .merit_item.item10 .merit_item_desc, .p_career .merit_item.item15 .merit_item_desc {
    top: 3px;
  }
  .p_career .merit_item.item14 {
    padding-top: 11px;
  }
  .p_career .merit_item_lead {
    padding-bottom: 0;
  }
  .p_career .merit_item_txtbox {
    padding: 3px 25px;
    min-width: 102px;
    margin-bottom: 14px;
  }
  .p_career .merit_item_desc {
    text-align: center;
    line-height: 1.5;
    font-size: 0.875rem;
    margin-top: 7px;
  }
  .p_career .merit_item_notice {
    margin-top: 19px;
    padding-right: 19px;
  }
  .p_career .movie {
    padding: 20.2% 0 0;
  }
  .p_career .movie::after {
    content: "";
    left: 151px;
    bottom: 189px;
    width: 235px;
    height: 128px;
  }
  .p_career .movie .p_career_ttl_jp {
    margin-top: -2px;
  }
  .p_career .movie_youtube {
    width: 80%;
    max-width: 800px;
    margin-top: 39px;
  }
  .p_career .movie_youtube::before {
    top: -49px;
    right: -63px;
    width: 131px;
    height: 114px;
  }
  .p_career .movie_youtube::after {
    background: url(../images/career/img_movie_decor03.png) center/contain no-repeat;
    bottom: auto;
    aspect-ratio: 325/176;
    top: 119px;
    right: -222px;
    width: 325px;
  }
  .p_career .movie_youtube iframe, .p_career .movie_youtube img {
    border-radius: 8px;
  }
  .modal {
    transition: 0.5s;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .modal.is_open {
    opacity: 1;
    visibility: visible;
  }
  .modal_btn_cross {
    width: 63px;
    top: 32px;
    right: 31px;
  }
  .modal_btn_cross::after {
    width: 23px;
  }
  .modal_btn_close {
    padding-right: 10px;
    margin-top: 72px;
    height: 63px;
    width: 221px;
  }
  .modal_btn_close::after {
    width: 13px;
    right: 50px;
  }
  .modal > * {
    transition-property: visibility, opacity;
    transition-delay: 0.5s;
    display: flex;
    visibility: hidden;
    opacity: 0;
  }
  .modal > *.is_show {
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
  }
  .modal_message {
    padding: 42px 40px;
  }
  .modal_message_inner {
    width: 1290px;
  }
  .modal_message_inner::after {
    width: 413px;
    top: -60px;
    left: -174px;
  }
  .modal_message_over {
    border-radius: 16px;
    max-height: calc(100vh - 84px);
  }
  .modal_message_box {
    background-image: url(../images/career/img_message_bg.png);
    padding: 172px 40px 49px;
    padding-top: clamp(6.25rem, 16.6666666667vw + -1.75rem, 10.75rem);
  }
  .modal_message_box::after {
    background: url(../images/career/img_message_decor04.png) center/contain no-repeat;
    width: 483px;
    right: 64px;
    bottom: 51px;
  }
  .modal_message_content {
    display: flex;
    align-items: center;
    gap: clamp(1.875rem, 5.5555555556vw + -0.7916666667rem, 3.375rem);
    max-width: 996px;
  }
  .modal_message_desc {
    margin-top: 0;
    line-height: 1.75;
    font-size: 1.125rem;
    padding-bottom: 12px;
  }
  .modal_message_img {
    flex-shrink: 0;
    width: calc(50% - 15px);
    max-width: 339px;
  }
  .modal_message_img::after {
    width: 196px;
    left: -77px;
    bottom: -79px;
  }
  .modal_message_img img {
    border-radius: 8px;
  }
  .modal_interview {
    padding: 53px 40px;
  }
  .modal_interview .modal_btn_close {
    margin-top: 97px;
  }
  .modal_interview .modal_btn_cross {
    top: 35px;
    right: 30px;
  }
  .modal_interview_inner {
    width: 1290px;
  }
  .modal_interview_inner::after {
    content: none;
  }
  .modal_interview_over {
    border-radius: 16px;
    max-height: calc(100vh - 106px);
  }
  .modal_interview_box {
    background-color: white;
    padding: 54px 0 61px;
  }
  .modal_interview_box::before {
    background: url(../images/career/img_staff_bg01.jpg) center top/contain no-repeat;
  }
  .modal_interview_box::after {
    background: url(../images/career/img_staff_bg02.jpg) center bottom/contain no-repeat;
  }
  .modal_interview_box .staff_mv {
    margin: 0 147px 0 215px;
    margin: 0 clamp(1.875rem, 17.4107142857vw + -6.4821428571rem, 9.1875rem) 0 clamp(1.875rem, 27.5297619048vw + -11.3392857143rem, 13.4375rem);
  }
  .modal_interview_box .staff_mv_img {
    display: table;
    margin-left: auto;
    max-width: 721px;
    width: calc(100% - clamp(10.625rem, 6.9444444444vw + 7.2916666667rem, 12.5rem));
  }
  .modal_interview_box .staff_mv_img img {
    border-radius: 8px;
  }
  .modal_interview_box .staff_mv_name {
    font-size: clamp(5rem, 5.9523809524vw + 2.1428571429rem, 7.5rem);
    right: 28px;
    bottom: 4px;
  }
  .modal_interview_box .staff_mv_interview {
    font-size: clamp(3.125rem, 3.2738095238vw + 1.5535714286rem, 4.5rem);
    right: clamp(-3.5rem, -6.1011904762vw + 1.9910714286rem, -0.9375rem);
    bottom: -20px;
  }
  .modal_interview_box .staff_mv_content {
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: clamp(0.625rem, 4.7619047619vw + -1.6607142857rem, 2.625rem);
  }
  .modal_interview_box .staff_mv_ttl {
    gap: 8px;
  }
  .modal_interview_box .staff_mv_ttl > * {
    padding: 5px 19px 6px 20px;
    font-size: clamp(1rem, 1.1904761905vw + 0.4285714286rem, 1.5rem);
  }
  .modal_interview_box .staff_mv_tags {
    flex-direction: column;
    gap: 8px;
    margin-top: clamp(0.9375rem, 1.4880952381vw + 0.2232142857rem, 1.5625rem);
  }
  .modal_interview_box .staff_mv_tag {
    font-size: clamp(0.625rem, 0.4464285714vw + 0.4107142857rem, 0.8125rem);
    padding: 5px 19px;
  }
  .modal_interview_box .staff_item01, .modal_interview_box .staff_item02 {
    display: flex;
  }
  .modal_interview_box .staff_item01_img, .modal_interview_box .staff_item02_img {
    flex-shrink: 0;
  }
  .modal_interview_box .staff_item01_img img, .modal_interview_box .staff_item02_img img {
    border-radius: 8px;
  }
  .modal_interview_box .staff_item01_desc, .modal_interview_box .staff_item02_desc {
    line-height: 1.77;
    font-size: 1.125rem;
  }
  .modal_interview_box .staff_item01 {
    align-items: center;
    gap: clamp(1.875rem, 1.6369047619vw + 1.0892857143rem, 2.5625rem);
    padding: 0 clamp(1.875rem, 23.8095238095vw + -9.5535714286rem, 11.875rem) 0 clamp(1.875rem, 17.4107142857vw + -6.4821428571rem, 9.1875rem);
    margin-top: 111px;
  }
  .modal_interview_box .staff_item01_img {
    max-width: 381px;
    width: calc(50% - 15px);
  }
  .modal_interview_box .staff_item01_img::before {
    bottom: auto;
    z-index: 1;
    left: -100px;
    top: -100px;
    left: -53px;
    top: -98px;
    width: 197px;
  }
  .modal_interview_box .staff_item01_desc {
    margin-top: 0;
  }
  .modal_interview_box .staff_item02 {
    padding: 0 clamp(1.875rem, 23.8095238095vw + -9.5535714286rem, 11.875rem) 0 clamp(1.875rem, 24.8511904762vw + -10.0535714286rem, 12.3125rem);
    flex-direction: row-reverse;
    gap: 31px;
    margin-top: 60px;
  }
  .modal_interview_box .staff_item02_img {
    margin: 0;
    max-width: 299px;
    width: 35%;
  }
  .modal_interview_box .staff_item02_img::before {
    right: -94px;
    bottom: -71px;
    width: 218px;
  }
  .modal_interview_box .staff_item02_desc {
    margin-top: 0;
    padding-top: 10px;
  }
  .modal_interview.staff02 .modal_interview_box {
    padding-bottom: 73px;
  }
  .modal_interview.staff02 .modal_interview_box::after {
    background: url(../images/career/img_staff_bg03.jpg) center bottom/contain no-repeat;
  }
  .modal_interview.staff02 .staff_mv_name {
    right: 17px;
  }
  .modal_interview.staff02 .staff_item01 {
    margin-top: 102px;
    padding-right: clamp(1.875rem, 22.3214285714vw + -8.8392857143rem, 11.25rem);
  }
  .modal_interview.staff02 .staff_item02 {
    align-items: center;
  }
  .modal_interview.staff02 .staff_item02_img {
    padding-bottom: 15px;
  }
  .header::after {
    opacity: 0;
  }
  .header_inner {
    padding: 14px 29px 14px 34px;
  }
  .header_logo a {
    align-items: center;
    flex-direction: row;
    gap: 6px;
  }
  .header_logo img {
    position: static;
    width: 282px;
  }
  .header_logo_txt {
    padding: 4px 9px;
  }
  .header_job {
    width: 224px;
    height: 62px;
    border-radius: 4px;
    gap: 8px;
  }
  .header_job::after {
    left: 10px;
    width: 14px;
    height: 10px;
  }
  .header_hamburger {
    display: none;
  }
  .header_nav {
    display: block;
    padding: 0 34px;
  }
  .header_nav_list {
    font-size: 0.875rem;
  }
  .header_nav_item:not(:last-child) {
    margin-bottom: 13px;
  }
  .footer {
    padding: 176px 30px 64px;
    margin-top: -109px;
  }
  .footer_logo {
    max-width: unset;
    width: unset;
    padding: 4px 13px 4px 6px;
  }
  .footer_logo a {
    width: auto;
    justify-content: center;
  }
  .footer_logo img {
    max-width: unset;
    width: 282px;
  }
  .footer_logo_txt {
    padding: 4px 9px;
  }
  .footer_nav {
    font-size: 0.875rem;
    padding: 13px 17px;
  }
  .footer_nav_list {
    margin-top: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .footer_nav_item {
    padding-right: 14px;
  }
  .footer_nav_item:not(:last-child) {
    border-right: 1px solid white;
    margin-bottom: 0;
  }
  .footer_nav_item a {
    gap: 13px;
  }
  .footer_nav_item a::before {
    display: none;
  }
  .footer_nav_item a[target=_blank]::before {
    bottom: -1px;
    left: 2px;
  }
  .footer_copyright {
    line-height: 1.5;
    padding: 0;
    font-size: 0.625rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-top: 47px;
    text-align: right;
  }
  .footer_btn {
    display: none;
  }
  #totop {
    right: 79px;
    bottom: 80px;
    width: 78px;
    right: clamp(1.875rem, 7.2916666667vw + -1.625rem, 4.9375rem);
  }
  #totop::after {
    width: 21px;
    height: 14px;
  }
}
@media (any-hover: hover) and (pointer: fine) and (min-width: 768px) {
  .h_zoom_img img {
    transition: transform 0.3s ease;
  }
  .h_zoom:hover .h_zoom_img img {
    transform: scale(1.1);
  }
  :where(a, .h_opacity) {
    transition: opacity 0.5s ease;
  }
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.8;
  }
  a[href^=tel] {
    pointer-events: none;
  }
  .footer_btn, .header_job, .p_career_btn {
    opacity: 1;
  }
  .footer_btn:hover, .header_job:hover, .p_career_btn:hover {
    color: #292929;
    background-color: white;
  }
  .footer_btn:hover::after, .header_job:hover::after, .p_career_btn:hover::after {
    transform: translateX(5px);
  }
  .h_zoom:hover .p_career_readmore::after {
    transform: translateX(3px);
  }
  .p_career .interview .h_zoom:hover .p_career_readmore {
    color: #E1221F;
    background-color: white;
  }
  .p_career .interview .h_zoom:hover .p_career_readmore::after {
    background-color: #E1221F;
  }
  .gnav_item_link {
    opacity: 1;
    transition: color 0.5s ease;
  }
  .gnav_item_link:hover {
    color: #292929;
  }
  #totop:hover {
    transform: translateY(-10px);
  }
}

/* add */

@media screen and (min-width: 768px) {
  .p_career .brands_list {
    justify-content: start;
    margin: 40px auto 0;
    flex-wrap: wrap;
    width: 657px;
  } 
}