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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

html {
  font-size: min(16px, 100vw / 1728 * 16);
}
@media screen and (max-width: 767px) {
  html {
    font-size: min(600 / 393 * 16px, 100vw / 393 * 16);
  }
}

body {
  color: #313131;
  font-family: "Noto Sans JP", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6, p, li, dd, dt, th, td {
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  padding-block-start: 72px;
  min-height: 100svh;
}
@media screen and (max-width: 767px) {
  .l-main {
    max-width: 24.5625rem;
    margin-inline: auto;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 70rem;
  height: inherit;
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 55rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    max-width: 33.75rem;
  }
}

.c-page-title {
  position: relative;
  width: min(100% - 1.875rem, 106.125rem);
  min-height: 12.125rem;
  margin-right: auto;
  margin-left: 0;
  color: #112443;
}
@media screen and (max-width: 767px) {
  .c-page-title {
    width: 18.75rem;
    max-width: 100%;
    min-height: auto;
    margin-right: auto;
    margin-left: 0;
  }
}

.c-page-title--lower {
  margin-top: 6.8125rem;
}
@media screen and (max-width: 767px) {
  .c-page-title--lower {
    margin-top: 6.25rem;
  }
}

.c-page-title--section {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .c-page-title--section {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .c-page-title--spHidden {
    display: none;
  }
}

.c-page-title--heroLight {
  color: #ffffff;
}

.c-page-title--heroLight .c-page-title__breadcrumbList {
  color: rgba(255, 255, 255, 0.75);
}

.c-page-title--heroLight .c-page-title__mark::before {
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .c-page-title--spLeadBreaks {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-page-title--spLeadBreaks .c-page-title__lead {
    white-space: nowrap;
  }
}

.c-page-title__breadcrumb {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-page-title__breadcrumb {
    display: none;
  }
}

.c-page-title__breadcrumbList {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  color: #aaaaaa;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 0.75rem, 12px);
  font-weight: 700;
  line-height: 1.6666666667;
}

.c-page-title__breadcrumbItem {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
}

.c-page-title__breadcrumbItem:not(:first-child)::before {
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  content: "";
  border-top: 0.125rem solid currentColor;
  border-right: 0.125rem solid currentColor;
  transform: rotate(45deg);
}

.c-page-title__breadcrumbLink {
  display: flex;
  align-items: center;
  column-gap: 0.375rem;
}

.c-page-title__homeIcon {
  position: relative;
  width: 0.75rem;
  height: 0.6875rem;
}

.c-page-title__homeIcon::before {
  position: absolute;
  top: 0.125rem;
  left: 0.0625rem;
  width: 0.625rem;
  height: 0.5rem;
  content: "";
  background-color: currentColor;
  clip-path: polygon(50% 0, 100% 40%, 100% 100%, 0 100%, 0 40%);
}

.c-page-title__headingGroup {
  display: flex;
  align-items: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-page-title__headingGroup {
    margin-top: 0;
  }
}

.c-page-title__mark {
  position: relative;
  flex: 0 0 10.28125rem;
  height: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-page-title__mark {
    flex-basis: 3.15625rem;
  }
}

.c-page-title__spMarkImage {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-page-title__spMarkImage {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.c-page-title__mark::before {
  position: absolute;
  top: 0.65625rem;
  left: 0;
  width: 9.375rem;
  height: 0.0625rem;
  content: "";
  background-color: #112443;
}
@media screen and (max-width: 767px) {
  .c-page-title__mark::before {
    display: none;
  }
}

.c-page-title__diamond {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.375rem;
  height: 1.375rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-page-title__diamond {
    display: none;
  }
}

.c-page-title__title {
  scroll-margin-top: 110px;
  margin-left: 2.1875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.44;
}
@media screen and (max-width: 767px) {
  .c-page-title__title {
    scroll-margin-top: 80px;
    margin-left: 1.25rem;
    font-size: 1.75rem;
    line-height: 1.5357142857;
  }
}

.c-page-title__lead {
  margin-top: 2.5rem;
  margin-left: 12.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .c-page-title__lead {
    margin-top: 0.625rem;
    margin-left: 4.5rem;
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

@media screen and (max-width: 767px) {
  .c-page-title--lower .c-page-title__lead {
    margin-top: 0.6875rem;
  }
}

.c-side-banner {
  position: fixed;
  z-index: 90;
  top: 18rem;
  right: 0;
  width: 3.875rem;
}
@media screen and (max-width: 767px) {
  .c-side-banner {
    display: none;
  }
}

.c-side-banner__link {
  display: block;
  width: 3.875rem;
  padding-block: 1.25rem;
  padding-inline: 0.875rem;
  color: #ffffff;
  border-radius: 0.625rem 0 0 0.625rem;
  text-align: center;
  transition: opacity 0.3s ease;
}

.c-side-banner__link + .c-side-banner__link {
  margin-top: 1.25rem;
}

.c-side-banner__link--contact {
  background-color: #B89968;
}

.c-side-banner__link--recruit {
  background-color: #112443;
}

.c-side-banner__text {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 500;
  line-height: 1.125;
  letter-spacing: 0.125em;
  writing-mode: vertical-rl;
}

.c-side-banner__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.125rem;
  aspect-ratio: 34/20;
  margin-top: 0.9375rem;
  margin-inline: auto;
  background-color: #ffffff;
  border-radius: 0.625rem;
}

.c-side-banner__arrow::before {
  width: 0.4375rem;
  height: 0.4375rem;
  margin-left: -0.125rem;
  content: "";
  border-top: 0.125rem solid currentColor;
  border-right: 0.125rem solid currentColor;
  transform: rotate(45deg);
}

.c-side-banner__link--contact .c-side-banner__arrow {
  color: #B89968;
}

.c-side-banner__link--recruit .c-side-banner__arrow {
  color: #112443;
}

@media (hover: hover) {
  .c-side-banner__link:hover,
  .c-side-banner__link:focus-visible {
    opacity: 0.75;
  }
}
.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .p-header {
    height: 60px;
  }
}

.p-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1728px;
  height: 80px;
  margin-inline: auto;
  padding-inline: 60px 15px;
}
@media screen and (max-width: 1200px) {
  .p-header__inner {
    height: 60px;
    padding-inline: 15px 0;
  }
}

.p-header__logo {
  flex-shrink: 0;
}

.p-header__logo--pc {
  width: 254.362px;
  height: 49.04px;
}
@media screen and (max-width: 1200px) {
  .p-header__logo--pc {
    display: none;
  }
}

.p-header__logo--sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .p-header__logo--sp {
    display: block;
    width: 198.853px;
    max-width: calc(100% - 80px);
    height: 38.33px;
  }
}

.p-header__logoImage {
  display: block;
  width: 100%;
  height: 100%;
}

.p-header__nav {
  display: flex;
  align-items: center;
  column-gap: 60px;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__navList {
  display: flex;
  align-items: center;
  column-gap: 37px;
}

.p-header__navItem {
  flex-shrink: 0;
}

.p-header__navItem--current {
  color: #B89968;
}

.p-header__navItem--separator {
  width: 1px;
  height: 22px;
}

.p-header__navLink {
  display: flex;
  align-items: center;
  column-gap: 10px;
  min-height: 44px;
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.p-header__navItem--current .p-header__navLink {
  color: #B89968;
}

.p-header__navArrow {
  width: 7px;
  height: 13px;
  transform: rotate(-90deg);
  transition: transform 0.25s ease;
}

.p-header__navItem--hasDropdown {
  display: flex;
  align-items: center;
  height: 80px;
}

.p-header__navItem--hasDropdown:hover .p-header__navLink,
.p-header__navItem--hasDropdown:focus-within .p-header__navLink {
  color: #B89968;
}

.p-header__navItem--hasDropdown:hover .p-header__navArrow,
.p-header__navItem--hasDropdown:focus-within .p-header__navArrow {
  transform: rotate(90deg);
}

.p-header__dropdown {
  position: absolute;
  z-index: 1;
  top: 80px;
  right: 0;
  display: flex;
  align-items: center;
  column-gap: 90px;
  height: 80px;
  padding-inline: 60px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.p-header__navItem--hasDropdown:hover .p-header__dropdown,
.p-header__navItem--hasDropdown:focus-within .p-header__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-header__dropdownTop {
  display: flex;
  align-items: center;
  column-gap: 25px;
  min-height: 44px;
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  white-space: nowrap;
}

.p-header__dropdownTopArrow {
  flex-shrink: 0;
  width: 40px;
  height: 18px;
}

.p-header__dropdownList {
  display: flex;
  align-items: center;
  column-gap: 40px;
}

.p-header__dropdownItem {
  flex-shrink: 0;
}

.p-header__dropdownLink {
  display: flex;
  align-items: center;
  column-gap: 10px;
  min-height: 44px;
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  white-space: nowrap;
}

.p-header__dropdownDash {
  flex-shrink: 0;
  width: 10px;
  height: 2px;
}

.p-header__separator {
  display: block;
  width: 1px;
  height: 22px;
}

.p-header__contact {
  display: flex;
  align-items: center;
  column-gap: 10px;
  min-height: 55px;
  padding-block: 16px;
  padding-inline: 30px;
  border-radius: 10px;
  background-color: #B89968;
  color: #ffffff;
}

.p-header__contactIcon {
  flex-shrink: 0;
  width: 19.286px;
  height: 15px;
}

.p-header__contactText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  white-space: nowrap;
}

.p-header__menu {
  display: none;
}
@media screen and (max-width: 1200px) {
  .p-header__menu {
    display: block;
    flex-shrink: 0;
    width: 65px;
    height: 60px;
    margin-left: auto;
    padding-top: 6px;
    background-color: #112443;
    color: #ffffff;
    cursor: pointer;
  }
}

.p-header__menuIcon {
  display: block;
  width: 22px;
  height: 16.077px;
  margin-inline: auto;
}

.p-header__menuLabel {
  display: block;
  margin-top: 4px;
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.23;
  letter-spacing: 0.04em;
}

@media (hover: hover) {
  .p-header__navLink:hover {
    color: #B89968;
  }
  .p-header__contact:hover {
    background-color: #446FB3;
  }
  .p-header__dropdownTop:hover,
  .p-header__dropdownLink:hover {
    color: #B89968;
  }
}
.p-drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  overscroll-behavior: contain;
  background-color: #ffffff;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  transition: transform 0.4s ease, visibility 0.4s ease;
}
@media screen and (min-width: 1201px) {
  .p-drawer {
    display: none;
  }
}

.p-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

body:has(.p-drawer.is-open) {
  overflow: hidden;
}

.p-drawer__header {
  position: sticky;
  z-index: 1;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.p-drawer__logo {
  width: 198.853px;
  max-width: calc(100% - 80px);
  height: 43px;
  margin-left: 15px;
}

.p-drawer__logoImage {
  display: block;
  width: 100%;
  height: 100%;
}

.p-drawer__close {
  display: block;
  flex-shrink: 0;
  width: 65px;
  height: 60px;
  margin-left: auto;
  padding-top: 14px;
  background-color: #112443;
  color: #ffffff;
  cursor: pointer;
}

.p-drawer__closeIcon {
  display: block;
  width: 17.18px;
  height: 17.18px;
  margin-inline: auto;
}

.p-drawer__closeLabel {
  display: block;
  margin-top: 4px;
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.23;
  letter-spacing: 0.04em;
}

.p-drawer__body {
  width: calc(100% - 50px);
  max-width: 343px;
  margin-top: 30px;
  margin-inline: auto;
  padding-block: 0 calc(98px + env(safe-area-inset-bottom));
}

.p-drawer__navItem:not(:first-child) {
  margin-top: 25px;
}

.p-drawer__accordion-trigger {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  min-height: 44px;
  color: #112443;
  cursor: pointer;
  transition: color 0.3s ease;
}

.p-drawer__accordionLabel {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444;
  text-align: left;
}

.p-drawer__accordionIcon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  overflow: hidden;
  transition: height 0.3s ease, margin-top 0.3s ease;
}

.p-drawer__accordionIconImage {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  transition: top 0.3s ease;
}

.p-drawer__accordion.is-open .p-drawer__accordion-trigger {
  color: #B89968;
}

.p-drawer__accordion.is-open .p-drawer__accordionIcon {
  height: 2px;
  margin-top: 14px;
}

.p-drawer__accordion.is-open .p-drawer__accordionIconImage {
  top: -7px;
}

.p-drawer__accordion-panel {
  height: 0;
  margin-top: 2px;
  overflow: hidden;
  opacity: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
}

.p-drawer__accordion.is-open .p-drawer__accordion-panel {
  opacity: 1;
}

.p-drawer__accordion-panel[hidden] {
  display: none;
}

.p-drawer__panelList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1px;
  row-gap: 18px;
}

.p-drawer__panelItem {
  min-width: 0;
}

.p-drawer__panelItem--wide {
  grid-column: 1/-1;
}

.p-drawer__panelLink {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 10px;
  min-height: 20px;
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3333333333;
}

.p-drawer__panelLink::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 0;
  bottom: -12px;
  left: 0;
}

.p-drawer__panelArrow {
  flex-shrink: 0;
  width: 10px;
  height: 2px;
}

.p-drawer__divider {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 6px;
}

.p-drawer__navLink {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 44px;
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444;
}

.p-drawer__ctaList {
  margin-top: 25px;
  padding-inline: 10px;
}

.p-drawer__ctaItem:not(:first-child) {
  margin-top: 15px;
}

.p-drawer__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 54px;
  padding-block: 18px;
  padding-inline: 30px;
  border-radius: 10px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125;
}

.p-drawer__cta--contact {
  background-color: #B89968;
}

.p-drawer__cta--recruit {
  background-color: #112443;
}

.p-drawer__ctaArrow {
  flex-shrink: 0;
  width: 34px;
  height: 18px;
}

.p-drawer__company {
  margin-top: 40px;
}

.p-drawer__companyHead {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 10px;
}

.p-drawer__companyName {
  flex-shrink: 0;
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4375;
  white-space: nowrap;
}

.p-drawer__mapLink {
  display: flex;
  align-items: center;
  column-gap: 7px;
  min-height: 44px;
  color: #B89968;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285714286;
  text-decoration: underline;
  text-underline-position: from-font;
  white-space: nowrap;
}

.p-drawer__mapIcon {
  flex-shrink: 0;
  width: 12.857px;
  height: 15px;
}

.p-drawer__address {
  margin-top: 10px;
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

.p-drawer__contacts {
  width: 195px;
  max-width: 100%;
  margin-top: 10px;
}

.p-drawer__contactRow {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: #112443;
}

.p-drawer__contactRow:not(:first-child) {
  margin-top: 10px;
}

.p-drawer__contactTerm {
  display: flex;
  align-items: center;
  column-gap: 8px;
  flex-shrink: 0;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.p-drawer__contactIcon {
  flex-shrink: 0;
  width: 22px;
  height: 18px;
}

.p-drawer__contactTerm span {
  width: 35px;
}

.p-drawer__contactData {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .p-drawer {
    transition-duration: 0.01ms;
  }
}
.p-footer {
  color: #112443;
  background-color: #ffffff;
}

.p-footer__contactLead {
  position: relative;
  min-height: 35.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-footer__contactLead {
    min-height: 28.4375rem;
  }
}

.p-footer__contactBar {
  position: absolute;
  z-index: 0;
  display: block;
  background-color: #112443;
}

.p-footer__contactBar--side {
  top: 0.625rem;
  bottom: -0.9375rem;
  left: calc((100% - min(100%, 108rem)) / 2 + 0rem);
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__contactBar--side {
    top: 0;
    bottom: 0;
    width: 1.875rem;
  }
}

.p-footer__contactBar--top {
  top: 0;
  right: 0;
  left: 0;
  height: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__contactBar--top {
    height: 0.75rem;
  }
}

.p-footer__contactInner {
  position: relative;
  z-index: 1;
  width: 54.3125rem;
  max-width: calc(100% - 7.5rem);
  margin-inline: auto;
  padding-top: 7.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__contactInner {
    width: 19.1875rem;
    max-width: calc(100% - 5.375rem);
    margin-left: 3.625rem;
    padding-top: 3.75rem;
  }
}

.p-footer__eyebrow {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__eyebrow {
    font-size: 0.875rem;
  }
}

.p-footer__eyebrow::before {
  width: 3.125rem;
  height: 0.0625rem;
  content: "";
  background-color: #B89968;
}

.p-footer__eyebrowNumber {
  color: #B89968;
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-footer__eyebrowNumber {
    font-size: 0.75rem;
  }
}

.p-footer__contactTitle {
  margin-top: 1.875rem;
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 4rem, 64px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__contactTitle {
    font-size: 2.875rem;
  }
}

.p-footer__contactDescription {
  margin-top: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 400;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-footer__contactDescription {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-footer__telephone {
  width: fit-content;
  margin-top: 2.5rem;
}

.p-footer__telephoneLink {
  display: flex;
  align-items: center;
  column-gap: 0.9375rem;
  min-height: 3.875rem;
  padding-block: 1.25rem;
  padding-inline: 1.875rem;
  color: #ffffff;
  background-image: linear-gradient(90deg, #dec49a, #B89968);
  border-radius: 0.625rem;
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 2.0625rem, 33px);
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__telephoneLink {
    min-height: 3.5625rem;
    column-gap: 0.9375rem;
    padding-block: 0.8125rem;
    padding-inline: 1.25rem;
    font-size: 1.625rem;
  }
}

.p-footer__telephoneIcon {
  flex: 0 0 auto;
  display: block;
  width: 1.482375rem;
  height: 1.65625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__telephoneIcon {
    width: 1.25rem;
    height: 1.1875rem;
  }
}

.p-footer__telephoneArrow {
  flex: 0 0 auto;
  display: block;
  width: 2.5rem;
  height: 1.125rem;
  margin-left: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__telephoneArrow {
    margin-left: 0.4375rem;
  }
}

.p-footer__hours {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 1.25rem;
  row-gap: 0.375rem;
  margin-top: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__hours {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
}

.p-footer__hours span:last-child {
  font-family: "Lexend", sans-serif;
}

.p-footer__ctaList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 16.9375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__ctaList {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }
}

.p-footer__cta {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 16.9375rem;
  overflow: hidden;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-footer__cta {
    min-height: 13.75rem;
  }
}

.p-footer__ctaBackground,
.p-footer__ctaOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.p-footer__ctaBackground {
  object-fit: cover;
  transition: transform 0.5s ease;
}

.p-footer__ctaOverlay {
  z-index: 1;
  background-color: rgba(17, 36, 67, 0.6);
  transition: opacity 0.3s ease;
}

.p-footer__cta--entry .p-footer__ctaOverlay {
  background-color: rgba(151, 118, 67, 0.8);
}

.p-footer__ctaWave {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 26rem;
  height: 13.3125rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-footer__ctaWave {
    width: 14.819875rem;
    height: 7.5875rem;
  }
}

.p-footer__ctaWave img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-footer__ctaContent {
  position: absolute;
  z-index: 3;
  top: 4.25rem;
  left: 20.84%;
  display: block;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .p-footer__ctaContent {
    top: 2.625rem;
    left: 1.4375rem;
    width: calc(100% - 2.875rem);
  }
}

.p-footer__ctaEnglish {
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 1.25rem, 20px);
  font-weight: 400;
  line-height: 1;
}

.p-footer__ctaTitle {
  display: block;
  margin-top: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2rem, 32px);
  font-weight: 700;
  line-height: 0.9375;
}
@media screen and (max-width: 767px) {
  .p-footer__ctaTitle {
    margin-top: 0.75rem;
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}

.p-footer__ctaDescription {
  display: block;
  margin-top: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 400;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .p-footer__ctaDescription {
    margin-top: 1.25rem;
    font-size: 0.75rem;
    line-height: 2;
  }
}

.p-footer__cta:hover .p-footer__ctaBackground,
.p-footer__cta:focus-visible .p-footer__ctaBackground {
  transform: scale(1.03);
}

.p-footer__cta:hover .p-footer__ctaOverlay,
.p-footer__cta:focus-visible .p-footer__ctaOverlay {
  opacity: 0.82;
}

.p-footer__cta:focus-visible {
  outline: 0.1875rem solid #ffffff;
  outline-offset: -0.375rem;
}

.p-footer__body {
  min-height: 47.5rem;
  padding-top: 2.78125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__body {
    min-height: 0;
    padding-top: 3.75rem;
  }
}

.p-footer__main {
  width: min(100% - 3.125rem, 90.625rem);
  margin-left: max(1.5625rem, (100vw - 90.625rem) / 2);
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__main {
    width: calc(100% - 3.125rem);
    margin-inline: auto;
  }
}

.p-footer__navigationRow {
  display: grid;
  grid-template-columns: 17.919875rem minmax(0, 61.25rem);
  align-items: start;
  column-gap: 11.375rem;
  min-height: 13.125rem;
}
@media screen and (min-width: 48em) and (max-width: 75em) {
  .p-footer__navigationRow {
    grid-template-columns: 14.375rem minmax(0, 1fr);
    column-gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__navigationRow {
    display: block;
    min-height: 0;
  }
}

.p-footer__logo {
  display: block;
  width: 17.919875rem;
}
@media screen and (min-width: 48em) and (max-width: 75em) {
  .p-footer__logo {
    width: 14.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 14.4515625rem;
  }
}

.p-footer__logo picture,
.p-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 327.065/63.044;
}

.p-footer__nav {
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    margin-top: 2.6875rem;
  }
}

.p-footer__navGroups {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(3, 11.875rem) 8.75rem;
  column-gap: 5.625rem;
}
@media screen and (min-width: 48em) and (max-width: 75em) {
  .p-footer__navGroups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.25rem;
    row-gap: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__navGroups {
    display: block;
  }
}

.p-footer__navGroup {
  position: relative;
  min-width: 0;
  width: 11.875rem;
}
@media screen and (min-width: 48em) and (max-width: 75em) {
  .p-footer__navGroup {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__navGroup {
    width: auto;
  }
}

.p-footer__navGroup--work::before,
.p-footer__navGroup--recruit::before,
.p-footer__utilityNav::before {
  position: absolute;
  top: 0;
  height: 13.125rem;
  left: -2.8125rem;
  width: 0.0625rem;
  content: "";
  background-color: rgba(17, 36, 67, 0.25);
}
@media screen and (min-width: 48em) and (max-width: 75em) {
  .p-footer__navGroup--work::before,
  .p-footer__navGroup--recruit::before,
  .p-footer__utilityNav::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__navGroup--work::before,
  .p-footer__navGroup--recruit::before,
  .p-footer__utilityNav::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__navGroup--work,
  .p-footer__navGroup--recruit {
    margin-top: 2.0625rem;
  }
}

.p-footer__navHeading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__navHeading {
    font-size: 1rem;
  }
}

.p-footer__navList {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__navList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 0.625rem;
    margin-top: 0.9375rem;
  }
}

.p-footer__navItem + .p-footer__navItem {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__navItem + .p-footer__navItem {
    margin-top: 0;
  }
}

.p-footer__navItem a {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  min-height: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-footer__navItem a {
    font-size: 0.9375rem;
  }
}

.p-footer__navItem img {
  flex: 0 0 auto;
  display: block;
  width: 0.625rem;
  height: 0.125rem;
}

.p-footer__navItem a span {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-footer__navItem a span {
    white-space: normal;
  }
}

.p-footer__utilityNav {
  position: relative;
  width: 8.75rem;
  min-height: 13.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (min-width: 48em) and (max-width: 75em) {
  .p-footer__utilityNav {
    width: auto;
    min-width: 0;
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__utilityNav {
    width: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.875rem;
    min-height: 0;
    margin-top: 1.875rem;
    font-size: 1rem;
  }
}

.p-footer__utilityNav li + li {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__utilityNav li + li {
    margin-top: 0;
  }
}

.p-footer__utilityNav li:nth-child(2) a {
  font-size: clamp(12px, 1.0625rem, 17px);
}

.p-footer__nav a:hover,
.p-footer__nav a:focus-visible {
  color: #446FB3;
}

.p-footer__divider {
  height: 0.0625rem;
  margin-top: 3.75rem;
  background-color: rgba(17, 36, 67, 0.25);
}
@media screen and (max-width: 767px) {
  .p-footer__divider {
    margin-top: 2.5rem;
  }
}

.p-footer__companyRow {
  display: flex;
  align-items: flex-start;
  column-gap: 8.5rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__companyRow {
    display: block;
    margin-top: 2.5rem;
  }
}

.p-footer__company {
  flex: 0 0 22.875rem;
  min-width: 0;
}

.p-footer__companyHeading {
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footer__companyHeading {
    display: block;
  }
}

.p-footer__companyName {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-footer__companyName {
    font-size: 1rem;
  }
}

.p-footer__mapLink {
  display: flex;
  align-items: center;
  column-gap: 0.4375rem;
  color: #B89968;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 700;
  line-height: 1;
  text-decoration: underline;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-footer__mapLink {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footer__mapLink {
    margin-top: 0.75rem;
  }
}

.p-footer__mapLink img {
  display: block;
  width: 0.9106875rem;
  height: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__mapLink img {
    width: 0.8035625rem;
    height: 0.9375rem;
  }
}

.p-footer__address {
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    margin-top: 1.125rem;
    font-size: 0.875rem;
    line-height: 2;
    white-space: nowrap;
  }
}

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

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

.p-footer__contactDataRow {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 400;
  line-height: 1.5555555556;
}
@media screen and (max-width: 767px) {
  .p-footer__contactDataRow {
    column-gap: 0.5rem;
    font-size: 1rem;
    line-height: 1;
  }
}

.p-footer__contactDataRow + .p-footer__contactDataRow {
  margin-top: 0.625rem;
}

.p-footer__contactDataRow dt {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  width: 4.1875rem;
}

.p-footer__contactDataRow dt img {
  display: block;
  width: 1.375rem;
  height: 1.125rem;
}

.p-footer__contactDataRow dd {
  white-space: nowrap;
}

.p-footer__maps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 29.3125rem));
  column-gap: 0.625rem;
  width: 59.25rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__maps {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 0.625rem;
    width: 100%;
    margin-top: 2.5rem;
  }
}

.p-footer__maps img,
.p-footer__mapFrame {
  display: block;
  width: 100%;
  height: 17rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-footer__maps img,
  .p-footer__mapFrame {
    height: 12.4375rem;
  }
}

.p-footer__mapFrame {
  border: 0;
}

.p-footer__copyright {
  display: grid;
  place-items: center;
  min-height: 1.75rem;
  margin-top: 5.34375rem;
  color: #ffffff;
  background-color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 0.75rem, 12px);
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    min-height: 1.625rem;
    margin-top: 2.5rem;
    font-size: 0.6875rem;
  }
}

