@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --color-blue: #005bac;
  --color-white: #fff;
  --color-black: #202020;
  --color-black02: #5a636b;
  --color-gray: #dfe5e9;
  --color-sub-white: #f5f7f9;
  --max-inner: 1184rem;
  --noto-sans: "Noto Sans JP", sans-serif;
}

html {
  min-height: 100vh;
  overflow-x: clip;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  html {
    font-size: 0.0732064422vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 0.2666666667vw;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 1.23px;
  }
}

body {
  background: var(--color-white);
  font-size: 16rem;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color-black);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

a {
  cursor: pointer;
}

::selection {
  background: #333;
  color: #fff;
}

[data-line] {
  display: inline-block;
  position: relative;
}
[data-line]::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0%;
  height: 1px;
  background: var(--color-black);
  transition: all 0.4s ease;
}
@media (hover: hover) {
  [data-line]:hover::before {
    width: 100%;
  }
}

[data-blank] {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12rem;
  position: relative;
}
[data-blank]::before {
  content: "";
  display: block;
  width: 17rem;
  height: 12rem;
  background: url("../images/icons/window.svg") center no-repeat;
  background-size: contain;
}
[data-blank]::after {
  content: "";
  display: block;
  position: absolute;
  left: 30rem;
  bottom: 6px;
  width: 0%;
  height: 1px;
  background: var(--color-black);
  transition: all 0.4s ease;
}
@media (hover: hover) {
  [data-blank]:hover::after {
    width: calc(100% - 30rem);
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 100;
}
@media (max-width: 767px) {
  .l-header {
    border-bottom: 1px var(--color-gray) solid;
    border-radius: 0 0 3rem 3rem;
  }
}

.l-header__logo a {
  display: block;
  width: 130rem;
}
@media (max-width: 767px) {
  .l-header__logo a {
    width: 90rem;
  }
}
.l-header__logo a img {
  width: 100%;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18rem 40rem 18rem 30rem;
}
@media (max-width: 767px) {
  .l-header__inner {
    padding: 17rem 20rem 17rem 20rem;
  }
}

.l-header__ul {
  display: flex;
  align-items: center;
  gap: 40rem;
}
@media (max-width: 767px) {
  .l-header__ul {
    display: none;
  }
}

.l-header__list {
  font-size: 14rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.l-header__list.is-current {
  pointer-events: none;
  position: relative;
}
.l-header__list.is-current::after {
  content: "";
  position: absolute;
  top: -28.4rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-blue);
}

@media (hover: hover) {
  .l-header__list--recruit [data-line]:hover::before {
    width: calc(100% - 21rem);
  }
}
.l-header__list--recruit a {
  display: flex;
  align-items: center;
  gap: 7rem;
}
.l-header__list--recruit svg {
  width: 15rem;
  height: auto;
}

.l-header__mobile-button {
  width: 24rem;
  height: 14rem;
  position: relative;
}

.l-header__mobile-button-line {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-blue);
  transition: all 0.4s ease;
}
.l-header__mobile-button-line:nth-of-type(1) {
  top: 0;
}
.l-header__mobile-button-line:nth-of-type(2) {
  top: 7rem;
}
.l-header__mobile-button-line:nth-of-type(3) {
  top: 14rem;
}

.l-header__mobile-button.is-active .l-header__mobile-button-line:nth-of-type(1) {
  top: 7rem;
  transform: rotate(45deg);
}
.l-header__mobile-button.is-active .l-header__mobile-button-line:nth-of-type(2) {
  opacity: 0;
}
.l-header__mobile-button.is-active .l-header__mobile-button-line:nth-of-type(3) {
  top: 7rem;
  transform: rotate(-45deg);
}

.l-footer {
  width: 100%;
  background: var(--color-sub-white);
  border-top: 1px var(--color-gray) solid;
  padding: 0 0 56rem;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 0 0 70rem;
  }
}

.l-footer__inner {
  max-width: 1286rem;
  margin: auto;
}
@media (max-width: 767px) {
  .l-footer__inner {
    padding-inline: 24rem;
  }
}

.l-footer__breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px var(--color-gray) solid;
  margin-bottom: 71rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-footer__breadcrumb {
    margin-bottom: 74rem;
  }
}
.l-footer__breadcrumb::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 57rem;
  height: 1px;
  background: var(--color-blue);
}

.l-footer__breadcrumb-body {
  width: calc(100% - 160rem);
}
@media (max-width: 767px) {
  .l-footer__breadcrumb-body {
    width: calc(100% - 14rem);
  }
}

.l-footer__backtop button {
  display: flex;
  align-items: center;
  gap: 10rem;
}
@media (hover: hover) {
  .l-footer__backtop button:hover svg {
    animation: scrollUp 0.6s ease forwards;
    -webkit-animation: scrollUp 0.6s ease forwards;
  }
}
.l-footer__backtop svg {
  width: 14rem;
  height: auto;
  position: relative;
  top: 2rem;
}
.l-footer__backtop span {
  font-size: 12rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .l-footer__backtop span {
    display: none;
  }
}

