@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Zen+Kaku+Gothic+New:wght@400;700&family=Zen+Old+Mincho:wght@400;500;700;900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Zen+Kaku+Gothic+New:wght@400;700&family=Zen+Old+Mincho:wght@500;700;900&display=swap'); */
.eb-garamond-medium {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.zen-old-mincho-medium {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.zen-old-mincho-black {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

/**
 * Base
 */
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}

label {
  cursor: pointer;
}

img,
iframe {
  vertical-align: top;
}

dt {
  font-weight: normal;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}
html.is_locked {
  position: fixed;
  width: 100%;
}

body {
  min-width: 960px;
  color: #25252E;
  font-family: "Zen Kaku Gothic New", "Zen Old Mincho", "Noto Sans JP", Yu-Gothic, "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Noto Sans JP, sans-serif;
  /* font-family: "Noto Sans JP", Yu-Gothic, "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Noto Sans JP, sans-serif; */
  font-size: 1.6rem;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 750px) {
  body {
    min-width: auto;
  }
}

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

body.compensate-for-scrollbar {
  overflow: hidden;
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
  animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

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

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

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

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

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

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.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-cube-shadow {
  transform-style: preserve-3d;
}

.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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

/* 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-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.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-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.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-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  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-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 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: flex;
  align-items: 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: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,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --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;
  transition: 300ms opacity;
  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: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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: 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: 10px;
  top: 50%;
  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%;
  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;
  transition: 200ms transform, 200ms top;
}

.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%;
  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 {
  transition: 200ms transform, 200ms left;
}

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

/* Progress */
.swiper-pagination-progressbar {
  background: 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%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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: 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: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: 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: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: 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%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  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% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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




/**
 * Layout
 */
.ly_container {
  margin: auto;
  width: 100%;
  /* padding: 0 60px; */
  max-width: 1100px;
}

@media screen and (max-width: 750px) {
  .ly_container {
    padding: 0 30px;
    width: auto;
    max-width: 100%;
  }
}



/**
 * Header
 */
/* header
========================================================================== */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: transparent;
}

.header_narrow {
  background: #344E44;
  opacity: 0.85;
  transition: .5s;
}

@media screen and (min-width: 751px) {
  .header {
    padding: 20px;
    min-width: 960px;
    height: 82px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    /* -webkit-animation: hd_wide 0.5s, hd_bgWtoT 0.5s; */
    /* animation: hd_wide 0.5s, hd_bgWtoT 0.5s; */
  }
}
@media screen and (max-width: 750px) {
 
}


.header_wrapper {
  display: flex;
  align-items: center;
  /* padding: 20px 50px 0 20px; */
  justify-content: space-between;
}
/* .header_wrapper,
.header_inner {
  height: 100%;
} */

@media screen and (min-width: 751px) {
  .header_wrapper {
    /* width: 100%;
    min-width: 960px;
    box-sizing: border-box;
    margin: 0 auto;

    display: inherit; */
  }
}
@media screen and (max-width: 750px) {
  .header_wrapper {
    position: relative;
    display: block;
  }
}


.header_inner {
}

@media screen and (max-width: 750px) {
  .header_inner {
    padding-left: 20px;
    display: flex;
    align-items: center;
    height: 65px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media screen and (min-width: 751px) {
  .header .logo {
    width: 229px;
  }
  .header .logo a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  .header .logo {
    width: 178px;
  }
}
@media screen and (min-width: 751px) {
  .sp_header_menu {
    /* display: block; */
  }
}
@media screen and (max-width: 750px) {
  .sp_header_menu {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    position: absolute;
    right: 30px;
    top: 10px;
    cursor: pointer
  }
  .sp_header_menu>span {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    transition: 0.2s ease;
    margin-top: 10px;
  }
  .sp_header_menu>span:nth-child(3) {
    margin-top: 0;
    height: 0;
  }
  .sp_header_menu.active span:nth-child(2) {
    transform: rotate(30deg);
  }
  .sp_header_menu.active span:nth-child(3) {
    transform: rotate(150deg);
    height: 1px;
  }
  .sp_header_menu.active span:first-child ,
  .sp_header_menu.active span:last-child {
    background-color: transparent;
  }
}

@media screen and (min-width: 751px) {
  .header .header_inner_item {
    max-width: calc(100% - 250px);
    gap: 0 40px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  .header .header_inner_item {
    display: none;
    font-size: 2.0rem;
  }
  .header.header_bgWhite {
    background: #344E44;
    opacity: 0.85;
  }
  .header.header_bgWhite .header_inner_item {
    display: flex;
    /* height: 100vh; */
    height: calc(100vh - 65px );
    padding: 20% 0 40%;
    align-items: center;
    flex-flow: column;
  }
  .header.header_bgWhite .header_inner_item li {
    line-height: 2;
    border-bottom: 1px solid rgba(255,255,255,0.4);
  }
}


/* rgba(128,0,0,0.4) */


.header_inner_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* gap: 0 30px; */
  font-size: 1.8rem;
  color: #fff;
}
.header_inner_item a:hover {
  opacity: 0.6;
}

.header_inner_item li {
  /* flex: 1; */
}

/* 
@media screen and (min-width: 751px) {
  .header_inner_item > li:first-child h1,
.header_inner_item > li:first-child p {
    width: 182px;
    padding-left: 30px;
    transition: width 0.2s ease;
  }
}
@media screen and (max-width: 750px) {
  .header_inner_item > li:first-child h1,
.header_inner_item > li:first-child p {
    width: 118px;
    padding-left: 20px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 751px) {
  .header_inner_item > li.hp_pcOnly {
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .header_inner_item.menu_open {
    height: 100vh;
  }
  .header_inner_item.menu_open > li:first-child {
    background-color: #fff;
  }
} */

/**
 * Footer
 */
/* footer
========================================================================== */
.footer {
  padding: 40px 0 35px;
  background-color: #344E44;
}
.footer .ly_container {
  display: flex;
  justify-content: space-between;
}
.footer_mLink_logo a {
  display: block;
}
.footer_mLink_logo a:hover {
  opacity: 0.6;
}
.footer .sns {
  display: flex;
  justify-content: right;
}
.footer .sns .title {
  position: relative;
  padding-right: 45px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
  vertical-align: middle;
}
.footer .sns .title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  display: block;
  width: 30px;
  height: 1px;
  background-color:#fff;
}
.footer .sns ul {
  display: flex;
  align-items: center;
}
.footer .sns li {
  width: 29px;
  height: 29px;
  margin-left: 15px;
}
.footer .sns li a:hover {
  opacity: 0.6;
}
.footer .copy {
  color: #fff;
}
.footer .copy small {
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  .footer {
    /* padding: 40px 0; */
  }
  .footer .ly_container {
    display: inherit;
    text-align: center;
  }
  .footer_mLink_logo {
    width: 176px;
    margin: 0 auto 40px;
  }
  .footer .sns {
    justify-content: center;
  }
  .footer .copy {
    margin-top: 10px;
  }
  .footer .copy small {
    font-size: 1.0rem;
  }
}

/**
 * Block
 */


@media screen and (max-width: 750px) {
  .bl_searchCategory {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 63px);
    height: 100%;
    padding: 30px;
    background-color: #fff;
    z-index: 11;
    overflow: auto;
  }
}
.bl_searchCategory_hdg {
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .bl_searchCategory_hdg {
    font-size: 1.6rem;
  }
}
.bl_searchCategory_body {
  margin-top: 26px;
}
@media screen and (max-width: 750px) {
  .bl_searchCategory_body {
    margin-top: 18px;
  }
}
.bl_searchCategory_body li {
  margin-top: 12px;
}
.bl_searchCategory_body li:first-child {
  margin-top: 0;
}
.bl_searchCategory_btn {
  letter-spacing: 0.05em;
  display: flex;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
}
.bl_searchCategory_btn .check {
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  background-color: #E0E0EA;
}
.bl_searchCategory_btn .check:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
.bl_searchCategory_btn .txt {
  width: calc(100% - 18px);
  padding-left: 10px;
  transition: color 0.3s;
}
.bl_searchCategory_btn.is_select .check:after {
  opacity: 1;
}
[data-whatintent=mouse] .bl_searchCategory_btn:hover .txt {
  color: #db2eb0;
}
.bl_searchCategory_close {
  position: relative;
  position: fixed;
  top: 14px;
  right: 20px;
  width: 23px;
  height: 23px;
  z-index: 11;
}
@media screen and (min-width: 751px) {
  .bl_searchCategory_close {
    display: none;
  }
}
[data-whatintent=mouse] .bl_searchCategory_close:hover:before, [data-whatintent=mouse] .bl_searchCategory_close:hover:after {
  opacity: 0.6;
}
.bl_searchCategory_close:before, .bl_searchCategory_close:after {
  content: "";
  position: absolute;
  top: 11px;
  right: -2px;
  transform-origin: center;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transition: opacity 0.3s;
}
.bl_searchCategory_close:before {
  transform: rotate(45deg);
}
.bl_searchCategory_close:after {
  transform: rotate(-45deg);
}
.bl_searchCategory_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 751px) {
  .bl_searchCategory_overlay {
    display: none;
  }
}
.bl_searchCategory_sp {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (min-width: 751px) {
  .bl_searchCategory_sp {
    display: none;
  }
}
.bl_searchCategory_spBtn {
  letter-spacing: 0.05em;
  position: relative;
  display: flex;
  padding-left: 42px;
  color: #0e15af;
  font-size: min(4.2666666667vw, 2.1rem);
  font-weight: bold;
  transition: opacity 0.3s;
}
[data-whatintent=mouse] .bl_searchCategory_spBtn:hover {
  opacity: 0.6;
}
.bl_searchCategory_spBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 27px;
  height: 19px;
  background-image: url(../images/seminar/icon_search.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.bl_searchCategory_spList {
  display: none;
  flex-wrap: wrap;
  gap: 5px;
}
.bl_searchCategory_spList.is_show {
  display: flex;
}
.bl_searchCategory_spList li {
  letter-spacing: 0.05em;
  padding: 4px 9px;
  border-radius: 4px;
  background-color: #F5F5F9;
  font-size: 1.2rem;
}

/**
 * Helper
 */
@media screen and (max-width: 750px) {
  .hp_pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .hp_spOnly {
    display: none !important;
  }
}

/**
 * スクロールでアニメーションさせる
 */
.hp_anim {
  visibility: hidden;
  transition-property: visibility;
  transition-duration: 0.6s;
}
.hp_anim.-active {
  visibility: visible;
  -webkit-animation: 0.6s ease-in-out forwards slideup;
  animation: 0.6s ease-in-out forwards slideup;
}
.hp_anim__slideup.-active {
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.94, 0.44, 1);
  animation-timing-function: cubic-bezier(0.22, 0.94, 0.44, 1);
  -webkit-animation-name: slideup;
  animation-name: slideup;
}

.hp_ofh {
  overflow: hidden;
}

.hp_w0p {
  width: 0%;
}

.el_slideupTtlWrapper {
  overflow: hidden;
}

/**
 * animation-delay
 */
.hp_anmDelay10ms {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.hp_anmDelay20ms {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.hp_anmDelay30ms {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.hp_anmDelay40ms {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.hp_anmDelay50ms {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.hp_anmDelay60ms {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.hp_anmDelay70ms {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.hp_anmDelay80ms {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.hp_anmDelay90ms {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.hp_anmDelay100ms {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.hp_anmDelay110ms {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.hp_anmDelay120ms {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.hp_anmDelay130ms {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.hp_anmDelay140ms {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.hp_anmDelay150ms {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.hp_anmDelay160ms {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.hp_anmDelay170ms {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.hp_anmDelay180ms {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.hp_anmDelay190ms {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.hp_anmDelay200ms {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.hp_anmDelay210ms {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.hp_anmDelay220ms {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.hp_anmDelay230ms {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.hp_anmDelay240ms {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.hp_anmDelay250ms {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.hp_anmDelay260ms {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.hp_anmDelay270ms {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.hp_anmDelay280ms {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.hp_anmDelay290ms {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.hp_anmDelay300ms {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/**
 * Page
 */
/**
 * トップページ
 */
.sectTtl {
  display: inline-block;
  margin-bottom: 50px;
  font-size: 2.0rem;
  line-height: 2.0;
  letter-spacing: 0.3rem;
  border-bottom: 1px solid #344E44;
}
@media screen and (max-width: 750px) {
  .sectTtl {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

.pg_home {
  background-color: #F5F5F5;
}
@media screen and (min-width: 751px) {
  .pg_home .mvSect {
    background: url(../images/mv.webp) top center/cover no-repeat;
  }
  .pg_home .mvSect:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url(../images/mv_logo_bg.webp) center/cover no-repeat;
    background-size: 100% auto;
  }
  .pg_home .mvSect .mvSect_ttl {
    left: 50px;
    bottom: 35px;
    font-size: 4.8rem;
  }
}
.pg_home .mvSect {
  position: relative;
  height: 100vh;
}
.pg_home .mvSect .mvSect_ttl {
  position: absolute;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .pg_home .mvSect {
    max-height: 667px;
    background: url(../images/mv_sp.webp) center/100% no-repeat;
  }
  .pg_home .mvSect .mvSect_ttl {
    left: 30px;
    bottom: 20px;
    font-size: 3.2rem;
  }
}


/* ベネフィット（about） */

.pg_home .benefitSect_body {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;;
  overflow: hidden;
  /* background: #f0f0f5; */
}
@media screen and (min-width: 751px) {
  .pg_home .benefitSect_scroll {
    width: max(50vw, 960px / 2);
    background: url(/assets/images/about_bg.webp) no-repeat right top;
    background-size: 50% 100%;
    background-attachment: fixed;
  }
}
.pg_home .benefitSect_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 60px 60px 0px 60px;
  min-height: 100vh;
}
.pg_home .benefitSect_contTtl {
  display: inline-block;
  color: #344E44;
}
.pg_home .benefitSect_lead {
  font-size: 3.8rem;
  line-height: 1.575;
  color: #344E44;
}
.pg_home .benefitSect_txt {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 2;
  color: #666;
}
.pg_home .benefitSect_sticky {
  position: relative;
  width: max(50vw, 960px / 2);
  height: 100vh;
}
.pg_home .benefitSect_bg {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100vh;
}
.pg_home .benefitSect_bg::before, .pg_home .benefitSect_bg::after {
  content: "";
  position: absolute;
}
.pg_home .benefitSect_img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.3s;
}
.pg_home .benefitSect_img.is_active {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .pg_home .benefitSect_body {
    padding-top: 50px;
  }
  .pg_home .benefitSect {
    /* background: #f0f0f5; */
  }
  .pg_home .benefitSect_cont {
    padding-top: 0;
  }
  .pg_home .benefitSect_lead {
    font-size: 2.4rem;
  }
  .pg_home .benefitSect_txt {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .pg_home .benefitSect_body {
    width: auto;
    background: url(/assets/images/about_bg_sp.webp);
    background-size: auto 100%;
  }
  .pg_home .benefitSect_body {
    display: block;
  }
  .pg_home .benefitSect_cont {
    display: block;
    z-index: 0;
    padding: 0 0 60px;
    min-height: initial;
  }
  .pg_home .benefitSect_lead {
    margin-top: 0;
    /* margin-top: 24px; */
    /* font-size: min(6.9333333333vw, 3.1rem); */
    line-height: 1.5;
    white-space: normal;
  }
  .pg_home .benefitSect_txt {
    margin-top: 22px;
    /* font-size: min(3.7333333333vw, 1.9rem); */
  }
  .pg_home .benefitSect_contImg {
    position: relative;
    margin: 20px 30px 0;
    padding-top: 72.22%;
    width: auto;
    height: 0;
  }
  .pg_home .benefitSect_contImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 750px) {
  .js_searchCategory.is_open .js_searchCategory_nav {
    opacity: 1;
    visibility: visible;
  }
  .js_searchCategory.is_open .js_searchCategory_close {
    opacity: 1;
    visibility: visible;
  }
  .js_searchCategory_nav {
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
  }
  .js_searchCategory_close {
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
  }
  .js_searchCategory_overlay {
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
  }
  .js_searchCategory_overlay.is_active {
    opacity: 1;
    visibility: visible;
  }
  .js_searchCategory_list li {
    display: none;
  }
  .js_searchCategory_list li.is_select {
    display: block;
  }
}
.js_searchCategory_item.is_hide {
  display: none;
}
.js_searchCategory_item.is_select {
  display: block;
}

#loading {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5000;
}
#loading img {
  width: 700px;
}
#loading::after {
  content: "";
  position: absolute;
  display: block;
  width: 700px;
  height: 200px;
  background-color: #fff;
  box-shadow: -67px 4px 52px 3px #fff;
  transform: translateX(80px);
  z-index: 5001;
  -webkit-animation-name: loading;
  animation-name: loading;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes loading {
  0% {
    transform: translateX(80px);
  }
  100% {
    transform: translateX(750px);
  }
}
@keyframes loading {
  0% {
    transform: translateX(80px);
  }
  100% {
    transform: translateX(750px);
  }
}

/**
 * Keyframes
 */
@-webkit-keyframes goAhead {
  0% {
    transform: translateX(0%);
  }
  50% {
    opacity: 0;
    transform: translateX(30%);
  }
  55% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes goAhead {
  0% {
    transform: translateX(0%);
  }
  50% {
    opacity: 0;
    transform: translateX(30%);
  }
  55% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes goDiagonal {
  0% {
    transform: translateX(0%);
  }
  50% {
    opacity: 0;
    transform: translate(30%, -30%);
  }
  55% {
    opacity: 0;
    transform: translate(-30%, 30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes goDiagonal {
  0% {
    transform: translateX(0%);
  }
  50% {
    opacity: 0;
    transform: translate(30%, -30%);
  }
  55% {
    opacity: 0;
    transform: translate(-30%, 30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideup {
  0% {
    opacity: 0;
    transform: translateY(1.6em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideup {
  0% {
    opacity: 0;
    transform: translateY(1.6em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 四つの特長 */
.featureSect {
}
.featureSect .featureSect_inner {
  padding: 120px 0;
}
.featureSect .featureSect_ttl {
  color: #344E44;
}
.featureSect .featureSect_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 50px;
}
.featureSect .featureSect_list li {
  position: relative;
  display: flex;
  align-items: center;
  width: 47%;
  padding: 50px 60px 60px;
  border: 1px solid #344E44;
  vertical-align: middle;
}
.featureSect .featureSect_list li .no {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 58px;
}
.featureSect .featureSect_list li .ttl {
  margin-bottom: 25px;
  font-size: 2.8rem;
  color: #344E44;
}
.featureSect .featureSect_list li .text {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #666;
}
@media screen and (max-width: 750px) {
  .featureSect .featureSect_inner {
    padding: 30px 0 80px;
  }
  .featureSect .featureSect_list {
    gap: 20px 20px;
  }
  .featureSect .featureSect_list li {
    width: 100%;
    padding: 30px;
  }
  .featureSect .featureSect_list li .no {
    top: 10px;
    right: 20px;
      width: 40px;
  }
  .featureSect .featureSect_list li .ttl {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .featureSect .featureSect_list li .text {
    font-size: 1.4rem;
  }

}

/* ここから */

.benefitSect,
.featureSect,
.itemSect,
.infoSect,
.companySect,
.historySect,
.messageSect {
  padding-top: 82px;
  margin-top: -82px;
}

/* 取り扱い品目 */
.itemSect {
  color: #fff;
}
.itemSect .itemSect_bg {
  padding-top: 580px;
  background: url(../images/product_bg.webp) no-repeat top center;
  /* background-size: 100%; */
  background-size: cover;
}
.itemSect .itemSect_ttl {
  border-bottom-color: #fff;
}
.itemSect .itemSect_explanation {
  display: flex;
  justify-content: space-between;
}
.itemSect .itemSect_explanation .ttl {
  font-size: 3.0rem;
  width: 47%;
}
.itemSect .itemSect_explanation .text {
  font-size: 1.7rem;
  width: 49%;
}
.itemSect .itemSect_list {
  margin-top: 50px;
  padding: 0 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 751px) {
  .itemSect .itemSect_list {
    gap: 40px;
  }
}
@media screen and (max-width: 750px) {
  .itemSect .itemSect_list {
    gap: 20px;
  }
}
.itemSect .itemSect_list li:nth-child(odd) {
  margin-top: 60px;
}
.itemSect .itemSect_list figure {
  text-align: center;
}
.itemSect .itemSect_list figure img {
  width: 360px;
}
.itemSect .itemSect_list figure figcaption {
  margin-top: 25px;
  font-size: 2.4rem;
}
.itemSect .itemSect_slide {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  .itemSect .itemSect_bg {
    padding-top: 180px;
  }
  .itemSect .itemSect_explanation {
    display: block;
  }
  .itemSect .itemSect_explanation .ttl {
    font-size: 2.4rem;
    width: auto;
    margin-bottom: 20px;
  }
  .itemSect .itemSect_explanation .text {
    font-size: 1.5rem;
    width: auto;
  }
  .itemSect .itemSect_list {
    margin-top: 25px;
    padding: 0;
  }
  .itemSect .itemSect_list li:nth-child(odd) {
    margin-top: 30px;
  }
  .itemSect .itemSect_list figure img {
    width: 142px;
  }
  .itemSect .itemSect_list figure figcaption {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .itemSect .itemSect_slide {
    margin-top: 60px;
  }
  .itemSect .itemSect_slide .swiper-slide img {
    width: 300px;
  }
}


/* スライド */

.itemSect {
  overflow: hidden;
}
.itemSect .swiper {
  overflow: visible;
}
.itemSect .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.itemSect .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.itemSect .slide {
  overflow: hidden;
  width: 36rem;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}

/* @media only screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 599px) {
  .pc-tab {
    display: none !important;
  }
  .itemSect .slide {
    width: 24rem;
  }
}

@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
} */



/* 募集情報 */
.infoSect_inner {
  padding: 120px 0 100px;
}
.infoSect .infoSect_ttl {
  margin-bottom: 50px;
  color: #344E44;
}
.infoSect .infoSect_explanation {
  display: flex;
  justify-content: space-between;
}
.infoSect .infoSect_explanation .ttl {
  font-size: 3.0rem;
  color: #344E44;
}
.infoSect .infoSect_explanation .text {
  font-size: 1.7rem;
  width: 53%;
  color: #666;
}
.infoSect .infoSect_explanation .text p + p {
  margin-top: 20px;
}
.infoSect .infoSect_list {
  margin-top: 50px;
  display: flex;
}
.infoSect .infoSect_list li {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  border-top: 1px solid #CCC;
}
.infoSect .infoSect_list li:before {
  position: absolute;
  content: "";
  top: -15px;
  left: -35px;
  width: 100px;
  height: 45px;
  background: #F5F5F5;
}
.infoSect .infoSect_list li + li {
  border-left: 1px solid #CCC;
}
.infoSect .infoSect_list li .infoSect_list_inner {
  padding: 35px 40px 0;
}
.infoSect .infoSect_list .no {
  position: absolute;
  top: -18px;
  left: 20px;
  width: 28px;
}
.infoSect .infoSect_list .ttl {
  margin-bottom: 20px;
  font-size: 2.4rem;
  color: #344E44;
}
.infoSect .infoSect_list .text {
  font-size: 1.5rem;
  color: #666;
}

@media screen and (max-width: 750px) {
  .infoSect_inner {
    padding: 60px 0 30px;
  }
  .infoSect .infoSect_ttl {
    margin-bottom: 20px;
  }
  .infoSect .infoSect_explanation {
    display: block;
  }
  .infoSect .infoSect_explanation .ttl {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .infoSect .infoSect_explanation .text {
    font-size: 1.5rem;
    width: auto;
  }
  .infoSect .infoSect_list {
    margin-top: 60px;
    display: block;
  }
  .infoSect .infoSect_list li:before {
    top: -10px;
    left: 0;
    width: 60px;
    height: 20px;
  }
  .infoSect .infoSect_list li + li {
    border-left: none;
  }
  .infoSect .infoSect_list li .infoSect_list_inner {
    padding: 25px 20px 30px;
  }
  .infoSect .infoSect_list .no {
    top: -15px;
    left: 0;
    width: 24px;
  }
  .infoSect .infoSect_list .ttl {
    font-size: 2.0rem;
  }
  .infoSect .infoSect_list .text {
    font-size: 1.4rem;
  }

}

/* コンバージョンエリア */
.convSect {
  display: flex;
}
.convSect .convSect_telSect ,
.convSect .convSect_mailSect {
  padding: 40px;
  flex: 1;
  text-align: center;
  color: #fff;
}
.convSect .convSect_telSect {
  background-color: #344E44;
}
.convSect .convSect_mailSect {
  background-color: #022E1E;
}
.convSect .convSect_telSect .tel ,
.convSect .convSect_mailSect .mail {
  position: relative;
  display: inline-block;
}
.convSect .convSect_telSect .tel {
  font-size: 3.6rem;
}
@media screen and (min-width: 751px) {
  .convSect .convSect_telSect .tel {
    pointer-events: none;
  }
}
.convSect .convSect_mailSect .mail {
  font-size: 3.0rem;
}
.convSect .convSect_telSect .tel:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/assets/images/icon_tel.webp) no-repeat center;
  background-size: 100%;
  left: -34px;
  top: calc(50% - 8px);
}
.convSect .convSect_mailSect .mail:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/assets/images/icon_mail.webp) no-repeat center;
  background-size: 100%;
  left: -34px;
  top: calc(50% - 8px);
}
.convSect .ttl {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .convSect {
    display: inherit;
  }
  .convSect .convSect_telSect ,
  .convSect .convSect_mailSect {
    padding: 30px;
  }
  .convSect .convSect_telSect .tel {
    font-size: 3.0rem;
    margin-left: 20px;
  }
  .convSect .convSect_mailSect .mail {
    font-size: 2.4rem;
    margin-left: 20px;
  }
  .convSect .ttl {
    margin-bottom: 0px;
  }
}

/* 会社紹介 */
.companySect {
}
.companySect .companySect_inner {
  padding: 120px 0;
}
.companySect .companySect_head {
  display: flex;
  justify-content: space-between;
}
.companySect .companySect_head .companySect_ttl {
}
.companySect .companySect_head .text {
  font-size: 1.7rem;
  color: #666;
}
.companySect .companySect_body {
  display: flex;
  justify-content: space-between;
}
.companySect .companySect_body .companySect_list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 52.5%);
}
.companySect .companySect_body .companySect_list dt,
.companySect .companySect_body .companySect_list dd {
  padding: 15px 0;
  border-bottom: 1px solid #D7D9D7;
}
.companySect .companySect_body .companySect_list dt {
  width: 10em;
}
.companySect .companySect_body .companySect_list dd {
  width: calc(100% - 10em);
}
.companySect .companySect_body .companySect_list dd p + h3 {
  margin-top: 10px;
}
.companySect .companySect_body .companySect_list dd li {
  display: inline-block;
}
.companySect .companySect_body .companySect_list dd li + li {
  margin-left: 10px;
}
@media screen and (min-width: 751px) {
  .companySect .companySect_body .companySect_list dd.tel {
    pointer-events: none;
  }
}
.companySect .companySect_info_map {
  width: 47%;
}
@media screen and (max-width: 750px) {
  .companySect {
  }
  .companySect .companySect_inner {
    padding: 60px 0 0;
    background: #fff;
  }
  .companySect .companySect_head {
    display: inherit;
  }
  .companySect .companySect_head .text {
    font-size: 1.5rem;
  }
  .companySect .companySect_body {
    display: inherit;
  }
  .companySect .companySect_body .companySect_list {
    margin: 30px 0;
    display: inherit;
    width: 100%;
  }
  .companySect .companySect_body .companySect_list dt,
  .companySect .companySect_body .companySect_list dd {
    padding: 0;
    width: auto;
  }
  .companySect .companySect_body .companySect_list dt {
    margin-bottom: 5px;
    padding-top: 10px;
    font-size: 1.6rem;
    border-bottom: none;
  }
  .companySect .companySect_body .companySect_list dd {
    padding-bottom: 10px;
    font-size: 1.5rem;
  }
  .companySect .companySect_info_map {
    /* overflow: hidden; */
    position: relative;
    width: 100%;
    /* height: 0; */
    /* padding-top: 75%; */
  }
  .companySect .companySect_info_map_inner {
    /* position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    width: 100%; */
    /* width: calc( 100% + 60px); */
    height: 100%;

  }
  .companySect .companySect_info_map iframe {
    /* position: absolute; */
    /* top: 0; */
    /* left: -30px; */
    /* left: -30px; */
    /* right: -30px; */
    /* width: 150%; */
    width: 100%;
    height: 100%;
  }
}

/* 沿革 */
.historySect {
}
.historySect_inner {
  padding: 80px 0;
  background-color: #344E44;
  color: #fff;
}
.historySect .historySect_bg {
  /* background: url(../images/product_bg.png) no-repeat center; */
}
.historySect .historySect_ttl {
  /* font-size: 2.0rem; */
  border-bottom-color: #fff;
}
.historySect .historySect_box {
  display: flex;
  justify-content: space-between;
}
.historySect .historySect_box .text {
  writing-mode: vertical-rl;
  font-size: 1.7rem;
}

.historySect .historySect_box .historySect_list {
  width: 87%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.historySect .historySect_box .historySect_list dt {
  text-align: left;
  width: 4em;
  padding: 0;
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
}

.historySect .historySect_box .historySect_list dt::after {
  content: '●';
  position: absolute;
  right: -0.6em;
  top: 7px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
}

.historySect .historySect_box .historySect_list dd {
  position: relative;
  width: calc(100% - 6em);
  padding: 0px 0px 40px 40px;
}
.historySect .historySect_box .historySect_list dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #fff;
}
.historySect .historySect_box .historySect_list dt:first-child + dd::before {
  top: 15px;
}
.historySect .historySect_box .historySect_list dd:last-child::before {
  bottom: auto;
  height: 8px;
}

@media screen and (max-width: 750px) {
  .historySect_inner {
    padding: 50px 0;
  }
  .historySect .historySect_box .text {
    font-size: 1.5rem;
  }
  .historySect .historySect_box .historySect_list {
    width: 80%;
  }
  .historySect .historySect_box .historySect_list dt {
    width: 3em;
    font-size: 2.0rem;
  }
  .historySect .historySect_box .historySect_list dd {
    width: calc(100% - 4.3em);
    padding: 0px 0px 20px 20px;
    font-size: 1.4rem;
  }
}

/* 代表挨拶 */
.messageSect {
}
.messageSect .messageSect_bg {
  padding: 120px 0 0;
  background: url(../images/message_bg.webp) no-repeat center bottom;
}
.messageSect .messageSect_ttl {
  /* margin-bottom: 50px;
  font-size: 2.0rem; */
}
.messageSect .messageSect_ttlsub {
  margin-bottom: 40px;
  font-size: 3.0rem;
  color: #344E44;
}
.messageSect .text {
  color: #666;
}
.messageSect .text p + p {
  margin-top: 20px;
}
.messageSect .text .signature {
  margin-top: 60px;
  text-align: right;
}
.messageSect .text .signature .zen-kaku-gothic-new-regular {
  font-size: 1.4rem;
  margin-right: 1rem;
}
.messageSect .text .signature .zen-old-mincho-bold {
  font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
  .messageSect .messageSect_bg {
    padding-top: 60px;
    /* background: linear-gradient(to bottom, transparent 0%, transparent 100%, #C4D9CA, #C4D9CA); */
  }
  .messageSect .messageSect_ttlsub {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .messageSect .messageSect_ttlsub br {
    display: none;
  }
  .messageSect .text {
    font-size: 1.4rem;
  }
  .messageSect .text .signature {
    margin-top: 20px;
  }

}
