@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

body.drawer-open {
  overflow: hidden;
}

/* リキッドレイアウト対応 */
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

body {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

body.fade-in {
  opacity: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-inner {
  max-width: 37.5rem;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-404 {
  height: 100vh;
  padding-top: 5.5625rem;
  padding-bottom: 6.875rem;
  background: url(../images/common/mv_404_sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-404 {
    background: url(../images/common/mv_404.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 11rem;
    padding-bottom: 6rem;
    height: 48rem;
  }
}

.p-404__content {
  border: 3px solid #fff;
  padding-top: 7.25rem;
  padding-bottom: 7.25rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-404__content {
    padding-left: initial;
    padding-right: initial;
  }
}

.p-404__block {
  max-width: 40.625rem;
  margin-inline: auto;
}

.p-404__title-wrapper {
  display: flex;
  align-items: center;
}

.p-404__title {
  color: #363636;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-404__title {
    font-size: 2.5rem;
  }
}

.p-404__number {
  color: rgba(54, 54, 54, 0.15);
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 4.25rem;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-404__number {
    margin-left: 1.375rem;
    font-size: 8rem;
  }
}

.p-404__text-wrapper {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-404__text-wrapper {
    margin-top: 1.5rem;
  }
}

.p-404__text {
  line-height: 1.6;
  font-weight: 400;
  color: #363636;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    font-size: 1.125rem;
  }
}

.p-404__btn-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn-wrapper {
    margin-top: 1.5rem;
  }
}

.p-404__btn {
  background: #6d6d6d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #6d6d6d;
  border-radius: 2.5rem;
  transition: 0.3s ease-in-out;
  width: 8.75rem;
  padding: 0.375rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.375rem;
    padding-right: 0.875rem;
    width: 15.625rem;
  }
}

.p-404__btn-text {
  font-weight: 500;
  color: #fff;
  font-size: 0.625rem;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-404__btn-text {
    letter-spacing: 0.1em;
    font-size: 1rem;
  }
}

.p-404__btn:hover {
  background: #fff;
  transition: 0.3s ease-in-out;
}

.p-404__btn:hover .p-404__text {
  color: #fff;
}

.p-404__btn svg {
  width: 0.9375rem;
  height: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn svg {
    width: 2rem;
    height: 2rem;
  }
}

.p-404__btn circle,
.p-404__btn path {
  transition: 0.3s ease-in-out;
}

.p-404__btn:hover circle {
  fill: #6d6d6d;
  opacity: 1;
}

.p-404__btn:hover path {
  fill: #fff;
}

.p-404__btn:hover .p-404__btn-text {
  color: #6d6d6d;
}

.test {
  font-size: 3.125rem;
  color: #4fc3e0;
}

.p-test__img {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-test__img {
    margin-top: 3.75rem;
  }
}

.p-test__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-advantage-anchor {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-advantage-anchor .l-inner {
    max-width: 66.5rem;
  }
}

.p-advantage-anchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1.75rem;
  row-gap: 0.75rem;
}

.p-advantage-anchor__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #222;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8625;
}
@media screen and (min-width: 768px) {
  .p-advantage-anchor__link {
    font-size: 1rem;
  }
}

.p-advantage-anchor__link::after {
  flex: 0 0 0.625rem;
  width: 0.625rem;
  height: 0.375rem;
  content: "";
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L5 4.5L9.5 0.5' fill='none' stroke='black'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L5 4.5L9.5 0.5' fill='none' stroke='black'/%3E%3C/svg%3E") center/contain no-repeat;
}

.p-advantage-culture,
.p-advantage-growth,
.p-advantage-environment,
.p-advantage-stability {
  scroll-margin-top: 5.625rem;
}

.p-advantage-culture {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-advantage-culture {
    padding-top: 9.75rem;
    padding-bottom: 7rem;
  }
}

@media screen and (min-width: 768px) {
  .p-advantage-culture .l-inner {
    max-width: 78.0625rem;
  }
}

.p-advantage-culture__content {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-advantage-culture__content {
    grid-template-columns: minmax(0, 34.25rem) minmax(0, 37.4375rem);
    align-items: start;
    gap: 3.25rem;
  }
}

.p-advantage-culture__body {
  position: relative;
}

.p-advantage-culture__body::before {
  position: absolute;
  content: "01";
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.78;
  color: #eaeaea;
  top: -2.5rem;
}
@media screen and (min-width: 768px) {
  .p-advantage-culture__body::before {
    font-size: 8rem;
    left: 0;
    top: -5rem;
  }
}

.p-advantage-culture__title {
  --advantage-title-line-left: 0;
  --advantage-title-line-width: 70%;
  position: relative;
  display: inline-block;
  isolation: isolate;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-advantage-culture__title {
    --advantage-title-line-left: 15.9375rem;
    --advantage-title-line-width: 14.5625rem;
    font-size: 2rem;
    line-height: 1.84375;
  }
}
.p-advantage-culture__title::after {
  position: absolute;
  bottom: 0.18em;
  left: var(--advantage-title-line-left);
  z-index: -1;
  width: var(--advantage-title-line-width);
  height: 0.5rem;
  content: "";
  background-color: #FFFB26;
}

.p-advantage-culture__items {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-advantage-culture__items {
    margin-top: 2rem;
  }
}

.p-advantage-culture__item + .p-advantage-culture__item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-advantage-culture__item + .p-advantage-culture__item {
    margin-top: 1.5rem;
  }
}

.p-advantage-culture__item-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-advantage-culture__item-title {
    font-size: 1.5rem;
    line-height: 2.4583333333;
  }
}

.p-advantage-culture__text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.9;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-advantage-culture__text {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.8125;
  }
}

.p-advantage-culture__image {
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 599/402;
  background-color: #ddd;
}
@media screen and (min-width: 768px) {
  .p-advantage-culture__image {
    margin-top: 1.375rem;
  }
}

.p-advantage-culture__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-advantage-environment {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-advantage-environment {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media screen and (min-width: 768px) {
  .p-advantage-environment .l-inner {
    max-width: 78.0625rem;
  }
}

.p-advantage-environment__content {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-advantage-environment__content {
    grid-template-columns: minmax(0, 34.25rem) minmax(0, 37.4375rem);
    align-items: start;
    gap: 3.25rem;
  }
}

.p-advantage-environment__body {
  position: relative;
}

.p-advantage-environment__body::before {
  position: absolute;
  content: "03";
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.78;
  color: #eaeaea;
  top: -2.5rem;
}
@media screen and (min-width: 768px) {
  .p-advantage-environment__body::before {
    font-size: 8rem;
    left: 0;
    top: -5rem;
  }
}

.p-advantage-environment__title {
  --advantage-title-line-left: 0;
  --advantage-title-line-width: 70%;
  position: relative;
  display: inline-block;
  isolation: isolate;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-advantage-environment__title {
    --advantage-title-line-left: 0;
    --advantage-title-line-width: 14rem;
    font-size: 2rem;
    line-height: 1.84375;
  }
}
.p-advantage-environment__title::after {
  position: absolute;
  bottom: 0.18em;
  left: var(--advantage-title-line-left);
  z-index: -1;
  width: var(--advantage-title-line-width);
  height: 0.5rem;
  content: "";
  background-color: #FFFB26;
}

.p-advantage-environment__items {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-advantage-environment__items {
    margin-top: 2rem;
  }
}

.p-advantage-environment__item + .p-advantage-environment__item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-advantage-environment__item + .p-advantage-environment__item {
    margin-top: 1.5rem;
  }
}

.p-advantage-environment__item-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-advantage-environment__item-title {
    font-size: 1.5rem;
    line-height: 2.45;
  }
}

.p-advantage-environment__text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.9;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-advantage-environment__text {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.8625;
  }
}

.p-advantage-environment__image {
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 599/402;
  background-color: #ddd;
}
@media screen and (min-width: 768px) {
  .p-advantage-environment__image {
    margin-top: 1.375rem;
  }
}

.p-advantage-environment__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-advantage-growth {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-advantage-growth {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media screen and (min-width: 768px) {
  .p-advantage-growth .l-inner {
    max-width: 78rem;
  }
}

.p-advantage-growth__content {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-advantage-growth__content {
    grid-template-columns: minmax(0, 37.4375rem) minmax(0, 34.25rem);
    align-items: start;
    gap: 3.25rem;
  }
}

.p-advantage-growth__body {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-advantage-growth__body {
    grid-column: 2;
  }
}

.p-advantage-growth__image {
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 599/402;
  background-color: #ddd;
}
@media screen and (min-width: 768px) {
  .p-advantage-growth__image {
    grid-column: 1;
    grid-row: 1;
    margin-top: 1.375rem;
  }
}

.p-advantage-growth__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-advantage-growth__body::before {
  position: absolute;
  content: "02";
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.78;
  color: #eaeaea;
  top: -2.5rem;
}
@media screen and (min-width: 768px) {
  .p-advantage-growth__body::before {
    font-size: 8rem;
    left: 0;
    top: -5rem;
  }
}

.p-advantage-growth__title {
  --advantage-title-line-left: 0;
  --advantage-title-line-width: 70%;
  position: relative;
  display: inline-block;
  isolation: isolate;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-advantage-growth__title {
    --advantage-title-line-left: 22.125rem;
    --advantage-title-line-width: 8.3125rem;
    font-size: 2rem;
    line-height: 1.84375;
  }
}
.p-advantage-growth__title::after {
  position: absolute;
  bottom: 0.18em;
  left: var(--advantage-title-line-left);
  z-index: -1;
  width: var(--advantage-title-line-width);
  height: 0.5rem;
  content: "";
  background-color: #FFFB26;
}

.p-advantage-growth__items {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-advantage-growth__items {
    margin-top: 2rem;
  }
}

.p-advantage-growth__item + .p-advantage-growth__item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-advantage-growth__item + .p-advantage-growth__item {
    margin-top: 1.5rem;
  }
}

.p-advantage-growth__item-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-advantage-growth__item-title {
    font-size: 1.5rem;
    line-height: 2.45;
  }
}

.p-advantage-growth__text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.9;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-advantage-growth__text {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.8625;
  }
}

.p-advantage-mv {
  display: grid;
  place-items: center;
  min-height: 20rem;
  color: #fff;
  text-align: center;
  background-color: #1b1b1b;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-advantage-mv {
    min-height: 30rem;
    margin-top: 4.625rem;
  }
}

.p-advantage-mv__content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.p-advantage-mv__en {
  margin-top: 0.5rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-advantage-mv__en {
    font-size: 1.25rem;
  }
}

.p-advantage-mv__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-advantage-mv__title {
    font-size: 2.625rem;
  }
}

.p-advantage-stability {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-advantage-stability {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media screen and (min-width: 768px) {
  .p-advantage-stability .l-inner {
    max-width: 78rem;
  }
}

.p-advantage-stability__content {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-advantage-stability__content {
    grid-template-columns: minmax(0, 37.4375rem) minmax(0, 34.25rem);
    align-items: start;
    gap: 3.25rem;
  }
}

.p-advantage-stability__body {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-advantage-stability__body {
    grid-column: 2;
  }
}

.p-advantage-stability__image {
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 599/402;
  background-color: #ddd;
}
@media screen and (min-width: 768px) {
  .p-advantage-stability__image {
    grid-column: 1;
    grid-row: 1;
    margin-top: 1.375rem;
  }
}

.p-advantage-stability__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-advantage-stability__body::before {
  position: absolute;
  content: "04";
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.78;
  color: #eaeaea;
  top: -2.5rem;
}
@media screen and (min-width: 768px) {
  .p-advantage-stability__body::before {
    font-size: 8rem;
    left: 0;
    top: -5rem;
  }
}

.p-advantage-stability__title {
  --advantage-title-line-left: 0;
  --advantage-title-line-width: 70%;
  position: relative;
  display: inline-block;
  isolation: isolate;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-advantage-stability__title {
    --advantage-title-line-left: 23.75rem;
    --advantage-title-line-width: 6.5625rem;
    font-size: 2rem;
    line-height: 1.84375;
  }
}
.p-advantage-stability__title::after {
  position: absolute;
  bottom: 0.18em;
  left: var(--advantage-title-line-left);
  z-index: -1;
  width: var(--advantage-title-line-width);
  height: 0.5rem;
  content: "";
  background-color: #FFFB26;
}

.p-advantage-stability__items {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-advantage-stability__items {
    margin-top: 2rem;
  }
}

.p-advantage-stability__item + .p-advantage-stability__item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-advantage-stability__item + .p-advantage-stability__item {
    margin-top: 1.5rem;
  }
}

.p-advantage-stability__item-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-advantage-stability__item-title {
    font-size: 1.5rem;
    line-height: 2.4583333333;
  }
}

.p-advantage-stability__text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.9;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-advantage-stability__text {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-career-anchor {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-career-anchor {
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }
}

.p-career-anchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.125rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-career-anchor__list {
    gap: 6.5rem;
  }
}

.p-career-anchor__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
  color: #222;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8625;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  .p-career-anchor__link {
    font-size: 1rem;
  }
}

.p-career-anchor__link::after {
  flex: 0 0 0.625rem;
  width: 0.625rem;
  height: 0.375rem;
  content: "";
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L5 4.5L9.5 0.5' fill='none' stroke='black'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L5 4.5L9.5 0.5' fill='none' stroke='black'/%3E%3C/svg%3E") center/contain no-repeat;
}

.p-career-anchor__link:hover,
.p-career-anchor__link:focus-visible {
  opacity: 0.72;
}

