@charset "UTF-8";
/* ==========================================================================
 Foundation
============================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: clamp(16px * 0.8, 100vw * 16 / 1280, 19.2px);
}
@media screen and (max-width: 767px) {
  html {
    font-size: clamp(15px * 1, 100vw * 15 / 390, 18px);
  }
}

body {
  position: relative;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  background-color: #fffefa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  color: #333333;
}

body.pc a[href^="tel:"] {
  cursor: default;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.wf-shippori {
  font-family: "Shippori Mincho", serif;
}

.wf-lexend {
  font-family: "Lexend Mega", sans-serif;
}

.wf-jost {
  font-family: "Jost", sans-serif;
}

/* ==========================================================================
 layout
============================================================================*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  background-color: #ffffff;
  transition: transform 0.7s ease;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .l-header {
    font-size: clamp(15px * 1, 100vw * 15 / 390, 19.5px);
    box-shadow: none;
  }
}
.l-header.is-hidden {
  transform: translateY(-101%);
}
.l-header__top {
  background-color: #ffffff;
  color: #ffffff;
  padding: 0.9375rem 2.1875rem 0;
}
@media screen and (max-width: 819px) {
  .l-header__top {
    padding: 0.9375rem 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__top {
    padding: 1em 1.3333333333em 0.6666666667em;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 200000;
  }
}
.l-header__top-inner {
  max-width: 75.625rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-header__top-inner {
    gap: 0.6666666667em;
  }
}
.l-header__top-logos {
  display: grid;
  gap: 0rem;
}
@media screen and (max-width: 767px) {
  .l-header__top-logo {
    width: 12.5333333333em;
  }
}
.l-header__top-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .l-header__top-text {
    font-size: 0.6666666667em;
    transform: scale(0.85);
    transform-origin: left top;
  }
}
.l-header__top-right {
  display: grid;
  grid-template-columns: 188fr 235fr 235fr;
  gap: 1.25rem;
}
@media screen and (max-width: 999px) {
  .l-header__top-right {
    grid-template-columns: 188fr 200fr 200fr;
  }
}
@media screen and (max-width: 819px) {
  .l-header__top-right {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .l-header__top-right {
    display: none;
  }
}
.l-header__tel-wrap {
  display: grid;
  gap: 0.1875rem;
  justify-content: center;
  text-align: center;
  color: #333333;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-header__tel-wrap {
    font-size: 1rem;
    margin-top: 1rem;
    width: 100%;
    gap: 0.6666666667rem;
  }
}
.l-header__tel-text {
  padding-left: 0.25rem;
}
@media screen and (max-width: 767px) {
  .l-header__tel-text {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__tel-img {
    display: block;
    width: 100%;
    max-width: 16.6666666667rem;
    margin: auto;
  }
  .l-header__tel-img img {
    width: 16.6666666667rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__tel-number {
    display: block;
    width: 100%;
  }
}
.l-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 0.3125rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
@media screen and (max-width: 819px) {
  .l-header__cta {
    font-size: 0.8666666667rem;
  }
}
.l-header__cta.--orange {
  background-color: #ff8f33;
}
.l-header__cta.--green {
  background-color: #21a154;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
@media (any-hover: hover) {
  .l-header__cta:hover {
    opacity: 0.9;
    color: #ffffff;
  }
}
.l-header__cta:focus-visible {
  opacity: 0.9;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-header__cta {
    font-size: 0.7333333333rem;
    padding: 0.5333333333rem 1.0666666667rem;
    width: 100%;
    max-width: 18.75rem;
    margin: auto;
    min-height: 2.9333333333rem;
  }
}
.l-header__main {
  background-color: #ffffff;
  padding: 1.25rem 2.1875rem;
}
@media screen and (max-width: 767px) {
  .l-header__main {
    background-color: transparent;
    padding: 0;
  }
}
.l-header__inner {
  max-width: 77.5rem;
  margin: 0 auto;
}
.l-header__container {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
@media screen and (max-width: 1099px) {
  .l-header__container {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-header-nav {
    position: absolute;
    top: 4.8666666667em;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 1s;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 2.6666666667rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-header-nav {
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .is-ham-open .l-header-nav {
    opacity: 1;
    visibility: visible;
  }
}
.l-header-nav__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.6);
  backdrop-filter: blur(0px);
  transition: backdrop-filter 0.3s ease 0.1s;
}
.is-ham-open .l-header-nav__overlay {
  transition: backdrop-filter 3s ease 0.1s;
  backdrop-filter: blur(20px);
}
@media screen and (min-width: 768px) {
  .l-header-nav__overlay {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav__inner {
    width: 100%;
    padding: 0.6666666667rem 1.3333333333rem 2.6666666667rem;
    margin: 0 auto;
    position: relative;
    display: grid;
    gap: 0rem;
    background-color: #f1f5f3;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .l-header-nav__inner {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav__inner .l-footer__tel-number,
  .l-header-nav__inner .l-footer__sns-link {
    color: #333333;
  }
}
.l-header-nav__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  width: 100%;
  font-size: clamp(14px * 1, 100vw * 14 / 1280, 22.4px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header-nav__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    font-size: 14.88px;
  }
}
.l-header-nav__item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-header-nav__item:first-child {
    border-left: 1px solid #333333;
  }
  .l-header-nav__item {
    border-right: 1px solid #333333;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav__item {
    width: 100%;
    text-align: left;
  }
}
.l-header-nav__item.--toggle {
  position: relative;
}
.l-header-nav__item.--disabled a {
  opacity: 0.7;
  pointer-events: none;
}
.l-header-nav__item.--ig {
  margin-left: 1em;
  padding-right: 1em;
  font-size: clamp(22px * 1, 100vw * 22 / 1280, 35.2px);
}
@media screen and (max-width: 767px) {
  .l-header-nav__item.--ig {
    margin-left: 0;
    padding-right: 0;
    margin-top: 30px;
    font-size: 27px;
  }
}
.l-header-nav__link {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.8;
  position: relative;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-header-nav__link {
    padding: 1.3333333333em 0;
    font-size: 1em;
    border-bottom: 1px solid #cdcdcd;
  }
}
@media (any-hover: hover) {
  .l-header-nav__link:hover {
    color: #056f2f;
  }
}
.l-header-nav__link:focus-visible {
  color: #056f2f;
}
.--external .l-header-nav__link {
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .--external .l-header-nav__link {
    justify-content: flex-start;
  }
}
.--toggle .l-header-nav__link {
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .--toggle .l-header-nav__link {
    justify-content: flex-start;
  }
}
.l-header-nav__sub {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  margin-top: 2.25rem;
  max-width: 15.1875rem;
  min-width: 15.1875rem;
  background-color: #ffffff;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  overflow: visible;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
@media screen and (max-width: 767px) {
  .l-header-nav__sub {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    max-width: unset;
    min-width: unset;
    margin-top: 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    transition: none;
  }
}
.l-header-nav__sub::before {
  content: "";
  position: absolute;
  top: -3.75rem;
  left: 0;
  width: 100%;
  height: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav__sub::before {
    display: none;
  }
}
.l-header-nav__sub::after {
  content: "";
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 0.875rem 0.75rem 0.875rem;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  transition: border-color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .l-header-nav__sub::after {
    display: none;
  }
}
.l-header-nav__sub-item {
  border-bottom: 1px solid #cdcdcd;
}
@media screen and (max-width: 767px) {
  .l-header-nav__sub-item {
    border-bottom: 1px solid #cdcdcd;
  }
}
.l-header-nav__sub-item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .l-header-nav__sub-item:last-child {
    border-bottom: 1px solid #cdcdcd;
  }
}
.l-header-nav__sub-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9375rem;
  background-color: #ffffff;
  color: #333333;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .l-header-nav__sub-link {
    background-color: transparent;
    padding: 1.3333333333em 0;
    font-size: 1em;
  }
}
.l-header-nav__sub-link::before {
  content: "";
  display: block;
  width: 0.5625rem;
  border-top: 1.5px solid #21a154;
  flex-shrink: 0;
}
@media (any-hover: hover) {
  .l-header-nav__sub:has(.l-header-nav__sub-item.--assessment .l-header-nav__sub-link:hover)::after {
    border-color: transparent transparent #056f2f transparent;
  }
  .l-header-nav__sub-item.is-active .l-header-nav__sub-link, .l-header-nav__sub-link:hover {
    background-color: #056f2f;
    color: #ffffff;
  }
  .l-header-nav__sub-item.is-active .l-header-nav__sub-link::before, .l-header-nav__sub-link:hover::before {
    border-color: #ffffff;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .l-header-nav__item.--toggle:hover .l-header-nav__sub, .l-header-nav__item.--toggle:focus-within .l-header-nav__sub, .l-header-nav__item.--toggle .l-header-nav__sub:hover {
    opacity: 1;
    visibility: visible;
  }
}
.l-header-nav__en, .l-header-nav__ja {
  display: block;
}
.l-header-nav__en {
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .l-header-nav__en {
    font-size: 1.25rem;
  }
}
.l-header-nav__ja {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-header-nav__ja {
    font-size: 0.875rem;
  }
}
.l-header-nav__bottom {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-nav__bottom {
    display: block;
  }
  .l-header-nav__bottom .l-footer__information {
    display: block;
  }
}
.l-header-nav__sp {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .l-header-nav__sp {
    display: none;
  }
}

.l-footer {
  margin-top: 7.5rem;
  color: #ffffff;
  position: relative;
}
.l-main:has(.c-article-grid) + .l-footer {
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 6.6666666667rem;
    padding-top: 0;
  }
}
.l-footer.--page {
  margin-top: 6.25rem;
}
.l-footer__cta {
  background-image: url(../img/common/contact-bg.webp);
  color: #ffffff;
  padding: 5rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__cta {
    padding: 2.3333333333rem 0 5.3333333333rem;
  }
}
.l-footer__cta-card-ttl {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-footer__cta-card-ttl {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
.l-footer__cta-cards {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__cta-cards {
    grid-template-columns: 1fr;
    gap: 1.3333333333rem;
    margin-top: 2rem;
  }
}
.l-footer__cta-card {
  background-color: #ffffff;
  color: #333333;
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
  border-radius: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__cta-card {
    padding: 1.6rem;
  }
}
.l-footer__cta-card-desc {
  margin-top: 0.625rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .l-footer__cta-card-desc {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }
}
.l-footer__cta-btns {
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
}
.l-footer__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  padding: 0.625rem 0;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 0.1875rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-footer__cta-btn {
    padding: 0.8rem 0;
    font-size: 0.9333333333rem;
    width: 100%;
    font-weight: 700;
  }
}
.l-footer__cta-btn.--orange {
  background-color: #ff8f33;
}
@media screen and (max-width: 767px) {
  .l-footer__cta-btn.--orange {
    font-size: 0.9333333333rem;
  }
}
.l-footer__cta-btn.--green {
  background-color: #21a154;
}
@media screen and (max-width: 767px) {
  .l-footer__cta-btn.--green {
    font-size: 0.9333333333rem;
  }
}
@media (any-hover: hover) {
  .l-footer__cta-btn:hover {
    opacity: 0.9;
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__cta-btn {
    padding: 0.8rem 1.3333333333rem;
    font-size: 0.8rem;
  }
}
.l-footer__bottom {
  background-color: #2b3730;
  padding-top: 4.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    padding-top: 2.6666666667rem;
  }
}
.l-footer__bottom-row {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: 345fr 487fr;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom-row {
    display: flex;
    flex-direction: column;
    gap: 3.3333333333rem;
  }
}
.l-footer__bottom-left {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  align-items: flex-start;
  min-width: 200px;
  flex-shrink: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom-left {
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
  }
}
.l-footer__logo {
  width: 16.6875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 14rem;
  }
}
.l-footer__bottom-info {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom-info {
    width: 100%;
  }
}
.l-footer__bottom-info-block .l-footer__address,
.l-footer__bottom-info-block .l-footer__tel-text,
.l-footer__bottom-info-block .l-footer__txt,
.l-footer__bottom-info-block .l-footer__tel-text {
  font-size: 0.8125rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}
.l-footer__bottom-info-block .l-footer__address a,
.l-footer__bottom-info-block .l-footer__tel-text a,
.l-footer__bottom-info-block .l-footer__txt a,
.l-footer__bottom-info-block .l-footer__tel-text a {
  font-size: 0.8125rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .l-footer__bottom-info-block .l-footer__address,
  .l-footer__bottom-info-block .l-footer__tel-text,
  .l-footer__bottom-info-block .l-footer__txt {
    font-size: 0.8rem;
  }
}
.l-footer__txt {
  font-weight: 400;
}
.l-footer__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 1.75rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer__divider {
    margin: 1.6rem 0;
  }
}
.l-footer__nav {
  display: flex;
  justify-content: flex-end;
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    gap: 2rem;
  }
}
.l-footer__nav-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 1.25rem;
}
.l-footer__nav-item {
  font-size: 0.875rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item {
    gap: 1rem;
  }
}
.l-footer__nav-item a {
  color: #ffffff;
  text-decoration: none;
}
@media (any-hover: hover) {
  .l-footer__nav-item a:hover {
    text-decoration: underline;
  }
}
.l-footer__nav-item a:focus-visible {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item {
    font-size: 0.8rem;
  }
}
.l-footer__nav-item a.--flex {
  display: flex;
  gap: 0.25rem;
}
.l-footer__nav-sublist {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.l-footer__nav-subitem {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.l-footer__nav-subitem::before {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 1.5px;
  background-color: #ffffff;
}
.l-footer__copyright-wrap {
  margin-top: 3.125rem;
  padding-bottom: 3.125rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright-wrap {
    margin-top: 5.3333333333rem;
    padding-bottom: 1rem;
    text-align: center;
    padding-right: 0;
  }
}
.l-footer__copyright {
  font-size: 0.6875rem;
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 0.6666666667rem;
  }
}
.l-footer__top-btn {
  position: absolute;
  top: 2.5rem;
  right: 5.3125rem;
  width: 3.75rem;
  height: 3.75rem;
  padding-bottom: 0.375rem;
  border-radius: 50%;
  background-color: #ffffff;
  color: #2b3730;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
  transition: opacity 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #21a154;
}
@media (any-hover: hover) {
  .l-footer__top-btn:hover {
    opacity: 0.9;
  }
}
.l-footer__top-btn:focus-visible {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .l-footer__top-btn {
    bottom: 1.3333333333rem;
    right: 1.3333333333rem;
    width: 2.9333333333rem;
    height: 2.9333333333rem;
    font-size: 0.6rem;
  }
}
.l-footer__top-btn-icon {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__top-btn-icon {
    font-size: 0.8rem;
  }
}
.l-footer__top-btn-txt {
  display: block;
  line-height: 1;
}

.l-main {
  padding-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 5rem;
  }
}
.l-main.--no-mv {
  margin-top: 10.125rem;
}

.l-inner {
  margin: auto;
  max-width: 68.75rem;
  width: 90%;
}
.l-inner.--page-ttl {
  max-width: 75rem;
}
.l-inner.--privacy-policy {
  max-width: 48.125rem;
}

.l-inner-intro {
  margin-left: 7.5rem;
}

.--greenbg {
  background-color: #ddf2e5;
}

.--grybg {
  background-color: #f1f5f3;
}

.--meritbg {
  background: linear-gradient(180deg, #21a154 0%, #10813d 100%);
}

/* ==========================================================================
 object
============================================================================*/
.c-ttl-sec {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  color: #21a154;
}
.c-ttl-sec.--center {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-ttl-sec.--spcenter {
    text-align: center;
  }
}
.c-ttl-sec__ttl {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #342b25;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-ttl-sec__ttl {
    text-align: center;
  }
}
.c-ttl-sec__sub {
  display: flex;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-ttl-sec__sub {
    justify-content: center;
  }
}
.c-ttl-sec__border {
  position: relative;
  width: 0.75rem;
  height: 1.75rem;
}
.c-ttl-sec__border::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background-color: #21a154;
  border-radius: 100vh;
}
@media screen and (max-width: 767px) {
  .c-ttl-sec__border::before {
    height: 2px;
  }
}
.c-ttl-sec__border.--white::before {
  background-color: #ffffff;
}
.--anim-none .c-ttl-sec__border {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .c-ttl-sec__border {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-sec__border {
    width: 0.7333333333rem;
    height: 1.4666666667rem;
    line-height: 1;
  }
}
.c-ttl-sec__border.--left {
  padding-left: 0.25rem;
}
.c-ttl-sec__border.--contact {
  padding-left: 0.25rem;
  color: #ffffff;
}
.c-ttl-sec__en {
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.8;
  opacity: 0;
  color: #21a154;
}
.--anim-none .c-ttl-sec__en {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .c-ttl-sec__en {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-sec__en {
    font-size: 0.8rem;
    line-height: 1.7857142857;
  }
}
.c-ttl-sec__en.--contact {
  color: #ffffff;
}
.c-ttl-sec__en.--white {
  color: #ffffff;
}
.c-ttl-sec__main {
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  opacity: 0;
  color: #333333;
  text-align: center;
}
.--anim-none .c-ttl-sec__main {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .c-ttl-sec__main {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-sec__main {
    font-size: 1.4666666667rem;
    line-height: 1.6;
  }
}
.c-ttl-sec__main.--left {
  text-align: left;
}
.c-ttl-sec__main.--spleft {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-ttl-sec__main.--spleft {
    text-align: center;
    line-height: 1.6;
  }
}
.c-ttl-sec__main.--white {
  color: #ffffff;
}
.c-ttl-sec__main.--spcenter {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-ttl-sec__main.--spcenter {
    text-align: center;
  }
}
.c-ttl-sec__desc {
  margin-top: 1.875rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl-sec__desc {
    margin-top: 1.3333333333rem;
    font-size: 1rem;
    text-align: left;
  }
}
.c-ttl-sec__desc.--left {
  text-align: left;
}
.c-ttl-sec__desc.--contact {
  margin-top: 0.625rem;
  text-align: left;
  padding-left: 0.25rem;
  color: #ffffff;
}
.c-ttl-sec__desc.--about {
  font-size: 1.125rem;
  line-height: 3.5;
}
.c-ttl-sec__desc.--white {
  color: #ffffff;
}

.c-ttl-simple {
  font-size: 2.7777777778em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-ttl-simple {
    font-size: 1.6666666667em;
  }
}

.c-ttl-image {
  display: flex;
  justify-content: center;
}
.c-ttl-image span {
  display: block;
}
.c-ttl-image .--text {
  position: relative;
}
.c-ttl-image .--text > img {
  position: relative;
  z-index: 10;
}
.c-ttl-image .--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.c-ttl-round {
  max-width: clamp(555px * 1, 100vw * 555 / 1280, 888px);
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50px;
  text-align: center;
  font-size: clamp(15px * 1, 100vw * 15 / 1280, 24px);
  font-weight: 600;
  margin: auto;
  padding: clamp(9px * 1, 100vw * 9 / 1280, 14.4px) clamp(20px * 1, 100vw * 20 / 1280, 32px);
}

.c-ttl-dot {
  display: flex;
  font-size: 1.6875rem;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #056f2f;
  margin-bottom: 0.7407407407em;
}
@media screen and (max-width: 767px) {
  .c-ttl-dot {
    font-size: 1.4666666667rem;
    margin-bottom: 1rem;
  }
}
.c-ttl-dot::before {
  content: "";
  display: block;
  width: 0.962962963em;
  height: 0.962962963em;
  background-color: #21a154;
  border: 0.2962962963em solid #d6efe0;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.5555555556em;
  margin-top: 0.36em;
}
.c-ttl-dot.--mb30 {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-ttl-dot.--mb30 {
    margin-bottom: 1.3333333333rem;
  }
}
.c-ttl-dot.--small {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-ttl-dot.--small {
    font-size: 1.0666666667rem;
  }
}
.c-ttl-dot.--small::before {
  margin-top: 0.4em;
  width: 0.8338888889em;
  height: 0.8338888889em;
  border: 0.2566666667em solid #d6efe0;
}

.c-ttl-color {
  margin: 0 0 1.5rem;
  padding: 0.3125rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #056f2f;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.c-ttl-color:not(:first-child) {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-ttl-color:not(:first-child) {
    margin-top: 2.3333333333rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-color {
    margin-bottom: 1.3333333333rem;
    padding: 0.2666666667rem 1.3333333333rem 0.3333333333rem;
    font-size: 1.2rem;
  }
}
.c-ttl-color.--green {
  color: #ffffff;
  background-color: #21a154;
}
.c-ttl-color.--green-dark {
  color: #ffffff;
  background-color: #056f2f;
}

.c-ttl-order {
  display: flex;
  align-items: baseline;
  gap: 0.375rem;
  margin: 0 0 1.25rem;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
  letter-spacing: 0;
}
.c-ttl-order:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-ttl-order {
    font-size: 1.3333333333rem;
    margin-bottom: 1rem;
    gap: 0.2666666667rem;
  }
}
.c-ttl-order::before {
  content: attr(data-order) ".";
  flex-shrink: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.c-ttl-order__txt {
  flex: 1;
}

.c-ttl-line {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-ttl-line {
    font-size: 1.4666666667rem;
    margin-bottom: 1.3333333333rem;
  }
}
.c-ttl-line::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 1.875rem;
  background: linear-gradient(to right, #21a154 0%, #21a154 11%, #cdcdcd 11%, #cdcdcd 100%);
}
@media screen and (max-width: 767px) {
  .c-ttl-line::after {
    margin-top: 1.3333333333rem;
  }
}
.c-ttl-line.--download {
  font-size: 1.5625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-ttl-line.--download {
    font-size: 1.3333333333rem;
  }
}

.c-ttl-sec + .c-txt-sec {
  margin-top: 0.8888888889em;
}

.c-btn-soft {
  display: block;
  border-radius: 10px;
  width: 160px;
  font-size: 13px;
  color: #ffffff;
  line-height: 1;
  padding: 1em 0;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  transition: transform 0.5s cubic-bezier(0.42, 2.5, 0.45, 1.005);
}
@media (any-hover: hover) {
  .c-btn-soft:hover {
    transform: scale(1.1);
  }
}
.c-btn-soft:focus-visible {
  transform: scale(1.1);
}
.c-btn-soft.--disabled {
  background: #b3b3b3 !important;
  pointer-events: none;
}
.c-btn-soft.--smaller {
  font-size: 11px;
  padding: 1.1818181818em 0;
}
.c-btn-soft.--smallest {
  font-size: 10px;
  padding: 1.3em 0;
}

.c-btn-round {
  display: flex;
  justify-content: center;
}
.c-btn-round a {
  display: grid;
  place-items: center;
  background-color: #68524b;
  color: #ffffff;
  font-size: clamp(12px * 1, 100vw * 12 / 1280, 19.2px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.5em 1.5em;
  border-radius: 100vh;
  min-width: sizeX(160);
}
.c-btn-round.--large a {
  font-size: clamp(12px * 1, 100vw * 12 / 1280, 19.2px);
  min-width: sizeX(200);
  letter-spacing: 0.01em;
  padding: 0.8em 1.5em;
}

.c-btn-more__link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.--long .c-btn-more__link {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.--reversed .c-btn-more__link {
  flex-direction: row-reverse;
}
.c-btn-more__txt {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  font-weight: 300;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn-more__txt {
    font-size: 0.8rem;
  }
}
.c-btn-more__icon {
  position: relative;
  margin: 0.9375rem 0 0;
  width: 10rem;
  height: auto;
  transform: translateX(0.625rem);
}
.--long .c-btn-more__icon, .c-btn-more__icon.--long {
  width: 5rem;
  margin: 0;
  transform: translateX(0);
}
.c-btn-more__icon.--mt-none {
  margin-top: 0;
}
.--reversed .c-btn-more__icon, .c-btn-more__icon.--reversed {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .c-btn-more__icon {
    width: 7.1333333333rem;
    margin: 0.3333333333rem 0 0;
    transform: translateX(0.4666666667rem);
  }
}
.c-btn-more__arrow {
  width: 10rem;
  height: auto;
  transform-origin: left center;
  will-change: transform;
  transform: translateX(0) translate3d(0, 0, 0);
  transition: transform 1s cubic-bezier(0.2, 0.64, 0.315, 1);
}
@media screen and (max-width: 767px) {
  .c-btn-more__arrow {
    width: 7.1333333333rem;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  a:hover .c-btn-more__arrow {
    transform: translateX(2.2857142857rem) translate3d(0, 0, 0);
  }
  .--long a:hover .c-btn-more__arrow {
    transform: translateX(1rem) translate3d(0, 0, 0);
  }
}
.--long .c-btn-more__arrow {
  margin: 0;
  width: 5rem;
}
.c-btn-more__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: auto;
  transform-origin: left center;
  transform: scaleX(1);
  transition: transform 1s cubic-bezier(0.2, 0.64, 0.315, 1);
}
.--long .c-btn-more__line {
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .c-btn-more__line {
    width: 7.1333333333rem;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  a:hover .c-btn-more__line {
    transform: scaleX(1.2);
  }
}

.c-btn-more-news {
  text-align: left;
}
.c-btn-more-news__link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-btn-more-news__link {
    margin: auto;
  }
}
.c-btn-more-news__txt {
  font-size: 0.6875rem;
  font-weight: 300;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-btn-more-news__txt {
    text-align: center;
    font-size: 0.8rem;
  }
}
.c-btn-more-news__icon {
  position: relative;
  margin: 0.625rem 0 0;
  width: 5.625rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-btn-more-news__icon {
    width: 7.1333333333rem;
    margin: 0.3333333333rem 0 0;
    transform: translateX(0.4666666667rem);
  }
}
.c-btn-more-news__arrow {
  margin: 0.625rem auto 0;
  width: 5.625rem;
  height: auto;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.2, 0.64, 0.315, 1);
}
@media screen and (max-width: 767px) {
  .c-btn-more-news__arrow {
    width: 7.1333333333rem;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  a:hover .c-btn-more-news__arrow {
    transform: translateX(1.125rem);
  }
}
.c-btn-more-news__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.625rem;
  height: auto;
  transform-origin: left center;
  transform: scaleX(1);
  transition: transform 1s cubic-bezier(0.2, 0.64, 0.315, 1);
}
@media screen and (max-width: 767px) {
  .c-btn-more-news__line {
    width: 7.1333333333rem;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  a:hover .c-btn-more-news__line {
    transform: scaleX(1.2);
  }
}

.c-btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn {
    margin-top: 1.6rem;
  }
}
.c-btn__primary {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2.5rem;
  border-radius: 100vh;
  border: 1.5px solid #333333;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  min-width: 15rem;
  color: #333333;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn__primary {
    font-size: 0.9333333333rem;
    padding: 0.8rem 2.1333333333rem;
    min-width: 10.6666666667rem;
  }
}
@media (any-hover: hover) {
  .c-btn__primary:hover {
    background-color: #333333;
    color: #ffffff;
  }
}
.c-btn__primary:focus-visible {
  background-color: #333333;
  color: #ffffff;
}
.c-btn__primary.--single {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2.5rem;
  border-radius: 100vh;
  border: 1.5px solid #333333;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5rem auto 0;
  min-width: 15rem;
  background-color: #333333;
  color: #ffffff;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn__primary.--single {
    font-size: 0.9333333333rem;
    padding: 0.8rem 2.1333333333rem;
    min-width: 10.6666666667rem;
    margin: 2.6666666667rem auto 0;
  }
}
@media (any-hover: hover) {
  .c-btn__primary.--single:hover {
    background-color: #ffffff;
    color: #333333;
  }
}
.c-btn__primary.--single:focus-visible {
  background-color: #ffffff;
  color: #333333;
}

.p-contact-form__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__actions {
    margin-top: 2.1333333333rem;
  }
}
.p-contact-form__actions .c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2.5rem;
  border-radius: 100vh;
  border: 1.5px solid #333333;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #342b25;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-contact-form__actions .c-btn {
    font-size: 0.9333333333rem;
    padding: 0.8rem 2.1333333333rem;
  }
}
@media (any-hover: hover) {
  .p-contact-form__actions .c-btn:hover {
    color: #ffffff;
    background-color: #342b25;
  }
}
.p-contact-form__actions .c-btn:focus-visible {
  color: #ffffff;
  background-color: #342b25;
}
.p-contact-form__actions .c-btn__icon {
  display: inline-flex;
  transform: translateX(0px);
  transition: transform 0.3s ease;
}
@media (any-hover: hover) {
  .p-contact-form__actions .c-btn:hover .c-btn__icon {
    transform: translateX(5px);
  }
}
.p-contact-form__actions .c-btn:focus-visible .c-btn__icon {
  transform: translateX(5px);
}

.c-btn-fixed {
  position: fixed;
  bottom: 1.25rem;
  right: 2.5rem;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .c-btn-fixed {
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
.c-btn-fixed.--show-on-scroll {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}
.c-btn-fixed.--show-on-scroll.--show {
  opacity: 1;
  visibility: visible;
}
.c-btn-fixed__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.75rem;
  height: 4.375rem;
  background-color: #21a154;
  color: #ffffff;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: filter 0.3s ease;
  padding-left: 1.375rem;
  padding-right: 1.1875rem;
  border-radius: 0.25rem;
}
@media (any-hover: hover) {
  .c-btn-fixed__contact:hover {
    filter: brightness(1.1);
  }
}
.c-btn-fixed__contact:focus-visible {
  filter: brightness(1.1);
}
@media screen and (max-width: 767px) {
  .c-btn-fixed__contact {
    width: 100%;
    font-size: 1.0666666667rem;
    padding-left: 1.0666666667rem;
    padding-right: 0.8666666667rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.--contact-btn .c-btn-fixed__icon {
  width: 1.5625rem;
}
.c-btn-fixed__txt {
  white-space: nowrap;
}
.--contact-btn .c-btn-fixed__txt {
  padding-left: 1.3125rem;
  padding-right: 0.9375rem;
}
.c-btn-fixed__msg {
  white-space: nowrap;
}
.--contact-btn .c-btn-fixed__msg {
  display: block;
  font-size: 0.625rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.3125rem 0.5rem;
  text-align: center;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.c-btn-push {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 29.0625rem;
  margin: auto 0;
  border-radius: 0.3125rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  transition: all 0.3s ease;
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-btn-push {
    max-width: 20rem;
    border-radius: 0.3333333333rem;
    font-size: 0.9333333333rem;
    padding: 0.5333333333rem 0;
  }
}
.c-btn-push.--orange {
  background-color: #ff8f33;
  color: #ffffff;
  box-shadow: 0 4px 0 #b47306;
}
@media (any-hover: hover) {
  .c-btn-push.--orange:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #b47306;
  }
}
.c-btn-push.--orange:focus-visible {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #b47306;
}
.c-btn-push.--orange span {
  color: #ffffff;
}
.c-btn-push.--white-green {
  background-color: #ffffff;
  box-shadow: 0 4px 0 #169a4a;
  border: 2px solid #169a4a;
}
@media (any-hover: hover) {
  .c-btn-push.--white-green:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #169a4a;
  }
}
.c-btn-push.--white-green:focus-visible {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #169a4a;
}
.c-btn-push.--white-green span {
  color: #21a154;
}
.c-btn-push.--gradegreen {
  max-width: 25.1875rem;
  margin-top: 1.25rem;
  background: linear-gradient(-75deg, #21a154 0%, #53ce84 100%);
  color: #ffffff;
  box-shadow: 0 4px 0 #199249;
  border-radius: 100vh;
}
@media screen and (max-width: 767px) {
  .c-btn-push.--gradegreen {
    margin-top: 1.3333333333rem;
    font-size: 1.0666666667rem;
    line-height: 1.5;
    padding: 0.8rem 0;
  }
}
@media (any-hover: hover) {
  .c-btn-push.--gradegreen:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #199249;
  }
}
.c-btn-push.--gradegreen:focus-visible {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #199249;
}
.c-btn-push.--gradegreen span {
  color: #ffffff;
}
.c-btn-push.--btn {
  margin: 3.125rem auto 0;
}
.c-btn-push__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 2.5;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .c-btn-push__link {
    line-height: 1.5;
  }
}

.c-btn-viewmore {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-btn-viewmore {
    margin-top: 1.3333333333rem;
  }
}
.c-btn-viewmore__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  padding: 0.5rem 0.625rem 0.5rem 3.125rem;
  background-color: #ffffff;
  border: 1px solid #21a154;
  border-radius: 0.25rem;
  color: #21a154;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn-viewmore__link {
    padding: 0.5333333333rem 3.3333333333rem 0.5333333333rem 3.3333333333rem;
    font-size: 1.0666666667rem;
    justify-content: center;
    position: relative;
  }
  .c-btn-viewmore__link.--aptitude {
    max-width: 19.4666666667rem;
    padding: 0.4rem 0.6666666667rem;
    width: 100%;
    line-height: 1.5;
  }
}
@media (any-hover: hover) {
  .c-btn-viewmore__link:hover {
    background-color: #21a154;
    color: #ffffff;
  }
  .c-btn-viewmore__link:hover .c-btn-viewmore__icon svg,
  .c-btn-viewmore__link:hover .c-btn-viewmore__icon img {
    filter: brightness(0) invert(1);
  }
}
.c-btn-viewmore__link:focus-visible {
  background-color: #21a154;
  color: #ffffff;
}
.c-btn-viewmore__link:focus-visible .c-btn-viewmore__icon svg,
.c-btn-viewmore__link:focus-visible .c-btn-viewmore__icon img {
  filter: brightness(0) invert(1);
}
.c-btn-viewmore__icon {
  display: flex;
  align-items: center;
  width: 0.25rem;
  transition: transform 0.3s ease;
}
.c-btn-viewmore__icon svg,
.c-btn-viewmore__icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-btn-viewmore__icon {
    position: absolute;
    top: 50%;
    right: 1.1333333333rem;
    width: 0.4rem;
    transform: translateY(-50%);
  }
}
@media (any-hover: hover) {
  .c-btn-viewmore__link:hover .c-btn-viewmore__icon {
    transform: translateX(0.25rem);
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .c-btn-viewmore__link:hover .c-btn-viewmore__icon {
    transform: translateY(-50%) translateX(0.25rem);
  }
}

.c-btn-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 54.125rem;
  gap: 3.125rem;
  justify-content: center;
  align-items: center;
  margin: 1.875rem auto 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-btn-cta {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    margin-top: 1.3333333333rem;
    font-size: 1.0666666667rem;
    line-height: 1.5;
    gap: 1rem;
  }
}

.c-btn-cta-item {
  display: block;
  cursor: pointer;
  padding: 0.375rem 0;
  border-radius: 100vh;
  transition: transform 0.15s ease, box-shadow 0.15s ease, all 0.3s ease;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-btn-cta-item {
    padding: 0.8rem 0;
  }
}
.c-btn-cta-item.--orange {
  background-color: #ff8f33;
  color: #ffffff;
  border: 1px solid #ff8f33;
  box-shadow: 0 4px 0 #b47306;
}
@media (any-hover: hover) {
  .c-btn-cta-item.--orange:hover {
    background-color: #ffffff;
    color: #ff8f33;
    border-color: #ff8f33;
    text-decoration: none;
  }
}
.c-btn-cta-item.--orange:focus-visible {
  background-color: #ffffff;
  color: #ff8f33;
  border-color: #ff8f33;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-btn-cta-item.--orange.--contact {
    font-size: 1.0666666667rem;
    line-height: 1.5;
    padding: 0.8rem 0;
  }
}
@media (any-hover: hover) {
  .c-btn-cta-item.--orange.--contact:hover {
    background-color: #ff8f33;
    color: #ffffff;
    transform: translateY(2px);
    box-shadow: 0 2px 0 #b47306;
  }
}
.c-btn-cta-item.--orange.--contact:focus-visible {
  background-color: #ff8f33;
  color: #ffffff;
  transform: translateY(2px);
  box-shadow: 0 2px 0 #b47306;
}
.c-btn-cta-item.--green {
  background-color: #21a154;
  color: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 0 #257d0d;
}
@media screen and (max-width: 767px) {
  .c-btn-cta-item.--green {
    color: #21a154;
    background-color: #ffffff;
    border-color: #21a154;
  }
}
@media (any-hover: hover) {
  .c-btn-cta-item.--green:hover {
    background-color: #ffffff;
    color: #21a154;
    text-decoration: none;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .c-btn-cta-item.--green:hover {
    background-color: #21a154;
    color: #ffffff;
  }
}
.c-btn-cta-item.--green:focus-visible {
  background-color: #ffffff;
  color: #21a154;
  text-decoration: none;
}
.c-btn-cta-item.--gradegreen {
  background: linear-gradient(90deg, #21a154 0%, #53ce84 100%);
  color: #ffffff;
  color: #ffffff;
  box-shadow: 0 4px 0 #199249;
  border-radius: 100vh;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
@media (any-hover: hover) {
  .c-btn-cta-item.--gradegreen:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #199249;
  }
}
.c-btn-cta-item.--gradegreen span {
  color: #ffffff;
}
.c-btn-cta-item.--contact {
  max-width: 25.1875rem;
  margin: 1.25rem auto 0;
  padding: 0.9375rem 0;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
}
.c-btn-cta-item__link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  line-height: inherit;
  font: inherit;
  border-radius: inherit;
  cursor: pointer;
}

.c-back-btn {
  margin: 5rem auto 0;
  max-width: 25.1875rem;
  border: 1px solid #21a154;
  border-radius: 100vh;
  text-align: center;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-back-btn:hover {
    background-color: #21a154;
  }
  .c-back-btn:hover span {
    color: #ffffff;
  }
}
.c-back-btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0;
}
.c-back-btn__txt {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.5;
  text-decoration: none;
  color: #21a154;
}
@media (any-hover: hover) {
  .c-back-btn__txt:hover {
    color: #ffffff;
  }
}

.c-hover-scale {
  overflow: hidden;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.c-hover-scale img,
.c-hover-scale video {
  transform: scale(1);
  transition: transform 1.5s cubic-bezier(0.2, 0.64, 0.315, 1);
}
@media (any-hover: hover) {
  a:hover .c-hover-scale img {
    transform: scale(1.08);
  }
}

.c-icon-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #DDE0DE;
  color: #696969;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.c-icon-arrow svg {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
}
@media (any-hover: hover) {
  .c-icon-arrow:hover {
    background-color: #ffffff;
    color: #ffffff;
  }
  a:hover .c-icon-arrow {
    background-color: #21a154;
    color: #ffffff;
  }
}

