@charset "UTF-8";
/* --------------------------------------------------------------------------------
 web fonts
-------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap");
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}

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

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

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 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 macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* ----------------------------------------------------------------------
 reset (exculding 'sup')
---------------------------------------------------------------------- */
.grecaptcha-badge {
  visibility: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

img {
  vertical-align: middle;
}

/* add reset */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  body {
    min-height: -webkit-fill-available;
    min-height: -moz-fit-content;
    min-height: fit-content;
    height: 100%;
  }
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

a {
  transition: opacity 0.3s;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
figure {
  margin: 0;
  padding: 0;
}
figure img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

/* iOS form reset */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

* {
  min-height: 0;
  min-width: 0;
}

body {
  font-size: 1.6em;
  line-height: 1.8;
  color: #0E1932;
  font-weight: 400;
  font-style: normal;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.8em;
    line-height: 2;
  }
}

a {
  text-decoration: underline;
  color: #0071bd;
}
a:hover {
  text-decoration: none;
}

p {
  font-size: 1.5rem;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 769px) {
  p {
    font-size: 1.8rem;
  }
}

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

#header {
  position: relative;
  z-index: 4;
}

.l-main {
  position: relative;
  z-index: 1;
}

.l-sitewrap {
  overflow: hidden;
}
.l-main {
  margin-top: min(5.45vw, 87.2px);
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: clamp(52px, 8.9333333333vw, 67px);
  }
}
.l-container {
  width: 100%;
  position: relative;
}
.l-container__inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  padding-left: 6.6666666667vw;
  padding-right: 6.6666666667vw;
  box-sizing: content-box;
}
@media screen and (min-width: 769px) {
  .l-container__inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (min-width: 1601px) {
  .l-container__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.l-container__inner.is-w1200 {
  max-width: 1200px;
}
.l-container__inner.is-w1024 {
  max-width: 1024px;
}
@media screen and (min-width: 769px) {
  .l-column__wrap {
    grid-gap: 50px;
    display: grid;
    grid-template-columns: 20.8571428571% 1fr;
    grid-template-rows: repeat(1fr, 1fr);
    grid-template-areas: "a b" "c b";
  }
}
.l-column__left {
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .l-column__left {
    grid-area: a;
  }
}
.l-column__right {
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .l-column__right {
    grid-area: b;
  }
}
@media screen and (min-width: 769px) {
  .l-column__more {
    grid-area: c;
  }
}
.l-overflow__r {
  margin-right: -6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .l-overflow__r {
    margin-right: -4vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-overflow__r {
    margin-right: calc((50vw - 600px) * -1);
  }
}
.l-overflow__l {
  margin-left: -6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .l-overflow__l {
    margin-left: -4vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-overflow__l {
    margin-left: calc((50vw - 600px) * -1);
  }
}
.l-overflow__ls {
  margin-left: -6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .l-overflow__ls {
    margin-left: -6.6666666667vw;
  }
}
@media screen and (min-width: 1601px) {
  .l-overflow__ls {
    margin-left: calc((45vw - 600px) * -1);
  }
}

.l-footer {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  padding: 20px 0;
  background-color: #0071bd;
}
@media screen and (min-width: 769px) {
  .l-footer {
    padding: 30px 0;
  }
}
.l-footer__inner {
  margin: 0 auto;
  position: relative;
  padding-left: 6.6666666667vw;
  padding-right: 6.6666666667vw;
  box-sizing: content-box;
}
@media screen and (min-width: 769px) {
  .l-footer__inner {
    padding-left: min(2.5vw, 40px);
  }
}
@media screen and (min-width: 769px) {
  .l-footer__inner {
    padding-right: min(2.5vw, 40px);
  }
}
.l-footer__copyright {
  font-size: 3vw;
  text-align: center;
  color: white;
}
@media screen and (min-width: 769px) {
  .l-footer__copyright {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.l-footer__wrap {
  position: relative;
  z-index: 1;
}
.l-pagetop {
  margin: 0;
  right: 2em;
  bottom: 2em;
  z-index: 3;
  cursor: pointer;
  transition: opacity 0.5s ease, top 0.5s ease;
}
@media screen and (max-width: 768px) {
  .l-pagetop {
    right: 1vw;
    bottom: 11vw;
    position: absolute;
  }
}
.l-pagetop.is-active {
  opacity: 1;
}
.l-pagetop.is-bottom {
  position: relative;
}
.l-pagetop__pc {
  position: fixed;
  bottom: 126px;
  opacity: 0;
}
.l-pagetop__inner {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #0071bd;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-pagetop__inner {
    transform: scale(60%);
  }
}
.l-pagetop__inner::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  right: 1.4em;
  transform: translate(-50%, -30%) rotate(-135deg);
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.l-pagetop p {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.l-footernav {
  background: white;
}
.l-footernav__inner {
  margin: 0 auto;
  position: relative;
  max-width: 1240px;
  box-sizing: content-box;
  padding: 3em;
}
.l-footernav__inner a {
  display: block;
  text-decoration: none;
  color: black;
}
@media screen and (max-width: 768px) {
  .l-footernav {
    display: none;
  }
}
.l-footernav__ul {
  display: flex;
}
.l-footernav__li {
  width: 20%;
}
.l-footernav__banners {
  border-left: 1px solid black;
  padding-left: 2em;
  max-width: 260px;
}
.l-footernav__banner {
  width: 100%;
  margin: 10px 0;
}
.l-footernav__primary {
  font-weight: 500;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 0.5em;
}
.l-footernav__secondary {
  font-size: 14px;
  font-size: 1.4rem;
}
.l-footernav__indent {
  padding-top: 2.2em;
}
.l-footernav__sns {
  display: flex;
}
.l-footernav__sns ul {
  display: flex;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .l-footernav__sns ul {
    width: 80%;
  }
}
.l-footernav__sns img {
  width: min(10vw, 60px);
  background: white;
  display: block;
}
@media screen and (min-width: 769px) {
  .l-footernav__sns img {
    width: min(6vw, 60px);
  }
}

.l-header {
  position: fixed;
  z-index: 30;
  width: 100%;
  background: rgb(255, 255, 255);
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding-bottom: 0;
  }
}
.l-header img {
  vertical-align: text-bottom;
}
.l-header__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: min(6.13125vw, 98.1px);
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    height: clamp(52px, 8.9333333333vw, 67px);
    padding-bottom: 0;
  }
}
.l-header__logo {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 25px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    margin: 0 3vw;
  }
}
.l-header__logo img {
  width: min(13.15vw, 210.4px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    width: min(35.0666666667vw, 131px);
  }
}
.l-header__jtfs {
  margin-right: auto;
}
.l-header__jtfs img {
  width: min(6.125vw, 98px);
  height: auto;
  vertical-align: text-bottom;
}
@media screen and (max-width: 768px) {
  .l-header__jtfs img {
    width: min(16.9333333333vw, 127px);
  }
}
.l-header__tel img {
  width: min(5.6vw, 42px);
  height: auto;
}
@media screen and (min-width: 769px) {
  .l-header__tel {
    width: min(3.3333333333vw, 25px);
    margin-left: 30px;
    margin-top: 5px;
  }
}
.l-header__utility-nav {
  padding-bottom: 10px;
}
.l-header__utility-nav ul {
  display: flex;
  justify-content: space-around;
  gap: 1vw;
}
.l-header__utility-nav ul li {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__utility-nav {
    display: none;
  }
}
.l-header__uNavLi {
  position: relative;
  width: min(9.6vw, 192px);
}
.l-header__uNavLi img {
  width: auto;
  height: min(3.5vw, 56px);
  z-index: 40;
  position: relative;
  display: block;
  margin: 0 auto;
}
.l-header__uNavLi::after {
  width: min(9.2vw, 147.2px);
  height: min(9.2vw, 147.2px);
  content: "";
  display: block;
  background: #0071bd;
  position: absolute;
  top: -10%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 1000px;
  z-index: -1;
  left: 50%;
}
.l-header__lang {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .l-header__lang {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.l-header__lang img {
  width: auto;
  height: min(6.4vw, 40px);
  z-index: 40;
  position: relative;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-header__lang img {
    height: min(7.3333333333vw, 55px);
  }
}
@media screen and (min-width: 769px) {
  .l-header__lang img {
    height: min(6vw, 37.5px);
  }
}
.l-header__utility-child {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  left: 50%;
  display: block;
  margin: 0;
  padding: 1em 0;
  transform: translateY(-10px) translateX(-50%);
  width: 240px;
  top: 110%;
  z-index: 43;
  background: white;
  border: 2px solid #0071bd;
  text-align: center;
}
.l-header__utility-child a {
  color: #0071bd;
  display: block;
  text-decoration: none;
  padding: 0.5em;
  font-size: 0.9em;
}
.l-header__utility-child.is-dropdown-on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(-50%);
}
.l-header__utility-child ul {
  display: block;
}
.l-header__utility-child ul li {
  justify-content: center;
}
.l-header__utility-child.is-lang {
  top: 130%;
  width: clamp(100px, 10vw, 200px);
  background: #0071bd;
}
.l-header__utility-child.is-lang a {
  color: white;
}
.l-globalnav {
  width: min(5.3vw, 84.8px);
  height: min(4.85vw, 77.6px);
  z-index: 42;
  position: relative;
  margin-bottom: auto;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .l-globalnav {
    width: min(14.1333333333vw, 58px);
    height: min(12.9333333333vw, 48px);
  }
}
.l-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  position: fixed;
  width: 100vw;
  padding: 6vh 4vw 3vh 4vw;
  top: 0;
  color: white;
  background-color: #0071bd;
  background-image: url("../images/common/gnav_bg.png");
  background-repeat: none;
  background-position: left bottom;
  background-size: min(32.5625vw, 521px);
  transition: opacity 0.6s ease, transform 0.6s, visibility 0.6s ease;
  z-index: 44;
}
@media screen and (max-width: 768px) {
  .l-menu {
    background-size: min(80.1333333333vw, 601px);
  }
}
@media screen and (max-width: 768px) {
  .l-menu {
    padding-bottom: 40vw;
  }
}
.l-menu a {
  color: white;
  text-decoration: none;
}
.l-menu__inner {
  width: 100%;
}
.l-menu__logo {
  position: absolute;
  top: 15px;
  left: 4vw;
}
.l-menu__logo img {
  width: min(16.4375vw, 263px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-menu__logo img {
    width: min(26.1333333333vw, 150px);
  }
}
.l-menu__lead {
  text-align: center;
  margin-bottom: 1em;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-menu__lead {
    display: none;
  }
}
.l-menu__subcopy {
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .l-menu__subcopy {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .l-menu__main-nav {
    display: flex;
    justify-content: space-between;
  }
}
.l-menu__li {
  position: relative;
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .l-menu__li {
    width: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .l-menu__li {
    margin-top: 3em;
  }
}
@media screen and (max-width: 768px) {
  .l-menu__li {
    margin-top: 0;
    padding: 0.5em;
  }
}
.l-menu__utility-nav {
  font-weight: 500;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .l-menu__utility-nav {
    font-size: 4.8vw;
  }
  .l-menu__utility-nav::before, .l-menu__utility-nav::after {
    content: "";
    width: 17px;
    height: 1px;
    display: block;
    background: white;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  .l-menu__utility-nav::after {
    transform: rotate(90deg);
  }
}
.l-menu__utility-nav.is-dropdown-on::after {
  transform: rotate(0);
  opacity: 0;
}
.l-menu__utility-child {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .l-menu__utility-child {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    overflow: hidden;
    height: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: all 1s ease;
    font-size: 4vw;
  }
}
.l-menu__utility-child a {
  padding: 0.4em 0;
  display: block;
}
.l-menu__utility-child.is-dropdown-on {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
}
.l-menu__utility-child ul + div,
.l-menu__utility-child ul + ul {
  margin-top: 3vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-menu__utility-child ul + div,
  .l-menu__utility-child ul + ul {
    margin-top: 1em;
  }
}
.l-menu__utility-child ul + div::after,
.l-menu__utility-child ul + ul::after {
  display: block;
  height: 3em;
  position: absolute;
  content: "";
  width: 2em;
  left: 0;
  background: #0071bd;
  left: -2.5em;
  bottom: 100%;
}
.l-menu__balloon {
  display: none !important;
  background-image: url("../images/common/gnav_balloon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  width: 6em;
  height: 3.4em;
  position: absolute;
  color: #0071bd;
  justify-content: center;
  align-items: center;
  top: -1.5em;
  left: 9em;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .l-menu__balloon {
    top: -3.5em;
  }
}
@media screen and (max-width: 768px) {
  .l-menu__balloon {
    display: none;
  }
}
.l-menu__border {
  background-image: url("../images/common/line_horizontal.svg");
  background-repeat: repeat-x;
  background-size: 6px;
  background-position: left bottom;
  padding-left: 0.8em;
}
@media screen and (min-width: 769px) {
  .l-menu__border {
    background-image: url("../images/common/line_vertial.svg");
    background-repeat: repeat-y;
    background-size: 2px;
  }
}
.l-menu__banners {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .l-menu__banners {
    width: 70%;
    margin-left: auto;
    justify-content: right;
  }
}
.l-menu__banners li {
  width: 40vw;
}
@media screen and (min-width: 769px) {
  .l-menu__banners li {
    width: min(16.75vw, 268px);
  }
}
.l-menu__sns {
  display: flex;
}
.l-menu__sns ul {
  display: flex;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .l-menu__sns ul {
    width: 80%;
  }
}
.l-menu__sns img {
  width: min(10vw, 60px);
  background: white;
  display: block;
}
@media screen and (min-width: 769px) {
  .l-menu__sns img {
    width: min(6vw, 60px);
  }
}
.l-menu__close {
  position: absolute;
  top: 15px;
  right: 6vw;
}
.l-menu__close img {
  width: 20px;
}
@media screen and (min-width: 769px) {
  .l-menu__close img {
    width: 40px;
  }
}

.is-nav-on .l-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  max-height: calc(100vh - 62px);
  overflow: auto;
}
.is-nav-on .l-globalnav {
  background: none;
}
.is-nav-on .l-sitewrap::after {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
  display: block;
  justify-content: center;
  align-items: center;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
}
.is-nav-on .l-header {
  background: white;
  position: fixed;
  top: 0;
}

.l-menu__utility-nav.has-nochild::after,
.l-menu__utility-nav.has-nochild::before {
  display: none;
}

.l-menu__li.is-dummy {
  padding: 0;
}

/* ---------------------------
	keyvisual
--------------------------- */
.l-keyvisual {
  position: relative;
}
.l-keyvisual__image {
  position: relative;
}
.l-keyvisual__image img {
  width: 100%;
}
.l-keyvisual__name {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 1240px;
  transform: translateX(-50%);
  display: flex;
}
.l-keyvisual__nameinner {
  color: #222;
  background: rgba(255, 255, 255, 0.6);
  padding: 1em 2em;
  line-height: 1.6;
}
.l-keyvisual__nameinner p {
  font-size: 2.4vw;
  font-size: min(2.4vw, 0.9rem);
}
@media screen and (min-width: 769px) {
  .l-keyvisual__nameinner p {
    font-size: 1.8rem;
  }
}
.l-keyvisual__text {
  background-color: #f2f2f2;
}
.l-heading {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 9rem;
  padding: 3rem 0 5.3rem 0;
}
.l-heading::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 76.5714285714%;
  height: 100%;
  background: linear-gradient(34deg, #0071bd 0%, #fcf351 100%);
  border-radius: 0 0 0 50px;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0px;
  }
  30% {
    height: 30px;
  }
  100% {
    top: 123px;
  }
}
.c-text-align__l {
  text-align: left;
}
.c-text-align__r {
  text-align: right;
}
.c-text-align__c {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-text-align__lsp {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .c-text-align__rsp {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .c-text-align__csp {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .c-text-align__lpc {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .c-text-align__rpc {
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  .c-text-align__cpc {
    text-align: center;
  }
}
.c-vertical-align__middle {
  vertical-align: middle;
}
.c-vertical-align__bottom {
  vertical-align: bottom;
}
.c-vertical-align__top {
  vertical-align: top;
}
.c-vertical-align__baseline {
  vertical-align: baseline;
}
.c-display__block {
  display: block;
}
.c-display__inline {
  display: inline;
}
.c-display__inlineblock {
  display: inline-block;
}
.c-border-radius__oval {
  border-radius: 9999px;
}
.c-border-radius__10 {
  border-radius: 10px;
}
.c-border-radius__14 {
  border-radius: 14px;
}
.c-border-radius__20 {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-border-radius__20 {
    border-radius: 15px;
  }
}
.c-overflow__hidden {
  overflow: hidden;
}
.c-overflow__visible {
  overflow: visible;
}
.c-position__relative {
  position: relative;
}
.c-position__absolute {
  position: absolute;
}
.c-position__fixed {
  position: fixed;
}
.c-all-area-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.c-z-index__1 {
  z-index: 1;
}
.c-z-index__2 {
  z-index: 2;
}
.c-z-index__3 {
  z-index: 3;
}
.c-youtube__wrap {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 20px 0;
}
.c-youtube__wrap iframe {
  width: 100%;
  height: 100%;
}

.c-heading {
  z-index: 2;
  position: relative;
}
.c-heading + * {
  z-index: 1;
  position: relative;
}
.c-heading__50 {
  margin-bottom: -50px;
}
.c-heading__30 {
  margin-bottom: -30px;
}
.c-heading__20 {
  margin-bottom: -20px;
}
.c-heading__l {
  margin-bottom: 0.2em;
  color: #0071bd;
  text-align: center;
}
.c-heading__m {
  margin-bottom: 1.5em;
}
.c-heading__s {
  margin-bottom: 0.8em;
}
.c-heading__ss {
  margin-bottom: 0.3em;
}
.c-heading__main {
  font-size: 6.6666666667vw;
  font-size: min(6.6666666667vw, 2.5rem);
}
@media screen and (min-width: 769px) {
  .c-heading__main {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.c-heading__main span {
  font-size: 60%;
  display: inline-block;
}
.c-heading__side {
  font-size: 6.6666666667vw;
  font-size: min(6.6666666667vw, 2.5rem);
}
@media screen and (min-width: 769px) {
  .c-heading__side {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.c-heading__side span {
  display: inline-block;
}
.c-heading__point {
  vertical-align: middle;
  position: relative;
  padding-left: 1.6em;
}
.c-heading__point::before {
  content: "";
  width: 1.2em;
  height: 1px;
  display: block;
  background-color: #0071bd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.c-heading__point.is-top::before {
  top: 0.8em;
  transform: translateY(0);
}
.c-heading__bg {
  background: #E2EAFF;
  text-align: center;
  color: #0071bd;
  margin-bottom: 1em;
}

.c-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .c-flexbox__pc {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .c-flexbox__tb {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .c-flexbox__sp {
    display: flex;
  }
}
.c-flexbox__jsb {
  justify-content: space-between;
}
.c-flexbox__js {
  justify-content: start;
}
.c-flexbox__jc {
  justify-content: center;
}
.c-flexbox__je {
  justify-content: end;
}
.c-flexbox__ac {
  align-items: center;
}
.c-flexbox__as {
  align-items: start;
}
.c-flexbox__ae {
  align-items: end;
}
.c-flexbox__nowrap {
  flex-wrap: nowrap;
}
.c-flexbox__wrap {
  flex-wrap: wrap;
}
.c-flexbox__ba {
  flex-basis: auto;
}
.c-flexbox__f1 {
  flex: 1;
}
.c-flexbox__gap10 {
  gap: 10px;
}
.c-flexbox__gap14 {
  gap: 14px;
}
.c-flexbox__gap16 {
  gap: 16px;
}
.c-flexbox__gap20 {
  gap: 20px;
}

.c-grid {
  display: grid;
}
.c-grid__1col {
  grid-template-columns: 1fr 1fr;
}
.c-grid__2col {
  grid-template-columns: 1fr 1fr;
}
.c-grid__3col {
  grid-template-columns: 1fr 1fr 1fr;
}
.c-grid__4col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .c-grid__1colsp {
    grid-template-columns: 1fr 1fr;
  }
  .c-grid__2colsp {
    grid-template-columns: 1fr 1fr;
  }
  .c-grid__3colsp {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .c-grid__4colsp {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 769px) {
  .c-grid__1colpc {
    grid-template-columns: 1fr 1fr;
  }
  .c-grid__2colpc {
    grid-template-columns: 1fr 1fr;
  }
  .c-grid__3colpc {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .c-grid__4colpc {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.c-grid__gap10 {
  grid-gap: 5px 5px;
}
@media screen and (min-width: 769px) {
  .c-grid__gap10 {
    grid-gap: 10px 10px;
  }
}
.c-grid__gap16 {
  grid-gap: 8px 8px;
}
@media screen and (min-width: 769px) {
  .c-grid__gap16 {
    grid-gap: 16px 16px;
  }
}
.c-grid__gap20 {
  grid-gap: 10px 10px;
}
@media screen and (min-width: 769px) {
  .c-grid__gap20 {
    grid-gap: 20px 20px;
  }
}
.c-grid__gap24 {
  grid-gap: 12px 12px;
}
@media screen and (min-width: 769px) {
  .c-grid__gap24 {
    grid-gap: 24px 24px;
  }
}

.c-font-family__barlow {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.c-font-family__barlowSemi {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.c-font-size__10 {
  font-size: 2vw;
  font-size: min(2vw, 0.75rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__10 {
    font-size: 10px;
    font-size: 1rem;
  }
}
.c-font-size__12 {
  font-size: 2.4vw;
  font-size: min(2.4vw, 0.9rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__12 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-font-size__13 {
  font-size: 2.6666666667vw;
  font-size: min(2.6666666667vw, 1rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__13 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.c-font-size__14, .p-button__min {
  font-size: 2.9333333333vw;
  font-size: min(2.9333333333vw, 1.1rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__14, .p-button__min {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-font-size__15 {
  font-size: 3.2vw;
  font-size: min(3.2vw, 1.2rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__15 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-font-size__16 {
  font-size: 3.4666666667vw;
  font-size: min(3.4666666667vw, 1.3rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__16 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-font-size__17 {
  font-size: 3.7333333333vw;
  font-size: min(3.7333333333vw, 1.4rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__17 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.c-font-size__18 {
  font-size: 4vw;
  font-size: min(4vw, 1.5rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__18 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-font-size__19 {
  font-size: 4.1333333333vw;
  font-size: min(4.1333333333vw, 1.55rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__19 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.c-font-size__20 {
  font-size: 4.2666666667vw;
  font-size: min(4.2666666667vw, 1.6rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__20 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-font-size__22, .c-heading__s {
  font-size: 4.5333333333vw;
  font-size: min(4.5333333333vw, 1.7rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__22, .c-heading__s {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.c-font-size__24, .c-heading__ss, .c-heading__bg {
  font-size: 4.8vw;
  font-size: min(4.8vw, 1.8rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__24, .c-heading__ss, .c-heading__bg {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-font-size__25 {
  font-size: 5.0666666667vw;
  font-size: min(5.0666666667vw, 1.9rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__25 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.c-font-size__28 {
  font-size: 5.3333333333vw;
  font-size: min(5.3333333333vw, 2rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__28 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.c-font-size__30 {
  font-size: 5.3333333333vw;
  font-size: min(5.3333333333vw, 2rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__30 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.c-font-size__32, .c-heading__m {
  font-size: 5.3333333333vw;
  font-size: min(5.3333333333vw, 2rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__32, .c-heading__m {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.c-font-size__35 {
  font-size: 5.3333333333vw;
  font-size: min(5.3333333333vw, 2rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__35 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.c-font-size__36, .c-heading__l {
  font-size: 5.3333333333vw;
  font-size: min(5.3333333333vw, 2rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__36, .c-heading__l {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.c-font-size__38 {
  font-size: 5.7333333333vw;
  font-size: min(5.7333333333vw, 2.15rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__38 {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.c-font-size__40 {
  font-size: 6vw;
  font-size: min(6vw, 2.25rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__40 {
    font-size: 40px;
    font-size: 4rem;
  }
}
.c-font-size__50 {
  font-size: 6.6666666667vw;
  font-size: min(6.6666666667vw, 2.5rem);
}
@media screen and (min-width: 769px) {
  .c-font-size__50 {
    font-size: 50px;
    font-size: 5rem;
  }
}
.c-font-weight__100 {
  font-weight: 100;
}
.c-font-weight__200 {
  font-weight: 200;
}
.c-font-weight__300 {
  font-weight: 300;
}
.c-font-weight__400 {
  font-weight: 400;
}
.c-font-weight__500 {
  font-weight: 500;
}
.c-font-weight__600, .c-disc-list__item.is-current a, .c-heading__l, .c-heading__m, .c-heading__s, .c-heading__ss, .c-heading__main, .c-heading__side, .c-heading__bg {
  font-weight: 600;
}
.c-font-weight__700 {
  font-weight: 700;
}
.c-font-weight__800 {
  font-weight: 800;
}
.c-font-weight__900 {
  font-weight: 900;
}
.c-line-height__1 {
  line-height: 1;
}
.c-line-height__12 {
  line-height: 1.2;
}
.c-line-height__13 {
  line-height: 1.3;
}
.c-line-height__14, .c-heading__side {
  line-height: 1.4;
}
.c-line-height__15, .c-heading__l {
  line-height: 1.5;
}
.c-line-height__16, .c-heading__m, .c-heading__s, .c-heading__ss, .c-heading__main {
  line-height: 1.6;
}
.c-line-height__17 {
  line-height: 1.7;
}
.c-line-height__18 {
  line-height: 1.8;
}
.c-line-height__2, .c-heading__bg {
  line-height: 2;
}
.c-letter-spacing__-005 {
  letter-spacing: -0.05em;
}
.c-letter-spacing__000 {
  letter-spacing: 0;
}
.c-letter-spacing__005 {
  letter-spacing: 0.05em;
}
.c-letter-spacing__010, .c-heading__l, .c-heading__m, .c-heading__s, .c-heading__ss {
  letter-spacing: 0.1em;
}
.c-letter-spacing__020 {
  letter-spacing: 0.2em;
}
.c-text__vertical {
  writing-mode: vertical-rl;
}
@media screen and (min-width: 769px) {
  .c-text__vertical-pc {
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 768px) {
  .c-text__vertical-sp {
    writing-mode: vertical-rl;
  }
}

.c-text-color__blue {
  color: #0071bd;
}
.c-text-color__white {
  color: white;
}
.c-text-color__lightbluegray {
  color: #F1F6F7;
}
.c-text-color__lightblue {
  color: rgba(0, 64, 152, 0.14);
}
.c-text-color__red {
  color: #f40b0b;
}
.c-bg__lightgray {
  background: #f2f2f2;
}
.c-bg__lightblue {
  background: #F1F6F7;
}
.c-bg__white {
  background: white;
}
.c-bg__main {
  background: #0071bd;
}
.c-bg__grad {
  background: rgb(82, 186, 165);
  background: linear-gradient(90deg, rgb(82, 186, 165) 0%, rgb(0, 91, 172) 100%);
}
.c-bg__lightorange {
  background: #fff8f3;
}
.c-bg__lightyellow {
  background: #f9f8ea;
}
.c-bg__lightbeige {
  background: #f9f8ea;
}
.c-bg__yellow {
  background: #f9f7d7;
}
.c-border-bottom {
  border-bottom: 1px solid #0071bd;
}
.c-border-bottom__gray {
  border-bottom: 1px solid #f2f2f2;
}
.c-border-top {
  border-top: 1px solid #0071bd;
}
.c-border-top__gray {
  border-top: 1px solid #f2f2f2;
}
.c-borderbox {
  border: 1px solid #0071bd;
}
.c-borderbox__gray {
  border: 1px solid #f2f2f2;
}

.c-button {
  display: flex;
  text-align: center;
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0.5em 0 0.5em 0;
  text-decoration: none;
  line-height: 1.2;
}
.c-button__blue {
  background: #0071bd;
  color: white;
}
.c-button__svg {
  background: #0071bd;
  text-align: center;
  display: block;
}
.c-button__svg img {
  width: min(65%, 400px);
}
@media screen and (min-width: 769px) {
  .c-button__svg img {
    width: min(90%, 400px);
  }
}
.c-button .c-icon {
  margin: 0 5px;
}
.c-button:hover {
  opacity: 1;
}

.l-keyvisual .c-button {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

.c-disc-list {
  margin: 1em 0;
}
.c-disc-list a {
  color: #222;
  text-decoration: none;
}
.c-disc-list__item {
  margin-bottom: 0.5em;
}
.c-disc-list__item::before {
  content: "•";
}
@media screen and (max-width: 768px) {
  .c-disc-list__item {
    display: inline-block;
    margin-right: 1em;
  }
}
.c-disc-list__item.is-current a {
  color: #0071bd;
}
@media screen and (max-width: 768px) {
  .c-disc-list.is-spnodisc {
    text-align: center;
  }
  .c-disc-list.is-spnodisc .c-disc-list__item {
    margin-right: 0.5em;
    padding-right: 0.5em;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .c-disc-list.is-spnodisc .c-disc-list__item a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .c-disc-list.is-spnodisc .c-disc-list__item::before {
    content: "";
  }
  .c-disc-list.is-spnodisc .c-disc-list__item:not(:last-child) {
    border-right: 1px solid #222;
  }
}
.c-side-accordion__trigger {
  display: none;
}
.c-side-accordion__trigger .c-icon {
  transition: 0.5s;
}
.c-side-accordion__trigger .c-icon img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .c-side-accordion {
    border: 1px solid #0071bd;
    padding: 1em;
  }
  .c-side-accordion__trigger {
    text-align: center;
    display: block;
    cursor: pointer;
    color: #0071bd;
  }
  .c-side-accordion__content {
    margin: 0;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: 0.2s;
    visibility: hidden;
  }
  .c-side-accordion__content .c-disc-list {
    margin: 0;
    text-align: center;
  }
  .c-side-accordion__content .c-disc-list a {
    color: #0071bd;
  }
  .c-side-accordion__content .c-disc-list__item::before {
    content: "";
  }
  .c-side-accordion.is-active {
    padding: 1em 1em 2px 1em;
  }
  .c-side-accordion.is-active .c-side-accordion__content {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
  }
  .c-side-accordion.is-active .c-icon {
    transform: scaleY(-1);
  }
  .c-side-accordion .c-disc-list__item {
    display: block;
  }
}

.c-table__heading {
  margin: 0;
  background: #0071bd;
  color: white;
  text-align: center;
  padding: 0.5em 1em;
}
.c-table__style1 {
  width: 100%;
}
.c-table__style1 td, .c-table__style1 th {
  border-collapse: collapse;
  border: 1px solid #B9B9B9;
  text-align: center;
  vertical-align: middle;
  padding: 1em;
  line-height: 1.4;
}
.c-table__style1 th {
  background: #0071bd;
  color: white;
  font-size: 10px;
  font-size: 1rem;
}
.c-table__style1 td {
  font-size: 13px;
  font-size: 1.3rem;
  background: white;
}
.c-table__style2 {
  width: 100%;
}
.c-table__style2 td, .c-table__style2 th {
  border-collapse: collapse;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  vertical-align: middle;
  padding: 1em;
  line-height: 1.4;
}
.c-table__style2 td:last-child, .c-table__style2 th:last-child {
  border-right: none;
}
.c-table__style2 tr:last-child td, .c-table__style2 tr:last-child th {
  border-bottom: none;
}
.c-table__style2 th {
  background: #E8EAED;
  font-size: 12px;
  font-size: 1.2rem;
}
.c-table__style2 td {
  font-size: 13px;
  font-size: 1.3rem;
  background: #F7F7F7;
  text-align: center;
}
.c-table__style3 {
  width: 100%;
  margin-bottom: 30px;
}
.c-table__style3 td, .c-table__style3 th {
  border-collapse: collapse;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  vertical-align: middle;
  line-height: 1.4;
}
.c-table__style3 td:last-child, .c-table__style3 th:last-child {
  border-right: none;
}
.c-table__style3 tr:last-child td, .c-table__style3 tr:last-child th {
  border-bottom: none;
}
.c-table__style3 th {
  background: #0071bd;
  color: white;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  padding: 1em;
  width: 7em;
}
@media screen and (min-width: 769px) {
  .c-table__style3 th {
    width: 12em;
  }
}
.c-table__style3 td {
  font-size: 14px;
  font-size: 1.4rem;
  background: #F7F7F7;
  padding: 1em 1em;
}
.c-table__style3 td.is-heading {
  background: #E8EAED;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-table__style3 td {
    padding: 1em 2em;
  }
}
.c-table__style3 .year {
  display: inline-block;
  width: 8em;
}

.is-nowrap {
  white-space: nowrap;
}

.c-decoration__image {
  position: absolute;
}

.c-carousel {
  width: 90%;
  margin: 0 auto;
}
.c-carousel__wrap {
  position: relative;
}
.c-carousel__item {
  height: 100%;
}
.c-carousel__item img {
  width: 100%;
}
.c-carousel__prev, .c-carousel__next {
  top: 35%;
  position: absolute;
  margin: 0;
  width: 56px;
}
@media screen and (max-width: 768px) {
  .c-carousel__prev, .c-carousel__next {
    width: 35px;
  }
}
.c-carousel__prev.slick-disabled, .c-carousel__next.slick-disabled {
  filter: grayscale(100%) brightness(200%);
}
.c-carousel .slick-list {
  overflow: visible;
}
.c-slider-nav .slick-slide:not(.slick-active) {
  opacity: 0.4;
}
.c-slider-nav__wrap {
  position: relative;
}
.c-slider-nav__item {
  padding: 0 7px;
}
.c-slider-nav__item img {
  width: 100%;
}
.c-slider-nav__prev, .c-slider-nav__next {
  top: 55%;
  position: absolute;
  margin: 0;
  width: 56px;
}
@media screen and (max-width: 768px) {
  .c-slider-nav__prev, .c-slider-nav__next {
    width: 35px;
  }
}
.c-slider-nav__prev .c-icon, .c-slider-nav__next .c-icon {
  margin: 0;
}
.c-slider-nav__prev.slick-disabled, .c-slider-nav__next.slick-disabled {
  filter: grayscale(100%) brightness(200%);
}
.c-slider-nav__prev {
  left: 8vw;
}
@media screen and (max-width: 768px) {
  .c-slider-nav__prev {
    left: 16vw;
  }
}
.c-slider-nav__next {
  right: 8vw;
}
@media screen and (max-width: 768px) {
  .c-slider-nav__next {
    right: 16vw;
  }
}

.c-box__shadow {
  border-radius: 10px;
  padding: min(4vw, 40px);
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-box__shadow {
    border-radius: 20px;
  }
}
.c-box__shadow * {
  z-index: 3;
  position: relative;
}
.c-box__shadow::before, .c-box__shadow::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .c-box__shadow::before, .c-box__shadow::after {
    border-radius: 20px;
  }
}
.c-box__shadow::before {
  z-index: 2;
  background: white;
  bottom: 0;
  right: 0;
}
.c-box__shadow::after {
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  bottom: -6px;
  right: -6px;
}
@media screen and (min-width: 769px) {
  .c-box__shadow::after {
    bottom: -10px;
    right: -10px;
  }
}

.c-cardlink {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.l-container__inner.is-min {
  max-width: 1120px;
}

.p-fixednav {
  position: fixed;
  right: -2px;
  top: 300px;
  z-index: 2;
  width: min(14vw, 224px);
}
@media screen and (max-width: 768px) {
  .p-fixednav {
    bottom: 10px;
    top: auto;
    width: calc(100% + 2px);
    display: flex;
    justify-content: space-between;
    right: -1px;
    left: -1px;
    transition: bottom 0.4s ease 0.1s, opacity 0.4s ease;
  }
  .p-fixednav.is-scroll {
    bottom: -150px;
    opacity: 0;
  }
}
.p-fixednav__button {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .p-fixednav__button {
    bottom: 0;
    margin-bottom: 0;
    width: min(45.7333333333vw, 343px);
  }
}
.p-fixednav__l, .p-fixednav__r {
  background-repeat: no-repeat;
  background-size: 30vw;
  padding-top: 18vw;
  box-sizing: content-box;
}
.p-fixednav__l {
  background-position: left top;
}
@media screen and (min-width: 769px) {
  .p-fixednav__l {
    background-image: url(/assets/images/common/seigaiha_r_pc@2x.png);
    padding-top: min(8.5vw, 136px);
    background-size: min(12.25vw, 196px);
    background-position: right top;
  }
}
.p-fixednav__r {
  background-position: right top;
}
@media screen and (min-width: 769px) {
  .p-fixednav__r {
    padding-top: 0;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .p-fixednav.is-bottom {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .p-seigaihabg__lsp, .p-seigaihabg__rsp {
    background-repeat: no-repeat;
    background-size: 30vw;
    padding-top: 26vw;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 768px) {
  .p-seigaihabg__lsp {
    background-image: url(/assets/images/common/seigaiha_l_sp@2x.png);
    background-position: left top;
  }
}
@media screen and (max-width: 768px) {
  .p-seigaihabg__rsp {
    background-image: url(/assets/images/common/seigaiha_r_sp@2x.png);
    background-position: right top;
  }
}
@media screen and (min-width: 769px) {
  .p-seigaihabg__lpc, .p-seigaihabg__rpc {
    background-repeat: no-repeat;
    background-size: min(12.25vw, 196px);
    padding-top: min(8.5vw, 136px);
    box-sizing: content-box;
  }
}
@media screen and (min-width: 769px) {
  .p-seigaihabg__lpc {
    background-image: url(/assets/images/common/seigaiha_l_pc@2x.png);
    background-position: left top;
  }
}
@media screen and (min-width: 769px) {
  .p-seigaihabg__rpc {
    background-image: url(/assets/images/common/seigaiha_r_pc@2x.png);
    background-position: right top;
  }
}
.p-seigaiha {
  position: relative;
}
.p-seigaiha::before {
  content: "";
  display: block;
  width: min(32vw, 180px);
  height: min(24vw, 140px);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 100%;
}
@media screen and (min-width: 769px) {
  .p-seigaiha::before {
    width: min(12.25vw, 196px);
    height: min(8.5vw, 136px);
  }
}
.p-seigaiha__lsp::before {
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-seigaiha__lsp::before {
    background-image: url(/assets/images/common/seigaiha_l_sp@2x.png);
    background-position: left top;
  }
}
.p-seigaiha__rsp::before {
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-seigaiha__rsp::before {
    background-image: url(/assets/images/common/seigaiha_r_sp@2x.png);
    background-position: right top;
  }
}
.p-seigaiha__lpc::before {
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-seigaiha__lpc::before {
    background-image: url(/assets/images/common/seigaiha_l_pc@2x.png);
    background-position: left top;
  }
}
.p-seigaiha__rpc::before {
  right: 0;
}
@media screen and (min-width: 769px) {
  .p-seigaiha__rpc::before {
    background-image: url(/assets/images/common/seigaiha_r_pc@2x.png);
    background-position: right top;
  }
}
.p-arrow::after {
  content: "";
  display: inline-block;
  background-image: url(/assets/images/common/arrow.svg);
  background-position: right top;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-lastcontent {
    padding-bottom: 36vw;
  }
}
@media screen and (min-width: 769px) {
  .p-lastcontent {
    padding-bottom: min(10vw, 100px);
  }
}
.p-categorytitle {
  position: absolute;
  width: min(30.6666666667vw, 230px);
  z-index: 4;
  top: 20px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-categorytitle {
    width: min(17.5vw, 280px);
    bottom: -30px;
    top: auto;
    left: -90px;
  }
}
.p-marker {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: #fcf351; /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.p-button {
  padding: 0.4em 1.5em;
  border-radius: 100px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.1em;
  font-size: 4.2vw;
}
@media screen and (min-width: 769px) {
  .p-button {
    padding: 0.5em 2em;
    font-size: 2.2rem;
  }
}
.p-button__white {
  border: 2px solid white;
  background: white;
  color: black;
}
.p-button__white:hover {
  background: none;
  color: white;
  opacity: 1;
  transition: 0.4;
}
.p-button__green {
  border: 2px solid #3fb2aa;
  background: #3fb2aa;
  color: white;
}
.p-button__green:hover {
  color: #3fb2aa;
  background: none;
  opacity: 1;
}
.p-button__blue {
  border: 2px solid #0071bd;
  color: white;
  background: #0071bd;
}
.p-button__blue:hover {
  color: #0071bd;
  background: none;
  opacity: 1;
}
.p-button__min {
  background: rgba(255, 255, 255, 0.8);
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: space-between;
  padding: 0 1em;
  border: 1px solid #0071bd;
  border-radius: 100px;
}
.p-button__min::after {
  content: "";
  display: block;
  background: #0071bd;
  width: 10px;
  height: 10px;
  -webkit-clip-path: polygon(2% 0, 100% 50%, 2% 100%);
          clip-path: polygon(2% 0, 100% 50%, 2% 100%);
  padding-left: 5px;
}
@media screen and (min-width: 769px) {
  .p-button__min::after {
    width: 10px;
    height: 10px;
  }
}

.slick-slide {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .slick-slide {
    padding: 10px;
  }
}

.js-fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.6s;
}
.js-fadein.is-leftin {
  transform: translate(-50px, 0);
}
.js-fadein.is-rightin {
  transform: translate(50px, 0);
}
.js-fadein.is-active {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .l-container.p-sekine-de-smart {
    padding-bottom: 20vw;
  }
}

.u-visually__hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip: rect(1px, 1px, 1px, 1px);
}
@media screen and (min-width: 769px) {
  .u-sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}
.u-margin__0 {
  margin: 0 !important;
}
.u-margin__10 {
  margin: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-margin__10 {
    margin: min(0.625vw, 10px);
  }
}
.u-margin__20 {
  margin: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-margin__20 {
    margin: min(1.25vw, 20px);
  }
}
.u-margin__30 {
  margin: 4vw;
}
@media screen and (min-width: 769px) {
  .u-margin__30 {
    margin: min(1.875vw, 30px);
  }
}
.u-margin__40 {
  margin: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-margin__40 {
    margin: min(2.5vw, 40px);
  }
}
.u-margin__50 {
  margin: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-margin__50 {
    margin: min(3.125vw, 50px);
  }
}
.u-margin__60 {
  margin: 8vw;
}
@media screen and (min-width: 769px) {
  .u-margin__60 {
    margin: min(3.75vw, 60px);
  }
}
.u-margin__70 {
  margin: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-margin__70 {
    margin: min(4.375vw, 70px);
  }
}
.u-margin__80 {
  margin: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-margin__80 {
    margin: min(5vw, 80px);
  }
}
.u-margin__90 {
  margin: 12vw;
}
@media screen and (min-width: 769px) {
  .u-margin__90 {
    margin: min(5.625vw, 90px);
  }
}
.u-margin__100 {
  margin: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-margin__100 {
    margin: min(6.25vw, 100px);
  }
}
.u-margin__120 {
  margin: 16vw;
}
@media screen and (min-width: 769px) {
  .u-margin__120 {
    margin: min(7.5vw, 120px);
  }
}
.u-margin__150 {
  margin: 20vw;
}
@media screen and (min-width: 769px) {
  .u-margin__150 {
    margin: min(9.375vw, 150px);
  }
}
.u-margin__200 {
  margin: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-margin__200 {
    margin: min(12.5vw, 200px);
  }
}
.u-margin-bottom__0 {
  margin-bottom: 0 !important;
}
.u-margin-bottom__10 {
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-margin-bottom__10 {
    margin-bottom: min(0.625vw, 10px);
  }
}
.u-margin-bottom__20 {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-margin-bottom__20 {
    margin-bottom: min(1.25vw, 20px);
  }
}
.u-margin-bottom__30 {
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .u-margin-bottom__30 {
    margin-bottom: min(1.875vw, 30px);
  }
}
.u-margin-bottom__40 {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-margin-bottom__40 {
    margin-bottom: min(2.5vw, 40px);
  }
}
.u-margin-bottom__50 {
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-margin-bottom__50 {
    margin-bottom: min(3.125vw, 50px);
  }
}
.u-margin-bottom__60 {
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .u-margin-bottom__60 {
    margin-bottom: min(3.75vw, 60px);
  }
}
.u-margin-bottom__70 {
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-margin-bottom__70 {
    margin-bottom: min(4.375vw, 70px);
  }
}
.u-margin-bottom__80 {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-margin-bottom__80 {
    margin-bottom: min(5vw, 80px);
  }
}
.u-margin-bottom__90 {
  margin-bottom: 12vw;
}
@media screen and (min-width: 769px) {
  .u-margin-bottom__90 {
    margin-bottom: min(5.625vw, 90px);
  }
}
.u-margin-bottom__100 {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-margin-bottom__100 {
    margin-bottom: min(6.25vw, 100px);
  }
}
.u-margin-bottom__120 {
  margin-bottom: 16vw;
}
@media screen and (min-width: 769px) {
  .u-margin-bottom__120 {
    margin-bottom: min(7.5vw, 120px);
  }
}
.u-margin-bottom__150 {
  margin-bottom: 20vw;
}
@media screen and (min-width: 769px) {
  .u-margin-bottom__150 {
    margin-bottom: min(9.375vw, 150px);
  }
}
.u-margin-bottom__200 {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-margin-bottom__200 {
    margin-bottom: min(12.5vw, 200px);
  }
}
.u-margin-bottom__300 {
  margin-bottom: 40vw;
}
@media screen and (min-width: 769px) {
  .u-margin-bottom__300 {
    margin-bottom: min(18.75vw, 300px);
  }
}
.u-margin-top__0 {
  margin-top: 0 !important;
}
.u-margin-top__10 {
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-margin-top__10 {
    margin-top: min(0.625vw, 10px);
  }
}
.u-margin-top__20 {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-margin-top__20 {
    margin-top: min(1.25vw, 20px);
  }
}
.u-margin-top__30 {
  margin-top: 4vw;
}
@media screen and (min-width: 769px) {
  .u-margin-top__30 {
    margin-top: min(1.875vw, 30px);
  }
}
.u-margin-top__40 {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-margin-top__40 {
    margin-top: min(2.5vw, 40px);
  }
}
.u-margin-top__50 {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-margin-top__50 {
    margin-top: min(3.125vw, 50px);
  }
}
.u-margin-top__60 {
  margin-top: 8vw;
}
@media screen and (min-width: 769px) {
  .u-margin-top__60 {
    margin-top: min(3.75vw, 60px);
  }
}
.u-margin-top__70 {
  margin-top: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-margin-top__70 {
    margin-top: min(4.375vw, 70px);
  }
}
.u-margin-top__80 {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-margin-top__80 {
    margin-top: min(5vw, 80px);
  }
}
.u-margin-top__90 {
  margin-top: 12vw;
}
@media screen and (min-width: 769px) {
  .u-margin-top__90 {
    margin-top: min(5.625vw, 90px);
  }
}
.u-margin-top__100 {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-margin-top__100 {
    margin-top: min(6.25vw, 100px);
  }
}
.u-margin-top__120 {
  margin-top: 16vw;
}
@media screen and (min-width: 769px) {
  .u-margin-top__120 {
    margin-top: min(7.5vw, 120px);
  }
}
.u-margin-top__150 {
  margin-top: 20vw;
}
@media screen and (min-width: 769px) {
  .u-margin-top__150 {
    margin-top: min(9.375vw, 150px);
  }
}
.u-margin-top__200 {
  margin-top: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-margin-top__200 {
    margin-top: min(12.5vw, 200px);
  }
}
.u-margin-left__0 {
  margin-left: 0 !important;
}
.u-margin-left__10 {
  margin-left: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-margin-left__10 {
    margin-left: min(0.625vw, 10px);
  }
}
.u-margin-left__20 {
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-margin-left__20 {
    margin-left: min(1.25vw, 20px);
  }
}
.u-margin-left__30 {
  margin-left: 4vw;
}
@media screen and (min-width: 769px) {
  .u-margin-left__30 {
    margin-left: min(1.875vw, 30px);
  }
}
.u-margin-left__40 {
  margin-left: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-margin-left__40 {
    margin-left: min(2.5vw, 40px);
  }
}
.u-margin-left__50 {
  margin-left: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-margin-left__50 {
    margin-left: min(3.125vw, 50px);
  }
}
.u-margin-left__60 {
  margin-left: 8vw;
}
@media screen and (min-width: 769px) {
  .u-margin-left__60 {
    margin-left: min(3.75vw, 60px);
  }
}
.u-margin-left__70 {
  margin-left: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-margin-left__70 {
    margin-left: min(4.375vw, 70px);
  }
}
.u-margin-left__80 {
  margin-left: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-margin-left__80 {
    margin-left: min(5vw, 80px);
  }
}
.u-margin-left__90 {
  margin-left: 12vw;
}
@media screen and (min-width: 769px) {
  .u-margin-left__90 {
    margin-left: min(5.625vw, 90px);
  }
}
.u-margin-left__100 {
  margin-left: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-margin-left__100 {
    margin-left: min(6.25vw, 100px);
  }
}
.u-margin-left__120 {
  margin-left: 16vw;
}
@media screen and (min-width: 769px) {
  .u-margin-left__120 {
    margin-left: min(6.875vw, 110px);
  }
}
.u-margin-left__150 {
  margin-left: 20vw;
}
@media screen and (min-width: 769px) {
  .u-margin-left__150 {
    margin-left: min(9.375vw, 150px);
  }
}
.u-margin-left__200 {
  margin-left: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-margin-left__200 {
    margin-left: min(12.5vw, 200px);
  }
}
.u-margin-right__0 {
  margin-right: 0 !important;
}
.u-margin-right__10 {
  margin-left: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-margin-right__10 {
    margin-left: min(0.625vw, 10px);
  }
}
.u-margin-right__20 {
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-margin-right__20 {
    margin-left: min(1.25vw, 20px);
  }
}
.u-margin-right__30 {
  margin-left: 4vw;
}
@media screen and (min-width: 769px) {
  .u-margin-right__30 {
    margin-left: min(1.875vw, 30px);
  }
}
.u-margin-right__40 {
  margin-left: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-margin-right__40 {
    margin-left: min(2.5vw, 40px);
  }
}
.u-margin-right__50 {
  margin-left: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-margin-right__50 {
    margin-left: min(3.125vw, 50px);
  }
}
.u-margin-right__60 {
  margin-left: 8vw;
}
@media screen and (min-width: 769px) {
  .u-margin-right__60 {
    margin-left: min(3.75vw, 60px);
  }
}
.u-margin-right__70 {
  margin-left: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-margin-right__70 {
    margin-left: min(4.375vw, 70px);
  }
}
.u-margin-right__80 {
  margin-left: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-margin-right__80 {
    margin-left: min(5vw, 80px);
  }
}
.u-margin-right__90 {
  margin-left: 12vw;
}
@media screen and (min-width: 769px) {
  .u-margin-right__90 {
    margin-left: min(5.625vw, 90px);
  }
}
.u-margin-right__100 {
  margin-left: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-margin-right__100 {
    margin-left: min(6.25vw, 100px);
  }
}
.u-margin-right__120 {
  margin-left: 16vw;
}
@media screen and (min-width: 769px) {
  .u-margin-right__120 {
    margin-left: min(6.875vw, 110px);
  }
}
.u-margin-right__150 {
  margin-left: 20vw;
}
@media screen and (min-width: 769px) {
  .u-margin-right__150 {
    margin-left: min(7.5vw, 120px);
  }
}
.u-margin-right__200 {
  margin-left: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-margin-right__200 {
    margin-left: min(9.375vw, 150px);
  }
}
.u-padding__0 {
  padding: 0 !important;
}
.u-padding__10 {
  padding: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-padding__10 {
    padding: min(0.625vw, 10px);
  }
}
.u-padding__20 {
  padding: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-padding__20 {
    padding: min(1.25vw, 20px);
  }
}
.u-padding__30 {
  padding: 4vw;
}
@media screen and (min-width: 769px) {
  .u-padding__30 {
    padding: min(1.875vw, 30px);
  }
}
.u-padding__40 {
  padding: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-padding__40 {
    padding: min(2.5vw, 40px);
  }
}
.u-padding__50 {
  padding: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-padding__50 {
    padding: min(3.125vw, 50px);
  }
}
.u-padding__60 {
  padding: 8vw;
}
@media screen and (min-width: 769px) {
  .u-padding__60 {
    padding: min(3.75vw, 60px);
  }
}
.u-padding__70 {
  padding: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-padding__70 {
    padding: min(4.375vw, 70px);
  }
}
.u-padding__80 {
  padding: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-padding__80 {
    padding: min(5vw, 80px);
  }
}
.u-padding__90 {
  padding: 12vw;
}
@media screen and (min-width: 769px) {
  .u-padding__90 {
    padding: min(5.625vw, 90px);
  }
}
.u-padding__100 {
  padding: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-padding__100 {
    padding: min(6.25vw, 100px);
  }
}
.u-padding__120 {
  padding: 16vw;
}
@media screen and (min-width: 769px) {
  .u-padding__120 {
    padding: min(6.875vw, 110px);
  }
}
.u-padding__150 {
  padding: 20vw;
}
@media screen and (min-width: 769px) {
  .u-padding__150 {
    padding: min(7.5vw, 120px);
  }
}
.u-padding__200 {
  padding: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-padding__200 {
    padding: min(9.375vw, 150px);
  }
}
.u-padding-bottom__0 {
  padding-bottom: 0 !important;
}
.u-padding-bottom__10 {
  padding-bottom: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-padding-bottom__10 {
    padding-bottom: min(0.625vw, 10px);
  }
}
.u-padding-bottom__20, .c-heading__l {
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-padding-bottom__20, .c-heading__l {
    padding-bottom: min(1.25vw, 20px);
  }
}
.u-padding-bottom__30 {
  padding-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .u-padding-bottom__30 {
    padding-bottom: min(1.875vw, 30px);
  }
}
.u-padding-bottom__40 {
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-padding-bottom__40 {
    padding-bottom: min(2.5vw, 40px);
  }
}
.u-padding-bottom__50 {
  padding-bottom: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-padding-bottom__50 {
    padding-bottom: min(3.125vw, 50px);
  }
}
.u-padding-bottom__60 {
  padding-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .u-padding-bottom__60 {
    padding-bottom: min(3.75vw, 60px);
  }
}
.u-padding-bottom__70 {
  padding-bottom: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-padding-bottom__70 {
    padding-bottom: min(4.375vw, 70px);
  }
}
.u-padding-bottom__80 {
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-padding-bottom__80 {
    padding-bottom: min(5vw, 80px);
  }
}
.u-padding-bottom__90 {
  padding-bottom: 12vw;
}
@media screen and (min-width: 769px) {
  .u-padding-bottom__90 {
    padding-bottom: min(5.625vw, 90px);
  }
}
.u-padding-bottom__100 {
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-padding-bottom__100 {
    padding-bottom: min(6.25vw, 100px);
  }
}
.u-padding-bottom__120 {
  padding-bottom: 16vw;
}
@media screen and (min-width: 769px) {
  .u-padding-bottom__120 {
    padding-bottom: min(6.875vw, 110px);
  }
}
.u-padding-bottom__150 {
  padding-bottom: 20vw;
}
@media screen and (min-width: 769px) {
  .u-padding-bottom__150 {
    padding-bottom: min(7.5vw, 120px);
  }
}
.u-padding-bottom__200 {
  padding-bottom: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-padding-bottom__200 {
    padding-bottom: min(9.375vw, 150px);
  }
}
.u-padding-top__0 {
  padding-top: 0 !important;
}
.u-padding-top__10 {
  padding-top: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-padding-top__10 {
    padding-top: min(0.625vw, 10px);
  }
}
.u-padding-top__20 {
  padding-top: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-padding-top__20 {
    padding-top: min(1.25vw, 20px);
  }
}
.u-padding-top__30 {
  padding-top: 4vw;
}
@media screen and (min-width: 769px) {
  .u-padding-top__30 {
    padding-top: min(1.875vw, 30px);
  }
}
.u-padding-top__40 {
  padding-top: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-padding-top__40 {
    padding-top: min(2.5vw, 40px);
  }
}
.u-padding-top__50 {
  padding-top: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-padding-top__50 {
    padding-top: min(3.125vw, 50px);
  }
}
.u-padding-top__60 {
  padding-top: 8vw;
}
@media screen and (min-width: 769px) {
  .u-padding-top__60 {
    padding-top: min(3.75vw, 60px);
  }
}
.u-padding-top__70 {
  padding-top: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-padding-top__70 {
    padding-top: min(4.375vw, 70px);
  }
}
.u-padding-top__80 {
  padding-top: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-padding-top__80 {
    padding-top: min(5vw, 80px);
  }
}
.u-padding-top__90 {
  padding-top: 12vw;
}
@media screen and (min-width: 769px) {
  .u-padding-top__90 {
    padding-top: min(5.625vw, 90px);
  }
}
.u-padding-top__100 {
  padding-top: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-padding-top__100 {
    padding-top: min(6.25vw, 100px);
  }
}
.u-padding-top__120 {
  padding-top: 16vw;
}
@media screen and (min-width: 769px) {
  .u-padding-top__120 {
    padding-top: min(6.875vw, 110px);
  }
}
.u-padding-top__150 {
  padding-top: 20vw;
}
@media screen and (min-width: 769px) {
  .u-padding-top__150 {
    padding-top: min(7.5vw, 120px);
  }
}
.u-padding-top__200 {
  padding-top: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-padding-top__200 {
    padding-top: min(7.5vw, 120px);
  }
}
.u-padding-left__0 {
  padding-left: 0 !important;
}
.u-padding-left__10 {
  padding-left: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-padding-left__10 {
    padding-left: min(0.625vw, 10px);
  }
}
.u-padding-left__20 {
  padding-left: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-padding-left__20 {
    padding-left: min(1.25vw, 20px);
  }
}
.u-padding-left__30 {
  padding-left: 4vw;
}
@media screen and (min-width: 769px) {
  .u-padding-left__30 {
    padding-left: min(1.875vw, 30px);
  }
}
.u-padding-left__40 {
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-padding-left__40 {
    padding-left: min(2.5vw, 40px);
  }
}
.u-padding-left__50 {
  padding-left: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-padding-left__50 {
    padding-left: min(3.125vw, 50px);
  }
}
.u-padding-left__60 {
  padding-left: 8vw;
}
@media screen and (min-width: 769px) {
  .u-padding-left__60 {
    padding-left: min(3.75vw, 60px);
  }
}
.u-padding-left__70 {
  padding-left: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-padding-left__70 {
    padding-left: min(4.375vw, 70px);
  }
}
.u-padding-left__80 {
  padding-left: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-padding-left__80 {
    padding-left: min(5vw, 80px);
  }
}
.u-padding-left__90 {
  padding-left: 12vw;
}
@media screen and (min-width: 769px) {
  .u-padding-left__90 {
    padding-left: min(5.625vw, 90px);
  }
}
.u-padding-left__100 {
  padding-left: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-padding-left__100 {
    padding-left: min(6.25vw, 100px);
  }
}
.u-padding-left__120 {
  padding-left: 16vw;
}
@media screen and (min-width: 769px) {
  .u-padding-left__120 {
    padding-left: min(6.875vw, 110px);
  }
}
.u-padding-left__150 {
  padding-left: 20vw;
}
@media screen and (min-width: 769px) {
  .u-padding-left__150 {
    padding-left: min(7.5vw, 120px);
  }
}
.u-padding-left__200 {
  padding-left: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-padding-left__200 {
    padding-left: min(9.375vw, 150px);
  }
}
.u-padding-right__0 {
  padding-right: 0 !important;
}
.u-padding-right__10 {
  padding-left: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-padding-right__10 {
    padding-left: min(0.625vw, 10px);
  }
}
.u-padding-right__20 {
  padding-left: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-padding-right__20 {
    padding-left: min(1.25vw, 20px);
  }
}
.u-padding-right__30 {
  padding-left: 4vw;
}
@media screen and (min-width: 769px) {
  .u-padding-right__30 {
    padding-left: min(1.875vw, 30px);
  }
}
.u-padding-right__40 {
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-padding-right__40 {
    padding-left: min(2.5vw, 40px);
  }
}
.u-padding-right__50 {
  padding-left: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-padding-right__50 {
    padding-left: min(3.125vw, 50px);
  }
}
.u-padding-right__60 {
  padding-left: 8vw;
}
@media screen and (min-width: 769px) {
  .u-padding-right__60 {
    padding-left: min(3.75vw, 60px);
  }
}
.u-padding-right__70 {
  padding-left: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-padding-right__70 {
    padding-left: min(4.375vw, 70px);
  }
}
.u-padding-right__80 {
  padding-left: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-padding-right__80 {
    padding-left: min(5vw, 80px);
  }
}
.u-padding-right__90 {
  padding-left: 12vw;
}
@media screen and (min-width: 769px) {
  .u-padding-right__90 {
    padding-left: min(5.625vw, 90px);
  }
}
.u-padding-right__100 {
  padding-left: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .u-padding-right__100 {
    padding-left: min(6.25vw, 100px);
  }
}
.u-padding-right__120 {
  padding-left: 16vw;
}
@media screen and (min-width: 769px) {
  .u-padding-right__120 {
    padding-left: min(6.875vw, 110px);
  }
}
.u-padding-right__150 {
  padding-left: 20vw;
}
@media screen and (min-width: 769px) {
  .u-padding-right__150 {
    padding-left: min(7.5vw, 120px);
  }
}
.u-padding-right__200 {
  padding-left: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .u-padding-right__200 {
    padding-left: min(9.375vw, 150px);
  }
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  bottom: 80px;
}

.slick-dots li button:before {
  font-size: 15px !important;
  color: white !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  color: black !important;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}
.slick-slide > div {
  height: 100% !important;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}/*# sourceMappingURL=style.css.map */