@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
}

/* 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 {
  -webkit-box-sizing: content-box;
          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: 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* 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 {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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=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: bold;
}

html {
  font-size: 16px;
}

@media (min-width: 1500px) {
  html {
    font-size: clamp(16px, 16px + 6 * (100vw - 1500px) / 420, 22px);
  }
}
html,
body {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(229, 71, 72, 0.1);
  line-break: strict;
  overflow-wrap: break-word;
  background-color: #FFF8F8;
}

a,
a:visited {
  text-decoration: none;
  -webkit-text-decoration-skip: none;
          text-decoration-skip: none;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
a img,
a:visited img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-text-decoration-skip: none;
}
a:hover,
a:visited:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

* ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
* ul li {
  margin: 0;
  padding: 0;
}

:root {
  /* JSが来るまでの保険値（remで持つ） */
  --header-h: rem(76);
  --anchor-gap: rem(30);
}

/* ブラウザ標準のhashジャンプ / scrollIntoView の両方に効く */
html {
  scroll-padding-top: calc(var(--header-h) + var(--anchor-gap));
}

/* hash付き遷移時のチラ見え防止 */
html.is-hashJumping body {
  visibility: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.l_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  clip-path: inset(100% 0 0 0);
  -webkit-clip-path: inset(100% 0 0 0);
}

.l_footer {
  position: relative;
  background-color: #FFF8F8;
}
@media screen and (min-width: 768px) {
  .l_footer {
    padding: 0 2rem 2rem;
  }
}

body.is-fixed {
  position: fixed;
  width: 100%;
  left: 0;
}

.l_gnav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 100svh;
  background-color: rgba(255, 248, 248, 0.8);
  padding: 0.5rem;
  display: none;
}

.l_wrap {
  margin-inline: auto;
  width: 100%;
}
.l_wrap--wide {
  width: calc(100% - 3rem);
}
.l_wrap--main {
  width: calc(100% - 3rem);
  max-width: 78.75rem;
}
.l_wrap--sub {
  width: calc(100% - 3rem);
  max-width: 72.5rem;
}