.c-accordion__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.7s;
}
.--open > .c-accordion__body {
  grid-template-rows: 1fr;
}
.c-accordion__inner {
  overflow: hidden;
}
.c-accordion__btn.--plus {
  display: flex;
  align-items: center;
  gap: 0.5em;
  position: relative;
}
.c-accordion__plus {
  display: block;
  width: 2em;
  height: 2em;
  border: 1px solid #efefef;
  border-radius: 50%;
  position: relative;
}
.c-accordion__plus::before, .c-accordion__plus::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 0.3em);
  width: 0.6em;
  height: 2px;
  background-color: #efefef;
  transition: transform 0.3s;
}
.c-accordion__plus::after {
  transform: rotate(-90deg);
}
.--open .c-accordion__plus::after {
  transform: rotate(0deg);
}

@media screen and (max-width: 767px) {
  .c-accordion-sp__body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.7s;
  }
  .--open > .c-accordion-sp__body {
    grid-template-rows: 1fr;
  }
  .c-accordion-sp__inner {
    overflow: hidden;
  }
  .c-accordion-sp__btn.--plus {
    display: flex;
    align-items: center;
    gap: 0.5em;
    position: relative;
  }
  .c-accordion-sp__plus {
    display: block;
    width: 2em;
    height: 2em;
    border: 1px solid #efefef;
    border-radius: 50%;
    position: relative;
  }
  .c-accordion-sp__plus::before, .c-accordion-sp__plus::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 0.3em);
    width: 0.6em;
    height: 2px;
    background-color: #efefef;
    transition: transform 0.3s;
  }
  .c-accordion-sp__plus::after {
    transform: rotate(-90deg);
  }
  .--open .c-accordion-sp__plus::after {
    transform: rotate(0deg);
  }
}

.c-anim-pos {
  position: relative;
}

.c-anim-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-inner:has(.c-anim-cont) {
  position: relative;
}

.c-breadcrumb {
  max-width: 68.75rem;
  margin: 0 auto;
  padding: 0.75rem 0 0;
  font-weight: 500;
  color: #b3b6b4;
  background-color: #ffffff;
}
.c-breadcrumb #breadcrumbs {
  vertical-align: baseline;
}
.c-breadcrumb #breadcrumbs > span {
  font-size: 0.625rem;
}
.c-breadcrumb #breadcrumbs > span > span {
  font-size: 0.875rem;
  padding: 0 0.7em;
}
.c-breadcrumb #breadcrumbs > span > span:first-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding-top: 0.6666666667rem;
    font-size: 0.7333333333rem;
  }
}
.c-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
@media (any-hover: hover) {
  .c-breadcrumb a:hover {
    text-decoration: underline;
  }
}
.c-breadcrumb a:focus-visible {
  text-decoration: underline;
}
.c-breadcrumb p {
  margin: 0;
}

.c-ham {
  font-size: clamp(18px * 1, 100vw * 18 / 390, 23.4px);
  position: relative;
  z-index: 9999;
  width: 1.2777777778em;
  height: 1em;
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 1s ease;
}
.scrolled .c-ham, .is-ham-open .c-ham, body:not(.home) .c-ham {
  filter: brightness(0.15);
}
@media screen and (max-width: 767px) {
  .c-ham {
    font-size: clamp(18px * 1, 100vw * 18 / 390, 23.4px);
    width: 1.2777777778em;
    height: 1em;
  }
}
.c-ham__container {
  transition: opacity 1s ease, visibility 1s ease;
}
@media screen and (min-width: 768px) {
  .c-ham__container {
    opacity: 0;
    visibility: hidden;
  }
  .scrolled .c-ham__container, body:not(.home) .c-ham__container {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .c-ham__container {
    display: none;
  }
}
.c-ham__txt {
  display: block;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
  font-weight: 300;
  transition: opacity 0.4s;
  transition-delay: 0.2s;
}
.is-ham-open .c-ham__txt {
  transition-delay: 0s;
  opacity: 0;
}
.c-ham__line {
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #333333;
  border-radius: 100vh;
  transition: transform 0.6s;
}
.is-ham-open .c-ham__line {
  transition-delay: 0.1s;
}
.c-ham__line:nth-of-type(1) {
  transform: translateY(-0.3333333333em);
}
.is-ham-open .c-ham__line:nth-of-type(1) {
  transform: translateY(0px) rotate(45deg);
}
.c-ham__line:nth-of-type(2) {
  transition: opacity 0.3s;
}
.is-ham-open .c-ham__line:nth-of-type(2) {
  opacity: 0;
}
.c-ham__line:nth-of-type(3) {
  transform: translateY(0.3333333333em);
}
.is-ham-open .c-ham__line:nth-of-type(3) {
  transform: translateY(0px) rotate(-45deg);
}

.c-list-cat .c-accordion__body {
  padding-left: 7em;
}
@media screen and (max-width: 767px) {
  .c-list-cat .c-accordion__body {
    padding-left: 0;
  }
}
.c-list-cat__row {
  display: grid;
  grid-template-columns: 7em 1fr;
  gap: 1em;
}
.c-list-cat__row.--followed {
  margin-top: 1.2777777778em;
}
@media screen and (max-width: 767px) {
  .c-list-cat__row {
    grid-template-columns: 1fr;
  }
}
.c-list-cat__ttl {
  font-size: 1em;
  font-weight: 700;
  align-self: center;
}
.c-list-cat__header {
  padding-bottom: 1.2777777778em;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.c-list-cat__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7em;
  height: 1px;
}
.c-list-cat__top {
  display: flex;
  align-items: center;
  gap: 1em;
}
.c-list-cat__inner {
  display: flex;
  gap: 1em;
  white-space: nowrap;
  flex-wrap: wrap;
}
.c-list-cat__inner.--tag {
  padding-top: 1em;
  font-size: 0.9em;
}
.c-list-cat__link {
  padding: 0.6em 1em;
  border-radius: 10px;
  transition: background-color 0.3s, border-color 0.3s;
  border: 1px solid #efefef;
}
.c-list-cat__link.--active {
  color: #ffffff;
}
.c-list-cat__divider {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5em;
}
.c-list-cat__matched {
  padding-left: 1.5em;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1em;
}
.c-list-cat__matched::before {
  content: "";
  position: absolute;
  top: -5%;
  left: 0;
  width: 1px;
  height: 110%;
  background-color: #efefef;
}
@media screen and (max-width: 767px) {
  .c-list-cat__matched.--pc {
    display: none;
  }
}
.c-list-cat__matched.--sp::before {
  display: none;
}
.c-list-cat__matched.--sp {
  padding-left: 0;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .c-list-cat__matched.--sp {
    display: none;
  }
}

.c-list-cat-sort {
  margin-top: 0.7em;
}
.c-list-cat-sort__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
}
.c-list-cat-sort__item {
  display: flex;
  align-items: center;
  gap: 1em;
}
.c-list-cat-sort__list {
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.c-list-cat-sort__btn {
  opacity: 0.5;
}
.c-list-cat-sort__btn.--active {
  opacity: 1;
}
.c-list-cat-sort__icon {
  display: inline-block;
  margin-left: 0.2em;
  width: 0.8em;
  height: 1em;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateY(0.1em);
}
.c-list-cat-sort__icon.--up {
  transform: translateY(0.1em) rotate(180deg);
}

@media screen and (max-width: 767px) {
  .c-marquee {
    font-size: 13px;
  }
}
.c-marquee .swiper {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.c-marquee .swiper.swiper-initialized {
  opacity: 1;
}
.c-marquee .swiper-wrapper {
  transition-timing-function: linear;
}
.p-branding .c-marquee .swiper-slide {
  width: 86.7777777778em;
}
.p-mvv .c-marquee .swiper-slide {
  width: 189.0555555556em;
}
.p-story .c-marquee .swiper-slide {
  width: 92.7777777778em;
}
.c-marquee__item {
  display: flex;
}
.c-marquee__img:nth-child(1) {
  width: 94px;
}
.c-marquee__img:nth-child(2) {
  width: 55px;
}
.c-marquee__img:nth-child(3) {
  width: 108px;
}
.c-marquee__img:nth-child(4) {
  width: 58px;
}
.c-marquee__img:nth-child(5) {
  width: 93px;
}
.c-marquee__img:nth-child(6) {
  width: 66px;
}
.c-marquee__img:nth-child(7) {
  width: 105px;
}
.c-marquee__img:nth-child(8) {
  width: 147px;
}
.c-marquee__img:nth-child(9) {
  width: 81px;
}
.c-marquee__img:nth-child(10) {
  width: 61px;
}
.c-marquee__img:nth-child(11) {
  width: 29px;
}
.c-marquee__img:nth-child(12) {
  width: 72px;
}
.c-marquee__img:nth-child(13) {
  width: 95px;
}
.c-marquee__img:nth-child(14) {
  width: 70px;
}
.c-marquee__img:nth-child(15) {
  width: 97px;
}
.c-marquee__img:nth-child(16) {
  width: 58px;
}
.c-marquee__img:nth-child(17) {
  width: 94px;
}
.c-marquee__img:nth-child(18) {
  width: 179px;
}

/* Modal */
.modal__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.modal__container {
  max-width: 90%;
  max-height: 90vh;
  padding: 30px;
  overflow-y: auto;
}

.modal__title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
}

.modal__footer {
  display: flex;
  justify-content: flex-end;
}

.modal__content img {
  width: 100%;
  height: 70vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* Animation */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  transition: visibility 0.5s ease-in-out;
  visibility: hidden;
}

.micromodal-slide.is-open {
  visibility: visible;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.c-news-list {
  margin-top: 3.125rem;
}
.c-news-list__item {
  border-bottom: 1px solid #21a154;
  padding-left: 0.625rem;
}
.c-news-list__item:not(:first-child) .c-news-list__link {
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-news-list__item:not(:first-child) .c-news-list__link {
    padding-top: 0.9333333333rem;
  }
}
.c-news-list__link {
  display: grid;
  grid-template-columns: 14.8125rem 1fr;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
  align-items: center;
  padding-bottom: 1.875rem;
}
.--full .c-news-list__link {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 767px) {
  .c-news-list__link {
    grid-template-columns: 1fr;
    row-gap: 0.9375rem;
    padding-bottom: 1.2666666667rem;
  }
}
.c-news-list__meta {
  display: grid;
  grid-template-columns: 6.75rem 7.125rem;
  align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-news-list__meta {
    flex-wrap: wrap;
    display: flex;
  }
}
.--single .c-news-list__meta {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .--single .c-news-list__meta {
    margin-top: 2.3333333333rem;
  }
}
.c-news-list__date {
  font-size: 0.875rem;
  font-weight: 300;
  color: #696969;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-news-list__date {
    font-size: 0.8rem;
  }
}
.c-news-list__cat {
  background-color: #daf1e3;
  padding: 0.3125rem 0;
  border-radius: 100vh;
  font-size: 0.875rem;
  color: #21a154;
  text-align: center;
  min-width: 7.125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-news-list__cat {
    min-width: auto;
    width: 5.3333333333rem;
    font-size: 0.8rem;
    line-height: 1.5;
    padding: 0.1333333333rem 0.3333333333rem;
  }
}
.c-news-list__content {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-news-list__content {
    align-items: flex-start;
    gap: 1rem;
  }
}
.c-news-list__txts {
  flex-grow: 1;
}
.c-news-list__txts.--archive {
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-news-list__txts.--archive {
    margin-top: 0rem;
  }
}
.c-news-list__ttl {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-news-list__ttl {
    font-size: 1.0666666667rem;
  }
}
.--full .c-news-list__ttl {
  margin-top: 0;
}
.--single .c-news-list__ttl {
  font-size: 2rem;
}
.c-news-list__txt {
  flex-grow: 1;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .c-news-list__txt {
    font-size: 1rem;
    white-space: normal;
    line-height: 1.3333333333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.--full .c-news-list__txt {
  margin-top: 0.625rem;
  line-height: 1.8;
}
.--single .c-news-list__txt {
  margin-top: 1.375rem;
}
.c-news-list__btn-more {
  flex-shrink: 0;
  margin: auto 0;
}

.c-pagination {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5rem;
  gap: 0.875rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 56px;
    font-size: 1rem;
    gap: 1rem;
  }
}
.c-pagination a {
  color: #696969;
  text-decoration: none;
  font-weight: 300;
}
.c-pagination__arrow {
  width: 2.5rem;
  height: 2.8125rem;
  border: 1px solid #696969;
  display: grid;
  place-items: center;
}
.c-pagination__arrow.--prev {
  margin-right: 0.6875rem;
}
.c-pagination__arrow.--next {
  margin-left: 0.6875rem;
}
@media (any-hover: hover) {
  .c-pagination__arrow:hover {
    background-color: #d6efe0;
  }
}
.c-pagination__arrow:focus-visible {
  background-color: #d6efe0;
}
.c-pagination__arrow img {
  width: 1.15625rem;
}
.c-pagination__arrow.--disabled {
  pointer-events: none;
  opacity: 0.3;
}
.c-pagination__page {
  width: 2.5rem;
  height: 2.8125rem;
  display: grid;
  place-items: center;
}
@media (any-hover: hover) {
  .c-pagination__page:hover {
    background-color: #d6efe0;
  }
}
.c-pagination__page:focus-visible {
  background-color: #d6efe0;
}
.c-pagination__page.--current {
  border: 1px solid #21a154;
  background-color: #21a154;
  color: #ffffff;
}
.c-pagination__dots {
  font-size: 0.75rem;
  line-height: 2.5rem;
  margin: 0 -0.5em;
}

.c-para-bg {
  position: relative;
  overflow: hidden;
}
.c-para-bg__bg {
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 150%;
}

[data-effect^=fade-in] {
  opacity: 0;
}

[data-effect=fade-in-up] {
  transform: translateY(20px);
}

[data-zoom=in-out],
[data-zoom=in] {
  transform: scale(0.5);
  opacity: 0;
  transform-origin: left bottom;
}
@media (prefers-reduced-motion: reduce) {
  [data-zoom=in-out],
  [data-zoom=in] {
    transform: none !important;
    opacity: 1 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-zoom=out] {
    transform: none !important;
    opacity: 1 !important;
  }
}

[data-zoom-orig=center-bottom] {
  transform-origin: center bottom;
}

[data-card=in-out] [data-card-item],
[data-card=in] [data-card-item] {
  filter: blur(5px);
  opacity: 0;
  transform-origin: left bottom;
}
@media (prefers-reduced-motion: reduce) {
  [data-card=in-out] [data-card-item],
  [data-card=in] [data-card-item] {
    transform: none !important;
    opacity: 1 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-card=out] [data-card-item] {
    transform: none !important;
    opacity: 1 !important;
  }
}

[data-type-in] {
  max-width: 90vw;
}
[data-type-in] > span,
[data-type-in] > span > span {
  display: inline !important;
}

[data-fade=in] {
  opacity: 0;
  filter: blur(10px);
}
@media (prefers-reduced-motion: reduce) {
  [data-fade=in] {
    opacity: 1 !important;
  }
}

[data-fade=in-up] {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(10px);
}
@media (prefers-reduced-motion: reduce) {
  [data-fade=in-up] {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

.path-pc__base {
  fill: #fff;
  -webkit-mask: url(#path-pc-mask);
          mask: url(#path-pc-mask);
}
.path-pc__mask {
  stroke-miterlimit: 500;
  stroke: #fff;
  stroke-dashoffset: 0 !important;
}
.path-pc__mask.--mask-pc-1 {
  stroke-dasharray: 990 990;
  stroke-dashoffset: 990;
}
.path-pc__mask.--mask-pc-2 {
  stroke-dasharray: 1180 1180;
  stroke-dashoffset: 1180;
}
.path-pc__mask.--mask-pc-3 {
  stroke-dasharray: 1240 1240;
  stroke-dashoffset: 1240;
}
.path-pc__mask.--mask-pc-4 {
  stroke-dasharray: 1300 1300;
  stroke-dashoffset: 1300;
}
.path-pc__mask.--mask-pc-5 {
  stroke-dasharray: 1320 1320;
  stroke-dashoffset: 1320;
}
.path-pc__mask.--mask-pc-6 {
  stroke-dasharray: 1410 1410;
  stroke-dashoffset: 1410;
}
.path-pc__mask.--mask-pc-7 {
  stroke-dasharray: 1320 1320;
  stroke-dashoffset: 1320;
}
.path-pc__mask.--mask-pc-8 {
  stroke-dasharray: 1820 1820;
  stroke-dashoffset: 1820;
}

.c-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f1f0e8;
  overflow: hidden;
}
.c-bg #path-pc {
  width: 1365px;
  height: 4797px;
  display: block;
  margin: auto;
  transform-origin: center top;
  transform: scaleX(1);
}
@media screen and (max-width: 1364px) {
  .c-bg #path-pc {
    transform-origin: left top;
  }
}

.c-card-place {
  padding: sizeY(50) sizeX(30) sizeY(40);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  color: #ffffff;
  text-align: center;
}
.c-card-place__name {
  margin-top: sizeY(10);
  font-size: clamp(12px * 1, 100vw * 12 / 1280, 19.2px);
  font-weight: 700;
  line-height: 1.5833333333;
  min-height: 3.1666em;
  display: grid;
  place-items: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-card-place__place {
  font-size: clamp(8.5px * 1, 100vw * 8.5 / 1365, 11.05px);
  font-weight: 700;
  letter-spacing: 0.16em;
  border-top: 1px dotted #ffffff;
  padding-top: sizeY(10);
  margin-top: sizeY(10);
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.c-card-place__text {
  font-size: clamp(9.5px * 1, 100vw * 9.5 / 1365, 12.35px);
  font-weight: 500;
  line-height: 1.5833333333;
}

.c-category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-category {
    padding-bottom: 0;
    gap: 0.6666666667rem;
    justify-content: center;
    align-items: center;
  }
}
.c-category.--mt30 {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-category.--mt30 {
    margin-top: 1.3333333333rem;
  }
}
@media screen and (max-width: 767px) {
  .c-category.--archive {
    margin-top: 2.3333333333rem;
    justify-content: flex-start;
  }
}
.c-category__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10.25rem;
  padding: 0.3125rem 0;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 9999px;
  border: 1.5px solid #21a154;
  background: #fff;
  color: #21a154;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
@media screen and (max-width: 767px) {
  .c-category__btn {
    font-size: 0.9333333333rem;
    width: 6.4rem;
  }
}
@media (any-hover: hover) {
  .c-category__btn:hover {
    background: #21a154;
    color: #ffffff;
  }
}
.c-category__btn:focus-visible {
  background: #21a154;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-category__btn {
    font-size: 0.9333333333rem;
  }
}

/* ✅ 「選択中（黒塗り）」は aria-current="page" / .is-active / .--select で判定 */
.c-category__btn[aria-current=page],
.c-category__btn.is-active,
.c-category__btn.--select {
  background: #21a154;
  color: #ffffff;
}

.c-mv-sub {
  position: relative;
  overflow: hidden;
}
.c-mv-sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.c-mv-sub__inner {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .c-mv-sub__inner {
    max-height: 140vw;
  }
}
.c-mv-sub__move {
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 95vh) {
  .c-mv-sub__move {
    top: 42%;
  }
}
.c-mv-sub__move video {
  display: block;
  width: 100%;
  height: auto;
  animation: rotateInside 60s linear infinite;
}
@keyframes rotateInside {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-mv-sub__move-inner {
  width: 150vmin;
  height: 129.9038105677vmin;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #fff;
  position: relative;
  animation: rotateTriangle 60s linear infinite;
  transform-origin: 50% 66.666666%;
}
@keyframes rotateTriangle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.c-mv-sub__move-inner-inner {
  position: absolute;
  width: 80%;
  top: 66.666666%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-mv-sub__inner {
  position: relative;
}
.c-mv-sub__btn {
  position: absolute;
  width: 9.2222222222em;
  bottom: 2.2222222222em;
  right: 2.2222222222em;
  z-index: 50;
}
@media screen and (max-width: 759px) {
  .c-mv-sub__btn {
    width: 45%;
    bottom: 0;
    right: 0;
  }
}
.c-mv-sub__info {
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
@media (max-width: 140vh) {
  .c-mv-sub__info {
    align-items: flex-start;
    padding-top: 10vh;
  }
}
@media (max-width: 95vh) {
  .c-mv-sub__info {
    align-items: flex-start;
    padding-top: 15vh;
  }
}
.c-mv-sub__info-inner {
  width: 25%;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 140vh) {
  .c-mv-sub__info-inner {
    flex-direction: row;
    width: 100%;
    height: 15vmin;
  }
  .c-mv-sub__info-inner img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 95vh) {
  .c-mv-sub__info-inner {
    flex-direction: column;
    width: 40%;
    height: 90%;
  }
  .c-mv-sub__info-inner img {
    width: 100%;
    height: auto;
  }
}

.c-people-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.c-people-top__item {
  position: absolute;
  top: 100%;
  display: none;
}
.c-people-top__item.--people-1 {
  display: block;
  top: clamp(131.25px, 12.8205128205vw, 262.5px);
  left: max(9.5238095238vw, 65px);
  width: max(6.2271062271vw, 42.5px);
}
.c-people-top__item.--people-2 {
  display: block;
  top: clamp(97.5px, 9.5238095238vw, 195px);
  left: max(19.4139194139vw, 132.5px);
  width: max(14.5054945055vw, 99px);
}
.c-people-top__item.--people-3 {
  display: block;
  top: clamp(60px, 5.8608058608vw, 120px);
  left: max(33.6996336996vw, 230px);
  width: max(15.2380952381vw, 104px);
}
.c-people-top__item.--people-4 {
  display: block;
  top: clamp(72px, 7.032967033vw, 144px);
  left: max(60.8058608059vw, 415px);
  width: max(3.36996337vw, 23px);
}
.c-people-top__item.--people-5 {
  display: block;
  top: clamp(67.5px, 6.5934065934vw, 135px);
  left: max(71.7948717949vw, 490px);
  width: max(18.1684981685vw, 124px);
}
.c-people-top__item.--people-6 {
  display: block;
  top: clamp(251.25px, 24.5421245421vw, 502.5px);
  left: max(-5.8608058608vw, -40px);
  width: max(16.1172161172vw, 110px);
}
.c-people-top__item.--people-7 {
  display: block;
  top: clamp(213.75px, 20.8791208791vw, 427.5px);
  left: max(17.5824175824vw, 120px);
  width: max(10.1098901099vw, 69px);
}
.c-people-top__item.--people-8 {
  display: block;
  top: clamp(435px, 42.4908424908vw, 870px);
  left: max(2.1978021978vw, 15px);
  width: max(16.9230769231vw, 115.5px);
}
.c-people-top__item.--people-9 {
  display: block;
  top: clamp(506.25px, 49.4505494505vw, 1012.5px);
  left: max(42.1245421245vw, 287.5px);
  width: max(13.4065934066vw, 91.5px);
}
.c-people-top__item.--people-10 {
  display: block;
  top: clamp(487.5px, 47.619047619vw, 975px);
  left: max(60.4395604396vw, 412.5px);
  width: max(16.8498168498vw, 115px);
}
.c-people-top__item.--people-11 {
  display: block;
  top: clamp(228.75px, 22.3443223443vw, 457.5px);
  left: max(91.9413919414vw, 627.5px);
  width: max(5.4212454212vw, 37px);
}
.c-people-top__item.--people-12 {
  display: block;
  top: clamp(315px, 30.7692307692vw, 630px);
  left: max(77.6556776557vw, 530px);
  width: max(11.6483516484vw, 79.5px);
}
.c-people-top__item.--people-13 {
  display: block;
  top: clamp(442.5px, 43.2234432234vw, 885px);
  left: max(85.7142857143vw, 585px);
  width: max(12.6007326007vw, 86px);
}
.c-people-top__item.--people-14 {
  display: block;
  top: clamp(791.25px, 77.2893772894vw, 1582.5px);
  left: max(1.0989010989vw, 7.5px);
  width: max(12.2344322344vw, 83.5px);
}
.c-people-top__item.--people-15 {
  display: block;
  top: clamp(723.75px, 70.695970696vw, 1447.5px);
  left: max(38.0952380952vw, 260px);
  width: max(9.8901098901vw, 67.5px);
}
.c-people-top__item.--people-16 {
  display: block;
  top: clamp(1050px, 102.5641025641vw, 2100px);
  left: max(9.5238095238vw, 65px);
  width: max(17.8754578755vw, 122px);
}
.c-people-top__item.--people-17 {
  display: block;
  top: clamp(1068.75px, 104.3956043956vw, 2137.5px);
  left: max(34.7985347985vw, 237.5px);
  width: max(15.6776556777vw, 107px);
}
.c-people-top__item.--people-18 {
  display: block;
  top: clamp(1121.25px, 109.5238095238vw, 2242.5px);
  left: max(67.7655677656vw, 462.5px);
  width: max(12.967032967vw, 88.5px);
}
.c-people-top__item.--people-19 {
  display: block;
  top: clamp(585px, 57.1428571429vw, 1170px);
  left: max(80.2197802198vw, 547.5px);
  width: max(12.8205128205vw, 87.5px);
}
.c-people-top__item.--people-20 {
  display: block;
  top: clamp(1263.75px, 123.4432234432vw, 2527.5px);
  left: max(5.8608058608vw, 40px);
  width: max(8.7179487179vw, 59.5px);
}
.c-people-top__item.--people-22 {
  display: block;
  top: clamp(1267.5px, 123.8095238095vw, 2535px);
  left: max(87.5457875458vw, 597.5px);
  width: max(4.7619047619vw, 32.5px);
}
.c-people-top__item.--people-23 {
  display: block;
  top: clamp(1702.5px, 166.3003663004vw, 3405px);
  left: max(12.0879120879vw, 82.5px);
  width: max(4.6153846154vw, 31.5px);
}
.c-people-top__item.--people-24 {
  display: block;
  top: clamp(1706.25px, 166.6666666667vw, 3412.5px);
  left: max(80.2197802198vw, 547.5px);
  width: max(12.2344322344vw, 83.5px);
}
.c-people-top__item.--people-26 {
  display: block;
  top: clamp(1905px, 186.0805860806vw, 3810px);
  left: max(38.0952380952vw, 260px);
  width: max(8.9377289377vw, 61px);
}
.c-people-top__item.--people-27 {
  display: block;
  top: clamp(1905px, 186.0805860806vw, 3810px);
  left: max(85.7142857143vw, 585px);
  width: max(10.1098901099vw, 69px);
}
.c-people-top__item.--people-28 {
  display: block;
  top: clamp(1968.75px, 192.3076923077vw, 3937.5px);
  left: max(3.2967032967vw, 22.5px);
  width: max(6.5201465201vw, 44.5px);
}
.c-people-top__item.--people-30 {
  display: block;
  top: clamp(2025px, 197.8021978022vw, 4050px);
  left: max(76.9230769231vw, 525px);
  width: max(5.4945054945vw, 37.5px);
}
.c-people-top__item.--people-31 {
  display: block;
  top: clamp(2392.5px, 233.6996336996vw, 4785px);
  left: max(65.9340659341vw, 450px);
  width: max(5.2014652015vw, 35.5px);
}
.c-people-top__item.--people-32 {
  display: block;
  top: clamp(2291.25px, 223.8095238095vw, 4582.5px);
  left: max(75.0915750916vw, 512.5px);
  width: max(16.9230769231vw, 115.5px);
}
.c-people-top__item.--people-33 {
  display: block;
  top: clamp(2388.75px, 233.3333333333vw, 4777.5px);
  left: max(7.326007326vw, 50px);
  width: max(14.8717948718vw, 101.5px);
}
.c-people-top__item.--people-34 {
  display: block;
  top: clamp(2452.5px, 239.5604395604vw, 4905px);
  left: max(28.5714285714vw, 195px);
  width: max(6.5201465201vw, 44.5px);
}
.c-people-top__item.--people-35 {
  display: block;
  top: clamp(2565px, 250.5494505495vw, 5130px);
  left: max(54.9450549451vw, 375px);
  width: max(9.8168498168vw, 67px);
}
.c-people-top__item.--people-36 {
  display: block;
  top: clamp(2486.25px, 242.8571428571vw, 4972.5px);
  left: max(79.8534798535vw, 545px);
  width: max(9.3772893773vw, 64px);
}
.c-people-top__item.--people-37 {
  display: block;
  top: clamp(2865px, 279.8534798535vw, 5730px);
  left: max(6.2271062271vw, 42.5px);
  width: max(5.2747252747vw, 36px);
}
.c-people-top__item.--people-38 {
  display: block;
  top: clamp(2928.75px, 286.0805860806vw, 5857.5px);
  left: max(24.1758241758vw, 165px);
  width: max(13.4798534799vw, 92px);
}
.c-people-top__item.--people-39 {
  display: block;
  top: clamp(2947.5px, 287.9120879121vw, 5895px);
  left: max(59.706959707vw, 407.5px);
  width: max(9.0842490842vw, 62px);
}
.c-people-top__item.--people-40 {
  display: block;
  top: clamp(2876.25px, 280.9523809524vw, 5752.5px);
  left: max(87.5457875458vw, 597.5px);
  width: max(5.347985348vw, 36.5px);
}
.c-people-top__item.--people-41 {
  display: block;
  top: clamp(3161.25px, 308.7912087912vw, 6322.5px);
  left: max(20.1465201465vw, 137.5px);
  width: max(9.8901098901vw, 67.5px);
}
.c-people-top__item.--people-42 {
  display: block;
  top: clamp(3120px, 304.7619047619vw, 6240px);
  left: max(60.0732600733vw, 410px);
  width: max(10.7692307692vw, 73.5px);
}
.c-people-top__item.--people-43 {
  display: block;
  top: clamp(3135px, 306.2271062271vw, 6270px);
  left: max(76.1904761905vw, 520px);
  width: max(11.6483516484vw, 79.5px);
}
.c-people-top__item.--people-44 {
  display: block;
  top: clamp(901.5px, 88.0586080586vw, 1803px);
  left: max(82.0512820513vw, 560px);
  width: max(13.3333333333vw, 91px);
}
@media screen and (max-width: 767px) {
  .c-people-top__item {
    display: none !important;
  }
  .c-people-top__item.--people-1 {
    display: block !important;
    top: spSizeY(200);
    left: spSizeX(0);
    width: spSizeX(60);
  }
  .c-people-top__item.--people-2 {
    display: block !important;
    top: spSizeY(95);
    left: spSizeX(5);
    width: spSizeX(125);
  }
}

.c-people-sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-people-sub__item {
  position: absolute;
  top: 100%;
  display: none;
}
.c-people-sub__item.--people-6 {
  display: block;
  top: clamp(82.5px, 8.0586080586vw, 165px);
  left: max(21.978021978vw, 150px);
  width: max(10.1098901099vw, 69px);
}
.c-people-sub__item.--people-38 {
  display: block;
  top: clamp(135px, 13.1868131868vw, 270px);
  left: max(73.2600732601vw, 500px);
  width: max(13.4798534799vw, 92px);
}
.c-people-sub__item.--people-14 {
  display: block;
  top: clamp(356.25px, 34.7985347985vw, 712.5px);
  left: max(4.0293040293vw, 27.5px);
  width: max(11.9413919414vw, 81.5px);
}
.c-people-sub__item.--people-19 {
  display: block;
  top: clamp(311.25px, 30.4029304029vw, 622.5px);
  left: max(81.684981685vw, 557.5px);
  width: max(9.7435897436vw, 66.5px);
}
.c-people-sub__item.--people-16 {
  display: block;
  top: clamp(528.75px, 51.6483516484vw, 1057.5px);
  left: max(9.1575091575vw, 62.5px);
  width: max(17.4358974359vw, 119px);
}
.c-people-sub__item.--people-18 {
  display: block;
  top: clamp(705px, 68.8644688645vw, 1410px);
  left: max(79.8534798535vw, 545px);
  width: max(12.673992674vw, 86.5px);
}
.c-people-sub__item.--people-28 {
  display: block;
  top: clamp(862.5px, 84.2490842491vw, 1725px);
  left: max(78.021978022vw, 532.5px);
  width: max(6.5201465201vw, 44.5px);
}
.c-people-sub__item.--people-22 {
  display: block;
  top: clamp(847.5px, 82.7838827839vw, 1695px);
  left: max(87.1794871795vw, 595px);
  width: max(4.7619047619vw, 32.5px);
}
.c-people-sub__item.--people-24 {
  display: block;
  top: clamp(1042.5px, 101.8315018315vw, 2085px);
  left: max(13.5531135531vw, 92.5px);
  width: max(11.9413919414vw, 81.5px);
}
.c-people-sub__item.--people-20 {
  display: block;
  top: clamp(1083.75px, 105.8608058608vw, 2167.5px);
  left: max(84.9816849817vw, 580px);
  width: max(8.5714285714vw, 58.5px);
}
.c-people-sub__item.--people-44 {
  display: block;
  top: clamp(1113.75px, 108.7912087912vw, 2227.5px);
  left: max(3.663003663vw, 25px);
  width: max(13.0402930403vw, 89px);
}
.c-people-sub__item.--people-23 {
  display: block;
  top: clamp(1327.5px, 129.6703296703vw, 2655px);
  left: max(17.2161172161vw, 117.5px);
  width: max(4.5421245421vw, 31px);
}
.c-people-sub__item.--people-27 {
  display: block;
  top: clamp(1402.5px, 136.9963369963vw, 2805px);
  left: max(74.7252747253vw, 510px);
  width: max(10.0366300366vw, 68.5px);
}
.c-people-sub__item.--people-42 {
  display: block;
  top: clamp(1556.25px, 152.0146520147vw, 3112.5px);
  left: max(10.6227106227vw, 72.5px);
  width: max(10.695970696vw, 73px);
}
.c-people-sub__item.--people-37 {
  display: block;
  top: clamp(1642.5px, 160.4395604396vw, 3285px);
  left: max(80.5860805861vw, 550px);
  width: max(5.1282051282vw, 35px);
}
.c-people-sub__item.--people-33 {
  display: block;
  top: clamp(2006.25px, 195.9706959707vw, 4012.5px);
  left: max(7.326007326vw, 50px);
  width: max(10.6227106227vw, 72.5px);
}
.c-people-sub__item.--people-32 {
  display: block;
  top: clamp(1815px, 177.2893772894vw, 3630px);
  left: max(78.7545787546vw, 537.5px);
  width: max(15.6776556777vw, 107px);
}
.c-people-sub__item.--people-40 {
  display: block;
  top: clamp(2148.75px, 209.8901098901vw, 4297.5px);
  left: max(16.8498168498vw, 115px);
  width: max(5.2747252747vw, 36px);
}
.c-people-sub__item.--people-43 {
  display: block;
  top: clamp(2085px, 203.663003663vw, 4170px);
  left: max(75.4578754579vw, 515px);
  width: max(11.6483516484vw, 79.5px);
}
.c-people-sub__item.--people-39 {
  display: block;
  top: clamp(2460px, 240.293040293vw, 4920px);
  left: max(86.8131868132vw, 592.5px);
  width: max(9.010989011vw, 61.5px);
}
.c-people-sub__item.--people-46 {
  display: block;
  top: clamp(2688.75px, 262.6373626374vw, 5377.5px);
  left: max(15.7509157509vw, 107.5px);
  width: max(3.5897435897vw, 24.5px);
}
.c-people-sub__item.--people-41 {
  display: block;
  top: clamp(2685px, 262.2710622711vw, 5370px);
  left: max(85.347985348vw, 582.5px);
  width: max(9.8901098901vw, 67.5px);
}
.c-people-sub__item.--people-47 {
  display: block;
  top: clamp(2846.25px, 278.021978022vw, 5692.5px);
  left: max(7.6923076923vw, 52.5px);
  width: max(5.4212454212vw, 37px);
}
.c-people-sub__item.--people-11 {
  display: block;
  top: clamp(2994px, 292.4542124542vw, 5988px);
  left: max(75.0915750916vw, 512.5px);
  width: max(6.8131868132vw, 46.5px);
}
@media screen and (max-width: 767px) {
  .c-people-sub__item {
    display: none !important;
  }
  .c-people-sub__item.--people-1 {
    display: block !important;
    top: spSizeY(200);
    left: spSizeX(0);
    width: spSizeX(60);
  }
  .c-people-sub__item.--people-2 {
    display: block !important;
    top: spSizeY(95);
    left: spSizeX(5);
    width: spSizeX(125);
  }
}

.c-people-about {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-people-about__item {
  position: absolute;
  top: 100%;
  display: none;
}
.c-people-about__item.--people-19 {
  display: block;
  top: clamp(570px * 1, 100vw * 570 / 1280, 912px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 1045px), -50% - 100vw * (683 - 1045) / 1366, -50% - 2 * (683px - 1045 px)));
  width: clamp(145px * 1, 100vw * 145 / 1280, 232px);
  transform: translateX(clamp(-1 * -362px, -100vw * -362 / 1365, -2 * -362px));
  z-index: 10;
}
.c-people-about__item.--people-14 {
  display: block;
  top: clamp(855px * 1, 100vw * 855 / 1280, 1368px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 160px), -50% - 100vw * (683 - 160) / 1366, -50% - 2 * (683px - 160 px)));
  width: clamp(162px * 1, 100vw * 162 / 1280, 259.2px);
  transform: translateX(clamp(-2 * 523px, -100vw * 523 / 1365, -1 * 523px));
}
.c-people-about__item.--people-15 {
  display: block;
  top: clamp(1175px * 1, 100vw * 1175 / 1280, 1880px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 115px), -50% - 100vw * (683 - 115) / 1366, -50% - 2 * (683px - 115 px)));
  width: clamp(87px * 1, 100vw * 87 / 1280, 139.2px);
  transform: translateX(clamp(-2 * 568px, -100vw * 568 / 1365, -1 * 568px));
}
.c-people-about__item.--people-17 {
  display: block;
  top: clamp(1580px * 1, 100vw * 1580 / 1280, 2528px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 185px), -50% - 100vw * (683 - 185) / 1366, -50% - 2 * (683px - 185 px)));
  width: clamp(185px * 1, 100vw * 185 / 1280, 296px);
  transform: translateX(clamp(-2 * 498px, -100vw * 498 / 1365, -1 * 498px));
}
.c-people-about__item.--people-44 {
  display: block;
  top: clamp(1460px * 1, 100vw * 1460 / 1280, 2336px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 1105px), -50% - 100vw * (683 - 1105) / 1366, -50% - 2 * (683px - 1105 px)));
  width: clamp(136px * 1, 100vw * 136 / 1280, 217.6px);
  transform: translateX(clamp(-1 * -422px, -100vw * -422 / 1365, -2 * -422px));
}
@media screen and (max-width: 1299px) {
  .c-people-about__item.--people-44 {
    transform: translateX(calc(-0.8 * -422px));
  }
}
@media screen and (max-width: 1099px) {
  .c-people-about__item.--people-44 {
    transform: translateX(calc(-0.7 * -422px));
  }
}
.c-people-about__item.--people-18 {
  display: block;
  top: clamp(1885px * 1, 100vw * 1885 / 1280, 3016px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 1036px), -50% - 100vw * (683 - 1036) / 1366, -50% - 2 * (683px - 1036 px)));
  width: clamp(174px * 1, 100vw * 174 / 1280, 278.4px);
  transform: translateX(clamp(-1 * -353px, -100vw * -353 / 1365, -2 * -353px));
}
@media screen and (max-width: 1299px) {
  .c-people-about__item.--people-18 {
    transform: translateX(calc(-0.8 * -353px));
  }
}
@media screen and (max-width: 1099px) {
  .c-people-about__item.--people-18 {
    transform: translateX(calc(-0.7 * -353px));
  }
}
.c-people-about__item.--people-16 {
  display: block;
  top: clamp(1950px * 1, 100vw * 1950 / 1280, 3120px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 90px), -50% - 100vw * (683 - 90) / 1366, -50% - 2 * (683px - 90 px)));
  width: clamp(239px * 1, 100vw * 239 / 1280, 382.4px);
  transform: translateX(clamp(-2 * 593px, -100vw * 593 / 1365, -1 * 593px));
}
@media screen and (max-width: 1299px) {
  .c-people-about__item.--people-16 {
    transform: translateX(calc(-0.8 * 593px));
  }
}
@media screen and (max-width: 1099px) {
  .c-people-about__item.--people-16 {
    transform: translateX(calc(-0.7 * 593px));
  }
}
.c-people-about__item.--people-22 {
  display: block;
  top: clamp(2185px * 1, 100vw * 2185 / 1280, 3496px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 1180px), -50% - 100vw * (683 - 1180) / 1366, -50% - 2 * (683px - 1180 px)));
  width: clamp(63px * 1, 100vw * 63 / 1280, 100.8px);
  transform: translateX(clamp(-1 * -497px, -100vw * -497 / 1365, -2 * -497px));
}
@media screen and (max-width: 1299px) {
  .c-people-about__item.--people-22 {
    transform: translateX(calc(-0.8 * -497px));
  }
}
@media screen and (max-width: 1099px) {
  .c-people-about__item.--people-22 {
    transform: translateX(calc(-0.7 * -497px));
  }
}
.c-people-about__item.--people-20 {
  display: block;
  top: clamp(2340px * 1, 100vw * 2340 / 1280, 3744px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 260px), -50% - 100vw * (683 - 260) / 1366, -50% - 2 * (683px - 260 px)));
  width: clamp(122px * 1, 100vw * 122 / 1280, 195.2px);
  transform: translateX(clamp(-2 * 423px, -100vw * 423 / 1365, -1 * 423px));
}
@media screen and (max-width: 1299px) {
  .c-people-about__item.--people-20 {
    transform: translateX(calc(-0.8 * 423px));
  }
}
@media screen and (max-width: 1099px) {
  .c-people-about__item.--people-20 {
    transform: translateX(calc(-0.7 * 423px));
  }
}
.c-people-about__item.--people-24 {
  display: block;
  top: clamp(2380px * 1, 100vw * 2380 / 1280, 3808px);
  left: 50%;
  transform: translateX(clamp(-50% - (683px - 930px), -50% - 100vw * (683 - 930) / 1366, -50% - 2 * (683px - 930 px)));
  width: clamp(147px * 1, 100vw * 147 / 1280, 235.2px);
  transform: translateX(clamp(-1 * -247px, -100vw * -247 / 1365, -2 * -247px));
}
@media screen and (max-width: 1299px) {
  .c-people-about__item.--people-24 {
    transform: translateX(calc(-0.8 * -247px));
  }
}
@media screen and (max-width: 1099px) {
  .c-people-about__item.--people-24 {
    transform: translateX(calc(-0.7 * -247px));
  }
}
@media screen and (max-width: 767px) {
  .c-people-about__item {
    display: none !important;
  }
  .c-people-about__item.--people-1 {
    display: block !important;
    top: spSizeY(200);
    left: spSizeX(0);
    width: spSizeX(60);
  }
  .c-people-about__item.--people-2 {
    display: block !important;
    top: spSizeY(95);
    left: spSizeX(5);
    width: spSizeX(125);
  }
}