@keyframes scrollUp {
  0% {
    opacity: 1;
    transform: translateY(0rem);
  }
  50% {
    opacity: 0;
    transform: translateY(-5rem);
  }
  55% {
    opacity: 0;
    transform: translateY(10rem);
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
.l-footer__contents {
  display: flex;
  justify-content: space-between;
  max-width: 1225rem;
  margin: auto;
  margin-bottom: 114rem;
}
@media (max-width: 767px) {
  .l-footer__contents {
    flex-direction: column;
    align-items: center;
    gap: 70rem;
    margin-bottom: 46rem;
  }
}

.l-footer__logo {
  width: 284rem;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 215rem;
    text-align: center;
  }
}
.l-footer__logo img {
  width: 100%;
  margin-bottom: 23rem;
}
@media (max-width: 767px) {
  .l-footer__logo img {
    margin-bottom: 12rem;
  }
}
.l-footer__logo p {
  font-size: 16rem;
  font-weight: 600;
  color: var(--color-blue);
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .l-footer__logo p {
    font-size: 14rem;
  }
}

.l-footer__nav {
  position: relative;
  top: 12rem;
}
@media (max-width: 767px) {
  .l-footer__nav {
    top: 0;
  }
}

.l-footer__ul {
  display: flex;
  align-items: center;
  gap: 30rem;
}
@media (max-width: 767px) {
  .l-footer__ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.l-footer__list {
  font-size: 16rem;
  line-height: 1;
  letter-spacing: 0.07em;
}

@media (hover: hover) {
  .l-footer__list--recruit [data-line]:hover::before {
    width: calc(100% - 21rem);
  }
}
.l-footer__list--recruit a {
  display: flex;
  align-items: center;
  gap: 7rem;
}
.l-footer__list--recruit svg {
  width: 15rem;
  height: auto;
}

.l-footer__etc {
  display: flex;
  justify-content: flex-end;
  gap: 40rem;
}
@media (max-width: 767px) {
  .l-footer__etc {
    flex-direction: column;
    align-items: center;
    gap: 30rem;
  }
}

.l-footer__privacy,
.l-footer__copy {
  font-size: 12rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.l-footer__popup {
  cursor: pointer;
  width: fit-content;
  background: var(--color-white);
  border-radius: 2rem;
  position: relative;
  padding: 13rem 20rem;
  margin-left: auto;
  margin-top: 34rem;
}
@media (max-width: 767px) {
  .l-footer__popup {
    padding: 16rem 12rem;
  }
}
@media (hover: hover) {
  .l-footer__popup:hover button::before {
    width: calc(100% - 25rem);
  }
}
.l-footer__popup button {
  display: flex;
  align-items: center;
  gap: 10rem;
  font-size: 12rem;
  color: var(--color-black02);
  line-height: 1.8;
  letter-spacing: 0.02em;
  position: relative;
}
.l-footer__popup button::before {
  content: "";
  display: block;
  position: absolute;
  left: 27rem;
  bottom: 2px;
  width: 0%;
  height: 1px;
  background: #5a636b;
  opacity: 0.5;
  transition: all 0.4s ease;
}
.l-footer__popup svg {
  width: 17rem;
  height: auto;
}

.l-menu {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding-top: 90rem;
  padding-inline: 24rem;
  z-index: 99;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .l-menu {
    display: none;
  }
}
.l-menu.is-active {
  opacity: 1;
  pointer-events: auto;
}

.l-menu__li a {
  display: flex;
  border-bottom: 1px var(--color-gray) solid;
  font-size: 20rem;
  line-height: 2;
  letter-spacing: 0.02em;
  padding-block: 22rem;
  position: relative;
}
@media (max-width: 500px) and (max-height: 700px) {
  .l-menu__li a {
    padding-block: 16rem;
  }
}
.l-menu__li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7rem;
  transform: translateY(-50%);
  width: 55rem;
  height: 55rem;
  background: url("../images/icons/menu-arrow.svg") center no-repeat;
  background-size: contain;
}

.l-menu__li--recruit a::after {
  content: "";
  background: url("../images/icons/menu-blank.svg") center no-repeat;
  background-size: contain;
}

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

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-en {
  font-family: "Inter", sans-serif;
}

.u-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  border: 0;
}

.u-inner-space {
  padding-inline: 8rem;
}
@media (max-width: 767px) {
  .u-inner-space {
    padding-inline: 3rem;
  }
}

.u-gradation-hover {
  color: transparent;
  background: linear-gradient(90deg, var(--color-blue) 20%, var(--color-white) 30%);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 500% 500%;
  background-position: 45% 0%;
  transition: background 0.6s ease;
}
@media (hover: hover) {
  .u-gradation-hover:hover {
    background-position: 0% 0%;
  }
}

.u-gradation-hover-black {
  color: transparent;
  background: linear-gradient(90deg, var(--color-blue) 20%, var(--color-black) 30%);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 500% 500%;
  background-position: 45% 0%;
  transition: background 0.6s ease;
}
@media (hover: hover) {
  .u-gradation-hover-black:hover {
    background-position: 0% 0%;
  }
}

.u-youtube-iframe {
  width: 100%;
  height: 63rem;
}
@media (max-width: 767px) {
  .u-youtube-iframe {
    height: 22rem;
  }
}

.c-primary-title__group {
  display: flex;
  flex-direction: column;
  gap: 18rem;
}
@media (max-width: 767px) {
  .c-primary-title__group {
    gap: 10rem;
  }
}

.c-primary-title__en {
  font-size: 50rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .c-primary-title__en {
    font-size: 38rem;
  }
}

.c-primary-title__ja {
  display: flex;
  align-items: center;
  gap: 14rem;
  font-size: 14rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
}
.c-primary-title__ja::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--color-blue);
  border-radius: 100vmax;
  position: relative;
  top: 1px;
}