.p-career-example {
  padding-top: 0.5rem;
  padding-bottom: 3rem;
  color: #222;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-career-example {
    padding-top: 4rem;
    padding-bottom: 6.5rem;
  }
}

.p-career-example--seki,
.p-career-example--kaneman,
.p-career-example--tanaka,
.p-career-example--matsumoto {
  padding-top: 0;
}

.p-career-example__title {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-career-example__title {
    font-size: 2.625rem;
  }
}

.p-career-example__heading {
  margin-top: 1.5rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .p-career-example__heading {
    margin-top: 5.625rem;
    font-size: 2rem;
  }
}

.p-career-example__profile {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1.75rem 1.25rem;
  background-color: #f7f7f5;
  border: 1px solid #000;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-career-example__profile {
    grid-template-columns: 8.8125rem minmax(0, 1fr);
    align-items: center;
    gap: 3.875rem;
    margin-top: 1.375rem;
    padding: 2.25rem 3.6875rem;
    padding-right: 7.375rem;
  }
}

.p-career-example__portrait {
  width: 5.625rem;
  overflow: hidden;
  border-radius: 9999px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-career-example__portrait {
    margin-left: initial;
    margin-right: initial;
    width: 8.8125rem;
  }
}

.p-career-example__portrait img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.p-career-example__name {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-career-example__name {
    text-align: initial;
    font-size: 1.5rem;
  }
}

.p-career-example__summary {
  margin-top: 0.875rem;
  padding-top: 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p-career-example__summary {
    margin-top: 0.75rem;
    padding-top: 1.0625rem;
    font-size: 1rem;
  }
}

.p-career-example__timeline {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-career-example__timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
    gap: 0;
    margin-top: 3.625rem;
  }
}

.p-career-example__step {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-career-example__step {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .p-career-example__step--middle {
    min-height: 13.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-career-example__step--current {
    min-height: 15.25rem;
  }
}

.p-career-example__period {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .p-career-example__period {
    font-size: 1rem;
  }
}

.p-career-example__step-title {
  margin-top: 0.5rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-career-example__step-title {
    font-size: 1.5rem;
  }
}

.p-career-example__step-title span {
  display: block;
}

.p-career-example__text {
  margin-top: 1.25rem;
  padding: 1rem;
  color: #222;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #f7f7f5;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p-career-example__text {
    display: flex;
    align-items: center;
    min-height: 8.125rem;
    margin-top: 0.5rem;
    padding: 1.25rem 1.125rem;
    font-size: 1rem;
    border-right: 0;
  }
}

.p-career-example__step--middle .p-career-example__text {
  background-color: #c7c7c7;
}
@media screen and (min-width: 768px) {
  .p-career-example__step--middle .p-career-example__text {
    min-height: 10rem;
  }
}

.p-career-example__step--current .p-career-example__text {
  color: #fff;
  background-color: #6e6e6d;
}
@media screen and (min-width: 768px) {
  .p-career-example__step--current .p-career-example__text {
    min-height: 12rem;
    border-right: 1px solid #000;
  }
}

.p-career-mv {
  display: grid;
  place-items: center;
  min-height: 20rem;
  color: #fff;
  text-align: center;
  background-color: #1b1b1b;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-career-mv {
    min-height: 30rem;
    margin-top: 4.625rem;
  }
}

.p-career-mv__content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.p-career-mv__en {
  margin-top: 0.5rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-career-mv__en {
    font-size: 1.25rem;
  }
}

.p-career-mv__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-career-mv__title {
    font-size: 2.625rem;
  }
}

.p-career-path {
  padding-top: 2.875rem;
  padding-bottom: 3rem;
  color: #222;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-career-path {
    padding-top: 3.1875rem;
    padding-bottom: 6rem;
  }
}

.p-career-path__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-career-path__title {
    font-size: 2.625rem;
  }
}

.p-career-path__panel {
  margin-top: 1.5rem;
  padding: 1rem;
  border: 1px solid #000;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-career-path__panel {
    margin-top: 2.9375rem;
    padding: 3.4375rem 3.6875rem 4.25rem;
  }
}

.p-career-path__lead {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4375;
}
@media screen and (min-width: 768px) {
  .p-career-path__lead {
    font-size: 1rem;
  }
}

.p-career-path__flow {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-career-path__flow {
    margin-top: 4.1875rem;
  }
}

.p-career-path__entry,
.p-career-path__jobs,
.p-career-path__plans {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-career-path__entry,
  .p-career-path__jobs,
  .p-career-path__plans {
    gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-career-path__entry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 7.4375rem;
  }
}

.p-career-path__jobs,
.p-career-path__plans {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-career-path__jobs,
  .p-career-path__plans {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
    column-gap: 2.5rem;
  }
}

.p-career-path__box {
  display: grid;
  place-items: center;
  min-height: 3.625rem;
  padding: 0.5rem 0.875rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  background-color: #f7f7f5;
  border: 1px solid #000;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-career-path__box {
    padding: 0.6875rem 0.875rem;
    min-height: 4.375rem;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-career-path__box--entry {
    max-width: 30rem;
  }
}

.p-career-path__arrow {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-career-path__arrow {
    display: block;
    width: min(100%, 48.375rem);
    margin-inline: auto;
  }
}

.p-career-path__arrow img {
  width: 100%;
  height: auto;
}

.p-career-path__plan {
  padding: 1.375rem 0.75rem 1rem;
  background-color: #f7f7f5;
  border: 1px solid #000;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-career-path__plan {
    padding: 1.9375rem 0.5rem 1.8125rem;
  }
}

.p-career-path__plan-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-career-path__plan-title {
    font-size: 1.125rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 900px) {
  .p-career-path__plan-title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1000px) {
  .p-career-path__plan-title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-career-path__plan-title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1300px) {
  .p-career-path__plan-title {
    font-size: 1.5rem;
  }
}

.p-career-path__plan-text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4375;
}
@media screen and (min-width: 768px) {
  .p-career-path__plan-text {
    margin-top: 1.3125rem;
    font-size: 1rem;
  }
}

.p-career-path__step-list {
  display: grid;
  gap: 0.875rem;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-career-path__step-list {
    gap: 1.125rem;
    margin-top: 1.75rem;
  }
}

.p-career-support {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  color: #000;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-career-support {
    padding-top: 3.4375rem;
    padding-bottom: 6.5rem;
  }
}

.p-career-support__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-career-support__title {
    font-size: 2.625rem;
    line-height: 1.4;
  }
}

.p-career-support__list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-career-support__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 3.4375rem;
    row-gap: 3.8125rem;
    margin-top: 4.5rem;
  }
}

.p-career-support__image {
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  aspect-ratio: 358/240;
}

.p-career-support__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-career-support__item-title {
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  font-size: 1rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-career-support__item-title {
    margin-top: 1.125rem;
    font-size: 1.25rem;
  }
}

.p-career-support__text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-career-support__text {
    font-size: 1rem;
  }
}

.p-career-training {
  padding-top: 1.75rem;
  padding-bottom: 5rem;
  color: #000;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-career-training {
    padding-top: 3.4375rem;
    padding-bottom: initial;
  }
}

.p-career-training__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-career-training__title {
    font-size: 2.625rem;
    line-height: 1.4047619048;
  }
}

.p-career-training__list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-career-training__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 3.4375rem;
    row-gap: 4.125rem;
    margin-top: 3.75rem;
  }
}

.p-career-training__item-title {
  display: grid;
  place-items: center;
  min-height: 2.875rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  background-color: #222;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-career-training__item-title {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
  }
}

.p-career-training__text {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .p-career-training__text {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.p-crosstalk-event-award {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #222;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-award {
    padding-top: 1.8125rem;
    padding-bottom: 5.125rem;
  }
}

.p-crosstalk-event-award__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-award__head {
    grid-template-columns: minmax(0, 37.4375rem) minmax(0, 35.125rem);
    gap: 2.4375rem;
    align-items: start;
  }
}

.p-crosstalk-event-challenge,
.p-crosstalk-event-values,
.p-crosstalk-event-future {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #222;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-challenge,
  .p-crosstalk-event-values,
  .p-crosstalk-event-future {
    padding-top: 2rem;
    padding-bottom: 5.125rem;
  }
}

.p-crosstalk-event-challenge__head,
.p-crosstalk-event-values__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-challenge__head,
  .p-crosstalk-event-values__head {
    grid-template-columns: minmax(0, 33.6875rem) minmax(0, 37.4375rem);
    gap: 3.8125rem;
    align-items: start;
  }
}

@media screen and (min-width: 768px) {
  .p-crosstalk-event-values__head {
    grid-template-columns: minmax(0, 37.4375rem) minmax(0, 35.125rem);
    gap: 2.4375rem;
  }
}

.p-crosstalk-event-section-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-section-title {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.p-crosstalk-event-section-title span {
  display: block;
}

.p-crosstalk-event-section-image,
.p-crosstalk-event-future__image {
  overflow: hidden;
  border-radius: 0.5rem;
}

.p-crosstalk-event-section-image {
  aspect-ratio: 599/402;
}

.p-crosstalk-event-future__image {
  aspect-ratio: 1200/581;
  margin-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-future__image {
    margin-bottom: 2.25rem;
  }
}

.p-crosstalk-event-section-image img,
.p-crosstalk-event-future__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-crosstalk-event-dialogs {
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-dialogs {
    gap: 2.125rem;
  }
}

.p-crosstalk-event-dialogs--side {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-dialogs--side {
    margin-top: 1.5rem;
    gap: 2.3125rem;
  }
}

.p-crosstalk-event-dialogs--wide {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-dialogs--wide {
    margin-top: 4.1875rem;
    gap: 2.875rem;
  }
}

.p-crosstalk-event-dialog {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 0.8125rem;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-dialog {
    grid-template-columns: 3.8125rem minmax(0, 1fr);
  }
}

.p-crosstalk-event-dialog__speaker {
  text-align: center;
}

.p-crosstalk-event-dialog__speaker img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-dialog__speaker img {
    width: 3.8125rem;
    height: 3.8125rem;
  }
}

.p-crosstalk-event-dialog__speaker span {
  display: block;
  margin-top: 0.375rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-dialog__speaker span {
    font-size: 1rem;
  }
}

.p-crosstalk-event-dialog__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.86;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-dialog__text {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-crosstalk-event-intro {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #fff;
  background-color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-intro {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-crosstalk-event-intro__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-intro__title {
    font-size: 2rem;
    line-height: 1.21875;
  }
}

.p-crosstalk-event-intro__title span {
  display: block;
}

.p-crosstalk-event-intro__text {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.86;
  max-width: 54.375rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-intro__text {
    margin-top: 0.9375rem;
    font-size: 1rem;
    line-height: 1.8625;
  }
}

.p-crosstalk-event-mv {
  position: relative;
  min-height: 22.5rem;
  overflow: hidden;
  color: #fff;
  background-color: #1b1b1b;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-mv {
    min-height: 32.875rem;
    margin-top: 4.625rem;
  }
}

.p-crosstalk-event-mv__image {
  position: absolute;
  inset: 0;
  display: block;
}

.p-crosstalk-event-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-mv__image img {
    object-position: center center;
  }
}

.p-crosstalk-event-mv__content {
  position: relative;
  z-index: 1;
  min-height: 22.5rem;
  padding-top: 11.25rem;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-mv__content {
    min-height: 32.875rem;
    padding-top: 15.6875rem;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}

.p-crosstalk-event-mv__label {
  display: flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  background-color: #1b1b1b;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-mv__label {
    width: 14.375rem;
    min-width: 14.375rem;
    min-height: 2.875rem;
    padding: 0rem 1.125rem;
    font-size: 1.5rem;
    line-height: 2.1666666667;
  }
}

.p-crosstalk-event-mv__detail {
  width: fit-content;
  max-width: 100%;
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem 0.625rem;
  background-color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-mv__detail {
    width: 41.3125rem;
    margin-top: 1.5rem;
    padding: 0.4375rem 1.125rem 0.125rem;
  }
}

.p-crosstalk-event-mv__detail--unofficial {
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-mv__detail--unofficial {
    width: 26.5rem;
  }
}

.p-crosstalk-event-mv__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-mv__title {
    font-size: 2.625rem;
    line-height: 1.2380952381;
  }
}

.p-crosstalk-event-mv__lead {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-mv__lead {
    margin-top: 0.125rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.6;
  }
}

.p-crosstalk-event-other {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #363636;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-other {
    padding-top: 4.875rem;
    padding-bottom: 5.25rem;
  }
}

.p-crosstalk-event-other__heading {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-other__heading {
    font-size: 2rem;
    line-height: 1.21875;
  }
}

.p-crosstalk-event-other__card {
  margin-top: 1.5rem;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-other__card {
    max-width: 36.375rem;
    margin-top: 2.6875rem;
  }
}

.p-crosstalk-event-other__image {
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 582/337;
}

.p-crosstalk-event-other__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.p-crosstalk-event-other__body {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-other__body {
    margin-top: 1.875rem;
  }
}

.p-crosstalk-event-other__title {
  font-weight: 700;
  line-height: 2.45;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-other__title {
    font-size: 1.5rem;
  }
}

.p-crosstalk-event-other__text {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-other__text {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.p-crosstalk-event-other__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 25rem);
  min-height: 3.4375rem;
  margin: 1.5rem auto 0;
  padding: 0.9375rem 1.125rem;
  color: #363636;
  border: 2px solid #363636;
  border-radius: 0.5rem;
}

