@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Outfit:wght@100..900&display=swap");
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/*
#colors

@colorBase #8c527e
@colorSub #f00
@colorFont #666
*/
/*
#colors

@colorFb #3a5a98
@colorTw #1da1f2
@colorLine #00b900
@colorFe #2bb24c
@colorHatena #00a4de
*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
html.open,
body.open {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  display: block;
}

span.red {
  color: #DB0000;
}

.show-pc {
  display: none;
}

.show-tab {
  display: none;
}

.show-tab-pc {
  display: none;
}

.show-sp {
  display: block;
}

.show-sp-tab-wide {
  display: block;
}

.show-sp-pc {
  display: block;
}

@media (min-width: 768px) {
  .show-sp {
    display: none;
  }
  .show-tab-pc {
    display: block;
  }
  .show-tab {
    display: block;
  }
}
@media print {
  .show-sp {
    display: none;
  }
  .show-tab-pc {
    display: block;
  }
  .show-tab {
    display: block;
  }
}
@media (min-width: 1024px) {
  .show-sp-tab-wide {
    display: none;
  }
  .show-pc {
    display: block;
  }
}
@media print {
  .show-sp-tab-wide {
    display: none;
  }
  .show-pc {
    display: block;
  }
}
html {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, verdana,sans-serif;
  color: #02030D;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media print {
  html {
    font-size: 16px;
  }
}

.outfit {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.josefin-sans {
  font-family: "Josefin Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

body, html {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.l-wrapper {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 100vh;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: auto;
}

.l-container {
  padding-top: 60px;
}
@media (min-width: 1024px) {
  .l-container {
    padding-top: 125px;
  }
}
@media print {
  .l-container {
    padding-top: 125px;
  }
}

.l-footer {
  margin-top: auto;
}

.a-h2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}
.a-h2 span {
  font-size: 24px;
}
@media (min-width: 768px) {
  .a-h2 span {
    font-size: 32px;
  }
}
@media print {
  .a-h2 span {
    font-size: 32px;
  }
}
.a-h2 small {
  margin-top: 3px;
  font-size: 13px;
  color: #C18109;
  font-family: "Josefin Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) {
  .a-h2 small {
    margin-top: 5px;
    font-size: 16px;
  }
}
@media print {
  .a-h2 small {
    margin-top: 5px;
    font-size: 16px;
  }
}
.a-h2.white span {
  color: #fff;
}
.a-button {
  position: relative;
  display: grid;
  place-content: center;
  background-color: #1A2E67;
  padding: 0 25px;
  width: 180px;
  height: 36px;
  font-size: 16px;
  color: #fff;
  font-family: "Josefin Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  border: 0;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .a-button {
    font-size: 20px;
    width: 218px;
    height: 40px;
  }
}
@media print {
  .a-button {
    font-size: 20px;
    width: 218px;
    height: 40px;
  }
}
.a-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 5px;
  height: 9px;
  background-image: url("../img/icon/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.a-button:hover {
  color: #1A2E67;
  background-color: #F6F6F6;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
}
.a-button:hover::after {
  background-image: url("../img/icon/icon-arrow-black.svg");
}
.a-button.white {
  color: #02030D;
  background-color: #fff;
}
.a-button.white::after {
  background-image: url("../img/icon/icon-arrow-black.svg");
}
.a-button.white:hover {
  color: #fff;
  background-color: #000;
}
.a-button.white:hover::after {
  background-image: url("../img/icon/icon-arrow.svg");
}
.a-head {
  display: grid;
  place-content: center;
  width: 120px;
  height: 26px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  background-color: #1A2E67;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .a-head {
    width: 145px;
    height: 30px;
    font-size: 16px;
  }
}
@media print {
  .a-head {
    width: 145px;
    height: 30px;
    font-size: 16px;
  }
}
.c-kv {
  position: relative;
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .c-kv {
    height: 400px;
  }
}
@media print {
  .c-kv {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .c-kv {
    height: 460px;
  }
}
@media print {
  .c-kv {
    height: 460px;
  }
}
.c-kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-kv_title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  padding: 15px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5vw;
  color: #1A2E67;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-kv_title {
    padding: 15px 60px;
    font-size: 3.3vw;
    width: auto;
  }
}
@media print {
  .c-kv_title {
    padding: 15px 60px;
    font-size: 3.3vw;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .c-kv_title {
    padding: 20px 120px;
    font-size: min(2.4vw, 28px);
  }
}
@media print {
  .c-kv_title {
    padding: 20px 120px;
    font-size: min(2.4vw, 28px);
  }
}
.c-container_inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1146px;
}
@media (min-width: 768px) {
  .c-container_inner {
    padding: 0 40px;
  }
}
@media print {
  .c-container_inner {
    padding: 0 40px;
  }
}
.c-container_gray {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #FAFAFA;
}
@media (min-width: 1024px) {
  .c-container_gray {
    padding-top: 150px;
    padding-bottom: 160px;
  }
}
@media print {
  .c-container_gray {
    padding-top: 150px;
    padding-bottom: 160px;
  }
}
.c-container_white {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .c-container_white {
    padding-top: 120px;
    padding-bottom: 160px;
  }
}
@media print {
  .c-container_white {
    padding-top: 120px;
    padding-bottom: 160px;
  }
}
.c-contact {
  position: relative;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1146px;
}
@media (min-width: 768px) {
  .c-contact {
    padding: 0 40px;
  }
}
@media print {
  .c-contact {
    padding: 0 40px;
  }
}
.c-contact_container {
  background-color: #fff;
}
.c-contact_inner {
  margin: 0 auto;
  padding: 40px 20px 80px;
  width: 100%;
  max-width: 674px;
}
@media (min-width: 768px) {
  .c-contact_inner {
    padding: min(8vw, 86px) 20px min(15vw, 150px);
  }
}
@media print {
  .c-contact_inner {
    padding: min(8vw, 86px) 20px min(15vw, 150px);
  }
}
.c-contact_form {
  margin-top: 40px;
}
.c-contact_form dl {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c-contact_form dl {
    display: -webkit-box;
    display: flex;
    margin-top: 45px;
  }
}
@media print {
  .c-contact_form dl {
    display: -webkit-box;
    display: flex;
    margin-top: 45px;
  }
}
@media (min-width: 768px) {
  .c-contact_form dl dt {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin-top: 10px;
    width: 12.5em;
  }
}
@media print {
  .c-contact_form dl dt {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin-top: 10px;
    width: 12.5em;
  }
}
.c-contact_form dl dt span {
  position: relative;
  font-size: 16px;
}
.c-contact_form dl dt span.require::after {
  content: "必須";
  display: inline-block;
  margin-left: 10px;
  padding: 2px 7px 3px;
  font-size: 12px;
  color: #fff;
  background-color: #C18109;
}
.c-contact_form dl dd {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .c-contact_form dl dd {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    margin-top: 0;
  }
}
@media print {
  .c-contact_form dl dd {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    margin-top: 0;
  }
}
.c-contact_form dl dd input[type=text], .c-contact_form dl dd input[type=email], .c-contact_form dl dd textarea {
  padding: 5px 10px;
  font-size: 16px;
  background-color: #F6F6F6;
  border: 0;
  outline: none;
  width: 100%;
  height: 40px;
}
@media (min-width: 768px) {
  .c-contact_form dl dd input[type=text], .c-contact_form dl dd input[type=email], .c-contact_form dl dd textarea {
    padding: 10px;
    height: 50px;
  }
}
@media print {
  .c-contact_form dl dd input[type=text], .c-contact_form dl dd input[type=email], .c-contact_form dl dd textarea {
    padding: 10px;
    height: 50px;
  }
}
.c-contact_form dl dd select {
  padding: 5px 10px;
  font-size: 16px;
  background-color: #F6F6F6;
  border: 0;
  outline: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
}
@media (min-width: 768px) {
  .c-contact_form dl dd select {
    padding: 10px;
    height: 50px;
  }
}
@media print {
  .c-contact_form dl dd select {
    padding: 10px;
    height: 50px;
  }
}
.c-contact_form dl dd textarea {
  height: 10em;
}
.c-contact_form dl dd .error {
  margin-top: 7px;
  color: #DB0000;
}
.c-contact_form dl dd .flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.c-contact_form dl dd .flex .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}
.c-contact_form dl dd .flex .row:nth-child(2) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .c-contact_form dl dd .flex .row:nth-child(2) {
    margin-top: 15px;
  }
}
@media print {
  .c-contact_form dl dd .flex .row:nth-child(2) {
    margin-top: 15px;
  }
}
.c-contact_form dl dd .flex label {
  margin-right: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.c-contact_form dl dd .flex label:has(input[type=checkbox]) {
  margin-bottom: 7px;
}
.c-contact_form dl dd .flex label span {
  margin-left: 7px;
}
@media (min-width: 768px) {
  .c-contact_form dl dd .flex label {
    margin-right: 20px;
  }
}
@media print {
  .c-contact_form dl dd .flex label {
    margin-right: 20px;
  }
}
.c-contact_buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: min(6vw, 60px);
}
.c-contact_buttons button:disabled {
  color: #1A2E67;
  background-color: #F6F6F6;
  pointer-events: none;
}
.c-contact .g-recaptcha {
  margin: 40px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.p-header {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
}
.p-header_inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 10px;
  max-width: 1290px;
  height: 60px;
}
@media (min-width: 1024px) {
  .p-header_inner {
    height: 125px;
  }
}
@media print {
  .p-header_inner {
    height: 125px;
  }
}
.p-header_title {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
@media (min-width: 1024px) {
  .p-header_title {
    width: 320px;
  }
}
@media print {
  .p-header_title {
    width: 320px;
  }
}
.p-header_title a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.p-header_title img.logo {
  width: 60px;
  height: auto;
}
@media (min-width: 1024px) {
  .p-header_title img.logo {
    width: 100px;
  }
}
@media print {
  .p-header_title img.logo {
    width: 100px;
  }
}
.p-header_title img.title {
  margin-left: 10px;
  width: 125px;
  height: auto;
}
@media (min-width: 1024px) {
  .p-header_title img.title {
    margin-left: 20px;
    width: 250px;
  }
}
@media print {
  .p-header_title img.title {
    margin-left: 20px;
    width: 250px;
  }
}
.p-header_title p {
  padding-left: 15px;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .p-header_title p {
    padding-left: 30px;
    font-size: 32px;
  }
}
@media print {
  .p-header_title p {
    padding-left: 30px;
    font-size: 32px;
  }
}
.p-header_title p.en {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-header_title p.en {
    font-size: 20px;
  }
}
@media print {
  .p-header_title p.en {
    font-size: 20px;
  }
}
.p-header_menu {
  display: none;
}
@media (min-width: 1024px) {
  .p-header_menu {
    margin-left: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media print {
  .p-header_menu {
    margin-left: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}
.p-header_menu-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.p-header_menu-button a {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: block;
  padding: 2px 0;
  width: 124px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-header_menu-button a:hover {
  opacity: 0.6;
}
.p-header_menu-button a img {
  width: 100%;
  height: auto;
}
.p-header_menu-shop {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin: 0 10px;
}
.p-header_menu-shop a {
  display: block;
  width: 105px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-header_menu-shop a:hover {
  opacity: 0.6;
}
.p-header_menu-shop a img {
  width: 100%;
  height: auto;
}
.p-header_button {
  position: relative;
  margin-left: auto;
  width: 30px;
  height: 20px;
}
@media (min-width: 1024px) {
  .p-header_button {
    display: none;
  }
}
@media print {
  .p-header_button {
    display: none;
  }
}
.p-header_button span {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #1A2E67;
}
.p-header_button span:nth-child(1) {
  top: 0;
}
.p-header_button span:nth-child(2) {
  top: 50%;
}
.p-header_button span:nth-child(3) {
  top: 100%;
}
.p-footer {
  position: relative;
  padding: 40px 20px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#1A2C67), to(#000000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #1A2C67 0%, #000000 100%) 0% 0% no-repeat padding-box;
}
@media (min-width: 768px) {
  .p-footer {
    padding: 80px 40px 30px;
  }
}
@media print {
  .p-footer {
    padding: 80px 40px 30px;
  }
}
@media (min-width: 1024px) {
  .p-footer {
    padding: 150px 0 50px;
  }
}
@media print {
  .p-footer {
    padding: 150px 0 50px;
  }
}
.p-footer.top {
  padding: 430px 20px 30px;
}
@media (min-width: 768px) {
  .p-footer.top {
    padding: min(52vw, 520px) 40px 50px;
  }
}
@media print {
  .p-footer.top {
    padding: min(52vw, 520px) 40px 50px;
  }
}
.p-footer.top .c-contact {
  position: absolute;
  top: -420px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .p-footer.top .c-contact {
    top: -500px;
  }
}
@media print {
  .p-footer.top .c-contact {
    top: -500px;
  }
}
.p-footer_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.p-footer_top {
  width: 100%;
}
@media (min-width: 768px) {
  .p-footer_top {
    display: -webkit-box;
    display: flex;
  }
}
@media print {
  .p-footer_top {
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 768px) {
  .p-footer_logo {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    padding-right: min(5vw, 50px);
    width: 50%;
  }
}
@media print {
  .p-footer_logo {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    padding-right: min(5vw, 50px);
    width: 50%;
  }
}
.p-footer_logo a {
  display: block;
  width: 159px;
}
.p-footer_logo a img {
  width: 100%;
  height: auto;
}
.p-footer_info p {
  font-size: 12px;
  color: #fff;
  line-height: 1.8;
}
.p-footer_info p:not(:first-child) {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .p-footer_info {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 50%;
    font-size: 14px;
  }
}
@media print {
  .p-footer_info {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 50%;
    font-size: 14px;
  }
}
.p-footer_nav {
  display: none;
}
@media (min-width: 1024px) {
  .p-footer_nav {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5vw;
    margin-top: min(10vw, 120px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media print {
  .p-footer_nav {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5vw;
    margin-top: min(10vw, 120px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
}
.p-footer_nav a {
  color: #fff;
}
@media (min-width: 768px) {
  .p-footer_nav a {
    display: inline-block;
    margin: 10px 7px;
    font-size: 15px;
  }
}
@media print {
  .p-footer_nav a {
    display: inline-block;
    margin: 10px 7px;
    font-size: 15px;
  }
}
.p-footer_copy {
  margin-top: 4vw;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer_copy {
    margin-top: min(5vw, 50px);
    font-size: 12px;
  }
}
@media print {
  .p-footer_copy {
    margin-top: min(5vw, 50px);
    font-size: 12px;
  }
}
.p-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-color: #1A2E67;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-nav.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.p-nav_button {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 30px;
  height: 20px;
}
.p-nav_button span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.p-nav_button span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.p-nav_button span:nth-child(2) {
  top: 50%;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.p-nav_inner {
  padding: 70px 30px;
}
.p-nav_list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.p-nav_list a {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 20px 0;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.p-top {
  background-color: #FAFAFA;
}
.p-top_kv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-top_kv {
    height: 600px;
  }
}
@media print {
  .p-top_kv {
    height: 600px;
  }
}
@media (min-width: 1024px) {
  .p-top_kv {
    height: 900px;
  }
}
@media print {
  .p-top_kv {
    height: 900px;
  }
}
.p-top_kv img {
  width: 100%;
  height: auto;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .p-top_kv img {
    height: 100%;
    object-fit: cover;
  }
}
@media print {
  .p-top_kv img {
    height: 100%;
    object-fit: cover;
  }
}
.p-top_kv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  padding: 15px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5vw;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #1A2E67;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-top_kv-title {
    font-size: 3.3vw;
  }
}
@media print {
  .p-top_kv-title {
    font-size: 3.3vw;
  }
}
@media (min-width: 1024px) {
  .p-top_kv-title {
    padding: 36px 55px;
    font-size: min(3vw, 40px);
  }
}
@media print {
  .p-top_kv-title {
    padding: 36px 55px;
    font-size: min(3vw, 40px);
  }
}
.p-top_kv-slider {
  height: 100%;
}
.p-top_feature {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1146px;
  margin-top: min(20vw, 200px);
}
@media (min-width: 768px) {
  .p-top_feature {
    padding: 0 40px;
  }
}
@media print {
  .p-top_feature {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .p-top_feature-list {
    margin-top: min(10vw, 110px);
  }
}
@media print {
  .p-top_feature-list {
    margin-top: min(10vw, 110px);
  }
}
.p-top_feature-list li {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .p-top_feature-list li {
    display: -webkit-box;
    display: flex;
  }
  .p-top_feature-list li:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .p-top_feature-list li:nth-child(2n) .content {
    padding-left: 0;
    padding-right: min(3vw, 40px);
  }
}
@media print {
  .p-top_feature-list li {
    display: -webkit-box;
    display: flex;
  }
  .p-top_feature-list li:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .p-top_feature-list li:nth-child(2n) .content {
    padding-left: 0;
    padding-right: min(3vw, 40px);
  }
}
@media (min-width: 768px) {
  .p-top_feature-list li .img {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 40%;
  }
}
@media print {
  .p-top_feature-list li .img {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .p-top_feature-list li .img {
    width: 50%;
  }
}
@media print {
  .p-top_feature-list li .img {
    width: 50%;
  }
}
.p-top_feature-list li .img img {
  width: 100%;
  height: auto;
}
.p-top_feature-list li .content {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .p-top_feature-list li .content {
    margin-top: 0;
    padding-top: 3vw;
    padding-left: min(3vw, 40px);
  }
}
@media print {
  .p-top_feature-list li .content {
    margin-top: 0;
    padding-top: 3vw;
    padding-left: min(3vw, 40px);
  }
}
@media (min-width: 1024px) {
  .p-top_feature-list li .content {
    padding-top: min(7vw, 75px);
  }
}
@media print {
  .p-top_feature-list li .content {
    padding-top: min(7vw, 75px);
  }
}
.p-top_feature-list li .content h3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  color: #1A2E67;
  line-height: 1.3;
}
.p-top_feature-list li .content h3 small {
  font-family: "Josefin Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.p-top_feature-list li .content h3 span {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .p-top_feature-list li .content h3 span {
    font-size: 22px;
  }
}
@media print {
  .p-top_feature-list li .content h3 span {
    font-size: 22px;
  }
}
.p-top_feature-list li .content p {
  margin-top: min(2vw, 20px);
  line-height: 2;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-top_feature-list li .content p {
    font-size: min(1.8vw, 16px);
  }
}
@media print {
  .p-top_feature-list li .content p {
    font-size: min(1.8vw, 16px);
  }
}
@media (min-width: 1024px) {
  .p-top_feature-list li .content p {
    line-height: 2.5;
  }
}
@media print {
  .p-top_feature-list li .content p {
    line-height: 2.5;
  }
}
.p-top_feature-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: min(7vw, 70px);
}
.p-top_guide {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1146px;
  margin-top: min(16vw, 160px);
}
@media (min-width: 768px) {
  .p-top_guide {
    padding: 0 40px;
  }
}
@media print {
  .p-top_guide {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .p-top_guide-list {
    margin-top: 5vw;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media print {
  .p-top_guide-list {
    margin-top: 5vw;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .p-top_guide-list {
    margin-top: min(8vw, 80px);
  }
}
@media print {
  .p-top_guide-list {
    margin-top: min(8vw, 80px);
  }
}
.p-top_guide-list li {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .p-top_guide-list li {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin-top: 0;
    width: 31%;
  }
}
@media print {
  .p-top_guide-list li {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin-top: 0;
    width: 31%;
  }
}
.p-top_guide-list li a {
  display: block;
  width: 100%;
  color: #02030D;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-top_guide-list li a:hover {
  opacity: 0.6;
}
.p-top_guide-list li a img {
  width: 100%;
  height: auto;
}
.p-top_guide-list li a .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 50px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .p-top_guide-list li a .title {
    height: 70px;
  }
}
@media print {
  .p-top_guide-list li a .title {
    height: 70px;
  }
}
.p-top_guide-list li a .title span {
  position: relative;
  padding-right: 25px;
  font-size: 18px;
  font-weight: 700;
}
.p-top_guide-list li a .title span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/icon/icon-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 1024px) {
  .p-top_guide-list li a .title span {
    padding-right: 27px;
    font-size: 20px;
  }
  .p-top_guide-list li a .title span::after {
    width: 23px;
    height: 23px;
  }
}
@media print {
  .p-top_guide-list li a .title span {
    padding-right: 27px;
    font-size: 20px;
  }
  .p-top_guide-list li a .title span::after {
    width: 23px;
    height: 23px;
  }
}
.p-top_guide-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: min(7vw, 70px);
}
.p-top_history {
  margin-top: min(16vw, 160px);
  padding-bottom: min(130vw, 550px);
}
@media (min-width: 768px) {
  .p-top_history {
    padding-bottom: 650px;
  }
}
@media print {
  .p-top_history {
    padding-bottom: 650px;
  }
}
.p-top_history-row {
  position: relative;
}
.p-top_history-row::after {
  content: "";
  position: absolute;
  bottom: calc(-10vw + 1px);
  left: 0;
  height: 10vw;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 1024px) {
  .p-top_history-row::after {
    bottom: -99px;
    height: 100px;
  }
}
@media print {
  .p-top_history-row::after {
    bottom: -99px;
    height: 100px;
  }
}
.p-top_history-row.first {
  z-index: 10;
  padding-bottom: 5vw;
  background-color: #000000;
}
@media (min-width: 1024px) {
  .p-top_history-row.first {
    padding-bottom: 0;
  }
}
@media print {
  .p-top_history-row.first {
    padding-bottom: 0;
  }
}
.p-top_history-row.first::after {
  background-color: #000;
}
.p-top_history-row.second {
  z-index: 9;
  padding-top: 20vw;
  padding-bottom: 5vw;
  background-color: #0B163C;
}
@media (min-width: 1024px) {
  .p-top_history-row.second {
    padding-top: 200px;
    padding-bottom: 0;
  }
}
@media print {
  .p-top_history-row.second {
    padding-top: 200px;
    padding-bottom: 0;
  }
}
.p-top_history-row.second::after {
  background-color: #0B163C;
}
.p-top_history-row.third {
  z-index: 8;
  padding-top: 20vw;
  padding-bottom: 5vw;
  background-color: #1A2C67;
}
@media (min-width: 1024px) {
  .p-top_history-row.third {
    padding-top: 200px;
    padding-bottom: 0;
  }
}
@media print {
  .p-top_history-row.third {
    padding-top: 200px;
    padding-bottom: 0;
  }
}
.p-top_history-row.third::after {
  background-color: #1A2C67;
}
.p-top_history-head {
  padding: 9vw 0 23vw;
  background-image: url("/assets/img/top/img-word.svg");
  background-size: 1000px;
  background-repeat: repeat-x;
  background-position: left 80%;
}
@media (min-width: 768px) {
  .p-top_history-head {
    background-size: 1500px;
  }
}
@media print {
  .p-top_history-head {
    background-size: 1500px;
  }
}
@media (min-width: 1024px) {
  .p-top_history-head {
    padding: 90px 0 230px;
    background-size: 1961px;
  }
}
@media print {
  .p-top_history-head {
    padding: 90px 0 230px;
    background-size: 1961px;
  }
}
.p-top_history-inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1146px;
}
@media (min-width: 768px) {
  .p-top_history-inner {
    padding: 0 40px;
  }
}
@media print {
  .p-top_history-inner {
    padding: 0 40px;
  }
}
.p-top_history-title {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-top_history-title {
    font-size: 24px;
  }
}
@media print {
  .p-top_history-title {
    font-size: 24px;
  }
}
.p-top_history-flex {
  margin-top: 6vw;
}
@media (min-width: 768px) {
  .p-top_history-flex {
    margin-top: min(6vw, 60px);
    display: -webkit-box;
    display: flex;
  }
}
@media print {
  .p-top_history-flex {
    margin-top: min(6vw, 60px);
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 768px) {
  .p-top_history-flex .img {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin-top: 0.7em;
    width: 40%;
  }
}
@media print {
  .p-top_history-flex .img {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin-top: 0.7em;
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .p-top_history-flex .img {
    margin-top: 1em;
    width: 46%;
  }
}
@media print {
  .p-top_history-flex .img {
    margin-top: 1em;
    width: 46%;
  }
}
.p-top_history-flex .img img {
  width: 100%;
  height: auto;
}
.p-top_history-flex .text {
  margin-top: 20px;
  color: #fff;
  line-height: 2.7;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-top_history-flex .text {
    margin-top: 0;
    padding-left: min(3vw, 30px);
    font-size: min(1.5vw, 16px);
  }
}
@media print {
  .p-top_history-flex .text {
    margin-top: 0;
    padding-left: min(3vw, 30px);
    font-size: min(1.5vw, 16px);
  }
}
.p-top_history-button {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 10vw;
}
@media (min-width: 768px) {
  .p-top_history-button {
    margin-top: min(10vw, 100px);
  }
}
@media print {
  .p-top_history-button {
    margin-top: min(10vw, 100px);
  }
}
.p-what section {
  position: relative;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .p-what section {
    margin-top: 100px;
  }
}
@media print {
  .p-what section {
    margin-top: 100px;
  }
}
.p-what section:nth-child(1) {
  margin-top: 0;
}
.p-what_box {
  padding: 25px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-what_box {
    padding: 40px;
  }
}
@media print {
  .p-what_box {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .p-what_box {
    padding: 60px 55px;
  }
}
@media print {
  .p-what_box {
    padding: 60px 55px;
  }
}
@media (min-width: 768px) {
  .p-what_box-inner {
    display: -webkit-box;
    display: flex;
  }
}
@media print {
  .p-what_box-inner {
    display: -webkit-box;
    display: flex;
  }
}
.p-what_box-inner .img {
  position: relative;
}
@media (min-width: 768px) {
  .p-what_box-inner .img {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 34%;
  }
}
@media print {
  .p-what_box-inner .img {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 34%;
  }
}
.p-what_box-inner .img img {
  width: 100%;
  height: auto;
}
.p-what_box-inner .img .no {
  position: absolute;
  z-index: 10;
  top: -8px;
  left: -8px;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #1A2E67;
}
@media (min-width: 768px) {
  .p-what_box-inner .img .no {
    top: -15px;
    left: -15px;
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
@media print {
  .p-what_box-inner .img .no {
    top: -15px;
    left: -15px;
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
.p-what_box-inner .content {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-what_box-inner .content {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    margin-top: 0;
    padding-left: min(5vw, 50px);
  }
}
@media print {
  .p-what_box-inner .content {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    margin-top: 0;
    padding-left: min(5vw, 50px);
  }
}
.p-what_box-inner .content h2 {
  text-align: center;
  font-size: 20px;
}
@media (min-width: 768px) {
  .p-what_box-inner .content h2 {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
@media print {
  .p-what_box-inner .content h2 {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
.p-what_box-inner .content p {
  margin-top: 1em;
  font-size: 14px;
  line-height: 2;
}
@media (min-width: 1024px) {
  .p-what_box-inner .content p {
    font-size: 16px;
  }
}
@media print {
  .p-what_box-inner .content p {
    font-size: 16px;
  }
}
.p-what_box.blue {
  background-color: #1A2E67;
  color: #fff;
}
@media (min-width: 768px) {
  .p-what_box.blue {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media print {
  .p-what_box.blue {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .p-what_box.blue {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media print {
  .p-what_box.blue {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.p-what_box.blue .no {
  color: #1A2E67;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-what_box.blue .img {
    margin-top: 80px;
  }
}
@media print {
  .p-what_box.blue .img {
    margin-top: 80px;
  }
}
.p-what_frame {
  padding: 30px 10px;
}
.p-what_frame::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #1A2E67;
}
@media (min-width: 768px) {
  .p-what_frame {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .p-what_frame::after {
    width: min(80%, 1075px);
    height: 100%;
  }
  .p-what_frame.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
}
@media print {
  .p-what_frame {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .p-what_frame::after {
    width: min(80%, 1075px);
    height: 100%;
  }
  .p-what_frame.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1366px) {
  .p-what_frame::after {
    width: calc(1066px + (100vw - 1066px) / 2 - 140px);
  }
}
@media print {
  .p-what_frame::after {
    width: calc(1066px + (100vw - 1066px) / 2 - 140px);
  }
}
.p-what_frame .content {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .p-what_frame .content {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    padding-right: min(6vw, 60px);
  }
}
@media print {
  .p-what_frame .content {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    padding-right: min(6vw, 60px);
  }
}
.p-what_frame .content h2 {
  padding: 0 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  color: #1A2E67;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-what_frame .content h2 {
    padding: 0 5px;
  }
}
@media print {
  .p-what_frame .content h2 {
    padding: 0 5px;
  }
}
.p-what_frame .content p {
  margin-top: 30px;
  color: #fff;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-what_frame .content p {
    margin-top: 40px;
  }
}
@media print {
  .p-what_frame .content p {
    margin-top: 40px;
  }
}
.p-what_frame .img {
  position: relative;
  z-index: 10;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-what_frame .img {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin-top: 0;
    width: 43%;
  }
}
@media print {
  .p-what_frame .img {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin-top: 0;
    width: 43%;
  }
}
.p-what_frame .img::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #8D98BE;
}
@media (min-width: 768px) {
  .p-what_frame .img::after {
    top: 15px;
    left: 15px;
  }
}
@media print {
  .p-what_frame .img::after {
    top: 15px;
    left: 15px;
  }
}
@media (min-width: 1024px) {
  .p-what_frame .img::after {
    top: 20px;
    left: 20px;
  }
}
@media print {
  .p-what_frame .img::after {
    top: 20px;
    left: 20px;
  }
}
.p-what_frame .img.left::after {
  left: -10px;
}
@media (min-width: 768px) {
  .p-what_frame .img.left::after {
    left: -15px;
  }
}
@media print {
  .p-what_frame .img.left::after {
    left: -15px;
  }
}
@media (min-width: 1024px) {
  .p-what_frame .img.left::after {
    left: -20px;
  }
}
@media print {
  .p-what_frame .img.left::after {
    left: -20px;
  }
}
.p-what_frame .img img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .p-what_frame.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .p-what_frame.left::after {
    left: auto;
    right: 0;
  }
  .p-what_frame.left .content {
    padding-left: min(6vw, 60px);
    padding-right: 0;
  }
  .p-what_frame.left .content h2 {
    margin-left: auto;
  }
  .p-what_frame.left .img {
    margin-top: 80px;
  }
}
@media print {
  .p-what_frame.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .p-what_frame.left::after {
    left: auto;
    right: 0;
  }
  .p-what_frame.left .content {
    padding-left: min(6vw, 60px);
    padding-right: 0;
  }
  .p-what_frame.left .content h2 {
    margin-left: auto;
  }
  .p-what_frame.left .img {
    margin-top: 80px;
  }
}
.p-guide_top section {
  margin-top: 20px;
}
.p-guide_top section:nth-child(1) {
  margin-top: 0;
}
.p-guide_box {
  padding: 20px 20px 30px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
@media (min-width: 768px) {
  .p-guide_box {
    padding: 30px 30px 40px;
  }
}
@media print {
  .p-guide_box {
    padding: 30px 30px 40px;
  }
}
.p-guide_title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.p-guide_title img {
  width: 46px;
  height: auto;
}
@media (min-width: 768px) {
  .p-guide_title img {
    width: 80px;
  }
}
@media print {
  .p-guide_title img {
    width: 80px;
  }
}
.p-guide_title span {
  padding-left: 12px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .p-guide_title span {
    padding-left: 20px;
    font-size: 22px;
  }
}
@media print {
  .p-guide_title span {
    padding-left: 20px;
    font-size: 22px;
  }
}
.p-guide_service {
  margin-top: 10px;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-guide_service {
    display: -webkit-box;
    display: flex;
  }
}
@media print {
  .p-guide_service {
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 768px) {
  .p-guide_service .left {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    padding-right: min(5vw, 50px);
    width: 50%;
  }
}
@media print {
  .p-guide_service .left {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    padding-right: min(5vw, 50px);
    width: 50%;
  }
}
.p-guide_service .right {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-guide_service .right {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    padding-left: min(5vw, 50px);
    width: 50%;
    margin-top: 0;
  }
}
@media print {
  .p-guide_service .right {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    padding-left: min(5vw, 50px);
    width: 50%;
    margin-top: 0;
  }
}
.p-guide_info {
  display: grid;
  grid-template-columns: 20px 1fr;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px 5px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #1A2E67;
  word-break: break-all;
}
@media (min-width: 768px) {
  .p-guide_info {
    grid-template-columns: 30px 1fr;
    gap: 20px 5px;
    margin-top: 25px;
    font-size: 20px;
  }
}
@media print {
  .p-guide_info {
    grid-template-columns: 30px 1fr;
    gap: 20px 5px;
    margin-top: 25px;
    font-size: 20px;
  }
}
.p-guide_info img {
  width: 20px;
  height: auto;
}
@media (min-width: 768px) {
  .p-guide_info img {
    width: 25px;
  }
}
@media print {
  .p-guide_info img {
    width: 25px;
  }
}
.p-guide_info a {
  color: #02030D;
}
.p-guide_repair {
  margin-top: 20px;
}
.p-guide_repair dl {
  margin-top: 40px;
}
.p-guide_repair dl:nth-child(1) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-guide_repair dl {
    display: -webkit-box;
    display: flex;
  }
}
@media print {
  .p-guide_repair dl {
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 768px) {
  .p-guide_repair dl dt {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 170px;
  }
}
@media print {
  .p-guide_repair dl dt {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 170px;
  }
}
.p-guide_repair dl dd {
  margin-top: 10px;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-guide_repair dl dd {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    margin-top: 0;
  }
}
@media print {
  .p-guide_repair dl dd {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    margin-top: 0;
  }
}
.p-guide_text {
  margin-top: 10px;
  line-height: 2;
}
.p-guide_bottom h2 {
  margin-top: 40px;
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #1A2E67;
}
.p-guide_bottom h2:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .p-guide_bottom h2 {
    margin-top: 70px;
    font-size: 22px;
  }
}
@media print {
  .p-guide_bottom h2 {
    margin-top: 70px;
    font-size: 22px;
  }
}
.p-guide_bottom .p-guide_text p {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .p-guide_bottom .p-guide_text p {
    padding: 0 20px;
  }
}
@media print {
  .p-guide_bottom .p-guide_text p {
    padding: 0 20px;
  }
}
.p-guide_bottom p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-guide_bottom p a {
  color: #1A2E67;
  text-decoration: underline;
}
.p-guide_flex {
  margin-top: 20px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .p-guide_flex {
    display: -webkit-box;
    display: flex;
    padding: 0 20px;
  }
}
@media print {
  .p-guide_flex {
    display: -webkit-box;
    display: flex;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .p-guide_flex .left {
    width: 60%;
  }
}
@media print {
  .p-guide_flex .left {
    width: 60%;
  }
}
.p-guide_flex .left img {
  max-width: 100%;
}
.p-guide_flex .left p {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p-guide_flex .right {
    width: 40%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media print {
  .p-guide_flex .right {
    width: 40%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}
.p-guide_flex .right a {
  margin: 0 auto;
  margin-top: 20px;
}
.p-about_list dl {
  padding: 10px;
  font-size: 16px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #BABABA;
}
@media (min-width: 768px) {
  .p-about_list dl {
    display: -webkit-box;
    display: flex;
    padding: 25px;
    font-size: 18px;
  }
}
@media print {
  .p-about_list dl {
    display: -webkit-box;
    display: flex;
    padding: 25px;
    font-size: 18px;
  }
}
.p-about_list dl dt {
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-about_list dl dt {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 33%;
  }
}
@media print {
  .p-about_list dl dt {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 33%;
  }
}
@media (min-width: 768px) {
  .p-about_list dl dd {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }
}
@media print {
  .p-about_list dl dd {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }
}
.p-about_map {
  margin-top: 40px;
  height: 300px;
}
@media (min-width: 768px) {
  .p-about_map {
    margin-top: 70px;
    height: 462px;
  }
}
@media print {
  .p-about_map {
    margin-top: 70px;
    height: 462px;
  }
}
.p-about_map iframe {
  width: 100%;
  height: 100%;
}
.p-history_top section:not(:first-child) {
  margin-top: 20px;
}
.p-history_box-title img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .p-history_box-title img {
    width: 55vw;
  }
}
@media print {
  .p-history_box-title img {
    width: 55vw;
  }
}
@media (min-width: 1024px) {
  .p-history_box-title img {
    width: 550px;
  }
}
@media print {
  .p-history_box-title img {
    width: 550px;
  }
}
@media (min-width: 768px) {
  .p-history_box-flex {
    display: -webkit-box;
    display: flex;
    margin-top: -20px;
  }
}
@media print {
  .p-history_box-flex {
    display: -webkit-box;
    display: flex;
    margin-top: -20px;
  }
}
.p-history_box-flex .img img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .p-history_box-flex .img {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 40%;
  }
}
@media print {
  .p-history_box-flex .img {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .p-history_box-flex .img {
    width: 31%;
  }
}
@media print {
  .p-history_box-flex .img {
    width: 31%;
  }
}
.p-history_box-flex .content {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-history_box-flex .content {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    margin-top: 0;
    padding-left: min(3vw, 30px);
  }
}
@media print {
  .p-history_box-flex .content {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    margin-top: 0;
    padding-left: min(3vw, 30px);
  }
}
.p-history_box-flex .content p {
  line-height: 2;
}
.p-history_box-flex .content p:not(:first-child) {
  margin-top: 1.5em;
}
.p-history_history {
  background-image: url("../../2025_HP_Photo/History/HI_08.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right top;
}
@media (min-width: 1024px) {
  .p-history_history {
    display: -webkit-box;
    display: flex;
    background-position: left top;
  }
}
@media print {
  .p-history_history {
    display: -webkit-box;
    display: flex;
    background-position: left top;
  }
}
@media (min-width: 1024px) {
  .p-history_history .left {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 42%;
  }
}
@media print {
  .p-history_history .left {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 42%;
  }
}
@media (min-width: 1024px) {
  .p-history_history .right {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 58%;
  }
}
@media print {
  .p-history_history .right {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 58%;
  }
}
.p-history_history-title {
  font-size: 36px;
  color: #1A2E67;
  font-family: "Josefin Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .p-history_history-title {
    font-size: 43px;
  }
}
@media print {
  .p-history_history-title {
    font-size: 43px;
  }
}
@media (min-width: 1024px) {
  .p-history_history-title {
    font-size: 43px;
  }
}
@media print {
  .p-history_history-title {
    font-size: 43px;
  }
}
.p-history_list {
  display: grid;
  grid-template-columns: 90px 1fr;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-history_list {
    grid-template-columns: 120px 1fr;
  }
}
@media print {
  .p-history_list {
    grid-template-columns: 120px 1fr;
  }
}
@media (min-width: 1024px) {
  .p-history_list {
    grid-template-columns: 130px 1fr;
    margin-top: 0;
  }
}
@media print {
  .p-history_list {
    grid-template-columns: 130px 1fr;
    margin-top: 0;
  }
}
.p-history_list > dt {
  position: relative;
  padding-right: 15px;
  font-size: 28px;
  color: #1A2E67;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: right;
}
@media (min-width: 768px) {
  .p-history_list > dt {
    font-size: 36px;
  }
}
@media print {
  .p-history_list > dt {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .p-history_list > dt {
    font-size: 43px;
  }
}
@media print {
  .p-history_list > dt {
    font-size: 43px;
  }
}
.p-history_list > dt.last::after {
  height: 0;
}
.p-history_list-month {
  display: grid;
  grid-template-columns: 55px 1fr;
  padding-top: 15px;
}
.p-history_list-month dt {
  position: relative;
  color: #818181;
  font-size: 20px;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: right;
}
@media (min-width: 1024px) {
  .p-history_list-month dt {
    font-size: 26px;
  }
}
@media print {
  .p-history_list-month dt {
    font-size: 26px;
  }
}
.p-history_list-month dd {
  padding-top: 2px;
  padding-left: 15px;
}
@media (min-width: 1024px) {
  .p-history_list-month dd {
    padding-top: 7px;
    padding-left: 15px;
  }
}
@media print {
  .p-history_list-month dd {
    padding-top: 7px;
    padding-left: 15px;
  }
}
.p-contact {
  height: 100%;
  background-color: #FAFAFA;
}
.p-contact section h2 {
  font-size: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact section h2 {
    font-size: 20px;
  }
}
@media print {
  .p-contact section h2 {
    font-size: 20px;
  }
}
.p-contact section p {
  margin-top: 30px;
  line-height: 2.75;
  text-align: center;
}
@media (min-width: 768px) {
  .p-contact section p {
    margin-top: 60px;
  }
}
@media print {
  .p-contact section p {
    margin-top: 60px;
  }
}
.p-recruit section {
  position: relative;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .p-recruit section {
    margin-top: 100px;
  }
}
@media print {
  .p-recruit section {
    margin-top: 100px;
  }
}
.p-recruit section:nth-child(1) {
  margin-top: 0;
}
.p-recruit_top {
  text-align: center;
}
.p-recruit_top h2 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .p-recruit_top h2 {
    font-size: 20px;
  }
}
@media print {
  .p-recruit_top h2 {
    font-size: 20px;
  }
}
.p-recruit_top p {
  margin-top: 20px;
  line-height: 2.75;
}
@media (min-width: 768px) {
  .p-recruit_top p {
    margin-top: 40px;
  }
}
@media print {
  .p-recruit_top p {
    margin-top: 40px;
  }
}
.p-recruit_top img {
  margin-top: 30px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .p-recruit_top img {
    margin-top: 50px;
  }
}
@media print {
  .p-recruit_top img {
    margin-top: 50px;
  }
}
.p-recruit_bottom {
  padding-bottom: 20px;
  text-align: center;
}
.p-recruit_bottom h2 {
  position: relative;
  padding-bottom: 15px;
  font-size: 18px;
}
.p-recruit_bottom h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 3px;
  background-color: #1A2E67;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .p-recruit_bottom h2 {
    font-size: 20px;
  }
}
@media print {
  .p-recruit_bottom h2 {
    font-size: 20px;
  }
}
.p-recruit_bottom p {
  margin-top: 20px;
  line-height: 2.75;
}
@media (min-width: 768px) {
  .p-recruit_bottom p {
    margin-top: 40px;
  }
}
@media print {
  .p-recruit_bottom p {
    margin-top: 40px;
  }
}
.mgt10 {
  margin-top: 10px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgt110 {
  margin-top: 110px !important;
}

.mgt120 {
  margin-top: 120px !important;
}

.mgt130 {
  margin-top: 130px !important;
}

.mgt140 {
  margin-top: 140px !important;
}

.mgt150 {
  margin-top: 150px !important;
}

.mgt160 {
  margin-top: 160px !important;
}

.mgt170 {
  margin-top: 170px !important;
}

.mgt180 {
  margin-top: 180px !important;
}

.mgt190 {
  margin-top: 190px !important;
}

.mgt200 {
  margin-top: 200px !important;
}

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
          order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}