.c-people-sample {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 999;
  opacity: 0.3;
}

.c-article-grid__header {
  max-width: 75rem;
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-article-grid__header {
    margin-top: 2.3333333333rem;
  }
}
.c-article-grid__ttl {
  margin: 0 0 1.25rem;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 899px) {
  .c-article-grid__ttl {
    font-size: 1.4666666667rem;
    margin-bottom: 0.8rem;
  }
}
.c-article-grid__lead {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-article-grid__lead {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}
.c-article-grid__subTxt {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 899px) {
  .c-article-grid__subTxt {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.c-article-grid__body {
  display: grid;
  grid-template-columns: 20.6875rem 1fr;
  gap: 0;
  max-width: 90rem;
  width: 100%;
  margin: 5rem auto 0;
  border-top: 1px solid #cdcdcd;
}
@media screen and (max-width: 989px) {
  .c-article-grid__body {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 2rem 1.3333333333rem 4rem;
    margin-top: 4rem;
  }
}
.c-article-grid__aside {
  position: sticky;
  top: 0;
  align-self: start;
  transition: top 0.7s ease;
}
.l-header:not(.is-hidden) + .l-main .c-article-grid__aside {
  top: 9.4375rem;
}
@media screen and (max-width: 989px) {
  .c-article-grid__aside {
    position: static;
    order: -1;
  }
}
@media screen and (max-width: 767px) {
  .c-article-grid__aside-inner {
    padding: 0;
  }
}
.c-article-grid__aside-nav {
  margin: 0;
}
.c-article-grid__aside-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 989px) {
  .c-article-grid__aside-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6666666667rem;
  }
}
.c-article-grid__aside-item {
  margin: 0;
  border-bottom: 1px solid #cdcdcd;
}
@media screen and (max-width: 989px) {
  .c-article-grid__aside-item {
    border-bottom: none;
  }
}
.c-article-grid__aside-link {
  display: block;
  padding: 1.25rem 2.1875rem;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  line-height: 1.5;
  position: relative;
  transition: color 0.2s, background-color 0.2s;
  letter-spacing: 0.1em;
  border: 1px solid transparent;
  border-radius: 0;
}
.c-article-grid__aside-link::after {
  content: "";
  width: 0.2651650429rem;
  height: 0.2651650429rem;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.is-current .c-article-grid__aside-link {
  background-color: #f1f5f3;
  color: #21a154;
}
.is-current .c-article-grid__aside-link::after {
  border-top-color: #21a154;
  border-right-color: #21a154;
}
@media screen and (max-width: 989px) {
  .c-article-grid__aside-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6666666667rem 1.3333333333rem 0.6666666667rem 1.3333333333rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    background-color: #ffffff;
    border: 2px solid #cdcdcd;
    border-radius: 0.5333333333rem;
  }
  .c-article-grid__aside-link::after {
    right: 0.9333333333rem;
    border-top-color: #333333;
    border-right-color: #333333;
  }
  .is-current .c-article-grid__aside-link {
    background-color: rgba(241, 245, 243, 0.7);
    border-color: #cdcdcd;
    color: #21a154;
  }
  .is-current .c-article-grid__aside-link::after {
    border-top-color: #21a154;
    border-right-color: #21a154;
    transform: translateY(-50%) rotate(135deg);
  }
}
@media screen and (max-width: 989px) and (max-width: 767px) {
  .c-article-grid__aside-link {
    padding: 0.3333333333rem 0.6666666667rem 0.3333333333rem 1rem;
    font-size: 0.9333333333rem;
  }
}
@media screen and (max-width: 767px) {
  .c-article-grid__aside-link {
    padding: 0.3333333333rem 0.8rem;
    padding-right: 1.6666666667rem;
    height: 100%;
  }
}
@media (any-hover: hover) {
  .c-article-grid__aside-link:hover {
    background-color: rgba(241, 245, 243, 0.4) !important;
  }
}
.c-article-grid__aside-link:focus-visible {
  background-color: rgba(241, 245, 243, 0.4) !important;
}
.c-article-grid__main {
  padding: 3.125rem 2.1875rem 7.5rem 3.125rem;
  border-left: 1px solid #cdcdcd;
}
@media screen and (max-width: 989px) {
  .c-article-grid__main {
    padding: 0;
    border-left: none;
  }
}
.c-article-grid__diagram {
  background-color: #f1f5f3;
  border-radius: 0.625rem;
  padding: 2.5rem 1.875rem 2.8125rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-article-grid__diagram {
    margin-top: 1.3333333333rem;
    margin-bottom: 4rem;
    padding: 1.875rem 1.25rem 2.1875rem;
  }
}
.c-article-grid__diagram.--makes-sense {
  margin-top: 1.875rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-article-grid__diagram.--makes-sense {
    margin-top: 1.3333333333rem;
  }
}

.p-aptitude-section + .p-aptitude-section,
.p-aptitude-section + .c-article-grid-section,
.c-article-grid-section + .p-aptitude-section,
.c-article-grid-section + .c-article-grid-section {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-aptitude-section + .p-aptitude-section,
  .p-aptitude-section + .c-article-grid-section,
  .c-article-grid-section + .p-aptitude-section,
  .c-article-grid-section + .c-article-grid-section {
    margin-top: 5.3333333333rem;
  }
}

.p-aptitude-content__half-image,
.c-article-grid-content__half-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 1.875rem;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-aptitude-content__half-image,
  .c-article-grid-content__half-image {
    grid-template-columns: 1fr;
    gap: 1.3333333333rem;
  }
}

.c-article-grid-blocks {
  display: grid;
  gap: 1.875rem;
  margin-top: 1.875rem;
}

.c-article-grid-block {
  background-color: #f1f5f3;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 3.125rem 3.125rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-article-grid-block {
    padding: 2.3333333333rem 1.3333333333rem 1.3333333333rem 1.3333333333rem;
    margin-inline: -1.3333333333rem;
    border-radius: 0;
  }
}
.c-article-grid-block + .c-article-grid-block, .c-article-grid-block.--second {
  margin-top: 5rem;
}
.c-article-grid-block__accent {
  font-weight: 700;
  color: #ffffff;
  background-color: #21a154;
  display: grid;
  place-items: center;
  border-radius: 0.3125rem;
  min-height: 1.6875rem;
  padding: 0 0.625rem;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-article-grid-block__accent {
    min-height: 1.4rem;
    padding: 0 0.6666666667rem;
  }
}
.c-article-grid-block__ttl {
  margin-top: 0.9375rem;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-article-grid-block__ttl {
    font-size: 1.3333333333rem;
  }
}
@media screen and (max-width: 767px) {
  .c-article-grid-block__ttl.--mental-support {
    margin-top: 0rem;
  }
}
.c-article-grid-block__subttl {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-article-grid-block__subttl {
    font-size: 1.0666666667rem;
  }
}
.c-article-grid-block__subttl:not(:first-child) {
  margin-top: 1.875rem;
}
.c-article-grid-block__subttl.--large {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
  line-height: 1.8;
}
.c-article-grid-block__text {
  margin-top: 1.25rem;
  padding-right: 3.125rem;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-article-grid-block__text {
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.8;
  }
}
h3 + .c-article-grid-block__text {
  margin-top: 0.9375rem;
  line-height: 1.8;
}
.c-article-grid-block__note {
  display: flex;
  align-items: baseline;
}
.c-article-grid-block__note-icon {
  display: block;
  width: 1em;
  flex-shrink: 0;
}
.c-article-grid-block__image {
  display: block;
  margin-top: 1.875rem;
}

.c-article-grid-img-block {
  background-color: #f1f5f3;
  border-radius: 0.625rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: 550fr 314fr;
}
@media screen and (max-width: 767px) {
  .c-article-grid-img-block {
    grid-template-columns: 1fr;
  }
}
.c-article-grid-block .c-article-grid-img-block {
  background-color: transparent;
}
.c-article-grid-img-block.--reverse {
  grid-template-columns: 314fr 550fr;
}
@media screen and (max-width: 767px) {
  .c-article-grid-img-block.--reverse {
    grid-template-columns: 1fr;
    margin-top: 1.3333333333rem;
  }
}
.c-article-grid-img-block.--reverse *:first-child {
  order: 2;
}
@media screen and (max-width: 767px) {
  .c-article-grid-img-block.--reverse *:first-child {
    order: 1;
  }
}
.c-article-grid-img-block.--reverse *:last-child {
  order: 1;
}
@media screen and (max-width: 767px) {
  .c-article-grid-img-block.--reverse *:last-child {
    order: 2;
  }
}
.c-article-grid-img-block__image {
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .c-article-grid-img-block__image {
    margin-top: 1.3333333333rem;
  }
}
.c-article-grid-img-block__content {
  padding: 3.125rem 0rem 3.75rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-article-grid-img-block__content {
    margin-top: 1rem;
    padding: 2rem 1.3333333333rem 0rem 1.3333333333rem;
  }
}
.c-article-grid-block .c-article-grid-img-block__content {
  padding: 0;
}

.c-article-grid-white-block {
  background-color: #ffffff;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 1.5625rem 1.875rem 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-article-grid-white-block {
    margin-top: 1.3333333333rem;
    padding: 1.3333333333rem 1.3333333333rem 1.6666666667rem 1.3333333333rem;
  }
}
.c-article-grid-white-block__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-article-grid-white-block__item {
  font-weight: 500;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .c-article-grid-white-block__item {
    font-size: 0.9333333333rem;
    line-height: 1.8;
  }
}
.c-article-grid-white-block__item::before {
  content: "・";
  display: block;
  flex-shrink: 0;
  color: #21a154;
}

.c-article-grid-note-list {
  margin-top: 1.25rem;
}
.c-article-grid-note-list__item {
  display: flex;
  align-items: baseline;
  line-height: 1.8;
}
.c-article-grid-note-list__icon {
  display: block;
  flex-shrink: 0;
}

.c-article-grid-thumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .c-article-grid-thumb-list.--col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3333333333rem;
  }
}
@media screen and (max-width: 767px) {
  .c-article-grid-thumb-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.3333333333rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }
  .c-article-grid-thumb-list::-webkit-scrollbar {
    display: none;
  }
  .c-article-grid-thumb-list {
    scrollbar-width: none;
  }
}
.c-article-grid-thumb-list__item {
  width: calc((100% - 1.875rem * 2) / 3);
}
@media screen and (max-width: 767px) {
  .c-article-grid-thumb-list__item {
    flex: 0 0 auto;
    width: auto;
  }
}
.c-article-grid-thumb-list__content {
  margin-top: 0.9375rem;
}
.c-article-grid-thumb-list__title {
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-article-grid-thumb-list__title {
    font-size: 0.8666666667rem;
  }
}

.c-article-grid-info-block {
  display: grid;
  grid-template-columns: 28.375rem 1fr;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-article-grid-info-block {
    grid-template-columns: 1fr;
  }
}
.c-article-grid-info-block__info {
  padding: 2.5rem;
  background-color: #f1f5f3;
}
@media screen and (max-width: 767px) {
  .c-article-grid-info-block__info {
    padding: 1.6666666667rem 1.3333333333rem 2rem;
  }
}
.c-article-grid-info-block__ttl {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 0.9375rem;
  color: #21a154;
}
@media screen and (max-width: 767px) {
  .c-article-grid-info-block__ttl {
    font-size: 1.3333333333rem;
    margin-bottom: 1rem;
  }
}
.c-article-grid-info-block__text {
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-article-grid-info-block__text {
    font-size: 0.9333333333rem;
  }
}
.c-article-grid-info-block__white-box {
  background-color: #ffffff;
  padding: 0.625rem 1.5625rem 1.25rem;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-top: 1.25rem;
  box-shadow: 0.125rem 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .c-article-grid-info-block__white-box {
    margin-top: 0.6666666667rem;
    padding: 0.6666666667rem 1.3333333333rem 1.3333333333rem;
    box-shadow: 0.0666666667rem 0.0666666667rem 0.4666666667rem rgba(0, 0, 0, 0.2);
  }
}
.c-article-grid-info-block__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
}
.c-article-grid-info-block__tel-label {
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .c-article-grid-info-block__tel-label {
    width: 1.5333333333rem;
  }
}
.c-article-grid-info-block__tel-number {
  font-size: 2.1875rem;
  font-weight: 800;
  line-height: 1.5;
  color: #21a154;
}
@media screen and (max-width: 767px) {
  .c-article-grid-info-block__tel-number {
    font-size: 1.8666666667rem;
  }
}
.c-article-grid-info-block__tel-note {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-article-grid-info-block__tel-note {
    font-size: 0.8666666667rem;
  }
}
.c-article-grid-info-block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-article-grid-info-block__image img {
    height: 18.6666666667rem;
  }
}

.c-flow {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-flow {
    margin-top: 1.3333333333rem;
  }
}
.c-flow__item {
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  overflow: visible;
  background-color: #ffffff;
  padding: 1.25rem;
}
.c-flow__item:not(:first-child) {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .c-flow__item:not(:first-child) {
    margin-top: 1.8666666667rem;
  }
}
.c-flow__item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.125rem;
  transform: translate(-50%, -50%);
  width: 1.5625rem;
  height: 0.75rem;
  background-color: #9f9f9f;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .c-flow__item:not(:first-child)::before {
    top: -0.9333333333rem;
    width: 1.3333333333rem;
    height: 0.6666666667rem;
  }
}
@media screen and (max-width: 767px) {
  .c-flow__item {
    padding: 1rem 1rem;
  }
}
.c-flow__head {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  background-color: #ffffff;
}
.c-flow__step {
  flex-shrink: 0;
  padding: 0 0.625rem 0.0625rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #ffffff;
  background-color: #21a154;
  border-radius: 100vh;
  letter-spacing: 0;
  line-height: 1;
  display: grid;
  place-items: center;
  min-height: 1.25rem;
  margin-top: 0.36rem;
}
@media screen and (max-width: 767px) {
  .c-flow__step {
    margin-top: 0.2rem;
    padding: 0 0.6666666667rem 0.0666666667rem;
    font-size: 0.8666666667rem;
    line-height: 1.5;
  }
}
.c-flow__label {
  font-size: 1.375rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-flow__label {
    font-size: 1.2rem;
  }
}
.c-flow__body {
  border-radius: 0 0 0.4375rem 0.4375rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-flow__body {
    margin-top: 0.5333333333rem;
  }
}
.c-flow__body p {
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-flow__body p {
    font-size: 0.9333333333rem;
  }
}

.c-news__body {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-news__body {
    margin-top: 1.3333333333rem;
  }
}
.c-news__content {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-news__content {
    margin-top: 1.3333333333rem;
  }
}
.c-news__content * {
  margin: 3.125rem 0;
}
@media screen and (max-width: 767px) {
  .c-news__content * {
    margin: 2.3333333333rem 0;
  }
}
.c-news__content *:first-child {
  margin-top: 0;
}
.c-news__content *:last-child {
  margin-bottom: 0;
}
.c-news__content figure {
  display: block;
  max-width: 41.25rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-news__content figure {
    margin-bottom: 1.3333333333rem;
  }
}

