@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");

@font-face {
  font-family: "humanmadefont";
  src: url("./font/humanmade-webfont.woff2") format("woff2"), url("./font/humanmade-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "emoji";
  src: url("./font/hm_emoji-Regular.woff2") format("woff2"), url("./font/hm_emoji-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "emoji";
  src: url("./font/hm_emoji-Bold.woff2") format("woff2"), url("./font/hm_emoji-Bold.woff") format("woff");
  font-weight: bold;
  font-style: bold;
}
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: clamp(10px, 1.2rem, 12px); /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

:root {
  --leadSmall: clamp(14px, 1.6rem, 18px);
  --leadBig: clamp(38px, 4rem, 42px);
}

html {
  font-size: 0.6944444444vw;
}
html:lang(en) body {
  font-weight: 600;
}

body {
  width: 100%;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 1.6rem, 18px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  position: relative;
  color: #000;
  background-color: #f7f7f7;
  background-color: #808080;
  text-align: left;
  text-decoration: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior-y: none;
}
body.is-openModalId {
  overflow: hidden;
}
body.is-openModalId .c-modalBg {
  opacity: 1;
}

article,
aside,
figure,
figcaption,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
nav,
section,
main {
  display: block;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

input[type=submit],
input[type=number],
input[type=button],
input[type=password],
input[type=text],
input[type=email],
input[type=tel],
textarea,
select,
label,
button {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit],
input[type=number],
input[type=button],
input[type=password],
input[type=text],
input[type=email],
input[type=tel],
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=number],
input[type=password],
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  width: 100% !important;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

select {
  cursor: pointer;
  color: #000;
}

button {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

video,
img,
svg {
  width: 100%;
  height: auto;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:after,
q:before {
  content: "";
}

abbr,
acronym {
  border: 0;
}

i {
  font-style: normal;
}

::selection {
  background: #d7dbe2;
  color: #000;
}

::-moz-selection {
  background: #d7dbe2;
  color: #000;
}

_::-webkit-full-page-media,
_:future,
:root p::selection {
  background: #000;
}

summary {
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

.c-button {
  display: flex;
  align-items: center;
  width: max-content;
  background-color: #000;
  color: #fff;
  border-radius: 999em;
  padding: 2.4rem 5rem;
}
.c-button .text {
  font-size: clamp(14px, 1.6rem, 18px);
  line-height: 2.22;
  font-weight: 700;
  pointer-events: none;
}
.c-button .dot {
  width: clamp(10px, 1.2rem, 14px);
  height: clamp(10px, 1.2rem, 14px);
  background-color: #fff;
  border-radius: 99999px;
  margin-left: 1em;
  pointer-events: none;
}

.c-pagenation {
  border-radius: 2.4rem;
  background-color: #1c1c1c;
  color: #fff;
}

.c-pagenation__inner {
  width: 128rem;
  margin: 0 auto;
  padding-top: 2.8rem;
  padding-bottom: 3.2rem;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 4rem;
}

.c-pagenation__list {
  display: flex;
  align-items: center;
}
.c-pagenation__list.detailList {
  position: relative;
  grid-column: 3/9;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4rem;
}
.c-pagenation__list.detailList .c-pagenation__item.prev a,
.c-pagenation__list.detailList .c-pagenation__item.next a {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.c-pagenation__list.detailList .c-pagenation__item.prev .icon,
.c-pagenation__list.detailList .c-pagenation__item.next .icon {
  width: clamp(18px, 2.2rem, 26px);
  height: clamp(18px, 2.2rem, 26px);
  background-color: #fff;
  border-radius: 999em;
  position: relative;
  display: grid;
  place-content: center;
  place-items: center;
}
.c-pagenation__list.detailList .c-pagenation__item.prev .icon svg,
.c-pagenation__list.detailList .c-pagenation__item.next .icon svg {
  aspect-ratio: 12.75/7.5;
  width: clamp(8px, 0.88rem, 10px);
  stroke: #000;
}
.c-pagenation__list.detailList .c-pagenation__item.back {
  grid-column: 2;
}
.c-pagenation__list.detailList .c-pagenation__item.prev {
  grid-column: 1;
  place-self: start;
}
.c-pagenation__list.detailList .c-pagenation__item.prev .icon svg {
  transform: rotate(90deg);
}
.c-pagenation__list.detailList .c-pagenation__item.next {
  grid-column: 3;
  place-self: end;
}
.c-pagenation__list.detailList .c-pagenation__item.next .icon svg {
  transform: rotate(-90deg);
}
.c-pagenation__list.detailList .c-pagenation__item {
  width: auto;
}
.c-pagenation__list.detailList .c-pagenation__item a {
  font-size: clamp(14px, 1.6rem, 18px);
  font-weight: 700;
  width: auto;
  height: auto;
}

.c-pagenation__item {
  width: 9.2rem;
}
.c-pagenation__item.current a {
  pointer-events: none;
}
.c-pagenation__item.current a::before {
  content: "";
  border: 1px solid #fff;
  border-radius: 999999px;
  width: clamp(38px, 4rem, 42px);
  height: clamp(38px, 4rem, 42px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-pagenation__item a {
  position: relative;
  display: grid;
  place-content: center;
  place-items: center;
  font-size: clamp(12px, 1.4rem, 16px);
  line-height: 1.5;
  font-weight: 700;
  width: clamp(38px, 4rem, 42px);
  height: clamp(38px, 4rem, 42px);
  transition: all 0.2s ease;
}

#news .c-pagenation__item.current a {
  pointer-events: none;
}
#news .c-pagenation__item.current a::before {
  content: "";
  border: 1px solid #fff;
  border-radius: 999999px;
  width: clamp(38px, 4rem, 42px);
  height: clamp(38px, 4rem, 42px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#news .c-pagenation__item:not(.current) a:hover::before {
  content: "";
  border: 1px solid #fff;
  border-radius: 999999px;
  width: clamp(38px, 4rem, 42px);
  height: clamp(38px, 4rem, 42px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}
#news .c-pagenation__item a::before {
  transition: all 0.3s linear;
}

.c-details[data-status=open] .c-details__icon::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.c-details__summary {
  display: block;
  cursor: pointer;
  list-style: none;
}
.c-details__summary::marker, .c-details__summary::-webkit-details-marke {
  display: none;
}

.c-details__title {
  font-weight: 700;
}

.c-details__icon {
  position: relative;
  display: block;
  border-radius: 999em;
  background-color: #000;
}
.c-details__icon::before {
  content: "";
  background-image: url("./img/common/arrow-details.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.275rem;
  width: 40%;
  aspect-ratio: 12.75/7.5;
  transition: transform 0.2s ease;
}

.c-breadcrumb {
  position: absolute;
  top: 12rem;
  left: 8rem;
  font-weight: 400;
  font-size: clamp(10px, 1.2rem, 14px);
  line-height: 1.5;
}

.c-breadcrumb__list {
  display: flex;
  align-items: center;
}

.c-breadcrumb__item:not(:first-child)::before {
  content: "/";
  padding: 0 1px 0 4px;
}

.l-globalcontainer {
  position: relative;
  overflow-x: clip;
}

.is-MenuOpen .l-pagecontainer {
  transition: transform 0.55s cubic-bezier(0.57, 0.04, 0.26, 1);
}

.l-pagecontainer {
  transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.26, 1);
}

body.is-MenuOpen .l-header,
body.is-MenuOpen .l-heder__left,
body.is-MenuOpen .l-header-nav,
body.is-MenuOpen .l-header__right {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.l-heder__left,
.l-header-nav,
.l-header__right {
  opacity: 1;
  transition: opacity 0.2s ease;
  pointer-events: visible;
}

.l-header {
  width: 100%;
  height: 10rem;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  transition: opacity 0.3s ease 0.5s;
}
.l-heder__left {
  display: flex;
  align-items: center;
  gap: 10.6rem;
  grid-column: span 3;
  position: absolute;
  top: 5rem;
  left: 8rem;
  z-index: 5000;
  margin-left: -1em;
  margin-top: -1em;
}
.l-heder__left .l-header__menuTrigger {
  width: clamp(24px, 2.6rem, 32px);
  display: flex;
  padding: 1em;
  box-sizing: content-box;
}
.l-heder__left .l-header__menuTrigger .l-header__humberger {
  width: clamp(24px, 2.6rem, 32px);
  width: 100%;
  pointer-events: none;
}
.l-heder__left .l-header__menuTrigger .l-header__humberger path {
  fill: #fff;
  fill: #000;
}
.l-heder__left .l-header__logo {
  display: flex;
  width: clamp(130px, 15rem, 180px);
  margin-left: -1em;
}
.l-heder__left .l-header__logo path {
  fill: #fff;
  fill: #000;
}

.l-header-nav {
  background-color: #fff;
  border-radius: 99999px;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2rem, 22px);
  padding: clamp(10px, 1.2rem, 14px) clamp(23px, 2.5rem, 27px);
  grid-column: span 4;
  width: fit-content;
  margin: 0 auto;
  position: absolute;
  top: 3.8rem;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  z-index: 5000;
}
.l-header-nav .l-nav__link {
  font-size: clamp(12px, 1.4rem, 16px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.l-header__right {
  display: flex;
  align-items: center;
  gap: 11.1rem;
  grid-column: span 3;
  place-content: end;
  position: absolute;
  top: 3.8rem;
  right: 8rem;
  z-index: 5000;
}
.l-header__right .l-header__button {
  display: flex;
  align-items: center;
}
.l-header__right .l-header__mode {
  width: clamp(15px, 2.1rem, 27px);
  height: clamp(12px, 1.8rem, 24px);
  position: relative;
}
.l-header__right .l-header__mode .light,
.l-header__right .l-header__mode .dark {
  width: clamp(8px, 1.4rem, 20px);
  height: clamp(8px, 1.4rem, 20px);
  border-radius: 999999px;
}
.l-header__right .l-header__mode .light {
  border: 1px solid #000;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header__right .l-header__mode .dark {
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
}

.l-header__mailBtn {
  display: grid;
  place-content: center;
  place-items: center;
  width: clamp(40px, 4.6rem, 52px);
  height: clamp(40px, 4.6rem, 52px);
  border-radius: 999em;
  background-color: #fff;
}
.l-header__mailBtn svg {
  width: clamp(14px, 1.6rem, 18px);
}
.l-header__mailBtn path {
  fill: #000;
}

.l-language {
  display: grid;
  place-content: center;
  place-items: center;
  width: clamp(40px, 4.6rem, 52px);
  height: clamp(40px, 4.6rem, 52px);
  border-radius: 999em;
  background-color: #fff;
  color: #000;
  font-size: clamp(12px, 1.4rem, 16px);
  font-weight: 700;
}

.l-footer {
  position: relative;
  background-color: #fff;
  z-index: 10;
  border-radius: 2.4rem;
  transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.26, 1);
}

.is-MenuOpen .l-footer {
  transition: transform 0.55s cubic-bezier(0.57, 0.04, 0.26, 1);
}

.l-footer__inner {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 4rem;
  width: 128rem;
  margin: 0 auto;
  padding: clamp(48px, 5rem, 52px) 0;
  margin: 0 auto;
}

.l-footer__head {
  grid-column: span 1;
}

.l-footer__logo {
  display: block;
  width: 12.8rem;
  margin-left: -1.8rem;
}
.l-footer__logo svg {
  pointer-events: none;
}

.l-footer__body {
  grid-column: 4/11;
  align-self: center;
  display: flex;
  justify-content: space-between;
}

.l-footer-nav {
  display: flex;
  gap: clamp(18px, 2rem, 22px);
  margin-left: -1em;
}
.l-footer-nav .l-nav__link {
  font-size: clamp(12px, 1.4rem, 16px);
  font-weight: 700;
  line-height: 1.5;
}

.l-footer-outer {
  display: flex;
  column-gap: 2rem;
  font-size: clamp(10px, 1.2rem, 14px);
  line-height: 1.5;
  font-weight: 700;
}

.l-footer__copylight small {
  font-size: inherit;
}

@keyframes menuOpen {
  0% {
    display: block;
    transform: translateX(-100%);
  }
  100% {
    display: block;
    transform: translateX(0);
  }
}
@keyframes menuClose {
  0% {
    display: block;
    transform: translateX(0);
  }
  99% {
    display: block;
    transform: translateX(-100%);
  }
  100% {
    display: block;
  }
}
.l-hambergerMenu {
  display: none;
  border-radius: 2.4rem;
  background-color: #1c1c1c;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100.4rem;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.font-loaded .l-hambergerMenu {
  animation: menuClose 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.l-hambergerMenu[aria-hidden=false] {
  display: block;
  pointer-events: all;
  height: 100%;
  animation: menuOpen 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  z-index: 10;
}

.l-hambergerMenu__closeBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
}
body.is-MenuOpen .l-hambergerMenu__closeBg {
  visibility: visible;
}

.l-hambergerMenu__inner {
  padding: 13.2rem 8rem 11.6rem;
  padding: clamp(34px, 3.8rem, 42px) 8rem 7.25em;
  width: 100%;
  height: 100%;
  overflow: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
.l-hambergerMenu__inner::-webkit-scrollbar {
  display: none;
}

.l-hambergerMenu__head {
  display: flex;
  align-items: center;
}

.l-hambergerMenu__close {
  display: flex;
  width: clamp(22px, 2.4rem, 28px);
}
.l-hambergerMenu__close g {
  mix-blend-mode: exclusion;
}
.l-hambergerMenu__close path {
  fill: #fff;
}

.l-hambergerMenu__logo {
  display: flex;
  width: clamp(130px, 15rem, 180px);
  margin-left: 10.7rem;
}
.l-hambergerMenu__logo g {
  mix-blend-mode: exclusion;
}
.l-hambergerMenu__logo path {
  fill: #fff;
}

.l-hambergerMenu__btn {
  display: flex;
  margin-left: auto;
}

.l-hambergerMenu__body {
  margin-top: 4.8rem;
}

.l-hambergerMenu__list {
  display: flex;
  column-gap: 8rem;
}
.l-hambergerMenu__item a {
  display: block;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
}
.l-hambergerMenu__item a::before {
  content: "";
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
  opacity: 0;
  background-image: url("./img/projects/current.svg");
  background-size: cover;
  aspect-ratio: 122/107;
}

a.l-hambergerMenu__pageLink::before {
  width: clamp(20px, 2.4rem, 26px);
  top: 50%;
  left: clamp(-28px, -3rem, -32px);
  transform: translateY(-70%);
}

.l-hambergerMenu__contentsLink::before {
  width: clamp(16px, 1.8rem, 20px);
  top: calc(50% - 0.1em);
  left: clamp(-23px, -2.5rem, -27px);
}

.l-hambergerMenu__sectionsLink::before {
  width: clamp(14px, 1.6rem, 18px);
  top: calc(50% - 0.1em);
  left: clamp(-21px, -2.3rem, -25px);
}
.l-hambergerMenu__page:nth-child(n+2) {
  margin-top: 4em;
}

.l-hambergerMenu__pageLink {
  font-size: clamp(30px, 4rem, 64px);
  line-height: 1.5;
}

.l-hambergerMenu__contentsBtn {
  display: block;
  margin-top: 0.5em;
  align-self: flex-end;
  width: clamp(22px, 2.6rem, 30px);
  height: clamp(22px, 2.6rem, 30px);
  border-radius: 999em;
  background-color: #fff;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
}
.l-hambergerMenu__contentsBtn[aria-expanded=true]::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.l-hambergerMenu__contentsBtn::before {
  content: "";
  background-image: url("./img/common/arrow-detailsBlack.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.7em;
  aspect-ratio: 8/4.67;
  transition: transform 0.2s ease;
}

.l-hambergerMenu__contentsInner {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  row-gap: 0.5rem;
}
.l-hambergerMenu__item:nth-child(2) .l-hambergerMenu__contentsInner {
  row-gap: 4rem;
}

.l-hambergerMenu__item:nth-child(2) .l-hambergerMenu__contentsItem:nth-child(3) {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.l-hambergerMenu__contentsLink {
  font-size: clamp(16px, 1.8rem, 20px);
  line-height: 1.5;
}

.l-hambergerMenu__sections {
  display: flex;
  flex-direction: column;
  margin-top: 0.6rem;
  row-gap: 0.6rem;
}
.l-hambergerMenu__sections + .l-hambergerMenu__contentsLink {
  padding-top: 1.5rem;
}

.l-hambergerMenu__sectionsLink {
  font-size: clamp(11px, 1.3rem, 15px);
  line-height: 1.6;
  letter-spacing: -0.05em;
}

.p-page__head {
  border-radius: 2.4rem;
  background-color: #f7f7f7;
  position: relative;
}

.p-page__head__inner {
  width: 128rem;
  margin: 0 auto;
  padding-top: 20rem;
  padding-bottom: 11.6rem;
}

.p-page__title.-vertical {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 4rem;
}
.p-page__title.-vertical .en {
  grid-column: span 2;
}
.p-page__title.-vertical .ja {
  grid-column: span 8;
}
.p-page__title.-horizontal {
  display: flex;
  flex-direction: column;
}
.p-page__title.-horizontal .ja {
  margin-top: 2.2rem;
  position: relative;
}
.p-page__title .en {
  font-size: clamp(14px, 1.6rem, 18px);
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
}
.p-page__title .ja {
  font-size: clamp(34px, 3.8rem, 42px);
  font-weight: 700;
  line-height: 1.8;
}
html:lang(en) .p-page__title .ja {
  line-height: 1.5;
  letter-spacing: 0.001em;
  font-size: clamp(36px, 4rem, 48px);
}

.p-projects {
  position: relative;
  border-radius: 2.4rem;
  background-color: #f7f7f7;
  padding: 10rem 0;
}
.p-projects .p-project__inner {
  width: 100.4rem;
  margin-left: auto;
  margin-right: auto;
}
.p-projects .p-project-contents {
  border-radius: 2.4rem;
  background-color: #fff;
  padding: 4rem 8rem 4rem 4rem;
  position: relative;
}
.p-projects .p-project-contents .p-project-contentsWrap {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 4rem;
}
.p-projects .p-project-contents .p-project-contentsText {
  grid-column: span 4;
}
.p-projects .p-project-contents .p-project-contentsText__title {
  font-size: clamp(20px, 2.2rem, 24px);
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.4;
}
.p-projects .p-project-contents .p-project-contentsText__copy {
  margin-top: 1.1rem;
  line-height: 2;
}
.p-projects .p-project-contents .p-project-contentsText__copy a {
  text-decoration: underline;
}
.p-projects .p-project-contents .p-project-contentsImage {
  grid-column: 6/9;
}
.p-projects .p-project-contents .p-project-contentsImage img {
  border-radius: 1.6rem;
  overflow: hidden;
}
.p-projects .p-project-contents .p-project-contentsProduct {
  grid-column: span 8;
}
.p-projects .p-project-contents .p-project-contentsProduct .c-details__summary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 3rem;
  bottom: 3rem;
}
.p-projects .p-project-contents .p-project-contentsProduct .c-details__title {
  font-size: 2.4rem;
  font-weight: 700;
}
.p-projects .p-project-contents .p-project-contentsProduct .c-details__icon {
  width: 3rem;
  height: 3rem;
  margin-left: 1em;
}
.p-projects .p-project-contents .p-project-contentsProduct .c-details__inner {
  padding: 5rem;
  display: flex;
  flex-direction: column;
}
.p-projects .p-project-contents .p-project-contentsProduct .c-details__item {
  font-size: 1.8rem;
  line-height: 2.22;
}
.p-projects .p-project-contents .p-project-contentsProduct .c-details__content {
  background-color: #f5f5f5;
  border-radius: 2rem;
  margin-top: 1rem;
}
.p-projects .p-project-contents .p-project-contentsProduct .p-project-brands-product__list {
  display: grid;
  row-gap: 3.5rem;
  column-gap: 0.5rem;
  grid-template-columns: repeat(4, 1fr);
}
.p-projects .p-project-contents .p-project-contentsProduct .p-project-brands-product__item {
  text-align: left;
}
.p-projects .p-project-contents .p-project-contentsProduct .p-project-brands-product__itemWrap {
  display: block;
}
.p-projects .p-project-contents .p-project-contentsProduct a.p-project-brands-product__itemWrap .p-project-brands-product__name {
  text-decoration: underline;
}
.p-projects .p-project-contents .p-project-contentsProduct .p-project-brands-product__image {
  background-color: #fff;
  border-radius: 1.6rem;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  place-items: center;
  overflow: hidden;
}
.p-projects .p-project-contents .p-project-contentsProduct .p-project-brands-product__image img {
  mix-blend-mode: multiply;
}
.p-projects .p-project-contents .p-project-contentsProduct .p-project-brands-product__name {
  font-size: clamp(11px, 1.3rem, 15px);
  font-weight: 700;
  margin: 1rem 0 0;
  line-height: 1.4;
}

.p-company-outline {
  border-radius: 2.4rem;
  background-color: #f7f7f7;
  position: relative;
}
.p-company-outline .p-company-outline__inner {
  width: 128rem;
  margin: 0 auto;
  padding-top: 10.7rem;
  padding-bottom: 17.2rem;
  display: flex;
  gap: 30.4rem;
}
.p-company-outline .p-company-outline__head {
  width: 22.4rem;
}
.p-company-outline .p-company-outline__title {
  font-size: clamp(14px, 1.6rem, 18px);
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
}
.p-company-outline .p-company-outline__body {
  width: 75.2rem;
  margin-top: -3rem;
}
.p-company-outline .p-company-outline__list {
  font-size: clamp(16px, 1.8rem, 2rem);
  line-height: 2.22;
}
.p-company-outline .p-company-outline__item {
  padding: 3rem 0;
}
.p-company-outline .p-company-outline__item.u-lineImage:last-child::before {
  display: none;
}
.p-company-outline .p-company-outline__dl {
  display: flex;
  gap: 4rem;
}
.p-company-outline .p-company-outline__dt {
  width: 22.4rem;
}
.p-company-outline .p-company-outline__dd {
  width: 48.8rem;
}
.p-company-outline .p-company-outline__bear {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0;
}
.p-company-outline .p-company-outline__bearImage {
  height: 65%;
  position: absolute;
  top: 200px;
}
.p-company-outline .p-company-outline__bearImage img {
  object-fit: cover;
  height: 100%;
}

.p-recruit-jobs {
  border-radius: 2.4rem;
  background-color: #f7f7f7;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.p-recruit-jobs .p-recruit-jobs__inner {
  width: 128rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 4rem;
  padding-top: 14rem;
  padding-bottom: 15.5rem;
  position: relative;
  z-index: 20;
}
.p-recruit-jobs .p-recruit-jobs__head {
  grid-column: span 3;
}
.p-recruit-jobs .p-recruit-jobs__body {
  grid-column: span 6;
}
.p-recruit-jobs .p-recruit-jobs__details:nth-child(n+2) {
  margin-top: 9rem;
}
.p-recruit-jobs .p-recruit-jobs__detailsTitle {
  display: flex;
  align-items: center;
  column-gap: 0.7rem;
  margin-bottom: 1.8rem;
}
.p-recruit-jobs .p-recruit-jobs__detailsTitle .p-recruit-jobs__detailsTitleAnimals {
  position: relative;
  width: clamp(90px, 10rem, 110px);
  height: clamp(90px, 10rem, 110px);
  transform-origin: center;
}
.p-recruit-jobs .p-recruit-jobs__detailsTitle img {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.p-recruit-jobs .p-recruit-jobs__detailsTitle img.is-active {
  visibility: visible;
  opacity: 1;
}
.p-recruit-jobs .p-recruit-jobs__detailsTitle span {
  font-size: clamp(16px, 1.8rem, 20px);
  font-weight: 700;
}
.p-recruit-jobs .c-details.u-lineImage:first-of-type:after {
  content: "";
  background-image: url("./img/projects/line.svg");
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
}
.p-recruit-jobs .c-details.u-lineImage.-white:first-of-type:after {
  content: "";
  background-image: url("./img/projects/line-white.svg");
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
}
.p-recruit-jobs .c-details__summary {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-recruit-jobs .c-details__title {
  font-size: clamp(22px, 2.4rem, 26px);
  font-weight: 700;
}
.p-recruit-jobs .c-details__icon {
  width: clamp(26px, 3rem, 38px);
  height: clamp(26px, 3rem, 38px);
  margin-left: 1em;
}
.p-recruit-jobs .c-details__inner {
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
}
.p-recruit-jobs .c-details__item {
  font-size: clamp(16px, 1.8rem, 20px);
  line-height: 2.22;
}
.p-recruit-jobs .c-details__text {
  font-size: clamp(16px, 1.8rem, 20px);
  line-height: 2.22;
}

.p-home-project {
  position: relative;
  border-radius: 2.4rem;
  background-color: #f7f7f7;
  padding: 8rem 0;
}
.p-home-project .p-home-project__inner {
  width: 118.8rem;
  margin-left: auto;
  margin-right: auto;
}
.p-home-project .p-home-project-brnds__head {
  display: flex;
  align-items: center;
  column-gap: 4rem;
  padding: 4rem;
  border-radius: 2rem;
  background-color: #fff;
}
.p-home-project .p-home-project-collabo__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.p-home-project .p-home-project-collabo__item {
  background-color: #fff;
  border-radius: 2rem;
  position: relative;
}
.p-home-project .p-home-project-collabo__item img {
  border-radius: 2rem;
  overflow: hidden;
}
.p-home-project .p-home-project-collabo__item .p-home-project-collabo__itemCaption {
  font-weight: 700;
  font-size: clamp(11px, 1.3rem, 15px);
  position: relative;
  bottom: 1em;
  text-align: center;
}
html:lang(en) .p-home-project .p-home-project-collabo__item .p-home-project-collabo__itemCaption {
  font-size: clamp(13px, 1.4rem, 16px);
}
.p-home-project .p-home-project-brnds__logo {
  display: grid;
  place-content: center;
  place-items: center;
  width: calc(100% - 66rem);
}
.p-home-project .p-home-project-brnds__logo img {
  width: 100%;
}
.p-home-project .p-home-project-brnds__image {
  border-radius: 1.5rem;
  overflow: hidden;
  width: 62rem;
}
.p-home-project .p-home-project-brnds__body,
.p-home-project .p-home-project-collabo__body {
  display: flex;
  gap: 4rem;
  padding-top: 3.2rem;
  font-weight: 700;
  padding: 4rem;
  border-radius: 2rem;
  background-color: #fff;
}
.p-home-project .p-home-project-brnds__title,
.p-home-project .p-home-project-collabo__title {
  width: 31.6rem;
  font-size: clamp(26px, 2.8rem, 30px);
  line-height: 1.5;
  font-weight: 700;
}
.p-home-project .p-home-project-brnds__copy,
.p-home-project .p-home-project-collabo__copy {
  width: 48.8rem;
  line-height: 1.76;
  letter-spacing: -0.05em;
}
.p-home-project .p-home-project-brnds__link,
.p-home-project .p-home-project-collabo__link {
  width: 22.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.p-home-project .p-home-project-brnds__link .c-button,
.p-home-project .p-home-project-collabo__link .c-button {
  width: 14.2rem;
  padding: 1.9rem 0 1.7rem;
  justify-content: center;
}
.p-home-project .p-home-project-brnds__link .c-button .text,
.p-home-project .p-home-project-collabo__link .c-button .text {
  font-size: clamp(10px, 1.2rem, 14px);
  line-height: 1.5;
}
.p-home-project .p-home-project-brnds__link .c-button .dot,
.p-home-project .p-home-project-collabo__link .c-button .dot {
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 1rem;
}
.p-home-project .p-home-project-brnds__link .c-icon-instagram,
.p-home-project .p-home-project-collabo__link .c-icon-instagram {
  width: 5.3rem;
  height: 5.3rem;
}
.p-home-project .c-icon-instagram {
  display: grid;
  place-content: center;
  place-items: center;
  border-radius: 999999px;
}
.p-home-project .c-icon-instagram svg {
  width: 1.6rem;
  height: 1.6rem;
}
.p-home-project .c-icon-instagram.white {
  background-color: #fff;
}
.p-home-project .c-icon-instagram.white svg {
  fill: #000;
}
.p-home-project .c-icon-instagram.black {
  background-color: #000;
}
.p-home-project .c-icon-instagram.black svg {
  fill: #fff;
}

.p-home-news {
  border-radius: 2.4rem;
  background-color: #f7f7f7;
}
.p-home-news .p-home-news__inner {
  width: 128rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 4rem;
  padding-top: 13.8rem;
  padding-bottom: 11.6rem;
}
.p-home-news .p-home-news__head {
  grid-column: span 3;
}
.p-home-news .p-home-news__head .c-button {
  padding: 1.9rem 3.3rem;
  margin-top: 2.4rem;
}
.p-home-news .p-home-news__head .c-button .text {
  font-size: clamp(10px, 1.2rem, 14px);
  line-height: 1.5;
}
.p-home-news .p-home-news__head .c-button .dot {
  width: clamp(5px, 0.7rem, 9px);
  height: clamp(5px, 0.7rem, 9px);
  margin-left: 1rem;
}
.p-home-news .p-home-news__body {
  grid-column: span 7;
}
.p-home-news .p-home-news__body .p-news-article {
  position: relative;
}
.p-home-news .p-home-news__body .p-news-article:last-child::before {
  display: none;
}
.p-home-news .p-home-news__body .p-news-article__link {
  display: flex;
  padding: 4rem 0;
}
.p-home-news .p-home-news__body .p-news-article__info {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 13.2rem;
  font-size: clamp(14px, 1.6rem, 18px);
  line-height: 1.2;
  font-weight: 700;
}
.p-home-news .p-home-news__body .p-news-article__info .p-news-article__year {
  font-size: clamp(11px, 1.3rem, 15px);
}
.p-home-news .p-home-news__body .p-news-article__copy {
  width: 62rem;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: -0.5em;
}
html:lang(en) .p-home-news .p-home-news__body .p-news-article__copy {
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
}
.p-home-news .p-home-news__body .p-news-article__thumnail {
  order: 2;
  width: calc(100% - 9.2rem);
  aspect-ratio: 132/132;
  width: 13.2rem;
  margin-left: 5.6rem;
  margin-right: 3.6rem;
}
.p-home-news .p-home-news__body .p-news-article__thumnail img {
  border-radius: 1rem;
  overflow: hidden;
}

.p-recruit-faq {
  border-radius: 2.4rem;
  background-color: #1c1c1c;
  color: #fff;
}
.p-recruit-faq .p-recruit-faq__inner {
  width: 75.2rem;
  margin: 0 auto;
  padding-top: 21rem;
  padding-bottom: 21rem;
  position: relative;
  z-index: 10;
}
.p-recruit-faq .p-recruit-faq__body {
  margin-top: 3.5rem;
}
.p-recruit-faq .p-recruit-faq__detailsTitle {
  font-size: clamp(16px, 1.8rem, 20px);
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.p-recruit-faq .c-details.u-lineImage:first-of-type:after {
  content: "";
  background-image: url("./img/projects/line.svg");
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
}
.p-recruit-faq .c-details.u-lineImage.-white:first-of-type:after {
  content: "";
  background-image: url("./img/projects/line-white.svg");
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
}
.p-recruit-faq .c-details__summary {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-recruit-faq .c-details__title {
  font-size: clamp(22px, 2.4rem, 26px);
  font-weight: 700;
}
.p-recruit-faq .c-details__icon {
  width: clamp(26px, 3rem, 38px);
  height: clamp(26px, 3rem, 38px);
  margin-left: 1em;
}
.p-recruit-faq .c-details__inner {
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
}
.p-recruit-faq .c-details__item {
  font-size: clamp(16px, 1.8rem, 20px);
  line-height: 2.22;
}
.p-recruit-faq .c-details__text {
  font-size: clamp(16px, 1.8rem, 20px);
  line-height: 2.22;
}
.p-recruit-faq .c-details__title {
  width: 90%;
  position: relative;
  padding-left: 1.7em;
}
.p-recruit-faq .c-details__title::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
}
.p-recruit-faq .c-details__icon {
  background-color: #fff;
}
.p-recruit-faq .c-details__icon::before {
  background-image: url("./img/common/arrow-detailsBlack.svg");
}
.p-recruit-faq .c-details__text {
  position: relative;
  padding-left: 2.2em;
}
.p-recruit-faq .c-details__text::before {
  content: "A";
  font-size: clamp(22px, 2.4rem, 26px);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.7;
}
.p-recruit-faq .c-details__text a {
  text-decoration: underline;
}

.p-ir-carender {
  border-radius: 2.4rem;
  background-color: #f7f7f7;
  position: relative;
}
.p-ir-carender .p-ir-carender__inner {
  width: 128rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 4rem;
  padding-top: 13rem;
  padding-bottom: 22rem;
  position: relative;
}
.p-ir-carender .p-ir-carender__head {
  grid-column: span 3;
}
.p-ir-carender .p-ir-carender__body {
  grid-column: 4/10;
}
.p-ir-carender .timeline {
  width: 100%;
}
.p-ir-carender .timeline .quarter-section {
  display: flex;
}
.p-ir-carender .timeline .quarter-section:first-child .month:first-child .event {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.p-ir-carender .timeline .quarter-section:last-child .month:last-child .event {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.p-ir-carender .timeline .quarter-label {
  display: grid;
  place-content: center;
  place-items: center;
  border-radius: 1.5rem;
  width: 29.7872340426%;
  background-color: #1c1c1c;
  color: #fff;
  font-size: clamp(18px, 2rem, 22px);
  font-weight: 700;
}
.p-ir-carender .timeline .months-section {
  width: 70.2127659574%;
}
.p-ir-carender .timeline .months-section .month {
  display: flex;
  font-size: clamp(16px, 1.8rem, 20px);
}
.p-ir-carender .timeline .months-section .month-name {
  display: grid;
  place-content: center;
  place-items: center;
  border-radius: 1.5rem;
  width: 30%;
  font-weight: 700;
  background-color: #fff;
  padding: 2rem 0;
  line-height: 1.5;
}
.p-ir-carender .timeline .months-section .event {
  width: 70%;
  background-color: #fff;
  padding: 2rem 4rem;
  line-height: 1.5;
}

.p-news .p-page__head__inner {
  padding-top: 18rem;
  padding-bottom: 5.5rem;
}
.p-news .p-page__title .ja span.u-pc-hidden {
  margin-left: -0.001em;
  white-space: nowrap;
}
.p-news .p-page__title .ja span.u-sp-hidden {
  margin-left: -0.001em;
  white-space: nowrap;
}
.p-news__content {
  border-radius: 2.4rem;
  background-color: #f7f7f7;
}

.p-news__content__head {
  width: 128rem;
  margin: 0 auto;
  padding-top: 7.5rem;
  padding-bottom: 5rem;
  display: flex;
  justify-content: space-between;
}

.p-new-category {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
  width: 75.2rem;
}
.p-new-category .p-new-categoryLink {
  background-color: #fff;
  border-radius: 999em;
  font-size: clamp(14px, 1.6rem, 18px);
  font-weight: 700;
  line-height: 1.5;
  padding: 1.3rem 2.7rem 1.2rem;
}

.p-new-sort {
  display: flex;
  justify-content: flex-end;
}

.p-new-sort__year {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.p-new-sort__year .p-news-sort__DropdownMenuList {
  width: 90px;
}

.p-news-sort__DropdownMenu {
  position: relative;
}
.p-news-sort__DropdownMenu.is-show .p-news-sort__DropdownMenuList {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

.p-news-sort__DropdownMenuBtn {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
}

.p-news-sort__DropdownMenuArrow svg {
  width: 12px;
  height: 12px;
  rotate: 0deg;
  display: block;
}
.p-news-sort__DropdownMenuArrow svg path {
  stroke: #000;
}

.p-news-sort__DropdownMenuList {
  position: absolute;
  width: 11rem;
  right: 0;
  text-align: right;
  margin-top: 0.8em;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 0.5rem;
  font-size: clamp(11px, 1.3rem, 14px);
  background: #fff;
  border-radius: 1rem;
  padding: 1em;
}

.p-new-sort__arrow {
  display: inline;
}
.p-new-sort__arrow svg {
  width: 12px;
  height: 12px;
  rotate: 0deg;
  display: block;
}
.p-new-sort__arrow svg path {
  stroke: #000;
}

.p-news-sort__DropdownMenuLink {
  position: relative;
  width: max-content;
}
.p-news-sort__DropdownMenuLink::before {
  content: "";
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
  opacity: 0;
  background-image: url("./img/common/icon_heart01.svg");
  background-size: cover;
  aspect-ratio: 122/107;
  width: clamp(12px, 1.4rem, 16px);
  top: calc(50% - 0.1em);
  left: clamp(-18px, -2rem, -22px);
}

.p-news__content__inner {
  width: 128rem;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 2.6rem;
}

.p-news-article {
  position: relative;
}
.p-news-article:last-child::before {
  display: none;
}

.p-news-article__link {
  display: flex;
  padding: 5rem 0;
  gap: 13.2rem;
}

.p-news-article__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  order: 1;
  width: 13.2rem;
  font-size: clamp(14px, 1.6rem, 18px);
  line-height: 1.5;
  font-weight: 700;
}
.p-news-article__info .p-news-article__year {
  font-size: clamp(11px, 1.3rem, 15px);
}

.p-news-article__copy {
  order: 3;
  width: 62rem;
  font-size: clamp(22px, 2.4rem, 26px);
  font-weight: 500;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
html:lang(en) .p-news-article__copy {
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
}

.p-news-article__thumnail {
  order: 2;
  width: 22.4rem;
}
.p-news-article__thumnail img {
  border-radius: 2.4rem;
  overflow: hidden;
}

.p-news-post .p-page__head__inner {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 4rem;
  padding-top: 22rem;
  padding-bottom: 8.5rem;
}

.p-news-post__info {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  font-size: clamp(18px, 2rem, 22px);
  line-height: 1.5;
  font-weight: 700;
  row-gap: 0.8rem;
}

.p-news-post__title {
  grid-column: span 8;
  font-size: clamp(30px, 3.2rem, 34px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.9;
  margin-top: -0.5em;
  font-weight: 700;
}
html:lang(en) .p-news-post__title {
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
}

.p-news-post__article {
  border-radius: 2.4rem;
  background-color: #f7f7f7;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
html:lang(en) .p-news-post__article {
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
}
.p-news-post__article .p-news-post__article__inner {
  width: 128rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 4rem;
  grid-gap: 0;
  padding-top: 8rem;
  padding-bottom: 15rem;
}
.p-news-post__article .p-news-post__article__img {
  border-radius: 2.4rem;
  overflow: hidden;
}
.p-news-post__article .p-news-post__article__img,
.p-news-post__article .p-news-post__article__content {
  grid-column: 3/9;
}
.p-news-post__article .p-news-post__article__content {
  margin-top: 10rem;
}
.p-news-post__article .p-news-post__article__content figure {
  margin-top: 10rem;
}
.p-news-post__article .p-news-post__article__content a {
  text-decoration: underline;
  line-height: 2;
  color: #0000ff;
}
.p-news-post__article figure {
  display: grid;
  place-content: center;
  place-items: center;
}
.p-news-post__article figure img.isVertical,
.p-news-post__article figure img.isSquare {
  width: 48.8rem;
}
.p-news-post__article p + p,
.p-news-post__article p + a,
.p-news-post__article a + p,
.p-news-post__article a + a,
.p-news-post__article p + div,
.p-news-post__article div + p,
.p-news-post__article a + div,
.p-news-post__article div + a {
  margin-top: 4rem;
}
.p-news-post__article h2 + p {
  margin-top: 0.8em;
}
.p-news-post__article h2 {
  font-size: clamp(20px, 2.2rem, 24px);
  font-weight: 700;
  display: block;
  margin-top: 4rem;
}
.p-news-post__article p {
  line-height: 2;
}
.p-news-post__article p .small {
  font-size: clamp(11px, 1.3rem, 15px);
  line-height: 2;
  color: red;
}
.p-news-post__article p .note {
  font-size: clamp(11px, 1.3rem, 15px);
  line-height: 2;
  color: #000;
}
.p-news-post__article p .creditsVertical {
  display: block;
  margin: 1em auto 0;
  width: 48.8rem;
  font-size: clamp(11px, 1.3rem, 15px);
}
.p-news-post__article p .creditsHorizontal {
  display: block;
  margin-top: 1em;
  font-size: clamp(11px, 1.3rem, 15px);
}
.p-news-post__article .p-news-post__article__img + p,
.p-news-post__article p + .p-news-post__article__img,
.p-news-post__article small + .p-news-post__article__img {
  margin-top: 10rem;
}

.u-hidden {
  display: none;
}

.u-dib {
  display: inline-block;
}

.u-lineImage {
  position: relative;
}
.u-lineImage::before {
  content: "";
  background-image: url("./img/projects/line.svg");
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.u-lineImage.-first:nth-child(1)::after {
  content: "";
  background-image: url("./img/projects/line.svg");
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
}
.u-lineImage.-white::before {
  background-image: url("./img/projects/line-white.svg");
}

.u-ff-humanmade {
  font-family: "humanmadefont";
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
  input[type=number],
  input[type=password],
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  select {
    padding: 0;
  }
  .c-pagenation {
    border-radius: 1.6rem;
  }
  .c-pagenation__inner {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-pagenation__inner {
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 1.5rem;
  }
  .c-pagenation__inner {
    padding-top: 2.9rem;
    padding-bottom: 3rem;
  }
  .c-pagenation__list {
    gap: 1.5rem;
  }
  .c-pagenation__list.detailList {
    grid-column: 1/9;
  }
  .c-pagenation__item {
    width: 3.1rem;
  }
  .c-pagenation__item a {
    width: 3.1rem;
    height: 3.1rem;
  }
  .c-breadcrumb {
    top: 8.7rem;
    left: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 4rem);
  }
  .c-breadcrumb__item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .l-heder__left {
    gap: 0;
    top: 1.5rem;
    left: 2rem;
    width: calc(100% - 4rem);
    margin: 0;
  }
  .l-heder__left .l-header__menuTrigger {
    width: clamp(30px, 3.4rem, 40px);
    height: clamp(30px, 3.4rem, 40px);
    background: #fff;
    border-radius: 999em;
    align-items: center;
    justify-content: center;
    margin-left: 1.4rem;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
  }
  .l-heder__left .l-header__menuTrigger .l-header__humberger {
    width: clamp(18px, 2.2rem, 28px);
  }
  .l-heder__left .l-header__logo {
    order: 1;
    margin-top: 0.8rem;
    margin-left: 0;
  }
  .l-header-nav {
    display: none;
  }
  .l-header__right {
    order: 2;
    top: 1.5rem;
    right: 6.7rem;
  }
  .l-header__right .l-header__button .c-icon-instagram {
    display: none !important;
  }
  .l-header__right .l-header__mode {
    display: none;
  }
  .l-header__mailBtn {
    display: none;
  }
  .l-language {
    width: clamp(30px, 3.4rem, 40px);
    height: clamp(30px, 3.4rem, 40px);
  }
  .l-footer__inner {
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 1.5rem;
  }
  .l-footer__inner {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .l-footer__inner {
    padding: clamp(48px, 5rem, 52px) clamp(18px, 2rem, 22px);
  }
  .l-footer__head {
    grid-column: 1/4;
    place-self: center;
  }
  .l-footer__logo {
    margin-left: 2rem;
    margin-top: -0.8rem;
    width: 12rem;
  }
  .l-footer__body {
    width: 100%;
    grid-column: 4/9;
    place-self: center;
    flex-direction: column;
    padding-left: 3.1rem;
  }
  .l-footer-nav {
    gap: 0;
    margin-top: -0.8rem;
    margin-left: 0;
    flex-wrap: wrap;
  }
  .l-footer-nav .l-nav__link {
    padding: 0.4rem 0;
    width: 50%;
  }
  .l-footer-outer {
    flex-direction: column;
    width: 100%;
    margin-top: 1.6rem;
    font-size: clamp(9px, 1.1rem, 13px);
    row-gap: 0.3rem;
  }
  .l-hambergerMenu {
    border-radius: 1.6rem;
  }
  .l-hambergerMenu {
    width: 100vw;
    width: 32.7rem;
  }
  .l-hambergerMenu__inner {
    width: 128rem;
    margin: 0 auto;
    padding-top: 1.5rem;
    padding-bottom: 11.5rem;
  }
  .l-hambergerMenu__close {
    order: 3;
  }
  .l-hambergerMenu__logo {
    order: 1;
    margin-left: 0;
  }
  .l-hambergerMenu__btn {
    order: 2;
    margin-right: 2.5rem;
  }
  .l-hambergerMenu__btn .l-header__mailBtn {
    display: none;
  }
  .l-hambergerMenu__body {
    font-weight: 600;
  }
  .l-hambergerMenu__list {
    flex-direction: column;
  }
  .l-hambergerMenu__item:nth-child(n+2) .l-hambergerMenu__page {
    margin-top: 1.875em;
  }
  .l-hambergerMenu__page {
    display: flex;
    justify-content: space-between;
    display: block;
    position: relative;
  }
  .l-hambergerMenu__page:nth-child(n+2) {
    margin-top: 1.875em;
  }
  .l-hambergerMenu__pageLink {
    font-size: clamp(22px, 2.4rem, 26px);
    width: max-content;
  }
  .l-hambergerMenu__contents {
    width: 18.4rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: auto;
    width: 100%;
    position: static;
  }
  .l-hambergerMenu__contents::before {
    content: "";
    width: clamp(40px, 4.5rem, 50px);
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 1.2em;
    right: 5rem;
  }
  .l-hambergerMenu__contentsWrapper {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
    will-change: height;
  }
  .l-hambergerMenu__contentsLink {
    font-size: clamp(14px, 1.6rem, 18px);
  }
  .p-page__head {
    border-radius: 1.6rem;
  }
  .p-page__head__inner {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-page__head__inner {
    padding-top: 18.2rem;
    padding-bottom: 7rem;
  }
  .p-page__title.-vertical {
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 1.5rem;
  }
  .p-page__title.-vertical {
    flex-direction: column;
    gap: 1.5rem;
  }
  .p-page__title.-vertical .en {
    grid-column: span 8;
    width: 100%;
  }
  .p-page__title.-vertical .ja {
    grid-column: span 8;
    width: 100%;
  }
  .p-page__title.-vertical .ja span {
    text-wrap: nowrap;
  }
  .p-page__title.-horizontal .ja {
    margin-top: 1.5rem;
  }
  html:lang(en) .p-page__title .ja {
    letter-spacing: 0.001em;
    font-size: clamp(24px, 2.8rem, 32px);
  }
  .p-page__title .ja {
    font-size: clamp(24px, 2.8rem, 32px);
    letter-spacing: -0.03em;
  }
  .p-page__title .ja span {
    display: inline-block;
  }
  .p-projects {
    border-radius: 1.6rem;
  }
  .p-projects .p-project__inner {
    width: 100%;
    padding: 0 2rem;
  }
  .p-projects .p-project-contents {
    border-radius: 1.6rem;
  }
  .p-projects .p-project-contents {
    padding: 2rem 2rem 6rem;
  }
  .p-projects .p-project-contents .p-project-contentsWrap {
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 1.5rem;
    place-items: center;
  }
  .p-projects .p-project-contents .p-project-contentsText {
    grid-column: span 8;
    grid-row: 2;
  }
  .p-projects .p-project-contents .p-project-contentsImage {
    grid-column: span 8;
    grid-row: 1;
    display: grid;
    place-content: center;
    place-items: center;
  }
  .p-projects .p-project-contents .p-project-contentsImage img {
    width: 70%;
  }
  .p-projects .p-project-contents .p-project-contentsProduct .c-details__inner {
    padding: 6rem 1.6rem;
  }
  .p-projects .p-project-contents .p-project-contentsProduct .c-details__content {
    margin-top: 7.6rem;
    margin-bottom: 1em;
  }
  .p-projects .p-project-contents .p-project-contentsProduct .p-project-brands-product__list {
    gap: 1rem 0.6rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-projects .p-project-contents .p-project-contentsProduct .p-project-brands-product__name {
    margin: 1rem 0 0.4rem 1rem;
  }
  .p-company-outline {
    border-radius: 1.6rem;
  }
  .p-company-outline .p-company-outline__inner {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-company-outline .p-company-outline__inner {
    padding-top: 7rem;
    padding-bottom: 7rem;
    flex-direction: column;
    gap: 4.5rem;
  }
  .p-company-outline .p-company-outline__head {
    width: 100%;
  }
  .p-company-outline .p-company-outline__body {
    width: 100%;
  }
  .p-company-outline .p-company-outline__list {
    font-size: clamp(14px, 1.6rem, 1.8rem);
  }
  .p-company-outline .p-company-outline__dl {
    gap: 1.5rem;
  }
  .p-company-outline .p-company-outline__dt {
    width: 7.7rem;
  }
  .p-company-outline .p-company-outline__dd {
    width: 26.1rem;
  }
  .p-company-outline .p-company-outline__bearImage {
    height: auto;
    width: 140%;
    aspect-ratio: unset;
    top: auto;
    bottom: 10rem;
    left: 0;
  }
  .p-recruit-jobs {
    border-radius: 1.6rem;
  }
  .p-recruit-jobs .p-recruit-jobs__inner {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-recruit-jobs .p-recruit-jobs__inner {
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 1.5rem;
  }
  .p-recruit-jobs .p-recruit-jobs__inner {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .p-recruit-jobs .p-recruit-jobs__head {
    grid-column: span 8;
  }
  .p-recruit-jobs .p-recruit-jobs__body {
    grid-column: span 8;
    margin-top: 6rem;
  }
  .p-recruit-jobs .p-recruit-jobs__details:nth-child(n+2) {
    margin-top: 7rem;
  }
  .p-recruit-jobs .p-recruit-jobs__detailsTitle {
    column-gap: 0.5rem;
  }
  .p-recruit-jobs .p-recruit-jobs__detailsTitle .p-recruit-jobs__detailsTitleAnimals {
    width: clamp(50px, 6rem, 70px);
    height: clamp(50px, 6rem, 70px);
  }
  .p-recruit-jobs .c-details__title {
    font-size: clamp(14px, 1.6rem, 18px);
  }
  .p-recruit-jobs .c-details__icon {
    width: clamp(20px, 2rem, 28px);
    height: clamp(20px, 2rem, 28px);
  }
  .p-recruit-jobs .c-details__item {
    font-size: clamp(13px, 1.5rem, 17px);
  }
  .p-recruit-jobs .c-details__text {
    font-size: clamp(13px, 1.5rem, 17px);
  }
  .p-home-project {
    border-radius: 1.6rem;
  }
  .p-home-project .p-home-project__inner {
    width: 100%;
    padding: 0 2rem;
  }
  .p-home-project .p-home-project-brnds__head {
    flex-direction: column;
    padding: 3rem;
    column-gap: 0;
    row-gap: 3rem;
  }
  .p-home-project .p-home-project-collabo__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-home-project .p-home-project-brnds__logo {
    width: 100%;
  }
  .p-home-project .p-home-project-brnds__logo img {
    width: 60%;
  }
  .p-home-project .p-home-project-brnds__image {
    width: 100%;
  }
  .p-home-project .p-home-project-brnds__body,
  .p-home-project .p-home-project-collabo__body {
    padding: 3.5rem 3rem;
    flex-direction: column;
    gap: 0;
  }
  .p-home-project .p-home-project-brnds__title,
  .p-home-project .p-home-project-collabo__title {
    width: 100%;
    font-size: clamp(18px, 2rem, 22px);
  }
  .p-home-project .p-home-project-brnds__copy,
  .p-home-project .p-home-project-collabo__copy {
    width: 100%;
    margin-top: 1.2rem;
  }
  .p-home-project .p-home-project-brnds__link,
  .p-home-project .p-home-project-collabo__link {
    justify-content: flex-start;
    width: 100%;
    margin-top: 3rem;
  }
  .p-home-news {
    border-radius: 1.6rem;
  }
  .p-home-news .p-home-news__inner {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-home-news .p-home-news__inner {
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 1.5rem;
  }
  .p-home-news .p-home-news__inner {
    padding-top: 7rem;
    padding-bottom: 7rem;
    display: flex;
    flex-direction: column;
    grid-gap: 1.3333333333em;
  }
  .p-home-news .p-home-news__head {
    grid-column: span 8;
    display: contents;
  }
  .p-home-news .p-home-news__head .p-home-news__title {
    order: 1;
  }
  .p-home-news .p-home-news__head .c-button {
    order: 3;
    margin-top: -1rem;
  }
  .p-home-news .p-home-news__body {
    order: 2;
  }
  .p-home-news .p-home-news__body .p-news-article:nth-child(1) .p-news-article__link {
    padding: 0 0 3rem;
  }
  .p-home-news .p-home-news__body .p-news-article__link {
    padding: 3rem 0;
    gap: 1.5rem;
  }
  .p-home-news .p-home-news__body .p-news-article__info {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0;
    line-height: 1.8;
  }
  .p-home-news .p-home-news__body .p-news-article__copy {
    width: 100%;
    font-size: clamp(14px, 1.6rem, 18px);
    letter-spacing: 0.05em;
    margin-top: 0;
  }
  .p-home-news .p-home-news__body .p-news-article__thumnail {
    width: 12.3rem;
    margin: 0;
  }
  .p-recruit-faq {
    border-radius: 1.6rem;
  }
  .p-recruit-faq .p-recruit-faq__inner {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-recruit-faq .p-recruit-faq__inner {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .p-recruit-faq .c-details__title {
    font-size: clamp(14px, 1.6rem, 18px);
  }
  .p-recruit-faq .c-details__icon {
    width: clamp(20px, 2rem, 28px);
    height: clamp(20px, 2rem, 28px);
  }
  .p-recruit-faq .c-details__item {
    font-size: clamp(13px, 1.5rem, 17px);
  }
  .p-recruit-faq .c-details__text {
    font-size: clamp(13px, 1.5rem, 17px);
  }
  .p-recruit-faq .c-details__text {
    padding-left: 1.9em;
  }
  .p-recruit-faq .c-details__text::before {
    font-size: clamp(14px, 1.6rem, 18px);
    line-height: 2;
  }
  .p-ir-carender {
    border-radius: 1.6rem;
  }
  .p-ir-carender .p-ir-carender__inner {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-ir-carender .p-ir-carender__inner {
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 1.5rem;
  }
  .p-ir-carender .p-ir-carender__inner {
    padding-top: 11rem;
    padding-bottom: 11rem;
    grid-gap: 6rem;
  }
  .p-ir-carender .p-ir-carender__head {
    grid-column: span 8;
  }
  .p-ir-carender .p-ir-carender__body {
    grid-column: span 8;
  }
  .p-ir-carender .timeline .quarter-section:first-child .month:first-child .event {
    border-top-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
  }
  .p-ir-carender .timeline .quarter-section:last-child .month:last-child .event {
    border-bottom-left-radius: 0.7rem;
    border-bottom-right-radius: 0.7rem;
  }
  .p-ir-carender .timeline .quarter-label {
    text-align: center;
    border-radius: 0.7rem;
    font-size: clamp(13px, 1.5rem, 17px);
    width: 23.5897435897vw;
    line-height: 1.2;
  }
  .p-ir-carender .timeline .months-section {
    width: 66.1538461538vw;
  }
  .p-ir-carender .timeline .months-section .month {
    font-size: clamp(12px, 1.4rem, 16px);
  }
  .p-ir-carender .timeline .months-section .month-name {
    width: 18.4615384615vw;
    padding: 1.5rem 0;
  }
  .p-ir-carender .timeline .months-section .event {
    width: 47.6923076923vw;
    padding: 1.5rem 2rem;
  }
  .p-news .p-page__head__inner {
    padding-top: 12.3rem;
    padding-bottom: 7rem;
  }
  .p-news .p-page__title {
    white-space: nowrap;
  }
  .p-news .p-page__title .ja span.u-sp-hidden {
    display: none;
  }
  .p-news__content {
    border-radius: 1.6rem;
  }
  .p-news__content__head {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-news__content__head {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 0;
  }
  .p-new-category {
    gap: 1.2rem;
    width: 100%;
  }
  .p-new-category .p-new-categoryLink {
    font-size: clamp(13px, 1.5rem, 17px);
    padding: 0.9rem 2.3rem 0.8rem;
  }
  .p-new-sort {
    margin-top: 3rem;
  }
  .p-news-sort__DropdownMenuList {
    font-size: clamp(10px, 1.2rem, 14px);
  }
  .p-news__content__inner {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-news__content__inner {
    padding-top: 0;
    padding-bottom: 3.3rem;
  }
  .p-news-article__link {
    gap: 1.5rem;
    flex-direction: column;
  }
  .p-news-article__info {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0;
    line-height: 1.8;
  }
  .p-news-article__copy {
    width: 100%;
    font-size: clamp(14px, 1.6rem, 18px);
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 1rem;
  }
  .p-news-article__thumnail {
    width: 12.3rem;
  }
  .p-news-article__thumnail img {
    border-radius: 1.6rem;
  }
  .p-news-post .p-page__head__inner {
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 1.5rem;
  }
  .p-news-post .p-page__head__inner {
    display: block;
    padding-top: 13.4rem;
    padding-bottom: 7rem;
  }
  .p-news-post__info {
    flex-direction: row;
    column-gap: 1.7rem;
    font-size: clamp(14px, 1.6rem, 18px);
    margin-top: 2rem;
  }
  .p-news-post__title {
    font-size: clamp(20px, 2.2rem, 24px);
    margin-top: 1.8rem;
  }
  .p-news-post__article {
    border-radius: 1.6rem;
  }
  .p-news-post__article .p-news-post__article__inner {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-news-post__article .p-news-post__article__inner {
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 1.5rem;
  }
  .p-news-post__article .p-news-post__article__inner {
    padding-top: 8.7rem;
    padding-bottom: 13rem;
    grid-gap: 0;
  }
  .p-news-post__article .p-news-post__article__img {
    border-radius: 1.6rem;
  }
  .p-news-post__article .p-news-post__article__img,
  .p-news-post__article .p-news-post__article__content {
    grid-column: 1/9;
  }
  .p-news-post__article .p-news-post__article__content {
    margin-top: 6rem;
  }
  .p-news-post__article .p-news-post__article__content figure {
    margin-top: 5.6rem;
  }
  .p-news-post__article figure img.isVertical,
  .p-news-post__article figure img.isSquare {
    width: 26.1rem;
  }
  .p-news-post__article p + p,
  .p-news-post__article p + a,
  .p-news-post__article a + p,
  .p-news-post__article a + a,
  .p-news-post__article p + div,
  .p-news-post__article div + p,
  .p-news-post__article a + div,
  .p-news-post__article div + a {
    margin-top: 3rem;
  }
  .p-news-post__article h2 {
    margin-top: 3rem;
  }
  .p-news-post__article p .creditsVertical {
    width: 26.1rem;
  }
  .p-news-post__article .p-news-post__article__img + p,
  .p-news-post__article p + .p-news-post__article__img,
  .p-news-post__article small + .p-news-post__article__img {
    margin-top: 6rem;
  }
  .u-sp-hidden {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: none;
  }
  .l-hambergerMenu__item {
    width: 22.4rem;
  }
  .l-hambergerMenu__contentsBtn {
    display: none;
  }
  .p-news .p-page__title .ja span.u-pc-hidden {
    display: none;
  }
  .u-pc-hidden {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .l-header-nav {
    left: calc(50% + 5em);
  }
  .l-hambergerMenu {
    width: 120rem;
  }
  .l-hambergerMenu__list {
    column-gap: 8rem;
  }
  .l-hambergerMenu__item {
    width: 32.4rem;
  }
  .p-page__title .ja {
    font-size: clamp(28px, 3.2rem, 36px);
  }
  .p-company-outline .p-company-outline__bearImage {
    height: auto;
    width: 60%;
    aspect-ratio: unset;
    top: auto;
    bottom: 10rem;
    left: 0;
  }
  .p-recruit-jobs .p-recruit-jobs__detailsTitle .p-recruit-jobs__detailsTitleAnimals {
    width: clamp(70px, 8rem, 90px);
    height: clamp(70px, 8rem, 90px);
  }
  .p-recruit-jobs .c-details__title {
    font-size: clamp(16px, 1.8rem, 20px);
  }
  .p-recruit-jobs .c-details__icon {
    width: clamp(20px, 2rem, 28px);
    height: clamp(20px, 2rem, 28px);
  }
  .p-recruit-jobs .c-details__item {
    font-size: clamp(14px, 1.6rem, 18px);
  }
  .p-home-project .p-home-project-brnds__title,
  .p-home-project .p-home-project-collabo__title {
    font-size: clamp(18px, 2rem, 22px);
  }
  .p-recruit-faq .c-details__title {
    font-size: clamp(16px, 1.8rem, 20px);
  }
  .p-recruit-faq .c-details__icon {
    width: clamp(20px, 2rem, 28px);
    height: clamp(20px, 2rem, 28px);
  }
  .p-recruit-faq .c-details__item {
    font-size: clamp(14px, 1.6rem, 18px);
  }
  .p-news-article__copy {
    font-size: clamp(16px, 1.8rem, 20px);
  }
  .p-news-post__title {
    font-size: clamp(24px, 2.6rem, 28px);
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-hambergerMenu__inner {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-hambergerMenu__item a:hover::before {
    opacity: 1;
  }
  .p-recruit-jobs .p-recruit-jobs__details .c-details__item:hover span:nth-child(2) {
    text-decoration: underline;
  }
  .p-news-sort__DropdownMenuLink:hover::before {
    opacity: 1;
  }
}