@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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;
  font-weight: inherit;
  margin: 0;
}

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

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

/* Lists (definition) */
/* ============================================ */
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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 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: 100%;
}

/**
 * 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.1em;
}

sup {
  top: -0.3em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  white-space: normal;
}

button {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* common */
/* ============================================ */
body {
  background: #fff;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.875rem, 0.8264rem + 0.2073vw, 1rem);
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  position: relative;
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: currentColor;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

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

.reading {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.mdonly {
  display: none;
}
@media all and (max-width: 600px) {
  .mdonly {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .mdnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}
@media all and (max-width: 896px) {
  .mt10 {
    margin-top: 8px !important;
  }
}

.mt16 {
  margin-top: 16px !important;
}
@media all and (max-width: 896px) {
  .mt16 {
    margin-top: 12px !important;
  }
}

.mt24 {
  margin-top: 24px !important;
}
@media all and (max-width: 896px) {
  .mt24 {
    margin-top: 16px !important;
  }
}

.mt32 {
  margin-top: 32px !important;
}
@media all and (max-width: 896px) {
  .mt32 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media all and (max-width: 896px) {
  .mt40 {
    margin-top: 24px !important;
  }
}

.mt48 {
  margin-top: 48px !important;
}
@media all and (max-width: 896px) {
  .mt48 {
    margin-top: 32px !important;
  }
}

.mt64 {
  margin-top: 64px !important;
}
@media all and (max-width: 896px) {
  .mt64 {
    margin-top: 40px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media all and (max-width: 896px) {
  .mt80 {
    margin-top: 64px !important;
  }
}

.width {
  width: calc(100% - 60px);
  max-width: 1340px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .width {
    width: calc(100% - 30px);
  }
}

.outer {
  overflow: hidden;
}

/* move */
/* ============================================ */
.moveTop {
  opacity: 0;
  transition: 0.5s;
  transform: translate(0, 80px);
}
.moveTop.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveNone {
  opacity: 0;
  transition: 0.5s;
}
.moveNone.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveRight {
  opacity: 0;
  transition: 0.5s;
  transform: translate(-80px, 0);
}
.moveRight.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveLeft {
  opacity: 0;
  transition: 0.5s;
  transform: translate(80px, 0);
}
.moveLeft.current {
  opacity: 1;
  transform: translate(0, 0);
}

@-webkit-keyframes btnBg {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  20% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  60% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  100% {
    width: 0;
    height: 0;
    opacity: 0;
  }
}

@keyframes btnBg {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  20% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  60% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  100% {
    width: 0;
    height: 0;
    opacity: 0;
  }
}
/* parts */
/* ============================================ */
.common-ttl {
  font-family: "Gothic A1", sans-serif;
  font-style: normal;
  font-size: clamp(1.75rem, 1.2642rem + 2.0725vw, 3rem);
  font-weight: 700;
  line-height: 1.4;
}
.common-ttl.--center {
  text-align: center;
  word-break: keep-all;
}
.common-ttl.--white {
  color: #fff;
}
.common-ttl > span {
  display: inline-block;
  padding: 1.18em 0.8em 0;
  position: relative;
}
.common-ttl > span::before {
  content: "";
  display: inline-block;
  width: 1.52em;
  height: 1.52em;
  background: url("../images/common/mark_ttl.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.common-btn {
  width: 100%;
  max-width: 400px;
}
.common-btn.--short {
  max-width: 300px;
}
@media all and (max-width: 896px) {
  .common-btn.--short {
    max-width: 280px;
  }
}
.common-btn.--center {
  margin-inline: auto;
}
.common-btn__link {
  box-sizing: border-box;
  padding: 1em 0.78em 1em 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(1rem, 0.9514rem + 0.2073vw, 1.125rem);
  line-height: 1.4;
  background: #1D2088;
  border-radius: 9999px;
  color: #fff;
}
.common-btn__link::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1.78em;
  height: 1.78em;
  background: url("../images/common/btn_arrow_right_white.svg") center center/contain no-repeat;
}
.common-btn__link[target=_blank]::after {
  background-image: url("../images/common/btn_blank_white.svg");
}

.common-contact {
  box-shadow: 6px 6px 30px rgba(29, 32, 136, 0.4);
  position: relative;
  z-index: 400;
}
.common-contact__wrapper {
  padding: 40px 0 72px;
  background: linear-gradient(87deg, #7779B8, #1D2088);
  position: relative;
  overflow: hidden;
}
.common-contact__wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/common/contact_bg.png") top left/455px auto repeat;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 75%, #000 100%);
          mask-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 75%, #000 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .common-contact__wrapper::after {
    background: url("../images/common/contact_bg.png") top left/303px auto repeat;
  }
}
.common-contact__en {
  white-space: nowrap;
  font-size: clamp(5rem, 2.4211rem + 11.0032vw, 15.625rem);
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: -0.22em;
  left: 50%;
  translate: -50% 0;
  z-index: 5;
}
.common-contact__container {
  position: relative;
  z-index: 10;
}
.common-contact__txt {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(1rem, 0.9514rem + 0.2073vw, 1.125rem);
  color: #fff;
  line-height: 2;
  margin-top: 20px;
}
.common-contact__list {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 24px 2.99cqw;
}
@media all and (max-width: 480px) {
  .common-contact__list {
    flex-direction: column;
    align-items: center;
  }
}
.common-contact__list__item {
  width: calc((100% - 2.99cqw) / 2);
  max-width: 400px;
}
@media all and (max-width: 480px) {
  .common-contact__list__item {
    width: 100%;
    max-width: 320px;
  }
}
.common-contact__list__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  padding: 0.8em 1em;
  background: #fff;
  border-radius: 9999px;
  border: 2px solid #1D2088;
  color: #1D2088;
  font-size: clamp(1.25rem, 1.1043rem + 0.6218vw, 1.625rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  box-shadow: 0.123em 0.123em 0.615em 0px rgba(0, 0, 0, 0.3);
}
.common-contact__list__link.--recruit::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1.23em;
  height: 1.23em;
  background: url("../images/common/icon_document.svg") center center/contain no-repeat;
}
.common-contact__list__link.--contact {
  background: #E84820;
  border-color: #E84820;
  color: #fff;
}
.common-contact__list__link.--contact::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1.23em;
  height: 1.23em;
  background: url("../images/common/icon_mail_white.svg") center center/contain no-repeat;
}

.common-fixed {
  display: none;
}
@media all and (max-width: 896px) {
  .common-fixed {
    display: block;
    width: calc(100% - 30px);
    position: fixed;
    bottom: 16px;
    left: 15px;
    z-index: 600;
  }
}
.common-fixed__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  padding: 0.8em 1em;
  background: #E84820;
  border-radius: 9999px;
  border: 2px solid #E84820;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  box-shadow: 0.123em 0.123em 0.615em 0px rgba(0, 0, 0, 0.3);
}
.common-fixed__link::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1.23em;
  height: 1.23em;
  background: url("../images/common/icon_mail_white.svg") center center/contain no-repeat;
}

/* 404 */
/* ============================================ */
.notfound-wrapper {
  padding: 100px 0 120px;
}
@media all and (max-width: 896px) {
  .notfound-wrapper {
    padding: 48px 0 80px;
  }
}
.notfound-txt {
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-size: clamp(1rem, 0.9514rem + 0.2073vw, 1.125rem);
}

/* blockskip */
/* ============================================ */
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

/* header */
/* ============================================ */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 800;
  transition: all 0.3s ease-out;
}
.header-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.83vw;
}
@media all and (max-width: 896px) {
  .header-wrapper {
    align-items: flex-start;
  }
}
.header-contents {
  display: flex;
  gap: 0.83vw;
  padding-right: min(40px, 2.08vw);
}
@media all and (max-width: 896px) {
  .header-contents {
    display: none;
  }
}
.header-logo__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 36px 60px 36px min(40px, 2.08vw);
  border-radius: 0 0 72px 0;
  background: #fff;
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 1025px) {
  .header-logo__link {
    padding: 28px 60px 28px min(40px, 2.08vw);
  }
}
@media all and (max-width: 896px) {
  .header-logo__link {
    height: 56px;
    padding: 16px 30px 16px 18px;
    border-radius: 0 0 35px 0;
  }
}
.header-logo img {
  width: clamp(200px, 15.625vw, 300px);
}
@media all and (max-width: 896px) {
  .header-logo img {
    width: 150px;
  }
}
.header-menu {
  padding: 1.11em 2.22em;
  font-size: clamp(0.875rem, 0.6563rem + 0.3906vw, 1.125rem);
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: min(24px, 1.25vw);
  background: #fff;
  border-radius: 9999px;
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.15);
}
.header-menu__item.current {
  color: #1D2088;
}
.header-contact__link {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  padding: 0.8em 2em;
  border-radius: 9999px;
  background: #E84820;
  color: #fff;
  font-size: clamp(1rem, 0.7813rem + 0.3906vw, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.15);
}
.header-contact__link::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background: url("../images/common/icon_mail_white.svg") center center/contain no-repeat;
}
.header-hamburger {
  display: none;
}
@media all and (max-width: 896px) {
  .header-hamburger {
    flex-shrink: 0;
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 0 0 0 30px;
    background: #1D2088;
    position: relative;
    z-index: 600;
    padding-left: 4px;
  }
}
.header-hamburger.active .header-hamburger__line:nth-of-type(1) {
  translate: 0 0;
  rotate: 45deg;
}
@media all and (max-width: 896px) {
  .header-hamburger.active .header-hamburger__line:nth-of-type(1) {
    translate: -2px 0;
  }
}
.header-hamburger.active .header-hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.active .header-hamburger__line:nth-of-type(3) {
  translate: 0 0;
  rotate: -45deg;
}
@media all and (max-width: 896px) {
  .header-hamburger.active .header-hamburger__line:nth-of-type(3) {
    translate: -2px 0;
  }
}
.header-hamburger__box {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  cursor: pointer;
  position: relative;
}
.header-hamburger__line {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: rotate 0.3s ease-out, opacity 0.1s ease-out;
  border-radius: 9999px;
}
.header-hamburger__line:nth-of-type(1) {
  translate: 0 -7px;
}
.header-hamburger__line:nth-of-type(3) {
  translate: 0 7px;
}
.header-hamburger__txt {
  font-size: 0.6875rem;
  margin-top: 2px;
}
@media all and (max-width: 896px) {
  .header-hamburger__txt {
    font-size: 0.5625rem;
  }
}
.header-nav {
  display: none;
}
@media all and (max-width: 896px) {
  .header-nav {
    display: block;
    width: 100%;
    max-width: 600px;
    height: 100dvh;
    padding: 80px 32px 48px;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 400;
    translate: 100% 0;
    transition: all 0.5s;
    overflow: auto;
  }
}
.header-nav.open {
  translate: 0 0;
}
.header-nav__list__item {
  border-bottom: 1px solid #E8EBED;
}
.header-nav__list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  font-size: clamp(0.875rem, 0.785rem + 0.3839vw, 1rem);
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .header-nav__list__link {
    gap: 16px;
    padding: 16px 0;
  }
}
.header-nav__list__arrow {
  flex-shrink: 0;
  display: grid;
  place-content: center;
  width: 2.56em;
  height: 2.56em;
  position: relative;
  z-index: 10;
  background: rgba(29, 32, 136, 0.3);
  border-radius: 50%;
}
.header-nav__list__arrow img {
  width: 0.67em;
}
.header-nav__list__arrow::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(29, 32, 136, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -10;
  -webkit-animation: btnBg 2s ease-in-out infinite;
          animation: btnBg 2s ease-in-out infinite;
}
.header-nav__list__arrow::after {
  content: "";
  display: inline-block;
  width: 1.78em;
  height: 1.78em;
  background: #1D2088;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -5;
}
.header-nav__contact {
  width: 100%;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .header-nav__contact {
    margin-top: 32px;
  }
}
.header-nav__contact__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  padding: 1em 2em;
  border-radius: 9999px;
  background: #E84820;
  color: #fff;
  font-size: clamp(1rem, 0.91rem + 0.3839vw, 1.125rem);
  font-weight: 500;
}
.header-nav__contact__link::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background: url("../images/common/icon_mail_white.svg") center center/contain no-repeat;
}
.header .overlay {
  display: none;
}
@media all and (max-width: 896px) {
  .header .overlay {
    display: block;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    opacity: 0;
    transition: opacity 0.3s;
  }
}
.header .overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* footer */
/* ============================================ */
.footer {
  width: 100%;
  padding: 80px 0 120px;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 100dvh;
  z-index: 200;
}
@media all and (max-width: 896px) {
  .footer {
    padding: 48px 0 168px;
  }
}
.footer-couple {
  position: absolute;
  right: 2.9vw;
  bottom: 0;
}
@media all and (max-width: 896px) {
  .footer-couple {
    bottom: 68px;
  }
}
.footer-couple img {
  width: clamp(100px, 9.166vw, 176px);
}
.footer-wrapper {
  container-type: inline-size;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 24px 1.79cqw;
}
@media all and (max-width: 896px) {
  .footer-container {
    flex-direction: column;
  }
}
.footer-logo img {
  width: clamp(300px, 20.83vw, 400px);
}
@media all and (max-width: 896px) {
  .footer-logo img {
    width: 220px;
  }
}
.footer-block {
  flex-shrink: 0;
  width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .footer-block {
    width: 100%;
  }
}
.footer-box {
  line-height: 1.8;
  margin-top: 16px;
}
.footer-contents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 14px;
}
@media all and (max-width: 896px) {
  .footer-nav {
    justify-content: flex-start;
  }
}
.footer-nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}
@media all and (max-width: 896px) {
  .footer-nav__list {
    justify-content: flex-start;
  }
}
.footer-nav__contact__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  padding: 0.8em 2em;
  border-radius: 9999px;
  background: #E84820;
  color: #fff;
  font-size: clamp(1rem, 0.9028rem + 0.4145vw, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.15);
}
.footer-nav__contact__link::before {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background: url("../images/common/icon_mail_white.svg") center center/contain no-repeat;
}
.footer-copyright {
  text-align: right;
  margin-top: 32px;
  font-size: clamp(0.75rem, 0.7014rem + 0.2073vw, 0.875rem);
  color: #626262;
}
@media all and (max-width: 896px) {
  .footer-copyright {
    text-align: left;
  }
}