.p-top-mv {
  position: relative;
  padding: 0 2.5rem;
  height: calc(100vh - 9.375rem);
  display: grid;
  overflow: hidden;
  background-color: #21a154;
  background-image: url("../img/top/mv-bg-orig.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-height: min(50vw, 750px);
}
@media screen and (max-width: 999px) {
  .p-top-mv {
    max-height: min(60vw, 750px);
  }
}
@media (max-height: 59.375vw) {
  .p-top-mv {
    min-height: 29.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    padding: 0 1.3333333333rem 0;
    height: calc(100svh - 5rem);
    max-height: calc(73.32vw - 5rem);
    min-height: calc(65vw - 5rem);
  }
}
@media screen and (max-width: 499px) {
  .p-top-mv {
    min-height: calc(171.7948717949vw - 5rem);
    max-height: calc(191vw - 7.3333333333rem);
  }
}
.p-top-mv::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(322deg, rgba(33, 161, 84, 0.7) 18%, rgba(83, 206, 132, 0.85) 32%, rgb(33, 161, 84) 102%);
  background-size: max(100%, 1280px) 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-mv::after {
    background-size: 100% 100%;
    background: linear-gradient(292deg, rgba(9, 156, 68, 0.75) 6%, rgba(66, 205, 121, 0.9) 37%, rgb(9, 156, 68) 93%);
  }
}
.p-top-mv__inner {
  height: 100%;
  width: 100%;
  max-width: 69.375rem;
  padding-bottom: 0.3125rem;
  margin: auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top-mv__inner {
    padding-top: 2.5333333333rem;
    max-width: 40rem;
  }
}
@media screen and (max-width: 499px) {
  .p-top-mv__inner {
    max-width: 26rem;
  }
}
.p-top-mv__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-image: url("../img/top/mv-1-front.webp");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 5;
  max-height: min(50vw, 750px);
}
@media screen and (max-width: 999px) {
  .p-top-mv__inner::before {
    max-height: min(55vw, 750px);
  }
}
@media (max-height: 59.375vw) and (max-width: 1599px) {
  .p-top-mv__inner::before {
    background-size: auto max(100vh - 10.0625rem, 28.6875rem);
    background-position: bottom right;
    max-width: 69.375rem;
    left: 50%;
    transform: translateX(-50%);
    min-height: 29.375rem;
  }
}
@media (max-height: 930px) and (min-width: 1500px) {
  .p-top-mv__inner::before {
    background-size: auto max(100vh - 10.0625rem, 28.6875rem);
    background-position: bottom right;
    left: 50%;
    transform: translateX(-50%);
    min-height: 29.375rem;
  }
}
@media (max-height: 50vw) and (min-width: 1500px) {
  .p-top-mv__inner::before {
    max-width: 69.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__inner::before {
    background-size: contain;
    background-position: bottom right;
    width: 110%;
  }
}
@media screen and (max-width: 499px) {
  .p-top-mv__inner::before {
    background-size: 99% auto;
    background-position: bottom 0% right -1650%;
    min-height: calc(193vw - 11rem);
    height: 100%;
    max-height: unset;
    bottom: auto;
    top: 0;
  }
}
.p-top-mv__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-mv__wrapper {
    justify-content: flex-start;
  }
}
.p-top-mv__copy {
  font-weight: 700;
  color: #ffffff;
}
.p-top-mv__copy .--sub {
  display: block;
  font-size: clamp(26px * 0.1, 100vw * 26 / 1280, 26px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding-bottom: 0.1em;
}
@media (max-height: 930px) {
  .p-top-mv__copy .--sub {
    font-size: max(2 * (100vh - 10.0625rem) * 26 / 1280, 1.16543125rem);
  }
}
@media (min-height: 62vw) and (max-width: 1499px) {
  .p-top-mv__copy .--sub {
    font-size: clamp(26px * 0.1, 100vw * 26 / 1280, 26px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy .--sub {
    font-size: clamp(24px * 0.5, 100vw * 24 / 767, 24px);
  }
}
@media screen and (max-width: 499px) {
  .p-top-mv__copy .--sub {
    font-size: clamp(24px * 0.5, 100vw * 24 / 390, 24px);
  }
}
.p-top-mv__copy .--main {
  display: block;
  font-size: clamp(60px * 0.1, 100vw * 60 / 1280, 60px);
  line-height: 1.35;
  letter-spacing: 0.03em;
}
@media (max-height: 930px) {
  .p-top-mv__copy .--main {
    font-size: max(2 * (100vh - 10.0625rem) * 60 / 1280, 2.68945rem);
  }
}
@media (min-height: 62vw) and (max-width: 1499px) {
  .p-top-mv__copy .--main {
    font-size: clamp(60px * 0.1, 100vw * 60 / 1280, 60px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy .--main {
    font-size: clamp(40px * 0.5, 100vw * 40 / 767, 40px);
  }
}
@media screen and (max-width: 499px) {
  .p-top-mv__copy .--main {
    font-size: clamp(40px * 0.5, 100vw * 40 / 390, 40px);
  }
}
.p-top-mv__txt {
  font-size: clamp(18px * 0.1, 100vw * 18 / 1280, 18px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 1.25rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top-mv__txt {
    font-size: clamp(18px * 0.5, 100vw * 18 / 767, 18px);
  }
}
@media screen and (max-width: 499px) {
  .p-top-mv__txt {
    margin-top: 1rem;
    font-size: clamp(15px * 0.5, 100vw * 15 / 390, 15px);
    margin-right: -0.2rem;
    margin-left: -0.2rem;
    white-space: nowrap;
  }
}
.p-top-mv__btns {
  margin-top: clamp(36px * 0.1, 100vw * 36 / 1280, 36px);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__btns {
    gap: 1rem;
  }
}
@media (max-width: 767px) and (max-height: 70vw) {
  .p-top-mv__btns {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  .p-top-mv__btns {
    display: none;
  }
}
.p-top-mv__banners {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  padding: 0 3.125rem 3.75rem 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  gap: 0.625rem;
  z-index: 20;
}
.p-top-mv__banners a:not(.--disabled) {
  pointer-events: auto;
}
@media (max-height: 930px) and (max-width: 1499px) {
  .p-top-mv__banners {
    max-width: 69.375rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 max(2 * (100vh - 10.0625rem) * 50 / 1280, 2.44140625rem) max(2 * (100vh - 10.0625rem) * 60 / 1280, 2.9296875rem) 0;
  }
}
@media (max-height: 930px) and (min-width: 1500px) {
  .p-top-mv__banners {
    left: 50%;
    transform: translateX(-50%);
    padding: 0 max(2 * (100vh - 10.0625rem) * 50 / 1280, 2.44140625rem) max(2 * (100vh - 10.0625rem) * 60 / 1280, 2.9296875rem) 0;
  }
}
@media (min-height: 62vw) and (max-width: 1499px) {
  .p-top-mv__banners {
    padding: 0 3.125rem 3.75rem 0;
  }
}
@media (max-height: 50vw) and (min-width: 1600px) {
  .p-top-mv__banners {
    max-width: 69.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__banners {
    left: 50%;
    transform: translateX(-50%);
    max-width: 40rem;
    padding: 1.3333333333rem 1.3333333333rem;
  }
}
@media screen and (max-width: 499px) {
  .p-top-mv__banners {
    padding-right: 0;
    max-width: 24.375rem;
    align-items: flex-start;
  }
}
.p-top-mv__banner a {
  display: block;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.45));
}
.p-top-mv__banner.--anniv40 {
  width: 9.125rem;
}
@media (max-height: 930px) {
  .p-top-mv__banner.--anniv40 {
    width: max(2 * (100vh - 10.0625rem) * 146 / 1280, 7.12890625rem);
  }
}
@media (min-height: 62vw) and (max-width: 1499px) {
  .p-top-mv__banner.--anniv40 {
    width: 9.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__banner.--anniv40 {
    width: clamp(110px * 0.5, 100vw * 110 / 767, 110px);
  }
}
@media screen and (max-width: 499px) {
  .p-top-mv__banner.--anniv40 {
    width: 7.3333333333rem;
  }
}
.p-top-mv__banner.--online {
  width: 9.5625rem;
}
@media (max-height: 930px) {
  .p-top-mv__banner.--online {
    width: max(2 * (100vh - 10.0625rem) * 153 / 1280, 7.421875rem);
  }
}
@media (min-height: 62vw) and (max-width: 1499px) {
  .p-top-mv__banner.--online {
    width: 9.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__banner.--online {
    width: clamp(115px * 0.5, 100vw * 115 / 767, 115px);
  }
}
@media screen and (max-width: 499px) {
  .p-top-mv__banner.--online {
    width: 7.6666666667rem;
  }
}

.p-top-about {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    margin-top: 2.6666666667rem;
  }
}
.p-top-about__main {
  display: grid;
  grid-template-columns: 420fr 1020fr;
}
@media screen and (max-width: 767px) {
  .p-top-about__main {
    grid-template-columns: 1fr;
  }
}
.p-top-about__left {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-top-about__left {
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    order: 2;
    height: clamp(200px * 0.1, 100vw * 200 / 390, 200px * 2);
  }
}
.p-top-about__left img {
  width: 100%;
  height: 22.2916666667rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-about__left img {
    height: clamp(200px * 0.1, 100vw * 200 / 390, 200px * 2);
  }
}
.p-top-about__right {
  padding-top: 9.375rem;
  padding-bottom: 6.25rem;
  text-align: center;
  background-image: url("../img/top/about-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-top-about__right {
    padding-top: 4rem;
    padding-bottom: 3rem;
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
    order: 1;
  }
  .p-top-about__right p br {
    display: none;
  }
}
.p-top-about__divider {
  margin-top: 2.5rem;
  position: relative;
  height: 3.125rem;
}
.p-top-about__divider::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  width: 1px;
  background-color: #333333;
}
.p-top-about__list {
  margin-top: 2.5rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-top-about__item:not(:first-child) {
  margin-top: 3.125rem;
}
.p-top-about__item-ttl {
  display: flex;
  align-items: baseline;
  justify-content: left;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.p-top-about__item-ttl.--essential {
  margin-bottom: 1rem;
}
.p-top-about__item-num {
  font-size: 1.5rem;
  font-weight: 700;
  color: #342b25;
}
@media screen and (max-width: 767px) {
  .p-top-about__item-num {
    font-size: 1.3333333333rem;
  }
}
.p-top-about__item-num.--essential {
  font-size: 3.125rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-about__item-num.--essential {
    font-size: 1.6rem;
  }
}
.p-top-about__item-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #342b25;
}
.p-top-about__item-title.--essential {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top-about__item-title.--essential {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__item-title {
    font-size: 1.2rem;
  }
}
.p-top-about__item-desc {
  line-height: 2;
}
.p-top-about__btn-group {
  max-width: 36.0625rem;
  margin: 3.5rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__btn-group {
    grid-template-columns: 1fr;
    gap: 1.3333333333rem;
    margin-top: 3.3333333333rem;
  }
}
.p-top-about__btn {
  text-align: center;
}
.p-top-about__btn-link {
  min-width: 15.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #342b25;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border: 1px solid #342b25;
  border-radius: 100vh;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-top-about__btn-link:hover {
    background-color: #342b25;
    color: #fff;
  }
}
.p-top-about__btn-more {
  margin-top: 5.3125rem;
}

.p-top-news {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    margin-top: 4rem;
  }
}
.p-top-news__inner {
  max-width: 77.5rem;
  margin: 0 auto;
  width: 90%;
  display: grid;
  grid-template-columns: minmax(0, 12.5rem) 1fr;
  -moz-column-gap: clamp(138px * 0.1, 100vw * 138 / 1280, 138px);
       column-gap: clamp(138px * 0.1, 100vw * 138 / 1280, 138px);
  grid-template-areas: "head body" "btn  body";
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-top-news__inner {
    display: block;
    width: 100%;
    padding: 0 0.6666666667rem;
  }
}
.p-top-news__head {
  grid-area: head;
}
@media screen and (max-width: 767px) {
  .p-top-news__head {
    margin-bottom: 2rem;
  }
}
.p-top-news__body {
  grid-area: body;
}
@media screen and (max-width: 767px) {
  .p-top-news__body {
    margin-top: 1.5rem;
  }
}
.p-top-news__btn-more {
  grid-area: btn;
  text-align: center;
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__btn-more {
    margin-top: 3.125rem;
    text-align: center;
  }
}

.p-top-problem {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem {
    margin-top: 2.3333333333rem;
  }
}
.p-top-problem__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.375rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__list {
    grid-template-columns: 1fr;
    max-width: 23.3333333333rem;
    margin-top: 2.6666666667rem;
    margin-left: auto;
    margin-right: auto;
    gap: 1.3333333333rem;
  }
}
@media screen and (max-width: 569px) {
  .p-top-problem__list {
    margin-top: 1.3333333333rem;
  }
}
.p-top-problem__item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-problem__item {
    text-align: left;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-problem__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.p-top-problem__icon {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-top-problem__icon {
    width: clamp(110px * 0.5, 100vw * 110 / 390, 110px);
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-problem__title {
    font-size: 0.9333333333rem;
  }
  .p-top-problem__title strong {
    font-size: 1.0666666667rem;
  }
}
.p-top-problem__strong {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-problem__strong {
    font-size: 1.0666666667rem;
  }
}

.p-top-service {
  margin-top: 6.4375rem;
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  background: linear-gradient(to right, #eefff5 3%, #d8f1e2 93%);
}
@media screen and (max-width: 767px) {
  .p-top-service {
    margin-top: 4rem;
    padding-top: 2.3333333333rem;
    padding-bottom: 4rem;
  }
}
.p-top-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 863px) {
  .p-top-service__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__list {
    grid-template-columns: 1fr;
    max-width: 23.3333333333rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-service__item {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 0.625rem;
  padding-bottom: 2.1875rem;
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.15);
}
.p-top-service__img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem 0.625rem 0 0;
}
.p-top-service__img-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgb(51, 51, 51) 0%, rgba(51, 51, 51, 0.6) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.p-top-service__img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.p-top-service__img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top-service__title {
  position: absolute;
  bottom: 0.9375rem;
  left: 1.25rem;
  right: 1.25rem;
  font-size: 1.375rem;
  line-height: 1.8;
  font-weight: 700;
  color: #ffffff;
  z-index: 2;
}
.p-top-service__title .--small {
  display: block;
  font-size: 0.8181818182em;
}
@media screen and (max-width: 999px) {
  .p-top-service__title .--small {
    font-size: 0.6363636364em;
  }
}
@media screen and (max-width: 799px) {
  .p-top-service__title .--small {
    font-size: 0.5454545455em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__title .--small {
    font-size: 0.8181818182em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__title {
    font-size: 1.3333333333rem;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }
}
.p-top-service__desc {
  flex: 1;
  font-size: 0.9375rem;
  line-height: 1.8;
  margin: 1.25rem 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-service__desc {
    margin-top: 1.3333333333rem;
    font-size: 0.9333333333rem;
  }
}

.p-top-message {
  margin-top: 5rem;
  padding: 3.75rem;
  border-radius: 1.25rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 949px) {
  .p-top-message {
    padding: 3.125rem 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-message {
    margin-top: 4rem;
  }
}
.p-top-message__inner {
  display: grid;
  grid-template-columns: 580fr 370fr;
  gap: 2.5rem;
}
@media screen and (max-width: 949px) {
  .p-top-message__inner {
    grid-template-columns: 443px 1fr;
  }
}
@media screen and (max-width: 879px) {
  .p-top-message__inner {
    grid-template-columns: 360px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-top-message__inner {
    grid-template-columns: 1fr;
  }
}
.p-top-message__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-top-message__right img {
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-message__right {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 949px) {
  .p-top-message__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 879px) {
  .p-top-message__right img {
    height: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-message__right img {
    height: auto;
    max-width: 14.6666666667rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-message__text {
  margin-top: 1.875rem;
  line-height: 1.8;
}
.p-top-message__profile {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  margin-top: 3.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-message__profile {
    margin-top: 0;
  }
}
.p-top-message__position {
  font-weight: 500;
}
.p-top-message__name {
  font-size: 1.25rem;
  font-weight: 600;
}

.p-top-strength {
  margin-top: 5rem;
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  background: linear-gradient(to bottom, #f2fef7, #e5faee);
}
@media screen and (max-width: 767px) {
  .p-top-strength {
    margin-top: 4rem;
    padding-top: 2.3333333333rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-strength__list {
    margin-top: 2.3333333333rem;
  }
}
.p-top-strength__item {
  display: grid;
  grid-template-columns: 555fr 535fr;
  gap: clamp(20px * 0.1, 100vw * 20 / 1280, 20px);
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-strength__item {
    grid-template-columns: 1fr;
    gap: 1.3333333333rem;
    margin-top: 2.3333333333rem;
  }
  .p-top-strength__item + .p-top-strength__item {
    margin-top: 4rem;
  }
}
.p-top-strength__item.--reverse {
  grid-template-columns: 535fr 555fr;
}
@media screen and (max-width: 767px) {
  .p-top-strength__item.--reverse {
    grid-template-columns: 1fr;
  }
}
.p-top-strength__item.--reverse .p-top-strength__img {
  order: 1;
}
.p-top-strength__item.--reverse .p-top-strength__text {
  order: 2;
}
@media screen and (max-width: 767px) {
  .p-top-strength__img {
    order: 1;
  }
}
.p-top-strength__text {
  position: relative;
  padding: 0 3.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.875rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-top-strength__text {
    order: 2;
    gap: 1.3333333333rem;
    padding: 0 0 2rem;
  }
}
.p-top-strength__text.--num1 {
  background-image: url("../img/top/stretch-num-1.webp");
  background-size: 15rem;
  background-position: left top;
}
@media screen and (max-width: 767px) {
  .p-top-strength__text.--num1 {
    background-size: 10rem;
    background-position: right bottom;
  }
}
.p-top-strength__text.--num2 {
  background-image: url("../img/top/stretch-num-2.webp");
  background-size: 17.5rem;
  background-position: right top;
}
@media screen and (max-width: 767px) {
  .p-top-strength__text.--num2 {
    background-size: 12.2rem;
    background-position: left bottom;
  }
}
.p-top-strength__text.--num3 {
  background-image: url("../img/top/stretch-num-3.webp");
  background-size: 18.4375rem;
  background-position: left top;
}
@media screen and (max-width: 767px) {
  .p-top-strength__text.--num3 {
    background-size: 12.8666666667rem;
    background-position: right bottom;
  }
}
.p-top-strength__title {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-top-strength__title {
    font-size: 1.3333333333rem;
  }
}
.p-top-strength__desc {
  line-height: 1.8;
}

.p-top-merit {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-merit {
    padding-top: 2.3333333333rem;
    padding-bottom: 4rem;
  }
}
.p-top-merit .c-ttl-sec {
  padding: 0 13.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-merit .c-ttl-sec {
    padding: 0;
  }
}
.p-top-merit__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  margin-top: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-merit__wrap {
    grid-template-columns: 1fr;
  }
}
.p-top-merit__img {
  position: absolute;
  top: 2.5625rem;
  right: 0;
  width: 13.75rem;
  transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .p-top-merit__img {
    display: none;
  }
}
.p-top-merit__card {
  position: relative;
  padding: 5.375rem 3.125rem 3.125rem;
  margin-top: 2.5rem;
  border-radius: 1.25rem;
  background-color: #ffffff;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top-merit__card {
    padding: 5.3333333333rem 1.3333333333rem 2.3333333333rem;
    margin-top: 0;
  }
}
.p-top-merit__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -0.9375rem);
  width: 5.6875rem;
  margin: 0 auto;
}
.p-top-merit__title {
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-top-merit__title {
    font-size: 1.3333333333rem;
  }
}
.p-top-merit__text {
  margin-top: 1.25rem;
  line-height: 1.8;
  text-align: center;
}
.p-top-merit__text span.marker {
  font-weight: 700;
  background: linear-gradient(0deg, transparent 2%, #f5da0e 2%, #f5da0e 88%, transparent 88%);
  padding: 0.03125rem;
}
@media screen and (max-width: 959px) {
  .p-top-merit__text {
    text-align: left;
    margin-top: 1rem;
  }
}
.p-top-merit__cta {
  margin-top: 5.375rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top-merit__cta {
    margin-top: 2.3333333333rem;
  }
}
.p-top-merit__cta-title {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
}
.p-top-merit__cta-title span {
  font-weight: 600;
  font-size: 1.875rem;
  color: #ffffff;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-top-merit__cta-title span {
    font-size: 1.2rem;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-top-merit__cta-title {
    display: block;
  }
}
.p-top-merit__cta-logo {
  display: block;
  width: 19.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-merit__cta-logo {
    width: 18.6666666667rem;
    margin: 1.3333333333rem auto 0;
  }
}
.p-top-merit__cta-desc {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-merit__cta-desc {
    font-size: 1rem;
    margin-top: 1.3333333333rem;
  }
}

.p-top-voice {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-voice {
    padding-top: 2.3333333333rem;
    padding-bottom: 4rem;
  }
}
.p-top-voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.125rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 899px) {
  .p-top-voice__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-top-voice__list {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.p-top-voice__item {
  background-color: #ffffff;
  border-radius: 0.625rem;
  padding: 2.1875rem 1.875rem 2.5rem;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 899px) {
  .p-top-voice__item {
    grid-column: span 2;
  }
  .p-top-voice__item:nth-child(3) {
    grid-column: 2/4;
  }
}
@media screen and (max-width: 767px) {
  .p-top-voice__item {
    grid-column: span 1;
    padding: 1.6666666667rem 1.3333333333rem;
  }
  .p-top-voice__item:nth-child(3) {
    grid-column: auto;
  }
}
.p-top-voice__header {
  display: grid;
  grid-template-columns: 5.625rem 1fr;
  gap: 0.9375rem;
  min-height: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-voice__header {
    grid-template-columns: 5.3333333333rem 1fr;
    gap: 1.3333333333rem;
  }
}
.p-top-voice__icon {
  width: 5.625rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-voice__icon {
    width: 5.3333333333rem;
    height: 5.3333333333rem;
    margin-bottom: 0;
  }
}
.p-top-voice__icon img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top-voice__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.p-top-voice__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-voice__title {
    font-size: 1.2rem;
  }
}
.p-top-voice__subtitle {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #e8f5e9;
  color: #21a154;
  font-size: 1rem;
  line-height: 1.8;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-voice__subtitle {
    font-size: 0.9333333333rem;
    line-height: 1.8;
    padding: 0 0.5333333333rem;
    margin-bottom: 0;
  }
}
.p-top-voice__text {
  margin-top: 1.6875rem;
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-top-voice__text {
    font-size: 0.9333333333rem;
    margin-top: 1.6666666667rem;
  }
}

.p-news {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    margin-top: 2.3333333333rem;
  }
}

.p-single__inner {
  max-width: 43.75rem;
  margin: 6.25rem auto 0;
  margin-top: 6.25rem;
}
@media screen and (max-width: 949px) {
  .p-single__inner {
    margin-right: auto;
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    width: 100%;
    margin-top: 2.1333333333rem;
  }
}
.p-single__date {
  display: block;
  font-size: 0.9375rem;
  font-weight: 300;
}
.p-single__ttl {
  font-size: 1.5rem;
  line-height: 1.3;
  padding-top: 0.9375rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f3efea;
}
@media screen and (max-width: 767px) {
  .p-single__ttl {
    font-size: 1.2rem;
  }
}
.p-single__content {
  margin-top: 3.75rem;
  font-size: 1rem;
  line-height: 2;
}
.p-single__content * + * {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__content * + * {
    margin-top: 2.6666666667rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__content {
    margin-top: 2.6666666667rem;
    font-size: 0.9333333333rem;
  }
  .p-single__content * + * {
    margin-top: 2rem;
  }
}
.p-single__content figure {
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-single__content figure {
    margin: 2.6666666667rem 0;
  }
}
.p-single__content figure.--narrow {
  max-width: 29.375rem;
  margin-inline: auto;
}
.p-single__content .wp-element-caption {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__content .wp-element-caption {
    margin-top: 0.6666666667rem;
  }
}
.p-single__nav {
  margin-top: 12.5rem;
  margin-bottom: 22.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-single__contents {
  max-width: 49.375rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-single__contents {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-about-mission {
  margin-top: 5.625rem;
}
.p-about-mission__inner {
  max-width: 85rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 640fr 621fr;
  gap: clamp(149px * 0.1, 100vw * 149 / 1280, 149px);
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-mission__inner {
    grid-template-columns: 1fr;
    gap: 2.6666666667rem;
  }
}
.p-about-mission__ttl {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-about-mission__ttl {
    font-size: 1.8666666667rem;
  }
}
.p-about-mission__read {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-mission__read {
    margin-top: 2.6666666667rem;
  }
}
.p-about-mission__txt + .p-about-mission__txt {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-about-mission__txt + .p-about-mission__txt {
    margin-top: 1.6rem;
  }
}
.p-about-mission__txt {
  font-size: 1rem;
  line-height: 2.4;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-about-mission__txt {
    font-size: 0.9333333333rem;
  }
}

.p-about-essential {
  margin-top: 21.875rem;
  padding-top: 8.3125rem;
  padding-bottom: 11.25rem;
  background-image: url(../img/top/bg-image.webp);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about-essential {
    margin-top: 4.2666666667rem;
    padding-top: 4.2666666667rem;
    padding-bottom: 4.2666666667rem;
  }
}
.p-about-essential__inner {
  max-width: 63.8125rem;
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 1199px) {
  .p-about-essential__inner {
    width: 90%;
    max-width: unset;
  }
}
.p-about-essential__contents {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .p-about-essential__contents {
    margin-top: 10.6666666667rem;
  }
}
.p-about-essential__item + .p-about-essential__item {
  margin-top: 15.625rem;
}
@media screen and (max-width: 1199px) {
  .p-about-essential__item + .p-about-essential__item {
    margin-top: 13.125rem;
  }
}
.p-about-essential__item {
  display: grid;
  grid-template-columns: 435fr 465fr;
  gap: clamp(103px * 0.1, 100vw * 103 / 1280, 103px);
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .p-about-essential__item {
    grid-template-columns: 400fr 465fr;
    padding-left: 5.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-essential__item {
    grid-template-columns: 1fr;
    padding-left: 0;
  }
}
.p-about-essential__item.--reverse {
  grid-template-columns: 465fr 435fr;
  align-items: flex-start;
  margin-top: 18.6666666667rem;
}
@media screen and (max-width: 1199px) {
  .p-about-essential__item.--reverse {
    grid-template-columns: 465fr 400fr;
    padding-left: 0;
    padding-right: 5.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-essential__item.--reverse {
    grid-template-columns: 1fr;
    padding-right: 0;
    margin-top: 10.6666666667rem;
  }
  .p-about-essential__item.--reverse > :nth-child(1) {
    order: 2;
  }
}
.p-about-essential__item-img {
  margin-top: -5rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-about-essential__item-img {
    margin-top: -2.5rem;
  }
}
.p-about-essential__item-img.--essential1::before {
  content: "";
  position: absolute;
  left: -50%;
  top: auto;
  bottom: -27%;
  width: 100%;
  height: 100%;
  background: url(../img/about/essential-img-1-gry.webp) center/contain no-repeat;
  z-index: -1;
  filter: grayscale(1);
}
@media screen and (max-width: 767px) {
  .p-about-essential__item-img.--essential1::before {
    left: -30%;
    top: -20%;
    bottom: auto;
  }
}
.p-about-essential__item-img.--essential2::before {
  content: "";
  position: absolute;
  right: -23%;
  bottom: auto;
  top: -22%;
  width: 100%;
  height: 100%;
  background: url(../img/about/essential-img-2-gry.webp) center/contain no-repeat;
  z-index: -1;
  filter: grayscale(1);
}
.p-about-essential__item-img.--essential3::before {
  content: "";
  position: absolute;
  left: -50%;
  top: auto;
  bottom: -27%;
  width: 100%;
  height: 100%;
  background: url(../img/about/essential-img-3-gry.webp) center/contain no-repeat;
  z-index: -1;
  filter: grayscale(1);
}
@media screen and (max-width: 767px) {
  .p-about-essential__item-img.--essential3::before {
    left: -30%;
    top: -20%;
    bottom: auto;
  }
}
.p-about-essential__item-img.--essential4::before {
  content: "";
  position: absolute;
  right: -23%;
  bottom: auto;
  top: -22%;
  width: 100%;
  height: 100%;
  background: url(../img/about/essential-img-4-gry.webp) center/contain no-repeat;
  z-index: -1;
  filter: grayscale(1);
}
.p-about-essential__item-desc {
  font-size: 0.9375rem;
  line-height: 2.4;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-about-essential__item-desc {
    font-size: 0.9333333333rem;
  }
}

.p-about-flow {
  margin-top: 11.6875rem;
}
@media screen and (max-width: 799px) {
  .p-about-flow {
    margin-top: 4rem;
  }
}
.p-about-flow__inner {
  max-width: 75.125rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.p-about-flow__contents {
  margin-top: 6.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(96px * 0.1, 100vw * 96 / 1280, 96px);
}
@media screen and (max-width: 1199px) {
  .p-about-flow__contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
@media screen and (max-width: 799px) {
  .p-about-flow__contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.6666666667rem;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
  }
}
.p-about-flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(19px * 0.1, 100vw * 19 / 1280, 19px);
}
@media screen and (max-width: 799px) {
  .p-about-flow__item {
    gap: clamp(19px * 0.1, 100vw * 19 / 390, 19px * 2);
  }
}
.p-about-flow__item + .p-about-flow__item::before {
  content: "";
  position: absolute;
  top: 4.8125rem;
  left: clamp(-102px * 50, 100vw * -102 / 1280, -102px * 0.1);
  width: clamp(108px * 0.1, 100vw * 108 / 1280, 108px);
  height: 3.125rem;
  background-image: url(../img/about/flow-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1200px) {
  .p-about-flow__item:nth-child(3n+1)::before {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .p-about-flow__item:nth-child(2n+1)::before {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .p-about-flow__item::before {
    display: none;
  }
}
.p-about-flow__step {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 799px) {
  .p-about-flow__step {
    font-size: 1.6rem;
  }
}
.p-about-flow__icon {
  width: clamp(189px * 0.1, 100vw * 189 / 1280, 189px);
  height: clamp(101.52px * 0.1, 100vw * 101.52 / 1280, 101.52px);
}
@media screen and (max-width: 799px) {
  .p-about-flow__icon {
    width: clamp(189px * 0.1, 100vw * 189 / 390, 189px * 2);
    height: clamp(101.52px * 0.1, 100vw * 101.52 / 390, 101.52px * 2);
  }
}
.p-about-flow__title {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 799px) {
  .p-about-flow__title {
    font-size: 1.3333333333rem;
  }
}
.p-about-flow__desc {
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 400;
  flex-grow: 1;
  padding-bottom: 2.5rem;
  border-bottom: 7px solid #f3efea;
}
@media screen and (max-width: 799px) {
  .p-about-flow__desc {
    font-size: 0.9333333333rem;
  }
}

.c-page-mv {
  position: relative;
  overflow: hidden;
  padding: 3.125rem 1.25rem 3.75rem;
  background-color: #21a154;
  background-image: url("../img/common/page-mv.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-page-mv {
    padding: 2.6666666667rem 1rem 3.3333333333rem;
  }
}
.c-page-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(322deg, rgba(33, 161, 84, 0.7) 18%, rgba(83, 206, 132, 0.85) 32%, rgb(33, 161, 84) 102%);
  background-size: max(100%, 1280px) 100%;
}
@media screen and (max-width: 767px) {
  .c-page-mv::before {
    background-size: 100% 100%;
    background: linear-gradient(292deg, rgba(33, 161, 84, 0.7) 6%, rgba(83, 206, 132, 0.85) 37%, rgb(33, 161, 84) 93%);
  }
}
.c-page-mv__txt {
  position: relative;
  z-index: 2;
  max-width: 68.75rem;
  margin: 0 auto;
  text-align: left;
}
.c-page-mv__ttl {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
}
.c-page-mv__ttl .--sub {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0.95;
}
@media screen and (max-width: 767px) {
  .c-page-mv__ttl .--sub {
    font-size: 0.9333333333rem;
  }
}
.c-page-mv__ttl .--main {
  display: block;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-page-mv__ttl .--main {
    font-size: 1.6666666667rem;
  }
}

.p-aptitude-section {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-aptitude-section {
    margin-bottom: 3.3333333333rem;
  }
}
.p-aptitude-section:last-of-type {
  margin-bottom: 0;
}

.p-aptitude-subsection {
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-aptitude-subsection {
    margin-bottom: 1.6rem;
  }
}
.p-aptitude-subsection__ttl {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #056f2f;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-aptitude-subsection__ttl {
    font-size: 1rem;
  }
}

.p-aptitude-intro {
  margin-bottom: 2rem;
}
.p-aptitude-intro p {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-aptitude-intro p {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-aptitude-content {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-aptitude-content {
    margin-bottom: 2.4rem;
  }
}
.p-aptitude-content.--makes {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-aptitude-content.--makes {
    margin-bottom: 2.3333333333rem;
  }
}
.p-aptitude-content.--makes-sense {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-aptitude-content.--makes-sense {
    margin-bottom: 4rem;
  }
}
.p-aptitude-content > p {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-aptitude-content > p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.3333333333rem;
  }
}
.p-aptitude-content__note {
  text-indent: -1em;
  padding-left: 1em;
}

.p-makes-sense-walls {
  margin-top: 1.875rem;
}
@media screen and (max-width: 899px) {
  .p-makes-sense-walls {
    margin-top: 0rem;
  }
}
.p-makes-sense-walls__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 899px) {
  .p-makes-sense-walls__cards {
    grid-template-columns: 1fr;
    gap: 1.3333333333rem;
  }
}
.p-makes-sense-walls__image {
  margin-top: -1.25rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-makes-sense-walls__image {
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-makes-sense-walls__image img,
.p-makes-sense-walls__image picture {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p-makes-sense-card {
  position: relative;
  padding: 1.875rem 1.875rem;
  background-color: #ffffff;
  border-radius: 0.75rem;
  filter: drop-shadow(0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.08));
}
@media screen and (max-width: 899px) {
  .p-makes-sense-card {
    padding: 1.6rem 1.3333333333rem;
  }
}
.p-makes-sense-card__label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-makes-sense-card__label {
    gap: 0.8rem;
    margin-bottom: 1rem;
  }
}
.p-makes-sense-card__label-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.0625rem 0.625rem;
  border-radius: 0.3125rem;
  background-color: #21a154;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-makes-sense-card__label-badge {
    min-width: auto;
    font-size: 0.8rem;
    padding: 0rem 0.6666666667rem;
  }
}
.p-makes-sense-card__label-heading {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-makes-sense-card__label-heading {
    font-size: 1.0666666667rem;
  }
}
.p-makes-sense-card__text {
  margin: 0.625rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-makes-sense-card__text {
    font-size: 0.9333333333rem;
    margin-top: 0.8666666667rem;
  }
}

@media screen and (max-width: 699px) {
  .p-aptitude-plusminus {
    margin-top: 1.3333333333rem;
  }
}
@media screen and (max-width: 699px) and (max-width: 767px) {
  .p-aptitude-plusminus {
    margin-top: 0;
  }
}
.p-aptitude-plusminus__image {
  margin-bottom: 2.375rem;
  max-width: 47.8125rem;
  margin-inline: auto;
}
@media screen and (max-width: 699px) {
  .p-aptitude-plusminus__image {
    margin-bottom: 1.3333333333rem;
  }
}
.p-aptitude-plusminus__image img,
.p-aptitude-plusminus__image picture {
  display: block;
  width: 100%;
  height: auto;
}
.p-aptitude-plusminus__bubbles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media screen and (max-width: 699px) {
  .p-aptitude-plusminus__bubbles {
    grid-template-columns: 1fr;
    gap: 1.0666666667rem;
  }
}

.p-aptitude-bubble {
  position: relative;
  padding: 1rem 1.25rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  filter: drop-shadow(0.125rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 699px) {
  .p-aptitude-bubble {
    padding: 0.9333333333rem 1.0666666667rem;
  }
}
.p-aptitude-bubble::before {
  content: "";
  position: absolute;
  top: -2.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.25rem;
  height: 3.3125rem;
  background-color: #ffffff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media screen and (max-width: 699px) {
  .p-aptitude-bubble::before {
    display: none;
  }
}
.p-aptitude-bubble__ttl {
  margin: 0 0 0.625rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
}
@media screen and (max-width: 699px) {
  .p-aptitude-bubble__ttl {
    font-size: 0.9333333333rem;
    margin-bottom: 0.5333333333rem;
  }
}
.p-aptitude-bubble__list {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #333333;
  display: grid;
  gap: 0.4em;
}
.p-aptitude-bubble__list li {
  display: flex;
}
.p-aptitude-bubble__list li::before {
  content: "・";
  margin-right: 0.25rem;
  flex-shrink: 0;
}
@media screen and (max-width: 699px) {
  .p-aptitude-bubble__list {
    font-size: 0.8666666667rem;
  }
}

.p-aptitude-proposal {
  display: grid;
  grid-template-columns: 299fr 495fr;
  align-items: start;
}
@media screen and (max-width: 989px) {
  .p-aptitude-proposal {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 1.3333333333rem;
  }
}
@media screen and (max-width: 699px) {
  .p-aptitude-proposal {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 1.3333333333rem;
  }
}
@media screen and (max-width: 767px) {
  .p-aptitude-proposal {
    margin-top: 0;
    gap: 0.6666666667rem;
  }
}
@media screen and (max-width: 767px) {
  .p-aptitude-proposal__list-box {
    padding: 0;
  }
}
.p-aptitude-proposal__list-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-aptitude-proposal__list-ttl {
    font-size: 1.0666666667rem;
  }
}
.p-aptitude-proposal__list-sub {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-aptitude-proposal__list-sub {
    margin-bottom: 0.8rem;
    font-size: 0.9333333333rem;
  }
}
.p-aptitude-proposal__list {
  margin: 0.625rem 0 0;
  padding: 1.5625rem 1.5625rem 2.5rem;
  background-color: #ffffff;
  filter: drop-shadow(0.125rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.2));
  border-radius: 0.625rem;
  font-size: 1.0625rem;
  line-height: 1.4;
  color: #333333;
  display: grid;
  gap: 0.4em;
  counter-reset: list;
}
@media screen and (max-width: 767px) {
  .p-aptitude-proposal__list {
    padding: 1rem 1.3333333333rem 1.6666666667rem 1.3333333333rem;
  }
}
.p-aptitude-proposal__list.--makes-sense {
  margin-top: 1.25rem;
  padding: 2.1875rem 1.3125rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-aptitude-proposal__list.--makes-sense {
    margin-top: 1rem;
    padding: 1.3333333333rem;
  }
}
.p-aptitude-proposal__list li {
  counter-increment: list;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-aptitude-proposal__list li {
    font-size: 0.9333333333rem;
  }
}
.p-aptitude-proposal__list li::before {
  content: counter(list) ".";
  margin-right: 0.25rem;
  flex-shrink: 0;
}
.p-aptitude-proposal__list-note {
  margin: 0;
  font-size: 0.75rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  .p-aptitude-proposal__list-note {
    font-size: 0.7333333333rem;
  }
}
.p-aptitude-proposal__visual {
  height: 100%;
  position: relative;
}
.p-aptitude-proposal__visual img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 990px) {
  .p-aptitude-proposal__visual {
    height: auto;
    max-width: 28.125rem;
    margin: 0 auto;
  }
  .p-aptitude-proposal__visual img {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
  }
}

.p-aptitude-message {
  display: grid;
  grid-template-columns: 504fr 310fr;
  gap: 3.125rem;
  align-items: start;
  margin-top: 1.5rem;
}
@media screen and (max-width: 799px) {
  .p-aptitude-message {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 1.3333333333rem;
  }
}
@media screen and (max-width: 767px) {
  .p-aptitude-message {
    gap: 2rem;
  }
}
.p-aptitude-message__body {
  min-width: 0;
}
.p-aptitude-message__lead {
  margin: 0 0 1.875rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-aptitude-message__lead {
    font-size: 1.3333333333rem;
    margin-bottom: 1.3333333333rem;
  }
}
.p-aptitude-message__body p {
  margin: 0 0 1.8em;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-aptitude-message__body p {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.p-aptitude-message__image-col {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}
@media screen and (max-width: 799px) {
  .p-aptitude-message__image-col {
    max-width: 17.5rem;
    margin: 0 auto;
    gap: 1.0666666667rem;
  }
}
@media screen and (max-width: 767px) {
  .p-aptitude-message__image-col {
    max-width: unset;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-aptitude-message__image {
    width: 100%;
    max-width: 14.6666666667rem;
    margin: 0 auto;
  }
}
.p-aptitude-message__btn .c-btn-viewmore {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-aptitude-message__btn .c-btn-viewmore__link {
    width: 90%;
    max-width: 19.4666666667rem;
    font-size: 1.0666666667rem;
  }
}

.c-price__option-ttl {
  margin-top: 3.125rem;
  margin-bottom: 0.625rem;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-price__option-ttl {
    font-size: 1.3333333333rem;
  }
}
.c-price__option-lead {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
}

.p-aptitude-price-info,
.c-article-grid-price-info {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-aptitude-price-info,
  .c-article-grid-price-info {
    margin-top: 1.0666666667rem;
  }
}

.c-price-box {
  margin-top: 1.875rem;
  border: 3px solid #21a154;
  border-radius: 0.375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-price-box {
    max-width: 100%;
  }
}
.c-price-box__header {
  padding: 1.5rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #21a154;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-price-box__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.3333333333rem 1.3333333333rem;
    font-size: 1rem;
  }
}
.c-price-box__header-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
}
.c-price-box__header-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-price-box__header-ttl {
    font-size: 1.3333333333rem;
    text-align: left;
  }
}
.c-price-box__header-copy {
  font-size: 1.25rem;
  font-weight: 700;
  color: #056f2f;
  background-color: #ffe205;
  padding: 0.3125rem 1.875rem;
  line-height: 1.5;
  border-radius: 100vh;
}
@media screen and (max-width: 767px) {
  .c-price-box__header-copy {
    line-height: 1.2;
    font-size: 0.8666666667rem;
    padding: 0.3333333333rem 1.3333333333rem;
  }
}
.c-price-box__header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
}
.c-price-box__header-dsc {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-price-box__header-dsc {
    font-size: 0.8666666667rem;
  }
}
.c-price-box__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .c-price-box__body {
    grid-template-columns: 1fr;
  }
}
.c-price-box__list {
  margin: 0;
  padding: 1.875rem 1.875rem 2.1875rem;
  color: #333333;
  flex-grow: 1;
  min-width: 0;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-price-box__list {
    font-size: 1rem;
    padding: 1.3333333333rem 1.3333333333rem 1.3333333333rem 1.2rem;
    line-height: 1.8;
  }
}
.c-price-box__list li {
  display: flex;
}
.c-price-box__list li::before {
  content: "・";
  flex-shrink: 0;
  color: #21a154;
}
.c-price-box__price-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-shrink: 0;
  padding: 1.875rem 0rem 2.1875rem 0.625rem;
  background-color: #f1f5f3;
}
@media screen and (max-width: 767px) {
  .c-price-box__price-wrap {
    width: 100%;
    padding: 1.3333333333rem 1.3333333333rem 1.3333333333rem 1.2rem;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }
}
.c-price-box__price-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .c-price-box__price-block {
    gap: 0.6666666667rem;
  }
  .c-price-box__price-block.--sp-col {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-price-box__price-block.--aifs {
  align-items: flex-start;
}
.c-price-box__price-block.--makes-sense {
  justify-content: flex-start;
  max-width: 23.25rem;
}
.c-price-box__price-label {
  display: grid;
  place-items: center;
  min-height: 1.6875rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 1.125rem;
  padding: 0 0.625rem;
  background-color: #21a154;
  color: #ffffff;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-price-box__price-label {
    font-size: 0.9333333333rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    padding: 0.3333333333rem 0.5333333333rem;
  }
  .c-price-box__price-block:not(.--sp-col) .c-price-box__price-label {
    padding: 0.3333333333rem 0.6666666667rem;
  }
}
@media screen and (max-width: 767px) {
  .c-price-box__price-label.--stress {
    align-items: flex-start;
  }
}
.c-price-box__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.125rem 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-price-box__price {
    gap: 0.1333333333rem 0.2666666667rem;
  }
}
.c-price-box__value {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
.c-price-box__value.--fz25 {
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-price-box__value {
    font-size: 2.6666666667rem;
  }
}
.c-price-box__multiply {
  font-size: 2.5rem;
  line-height: 1;
}
.c-price-box__multiply.--fz25 {
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-price-box__multiply {
    font-size: 1.8666666667rem;
  }
}
.c-price-box__unit {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-price-box__unit {
    margin-left: -0.2em;
    font-size: 1rem;
  }
}
.c-price-box__tax {
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  margin-left: -0.4em;
}
@media screen and (max-width: 767px) {
  .c-price-box__tax {
    font-size: 1.0666666667rem;
  }
}
.c-price-box__txt {
  font-weight: 500;
  line-height: 1.6;
}
.c-price-box__txt.--bold {
  font-weight: 700;
}
.c-price-box__small {
  display: block;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-price-box__small {
    font-size: 0.8666666667rem;
    text-align: left;
    width: 100%;
  }
}
.c-price-box__note {
  max-width: 23.25rem;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-price-box__note {
    font-size: 0.9333333333rem;
  }
}

.c-price-note-box {
  margin-top: 1.875rem;
  border: 1px solid #ea371e;
  background-color: #ffffff;
  padding: 1.5625rem 1.875rem 1.875rem;
  color: #ea371e;
}
@media screen and (max-width: 767px) {
  .c-price-note-box {
    padding: 1.6666666667rem 1.3333333333rem 2rem;
  }
}
.c-price-note-box__ttl {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-price-note-box__ttl {
    font-size: 1.0666666667rem;
  }
}
.c-price-note-box__item {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .c-price-note-box__item {
    font-size: 0.9333333333rem;
  }
}
.c-price-note-box__item strong {
  font-weight: 700;
}
.c-price-note-box__icon {
  display: block;
  flex-shrink: 0;
  width: 1em;
}

.p-aptitude-cta {
  margin-top: 3.75rem;
  padding: 3.125rem 1.25rem 3.75rem;
  background-color: #21a154;
  background-image: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
}
@media screen and (max-width: 767px) {
  .p-aptitude-cta {
    margin-top: 2.6666666667rem;
    padding: 2.6666666667rem 1rem 3.3333333333rem;
  }
}
.p-aptitude-cta__inner {
  max-width: 56.25rem;
  margin: 0 auto;
}
.p-aptitude-cta__ttl {
  margin: 0 0 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-aptitude-cta__ttl {
    font-size: 1.3333333333rem;
    margin-bottom: 2.1333333333rem;
  }
}
.p-aptitude-cta__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 599px) {
  .p-aptitude-cta__cards {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.p-aptitude-cta__card {
  padding: 2rem 1.75rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-aptitude-cta__card {
    padding: 1.6rem 1.3333333333rem;
  }
}
.p-aptitude-cta__card-ttl {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #056f2f;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-aptitude-cta__card-ttl {
    font-size: 1.0666666667rem;
    margin-bottom: 0.6666666667rem;
  }
}
.p-aptitude-cta__card-txt {
  margin: 0 0 1.5rem;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-aptitude-cta__card-txt {
    font-size: 0.8666666667rem;
    margin-bottom: 1.3333333333rem;
  }
}
.p-aptitude-cta__card .c-btn-cta-item {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: 0.9375rem;
  text-decoration: none;
  border-radius: 100vh;
}
@media screen and (max-width: 767px) {
  .p-aptitude-cta__card .c-btn-cta-item {
    padding: 0.6666666667rem 1.6rem;
    font-size: 0.9333333333rem;
  }
}

.p-privacy-policy {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy {
    margin-top: 2.3333333333rem;
  }
}
.p-privacy-policy__txt {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__txt {
    margin-top: 1rem;
    line-height: 1.8;
    font-size: 1rem;
  }
}
.p-privacy-policy h2:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy h2:not(:first-child) {
    margin-top: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
}
.p-privacy-policy__list {
  margin-top: 0.625rem;
  padding: 0;
  list-style: none;
}
.p-privacy-policy__item {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}
.p-privacy-policy__item::before {
  content: "・";
}

.p-contact {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    margin-top: 2.3333333333rem;
  }
}
.p-contact__tel {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel {
    margin-top: 1.3333333333rem;
  }
}
.p-contact__tel-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  max-width: 42.5625rem;
  padding: 1.25rem 0.625rem;
  background-color: #ffffff;
  border-radius: 0.625rem;
  box-shadow: 0 0 0.875rem 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.6rem 1.3333333333rem;
    gap: 1.3333333333rem;
    text-align: center;
  }
}
.p-contact__tel-texts {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-texts {
    font-size: 1rem;
    margin: auto;
  }
}
.p-contact__tel-heading {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
}
.p-contact__tel-time {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-time {
    font-size: 0.9333333333rem;
  }
}
.p-contact__tel-main {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-main {
    width: 100%;
    justify-content: center;
  }
}
.p-contact__tel-icon {
  margin-top: 0.4375rem;
  width: 1.059375rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-icon {
    width: 0.93rem;
  }
}
.p-contact__tel-num {
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 700;
  color: #21a154;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-num {
    font-size: 2rem;
  }
}
.p-contact__border {
  margin-top: 3.125rem;
  border-top: 1px solid #cdcdcd;
}
@media screen and (max-width: 767px) {
  .p-contact__border {
    margin-top: 2.3333333333rem;
  }
}

.p-contact-form {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form {
    margin-top: 2.3333333333rem;
  }
}
.p-contact-form__ttl {
  font-size: 1.5625rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-contact-form__ttl {
    font-size: 1.2rem;
  }
}
.p-contact-form__ttl.--mt50 {
  margin-top: 3.125rem;
  font-size: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__ttl.--mt50 {
    font-size: 1.3333333333rem;
  }
}
.p-contact-form__txt {
  margin-top: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-contact-form__txt {
    font-size: 1rem;
  }
}
.p-contact-form__txt.--mt30 {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__txt.--mt30 {
    margin-top: 1.3333333333rem;
  }
}
.p-contact-form__step {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__step {
    margin-top: 1.3333333333rem;
  }
}
.p-contact-form__box {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__box {
    margin-top: 1.3333333333rem;
  }
}
.p-contact-form__inner {
  background-color: #f1f5f3;
  padding: 3.125rem 3.125rem 5rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__inner {
    padding: 2.3333333333rem 1.3333333333rem 4rem;
  }
}
.p-contact-form__item {
  display: grid;
  grid-template-columns: 16.25rem 1fr;
  align-items: flex-start;
  gap: 5.3125rem;
  border-bottom: 1px solid #cdcdcd;
  padding: 1.25rem 0;
}
.p-contact-form__item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.p-contact-form__item:last-child {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item {
    grid-template-columns: 1fr;
    row-gap: 0.5333333333rem;
    padding: 1.3333333333rem 0;
  }
}
.p-contact-form__item.--ptb30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.p-contact-form__item-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item-label {
    gap: 0.6666666667rem;
  }
}
.p-contact-form__item-label-text {
  line-height: 1.5;
}
.p-contact-form__item-label-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.375rem;
  height: 1.125rem;
  border-radius: 0.1875rem;
  background-color: #ED371D;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item-label-required {
    font-size: 0.8rem;
    padding: 0.1333333333rem 0.5333333333rem 0.2rem;
  }
}
.p-contact-form__item-input {
  width: 100%;
}
.p-contact-form__item-input .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  position: relative;
}
.p-contact-form__item-input input[type=text],
.p-contact-form__item-input input[type=email],
.p-contact-form__item-input input[type=tel],
.p-contact-form__item-input textarea {
  width: 100%;
}
.p-contact-form__item-input .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  color: #ED371D;
}
.p-contact-form__item-input-text, .p-contact-form__item-textarea {
  width: 100%;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.3125rem;
  border: 1px solid #CDCDCD;
  font-size: 0.875rem;
  background-color: #ffffff;
}
.p-contact-form__item-input-text::-moz-placeholder, .p-contact-form__item-textarea::-moz-placeholder {
  color: #CDCDCD;
}
.p-contact-form__item-input-text::placeholder, .p-contact-form__item-textarea::placeholder {
  color: #CDCDCD;
}
.p-contact-form__item-input-text:-ms-input-placeholder, .p-contact-form__item-textarea:-ms-input-placeholder {
  color: #CDCDCD;
}
.p-contact-form__item-input-text::-ms-input-placeholder, .p-contact-form__item-textarea::-ms-input-placeholder {
  color: #CDCDCD;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item-input-text, .p-contact-form__item-textarea {
    font-size: 1rem;
    padding: 0.8rem 1.3333333333rem;
  }
}
.p-contact-form__item-textarea {
  min-height: 11.25rem;
  resize: vertical;
}
.p-contact-form__radio-list .wpcf7-form-control-wrap {
  display: block;
}
.p-contact-form__radio-list .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.p-contact-form__radio-list .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}
.p-contact-form__radio-list .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  width: 100%;
}
.p-contact-form__radio-list .wpcf7-list-item-label {
  font-size: 0.9375rem;
  line-height: 1.5;
  cursor: pointer;
}
.p-contact-form__radio-list input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: border-color 0.2s ease;
  margin: 0;
}
.p-contact-form__radio-list input[type=radio]:checked {
  border-color: #4a90e2;
  background-color: #ffffff;
}
.p-contact-form__radio-list input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #4a90e2;
}
@media (any-hover: hover) {
  .p-contact-form__radio-list input[type=radio]:hover {
    border-color: #4a90e2;
  }
}
.p-contact-form__privacy-text {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__privacy-text {
    font-size: 0.9333333333rem;
    margin-top: 1.8rem;
    margin-bottom: 1rem;
  }
}
.p-contact-form__privacy-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact-form__privacy-check {
    font-size: 0.9333333333rem;
  }
}
.p-contact-form__privacy-check .wpcf7-form-control-wrap {
  display: block;
}
.p-contact-form__privacy-check .wpcf7-form-control {
  display: block;
}
.p-contact-form__privacy-check .wpcf7-list-item {
  display: block;
  margin: 0;
}
.p-contact-form__privacy-check .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.p-contact-form__privacy-check .wpcf7-list-item-label {
  font-size: 0.9375rem;
  line-height: 1.5;
  cursor: pointer;
}
.p-contact-form__privacy-check input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #cdcdcd;
  border-radius: 0.1875rem;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  margin: 0;
}
.p-contact-form__privacy-check input[type=checkbox]:checked {
  border-color: #4a90e2;
  background-color: #4a90e2;
}
.p-contact-form__privacy-check input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.3125rem;
  height: 0.625rem;
  border: solid #ffffff;
  border-width: 0 0.125rem 0.125rem 0;
  border-radius: 0.0625rem;
}
@media (any-hover: hover) {
  .p-contact-form__privacy-check input[type=checkbox]:hover {
    border-color: #4a90e2;
  }
}
.p-contact-form__privacy-check input[type=checkbox]:focus-visible {
  border-color: #4a90e2;
}
.p-contact-form__actions {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form__actions {
    margin-top: 2.3333333333rem;
  }
}
.p-contact-form__action-btn {
  display: block;
  width: 100%;
  max-width: 22.625rem;
  margin: 0 auto;
  padding: 0.9375rem 0;
  border-radius: 100vh;
  background: linear-gradient(90deg, #21A154 0%, #53CE84 100%);
  color: #ffffff;
  box-shadow: 0 4px 0 #199249;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact-form__action-btn {
    max-width: 16.5rem;
    padding: 0.8rem 0;
    font-size: 1.0666666667rem;
  }
}
@media (any-hover: hover) {
  .p-contact-form__action-btn:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #199249;
  }
}
.p-contact-form__action-btn:focus-visible {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #199249;
}
.p-contact-form__action-btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  border-radius: inherit;
}
@media screen and (max-width: 767px) {
  .p-contact-form__action-btn-link {
    font-size: 1.0666666667rem;
  }
}
.p-contact-form__submit {
  max-width: 17rem;
  width: 100%;
  padding: 1.125rem 0;
  border-radius: 9999px;
  border: none;
  background: linear-gradient(90deg, #21a154 0%, #53ce84 100%);
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 0 #199249;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit {
    max-width: 14.1875rem;
    padding: 0.8rem 0;
  }
}
@media (any-hover: hover) {
  .p-contact-form__submit:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #199249;
  }
}
.p-contact-form__submit:focus-visible {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #199249;
}
.p-contact-form__privacy-link {
  color: #30A1F6;
  text-decoration: underline;
}
.p-contact-form__item-confirm {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #333333;
  white-space: pre-wrap;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item-confirm {
    font-size: 0.9333333333rem;
  }
}
.p-contact-form__previous {
  text-align: center;
}
.p-contact-form__previous-btn {
  width: 100%;
  max-width: 14.5rem;
  display: inline-block;
  padding: 0.9375rem 0;
  border-radius: 9999px;
  background-color: #9F9F9F;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-contact-form__previous-btn {
    max-width: 11.875rem;
    padding: 0.8rem 0;
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .p-contact-form__previous-btn:hover {
    opacity: 0.8;
  }
}
.p-contact-form__previous-btn:focus-visible {
  opacity: 0.8;
}