.c-primary-hero {
  margin-bottom: 80rem;
  padding-top: 160rem;
}
@media (max-width: 767px) {
  .c-primary-hero {
    padding-top: 130rem;
    padding-inline: 24rem;
    margin-bottom: 40rem;
  }
}

.c-primary-hero__inner {
  max-width: var(--max-inner);
  margin: auto;
  border-bottom: 1px var(--color-gray) solid;
  position: relative;
  padding-bottom: 10rem;
}
.c-primary-hero__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 57rem;
  height: 1px;
  background: var(--color-blue);
}

.c-primary-hero__contents {
  margin-bottom: 20rem;
}

.c-primary-hero__title {
  font-size: 18rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 16rem;
}

.c-primary-hero__sub {
  font-size: 70rem;
  font-weight: 700;
  color: var(--color-blue);
  line-height: 1.2;
  letter-spacing: 0.01;
}
@media (max-width: 767px) {
  .c-primary-hero__sub {
    font-size: 56rem;
  }
}

.c-common-button {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 16rem;
  position: relative;
}

@media (hover: hover) {
  [data-common-button=true]:hover .c-common-button__round {
    width: 100%;
  }
  [data-common-button=true]:hover .c-common-button__text {
    color: #fff;
  }
}

[data-common-button=false] {
  pointer-events: none;
}

.c-common-button__round {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 38rem;
  height: 38rem;
  background: var(--color-blue);
  border-radius: 100vmax;
  overflow: hidden;
  z-index: 0;
  transition: all 0.4s ease;
}
.c-common-button__round svg {
  position: absolute;
  top: 16rem;
  left: 13rem;
  width: 10.5rem;
  height: auto;
}

.c-common-button__text {
  font-size: 14rem;
  font-weight: 600;
  color: var(--color-blue);
  line-height: 2.2;
  position: relative;
  padding-left: 54rem;
  padding-right: 20rem;
  transition: all 0.4s ease;
  z-index: 1;
}

.c-blank-button {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 16rem;
  position: relative;
}

@media (hover: hover) {
  [data-blank-button=true]:hover .c-blank-button__round {
    width: 100%;
  }
  [data-blank-button=true]:hover .c-blank-button__text {
    color: #fff;
  }
}

[data-blank-button=false] {
  pointer-events: none;
}

.c-blank-button__round {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 38rem;
  height: 38rem;
  background: var(--color-blue);
  border-radius: 100vmax;
  overflow: hidden;
  z-index: 0;
  transition: all 0.4s ease;
}
.c-blank-button__round svg {
  position: absolute;
  top: 12.5rem;
  left: 10.8rem;
  width: 18rem;
  height: auto;
}

.c-blank-button__text {
  font-size: 14rem;
  font-weight: 600;
  color: var(--color-blue);
  line-height: 2.2;
  position: relative;
  padding-left: 54rem;
  padding-right: 20rem;
  transition: all 0.4s ease;
  z-index: 1;
}

.c-breadcrumb-ul {
  display: flex;
  align-items: center;
  gap: 45rem;
  padding-block: 24rem;
  padding-inline: 20rem;
}
@media (max-width: 767px) {
  .c-breadcrumb-ul {
    padding-inline: 10rem;
  }
}

.c-breadcrumb-list {
  font-size: 12rem;
}

.c-breadcrumb-link {
  display: inline-block;
  position: relative;
}
.c-breadcrumb-link::after {
  content: "";
  position: absolute;
  top: 60%;
  right: -23rem;
  transform: translateY(-50%) rotate(26deg);
  width: 1px;
  height: 12rem;
  background: var(--color-black);
}

.c-user-flow {
  width: 100%;
  min-height: 447rem;
  padding: 16rem;
}
@media (max-width: 767px) {
  .c-user-flow {
    padding: 12rem;
  }
}

.c-user-flow__contents {
  display: flex;
  width: 100%;
  min-height: 447rem;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-user-flow__contents {
    flex-direction: column;
    gap: 12rem;
    border-radius: 0;
  }
}

.c-user-flow__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 447rem;
  background: #ccc;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .c-user-flow__link {
    width: 100%;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
    padding: 50rem 34rem;
  }
}
.c-user-flow__link .c-blank-button__text,
.c-user-flow__link .c-common-button__text {
  color: var(--color-white);
}
@media (hover: hover) {
  .c-user-flow__link:hover .c-blank-button__round,
  .c-user-flow__link:hover .c-common-button__round {
    width: 100%;
  }
  .c-user-flow__link:hover .c-blank-button__text,
  .c-user-flow__link:hover .c-common-button__text {
    color: #fff;
  }
  .c-user-flow__link:hover .c-user-flow__background img {
    transform: scale(1.05);
  }
}

