@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1190px) {
  html {
    font-size: 1.3445378151vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #2C1B1E;
}

@media screen and (max-width: 767px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

a {
  text-decoration: none;
  color: inherit;
}

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1190px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.c-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #A30000;
  border: 0.125rem solid #A30000;
  border-radius: 0.25rem;
  color: #FDFDFD;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  max-width: 17.5rem;
  padding: 0.875rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 0.875rem;
    padding: 0.75rem 1.25rem;
    width: 100%;
  }
}

.c-btn:hover {
  background-color: #FDFDFD;
  color: #A30000;
  opacity: 1;
}

.c-btn--white {
  background-color: #FDFDFD;
  color: #A30000;
  border: 0.125rem solid #FDFDFD;
}

.c-btn--white:hover {
  background-color: #A30000;
  color: #FDFDFD;
}

.c-btn--black {
  background-color: #2C1B1E;
  color: #FDFDFD;
  border: 0.125rem solid #2C1B1E;
}

.c-btn--black:hover {
  background-color: #FDFDFD;
  color: #2C1B1E;
}

.c-btn__arrow {
  background-color: #FDFDFD;
  border-radius: 2px;
  display: inline-block;
  height: 1.25rem;
  padding: 0.3125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 1.25rem;
}

.c-btn__arrow img {
  height: 100%;
  width: 100%;
}

.c-card-category {
  font-size: 0.875rem;
  color: #FDFDFD;
  background-color: #2C1B1E;
  padding: 0.125rem 0.25rem;
  display: inline-block;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-card-title {
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-card-title {
    font-size: 0.9375rem;
  }
}
.c-card-title.--small {
  font-size: 1rem;
}

.c-card-detail {
  font-size: clamp(10px, 0.75rem, 14px);
  font-family: "Cabin", sans-serif;
}

.c-card__action {
  text-align: right;
}

.c-card__action-text {
  font-size: clamp(10px, 0.75rem, 14px);
  letter-spacing: 0.07em;
  position: relative;
  padding-inline: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  font-weight: 400;
}
.c-card__action-text::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.0625rem;
  background-color: #2C1B1E;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.5rem;
}

.c-section-title__en {
  color: #2C1B1E;
  font-family: Cabin;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-section-title__en {
    font-size: 1rem;
  }
}

.c-section-title__ja {
  color: #2C1B1E;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja {
    font-size: 1.25rem;
  }
}

.c-section-title__en--white {
  color: #FDFDFD;
}

.c-section-title__ja--white {
  color: #FDFDFD;
}

.p-cta-banner {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-cta-banner {
    background-color: #FDFDFD;
    bottom: 0;
    -webkit-box-shadow: 0 -0.125rem 0.625rem 0 rgba(0, 0, 0, .1);
            box-shadow: 0 -0.125rem 0.625rem 0 rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.625rem;
    left: 0;
    padding: 0.625rem;
    position: fixed;
    width: 100%;
    z-index: 200;
  }
}

@media screen and (max-width: 767px) {
  .p-cta-banner .c-btn {
    width: 50%;
  }
}

.p-cta {
  background-image: url("../images/cta-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-block: 4.375rem;
  }
}

.p-cta__inner {
  background-color: #FDFDFD;
  max-width: 52.5rem;
  padding: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    max-width: 30rem;
    padding: 1.25rem;
    width: 90%;
  }
}

.p-cta__title {
  -webkit-margin-after: 1.875rem;
          margin-block-end: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    -webkit-margin-after: 1.5625rem;
            margin-block-end: 1.5625rem;
  }
}

.p-cta__header {
  font-family: "Shippori Mincho", serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.3;
  margin-block: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cta__header {
    font-size: 1.25rem;
    margin-block: 0.9375rem;
  }
}

.p-cta__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: 0.875rem;
    text-align: center;
  }
}

