@charset "UTF-8";
/* Meyer Reset v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

html,
body {
  margin: 0px;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.6;
  background-color: #ffffff;
  overflow-x: hidden;
}

main {
  width: 100%;
  overflow-x: hidden;
}

button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

@media (max-width: 767px) {
  .u-hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .u-hidden-desktop {
    display: none !important;
  }
}

.c-container {
  position: relative;
  width: min(100% - 80px, 1240px);
  margin-inline: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-container {
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .c-container {
    width: calc(100% - 30px);
  }
}

.c-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  background-color: transparent;
  z-index: 1000;
}
@media (max-width: 1024px) {
  .c-header {
    height: 54px;
  }
}

.c-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 20px;
  gap: 40px;
}
@media (max-width: 1024px) {
  .c-header__inner {
    padding-inline: 15px 0;
  }
}

.c-header__logo {
  display: block;
  flex-shrink: 0;
}
.c-header__logo img {
  width: 313px;
  height: 46px;
}
@media (max-width: 767px) {
  .c-header__logo img {
    width: 177px;
    height: auto;
  }
}

.c-header__nav {
  width: min(100%, 745px);
  font-family: "Noto Sans JP", Helvetica;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.3em;
}
.c-header__nav a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .c-header__nav {
    display: none;
  }
}

.c-header__nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.c-header__nav-link {
  white-space: nowrap;
}
.c-header__nav-link:hover {
  opacity: 0.8;
}

.c-header__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 200px;
  height: 47px;
  background-color: transparent;
  border: 1.5px solid #fff;
}
.c-header__contact span {
  letter-spacing: 0.4em;
}
.c-header__contact img {
  width: 20px;
  height: 20px;
}
.c-header__contact:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .c-header__contact {
    width: auto;
    height: 40px;
    padding: 0;
    gap: 12px;
  }
  .c-header__contact span {
    font-size: 14px;
  }
  .c-header__contact img {
    width: 16px;
    height: 16px;
  }
}

.c-header__menu-toggle {
  display: none;
  height: 40px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding-inline: 15px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .c-header__menu-toggle {
    display: flex;
  }
}
.c-header__menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
}

.c-header--blue {
  background-color: transparent;
}
.c-header--blue .c-header__nav {
  color: #005BFF;
}
.c-header--blue .c-header__contact {
  border-color: #005BFF;
  color: #005BFF;
}
.c-header--blue .c-header__contact:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-header--blue .c-header__menu-toggle span {
  background-color: #005BFF;
}

.c-drawer-overlay {
  display: none;
}
@media (max-width: 1024px) {
  .c-drawer-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease-in-out, visibility 300ms;
  }
  .c-drawer-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
}

.c-drawer {
  position: fixed;
  top: 0;
  left: 100%;
  width: min(100%, 375px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 2000;
  transform: translateX(0);
  transition: transform 500ms ease-in-out;
}
.c-drawer.is-open {
  transform: translateX(-100%);
}

.c-drawer__inner {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.c-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding-inline: 15px 0;
  border-bottom: 1px solid #e8e8e8;
}

.c-drawer__logo {
  display: block;
}
.c-drawer__logo img {
  width: 200px;
  height: auto;
}

.c-drawer__close {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 15px;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.c-drawer__close:hover {
  opacity: 0.7;
}
.c-drawer__close img {
  width: 14px;
  height: 14px;
}

.c-drawer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-drawer__nav-item {
  border-bottom: 1px solid #e8e8e8;
}

.c-drawer__nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding: 15px;
  color: #000;
  text-decoration: none;
  font-family: "Noto Sans JP", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: background-color 0.2s ease;
}
.c-drawer__nav-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.c-drawer__nav-link img {
  width: 14px;
  height: auto;
}

.c-footer {
  min-height: 478px;
  background-color: #f8f8f8;
  padding: 80px 0 0;
}
@media (max-width: 767px) {
  .c-footer {
    padding: 60px 19px 30px;
  }
}

.c-footer__main {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px;
  margin-bottom: 60px;
  margin-inline: auto;
  width: min(100%, 1080px);
}
@media (max-width: 1024px) {
  .c-footer__main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .c-footer__main {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }
}

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

.c-footer__logo {
  margin: 0 0 16px;
}

.c-footer__address,
.c-footer__phone {
  font-size: 14px;
  font-weight: 400;
  color: #454545;
  line-height: 1.6;
}

.c-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media (max-width: 767px) {
  .c-footer__nav {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.c-footer__nav-section {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 200px;
}

.c-footer__nav-title {
  font-family: "Noto Sans JP", Helvetica;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 767px) {
  .c-footer__nav-title {
    font-size: 15px;
  }
}

.c-footer__nav-text {
  padding-left: 14px;
  font-size: 14px;
  line-height: 1.8em;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .c-footer__nav-text {
    font-size: 15px;
  }
}

.c-footer__nav-link {
  color: inherit;
}
.c-footer__nav-link:hover {
  text-decoration: underline;
}

.c-footer__button-frame {
  margin-top: 25px;
}

.c-footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  background-color: #fff;
}

.c-footer__copyright {
  font-size: 12px;
  font-weight: 400;
  color: #454545;
}
@media (max-width: 767px) {
  .c-footer__copyright {
    font-size: 11px;
  }
}

.c-button-frame {
  width: fit-content;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .c-button-frame {
    padding-inline: 14px;
  }
}

.c-button-frame--center {
  margin-inline: auto;
}

.c-button {
  display: block;
  width: fit-content;
  padding: 0 22px;
  font-family: "Noto Sans JP", Helvetica;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 2px solid #005BFF;
  cursor: pointer;
  transform: skew(37deg, 0);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .c-button {
    padding: 0;
    font-size: 11px;
  }
}

.c-button__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: fit-content;
  height: 54px;
  padding: 0 10px;
  letter-spacing: 0.2em;
  transform: skew(-37deg, 0);
  transition: color 0.5s ease;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-button__content {
    padding: 0 7px 0 13px;
    gap: 8px;
    height: 34px;
  }
  .c-button__content img {
    width: 14px;
  }
}

.c-button__icon {
  display: inline-block;
  color: #FFFFFF;
  stroke: #FFFFFF;
  transition: color 0.5s ease, stroke 0.5s ease;
}

.c-button__icon--fill {
  color: #FFFFFF;
  fill: #FFFFFF;
  stroke: #FFFFFF;
  transition: color 0.5s ease, fill 0.5s ease, stroke 0.5s ease;
}

.c-button__icon--rotate-90 {
  transform: rotate(90deg);
}

.c-button__icon--rotate-180 {
  transform: rotate(180deg);
}

.c-button__icon--rotate-270 {
  transform: rotate(-90deg);
}

.c-button--primary {
  color: #FFFFFF;
  background-color: #005BFF;
  border-color: #005BFF;
}

.c-button--outline {
  background-color: transparent;
  border-color: #00A1D2;
}
.c-button--outline .c-button__content {
  color: #00A1D2;
}

.c-button--white {
  color: #005BFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.c-button--large {
  padding: 16px 48px;
  font-size: 36px;
}
@media (max-width: 767px) {
  .c-button--large {
    padding: 14px 36px;
    font-size: 16px;
  }
}

.c-button--small {
  padding: 0 16px;
}
@media (max-width: 767px) {
  .c-button--small {
    font-size: 11px;
    padding: 0 5.5px;
  }
}

.c-button--full {
  width: 100%;
}

@media (max-width: 767px) {
  .c-button--mobile-large .c-button__content {
    padding-inline: 24px;
    height: 48px;
    font-size: 13px;
  }
}

.c-button--animation-slide {
  position: relative;
  overflow: hidden;
}
.c-button--animation-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 1;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-button--animation-slide:hover::before {
  transform: scale(1, 1);
}
.c-button--animation-slide:hover .c-button__content {
  color: #005BFF;
}
.c-button--animation-slide.c-button--white::before {
  background-color: #005BFF;
}
.c-button--animation-slide.c-button--white:hover .c-button__content {
  color: #FFFFFF;
}
.c-button--animation-slide.c-button--outline::before {
  background-color: #00A1D2;
}
.c-button--animation-slide.c-button--outline:hover .c-button__content {
  color: #FFFFFF;
}
.c-button--animation-slide:hover .c-button__icon {
  color: #005BFF;
  stroke: #005BFF;
}
.c-button--animation-slide:hover .c-button__icon--fill {
  color: #005BFF;
  fill: #005BFF;
  stroke: #005BFF;
}

.c-button:disabled,
.c-button--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.c-hero {
  position: relative;
  height: 570px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-hero {
    height: 305px;
    align-items: flex-end;
    padding-bottom: 45px;
    padding-inline: 15px 50px;
  }
}

.c-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.c-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(102, 102, 102, 0));
  z-index: 1;
}

.c-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .c-hero__content {
    padding: 0;
  }
}

.c-hero__title {
  display: flex;
}
@media (max-width: 1024px) {
  .c-hero__title {
    flex-wrap: wrap;
    gap: 9px 0;
  }
}
.c-hero__title img {
  width: auto;
  height: 60px;
}
@media (max-width: 1024px) {
  .c-hero__title img {
    max-height: 45px;
  }
}

.c-hero__subtitle {
  position: relative;
  font-size: 16px;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.6em;
  text-align: left;
  padding-left: 9px;
  color: #ffffff;
  margin-bottom: 10px;
  order: -1;
}
@media (max-width: 767px) {
  .c-hero__subtitle {
    font-size: 11px;
  }
}
.c-hero__subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  margin-block: auto;
  height: 1px;
  width: 50vw;
  background-color: currentColor;
}

.c-hero--tall {
  height: 650px;
}
@media (max-width: 767px) {
  .c-hero--tall {
    height: 580px;
    padding: 0;
  }
}

.c-cta {
  padding: 76px 0 75px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 767px) {
  .c-cta {
    padding: 27px 0 29px;
  }
}

.c-cta__content {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 10;
}
@media (max-width: 767px) {
  .c-cta__content {
    flex-direction: column;
    gap: 43px;
  }
}

.c-cta__left {
  width: 50%;
  text-align: left;
}
@media (max-width: 767px) {
  .c-cta__left {
    width: 100%;
  }
}

.c-cta__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .c-cta__right {
    width: 100%;
    gap: 17px;
  }
}

.c-cta__title-en {
  display: block;
  font-family: "Bebas Neue", Helvetica;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6em;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 64px;
  text-transform: uppercase;
  position: relative;
}
.c-cta__title-en::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 50vw;
  height: 1px;
  background-color: #cccccc;
  translate: -102% 0;
  margin-block: auto;
}
@media (max-width: 767px) {
  .c-cta__title-en {
    font-size: 12px;
    letter-spacing: 0.4em;
    margin-bottom: 28px;
  }
}

.c-cta__title-ja, .c-cta__title,
.c-cta__text {
  font-family: "Noto Sans JP", Helvetica;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.5em;
  line-height: 1.2em;
  color: #000000;
  margin: 0 0 44px;
}
@media (max-width: 767px) {
  .c-cta__title-ja, .c-cta__title,
  .c-cta__text {
    font-size: 24px;
    letter-spacing: 0.3em;
    margin-bottom: 28px;
  }
}

.c-cta__description, .c-cta__text {
  font-family: "Noto Sans JP", Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0.2em;
  color: #454545;
  margin: 0;
}
@media (max-width: 767px) {
  .c-cta__description, .c-cta__text {
    font-size: 14px;
  }
}

.c-cta__phone, .c-cta__tel {
  display: inline-block;
  padding: 0 32px;
  font-family: "Noto Sans JP", Helvetica;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #00A1D2;
  transform: skew(37deg, 0);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: color 0.5s ease;
}
@media (max-width: 767px) {
  .c-cta__phone, .c-cta__tel {
    padding: 0 18px;
  }
}

.c-cta__phone--animation-slide {
  position: relative;
  overflow: hidden;
}
.c-cta__phone--animation-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00A1D2;
  z-index: 1;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-cta__phone--animation-slide .c-cta__phone-content {
  position: relative;
  z-index: 2;
  transition: color 0.5s ease;
}
.c-cta__phone--animation-slide:hover::before {
  transform: scale(1, 1);
}
.c-cta__phone--animation-slide:hover .c-cta__phone-number, .c-cta__phone--animation-slide:hover .c-cta__tel-number {
  color: #FFFFFF;
}
.c-cta__phone--animation-slide:hover .c-cta__phone-hours {
  color: #FFFFFF;
}
.c-cta__phone--animation-slide:hover .c-cta__phone-icon, .c-cta__phone--animation-slide:hover .c-cta__tel-icon {
  color: #FFFFFF;
  stroke: #FFFFFF;
  fill: #FFFFFF;
}

.c-cta__phone-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 75px;
  padding: 0 10px;
  transform: skew(-37deg, 0);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-cta__phone-inner {
    justify-content: center;
    height: 69px;
  }
}

.c-cta__phone-icon, .c-cta__tel-icon {
  width: 24px;
  height: 24px;
  color: #00A1D2;
  stroke: #00A1D2;
  fill: #00A1D2;
  transition: color 0.5s ease, stroke 0.5s ease, fill 0.5s ease;
}

.c-cta__phone-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.c-cta__phone-number, .c-cta__tel-number {
  font-size: 24px;
  font-weight: 700;
  color: #00A1D2;
  letter-spacing: 0.05em;
  line-height: 1.2;
  transition: color 0.5s ease;
}
@media (max-width: 767px) {
  .c-cta__phone-number, .c-cta__tel-number {
    font-size: 20px;
  }
}

.c-cta__phone-hours {
  font-family: "Noto Sans JP", Helvetica;
  font-size: 10px;
  font-weight: 700;
  color: #454545;
  margin: 0;
  line-height: 1.4;
  transition: color 0.5s ease;
}

.c-cta__button {
  height: 75px;
}
@media (max-width: 767px) {
  .c-cta__button {
    font-size: 15px;
    padding: 0 36px;
    height: 69px;
  }
}

.c-cta__bg-text {
  position: absolute;
  left: 25px;
  top: 60px;
  height: 449px;
  width: 100vw;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: url("/assets/images/common/bg-text/contact.svg");
}
@media (max-width: 767px) {
  .c-cta__bg-text {
    height: 149px;
    left: 5px;
    top: 26px;
  }
}

.c-cta__text {
  margin-bottom: 0;
}

.c-section-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 47px;
  margin-bottom: 47px;
}
.c-section-header.color-white {
  color: #ffffff;
}
@media (max-width: 767px) {
  .c-section-header {
    gap: 28px;
    margin-bottom: 28px;
  }
}

.c-section-header__en {
  font-family: "Bebas Neue", Helvetica;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6em;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
.c-section-header__en::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 50vw;
  height: 1px;
  background-color: #CCCCCC;
  translate: -102% 0;
  margin-block: auto;
}
@media (max-width: 767px) {
  .c-section-header__en {
    font-size: 12px;
  }
}

.c-section-header__title {
  font-family: "Noto Sans JP", Helvetica;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.5em;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .c-section-header__title {
    font-size: 24px;
  }
}

.c-entry {
  padding: 120px 0;
  background-color: #196BFE;
  margin-top: 100px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-entry {
    padding: 39px 0;
    height: 323px;
    margin-top: 36px;
  }
}

.c-entry__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .c-entry__content {
    flex-direction: column;
    gap: 45px;
    align-items: center;
    height: 100%;
  }
}

.c-entry__content-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .c-entry__content-item {
    align-items: center;
  }
}

.c-entry__title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c-entry__title {
    text-align: center;
    margin-bottom: 0px;
  }
}

.c-entry__title-en {
  display: block;
  font-family: "Bebas Neue", Helvetica;
  font-size: 90px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.3em;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .c-entry__title-en {
    letter-spacing: 0.2em;
    margin-bottom: 0;
    line-height: normal;
  }
}

.c-entry__title-ja {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  color: #ffffff;
}
@media (max-width: 767px) {
  .c-entry__title-ja {
    font-size: 15px;
  }
}

.c-entry__description {
  font-size: 18px;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c-entry__description {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.c-entry__content-button {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  translate: -32px 0;
}
@media (max-width: 1024px) {
  .c-entry__content-button {
    translate: 0;
  }
}
@media (max-width: 767px) {
  .c-entry__content-button {
    translate: 0;
    width: 336px;
  }
}

.c-entry__button {
  height: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-entry__button {
    height: 69px;
  }
}

.c-entry__button-content {
  font-size: 20px;
  letter-spacing: 0.05em;
  padding: 0 13px;
}
@media (max-width: 767px) {
  .c-entry__button-content {
    font-size: 16px;
  }
}

.c-entry__bg-text {
  position: absolute;
  left: 120px;
  top: -54px;
  height: 449px;
  width: 100vw;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: url("/assets/images/common/bg-text/entry.svg");
}
@media (max-width: 767px) {
  .c-entry__bg-text {
    height: 147px;
    left: 0;
    top: -8px;
  }
}

/* ==========================================================================
   フォームコンポーネント
   ========================================================================== */
.c-form-wrapper {
  max-width: 1080px;
  margin: 0 auto;
}

/* フォームグループ
   ========================================================================== */
.c-form-group {
  margin-bottom: 30px;
}
.c-form-group + .c-form-group {
  border-top: 1px solid #EAEAEA;
  padding-top: 23px;
}
@media (max-width: 767px) {
  .c-form-group {
    margin-bottom: 24px;
  }
}

/* ラベル
   ========================================================================== */
.c-form-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  line-height: 1.67em;
}
@media (max-width: 767px) {
  .c-form-label {
    font-size: 13px;
    margin-bottom: 11px;
  }
}

/* バッジ（必須・任意）
   ========================================================================== */
.c-form-badge {
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  padding: 0px 6px 1px;
  border-radius: 3px;
  line-height: 1;
  height: 22px;
  align-items: center;
}

.c-form-badge--required {
  background-color: #E00909;
  color: #ffffff;
}

.c-form-badge--optional {
  background-color: #E6E6E6;
  color: #646464;
}

/* 入力フィールド
   ========================================================================== */
.c-form-input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #D4D4D4;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  transition: border-color 0.3s ease;
}
@media (max-width: 767px) {
  .c-form-input {
    font-size: 14px;
  }
}
.c-form-input::placeholder {
  color: #B8B8B8;
}
.c-form-input:focus {
  outline: none;
  border-color: #000000;
}

/* テキストエリア
   ========================================================================== */
.c-form-textarea {
  width: 100%;
  min-height: 150px;
  padding: 15px;
  border: 1px solid #D4D4D4;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  resize: vertical;
  transition: border-color 0.3s ease;
}
@media (max-width: 767px) {
  .c-form-textarea {
    min-height: 120px;
    font-size: 14px;
  }
}
.c-form-textarea::placeholder {
  color: #C1C1C1;
}
.c-form-textarea:focus {
  outline: none;
  border-color: #000000;
}

/* 名前入力（姓・名）
   ========================================================================== */
.c-form-name {
  display: flex;
  gap: 71px;
}
@media (max-width: 767px) {
  .c-form-name {
    flex-direction: column;
    gap: 9px;
  }
}

.c-form-name__field {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .c-form-name__field {
    width: 100%;
  }
}
.c-form-name__field input {
  width: 220px;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #D4D4D4;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  transition: border-color 0.3s ease;
}
.c-form-name__field input::placeholder {
  color: #B8B8B8;
}
.c-form-name__field input:focus {
  outline: none;
  border-color: #000000;
}
@media (max-width: 767px) {
  .c-form-name__field input {
    width: min(100%, 1080px);
    font-size: 13px;
  }
}

.c-form-name__label {
  display: block;
  width: 50px;
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

/* 電話番号入力（3分割）
   ========================================================================== */
.c-form-phone {
  display: flex;
  align-items: center;
  gap: 13px;
}
@media (max-width: 767px) {
  .c-form-phone {
    gap: 10px;
  }
}

.c-form-phone__input {
  width: 100px;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #D4D4D4;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  transition: border-color 0.3s ease;
}
@media (max-width: 767px) {
  .c-form-phone__input {
    width: 92px;
  }
}
.c-form-phone__input::placeholder {
  color: #B8B8B8;
}
.c-form-phone__input:focus {
  outline: none;
  border-color: #000000;
}

.c-form-phone__hyphen {
  font-size: 12px;
  color: #666666;
  font-weight: 500;
}

/* ラジオボタン
   ========================================================================== */
.c-form-radio-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .c-form-radio-group {
    padding-left: 20px;
  }
}

.c-form-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 767px) {
  .c-form-radio {
    font-size: 14px;
  }
}
.c-form-radio input[type=radio] {
  scale: 1.5;
  cursor: pointer;
  flex-shrink: 0;
}
.c-form-radio span {
  flex: 1;
}

/* チェックボックス
   ========================================================================== */
.c-form-checkbox-group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .c-form-checkbox-group {
    gap: 65px;
  }
}

@media (max-width: 767px) {
  .c-form-checkbox-group--mobile-column {
    flex-direction: column;
    gap: 20px;
  }
}

.c-form-checkbox {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 20px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 767px) {
  .c-form-checkbox {
    font-size: 14px;
    margin: 0;
  }
}
.c-form-checkbox input[type=checkbox] {
  scale: 1.5;
  margin-right: 5px;
  cursor: pointer;
  flex-shrink: 0;
}
/* プライバシーポリシー同意
   ========================================================================== */
.c-form-privacy {
  background-color: #F5F5F5;
  padding: 30px;
  margin: 20px 0 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-form-privacy {
    padding: 20px;
    margin: 20px 0 30px;
  }
}

.c-form-privacy__text {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #000000;
}
.c-form-privacy__text a {
  color: #000000;
  text-decoration: underline;
}
.c-form-privacy__text a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-form-privacy__text {
    text-align: left;
  }
}

.c-form-privacy__checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  cursor: pointer;
}
.c-form-privacy__checkbox input[type=checkbox] {
  scale: 1.5;
  margin-right: 5px;
}
.c-form-privacy__checkbox span {
  font-size: 15px;
  line-height: 2em;
  font-weight: 500;
  color: #000000;
}
.c-form-privacy__checkbox span a {
  color: #000000;
  text-decoration: underline;
}
.c-form-privacy__checkbox span a:hover {
  text-decoration: none;
}

/* 送信ボタンエリア
   ========================================================================== */
.c-form-submit {
  margin-top: 40px;
}

.c-nav {
  display: flex;
  justify-content: center;
  background-color: rgba(244, 244, 244, 0.9);
  border-radius: 8px;
  padding: 0;
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  .c-nav {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .c-nav {
    margin-bottom: 24px;
    padding: 0;
    justify-content: flex-start;
  }
}

.c-nav__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  background: none;
  border: none;
  padding: 27px 24px;
  min-width: 191px;
  text-decoration: none;
  color: #010101;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (max-width: 1024px) {
  .c-nav__item {
    flex-wrap: wrap;
    width: 33.33333%;
  }
}
@media (max-width: 767px) {
  .c-nav__item {
    width: 50%;
    min-width: auto;
    font-size: 14px;
    padding: 16px 0;
    gap: 10px 0;
  }
  .c-nav__item::after {
    height: 30px;
  }
}
.c-nav__item:hover {
  opacity: 0.7;
}
.c-nav__item + .c-nav__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 47px;
  background-color: #e0e0e0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-nav__item:nth-child(4n)::after {
    content: none;
  }
}
@media (max-width: 767px) {
  .c-nav__item:nth-child(odd)::after {
    display: none;
  }
}

.c-nav__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9em;
  letter-spacing: 0.4em;
  color: #010101;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-nav__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .c-nav__text {
    font-size: 12px;
    letter-spacing: 0.2em;
  }
}

.c-nav__icon {
  width: 8px;
  height: 4px;
  transition: transform 0.3s ease;
}

.c-info {
  text-align: center;
  margin: 51px auto 46px;
}
@media (max-width: 767px) {
  .c-info {
    margin: 24px auto 49px;
    padding: 0 9px;
  }
}

.c-info__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: 0.4em;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-info__text {
    font-size: 14px;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 767px) {
  .c-info__text {
    font-size: 13px;
    line-height: 2.15;
    text-align: left;
  }
}

.c-2col {
  position: relative;
  max-width: 100%;
}
@media (max-width: 767px) {
  .c-2col {
    height: auto;
    padding: 30px 0;
  }
}

.c-2col__inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 10;
  padding-block: 110px;
}
@media (max-width: 767px) {
  .c-2col__inner {
    flex-direction: column;
    gap: 40px;
    padding-block: 0;
  }
}

.c-2col__content {
  position: relative;
  z-index: 10;
  width: 53%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-2col__content {
    width: 100%;
    order: 1;
  }
}

.c-2col__subtitle {
  font-family: "Bebas Neue", Helvetica;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6em;
  line-height: 1;
  color: #000000;
  margin: 0 0 64px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767px) {
  .c-2col__subtitle {
    font-size: 12px;
    margin-bottom: 24px;
  }
}
.c-2col__subtitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  top: 0;
  width: 50vw;
  height: 1px;
  background-color: #cccccc;
  translate: -18px -2px;
  margin-block: auto;
}
@media (max-width: 767px) {
  .c-2col__subtitle::before {
    font-size: 12px;
    translate: -6px -1px;
  }
}

.c-2col__title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.5em;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .c-2col__title {
    font-size: 24px;
    margin-bottom: 33px;
  }
}

.c-2col__lead {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.5em;
  color: #000000;
  margin: 0 0 50px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .c-2col__lead {
    font-size: 18px;
    letter-spacing: 0.3em;
    margin-bottom: 30px;
  }
}

.c-2col__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #000000;
  margin: 0 0 48px;
}
.c-2col__text p + p {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .c-2col__text p + p {
    margin-top: 0.5em;
  }
}
.c-2col__text span {
  display: inline-block;
}
@media (max-width: 767px) {
  .c-2col__text {
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 32px;
  }
}

.c-2col__picture {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .c-2col__picture {
    justify-content: center;
    position: relative;
    height: auto;
    order: 2;
    width: calc(100% + 30px);
  }
}

.c-2col__media {
  position: absolute;
  max-width: none;
  height: min(100%, var(--two-col-media-height, 633px));
  translate: var(--two-col-media-offset-x, -10%) 0;
}
@media (max-width: 767px) {
  .c-2col__media {
    position: relative;
    height: auto;
    width: min(140%, 800px);
    translate: none;
  }
}

.c-2col--reverse .c-2col__inner {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .c-2col--reverse .c-2col__inner {
    flex-direction: column;
  }
}
.c-2col--reverse .c-2col__content {
  text-align: right;
}
@media (max-width: 767px) {
  .c-2col--reverse .c-2col__content {
    order: 1;
  }
}
.c-2col--reverse .c-2col__subtitle::before {
  left: auto;
  right: 0;
  translate: 102% 0;
}
@media (max-width: 767px) {
  .c-2col--reverse .c-2col__subtitle::before {
    bottom: 0;
    left: 100%;
    top: 0;
    width: 50vw;
    height: 1px;
    background-color: #cccccc;
    translate: 6px -1px;
    margin-block: auto;
  }
}
.c-2col--reverse .c-2col__picture {
  justify-content: center;
}
.c-2col--reverse .c-button-frame {
  margin-left: auto;
}

.c-slider-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
  padding-inline: 20px;
}
@media (max-width: 767px) {
  .c-slider-footer {
    margin-top: 40px;
    gap: 12px;
  }
}

.c-slider-progress {
  height: 4px;
  background-color: #d9d9d9;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  width: 280px;
}
@media (max-width: 767px) {
  .c-slider-progress {
    max-width: 200px;
    width: 100%;
  }
}

.c-slider-progress--dark {
  background-color: rgba(255, 255, 255, 0.3);
}

.c-slider-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(26, 107, 255, 0.3);
  transition: transform 0.3s ease;
  transform: translateX(0);
  overflow: hidden;
}
.c-slider-progress-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #1A6BFF;
  transition: none;
}
.c-slider-progress-bar.is-animating::before {
  animation: sliderProgressTimer 3s linear forwards;
}

.c-slider-progress--dark .c-slider-progress-bar {
  background-color: rgba(255, 255, 255, 0.3);
}
.c-slider-progress--dark .c-slider-progress-bar::before {
  background-color: #fff;
}

@keyframes sliderProgressTimer {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.c-slider-button {
  padding: 0 5.5px;
  flex-shrink: 0;
}
.c-slider-button .c-button__content {
  padding: 0 7px 0 13px;
  gap: 8px;
  height: 34px;
  font-size: 11px;
}
.c-slider-button .c-button__content img {
  width: 14px;
}

.c-slider-button--prev .c-button__icon {
  transform: scaleX(-1);
}

.page-top__hero {
  position: relative;
  height: 855px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-top__hero {
    height: max(435px, 80vw);
  }
}

.page-top__hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-top__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .page-top__hero-image {
    object-fit: cover;
    object-position: center;
  }
}

.page-top__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(102, 102, 102, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.page-top__hero-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: min(1240px, 100vw - 30px);
  height: 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  .page-top__hero-content {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .page-top__hero-inner {
    width: 288px;
  }
}

.page-top__hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-top__hero-slider .swiper-wrapper {
  height: 100%;
}
.page-top__hero-slider .swiper-slide {
  height: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.page-top__hero-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.page-top__hero-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-top__hero-title {
  width: clamp(397px, 50vw, 533px);
  aspect-ratio: 533/163;
}
@media (max-width: 767px) {
  .page-top__hero-title {
    width: min(288px, 100%);
    height: auto;
  }
}
.page-top__hero-title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-top__hero-tagline {
  text-transform: uppercase;
  font-family: "Bebas Neue", Helvetica;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6em;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 16px;
  position: relative;
  width: fit-content;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-top__hero-tagline {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .page-top__hero-tagline {
    font-size: 9px;
    margin-bottom: 8px;
  }
}
.page-top__hero-tagline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  top: 0;
  width: 50vw;
  height: 1px;
  background-color: currentColor;
  translate: 10px 0px;
  margin-block: auto;
}
@media (max-width: 767px) {
  .page-top__hero-tagline::before {
    height: 0.5px;
    font-size: 12px;
    translate: 6px 0px;
  }
}

.page-top__hero-slider-indicator {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 62px;
  padding-right: 10px;
  font-family: "Bebas Neue", Helvetica;
  font-size: 18px;
  color: #FFFFFF;
  z-index: 20;
  gap: 3px;
  background-color: rgba(0, 196, 255, 0.9);
}
.page-top__hero-slider-indicator::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 62px;
  border-top: 31px solid rgba(0, 196, 255, 0.9);
  border-right: 23px solid rgba(0, 196, 255, 0.9);
  border-bottom: 31px solid transparent;
  border-left: 23px solid transparent;
  translate: -100% 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-top__hero-slider-indicator {
    width: 48px;
    height: 35px;
    padding-right: 5px;
    font-size: 14px;
  }
  .page-top__hero-slider-indicator::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 26px;
    height: 35px;
    border-top: 17.5px solid rgba(0, 196, 255, 0.9);
    border-right: 13px solid rgba(0, 196, 255, 0.9);
    border-bottom: 17.5px solid transparent;
    border-left: 13px solid transparent;
    translate: -100% 0;
    z-index: 0;
  }
}
.page-top__hero-slider-indicator .current-slide {
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.page-top__hero-slider-indicator .total-slides {
  position: relative;
  z-index: 1;
}
.page-top__hero-slider-indicator .slider-slash {
  position: relative;
  z-index: 1;
  margin: 0 2px;
}

.page-top__about-section {
  --two-col-media-height: 660px;
  overflow: hidden;
}
.page-top__about-section .c-2col__inner {
  padding-block: 77px;
  height: 660px;
}
@media (max-width: 767px) {
  .page-top__about-section .c-2col__inner {
    padding-block: 0;
    height: auto;
  }
}
@media (max-width: 767px) {
  .page-top__about-section .c-2col__lead {
    letter-spacing: 0.26em;
  }
}

.page-top__2col .c-2col__text > span {
  display: inline-block;
}
@media (max-width: 1024px) {
  .page-top__2col .c-2col__text > span {
    display: inline;
  }
}
@media (max-width: 767px) {
  .page-top__2col .c-2col__picture {
    margin-top: -90px;
  }
}

.page-top__bg-text {
  position: absolute;
  left: 0;
  height: 440px;
  width: 100vw;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.page-top__bg-text.bg-text-about {
  background-image: url("/assets/images/common/bg-text/about.svg");
  top: 137px;
}
@media (max-width: 767px) {
  .page-top__bg-text.bg-text-about {
    height: 152px;
    top: 24px;
  }
}
.page-top__bg-text.bg-text-recruitment {
  background-image: url("/assets/images/common/bg-text/recruitment.svg");
  top: 180px;
}
@media (max-width: 767px) {
  .page-top__bg-text.bg-text-recruitment {
    background-image: url("/assets/images/common/bg-text/recruitment-sm.svg");
    height: 280px;
    top: 24px;
  }
}

.page-top__business {
  position: relative;
  padding: 55px 0 55px;
  background-color: #FFFFFF;
  overflow: hidden;
}

.page-top__business-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .page-top__business-container {
    padding: 0;
  }
}

.page-top__business-container-inner {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .page-top__business-container-inner {
    margin-bottom: 35px;
  }
}

.page-top__business-header {
  position: relative;
  height: 100%;
}

.page-top__business-title-en {
  position: relative;
  width: fit-content;
  margin: 0 0 8px;
  font-family: "Bebas Neue", Helvetica;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6em;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-top__business-title-en {
    font-size: 12px;
  }
}
.page-top__business-title-en::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  top: 0;
  width: 100vw;
  height: 1px;
  background-color: #cccccc;
  margin-block: auto;
  translate: 0 -102%;
}

.page-top__business-title-ja {
  font-family: "Noto Sans JP", Helvetica;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.5em;
  line-height: 1.2;
  color: #000000;
  margin: 0;
}
@media (max-width: 767px) {
  .page-top__business-title-ja {
    font-size: 24px;
  }
}

.page-top__business-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .page-top__business-title-wrapper {
    margin-top: 24px;
  }
}

.page-top__business-slider {
  --slider-item-width: 333px;
  width: calc(var(--slider-item-width) * 5);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
@media (max-width: 767px) {
  .page-top__business-slider {
    --slider-item-width: 260px;
  }
}
.page-top__business-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.page-top__business-slider .swiper-slide {
  height: auto;
}

.page-top__business-slide {
  width: var(--slider-item-width);
}

.page-top__business-card {
  position: relative;
  width: var(--slider-item-width);
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0.3;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.swiper-slide-active .page-top__business-card {
  opacity: 1;
}
@media (hover: hover) {
  .page-top__business-card:hover .page-top__business-card-button {
    border-color: #005BFF;
  }
  .page-top__business-card:hover .page-top__business-card-button::before {
    transform: scale(1, 1);
  }
  .page-top__business-card:hover .page-top__business-card-button .page-top__business-card-button-inner {
    color: #005BFF;
  }
}

.page-top__business-card-button {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  margin-inline: auto;
  height: 83px;
  background-color: #005BFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 13px;
  transform: skew(37deg, 0);
  width: 232px;
  z-index: 2;
  border: 2px solid #005BFF;
  transition: border 0.5s ease;
}
@media (max-width: 767px) {
  .page-top__business-card-button {
    width: 211px;
    height: 63px;
  }
}

.page-top__business-card-button-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: fit-content;
  height: 100%;
  transform: skew(-37deg, 0);
  gap: 2px;
  color: #FFFFFF;
  padding: 0 10px;
  transition: color 0.5s ease;
}

.page-top__business-card-id {
  font-family: "Bebas Neue", Helvetica;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-top__business-card-id {
    font-size: 11px;
  }
}

.page-top__business-card-title {
  font-family: "Noto Sans JP", Helvetica;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0;
  translate: 15px 0;
}
@media (max-width: 767px) {
  .page-top__business-card-title {
    font-size: 12px;
  }
}

.page-top__business-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 333/421;
  z-index: 1;
}

.page-top__business-progress-bar {
  width: 25%;
}

.page-top__projects {
  position: relative;
  padding: 76px 0 57px;
  background-image: linear-gradient(-123deg, #00A1D2 0% 82%, #2CB6E0 82% 100%);
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .page-top__projects {
    padding: 23px 0 7px;
    background-image: linear-gradient(-123deg, #00A1D2 0% 63%, #2CB6E0 63% 100%);
  }
}
.page-top__projects .page-top__projects-container {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .page-top__projects .page-top__projects-container {
    padding: 0 20px;
  }
}
.page-top__projects .page-top__projects-header {
  position: relative;
  margin-bottom: 38px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-top__projects .page-top__projects-header {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .page-top__projects .page-top__projects-header {
    margin-bottom: 0;
  }
}
.page-top__projects .page-top__projects-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .page-top__projects .page-top__projects-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.page-top__projects .page-top__projects-title-en {
  display: block;
  font-family: "Bebas Neue", Helvetica;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6em;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}
.page-top__projects .page-top__projects-title-en::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 50vw;
  height: 1px;
  background-color: #cccccc;
  translate: -102% 0;
  margin-block: auto;
}
@media (max-width: 767px) {
  .page-top__projects .page-top__projects-title-en {
    font-size: 12px;
    letter-spacing: 0.4em;
  }
}
.page-top__projects .page-top__projects-title-ja {
  font-family: "Noto Sans JP", Helvetica;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.5em;
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  .page-top__projects .page-top__projects-title-ja {
    font-size: 24px;
    letter-spacing: 0.3em;
  }
}
.page-top__projects .page-top__projects-subtitle {
  font-family: "Noto Sans JP", Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #FFFFFF;
  margin: 0;
}
.page-top__projects .page-top__projects-picture {
  display: block;
  overflow: hidden;
  height: 460px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-top__projects .page-top__projects-picture {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .page-top__projects .page-top__projects-picture {
    height: 484px;
  }
}
.page-top__projects .page-top__projects-image {
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: auto;
  aspect-ratio: 1233/449;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-top__projects .page-top__projects-image {
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .page-top__projects .page-top__projects-image {
    aspect-ratio: 476/393;
  }
}

.page-top__recruit {
  --two-col-media-height: 660px;
  --two-col-media-offset-x: -10%;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-top__recruit {
    --two-col-media-height: 440px;
  }
}
.page-top__recruit .c-2col__lead {
  letter-spacing: 0.2em;
  line-height: 1.6;
}
.page-top__recruit .c-2col__lead > span {
  display: inline-block;
}
.page-top__recruit .c-2col__text {
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-top__recruit .c-2col__text {
    max-width: 326px;
  }
}

.page-top__banners {
  position: relative;
  padding: 68px 0;
  background-image: linear-gradient(-125deg, #00A1D2 0% 84%, #2CB6E0 84% 100%);
}
@media (max-width: 767px) {
  .page-top__banners {
    background-image: linear-gradient(-125deg, #00A1D2 0% 55%, #2CB6E0 55% 100%);
    padding: 45px 0 20px;
  }
}
.page-top__banners .c-button-frame {
  translate: 0 -50%;
  z-index: 1;
}

.page-top__banners-item:hover .c-button--animation-slide::before {
  transform: scale(1, 1);
}
.page-top__banners-item:hover .c-button--animation-slide .c-button__content {
  color: #005BFF;
}
.page-top__banners-item:hover .c-button--animation-slide .c-button__icon {
  color: #005BFF;
  stroke: #005BFF;
}

@media (max-width: 767px) {
  .page-top__banners-container {
    padding: 0 20px;
  }
}

.page-top__banners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-top__banners-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.page-top__banners-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.page-top__banners-image {
  width: 100%;
  aspect-ratio: 390/290;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.page-top__banners-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.page-top__hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.page-top__hero-picture {
  width: 100%;
  height: 100%;
  display: block;
}

.page-company__info {
  padding-top: 100px;
}

.page-company__greeting {
  --two-col-media-height: 784px;
  --two-col-media-offset-x: -15%;
}
.page-company__greeting .c-2col__inner {
  padding-top: 10px;
}
@media (min-width: 1025px) {
  .page-company__greeting .c-2col__content {
    width: 580px;
  }
}
@media (max-width: 1024px) {
  .page-company__greeting .c-2col__text br {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-company__greeting {
    --two-col-media-offset-x: 0;
  }
  .page-company__greeting .c-2col__content {
    text-align: left;
  }
  .page-company__greeting .c-2col__inner {
    padding-top: 0;
  }
  .page-company__greeting .c-2col__text br {
    display: none;
  }
}

.page-company__greeting-signature {
  margin-top: 32px;
  text-align: right;
}
@media (max-width: 767px) {
  .page-company__greeting-signature {
    margin-top: 0;
  }
}

.page-company__greeting-signature-img {
  display: inline-block;
  width: auto;
  height: 32px;
}
@media (max-width: 767px) {
  .page-company__greeting-signature-img {
    height: 24px;
  }
}

.page-company__bg-text {
  position: absolute;
  left: 42px;
  height: 440px;
  width: 100vw;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: url("/assets/images/common/bg-text/president.svg");
  top: 75px;
}
@media (max-width: 767px) {
  .page-company__bg-text {
    background-image: url("/assets/images/common/bg-text/president-sm.svg");
    height: 246px;
    top: 30px;
    left: -2px;
  }
}

.page-company__profile .c-2col__picture {
  align-items: flex-end;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-company__profile .c-2col__picture {
    --two-col-media-offset-x: -17%;
    margin-top: -200px;
  }
}

.page-company__timeline {
  max-width: 1236px;
  margin: 0 auto;
}

.page-company__timeline-item {
  display: flex;
  gap: 30px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 16px;
}
@media (max-width: 767px) {
  .page-company__timeline-item {
    flex-direction: row;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 13px;
  }
}

.page-company__timeline-year {
  display: flex;
  flex-basis: 10em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-company__timeline-year {
    flex-basis: 5em;
    flex-direction: column;
    align-items: flex-start;
  }
}

.page-company__timeline-content {
  flex: 1;
  line-height: 1.7;
}

.page-company__timeline--white .page-company__timeline-item {
  border-bottom-color: #AAEBFF;
}
.page-company__timeline--white .page-company__timeline-year,
.page-company__timeline--white .page-company__timeline-content {
  color: #ffffff;
}

.page-company__details-list {
  display: flex;
  flex-direction: column;
}

.page-company__details-item {
  display: flex;
  border-bottom: 1px solid #e3e3e3;
  line-height: 1.7;
  letter-spacing: 0.2em;
  padding-block: 24px;
}
@media (max-width: 767px) {
  .page-company__details-item {
    padding: 17px 0 13px;
    font-size: 13px;
  }
}

.page-company__details-label {
  white-space: nowrap;
  width: 9em;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-company__details-label {
    font-weight: 700;
  }
}

.page-company__details-text {
  flex-shrink: 1;
  word-break: break-word;
}

.page-company__details-table {
  width: 100%;
  border-collapse: collapse;
}

.page-company__details-table-position {
  padding-right: 2em;
  white-space: nowrap;
}

.page-company__details-table-name {
  white-space: nowrap;
}

.page-company__details-table-bank {
  padding-right: 2em;
  white-space: nowrap;
}

.page-company__details-table-branch {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .page-company__details-table-position,
  .page-company__details-table-bank {
    padding-right: 1em;
  }
}
.page-company__history {
  padding: 80px 0;
  background-image: linear-gradient(-125deg, #00A1D2 0% 65%, #2CB6E0 65% 100%);
  color: #ffffff;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .page-company__history {
    padding: 25px 0 30px;
    margin-top: 18px;
    background-image: linear-gradient(-125deg, #00A1D2 0% 55%, #2CB6E0 55% 100%);
  }
}

.page-company__licenses {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .page-company__licenses {
    padding: 60px 0px 34px;
  }
}

.page-company__access {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .page-company__access {
    padding: 27px 0 21px;
  }
}

.page-company__access-address {
  font-family: "Noto Sans JP", Helvetica;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.page-company__access-address span {
  display: inline-block;
}
@media (max-width: 767px) {
  .page-company__access-address {
    font-size: 13px;
    line-height: 1.5;
  }
}

.page-company__access-link {
  font-size: 16px;
  list-style: none;
  line-height: 1.7em;
  letter-spacing: 0.2em;
  margin: 16px 0 60px;
}
@media (max-width: 767px) {
  .page-company__access-link {
    font-size: 13px;
    line-height: 1.5;
    margin: 13px 0 25px;
  }
}

.page-company__access-link-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000000;
  text-decoration: underline;
  gap: 13px;
}

.page-company__access-link-text {
  display: inline-block;
}

.page-company__access-map {
  width: 100%;
  max-width: 1239px;
  height: 460px;
  margin: 0 auto;
  overflow: hidden;
}
.page-company__access-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.page-business__hero .c-hero__content {
  padding: 100px 0;
}
.page-business__hero .c-hero__title {
  text-align: center;
}

.page-business__services {
  margin-top: 74px;
}
@media (max-width: 767px) {
  .page-business__services {
    margin-block: 45px;
  }
}

.page-business__service-list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 767px) {
  .page-business__service-list {
    gap: 57px;
  }
}

.page-business__service-item {
  display: flex;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-business__service-item {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .page-business__service-item {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.page-business__service-content {
  padding: 31px 0 0 0;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .page-business__service-content {
    padding: 0;
    order: 2;
  }
}

.page-business__service-number {
  display: block;
  font-family: "Bebas Neue", Helvetica;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6em;
  color: #000000;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-business__service-number {
    font-size: 14px;
    letter-spacing: 0.4em;
  }
}
@media (max-width: 767px) {
  .page-business__service-number {
    padding-left: 2px;
    font-size: 12px;
    letter-spacing: 0.4em;
  }
}
.page-business__service-number::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  top: 0;
  width: 50vw;
  height: 1px;
  background-color: #cccccc;
  translate: -15px -1px;
  margin-block: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-business__service-number::before {
    translate: -10px -1px;
  }
}
@media (max-width: 767px) {
  .page-business__service-number::before {
    translate: -7px -1px;
  }
}

.page-business__service-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.5em;
  color: #000000;
  margin: 60px 0 40px;
}
@media (max-width: 1024px) {
  .page-business__service-title {
    font-size: 24px;
    letter-spacing: 0.3em;
    margin: 28px 0 32px;
  }
}

.page-business__service-description {
  max-width: 520px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0.2em;
  color: #000000;
  margin-bottom: 40px;
  padding-right: 2em;
}
@media (max-width: 1024px) {
  .page-business__service-description {
    font-size: 14px;
    padding-right: 1.5em;
  }
}
@media (max-width: 767px) {
  .page-business__service-description {
    font-size: 13px;
    max-width: 100%;
    letter-spacing: 0.1em;
    margin-bottom: 22px;
    padding-right: 0;
  }
}

.page-business__service-image {
  position: relative;
  height: 448px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-business__service-image {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .page-business__service-image {
    order: 1;
    height: auto;
  }
}
.page-business__service-image img {
  height: 100%;
  object-fit: cover;
  object-position: right;
  width: calc(100% + 100px);
  max-width: none;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .page-business__service-image img {
    aspect-ratio: 719/448;
    translate: 28px 0;
    width: 100%;
    max-height: 400px;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .page-business__service-content .c-button {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .page-works__nav {
    margin-bottom: 49px;
  }
}

.page-works__category-section {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 77px;
}
@media (max-width: 767px) {
  .page-works__category-section {
    gap: 17px;
    margin-bottom: 27px;
  }
}

.page-works__category-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.4em;
  color: #000000;
  margin-bottom: 45px;
  position: relative;
}
.page-works__category-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  margin-block: auto;
  width: 50vw;
  height: 1px;
  translate: -102% 0;
  background-color: #CCCCCC;
}
@media (max-width: 767px) {
  .page-works__category-title {
    font-size: 24px;
    margin-bottom: 35px;
  }
}

.page-works__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
.page-works__list .page-works__list-item:nth-child(n+6) {
  display: none;
}
.page-works__list.is-expanded .page-works__list-item {
  display: flex;
}
@media (max-width: 767px) {
  .page-works__list {
    margin-bottom: 22px;
    gap: 17px;
  }
}

.page-works__list-item {
  display: flex;
  gap: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E3E3E3;
  text-decoration: none;
  color: #000000;
  line-height: 170%;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767px) {
  .page-works__list-item {
    flex-direction: column;
    gap: 0;
    padding: 0 0 14px;
    font-size: 13px;
  }
}

.page-works__list-date {
  width: 234px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-works__list-date {
    font-size: 11px;
    margin-bottom: 8px;
  }
}

.page-works__list-client {
  width: 220px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-works__list-client {
    font-size: 11px;
    margin-bottom: 8px;
    width: 100%;
  }
}

.page-works__more {
  text-align: center;
}
@media (max-width: 767px) {
  .page-works__more {
    margin-bottom: 30px;
  }
}

/* ==========================================================================
   お問い合わせページ
   ========================================================================== */
/* フォームセクション
   ========================================================================== */
.page-contact__form {
  background-color: #ffffff;
  padding: 80px 0 120px;
}
@media (max-width: 767px) {
  .page-contact__form {
    padding: 24px 0 40px;
  }
}

.page-contact__lead {
  font-size: 16px;
  line-height: 1.9em;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 60px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .page-contact__lead {
    font-size: 13px;
    margin-bottom: 19px;
    padding: 0 9px;
    text-align: left;
  }
}

/* 電話番号ボックス
   ========================================================================== */
.page-contact__phone-box {
  max-width: 610px;
  margin: 0 auto 60px;
  background-color: #fff;
  border: 2px solid #00A1D2;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
}
@media (max-width: 767px) {
  .page-contact__phone-box {
    margin-bottom: 47px;
    padding: 20px;
    gap: 20px;
    height: 108px;
  }
}

.page-contact__phone-icon {
  flex-shrink: 0;
  width: 47px;
  height: 47px;
  display: block;
}

.page-contact__phone-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.page-contact__phone-text {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  color: #000000;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .page-contact__phone-text {
    font-size: 12px;
  }
}

.page-contact__phone-number {
  font-size: 26px;
  font-weight: 700;
  color: #00A1D2;
  text-decoration: none;
  margin: 0;
  line-height: 1;
  transition: opacity 0.3s ease;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .page-contact__phone-number {
    font-size: 24px;
  }
}
.page-contact__phone-number:hover {
  opacity: 0.8;
}

.page-contact__phone-hours {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  color: #454545;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .page-contact__phone-hours {
    font-size: 10px;
  }
}

/* お問い合わせ確認ページのスタイル
   ========================================================================== */
.page-contact-confirm__form {
  background-color: #ffffff;
  padding: 51px 0 80px;
}
@media (max-width: 767px) {
  .page-contact-confirm__form {
    padding: 24px 0 55px;
  }
}

.page-contact-confirm__message {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.9rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 85px;
}
@media (max-width: 767px) {
  .page-contact-confirm__message {
    font-size: 16px;
    padding: 0 8px;
    text-align: left;
    letter-spacing: 0.2em;
    margin-bottom: 24px;
  }
}

.page-contact-confirm__form-data-group {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page-contact-confirm__form-data-group {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}

.page-contact-confirm__form-data-label {
  margin-bottom: 14px;
  color: #000000;
}

.page-contact-confirm__form-data-label.is-text-content {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .page-contact-confirm__form-data-label.is-text-content {
    margin-bottom: 19px;
  }
}

.page-contact-confirm__form-data-item {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  margin: 0 20px;
  color: #666666;
}
@media (max-width: 767px) {
  .page-contact-confirm__form-data-item {
    font-size: 15px;
    margin: 0 14px;
  }
}

.page-contact-confirm__buttons {
  margin-top: 85px;
  display: flex;
  gap: 26px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .page-contact-confirm__buttons {
    flex-direction: column-reverse;
    gap: 22px;
    margin-top: 52px;
  }
}

.page-contact-confirm__back {
  width: 155px;
}
@media (max-width: 767px) {
  .page-contact-confirm__back {
    width: 233px;
  }
}

.page-contact-confirm__submit {
  width: 219px;
}
@media (max-width: 767px) {
  .page-contact-confirm__submit {
    width: 233px;
  }
}

.page-contact-confirm__button-content {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .page-contact-confirm__button-content.is-submit {
    display: flex;
    gap: 32px;
    justify-content: center;
    translate: 20px 0;
  }
}

.page-interview__hero-container {
  height: 100%;
  display: flex;
}
.page-interview__hero-container.end {
  justify-content: flex-end;
}
.page-interview__hero-container.start {
  justify-content: flex-start;
}

.page-interview__hero-text-wrapper {
  align-items: flex-start;
  padding: 120px 0 0;
  translate: 40px 0;
}
@media (max-width: 767px) {
  .page-interview__hero-text-wrapper {
    translate: 0;
    padding: 0 0 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    position: relative;
  }
}

.page-interview__hero-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 116px;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .page-interview__hero-title {
    position: absolute;
    bottom: -45px;
    right: -15px;
    overflow: hidden;
    font-size: 76px;
    letter-spacing: 0.03em;
  }
}

.page-interview__hero-label-wrapper {
  display: flex;
  gap: 17px 0;
  max-width: 600px;
  flex-wrap: wrap;
}

.page-interview__hero-label {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: rgba(0, 91, 255, 0.9);
  width: fit-content;
  padding-left: 6px;
}
@media (max-width: 767px) {
  .page-interview__hero-label {
    font-size: 24px;
    padding-inline: 5px;
  }
}

.page-interview__hero-profile-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 17px 22px 14px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  width: fit-content;
  margin-top: 27px;
}
@media (max-width: 767px) {
  .page-interview__hero-profile-wrapper {
    font-size: 12px;
    padding: 10px 27px 6px;
    gap: 4px;
  }
}

.page-interview__content {
  padding: 32px 0 100px;
}
@media (max-width: 767px) {
  .page-interview__content {
    padding: 27px 0 50px;
  }
}

.page-interview__content-inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 767px) {
  .page-interview__content-inner {
    gap: 40px;
  }
}

.page-interview__qa-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 767px) {
  .page-interview__qa-wrap {
    gap: 40px;
  }
}

.page-interview__qa-item {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
@media (max-width: 767px) {
  .page-interview__qa-item {
    gap: 10px;
  }
}

.page-interview__qa-header {
  display: flex;
  align-items: center;
  gap: 21px;
}
@media (max-width: 767px) {
  .page-interview__qa-header {
    gap: 16px;
    align-items: flex-start;
  }
}

.page-interview__qa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background-color: rgba(0, 91, 255, 0.9);
  color: #ffffff;
  font-family: noto-sans-jp;
  font-size: 28px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-interview__qa-icon {
    width: 33px;
    height: 33px;
    font-size: 21px;
  }
}

.page-interview__qa-question {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000000;
  margin: 0;
}
@media (max-width: 767px) {
  .page-interview__qa-question {
    font-size: 18px;
  }
}

.page-interview__qa-answer {
  padding-left: 74px;
}
@media (max-width: 767px) {
  .page-interview__qa-answer {
    padding-left: 0;
  }
}
.page-interview__qa-answer p {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  color: #666666;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .page-interview__qa-answer p {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
.page-interview__qa-answer p:last-child {
  margin-bottom: 0;
}

.page-interview__image {
  margin-top: 83px;
}
@media (max-width: 767px) {
  .page-interview__image {
    margin-top: 38px;
  }
}
.page-interview__image img {
  display: block;
  width: min(744px, 100%);
  height: auto;
  margin: 0 auto;
}

.page-interview__schedule {
  padding: 100px 0;
  background-image: linear-gradient(-125deg, #00A1D2 0% 75%, #2CB6E0 75% 100%);
}
@media (max-width: 767px) {
  .page-interview__schedule {
    padding: 27px 0 53px;
    background-image: linear-gradient(-125deg, #00A1D2 0% 45%, #2CB6E0 45% 100%);
  }
}

.page-interview__timeline {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 47px;
}
@media (max-width: 767px) {
  .page-interview__timeline {
    gap: 39px;
  }
}

.page-interview__timeline-item {
  display: flex;
  gap: 67px;
}
@media (max-width: 767px) {
  .page-interview__timeline-item {
    flex-direction: column;
    gap: 17px;
  }
}

.page-interview__timeline-time-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 165px;
  height: 48px;
  font-family: "Noto Sans JP", Helvetica;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transform: skew(37deg, 0);
  background-color: rgba(255, 255, 255, 0.9);
}
.page-interview__timeline-time-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  margin-block: auto;
  width: 84vw;
  height: 1px;
  translate: 100% 0;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .page-interview__timeline-time-wrap {
    font-size: 16px;
    max-width: 100px;
    height: 38px;
    translate: 15px 0;
  }
}

.page-interview__timeline-time-frame {
  padding: 0 20px;
  width: fit-content;
}
@media (max-width: 767px) {
  .page-interview__timeline-time-frame {
    padding: 0 10px;
  }
}

.page-interview__timeline-time-content {
  font-size: 20px;
  font-weight: 700;
  color: #00A1D2;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.2em;
  transform: skew(-37deg, 0);
  width: 90px;
  translate: 5px 0;
}
@media (max-width: 767px) {
  .page-interview__timeline-time-content {
    font-size: 16px;
  }
}

.page-interview__timeline-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  color: #ffffff;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .page-interview__timeline-content {
    margin-top: 0;
    margin-left: 30px;
    padding-right: 10px;
    gap: 16px;
  }
}
.page-interview__timeline-content-title {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-interview__timeline-content-title {
    font-size: 16px;
  }
}
.page-interview__timeline-content-text {
  font-size: 16px;
}
@media (max-width: 767px) {
  .page-interview__timeline-content-text {
    font-size: 12px;
  }
}

.page-interview__bg-text {
  position: absolute;
  height: 440px;
  width: 100vw;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: 1;
  top: 57px;
  left: -43px;
  background-image: url("/assets/images/common/bg-text/schedule.svg");
}
@media (max-width: 767px) {
  .page-interview__bg-text {
    display: none;
  }
}

.page-interview__message {
  --two-col-media-offset-x: -5%;
  margin-block: 100px;
}
@media (max-width: 767px) {
  .page-interview__message {
    height: auto;
    padding: 60px 0;
  }
}

.page-recruit__message {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-recruit__message {
    margin-bottom: 25px;
    padding: 30px 0 0;
  }
}

.page-recruit__message-inner {
  gap: 100px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-recruit__message-inner {
    gap: 30px;
  }
}

.page-recruit__message-content {
  flex-shrink: 1;
}

.page-recruit__message-lead {
  line-height: 2.8;
  color: #000000;
  letter-spacing: 0.2em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-recruit__message-lead {
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.page-recruit__lead-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .page-recruit__lead-wrapper {
    font-size: 23px;
  }
}
.page-recruit__lead-wrapper.sm-only {
  display: none;
}
@media (max-width: 767px) {
  .page-recruit__lead-wrapper.sm-only {
    display: flex;
  }
}
@media (max-width: 767px) {
  .page-recruit__lead-wrapper.pc-only {
    display: none;
  }
}

.page-recruit__lead {
  line-height: 2em;
  background-color: rgba(0, 91, 255, 0.9);
  color: #fff;
  width: fit-content;
  padding: 0 6px;
}

.page-recruit__bg-text {
  position: absolute;
  height: 440px;
  width: 100vw;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.page-recruit__bg-text.bg-text-message {
  background-image: url("/assets/images/common/bg-text/message.svg");
  top: 185px;
  left: -32px;
}
@media (max-width: 767px) {
  .page-recruit__bg-text.bg-text-message {
    background-image: url("/assets/images/common/bg-text/message-sm.svg");
    top: 30px;
    left: -16px;
    height: 252px;
  }
}
.page-recruit__bg-text.bg-text-interview {
  background-image: url("/assets/images/common/bg-text/interview.svg");
  top: 57px;
  left: -37px;
}
@media (max-width: 767px) {
  .page-recruit__bg-text.bg-text-interview {
    display: none;
  }
}

.page-recruit__nav {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .page-recruit__nav {
    margin-bottom: 24px;
  }
}

.page-recruit__work {
  background-color: transparent;
}

.page-recruit__work-text__small {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .page-recruit__work-text__small {
    font-size: 12px;
  }
}
.page-recruit__work-text span {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-recruit__work-text span {
    display: inline;
  }
}

.page-recruit__interview {
  position: relative;
  padding: 80px 0 55px;
  color: #fff;
  background-image: linear-gradient(-125deg, #00A1D2 0% 84%, #2CB6E0 84% 100%);
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-recruit__interview {
    padding: 27px 0 55px;
    background-image: linear-gradient(-125deg, #00A1D2 0% 46%, #2CB6E0 46% 100%);
  }
}

.page-recruit__interview-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-recruit__interview-container {
    padding: 0;
  }
}

.page-recruit__interview-container-inner {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .page-recruit__interview-container-inner {
    margin-bottom: 35px;
  }
}

.page-recruit__interview-slider {
  --slider-item-width: 420px;
  width: calc(var(--slider-item-width) * 5);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 2 !important;
}
@media (max-width: 767px) {
  .page-recruit__interview-slider {
    --slider-item-width: 355px;
  }
}
.page-recruit__interview-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.page-recruit__interview-slider .swiper-slide {
  width: var(--slider-item-width);
  height: auto;
}

.page-recruit__interview-item {
  display: flex;
  width: 100%;
  height: 445px;
  position: relative;
  justify-content: flex-end;
  color: #fff;
}
@media (max-width: 767px) {
  .page-recruit__interview-item {
    height: 348px;
  }
}

.page-recruit__interview-item__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 22px;
  position: absolute;
  margin-bottom: 30px;
  left: 0;
  z-index: 10;
}

.page-recruit__interview-item__title {
  font-size: 16px;
  letter-spacing: 0.6em;
  font-family: "Bebas Neue", Helvetica;
}
@media (max-width: 767px) {
  .page-recruit__interview-item__title {
    font-size: 12px;
  }
}

.page-recruit__interview-item__number {
  font-size: 76px;
  font-weight: 700;
  line-height: 62px;
  font-family: "Bebas Neue", Helvetica;
}
@media (max-width: 767px) {
  .page-recruit__interview-item__number {
    font-size: 54px;
  }
}

.page-recruit__interview-link:hover .page-recruit__interview-item__detail::before {
  transform: scale(1, 1);
}
.page-recruit__interview-link:hover .page-recruit__interview-item__detail .page-recruit__interview-item__detail-inner {
  color: #005BFF;
}

.page-recruit__interview-item__image {
  height: 418px;
  width: 334px;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .page-recruit__interview-item__image {
    height: 325px;
    width: auto;
    aspect-ratio: 259/325;
    margin-right: 55px;
  }
}

.page-recruit__interview-item__detail-frame {
  padding: 0 26px;
  width: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
}

.page-recruit__interview-item__detail {
  background-color: #005BFF;
  width: 230px;
  height: 70px;
  cursor: pointer;
  transform: skew(37deg, 0);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.2em;
  border: 2px solid #005BFF;
  transition: border 0.5s ease;
}
@media (max-width: 767px) {
  .page-recruit__interview-item__detail {
    width: 211px;
    height: 58px;
    right: 20px;
  }
}

.page-recruit__interview-item__detail-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 11px 0;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
  width: fit-content;
  z-index: 2;
  position: relative;
  transition: color 0.5s ease;
}

.page-recruit__interview-item__detail-profile {
  font-size: 12px;
  transform: skew(-37deg, 0);
}
@media (max-width: 767px) {
  .page-recruit__interview-item__detail-profile {
    font-size: 13px;
  }
}

.page-recruit__interview-item__detail-name {
  font-size: 15px;
  transform: skew(-37deg, 0);
}
@media (max-width: 767px) {
  .page-recruit__interview-item__detail-name {
    font-size: 12px;
  }
}

.page-recruit__interview-progress-bar {
  width: 20%;
}

.page-recruit__requirements {
  padding: 100px 0 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .page-recruit__requirements {
    padding: 40px 0 0;
  }
}

.page-recruit__requirements-content {
  display: flex;
  justify-content: center;
  border-radius: 8px;
  padding: 0;
  margin-bottom: 61px;
}
@media (max-width: 767px) {
  .page-recruit__requirements-content {
    height: 61px;
    margin-bottom: 30px;
  }
}

.page-recruit__requirements-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  background-color: #F4F4F4;
  border: none;
  padding: 27px 24px;
  min-width: 191px;
  text-decoration: none;
  color: #010101;
  cursor: pointer;
  transition: opacity 0.3s ease;
  aspect-ratio: 579/103;
}
.page-recruit__requirements-button:hover {
  opacity: 0.7;
}
.page-recruit__requirements-button.is-active {
  background-color: #005BFF;
  color: #fff;
}
.page-recruit__requirements-button.is-active .page-recruit__requirements-button-text {
  color: #fff;
}
.page-recruit__requirements-button.is-active .page-recruit__requirements-button-icon {
  color: #fff;
}
@media (max-width: 767px) {
  .page-recruit__requirements-button {
    padding: 16px 0 8px;
    gap: 8px;
  }
}

.page-recruit__requirements-button-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9em;
  letter-spacing: 0.4em;
  color: #010101;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .page-recruit__requirements-button-text {
    font-size: 12px;
  }
}

.page-recruit__requirements-button-icon {
  width: 8px;
  height: 4px;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #010101;
}

.page-recruit__requirements-panels {
  position: relative;
}

.page-recruit__requirements-panel {
  display: none;
  animation: fadeIn 0.3s ease;
}
.page-recruit__requirements-panel.is-active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-recruit__requirements-panel-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 767px) {
  .page-recruit__requirements-panel-wrap {
    padding: 0 2px;
  }
}

.page-recruit__requirements-panel-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E9E9E9;
  padding-block: 17px;
  gap: 48px;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .page-recruit__requirements-panel-item {
    font-size: 13px;
    gap: 14px;
    padding-block: 16px;
  }
}

.page-recruit__requirements-panel-item__title-wrap {
  width: max(16.6666666667%, 100px);
}

.page-recruit__requirements-panel-item__title {
  font-weight: 700;
}

.page-recruit__requirements-panel-item__text-wrap {
  width: 87.6666666667%;
}

.page-contact-thanks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 120px 0 50px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #333;
}
@media (max-width: 767px) {
  .page-contact-thanks {
    padding: 60px 0 40px;
  }
}

.page-contact-thanks__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.086;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-contact-thanks__title {
    font-size: 22px;
    margin-bottom: 27px;
  }
}

.page-contact-thanks__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 120px;
  max-width: 700px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .page-contact-thanks__text {
    font-size: 15px;
    margin-bottom: 60px;
    padding-inline: 10px;
  }
}

.page-privacy__content {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .page-privacy__content {
    margin: 24px 0;
  }
}

.page-privacy__content-container {
  max-width: 1080px;
}

.page-privacy__intro {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .page-privacy__intro {
    font-size: 13px;
    letter-spacing: 0.2em;
    width: calc(100% - 18px);
    margin: 0 auto 24px;
  }
}

.page-privacy__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.page-privacy__content-item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .page-privacy__content-item {
    padding-bottom: 24px;
  }
}

.page-privacy__content-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 2.5;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .page-privacy__content-title {
    font-size: 13px;
    line-height: 2.5;
    margin-bottom: 18px;
  }
}

.page-privacy__content-text {
  font-size: 14px;
  line-height: 2.5;
  color: #666666;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .page-privacy__content-text {
    line-height: 1.8;
    padding-left: 10px;
  }
}
.page-privacy__content-text .sp-only {
  display: none;
}
@media (max-width: 767px) {
  .page-privacy__content-text .sp-only {
    display: block;
  }
}

.page-privacy__content-list {
  list-style-type: decimal;
  padding-left: 15px;
}

.page-privacy__list--marginTop {
  margin-top: 10px;
}

.page-privacy__content-end {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #000000;
  margin-top: 24px;
  text-align: end;
}
@media (max-width: 767px) {
  .page-privacy__content-end {
    font-size: 14px;
    margin-top: 13px;
  }
}

.old-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 92px;
}
@media (max-width: 767px) {
  .old-page {
    padding-top: 68px;
  }
}

.old-page__company-logo {
  max-width: 353px;
  margin-bottom: 89px;
}
@media (max-width: 767px) {
  .old-page__company-logo {
    max-width: 283px;
    margin-bottom: 47px;
  }
}

.old-page__message {
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .old-page__message {
    text-align: start;
    font-size: 13px;
    letter-spacing: 0.2em;
  }
}

.old-page__link {
  color: inherit;
  text-decoration: underline;
}

.page-not-found {
  padding-top: 72px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-not-found {
    padding-top: 54px;
  }
}

.page-not-found__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 200px 0 125px;
  color: #333333;
}
@media (max-width: 767px) {
  .page-not-found__content {
    width: calc(100% - 40px);
    padding: 119px 0 90px;
  }
}

.page-not-found__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .page-not-found__message {
    padding-bottom: 91px;
  }
}

.page-not-found__error-number {
  font-size: 50px;
  font-weight: bold;
  line-height: 27%;
  letter-spacing: 0.1em;
}

.page-not-found__title {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page-not-found__title {
    font-size: 18px;
  }
}
.page-not-found__title span {
  display: inline;
}
@media (max-width: 767px) {
  .page-not-found__title span {
    display: block;
  }
}

.page-not-found__description {
  font-size: 16px;
}
.page-not-found__description span {
  display: block;
}
@media (max-width: 767px) {
  .page-not-found__description span {
    display: inline;
  }
}

.page-not-found__button {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .page-not-found__button {
    font-size: 14px;
  }
}.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