.c-user-flow__cover {
  width: 360rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-user-flow__cover {
    width: 100%;
  }
}

.c-user-flow__group {
  display: flex;
  flex-direction: column;
  margin-bottom: 37rem;
}

.c-user-flow__group-title {
  font-size: 42rem;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.5;
}

.c-user-flow__group-text {
  font-size: 14rem;
  font-weight: 500;
  color: var(--color-white);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.c-user-flow__text {
  font-size: 12rem;
  font-weight: 500;
  color: var(--color-white);
  line-height: 2;
  opacity: 0.8;
  margin-bottom: 30rem;
}

.c-user-flow__button {
  width: fit-content;
  margin: auto;
}

.c-user-flow__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.c-user-flow__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.c-user-flow__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.c-popup {
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
  transition: opacity 0.4s ease;
}
@media (max-width: 767px) {
  .c-popup {
    display: block;
  }
}
.c-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}

.c-popup__filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 0;
  cursor: pointer;
}

.c-popup__inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-popup__inner {
    position: static;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.c-popup__area {
  width: 960rem;
  height: fit-content;
  background: var(--color-white);
  border-radius: 6rem;
  padding: 60rem 70rem 30rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-popup__area {
    width: 100%;
    padding: 69rem 24rem 40rem;
  }
}
.c-popup__area .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  font-size: 20rem;
  color: var(--color-blue);
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 30rem;
}
@media (max-width: 767px) {
  .c-popup__area .title {
    flex-direction: column;
  }
}
.c-popup__area .icon {
  width: 22rem;
  height: auto;
}
.c-popup__area .text {
  font-size: 14rem;
  line-height: 2.2;
  margin-bottom: 20rem;
}
.c-popup__area .date {
  font-size: 14rem;
  line-height: 2.2;
  text-align: right;
}

.c-popup__close {
  position: absolute;
  top: 32rem;
  right: 35rem;
  z-index: 2;
}
.c-popup__close svg {
  width: 17rem;
  height: auto;
}

.p-home-mv {
  width: 100%;
  height: 100vh;
  padding-top: 70rem;
  margin-bottom: 120rem;
}
@media (max-width: 767px) {
  .p-home-mv {
    height: 640rem;
    padding-top: 0;
    margin-bottom: 60rem;
  }
}
.p-home-mv .splide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-home-mv .splide__track {
  width: 100%;
  height: 100%;
}
.p-home-mv .splide__slide {
  width: 100%;
  height: 100%;
}
.p-home-mv .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-home-mv .splide__pagination__page {
  background: none;
  border-radius: 0;
  font-size: 12rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #fff;
  opacity: 1;
  padding-bottom: 30rem;
  position: relative;
}
.p-home-mv .splide__pagination__page::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 170%;
  height: 2px;
  background: #fff;
  opacity: 0;
  transition: all 0.4s ease;
}
.p-home-mv .splide__pagination__page.is-active {
  background: none;
  transform: scale(1);
  opacity: 1;
}
.p-home-mv .splide__pagination__page.is-active::after {
  content: "";
  opacity: 1;
}
.p-home-mv .splide__pagination.splide__pagination--ltr.splide__pagination--custom {
  bottom: -3px;
  justify-content: flex-end;
  gap: 15rem;
  padding-right: 34rem;
}

.p-home-mv__area {
  width: 100%;
  height: calc(100vh - 70rem);
  padding-inline: 20rem;
  padding-bottom: 20rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-home-mv__area {
    height: 100%;
    padding-inline: 0;
    padding-bottom: 13rem;
  }
}

.p-home-mv__inner {
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-home-mv__inner {
    border-radius: 0 0 10rem 10rem;
  }
}

.p-home-mv__contents {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: var(--max-inner);
  margin: auto;
  padding-bottom: 36rem;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-home-mv__contents {
    padding-inline: 24rem;
  }
}

.p-home-mv__title {
  font-size: 71.16rem;
  font-weight: 900;
  color: var(--color-white);
  line-height: 1.26;
  letter-spacing: 0.07em;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .p-home-mv__title {
    font-size: 42rem;
    white-space: nowrap;
    margin-bottom: 16rem;
  }
}
.p-home-mv__title span {
  font-size: 72.16rem;
}
@media (max-width: 767px) {
  .p-home-mv__title span {
    font-size: 44rem;
  }
}

.p-home-mv__text {
  font-size: 16rem;
  font-weight: 500;
  color: var(--color-white);
  line-height: 1.86;
  letter-spacing: 0.06em;
  margin-bottom: 35rem;
}
@media (max-width: 767px) {
  .p-home-mv__text {
    margin-bottom: 24rem;
  }
}

