@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

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

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

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

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

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

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

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  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;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-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;
}

/* 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 {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}*/
.l-footer {
  background-color: #F1F1F1;
  position: relative;
  z-index: 10;
}

.l-footer__inner {
  margin-inline: auto;
  max-width: 81.25rem;
  padding: 3.75rem 25px 3.125rem;
}

.l-footer__logo {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
}

.l-footer__logo-img {
  height: auto;
  width: 26.5625rem;
}

.l-footer__logo-row {
  align-items: center;
  gap: 0.5rem;
}

.l-footer__logo-sub {
  display: inline;
  line-height: 0.9;
  padding-left: 0.9375rem;
  padding-top: 0.4375rem;
}

.l-footer__logo-text {
  color: #000;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-left: 4.7rem;
}

.l-footer__nav {
  display: flex;
  gap: 1.875rem;
  justify-content: space-between;
  margin-bottom: 3.125rem;
}

.l-footer__nav-col {
  flex: 1;
  min-width: 0;
}

.l-footer__nav-title {
  color: #0F1884;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.3125rem;
}

.l-footer__nav-subtitle {
  color: #0F1884;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}

.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.l-footer__nav-item {
  color: #717798;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease;
}
.l-footer__links {
  display: flex;
  gap: 2.5rem;
  justify-content: flex-end;
  margin-bottom: 0rem;
}

.l-footer__link {
  color: #0F1884;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.l-footer__copyright {
  background-color: #0F1884;
  padding: 1.25rem 25px;
  text-align: center;
}

.l-footer__copyright-text {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.l-footer--in-fullpage {
  margin-left: calc(-50vw + 50%);
  position: relative;
  width: 100vw;
  z-index: 1;
}

.l-header {
  -webkit-transform: translateX(-50%);
  left: 50%;
  max-width: 111.25rem;
  position: fixed;
  top: 0.9375rem;
  transform: translateX(-50%);
  width: calc(100% - 3.125rem);
  z-index: 100;
}

.l-header__inner {
  align-items: center;
  background-color: #fff;
  border-radius: 3.75rem;
  box-shadow: 0 0 0.625rem rgba(184, 192, 199, 0.7);
  display: flex;
  height: 6.5625rem;
  justify-content: space-between;
  padding: 0 1.875rem 0 2.8125rem;
  position: relative;
  transition: box-shadow 0.3s ease;
  z-index: 101;
}

.l-header__logo {
  display: flex;
  flex-direction: column;
  gap: 0.625rem 0 0 0;
}

.l-header__logo-wrapper {
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
}

.l-header__logo-sub {
  align-self: center;
  display: inline;
  line-height: 0.7;
  padding-left: 0.9375rem;
  padding-top: 0.4375rem;
}

.l-header__logo .l-header__logo-img {
  padding-top: 0.3125rem;
}

.l-header__logo-img {
  height: auto;
  width: 17.5rem;
}

.l-header__logo-text {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-left: 3rem;
}

.l-header__right {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

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

.l-header__nav-list {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

.l-header__nav-item {
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.l-header__nav-item.is-drop::after {
  color: #0F1884;
  content: "+";
  display: inline-block;
  margin-left: 0.125rem;
  vertical-align: text-bottom;
  width: 1rem;
}
.l-header__nav-item.is-drop:hover::after {
  content: "ー";
  width: 1rem;
}
.l-header__nav-dropdown {
  position: relative;
}

.l-header__dropdown-menu {
  -webkit-transform: translateX(-50%);
  left: 50%;
  min-width: 12.5rem;
  opacity: 0;
  padding-top: 0.9375rem;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  z-index: 102;
}

.l-header__nav-dropdown:hover .l-header__dropdown-menu,
.l-header__nav-dropdown.is-active .l-header__dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.l-header__dropdown-list {
  background-color: #F2FAFD;
  border-radius: 0.9375rem;
  box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.1);
  padding: 0.9375rem 1.25rem;
}

.l-header__dropdown-list li {
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
}
.l-header__dropdown-list li:not(:last-child) {
  border-bottom: 1px solid #0046CB;
}

.l-header__dropdown-list li:last-child {
  margin-bottom: 0;
}

.l-header__dropdown-item {
  color: #333;
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 0.5rem 0;
  transition: opacity 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}
.l-header__entry {
  align-items: center;
  background: linear-gradient(90deg, #0f1884 0%, #2563bc 47.64%, #3ed2ff 100%);
  border-radius: 3.125rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  display: flex;
  height: 4.6875rem;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 11.25rem;
}
.l-header__entry::before {
  background: linear-gradient(90deg, #3ed2ff 0%, #2563bc 52.36%, #0f1884 100%);
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.l-header__entry-text {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
  text-shadow: 0 0 5rem rgb(3, 49, 114);
  z-index: 1;
}

.l-header__hamburger {
  display: none;
}

.l-header__hamburger-line {
  background-color: #fff;
  display: block;
  height: 0.125rem;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 1.4375rem;
}

.l-header__hamburger-line:nth-child(1) {
  -webkit-transform: translateY(-0.375rem);
  transform: translateY(-0.375rem);
}

.l-header__hamburger-line:nth-child(2) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-header__hamburger-line:nth-child(3) {
  -webkit-transform: translateY(0.375rem);
  transform: translateY(0.375rem);
}

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

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

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

.l-header__nav-sp {
  display: none;
}

.l-header__nav-sp-inner {
  padding: 0.625rem 3.125rem 3.125rem;
}

.l-header__accordion {
  border-bottom: 1px solid #D9D9D9;
}

.l-header__accordion:first-child {
  border-top: 1px solid #D9D9D9;
}

.l-header__accordion-header {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 0;
  width: 100%;
}

.l-header__accordion-title {
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
  text-align: left;
}

.l-header__accordion-en {
  color: #0F1884;
  font-family: "Poppins", sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.l-header__accordion-ja {
  color: #0F1884;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.l-header__accordion-icon {
  flex-shrink: 0;
  height: 1.25rem;
  position: relative;
  width: 1.25rem;
}

.l-header__accordion-icon::before,
.l-header__accordion-icon::after {
  background-color: #D9D9D9;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.l-header__accordion-icon::before {
  -webkit-transform: translate(-50%, -50%);
  height: 0.125rem;
  transform: translate(-50%, -50%);
  width: 1.25rem;
}

.l-header__accordion-icon::after {
  -webkit-transform: translate(-50%, -50%);
  height: 1.25rem;
  transform: translate(-50%, -50%);
  width: 0.125rem;
}

.l-header__accordion.is-open .l-header__accordion-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.l-header__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.l-header__accordion.is-open .l-header__accordion-content {
  max-height: 31.25rem;
}

.l-header__accordion-list {
  padding: 0 0 1.25rem 0;
}

.l-header__accordion-list li {
  margin-bottom: 0.3125rem;
}

.l-header__accordion-list li:last-child {
  margin-bottom: 0;
}

.l-header__accordion-list a {
  color: #0F1884;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7857142857;
  transition: opacity 0.3s ease;
}
.l-header__entry--sp {
  display: none;
}

.l-header__entry--sp .l-header__entry-text {
  font-size: 1.25rem;
  letter-spacing: 0.06em;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  width: 71.875rem;
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.c-btn-gradient {
  align-items: center;
  background: linear-gradient(90deg, #0F1884 0%, #3ED2FF 100%);
  border: none;
  border-radius: 3.125rem;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-width: 12.5rem;
  overflow: hidden;
  padding: 1.6875rem 6.9375rem 1.5rem 2.5rem;
  position: relative;
  text-decoration: none;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.c-btn-gradient::before {
  background: linear-gradient(90deg, #3ED2FF 0%, #0F1884 100%);
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.c-btn-gradient__txt {
  font-family: "Poppins", sans-serif, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
  text-shadow: 0 0 5rem #033172;
  z-index: 1;
}

.c-btn-gradient__icon {
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  display: block;
  height: 0.5rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 0.5rem;
  z-index: 1;
}
.c-btn {
  background-color: transparent;
  /*  background-image: url("../img/");*/
  background-position: center right 1.5em;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  border: 1px solid #D9D9D9;
  color: #000;
  line-height: 1.2;
  max-width: 100%;
  min-height: 3.75rem;
  padding: 0 0.625rem;
  transition: 0.3s all;
  width: 13.75rem;
}
.c-btn span {
  display: block;
  font-size: 0.75rem;
}
.c-cat {
  background-color: #0F1884;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.c-column2 {
  display: grid;
  gap: clamp(1.875rem, -17.708rem + 40.799vw, 31.25rem);
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.c-headline1 {
  color: #0F1884;
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.c-headline1__main {
  font-size: 5rem;
  font-weight: 600;
  text-align: center;
}

.c-headline1__sub {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.c-hoverRun {
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #000;
  display: inline;
  text-decoration: none;
  transition: background-size 0.5s;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-imgZoom {
  overflow: hidden;
  position: relative;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.c-link {
  color: #000;
  line-height: 1;
  position: relative;
}

.c-link::after {
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -0.9375rem;
  top: 0.3em;
  width: 0.625rem;
  /*  background: url(../img/common/link.svg) center center/contain no-repeat;*/
}
.c-marker {
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.c-tag {
  border: 1px solid #D9D9D9;
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}

.c-underBar {
  display: inline-block;
  position: relative;
}
.c-underBar::before {
  -webkit-transform: translateX(-50%);
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}
@-webkit-keyframes aboutFvLine01 {
  0% {
    -webkit-transform: translate(-50%, 50%);
    opacity: 0;
    transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes aboutFvLine01 {
  0% {
    -webkit-transform: translate(-50%, 50%);
    opacity: 0;
    transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes aboutFvLine02 {
  0% {
    -webkit-transform: translate(50%, -50%) scale(0.3);
    opacity: 0;
    transform: translate(50%, -50%) scale(0.3);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes aboutFvLine02 {
  0% {
    -webkit-transform: translate(50%, -50%) scale(0.3);
    opacity: 0;
    transform: translate(50%, -50%) scale(0.3);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes aboutFvLine03 {
  0% {
    -webkit-transform: translate(-50%, 50%) scale(0.3);
    opacity: 0;
    transform: translate(-50%, 50%) scale(0.3);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes aboutFvLine03 {
  0% {
    -webkit-transform: translate(-50%, 50%) scale(0.3);
    opacity: 0;
    transform: translate(-50%, 50%) scale(0.3);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes aboutFvLine04 {
  0% {
    -webkit-transform: translate(-50%, 50%) scale(0.5);
    opacity: 0;
    transform: translate(-50%, 50%) scale(0.5);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes aboutFvLine04 {
  0% {
    -webkit-transform: translate(-50%, 50%) scale(0.5);
    opacity: 0;
    transform: translate(-50%, 50%) scale(0.5);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
.p-about-fv {
  background-image: url("../img/about/business_header.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 63.8888888889%;
  min-height: 43.125rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-about-fv__head {
  margin-left: 5vw;
  margin-top: 30vh;
  position: relative;
  z-index: 21;
}

.p-about-fv__bg {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-about-fv__bg-line01 {
  -webkit-animation: aboutFvLine01 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
  animation: aboutFvLine01 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
  height: 42.6875rem;
  left: -25rem;
  opacity: 0;
  position: absolute;
  top: -9.375rem;
  width: 98.5rem;
}

.p-about-fv__bg-line01 rect {
  height: 16.375rem;
  width: 94.625rem;
}

.p-about-fv__bg-line02 {
  -webkit-animation: aboutFvLine02 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
  animation: aboutFvLine02 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
  height: 18.125rem;
  opacity: 0;
  position: absolute;
  right: -6.25rem;
  top: -5rem;
  width: 44.5625rem;
}

.p-about-fv__bg-line02 rect {
  height: 6.0625rem;
  width: 42.8125rem;
}

.p-about-fv__bg-line03 {
  -webkit-animation: aboutFvLine03 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
  animation: aboutFvLine03 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
  height: 34.375rem;
  left: -18.75rem;
  opacity: 0;
  position: absolute;
  top: 3.125rem;
  width: 77.4375rem;
}

.p-about-fv__bg-line03 rect {
  height: 13.8125rem;
  width: 73.5625rem;
}

.p-about-fv__bg-line04 {
  -webkit-animation: aboutFvLine04 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
  animation: aboutFvLine04 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
  height: 20.25rem;
  left: -9.375rem;
  opacity: 0;
  position: absolute;
  top: 6.25rem;
  width: 49rem;
}

.p-about-fv__bg-line04 rect {
  height: 7rem;
  width: 40rem;
}

.p-about-fv__bg-line04 circle {
  r: 3.25rem;
}

.p-index-fv__slider-wrap {
  height: 100vh;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-index-fv__slider {
  height: 100%;
  width: 100%;
}

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

@-webkit-keyframes tranY {
  to {
    -webkit-transform: translateY(-100%);
    opacity: 0.5;
    transform: translateY(-100%);
    visibility: hidden;
  }
}

@keyframes tranY {
  to {
    -webkit-transform: translateY(-100%);
    opacity: 0.5;
    transform: translateY(-100%);
    visibility: hidden;
  }
}
.p-index-fv__fv {
  overflow: hidden;
}

.p-index-fv__head:before {
  -webkit-animation: tranY 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s forwards;
  animation: tranY 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s forwards;
}

@-webkit-keyframes underHeadLine01 {
  0% {
    -webkit-transform: translate(-50%, 50%);
    opacity: 0;
    transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes underHeadLine01 {
  0% {
    -webkit-transform: translate(-50%, 50%);
    opacity: 0;
    transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes underHeadLine02 {
  0% {
    -webkit-transform: translate(-50%, 50%) scale(0.3);
    opacity: 0;
    transform: translate(-50%, 50%) scale(0.3);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(0.6);
    opacity: 1;
    transform: translate(0, 0) scale(0.6);
  }
}
@keyframes underHeadLine02 {
  0% {
    -webkit-transform: translate(-50%, 50%) scale(0.3);
    opacity: 0;
    transform: translate(-50%, 50%) scale(0.3);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(0.6);
    opacity: 1;
    transform: translate(0, 0) scale(0.6);
  }
}
@-webkit-keyframes underHeadLine03 {
  0% {
    -webkit-transform: translate(-50%, 50%) scale(0.3);
    opacity: 0;
    transform: translate(-50%, 50%) scale(0.3);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(0.6);
    opacity: 1;
    transform: translate(0, 0) scale(0.6);
  }
}
@keyframes underHeadLine03 {
  0% {
    -webkit-transform: translate(-50%, 50%) scale(0.3);
    opacity: 0;
    transform: translate(-50%, 50%) scale(0.3);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(0.6);
    opacity: 1;
    transform: translate(0, 0) scale(0.6);
  }
}
@-webkit-keyframes underHeadLine04 {
  0% {
    -webkit-transform: translate(-50%, 50%) scale(0.5);
    opacity: 0;
    transform: translate(-50%, 50%) scale(0.5);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(0.8);
    opacity: 0.4;
    transform: translate(0, 0) scale(0.8);
  }
}
@keyframes underHeadLine04 {
  0% {
    -webkit-transform: translate(-50%, 50%) scale(0.5);
    opacity: 0;
    transform: translate(-50%, 50%) scale(0.5);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(0.8);
    opacity: 0.4;
    transform: translate(0, 0) scale(0.8);
  }
}
.p-under-head__bg-line01 {
  -webkit-animation: underHeadLine01 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
  animation: underHeadLine01 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}

.p-under-head__bg-line02 {
  -webkit-animation: underHeadLine02 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
  animation: underHeadLine02 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}

.p-under-head__bg-line03 {
  -webkit-animation: underHeadLine03 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
  animation: underHeadLine03 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
}

.p-under-head__bg-line04 {
  -webkit-animation: underHeadLine04 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
  animation: underHeadLine04 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
}

/* ==========================================
   p-business - 事業紹介セクション
   スクロール連動で左画像が切り替わる
   ========================================== */
.p-business {
  padding: 5rem 0;
}

.p-business__wrapper {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 1.5625rem;
}

.p-business__intro {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  padding: 6.25rem 0 0;
  text-align: center;
}

/* グリッドレイアウト */
.p-business__grid {
  display: grid;
  gap: 3.75rem;
}

/* 左：Sticky画像エリア */

.p-business__visual {
  aspect-ratio: 900/770;
  background: #eee;
  border-radius: 1.25rem;
  left: calc((50vw - 100%) * -1);
  overflow: hidden;
  position: relative;
  width: calc(50vw - 10px);
}

/* フレーム（画像の切り替え） */
.p-business__frame {
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  visibility: hidden;
  will-change: opacity;
}

.p-business__frame.is-active {
  opacity: 1;
  visibility: visible;
}

.p-business__img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* 左上の青いタグ */
.p-business__tag {
  align-items: center;
  background: #0046cb;
  border-radius: 0 6.9375rem 6.9375rem 0;
  box-shadow: 0 0 1.875rem rgba(0, 67, 162, 0.5);
  color: #fff;
  display: inline-flex;
  gap: 0.75rem;
  left: 0;
  padding: 1.125rem 2.5rem 1.125rem 3.25rem;
  position: absolute;
  top: 3.125rem;
}

.p-business__no {
  font-family: "Oswald", sans-serif;
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 1;
}

.p-business__cat {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-shadow: 0 0 1.875rem rgba(0, 67, 162, 0.8);
  white-space: nowrap;
}

/* 右：コンテンツエリア */
.p-business__content {
  background-color: #f2fafd;
  border: 0.1875rem solid #d3ecf5;
  border-radius: 1.25rem 0 0 1.25rem;
  display: flex;
  flex-direction: column;
  padding: 2.5rem calc(50vw - 40rem) 3.125rem 3.125rem;
  width: calc(50vw - 0.625rem);
}
.p-business__content__img {
  border-radius: 1.25rem;
  display: none;
  overflow: hidden;
  position: relative;
}

/* セクション区切り線 */
.p-business__divider {
  border: 0;
  border-top: 0.1875rem solid #d3ecf5;
  margin: 3.75rem 0;
}

/* 各事業セクション */
.p-business__section {
  min-height: 50vh;
}
.p-business__section__column {
  background-color: #fff;
  padding: 1.25rem 0.625rem;
}
.p-business__section__column strong {
  color: #0f1884;
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0.625rem 0;
}
.p-business__section__column li {
  color: #0f1884;
  line-height: 1.6;
  list-style: disc;
  margin-left: 2rem;
}

/* リード文 */
.p-business__lead {
  color: #0f1884;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  margin: 0 0 0.625rem;
}

/* コンテンツブロック */
.p-business__block {
  margin-bottom: 3.125rem;
}

.p-business__block:last-child {
  margin-bottom: 0;
}

/* セクションタイトル */
.p-business__title {
  color: #0f1884;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.875rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.13;
  margin: 0 0 1.25rem;
}

/* テキスト */
.p-business__text {
  color: #0f1884;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.875;
  margin: 0 0 1.875rem;
}

/* カード群 */
.p-business__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.p-business__cards--grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}

/* 個別カード */
.p-business__card {
  flex: 1 1 calc(50% - 0.625rem);
  min-width: 17.5rem;
}

.p-business__card-img {
  aspect-ratio: 640/320;
  border-radius: 1.25rem;
  margin-bottom: 0.625rem;
  overflow: hidden;
  position: relative;
}

.p-business__card-img::after {
  background: linear-gradient(to top, rgb(0, 27, 65) 0%, rgba(20, 96, 147, 0.41) 43.59%, rgba(62, 248, 255, 0) 100%);
  border-radius: 0 0 1.25rem 1.25rem;
  bottom: 0;
  content: "";
  height: 11.25rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.p-business__card-img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-business__card-name {
  bottom: 1.25rem;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.5625rem;
  font-weight: 900;
  left: 1.875rem;
  letter-spacing: 0.05em;
  line-height: 1.13;
  margin: 0;
  position: absolute;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* リンクボタン群 */
.p-business__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  justify-content: flex-end;
  margin-top: 0.9375rem;
}

/* リンクボタン */
.p-business__link {
  align-items: center;
  background: #fff;
  border: 0.125rem solid #0046cb;
  border-radius: 2.0625rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  color: #0046cb;
  display: inline-flex;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  gap: 0.625rem;
  letter-spacing: 0.05em;
  padding: 1.125rem 1.25rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.p-business__link-text {
  white-space: nowrap;
}

/* ロゴ付きリンク */
.p-business__link--logo {
  justify-content: space-between;
  min-width: 16.5625rem;
  padding: 1.125rem 1.25rem;
}

.p-business__link-logo {
  -o-object-fit: contain;
  max-height: 1.875rem;
  object-fit: contain;
  width: auto;
}

.p-business__link-arrow {
  height: 0.6875rem;
  position: relative;
  width: 0.375rem;
}

.p-business__link-arrow::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-right: 0.125rem solid #0046cb;
  border-top: 0.125rem solid #0046cb;
  content: "";
  height: 0.375rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s ease;
  width: 0.375rem;
}

/* スマホ：左画像を上、右テキスト下（sticky解除） */
/* モーション軽減 */
.p-forStudent-fv {
  background-image: url("../img/recruitment/recruitment-candidate-header.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 63.8888888889%;
  min-height: 43.125rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-forStudent-fv__head {
  margin-left: 5vw;
  margin-top: 30vh;
  position: relative;
  z-index: 19;
}

.p-forStudent-fv__bg {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-forStudent-fv__bg-line01 {
  -webkit-animation: forStudentFadeInSlide 0.8s ease-out 0.2s forwards;
  animation: forStudentFadeInSlide 0.8s ease-out 0.2s forwards;
  height: 100%;
  left: -50%;
  opacity: 0;
  position: absolute;
  top: -42%;
  width: 100%;
}

.p-forStudent-fv__bg-circle01 {
  -webkit-animation: forStudentFadeInSlide 0.8s ease-out 0.5s forwards;
  animation: forStudentFadeInSlide 0.8s ease-out 0.5s forwards;
  height: 5.625rem;
  left: 12%;
  opacity: 0;
  position: absolute;
  top: 18%;
  width: 5.625rem;
}

.p-forStudent-fv__bg-circle02 {
  -webkit-animation: forStudentFadeInSlide 0.8s ease-out 0.6s forwards;
  animation: forStudentFadeInSlide 0.8s ease-out 0.6s forwards;
  height: 6.875rem;
  left: 18%;
  opacity: 0;
  position: absolute;
  top: 22%;
  width: 6.875rem;
}

.p-forStudent-fv__bg-line04 {
  -webkit-animation: forStudentFadeInSlide 0.8s ease-out 0.3s forwards;
  animation: forStudentFadeInSlide 0.8s ease-out 0.3s forwards;
  height: 100%;
  left: -30%;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

@-webkit-keyframes forStudentFadeInSlide {
  0% {
    -webkit-transform: translateX(-20px);
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes forStudentFadeInSlide {
  0% {
    -webkit-transform: translateX(-20px);
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
  }
}
.p-forStudent-message {
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 6.25rem;
  position: relative;
}

.p-forStudent-message__bg {
  height: calc(100% - 18.75rem);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-forStudent-message__inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}

.p-forStudent-message__head {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-forStudent-message__en {
  color: #0046CB;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}

.p-forStudent-message__title {
  color: #0F1884;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.p-forStudent-message__body {
  margin-inline: auto;
  max-width: 62.5rem;
  padding-bottom: 5rem;
}

.p-forStudent-message__text {
  color: #0f1884;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 1.875rem;
}

.p-forStudent-message__text:last-of-type {
  margin-bottom: 2.5rem;
}

.p-forStudent-message__signature {
  color: #0F1884;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: right;
}

.p-forStudent-message__image {
  position: relative;
  width: 100%;
}

.p-forStudent-message__image-img {
  -o-object-fit: cover;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

html:has(.p-fullpage:not(.p-fullpage--mobile-disabled)),
html:has(.p-fullpage:not(.p-fullpage--mobile-disabled)) body {
  -ms-scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

body.is-fullpage-active {
  scroll-behavior: smooth;
}

html:has(body.is-fullpage-active) {
  scroll-behavior: smooth;
}

.p-fullpage {
  overflow: visible;
  position: relative;
  width: 100%;
}

.p-fullpage__container {
  min-height: 100vh;
}

.p-fullpage__section {
  min-height: 100vh !important;
  overflow: visible;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  width: 100%;
}
.p-fullpage__section.is-scrollable {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.p-fullpage__nav {
  -webkit-transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  position: fixed;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

.p-fullpage__nav-dot {
  background-color: rgba(255, 255, 255, 0.5);
  border: 0.125rem solid #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 0.75rem;
  transition: all 0.3s ease;
  width: 0.75rem;
}
.p-fullpage__nav-dot:hover {
  -webkit-transform: scale(1.2);
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}
.p-fullpage__nav-dot.is-active {
  -webkit-transform: scale(1.3);
  background-color: #0F1884;
  border-color: #0F1884;
  transform: scale(1.3);
}

.p-fullpage__nav-tooltip {
  -webkit-transform: translateY(-50%);
  background-color: #0F1884;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0;
  padding: 0.375rem 0.75rem;
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  visibility: hidden;
  white-space: nowrap;
}
.p-fullpage__nav-tooltip::after {
  -webkit-transform: translateY(-50%);
  border-color: transparent transparent transparent #0F1884;
  border-style: solid;
  border-width: 0.375rem 0 0.375rem 0.375rem;
  content: "";
  position: absolute;
  right: -0.375rem;
  top: 50%;
  transform: translateY(-50%);
}

.p-fullpage__nav-item {
  position: relative;
}
.p-fullpage__nav-item:hover .p-fullpage__nav-tooltip {
  opacity: 1;
  right: 1.875rem;
  visibility: visible;
}

.p-fullpage__scroll-indicator {
  -webkit-transform: translateX(-50%);
  -webkit-animation: fullpage-bounce 2s infinite;
  align-items: center;
  animation: fullpage-bounce 2s infinite;
  bottom: 2.5rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}

.p-fullpage__scroll-text {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.p-fullpage__scroll-arrow {
  height: 1.5rem;
  width: 1.5rem;
}
.p-fullpage__scroll-arrow::before, .p-fullpage__scroll-arrow::after {
  -webkit-transform: rotate(45deg);
  border-bottom: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  content: "";
  display: block;
  height: 0.75rem;
  margin: -0.25rem auto;
  transform: rotate(45deg);
  width: 0.75rem;
}

@-webkit-keyframes fullpage-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(-0.625rem);
    transform: translateX(-50%) translateY(-0.625rem);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-0.3125rem);
    transform: translateX(-50%) translateY(-0.3125rem);
  }
}

@keyframes fullpage-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(-0.625rem);
    transform: translateX(-50%) translateY(-0.625rem);
  }
  60% {
    -webkit-transform: translateX(-50%) translateY(-0.3125rem);
    transform: translateX(-50%) translateY(-0.3125rem);
  }
}
.p-fullpage__section .p-fullpage__content {
  -webkit-transform: translateY(1.875rem);
  opacity: 0;
  transform: translateY(1.875rem);
  transition: opacity 0.6s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
  transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
  transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s, -webkit-transform 0.6s ease 0.3s;
}
.p-fullpage__section.is-active .p-fullpage__content {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
}

.p-whatTokyokeiba.p-fullpage .l-header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.p-whatTokyokeiba.p-fullpage .p-whatTokyokeiba-numbers {
  overflow: visible;
}
.p-fullpage__section--last {
  display: flex;
  flex-direction: column;
}
.p-fullpage__section--last .p-whatTokyokeiba-numbers {
  flex: 1;
}
.p-fullpage__section--last .js-fullpage-scrollable {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.p-fullpage__section--last .js-fullpage-scrollable .p-whatTokyokeiba-numbers__inner {
  flex: 1;
}
.p-fullpage__section--last .js-fullpage-scrollable .l-footer--in-fullpage {
  flex-shrink: 0;
  margin-top: 2.5rem;
}

.p-index-about__head {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, transparent 50%);
  margin-top: -1px;
  padding-top: 5.625rem;
  position: relative;
  z-index: 5;
}
.p-index-about__media.p-media {
  display: flex;
  justify-content: space-between;
  margin-top: 5.625rem;
}

.p-index-about__row02-sp {
  display: none !important;
}
.p-index-about__media .p-media__body {
  padding-left: 10.9375%;
  padding-top: 6.9375rem;
}

.p-index-about__media > .p-media__img {
  border-radius: 1.25rem;
  flex-shrink: 0;
  overflow: hidden;
  width: 60.8333333333%;
}
.p-index-about__media > .p-media__img img {
  -o-object-fit: cover;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.p-about__body {
  flex: 1;
}

.p-index-about__media .p-media__head {
  line-height: 1.2;
}

.p-about__title-sub {
  color: #0F1884;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 0.9;
}

.p-index-about__media .p-media__txt {
  color: #333;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 194.4444444444%;
  margin-bottom: 3.75rem;
  white-space: nowrap;
}

.p-index-about__media .p-media__box {
  display: flex;
  gap: 1.25rem;
  width: 67.8645833333%;
}

.p-index-about__media .p-media__box .p-about__body {
  padding-left: 6.25rem;
  padding-top: 8.8125rem;
}

.p-index-about__media .p-media__body:nth-of-type(2) {
  flex: 1;
}

.p-index-about__media .p-media__body:nth-of-type(2) .p-media__txt {
  margin-top: 1.25rem;
  white-space: nowrap;
}

.p-index-about__media .p-media__body:nth-of-type(1) {
  position: relative;
}
.p-index-about__media .p-media__body:nth-of-type(1)::after {
  background-image: url("../img/top/top-about-line@2x.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 28.5625rem;
  left: -70%;
  position: absolute;
  top: -23%;
  width: 57.0625rem;
  z-index: -1;
}

.p-index-about__media .p-media__body:nth-of-type(2) {
  padding-left: 2.5rem;
  padding-right: 1.25rem;
  padding-top: 5.6875rem;
  position: relative;
}
.p-index-about__media .p-media__body:nth-of-type(2)::after {
  background-image: url("../img/top/top-about-circle@2x.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 11rem;
  left: -15%;
  position: absolute;
  top: -15%;
  width: 11rem;
  z-index: 2;
}

.p-index-environment {
  padding-bottom: 5rem;
  position: relative;
}

.p-index-environment__box {
  display: flex;
  gap: 2.75rem;
  margin: 5.4375rem auto 0;
  position: relative;
  width: 85.4166666667%;
}

.p-index-environment__box-item {
  aspect-ratio: 700/430;
  border-radius: 1.25rem;
  box-sizing: border-box;
  flex: 1;
  overflow: hidden;
  position: relative;
}

.p-index-environment__box-item:nth-of-type(1) {
  background-image: url("../img/top/environment01@2x.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-index-environment__box-item:nth-of-type(2) {
  background-image: url("../img/top/environment02@2x.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-environment__item .c-headline1 {
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  left: 0;
  padding-left: 4.625rem;
  padding-top: 6.25rem;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
}

.p-environment__item .c-headline1 .c-headline1__main {
  display: inline-block;
  font-size: 2.5rem;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}

.p-environment__item .c-headline1 .c-headline1__sub {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: normal;
  letter-spacing: 0.01em;
  margin-top: -0.125rem;
  padding: 0.25rem 1rem;
  position: relative;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}

.p-environment__item .p-index-people__view-all {
  margin-top: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@-webkit-keyframes slideInFromBottomLeft {
  0% {
    -webkit-transform: translate(-100px, 100px);
    opacity: 0;
    transform: translate(-100px, 100px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes slideInFromBottomLeft {
  0% {
    -webkit-transform: translate(-100px, 100px);
    opacity: 0;
    transform: translate(-100px, 100px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes slideInFromBottomLeftHalf {
  0% {
    -webkit-transform: translate(-100px, 100px);
    opacity: 0;
    transform: translate(-100px, 100px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 0.5;
    transform: translate(0, 0);
  }
}
@keyframes slideInFromBottomLeftHalf {
  0% {
    -webkit-transform: translate(-100px, 100px);
    opacity: 0;
    transform: translate(-100px, 100px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 0.5;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes slideInBgFromBottomLeft {
  0% {
    -webkit-transform: translate(-50px, 50px);
    opacity: 0;
    transform: translate(-50px, 50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slideInBgFromBottomLeft {
  0% {
    -webkit-transform: translate(-50px, 50px);
    opacity: 0;
    transform: translate(-50px, 50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}
.p-index-fv__fv {
  clip-path: inset(0);
  height: 165vw;
  max-height: 189.375rem;
  overflow: hidden;
  padding-top: 57.1279916753vh;
  position: relative;
  top: 0;
  z-index: 1;
}

.p-index-fv__head {
  -webkit-transform-origin: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  max-height: 60.0625rem;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform-origin: center center;
  width: 100%;
  z-index: 19;
}
.p-index-fv__head.is-absolute {
  position: absolute;
}

.p-index-fv__head h1 {
  color: #fff;
  font-size: 5.5625rem;
  padding-left: 8.75rem;
  position: relative;
  z-index: 19;
}

.p-index-fv__head p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 0.8125rem;
  padding-left: 8.75rem;
  position: relative;
  z-index: 19;
}

.p-index-fv__head h1 span {
  display: block;
}

.p-index-fv__bottom {
  background-image: url("../img/top/top-fv-gradient.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 150% auto;
  box-sizing: border-box;
  height: 0.0660066007%;
  padding-left: 8.75rem;
  position: absolute;
  top: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  z-index: 10;
}

.p-index-fv__bottom .u-fontFamily__second {
  color: #fff;
  display: none;
  font-weight: normal;
  letter-spacing: 100;
}

.p-index-fv__bottom h2 {
  color: #fff;
  font-size: 5.5625rem;
  opacity: 0;
}

.p-index-fv__bottom h2 span {
  display: block;
}

.p-index-fv__bottom p:nth-of-type(n + 2) {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 2.5rem;
}

.p-index-fv__bg {
  bottom: 0%;
  container-name: fv-bg;
  container-type: inline-size;
  height: inherit;
  left: 0;
  position: absolute;
  translate: 0 1px;
  width: 100%;
  z-index: 1;
}

.p-index-fv__bg::before {
  -webkit-animation: slideInBgFromBottomLeft 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;
  animation: slideInBgFromBottomLeft 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;
  background: url("../img/top/top-fv-gradient.webp"), linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 80%);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 75%, 100% auto;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-index-fv__bg-line01 {
  -webkit-animation: slideInFromBottomLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
  animation: slideInFromBottomLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
  left: -25%;
  position: absolute;
  top: -18%;
  z-index: 8;
}

.p-index-fv__bg-line02 {
  -webkit-animation: slideInFromBottomLeftHalf 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
  animation: slideInFromBottomLeftHalf 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
  opacity: 0.5;
  position: absolute;
  right: -40%;
  scale: 0.8;
  top: -15%;
  z-index: 10;
}

.p-index-fv__bg-line03 {
  -webkit-animation: slideInFromBottomLeftHalf 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
  animation: slideInFromBottomLeftHalf 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
  opacity: 0.5;
  position: absolute;
  right: -40%;
  scale: 0.4;
  top: -9%;
  z-index: 9;
}

.p-index-fv__bg-line04 {
  -webkit-animation: slideInFromBottomLeftHalf 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both;
  animation: slideInFromBottomLeftHalf 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both;
  left: -50%;
  opacity: 0.5;
  position: absolute;
  scale: 0.45;
  top: 4%;
  z-index: 9;
}

.p-index-fv__bg-line05 {
  -webkit-animation: slideInFromBottomLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  animation: slideInFromBottomLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  left: -60%;
  position: absolute;
  top: 19%;
  z-index: 8;
}

.js-slideInLine {
  -webkit-transform: translate(-100px, 100px);
  opacity: 0;
  transform: translate(-100px, 100px);
}

.p-index-fv__bg-line06 {
  position: absolute;
  right: -55%;
  scale: 0.8;
  top: 5%;
  z-index: 8;
}

.p-index-fv__bg-line07 {
  left: -50%;
  position: absolute;
  scale: 0.45;
  top: 35%;
  z-index: 8;
}

.p-index-fv__bg-line08 {
  position: absolute;
  right: -35%;
  scale: 0.5;
  top: 30%;
  z-index: 8;
}

.p-index-fv__bg-line09 {
  bottom: 0%;
  left: -40%;
  position: absolute;
  scale: 0.7;
  z-index: 8;
}

.p-index-fv__bg-circle01 {
  bottom: -20%;
  left: -35%;
  position: absolute;
  scale: 0.1;
  z-index: 9;
}

.p-index-fv__bg-line10 {
  bottom: 15%;
  position: absolute;
  right: -50%;
  scale: 0.6;
  z-index: 9;
}

.p-index-fv__bg-line11 {
  bottom: -1%;
  position: absolute;
  right: -32%;
  scale: 0.4;
  z-index: 9;
}

.p-index-fv__bg-line12 {
  bottom: -3%;
  position: absolute;
  right: -60%;
  scale: 0.6;
  z-index: 9;
}

.p-index-people {
  margin: 0 auto;
  max-width: 75rem;
  padding: 3.125rem 0 0;
  position: relative;
  z-index: 11;
}

.p-index-people__bg-line01 {
  left: -70%;
  position: absolute;
  top: 5%;
  z-index: 8;
}

.p-index-people__bg-line02 {
  left: -12%;
  position: absolute;
  scale: 0.4;
  top: -1%;
  z-index: 8;
}

.p-index-people__bg-line03 {
  bottom: -18%;
  position: absolute;
  scale: 1.5;
  z-index: 8;
}

.p-index-people__head {
  color: #fff;
  margin-bottom: 3.75rem;
  position: relative;
  text-align: center;
  z-index: 18;
}

.p-index-people__media.p-media {
  align-items: flex-start;
  display: flex;
  gap: 3.75rem;
  /*  max-width: rem(1200) !important;*/
  margin: 0 auto;
  position: relative;
}

.p-index-people__media .p-media__body {
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}

.p-index-people__media .p-media__head {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.p-index-people__media .p-media__head-sub {
  color: #fff;
  font-family: "Poppins", sans-serif, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.p-index-people__media .p-media__txt {
  color: #fff;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.5rem;
}

.p-index-people__view-all {
  align-items: center;
  background-color: #fff;
  border: 1px solid #0F1884;
  border-radius: 6.25rem;
  display: inline-flex;
  gap: 2.5rem;
  margin-top: 2.5rem;
  padding: 1.125rem 1.875rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.p-index-people__view-all-txt {
  color: #0F1884;
  font-family: "Poppins", sans-serif, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: color 0.3s ease;
}

.p-index-people__view-all-icon {
  -webkit-transform: rotate(45deg);
  border-right: 2px solid #0F1884;
  border-top: 2px solid #0F1884;
  display: block;
  height: 0.625rem;
  transform: rotate(45deg);
  transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease;
  width: 0.625rem;
}
.p-index-people__slider-wrap {
  flex: 1;
  position: relative;
  width: 100% !important;
}

.p-index-people__slider {
  overflow: hidden;
  padding: 0 0 4rem;
  position: relative;
  right: 0;
  width: 100%;
  z-index: 21;
}

.p-index-people__slider .swiper-wrapper {
  display: flex;
}

/* 共通：まずベースを 1 回だけ定義 */
.p-index-people__slide {
  /* 非アクティブ状態の見た目 */
  -webkit-transform-origin: left center;
  -webkit-transform: scale(0.9);
  aspect-ratio: 522/709;
  border-radius: 1.25rem;
  flex-shrink: 0;
  overflow: visible;
  padding-right: 10px;
  position: relative;
  transform: scale(0.9);
  transform-origin: left center;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 25.625rem !important;
  z-index: 1;
}

/* アクティブ（本体＋ループ用クローン両方） */
.p-index-people__slide.swiper-slide-active,
.p-index-people__slide.swiper-slide-duplicate-active {
  -webkit-transform-origin: left center;
  -webkit-transform: scale(1) translateX(10%);
  transform: scale(1) translateX(10%);
  transform-origin: left center;
  z-index: 3;
}

.p-index-people__slide::after {
  background-color: rgba(15, 24, 132, 0.55);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.4s ease;
  width: 100%;
  z-index: 5;
}

.swiper-slide-active.p-index-people__slide::after {
  opacity: 0;
}

.swiper-slide-prev.p-index-people__slide,
.swiper-slide-next.p-index-people__slide {
  z-index: 2;
}

.p-index-people__slide-img {
  -o-object-fit: cover;
  -o-object-position: center center;
  border-radius: 1.25rem;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.p-index-people__slide-info {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 0.75rem;
  bottom: 1.25rem;
  display: flex;
  justify-content: space-between;
  left: 1.25rem;
  padding: 1.25rem 1.5rem;
  position: absolute;
  width: 90%;
  z-index: 10;
}

.p-index-people__slide-name {
  color: #0F1884;
  font-family: "Poppins", sans-serif, sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.p-index-people__slide-year {
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-index-people__slide-dept {
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-index-people__slider-nav {
  -webkit-transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  left: 0.625rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28.75rem;
  z-index: 30;
  /*  @include mq("lg") {
      left: 30%;
    }*/
}

.p-index-people__slider-prev,
.p-index-people__slider-next {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
  cursor: pointer;
  display: flex;
  height: 3.25rem;
  justify-content: center;
  pointer-events: auto;
  transition: all 0.3s ease;
  width: 3.25rem;
}

.p-index-people__slider-prev::before,
.p-index-people__slider-next::before {
  border-right: 2px solid #0F1884;
  border-top: 2px solid #0F1884;
  content: "";
  display: block;
  height: 0.625rem;
  width: 0.625rem;
}

.p-index-people__slider-prev::before {
  -webkit-transform: rotate(-135deg);
  margin-left: 0.25rem;
  transform: rotate(-135deg);
}

.p-index-people__slider-next::before {
  -webkit-transform: rotate(45deg);
  margin-right: 0.25rem;
  transform: rotate(45deg);
}
.p-index-people__media .p-media__body {
  margin-top: 12.5rem;
  position: relative;
  width: 35%;
  z-index: 15;
}

.p-index-people__talksession .p-index-people__media .p-media__body {
  margin-top: 0rem;
}

.p-index-people__media .p-media__head {
  color: #fff;
  font-size: 2.5rem;
}

.p-index-people__media .p-media__head-sub {
  color: #fff;
  white-space: nowrap;
}

.p-index-people__media .p-media__txt {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 1.25rem;
}

.p-index-people__media .p-media__img {
  aspect-ratio: 1011/460;
  border-radius: 1.25rem;
  width: 80%;
  z-index: 11;
}
.p-index-people__media .p-media__img img {
  -o-object-fit: cover;
  border-radius: 1.25rem;
  object-fit: cover;
}

.p-index-people__box {
  margin-top: 8.125rem;
}

.p-index-people__media:nth-of-type(2) {
  margin-top: 3.75rem;
}

.p-index-people__media:nth-of-type(1) .p-media__img {
  position: relative;
}
.p-index-people__media:nth-of-type(1) .p-media__img::after {
  bottom: 0.625rem;
  color: #fff;
  content: "TALK SESSION 01";
  font-family: "Poppins", sans-serif, sans-serif;
  font-size: 3.125rem;
  font-style: italic;
  font-weight: 700;
  height: 4.5rem;
  left: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: absolute;
  width: 100%;
}

.p-index-people__media:nth-of-type(2) .p-media__img {
  position: relative;
}
.p-index-people__media:nth-of-type(2) .p-media__img::after {
  bottom: 0.625rem;
  color: #fff;
  content: "TALK SESSION 02";
  font-family: "Poppins", sans-serif, sans-serif;
  font-size: 3.125rem;
  font-style: italic;
  font-weight: 700;
  height: 4.5rem;
  left: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: absolute;
  width: 100%;
}

.p-index-recruitment {
  background-image: url("../img/top/top-recruit-bg@2x.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.25rem 0 7.5rem;
  position: relative;
}

.p-index-recruitment__head {
  color: #fff;
  margin-bottom: 5.4375rem;
  text-align: center;
}

.p-index-recruitment__box {
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin: 0 auto;
  max-width: 87.5rem;
  padding: 0 1.25rem;
}

.c-icon {
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.16);
  height: 13rem;
  transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  width: 41.75rem;
}

.c-iconlink {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 3.75rem;
  text-decoration: none;
  width: 100%;
}

.c-icon__ttl {
  color: #0F1884;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.13;
}

.c-icon__txt {
  color: #000;
  font-family: "Poppins", sans-serif, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.13;
  margin-top: 0.75rem;
  text-transform: uppercase;
}

.c-icon__body {
  display: flex;
  flex-direction: column;
}

.c-icon__arrow {
  background: linear-gradient(135deg, #0f1884 0%, #2563bc 47.6%, #3ed2ff 100%);
  border-radius: 50%;
  flex-shrink: 0;
  height: 4.5rem;
  position: relative;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 4.5rem;
}

.c-icon__arrow::before {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
  border-right: 0.125rem solid #fff;
  border-top: 0.125rem solid #fff;
  content: "";
  height: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-70%, -50%) rotate(45deg);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 0.625rem;
}
.p-index-works {
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-index-works::after {
  -webkit-transform: rotate(-16deg);
  background-image: url("/recruit/fresh/img/top/works_bg01.svg");
  content: "";
  height: 58.125rem;
  left: -15%;
  position: absolute;
  top: 13.75rem;
  transform: rotate(-16deg);
  width: 130%;
}

.p-index-works__media {
  padding-bottom: 6.4375rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 3.125rem;
  position: relative;
  z-index: 11;
  z-index: 11;
}

.p-index-works__media.p-media {
  gap: 5rem;
  justify-content: center;
  z-index: 11;
}

.p-index-works__media .p-media__img {
  height: 40.125rem;
  width: 43.75rem;
}

.p-index-works .c-headline1 {
  display: block;
  padding-top: 18.75rem;
  position: relative;
  text-align: center;
  z-index: 5;
}
.p-index-works .c-headline1 .c-headline1__main {
  text-align: center;
}
.p-index-works .c-headline1 .c-headline1__sub {
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-index-works__media.p-media .p-media__body .p-media__head {
  font-size: 2.5rem;
  margin-top: 3.125rem;
  position: relative;
  z-index: 11;
}

.p-index-works__media.p-media .p-media__body .p-media__head-sub {
  line-height: 0.8;
  position: relative;
  z-index: 11;
}

.p-index-works__media.p-media .p-media__body .p-media__txt {
  font-weight: 500;
  margin-top: 1.25rem;
  position: relative;
  white-space: nowrap;
  z-index: 11;
}

.p-index-works__media.p-media .p-media__body .c-btn-gradient {
  margin-top: 3.75rem;
  position: relative;
  z-index: 11;
}

.p-index-works__bg {
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.p-index-works__bg-line01 {
  bottom: 30%;
  height: 27.25rem;
  position: absolute;
  right: -55%;
  width: 65.625rem;
  z-index: 2;
}

.p-index-works__bg-line02 {
  bottom: 10%;
  height: 27.25rem;
  position: absolute;
  right: -50%;
  width: 65.625rem;
  z-index: 2;
}

.p-index-works__bg-line03 {
  left: -50%;
  position: absolute;
  scale: 0.6;
  top: -3%;
  z-index: 2;
}

.p-index-wrapper__works-people {
  background-image: url("../img/top/top-works-people-bg@2x.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 20.125rem;
}

.p-interview-fv {
  position: relative;
}

.p-interview-fv__title {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.p-interview-fv__ttl01,
.p-interview-fv__ttl02,
.p-interview-fv__ttl03 {
  -webkit-transform: skewX(-5deg);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.625rem;
  color: #0F1884;
  display: inline-block;
  font-size: 2.8125rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.71;
  padding: 0.625rem 1.25rem;
  transform: skewX(-5deg);
}

.p-interview-fv__subtitle {
  margin-top: 1.25rem;
}

.p-interview-subttl {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.p-interview-subttl__name {
  -webkit-transform: skewX(-5deg);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.625rem;
  color: #0F1884;
  font-family: "Poppins", sans-serif;
  font-size: 4.1875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.2;
  padding: 0.3125rem 0.9375rem;
  transform: skewX(-5deg);
}

.p-interview-subttl__info {
  -webkit-transform: skewX(-5deg);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  padding: 0.625rem 1.25rem;
  transform: skewX(-5deg);
}

.p-interview-subttl__year {
  color: #0F1884;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.p-interview-subttl__group {
  color: #0F1884;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.p-interview-fv__bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-interview-fv__bg-line01 {
  height: 100%;
  left: -30%;
  position: absolute;
  top: -50%;
  width: 100%;
}

.p-interview-fv__bg-line02 {
  height: 100%;
  position: absolute;
  right: -50%;
  scale: 0.7;
  top: -40%;
  width: 100%;
}

.p-interview-fv__bg-line03 {
  bottom: -60%;
  height: 100%;
  left: -50%;
  position: absolute;
  width: 100%;
}

.p-interview-fv__bg-line04 {
  background-color: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8));
  bottom: -60%;
  height: 100%;
  position: absolute;
  right: -50%;
  width: 100%;
}

.p-interview-media {
  align-items: center;
  display: flex;
  gap: 2.5rem;
}

.p-interview-media--reverse {
  flex-direction: row-reverse;
}

.p-interview-media__body {
  flex: 1;
}

.p-interview-media__img {
  flex-shrink: 0;
  width: 49.9333333333%;
}

.p-interview-media__img img {
  height: auto;
  max-width: 46.8125rem;
  width: 100%;
}

.p-interview-pager {
  background-color: #f2fafd;
  overflow: hidden;
  padding: 6.25rem 0;
}

.p-interview-pager__head {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-interview-pager__inner {
  margin-inline: auto;
  max-width: 75rem;
}

.p-interview-pager__slider {
  width: 100%;
}

.p-interview-pager__slider .swiper {
  overflow: visible;
}

.p-interview-pager__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.p-interview-pager__slider .swiper-slide {
  width: 18.75rem;
}

.p-interview-card {
  background-color: #F2FAFD;
  border-radius: 1.25rem;
  box-shadow: 0 0 1.25rem rgba(77, 178, 208, 0.2);
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-interview-card__img {
  aspect-ratio: 477/646;
  overflow: hidden;
}

.p-interview-card__img img {
  -o-object-fit: cover;
  -o-object-position: center top;
  -webkit-transform: scale(1.1);
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.1);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}

.p-interview-card__body {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1.25rem;
  bottom: 2rem;
  display: flex;
  justify-content: space-between;
  left: 2rem;
  padding: 0.9375rem;
  position: absolute;
  right: 2rem;
}

.p-interview-card__name {
  color: #0F1884;
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.16;
}

.p-interview-card__info {
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 0.3125rem;
}
.p-interview-schedule {
  background-color: #0046CB;
  padding: 6.25rem 0;
}

.p-interview-schedule__inner {
  margin-inline: auto;
  max-width: 75rem;
}

.p-interview-schedule__head {
  color: #fff;
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-interview-schedule__title {
  color: #fff;
  font-family: "Poppins", sans-serif, sans-serif;
  font-size: 3.125rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.p-interview-schedule__lead {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0.9375rem;
}

.p-interview-schedule__cards {
  display: grid;
  gap: 1.25rem 3.125rem;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.p-schedule-card {
  align-items: center;
  background-color: #fff;
  border: 0.1875rem solid #f5f0d8;
  border-radius: 0.9375rem;
  display: flex;
  flex-direction: column;
  padding: 1.5625rem 1.25rem 1.875rem;
  position: relative;
  text-align: center;
}

.p-schedule-card:not(:nth-child(4n)):not(:last-child):after {
  -webkit-transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  position: absolute;
  right: -2.1875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
}

.p-schedule-card__time {
  color: #0F1884;
  font-family: "Poppins", sans-serif, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.p-schedule-card__icon {
  align-items: center;
  display: flex;
  height: 6.25rem;
  justify-content: center;
  margin: 1.25rem 0;
  width: 6.25rem;
}

.p-schedule-card__icon img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-schedule-card__text {
  color: #0F1884;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: auto;
}

.p-schedule-card--inverted .p-schedule-card__icon svg {
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
}

.p-interview-off {
  align-items: center;
  background-color: #fff;
  border: 0.125rem solid #e8e8e8;
  border-radius: 1.25rem;
  display: flex;
  gap: 2.5rem;
  margin-top: 3.75rem;
  padding: 1.875rem 2.5rem;
}

.p-interview-off__img {
  flex-shrink: 0;
  width: 22.5rem;
}

.p-interview-off__img img {
  -o-object-fit: cover;
  border-radius: 0.9375rem;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-interview-off__body {
  flex: 1;
}

.p-interview-off__title {
  color: #0F1884;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.p-interview-off__text {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 1.25rem;
}

.p-interview-section {
  padding: 5rem 0;
}

.p-interview-section__inner {
  max-width: 93.75rem;
  width: 78.125%;
}
.p-interview-section__inner {
  margin-inline: auto;
}

.p-interview__chapter {
  background-color: #f2fafd;
  border: 1px solid #0F1884;
  border-radius: 1.375rem;
  color: #0F1884;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 600;
  padding: 0.5rem 1.875rem;
  text-transform: uppercase;
}

.p-interview__head {
  color: #0F1884;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 1.25rem;
}

.p-interview-media {
  align-items: flex-start;
  display: flex;
  gap: 2.8125rem;
  justify-content: space-between;
}

.p-interview-media--reverse {
  flex-direction: row-reverse;
}

.p-interview-media__body {
  flex: 1;
  max-width: 44.125rem;
}

.p-interview-media__text {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 2.11;
  margin-top: 1.875rem;
}

.p-interview-media__img {
  flex-shrink: 0;
  margin-top: 1.875rem;
  max-width: 50%;
  width: 46.8125rem;
}

.p-interview-media__img img {
  -o-object-fit: cover;
  border-radius: 1.25rem;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-interview__career {
  padding: 6.875rem 0;
}
.p-interview__career__box__head {
  align-items: center;
  background: #0046cb;
  border-radius: 1.25rem 1.25rem 0 0;
  color: #fff;
  display: flex;
  font-size: 1.875rem;
  height: 5rem;
  justify-content: center;
}
.p-interview__career__box__body {
  background: #f2fafd;
  border: 0.1875rem solid #d3ecf5;
  border-radius: 0 0 1.25rem 1.25rem;
  border-top: none;
  padding: 3.75rem 2.5rem;
}
.p-interview__career__item {
  background: #f2d77b;
  border-radius: 1.25rem;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 18.75rem 1fr;
  padding: 2.5rem 3.75rem;
  padding: 2.5rem;
  position: relative;
}
.p-interview__career__item + .p-interview__career__item {
  margin-top: 1.875rem;
}
.p-interview__career__item + .p-interview__career__item::before {
  border-bottom: 1.25rem solid transparent;
  border-left: 1.25rem solid transparent;
  border-right: 1.25rem solid transparent;
  border-top: 1.25rem solid #f2d77b;
  content: "";
  left: calc(50% - 1.25rem);
  position: absolute;
  top: -1.875rem;
}
.p-interview__career__item__center div {
  border-right: none;
  left: calc(50% - 3.4375rem);
  position: absolute;
  text-align: center;
  top: 30%;
}
.p-interview__career__item dt {
  border-right: 1px solid #0F1884;
  color: #0F1884;
  display: flex;
  flex-direction: column;
  font-size: 1.375rem;
  font-weight: 700;
  gap: 0;
  justify-content: center;
  padding-right: 1.875rem;
  width: 18.75rem;
}
.p-interview__career__item dt small {
  display: block;
  font-size: 1rem;
  font-weight: 600;
}
.p-interview__career__item dd {
  color: #0F1884;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

.p-interviewTop-fv {
  background-image: url("../img/interview-top/interview-top-header@2x.webp");
  background-position: left 70% top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 63.8888888889%;
  min-height: 43.125rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 3;
}

.p-interviewTop-fv .p-interviewTop-fv__head {
  margin-left: 5vw;
  margin-top: 30vh;
  position: relative;
  z-index: 21;
}

.p-interviewTop-fv__bg {
  height: inherit;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

body {
  overflow-x: hidden;
}

.p-interviewTop {
  background-color: #fff;
  overflow-y: hidden;
  position: relative;
}

.p-interviewTop-wrapper {
  background-color: #fff;
  position: relative;
}

.p-interviewTop-wrapper__bg03, .p-interviewTop-wrapper__bg02, .p-interviewTop-wrapper__bg01 {
  -webkit-transform: translateX(-50%);
  -o-object-fit: cover;
  height: 60%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  transform: translateX(-50%);
  width: 140vw;
}

.p-interviewTop-wrapper__bg01 {
  top: -5%;
  z-index: 1;
}

.p-interviewTop-wrapper__bg02 {
  top: 35%;
  z-index: 9;
}

.p-interviewTop-wrapper__bg03 {
  bottom: -65%;
  height: 100%;
  z-index: 8;
}

/*.p-interviewTop {
  position: relative;
  background-color: $white;

  overflow: hidden;

  @include mq {
    padding-bottom: rem(80);
  }
}

.p-interviewTop-wrapper {
  position: relative;
  background-color: $white;
}

.p-interviewTop-wrapper__bg01 {
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  height: 60%;
  object-fit: cover;
  z-index: map.get($layer, "default");
}

.p-interviewTop-wrapper__bg02 {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  height: 60%;
  object-fit: cover;
  z-index: map.get($layer, "line-front");
}

.p-interviewTop-wrapper__bg03 {
  position: absolute;
  bottom: -65%;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: map.get($layer, "line");
}*/
.p-interviewTop__bg {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-interviewTop__bg-shape {
  border-radius: 1.25rem;
  position: absolute;
}

.p-interviewTop__bg-shape--01 {
  -webkit-transform: rotate(-16deg);
  background: linear-gradient(180deg, #0046cb 0%, #003399 50%, #00547a 100%);
  height: 37.5rem;
  left: -9.375rem;
  top: -9.375rem;
  transform: rotate(-16deg);
  width: 140%;
}

.p-interviewTop__bg-shape--02 {
  -webkit-transform: rotate(-16deg);
  background: linear-gradient(180deg, #0046cb 0%, #003399 50%, #00547a 100%);
  bottom: -12.5rem;
  height: 34.375rem;
  right: -9.375rem;
  transform: rotate(-16deg);
  width: 100%;
}

.p-interviewTop__inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
  padding-top: 15.375rem;
  position: relative;
  z-index: 11;
}

.p-interviewTop__cards {
  display: grid;
  gap: 3.75rem 1.875rem;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 1.875rem;
}

.p-interviewTop__card {
  /*  background-color: $white;*/
  border-radius: 1rem;
  display: block;
  overflow: visible;
  position: relative;
  text-decoration: none;
  transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 11;
}

.p-interviewTop__card-num {
  color: #0F1884;
  font-family: "Poppins", sans-serif;
  font-size: 4.375rem;
  font-style: italic;
  font-weight: 700;
  left: 0.9375rem;
  line-height: 1;
  position: absolute;
  top: 0.9375rem;
  z-index: 3;
}

.p-interviewTop__card-img {
  border-radius: 1rem;
  margin: 0;
  overflow: hidden;
  scale: 1.05;
  width: 100%;
}

.p-interviewTop__card:nth-child(n+2) .p-interviewTop__card-img {
  border-radius: 1rem;
  margin: 0 0 0.8rem 0;
  overflow: hidden;
  scale: 1.05;
}

.p-interviewTop__card-img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}

.p-interviewTop__card-info {
  align-items: center;
  backdrop-filter: blur(0.25rem);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.5rem;
  bottom: 1.25rem;
  display: flex;
  justify-content: space-between;
  left: 1rem;
  padding: 1rem 1.25rem;
  position: absolute;
  right: 1rem;
}

.p-interviewTop__card-name {
  color: #0F1884;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.p-interviewTop__card-meta {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.p-interviewTop__card-year {
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-interviewTop__card-dept {
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-interviewTop-zadankai {
  background-color: #fff;
  padding: 5rem 0 7.5rem;
}

.p-interviewTop-zadankai__inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 25px;
}

.p-interviewTop-zadankai__list {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}

.p-interviewTop-zadankai__item {
  width: 100%;
  z-index: 11;
}

.p-interviewTop-zadankai__link {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-interviewTop-zadankai__img {
  aspect-ratio: 1080/400;
  overflow: hidden;
  width: 100%;
}

.p-interviewTop-zadankai__item--left .p-interviewTop-zadankai__img {
  border-radius: 1.25rem;
}

.p-interviewTop-zadankai__item--right .p-interviewTop-zadankai__img {
  border-radius: 1.25rem;
}

.p-interviewTop-zadankai__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}

.p-interviewTop-zadankai__label {
  bottom: 1.875rem;
  color: #0F1884;
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 700;
  left: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  position: absolute;
}

.p-interviewTop-zadankai__item--right .p-interviewTop-zadankai__label {
  color: #fff;
}

.p-interviewTop-zadankai__title {
  color: #0F1884;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-interviewTop-zadankai__title--bottom {
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-interview-fv {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 53.75rem;
  position: relative;
  width: 100%;
}

.p-interviewTU-fv {
  background-image: url("../img/interviewTU/interviewTU-header.webp"), linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8));
  background-position: 20% center;
}

.p-interviewYN-fv {
  background-image: url("../img/interviewYN/interviewYN-header.webp"), linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8));
  background-position: 20% center;
}

.p-interviewTO-fv {
  background-image: url("../img/interviewTO/interviewTO-header.webp"), linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8));
  background-position: 20% center;
}

.p-interviewMN-fv {
  background-image: url("../img/interviewMN/interviewMN-header.webp"), linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8));
  background-position: 20% center;
}

.p-interviewYS-fv {
  background-image: url("../img/interviewYS/interviewYS-header.webp"), linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8));
  background-position: 20% center;
}

.p-interviewKK-fv {
  background-image: url("../img/interviewKK/interviewKK-header.webp"), linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8));
  background-position: 20% center;
}

.p-interview-fv__head {
  padding: 17.5rem 0 1.25rem 9.2592592593%;
  position: relative;
  text-align: left;
  z-index: 2;
}

.p-job-contents {
  padding: 5rem 0 7.5rem;
}

.p-job-contents__inner {
  align-items: flex-start;
  display: flex;
  margin-inline: auto;
  max-width: 81.25rem;
  padding: 0 3.125rem;
  width: 65.3125%;
}

.p-job-contents__sidebar {
  flex-shrink: 0;
  position: relative;
  z-index: 60;
}

.p-job-contents__main {
  flex: 1;
  min-width: 0;
}

@-webkit-keyframes jobFvLine01 {
  0% {
    -webkit-transform: translate(-50%, 50%);
    opacity: 0;
    transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes jobFvLine01 {
  0% {
    -webkit-transform: translate(-50%, 50%);
    opacity: 0;
    transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes jobFvLine02 {
  0% {
    -webkit-transform: translate(50%, -50%) scale(0.3);
    opacity: 0;
    transform: translate(50%, -50%) scale(0.3);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes jobFvLine02 {
  0% {
    -webkit-transform: translate(50%, -50%) scale(0.3);
    opacity: 0;
    transform: translate(50%, -50%) scale(0.3);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes jobFvLine03 {
  0% {
    -webkit-transform: translate(-50%, 50%) scale(0.3);
    opacity: 0;
    transform: translate(-50%, 50%) scale(0.3);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes jobFvLine03 {
  0% {
    -webkit-transform: translate(-50%, 50%) scale(0.3);
    opacity: 0;
    transform: translate(-50%, 50%) scale(0.3);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes jobFvLine04 {
  0% {
    -webkit-transform: translate(-50%, 50%) scale(0.5);
    opacity: 0;
    transform: translate(-50%, 50%) scale(0.5);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes jobFvLine04 {
  0% {
    -webkit-transform: translate(-50%, 50%) scale(0.5);
    opacity: 0;
    transform: translate(-50%, 50%) scale(0.5);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1);
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
.p-job-fv {
  background-image: url("../img/job/job-header@2x.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 63.8888888889%;
  min-height: 43.125rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-job-fv__head {
  margin-left: 5vw;
  margin-top: 30vh;
  position: relative;
  z-index: 21;
}

.p-job-fv__bg {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-job-fv__bg-line01 {
  -webkit-animation: jobFvLine01 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
  animation: jobFvLine01 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
  height: 42.6875rem;
  left: -25rem;
  opacity: 0;
  position: absolute;
  top: -9.375rem;
  width: 98.5rem;
}

.p-job-fv__bg-line01 rect {
  height: 16.375rem;
  width: 94.625rem;
}

.p-job-fv__bg-line02 {
  -webkit-animation: jobFvLine02 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
  animation: jobFvLine02 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
  height: 18.125rem;
  opacity: 0;
  position: absolute;
  right: -6.25rem;
  top: -5rem;
  width: 44.5625rem;
}

.p-job-fv__bg-line02 rect {
  height: 6.0625rem;
  width: 42.8125rem;
}

.p-job-fv__bg-line03 {
  -webkit-animation: jobFvLine03 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
  animation: jobFvLine03 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
  height: 34.375rem;
  left: -18.75rem;
  opacity: 0;
  position: absolute;
  top: 3.125rem;
  width: 77.4375rem;
}

.p-job-fv__bg-line03 rect {
  height: 13.8125rem;
  width: 73.5625rem;
}

.p-job-fv__bg-line04 {
  -webkit-animation: jobFvLine04 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
  animation: jobFvLine04 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
  height: 20.25rem;
  left: -9.375rem;
  opacity: 0;
  position: absolute;
  top: 6.25rem;
  width: 49rem;
}

.p-job-fv__bg-line04 rect {
  height: 7rem;
  width: 40rem;
}

.p-job-fv__bg-line04 circle {
  r: 3.25rem;
}

.p-job-intro {
  padding: 6.25rem 0 0;
}

.p-job-intro__inner {
  margin-inline: auto;
  max-width: 81.25rem;
  padding: 0 1.5625rem;
  width: 65.3125%;
}

.p-job-intro__text {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.2222222222;
  text-align: center;
}

.p-job-main {
  flex: 1;
  min-width: 0;
}

.p-job-section {
  margin-bottom: 7.5rem;
}

.p-job-section:last-child {
  margin-bottom: 0;
}

.p-job-section__header {
  margin-bottom: 2.5rem;
}

.p-job-section__title {
  color: #0f1884;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 0.9375rem;
}

.p-job-section__desc {
  color: #0f1884;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-job-section__images {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 3.125rem;
}

.p-job-section__image {
  margin: 0;
}

.p-job-section__image img {
  -o-object-fit: cover;
  border-radius: 1rem;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-job-section__content-wrapper {
  border-radius: 1.25rem;
  padding: 2.5rem 2.5rem;
}

.p-job-section--sougou .p-job-section__content-wrapper {
  background-color: #0046cb;
}

.p-job-section--gijutsu .p-job-section__content-wrapper {
  background-color: #f2d77b;
}

.p-job-section__content {
  margin-bottom: 3.75rem;
}

.p-job-section__content-title {
  color: #0f1884;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.13;
  margin-bottom: 1.5625rem;
  text-align: center;
}

.p-job-section__content-title:nth-of-type(1) {
  color: #fff;
}

.p-job-tabs {
  overflow: visible;
}

.p-job-tabs__nav {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0;
}

.p-job-tabs__btn {
  background-color: #f2fafd;
  border: none;
  border-radius: 1.25rem 1.25rem 0 0;
  color: #0f1884;
  cursor: pointer;
  flex: 1;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 0.625rem 0.9375rem;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-job-tabs__btn small {
  display: block;
  font-size: 0.6875rem;
  line-height: 1.2;
}

.p-job-tabs__btn.is-active {
  background-color: #d3ecf5;
  color: #0f1884;
}
.p-job-tabs__content {
  background-color: #d3ecf5;
  border-radius: 0 0 1.25rem 1.25rem;
  padding: 3.125rem 2.5rem;
}

.p-job-tabs__panel {
  display: none;
}

.p-job-tabs__panel.is-active {
  display: block;
}

.p-job-tabs__panel-inner {
  align-items: center;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr 21.875rem;
}

.p-job-tabs__text {
  color: #0f1884;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 2.2;
}

.p-job-tabs__image {
  margin: 0;
}

.p-job-tabs__image img {
  -o-object-fit: cover;
  border-radius: 0.625rem;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-job-section__notice {
  background-color: #fff;
  border: 3px solid #bc9200;
  border-radius: 1.25rem;
  display: grid;
  gap: 0.9375rem 1.875rem;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  margin-bottom: 3.75rem;
  padding: 1.875rem 2.1875rem;
}

.p-job-section__notice-title {
  color: #bc9200;
  font-size: 1.25rem;
  font-weight: 900;
  grid-column: 1/-1;
  letter-spacing: 0.05em;
  line-height: 1.13;
}

.p-job-section__notice-text {
  color: #bc9200;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.875;
}

.p-job-section__notice-image {
  align-self: end;
  margin: 0;
}

.p-job-section__notice-image img {
  height: auto;
  width: 12.5rem;
}

.p-job-section__employees {
  padding-top: 1.25rem;
}

.p-job-section__employees-title {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.13;
  margin-bottom: 1.875rem;
  text-align: center;
}

.p-job-slider {
  overflow: hidden;
  padding: 0;
  position: relative;
}

.p-job-section__inner {
  margin-inline: auto;
  max-width: 70rem;
}

.p-job-section__cards {
  display: grid;
  gap: 3.75rem 1.875rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  width: 94%;
}

.p-job-section__card {
  border-radius: 1rem;
  display: block;
  overflow: visible;
  position: relative;
  text-decoration: none;
  transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 11;
}

.p-job-section__card-info {
  backdrop-filter: blur(0.25rem);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.5rem;
  bottom: 1.25rem;
  display: grid;
  gap: 3.75rem 0.875rem;
  grid-template-columns: 4fr 6fr;
  left: 1rem;
  margin: 0 auto;
  padding: 1rem 1.25rem;
  position: absolute;
  right: 1rem;
  width: 90%;
}

.p-job-section__card-img img {
  backdrop-filter: blur(0.25rem);
  border-radius: 12px;
  border-radius: 0.5rem;
  bottom: 1.25rem;
  display: grid;
  gap: 3.75rem 1.875rem;
  grid-template-columns: repeat(2, 1fr);
  left: 1rem;
  right: 1rem;
}

.p-job-section__card-name {
  color: #0f1884;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.p-job-section__card-meta {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.p-job-section__card-year {
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-job-section__card-dept {
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-job-slider .swiper-wrapper {
  display: flex;
}

.p-job-slider__item {
  border-radius: 1.875rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: block;
  overflow: hidden;
  position: relative;
  position: relative;
  text-decoration: none;
  transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

.p-job-slider__item img {
  border-radius: 20px;
}
.p-job-slider__image {
  aspect-ratio: 3/4;
  margin: 0;
  overflow: hidden;
}

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

.p-job-slider__info {
  align-items: center;
  background-color: #fff;
  border-radius: 0.5rem;
  bottom: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 0.9375rem;
  justify-content: space-between;
  left: 0;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding: 1.125rem 1.25rem;
  position: absolute;
  position: relative;
  right: 0;
  z-index: 1;
}

.p-job-slider__name {
  color: #0f1884;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.p-job-slider__meta {
  text-align: right;
}

.p-job-slider__year {
  color: #333;
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.p-job-slider__dept {
  color: #333;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-job-slider__nav {
  -webkit-transform: translateY(-50%);
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  width: 3.125rem;
  z-index: 10;
}

.p-job-slider__nav svg {
  color: #0f1884;
  height: 1.25rem;
  width: 1.25rem;
}
.p-job-slider__nav--prev {
  left: 0;
}

.p-job-slider__nav--next {
  right: 0;
}

.p-job-sidebar {
  -webkit-transform: translateX(-100%);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 7.5rem;
  transform: translateX(-100%);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  visibility: hidden;
}
.p-job-sidebar.is-visible {
  -webkit-transform: translateX(0);
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.p-job-sidebar__item {
  align-items: center;
  border-radius: 0 1.25rem 1.25rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.875rem 1.25rem 1.5625rem;
  text-decoration: none;
  transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  width: 13.75rem;
}
.p-job-sidebar {
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
}

.p-job-sidebar.is-visible {
  opacity: 1;
  visibility: visible;
}

.p-job-sidebar.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.p-job-sidebar__item--gijutsu {
  background-color: #ECD76E;
}

.p-job-sidebar__item--sougou {
  background-color: #0046CB;
}

.p-job-sidebar__icon {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  height: 8.75rem;
  justify-content: center;
  margin-bottom: 0.9375rem;
  width: 8.75rem;
}

.p-job-sidebar__icon-img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 6.25rem;
}

.p-job-sidebar__title {
  color: #0F1884;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-job-sidebar__item--sougou .p-job-sidebar__title {
  color: #fff;
}

.p-jobDescription-content {
  padding: 6.25rem 0 8.75rem;
}

.p-jobDescription-content__inner {
  margin: 0 auto;
  max-width: 81.25rem;
  padding: 0 var(--padding-pc);
  width: 67.7083333333%;
}

.p-jobDescription-content__head {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-jobDescription-content__subtitle {
  color: #0075FF;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.7;
  text-transform: uppercase;
}

.p-jobDescription-content__title {
  color: #0F1884;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.13;
  margin-top: 0.5rem;
}

.p-jobDescription-table {
  width: 100%;
}

.p-jobDescription-table__row {
  border-bottom: 0.125rem solid #D3ECF5;
  display: flex;
  padding: 1.875rem 0;
}

.p-jobDescription-table__th {
  color: #0F1884;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.5;
  min-width: 15rem;
  width: 15rem;
}

.p-jobDescription-table__td {
  color: #000;
  flex: 1;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.5;
}

.p-jobDescription-table__label {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-bottom: 0.3125rem;
  text-decoration: underline;
}

.p-jobDescription-table__label:not(:first-child) {
  margin-top: 1.25rem;
}

.p-jobDescription-table__text {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.7;
}

.p-jobDescription-content__btn {
  margin-top: 5rem;
  text-align: center;
}

.p-jobDescription-content__entry {
  background: linear-gradient(to left, #0F1884 0%, #2563BC 48%, #3ED2FF 100%);
  border-radius: 5.9375rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  color: #fff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  isolation: isolate;
  letter-spacing: 0.06em;
  min-width: 45.75rem;
  overflow: hidden;
  padding: 2.625rem 3.75rem;
  position: relative;
  text-align: center;
  text-shadow: 0 0 5rem #033172;
  text-transform: uppercase;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-jobDescription-content__entry::before {
  background: linear-gradient(to left, #3ED2FF 0%, #2563BC 52%, #0F1884 100%);
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.p-jobDescription-flow {
  background-color: #f2fafd;
  padding: 6.25rem 0 7.5rem;
}

.p-jobDescription-flow__inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 var(--padding-pc);
}

.p-jobDescription-flow__header {
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-jobDescription-flow__en {
  color: #0046CB;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.p-jobDescription-flow__title {
  color: #0046CB;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.p-jobDescription-flow__list {
  align-items: stretch;
  display: flex;
  gap: 0;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-jobDescription-flow__item {
  align-items: center;
  display: flex;
}

.p-jobDescription-flow__item--last .p-jobDescription-flow__arrow {
  display: none;
}

.p-jobDescription-flow__card {
  align-items: center;
  background-color: #0046CB;
  border-radius: 1.25rem;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 18.75rem;
  padding: 1.875rem 1.25rem;
  text-align: center;
  width: 15.625rem;
}

.p-jobDescription-flow__card--cyan {
  background: linear-gradient(135deg, #00d4ff 0%, #00f0ff 100%);
}

.p-jobDescription-flow__step-label {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-jobDescription-flow__step-number {
  font-family: "Poppins", sans-serif;
  font-size: 4.375rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-top: 0.3125rem;
}

.p-jobDescription-flow__badge {
  background-color: #fff;
  border-radius: 6.25rem;
  color: #0046CB;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0.625rem;
  padding: 0.375rem 1.875rem;
}

.p-jobDescription-flow__text {
  align-items: center;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 0.625rem;
}

.p-jobDescription-flow__list-items {
  list-style: none;
  margin: 0.9375rem 0 0;
  padding: 0;
  text-align: left;
}

.p-jobDescription-flow__list-items li {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-jobDescription-flow__list-items li::before {
  content: "・";
}

.p-jobDescription-flow__icon {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: auto;
  padding-top: 1.25rem;
}

.p-jobDescription-flow__icon svg {
  color: #fff;
  height: 4.375rem;
  width: 4.375rem;
}

.p-jobDescription-flow__arrow {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 0.9375rem;
}

.p-jobDescription-flow__arrow svg {
  color: #0046CB;
  height: 1.75rem;
  width: 1.125rem;
}

.p-jobDescription-fv {
  background-image: url("../img/recruitment/recruitment-header.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 63.8888888889%;
  min-height: 43.125rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-jobDescription-fv__head {
  margin-left: 5vw;
  margin-top: 30vh;
  position: relative;
  z-index: 19;
}

.p-jobDescription-fv__bg {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-jobDescription-fv__bg-line01 {
  -webkit-animation: jobDescriptionFadeInSlide 0.8s ease-out 0.2s forwards;
  animation: jobDescriptionFadeInSlide 0.8s ease-out 0.2s forwards;
  height: 100%;
  left: -50%;
  opacity: 0;
  position: absolute;
  top: -42%;
  width: 100%;
}

.p-jobDescription-fv__bg-line02 {
  -webkit-animation: jobDescriptionFadeInSlide 0.8s ease-out 0.4s forwards;
  animation: jobDescriptionFadeInSlide 0.8s ease-out 0.4s forwards;
  height: auto;
  opacity: 0;
  position: absolute;
  right: -10%;
  top: -5%;
  width: 45%;
}

.p-jobDescription-fv__bg-line03 {
  -webkit-animation: jobDescriptionFadeInSlide 0.8s ease-out 0.5s forwards;
  animation: jobDescriptionFadeInSlide 0.8s ease-out 0.5s forwards;
  height: auto;
  left: 5%;
  opacity: 0;
  position: absolute;
  top: 25%;
  width: 25%;
}

.p-jobDescription-fv__bg-circle01 {
  -webkit-animation: jobDescriptionFadeInSlide 0.8s ease-out 0.6s forwards;
  animation: jobDescriptionFadeInSlide 0.8s ease-out 0.6s forwards;
  height: 6.25rem;
  left: 22%;
  opacity: 0;
  position: absolute;
  top: 30%;
  width: 6.25rem;
}

.p-jobDescription-fv__bg-line04 {
  -webkit-animation: jobDescriptionFadeInSlide 0.8s ease-out 0.3s forwards;
  animation: jobDescriptionFadeInSlide 0.8s ease-out 0.3s forwards;
  height: 100%;
  left: -30%;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

@-webkit-keyframes jobDescriptionFadeInSlide {
  0% {
    -webkit-transform: translateX(-20px);
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes jobDescriptionFadeInSlide {
  0% {
    -webkit-transform: translateX(-20px);
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
  }
}
.p-main__index {
  overflow: hidden;
}

.p-mv {
  width: 20.8333333333%;
}

.p-media {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}

.p-media__head {
  color: #0F1884;
  font-size: 2.5rem;
}

.p-media__txt {
  font-size: 1.3125rem;
}

.p-media__head-sub {
  color: #0F1884;
  font-family: "Poppins", sans-serif, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-media__body {
  text-align: left;
}

.p-midcareerEmployee-chapter {
  background-color: #fff;
  padding: 5rem 0 0;
}

.p-midcareerEmployee-chapter__inner {
  margin-inline: auto;
  max-width: 62.5rem;
  padding: 0 25px;
}

.p-midcareerEmployee-chapter__header {
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-midcareerEmployee-chapter__badge {
  background-color: #0046CB;
  border-radius: 62.5rem;
  color: #fff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  padding: 0.5rem 1.5rem;
}

.p-midcareerEmployee-chapter__title {
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-midcareerEmployee-chapter__answers {
  display: flex;
  flex-direction: column;
}

.p-midcareerEmployee-chapter__answer {
  align-items: flex-start;
  display: flex;
  gap: 2.125rem;
  padding: 2.5rem 0;
}

.p-midcareerEmployee-chapter__answer:first-child {
  padding-top: 0;
}

.p-midcareerEmployee-chapter__answer:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-midcareerEmployee-chapter__person {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 5rem;
}

.p-midcareerEmployee-chapter__person-img {
  border-radius: 50%;
  height: 7.5rem;
  margin-bottom: 0.625rem;
  overflow: hidden;
  width: 7.5rem;
}

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

.p-midcareerEmployee-chapter__person-name {
  color: #0046CB;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.p-midcareerEmployee-chapter__bubble {
  background-color: #F2FAFD;
  border-radius: 1.25rem;
  flex: 1;
  padding: 1.5625rem 1.875rem;
  position: relative;
}

.p-midcareerEmployee-chapter__bubble::before {
  border-bottom: 0.625rem solid transparent;
  border-right: 1rem solid #F2FAFD;
  border-top: 0.625rem solid transparent;
  content: "";
  height: 0;
  left: -0.75rem;
  position: absolute;
  top: 3.375rem;
  width: 0;
}

.p-midcareerEmployee-chapter__bubble-text {
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.9;
}

.p-midcareerEmployee-chapter__img {
  margin-top: 8.8125rem;
}

.p-midcareerEmployee-chapter__answer--blue .p-midcareerEmployee-chapter__bubble {
  background-color: #e6f3ff;
}
.p-midcareerEmployee-chapter__answer--blue .p-midcareerEmployee-chapter__bubble::before {
  border-right-color: #e6f3ff;
}
.p-midcareerEmployee-chapter__answer--blue .p-midcareerEmployee-chapter__person-name {
  color: #0056b3;
}

.p-midcareerEmployee-chapter__answer--green .p-midcareerEmployee-chapter__bubble {
  background-color: #e7f7ee;
}
.p-midcareerEmployee-chapter__answer--green .p-midcareerEmployee-chapter__bubble::before {
  border-right-color: #e7f7ee;
}
.p-midcareerEmployee-chapter__answer--green .p-midcareerEmployee-chapter__person-name {
  color: #00804a;
}

.p-midcareerEmployee-chapter__answer--red .p-midcareerEmployee-chapter__bubble {
  background-color: #ffecec;
}
.p-midcareerEmployee-chapter__answer--red .p-midcareerEmployee-chapter__bubble::before {
  border-right-color: #ffecec;
}
.p-midcareerEmployee-chapter__answer--red .p-midcareerEmployee-chapter__person-name {
  color: #cc0033;
}

.p-midcareerEmployee-fv {
  background-image: url("../img/midcareerEmployee/midcareerEmployee-header@2x.webp");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 63.8888888889%;
  min-height: 43.125rem;
  position: relative;
  width: 100%;
}

.p-midcareerEmployee-fv__head {
  margin-left: 5vw;
  padding-top: 30vh;
  position: relative;
  z-index: 21;
}

.p-midcareerEmployee-fv__title {
  color: #fff;
  font-size: 4.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  position: relative;
  text-shadow: 0 0 1.875rem #0043a2;
  z-index: 19;
}

.p-midcareerEmployee-fv__subtitle {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-top: 0.625rem;
  position: relative;
  text-shadow: 0 0 1.875rem #0043a2;
  z-index: 19;
}

.p-midcareerEmployee-fv__bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-midcareerEmployee-fv__line01 {
  bottom: -42%;
  height: 100%;
  left: -50%;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.p-midcareerEmployee-fv__line02 {
  height: 60%;
  opacity: 0;
  position: absolute;
  right: -30%;
  top: -42%;
  width: 60%;
}

.p-midcareerEmployee-fv__line03 {
  bottom: 12%;
  height: 60%;
  left: -50%;
  opacity: 0;
  position: absolute;
  width: 60%;
}

.p-midcareerEmployee-fv__line04 {
  bottom: -30%;
  height: 100%;
  left: -30%;
  opacity: 0;
  position: absolute;
  width: 100%;
}

@-webkit-keyframes slideFromBottomLeft {
  0% {
    -webkit-transform: translate(-50%, 50%);
    opacity: 0;
    transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes slideFromBottomLeft {
  0% {
    -webkit-transform: translate(-50%, 50%);
    opacity: 0;
    transform: translate(-50%, 50%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}
.p-interviewEmploee-fv__bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-interviewEmploee-fv__bg img {
  -webkit-animation: slideFromBottomLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: slideFromBottomLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  opacity: 0;
  position: absolute;
}

.p-interviewEmploee-fv__bg img:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  left: -18.9583333333vw;
  top: -17.3958333333vw;
  width: 82.0833333333vw;
}

.p-interviewEmploee-fv__bg img:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  left: 86.9791666667vw;
  top: -13.0208333333vw;
  width: 61.4583333333vw;
}

.p-interviewEmploee-fv__bg img:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  bottom: -14.5833333333vw;
  left: -19.7916666667vw;
  width: 61.4583333333vw;
}

.p-interviewEmploee-fv__bg img:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  bottom: -11.1979166667vw;
  left: 62.5vw;
  width: 48.3854166667vw;
}

.p-midcareerEmployee-index {
  background: linear-gradient(180deg, #0F1884 0%, #0F1884 50%, #fff 50%, #fff 100%);
  padding: 5rem 1.5625rem;
}

.p-midcareerEmployee-index__inner {
  background-color: #f2fafd;
  border: 0.1875rem solid #d3ecf5;
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.05);
  margin-inline: auto;
  max-width: 62.5rem;
  padding: 3.75rem 5rem;
}

.p-midcareerEmployee-index__title {
  color: #0046CB;
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-inline: auto;
  padding-bottom: 0.625rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-midcareerEmployee-index__list {
  list-style: none;
  margin-top: 2.5rem;
}

.p-midcareerEmployee-index__item {
  border-bottom: 0.125rem solid #d3ecf5;
  padding: 1.875rem 0;
}

.p-midcareerEmployee-index__item:first-child {
  padding-top: 0;
}

.p-midcareerEmployee-index__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-midcareerEmployee-index__link {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
.p-midcareerEmployee-index__badge {
  background-color: #0046CB;
  border-radius: 6.25rem;
  color: #fff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 0.375rem 1.25rem;
}

.p-midcareerEmployee-index__text {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 0.9375rem;
  text-align: center;
}

.p-midcareerEmployee-chapter__img {
  height: auto;
  width: 100%;
}

.p-midcareerEmployee-member {
  background-color: #0F1884;
  padding: 5rem 0;
}

.p-midcareerEmployee-member__inner {
  margin: 0 auto;
  max-width: 70rem;
  padding: 0 var(--padding-pc);
}

.p-midcareerEmployee-cards {
  display: grid;
  gap: 3.75rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-midcareerEmployee-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.p-midcareerEmployee-card__img {
  border-radius: 50%;
  box-shadow: 0 0 1.25rem rgba(77, 178, 208, 0.2);
  height: 17.25rem;
  margin: 0 auto;
  overflow: hidden;
  width: 17.25rem;
}

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

.p-midcareerEmployee-card__body {
  margin-top: 1.25rem;
}

.p-midcareerEmployee-card__name {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.p-midcareerEmployee-card__dept {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.p-midcareerEmployee-card__txt {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.9375rem;
  max-width: 16.75rem;
}

.p-modal {
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.p-modal__block {
  -webkit-transform: translate(-50%, -50%);
  background-color: #FEAEBB;
  border-radius: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27.5rem;
}

.p-modal__wrap {
  padding: 3.75rem 0 2.5rem;
  position: relative;
}

.p-nurturing-communication {
  background-color: #fff;
  padding: 6.25rem 0 3.125rem;
}

.p-nurturing-communication__inner {
  margin-inline: auto;
  max-width: 75rem;
  padding: 0 25px;
}

.p-nurturing-communication__header {
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-nurturing-communication__en {
  color: #0F1884;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.p-nurturing-communication__title {
  color: #0046CB;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
}

.p-nurturing-communication__balloon {
  margin-inline: auto;
  max-width: 70rem;
  position: relative;
}

.p-nurturing-communication__balloon-header {
  background: linear-gradient(90deg, #0046cb 0%, #003ab3 100%);
  border-radius: 1.875rem 1.875rem 0 0;
  padding: 1.5rem 2.5rem;
}

.p-nurturing-communication__balloon-title {
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-align: center;
}

.p-nurturing-communication__balloon-body {
  background-color: #d0e6f5;
  border: 0.125rem solid #d0e6f5;
  border-radius: 0 0 1.875rem 1.875rem;
  border-top: none;
  padding: 3.125rem 2.5rem 3.75rem;
}

.p-nurturing-communication__skills {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-nurturing-communication__skill {
  background-color: #fff;
  border: 0.1875rem solid #0046CB;
  border-radius: 1.25rem;
  flex: 1;
  max-width: 15rem;
  padding: 1.875rem 1.25rem;
  text-align: center;
}

.p-nurturing-communication__skill-title {
  color: #0046CB;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.p-nurturing-communication__skill-title::after {
  -webkit-transform: translateX(-50%);
  background-color: #0046CB;
  bottom: 0;
  content: "";
  height: 0.1875rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 4.375rem;
}

.p-nurturing-communication__skill-desc {
  color: #0046CB;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-nurturing-communication__balloon-arrow {
  -webkit-transform: translateX(-50%);
  border-left: 2.5rem solid transparent;
  border-right: 2.5rem solid transparent;
  border-top: 2.625rem solid #f5f9fc;
  bottom: -2.5rem;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.p-nurturing-communication__balloon-arrow::before {
  border-left: 2.625rem solid transparent;
  border-right: 2.625rem solid transparent;
  border-top: 2.75rem solid #d0e6f5;
  content: "";
  height: 0;
  left: -2.625rem;
  position: absolute;
  top: -2.75rem;
  width: 0;
  z-index: -1;
}

.p-nurturing-flow {
  background-color: #e8f4f9;
  padding: 6.25rem 0 7.5rem;
}

.p-nurturing-flow__inner {
  margin-inline: auto;
  max-width: 72.875rem;
  padding: 0 var(--padding-pc);
}

.p-nurturing-flow__header {
  margin-bottom: 1.25rem;
  text-align: center;
}

.p-nurturing-flow__en {
  color: #0046CB;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.p-nurturing-flow__title {
  color: #0046CB;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.p-nurturing-flow__desc {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-nurturing-flow__list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.p-nurturing-flow__item {
  width: 100%;
}

.p-nurturing-flow__card {
  align-items: center;
  background-color: #fff;
  border: 0.125rem solid #c8e4ef;
  border-radius: 1.25rem;
  display: flex;
  justify-content: space-between;
  min-height: 12.5rem;
  overflow: visible;
  padding: 1.25rem 3.75rem;
  position: relative;
}

.p-nurturing-flow__card-content {
  flex: 1;
  max-width: 38.75rem;
  position: relative;
  z-index: 2;
}

.p-nurturing-flow__card-title {
  color: #0046CB;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.p-nurturing-flow__card-desc {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}

.p-nurturing-flow__card-img {
  flex-shrink: 0;
  height: auto;
  position: relative;
  width: 30rem;
  z-index: 2;
}

.p-nurturing-flow__card-img img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 180%;
}

.p-nurturing-fv {
  background-image: url("../img/nurturing/nurturing-header.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 63.8888888889%;
  min-height: 43.125rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-nurturing-fv__head {
  margin-left: 5vw;
  margin-top: 30vh;
  position: relative;
  z-index: 19;
}

.p-nurturing-fv__bg {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-nurturing-fv__bg-line01 {
  -webkit-animation: fadeInSlide 0.8s ease-out 0.2s forwards;
  animation: fadeInSlide 0.8s ease-out 0.2s forwards;
  height: 100%;
  left: -50%;
  opacity: 0;
  position: absolute;
  top: -42%;
  width: 100%;
}

.p-nurturing-fv__bg-line02 {
  -webkit-animation: fadeInSlide 0.8s ease-out 0.4s forwards;
  animation: fadeInSlide 0.8s ease-out 0.4s forwards;
  height: auto;
  opacity: 0;
  position: absolute;
  right: -10%;
  top: -5%;
  width: 45%;
}

.p-nurturing-fv__bg-line03 {
  -webkit-animation: fadeInSlide 0.8s ease-out 0.5s forwards;
  animation: fadeInSlide 0.8s ease-out 0.5s forwards;
  height: auto;
  left: 5%;
  opacity: 0;
  position: absolute;
  top: 25%;
  width: 25%;
}

.p-nurturing-fv__bg-circle01 {
  -webkit-animation: fadeInSlide 0.8s ease-out 0.6s forwards;
  animation: fadeInSlide 0.8s ease-out 0.6s forwards;
  height: 6.25rem;
  left: 22%;
  opacity: 0;
  position: absolute;
  top: 30%;
  width: 6.25rem;
}

.p-nurturing-fv__bg-line04 {
  -webkit-animation: fadeInSlide 0.8s ease-out 0.3s forwards;
  animation: fadeInSlide 0.8s ease-out 0.3s forwards;
  height: 100%;
  left: -30%;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

@-webkit-keyframes fadeInSlide {
  0% {
    -webkit-transform: translateX(-20px);
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInSlide {
  0% {
    -webkit-transform: translateX(-20px);
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
  }
}
.p-nurturing-intro {
  padding: 6.25rem 0 0;
}

.p-nurturing-intro__inner {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  margin-inline: auto;
  max-width: 81.25rem;
  max-width: 75rem;
  padding: 0 1.5625rem;
  text-align: center;
}

.p-nurturing-job {
  background-color: #fff;
  padding: 6.25rem 0 7.5rem;
}

.p-nurturing-job__inner {
  margin-inline: auto;
  max-width: 75rem;
  padding: 0 25px;
}

.p-nurturing-job__header {
  margin-bottom: 1.875rem;
  text-align: center;
}

.p-nurturing-job__en {
  color: #0046CB;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.p-nurturing-job__title {
  color: #0046CB;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
}

.p-nurturing-job__desc {
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 3.75rem;
  margin-inline: auto;
  text-align: center;
}

.p-nurturing-job__scroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
}

.p-nurturing-job__scroll img {
  display: block;
  height: auto;
  width: 100%;
}

.p-nurturing-job__cards-row {
  display: none;
}

.p-nurturing-job__card-sp {
  display: none;
}

.p-nurturing-job__card-sp--purple {
  background-color: #a353ff;
}

.p-nurturing-job__card-sp--red {
  background-color: #f23817;
}

.p-nurturing-job__card-sp--orange {
  background-color: #ff742b;
}

.p-nurturing-job__card-sp--yellow {
  background-color: #fccb27;
}

.p-nurturing-job__card-sp--green {
  background-color: #69d075;
}

.p-nurturing-job__card-sp--teal {
  background-color: #39c398;
}

.p-nurturing-job__card-sp--cyan {
  background-color: #39a3c3;
}

.p-nurturing-job__card-sp--blue {
  background-color: #0058ff;
}

.p-nurturing-job__cards {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 18.75rem;
}

.p-nurturing-job__cards--left {
  align-items: flex-end;
}

.p-nurturing-job__cards--right {
  align-items: flex-start;
}

.p-nurturing-job__center {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 26.25rem;
}

.p-nurturing-job__circle {
  align-items: center;
  display: flex;
  height: 23.75rem;
  justify-content: center;
  position: relative;
  width: 23.75rem;
}

.p-nurturing-job__circle-svg {
  -webkit-transform: translate(-50%, -50%);
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-nurturing-job__circle-arrow {
  -webkit-transform: translateX(-50%) rotate(90deg);
  bottom: -0.625rem;
  height: 1.5rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(90deg);
  width: 1.5rem;
}

.p-nurturing-job__circle-content {
  padding: 1.25rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

.p-nurturing-job__circle-text {
  color: #0F1884;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.p-nurturing-job__circle-logo {
  margin-inline: auto;
  width: 12.5rem;
}

.p-nurturing-job__circle-logo img {
  height: auto;
  width: 100%;
}

.p-nurturing-job__dots {
  display: none;
}

.p-nurturing-job__lines {
  display: none;
}

.p-nurturing-job__card {
  align-items: center;
  border-radius: 1.25rem;
  display: flex;
  gap: 0.9375rem;
  max-width: 18.75rem;
  padding: 1.25rem;
  position: relative;
  width: 100%;
}

.p-nurturing-job__cards--left .p-nurturing-job__card {
  flex-direction: row;
}

.p-nurturing-job__cards--right .p-nurturing-job__card {
  flex-direction: row-reverse;
}

.p-nurturing-job__card--yellow {
  background-color: #fccb27;
}

.p-nurturing-job__card--orange {
  background-color: #ff742b;
}

.p-nurturing-job__card--red {
  background-color: #f23817;
}

.p-nurturing-job__card--purple {
  background-color: #a353ff;
}

.p-nurturing-job__card--green {
  background-color: #69d075;
}

.p-nurturing-job__card--teal {
  background-color: #39c398;
}

.p-nurturing-job__card--cyan {
  background-color: #39a3c3;
}

.p-nurturing-job__card--blue {
  background-color: #0058ff;
}

.p-nurturing-job__card-content {
  flex: 1;
}

.p-nurturing-job__card-list {
  list-style: none;
  margin: 0 0 0.625rem 0;
  padding: 0;
}

.p-nurturing-job__card-list li {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

.p-nurturing-job__card--yellow .p-nurturing-job__card-list li {
  color: #6b5a00;
}

.p-nurturing-job__card--orange .p-nurturing-job__card-list li {
  color: #fff;
}

.p-nurturing-job__card--red .p-nurturing-job__card-list li {
  color: #fff;
}

.p-nurturing-job__card--purple .p-nurturing-job__card-list li {
  color: #fff;
}

.p-nurturing-job__card--green .p-nurturing-job__card-list li {
  color: #fff;
}

.p-nurturing-job__card--teal .p-nurturing-job__card-list li {
  color: #fff;
}

.p-nurturing-job__card--cyan .p-nurturing-job__card-list li {
  color: #fff;
}

.p-nurturing-job__card--blue .p-nurturing-job__card-list li {
  color: #fff;
}

.p-nurturing-job__card-logo {
  background-color: #fff;
  border-radius: 0.5rem;
  max-width: 9.375rem;
  padding: 0.5rem 0.75rem;
}

.p-nurturing-job__card-logo img {
  display: block;
  height: auto;
  width: 100%;
}

.p-nurturing-job__card-icon {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 5rem;
  justify-content: center;
  width: 5rem;
}

.p-nurturing-job__card-icon img {
  -o-object-fit: contain;
  height: 3.125rem;
  object-fit: contain;
  width: 3.125rem;
}

.p-nurturing-job__card-line {
  background-color: #0F1884;
  position: absolute;
}

.p-nurturing-job__card--yellow .p-nurturing-job__card-line--right {
  -webkit-transform: rotate(-25deg);
  -webkit-transform-origin: left center;
  height: 0.25rem;
  right: -6.25rem;
  top: 1.875rem;
  transform: rotate(-25deg);
  transform-origin: left center;
  width: 6.25rem;
}

.p-nurturing-job__card--orange .p-nurturing-job__card-line--right {
  -webkit-transform: translateY(-50%) rotate(-10deg);
  -webkit-transform-origin: left center;
  height: 0.25rem;
  right: -5.625rem;
  top: 50%;
  transform: translateY(-50%) rotate(-10deg);
  transform-origin: left center;
  width: 5.625rem;
}

.p-nurturing-job__card--red .p-nurturing-job__card-line--right {
  -webkit-transform: translateY(-50%) rotate(10deg);
  -webkit-transform-origin: left center;
  height: 0.25rem;
  right: -5.625rem;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  transform-origin: left center;
  width: 5.625rem;
}

.p-nurturing-job__card-line--right-bottom {
  -webkit-transform: rotate(25deg);
  -webkit-transform-origin: left center;
  bottom: 1.875rem;
  height: 0.25rem;
  right: -6.25rem;
  transform: rotate(25deg);
  transform-origin: left center;
  width: 6.25rem;
}

.p-nurturing-job__card-line--right::before {
  -webkit-transform: translateY(-50%);
  background-color: #0F1884;
  border-radius: 50%;
  content: "";
  height: 1rem;
  left: -0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

.p-nurturing-job__card-line--right-bottom::before {
  -webkit-transform: translateY(-50%);
  background-color: #0F1884;
  border-radius: 50%;
  content: "";
  height: 1rem;
  left: -0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

.p-nurturing-job__card--green .p-nurturing-job__card-line--left {
  -webkit-transform: rotate(25deg);
  -webkit-transform-origin: right center;
  height: 0.25rem;
  left: -6.25rem;
  top: 1.875rem;
  transform: rotate(25deg);
  transform-origin: right center;
  width: 6.25rem;
}

.p-nurturing-job__card--teal .p-nurturing-job__card-line--left {
  -webkit-transform: translateY(-50%) rotate(10deg);
  -webkit-transform-origin: right center;
  height: 0.25rem;
  left: -5.625rem;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  transform-origin: right center;
  width: 5.625rem;
}

.p-nurturing-job__card--cyan .p-nurturing-job__card-line--left {
  -webkit-transform: translateY(-50%) rotate(-10deg);
  -webkit-transform-origin: right center;
  height: 0.25rem;
  left: -5.625rem;
  top: 50%;
  transform: translateY(-50%) rotate(-10deg);
  transform-origin: right center;
  width: 5.625rem;
}

.p-nurturing-job__card-line--left-bottom {
  -webkit-transform: rotate(-25deg);
  -webkit-transform-origin: right center;
  bottom: 1.875rem;
  height: 0.25rem;
  left: -6.25rem;
  transform: rotate(-25deg);
  transform-origin: right center;
  width: 6.25rem;
}

.p-nurturing-job__card-line--left::before {
  -webkit-transform: translateY(-50%);
  background-color: #0F1884;
  border-radius: 50%;
  content: "";
  height: 1rem;
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

.p-nurturing-job__card-line--left-bottom::before {
  -webkit-transform: translateY(-50%);
  background-color: #0F1884;
  border-radius: 50%;
  content: "";
  height: 1rem;
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

.p-nurturing-leader {
  background-color: #fff;
  padding: 5rem 0 6.25rem;
}

.p-nurturing-leader__inner {
  margin-inline: auto;
  max-width: 75rem;
  padding: 0 25px;
}

.p-nurturing-leader__header {
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-nurturing-leader__badge {
  background-color: #fff9db;
  border: 0.1875rem solid #0F1884;
  border-radius: 62.5rem;
  color: #0046CB;
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  padding: 0.625rem 1.875rem;
}

.p-nurturing-leader__title {
  color: #0046CB;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
}

.p-nurturing-leader__content {
  position: relative;
}

.p-nurturing-leader__bubbles {
  display: flex;
  gap: 0.9375rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-nurturing-leader__bubble {
  aspect-ratio: 1/1.1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #0f1884;
  flex: 1;
  max-width: 20rem;
  padding: 4.375rem 1.875rem 0;
  position: relative;
  text-align: center;
}
.p-nurturing-leader__bubble:nth-child(even) {
  color: #a26a00;
}

.p-nurturing-leader__bubble:nth-child(1) {
  background-image: url("../img/nurturing/nurturing-speech-bubble01.svg");
}

.p-nurturing-leader__bubble:nth-child(2) {
  background-image: url("../img/nurturing/nurturing-speech-bubble02.svg");
}

.p-nurturing-leader__bubble:nth-child(3) {
  background-image: url("../img/nurturing/nurturing-speech-bubble03.svg");
  background-position: center bottom 1.25rem;
}

.p-nurturing-leader__bubble:nth-child(4) {
  background-image: url("../img/nurturing/nurturing-speech-bubble04.svg");
}

.p-nurturing-leader__bubble-inner {
  position: relative;
  z-index: 1;
}

.p-nurturing-leader__bubble-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}

.p-nurturing-leader__bubble-desc {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-nurturing-leader__people {
  align-items: flex-end;
  display: flex;
  gap: 1.875rem;
  justify-content: center;
  margin: 0 auto 1.25rem;
  width: 70%;
}

.p-nurturing-leader__person {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 8.75rem;
}

.p-nurturing-leader__person:nth-child(1) {
  width: 7.5rem;
}

.p-nurturing-leader__person:nth-child(2) {
  width: 6.25rem;
}

.p-nurturing-leader__person:nth-child(3) {
  width: 8.125rem;
}

.p-nurturing-leader__person:nth-child(4) {
  width: 6.875rem;
}

.p-nurturing-leader__person:nth-child(5) {
  width: 6.25rem;
}

.p-nurturing-other {
  background-color: #0046CB;
  padding: 6.25rem 0 7.5rem;
}

.p-nurturing-other__inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 var(--padding-pc);
}

.p-nurturing-other__header {
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-nurturing-other__en {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}

.p-nurturing-other__title {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.p-nurturing-other__cards {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-nurturing-other__card {
  align-items: center;
  background-color: #fff;
  border-radius: 1.25rem;
  display: flex;
  gap: 1.5625rem;
  padding: 1.875rem 2.1875rem;
}

.p-nurturing-other__card--large {
  padding: 2.5rem 3.125rem;
}

.p-nurturing-other__card-icon {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 6.25rem;
  justify-content: center;
  width: 6.25rem;
}

.p-nurturing-other__card-icon img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.p-nurturing-other__card-content {
  flex: 1;
}

.p-nurturing-other__card-title {
  color: #0046CB;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.p-nurturing-other__card--large .p-nurturing-other__card-title {
  font-size: 1.5rem;
}

.p-nurturing-other__card-desc {
  color: #333;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.p-nurturing-other__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-pageTop {
  bottom: 1.875rem;
  cursor: pointer;
  position: fixed;
  right: 1.875rem;
  z-index: 50;
}

.p-pageTop__wrap {
  position: relative;
}

.p-pageTop__wrap img {
  width: 3.125rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.p-slider {
  height: 100%;
  width: 100%;
}
.p-slider .swiper-slide {
  overflow: hidden;
}
.p-slider .slide-img {
  height: 100%;
}
.p-slider .slide-img img {
  width: 100%;
}
.p-slider img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.p-slider .swiper-slide-active .slide-img,
.p-slider .swiper-slide-duplicate-active .slide-img,
.p-slider .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .slide-img img {
  display: block;
}

.p-top-people {
  background-color: #fff;
  overflow: hidden;
  padding: 7.5rem 0;
  position: relative;
}

.p-top-people__deco {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-top-people__bar {
  -webkit-transform: rotate(-15deg);
  border-radius: 6.25rem;
  display: block;
  position: absolute;
  transform: rotate(-15deg);
}

.p-top-people__bar--blue {
  background-color: #1A4BC7;
  height: 6.25rem;
  left: -6.25rem;
  top: 6.25rem;
  width: 75rem;
}

.p-top-people__bar--yellow {
  background: linear-gradient(90deg, rgba(200, 180, 100, 0.5) 0%, #C8B464 100%);
  height: 3.75rem;
  right: -3.125rem;
  top: 9.375rem;
  width: 25rem;
}

.p-top-people__bar--cyan {
  -webkit-transform: rotate(-15deg);
  background: linear-gradient(90deg, #00CFFF 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 6.25rem 0 0 6.25rem;
  bottom: 12.5rem;
  height: 7.5rem;
  left: -6.25rem;
  transform: rotate(-15deg);
  width: 50rem;
}

.p-top-people__inner {
  margin: 0 auto;
  max-width: 81.25rem;
  padding: 0 25px;
  position: relative;
  z-index: 10;
}

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

.p-top-people__title-en {
  color: #0F1884;
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.p-top-people__title-jp {
  color: #0F1884;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 0.625rem;
}

.p-top-people__slider-wrap {
  margin-bottom: 5rem;
  position: relative;
}

.p-top-people__slider {
  overflow: visible;
}

.p-top-people__slide {
  border-radius: 1.25rem;
  height: 36.25rem;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  width: 28.75rem;
}

.p-top-people__slide:not(.swiper-slide-active)::after {
  background-color: rgba(100, 150, 200, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

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

.p-top-people__slide-info {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 0.75rem;
  bottom: 1.25rem;
  left: 1.25rem;
  min-width: 11.25rem;
  padding: 1.25rem 1.5625rem;
  position: absolute;
  z-index: 10;
}

.p-top-people__slide-name {
  color: #0F1884;
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.p-top-people__slide-year {
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.p-top-people__slide-dept {
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-top-people__slider-nav {
  -webkit-transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35rem;
  z-index: 20;
}

.p-top-people__slider-prev,
.p-top-people__slider-next {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  pointer-events: auto;
  transition: all 0.3s ease;
  width: 3.125rem;
}

.p-top-people__slider-prev::before,
.p-top-people__slider-next::before {
  border-right: 2px solid #0F1884;
  border-top: 2px solid #0F1884;
  content: "";
  display: block;
  height: 0.625rem;
  width: 0.625rem;
}

.p-top-people__slider-prev::before {
  -webkit-transform: rotate(-135deg);
  margin-left: 0.25rem;
  transform: rotate(-135deg);
}

.p-top-people__slider-next::before {
  -webkit-transform: rotate(45deg);
  margin-right: 0.25rem;
  transform: rotate(45deg);
}
.p-top-people__view-all {
  align-items: center;
  color: #0F1884;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.625rem;
  justify-content: flex-start;
  letter-spacing: 0.05em;
  margin-top: 1.875rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.p-top-people__view-all::after {
  -webkit-transform: rotate(45deg);
  border-right: 2px solid #0F1884;
  border-top: 2px solid #0F1884;
  content: "";
  display: block;
  height: 0.5rem;
  transform: rotate(45deg);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 0.5rem;
}
.p-top-people__talk-sessions {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 5rem;
}

.p-top-people__talk-card {
  background-color: #D8DAE8;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  min-height: 25rem;
  overflow: hidden;
  padding: 2.5rem;
  position: relative;
}

.p-top-people__talk-label {
  color: #0F1884;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0.625rem;
}

.p-top-people__talk-title {
  color: #0F1884;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-top-people__talk-img {
  border-radius: 1rem;
  margin-top: auto;
  max-width: 31.25rem;
  overflow: hidden;
  width: 100%;
}

.p-top-people__talk-img img {
  display: block;
  height: auto;
  width: 100%;
}

.p-top-people__talk-link {
  align-items: center;
  color: #0F1884;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.625rem;
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.p-top-people__talk-link::after {
  -webkit-transform: rotate(45deg);
  border-right: 2px solid #0F1884;
  border-top: 2px solid #0F1884;
  content: "";
  display: block;
  height: 0.5rem;
  transform: rotate(45deg);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 0.5rem;
}
.p-top-works {
  overflow: hidden;
  padding: 7.5rem 0 9.375rem;
  position: relative;
}

.p-top-works__bg {
  background: linear-gradient(135deg, #00D4FF 0%, #0099FF 50%, #0066FF 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-top-works__dots {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.15) 2px, transparent 2px);
  background-size: 0.75rem 0.75rem;
  bottom: 0;
  clip-path: ellipse(100% 100% at 100% 100%);
  height: 37.5rem;
  left: 0;
  position: absolute;
  width: 37.5rem;
  z-index: 2;
}

.p-top-works__bar {
  -webkit-transform: rotate(-15deg);
  border-radius: 6.25rem;
  display: block;
  position: absolute;
  transform: rotate(-15deg);
  z-index: 3;
}

.p-top-works__bar--yellow {
  background: linear-gradient(90deg, rgba(240, 210, 100, 0.3) 0%, #F0D264 50%, #F0D264 100%);
  height: 11.25rem;
  left: -12.5rem;
  top: 9.375rem;
  width: 62.5rem;
}

.p-top-works__inner {
  margin: 0 auto;
  max-width: 81.25rem;
  padding: 0 25px;
  position: relative;
  z-index: 10;
}

.p-top-works__content {
  align-items: flex-start;
  display: flex;
  gap: 3.75rem;
  justify-content: space-between;
}

.p-top-works__images {
  flex: 0 0 38.75rem;
  height: 34.375rem;
  position: relative;
}

.p-top-works__img--back {
  border-radius: 1rem;
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.2);
  height: 29.375rem;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 5rem;
  width: 23.75rem;
}

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

.p-top-works__img--front {
  border-radius: 1rem;
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.15);
  height: 29.375rem;
  left: 15rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 23.75rem;
}

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

.p-top-works__body {
  flex: 1;
  padding-top: 1.25rem;
}

.p-top-works__head {
  margin-bottom: 3.125rem;
}

.p-top-works__title-en {
  color: #0F1884;
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.p-top-works__title-jp {
  color: #0F1884;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 0.625rem;
}

.p-top-works__card {
  background-color: transparent;
}

.p-top-works__card-title {
  margin-bottom: 1.25rem;
}

.p-top-works__card-title-main {
  color: #0F1884;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.p-top-works__card-title-sub {
  color: #0F1884;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0.3125rem;
}

.p-top-works__card-txt {
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-bottom: 1.875rem;
}

.p-top-works__btn {
  display: inline-flex;
}

.p-under-head__title {
  color: #fff;
  font-size: 4.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  position: relative;
  text-shadow: 0 0 1.875rem #0043A2;
  z-index: 19;
}

.p-under-head__subtitle {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-top: 0.625rem;
  position: relative;
  text-shadow: 0 0 1.875rem #0043A2;
  z-index: 19;
}

.p-under-head__bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-under-head__bg-line01 {
  height: 100%;
  left: -50%;
  opacity: 0;
  position: absolute;
  top: -42%;
  width: 100%;
}

.p-under-head__bg-line02 {
  height: 100%;
  left: 30%;
  opacity: 0;
  position: absolute;
  top: -42%;
  width: 100%;
}

.p-under-head__bg-line03 {
  height: 100%;
  left: -50%;
  opacity: 0;
  position: absolute;
  top: 12%;
  width: 100%;
}

.p-under-head__bg-line04 {
  height: 100%;
  left: -30%;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.p-walfare-dormitory {
  padding: 5rem 0;
}

.p-walfare-dormitory__inner {
  margin-inline: auto;
  max-width: 70rem;
  padding: 0 var(--padding-pc);
}

.p-walfare-dormitory__desc {
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-walfare-dormitory__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-walfare-dormitory__item {
  width: 100%;
}

.p-walfare-dormitory__card {
  -o-border-image: linear-gradient(135deg, rgba(0, 180, 230, 0.3) 0%, rgba(200, 230, 255, 0.4) 50%, rgba(0, 180, 230, 0.2) 100%) 1;
  align-items: center;
  background: linear-gradient(135deg, rgba(240, 249, 255, 0.9) 0%, rgba(248, 252, 255, 0.95) 100%);
  border-image: linear-gradient(135deg, rgba(0, 180, 230, 0.3) 0%, rgba(200, 230, 255, 0.4) 50%, rgba(0, 180, 230, 0.2) 100%) 1;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 100, 180, 0.08);
  display: flex;
  gap: 2.5rem;
  overflow: hidden;
  padding: 2.5rem 3.125rem;
  position: relative;
}

.p-walfare-dormitory__card::before {
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  background: linear-gradient(135deg, rgba(0, 200, 255, 0.35) 0%, rgba(200, 235, 255, 0.25) 50%, rgba(0, 180, 230, 0.3) 100%);
  border-radius: 1.125rem;
  content: "";
  inset: 0;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  padding: 0.125rem;
  pointer-events: none;
  position: absolute;
}

.p-walfare-dormitory__card-content {
  flex: 1;
}

.p-walfare-dormitory__card-title {
  background-color: #0046CB;
  border-radius: 62.5rem;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 1.5625rem;
  padding: 0.75rem 1.875rem;
}

.p-walfare-dormitory__card-desc {
  color: #0046CB;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
}

.p-walfare-dormitory__card-img {
  border-radius: 1.25rem;
  flex-shrink: 0;
  height: 17.5rem;
  overflow: hidden;
  width: 28.125rem;
}

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

.p-walfare-fv {
  background-image: url("../img/walfare/welfare-header.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 63.8888888889%;
  min-height: 43.125rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-walfare-fv__head {
  margin-left: 5vw;
  margin-top: 30vh;
  position: relative;
  z-index: 19;
}

.p-walfare-fv__bg {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-walfare-fv__bg-line01 {
  -webkit-animation: walfareFadeInSlide 0.8s ease-out 0.2s forwards;
  animation: walfareFadeInSlide 0.8s ease-out 0.2s forwards;
  height: 100%;
  left: -50%;
  opacity: 0;
  position: absolute;
  top: -42%;
  width: 100%;
}

.p-walfare-fv__bg-line02 {
  -webkit-animation: walfareFadeInSlide 0.8s ease-out 0.4s forwards;
  animation: walfareFadeInSlide 0.8s ease-out 0.4s forwards;
  height: auto;
  opacity: 0;
  position: absolute;
  right: -10%;
  top: -5%;
  width: 45%;
}

.p-walfare-fv__bg-line03 {
  -webkit-animation: walfareFadeInSlide 0.8s ease-out 0.5s forwards;
  animation: walfareFadeInSlide 0.8s ease-out 0.5s forwards;
  height: auto;
  left: 5%;
  opacity: 0;
  position: absolute;
  top: 25%;
  width: 25%;
}

.p-walfare-fv__bg-circle01 {
  -webkit-animation: walfareFadeInSlide 0.8s ease-out 0.6s forwards;
  animation: walfareFadeInSlide 0.8s ease-out 0.6s forwards;
  height: 6.25rem;
  left: 22%;
  opacity: 0;
  position: absolute;
  top: 30%;
  width: 6.25rem;
}

.p-walfare-fv__bg-line04 {
  -webkit-animation: walfareFadeInSlide 0.8s ease-out 0.3s forwards;
  animation: walfareFadeInSlide 0.8s ease-out 0.3s forwards;
  height: 100%;
  left: -30%;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

@-webkit-keyframes walfareFadeInSlide {
  0% {
    -webkit-transform: translateX(-20px);
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes walfareFadeInSlide {
  0% {
    -webkit-transform: translateX(-20px);
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
  }
}
.p-walfare-system {
  padding: 3.75rem 0 8.75rem;
}

.p-walfare-system__inner {
  margin: 0 auto;
  max-width: 70rem;
  padding: 0 var(--padding-pc);
}

.p-walfare-cards {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-card {
  align-items: center;
  background: linear-gradient(180deg, rgba(240, 249, 255, 0.95) 0%, rgb(255, 255, 255) 100%);
  border: 0.125rem solid #d3ecf5;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  min-height: 16.25rem;
  padding: 1.5625rem 1.25rem 1.875rem;
}

.p-card__title {
  background-color: #0046CB;
  border-radius: 62.5rem;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  max-width: 17.5rem;
  padding: 0.75rem 0.9375rem;
  text-align: center;
  width: 100%;
}

.p-card__img {
  display: flex;
  /*  align-items: center;*/
  flex: 1;
  justify-content: center;
  padding: 1.25rem 0;
  width: 100%;
}

.p-card__img img {
  -o-object-fit: contain;
  height: 6.25rem;
  max-height: 6.25rem;
  max-width: 7.5rem;
  object-fit: contain;
  width: auto;
}

.p-card__txt {
  color: #0046CB;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
}

.p-whatTokyokeiba-about {
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 6rem;
  position: relative;
  width: 100%;
}

.p-whatTokyokeiba-about__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-whatTokyokeiba-about__bg-img {
  -o-object-fit: cover;
  -o-object-position: center center;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.p-whatTokyokeiba-about__bg-gradient {
  background: linear-gradient(135deg, rgba(15, 24, 132, 0.7) 0%, rgba(0, 120, 200, 0.6) 50%, rgba(200, 240, 255, 0.3) 100%);
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-whatTokyokeiba-about__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 81.25rem;
  padding: 2rem 0 1.875rem;
  position: relative;
  width: 72.9166666667%;
  z-index: 1;
}

.p-whatTokyokeiba-about__inner > div {
  width: 46%;
}

.p-whatTokyokeiba-about__heading {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-whatTokyokeiba-about__heading-en {
  color: #fff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-shadow: 0 0 2.5rem rgba(100, 180, 255, 0.8), 0 0 5rem rgba(100, 180, 255, 0.4);
}

.p-whatTokyokeiba-about__cards {
  color: #fff;
  font-size: 1.5625rem;
  text-align: center;
}

.p-whatTokyokeiba-about__cards .p-whatTokyokeiba01__cards-title {
  margin-bottom: 0.9375rem;
  margin-top: 1.875rem;
}

.p-whatTokyokeiba-about__cards-box {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin-bottom: 0rem;
}

.p-whatTokyokeiba-about__card-wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-whatTokyokeiba-about__card-label {
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.25rem;
  font-weight: #000;
  letter-spacing: 0.07em;
}

.p-whatTokyokeiba-about__card-label a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-whatTokyokeiba-about__card {
  border-radius: 1.25rem;
  height: 12.5rem;
  overflow: hidden;
  width: 19.375rem;
}
.p-whatTokyokeiba-about__card a img {
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.p-whatTokyokeiba-about__card a:hover img {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.p-whatTokyokeiba-about__card--img {
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.15);
}

.p-whatTokyokeiba-about__card-img {
  -o-object-fit: cover;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-whatTokyokeiba-about__card--video {
  border: none;
  border-radius: 1.25rem;
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.2);
}

.p-whatTokyokeiba-about__video-link {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.p-whatTokyokeiba-about__video-thumb {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-whatTokyokeiba-about__video-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-whatTokyokeiba-about__video-play {
  -webkit-transform: translate(-50%, -50%);
  align-items: center;
  background-color: transparent;
  border: 0.3125rem solid #fff;
  border-radius: 50%;
  display: flex;
  height: 4.1875rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 4.1875rem;
}

.p-whatTokyokeiba-about__video-play::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 0.8125rem 0 0.8125rem 1.375rem;
  content: "";
  display: block;
  height: 0;
  margin-left: 0.3125rem;
  width: 0;
}
.p-whatTokyokeiba-about__business {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.p-whatTokyokeiba-about__business svg {
  height: auto;
  max-height: 50vh;
  max-width: 28.125rem;
  width: 100%;
}

.p-whatTokyokeiba-about__business-title {
  background-color: #F2FAFD;
  border-radius: 1.375rem;
  color: #0F1884;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.25rem 1.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-whatTokyokeiba-about__business-icons {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 2.25rem;
}

.p-whatTokyokeiba-about__business-row {
  display: flex;
  gap: 3.125rem;
  justify-content: center;
}

.p-whatTokyokeiba-about__business-row--middle {
  gap: 5.625rem;
}

.p-whatTokyokeiba-about__business-row--bottom {
  margin-top: -0.625rem;
}

.p-whatTokyokeiba-about__business-item {
  display: flex;
  justify-content: center;
}

.p-whatTokyokeiba-about__business-circle {
  align-items: center;
  background: radial-gradient(circle at 30% 30%, #ffd54f 0%, #ffb300 50%, #f9a825 100%);
  border-radius: 50%;
  box-shadow: 0 0.5rem 1.5625rem rgba(255, 179, 0, 0.4);
  display: flex;
  flex-direction: column;
  height: 11.25rem;
  justify-content: center;
  padding: 1.25rem;
  transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  width: 11.25rem;
}
.p-whatTokyokeiba-about__business-icon {
  height: auto;
  margin-bottom: 0.625rem;
  width: 4.375rem;
}

.p-whatTokyokeiba-about__business-name {
  color: #333;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.p-whatTokyokeiba-numbers__cards {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
}
.p-whatTokyokeiba-numbers__cards span.line {
  border-left: 1px solid #0046cb;
  margin-left: 0.625rem;
  padding-left: 0.625rem;
}

.modal-video-close-btn {
  cursor: pointer;
  height: 2.8125rem;
  opacity: 1;
  right: 0rem;
  top: -3.4375rem;
  width: 2.8125rem;
}

.p-whatTokyokeiba-fun {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-whatTokyokeiba-fun__bg {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-whatTokyokeiba-fun__bg-img {
  -o-object-fit: cover;
  -o-object-position: center center;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.p-whatTokyokeiba-fun__bg-gradient {
  background: linear-gradient(135deg, rgba(24, 63, 137, 0.85) 0%, rgba(22, 161, 255, 0.7) 24%, rgba(62, 240, 255, 0.3) 60%, rgba(62, 240, 255, 0) 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-whatTokyokeiba-fun__inner {
  align-items: center;
  display: flex;
  flex: 1;
  margin-bottom: 10vh;
  margin-inline: auto;
  margin-top: 20vh;
  max-width: 81.25rem;
  padding: 2.5rem 25px 6.25rem;
  position: relative;
  width: 90%;
  z-index: 1;
}

.p-whatTokyokeiba-fun__content {
  max-width: 40rem;
}

.p-whatTokyokeiba-fun__title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.4;
  margin-bottom: 1.875rem;
}

.p-whatTokyokeiba-fun__text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 2.22;
}

.p-whatTokyokeiba-fv {
  background-image: url("../img/whatTokyokeiba/whatTokyokeiba-fv-bg@2x.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 63.8888888889%;
  min-height: 43.125rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-whatTokyokeiba__head {
  margin-left: 5vw;
  margin-top: 30vh;
  position: relative;
  z-index: 21;
}

.p-whatTokyokeiba-fv__bg {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-whatTokyokeiba-fv__bg-line01 {
  -webkit-animation: jobFvLine01 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
  animation: jobFvLine01 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
  height: 42.6875rem;
  left: -25rem;
  opacity: 0;
  position: absolute;
  top: -9.375rem;
  width: 98.5rem;
}

.p-whatTokyokeiba-fv__bg-line01 rect {
  height: 16.375rem;
  width: 94.625rem;
}

.p-whatTokyokeiba-fv__bg-line02 {
  -webkit-animation: jobFvLine02 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
  animation: jobFvLine02 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
  height: 18.125rem;
  opacity: 0;
  position: absolute;
  right: -6.25rem;
  top: -5rem;
  width: 44.5625rem;
}

.p-whatTokyokeiba-fv__bg-line02 rect {
  height: 6.0625rem;
  width: 42.8125rem;
}

.p-whatTokyokeiba-fv__bg-line03 {
  -webkit-animation: jobFvLine03 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
  animation: jobFvLine03 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
  height: 34.375rem;
  left: -18.75rem;
  opacity: 0;
  position: absolute;
  top: 3.125rem;
  width: 77.4375rem;
}

.p-whatTokyokeiba-fv__bg-line03 rect {
  height: 13.8125rem;
  width: 73.5625rem;
}

.p-whatTokyokeiba-fv__bg-line04 {
  -webkit-animation: jobFvLine04 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
  animation: jobFvLine04 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
  height: 20.25rem;
  left: -9.375rem;
  opacity: 0;
  position: absolute;
  top: 6.25rem;
  width: 49rem;
}

.p-whatTokyokeiba-fv__bg-line04 rect {
  height: 7rem;
  width: 40rem;
}

.p-whatTokyokeiba-fv__bg-line04 circle {
  r: 3.25rem;
}

.p-whatTokyokeiba-head {
  margin-top: 9.375rem;
  padding-bottom: 0.9375rem;
  position: relative;
  text-align: center;
}
.p-whatTokyokeiba-head::after {
  -webkit-transform: translateX(-50%);
  background: #fff;
  bottom: 0;
  content: "";
  height: 0.25rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 7rem;
}

.p-whatTokyokeiba-head__title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.p-whatTokyokeiba-kuei {
  box-sizing: border-box;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-whatTokyokeiba-kuei__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-whatTokyokeiba-kuei__bg-img {
  -o-object-fit: cover;
  -o-object-position: center center;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.p-whatTokyokeiba-kuei__bg-gradient {
  background: linear-gradient(135deg, rgba(15, 24, 132, 0.8) 0%, rgba(0, 70, 203, 0.7) 50%, rgba(0, 120, 200, 0.6) 100%);
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-whatTokyokeiba-kuei__head {
  position: relative;
  z-index: 1;
}

.p-whatTokyokeiba-kuei__inner {
  margin-inline: auto;
  max-width: 81.25rem;
  padding: 1.25rem 25px 5rem;
  position: relative;
  z-index: 1;
}

.p-whatTokyokeiba-kuei__content {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.p-whatTokyokeiba-kuei__box {
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-whatTokyokeiba-kuei__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.5625rem;
}

.p-whatTokyokeiba-kuei__text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-inline: auto;
  max-width: 56.25rem;
}

.p-whatTokyokeiba-kuei__brands {
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-whatTokyokeiba-kuei__brands-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-bottom: 1.875rem;
}

.p-whatTokyokeiba-kuei__brands-grid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  justify-content: center;
}

.p-whatTokyokeiba-kuei__brand-item {
  align-items: center;
  background-color: #fff;
  border-radius: 0.9375rem;
  box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.15);
  display: flex;
  height: 5.625rem;
  justify-content: center;
  padding: 0.9375rem;
  transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  width: 12.5rem;
}
.p-whatTokyokeiba-kuei__brand-img {
  -o-object-fit: contain;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.p-whatTokyokeiba-kuei__more {
  align-items: center;
  background-color: #fff;
  border-radius: 3.75rem;
  box-shadow: 0 0 0.625rem rgba(184, 192, 199, 0.7);
  display: flex;
  height: 3.4375rem;
  justify-content: center;
  text-decoration: none;
  transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  width: 11.25rem;
}
.p-whatTokyokeiba-kuei__more-text {
  color: #0F1884;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.p-whatTokyokeiba-mirai {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-whatTokyokeiba-mirai__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-whatTokyokeiba-mirai__bg-img {
  -o-object-fit: cover;
  -o-object-position: center center;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.p-whatTokyokeiba-mirai__bg-gradient {
  background: linear-gradient(90deg, rgba(0, 58, 140, 0.95) 0%, rgba(0, 70, 203, 0.85) 20%, rgba(0, 196, 255, 0.6) 50%, rgba(62, 240, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-whatTokyokeiba-mirai__inner {
  align-items: center;
  display: flex;
  flex: 1;
  margin-inline: auto;
  margin-right: 13.25rem;
  max-width: 68.75rem;
  padding: 5rem 25px 7.5rem;
  position: relative;
  width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.p-whatTokyokeiba-mirai h4 {
  color: #fff;
  margin-bottom: 1.5625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.125rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-whatTokyokeiba-mirai h5 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 0.6875rem;
  text-align: left;
}

.p-whatTokyokeiba-mirai__content {
  flex-shrink: 0;
  max-width: 31.875rem;
}

.p-whatTokyokeiba-mirai__title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.4;
  margin-bottom: 1.875rem;
}

.p-whatTokyokeiba-mirai__text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 2.22;
}

.p-whatTokyokeiba-mirai__images {
  display: flex;
  flex-shrink: 0;
  gap: 1.875rem;
  justify-content: center;
  text-align: center;
}

.p-whatTokyokeiba-mirai__image-wrap {
  border-radius: 1.25rem;
  flex-shrink: 0;
  height: 12.5rem;
  text-align: center;
  width: 19.375rem;
}
.p-whatTokyokeiba-mirai__image-wrap a img {
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.p-whatTokyokeiba-mirai__image-wrap a:hover img {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.p-whatTokyokeiba-mirai__image {
  -o-object-fit: cover;
  -o-object-position: center center;
  border-radius: 1.25rem;
  height: auto;
  margin-top: 1rem;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.p-whatTokyokeiba-numbers {
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.p-whatTokyokeiba-numbers__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

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

.p-whatTokyokeiba-numbers__head {
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}

.p-whatTokyokeiba-numbers__inner {
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
  z-index: 1;
}

.p-whatTokyokeiba-numbers__title-box {
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-whatTokyokeiba-numbers__title {
  color: #0F1884;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.p-whatTokyokeiba-numbers__subtitle {
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-whatTokyokeiba-numbers__cards {
  display: block;
  max-width: 100%;
  padding-bottom: 12.5rem;
}

.p-whatTokyokeiba-numbers__cards-row {
  align-items: stretch;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(4, 1fr);
}

.p-whatTokyokeiba-numbers__cards-row + .p-whatTokyokeiba-numbers__cards-row {
  margin-top: 1.25rem;
}

.p-whatTokyokeiba-numbers__card {
  background: #f2fafd;
  border: 0.1875rem solid #d3ecf5;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 12.5rem;
  overflow: hidden;
}

.p-whatTokyokeiba-numbers__card--blue {
  background: #0046CB;
  border-color: #0046CB;
}

.p-whatTokyokeiba-numbers__card--blue .p-whatTokyokeiba-numbers__card-label {
  background: #fff;
  color: #0046CB;
}

.p-whatTokyokeiba-numbers__card--blue .p-whatTokyokeiba-numbers__card-number {
  color: #fff;
}

.p-whatTokyokeiba-numbers__card--blue .p-whatTokyokeiba-numbers__card-unit {
  color: #fff;
}

.p-whatTokyokeiba-numbers__card-label {
  align-items: center;
  background: #0046cb;
  border-radius: 2.8125rem;
  color: #fff;
  display: flex;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  height: 2.4375rem;
  justify-content: center;
  line-height: 1;
  margin: 0.9375rem 1.4375rem 0;
  padding: 0.375rem 0.9375rem;
  text-align: center;
}
.p-whatTokyokeiba-numbers__card-label--small {
  font-size: 1rem;
}

.p-whatTokyokeiba-numbers__card-body {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 0.625rem 0;
  justify-content: center;
  padding: 1.25rem 1.5625rem 0.9375rem;
}

.p-whatTokyokeiba-numbers__cards-row:nth-of-type(1) .p-whatTokyokeiba-numbers__card:nth-of-type(1) .p-whatTokyokeiba-numbers__card-body {
  padding: 0.9375rem 1.4375rem 0.625rem;
}

.p-whatTokyokeiba-numbers__cards-row:nth-of-type(1) .p-whatTokyokeiba-numbers__card:nth-of-type(2) .p-whatTokyokeiba-numbers__card-text-small {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-right: 1.5625rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-whatTokyokeiba-numbers__cards-row:nth-of-type(2) .p-whatTokyokeiba-numbers__card:nth-of-type(1) .p-whatTokyokeiba-numbers__card-body {
  padding: 0.9375rem 1.4375rem 0.625rem;
}

.p-whatTokyokeiba-numbers__cards-row:nth-of-type(1) .p-whatTokyokeiba-numbers__card:nth-of-type(2) .p-whatTokyokeiba-numbers__card-value {
  justify-content: space-around;
}

.p-whatTokyokeiba-numbers__cards-row:nth-of-type(1) .p-whatTokyokeiba-numbers__card:nth-of-type(2) .p-whatTokyokeiba-numbers__card-box:last-child {
  margin-right: 0;
}

.p-whatTokyokeiba-numbers__cards-row:nth-of-type(1) .p-whatTokyokeiba-numbers__card:nth-of-type(2) .p-whatTokyokeiba-numbers__card-box:last-child .p-whatTokyokeiba-numbers__card-text-small {
  margin-right: 0.625rem;
}

.p-whatTokyokeiba-numbers__card-content {
  align-items: baseline;
  display: flex;
}

.p-whatTokyokeiba-numbers__card-number {
  color: #0046cb;
  font-family: "Oswald", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1;
}

.p-whatTokyokeiba-numbers__card-unit {
  color: #0046cb;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.3125rem;
}

.p-whatTokyokeiba-numbers__cards-row:nth-of-type(1) .p-whatTokyokeiba-numbers__card:nth-of-type(2) .p-whatTokyokeiba-numbers__card-unit {
  margin-left: -0.625rem;
  margin-right: 0.625rem;
}

.p-whatTokyokeiba-numbers__card-icon {
  flex-shrink: 0;
  margin-left: 0.625rem;
}

.p-whatTokyokeiba-numbers__card-icon img {
  height: 4.625rem;
  width: 5.125rem;
}

.p-whatTokyokeiba-numbers__card-label-notes {
  font-size: 80%;
  font-weight: 400;
  padding-left: 0.5rem;
}

.p-whatTokyokeiba-numbers__card-notes {
  color: #6782b7;
  font-size: 90%;
  margin-bottom: 1rem;
  text-align: center;
}

.p-whatTokyokeiba-numbers__card-value {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-whatTokyokeiba-numbers__card-box {
  display: inline-block;
  margin-left: 0rem;
  margin-top: -1.875rem;
  text-align: center;
}

.p-whatTokyokeiba-numbers__card-text-small {
  color: #0046cb;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: -0.5rem;
  text-align: center;
}

.p-whatTokyokeiba-reassurance {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-whatTokyokeiba-reassurance__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-whatTokyokeiba-reassurance__bg-img {
  -o-object-fit: cover;
  -o-object-position: center center;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.p-whatTokyokeiba-reassurance__bg-gradient {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-whatTokyokeiba-reassurance__head {
  position: relative;
  z-index: 1;
}

.p-whatTokyokeiba-reassurance__inner {
  align-items: center;
  display: flex;
  flex: 1;
  margin-inline: auto;
  margin-right: 6.25rem;
  max-width: 81.25rem;
  padding: 5rem 25px 7.5rem;
  position: relative;
  width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.p-whatTokyokeiba-reassurance__content {
  max-width: 40rem;
}

.p-whatTokyokeiba-reassurance__title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.13;
  margin-bottom: 1.875rem;
}

.p-whatTokyokeiba-reassurance__text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 2.2222222222;
}

.p-whatTokyokeiba-thought {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-whatTokyokeiba-thought__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-whatTokyokeiba-thought__bg-img {
  -o-object-fit: cover;
  -o-object-position: center center;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.p-whatTokyokeiba-thought__bg-gradient {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-whatTokyokeiba-thought__box {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  margin: 0 auto;
  width: 80%;
}

.p-whatTokyokeiba-thought__image {
  flex-shrink: 0;
  width: 40%;
}
.p-whatTokyokeiba-thought__image img {
  display: block;
  height: auto;
  width: 100%;
}

.p-whatTokyokeiba-thought__inner {
  align-items: center;
  flex: 1;
  justify-content: center;
  max-width: 81.25rem;
  padding: 2.5rem 25px 6.25rem;
  position: relative;
  z-index: 1;
}

.p-whatTokyokeiba-thought__content {
  background-color: rgba(255, 255, 255, 0.7);
  border: 0.1875rem solid #fff;
  border-radius: 1.25rem;
  padding: 3.125rem 6.25rem;
  text-align: center;
}

.p-whatTokyokeiba-thought__label {
  background-color: #f2fafd;
  border-radius: 1.375rem;
  color: #0F1884;
  display: inline-block;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-bottom: 1.5625rem;
  padding: 0.25rem 3.75rem;
}

.p-whatTokyokeiba-thought__philosophy {
  color: #0F1884;
  font-size: 1.875rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.67;
}

.p-whatTokyokeiba-thought__inner .p-whatTokyokeiba-thought__head {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  margin-bottom: 1.5625rem;
  text-align: left;
}

.p-whatTokyokeiba-thought__text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 2.22;
  margin-inline: auto;
  max-width: 81.25rem;
  padding: 1.25rem 0 0;
  position: relative;
  text-align: left;
  z-index: 1;
}

.p-whatTokyokeiba01__box {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.p-whatTokyokeiba01__box-head {
  color: #fff;
  padding-top: 1.25rem;
}

.p-whatTokyokeiba01__box-head h3 {
  font-size: 2rem;
  font-weight: #000;
  letter-spacing: 0.07em;
}

.p-whatTokyokeiba01__box-head p {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 2.2222222222;
  margin-top: 1.25rem;
}

.p-whatTokyokeiba01__cards-title {
  font-size: 1.5625rem;
  font-weight: #000;
  letter-spacing: 0.07em;
  margin-top: 1.5625rem;
  text-align: center;
}

html,
body {
  -ms-scroll-snap-type: y proximity;
  height: 100%;
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
}

.p-fullpage__section {
  min-height: 100vh !important;
  scroll-margin-top: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.p-youngEmployee-fv {
  height: 63.8888888889%;
  min-height: 43.125rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-youngEmployee-fv__head {
  margin-left: 5vw;
  padding-top: 30vh;
  position: relative;
  z-index: 21;
}

.p-youngEmployee-fv__title {
  color: #fff;
  font-size: 4.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  position: relative;
  text-shadow: 0 0 1.875rem #0043a2;
  z-index: 19;
}

.p-youngEmployee-fv__subtitle {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-top: 0.625rem;
  position: relative;
  text-shadow: 0 0 1.875rem #0043a2;
  z-index: 19;
}

.p-youngEmployee-fv__bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-youngEmployee-fv__bg img {
  -o-object-fit: cover;
  -o-object-position: center left;
  height: 100%;
  object-fit: cover;
  object-position: center left;
  width: 100%;
}

.p-zadankai-head {
  height: 50rem;
  overflow: hidden;
}

.u-base1 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.u-flex {
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

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

.u-fontFamily__second {
  font-family: "Poppins", sans-serif;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: none;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media (min-width: 768px) {
  .p-index-about__row02-pc {
    display: flex;
  }
  .p-index-about__row02-pc .p-media__box {
    display: flex;
    gap: 1.25rem;
    width: 67.8645833333%;
  }
  .p-index-about__row02-pc .p-media__img {
    aspect-ratio: 1/1.4;
    border-radius: 1.25rem;
    flex: 1 1 0;
    overflow: hidden;
  }
  .p-index-about__row02-pc .p-media__img img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}

@media (min-width: 900px) {
  .p-business__grid {
    align-items: start;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .p-business__sticky {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 6.25rem;
  }
}

@media screen and (max-width: 1500px) {
  .l-header__logo-wrapper {
    flex-direction: column;
    padding-left: 0rem;
    padding-top: 0rem;
    text-align: center;
  }
  .l-header__logo-sub {
    display: none;
  }
  .l-header__logo-text {
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
  }
}

@media screen and (max-width: 1440px) {
  .l-header__inner {
    border-radius: 3.125rem;
    height: 5rem;
    padding: 0 1.25rem 0 1.875rem;
  }
  .l-header__logo {
    gap: 0.3125rem 0 0 0;
  }
  .l-header__logo-sub {
    font-size: 0.5rem;
  }
  .l-header__logo .l-header__logo-img {
    padding-top: 0;
  }
  .l-header__logo-img {
    width: 17.5rem;
  }
  .l-header__logo-text {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .l-header__right {
    gap: 1.25rem;
  }
  .l-header__nav-list {
    gap: 1.25rem;
  }
  .l-header__nav-item {
    font-size: 0.875rem;
  }
  .l-header__dropdown-menu {
    min-width: 11.25rem;
    padding-top: 0.625rem;
  }
  .l-header__dropdown-list {
    border-radius: 0.75rem;
    padding: 0.75rem 0.9375rem;
  }
  .l-header__dropdown-list li {
    margin-bottom: 0.375rem;
  }
  .l-header__dropdown-item {
    font-size: 0.75rem;
    padding: 0.375rem 0;
  }
  .l-header__entry {
    border-radius: 1.875rem;
    height: 3.4375rem;
    width: 10rem;
  }
  .l-header__entry-text {
    font-size: 1.125rem;
  }
  .p-index-fv__fv {
    height: 180vw;
  }
  .p-index-people__media.p-media {
    gap: 0;
  }
  .p-index-works__bg-line01 {
    bottom: 28%;
    right: -70%;
  }
  .p-index-works__bg-line02 {
    bottom: 10%;
    right: -65%;
  }
  .p-index-works__bg-line03 {
    top: 0;
  }
  .p-interview-section__inner {
    width: 95%;
  }
  .p-job-tabs__panel-inner {
    align-items: center;
    gap: 1.25rem;
    grid-template-columns: 1fr 15.625rem;
  }
  .p-whatTokyokeiba-about {
    display: flex;
    flex-direction: column;
  }
  .p-whatTokyokeiba-about__inner {
    space-around: space-around;
    flex: 1;
    gap: 0;
    max-width: 68.75rem;
    padding: 1.25rem 25px 0.9375rem;
  }
  .p-whatTokyokeiba-about__cards .p-whatTokyokeiba01__cards-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0.625rem;
  }
  .p-whatTokyokeiba-about__cards-box {
    gap: 0.625rem;
    margin-bottom: 0rem;
  }
  .p-whatTokyokeiba-about__card-wrap {
    gap: 0.3125rem;
  }
  .p-whatTokyokeiba-about__card-label {
    font-size: 0.875rem;
  }
  .p-whatTokyokeiba-about__card {
    border-radius: 0.75rem;
    height: 7.1875rem;
    width: 11.25rem;
  }
  .p-whatTokyokeiba-about__card--video {
    border-radius: 0.875rem;
    box-shadow: 0 0.375rem 0.9375rem rgba(0, 0, 0, 0.2);
  }
  .p-whatTokyokeiba-about__video-play {
    border: 0.25rem solid #fff;
    height: 3.125rem;
    width: 3.125rem;
  }
  .p-whatTokyokeiba-about__video-play::after {
    border-width: 0.625rem 0 0.625rem 1.0625rem;
    margin-left: 0.25rem;
  }
  .p-whatTokyokeiba-about__business svg {
    max-height: 50vh;
    max-width: 43.75rem;
  }
  .p-whatTokyokeiba-about__business-title {
    border-radius: 0.875rem;
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
    padding: 0.125rem 0.875rem;
  }
  .p-whatTokyokeiba-fun {
    display: flex;
    flex-direction: column;
  }
  .p-whatTokyokeiba-fun__inner {
    margin-top: 4rem;
  }
  .p-whatTokyokeiba-fun__title {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
  .p-whatTokyokeiba-fun__text {
    font-size: 1rem;
    line-height: 2;
  }
  .p-whatTokyokeiba-head {
    margin-top: 9.375rem;
    padding-bottom: 1.875rem;
  }
  .p-whatTokyokeiba-head::after {
    height: 0.1875rem;
    width: 5rem;
  }
  .p-whatTokyokeiba-kuei {
    display: flex;
    flex-direction: column;
  }
  .p-whatTokyokeiba-kuei__inner {
    flex: 1;
    padding: 0.625rem 25px 3.125rem;
  }
  .p-whatTokyokeiba-kuei__box {
    margin-bottom: 2.1875rem;
  }
  .p-whatTokyokeiba-kuei__title {
    font-size: 1.625rem;
    margin-bottom: 1.25rem;
  }
  .p-whatTokyokeiba-kuei__text {
    font-size: 1rem;
    line-height: 1.8;
    max-width: 43.75rem;
  }
  .p-whatTokyokeiba-kuei__brands {
    margin-bottom: 2.1875rem;
  }
  .p-whatTokyokeiba-kuei__brands-title {
    font-size: 1.0625rem;
    margin-bottom: 1.25rem;
  }
  .p-whatTokyokeiba-kuei__brands-grid {
    gap: 1.25rem;
  }
  .p-whatTokyokeiba-kuei__brand-item {
    border-radius: 0.75rem;
    height: 4.6875rem;
    padding: 0.75rem;
    width: 10rem;
  }
  .p-whatTokyokeiba-kuei__more {
    border-radius: 3.125rem;
    height: 3rem;
    width: 9.375rem;
  }
  .p-whatTokyokeiba-kuei__more-text {
    font-size: 1rem;
  }
  .p-whatTokyokeiba-mirai {
    display: flex;
    flex-direction: column;
    padding-bottom: 4rem;
  }
  .p-whatTokyokeiba-mirai__inner {
    flex: 1;
    gap: 2.5rem;
    padding: 1.25rem 25px 3.125rem;
  }
  .p-whatTokyokeiba-mirai h5 {
    font-size: 0.875rem;
  }
  .p-whatTokyokeiba-mirai__title {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
  .p-whatTokyokeiba-mirai__text {
    font-size: 1rem;
    line-height: 1.6;
  }
  .p-whatTokyokeiba-mirai__images {
    gap: 1.25rem;
  }
  .p-whatTokyokeiba-mirai__image-wrap {
    border-radius: 1rem;
    height: 7.25rem;
    width: 11.25rem;
  }
  .p-whatTokyokeiba-reassurance__inner {
    padding: 3.125rem 25px 5rem;
  }
  .p-whatTokyokeiba-reassurance__title {
    font-size: 2rem;
    margin-bottom: 1.5625rem;
  }
  .p-whatTokyokeiba-reassurance__text {
    font-size: 1rem;
    line-height: 2;
  }
  .p-whatTokyokeiba-thought {
    display: flex;
    flex-direction: column;
  }
  .p-whatTokyokeiba-thought__content {
    border-radius: 1rem;
    max-width: 34.375rem;
    padding: 2.5rem 4.375rem;
  }
  .p-whatTokyokeiba-thought__label {
    border-radius: 1.125rem;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    padding: 0.25rem 2.8125rem;
  }
  .p-whatTokyokeiba-thought__philosophy {
    font-size: 1.5rem;
  }
  .p-whatTokyokeiba-thought__inner .p-whatTokyokeiba-thought__head {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
  .p-whatTokyokeiba-thought__text {
    font-size: 1rem;
    line-height: 2;
  }
  .p-whatTokyokeiba01__box-head {
    padding-top: 3.125rem;
  }
  .p-whatTokyokeiba01__box-head h3 {
    font-size: 1.75rem;
  }
  .p-whatTokyokeiba01__box-head p {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-top: 0.625rem;
  }
  .p-whatTokyokeiba01__cards-title {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

@media screen and (max-width: 1380px) {
  .p-index-fv__fv {
    height: 200vw;
  }
  .p-index-fv__bottom {
    background-image: url("../img/top/top-fv-gradient-xl@2x.webp");
  }
}

@media screen and (max-width: 1340px) {
  .p-whatTokyokeiba-numbers__cards-row:first-child .p-whatTokyokeiba-numbers__card:first-child .p-whatTokyokeiba-numbers__card-number {
    font-size: 4rem;
  }
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}

@media screen and (max-width: 1200px) {
  .p-index-works__media.p-media {
    gap: 3.125rem;
  }
  .p-interview-media__img {
    margin: auto;
  }
  .p-midcareerEmployee-fv {
    background-position: 20% center;
    min-height: 43.75rem;
  }
  .p-midcareerEmployee-fv__head {
    padding-top: 20vh;
  }
  .p-whatTokyokeiba-head {
    margin-top: 9.375rem;
  }
  .p-whatTokyokeiba-mirai__inner {
    flex-direction: column;
    gap: 2.5rem;
    justify-content: center;
  }
  .p-whatTokyokeiba-mirai__content {
    flex-shrink: 2;
    max-width: 25rem;
  }
  .p-whatTokyokeiba-mirai__images {
    gap: 0.625rem;
    height: auto;
    justify-content: center;
    width: 100%;
  }
  .p-whatTokyokeiba-mirai__image-wrap {
    height: 8.75rem;
    width: 12.5rem;
  }
  .p-whatTokyokeiba-reassurance {
    min-height: auto;
    padding-bottom: 4rem;
  }
  .p-youngEmployee-fv {
    min-height: 43.75rem;
  }
  .p-youngEmployee-fv__head {
    padding-top: 20vh;
  }
  .p-youngEmployee-fv__bg img {
    -o-object-position: 40% center;
    object-position: 40% center;
  }
}

@media (max-width: 899px) {
  .p-business__content {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    width: 100%;
  }
  .p-business__content__img {
    display: block;
    margin-bottom: 1.25rem;
  }
  .p-business__sticky {
    display: none;
  }
}

@media (max-width: 767px) {
  .p-index-about__row02-pc {
    display: none;
  }
  .p-index-about__row02-sp {
    display: flex !important;
    flex-direction: column-reverse;
    overflow: hidden;
  }
  .p-index-about__row02-sp .swiper-wrapper {
    display: flex;
    order: 2;
  }
  .p-index-about__row02-sp .p-media__body {
    order: 1;
  }
  .p-index-about__row02-sp .swiper-slide {
    flex-shrink: 0;
    width: 100% !important;
  }
  .p-index-about__row02-sp .p-media__img {
    aspect-ratio: 1/1;
    border-radius: 0.75rem;
    overflow: hidden;
    padding: 0 1rem;
  }
  .p-index-about__row02-sp .p-media__img img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .p-index-about__row02 {
    overflow: hidden;
  }
  .p-index-about__row02 .js-about-slider {
    overflow: hidden;
  }
  .p-index-about__row02 .p-media__box {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .p-index-about__row02 .swiper-wrapper {
    display: flex;
  }
  .p-index-about__row02 .swiper-slide {
    flex-shrink: 0;
    width: 100% !important;
  }
  .p-index-about__row02 .p-media__img {
    aspect-ratio: 1/1;
    border-radius: 0.75rem;
    overflow: hidden;
  }
  .p-index-about__row02 .p-media__img img {
    -o-object-fit: cover;
    border-radius: 1.25rem;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-footer__inner {
    padding: 2.5rem 20px 1.875rem;
  }
  .l-footer__logo {
    align-items: center;
    margin-bottom: 1.625rem;
  }
  .l-footer__logo-img {
    width: 20.25rem;
  }
  .l-footer__logo-sub {
    display: none;
  }
  .l-footer__logo-text {
    padding-left: 3.5rem;
  }
  .l-footer__nav {
    display: none;
  }
  .l-footer__links {
    flex-direction: column;
    gap: 0.625rem;
    justify-content: flex-start;
    margin-bottom: 0rem;
  }
  .l-footer__link {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.06em;
  }
  .l-footer__copyright {
    padding: 1.0625rem 20px;
  }
  .l-footer__copyright-text {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.07em;
  }
  .l-header {
    top: 1.25rem;
    width: calc(100% - 2.5rem);
  }
  .l-header__inner {
    border-radius: 3.75rem;
    height: 4.5625rem;
    padding: 0 0.75rem 0 1.125rem;
  }
  .l-header.is-menu-open .l-header__inner {
    box-shadow: none;
  }
  .l-header.is-menu-open::before {
    -webkit-transform: translateX(-50%);
    background-color: #fff;
    content: "";
    height: 5.8125rem;
    left: 50%;
    position: fixed;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    z-index: 35;
  }
  .l-header__logo {
    gap: 0.3125rem 0 0 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .l-header__logo-wrapper {
    flex-direction: row;
  }
  .l-header__logo-sub {
    align-self: center;
    display: inline;
    font-size: 0.4375rem;
    line-height: 0.7;
    padding-left: 0.4375rem;
    padding-top: 0.1875rem;
  }
  .l-header__logo .l-header__logo-img {
    padding-top: 0;
  }
  .l-header__logo-img {
    width: 10rem;
  }
  .l-header__logo-text {
    font-size: 0.8125rem;
    letter-spacing: 0.02em;
    line-height: 1;
    padding-left: 1.8rem;
    text-align: left;
  }
  .l-header__right {
    display: none;
  }
  .l-header__nav-dropdown {
    display: none;
  }
  .l-header__entry--pc {
    display: none;
  }
  .l-header__hamburger {
    align-items: center;
    background-color: #0F1884;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 3.0625rem;
    justify-content: center;
    position: relative;
    width: 3.0625rem;
    z-index: 40;
  }
  .l-header__nav-sp {
    -webkit-transform: translateX(-50%);
    background-color: #fff;
    display: block;
    height: 120vh;
    height: 100dvh;
    left: 50%;
    opacity: 0;
    overflow-y: auto;
    padding-top: 7.0625rem;
    position: fixed;
    top: -20px;
    transform: translateX(-50%);
    transition: opacity 0.4s ease, visibility 0.4s ease;
    visibility: hidden;
    width: 105vw;
    z-index: 35;
  }
  .l-header__nav-sp.is-active {
    opacity: 1;
    visibility: visible;
  }
  .l-header__entry--sp {
    border-radius: 3.125rem;
    display: flex;
    height: 4.375rem;
    margin: 1.875rem auto 0;
    width: 17.1875rem;
  }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .c-btn-gradient {
    min-width: 11.25rem;
    padding: 0.875rem 3.125rem 0.875rem 1.5rem;
  }
  .c-btn-gradient__txt {
    font-size: 1rem;
  }
  .c-btn-gradient__icon {
    height: 0.375rem;
    right: 1.25rem;
    width: 0.375rem;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-headline1 {
    font-size: 1.75rem;
  }
  .c-headline1__main {
    font-size: 3.75rem;
  }
  .c-headline1__sub {
    font-size: 1.25rem;
  }
  .p-about-fv {
    background-position: right center;
    height: auto;
    min-height: 25rem;
  }
  .p-about-fv__head {
    margin-left: 1.25rem;
    margin-top: 6.25rem;
  }
  .p-about-fv__bg-line01 {
    height: 25rem;
    left: -18.75rem;
    top: -6.25rem;
    width: 50rem;
  }
  .p-about-fv__bg-line02 {
    height: 11.25rem;
    right: -3.125rem;
    top: -3.125rem;
    width: 25rem;
  }
  .p-about-fv__bg-line03 {
    height: 18.75rem;
    left: -12.5rem;
    top: 1.875rem;
    width: 43.75rem;
  }
  .p-about-fv__bg-line04 {
    height: 12.5rem;
    left: -6.25rem;
    top: 5rem;
    width: 28.125rem;
  }
  .p-business {
    padding: 3.75rem 0;
  }
  .p-business__wrapper {
    max-width: 37.5rem;
    padding: 0 1.25rem;
  }
  .p-business__intro {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-bottom: 0;
    padding: 3.75rem 0 0;
    text-align: left;
  }
  .p-business__visual {
    aspect-ratio: 16/10;
  }
  .p-business__tag {
    gap: 0.5rem;
    padding: 0.75rem 1.5rem 0.75rem 1.25rem;
    top: 1.25rem;
  }
  .p-business__no {
    font-size: 2.25rem;
  }
  .p-business__cat {
    font-size: 1rem;
  }
  .p-business__divider {
    margin: 2.5rem 0;
  }
  .p-business__section__column {
    background-color: #f2fafd;
  }
  .p-business__section {
    min-height: auto;
  }
  .p-business__lead {
    font-size: 1rem;
    line-height: 1.875;
    margin-bottom: 1.875rem;
  }
  .p-business__block {
    margin-bottom: 1.875rem;
  }
  .p-business__title {
    font-size: 1.375rem;
    margin-bottom: 0.9375rem;
  }
  .p-business__text {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
  .p-business__cards--grid {
    grid-template-columns: 1fr;
  }
  .p-business__card {
    flex: 1 1 100%;
    min-width: 0;
  }
  .p-business__card-name {
    bottom: 0.9375rem;
    font-size: 1.125rem;
    left: 0.9375rem;
  }
  .p-business__link {
    font-size: 0.8125rem;
    padding: 0.875rem 1.25rem;
  }
  .p-business__link--logo {
    min-width: 17.5rem;
    padding: 0.875rem 1.25rem;
  }
  .p-business__link-logo {
    max-height: 1.5rem;
  }
  .p-forStudent-fv {
    background-position: center center;
    height: auto;
    min-height: 25rem;
  }
  .p-forStudent-fv__head {
    margin-left: 4vw;
    margin-top: 12vh;
  }
  .p-forStudent-fv__bg-line01 {
    left: -60%;
    top: -45%;
    width: 120%;
  }
  .p-forStudent-fv__bg-circle01 {
    height: 3.75rem;
    left: 8%;
    top: 15%;
    width: 3.75rem;
  }
  .p-forStudent-fv__bg-circle02 {
    height: 5rem;
    left: 14%;
    top: 18%;
    width: 5rem;
  }
  .p-forStudent-fv__bg-line04 {
    left: -40%;
    top: 45%;
    width: 120%;
  }
  .p-forStudent-message {
    padding-top: 3.75rem;
  }
  .p-forStudent-message__bg {
    height: calc(100% - 9.375rem);
  }
  .p-forStudent-message__inner {
    padding: 0 20px;
  }
  .p-forStudent-message__head {
    margin-bottom: 2.5rem;
  }
  .p-forStudent-message__title {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
  .p-forStudent-message__body {
    padding-bottom: 3.125rem;
  }
  .p-forStudent-message__text {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-bottom: 1.25rem;
  }
  .p-forStudent-message__text:last-of-type {
    margin-bottom: 1.875rem;
  }
  .p-forStudent-message__signature {
    font-size: 1rem;
  }
  .p-fullpage__nav {
    gap: 0.75rem;
    right: 0.9375rem;
  }
  .p-fullpage__nav-dot {
    height: 0.625rem;
    width: 0.625rem;
  }
  .p-fullpage__scroll-indicator {
    bottom: 1.875rem;
  }
  .p-fullpage__scroll-text {
    font-size: 0.625rem;
  }
  .p-fullpage__scroll-arrow {
    height: 1.25rem;
    width: 1.25rem;
  }
  .p-fullpage__scroll-arrow::before, .p-fullpage__scroll-arrow::after {
    height: 0.625rem;
    width: 0.625rem;
  }
  .p-fullpage--mobile-disabled {
    height: auto;
    overflow: visible;
  }
  .p-fullpage--mobile-disabled .p-fullpage__container {
    -webkit-transform: none !important;
    transform: none !important;
    transition: none;
  }
  .p-fullpage--mobile-disabled .p-fullpage__section {
    height: auto;
    min-height: 100vh;
  }
  .p-fullpage--mobile-disabled .p-fullpage__nav {
    display: none;
  }
  .p-fullpage--mobile-disabled .p-fullpage__scroll-indicator {
    display: none;
  }
  .p-index-about__media.p-media {
    flex-direction: column-reverse;
    gap: 1.875rem;
    margin-top: 2.5rem;
  }
  .p-index-about__media .p-media__body {
    padding: 1.25rem;
  }
  .p-index-about__media > .p-media__img {
    border-radius: 0.75rem;
    width: 100%;
  }
  .p-index-about__row01 .p-media__img {
    margin-left: 1.25rem;
  }
  .p-index-about__row01 .p-media__body {
    padding: 0 1.25rem;
    width: 100%;
  }
  .p-index-about__row01 .p-media__txt {
    white-space: unset;
  }
  .p-about__body {
    padding-top: 0;
  }
  .p-index-about__media .p-media__head {
    font-size: 2rem;
    margin-top: 1.875rem;
  }
  .p-about__title-sub {
    font-size: 0.75rem;
    margin-top: 0.375rem;
  }
  .p-index-about__media .p-media__txt {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }
  .p-index-about__media .p-media__box {
    gap: 0.625rem;
    width: 100%;
  }
  .p-index-about__media .p-media__box .p-media__img {
    aspect-ratio: 1/1;
    flex: 2;
  }
  .p-index-about__media .p-media__box .p-media__img img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .p-index-about__media .p-media__body:nth-of-type(1)::after {
    top: -36%;
  }
  .p-index-about__media .p-media__body:nth-of-type(1)::after {
    display: none;
  }
  .p-index-about__media .p-media__body:nth-of-type(2) {
    padding-left: 3.125rem;
    padding-top: 5rem;
  }
  .p-index-about__media .p-media__body:nth-of-type(2) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.875rem;
  }
  .p-index-about__media .p-media__body:nth-of-type(2)::after {
    display: none;
  }
  .p-index-environment__head .c-headline1__main {
    font-size: 2.625rem;
  }
  .p-index-environment__head .c-headline1__sub {
    font-size: 1.125rem;
  }
  .p-index-environment__box {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
  .p-environment__item .c-headline1 {
    padding-left: 1.25rem;
    padding-top: 3.75rem;
  }
  .p-environment__item .c-headline1 .c-headline1__main {
    font-size: 1.5rem;
    padding: 0.25rem 0.25rem 0.25rem 0rem;
  }
  .p-environment__item .c-headline1 .c-headline1__sub {
    font-size: 1.125rem;
    letter-spacing: 0.01em;
    padding: 0.25rem 0.25rem;
  }
  .p-environment__item .p-index-people__view-all {
    margin-top: 1.25rem;
  }
  @-webkit-keyframes slideInFromBottomLeftHalf {
    0% {
      -webkit-transform: translate(-100px, 100px);
      opacity: 0;
      transform: translate(-100px, 100px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes slideInFromBottomLeftHalf {
    0% {
      -webkit-transform: translate(-100px, 100px);
      opacity: 0;
      transform: translate(-100px, 100px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  .p-index-fv__fv {
    height: 114.375rem;
  }
  .p-index-fv__head {
    bottom: 2.5rem;
    justify-content: top;
    top: auto;
  }
  .p-index-fv__head h1 {
    font-size: 2.5rem;
    padding-left: 1.25rem;
  }
  .p-index-fv__head h1 {
    font-size: 2.3125rem;
  }
  .p-index-fv__head p {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    padding-left: 1.25rem;
  }
  .p-index-fv__bottom {
    background-position: right top;
    padding-left: 3.125rem;
    top: 45%;
  }
  .p-index-fv__bottom {
    height: 0.1%;
    padding-left: 1.25rem;
  }
  .p-index-fv__bottom h2 {
    font-size: 2.5rem;
  }
  .p-index-fv__bottom p:nth-of-type(n + 2) {
    font-size: 1rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    margin-left: -22px;
    margin-top: 1.875rem;
  }
  .p-index-fv__bottom p:nth-of-type(n + 2) {
    margin-left: 0;
  }
  .p-index-fv__bg::before {
    background-size: auto 75%;
  }
  .p-index-fv__bg-line01 {
    max-width: none;
    scale: 1;
    top: -8%;
    width: 38.75rem;
  }
  .p-index-fv__bg-line02 {
    max-width: none;
    opacity: 1;
    right: -80%;
    scale: 1;
    top: 0%;
    width: 32.5rem;
  }
  .p-index-fv__bg-line03 {
    max-width: none;
    opacity: 1;
    right: -50%;
    scale: 1;
    top: 5%;
    width: 21.25rem;
    z-index: 10;
  }
  .p-index-fv__bg-line04 {
    max-width: none;
    scale: 1;
    top: 24%;
    width: 20rem;
  }
  .p-index-fv__bg-line05 {
    left: -40%;
    max-width: none;
    scale: 1;
    top: 30%;
    width: 30.625rem;
  }
  .p-index-fv__bg-line06 {
    right: -70%;
  }
  .p-index-fv__bg-line06 {
    max-width: none;
    opacity: 1;
    right: -94%;
    scale: 1;
    top: 15%;
    width: 29.375rem;
    z-index: 10;
  }
  .p-index-fv__bg-line07 {
    left: -45%;
    max-width: none;
    opacity: 1;
    scale: 1;
    top: 44%;
    width: 21.25rem;
    z-index: 10;
  }
  .p-index-fv__bg-line08 {
    max-width: none;
    opacity: 1;
    right: -96%;
    scale: 1;
    top: 54%;
    width: 30.9375rem;
    z-index: 10;
  }
  .p-index-fv__bg-line09 {
    bottom: 1%;
    left: -75%;
    max-width: none;
    opacity: 1;
    scale: 1;
    width: 33.125rem;
    z-index: 10;
  }
  .p-index-fv__bg-circle01 {
    bottom: 4%;
    left: 4%;
    max-width: none;
    opacity: 1;
    scale: 1;
    width: 3.875rem;
    z-index: 10;
  }
  .p-index-fv__bg-line10 {
    bottom: 12%;
    max-width: none;
    opacity: 1;
    right: -67%;
    scale: 1;
    width: 22.9375rem;
    z-index: 10;
  }
  .p-index-fv__bg-line11 {
    bottom: 3%;
    max-width: none;
    opacity: 1;
    right: -27%;
    scale: 1;
    width: 17.5rem;
    z-index: 10;
  }
  .p-index-fv__bg-line12 {
    bottom: 0;
    max-width: none;
    opacity: 1;
    right: -77%;
    scale: 1;
    width: 25rem;
    z-index: 10;
  }
  .p-index-people {
    padding: 3.75rem 0 5rem;
  }
  .p-index-people__bg-line01 {
    left: -50%;
    top: -5%;
  }
  .p-index-people__bg-line01 {
    left: -230%;
    max-width: none;
    scale: 1;
    top: 0%;
    width: 58.75rem;
  }
  .p-index-people__bg-line02 {
    left: 5%;
    scale: 0.3;
    top: -8%;
  }
  .p-index-people__bg-line02 {
    left: -30%;
    max-width: none;
    scale: 1;
    top: 8%;
    width: 18.75rem;
  }
  .p-index-people__bg-line03 {
    bottom: 5%;
  }
  .p-index-people__bg-line03 {
    bottom: -10%;
    left: -150%;
    max-width: none;
    scale: 1;
    width: 100rem;
  }
  .p-index-people__head {
    margin-bottom: 2.5rem;
  }
  .p-index-people__media.p-media {
    flex-direction: column-reverse;
    gap: 1.25rem;
  }
  .p-index-people__media .p-media__body {
    margin-top: 1.25rem;
    padding-left: 1.25rem;
    padding-top: 0rem;
    width: 100%;
  }
  .p-index-people__media .p-media__head {
    font-size: 1.75rem;
  }
  .p-index-people__media .p-media__head-sub {
    font-size: 0.75rem;
  }
  .p-index-people__media .p-media__txt {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
  .p-index-people__view-all {
    gap: 1.875rem;
    margin-top: 1.875rem;
    padding: 0.875rem 1.5rem;
  }
  .p-index-people__view-all-txt {
    font-size: 0.75rem;
  }
  .p-index-people__slider-wrap {
    width: 100%;
  }
  .p-index-people__slider {
    padding: 2rem 3.125rem;
    right: 0;
  }
  .p-index-people__slide {
    width: 18.75rem !important;
  }
  .p-index-people__slide {
    border-radius: 0.875rem;
    width: 100% !important;
  }
  .p-index-people__slide.swiper-slide-active,
  .p-index-people__slide.swiper-slide-duplicate-active {
    -webkit-transform: scale(1) translateX(0%);
    transform: scale(1) translateX(0%);
  }
  .p-index-people__slide-info {
    border-radius: 0.625rem;
    bottom: 0.875rem;
    left: 0.875rem;
    min-width: 8.75rem;
    padding: 0.875rem 1.125rem;
  }
  .p-index-people__slide-name {
    font-size: 1.75rem;
  }
  .p-index-people__slide-year {
    font-size: 0.6875rem;
  }
  .p-index-people__slide-dept {
    font-size: 0.6875rem;
  }
  .p-index-people__slider-nav {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    padding: 0 0.625rem;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .p-index-people__slider-nav {
    -webkit-transform: translate(-52%, -50%);
    left: 50%;
    padding: 0 0.625rem;
    transform: translate(-52%, -50%);
    width: 90%;
  }
  .p-index-people__slider-prev,
  .p-index-people__slider-next {
    height: 3.375rem;
    width: 3.4375rem;
  }
  .p-index-people__slider-prev,
  .p-index-people__slider-next {
    height: 2.5rem;
    width: 2.5rem;
  }
  .p-index-people__slider-prev::before,
  .p-index-people__slider-next::before {
    height: 0.5rem;
    width: 0.5rem;
  }
  .p-index-people__media .p-media__img {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 1.875rem auto 0;
    padding-right: 0;
    width: 90%;
  }
  .p-index-people__media .p-media__img img {
    margin: 0 auto;
  }
  .p-index-people__box {
    margin-top: 2.5rem;
  }
  .p-index-people__media:nth-of-type(2) {
    padding-left: 0;
  }
  .p-index-people__media:nth-of-type(1) .p-media__img::after {
    bottom: 0;
    font-size: 2.25rem;
  }
  .p-index-people__media:nth-of-type(2) .p-media__img::after {
    bottom: 0;
    font-size: 2.25rem;
  }
  .p-index-recruitment {
    padding: 3.75rem 0 5rem;
  }
  .p-index-recruitment__head {
    margin-bottom: 2.5rem;
  }
  .p-index-recruitment__box {
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 1.25rem;
  }
  .c-icon {
    height: auto;
    width: 100%;
  }
  .c-iconlink {
    padding: 1.875rem 1.5rem;
  }
  .c-icon__ttl {
    font-size: 1.75rem;
  }
  .c-icon__txt {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .c-icon__arrow {
    height: 3.5rem;
    width: 3.5rem;
  }
  .c-icon__arrow::before {
    height: 0.5rem;
    width: 0.5rem;
  }
  .p-index-works {
    padding-bottom: 6.25rem;
  }
  .p-index-works::after {
    background-position: right 50% center;
    background-size: cover;
    height: 80%;
    left: -60%;
    top: 7.8125rem;
    width: 250%;
  }
  .p-index-works__media {
    justify-content: space-around;
    padding-bottom: 0;
    padding-top: 1.875rem;
  }
  .p-index-works__media.p-media {
    gap: 0;
  }
  .p-index-works__media.p-media {
    flex-direction: column-reverse;
  }
  .p-index-works__media .p-media__img {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    order: 2;
    width: 100%;
  }
  .p-index-works__media .p-media__body {
    margin-bottom: 1.25rem;
    order: 1;
  }
  .p-index-works .c-headline1 {
    z-index: 11;
  }
  .p-index-works .c-headline1 {
    margin-bottom: 1.25rem;
    padding-top: 12.5rem;
  }
  .p-index-works .c-headline1 .c-headline1__main {
    font-size: 3rem;
    text-align: center;
  }
  .p-index-works .c-headline1 .c-headline1__sub {
    font-size: 1.125rem;
    text-align: center;
  }
  .p-index-works__media.p-media .p-media__body .p-media__head {
    font-size: 2rem;
    margin-top: 1.875rem;
  }
  .p-index-works__media.p-media .p-media__body .p-media__head-sub {
    font-size: 1rem;
  }
  .p-index-works__media.p-media .p-media__body .p-media__txt {
    font-size: 0.9375rem;
    font-weight: 500;
  }
  .p-index-works__media.p-media .p-media__body .c-btn-gradient {
    margin-top: 1.875rem;
  }
  .p-index-works__bg-line01 {
    bottom: 8%;
    height: auto;
    right: -60%;
    scale: 1;
    width: 32.5rem;
  }
  .p-index-works__bg-line02 {
    bottom: -2%;
    height: auto;
    right: -50%;
    scale: 1;
    width: 32.5rem;
  }
  .p-index-works__bg-line03 {
    left: -60%;
    scale: 1;
    top: 4%;
    width: 28.125rem;
  }
  .p-index-wrapper__works-people {
    padding-bottom: 6.25rem;
  }
  .p-index-wrapper__works-people {
    background-position: left top;
    background-size: auto 110%;
  }
  .p-interview-fv {
    height: auto !important;
    min-height: 25rem !important;
  }
  .p-interview-fv__ttl01,
  .p-interview-fv__ttl02,
  .p-interview-fv__ttl03 {
    display: block;
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 0.5rem 1rem;
  }
  .p-interview-fv__subtitle {
    margin: 1.25rem 1.25rem 2.5rem;
  }
  .p-interview-subttl__name {
    font-size: 2.5rem;
  }
  .p-interview-subttl__year {
    font-size: 1.125rem;
  }
  .p-interview-subttl__group {
    font-size: 1.125rem;
  }
  .p-interview-media {
    flex-direction: column;
  }
  .p-interview-pager {
    padding: 3.75rem 0;
  }
  .p-interview-pager__head {
    margin-bottom: 2.5rem;
  }
  .p-interview-pager__slider .swiper-slide {
    width: 13.75rem;
  }
  .p-interview-card {
    border-radius: 0.9375rem;
    box-shadow: 0 0 0.9375rem rgba(77, 178, 208, 0.2);
  }
  .p-interview-card__body {
    border-radius: 0.9375rem;
    bottom: 1.25rem;
    left: 0.9375rem;
    padding: 0.9375rem 0.9375rem;
    right: 0.9375rem;
  }
  .p-interview-card__name {
    font-size: 1.75rem;
  }
  .p-interview-card__info {
    font-size: 0.75rem;
    margin-top: 0.1875rem;
  }
  .p-interview-schedule {
    padding: 3.75rem 0.625rem;
  }
  .p-interview-schedule__head {
    margin-bottom: 2.5rem;
  }
  .p-interview-schedule__title {
    font-size: 2rem;
  }
  .p-interview-schedule__lead {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
  .p-interview-schedule__cards {
    gap: 0.9375rem 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-schedule-card {
    border-radius: 0.625rem;
    padding: 1.25rem 0.9375rem 1.5625rem;
  }
  .p-schedule-card:nth-child(2n):not(:last-child)::after {
    display: none;
  }
  .p-schedule-card:nth-child(odd):not(:last-child)::after {
    height: 0.75rem;
    right: -1.25rem;
    right: -1.5rem;
    width: 0.875rem;
  }
  .p-schedule-card__time {
    font-size: 1.5rem;
  }
  .p-schedule-card__icon {
    height: 4.375rem;
    margin: 0.9375rem 0;
    width: 4.375rem;
  }
  .p-schedule-card__text {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .p-interview-off {
    border-radius: 0.9375rem;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 2.5rem;
    padding: 1.25rem;
  }
  .p-interview-off__img {
    width: 100%;
  }
  .p-interview-off__img img {
    border-radius: 0.625rem;
  }
  .p-interview-off__title {
    font-size: 1.25rem;
  }
  .p-interview-off__text {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 0.9375rem;
  }
  .p-interview-section {
    padding: 1.25rem 0;
  }
  .p-interview__chapter {
    font-size: 1.125rem;
    padding: 0.375rem 1.25rem;
  }
  .p-interview__head {
    font-size: 1.625rem;
    margin-top: 0.9375rem;
  }
  .p-interview-media {
    flex-direction: column;
    gap: 1.875rem;
  }
  .p-interview-media--reverse {
    flex-direction: column;
  }
  .p-interview-media__body {
    max-width: 100%;
  }
  .p-interview-media__text {
    font-size: 0.9375rem;
    line-height: 2;
    margin-top: 1.25rem;
  }
  .p-interview-media__img {
    max-width: 100%;
    width: 100%;
  }
  .p-interview-media__img img {
    border-radius: 0.9375rem;
  }
  .p-interview__career {
    padding: 3.75rem 0.9375rem;
  }
  .p-interview__career__box__head {
    font-size: 1.25rem;
    height: 3.75rem;
  }
  .p-interview__career__box__body {
    padding: 1.25rem;
  }
  .p-interview__career__item {
    gap: 0.9375rem;
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }
  .p-interview__career__item__center {
    border-bottom: none !important;
  }
  .p-interview__career__item__center div {
    left: calc(50% - 3.75rem);
    top: 20%;
  }
  .p-interview__career__item dt {
    border-bottom: 1px solid #0F1884;
    border-right: none;
    font-size: 1.5rem;
    padding-bottom: 0.625rem;
    padding-right: 0;
    width: 100%;
  }
  .p-interview__career__item dt small {
    font-size: 1rem;
  }
  .p-interviewTop-fv {
    min-height: 25rem;
  }
  .p-interviewTop {
    padding-bottom: 5rem;
  }
  .p-interviewTop__bg-shape--01 {
    height: 25rem;
    left: -6.25rem;
    top: -6.25rem;
    width: 180%;
  }
  .p-interviewTop__bg-shape--02 {
    bottom: -9.375rem;
    height: 25rem;
    right: -5rem;
    width: 140%;
  }
  .p-interviewTop__inner {
    max-width: 37.5rem;
    padding: 4.125rem 20px 0;
  }
  .p-interviewTop__cards {
    gap: 3.125rem 1rem;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 1.25rem;
  }
  .p-interviewTop__card-num {
    font-size: 2.75rem;
    left: 0.1875rem;
    top: -1.5625rem;
  }
  .p-interviewTop__card-img {
    aspect-ratio: 160/220;
  }
  .p-interviewTop__card:nth-child(n+2) .p-interviewTop__card-img {
    aspect-ratio: 160/220;
  }
  .p-interviewTop__card-info {
    bottom: 0.75rem;
    left: 0.625rem;
    padding: 0.75rem 0.875rem;
    right: 0.625rem;
  }
  .p-interviewTop__card-name {
    font-size: 1.375rem;
    margin-bottom: 0.375rem;
  }
  .p-interviewTop__card-year {
    font-size: 0.6875rem;
  }
  .p-interviewTop__card-dept {
    font-size: 0.6875rem;
  }
  .p-interviewTop-zadankai {
    padding: 3.125rem 0 5rem;
  }
  .p-interviewTop-zadankai__inner {
    max-width: 37.5rem;
    padding: 0 20px;
  }
  .p-interviewTop-zadankai__list {
    gap: 2.5rem;
  }
  .p-interviewTop-zadankai__img {
    aspect-ratio: 335/180;
  }
  .p-interviewTop-zadankai__item--left .p-interviewTop-zadankai__img {
    border-radius: 1.25rem;
  }
  .p-interviewTop-zadankai__item--right .p-interviewTop-zadankai__img {
    border-radius: 1.25rem;
  }
  .p-interviewTop-zadankai__img img {
    -o-object-position: 60% center;
    object-position: 60% center;
  }
  .p-interviewTop-zadankai__label {
    bottom: 1rem;
    font-size: 1.125rem;
    left: 1.25rem;
    text-shadow: 0 0 0.3125rem rgba(255, 255, 255, 0.5);
  }
  .p-interviewTop-zadankai__item--right .p-interviewTop-zadankai__label {
    text-shadow: none;
  }
  .p-interviewTop-zadankai__title {
    font-size: 1rem;
  }
  .p-interviewTop-zadankai__title--bottom {
    font-size: 1rem;
  }
  .p-interviewTU-fv {
    background-position: 50% 50%;
  }
  .p-interviewYN-fv {
    background-position: 50% 50%;
  }
  .p-interviewTO-fv {
    background-position: 50% 50%;
  }
  .p-interviewMN-fv {
    background-position: 50% 50%;
  }
  .p-interviewYS-fv {
    background-position: 50% 50%;
  }
  .p-interviewKK-fv {
    background-position: 50% 50%;
  }
  .p-interview-fv__head {
    padding: 3.75rem 1.25rem 2.5rem;
  }
  .p-job-contents {
    padding: 2.5rem 0 3.75rem;
  }
  .p-job-contents__inner {
    flex-direction: column;
    gap: 1.875rem;
    max-width: 95%;
    padding: 0 0.9375rem;
    width: 95%;
  }
  .p-job-contents__sidebar {
    display: flex;
    justify-content: center;
    order: -1;
    padding: 0 0.3125rem;
    position: relative;
    width: 100%;
    z-index: -100;
  }
  .p-job-contents__main {
    margin: 0 auto;
    width: 90%;
  }
  .p-job-fv {
    background-position: right center;
    height: auto;
    min-height: 25rem;
  }
  .p-job-fv__head {
    margin-left: 1.25rem;
    margin-top: 6.25rem;
  }
  .p-job-fv__bg-line01 {
    height: 25rem;
    left: -18.75rem;
    top: -6.25rem;
    width: 50rem;
  }
  .p-job-fv__bg-line02 {
    height: 11.25rem;
    right: -3.125rem;
    top: -3.125rem;
    width: 25rem;
  }
  .p-job-fv__bg-line03 {
    height: 18.75rem;
    left: -12.5rem;
    top: 1.875rem;
    width: 43.75rem;
  }
  .p-job-fv__bg-line04 {
    height: 12.5rem;
    left: -6.25rem;
    top: 5rem;
    width: 28.125rem;
  }
  .p-job-intro {
    padding: 3.75rem 0 0;
  }
  .p-job-intro__inner {
    font-size: 0.875rem;
    line-height: 1.8;
    padding: 0 3.125rem;
    text-align: left;
    width: 100%;
  }
  .p-job-intro__text {
    font-size: 0.875rem;
    line-height: 1.8;
    text-align: left;
  }
  .p-job-section {
    margin-bottom: 5rem;
  }
  .p-job-section__header {
    margin-bottom: 1.875rem;
  }
  .p-job-section__title {
    font-size: 1.375rem;
    margin-bottom: 0.625rem;
  }
  .p-job-section__desc {
    font-size: 1rem;
    line-height: 1.7;
  }
  .p-job-section__images {
    gap: 0.9375rem;
    grid-template-columns: 1fr;
    margin-bottom: 2.1875rem;
  }
  .p-job-section__content-wrapper {
    border-radius: 0.9375rem;
    padding: 2.5rem 1.25rem;
  }
  .p-job-section__content {
    margin-bottom: 2.5rem;
  }
  .p-job-section__content-title {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
  .p-job-tabs__nav {
    display: grid;
    gap: 0.375rem;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0.375rem;
    padding: 0 0.3125rem;
  }
  .p-job-tabs__btn {
    border-radius: 0.75rem;
    flex: 1 1 calc(50% - 0.1875rem);
    font-size: 0.75rem;
    line-height: 1.4;
    padding: 0.75rem 0.5rem;
  }
  .p-job-tabs__btn small {
    font-size: 0.5625rem;
  }
  .p-job-tabs__content {
    border-radius: 0.9375rem;
    padding: 1.5625rem 1.25rem;
  }
  .p-job-tabs__panel-inner {
    display: block;
  }
  .p-job-tabs__text {
    font-size: 0.875rem;
    line-height: 1.9;
    order: 2;
  }
  .p-job-tabs__image {
    order: 1;
    width: 100%;
  }
  .p-job-tabs__image img {
    border-radius: 0.5rem;
  }
  .p-job-section__notice {
    border-radius: 0.9375rem;
    grid-template-columns: 1fr;
    margin-bottom: 2.5rem;
    padding: 1.25rem;
  }
  .p-job-section__notice-title {
    font-size: 1rem;
  }
  .p-job-section__notice-text {
    font-size: 0.875rem;
  }
  .p-job-section__notice-image {
    justify-self: center;
  }
  .p-job-section__notice-image img {
    width: 10rem;
  }
  .p-job-section__employees-title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .p-job-slider {
    padding: 0 1.25rem;
  }
  .p-job-section__cards {
    gap: 0.75rem 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-job-section__card-info {
    gap: 0.75rem 0.875rem;
    left: 0.8rem;
    padding: 1rem 0.3rem;
  }
  .p-job-section__card-img img {
    bottom: 0.5rem;
    gap: 0;
    padding: 0.5rem 0;
  }
  .p-job-section__card-year {
    font-size: 0.8125rem;
  }
  .p-job-section__card-dept {
    font-size: 0.8125rem;
  }
  .p-job-slider__item {
    border-radius: 1.25rem;
  }
  .p-job-slider__info {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.375rem;
    margin-left: 0.375rem;
    margin-right: 0.375rem;
    margin-top: -0.9375rem;
    padding: 0.625rem 0.75rem;
  }
  .p-job-slider__name {
    font-size: 1.25rem;
  }
  .p-job-slider__meta {
    text-align: left;
  }
  .p-job-slider__year {
    font-size: 0.625rem;
  }
  .p-job-slider__dept {
    font-size: 0.6875rem;
  }
  .p-job-slider__nav {
    height: 2.75rem;
    width: 2.75rem;
  }
  .p-job-slider__nav svg {
    height: 0.875rem;
    width: 0.875rem;
  }
  .p-job-sidebar {
    flex-direction: column;
    gap: 0.625rem;
    left: 0;
    position: fixed;
    top: 6.25rem;
  }
  .p-job-sidebar__item {
    border-radius: 0.5rem;
    max-width: 10rem;
    padding: 0.9375rem 0.625rem 0.75rem;
    width: calc(50% - 0.3125rem);
  }
  .p-job-sidebar__icon {
    height: 4.375rem;
    margin-bottom: 0.5rem;
    width: 4.375rem;
  }
  .p-job-sidebar__icon-img {
    width: 3.125rem;
  }
  .p-job-sidebar__title {
    font-size: 0.875rem;
  }
  .p-jobDescription-content {
    padding: 3.75rem 0 5rem;
  }
  .p-jobDescription-content__inner {
    padding: 0 var(--padding-sp);
    width: 95%;
  }
  .p-jobDescription-content__head {
    margin-bottom: 2.5rem;
  }
  .p-jobDescription-content__subtitle {
    font-size: 0.875rem;
  }
  .p-jobDescription-content__title {
    font-size: 1.75rem;
    margin-top: 0.3125rem;
  }
  .p-jobDescription-table__row {
    flex-direction: column;
    padding: 1.25rem 0;
  }
  .p-jobDescription-table__th {
    font-size: 1rem;
    margin-bottom: 0.625rem;
    min-width: 100%;
    width: 100%;
  }
  .p-jobDescription-table__td {
    font-size: 0.8125rem;
    line-height: 1.7;
  }
  .p-jobDescription-table__label {
    font-size: 0.8125rem;
  }
  .p-jobDescription-table__label:not(:first-child) {
    margin-top: 0.9375rem;
  }
  .p-jobDescription-table__text {
    font-size: 0.8125rem;
    line-height: 1.6;
  }
  .p-jobDescription-content__btn {
    margin-top: 3.125rem;
  }
  .p-jobDescription-content__entry {
    border-radius: 3.75rem;
    font-size: 1.75rem;
    min-width: 20rem;
    padding: 1.5625rem 2.5rem;
  }
  .p-jobDescription-flow {
    padding: 3.75rem 0 5rem;
  }
  .p-jobDescription-flow__inner {
    padding: 0 var(--padding-sp);
  }
  .p-jobDescription-flow__header {
    margin-bottom: 2.1875rem;
  }
  .p-jobDescription-flow__en {
    font-size: 0.875rem;
  }
  .p-jobDescription-flow__title {
    font-size: 1.75rem;
    letter-spacing: 0.1em;
  }
  .p-jobDescription-flow__list {
    align-items: center;
    flex-direction: column;
    gap: 1.25rem;
  }
  .p-jobDescription-flow__item {
    flex-direction: column;
  }
  .p-jobDescription-flow__card {
    min-height: 17.5rem;
    padding: 1.5625rem 1.25rem;
    width: 16.25rem;
  }
  .p-jobDescription-flow__step-label {
    font-size: 0.8125rem;
  }
  .p-jobDescription-flow__step-number {
    font-size: 3.5rem;
  }
  .p-jobDescription-flow__badge {
    font-size: 0.8125rem;
    padding: 0.3125rem 0.875rem;
  }
  .p-jobDescription-flow__text {
    font-size: 1rem;
  }
  .p-jobDescription-flow__list-items li {
    font-size: 0.875rem;
  }
  .p-jobDescription-flow__icon svg {
    height: 3.75rem;
    width: 3.75rem;
  }
  .p-jobDescription-flow__arrow {
    -webkit-transform: rotate(90deg);
    padding: 0.9375rem 0;
    transform: rotate(90deg);
  }
  .p-jobDescription-flow__arrow svg {
    height: 1.5rem;
    width: 1rem;
  }
  .p-jobDescription-fv {
    height: auto;
    min-height: 25rem;
  }
  .p-jobDescription-fv__head {
    margin-left: 4vw;
    margin-top: 12vh;
  }
  .p-jobDescription-fv__bg-line01 {
    left: -60%;
    top: -45%;
    width: 120%;
  }
  .p-jobDescription-fv__bg-line02 {
    right: -20%;
    top: -8%;
    width: 60%;
  }
  .p-jobDescription-fv__bg-line03 {
    left: 0%;
    top: 20%;
    width: 35%;
  }
  .p-jobDescription-fv__bg-circle01 {
    height: 4.375rem;
    left: 18%;
    top: 25%;
    width: 4.375rem;
  }
  .p-jobDescription-fv__bg-line04 {
    left: -40%;
    top: 45%;
    width: 120%;
  }
  .p-media {
    flex-direction: column;
  }
  .p-media__img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-media__body {
    width: 100%;
  }
  .p-midcareerEmployee-chapter {
    padding: 3.75rem 0 0;
  }
  .p-midcareerEmployee-chapter__inner {
    padding: 0 20px;
  }
  .p-midcareerEmployee-chapter__header {
    margin-bottom: 2.5rem;
  }
  .p-midcareerEmployee-chapter__badge {
    font-size: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.375rem 1.25rem;
  }
  .p-midcareerEmployee-chapter__title {
    font-size: 1.5rem;
  }
  .p-midcareerEmployee-chapter__answer {
    gap: 1.25rem;
    padding: 1.875rem 0;
  }
  .p-midcareerEmployee-chapter__person {
    width: 4.375rem;
  }
  .p-midcareerEmployee-chapter__person-img {
    height: 4.375rem;
    width: 4.375rem;
  }
  .p-midcareerEmployee-chapter__person-name {
    font-size: 0.75rem;
  }
  .p-midcareerEmployee-chapter__bubble {
    border-radius: 1rem;
    padding: 1.25rem 1.25rem;
    width: 100%;
  }
  .p-midcareerEmployee-chapter__bubble::before {
    top: 1.625rem;
  }
  .p-midcareerEmployee-chapter__bubble-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-midcareerEmployee-fv {
    background-position: 60% center;
    height: 23.75rem;
    min-height: 0;
  }
  .p-midcareerEmployee-fv__head {
    bottom: 1.25rem;
    left: 1.25rem;
    margin: 0;
    padding: 0;
    position: absolute;
  }
  .p-midcareerEmployee-fv__title {
    font-size: 2rem;
    text-shadow: 0 0 1.25rem #0043a2;
  }
  .p-midcareerEmployee-fv__subtitle {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    text-shadow: 0 0 1.25rem #0043a2;
  }
  .p-midcareerEmployee-fv__line02 {
    height: 80%;
    right: -40%;
    top: -30%;
    width: 80%;
  }
  .p-midcareerEmployee-fv__line03 {
    bottom: 5%;
    height: 80%;
    left: -60%;
    width: 80%;
  }
  .p-midcareerEmployee-fv__line04 {
    bottom: -20%;
    left: -40%;
  }
  .p-midcareerEmployee-index {
    padding: 3.75rem 1.25rem;
  }
  .p-midcareerEmployee-index__inner {
    border-radius: 0.75rem;
    padding: 2.5rem 1.25rem;
  }
  .p-midcareerEmployee-index__title {
    border-bottom-width: 0.125rem;
    font-size: 1.75rem;
    padding-bottom: 0.5rem;
  }
  .p-midcareerEmployee-index__list {
    margin-top: 1.875rem;
  }
  .p-midcareerEmployee-index__item {
    padding: 1.25rem 0;
  }
  .p-midcareerEmployee-index__badge {
    font-size: 0.625rem;
    padding: 0.3125rem 1rem;
  }
  .p-midcareerEmployee-index__text {
    font-size: 0.875rem;
    line-height: 1.7;
    margin-top: 0.75rem;
  }
  .p-midcareerEmployee-member {
    padding: 3.125rem 0;
  }
  .p-midcareerEmployee-member__inner {
    padding: 0 var(--padding-sp);
  }
  .p-midcareerEmployee-cards {
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }
  .p-midcareerEmployee-card__img {
    height: 12.5rem;
    width: 12.5rem;
  }
  .p-midcareerEmployee-card__body {
    margin-top: 0.9375rem;
  }
  .p-midcareerEmployee-card__name {
    font-size: 1.375rem;
  }
  .p-midcareerEmployee-card__dept {
    font-size: 0.75rem;
  }
  .p-midcareerEmployee-card__txt {
    font-size: 0.8125rem;
    line-height: 1.8;
    max-width: 17.5rem;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-nurturing-communication {
    padding: 0 0 5rem;
  }
  .p-nurturing-communication__inner {
    max-width: 37.5rem;
    padding: 0 20px;
  }
  .p-nurturing-communication__header {
    margin-bottom: 1.875rem;
  }
  .p-nurturing-communication__en {
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
  }
  .p-nurturing-communication__title {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
  .p-nurturing-communication__balloon-header {
    border-radius: 1.25rem 1.25rem 0 0;
    padding: 1.125rem 1.25rem;
  }
  .p-nurturing-communication__balloon-title {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
  .p-nurturing-communication__balloon-body {
    border-radius: 0 0 1.25rem 1.25rem;
    padding: 1.25rem 1.25rem 1.25rem;
  }
  .p-nurturing-communication__skills {
    flex-direction: column;
    gap: 1rem;
  }
  .p-nurturing-communication__skill {
    border-radius: 1rem;
    border-width: 0.125rem;
    flex: 0 0 calc(50% - 0.5rem);
    max-width: none;
    padding: 0.625rem 1rem;
  }
  .p-nurturing-communication__skill-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .p-nurturing-communication__skill-title::after {
    height: 0.125rem;
    width: 1.875rem;
  }
  .p-nurturing-communication__skill-desc {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .p-nurturing-communication__balloon-arrow {
    border-left: 1.875rem solid transparent;
    border-right: 1.875rem solid transparent;
    border-top: 2rem solid #f5f9fc;
    bottom: -1.875rem;
  }
  .p-nurturing-communication__balloon-arrow::before {
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent;
    border-top: 2.125rem solid #d0e6f5;
    left: -2rem;
    top: -2.125rem;
  }
  .p-nurturing-flow {
    padding: 3.75rem 0 5rem;
  }
  .p-nurturing-flow__inner {
    max-width: 37.5rem;
    padding: 0 0.9375rem;
  }
  .p-nurturing-flow__en {
    font-size: 0.875rem;
  }
  .p-nurturing-flow__title {
    font-size: 1.75rem;
    letter-spacing: 0.1em;
  }
  .p-nurturing-flow__desc {
    font-size: 0.875rem;
    margin-bottom: 5rem;
  }
  .p-nurturing-flow__list {
    gap: 1.5rem;
  }
  .p-nurturing-flow__card {
    flex-direction: column;
    padding: 0.625rem 1.25rem;
  }
  .p-nurturing-flow__card-content {
    max-width: 100%;
    order: 2;
  }
  .p-nurturing-flow__card-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    text-align: left;
  }
  .p-nurturing-flow__card-desc {
    font-size: 0.875rem;
    text-align: left;
  }
  .p-nurturing-flow__card-img {
    margin-bottom: 1.25rem;
    order: 1;
    width: 18.75rem;
  }
  .p-nurturing-flow__card-img img {
    right: -100%;
  }
  .p-nurturing-fv {
    background-position: center right;
    height: auto;
    min-height: 25rem;
  }
  .p-nurturing-fv__head {
    margin-left: 4vw;
    margin-top: 12vh;
  }
  .p-nurturing-fv__bg-line01 {
    left: -60%;
    top: -45%;
    width: 120%;
  }
  .p-nurturing-fv__bg-line02 {
    right: -20%;
    top: -8%;
    width: 60%;
  }
  .p-nurturing-fv__bg-line03 {
    left: 0%;
    top: 20%;
    width: 35%;
  }
  .p-nurturing-fv__bg-circle01 {
    height: 4.375rem;
    left: 18%;
    top: 25%;
    width: 4.375rem;
  }
  .p-nurturing-fv__bg-line04 {
    left: -40%;
    top: 45%;
    width: 120%;
  }
  .p-nurturing-intro {
    padding: 3.75rem 0 3.125rem;
  }
  .p-nurturing-intro__inner {
    font-size: 0.875rem;
    max-width: 37.5rem;
    padding: 0 1.25rem;
    text-align: left;
  }
  .p-nurturing-job {
    padding: 3.75rem 0 5rem;
  }
  .p-nurturing-job__inner {
    max-width: 37.5rem;
    padding: 0 20px;
  }
  .p-nurturing-job__header {
    margin-bottom: 1.25rem;
  }
  .p-nurturing-job__en {
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
  }
  .p-nurturing-job__title {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
  .p-nurturing-job__desc {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
  }
  .p-nurturing-job__scroll {
    -webkit-overflow-scrolling: touch; /* iOSで慣性スクロール */
    overflow-x: auto; /* 横スクロール有効 */
    width: 100%;
  }
  .p-nurturing-job__scroll img {
    max-width: none;
    width: 150vw; /* 画面幅より大きくする（例: 1.5倍） */
  }
  .p-nurturing-job__cards-row {
    display: flex;
    flex-direction: row;
    gap: 0.375rem;
    justify-content: center;
    width: 100%;
  }
  .p-nurturing-job__cards-row--top {
    margin-bottom: 0.625rem;
  }
  .p-nurturing-job__cards-row--bottom {
    margin-top: 0.625rem;
  }
  .p-nurturing-job__card-sp {
    border-radius: 0.625rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 10rem;
    padding: 0.625rem 0.5rem;
    width: calc(25% - 0.3125rem);
  }
  .p-nurturing-job__cards-row--top .p-nurturing-job__card-sp {
    align-items: center;
    justify-content: flex-start;
  }
  .p-nurturing-job__cards-row--bottom .p-nurturing-job__card-sp {
    align-items: center;
    justify-content: flex-start;
  }
  .p-nurturing-job__card-sp-logo {
    align-items: center;
    background-color: #fff;
    border-radius: 0.75rem;
    display: flex;
    justify-content: center;
    min-height: 1rem;
    padding: 0.25rem 0.375rem;
    width: 100%;
  }
  .p-nurturing-job__card-sp-logo img {
    -o-object-fit: contain;
    height: 0.5rem;
    max-width: 100%;
    object-fit: contain;
    width: auto;
  }
  .p-nurturing-job__card-sp-logo--bottom {
    margin-top: auto;
  }
  .p-nurturing-job__card-sp-list {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .p-nurturing-job__card-sp-list li {
    color: #fff;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-bottom: 0.25rem;
  }
  .p-nurturing-job__card-sp--yellow .p-nurturing-job__card-sp-list li {
    color: #333;
  }
  .p-nurturing-job__card-sp-icon {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 2.75rem;
    justify-content: center;
    margin-top: auto;
    width: 2.75rem;
  }
  .p-nurturing-job__cards-row--bottom .p-nurturing-job__card-sp-icon {
    margin-bottom: 0.5rem;
    margin-top: 0;
  }
  .p-nurturing-job__card-sp-icon img {
    -o-object-fit: contain;
    height: 1.75rem;
    object-fit: contain;
    width: 1.75rem;
  }
  .p-nurturing-job__cards {
    display: none;
  }
  .p-nurturing-job__center {
    width: 11.25rem;
  }
  .p-nurturing-job__circle {
    height: 11.25rem;
    width: 11.25rem;
  }
  .p-nurturing-job__circle-arrow {
    bottom: -0.375rem;
    height: 1rem;
    width: 1rem;
  }
  .p-nurturing-job__circle-content {
    padding: 0.625rem;
  }
  .p-nurturing-job__circle-text {
    font-size: 0.6875rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .p-nurturing-job__circle-logo {
    width: 6.25rem;
  }
  .p-nurturing-job__dots {
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .p-nurturing-job__dot {
    background-color: #0F1884;
    border-radius: 50%;
    height: 0.375rem;
    position: absolute;
    width: 0.375rem;
  }
  .p-nurturing-job__dot--top {
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: -0.1875rem;
    transform: translateX(-50%);
  }
  .p-nurturing-job__dot--bottom {
    -webkit-transform: translateX(-50%);
    bottom: -0.1875rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-nurturing-job__dot--left {
    -webkit-transform: translateY(-50%);
    left: -0.1875rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-nurturing-job__dot--right {
    -webkit-transform: translateY(-50%);
    right: -0.1875rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-nurturing-job__lines {
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .p-nurturing-job__line {
    background-color: #0F1884;
    height: 0.125rem;
    position: absolute;
  }
  .p-nurturing-job__line--top-left {
    -webkit-transform: rotate(-45deg);
    left: -2.5rem;
    top: -1.25rem;
    transform: rotate(-45deg);
    width: 3.125rem;
  }
  .p-nurturing-job__line--top-right {
    -webkit-transform: rotate(45deg);
    right: -2.5rem;
    top: -1.25rem;
    transform: rotate(45deg);
    width: 3.125rem;
  }
  .p-nurturing-job__line--bottom-left {
    -webkit-transform: rotate(45deg);
    bottom: -1.25rem;
    left: -2.5rem;
    transform: rotate(45deg);
    width: 3.125rem;
  }
  .p-nurturing-job__line--bottom-right {
    -webkit-transform: rotate(-45deg);
    bottom: -1.25rem;
    right: -2.5rem;
    transform: rotate(-45deg);
    width: 3.125rem;
  }
  .p-nurturing-job__card {
    display: none;
  }
  .p-nurturing-leader {
    padding: 0 0 5rem;
  }
  .p-nurturing-leader__inner {
    max-width: 37.5rem;
    padding: 0 20px;
  }
  .p-nurturing-leader__header {
    margin-bottom: 1.875rem;
  }
  .p-nurturing-leader__badge {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1.25rem;
  }
  .p-nurturing-leader__title {
    font-size: 1.625rem;
    letter-spacing: 0;
  }
  .p-nurturing-leader__bubbles {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    justify-content: center;
    margin-bottom: 1.875rem;
  }
  .p-nurturing-leader__bubble {
    align-items: center;
    aspect-ratio: 1/1;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 48%;
    flex-direction: row;
    justify-content: center;
    max-width: none;
    padding: 0 1.25rem 1.25rem;
  }
  .p-nurturing-leader__bubble:nth-child(3) {
    background-position: 0 0;
  }
  .p-nurturing-leader__bubble-title {
    margin-bottom: 0.625rem;
  }
  .p-nurturing-leader__bubble-desc {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .p-nurturing-leader__people {
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-top: 1.25rem;
    width: 100%;
  }
  .p-nurturing-leader__person {
    width: 5rem;
  }
  .p-nurturing-leader__person:nth-child(1) {
    width: 4.375rem;
  }
  .p-nurturing-leader__person:nth-child(2) {
    width: 3.75rem;
  }
  .p-nurturing-leader__person:nth-child(3) {
    width: 4.6875rem;
  }
  .p-nurturing-leader__person:nth-child(4) {
    width: 4.0625rem;
  }
  .p-nurturing-leader__person:nth-child(5) {
    width: 3.75rem;
  }
  .p-nurturing-other {
    padding: 3.75rem 0 5rem;
  }
  .p-nurturing-other__inner {
    padding: 0 var(--padding-sp);
  }
  .p-nurturing-other__header {
    margin-bottom: 2.5rem;
  }
  .p-nurturing-other__en {
    font-size: 0.8125rem;
  }
  .p-nurturing-other__title {
    font-size: 1.5rem;
  }
  .p-nurturing-other__cards {
    gap: 1rem;
  }
  .p-nurturing-other__card {
    align-items: center;
    flex-direction: column;
    gap: 0.9375rem;
    margin: 0 auto;
    padding: 1.5625rem 1.25rem;
    text-align: center;
    width: 80%;
  }
  .p-nurturing-other__card--large {
    padding: 1.875rem 1.25rem;
  }
  .p-nurturing-other__card-icon {
    height: 5rem;
    width: 5rem;
  }
  .p-nurturing-other__card-title {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
  .p-nurturing-other__card--large .p-nurturing-other__card-title {
    font-size: 1.25rem;
  }
  .p-nurturing-other__card-desc {
    font-size: 0.875rem;
    line-height: 1.7;
    text-align: left;
  }
  .p-nurturing-other__grid {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .p-top-people {
    padding: 5rem 0;
  }
  .p-top-people__bar--blue {
    height: 3.125rem;
    left: -3.125rem;
    top: 3.125rem;
    width: 37.5rem;
  }
  .p-top-people__bar--yellow {
    height: 1.875rem;
    right: -1.25rem;
    top: 5rem;
    width: 12.5rem;
  }
  .p-top-people__bar--cyan {
    bottom: 9.375rem;
    height: 3.75rem;
    left: -3.125rem;
    width: 25rem;
  }
  .p-top-people__inner {
    padding: 0 20px;
  }
  .p-top-people__head {
    margin-bottom: 2.5rem;
  }
  .p-top-people__title-en {
    font-size: 3rem;
  }
  .p-top-people__title-jp {
    font-size: 1rem;
    margin-top: 0.3125rem;
  }
  .p-top-people__slider-wrap {
    margin-bottom: 3.125rem;
  }
  .p-top-people__slide {
    border-radius: 0.75rem;
    height: 23.75rem;
    width: 17.5rem;
  }
  .p-top-people__slide-info {
    border-radius: 0.5rem;
    bottom: 0.9375rem;
    left: 0.9375rem;
    min-width: 8.75rem;
    padding: 0.9375rem 1.125rem;
  }
  .p-top-people__slide-name {
    font-size: 1.75rem;
  }
  .p-top-people__slide-year {
    font-size: 0.75rem;
    margin-top: 0.3125rem;
  }
  .p-top-people__slide-dept {
    font-size: 0.75rem;
  }
  .p-top-people__slider-nav {
    width: 20rem;
  }
  .p-top-people__slider-prev,
  .p-top-people__slider-next {
    height: 2.5rem;
    width: 2.5rem;
  }
  .p-top-people__slider-prev::before,
  .p-top-people__slider-next::before {
    height: 0.5rem;
    width: 0.5rem;
  }
  .p-top-people__view-all {
    font-size: 0.75rem;
    margin-top: 1.25rem;
  }
  .p-top-people__view-all::after {
    height: 0.375rem;
    width: 0.375rem;
  }
  .p-top-people__talk-sessions {
    gap: 1.875rem;
    grid-template-columns: 1fr;
    margin-top: 3.125rem;
  }
  .p-top-people__talk-card {
    border-radius: 0.875rem;
    min-height: 20rem;
    padding: 1.5625rem;
  }
  .p-top-people__talk-label {
    font-size: 0.625rem;
  }
  .p-top-people__talk-title {
    font-size: 1.125rem;
  }
  .p-top-people__talk-img {
    border-radius: 0.625rem;
  }
  .p-top-people__talk-link {
    font-size: 0.75rem;
    margin-top: 0.9375rem;
  }
  .p-top-people__talk-link::after {
    height: 0.375rem;
    width: 0.375rem;
  }
  .p-top-works {
    padding: 5rem 0 6.25rem;
  }
  .p-top-works__dots {
    height: 18.75rem;
    width: 18.75rem;
  }
  .p-top-works__bar--yellow {
    height: 5.625rem;
    left: -6.25rem;
    top: 5rem;
    width: 31.25rem;
  }
  .p-top-works__inner {
    padding: 0 20px;
  }
  .p-top-works__content {
    flex-direction: column;
    gap: 2.5rem;
  }
  .p-top-works__images {
    flex: none;
    height: 21.875rem;
    width: 100%;
  }
  .p-top-works__img--back {
    border-radius: 0.625rem;
    height: 17.5rem;
    top: 3.125rem;
    width: 12.5rem;
  }
  .p-top-works__img--front {
    border-radius: 0.625rem;
    height: 17.5rem;
    left: 7.5rem;
    top: 0;
    width: 12.5rem;
  }
  .p-top-works__body {
    padding-top: 0;
  }
  .p-top-works__head {
    margin-bottom: 1.875rem;
  }
  .p-top-works__title-en {
    font-size: 3rem;
  }
  .p-top-works__title-jp {
    font-size: 1rem;
    margin-top: 0.3125rem;
  }
  .p-top-works__card-title {
    margin-bottom: 0.9375rem;
  }
  .p-top-works__card-title-main {
    font-size: 1.375rem;
  }
  .p-top-works__card-title-sub {
    font-size: 0.75rem;
  }
  .p-top-works__card-txt {
    font-size: 0.875rem;
    margin-bottom: 1.5625rem;
  }
  div.p-under-head {
    bottom: 1.875rem;
    position: absolute;
  }
  .p-under-head__title {
    font-size: 2rem;
    text-shadow: 0 0 1.875rem #0043A2;
  }
  .p-under-head__subtitle {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    text-shadow: 0 0 1.875rem #0043A2;
  }
  .p-walfare-dormitory {
    padding: 3.125rem 0;
  }
  .p-walfare-dormitory__inner {
    max-width: 37.5rem;
    padding: 0 0.9375rem;
  }
  .p-walfare-dormitory__desc {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    text-align: left;
  }
  .p-walfare-dormitory__list {
    gap: 1.875rem;
  }
  .p-walfare-dormitory__card {
    flex-direction: column;
    gap: 1.5625rem;
    padding: 1.5625rem 1.25rem;
  }
  .p-walfare-dormitory__card-content {
    order: 2;
    width: 100%;
  }
  .p-walfare-dormitory__card-title {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
    padding: 0.625rem 1.5625rem;
  }
  .p-walfare-dormitory__card-desc {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .p-walfare-dormitory__card-img {
    aspect-ratio: 16/10;
    height: auto;
    order: 1;
    width: 100%;
  }
  .p-walfare-fv {
    background-position: 50% center;
    height: auto;
    min-height: 25rem;
  }
  .p-walfare-fv__head {
    -webkit-transform: translateY(-50%);
    left: 0.9375rem;
    margin: 0;
    transform: translateY(-50%);
  }
  .p-walfare-fv__bg-line01 {
    left: -60%;
    top: -45%;
    width: 120%;
  }
  .p-walfare-fv__bg-line02 {
    right: -20%;
    top: -8%;
    width: 60%;
  }
  .p-walfare-fv__bg-line03 {
    left: 0%;
    top: 20%;
    width: 35%;
  }
  .p-walfare-fv__bg-circle01 {
    height: 4.375rem;
    left: 18%;
    top: 25%;
    width: 4.375rem;
  }
  .p-walfare-fv__bg-line04 {
    left: -40%;
    top: 45%;
    width: 120%;
  }
  .p-walfare-system {
    padding: 2.5rem 0 5rem;
  }
  .p-walfare-system__inner {
    padding: 0 0.9375rem;
  }
  .p-walfare-cards {
    gap: 0.9375rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-card {
    min-height: 12.5rem;
    padding: 1.25rem 0.9375rem 1.5625rem;
  }
  .p-card__title {
    font-size: 0.8125rem;
    max-width: 12.5rem;
    padding: 0.625rem 0.625rem;
  }
  .p-card__img {
    padding: 0.9375rem 0;
  }
  .p-card__img img {
    max-height: 4.375rem;
    max-width: 5rem;
  }
  .p-card__txt {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .p-whatTokyokeiba-about {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-bottom: 4rem;
  }
  .p-whatTokyokeiba-about__bg {
    height: 100%;
  }
  .p-whatTokyokeiba-about__inner {
    align-items: center;
    flex: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.9375rem;
    padding: 3.75rem 20px 1.25rem;
    width: 100%;
  }
  .p-whatTokyokeiba-about__inner > div {
    flex-shrink: 0;
    width: 100%;
  }
  .p-whatTokyokeiba-about__heading {
    margin-bottom: 2.5rem;
  }
  .p-whatTokyokeiba-about__heading-en {
    font-size: 1rem;
  }
  .p-whatTokyokeiba-about__cards .p-whatTokyokeiba01__cards-title {
    margin-top: 1.875rem;
  }
  .p-whatTokyokeiba-about__cards-box {
    flex-direction: row;
    gap: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .p-whatTokyokeiba-about__card-wrap {
    align-items: center;
  }
  .p-whatTokyokeiba-about__card-label {
    font-size: 0.75rem;
  }
  .p-whatTokyokeiba-about__card {
    border-radius: 0.625rem;
    height: 5.3125rem;
    height: auto;
    width: 8.125rem;
    width: 100%;
  }
  .p-whatTokyokeiba-about__card--video {
    border-radius: 1rem;
  }
  .p-whatTokyokeiba-about__video-play {
    border: 0.1875rem solid #fff;
    height: 2.5rem;
    width: 2.5rem;
  }
  .p-whatTokyokeiba-about__video-play::after {
    border-width: 0.5rem 0 0.5rem 0.8125rem;
    margin-left: 0.1875rem;
  }
  .p-whatTokyokeiba-about__business svg {
    max-height: 45vh;
    max-width: 100%;
  }
  .p-whatTokyokeiba-about__business-title {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  .p-whatTokyokeiba-about__business-icons {
    row-gap: 1.5rem;
  }
  .p-whatTokyokeiba-about__business-row {
    gap: 1.5rem;
  }
  .p-whatTokyokeiba-about__business-row--middle {
    flex-direction: column;
    gap: 2rem;
  }
  .p-whatTokyokeiba-about__business-row--bottom {
    margin-top: 0;
  }
  .p-whatTokyokeiba-about__business-circle {
    height: 8.125rem;
    padding: 0.9375rem;
    width: 8.125rem;
  }
  .p-whatTokyokeiba-about__business-icon {
    margin-bottom: 0.375rem;
    width: 2.8125rem;
  }
  .p-whatTokyokeiba-about__business-name {
    font-size: 0.6875rem;
  }
  .modal-video-close-btn {
    height: 2.5rem;
    right: 0.3125rem;
    top: -3.125rem;
    width: 2.5rem;
  }
  .p-whatTokyokeiba-fun {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    min-height: 100vh;
  }
  .p-whatTokyokeiba-fun__inner {
    margin-right: auto;
    margin-top: 0;
    padding: 1.25rem 20px 1.875rem;
    width: 100%;
  }
  .p-whatTokyokeiba-fun__title {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
  .p-whatTokyokeiba-fun__text {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
  .p-whatTokyokeiba-fv {
    background-position: right center;
    height: auto;
    min-height: 25rem;
  }
  .p-whatTokyokeiba__head {
    margin-left: 1.25rem;
    margin-top: 6.25rem;
  }
  .p-whatTokyokeiba-fv__bg-line01 {
    height: 25rem;
    left: -18.75rem;
    top: -6.25rem;
    width: 50rem;
  }
  .p-whatTokyokeiba-fv__bg-line02 {
    height: 11.25rem;
    right: -3.125rem;
    top: -3.125rem;
    width: 25rem;
  }
  .p-whatTokyokeiba-fv__bg-line03 {
    height: 18.75rem;
    left: -12.5rem;
    top: 1.875rem;
    width: 43.75rem;
  }
  .p-whatTokyokeiba-fv__bg-line04 {
    height: 12.5rem;
    left: -6.25rem;
    top: 5rem;
    width: 28.125rem;
  }
  .p-whatTokyokeiba-head {
    margin-top: 9.375rem;
  }
  .p-whatTokyokeiba-kuei {
    height: auto;
    min-height: 56.25rem;
  }
  .p-whatTokyokeiba-kuei__inner {
    padding: 1.875rem 20px 3.125rem;
  }
  .p-whatTokyokeiba-kuei__box {
    margin-bottom: 1.875rem;
  }
  .p-whatTokyokeiba-kuei__title {
    font-size: 1.375rem;
    margin-bottom: 0.9375rem;
  }
  .p-whatTokyokeiba-kuei__text {
    font-size: 0.875rem;
    line-height: 1.75;
    text-align: left;
  }
  .p-whatTokyokeiba-kuei__brands {
    margin-bottom: 1.875rem;
  }
  .p-whatTokyokeiba-kuei__brands-title {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
  }
  .p-whatTokyokeiba-kuei__brands-grid {
    gap: 0.9375rem;
  }
  .p-whatTokyokeiba-kuei__brand-item {
    border-radius: 0.625rem;
    height: 4.0625rem;
    padding: 0.625rem;
    width: 8.75rem;
  }
  .p-whatTokyokeiba-kuei__more {
    border-radius: 2.8125rem;
    height: 2.8125rem;
    width: 8.75rem;
  }
  .p-whatTokyokeiba-kuei__more-text {
    font-size: 0.875rem;
  }
  .p-whatTokyokeiba-mirai {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    min-height: 100vh;
    padding-top: 10rem;
  }
  .p-whatTokyokeiba-mirai__inner {
    gap: 0.9375rem;
    padding: 1.25rem 20px 1.25rem;
    width: 100%;
  }
  .p-whatTokyokeiba-mirai h4 {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
    margin-top: 0.9375rem;
  }
  .p-whatTokyokeiba-mirai h5 {
    font-size: 0.75rem;
  }
  .p-whatTokyokeiba-mirai__content {
    max-width: 100%;
  }
  .p-whatTokyokeiba-mirai__title {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
  .p-whatTokyokeiba-mirai__text {
    font-size: 0.75rem;
    line-height: 1.7;
  }
  .p-whatTokyokeiba-mirai__images {
    gap: 0.9375rem;
  }
  .p-whatTokyokeiba-mirai__image-wrap {
    border-radius: 0.5rem;
    height: 6.25rem;
    width: calc(50% - 0.46875rem);
  }
  .p-whatTokyokeiba-numbers {
    min-height: auto;
  }
  .p-whatTokyokeiba-numbers__head {
    margin-bottom: 1.875rem;
  }
  .p-whatTokyokeiba-numbers__inner {
    padding: 0 0.9375rem;
  }
  .p-whatTokyokeiba-numbers__title-box {
    margin-bottom: 2.5rem;
  }
  .p-whatTokyokeiba-numbers__title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
  .p-whatTokyokeiba-numbers__subtitle {
    font-size: 0.875rem;
  }
  .p-whatTokyokeiba-numbers__cards {
    padding-bottom: 3.125rem;
  }
  .p-whatTokyokeiba-numbers__cards-row {
    gap: 0.75rem;
    grid-template-columns: 1fr;
    margin: 0 1.875rem;
  }
  .p-whatTokyokeiba-numbers__card-label {
    font-size: 0.75rem;
    height: 2rem;
    margin: 0.625rem 0.9375rem 0;
    padding: 0.3125rem 0.625rem;
  }
  .p-whatTokyokeiba-numbers__card-label--small {
    font-size: 0.6875rem;
  }
  .p-whatTokyokeiba-numbers__card-body {
    padding: 0.75rem 0.9375rem 1.125rem;
  }
  .p-whatTokyokeiba-numbers__card-number {
    font-size: 3.75rem;
  }
  .p-whatTokyokeiba-numbers__cards-row:first-child .p-whatTokyokeiba-numbers__card:first-child .p-whatTokyokeiba-numbers__card-number {
    font-size: 3.625rem;
  }
  .p-whatTokyokeiba-numbers__card-unit {
    font-size: 0.875rem;
    margin-left: 0.1875rem;
  }
  .p-whatTokyokeiba-numbers__cards-row:nth-of-type(1) .p-whatTokyokeiba-numbers__card:nth-of-type(2) .p-whatTokyokeiba-numbers__card-unit {
    margin-left: -0.3125rem;
    margin-right: 0.625rem;
  }
  .p-whatTokyokeiba-numbers__card-icon {
    margin-left: 0.5rem;
  }
  .p-whatTokyokeiba-numbers__card-icon img {
    height: 3.4375rem;
    width: 3.75rem;
  }
  .p-whatTokyokeiba-numbers__card-notes {
    font-size: 80%;
    margin-bottom: 1rem;
  }
  .p-whatTokyokeiba-numbers__card-box {
    margin-left: 0rem;
    margin-top: -1.5rem;
  }
  .p-whatTokyokeiba-numbers__card-text-small {
    font-size: 0.875rem;
    margin-left: -0.5rem;
  }
  .p-whatTokyokeiba-reassurance {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    min-height: 100vh;
    padding-bottom: 4rem;
  }
  .p-whatTokyokeiba-reassurance__head {
    margin-top: 18.75rem;
  }
  .p-whatTokyokeiba-reassurance__inner {
    display: block;
    margin-right: auto;
    margin-top: 0;
    padding: 2.5rem 20px 1.875rem;
    width: 100%;
  }
  .p-whatTokyokeiba-reassurance__content {
    max-width: 100%;
  }
  .p-whatTokyokeiba-reassurance__title {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
  .p-whatTokyokeiba-reassurance__text {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
  .p-whatTokyokeiba-thought {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding-bottom: 4rem;
  }
  .p-whatTokyokeiba-thought__box {
    flex-direction: column;
    gap: 1.25rem;
    width: 90%;
  }
  .p-whatTokyokeiba-thought__image {
    max-width: 25rem;
    width: 100%;
  }
  .p-whatTokyokeiba-thought__inner {
    padding: 0.3125rem;
    width: 100%;
  }
  .p-whatTokyokeiba-thought__content {
    border-radius: 0.625rem;
    border-width: 0.125rem;
    max-width: 100%;
    padding: 1.25rem 0.9375rem;
  }
  .p-whatTokyokeiba-thought__label {
    border-radius: 1rem;
    font-size: 1rem;
    margin-bottom: 0.9375rem;
    padding: 0.25rem 1.875rem;
  }
  .p-whatTokyokeiba-thought__philosophy {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .p-whatTokyokeiba-thought__inner .p-whatTokyokeiba-thought__head {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
  .p-whatTokyokeiba-thought__text {
    font-size: 0.875rem;
    line-height: 1.7;
    padding: 0.9375rem 0 0;
  }
  .p-whatTokyokeiba01 {
    padding: 1.25rem 1.875rem 3.125rem;
  }
  .p-whatTokyokeiba01__box-head {
    padding-top: 0;
  }
  .p-whatTokyokeiba01__box-head h3 {
    font-size: 1.375rem;
  }
  .p-whatTokyokeiba01__box-head p {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
  }
  .p-whatTokyokeiba01__cards-title {
    font-size: 0.875rem;
  }
  .p-youngEmployee-fv {
    height: 25rem;
    min-height: 0;
  }
  .p-youngEmployee-fv__head {
    bottom: 1.25rem;
    left: 1.25rem;
    margin: 0;
    padding: 0;
    position: absolute;
  }
  .p-youngEmployee-fv__title {
    font-size: 2rem;
    text-shadow: 0 0 1.25rem #0043a2;
  }
  .p-youngEmployee-fv__subtitle {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    text-shadow: 0 0 1.25rem #0043a2;
  }
  .p-youngEmployee-fv__bg img {
    -o-object-position: 62% center;
    object-position: 62% center;
  }
  .u-font18 {
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 1rem;
  }
  .u-font22 {
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 1.125rem;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
  .p-nurturing-leader__bubble-title {
    font-size: 1.125rem;
  }
  .p-nurturing-leader__bubble-desc {
    font-size: 0.5625rem;
    line-height: 1.4;
  }
  .p-whatTokyokeiba-mirai__image-wrap {
    border-radius: 0.375rem;
    height: 5rem;
  }
}

@media (any-hover: hover) {
  .l-footer__nav-item:hover {
    opacity: 0.7;
  }
  .l-footer__link:hover {
    opacity: 0.7;
  }
  a.l-header__nav-item:hover {
    color: #0f1884;
  }
  .l-header__dropdown-item:hover {
    opacity: 0.7;
  }
  .l-header__entry:hover {
    -webkit-transform: translateY(-0.125rem);
    transform: translateY(-0.125rem);
  }
  .l-header__entry:hover::before {
    opacity: 1;
  }
  .l-header__accordion-list a:hover {
    opacity: 0.7;
  }
  .c-btn-gradient:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .c-btn-gradient:hover::before {
    opacity: 1;
  }
  .c-btn-gradient:hover .c-btn-gradient__icon {
    -webkit-transform: translateY(-50%) rotate(45deg) translateX(3px) translateY(-3px);
    transform: translateY(-50%) rotate(45deg) translateX(3px) translateY(-3px);
  }
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
  .c-imgZoom:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
  .p-business__link:hover {
    background: #0046cb;
    color: #fff;
  }
  .p-business__link:hover .p-business__link-arrow::after {
    border-color: #fff;
  }
  .p-index-people__view-all:hover {
    background-color: #0F1884;
    border-color: #fff;
  }
  .p-index-people__view-all:hover .p-index-people__view-all-txt {
    color: #fff;
  }
  .p-index-people__view-all:hover .p-index-people__view-all-icon {
    -webkit-transform: rotate(45deg) translateX(0.1875rem);
    border-color: #fff;
    transform: rotate(45deg) translateX(0.1875rem);
  }
  .p-index-people__slider-prev:hover,
  .p-index-people__slider-next:hover {
    background-color: #0F1884;
  }
  .p-index-people__slider-prev:hover::before,
  .p-index-people__slider-next:hover::before {
    border-color: #fff;
  }
  .c-icon:hover {
    -webkit-transform: translateY(-0.25rem);
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12);
    transform: translateY(-0.25rem);
  }
  .c-icon:hover .c-icon__arrow {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .c-icon:hover .c-icon__arrow::before {
    -webkit-transform: translate(-60%, -50%) rotate(45deg);
    transform: translate(-60%, -50%) rotate(45deg);
  }
  .p-interview-card:hover {
    -webkit-transform: translateY(-0.3125rem);
    transform: translateY(-0.3125rem);
  }
  .p-interview-card:hover .p-interview-card__img img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  .p-interviewTop__card:hover {
    -webkit-transform: translateY(-0.5rem);
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.3);
    transform: translateY(-0.5rem);
  }
  .p-interviewTop__card:hover .p-interviewTop__card-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p-interviewTop-zadankai__link:hover {
    -webkit-filter: brightness(1.15);
    filter: brightness(1.15);
  }
  .p-interviewTop-zadankai__link:hover .p-interviewTop-zadankai__img img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  .p-job-tabs__btn:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .p-job-slider__item:hover {
    -webkit-transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
  }
  .p-job-slider__nav:hover {
    background-color: #f5f5f5;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }
  .p-job-sidebar__item:hover {
    -webkit-transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
  }
  .p-jobDescription-content__entry:hover {
    -webkit-transform: translateY(-0.125rem);
    transform: translateY(-0.125rem);
  }
  .p-jobDescription-content__entry:hover::before {
    opacity: 1;
  }
  .p-midcareerEmployee-index__link:hover {
    opacity: 0.7;
  }
  .p-pageTop__wrap:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .p-pageTop__wrap:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
  .p-top-people__slider-prev:hover,
  .p-top-people__slider-next:hover {
    background-color: #0F1884;
  }
  .p-top-people__slider-prev:hover::before,
  .p-top-people__slider-next:hover::before {
    border-color: #fff;
  }
  .p-top-people__view-all:hover::after {
    -webkit-transform: rotate(45deg) translateX(3px) translateY(-3px);
    transform: rotate(45deg) translateX(3px) translateY(-3px);
  }
  .p-top-people__talk-link:hover::after {
    -webkit-transform: rotate(45deg) translateX(3px) translateY(-3px);
    transform: rotate(45deg) translateX(3px) translateY(-3px);
  }
  .p-whatTokyokeiba-about__card-label a:hover {
    opacity: 0.7;
  }
  .p-whatTokyokeiba-about__video-link:hover .p-whatTokyokeiba-about__video-play {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.1);
  }
  .p-whatTokyokeiba-about__business-circle:hover {
    -webkit-transform: translateY(-0.3125rem);
    box-shadow: 0 0.75rem 2.1875rem rgba(255, 179, 0, 0.5);
    transform: translateY(-0.3125rem);
  }
  .p-whatTokyokeiba-kuei__brand-item:hover {
    -webkit-transform: translateY(-0.3125rem);
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.2);
    transform: translateY(-0.3125rem);
  }
  .p-whatTokyokeiba-kuei__more:hover {
    -webkit-transform: translateY(-0.1875rem);
    box-shadow: 0 0.3125rem 1.25rem rgba(184, 192, 199, 0.9);
    transform: translateY(-0.1875rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-business__frame {
    transition: none;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */