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

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #F4F5F7;
  color: #333;
  line-height: 1.6;
}

@media only screen and (max-width: 835px) {
  body {
    font-size: 3.73333vw;
  }
}

a {
  color: currentColor;
  text-decoration: none;
}

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

img[src$=".svg"] {
  fill: currentColor;
  width: 100%;
  height: auto;
}

.icon {
  display: inline-block;
}

em {
  font-style: normal;
}

li {
  list-style-type: none;
}

table {
  width: 100%;
}

th {
  background: #EBF1F5;
  text-align: center;
}

th, td {
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: .5em;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*　共通：コンテンツがふわっとフェードイン　*/
.fadein {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s, 0.8s;
          transition-duration: 0.8s, 0.8s;
  -webkit-transition-timing-function: ease, ease;
          transition-timing-function: ease, ease;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.p-index-mv {
  opacity: 0;
}

.p-index-mv-heading img {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-index-mv-heading img.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-header {
  position: fixed;
  height: 90px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  padding: 0 35px;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  background-color: transparent;
}

@media print, screen and (min-width: 1921px) {
  .p-header {
    height: 4.6875vw;
    padding: 0 1.82292vw;
  }
}

@media only screen and (max-width: 1200px) {
  .p-header {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-header {
    height: 16vw;
    padding: 0 0 0 4vw;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }
}

.p-header.is-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.p-header.is-bg {
  background: rgba(255, 255, 255, 0.8);
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  position: relative;
}

@media print, screen and (min-width: 1921px) {
  .p-header__nav {
    height: wPC(90);
  }
}

@media only screen and (max-width: 835px) {
  .p-header__nav {
    height: 16vw;
  }
}

.p-header__nav__logo {
  width: 157px;
  position: relative;
  z-index: 20;
}

@media only screen and (max-width: 835px) {
  .p-header__nav__logo {
    width: 34.13333vw;
  }
}

.p-header__nav__logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.p-header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media only screen and (max-width: 835px) {
  .p-header__nav__list {
    position: fixed;
    z-index: 10;
    top: 0;
    left: auto;
    right: -120%;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    display: block;
    padding: 21.33333vw 5.33333vw;
    height: 100vh;
  }
  .p-header__nav__list.open {
    right: 0;
    height: 100vh;
    overflow-y: scroll;
  }
}

.p-header__nav__item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}

@media print, screen and (max-width: 1280px) {
  .p-header__nav__item {
    margin: 0 5px;
  }
}

@media only screen and (max-width: 1280px) and (max-width: 835px) {
  .p-header__nav__item {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
}

.p-header__nav__item__text {
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  color: #333333;
  position: relative;
  padding: 0 0 5px 0;
  letter-spacing: 0.1em;
  display: block;
}

@media only screen and (max-width: 835px) {
  .p-header__nav__item__text {
    width: 100%;
    font-size: 4vw;
    padding: 4vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
  }
}

@media print, screen and (min-width: 836px) {
  .p-header__nav__item__text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #333333;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}

@media print, screen and (min-width: 836px) {
  .p-header__nav__item__text:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.p-header__nav__contact {
  margin: 0 0 0 15px;
  width: 187px;
  height: 50px;
}

@media only screen and (max-width: 835px) {
  .p-header__nav__contact {
    margin: 8vw auto 0;
    width: 100%;
    height: 13.33333vw;
  }
}

.p-header__nav__contact a {
  -webkit-transition: all .5s;
  transition: all .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  background: #FFF502;
  position: relative;
}

@media only screen and (max-width: 835px) {
  .p-header__nav__contact a {
    font-size: 4.26667vw;
  }
}

.p-header__nav__contact a:hover {
  background: #333333;
  color: #fff;
}

.p-header__nav__btn {
  display: none;
}

@media only screen and (max-width: 835px) {
  .p-header__nav__btn {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 5.33333vw;
    right: 4vw;
    cursor: pointer;
    width: 9.6vw;
    height: 5.33333vw;
  }
  .p-header__nav__btn span {
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 9.6vw;
  }
  .p-header__nav__btn__open {
    display: block;
  }
  .p-header__nav__btn__close {
    display: none;
  }
  .p-header__nav__btn.active .p-header__nav__btn__open {
    display: none;
  }
  .p-header__nav__btn.active .p-header__nav__btn__close {
    display: block;
  }
}

.p-header.scroll-color {
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-page-wh {
  background: #fff;
}

.l-inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 10;
}

@media print, screen and (min-width: 1921px) {
  .l-inner {
    max-width: 59.11458vw;
  }
}

@media only screen and (max-width: 1200px) {
  .l-inner {
    max-width: 100%;
    padding: 0 1.25rem;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .l-inner {
    max-width: 100%;
    padding: 0 4.26667vw;
  }
}

.l-inner--1366 {
  max-width: 1366px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}

@media print, screen and (min-width: 1921px) {
  .l-inner--1366 {
    max-width: 71.14583vw;
  }
}

.p-main-text {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

@media print, screen and (min-width: 1921px) {
  .p-main-text {
    font-size: 0.83333vw;
  }
}

@media only screen and (max-width: 835px) {
  .p-main-text {
    font-size: 3.46667vw;
    line-height: 1.6;
    color: #333;
  }
}

.p-footer {
  margin: 100px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-footer {
    margin: 13.33333vw 0 0 0;
  }
}

.p-footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-footer-column__banner {
  width: 50%;
  height: 252px;
  border: 1px solid #D5D5D5;
}

@media only screen and (max-width: 835px) {
  .p-footer-column__banner {
    width: 100%;
    height: 40vw;
    margin: 5.33333vw 0 0 0;
  }
}

.p-footer-column__banner:last-of-type {
  width: 100%;
  margin: 40px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-footer-column__banner:last-of-type {
    margin: 5.33333vw 0 0 0;
  }
}

.p-footer-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-footer-banner::after {
  content: "";
  background: url("../../assets/img/common/img_arrow.svg") center/contain no-repeat;
  position: absolute;
  right: 23px;
  bottom: 28px;
  width: 60px;
  height: 60px;
  z-index: 5;
}

@media only screen and (max-width: 835px) {
  .p-footer-banner::after {
    width: 8vw;
    height: 8vw;
    right: 2.66667vw;
    bottom: 2.66667vw;
  }
}

.p-footer-banner-figure {
  width: 50%;
  overflow: hidden;
}

.p-footer-banner-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer-banner-text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .p-footer-banner-text {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-footer-banner-text {
    font-size: 4.8vw;
  }
}

.p-footer-banner-text span {
  position: relative;
  z-index: 5;
}

.p-footer-banner-text::before {
  content: "";
  background: linear-gradient(315deg, #cdeaf7 0%, #ebc8e5 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.p-footer-banner:hover .p-footer-banner-text::before {
  opacity: 1;
  z-index: 1;
}

.p-footer-content {
  background: -webkit-gradient(linear, left bottom, left top, from(#d6ffed), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #d6ffed 0%, rgba(255, 255, 255, 0) 100%);
  padding: 50px 0 20px;
  margin: 100px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-footer-content {
    padding: 8vw 0;
    margin: 13.33333vw 0 0 0;
  }
}

.p-footer-content-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 835px) {
  .p-footer-content-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer-content-column__logo {
  width: 157px;
  height: auto;
}

@media only screen and (max-width: 835px) {
  .p-footer-content-column__logo {
    width: 42.66667vw;
  }
}

.p-footer-content-column__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 85%;
}

@media only screen and (max-width: 835px) {
  .p-footer-content-column__navi {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer-content-list {
  margin: 0 0 0 47px;
}

@media only screen and (max-width: 1200px) {
  .p-footer-content-list {
    margin: 0 0 0 30px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-footer-content-list {
    margin: 5.33333vw 0 0 0;
    width: 47%;
  }
}

.p-footer-content-list:first-of-type {
  margin: 0;
}

@media only screen and (max-width: 835px) {
  .p-footer-content-list:first-of-type {
    margin: 5.33333vw 0 0 0;
  }
}

.p-footer-content-list__item {
  margin: 0 0 5px 0;
}

.p-footer-content-list__item a {
  line-height: 1.5;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 835px) {
  .p-footer-content-list__item a {
    font-size: 3.46667vw;
  }
}

.p-footer-content-list__item a:hover {
  color: #FFB5CB;
}

.p-footer-content-list__item__main {
  font-weight: 700;
}

.p-footer-content-list__item__sub {
  font-weight: 400;
}

.p-footer-bottom-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-footer-bottom-navi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 13.33333vw 0 0 0;
  }
}

.p-footer-bottom-navi__item a {
  font-size: 14px;
  font-weight: 400;
  margin: 0 15px 0 0;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 835px) {
  .p-footer-bottom-navi__item a {
    font-size: 3.46667vw;
    margin: 0 2.66667vw 0 0;
  }
}

.p-footer-bottom-navi__item a::after {
  content: "|";
  margin: 0 0 0 15px;
}

@media only screen and (max-width: 835px) {
  .p-footer-bottom-navi__item a::after {
    margin: 0 0 0 2.66667vw;
  }
}

.p-footer-bottom-navi__item a:hover {
  color: #FFB5CB;
}

.p-footer-bottom-navi__item:last-of-type a::after {
  content: none;
}

.p-footer-copy {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin: 40px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-footer-copy {
    font-size: 3.46667vw;
    margin: 8vw 0 0 0;
  }
}

.c-dot-list {
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 835px) {
  .c-dot-list {
    padding: 0 0 0 5.33333vw;
  }
}

.c-dot-list li {
  list-style-type: disc !important;
}

.c-dot-list-purple li {
  list-style-type: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-dot-list-purple li::before {
  content: "●";
  color: #C893D8;
  width: 25px;
}

@media only screen and (max-width: 835px) {
  .c-dot-list-purple li::before {
    width: 7%;
  }
}

.c-dot-list-purple li span {
  width: 95%;
}

@media only screen and (max-width: 835px) {
  .c-dot-list-purple li span {
    width: 93%;
  }
}

.c-num-list {
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 835px) {
  .c-num-list {
    padding: 0 0 0 5.33333vw;
  }
}

.c-num-list li {
  list-style-type: decimal;
}

.c-parenthesis-list {
  margin: 0 0 0 1.875rem;
}

.c-parenthesis-list li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}

.c-parenthesis-list li:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -2.5rem;
  width: 1.875rem;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

.c-text-parenthesis {
  display: block;
  margin: 0 0.625rem 0 0;
}

.c-check-list li {
  list-style-type: none;
  padding: 0 0 0 1.5625rem;
  position: relative;
}

@media only screen and (max-width: 835px) {
  .c-check-list li {
    padding: 0 0 0 5.33333vw;
  }
}

.c-check-list li::before {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path d="M7.767,9.233l-.933.933,3,3L16.5,6.5l-.933-.933-5.733,5.7Zm7.4,5.933H5.833V5.833H12.5V4.5H5.833A1.337,1.337,0,0,0,4.5,5.833v9.333A1.337,1.337,0,0,0,5.833,16.5h9.333A1.337,1.337,0,0,0,16.5,15.167V9.833H15.167Z" transform="translate(-4.5 -4.5)" fill="%23c62f43"/></svg>') center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
}

@media only screen and (max-width: 835px) {
  .c-check-list li::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}

.c-breadcrumb {
  padding: 0 0 0 30px;
}

@media only screen and (max-width: 835px) {
  .c-breadcrumb {
    padding: 0 5.33333vw;
  }
}

.c-breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-breadcrumb-list__item {
  font-size: 14px;
  color: #333;
}

@media only screen and (max-width: 835px) {
  .c-breadcrumb-list__item {
    font-size: 3.2vw;
  }
}

.c-breadcrumb-list__item span {
  border-bottom: 1px solid #333;
}

.c-breadcrumb-list__item a {
  font-size: 14px;
  color: #333;
  padding: 0 20px 0 0;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 1.5;
}

@media only screen and (max-width: 835px) {
  .c-breadcrumb-list__item a {
    font-size: 3.2vw;
    padding: 0 5.33333vw 0 0;
  }
}

.c-breadcrumb-list__item a::before {
  content: "";
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media only screen and (max-width: 835px) {
  .c-breadcrumb-list__item a::before {
    width: 1.86667vw;
    height: 1.86667vw;
    right: 2.66667vw;
  }
}

.c-breadcrumb-list__item a:hover {
  color: #333333;
}

.c-breadcrumb-list__item br {
  display: none;
}

.c-dl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 835px) {
  .c-dl-list {
    font-size: 3.46667vw;
  }
}

.c-dl-list__term {
  width: 30%;
  border-bottom: 1px solid #707070;
  padding: 20px 0;
  font-weight: 500;
}

@media only screen and (max-width: 835px) {
  .c-dl-list__term {
    padding: 2.66667vw 0;
    max-width: 100%;
  }
}

.c-dl-list__term::before {
  content: "●";
  color: #FFB5CB;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 835px) {
  .c-dl-list__term::before {
    margin: 0 1.33333vw 0 0;
  }
}

.c-dl-list__description {
  width: 70%;
  padding: 20px;
  border-bottom: 1px solid #707070;
  font-weight: 400;
}

@media only screen and (max-width: 835px) {
  .c-dl-list__description {
    padding: 2.66667vw;
  }
}

.c-embed-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1080 / 480;
}

.c-embed-container iframe, .c-embed-container object, .c-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 835px) {
  .c-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-column.a-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-column.a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-column-02 .c-column__item {
  width: 48%;
}

@media only screen and (max-width: 835px) {
  .c-column-02 .c-column__item {
    width: 100%;
    margin: 2.66667vw 0;
  }
}

.c-column-03 .c-column__item {
  width: 32%;
}

@media only screen and (max-width: 835px) {
  .c-column-03 .c-column__item {
    width: 100%;
    margin: 5.33333vw 0;
  }
}

.c-column-04 .c-column__item {
  width: 23%;
  margin: 10px 0;
}

@media only screen and (max-width: 835px) {
  .c-column-04 .c-column__item {
    width: 100%;
    margin: 2.66667vw 0;
  }
}

.c-column-05 .c-column__item {
  width: 19%;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 835px) {
  .c-column-05 .c-column__item {
    width: 100%;
    margin: 2.66667vw 0;
  }
}

.c-column-05 .c-column__item:nth-child(n+5) {
  margin: 0;
}

@media only screen and (max-width: 835px) {
  .c-column-05 .c-column__item:nth-child(n+5) {
    width: 100%;
    margin: 2.66667vw 0;
  }
}

.c-pager-list, .c-pager .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-pager-list__item, .c-pager-list li, .c-pager .page-numbers__item, .c-pager .page-numbers li {
  margin: 0 5px;
}

@media only screen and (max-width: 835px) {
  .c-pager-list__item, .c-pager-list li, .c-pager .page-numbers__item, .c-pager .page-numbers li {
    margin: 0 1.33333vw;
  }
}

.c-pager-list__item__prev, .c-pager-list__item__next, .c-pager-list li__prev, .c-pager-list li__next, .c-pager .page-numbers__item__prev, .c-pager .page-numbers__item__next, .c-pager .page-numbers li__prev, .c-pager .page-numbers li__next {
  border: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.c-pager-list__item__prev:hover, .c-pager-list__item__next:hover, .c-pager-list li__prev:hover, .c-pager-list li__next:hover, .c-pager .page-numbers__item__prev:hover, .c-pager .page-numbers__item__next:hover, .c-pager .page-numbers li__prev:hover, .c-pager .page-numbers li__next:hover {
  opacity: 0.7;
}

.c-pager-list__item__prev svg, .c-pager-list__item__next svg, .c-pager-list li__prev svg, .c-pager-list li__next svg, .c-pager .page-numbers__item__prev svg, .c-pager .page-numbers__item__next svg, .c-pager .page-numbers li__prev svg, .c-pager .page-numbers li__next svg {
  fill: #000;
  width: 16px;
  height: 16px;
}

@media only screen and (max-width: 835px) {
  .c-pager-list__item__prev svg, .c-pager-list__item__next svg, .c-pager-list li__prev svg, .c-pager-list li__next svg, .c-pager .page-numbers__item__prev svg, .c-pager .page-numbers__item__next svg, .c-pager .page-numbers li__prev svg, .c-pager .page-numbers li__next svg {
    width: 4.26667vw;
    height: 4.26667vw;
  }
}

.c-pager-list__item__prev, .c-pager-list li__prev, .c-pager .page-numbers__item__prev, .c-pager .page-numbers li__prev {
  margin: 0 30px 0 0;
}

@media only screen and (max-width: 835px) {
  .c-pager-list__item__prev, .c-pager-list li__prev, .c-pager .page-numbers__item__prev, .c-pager .page-numbers li__prev {
    margin: 0 5.33333vw 0 0;
  }
}

.c-pager-list__item__next, .c-pager-list li__next, .c-pager .page-numbers__item__next, .c-pager .page-numbers li__next {
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 835px) {
  .c-pager-list__item__next, .c-pager-list li__next, .c-pager .page-numbers__item__next, .c-pager .page-numbers li__next {
    margin: 0 0 0 5.33333vw;
  }
}

.c-pager-list__item .current, .c-pager-list li .current, .c-pager .page-numbers__item .current, .c-pager .page-numbers li .current {
  border: 1px solid #333333;
  font-size: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #333333;
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 835px) {
  .c-pager-list__item .current, .c-pager-list li .current, .c-pager .page-numbers__item .current, .c-pager .page-numbers li .current {
    font-size: 3.73333vw;
    width: 8vw;
    height: 8vw;
  }
}

.c-pager-list__item a.page-numbers, .c-pager-list li a.page-numbers, .c-pager .page-numbers__item a.page-numbers, .c-pager .page-numbers li a.page-numbers {
  border: 1px solid #333333;
  font-size: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  font-family: "Roboto", sans-serif;
}

.c-pager-list__item a.page-numbers:hover, .c-pager-list li a.page-numbers:hover, .c-pager .page-numbers__item a.page-numbers:hover, .c-pager .page-numbers li a.page-numbers:hover {
  background: #333333;
  color: #fff;
}

@media only screen and (max-width: 835px) {
  .c-pager-list__item a.page-numbers, .c-pager-list li a.page-numbers, .c-pager .page-numbers__item a.page-numbers, .c-pager .page-numbers li a.page-numbers {
    font-size: 3.73333vw;
    width: 8vw;
    height: 8vw;
  }
}

.c-pager-list__item a.page-numbers.prev, .c-pager-list__item a.page-numbers.next, .c-pager-list li a.page-numbers.prev, .c-pager-list li a.page-numbers.next, .c-pager .page-numbers__item a.page-numbers.prev, .c-pager .page-numbers__item a.page-numbers.next, .c-pager .page-numbers li a.page-numbers.prev, .c-pager .page-numbers li a.page-numbers.next {
  border: none;
}

.c-pager-list__item a.page-numbers.prev:hover, .c-pager-list__item a.page-numbers.next:hover, .c-pager-list li a.page-numbers.prev:hover, .c-pager-list li a.page-numbers.next:hover, .c-pager .page-numbers__item a.page-numbers.prev:hover, .c-pager .page-numbers__item a.page-numbers.next:hover, .c-pager .page-numbers li a.page-numbers.prev:hover, .c-pager .page-numbers li a.page-numbers.next:hover {
  background: none;
}

.c-pager-list__item a.page-numbers .page-numbers-arrow svg, .c-pager-list li a.page-numbers .page-numbers-arrow svg, .c-pager .page-numbers__item a.page-numbers .page-numbers-arrow svg, .c-pager .page-numbers li a.page-numbers .page-numbers-arrow svg {
  fill: #333333;
}

.c-page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0;
}

@media only screen and (max-width: 835px) {
  .c-page-link {
    margin: 8vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-page-link__item {
  width: 40%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 835px) {
  .c-page-link__item {
    width: 100%;
  }
}

.c-page-link__item a {
  line-height: 1.5;
  color: #333;
  font-size: 14px;
  display: block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.c-page-link__item a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 835px) {
  .c-page-link__item a {
    font-size: 3.2vw;
  }
}

.c-page-link__item::before {
  content: "";
  position: absolute;
  border-top: 2px solid #333333;
  width: 10px;
  height: 10px;
  display: block;
}

.c-page-link__item.prev {
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 835px) {
  .c-page-link__item.prev {
    margin: 0 0 5.33333vw 0;
    padding: 0 0 0 5.33333vw;
  }
}

.c-page-link__item.prev::before {
  border-left: 2px solid #333333;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.c-page-link__item.next {
  padding: 0 20px 0 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 835px) {
  .c-page-link__item.next {
    padding: 0 5.33333vw 0 0;
  }
}

.c-page-link__item.next::before {
  border-right: 2px solid #333333;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.c-page-link__item.next:only-child {
  width: 100%;
}

.c-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-form-wrap {
  max-width: 940px;
  width: 100%;
  margin: auto;
}

@media print, screen and (min-width: 1921px) {
  .c-form-wrap {
    max-width: 48.95833vw;
  }
}

.c-form-item {
  width: 30%;
  font-size: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  position: relative;
  padding: 27px 0;
  border-bottom: .5px solid #707070;
}

@media only screen and (max-width: 835px) {
  .c-form-item {
    width: 100%;
    margin: 0 0 2.66667vw 0;
    font-size: 3.73333vw;
  }
}

.c-form-input {
  font-size: 16px;
  padding: 27px 0;
  width: 70%;
  border-bottom: .5px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 1921px) {
  .c-form-input {
    font-size: 0.83333vw;
    padding: 1.40625vw 0;
  }
}

@media only screen and (max-width: 835px) {
  .c-form-input {
    width: 100%;
    margin: 0 0 2.66667vw 0;
    font-size: 3.73333vw;
  }
}

.c-form-required {
  font-size: 15px;
  color: #FF0000;
  margin: 0 0 0 10px;
}

@media only screen and (max-width: 835px) {
  .c-form-required {
    font-size: 3.46667vw;
  }
}

.c-form-full {
  display: block;
  width: 100%;
  margin: 40px 0 0 0;
}

@media print, screen and (min-width: 1921px) {
  .c-form-full {
    margin: 2.08333vw 0 0 0;
  }
}

.c-form-full .c-form-item {
  width: 100%;
  border: none;
  padding: 0 0 10px 0;
}

@media print, screen and (min-width: 1921px) {
  .c-form-full .c-form-item {
    padding: 0 0 0.52083vw 0;
  }
}

.c-form-label {
  display: block;
}

.c-form-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #707070;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}

@media print, screen and (min-width: 1921px) {
  .c-form-text {
    font-size: 0.83333vw;
  }
}

@media only screen and (max-width: 835px) {
  .c-form-text {
    width: 100%;
    font-size: 16px;
    padding: 2.66667vw;
  }
}

.c-form-text:focus {
  border: 1px solid #333333;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.c-form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-form-checkbox input[type="checkbox"] {
  visibility: hidden;
  font-size: 16px;
}

@media print, screen and (min-width: 1921px) {
  .c-form-checkbox input[type="checkbox"] {
    font-size: 0.83333vw;
  }
}

.c-form-checkbox input[type="checkbox"] + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 40px;
  position: relative;
  font-size: 16px;
  margin: 0 0 28px 0;
}

@media print, screen and (min-width: 1921px) {
  .c-form-checkbox input[type="checkbox"] + span {
    font-size: 0.83333vw;
    padding: 0 0 0vwPC 40;
    margin: 0 0 1.45833vw 0;
  }
}

@media only screen and (max-width: 835px) {
  .c-form-checkbox input[type="checkbox"] + span {
    margin: 0 0 5.33333vw 0;
    padding: 0 0 0 10.66667vw;
    font-size: 16px;
  }
}

.c-form-checkbox input[type="checkbox"] + span::before {
  background: #fff;
  border: 1px solid #707070;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

@media print, screen and (min-width: 1921px) {
  .c-form-checkbox input[type="checkbox"] + span::before {
    width: 1.04167vw;
    height: 1.04167vw;
  }
}

@media only screen and (max-width: 835px) {
  .c-form-checkbox input[type="checkbox"] + span::before {
    width: 8vw;
    height: 8vw;
  }
}

.c-form-checkbox input[type="checkbox"] + span::after {
  border: 2px solid #333333;
  background: #1C4DE3;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 20px;
  height: 20px;
}

@media print, screen and (min-width: 1921px) {
  .c-form-checkbox input[type="checkbox"] + span::after {
    width: 1.04167vw;
    height: 1.04167vw;
  }
}

@media only screen and (max-width: 835px) {
  .c-form-checkbox input[type="checkbox"] + span::after {
    left: 1.33333vw;
    width: 5.33333vw;
    height: 3.46667vw;
  }
}

.c-form-checkbox input[type="checkbox"]:checked + span {
  font-weight: 700;
}

.c-form-checkbox input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

.c-form-textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #707070;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  min-height: 180px;
}

@media print, screen and (min-width: 1921px) {
  .c-form-textarea {
    min-height: 9.375vw;
    font-size: 0.83333vw;
  }
}

@media only screen and (max-width: 835px) {
  .c-form-textarea {
    font-size: 16px;
    padding: 4vw;
  }
}

.c-form-textarea:focus {
  border: 1px solid rgba(51, 51, 51, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background: #fff;
}

.c-form-textarea.wpcf7-not-valid {
  border: 1px solid #FF0000;
}

.c-form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url(../../assets/img/icon/icon-arrow-down.svg) no-repeat center right 15px/20px auto;
  border: 1px solid #707070;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  padding: 0.4em 0.8em;
  width: 100%;
}

.c-form-select::-ms-expand {
  display: none;
}

.c-form-select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.c-form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 0;
}

@media print, screen and (min-width: 1921px) {
  .c-form-button {
    margin: 2.08333vw auto 0;
  }
}

@media only screen and (max-width: 835px) {
  .c-form-button {
    margin: 8vw auto 0;
  }
}

.c-form-button div {
  width: 200px;
  height: 50px;
  margin: 0 20px;
  position: relative;
}

@media print, screen and (min-width: 1921px) {
  .c-form-button div {
    width: 10.41667vw;
    height: 2.60417vw;
    margin: 0 1.04167vw;
  }
}

@media only screen and (max-width: 835px) {
  .c-form-button div {
    width: 47%;
    margin: 0 2% 5.33333vw;
    height: 13.33333vw;
  }
}

.c-form-button div::after {
  content: "";
  width: 19px;
  height: 11px;
}

@media print, screen and (min-width: 1921px) {
  .c-form-button div::after {
    width: 0.98958vw;
    height: 0.57292vw;
  }
}

@media only screen and (max-width: 835px) {
  .c-form-button div::after {
    width: 4vw;
    height: 4vw;
  }
}

.c-form-button input {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 1921px) {
  .c-form-button input {
    font-size: 1.04167vw;
  }
}

@media only screen and (max-width: 835px) {
  .c-form-button input {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: 13.33333vw;
    margin: 0 0 5.33333vw 0;
    font-size: 4.26667vw;
    border-radius: 2.66667vw;
  }
}

.c-form-submit {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (max-width: 835px) {
  .c-form-submit {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.c-form-submit__button {
  background: #fff;
  color: #333333;
  position: relative;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-radius: 50px;
}

@media only screen and (max-width: 835px) {
  .c-form-submit__button {
    border-radius: 2.66667vw;
  }
}

.c-form-submit:hover .c-form-submit__button {
  background: #333333;
  color: #fff;
}

.c-form-back {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-form-back__button {
  background: #666;
  color: #fff;
  position: relative;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media only screen and (max-width: 835px) {
  .c-form-back__button {
    border-radius: 2.66667vw !important;
  }
}

.c-form-back__button:hover {
  background: #999;
}

.c-form-back::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19.651" height="12.319" viewBox="0 0 19.651 12.319"><path d="M739.449,385.388l-.823.822,4.044,4.046H726.457v1.166h16.212l-4.045,4.046.824.823,5.453-5.452Z" transform="translate(-725.957 -384.681)" fill="%23fff" stroke="%23fff" stroke-width="1"/></svg>') center/contain no-repeat;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 19px;
  height: 11px;
}

@media print, screen and (min-width: 1921px) {
  .c-form-back::after {
    left: 1.04167vw;
    width: 0.98958vw;
    height: 0.57292vw;
  }
}

@media only screen and (max-width: 835px) {
  .c-form-back::after {
    left: 5.33333vw;
  }
}

.c-form-back:hover .c-form-submit__button {
  background: #999;
}

.c-form .error {
  font-size: 0.72917vw;
  color: #E00003;
}

@media only screen and (max-width: 835px) {
  .c-form .error {
    font-size: 3.2vw;
  }
}

.c-form-privacy {
  font-size: 13px;
  color: #7B7B7B;
  line-height: 1.7;
  margin: 10px 0 40px;
}

@media print, screen and (min-width: 1921px) {
  .c-form-privacy {
    font-size: 0.67708vw;
    margin: 0.52083vw 0 2.08333vw;
  }
}

.c-form-privacy a {
  color: #333333;
  text-decoration: underline;
}

.c-form-privacy-check + span::after {
  content: "";
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-top: none;
  border-right: none;
  display: block;
  height: 0.6em;
  left: 1px;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
  background: none;
}

.c-form-privacy-check:checked + span::before {
  background: #333333;
}

.c-form-privacy-check:checked + span::after {
  opacity: 1;
}

.c-form-privacy-check input[type="checkbox"] + span::after {
  content: "";
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-top: none;
  border-right: none;
  display: block;
  height: 0.6em;
  left: 1px;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
  background: none;
}

.c-form-privacy-check input[type="checkbox"]:checked + span::before {
  background: #333333;
}

.c-form-privacy-check input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

.c-form .wpcf7-not-valid, .c-form .c-form-textarea.wpcf7-not-valid {
  border: 1px solid #FF0000;
}

.c-form [data-name="checkbox-inquiry-type"] .wpcf7-not-valid {
  border: none;
}

.c-form [data-name="checkbox-inquiry-type"] .wpcf7-not-valid.c-form-checkbox input[type="checkbox"] + span::before {
  border: 1px solid #FF0000;
}

[data-name="checkbox-privacy"] .wpcf7-not-valid.c-form-privacy-check input[type="checkbox"] + span::before {
  border: 1px solid #FF0000;
}

.error {
  font-size: 0.72917vw;
  color: #E00003;
  display: inline-block;
}

@media only screen and (max-width: 835px) {
  .error {
    font-size: 3.2vw;
  }
}

.c-list-num {
  padding: 0 0 0 1.04167vw;
}

@media only screen and (max-width: 835px) {
  .c-list-num {
    padding: 0 0 0 5.33333vw;
  }
}

.c-list-num li {
  list-style-type: decimal;
}

.c-list-num li .c-list-num-parenthesis {
  margin-left: 1.5625vw;
}

@media only screen and (max-width: 835px) {
  .c-list-num li .c-list-num-parenthesis {
    margin-left: 8vw;
  }
}

.c-list-num li .c-list-num-parenthesis li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}

.c-list-num li .c-list-num-parenthesis li::before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -2.08333vw;
  width: 1.5625vw;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 835px) {
  .c-list-num li .c-list-num-parenthesis li::before {
    margin-left: -10.66667vw;
    width: 8vw;
  }
}

.c-table__heading {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  background: #F0F7FD;
  padding: 20px 0;
  text-align: center;
  max-width: 200px;
  width: 20%;
  border-bottom: 1px solid #E0E0E0;
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 835px) {
  .c-table__heading {
    width: 30%;
    padding: 2.66667vw;
    font-size: 3.46667vw;
  }
}

.c-table__description {
  font-size: 16px;
  line-height: 1.5;
  width: 80%;
  border-bottom: 1px solid #E0E0E0;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 20px;
}

@media only screen and (max-width: 835px) {
  .c-table__description {
    width: 70%;
    padding: 2.66667vw;
    font-size: 3.73333vw;
  }
}

.c-table-head__th {
  color: #fff;
  font-size: 16px;
  background: #333333;
  border: 1px solid #fff;
}

@media print, screen and (min-width: 1921px) {
  .c-table-head__th {
    font-size: 0.83333vw;
  }
}

@media only screen and (max-width: 835px) {
  .c-table-head__th {
    font-size: 3.73333vw;
  }
}

.c-table-body__th {
  font-size: 16px;
  background: rgba(255, 255, 255, 0.8);
}

@media print, screen and (min-width: 1921px) {
  .c-table-body__th {
    font-size: 0.83333vw;
  }
}

@media only screen and (max-width: 835px) {
  .c-table-body__th {
    font-size: 3.73333vw;
  }
}

.c-table-body__td {
  font-size: 16px;
  background: rgba(255, 255, 255, 0.8);
}

@media print, screen and (min-width: 1921px) {
  .c-table-body__td {
    font-size: 0.83333vw;
  }
}

@media only screen and (max-width: 835px) {
  .c-table-body__td {
    font-size: 3.73333vw;
  }
}

.c-scrollable {
  overflow-x: auto;
  white-space: nowrap;
}

.c-accordion-name {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-accordion-name:hover {
  color: #1C4DE3;
}

.c-accordion-name::before, .c-accordion-name::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #333333;
  top: 50%;
  right: 0;
}

.c-accordion-name::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.c-accordion-name::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.c-accordion-name.close::after {
  opacity: 0;
}

/* WP投稿用設定 */
/* 画像やブロックを中央寄せ */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 左寄せ */
.alignleft {
  float: left;
  margin: 0 1.5em 1em 0;
}

/* 右寄せ */
.alignright {
  float: right;
  margin: 0 0 1em 1.5em;
}

/* ギャラリーなどの中央揃え */
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* キャプション付き画像の調整 */
.wp-caption {
  max-width: 100%;
  text-align: center;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  font-size: 0.9em;
  color: #666;
  margin-top: 0.5em;
}

.c-bg-white {
  background: #fff;
  padding: 50px;
}

@media only screen and (max-width: 835px) {
  .c-bg-white {
    padding: 5.33333vw;
  }
}

.c-triangle {
  position: relative;
}

.c-triangle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 45px 0px 0px;
}

@media only screen and (max-width: 835px) {
  .c-triangle::before {
    border-width: 8vw 8vw 0px 0px;
  }
}

.c-triangle-black::before {
  border-color: #333 transparent transparent transparent;
}

.c-triangle-pink::before {
  border-color: #FFB5CB transparent transparent transparent;
}

.c-triangle-blue::before {
  border-color: #8FCFF0 transparent transparent transparent;
}

.c-triangle-blue .c-dl-list__term::before {
  color: #8FCFF0;
}

.c-triangle-yellow::before {
  border-color: #FFF502 transparent transparent transparent;
}

.c-triangle-yellow .c-dl-list__term::before {
  color: #FFF502;
}

.c-triangle-green::before {
  border-color: #79E89E transparent transparent transparent;
}

.c-triangle-purple::before {
  border-color: #C893D8 transparent transparent transparent;
}

.c-triangle-purple .c-dl-list__term::before {
  color: #C893D8;
}

.c-figure-hover {
  position: relative;
  display: block;
  overflow: hidden;
}

.c-figure-hover__figure {
  overflow: hidden;
  border-radius: 20px;
}

@media only screen and (max-width: 835px) {
  .c-figure-hover__figure {
    border-radius: 5.33333vw;
  }
}

.c-figure-hover__figure img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-figure-hover:hover .c-figure-hover__figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-section-heading {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-section-heading__sub {
  font-size: 40px;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 500;
  display: block;
  position: relative;
  padding: 15px 0 0 15px;
}

@media only screen and (max-width: 835px) {
  .c-section-heading__sub {
    font-size: 5.33333vw;
  }
}

.c-section-heading__main {
  font-size: 62px;
  font-weight: 700;
  color: #333333;
  display: inline-block;
  position: relative;
  line-height: 1.5;
  border-bottom: 10px solid #333333;
}

@media only screen and (max-width: 835px) {
  .c-section-heading__main {
    font-size: 8vw;
    border-bottom: 1.33333vw solid #333333;
  }
}

.c-section-heading__main.en {
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}

.c-page-heading {
  text-align: center;
}

.c-page-heading span {
  font-size: 40px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  border-bottom: 7px solid #333;
  padding: 0 0 15px 0;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 835px) {
  .c-page-heading span {
    font-size: 5.33333vw;
    padding: 0 0 1.33333vw 0;
    border-bottom: 1.33333vw solid #333;
    display: block;
  }
}

.c-page-sub-heading {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width: 835px) {
  .c-page-sub-heading {
    font-size: 5.33333vw;
  }
}

.c-page-sub-heading.green {
  color: #3F8657;
}

.c-page-sub-heading__wh {
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-weight: 500;
  padding: 8px 22px;
  font-family: "Noto Serif JP", serif;
}

@media only screen and (max-width: 835px) {
  .c-page-sub-heading__wh {
    font-size: 4.8vw;
    padding: 1.33333vw 5.33333vw;
  }
}

.c-page-sub-heading.--text-go {
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 835px) {
  .c-page-sub-heading.--text-go {
    font-size: 4.8vw;
  }
}

.c-page-sub-border-heading {
  border-bottom: 1px solid #707070;
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

.c-post__heading {
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 40px 0;
  font-family: "Noto Serif JP", serif;
}

@media print, screen and (min-width: 1921px) {
  .c-post__heading {
    font-size: 1.35417vw;
    margin: 0 0 2.08333vw 0;
  }
}

@media only screen and (max-width: 835px) {
  .c-post__heading {
    font-size: 5.33333vw;
    margin: 0 0 5.33333vw 0;
  }
}

.c-button a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.c-button-main {
  width: 282px;
  height: 62px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 50px;
  border: 4px solid #333333;
  background: #fff;
  color: #333333;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  -webkit-transition: all 0 5s;
  transition: all 0 5s;
}

@media only screen and (max-width: 835px) {
  .c-button-main {
    font-size: 4.26667vw;
    height: 13.33333vw;
    border-radius: 13.33333vw;
  }
}

.c-button-main:hover {
  background: #333333;
  color: #fff;
}

.c-button.--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-button-green, .c-button-blue {
  width: 100%;
  height: 226px;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 835px) {
  .c-button-green, .c-button-blue {
    height: 21.33333vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 0 8vw;
  }
}

.c-button-green::before, .c-button-blue::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-button-green::after, .c-button-blue::after {
  content: "";
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.35" height="13.765" viewBox="0 0 13.35 13.765"><path d="M7.5,13.675H19.851M13.675,7.5l6.175,6.175-6.175,6.175" transform="translate(-7 -6.793)" fill="none" stroke="%23333" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></svg>') center/16px auto no-repeat;
  border-radius: 50%;
  border: 1px solid #333;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
}

@media only screen and (max-width: 835px) {
  .c-button-green::after, .c-button-blue::after {
    right: 5.33333vw;
    width: 12vw;
    height: 12vw;
  }
}

.c-button-green span, .c-button-blue span {
  font-size: 37px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 1200px) {
  .c-button-green span, .c-button-blue span {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .c-button-green span, .c-button-blue span {
    font-size: 4.8vw;
  }
}

.c-button-green:hover::after, .c-button-blue:hover::after {
  background: #333 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.35" height="13.765" viewBox="0 0 13.35 13.765"><path d="M7.5,13.675H19.851M13.675,7.5l6.175,6.175-6.175,6.175" transform="translate(-7 -6.793)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></svg>') center/16px auto no-repeat;
}

.c-button-green::before {
  background: url("../../assets/img/common/img_green_button.png") center/cover no-repeat;
}

.c-button-blue::before {
  background: url("../../assets/img/common/img_blue_button.png") center/cover no-repeat;
}

.c-button-arrow-right {
  position: relative;
}

.c-button-arrow-right::before, .c-button-arrow-right::after {
  content: "";
}

.c-button-arrow-right::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17.414" viewBox="0 0 17 17.414"><path id="Icon_feather-arrow-right" data-name="Icon feather-arrow-right" d="M7.5,15.5h16m-8-8,8,8-8,8" transform="translate(-7 -6.793)" fill="none" stroke="%23333" stroke-width="1"/></svg>') center/contain no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media only screen and (max-width: 835px) {
  .c-button-arrow-right::before {
    width: 4.26667vw;
    height: 4.26667vw;
    right: 2.93333vw;
  }
}

.c-button-arrow-right::after {
  border: 1px solid #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 835px) {
  .c-button-arrow-right::after {
    width: 10.66667vw;
    height: 10.66667vw;
  }
}

.c-text-arrow {
  padding: 0 70px 0 0;
  position: relative;
}

.c-text-arrow::after {
  content: "";
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.35" height="13.765" viewBox="0 0 13.35 13.765"><path id="Icon_feather-arrow-right" data-name="Icon feather-arrow-right" d="M7.5,13.675H19.851M13.675,7.5l6.175,6.175-6.175,6.175" transform="translate(-7 -6.793)" fill="none" stroke="%23333" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></svg>') center/12.35px auto no-repeat;
  border-radius: 50%;
  border: 1px solid #333;
  width: 46px;
  height: 46px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-text-arrow:hover::after {
  background: #333 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.35" height="13.765" viewBox="0 0 13.35 13.765"><path id="Icon_feather-arrow-right" data-name="Icon feather-arrow-right" d="M7.5,13.675H19.851M13.675,7.5l6.175,6.175-6.175,6.175" transform="translate(-7 -6.793)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></svg>') center/12.35px auto no-repeat;
}

.c-text-link {
  color: #333;
  display: inline-block;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 835px) {
  .c-text-link {
    font-size: 3.46667vw;
    padding: 0 4.8vw 0 0;
  }
}

.c-text-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0481A2;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.c-text-link:hover {
  color: #333333;
}

.c-text-link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.c-button-pagetop {
  position: fixed;
  display: none;
  z-index: 10;
  width: 70px;
  height: 70px;
  bottom: 20px;
  right: 20px;
}

@media only screen and (max-width: 835px) {
  .c-button-pagetop {
    bottom: 1.33333vw;
    right: 1.33333vw;
    width: 13.33333vw;
    height: 13.33333vw;
  }
}

.c-button-pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#005AA9), to(#002D55));
  background: linear-gradient(180deg, #005AA9 0%, #002D55 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #002D55;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 5px rgba(51, 51, 51, 0.5);
}

.c-button-pagetop a:hover {
  opacity: 0.9;
}

.c-button-pagetop span {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #fff;
  position: relative;
  padding: 15px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .c-button-pagetop span {
    font-size: 3.73333vw;
    padding: 3.46667vw 0 0 0;
  }
}

.c-button-pagetop span::before {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11.316" height="12" viewBox="0 0 11.316 12"><path id="Icon_ionic-md-arrow-round-forward" data-name="Icon ionic-md-arrow-round-forward" d="M12.61,17.327l4.708-4.568a1.038,1.038,0,0,0,.307-.764v-.014a1.038,1.038,0,0,0-.307-.764L12.61,6.649a1.008,1.008,0,0,0-1.473,0,1.128,1.128,0,0,0,0,1.541l2.83,2.707h-7.3a1.092,1.092,0,0,0,0,2.182h7.3l-2.83,2.707a1.128,1.128,0,0,0,0,1.541A1.012,1.012,0,0,0,12.61,17.327Z" transform="translate(-6.33 17.625) rotate(-90)" fill="%23fff"/></svg>') center/contain no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 835px) {
  .c-button-pagetop span::before {
    width: 2.66667vw;
    height: 2.66667vw;
  }
}

button {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-news-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 3px solid #333;
  border-left: 3px solid #333;
  border-right: 3px solid #333;
  margin: 70px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-news-tab {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-news-tab__item {
  width: 33.3333%;
  height: 70px;
}

.p-news-tab__item:nth-of-type(2) {
  border-left: 3px solid #333;
  border-right: 3px solid #333;
}

@media only screen and (max-width: 835px) {
  .p-news-tab__item {
    height: 7.46667vw;
    margin: auto;
  }
}

.p-news-tab__item a {
  background: #fff;
  color: #333333;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.01em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 3px solid #000;
}

@media only screen and (max-width: 835px) {
  .p-news-tab__item a {
    font-size: 3.46667vw;
  }
}

.p-news-tab__item.current a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}

@media only screen and (max-width: 835px) {
  .p-news-tab__item.current a::before {
    border-width: 2.66667vw 2vw 0 2vw;
  }
}

.p-news-tab__item.current a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 16.7px 12.5px 0 12.5px;
  translate: -50% 100%;
}

@media only screen and (max-width: 835px) {
  .p-news-tab__item.current a::after {
    border-width: 2.13333vw 1.6vw 0 1.6vw;
  }
}

.p-news-tab__item.all a:hover {
  background: #FFB5CB;
}

.p-news-tab__item.all.current a {
  background: #FFB5CB;
}

.p-news-tab__item.all.current a::after {
  border-color: #FFB5CB transparent transparent;
}

.p-news-tab__item.news a:hover {
  background: #8FCFF0;
}

.p-news-tab__item.news.current a {
  background: #8FCFF0;
}

.p-news-tab__item.news.current a::after {
  border-color: #8FCFF0 transparent transparent;
}

.p-news-tab__item.column a:hover {
  background: #FFF502;
}

.p-news-tab__item.column.current a {
  background: #FFF502;
}

.p-news-tab__item.column.current a::after {
  border-color: #FFF502 transparent transparent;
}

.p-news-tab__contents {
  display: none;
  opacity: 0;
  margin: 40px 0 0 0;
  background: #fff;
  padding: 40px;
  position: relative;
}

@media only screen and (max-width: 835px) {
  .p-news-tab__contents {
    margin: 5.33333vw 0 0 0;
    padding: 5.33333vw;
  }
}

.p-news-tab__contents.is-current {
  display: block;
  -webkit-animation-name: currentTab;
          animation-name: currentTab;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes currentTab {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes currentTab {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.p-news-list {
  text-align: left;
}

.p-news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

@media only screen and (max-width: 835px) {
  .p-news-list__item {
    padding: 2.66667vw 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-news-list .p-news-date {
  width: calc(160 / 1200 * 100%);
}

@media only screen and (max-width: 835px) {
  .p-news-list .p-news-date {
    width: 30%;
  }
}

.p-news-list .p-news-cate {
  width: calc(130 / 1200 * 100%);
}

@media only screen and (max-width: 835px) {
  .p-news-list .p-news-cate {
    width: 30%;
  }
}

.p-news-list__heading {
  width: calc(910 / 1200 * 100%);
  text-align: left;
}

@media only screen and (max-width: 835px) {
  .p-news-list__heading {
    width: 100%;
  }
}

.p-news-list__heading a {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding: 0 25px;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 835px) {
  .p-news-list__heading a {
    font-size: 4.26667vw;
    padding: 0 5.33333vw 0 0;
  }
}

.p-news-list__heading a::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23"><g transform="translate(-1198 -2156)"><g transform="translate(1198 2156)" fill="none"><path d="M11.5,0A11.5,11.5,0,1,1,0,11.5,11.5,11.5,0,0,1,11.5,0Z" stroke="none"/><path d="M 11.5 1 C 5.71027946472168 1 1 5.71027946472168 1 11.5 C 1 17.28972053527832 5.71027946472168 22 11.5 22 C 17.28972053527832 22 22 17.28972053527832 22 11.5 C 22 5.71027946472168 17.28972053527832 1 11.5 1 M 11.5 0 C 17.85127067565918 0 23 5.14872932434082 23 11.5 C 23 17.85127067565918 17.85127067565918 23 11.5 23 C 5.14872932434082 23 0 17.85127067565918 0 11.5 C 0 5.14872932434082 5.14872932434082 0 11.5 0 Z" stroke="none" fill="%23333"/></g><path d="M7.5,10.54h6.08M10.54,7.5l3.04,3.04-3.04,3.04" transform="translate(1198.859 2156.86)" fill="none" stroke="%23333" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>') center/contain no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 835px) {
  .p-news-list__heading a::after {
    width: 5.33333vw;
    height: 5.33333vw;
  }
}

.p-news-list__heading a:hover {
  color: #FFB5CB;
}

.p-news-date {
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #333333;
}

@media only screen and (max-width: 1200px) {
  .p-news-date {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-news-date {
    font-size: 3.73333vw;
  }
}

.p-news-cate {
  width: 115px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 700;
}

@media only screen and (max-width: 835px) {
  .p-news-cate {
    width: 30.66667vw;
    height: 6.66667vw;
    border-radius: 8vw;
    font-size: 3.73333vw;
  }
}

.p-news-cate.news {
  background: #8FCFF0;
}

.p-news-cate.column {
  background: #FFF502;
}

.p-index-journal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 835px) {
  .p-index-journal-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-index-journal-list__item {
  width: 32%;
  position: relative;
}

@media only screen and (max-width: 835px) {
  .p-index-journal-list__item {
    width: 100%;
    margin: 0 0 13.33333vw 0;
  }
}

.p-index-journal-list__item:nth-child(3n-1) {
  margin: 0 1.5%;
}

@media only screen and (max-width: 835px) {
  .p-index-journal-list__item:nth-child(3n-1) {
    margin: 0 0 13.33333vw 0;
  }
}

@media only screen and (max-width: 835px) {
  .p-index-journal-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-index-journal-list__item:hover .p-index-journal-list__figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-index-journal-list__new {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 93px;
  height: 27px;
}

@media print, screen and (min-width: 1921px) {
  .p-index-journal-list__new {
    width: 4.84375vw;
    height: 1.40625vw;
  }
}

@media only screen and (max-width: 835px) {
  .p-index-journal-list__new {
    width: 24.8vw;
    height: 7.2vw;
  }
}

.p-index-journal-list__new span {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 3;
}

@media print, screen and (min-width: 1921px) {
  .p-index-journal-list__new span {
    font-size: 1.04167vw;
  }
}

@media only screen and (max-width: 835px) {
  .p-index-journal-list__new span {
    font-size: 4.26667vw;
  }
}

.p-index-journal-list__new::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="93.225" height="28.8" viewBox="0 0 93.225 28.8"><path d="M75.547,0V28.8H159.6L168.772,0Z" transform="translate(-75.547 0)" fill="%231c4de3"/></svg>') center/contain no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.p-index-journal-list__figure {
  aspect-ratio: 365 / 267;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.p-index-journal-list__figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 835px) {
  .p-index-journal-list__figure {
    width: 35%;
    aspect-ratio: 145 / 115;
  }
}

.p-index-journal-list__contents {
  background: #fff;
  padding: 20px;
  width: calc(100% - 20px);
  margin: -20px auto 0;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 3px 6px #CCD9FF;
          box-shadow: 0 3px 6px #CCD9FF;
}

@media print, screen and (min-width: 1921px) {
  .p-index-journal-list__contents {
    padding: 1.04167vw;
    width: calc(100% - vwPC(20));
    margin: -1.04167vw auto 0;
  }
}

@media only screen and (max-width: 835px) {
  .p-index-journal-list__contents {
    width: 60%;
    background: none;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.p-index-journal-list__head {
  border-bottom: 1px solid #000;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}

.p-index-journal-list__head__cate {
  font-size: 15px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

@media print, screen and (min-width: 1921px) {
  .p-index-journal-list__head__cate {
    font-size: 1.04167vw;
  }
}

@media only screen and (max-width: 835px) {
  .p-index-journal-list__head__cate {
    font-size: 4vw;
  }
}

.p-index-journal-list__head__date {
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0 0 0;
}

@media print, screen and (min-width: 1921px) {
  .p-index-journal-list__head__date {
    font-size: 0.72917vw;
  }
}

@media only screen and (max-width: 835px) {
  .p-index-journal-list__head__date {
    font-size: 3.73333vw;
  }
}

.p-index-journal-list__company {
  background: #333333;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 20px;
  display: inline-block;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 835px) {
  .p-index-journal-list__company {
    font-size: 3.73333vw;
    padding: 1.33333vw 2.66667vw;
  }
}

.p-index-journal-list__text {
  font-size: 18px;
  line-height: 1.6;
}

@media print, screen and (min-width: 1921px) {
  .p-index-journal-list__text {
    font-size: 0.9375vw;
  }
}

@media only screen and (max-width: 835px) {
  .p-index-journal-list__text {
    font-size: 3.73333vw;
  }
}

.p-index-journal-list__text br {
  display: none;
}

.p-index-journal-list__desc {
  font-size: 15px;
  line-height: 1.6;
  border-top: 1px solid #000;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}

@media print, screen and (min-width: 1921px) {
  .p-index-journal-list__desc {
    font-size: 0.78125vw;
    margin: 0.52083vw 0 0 0;
    padding: 0.52083vw 0 0 0;
  }
}

@media only screen and (max-width: 835px) {
  .p-index-journal-list__desc {
    font-size: 3.46667vw;
    margin: 2.66667vw 0 0 0;
    padding: 2.66667vw 0 0 0;
  }
}

.p-news-list__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 835px) {
  .p-news-list__item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-news-list__item a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.p-news-list__item a:hover {
  opacity: 0.8;
}

.p-news-list__date {
  font-size: 15px;
  color: #fff;
}

@media print, screen and (min-width: 1921px) {
  .p-news-list__date {
    font-size: 0.78125vw;
  }
}

@media only screen and (max-width: 835px) {
  .p-news-list__date {
    font-size: 3.46667vw;
  }
}

.p-news-list__cate {
  width: 145px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0 20px;
}

@media print, screen and (min-width: 1921px) {
  .p-news-list__cate {
    width: 7.55208vw;
    height: 1.97917vw;
    font-size: 0.78125vw;
    margin: 0 1.04167vw;
  }
}

@media only screen and (max-width: 835px) {
  .p-news-list__cate {
    width: 28vw;
    height: 5.33333vw;
    font-size: 2.93333vw;
    margin: 2.66667vw 0;
  }
}

.p-news-list__heading {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

@media print, screen and (min-width: 1921px) {
  .p-news-list__heading {
    font-size: 0.78125vw;
  }
}

@media only screen and (max-width: 835px) {
  .p-news-list__heading {
    font-size: 3.46667vw;
  }
}

.p-pagination {
  margin: 50px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-pagination {
    margin: 13.33333vw 0 0 0;
  }
}

.p-pagination__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media only screen and (max-width: 835px) {
  .p-pagination__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-pagination__item a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-pagination__item.number {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  margin: 0 10px;
  border-radius: 50%;
  border: 4px solid #333;
}

@media only screen and (max-width: 835px) {
  .p-pagination__item.number {
    width: 8vw;
    height: 8vw;
    font-size: 3.73333vw;
  }
}

.p-pagination__item.number.is-active {
  background: #333333;
  color: #fff;
}

.p-pagination__item.prev a, .p-pagination__item.next a {
  position: relative;
  text-indent: -9999px;
}

@media print, screen and (min-width: 1921px) {
  .p-pagination__item.prev a, .p-pagination__item.next a {
    font-size: wPC(15);
  }
}

@media only screen and (max-width: 835px) {
  .p-pagination__item.prev a, .p-pagination__item.next a {
    width: 8vw;
    height: 8vw;
  }
}

.p-pagination__item.prev a::after, .p-pagination__item.next a::after {
  content: "";
  width: 20px;
  height: 20px;
  right: 0;
  position: absolute;
  top: 50%;
}

@media only screen and (max-width: 835px) {
  .p-pagination__item.prev a::after, .p-pagination__item.next a::after {
    width: 4vw;
    height: 4vw;
  }
}

.p-pagination__item.prev.disabled, .p-pagination__item.next.disabled {
  display: none;
}

.p-pagination__item.prev {
  left: 0;
}

.p-pagination__item.prev a {
  padding: 0 20px 0 40px;
}

.p-pagination__item.prev a::after {
  content: "";
  border-top: 2px solid #333333;
  border-left: 2px solid #333333;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

@media print, screen and (min-width: 1921px) {
  .p-pagination__item.prev a {
    padding: 0 1.04167vw 0 wPC(40);
  }
}

@media only screen and (max-width: 835px) {
  .p-pagination__item.prev a {
    padding: 2.66667vw;
  }
}

.p-pagination__item.next {
  right: 0;
}

.p-pagination__item.next a {
  padding: 0 40px 0 20px;
}

.p-pagination__item.next a::after {
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media print, screen and (min-width: 1921px) {
  .p-pagination__item.next a {
    padding: 0 2.08333vw 0 1.04167vw;
  }
}

@media only screen and (max-width: 835px) {
  .p-pagination__item.next a {
    padding: 2.66667vw;
  }
}

.p-facility-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 300px;
  margin: auto;
}

@media only screen and (max-width: 835px) {
  .p-facility-list {
    max-width: 80vw;
  }
}

.p-facility-list__item {
  width: 125px;
  height: 35px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
}

@media only screen and (max-width: 835px) {
  .p-facility-list__item {
    width: 33.33333vw;
    height: 9.33333vw;
    border-radius: 8vw;
    margin: 1.33333vw;
  }
}

.p-facility-list__item.aiai {
  background: #FBF5FF;
}

.p-facility-list__item.yuyu {
  background: #E5EEFF;
}

.p-facility-list__item.yuai {
  background: #FFF7CE;
}

.p-facility-list__item.yuai-m {
  background: #FFEBF1;
}

.p-facility-list__item img {
  width: auto;
  height: 20px;
}

@media only screen and (max-width: 835px) {
  .p-facility-list__item img {
    height: 5.33333vw;
  }
}

.p-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-column-item {
  width: 30%;
  padding: 0 10px;
}

.p-column-item__contents {
  background: #fff;
  border-radius: 20px 20px 0 0;
}

@media only screen and (max-width: 835px) {
  .p-column-item__contents {
    border-radius: 5.33333vw 5.33333vw 0 0;
  }
}

.p-column-item__figure {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

@media only screen and (max-width: 835px) {
  .p-column-item__figure {
    border-radius: 5.33333vw 5.33333vw 0 0;
  }
}

.p-column-item__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-column-item__inner {
  padding: 20px;
}

@media only screen and (max-width: 835px) {
  .p-column-item__inner {
    padding: 5.33333vw;
  }
}

.p-column-item__heading {
  font-size: 20px;
  font-weight: 500;
  color: #3F8657;
}

@media only screen and (max-width: 835px) {
  .p-column-item__heading {
    font-size: 4.8vw;
  }
}

.p-column-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-column-item__text {
    font-size: 3.73333vw;
    margin: 2.66667vw 0 0 0;
  }
}

.p-column-item a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-column-item a:hover .p-column-item__figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-information-list {
  max-width: 900px;
  width: 100%;
  margin: 60px auto 0;
}

@media only screen and (max-width: 835px) {
  .p-information-list {
    margin: 13.33333vw 0 0 0;
  }
}

.p-information-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #707070;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 835px) {
  .p-information-list__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5.33333vw 0;
  }
}

.p-information-list__inner::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="46.314" height="46.314" viewBox="0 0 46.314 46.314"><g transform="translate(-1198 -2156)"><g transform="translate(1198 2156)" fill="%23fff" stroke="%23333" stroke-width="1"><circle cx="23.157" cy="23.157" r="23.157" stroke="none"/><circle cx="23.157" cy="23.157" r="22.657" fill="none"/></g><path d="M7.5,13.675H19.851M13.675,7.5l6.175,6.175-6.175,6.175" transform="translate(1207.482 2165.482)" fill="none" stroke="%23333" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>') center/contain no-repeat;
  width: 46px;
  height: 46px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 835px) {
  .p-information-list__inner::after {
    width: 8vw;
    height: 8vw;
  }
}

.p-information-list__inner:hover {
  opacity: 0.7;
}

.p-information-list__heading {
  font-size: 24px;
  font-weight: 500;
  width: 40%;
}

@media only screen and (max-width: 835px) {
  .p-information-list__heading {
    width: 90%;
  }
}

.p-information-list__text {
  font-size: 16px;
  font-weight: 500;
  width: 60%;
}

@media only screen and (max-width: 835px) {
  .p-information-list__text {
    width: 90%;
    font-size: 3.73333vw;
  }
}

.p-information-list__text span {
  font-size: 14px;
}

@media only screen and (max-width: 835px) {
  .p-information-list__text span {
    font-size: 3.46667vw;
    display: block;
  }
}

.p-index-mv {
  background: url(../../assets/img/index/img_mv.jpg) center/cover no-repeat;
  width: 100%;
  height: 100vh;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .p-index-mv {
    height: 50vh;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-index-mv {
    background: url(../../assets/img/index/img_mv_sp.jpg) center/cover no-repeat;
    height: 156vw;
    padding: 0 2.66667vw;
  }
}

.p-index-mv-heading {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1200px) {
  .p-index-mv-heading {
    max-width: 100%;
    width: auto;
    left: 10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-index-mv-heading {
    position: absolute;
    width: 100%;
    left: 50%;
    top: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 2.66667vw;
    padding: 0 2.66667vw;
  }
}

.p-index-mv-heading__img01 {
  width: 600px;
}

@media only screen and (max-width: 1200px) {
  .p-index-mv-heading__img01 {
    width: 41.66667vw;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-index-mv-heading__img01 {
    width: 62.624vw;
  }
}

.p-index-mv-heading__img02 {
  width: 531px;
  margin: 55px 0;
}

@media only screen and (max-width: 1200px) {
  .p-index-mv-heading__img02 {
    width: 38.07292vw;
    margin: 2.86458vw 0;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-index-mv-heading__img02 {
    width: 55.48267vw;
  }
}

.p-index-mv-heading__img03 {
  width: 885px;
}

@media only screen and (max-width: 1200px) {
  .p-index-mv-heading__img03 {
    width: 56.51042vw;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-index-mv-heading__img03 {
    width: 92.53333vw;
  }
}

.p-index-intro {
  padding: 100px 0 0 0;
  position: relative;
}

@media only screen and (max-width: 835px) {
  .p-index-intro {
    padding: 5.33333vw 0 0 0;
  }
}

.p-index-intro::after {
  content: "";
  background: url("../../assets/img/index/index_means_bg.png") bottom center/cover no-repeat;
  width: 100%;
  height: 46.875vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media only screen and (max-width: 835px) {
  .p-index-intro::after {
    height: 213.33333vw;
  }
}

.p-index-intro__text {
  max-width: 1050px;
  width: 100%;
  margin: auto;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.625;
  font-weight: 700;
  position: relative;
  z-index: 5;
}

@media print, screen and (max-width: 1025px) {
  .p-index-intro__text {
    max-width: 100%;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1025px) and (max-width: 835px) {
  .p-index-intro__text {
    font-size: 3.2vw;
    line-height: 1.66666;
    padding: 0 3.2vw;
    letter-spacing: 0.05em;
  }
}

.p-index-intro__text span {
  padding: 0 10px;
}

@media only screen and (max-width: 835px) {
  .p-index-intro__text span {
    padding: 0 1.33333vw;
  }
}

.p-index-intro__bg-pink {
  background: rgba(255, 181, 203, 0.5);
}

.p-index-intro__bg-blue {
  background: rgba(143, 207, 240, 0.5);
}

.p-index-intro__bg-yellow {
  background: rgba(255, 245, 2, 0.5);
}

.p-index-intro__bg-green {
  background: rgba(121, 232, 158, 0.5);
}

.p-index-means {
  padding: 160px 0 87px;
  position: relative;
}

@media only screen and (max-width: 835px) {
  .p-index-means {
    padding: 13.33333vw 0;
  }
}

.p-index-means-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 835px) {
  .p-index-means-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-index-means-column__figure {
  width: calc(464 / 1200 *100%);
}

@media only screen and (max-width: 835px) {
  .p-index-means-column__figure {
    width: 100%;
  }
}

.p-index-means-column__item {
  width: calc(668 / 1200 * 100%);
}

@media only screen and (max-width: 835px) {
  .p-index-means-column__item {
    width: 100%;
    margin: 5.33333vw 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-index-means__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  margin: 46px 0 33px;
}

@media only screen and (max-width: 835px) {
  .p-index-means__text {
    font-size: 4.26667vw;
    margin: 5.33333vw 0;
  }
}

.p-index-means .c-section-heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-index-means .c-section-heading img {
  width: 155px;
  height: auto;
}

@media only screen and (max-width: 835px) {
  .p-index-means .c-section-heading img {
    width: 21.33333vw;
  }
}

.p-index-means .c-section-heading__sub {
  padding: 0;
}

.p-index-news {
  padding: 100px 0;
  text-align: center;
}

@media only screen and (max-width: 835px) {
  .p-index-news {
    padding: 13.33333vw 0;
  }
}

.p-index-news .c-button {
  margin: 40px auto 0;
}

@media only screen and (max-width: 835px) {
  .p-index-news .c-button {
    margin: 8vw auto 0;
  }
}

.p-index-facility {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(143, 207, 240, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(143, 207, 240, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  position: relative;
}

@media only screen and (max-width: 835px) {
  .p-index-facility {
    padding: 13.33333vw 0;
  }
}

.p-index-facility .l-inner--1366 {
  position: relative;
}

.p-index-facility .l-inner--1366::before {
  content: "";
  background: url("../../assets/img/index/img_decor_left.svg") left top/contain no-repeat;
  width: 442px;
  height: 666px;
  position: absolute;
  left: 0;
  top: -80px;
}

@media only screen and (max-width: 835px) {
  .p-index-facility .l-inner--1366::before {
    width: 40vw;
    height: 53.33333vw;
    top: -13.33333vw;
  }
}

.p-index-facility .l-inner--1366::after {
  content: "";
  background: url("../../assets/img/index/img_decor_right.svg") left top/contain no-repeat;
  width: 267px;
  height: 373px;
  position: absolute;
  right: 0;
  top: 60px;
}

@media only screen and (max-width: 835px) {
  .p-index-facility .l-inner--1366::after {
    width: 40vw;
    height: 80vw;
    top: -2.66667vw;
  }
}

.p-index-facility .l-inner {
  position: relative;
}

.p-index-facility .l-inner::after {
  content: "";
  background: url("../../assets/img/index/img_decor_blue_right.svg") right bottom/contain no-repeat;
  width: 466px;
  height: 670px;
  position: absolute;
  right: -72px;
  bottom: -250px;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .p-index-facility .l-inner::after {
    right: 0;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-index-facility .l-inner::after {
    width: 62.13333vw;
    height: 89.33333vw;
    right: 0;
    bottom: -40vw;
  }
}

.p-index-facility .l-inner div {
  position: relative;
  z-index: 2;
}

.p-index-facility__heading {
  font-size: 32px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media only screen and (max-width: 835px) {
  .p-index-facility__heading {
    font-size: 5.33333vw;
  }
}

.p-index-facility__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin: 20px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-index-facility__text {
    font-size: 3.73333vw;
    margin: 5.33333vw 0 0 0;
  }
}

.p-index-facility__figure {
  max-width: 340px;
  width: 100%;
  border-radius: 20px;
  margin: auto;
}

@media only screen and (max-width: 835px) {
  .p-index-facility__figure {
    max-width: 100%;
    border-radius: 5.33333vw;
  }
}

.p-index-facility__caption {
  margin: 15px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-index-facility__caption img {
  width: auto;
  height: 43px;
  display: block;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 835px) {
  .p-index-facility__caption img {
    height: 12vw;
    margin: 0 0 2.66667vw 0;
  }
}

@media only screen and (max-width: 835px) {
  .p-index-facility__caption {
    margin: 2.66667vw 0 0 0;
    font-size: 3.73333vw;
  }
}

.p-index-facility__caption::before, .p-index-facility__caption::after {
  content: "";
}

.p-index-facility__caption::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17.414" viewBox="0 0 17 17.414"><path id="Icon_feather-arrow-right" data-name="Icon feather-arrow-right" d="M7.5,15.5h16m-8-8,8,8-8,8" transform="translate(-7 -6.793)" fill="none" stroke="%23333" stroke-width="1"/></svg>') center/contain no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media only screen and (max-width: 835px) {
  .p-index-facility__caption::before {
    width: 3.73333vw;
    height: 3.73333vw;
    right: 3.46667vw;
  }
}

.p-index-facility__caption::after {
  border: 1px solid #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 835px) {
  .p-index-facility__caption::after {
    width: 10.66667vw;
    height: 10.66667vw;
  }
}

.p-index-facility a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-index-facility .c-triangle-pink {
  margin: 100px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-index-facility .c-triangle-pink {
    margin: 13.33333vw 0 0 0;
  }
}

.p-index-facility .c-triangle-pink .c-figure-hover:hover .p-index-facility__caption::after {
  background: #FFB5CB;
}

.p-index-facility .c-triangle-blue {
  margin: 50px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-index-facility .c-triangle-blue {
    margin: 8vw 0 0 0;
  }
}

.p-index-facility .c-triangle-blue .c-figure-hover:hover .p-index-facility__caption::after {
  background: #8FCFF0;
}

.p-index-facility .c-triangle-yellow {
  margin: 50px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-index-facility .c-triangle-yellow {
    margin: 8vw 0 0 0;
  }
}

.p-index-facility .c-triangle-yellow .c-figure-hover {
  margin: 15px 0 0 0;
}

.p-index-facility .c-triangle-yellow .c-figure-hover:hover .p-index-facility__caption::after {
  background: #FFF502;
}

.p-index-facility .c-triangle-green {
  margin: 50px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-index-facility .c-triangle-green {
    margin: 8vw 0 0 0;
  }
}

.p-index-facility .c-triangle-green .c-figure-hover {
  margin: 46px 0 0 0;
}

.p-index-facility .c-triangle-green .c-figure-hover:hover .p-index-facility__caption::after {
  background: #79E89E;
}

.p-index-facility .c-button {
  margin: 40px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-index-facility .c-button {
    margin: 8vw 0 0 0;
  }
}

.p-index-ict {
  position: relative;
  padding: 20px 0;
}

@media only screen and (max-width: 835px) {
  .p-index-ict {
    padding: 5.33333vw 0;
  }
}

.p-index-ict .l-inner::before {
  content: "";
  background: url("../../assets/img/index/img_decor_blue_left.svg") left top/contain no-repeat;
  width: 267px;
  height: 375.5px;
  position: absolute;
  left: -83px;
  top: 110px;
  z-index: 1;
}

@media only screen and (max-width: 835px) {
  .p-index-ict .l-inner::before {
    width: 36.4vw;
    height: 50.13333vw;
    left: 0;
    top: -5.33333vw;
  }
}

.p-index-ict__heading {
  max-width: 560px;
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 835px) {
  .p-index-ict__heading {
    max-width: 93.33333vw;
    margin: 0 auto 8vw;
  }
}

.p-index-ict-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 835px) {
  .p-index-ict-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-index-ict-list__item {
  width: calc(100% / 3);
  border-top: 1px solid #C1C1C1;
  border-left: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
  background: #fff;
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 835px) {
  .p-index-ict-list__item {
    width: 100%;
  }
}

.p-index-ict-list__item:nth-of-type(3) {
  border-right: 1px solid #C1C1C1;
}

.p-index-ict-list__contents {
  padding: 20px 15px 30px 15px;
}

@media only screen and (max-width: 835px) {
  .p-index-ict-list__contents {
    padding: 5.33333vw;
  }
}

.p-index-ict-list__heading {
  font-size: 23px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

@media only screen and (max-width: 835px) {
  .p-index-ict-list__heading {
    font-size: 4.8vw;
  }
}

.p-index-ict-list__text {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  margin: 20px 0;
}

@media only screen and (max-width: 835px) {
  .p-index-ict-list__text {
    font-size: 3.73333vw;
    margin: 5.33333vw 0;
  }
}

/* p-index */
.p-page-no-image {
  position: relative;
  padding: 105px 0 0 0;
}

.p-page-no-image::after {
  content: "";
  background: url(../../assets/img/common/img_page_bg.png) center/cover no-repeat;
  width: 100%;
  aspect-ratio: 1366 / 667;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 1;
}

.p-page-no-image .c-page-heading {
  margin: 30px 0 0 0;
}

.p-page-main {
  margin: 0 0 160px 0;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 835px) {
  .p-page-main {
    margin: 0 0 26.66667vw 0;
  }
}

.p-page-main-contents {
  margin: 60px 0 0 0;
}

.p-page-text {
  font-size: 16px;
  line-height: 2;
}

@media only screen and (max-width: 835px) {
  .p-page-text {
    font-size: 3.73333vw;
  }
}

.p-page-text-s {
  font-size: 13px;
  line-height: 2;
}

@media only screen and (max-width: 835px) {
  .p-page-text-s {
    font-size: 3.2vw;
  }
}

/* p-page */
.p-disclosure-main {
  margin: 0 0 160px 0;
}

@media only screen and (max-width: 835px) {
  .p-disclosure-main {
    margin: 0 0 26.66667vw 0;
  }
}

.p-clinic-text {
  max-width: 925px;
  width: 100%;
  margin: 60px auto 75px;
}

@media only screen and (max-width: 835px) {
  .p-clinic-text {
    margin: 8vw 0;
  }
}

.p-clinic-text__text {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}

@media only screen and (max-width: 835px) {
  .p-clinic-text__text {
    font-size: 3.73333vw;
  }
}

.p-yellcenter-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 700px;
  width: 100%;
  margin: 50px auto 35px;
}

@media only screen and (max-width: 835px) {
  .p-yellcenter-contents {
    margin: 8vw auto;
  }
}

.p-yellcenter-heading {
  font-size: 37px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 35px 0;
}

@media only screen and (max-width: 835px) {
  .p-yellcenter-heading {
    font-size: 4.8vw;
    margin: 0 0 8vw 0;
  }
}

.p-yellcenter-desc {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}

@media only screen and (max-width: 835px) {
  .p-yellcenter-desc {
    font-size: 3.73333vw;
  }
}

.p-yellcenter-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}

@media only screen and (max-width: 835px) {
  .p-yellcenter-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5.33333vw 0;
  }
}

@media only screen and (max-width: 835px) {
  .p-yellcenter-list__item .p-page-text {
    margin: 2.66667vw 0 0 0;
    width: 100%;
  }
  .p-yellcenter-list__item .p-page-text .c-text-arrow {
    display: block;
  }
}

.p-yellcenter-facility {
  padding: 100px 0;
}

@media only screen and (max-width: 835px) {
  .p-yellcenter-facility {
    padding: 13.33333vw 0;
  }
}

.p-yellcenter-facility .c-bg-white {
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-yellcenter-facility .c-bg-white {
    margin: 5.33333vw 0 0 0;
  }
}

.p-faq .c-page-sub-heading__wh {
  margin: 70px 0 20px;
}

@media only screen and (max-width: 835px) {
  .p-faq .c-page-sub-heading__wh {
    margin: 13.33333vw 0 5.33333vw;
  }
}

.p-faq-list {
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}

@media only screen and (max-width: 835px) {
  .p-faq-list {
    padding: 5.33333vw 0;
  }
}

.p-faq-list__q {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 40px;
}

@media only screen and (max-width: 835px) {
  .p-faq-list__q {
    font-size: 4vw;
    padding: 0 8vw;
  }
}

.p-faq-list__q::before {
  content: "Q";
  color: #8FCFF0;
  font-size: 37px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 835px) {
  .p-faq-list__q::before {
    font-size: vvw(20);
  }
}

.p-faq-list__q::after {
  content: "";
  border: 1px solid #333;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16.984" height="10.19" viewBox="0 0 16.984 10.19"><path d="M0,1.03,1.1,0,10.19,8.492,1.1,16.984,0,15.96,7.988,8.492Z" transform="translate(16.984) rotate(90)" fill="%23333"/></svg>') center/15px auto no-repeat;
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 835px) {
  .p-faq-list__q::after {
    width: 6.66667vw;
    height: 6.66667vw;
    right: 0;
  }
}

.p-faq-list__q.close::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.p-faq-list__a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  display: none;
  margin: 20px 0 0 40px;
  padding: 0 0 0 40px;
  position: relative;
}

@media only screen and (max-width: 835px) {
  .p-faq-list__a {
    font-size: 3.73333vw;
    margin: 8vw 0 0 0;
    padding: 0 0 0 8vw;
  }
}

.p-faq-list__a::before {
  content: "A";
  color: #FFB5CB;
  margin: 0 10px 0 0;
  font-size: 37px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 835px) {
  .p-faq-list__a::before {
    font-size: vvw(20);
  }
}

.p-contact .p-page-text {
  text-align: center;
}

@media only screen and (max-width: 835px) {
  .p-contact .p-page-text {
    text-align: left;
  }
}

.p-sitemap .p-sitemap-main .c-bg-white {
  margin: 50px 0 0 0;
}

.p-sitemap .p-sitemap-main .p-footer-content-column__navi {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.p-sitemap .p-sitemap-main .p-footer-content-list {
  width: 48%;
  margin: 0;
}

@media only screen and (max-width: 835px) {
  .p-sitemap .p-sitemap-main .p-footer-content-list {
    width: 100%;
  }
}

.p-sitemap .p-sitemap-main .p-footer-content-list a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
}

@media only screen and (max-width: 835px) {
  .p-sitemap .p-sitemap-main .p-footer-content-list a {
    font-size: 3.73333vw;
  }
}

.p-sitemap .p-sitemap-main .p-footer-content-list a:hover {
  color: #FFB5CB;
}

.p-sitemap .p-sitemap-main .p-footer-content-list__item {
  margin: 0 0 10px 0;
}

.p-sitemap .p-sitemap-main .p-footer-content-list__item__main {
  border-bottom: 1px solid #333;
  padding: 0 0 10px 0;
  display: block;
}

.p-sitemap .p-sitemap-main .p-footer-content-list__item__sub {
  display: block;
}

.p-means {
  position: relative;
}

.p-means::after {
  content: "";
  background: url(../../assets/img/common/img_page_bg.png) center/cover no-repeat;
  width: 100%;
  aspect-ratio: 1366 / 667;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 400px;
  z-index: 1;
}

@media only screen and (max-width: 835px) {
  .p-means::after {
    top: 106.66667vw;
  }
}

.p-means-mv {
  width: 100%;
  aspect-ratio: 1366 / 730;
  position: relative;
  background: url(../../assets/img/page/means/img_mv.png) center/cover no-repeat;
  z-index: 5;
}

@media only screen and (max-width: 835px) {
  .p-means-mv {
    height: 133.33333vw;
  }
}

.p-means-mv__heading {
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 36px;
}

@media only screen and (max-width: 835px) {
  .p-means-mv__heading {
    bottom: 9.33333vw;
  }
}

.p-means-mv__heading span {
  display: block;
  line-height: 1.4;
}

.p-means-mv__heading__sub {
  font-size: 24px;
  font-weight: 500;
}

@media only screen and (max-width: 835px) {
  .p-means-mv__heading__sub {
    font-size: 4.26667vw;
  }
}

.p-means-mv__heading__main {
  font-size: 46px;
  font-weight: 600;
}

@media only screen and (max-width: 835px) {
  .p-means-mv__heading__main {
    font-size: 8vw;
  }
}

.p-means-mv__heading__logo {
  width: 329px;
  margin: 10px auto 0;
}

@media only screen and (max-width: 835px) {
  .p-means-mv__heading__logo {
    width: 53.33333vw;
    margin: 2.66667vw auto 0;
  }
}

.p-means-lead {
  text-align: center;
}

.p-means-lead__text {
  max-width: 500px;
  width: 90%;
  margin: 90px auto 33px;
}

@media only screen and (max-width: 835px) {
  .p-means-lead__text {
    margin: 13.33333vw auto 5.33333vw;
  }
}

.p-means-lead__desc {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  font-weight: 500;
}

@media only screen and (max-width: 835px) {
  .p-means-lead__desc {
    font-size: 3.73333vw;
  }
}

.p-means-lead .c-button-main {
  margin: 30px auto 0;
}

@media only screen and (max-width: 835px) {
  .p-means-lead .c-button-main {
    margin: 5.33333vw auto 0;
  }
}

.p-means-features {
  padding: 125px 0 165px;
  position: relative;
}

@media only screen and (max-width: 835px) {
  .p-means-features {
    padding: 26.66667vw 0 13.33333vw;
  }
}

.p-means-features::after {
  content: "";
  background: url(../../assets/img/common/img_page_bottom_bg.png) center bottom/cover no-repeat;
  width: 100%;
  aspect-ratio: 1366 / 654;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}

.p-means-features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px 0 0 0;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 835px) {
  .p-means-features-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 13.33333vw 0 0 0;
  }
}

.p-means-features-list__item {
  width: 32%;
  margin: 0 0 77px 0;
}

@media only screen and (max-width: 835px) {
  .p-means-features-list__item {
    width: 100%;
    margin: 0 0 13.33333vw 0;
  }
}

.p-means-features-list__item:nth-of-type(2) {
  margin: 0 2% 77px;
}

@media only screen and (max-width: 835px) {
  .p-means-features-list__item:nth-of-type(2) {
    margin: 0 0 13.33333vw 0;
  }
}

.p-means-features-list__item:nth-of-type(4), .p-means-features-list__item:nth-of-type(5) {
  margin: 0 1%;
}

@media only screen and (max-width: 835px) {
  .p-means-features-list__item:nth-of-type(4), .p-means-features-list__item:nth-of-type(5) {
    margin: 0 0 13.33333vw 0;
  }
}

.p-means-features-list__heading {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #3F8657;
  margin: 20px 0 10px;
  text-align: center;
}

@media only screen and (max-width: 835px) {
  .p-means-features-list__heading {
    font-size: 5.33333vw;
    margin: 2.66667vw 0;
  }
}

.p-means-features-list__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

@media only screen and (max-width: 835px) {
  .p-means-features-list__text {
    font-size: 3.73333vw;
  }
}

.p-means-features-list .c-button {
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-means-features-list .c-button {
    margin: 5.33333vw 0 0 0;
  }
}

.p-means-features-list .c-button-main {
  margin: auto;
}

.p-means-modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(80, 93, 89, 0.7);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.p-means-modal-close {
  position: absolute;
  right: -25px;
  top: -25px;
  width: 56px;
  height: 56px;
  z-index: 10;
  cursor: pointer;
}

@media only screen and (max-width: 835px) {
  .p-means-modal-close {
    right: -4vw;
    top: -4vw;
    width: 8vw;
    height: 8vw;
  }
}

.p-means-modal-inner {
  background: #fff;
  border-radius: 30px;
  width: 90%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: show 0.6s linear 0s;
          animation: show 0.6s linear 0s;
}

@media only screen and (max-width: 835px) {
  .p-means-modal-inner {
    border-radius: 5.33333vw;
  }
}

.p-means-modal-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 700px;
  overflow-y: auto;
  padding: 50px;
}

@media only screen and (max-width: 835px) {
  .p-means-modal-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5.33333vw;
    max-height: 160vw;
  }
}

.p-means-modal-column__figure {
  width: 35%;
}

@media only screen and (max-width: 835px) {
  .p-means-modal-column__figure {
    width: 100%;
  }
}

.p-means-modal-column__text {
  width: 65%;
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 835px) {
  .p-means-modal-column__text {
    width: 100%;
    padding: 5.33333vw 0 0 0;
  }
}

.p-means-modal__heading {
  font-size: 32px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #37C7B1;
}

@media only screen and (max-width: 835px) {
  .p-means-modal__heading {
    font-size: 5.33333vw;
  }
}

.p-means-modal__text {
  font-size: 18px;
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-means-modal__text {
    font-size: 3.73333vw;
    margin: 2.66667vw 0 0 0;
  }
}

.p-means-modal__sub-heading {
  background: #36C7B1;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0 0 0;
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 835px) {
  .p-means-modal__sub-heading {
    font-size: 4.26667vw;
    margin: 5.33333vw 0 0 0;
    padding: 0 0 0 5.33333vw;
  }
}

.p-means-modal__link {
  margin: 15px 0 0 0;
  padding: 0 0 50px 0;
}

@media only screen and (max-width: 835px) {
  .p-means-modal__link {
    margin: 4vw 0 0 0;
    padding: 0 0 8vw 0;
  }
}

.p-means-modal__link a {
  color: #36C7B1;
  font-size: 18px;
  font-weight: 500;
  padding: 0 25px 0 0;
  position: relative;
}

@media only screen and (max-width: 835px) {
  .p-means-modal__link a {
    font-size: 3.73333vw;
    margin: 0 4vw 0 0;
  }
}

.p-means-modal__link a::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21.898" height="21.898" viewBox="0 0 21.898 21.898"><g transform="translate(-695.102 -662)"><g transform="translate(695.102 662)" fill="none" stroke="%2337c7b1" stroke-width="1"><circle cx="10.949" cy="10.949" r="10.949" stroke="none"/><circle cx="10.949" cy="10.949" r="10.449" fill="none"/></g><path d="M7.5,10.42h5.84M10.42,7.5l2.92,2.92-2.92,2.92" transform="translate(695.631 662.529)" fill="none" stroke="%2337c7b1" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>') center/contain no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-means-column {
  padding: 50px 0 100px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#d6ffed), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #d6ffed 0%, rgba(255, 255, 255, 0) 100%);
}

@media only screen and (max-width: 835px) {
  .p-means-column {
    padding: 8vw 0 13.33333vw;
  }
}

.p-means-column .p-column {
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-means-column .p-column {
    margin: 8vw 0 0 0;
  }
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.p-news-post-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news-post-head .p-news-date {
  font-size: 16px;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 835px) {
  .p-news-post-head .p-news-date {
    font-size: 3.73333vw;
    margin: 0 2.66667vw 0 0;
  }
}

.p-news-post-contents {
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-news-post-contents {
    margin: 8vw 0 0 0;
  }
}

.p-news-post-contents p {
  font-size: 16px;
  line-height: 1.75;
}

@media only screen and (max-width: 835px) {
  .p-news-post-contents p {
    font-size: 3.73333vw;
  }
}

.p-news-post-contents .wp-block-image {
  margin: 20px 0;
}

@media only screen and (max-width: 835px) {
  .p-news-post-contents .wp-block-image {
    margin: 5.33333vw 0;
  }
}

.p-news-post-contents .wp-block-image .wp-element-caption {
  font-size: 14px;
  line-height: 1.5;
}

@media only screen and (max-width: 835px) {
  .p-news-post-contents .wp-block-image .wp-element-caption {
    font-size: 3.2vw;
  }
}

.p-news-post-contents .wp-block-image .aligncenter {
  text-align: center;
}

.p-news-post-contents .wp-block-media-text {
  margin: 20px 0;
}

@media only screen and (max-width: 835px) {
  .p-news-post-contents .wp-block-media-text {
    margin: 5.33333vw 0;
  }
}

.p-news-post .c-button {
  margin: 50px auto 0;
}

@media only screen and (max-width: 835px) {
  .p-news-post .c-button {
    margin: 8vw auto 0;
  }
}

/* p-about */
.p-company-message {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  text-align: center;
  margin: 30px auto 0;
}

@media only screen and (max-width: 835px) {
  .p-company-message {
    font-size: 4.8vw;
    margin: 5.33333vw auto 0;
  }
}

.p-company-section {
  margin: 75px auto 0;
  max-width: 960px;
  width: 100%;
}

@media only screen and (max-width: 835px) {
  .p-company-section {
    margin: 13.33333vw 0 0 0;
  }
}

.p-company-section .p-page-text {
  max-width: 560px;
  width: 100%;
  margin: 25px auto 35px;
}

@media only screen and (max-width: 835px) {
  .p-company-section .p-page-text {
    margin: 5.33333vw 0 8vw;
  }
}

.p-company-section .p-page-text span {
  display: block;
}

.p-company-heading {
  max-width: 910px;
  width: 100%;
  height: 50px;
  margin: 30px auto 0;
  background: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 27px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

@media only screen and (max-width: 835px) {
  .p-company-heading {
    height: 10.66667vw;
    margin: 5.33333vw 0 0 0;
    border-radius: 10.66667vw;
    font-size: 5.33333vw;
  }
}

.p-company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-company-list {
    margin: 5.33333vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-company-list__item {
  width: 49%;
  background: #fff;
  border-radius: 30px;
  padding: 22px 0;
  margin: 0 0 12px 0;
}

@media only screen and (max-width: 835px) {
  .p-company-list__item {
    width: 100%;
    border-radius: 5.33333vw;
    padding: 5.33333vw 0;
    margin: 0 0 2.66667vw 0;
  }
}

.p-company-list__logo {
  display: block;
  text-align: center;
}

.p-company-list__logo img {
  width: auto;
  height: 55px;
}

@media only screen and (max-width: 835px) {
  .p-company-list__logo img {
    height: 14.66667vw;
  }
}

.p-company-list__name {
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin: 17px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-company-list__name {
    font-size: 4.26667vw;
    margin: 4vw 0 0 0;
  }
}

.p-company .c-bg-white {
  margin: 40px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-company .c-bg-white {
    margin: 5.33333vw 0 0 0;
  }
}

.p-company .c-button {
  margin: 100px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-company .c-button {
    margin: 13.33333vw 0 0 0;
  }
}

.p-company-history {
  padding: 50px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-company-history {
    padding: 8vw 0 0 0;
  }
}

.p-facility .p-header {
  background: rgba(255, 255, 255, 0.8);
}

.p-facility-head {
  width: 100%;
  height: 385px;
  position: relative;
  text-align: center;
  padding: 190px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-facility-head {
    height: 66.66667vw;
    padding: 40vw 0 0 0;
  }
}

.p-facility-heading span {
  display: block;
}

.p-facility-heading__text {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}

@media only screen and (max-width: 835px) {
  .p-facility-heading__text {
    font-size: 5.33333vw;
  }
}

.p-facility-heading__logo {
  margin: 15px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-facility-heading__logo {
    margin: 2.66667vw 0 0 0;
  }
}

.p-facility-heading__logo img {
  width: auto;
  height: 100px;
}

@media only screen and (max-width: 835px) {
  .p-facility-heading__logo img {
    width: 90%;
    height: auto;
  }
}

.p-facility .c-page-sub-heading.--text-go {
  margin: 0 0 30px 0;
}

.p-facility-navi {
  background: #fff;
  height: 65px;
  padding: 0 0 0 20px;
  position: relative;
  z-index: 20;
}

@media only screen and (max-width: 835px) {
  .p-facility-navi {
    height: 10.66667vw;
    padding: 0;
  }
}

.p-facility-navi__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 20;
}

@media only screen and (max-width: 835px) {
  .p-facility-navi__inner {
    display: none;
    background: #fff;
    height: auto;
  }
}

.p-facility-navi__sp {
  display: none;
}

@media only screen and (max-width: 835px) {
  .p-facility-navi__sp {
    background: #fff;
    height: 10.66667vw;
    width: 100%;
    position: relative;
    display: block;
  }
  .p-facility-navi__sp::after {
    content: "";
    border-right: 2px solid #b275c4;
    border-bottom: 2px solid #b275c4;
    width: 3.46667vw;
    height: 3.46667vw;
    position: absolute;
    right: 5.33333vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .p-facility-navi__sp.close::after {
    -webkit-transform: translateY(-20%) rotate(-135deg);
            transform: translateY(-20%) rotate(-135deg);
  }
}

@media only screen and (max-width: 835px) {
  .p-facility-navi__logo {
    margin: auto;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-facility-navi__logo img {
  width: auto;
  height: 40px;
}

@media only screen and (max-width: 1200px) {
  .p-facility-navi__logo img {
    height: 30px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-facility-navi__logo img {
    height: 6.66667vw;
  }
}

.p-facility-navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 835px) {
  .p-facility-navi__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 835px) {
  .p-facility-navi__list__item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-facility-navi__list__item a {
  font-size: 16px;
  font-weight: 500;
  padding: 0 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-facility-navi__list__item a:hover {
  color: #b275c4;
}

@media only screen and (max-width: 1200px) {
  .p-facility-navi__list__item a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-facility-navi__list__item a {
    font-size: 3.73333vw;
    padding: 2.66667vw 0;
    border-top: 1px solid #ddd;
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 835px) {
  .p-facility-navi__list__item:nth-of-type(odd) {
    border-right: 1px solid #ddd;
  }
}

.p-facility-navi__download {
  width: 200px;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  .p-facility-navi__download {
    width: 150px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-facility-navi__download {
    width: 100%;
    height: 13.33333vw;
  }
}

.p-facility-navi__download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #C893D8;
  padding: 0 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 1200px) {
  .p-facility-navi__download a {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-facility-navi__download a {
    padding: 0 2.66667vw;
  }
}

.p-facility-navi__download a:hover {
  background: #b275c4;
}

.p-facility-navi__download a span {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  position: relative;
  padding: 0 0 0 40px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .p-facility-navi__download a span {
    font-size: 13px;
    padding: 0 0 0 20px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-facility-navi__download a span {
    font-size: 3.73333vw;
    padding: 0 0 0 5.33333vw;
  }
}

.p-facility-navi__download a span::before {
  content: "";
  background: url("../../assets/img/icon/icon_download.svg") center/contain no-repeat;
  width: 27px;
  height: 31.5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 1200px) {
  .p-facility-navi__download a span::before {
    width: 20px;
    height: 25px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-facility-navi__download a span::before {
    width: 5.33333vw;
    height: 6.66667vw;
  }
}

.p-facility-navi.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
}

.p-facility-navi .js-navi-placeholder {
  display: block;
  width: 100%;
}

.p-facility .p-page-main-contents {
  position: relative;
  margin: 0;
}

.p-facility .p-page-main-contents::after {
  content: "";
  background: url(../../assets/img/common/img_page_bg.png) center/cover no-repeat;
  width: 100%;
  aspect-ratio: 1366 / 667;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 1;
}

.p-facility-section {
  padding: 50px 0;
}

@media only screen and (max-width: 835px) {
  .p-facility-section {
    padding: 8vw 0;
  }
}

.p-facility-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 60px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-facility-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 13.33333vw 0 0 0;
  }
}

.p-facility-column__figure {
  width: 48%;
}

@media only screen and (max-width: 835px) {
  .p-facility-column__figure {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-facility-column__figure img {
  width: 100%;
}

.p-facility-column__item {
  width: 48%;
}

@media only screen and (max-width: 835px) {
  .p-facility-column__item {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 5.33333vw 0 0 0;
  }
}

.p-facility-column__item img {
  width: 100%;
}

.p-facility-column__heading {
  background: #C893D8;
  color: #fff;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 8px 22px;
  margin: 0 0 20px 0;
  display: inline-block;
}

@media only screen and (max-width: 835px) {
  .p-facility-column__heading {
    font-size: 4.8vw;
    padding: 1.33333vw 5.33333vw;
    margin: 0 0 5.33333vw 0;
  }
}

.p-facility-column.--wide .p-facility-column__item {
  width: 100%;
}

.p-facility-features {
  max-width: 835px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 70px auto;
}

@media only screen and (max-width: 835px) {
  .p-facility-features {
    padding: 5.33333vw 0;
    margin: 13.33333vw auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-facility-features__figure {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 835px) {
  .p-facility-features__figure {
    width: 50%;
  }
}

.p-facility-features__figure img {
  width: 150px;
  height: auto;
}

.p-facility-features__item {
  width: 75%;
  padding: 0 40px 0 0;
}

@media only screen and (max-width: 835px) {
  .p-facility-features__item {
    width: 100%;
    padding: 5.33333vw;
  }
}

.p-facility-features__heading {
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 835px) {
  .p-facility-features__heading {
    font-size: 4.8vw;
    margin: 0 0 5.33333vw 0;
  }
}

.p-facility .c-button {
  margin: 90px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-facility .c-button {
    margin: 13.33333vw 0 0 0;
  }
}

.p-facility .c-embed-container {
  margin: 50px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-facility .c-embed-container {
    margin: 8vw 0 0 0;
  }
}

.p-facility-address {
  font-size: 18px;
  text-align: center;
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-facility-address {
    font-size: 4.26667vw;
    margin: 2.66667vw 0 0 0;
  }
}

.p-facility-access__box {
  background: #fff;
  border-radius: 50px;
  padding: 16px 16px 16px 50px;
  max-width: 640px;
  width: 100%;
  margin: 25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

@media only screen and (max-width: 835px) {
  .p-facility-access__box {
    border-radius: 13.33333vw;
    padding: 4vw 4vw 4vw 8vw;
    margin: 6.66667vw auto 0;
  }
}

.p-facility-access__box__text {
  font-size: 24px;
  padding: 10px 0 10px 45px;
  position: relative;
  line-height: 1.5;
}

@media only screen and (max-width: 835px) {
  .p-facility-access__box__text {
    font-size: 4.8vw;
    padding: 0 0 0 10.66667vw;
  }
}

.p-facility-access__box__text.walk::before {
  content: "";
  background: url("../../assets/img/icon/icon_walking.svg") center/contain no-repeat;
  width: 23px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 835px) {
  .p-facility-access__box__text.walk::before {
    width: 5.33333vw;
    height: 8.8vw;
  }
}

.p-facility-access__box__text.subway {
  margin: 0 0 35px 0;
}

@media only screen and (max-width: 835px) {
  .p-facility-access__box__text.subway {
    margin: 0 0 8vw 0;
  }
}

.p-facility-access__box__text.subway::before {
  content: "";
  background: url("../../assets/img/icon/icon_subway.svg") center/contain no-repeat;
  width: 22.5px;
  height: 31.5px;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 835px) {
  .p-facility-access__box__text.subway::before {
    width: 6vw;
    height: 8.4vw;
  }
}

.p-facility-access__box__text.subway::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21.728" height="16.297" viewBox="0 0 21.728 16.297"><path d="M8.082,24.606a1.091,1.091,0,0,0,1.122-.07l14.124-9.778a1.086,1.086,0,0,0,0-1.786L9.2,3.194a1.086,1.086,0,0,0-1.7.893V23.643a1.087,1.087,0,0,0,.583.963Z" transform="translate(24.729 -7.5) rotate(90)" fill="%23c893d8"/></svg>') center/contain no-repeat;
  width: 16px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 835px) {
  .p-facility-access__box__text.subway::after {
    width: 4.26667vw;
    height: 5.33333vw;
  }
}

.p-facility-access__box__text.subway.no-arrow {
  margin: 0;
}

.p-facility-access__box__text.subway.no-arrow::after {
  content: none;
}

.p-facility-access__box__text.bus::before {
  content: "";
  background: url("../../assets/img/icon/icon_bus.svg") center/contain no-repeat;
  width: 33px;
  height: 22.5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 835px) {
  .p-facility-access__box__text.bus::before {
    width: 8.8vw;
    height: 6vw;
  }
}

.p-facility-figure {
  background: #F7EFE5;
  padding: 30px 0;
  margin: 30px 0 0 0;
  text-align: center;
}

@media only screen and (max-width: 835px) {
  .p-facility-figure {
    padding: 5.33333vw;
    margin: 8vw 0 0 0;
  }
}

.p-facility-figure img {
  max-width: 640px;
  width: 90%;
  margin: auto;
}

.p-facility-service .p-facility-column {
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 835px) {
  .p-facility-service .p-facility-column {
    margin: 0 0 5.33333vw 0;
  }
}

.p-facility-service .p-facility-column:nth-of-type(2), .p-facility-service .p-facility-column:nth-of-type(3) {
  margin: 100px 0 30px;
}

@media only screen and (max-width: 835px) {
  .p-facility-service .p-facility-column:nth-of-type(2), .p-facility-service .p-facility-column:nth-of-type(3) {
    margin: 13.33333vw 0 5.33333vw;
  }
}

.p-facility-event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 835px) {
  .p-facility-event-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-facility-event-list__item {
  width: 24%;
  margin: 0 1% 25px 0;
}

@media only screen and (max-width: 835px) {
  .p-facility-event-list__item {
    margin: 0 0 5.33333vw 0;
  }
}

.p-facility-event-list__item:nth-of-type(4n+2) {
  margin: 0 0 25px 0;
}

@media only screen and (max-width: 835px) {
  .p-facility-event-list__item:nth-of-type(4n+2) {
    margin: 0 0 5.33333vw 0;
  }
}

@media only screen and (max-width: 835px) {
  .p-facility-event-list__item {
    width: 48%;
  }
}

.p-facility-event-list__item.--half {
  width: 49%;
}

.p-facility-event-list__item.--half:nth-child(even) {
  margin: 0 0 25px 0;
}

@media only screen and (max-width: 835px) {
  .p-facility-event-list__item.--half:nth-child(even) {
    margin: 0 0 5.33333vw 0;
  }
}

@media only screen and (max-width: 835px) {
  .p-facility-event-list__item.--half {
    width: 100%;
  }
}

.p-facility-event-list__item img {
  width: 100%;
}

.p-facility-event__figure figcaption {
  font-size: 20px;
  margin: 15px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-facility-event__figure figcaption {
    font-size: 4.26667vw;
    margin: 2.66667vw 0 0 0;
  }
}

.p-facility-step {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.p-facility-step__contents {
  background: #fff;
}

.p-facility-step__contents.is-01-02 {
  width: 100%;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 835px) {
  .p-facility-step__contents.is-01-02 {
    padding: 5.33333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-facility-step__contents.is-01-02 .p-facility-step__item {
  width: 48%;
  border-radius: 30px;
  background: rgba(200, 147, 216, 0.1);
  padding: 20px;
}

@media only screen and (max-width: 835px) {
  .p-facility-step__contents.is-01-02 .p-facility-step__item {
    width: 100%;
    border-radius: 8vw;
    padding: 5.33333vw;
  }
}

.p-facility-step__contents.is-01-02 .p-page-text-s {
  padding: 0 0 0 12%;
}

@media only screen and (max-width: 835px) {
  .p-facility-step__contents.is-01-02 .p-page-text-s {
    padding: 2.66667vw 0 0 0;
  }
}

.p-facility-step__heading {
  background: #C893D8;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  padding: 10px 0;
  width: 100%;
  margin: 0 0 15px 0;
}

@media only screen and (max-width: 835px) {
  .p-facility-step__heading {
    font-size: 4.8vw;
    border-radius: 13.33333vw;
    padding: 2.66667vw 0;
  }
}

.p-facility-step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-facility-step__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 8vw 0 0 0;
  }
}

.p-facility-step__item {
  background: #fff;
  padding: 20px 0 20px 65px;
  width: 23%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 835px) {
  .p-facility-step__item {
    padding: 5.33333vw 2.66667vw 5.33333vw 13.33333vw;
    width: 100%;
    margin: 0 0 8vw 0;
  }
}

.p-facility-step__item::before {
  content: "";
  font-size: 90px;
  font-family: "Roboto", sans-serif;
  color: #C893D8;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 835px) {
  .p-facility-step__item::before {
    font-size: 13.33333vw;
    left: 2.66667vw;
  }
}

.p-facility-step__item__text {
  font-size: 22px;
  font-weight: 500;
  color: #C893D8;
}

@media only screen and (max-width: 835px) {
  .p-facility-step__item__text {
    font-size: 4.8vw;
  }
}

.p-facility-step__item.step-01, .p-facility-step__item.step-02 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 835px) {
  .p-facility-step__item.step-01, .p-facility-step__item.step-02 {
    margin: 0;
  }
}

.p-facility-step__item.step-01 .p-facility-step__text, .p-facility-step__item.step-02 .p-facility-step__text {
  padding: 0 0 0 75px;
}

@media only screen and (max-width: 835px) {
  .p-facility-step__item.step-01 .p-facility-step__text, .p-facility-step__item.step-02 .p-facility-step__text {
    padding: 0 0 0 13.33333vw;
  }
}

.p-facility-step__item.step-01 .p-facility-step__item__text, .p-facility-step__item.step-02 .p-facility-step__item__text {
  font-size: 24px;
}

@media only screen and (max-width: 835px) {
  .p-facility-step__item.step-01 .p-facility-step__item__text, .p-facility-step__item.step-02 .p-facility-step__item__text {
    font-size: 4.8vw;
  }
}

.p-facility-step__item.step-01 .p-facility-step__item__text span, .p-facility-step__item.step-02 .p-facility-step__item__text span {
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (max-width: 835px) {
  .p-facility-step__item.step-01 .p-facility-step__item__text span, .p-facility-step__item.step-02 .p-facility-step__item__text span {
    font-size: 4.26667vw;
  }
}

.p-facility-step__item.step-01::before, .p-facility-step__item.step-02::before {
  top: 60px;
  left: 30px;
}

@media only screen and (max-width: 835px) {
  .p-facility-step__item.step-01::before, .p-facility-step__item.step-02::before {
    top: 10.66667vw;
    left: 5.33333vw;
  }
}

.p-facility-step__item.step-01::before {
  content: "1";
}

.p-facility-step__item.step-02::before {
  content: "2";
}

@media only screen and (max-width: 835px) {
  .p-facility-step__item.step-02 {
    margin: 5.33333vw 0 0 0;
  }
}

.p-facility-step__item.step-03::before {
  content: "3";
}

.p-facility-step__item.step-03::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26.666" height="20" viewBox="0 0 26.666 20">\a                 <path d="M8.215,29.516a1.339,1.339,0,0,0,1.377-.085l17.334-12a1.333,1.333,0,0,0,0-2.192l-17.334-12A1.333,1.333,0,0,0,7.5,4.333v24a1.333,1.333,0,0,0,.715,1.181Z" transform="translate(29.667 -7.5) rotate(90)" fill="%23c893d8"/></svg>') center/contain no-repeat;
  width: 20px;
  height: 27px;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 835px) {
  .p-facility-step__item.step-03::after {
    width: 5.33333vw;
    height: 7.2vw;
    top: -8vw;
  }
}

.p-facility-step__item.step-04::before {
  content: "4";
}

.p-facility-step__item.step-05::before {
  content: "5";
}

.p-facility-step__item.step-06::before {
  content: "6";
}

.p-facility-step__item.step-04::after, .p-facility-step__item.step-05::after, .p-facility-step__item.step-06::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="26.666" viewBox="0 0 20 26.666"><path d="M8.215,29.516a1.339,1.339,0,0,0,1.377-.085l17.334-12a1.333,1.333,0,0,0,0-2.192l-17.334-12A1.333,1.333,0,0,0,7.5,4.333v24a1.333,1.333,0,0,0,.715,1.181Z" transform="translate(-7.5 -3.001)" fill="%23c893d8"/></svg>') center/contain no-repeat;
  width: 20px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 835px) {
  .p-facility-step__item.step-04::after, .p-facility-step__item.step-05::after, .p-facility-step__item.step-06::after {
    width: 7.2vw;
    height: 5.33333vw;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    left: 50%;
    top: -6.66667vw;
  }
}

.p-facility-step__item .c-dot-list-purple .p-page-text {
  line-height: 1.5;
}

.p-facility-step__item .c-text-arrow {
  font-size: 16px;
  font-weight: 700;
  color: #C893D8;
  padding: 0 30px 0 0;
}

@media only screen and (max-width: 835px) {
  .p-facility-step__item .c-text-arrow {
    padding: 0 8vw 0 0;
    display: block;
  }
}

.p-facility-step__item .c-text-arrow::after {
  content: "";
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.35" height="13.765" viewBox="0 0 13.35 13.765"><path id="Icon_feather-arrow-right" data-name="Icon feather-arrow-right" d="M7.5,13.675H19.851M13.675,7.5l6.175,6.175-6.175,6.175" transform="translate(-7 -6.793)" fill="none" stroke="%23C893D8" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>') center/6px auto no-repeat;
  border-radius: 50%;
  border: 1px solid #C893D8;
  width: 23px;
  height: 23px;
}

@media only screen and (max-width: 835px) {
  .p-facility-step__item .c-text-arrow::after {
    width: 6.66667vw;
    height: 6.66667vw;
  }
}

.p-facility-price {
  max-width: 960px;
  width: 100%;
  margin: auto;
}

.p-facility-price__heading {
  font-size: 24px;
  font-weight: 500;
}

@media only screen and (max-width: 835px) {
  .p-facility-price__heading {
    font-size: 4.8vw;
  }
}

.p-facility-price__box {
  background: rgba(200, 147, 216, 0.1);
  border-radius: 50px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-facility-price__box {
    border-radius: 13.33333vw;
    padding: 2.66667vw 5.33333vw;
    font-size: 3.73333vw;
    margin: 2.66667vw 0 0 0;
  }
}

.p-facility-price .c-table-price th {
  background: #C893D8;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}

.p-facility-price .c-table-price tr td {
  font-size: 15px;
  line-height: 1.5;
}

.p-facility-price .c-table-price tr .kaigo01, .p-facility-price .c-table-price tr .shien01 {
  background: rgba(200, 147, 216, 0.1);
}

.p-facility-price .c-table-price tr .kaigo02, .p-facility-price .c-table-price tr .shien02 {
  background: rgba(200, 147, 216, 0.2);
}

.p-facility-price .c-table-price tr .kaigo03 {
  background: rgba(200, 147, 216, 0.3);
}

.p-facility-price .c-table-price tr .kaigo04 {
  background: rgba(200, 147, 216, 0.4);
}

.p-facility-price .c-table-price tr .kaigo05 {
  background: rgba(200, 147, 216, 0.5);
}

.p-facility-important .c-button {
  margin: 0;
}

.p-facility.aiai .p-facility-head {
  background: url("../../assets/img/page/facility/aiai/img_mv.jpg") center/cover no-repeat;
}

.p-facility.yuyu .p-facility-head {
  background: url("../../assets/img/page/facility/yuyu/img_mv.jpg") center/cover no-repeat;
}

.p-facility.yuyu .p-facility-column__heading {
  background: #8FB3E8;
}

.p-facility.yuyu .p-facility-navi__download a {
  background: #8FB3E8;
}

.p-facility.yuyu .p-facility-navi__download a:hover {
  background: #789bd0;
}

.p-facility.yuyu .p-facility-navi__list__item a:hover {
  color: #8FCFF0;
}

.p-facility.yuyu .p-facility-step__heading {
  background: #8FB3E8;
}

.p-facility.yuyu .p-facility-step__item__text {
  color: #8FB3E8;
}

.p-facility.yuyu .p-facility-step__item::before {
  color: #8FB3E8;
}

.p-facility.yuyu .p-facility-step__item .c-text-arrow {
  color: #8FB3E8;
}

.p-facility.yuyu .p-facility-step__item .c-text-arrow::after {
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.35" height="13.765" viewBox="0 0 13.35 13.765"><path id="Icon_feather-arrow-right" data-name="Icon feather-arrow-right" d="M7.5,13.675H19.851M13.675,7.5l6.175,6.175-6.175,6.175" transform="translate(-7 -6.793)" fill="none" stroke="%238FB3E8" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>') center/6px auto no-repeat;
  border: 1px solid  #8FB3E8;
}

.p-facility.yuyu .p-facility-step__item.step-03::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26.666" height="20" viewBox="0 0 26.666 20">\a                 <path d="M8.215,29.516a1.339,1.339,0,0,0,1.377-.085l17.334-12a1.333,1.333,0,0,0,0-2.192l-17.334-12A1.333,1.333,0,0,0,7.5,4.333v24a1.333,1.333,0,0,0,.715,1.181Z" transform="translate(29.667 -7.5) rotate(90)" fill="%238FB3E8"/></svg>') center/contain no-repeat;
}

.p-facility.yuyu .p-facility-step__item.step-04::after, .p-facility.yuyu .p-facility-step__item.step-05::after, .p-facility.yuyu .p-facility-step__item.step-06::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="26.666" viewBox="0 0 20 26.666"><path d="M8.215,29.516a1.339,1.339,0,0,0,1.377-.085l17.334-12a1.333,1.333,0,0,0,0-2.192l-17.334-12A1.333,1.333,0,0,0,7.5,4.333v24a1.333,1.333,0,0,0,.715,1.181Z" transform="translate(-7.5 -3.001)" fill="%238FB3E8"/></svg>') center/contain no-repeat;
}

.p-facility.yuyu .p-facility-step__contents.is-01-02 .p-facility-step__item {
  background: rgba(143, 207, 240, 0.1);
}

.p-facility.yuyu .c-dot-list-purple li::before {
  color: #8FB3E8;
}

.p-facility.yuyu .p-facility-price__box {
  background: rgba(143, 207, 240, 0.1);
}

.p-facility.yuyu .p-facility-price .c-table-price th {
  background: #8FB3E8;
}

.p-facility.yuyu .p-facility-price tr .kaigo01, .p-facility.yuyu .p-facility-price tr .shien01 {
  background: rgba(143, 207, 240, 0.1);
}

.p-facility.yuyu .p-facility-price tr .kaigo02, .p-facility.yuyu .p-facility-price tr .shien02 {
  background: rgba(143, 207, 240, 0.2);
}

.p-facility.yuyu .p-facility-price tr .kaigo03 {
  background: rgba(143, 207, 240, 0.3);
}

.p-facility.yuyu .p-facility-price tr .kaigo04 {
  background: rgba(143, 207, 240, 0.4);
}

.p-facility.yuyu .p-facility-price tr .kaigo05 {
  background: rgba(143, 207, 240, 0.5);
}

.p-facility.yuyu .p-facility-access__box__text.subway::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22.5" height="31.5" viewBox="0 0 22.5 31.5"><g id="Icon_ion-ios-subway" data-name="Icon ion-ios-subway" transform="translate(-6.75 -2.25)"><path d="M24.75,2.25H11.25a4.513,4.513,0,0,0-4.5,4.5V23.063a4.513,4.513,0,0,0,4.5,4.5h13.5a4.513,4.513,0,0,0,4.5-4.5V6.75A4.513,4.513,0,0,0,24.75,2.25ZM14.063,3.938h7.875a.563.563,0,0,1,0,1.125H14.063a.563.563,0,0,1,0-1.125Zm-2.25,21.375a1.969,1.969,0,1,1,1.969-1.969A1.966,1.966,0,0,1,11.813,25.313Zm12.375,0a1.969,1.969,0,1,1,1.969-1.969A1.966,1.966,0,0,1,24.188,25.313ZM27,14.625a1.128,1.128,0,0,1-1.125,1.125H10.139A1.14,1.14,0,0,1,9,14.625V7.889A1.153,1.153,0,0,1,10.139,6.75H25.875A1.14,1.14,0,0,1,27,7.889Z" fill="%238FB3E8"/><path d="M27.682,32.055,24.166,28.68A.985.985,0,0,0,22.8,30.1l.429.415H12.762l.429-.415a.985.985,0,0,0-1.364-1.42L8.311,32.055a.981.981,0,0,0-.028,1.392.963.963,0,0,0,.71.3.981.981,0,0,0,.682-.274l1.034-.991H25.277l1.034.991a.981.981,0,0,0,.682.274.963.963,0,0,0,.71-.3.974.974,0,0,0-.021-1.392Z" fill="%238FB3E8"/></g></svg>') center/contain no-repeat;
}

.p-facility.yuai .p-facility-head {
  background: url("../../assets/img/page/facility/yuai/img_mv.jpg") center/cover no-repeat;
}

.p-facility.yuai .p-facility-event-list__item {
  margin: 0 1% 25px 0;
}

@media only screen and (max-width: 835px) {
  .p-facility.yuai .p-facility-event-list__item {
    margin: 0 0 5.33333vw 0;
  }
}

.p-facility.yuai .p-facility-event-list__item:nth-of-type(4n) {
  margin: 0 0 25px 0;
}

@media only screen and (max-width: 835px) {
  .p-facility.yuai .p-facility-event-list__item:nth-of-type(4n) {
    margin: 0 0 5.33333vw 0;
  }
}

.p-facility.yuai .p-facility-column__heading {
  background: #FBC102;
}

.p-facility.yuai .p-facility-navi__download a {
  background: #FBC102;
}

.p-facility.yuai .p-facility-navi__download a:hover {
  background: #d2a201;
}

.p-facility.yuai .p-facility-navi__list__item a:hover {
  color: #FBC102;
}

.p-facility.yuai .p-facility-step__heading {
  background: #FBC102;
}

.p-facility.yuai .p-facility-step__item__text {
  color: #FBC102;
}

.p-facility.yuai .p-facility-step__item::before {
  color: #FBC102;
}

.p-facility.yuai .p-facility-step__item .c-text-arrow {
  color: #FBC102;
}

.p-facility.yuai .p-facility-step__item .c-text-arrow::after {
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.35" height="13.765" viewBox="0 0 13.35 13.765"><path id="Icon_feather-arrow-right" data-name="Icon feather-arrow-right" d="M7.5,13.675H19.851M13.675,7.5l6.175,6.175-6.175,6.175" transform="translate(-7 -6.793)" fill="none" stroke="%23FBC102" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>') center/6px auto no-repeat;
  border: 1px solid  #FBC102;
}

.p-facility.yuai .p-facility-step__item.step-03::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26.666" height="20" viewBox="0 0 26.666 20">\a                 <path d="M8.215,29.516a1.339,1.339,0,0,0,1.377-.085l17.334-12a1.333,1.333,0,0,0,0-2.192l-17.334-12A1.333,1.333,0,0,0,7.5,4.333v24a1.333,1.333,0,0,0,.715,1.181Z" transform="translate(29.667 -7.5) rotate(90)" fill="%23FBC102"/></svg>') center/contain no-repeat;
}

.p-facility.yuai .p-facility-step__item.step-04::after, .p-facility.yuai .p-facility-step__item.step-05::after, .p-facility.yuai .p-facility-step__item.step-06::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="26.666" viewBox="0 0 20 26.666"><path d="M8.215,29.516a1.339,1.339,0,0,0,1.377-.085l17.334-12a1.333,1.333,0,0,0,0-2.192l-17.334-12A1.333,1.333,0,0,0,7.5,4.333v24a1.333,1.333,0,0,0,.715,1.181Z" transform="translate(-7.5 -3.001)" fill="%23FBC102"/></svg>') center/contain no-repeat;
}

.p-facility.yuai .p-facility-step__contents.is-01-02 .p-facility-step__item {
  background: rgba(251, 193, 2, 0.1);
}

.p-facility.yuai .c-dot-list-purple li::before {
  color: #FBC102;
}

.p-facility.yuai .p-facility-price__box {
  background: rgba(251, 193, 2, 0.1);
}

.p-facility.yuai .p-facility-price .c-table-price th {
  background: #FBC102;
}

.p-facility.yuai .p-facility-price tr .kaigo01, .p-facility.yuai .p-facility-price tr .shien01 {
  background: rgba(251, 193, 2, 0.1);
}

.p-facility.yuai .p-facility-price tr .kaigo02, .p-facility.yuai .p-facility-price tr .shien02 {
  background: rgba(251, 193, 2, 0.2);
}

.p-facility.yuai .p-facility-price tr .kaigo03 {
  background: rgba(251, 193, 2, 0.3);
}

.p-facility.yuai .p-facility-price tr .kaigo04 {
  background: rgba(251, 193, 2, 0.4);
}

.p-facility.yuai .p-facility-price tr .kaigo05 {
  background: rgba(251, 193, 2, 0.5);
}

.p-facility.yuai .p-facility-access__box__text.walk::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22.511" height="35.998" viewBox="0 0 22.511 35.998"><path d="M11.25,3.375A3.375,3.375,0,1,1,14.625,6.75,3.375,3.375,0,0,1,11.25,3.375ZM8.895,14.013l-.2.084-.562.246a4.513,4.513,0,0,0-2.44,2.686l-.183.548a2.25,2.25,0,1,1-4.268-1.427L1.42,15.6A9.018,9.018,0,0,1,6.3,10.223l.563-.246a11.489,11.489,0,0,1,4.648-.984,7.758,7.758,0,0,1,7.165,4.774l1.083,2.595,1.5.752a2.248,2.248,0,0,1-2.011,4.022L17.367,20.2a3.361,3.361,0,0,1-1.6-1.723l-.675-1.617-1.357,4.605,3.48,3.8A3.41,3.41,0,0,1,18,26.726L19.617,33.2a2.25,2.25,0,1,1-4.366,1.09L13.7,28.1,8.733,22.676a4.5,4.5,0,0,1-1.034-4.2l1.188-4.465ZM4.83,27.984,6.588,23.6a6.608,6.608,0,0,0,.492.6l2.862,3.122-1.02,2.545A3.374,3.374,0,0,1,8.177,31L3.839,35.339A2.252,2.252,0,1,1,.654,32.154Z" transform="translate(0.005)" fill="%23FBC102"/></svg>') center/contain no-repeat;
}

.p-facility.yuai .p-facility-access__box__text.subway::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22.5" height="31.5" viewBox="0 0 22.5 31.5"><g transform="translate(-6.75 -2.25)"><path d="M24.75,2.25H11.25a4.513,4.513,0,0,0-4.5,4.5V23.063a4.513,4.513,0,0,0,4.5,4.5h13.5a4.513,4.513,0,0,0,4.5-4.5V6.75A4.513,4.513,0,0,0,24.75,2.25ZM14.063,3.938h7.875a.563.563,0,0,1,0,1.125H14.063a.563.563,0,0,1,0-1.125Zm-2.25,21.375a1.969,1.969,0,1,1,1.969-1.969A1.966,1.966,0,0,1,11.813,25.313Zm12.375,0a1.969,1.969,0,1,1,1.969-1.969A1.966,1.966,0,0,1,24.188,25.313ZM27,14.625a1.128,1.128,0,0,1-1.125,1.125H10.139A1.14,1.14,0,0,1,9,14.625V7.889A1.153,1.153,0,0,1,10.139,6.75H25.875A1.14,1.14,0,0,1,27,7.889Z" fill="%23FBC102"/><path d="M27.682,32.055,24.166,28.68A.985.985,0,0,0,22.8,30.1l.429.415H12.762l.429-.415a.985.985,0,0,0-1.364-1.42L8.311,32.055a.981.981,0,0,0-.028,1.392.963.963,0,0,0,.71.3.981.981,0,0,0,.682-.274l1.034-.991H25.277l1.034.991a.981.981,0,0,0,.682.274.963.963,0,0,0,.71-.3.974.974,0,0,0-.021-1.392Z" fill="%23FBC102"/></g></svg>') center/contain no-repeat;
}

.p-facility.yuai .p-facility-access__box__text.subway::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21.728" height="16.297" viewBox="0 0 21.728 16.297"><path d="M8.082,24.606a1.091,1.091,0,0,0,1.122-.07l14.124-9.778a1.086,1.086,0,0,0,0-1.786L9.2,3.194a1.086,1.086,0,0,0-1.7.893V23.643a1.087,1.087,0,0,0,.583.963Z" transform="translate(24.729 -7.5) rotate(90)" fill="%23FBC102"/></svg>') center/contain no-repeat;
}

.p-facility.yuai .p-facility-access__box__text.bus::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="22.501" viewBox="0 0 33 22.501"><path d="M28.4,7.5a4.5,4.5,0,0,1,3.57,1.76l.174.244,1.6,2.408a4.5,4.5,0,0,1,.744,2.165l.012.333V24a3,3,0,0,1-2.775,2.993L31.5,27h-.255a4.5,4.5,0,0,1-8.388.258l-.1-.258H13.243a4.5,4.5,0,0,1-8.386.258L4.755,27H4.5a3,3,0,0,1-2.992-2.775L1.5,24V12A4.5,4.5,0,0,1,5.736,7.507L6,7.5ZM27,24a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,27,24ZM9,24a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,9,24ZM28.4,10.5H27v6h4.5V14.409a1.5,1.5,0,0,0-.252-.833l-1.6-2.409a1.5,1.5,0,0,0-1.248-.667ZM9,10.5H6a1.5,1.5,0,0,0-1.489,1.324L4.5,12v3H9Zm7.5,0H12V15h4.5Zm7.5,0H19.5V15H24Z" transform="translate(-1.5 -7.5)" fill="%23FBC102"/></svg>') center/contain no-repeat;
}

.p-facility.yuai-miyakojima .p-facility-head {
  background: url("../../assets/img/page/facility/yuai-miyakojima/img_mv.jpg") center/cover no-repeat;
}

.p-facility.yuai-miyakojima .p-facility-event-list__item {
  margin: 0 1% 25px 0;
}

@media only screen and (max-width: 835px) {
  .p-facility.yuai-miyakojima .p-facility-event-list__item {
    margin: 0 0 5.33333vw 0;
  }
}

.p-facility.yuai-miyakojima .p-facility-event-list__item:nth-of-type(4n) {
  margin: 0 0 25px 0;
}

@media only screen and (max-width: 835px) {
  .p-facility.yuai-miyakojima .p-facility-event-list__item:nth-of-type(4n) {
    margin: 0 0 5.33333vw 0;
  }
}

.p-facility.yuai-miyakojima .p-facility-column__heading {
  background: #FDA1BC;
}

.p-facility.yuai-miyakojima .p-facility-navi__download a {
  background: #FDA1BC;
}

.p-facility.yuai-miyakojima .p-facility-navi__download a:hover {
  background: #e084a0;
}

.p-facility.yuai-miyakojima .p-facility-navi__list__item a:hover {
  color: #FDA1BC;
}

.p-facility.yuai-miyakojima .p-facility-step__heading {
  background: #FDA1BC;
}

.p-facility.yuai-miyakojima .p-facility-step__item__text {
  color: #FDA1BC;
}

.p-facility.yuai-miyakojima .p-facility-step__item::before {
  color: #FDA1BC;
}

.p-facility.yuai-miyakojima .p-facility-step__item .c-text-arrow {
  color: #FDA1BC;
}

.p-facility.yuai-miyakojima .p-facility-step__item .c-text-arrow::after {
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.35" height="13.765" viewBox="0 0 13.35 13.765"><path id="Icon_feather-arrow-right" data-name="Icon feather-arrow-right" d="M7.5,13.675H19.851M13.675,7.5l6.175,6.175-6.175,6.175" transform="translate(-7 -6.793)" fill="none" stroke="%23FDA1BC" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>') center/6px auto no-repeat;
  border: 1px solid  #FDA1BC;
}

.p-facility.yuai-miyakojima .p-facility-step__item.step-03::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26.666" height="20" viewBox="0 0 26.666 20"><path d="M8.215,29.516a1.339,1.339,0,0,0,1.377-.085l17.334-12a1.333,1.333,0,0,0,0-2.192l-17.334-12A1.333,1.333,0,0,0,7.5,4.333v24a1.333,1.333,0,0,0,.715,1.181Z" transform="translate(29.667 -7.5) rotate(90)" fill="%23FDA1BC"/></svg>') center/contain no-repeat;
}

.p-facility.yuai-miyakojima .p-facility-step__item.step-04::after, .p-facility.yuai-miyakojima .p-facility-step__item.step-05::after, .p-facility.yuai-miyakojima .p-facility-step__item.step-06::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="26.666" viewBox="0 0 20 26.666"><path d="M8.215,29.516a1.339,1.339,0,0,0,1.377-.085l17.334-12a1.333,1.333,0,0,0,0-2.192l-17.334-12A1.333,1.333,0,0,0,7.5,4.333v24a1.333,1.333,0,0,0,.715,1.181Z" transform="translate(-7.5 -3.001)" fill="%23FDA1BC"/></svg>') center/contain no-repeat;
}

.p-facility.yuai-miyakojima .p-facility-step__contents.is-01-02 .p-facility-step__item {
  background: rgba(253, 161, 188, 0.1);
}

.p-facility.yuai-miyakojima .c-dot-list-purple li::before {
  color: #FDA1BC;
}

.p-facility.yuai-miyakojima .p-facility-price__box {
  background: rgba(253, 161, 188, 0.1);
}

.p-facility.yuai-miyakojima .p-facility-price .c-table-price th {
  background: #FDA1BC;
}

.p-facility.yuai-miyakojima .p-facility-price tr .kaigo01, .p-facility.yuai-miyakojima .p-facility-price tr .shien01 {
  background: rgba(253, 161, 188, 0.1);
}

.p-facility.yuai-miyakojima .p-facility-price tr .kaigo02, .p-facility.yuai-miyakojima .p-facility-price tr .shien02 {
  background: rgba(253, 161, 188, 0.2);
}

.p-facility.yuai-miyakojima .p-facility-price tr .kaigo03 {
  background: rgba(253, 161, 188, 0.3);
}

.p-facility.yuai-miyakojima .p-facility-price tr .kaigo04 {
  background: rgba(253, 161, 188, 0.4);
}

.p-facility.yuai-miyakojima .p-facility-price tr .kaigo05 {
  background: rgba(253, 161, 188, 0.5);
}

.p-facility.yuai-miyakojima .p-facility-access__box__text.walk::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22.511" height="35.998" viewBox="0 0 22.511 35.998"><path d="M11.25,3.375A3.375,3.375,0,1,1,14.625,6.75,3.375,3.375,0,0,1,11.25,3.375ZM8.895,14.013l-.2.084-.562.246a4.513,4.513,0,0,0-2.44,2.686l-.183.548a2.25,2.25,0,1,1-4.268-1.427L1.42,15.6A9.018,9.018,0,0,1,6.3,10.223l.563-.246a11.489,11.489,0,0,1,4.648-.984,7.758,7.758,0,0,1,7.165,4.774l1.083,2.595,1.5.752a2.248,2.248,0,0,1-2.011,4.022L17.367,20.2a3.361,3.361,0,0,1-1.6-1.723l-.675-1.617-1.357,4.605,3.48,3.8A3.41,3.41,0,0,1,18,26.726L19.617,33.2a2.25,2.25,0,1,1-4.366,1.09L13.7,28.1,8.733,22.676a4.5,4.5,0,0,1-1.034-4.2l1.188-4.465ZM4.83,27.984,6.588,23.6a6.608,6.608,0,0,0,.492.6l2.862,3.122-1.02,2.545A3.374,3.374,0,0,1,8.177,31L3.839,35.339A2.252,2.252,0,1,1,.654,32.154Z" transform="translate(0.005)" fill="%23FDA1BC"/></svg>') center/contain no-repeat;
}

.p-facility.yuai-miyakojima .p-facility-access__box__text.subway::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22.5" height="31.5" viewBox="0 0 22.5 31.5"><g transform="translate(-6.75 -2.25)"><path d="M24.75,2.25H11.25a4.513,4.513,0,0,0-4.5,4.5V23.063a4.513,4.513,0,0,0,4.5,4.5h13.5a4.513,4.513,0,0,0,4.5-4.5V6.75A4.513,4.513,0,0,0,24.75,2.25ZM14.063,3.938h7.875a.563.563,0,0,1,0,1.125H14.063a.563.563,0,0,1,0-1.125Zm-2.25,21.375a1.969,1.969,0,1,1,1.969-1.969A1.966,1.966,0,0,1,11.813,25.313Zm12.375,0a1.969,1.969,0,1,1,1.969-1.969A1.966,1.966,0,0,1,24.188,25.313ZM27,14.625a1.128,1.128,0,0,1-1.125,1.125H10.139A1.14,1.14,0,0,1,9,14.625V7.889A1.153,1.153,0,0,1,10.139,6.75H25.875A1.14,1.14,0,0,1,27,7.889Z" fill="%23FDA1BC"/><path d="M27.682,32.055,24.166,28.68A.985.985,0,0,0,22.8,30.1l.429.415H12.762l.429-.415a.985.985,0,0,0-1.364-1.42L8.311,32.055a.981.981,0,0,0-.028,1.392.963.963,0,0,0,.71.3.981.981,0,0,0,.682-.274l1.034-.991H25.277l1.034.991a.981.981,0,0,0,.682.274.963.963,0,0,0,.71-.3.974.974,0,0,0-.021-1.392Z" fill="%23FDA1BC"/></g></svg>') center/contain no-repeat;
}

.p-facility.yuai-miyakojima .p-facility-access__box__text.subway::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21.728" height="16.297" viewBox="0 0 21.728 16.297"><path d="M8.082,24.606a1.091,1.091,0,0,0,1.122-.07l14.124-9.778a1.086,1.086,0,0,0,0-1.786L9.2,3.194a1.086,1.086,0,0,0-1.7.893V23.643a1.087,1.087,0,0,0,.583.963Z" transform="translate(24.729 -7.5) rotate(90)" fill="%23FDA1BC"/></svg>') center/contain no-repeat;
}

.p-facility.yuai-miyakojima .p-facility-access__box__text.bus::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="22.501" viewBox="0 0 33 22.501"><path d="M28.4,7.5a4.5,4.5,0,0,1,3.57,1.76l.174.244,1.6,2.408a4.5,4.5,0,0,1,.744,2.165l.012.333V24a3,3,0,0,1-2.775,2.993L31.5,27h-.255a4.5,4.5,0,0,1-8.388.258l-.1-.258H13.243a4.5,4.5,0,0,1-8.386.258L4.755,27H4.5a3,3,0,0,1-2.992-2.775L1.5,24V12A4.5,4.5,0,0,1,5.736,7.507L6,7.5ZM27,24a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,27,24ZM9,24a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,9,24ZM28.4,10.5H27v6h4.5V14.409a1.5,1.5,0,0,0-.252-.833l-1.6-2.409a1.5,1.5,0,0,0-1.248-.667ZM9,10.5H6a1.5,1.5,0,0,0-1.489,1.324L4.5,12v3H9Zm7.5,0H12V15h4.5Zm7.5,0H19.5V15H24Z" transform="translate(-1.5 -7.5)" fill="%23FDA1BC"/></svg>') center/contain no-repeat;
}

.p-facility.service-aiai .p-facility-head {
  background: url("../../assets/img/page/facility/aiai/img_mv.jpg") center/cover no-repeat;
}

.p-message .c-page-sub-heading {
  margin: 65px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-message .c-page-sub-heading {
    margin: 8vw 0 0 0;
  }
}

.p-message-mv {
  width: 100%;
  height: 434px;
  position: relative;
  margin: 50px 0 0 0;
}

@media only screen and (max-width: 835px) {
  .p-message-mv {
    height: auto;
    margin: 8vw 0 0 0;
  }
}

.p-message-mv::after {
  content: "";
  background: url("../../assets/img/page/message/img_message_pc.jpg") center/cover no-repeat;
  width: 100%;
  height: 434px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}

@media only screen and (max-width: 835px) {
  .p-message-mv::after {
    content: none;
  }
}

.p-message-mv::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(rgba(23, 23, 23, 0.75)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgba(23, 23, 23, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  width: 80%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
  mix-blend-mode: multiply;
}

@media only screen and (max-width: 835px) {
  .p-message-mv::before {
    content: none;
  }
}

.p-message-mv img {
  width: 100%;
  height: auto;
}

.p-message-mv__text {
  font-size: 33px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  left: 42%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

@media only screen and (max-width: 1200px) {
  .p-message-mv__text {
    font-size: 28px;
    left: 40%;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-message-mv__text {
    font-size: 4.8vw;
    color: #333333;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    margin: 5.33333vw 0 0 0;
    padding: 0 2.66667vw;
    text-align: center;
  }
}

.p-message .p-page-main-contents {
  max-width: 875px;
  width: 100%;
  margin: 70px auto 0;
}

@media only screen and (max-width: 835px) {
  .p-message .p-page-main-contents {
    max-width: 100%;
    margin: 5.33333vw auto 0;
    padding: 0 5.33333vw;
  }
}

/* 基本的には非表示 */
.grecaptcha-badge {
  visibility: hidden !important;
}

/* contactページだけ表示 */
.p-contact .grecaptcha-badge {
  visibility: visible !important;
}

.p-page .slick-prev, .p-page .slick-next {
  width: 40px;
  height: 70px;
}

@media only screen and (max-width: 1200px) {
  .p-page .slick-prev, .p-page .slick-next {
    width: 20px;
    height: 35px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-page .slick-prev, .p-page .slick-next {
    width: 5.33333vw;
    height: 9.33333vw;
  }
}

.p-page .slick-prev::before, .p-page .slick-next::before {
  content: none;
  width: 40px;
  height: 70px;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .p-page .slick-prev::before, .p-page .slick-next::before {
    width: 20px;
    height: 35px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-page .slick-prev::before, .p-page .slick-next::before {
    width: 5.33333vw;
    height: 9.33333vw;
  }
}

.p-page .slick-prev {
  left: -40px;
}

@media only screen and (max-width: 1200px) {
  .p-page .slick-prev {
    left: -10px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-page .slick-prev {
    left: -2.66667vw;
  }
}

.p-page .slick-prev::before {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="41.892" height="69.82" viewBox="0 0 41.892 69.82"><path id="Icon_ion-ios-arrow-right" data-name="Icon ion-ios-arrow-right" d="M53.142,10.983,48.626,6.75,11.25,41.66,48.626,76.57l4.516-4.211L20.3,41.66Z" transform="translate(-11.25 -6.75)" fill="%233f8657"/></svg>') center/contain no-repeat;
}

.p-page .slick-next {
  right: -40px;
}

@media only screen and (max-width: 1200px) {
  .p-page .slick-next {
    right: -10px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 835px) {
  .p-page .slick-next {
    right: -2.66667vw;
  }
}

.p-page .slick-next::before {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="41.892" height="69.82" viewBox="0 0 41.892 69.82"><path id="Icon_ion-ios-arrow-right" data-name="Icon ion-ios-arrow-right" d="M11.25,10.983,15.766,6.75,53.142,41.66,15.766,76.57,11.25,72.359l32.837-30.7Z" transform="translate(-11.25 -6.75)" fill="%233f8657"/></svg>') center/contain no-repeat;
}

.p-page .slick-dots {
  bottom: -50px;
}

.p-page .slick-dots li {
  border: 1px solid #3F8657;
  border-radius: 50%;
}

.p-page .slick-dots li.slick-active {
  background: #3F8657;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media only screen and (max-width: 835px) {
  .u-sp_none {
    display: none !important;
  }
}

@media print, screen and (min-width: 836px) {
  .u-pc_none {
    display: none !important;
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 835px) {
  .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.u-flex.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-flex.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-flex.a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.u-sp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.u-sp-flex.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-sp-flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-sp-flex.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-sp-flex.a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-sp-flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

* [data-order="1"] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

* [data-order="2"] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

* [data-order="3"] {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media only screen and (max-width: 835px) {
  * [data-sp-order="1"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  * [data-sp-order="2"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  * [data-sp-order="3"] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.u-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.u-width--full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.u-figure-800 {
  max-width: 50rem;
  width: 100%;
  margin: auto;
}

.u-bdt-bdb-gray {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.u-bdb-gray {
  border-bottom: 0.5px solid #919191;
}

.u-color-main {
  color: #333333;
}

.u-color-text {
  color: #333;
}

.u-color-light-green {
  color: #37C7B1;
}

.u-font-go {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font-min {
  font-family: "Noto Serif JP", serif;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-semi-bold {
  font-weight: 600;
}

.u-font-medium {
  font-weight: 500;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.u-text-hover:hover {
  opacity: 0.7;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

@media only screen and (max-width: 835px) {
  .u-sp-text-center {
    text-align: center;
  }
}

.u-text-left {
  text-align: left;
}

.u-m-center {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 835px) {
  .u-sp-m-center {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-left {
    text-align: left;
  }
}

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

.u-icon-code-r::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/icon_code_w.svg") top center/cover;
  width: 22px;
  height: 27px;
  position: relative;
}

.u-bdr_none {
  border-right: none;
}

.u-bdl_none {
  border-left: none;
}

.u-mt0 {
  margin-top: 0px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt0 {
    margin-top: 0vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt0 {
    margin-top: 0vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-0 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt0 {
    margin-top: 0vw !important;
  }
}

.u-mt5 {
  margin-top: 5px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt5 {
    margin-top: 0.26042vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt5 {
    margin-top: 0.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-5 {
    margin-top: -5px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt5 {
    margin-top: 1.33333vw !important;
  }
}

.u-mt10 {
  margin-top: 10px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt10 {
    margin-top: 0.52083vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt10 {
    margin-top: 1.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-10 {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt10 {
    margin-top: 2.66667vw !important;
  }
}

.u-mt15 {
  margin-top: 15px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt15 {
    margin-top: 0.78125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt15 {
    margin-top: 2vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-15 {
    margin-top: -15px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt15 {
    margin-top: 4vw !important;
  }
}

.u-mt20 {
  margin-top: 20px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt20 {
    margin-top: 1.04167vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt20 {
    margin-top: 2.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-20 {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt20 {
    margin-top: 5.33333vw !important;
  }
}

.u-mt25 {
  margin-top: 25px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt25 {
    margin-top: 1.30208vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt25 {
    margin-top: 3.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-25 {
    margin-top: -25px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt25 {
    margin-top: 6.66667vw !important;
  }
}

.u-mt30 {
  margin-top: 30px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt30 {
    margin-top: 1.5625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt30 {
    margin-top: 4vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-30 {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt30 {
    margin-top: 8vw !important;
  }
}

.u-mt35 {
  margin-top: 35px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt35 {
    margin-top: 1.82292vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt35 {
    margin-top: 4.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-35 {
    margin-top: -35px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt35 {
    margin-top: 9.33333vw !important;
  }
}

.u-mt40 {
  margin-top: 40px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt40 {
    margin-top: 2.08333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt40 {
    margin-top: 5.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-40 {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt40 {
    margin-top: 10.66667vw !important;
  }
}

.u-mt45 {
  margin-top: 45px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt45 {
    margin-top: 2.34375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt45 {
    margin-top: 6vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-45 {
    margin-top: -45px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt45 {
    margin-top: 12vw !important;
  }
}

.u-mt50 {
  margin-top: 50px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt50 {
    margin-top: 2.60417vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt50 {
    margin-top: 6.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-50 {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt50 {
    margin-top: 13.33333vw !important;
  }
}

.u-mt55 {
  margin-top: 55px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt55 {
    margin-top: 2.86458vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt55 {
    margin-top: 7.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-55 {
    margin-top: -55px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt55 {
    margin-top: 14.66667vw !important;
  }
}

.u-mt60 {
  margin-top: 60px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt60 {
    margin-top: 3.125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt60 {
    margin-top: 8vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-60 {
    margin-top: -60px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt60 {
    margin-top: 16vw !important;
  }
}

.u-mt65 {
  margin-top: 65px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt65 {
    margin-top: 3.38542vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt65 {
    margin-top: 8.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-65 {
    margin-top: -65px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt65 {
    margin-top: 17.33333vw !important;
  }
}

.u-mt70 {
  margin-top: 70px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt70 {
    margin-top: 3.64583vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt70 {
    margin-top: 9.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-70 {
    margin-top: -70px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt70 {
    margin-top: 18.66667vw !important;
  }
}

.u-mt75 {
  margin-top: 75px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt75 {
    margin-top: 3.90625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt75 {
    margin-top: 10vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-75 {
    margin-top: -75px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt75 {
    margin-top: 20vw !important;
  }
}

.u-mt80 {
  margin-top: 80px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt80 {
    margin-top: 4.16667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt80 {
    margin-top: 10.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-80 {
    margin-top: -80px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt80 {
    margin-top: 21.33333vw !important;
  }
}

.u-mt85 {
  margin-top: 85px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt85 {
    margin-top: 4.42708vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt85 {
    margin-top: 11.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-85 {
    margin-top: -85px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt85 {
    margin-top: 22.66667vw !important;
  }
}

.u-mt90 {
  margin-top: 90px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt90 {
    margin-top: 4.6875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt90 {
    margin-top: 12vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-90 {
    margin-top: -90px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt90 {
    margin-top: 24vw !important;
  }
}

.u-mt95 {
  margin-top: 95px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt95 {
    margin-top: 4.94792vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt95 {
    margin-top: 12.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-95 {
    margin-top: -95px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt95 {
    margin-top: 25.33333vw !important;
  }
}

.u-mt100 {
  margin-top: 100px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt100 {
    margin-top: 5.20833vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt100 {
    margin-top: 13.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-100 {
    margin-top: -100px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt100 {
    margin-top: 26.66667vw !important;
  }
}

.u-mt105 {
  margin-top: 105px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt105 {
    margin-top: 5.46875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt105 {
    margin-top: 14vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-105 {
    margin-top: -105px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt105 {
    margin-top: 28vw !important;
  }
}

.u-mt110 {
  margin-top: 110px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt110 {
    margin-top: 5.72917vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt110 {
    margin-top: 14.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-110 {
    margin-top: -110px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt110 {
    margin-top: 29.33333vw !important;
  }
}

.u-mt115 {
  margin-top: 115px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt115 {
    margin-top: 5.98958vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt115 {
    margin-top: 15.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-115 {
    margin-top: -115px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt115 {
    margin-top: 30.66667vw !important;
  }
}

.u-mt120 {
  margin-top: 120px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt120 {
    margin-top: 6.25vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt120 {
    margin-top: 16vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-120 {
    margin-top: -120px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt120 {
    margin-top: 32vw !important;
  }
}

.u-mt125 {
  margin-top: 125px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt125 {
    margin-top: 6.51042vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt125 {
    margin-top: 16.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-125 {
    margin-top: -125px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt125 {
    margin-top: 33.33333vw !important;
  }
}

.u-mt130 {
  margin-top: 130px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt130 {
    margin-top: 6.77083vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt130 {
    margin-top: 17.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-130 {
    margin-top: -130px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt130 {
    margin-top: 34.66667vw !important;
  }
}

.u-mt135 {
  margin-top: 135px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt135 {
    margin-top: 7.03125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt135 {
    margin-top: 18vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-135 {
    margin-top: -135px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt135 {
    margin-top: 36vw !important;
  }
}

.u-mt140 {
  margin-top: 140px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt140 {
    margin-top: 7.29167vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt140 {
    margin-top: 18.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-140 {
    margin-top: -140px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt140 {
    margin-top: 37.33333vw !important;
  }
}

.u-mt145 {
  margin-top: 145px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt145 {
    margin-top: 7.55208vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt145 {
    margin-top: 19.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-145 {
    margin-top: -145px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt145 {
    margin-top: 38.66667vw !important;
  }
}

.u-mt150 {
  margin-top: 150px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt150 {
    margin-top: 7.8125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt150 {
    margin-top: 20vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-150 {
    margin-top: -150px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt150 {
    margin-top: 40vw !important;
  }
}

.u-mt155 {
  margin-top: 155px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt155 {
    margin-top: 8.07292vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt155 {
    margin-top: 20.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-155 {
    margin-top: -155px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt155 {
    margin-top: 41.33333vw !important;
  }
}

.u-mt160 {
  margin-top: 160px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt160 {
    margin-top: 8.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt160 {
    margin-top: 21.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-160 {
    margin-top: -160px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt160 {
    margin-top: 42.66667vw !important;
  }
}

.u-mt165 {
  margin-top: 165px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt165 {
    margin-top: 8.59375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt165 {
    margin-top: 22vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-165 {
    margin-top: -165px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt165 {
    margin-top: 44vw !important;
  }
}

.u-mt170 {
  margin-top: 170px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt170 {
    margin-top: 8.85417vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt170 {
    margin-top: 22.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-170 {
    margin-top: -170px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt170 {
    margin-top: 45.33333vw !important;
  }
}

.u-mt175 {
  margin-top: 175px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt175 {
    margin-top: 9.11458vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt175 {
    margin-top: 23.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-175 {
    margin-top: -175px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt175 {
    margin-top: 46.66667vw !important;
  }
}

.u-mt180 {
  margin-top: 180px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt180 {
    margin-top: 9.375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt180 {
    margin-top: 24vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-180 {
    margin-top: -180px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt180 {
    margin-top: 48vw !important;
  }
}

.u-mt185 {
  margin-top: 185px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt185 {
    margin-top: 9.63542vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt185 {
    margin-top: 24.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-185 {
    margin-top: -185px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt185 {
    margin-top: 49.33333vw !important;
  }
}

.u-mt190 {
  margin-top: 190px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt190 {
    margin-top: 9.89583vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt190 {
    margin-top: 25.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-190 {
    margin-top: -190px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt190 {
    margin-top: 50.66667vw !important;
  }
}

.u-mt195 {
  margin-top: 195px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt195 {
    margin-top: 10.15625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt195 {
    margin-top: 26vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-195 {
    margin-top: -195px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt195 {
    margin-top: 52vw !important;
  }
}

.u-mt200 {
  margin-top: 200px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt200 {
    margin-top: 10.41667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt200 {
    margin-top: 26.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-200 {
    margin-top: -200px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt200 {
    margin-top: 53.33333vw !important;
  }
}

.u-mt205 {
  margin-top: 205px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt205 {
    margin-top: 10.67708vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt205 {
    margin-top: 27.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-205 {
    margin-top: -205px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt205 {
    margin-top: 54.66667vw !important;
  }
}

.u-mt210 {
  margin-top: 210px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt210 {
    margin-top: 10.9375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt210 {
    margin-top: 28vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-210 {
    margin-top: -210px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt210 {
    margin-top: 56vw !important;
  }
}

.u-mt215 {
  margin-top: 215px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt215 {
    margin-top: 11.19792vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt215 {
    margin-top: 28.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-215 {
    margin-top: -215px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt215 {
    margin-top: 57.33333vw !important;
  }
}

.u-mt220 {
  margin-top: 220px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt220 {
    margin-top: 11.45833vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt220 {
    margin-top: 29.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-220 {
    margin-top: -220px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt220 {
    margin-top: 58.66667vw !important;
  }
}

.u-mt225 {
  margin-top: 225px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt225 {
    margin-top: 11.71875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt225 {
    margin-top: 30vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-225 {
    margin-top: -225px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt225 {
    margin-top: 60vw !important;
  }
}

.u-mt230 {
  margin-top: 230px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt230 {
    margin-top: 11.97917vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt230 {
    margin-top: 30.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-230 {
    margin-top: -230px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt230 {
    margin-top: 61.33333vw !important;
  }
}

.u-mt235 {
  margin-top: 235px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt235 {
    margin-top: 12.23958vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt235 {
    margin-top: 31.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-235 {
    margin-top: -235px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt235 {
    margin-top: 62.66667vw !important;
  }
}

.u-mt240 {
  margin-top: 240px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt240 {
    margin-top: 12.5vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt240 {
    margin-top: 32vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-240 {
    margin-top: -240px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt240 {
    margin-top: 64vw !important;
  }
}

.u-mt245 {
  margin-top: 245px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt245 {
    margin-top: 12.76042vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt245 {
    margin-top: 32.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-245 {
    margin-top: -245px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt245 {
    margin-top: 65.33333vw !important;
  }
}

.u-mt250 {
  margin-top: 250px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt250 {
    margin-top: 13.02083vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt250 {
    margin-top: 33.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-250 {
    margin-top: -250px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt250 {
    margin-top: 66.66667vw !important;
  }
}

.u-mt255 {
  margin-top: 255px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt255 {
    margin-top: 13.28125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt255 {
    margin-top: 34vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-255 {
    margin-top: -255px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt255 {
    margin-top: 68vw !important;
  }
}

.u-mt260 {
  margin-top: 260px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt260 {
    margin-top: 13.54167vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt260 {
    margin-top: 34.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-260 {
    margin-top: -260px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt260 {
    margin-top: 69.33333vw !important;
  }
}

.u-mt265 {
  margin-top: 265px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt265 {
    margin-top: 13.80208vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt265 {
    margin-top: 35.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-265 {
    margin-top: -265px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt265 {
    margin-top: 70.66667vw !important;
  }
}

.u-mt270 {
  margin-top: 270px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt270 {
    margin-top: 14.0625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt270 {
    margin-top: 36vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-270 {
    margin-top: -270px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt270 {
    margin-top: 72vw !important;
  }
}

.u-mt275 {
  margin-top: 275px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt275 {
    margin-top: 14.32292vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt275 {
    margin-top: 36.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-275 {
    margin-top: -275px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt275 {
    margin-top: 73.33333vw !important;
  }
}

.u-mt280 {
  margin-top: 280px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt280 {
    margin-top: 14.58333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt280 {
    margin-top: 37.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-280 {
    margin-top: -280px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt280 {
    margin-top: 74.66667vw !important;
  }
}

.u-mt285 {
  margin-top: 285px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt285 {
    margin-top: 14.84375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt285 {
    margin-top: 38vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-285 {
    margin-top: -285px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt285 {
    margin-top: 76vw !important;
  }
}

.u-mt290 {
  margin-top: 290px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt290 {
    margin-top: 15.10417vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt290 {
    margin-top: 38.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-290 {
    margin-top: -290px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt290 {
    margin-top: 77.33333vw !important;
  }
}

.u-mt295 {
  margin-top: 295px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt295 {
    margin-top: 15.36458vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt295 {
    margin-top: 39.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-295 {
    margin-top: -295px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt295 {
    margin-top: 78.66667vw !important;
  }
}

.u-mt300 {
  margin-top: 300px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt300 {
    margin-top: 15.625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt300 {
    margin-top: 40vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-300 {
    margin-top: -300px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt300 {
    margin-top: 80vw !important;
  }
}

.u-mt305 {
  margin-top: 305px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt305 {
    margin-top: 15.88542vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt305 {
    margin-top: 40.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-305 {
    margin-top: -305px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt305 {
    margin-top: 81.33333vw !important;
  }
}

.u-mt310 {
  margin-top: 310px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt310 {
    margin-top: 16.14583vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt310 {
    margin-top: 41.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-310 {
    margin-top: -310px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt310 {
    margin-top: 82.66667vw !important;
  }
}

.u-mt315 {
  margin-top: 315px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt315 {
    margin-top: 16.40625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt315 {
    margin-top: 42vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-315 {
    margin-top: -315px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt315 {
    margin-top: 84vw !important;
  }
}

.u-mt320 {
  margin-top: 320px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt320 {
    margin-top: 16.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt320 {
    margin-top: 42.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-320 {
    margin-top: -320px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt320 {
    margin-top: 85.33333vw !important;
  }
}

.u-mt325 {
  margin-top: 325px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt325 {
    margin-top: 16.92708vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt325 {
    margin-top: 43.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-325 {
    margin-top: -325px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt325 {
    margin-top: 86.66667vw !important;
  }
}

.u-mt330 {
  margin-top: 330px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt330 {
    margin-top: 17.1875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt330 {
    margin-top: 44vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-330 {
    margin-top: -330px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt330 {
    margin-top: 88vw !important;
  }
}

.u-mt335 {
  margin-top: 335px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt335 {
    margin-top: 17.44792vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt335 {
    margin-top: 44.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-335 {
    margin-top: -335px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt335 {
    margin-top: 89.33333vw !important;
  }
}

.u-mt340 {
  margin-top: 340px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt340 {
    margin-top: 17.70833vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt340 {
    margin-top: 45.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-340 {
    margin-top: -340px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt340 {
    margin-top: 90.66667vw !important;
  }
}

.u-mt345 {
  margin-top: 345px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt345 {
    margin-top: 17.96875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt345 {
    margin-top: 46vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-345 {
    margin-top: -345px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt345 {
    margin-top: 92vw !important;
  }
}

.u-mt350 {
  margin-top: 350px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt350 {
    margin-top: 18.22917vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt350 {
    margin-top: 46.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-350 {
    margin-top: -350px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt350 {
    margin-top: 93.33333vw !important;
  }
}

.u-mt355 {
  margin-top: 355px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt355 {
    margin-top: 18.48958vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt355 {
    margin-top: 47.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-355 {
    margin-top: -355px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt355 {
    margin-top: 94.66667vw !important;
  }
}

.u-mt360 {
  margin-top: 360px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt360 {
    margin-top: 18.75vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt360 {
    margin-top: 48vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-360 {
    margin-top: -360px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt360 {
    margin-top: 96vw !important;
  }
}

.u-mt365 {
  margin-top: 365px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt365 {
    margin-top: 19.01042vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt365 {
    margin-top: 48.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-365 {
    margin-top: -365px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt365 {
    margin-top: 97.33333vw !important;
  }
}

.u-mt370 {
  margin-top: 370px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt370 {
    margin-top: 19.27083vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt370 {
    margin-top: 49.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-370 {
    margin-top: -370px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt370 {
    margin-top: 98.66667vw !important;
  }
}

.u-mt375 {
  margin-top: 375px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt375 {
    margin-top: 19.53125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt375 {
    margin-top: 50vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-375 {
    margin-top: -375px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt375 {
    margin-top: 100vw !important;
  }
}

.u-mt380 {
  margin-top: 380px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt380 {
    margin-top: 19.79167vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt380 {
    margin-top: 50.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-380 {
    margin-top: -380px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt380 {
    margin-top: 101.33333vw !important;
  }
}

.u-mt385 {
  margin-top: 385px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt385 {
    margin-top: 20.05208vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt385 {
    margin-top: 51.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-385 {
    margin-top: -385px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt385 {
    margin-top: 102.66667vw !important;
  }
}

.u-mt390 {
  margin-top: 390px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt390 {
    margin-top: 20.3125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt390 {
    margin-top: 52vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-390 {
    margin-top: -390px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt390 {
    margin-top: 104vw !important;
  }
}

.u-mt395 {
  margin-top: 395px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt395 {
    margin-top: 20.57292vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt395 {
    margin-top: 52.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-395 {
    margin-top: -395px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt395 {
    margin-top: 105.33333vw !important;
  }
}

.u-mt400 {
  margin-top: 400px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt400 {
    margin-top: 20.83333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt400 {
    margin-top: 53.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-400 {
    margin-top: -400px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt400 {
    margin-top: 106.66667vw !important;
  }
}

.u-mt405 {
  margin-top: 405px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt405 {
    margin-top: 21.09375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt405 {
    margin-top: 54vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-405 {
    margin-top: -405px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt405 {
    margin-top: 108vw !important;
  }
}

.u-mt410 {
  margin-top: 410px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt410 {
    margin-top: 21.35417vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt410 {
    margin-top: 54.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-410 {
    margin-top: -410px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt410 {
    margin-top: 109.33333vw !important;
  }
}

.u-mt415 {
  margin-top: 415px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt415 {
    margin-top: 21.61458vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt415 {
    margin-top: 55.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-415 {
    margin-top: -415px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt415 {
    margin-top: 110.66667vw !important;
  }
}

.u-mt420 {
  margin-top: 420px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt420 {
    margin-top: 21.875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt420 {
    margin-top: 56vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-420 {
    margin-top: -420px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt420 {
    margin-top: 112vw !important;
  }
}

.u-mt425 {
  margin-top: 425px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt425 {
    margin-top: 22.13542vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt425 {
    margin-top: 56.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-425 {
    margin-top: -425px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt425 {
    margin-top: 113.33333vw !important;
  }
}

.u-mt430 {
  margin-top: 430px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt430 {
    margin-top: 22.39583vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt430 {
    margin-top: 57.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-430 {
    margin-top: -430px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt430 {
    margin-top: 114.66667vw !important;
  }
}

.u-mt435 {
  margin-top: 435px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt435 {
    margin-top: 22.65625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt435 {
    margin-top: 58vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-435 {
    margin-top: -435px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt435 {
    margin-top: 116vw !important;
  }
}

.u-mt440 {
  margin-top: 440px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt440 {
    margin-top: 22.91667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt440 {
    margin-top: 58.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-440 {
    margin-top: -440px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt440 {
    margin-top: 117.33333vw !important;
  }
}

.u-mt445 {
  margin-top: 445px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt445 {
    margin-top: 23.17708vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt445 {
    margin-top: 59.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-445 {
    margin-top: -445px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt445 {
    margin-top: 118.66667vw !important;
  }
}

.u-mt450 {
  margin-top: 450px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt450 {
    margin-top: 23.4375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt450 {
    margin-top: 60vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-450 {
    margin-top: -450px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt450 {
    margin-top: 120vw !important;
  }
}

.u-mt455 {
  margin-top: 455px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt455 {
    margin-top: 23.69792vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt455 {
    margin-top: 60.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-455 {
    margin-top: -455px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt455 {
    margin-top: 121.33333vw !important;
  }
}

.u-mt460 {
  margin-top: 460px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt460 {
    margin-top: 23.95833vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt460 {
    margin-top: 61.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-460 {
    margin-top: -460px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt460 {
    margin-top: 122.66667vw !important;
  }
}

.u-mt465 {
  margin-top: 465px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt465 {
    margin-top: 24.21875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt465 {
    margin-top: 62vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-465 {
    margin-top: -465px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt465 {
    margin-top: 124vw !important;
  }
}

.u-mt470 {
  margin-top: 470px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt470 {
    margin-top: 24.47917vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt470 {
    margin-top: 62.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-470 {
    margin-top: -470px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt470 {
    margin-top: 125.33333vw !important;
  }
}

.u-mt475 {
  margin-top: 475px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt475 {
    margin-top: 24.73958vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt475 {
    margin-top: 63.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-475 {
    margin-top: -475px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt475 {
    margin-top: 126.66667vw !important;
  }
}

.u-mt480 {
  margin-top: 480px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt480 {
    margin-top: 25vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt480 {
    margin-top: 64vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-480 {
    margin-top: -480px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt480 {
    margin-top: 128vw !important;
  }
}

.u-mt485 {
  margin-top: 485px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt485 {
    margin-top: 25.26042vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt485 {
    margin-top: 64.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-485 {
    margin-top: -485px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt485 {
    margin-top: 129.33333vw !important;
  }
}

.u-mt490 {
  margin-top: 490px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt490 {
    margin-top: 25.52083vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt490 {
    margin-top: 65.33333vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-490 {
    margin-top: -490px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt490 {
    margin-top: 130.66667vw !important;
  }
}

.u-mt495 {
  margin-top: 495px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt495 {
    margin-top: 25.78125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt495 {
    margin-top: 66vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-495 {
    margin-top: -495px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt495 {
    margin-top: 132vw !important;
  }
}

.u-mt500 {
  margin-top: 500px;
}

@media print, screen and (min-width: 1921px) {
  .u-mt500 {
    margin-top: 26.04167vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mt500 {
    margin-top: 66.66667vw;
  }
}

@media print, screen and (min-width: 836px) {
  .u-mt-500 {
    margin-top: -500px;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mt500 {
    margin-top: 133.33333vw !important;
  }
}

.u-mb0 {
  margin-bottom: 0px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb0 {
    margin-bottom: 0vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb0 {
    margin-bottom: 0vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb0 {
    margin-bottom: 0vw !important;
  }
}

.u-mb5 {
  margin-bottom: 5px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb5 {
    margin-bottom: 0.26042vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb5 {
    margin-bottom: 0.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb5 {
    margin-bottom: 1.33333vw !important;
  }
}

.u-mb10 {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb10 {
    margin-bottom: 0.52083vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb10 {
    margin-bottom: 1.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb10 {
    margin-bottom: 2.66667vw !important;
  }
}

.u-mb15 {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb15 {
    margin-bottom: 0.78125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb15 {
    margin-bottom: 2vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb15 {
    margin-bottom: 4vw !important;
  }
}

.u-mb20 {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb20 {
    margin-bottom: 1.04167vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb20 {
    margin-bottom: 2.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb20 {
    margin-bottom: 5.33333vw !important;
  }
}

.u-mb25 {
  margin-bottom: 25px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb25 {
    margin-bottom: 1.30208vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb25 {
    margin-bottom: 3.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb25 {
    margin-bottom: 6.66667vw !important;
  }
}

.u-mb30 {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb30 {
    margin-bottom: 1.5625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb30 {
    margin-bottom: 4vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb30 {
    margin-bottom: 8vw !important;
  }
}

.u-mb35 {
  margin-bottom: 35px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb35 {
    margin-bottom: 1.82292vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb35 {
    margin-bottom: 4.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb35 {
    margin-bottom: 9.33333vw !important;
  }
}

.u-mb40 {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb40 {
    margin-bottom: 2.08333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb40 {
    margin-bottom: 5.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb40 {
    margin-bottom: 10.66667vw !important;
  }
}

.u-mb45 {
  margin-bottom: 45px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb45 {
    margin-bottom: 2.34375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb45 {
    margin-bottom: 6vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb45 {
    margin-bottom: 12vw !important;
  }
}

.u-mb50 {
  margin-bottom: 50px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb50 {
    margin-bottom: 2.60417vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb50 {
    margin-bottom: 6.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb50 {
    margin-bottom: 13.33333vw !important;
  }
}

.u-mb55 {
  margin-bottom: 55px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb55 {
    margin-bottom: 2.86458vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb55 {
    margin-bottom: 7.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb55 {
    margin-bottom: 14.66667vw !important;
  }
}

.u-mb60 {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb60 {
    margin-bottom: 3.125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb60 {
    margin-bottom: 8vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb60 {
    margin-bottom: 16vw !important;
  }
}

.u-mb65 {
  margin-bottom: 65px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb65 {
    margin-bottom: 3.38542vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb65 {
    margin-bottom: 8.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb65 {
    margin-bottom: 17.33333vw !important;
  }
}

.u-mb70 {
  margin-bottom: 70px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb70 {
    margin-bottom: 3.64583vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb70 {
    margin-bottom: 9.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb70 {
    margin-bottom: 18.66667vw !important;
  }
}

.u-mb75 {
  margin-bottom: 75px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb75 {
    margin-bottom: 3.90625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb75 {
    margin-bottom: 10vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb75 {
    margin-bottom: 20vw !important;
  }
}

.u-mb80 {
  margin-bottom: 80px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb80 {
    margin-bottom: 4.16667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb80 {
    margin-bottom: 10.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb80 {
    margin-bottom: 21.33333vw !important;
  }
}

.u-mb85 {
  margin-bottom: 85px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb85 {
    margin-bottom: 4.42708vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb85 {
    margin-bottom: 11.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb85 {
    margin-bottom: 22.66667vw !important;
  }
}

.u-mb90 {
  margin-bottom: 90px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb90 {
    margin-bottom: 4.6875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb90 {
    margin-bottom: 12vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb90 {
    margin-bottom: 24vw !important;
  }
}

.u-mb95 {
  margin-bottom: 95px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb95 {
    margin-bottom: 4.94792vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb95 {
    margin-bottom: 12.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb95 {
    margin-bottom: 25.33333vw !important;
  }
}

.u-mb100 {
  margin-bottom: 100px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb100 {
    margin-bottom: 5.20833vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb100 {
    margin-bottom: 13.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb100 {
    margin-bottom: 26.66667vw !important;
  }
}

.u-mb105 {
  margin-bottom: 105px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb105 {
    margin-bottom: 5.46875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb105 {
    margin-bottom: 14vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb105 {
    margin-bottom: 28vw !important;
  }
}

.u-mb110 {
  margin-bottom: 110px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb110 {
    margin-bottom: 5.72917vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb110 {
    margin-bottom: 14.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb110 {
    margin-bottom: 29.33333vw !important;
  }
}

.u-mb115 {
  margin-bottom: 115px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb115 {
    margin-bottom: 5.98958vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb115 {
    margin-bottom: 15.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb115 {
    margin-bottom: 30.66667vw !important;
  }
}

.u-mb120 {
  margin-bottom: 120px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb120 {
    margin-bottom: 6.25vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb120 {
    margin-bottom: 16vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb120 {
    margin-bottom: 32vw !important;
  }
}

.u-mb125 {
  margin-bottom: 125px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb125 {
    margin-bottom: 6.51042vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb125 {
    margin-bottom: 16.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb125 {
    margin-bottom: 33.33333vw !important;
  }
}

.u-mb130 {
  margin-bottom: 130px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb130 {
    margin-bottom: 6.77083vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb130 {
    margin-bottom: 17.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb130 {
    margin-bottom: 34.66667vw !important;
  }
}

.u-mb135 {
  margin-bottom: 135px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb135 {
    margin-bottom: 7.03125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb135 {
    margin-bottom: 18vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb135 {
    margin-bottom: 36vw !important;
  }
}

.u-mb140 {
  margin-bottom: 140px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb140 {
    margin-bottom: 7.29167vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb140 {
    margin-bottom: 18.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb140 {
    margin-bottom: 37.33333vw !important;
  }
}

.u-mb145 {
  margin-bottom: 145px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb145 {
    margin-bottom: 7.55208vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb145 {
    margin-bottom: 19.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb145 {
    margin-bottom: 38.66667vw !important;
  }
}

.u-mb150 {
  margin-bottom: 150px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb150 {
    margin-bottom: 7.8125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb150 {
    margin-bottom: 20vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb150 {
    margin-bottom: 40vw !important;
  }
}

.u-mb155 {
  margin-bottom: 155px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb155 {
    margin-bottom: 8.07292vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb155 {
    margin-bottom: 20.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb155 {
    margin-bottom: 41.33333vw !important;
  }
}

.u-mb160 {
  margin-bottom: 160px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb160 {
    margin-bottom: 8.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb160 {
    margin-bottom: 21.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb160 {
    margin-bottom: 42.66667vw !important;
  }
}

.u-mb165 {
  margin-bottom: 165px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb165 {
    margin-bottom: 8.59375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb165 {
    margin-bottom: 22vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb165 {
    margin-bottom: 44vw !important;
  }
}

.u-mb170 {
  margin-bottom: 170px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb170 {
    margin-bottom: 8.85417vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb170 {
    margin-bottom: 22.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb170 {
    margin-bottom: 45.33333vw !important;
  }
}

.u-mb175 {
  margin-bottom: 175px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb175 {
    margin-bottom: 9.11458vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb175 {
    margin-bottom: 23.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb175 {
    margin-bottom: 46.66667vw !important;
  }
}

.u-mb180 {
  margin-bottom: 180px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb180 {
    margin-bottom: 9.375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb180 {
    margin-bottom: 24vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb180 {
    margin-bottom: 48vw !important;
  }
}

.u-mb185 {
  margin-bottom: 185px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb185 {
    margin-bottom: 9.63542vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb185 {
    margin-bottom: 24.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb185 {
    margin-bottom: 49.33333vw !important;
  }
}

.u-mb190 {
  margin-bottom: 190px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb190 {
    margin-bottom: 9.89583vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb190 {
    margin-bottom: 25.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb190 {
    margin-bottom: 50.66667vw !important;
  }
}

.u-mb195 {
  margin-bottom: 195px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb195 {
    margin-bottom: 10.15625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb195 {
    margin-bottom: 26vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb195 {
    margin-bottom: 52vw !important;
  }
}

.u-mb200 {
  margin-bottom: 200px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb200 {
    margin-bottom: 10.41667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb200 {
    margin-bottom: 26.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb200 {
    margin-bottom: 53.33333vw !important;
  }
}

.u-mb205 {
  margin-bottom: 205px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb205 {
    margin-bottom: 10.67708vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb205 {
    margin-bottom: 27.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb205 {
    margin-bottom: 54.66667vw !important;
  }
}

.u-mb210 {
  margin-bottom: 210px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb210 {
    margin-bottom: 10.9375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb210 {
    margin-bottom: 28vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb210 {
    margin-bottom: 56vw !important;
  }
}

.u-mb215 {
  margin-bottom: 215px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb215 {
    margin-bottom: 11.19792vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb215 {
    margin-bottom: 28.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb215 {
    margin-bottom: 57.33333vw !important;
  }
}

.u-mb220 {
  margin-bottom: 220px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb220 {
    margin-bottom: 11.45833vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb220 {
    margin-bottom: 29.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb220 {
    margin-bottom: 58.66667vw !important;
  }
}

.u-mb225 {
  margin-bottom: 225px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb225 {
    margin-bottom: 11.71875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb225 {
    margin-bottom: 30vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb225 {
    margin-bottom: 60vw !important;
  }
}

.u-mb230 {
  margin-bottom: 230px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb230 {
    margin-bottom: 11.97917vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb230 {
    margin-bottom: 30.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb230 {
    margin-bottom: 61.33333vw !important;
  }
}

.u-mb235 {
  margin-bottom: 235px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb235 {
    margin-bottom: 12.23958vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb235 {
    margin-bottom: 31.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb235 {
    margin-bottom: 62.66667vw !important;
  }
}

.u-mb240 {
  margin-bottom: 240px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb240 {
    margin-bottom: 12.5vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb240 {
    margin-bottom: 32vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb240 {
    margin-bottom: 64vw !important;
  }
}

.u-mb245 {
  margin-bottom: 245px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb245 {
    margin-bottom: 12.76042vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb245 {
    margin-bottom: 32.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb245 {
    margin-bottom: 65.33333vw !important;
  }
}

.u-mb250 {
  margin-bottom: 250px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb250 {
    margin-bottom: 13.02083vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb250 {
    margin-bottom: 33.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb250 {
    margin-bottom: 66.66667vw !important;
  }
}

.u-mb255 {
  margin-bottom: 255px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb255 {
    margin-bottom: 13.28125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb255 {
    margin-bottom: 34vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb255 {
    margin-bottom: 68vw !important;
  }
}

.u-mb260 {
  margin-bottom: 260px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb260 {
    margin-bottom: 13.54167vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb260 {
    margin-bottom: 34.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb260 {
    margin-bottom: 69.33333vw !important;
  }
}

.u-mb265 {
  margin-bottom: 265px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb265 {
    margin-bottom: 13.80208vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb265 {
    margin-bottom: 35.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb265 {
    margin-bottom: 70.66667vw !important;
  }
}

.u-mb270 {
  margin-bottom: 270px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb270 {
    margin-bottom: 14.0625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb270 {
    margin-bottom: 36vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb270 {
    margin-bottom: 72vw !important;
  }
}

.u-mb275 {
  margin-bottom: 275px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb275 {
    margin-bottom: 14.32292vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb275 {
    margin-bottom: 36.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb275 {
    margin-bottom: 73.33333vw !important;
  }
}

.u-mb280 {
  margin-bottom: 280px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb280 {
    margin-bottom: 14.58333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb280 {
    margin-bottom: 37.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb280 {
    margin-bottom: 74.66667vw !important;
  }
}

.u-mb285 {
  margin-bottom: 285px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb285 {
    margin-bottom: 14.84375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb285 {
    margin-bottom: 38vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb285 {
    margin-bottom: 76vw !important;
  }
}

.u-mb290 {
  margin-bottom: 290px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb290 {
    margin-bottom: 15.10417vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb290 {
    margin-bottom: 38.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb290 {
    margin-bottom: 77.33333vw !important;
  }
}

.u-mb295 {
  margin-bottom: 295px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb295 {
    margin-bottom: 15.36458vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb295 {
    margin-bottom: 39.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb295 {
    margin-bottom: 78.66667vw !important;
  }
}

.u-mb300 {
  margin-bottom: 300px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb300 {
    margin-bottom: 15.625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb300 {
    margin-bottom: 40vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb300 {
    margin-bottom: 80vw !important;
  }
}

.u-mb305 {
  margin-bottom: 305px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb305 {
    margin-bottom: 15.88542vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb305 {
    margin-bottom: 40.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb305 {
    margin-bottom: 81.33333vw !important;
  }
}

.u-mb310 {
  margin-bottom: 310px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb310 {
    margin-bottom: 16.14583vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb310 {
    margin-bottom: 41.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb310 {
    margin-bottom: 82.66667vw !important;
  }
}

.u-mb315 {
  margin-bottom: 315px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb315 {
    margin-bottom: 16.40625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb315 {
    margin-bottom: 42vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb315 {
    margin-bottom: 84vw !important;
  }
}

.u-mb320 {
  margin-bottom: 320px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb320 {
    margin-bottom: 16.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb320 {
    margin-bottom: 42.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb320 {
    margin-bottom: 85.33333vw !important;
  }
}

.u-mb325 {
  margin-bottom: 325px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb325 {
    margin-bottom: 16.92708vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb325 {
    margin-bottom: 43.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb325 {
    margin-bottom: 86.66667vw !important;
  }
}

.u-mb330 {
  margin-bottom: 330px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb330 {
    margin-bottom: 17.1875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb330 {
    margin-bottom: 44vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb330 {
    margin-bottom: 88vw !important;
  }
}

.u-mb335 {
  margin-bottom: 335px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb335 {
    margin-bottom: 17.44792vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb335 {
    margin-bottom: 44.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb335 {
    margin-bottom: 89.33333vw !important;
  }
}

.u-mb340 {
  margin-bottom: 340px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb340 {
    margin-bottom: 17.70833vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb340 {
    margin-bottom: 45.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb340 {
    margin-bottom: 90.66667vw !important;
  }
}

.u-mb345 {
  margin-bottom: 345px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb345 {
    margin-bottom: 17.96875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb345 {
    margin-bottom: 46vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb345 {
    margin-bottom: 92vw !important;
  }
}

.u-mb350 {
  margin-bottom: 350px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb350 {
    margin-bottom: 18.22917vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb350 {
    margin-bottom: 46.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb350 {
    margin-bottom: 93.33333vw !important;
  }
}

.u-mb355 {
  margin-bottom: 355px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb355 {
    margin-bottom: 18.48958vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb355 {
    margin-bottom: 47.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb355 {
    margin-bottom: 94.66667vw !important;
  }
}

.u-mb360 {
  margin-bottom: 360px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb360 {
    margin-bottom: 18.75vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb360 {
    margin-bottom: 48vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb360 {
    margin-bottom: 96vw !important;
  }
}

.u-mb365 {
  margin-bottom: 365px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb365 {
    margin-bottom: 19.01042vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb365 {
    margin-bottom: 48.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb365 {
    margin-bottom: 97.33333vw !important;
  }
}

.u-mb370 {
  margin-bottom: 370px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb370 {
    margin-bottom: 19.27083vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb370 {
    margin-bottom: 49.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb370 {
    margin-bottom: 98.66667vw !important;
  }
}

.u-mb375 {
  margin-bottom: 375px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb375 {
    margin-bottom: 19.53125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb375 {
    margin-bottom: 50vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb375 {
    margin-bottom: 100vw !important;
  }
}

.u-mb380 {
  margin-bottom: 380px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb380 {
    margin-bottom: 19.79167vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb380 {
    margin-bottom: 50.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb380 {
    margin-bottom: 101.33333vw !important;
  }
}

.u-mb385 {
  margin-bottom: 385px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb385 {
    margin-bottom: 20.05208vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb385 {
    margin-bottom: 51.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb385 {
    margin-bottom: 102.66667vw !important;
  }
}

.u-mb390 {
  margin-bottom: 390px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb390 {
    margin-bottom: 20.3125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb390 {
    margin-bottom: 52vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb390 {
    margin-bottom: 104vw !important;
  }
}

.u-mb395 {
  margin-bottom: 395px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb395 {
    margin-bottom: 20.57292vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb395 {
    margin-bottom: 52.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb395 {
    margin-bottom: 105.33333vw !important;
  }
}

.u-mb400 {
  margin-bottom: 400px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb400 {
    margin-bottom: 20.83333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb400 {
    margin-bottom: 53.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb400 {
    margin-bottom: 106.66667vw !important;
  }
}

.u-mb405 {
  margin-bottom: 405px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb405 {
    margin-bottom: 21.09375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb405 {
    margin-bottom: 54vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb405 {
    margin-bottom: 108vw !important;
  }
}

.u-mb410 {
  margin-bottom: 410px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb410 {
    margin-bottom: 21.35417vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb410 {
    margin-bottom: 54.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb410 {
    margin-bottom: 109.33333vw !important;
  }
}

.u-mb415 {
  margin-bottom: 415px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb415 {
    margin-bottom: 21.61458vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb415 {
    margin-bottom: 55.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb415 {
    margin-bottom: 110.66667vw !important;
  }
}

.u-mb420 {
  margin-bottom: 420px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb420 {
    margin-bottom: 21.875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb420 {
    margin-bottom: 56vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb420 {
    margin-bottom: 112vw !important;
  }
}

.u-mb425 {
  margin-bottom: 425px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb425 {
    margin-bottom: 22.13542vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb425 {
    margin-bottom: 56.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb425 {
    margin-bottom: 113.33333vw !important;
  }
}

.u-mb430 {
  margin-bottom: 430px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb430 {
    margin-bottom: 22.39583vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb430 {
    margin-bottom: 57.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb430 {
    margin-bottom: 114.66667vw !important;
  }
}

.u-mb435 {
  margin-bottom: 435px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb435 {
    margin-bottom: 22.65625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb435 {
    margin-bottom: 58vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb435 {
    margin-bottom: 116vw !important;
  }
}

.u-mb440 {
  margin-bottom: 440px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb440 {
    margin-bottom: 22.91667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb440 {
    margin-bottom: 58.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb440 {
    margin-bottom: 117.33333vw !important;
  }
}

.u-mb445 {
  margin-bottom: 445px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb445 {
    margin-bottom: 23.17708vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb445 {
    margin-bottom: 59.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb445 {
    margin-bottom: 118.66667vw !important;
  }
}

.u-mb450 {
  margin-bottom: 450px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb450 {
    margin-bottom: 23.4375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb450 {
    margin-bottom: 60vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb450 {
    margin-bottom: 120vw !important;
  }
}

.u-mb455 {
  margin-bottom: 455px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb455 {
    margin-bottom: 23.69792vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb455 {
    margin-bottom: 60.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb455 {
    margin-bottom: 121.33333vw !important;
  }
}

.u-mb460 {
  margin-bottom: 460px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb460 {
    margin-bottom: 23.95833vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb460 {
    margin-bottom: 61.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb460 {
    margin-bottom: 122.66667vw !important;
  }
}

.u-mb465 {
  margin-bottom: 465px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb465 {
    margin-bottom: 24.21875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb465 {
    margin-bottom: 62vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb465 {
    margin-bottom: 124vw !important;
  }
}

.u-mb470 {
  margin-bottom: 470px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb470 {
    margin-bottom: 24.47917vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb470 {
    margin-bottom: 62.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb470 {
    margin-bottom: 125.33333vw !important;
  }
}

.u-mb475 {
  margin-bottom: 475px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb475 {
    margin-bottom: 24.73958vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb475 {
    margin-bottom: 63.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb475 {
    margin-bottom: 126.66667vw !important;
  }
}

.u-mb480 {
  margin-bottom: 480px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb480 {
    margin-bottom: 25vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb480 {
    margin-bottom: 64vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb480 {
    margin-bottom: 128vw !important;
  }
}

.u-mb485 {
  margin-bottom: 485px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb485 {
    margin-bottom: 25.26042vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb485 {
    margin-bottom: 64.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb485 {
    margin-bottom: 129.33333vw !important;
  }
}

.u-mb490 {
  margin-bottom: 490px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb490 {
    margin-bottom: 25.52083vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb490 {
    margin-bottom: 65.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb490 {
    margin-bottom: 130.66667vw !important;
  }
}

.u-mb495 {
  margin-bottom: 495px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb495 {
    margin-bottom: 25.78125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb495 {
    margin-bottom: 66vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb495 {
    margin-bottom: 132vw !important;
  }
}

.u-mb500 {
  margin-bottom: 500px;
}

@media print, screen and (min-width: 1921px) {
  .u-mb500 {
    margin-bottom: 26.04167vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-mb500 {
    margin-bottom: 66.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mb500 {
    margin-bottom: 133.33333vw !important;
  }
}

.u-ml0 {
  margin-left: 0px;
}

@media only screen and (max-width: 835px) {
  .u-ml0 {
    margin-left: 0vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml0 {
    margin-left: 0vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml5 {
  margin-left: 5px;
}

@media only screen and (max-width: 835px) {
  .u-ml5 {
    margin-left: 0.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml5 {
    margin-left: 1.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml10 {
  margin-left: 10px;
}

@media only screen and (max-width: 835px) {
  .u-ml10 {
    margin-left: 1.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml10 {
    margin-left: 2.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml15 {
  margin-left: 15px;
}

@media only screen and (max-width: 835px) {
  .u-ml15 {
    margin-left: 2vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml15 {
    margin-left: 4vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml20 {
  margin-left: 20px;
}

@media only screen and (max-width: 835px) {
  .u-ml20 {
    margin-left: 2.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml20 {
    margin-left: 5.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml25 {
  margin-left: 25px;
}

@media only screen and (max-width: 835px) {
  .u-ml25 {
    margin-left: 3.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml25 {
    margin-left: 6.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml30 {
  margin-left: 30px;
}

@media only screen and (max-width: 835px) {
  .u-ml30 {
    margin-left: 4vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml30 {
    margin-left: 8vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml35 {
  margin-left: 35px;
}

@media only screen and (max-width: 835px) {
  .u-ml35 {
    margin-left: 4.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml35 {
    margin-left: 9.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml40 {
  margin-left: 40px;
}

@media only screen and (max-width: 835px) {
  .u-ml40 {
    margin-left: 5.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml40 {
    margin-left: 10.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml45 {
  margin-left: 45px;
}

@media only screen and (max-width: 835px) {
  .u-ml45 {
    margin-left: 6vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml45 {
    margin-left: 12vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml50 {
  margin-left: 50px;
}

@media only screen and (max-width: 835px) {
  .u-ml50 {
    margin-left: 6.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml50 {
    margin-left: 13.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml55 {
  margin-left: 55px;
}

@media only screen and (max-width: 835px) {
  .u-ml55 {
    margin-left: 7.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml55 {
    margin-left: 14.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml60 {
  margin-left: 60px;
}

@media only screen and (max-width: 835px) {
  .u-ml60 {
    margin-left: 8vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml60 {
    margin-left: 16vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml65 {
  margin-left: 65px;
}

@media only screen and (max-width: 835px) {
  .u-ml65 {
    margin-left: 8.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml65 {
    margin-left: 17.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml70 {
  margin-left: 70px;
}

@media only screen and (max-width: 835px) {
  .u-ml70 {
    margin-left: 9.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml70 {
    margin-left: 18.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml75 {
  margin-left: 75px;
}

@media only screen and (max-width: 835px) {
  .u-ml75 {
    margin-left: 10vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml75 {
    margin-left: 20vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml80 {
  margin-left: 80px;
}

@media only screen and (max-width: 835px) {
  .u-ml80 {
    margin-left: 10.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml80 {
    margin-left: 21.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml85 {
  margin-left: 85px;
}

@media only screen and (max-width: 835px) {
  .u-ml85 {
    margin-left: 11.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml85 {
    margin-left: 22.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml90 {
  margin-left: 90px;
}

@media only screen and (max-width: 835px) {
  .u-ml90 {
    margin-left: 12vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml90 {
    margin-left: 24vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml95 {
  margin-left: 95px;
}

@media only screen and (max-width: 835px) {
  .u-ml95 {
    margin-left: 12.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml95 {
    margin-left: 25.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml100 {
  margin-left: 100px;
}

@media only screen and (max-width: 835px) {
  .u-ml100 {
    margin-left: 13.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml100 {
    margin-left: 26.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml105 {
  margin-left: 105px;
}

@media only screen and (max-width: 835px) {
  .u-ml105 {
    margin-left: 14vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml105 {
    margin-left: 28vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml110 {
  margin-left: 110px;
}

@media only screen and (max-width: 835px) {
  .u-ml110 {
    margin-left: 14.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml110 {
    margin-left: 29.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml115 {
  margin-left: 115px;
}

@media only screen and (max-width: 835px) {
  .u-ml115 {
    margin-left: 15.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml115 {
    margin-left: 30.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml120 {
  margin-left: 120px;
}

@media only screen and (max-width: 835px) {
  .u-ml120 {
    margin-left: 16vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml120 {
    margin-left: 32vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml125 {
  margin-left: 125px;
}

@media only screen and (max-width: 835px) {
  .u-ml125 {
    margin-left: 16.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml125 {
    margin-left: 33.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml130 {
  margin-left: 130px;
}

@media only screen and (max-width: 835px) {
  .u-ml130 {
    margin-left: 17.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml130 {
    margin-left: 34.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml135 {
  margin-left: 135px;
}

@media only screen and (max-width: 835px) {
  .u-ml135 {
    margin-left: 18vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml135 {
    margin-left: 36vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml140 {
  margin-left: 140px;
}

@media only screen and (max-width: 835px) {
  .u-ml140 {
    margin-left: 18.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml140 {
    margin-left: 37.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml145 {
  margin-left: 145px;
}

@media only screen and (max-width: 835px) {
  .u-ml145 {
    margin-left: 19.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml145 {
    margin-left: 38.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml150 {
  margin-left: 150px;
}

@media only screen and (max-width: 835px) {
  .u-ml150 {
    margin-left: 20vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml150 {
    margin-left: 40vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml155 {
  margin-left: 155px;
}

@media only screen and (max-width: 835px) {
  .u-ml155 {
    margin-left: 20.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml155 {
    margin-left: 41.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml160 {
  margin-left: 160px;
}

@media only screen and (max-width: 835px) {
  .u-ml160 {
    margin-left: 21.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml160 {
    margin-left: 42.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml165 {
  margin-left: 165px;
}

@media only screen and (max-width: 835px) {
  .u-ml165 {
    margin-left: 22vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml165 {
    margin-left: 44vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml170 {
  margin-left: 170px;
}

@media only screen and (max-width: 835px) {
  .u-ml170 {
    margin-left: 22.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml170 {
    margin-left: 45.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml175 {
  margin-left: 175px;
}

@media only screen and (max-width: 835px) {
  .u-ml175 {
    margin-left: 23.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml175 {
    margin-left: 46.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml180 {
  margin-left: 180px;
}

@media only screen and (max-width: 835px) {
  .u-ml180 {
    margin-left: 24vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml180 {
    margin-left: 48vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml185 {
  margin-left: 185px;
}

@media only screen and (max-width: 835px) {
  .u-ml185 {
    margin-left: 24.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml185 {
    margin-left: 49.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml190 {
  margin-left: 190px;
}

@media only screen and (max-width: 835px) {
  .u-ml190 {
    margin-left: 25.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml190 {
    margin-left: 50.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml195 {
  margin-left: 195px;
}

@media only screen and (max-width: 835px) {
  .u-ml195 {
    margin-left: 26vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml195 {
    margin-left: 52vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml200 {
  margin-left: 200px;
}

@media only screen and (max-width: 835px) {
  .u-ml200 {
    margin-left: 26.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml200 {
    margin-left: 53.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml205 {
  margin-left: 205px;
}

@media only screen and (max-width: 835px) {
  .u-ml205 {
    margin-left: 27.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml205 {
    margin-left: 54.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml210 {
  margin-left: 210px;
}

@media only screen and (max-width: 835px) {
  .u-ml210 {
    margin-left: 28vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml210 {
    margin-left: 56vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml215 {
  margin-left: 215px;
}

@media only screen and (max-width: 835px) {
  .u-ml215 {
    margin-left: 28.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml215 {
    margin-left: 57.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml220 {
  margin-left: 220px;
}

@media only screen and (max-width: 835px) {
  .u-ml220 {
    margin-left: 29.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml220 {
    margin-left: 58.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml225 {
  margin-left: 225px;
}

@media only screen and (max-width: 835px) {
  .u-ml225 {
    margin-left: 30vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml225 {
    margin-left: 60vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml230 {
  margin-left: 230px;
}

@media only screen and (max-width: 835px) {
  .u-ml230 {
    margin-left: 30.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml230 {
    margin-left: 61.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml235 {
  margin-left: 235px;
}

@media only screen and (max-width: 835px) {
  .u-ml235 {
    margin-left: 31.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml235 {
    margin-left: 62.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml240 {
  margin-left: 240px;
}

@media only screen and (max-width: 835px) {
  .u-ml240 {
    margin-left: 32vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml240 {
    margin-left: 64vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml245 {
  margin-left: 245px;
}

@media only screen and (max-width: 835px) {
  .u-ml245 {
    margin-left: 32.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml245 {
    margin-left: 65.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml250 {
  margin-left: 250px;
}

@media only screen and (max-width: 835px) {
  .u-ml250 {
    margin-left: 33.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml250 {
    margin-left: 66.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml255 {
  margin-left: 255px;
}

@media only screen and (max-width: 835px) {
  .u-ml255 {
    margin-left: 34vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml255 {
    margin-left: 68vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml260 {
  margin-left: 260px;
}

@media only screen and (max-width: 835px) {
  .u-ml260 {
    margin-left: 34.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml260 {
    margin-left: 69.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml265 {
  margin-left: 265px;
}

@media only screen and (max-width: 835px) {
  .u-ml265 {
    margin-left: 35.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml265 {
    margin-left: 70.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml270 {
  margin-left: 270px;
}

@media only screen and (max-width: 835px) {
  .u-ml270 {
    margin-left: 36vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml270 {
    margin-left: 72vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml275 {
  margin-left: 275px;
}

@media only screen and (max-width: 835px) {
  .u-ml275 {
    margin-left: 36.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml275 {
    margin-left: 73.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml280 {
  margin-left: 280px;
}

@media only screen and (max-width: 835px) {
  .u-ml280 {
    margin-left: 37.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml280 {
    margin-left: 74.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml285 {
  margin-left: 285px;
}

@media only screen and (max-width: 835px) {
  .u-ml285 {
    margin-left: 38vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml285 {
    margin-left: 76vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml290 {
  margin-left: 290px;
}

@media only screen and (max-width: 835px) {
  .u-ml290 {
    margin-left: 38.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml290 {
    margin-left: 77.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml295 {
  margin-left: 295px;
}

@media only screen and (max-width: 835px) {
  .u-ml295 {
    margin-left: 39.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml295 {
    margin-left: 78.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml300 {
  margin-left: 300px;
}

@media only screen and (max-width: 835px) {
  .u-ml300 {
    margin-left: 40vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml300 {
    margin-left: 80vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml305 {
  margin-left: 305px;
}

@media only screen and (max-width: 835px) {
  .u-ml305 {
    margin-left: 40.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml305 {
    margin-left: 81.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml310 {
  margin-left: 310px;
}

@media only screen and (max-width: 835px) {
  .u-ml310 {
    margin-left: 41.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml310 {
    margin-left: 82.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml315 {
  margin-left: 315px;
}

@media only screen and (max-width: 835px) {
  .u-ml315 {
    margin-left: 42vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml315 {
    margin-left: 84vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml320 {
  margin-left: 320px;
}

@media only screen and (max-width: 835px) {
  .u-ml320 {
    margin-left: 42.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml320 {
    margin-left: 85.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml325 {
  margin-left: 325px;
}

@media only screen and (max-width: 835px) {
  .u-ml325 {
    margin-left: 43.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml325 {
    margin-left: 86.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml330 {
  margin-left: 330px;
}

@media only screen and (max-width: 835px) {
  .u-ml330 {
    margin-left: 44vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml330 {
    margin-left: 88vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml335 {
  margin-left: 335px;
}

@media only screen and (max-width: 835px) {
  .u-ml335 {
    margin-left: 44.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml335 {
    margin-left: 89.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml340 {
  margin-left: 340px;
}

@media only screen and (max-width: 835px) {
  .u-ml340 {
    margin-left: 45.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml340 {
    margin-left: 90.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml345 {
  margin-left: 345px;
}

@media only screen and (max-width: 835px) {
  .u-ml345 {
    margin-left: 46vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml345 {
    margin-left: 92vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml350 {
  margin-left: 350px;
}

@media only screen and (max-width: 835px) {
  .u-ml350 {
    margin-left: 46.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml350 {
    margin-left: 93.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml355 {
  margin-left: 355px;
}

@media only screen and (max-width: 835px) {
  .u-ml355 {
    margin-left: 47.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml355 {
    margin-left: 94.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml360 {
  margin-left: 360px;
}

@media only screen and (max-width: 835px) {
  .u-ml360 {
    margin-left: 48vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml360 {
    margin-left: 96vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml365 {
  margin-left: 365px;
}

@media only screen and (max-width: 835px) {
  .u-ml365 {
    margin-left: 48.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml365 {
    margin-left: 97.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml370 {
  margin-left: 370px;
}

@media only screen and (max-width: 835px) {
  .u-ml370 {
    margin-left: 49.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml370 {
    margin-left: 98.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml375 {
  margin-left: 375px;
}

@media only screen and (max-width: 835px) {
  .u-ml375 {
    margin-left: 50vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml375 {
    margin-left: 100vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml380 {
  margin-left: 380px;
}

@media only screen and (max-width: 835px) {
  .u-ml380 {
    margin-left: 50.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml380 {
    margin-left: 101.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml385 {
  margin-left: 385px;
}

@media only screen and (max-width: 835px) {
  .u-ml385 {
    margin-left: 51.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml385 {
    margin-left: 102.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml390 {
  margin-left: 390px;
}

@media only screen and (max-width: 835px) {
  .u-ml390 {
    margin-left: 52vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml390 {
    margin-left: 104vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml395 {
  margin-left: 395px;
}

@media only screen and (max-width: 835px) {
  .u-ml395 {
    margin-left: 52.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml395 {
    margin-left: 105.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml400 {
  margin-left: 400px;
}

@media only screen and (max-width: 835px) {
  .u-ml400 {
    margin-left: 53.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml400 {
    margin-left: 106.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml405 {
  margin-left: 405px;
}

@media only screen and (max-width: 835px) {
  .u-ml405 {
    margin-left: 54vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml405 {
    margin-left: 108vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml410 {
  margin-left: 410px;
}

@media only screen and (max-width: 835px) {
  .u-ml410 {
    margin-left: 54.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml410 {
    margin-left: 109.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml415 {
  margin-left: 415px;
}

@media only screen and (max-width: 835px) {
  .u-ml415 {
    margin-left: 55.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml415 {
    margin-left: 110.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml420 {
  margin-left: 420px;
}

@media only screen and (max-width: 835px) {
  .u-ml420 {
    margin-left: 56vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml420 {
    margin-left: 112vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml425 {
  margin-left: 425px;
}

@media only screen and (max-width: 835px) {
  .u-ml425 {
    margin-left: 56.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml425 {
    margin-left: 113.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml430 {
  margin-left: 430px;
}

@media only screen and (max-width: 835px) {
  .u-ml430 {
    margin-left: 57.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml430 {
    margin-left: 114.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml435 {
  margin-left: 435px;
}

@media only screen and (max-width: 835px) {
  .u-ml435 {
    margin-left: 58vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml435 {
    margin-left: 116vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml440 {
  margin-left: 440px;
}

@media only screen and (max-width: 835px) {
  .u-ml440 {
    margin-left: 58.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml440 {
    margin-left: 117.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml445 {
  margin-left: 445px;
}

@media only screen and (max-width: 835px) {
  .u-ml445 {
    margin-left: 59.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml445 {
    margin-left: 118.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml450 {
  margin-left: 450px;
}

@media only screen and (max-width: 835px) {
  .u-ml450 {
    margin-left: 60vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml450 {
    margin-left: 120vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml455 {
  margin-left: 455px;
}

@media only screen and (max-width: 835px) {
  .u-ml455 {
    margin-left: 60.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml455 {
    margin-left: 121.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml460 {
  margin-left: 460px;
}

@media only screen and (max-width: 835px) {
  .u-ml460 {
    margin-left: 61.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml460 {
    margin-left: 122.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml465 {
  margin-left: 465px;
}

@media only screen and (max-width: 835px) {
  .u-ml465 {
    margin-left: 62vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml465 {
    margin-left: 124vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml470 {
  margin-left: 470px;
}

@media only screen and (max-width: 835px) {
  .u-ml470 {
    margin-left: 62.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml470 {
    margin-left: 125.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml475 {
  margin-left: 475px;
}

@media only screen and (max-width: 835px) {
  .u-ml475 {
    margin-left: 63.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml475 {
    margin-left: 126.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml480 {
  margin-left: 480px;
}

@media only screen and (max-width: 835px) {
  .u-ml480 {
    margin-left: 64vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml480 {
    margin-left: 128vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml485 {
  margin-left: 485px;
}

@media only screen and (max-width: 835px) {
  .u-ml485 {
    margin-left: 64.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml485 {
    margin-left: 129.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml490 {
  margin-left: 490px;
}

@media only screen and (max-width: 835px) {
  .u-ml490 {
    margin-left: 65.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml490 {
    margin-left: 130.66667vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml495 {
  margin-left: 495px;
}

@media only screen and (max-width: 835px) {
  .u-ml495 {
    margin-left: 66vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml495 {
    margin-left: 132vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-ml500 {
  margin-left: 500px;
}

@media only screen and (max-width: 835px) {
  .u-ml500 {
    margin-left: 66.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-ml500 {
    margin-left: 133.33333vw;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
}

.u-mr0 {
  margin-right: 0px;
}

@media only screen and (max-width: 835px) {
  .u-mr0 {
    margin-right: 0vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr0 {
    margin-right: 0vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr5 {
  margin-right: 5px;
}

@media only screen and (max-width: 835px) {
  .u-mr5 {
    margin-right: 0.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr5 {
    margin-right: 1.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr10 {
  margin-right: 10px;
}

@media only screen and (max-width: 835px) {
  .u-mr10 {
    margin-right: 1.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr10 {
    margin-right: 2.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr15 {
  margin-right: 15px;
}

@media only screen and (max-width: 835px) {
  .u-mr15 {
    margin-right: 2vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr15 {
    margin-right: 4vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr20 {
  margin-right: 20px;
}

@media only screen and (max-width: 835px) {
  .u-mr20 {
    margin-right: 2.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr20 {
    margin-right: 5.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr25 {
  margin-right: 25px;
}

@media only screen and (max-width: 835px) {
  .u-mr25 {
    margin-right: 3.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr25 {
    margin-right: 6.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr30 {
  margin-right: 30px;
}

@media only screen and (max-width: 835px) {
  .u-mr30 {
    margin-right: 4vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr30 {
    margin-right: 8vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr35 {
  margin-right: 35px;
}

@media only screen and (max-width: 835px) {
  .u-mr35 {
    margin-right: 4.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr35 {
    margin-right: 9.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr40 {
  margin-right: 40px;
}

@media only screen and (max-width: 835px) {
  .u-mr40 {
    margin-right: 5.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr40 {
    margin-right: 10.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr45 {
  margin-right: 45px;
}

@media only screen and (max-width: 835px) {
  .u-mr45 {
    margin-right: 6vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr45 {
    margin-right: 12vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr50 {
  margin-right: 50px;
}

@media only screen and (max-width: 835px) {
  .u-mr50 {
    margin-right: 6.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr50 {
    margin-right: 13.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr55 {
  margin-right: 55px;
}

@media only screen and (max-width: 835px) {
  .u-mr55 {
    margin-right: 7.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr55 {
    margin-right: 14.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr60 {
  margin-right: 60px;
}

@media only screen and (max-width: 835px) {
  .u-mr60 {
    margin-right: 8vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr60 {
    margin-right: 16vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr65 {
  margin-right: 65px;
}

@media only screen and (max-width: 835px) {
  .u-mr65 {
    margin-right: 8.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr65 {
    margin-right: 17.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr70 {
  margin-right: 70px;
}

@media only screen and (max-width: 835px) {
  .u-mr70 {
    margin-right: 9.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr70 {
    margin-right: 18.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr75 {
  margin-right: 75px;
}

@media only screen and (max-width: 835px) {
  .u-mr75 {
    margin-right: 10vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr75 {
    margin-right: 20vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr80 {
  margin-right: 80px;
}

@media only screen and (max-width: 835px) {
  .u-mr80 {
    margin-right: 10.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr80 {
    margin-right: 21.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr85 {
  margin-right: 85px;
}

@media only screen and (max-width: 835px) {
  .u-mr85 {
    margin-right: 11.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr85 {
    margin-right: 22.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr90 {
  margin-right: 90px;
}

@media only screen and (max-width: 835px) {
  .u-mr90 {
    margin-right: 12vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr90 {
    margin-right: 24vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr95 {
  margin-right: 95px;
}

@media only screen and (max-width: 835px) {
  .u-mr95 {
    margin-right: 12.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr95 {
    margin-right: 25.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr100 {
  margin-right: 100px;
}

@media only screen and (max-width: 835px) {
  .u-mr100 {
    margin-right: 13.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr100 {
    margin-right: 26.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr105 {
  margin-right: 105px;
}

@media only screen and (max-width: 835px) {
  .u-mr105 {
    margin-right: 14vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr105 {
    margin-right: 28vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr110 {
  margin-right: 110px;
}

@media only screen and (max-width: 835px) {
  .u-mr110 {
    margin-right: 14.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr110 {
    margin-right: 29.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr115 {
  margin-right: 115px;
}

@media only screen and (max-width: 835px) {
  .u-mr115 {
    margin-right: 15.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr115 {
    margin-right: 30.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr120 {
  margin-right: 120px;
}

@media only screen and (max-width: 835px) {
  .u-mr120 {
    margin-right: 16vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr120 {
    margin-right: 32vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr125 {
  margin-right: 125px;
}

@media only screen and (max-width: 835px) {
  .u-mr125 {
    margin-right: 16.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr125 {
    margin-right: 33.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr130 {
  margin-right: 130px;
}

@media only screen and (max-width: 835px) {
  .u-mr130 {
    margin-right: 17.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr130 {
    margin-right: 34.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr135 {
  margin-right: 135px;
}

@media only screen and (max-width: 835px) {
  .u-mr135 {
    margin-right: 18vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr135 {
    margin-right: 36vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr140 {
  margin-right: 140px;
}

@media only screen and (max-width: 835px) {
  .u-mr140 {
    margin-right: 18.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr140 {
    margin-right: 37.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr145 {
  margin-right: 145px;
}

@media only screen and (max-width: 835px) {
  .u-mr145 {
    margin-right: 19.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr145 {
    margin-right: 38.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr150 {
  margin-right: 150px;
}

@media only screen and (max-width: 835px) {
  .u-mr150 {
    margin-right: 20vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr150 {
    margin-right: 40vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr155 {
  margin-right: 155px;
}

@media only screen and (max-width: 835px) {
  .u-mr155 {
    margin-right: 20.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr155 {
    margin-right: 41.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr160 {
  margin-right: 160px;
}

@media only screen and (max-width: 835px) {
  .u-mr160 {
    margin-right: 21.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr160 {
    margin-right: 42.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr165 {
  margin-right: 165px;
}

@media only screen and (max-width: 835px) {
  .u-mr165 {
    margin-right: 22vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr165 {
    margin-right: 44vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr170 {
  margin-right: 170px;
}

@media only screen and (max-width: 835px) {
  .u-mr170 {
    margin-right: 22.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr170 {
    margin-right: 45.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr175 {
  margin-right: 175px;
}

@media only screen and (max-width: 835px) {
  .u-mr175 {
    margin-right: 23.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr175 {
    margin-right: 46.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr180 {
  margin-right: 180px;
}

@media only screen and (max-width: 835px) {
  .u-mr180 {
    margin-right: 24vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr180 {
    margin-right: 48vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr185 {
  margin-right: 185px;
}

@media only screen and (max-width: 835px) {
  .u-mr185 {
    margin-right: 24.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr185 {
    margin-right: 49.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr190 {
  margin-right: 190px;
}

@media only screen and (max-width: 835px) {
  .u-mr190 {
    margin-right: 25.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr190 {
    margin-right: 50.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr195 {
  margin-right: 195px;
}

@media only screen and (max-width: 835px) {
  .u-mr195 {
    margin-right: 26vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr195 {
    margin-right: 52vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr200 {
  margin-right: 200px;
}

@media only screen and (max-width: 835px) {
  .u-mr200 {
    margin-right: 26.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr200 {
    margin-right: 53.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr205 {
  margin-right: 205px;
}

@media only screen and (max-width: 835px) {
  .u-mr205 {
    margin-right: 27.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr205 {
    margin-right: 54.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr210 {
  margin-right: 210px;
}

@media only screen and (max-width: 835px) {
  .u-mr210 {
    margin-right: 28vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr210 {
    margin-right: 56vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr215 {
  margin-right: 215px;
}

@media only screen and (max-width: 835px) {
  .u-mr215 {
    margin-right: 28.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr215 {
    margin-right: 57.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr220 {
  margin-right: 220px;
}

@media only screen and (max-width: 835px) {
  .u-mr220 {
    margin-right: 29.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr220 {
    margin-right: 58.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr225 {
  margin-right: 225px;
}

@media only screen and (max-width: 835px) {
  .u-mr225 {
    margin-right: 30vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr225 {
    margin-right: 60vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr230 {
  margin-right: 230px;
}

@media only screen and (max-width: 835px) {
  .u-mr230 {
    margin-right: 30.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr230 {
    margin-right: 61.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr235 {
  margin-right: 235px;
}

@media only screen and (max-width: 835px) {
  .u-mr235 {
    margin-right: 31.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr235 {
    margin-right: 62.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr240 {
  margin-right: 240px;
}

@media only screen and (max-width: 835px) {
  .u-mr240 {
    margin-right: 32vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr240 {
    margin-right: 64vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr245 {
  margin-right: 245px;
}

@media only screen and (max-width: 835px) {
  .u-mr245 {
    margin-right: 32.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr245 {
    margin-right: 65.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr250 {
  margin-right: 250px;
}

@media only screen and (max-width: 835px) {
  .u-mr250 {
    margin-right: 33.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr250 {
    margin-right: 66.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr255 {
  margin-right: 255px;
}

@media only screen and (max-width: 835px) {
  .u-mr255 {
    margin-right: 34vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr255 {
    margin-right: 68vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr260 {
  margin-right: 260px;
}

@media only screen and (max-width: 835px) {
  .u-mr260 {
    margin-right: 34.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr260 {
    margin-right: 69.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr265 {
  margin-right: 265px;
}

@media only screen and (max-width: 835px) {
  .u-mr265 {
    margin-right: 35.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr265 {
    margin-right: 70.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr270 {
  margin-right: 270px;
}

@media only screen and (max-width: 835px) {
  .u-mr270 {
    margin-right: 36vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr270 {
    margin-right: 72vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr275 {
  margin-right: 275px;
}

@media only screen and (max-width: 835px) {
  .u-mr275 {
    margin-right: 36.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr275 {
    margin-right: 73.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr280 {
  margin-right: 280px;
}

@media only screen and (max-width: 835px) {
  .u-mr280 {
    margin-right: 37.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr280 {
    margin-right: 74.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr285 {
  margin-right: 285px;
}

@media only screen and (max-width: 835px) {
  .u-mr285 {
    margin-right: 38vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr285 {
    margin-right: 76vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr290 {
  margin-right: 290px;
}

@media only screen and (max-width: 835px) {
  .u-mr290 {
    margin-right: 38.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr290 {
    margin-right: 77.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr295 {
  margin-right: 295px;
}

@media only screen and (max-width: 835px) {
  .u-mr295 {
    margin-right: 39.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr295 {
    margin-right: 78.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr300 {
  margin-right: 300px;
}

@media only screen and (max-width: 835px) {
  .u-mr300 {
    margin-right: 40vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr300 {
    margin-right: 80vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr305 {
  margin-right: 305px;
}

@media only screen and (max-width: 835px) {
  .u-mr305 {
    margin-right: 40.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr305 {
    margin-right: 81.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr310 {
  margin-right: 310px;
}

@media only screen and (max-width: 835px) {
  .u-mr310 {
    margin-right: 41.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr310 {
    margin-right: 82.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr315 {
  margin-right: 315px;
}

@media only screen and (max-width: 835px) {
  .u-mr315 {
    margin-right: 42vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr315 {
    margin-right: 84vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr320 {
  margin-right: 320px;
}

@media only screen and (max-width: 835px) {
  .u-mr320 {
    margin-right: 42.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr320 {
    margin-right: 85.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr325 {
  margin-right: 325px;
}

@media only screen and (max-width: 835px) {
  .u-mr325 {
    margin-right: 43.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr325 {
    margin-right: 86.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr330 {
  margin-right: 330px;
}

@media only screen and (max-width: 835px) {
  .u-mr330 {
    margin-right: 44vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr330 {
    margin-right: 88vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr335 {
  margin-right: 335px;
}

@media only screen and (max-width: 835px) {
  .u-mr335 {
    margin-right: 44.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr335 {
    margin-right: 89.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr340 {
  margin-right: 340px;
}

@media only screen and (max-width: 835px) {
  .u-mr340 {
    margin-right: 45.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr340 {
    margin-right: 90.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr345 {
  margin-right: 345px;
}

@media only screen and (max-width: 835px) {
  .u-mr345 {
    margin-right: 46vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr345 {
    margin-right: 92vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr350 {
  margin-right: 350px;
}

@media only screen and (max-width: 835px) {
  .u-mr350 {
    margin-right: 46.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr350 {
    margin-right: 93.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr355 {
  margin-right: 355px;
}

@media only screen and (max-width: 835px) {
  .u-mr355 {
    margin-right: 47.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr355 {
    margin-right: 94.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr360 {
  margin-right: 360px;
}

@media only screen and (max-width: 835px) {
  .u-mr360 {
    margin-right: 48vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr360 {
    margin-right: 96vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr365 {
  margin-right: 365px;
}

@media only screen and (max-width: 835px) {
  .u-mr365 {
    margin-right: 48.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr365 {
    margin-right: 97.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr370 {
  margin-right: 370px;
}

@media only screen and (max-width: 835px) {
  .u-mr370 {
    margin-right: 49.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr370 {
    margin-right: 98.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr375 {
  margin-right: 375px;
}

@media only screen and (max-width: 835px) {
  .u-mr375 {
    margin-right: 50vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr375 {
    margin-right: 100vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr380 {
  margin-right: 380px;
}

@media only screen and (max-width: 835px) {
  .u-mr380 {
    margin-right: 50.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr380 {
    margin-right: 101.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr385 {
  margin-right: 385px;
}

@media only screen and (max-width: 835px) {
  .u-mr385 {
    margin-right: 51.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr385 {
    margin-right: 102.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr390 {
  margin-right: 390px;
}

@media only screen and (max-width: 835px) {
  .u-mr390 {
    margin-right: 52vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr390 {
    margin-right: 104vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr395 {
  margin-right: 395px;
}

@media only screen and (max-width: 835px) {
  .u-mr395 {
    margin-right: 52.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr395 {
    margin-right: 105.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr400 {
  margin-right: 400px;
}

@media only screen and (max-width: 835px) {
  .u-mr400 {
    margin-right: 53.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr400 {
    margin-right: 106.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr405 {
  margin-right: 405px;
}

@media only screen and (max-width: 835px) {
  .u-mr405 {
    margin-right: 54vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr405 {
    margin-right: 108vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr410 {
  margin-right: 410px;
}

@media only screen and (max-width: 835px) {
  .u-mr410 {
    margin-right: 54.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr410 {
    margin-right: 109.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr415 {
  margin-right: 415px;
}

@media only screen and (max-width: 835px) {
  .u-mr415 {
    margin-right: 55.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr415 {
    margin-right: 110.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr420 {
  margin-right: 420px;
}

@media only screen and (max-width: 835px) {
  .u-mr420 {
    margin-right: 56vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr420 {
    margin-right: 112vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr425 {
  margin-right: 425px;
}

@media only screen and (max-width: 835px) {
  .u-mr425 {
    margin-right: 56.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr425 {
    margin-right: 113.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr430 {
  margin-right: 430px;
}

@media only screen and (max-width: 835px) {
  .u-mr430 {
    margin-right: 57.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr430 {
    margin-right: 114.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr435 {
  margin-right: 435px;
}

@media only screen and (max-width: 835px) {
  .u-mr435 {
    margin-right: 58vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr435 {
    margin-right: 116vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr440 {
  margin-right: 440px;
}

@media only screen and (max-width: 835px) {
  .u-mr440 {
    margin-right: 58.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr440 {
    margin-right: 117.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr445 {
  margin-right: 445px;
}

@media only screen and (max-width: 835px) {
  .u-mr445 {
    margin-right: 59.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr445 {
    margin-right: 118.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr450 {
  margin-right: 450px;
}

@media only screen and (max-width: 835px) {
  .u-mr450 {
    margin-right: 60vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr450 {
    margin-right: 120vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr455 {
  margin-right: 455px;
}

@media only screen and (max-width: 835px) {
  .u-mr455 {
    margin-right: 60.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr455 {
    margin-right: 121.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr460 {
  margin-right: 460px;
}

@media only screen and (max-width: 835px) {
  .u-mr460 {
    margin-right: 61.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr460 {
    margin-right: 122.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr465 {
  margin-right: 465px;
}

@media only screen and (max-width: 835px) {
  .u-mr465 {
    margin-right: 62vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr465 {
    margin-right: 124vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr470 {
  margin-right: 470px;
}

@media only screen and (max-width: 835px) {
  .u-mr470 {
    margin-right: 62.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr470 {
    margin-right: 125.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr475 {
  margin-right: 475px;
}

@media only screen and (max-width: 835px) {
  .u-mr475 {
    margin-right: 63.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr475 {
    margin-right: 126.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr480 {
  margin-right: 480px;
}

@media only screen and (max-width: 835px) {
  .u-mr480 {
    margin-right: 64vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr480 {
    margin-right: 128vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr485 {
  margin-right: 485px;
}

@media only screen and (max-width: 835px) {
  .u-mr485 {
    margin-right: 64.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr485 {
    margin-right: 129.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr490 {
  margin-right: 490px;
}

@media only screen and (max-width: 835px) {
  .u-mr490 {
    margin-right: 65.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr490 {
    margin-right: 130.66667vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr495 {
  margin-right: 495px;
}

@media only screen and (max-width: 835px) {
  .u-mr495 {
    margin-right: 66vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr495 {
    margin-right: 132vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-mr500 {
  margin-right: 500px;
}

@media only screen and (max-width: 835px) {
  .u-mr500 {
    margin-right: 66.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-mr500 {
    margin-right: 133.33333vw;
  }
  .u-sp-mr0 {
    margin-left: 0 !important;
  }
}

.u-pt0 {
  padding-top: 0px;
}

@media only screen and (max-width: 835px) {
  .u-pt0 {
    padding-top: 0vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt0 {
    padding-top: 0vw;
  }
}

.u-pt5 {
  padding-top: 5px;
}

@media only screen and (max-width: 835px) {
  .u-pt5 {
    padding-top: 0.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt5 {
    padding-top: 1.33333vw;
  }
}

.u-pt10 {
  padding-top: 10px;
}

@media only screen and (max-width: 835px) {
  .u-pt10 {
    padding-top: 1.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt10 {
    padding-top: 2.66667vw;
  }
}

.u-pt15 {
  padding-top: 15px;
}

@media only screen and (max-width: 835px) {
  .u-pt15 {
    padding-top: 2vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt15 {
    padding-top: 4vw;
  }
}

.u-pt20 {
  padding-top: 20px;
}

@media only screen and (max-width: 835px) {
  .u-pt20 {
    padding-top: 2.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt20 {
    padding-top: 5.33333vw;
  }
}

.u-pt25 {
  padding-top: 25px;
}

@media only screen and (max-width: 835px) {
  .u-pt25 {
    padding-top: 3.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt25 {
    padding-top: 6.66667vw;
  }
}

.u-pt30 {
  padding-top: 30px;
}

@media only screen and (max-width: 835px) {
  .u-pt30 {
    padding-top: 4vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt30 {
    padding-top: 8vw;
  }
}

.u-pt35 {
  padding-top: 35px;
}

@media only screen and (max-width: 835px) {
  .u-pt35 {
    padding-top: 4.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt35 {
    padding-top: 9.33333vw;
  }
}

.u-pt40 {
  padding-top: 40px;
}

@media only screen and (max-width: 835px) {
  .u-pt40 {
    padding-top: 5.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt40 {
    padding-top: 10.66667vw;
  }
}

.u-pt45 {
  padding-top: 45px;
}

@media only screen and (max-width: 835px) {
  .u-pt45 {
    padding-top: 6vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt45 {
    padding-top: 12vw;
  }
}

.u-pt50 {
  padding-top: 50px;
}

@media only screen and (max-width: 835px) {
  .u-pt50 {
    padding-top: 6.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt50 {
    padding-top: 13.33333vw;
  }
}

.u-pt55 {
  padding-top: 55px;
}

@media only screen and (max-width: 835px) {
  .u-pt55 {
    padding-top: 7.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt55 {
    padding-top: 14.66667vw;
  }
}

.u-pt60 {
  padding-top: 60px;
}

@media only screen and (max-width: 835px) {
  .u-pt60 {
    padding-top: 8vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt60 {
    padding-top: 16vw;
  }
}

.u-pt65 {
  padding-top: 65px;
}

@media only screen and (max-width: 835px) {
  .u-pt65 {
    padding-top: 8.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt65 {
    padding-top: 17.33333vw;
  }
}

.u-pt70 {
  padding-top: 70px;
}

@media only screen and (max-width: 835px) {
  .u-pt70 {
    padding-top: 9.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt70 {
    padding-top: 18.66667vw;
  }
}

.u-pt75 {
  padding-top: 75px;
}

@media only screen and (max-width: 835px) {
  .u-pt75 {
    padding-top: 10vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt75 {
    padding-top: 20vw;
  }
}

.u-pt80 {
  padding-top: 80px;
}

@media only screen and (max-width: 835px) {
  .u-pt80 {
    padding-top: 10.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt80 {
    padding-top: 21.33333vw;
  }
}

.u-pt85 {
  padding-top: 85px;
}

@media only screen and (max-width: 835px) {
  .u-pt85 {
    padding-top: 11.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt85 {
    padding-top: 22.66667vw;
  }
}

.u-pt90 {
  padding-top: 90px;
}

@media only screen and (max-width: 835px) {
  .u-pt90 {
    padding-top: 12vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt90 {
    padding-top: 24vw;
  }
}

.u-pt95 {
  padding-top: 95px;
}

@media only screen and (max-width: 835px) {
  .u-pt95 {
    padding-top: 12.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt95 {
    padding-top: 25.33333vw;
  }
}

.u-pt100 {
  padding-top: 100px;
}

@media only screen and (max-width: 835px) {
  .u-pt100 {
    padding-top: 13.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt100 {
    padding-top: 26.66667vw;
  }
}

.u-pt105 {
  padding-top: 105px;
}

@media only screen and (max-width: 835px) {
  .u-pt105 {
    padding-top: 14vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt105 {
    padding-top: 28vw;
  }
}

.u-pt110 {
  padding-top: 110px;
}

@media only screen and (max-width: 835px) {
  .u-pt110 {
    padding-top: 14.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt110 {
    padding-top: 29.33333vw;
  }
}

.u-pt115 {
  padding-top: 115px;
}

@media only screen and (max-width: 835px) {
  .u-pt115 {
    padding-top: 15.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt115 {
    padding-top: 30.66667vw;
  }
}

.u-pt120 {
  padding-top: 120px;
}

@media only screen and (max-width: 835px) {
  .u-pt120 {
    padding-top: 16vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt120 {
    padding-top: 32vw;
  }
}

.u-pt125 {
  padding-top: 125px;
}

@media only screen and (max-width: 835px) {
  .u-pt125 {
    padding-top: 16.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt125 {
    padding-top: 33.33333vw;
  }
}

.u-pt130 {
  padding-top: 130px;
}

@media only screen and (max-width: 835px) {
  .u-pt130 {
    padding-top: 17.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt130 {
    padding-top: 34.66667vw;
  }
}

.u-pt135 {
  padding-top: 135px;
}

@media only screen and (max-width: 835px) {
  .u-pt135 {
    padding-top: 18vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt135 {
    padding-top: 36vw;
  }
}

.u-pt140 {
  padding-top: 140px;
}

@media only screen and (max-width: 835px) {
  .u-pt140 {
    padding-top: 18.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt140 {
    padding-top: 37.33333vw;
  }
}

.u-pt145 {
  padding-top: 145px;
}

@media only screen and (max-width: 835px) {
  .u-pt145 {
    padding-top: 19.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt145 {
    padding-top: 38.66667vw;
  }
}

.u-pt150 {
  padding-top: 150px;
}

@media only screen and (max-width: 835px) {
  .u-pt150 {
    padding-top: 20vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt150 {
    padding-top: 40vw;
  }
}

.u-pt155 {
  padding-top: 155px;
}

@media only screen and (max-width: 835px) {
  .u-pt155 {
    padding-top: 20.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt155 {
    padding-top: 41.33333vw;
  }
}

.u-pt160 {
  padding-top: 160px;
}

@media only screen and (max-width: 835px) {
  .u-pt160 {
    padding-top: 21.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt160 {
    padding-top: 42.66667vw;
  }
}

.u-pt165 {
  padding-top: 165px;
}

@media only screen and (max-width: 835px) {
  .u-pt165 {
    padding-top: 22vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt165 {
    padding-top: 44vw;
  }
}

.u-pt170 {
  padding-top: 170px;
}

@media only screen and (max-width: 835px) {
  .u-pt170 {
    padding-top: 22.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt170 {
    padding-top: 45.33333vw;
  }
}

.u-pt175 {
  padding-top: 175px;
}

@media only screen and (max-width: 835px) {
  .u-pt175 {
    padding-top: 23.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt175 {
    padding-top: 46.66667vw;
  }
}

.u-pt180 {
  padding-top: 180px;
}

@media only screen and (max-width: 835px) {
  .u-pt180 {
    padding-top: 24vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt180 {
    padding-top: 48vw;
  }
}

.u-pt185 {
  padding-top: 185px;
}

@media only screen and (max-width: 835px) {
  .u-pt185 {
    padding-top: 24.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt185 {
    padding-top: 49.33333vw;
  }
}

.u-pt190 {
  padding-top: 190px;
}

@media only screen and (max-width: 835px) {
  .u-pt190 {
    padding-top: 25.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt190 {
    padding-top: 50.66667vw;
  }
}

.u-pt195 {
  padding-top: 195px;
}

@media only screen and (max-width: 835px) {
  .u-pt195 {
    padding-top: 26vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt195 {
    padding-top: 52vw;
  }
}

.u-pt200 {
  padding-top: 200px;
}

@media only screen and (max-width: 835px) {
  .u-pt200 {
    padding-top: 26.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt200 {
    padding-top: 53.33333vw;
  }
}

.u-pt205 {
  padding-top: 205px;
}

@media only screen and (max-width: 835px) {
  .u-pt205 {
    padding-top: 27.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt205 {
    padding-top: 54.66667vw;
  }
}

.u-pt210 {
  padding-top: 210px;
}

@media only screen and (max-width: 835px) {
  .u-pt210 {
    padding-top: 28vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt210 {
    padding-top: 56vw;
  }
}

.u-pt215 {
  padding-top: 215px;
}

@media only screen and (max-width: 835px) {
  .u-pt215 {
    padding-top: 28.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt215 {
    padding-top: 57.33333vw;
  }
}

.u-pt220 {
  padding-top: 220px;
}

@media only screen and (max-width: 835px) {
  .u-pt220 {
    padding-top: 29.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt220 {
    padding-top: 58.66667vw;
  }
}

.u-pt225 {
  padding-top: 225px;
}

@media only screen and (max-width: 835px) {
  .u-pt225 {
    padding-top: 30vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt225 {
    padding-top: 60vw;
  }
}

.u-pt230 {
  padding-top: 230px;
}

@media only screen and (max-width: 835px) {
  .u-pt230 {
    padding-top: 30.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt230 {
    padding-top: 61.33333vw;
  }
}

.u-pt235 {
  padding-top: 235px;
}

@media only screen and (max-width: 835px) {
  .u-pt235 {
    padding-top: 31.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt235 {
    padding-top: 62.66667vw;
  }
}

.u-pt240 {
  padding-top: 240px;
}

@media only screen and (max-width: 835px) {
  .u-pt240 {
    padding-top: 32vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt240 {
    padding-top: 64vw;
  }
}

.u-pt245 {
  padding-top: 245px;
}

@media only screen and (max-width: 835px) {
  .u-pt245 {
    padding-top: 32.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt245 {
    padding-top: 65.33333vw;
  }
}

.u-pt250 {
  padding-top: 250px;
}

@media only screen and (max-width: 835px) {
  .u-pt250 {
    padding-top: 33.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt250 {
    padding-top: 66.66667vw;
  }
}

.u-pt255 {
  padding-top: 255px;
}

@media only screen and (max-width: 835px) {
  .u-pt255 {
    padding-top: 34vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt255 {
    padding-top: 68vw;
  }
}

.u-pt260 {
  padding-top: 260px;
}

@media only screen and (max-width: 835px) {
  .u-pt260 {
    padding-top: 34.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt260 {
    padding-top: 69.33333vw;
  }
}

.u-pt265 {
  padding-top: 265px;
}

@media only screen and (max-width: 835px) {
  .u-pt265 {
    padding-top: 35.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt265 {
    padding-top: 70.66667vw;
  }
}

.u-pt270 {
  padding-top: 270px;
}

@media only screen and (max-width: 835px) {
  .u-pt270 {
    padding-top: 36vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt270 {
    padding-top: 72vw;
  }
}

.u-pt275 {
  padding-top: 275px;
}

@media only screen and (max-width: 835px) {
  .u-pt275 {
    padding-top: 36.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt275 {
    padding-top: 73.33333vw;
  }
}

.u-pt280 {
  padding-top: 280px;
}

@media only screen and (max-width: 835px) {
  .u-pt280 {
    padding-top: 37.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt280 {
    padding-top: 74.66667vw;
  }
}

.u-pt285 {
  padding-top: 285px;
}

@media only screen and (max-width: 835px) {
  .u-pt285 {
    padding-top: 38vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt285 {
    padding-top: 76vw;
  }
}

.u-pt290 {
  padding-top: 290px;
}

@media only screen and (max-width: 835px) {
  .u-pt290 {
    padding-top: 38.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt290 {
    padding-top: 77.33333vw;
  }
}

.u-pt295 {
  padding-top: 295px;
}

@media only screen and (max-width: 835px) {
  .u-pt295 {
    padding-top: 39.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt295 {
    padding-top: 78.66667vw;
  }
}

.u-pt300 {
  padding-top: 300px;
}

@media only screen and (max-width: 835px) {
  .u-pt300 {
    padding-top: 40vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt300 {
    padding-top: 80vw;
  }
}

.u-pt305 {
  padding-top: 305px;
}

@media only screen and (max-width: 835px) {
  .u-pt305 {
    padding-top: 40.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt305 {
    padding-top: 81.33333vw;
  }
}

.u-pt310 {
  padding-top: 310px;
}

@media only screen and (max-width: 835px) {
  .u-pt310 {
    padding-top: 41.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt310 {
    padding-top: 82.66667vw;
  }
}

.u-pt315 {
  padding-top: 315px;
}

@media only screen and (max-width: 835px) {
  .u-pt315 {
    padding-top: 42vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt315 {
    padding-top: 84vw;
  }
}

.u-pt320 {
  padding-top: 320px;
}

@media only screen and (max-width: 835px) {
  .u-pt320 {
    padding-top: 42.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt320 {
    padding-top: 85.33333vw;
  }
}

.u-pt325 {
  padding-top: 325px;
}

@media only screen and (max-width: 835px) {
  .u-pt325 {
    padding-top: 43.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt325 {
    padding-top: 86.66667vw;
  }
}

.u-pt330 {
  padding-top: 330px;
}

@media only screen and (max-width: 835px) {
  .u-pt330 {
    padding-top: 44vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt330 {
    padding-top: 88vw;
  }
}

.u-pt335 {
  padding-top: 335px;
}

@media only screen and (max-width: 835px) {
  .u-pt335 {
    padding-top: 44.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt335 {
    padding-top: 89.33333vw;
  }
}

.u-pt340 {
  padding-top: 340px;
}

@media only screen and (max-width: 835px) {
  .u-pt340 {
    padding-top: 45.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt340 {
    padding-top: 90.66667vw;
  }
}

.u-pt345 {
  padding-top: 345px;
}

@media only screen and (max-width: 835px) {
  .u-pt345 {
    padding-top: 46vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt345 {
    padding-top: 92vw;
  }
}

.u-pt350 {
  padding-top: 350px;
}

@media only screen and (max-width: 835px) {
  .u-pt350 {
    padding-top: 46.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt350 {
    padding-top: 93.33333vw;
  }
}

.u-pt355 {
  padding-top: 355px;
}

@media only screen and (max-width: 835px) {
  .u-pt355 {
    padding-top: 47.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt355 {
    padding-top: 94.66667vw;
  }
}

.u-pt360 {
  padding-top: 360px;
}

@media only screen and (max-width: 835px) {
  .u-pt360 {
    padding-top: 48vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt360 {
    padding-top: 96vw;
  }
}

.u-pt365 {
  padding-top: 365px;
}

@media only screen and (max-width: 835px) {
  .u-pt365 {
    padding-top: 48.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt365 {
    padding-top: 97.33333vw;
  }
}

.u-pt370 {
  padding-top: 370px;
}

@media only screen and (max-width: 835px) {
  .u-pt370 {
    padding-top: 49.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt370 {
    padding-top: 98.66667vw;
  }
}

.u-pt375 {
  padding-top: 375px;
}

@media only screen and (max-width: 835px) {
  .u-pt375 {
    padding-top: 50vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt375 {
    padding-top: 100vw;
  }
}

.u-pt380 {
  padding-top: 380px;
}

@media only screen and (max-width: 835px) {
  .u-pt380 {
    padding-top: 50.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt380 {
    padding-top: 101.33333vw;
  }
}

.u-pt385 {
  padding-top: 385px;
}

@media only screen and (max-width: 835px) {
  .u-pt385 {
    padding-top: 51.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt385 {
    padding-top: 102.66667vw;
  }
}

.u-pt390 {
  padding-top: 390px;
}

@media only screen and (max-width: 835px) {
  .u-pt390 {
    padding-top: 52vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt390 {
    padding-top: 104vw;
  }
}

.u-pt395 {
  padding-top: 395px;
}

@media only screen and (max-width: 835px) {
  .u-pt395 {
    padding-top: 52.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt395 {
    padding-top: 105.33333vw;
  }
}

.u-pt400 {
  padding-top: 400px;
}

@media only screen and (max-width: 835px) {
  .u-pt400 {
    padding-top: 53.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt400 {
    padding-top: 106.66667vw;
  }
}

.u-pt405 {
  padding-top: 405px;
}

@media only screen and (max-width: 835px) {
  .u-pt405 {
    padding-top: 54vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt405 {
    padding-top: 108vw;
  }
}

.u-pt410 {
  padding-top: 410px;
}

@media only screen and (max-width: 835px) {
  .u-pt410 {
    padding-top: 54.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt410 {
    padding-top: 109.33333vw;
  }
}

.u-pt415 {
  padding-top: 415px;
}

@media only screen and (max-width: 835px) {
  .u-pt415 {
    padding-top: 55.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt415 {
    padding-top: 110.66667vw;
  }
}

.u-pt420 {
  padding-top: 420px;
}

@media only screen and (max-width: 835px) {
  .u-pt420 {
    padding-top: 56vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt420 {
    padding-top: 112vw;
  }
}

.u-pt425 {
  padding-top: 425px;
}

@media only screen and (max-width: 835px) {
  .u-pt425 {
    padding-top: 56.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt425 {
    padding-top: 113.33333vw;
  }
}

.u-pt430 {
  padding-top: 430px;
}

@media only screen and (max-width: 835px) {
  .u-pt430 {
    padding-top: 57.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt430 {
    padding-top: 114.66667vw;
  }
}

.u-pt435 {
  padding-top: 435px;
}

@media only screen and (max-width: 835px) {
  .u-pt435 {
    padding-top: 58vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt435 {
    padding-top: 116vw;
  }
}

.u-pt440 {
  padding-top: 440px;
}

@media only screen and (max-width: 835px) {
  .u-pt440 {
    padding-top: 58.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt440 {
    padding-top: 117.33333vw;
  }
}

.u-pt445 {
  padding-top: 445px;
}

@media only screen and (max-width: 835px) {
  .u-pt445 {
    padding-top: 59.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt445 {
    padding-top: 118.66667vw;
  }
}

.u-pt450 {
  padding-top: 450px;
}

@media only screen and (max-width: 835px) {
  .u-pt450 {
    padding-top: 60vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt450 {
    padding-top: 120vw;
  }
}

.u-pt455 {
  padding-top: 455px;
}

@media only screen and (max-width: 835px) {
  .u-pt455 {
    padding-top: 60.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt455 {
    padding-top: 121.33333vw;
  }
}

.u-pt460 {
  padding-top: 460px;
}

@media only screen and (max-width: 835px) {
  .u-pt460 {
    padding-top: 61.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt460 {
    padding-top: 122.66667vw;
  }
}

.u-pt465 {
  padding-top: 465px;
}

@media only screen and (max-width: 835px) {
  .u-pt465 {
    padding-top: 62vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt465 {
    padding-top: 124vw;
  }
}

.u-pt470 {
  padding-top: 470px;
}

@media only screen and (max-width: 835px) {
  .u-pt470 {
    padding-top: 62.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt470 {
    padding-top: 125.33333vw;
  }
}

.u-pt475 {
  padding-top: 475px;
}

@media only screen and (max-width: 835px) {
  .u-pt475 {
    padding-top: 63.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt475 {
    padding-top: 126.66667vw;
  }
}

.u-pt480 {
  padding-top: 480px;
}

@media only screen and (max-width: 835px) {
  .u-pt480 {
    padding-top: 64vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt480 {
    padding-top: 128vw;
  }
}

.u-pt485 {
  padding-top: 485px;
}

@media only screen and (max-width: 835px) {
  .u-pt485 {
    padding-top: 64.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt485 {
    padding-top: 129.33333vw;
  }
}

.u-pt490 {
  padding-top: 490px;
}

@media only screen and (max-width: 835px) {
  .u-pt490 {
    padding-top: 65.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt490 {
    padding-top: 130.66667vw;
  }
}

.u-pt495 {
  padding-top: 495px;
}

@media only screen and (max-width: 835px) {
  .u-pt495 {
    padding-top: 66vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt495 {
    padding-top: 132vw;
  }
}

.u-pt500 {
  padding-top: 500px;
}

@media only screen and (max-width: 835px) {
  .u-pt500 {
    padding-top: 66.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pt500 {
    padding-top: 133.33333vw;
  }
}

.u-pb0 {
  padding-bottom: 0px;
}

@media only screen and (max-width: 835px) {
  .u-pb0 {
    padding-bottom: 0vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb0 {
    padding-bottom: 0vw;
  }
}

.u-pb5 {
  padding-bottom: 5px;
}

@media only screen and (max-width: 835px) {
  .u-pb5 {
    padding-bottom: 0.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb5 {
    padding-bottom: 1.33333vw;
  }
}

.u-pb10 {
  padding-bottom: 10px;
}

@media only screen and (max-width: 835px) {
  .u-pb10 {
    padding-bottom: 1.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb10 {
    padding-bottom: 2.66667vw;
  }
}

.u-pb15 {
  padding-bottom: 15px;
}

@media only screen and (max-width: 835px) {
  .u-pb15 {
    padding-bottom: 2vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb15 {
    padding-bottom: 4vw;
  }
}

.u-pb20 {
  padding-bottom: 20px;
}

@media only screen and (max-width: 835px) {
  .u-pb20 {
    padding-bottom: 2.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb20 {
    padding-bottom: 5.33333vw;
  }
}

.u-pb25 {
  padding-bottom: 25px;
}

@media only screen and (max-width: 835px) {
  .u-pb25 {
    padding-bottom: 3.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb25 {
    padding-bottom: 6.66667vw;
  }
}

.u-pb30 {
  padding-bottom: 30px;
}

@media only screen and (max-width: 835px) {
  .u-pb30 {
    padding-bottom: 4vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb30 {
    padding-bottom: 8vw;
  }
}

.u-pb35 {
  padding-bottom: 35px;
}

@media only screen and (max-width: 835px) {
  .u-pb35 {
    padding-bottom: 4.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb35 {
    padding-bottom: 9.33333vw;
  }
}

.u-pb40 {
  padding-bottom: 40px;
}

@media only screen and (max-width: 835px) {
  .u-pb40 {
    padding-bottom: 5.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb40 {
    padding-bottom: 10.66667vw;
  }
}

.u-pb45 {
  padding-bottom: 45px;
}

@media only screen and (max-width: 835px) {
  .u-pb45 {
    padding-bottom: 6vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb45 {
    padding-bottom: 12vw;
  }
}

.u-pb50 {
  padding-bottom: 50px;
}

@media only screen and (max-width: 835px) {
  .u-pb50 {
    padding-bottom: 6.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb50 {
    padding-bottom: 13.33333vw;
  }
}

.u-pb55 {
  padding-bottom: 55px;
}

@media only screen and (max-width: 835px) {
  .u-pb55 {
    padding-bottom: 7.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb55 {
    padding-bottom: 14.66667vw;
  }
}

.u-pb60 {
  padding-bottom: 60px;
}

@media only screen and (max-width: 835px) {
  .u-pb60 {
    padding-bottom: 8vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb60 {
    padding-bottom: 16vw;
  }
}

.u-pb65 {
  padding-bottom: 65px;
}

@media only screen and (max-width: 835px) {
  .u-pb65 {
    padding-bottom: 8.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb65 {
    padding-bottom: 17.33333vw;
  }
}

.u-pb70 {
  padding-bottom: 70px;
}

@media only screen and (max-width: 835px) {
  .u-pb70 {
    padding-bottom: 9.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb70 {
    padding-bottom: 18.66667vw;
  }
}

.u-pb75 {
  padding-bottom: 75px;
}

@media only screen and (max-width: 835px) {
  .u-pb75 {
    padding-bottom: 10vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb75 {
    padding-bottom: 20vw;
  }
}

.u-pb80 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 835px) {
  .u-pb80 {
    padding-bottom: 10.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb80 {
    padding-bottom: 21.33333vw;
  }
}

.u-pb85 {
  padding-bottom: 85px;
}

@media only screen and (max-width: 835px) {
  .u-pb85 {
    padding-bottom: 11.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb85 {
    padding-bottom: 22.66667vw;
  }
}

.u-pb90 {
  padding-bottom: 90px;
}

@media only screen and (max-width: 835px) {
  .u-pb90 {
    padding-bottom: 12vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb90 {
    padding-bottom: 24vw;
  }
}

.u-pb95 {
  padding-bottom: 95px;
}

@media only screen and (max-width: 835px) {
  .u-pb95 {
    padding-bottom: 12.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb95 {
    padding-bottom: 25.33333vw;
  }
}

.u-pb100 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 835px) {
  .u-pb100 {
    padding-bottom: 13.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb100 {
    padding-bottom: 26.66667vw;
  }
}

.u-pb105 {
  padding-bottom: 105px;
}

@media only screen and (max-width: 835px) {
  .u-pb105 {
    padding-bottom: 14vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb105 {
    padding-bottom: 28vw;
  }
}

.u-pb110 {
  padding-bottom: 110px;
}

@media only screen and (max-width: 835px) {
  .u-pb110 {
    padding-bottom: 14.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb110 {
    padding-bottom: 29.33333vw;
  }
}

.u-pb115 {
  padding-bottom: 115px;
}

@media only screen and (max-width: 835px) {
  .u-pb115 {
    padding-bottom: 15.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb115 {
    padding-bottom: 30.66667vw;
  }
}

.u-pb120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 835px) {
  .u-pb120 {
    padding-bottom: 16vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb120 {
    padding-bottom: 32vw;
  }
}

.u-pb125 {
  padding-bottom: 125px;
}

@media only screen and (max-width: 835px) {
  .u-pb125 {
    padding-bottom: 16.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb125 {
    padding-bottom: 33.33333vw;
  }
}

.u-pb130 {
  padding-bottom: 130px;
}

@media only screen and (max-width: 835px) {
  .u-pb130 {
    padding-bottom: 17.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb130 {
    padding-bottom: 34.66667vw;
  }
}

.u-pb135 {
  padding-bottom: 135px;
}

@media only screen and (max-width: 835px) {
  .u-pb135 {
    padding-bottom: 18vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb135 {
    padding-bottom: 36vw;
  }
}

.u-pb140 {
  padding-bottom: 140px;
}

@media only screen and (max-width: 835px) {
  .u-pb140 {
    padding-bottom: 18.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb140 {
    padding-bottom: 37.33333vw;
  }
}

.u-pb145 {
  padding-bottom: 145px;
}

@media only screen and (max-width: 835px) {
  .u-pb145 {
    padding-bottom: 19.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb145 {
    padding-bottom: 38.66667vw;
  }
}

.u-pb150 {
  padding-bottom: 150px;
}

@media only screen and (max-width: 835px) {
  .u-pb150 {
    padding-bottom: 20vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb150 {
    padding-bottom: 40vw;
  }
}

.u-pb155 {
  padding-bottom: 155px;
}

@media only screen and (max-width: 835px) {
  .u-pb155 {
    padding-bottom: 20.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb155 {
    padding-bottom: 41.33333vw;
  }
}

.u-pb160 {
  padding-bottom: 160px;
}

@media only screen and (max-width: 835px) {
  .u-pb160 {
    padding-bottom: 21.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb160 {
    padding-bottom: 42.66667vw;
  }
}

.u-pb165 {
  padding-bottom: 165px;
}

@media only screen and (max-width: 835px) {
  .u-pb165 {
    padding-bottom: 22vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb165 {
    padding-bottom: 44vw;
  }
}

.u-pb170 {
  padding-bottom: 170px;
}

@media only screen and (max-width: 835px) {
  .u-pb170 {
    padding-bottom: 22.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb170 {
    padding-bottom: 45.33333vw;
  }
}

.u-pb175 {
  padding-bottom: 175px;
}

@media only screen and (max-width: 835px) {
  .u-pb175 {
    padding-bottom: 23.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb175 {
    padding-bottom: 46.66667vw;
  }
}

.u-pb180 {
  padding-bottom: 180px;
}

@media only screen and (max-width: 835px) {
  .u-pb180 {
    padding-bottom: 24vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb180 {
    padding-bottom: 48vw;
  }
}

.u-pb185 {
  padding-bottom: 185px;
}

@media only screen and (max-width: 835px) {
  .u-pb185 {
    padding-bottom: 24.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb185 {
    padding-bottom: 49.33333vw;
  }
}

.u-pb190 {
  padding-bottom: 190px;
}

@media only screen and (max-width: 835px) {
  .u-pb190 {
    padding-bottom: 25.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb190 {
    padding-bottom: 50.66667vw;
  }
}

.u-pb195 {
  padding-bottom: 195px;
}

@media only screen and (max-width: 835px) {
  .u-pb195 {
    padding-bottom: 26vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb195 {
    padding-bottom: 52vw;
  }
}

.u-pb200 {
  padding-bottom: 200px;
}

@media only screen and (max-width: 835px) {
  .u-pb200 {
    padding-bottom: 26.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb200 {
    padding-bottom: 53.33333vw;
  }
}

.u-pb205 {
  padding-bottom: 205px;
}

@media only screen and (max-width: 835px) {
  .u-pb205 {
    padding-bottom: 27.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb205 {
    padding-bottom: 54.66667vw;
  }
}

.u-pb210 {
  padding-bottom: 210px;
}

@media only screen and (max-width: 835px) {
  .u-pb210 {
    padding-bottom: 28vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb210 {
    padding-bottom: 56vw;
  }
}

.u-pb215 {
  padding-bottom: 215px;
}

@media only screen and (max-width: 835px) {
  .u-pb215 {
    padding-bottom: 28.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb215 {
    padding-bottom: 57.33333vw;
  }
}

.u-pb220 {
  padding-bottom: 220px;
}

@media only screen and (max-width: 835px) {
  .u-pb220 {
    padding-bottom: 29.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb220 {
    padding-bottom: 58.66667vw;
  }
}

.u-pb225 {
  padding-bottom: 225px;
}

@media only screen and (max-width: 835px) {
  .u-pb225 {
    padding-bottom: 30vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb225 {
    padding-bottom: 60vw;
  }
}

.u-pb230 {
  padding-bottom: 230px;
}

@media only screen and (max-width: 835px) {
  .u-pb230 {
    padding-bottom: 30.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb230 {
    padding-bottom: 61.33333vw;
  }
}

.u-pb235 {
  padding-bottom: 235px;
}

@media only screen and (max-width: 835px) {
  .u-pb235 {
    padding-bottom: 31.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb235 {
    padding-bottom: 62.66667vw;
  }
}

.u-pb240 {
  padding-bottom: 240px;
}

@media only screen and (max-width: 835px) {
  .u-pb240 {
    padding-bottom: 32vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb240 {
    padding-bottom: 64vw;
  }
}

.u-pb245 {
  padding-bottom: 245px;
}

@media only screen and (max-width: 835px) {
  .u-pb245 {
    padding-bottom: 32.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb245 {
    padding-bottom: 65.33333vw;
  }
}

.u-pb250 {
  padding-bottom: 250px;
}

@media only screen and (max-width: 835px) {
  .u-pb250 {
    padding-bottom: 33.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb250 {
    padding-bottom: 66.66667vw;
  }
}

.u-pb255 {
  padding-bottom: 255px;
}

@media only screen and (max-width: 835px) {
  .u-pb255 {
    padding-bottom: 34vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb255 {
    padding-bottom: 68vw;
  }
}

.u-pb260 {
  padding-bottom: 260px;
}

@media only screen and (max-width: 835px) {
  .u-pb260 {
    padding-bottom: 34.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb260 {
    padding-bottom: 69.33333vw;
  }
}

.u-pb265 {
  padding-bottom: 265px;
}

@media only screen and (max-width: 835px) {
  .u-pb265 {
    padding-bottom: 35.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb265 {
    padding-bottom: 70.66667vw;
  }
}

.u-pb270 {
  padding-bottom: 270px;
}

@media only screen and (max-width: 835px) {
  .u-pb270 {
    padding-bottom: 36vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb270 {
    padding-bottom: 72vw;
  }
}

.u-pb275 {
  padding-bottom: 275px;
}

@media only screen and (max-width: 835px) {
  .u-pb275 {
    padding-bottom: 36.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb275 {
    padding-bottom: 73.33333vw;
  }
}

.u-pb280 {
  padding-bottom: 280px;
}

@media only screen and (max-width: 835px) {
  .u-pb280 {
    padding-bottom: 37.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb280 {
    padding-bottom: 74.66667vw;
  }
}

.u-pb285 {
  padding-bottom: 285px;
}

@media only screen and (max-width: 835px) {
  .u-pb285 {
    padding-bottom: 38vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb285 {
    padding-bottom: 76vw;
  }
}

.u-pb290 {
  padding-bottom: 290px;
}

@media only screen and (max-width: 835px) {
  .u-pb290 {
    padding-bottom: 38.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb290 {
    padding-bottom: 77.33333vw;
  }
}

.u-pb295 {
  padding-bottom: 295px;
}

@media only screen and (max-width: 835px) {
  .u-pb295 {
    padding-bottom: 39.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb295 {
    padding-bottom: 78.66667vw;
  }
}

.u-pb300 {
  padding-bottom: 300px;
}

@media only screen and (max-width: 835px) {
  .u-pb300 {
    padding-bottom: 40vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb300 {
    padding-bottom: 80vw;
  }
}

.u-pb305 {
  padding-bottom: 305px;
}

@media only screen and (max-width: 835px) {
  .u-pb305 {
    padding-bottom: 40.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb305 {
    padding-bottom: 81.33333vw;
  }
}

.u-pb310 {
  padding-bottom: 310px;
}

@media only screen and (max-width: 835px) {
  .u-pb310 {
    padding-bottom: 41.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb310 {
    padding-bottom: 82.66667vw;
  }
}

.u-pb315 {
  padding-bottom: 315px;
}

@media only screen and (max-width: 835px) {
  .u-pb315 {
    padding-bottom: 42vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb315 {
    padding-bottom: 84vw;
  }
}

.u-pb320 {
  padding-bottom: 320px;
}

@media only screen and (max-width: 835px) {
  .u-pb320 {
    padding-bottom: 42.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb320 {
    padding-bottom: 85.33333vw;
  }
}

.u-pb325 {
  padding-bottom: 325px;
}

@media only screen and (max-width: 835px) {
  .u-pb325 {
    padding-bottom: 43.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb325 {
    padding-bottom: 86.66667vw;
  }
}

.u-pb330 {
  padding-bottom: 330px;
}

@media only screen and (max-width: 835px) {
  .u-pb330 {
    padding-bottom: 44vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb330 {
    padding-bottom: 88vw;
  }
}

.u-pb335 {
  padding-bottom: 335px;
}

@media only screen and (max-width: 835px) {
  .u-pb335 {
    padding-bottom: 44.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb335 {
    padding-bottom: 89.33333vw;
  }
}

.u-pb340 {
  padding-bottom: 340px;
}

@media only screen and (max-width: 835px) {
  .u-pb340 {
    padding-bottom: 45.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb340 {
    padding-bottom: 90.66667vw;
  }
}

.u-pb345 {
  padding-bottom: 345px;
}

@media only screen and (max-width: 835px) {
  .u-pb345 {
    padding-bottom: 46vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb345 {
    padding-bottom: 92vw;
  }
}

.u-pb350 {
  padding-bottom: 350px;
}

@media only screen and (max-width: 835px) {
  .u-pb350 {
    padding-bottom: 46.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb350 {
    padding-bottom: 93.33333vw;
  }
}

.u-pb355 {
  padding-bottom: 355px;
}

@media only screen and (max-width: 835px) {
  .u-pb355 {
    padding-bottom: 47.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb355 {
    padding-bottom: 94.66667vw;
  }
}

.u-pb360 {
  padding-bottom: 360px;
}

@media only screen and (max-width: 835px) {
  .u-pb360 {
    padding-bottom: 48vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb360 {
    padding-bottom: 96vw;
  }
}

.u-pb365 {
  padding-bottom: 365px;
}

@media only screen and (max-width: 835px) {
  .u-pb365 {
    padding-bottom: 48.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb365 {
    padding-bottom: 97.33333vw;
  }
}

.u-pb370 {
  padding-bottom: 370px;
}

@media only screen and (max-width: 835px) {
  .u-pb370 {
    padding-bottom: 49.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb370 {
    padding-bottom: 98.66667vw;
  }
}

.u-pb375 {
  padding-bottom: 375px;
}

@media only screen and (max-width: 835px) {
  .u-pb375 {
    padding-bottom: 50vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb375 {
    padding-bottom: 100vw;
  }
}

.u-pb380 {
  padding-bottom: 380px;
}

@media only screen and (max-width: 835px) {
  .u-pb380 {
    padding-bottom: 50.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb380 {
    padding-bottom: 101.33333vw;
  }
}

.u-pb385 {
  padding-bottom: 385px;
}

@media only screen and (max-width: 835px) {
  .u-pb385 {
    padding-bottom: 51.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb385 {
    padding-bottom: 102.66667vw;
  }
}

.u-pb390 {
  padding-bottom: 390px;
}

@media only screen and (max-width: 835px) {
  .u-pb390 {
    padding-bottom: 52vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb390 {
    padding-bottom: 104vw;
  }
}

.u-pb395 {
  padding-bottom: 395px;
}

@media only screen and (max-width: 835px) {
  .u-pb395 {
    padding-bottom: 52.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb395 {
    padding-bottom: 105.33333vw;
  }
}

.u-pb400 {
  padding-bottom: 400px;
}

@media only screen and (max-width: 835px) {
  .u-pb400 {
    padding-bottom: 53.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb400 {
    padding-bottom: 106.66667vw;
  }
}

.u-pb405 {
  padding-bottom: 405px;
}

@media only screen and (max-width: 835px) {
  .u-pb405 {
    padding-bottom: 54vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb405 {
    padding-bottom: 108vw;
  }
}

.u-pb410 {
  padding-bottom: 410px;
}

@media only screen and (max-width: 835px) {
  .u-pb410 {
    padding-bottom: 54.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb410 {
    padding-bottom: 109.33333vw;
  }
}

.u-pb415 {
  padding-bottom: 415px;
}

@media only screen and (max-width: 835px) {
  .u-pb415 {
    padding-bottom: 55.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb415 {
    padding-bottom: 110.66667vw;
  }
}

.u-pb420 {
  padding-bottom: 420px;
}

@media only screen and (max-width: 835px) {
  .u-pb420 {
    padding-bottom: 56vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb420 {
    padding-bottom: 112vw;
  }
}

.u-pb425 {
  padding-bottom: 425px;
}

@media only screen and (max-width: 835px) {
  .u-pb425 {
    padding-bottom: 56.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb425 {
    padding-bottom: 113.33333vw;
  }
}

.u-pb430 {
  padding-bottom: 430px;
}

@media only screen and (max-width: 835px) {
  .u-pb430 {
    padding-bottom: 57.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb430 {
    padding-bottom: 114.66667vw;
  }
}

.u-pb435 {
  padding-bottom: 435px;
}

@media only screen and (max-width: 835px) {
  .u-pb435 {
    padding-bottom: 58vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb435 {
    padding-bottom: 116vw;
  }
}

.u-pb440 {
  padding-bottom: 440px;
}

@media only screen and (max-width: 835px) {
  .u-pb440 {
    padding-bottom: 58.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb440 {
    padding-bottom: 117.33333vw;
  }
}

.u-pb445 {
  padding-bottom: 445px;
}

@media only screen and (max-width: 835px) {
  .u-pb445 {
    padding-bottom: 59.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb445 {
    padding-bottom: 118.66667vw;
  }
}

.u-pb450 {
  padding-bottom: 450px;
}

@media only screen and (max-width: 835px) {
  .u-pb450 {
    padding-bottom: 60vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb450 {
    padding-bottom: 120vw;
  }
}

.u-pb455 {
  padding-bottom: 455px;
}

@media only screen and (max-width: 835px) {
  .u-pb455 {
    padding-bottom: 60.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb455 {
    padding-bottom: 121.33333vw;
  }
}

.u-pb460 {
  padding-bottom: 460px;
}

@media only screen and (max-width: 835px) {
  .u-pb460 {
    padding-bottom: 61.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb460 {
    padding-bottom: 122.66667vw;
  }
}

.u-pb465 {
  padding-bottom: 465px;
}

@media only screen and (max-width: 835px) {
  .u-pb465 {
    padding-bottom: 62vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb465 {
    padding-bottom: 124vw;
  }
}

.u-pb470 {
  padding-bottom: 470px;
}

@media only screen and (max-width: 835px) {
  .u-pb470 {
    padding-bottom: 62.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb470 {
    padding-bottom: 125.33333vw;
  }
}

.u-pb475 {
  padding-bottom: 475px;
}

@media only screen and (max-width: 835px) {
  .u-pb475 {
    padding-bottom: 63.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb475 {
    padding-bottom: 126.66667vw;
  }
}

.u-pb480 {
  padding-bottom: 480px;
}

@media only screen and (max-width: 835px) {
  .u-pb480 {
    padding-bottom: 64vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb480 {
    padding-bottom: 128vw;
  }
}

.u-pb485 {
  padding-bottom: 485px;
}

@media only screen and (max-width: 835px) {
  .u-pb485 {
    padding-bottom: 64.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb485 {
    padding-bottom: 129.33333vw;
  }
}

.u-pb490 {
  padding-bottom: 490px;
}

@media only screen and (max-width: 835px) {
  .u-pb490 {
    padding-bottom: 65.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb490 {
    padding-bottom: 130.66667vw;
  }
}

.u-pb495 {
  padding-bottom: 495px;
}

@media only screen and (max-width: 835px) {
  .u-pb495 {
    padding-bottom: 66vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb495 {
    padding-bottom: 132vw;
  }
}

.u-pb500 {
  padding-bottom: 500px;
}

@media only screen and (max-width: 835px) {
  .u-pb500 {
    padding-bottom: 66.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-pb500 {
    padding-bottom: 133.33333vw;
  }
}

.u-w7p {
  width: 7%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w7p {
    width: 7% !important;
  }
}

.u-w8p {
  width: 8%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w8p {
    width: 8% !important;
  }
}

.u-w9p {
  width: 9%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w9p {
    width: 9% !important;
  }
}

.u-w10p {
  width: 10%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w10p {
    width: 10% !important;
  }
}

.u-w11p {
  width: 11%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w11p {
    width: 11% !important;
  }
}

.u-w12p {
  width: 12%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w12p {
    width: 12% !important;
  }
}

.u-w13p {
  width: 13%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w13p {
    width: 13% !important;
  }
}

.u-w14p {
  width: 14%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w14p {
    width: 14% !important;
  }
}

.u-w15p {
  width: 15%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w15p {
    width: 15% !important;
  }
}

.u-w16p {
  width: 16%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w16p {
    width: 16% !important;
  }
}

.u-w17p {
  width: 17%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w17p {
    width: 17% !important;
  }
}

.u-w18p {
  width: 18%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w18p {
    width: 18% !important;
  }
}

.u-w19p {
  width: 19%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w19p {
    width: 19% !important;
  }
}

.u-w20p {
  width: 20%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w20p {
    width: 20% !important;
  }
}

.u-w21p {
  width: 21%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w21p {
    width: 21% !important;
  }
}

.u-w22p {
  width: 22%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w22p {
    width: 22% !important;
  }
}

.u-w23p {
  width: 23%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w23p {
    width: 23% !important;
  }
}

.u-w24p {
  width: 24%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w24p {
    width: 24% !important;
  }
}

.u-w25p {
  width: 25%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w25p {
    width: 25% !important;
  }
}

.u-w26p {
  width: 26%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w26p {
    width: 26% !important;
  }
}

.u-w27p {
  width: 27%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w27p {
    width: 27% !important;
  }
}

.u-w28p {
  width: 28%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w28p {
    width: 28% !important;
  }
}

.u-w29p {
  width: 29%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w29p {
    width: 29% !important;
  }
}

.u-w30p {
  width: 30%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w30p {
    width: 30% !important;
  }
}

.u-w31p {
  width: 31%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w31p {
    width: 31% !important;
  }
}

.u-w32p {
  width: 32%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w32p {
    width: 32% !important;
  }
}

.u-w33p {
  width: 33%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w33p {
    width: 33% !important;
  }
}

.u-w34p {
  width: 34%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w34p {
    width: 34% !important;
  }
}

.u-w35p {
  width: 35%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w35p {
    width: 35% !important;
  }
}

.u-w36p {
  width: 36%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w36p {
    width: 36% !important;
  }
}

.u-w37p {
  width: 37%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w37p {
    width: 37% !important;
  }
}

.u-w38p {
  width: 38%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w38p {
    width: 38% !important;
  }
}

.u-w39p {
  width: 39%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w39p {
    width: 39% !important;
  }
}

.u-w40p {
  width: 40%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w40p {
    width: 40% !important;
  }
}

.u-w41p {
  width: 41%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w41p {
    width: 41% !important;
  }
}

.u-w42p {
  width: 42%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w42p {
    width: 42% !important;
  }
}

.u-w43p {
  width: 43%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w43p {
    width: 43% !important;
  }
}

.u-w44p {
  width: 44%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w44p {
    width: 44% !important;
  }
}

.u-w45p {
  width: 45%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w45p {
    width: 45% !important;
  }
}

.u-w46p {
  width: 46%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w46p {
    width: 46% !important;
  }
}

.u-w47p {
  width: 47%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w47p {
    width: 47% !important;
  }
}

.u-w48p {
  width: 48%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w48p {
    width: 48% !important;
  }
}

.u-w49p {
  width: 49%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w49p {
    width: 49% !important;
  }
}

.u-w50p {
  width: 50%;
}

@media only screen and (max-width: 835px) {
  .u-sp-w50p {
    width: 50% !important;
  }
}

@media only screen and (max-width: 835px) {
  .u-sp-w100p {
    width: 100% !important;
  }
}

.u-font0 {
  font-size: 0px;
}

@media print, screen and (min-width: 1921px) {
  .u-font0 {
    font-size: 0vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font0 {
    font-size: 0vw;
  }
}

.u-font1 {
  font-size: 1px;
}

@media print, screen and (min-width: 1921px) {
  .u-font1 {
    font-size: 0.05208vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font1 {
    font-size: 0.26667vw;
  }
}

.u-font2 {
  font-size: 2px;
}

@media print, screen and (min-width: 1921px) {
  .u-font2 {
    font-size: 0.10417vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font2 {
    font-size: 0.53333vw;
  }
}

.u-font3 {
  font-size: 3px;
}

@media print, screen and (min-width: 1921px) {
  .u-font3 {
    font-size: 0.15625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font3 {
    font-size: 0.8vw;
  }
}

.u-font4 {
  font-size: 4px;
}

@media print, screen and (min-width: 1921px) {
  .u-font4 {
    font-size: 0.20833vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font4 {
    font-size: 1.06667vw;
  }
}

.u-font5 {
  font-size: 5px;
}

@media print, screen and (min-width: 1921px) {
  .u-font5 {
    font-size: 0.26042vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font5 {
    font-size: 1.33333vw;
  }
}

.u-font6 {
  font-size: 6px;
}

@media print, screen and (min-width: 1921px) {
  .u-font6 {
    font-size: 0.3125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font6 {
    font-size: 1.6vw;
  }
}

.u-font7 {
  font-size: 7px;
}

@media print, screen and (min-width: 1921px) {
  .u-font7 {
    font-size: 0.36458vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font7 {
    font-size: 1.86667vw;
  }
}

.u-font8 {
  font-size: 8px;
}

@media print, screen and (min-width: 1921px) {
  .u-font8 {
    font-size: 0.41667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font8 {
    font-size: 2.13333vw;
  }
}

.u-font9 {
  font-size: 9px;
}

@media print, screen and (min-width: 1921px) {
  .u-font9 {
    font-size: 0.46875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font9 {
    font-size: 2.4vw;
  }
}

.u-font10 {
  font-size: 10px;
}

@media print, screen and (min-width: 1921px) {
  .u-font10 {
    font-size: 0.52083vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font10 {
    font-size: 2.66667vw;
  }
}

.u-font11 {
  font-size: 11px;
}

@media print, screen and (min-width: 1921px) {
  .u-font11 {
    font-size: 0.57292vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font11 {
    font-size: 2.93333vw;
  }
}

.u-font12 {
  font-size: 12px;
}

@media print, screen and (min-width: 1921px) {
  .u-font12 {
    font-size: 0.625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font12 {
    font-size: 3.2vw;
  }
}

.u-font13 {
  font-size: 13px;
}

@media print, screen and (min-width: 1921px) {
  .u-font13 {
    font-size: 0.67708vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font13 {
    font-size: 3.46667vw;
  }
}

.u-font14 {
  font-size: 14px;
}

@media print, screen and (min-width: 1921px) {
  .u-font14 {
    font-size: 0.72917vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font14 {
    font-size: 3.73333vw;
  }
}

.u-font15 {
  font-size: 15px;
}

@media print, screen and (min-width: 1921px) {
  .u-font15 {
    font-size: 0.78125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font15 {
    font-size: 4vw;
  }
}

.u-font16 {
  font-size: 16px;
}

@media print, screen and (min-width: 1921px) {
  .u-font16 {
    font-size: 0.83333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font16 {
    font-size: 4.26667vw;
  }
}

.u-font17 {
  font-size: 17px;
}

@media print, screen and (min-width: 1921px) {
  .u-font17 {
    font-size: 0.88542vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font17 {
    font-size: 4.53333vw;
  }
}

.u-font18 {
  font-size: 18px;
}

@media print, screen and (min-width: 1921px) {
  .u-font18 {
    font-size: 0.9375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font18 {
    font-size: 4.8vw;
  }
}

.u-font19 {
  font-size: 19px;
}

@media print, screen and (min-width: 1921px) {
  .u-font19 {
    font-size: 0.98958vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font19 {
    font-size: 5.06667vw;
  }
}

.u-font20 {
  font-size: 20px;
}

@media print, screen and (min-width: 1921px) {
  .u-font20 {
    font-size: 1.04167vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font20 {
    font-size: 5.33333vw;
  }
}

.u-font21 {
  font-size: 21px;
}

@media print, screen and (min-width: 1921px) {
  .u-font21 {
    font-size: 1.09375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font21 {
    font-size: 5.6vw;
  }
}

.u-font22 {
  font-size: 22px;
}

@media print, screen and (min-width: 1921px) {
  .u-font22 {
    font-size: 1.14583vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font22 {
    font-size: 5.86667vw;
  }
}

.u-font23 {
  font-size: 23px;
}

@media print, screen and (min-width: 1921px) {
  .u-font23 {
    font-size: 1.19792vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font23 {
    font-size: 6.13333vw;
  }
}

.u-font24 {
  font-size: 24px;
}

@media print, screen and (min-width: 1921px) {
  .u-font24 {
    font-size: 1.25vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font24 {
    font-size: 6.4vw;
  }
}

.u-font25 {
  font-size: 25px;
}

@media print, screen and (min-width: 1921px) {
  .u-font25 {
    font-size: 1.30208vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font25 {
    font-size: 6.66667vw;
  }
}

.u-font26 {
  font-size: 26px;
}

@media print, screen and (min-width: 1921px) {
  .u-font26 {
    font-size: 1.35417vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font26 {
    font-size: 6.93333vw;
  }
}

.u-font27 {
  font-size: 27px;
}

@media print, screen and (min-width: 1921px) {
  .u-font27 {
    font-size: 1.40625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font27 {
    font-size: 7.2vw;
  }
}

.u-font28 {
  font-size: 28px;
}

@media print, screen and (min-width: 1921px) {
  .u-font28 {
    font-size: 1.45833vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font28 {
    font-size: 7.46667vw;
  }
}

.u-font29 {
  font-size: 29px;
}

@media print, screen and (min-width: 1921px) {
  .u-font29 {
    font-size: 1.51042vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font29 {
    font-size: 7.73333vw;
  }
}

.u-font30 {
  font-size: 30px;
}

@media print, screen and (min-width: 1921px) {
  .u-font30 {
    font-size: 1.5625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font30 {
    font-size: 8vw;
  }
}

.u-font31 {
  font-size: 31px;
}

@media print, screen and (min-width: 1921px) {
  .u-font31 {
    font-size: 1.61458vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font31 {
    font-size: 8.26667vw;
  }
}

.u-font32 {
  font-size: 32px;
}

@media print, screen and (min-width: 1921px) {
  .u-font32 {
    font-size: 1.66667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font32 {
    font-size: 8.53333vw;
  }
}

.u-font33 {
  font-size: 33px;
}

@media print, screen and (min-width: 1921px) {
  .u-font33 {
    font-size: 1.71875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font33 {
    font-size: 8.8vw;
  }
}

.u-font34 {
  font-size: 34px;
}

@media print, screen and (min-width: 1921px) {
  .u-font34 {
    font-size: 1.77083vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font34 {
    font-size: 9.06667vw;
  }
}

.u-font35 {
  font-size: 35px;
}

@media print, screen and (min-width: 1921px) {
  .u-font35 {
    font-size: 1.82292vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font35 {
    font-size: 9.33333vw;
  }
}

.u-font36 {
  font-size: 36px;
}

@media print, screen and (min-width: 1921px) {
  .u-font36 {
    font-size: 1.875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font36 {
    font-size: 9.6vw;
  }
}

.u-font37 {
  font-size: 37px;
}

@media print, screen and (min-width: 1921px) {
  .u-font37 {
    font-size: 1.92708vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font37 {
    font-size: 9.86667vw;
  }
}

.u-font38 {
  font-size: 38px;
}

@media print, screen and (min-width: 1921px) {
  .u-font38 {
    font-size: 1.97917vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font38 {
    font-size: 10.13333vw;
  }
}

.u-font39 {
  font-size: 39px;
}

@media print, screen and (min-width: 1921px) {
  .u-font39 {
    font-size: 2.03125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font39 {
    font-size: 10.4vw;
  }
}

.u-font40 {
  font-size: 40px;
}

@media print, screen and (min-width: 1921px) {
  .u-font40 {
    font-size: 2.08333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font40 {
    font-size: 10.66667vw;
  }
}

.u-font41 {
  font-size: 41px;
}

@media print, screen and (min-width: 1921px) {
  .u-font41 {
    font-size: 2.13542vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font41 {
    font-size: 10.93333vw;
  }
}

.u-font42 {
  font-size: 42px;
}

@media print, screen and (min-width: 1921px) {
  .u-font42 {
    font-size: 2.1875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font42 {
    font-size: 11.2vw;
  }
}

.u-font43 {
  font-size: 43px;
}

@media print, screen and (min-width: 1921px) {
  .u-font43 {
    font-size: 2.23958vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font43 {
    font-size: 11.46667vw;
  }
}

.u-font44 {
  font-size: 44px;
}

@media print, screen and (min-width: 1921px) {
  .u-font44 {
    font-size: 2.29167vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font44 {
    font-size: 11.73333vw;
  }
}

.u-font45 {
  font-size: 45px;
}

@media print, screen and (min-width: 1921px) {
  .u-font45 {
    font-size: 2.34375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font45 {
    font-size: 12vw;
  }
}

.u-font46 {
  font-size: 46px;
}

@media print, screen and (min-width: 1921px) {
  .u-font46 {
    font-size: 2.39583vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font46 {
    font-size: 12.26667vw;
  }
}

.u-font47 {
  font-size: 47px;
}

@media print, screen and (min-width: 1921px) {
  .u-font47 {
    font-size: 2.44792vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font47 {
    font-size: 12.53333vw;
  }
}

.u-font48 {
  font-size: 48px;
}

@media print, screen and (min-width: 1921px) {
  .u-font48 {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font48 {
    font-size: 12.8vw;
  }
}

.u-font49 {
  font-size: 49px;
}

@media print, screen and (min-width: 1921px) {
  .u-font49 {
    font-size: 2.55208vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font49 {
    font-size: 13.06667vw;
  }
}

.u-font50 {
  font-size: 50px;
}

@media print, screen and (min-width: 1921px) {
  .u-font50 {
    font-size: 2.60417vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font50 {
    font-size: 13.33333vw;
  }
}

.u-font51 {
  font-size: 51px;
}

@media print, screen and (min-width: 1921px) {
  .u-font51 {
    font-size: 2.65625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font51 {
    font-size: 13.6vw;
  }
}

.u-font52 {
  font-size: 52px;
}

@media print, screen and (min-width: 1921px) {
  .u-font52 {
    font-size: 2.70833vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font52 {
    font-size: 13.86667vw;
  }
}

.u-font53 {
  font-size: 53px;
}

@media print, screen and (min-width: 1921px) {
  .u-font53 {
    font-size: 2.76042vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font53 {
    font-size: 14.13333vw;
  }
}

.u-font54 {
  font-size: 54px;
}

@media print, screen and (min-width: 1921px) {
  .u-font54 {
    font-size: 2.8125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font54 {
    font-size: 14.4vw;
  }
}

.u-font55 {
  font-size: 55px;
}

@media print, screen and (min-width: 1921px) {
  .u-font55 {
    font-size: 2.86458vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font55 {
    font-size: 14.66667vw;
  }
}

.u-font56 {
  font-size: 56px;
}

@media print, screen and (min-width: 1921px) {
  .u-font56 {
    font-size: 2.91667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font56 {
    font-size: 14.93333vw;
  }
}

.u-font57 {
  font-size: 57px;
}

@media print, screen and (min-width: 1921px) {
  .u-font57 {
    font-size: 2.96875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font57 {
    font-size: 15.2vw;
  }
}

.u-font58 {
  font-size: 58px;
}

@media print, screen and (min-width: 1921px) {
  .u-font58 {
    font-size: 3.02083vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font58 {
    font-size: 15.46667vw;
  }
}

.u-font59 {
  font-size: 59px;
}

@media print, screen and (min-width: 1921px) {
  .u-font59 {
    font-size: 3.07292vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font59 {
    font-size: 15.73333vw;
  }
}

.u-font60 {
  font-size: 60px;
}

@media print, screen and (min-width: 1921px) {
  .u-font60 {
    font-size: 3.125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font60 {
    font-size: 16vw;
  }
}

.u-font61 {
  font-size: 61px;
}

@media print, screen and (min-width: 1921px) {
  .u-font61 {
    font-size: 3.17708vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font61 {
    font-size: 16.26667vw;
  }
}

.u-font62 {
  font-size: 62px;
}

@media print, screen and (min-width: 1921px) {
  .u-font62 {
    font-size: 3.22917vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font62 {
    font-size: 16.53333vw;
  }
}

.u-font63 {
  font-size: 63px;
}

@media print, screen and (min-width: 1921px) {
  .u-font63 {
    font-size: 3.28125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font63 {
    font-size: 16.8vw;
  }
}

.u-font64 {
  font-size: 64px;
}

@media print, screen and (min-width: 1921px) {
  .u-font64 {
    font-size: 3.33333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font64 {
    font-size: 17.06667vw;
  }
}

.u-font65 {
  font-size: 65px;
}

@media print, screen and (min-width: 1921px) {
  .u-font65 {
    font-size: 3.38542vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font65 {
    font-size: 17.33333vw;
  }
}

.u-font66 {
  font-size: 66px;
}

@media print, screen and (min-width: 1921px) {
  .u-font66 {
    font-size: 3.4375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font66 {
    font-size: 17.6vw;
  }
}

.u-font67 {
  font-size: 67px;
}

@media print, screen and (min-width: 1921px) {
  .u-font67 {
    font-size: 3.48958vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font67 {
    font-size: 17.86667vw;
  }
}

.u-font68 {
  font-size: 68px;
}

@media print, screen and (min-width: 1921px) {
  .u-font68 {
    font-size: 3.54167vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font68 {
    font-size: 18.13333vw;
  }
}

.u-font69 {
  font-size: 69px;
}

@media print, screen and (min-width: 1921px) {
  .u-font69 {
    font-size: 3.59375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font69 {
    font-size: 18.4vw;
  }
}

.u-font70 {
  font-size: 70px;
}

@media print, screen and (min-width: 1921px) {
  .u-font70 {
    font-size: 3.64583vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font70 {
    font-size: 18.66667vw;
  }
}

.u-font71 {
  font-size: 71px;
}

@media print, screen and (min-width: 1921px) {
  .u-font71 {
    font-size: 3.69792vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font71 {
    font-size: 18.93333vw;
  }
}

.u-font72 {
  font-size: 72px;
}

@media print, screen and (min-width: 1921px) {
  .u-font72 {
    font-size: 3.75vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font72 {
    font-size: 19.2vw;
  }
}

.u-font73 {
  font-size: 73px;
}

@media print, screen and (min-width: 1921px) {
  .u-font73 {
    font-size: 3.80208vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font73 {
    font-size: 19.46667vw;
  }
}

.u-font74 {
  font-size: 74px;
}

@media print, screen and (min-width: 1921px) {
  .u-font74 {
    font-size: 3.85417vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font74 {
    font-size: 19.73333vw;
  }
}

.u-font75 {
  font-size: 75px;
}

@media print, screen and (min-width: 1921px) {
  .u-font75 {
    font-size: 3.90625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font75 {
    font-size: 20vw;
  }
}

.u-font76 {
  font-size: 76px;
}

@media print, screen and (min-width: 1921px) {
  .u-font76 {
    font-size: 3.95833vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font76 {
    font-size: 20.26667vw;
  }
}

.u-font77 {
  font-size: 77px;
}

@media print, screen and (min-width: 1921px) {
  .u-font77 {
    font-size: 4.01042vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font77 {
    font-size: 20.53333vw;
  }
}

.u-font78 {
  font-size: 78px;
}

@media print, screen and (min-width: 1921px) {
  .u-font78 {
    font-size: 4.0625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font78 {
    font-size: 20.8vw;
  }
}

.u-font79 {
  font-size: 79px;
}

@media print, screen and (min-width: 1921px) {
  .u-font79 {
    font-size: 4.11458vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font79 {
    font-size: 21.06667vw;
  }
}

.u-font80 {
  font-size: 80px;
}

@media print, screen and (min-width: 1921px) {
  .u-font80 {
    font-size: 4.16667vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font80 {
    font-size: 21.33333vw;
  }
}

.u-font81 {
  font-size: 81px;
}

@media print, screen and (min-width: 1921px) {
  .u-font81 {
    font-size: 4.21875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font81 {
    font-size: 21.6vw;
  }
}

.u-font82 {
  font-size: 82px;
}

@media print, screen and (min-width: 1921px) {
  .u-font82 {
    font-size: 4.27083vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font82 {
    font-size: 21.86667vw;
  }
}

.u-font83 {
  font-size: 83px;
}

@media print, screen and (min-width: 1921px) {
  .u-font83 {
    font-size: 4.32292vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font83 {
    font-size: 22.13333vw;
  }
}

.u-font84 {
  font-size: 84px;
}

@media print, screen and (min-width: 1921px) {
  .u-font84 {
    font-size: 4.375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font84 {
    font-size: 22.4vw;
  }
}

.u-font85 {
  font-size: 85px;
}

@media print, screen and (min-width: 1921px) {
  .u-font85 {
    font-size: 4.42708vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font85 {
    font-size: 22.66667vw;
  }
}

.u-font86 {
  font-size: 86px;
}

@media print, screen and (min-width: 1921px) {
  .u-font86 {
    font-size: 4.47917vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font86 {
    font-size: 22.93333vw;
  }
}

.u-font87 {
  font-size: 87px;
}

@media print, screen and (min-width: 1921px) {
  .u-font87 {
    font-size: 4.53125vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font87 {
    font-size: 23.2vw;
  }
}

.u-font88 {
  font-size: 88px;
}

@media print, screen and (min-width: 1921px) {
  .u-font88 {
    font-size: 4.58333vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font88 {
    font-size: 23.46667vw;
  }
}

.u-font89 {
  font-size: 89px;
}

@media print, screen and (min-width: 1921px) {
  .u-font89 {
    font-size: 4.63542vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font89 {
    font-size: 23.73333vw;
  }
}

.u-font90 {
  font-size: 90px;
}

@media print, screen and (min-width: 1921px) {
  .u-font90 {
    font-size: 4.6875vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font90 {
    font-size: 24vw;
  }
}

.u-font91 {
  font-size: 91px;
}

@media print, screen and (min-width: 1921px) {
  .u-font91 {
    font-size: 4.73958vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font91 {
    font-size: 24.26667vw;
  }
}

.u-font92 {
  font-size: 92px;
}

@media print, screen and (min-width: 1921px) {
  .u-font92 {
    font-size: 4.79167vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font92 {
    font-size: 24.53333vw;
  }
}

.u-font93 {
  font-size: 93px;
}

@media print, screen and (min-width: 1921px) {
  .u-font93 {
    font-size: 4.84375vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font93 {
    font-size: 24.8vw;
  }
}

.u-font94 {
  font-size: 94px;
}

@media print, screen and (min-width: 1921px) {
  .u-font94 {
    font-size: 4.89583vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font94 {
    font-size: 25.06667vw;
  }
}

.u-font95 {
  font-size: 95px;
}

@media print, screen and (min-width: 1921px) {
  .u-font95 {
    font-size: 4.94792vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font95 {
    font-size: 25.33333vw;
  }
}

.u-font96 {
  font-size: 96px;
}

@media print, screen and (min-width: 1921px) {
  .u-font96 {
    font-size: 5vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font96 {
    font-size: 25.6vw;
  }
}

.u-font97 {
  font-size: 97px;
}

@media print, screen and (min-width: 1921px) {
  .u-font97 {
    font-size: 5.05208vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font97 {
    font-size: 25.86667vw;
  }
}

.u-font98 {
  font-size: 98px;
}

@media print, screen and (min-width: 1921px) {
  .u-font98 {
    font-size: 5.10417vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font98 {
    font-size: 26.13333vw;
  }
}

.u-font99 {
  font-size: 99px;
}

@media print, screen and (min-width: 1921px) {
  .u-font99 {
    font-size: 5.15625vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font99 {
    font-size: 26.4vw;
  }
}

.u-font100 {
  font-size: 100px;
}

@media print, screen and (min-width: 1921px) {
  .u-font100 {
    font-size: 5.20833vw;
  }
}

@media only screen and (max-width: 835px) {
  .u-font100 {
    font-size: 26.66667vw;
  }
}

/*# sourceMappingURL=style.css.map */