.p-home-mv__scroll {
  font-size: 12rem;
  font-weight: 500;
  color: var(--color-white);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.p-home-mv__scroll span {
  display: inline-block;
  margin-left: 4rem;
}
.p-home-mv__scroll svg {
  width: 12rem;
  height: auto;
  animation: scrollDown 2s ease infinite;
  -webkit-animation: scrollDown 2s ease infinite;
}

@keyframes scrollDown {
  0% {
    opacity: 1;
    transform: translateY(0rem);
  }
  50% {
    opacity: 0;
    transform: translateY(5rem);
  }
  55% {
    opacity: 0;
    transform: translateY(-10rem);
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
.p-home-business__inner {
  display: flex;
  justify-content: space-between;
  max-width: var(--max-inner);
  margin: auto;
  padding-bottom: 120rem;
}
@media (max-width: 767px) {
  .p-home-business__inner {
    flex-direction: column;
    gap: 40rem;
    padding-bottom: 60rem;
    padding-inline: 24rem;
  }
}

.p-home-business__left {
  width: 480rem;
}
@media (max-width: 767px) {
  .p-home-business__left {
    width: 100%;
  }
}

.p-home-business__title {
  margin-bottom: 50rem;
}
@media (max-width: 767px) {
  .p-home-business__title {
    margin-bottom: 40rem;
  }
}

.p-home-business__contents-title {
  font-size: 20rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 20rem;
}

.p-home-business__contents-text {
  font-size: 14rem;
  line-height: 2.2;
  margin-bottom: 40rem;
}
@media (max-width: 767px) {
  .p-home-business__contents-text {
    margin-bottom: 30rem;
  }
}

.p-home-business__right {
  width: 584rem;
  height: 425rem;
  background: #000;
  border-radius: 6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-home-business__right {
    width: 100%;
    height: 238rem;
  }
}
.p-home-business__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-home-about {
  width: 100%;
  background: var(--color-sub-white);
  padding: 120rem 0;
}
@media (max-width: 767px) {
  .p-home-about {
    padding: 60rem 0;
  }
}

.p-home-about__inner {
  display: flex;
  justify-content: space-between;
  max-width: var(--max-inner);
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  .p-home-about__inner {
    flex-direction: column;
    gap: 40rem;
    padding-inline: 24rem;
  }
}

.p-home-about__left {
  width: 480rem;
}
@media (max-width: 767px) {
  .p-home-about__left {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .p-home-about__left-inner {
    position: sticky;
    top: 20vh;
    left: 0;
  }
}

.p-home-about__title {
  margin-bottom: 50rem;
}
@media (max-width: 767px) {
  .p-home-about__title {
    margin-bottom: 40rem;
  }
}

.p-home-about__contents-title {
  font-size: 20rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 20rem;
}

.p-home-about__contents-text {
  font-size: 14rem;
  line-height: 2.2;
}

.p-home-about__right {
  width: 584rem;
}
@media (max-width: 767px) {
  .p-home-about__right {
    width: 100%;
  }
}

.p-home-about__right-images {
  display: flex;
  flex-direction: column;
  gap: 70rem;
  border-bottom: 1px var(--color-gray) solid;
  padding-bottom: 100rem;
  margin-bottom: 100rem;
}
@media (max-width: 767px) {
  .p-home-about__right-images {
    gap: 30rem;
    padding-bottom: 40rem;
    margin-bottom: 40rem;
  }
}

@media (max-width: 767px) {
  .p-home-about__right-image {
    width: 100%;
  }
}
.p-home-about__right-image--01 {
  width: 300rem;
}
@media (max-width: 767px) {
  .p-home-about__right-image--01 {
    width: 165rem;
    margin-left: 40rem;
  }
}
.p-home-about__right-image--02 {
  width: 300rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-home-about__right-image--02 {
    width: 200rem;
  }
}
.p-home-about__right-image--03 {
  width: 400rem;
}
@media (max-width: 767px) {
  .p-home-about__right-image--03 {
    width: 233rem;
  }
}
.p-home-about__right-image img {
  width: 100%;
  height: auto;
}

.p-home-about__right-items {
  display: flex;
  flex-direction: column;
  gap: 50rem;
}
@media (max-width: 767px) {
  .p-home-about__right-items {
    gap: 24rem;
  }
}

.p-home-about__right-item {
  display: block;
  width: 100%;
  border-radius: 10rem;
  background: var(--color-white);
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-home-about__right-item {
    border-radius: 2rem;
  }
}

@media (hover: hover) {
  .p-home-about__right-link:hover .c-common-button__round {
    width: 100%;
  }
  .p-home-about__right-link:hover .c-common-button__text {
    color: #fff;
  }
  .p-home-about__right-link:hover .p-home-about__right-item-image img {
    width: 105%;
    height: 105%;
  }
}

.p-home-about__right-item-image {
  width: 100%;
  height: 336rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .p-home-about__right-item-image {
    height: 189rem;
  }
}
.p-home-about__right-item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.p-home-about__right-item-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 34rem 30rem;
}
@media (max-width: 767px) {
  .p-home-about__right-item-contents {
    padding: 24rem 2rem 24rem 24rem;
  }
}

.p-home-about__right-item-text {
  font-size: 16rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}

.p-ph-main {
  margin-bottom: 140rem;
}
@media (max-width: 767px) {
  .p-ph-main {
    margin-top: -20rem;
    margin-bottom: 70rem;
  }
}

.p-ph-main__area {
  width: var(--max-inner);
  max-width: 100%;
  border: 1px var(--color-gray) solid;
  border-radius: 6rem;
  margin: auto;
  padding: 6rem 84rem;
}
@media (max-width: 767px) {
  .p-ph-main__area {
    border: none;
    padding: 0 24rem;
  }
}

.p-ph-main__item {
  border-bottom: 1px var(--color-gray) solid;
  padding-block: 54rem;
}
@media (max-width: 767px) {
  .p-ph-main__item {
    padding-block: 30rem;
  }
}
.p-ph-main__item:last-of-type {
  border-bottom: none;
}

.p-ph-main__item-title {
  font-size: 20rem;
  font-weight: 700;
  color: var(--color-blue);
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 20rem;
}
@media (max-width: 767px) {
  .p-ph-main__item-title {
    margin-bottom: 10rem;
  }
}

.p-ph-main__item-text {
  font-size: 30rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .p-ph-main__item-text {
    font-size: 20rem;
  }
}
.p-ph-main__item-text span {
  display: inline-block;
  font-size: 18rem;
  margin-left: 40rem;
}
@media (max-width: 767px) {
  .p-ph-main__item-text span {
    display: block;
    font-size: 16rem;
    margin-left: 0;
  }
}

.p-error__inner {
  max-width: var(--max-inner);
  margin: auto;
  padding-bottom: 140rem;
}
@media (max-width: 767px) {
  .p-error__inner {
    padding-inline: 24rem;
    padding-bottom: 70rem;
  }
}

.p-error__title {
  font-size: 30rem;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 20rem;
}
@media (max-width: 767px) {
  .p-error__title {
    font-size: 20rem;
    margin-bottom: 30rem;
  }
}

.p-error__text {
  font-size: 14rem;
  line-height: 2.2;
  margin-bottom: 30rem;
}
@media (max-width: 767px) {
  .p-error__text {
    margin-bottom: 20rem;
  }
}

@media (max-width: 767px) {
  .p-error__link {
    width: fit-content;
    margin-left: auto;
  }
}

.p-contact-main {
  margin-bottom: 140rem;
}
@media (max-width: 767px) {
  .p-contact-main {
    margin-bottom: 70rem;
  }
}

.p-contact-main__inner {
  max-width: var(--max-inner);
  margin: auto;
}
@media (max-width: 767px) {
  .p-contact-main__inner {
    padding-inline: 24rem;
  }
}

.p-contact-main__contents:first-of-type {
  margin-bottom: 70rem;
}

.p-contact-main__title {
  font-size: 30rem;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 44rem;
}
@media (max-width: 767px) {
  .p-contact-main__title {
    font-size: 20rem;
    margin-bottom: 30rem;
  }
}

.p-contact-main__card {
  display: flex;
  align-items: center;
  gap: 69rem;
  border: 1px var(--color-gray) solid;
  border-radius: 6rem;
  padding: 46rem 50rem;
  margin-bottom: 20rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-contact-main__card {
    align-items: flex-start;
    gap: 30rem;
    flex-direction: column;
    padding: 30rem 20rem;
    margin-bottom: 24rem;
  }
}

.p-contact-main__card-box {
  width: 270rem;
}
@media (max-width: 767px) {
  .p-contact-main__card-box {
    width: 100%;
  }
}

.p-contact-main__card-group {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-bottom: 10rem;
}
.p-contact-main__card-group h3 {
  font-size: 12rem;
  color: var(--color-blue);
  letter-spacing: 0.01em;
}
.p-contact-main__card-group p {
  font-size: 20rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
}

.p-contact-main__card-tel {
  width: fit-content;
  font-size: 14rem;
  color: var(--color-black02);
  line-height: 2.2;
}
@media (hover: hover) {
  .p-contact-main__card-tel:hover a::after {
    width: 100%;
  }
}
.p-contact-main__card-tel a {
  display: inline-block;
  position: relative;
}
.p-contact-main__card-tel a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0rem;
  bottom: 6px;
  width: 0%;
  height: 1px;
  background: var(--color-black02);
  transition: all 0.4s ease;
}

.p-contact-main__card-url {
  font-size: 14rem;
  color: var(--color-black02);
  line-height: 2.2;
}
.p-contact-main__card-url::after {
  content: "";
  background: var(--color-black02);
}

.p-contact-main__card-info p {
  width: 500rem;
  max-width: 100%;
  font-size: 14rem;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .p-contact-main__card-info p {
    width: 100%;
  }
}

.p-contact-main__card-info--long p {
  width: 600rem;
}
@media (max-width: 767px) {
  .p-contact-main__card-info--long p {
    width: 100%;
  }
}

.p-contact-main__card-links {
  display: flex;
  flex-direction: column;
  gap: 20rem;
  width: fit-content;
  position: relative;
}
@media (min-width: 768px) {
  .p-contact-main__card-links {
    min-width: 205rem;
    position: absolute;
    right: 46rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .p-contact-main__card-links {
    gap: 30rem;
  }
}
.p-contact-main__card-links::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -46rem;
  transform: translateY(-50%);
  width: 1px;
  height: 101rem;
  background: var(--color-gray);
}
@media (max-width: 767px) {
  .p-contact-main__card-links::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .p-contact-main__card-link {
    position: relative;
    left: 10rem;
  }
}

.p-contact-main__card-attention {
  font-size: 12rem;
}

.p-message-main {
  margin-bottom: 140rem;
}
@media (max-width: 767px) {
  .p-message-main {
    margin-bottom: 70rem;
    padding-inline: 24rem;
  }
}

.p-message-main__area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: var(--max-inner);
  max-width: 100%;
  border: 1px var(--color-gray) solid;
  border-radius: 6rem;
  margin: auto;
  padding: 60rem 84rem;
}
@media (max-width: 767px) {
  .p-message-main__area {
    flex-direction: column;
    gap: 50rem;
    border: none;
    padding: 0;
  }
}

.p-message-main__texts {
  width: 616rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .p-message-main__texts {
    width: 100%;
  }
}
.p-message-main__texts .text {
  font-size: 14rem;
  line-height: 2.2;
  margin-bottom: 20rem;
}
.p-message-main__texts .pos {
  font-size: 14rem;
  line-height: 2.2;
  text-align: right;
}

.p-message-main__image {
  width: 316rem;
  height: 501rem;
  background: #ccc;
  border-radius: 6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-message-main__image {
    width: 100%;
    height: 518rem;
  }
}
.p-message-main__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-privacy-contact {
  margin-bottom: 80rem;
}
@media (max-width: 767px) {
  .p-privacy-contact {
    margin-bottom: 40rem;
  }
}

.p-privacy-info {
  margin-bottom: 140rem;
}
@media (max-width: 767px) {
  .p-privacy-info {
    margin-bottom: 70rem;
  }
}

.p-privacy__inner {
  max-width: var(--max-inner);
  margin: auto;
}
@media (max-width: 767px) {
  .p-privacy__inner {
    padding-inline: 24rem;
  }
}

.p-privacy__title {
  font-size: 30rem;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 44rem;
}
@media (max-width: 767px) {
  .p-privacy__title {
    font-size: 20rem;
    margin-bottom: 30rem;
  }
}

.p-privacy__sub {
  font-size: 20rem;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 20rem;
}

.p-privacy__item {
  margin-bottom: 50rem;
}
@media (max-width: 767px) {
  .p-privacy__item {
    margin-bottom: 30rem;
  }
}

.p-privacy__item-text {
  font-size: 14rem;
  line-height: 2.2;
}
.p-privacy__item-text.right {
  text-align: right;
  margin-top: 50rem;
}
@media (max-width: 767px) {
  .p-privacy__item-text.right {
    margin-top: 30rem;
  }
}

.p-privacy__item-ol {
  display: flex;
  flex-direction: column;
}
.p-privacy__item-ol li {
  font-size: 14rem;
  line-height: 2.2;
  list-style: decimal;
  text-indent: 0;
  padding-left: 2rem;
  margin-left: 1em;
}

.p-privacy__card {
  border-radius: 6rem;
  background: var(--color-sub-white);
  padding: 40rem 50rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-privacy__card {
    padding: 30rem 20rem;
  }
}

.p-privacy__card-title {
  font-size: 20rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 20rem;
}

.p-privacy__card-text {
  font-size: 14rem;
  line-height: 2.2;
}
.p-privacy__card-text a {
  display: inline-block;
  position: relative;
}
.p-privacy__card-text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 0%;
  height: 1px;
  background: var(--color-black);
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .p-privacy__card-text a::after {
    width: 100%;
  }
}
@media (hover: hover) {
  .p-privacy__card-text a:hover::after {
    width: 100%;
  }
}