.p-download {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-download {
    margin-top: 2.3333333333rem;
  }
}
.p-download-wrapper {
  display: grid;
  grid-template-columns: 31.25rem 1fr;
  gap: 3.125rem;
  margin-top: 3.125rem;
  align-items: flex-start;
}
@media screen and (max-width: 849px) {
  .p-download-wrapper {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-top: 2rem;
  }
}
.p-download-left {
  padding: 2.5rem 1.875rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-download-left {
    padding: 0;
  }
}
.p-download-left h2 {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-download-left h2 {
    margin-bottom: 1rem;
  }
}
.p-download-left__text {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-download-left__text {
    font-size: 0.9333333333rem;
    margin-bottom: 1.3333333333rem;
  }
}
.p-download-left__img {
  margin: 1.875rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-download-left__img {
    margin: 1.3333333333rem 0;
  }
}
.p-download-left__note {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-download-left__note {
    font-size: 1.0666666667rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-download-right {
    width: 100%;
  }
}
.p-download-form .wpcf7-list-item {
  margin: 0;
}
.p-download-form__list {
  margin-top: 3.125rem;
}
.p-download-form__lead {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-download-form__lead {
    font-size: 1rem;
    margin-bottom: 1.3333333333rem;
  }
}
.p-download-form__box {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-download-form__box {
    margin-top: 0;
  }
}
.p-download-form__inner {
  background-color: #f1f5f3;
  padding: 3.125rem 3.125rem 5rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-download-form__inner {
    padding: 2rem 1.3333333333rem 4rem;
  }
}
.p-download-form__item {
  display: block;
  padding: 1.25rem 0 0;
}
.p-download-form__item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  padding-top: 0;
}
.p-download-form__item:last-child {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-download-form__item {
    padding: 0.8rem 0;
  }
}
.p-download-form__item.--ptb30 {
  padding-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-download-form__item.--ptb30 {
    padding-top: 0.5333333333rem;
  }
}
.p-download-form__item.--name-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-download-form__item.--name-row {
    grid-template-columns: 1fr;
    gap: 1.0666666667rem;
  }
}
.p-download-form__item-name {
  width: 100%;
}
.p-download-form__item-label {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-download-form__item-label {
    margin-bottom: 0.5333333333rem;
  }
}
.p-download-form__item-label-text {
  line-height: 1.5;
}
.p-download-form__item-label-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.375rem;
  height: 1.125rem;
  border-radius: 0.1875rem;
  background-color: #ed371d;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-download-form__item-label-required {
    font-size: 0.8rem;
    padding: 0.1333333333rem 0.5333333333rem 0.2rem;
  }
}
.p-download-form__item-input {
  width: 100%;
}
.p-download-form__item-input input[type=text],
.p-download-form__item-input input[type=email],
.p-download-form__item-input input[type=tel] {
  width: 100%;
}
.p-download-form__item-input-text {
  width: 100%;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.3125rem;
  border: 1px solid #cdcdcd;
  font-size: 0.875rem;
  background-color: #ffffff;
}
.p-download-form__item-input-text::-moz-placeholder {
  color: #cdcdcd;
}
.p-download-form__item-input-text::placeholder {
  color: #cdcdcd;
}
.p-download-form__item-input-text:-ms-input-placeholder {
  color: #cdcdcd;
}
.p-download-form__item-input-text::-ms-input-placeholder {
  color: #cdcdcd;
}
@media screen and (max-width: 767px) {
  .p-download-form__item-input-text {
    font-size: 0.9333333333rem;
    padding: 0.8rem 1.3333333333rem;
    font-size: 1rem;
  }
}
.p-download-form__privacy-text {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-download-form__privacy-text {
    margin-top: 1.3333333333rem;
    font-size: 0.9333333333rem;
  }
}
.p-download-form__privacy-link {
  color: #30a1f6;
  text-decoration: underline;
}
.p-download-form__privacy-check {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  line-height: 1.8;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-download-form__privacy-check {
    margin-top: 0.6666666667rem;
  }
}
.p-download-form__checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #cdcdcd;
  border-radius: 0.1875rem;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  margin: 0;
}
.p-download-form__checkbox:checked {
  border-color: #4a90e2;
  background-color: #4a90e2;
}
.p-download-form__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.3125rem;
  height: 0.625rem;
  border: solid #ffffff;
  border-width: 0 0.125rem 0.125rem 0;
  border-radius: 0.0625rem;
}
@media (any-hover: hover) {
  .p-download-form__checkbox:hover {
    border-color: #4a90e2;
  }
}
.p-download-form__checkbox-text {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-download-form__checkbox-text {
    font-size: 0.9333333333rem;
  }
}
.p-download-form__actions {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-download-form__actions {
    margin-top: 2rem;
  }
}
.p-download-form__submit {
  max-width: 25rem;
  width: 100%;
  padding: 1.125rem 0;
  border-radius: 9999px;
  border: none;
  background-color: #ff8f33;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 0 #b47306;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
@media screen and (max-width: 767px) {
  .p-download-form__submit {
    padding: 0.8rem 0;
  }
}
@media (any-hover: hover) {
  .p-download-form__submit:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #b47306;
  }
}
.p-download-form__submit:focus-visible {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #b47306;
}
@media screen and (max-width: 767px) {
  .p-download-form__submit {
    max-width: 100%;
    padding: 1rem 0;
    font-size: 1.0666666667rem;
  }
}