.p-crosstalk-event-other__link-text {
  position: relative;
  padding-left: 2rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-crosstalk-event-other__link-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7295 5.86479L5.86479 11.7295L5.21214 11.0769L9.96277 6.32633H0V5.40325H9.96277L5.21214 0.652644L5.86479 0L11.7295 5.86479Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7295 5.86479L5.86479 11.7295L5.21214 11.0769L9.96277 6.32633H0V5.40325H9.96277L5.21214 0.652644L5.86479 0L11.7295 5.86479Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
  transform: translateY(-50%);
}

.p-crosstalk-event-other__link-en {
  flex: 0 0 auto;
  margin-left: 1rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
}

.p-crosstalk-event-question {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.86;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-question {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-crosstalk-event-speakers {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-speakers {
    padding-top: 3.625rem;
    padding-bottom: 5rem;
  }
}

.p-crosstalk-event-speakers__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-speakers__list {
    grid-template-columns: repeat(2, 13.875rem);
    gap: 7.625rem;
    justify-content: center;
  }
}

.p-crosstalk-event-speakers__item {
  width: min(100%, 16.25rem);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-speakers__item {
    width: 13.875rem;
  }
}

.p-crosstalk-event-speakers__image {
  aspect-ratio: 1;
  margin-inline: auto;
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-speakers__image {
    width: 13.875rem;
  }
}

.p-crosstalk-event-speakers__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-crosstalk-event-speakers__body {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-speakers__body {
    margin-top: 1.375rem;
  }
}

.p-crosstalk-event-speakers__name {
  font-weight: 700;
  line-height: 2.45;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-speakers__name {
    font-size: 1.5rem;
  }
}

.p-crosstalk-event-speakers__profile {
  margin-top: 0.25rem;
  font-weight: 400;
  line-height: 1.2777777778;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-speakers__profile {
    font-size: 1.125rem;
  }
}

.p-crosstalk-event-speakers__profile span {
  display: block;
}

.p-crosstalk-event-talk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #222;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-talk {
    padding-top: 1.75rem;
    padding-bottom: 5.125rem;
  }
}

.p-crosstalk-event-talk__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-event-talk__head {
    grid-template-columns: minmax(0, 33.6875rem) minmax(0, 37.4375rem);
    gap: 3.8125rem;
    align-items: start;
  }
}

@media screen and (min-width: 768px) {
  .p-crosstalk-unofficial-mv .p-crosstalk-event-mv__detail {
    width: 26.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-crosstalk-unofficial-mv .p-crosstalk-event-mv__lead {
    margin-top: 0.625rem;
    line-height: 1.4;
  }
}

.p-crosstalk-unofficial-message-title {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-unofficial-message-title {
    margin-top: 5rem;
  }
}

.p-crosstalk-unofficial-mv .p-crosstalk-event-mv__image img {
  object-position: center center;
}

.p-crosstalk-unofficial-future-image {
  margin-top: 3rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-crosstalk-unofficial-future-image {
    margin-top: 3.625rem;
  }
}

.p-data-anchor {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-data-anchor .l-inner {
    max-width: 66.5rem;
  }
}

.p-data-anchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1.75rem;
  row-gap: 0.75rem;
}

.p-data-anchor__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #222;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8625;
}
@media screen and (min-width: 768px) {
  .p-data-anchor__link {
    font-size: 1rem;
  }
}

.p-data-anchor__link::after {
  flex: 0 0 0.625rem;
  width: 0.625rem;
  height: 0.375rem;
  content: "";
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L5 4.5L9.5 0.5' fill='none' stroke='black'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L5 4.5L9.5 0.5' fill='none' stroke='black'/%3E%3C/svg%3E") center/contain no-repeat;
}

.p-data-mv {
  display: grid;
  place-items: center;
  min-height: 20rem;
  color: #fff;
  text-align: center;
  background-color: #1b1b1b;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-data-mv {
    min-height: 30rem;
    margin-top: 4.625rem;
  }
}

.p-data-mv__content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.p-data-mv__en {
  margin-top: 0.5rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-data-mv__en {
    font-size: 1.25rem;
  }
}

.p-data-mv__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-data-mv__title {
    font-size: 2.625rem;
  }
}

.p-data-overview {
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
  color: #fff;
  background-color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .p-data-overview {
    padding-top: 5.75rem;
    padding-bottom: 7rem;
  }
}

.p-data-overview__title {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-data-overview__title {
    font-size: 2.625rem;
  }
}

.p-data-overview__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 600px) {
  .p-data-overview__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .p-data-overview__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.25rem 3.9375rem;
    margin-top: 3.875rem;
  }
}

.p-data-overview-card {
  display: grid;
  align-items: center;
  justify-items: center;
  min-width: 0;
  padding: 1.125rem 0.875rem 0.875rem;
  color: #fff;
  text-align: center;
  background-color: #222;
  border: 2px solid #fff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-data-overview-card {
    padding: 1.375rem 0.25rem 1rem;
    min-height: 22.375rem;
  }
}

.p-data-overview-card__title {
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: clamp(1.0625rem, 5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-data-overview-card__title {
    font-size: 2rem;
  }
}

.p-data-overview-card__icon {
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
}

.p-data-overview-card__icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-data-overview-card__value {
  grid-row: 3;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.375rem;
  width: 100%;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-top: 1rem;
}

.p-data-overview-card__number {
  font-size: clamp(1.75rem, 8vw, 2.25rem);
  line-height: 0.7777777778;
  letter-spacing: -0.0625rem;
}

.p-data-overview-card__unit {
  font-size: clamp(1rem, 5vw, 1.5rem);
  line-height: 1.1666666667;
  letter-spacing: -0.0625rem;
}

.p-data-overview-card__value--ranking {
  gap: 0.1875rem;
}

.p-data-overview-card__value--vacation {
  flex-wrap: wrap;
  gap: 0.125rem 0.25rem;
  max-width: 18.25rem;
  letter-spacing: -0.0625rem;
  line-height: 0.7777777778;
}

.p-data-overview-card__value--event {
  gap: 0.1875rem;
}

.p-data-overview-card__note {
  grid-row: 4;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: -0.0625rem;
}
@media screen and (min-width: 768px) {
  .p-data-overview-card__note {
    font-size: 1rem;
  }
}

.p-data-voice {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-data-voice {
    padding-top: 10.0625rem;
    padding-bottom: 1.25rem;
  }
}

.p-data-voice__title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-data-voice__title {
    font-size: 2.625rem;
    line-height: 0.9285714286;
  }
}

.p-data-voice__list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-data-voice__list {
    gap: 3.5rem;
    margin-top: 5.75rem;
    max-width: 67.3125rem;
  }
}

.p-data-voice__balloon {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 8.125rem;
  padding: 1.25rem 1rem;
  color: #000;
  font-weight: 700;
  line-height: 1.7;
  background-color: #e9e9e9;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-data-voice__balloon {
    width: 60.5rem;
    min-height: 10rem;
    padding: 2.5rem 4.375rem;
    font-size: 1.5rem;
    line-height: 1.625;
  }
}

@media screen and (min-width: 768px) {
  .p-data-voice__balloon:first-child {
    min-height: 8.0625rem;
    justify-content: center;
  }
}

.p-data-voice__balloon::after {
  position: absolute;
  bottom: -1.25rem;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .p-data-voice__balloon::after {
    bottom: -1.75rem;
  }
}

.p-data-voice__balloon--left {
  align-self: flex-start;
}

.p-data-voice__balloon--left::after {
  left: 2.125rem;
  border-width: 1.5rem 1.5rem 0 0;
  border-color: #e9e9e9 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .p-data-voice__balloon--left::after {
    left: 3.125rem;
    border-width: 2rem 2rem 0 0;
  }
}

.p-data-voice__balloon--right {
  align-self: flex-end;
}

.p-data-voice__balloon--right::after {
  right: 2.125rem;
  border-width: 0 1.5rem 1.5rem 0;
  border-color: transparent #e9e9e9 transparent transparent;
}
@media screen and (min-width: 768px) {
  .p-data-voice__balloon--right::after {
    right: 3.125rem;
    border-width: 0 2rem 2rem 0;
  }
}

.p-drawer-icon {
  position: relative;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  color: #222;
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.18);
  border-radius: 9999px;
  box-shadow: 0 0.5rem 1.125rem rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media screen and (min-width: 1360px) {
  .p-drawer-icon {
    display: none;
  }
}

.p-header--light .p-drawer-icon {
  color: #fff;
  background: #222;
  border-color: #222;
}

.p-drawer-icon.is-active {
  color: #fff;
  background: #222;
  border-color: rgba(255, 255, 255, 0.22);
}

.p-drawer-icon__bars {
  position: relative;
  width: 1.25rem;
  height: 0.875rem;
}

.p-drawer-icon__bar1,
.p-drawer-icon__bar3 {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 9999px;
  transition: top 0.2s ease, transform 0.2s ease;
}

.p-drawer-icon__bar1 {
  top: 0.1875rem;
}

.p-drawer-icon__bar3 {
  top: 0.625rem;
}

.p-drawer-icon.is-active .p-drawer-icon__bar1 {
  top: 0.4375rem;
  transform: rotate(42deg);
}

.p-drawer-icon.is-active .p-drawer-icon__bar3 {
  top: 0.4375rem;
  transform: rotate(-42deg);
}

.p-drawer-content {
  position: fixed;
  inset: 0;
  z-index: 9998;
  height: 100dvh;
  padding: 5.5rem 1.25rem 1.5rem;
  overflow-y: auto;
  color: #fff;
  visibility: hidden;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.98), rgba(27, 27, 27, 0.96)), #1b1b1b;
  opacity: 0;
  transform: translateY(-0.75rem);
  transition: opacity 0.24s ease, visibility 0.24s ease, transform 0.24s ease;
}
@media screen and (min-width: 1360px) {
  .p-drawer-content {
    display: none;
  }
}

.p-drawer-content.is-active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.p-drawer-content__items {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  min-height: calc(100dvh - 7rem);
}

.p-drawer-content__head {
  padding-bottom: 1.125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.p-drawer-content__label {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.68);
}

.p-drawer-content__lead {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.p-drawer-content__lists {
  display: grid;
  gap: 0.625rem;
}

.p-drawer-content__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.625rem;
  padding: 0.875rem 2.375rem 0.875rem 1rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
}

.p-drawer-content__link::after,
.p-drawer-content__sub-link::after,
.p-drawer-content__entry::before {
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: currentColor;
  clip-path: polygon(16% 0, 100% 0, 100% 84%, 82% 84%, 82% 31%, 12% 100%, 0 88%, 70% 18%, 16% 18%);
}

.p-drawer-content__link::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.p-drawer-content__link-ja {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.p-drawer-content__link-en {
  margin-left: 1.125rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.58);
}

.p-drawer-content__groups {
  display: grid;
  gap: 0.875rem;
}

.p-drawer-content__group {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.5rem;
}

.p-drawer-content__group-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-drawer-content__group-title--parent {
  pointer-events: none;
}

.p-drawer-content__sub-links {
  display: grid;
  gap: 0.625rem;
  margin-top: 0.75rem;
}

.p-drawer-content__sub-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2.625rem;
  padding: 0.625rem 2rem 0.625rem 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
}

.p-drawer-content__sub-link::after {
  position: absolute;
  top: 50%;
  right: 0.875rem;
  width: 0.625rem;
  height: 0.625rem;
  transform: translateY(-50%);
}

.p-drawer-content__entry-wrapper {
  margin-top: auto;
  padding-top: 0.5rem;
}

.p-drawer-content__entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.5rem;
  padding: 0.9375rem 1.125rem;
  color: #222;
  background: #fff;
  border-radius: 0.5rem;
}