.p-ptivacy__card-name {
  font-size: 14rem;
  line-height: 2.2;
}
@media (min-width: 768px) {
  .p-ptivacy__card-name {
    position: absolute;
    right: 50rem;
    bottom: 40rem;
  }
}
@media (max-width: 767px) {
  .p-ptivacy__card-name {
    text-align: right;
    margin-top: 20rem;
  }
}

.p-group-main {
  margin-bottom: 140rem;
}
@media (max-width: 767px) {
  .p-group-main {
    margin-bottom: 70rem;
  }
}

.p-group-main__inner {
  max-width: var(--max-inner);
  margin: auto;
}
@media (max-width: 767px) {
  .p-group-main__inner {
    padding-inline: 24rem;
  }
}

.p-group-main__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16rem;
}
@media (max-width: 767px) {
  .p-group-main__contents {
    display: flex;
    flex-direction: column;
  }
}

.p-group-main__item {
  border: 1px var(--color-gray) solid;
  border-radius: 2rem;
  padding: 34rem;
}
@media (max-width: 767px) {
  .p-group-main__item {
    padding: 24rem;
  }
}
.p-group-main__item .c-blank-button__text {
  font-size: 12rem;
}
@media (max-width: 767px) {
  .p-group-main__item .c-blank-button__text {
    line-height: 1.4;
    padding-left: 47rem;
    padding-right: 0;
  }
}

