/*!
global > color
------------------------------
*/
/*!
global > font
------------------------------
*/
.c-breadcrumb, .c-footer__policy, .c-footer__copyright {
  font-size: 0.75rem;
}

body {
  font-size: 0.875rem;
}

.c-btn, .c-txt18, .c-mv__ttl__en {
  font-size: 1rem;
}

.c-footer__contact {
  font-size: 1rem;
}

.c-footer__menu a {
  font-size: 1.25rem;
}

/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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-top-width: 1px;
  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] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

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

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-appearance: none;
  appearance: none;
}

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

/**
 * 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;
  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 {
  display: table; /* 1 */
  color: inherit; /* 2 */
  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-primary: #113F91;
  --color-base: #393939;
  --color-white: #fff;
}

html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-padding-top: 80px;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

html.lenis-stopped #wrapper {
  padding-right: var(--fixed-right);
}
html.lenis-stopped .c-header {
  padding-right: var(--fixed-right);
}
html.lenis-stopped .c-gnav {
  padding-right: calc(20px + var(--fixed-right));
}

body {
  line-height: 2;
  background-color: var(--color-white);
  color: var(--color-base);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

#wrapper {
  overflow: clip;
  padding-top: 70px;
}

#main {
  position: relative;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: #B9C8DD;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
}

.full {
  width: 100%;
}

:where(img:not([src$=".svg"])) {
  width: 100%;
}

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

:where(a, .h_opacity) {
  cursor: pointer;
  transition: opacity 0.5s ease;
}

:where(a:hover, .h_opacity:hover) {
  opacity: 1;
}

:where(.inview) {
  visibility: hidden;
}

:where(.inview.inview_opacity) {
  opacity: 0;
}

.fadeUp,
.fadeUpright,
.fadeUpleft,
.fadeIn {
  animation-duration: 1s;
  animation-timing-function: ease;
}

.fadeUp {
  animation-name: ani_fadeup;
  animation-fill-mode: forwards;
}

.fadeUpright {
  transform-origin: top right;
  animation-name: ani_uptopright;
}

.fadeUpleft {
  transform-origin: top left;
  animation-name: ani_uptopleft;
}

.fadeIn {
  animation-name: ani_fadein;
  animation-fill-mode: forwards;
}