.p-drawer-content__entry-text {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-drawer-content__entry-en {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
}

.p-entry-cta {
  padding-bottom: 4rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-entry-cta {
    padding-bottom: 5.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-entry-cta .p-top-entry__content--entry-page {
    grid-template-columns: minmax(0, 1fr) 23.3125rem;
    gap: 2.5rem;
    align-items: center;
    padding: 1.375rem 2.125rem 1.375rem 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-entry-cta .p-top-entry__content--entry-page .p-top-entry__body {
    align-self: end;
    padding-bottom: 0.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-entry-cta .p-top-entry__content--entry-page .p-top-entry__title {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-entry-cta .p-top-entry__content--entry-page .p-top-entry__text {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-entry-cta .p-top-entry__content--entry-page .p-top-entry__link {
    margin-top: 2.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-entry-cta .p-top-entry__content--entry-page .p-top-entry__link--sub {
    margin-top: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-entry-cta .p-top-entry__content--entry-page .p-top-entry__image {
    width: 23.3125rem;
    align-self: center;
    aspect-ratio: 373/373;
  }
}

.p-entry-flow {
  padding-block: 4rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-entry-flow {
    padding-block: 6rem 4.375rem;
  }
}

.p-entry-flow__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-entry-flow__title {
    font-size: 2.125rem;
  }
}

.p-entry-flow__list {
  display: grid;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-entry-flow__list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 3.75rem;
  }
}

.p-entry-flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 8.875rem;
  padding: 1.25rem 0.875rem;
  text-align: center;
  background-color: #f8f8f6;
  border: 1px solid #1a1a1a;
  border-radius: 0.5rem;
}

.p-entry-flow__item:not(:last-child)::after {
  position: absolute;
  bottom: -1.5625rem;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-top: 0.75rem solid #1a1a1a;
  border-right: 0.5625rem solid transparent;
  border-left: 0.5625rem solid transparent;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-entry-flow__item:not(:last-child)::after {
    top: 50%;
    right: -2.5rem;
    bottom: auto;
    left: auto;
    border-top: 0.5625rem solid transparent;
    border-bottom: 0.5625rem solid transparent;
    border-left: 0.75rem solid #1a1a1a;
    transform: translateY(-50%);
  }
}

.p-entry-flow__item--final {
  color: #fff;
  background-color: #222;
}

.p-entry-flow__step {
  color: #aaa;
  font-size: 0.5625rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.18em;
}

.p-entry-flow__item--final .p-entry-flow__step {
  color: rgba(255, 255, 255, 0.38);
}

.p-entry-flow__item-title {
  margin-top: 0.625rem;
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-entry-flow__item--final .p-entry-flow__item-title {
  color: #fff;
  font-size: 1.25rem;
}

.p-entry-flow__text {
  margin-top: 0.5rem;
  color: #888;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.45;
}

.p-entry-flow__text span {
  display: block;
}

.p-entry-form {
  padding-block: 2.5rem 2.5rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-entry-form {
    padding-block: 9.375rem 9.375rem;
  }
}

.p-entry-form__inner {
  max-width: 57.3125rem;
  margin-inline: auto;
}

.p-entry-form__lead {
  margin-bottom: 2.125rem;
  color: #000;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-entry-form__lead {
    margin-bottom: 2.625rem;
    font-size: 1.25rem;
    line-height: 1.19;
  }
}

.p-entry-form__field + .p-entry-form__field {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-entry-form__field + .p-entry-form__field {
    margin-top: 1.5rem;
  }
}

.p-entry-form__label {
  display: block;
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-entry-form__label {
    font-size: 1rem;
  }
}

.p-entry-form input[type=text],
.p-entry-form input[type=tel],
.p-entry-form input[type=email],
.p-entry-form select,
.p-entry-form textarea {
  width: 100%;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #5b5b5b;
  border-radius: 0.5rem;
}

.p-entry-form input[type=text],
.p-entry-form input[type=tel],
.p-entry-form input[type=email],
.p-entry-form select {
  min-height: 3.625rem;
  padding: 0.875rem 1.25rem;
}

.p-entry-form select {
  max-width: 19.625rem;
  padding-right: 3.375rem;
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
  background-position: calc(100% - 27px) 50%, calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-size: 8px 8px, 8px 8px;
}

.p-entry-form textarea {
  min-height: 10.6875rem;
  padding: 1rem 1.25rem;
  resize: vertical;
}

.p-entry-form input::placeholder,
.p-entry-form textarea::placeholder {
  color: #5b5b5b;
  font-size: 1rem;
  opacity: 1;
}

.p-entry-form__privacy {
  margin-top: 1.5rem;
}

.p-entry-form__privacy-text {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-entry-form__privacy-text {
    font-size: 1.25rem;
    line-height: 1.19;
  }
}

.p-entry-form__privacy-text a {
  text-decoration: underline;
}

.p-entry-form .wpcf7-acceptance {
  display: block;
  margin-top: 0.875rem;
}

.p-entry-form .wpcf7-acceptance .wpcf7-list-item {
  display: inline-block;
  width: auto;
  margin: 0;
}

.p-entry-form .wpcf7-acceptance label {
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
}

.p-entry-form .wpcf7-acceptance input[type=checkbox] {
  position: static;
  display: block;
  width: 1.9375rem;
  height: 1.9375rem;
  border: 1px solid #5b5b5b;
  border-radius: 0.25rem;
  appearance: none;
}

.p-entry-form .wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #222;
  box-shadow: inset 0 0 0 0.375rem #fff;
}

.p-entry-form__button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-entry-form__button-wrap {
    margin-top: 2.5rem;
  }
}

.p-entry-form__button,
.p-entry-form input.p-entry-form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15.5rem;
  min-height: 3.6875rem;
  padding: 0.875rem 1.375rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: center;
  background-color: #222;
  border: 1px solid #000;
  border-radius: 0.5rem;
  transition: opacity 0.3s ease;
}

.p-entry-form__button:disabled {
  cursor: default;
  opacity: 0.45;
}

.p-entry-form__button--back {
  color: #222;
  background-color: #fff;
}

.p-entry-form__confirm-area,
.p-entry-form__thanks-area {
  display: none;
}

.p-entry-form.is-confirm .p-entry-form__input-area,
.p-entry-form.is-sent .p-entry-form__input-area,
.p-entry-form.is-sent .p-entry-form__confirm-area {
  display: none;
}

.p-entry-form.is-confirm .p-entry-form__confirm-area,
.p-entry-form.is-sent .p-entry-form__thanks-area {
  display: block;
}

.p-entry-form__confirm-title,
.p-entry-form__thanks-title {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-entry-form__confirm-title,
  .p-entry-form__thanks-title {
    font-size: 2.125rem;
  }
}

.p-entry-form__confirm-lead,
.p-entry-form__thanks-text {
  margin-top: 1rem;
  color: #000;
  font-size: 0.9375rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-entry-form__confirm-lead,
  .p-entry-form__thanks-text {
    font-size: 1.125rem;
  }
}

.p-entry-form__confirm-list {
  margin-top: 2.25rem;
  overflow: hidden;
  border: 1px solid #1a1a1a;
  border-radius: 0.25rem;
}

.p-entry-form__confirm-row {
  display: grid;
  grid-template-columns: 8.125rem minmax(0, 1fr);
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (min-width: 768px) {
  .p-entry-form__confirm-row {
    grid-template-columns: 11.875rem minmax(0, 1fr);
  }
}

.p-entry-form__confirm-row:last-child {
  border-bottom: 0;
}

.p-entry-form__confirm-row dt,
.p-entry-form__confirm-row dd {
  min-height: 4rem;
  padding: 1.125rem 1rem;
  margin: 0;
  overflow-wrap: anywhere;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-entry-form__confirm-row dt,
  .p-entry-form__confirm-row dd {
    padding: 1.375rem 1.75rem;
    font-size: 1rem;
  }
}

.p-entry-form__confirm-row dt {
  font-weight: 700;
  background-color: #f8f8f6;
  border-right: 1px solid #e8e8e8;
}

.p-entry-form .wpcf7-response-output {
  display: none;
}

.p-entry-form .wpcf7-not-valid-tip {
  margin-top: 0.375rem;
  font-size: 0.8125rem;
}

.p-entry-form__plugin-message {
  color: #000;
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
}

.p-entry-requirements {
  padding-block: 4rem;
  background-color: #eaeaea;
}
@media screen and (min-width: 768px) {
  .p-entry-requirements {
    padding-block: 6rem;
  }
}

.p-entry-requirements__title {
  position: relative;
  padding-bottom: 0.875rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-entry-requirements__title {
    font-size: 2.125rem;
  }
}

.p-entry-requirements__table-wrap {
  overflow-x: auto;
  background-color: #fff;
  border: 1px solid #1a1a1a;
  border-radius: 0.25rem;
  max-width: 61.25rem;
  margin-inline: auto;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-entry-requirements__table-wrap {
    margin-top: 4.5rem;
  }
}

.p-entry-requirements__table {
  width: 100%;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.9;
  border-collapse: collapse;
}

.p-entry-requirements__table th,
.p-entry-requirements__table td {
  padding: 1.375rem 1.75rem;
  vertical-align: top;
  border-bottom: 1px solid #e8e8e8;
}

.p-entry-requirements__table tr:last-child th,
.p-entry-requirements__table tr:last-child td {
  border-bottom: 0;
}

.p-entry-requirements__table th {
  width: 10rem;
  color: #1a1a1a;
  font-weight: 700;
  text-align: left;
  background-color: #f8f8f6;
  border-right: 1px solid #e8e8e8;
}

.p-entry-requirements__table td span {
  display: block;
}

.p-environment-anchor {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-environment-anchor {
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }
}

.p-environment-anchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.125rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-environment-anchor__list {
    gap: 6.5rem;
  }
}

.p-environment-anchor__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
  color: #222;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8625;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  .p-environment-anchor__link {
    font-size: 1rem;
  }
}

.p-environment-anchor__link::after {
  flex: 0 0 0.625rem;
  width: 0.625rem;
  height: 0.375rem;
  content: "";
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L5 4.5L9.5 0.5' fill='none' stroke='black'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L5 4.5L9.5 0.5' fill='none' stroke='black'/%3E%3C/svg%3E") center/contain no-repeat;
}

.p-environment-anchor__link:hover,
.p-environment-anchor__link:focus-visible {
  opacity: 0.72;
}

.p-environment-system,
.p-environment-benefit {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #000;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-environment-system,
  .p-environment-benefit {
    padding-top: 3.1875rem;
    padding-bottom: 5.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-environment-benefit {
    padding-top: 0.125rem;
  }
}

.p-environment-card-section__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-environment-card-section__title {
    font-size: 2.625rem;
    line-height: 1.4047619048;
  }
}

.p-environment-card-section__list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-environment-card-section__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 3.9375rem;
    row-gap: 4rem;
    margin-top: 4.5rem;
  }
}

.p-environment-card__image {
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  aspect-ratio: 358/240;
}

.p-environment-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-environment-card--no-image {
    padding-top: 15rem;
  }
}

.p-environment-card__title {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-environment-card__title {
    font-size: 1.25rem;
    margin-top: 1.125rem;
  }
}

.p-environment-card--no-image .p-environment-card__title {
  margin-top: 0;
}

.p-environment-card__text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-environment-card__text {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 1rem;
  }
}

.p-environment-mv {
  display: grid;
  place-items: center;
  min-height: 20rem;
  color: #fff;
  text-align: center;
  background-color: #1b1b1b;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-environment-mv {
    min-height: 30rem;
    margin-top: 4.625rem;
  }
}

.p-environment-mv__content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.p-environment-mv__en {
  margin-top: 0.5rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-environment-mv__en {
    font-size: 1.25rem;
  }
}

.p-environment-mv__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-environment-mv__title {
    font-size: 2.625rem;
  }
}

.p-environment-workplace {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #000;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-environment-workplace {
    padding-top: 0.5rem;
    padding-bottom: 5.625rem;
  }
}

.p-environment-workplace__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-environment-workplace__title {
    font-size: 2.625rem;
    line-height: 1.4;
  }
}

.p-environment-workplace__subtitle {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-environment-workplace__subtitle {
    margin-top: 1.5rem;
    font-size: 2rem;
    line-height: 1.8375;
  }
}

.p-environment-workplace__gallery {
  display: grid;
  gap: 0.5rem;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-environment-workplace__gallery {
    gap: 0.625rem;
    margin-top: 0.9375rem;
  }
}

.p-environment-workplace__gallery + .p-environment-workplace__subtitle {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-environment-workplace__gallery + .p-environment-workplace__subtitle {
    margin-top: 5.125rem;
  }
}

.p-environment-workplace__row {
  display: grid;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-environment-workplace__row {
    grid-template-columns: minmax(0, 760fr) minmax(0, 432fr);
    gap: 0.5rem;
  }
}

.p-environment-workplace__image {
  overflow: hidden;
}

.p-environment-workplace__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-environment-workplace__image--wide {
  aspect-ratio: 1200/676;
}

.p-environment-workplace__image--large {
  aspect-ratio: 760/434;
}

.p-environment-workplace__image--small {
  aspect-ratio: 432/434;
}

.p-footer {
  padding-top: 4rem;
  padding-bottom: 1.75rem;
  color: #fff;
  background-color: #222;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 5.25rem;
    padding-bottom: 1.75rem;
  }
}

.p-footer__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__content {
    align-items: start;
    flex-direction: row;
    gap: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__brand-area {
    flex: 1 1 auto;
    min-width: 0;
  }
}

.p-footer__brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.625rem;
  color: #fff;
  white-space: nowrap;
}

.p-footer__brand-name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.p-footer__brand-sub {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
}

.p-footer__utility {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__utility {
    margin-top: 1.875rem;
  }
}

.p-footer__utility-item + .p-footer__utility-item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__utility-item + .p-footer__utility-item {
    margin-top: 1rem;
  }
}

.p-footer__utility-link,
.p-footer__nav-link {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__utility-link,
  .p-footer__nav-link {
    font-size: 1rem;
  }
}

.p-footer__utility-link {
  width: 11.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-footer__nav-link--parent {
  pointer-events: none;
}

.p-footer__utility-link--external {
  position: relative;
}

.p-footer__utility-link--external::after,
.p-footer__entry::before {
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: currentColor;
  clip-path: polygon(16% 0, 100% 0, 100% 84%, 82% 84%, 82% 31%, 12% 100%, 0 88%, 70% 18%, 16% 18%);
}

.p-footer__utility-link--external::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-footer__nav {
  display: grid;
  gap: 1.75rem;
}
@media screen and (min-width: 600px) {
  .p-footer__nav {
    grid-template-columns: repeat(3, max-content);
    gap: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    flex: 0 0 30.125rem;
    gap: 3rem;
  }
}

.p-footer__nav-item + .p-footer__nav-item {
  margin-top: 0.75rem;
}

.p-footer__entry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-width: 11.5rem;
  min-height: 2.625rem;
  padding: 0.6875rem 1.0625rem;
  color: #222;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 0.375rem;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__entry {
    align-self: flex-start;
    flex: 0 0 11.5rem;
  }
}