.p-staff {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-staff {
    margin-top: 2.6666666667rem;
  }
}
.p-staff__item {
  display: grid;
  grid-template-columns: 350fr 657fr;
  gap: clamp(33px * 0.1, 100vw * 33 / 1280, 33px);
}
@media screen and (max-width: 767px) {
  .p-staff__item {
    grid-template-columns: 1fr;
    gap: 1.6666666667rem;
  }
}
.p-staff__item + .p-staff__item {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-staff__item + .p-staff__item {
    margin-top: 5.3333333333rem;
  }
}
.p-staff__item.--reverse {
  grid-template-columns: 657fr 350fr;
}
@media screen and (max-width: 767px) {
  .p-staff__item.--reverse {
    grid-template-columns: 1fr;
  }
}
.p-staff__item.--reverse > :first-child {
  order: 2;
}
@media screen and (max-width: 767px) {
  .p-staff__item.--reverse > :first-child {
    order: 1;
  }
}
.p-staff__item.--reverse > :last-child {
  order: 1;
}
@media screen and (max-width: 767px) {
  .p-staff__item.--reverse > :last-child {
    order: 2;
  }
}
.p-staff__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(25px * 0.1, 100vw * 25 / 1280, 25px) clamp(10px * 0.1, 100vw * 10 / 1280, 10px);
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .p-staff__images {
    padding: 0 1.6666666667rem;
    gap: 0.5333333333rem 0.5333333333rem;
  }
}
.p-staff__image.--full {
  grid-column: 1/-1;
}
.p-staff__name {
  display: flex;
  font-size: 1.6875rem;
  align-items: baseline;
  gap: 0.7407407407em;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-staff__name {
    font-size: 1.4666666667rem;
    gap: 1rem;
  }
}
.p-staff__name .--ja {
  font-weight: 700;
}
.p-staff__name .--en {
  font-size: 0.6666666667em;
  font-weight: 400;
  color: #a4a4a4;
  letter-spacing: 0.1em;
}
.p-staff__career {
  position: relative;
  border: 1.5px solid #21a154;
  background-color: #ffffff;
  border-radius: 0.625rem;
  padding: 0.9375rem 1.875rem;
  margin-top: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-staff__career {
    padding: 1.4666666667rem 1.3333333333rem 1.3333333333rem;
    margin-top: 2.1333333333rem;
  }
  .p-staff__career p {
    font-size: 0.9333333333rem;
  }
}
.p-staff__career-ttl {
  font-size: 0.9375rem;
  color: #21a154;
  letter-spacing: 0.14em;
  padding: 0 calc(0.5rem - 0.14em) 0 0.5rem;
  position: absolute;
  top: 0.75px;
  left: calc(1.375rem);
  transform: translateY(-50%);
  background: linear-gradient(to bottom, #fffefa 50%, #ffffff 50%);
  line-height: 1;
  text-box-trim: trim-both;
  -webkit-text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  -webkit-text-box-edge: cap alphabetic;
}
@media screen and (max-width: 767px) {
  .p-staff__career-ttl {
    font-size: 1rem;
    padding: 0 0.8rem 0 0.8rem;
    top: 0.5px;
    left: calc(1.4666666667rem);
  }
}
.p-staff__body {
  margin-top: 1.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-staff__body {
    margin-top: 1.3333333333rem;
  }
}
.p-staff__more {
  margin-top: 5rem;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-staff__more {
    margin-top: 4rem;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.p-staff-info__item {
  display: flex;
}
.p-staff-info__term {
  font-weight: 400;
  flex-shrink: 0;
}
.p-staff-info__term::after {
  content: "：";
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
}

.sp-only-inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only-inline {
    display: inline;
  }
}

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

.sp-only-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only-flex {
    display: flex;
  }
}

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

@media screen and (min-width: 10px) {
  .u-hide-10-up {
    display: none;
  }
}

@media screen and (max-width: 9px) {
  .u-hide-10-down {
    display: none;
  }
}

@media screen and (min-width: 20px) {
  .u-hide-20-up {
    display: none;
  }
}

@media screen and (max-width: 19px) {
  .u-hide-20-down {
    display: none;
  }
}

@media screen and (min-width: 30px) {
  .u-hide-30-up {
    display: none;
  }
}

@media screen and (max-width: 29px) {
  .u-hide-30-down {
    display: none;
  }
}

@media screen and (min-width: 40px) {
  .u-hide-40-up {
    display: none;
  }
}

@media screen and (max-width: 39px) {
  .u-hide-40-down {
    display: none;
  }
}

@media screen and (min-width: 50px) {
  .u-hide-50-up {
    display: none;
  }
}

@media screen and (max-width: 49px) {
  .u-hide-50-down {
    display: none;
  }
}

@media screen and (min-width: 60px) {
  .u-hide-60-up {
    display: none;
  }
}

@media screen and (max-width: 59px) {
  .u-hide-60-down {
    display: none;
  }
}

@media screen and (min-width: 70px) {
  .u-hide-70-up {
    display: none;
  }
}

@media screen and (max-width: 69px) {
  .u-hide-70-down {
    display: none;
  }
}

@media screen and (min-width: 80px) {
  .u-hide-80-up {
    display: none;
  }
}

@media screen and (max-width: 79px) {
  .u-hide-80-down {
    display: none;
  }
}

@media screen and (min-width: 90px) {
  .u-hide-90-up {
    display: none;
  }
}

@media screen and (max-width: 89px) {
  .u-hide-90-down {
    display: none;
  }
}

@media screen and (min-width: 100px) {
  .u-hide-100-up {
    display: none;
  }
}

@media screen and (max-width: 99px) {
  .u-hide-100-down {
    display: none;
  }
}

@media screen and (min-width: 110px) {
  .u-hide-110-up {
    display: none;
  }
}

@media screen and (max-width: 109px) {
  .u-hide-110-down {
    display: none;
  }
}

@media screen and (min-width: 120px) {
  .u-hide-120-up {
    display: none;
  }
}

@media screen and (max-width: 119px) {
  .u-hide-120-down {
    display: none;
  }
}

@media screen and (min-width: 130px) {
  .u-hide-130-up {
    display: none;
  }
}

@media screen and (max-width: 129px) {
  .u-hide-130-down {
    display: none;
  }
}

@media screen and (min-width: 140px) {
  .u-hide-140-up {
    display: none;
  }
}

@media screen and (max-width: 139px) {
  .u-hide-140-down {
    display: none;
  }
}

@media screen and (min-width: 150px) {
  .u-hide-150-up {
    display: none;
  }
}

@media screen and (max-width: 149px) {
  .u-hide-150-down {
    display: none;
  }
}

@media screen and (min-width: 160px) {
  .u-hide-160-up {
    display: none;
  }
}

@media screen and (max-width: 159px) {
  .u-hide-160-down {
    display: none;
  }
}

@media screen and (min-width: 170px) {
  .u-hide-170-up {
    display: none;
  }
}

@media screen and (max-width: 169px) {
  .u-hide-170-down {
    display: none;
  }
}

@media screen and (min-width: 180px) {
  .u-hide-180-up {
    display: none;
  }
}

@media screen and (max-width: 179px) {
  .u-hide-180-down {
    display: none;
  }
}

@media screen and (min-width: 190px) {
  .u-hide-190-up {
    display: none;
  }
}

@media screen and (max-width: 189px) {
  .u-hide-190-down {
    display: none;
  }
}

@media screen and (min-width: 200px) {
  .u-hide-200-up {
    display: none;
  }
}

@media screen and (max-width: 199px) {
  .u-hide-200-down {
    display: none;
  }
}

@media screen and (min-width: 210px) {
  .u-hide-210-up {
    display: none;
  }
}

@media screen and (max-width: 209px) {
  .u-hide-210-down {
    display: none;
  }
}

@media screen and (min-width: 220px) {
  .u-hide-220-up {
    display: none;
  }
}

@media screen and (max-width: 219px) {
  .u-hide-220-down {
    display: none;
  }
}

@media screen and (min-width: 230px) {
  .u-hide-230-up {
    display: none;
  }
}

@media screen and (max-width: 229px) {
  .u-hide-230-down {
    display: none;
  }
}

@media screen and (min-width: 240px) {
  .u-hide-240-up {
    display: none;
  }
}

@media screen and (max-width: 239px) {
  .u-hide-240-down {
    display: none;
  }
}

@media screen and (min-width: 250px) {
  .u-hide-250-up {
    display: none;
  }
}

@media screen and (max-width: 249px) {
  .u-hide-250-down {
    display: none;
  }
}

@media screen and (min-width: 260px) {
  .u-hide-260-up {
    display: none;
  }
}

@media screen and (max-width: 259px) {
  .u-hide-260-down {
    display: none;
  }
}

@media screen and (min-width: 270px) {
  .u-hide-270-up {
    display: none;
  }
}

@media screen and (max-width: 269px) {
  .u-hide-270-down {
    display: none;
  }
}

@media screen and (min-width: 280px) {
  .u-hide-280-up {
    display: none;
  }
}

@media screen and (max-width: 279px) {
  .u-hide-280-down {
    display: none;
  }
}

@media screen and (min-width: 290px) {
  .u-hide-290-up {
    display: none;
  }
}

@media screen and (max-width: 289px) {
  .u-hide-290-down {
    display: none;
  }
}

@media screen and (min-width: 300px) {
  .u-hide-300-up {
    display: none;
  }
}

@media screen and (max-width: 299px) {
  .u-hide-300-down {
    display: none;
  }
}

@media screen and (min-width: 310px) {
  .u-hide-310-up {
    display: none;
  }
}

@media screen and (max-width: 309px) {
  .u-hide-310-down {
    display: none;
  }
}

@media screen and (min-width: 320px) {
  .u-hide-320-up {
    display: none;
  }
}

@media screen and (max-width: 319px) {
  .u-hide-320-down {
    display: none;
  }
}

@media screen and (min-width: 330px) {
  .u-hide-330-up {
    display: none;
  }
}

@media screen and (max-width: 329px) {
  .u-hide-330-down {
    display: none;
  }
}

@media screen and (min-width: 340px) {
  .u-hide-340-up {
    display: none;
  }
}

@media screen and (max-width: 339px) {
  .u-hide-340-down {
    display: none;
  }
}

@media screen and (min-width: 350px) {
  .u-hide-350-up {
    display: none;
  }
}

@media screen and (max-width: 349px) {
  .u-hide-350-down {
    display: none;
  }
}

@media screen and (min-width: 360px) {
  .u-hide-360-up {
    display: none;
  }
}

@media screen and (max-width: 359px) {
  .u-hide-360-down {
    display: none;
  }
}

@media screen and (min-width: 370px) {
  .u-hide-370-up {
    display: none;
  }
}

@media screen and (max-width: 369px) {
  .u-hide-370-down {
    display: none;
  }
}

@media screen and (min-width: 380px) {
  .u-hide-380-up {
    display: none;
  }
}

@media screen and (max-width: 379px) {
  .u-hide-380-down {
    display: none;
  }
}

@media screen and (min-width: 390px) {
  .u-hide-390-up {
    display: none;
  }
}

@media screen and (max-width: 389px) {
  .u-hide-390-down {
    display: none;
  }
}

@media screen and (min-width: 400px) {
  .u-hide-400-up {
    display: none;
  }
}

@media screen and (max-width: 399px) {
  .u-hide-400-down {
    display: none;
  }
}

@media screen and (min-width: 410px) {
  .u-hide-410-up {
    display: none;
  }
}

@media screen and (max-width: 409px) {
  .u-hide-410-down {
    display: none;
  }
}

@media screen and (min-width: 420px) {
  .u-hide-420-up {
    display: none;
  }
}

@media screen and (max-width: 419px) {
  .u-hide-420-down {
    display: none;
  }
}

@media screen and (min-width: 430px) {
  .u-hide-430-up {
    display: none;
  }
}

@media screen and (max-width: 429px) {
  .u-hide-430-down {
    display: none;
  }
}

@media screen and (min-width: 440px) {
  .u-hide-440-up {
    display: none;
  }
}

@media screen and (max-width: 439px) {
  .u-hide-440-down {
    display: none;
  }
}

@media screen and (min-width: 450px) {
  .u-hide-450-up {
    display: none;
  }
}

@media screen and (max-width: 449px) {
  .u-hide-450-down {
    display: none;
  }
}

@media screen and (min-width: 460px) {
  .u-hide-460-up {
    display: none;
  }
}

@media screen and (max-width: 459px) {
  .u-hide-460-down {
    display: none;
  }
}

@media screen and (min-width: 470px) {
  .u-hide-470-up {
    display: none;
  }
}

@media screen and (max-width: 469px) {
  .u-hide-470-down {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .u-hide-480-up {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .u-hide-480-down {
    display: none;
  }
}

@media screen and (min-width: 490px) {
  .u-hide-490-up {
    display: none;
  }
}

@media screen and (max-width: 489px) {
  .u-hide-490-down {
    display: none;
  }
}

@media screen and (min-width: 500px) {
  .u-hide-500-up {
    display: none;
  }
}

@media screen and (max-width: 499px) {
  .u-hide-500-down {
    display: none;
  }
}

@media screen and (min-width: 510px) {
  .u-hide-510-up {
    display: none;
  }
}

@media screen and (max-width: 509px) {
  .u-hide-510-down {
    display: none;
  }
}

@media screen and (min-width: 520px) {
  .u-hide-520-up {
    display: none;
  }
}

@media screen and (max-width: 519px) {
  .u-hide-520-down {
    display: none;
  }
}

@media screen and (min-width: 530px) {
  .u-hide-530-up {
    display: none;
  }
}

@media screen and (max-width: 529px) {
  .u-hide-530-down {
    display: none;
  }
}

@media screen and (min-width: 540px) {
  .u-hide-540-up {
    display: none;
  }
}

@media screen and (max-width: 539px) {
  .u-hide-540-down {
    display: none;
  }
}

@media screen and (min-width: 550px) {
  .u-hide-550-up {
    display: none;
  }
}

@media screen and (max-width: 549px) {
  .u-hide-550-down {
    display: none;
  }
}

@media screen and (min-width: 560px) {
  .u-hide-560-up {
    display: none;
  }
}

@media screen and (max-width: 559px) {
  .u-hide-560-down {
    display: none;
  }
}

@media screen and (min-width: 570px) {
  .u-hide-570-up {
    display: none;
  }
}

@media screen and (max-width: 569px) {
  .u-hide-570-down {
    display: none;
  }
}

@media screen and (min-width: 580px) {
  .u-hide-580-up {
    display: none;
  }
}

@media screen and (max-width: 579px) {
  .u-hide-580-down {
    display: none;
  }
}

@media screen and (min-width: 590px) {
  .u-hide-590-up {
    display: none;
  }
}

@media screen and (max-width: 589px) {
  .u-hide-590-down {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .u-hide-600-up {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .u-hide-600-down {
    display: none;
  }
}

@media screen and (min-width: 610px) {
  .u-hide-610-up {
    display: none;
  }
}

@media screen and (max-width: 609px) {
  .u-hide-610-down {
    display: none;
  }
}

@media screen and (min-width: 620px) {
  .u-hide-620-up {
    display: none;
  }
}

@media screen and (max-width: 619px) {
  .u-hide-620-down {
    display: none;
  }
}

@media screen and (min-width: 630px) {
  .u-hide-630-up {
    display: none;
  }
}

@media screen and (max-width: 629px) {
  .u-hide-630-down {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .u-hide-640-up {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .u-hide-640-down {
    display: none;
  }
}

@media screen and (min-width: 650px) {
  .u-hide-650-up {
    display: none;
  }
}

@media screen and (max-width: 649px) {
  .u-hide-650-down {
    display: none;
  }
}

@media screen and (min-width: 660px) {
  .u-hide-660-up {
    display: none;
  }
}

@media screen and (max-width: 659px) {
  .u-hide-660-down {
    display: none;
  }
}

@media screen and (min-width: 670px) {
  .u-hide-670-up {
    display: none;
  }
}

@media screen and (max-width: 669px) {
  .u-hide-670-down {
    display: none;
  }
}

@media screen and (min-width: 680px) {
  .u-hide-680-up {
    display: none;
  }
}

@media screen and (max-width: 679px) {
  .u-hide-680-down {
    display: none;
  }
}

@media screen and (min-width: 690px) {
  .u-hide-690-up {
    display: none;
  }
}

@media screen and (max-width: 689px) {
  .u-hide-690-down {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .u-hide-700-up {
    display: none;
  }
}

@media screen and (max-width: 699px) {
  .u-hide-700-down {
    display: none;
  }
}

@media screen and (min-width: 710px) {
  .u-hide-710-up {
    display: none;
  }
}

@media screen and (max-width: 709px) {
  .u-hide-710-down {
    display: none;
  }
}

@media screen and (min-width: 720px) {
  .u-hide-720-up {
    display: none;
  }
}

@media screen and (max-width: 719px) {
  .u-hide-720-down {
    display: none;
  }
}

@media screen and (min-width: 730px) {
  .u-hide-730-up {
    display: none;
  }
}

@media screen and (max-width: 729px) {
  .u-hide-730-down {
    display: none;
  }
}

@media screen and (min-width: 740px) {
  .u-hide-740-up {
    display: none;
  }
}

@media screen and (max-width: 739px) {
  .u-hide-740-down {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .u-hide-750-up {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .u-hide-750-down {
    display: none;
  }
}

@media screen and (min-width: 760px) {
  .u-hide-760-up {
    display: none;
  }
}

@media screen and (max-width: 759px) {
  .u-hide-760-down {
    display: none;
  }
}

@media screen and (min-width: 770px) {
  .u-hide-770-up {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .u-hide-770-down {
    display: none;
  }
}

@media screen and (min-width: 780px) {
  .u-hide-780-up {
    display: none;
  }
}

@media screen and (max-width: 779px) {
  .u-hide-780-down {
    display: none;
  }
}

@media screen and (min-width: 790px) {
  .u-hide-790-up {
    display: none;
  }
}

@media screen and (max-width: 789px) {
  .u-hide-790-down {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .u-hide-800-up {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  .u-hide-800-down {
    display: none;
  }
}

@media screen and (min-width: 810px) {
  .u-hide-810-up {
    display: none;
  }
}

@media screen and (max-width: 809px) {
  .u-hide-810-down {
    display: none;
  }
}

@media screen and (min-width: 820px) {
  .u-hide-820-up {
    display: none;
  }
}

@media screen and (max-width: 819px) {
  .u-hide-820-down {
    display: none;
  }
}

@media screen and (min-width: 830px) {
  .u-hide-830-up {
    display: none;
  }
}

@media screen and (max-width: 829px) {
  .u-hide-830-down {
    display: none;
  }
}

@media screen and (min-width: 840px) {
  .u-hide-840-up {
    display: none;
  }
}

@media screen and (max-width: 839px) {
  .u-hide-840-down {
    display: none;
  }
}

@media screen and (min-width: 850px) {
  .u-hide-850-up {
    display: none;
  }
}

@media screen and (max-width: 849px) {
  .u-hide-850-down {
    display: none;
  }
}

@media screen and (min-width: 860px) {
  .u-hide-860-up {
    display: none;
  }
}

@media screen and (max-width: 859px) {
  .u-hide-860-down {
    display: none;
  }
}

@media screen and (min-width: 870px) {
  .u-hide-870-up {
    display: none;
  }
}

@media screen and (max-width: 869px) {
  .u-hide-870-down {
    display: none;
  }
}

@media screen and (min-width: 880px) {
  .u-hide-880-up {
    display: none;
  }
}

@media screen and (max-width: 879px) {
  .u-hide-880-down {
    display: none;
  }
}

@media screen and (min-width: 890px) {
  .u-hide-890-up {
    display: none;
  }
}

@media screen and (max-width: 889px) {
  .u-hide-890-down {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .u-hide-900-up {
    display: none;
  }
}

@media screen and (max-width: 899px) {
  .u-hide-900-down {
    display: none;
  }
}

@media screen and (min-width: 910px) {
  .u-hide-910-up {
    display: none;
  }
}

@media screen and (max-width: 909px) {
  .u-hide-910-down {
    display: none;
  }
}

@media screen and (min-width: 920px) {
  .u-hide-920-up {
    display: none;
  }
}

@media screen and (max-width: 919px) {
  .u-hide-920-down {
    display: none;
  }
}

@media screen and (min-width: 930px) {
  .u-hide-930-up {
    display: none;
  }
}

@media screen and (max-width: 929px) {
  .u-hide-930-down {
    display: none;
  }
}

@media screen and (min-width: 940px) {
  .u-hide-940-up {
    display: none;
  }
}

@media screen and (max-width: 939px) {
  .u-hide-940-down {
    display: none;
  }
}

@media screen and (min-width: 950px) {
  .u-hide-950-up {
    display: none;
  }
}

@media screen and (max-width: 949px) {
  .u-hide-950-down {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .u-hide-960-up {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .u-hide-960-down {
    display: none;
  }
}

@media screen and (min-width: 970px) {
  .u-hide-970-up {
    display: none;
  }
}

@media screen and (max-width: 969px) {
  .u-hide-970-down {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .u-hide-980-up {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .u-hide-980-down {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  .u-hide-990-up {
    display: none;
  }
}

@media screen and (max-width: 989px) {
  .u-hide-990-down {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .u-hide-1000-up {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .u-hide-1000-down {
    display: none;
  }
}

@media screen and (min-width: 1010px) {
  .u-hide-1010-up {
    display: none;
  }
}

@media screen and (max-width: 1009px) {
  .u-hide-1010-down {
    display: none;
  }
}

@media screen and (min-width: 1020px) {
  .u-hide-1020-up {
    display: none;
  }
}

@media screen and (max-width: 1019px) {
  .u-hide-1020-down {
    display: none;
  }
}

@media screen and (min-width: 1030px) {
  .u-hide-1030-up {
    display: none;
  }
}

@media screen and (max-width: 1029px) {
  .u-hide-1030-down {
    display: none;
  }
}

@media screen and (min-width: 1040px) {
  .u-hide-1040-up {
    display: none;
  }
}

@media screen and (max-width: 1039px) {
  .u-hide-1040-down {
    display: none;
  }
}

@media screen and (min-width: 1050px) {
  .u-hide-1050-up {
    display: none;
  }
}

@media screen and (max-width: 1049px) {
  .u-hide-1050-down {
    display: none;
  }
}

@media screen and (min-width: 1060px) {
  .u-hide-1060-up {
    display: none;
  }
}

@media screen and (max-width: 1059px) {
  .u-hide-1060-down {
    display: none;
  }
}

@media screen and (min-width: 1070px) {
  .u-hide-1070-up {
    display: none;
  }
}

@media screen and (max-width: 1069px) {
  .u-hide-1070-down {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .u-hide-1080-up {
    display: none;
  }
}

@media screen and (max-width: 1079px) {
  .u-hide-1080-down {
    display: none;
  }
}

@media screen and (min-width: 1090px) {
  .u-hide-1090-up {
    display: none;
  }
}

@media screen and (max-width: 1089px) {
  .u-hide-1090-down {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .u-hide-1100-up {
    display: none;
  }
}

@media screen and (max-width: 1099px) {
  .u-hide-1100-down {
    display: none;
  }
}

@media screen and (min-width: 1110px) {
  .u-hide-1110-up {
    display: none;
  }
}

@media screen and (max-width: 1109px) {
  .u-hide-1110-down {
    display: none;
  }
}

@media screen and (min-width: 1120px) {
  .u-hide-1120-up {
    display: none;
  }
}

@media screen and (max-width: 1119px) {
  .u-hide-1120-down {
    display: none;
  }
}

@media screen and (min-width: 1130px) {
  .u-hide-1130-up {
    display: none;
  }
}

@media screen and (max-width: 1129px) {
  .u-hide-1130-down {
    display: none;
  }
}

@media screen and (min-width: 1140px) {
  .u-hide-1140-up {
    display: none;
  }
}

@media screen and (max-width: 1139px) {
  .u-hide-1140-down {
    display: none;
  }
}

@media screen and (min-width: 1150px) {
  .u-hide-1150-up {
    display: none;
  }
}

@media screen and (max-width: 1149px) {
  .u-hide-1150-down {
    display: none;
  }
}

@media screen and (min-width: 1160px) {
  .u-hide-1160-up {
    display: none;
  }
}

@media screen and (max-width: 1159px) {
  .u-hide-1160-down {
    display: none;
  }
}

@media screen and (min-width: 1170px) {
  .u-hide-1170-up {
    display: none;
  }
}

@media screen and (max-width: 1169px) {
  .u-hide-1170-down {
    display: none;
  }
}

@media screen and (min-width: 1180px) {
  .u-hide-1180-up {
    display: none;
  }
}

@media screen and (max-width: 1179px) {
  .u-hide-1180-down {
    display: none;
  }
}

@media screen and (min-width: 1190px) {
  .u-hide-1190-up {
    display: none;
  }
}

@media screen and (max-width: 1189px) {
  .u-hide-1190-down {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .u-hide-1200-up {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .u-hide-1200-down {
    display: none;
  }
}

@media screen and (min-width: 1210px) {
  .u-hide-1210-up {
    display: none;
  }
}

@media screen and (max-width: 1209px) {
  .u-hide-1210-down {
    display: none;
  }
}

@media screen and (min-width: 1220px) {
  .u-hide-1220-up {
    display: none;
  }
}

@media screen and (max-width: 1219px) {
  .u-hide-1220-down {
    display: none;
  }
}

@media screen and (min-width: 1230px) {
  .u-hide-1230-up {
    display: none;
  }
}

@media screen and (max-width: 1229px) {
  .u-hide-1230-down {
    display: none;
  }
}

@media screen and (min-width: 1240px) {
  .u-hide-1240-up {
    display: none;
  }
}

@media screen and (max-width: 1239px) {
  .u-hide-1240-down {
    display: none;
  }
}

@media screen and (min-width: 1250px) {
  .u-hide-1250-up {
    display: none;
  }
}

@media screen and (max-width: 1249px) {
  .u-hide-1250-down {
    display: none;
  }
}

@media screen and (min-width: 1260px) {
  .u-hide-1260-up {
    display: none;
  }
}

@media screen and (max-width: 1259px) {
  .u-hide-1260-down {
    display: none;
  }
}

@media screen and (min-width: 1270px) {
  .u-hide-1270-up {
    display: none;
  }
}

@media screen and (max-width: 1269px) {
  .u-hide-1270-down {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .u-hide-1280-up {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .u-hide-1280-down {
    display: none;
  }
}

@media screen and (min-width: 1290px) {
  .u-hide-1290-up {
    display: none;
  }
}

@media screen and (max-width: 1289px) {
  .u-hide-1290-down {
    display: none;
  }
}

@media screen and (min-width: 1300px) {
  .u-hide-1300-up {
    display: none;
  }
}

@media screen and (max-width: 1299px) {
  .u-hide-1300-down {
    display: none;
  }
}

@media screen and (min-width: 1310px) {
  .u-hide-1310-up {
    display: none;
  }
}

@media screen and (max-width: 1309px) {
  .u-hide-1310-down {
    display: none;
  }
}

@media screen and (min-width: 1320px) {
  .u-hide-1320-up {
    display: none;
  }
}

@media screen and (max-width: 1319px) {
  .u-hide-1320-down {
    display: none;
  }
}

@media screen and (min-width: 1330px) {
  .u-hide-1330-up {
    display: none;
  }
}

@media screen and (max-width: 1329px) {
  .u-hide-1330-down {
    display: none;
  }
}

@media screen and (min-width: 1340px) {
  .u-hide-1340-up {
    display: none;
  }
}

@media screen and (max-width: 1339px) {
  .u-hide-1340-down {
    display: none;
  }
}

@media screen and (min-width: 1350px) {
  .u-hide-1350-up {
    display: none;
  }
}

@media screen and (max-width: 1349px) {
  .u-hide-1350-down {
    display: none;
  }
}

@media screen and (min-width: 1360px) {
  .u-hide-1360-up {
    display: none;
  }
}

@media screen and (max-width: 1359px) {
  .u-hide-1360-down {
    display: none;
  }
}

@media screen and (min-width: 1370px) {
  .u-hide-1370-up {
    display: none;
  }
}

@media screen and (max-width: 1369px) {
  .u-hide-1370-down {
    display: none;
  }
}

@media screen and (min-width: 1380px) {
  .u-hide-1380-up {
    display: none;
  }
}

@media screen and (max-width: 1379px) {
  .u-hide-1380-down {
    display: none;
  }
}

@media screen and (min-width: 1390px) {
  .u-hide-1390-up {
    display: none;
  }
}

@media screen and (max-width: 1389px) {
  .u-hide-1390-down {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  .u-hide-1400-up {
    display: none;
  }
}

@media screen and (max-width: 1399px) {
  .u-hide-1400-down {
    display: none;
  }
}

@media screen and (min-width: 1410px) {
  .u-hide-1410-up {
    display: none;
  }
}

@media screen and (max-width: 1409px) {
  .u-hide-1410-down {
    display: none;
  }
}

@media screen and (min-width: 1420px) {
  .u-hide-1420-up {
    display: none;
  }
}

@media screen and (max-width: 1419px) {
  .u-hide-1420-down {
    display: none;
  }
}

@media screen and (min-width: 1430px) {
  .u-hide-1430-up {
    display: none;
  }
}

@media screen and (max-width: 1429px) {
  .u-hide-1430-down {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .u-hide-1440-up {
    display: none;
  }
}

@media screen and (max-width: 1439px) {
  .u-hide-1440-down {
    display: none;
  }
}

@media screen and (min-width: 1450px) {
  .u-hide-1450-up {
    display: none;
  }
}

@media screen and (max-width: 1449px) {
  .u-hide-1450-down {
    display: none;
  }
}

@media screen and (min-width: 1460px) {
  .u-hide-1460-up {
    display: none;
  }
}

@media screen and (max-width: 1459px) {
  .u-hide-1460-down {
    display: none;
  }
}

@media screen and (min-width: 1470px) {
  .u-hide-1470-up {
    display: none;
  }
}

@media screen and (max-width: 1469px) {
  .u-hide-1470-down {
    display: none;
  }
}

@media screen and (min-width: 1480px) {
  .u-hide-1480-up {
    display: none;
  }
}

@media screen and (max-width: 1479px) {
  .u-hide-1480-down {
    display: none;
  }
}

@media screen and (min-width: 1490px) {
  .u-hide-1490-up {
    display: none;
  }
}

@media screen and (max-width: 1489px) {
  .u-hide-1490-down {
    display: none;
  }
}

@media screen and (min-width: 1500px) {
  .u-hide-1500-up {
    display: none;
  }
}

@media screen and (max-width: 1499px) {
  .u-hide-1500-down {
    display: none;
  }
}

@media screen and (min-width: 1510px) {
  .u-hide-1510-up {
    display: none;
  }
}

@media screen and (max-width: 1509px) {
  .u-hide-1510-down {
    display: none;
  }
}

@media screen and (min-width: 1520px) {
  .u-hide-1520-up {
    display: none;
  }
}

@media screen and (max-width: 1519px) {
  .u-hide-1520-down {
    display: none;
  }
}

@media screen and (min-width: 1530px) {
  .u-hide-1530-up {
    display: none;
  }
}

@media screen and (max-width: 1529px) {
  .u-hide-1530-down {
    display: none;
  }
}

@media screen and (min-width: 1540px) {
  .u-hide-1540-up {
    display: none;
  }
}

@media screen and (max-width: 1539px) {
  .u-hide-1540-down {
    display: none;
  }
}

@media screen and (min-width: 1550px) {
  .u-hide-1550-up {
    display: none;
  }
}

@media screen and (max-width: 1549px) {
  .u-hide-1550-down {
    display: none;
  }
}

@media screen and (min-width: 1560px) {
  .u-hide-1560-up {
    display: none;
  }
}

@media screen and (max-width: 1559px) {
  .u-hide-1560-down {
    display: none;
  }
}

@media screen and (min-width: 1570px) {
  .u-hide-1570-up {
    display: none;
  }
}

@media screen and (max-width: 1569px) {
  .u-hide-1570-down {
    display: none;
  }
}

@media screen and (min-width: 1580px) {
  .u-hide-1580-up {
    display: none;
  }
}

@media screen and (max-width: 1579px) {
  .u-hide-1580-down {
    display: none;
  }
}

@media screen and (min-width: 1590px) {
  .u-hide-1590-up {
    display: none;
  }
}

@media screen and (max-width: 1589px) {
  .u-hide-1590-down {
    display: none;
  }
}

@media screen and (min-width: 1600px) {
  .u-hide-1600-up {
    display: none;
  }
}

@media screen and (max-width: 1599px) {
  .u-hide-1600-down {
    display: none;
  }
}

@media screen and (min-width: 1610px) {
  .u-hide-1610-up {
    display: none;
  }
}

@media screen and (max-width: 1609px) {
  .u-hide-1610-down {
    display: none;
  }
}

@media screen and (min-width: 1620px) {
  .u-hide-1620-up {
    display: none;
  }
}

@media screen and (max-width: 1619px) {
  .u-hide-1620-down {
    display: none;
  }
}

@media screen and (min-width: 1630px) {
  .u-hide-1630-up {
    display: none;
  }
}

@media screen and (max-width: 1629px) {
  .u-hide-1630-down {
    display: none;
  }
}

@media screen and (min-width: 1640px) {
  .u-hide-1640-up {
    display: none;
  }
}

@media screen and (max-width: 1639px) {
  .u-hide-1640-down {
    display: none;
  }
}

@media screen and (min-width: 1650px) {
  .u-hide-1650-up {
    display: none;
  }
}

@media screen and (max-width: 1649px) {
  .u-hide-1650-down {
    display: none;
  }
}

@media screen and (min-width: 1660px) {
  .u-hide-1660-up {
    display: none;
  }
}

@media screen and (max-width: 1659px) {
  .u-hide-1660-down {
    display: none;
  }
}

@media screen and (min-width: 1670px) {
  .u-hide-1670-up {
    display: none;
  }
}

@media screen and (max-width: 1669px) {
  .u-hide-1670-down {
    display: none;
  }
}

@media screen and (min-width: 1680px) {
  .u-hide-1680-up {
    display: none;
  }
}

@media screen and (max-width: 1679px) {
  .u-hide-1680-down {
    display: none;
  }
}

@media screen and (min-width: 1690px) {
  .u-hide-1690-up {
    display: none;
  }
}

@media screen and (max-width: 1689px) {
  .u-hide-1690-down {
    display: none;
  }
}

@media screen and (min-width: 1700px) {
  .u-hide-1700-up {
    display: none;
  }
}

@media screen and (max-width: 1699px) {
  .u-hide-1700-down {
    display: none;
  }
}

@media screen and (min-width: 1710px) {
  .u-hide-1710-up {
    display: none;
  }
}

@media screen and (max-width: 1709px) {
  .u-hide-1710-down {
    display: none;
  }
}

@media screen and (min-width: 1720px) {
  .u-hide-1720-up {
    display: none;
  }
}

@media screen and (max-width: 1719px) {
  .u-hide-1720-down {
    display: none;
  }
}

@media screen and (min-width: 1730px) {
  .u-hide-1730-up {
    display: none;
  }
}

@media screen and (max-width: 1729px) {
  .u-hide-1730-down {
    display: none;
  }
}

@media screen and (min-width: 1740px) {
  .u-hide-1740-up {
    display: none;
  }
}

@media screen and (max-width: 1739px) {
  .u-hide-1740-down {
    display: none;
  }
}

@media screen and (min-width: 1750px) {
  .u-hide-1750-up {
    display: none;
  }
}

@media screen and (max-width: 1749px) {
  .u-hide-1750-down {
    display: none;
  }
}

@media screen and (min-width: 1760px) {
  .u-hide-1760-up {
    display: none;
  }
}

@media screen and (max-width: 1759px) {
  .u-hide-1760-down {
    display: none;
  }
}

@media screen and (min-width: 1770px) {
  .u-hide-1770-up {
    display: none;
  }
}

@media screen and (max-width: 1769px) {
  .u-hide-1770-down {
    display: none;
  }
}

@media screen and (min-width: 1780px) {
  .u-hide-1780-up {
    display: none;
  }
}

@media screen and (max-width: 1779px) {
  .u-hide-1780-down {
    display: none;
  }
}

@media screen and (min-width: 1790px) {
  .u-hide-1790-up {
    display: none;
  }
}

@media screen and (max-width: 1789px) {
  .u-hide-1790-down {
    display: none;
  }
}

@media screen and (min-width: 1800px) {
  .u-hide-1800-up {
    display: none;
  }
}

@media screen and (max-width: 1799px) {
  .u-hide-1800-down {
    display: none;
  }
}

@media screen and (min-width: 1810px) {
  .u-hide-1810-up {
    display: none;
  }
}

@media screen and (max-width: 1809px) {
  .u-hide-1810-down {
    display: none;
  }
}

@media screen and (min-width: 1820px) {
  .u-hide-1820-up {
    display: none;
  }
}

@media screen and (max-width: 1819px) {
  .u-hide-1820-down {
    display: none;
  }
}

@media screen and (min-width: 1830px) {
  .u-hide-1830-up {
    display: none;
  }
}

@media screen and (max-width: 1829px) {
  .u-hide-1830-down {
    display: none;
  }
}

@media screen and (min-width: 1840px) {
  .u-hide-1840-up {
    display: none;
  }
}

@media screen and (max-width: 1839px) {
  .u-hide-1840-down {
    display: none;
  }
}

@media screen and (min-width: 1850px) {
  .u-hide-1850-up {
    display: none;
  }
}

@media screen and (max-width: 1849px) {
  .u-hide-1850-down {
    display: none;
  }
}

@media screen and (min-width: 1860px) {
  .u-hide-1860-up {
    display: none;
  }
}

@media screen and (max-width: 1859px) {
  .u-hide-1860-down {
    display: none;
  }
}

@media screen and (min-width: 1870px) {
  .u-hide-1870-up {
    display: none;
  }
}

@media screen and (max-width: 1869px) {
  .u-hide-1870-down {
    display: none;
  }
}

@media screen and (min-width: 1880px) {
  .u-hide-1880-up {
    display: none;
  }
}

@media screen and (max-width: 1879px) {
  .u-hide-1880-down {
    display: none;
  }
}

@media screen and (min-width: 1890px) {
  .u-hide-1890-up {
    display: none;
  }
}

@media screen and (max-width: 1889px) {
  .u-hide-1890-down {
    display: none;
  }
}

@media screen and (min-width: 1900px) {
  .u-hide-1900-up {
    display: none;
  }
}

@media screen and (max-width: 1899px) {
  .u-hide-1900-down {
    display: none;
  }
}

@media screen and (min-width: 1910px) {
  .u-hide-1910-up {
    display: none;
  }
}

@media screen and (max-width: 1909px) {
  .u-hide-1910-down {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .u-hide-1920-up {
    display: none;
  }
}

@media screen and (max-width: 1919px) {
  .u-hide-1920-down {
    display: none;
  }
}

@media screen and (min-width: 1930px) {
  .u-hide-1930-up {
    display: none;
  }
}

@media screen and (max-width: 1929px) {
  .u-hide-1930-down {
    display: none;
  }
}

@media screen and (min-width: 1940px) {
  .u-hide-1940-up {
    display: none;
  }
}

@media screen and (max-width: 1939px) {
  .u-hide-1940-down {
    display: none;
  }
}

@media screen and (min-width: 1950px) {
  .u-hide-1950-up {
    display: none;
  }
}

@media screen and (max-width: 1949px) {
  .u-hide-1950-down {
    display: none;
  }
}

@media screen and (min-width: 1960px) {
  .u-hide-1960-up {
    display: none;
  }
}

@media screen and (max-width: 1959px) {
  .u-hide-1960-down {
    display: none;
  }
}

@media screen and (min-width: 1970px) {
  .u-hide-1970-up {
    display: none;
  }
}

@media screen and (max-width: 1969px) {
  .u-hide-1970-down {
    display: none;
  }
}

@media screen and (min-width: 1980px) {
  .u-hide-1980-up {
    display: none;
  }
}

@media screen and (max-width: 1979px) {
  .u-hide-1980-down {
    display: none;
  }
}

@media screen and (min-width: 1990px) {
  .u-hide-1990-up {
    display: none;
  }
}

@media screen and (max-width: 1989px) {
  .u-hide-1990-down {
    display: none;
  }
}

@media screen and (min-width: 2000px) {
  .u-hide-2000-up {
    display: none;
  }
}

@media screen and (max-width: 1999px) {
  .u-hide-2000-down {
    display: none;
  }
}

.u-hideText {
  position: relative;
}
.u-hideText__txt {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .u-hideText--sp {
    position: relative;
  }
  .u-hideText--sp__txt {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
  }
}

.u-hanging-1em {
  display: inline-block;
  width: 100%;
  text-indent: -1em;
  padding-left: 1em;
}

.mT0 {
  margin-top: 0px;
}

@media screen and (max-width: 979px) {
  .mT20 {
    margin-top: 20px;
  }
}
.mB20 {
  margin-bottom: 20px;
}

body .l-wrapper .u-mt-0 {
  margin-top: 0px;
}
body .l-wrapper .u-mb-0 {
  margin-bottom: 0rem;
}
body .l-wrapper .u-mt-1 {
  margin-top: 1px;
}
body .l-wrapper .u-mb-1 {
  margin-bottom: 0.0625rem;
}
body .l-wrapper .u-mt-2 {
  margin-top: 2px;
}
body .l-wrapper .u-mb-2 {
  margin-bottom: 0.125rem;
}
body .l-wrapper .u-mt-3 {
  margin-top: 3px;
}
body .l-wrapper .u-mb-3 {
  margin-bottom: 0.1875rem;
}
body .l-wrapper .u-mt-4 {
  margin-top: 4px;
}
body .l-wrapper .u-mb-4 {
  margin-bottom: 0.25rem;
}
body .l-wrapper .u-mt-5 {
  margin-top: 5px;
}
body .l-wrapper .u-mb-5 {
  margin-bottom: 0.3125rem;
}
body .l-wrapper .u-mt-6 {
  margin-top: 6px;
}
body .l-wrapper .u-mb-6 {
  margin-bottom: 0.375rem;
}
body .l-wrapper .u-mt-7 {
  margin-top: 7px;
}
body .l-wrapper .u-mb-7 {
  margin-bottom: 0.4375rem;
}
body .l-wrapper .u-mt-8 {
  margin-top: 8px;
}
body .l-wrapper .u-mb-8 {
  margin-bottom: 0.5rem;
}
body .l-wrapper .u-mt-9 {
  margin-top: 9px;
}
body .l-wrapper .u-mb-9 {
  margin-bottom: 0.5625rem;
}
body .l-wrapper .u-mt-10 {
  margin-top: 10px;
}
body .l-wrapper .u-mb-10 {
  margin-bottom: 0.625rem;
}
body .l-wrapper .u-mt-11 {
  margin-top: 11px;
}
body .l-wrapper .u-mb-11 {
  margin-bottom: 0.6875rem;
}
body .l-wrapper .u-mt-12 {
  margin-top: 12px;
}
body .l-wrapper .u-mb-12 {
  margin-bottom: 0.75rem;
}
body .l-wrapper .u-mt-13 {
  margin-top: 13px;
}
body .l-wrapper .u-mb-13 {
  margin-bottom: 0.8125rem;
}
body .l-wrapper .u-mt-14 {
  margin-top: 14px;
}
body .l-wrapper .u-mb-14 {
  margin-bottom: 0.875rem;
}
body .l-wrapper .u-mt-15 {
  margin-top: 15px;
}
body .l-wrapper .u-mb-15 {
  margin-bottom: 0.9375rem;
}
body .l-wrapper .u-mt-16 {
  margin-top: 16px;
}
body .l-wrapper .u-mb-16 {
  margin-bottom: 1rem;
}
body .l-wrapper .u-mt-17 {
  margin-top: 17px;
}
body .l-wrapper .u-mb-17 {
  margin-bottom: 1.0625rem;
}
body .l-wrapper .u-mt-18 {
  margin-top: 18px;
}
body .l-wrapper .u-mb-18 {
  margin-bottom: 1.125rem;
}
body .l-wrapper .u-mt-19 {
  margin-top: 19px;
}
body .l-wrapper .u-mb-19 {
  margin-bottom: 1.1875rem;
}
body .l-wrapper .u-mt-20 {
  margin-top: 20px;
}
body .l-wrapper .u-mb-20 {
  margin-bottom: 1.25rem;
}
body .l-wrapper .u-mt-21 {
  margin-top: 21px;
}
body .l-wrapper .u-mb-21 {
  margin-bottom: 1.3125rem;
}
body .l-wrapper .u-mt-22 {
  margin-top: 22px;
}
body .l-wrapper .u-mb-22 {
  margin-bottom: 1.375rem;
}
body .l-wrapper .u-mt-23 {
  margin-top: 23px;
}
body .l-wrapper .u-mb-23 {
  margin-bottom: 1.4375rem;
}
body .l-wrapper .u-mt-24 {
  margin-top: 24px;
}
body .l-wrapper .u-mb-24 {
  margin-bottom: 1.5rem;
}
body .l-wrapper .u-mt-25 {
  margin-top: 25px;
}
body .l-wrapper .u-mb-25 {
  margin-bottom: 1.5625rem;
}
body .l-wrapper .u-mt-26 {
  margin-top: 26px;
}
body .l-wrapper .u-mb-26 {
  margin-bottom: 1.625rem;
}
body .l-wrapper .u-mt-27 {
  margin-top: 27px;
}
body .l-wrapper .u-mb-27 {
  margin-bottom: 1.6875rem;
}
body .l-wrapper .u-mt-28 {
  margin-top: 28px;
}
body .l-wrapper .u-mb-28 {
  margin-bottom: 1.75rem;
}
body .l-wrapper .u-mt-29 {
  margin-top: 29px;
}
body .l-wrapper .u-mb-29 {
  margin-bottom: 1.8125rem;
}
body .l-wrapper .u-mt-30 {
  margin-top: 30px;
}
body .l-wrapper .u-mb-30 {
  margin-bottom: 1.875rem;
}
body .l-wrapper .u-mt-31 {
  margin-top: 31px;
}
body .l-wrapper .u-mb-31 {
  margin-bottom: 1.9375rem;
}
body .l-wrapper .u-mt-32 {
  margin-top: 32px;
}
body .l-wrapper .u-mb-32 {
  margin-bottom: 2rem;
}
body .l-wrapper .u-mt-33 {
  margin-top: 33px;
}
body .l-wrapper .u-mb-33 {
  margin-bottom: 2.0625rem;
}
body .l-wrapper .u-mt-34 {
  margin-top: 34px;
}
body .l-wrapper .u-mb-34 {
  margin-bottom: 2.125rem;
}
body .l-wrapper .u-mt-35 {
  margin-top: 35px;
}
body .l-wrapper .u-mb-35 {
  margin-bottom: 2.1875rem;
}
body .l-wrapper .u-mt-36 {
  margin-top: 36px;
}
body .l-wrapper .u-mb-36 {
  margin-bottom: 2.25rem;
}
body .l-wrapper .u-mt-37 {
  margin-top: 37px;
}
body .l-wrapper .u-mb-37 {
  margin-bottom: 2.3125rem;
}
body .l-wrapper .u-mt-38 {
  margin-top: 38px;
}
body .l-wrapper .u-mb-38 {
  margin-bottom: 2.375rem;
}
body .l-wrapper .u-mt-39 {
  margin-top: 39px;
}
body .l-wrapper .u-mb-39 {
  margin-bottom: 2.4375rem;
}
body .l-wrapper .u-mt-40 {
  margin-top: 40px;
}
body .l-wrapper .u-mb-40 {
  margin-bottom: 2.5rem;
}
body .l-wrapper .u-mt-41 {
  margin-top: 41px;
}
body .l-wrapper .u-mb-41 {
  margin-bottom: 2.5625rem;
}
body .l-wrapper .u-mt-42 {
  margin-top: 42px;
}
body .l-wrapper .u-mb-42 {
  margin-bottom: 2.625rem;
}
body .l-wrapper .u-mt-43 {
  margin-top: 43px;
}
body .l-wrapper .u-mb-43 {
  margin-bottom: 2.6875rem;
}
body .l-wrapper .u-mt-44 {
  margin-top: 44px;
}
body .l-wrapper .u-mb-44 {
  margin-bottom: 2.75rem;
}
body .l-wrapper .u-mt-45 {
  margin-top: 45px;
}
body .l-wrapper .u-mb-45 {
  margin-bottom: 2.8125rem;
}
body .l-wrapper .u-mt-46 {
  margin-top: 46px;
}
body .l-wrapper .u-mb-46 {
  margin-bottom: 2.875rem;
}
body .l-wrapper .u-mt-47 {
  margin-top: 47px;
}
body .l-wrapper .u-mb-47 {
  margin-bottom: 2.9375rem;
}
body .l-wrapper .u-mt-48 {
  margin-top: 48px;
}
body .l-wrapper .u-mb-48 {
  margin-bottom: 3rem;
}
body .l-wrapper .u-mt-49 {
  margin-top: 49px;
}
body .l-wrapper .u-mb-49 {
  margin-bottom: 3.0625rem;
}
body .l-wrapper .u-mt-50 {
  margin-top: 50px;
}
body .l-wrapper .u-mb-50 {
  margin-bottom: 3.125rem;
}
body .l-wrapper .u-mt-51 {
  margin-top: 51px;
}
body .l-wrapper .u-mb-51 {
  margin-bottom: 3.1875rem;
}
body .l-wrapper .u-mt-52 {
  margin-top: 52px;
}
body .l-wrapper .u-mb-52 {
  margin-bottom: 3.25rem;
}
body .l-wrapper .u-mt-53 {
  margin-top: 53px;
}
body .l-wrapper .u-mb-53 {
  margin-bottom: 3.3125rem;
}
body .l-wrapper .u-mt-54 {
  margin-top: 54px;
}
body .l-wrapper .u-mb-54 {
  margin-bottom: 3.375rem;
}
body .l-wrapper .u-mt-55 {
  margin-top: 55px;
}
body .l-wrapper .u-mb-55 {
  margin-bottom: 3.4375rem;
}
body .l-wrapper .u-mt-56 {
  margin-top: 56px;
}
body .l-wrapper .u-mb-56 {
  margin-bottom: 3.5rem;
}
body .l-wrapper .u-mt-57 {
  margin-top: 57px;
}
body .l-wrapper .u-mb-57 {
  margin-bottom: 3.5625rem;
}
body .l-wrapper .u-mt-58 {
  margin-top: 58px;
}
body .l-wrapper .u-mb-58 {
  margin-bottom: 3.625rem;
}
body .l-wrapper .u-mt-59 {
  margin-top: 59px;
}
body .l-wrapper .u-mb-59 {
  margin-bottom: 3.6875rem;
}
body .l-wrapper .u-mt-60 {
  margin-top: 60px;
}
body .l-wrapper .u-mb-60 {
  margin-bottom: 3.75rem;
}
body .l-wrapper .u-mt-61 {
  margin-top: 61px;
}
body .l-wrapper .u-mb-61 {
  margin-bottom: 3.8125rem;
}
body .l-wrapper .u-mt-62 {
  margin-top: 62px;
}
body .l-wrapper .u-mb-62 {
  margin-bottom: 3.875rem;
}
body .l-wrapper .u-mt-63 {
  margin-top: 63px;
}
body .l-wrapper .u-mb-63 {
  margin-bottom: 3.9375rem;
}
body .l-wrapper .u-mt-64 {
  margin-top: 64px;
}
body .l-wrapper .u-mb-64 {
  margin-bottom: 4rem;
}
body .l-wrapper .u-mt-65 {
  margin-top: 65px;
}
body .l-wrapper .u-mb-65 {
  margin-bottom: 4.0625rem;
}
body .l-wrapper .u-mt-66 {
  margin-top: 66px;
}
body .l-wrapper .u-mb-66 {
  margin-bottom: 4.125rem;
}
body .l-wrapper .u-mt-67 {
  margin-top: 67px;
}
body .l-wrapper .u-mb-67 {
  margin-bottom: 4.1875rem;
}
body .l-wrapper .u-mt-68 {
  margin-top: 68px;
}
body .l-wrapper .u-mb-68 {
  margin-bottom: 4.25rem;
}
body .l-wrapper .u-mt-69 {
  margin-top: 69px;
}
body .l-wrapper .u-mb-69 {
  margin-bottom: 4.3125rem;
}
body .l-wrapper .u-mt-70 {
  margin-top: 70px;
}
body .l-wrapper .u-mb-70 {
  margin-bottom: 4.375rem;
}
body .l-wrapper .u-mt-71 {
  margin-top: 71px;
}
body .l-wrapper .u-mb-71 {
  margin-bottom: 4.4375rem;
}
body .l-wrapper .u-mt-72 {
  margin-top: 72px;
}
body .l-wrapper .u-mb-72 {
  margin-bottom: 4.5rem;
}
body .l-wrapper .u-mt-73 {
  margin-top: 73px;
}
body .l-wrapper .u-mb-73 {
  margin-bottom: 4.5625rem;
}
body .l-wrapper .u-mt-74 {
  margin-top: 74px;
}
body .l-wrapper .u-mb-74 {
  margin-bottom: 4.625rem;
}
body .l-wrapper .u-mt-75 {
  margin-top: 75px;
}
body .l-wrapper .u-mb-75 {
  margin-bottom: 4.6875rem;
}
body .l-wrapper .u-mt-76 {
  margin-top: 76px;
}
body .l-wrapper .u-mb-76 {
  margin-bottom: 4.75rem;
}
body .l-wrapper .u-mt-77 {
  margin-top: 77px;
}
body .l-wrapper .u-mb-77 {
  margin-bottom: 4.8125rem;
}
body .l-wrapper .u-mt-78 {
  margin-top: 78px;
}
body .l-wrapper .u-mb-78 {
  margin-bottom: 4.875rem;
}
body .l-wrapper .u-mt-79 {
  margin-top: 79px;
}
body .l-wrapper .u-mb-79 {
  margin-bottom: 4.9375rem;
}
body .l-wrapper .u-mt-80 {
  margin-top: 80px;
}
body .l-wrapper .u-mb-80 {
  margin-bottom: 5rem;
}
body .l-wrapper .u-mt-81 {
  margin-top: 81px;
}
body .l-wrapper .u-mb-81 {
  margin-bottom: 5.0625rem;
}
body .l-wrapper .u-mt-82 {
  margin-top: 82px;
}
body .l-wrapper .u-mb-82 {
  margin-bottom: 5.125rem;
}
body .l-wrapper .u-mt-83 {
  margin-top: 83px;
}
body .l-wrapper .u-mb-83 {
  margin-bottom: 5.1875rem;
}
body .l-wrapper .u-mt-84 {
  margin-top: 84px;
}
body .l-wrapper .u-mb-84 {
  margin-bottom: 5.25rem;
}
body .l-wrapper .u-mt-85 {
  margin-top: 85px;
}
body .l-wrapper .u-mb-85 {
  margin-bottom: 5.3125rem;
}
body .l-wrapper .u-mt-86 {
  margin-top: 86px;
}
body .l-wrapper .u-mb-86 {
  margin-bottom: 5.375rem;
}
body .l-wrapper .u-mt-87 {
  margin-top: 87px;
}
body .l-wrapper .u-mb-87 {
  margin-bottom: 5.4375rem;
}
body .l-wrapper .u-mt-88 {
  margin-top: 88px;
}
body .l-wrapper .u-mb-88 {
  margin-bottom: 5.5rem;
}
body .l-wrapper .u-mt-89 {
  margin-top: 89px;
}
body .l-wrapper .u-mb-89 {
  margin-bottom: 5.5625rem;
}
body .l-wrapper .u-mt-90 {
  margin-top: 90px;
}
body .l-wrapper .u-mb-90 {
  margin-bottom: 5.625rem;
}
body .l-wrapper .u-mt-91 {
  margin-top: 91px;
}
body .l-wrapper .u-mb-91 {
  margin-bottom: 5.6875rem;
}
body .l-wrapper .u-mt-92 {
  margin-top: 92px;
}
body .l-wrapper .u-mb-92 {
  margin-bottom: 5.75rem;
}
body .l-wrapper .u-mt-93 {
  margin-top: 93px;
}
body .l-wrapper .u-mb-93 {
  margin-bottom: 5.8125rem;
}
body .l-wrapper .u-mt-94 {
  margin-top: 94px;
}
body .l-wrapper .u-mb-94 {
  margin-bottom: 5.875rem;
}
body .l-wrapper .u-mt-95 {
  margin-top: 95px;
}
body .l-wrapper .u-mb-95 {
  margin-bottom: 5.9375rem;
}
body .l-wrapper .u-mt-96 {
  margin-top: 96px;
}
body .l-wrapper .u-mb-96 {
  margin-bottom: 6rem;
}
body .l-wrapper .u-mt-97 {
  margin-top: 97px;
}
body .l-wrapper .u-mb-97 {
  margin-bottom: 6.0625rem;
}
body .l-wrapper .u-mt-98 {
  margin-top: 98px;
}
body .l-wrapper .u-mb-98 {
  margin-bottom: 6.125rem;
}
body .l-wrapper .u-mt-99 {
  margin-top: 99px;
}
body .l-wrapper .u-mb-99 {
  margin-bottom: 6.1875rem;
}
body .l-wrapper .u-mt-100 {
  margin-top: 100px;
}
body .l-wrapper .u-mb-100 {
  margin-bottom: 6.25rem;
}
body .l-wrapper .u-mt-101 {
  margin-top: 101px;
}
body .l-wrapper .u-mb-101 {
  margin-bottom: 6.3125rem;
}
body .l-wrapper .u-mt-102 {
  margin-top: 102px;
}
body .l-wrapper .u-mb-102 {
  margin-bottom: 6.375rem;
}
body .l-wrapper .u-mt-103 {
  margin-top: 103px;
}
body .l-wrapper .u-mb-103 {
  margin-bottom: 6.4375rem;
}
body .l-wrapper .u-mt-104 {
  margin-top: 104px;
}
body .l-wrapper .u-mb-104 {
  margin-bottom: 6.5rem;
}
body .l-wrapper .u-mt-105 {
  margin-top: 105px;
}
body .l-wrapper .u-mb-105 {
  margin-bottom: 6.5625rem;
}
body .l-wrapper .u-mt-106 {
  margin-top: 106px;
}
body .l-wrapper .u-mb-106 {
  margin-bottom: 6.625rem;
}
body .l-wrapper .u-mt-107 {
  margin-top: 107px;
}
body .l-wrapper .u-mb-107 {
  margin-bottom: 6.6875rem;
}
body .l-wrapper .u-mt-108 {
  margin-top: 108px;
}
body .l-wrapper .u-mb-108 {
  margin-bottom: 6.75rem;
}
body .l-wrapper .u-mt-109 {
  margin-top: 109px;
}
body .l-wrapper .u-mb-109 {
  margin-bottom: 6.8125rem;
}
body .l-wrapper .u-mt-110 {
  margin-top: 110px;
}
body .l-wrapper .u-mb-110 {
  margin-bottom: 6.875rem;
}
body .l-wrapper .u-mt-111 {
  margin-top: 111px;
}
body .l-wrapper .u-mb-111 {
  margin-bottom: 6.9375rem;
}
body .l-wrapper .u-mt-112 {
  margin-top: 112px;
}
body .l-wrapper .u-mb-112 {
  margin-bottom: 7rem;
}
body .l-wrapper .u-mt-113 {
  margin-top: 113px;
}
body .l-wrapper .u-mb-113 {
  margin-bottom: 7.0625rem;
}
body .l-wrapper .u-mt-114 {
  margin-top: 114px;
}
body .l-wrapper .u-mb-114 {
  margin-bottom: 7.125rem;
}
body .l-wrapper .u-mt-115 {
  margin-top: 115px;
}
body .l-wrapper .u-mb-115 {
  margin-bottom: 7.1875rem;
}
body .l-wrapper .u-mt-116 {
  margin-top: 116px;
}
body .l-wrapper .u-mb-116 {
  margin-bottom: 7.25rem;
}
body .l-wrapper .u-mt-117 {
  margin-top: 117px;
}
body .l-wrapper .u-mb-117 {
  margin-bottom: 7.3125rem;
}
body .l-wrapper .u-mt-118 {
  margin-top: 118px;
}
body .l-wrapper .u-mb-118 {
  margin-bottom: 7.375rem;
}
body .l-wrapper .u-mt-119 {
  margin-top: 119px;
}
body .l-wrapper .u-mb-119 {
  margin-bottom: 7.4375rem;
}
body .l-wrapper .u-mt-120 {
  margin-top: 120px;
}
body .l-wrapper .u-mb-120 {
  margin-bottom: 7.5rem;
}
body .l-wrapper .u-mt-121 {
  margin-top: 121px;
}
body .l-wrapper .u-mb-121 {
  margin-bottom: 7.5625rem;
}
body .l-wrapper .u-mt-122 {
  margin-top: 122px;
}
body .l-wrapper .u-mb-122 {
  margin-bottom: 7.625rem;
}
body .l-wrapper .u-mt-123 {
  margin-top: 123px;
}
body .l-wrapper .u-mb-123 {
  margin-bottom: 7.6875rem;
}
body .l-wrapper .u-mt-124 {
  margin-top: 124px;
}
body .l-wrapper .u-mb-124 {
  margin-bottom: 7.75rem;
}
body .l-wrapper .u-mt-125 {
  margin-top: 125px;
}
body .l-wrapper .u-mb-125 {
  margin-bottom: 7.8125rem;
}
body .l-wrapper .u-mt-126 {
  margin-top: 126px;
}
body .l-wrapper .u-mb-126 {
  margin-bottom: 7.875rem;
}
body .l-wrapper .u-mt-127 {
  margin-top: 127px;
}
body .l-wrapper .u-mb-127 {
  margin-bottom: 7.9375rem;
}
body .l-wrapper .u-mt-128 {
  margin-top: 128px;
}
body .l-wrapper .u-mb-128 {
  margin-bottom: 8rem;
}
body .l-wrapper .u-mt-129 {
  margin-top: 129px;
}
body .l-wrapper .u-mb-129 {
  margin-bottom: 8.0625rem;
}
body .l-wrapper .u-mt-130 {
  margin-top: 130px;
}
body .l-wrapper .u-mb-130 {
  margin-bottom: 8.125rem;
}
body .l-wrapper .u-mt-131 {
  margin-top: 131px;
}
body .l-wrapper .u-mb-131 {
  margin-bottom: 8.1875rem;
}
body .l-wrapper .u-mt-132 {
  margin-top: 132px;
}
body .l-wrapper .u-mb-132 {
  margin-bottom: 8.25rem;
}
body .l-wrapper .u-mt-133 {
  margin-top: 133px;
}
body .l-wrapper .u-mb-133 {
  margin-bottom: 8.3125rem;
}
body .l-wrapper .u-mt-134 {
  margin-top: 134px;
}
body .l-wrapper .u-mb-134 {
  margin-bottom: 8.375rem;
}
body .l-wrapper .u-mt-135 {
  margin-top: 135px;
}
body .l-wrapper .u-mb-135 {
  margin-bottom: 8.4375rem;
}
body .l-wrapper .u-mt-136 {
  margin-top: 136px;
}
body .l-wrapper .u-mb-136 {
  margin-bottom: 8.5rem;
}
body .l-wrapper .u-mt-137 {
  margin-top: 137px;
}
body .l-wrapper .u-mb-137 {
  margin-bottom: 8.5625rem;
}
body .l-wrapper .u-mt-138 {
  margin-top: 138px;
}
body .l-wrapper .u-mb-138 {
  margin-bottom: 8.625rem;
}
body .l-wrapper .u-mt-139 {
  margin-top: 139px;
}
body .l-wrapper .u-mb-139 {
  margin-bottom: 8.6875rem;
}
body .l-wrapper .u-mt-140 {
  margin-top: 140px;
}
body .l-wrapper .u-mb-140 {
  margin-bottom: 8.75rem;
}
body .l-wrapper .u-mt-141 {
  margin-top: 141px;
}
body .l-wrapper .u-mb-141 {
  margin-bottom: 8.8125rem;
}
body .l-wrapper .u-mt-142 {
  margin-top: 142px;
}
body .l-wrapper .u-mb-142 {
  margin-bottom: 8.875rem;
}
body .l-wrapper .u-mt-143 {
  margin-top: 143px;
}
body .l-wrapper .u-mb-143 {
  margin-bottom: 8.9375rem;
}
body .l-wrapper .u-mt-144 {
  margin-top: 144px;
}
body .l-wrapper .u-mb-144 {
  margin-bottom: 9rem;
}
body .l-wrapper .u-mt-145 {
  margin-top: 145px;
}
body .l-wrapper .u-mb-145 {
  margin-bottom: 9.0625rem;
}
body .l-wrapper .u-mt-146 {
  margin-top: 146px;
}
body .l-wrapper .u-mb-146 {
  margin-bottom: 9.125rem;
}
body .l-wrapper .u-mt-147 {
  margin-top: 147px;
}
body .l-wrapper .u-mb-147 {
  margin-bottom: 9.1875rem;
}
body .l-wrapper .u-mt-148 {
  margin-top: 148px;
}
body .l-wrapper .u-mb-148 {
  margin-bottom: 9.25rem;
}
body .l-wrapper .u-mt-149 {
  margin-top: 149px;
}
body .l-wrapper .u-mb-149 {
  margin-bottom: 9.3125rem;
}
body .l-wrapper .u-mt-150 {
  margin-top: 150px;
}
body .l-wrapper .u-mb-150 {
  margin-bottom: 9.375rem;
}
body .l-wrapper .u-mt-151 {
  margin-top: 151px;
}
body .l-wrapper .u-mb-151 {
  margin-bottom: 9.4375rem;
}
body .l-wrapper .u-mt-152 {
  margin-top: 152px;
}
body .l-wrapper .u-mb-152 {
  margin-bottom: 9.5rem;
}
body .l-wrapper .u-mt-153 {
  margin-top: 153px;
}
body .l-wrapper .u-mb-153 {
  margin-bottom: 9.5625rem;
}
body .l-wrapper .u-mt-154 {
  margin-top: 154px;
}
body .l-wrapper .u-mb-154 {
  margin-bottom: 9.625rem;
}
body .l-wrapper .u-mt-155 {
  margin-top: 155px;
}
body .l-wrapper .u-mb-155 {
  margin-bottom: 9.6875rem;
}
body .l-wrapper .u-mt-156 {
  margin-top: 156px;
}
body .l-wrapper .u-mb-156 {
  margin-bottom: 9.75rem;
}
body .l-wrapper .u-mt-157 {
  margin-top: 157px;
}
body .l-wrapper .u-mb-157 {
  margin-bottom: 9.8125rem;
}
body .l-wrapper .u-mt-158 {
  margin-top: 158px;
}
body .l-wrapper .u-mb-158 {
  margin-bottom: 9.875rem;
}
body .l-wrapper .u-mt-159 {
  margin-top: 159px;
}
body .l-wrapper .u-mb-159 {
  margin-bottom: 9.9375rem;
}
body .l-wrapper .u-mt-160 {
  margin-top: 160px;
}
body .l-wrapper .u-mb-160 {
  margin-bottom: 10rem;
}
body .l-wrapper .u-mt-161 {
  margin-top: 161px;
}
body .l-wrapper .u-mb-161 {
  margin-bottom: 10.0625rem;
}
body .l-wrapper .u-mt-162 {
  margin-top: 162px;
}
body .l-wrapper .u-mb-162 {
  margin-bottom: 10.125rem;
}
body .l-wrapper .u-mt-163 {
  margin-top: 163px;
}
body .l-wrapper .u-mb-163 {
  margin-bottom: 10.1875rem;
}
body .l-wrapper .u-mt-164 {
  margin-top: 164px;
}
body .l-wrapper .u-mb-164 {
  margin-bottom: 10.25rem;
}
body .l-wrapper .u-mt-165 {
  margin-top: 165px;
}
body .l-wrapper .u-mb-165 {
  margin-bottom: 10.3125rem;
}
body .l-wrapper .u-mt-166 {
  margin-top: 166px;
}
body .l-wrapper .u-mb-166 {
  margin-bottom: 10.375rem;
}
body .l-wrapper .u-mt-167 {
  margin-top: 167px;
}
body .l-wrapper .u-mb-167 {
  margin-bottom: 10.4375rem;
}
body .l-wrapper .u-mt-168 {
  margin-top: 168px;
}
body .l-wrapper .u-mb-168 {
  margin-bottom: 10.5rem;
}
body .l-wrapper .u-mt-169 {
  margin-top: 169px;
}
body .l-wrapper .u-mb-169 {
  margin-bottom: 10.5625rem;
}
body .l-wrapper .u-mt-170 {
  margin-top: 170px;
}
body .l-wrapper .u-mb-170 {
  margin-bottom: 10.625rem;
}
body .l-wrapper .u-mt-171 {
  margin-top: 171px;
}
body .l-wrapper .u-mb-171 {
  margin-bottom: 10.6875rem;
}
body .l-wrapper .u-mt-172 {
  margin-top: 172px;
}
body .l-wrapper .u-mb-172 {
  margin-bottom: 10.75rem;
}
body .l-wrapper .u-mt-173 {
  margin-top: 173px;
}
body .l-wrapper .u-mb-173 {
  margin-bottom: 10.8125rem;
}
body .l-wrapper .u-mt-174 {
  margin-top: 174px;
}
body .l-wrapper .u-mb-174 {
  margin-bottom: 10.875rem;
}
body .l-wrapper .u-mt-175 {
  margin-top: 175px;
}
body .l-wrapper .u-mb-175 {
  margin-bottom: 10.9375rem;
}
body .l-wrapper .u-mt-176 {
  margin-top: 176px;
}
body .l-wrapper .u-mb-176 {
  margin-bottom: 11rem;
}
body .l-wrapper .u-mt-177 {
  margin-top: 177px;
}
body .l-wrapper .u-mb-177 {
  margin-bottom: 11.0625rem;
}
body .l-wrapper .u-mt-178 {
  margin-top: 178px;
}
body .l-wrapper .u-mb-178 {
  margin-bottom: 11.125rem;
}
body .l-wrapper .u-mt-179 {
  margin-top: 179px;
}
body .l-wrapper .u-mb-179 {
  margin-bottom: 11.1875rem;
}
body .l-wrapper .u-mt-180 {
  margin-top: 180px;
}
body .l-wrapper .u-mb-180 {
  margin-bottom: 11.25rem;
}
body .l-wrapper .u-mt-181 {
  margin-top: 181px;
}
body .l-wrapper .u-mb-181 {
  margin-bottom: 11.3125rem;
}
body .l-wrapper .u-mt-182 {
  margin-top: 182px;
}
body .l-wrapper .u-mb-182 {
  margin-bottom: 11.375rem;
}
body .l-wrapper .u-mt-183 {
  margin-top: 183px;
}
body .l-wrapper .u-mb-183 {
  margin-bottom: 11.4375rem;
}
body .l-wrapper .u-mt-184 {
  margin-top: 184px;
}
body .l-wrapper .u-mb-184 {
  margin-bottom: 11.5rem;
}
body .l-wrapper .u-mt-185 {
  margin-top: 185px;
}
body .l-wrapper .u-mb-185 {
  margin-bottom: 11.5625rem;
}
body .l-wrapper .u-mt-186 {
  margin-top: 186px;
}
body .l-wrapper .u-mb-186 {
  margin-bottom: 11.625rem;
}
body .l-wrapper .u-mt-187 {
  margin-top: 187px;
}
body .l-wrapper .u-mb-187 {
  margin-bottom: 11.6875rem;
}
body .l-wrapper .u-mt-188 {
  margin-top: 188px;
}
body .l-wrapper .u-mb-188 {
  margin-bottom: 11.75rem;
}
body .l-wrapper .u-mt-189 {
  margin-top: 189px;
}
body .l-wrapper .u-mb-189 {
  margin-bottom: 11.8125rem;
}
body .l-wrapper .u-mt-190 {
  margin-top: 190px;
}
body .l-wrapper .u-mb-190 {
  margin-bottom: 11.875rem;
}
body .l-wrapper .u-mt-191 {
  margin-top: 191px;
}
body .l-wrapper .u-mb-191 {
  margin-bottom: 11.9375rem;
}
body .l-wrapper .u-mt-192 {
  margin-top: 192px;
}
body .l-wrapper .u-mb-192 {
  margin-bottom: 12rem;
}
body .l-wrapper .u-mt-193 {
  margin-top: 193px;
}
body .l-wrapper .u-mb-193 {
  margin-bottom: 12.0625rem;
}
body .l-wrapper .u-mt-194 {
  margin-top: 194px;
}
body .l-wrapper .u-mb-194 {
  margin-bottom: 12.125rem;
}
body .l-wrapper .u-mt-195 {
  margin-top: 195px;
}
body .l-wrapper .u-mb-195 {
  margin-bottom: 12.1875rem;
}
body .l-wrapper .u-mt-196 {
  margin-top: 196px;
}
body .l-wrapper .u-mb-196 {
  margin-bottom: 12.25rem;
}
body .l-wrapper .u-mt-197 {
  margin-top: 197px;
}
body .l-wrapper .u-mb-197 {
  margin-bottom: 12.3125rem;
}
body .l-wrapper .u-mt-198 {
  margin-top: 198px;
}
body .l-wrapper .u-mb-198 {
  margin-bottom: 12.375rem;
}
body .l-wrapper .u-mt-199 {
  margin-top: 199px;
}
body .l-wrapper .u-mb-199 {
  margin-bottom: 12.4375rem;
}
body .l-wrapper .u-mt-200 {
  margin-top: 200px;
}
body .l-wrapper .u-mb-200 {
  margin-bottom: 12.5rem;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt85 {
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .u-pt85 {
    padding-top: 30px;
  }
}

.u-pt120 {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .u-pt120 {
    padding-top: 30px;
  }
}

.u-pt-half {
  padding-top: 0.6em;
}

.u-fwb {
  font-weight: bold;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-uppercase-none {
  text-transform: none;
}

@media screen and (min-width: 10px) {
  .u-br-10 {
    display: none;
  }
}

@media screen and (max-width: 9px) {
  .u-br-10-down {
    display: none;
  }
}

@media screen and (min-width: 20px) {
  .u-br-20 {
    display: none;
  }
}

@media screen and (max-width: 19px) {
  .u-br-20-down {
    display: none;
  }
}

@media screen and (min-width: 30px) {
  .u-br-30 {
    display: none;
  }
}

@media screen and (max-width: 29px) {
  .u-br-30-down {
    display: none;
  }
}

@media screen and (min-width: 40px) {
  .u-br-40 {
    display: none;
  }
}

@media screen and (max-width: 39px) {
  .u-br-40-down {
    display: none;
  }
}

@media screen and (min-width: 50px) {
  .u-br-50 {
    display: none;
  }
}

@media screen and (max-width: 49px) {
  .u-br-50-down {
    display: none;
  }
}

@media screen and (min-width: 60px) {
  .u-br-60 {
    display: none;
  }
}

@media screen and (max-width: 59px) {
  .u-br-60-down {
    display: none;
  }
}

@media screen and (min-width: 70px) {
  .u-br-70 {
    display: none;
  }
}

@media screen and (max-width: 69px) {
  .u-br-70-down {
    display: none;
  }
}

@media screen and (min-width: 80px) {
  .u-br-80 {
    display: none;
  }
}

@media screen and (max-width: 79px) {
  .u-br-80-down {
    display: none;
  }
}

@media screen and (min-width: 90px) {
  .u-br-90 {
    display: none;
  }
}

@media screen and (max-width: 89px) {
  .u-br-90-down {
    display: none;
  }
}

@media screen and (min-width: 100px) {
  .u-br-100 {
    display: none;
  }
}

@media screen and (max-width: 99px) {
  .u-br-100-down {
    display: none;
  }
}

@media screen and (min-width: 110px) {
  .u-br-110 {
    display: none;
  }
}

@media screen and (max-width: 109px) {
  .u-br-110-down {
    display: none;
  }
}

@media screen and (min-width: 120px) {
  .u-br-120 {
    display: none;
  }
}

@media screen and (max-width: 119px) {
  .u-br-120-down {
    display: none;
  }
}

@media screen and (min-width: 130px) {
  .u-br-130 {
    display: none;
  }
}

@media screen and (max-width: 129px) {
  .u-br-130-down {
    display: none;
  }
}

@media screen and (min-width: 140px) {
  .u-br-140 {
    display: none;
  }
}

@media screen and (max-width: 139px) {
  .u-br-140-down {
    display: none;
  }
}

@media screen and (min-width: 150px) {
  .u-br-150 {
    display: none;
  }
}

@media screen and (max-width: 149px) {
  .u-br-150-down {
    display: none;
  }
}

@media screen and (min-width: 160px) {
  .u-br-160 {
    display: none;
  }
}

@media screen and (max-width: 159px) {
  .u-br-160-down {
    display: none;
  }
}

@media screen and (min-width: 170px) {
  .u-br-170 {
    display: none;
  }
}

@media screen and (max-width: 169px) {
  .u-br-170-down {
    display: none;
  }
}

@media screen and (min-width: 180px) {
  .u-br-180 {
    display: none;
  }
}

@media screen and (max-width: 179px) {
  .u-br-180-down {
    display: none;
  }
}

@media screen and (min-width: 190px) {
  .u-br-190 {
    display: none;
  }
}

@media screen and (max-width: 189px) {
  .u-br-190-down {
    display: none;
  }
}

@media screen and (min-width: 200px) {
  .u-br-200 {
    display: none;
  }
}

@media screen and (max-width: 199px) {
  .u-br-200-down {
    display: none;
  }
}

@media screen and (min-width: 210px) {
  .u-br-210 {
    display: none;
  }
}

@media screen and (max-width: 209px) {
  .u-br-210-down {
    display: none;
  }
}

@media screen and (min-width: 220px) {
  .u-br-220 {
    display: none;
  }
}

@media screen and (max-width: 219px) {
  .u-br-220-down {
    display: none;
  }
}

@media screen and (min-width: 230px) {
  .u-br-230 {
    display: none;
  }
}

@media screen and (max-width: 229px) {
  .u-br-230-down {
    display: none;
  }
}

@media screen and (min-width: 240px) {
  .u-br-240 {
    display: none;
  }
}

@media screen and (max-width: 239px) {
  .u-br-240-down {
    display: none;
  }
}

@media screen and (min-width: 250px) {
  .u-br-250 {
    display: none;
  }
}

@media screen and (max-width: 249px) {
  .u-br-250-down {
    display: none;
  }
}

@media screen and (min-width: 260px) {
  .u-br-260 {
    display: none;
  }
}

@media screen and (max-width: 259px) {
  .u-br-260-down {
    display: none;
  }
}

@media screen and (min-width: 270px) {
  .u-br-270 {
    display: none;
  }
}

@media screen and (max-width: 269px) {
  .u-br-270-down {
    display: none;
  }
}

@media screen and (min-width: 280px) {
  .u-br-280 {
    display: none;
  }
}

@media screen and (max-width: 279px) {
  .u-br-280-down {
    display: none;
  }
}

@media screen and (min-width: 290px) {
  .u-br-290 {
    display: none;
  }
}

@media screen and (max-width: 289px) {
  .u-br-290-down {
    display: none;
  }
}

@media screen and (min-width: 300px) {
  .u-br-300 {
    display: none;
  }
}

@media screen and (max-width: 299px) {
  .u-br-300-down {
    display: none;
  }
}

@media screen and (min-width: 310px) {
  .u-br-310 {
    display: none;
  }
}

@media screen and (max-width: 309px) {
  .u-br-310-down {
    display: none;
  }
}

@media screen and (min-width: 320px) {
  .u-br-320 {
    display: none;
  }
}

@media screen and (max-width: 319px) {
  .u-br-320-down {
    display: none;
  }
}

@media screen and (min-width: 330px) {
  .u-br-330 {
    display: none;
  }
}

@media screen and (max-width: 329px) {
  .u-br-330-down {
    display: none;
  }
}

@media screen and (min-width: 340px) {
  .u-br-340 {
    display: none;
  }
}

@media screen and (max-width: 339px) {
  .u-br-340-down {
    display: none;
  }
}

@media screen and (min-width: 350px) {
  .u-br-350 {
    display: none;
  }
}

@media screen and (max-width: 349px) {
  .u-br-350-down {
    display: none;
  }
}

@media screen and (min-width: 360px) {
  .u-br-360 {
    display: none;
  }
}

@media screen and (max-width: 359px) {
  .u-br-360-down {
    display: none;
  }
}

@media screen and (min-width: 370px) {
  .u-br-370 {
    display: none;
  }
}

@media screen and (max-width: 369px) {
  .u-br-370-down {
    display: none;
  }
}

@media screen and (min-width: 380px) {
  .u-br-380 {
    display: none;
  }
}

@media screen and (max-width: 379px) {
  .u-br-380-down {
    display: none;
  }
}

@media screen and (min-width: 390px) {
  .u-br-390 {
    display: none;
  }
}

@media screen and (max-width: 389px) {
  .u-br-390-down {
    display: none;
  }
}

@media screen and (min-width: 400px) {
  .u-br-400 {
    display: none;
  }
}

@media screen and (max-width: 399px) {
  .u-br-400-down {
    display: none;
  }
}

@media screen and (min-width: 410px) {
  .u-br-410 {
    display: none;
  }
}

@media screen and (max-width: 409px) {
  .u-br-410-down {
    display: none;
  }
}

@media screen and (min-width: 420px) {
  .u-br-420 {
    display: none;
  }
}

@media screen and (max-width: 419px) {
  .u-br-420-down {
    display: none;
  }
}

@media screen and (min-width: 430px) {
  .u-br-430 {
    display: none;
  }
}

@media screen and (max-width: 429px) {
  .u-br-430-down {
    display: none;
  }
}

@media screen and (min-width: 440px) {
  .u-br-440 {
    display: none;
  }
}

@media screen and (max-width: 439px) {
  .u-br-440-down {
    display: none;
  }
}

@media screen and (min-width: 450px) {
  .u-br-450 {
    display: none;
  }
}

@media screen and (max-width: 449px) {
  .u-br-450-down {
    display: none;
  }
}

@media screen and (min-width: 460px) {
  .u-br-460 {
    display: none;
  }
}

@media screen and (max-width: 459px) {
  .u-br-460-down {
    display: none;
  }
}

@media screen and (min-width: 470px) {
  .u-br-470 {
    display: none;
  }
}

@media screen and (max-width: 469px) {
  .u-br-470-down {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .u-br-480 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .u-br-480-down {
    display: none;
  }
}

@media screen and (min-width: 490px) {
  .u-br-490 {
    display: none;
  }
}

@media screen and (max-width: 489px) {
  .u-br-490-down {
    display: none;
  }
}

@media screen and (min-width: 500px) {
  .u-br-500 {
    display: none;
  }
}

@media screen and (max-width: 499px) {
  .u-br-500-down {
    display: none;
  }
}

@media screen and (min-width: 510px) {
  .u-br-510 {
    display: none;
  }
}

@media screen and (max-width: 509px) {
  .u-br-510-down {
    display: none;
  }
}

@media screen and (min-width: 520px) {
  .u-br-520 {
    display: none;
  }
}

@media screen and (max-width: 519px) {
  .u-br-520-down {
    display: none;
  }
}

@media screen and (min-width: 530px) {
  .u-br-530 {
    display: none;
  }
}

@media screen and (max-width: 529px) {
  .u-br-530-down {
    display: none;
  }
}

@media screen and (min-width: 540px) {
  .u-br-540 {
    display: none;
  }
}

@media screen and (max-width: 539px) {
  .u-br-540-down {
    display: none;
  }
}

@media screen and (min-width: 550px) {
  .u-br-550 {
    display: none;
  }
}

@media screen and (max-width: 549px) {
  .u-br-550-down {
    display: none;
  }
}

@media screen and (min-width: 560px) {
  .u-br-560 {
    display: none;
  }
}

@media screen and (max-width: 559px) {
  .u-br-560-down {
    display: none;
  }
}

@media screen and (min-width: 570px) {
  .u-br-570 {
    display: none;
  }
}

@media screen and (max-width: 569px) {
  .u-br-570-down {
    display: none;
  }
}

@media screen and (min-width: 580px) {
  .u-br-580 {
    display: none;
  }
}

@media screen and (max-width: 579px) {
  .u-br-580-down {
    display: none;
  }
}

@media screen and (min-width: 590px) {
  .u-br-590 {
    display: none;
  }
}

@media screen and (max-width: 589px) {
  .u-br-590-down {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .u-br-600 {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .u-br-600-down {
    display: none;
  }
}

@media screen and (min-width: 610px) {
  .u-br-610 {
    display: none;
  }
}

@media screen and (max-width: 609px) {
  .u-br-610-down {
    display: none;
  }
}

@media screen and (min-width: 620px) {
  .u-br-620 {
    display: none;
  }
}

@media screen and (max-width: 619px) {
  .u-br-620-down {
    display: none;
  }
}

@media screen and (min-width: 630px) {
  .u-br-630 {
    display: none;
  }
}

@media screen and (max-width: 629px) {
  .u-br-630-down {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .u-br-640 {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .u-br-640-down {
    display: none;
  }
}

@media screen and (min-width: 650px) {
  .u-br-650 {
    display: none;
  }
}

@media screen and (max-width: 649px) {
  .u-br-650-down {
    display: none;
  }
}

@media screen and (min-width: 660px) {
  .u-br-660 {
    display: none;
  }
}

@media screen and (max-width: 659px) {
  .u-br-660-down {
    display: none;
  }
}

@media screen and (min-width: 670px) {
  .u-br-670 {
    display: none;
  }
}

@media screen and (max-width: 669px) {
  .u-br-670-down {
    display: none;
  }
}

@media screen and (min-width: 680px) {
  .u-br-680 {
    display: none;
  }
}

@media screen and (max-width: 679px) {
  .u-br-680-down {
    display: none;
  }
}

@media screen and (min-width: 690px) {
  .u-br-690 {
    display: none;
  }
}

@media screen and (max-width: 689px) {
  .u-br-690-down {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .u-br-700 {
    display: none;
  }
}

@media screen and (max-width: 699px) {
  .u-br-700-down {
    display: none;
  }
}

@media screen and (min-width: 710px) {
  .u-br-710 {
    display: none;
  }
}

@media screen and (max-width: 709px) {
  .u-br-710-down {
    display: none;
  }
}

@media screen and (min-width: 720px) {
  .u-br-720 {
    display: none;
  }
}

@media screen and (max-width: 719px) {
  .u-br-720-down {
    display: none;
  }
}

@media screen and (min-width: 730px) {
  .u-br-730 {
    display: none;
  }
}

@media screen and (max-width: 729px) {
  .u-br-730-down {
    display: none;
  }
}

@media screen and (min-width: 740px) {
  .u-br-740 {
    display: none;
  }
}

@media screen and (max-width: 739px) {
  .u-br-740-down {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .u-br-750 {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .u-br-750-down {
    display: none;
  }
}

@media screen and (min-width: 760px) {
  .u-br-760 {
    display: none;
  }
}

@media screen and (max-width: 759px) {
  .u-br-760-down {
    display: none;
  }
}

@media screen and (min-width: 770px) {
  .u-br-770 {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .u-br-770-down {
    display: none;
  }
}

@media screen and (min-width: 780px) {
  .u-br-780 {
    display: none;
  }
}

@media screen and (max-width: 779px) {
  .u-br-780-down {
    display: none;
  }
}

@media screen and (min-width: 790px) {
  .u-br-790 {
    display: none;
  }
}

@media screen and (max-width: 789px) {
  .u-br-790-down {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .u-br-800 {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  .u-br-800-down {
    display: none;
  }
}

@media screen and (min-width: 810px) {
  .u-br-810 {
    display: none;
  }
}

@media screen and (max-width: 809px) {
  .u-br-810-down {
    display: none;
  }
}

@media screen and (min-width: 820px) {
  .u-br-820 {
    display: none;
  }
}

@media screen and (max-width: 819px) {
  .u-br-820-down {
    display: none;
  }
}

@media screen and (min-width: 830px) {
  .u-br-830 {
    display: none;
  }
}

@media screen and (max-width: 829px) {
  .u-br-830-down {
    display: none;
  }
}

@media screen and (min-width: 840px) {
  .u-br-840 {
    display: none;
  }
}

@media screen and (max-width: 839px) {
  .u-br-840-down {
    display: none;
  }
}

@media screen and (min-width: 850px) {
  .u-br-850 {
    display: none;
  }
}

@media screen and (max-width: 849px) {
  .u-br-850-down {
    display: none;
  }
}

@media screen and (min-width: 860px) {
  .u-br-860 {
    display: none;
  }
}

@media screen and (max-width: 859px) {
  .u-br-860-down {
    display: none;
  }
}

@media screen and (min-width: 870px) {
  .u-br-870 {
    display: none;
  }
}

@media screen and (max-width: 869px) {
  .u-br-870-down {
    display: none;
  }
}

@media screen and (min-width: 880px) {
  .u-br-880 {
    display: none;
  }
}

@media screen and (max-width: 879px) {
  .u-br-880-down {
    display: none;
  }
}

@media screen and (min-width: 890px) {
  .u-br-890 {
    display: none;
  }
}

@media screen and (max-width: 889px) {
  .u-br-890-down {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .u-br-900 {
    display: none;
  }
}

@media screen and (max-width: 899px) {
  .u-br-900-down {
    display: none;
  }
}

@media screen and (min-width: 910px) {
  .u-br-910 {
    display: none;
  }
}

@media screen and (max-width: 909px) {
  .u-br-910-down {
    display: none;
  }
}

@media screen and (min-width: 920px) {
  .u-br-920 {
    display: none;
  }
}

@media screen and (max-width: 919px) {
  .u-br-920-down {
    display: none;
  }
}

@media screen and (min-width: 930px) {
  .u-br-930 {
    display: none;
  }
}

@media screen and (max-width: 929px) {
  .u-br-930-down {
    display: none;
  }
}

@media screen and (min-width: 940px) {
  .u-br-940 {
    display: none;
  }
}

@media screen and (max-width: 939px) {
  .u-br-940-down {
    display: none;
  }
}

@media screen and (min-width: 950px) {
  .u-br-950 {
    display: none;
  }
}

@media screen and (max-width: 949px) {
  .u-br-950-down {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .u-br-960 {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .u-br-960-down {
    display: none;
  }
}

@media screen and (min-width: 970px) {
  .u-br-970 {
    display: none;
  }
}

@media screen and (max-width: 969px) {
  .u-br-970-down {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .u-br-980 {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .u-br-980-down {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  .u-br-990 {
    display: none;
  }
}

@media screen and (max-width: 989px) {
  .u-br-990-down {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .u-br-1000 {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .u-br-1000-down {
    display: none;
  }
}

.u-color-red {
  color: #ea371e;
}

strong.u-color-red {
  color: #ea371e;
  font-weight: 700;
}

.u-color-green {
  color: #21a154;
}

.noto-sans-jp-light {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.noto-serif-jp-light {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.u-highlight {
  font-weight: 700;
  background: linear-gradient(0deg, transparent 1%, #f5da0e 1%, #f5da0e 92%, transparent 92%);
  padding: 0.03125rem;
}
.u-highlight.--lh180 {
  background: linear-gradient(0deg, transparent 6%, #f5da0e 6%, #f5da0e 88%, transparent 88%);
}
.u-highlight .--lh190 {
  background: linear-gradient(0deg, transparent 1%, #f5da0e 1%, #f5da0e 92%, transparent 92%);
}

.u-w-10 {
  width: 0.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-10 {
    width: 0.6666666667rem;
  }
}

.u-w-20 {
  width: 1.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-20 {
    width: 1.3333333333rem;
  }
}

.u-w-30 {
  width: 1.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-30 {
    width: 2rem;
  }
}

.u-w-40 {
  width: 2.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-40 {
    width: 2.6666666667rem;
  }
}

.u-w-50 {
  width: 3.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-50 {
    width: 3.3333333333rem;
  }
}

.u-w-60 {
  width: 3.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-60 {
    width: 4rem;
  }
}

.u-w-70 {
  width: 4.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-70 {
    width: 4.6666666667rem;
  }
}

.u-w-80 {
  width: 5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-80 {
    width: 5.3333333333rem;
  }
}

.u-w-90 {
  width: 5.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-90 {
    width: 6rem;
  }
}

.u-w-100 {
  width: 6.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-100 {
    width: 6.6666666667rem;
  }
}

.u-w-110 {
  width: 6.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-110 {
    width: 7.3333333333rem;
  }
}

.u-w-120 {
  width: 7.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-120 {
    width: 8rem;
  }
}

.u-w-130 {
  width: 8.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-130 {
    width: 8.6666666667rem;
  }
}

.u-w-140 {
  width: 8.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-140 {
    width: 9.3333333333rem;
  }
}

.u-w-150 {
  width: 9.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-150 {
    width: 10rem;
  }
}

.u-w-160 {
  width: 10rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-160 {
    width: 10.6666666667rem;
  }
}

.u-w-170 {
  width: 10.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-170 {
    width: 11.3333333333rem;
  }
}

.u-w-180 {
  width: 11.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-180 {
    width: 12rem;
  }
}

.u-w-190 {
  width: 11.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-190 {
    width: 12.6666666667rem;
  }
}

.u-w-200 {
  width: 12.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-200 {
    width: 13.3333333333rem;
  }
}

.u-w-210 {
  width: 13.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-210 {
    width: 14rem;
  }
}

.u-w-220 {
  width: 13.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-220 {
    width: 14.6666666667rem;
  }
}

.u-w-230 {
  width: 14.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-230 {
    width: 15.3333333333rem;
  }
}

.u-w-240 {
  width: 15rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-240 {
    width: 16rem;
  }
}

.u-w-250 {
  width: 15.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-250 {
    width: 16.6666666667rem;
  }
}

.u-w-260 {
  width: 16.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-260 {
    width: 17.3333333333rem;
  }
}

.u-w-270 {
  width: 16.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-270 {
    width: 18rem;
  }
}

.u-w-280 {
  width: 17.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-280 {
    width: 18.6666666667rem;
  }
}

.u-w-290 {
  width: 18.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-290 {
    width: 19.3333333333rem;
  }
}

.u-w-300 {
  width: 18.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-300 {
    width: 20rem;
  }
}

.u-w-310 {
  width: 19.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-310 {
    width: 20.6666666667rem;
  }
}

.u-w-320 {
  width: 20rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-320 {
    width: 21.3333333333rem;
  }
}

.u-w-330 {
  width: 20.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-330 {
    width: 22rem;
  }
}

.u-w-340 {
  width: 21.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-340 {
    width: 22.6666666667rem;
  }
}

.u-w-350 {
  width: 21.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-350 {
    width: 23.3333333333rem;
  }
}

.u-w-360 {
  width: 22.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-360 {
    width: 24rem;
  }
}

.u-w-370 {
  width: 23.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-370 {
    width: 24.6666666667rem;
  }
}

.u-w-380 {
  width: 23.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-380 {
    width: 25.3333333333rem;
  }
}

.u-w-390 {
  width: 24.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-390 {
    width: 26rem;
  }
}

.u-w-400 {
  width: 25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-400 {
    width: 26.6666666667rem;
  }
}

.u-w-410 {
  width: 25.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-410 {
    width: 27.3333333333rem;
  }
}

.u-w-420 {
  width: 26.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-420 {
    width: 28rem;
  }
}

.u-w-430 {
  width: 26.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-430 {
    width: 28.6666666667rem;
  }
}

.u-w-440 {
  width: 27.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-440 {
    width: 29.3333333333rem;
  }
}

.u-w-450 {
  width: 28.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-450 {
    width: 30rem;
  }
}

.u-w-460 {
  width: 28.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-460 {
    width: 30.6666666667rem;
  }
}

.u-w-470 {
  width: 29.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-470 {
    width: 31.3333333333rem;
  }
}

.u-w-480 {
  width: 30rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-480 {
    width: 32rem;
  }
}

.u-w-490 {
  width: 30.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-490 {
    width: 32.6666666667rem;
  }
}

.u-w-500 {
  width: 31.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-500 {
    width: 33.3333333333rem;
  }
}

.u-w-510 {
  width: 31.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-510 {
    width: 34rem;
  }
}

.u-w-520 {
  width: 32.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-520 {
    width: 34.6666666667rem;
  }
}

.u-w-530 {
  width: 33.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-530 {
    width: 35.3333333333rem;
  }
}

.u-w-540 {
  width: 33.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-540 {
    width: 36rem;
  }
}

.u-w-550 {
  width: 34.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-550 {
    width: 36.6666666667rem;
  }
}

.u-w-560 {
  width: 35rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-560 {
    width: 37.3333333333rem;
  }
}

.u-w-570 {
  width: 35.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-570 {
    width: 38rem;
  }
}

.u-w-580 {
  width: 36.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-580 {
    width: 38.6666666667rem;
  }
}

.u-w-590 {
  width: 36.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-590 {
    width: 39.3333333333rem;
  }
}

.u-w-600 {
  width: 37.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-600 {
    width: 40rem;
  }
}

.u-w-610 {
  width: 38.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-610 {
    width: 40.6666666667rem;
  }
}

.u-w-620 {
  width: 38.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-620 {
    width: 41.3333333333rem;
  }
}

.u-w-630 {
  width: 39.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-630 {
    width: 42rem;
  }
}

.u-w-640 {
  width: 40rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-640 {
    width: 42.6666666667rem;
  }
}

.u-w-650 {
  width: 40.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-650 {
    width: 43.3333333333rem;
  }
}

.u-w-660 {
  width: 41.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-660 {
    width: 44rem;
  }
}

.u-w-670 {
  width: 41.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-670 {
    width: 44.6666666667rem;
  }
}

.u-w-680 {
  width: 42.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-680 {
    width: 45.3333333333rem;
  }
}

.u-w-690 {
  width: 43.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-690 {
    width: 46rem;
  }
}

.u-w-700 {
  width: 43.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-700 {
    width: 46.6666666667rem;
  }
}

.u-w-710 {
  width: 44.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-710 {
    width: 47.3333333333rem;
  }
}

.u-w-720 {
  width: 45rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-720 {
    width: 48rem;
  }
}

.u-w-730 {
  width: 45.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-730 {
    width: 48.6666666667rem;
  }
}

.u-w-740 {
  width: 46.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-740 {
    width: 49.3333333333rem;
  }
}

.u-w-750 {
  width: 46.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-750 {
    width: 50rem;
  }
}

.u-w-760 {
  width: 47.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-760 {
    width: 50.6666666667rem;
  }
}

.u-w-770 {
  width: 48.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-770 {
    width: 51.3333333333rem;
  }
}

.u-w-780 {
  width: 48.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-780 {
    width: 52rem;
  }
}

.u-w-790 {
  width: 49.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-790 {
    width: 52.6666666667rem;
  }
}

.u-w-800 {
  width: 50rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-800 {
    width: 53.3333333333rem;
  }
}

.u-w-810 {
  width: 50.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-810 {
    width: 54rem;
  }
}

.u-w-820 {
  width: 51.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-820 {
    width: 54.6666666667rem;
  }
}

.u-w-830 {
  width: 51.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-830 {
    width: 55.3333333333rem;
  }
}

.u-w-840 {
  width: 52.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-840 {
    width: 56rem;
  }
}

.u-w-850 {
  width: 53.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-850 {
    width: 56.6666666667rem;
  }
}

.u-w-860 {
  width: 53.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-860 {
    width: 57.3333333333rem;
  }
}

.u-w-870 {
  width: 54.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-870 {
    width: 58rem;
  }
}

.u-w-880 {
  width: 55rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-880 {
    width: 58.6666666667rem;
  }
}

.u-w-890 {
  width: 55.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-890 {
    width: 59.3333333333rem;
  }
}

.u-w-900 {
  width: 56.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-900 {
    width: 60rem;
  }
}

.u-w-910 {
  width: 56.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-910 {
    width: 60.6666666667rem;
  }
}

.u-w-920 {
  width: 57.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-920 {
    width: 61.3333333333rem;
  }
}

.u-w-930 {
  width: 58.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-930 {
    width: 62rem;
  }
}

.u-w-940 {
  width: 58.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-940 {
    width: 62.6666666667rem;
  }
}

.u-w-950 {
  width: 59.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-950 {
    width: 63.3333333333rem;
  }
}

.u-w-960 {
  width: 60rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-960 {
    width: 64rem;
  }
}

.u-w-970 {
  width: 60.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-970 {
    width: 64.6666666667rem;
  }
}

.u-w-980 {
  width: 61.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-980 {
    width: 65.3333333333rem;
  }
}

.u-w-990 {
  width: 61.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-990 {
    width: 66rem;
  }
}

.u-w-1000 {
  width: 62.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1000 {
    width: 66.6666666667rem;
  }
}

.u-w-1010 {
  width: 63.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1010 {
    width: 67.3333333333rem;
  }
}

.u-w-1020 {
  width: 63.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1020 {
    width: 68rem;
  }
}

.u-w-1030 {
  width: 64.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1030 {
    width: 68.6666666667rem;
  }
}

.u-w-1040 {
  width: 65rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1040 {
    width: 69.3333333333rem;
  }
}

.u-w-1050 {
  width: 65.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1050 {
    width: 70rem;
  }
}

.u-w-1060 {
  width: 66.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1060 {
    width: 70.6666666667rem;
  }
}

.u-w-1070 {
  width: 66.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1070 {
    width: 71.3333333333rem;
  }
}

.u-w-1080 {
  width: 67.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1080 {
    width: 72rem;
  }
}

.u-w-1090 {
  width: 68.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1090 {
    width: 72.6666666667rem;
  }
}

.u-w-1100 {
  width: 68.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1100 {
    width: 73.3333333333rem;
  }
}

.u-w-1110 {
  width: 69.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1110 {
    width: 74rem;
  }
}

.u-w-1120 {
  width: 70rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1120 {
    width: 74.6666666667rem;
  }
}

.u-w-1130 {
  width: 70.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1130 {
    width: 75.3333333333rem;
  }
}

.u-w-1140 {
  width: 71.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1140 {
    width: 76rem;
  }
}

.u-w-1150 {
  width: 71.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1150 {
    width: 76.6666666667rem;
  }
}

.u-w-1160 {
  width: 72.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1160 {
    width: 77.3333333333rem;
  }
}

.u-w-1170 {
  width: 73.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1170 {
    width: 78rem;
  }
}

.u-w-1180 {
  width: 73.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1180 {
    width: 78.6666666667rem;
  }
}

.u-w-1190 {
  width: 74.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1190 {
    width: 79.3333333333rem;
  }
}

.u-w-1200 {
  width: 75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1200 {
    width: 80rem;
  }
}

.u-w-1210 {
  width: 75.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1210 {
    width: 80.6666666667rem;
  }
}

.u-w-1220 {
  width: 76.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1220 {
    width: 81.3333333333rem;
  }
}

.u-w-1230 {
  width: 76.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1230 {
    width: 82rem;
  }
}

.u-w-1240 {
  width: 77.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1240 {
    width: 82.6666666667rem;
  }
}

.u-w-1250 {
  width: 78.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1250 {
    width: 83.3333333333rem;
  }
}

.u-w-1260 {
  width: 78.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1260 {
    width: 84rem;
  }
}

.u-w-1270 {
  width: 79.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1270 {
    width: 84.6666666667rem;
  }
}

.u-w-1280 {
  width: 80rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1280 {
    width: 85.3333333333rem;
  }
}

.u-w-1290 {
  width: 80.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1290 {
    width: 86rem;
  }
}

.u-w-1300 {
  width: 81.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1300 {
    width: 86.6666666667rem;
  }
}

.u-w-1310 {
  width: 81.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1310 {
    width: 87.3333333333rem;
  }
}

.u-w-1320 {
  width: 82.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1320 {
    width: 88rem;
  }
}

.u-w-1330 {
  width: 83.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1330 {
    width: 88.6666666667rem;
  }
}

.u-w-1340 {
  width: 83.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1340 {
    width: 89.3333333333rem;
  }
}

.u-w-1350 {
  width: 84.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1350 {
    width: 90rem;
  }
}

.u-w-1360 {
  width: 85rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1360 {
    width: 90.6666666667rem;
  }
}

.u-w-1370 {
  width: 85.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1370 {
    width: 91.3333333333rem;
  }
}

.u-w-1380 {
  width: 86.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1380 {
    width: 92rem;
  }
}

.u-w-1390 {
  width: 86.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1390 {
    width: 92.6666666667rem;
  }
}

.u-w-1400 {
  width: 87.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1400 {
    width: 93.3333333333rem;
  }
}

.u-w-1410 {
  width: 88.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1410 {
    width: 94rem;
  }
}

.u-w-1420 {
  width: 88.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1420 {
    width: 94.6666666667rem;
  }
}

.u-w-1430 {
  width: 89.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1430 {
    width: 95.3333333333rem;
  }
}

.u-w-1440 {
  width: 90rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1440 {
    width: 96rem;
  }
}

.u-w-1450 {
  width: 90.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1450 {
    width: 96.6666666667rem;
  }
}

.u-w-1460 {
  width: 91.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1460 {
    width: 97.3333333333rem;
  }
}

.u-w-1470 {
  width: 91.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1470 {
    width: 98rem;
  }
}

.u-w-1480 {
  width: 92.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1480 {
    width: 98.6666666667rem;
  }
}

.u-w-1490 {
  width: 93.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1490 {
    width: 99.3333333333rem;
  }
}

.u-w-1500 {
  width: 93.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1500 {
    width: 100rem;
  }
}

.u-w-1510 {
  width: 94.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1510 {
    width: 100.6666666667rem;
  }
}

.u-w-1520 {
  width: 95rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1520 {
    width: 101.3333333333rem;
  }
}

.u-w-1530 {
  width: 95.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1530 {
    width: 102rem;
  }
}

.u-w-1540 {
  width: 96.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1540 {
    width: 102.6666666667rem;
  }
}

.u-w-1550 {
  width: 96.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1550 {
    width: 103.3333333333rem;
  }
}

.u-w-1560 {
  width: 97.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1560 {
    width: 104rem;
  }
}

.u-w-1570 {
  width: 98.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1570 {
    width: 104.6666666667rem;
  }
}

.u-w-1580 {
  width: 98.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1580 {
    width: 105.3333333333rem;
  }
}

.u-w-1590 {
  width: 99.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1590 {
    width: 106rem;
  }
}

.u-w-1600 {
  width: 100rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1600 {
    width: 106.6666666667rem;
  }
}

.u-w-1610 {
  width: 100.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1610 {
    width: 107.3333333333rem;
  }
}

.u-w-1620 {
  width: 101.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1620 {
    width: 108rem;
  }
}

.u-w-1630 {
  width: 101.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1630 {
    width: 108.6666666667rem;
  }
}

.u-w-1640 {
  width: 102.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1640 {
    width: 109.3333333333rem;
  }
}

.u-w-1650 {
  width: 103.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1650 {
    width: 110rem;
  }
}

.u-w-1660 {
  width: 103.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1660 {
    width: 110.6666666667rem;
  }
}

.u-w-1670 {
  width: 104.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1670 {
    width: 111.3333333333rem;
  }
}

.u-w-1680 {
  width: 105rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1680 {
    width: 112rem;
  }
}

.u-w-1690 {
  width: 105.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1690 {
    width: 112.6666666667rem;
  }
}

.u-w-1700 {
  width: 106.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1700 {
    width: 113.3333333333rem;
  }
}

.u-w-1710 {
  width: 106.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1710 {
    width: 114rem;
  }
}

.u-w-1720 {
  width: 107.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1720 {
    width: 114.6666666667rem;
  }
}

.u-w-1730 {
  width: 108.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1730 {
    width: 115.3333333333rem;
  }
}

.u-w-1740 {
  width: 108.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1740 {
    width: 116rem;
  }
}

.u-w-1750 {
  width: 109.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1750 {
    width: 116.6666666667rem;
  }
}

.u-w-1760 {
  width: 110rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1760 {
    width: 117.3333333333rem;
  }
}

.u-w-1770 {
  width: 110.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1770 {
    width: 118rem;
  }
}

.u-w-1780 {
  width: 111.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1780 {
    width: 118.6666666667rem;
  }
}

.u-w-1790 {
  width: 111.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1790 {
    width: 119.3333333333rem;
  }
}

.u-w-1800 {
  width: 112.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1800 {
    width: 120rem;
  }
}

.u-w-1810 {
  width: 113.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1810 {
    width: 120.6666666667rem;
  }
}

.u-w-1820 {
  width: 113.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1820 {
    width: 121.3333333333rem;
  }
}

.u-w-1830 {
  width: 114.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1830 {
    width: 122rem;
  }
}

.u-w-1840 {
  width: 115rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1840 {
    width: 122.6666666667rem;
  }
}

.u-w-1850 {
  width: 115.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1850 {
    width: 123.3333333333rem;
  }
}

.u-w-1860 {
  width: 116.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1860 {
    width: 124rem;
  }
}

.u-w-1870 {
  width: 116.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1870 {
    width: 124.6666666667rem;
  }
}

.u-w-1880 {
  width: 117.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1880 {
    width: 125.3333333333rem;
  }
}

.u-w-1890 {
  width: 118.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1890 {
    width: 126rem;
  }
}

.u-w-1900 {
  width: 118.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1900 {
    width: 126.6666666667rem;
  }
}

.u-w-1910 {
  width: 119.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1910 {
    width: 127.3333333333rem;
  }
}

.u-w-1920 {
  width: 120rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1920 {
    width: 128rem;
  }
}

.u-w-1930 {
  width: 120.625rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1930 {
    width: 128.6666666667rem;
  }
}

.u-w-1940 {
  width: 121.25rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1940 {
    width: 129.3333333333rem;
  }
}

.u-w-1950 {
  width: 121.875rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1950 {
    width: 130rem;
  }
}

.u-w-1960 {
  width: 122.5rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1960 {
    width: 130.6666666667rem;
  }
}

.u-w-1970 {
  width: 123.125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1970 {
    width: 131.3333333333rem;
  }
}

.u-w-1980 {
  width: 123.75rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1980 {
    width: 132rem;
  }
}

.u-w-1990 {
  width: 124.375rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-1990 {
    width: 132.6666666667rem;
  }
}

.u-w-2000 {
  width: 125rem;
}

@media screen and (max-width: 767px) {
  .u-sp-w-2000 {
    width: 133.3333333333rem;
  }
}

.u-effect-shadow {
  box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 10px) {
  .u-show-10 {
    display: none !important;
  }
}

@media screen and (max-width: 9px) {
  .u-show-10-up {
    display: none !important;
  }
}

@media screen and (min-width: 20px) {
  .u-show-20 {
    display: none !important;
  }
}

@media screen and (max-width: 19px) {
  .u-show-20-up {
    display: none !important;
  }
}

@media screen and (min-width: 30px) {
  .u-show-30 {
    display: none !important;
  }
}

@media screen and (max-width: 29px) {
  .u-show-30-up {
    display: none !important;
  }
}

@media screen and (min-width: 40px) {
  .u-show-40 {
    display: none !important;
  }
}

@media screen and (max-width: 39px) {
  .u-show-40-up {
    display: none !important;
  }
}

@media screen and (min-width: 50px) {
  .u-show-50 {
    display: none !important;
  }
}

@media screen and (max-width: 49px) {
  .u-show-50-up {
    display: none !important;
  }
}

@media screen and (min-width: 60px) {
  .u-show-60 {
    display: none !important;
  }
}

@media screen and (max-width: 59px) {
  .u-show-60-up {
    display: none !important;
  }
}

@media screen and (min-width: 70px) {
  .u-show-70 {
    display: none !important;
  }
}

@media screen and (max-width: 69px) {
  .u-show-70-up {
    display: none !important;
  }
}

@media screen and (min-width: 80px) {
  .u-show-80 {
    display: none !important;
  }
}

@media screen and (max-width: 79px) {
  .u-show-80-up {
    display: none !important;
  }
}

@media screen and (min-width: 90px) {
  .u-show-90 {
    display: none !important;
  }
}

@media screen and (max-width: 89px) {
  .u-show-90-up {
    display: none !important;
  }
}

@media screen and (min-width: 100px) {
  .u-show-100 {
    display: none !important;
  }
}

@media screen and (max-width: 99px) {
  .u-show-100-up {
    display: none !important;
  }
}

@media screen and (min-width: 110px) {
  .u-show-110 {
    display: none !important;
  }
}

@media screen and (max-width: 109px) {
  .u-show-110-up {
    display: none !important;
  }
}

@media screen and (min-width: 120px) {
  .u-show-120 {
    display: none !important;
  }
}

@media screen and (max-width: 119px) {
  .u-show-120-up {
    display: none !important;
  }
}

@media screen and (min-width: 130px) {
  .u-show-130 {
    display: none !important;
  }
}

@media screen and (max-width: 129px) {
  .u-show-130-up {
    display: none !important;
  }
}

@media screen and (min-width: 140px) {
  .u-show-140 {
    display: none !important;
  }
}

@media screen and (max-width: 139px) {
  .u-show-140-up {
    display: none !important;
  }
}

@media screen and (min-width: 150px) {
  .u-show-150 {
    display: none !important;
  }
}

@media screen and (max-width: 149px) {
  .u-show-150-up {
    display: none !important;
  }
}

@media screen and (min-width: 160px) {
  .u-show-160 {
    display: none !important;
  }
}

@media screen and (max-width: 159px) {
  .u-show-160-up {
    display: none !important;
  }
}

@media screen and (min-width: 170px) {
  .u-show-170 {
    display: none !important;
  }
}

@media screen and (max-width: 169px) {
  .u-show-170-up {
    display: none !important;
  }
}

@media screen and (min-width: 180px) {
  .u-show-180 {
    display: none !important;
  }
}

@media screen and (max-width: 179px) {
  .u-show-180-up {
    display: none !important;
  }
}

@media screen and (min-width: 190px) {
  .u-show-190 {
    display: none !important;
  }
}

@media screen and (max-width: 189px) {
  .u-show-190-up {
    display: none !important;
  }
}

@media screen and (min-width: 200px) {
  .u-show-200 {
    display: none !important;
  }
}

@media screen and (max-width: 199px) {
  .u-show-200-up {
    display: none !important;
  }
}

@media screen and (min-width: 210px) {
  .u-show-210 {
    display: none !important;
  }
}

@media screen and (max-width: 209px) {
  .u-show-210-up {
    display: none !important;
  }
}

@media screen and (min-width: 220px) {
  .u-show-220 {
    display: none !important;
  }
}

@media screen and (max-width: 219px) {
  .u-show-220-up {
    display: none !important;
  }
}

@media screen and (min-width: 230px) {
  .u-show-230 {
    display: none !important;
  }
}

@media screen and (max-width: 229px) {
  .u-show-230-up {
    display: none !important;
  }
}

@media screen and (min-width: 240px) {
  .u-show-240 {
    display: none !important;
  }
}

@media screen and (max-width: 239px) {
  .u-show-240-up {
    display: none !important;
  }
}

@media screen and (min-width: 250px) {
  .u-show-250 {
    display: none !important;
  }
}

@media screen and (max-width: 249px) {
  .u-show-250-up {
    display: none !important;
  }
}

@media screen and (min-width: 260px) {
  .u-show-260 {
    display: none !important;
  }
}

@media screen and (max-width: 259px) {
  .u-show-260-up {
    display: none !important;
  }
}

@media screen and (min-width: 270px) {
  .u-show-270 {
    display: none !important;
  }
}

@media screen and (max-width: 269px) {
  .u-show-270-up {
    display: none !important;
  }
}

@media screen and (min-width: 280px) {
  .u-show-280 {
    display: none !important;
  }
}

@media screen and (max-width: 279px) {
  .u-show-280-up {
    display: none !important;
  }
}

@media screen and (min-width: 290px) {
  .u-show-290 {
    display: none !important;
  }
}

@media screen and (max-width: 289px) {
  .u-show-290-up {
    display: none !important;
  }
}

@media screen and (min-width: 300px) {
  .u-show-300 {
    display: none !important;
  }
}

@media screen and (max-width: 299px) {
  .u-show-300-up {
    display: none !important;
  }
}

@media screen and (min-width: 310px) {
  .u-show-310 {
    display: none !important;
  }
}

@media screen and (max-width: 309px) {
  .u-show-310-up {
    display: none !important;
  }
}

@media screen and (min-width: 320px) {
  .u-show-320 {
    display: none !important;
  }
}

@media screen and (max-width: 319px) {
  .u-show-320-up {
    display: none !important;
  }
}

@media screen and (min-width: 330px) {
  .u-show-330 {
    display: none !important;
  }
}

@media screen and (max-width: 329px) {
  .u-show-330-up {
    display: none !important;
  }
}

@media screen and (min-width: 340px) {
  .u-show-340 {
    display: none !important;
  }
}

@media screen and (max-width: 339px) {
  .u-show-340-up {
    display: none !important;
  }
}

@media screen and (min-width: 350px) {
  .u-show-350 {
    display: none !important;
  }
}

@media screen and (max-width: 349px) {
  .u-show-350-up {
    display: none !important;
  }
}

@media screen and (min-width: 360px) {
  .u-show-360 {
    display: none !important;
  }
}

@media screen and (max-width: 359px) {
  .u-show-360-up {
    display: none !important;
  }
}

@media screen and (min-width: 370px) {
  .u-show-370 {
    display: none !important;
  }
}

@media screen and (max-width: 369px) {
  .u-show-370-up {
    display: none !important;
  }
}

@media screen and (min-width: 380px) {
  .u-show-380 {
    display: none !important;
  }
}

@media screen and (max-width: 379px) {
  .u-show-380-up {
    display: none !important;
  }
}

@media screen and (min-width: 390px) {
  .u-show-390 {
    display: none !important;
  }
}

@media screen and (max-width: 389px) {
  .u-show-390-up {
    display: none !important;
  }
}

@media screen and (min-width: 400px) {
  .u-show-400 {
    display: none !important;
  }
}

@media screen and (max-width: 399px) {
  .u-show-400-up {
    display: none !important;
  }
}

@media screen and (min-width: 410px) {
  .u-show-410 {
    display: none !important;
  }
}

@media screen and (max-width: 409px) {
  .u-show-410-up {
    display: none !important;
  }
}

@media screen and (min-width: 420px) {
  .u-show-420 {
    display: none !important;
  }
}

@media screen and (max-width: 419px) {
  .u-show-420-up {
    display: none !important;
  }
}

@media screen and (min-width: 430px) {
  .u-show-430 {
    display: none !important;
  }
}

@media screen and (max-width: 429px) {
  .u-show-430-up {
    display: none !important;
  }
}

@media screen and (min-width: 440px) {
  .u-show-440 {
    display: none !important;
  }
}

@media screen and (max-width: 439px) {
  .u-show-440-up {
    display: none !important;
  }
}

@media screen and (min-width: 450px) {
  .u-show-450 {
    display: none !important;
  }
}

@media screen and (max-width: 449px) {
  .u-show-450-up {
    display: none !important;
  }
}

@media screen and (min-width: 460px) {
  .u-show-460 {
    display: none !important;
  }
}

@media screen and (max-width: 459px) {
  .u-show-460-up {
    display: none !important;
  }
}

@media screen and (min-width: 470px) {
  .u-show-470 {
    display: none !important;
  }
}

@media screen and (max-width: 469px) {
  .u-show-470-up {
    display: none !important;
  }
}

@media screen and (min-width: 480px) {
  .u-show-480 {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .u-show-480-up {
    display: none !important;
  }
}

@media screen and (min-width: 490px) {
  .u-show-490 {
    display: none !important;
  }
}

@media screen and (max-width: 489px) {
  .u-show-490-up {
    display: none !important;
  }
}

@media screen and (min-width: 500px) {
  .u-show-500 {
    display: none !important;
  }
}

@media screen and (max-width: 499px) {
  .u-show-500-up {
    display: none !important;
  }
}

@media screen and (min-width: 510px) {
  .u-show-510 {
    display: none !important;
  }
}

@media screen and (max-width: 509px) {
  .u-show-510-up {
    display: none !important;
  }
}

@media screen and (min-width: 520px) {
  .u-show-520 {
    display: none !important;
  }
}

@media screen and (max-width: 519px) {
  .u-show-520-up {
    display: none !important;
  }
}

@media screen and (min-width: 530px) {
  .u-show-530 {
    display: none !important;
  }
}

@media screen and (max-width: 529px) {
  .u-show-530-up {
    display: none !important;
  }
}

@media screen and (min-width: 540px) {
  .u-show-540 {
    display: none !important;
  }
}

@media screen and (max-width: 539px) {
  .u-show-540-up {
    display: none !important;
  }
}

@media screen and (min-width: 550px) {
  .u-show-550 {
    display: none !important;
  }
}

@media screen and (max-width: 549px) {
  .u-show-550-up {
    display: none !important;
  }
}

@media screen and (min-width: 560px) {
  .u-show-560 {
    display: none !important;
  }
}

@media screen and (max-width: 559px) {
  .u-show-560-up {
    display: none !important;
  }
}

@media screen and (min-width: 570px) {
  .u-show-570 {
    display: none !important;
  }
}

@media screen and (max-width: 569px) {
  .u-show-570-up {
    display: none !important;
  }
}

@media screen and (min-width: 580px) {
  .u-show-580 {
    display: none !important;
  }
}

@media screen and (max-width: 579px) {
  .u-show-580-up {
    display: none !important;
  }
}

@media screen and (min-width: 590px) {
  .u-show-590 {
    display: none !important;
  }
}

@media screen and (max-width: 589px) {
  .u-show-590-up {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .u-show-600 {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .u-show-600-up {
    display: none !important;
  }
}

@media screen and (min-width: 610px) {
  .u-show-610 {
    display: none !important;
  }
}

@media screen and (max-width: 609px) {
  .u-show-610-up {
    display: none !important;
  }
}

@media screen and (min-width: 620px) {
  .u-show-620 {
    display: none !important;
  }
}

@media screen and (max-width: 619px) {
  .u-show-620-up {
    display: none !important;
  }
}

@media screen and (min-width: 630px) {
  .u-show-630 {
    display: none !important;
  }
}

@media screen and (max-width: 629px) {
  .u-show-630-up {
    display: none !important;
  }
}

@media screen and (min-width: 640px) {
  .u-show-640 {
    display: none !important;
  }
}

@media screen and (max-width: 639px) {
  .u-show-640-up {
    display: none !important;
  }
}

@media screen and (min-width: 650px) {
  .u-show-650 {
    display: none !important;
  }
}

@media screen and (max-width: 649px) {
  .u-show-650-up {
    display: none !important;
  }
}

@media screen and (min-width: 660px) {
  .u-show-660 {
    display: none !important;
  }
}

@media screen and (max-width: 659px) {
  .u-show-660-up {
    display: none !important;
  }
}

@media screen and (min-width: 670px) {
  .u-show-670 {
    display: none !important;
  }
}

@media screen and (max-width: 669px) {
  .u-show-670-up {
    display: none !important;
  }
}

@media screen and (min-width: 680px) {
  .u-show-680 {
    display: none !important;
  }
}

@media screen and (max-width: 679px) {
  .u-show-680-up {
    display: none !important;
  }
}

@media screen and (min-width: 690px) {
  .u-show-690 {
    display: none !important;
  }
}

@media screen and (max-width: 689px) {
  .u-show-690-up {
    display: none !important;
  }
}

@media screen and (min-width: 700px) {
  .u-show-700 {
    display: none !important;
  }
}

@media screen and (max-width: 699px) {
  .u-show-700-up {
    display: none !important;
  }
}

@media screen and (min-width: 710px) {
  .u-show-710 {
    display: none !important;
  }
}

@media screen and (max-width: 709px) {
  .u-show-710-up {
    display: none !important;
  }
}

@media screen and (min-width: 720px) {
  .u-show-720 {
    display: none !important;
  }
}

@media screen and (max-width: 719px) {
  .u-show-720-up {
    display: none !important;
  }
}

@media screen and (min-width: 730px) {
  .u-show-730 {
    display: none !important;
  }
}

@media screen and (max-width: 729px) {
  .u-show-730-up {
    display: none !important;
  }
}

@media screen and (min-width: 740px) {
  .u-show-740 {
    display: none !important;
  }
}

@media screen and (max-width: 739px) {
  .u-show-740-up {
    display: none !important;
  }
}

@media screen and (min-width: 750px) {
  .u-show-750 {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .u-show-750-up {
    display: none !important;
  }
}

@media screen and (min-width: 760px) {
  .u-show-760 {
    display: none !important;
  }
}

@media screen and (max-width: 759px) {
  .u-show-760-up {
    display: none !important;
  }
}

@media screen and (min-width: 770px) {
  .u-show-770 {
    display: none !important;
  }
}

@media screen and (max-width: 769px) {
  .u-show-770-up {
    display: none !important;
  }
}

@media screen and (min-width: 780px) {
  .u-show-780 {
    display: none !important;
  }
}

@media screen and (max-width: 779px) {
  .u-show-780-up {
    display: none !important;
  }
}

@media screen and (min-width: 790px) {
  .u-show-790 {
    display: none !important;
  }
}

@media screen and (max-width: 789px) {
  .u-show-790-up {
    display: none !important;
  }
}

@media screen and (min-width: 800px) {
  .u-show-800 {
    display: none !important;
  }
}

@media screen and (max-width: 799px) {
  .u-show-800-up {
    display: none !important;
  }
}

@media screen and (min-width: 810px) {
  .u-show-810 {
    display: none !important;
  }
}

@media screen and (max-width: 809px) {
  .u-show-810-up {
    display: none !important;
  }
}

@media screen and (min-width: 820px) {
  .u-show-820 {
    display: none !important;
  }
}

@media screen and (max-width: 819px) {
  .u-show-820-up {
    display: none !important;
  }
}

@media screen and (min-width: 830px) {
  .u-show-830 {
    display: none !important;
  }
}

@media screen and (max-width: 829px) {
  .u-show-830-up {
    display: none !important;
  }
}

@media screen and (min-width: 840px) {
  .u-show-840 {
    display: none !important;
  }
}

@media screen and (max-width: 839px) {
  .u-show-840-up {
    display: none !important;
  }
}

@media screen and (min-width: 850px) {
  .u-show-850 {
    display: none !important;
  }
}

@media screen and (max-width: 849px) {
  .u-show-850-up {
    display: none !important;
  }
}

@media screen and (min-width: 860px) {
  .u-show-860 {
    display: none !important;
  }
}

@media screen and (max-width: 859px) {
  .u-show-860-up {
    display: none !important;
  }
}

@media screen and (min-width: 870px) {
  .u-show-870 {
    display: none !important;
  }
}

@media screen and (max-width: 869px) {
  .u-show-870-up {
    display: none !important;
  }
}

@media screen and (min-width: 880px) {
  .u-show-880 {
    display: none !important;
  }
}

@media screen and (max-width: 879px) {
  .u-show-880-up {
    display: none !important;
  }
}

@media screen and (min-width: 890px) {
  .u-show-890 {
    display: none !important;
  }
}

@media screen and (max-width: 889px) {
  .u-show-890-up {
    display: none !important;
  }
}

@media screen and (min-width: 900px) {
  .u-show-900 {
    display: none !important;
  }
}

@media screen and (max-width: 899px) {
  .u-show-900-up {
    display: none !important;
  }
}

@media screen and (min-width: 910px) {
  .u-show-910 {
    display: none !important;
  }
}

@media screen and (max-width: 909px) {
  .u-show-910-up {
    display: none !important;
  }
}

@media screen and (min-width: 920px) {
  .u-show-920 {
    display: none !important;
  }
}

@media screen and (max-width: 919px) {
  .u-show-920-up {
    display: none !important;
  }
}

@media screen and (min-width: 930px) {
  .u-show-930 {
    display: none !important;
  }
}

@media screen and (max-width: 929px) {
  .u-show-930-up {
    display: none !important;
  }
}

@media screen and (min-width: 940px) {
  .u-show-940 {
    display: none !important;
  }
}

@media screen and (max-width: 939px) {
  .u-show-940-up {
    display: none !important;
  }
}

@media screen and (min-width: 950px) {
  .u-show-950 {
    display: none !important;
  }
}

@media screen and (max-width: 949px) {
  .u-show-950-up {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .u-show-960 {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .u-show-960-up {
    display: none !important;
  }
}

@media screen and (min-width: 970px) {
  .u-show-970 {
    display: none !important;
  }
}

@media screen and (max-width: 969px) {
  .u-show-970-up {
    display: none !important;
  }
}

@media screen and (min-width: 980px) {
  .u-show-980 {
    display: none !important;
  }
}

@media screen and (max-width: 979px) {
  .u-show-980-up {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .u-show-990 {
    display: none !important;
  }
}

@media screen and (max-width: 989px) {
  .u-show-990-up {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .u-show-1000 {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .u-show-1000-up {
    display: none !important;
  }
}

@media screen and (min-width: 1010px) {
  .u-show-1010 {
    display: none !important;
  }
}

@media screen and (max-width: 1009px) {
  .u-show-1010-up {
    display: none !important;
  }
}

@media screen and (min-width: 1020px) {
  .u-show-1020 {
    display: none !important;
  }
}

@media screen and (max-width: 1019px) {
  .u-show-1020-up {
    display: none !important;
  }
}

@media screen and (min-width: 1030px) {
  .u-show-1030 {
    display: none !important;
  }
}

@media screen and (max-width: 1029px) {
  .u-show-1030-up {
    display: none !important;
  }
}

@media screen and (min-width: 1040px) {
  .u-show-1040 {
    display: none !important;
  }
}

@media screen and (max-width: 1039px) {
  .u-show-1040-up {
    display: none !important;
  }
}

@media screen and (min-width: 1050px) {
  .u-show-1050 {
    display: none !important;
  }
}

@media screen and (max-width: 1049px) {
  .u-show-1050-up {
    display: none !important;
  }
}

@media screen and (min-width: 1060px) {
  .u-show-1060 {
    display: none !important;
  }
}

@media screen and (max-width: 1059px) {
  .u-show-1060-up {
    display: none !important;
  }
}

@media screen and (min-width: 1070px) {
  .u-show-1070 {
    display: none !important;
  }
}

@media screen and (max-width: 1069px) {
  .u-show-1070-up {
    display: none !important;
  }
}

@media screen and (min-width: 1080px) {
  .u-show-1080 {
    display: none !important;
  }
}

@media screen and (max-width: 1079px) {
  .u-show-1080-up {
    display: none !important;
  }
}

@media screen and (min-width: 1090px) {
  .u-show-1090 {
    display: none !important;
  }
}

@media screen and (max-width: 1089px) {
  .u-show-1090-up {
    display: none !important;
  }
}

@media screen and (min-width: 1100px) {
  .u-show-1100 {
    display: none !important;
  }
}

@media screen and (max-width: 1099px) {
  .u-show-1100-up {
    display: none !important;
  }
}

@media screen and (min-width: 1110px) {
  .u-show-1110 {
    display: none !important;
  }
}

@media screen and (max-width: 1109px) {
  .u-show-1110-up {
    display: none !important;
  }
}

@media screen and (min-width: 1120px) {
  .u-show-1120 {
    display: none !important;
  }
}

@media screen and (max-width: 1119px) {
  .u-show-1120-up {
    display: none !important;
  }
}

@media screen and (min-width: 1130px) {
  .u-show-1130 {
    display: none !important;
  }
}

@media screen and (max-width: 1129px) {
  .u-show-1130-up {
    display: none !important;
  }
}

@media screen and (min-width: 1140px) {
  .u-show-1140 {
    display: none !important;
  }
}

@media screen and (max-width: 1139px) {
  .u-show-1140-up {
    display: none !important;
  }
}

@media screen and (min-width: 1150px) {
  .u-show-1150 {
    display: none !important;
  }
}

@media screen and (max-width: 1149px) {
  .u-show-1150-up {
    display: none !important;
  }
}

@media screen and (min-width: 1160px) {
  .u-show-1160 {
    display: none !important;
  }
}

@media screen and (max-width: 1159px) {
  .u-show-1160-up {
    display: none !important;
  }
}

@media screen and (min-width: 1170px) {
  .u-show-1170 {
    display: none !important;
  }
}

@media screen and (max-width: 1169px) {
  .u-show-1170-up {
    display: none !important;
  }
}

@media screen and (min-width: 1180px) {
  .u-show-1180 {
    display: none !important;
  }
}

@media screen and (max-width: 1179px) {
  .u-show-1180-up {
    display: none !important;
  }
}

@media screen and (min-width: 1190px) {
  .u-show-1190 {
    display: none !important;
  }
}

@media screen and (max-width: 1189px) {
  .u-show-1190-up {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-show-1200 {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .u-show-1200-up {
    display: none !important;
  }
}

@media screen and (min-width: 1210px) {
  .u-show-1210 {
    display: none !important;
  }
}

@media screen and (max-width: 1209px) {
  .u-show-1210-up {
    display: none !important;
  }
}

@media screen and (min-width: 1220px) {
  .u-show-1220 {
    display: none !important;
  }
}

@media screen and (max-width: 1219px) {
  .u-show-1220-up {
    display: none !important;
  }
}

@media screen and (min-width: 1230px) {
  .u-show-1230 {
    display: none !important;
  }
}

@media screen and (max-width: 1229px) {
  .u-show-1230-up {
    display: none !important;
  }
}

@media screen and (min-width: 1240px) {
  .u-show-1240 {
    display: none !important;
  }
}

@media screen and (max-width: 1239px) {
  .u-show-1240-up {
    display: none !important;
  }
}

@media screen and (min-width: 1250px) {
  .u-show-1250 {
    display: none !important;
  }
}

@media screen and (max-width: 1249px) {
  .u-show-1250-up {
    display: none !important;
  }
}

@media screen and (min-width: 1260px) {
  .u-show-1260 {
    display: none !important;
  }
}

@media screen and (max-width: 1259px) {
  .u-show-1260-up {
    display: none !important;
  }
}

@media screen and (min-width: 1270px) {
  .u-show-1270 {
    display: none !important;
  }
}

@media screen and (max-width: 1269px) {
  .u-show-1270-up {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .u-show-1280 {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .u-show-1280-up {
    display: none !important;
  }
}

@media screen and (min-width: 1290px) {
  .u-show-1290 {
    display: none !important;
  }
}

@media screen and (max-width: 1289px) {
  .u-show-1290-up {
    display: none !important;
  }
}

@media screen and (min-width: 1300px) {
  .u-show-1300 {
    display: none !important;
  }
}

@media screen and (max-width: 1299px) {
  .u-show-1300-up {
    display: none !important;
  }
}

@media screen and (min-width: 1310px) {
  .u-show-1310 {
    display: none !important;
  }
}

@media screen and (max-width: 1309px) {
  .u-show-1310-up {
    display: none !important;
  }
}

@media screen and (min-width: 1320px) {
  .u-show-1320 {
    display: none !important;
  }
}

@media screen and (max-width: 1319px) {
  .u-show-1320-up {
    display: none !important;
  }
}

@media screen and (min-width: 1330px) {
  .u-show-1330 {
    display: none !important;
  }
}

@media screen and (max-width: 1329px) {
  .u-show-1330-up {
    display: none !important;
  }
}

@media screen and (min-width: 1340px) {
  .u-show-1340 {
    display: none !important;
  }
}

@media screen and (max-width: 1339px) {
  .u-show-1340-up {
    display: none !important;
  }
}

@media screen and (min-width: 1350px) {
  .u-show-1350 {
    display: none !important;
  }
}

@media screen and (max-width: 1349px) {
  .u-show-1350-up {
    display: none !important;
  }
}

@media screen and (min-width: 1360px) {
  .u-show-1360 {
    display: none !important;
  }
}

@media screen and (max-width: 1359px) {
  .u-show-1360-up {
    display: none !important;
  }
}

@media screen and (min-width: 1370px) {
  .u-show-1370 {
    display: none !important;
  }
}

@media screen and (max-width: 1369px) {
  .u-show-1370-up {
    display: none !important;
  }
}

@media screen and (min-width: 1380px) {
  .u-show-1380 {
    display: none !important;
  }
}

@media screen and (max-width: 1379px) {
  .u-show-1380-up {
    display: none !important;
  }
}

@media screen and (min-width: 1390px) {
  .u-show-1390 {
    display: none !important;
  }
}

@media screen and (max-width: 1389px) {
  .u-show-1390-up {
    display: none !important;
  }
}

@media screen and (min-width: 1400px) {
  .u-show-1400 {
    display: none !important;
  }
}

@media screen and (max-width: 1399px) {
  .u-show-1400-up {
    display: none !important;
  }
}

@media screen and (min-width: 1410px) {
  .u-show-1410 {
    display: none !important;
  }
}

@media screen and (max-width: 1409px) {
  .u-show-1410-up {
    display: none !important;
  }
}

@media screen and (min-width: 1420px) {
  .u-show-1420 {
    display: none !important;
  }
}

@media screen and (max-width: 1419px) {
  .u-show-1420-up {
    display: none !important;
  }
}

@media screen and (min-width: 1430px) {
  .u-show-1430 {
    display: none !important;
  }
}

@media screen and (max-width: 1429px) {
  .u-show-1430-up {
    display: none !important;
  }
}

@media screen and (min-width: 1440px) {
  .u-show-1440 {
    display: none !important;
  }
}

@media screen and (max-width: 1439px) {
  .u-show-1440-up {
    display: none !important;
  }
}

@media screen and (min-width: 1450px) {
  .u-show-1450 {
    display: none !important;
  }
}

@media screen and (max-width: 1449px) {
  .u-show-1450-up {
    display: none !important;
  }
}

@media screen and (min-width: 1460px) {
  .u-show-1460 {
    display: none !important;
  }
}

@media screen and (max-width: 1459px) {
  .u-show-1460-up {
    display: none !important;
  }
}

@media screen and (min-width: 1470px) {
  .u-show-1470 {
    display: none !important;
  }
}

@media screen and (max-width: 1469px) {
  .u-show-1470-up {
    display: none !important;
  }
}

@media screen and (min-width: 1480px) {
  .u-show-1480 {
    display: none !important;
  }
}

@media screen and (max-width: 1479px) {
  .u-show-1480-up {
    display: none !important;
  }
}

@media screen and (min-width: 1490px) {
  .u-show-1490 {
    display: none !important;
  }
}

@media screen and (max-width: 1489px) {
  .u-show-1490-up {
    display: none !important;
  }
}

@media screen and (min-width: 1500px) {
  .u-show-1500 {
    display: none !important;
  }
}

@media screen and (max-width: 1499px) {
  .u-show-1500-up {
    display: none !important;
  }
}

@media screen and (min-width: 1510px) {
  .u-show-1510 {
    display: none !important;
  }
}

@media screen and (max-width: 1509px) {
  .u-show-1510-up {
    display: none !important;
  }
}

@media screen and (min-width: 1520px) {
  .u-show-1520 {
    display: none !important;
  }
}

@media screen and (max-width: 1519px) {
  .u-show-1520-up {
    display: none !important;
  }
}

@media screen and (min-width: 1530px) {
  .u-show-1530 {
    display: none !important;
  }
}

@media screen and (max-width: 1529px) {
  .u-show-1530-up {
    display: none !important;
  }
}

@media screen and (min-width: 1540px) {
  .u-show-1540 {
    display: none !important;
  }
}

@media screen and (max-width: 1539px) {
  .u-show-1540-up {
    display: none !important;
  }
}

@media screen and (min-width: 1550px) {
  .u-show-1550 {
    display: none !important;
  }
}

@media screen and (max-width: 1549px) {
  .u-show-1550-up {
    display: none !important;
  }
}

@media screen and (min-width: 1560px) {
  .u-show-1560 {
    display: none !important;
  }
}

@media screen and (max-width: 1559px) {
  .u-show-1560-up {
    display: none !important;
  }
}

@media screen and (min-width: 1570px) {
  .u-show-1570 {
    display: none !important;
  }
}

@media screen and (max-width: 1569px) {
  .u-show-1570-up {
    display: none !important;
  }
}

@media screen and (min-width: 1580px) {
  .u-show-1580 {
    display: none !important;
  }
}

@media screen and (max-width: 1579px) {
  .u-show-1580-up {
    display: none !important;
  }
}

@media screen and (min-width: 1590px) {
  .u-show-1590 {
    display: none !important;
  }
}

@media screen and (max-width: 1589px) {
  .u-show-1590-up {
    display: none !important;
  }
}

@media screen and (min-width: 1600px) {
  .u-show-1600 {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .u-show-1600-up {
    display: none !important;
  }
}

@media screen and (min-width: 1610px) {
  .u-show-1610 {
    display: none !important;
  }
}

@media screen and (max-width: 1609px) {
  .u-show-1610-up {
    display: none !important;
  }
}

@media screen and (min-width: 1620px) {
  .u-show-1620 {
    display: none !important;
  }
}

@media screen and (max-width: 1619px) {
  .u-show-1620-up {
    display: none !important;
  }
}

@media screen and (min-width: 1630px) {
  .u-show-1630 {
    display: none !important;
  }
}

@media screen and (max-width: 1629px) {
  .u-show-1630-up {
    display: none !important;
  }
}

@media screen and (min-width: 1640px) {
  .u-show-1640 {
    display: none !important;
  }
}

@media screen and (max-width: 1639px) {
  .u-show-1640-up {
    display: none !important;
  }
}

@media screen and (min-width: 1650px) {
  .u-show-1650 {
    display: none !important;
  }
}

@media screen and (max-width: 1649px) {
  .u-show-1650-up {
    display: none !important;
  }
}

@media screen and (min-width: 1660px) {
  .u-show-1660 {
    display: none !important;
  }
}

@media screen and (max-width: 1659px) {
  .u-show-1660-up {
    display: none !important;
  }
}

@media screen and (min-width: 1670px) {
  .u-show-1670 {
    display: none !important;
  }
}

@media screen and (max-width: 1669px) {
  .u-show-1670-up {
    display: none !important;
  }
}

@media screen and (min-width: 1680px) {
  .u-show-1680 {
    display: none !important;
  }
}

@media screen and (max-width: 1679px) {
  .u-show-1680-up {
    display: none !important;
  }
}

@media screen and (min-width: 1690px) {
  .u-show-1690 {
    display: none !important;
  }
}

@media screen and (max-width: 1689px) {
  .u-show-1690-up {
    display: none !important;
  }
}

@media screen and (min-width: 1700px) {
  .u-show-1700 {
    display: none !important;
  }
}

@media screen and (max-width: 1699px) {
  .u-show-1700-up {
    display: none !important;
  }
}

@media screen and (min-width: 1710px) {
  .u-show-1710 {
    display: none !important;
  }
}

@media screen and (max-width: 1709px) {
  .u-show-1710-up {
    display: none !important;
  }
}

@media screen and (min-width: 1720px) {
  .u-show-1720 {
    display: none !important;
  }
}

@media screen and (max-width: 1719px) {
  .u-show-1720-up {
    display: none !important;
  }
}

@media screen and (min-width: 1730px) {
  .u-show-1730 {
    display: none !important;
  }
}

@media screen and (max-width: 1729px) {
  .u-show-1730-up {
    display: none !important;
  }
}

@media screen and (min-width: 1740px) {
  .u-show-1740 {
    display: none !important;
  }
}

@media screen and (max-width: 1739px) {
  .u-show-1740-up {
    display: none !important;
  }
}

@media screen and (min-width: 1750px) {
  .u-show-1750 {
    display: none !important;
  }
}

@media screen and (max-width: 1749px) {
  .u-show-1750-up {
    display: none !important;
  }
}

@media screen and (min-width: 1760px) {
  .u-show-1760 {
    display: none !important;
  }
}

@media screen and (max-width: 1759px) {
  .u-show-1760-up {
    display: none !important;
  }
}

@media screen and (min-width: 1770px) {
  .u-show-1770 {
    display: none !important;
  }
}

@media screen and (max-width: 1769px) {
  .u-show-1770-up {
    display: none !important;
  }
}

@media screen and (min-width: 1780px) {
  .u-show-1780 {
    display: none !important;
  }
}

@media screen and (max-width: 1779px) {
  .u-show-1780-up {
    display: none !important;
  }
}

@media screen and (min-width: 1790px) {
  .u-show-1790 {
    display: none !important;
  }
}

@media screen and (max-width: 1789px) {
  .u-show-1790-up {
    display: none !important;
  }
}

@media screen and (min-width: 1800px) {
  .u-show-1800 {
    display: none !important;
  }
}

@media screen and (max-width: 1799px) {
  .u-show-1800-up {
    display: none !important;
  }
}

@media screen and (min-width: 1810px) {
  .u-show-1810 {
    display: none !important;
  }
}

@media screen and (max-width: 1809px) {
  .u-show-1810-up {
    display: none !important;
  }
}

@media screen and (min-width: 1820px) {
  .u-show-1820 {
    display: none !important;
  }
}

@media screen and (max-width: 1819px) {
  .u-show-1820-up {
    display: none !important;
  }
}

@media screen and (min-width: 1830px) {
  .u-show-1830 {
    display: none !important;
  }
}

@media screen and (max-width: 1829px) {
  .u-show-1830-up {
    display: none !important;
  }
}

@media screen and (min-width: 1840px) {
  .u-show-1840 {
    display: none !important;
  }
}

@media screen and (max-width: 1839px) {
  .u-show-1840-up {
    display: none !important;
  }
}

@media screen and (min-width: 1850px) {
  .u-show-1850 {
    display: none !important;
  }
}

@media screen and (max-width: 1849px) {
  .u-show-1850-up {
    display: none !important;
  }
}

@media screen and (min-width: 1860px) {
  .u-show-1860 {
    display: none !important;
  }
}

@media screen and (max-width: 1859px) {
  .u-show-1860-up {
    display: none !important;
  }
}

@media screen and (min-width: 1870px) {
  .u-show-1870 {
    display: none !important;
  }
}

@media screen and (max-width: 1869px) {
  .u-show-1870-up {
    display: none !important;
  }
}

@media screen and (min-width: 1880px) {
  .u-show-1880 {
    display: none !important;
  }
}

@media screen and (max-width: 1879px) {
  .u-show-1880-up {
    display: none !important;
  }
}

@media screen and (min-width: 1890px) {
  .u-show-1890 {
    display: none !important;
  }
}

@media screen and (max-width: 1889px) {
  .u-show-1890-up {
    display: none !important;
  }
}

@media screen and (min-width: 1900px) {
  .u-show-1900 {
    display: none !important;
  }
}

@media screen and (max-width: 1899px) {
  .u-show-1900-up {
    display: none !important;
  }
}

@media screen and (min-width: 1910px) {
  .u-show-1910 {
    display: none !important;
  }
}

@media screen and (max-width: 1909px) {
  .u-show-1910-up {
    display: none !important;
  }
}

@media screen and (min-width: 1920px) {
  .u-show-1920 {
    display: none !important;
  }
}

@media screen and (max-width: 1919px) {
  .u-show-1920-up {
    display: none !important;
  }
}

@media screen and (min-width: 1930px) {
  .u-show-1930 {
    display: none !important;
  }
}

@media screen and (max-width: 1929px) {
  .u-show-1930-up {
    display: none !important;
  }
}

@media screen and (min-width: 1940px) {
  .u-show-1940 {
    display: none !important;
  }
}

@media screen and (max-width: 1939px) {
  .u-show-1940-up {
    display: none !important;
  }
}

@media screen and (min-width: 1950px) {
  .u-show-1950 {
    display: none !important;
  }
}

@media screen and (max-width: 1949px) {
  .u-show-1950-up {
    display: none !important;
  }
}

@media screen and (min-width: 1960px) {
  .u-show-1960 {
    display: none !important;
  }
}

@media screen and (max-width: 1959px) {
  .u-show-1960-up {
    display: none !important;
  }
}

@media screen and (min-width: 1970px) {
  .u-show-1970 {
    display: none !important;
  }
}

@media screen and (max-width: 1969px) {
  .u-show-1970-up {
    display: none !important;
  }
}

@media screen and (min-width: 1980px) {
  .u-show-1980 {
    display: none !important;
  }
}

@media screen and (max-width: 1979px) {
  .u-show-1980-up {
    display: none !important;
  }
}

@media screen and (min-width: 1990px) {
  .u-show-1990 {
    display: none !important;
  }
}

@media screen and (max-width: 1989px) {
  .u-show-1990-up {
    display: none !important;
  }
}

@media screen and (min-width: 2000px) {
  .u-show-2000 {
    display: none !important;
  }
}

@media screen and (max-width: 1999px) {
  .u-show-2000-up {
    display: none !important;
  }
}
/*# sourceMappingURL=maps/style.css.map */