.p-cta__button-area {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-cta__button-area {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-environment__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-environment__inner {
    max-width: 30rem;
  }
}
.p-environment__inner::before {
  content: "";
  display: inline-block;
  width: 32.4375rem;
  height: 24rem;
  background-image: url("../images/environment.webp");
  position: absolute;
  top: 5.625rem;
  right: 1.5625rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-environment__inner::before {
    width: 18.75rem;
    height: 12.5rem;
    top: 20rem;
    right: 0.9375rem;
  }
}

.p-environment__container {
  padding-block: 3.125rem;
  padding-inline: 3.75rem;
  -webkit-box-shadow: 0.125rem 0.5rem 1.25rem rgba(44, 27, 30, .15);
          box-shadow: 0.125rem 0.5rem 1.25rem rgba(44, 27, 30, .15);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  width: 43.25rem;
  max-width: 100%;
  z-index: 10;
  background-color: #F4F0F0;
}
@media screen and (max-width: 767px) {
  .p-environment__container {
    width: 20.8125rem;
    padding-inline: 1rem;
    -webkit-padding-before: 1.875rem;
            padding-block-start: 1.875rem;
    -webkit-padding-after: 2.5rem;
            padding-block-end: 2.5rem;
  }
}

.p-environment__lists {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  row-gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-environment__lists {
    -webkit-column-gap: 0rem;
       -moz-column-gap: 0rem;
            column-gap: 0rem;
    row-gap: 0.5rem;
  }
}

.p-environment__list {
  font-weight: 500;
  font-size: 1.375rem;
  letter-spacing: 0.07em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-environment__list {
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.07em;
  }
}

.p-environment__button {
  -webkit-margin-before: 2.1875rem;
          margin-block-start: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-environment__button {
    -webkit-margin-before: 1.5625rem;
            margin-block-start: 1.5625rem;
  }
}

.p-footer {
  background-color: #A30000;
  -webkit-padding-before: 2.5rem;
          padding-block-start: 2.5rem;
  -webkit-padding-after: 3.75rem;
          padding-block-end: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    -webkit-padding-before: 3.125rem;
            padding-block-start: 3.125rem;
    -webkit-padding-after: 1.875rem;
            padding-block-end: 1.875rem;
  }
}

.p-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer__left {
  width: 21.4375rem;
}

.p-footer__logo {
  display: block;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-footer__logo img {
    margin-inline: auto;
  }
}

.p-footer__detail {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #FDFDFD;
}
.p-footer__detail + .p-footer__detail {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__detail {
    text-align: center;
  }
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer__sns-icon {
  width: 1.5625rem;
}

.p-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}

.p-footer__nav-items {
  width: 8.75rem;
}

.p-footer__nav-item + .p-footer__nav-item {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.p-footer__nav-link {
  color: #FDFDFD;
  font-size: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-footer__nav-link::after {
  content: "→";
  display: inline-block;
  color: #FDFDFD;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link {
    font-size: 0.875rem;
  }
}

.p-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 0.9375rem;
  }
}

.p-footer__bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}

.p-footer__bottom-link {
  color: #FDFDFD;
}

.p-footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-margin-before: 2.1875rem;
            margin-block-start: 2.1875rem;
  }
}

.p-footer__privacy {
  color: #FDFDFD;
  font-size: clamp(10px, 0.75rem, 14px);
  font-weight: 400;
}

.p-footer__site {
  color: #FDFDFD;
  font-size: clamp(10px, 0.75rem, 14px);
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-footer__site::before {
  content: "";
  display: inline-block;
  color: #FDFDFD;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url(../images/link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.p-footer__copyright {
  color: #FDFDFD;
  font-size: clamp(10px, 0.75rem, 14px);
  font-weight: 400;
}

.p-header {
  background-color: #FDFDFD;
  -webkit-box-shadow: 0 0.125rem 0.9375rem 0 rgba(44, 27, 30, .05);
          box-shadow: 0 0.125rem 0.9375rem 0 rgba(44, 27, 30, .05);
  height: 6.875rem;
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 5.625rem;
  }
}

.p-header__inner {
  padding: 0.625rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0.625rem 1.25rem;
  }
}

.p-header__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__logo {
  position: relative;
  width: 12.5rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 9.375rem;
  }
}

.p-header__logo-img img {
  height: 100%;
  width: 100%;
}

.p-header__logo-text {
  color: #2C1B1E;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.p-header__hamburger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: relative;
  width: auto;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header__hamburger::after {
  color: #2C1B1E;
  content: "MENU";
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: 0.3125rem;
}

.p-header__hamburger.is-active::after {
  content: "CLOSE";
}

.p-header__hamburger-line {
  background-color: #2C1B1E;
  display: block;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

.p-header__hamburger.is-active .p-header__hamburger-line:nth-child(1) {
  -webkit-transform: translateY(0.6875rem) rotate(45deg);
          transform: translateY(0.6875rem) rotate(45deg);
}

.p-header__hamburger.is-active .p-header__hamburger-line:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger.is-active .p-header__hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-0.4375rem) rotate(-45deg);
          transform: translateY(-0.4375rem) rotate(-45deg);
}