.p-footer__entry-text {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.p-footer__copyright {
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  padding-top: 1rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    font-size: 0.875rem;
    padding-top: 1.5rem;
    margin-top: 5.5rem;
    font-size: 1rem;
  }
}

.p-form__row-wrapper {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px dotted #222;
}
@media screen and (min-width: 768px) {
  .p-form__row-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-form__row-wrapper:first-child {
  border-top: none;
}

@media screen and (min-width: 768px) {
  .p-form__row {
    display: flex;
    align-items: flex-start;
  }
}

.p-form__row + .p-form__row {
  margin-top: 0.75rem;
}

.p-form__dt-wrapper {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__dt-wrapper {
    padding-top: 0.5rem;
    width: 14.375rem;
  }
}

.p-form__dt {
  color: #222;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-form__dt {
    font-size: 1.125rem;
  }
}

.p-form__dt span {
  color: #363636;
  font-size: 0.875rem;
}

.p-form__need {
  color: #fff;
  background: #ed1c24;
  font-size: 0.625rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4375rem;
  height: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-form__need {
    font-size: 0.875rem;
  }
}

.p-form__need--black {
  color: #363636;
}

.wpcf7-spinner {
  display: none;
}

.p-form__description--radio .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #222;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .wpcf7-list-item-label {
    font-size: 1.125rem;
  }
}
.p-form__description--radio {
  /* デフォルトのボタン */
}
.p-form__description--radio input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
.p-form__description--radio {
  /* チェック前のボタン */
}
.p-form__description--radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #222;
  border-radius: 9999px; /* ラジオボタンっぽく丸くする */
  content: "";
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.5s;
  width: 1.125rem;
  height: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .wpcf7-list-item-label::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-form__description--radio {
  /* チェック後のボタン */
}
.p-form__description--radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #ed1c24; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 5px #fff; /* 中心の色のスタイル */
}
.p-form__description--radio .custom-radio {
  display: flex;
  row-gap: 1.125rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .custom-radio {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.wpcf7-list-item {
  margin-left: initial;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item {
    margin-right: initial;
  }
}

.p-form__description {
  font-size: 0.875rem;
  word-wrap: break-word;
  color: #363636;
  padding-top: initial;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__description {
    margin-top: initial;
    font-size: 1rem;
    line-height: 1.2;
    width: calc(100% - 14.375rem);
    margin-left: 3.8125rem;
  }
}

.p-form input[type=text],
.p-form input[type=tel],
.p-form input[type=email] {
  width: 100%;
  border: 1px solid #909090;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 0.625rem 0.75rem;
  border-radius: 0.375rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=tel],
  .p-form input[type=email] {
    font-size: 1.125rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.p-form textarea {
  border: 1px solid #909090;
  width: 100%;
  height: 12.5rem;
  font-size: 0.75rem;
  padding: 0.625rem 0.75rem;
  resize: none;
  border-radius: 0.375rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    height: 12.5rem;
  }
}

.p-form__btn-wrapper {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__btn-wrapper {
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}

.p-form__btn-outside {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside {
    width: 15rem;
  }
}

.p-form__btn-outside::before {
  position: absolute;
  content: "";
  background: url(../images/common/btn_icon_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  left: 0.375rem;
  transition: 0.3s ease-in-out;
  aspect-ratio: 12/24;
  object-fit: cover;
  height: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside::before {
    width: 1.5rem;
  }
}

.p-form__btn-outside::after {
  position: absolute;
  content: "";
  background: url(../images/common/btn_icon_white_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 12/24;
  object-fit: cover;
  height: auto;
  right: 0.375rem;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside::after {
    width: 1.5rem;
  }
}

.p-form__btn input[type=submit] {
  transition: 0.3s ease-in-out;
  border-radius: 9999px;
  position: relative;
  border: 1px solid #222;
  background: #222;
  font-size: 1.125rem;
  width: 15rem;
  height: 3.75rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.p-form__btn input[type=submit]:hover,
.p-form__btn input[type=button]:hover {
  background: rgba(54, 54, 54, 0.3);
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
}

input::placeholder {
  color: rgba(54, 54, 54, 0.3);
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  input::placeholder {
    font-size: 1.125rem;
  }
}

.p-form__privacy-wrapper {
  text-align: center;
}

.p-form__privacy-text {
  color: #222;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__privacy-text {
    font-size: 1.125rem;
  }
}

.p-form__privacy-text a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .wpcf7-list-item {
    width: 17.5rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.p-header {
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.p-header--light {
  color: #000;
  background-color: #fff;
  border-bottom-color: rgba(0, 0, 0, 0.16);
}

.p-header .l-inner {
  max-width: none;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-header .l-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.p-header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-header__content {
    height: 4.625rem;
    gap: clamp(1.125rem, 2vw, 2.8125rem);
  }
}

.p-header__brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-header__brand {
    gap: 0.8125rem;
  }
}

.p-header__award {
  width: 2.0625rem;
  height: 2.8125rem;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-header__award {
    width: 2.6875rem;
    height: 3.6875rem;
  }
}

.p-header--light .p-header__award {
  display: none;
}

.p-header__brand-copy {
  display: flex;
  align-items: baseline;
  gap: 0.625rem;
  color: #fff;
  white-space: nowrap;
}

.p-header--light .p-header__brand-copy {
  color: #000;
}

.p-header__brand-name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-header__brand-name {
    font-size: 1.5rem;
  }
}

.p-header__brand-sub {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 1360px) {
  .p-header__nav {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
  }
}

.p-header__nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1.125rem, 2vw, 1.5rem);
}

.p-header__nav-item {
  position: relative;
}

.p-header__nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 2.625rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.p-header--light .p-header__nav-link {
  color: #000;
}

.p-header__nav-link--button {
  padding: 0;
  font: inherit;
  cursor: pointer;
  appearance: none;
  background: transparent;
  border: 0;
}

.p-header__nav-link--parent {
  pointer-events: none;
}

.p-header__nav-ja {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-header__nav-en {
  margin-top: 0.125rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.4;
  color: #eaeaea;
}

.p-header--light .p-header__nav-en {
  color: #000;
}

.p-header__mega {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  width: 21.25rem;
  padding: 0.625rem;
  visibility: hidden;
  background-color: rgba(17, 17, 17, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.5rem;
  box-shadow: 0 1.125rem 2.25rem rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform: translate(-50%, 0.5rem);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.p-header__mega::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 1.125rem;
  content: "";
}

.p-header__nav-item--mega:hover .p-header__mega,
.p-header__nav-item--mega:focus-within .p-header__mega {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.p-header__mega-link {
  position: relative;
  display: block;
  padding: 0.875rem 2.375rem 0.875rem 1rem;
  color: #fff;
  border-radius: 0.375rem;
}

.p-header__mega-link::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  background-color: currentColor;
  clip-path: polygon(16% 0, 100% 0, 100% 84%, 82% 84%, 82% 31%, 12% 100%, 0 88%, 70% 18%, 16% 18%);
  transform: translateY(-50%);
}

.p-header__mega-link:hover,
.p-header__mega-link:focus-visible {
  background-color: rgba(255, 255, 255, 0.12);
}

.p-header__mega-title {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.45;
}

.p-header__mega-en {
  display: block;
  margin-top: 0.1875rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.3;
  color: #d8d8d8;
}

.p-header__entry {
  position: relative;
  display: none;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 11.5rem;
  min-height: 2.625rem;
  padding: 0.6875rem 1.0625rem 0.6875rem 2.3125rem;
  color: #222;
  background-color: rgba(255, 255, 255, 0.96);
  border: 1px solid #222;
  border-radius: 0.375rem;
  backdrop-filter: blur(10px);
}
@media screen and (min-width: 1360px) {
  .p-header__entry {
    display: flex;
  }
}

.p-header__entry::before {
  position: absolute;
  top: 50%;
  left: 1.125rem;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: currentColor;
  clip-path: polygon(16% 0, 100% 0, 100% 84%, 82% 84%, 82% 31%, 12% 100%, 0 88%, 70% 18%, 16% 18%);
  transform: translateY(-50%);
}

.p-header__entry-text {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.p-home-topics__box {
  position: relative;
  z-index: 1;
}

.p-home-topics {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }
}

.p-home-topics__top img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-home-topics__title {
  text-align: center;
}

.p-home-topics__block {
  margin-top: 2.5rem;
}

.p-home-topics__row {
  position: relative;
  border-bottom: 1px dotted #222;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-home-topics__row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
    align-items: center;
  }
}

.p-home-topics__row:first-child {
  border-top: 1px dotted #222;
}

.p-home-topics__metaBlock {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__metaBlock {
    width: 15rem;
  }
}

.p-home-topics__time {
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #222;
}

.p-home-topics__category {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background: #ed1c24;
  border-radius: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-home-topics__blockTitle {
  letter-spacing: 0.05em;
  line-height: 1.6111111111;
  color: #222;
  text-decoration: underline;
  font-size: 0.875rem;
  width: 100%;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__blockTitle {
    margin-top: initial;
    font-size: 1.125rem;
    width: calc(100% - 12.5rem);
  }
}

.p-home-topics__btn-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__btn-wrapper {
    margin-top: 3.75rem;
  }
}

.p-home-topics__btn {
  width: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 3.75rem;
  background: #222;
  border-radius: 9999px;
}

.p-home-topics__icon {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: auto;
  aspect-ratio: 12/24;
  object-fit: cover;
  top: 54%;
  left: 0.375rem;
  transform: translateY(-50%);
}

.p-home-topics__btn-text {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__btn-text {
    font-size: 1.125rem;
  }
}

.p-home-topics__icon--right {
  right: 0.375rem;
  left: initial;
}

.p-home-topics__pagination {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__pagination {
    margin-top: 5rem;
  }
}

.p-home-topics__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__lists {
    gap: 0.875rem;
  }
}

.p-home-topics__list {
  padding-right: 1.4375rem;
}

.p-home-topics__pagination-link {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #222;
  transition: 0.3s ease-in-out;
}

.p-home-topics__pagination-link.current {
  background: #ed1c24;
  color: #fff;
  border: 1px solid #ed1c24;
}

.p-loading {
  background: #222;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  opacity: 1;
  visibility: visible;
}

.p-loading .l-inner {
  height: inherit;
}

.p-loading__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: inherit;
}

.p-loading__logo-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-loading__logo-wrapper {
    gap: 1.5rem;
  }
}

.p-loading__logo-img {
  width: 100%;
  max-width: 5rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-loading__logo-img {
    max-width: 7.5rem;
  }
}

.p-loading__logo-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-loading__logo-text-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-loading__logo-text-wrapper {
    gap: 1rem;
  }
}

.p-loading__logo-text {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-loading__logo-text {
    font-size: 2rem;
  }
}

.p-loading__logo-text--small {
  font-size: 0.625rem;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-loading__logo-text--small {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.p-loading__text {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-loading__text {
    font-size: 3rem;
    margin-top: 1.5rem;
  }
}

.p-loading__char {
  display: inline-block;
}

.p-message-entry {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-message-entry {
    padding-top: 10rem;
    padding-bottom: 12.3125rem;
  }
}

.p-message-mv {
  position: relative;
  min-height: 22.5rem;
  overflow: hidden;
  background-color: #111;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-message-mv {
    margin-top: 4.625rem;
    min-height: 32.875rem;
  }
}

.p-message-mv::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.2) 34%, rgba(0, 0, 0, 0) 66%);
  pointer-events: none;
}

.p-message-mv__image {
  position: absolute;
  inset: 0;
  display: block;
}

.p-message-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% center;
}
@media screen and (min-width: 768px) {
  .p-message-mv__image img {
    object-position: center center;
  }
}

.p-message-mv__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  min-height: 22.5rem;
  width: 100%;
  padding-inline: 1.75rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-message-mv__content {
    min-height: 32.875rem;
    padding-left: 7.5rem;
  }
}

.p-message-mv__en {
  margin-top: 0.5rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-message-mv__en {
    margin-top: 0.5rem;
    font-size: 1.25rem;
  }
}

.p-message-mv__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-message-mv__title {
    font-size: 2.625rem;
  }
}

.p-message-statement {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-message-statement {
    padding-top: 6rem;
    padding-bottom: initial;
  }
}

.p-message-statement__content {
  max-width: 54.375rem;
  margin-inline: auto;
  color: #000;
}

.p-message-statement__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-message-statement__title {
    font-size: 2rem;
    line-height: 1.375;
  }
}

.p-message-statement__title span {
  display: block;
  font-weight: 700;
}

.p-message-statement__body {
  margin-top: 2rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.15;
}
@media screen and (min-width: 768px) {
  .p-message-statement__body {
    margin-top: 3rem;
    font-size: 1rem;
    line-height: 2.5;
  }
}

.p-message-statement__body p + p {
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-message-statement__body p + p {
    margin-top: 1.9375rem;
  }
}

.p-message-statement__name {
  margin-top: 2rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #313131;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-message-statement__name {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}

.p-message-statement__banner {
  max-width: 39.6875rem;
  margin-inline: auto;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-message-statement__banner {
    margin-top: 7.875rem;
  }
}

.p-message-statement__banner-link {
  display: block;
}

.p-message-statement__banner-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-message-statement__entry {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-message-statement__entry {
    margin-top: 10rem;
  }
}

.p-mobile-business-flow {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #000;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-flow {
    padding-top: 2.5rem;
    padding-bottom: 6rem;
  }
}

.p-mobile-business-flow__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-flow__title {
    font-size: 2.625rem;
    line-height: 1.4;
  }
}