.waveUp {
  animation-name: ani_waveup;
  animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-timing-function: ease;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_uptopright {
  0% {
    transform: translateY(50px) rotate(-25deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 1;
  }
}
@keyframes ani_uptopleft {
  0% {
    transform: translateY(50px) rotate(25deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani_waveup {
  0% {
    background-position-x: 50%;
    background-position-y: -90%;
    opacity: 0;
  }
  25% {
    background-position-x: 100%;
    opacity: 1;
  }
  50% {
    background-position-x: 50%;
  }
  70% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 50%;
    background-position-y: 20%;
  }
}
.h_zoom {
  opacity: 1;
  cursor: pointer;
}
.h_zoom__img {
  overflow: clip;
  position: relative;
  z-index: 1;
}
.h_zoom__img img {
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
}

/*!
layout > container
------------------------------
*/
.l-container {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}

/*!
component > header
------------------------------
*/
.no-transition #gnav {
  transition: none !important;
}
.no-transition .c-footer__img {
  transition: none !important;
}
.no-transition .c-footer__img img {
  transition: none !important;
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.9);
}
.c-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 20px 10px;
  position: relative;
}
.c-header__logo {
  position: relative;
  z-index: 2;
  transform-origin: left center;
}
.c-header__logo img {
  width: 150px;
}
.c-header__hamburger {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  position: relative;
  z-index: 10;
  color: var(--color-primary);
  transition: color 0.5s ease;
}
.c-header__hamburger > * {
  height: 2px;
  width: 40px;
  position: absolute;
  border-radius: 2px;
  background-color: currentColor;
  transition: 0.5s;
  transition-property: translate, rotate, scale;
}
.c-header__hamburger > *:first-child {
  translate: 0 -6px;
}
.c-header__hamburger > *:last-child {
  translate: 4px 7px;
  scale: 0.8;
}
.c-header__hamburger.is-open {
  color: var(--color-white);
}
.c-header__hamburger.is-open > *:first-child {
  translate: 0;
  rotate: 45deg;
}
.c-header__hamburger.is-open > *:last-child {
  translate: 0;
  rotate: 135deg;
  scale: 1;
}
.c-header__entry {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.c-header__contact {
  font-weight: 500;
  background-color: var(--color-primary);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  border-radius: 50px;
  align-items: center;
  letter-spacing: 0.02em;
  height: 40px;
  width: 120px;
}

.c-gnav {
  background-color: #04112a;
  color: var(--color-white);
  height: 100vh;
  height: 100dvh;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transition-property: opacity, visibility;
}
.c-gnav.is-open {
  visibility: visible;
  opacity: 1;
}
.c-gnav__logo__link {
  display: table;
}
.c-gnav__logo img {
  max-width: 210px;
}
.c-gnav__logo__txt {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  display: table;
  margin-top: 10px;
}
.c-gnav__content {
  overflow-y: auto;
  margin-inline: -20px;
}
.c-gnav__menu {
  margin-top: 42px;
}
.c-gnav__item a {
  font-weight: 500;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
  border-top: 1px solid currentColor;
  width: 100%;
  padding-inline: 42px 39px;
  padding-block: 11px;
}
.c-gnav__item a::after {
  content: "";
  aspect-ratio: 19/6;
  width: 19px;
  background: url(../images/common/icon_arrow.svg) center/contain no-repeat;
}
.c-gnav__item a[target=_blank]::after {
  aspect-ratio: 1;
  width: 12px;
  -webkit-mask: url(../images/common/icon_blank.svg) center/contain no-repeat;
  mask: url(../images/common/icon_blank.svg) center/contain no-repeat;
  background-color: currentColor;
  right: 3px;
  position: relative;
}
.c-gnav__item:last-child a {
  border-bottom: 1px solid currentColor;
}
.c-gnav__contact {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 1.25rem;
  border-radius: 100px;
  border: 1px solid currentColor;
  min-width: -moz-max-content;
  min-width: max-content;
  line-height: 1;
  width: 280px;
  margin-top: 49px;
  margin-inline: auto;
  min-height: 50px;
  max-width: 300px;
  width: 100%;
}
.c-gnav__img {
  position: relative;
  display: none;
}

@property --fh1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --fh2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --fh3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --fh4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
.c-footer {
  background-color: #04112A;
  color: var(--color-white);
  position: relative;
  z-index: 0;
  padding-block: 40px 20px;
}
.c-footer .js_gsap {
  opacity: 0;
}
.c-footer__inner {
  margin-inline: auto;
  padding-inline: 20px;
}
.c-footer.is-active .c-footer__img {
  -webkit-mask-size: 280px;
  mask-size: 280px;
  -webkit-mask-position: 50% 470px;
  mask-position: 50% 470px;
}
.c-footer.is-active .c-footer__img::before {
  --fh1: 0%;
  --fh2: 0%;
  --fh3: 0%;
  --fh4: 0%;
}
.c-footer__img {
  -webkit-mask: url(../images/common/img_mask.svg) 50% -70px/contain no-repeat;
  mask: url(../images/common/img_mask.svg) 50% -70px/contain no-repeat;
  transition: -webkit-mask-size 1s 1.5s ease, -webkit-mask-position 2s 2s ease;
  transition: mask-size 1s 1.5s ease, mask-position 2s 2s ease;
  transition: mask-size 1s 1.5s ease, mask-position 2s 2s ease, -webkit-mask-size 1s 1.5s ease, -webkit-mask-position 2s 2s ease;
  -webkit-mask-size: 8000px;
  mask-size: 8000px;
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 2;
}
.c-footer__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 1s;
  transition-property: transform;
  transition-delay: 2.1s;
}
.c-footer__img::before {
  content: "";
  z-index: 2;
  inset: 0;
  position: absolute;
  background-image: linear-gradient(#04112A, #04112A), linear-gradient(#04112A, #04112A), linear-gradient(#04112A, #04112A), linear-gradient(#04112A, #04112A);
  background-size: 27% var(--fh1), 27% var(--fh2), 27% var(--fh3), 27% var(--fh4);
  background-position: 0% bottom, 34% bottom, 65% bottom, 100% bottom;
  background-repeat: no-repeat;
  transition: --fh1 1s ease, --fh2 1s 0.2s ease, --fh3 1s 0.4s ease, --fh4 1s 0.6s ease;
}
.c-footer__logo img {
  max-width: 280px;
}
.c-footer__logo__txt {
  display: block;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
.c-footer__menu {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}
.c-footer__menu a {
  font-weight: 500;
  letter-spacing: 0.04em;
}
.c-footer__menu a[target=_blank] {
  display: inline-flex;
  align-items: baseline;
  gap: 20px;
}
.c-footer__menu a[target=_blank]::after {
  aspect-ratio: 1;
  content: "";
  width: 12px;
  -webkit-mask: url(../images/common/icon_blank.svg) center/contain no-repeat;
  mask: url(../images/common/icon_blank.svg) center/contain no-repeat;
  background-color: currentColor;
}
.c-footer__contact {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 100px;
  border: 1px solid currentColor;
  min-width: -moz-max-content;
  min-width: max-content;
  line-height: 1;
  min-height: 40px;
  width: 280px;
  margin-top: 30px;
  margin-inline: auto;
}
.c-footer__policy {
  font-weight: 500;
  letter-spacing: 0.04em;
  display: table;
  margin-inline: auto;
  margin-top: 20px;
}
.c-footer__copyright {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 300px;
}

.c-mv {
  position: relative;
  z-index: 0;
}
.c-mv.c-mv02 .c-mv__inner {
  padding-left: 20px;
}
.c-mv.c-mv02 .c-mv__img img {
  min-height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-mv__inner {
  padding-left: 20px;
}
.c-mv__ttl {
  margin-bottom: 20px;
}
.c-mv__ttl__en {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--color-primary);
  letter-spacing: 0.04em;
  display: block;
}
.c-mv__ttl__jp {
  font-weight: 500;
  letter-spacing: 0.04em;
  display: block;
  line-height: 1.7;
  font-size: 1.625rem;
  margin-top: -4px;
}
.c-mv__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 220px;
}
.c-mv__content {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  padding-inline: 20px;
  margin-top: -50px;
  padding-block: 10px;
  display: table;
}
.c-mv__desc {
  color: var(--color-primary);
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-inline: auto;
  padding-inline: 20px;
  font-size: 1.625rem;
}

.c-ttl {
  font-weight: 500;
  line-height: 1.1428571429;
  font-family: "Roboto", sans-serif;
  align-items: center;
  display: flex;
  gap: 15px;
  font-size: 0.875rem;
}
.c-ttl__num {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  min-width: 30px;
  justify-content: space-between;
  letter-spacing: 0.04em;
}
.c-ttl__num::after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: currentColor;
  position: relative;
  top: -1px;
}
.c-ttl__txt {
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.c-ttl + .c-lead {
  margin-top: 20px;
}

.c-lead {
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
}

.u-fw_400 {
  font-weight: 400;
}

.u-fw_500 {
  font-weight: 500;
}

.u-fw_600 {
  font-weight: 600;
}

.u-fw_700 {
  font-weight: 700;
}

.u-inline_block {
  display: inline-block;
}

.u-txt_center {
  text-align: center;
}

.u-txt_right {
  text-align: right;
}

.c-txt18 {
  line-height: 1.7777777778;
}

.c-btn {
  font-weight: 700;
  background-color: var(--color-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-inline: 20px;
  color: var(--color-white);
  min-width: 280px;
  min-height: 50px;
}

.c-totop {
  position: absolute;
  right: 20px;
  top: 0;
  display: flex;
  align-items: flex-end;
  z-index: 10;
  pointer-events: none;
  bottom: -25px;
}
.c-totop__btn {
  border: 2px solid transparent;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  position: sticky;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transition: 0.5s;
  transition-property: visibility, opacity;
  background-color: var(--color-white);
  opacity: 0;
}
.c-totop__btn.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.c-totop__btn::after {
  width: 0;
  height: 0;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid var(--color-primary);
}

.c_cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: var(--color-primary);
  z-index: 99999;
}
.c_cookie_inner {
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  gap: 20px;
}
.c_cookie_close a {
  height: 40px;
  display: inline-flex;
  color: inherit;
  width: 100%;
  border: 1px solid currentColor;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.c_cookie_txt a {
  text-decoration: underline;
}

html.is-loading .c-loading {
  opacity: 1;
  pointer-events: all;
}

.c-loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: var(--color-primary);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c-loading__body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.c-loading__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.c-loading__dot::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: var(--color-white);
  border-radius: 50%;
}
.c-loading__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.c-loading__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.c-loading__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.c-loading__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.c-loading__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.c-loading__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
.c-breadcrumb {
  padding-inline: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.c-breadcrumb__list {
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  gap: 10px;
}
.c-breadcrumb__item::after {
  content: "";
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 6px solid var(--color-primary);
  border-bottom: 4px solid transparent;
}
.c-breadcrumb__item a {
  color: currentColor;
}
.c-breadcrumb__item:first-child {
  color: var(--color-primary);
}
.c-breadcrumb__item:last-child::after {
  content: none;
}

.p-thanks, .p-404 {
  padding-bottom: 100px;
}
.p-thanks__inner, .p-404__inner {
  padding-top: 40px;
}
.p-thanks__ttl, .p-404__ttl {
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 1.375rem;
}
.p-thanks__desc, .p-404__desc {
  margin-top: 30px;
}
.p-thanks__back, .p-404__back {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .c-breadcrumb, .c-footer__policy, .c-footer__copyright {
    font-size: 0.875rem;
  }
  body {
    font-size: 1rem;
  }
  .c-btn, .c-txt18, .c-mv__ttl__en {
    font-size: 1.125rem;
  }
  .c-footer__contact {
    font-size: 1.25rem;
  }
  .c-footer__menu a {
    font-size: 1.5rem;
  }
  html {
    scroll-padding-top: 110px;
  }
  html.lenis-stopped .c-gnav {
    padding-right: calc(40px + var(--fixed-right));
  }
  #wrapper {
    padding-top: 137px;
  }
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.7;
  }
  .sp {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
  .l-container {
    max-width: 1322px;
    padding-inline: 40px;
  }
  .l-container.is-sm {
    max-width: 980px;
  }
  .c-header.is-fixed .c-header__logo {
    transform: scale(0.7);
  }
  .c-header__inner {
    padding-block: clamp(0.625rem, 1.3888888889vw + -0.0416666667rem, 1rem);
    padding-inline: 20px 51px;
  }
  .c-header__logo {
    position: absolute;
    left: 40px;
    transform: translateY(39%);
    transition: transform 0.5s ease;
  }
  .c-header__logo img {
    width: clamp(17.5rem, 13.8888888889vw + 10.8333333333rem, 21.25rem);
  }
  .c-header__hamburger {
    height: 70px;
    margin-left: 26px;
  }
  .c-header__hamburger > * {
    width: 52px;
  }
  .c-header__hamburger > *:last-child {
    translate: 5px 7px;
  }
  .c-header__contact {
    height: 50px;
    width: 178px;
  }
  .c-gnav {
    padding: 35px 40px;
  }
  .c-gnav__logo img {
    max-width: 340px;
  }
  .c-gnav__logo__txt {
    margin-top: 5px;
    font-size: 1.25rem;
  }
  .c-gnav__content {
    margin-inline: 0;
  }
  .c-gnav__inner {
    margin-inline: auto;
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 92%;
  }
  .c-gnav__menu {
    margin-top: 0;
    padding-bottom: 7px;
  }
  .c-gnav__item a {
    padding: 0;
    border: none;
    min-width: 246px;
  }
  .c-gnav__item a[target=_blank]::after {
    top: -1px;
    right: 4px;
  }
  .c-gnav__item:last-child a {
    border: none;
  }
  .c-gnav__item + .c-gnav__item {
    margin-top: 19px;
  }
  .c-gnav__contact {
    margin-inline: 0;
    width: 253px;
    margin-top: 67px;
  }
  .c-gnav__img {
    display: block;
    left: 41px;
  }
  .c-footer {
    padding-block: 107px 26px;
  }
  .c-footer .js_gsap {
    transform: translateX(-30px);
  }
  .c-footer__inner {
    padding-inline: 40px;
    max-width: 1280px;
  }
  .c-footer.is-active .c-footer__img {
    -webkit-mask-size: min(55%, 877px);
    mask-size: min(55%, 877px);
    -webkit-mask-position: min(100%, 50% + 362px) max(101px, 50%);
    mask-position: min(100%, 50% + 362px) max(101px, 50%);
  }
  .c-footer.is-active .c-footer__img img {
    transform: translateX(33.3%);
  }
  .c-footer__img {
    transition: -webkit-mask-size 1s 1s ease, -webkit-mask-position 1s 2s ease;
    transition: mask-size 1s 1s ease, mask-position 1s 2s ease;
    transition: mask-size 1s 1s ease, mask-position 1s 2s ease, -webkit-mask-size 1s 1s ease, -webkit-mask-position 1s 2s ease;
    -webkit-mask-size: 900%;
    mask-size: 900%;
    -webkit-mask-position: 24% 60%;
    mask-position: 24% 60%;
  }
  .c-footer__img::before {
    background-size: 26% var(--fh1), 26% var(--fh2), 26% var(--fh3), 26% var(--fh4);
  }
  .c-footer__logo img {
    max-width: 340px;
  }
  .c-footer__logo__txt {
    margin-top: 19px;
  }
  .c-footer__menu {
    display: block;
    margin-top: 91px;
  }
  .c-footer__menu a[target=_blank] {
    gap: 24px;
  }
  .c-footer__menu a[target=_blank]::after {
    position: relative;
    top: 2px;
  }
  .c-footer__menu__item:not(:first-child) {
    margin-top: 7px;
  }
  .c-footer__contact {
    margin-inline: 0;
    min-height: 50px;
    width: 253px;
    margin-top: 67px;
  }
  .c-footer__policy {
    margin-inline: 0;
    margin-top: 69px;
  }
  .c-footer__copyright {
    margin-left: auto;
    display: table;
    padding-inline: 39px;
    margin-top: -25px;
  }
  .c-mv.c-mv02 .c-mv__inner {
    max-width: max(50% + 490px, 1250px);
    padding-left: 40px;
  }
  .c-mv__inner {
    max-width: max(50% + 530px, 1250px);
    margin-left: auto;
    padding-left: 80px;
  }
  .c-mv__ttl {
    margin-bottom: 25px;
  }
  .c-mv__ttl__jp {
    margin-top: 0;
    font-size: 2rem;
  }
  .c-mv__content {
    display: block;
    background-color: transparent;
    padding: 0;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .c-mv__desc {
    padding-inline: 40px;
    max-width: 1480px;
    font-size: clamp(2rem, 3.3653846154vw + 0.3846153846rem, 3.75rem);
    padding-bottom: clamp(1.25rem, 4.3269230769vw + -0.8269230769rem, 3.5rem);
  }
  .c-ttl {
    gap: 20px;
    padding-left: 5px;
  }
  .c-ttl__num {
    min-width: 34px;
  }
  .c-ttl + .c-lead {
    margin-top: 34px;
  }
  .c-lead {
    font-size: clamp(1.75rem, 2.4038461538vw + 0.5961538462rem, 3rem);
  }
  .c-btn {
    min-height: 60px;
    min-width: 420px;
  }
  .c-totop {
    bottom: -35px;
  }
  .c-totop__btn {
    width: 70px;
  }
  .c-totop__btn::after {
    border-left-width: 12px;
    border-right-width: 12px;
    border-bottom-width: 20px;
  }
  .c_cookie_inner {
    max-width: 1240px;
    align-items: center;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
  }
  .c_cookie_close a {
    margin-top: 0;
    min-height: 40px;
    min-width: 120px;
    margin: 0;
  }
  .c-breadcrumb {
    padding-inline: 57px;
    margin-bottom: 41px;
  }
  .c-breadcrumb__list {
    justify-content: flex-end;
  }
  .p-thanks, .p-404 {
    padding-bottom: 200px;
  }
  .p-thanks__inner, .p-404__inner {
    padding-top: 68px;
  }
  .p-thanks__ttl, .p-404__ttl {
    font-size: 2.5rem;
  }
  .p-thanks__desc, .p-404__desc {
    margin-top: 58px;
  }
  .p-thanks__back, .p-404__back {
    margin-top: 96px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .h_zoom:hover .h_zoom__img img {
    transform: scale(1.1);
  }
  .c-btn {
    transition: 0.5s;
    transition-property: opacity;
  }
  .c-btn:hover {
    opacity: 0.7;
  }
  .c-totop__btn:hover {
    opacity: 0.7;
  }
  .c_cookie_txt a:hover {
    text-decoration: none;
  }
}
/*# sourceMappingURL=maps/common.css.map */

/* hiden recaptcha */
.grecaptcha-badge {
  display: none;
  visibility: hidden;
}

:has(.wpcf7-form) .grecaptcha-badge {
  display: block;
  visibility: visible;
}