.p-header__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
    background-color: #FDFDFD;
    gap: 2.5rem;
    height: 100vh;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 2.5rem 1.25rem;
    position: fixed;
    top: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 90;
  }
}

@media screen and (max-width: 767px) {
  .p-header__nav.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    pointer-events: auto;
    background-image: url(../images/sp-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }
}

body.is-drawer-open {
  overflow: hidden;
}

.p-header__nav-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    width: 100%;
  }
}

.p-header__nav-link {
  color: #2C1B1E;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-header__nav-link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .p-header__cta {
    display: none;
  }
}

.p-intern {
  -webkit-margin-before: 9.375rem;
          margin-block-start: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-intern {
    -webkit-margin-before: 15.125rem;
            margin-block-start: 15.125rem;
  }
}

.p-intern__bg {
  height: 32.5rem;
  -webkit-margin-start: calc(50% - 50vw);
          margin-inline-start: calc(50% - 50vw);
  -webkit-padding-start: calc(50vw - 50%);
          padding-inline-start: calc(50vw - 50%);
  overflow: 100vw;
  background-image: url("../images/intern.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-padding-end: 9.375rem;
          padding-inline-end: 9.375rem;
  -webkit-box-shadow: 0.125rem 0.5rem 1.25rem rgba(44, 27, 30, .15);
          box-shadow: 0.125rem 0.5rem 1.25rem rgba(44, 27, 30, .15);
}
@media screen and (max-width: 767px) {
  .p-intern__bg {
    height: 17.25rem;
    -webkit-padding-end: 0.9375rem;
            padding-inline-end: 0.9375rem;
    background-position: center right -3.125rem;
  }
}

.p-intern__container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FDFDFD;
}

.p-intern__title {
  -webkit-margin-after: 1.5625rem;
          margin-block-end: 1.5625rem;
}

.p-intern__text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-intern__text {
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.p-intern__button-area {
  -webkit-margin-before: 3.875rem;
          margin-block-start: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-intern__button-area {
    -webkit-margin-before: 1.5625rem;
            margin-block-start: 1.5625rem;
  }
}

.p-job-archive {
  padding-bottom: 5rem;
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-job-archive {
    padding-bottom: 3.75rem;
    padding-top: 2.5rem;
  }
}

.p-job-archive__cards {
  display: grid;
  gap: 2.5rem 1.875rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-job-archive__cards {
    gap: 1.875rem 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .p-job-archive__cards {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
}

.p-job-archive__card-link {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-job-archive__card-link:hover {
  opacity: 0.7;
}

.p-job-archive__card-image {
  aspect-ratio: 367/240;
  margin-bottom: 1rem;
  overflow: hidden;
  width: 100%;
}

.p-job-archive__card-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-job-archive__card-title {
  color: #2C1B1E;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-job-archive__card-title {
    font-size: 1rem;
  }
}

.p-job-archive__no-posts {
  color: #2C1B1E;
  font-size: 1rem;
  padding: 2.5rem 0;
  text-align: center;
}

.p-news-archive {
  padding-bottom: 5rem;
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-news-archive {
    padding-bottom: 3.75rem;
    padding-top: 2.5rem;
  }
}

.p-news-archive__items {
  display: grid;
  gap: 2.5rem 1.875rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-news-archive__items {
    gap: 1.875rem 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .p-news-archive__items {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
}

.p-news-archive__link {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-news-archive__link:hover {
  opacity: 0.7;
}

.p-news-archive__image {
  aspect-ratio: 266/151;
  margin-bottom: 1rem;
  overflow: hidden;
  width: 100%;
}

.p-news-archive__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-news-archive__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-news-archive__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-news-archive__no-posts {
  color: #2C1B1E;
  font-size: 1rem;
  padding: 2.5rem 0;
  text-align: center;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 2.5rem;
  }
}

.pagination .page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FDFDFD;
  border: 1px solid #2C1B1E;
  color: #2C1B1E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.5rem;
  padding: 0 0.75rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination .page-numbers:hover {
  background-color: #2C1B1E;
  color: #FDFDFD;
}

.pagination .page-numbers.current {
  background-color: #2C1B1E;
  color: #FDFDFD;
}

.p-page-contact {
  padding-block: 6.25rem;
  background-color: #F4F0F0;
}
@media screen and (max-width: 767px) {
  .p-page-contact {
    padding-block: 3.75rem;
  }
}

.p-page-contact__text {
  color: #2C1B1E;
  text-align: center;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page-contact__text {
    font-size: 0.875rem;
  }
}

.p-page-contact__form {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-page-contact__form {
    margin-top: 1.875rem;
  }
}

.p-form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-form__list {
    gap: 1.25rem;
  }
}

.p-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.625rem;
  }
}

.p-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  width: 50%;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    width: 100%;
    padding: 0;
    gap: 0.625rem;
  }
}