.c_logo {
  width: 1em;
  aspect-ratio: 224/65;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_logo::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask: center/contain no-repeat;
  mask: center/contain no-repeat;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_logo::before {
  -webkit-mask-image: url("../images/common/logo-mask.svg");
  mask-image: url("../images/common/logo-mask.svg");
}

.c_iconCirclePlusLine {
  width: 1em;
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: transparent;
}
.c_iconCirclePlusLine::before, .c_iconCirclePlusLine::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_iconCirclePlusLine::after {
  opacity: 0;
}
.c_iconCirclePlusLine::before {
  -webkit-mask-image: url("../images/common/ico-circle-plus-line-mask.svg");
  mask-image: url("../images/common/ico-circle-plus-line-mask.svg");
}
.c_iconCirclePlusLine::after {
  -webkit-mask-image: url("../images/common/ico-circle-plus-fill-mask.svg");
  mask-image: url("../images/common/ico-circle-plus-fill-mask.svg");
}
.c_iconCirclePlusLine--grad::before, .c_iconCirclePlusLine--grad::after {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}

.c_iconCirclePlusFill {
  width: 1em;
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: transparent;
}
.c_iconCirclePlusFill::before, .c_iconCirclePlusFill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_iconCirclePlusFill::after {
  opacity: 0;
}
.c_iconCirclePlusFill::before {
  -webkit-mask-image: url("../images/common/ico-circle-plus-fill-mask.svg");
  mask-image: url("../images/common/ico-circle-plus-fill-mask.svg");
}
.c_iconCirclePlusFill::after {
  -webkit-mask-image: url("../images/common/ico-circle-plus-line-mask.svg");
  mask-image: url("../images/common/ico-circle-plus-line-mask.svg");
}
.c_iconCirclePlusFill--grad::before, .c_iconCirclePlusFill--grad::after {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}

.c_iconCircleArrowLine {
  width: 1em;
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: transparent;
}
.c_iconCircleArrowLine::before, .c_iconCircleArrowLine::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_iconCircleArrowLine::after {
  opacity: 0;
}
.c_iconCircleArrowLine::before {
  -webkit-mask-image: url("../images/common/ico-circle-arrow-line-mask.svg");
  mask-image: url("../images/common/ico-circle-arrow-line-mask.svg");
}
.c_iconCircleArrowLine::after {
  -webkit-mask-image: url("../images/common/ico-circle-arrow-fill-mask.svg");
  mask-image: url("../images/common/ico-circle-arrow-fill-mask.svg");
}
.c_iconCircleArrowLine--grad::before, .c_iconCircleArrowLine--grad::after {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}

.c_iconCircleArrowFill {
  width: 1em;
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: transparent;
}
.c_iconCircleArrowFill::before, .c_iconCircleArrowFill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_iconCircleArrowFill::after {
  opacity: 0;
}
.c_iconCircleArrowFill::before {
  -webkit-mask-image: url("../images/common/ico-circle-arrow-fill-mask.svg");
  mask-image: url("../images/common/ico-circle-arrow-fill-mask.svg");
}
.c_iconCircleArrowFill::after {
  -webkit-mask-image: url("../images/common/ico-circle-arrow-line-mask.svg");
  mask-image: url("../images/common/ico-circle-arrow-line-mask.svg");
}
.c_iconCircleArrowFill--grad::before, .c_iconCircleArrowFill--grad::after {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}

.c_iconPlus {
  width: 1em;
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: transparent;
}
.c_iconPlus::before, .c_iconPlus::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_iconPlus::after {
  opacity: 0;
}
.c_iconPlus::before {
  -webkit-mask-image: url("../images/common/ico-plus-mask.svg");
  mask-image: url("../images/common/ico-plus-mask.svg");
}
.c_iconPlus--grad::before, .c_iconPlus--grad::after {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}

.c_iconArrow {
  width: 1em;
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: transparent;
}
.c_iconArrow::before, .c_iconArrow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_iconArrow::after {
  opacity: 0;
}
.c_iconArrow::before {
  -webkit-mask-image: url("../images/common/ico-arrow-mask.svg");
  mask-image: url("../images/common/ico-arrow-mask.svg");
}
.c_iconArrow--lightgray::before, .c_iconArrow--lightgray::after {
  background-color: #BCBCBC;
}
.c_iconArrow--grad::before, .c_iconArrow--grad::after {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}

.c_iconAnchor {
  width: 1em;
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: transparent;
}
.c_iconAnchor::before, .c_iconAnchor::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_iconAnchor::after {
  opacity: 0;
}
.c_iconAnchor::before {
  -webkit-mask-image: url("../images/common/ico-anchor-mask.svg");
  mask-image: url("../images/common/ico-anchor-mask.svg");
}
.c_iconAnchor--grad::before, .c_iconAnchor--grad::after {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}

.c_iconExlink {
  width: 1em;
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: transparent;
}
.c_iconExlink::before, .c_iconExlink::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_iconExlink::after {
  opacity: 0;
}
.c_iconExlink::before {
  -webkit-mask-image: url("../images/common/ico-exlink-mask.svg");
  mask-image: url("../images/common/ico-exlink-mask.svg");
}
.c_iconExlink--grad::before, .c_iconExlink--grad::after {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}

.c_iconPhone {
  width: 1em;
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: transparent;
}
.c_iconPhone::before, .c_iconPhone::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_iconPhone::after {
  opacity: 0;
}
.c_iconPhone::before {
  -webkit-mask-image: url("../images/common/ico-phone-mask.svg");
  mask-image: url("../images/common/ico-phone-mask.svg");
}
.c_iconPhone--grad::before, .c_iconPhone--grad::after {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}

.c_iconCircleArrowAnm {
  width: 1em;
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: transparent;
}
.c_iconCircleArrowAnm::before, .c_iconCircleArrowAnm::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_iconCircleArrowAnm::after {
  opacity: 0;
}
.c_iconCircleArrowAnm {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-box-shadow: 0.0976875rem 0.0976875rem 0.1465rem 0.0488125rem rgba(255, 255, 255, 0.25) inset;
          box-shadow: 0.0976875rem 0.0976875rem 0.1465rem 0.0488125rem rgba(255, 255, 255, 0.25) inset;
  border-radius: 50%;
  overflow: hidden;
}
.c_iconCircleArrowAnm::before, .c_iconCircleArrowAnm::after {
  -webkit-mask-size: 40%;
  mask-size: 40%;
  -webkit-mask-image: url("../images/common/ico-arrow-mask.svg");
  mask-image: url("../images/common/ico-arrow-mask.svg");
  opacity: 1;
}

.c_iconCircleExlinkAnm {
  width: 1em;
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: transparent;
}
.c_iconCircleExlinkAnm::before, .c_iconCircleExlinkAnm::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_iconCircleExlinkAnm::after {
  opacity: 0;
}
.c_iconCircleExlinkAnm {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-box-shadow: 0.0976875rem 0.0976875rem 0.1465rem 0.0488125rem rgba(255, 255, 255, 0.25) inset;
          box-shadow: 0.0976875rem 0.0976875rem 0.1465rem 0.0488125rem rgba(255, 255, 255, 0.25) inset;
  border-radius: 50%;
  overflow: hidden;
}
.c_iconCircleExlinkAnm::before, .c_iconCircleExlinkAnm::after {
  -webkit-mask-size: 40%;
  mask-size: 40%;
  -webkit-mask-image: url("../images/common/ico-exlink-mask.svg");
  mask-image: url("../images/common/ico-exlink-mask.svg");
  opacity: 1;
}
.c_iconCircleExlinkAnm--grad {
  background: #fff;
}
.c_iconCircleExlinkAnm--grad::before, .c_iconCircleExlinkAnm--grad::after {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}

.c_iconCirclePrev {
  width: 1em;
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: transparent;
}
.c_iconCirclePrev::before, .c_iconCirclePrev::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_iconCirclePrev::after {
  opacity: 0;
}
.c_iconCirclePrev {
  border-radius: 50%;
  overflow: hidden;
}
.c_iconCirclePrev::before {
  -webkit-mask-image: url("../images/common/ico-prev-mask.svg");
  mask-image: url("../images/common/ico-prev-mask.svg");
  -webkit-mask-size: 40%;
  mask-size: 40%;
}
.c_iconCirclePrev--grad::before, .c_iconCirclePrev--grad::after {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}

.c_iconCircleNext {
  width: 1em;
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: transparent;
}
.c_iconCircleNext::before, .c_iconCircleNext::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_iconCircleNext::after {
  opacity: 0;
}
.c_iconCircleNext {
  border-radius: 50%;
  overflow: hidden;
}
.c_iconCircleNext::before {
  -webkit-mask-image: url("../images/common/ico-next-mask.svg");
  mask-image: url("../images/common/ico-next-mask.svg");
  -webkit-mask-size: 40%;
  mask-size: 40%;
}
.c_iconCircleNext--grad::before, .c_iconCircleNext--grad::after {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}

.c_iconCircleArrow {
  width: 1em;
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: transparent;
}
.c_iconCircleArrow::before, .c_iconCircleArrow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_iconCircleArrow::after {
  opacity: 0;
}
.c_iconCircleArrow {
  border-radius: 50%;
  overflow: hidden;
}
.c_iconCircleArrow::before {
  -webkit-mask-image: url("../images/common/ico-arrow-mask.svg");
  mask-image: url("../images/common/ico-arrow-mask.svg");
  -webkit-mask-size: 40%;
  mask-size: 40%;
}
.c_iconCircleArrow--grad {
  background-color: #fff;
}
.c_iconCircleArrow--grad::before, .c_iconCircleArrow--grad::after {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}

.c_iconToggle {
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 2.5rem;
  border: solid 0.0625rem #E54748;
  overflow: hidden;
  -webkit-box-shadow: 0.0976875rem 0.0976875rem 0.1465rem 0.0488125rem rgba(255, 255, 255, 0.25) inset;
          box-shadow: 0.0976875rem 0.0976875rem 0.1465rem 0.0488125rem rgba(255, 255, 255, 0.25) inset;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_iconToggle::before, .c_iconToggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  height: 0.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  border-radius: 1.875rem;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_iconToggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.is-active .c_iconToggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.c_btn_hamburger {
  width: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  display: grid;
  place-content: center;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_btn_hamburger::before, .c_btn_hamburger::after {
  content: "";
  width: 40%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-mask: center/contain no-repeat;
  mask: center/contain no-repeat;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_btn_hamburger::before {
  -webkit-mask-image: url("../images/common/ico-hamburger-mask.svg");
  mask-image: url("../images/common/ico-hamburger-mask.svg");
  opacity: 1;
}
.c_btn_hamburger::after {
  -webkit-mask-image: url("../images/common/ico-cross-mask.svg");
  mask-image: url("../images/common/ico-cross-mask.svg");
  opacity: 0;
}
.c_btn_hamburger.is-active::before {
  opacity: 0;
}
.c_btn_hamburger.is-active::after {
  opacity: 1;
}

.is-typeWh .c_btn_hamburger {
  background: #fff;
}
.is-typeWh .c_btn_hamburger::before, .is-typeWh .c_btn_hamburger::after {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}

.c_btn_close {
  width: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  display: grid;
  place-content: center;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_btn_close::before, .c_btn_close::after {
  content: "";
  width: 40%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-mask: center/contain no-repeat;
  mask: center/contain no-repeat;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_btn_close::before {
  -webkit-mask-image: url("../images/common/ico-cross-mask.svg");
  mask-image: url("../images/common/ico-cross-mask.svg");
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_btn_close::after {
  background: #fff;
  -webkit-mask-image: url("../images/common/ico-cross-mask.svg");
  mask-image: url("../images/common/ico-cross-mask.svg");
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c_btn_close:hover {
    background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
    background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  }
  .c_btn_close:hover::before {
    opacity: 0;
  }
  .c_btn_close:hover::after {
    opacity: 1;
  }
}

.c_btn_ctaEntry {
  width: 100%;
  padding: 1.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.625rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  position: relative;
  z-index: 0;
}
.c_btn_ctaEntry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0;
  z-index: -1;
}
.c_btn_ctaEntry_cat {
  background: linear-gradient(94deg, #5D5D5D 0%, #7C7C7C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem 0;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_btn_ctaEntry_cat_label {
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1;
}
.c_btn_ctaEntry_cat_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.0275rem;
}
.c_btn_ctaEntry_ico {
  width: 2.75rem;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  aspect-ratio: 1/1;
  border-radius: 2.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0.0976875rem 0.0976875rem 0.1465rem 0.0488125rem rgba(255, 255, 255, 0.25) inset;
          box-shadow: 0.0976875rem 0.0976875rem 0.1465rem 0.0488125rem rgba(255, 255, 255, 0.25) inset;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_btn_ctaEntry_ico::before, .c_btn_ctaEntry_ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-mask: center/contain no-repeat;
  mask: center/contain no-repeat;
}
.c_btn_ctaEntry_ico::before {
  opacity: 1;
  background-color: #fff;
  -webkit-mask-image: url("../images/common/ico-arrow-mask.svg");
  mask-image: url("../images/common/ico-arrow-mask.svg");
}
.c_btn_ctaEntry_ico::after {
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-mask-image: url("../images/common/ico-arrow-mask.svg");
  mask-image: url("../images/common/ico-arrow-mask.svg");
}
.c_btn_ctaEntry_ico--exlink::before {
  opacity: 1;
  background-color: #fff;
  -webkit-mask-image: url("../images/common/ico-exlink-mask.svg");
  mask-image: url("../images/common/ico-exlink-mask.svg");
}
.c_btn_ctaEntry_ico--exlink::after {
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-mask-image: url("../images/common/ico-exlink-mask.svg");
  mask-image: url("../images/common/ico-exlink-mask.svg");
}
@media (hover: hover) and (pointer: fine) {
  .c_btn_ctaEntry:hover::before {
    opacity: 1;
  }
  .c_btn_ctaEntry:hover .c_btn_ctaEntry_cat {
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transform: translateX(0.3125rem);
            transform: translateX(0.3125rem);
  }
  .c_btn_ctaEntry:hover .c_btn_ctaEntry_ico {
    background: #fff;
    -webkit-transform: translateX(0.3125rem);
            transform: translateX(0.3125rem);
  }
  .c_btn_ctaEntry:hover .c_btn_ctaEntry_ico::before {
    opacity: 0;
  }
  .c_btn_ctaEntry:hover .c_btn_ctaEntry_ico::after {
    opacity: 1;
  }
}

.c_btn_primary {
  min-width: 12.5rem;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  padding: 0.625rem 0.625rem 0.625rem 2rem;
  border-radius: 6.25rem;
  -webkit-box-shadow: 0.0976875rem 0.0976875rem 1.318375rem 0 rgba(81, 81, 81, 0.15);
          box-shadow: 0.0976875rem 0.0976875rem 1.318375rem 0 rgba(81, 81, 81, 0.15);
}
.c_btn_primary_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1;
  color: transparent;
  position: relative;
  display: inline-block;
}
.c_btn_primary_text::before {
  content: attr(data-text);
  color: #222;
  position: absolute;
  inset: 0;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_btn_primary_text::after {
  content: attr(data-text);
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  color: transparent;
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_btn_primary_ico {
  color: #fff;
  width: 2.375rem;
}
.c_btn_primary_ico::before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_btn_primary_ico::after {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c_btn_primary:hover .c_btn_primary_text::before {
    opacity: 0;
  }
  .c_btn_primary:hover .c_btn_primary_text::after {
    opacity: 1;
  }
  .c_btn_primary:hover .c_btn_primary_ico::before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .c_btn_primary:hover .c_btn_primary_ico::after {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.c_btn_person {
  width: 100%;
  padding: 0.875rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.625rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
}
.c_btn_person_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem 0;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_btn_person_info span {
  color: transparent;
  position: relative;
}
.c_btn_person_info span::before {
  content: attr(data-text);
  color: #222;
  position: absolute;
  inset: 0;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_btn_person_info span::after {
  content: attr(data-text);
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  color: transparent;
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_btn_person_info_label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c_btn_person_info_label_position {
  margin-right: 0.40625rem;
  padding-right: 0.40625rem;
  border-right: solid 0.0625rem #BCBCBC;
}
.c_btn_person_info_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.c_btn_person_info_name_initial {
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 1.2;
}
.c_btn_person_info_name_join {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1;
}
.c_btn_person_ico {
  width: 2.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  aspect-ratio: 1/1;
  border-radius: 2.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0.0976875rem 0.0976875rem 0.1465rem 0.0488125rem rgba(255, 255, 255, 0.25) inset;
          box-shadow: 0.0976875rem 0.0976875rem 0.1465rem 0.0488125rem rgba(255, 255, 255, 0.25) inset;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_btn_person_ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-mask: center/contain no-repeat;
  mask: center/contain no-repeat;
}
.c_btn_person_ico::before {
  opacity: 1;
  background-color: #fff;
  -webkit-mask-image: url("../images/common/ico-plus-mask.svg");
  mask-image: url("../images/common/ico-plus-mask.svg");
}
@media screen and (min-width: 768px) {
  .c_btn_person {
    padding: 1rem 1.25rem 1rem 1.5rem;
  }
  .c_btn_person_info_label {
    font-size: 0.875rem;
  }
  .c_btn_person_info_name_initial {
    font-size: 1.5rem;
  }
  .c_btn_person_info_name_join {
    font-size: 0.875rem;
  }
  .c_btn_person_ico {
    width: 2.875rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c_btn_person:hover .c_btn_person_info span::before {
    opacity: 0;
  }
  .c_btn_person:hover .c_btn_person_info span::after {
    opacity: 1;
  }
  .c_btn_person:hover .c_btn_person_ico {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.c_btn_entry {
  min-width: 12.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  padding: 0.625rem 0.625rem 0.625rem 2rem;
  border-radius: 6.25rem;
  overflow: hidden;
  -webkit-box-shadow: 0.0976875rem 0.0976875rem 1.318375rem 0 rgba(81, 81, 81, 0.15);
          box-shadow: 0.0976875rem 0.0976875rem 1.318375rem 0 rgba(81, 81, 81, 0.15);
  position: relative;
  background: #fff;
}
.c_btn_entry::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_btn_entry_text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_btn_entry_ico {
  width: 2.375rem;
}
.c_btn_entry_ico::before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_btn_entry_ico::after {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c_btn_entry:hover::before {
    opacity: 0;
  }
  .c_btn_entry:hover .c_btn_entry_text {
    background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
    background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  .c_btn_entry:hover .c_btn_entry_ico::before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .c_btn_entry:hover .c_btn_entry_ico::after {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.c_btn_pagetop {
  width: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-box-shadow: 0.0976875rem 0.0976875rem 0.1465rem 0.0488125rem rgba(255, 255, 255, 0.25) inset;
          box-shadow: 0.0976875rem 0.0976875rem 0.1465rem 0.0488125rem rgba(255, 255, 255, 0.25) inset;
  display: grid;
  place-content: center;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_btn_pagetop::before, .c_btn_pagetop::after {
  content: "";
  width: 40%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  background: #fff;
  -webkit-mask: center/contain no-repeat;
  mask: center/contain no-repeat;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_btn_pagetop::before {
  -webkit-mask-image: url("../images/common/ico-anchor-mask.svg");
  mask-image: url("../images/common/ico-anchor-mask.svg");
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.c_btn_pagetop::after {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-mask-image: url("../images/common/ico-anchor-mask.svg");
  mask-image: url("../images/common/ico-anchor-mask.svg");
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c_btn_pagetop:hover {
    background: #fff;
  }
  .c_btn_pagetop:hover::before {
    opacity: 0;
  }
  .c_btn_pagetop:hover::after {
    opacity: 1;
  }
}

.c_list {
  --list-line-height: 1.5;
  --list-item-gap: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: var(--list-item-gap);
  list-style: none;
  padding: 0;
  margin: 0;
}
.c_list > li {
  line-height: var(--list-line-height);
}
.c_list--circle > li {
  position: relative;
  padding-left: 0.75em;
}
.c_list--circle > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}
.c_list--decimal {
  counter-reset: num;
}
.c_list--decimal > li {
  counter-increment: num;
  position: relative;
  padding-left: 1.3em;
}
.c_list--decimal > li::before {
  content: counter(num) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.1em;
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-style: normal;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes rotateRight {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateRight {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.c_pageHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem 0;
  padding-inline: 1rem;
}
.c_pageHeading_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 0.75rem 0;
}
.c_pageHeading_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.9;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .c_pageHeading {
    padding-inline: 2rem;
  }
  .c_pageHeading_text {
    font-size: 0.9375rem;
    text-align: center;
  }
}
.c_pageHeading.is-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-block: 2.5rem 3rem;
}
.c_pageHeading.is-left .c_pageHeading_ttl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c_pageHeading.is-left .c_pageHeading_jp {
  color: currentColor;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1;
}
.c_pageHeading.is-left .c_pageHeading_en {
  color: currentColor;
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 1.88px;
  line-height: 1;
  opacity: 0.9;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .c_pageHeading.is-left .c_pageHeading_jp {
    font-size: 1.375rem;
  }
  .c_pageHeading.is-left .c_pageHeading_en {
    font-size: 5.875rem;
  }
}
.c_pageHeading.is-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 4rem 3.5rem;
}
.c_pageHeading.is-center .c_pageHeading_ttl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c_pageHeading.is-center .c_pageHeading_jp {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
}
.c_pageHeading.is-center .c_pageHeading_en {
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 2.24px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.c_pageHeading.is-center .c_pageHeading_text {
  padding-inline: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c_pageHeading.is-center {
    padding-block: 7.9375rem 1.25rem;
  }
  .c_pageHeading.is-center .c_pageHeading_jp {
    font-size: 1.375rem;
  }
  .c_pageHeading.is-center .c_pageHeading_en {
    font-size: 5.875rem;
    letter-spacing: 4.8px;
  }
}

.is-typeWh .c_pageHeading_ttl {
  color: #fff;
}

.is-typeBk .c_pageHeading_ttl {
  color: #000;
}

.is-typeGrad .c_pageHeading_ttl {
  color: transparent;
}

.c_secHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
}
.c_secHeading_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 0.75rem 0;
}
.c_secHeading_jp {
  color: currentColor;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
}
.c_secHeading_jp::before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}
.c_secHeading_en {
  color: currentColor;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.375rem;
  line-height: 1;
}
.c_secHeading_lead {
  color: currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.9;
}
.c_secHeading_lead_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c_secHeading {
    gap: 4rem 0;
  }
  .c_secHeading_ttl {
    gap: 1rem 0;
  }
  .c_secHeading_jp {
    font-size: 1.125rem;
  }
  .c_secHeading_en {
    font-size: 4rem;
  }
  .c_secHeading_lead {
    font-size: 0.9375rem;
  }
  .c_secHeading_lead_ttl {
    font-size: 2rem;
  }
}
.c_secHeading--primary {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c_secHeading--secondary .c_secHeading_ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c_secHeading--secondary .c_secHeading_lead {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .c_secHeading--secondary .c_secHeading_lead {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c_secHeading--textWh {
  color: #fff;
}
.c_secHeading--textWh .c_secHeading_jp::before {
  background: #fff;
}
.c_secHeading--decoWh .c_secHeading_jp::before {
  background: #fff;
}

.is-typeWh .c_breadcrumb {
  color: #fff;
  opacity: 0.5;
}

.is-typeBk .c_breadcrumb {
  color: #BCBCBC;
  border-bottom: solid 0.0625rem #D9D9D9;
}

.is-typeGrad .c_breadcrumb {
  color: #BCBCBC;
}

.c_breadcrumb {
  padding-bottom: 1.4375rem;
}
.c_breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.625rem;
}
.c_breadcrumb ol li {
  color: currentColor;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.625rem;
}
.c_breadcrumb ol li:first-child {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.c_breadcrumb ol li:not(:first-child)::before {
  content: "";
  width: 0.8em;
  height: 0.0625rem;
  background: currentColor;
  display: inline-block;
}
.c_breadcrumb ol li a {
  color: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .c_breadcrumb ol li a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .c_breadcrumb ol li {
    font-size: 0.9375rem;
  }
}

.c_card_person {
  width: 100%;
  height: auto;
  aspect-ratio: 215/286;
  border-radius: 0.5rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.c_card_person_btn {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
}
.c_card_person_textWrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0.4375rem);
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0;
}
.c_card_person_textWrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  opacity: 0.7;
}
.c_card_person_textWrap_copy {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  padding: 2.5rem;
}
.c_card_person_imgWrap {
  width: 100%;
  height: auto;
  aspect-ratio: 215/286;
  display: block;
}
.c_card_person_imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c_card_person {
    max-width: 26.875rem;
    border-radius: 0.625rem;
  }
  .c_card_person_btn {
    padding: 0.625rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c_card_person:hover .c_card_person_textWrap {
    opacity: 1;
  }
  .c_card_person:hover .c_btn_person_info span::before {
    opacity: 0;
  }
  .c_card_person:hover .c_btn_person_info span::after {
    opacity: 1;
  }
  .c_card_person:hover .c_btn_person_ico {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.bl_loading {
  width: 100%;
  height: 100vh;
  height: 100svh;
  padding: 2rem;
  background-color: #FFF8F8;
  display: grid;
  place-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.bl_loading.is-hidden {
  opacity: 0;
}
.bl_loading_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1rem;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.bl_loading_logo_text {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.bl_loading_logo_mask {
  width: 9.75rem;
}
.bl_loading_logo_mask::before {
  background: -webkit-gradient(linear, left top, right top, from(#db2b2b), color-stop(50%, #d12b28), to(#e54748));
  background: linear-gradient(90deg, #db2b2b, #d12b28 50%, #e54748);
}
.bl_loading_logo_ttl {
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-style: normal;
  background: -webkit-gradient(linear, left top, right top, from(#db2b2b), color-stop(50%, #d12b28), to(#e54748));
  background: linear-gradient(90deg, #db2b2b, #d12b28 50%, #e54748);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: clamp(0.75rem, 2vw, 0.875rem);
}
.is-pageLoaded .bl_loading_logo {
  -webkit-animation: logoScale 2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: logoScale 2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
@media screen and (min-width: 768px) {
  .bl_loading_logo_mask {
    width: 9.75rem;
  }
}

@-webkit-keyframes logoScale {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes logoScale {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.js_topLoading {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.js_topLoading.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.bl_header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding: 0.5rem;
}
.bl_header_main {
  padding: 0.625rem 0.875rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 100%;
}
.bl_header_main_siteID_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
.bl_header_main_siteID_wrap_text {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.bl_header_main_siteID_wrap_mask {
  width: 5rem;
}
.bl_header_main_siteID_wrap_mask::before {
  background: -webkit-gradient(linear, left top, right top, from(#db2b2b), color-stop(50%, #d12b28), to(#e54748));
  background: linear-gradient(90deg, #db2b2b, #d12b28 50%, #e54748);
}
.bl_header_main_siteID_wrap_ttl {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: -webkit-gradient(linear, left top, right top, from(#db2b2b), color-stop(50%, #d12b28), to(#e54748));
  background: linear-gradient(90deg, #db2b2b, #d12b28 50%, #e54748);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 0.75rem;
  line-height: 1;
  white-space: nowrap;
  padding-left: 0.75rem;
  border-left: solid 0.0625rem #D9D9D9;
}
.bl_header_main_menu {
  color: #222;
  display: none;
}
.bl_header_entry {
  display: none;
}
@media screen and (min-width: 1160px) {
  .bl_header {
    padding: 1rem;
  }
  .bl_header_main {
    padding: 0.875rem clamp(0.875rem, -0.4044rem + 1.76vw, 1.25rem);
    gap: 0.625rem 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .bl_header_main_siteID_wrap {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
  .bl_header_main_siteID_wrap_mask {
    width: clamp(5rem, 2.8675rem + 2.94vw, 5.625rem);
  }
  .bl_header_main_siteID_wrap_ttl {
    font-size: clamp(0.6875rem, 0.0481rem + 0.88vw, 0.875rem);
    padding-left: 0.75rem;
  }
  .bl_header_main_menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    font-size: 0.8125rem;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_header_main_menu li {
    padding-inline: clamp(0.4375rem, -1.055rem + 2.06vw, 0.875rem);
    border-right: solid 0.0625rem rgba(34, 34, 34, 0.4);
  }
  .bl_header_main_menu li:last-child {
    border-right: none;
  }
  .bl_header_main_menu li > a {
    display: block;
    text-align: center;
  }
  .bl_header_main_hamburger {
    display: none;
  }
  .bl_header_entry {
    color: #fff;
    padding: 0.875rem 0;
    border-radius: 0.5rem;
    background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
    background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .bl_header_entry_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-inline: 1rem;
    border-right: solid 0.0625rem rgba(255, 255, 255, 0.4);
    position: relative;
    cursor: pointer;
  }
  .bl_header_entry_item:first-child {
    padding-inline: 1.25rem 1rem;
  }
  .bl_header_entry_item:last-child {
    border-right: none;
  }
  .bl_header_entry_item_cat {
    color: inherit;
    display: grid;
    grid-template-columns: auto auto; /* 左 / 右 */
    grid-template-rows: auto auto; /* 2行 */
    grid-template-areas: "a c" "b c";
    gap: 0.125rem 0.75rem;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .bl_header_entry_item_cat_label {
    grid-area: a;
  }
  .bl_header_entry_item_cat_ttl {
    grid-area: b;
  }
  .bl_header_entry_item_cat_ico {
    grid-area: c;
    align-self: center;
  }
  .bl_header_entry_item_cat_label {
    grid-area: a;
    color: inherit;
    font-size: 0.6875rem;
    font-family: "Geologica", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.1;
    opacity: 0.6;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .bl_header_entry_item_cat_ttl {
    color: inherit;
    font-size: 0.8125rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.1;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .bl_header_entry_item_cat_ico {
    width: 1.5rem;
  }
}
@media screen and (min-width: 1160px) and (hover: hover) and (pointer: fine) {
  .bl_header_entry_item_cat:hover > .bl_header_entry_item_cat_label,
  .bl_header_entry_item_cat:hover > .bl_header_entry_item_cat_ttl {
    opacity: 0.5;
  }
  .bl_header_entry_item_cat:hover > .c_iconCirclePlusLine {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .bl_header_entry_item_cat:hover > .c_iconCirclePlusLine::before {
    opacity: 0;
  }
  .bl_header_entry_item_cat:hover > .c_iconCirclePlusLine::after {
    opacity: 1;
  }
  .bl_header_entry_item_cat:hover > .c_iconCircleArrowLine::before {
    opacity: 0;
  }
  .bl_header_entry_item_cat:hover > .c_iconCircleArrowLine::after {
    opacity: 1;
  }
}
@media screen and (min-width: 1160px) {
  .bl_header_entry_item_child {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 1.875rem;
  }
  .bl_header_entry_item_child_list {
    min-width: 11.125rem;
    padding: 1.5rem;
    background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
    background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 1rem;
    border-radius: 0.5rem;
  }
  .bl_header_entry_item_child_list_item {
    position: relative;
  }
  .bl_header_entry_item_child_list_item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #D9D9D9), color-stop(0.125rem, transparent));
    background: linear-gradient(90deg, #D9D9D9 0 0.125rem, transparent 0.125rem 0.25rem);
    background-size: 0.25rem 100%;
  }
  .bl_header_entry_item_child_list_item a,
  .bl_header_entry_item_child_list_item button {
    width: 100%;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.8125rem;
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.625rem;
    padding-block: 0 1rem;
  }
  .bl_header_entry_item_child_list_item_ico.c_iconCircleArrowLine {
    width: 1.25rem;
  }
  .bl_header_entry_item_child_list_item_ico.c_iconExlink {
    width: 0.875rem;
  }
}

.bl_footer {
  padding-block: 5rem;
  padding-inline: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
  position: relative;
  z-index: 0;
  border-radius: 0 0 0.75rem 0.75rem;
  border-right: 0.0625rem solid #D9D9D9;
  border-bottom: 0.0625rem solid #D9D9D9;
  border-left: 0.0625rem solid #D9D9D9;
  overflow: hidden;
}
.bl_footer_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}
.bl_footer_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-image: image-set(url("../images/common/bg-footer@2x.avif") type("image/avif") 2x, url("../images/common/bg-footer@2x.webp") type("image/webp") 2x, url("../images/common/bg-footer@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../images/common/bg-footer@2x.avif") type("image/avif") 2x, url("../images/common/bg-footer@2x.webp") type("image/webp") 2x, url("../images/common/bg-footer@2x.jpg") 2x);
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(60%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  mask-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(60%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
.bl_footer_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(116.67%, white));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 116.67%);
}
@media screen and (min-width: 768px) {
  .bl_footer {
    padding-block: 5rem 2rem;
    padding-inline: 2rem;
    border-radius: 0 0 0.75rem 0.75rem;
  }
}
@media screen and (min-width: 1500px) {
  .bl_footer {
    padding-inline: 5.5rem;
  }
}
.bl_footer_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.5rem;
}
.bl_footer_main_siteID {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
.bl_footer_main_siteID_text {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.bl_footer_main_siteID_mask {
  width: 7.125rem;
}
.bl_footer_main_siteID_mask::before {
  background: -webkit-gradient(linear, left top, right top, from(#db2b2b), color-stop(50%, #d12b28), to(#e54748));
  background: linear-gradient(90deg, #db2b2b, #d12b28 50%, #e54748);
}
.bl_footer_main_siteID_ttl {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9375rem;
  background: -webkit-gradient(linear, left top, right top, from(#db2b2b), color-stop(50%, #d12b28), to(#e54748));
  background: linear-gradient(90deg, #db2b2b, #d12b28 50%, #e54748);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding-left: 0.75rem;
  border-left: solid 0.0625rem #ACACAC;
}
.bl_footer_main_nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 3.125rem;
  width: 100%;
}
.bl_footer_main_nav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}
.bl_footer_main_nav_item_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
}
.bl_footer_main_nav_item_heading .en {
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1;
  letter-spacing: 0.06rem;
}
.bl_footer_main_nav_item_heading .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.bl_footer_main_nav_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.875rem;
}
.bl_footer_main_nav_item_list li a,
.bl_footer_main_nav_item_list li button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.bl_footer_main_nav_item_list li a::before,
.bl_footer_main_nav_item_list li button::before {
  content: "";
  width: 0.5rem;
  height: 0.0625rem;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bl_footer_main_nav_item_list li a span,
.bl_footer_main_nav_item_list li button span {
  color: transparent;
  position: relative;
  display: inline-block;
}
.bl_footer_main_nav_item_list li a span::before,
.bl_footer_main_nav_item_list li button span::before {
  content: attr(data-text);
  color: #222;
  position: absolute;
  inset: 0;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.bl_footer_main_nav_item_list li a span::after,
.bl_footer_main_nav_item_list li button span::after {
  content: attr(data-text);
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  color: transparent;
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.bl_footer_main_nav_item_list li a.btn_mail::after,
.bl_footer_main_nav_item_list li button.btn_mail::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-color: #888;
  -webkit-mask-image: url("../images/common/ico-exlink-mask.svg");
  mask-image: url("../images/common/ico-exlink-mask.svg");
}
@media (hover: hover) and (pointer: fine) {
  .bl_footer_main_nav_item_list li a:hover,
  .bl_footer_main_nav_item_list li button:hover {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
  .bl_footer_main_nav_item_list li a:hover span::before,
  .bl_footer_main_nav_item_list li button:hover span::before {
    opacity: 0;
  }
  .bl_footer_main_nav_item_list li a:hover span::after,
  .bl_footer_main_nav_item_list li button:hover span::after {
    opacity: 1;
  }
  .bl_footer_main_nav_item_list li a:hover.btn_mail::after,
  .bl_footer_main_nav_item_list li button:hover.btn_mail::after {
    background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
    background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  }
}
.bl_footer_main_nav_item.is-aboutus {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.bl_footer_main_nav_item.is-whatwedo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.bl_footer_main_nav_item.is-worklife {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.bl_footer_main_nav_item.is-recruit {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.bl_footer_main_nav_item.is-interview {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media screen and (min-width: 768px) {
  .bl_footer_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl_footer_main_siteID {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .bl_footer_main_siteID_text {
    position: absolute;
    width: 0.0625rem;
    height: 0.0625rem;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .bl_footer_main_siteID_mask {
    width: 9.75rem;
  }
  .bl_footer_main_siteID_mask::before {
    background: -webkit-gradient(linear, left top, right top, from(#db2b2b), color-stop(50%, #d12b28), to(#e54748));
    background: linear-gradient(90deg, #db2b2b, #d12b28 50%, #e54748);
  }
  .bl_footer_main_siteID_ttl {
    padding-left: 1.25rem;
  }
  .bl_footer_main_nav {
    width: auto;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
  }
  .bl_footer_main_nav_item {
    min-width: 10.625rem;
  }
  .bl_footer_main_nav_item_headind .en {
    font-size: 1.5rem;
  }
  .bl_footer_main_nav_item_list li a,
  .bl_footer_main_nav_item_list li button {
    font-size: 0.875rem;
  }
  .bl_footer_main_nav_item.is-aboutus {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .bl_footer_main_nav_item.is-whatwedo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .bl_footer_main_nav_item.is-worklife {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .bl_footer_main_nav_item.is-recruit {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .bl_footer_main_nav_item.is-interview {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.bl_footer_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3rem;
}
.bl_footer_sub_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}
.bl_footer_sub_nav_sns li a {
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.bl_footer_sub_nav_sns li a svg.bi-youtube {
  width: 2.0625rem;
  height: auto;
  display: inline-block;
  fill: #FF0000;
}
@media (hover: hover) and (pointer: fine) {
  .bl_footer_sub_nav_sns li a:hover {
    opacity: 0.5;
  }
}
.bl_footer_sub_nav_site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 1.75rem;
}
.bl_footer_sub_nav_site_item a {
  color: #888;
  font-size: 0.875rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.375rem;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .bl_footer_sub_nav_site_item a:hover {
    opacity: 0.5;
  }
}
.bl_footer_sub_nav_site_item_ico {
  width: 0.75rem;
}
.bl_footer_sub_copyright {
  color: #888;
  font-size: 0.875rem;
}
.bl_footer_sub_pagetop {
  position: absolute;
  bottom: 9.375rem;
  right: 1.5rem;
}
.bl_footer_sub_pagetop_icon {
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .bl_footer_sub {
    width: calc(100% - 3.75rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_footer_sub_nav {
    row-gap: 2rem;
  }
  .bl_footer_sub_nav_sns li a {
    width: 2.75rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .bl_footer_sub_nav_sns li a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  .bl_footer_sub_nav_site {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .bl_footer_sub_pagetop {
    bottom: 2rem;
    right: 2rem;
  }
  .bl_footer_sub_pagetop_icon {
    width: 2.75rem;
  }
}

.bl_gnav {
  color: #fff;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  border-radius: 0.5rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.bl_gnav_wrap {
  width: 100%;
  padding: 0.625rem 0.875rem 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
}
.bl_gnav_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_gnav_header_siteID_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
.bl_gnav_header_siteID_wrap_text {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.bl_gnav_header_siteID_wrap_mask {
  width: 5rem;
}
.bl_gnav_header_siteID_wrap_mask::before {
  background-color: currentColor;
}
.bl_gnav_header_siteID_wrap_ttl {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: currentColor;
  font-size: 0.75rem;
  line-height: 1;
  padding-left: 0.75rem;
  border-left: solid 0.0625rem rgb(from currentColor r g b/0.4);
}
.bl_gnav_header_hamburger {
  color: currentColor;
}
.bl_gnav_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
  padding-inline: 1rem;
}
.bl_gnav_main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 0.625rem;
  padding-bottom: 2.5rem;
  border-bottom: solid 0.0625rem rgba(255, 255, 255, 0.4);
}
.bl_gnav_main_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}
.bl_gnav_main_item_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.4375rem;
}
.bl_gnav_main_item_heading .en {
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  color: currentColor;
  line-height: 1;
  letter-spacing: 0.06rem;
}
.bl_gnav_main_item_heading .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  color: currentColor;
}
.bl_gnav_main_item_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.875rem;
}
.bl_gnav_main_item_menu li a,
.bl_gnav_main_item_menu li button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: currentColor;
  font-size: 0.875rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.bl_gnav_main_item_menu li a::before,
.bl_gnav_main_item_menu li button::before {
  content: "";
  width: 0.5rem;
  height: 0.0625rem;
  background-color: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bl_gnav_entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.bl_gnav_entry_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.4375rem;
}
.bl_gnav_entry_heading .en {
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  color: currentColor;
  line-height: 1;
  letter-spacing: 0.06rem;
}
.bl_gnav_entry_heading .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  color: currentColor;
}
.bl_gnav_entry_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.bl_gnav_entry_cont_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  border-right: solid 0.0625rem rgba(255, 255, 255, 0.4);
  background-color: currentColor;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
  cursor: pointer;
}
.bl_gnav_entry_cont_item:last-child {
  border-right: none;
}
.bl_gnav_entry_cont_item_cat {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.125rem 0;
  padding: 1rem;
}
.bl_gnav_entry_cont_item_cat_label {
  color: #BCBCBC;
  font-size: 0.75rem;
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.1;
  opacity: 0.6;
}
.bl_gnav_entry_cont_item_cat_ttl {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.1;
}
.bl_gnav_entry_cont_item_cat_ico {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1.5rem;
}
.bl_gnav_entry_cont_item_child {
  padding: 1rem;
}
.bl_gnav_entry_cont_item_child_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 1rem;
}
.bl_gnav_entry_cont_item_child_list_item {
  position: relative;
}
.bl_gnav_entry_cont_item_child_list_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #D9D9D9), color-stop(0.125rem, transparent));
  background: linear-gradient(90deg, #D9D9D9 0 0.125rem, transparent 0.125rem 0.25rem);
  background-size: 0.25rem 100%;
}
.bl_gnav_entry_cont_item_child_list_item a, .bl_gnav_entry_cont_item_child_list_item button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.625rem;
  padding-block: 0 1rem;
}
.bl_gnav_entry_cont_item_child_list_item a span, .bl_gnav_entry_cont_item_child_list_item button span {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1.1;
}
.bl_gnav_entry_cont_item_child_list_item_ico.c_iconCircleArrowLine {
  width: 1.25rem;
}
.bl_gnav_entry_cont_item_child_list_item_ico.c_iconExlink {
  width: 0.875rem;
}
.bl_gnav_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.bl_gnav_sub_sns {
  color: currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
.bl_gnav_sub_sns li a svg.bi-youtube {
  width: 2.0625rem;
  height: auto;
  display: inline-block;
  fill: currentColor;
}
.bl_gnav_sub_site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 1.75rem;
}
.bl_gnav_sub_site_item a {
  color: currentColor;
  font-size: 0.875rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.375rem;
}
.bl_gnav_sub_site_item_ico {
  width: 0.75rem;
}
.bl_gnav_copyright {
  color: currentColor;
  font-size: 0.875rem;
}

.bl_cta-entry {
  padding: 4rem 0 0;
  background-color: #FFF8F8;
}
.bl_cta-entry_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-inline: 1.09375rem;
  gap: 0.75rem;
}
.bl_cta-entry_heading .en {
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #606060;
  font-size: 4.625rem;
  line-height: 3.125rem;
  display: inline-block;
}
.bl_cta-entry_heading .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #606060;
  font-size: 1.125rem;
  line-height: 1.125rem;
  letter-spacing: 0.045rem;
  display: inline-block;
  -webkit-transform: translateX(0.375rem);
          transform: translateX(0.375rem);
}
.bl_cta-entry_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  background: linear-gradient(94deg, #5D5D5D 0%, #7C7C7C 100%);
  padding: 2.5rem 1.5rem 3rem;
  border-radius: 0.75rem 0.75rem 0 0;
}
.bl_cta-entry_cont_body {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.9;
}
.bl_cta-entry_cont_nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .bl_cta-entry {
    padding-block: 6.0625rem 0;
    padding-inline: 2rem;
  }
  .bl_cta-entry_heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0.625rem;
    padding-inline: 1.5625rem;
  }
  .bl_cta-entry_heading .en {
    font-size: 7.5rem;
    font-size: clamp(5rem, 10vw, 7.5rem);
    line-height: 0.65em;
  }
  .bl_cta-entry_heading .jp {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0.08rem;
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
  .bl_cta-entry_cont {
    padding-block: 6.875rem;
    padding-inline: clamp(1.5rem, 5vw, 4rem);
  }
  .bl_cta-entry_cont_nav {
    grid-template-columns: repeat(3, 1fr);
  }
  .bl_cta-entry_cont_nav_item {
    min-height: 8.5rem;
  }
}

.bl_cta-contact {
  position: relative;
  padding-block: 5rem 0;
  background-color: #FFF8F8;
}
.bl_cta-contact_bg {
  background: linear-gradient(94deg, #5D5D5D 0%, #7C7C7C 100%);
  border-radius: 0.75rem 0.75rem 0 0;
  padding-inline: 1.5rem;
}
.bl_cta-contact_bg_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem 0;
  padding-block: 5rem 3.5rem;
}
.bl_cta-contact_bg_wrap .c_secHeading {
  gap: 2rem 0;
}
.bl_cta-contact_bg_wrap .c_secHeading_lead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.bl_cta-contact_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 3.125rem 2.0625rem 2.75rem 1.9375rem;
  border-radius: 0.5rem;
  background: #FFF8F8;
  -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1) inset;
  position: relative;
}
.bl_cta-contact_cont_ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-radius: 50%;
  padding: 0.75rem 1.125rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.04rem;
  border-radius: 3.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-box-shadow: 0.125rem 0.125rem 0.1875rem 0.0625rem rgba(255, 255, 255, 0.25) inset;
          box-shadow: 0.125rem 0.125rem 0.1875rem 0.0625rem rgba(255, 255, 255, 0.25) inset;
}
.bl_cta-contact_cont_ttl span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bl_cta-contact_cont_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_cta-contact_cont_tel .tel {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.02rem;
}
.bl_cta-contact_cont_tel .num {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.035rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.25rem;
}
.bl_cta-contact_cont_tel .num span {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .bl_cta-contact {
    padding: 6.0625rem 2rem 0;
  }
  .bl_cta-contact_bg_wrap {
    max-width: 64rem;
    width: 100%;
    margin-inline: auto;
    padding-block: 5rem;
  }
  .bl_cta-contact_cont {
    gap: 2.5rem;
    padding: 5rem 8.3125rem 3rem 8.3125rem;
    border-radius: 0.625rem;
  }
  .bl_cta-contact_cont_ttl {
    font-size: 1.125rem;
    padding: 0.875rem 1.5rem;
  }
  .bl_cta-contact_cont_tel {
    gap: 1.25rem;
  }
  .bl_cta-contact_cont_tel .tel {
    font-size: 1.125rem;
  }
  .bl_cta-contact_cont_tel .num {
    font-size: 2rem;
  }
  .bl_cta-contact_cont_tel .num span {
    font-size: 0.9375rem;
  }
}

.bl_fixed-entry {
  position: fixed;
  bottom: -0.0625rem;
  left: 0;
  z-index: 98;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  width: 100%;
  border-radius: 0.375rem 0.375rem 0 0;
  overflow: hidden;
  -webkit-box-shadow: -0.074375rem 0 0.743875rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: -0.074375rem 0 0.743875rem 0 rgba(0, 0, 0, 0.15);
}
.bl_fixed-entry_btn {
  color: #fff;
  width: 100%;
  height: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  padding: 0.875rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}
.bl_fixed-entry_btn_txt {
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1;
}
.bl_fixed-entry_btn_ico {
  width: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  position: relative;
  display: inline-block;
}
.bl_fixed-entry_btn_ico::before, .bl_fixed-entry_btn_ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 0.125rem;
  background: #fff;
  border-radius: 0.625rem;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.bl_fixed-entry_btn_ico::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.bl_fixed-entry_btn.is-active .bl_fixed-entry_btn_ico::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.bl_fixed-entry_menu {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
  padding-inline: 1.5625rem;
  padding-bottom: 2rem;
}
.bl_fixed-entry_menu_item {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.25rem;
}
.bl_fixed-entry_menu_item_cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem 0;
  margin-bottom: 0.375rem;
}
.bl_fixed-entry_menu_item_cat_label {
  color: #BCBCBC;
  font-size: 0.75rem;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.1;
}
.bl_fixed-entry_menu_item_cat_ttl {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.1;
}
.bl_fixed-entry_menu_item.is-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_fixed-entry_menu_item.is-link .bl_fixed-entry_menu_item_cat {
  padding-right: 1.875rem;
  margin-bottom: 0;
}
.bl_fixed-entry_menu_item.is-link .bl_fixed-entry_menu_item_ico {
  width: 1.5rem;
}
.bl_fixed-entry_menu_item_list {
  padding-inline: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bl_fixed-entry_menu_item_list_item {
  position: relative;
}
.bl_fixed-entry_menu_item_list_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #D9D9D9), color-stop(0.125rem, transparent));
  background: linear-gradient(90deg, #D9D9D9 0 0.125rem, transparent 0.125rem 0.25rem);
  background-size: 0.25rem 100%;
}
.bl_fixed-entry_menu_item_list_item a, .bl_fixed-entry_menu_item_list_item button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.625rem;
  font-size: 0.8125rem;
  padding-block: 0.875rem;
}
.bl_fixed-entry_menu_item_list_item_ico.c_iconCircleArrowLine {
  width: 1.25rem;
}
.bl_fixed-entry_menu_item_list_item_ico.c_iconExlink {
  width: 0.75rem;
}
@media screen and (min-width: 1160px) {
  .bl_fixed-entry {
    display: none;
  }
}

body.is-modalOpen {
  overflow: hidden;
}

.bl_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(0.3125rem);
  display: none;
}
.bl_modal_cont {
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: 100;
  width: calc(100% - 3rem);
  max-height: calc(100dvh - 6.25rem);
  border-radius: 0.625rem;
  overflow: hidden;
  /* 👇 これが本体の正 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 閉じてるとき */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.bl_modal_cont.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.bl_modal_cont_btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  z-index: 1;
  background-color: #FFF8F8;
  border: solid 0.0625rem #E54748;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  cursor: pointer;
}
.bl_modal_cont_scrollArea {
  border-radius: inherit;
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
}
.bl_modal_cont_scrollTarget {
  width: 100%;
  padding-block: 1.5rem 3rem;
  padding-inline: 1.5rem 1.5rem;
  background: #FFF8F8;
  border-radius: inherit;
}
@media screen and (min-width: 768px) {
  .bl_modal_cont {
    width: calc(100% - 8.75rem);
  }
  .bl_modal_cont_btn {
    top: 1.5rem;
    right: 1.5rem;
    width: 2.625rem;
  }
  .bl_modal_cont_scrollTarget {
    padding-block: 4rem;
    padding-inline: clamp(2.5rem, 5vw, 4.375rem);
  }
}

.c_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem 0;
}
.c_tab input[name=tab_button] {
  display: none;
}
.c_tab_menu {
  max-width: 12.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem 1.5rem;
}
.c_tab_menu_item {
  color: #BCBCBC;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 0.625rem 0.875rem 0.75rem 0.875rem;
  border: solid 0.0625rem #BCBCBC;
  border-radius: 3.125rem;
  overflow: hidden;
}
.c_tab_menu_item span {
  position: relative;
}
.c_tab_menu_item span:not(:first-child) {
  padding-left: 0.75rem;
}
.c_tab_menu_item span:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0.0625rem;
  height: 90%;
  background-color: currentColor;
}
.c_tab #tab01_btn:checked ~ #tab01,
.c_tab #tab02_btn:checked ~ #tab02,
.c_tab #tab03_btn:checked ~ #tab03 {
  display: block;
}
.c_tab #tab01_btn:checked ~ .c_tab_menu label[for=tab01_btn],
.c_tab #tab02_btn:checked ~ .c_tab_menu label[for=tab02_btn],
.c_tab #tab03_btn:checked ~ .c_tab_menu label[for=tab03_btn] {
  background-color: transparent;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  border: solid 0rem #BCBCBC;
}
.c_tab_cont {
  display: none;
}
@media screen and (min-width: 768px) {
  .c_tab {
    gap: 4rem 0;
  }
  .c_tab_menu {
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c_tab_menu_item {
    font-size: 1.125rem;
    padding: 0.875rem 1.5rem 1rem 1.5rem;
  }
}

.is-typeWh {
  position: relative;
  z-index: 0;
}
.is-typeWh::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 29.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}
@media screen and (min-width: 768px) {
  .is-typeWh::before {
    height: 40rem;
  }
}

.is-typeGrad .bl_header .bl_header_main {
  background-color: transparent;
}

.is-typeWh .bl_header .bl_header_main {
  background-color: transparent;
}
.is-typeWh .bl_header .bl_header_main_siteID_wrap_mask::before, .is-typeWh .bl_header .bl_header_main_siteID_wrap_mask::after {
  background: #fff;
}
.is-typeWh .bl_header .bl_header_main_siteID_wrap_ttl {
  background: none;
  background-clip: initial;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  color: #fff;
  border-left: solid 0.0625rem rgba(255, 255, 255, 0.4);
}
.is-typeWh .bl_header .bl_header_main_menu {
  color: #fff;
}
.is-typeWh .bl_header .bl_header_main_menu li {
  border-right: solid 0.0625rem rgba(255, 255, 255, 0.4);
}
.is-typeWh .bl_header .bl_header_main_menu li:last-child {
  border-right: none;
}
.is-typeWh .bl_header .bl_header_entry {
  color: #BCBCBC;
  background: #fff;
}
.is-typeWh .bl_header .bl_header_entry_item {
  border-right: solid 0.0625rem rgba(188, 188, 188, 0.4);
}
.is-typeWh .bl_header .bl_header_entry_item_cat_ttl {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.is-typeWh .bl_header .bl_header_entry_item_cat_ico::before, .is-typeWh .bl_header .bl_header_entry_item_cat_ico::after {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}
.is-typeWh .bl_header .bl_header_entry_item_child_list {
  background: #fff;
}
.is-typeWh .bl_header .bl_header_entry_item_child_list_item a,
.is-typeWh .bl_header .bl_header_entry_item_child_list_item button {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.is-typeWh .bl_header .bl_header_entry_item_child_list_item_ico::before, .is-typeWh .bl_header .bl_header_entry_item_child_list_item_ico::after {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
}

.bl_pageHero {
  margin-bottom: 5rem;
}
.bl_pageHero_imgWrap {
  width: 100%;
  height: auto;
  aspect-ratio: 5/6;
  display: block;
  border-radius: 0.625rem;
  overflow: hidden;
}
.bl_pageHero_imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .bl_pageHero {
    margin-bottom: 8rem;
  }
  .bl_pageHero_imgWrap {
    aspect-ratio: 1840/933;
  }
}
.bl_pageHero_anchor {
  margin-top: 2rem;
}
.bl_pageHero_anchor ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.bl_pageHero_anchor ol li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1;
}
.bl_pageHero_anchor ol li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 0.0625rem #D9D9D9;
}
.bl_pageHero_anchor ol li a .c_iconAnchor {
  width: 0.75em;
}
@media screen and (min-width: 768px) {
  .bl_pageHero_anchor ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1.5rem;
  }
  .bl_pageHero_anchor ol li {
    font-size: 0.9375rem;
  }
}

.bl_pageFv {
  width: calc(100% - 1.5rem);
  margin-inline: auto;
}
.bl_pageFv .bl_pageHero_anchor {
  padding-inline: 0.75rem;
}
@media screen and (min-width: 768px) {
  .bl_pageFv {
    width: calc(100% - 3rem);
  }
  .bl_pageFv .bl_pageHero_anchor {
    padding-inline: 0;
  }
}

.bl_acc_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.bl_acc_btn_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.bl_acc_btn_text_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.9;
}
.bl_acc_btn_text_en {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1;
}
.bl_acc_btn_ico {
  --ico-size: 2rem;
  --plus-thickness: clamp(
  0.125rem,
  calc(var(--ico-size) / 16),
  0.25rem
  );
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: var(--ico-size);
  aspect-ratio: 1/1;
  border-radius: 2.5rem;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-box-shadow: 0.0976875rem 0.0976875rem 0.1465rem 0.0488125rem rgba(255, 255, 255, 0.25) inset;
          box-shadow: 0.0976875rem 0.0976875rem 0.1465rem 0.0488125rem rgba(255, 255, 255, 0.25) inset;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.bl_acc_btn_ico::before, .bl_acc_btn_ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  height: var(--plus-thickness);
  background-color: #fff;
  border-radius: 1.875rem;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.bl_acc_btn_ico::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.bl_acc_btn.is-active .bl_acc_btn_ico::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.bl_acc_cont {
  display: none;
}
.bl_acc--bar {
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}
.bl_acc--bar .bl_acc_btn {
  padding: 2rem 1.5rem;
}
.bl_acc--list {
  padding-block: 1.5rem;
  border-bottom: solid 0.0625rem #D9D9D9;
}
.bl_acc--list:first-child {
  border-top: solid 0.0625rem #D9D9D9;
}
.bl_acc--list .bl_acc_btn_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 0.75rem;
}
.bl_acc--list .bl_acc_btn_text_jp {
  font-size: 0.9375rem;
}
.bl_acc--list .bl_acc_btn_text::before {
  content: "Q";
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bl_acc.is-close {
  opacity: 0.4;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .bl_acc_btn_text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
  }
  .bl_acc_btn_text_jp {
    font-size: 1.375rem;
  }
  .bl_acc_btn_text_en {
    font-size: 1.125rem;
  }
  .bl_acc_btn_ico {
    --ico-size: clamp(
    2.375rem,
    calc(3.55vw + 0.6725rem),
    4rem
    );
  }
  .bl_acc--bar {
    border-radius: 0.625rem;
  }
  .bl_acc--bar .bl_acc_btn {
    padding-block: 2.375rem;
    padding-inline: clamp(2.375rem, 2.73vw + 1.065rem, 3.625rem) clamp(2.375rem, 3.55vw + 0.6725rem, 4rem);
  }
  .bl_acc--list .bl_acc_btn_text {
    gap: 0 2rem;
  }
  .bl_acc--list .bl_acc_btn_text::before {
    font-size: 2rem;
  }
  .bl_acc--list .bl_acc_btn_text_jp {
    font-size: 1.125rem;
  }
}

.bl_intvModal {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 4rem;
}
.bl_intvModal_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem 0;
}
.bl_intvModal_imgWrap {
  width: 100%;
  aspect-ratio: 311/406;
  border-radius: 0.625rem;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
}
.bl_intvModal_imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_intvModal_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem 0;
  margin-bottom: 1.5rem;
}
.bl_intvModal_info_label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_intvModal_info_label_position {
  margin-right: 0.40625rem;
  padding-right: 0.40625rem;
  border-right: solid 0.0625rem #BCBCBC;
}
.bl_intvModal_info_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.bl_intvModal_info_name_initial {
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 1.2;
}
.bl_intvModal_info_name_join {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1;
}
.bl_intvModal_history {
  background-color: #fff;
  border-radius: 0.625rem;
}
.bl_intvModal_history_btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1;
  padding: 1rem 1.5rem;
}
.bl_intvModal_history_btn_ico {
  --ico-size: 2.5rem;
}
.bl_intvModal_history ul {
  padding: 0 1.5rem 1rem;
}
.bl_intvModal_history ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.4375rem;
  padding-block: 1rem;
  position: relative;
}
.bl_intvModal_history ul li:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #D9D9D9), color-stop(0.125rem, transparent));
  background: linear-gradient(90deg, #D9D9D9 0 0.125rem, transparent 0.125rem 0.25rem);
  background-size: 0.25rem 100%;
}
.bl_intvModal_history ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #D9D9D9), color-stop(0.125rem, transparent));
  background: linear-gradient(90deg, #D9D9D9 0 0.125rem, transparent 0.125rem 0.25rem);
  background-size: 0.25rem 100%;
}
.bl_intvModal_history ul li span:first-child {
  color: #BCBCBC;
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1.3;
}
.bl_intvModal_history ul li span:last-child {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1.3;
}
.bl_intvModal_row_ttl {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
}
.bl_intvModal_row dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
  padding-block: 0 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.bl_intvModal_row dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #D9D9D9), color-stop(0.125rem, transparent));
  background: linear-gradient(90deg, #D9D9D9 0 0.125rem, transparent 0.125rem 0.25rem);
  background-size: 0.25rem 100%;
}
.bl_intvModal_row dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .bl_intvModal {
    grid-template-columns: clamp(17.5rem, 33%, 25.375rem) 1fr;
  }
  .bl_intvModal_left_sticky {
    position: sticky;
    top: 4rem;
  }
  .bl_intvModal_right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    gap: 3rem 0;
  }
  .bl_intvModal_imgWrap {
    width: 100%;
    border-radius: 0.625rem;
    margin-bottom: 2rem;
  }
  .bl_intvModal_info {
    margin-bottom: 2rem;
  }
  .bl_intvModal_info_label {
    font-size: 0.9375rem;
  }
  .bl_intvModal_info_name_initial {
    font-size: 1.5rem;
  }
  .bl_intvModal_info_name_join {
    font-size: 0.875rem;
  }
  .bl_intvModal_history {
    border-radius: 0.625rem;
  }
  .bl_intvModal_history_btn {
    font-size: 0.9375rem;
    padding: 1.5rem;
    pointer-events: none;
  }
  .bl_intvModal_history_btn_ico {
    display: none;
  }
  .bl_intvModal_history ul li span:first-child {
    font-size: 0.875rem;
  }
  .bl_intvModal_history ul li span:last-child {
    font-size: 0.9375rem;
  }
  .bl_intvModal_row_ttl {
    font-size: 2rem;
  }
  .bl_intvModal_row dt {
    font-size: 0.9375rem;
  }
  .bl_intvModal_row dd {
    font-size: 0.9375rem;
  }
}

.js_scrollable_inn {
  padding-right: 1.5rem;
}

.scroll-hint-icon {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  height: initial !important;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.9 !important;
}

.scroll-hint-icon:before {
  background: url(../images/common/scroll-hint-icon-before.svg) no-repeat center 100% !important;
}

.scroll-hint-icon:after {
  width: 2.5rem !important;
  background: url(../images/common/scroll-hint-icon-after.svg) no-repeat center 100% !important;
}

.js_topFvSwiper {
  position: relative;
  height: 100% !important;
}
.js_topFvSwiper .swiper-slide {
  width: 100% !important;
  height: 100% !important;
}
.js_topFvSwiper .swiper-slide.swiper-slide-active .p_top_fv_slider_imgWrap img, .js_topFvSwiper .swiper-slide.swiper-slide-prev .p_top_fv_slider_imgWrap img {
  -webkit-animation: fvPanX-sp 6s ease-out both;
          animation: fvPanX-sp 6s ease-out both;
}
.js_topFvSwiper .swiper-pagination {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 1.25rem;
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
.js_topFvSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: 0;
  background-color: #fff;
  opacity: 0.2;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .js_topFvSwiper .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #fff;
  }
}
.js_topFvSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .js_topFvSwiper .swiper-slide.swiper-slide-active .p_top_fv_slider_imgWrap img, .js_topFvSwiper .swiper-slide.swiper-slide-prev .p_top_fv_slider_imgWrap img {
    -webkit-animation: fvPanX-pc 6s ease-out both;
            animation: fvPanX-pc 6s ease-out both;
  }
  .js_topFvSwiper .swiper-pagination {
    bottom: 2.5rem;
    right: 2.5rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fvPanX-pc {
  from {
    -webkit-transform: translateX(-0.625rem) scale(1.06);
            transform: translateX(-0.625rem) scale(1.06);
  }
  to {
    -webkit-transform: translateX(0.625rem) scale(1.06);
            transform: translateX(0.625rem) scale(1.06);
  }
}

@keyframes fvPanX-pc {
  from {
    -webkit-transform: translateX(-0.625rem) scale(1.06);
            transform: translateX(-0.625rem) scale(1.06);
  }
  to {
    -webkit-transform: translateX(0.625rem) scale(1.06);
            transform: translateX(0.625rem) scale(1.06);
  }
}
@-webkit-keyframes fvPanX-sp {
  from {
    -webkit-transform: translateX(-0.625rem) scale(1.06);
            transform: translateX(-0.625rem) scale(1.06);
  }
  to {
    -webkit-transform: translateX(0.625rem) scale(1.06);
            transform: translateX(0.625rem) scale(1.06);
  }
}
@keyframes fvPanX-sp {
  from {
    -webkit-transform: translateX(-0.625rem) scale(1.06);
            transform: translateX(-0.625rem) scale(1.06);
  }
  to {
    -webkit-transform: translateX(0.625rem) scale(1.06);
            transform: translateX(0.625rem) scale(1.06);
  }
}
.js_topInterviewSwiper {
  overflow: visible;
  padding-block: 1.875rem;
  position: relative;
  z-index: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.js_topInterviewSwiper .swiper-slide {
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease, -webkit-filter 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease, -webkit-filter 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, filter 0.35s ease, -webkit-transform 0.35s ease, -webkit-filter 0.35s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 1;
  opacity: 0.2;
  -webkit-filter: blur(0.0125rem) saturate(0.85);
          filter: blur(0.0125rem) saturate(0.85);
}
.js_topInterviewSwiper .swiper-slide-prev {
  -webkit-transform: translateX(10%) scale(0.85);
          transform: translateX(10%) scale(0.85);
  z-index: 1;
  pointer-events: none;
}
.js_topInterviewSwiper .swiper-slide-next {
  -webkit-transform: translateX(-10%) scale(0.85);
          transform: translateX(-10%) scale(0.85);
  z-index: 1;
  pointer-events: none;
}
.js_topInterviewSwiper .swiper-slide-active {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  z-index: 2;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
.js_topInterviewSwiper .js_topInterviewSwiper_prev,
.js_topInterviewSwiper .js_topInterviewSwiper_next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background-color: #fff;
  width: 3rem;
  cursor: pointer;
}
.js_topInterviewSwiper .js_topInterviewSwiper_prev {
  left: 3%;
}
.js_topInterviewSwiper .js_topInterviewSwiper_next {
  right: 3%;
}
.js_topInterviewSwiper .swiper-pagination {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.40625rem;
     -moz-column-gap: 0.40625rem;
          column-gap: 0.40625rem;
}
.js_topInterviewSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: 0;
  background-color: #BCBCBC;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .js_topInterviewSwiper .swiper-pagination .swiper-pagination-bullet:hover {
    background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
    background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  }
}
.js_topInterviewSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(#E54748), to(#E77913));
  background: linear-gradient(90deg, #E54748 0%, #E77913 100%);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .js_topInterviewSwiper {
    width: auto;
    margin-left: auto;
  }
  .js_topInterviewSwiper .swiper-slide-prev {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  .js_topInterviewSwiper .swiper-slide-next {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  .js_topInterviewSwiper .swiper-slide-active {
    -webkit-transform: translateX(0) scale(1.2);
            transform: translateX(0) scale(1.2);
  }
  .js_topInterviewSwiper .js_topInterviewSwiper_prev,
  .js_topInterviewSwiper .js_topInterviewSwiper_next {
    width: clamp(3rem, 7vw, 4.625rem);
  }
  .js_topInterviewSwiper .js_topInterviewSwiper_prev {
    left: 30%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .js_topInterviewSwiper .js_topInterviewSwiper_next {
    right: 30%;
    -webkit-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%);
  }
  .js_topInterviewSwiper .swiper-pagination {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    bottom: -3.75rem;
  }
  .js_topInterviewSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.js_featureSubSwiper .swiper-slide {
  pointer-events: none; /* スライド中の誤動作防止 */
}

.js_featureSubSwiper .swiper-slide-active {
  pointer-events: auto;
}

/* サブスライダーの各スライドを初期状態で透明にする */
.js_featureSubSwiper .swiper-slide {
  opacity: 0 !important;
  visibility: hidden; /* ★物理的に隠す */
  -webkit-transition: opacity 800ms, visibility 800ms !important;
  transition: opacity 800ms, visibility 800ms !important;
}

/* アクティブなスライド（およびループ用のクローン）が表示された時 */
.js_featureSubSwiper .swiper-slide-active,
.js_featureSubSwiper .swiper-slide-duplicate-active {
  opacity: 1 !important;
  visibility: visible !important;
}

.js_featurePagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: 0;
  background-color: #BCBCBC;
  opacity: 0.5;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .js_featurePagination .swiper-pagination-bullet:hover {
    background-color: #fff;
  }
}
.js_featurePagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

/* 共通：アニメーション開始前の非表示 */
.js_pageHeadingAnimation,
.js_pageHeadingAnimation--grad {
  opacity: 0;
}

/* 共通：日本語タイトル */
.c_pageHeading_jp {
  display: block; /* 1文字ずつではなく、まとめて動かすため */
}

/* パターン1用 */
.js_pageHeadingAnimation .c_pageHeading_en {
  display: block;
  overflow: hidden; /* 文字が枠の下から出てくる演出 */
}

/* パターン2用 */
.js_pageHeadingAnimation--grad .c_pageHeading_en {
  display: inline-block;
  background: none !important;
  -webkit-text-fill-color: transparent !important;
  display: block;
  overflow: hidden;
}

.js_pageHeadingAnimation--grad .js_char {
  display: inline-block;
  white-space: pre;
  will-change: transform, opacity;
}

.u_align--center {
  text-align: center;
}
.u_align--left {
  text-align: left;
}
.u_align--right {
  text-align: right;
}
.u_align--justify {
  text-align: justify;
}

/* =========================================
改行ユーティリティ
- SP : 〜767px
- PC : 768px〜
========================================= */
/* ---------------------------------
   SP のみ改行（〜767px）
   --------------------------------- */
.u_br--sp {
  display: inline;
}
@media screen and (min-width: 768px) {
  .u_br--sp {
    display: none;
  }
}

/* ---------------------------------
   PC のみ改行（768px〜）
   --------------------------------- */
.u_br--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u_br--pc {
    display: inline;
  }
}

/* ---------------------------------
   常時改行
   --------------------------------- */
.u_br--all {
  display: inline;
}

.u_float--clear {
  clear: both;
}
.u_float--left {
  float: left;
}
.u_float--right {
  float: right;
}

.u_family--jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.u_family--en {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.u_style--italic {
  font-style: italic;
}

.u_weight--bold {
  font-weight: 700;
}
.u_weight--semibold {
  font-weight: 600;
}
.u_weight--medium {
  font-weight: 500;
}
.u_weight--regular {
  font-weight: 400;
}
.u_weight--light {
  font-weight: 300;
}
.u_weight--extralight {
  font-weight: 200;
}

.u_color--wh {
  color: #fff;
}
.u_color--bk {
  color: #000;
}
.u_color--navy {
  color: #222;
}
.u_color--blue {
  color: #222;
}

.u_mb0 {
  margin-bottom: 0px;
}

.u_mb1 {
  margin-bottom: 1px;
}

.u_mb2 {
  margin-bottom: 2px;
}

.u_mb3 {
  margin-bottom: 3px;
}

.u_mb4 {
  margin-bottom: 4px;
}

.u_mb5 {
  margin-bottom: 5px;
}

.u_mb6 {
  margin-bottom: 6px;
}

.u_mb7 {
  margin-bottom: 7px;
}

.u_mb8 {
  margin-bottom: 8px;
}

.u_mb9 {
  margin-bottom: 9px;
}

.u_mb10 {
  margin-bottom: 10px;
}

.u_mb11 {
  margin-bottom: 11px;
}

.u_mb12 {
  margin-bottom: 12px;
}

.u_mb13 {
  margin-bottom: 13px;
}

.u_mb14 {
  margin-bottom: 14px;
}

.u_mb15 {
  margin-bottom: 15px;
}

.u_mb16 {
  margin-bottom: 16px;
}

.u_mb17 {
  margin-bottom: 17px;
}

.u_mb18 {
  margin-bottom: 18px;
}

.u_mb19 {
  margin-bottom: 19px;
}

.u_mb20 {
  margin-bottom: 20px;
}

.u_mb21 {
  margin-bottom: 21px;
}

.u_mb22 {
  margin-bottom: 22px;
}

.u_mb23 {
  margin-bottom: 23px;
}

.u_mb24 {
  margin-bottom: 24px;
}

.u_mb25 {
  margin-bottom: 25px;
}

.u_mb26 {
  margin-bottom: 26px;
}

.u_mb27 {
  margin-bottom: 27px;
}

.u_mb28 {
  margin-bottom: 28px;
}

.u_mb29 {
  margin-bottom: 29px;
}

.u_mb30 {
  margin-bottom: 30px;
}

.u_mb31 {
  margin-bottom: 31px;
}

.u_mb32 {
  margin-bottom: 32px;
}

.u_mb33 {
  margin-bottom: 33px;
}

.u_mb34 {
  margin-bottom: 34px;
}

.u_mb35 {
  margin-bottom: 35px;
}

.u_mb36 {
  margin-bottom: 36px;
}

.u_mb37 {
  margin-bottom: 37px;
}

.u_mb38 {
  margin-bottom: 38px;
}

.u_mb39 {
  margin-bottom: 39px;
}

.u_mb40 {
  margin-bottom: 40px;
}

.u_mb41 {
  margin-bottom: 41px;
}

.u_mb42 {
  margin-bottom: 42px;
}

.u_mb43 {
  margin-bottom: 43px;
}

.u_mb44 {
  margin-bottom: 44px;
}

.u_mb45 {
  margin-bottom: 45px;
}

.u_mb46 {
  margin-bottom: 46px;
}

.u_mb47 {
  margin-bottom: 47px;
}

.u_mb48 {
  margin-bottom: 48px;
}

.u_mb49 {
  margin-bottom: 49px;
}

.u_mb50 {
  margin-bottom: 50px;
}

.u_mb51 {
  margin-bottom: 51px;
}

.u_mb52 {
  margin-bottom: 52px;
}

.u_mb53 {
  margin-bottom: 53px;
}

.u_mb54 {
  margin-bottom: 54px;
}

.u_mb55 {
  margin-bottom: 55px;
}

.u_mb56 {
  margin-bottom: 56px;
}

.u_mb57 {
  margin-bottom: 57px;
}

.u_mb58 {
  margin-bottom: 58px;
}

.u_mb59 {
  margin-bottom: 59px;
}

.u_mb60 {
  margin-bottom: 60px;
}

.u_mb61 {
  margin-bottom: 61px;
}

.u_mb62 {
  margin-bottom: 62px;
}

.u_mb63 {
  margin-bottom: 63px;
}

.u_mb64 {
  margin-bottom: 64px;
}

.u_mb65 {
  margin-bottom: 65px;
}

.u_mb66 {
  margin-bottom: 66px;
}

.u_mb67 {
  margin-bottom: 67px;
}

.u_mb68 {
  margin-bottom: 68px;
}

.u_mb69 {
  margin-bottom: 69px;
}

.u_mb70 {
  margin-bottom: 70px;
}

.u_mb71 {
  margin-bottom: 71px;
}

.u_mb72 {
  margin-bottom: 72px;
}

.u_mb73 {
  margin-bottom: 73px;
}

.u_mb74 {
  margin-bottom: 74px;
}

.u_mb75 {
  margin-bottom: 75px;
}

.u_mb76 {
  margin-bottom: 76px;
}

.u_mb77 {
  margin-bottom: 77px;
}

.u_mb78 {
  margin-bottom: 78px;
}

.u_mb79 {
  margin-bottom: 79px;
}

.u_mb80 {
  margin-bottom: 80px;
}

.u_mb81 {
  margin-bottom: 81px;
}

.u_mb82 {
  margin-bottom: 82px;
}

.u_mb83 {
  margin-bottom: 83px;
}

.u_mb84 {
  margin-bottom: 84px;
}

.u_mb85 {
  margin-bottom: 85px;
}

.u_mb86 {
  margin-bottom: 86px;
}

.u_mb87 {
  margin-bottom: 87px;
}

.u_mb88 {
  margin-bottom: 88px;
}

.u_mb89 {
  margin-bottom: 89px;
}

.u_mb90 {
  margin-bottom: 90px;
}

.u_mb91 {
  margin-bottom: 91px;
}

.u_mb92 {
  margin-bottom: 92px;
}

.u_mb93 {
  margin-bottom: 93px;
}

.u_mb94 {
  margin-bottom: 94px;
}

.u_mb95 {
  margin-bottom: 95px;
}

.u_mb96 {
  margin-bottom: 96px;
}

.u_mb97 {
  margin-bottom: 97px;
}

.u_mb98 {
  margin-bottom: 98px;
}

.u_mb99 {
  margin-bottom: 99px;
}

.u_mb100 {
  margin-bottom: 100px;
}

.u_mt0 {
  margin-top: 0px;
}

.u_mt1 {
  margin-top: 1px;
}

.u_mt2 {
  margin-top: 2px;
}

.u_mt3 {
  margin-top: 3px;
}

.u_mt4 {
  margin-top: 4px;
}

.u_mt5 {
  margin-top: 5px;
}

.u_mt6 {
  margin-top: 6px;
}

.u_mt7 {
  margin-top: 7px;
}

.u_mt8 {
  margin-top: 8px;
}

.u_mt9 {
  margin-top: 9px;
}

.u_mt10 {
  margin-top: 10px;
}

.u_mt11 {
  margin-top: 11px;
}

.u_mt12 {
  margin-top: 12px;
}

.u_mt13 {
  margin-top: 13px;
}

.u_mt14 {
  margin-top: 14px;
}

.u_mt15 {
  margin-top: 15px;
}

.u_mt16 {
  margin-top: 16px;
}

.u_mt17 {
  margin-top: 17px;
}

.u_mt18 {
  margin-top: 18px;
}

.u_mt19 {
  margin-top: 19px;
}

.u_mt20 {
  margin-top: 20px;
}

.u_mt21 {
  margin-top: 21px;
}

.u_mt22 {
  margin-top: 22px;
}

.u_mt23 {
  margin-top: 23px;
}

.u_mt24 {
  margin-top: 24px;
}

.u_mt25 {
  margin-top: 25px;
}

.u_mt26 {
  margin-top: 26px;
}

.u_mt27 {
  margin-top: 27px;
}

.u_mt28 {
  margin-top: 28px;
}

.u_mt29 {
  margin-top: 29px;
}

.u_mt30 {
  margin-top: 30px;
}

.u_mt31 {
  margin-top: 31px;
}

.u_mt32 {
  margin-top: 32px;
}

.u_mt33 {
  margin-top: 33px;
}

.u_mt34 {
  margin-top: 34px;
}

.u_mt35 {
  margin-top: 35px;
}

.u_mt36 {
  margin-top: 36px;
}

.u_mt37 {
  margin-top: 37px;
}

.u_mt38 {
  margin-top: 38px;
}

.u_mt39 {
  margin-top: 39px;
}

.u_mt40 {
  margin-top: 40px;
}

.u_mt41 {
  margin-top: 41px;
}

.u_mt42 {
  margin-top: 42px;
}

.u_mt43 {
  margin-top: 43px;
}

.u_mt44 {
  margin-top: 44px;
}

.u_mt45 {
  margin-top: 45px;
}

.u_mt46 {
  margin-top: 46px;
}

.u_mt47 {
  margin-top: 47px;
}

.u_mt48 {
  margin-top: 48px;
}

.u_mt49 {
  margin-top: 49px;
}

.u_mt50 {
  margin-top: 50px;
}

.u_mt51 {
  margin-top: 51px;
}

.u_mt52 {
  margin-top: 52px;
}

.u_mt53 {
  margin-top: 53px;
}

.u_mt54 {
  margin-top: 54px;
}

.u_mt55 {
  margin-top: 55px;
}

.u_mt56 {
  margin-top: 56px;
}

.u_mt57 {
  margin-top: 57px;
}

.u_mt58 {
  margin-top: 58px;
}

.u_mt59 {
  margin-top: 59px;
}

.u_mt60 {
  margin-top: 60px;
}

.u_mt61 {
  margin-top: 61px;
}

.u_mt62 {
  margin-top: 62px;
}

.u_mt63 {
  margin-top: 63px;
}

.u_mt64 {
  margin-top: 64px;
}

.u_mt65 {
  margin-top: 65px;
}

.u_mt66 {
  margin-top: 66px;
}

.u_mt67 {
  margin-top: 67px;
}

.u_mt68 {
  margin-top: 68px;
}

.u_mt69 {
  margin-top: 69px;
}

.u_mt70 {
  margin-top: 70px;
}

.u_mt71 {
  margin-top: 71px;
}

.u_mt72 {
  margin-top: 72px;
}

.u_mt73 {
  margin-top: 73px;
}

.u_mt74 {
  margin-top: 74px;
}

.u_mt75 {
  margin-top: 75px;
}

.u_mt76 {
  margin-top: 76px;
}

.u_mt77 {
  margin-top: 77px;
}

.u_mt78 {
  margin-top: 78px;
}

.u_mt79 {
  margin-top: 79px;
}

.u_mt80 {
  margin-top: 80px;
}

.u_mt81 {
  margin-top: 81px;
}

.u_mt82 {
  margin-top: 82px;
}

.u_mt83 {
  margin-top: 83px;
}

.u_mt84 {
  margin-top: 84px;
}

.u_mt85 {
  margin-top: 85px;
}

.u_mt86 {
  margin-top: 86px;
}

.u_mt87 {
  margin-top: 87px;
}

.u_mt88 {
  margin-top: 88px;
}

.u_mt89 {
  margin-top: 89px;
}

.u_mt90 {
  margin-top: 90px;
}

.u_mt91 {
  margin-top: 91px;
}

.u_mt92 {
  margin-top: 92px;
}

.u_mt93 {
  margin-top: 93px;
}

.u_mt94 {
  margin-top: 94px;
}

.u_mt95 {
  margin-top: 95px;
}

.u_mt96 {
  margin-top: 96px;
}

.u_mt97 {
  margin-top: 97px;
}

.u_mt98 {
  margin-top: 98px;
}

.u_mt99 {
  margin-top: 99px;
}

.u_mt100 {
  margin-top: 100px;
}

.u_mr0 {
  margin-right: 0px;
}

.u_mr1 {
  margin-right: 1px;
}

.u_mr2 {
  margin-right: 2px;
}

.u_mr3 {
  margin-right: 3px;
}

.u_mr4 {
  margin-right: 4px;
}

.u_mr5 {
  margin-right: 5px;
}

.u_mr6 {
  margin-right: 6px;
}

.u_mr7 {
  margin-right: 7px;
}

.u_mr8 {
  margin-right: 8px;
}

.u_mr9 {
  margin-right: 9px;
}

.u_mr10 {
  margin-right: 10px;
}

.u_mr11 {
  margin-right: 11px;
}

.u_mr12 {
  margin-right: 12px;
}

.u_mr13 {
  margin-right: 13px;
}

.u_mr14 {
  margin-right: 14px;
}

.u_mr15 {
  margin-right: 15px;
}

.u_mr16 {
  margin-right: 16px;
}

.u_mr17 {
  margin-right: 17px;
}

.u_mr18 {
  margin-right: 18px;
}

.u_mr19 {
  margin-right: 19px;
}

.u_mr20 {
  margin-right: 20px;
}

.u_mr21 {
  margin-right: 21px;
}

.u_mr22 {
  margin-right: 22px;
}

.u_mr23 {
  margin-right: 23px;
}

.u_mr24 {
  margin-right: 24px;
}

.u_mr25 {
  margin-right: 25px;
}

.u_mr26 {
  margin-right: 26px;
}

.u_mr27 {
  margin-right: 27px;
}

.u_mr28 {
  margin-right: 28px;
}

.u_mr29 {
  margin-right: 29px;
}

.u_mr30 {
  margin-right: 30px;
}

.u_mr31 {
  margin-right: 31px;
}

.u_mr32 {
  margin-right: 32px;
}

.u_mr33 {
  margin-right: 33px;
}

.u_mr34 {
  margin-right: 34px;
}

.u_mr35 {
  margin-right: 35px;
}

.u_mr36 {
  margin-right: 36px;
}

.u_mr37 {
  margin-right: 37px;
}

.u_mr38 {
  margin-right: 38px;
}

.u_mr39 {
  margin-right: 39px;
}

.u_mr40 {
  margin-right: 40px;
}

.u_mr41 {
  margin-right: 41px;
}

.u_mr42 {
  margin-right: 42px;
}

.u_mr43 {
  margin-right: 43px;
}

.u_mr44 {
  margin-right: 44px;
}

.u_mr45 {
  margin-right: 45px;
}

.u_mr46 {
  margin-right: 46px;
}

.u_mr47 {
  margin-right: 47px;
}

.u_mr48 {
  margin-right: 48px;
}

.u_mr49 {
  margin-right: 49px;
}

.u_mr50 {
  margin-right: 50px;
}

.u_mr51 {
  margin-right: 51px;
}

.u_mr52 {
  margin-right: 52px;
}

.u_mr53 {
  margin-right: 53px;
}

.u_mr54 {
  margin-right: 54px;
}

.u_mr55 {
  margin-right: 55px;
}

.u_mr56 {
  margin-right: 56px;
}

.u_mr57 {
  margin-right: 57px;
}

.u_mr58 {
  margin-right: 58px;
}

.u_mr59 {
  margin-right: 59px;
}

.u_mr60 {
  margin-right: 60px;
}

.u_mr61 {
  margin-right: 61px;
}

.u_mr62 {
  margin-right: 62px;
}

.u_mr63 {
  margin-right: 63px;
}

.u_mr64 {
  margin-right: 64px;
}

.u_mr65 {
  margin-right: 65px;
}

.u_mr66 {
  margin-right: 66px;
}

.u_mr67 {
  margin-right: 67px;
}

.u_mr68 {
  margin-right: 68px;
}

.u_mr69 {
  margin-right: 69px;
}

.u_mr70 {
  margin-right: 70px;
}

.u_mr71 {
  margin-right: 71px;
}

.u_mr72 {
  margin-right: 72px;
}

.u_mr73 {
  margin-right: 73px;
}

.u_mr74 {
  margin-right: 74px;
}

.u_mr75 {
  margin-right: 75px;
}

.u_mr76 {
  margin-right: 76px;
}

.u_mr77 {
  margin-right: 77px;
}

.u_mr78 {
  margin-right: 78px;
}

.u_mr79 {
  margin-right: 79px;
}

.u_mr80 {
  margin-right: 80px;
}

.u_mr81 {
  margin-right: 81px;
}

.u_mr82 {
  margin-right: 82px;
}

.u_mr83 {
  margin-right: 83px;
}

.u_mr84 {
  margin-right: 84px;
}

.u_mr85 {
  margin-right: 85px;
}

.u_mr86 {
  margin-right: 86px;
}

.u_mr87 {
  margin-right: 87px;
}

.u_mr88 {
  margin-right: 88px;
}

.u_mr89 {
  margin-right: 89px;
}

.u_mr90 {
  margin-right: 90px;
}

.u_mr91 {
  margin-right: 91px;
}

.u_mr92 {
  margin-right: 92px;
}

.u_mr93 {
  margin-right: 93px;
}

.u_mr94 {
  margin-right: 94px;
}

.u_mr95 {
  margin-right: 95px;
}

.u_mr96 {
  margin-right: 96px;
}

.u_mr97 {
  margin-right: 97px;
}

.u_mr98 {
  margin-right: 98px;
}

.u_mr99 {
  margin-right: 99px;
}

.u_mr100 {
  margin-right: 100px;
}

.u_ml0 {
  margin-left: 0px;
}

.u_ml1 {
  margin-left: 1px;
}

.u_ml2 {
  margin-left: 2px;
}

.u_ml3 {
  margin-left: 3px;
}

.u_ml4 {
  margin-left: 4px;
}

.u_ml5 {
  margin-left: 5px;
}

.u_ml6 {
  margin-left: 6px;
}

.u_ml7 {
  margin-left: 7px;
}

.u_ml8 {
  margin-left: 8px;
}

.u_ml9 {
  margin-left: 9px;
}

.u_ml10 {
  margin-left: 10px;
}

.u_ml11 {
  margin-left: 11px;
}

.u_ml12 {
  margin-left: 12px;
}

.u_ml13 {
  margin-left: 13px;
}

.u_ml14 {
  margin-left: 14px;
}

.u_ml15 {
  margin-left: 15px;
}

.u_ml16 {
  margin-left: 16px;
}

.u_ml17 {
  margin-left: 17px;
}

.u_ml18 {
  margin-left: 18px;
}

.u_ml19 {
  margin-left: 19px;
}

.u_ml20 {
  margin-left: 20px;
}

.u_ml21 {
  margin-left: 21px;
}

.u_ml22 {
  margin-left: 22px;
}

.u_ml23 {
  margin-left: 23px;
}

.u_ml24 {
  margin-left: 24px;
}

.u_ml25 {
  margin-left: 25px;
}

.u_ml26 {
  margin-left: 26px;
}

.u_ml27 {
  margin-left: 27px;
}

.u_ml28 {
  margin-left: 28px;
}

.u_ml29 {
  margin-left: 29px;
}

.u_ml30 {
  margin-left: 30px;
}

.u_ml31 {
  margin-left: 31px;
}

.u_ml32 {
  margin-left: 32px;
}

.u_ml33 {
  margin-left: 33px;
}

.u_ml34 {
  margin-left: 34px;
}

.u_ml35 {
  margin-left: 35px;
}

.u_ml36 {
  margin-left: 36px;
}

.u_ml37 {
  margin-left: 37px;
}

.u_ml38 {
  margin-left: 38px;
}

.u_ml39 {
  margin-left: 39px;
}

.u_ml40 {
  margin-left: 40px;
}

.u_ml41 {
  margin-left: 41px;
}

.u_ml42 {
  margin-left: 42px;
}

.u_ml43 {
  margin-left: 43px;
}

.u_ml44 {
  margin-left: 44px;
}

.u_ml45 {
  margin-left: 45px;
}

.u_ml46 {
  margin-left: 46px;
}

.u_ml47 {
  margin-left: 47px;
}

.u_ml48 {
  margin-left: 48px;
}

.u_ml49 {
  margin-left: 49px;
}

.u_ml50 {
  margin-left: 50px;
}

.u_ml51 {
  margin-left: 51px;
}

.u_ml52 {
  margin-left: 52px;
}

.u_ml53 {
  margin-left: 53px;
}

.u_ml54 {
  margin-left: 54px;
}

.u_ml55 {
  margin-left: 55px;
}

.u_ml56 {
  margin-left: 56px;
}

.u_ml57 {
  margin-left: 57px;
}

.u_ml58 {
  margin-left: 58px;
}

.u_ml59 {
  margin-left: 59px;
}

.u_ml60 {
  margin-left: 60px;
}

.u_ml61 {
  margin-left: 61px;
}

.u_ml62 {
  margin-left: 62px;
}

.u_ml63 {
  margin-left: 63px;
}

.u_ml64 {
  margin-left: 64px;
}

.u_ml65 {
  margin-left: 65px;
}

.u_ml66 {
  margin-left: 66px;
}

.u_ml67 {
  margin-left: 67px;
}

.u_ml68 {
  margin-left: 68px;
}

.u_ml69 {
  margin-left: 69px;
}

.u_ml70 {
  margin-left: 70px;
}

.u_ml71 {
  margin-left: 71px;
}

.u_ml72 {
  margin-left: 72px;
}

.u_ml73 {
  margin-left: 73px;
}

.u_ml74 {
  margin-left: 74px;
}

.u_ml75 {
  margin-left: 75px;
}

.u_ml76 {
  margin-left: 76px;
}

.u_ml77 {
  margin-left: 77px;
}

.u_ml78 {
  margin-left: 78px;
}

.u_ml79 {
  margin-left: 79px;
}

.u_ml80 {
  margin-left: 80px;
}

.u_ml81 {
  margin-left: 81px;
}

.u_ml82 {
  margin-left: 82px;
}

.u_ml83 {
  margin-left: 83px;
}

.u_ml84 {
  margin-left: 84px;
}

.u_ml85 {
  margin-left: 85px;
}

.u_ml86 {
  margin-left: 86px;
}

.u_ml87 {
  margin-left: 87px;
}

.u_ml88 {
  margin-left: 88px;
}

.u_ml89 {
  margin-left: 89px;
}

.u_ml90 {
  margin-left: 90px;
}

.u_ml91 {
  margin-left: 91px;
}

.u_ml92 {
  margin-left: 92px;
}

.u_ml93 {
  margin-left: 93px;
}

.u_ml94 {
  margin-left: 94px;
}

.u_ml95 {
  margin-left: 95px;
}

.u_ml96 {
  margin-left: 96px;
}

.u_ml97 {
  margin-left: 97px;
}

.u_ml98 {
  margin-left: 98px;
}

.u_ml99 {
  margin-left: 99px;
}

.u_ml100 {
  margin-left: 100px;
}

.u_pb0 {
  padding-bottom: 0px;
}

.u_pb1 {
  padding-bottom: 1px;
}

.u_pb2 {
  padding-bottom: 2px;
}

.u_pb3 {
  padding-bottom: 3px;
}

.u_pb4 {
  padding-bottom: 4px;
}

.u_pb5 {
  padding-bottom: 5px;
}

.u_pb6 {
  padding-bottom: 6px;
}

.u_pb7 {
  padding-bottom: 7px;
}

.u_pb8 {
  padding-bottom: 8px;
}

.u_pb9 {
  padding-bottom: 9px;
}

.u_pb10 {
  padding-bottom: 10px;
}

.u_pb11 {
  padding-bottom: 11px;
}

.u_pb12 {
  padding-bottom: 12px;
}

.u_pb13 {
  padding-bottom: 13px;
}

.u_pb14 {
  padding-bottom: 14px;
}

.u_pb15 {
  padding-bottom: 15px;
}

.u_pb16 {
  padding-bottom: 16px;
}

.u_pb17 {
  padding-bottom: 17px;
}

.u_pb18 {
  padding-bottom: 18px;
}

.u_pb19 {
  padding-bottom: 19px;
}

.u_pb20 {
  padding-bottom: 20px;
}

.u_pb21 {
  padding-bottom: 21px;
}

.u_pb22 {
  padding-bottom: 22px;
}

.u_pb23 {
  padding-bottom: 23px;
}

.u_pb24 {
  padding-bottom: 24px;
}

.u_pb25 {
  padding-bottom: 25px;
}

.u_pb26 {
  padding-bottom: 26px;
}

.u_pb27 {
  padding-bottom: 27px;
}

.u_pb28 {
  padding-bottom: 28px;
}

.u_pb29 {
  padding-bottom: 29px;
}

.u_pb30 {
  padding-bottom: 30px;
}

.u_pb31 {
  padding-bottom: 31px;
}

.u_pb32 {
  padding-bottom: 32px;
}

.u_pb33 {
  padding-bottom: 33px;
}

.u_pb34 {
  padding-bottom: 34px;
}

.u_pb35 {
  padding-bottom: 35px;
}

.u_pb36 {
  padding-bottom: 36px;
}

.u_pb37 {
  padding-bottom: 37px;
}

.u_pb38 {
  padding-bottom: 38px;
}

.u_pb39 {
  padding-bottom: 39px;
}

.u_pb40 {
  padding-bottom: 40px;
}

.u_pb41 {
  padding-bottom: 41px;
}

.u_pb42 {
  padding-bottom: 42px;
}

.u_pb43 {
  padding-bottom: 43px;
}

.u_pb44 {
  padding-bottom: 44px;
}

.u_pb45 {
  padding-bottom: 45px;
}

.u_pb46 {
  padding-bottom: 46px;
}

.u_pb47 {
  padding-bottom: 47px;
}

.u_pb48 {
  padding-bottom: 48px;
}

.u_pb49 {
  padding-bottom: 49px;
}

.u_pb50 {
  padding-bottom: 50px;
}

.u_pb51 {
  padding-bottom: 51px;
}

.u_pb52 {
  padding-bottom: 52px;
}

.u_pb53 {
  padding-bottom: 53px;
}

.u_pb54 {
  padding-bottom: 54px;
}

.u_pb55 {
  padding-bottom: 55px;
}

.u_pb56 {
  padding-bottom: 56px;
}

.u_pb57 {
  padding-bottom: 57px;
}

.u_pb58 {
  padding-bottom: 58px;
}

.u_pb59 {
  padding-bottom: 59px;
}

.u_pb60 {
  padding-bottom: 60px;
}

.u_pb61 {
  padding-bottom: 61px;
}

.u_pb62 {
  padding-bottom: 62px;
}

.u_pb63 {
  padding-bottom: 63px;
}

.u_pb64 {
  padding-bottom: 64px;
}

.u_pb65 {
  padding-bottom: 65px;
}

.u_pb66 {
  padding-bottom: 66px;
}

.u_pb67 {
  padding-bottom: 67px;
}

.u_pb68 {
  padding-bottom: 68px;
}

.u_pb69 {
  padding-bottom: 69px;
}

.u_pb70 {
  padding-bottom: 70px;
}

.u_pb71 {
  padding-bottom: 71px;
}

.u_pb72 {
  padding-bottom: 72px;
}

.u_pb73 {
  padding-bottom: 73px;
}

.u_pb74 {
  padding-bottom: 74px;
}

.u_pb75 {
  padding-bottom: 75px;
}

.u_pb76 {
  padding-bottom: 76px;
}

.u_pb77 {
  padding-bottom: 77px;
}

.u_pb78 {
  padding-bottom: 78px;
}

.u_pb79 {
  padding-bottom: 79px;
}

.u_pb80 {
  padding-bottom: 80px;
}

.u_pb81 {
  padding-bottom: 81px;
}

.u_pb82 {
  padding-bottom: 82px;
}

.u_pb83 {
  padding-bottom: 83px;
}

.u_pb84 {
  padding-bottom: 84px;
}

.u_pb85 {
  padding-bottom: 85px;
}

.u_pb86 {
  padding-bottom: 86px;
}

.u_pb87 {
  padding-bottom: 87px;
}

.u_pb88 {
  padding-bottom: 88px;
}

.u_pb89 {
  padding-bottom: 89px;
}

.u_pb90 {
  padding-bottom: 90px;
}

.u_pb91 {
  padding-bottom: 91px;
}

.u_pb92 {
  padding-bottom: 92px;
}

.u_pb93 {
  padding-bottom: 93px;
}

.u_pb94 {
  padding-bottom: 94px;
}

.u_pb95 {
  padding-bottom: 95px;
}

.u_pb96 {
  padding-bottom: 96px;
}

.u_pb97 {
  padding-bottom: 97px;
}

.u_pb98 {
  padding-bottom: 98px;
}

.u_pb99 {
  padding-bottom: 99px;
}

.u_pb100 {
  padding-bottom: 100px;
}

.u_pt0 {
  padding-top: 0px;
}

.u_pt1 {
  padding-top: 1px;
}

.u_pt2 {
  padding-top: 2px;
}

.u_pt3 {
  padding-top: 3px;
}

.u_pt4 {
  padding-top: 4px;
}

.u_pt5 {
  padding-top: 5px;
}

.u_pt6 {
  padding-top: 6px;
}

.u_pt7 {
  padding-top: 7px;
}

.u_pt8 {
  padding-top: 8px;
}

.u_pt9 {
  padding-top: 9px;
}

.u_pt10 {
  padding-top: 10px;
}

.u_pt11 {
  padding-top: 11px;
}

.u_pt12 {
  padding-top: 12px;
}

.u_pt13 {
  padding-top: 13px;
}

.u_pt14 {
  padding-top: 14px;
}

.u_pt15 {
  padding-top: 15px;
}

.u_pt16 {
  padding-top: 16px;
}

.u_pt17 {
  padding-top: 17px;
}

.u_pt18 {
  padding-top: 18px;
}

.u_pt19 {
  padding-top: 19px;
}

.u_pt20 {
  padding-top: 20px;
}

.u_pt21 {
  padding-top: 21px;
}

.u_pt22 {
  padding-top: 22px;
}

.u_pt23 {
  padding-top: 23px;
}

.u_pt24 {
  padding-top: 24px;
}

.u_pt25 {
  padding-top: 25px;
}

.u_pt26 {
  padding-top: 26px;
}

.u_pt27 {
  padding-top: 27px;
}

.u_pt28 {
  padding-top: 28px;
}

.u_pt29 {
  padding-top: 29px;
}

.u_pt30 {
  padding-top: 30px;
}

.u_pt31 {
  padding-top: 31px;
}

.u_pt32 {
  padding-top: 32px;
}

.u_pt33 {
  padding-top: 33px;
}

.u_pt34 {
  padding-top: 34px;
}

.u_pt35 {
  padding-top: 35px;
}

.u_pt36 {
  padding-top: 36px;
}

.u_pt37 {
  padding-top: 37px;
}

.u_pt38 {
  padding-top: 38px;
}

.u_pt39 {
  padding-top: 39px;
}

.u_pt40 {
  padding-top: 40px;
}

.u_pt41 {
  padding-top: 41px;
}

.u_pt42 {
  padding-top: 42px;
}

.u_pt43 {
  padding-top: 43px;
}

.u_pt44 {
  padding-top: 44px;
}

.u_pt45 {
  padding-top: 45px;
}

.u_pt46 {
  padding-top: 46px;
}

.u_pt47 {
  padding-top: 47px;
}

.u_pt48 {
  padding-top: 48px;
}

.u_pt49 {
  padding-top: 49px;
}

.u_pt50 {
  padding-top: 50px;
}

.u_pt51 {
  padding-top: 51px;
}

.u_pt52 {
  padding-top: 52px;
}

.u_pt53 {
  padding-top: 53px;
}

.u_pt54 {
  padding-top: 54px;
}

.u_pt55 {
  padding-top: 55px;
}

.u_pt56 {
  padding-top: 56px;
}

.u_pt57 {
  padding-top: 57px;
}

.u_pt58 {
  padding-top: 58px;
}

.u_pt59 {
  padding-top: 59px;
}

.u_pt60 {
  padding-top: 60px;
}

.u_pt61 {
  padding-top: 61px;
}

.u_pt62 {
  padding-top: 62px;
}

.u_pt63 {
  padding-top: 63px;
}

.u_pt64 {
  padding-top: 64px;
}

.u_pt65 {
  padding-top: 65px;
}

.u_pt66 {
  padding-top: 66px;
}

.u_pt67 {
  padding-top: 67px;
}

.u_pt68 {
  padding-top: 68px;
}

.u_pt69 {
  padding-top: 69px;
}

.u_pt70 {
  padding-top: 70px;
}

.u_pt71 {
  padding-top: 71px;
}

.u_pt72 {
  padding-top: 72px;
}

.u_pt73 {
  padding-top: 73px;
}

.u_pt74 {
  padding-top: 74px;
}

.u_pt75 {
  padding-top: 75px;
}

.u_pt76 {
  padding-top: 76px;
}

.u_pt77 {
  padding-top: 77px;
}

.u_pt78 {
  padding-top: 78px;
}

.u_pt79 {
  padding-top: 79px;
}

.u_pt80 {
  padding-top: 80px;
}

.u_pt81 {
  padding-top: 81px;
}

.u_pt82 {
  padding-top: 82px;
}

.u_pt83 {
  padding-top: 83px;
}

.u_pt84 {
  padding-top: 84px;
}

.u_pt85 {
  padding-top: 85px;
}

.u_pt86 {
  padding-top: 86px;
}

.u_pt87 {
  padding-top: 87px;
}

.u_pt88 {
  padding-top: 88px;
}

.u_pt89 {
  padding-top: 89px;
}

.u_pt90 {
  padding-top: 90px;
}

.u_pt91 {
  padding-top: 91px;
}

.u_pt92 {
  padding-top: 92px;
}

.u_pt93 {
  padding-top: 93px;
}

.u_pt94 {
  padding-top: 94px;
}

.u_pt95 {
  padding-top: 95px;
}

.u_pt96 {
  padding-top: 96px;
}

.u_pt97 {
  padding-top: 97px;
}

.u_pt98 {
  padding-top: 98px;
}

.u_pt99 {
  padding-top: 99px;
}

.u_pt100 {
  padding-top: 100px;
}

.u_pr0 {
  padding-right: 0px;
}

.u_pr1 {
  padding-right: 1px;
}

.u_pr2 {
  padding-right: 2px;
}

.u_pr3 {
  padding-right: 3px;
}

.u_pr4 {
  padding-right: 4px;
}

.u_pr5 {
  padding-right: 5px;
}

.u_pr6 {
  padding-right: 6px;
}

.u_pr7 {
  padding-right: 7px;
}

.u_pr8 {
  padding-right: 8px;
}

.u_pr9 {
  padding-right: 9px;
}

.u_pr10 {
  padding-right: 10px;
}

.u_pr11 {
  padding-right: 11px;
}

.u_pr12 {
  padding-right: 12px;
}

.u_pr13 {
  padding-right: 13px;
}

.u_pr14 {
  padding-right: 14px;
}

.u_pr15 {
  padding-right: 15px;
}

.u_pr16 {
  padding-right: 16px;
}

.u_pr17 {
  padding-right: 17px;
}

.u_pr18 {
  padding-right: 18px;
}

.u_pr19 {
  padding-right: 19px;
}

.u_pr20 {
  padding-right: 20px;
}

.u_pr21 {
  padding-right: 21px;
}

.u_pr22 {
  padding-right: 22px;
}

.u_pr23 {
  padding-right: 23px;
}

.u_pr24 {
  padding-right: 24px;
}

.u_pr25 {
  padding-right: 25px;
}

.u_pr26 {
  padding-right: 26px;
}

.u_pr27 {
  padding-right: 27px;
}

.u_pr28 {
  padding-right: 28px;
}

.u_pr29 {
  padding-right: 29px;
}

.u_pr30 {
  padding-right: 30px;
}

.u_pr31 {
  padding-right: 31px;
}

.u_pr32 {
  padding-right: 32px;
}

.u_pr33 {
  padding-right: 33px;
}

.u_pr34 {
  padding-right: 34px;
}

.u_pr35 {
  padding-right: 35px;
}

.u_pr36 {
  padding-right: 36px;
}

.u_pr37 {
  padding-right: 37px;
}

.u_pr38 {
  padding-right: 38px;
}

.u_pr39 {
  padding-right: 39px;
}

.u_pr40 {
  padding-right: 40px;
}

.u_pr41 {
  padding-right: 41px;
}

.u_pr42 {
  padding-right: 42px;
}

.u_pr43 {
  padding-right: 43px;
}

.u_pr44 {
  padding-right: 44px;
}

.u_pr45 {
  padding-right: 45px;
}

.u_pr46 {
  padding-right: 46px;
}

.u_pr47 {
  padding-right: 47px;
}

.u_pr48 {
  padding-right: 48px;
}

.u_pr49 {
  padding-right: 49px;
}

.u_pr50 {
  padding-right: 50px;
}

.u_pr51 {
  padding-right: 51px;
}

.u_pr52 {
  padding-right: 52px;
}

.u_pr53 {
  padding-right: 53px;
}

.u_pr54 {
  padding-right: 54px;
}

.u_pr55 {
  padding-right: 55px;
}

.u_pr56 {
  padding-right: 56px;
}

.u_pr57 {
  padding-right: 57px;
}

.u_pr58 {
  padding-right: 58px;
}

.u_pr59 {
  padding-right: 59px;
}

.u_pr60 {
  padding-right: 60px;
}

.u_pr61 {
  padding-right: 61px;
}

.u_pr62 {
  padding-right: 62px;
}

.u_pr63 {
  padding-right: 63px;
}

.u_pr64 {
  padding-right: 64px;
}

.u_pr65 {
  padding-right: 65px;
}

.u_pr66 {
  padding-right: 66px;
}

.u_pr67 {
  padding-right: 67px;
}

.u_pr68 {
  padding-right: 68px;
}

.u_pr69 {
  padding-right: 69px;
}

.u_pr70 {
  padding-right: 70px;
}

.u_pr71 {
  padding-right: 71px;
}

.u_pr72 {
  padding-right: 72px;
}

.u_pr73 {
  padding-right: 73px;
}

.u_pr74 {
  padding-right: 74px;
}

.u_pr75 {
  padding-right: 75px;
}

.u_pr76 {
  padding-right: 76px;
}

.u_pr77 {
  padding-right: 77px;
}

.u_pr78 {
  padding-right: 78px;
}

.u_pr79 {
  padding-right: 79px;
}

.u_pr80 {
  padding-right: 80px;
}

.u_pr81 {
  padding-right: 81px;
}

.u_pr82 {
  padding-right: 82px;
}

.u_pr83 {
  padding-right: 83px;
}

.u_pr84 {
  padding-right: 84px;
}

.u_pr85 {
  padding-right: 85px;
}

.u_pr86 {
  padding-right: 86px;
}

.u_pr87 {
  padding-right: 87px;
}

.u_pr88 {
  padding-right: 88px;
}

.u_pr89 {
  padding-right: 89px;
}

.u_pr90 {
  padding-right: 90px;
}

.u_pr91 {
  padding-right: 91px;
}

.u_pr92 {
  padding-right: 92px;
}

.u_pr93 {
  padding-right: 93px;
}

.u_pr94 {
  padding-right: 94px;
}

.u_pr95 {
  padding-right: 95px;
}

.u_pr96 {
  padding-right: 96px;
}

.u_pr97 {
  padding-right: 97px;
}

.u_pr98 {
  padding-right: 98px;
}

.u_pr99 {
  padding-right: 99px;
}

.u_pr100 {
  padding-right: 100px;
}

.u_pl0 {
  padding-left: 0px;
}

.u_pl1 {
  padding-left: 1px;
}

.u_pl2 {
  padding-left: 2px;
}

.u_pl3 {
  padding-left: 3px;
}

.u_pl4 {
  padding-left: 4px;
}

.u_pl5 {
  padding-left: 5px;
}

.u_pl6 {
  padding-left: 6px;
}

.u_pl7 {
  padding-left: 7px;
}

.u_pl8 {
  padding-left: 8px;
}

.u_pl9 {
  padding-left: 9px;
}

.u_pl10 {
  padding-left: 10px;
}

.u_pl11 {
  padding-left: 11px;
}

.u_pl12 {
  padding-left: 12px;
}

.u_pl13 {
  padding-left: 13px;
}

.u_pl14 {
  padding-left: 14px;
}

.u_pl15 {
  padding-left: 15px;
}

.u_pl16 {
  padding-left: 16px;
}

.u_pl17 {
  padding-left: 17px;
}

.u_pl18 {
  padding-left: 18px;
}

.u_pl19 {
  padding-left: 19px;
}

.u_pl20 {
  padding-left: 20px;
}

.u_pl21 {
  padding-left: 21px;
}

.u_pl22 {
  padding-left: 22px;
}

.u_pl23 {
  padding-left: 23px;
}

.u_pl24 {
  padding-left: 24px;
}

.u_pl25 {
  padding-left: 25px;
}

.u_pl26 {
  padding-left: 26px;
}

.u_pl27 {
  padding-left: 27px;
}

.u_pl28 {
  padding-left: 28px;
}

.u_pl29 {
  padding-left: 29px;
}

.u_pl30 {
  padding-left: 30px;
}

.u_pl31 {
  padding-left: 31px;
}

.u_pl32 {
  padding-left: 32px;
}

.u_pl33 {
  padding-left: 33px;
}

.u_pl34 {
  padding-left: 34px;
}

.u_pl35 {
  padding-left: 35px;
}

.u_pl36 {
  padding-left: 36px;
}

.u_pl37 {
  padding-left: 37px;
}

.u_pl38 {
  padding-left: 38px;
}

.u_pl39 {
  padding-left: 39px;
}

.u_pl40 {
  padding-left: 40px;
}

.u_pl41 {
  padding-left: 41px;
}

.u_pl42 {
  padding-left: 42px;
}

.u_pl43 {
  padding-left: 43px;
}

.u_pl44 {
  padding-left: 44px;
}

.u_pl45 {
  padding-left: 45px;
}

.u_pl46 {
  padding-left: 46px;
}

.u_pl47 {
  padding-left: 47px;
}

.u_pl48 {
  padding-left: 48px;
}

.u_pl49 {
  padding-left: 49px;
}

.u_pl50 {
  padding-left: 50px;
}

.u_pl51 {
  padding-left: 51px;
}

.u_pl52 {
  padding-left: 52px;
}

.u_pl53 {
  padding-left: 53px;
}

.u_pl54 {
  padding-left: 54px;
}

.u_pl55 {
  padding-left: 55px;
}

.u_pl56 {
  padding-left: 56px;
}

.u_pl57 {
  padding-left: 57px;
}

.u_pl58 {
  padding-left: 58px;
}

.u_pl59 {
  padding-left: 59px;
}

.u_pl60 {
  padding-left: 60px;
}

.u_pl61 {
  padding-left: 61px;
}

.u_pl62 {
  padding-left: 62px;
}

.u_pl63 {
  padding-left: 63px;
}

.u_pl64 {
  padding-left: 64px;
}

.u_pl65 {
  padding-left: 65px;
}

.u_pl66 {
  padding-left: 66px;
}

.u_pl67 {
  padding-left: 67px;
}

.u_pl68 {
  padding-left: 68px;
}

.u_pl69 {
  padding-left: 69px;
}

.u_pl70 {
  padding-left: 70px;
}

.u_pl71 {
  padding-left: 71px;
}

.u_pl72 {
  padding-left: 72px;
}

.u_pl73 {
  padding-left: 73px;
}

.u_pl74 {
  padding-left: 74px;
}

.u_pl75 {
  padding-left: 75px;
}

.u_pl76 {
  padding-left: 76px;
}

.u_pl77 {
  padding-left: 77px;
}

.u_pl78 {
  padding-left: 78px;
}

.u_pl79 {
  padding-left: 79px;
}

.u_pl80 {
  padding-left: 80px;
}

.u_pl81 {
  padding-left: 81px;
}

.u_pl82 {
  padding-left: 82px;
}

.u_pl83 {
  padding-left: 83px;
}

.u_pl84 {
  padding-left: 84px;
}

.u_pl85 {
  padding-left: 85px;
}

.u_pl86 {
  padding-left: 86px;
}

.u_pl87 {
  padding-left: 87px;
}

.u_pl88 {
  padding-left: 88px;
}

.u_pl89 {
  padding-left: 89px;
}

.u_pl90 {
  padding-left: 90px;
}

.u_pl91 {
  padding-left: 91px;
}

.u_pl92 {
  padding-left: 92px;
}

.u_pl93 {
  padding-left: 93px;
}

.u_pl94 {
  padding-left: 94px;
}

.u_pl95 {
  padding-left: 95px;
}

.u_pl96 {
  padding-left: 96px;
}

.u_pl97 {
  padding-left: 97px;
}

.u_pl98 {
  padding-left: 98px;
}

.u_pl99 {
  padding-left: 99px;
}

.u_pl100 {
  padding-left: 100px;
}

.u_img-fluid {
  width: 100%;
  height: auto;
  display: block;
}/*# sourceMappingURL=style.css.map */