.p-mobile-business-flow__list {
  margin-top: 1.5rem;
  border-top: 1px solid #b9b9b9;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-flow__list {
    margin-top: 4.1875rem;
  }
}

.p-mobile-business-flow__item {
  display: grid;
  grid-template-columns: 3.25rem 2.5rem minmax(0, 1fr);
  align-items: center;
  column-gap: 1.125rem;
  min-height: 6.5rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #b9b9b9;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-flow__item {
    grid-template-columns: 3.875rem 12.5rem minmax(0, 1fr);
    column-gap: 5.375rem;
    min-height: 6.5rem;
    padding: 1.25rem 1.5rem;
  }
}

.p-mobile-business-flow__icon {
  width: 3.25rem;
  height: 3.25rem;
  background: #1B1B1B;
  border-radius: 9999px;
  padding: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-flow__icon {
    width: 3.875rem;
    height: 3.875rem;
  }
}

.p-mobile-business-flow__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-mobile-business-flow__time,
.p-mobile-business-flow__body {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-flow__time,
  .p-mobile-business-flow__body {
    font-size: 1rem;
  }
}

.p-mobile-business-flow__time {
  white-space: nowrap;
}

.p-mobile-business-intro {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #222;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-intro {
    padding-top: 7.0625rem;
    padding-bottom: 6rem;
  }
}

.p-mobile-business-intro__title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-intro__title {
    font-size: 2.625rem;
    line-height: 1.4;
  }
}

.p-mobile-business-intro__content {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-intro__content {
    grid-template-columns: minmax(0, 548fr) minmax(0, 599fr);
    gap: 3.25rem;
    margin-top: 4.6875rem;
  }
}

.p-mobile-business-intro__content + .p-mobile-business-intro__content {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-intro__content + .p-mobile-business-intro__content {
    margin-top: 6.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mobile-business-intro__content--reverse {
    grid-template-columns: minmax(0, 599fr) minmax(0, 548fr);
  }
}

.p-mobile-business-intro__body {
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-intro__body {
    order: initial;
  }
}

.p-mobile-business-intro__image {
  order: 1;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-intro__image {
    order: initial;
  }
}

.p-mobile-business-intro__heading {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-intro__heading {
    font-size: 2rem;
    line-height: 1.8375;
  }
}

.p-mobile-business-intro__text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-intro__text {
    margin-top: 2.4375rem;
    font-size: 1rem;
  }
}

.p-mobile-business-intro__text p + p {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-intro__text p + p {
    margin-top: 1.5rem;
  }
}

.p-mobile-business-intro__text ul {
  padding-left: 1.25rem;
  list-style: disc;
}

.p-mobile-business-intro__text li + li {
  margin-top: 0.25rem;
}

.p-mobile-business-intro__text strong {
  font-weight: 700;
}

.p-mobile-business-intro__image {
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 599/402;
}

.p-mobile-business-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-mobile-business-mv {
  display: grid;
  place-items: center;
  min-height: 20rem;
  color: #fff;
  text-align: center;
  background-color: #1b1b1b;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-mv {
    min-height: 30rem;
    margin-top: 4.625rem;
  }
}

.p-mobile-business-mv__content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.p-mobile-business-mv__en {
  margin-top: 0.5rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-mv__en {
    font-size: 1.25rem;
  }
}

.p-mobile-business-mv__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-mv__title {
    font-size: 2.625rem;
  }
}

.p-mobile-business-other {
  padding-top: 3rem;
  padding-bottom: 4.5rem;
  color: #000;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-other {
    padding-top: 7.0625rem;
    padding-bottom: 6rem;
  }
}

.p-mobile-business-other__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-other__title {
    font-size: 2.625rem;
    line-height: 1.4;
  }
}

.p-mobile-business-other__list {
  display: grid;
  gap: 2.25rem;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-other__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.875rem;
    margin-top: 4.25rem;
  }
}

.p-mobile-business-other__image {
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 582/337;
}

.p-mobile-business-other__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-mobile-business-other__heading {
  margin-top: 1rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mobile-business-other__heading {
    font-size: 1.5rem;
  }
}

.p-mobile-business-other__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.375rem;
  width: min(100%, 14.375rem);
  min-height: 2.5rem;
  margin-top: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.6153846154;
  border: 2px solid #000;
  border-radius: 0.5rem;
}

.p-mobile-business-other__arrow {
  font-size: 1rem;
  line-height: 1;
}

.p-movie {
  background-color: #fff;
}

.p-movie-mv {
  display: grid;
  place-items: center;
  min-height: 20rem;
  color: #fff;
  text-align: center;
  background-color: #1b1b1b;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-movie-mv {
    min-height: 30rem;
    margin-top: 4.625rem;
  }
}

.p-movie-mv__content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.p-movie-mv__en {
  margin-top: 0.5rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-movie-mv__en {
    font-size: 1.25rem;
  }
}

.p-movie-mv__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-movie-mv__title {
    font-size: 2.625rem;
  }
}

.p-movie-list {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  color: #fff;
  background-color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .p-movie-list {
    padding-top: 6.875rem;
    padding-bottom: 7rem;
  }
}

.p-movie-list .l-inner {
  max-width: 71.25rem;
}

.p-movie-list__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-movie-list__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.5rem 2.5rem;
  }
}

.p-movie-list__empty {
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
}

.p-movie-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.p-movie-card__link--disabled {
  cursor: default;
}

.p-movie-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 525/320;
  background-color: #2a2a2a;
}

.p-movie-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.p-movie-card__link:hover .p-movie-card__image img,
.p-movie-card__link:focus-visible .p-movie-card__image img {
  transform: scale(1.04);
}

.p-movie-card__placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -50%);
}

.p-movie-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.875rem;
  height: 2.75rem;
  background-color: #ff2d20;
  border-radius: 0.75rem;
  transform: translate(-50%, -50%);
  box-shadow: 0 0.625rem 1.5rem rgba(0, 0, 0, 0.26);
}

.p-movie-card__play::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  border-left: 1rem solid #fff;
  transform: translate(-40%, -50%);
}

.p-movie-card__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-movie-card__title {
    margin-bottom: 1.375rem;
    font-size: 1.5rem;
  }
}

.p-movie-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-movie-pagination {
    gap: 1.75rem;
    margin-top: 4.75rem;
  }
}

.p-movie-pagination__list {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
}

.p-movie-pagination__status {
  min-width: 2.25rem;
  color: #fff;
  text-align: center;
}

.p-movie-pagination__item .page-numbers {
  display: grid;
  place-items: center;
  width: 1.875rem;
  height: 1.875rem;
  color: #fff;
  text-decoration: none;
}

.p-movie-pagination__item .page-numbers.current {
  color: #111;
  background-color: #fff;
}

.p-mv {
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-mv {
    height: 100vh;
  }
}

@media screen and (min-width: 768px) {
  .p-mv .l-inner {
    height: inherit;
  }
}

.p-mv__content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__content {
    height: inherit;
  }
}

.p-mv__bg {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-mv__bg {
    height: inherit;
  }
}

.p-mv__bg img {
  aspect-ratio: 375/667;
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__bg img {
    aspect-ratio: initial;
    object-position: center center;
    height: inherit;
  }
}

.p-mv__body {
  position: absolute;
  bottom: 11.125rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__body {
    right: 1.875rem;
    left: 1.875rem;
    bottom: 5.75rem;
  }
}

.p-mv__title {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.24;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 3.125rem;
    line-height: 1.24;
  }
}

.p-mv__title span,
.p-mv__text span {
  display: block;
}

.p-mv__title .js-shining-title {
  position: relative;
  width: fit-content;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
}

.p-mv__title .js-shining-title::after {
  position: absolute;
  inset: 0;
  content: attr(data-shining-text);
  color: transparent;
  pointer-events: none;
  background-image: linear-gradient(105deg, transparent 0%, transparent 42%, rgba(255, 255, 255, 0.08) 46%, #fff 50%, rgba(255, 255, 255, 0.08) 54%, transparent 58%, transparent 100%);
  background-position: var(--shine-x, -130%) 50%;
  background-size: 220% 100%;
  background-clip: text;
  opacity: var(--shine-opacity, 0);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.6px rgba(255, 255, 255, 0.95);
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.9));
}

.p-mv__text {
  margin-top: 1.75rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.7;
  color: #cecece;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    margin-top: 1.6875rem;
    font-size: 0.9375rem;
    line-height: 1.7333333333;
  }
}

.p-mv__entry {
  position: absolute;
  bottom: 3.625rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__entry {
    bottom: 1.8125rem;
    right: 0;
    width: 25rem;
  }
}

.p-mv__entry-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.3125rem;
  padding: 1rem 1.25rem;
  color: #111;
  background-color: #fff;
  border-radius: 0.5rem;
}

.p-mv__entry-text {
  position: relative;
  padding-left: 2rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-mv__entry-text {
    font-size: 0.9375rem;
  }
}

.p-mv__entry-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: currentColor;
  clip-path: polygon(16% 0, 100% 0, 100% 84%, 82% 84%, 82% 31%, 12% 100%, 0 88%, 70% 18%, 16% 18%);
  transform: translateY(-50%);
}

.p-mv__entry-en {
  flex: 0 0 auto;
  margin-left: 1rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
}

.p-mv__entry-note {
  display: inline-block;
  margin-top: 1.125rem;
  padding: 0.125rem 0.1875rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
  color: #eaeaea;
  background-color: #222;
}

.p-people-list {
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-people-list {
    padding-top: 6.8125rem;
    padding-bottom: 1.4375rem;
  }
}

.p-people-list__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-people-list__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 5.375rem 4.875rem;
  }
}

.p-people-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.p-people-card__image {
  overflow: hidden;
  aspect-ratio: 348/414;
  border-radius: 0.5rem;
  background-color: #f2f2f2;
}

.p-people-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.p-people-card__link:hover .p-people-card__image img {
  transform: scale(1.04);
}

.p-people-card__body {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-people-card__body {
    margin-top: 1.25rem;
  }
}

.p-people-card__name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-people-card__name {
    font-size: 1.5rem;
  }
}

.p-people-card__meta {
  margin-top: 0.4375rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-people-card__meta {
    font-size: 1.125rem;
    line-height: 1.322;
  }
}

.p-people-card__meta span {
  display: block;
}

.p-people-mv {
  display: grid;
  place-items: center;
  min-height: 20rem;
  color: #fff;
  text-align: center;
  background-color: #1b1b1b;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-people-mv {
    min-height: 30rem;
    margin-top: 4.625rem;
  }
}

.p-people-mv__content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.p-people-mv__en {
  margin-top: 0.5rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-people-mv__en {
    font-size: 1.25rem;
  }
}

.p-people-mv__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-people-mv__title {
    font-size: 2.625rem;
  }
}

.p-people-single-mv {
  position: relative;
  background-color: #f2f2f2;
  margin-top: 4rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-people-single-mv {
    margin-top: 4.625rem;
  }
}

.p-people-single-mv__content {
  position: relative;
}

.p-people-single-mv__image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.p-people-single-mv__image img {
  aspect-ratio: 420/420;
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-people-single-mv__image img {
    aspect-ratio: initial;
    object-position: center center;
  }
}

.p-people-single-mv__body {
  position: absolute;
  left: 0;
  bottom: 3rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-people-single-mv__body {
    bottom: 5.5rem;
  }
}

.p-people-single-mv__label {
  display: flex;
  align-items: center;
  width: fit-content;
  min-height: 2.5rem;
  padding: 0.25rem 0.875rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  background-color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .p-people-single-mv__label {
    min-height: 2.875rem;
    padding: 0.25rem 1.125rem;
    font-size: 1.5rem;
  }
}

.p-people-single-mv__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.5rem;
  width: fit-content;
  padding: 0.625rem 0.75rem;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  background-color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .p-people-single-mv__title {
    justify-content: center;
    padding: 0.5rem 1.5rem;
    font-size: 2.625rem;
    line-height: 1.2380952381;
  }
}

.p-people-single-mv__title span {
  display: block;
}

.p-people-single-profile {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-people-single-profile {
    padding-top: 6.5rem;
    padding-bottom: 8.5rem;
  }
}

.p-people-single-profile__content {
  display: grid;
  gap: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-people-single-profile__content {
    grid-template-columns: 24.9375rem 1fr;
    gap: 3rem;
    align-items: start;
  }
}

.p-people-single-profile__image {
  aspect-ratio: 399/267;
  border-radius: 0.5rem;
  background-color: #f2f2f2;
}

.p-people-single-profile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-people-single-profile__body {
    padding-top: 0.25rem;
  }
}

.p-people-single-profile__name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-people-single-profile__name {
    line-height: 2.45;
  }
}

.p-people-single-profile__meta {
  margin-top: 0.375rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3222222222;
  letter-spacing: 0;
}

.p-people-single-profile__meta span {
  display: block;
}

.p-people-single-profile__text {
  margin-top: 1.5rem;
  color: #222;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4875;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-people-single-profile__text {
    max-width: 47.125rem;
  }
}

.p-people-single-story {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
  background-color: #eaeaea;
}
@media screen and (min-width: 768px) {
  .p-people-single-story {
    padding-top: 9.5625rem;
    padding-bottom: 5.5rem;
  }
}

.p-people-single-story__content {
  max-width: 75rem;
  margin-inline: auto;
}

.p-people-single-story__row {
  display: grid;
  gap: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-people-single-story__row {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: start;
  }
}

.p-people-single-story__row + .p-people-single-story__row {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-people-single-story__row + .p-people-single-story__row {
    margin-top: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-people-single-story__row--reverse {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 768px) {
  .p-people-single-story__body {
    max-width: 34.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-people-single-story__row--reverse .p-people-single-story__body {
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-people-single-story__row--reverse .p-people-single-story__image {
    order: 1;
  }
}

.p-people-single-story__title {
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-people-single-story__title {
    font-size: 1.5rem;
  }
}

.p-people-single-story__title span {
  display: block;
}

.p-people-single-story__text {
  margin-top: 1.375rem;
  color: #222;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8625;
  letter-spacing: 0;
}

.p-people-single-story__text p + p {
  margin-top: 1rem;
}

.p-people-single-story__image {
  aspect-ratio: 599/402;
  border-radius: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-people-single-story__image {
    max-width: 37.4375rem;
  }
}

.p-people-single-story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}

.p-people-single-story__future {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-people-single-story__future {
    margin-top: 7rem;
  }
}

.p-people-single-story__message {
  margin-top: 3.5rem;
  padding: 1.5rem;
  border: 1px solid #000;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-people-single-story__message {
    margin-top: 7.75rem;
    padding: 1.75rem 1.625rem;
  }
}

.p-people-single-story__message-title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5333333333;
}
@media screen and (min-width: 768px) {
  .p-people-single-story__message-title {
    font-size: 1.5rem;
  }
}

.p-people-single-story__message-text {
  margin-top: 1.125rem;
  color: #222;
  font-size: 1rem;
  line-height: 1.8625;
}

.p-people-single-story__message-text p + p {
  margin-top: 0.75rem;
}

.p-people-single-nav {
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-people-single-nav {
    padding-top: 5.875rem;
    padding-bottom: 3.5rem;
  }
}

.p-people-single-nav__inner {
  display: flex;
  justify-content: center;
}

.p-people-single-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 25.25rem);
  min-height: 3.4375rem;
  padding: 0.875rem 1.125rem;
  color: #000;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0.5rem;
}

.p-people-single-nav__icon {
  display: inline-flex;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 1.25rem;
}

.p-people-single-nav__icon img {
  width: 100%;
  height: 100%;
}

.p-people-single-nav__text {
  margin-right: auto;
}

.p-people-single-nav__en {
  margin-left: 1.5rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
}

.p-single-topics {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.p-single-topics__title {
  border-bottom: 1px solid #222;
  padding-bottom: 0.75rem;
  text-align: center;
}
.p-single-topics__main {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main {
    margin-top: 2.5rem;
  }
}

.p-single-topics__main-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-title {
    font-size: 2rem;
  }
}

.p-single-topics__meta {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__meta {
    margin-top: 1.25rem;
  }
}

.p-single-topics__meta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-single-topics__meta-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.p-single-topics__meta-category {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ed1c24;
  border: 1px solid #ed1c24;
  padding: 0.125rem 0.75rem;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-single-topics__meta-category {
    font-size: 1rem;
  }
}

.p-single-topics__meta-text {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single-topics__meta-text {
    font-size: 1.125rem;
  }
}

.p-single-topics__btn-wrapper {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-single-topics__btn-wrapper {
    margin-top: 3.75rem;
  }
}

.p-single-topics__btn {
  width: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 3.75rem;
  background: #222;
  border-radius: 9999px;
}

.p-single-topics__icon {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: auto;
  aspect-ratio: 12/24;
  object-fit: cover;
  top: 54%;
  left: 0.375rem;
  transform: translateY(-50%);
}

.p-single-topics__btn-text {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__btn-text {
    font-size: 1.125rem;
  }
}

.p-single-topics__icon--right {
  right: 0.375rem;
  left: initial;
}

/* 段落 */
.p-single-topics__main-content p {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  color: #222;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content p {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

/* 見出し */
.p-single-topics__main-content h2 {
  font-size: 1.5rem;
  color: #222;
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content h2 {
    margin-top: 2rem;
    font-size: 2rem;
  }
}

.p-single-topics__main-content h2::before {
  position: absolute;
  content: "";
  background: #222;
  width: 100%;
  height: 2px;
  bottom: -0.25rem;
  left: 0;
  right: 0;
}

.p-single-topics__main-content h3 {
  font-size: 1.25rem;
  margin-top: 1.25rem;
  position: relative;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content h3 {
    margin-top: 1.5rem;
    font-size: 1.75rem;
  }
}

.p-single-topics__main-content h3::before {
  position: absolute;
  content: "";
  background: #ed1c24;
  width: 0.25rem;
  left: 0;
  top: 0;
  bottom: 0;
}

.p-single-topics__main-content h4 {
  font-size: 1.125rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content h4 {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}

.p-single-topics__main-content h5 {
  font-size: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content h5 {
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }
}

/* リスト */
.p-single-topics__main-content ul {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content ul {
    margin-top: 1rem;
  }
}

.p-single-topics__main-content ul li {
  list-style: disc;
  margin-left: 1rem;
}

.p-single-topics__main-content ol {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content ol {
    margin-top: 1rem;
  }
}

.p-single-topics__main-content ol li {
  list-style: decimal;
  margin-left: 1rem;
}

/* リンク */
.p-single-topics__main-content a {
  color: #ed1c24;
  text-decoration: underline;
  font-size: 1rem;
}

/* 画像 */
.p-single-topics__main-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content img {
    margin-top: 1rem;
  }
}

/* 囲み系（Gutenbergブロックでよく出る） */
.p-single-topics__main-content figure {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content figure {
    margin-top: 1rem;
  }
}

.p-single-topics__main-content figcaption {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #222;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content figcaption {
    margin-top: 1rem;
  }
}

/* 引用 */
/* テーブル */
.p-single-topics__main-content table {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content table {
    margin-top: 1rem;
  }
}

/* コード */
/* ボタン */
/* キャプション（画像などのキャプションに出る） */
/* スペーサー（余白ブロック） */
/* グループ（グループ化ブロック） */
/* カラム系 */
/* ギャラリー */
.p-top-advantage {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-top-advantage {
    padding-top: 4.0625rem;
    padding-bottom: 8.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-advantage .l-inner {
    max-width: 78.125rem;
  }
}

.p-top-advantage__heading {
  color: #222;
  text-align: center;
}

.p-top-advantage__en {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-advantage__en {
    font-size: 1.25rem;
  }
}

.p-top-advantage__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-advantage__title {
    margin-top: 1rem;
    font-size: 2.625rem;
  }
}

.p-top-advantage__cards {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 3.375rem;
}
@media screen and (min-width: 600px) {
  .p-top-advantage__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1250px) {
  .p-top-advantage__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 4.25rem;
  }
}

.p-top-advantage-card {
  position: relative;
  display: block;
  min-height: 21.6875rem;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  border-radius: 0.5rem;
}

.p-top-advantage-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.69) 20%, rgba(0, 0, 0, 0.37) 38%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.p-top-advantage-card__image {
  aspect-ratio: 271/347;
}

.p-top-advantage-card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.p-top-advantage-card:hover .p-top-advantage-card__image img,
.p-top-advantage-card:focus-visible .p-top-advantage-card__image img {
  transform: scale(1.04);
}

.p-top-advantage-card__body {
  position: absolute;
  right: 1.0625rem;
  bottom: 2.875rem;
  left: 1.0625rem;
  z-index: 1;
  text-align: center;
}

.p-top-advantage-card__title {
  font-weight: 700;
  line-height: 1.6;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-advantage-card__title {
    font-size: 1.25rem;
  }
}

.p-top-advantage-card__title span {
  display: block;
}

.p-top-advantage-card__text {
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-advantage-card__text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-top-advantage__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 25rem;
  min-height: 3.4375rem;
  margin: 2rem auto 0;
  padding: 1rem 1.25rem;
  color: #111;
  border: 1px solid #222;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-advantage__link {
    margin: 4.75rem auto 0;
  }
}

.p-top-advantage__link-text {
  position: relative;
  padding-left: 2rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-top-advantage__link-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: currentColor;
  clip-path: polygon(16% 0, 100% 0, 100% 84%, 82% 84%, 82% 31%, 12% 100%, 0 88%, 70% 18%, 16% 18%);
  transform: translateY(-50%);
}

.p-top-advantage__link-en {
  flex: 0 0 auto;
  margin-left: 1rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
}

.p-top-career {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #222;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-career {
    padding-top: 9.75rem;
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-career .l-inner {
    max-width: 78.125rem;
  }
}

.p-top-career__top {
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-career__top {
    grid-template-columns: minmax(0, 32.5rem) minmax(0, 38.625rem);
    align-items: center;
    gap: 4rem;
  }
}

.p-top-career__en {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.05em;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-career__en {
    font-size: 1.25rem;
  }
}

.p-top-career__title {
  margin-top: 0.75rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-top-career__title {
    margin-top: 1.5rem;
    font-size: 2.625rem;
  }
}

.p-top-career__text {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-top-career__text {
    max-width: 29.625rem;
    margin-left: 3rem;
    margin-top: 4.5rem;
    font-size: 1rem;
  }
}

.p-top-career__image {
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 618/387;
  background-color: #ddd;
}

.p-top-career__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-top-career__columns {
  display: grid;
  gap: 3rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-career__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5rem;
    margin-top: 5.5rem;
  }
}

.p-top-career__column-title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  gap: 1rem;
  white-space: nowrap;
  --width: 0;
}
@media screen and (min-width: 768px) {
  .p-top-career__column-title {
    gap: 1.75rem;
    font-size: 2rem;
  }
}

.p-top-career__column-title::after {
  flex: 1 1 auto;
  width: auto;
  height: 1px;
  content: "";
  background-color: #222;
  transform: scaleX(var(--width));
  transform-origin: left center;
}

.p-top-career__list {
  border-top: 1px solid rgba(34, 34, 34, 0.38);
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-career__list {
    margin-top: 1.875rem;
  }
}

.p-top-career__item {
  border-bottom: 1px solid rgba(34, 34, 34, 0.38);
}

.p-top-career__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  color: #141414;
}
@media screen and (min-width: 768px) {
  .p-top-career__link {
    padding: 1.6875rem 4rem 1.6875rem 0;
  }
}

.p-top-career__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.875rem;
  height: 0.875rem;
  content: "";
  background-color: currentColor;
  clip-path: polygon(0 45%, 82% 45%, 65% 0, 100% 50%, 65% 100%, 82% 55%, 0 55%);
  opacity: 0.45;
  transform: translateY(-50%);
}

.p-top-career__thumb {
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 0.5rem;
  width: 3rem;
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-career__thumb {
    width: 4.25rem;
    height: 4.25rem;
  }
}

.p-top-career__link-text {
  font-weight: 400;
  line-height: 1.4;
  margin-left: 1.5rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-career__link-text {
    font-size: 1.375rem;
    margin-left: 2.875rem;
    font-size: 1.5rem;
  }
}

.p-top-crosstalk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fff;
  background-color: #222;
}
@media screen and (min-width: 768px) {
  .p-top-crosstalk {
    padding-top: 2.375rem;
    padding-bottom: 8.125rem;
  }
}

.p-top-crosstalk__heading {
  text-align: center;
}

.p-top-crosstalk__en {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-crosstalk__en {
    font-size: 1.25rem;
  }
}

.p-top-crosstalk__title {
  font-size: 1.75rem;
  margin-top: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-top-crosstalk__title {
    margin-top: 1.125rem;
    font-size: 2.625rem;
  }
}

.p-top-crosstalk__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-crosstalk__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.25rem;
    margin-top: 7rem;
  }
}

.p-top-crosstalk-card__image {
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 582/337;
  background-color: #ddd;
}

.p-top-crosstalk-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-crosstalk-card:nth-child(1) .p-top-crosstalk-card__image img {
  object-position: 50% 36%;
}

.p-top-crosstalk-card:nth-child(2) .p-top-crosstalk-card__image img {
  object-position: 45% 42%;
}

.p-top-crosstalk-card__body {
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-crosstalk-card__body {
    margin-top: 2.625rem;
  }
}

.p-top-crosstalk-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .p-top-crosstalk-card__title {
    font-size: 2rem;
  }
}

.p-top-crosstalk-card__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-crosstalk-card__text {
    margin-top: 1.5rem;
    max-width: 25.625rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
  }
}

.p-top-crosstalk-card__text span {
  display: block;
}

.p-top-crosstalk-card__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 25rem;
  min-height: 3.4375rem;
  padding: 0.9375rem 1.125rem;
  color: #fff;
  background-color: #222;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  margin: 1rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-crosstalk-card__link {
    margin: 2.125rem auto 0;
  }
}

.p-top-crosstalk-card__link-text {
  position: relative;
  padding-left: 2rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-top-crosstalk-card__link-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: currentColor;
  transform: translateY(-50%);
}

.p-top-crosstalk-card__link--arrow .p-top-crosstalk-card__link-text::before {
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7295 5.86479L5.86479 11.7295L5.21214 11.0769L9.96277 6.32633H0V5.40325H9.96277L5.21214 0.652644L5.86479 0L11.7295 5.86479Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7295 5.86479L5.86479 11.7295L5.21214 11.0769L9.96277 6.32633H0V5.40325H9.96277L5.21214 0.652644L5.86479 0L11.7295 5.86479Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
}