.p-form__required {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.07em;
  padding: 0.375rem;
  display: inline-block;
  border: 1px solid rgba(33, 33, 33, .5);
  background-color: #2C1B1E;
  color: #FDFDFD;
}

.p-form__required--bg {
  background-color: #FDFDFD;
  color: #2C1B1E;
}

.p-form__data-select {
  width: 100%;
}

.p-form__select,
.p-form__input,
.p-form__textarea {
  width: 100%;
  background-color: #FDFDFD;
  padding: 1.25rem;
  border: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-form__select,
  .p-form__input,
  .p-form__textarea {
    font-size: 0.875rem;
    padding: 0.9375rem;
  }
}

.p-form__data {
  width: 100%;
}

.p-form__input {
  width: 100%;
}

.p-form__group--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-form__textarea {
  height: 18.75rem;
}

.p-form__label--ck {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
}

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

.p-form__btn {
  text-align: center;
}

.p-form__group--privacy {
  display: block;
}

.p-form__btn-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.07em;
  margin-top: 1.25rem;
  display: block;
}

.p-form__btn-note {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.07em;
  margin-top: 0.625rem;
  display: block;
}

.p-form__btn-note a {
  text-decoration: underline;
}

.wpcf7-spinner {
  position: absolute;
}

.grecaptcha-badge {
  visibility: hidden;
}

.p-staff-archive {
  padding-bottom: 5rem;
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-staff-archive {
    padding-bottom: 3.75rem;
    padding-top: 2.5rem;
  }
}

.p-staff-archive__items {
  display: grid;
  gap: 2.5rem 1.875rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-staff-archive__items {
    gap: 1.875rem 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .p-staff-archive__items {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
}

.p-staff-archive__link {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-staff-archive__link:hover {
  opacity: 0.7;
}

.p-staff-archive__image {
  aspect-ratio: 260/334;
  margin-bottom: 1rem;
  overflow: hidden;
  width: 100%;
}

.p-staff-archive__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-staff-archive__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-staff-archive__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-staff-archive__no-posts {
  color: #2C1B1E;
  font-size: 1rem;
  padding: 2.5rem 0;
  text-align: center;
}

.p-sub-mv {
  padding-block: 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 18.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sub-mv {
    padding-block: 1.25rem;
    height: 12.5rem;
  }
}

.p-sub-mv__inner {
  height: 100%;
}

.p-sub-mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

.p-sub-mv--news {
  background-image: url("../images/sub-mv-news.webp");
}

.p-sub-mv--contact {
  background-image: url("../images/sub-mv-contact.webp");
}

.p-top-about {
  background-image: url("../images/about-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-block: 6.25rem 3.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    padding-block: 3.125rem;
  }
}

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

.p-top-about__texts {
  margin-top: 3.75rem;
  text-align: center;
}

.p-top-about__catch {
  color: #FDFDFD;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-about__catch {
    font-size: 1.375rem;
  }
}

.p-top-about__text {
  margin-top: 1.875rem;
  color: #FDFDFD;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-top-about__text {
    font-size: 1rem;
  }
}

.p-top-about__btn {
  margin-top: 3.125rem;
  text-align: center;
}

.p-top-about__swiper {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__swiper {
    margin-top: 3.75rem;
  }
}

.p-top-about__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-top-about__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__slide {
    width: 11.875rem;
  }
}

.p-top-about__slide--365 {
  width: 22.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__slide--365 {
    width: 11.875rem;
  }
}

.p-top-about__slide img {
  aspect-ratio: 250/300;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-about__slide img {
    aspect-ratio: 170/120;
  }
}

.p-top-about__slide--365 img {
  aspect-ratio: 365/240;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-about__slide--365 img {
    aspect-ratio: 190/125;
  }
}