.p-footer a:focus-visible {
  outline: 0.1875rem solid #B89968;
  outline-offset: 0.1875rem;
}

.p-footer__cta:focus-visible,
.p-footer__telephoneLink:focus-visible {
  outline-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-footer__navGroup--about .p-footer__navItem--history {
    grid-column: 1;
    grid-row: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__navGroup--about .p-footer__navItem--company {
    grid-column: 2;
    grid-row: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__navGroup--about .p-footer__navItem--values {
    grid-column: 1/-1;
    grid-row: 2;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__navGroup--work .p-footer__navItem--public {
    grid-column: 1;
    grid-row: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__navGroup--work .p-footer__navItem--award {
    grid-column: 2;
    grid-row: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__navGroup--work .p-footer__navItem--private {
    grid-column: 1;
    grid-row: 2;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__navGroup--work .p-footer__navItem--flow {
    grid-column: 2;
    grid-row: 2;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__navGroup--work .p-footer__navItem--reform {
    grid-column: 1/-1;
    grid-row: 3;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__navGroup--recruit .p-footer__navItem--message {
    grid-column: 1;
    grid-row: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__navGroup--recruit .p-footer__navItem--interview {
    grid-column: 2;
    grid-row: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__navGroup--recruit .p-footer__navItem--numbers {
    grid-column: 1;
    grid-row: 2;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__navGroup--recruit .p-footer__navItem--entry {
    grid-column: 2;
    grid-row: 2;
  }
}

.p-top-fv {
  position: relative;
  width: 100%;
  height: 59.375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-fv {
    height: 48.75rem;
  }
}

.p-top-fv__slider {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top-fv__slides {
  height: 100%;
}

.p-top-fv__slide {
  position: relative;
  height: 100%;
}

.p-top-fv__slide::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

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

.p-top-fv__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-top-fv__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

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

.p-top-fv__overlay--left {
  left: 0.09%;
  width: 56.71%;
  transform: scaleY(-1);
}
@media screen and (max-width: 767px) {
  .p-top-fv__overlay--left {
    left: 0;
    width: 90.84%;
  }
}

.p-top-fv__overlay--right {
  right: 0;
  width: 57.29%;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .p-top-fv__overlay--right {
    width: 73.28%;
  }
}

.p-top-fv__copy {
  position: absolute;
  z-index: 3;
  top: 19.03125rem;
  left: calc((100% - min(100%, 108rem)) / 2 + 8.625rem);
  width: 29.625rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top-fv__copy {
    top: 26.1875rem;
    left: 1.125rem;
    width: 21.4375rem;
  }
}

.p-top-fv__title {
  position: relative;
  z-index: 2;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(12px, 4.375rem, 70px);
  font-weight: 700;
  line-height: 1.5714285714;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .p-top-fv__title {
    font-size: 2.125rem;
    line-height: 1.7941176471;
  }
}

.p-top-fv__title-line {
  display: block;
  width: max-content;
  max-width: 100%;
}

.p-top-fv__lead {
  position: relative;
  z-index: 2;
  margin-top: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.25rem, 20px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-top-fv__lead {
    margin-top: 1.25rem;
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
}

.p-top-fv__title-rule {
  position: absolute;
  z-index: 1;
  left: 0.0625rem;
  display: block;
  height: 0.125rem;
  background-color: #ffffff;
  pointer-events: none;
}

.p-top-fv__title-rule--first {
  top: 6.65625rem;
  width: 27.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-fv__title-rule--first {
    top: 3.8125rem;
    width: 13.125rem;
  }
}

.p-top-fv__title-rule--second {
  top: 13.40625rem;
  width: 29.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top-fv__title-rule--second {
    top: 7.375rem;
    width: 14.3125rem;
  }
}

.p-top-fv__title-rule--third {
  top: 20.40625rem;
  width: 27.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-fv__title-rule--third {
    top: 11.25rem;
    width: 13.125rem;
  }
}

.p-top-fv__pagination.swiper-pagination {
  position: absolute;
  z-index: 4;
  top: 55.875rem;
  right: calc((100% - min(100%, 108rem)) / 2 + 2.375rem);
  bottom: auto;
  left: auto;
  display: flex;
  width: auto;
  column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-fv__pagination.swiper-pagination {
    top: 45.4375rem;
    right: auto;
    left: 1.125rem;
    column-gap: 0.3125rem;
  }
}

.p-top-fv__pagination.swiper-pagination .swiper-pagination-bullet {
  box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  margin: 0;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  background-image: radial-gradient(circle, #ffffff 0 0.25rem, transparent 0.25rem);
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .p-top-fv__pagination.swiper-pagination .swiper-pagination-bullet {
    width: 0.875rem;
    height: 0.875rem;
    background-image: radial-gradient(circle, #ffffff 0 0.1875rem, transparent 0.1875rem);
  }
}

.p-top-fv__pagination.swiper-pagination .swiper-pagination-bullet-active {
  border: 0.0625rem solid #ffffff;
  opacity: 1;
}

.p-top-about {
  position: relative;
  width: 100%;
  padding-block: 10.375rem;
  overflow: hidden;
  color: #112443;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    padding-block: 6.4375rem 6.1875rem;
  }
}

.p-top-about__decoration {
  position: absolute;
  z-index: 0;
  top: 1.125rem;
  left: calc((100% - min(100%, 108rem)) / 2 + -0.625rem);
  width: 29rem;
  height: auto;
  aspect-ratio: 188.011/96.079;
}
@media screen and (max-width: 767px) {
  .p-top-about__decoration {
    top: 3rem;
    width: 13.1203rem;
  }
}

.p-top-about__intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 33rem) minmax(0, 32.9375rem);
  column-gap: 9.0625rem;
  width: min(100% - 5rem, 75rem);
  min-height: 28.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-about__intro {
    display: block;
    width: 21.4375rem;
    max-width: 100%;
    min-height: 0;
    margin-left: 1.5625rem;
    margin-right: auto;
  }
}

.p-top-about__copy {
  min-width: 0;
}

.p-top-about__eyebrow {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  width: max-content;
  max-width: 100%;
}

.p-top-about__eyebrow-rule {
  display: block;
  width: 3.125rem;
  height: 0.0625rem;
  background-color: #b89968;
}

.p-top-about__eyebrow-rule img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-top-about__eyebrow-number {
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #b89968;
}
@media screen and (max-width: 767px) {
  .p-top-about__eyebrow-number {
    font-size: 0.75rem;
  }
}

.p-top-about__eyebrow-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top-about__eyebrow-label {
    font-size: 0.75rem;
  }
}

.p-top-about__heading {
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2.5rem, 40px);
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-top-about__heading {
    font-size: 1.875rem;
  }
}

.p-top-about__heading-pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-top-about__heading-pc {
    display: none;
  }
}

.p-top-about__heading-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-about__heading-sp {
    display: inline;
  }
}

.p-top-about__accent {
  color: #b89968;
}

.p-top-about__text {
  margin-top: 3.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-top-about__text {
    margin-top: 2.5rem;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-top-about__text-pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-top-about__text-pc {
    display: none;
  }
}

.p-top-about__text-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-about__text-sp {
    display: inline;
  }
}

.p-top-about__button {
  display: flex;
  align-items: center;
  column-gap: 6.875rem;
  width: max-content;
  max-width: 100%;
  min-height: 3.875rem;
  margin-top: 3.75rem;
  padding-block: 1rem;
  padding-inline: 1.875rem;
  border-radius: 0.625rem;
  background-color: #112443;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top-about__button {
    margin-top: 2.5rem;
  }
}

.p-top-about__button-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-top-about__button-label {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-top-about__button-arrow {
  display: block;
  width: 2.5rem;
  height: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__button-arrow {
    width: 2.375rem;
  }
}

.p-top-about__button-arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-top-about__button:hover,
.p-top-about__button:focus-visible {
  background-color: #446fb3;
}

.p-top-about__commitments {
  position: relative;
  width: 32.9375rem;
  min-width: 0;
  min-height: 28.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__commitments {
    width: 100%;
    min-height: 0;
    margin-top: 3.75rem;
  }
}

.p-top-about__commitments-pc {
  position: relative;
  width: 32.9375rem;
  height: 28.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__commitments-pc {
    display: none;
  }
}

.p-top-about__commitments-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-top-about__commitments-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-about__commitments-sp {
    display: block;
    width: 100%;
    aspect-ratio: 343/297;
    object-fit: cover;
  }
}

.p-top-about__commitments-caption {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-top-about__commitment-shape,
.p-top-about__commitment-mask,
.p-top-about__commitment-icon {
  position: absolute;
}

.p-top-about__commitment-shape--center {
  top: 6.3125rem;
  left: 3.75rem;
  width: 22.1875rem;
}

.p-top-about__commitment-shape--left {
  top: 13.1875rem;
  left: 0;
  width: 13.1875rem;
}

.p-top-about__commitment-shape--right {
  top: 13.1875rem;
  left: 16.5rem;
  width: 13.1875rem;
}

.p-top-about__commitment-shape--top {
  top: 0;
  left: 8.25rem;
  width: 13.1875rem;
}

.p-top-about__commitment-mask--left {
  top: 19.8125rem;
  left: 0;
  width: 6.5625rem;
}

.p-top-about__commitment-mask--top {
  top: 0;
  left: 8.25rem;
  width: 6.5625rem;
}

.p-top-about__commitment-mask--right {
  top: 13.1875rem;
  left: 23.125rem;
  width: 6.5625rem;
}

.p-top-about__commitment-icon--left {
  top: 14.94rem;
  left: 4.5rem;
  width: 4.25rem;
}

.p-top-about__commitment-icon--right {
  top: 15.124375rem;
  left: 20.25rem;
  width: 5.6875rem;
}

.p-top-about__commitment-icon--top {
  top: 2rem;
  left: 12.25rem;
  width: 5.25rem;
}

.p-top-about__commitment-title {
  position: absolute;
  top: 0;
  left: 29.3125rem;
  width: 1.625rem;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, 1.625rem, 26px);
  font-weight: 700;
  line-height: 1.0384615385;
  text-align: center;
  writing-mode: vertical-rl;
}

.p-top-about__commitment-en {
  position: absolute;
  top: 2.6875rem;
  left: 31.625rem;
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 600;
  color: #b89968;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: top left;
}

.p-top-about__commitment-copy {
  position: absolute;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}

.p-top-about__commitment-copy strong {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 700;
  line-height: normal;
}

.p-top-about__commitment-copy small {
  display: block;
  margin-top: 0.625rem;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 400;
  line-height: normal;
}

.p-top-about__commitment-copy--top {
  top: 7.375rem;
  left: 11.375rem;
  width: 7rem;
}

.p-top-about__commitment-copy--left {
  top: 20.5625rem;
  left: 2.125rem;
}

.p-top-about__commitment-copy--right {
  top: 20.5625rem;
  left: 19.125rem;
}

.p-top-about__cards-shell {
  position: relative;
  z-index: 1;
  margin-top: 5.75rem;
  padding-block: 5rem;
  background-color: #eef2f5;
}
@media screen and (max-width: 767px) {
  .p-top-about__cards-shell {
    width: 22.6875rem;
    max-width: 100%;
    margin-top: 3.75rem;
    margin-left: 0;
    margin-right: auto;
    padding-block: 3.75rem;
    padding-inline: 1.5625rem;
  }
}

.p-top-about__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 23.4375rem));
  column-gap: 2.3125rem;
  width: min(100% - 5rem, 74.9375rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-about__cards {
    display: block;
    width: 100%;
  }
}

.p-top-about__card {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 25rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__card {
    display: flex;
    flex-direction: column;
    row-gap: 0.9375rem;
    min-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__card:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.p-top-about__card::after {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0.125rem;
  width: 0.0625rem;
  content: "";
  background-color: #aaaaaa;
}
@media screen and (max-width: 767px) {
  .p-top-about__card::after {
    content: none;
  }
}

.p-top-about__card::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0.3125rem;
  height: 3.125rem;
  content: "";
  background-color: #b89968;
  transition: height 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-about__card::before {
    content: none;
  }
}

.p-top-about__card-rule {
  position: relative;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-about__card-rule {
    display: block;
    width: 100%;
    height: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__card-rule::before,
  .p-top-about__card-rule::after {
    position: absolute;
    left: 0;
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__card-rule::before {
    top: -0.125rem;
    z-index: 1;
    width: 3.125rem;
    height: 0.3125rem;
    background-color: #b89968;
    background-image: linear-gradient(to bottom, #b89968 0, #b89968 0.125rem, #aaaaaa 0.125rem, #aaaaaa 0.1875rem, #b89968 0.1875rem, #b89968 100%);
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__card-rule::after {
    top: 0;
    z-index: 2;
    width: 100%;
    height: 0.0625rem;
    background-color: #aaaaaa;
  }
}

.p-top-about__card-body {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-about__card-body {
    display: grid;
    grid-template-columns: 10.5rem 6.6875rem;
    align-items: center;
    justify-content: space-between;
    column-gap: 2.375rem;
    margin-top: 0;
  }
}

.p-top-about__card-copy {
  position: absolute;
  z-index: 2;
  top: 0rem;
  left: 0.9375rem;
  display: block;
  max-width: calc(100% - 1.875rem);
}
@media screen and (max-width: 767px) {
  .p-top-about__card-copy {
    position: static;
    max-width: none;
  }
}

.p-top-about__card-number {
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 1.375rem, 22px);
  font-weight: 400;
  letter-spacing: 0.04em;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-about__card-number {
    font-size: 1rem;
  }
}

.p-top-about__card-heading {
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__card-heading {
    column-gap: 0.9375rem;
    margin-top: 0.625rem;
  }
}

.p-top-about__card-title {
  width: max-content;
  max-width: 13.4375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.25rem, 20px);
  font-weight: 700;
  line-height: normal;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-about__card-title {
    display: block;
    width: 7rem;
    font-size: 1rem;
  }
}

.p-top-about__card-arrows {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 1.125rem;
  flex: 0 0 auto;
}

.p-top-about__card-arrow {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}

.p-top-about__card-arrow--hover {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-top-about__card-arrow--pc {
    display: none;
  }
}

.p-top-about__card-arrow--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-about__card-arrow--sp {
    display: block;
  }
}

.p-top-about__card-description {
  display: block;
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-top-about__card-description {
    display: none;
  }
}

.p-top-about__card-picture {
  position: absolute;
  right: 34.67%;
  bottom: 0;
  left: 4%;
  display: block;
  height: 12.5rem;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__card-picture {
    position: relative;
    width: 6.6875rem;
    height: auto;
    aspect-ratio: 107/93;
  }
}

.p-top-about__card-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  max-width: none;
}

.p-top-about__card:nth-child(1) .p-top-about__card-image--default {
  top: 0.25%;
  left: 0.05%;
  width: 130.42%;
}

.p-top-about__card:nth-child(2) .p-top-about__card-image--default {
  top: 0.16%;
  left: 0.06%;
  width: 145.85%;
}

.p-top-about__card:nth-child(3) .p-top-about__card-image--default {
  left: -0.13%;
  width: 116.01%;
}

@media screen and (max-width: 767px) {
  .p-top-about__card:nth-child(1) .p-top-about__card-image--default,
  .p-top-about__card:nth-child(2) .p-top-about__card-image--default,
  .p-top-about__card:nth-child(3) .p-top-about__card-image--default {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-top-about__card-image--hover {
  display: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-about__card-image--hover {
    display: none;
  }
}

.p-top-about__card:nth-child(1) .p-top-about__card-image--hover {
  top: -18.07%;
  height: 120.01%;
}

.p-top-about__card:nth-child(2) .p-top-about__card-image--hover {
  top: -3.66%;
  height: 107.31%;
}

.p-top-about__card:nth-child(3) .p-top-about__card-image--hover {
  object-fit: cover;
}

@media (hover: hover) {
  .p-top-about__card:hover .p-top-about__card-number,
  .p-top-about__card:hover .p-top-about__card-title,
  .p-top-about__card:focus-visible .p-top-about__card-number,
  .p-top-about__card:focus-visible .p-top-about__card-title {
    color: #b89968;
  }
  .p-top-about__card:hover .p-top-about__card-arrow--default,
  .p-top-about__card:focus-visible .p-top-about__card-arrow--default {
    opacity: 0;
  }
  .p-top-about__card:hover .p-top-about__card-arrow--hover,
  .p-top-about__card:focus-visible .p-top-about__card-arrow--hover {
    opacity: 1;
  }
  .p-top-about__card:hover::before,
  .p-top-about__card:focus-visible::before {
    height: 100%;
  }
}
.p-top-work {
  overflow: hidden;
  color: #ffffff;
  background-color: #112443;
}

.p-top-work__spacer {
  display: none;
}

.p-top-work__lead {
  position: relative;
  min-height: 27.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-work__lead {
    min-height: 33.5625rem;
  }
}

.p-top-work__decoration {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
}

.p-top-work__decoration--pc {
  top: 0;
  left: calc((100% - min(100%, 108rem)) / 2 + 0rem);
  width: min(55.27vw, 59.6875rem);
  aspect-ratio: 955/693;
}
@media screen and (max-width: 767px) {
  .p-top-work__decoration--pc {
    display: none;
  }
}

.p-top-work__decoration--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-work__decoration--sp {
    top: 0;
    right: 0;
    display: block;
    width: calc(100% - 1.1875rem);
    height: 17rem;
  }
}

.p-top-work__leadInner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: min(100% - 3.125rem, 75rem);
  min-height: 27.25rem;
  margin-inline: auto;
  padding-block: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-work__leadInner {
    display: block;
    width: calc(100% - 3.125rem);
    min-height: 33.5625rem;
    padding-block: 4.125rem 3.9375rem;
  }
}

.p-top-work__copy {
  min-width: 0;
}

.p-top-work__eyebrow {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-work__eyebrow {
    font-size: 0.75rem;
  }
}

.p-top-work__eyebrow::before {
  width: 3.125rem;
  height: 0.0625rem;
  content: "";
  background-color: #B89968;
}

.p-top-work__eyebrowNumber {
  color: #B89968;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.p-top-work__title {
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2.5rem, 40px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-work__title {
    font-size: 1.875rem;
    line-height: 1.45;
  }
}

.p-top-work__accent {
  color: #B89968;
}

.p-top-work__description {
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-top-work__description {
    margin-top: 2.5rem;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-top-work__br--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-work__br--sp {
    display: inline;
  }
}

.p-top-work__button {
  display: flex;
  align-items: center;
  column-gap: 6.875rem;
  min-height: 3.875rem;
  padding-block: 1rem;
  padding-inline: 1.875rem;
  color: #112443;
  background-color: #ffffff;
  border-radius: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 500;
  line-height: 1.875;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-work__button {
    width: fit-content;
    margin-top: 2.5rem;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-top-work__button img {
  display: block;
  width: 2.5rem;
  height: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-work__button img {
    width: 2.375rem;
  }
}

.p-top-work__button:hover,
.p-top-work__button:focus-visible {
  color: #ffffff;
  background-color: #446FB3;
}

.p-top-work__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 34.375rem 34.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-work__grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(4, 15.625rem);
  }
}

.p-top-work__item {
  min-width: 0;
}

.p-top-work__tile {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-top-work__tile::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
}

.p-top-work__item--private .p-top-work__tile::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.p-top-work__tileImage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.p-top-work__tileContent {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 1.875rem);
  color: #ffffff;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: color 0.3s ease;
}

.p-top-work__tileTitle {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, 2.75rem, 44px);
  font-weight: 700;
  line-height: 1.3636363636;
}
@media screen and (max-width: 767px) {
  .p-top-work__tileTitle {
    font-size: 1.625rem;
    line-height: 1.45;
  }
}

.p-top-work__tileEnglish {
  display: block;
  margin-top: 1.25rem;
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-work__tileEnglish {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
}

.p-top-work__tileArrow {
  display: block;
  width: 2.5rem;
  height: 1.125rem;
  margin-top: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-work__tileArrow {
    margin-top: 0.5rem;
  }
}

.p-top-work__tile:hover::after,
.p-top-work__tile:focus-visible::after {
  background-color: rgba(255, 255, 255, 0.7);
}

.p-top-work__tile:hover .p-top-work__tileContent,
.p-top-work__tile:focus-visible .p-top-work__tileContent {
  color: #112443;
}

.p-top-work__tile:hover .p-top-work__tileImage,
.p-top-work__tile:focus-visible .p-top-work__tileImage {
  transform: scale(1.03);
}

.p-top-work__tile:focus-visible {
  outline: 0.1875rem solid #B89968;
  outline-offset: -0.1875rem;
}

.p-top-work__ticker {
  display: flex;
  align-items: center;
  min-height: 7.8125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-work__ticker {
    min-height: 4.6875rem;
  }
}

.p-top-work__tickerTrack {
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
  width: max-content;
  padding-inline: 1.75rem;
  animation: top-work-ticker 28s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .p-top-work__tickerTrack {
    animation-play-state: paused;
  }
}

.p-top-work__tickerGroup {
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
  width: max-content;
}

.p-top-work__tickerWord {
  color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #6da0f1);
  background-clip: text;
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 3.75rem, 60px);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-work__tickerWord {
    font-size: 2.25rem;
  }
}

@keyframes top-work-ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-top-recruit {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top-recruit {
    padding-top: 6.4375rem;
  }
}

.p-top-recruit__spacer {
  height: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__spacer {
    height: 6.25rem;
  }
}

.p-top-recruit__blueprint {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 53.125rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__blueprint {
    display: none;
  }
}

.p-top-recruit__blueprintImage {
  position: absolute;
  top: -7.5rem;
  left: calc((100% - min(100%, 108rem)) / 2 + -8.75rem);
  display: block;
  width: 41.84375rem;
  height: auto;
}

.p-top-recruit__hero {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__hero {
    min-height: 53.125rem;
  }
}

.p-top-recruit__copy {
  width: calc(100% - 3.125rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__copy {
    width: 35rem;
    margin-inline: 0;
    margin-left: max(1.5625rem, (100% - 74.75rem) / 2);
    padding-top: 14.375rem;
  }
}

.p-top-recruit__eyebrow {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__eyebrow {
    font-size: 0.75rem;
  }
}

.p-top-recruit__eyebrow::before {
  width: 3.125rem;
  height: 0.0625rem;
  content: "";
  background-color: #B89968;
}

.p-top-recruit__eyebrowNumber {
  color: #B89968;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.p-top-recruit__title {
  margin-top: 1.25rem;
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2.5rem, 40px);
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__title {
    font-size: 1.875rem;
    line-height: 1.45;
  }
}

.p-top-recruit__accent {
  color: #B89968;
}

.p-top-recruit__description {
  margin-top: 3.75rem;
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__description {
    margin-top: 2.5rem;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-top-recruit__br--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__br--sp {
    display: inline;
  }
}

.p-top-recruit__button {
  display: flex;
  align-items: center;
  column-gap: 6.875rem;
  width: fit-content;
  min-height: 3.875rem;
  margin-top: 3.75rem;
  padding-block: 1rem;
  padding-inline: 1.875rem;
  color: #ffffff;
  background-color: #112443;
  border-radius: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 500;
  line-height: 1.875;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__button {
    margin-top: 2.5rem;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-top-recruit__button img {
  display: block;
  width: 2.5rem;
  height: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__button img {
    width: 2.375rem;
  }
}

.p-top-recruit__button:hover,
.p-top-recruit__button:focus-visible {
  background-color: #446FB3;
}

.p-top-recruit__slider {
  width: 100%;
  height: 18.75rem;
  margin-top: 4.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__slider {
    position: absolute;
    top: 0;
    right: 0;
    width: 49.5625rem;
    max-width: 46%;
    height: 53.125rem;
    margin-top: 0;
  }
}

.p-top-recruit__sliderWrapper,
.p-top-recruit__slide {
  width: 100%;
  height: 100%;
}

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

.p-top-recruit__slider > .p-top-recruit__pagination.swiper-pagination-horizontal {
  top: auto;
  right: 1.25rem;
  bottom: 1.25rem;
  left: auto;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__slider > .p-top-recruit__pagination.swiper-pagination-horizontal {
    display: none;
  }
}

.p-top-recruit__slider .p-top-recruit__pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin-inline: 0.625rem;
  background-color: #ffffff;
  opacity: 0.45;
}

.p-top-recruit__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.p-top-recruit__cardsBand {
  position: relative;
  z-index: 1;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__cardsBand {
    margin-top: 4.9375rem;
    padding-block: 0;
  }
}

.p-top-recruit__cardsBand::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 7.875rem;
  content: "";
  background-color: #EEF2F5;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__cardsBand::before {
    content: none;
  }
}

.p-top-recruit__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 17.1875rem));
  column-gap: 2rem;
  width: min(74.75rem, 100% - 3.125rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__cards {
    grid-template-columns: repeat(2, minmax(0, 10.25rem));
    column-gap: 0.9375rem;
    row-gap: 2.8125rem;
    width: calc(100% - 3.125rem);
  }
}

.p-top-recruit__card {
  min-width: 0;
}

.p-top-recruit__cardLink {
  display: block;
  color: #112443;
}

.p-top-recruit__cardPicture {
  display: block;
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__cardPicture {
    height: 10rem;
  }
}

.p-top-recruit__cardPicture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, opacity 0.3s ease;
}

.p-top-recruit__cardHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 1.25rem;
  padding-inline: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__cardHeading {
    margin-top: 0.9375rem;
    padding-inline: 0;
  }
}

.p-top-recruit__cardTitle {
  min-width: 0;
  border-left: 0.375rem solid #B89968;
  padding-left: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__cardTitle {
    padding-left: 0.5625rem;
  }
}

.p-top-recruit__cardArrow {
  flex: 0 0 auto;
  display: block;
  width: 2.5rem;
  height: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__cardArrow {
    width: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recruit__card--entry .p-top-recruit__cardArrow {
    width: 2.5rem;
  }
}

.p-top-recruit__cardBody {
  display: block;
  width: 16.5625rem;
  margin-top: 1.25rem;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__cardBody {
    width: 100%;
    margin-top: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-top-recruit__cardLink:hover .p-top-recruit__cardPicture img,
.p-top-recruit__cardLink:focus-visible .p-top-recruit__cardPicture img {
  opacity: 0.72;
  transform: scale(1.03);
}

.p-top-recruit__cardLink:hover .p-top-recruit__cardTitle,
.p-top-recruit__cardLink:focus-visible .p-top-recruit__cardTitle {
  color: #446FB3;
}

.p-top-recruit__cardLink:focus-visible {
  outline: 0.1875rem solid #B89968;
  outline-offset: 0.25rem;
}

.p-about {
  color: #112443;
  background-color: #ffffff;
}

.p-about-fv {
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about-fv {
    margin-top: 0rem;
    padding-top: 0rem;
  }
}

.p-about-fv__pcVisual {
  position: relative;
  display: block;
  height: 52.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about-fv__pcVisual {
    display: none;
  }
}

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

.p-about-fv__pcCopy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}

.p-about-fv__pcCatch {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: min(10.375rem, 9.6vw);
  font-family: "Noto Serif JP", serif;
  font-size: min(6.25rem, 5.8vw);
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}

.p-about-fv__pcCatchCross {
  font-size: min(2.8125rem, 2.6vw);
  font-weight: 400;
}

.p-about-fv__pcLead {
  margin-top: 6.25rem;
}

.p-about-fv__pcLeadText {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, 1.25rem, 20px);
  font-weight: 600;
  line-height: 2;
}

.p-about-fv__pcLeadText:not(:first-child) {
  margin-top: 5.625rem;
}

.p-about-fv__pcLeadAccent {
  color: #B89968;
}

.p-about-fv__spVisual {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-about-fv__spVisual {
    position: relative;
    display: block;
    height: 37.5rem;
    margin-top: 2.5rem;
    overflow: hidden;
    color: #ffffff;
  }
}

.p-about-fv__spImages {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-about-fv__spImages::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(17, 36, 67, 0.6);
}

.p-about-fv__spImage {
  display: block;
  width: 100%;
  height: 12.5rem;
  object-fit: fill;
}

.p-about-fv__spCopy {
  position: relative;
  z-index: 1;
  width: calc(100% - 3.125rem);
  max-width: 21.4375rem;
  margin-inline: auto;
  padding-top: 5.3125rem;
  text-align: center;
}

.p-about-fv__spCatch {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.425;
  white-space: nowrap;
}

.p-about-fv__spCatch span {
  position: relative;
  top: 0.0625rem;
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-inline: 0.5625rem;
  overflow: hidden;
  color: transparent;
  vertical-align: middle;
}

.p-about-fv__spCatch span::before,
.p-about-fv__spCatch span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 0.09375rem;
  content: "";
  background-color: #ffffff;
  transform-origin: center;
}

.p-about-fv__spCatch span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-about-fv__spCatch span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-about-fv__spText {
  margin-top: 2.1875rem;
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.1428571429;
}

.p-about-fv__spText em {
  color: #B89968;
  font-style: normal;
}

.p-about-values {
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-about-values {
    padding-block: 3.125rem 6.25rem;
  }
}

.p-about-values__hiddenTitle {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-about-values__block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 60.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-values__block {
    display: block;
    min-height: 0;
  }
}

.p-about-values__block:not(:first-of-type) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about-values__block:not(:first-of-type) {
    margin-top: 4rem;
  }
}

.p-about-values__textColumn {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
}

.p-about-values__block--reverse .p-about-values__textColumn {
  grid-column: 1;
}

.p-about-values__block:nth-of-type(1) .p-about-values__textColumn {
  width: 42.3125rem;
  max-width: calc(100% - 5.9375rem);
  margin-top: 8.3125rem;
  margin-left: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-about-values__block:nth-of-type(1) .p-about-values__textColumn {
    width: calc(100% - 3.125rem);
    max-width: 21.4375rem;
    margin-top: 0;
    margin-inline: auto;
  }
}

.p-about-values__block:nth-of-type(2) .p-about-values__textColumn {
  width: 37.5rem;
  max-width: calc(100% - 8.25rem);
  margin-top: 10.6875rem;
  margin-left: 8.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-values__block:nth-of-type(2) .p-about-values__textColumn {
    width: calc(100% - 3.125rem);
    max-width: 21.4375rem;
    margin-top: 0;
    margin-inline: auto;
  }
}

.p-about-values__block:nth-of-type(3) .p-about-values__textColumn {
  width: 38.1875rem;
  max-width: calc(100% - 5.9375rem);
  margin-top: 12.3125rem;
  margin-left: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-about-values__block:nth-of-type(3) .p-about-values__textColumn {
    width: calc(100% - 3.125rem);
    max-width: 21.4375rem;
    margin-top: 0;
    margin-inline: auto;
  }
}

.p-about-values__block:nth-of-type(4) .p-about-values__textColumn {
  width: 48.125rem;
  max-width: calc(100% - 6.25rem);
  margin-top: 5.8125rem;
  margin-left: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-values__block:nth-of-type(4) .p-about-values__textColumn {
    width: calc(100% - 3.125rem);
    max-width: 21.4375rem;
    margin-top: 0;
    margin-inline: auto;
  }
}