.p-group-main__item-title {
  font-size: 16rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 10rem;
}

.p-group-main__item-text {
  font-size: 14rem;
  line-height: 2.2;
  margin-bottom: 20rem;
}

.p-company-info {
  margin-bottom: 120rem;
}
@media (max-width: 767px) {
  .p-company-info {
    margin-bottom: 60rem;
  }
}

.p-company-info__inner {
  max-width: 1016rem;
  margin: auto;
}
@media (max-width: 767px) {
  .p-company-info__inner {
    padding-inline: 24rem;
  }
}

.p-company-info__table {
  display: block;
  width: 100%;
}
.p-company-info__table tbody {
  display: block;
  width: 100%;
}

.p-company-info__table-tr {
  display: block;
  width: 100%;
  border-bottom: 1px var(--color-gray) solid;
}
.p-company-info__table-tr--none {
  border-bottom: none;
}

.p-company-info__table-th {
  min-width: 132rem;
  font-size: 14rem;
  font-weight: normal;
  line-height: 2.2;
  padding-block: 20rem;
  position: relative;
  word-break: break-all;
}
@media (max-width: 767px) {
  .p-company-info__table-th {
    display: block;
    padding-block: 20rem 4rem;
  }
}
.p-company-info__table-th::after {
  content: "";
  position: absolute;
  top: 30rem;
  right: 0;
  width: 1px;
  height: 15rem;
  background: var(--color-gray);
}