.p-top-job {
  padding-block: 7.5rem;
  background-color: #F4F0F0;
}

.p-top-job__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2.5rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-job__cards {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.875rem;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    margin-top: 1.25rem;
  }
}

.p-top-job__card {
  width: 100%;
}

.p-top-job__card-image {
  width: 100%;
  height: auto;
}
.p-top-job__card-image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.5291666667;
  width: 100%;
  height: 100%;
}

.p-top-job__card-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.05em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 1.125rem;
          margin-block-start: 1.125rem;
}
.p-top-job__card-title::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/arrow-brown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-top-job__card-title::after {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-job__card-title {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-inline: 0.25rem;
    -webkit-margin-before: 0.625rem;
            margin-block-start: 0.625rem;
  }
}

.p-top-job__button-area {
  text-align: center;
  -webkit-margin-before: 4.375rem;
          margin-block-start: 4.375rem;
}

.p-top-mv {
  background-image: url("../images/mv-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-block: 6.25rem 3.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    padding-block: 3.125rem 1.25rem;
  }
}

.p-top-mv__title {
  color: #2C1B1E;
  font-family: "Shippori Mincho", serif;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-mv__title {
    font-size: 2.25rem;
  }
}

.p-top-mv__subtitle {
  color: #2C1B1E;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.625rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-mv__subtitle {
    font-size: 1.125rem;
  }
}

.p-top-mv__swiper {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__swiper {
    margin-top: 1.25rem;
  }
}

.p-top-mv__wrapper {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-top-mv__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__slide {
    width: 11.875rem;
  }
}

.p-top-mv__slide img {
  aspect-ratio: 250/300;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__slide img {
    aspect-ratio: 190/230;
  }
}

.p-top-news__inner {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__inner {
    padding-block: 4.375rem;
  }
}

.p-top-news__picture {
  width: 100%;
  height: 25rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__picture {
    height: 12.5rem;
  }
}
.p-top-news__picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-top-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    width: 100%;
    max-width: 25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: auto;
  }
}

.p-top-news__left {
  width: 15.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__left {
    margin-inline: auto;
    width: 100%;
  }
}

.p-top-news__items {
  display: grid;
  grid-template-columns: repeat(3, 16.625rem);
  grid-template-rows: repeat(2, auto);
  gap: 2.5rem 1.25rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-top-news__items {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin-inline: auto;
    width: 100%;
    min-width: 0;
  }
}

.p-top-news__item {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.p-top-news__link {
  display: block;
  width: 100%;
}

.p-top-news__content {
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
}

.p-top-news__image {
  width: 100%;
  height: auto;
}
.p-top-news__image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.761589404;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.p-top-news__item-title {
  margin-block: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-top-news__date {
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.p-top-news__button-area {
  -webkit-margin-before: 4.375rem;
          margin-block-start: 4.375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__button-area {
    -webkit-margin-before: 3.125rem;
            margin-block-start: 3.125rem;
  }
}

.p-top-staff {
  -webkit-padding-before: 18.125rem;
          padding-block-start: 18.125rem;
  -webkit-padding-after: 7.5rem;
          padding-block-end: 7.5rem;
  background-color: #FDFDFD;
  position: relative;
}
.p-top-staff::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20.8125rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../images/staff-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.p-top-staff__inner {
  margin-top: 3.125rem;
}

.p-top-staff__title {
  position: relative;
  z-index: 100;
}

.p-top-staff__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  row-gap: 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
  -webkit-padding-before: 2.5rem;
          padding-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-staff__items {
    grid-template-columns: 1fr;
    max-width: 14.375rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: auto;
  }
}

.p-top-staff__image {
  width: 100%;
  height: auto;
}
.p-top-staff__image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 0.7784431138;
  width: 100%;
  height: 100%;
}

.p-top-staff__content {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.p-top-staff__action {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.p-top-staff__category {
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}

.p-top-staff__item-title {
  -webkit-margin-after: 0.25rem;
          margin-block-end: 0.25rem;
}

.p-top-staff__button-area {
  text-align: center;
  -webkit-margin-before: 4.375rem;
          margin-block-start: 4.375rem;
}

.p-work-info {
  background-color: #F4F0F0;
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-work-info {
    -webkit-padding-before: 4.375rem;
            padding-block-start: 4.375rem;
    -webkit-padding-after: 5rem;
            padding-block-end: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}