.p-about-values__content {
  width: 100%;
}

.p-about-values__block:nth-of-type(4) .p-about-values__content {
  width: 39.875rem;
  max-width: 100%;
}

.p-about-values__figure {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 60.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about-values__figure {
    width: 100%;
    height: auto;
    margin-top: 2.5rem;
    aspect-ratio: 393/441;
  }
}

.p-about-values__block--reverse .p-about-values__figure {
  grid-column: 2;
}

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

.p-about-values__label {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-about-values__label {
    font-size: 0.75rem;
  }
}

.p-about-values__labelLine {
  display: block;
  width: 3.125rem;
  height: 0.0625rem;
  background-color: #B89968;
}

.p-about-values__heading {
  width: max-content;
  max-width: 100%;
  margin-top: 1.25rem;
  padding-block: 0.625rem 0.9375rem;
  padding-inline: 2.1875rem;
  color: #ffffff;
  background-image: linear-gradient(90deg, #5d769d, #112443);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2.375rem, 38px);
  font-weight: 700;
  line-height: 0.9473684211;
}
@media screen and (max-width: 767px) {
  .p-about-values__heading {
    margin-top: 1.375rem;
    padding-block: 0.375rem;
    padding-inline: 1rem;
    font-size: 1.75rem;
    line-height: 1.2857142857;
  }
}

.p-about-values__text {
  margin-top: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-about-values__text {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-about-values__accent {
  color: #B89968;
}

.p-about-values__list {
  width: 25rem;
  max-width: 100%;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-values__list {
    margin-top: 1.25rem;
  }
}

.p-about-values__listItem {
  position: relative;
  min-height: 2.75rem;
  padding-block: 0.8125rem;
  padding-inline-start: 2rem;
  border-top: 0.0625rem solid rgba(17, 36, 67, 0.15);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 500;
  line-height: 1.2857142857;
}
@media screen and (max-width: 767px) {
  .p-about-values__listItem {
    min-height: 2.4375rem;
    padding-block: 0.875rem;
    padding-inline-start: 1.6875rem;
    font-size: 0.875rem;
    line-height: 1.4166666667;
  }
}

.p-about-values__listItem:last-child {
  border-bottom: 0.0625rem solid rgba(17, 36, 67, 0.15);
}

.p-about-values__list--plain .p-about-values__listItem {
  padding-inline-start: 0.625rem;
}

.p-about-values__list--plain .p-about-values__listItem::before {
  display: none;
}

.p-about-values__listItem::before {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0.125rem;
  width: 1rem;
  height: 0.75rem;
  content: "";
  background-image: url(../img/about/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-about-values__strong {
  margin-top: 1.875rem;
  color: transparent;
  background-image: linear-gradient(90deg, #5c759c, #112443);
  background-clip: text;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.75rem, 28px);
  font-weight: 700;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .p-about-values__strong {
    margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: normal;
  }
}

.p-about-values__script {
  width: 100%;
  margin-top: 5.3125rem;
  margin-left: -3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-values__script {
    margin-top: 2.5rem;
    margin-left: 0;
  }
}

.p-about-values__scriptImage {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.p-about-company {
  position: relative;
  margin-top: 10rem;
  padding-block: 5rem;
  overflow: hidden;
  color: #ffffff;
  background-color: #112443;
}
@media screen and (max-width: 767px) {
  .p-about-company {
    margin-top: 0;
    padding-block: 3.5rem;
  }
}

.p-about-company__blueprint {
  position: absolute;
  top: 0;
  right: calc((100% - min(100%, 108rem)) / 2 + 0rem);
  width: 77.0625rem;
  max-width: none;
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-about-company__blueprint {
    top: 0;
    right: auto;
    left: -25.625rem;
    width: 50.4375rem;
    height: auto;
  }
}

.p-about-company__title {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2.375rem, 38px);
  font-weight: 700;
  line-height: 0.9473684211;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-company__title {
    font-size: 1.75rem;
    line-height: 1.35;
  }
}

.p-about-company__card {
  position: relative;
  z-index: 1;
  width: 75rem;
  max-width: calc(100% - 5rem);
  margin-top: 3.0625rem;
  margin-inline: auto;
  padding-block: 5.625rem;
  padding-inline: 6.25rem;
  border-radius: 1.875rem;
  color: #112443;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-about-company__card {
    max-width: calc(100% - 3.125rem);
    margin-top: 2.5rem;
    padding-block: 2.5rem;
    padding-inline: 0.9375rem;
    border-radius: 1.25rem;
  }
}

.p-about-company__list {
  width: 47.5rem;
  max-width: 100%;
  margin-inline: auto;
}

.p-about-company__row {
  position: relative;
  display: grid;
  grid-template-columns: 11.875rem minmax(0, 1fr);
  column-gap: 0.625rem;
  margin-bottom: 1.5625rem;
  padding-bottom: 1.4375rem;
  border-bottom: 0.0625rem solid rgba(17, 36, 67, 0.2);
}
@media screen and (max-width: 767px) {
  .p-about-company__row {
    display: block;
    grid-template-columns: none;
    column-gap: 0;
    min-height: 0;
    margin-bottom: 1.5625rem;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.p-about-company__row::after {
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  width: 11.875rem;
  height: 0.0625rem;
  content: "";
  background-color: #112443;
}
@media screen and (max-width: 767px) {
  .p-about-company__row::after {
    width: 5.375rem;
    content: none;
  }
}

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

@media screen and (min-width: 768px) {
  .p-about-company__row--iso {
    align-items: center;
    border-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-about-company__row--iso::after {
    content: none;
  }
}

@media screen and (min-width: 768px) {
  .p-about-company__row:first-child {
    border-top: 0;
  }
}

.p-about-company__term {
  display: block;
  padding-block: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-about-company__term {
    display: block;
    position: relative;
    width: 100%;
    padding-inline-start: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

@media screen and (max-width: 767px) {
  .p-about-company__term::after {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 0;
    width: 100%;
    height: 0.0625rem;
    content: "";
    background: linear-gradient(to right, #112443 0, #112443 5.3125rem, rgba(17, 36, 67, 0.2) 5.3125rem, rgba(17, 36, 67, 0.2) 100%);
  }
}

.p-about-company__data {
  display: block;
  min-width: 0;
  padding-block: 0;
  padding-inline-start: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-about-company__data {
    margin-top: 1.5rem;
    padding-block: 0;
    padding-inline-start: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.2142857143;
    overflow-wrap: anywhere;
  }
}

@media screen and (max-width: 767px) {
  .p-about-company__row--multiline .p-about-company__data {
    line-height: 2.1428571429;
  }
}

.p-about-company__row--qualification .p-about-company__data {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-about-company__row--qualification .p-about-company__data {
    line-height: 2.1428571429;
  }
}

.p-about-company__dataNote {
  display: block;
  margin-top: 0.5625rem;
  font-size: clamp(12px, 0.875rem, 14px);
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-about-company__dataNote {
    margin-top: 0.625rem;
    font-size: 0.75rem;
    line-height: 1.1666666667;
    max-width: 17.25rem;
  }
}

.p-about-company__iso {
  display: block;
  width: 9.375rem;
  height: 8rem;
}
@media screen and (max-width: 767px) {
  .p-about-company__iso {
    width: 7.875rem;
    max-width: 100%;
    height: 6.6875rem;
  }
}

.p-about-company__button {
  display: flex;
  align-items: center;
  width: 24.75rem;
  max-width: 100%;
  min-height: 3.875rem;
  margin-top: 1.75rem;
  margin-inline: auto;
  padding-block: 1rem;
  padding-inline: 1.875rem;
  border-radius: 0.625rem;
  color: #ffffff;
  background-color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-about-company__button {
    min-height: 3.875rem;
    margin-top: 2.8125rem;
    padding-inline: 1.875rem;
    font-size: 0.875rem;
  }
}

.p-about-company__dataText--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-about-company__dataText--pc {
    display: none;
  }
  .p-about-company__dataText--sp {
    display: inline;
  }
}
.p-about-company__buttonIcon {
  flex: 0 0 0.9375rem;
  width: 0.9375rem;
  height: 1.25rem;
  margin-right: 0.625rem;
  background-color: #ffffff;
  mask-image: url("../img/about/about-company-doc-icon.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/about/about-company-doc-icon.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
@media screen and (max-width: 767px) {
  .p-about-company__buttonIcon {
    margin-right: 0.9375rem;
  }
}

.p-about-company__buttonText {
  min-width: 0;
}

.p-about-company__buttonArrow {
  position: relative;
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 1.125rem;
  margin-left: auto;
  border-radius: 0.5625rem;
  background-color: #ffffff;
}

.p-about-company__buttonArrow::before {
  position: absolute;
  top: 0.375rem;
  left: 0.9375rem;
  width: 0.4375rem;
  height: 0.4375rem;
  content: "";
  border-top: 0.09375rem solid #112443;
  border-right: 0.09375rem solid #112443;
  transform: rotate(45deg);
}

.p-work {
  color: #112443;
  background-color: #ffffff;
}

.p-work-fv {
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-work-fv {
    margin-top: 2.5rem;
  }
}

.p-work-fv__visual {
  position: relative;
  aspect-ratio: 1728/1000;
  overflow: hidden;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-work-fv__visual {
    aspect-ratio: 393/600;
  }
}

.p-work-fv__background {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-work-fv__imageFrame {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.p-work-fv__imageFrame::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(17, 36, 67, 0.6);
}

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

.p-work-fv__blueprint {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: block;
  width: min(63.48vw, 68.5625rem);
  max-width: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-work-fv__blueprint {
    display: none;
  }
}

.p-work-fv__copy {
  position: relative;
  z-index: 2;
  width: 53.375rem;
  max-width: calc(100% - 3.125rem);
  margin-inline: auto;
  padding-top: 7.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-work-fv__copy {
    width: calc(100% - 3.125rem);
    max-width: 21.4375rem;
    padding-top: 4.25rem;
  }
}

.p-work-fv__lead {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, 1.75rem, 28px);
  font-weight: 700;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .p-work-fv__lead {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.6666666667;
  }
}

.p-work-fv__circles {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-work-fv__circles {
    margin-top: 1.5625rem;
  }
}

.p-work-fv__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 25rem;
  aspect-ratio: 1;
  background-image: url("../img/work/work-fv-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, 3.75rem, 60px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-work-fv__circle {
    flex-basis: 11.448625rem;
    font-size: 2.875rem;
  }
}

.p-work-fv__circle + .p-work-fv__circle {
  margin-left: -3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-work-fv__circle + .p-work-fv__circle {
    margin-left: -1.495625rem;
  }
}

.p-work-fv__circles + .p-work-fv__lead {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-work-fv__circles + .p-work-fv__lead {
    margin-top: 1.5625rem;
  }
}

.p-work-fv__text {
  margin-top: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, 1.25rem, 20px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-work-fv__text {
    margin-top: 1.5625rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 2.1428571429;
  }
}

.p-work-business {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-work-business {
    margin-top: 0;
    padding-top: 3.75rem;
  }
}

.p-work-business__anchorInner {
  width: 72.625rem;
  max-width: calc(100% - 3.125rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-work-business__anchorInner {
    width: calc(100% - 3.125rem);
    max-width: 21.4375rem;
  }
}

.p-work-business__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2.375rem, 38px);
  font-weight: 700;
  line-height: 0.9473684211;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-work-business__title {
    font-size: 1.75rem;
    line-height: 1.2857142857;
  }
}

.p-work-business__anchorList {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 3.75rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-work-business__anchorList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.25rem;
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-work-business__anchorItem:nth-child(n+3) {
    margin-top: 1.25rem;
  }
}

.p-work-business__anchorLink {
  position: relative;
  display: block;
  min-height: 15rem;
  padding-top: 0.625rem;
  padding-inline: 0.9375rem;
  color: #112443;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-work-business__anchorLink {
    min-height: 12.5rem;
    padding-top: 0.3125rem;
    padding-inline: 0.5rem;
  }
}

.p-work-business__anchorLink::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -0.125rem;
  width: 0.3125rem;
  height: 3.125rem;
  content: "";
  background-color: #B89968;
}

.p-work-business__anchorLink::after {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.0625rem;
  content: "";
  background-color: #aaaaaa;
}

@media screen and (max-width: 767px) {
  .p-work-business__anchorItem:nth-child(3) .p-work-business__anchorLink {
    min-height: 13.4375rem;
  }
}

.p-work-business__anchorHead {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-work-business__anchorHead {
    gap: 0.625rem;
  }
}

.p-work-business__anchorNumber {
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 1.375rem, 22px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-work-business__anchorNumber {
    font-size: 1.125rem;
  }
}

.p-work-business__anchorLabelRow {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-work-business__anchorLabelRow {
    display: block;
  }
}

.p-work-business__anchorLabel {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.25rem, 20px);
  font-weight: 700;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .p-work-business__anchorLabel {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.p-work-business__anchorArrow {
  flex: 0 0 auto;
  width: 2.625rem;
  height: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-work-business__anchorArrow {
    display: block;
    margin-top: 0.625rem;
  }
}

.p-work-business__anchorImageFrame {
  position: absolute;
  right: 0;
  bottom: 0.3125rem;
  left: 0.96875rem;
  display: block;
  aspect-ratio: 230/125;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-work-business__anchorImageFrame {
    bottom: 0;
    left: 0.5rem;
    aspect-ratio: 144/105;
  }
}

.p-work-business__anchorImage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.4s ease, transform 0.4s ease;
}

@media (any-hover: hover) {
  .p-work-business__anchorLink:hover {
    color: #B89968;
  }
  .p-work-business__anchorLink:hover .p-work-business__anchorImage {
    filter: brightness(1.12);
    transform: scale(1.27);
  }
}
.p-work-business__anchorLink:focus-visible {
  color: #B89968;
  outline: 0.1875rem solid #B89968;
  outline-offset: 0.25rem;
}

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

@media screen and (max-width: 767px) {
  .p-work-business__family + .p-work-business__family {
    margin-top: 6.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-work-business__family--public {
    min-height: 187.56756875rem;
    margin-top: 2.71875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-work-business__family--private {
    min-height: 201.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-work-business__family--renovation {
    min-height: 192.375rem;
  }
}

.p-work-business__hero {
  position: relative;
  aspect-ratio: 1728/450;
  overflow: hidden;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-work-business__hero {
    aspect-ratio: 393/250;
  }
}

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

.p-work-business__heroOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.p-work-business__family--awards .p-work-business__heroOverlay {
  background-color: rgba(0, 0, 0, 0.2);
}

.p-work-business__heroCopy {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 3.125rem);
  text-align: center;
  transform: translate(-50%, -50%);
}

.p-work-business__heroTitle {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, 3.75rem, 60px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-work-business__heroTitle {
    font-size: 2rem;
    line-height: 1.4375;
  }
}

.p-work-business__heroEnglish {
  margin-top: 1.5625rem;
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-work-business__heroEnglish {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
}

.p-work-business__familyInner {
  width: 75rem;
  max-width: calc(100% - 3.125rem);
  margin-top: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-work-business__familyInner {
    width: calc(100% - 3.125rem);
    max-width: 21.4375rem;
    margin-top: 2.5rem;
  }
}

.p-work-business__mediaRow {
  display: grid;
  grid-template-columns: 38.75rem minmax(0, 1fr);
  column-gap: 4.375rem;
  grid-template-areas: "feature copy";
}
@media screen and (min-width: 48em) and (max-width: 75em) {
  .p-work-business__mediaRow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-work-business__mediaRow {
    display: block;
  }
}

.p-work-business__mediaRow--second {
  grid-template-areas: "feature body";
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-work-business__family--renovation .p-work-business__mediaRow--first {
    grid-template-columns: 38.75rem 32.8125rem;
    column-gap: 3.4375rem;
  }
}

.p-work-business__mediaCopy {
  grid-area: copy;
  min-width: 0;
}

.p-work-business__bodyCopy {
  grid-area: body;
  align-self: start;
  min-width: 0;
}

.p-work-business__feature {
  grid-area: feature;
  width: 38.75rem;
  max-width: 100%;
  aspect-ratio: 620/413;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-work-business__feature {
    width: calc(100% + 3.125rem);
    max-width: none;
    aspect-ratio: 393/262;
    margin-top: 2.5rem;
    margin-left: -1.5625rem;
  }
}

.p-work-business__feature img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-work-business__feature img {
    width: 21.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-work-business__feature--right img {
    margin-left: 3.125rem;
  }
}

.p-work-business__catch,
.p-work-business__bodyHeading,
.p-work-business__awardsCatch {
  display: inline-block;
  padding-block: 0.625rem 0.9375rem;
  padding-inline: 2.1875rem;
  color: #ffffff;
  background-image: linear-gradient(90deg, #5d769d 0%, #112443 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2.375rem, 38px);
  font-weight: 700;
  line-height: 1.4473684211;
}
@media screen and (max-width: 767px) {
  .p-work-business__catch,
  .p-work-business__bodyHeading,
  .p-work-business__awardsCatch {
    padding-block: 0.375rem;
    padding-inline: 1rem;
    font-size: 1.75rem;
    line-height: 1.2857142857;
    white-space: nowrap;
  }
}

.p-work-business__valuesTitle {
  margin-top: 1.875rem;
  color: #B89968;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.375rem, 22px);
  font-weight: 700;
  line-height: 1.3636363636;
}
@media screen and (max-width: 767px) {
  .p-work-business__valuesTitle {
    margin-top: 2.625rem;
    font-size: 1.125rem;
  }
}

.p-work-business__values {
  width: 25rem;
  max-width: 100%;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-work-business__values {
    margin-top: 1.25rem;
  }
}

.p-work-business__value {
  position: relative;
  min-height: 3rem;
  padding-block: 0.375rem;
  padding-inline: 1.6875rem 0.5rem;
  border-top: 0.0625rem solid rgba(17, 36, 67, 0.15);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 700;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-work-business__value {
    min-height: 3rem;
    font-size: 0.875rem;
    line-height: 2.5714285714;
  }
}

.p-work-business__value:last-child {
  border-bottom: 0.0625rem solid rgba(17, 36, 67, 0.15);
}

.p-work-business__value::before {
  position: absolute;
  top: 1.0625rem;
  left: 0.1875rem;
  width: 0.875rem;
  aspect-ratio: 14/8;
  content: "";
  border-bottom: 0.125rem solid #112443;
  border-left: 0.125rem solid #112443;
  transform: rotate(-45deg);
}

.p-work-business__bodyHeading {
  padding: 0;
  color: transparent;
  background-clip: text;
  font-size: clamp(12px, 1.75rem, 28px);
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .p-work-business__bodyHeading {
    font-size: 1.375rem;
    line-height: 1.7272727273;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .p-work-business__family--public .p-work-business__bodyHeading {
    white-space: nowrap;
  }
}

.p-work-business__bodyText {
  margin-top: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-work-business__bodyText {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-work-business__results {
  width: 75rem;
  max-width: calc(100% - 3.125rem);
  margin-top: 10rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-work-business__results {
    width: calc(100% - 2.1875rem);
    max-width: 21.4375rem;
    margin-top: 2.5rem;
  }
}

.p-work-business__resultsHead {
  display: flex;
  align-items: center;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-work-business__resultsHead {
    display: block;
  }
}

.p-work-business__resultsTitle {
  position: relative;
  flex: 0 0 auto;
  padding-inline-start: 3.5625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2.375rem, 38px);
  font-weight: 700;
  line-height: 1.4473684211;
}
@media screen and (max-width: 767px) {
  .p-work-business__resultsTitle {
    padding-inline-start: 2.9375rem;
    font-size: 1.75rem;
    line-height: 1.4642857143;
  }
}

.p-work-business__resultsTitle::before {
  position: absolute;
  top: 1.03125rem;
  left: 0;
  width: 1.375rem;
  aspect-ratio: 1;
  content: "";
  background-image: url("../img/work/work-results-title-mark.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-work-business__resultsTitle::before {
    top: 0.59375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-work-business__family--renovation .p-work-business__resultsTitle::before {
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-work-business__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.9375rem;
  row-gap: 0.625rem;
  margin-left: 2.5rem;
  padding-inline-start: 2.5rem;
  border-left: 0.0625rem solid rgba(17, 36, 67, 0.4);
}
@media screen and (max-width: 767px) {
  .p-work-business__filters {
    column-gap: 0.625rem;
    row-gap: 0.3125rem;
    margin-top: 1.25rem;
    margin-left: 0;
    padding-inline-start: 0;
    border-left: 0;
  }
}

.p-work-business__filter {
  min-height: 2.875rem;
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  color: #ffffff;
  background-color: #d0d0d0;
  border-radius: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 700;
  line-height: 1.6666666667;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-work-business__filter {
    min-height: 2.375rem;
    padding-block: 0rem;
    padding-inline: 1rem;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-work-business__filter.is-active,
.p-work-business__filter:hover,
.p-work-business__filter:focus-visible {
  background-color: #112443;
}

.p-work-business__resultList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 1.875rem;
  row-gap: 1.875rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-work-business__resultList {
    grid-auto-rows: 1fr;
  }
}
@media screen and (max-width: 1200px) {
  .p-work-business__resultList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-work-business__resultList {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.25rem;
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-work-business__resultItem {
    display: grid;
    grid-template-rows: auto auto auto minmax(1.5625rem, 1fr);
  }
}

.p-work-business__resultItem[hidden] {
  display: none;
}

.p-work-business__card {
  position: relative;
  display: block;
  width: 100%;
  padding-block: 1.5625rem;
  padding-inline: 1.5625rem;
  color: #112443;
  background-color: #ffffff;
  border-radius: 0.9375rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.08);
  text-align: left;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-work-business__card {
    display: grid;
    grid-row: 1/-1;
    grid-template-rows: subgrid;
  }
}
@media screen and (max-width: 767px) {
  .p-work-business__card {
    padding-block: 1.5625rem;
    padding-inline: 1rem;
  }
}

.p-work-business__cardImageFrame {
  align-self: start;
  display: block;
  width: 100%;
  aspect-ratio: 330/214;
  overflow: hidden;
  border-radius: 0.625rem;
}

.p-work-business__cardImage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.4s ease, transform 0.4s ease;
}

.p-work-business__new {
  position: absolute;
  top: 2.5rem;
  right: 2.3125rem;
  min-width: 4.75rem;
  padding-block: 0.1875rem;
  padding-inline: 1rem;
  color: #ffffff;
  background-image: linear-gradient(270deg, #977134 0%, #dec49a 100%);
  border-radius: 2.5rem;
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 600;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-work-business__new {
    top: 2.46875rem;
    right: 1.875rem;
    min-width: 4.0625rem;
    padding-block: 0.125rem;
    padding-inline: 0.9375rem;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-work-business__cardMeta {
  align-self: start;
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-work-business__cardMeta {
    margin-top: 0.9375rem;
  }
}

.p-work-business__cardCategory {
  padding-block: 0.25rem;
  padding-inline: 1.25rem;
  color: #ffffff;
  background-color: #112443;
  border-radius: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 700;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .p-work-business__cardCategory {
    font-size: 1rem;
  }
}

.p-work-business__cardDate {
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 400;
  line-height: 1.3571428571;
}

.p-work-business__cardTitle {
  align-self: start;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-work-business__cardTitle {
    margin-top: 0.9375rem;
  }
}

@media (any-hover: hover) {
  .p-work-business__card:hover {
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.15);
  }
  .p-work-business__card:hover .p-work-business__cardImage {
    filter: brightness(1.12);
    transform: scale(1.05);
  }
}
.p-work-business__card:focus-visible {
  outline: 0.1875rem solid #B89968;
  outline-offset: 0.25rem;
}

.p-work-business__more {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 5.625rem;
  min-width: 16.6875rem;
  min-height: 3.875rem;
  margin-top: 5rem;
  margin-inline: auto;
  padding-block: 1rem;
  padding-inline: 2.5rem;
  color: #ffffff;
  background-color: #112443;
  border-radius: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 500;
  line-height: 1.875;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-work-business__more {
    column-gap: 3.25rem;
    min-width: 16.0625rem;
    min-height: 3.875rem;
    margin-top: 2.5rem;
    padding-block: 1rem;
    padding-inline: 1.875rem;
    font-size: 0.875rem;
  }
}

.p-work-business__more[hidden] {
  display: none;
}

.p-work-business__more span {
  white-space: nowrap;
}

.p-work-business__moreIcon {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 1.0625rem;
  height: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-work-business__moreIcon {
    position: absolute;
    top: 50%;
    right: 1.875rem;
    transform: translateY(-50%);
  }
}

.p-work-business__moreIcon::before,
.p-work-business__moreIcon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.0625rem;
  height: 0.125rem;
  background-color: currentcolor;
  content: "";
  transform: translate(-50%, -50%);
}

.p-work-business__moreIcon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-work-business__more.is-expanded .p-work-business__moreIcon::after {
  display: none;
}

.p-work-business__more:hover,
.p-work-business__more:focus-visible {
  background-color: #446FB3;
}

.p-work-business__family--awards {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-work-business__family--awards {
    min-height: 118.5625rem;
    margin-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-work-business__awardsInner {
  width: 75rem;
  max-width: calc(100% - 3.125rem);
  margin-top: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-work-business__awardsInner {
    width: calc(100% - 2.1875rem);
    max-width: 21.4375rem;
    margin-top: 2.5rem;
  }
}

.p-work-business__awardsCatch {
  display: block;
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(12px, 2.375rem, 38px);
  line-height: 0.9473684211;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-work-business__awardsCatch {
    display: inline-block;
    width: auto;
    margin-inline: 0;
    font-size: 1.75rem;
    line-height: 1.2857142857;
    text-align: left;
  }
}

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

.p-work-business__awardItem {
  display: grid;
  grid-template-columns: 25rem 34rem;
  align-items: center;
  justify-content: center;
  column-gap: 4.375rem;
  min-height: 20.5rem;
  padding-block: 1.25rem;
  padding-inline: 0;
  background-color: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 0.25rem 0.46875rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 48em) and (max-width: 75em) {
  .p-work-business__awardItem {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2.5rem;
    padding-inline: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-work-business__awardItem {
    display: block;
    padding-block: 1.5625rem;
    padding-inline: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-work-business__awardItem:first-child {
    grid-template-columns: 21.6875rem 34rem;
    min-height: 18.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-work-business__awardItem:nth-child(1) {
    min-height: 29.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-work-business__awardItem:nth-child(2) {
    min-height: 27.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-work-business__awardItem:nth-child(n+3) {
    min-height: 26.0625rem;
  }
}

.p-work-business__awardItem[hidden] {
  display: none;
}

.p-work-business__awardItem + .p-work-business__awardItem {
  margin-top: 1.25rem;
}

.p-work-business__awardImages {
  display: grid;
  align-content: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem;
  justify-content: center;
  width: 25rem;
  min-height: 18rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-work-business__awardImages {
    width: 19.375rem;
    min-height: 13.9375rem;
  }
}

.p-work-business__awardImages--count-1 {
  grid-template-columns: minmax(0, 1fr);
}

@media screen and (min-width: 768px) {
  .p-work-business__awardImages--count-3 {
    width: 21.6875rem;
    min-height: 15.625rem;
  }
}

.p-work-business__awardImages--count-3 .p-work-business__awardFigure:nth-child(3) {
  grid-column: 1/-1;
  justify-self: center;
  width: calc((100% - 0.625rem) / 2);
}

.p-work-business__awardFigure {
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.p-work-business__awardFigure img {
  display: block;
  width: 100%;
  height: auto;
}

.p-work-business__awardCopy {
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-work-business__awardCopy {
    margin-top: 0.9375rem;
  }
}

.p-work-business__awardProject {
  display: inline-block;
  padding-block: 0.25rem;
  padding-inline: 1.875rem;
  color: #ffffff;
  background-color: #112443;
  border-radius: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 700;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .p-work-business__awardProject {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3.375rem;
    padding-block: 0.25rem;
    padding-inline: 1.25rem;
    font-size: 1rem;
    line-height: 1.4375;
  }
}

.p-work-business__awardText {
  margin-top: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-work-business__awardText {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-work-business__anchorImage,
  .p-work-business__cardImage {
    transition: none;
  }
}
.p-work-flow {
  min-height: 36.9375rem;
  margin-top: 10rem;
  padding-top: 5.875rem;
  padding-right: 1.5625rem;
  color: #ffffff;
  background-color: #112443;
}
@media screen and (max-width: 767px) {
  .p-work-flow {
    min-height: 62.4296875rem;
    margin-top: 0;
    padding-top: 2.5rem;
    padding-right: 0;
  }
}

.p-work-flow__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2.375rem, 38px);
  font-weight: 700;
  line-height: 0.9473684211;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-work-flow__title {
    font-size: 1.75rem;
    line-height: 1.2857142857;
  }
}

.p-work-flow__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 8.75rem);
  column-gap: clamp(0rem, (100% - 43.75rem) / 4, 7.5rem);
  width: 73.75rem;
  max-width: 100%;
  margin-top: 5.4375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-work-flow__list {
    grid-template-columns: repeat(2, 8.75rem);
    column-gap: 1.875rem;
    width: 19.375rem;
    margin-top: 2.5rem;
    margin-inline: auto;
  }
}

.p-work-flow__list::before {
  position: absolute;
  z-index: 0;
  top: 6.6875rem;
  right: 0.9375rem;
  left: 0.9375rem;
  height: 0.0625rem;
  content: "";
  background-color: rgba(255, 255, 255, 0.45);
}
@media screen and (max-width: 767px) {
  .p-work-flow__list::before {
    content: none;
  }
}

.p-work-flow__item {
  position: relative;
  z-index: 1;
  min-width: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-work-flow__item:nth-child(n+3) {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-work-flow__item:nth-child(5) {
    grid-column: 1;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  .p-work-flow__item:nth-child(2n+1)::before {
    position: absolute;
    z-index: -1;
    top: 6.9375rem;
    left: -2.59375rem;
    width: 24.5625rem;
    height: 0.0625rem;
    content: "";
    background-color: rgba(255, 255, 255, 0.45);
  }
}

.p-work-flow__number {
  display: block;
  color: #ffffff;
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 1.375rem, 22px);
  font-weight: 400;
  line-height: 1.2727272727;
  letter-spacing: 0.04em;
}

.p-work-flow__circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.75rem;
  aspect-ratio: 1;
  margin-top: 0.3125rem;
  background-color: #112443;
  border: 0.0625rem solid #ffffff;
  border-radius: 100%;
}

.p-work-flow__icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 5.75rem;
  max-width: none;
}

.p-work-flow__copy {
  display: block;
  margin-top: 0.625rem;
}

.p-work-flow__heading {
  display: block;
  color: #B89968;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 700;
  line-height: 1.4444444444;
  white-space: nowrap;
}

.p-work-flow__text {
  display: block;
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 400;
  line-height: 1.2142857143;
}
@media screen and (min-width: 768px) {
  .p-work-flow__text {
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .p-work-flow__heading br,
  .p-work-flow__text br {
    display: none;
  }
}

body.is-work-modal-open {
  overflow: hidden;
}

.p-work-modal {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow-y: auto;
  padding-block: 1.25rem;
  padding-inline: 1.25rem;
  background-color: rgba(17, 36, 67, 0.65);
}

.p-work-modal.is-open {
  display: block;
}

.p-work-modal__panel {
  position: relative;
  width: 75rem;
  max-width: 100%;
  min-height: 70.8125rem;
  margin-inline: auto;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-work-modal__panel {
    min-height: 0;
    border-radius: 1.25rem;
  }
}

.p-work-modal__logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 23.9375rem;
  height: auto;
  aspect-ratio: 188.011/96.079;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-work-modal__logo {
    width: 11.25rem;
  }
}

.p-work-modal__content {
  position: relative;
  width: 62.5rem;
  max-width: calc(100% - 2.5rem);
  margin-inline: auto;
  padding-top: 3.75rem;
  padding-block-end: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-work-modal__content {
    padding-top: 5rem;
  }
}

.p-work-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.875rem;
  min-height: 3.875rem;
  color: #ffffff;
  background-color: #aaaaaa;
  border-radius: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 400;
  line-height: 1.875;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.p-work-modal__close--top {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 10.0625rem;
  min-height: 5.25rem;
  border-radius: 0 2.5rem 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-work-modal__close--top {
    width: 8.125rem;
    min-height: 3.75rem;
    border-radius: 0 1.25rem 0 0.9375rem;
  }
}

.p-work-modal__close--bottom {
  width: 17.25rem;
  max-width: 100%;
  margin-top: 2.5rem;
  margin-inline: auto;
}

.p-work-modal__closeIcon {
  position: relative;
  display: block;
  width: 1.4375rem;
  aspect-ratio: 1;
}

.p-work-modal__closeIcon::before,
.p-work-modal__closeIcon::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  content: "";
  background-color: currentColor;
}

.p-work-modal__closeIcon::before {
  transform: rotate(45deg);
}

.p-work-modal__closeIcon::after {
  transform: rotate(-45deg);
}

.p-work-modal__close:hover {
  background-color: #112443;
}

.p-work-modal__close:focus-visible {
  outline: 0.1875rem solid #B89968;
  outline-offset: -0.1875rem;
}

.p-work-modal__category {
  display: inline-block;
  padding-block: 0.25rem;
  padding-inline: 1.25rem;
  color: #ffffff;
  background-color: #112443;
  border-radius: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 700;
  line-height: 1.4375;
}

.p-work-modal__tags {
  margin-top: 0.875rem;
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 700;
  line-height: 1.7142857143;
  white-space: pre-line;
}
@media screen and (max-width: 767px) {
  .p-work-modal__tags {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}

.p-work-modal__title {
  margin-top: 1.25rem;
  padding-inline-start: 1.25rem;
  border-left: 0.3125rem solid #B89968;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2rem, 32px);
  font-weight: 700;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .p-work-modal__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-work-modal__gallery {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 50rem) 2.5rem;
  align-items: center;
  justify-content: center;
  column-gap: 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-work-modal__gallery {
    grid-template-columns: 2.5rem minmax(0, 1fr) 2.5rem;
    column-gap: 0.5rem;
  }
}

.p-work-modal__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  aspect-ratio: 1;
  color: #ffffff;
  background-color: #112443;
  border-radius: 0.3125rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.p-work-modal__arrowIcon {
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
  border-top: 0.1875rem solid currentColor;
  border-right: 0.1875rem solid currentColor;
}

.p-work-modal__arrow--prev .p-work-modal__arrowIcon {
  transform: rotate(-135deg);
  translate: 0.125rem 0;
}

.p-work-modal__arrow--next .p-work-modal__arrowIcon {
  transform: rotate(45deg);
  translate: -0.125rem 0;
}

.p-work-modal__arrow:hover,
.p-work-modal__arrow:focus-visible {
  background-color: #446FB3;
}

.p-work-modal__mainFigure {
  min-width: 0;
}

.p-work-modal__mainImage {
  display: block;
  width: 100%;
  aspect-ratio: 800/520;
  object-fit: cover;
}

.p-work-modal__caption {
  display: block;
  min-height: 5.5rem;
  padding-block: 0.875rem;
  padding-inline: 1.25rem;
  background-color: #ebf0f8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-work-modal__caption {
    min-height: 0;
    padding-block: 0.625rem;
    padding-inline: 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.6923076923;
  }
}

.p-work-modal__thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 0.75rem;
  row-gap: 0.75rem;
  width: 50rem;
  max-width: calc(100% - 8.75rem);
  margin-top: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-work-modal__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 100%;
  }
}

.p-work-modal__thumb {
  display: block;
  aspect-ratio: 123/77;
  overflow: hidden;
  border: 0.125rem solid transparent;
  cursor: pointer;
}

.p-work-modal__thumb.is-active,
.p-work-modal__thumb:hover,
.p-work-modal__thumb:focus-visible {
  border-color: #B89968;
}

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

@media (prefers-reduced-motion: reduce) {
  .p-work-modal__close,
  .p-work-modal__arrow {
    transition: none;
  }
}
.p-recruit {
  width: 100vw;
  color: #112443;
  overflow: hidden;
  background-color: #112443;
}

.p-recruit-fv {
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv {
    min-height: 88.75rem;
    margin-top: 2.5rem;
  }
}

.p-recruit-fv__card {
  scroll-margin-top: 100px;
}

.p-recruit-fv__hero {
  position: relative;
  aspect-ratio: 1728/1200;
  overflow: hidden;
  color: #ffffff;
  background-color: #112443;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__hero {
    aspect-ratio: 393/760;
  }
}

.p-recruit-fv__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  column-gap: 1.75rem;
  width: 108rem;
  transform: translate(-50%, -50%) rotate(15deg);
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__bg {
    column-gap: 0.75rem;
    width: 35rem;
  }
}

.p-recruit-fv__bgColumn {
  display: flex;
  flex-direction: column;
  width: 39rem;
  max-width: 100%;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__bgColumn {
    width: 15.625rem;
  }
}

.p-recruit-fv__bgColumn--left {
  animation: recruitFvScrollDown 55s linear infinite;
  animation-delay: -27.5s;
}

.p-recruit-fv__bgColumn--right {
  margin-top: -11.25rem;
  animation: recruitFvScrollUp 55s linear infinite;
  animation-delay: -27.5s;
}

.p-recruit-fv__bgSet {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  row-gap: 1.75rem;
  padding-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__bgSet {
    row-gap: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.p-recruit-fv__bgTile {
  display: block;
  aspect-ratio: 624/490;
  overflow: hidden;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__bgTile {
    border-radius: 0.625rem;
  }
}

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

@keyframes recruitFvScrollDown {
  from {
    transform: translate3d(0, -50%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes recruitFvScrollUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -50%, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-recruit-fv__bgColumn--left,
  .p-recruit-fv__bgColumn--right {
    animation: none;
  }
}
.p-recruit-fv__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(17, 36, 67, 0.7);
}

.p-recruit-fv__heroInner {
  position: relative;
  padding-block: 3.25rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__heroInner {
    padding-block: 3.75rem 2.5rem;
  }
}

.p-recruit-fv__catch {
  width: min(100% - 1.875rem, 106.125rem);
  margin-top: -2.4375rem;
  margin-right: auto;
  padding-inline-start: 12.4375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__catch {
    width: calc(100% - 3.125rem);
    margin-top: 2.5rem;
    margin-inline: auto;
    padding-inline-start: 0;
  }
}

.p-recruit-fv__catchHeading {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, 3.75rem, 60px);
  font-weight: 700;
  line-height: 1.9333333333;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__catchHeading {
    font-size: 1.75rem;
    line-height: 1.9;
  }
}

.p-recruit-fv__catchLine {
  display: inline-block;
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.72);
}

.p-recruit-fv__script {
  display: block;
  width: 50rem;
  max-width: 100%;
  margin-top: -0.375rem;
  margin-left: 17.4375rem;
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__script {
    width: 23rem;
    max-width: none;
    margin-top: -0.375rem;
    margin-left: 0;
  }
}

.p-recruit-fv__card {
  position: relative;
  z-index: 3;
  width: 75rem;
  max-width: calc(100% - 3.125rem);
  margin-top: -21.375rem;
  margin-inline: auto;
  color: #112443;
  background-color: #ffffff;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__card {
    width: 21.4375rem;
    max-width: calc(100% - 3.125rem);
    margin-top: -20.75rem;
    border-radius: 1.25rem;
  }
}

.p-recruit-fv__cardInner {
  width: 42.875rem;
  max-width: calc(100% - 5rem);
  margin-inline: auto;
  padding-block: 5.25rem 4.375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__cardInner {
    max-width: calc(100% - 3.125rem);
    padding-block: 2.5rem 2.875rem;
  }
}

.p-recruit-fv__cardBanner {
  display: inline-block;
  padding-block: 0.625rem 0.9375rem;
  padding-inline: 2.1875rem;
  color: #ffffff;
  background-image: linear-gradient(90deg, #5d769d 0%, #112443 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2.375rem, 38px);
  font-weight: 700;
  line-height: 0.9473684211;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__cardBanner {
    width: 16.0625rem;
    padding-block: 0;
    padding-inline: 1rem;
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

.p-recruit-fv__cardText {
  margin-top: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 400;
  line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__cardText {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 2.1428571429;
  }
}

.p-recruit-fv__cardEmphasis {
  margin-top: 2.5rem;
  color: #B89968;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.25rem, 20px);
  font-weight: 700;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__cardEmphasis {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-recruit-fv__quote {
  position: relative;
  width: 39.625rem;
  max-width: 100%;
  margin-top: 5.625rem;
  padding-block: 1.25rem;
  padding-inline: 1.6875rem 4rem;
  background-color: #be8d41;
  border-radius: 0.625rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__quote {
    width: 100%;
    margin-top: 1.4375rem;
    min-height: 12.0625rem;
    padding-block: 1.0625rem;
    padding-inline: 0.9375rem 4.875rem;
  }
}

.p-recruit-fv__quoteText {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__quoteText {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2.1428571429;
    white-space: nowrap;
  }
}

.p-recruit-fv__quoteName {
  margin-top: 0.625rem;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 500;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__quoteName {
    margin-top: 0.625rem;
    font-size: 0.75rem;
    line-height: 2.1666666667;
    text-align: left;
  }
}

.p-recruit-fv__quotePortrait {
  position: absolute;
  right: -3.25rem;
  bottom: -0.875rem;
  width: 6.75rem;
  height: 11.875rem;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__quotePortrait {
    top: 3rem;
    right: 0;
    bottom: auto;
    width: 5.125rem;
    height: 9.0625rem;
  }
}

.p-recruit-fv__cardFooter {
  margin-top: 3.4375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 400;
  line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__cardFooter {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-recruit-atmosphere {
  margin-top: 7.25rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere {
    margin-top: 0;
    padding-block: 6.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-atmosphere__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54rem;
    min-height: 66.125rem;
  }
}
@media screen and (min-width: 108em) {
  .p-recruit-atmosphere__inner {
    grid-template-columns: minmax(0, 1fr) 54rem 54rem minmax(0, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__visual {
    position: relative;
    grid-row: 2;
    min-height: 46.375rem;
    margin-top: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-atmosphere__visual {
    position: relative;
    min-height: 66.125rem;
  }
}
@media screen and (min-width: 108em) {
  .p-recruit-atmosphere__visual {
    grid-column: 2;
  }
}

.p-recruit-atmosphere__photo {
  display: block;
  width: 100%;
  border-radius: 0;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__photo {
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-atmosphere__photo {
    position: absolute;
  }
}

.p-recruit-atmosphere__photo + .p-recruit-atmosphere__photo {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__photo + .p-recruit-atmosphere__photo {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-atmosphere__photo + .p-recruit-atmosphere__photo {
    margin-top: 0;
  }
}

.p-recruit-atmosphere__photo--a {
  aspect-ratio: 453/368;
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__photo--a {
    top: 0;
    left: 0;
    width: 19.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-atmosphere__photo--a {
    top: 5.125rem;
    left: 2.625rem;
    width: 28.3125rem;
  }
}

.p-recruit-atmosphere__photo--b {
  aspect-ratio: 350/403;
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__photo--b {
    top: 13.0625rem;
    right: 0;
    z-index: 1;
    width: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-atmosphere__photo--b {
    top: 17.125rem;
    right: 3.25rem;
    z-index: 1;
    width: 21.875rem;
  }
}

.p-recruit-atmosphere__photo--c {
  aspect-ratio: 363/240;
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__photo--c {
    top: 35.5rem;
    left: 2.8125rem;
    width: 16.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-atmosphere__photo--c {
    top: 46.5rem;
    left: 18.1875rem;
    width: 22.6875rem;
  }
}

.p-recruit-atmosphere__script {
  display: block;
  width: 13.75rem;
  margin-top: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__script {
    position: absolute;
    z-index: 2;
    top: 27.5625rem;
    left: 1.8125rem;
    width: 18.375rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-atmosphere__script {
    position: absolute;
    top: 34.75rem;
    bottom: auto;
    left: 2.625rem;
    z-index: 2;
    width: 26.875rem;
    margin-top: 0;
  }
}

.p-recruit-atmosphere__panel {
  padding-block: 5.625rem;
  padding-inline: 5rem;
  background-color: #ebf0f8;
  border-radius: 2.5rem 0 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-atmosphere__panel {
    align-self: start;
    margin-top: 3.4375rem;
    padding-block: 4.4375rem 5rem;
    padding-inline: 11.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__panel {
    grid-row: 1;
    width: calc(100% - 1.5625rem);
    max-width: none;
    margin-inline: auto 0;
    padding-block: 3.75rem;
    padding-inline: 0;
    border-radius: 1.25rem 0 0 1.25rem;
  }
}
@media screen and (min-width: 108em) {
  .p-recruit-atmosphere__panel {
    grid-column: 3/5;
  }
}

.p-recruit-atmosphere__title {
  display: inline-block;
  padding-block: 0.625rem 0.9375rem;
  padding-inline: 2.1875rem;
  color: #ffffff;
  background-image: linear-gradient(90deg, #5d769d 0%, #112443 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2.375rem, 38px);
  font-weight: 700;
  line-height: 0.9473684211;
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__title {
    display: block;
    width: fit-content;
    margin-inline: auto;
    padding-block: 0.375rem;
    padding-inline: 1rem;
    font-size: 1.75rem;
    line-height: 1.2857142857;
  }
}

.p-recruit-atmosphere__lead {
  margin-top: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 400;
  line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__lead {
    width: 18.9375rem;
    margin-top: 2.5rem;
    margin-inline: auto;
    font-size: 1rem;
    line-height: 2.125;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-atmosphere__lead {
    margin-top: 3.125rem;
  }
}

.p-recruit-atmosphere__voices {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__voices {
    width: 19.875rem;
    margin-top: 2.5rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-atmosphere__voices {
    width: 31.625rem;
    margin-top: 3.125rem;
  }
}

.p-recruit-atmosphere__voice {
  display: grid;
  align-items: end;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__voice {
    align-items: end;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-atmosphere__voice {
    align-items: end;
  }
}

.p-recruit-atmosphere__voice--teal {
  grid-template-columns: minmax(0, 1fr) 6.125rem;
  width: 31.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__voice--teal {
    grid-template-columns: minmax(0, 1fr) 4.625rem;
    width: 19.5625rem;
  }
}

.p-recruit-atmosphere__voiceBody {
  position: relative;
  z-index: 1;
  padding-block: 1.25rem;
  border-radius: 0.625rem;
}

.p-recruit-atmosphere__voice--teal .p-recruit-atmosphere__voiceBody {
  margin-top: 2.9375rem;
  margin-right: -3.5rem;
  padding-block: 0.5rem 0.9375rem;
  padding-inline: 1.5rem 2.8125rem;
  background-color: #22888d;
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__voice--teal .p-recruit-atmosphere__voiceBody {
    margin-top: 0;
    margin-right: -4rem;
    padding-block: 1.0625rem;
    padding-inline: 0.875rem 4.6875rem;
  }
}

.p-recruit-atmosphere__voice--rose {
  grid-template-columns: 6.625rem minmax(0, 1fr);
  width: 31.625rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__voice--rose {
    grid-template-columns: 5.5rem minmax(0, 1fr);
    width: 19.875rem;
    margin-top: 2.5rem;
  }
}

.p-recruit-atmosphere__voice--rose .p-recruit-atmosphere__voiceBody {
  grid-column: 2;
  grid-row: 1;
  margin-top: 3.375rem;
  margin-left: -4.125rem;
  padding-block: 0.625rem 1.125rem;
  padding-inline: 4.625rem 0.75rem;
  background-color: #ba6a6a;
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__voice--rose .p-recruit-atmosphere__voiceBody {
    margin-top: 0;
    margin-left: -4.875rem;
    padding-block: 1.0625rem;
    padding-inline: 4.875rem 0.875rem;
  }
}

.p-recruit-atmosphere__voiceText {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__voiceText {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2.1428571429;
  }
}

.p-recruit-atmosphere__voiceName {
  margin-top: 0.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 500;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__voiceName {
    margin-top: 0.625rem;
    font-size: 0.75rem;
    line-height: 2.1666666667;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-atmosphere__voice--teal .p-recruit-atmosphere__voiceName {
    margin-right: 0.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__voice--teal .p-recruit-atmosphere__voiceName {
    text-align: left;
  }
  .p-recruit-atmosphere__voice--rose .p-recruit-atmosphere__voiceText {
    text-align: right;
  }
}
.p-recruit-atmosphere__voicePortrait {
  z-index: 1;
  display: block;
  height: auto;
}

.p-recruit-atmosphere__voice--teal .p-recruit-atmosphere__voicePortrait {
  grid-column: 2;
  grid-row: 1;
  width: 6.125rem;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__voice--teal .p-recruit-atmosphere__voicePortrait {
    width: 4.625rem;
    margin-left: -0.625rem;
  }
}

.p-recruit-atmosphere__voice--rose .p-recruit-atmosphere__voicePortrait {
  grid-column: 1;
  grid-row: 1;
  width: 6.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__voice--rose .p-recruit-atmosphere__voicePortrait {
    width: 5.5rem;
    margin-left: 0.5rem;
  }
}

.p-recruit-atmosphere__closing {
  margin-top: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 400;
  line-height: 2.1111111111;
}
@media screen and (min-width: 768px) {
  .p-recruit-atmosphere__closing {
    width: 31.625rem;
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-atmosphere__closing {
    width: 18.9375rem;
    margin-top: 2.5rem;
    margin-inline: auto;
    font-size: 1rem;
    line-height: 2.125;
  }
}

.p-recruit-numbers {
  width: 73.75rem;
  max-width: calc(100% - 3.125rem);
  min-height: 70.875rem;
  margin-top: 6.6875rem;
  margin-inline: auto;
  padding-block: 4.375rem 3.625rem;
  padding-inline: 1.875rem;
  scroll-margin-top: 100px;
  background-color: #ffffff;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers {
    width: 21.4375rem;
    min-height: 123.375rem;
    margin-top: 3.75rem;
    padding-block: 2.6875rem 2.25rem;
    padding-inline: 1.25rem;
    border-radius: 1.25rem;
  }
}

.p-recruit-numbers__inner {
  width: 100%;
}

.p-recruit-numbers__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2.375rem, 38px);
  font-weight: 700;
  line-height: 0.9473684211;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__title {
    font-size: 1.75rem;
    line-height: 1.2857142857;
  }
}

.p-recruit-numbers__list {
  display: grid;
}

.p-recruit-numbers__list--top {
  width: 68.125rem;
  max-width: 100%;
  grid-template-columns: repeat(3, 21.875rem);
  column-gap: 1.25rem;
  margin-top: 6.1875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__list--top {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 2.375rem;
    margin-top: 3.125rem;
  }
}

.p-recruit-numbers__list--bottom {
  align-items: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.25rem;
  margin-top: 3.6875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__list--bottom {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 3.3125rem;
    margin-top: 2.875rem;
  }
}

.p-recruit-numbers__card {
  position: relative;
  padding-block: 3.8125rem 2.5rem;
  padding-inline: 1.5625rem;
  border: 0.125rem solid #112443;
  border-radius: 0.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__card {
    padding-block: 1.6875rem 0.625rem;
    padding-inline: 1.25rem;
  }
}

.p-recruit-numbers__list--top .p-recruit-numbers__card {
  min-height: 26.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__list--top .p-recruit-numbers__card {
    min-height: 0;
  }
}

.p-recruit-numbers__card--wide {
  min-height: 16.25rem;
  padding-block: 2.5rem 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-numbers__card--turnover {
    padding-block-start: 3.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-numbers__card--holiday {
    padding-block-start: 3.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-numbers__card--overtime {
    min-height: 17.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-numbers__card--turnover {
    min-height: 18.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-numbers__card--holiday {
    min-height: 18.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-numbers__card--leave {
    min-height: 17.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-numbers__card--tenure {
    min-height: 24.5625rem;
  }
}

.p-recruit-numbers__card--overtime,
.p-recruit-numbers__card--holiday,
.p-recruit-numbers__card--tenure {
  background-color: #f1f6ff;
}

.p-recruit-numbers__card--turnover,
.p-recruit-numbers__card--leave {
  background-color: #fff8ed;
}

.p-recruit-numbers__badge {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 7.5rem;
  padding-block: 0.3125rem;
  padding-inline: 1.25rem;
  color: #ffffff;
  background-color: #112443;
  border-radius: 0.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.375rem, 22px);
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__badge {
    min-width: 7.875rem;
    padding-block: 0.3125rem;
    border-radius: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

.p-recruit-numbers__icon {
  display: block;
  width: 5rem;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__icon {
    width: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-numbers__card--overtime .p-recruit-numbers__icon {
    width: 3.625rem;
  }
}

.p-recruit-numbers__figure {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  column-gap: 0.375rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-numbers__figure {
    flex-wrap: nowrap;
  }
}

.p-recruit-numbers__pre,
.p-recruit-numbers__unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.5rem, 24px);
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__pre,
  .p-recruit-numbers__unit {
    font-size: 1.125rem;
  }
}

.p-recruit-numbers__num {
  color: #B89968;
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 4rem, 64px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__num {
    font-size: 3rem;
  }
}

.p-recruit-numbers__desc {
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__desc {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-numbers__card--overtime .p-recruit-numbers__figure {
    max-width: 17.125rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-numbers__card--turnover .p-recruit-numbers__figure {
    max-width: 15rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-numbers__card--holiday .p-recruit-numbers__figure {
    max-width: 16.875rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-numbers__card--overtime .p-recruit-numbers__desc {
    max-width: 13rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-numbers__card--turnover .p-recruit-numbers__desc {
    max-width: 15rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-numbers__card--holiday .p-recruit-numbers__desc {
    max-width: 16.875rem;
    margin-inline: auto;
  }
}

.p-recruit-numbers__note {
  display: block;
  margin-top: 0.125rem;
  font-size: clamp(12px, 0.75rem, 12px);
  line-height: 1.8333333333;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__note {
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
}

.p-recruit-numbers__wideMain {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.875rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__wideMain {
    flex-direction: column;
    column-gap: 0;
  }
}

.p-recruit-numbers__card--wide .p-recruit-numbers__icon {
  margin-inline: 0;
}

.p-recruit-numbers__card--tenure .p-recruit-numbers__icon {
  width: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__card--tenure .p-recruit-numbers__icon {
    width: 5.75rem;
  }
}

.p-recruit-numbers__figureText {
  display: flex;
  align-items: baseline;
  justify-content: center;
  column-gap: 0.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.5rem, 24px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__figureText {
    margin-top: 0.875rem;
    font-size: 1.125rem;
  }
}

.p-recruit-numbers__strong {
  color: #B89968;
  font-size: clamp(12px, 2.5rem, 40px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__strong {
    font-size: 1.875rem;
  }
}

.p-recruit-numbers__figureText .p-recruit-numbers__strong:first-of-type {
  color: #112443;
}

.p-recruit-numbers__tenureFigures {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__tenureFigures {
    margin-top: 0.875rem;
    text-align: center;
  }
}

.p-recruit-numbers__tenureFigures .p-recruit-numbers__figure {
  justify-content: flex-start;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__tenureFigures .p-recruit-numbers__figure {
    justify-content: center;
  }
}

.p-recruit-numbers__tenureFigures .p-recruit-numbers__figure + .p-recruit-numbers__figure {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-numbers__tenureFigures .p-recruit-numbers__figure + .p-recruit-numbers__figure {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-numbers__tenureFigures .p-recruit-numbers__num {
    font-size: clamp(12px, 3.5rem, 56px);
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-numbers__card--tenure > .p-recruit-numbers__desc {
    margin-top: 0.375rem;
  }
}

.p-recruit-numbers__closing {
  margin-top: 5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.25rem, 20px);
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-numbers__closing {
    margin-top: 1.875rem;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-recruit-fit {
  margin-top: 9.0625rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-recruit-fit {
    display: grid;
    grid-template-columns: 54rem minmax(0, 1fr);
    align-items: center;
  }
}
@media screen and (min-width: 108em) {
  .p-recruit-fit {
    grid-template-columns: minmax(0, 1fr) 54rem 54rem minmax(0, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-fit {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 2.5rem;
  }
}

.p-recruit-fit__visual {
  width: 100%;
  aspect-ratio: 16/7;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-recruit-fit__visual {
    width: 54rem;
    aspect-ratio: 864/970;
  }
}
@media screen and (min-width: 108em) {
  .p-recruit-fit__visual {
    grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-fit__visual {
    grid-row: 2;
    aspect-ratio: 864/970;
  }
}

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

.p-recruit-fit__body {
  width: calc(100% - 6.25rem);
  margin-inline: auto;
  padding-block: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-fit__body {
    width: auto;
    margin-inline: 0;
    padding-block: 9.0625rem 0;
    padding-inline: 6.875rem 2.5rem;
    align-self: start;
  }
}
@media screen and (min-width: 108em) {
  .p-recruit-fit__body {
    grid-column: 3;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-fit__body {
    grid-row: 1;
    width: calc(100% - 3.125rem);
    max-width: 21.4375rem;
    padding-block: 6.25rem 2.375rem;
  }
}

.p-recruit-fit__heading {
  display: inline-block;
  padding-block: 0.625rem 0.9375rem;
  padding-inline: 2.1875rem;
  color: #ffffff;
  background-image: linear-gradient(90deg, #5d769d 0%, #112443 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2.375rem, 38px);
  font-weight: 700;
  line-height: 1.4473684211;
}
@media screen and (max-width: 767px) {
  .p-recruit-fit__heading {
    padding-block: 0;
    padding-inline: 1rem;
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}

.p-recruit-fit__group {
  margin-top: 2.5rem;
}

.p-recruit-fit__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 700;
  line-height: 1.875;
}

.p-recruit-fit__list {
  width: 25rem;
  max-width: 100%;
  margin-top: 0.9375rem;
}

.p-recruit-fit__item {
  position: relative;
  padding-block: 0.375rem;
  padding-inline-start: 2rem;
  border-top: 0.0625rem solid rgba(17, 36, 67, 0.15);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 700;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-recruit-fit__item {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-recruit-fit__item:last-child {
  border-bottom: 0.0625rem solid rgba(17, 36, 67, 0.15);
}

.p-recruit-fit__list--fit .p-recruit-fit__item::before {
  position: absolute;
  top: 1.125rem;
  left: 0.25rem;
  width: 0.875rem;
  height: 0.5rem;
  content: "";
  border-bottom: 0.125rem solid #112443;
  border-left: 0.125rem solid #112443;
  transform: rotate(-45deg);
}

.p-recruit-fit__list--unfit .p-recruit-fit__item::before,
.p-recruit-fit__list--unfit .p-recruit-fit__item::after {
  position: absolute;
  top: 1.75rem;
  left: 0.125rem;
  width: 1rem;
  height: 0.125rem;
  content: "";
  background-color: #112443;
}

.p-recruit-fit__list--unfit .p-recruit-fit__item::before {
  transform: rotate(45deg);
}

.p-recruit-fit__list--unfit .p-recruit-fit__item::after {
  transform: rotate(-45deg);
}

.p-recruit-interview {
  width: 90.875rem;
  max-width: calc(100% - 3.125rem);
  margin-top: 6.375rem;
  margin-inline: auto;
  padding-block: 0 3.0625rem;
  color: #ffffff;
  background-color: #112443;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-block: 6.25rem 6.75rem;
  }
}

.p-recruit-interview__message {
  width: 75rem;
  max-width: calc(100% - 3.125rem);
  margin-inline: auto;
  min-height: 37.5rem;
  padding-block: 3.75rem;
  padding-inline: 6.25rem;
  color: #112443;
  background-color: #ffffff;
  border-radius: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview__message {
    min-height: 0;
    padding-block: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__message {
    width: 21.4375rem;
    min-height: 39.0625rem;
    padding-block: 2.5rem;
    padding-inline: 1.5625rem;
    border-radius: 1.25rem;
  }
}

.p-recruit-interview__heading {
  margin-top: 10.625rem;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__heading {
    margin-top: 6.25rem;
  }
}

.p-recruit-interview__message .p-recruit-interview__messageText,
.p-recruit-interview__message .p-recruit-interview__quote,
.p-recruit-interview__message .p-recruit-interview__messageStrong {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-interview__message .p-recruit-interview__quote {
    margin-top: 1.25rem;
  }
}

.p-recruit-interview__message .p-recruit-interview__messageText:first-child {
  margin-top: 0;
}

.p-recruit-interview__messageText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 400;
  line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__messageText {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-recruit-interview__quote {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 6.75rem;
  align-items: start;
  width: 40.8125rem;
  max-width: 100%;
  margin-inline: auto;
  color: #ffffff;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview__quote {
    min-height: 11.875rem;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__quote {
    grid-template-columns: minmax(0, 1fr) 4.625rem;
    width: 19.5625rem;
    max-width: none;
    margin-inline: -0.625rem;
  }
}

.p-recruit-interview__quoteBody {
  grid-column: 1;
  grid-row: 1;
  margin-top: 3.5rem;
  margin-right: -4.625rem;
  padding-block: 1rem;
  padding-inline: 1.6875rem 5.625rem;
  background-color: #446FB3;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__quoteBody {
    margin-top: 0;
    margin-right: -4.625rem;
    padding-block: 1.0625rem;
    padding-inline: 0.875rem 6.1875rem;
  }
}

.p-recruit-interview__quoteText {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 700;
  line-height: 1.6666666667;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__quoteText {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2.1428571429;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .p-recruit-interview__quoteText {
    white-space: normal;
  }
}

.p-recruit-interview__quoteName {
  margin-top: 0.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 500;
  line-height: 1;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview__quoteName {
    margin-top: 0.375rem;
    line-height: 2.1428571429;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__quoteName {
    margin-top: 0.625rem;
    font-size: 0.75rem;
    line-height: 2.1666666667;
    text-align: left;
  }
}

.p-recruit-interview__quotePortrait {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 6.75rem;
  height: auto;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview__quotePortrait {
    width: 6.75rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__quotePortrait {
    top: 0.1875rem;
    right: 0.375rem;
    bottom: auto;
    width: 4.625rem;
    height: 8.125rem;
    object-fit: cover;
  }
}

.p-recruit-interview__messageStrong {
  color: transparent;
  background-image: linear-gradient(90deg, #5c759c 0%, #112443 100%);
  background-clip: text;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.75rem, 28px);
  font-weight: 700;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__messageStrong {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.p-recruit-interview__script {
  display: block;
  width: 50.9375rem;
  height: auto;
  aspect-ratio: 1632/196;
  max-width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__script {
    width: 17.5rem;
  }
}

.p-recruit-interview__scriptSp {
  display: block;
  width: 16.75rem;
  margin-inline: auto;
}

.p-recruit-interview__scriptSpLine {
  position: relative;
  display: block;
  width: 16.75rem;
  height: 3.9375rem;
  overflow: hidden;
}

.p-recruit-interview__scriptSpLine--second {
  margin-top: 0.375rem;
}

.p-recruit-interview__scriptSpLine img {
  position: absolute;
  top: 0;
  left: 0;
  width: 32.625rem;
  max-width: none;
  height: auto;
}

.p-recruit-interview__scriptSpLine--second img {
  left: -17.375rem;
}

.p-recruit-interview__title {
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2.375rem, 38px);
  font-weight: 700;
  line-height: 0.9473684211;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__title {
    margin-top: 1.8125rem;
    font-size: 1.75rem;
  }
}

.p-recruit-interview__list {
  display: grid;
  grid-template-columns: repeat(4, 20.5625rem);
  justify-content: space-between;
  width: 100%;
  margin-top: 6rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__list {
    grid-template-columns: 20.5625rem;
    justify-content: center;
    row-gap: 2.6875rem;
    width: 20.5625rem;
    max-width: calc(100% - 4rem);
    margin-top: 2.8125rem;
  }
}

.p-recruit-interview__card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  overflow: visible;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  text-align: left;
}

.p-recruit-interview__cardImage {
  display: block;
  grid-column: 1/-1;
  aspect-ratio: 329/438;
  margin-top: 1.9375rem;
  overflow: hidden;
  border: 0.0625rem solid #ffffff;
  border-radius: 0.625rem;
}

.p-recruit-interview__cardImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview__cardImage img {
    position: static;
    max-width: 100%;
  }
}

@media (any-hover: hover) {
  .p-recruit-interview__card:hover .p-recruit-interview__cardImage img {
    transform: scale(1.05);
    filter: brightness(1.12);
  }
}
.p-recruit-interview__card:focus-visible {
  outline: 0.1875rem solid #B89968;
  outline-offset: 0.125rem;
}

.p-recruit-interview__cardNumber {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: auto;
  height: 3.8125rem;
}

.p-recruit-interview__cardTitle {
  display: contents;
}

.p-recruit-interview__cardTitleLine {
  position: absolute;
  z-index: 1;
  padding-block: 0.625rem;
  padding-inline: 0.625rem;
  color: #112443;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.5rem, 24px);
  font-weight: 700;
  line-height: 1.0833333333;
  writing-mode: vertical-rl;
}

.p-recruit-interview__cardTitleLine:nth-child(1) {
  right: 0.625rem;
}

.p-recruit-interview__cardTitleLine:nth-child(2) {
  right: 3.875rem;
}

.p-recruit-interview__item:nth-of-type(1) .p-recruit-interview__cardTitleLine:nth-child(1) {
  top: 12.875rem;
}

.p-recruit-interview__item:nth-of-type(1) .p-recruit-interview__cardTitleLine:nth-child(2) {
  top: 14.6875rem;
}

.p-recruit-interview__item:nth-of-type(2) .p-recruit-interview__cardTitleLine:nth-child(1) {
  top: 12.75rem;
}

.p-recruit-interview__item:nth-of-type(2) .p-recruit-interview__cardTitleLine:nth-child(2) {
  top: 16.125rem;
}

.p-recruit-interview__item:nth-of-type(3) .p-recruit-interview__cardTitleLine:nth-child(1) {
  top: 12.5rem;
}

.p-recruit-interview__item:nth-of-type(3) .p-recruit-interview__cardTitleLine:nth-child(2) {
  top: 17.5625rem;
}

.p-recruit-interview__item:nth-of-type(4) .p-recruit-interview__cardTitleLine:nth-child(1) {
  top: 9.6875rem;
}

.p-recruit-interview__item:nth-of-type(4) .p-recruit-interview__cardTitleLine:nth-child(2) {
  top: 13rem;
}

.p-recruit-interview__cardName {
  grid-column: 1/2;
  z-index: 1;
  margin-top: 3.3125rem;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.625rem, 26px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__cardName {
    font-size: 1rem;
  }
}

.p-recruit-interview__cardEn {
  display: block;
  margin-top: 0.25rem;
  color: #446FB3;
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 1.25rem, 20px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__cardEn {
    font-size: 0.75rem;
  }
}

.p-recruit-interview__cardArrow {
  display: block;
  grid-column: 2/3;
  justify-self: end;
  z-index: 1;
  width: 2.5rem;
  height: auto;
  margin-top: 4.625rem;
}

body.is-recruit-modal-open {
  overflow: hidden;
}

.p-recruit-modal {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow-y: auto;
  padding-block: 1.25rem;
  padding-inline: 1.25rem;
  background-color: rgba(17, 36, 67, 0.65);
}
@media screen and (max-width: 767px) {
  .p-recruit-modal {
    padding-block: 0;
    padding-inline: 0;
  }
}

.p-recruit-modal.is-open {
  display: block;
}

.p-recruit-modal__panel {
  position: relative;
  max-width: 75rem;
  margin-inline: auto;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__panel {
    max-width: 24.5625rem;
    border-radius: 1.875rem;
  }
}

.p-recruit-modal__content {
  position: relative;
  display: flow-root;
}

.p-recruit-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #aaaaaa;
  border-radius: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 500;
  line-height: 1.875;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.p-recruit-modal__closeIcon {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 1.4375rem;
  padding-top: 1.4375rem;
  margin-right: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__closeIcon {
    width: 1.125rem;
    padding-top: 1.125rem;
  }
}

.p-recruit-modal__closeIcon::before,
.p-recruit-modal__closeIcon::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  content: "";
  border-top: 0.0625rem solid currentColor;
}

.p-recruit-modal__closeIcon::before {
  transform: rotate(45deg);
}

.p-recruit-modal__closeIcon::after {
  transform: rotate(-45deg);
}

.p-recruit-modal__close:hover {
  background-color: #112443;
}

.p-recruit-modal__close:focus-visible {
  outline: 0.125rem solid #B89968;
  outline-offset: -0.125rem;
}

.p-recruit-modal__close--top {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  padding-block: 1.5rem;
  padding-inline: 2.5rem;
  border-radius: 0 2.5rem 0 1.25rem;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__close--top {
    display: block;
    padding-block: 0.9375rem;
    padding-inline: 0.875rem;
    border-radius: 0 1.875rem 0 1.25rem;
    font-size: 0.875rem;
    line-height: 1;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-modal__close--top .p-recruit-modal__closeIcon {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-modal__close--top > span:last-child {
    display: block;
    margin-top: 0.3125rem;
  }
}

.p-recruit-modal__close--bottom {
  display: flex;
  width: fit-content;
  margin-top: 3.75rem;
  margin-right: auto;
  margin-bottom: 3.75rem;
  margin-left: auto;
  padding-block: 1rem;
  padding-inline: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__close--bottom {
    margin-top: 3.75rem;
    margin-bottom: 4rem;
    padding-block: 0.625rem;
    padding-inline: 5rem;
  }
}

.p-recruit-modal__close--bottom .p-recruit-modal__closeIcon {
  width: 0.8125rem;
  padding-top: 0.8125rem;
  margin-right: 0.875rem;
}

.p-recruit-modal__header {
  position: relative;
  padding-top: 11.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__header {
    padding-top: 6.0625rem;
  }
}

.p-recruit-modal__logoBg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 24.1875rem;
  height: auto;
  aspect-ratio: 188.011/96.079;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__logoBg {
    width: 13.1875rem;
  }
}

.p-recruit-modal__headerImage {
  position: relative;
  z-index: 1;
  display: block;
  margin-left: 7.0625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__headerImage {
    margin-left: 0;
  }
}

.p-recruit-modal__headerImage picture,
.p-recruit-modal__headerImage img {
  display: block;
  width: 100%;
}

.p-recruit-modal__watermark {
  position: absolute;
  z-index: 2;
  top: 31.1875rem;
  left: 7.0625rem;
  color: #446fb3;
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 7.9375rem, 127px);
  font-weight: 700;
  line-height: 1;
  mix-blend-mode: color-burn;
  opacity: 0.35;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__watermark {
    top: 21.3125rem;
    left: -0.1875rem;
    font-size: 2.875rem;
  }
}

.p-recruit-modal--02 .p-recruit-modal__watermark {
  left: 22.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal--02 .p-recruit-modal__watermark {
    left: 2.375rem;
  }
}

.p-recruit-modal--03 .p-recruit-modal__watermark {
  top: 33.625rem;
  left: 6.5625rem;
  font-size: clamp(12px, 5.5625rem, 89px);
}
@media screen and (max-width: 767px) {
  .p-recruit-modal--03 .p-recruit-modal__watermark {
    top: 21.3125rem;
    left: 0.9375rem;
    font-size: 2.125rem;
  }
}

.p-recruit-modal--04 .p-recruit-modal__watermark {
  top: 30.8125rem;
  left: 6.25rem;
  font-size: clamp(12px, 8.375rem, 134px);
}
@media screen and (max-width: 767px) {
  .p-recruit-modal--04 .p-recruit-modal__watermark {
    top: 21.3125rem;
    left: 0.625rem;
    font-size: 2.625rem;
  }
}

.p-recruit-modal__number {
  position: absolute;
  z-index: 3;
  top: 7.014375rem;
  left: 9.0625rem;
  display: block;
  width: 6.339375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__number {
    top: 2.80125rem;
    left: 3.7375rem;
    width: 4.22625rem;
  }
}

.p-recruit-modal--02 .p-recruit-modal__number {
  top: 7.15875rem;
  width: 6.74625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal--02 .p-recruit-modal__number {
    top: 2.80125rem;
    width: 4.4975rem;
  }
}

.p-recruit-modal--03 .p-recruit-modal__number {
  top: 7.34625rem;
  width: 6.958125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal--03 .p-recruit-modal__number {
    top: 2.80125rem;
    width: 4.63875rem;
  }
}

.p-recruit-modal--04 .p-recruit-modal__number {
  top: 7.05375rem;
  width: 6.990625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal--04 .p-recruit-modal__number {
    top: 2.80125rem;
    width: 4.660625rem;
  }
}

.p-recruit-modal__catch {
  position: absolute;
  z-index: 3;
  top: 13.375rem;
  left: 8.8125rem;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2.375rem, 38px);
  font-weight: 700;
  line-height: 1.4473684211;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__catch {
    top: 7.3125rem;
    left: 0.9375rem;
    font-size: 1.125rem;
    line-height: 1.35;
  }
}

.p-recruit-modal__catch--right {
  left: 47.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__catch--right {
    left: 11.8125rem;
  }
}

.p-recruit-modal__catchLine {
  display: block;
  width: fit-content;
  padding-block: 0.375rem;
  padding-inline: 0.625rem;
  background-color: #b89968;
}

.p-recruit-modal__catchLine + .p-recruit-modal__catchLine {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__catchLine + .p-recruit-modal__catchLine {
    margin-top: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-modal--02 .p-recruit-modal__catch {
    left: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-modal--03 .p-recruit-modal__catch,
  .p-recruit-modal--04 .p-recruit-modal__catch {
    top: 17.25rem;
  }
}

.p-recruit-modal__name {
  position: absolute;
  z-index: 3;
  top: 28.5625rem;
  left: 9.0625rem;
  padding-block: 0.9375rem;
  padding-inline: 1.875rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__name {
    top: 18.4375rem;
    left: 0.9375rem;
    padding-block: 0.5rem;
    padding-inline: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-modal--03 .p-recruit-modal__name,
  .p-recruit-modal--04 .p-recruit-modal__name {
    top: 22.4375rem;
  }
}

.p-recruit-modal__nameJp {
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.625rem, 26px);
  font-weight: 700;
  line-height: 1.3846153846;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__nameJp {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.p-recruit-modal__nameEn {
  margin-top: 0.625rem;
  color: #446fb3;
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 1.25rem, 20px);
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__nameEn {
    margin-top: 0.125rem;
    font-size: 0.75rem;
    line-height: 1.35;
  }
}

.p-recruit-modal__joined {
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 700;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__joined {
    font-size: 0.625rem;
    line-height: 1.35;
  }
}

.p-recruit-modal__qa {
  margin-top: 4.875rem;
  margin-right: 6.25rem;
  margin-left: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__qa {
    margin-top: 3.75rem;
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
  }
}

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

.p-recruit-modal__block:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-recruit-modal__block:nth-child(2),
  .p-recruit-modal__block--last {
    margin-top: 3.75rem;
  }
}

.p-recruit-modal__blockRow {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__blockRow {
    display: block;
  }
}

.p-recruit-modal__blockCopy {
  flex: 1 1 auto;
}

.p-recruit-modal__block--left .p-recruit-modal__blockCopy {
  flex: 0 1 27.9375rem;
}

.p-recruit-modal__block--right .p-recruit-modal__blockCopy {
  flex: 0 1 27.9375rem;
  margin-right: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__block--right .p-recruit-modal__blockCopy {
    margin-right: 0;
  }
}

.p-recruit-modal__blockFigure {
  flex: 0 1 30.125rem;
}

.p-recruit-modal__block--left .p-recruit-modal__blockFigure {
  order: -1;
  margin-right: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__block--left .p-recruit-modal__blockFigure {
    margin-right: 0;
  }
}

.p-recruit-modal__blockFigure picture,
.p-recruit-modal__blockFigure img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-recruit-modal__block--media .p-recruit-modal__blockFigure {
    margin-top: 1.875rem;
  }
}

.p-recruit-modal__block--plain {
  padding-inline: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__block--plain {
    padding-inline: 0;
  }
}

.p-recruit-modal__block--tint {
  padding-block: 3.125rem;
  padding-inline: 4.375rem;
  background-color: #ebf0f8;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__block--tint {
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }
}

.p-recruit-modal__blockTitle {
  padding-inline-start: 1.25rem;
  border-left: 0.375rem solid #b89968;
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.75rem, 28px);
  font-weight: 700;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__blockTitle {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

.p-recruit-modal__blockText {
  margin-top: 1.25rem;
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 500;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__blockText {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-recruit-modal__block--last {
  position: relative;
  padding-block: 5.125rem 4.4375rem;
  padding-inline: 4.375rem;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__block--last {
    padding-block: 0;
    padding-inline: 0;
    background-color: transparent;
  }
}

.p-recruit-modal__block--last::before {
  position: absolute;
  z-index: 0;
  top: 2rem;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #ebf0f8;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__block--last::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-modal__lastRow {
    display: block;
  }
}

.p-recruit-modal__lastFigure {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 9.875rem;
  width: 11.1875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__lastFigure {
    position: static;
    width: 7.125rem;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-recruit-modal--02 .p-recruit-modal__lastFigure {
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal--02 .p-recruit-modal__lastFigure {
    width: 7.125rem;
  }
}

.p-recruit-modal--03 .p-recruit-modal__lastFigure {
  width: 12.0625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal--03 .p-recruit-modal__lastFigure {
    width: 7.125rem;
  }
}

.p-recruit-modal--04 .p-recruit-modal__lastFigure {
  width: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal--04 .p-recruit-modal__lastFigure {
    width: 7.125rem;
  }
}

.p-recruit-modal__lastFigure picture,
.p-recruit-modal__lastFigure img {
  display: block;
  width: 100%;
}

.p-recruit-modal__lastCopy {
  position: relative;
  z-index: 1;
  max-width: 35rem;
  margin-left: 18.6875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-modal__lastCopy {
    max-width: none;
    margin-top: -4.875rem;
    margin-left: 0;
    padding-block: 6.4375rem 1.4375rem;
    padding-inline: 1.25rem;
    background-color: #ebf0f8;
  }
}

.p-recruit-job {
  margin-top: 10.625rem;
  padding-block: 4.1875rem 6.25rem;
  overflow: hidden;
  color: #ffffff;
  background-color: #112443;
  background-image: linear-gradient(to bottom, #b89968 0, #b89968 26rem, #112443 26rem, #112443 100%);
}
@media screen and (max-width: 767px) {
  .p-recruit-job {
    margin-top: 0;
    padding-block: 4.375rem 3.75rem;
    background-image: linear-gradient(to bottom, #b89968 0, #b89968 30.8125rem, #112443 30.8125rem, #112443 100%);
  }
}

.p-recruit-job__head {
  position: relative;
  width: 75rem;
  max-width: calc(100% - 3.125rem);
  margin-inline: auto;
  text-align: center;
}

.p-recruit-job__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2.375rem, 38px);
  font-weight: 700;
  line-height: 0.9473684211;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__title {
    font-size: 1.75rem;
  }
}

.p-recruit-job__headNote {
  grid-column: 1;
  grid-row: 1;
  width: 33.0625rem;
  margin-top: 4.5625rem;
  padding-block: 0.9375rem;
  padding-inline: 1.25rem 6.875rem;
  color: #112443;
  background-color: #e7e9ec;
  border-radius: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 700;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__headNote {
    grid-column: 1;
    width: 18.3125rem;
    max-width: 100%;
    margin-top: 2.25rem;
    padding-block: 1.0625rem;
    padding-inline: 0.9375rem 5.75rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 2.1428571429;
    text-align: left;
  }
}

.p-recruit-job__headNoteGroup {
  position: relative;
  width: 33.0625rem;
  max-width: 100%;
  margin-top: 0.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__headNoteGroup {
    width: 18.3125rem;
    margin-top: 0.625rem;
  }
}

.p-recruit-job__headDeco {
  position: absolute;
  z-index: 1;
  top: -4.25rem;
  right: -1.875rem;
  display: block;
  width: 7.3125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__headDeco {
    top: -0.4375rem;
    right: -0.0625rem;
    width: 4.75rem;
    height: 8.6875rem;
    object-fit: cover;
    object-position: top center;
  }
}

.p-recruit-job__card {
  position: relative;
  z-index: 1;
  width: 75rem;
  max-width: calc(100% - 3.125rem);
  margin-top: 2.3125rem;
  margin-inline: auto;
  padding-block: 5.625rem;
  padding-inline: 6.25rem;
  color: #112443;
  background-color: #ffffff;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__card {
    width: 21.4375rem;
    margin-top: 2.5rem;
    padding-block: 2.5rem;
    padding-inline: 0.9375rem;
    border-radius: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-job__table {
    width: 58.75rem;
    max-width: 100%;
    margin-inline: auto;
  }
}

.p-recruit-job__row {
  position: relative;
  display: grid;
  grid-template-columns: 11.875rem minmax(0, 1fr);
  padding-block-end: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__row {
    display: block;
    padding-block: 0.75rem 0.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-job__row:first-child {
    padding-block-end: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-job__row:not(:first-child) {
    margin-top: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-job__row:nth-child(8) {
    margin-top: 1.0625rem;
    padding-block-end: 1.125rem;
  }
}

.p-recruit-job__row::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  content: "";
  background-image: linear-gradient(#112443, #112443), linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  background-size: 11.875rem 0.125rem, calc(100% - 11.875rem) 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__row::after {
    top: 2.375rem;
    right: 0;
    left: 5.3125rem;
    height: 0.0625rem;
    width: auto;
    background-color: rgba(0, 0, 0, 0.15);
    background-image: none;
  }
}

.p-recruit-job__term {
  display: block;
  padding-inline-start: 1.3125rem;
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__term {
    position: relative;
    display: block;
    width: 5.3125rem;
    padding-block-end: 0.75rem;
    padding-inline-start: 0.625rem;
    border-bottom: 0;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-job__term::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.125rem;
    content: "";
    background-color: #112443;
  }
}

.p-recruit-job__data {
  display: block;
  min-width: 0;
  margin-top: 0.125rem;
  padding-inline-start: 1.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__data {
    margin-top: 0.75rem;
    padding-inline-start: 0.625rem;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-recruit-job__small {
  display: inline-block;
  margin-inline-start: 1.25rem;
  font-size: clamp(12px, 0.75rem, 12px);
}
@media screen and (max-width: 767px) {
  .p-recruit-job__small {
    display: block;
    margin-top: 0.25rem;
  }
}

.p-recruit-job__catch {
  margin-top: 4.3125rem;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__catch {
    margin-top: 3.75rem;
  }
}

.p-recruit-job__catchTrack {
  display: flex;
  width: max-content;
  animation: recruitJobMarquee 24s linear infinite;
}

.p-recruit-job__catchItem {
  flex: 0 0 auto;
  padding-right: 5rem;
  color: transparent;
  background-image: linear-gradient(90deg, #ffffff 0%, #6da0f1 100%);
  background-clip: text;
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 5.6875rem, 91px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__catchItem {
    padding-right: 2.5rem;
    font-size: 4rem;
  }
}

@keyframes recruitJobMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-recruit-job__cta {
  display: flex;
  justify-content: center;
  column-gap: 8rem;
  width: 75rem;
  max-width: calc(100% - 3.125rem);
  margin-top: 4.6875rem;
  margin-inline: auto;
}
@media screen and (min-width: 48em) and (max-width: 75em) {
  .p-recruit-job__cta {
    column-gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-job__cta {
    display: block;
    width: 21.4375rem;
    margin-top: 3.75rem;
  }
}

.p-recruit-job__panel {
  position: relative;
  width: 33.5rem;
  max-width: 100%;
  padding-block: 2.5rem;
  padding-inline: 4.25rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__panel {
    width: 21.4375rem;
    padding-block: 1.25rem;
    padding-inline: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-job__panel + .p-recruit-job__panel {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-job__panel--entry {
    padding-block-end: 2.625rem;
  }
}

.p-recruit-job__panel--contact {
  background-color: #435879;
}

.p-recruit-job__panel--entry {
  background-color: #b89968;
}

.p-recruit-job__panelEn {
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 1.25rem, 20px);
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__panelEn {
    font-size: 1.125rem;
  }
}

.p-recruit-job__panelTitle {
  display: block;
  margin-top: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 2rem, 32px);
  font-weight: 700;
  line-height: 0.9375;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__panelTitle {
    font-size: 1.625rem;
    line-height: 1.1538461538;
  }
}

.p-recruit-job__panelMark {
  position: absolute;
  top: 5.6875rem;
  left: 0;
  width: 3.65625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__panelMark {
    top: 3.9375rem;
    width: 1.5rem;
  }
}

.p-recruit-job__panelMark img {
  display: block;
  width: 100%;
  height: auto;
}

.p-recruit-job__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
  width: 24.5rem;
  min-height: 4.875rem;
  margin-top: 2rem;
  padding-block: 1.3125rem;
  padding-inline: 3.125rem;
  color: #ffffff;
  background-color: #112443;
  border-radius: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.5625rem, 25px);
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__btn {
    justify-content: center;
    width: 17.6875rem;
    min-height: 3.4375rem;
    margin-top: 1.25rem;
    padding-block: 1rem;
    padding-inline: 2.9375rem;
    font-size: 1rem;
  }
}

.p-recruit-job__btn span {
  white-space: nowrap;
}

.p-recruit-job__btn img {
  width: 1.614375rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__btn img {
    width: 1.239375rem;
  }
}

.p-recruit-job__btn:hover,
.p-recruit-job__btn:focus-visible {
  background-color: #446FB3;
}

.p-recruit-job__phone {
  margin-top: 2.5rem;
}

.p-recruit-job__panel--contact .p-recruit-job__phone {
  position: relative;
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__panel--contact .p-recruit-job__phone {
    margin-top: 2.5625rem;
  }
}

.p-recruit-job__panel--contact .p-recruit-job__phone::before {
  position: absolute;
  top: -2rem;
  left: 0;
  width: 24.625rem;
  height: 0.0625rem;
  content: "";
  background-color: rgba(255, 255, 255, 0.55);
}
@media screen and (max-width: 767px) {
  .p-recruit-job__panel--contact .p-recruit-job__phone::before {
    top: -1.25rem;
    width: 17.6875rem;
  }
}

.p-recruit-job__phoneTab {
  display: inline-block;
  padding-block: 0.3125rem;
  padding-inline: 1.25rem;
  color: #ffffff;
  background-color: #112443;
  border-radius: 0.625rem 0.625rem 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 0.75rem, 12px);
  font-weight: 700;
  line-height: 1;
}

.p-recruit-job__phoneNum {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.9375rem;
  width: 24.67rem;
  padding-block: 1.25rem;
  padding-inline: 1.875rem;
  color: #112443;
  background-image: linear-gradient(90deg, #dec49a 0%, #ffffff 100%);
  border-radius: 0 0.625rem 0.625rem 0.625rem;
  font-family: "Lexend", sans-serif;
  font-size: clamp(12px, 2.0625rem, 33px);
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__phoneNum {
    justify-content: center;
    width: 17.6875rem;
    padding-block: 1rem;
    padding-inline: 1.875rem;
    font-size: 1.25rem;
  }
}

.p-recruit-job__phoneNum img {
  width: 1.4825rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__phoneNum img {
    width: 1.1875rem;
  }
}

.p-recruit-job__phoneArrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 1.125rem;
  margin-left: 1.5625rem;
  background-color: #112443;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__phoneArrow {
    margin-left: 0;
  }
}

.p-recruit-job__phoneArrow::before {
  width: 0.375rem;
  height: 0.375rem;
  margin-left: -0.125rem;
  content: "";
  border-top: 0.125rem solid #ffffff;
  border-right: 0.125rem solid #ffffff;
  transform: rotate(45deg);
}

.p-recruit-job__phoneNote {
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__phoneNote {
    font-size: 0.75rem;
  }
}

.p-recruit-job__phoneHours {
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
  margin-top: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__phoneHours {
    font-size: 0.75rem;
  }
}

.p-recruit-job__info {
  position: relative;
  width: 22rem;
  min-height: 8rem;
  margin-top: 1.6875rem;
  padding-block: 1.25rem;
  padding-inline: 1.1875rem 4.375rem;
  color: #112443;
  background-color: #e7e9ec;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__info {
    width: 18.3125rem;
    min-height: 7.8125rem;
    margin-top: 0.625rem;
    padding-block: 1.0625rem;
    padding-inline: 0.9375rem 5.5rem;
  }
}

.p-recruit-job__infoText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(10px, 0.75rem, 12px);
  font-weight: 400;
  line-height: 1.8333333333;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__infoText {
    font-size: 0.625rem;
    line-height: 2.2;
  }
}

.p-recruit-job__infoDeco {
  position: absolute;
  right: -1.6875rem;
  bottom: 0;
  width: 6.9375rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__infoDeco {
    right: 0.125rem;
    width: 5.375rem;
    height: 8.4375rem;
    object-fit: cover;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-recruit-job__catchTrack {
    animation: none;
  }
}
.p-contact {
  position: relative;
  color: #112443;
  background-color: #ffffff;
}

.p-contact-general {
  width: 100%;
  margin-top: 4.375rem;
  padding-block: 4.25rem 5.0625rem;
  background-color: #112443;
}
@media screen and (max-width: 767px) {
  .p-contact-general {
    margin-top: 2.5rem;
    padding-block: 2.5rem;
  }
}

.p-contact-recruit {
  width: 100%;
  margin-top: 3.8125rem;
  padding-block: 4.25rem 4.875rem;
  background-color: #ebf0f8;
}
@media screen and (max-width: 767px) {
  .p-contact-recruit {
    margin-top: 2.5rem;
    padding-block: 2.5rem;
  }
}

.p-contact-form {
  width: 75rem;
  max-width: calc(100% - 3.125rem);
  margin-inline: auto;
  padding-block: 3.4375rem 3.0625rem;
  padding-inline: 9.375rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form {
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }
}

.p-contact-form .wpcf7 {
  width: 100%;
}

.p-contact-form__note {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 0.875rem, 14px);
  font-weight: 700;
  line-height: 1.4285714286;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-contact-form__note {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-form__note .p-contact-form__req {
    font-size: 1rem;
  }
}

.p-contact-form__req {
  color: #ff494c;
}

.p-contact-form__rows {
  margin-top: 0.9375rem;
}

.p-contact-form__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-contact-form__row {
    display: block;
  }
}

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

.p-contact-form__label {
  flex-shrink: 0;
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 700;
  line-height: 1.6666666667;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-contact-form__label {
    display: block;
    font-size: 1rem;
  }
}

.p-contact-form__field {
  width: 45.625rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact-form__field {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.p-contact-form__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.p-contact-form__field input,
.p-contact-form__field textarea,
.p-contact-form__field select {
  width: 100%;
  height: 3.9375rem;
  padding-inline: 1.5625rem;
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  line-height: 1.875;
  background-color: #e7e9ec;
  border: none;
  border-radius: 0.625rem;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .p-contact-form__field input,
  .p-contact-form__field textarea,
  .p-contact-form__field select {
    height: 3.5rem;
    padding-inline: 1.25rem;
    font-size: 0.875rem;
  }
}

.p-contact-form__field textarea {
  height: 13.9375rem;
  padding-block: 1.03125rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-contact-form__field textarea {
    height: 12.875rem;
    padding-block: 1rem;
  }
}

.p-contact-form__field input::placeholder,
.p-contact-form__field textarea::placeholder {
  color: #aaaaaa;
}

.p-contact-form__field input:focus,
.p-contact-form__field textarea:focus,
.p-contact-form__field select:focus {
  outline: 0.125rem solid #446FB3;
  outline-offset: 0.0625rem;
}

.p-contact-form__secure {
  margin-top: 1.5rem;
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form__secure {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-contact-form__field--birthday {
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__field--birthday {
    flex-wrap: wrap;
    column-gap: 0.875rem;
    row-gap: 0.625rem;
  }
}

.p-contact-form__birthItem {
  display: flex;
  align-items: center;
}

.p-contact-form__birthItem .wpcf7-form-control-wrap {
  width: auto;
}

.p-contact-form__field--birthday select {
  width: 6.4375rem;
  min-width: 0;
  padding-inline: 1.25rem;
  background-image: url("../img/contact/select-chevron.svg");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 1rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__field--birthday select {
    width: 6.4375rem;
    padding-inline: 0.875rem;
    font-size: 0.875rem;
    background-position: right 0.75rem center;
  }
}

.p-contact-form__birthItem--year select {
  width: 9rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__birthItem--year select {
    width: 9rem;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-form__birthItem--year {
    flex-basis: 100%;
  }
}

.p-contact-form__birthUnit {
  margin-inline-start: 0.6875rem;
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-contact-form__birthUnit {
    margin-inline-start: 0.875rem;
    font-size: 1rem;
  }
}

.p-contact-form__field--checkbox {
  display: flex;
  align-items: center;
  min-height: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__field--checkbox {
    min-height: 0;
  }
}

.p-contact-form__field--checkbox .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__field--checkbox .wpcf7-checkbox {
    gap: 1.5625rem;
  }
}

.p-contact-form__field--checkbox .wpcf7-list-item {
  margin: 0;
}

.p-contact-form__field--checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  column-gap: 0.5625rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact-form__field--checkbox .wpcf7-list-item label {
    column-gap: 0.75rem;
  }
}

.p-contact-form__field--checkbox input[type=checkbox] {
  position: relative;
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  margin: 0;
  padding-inline: 0;
  background-color: #e7e9ec;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.p-contact-form__field--checkbox input[type=checkbox]:checked::after {
  position: absolute;
  top: 0.3125rem;
  left: 0.6875rem;
  width: 0.5rem;
  height: 0.875rem;
  content: "";
  border-right: 0.1875rem solid #112443;
  border-bottom: 0.1875rem solid #112443;
  transform: rotate(45deg);
}

.p-contact-form__field--checkbox .wpcf7-list-item-label {
  color: #112443;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.125rem, 18px);
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-contact-form__field--checkbox .wpcf7-list-item-label {
    font-size: 1rem;
  }
}

.p-contact-form__submit {
  position: relative;
  width: fit-content;
  margin-top: 3.5625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit {
    margin-top: 1.25rem;
  }
}

.p-contact-form__submit input[type=submit] {
  width: 17.125rem;
  height: 3.875rem;
  padding-inline: 1.875rem;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1rem, 16px);
  font-weight: 500;
  line-height: 1.875;
  text-align: left;
  background-color: #112443;
  border: none;
  border-radius: 0.625rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit input[type=submit] {
    width: 15.1875rem;
    max-width: 100%;
    font-size: 0.875rem;
  }
}

.p-contact-form__submit input[type=submit]:hover {
  opacity: 0.85;
}

.p-contact-form__submit::after {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  width: 2.5rem;
  height: 1.125rem;
  content: "";
  background-image: url("../img/contact/arrow-btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}

.p-contact-form__submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.p-contact-form .wpcf7-response-output {
  margin-top: 1.5rem;
  margin-inline: 0;
  padding-block: 0.75rem;
  padding-inline: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 0.9375rem, 15px);
  text-align: center;
  border-radius: 0.5rem;
}

.p-contact-form .wpcf7-not-valid-tip {
  margin-top: 0.375rem;
  color: #ff494c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 0.8125rem, 13px);
}

.p-contact-form__field .wpcf7-not-valid {
  outline: 0.0625rem solid #ff494c;
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Lexend", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-animation__fadeIn {
  transform: translateY(20px);
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.u-animation__fadeIn.js-show {
  transform: translateY(0);
  opacity: 1;
}