.p-company-info__table-td {
  font-size: 14rem;
  line-height: 2.2;
  word-break: break-all;
  padding-block: 20rem;
  padding-left: 20rem;
}
@media (max-width: 767px) {
  .p-company-info__table-td {
    padding-left: 0;
    padding-block: 0 16rem;
  }
}

.p-comapny-info__table-td-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20rem;
}
@media (max-width: 767px) {
  .p-comapny-info__table-td-cards {
    grid-template-columns: 1fr;
    gap: 16rem;
  }
}

.p-company-info__table-td-card {
  border-bottom: 1px var(--color-gray) solid;
  padding-bottom: 20rem;
}
.p-company-info__table-td-card .text {
  font-size: 14rem;
  color: var(--color-black02);
  line-height: 2.2;
  margin-bottom: 8rem;
}
.p-company-info__table-td-card .detail {
  display: flex;
  gap: 48rem;
  align-items: center;
}
.p-company-info__table-td-card .map {
  color: var(--color-blue);
}
.p-company-info__table-td-card .map::after {
  background: var(--color-blue);
}
.p-company-info__table-td-card .anchor {
  display: flex;
  align-items: center;
  gap: 6rem;
  font-size: 12rem;
  position: relative;
}
@media (hover: hover) {
  .p-company-info__table-td-card .anchor:hover::before {
    width: calc(100% - 18rem);
  }
}
.p-company-info__table-td-card .anchor::before {
  bottom: 4px;
}
.p-company-info__table-td-card .anchor::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -25rem;
  transform: translateY(-50%);
  width: 1px;
  height: 15rem;
  background: var(--color-gray);
}
.p-company-info__table-td-card .anchor svg {
  position: relative;
  top: 1.4rem;
  width: 12rem;
}

.p-company-access {
  margin-bottom: 140rem;
}
@media (max-width: 767px) {
  .p-company-access {
    margin-bottom: 70rem;
  }
}

.p-company-access__inner {
  max-width: var(--max-inner);
  margin: auto;
}
@media (max-width: 767px) {
  .p-company-access__inner {
    padding-inline: 24rem;
  }
}

.p-company-access__title {
  margin-bottom: 50rem;
}
@media (max-width: 767px) {
  .p-company-access__title {
    margin-bottom: 40rem;
  }
}

.p-company-access__items {
  display: flex;
  flex-direction: column;
  gap: 30rem;
}
@media (max-width: 767px) {
  .p-company-access__items {
    gap: 24rem;
  }
}

.p-company-access__item {
  display: flex;
  justify-content: space-between;
  background: var(--color-sub-white);
  border-radius: 6rem;
  padding: 10rem;
}
@media (max-width: 767px) {
  .p-company-access__item {
    flex-direction: column;
    gap: 0rem;
  }
}

.p-company-access__item-info {
  width: 810rem;
  max-width: 100%;
  border-radius: 6rem;
  background: var(--color-white);
  word-break: break-all;
  padding: 40rem 40rem 40rem 50rem;
}
@media (max-width: 767px) {
  .p-company-access__item-info {
    width: 100%;
    padding: 30rem 20rem 0 20rem;
  }
}
.p-company-access__item-info .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40rem;
}
@media (max-width: 767px) {
  .p-company-access__item-info .flex {
    flex-direction: column;
    gap: 25rem;
  }
}
.p-company-access__item-info .title {
  font-size: 18rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 16rem;
}
.p-company-access__item-info .address {
  max-width: 448rem;
  font-size: 14rem;
  line-height: 2.2;
}
.p-company-access__item-info .map {
  width: 100%;
  height: 255rem;
  border: 1px var(--color-gray) solid;
  border-radius: 6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-company-access__item-info .map {
    display: none;
  }
}
.p-company-access__item-info .map iframe {
  width: 100% !important;
  height: 100% !important;
}

.p-company-access__item-image {
  width: 344rem;
  height: 449rem;
}
@media (max-width: 767px) {
  .p-company-access__item-image {
    width: 100%;
    height: fit-content;
    background: var(--color-white);
    padding-bottom: 30rem;
  }
}

.p-comapny-access__item-image-body {
  width: 344rem;
  height: 449rem;
  border-radius: 2rem;
  background: #ccc;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-comapny-access__item-image-body {
    width: 180rem;
    height: 235rem;
    margin: auto;
  }
}
.p-comapny-access__item-image-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=app.css.map */