.p-top-crosstalk-card__link:not(.p-top-crosstalk-card__link--arrow) .p-top-crosstalk-card__link-text::before {
  clip-path: polygon(16% 0, 100% 0, 100% 84%, 82% 84%, 82% 31%, 12% 100%, 0 88%, 70% 18%, 16% 18%);
}

.p-top-crosstalk-card__link-en {
  flex: 0 0 auto;
  margin-left: 1rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
}

.p-top-data {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fff;
  background-color: #222;
}
@media screen and (min-width: 768px) {
  .p-top-data {
    padding-top: 6.8125rem;
    padding-bottom: 5.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-data__heading {
    display: flex;
    align-items: flex-end;
    gap: 5rem;
  }
}

.p-top-data__title-block {
  color: #fff;
  width: fit-content;
}

.p-top-data__en {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-data__en {
    font-size: 1.25rem;
  }
}

.p-top-data__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-data__title {
    font-size: 2.625rem;
    margin-top: 1.125rem;
  }
}

.p-top-data__lead {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-data__lead {
    margin-top: initial;
    font-size: 1rem;
  }
}

.p-top-data__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding-left: 0;
  list-style: none;
  margin-top: 4rem;
}
@media screen and (min-width: 600px) {
  .p-top-data__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1250px) {
  .p-top-data__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.25rem 3.9375rem;
    margin-top: 6rem;
  }
}

.p-top-data-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  background-color: #222;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  min-height: 13.9375rem;
  padding: 1.5rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-data-card {
    padding: 2.75rem 1.75rem 2rem;
    min-height: 22.375rem;
  }
}

.p-top-data-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-data-card__title {
    font-size: 2rem;
  }
}

.p-top-data-card__value {
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-data-card__value {
    font-size: 2.125rem;
    margin-top: 1rem;
  }
}

.p-top-data-card__value span {
  margin-left: 0.25rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-data-card__value span {
    font-size: 1.5rem;
  }
}

.p-top-data-card__value .p-top-data-card__number {
  margin-left: 0;
  font-size: inherit;
}

.p-top-data-card__note {
  margin-top: 0.625rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-data-card__note {
    font-size: 0.875rem;
  }
}

.p-top-data-card__gender {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
}

.p-top-data-card__gender img {
  object-fit: contain;
  width: 5.625rem;
  height: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-data-card__gender img {
    width: 8rem;
    height: 8rem;
  }
}

.p-top-data-card__gender span {
  position: relative;
  width: 0.625rem;
  height: 3.1875rem;
}

.p-top-data-card__gender span::before,
.p-top-data-card__gender span::after {
  position: absolute;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}

.p-top-data-card__gender span::before {
  top: 0;
}

.p-top-data-card__gender span::after {
  bottom: 0;
}

.p-top-data-card__manager {
  position: relative;
  width: 10.5rem;
  height: 9.5rem;
}

.p-top-data-card__manager-person {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8.9375rem;
  height: 8.9375rem;
  object-fit: contain;
}

.p-top-data-card__manager-medal {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.9375rem;
  height: 2.9375rem;
  object-fit: contain;
}

.p-top-data__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 25.25rem;
  min-height: 3.4375rem;
  padding: 0.9375rem 1.125rem;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-data__link {
    margin: 5.875rem auto 0;
  }
}

.p-top-data__link-text {
  position: relative;
  padding-left: 2rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-top-data__link-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: currentColor;
  clip-path: polygon(16% 0, 100% 0, 100% 84%, 82% 84%, 82% 31%, 12% 100%, 0 88%, 70% 18%, 16% 18%);
  transform: translateY(-50%);
}

.p-top-data__link-en {
  flex: 0 0 auto;
  margin-left: 1rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
}

.p-top-data-card__icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-top-entry {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-entry {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
}

.p-top-entry__content {
  display: grid;
  color: #222;
  background-color: #eaeaea;
  border-radius: 0.5rem;
  padding: 1rem;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-entry__content {
    padding: 2.5rem;
    gap: 2.5rem;
    grid-template-columns: minmax(0, 1fr) 18.1875rem;
    align-items: center;
    min-height: 26.5rem;
  }
}

.p-top-entry__en {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-entry__en {
    font-size: 1.25rem;
  }
}

.p-top-entry__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-entry__title {
    margin-top: 1.5rem;
    font-size: 2.625rem;
  }
}

.p-top-entry__text {
  font-weight: 400;
  line-height: 1.7;
  margin-top: 1.5rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-entry__text {
    max-width: 48.625rem;
    font-size: 0.9375rem;
    margin-top: 1.625rem;
  }
}

.p-top-entry__text span {
  display: block;
}

.p-top-entry__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 25rem;
  min-height: 3.3125rem;
  margin-top: 2.125rem;
  padding: 1rem 1.125rem;
  color: #111;
  border: 1px solid #000;
  border-radius: 0.5rem;
}

.p-top-entry__link--sub {
  margin-top: 0.75rem;
}

.p-top-entry__link-text {
  position: relative;
  font-weight: 700;
  line-height: 1.4;
  font-size: 0.875rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-entry__link-text {
    padding-left: 2rem;
    font-size: 0.9375rem;
  }
}

.p-top-entry__link-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: currentColor;
  clip-path: polygon(16% 0, 100% 0, 100% 84%, 82% 84%, 82% 31%, 12% 100%, 0 88%, 70% 18%, 16% 18%);
  transform: translateY(-50%);
}

.p-top-entry__link-en {
  flex: 0 0 auto;
  margin-left: 1rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
}

.p-top-entry__image {
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 291/373;
  background-color: #ddd;
}

.p-top-entry__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-gallery {
  background-color: #fff;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-top-gallery {
    padding-bottom: 16.4375rem;
  }
}

.p-top-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .p-top-gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.p-top-gallery__item {
  overflow: hidden;
  aspect-ratio: 360/358;
  background-color: #ddd;
}

.p-top-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-gallery__item:nth-child(2) img {
  object-position: 42% center;
}

.p-top-gallery__item:nth-child(3) img {
  object-position: 36% center;
}

.p-top-message {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-top-message {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
}

.p-top-message__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-message__content {
    flex-direction: row;
    gap: 4.5rem;
  }
}

.p-top-message__body {
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-top-message__body {
    padding-top: 0.125rem;
  }
}

.p-top-message__en {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  color: #222;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-message__en {
    font-size: 1.25rem;
  }
}

.p-top-message__title {
  margin-top: 0.75rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-top-message__title {
    margin-top: 1.25rem;
    font-size: 2.625rem;
  }
}

.p-top-message__text {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-top-message__text {
    margin-top: 7.375rem;
    font-size: 1rem;
    padding-left: 3rem;
    max-width: 25rem;
  }
}

.p-top-message__text span {
  display: block;
}

.p-top-message__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 3.4375rem;
  margin-top: 2.125rem;
  padding: 1rem 1.25rem;
  color: #111;
  border: 1px solid #222;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-message__link {
    margin-top: 2.125rem;
    max-width: 25rem;
    margin-left: 3rem;
  }
}

.p-top-message__link-text {
  position: relative;
  padding-left: 2rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-top-message__link-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: currentColor;
  clip-path: polygon(16% 0, 100% 0, 100% 84%, 82% 84%, 82% 31%, 12% 100%, 0 88%, 70% 18%, 16% 18%);
  transform: translateY(-50%);
}

.p-top-message__link-en {
  flex: 0 0 auto;
  margin-left: 1rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
}

.p-top-message__image {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 677/467;
  max-width: 42.3125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-message__image {
    margin-left: auto;
  }
}

.p-top-message__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-top-people {
  padding-top: 4rem;
  padding-bottom: 3rem;
  color: #fff;
  background-color: #222;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-top-people {
    padding-top: 12.25rem;
    padding-bottom: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-people__content {
    display: grid;
    grid-template-columns: 12rem minmax(0, 1fr);
    gap: 4.75rem;
    align-items: start;
  }
}

.p-top-people__heading {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-people__heading {
    position: sticky;
    top: 6.5rem;
    text-align: left;
  }
}

.p-top-people__en {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-top-people__en {
    font-size: 1.25rem;
  }
}

.p-top-people__title {
  margin-top: 0.75rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-top-people__title {
    margin-top: 1.125rem;
    font-size: 2.625rem;
    line-height: 1.5952380952;
  }
}

.p-top-people__body {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-people__body {
    margin-top: initial;
  }
}

.p-top-people__slider {
  margin-right: calc(50% - 50vw) !important;
}

.p-top-people-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.p-top-people-card__image {
  overflow: hidden;
  aspect-ratio: 311/389;
  border-radius: 0.5rem;
  background-color: #e9e9e9;
}

.p-top-people-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.p-top-people-card__link:hover .p-top-people-card__image img {
  transform: scale(1.04);
}

.p-top-people-card__body {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-people-card__body {
    margin-top: 1.75rem;
  }
}

.p-top-people-card__copy {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-top-people-card__copy {
    font-size: 1.25rem;
  }
}

.p-top-people-card__copy span {
  display: block;
}

.p-top-people-card__position,
.p-top-people-card__name {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-top-people-card__position,
  .p-top-people-card__name {
    font-size: 1rem;
  }
}

.p-top-people-card__position {
  margin-top: 1.125rem;
}

.p-top-people-card__name {
  margin-top: 0.4375rem;
}

.p-top-people__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 25.25rem);
  min-height: 3.4375rem;
  padding: 0.9375rem 1.125rem;
  margin: 2.5rem 0 0;
  color: #fff;
  background-color: #222;
  border: 2px solid #fff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-people__link {
    margin-top: 3.375rem;
    margin-left: auto;
  }
}

.p-top-people__link-text {
  position: relative;
  padding-left: 2rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-top-people__link-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: currentColor;
  clip-path: polygon(16% 0, 100% 0, 100% 84%, 82% 84%, 82% 31%, 12% 100%, 0 88%, 70% 18%, 16% 18%);
  transform: translateY(-50%);
}

.p-top-people__link-en {
  flex: 0 0 auto;
  margin-left: 1rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
}

.p-top-work {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow-x: clip;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-work {
    padding-top: 8.5rem;
    padding-bottom: 19rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-work .l-inner {
    max-width: 78.125rem;
  }
}

.p-top-work__heading {
  color: #222;
  text-align: center;
}

.p-top-work__en {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-work__en {
    font-size: 1.25rem;
  }
}

.p-top-work__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-work__title {
    margin-top: 1.125rem;
    font-size: 2.625rem;
  }
}

.p-top-work__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-work__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.4375rem;
    margin-top: 6.4375rem;
  }
}

.p-top-work-card {
  position: relative;
  min-height: 27.0625rem;
  overflow: hidden;
  color: #fff;
  border-radius: 0.5rem;
  background-color: #111;
}

.p-top-work-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.69) 40%, rgba(0, 0, 0, 0.37) 62%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.p-top-work-card__image {
  position: absolute;
  inset: 0;
}

.p-top-work-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-work-card:nth-child(1) .p-top-work-card__image img {
  object-position: 38% center;
}

.p-top-work-card:nth-child(2) .p-top-work-card__image img {
  object-position: 46% center;
}

.p-top-work-card:nth-child(3) .p-top-work-card__image img {
  object-position: 36% center;
}

.p-top-work-card__body {
  position: absolute;
  z-index: 1;
  bottom: 1.8125rem;
  text-align: center;
  left: 1.25rem;
  right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-work-card__body {
    left: 1.875rem;
    right: 1.875rem;
  }
}

.p-top-work-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .p-top-work-card__title {
    font-size: 2rem;
  }
}

.p-top-work-card__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-work-card__text {
    font-size: 1rem;
    margin-top: 1.625rem;
    max-width: 17.9375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-work-card__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 14.375rem);
  min-height: 2.5rem;
  margin: 1.625rem auto 0;
  padding: 0.5625rem 1.5rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.5rem;
}

.p-top-work-card__link::before {
  position: absolute;
  top: 50%;
  left: 2.5rem;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: currentColor;
  clip-path: polygon(16% 0, 100% 0, 100% 84%, 82% 84%, 82% 31%, 12% 100%, 0 88%, 70% 18%, 16% 18%);
  transform: translateY(-50%);
}

.p-top-work-card__link-text {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
}

.c-lower-mv {
  display: grid;
  place-items: center;
  min-height: 20rem;
  margin-top: 4rem;
  color: #fff;
  text-align: center;
  background-color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .c-lower-mv {
    min-height: 30rem;
    margin-top: 4.625rem;
  }
}

.c-lower-mv__content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.c-lower-mv__en {
  margin-top: 0.5rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-lower-mv__en {
    font-size: 1.25rem;
  }
}

.c-lower-mv__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-lower-mv__title {
    font-size: 2.625rem;
  }
}

.c-main-text {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #363636;
}
@media screen and (min-width: 768px) {
  .c-main-text {
    font-size: 1.125rem;
    line-height: 1.75;
  }
}

.c-main-title {
  display: flex;
  flex-direction: column;
}

.c-main-title__ja {
  color: #363636;
  line-height: 1.2;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-main-title__ja {
    letter-spacing: 0.15em;
    font-size: 1.75rem;
  }
}

.c-main-title__ja--child {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-main-title__ja--child {
    font-size: 1.75rem;
  }
}

.c-main-title__ja--child span {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-main-title__ja--child span {
    font-size: 1.375rem;
    display: block;
  }
}

.c-main-title__ja--small {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-main-title__ja--small {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
}

.c-main-title__en {
  text-transform: uppercase;
  color: rgba(54, 54, 54, 0.5);
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-main-title__en {
    margin-top: 0.875rem;
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
}
