@charset "UTF-8";@import 'https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Montserrat:wght@100..900&display=swap';*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.collapse {
  visibility: collapse;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[36px\] {
  margin-bottom: 36px;
}
.mb-\[44px\] {
  margin-bottom: 44px;
}
.mb-\[46px\] {
  margin-bottom: 46px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[13px\] {
  margin-top: 13px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.table {
  display: table;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[582px\] {
  width: 582px;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-full {
  max-width: 100%;
}
.resize {
  resize: both;
}
.p-4 {
  padding: 1rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
@media (min-width: 768px) {

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-\[24px\] {
    margin-bottom: 24px;
  }

  .md\:mb-\[25px\] {
    margin-bottom: 25px;
  }

  .md\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .md\:mt-\[100px\] {
    margin-top: 100px;
  }

  .md\:mt-\[110px\] {
    margin-top: 110px;
  }

  .md\:mt-\[45px\] {
    margin-top: 45px;
  }

  .md\:mt-\[60px\] {
    margin-top: 60px;
  }

  .md\:mt-\[64px\] {
    margin-top: 64px;
  }

  .md\:mt-\[85px\] {
    margin-top: 85px;
  }

  .md\:inline {
    display: inline;
  }

  .md\:hidden {
    display: none;
  }
}


/* ================================================================================
// FONT
/*============================================================================== */
/* Media Query
-------------------------------------------------- */
/* Hover
-------------------------------------------------- */
/* Transition
-------------------------------------------------- */
/* max-width Contents
-------------------------------------------------- */
/* 中央配置 FLEX
-------------------------------------------------- */
/* 中央配置 position
-------------------------------------------------- */
/* target="_blank"
-------------------------------------------------- */
/* font-family
-------------------------------------------------- */
/* font-size (rem)
-------------------------------------------------- */
/* Color
-------------------------------------------------- */
/* ================================================================================
// SIZE
/*============================================================================== */
/* Contents Size
-------------------------------------------------- */
/* vw
-------------------------------------------------- */
/* SP svh
-------------------------------------------------- */
/* percent
-------------------------------------------------- */
/* --------------------------------------------------
// Random
-------------------------------------------------- */
/* ================================================================================
// OTHER
/*============================================================================== */
/* easing
-------------------------------------------------- */
:root {
  --header-height: 90px;
  --scrollbar-width: 0px;
  --side-margin: 24px;
  scroll-padding-top: var(--header-height, 0);
}
@media screen and (min-width: 768px) {
  :root {
    --header-height: 120px;
  }
}
html,
body {
  min-height: 100vh;
}
html {
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}
body {
  font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  background: #fff;
  color: #333;
  min-width: 320px;
  width: 100%;
  margin: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  padding-right: var(--scrollbar-width);
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body.is-locked {
  height: 100%;
  overflow: hidden;
}
body:has(.l-contents__body.-environment) {
  --category-color: #5CAB4D;
  --category-mid-color: #ADD5A6;
  --category-light-color: #EFF7ED;
}
body:has(.l-contents__body.-region) {
  --category-color: #357FD5;
  --category-mid-color: #9ABFEA;
  --category-light-color: #EBF2FB;
}
body:has(.l-contents__body.-life) {
  --category-color: #F5A200;
  --category-mid-color: #FAD180;
  --category-light-color: #FEF6E5;
}
body:has(.l-contents__body.-employee) {
  --category-color: #E263AA;
  --category-mid-color: #F1B1D4;
  --category-light-color: #FCEFF6;
}
li {
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
em {
  font-style: normal;
  font-weight: 700;
}
strong {
  font-weight: 700;
}
sup {
  font-size: 80%;
}
i {
  font-style: italic;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}
p,
ul,
ol,
dl,
dt,
dd,
table,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
form {
  margin: 0;
  padding: 0;
}
dfn,
cite {
  font-style: normal;
}
small {
  font-size: 1.2rem;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
input:not([type=checkbox], [type=radio], [type=number]),
select,
button,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", Meiryo, sans-serif;
  color: #333;
}
input[type=number] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
input[type=reset],
input[type=image],
input[type=submit],
input[type=button],
button,
select {
  cursor: pointer;
}
button {
  background: none;
  border-radius: 0;
  border: 0;
  padding: 0;
  line-height: 1.4;
}
select::-ms-expand {
  display: none;
}
::-moz-placeholder {
  color: rgba(51, 51, 51, 0.62);
  opacity: 1;
}
::placeholder {
  color: rgba(51, 51, 51, 0.62);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-contents {
    padding-top: 65px;
  }
}
.collapse {
  visibility: visible !important;
}
.footer {
  z-index: 0;
}
.l-header {
  width: 100%;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
.l-header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: var(--header-height);
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    height: var(--header-height);
    padding: 0 40px;
  }
}
.l-header__logo {
  width: 150px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 210px;
  }
}
.l-header__title {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .l-header__title {
    font-size: 2rem;
    margin-top: 7px;
  }
}
.l-kv {
  position: relative;
}
.l-kv__link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 160px;
  padding: 0 min(8.3333333333%, 120px);
}
@media screen and (min-width: 768px) {
  .l-kv__link {
    height: 200px;
  }
}
.l-kv__title {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  width: 100%;
  max-width: 718px;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  z-index: 1;
}
.l-kv__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
  position: absolute;
  top: 0;
  left: 0;
}
.l-menu {
  max-width: 100%;
  width: 387px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 1002;
  translate: 100% 0;
  transition-property: translate;
  transition: 0.3s ease-in-out;
}
.l-menu.is-open {
  translate: 0 0;
}
.l-menu__inner {
  height: 100%;
  padding: 130px 50px;
  overflow: auto;
}
.l-menu__list {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
.l-menu__item {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-menu__item {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
.l-menu__item.is-current::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #E60012;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: -22px;
}
@media screen and (min-width: 768px) {
  .l-menu__item.is-current::before {
    top: 10px;
  }
}
.l-menu__link {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-menu__link {
    font-size: 1.8rem;
  }
}
.l-menuButton {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 1003;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-menuButton {
    top: 30px;
    right: 40px;
  }
}
@keyframes scroll {
  0% {
    translate: 0 0;
  }
  38% {
    translate: 0 -15px;
  }
  60% {
    translate: 0 0;
  }
  100% {
    translate: 0 0;
  }
}
.l-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1004;
}
.l-modal__element {
  max-width: 990px;
  width: calc(100% - 32px);
  max-height: calc(100% - 64px);
  position: relative;
}
.l-modal__element.-contain {
  display: flex;
  justify-content: center;
}
.l-modal__element.is-fullHeight {
  height: 100%;
}
.l-modal__imgWrap {
  max-width: calc(100% - 32px);
  width: -moz-max-content;
  width: max-content;
  max-height: calc(100vh - 64px);
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
.l-modal__imgWrap > img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
  height: 100%;
}
.l-modal__wrapper {
  height: 100%;
  overflow: auto;
  scrollbar-width: 0;
  border-radius: 8px;
}
.l-modal__wrapper::-webkit-scrollbar {
  display: none;
}
.l-modal__contents {
  background-color: #fff;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .l-modal__contents {
    padding-bottom: 0;
  }
}
.l-modal__header {
  padding: 24px;
  background-color: var(--category-light-color);
}
@media screen and (min-width: 768px) {
  .l-modal__header {
    padding: 50px 80px;
  }
}
.l-modal__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-modal__title {
    font-size: 2.4rem;
  }
}
.l-modal__prop {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
}
.l-modal__propItem {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  padding: 5px 15px;
  border-radius: 100vmax;
  background-color: var(--category-color);
}
.l-modal__body {
  padding: 24px 24px 0;
}
@media screen and (min-width: 768px) {
  .l-modal__body {
    padding: 70px;
  }
  .l-modal__section {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
  }
}
.l-modal__section + .l-modal__section {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #eee;
}
@media screen and (min-width: 768px) {
  .l-modal__section.-col1 {
    flex-flow: column nowrap;
    align-items: center;
  }
}
.l-modal__textarea {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-modal__textarea {
    font-size: 1.6rem;
  }
}
.l-modal__textarea p {
  margin-top: 16px;
}
.l-modal__hdl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-left: 12px;
  border-left: solid 5px var(--category-mid-color);
}
.l-modal__imgarea {
  width: 81.4%;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .l-modal__imgarea {
    margin: 24px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .l-modal__imgarea {
    width: 264px;
    flex-shrink: 0;
  }
}
.l-modal__imgarea img {
  width: 100%;
  margin: 0 auto;
}
.l-modal__imgarea img + img {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-modal__section.-col1 .l-modal__imgarea {
    width: 66.667%;
    max-width: 552px;
  }
}
.l-modal__scroll {
  display: none;
  width: 11px;
  position: absolute;
  bottom: 16px;
  right: 8px;
  animation: scroll infinite 1.5s ease;
}
@media screen and (min-width: 768px) {
  .l-modal__scroll {
    width: 13px;
    bottom: 35px;
    right: 25px;
  }
}
.l-modal__element.is-fullHeight .l-modal__scroll {
  display: block;
}
.l-modal__button {
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 1;
}
.l-modal__button::before, .l-modal__button::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: auto;
  position: absolute;
  inset: 0;
}
.l-modal__button::before {
  rotate: 45deg;
}
.l-modal__button::after {
  rotate: -45deg;
}
.l-modal__close {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 28px auto 0;
  padding-left: 22px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-modal__close {
    display: none;
  }
}
.l-modal__close::before, .l-modal__close::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 11px;
  left: 0;
}
.l-modal__close::before {
  rotate: 45deg;
}
.l-modal__close::after {
  rotate: -45deg;
}
.l-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.l-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.c-box {
  padding: 22px 22px 34px;
  border-radius: 5px;
  border: 1px solid #DADADA;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
  .c-box {
    padding: 30px 30px 50px;
  }
}
.c-button {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #5CAB4D;
  width: 100%;
  max-width: 260px;
  padding: 5px 20px;
  background-color: #fff;
  border: solid 2px #DADADA;
  border-radius: 100vmax;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.08);
  position: relative;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-button {
    font-size: 1.9rem;
    padding: 14px 20px;
  }
}
.c-button::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  background-color: currentcolor;
  -webkit-mask-image: url("/sustainability/assets/img/ico_angle.svg");
          mask-image: url("/sustainability/assets/img/ico_angle.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}
@media (any-hover: hover) {
  .c-button:hover {
    color: #4A893E;
  }
}
.c-button.-thin {
  font-size: 1.4rem;
  max-width: 283px;
  padding: 5px 20px;
  background-color: #F4FBF7;
}
@media screen and (min-width: 768px) {
  .c-button.-thin {
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  .c-button.-thin:hover {
    background-color: #DFF3E7;
  }
}
.c-button.-sm {
  font-size: 1.4rem;
  max-width: 192px;
  padding: 5px 20px;
}
@media screen and (min-width: 768px) {
  .c-button.-sm {
    font-size: 1.6rem;
  }
}
.c-button.-sm::after {
  width: 14px;
  height: 14px;
  right: 12px;
}
.c-button.-lg {
  font-size: 2.3rem;
  max-width: 365px;
  padding: 21px 20px;
}
.c-button.-lg::after {
  right: 28px;
}
.c-button.-green {
  color: #fff;
  background-color: #5CAB4D;
}
@media (any-hover: hover) {
  .c-button.-green:hover {
    background-color: #4A893E;
  }
}
.c-button.-blue {
  color: #357FD5;
  background-color: #F2F8FE;
}
@media (any-hover: hover) {
  .c-button.-blue:hover {
    background-color: #D9E9FD;
  }
}
.c-button.-category {
  color: var(--category-color);
}
@media (any-hover: hover) {
  .c-button.-category:hover {
    color: color-mix(in srgb, var(--category-color) 62%, black 38%);
  }
}
.c-button.-anchor::after {
  -webkit-mask-image: url("/sustainability/assets/img/ico_anchor.svg");
          mask-image: url("/sustainability/assets/img/ico_anchor.svg");
}
.c-button.-fit {
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 45px;
}
.c-button.-fit::after {
  right: 15px;
}
.c-button[target=_blank]::after {
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("/sustainability/assets/img/ico_external.svg");
          mask-image: url("/sustainability/assets/img/ico_external.svg");
}
.c-column-img {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  gap: 15px 0;
}
@media screen and (min-width: 768px) {
  .c-column-img {
    grid-template: "text img" auto/2fr 1fr;
    gap: 0 15px;
  }
  .c-column-img__textarea {
    min-width: 0;
    grid-area: text;
  }
  .c-column-img__imgarea {
    min-width: 0;
    grid-area: img;
  }
}
.c-column-img__imgarea img {
  width: 100%;
}
.c-column-img.-reverse {
  grid-template: "img text" auto/1fr 2fr;
}
.c-dl-num {
  counter-reset: dlnum;
}
.c-dl-num__item {
  counter-increment: dlnum;
  padding-left: 28px;
}
.c-dl-num__item:not(:first-child) {
  margin-top: 13px;
}
.c-dl-num__term {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.45;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-dl-num__term {
    font-size: 1.8rem;
  }
}
.c-dl-num__term::before {
  content: counter(dlnum) ".";
  position: absolute;
  top: 0;
  left: -28px;
}
.c-dl-num__description {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-dl-num__description {
    font-size: 1.6rem;
  }
}
.c-heading.-lv1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 10px 24px 10px 36px;
  background-color: #eee;
  position: relative;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, #DADADA 2px, #DADADA 4px), repeating-linear-gradient(90deg, transparent, transparent 2px, #DADADA 2px, #DADADA 4px);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: left 0 top 3px, left 0 bottom 3px;
}
@media screen and (min-width: 768px) {
  .c-heading.-lv1 {
    font-size: 2.8rem;
    padding: 14px 24px 14px 55px;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 5px, #DADADA 5px, #DADADA 8px), repeating-linear-gradient(90deg, transparent, transparent 5px, #DADADA 5px, #DADADA 8px);
  }
}
.c-heading.-lv1::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 21px;
  left: 16px;
}
@media screen and (min-width: 768px) {
  .c-heading.-lv1::before {
    width: 10px;
    height: 10px;
    top: 30px;
    left: 25px;
  }
}
.c-heading.-lv1.-category::before {
  background-color: var(--category-color);
}
.c-heading.-lv2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 14px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-heading.-lv2 {
    font-size: 1.8rem;
    padding-left: 20px;
  }
}
.c-heading.-lv2::before {
  content: "";
  display: block;
  width: 4px;
  height: 22px;
  background-color: #333;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-heading.-lv2::before {
    width: 5px;
    height: 30px;
  }
}
.c-heading.-lv2.-category::before {
  background-color: var(--category-color);
}
.c-heading-center {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-heading-center {
    font-size: 2.2rem;
  }
}
.c-heading-center > span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.c-heading-center::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #DADADA;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.c-icon.-external::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -3px;
  margin: 0 0.5em;
  background-color: currentcolor;
  -webkit-mask-image: url("/sustainability/assets/img/ico_external.svg");
          mask-image: url("/sustainability/assets/img/ico_external.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  box-sizing: border-box;
}
.c-link {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .c-link:hover {
    text-decoration: none;
  }
}
.c-link[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: -2px;
  width: 1em;
  height: 1em;
  margin: 0 0.25em;
  background-color: currentcolor;
  -webkit-mask-image: url("/sustainability/assets/img/ico_external.svg");
          mask-image: url("/sustainability/assets/img/ico_external.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-link-arrow {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 36px;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-link-arrow {
    font-size: 1.8rem;
  }
}
.c-link-arrow::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("/sustainability/assets/img/ico_angle_curcle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-link-arrow::before {
    top: 5px;
  }
}
@media (any-hover: hover) {
  .c-link-arrow:hover {
    opacity: 0.7;
  }
}
.c-link-arrow[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: -2px;
  width: 1em;
  height: 1em;
  margin: 0 0.25em;
  background-color: currentcolor;
  -webkit-mask-image: url("/sustainability/assets/img/ico_external.svg");
          mask-image: url("/sustainability/assets/img/ico_external.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-list {
  padding-left: 1em;
}
.c-list > li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.c-list-atten {
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-left: 1em;
}
.c-list-atten > li::before {
  content: "※";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ol.c-list-atten {
  counter-reset: atten;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-left: 3em;
}
ol.c-list-atten > li {
  counter-increment: atten;
}
ol.c-list-atten > li::before {
  content: "※" counter(atten);
  display: inline-block;
  width: 3em;
  margin-left: -3em;
}
.c-table {
  border-collapse: collapse;
  table-layout: fixed;
}
.c-table__slash {
  width: 100%;
  height: 100%;
  position: relative;
}
.c-table__slashElement {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-table__text {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  max-width: calc(100% - 40px);
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c-table__text {
    font-size: 1.4rem;
  }
}
.c-table__text.-col {
  bottom: 2px;
  left: 4px;
}
@media screen and (min-width: 768px) {
  .c-table__text.-col {
    bottom: 14px;
    left: 20px;
  }
}
.c-table__text.-row {
  top: 2px;
  right: 4px;
}
@media screen and (min-width: 768px) {
  .c-table__text.-row {
    top: 14px;
    right: 20px;
  }
}
.c-table th,
.c-table td {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding: 10px 16px;
  border: solid 1px #333;
}
@media screen and (min-width: 768px) {
  .c-table th,
  .c-table td {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
}
.c-table th:first-child {
  width: 128px;
  background-color: #F9F9F9;
}
@media screen and (min-width: 768px) {
  .c-table th:first-child {
    width: 230px;
  }
}
tbody th {
  background-color: #F9F9F9;
}
.c-table caption {
  text-align: left;
  font-weight: 700;
}
.c-table.-roomy th,
.c-table.-roomy td {
  padding: 24px 16px;
}
@media screen and (min-width: 768px) {
  .c-table.-roomy th,
  .c-table.-roomy td {
    padding: 30px 40px;
  }
}
.c-table.-thin th,
.c-table.-thin td {
  font-size: 1.4rem;
  padding: 8px 16px;
}
@media screen and (min-width: 768px) {
  .c-table.-thin th,
  .c-table.-thin td {
    font-size: 1.6rem;
    padding: 10px 16px;
  }
}
.c-table-wrap {
  overflow-x: auto;
}
.c-table-wrap .c-table {
  min-width: 500px;
}
.c-text-note {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.c-text-atten {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-left: 1em;
}
.c-text-atten::before {
  content: "※";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.p-topAction {
  padding: 92px var(--side-margin);
  background-color: #F9F9F9;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-topAction {
    padding: 150px var(--side-margin);
  }
}
.p-topAction::before, .p-topAction::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200vw;
  height: 100%;
  background-color: #fff;
}
.p-topAction::before {
  clip-path: ellipse(40% 25% at 50% -20%);
}
@media screen and (min-width: 768px) {
  .p-topAction::before {
    clip-path: ellipse(31% 25% at 50% -15%);
  }
}
.p-topAction::after {
  clip-path: ellipse(40% 25% at 50% 120%);
}
@media screen and (min-width: 768px) {
  .p-topAction::after {
    clip-path: ellipse(31% 25% at 50% 115%);
  }
}
.p-topAction__title {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-topAction__title {
    font-size: 4.5rem;
  }
}
.p-topAction__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 14px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-topAction__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-topAction__item {
  min-width: 0;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.p-topAction__item img {
  width: 100%;
  position: relative;
}
@media (any-hover: hover) {
  .p-topAction__itemLink:hover::after {
    visibility: visible;
    opacity: 1;
  }
}
.p-topAction__itemLink::after {
  content: "Read more";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.p-topKv {
  width: 100%;
  background-color: #05A5B7;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topKv {
    min-height: 177.81vw;
    height: calc(100svh - var(--header-height));
  }
}
@media screen and (min-width: 768px) {
  .p-topKv {
    height: auto;
    aspect-ratio: 1440/670;
  }
}
.p-topKv__title {
  width: 76.7441860465vw;
  aspect-ratio: 343/330;
  z-index: 4;
  opacity: 0;
  margin: auto;
  position: absolute;
  inset: 0;
}
@media screen and (min-width: 768px) {
  .p-topKv__title {
    width: 65.2777777778vw;
    aspect-ratio: 940/160;
  }
}
.p-topKv__title img {
  width: 100%;
}
.p-topKv__person {
  position: absolute;
  z-index: 2;
  opacity: 0;
}
.p-topKv__person img {
  width: 100%;
}
.p-topKv__person.-person1 {
  width: 24.8837209302vw;
  top: 3.3694344164svh;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-topKv__person.-person1 {
    width: 21.6666666667vw;
    top: 0;
    left: 0;
  }
}
.p-topKv__person.-person2 {
  width: 29.5348837209vw;
  top: 0;
  left: 21.6279069767vw;
}
@media screen and (min-width: 768px) {
  .p-topKv__person.-person2 {
    width: 14.5138888889vw;
    top: 0;
    left: 30.3472222222vw;
  }
}
.p-topKv__person.-person3 {
  width: 25.5813953488vw;
  top: 0;
  left: 59.5348837209vw;
}
@media screen and (min-width: 768px) {
  .p-topKv__person.-person3 {
    width: 10.1388888889vw;
    top: 0;
    left: 60.9722222222vw;
  }
}
.p-topKv__person.-person4 {
  width: 17.6744186047vw;
  top: 6.257521059svh;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-topKv__person.-person4 {
    width: 17.0138888889vw;
    top: 0;
    right: 0;
  }
}
.p-topKv__person.-person5 {
  width: 14.1860465116vw;
}
@media screen and (max-width: 767px) {
  .p-topKv__person.-person5 {
    top: 97.4418604651vw;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-topKv__person.-person5 {
    width: 18.1944444444vw;
    bottom: 0;
    left: 40.2083333333vw;
  }
}
.p-topKv__person.-person6 {
  width: 23.488372093vw;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-topKv__person.-person6 {
    width: 18.9583333333vw;
    bottom: 0;
    left: 0;
  }
}
.p-topKv__person.-person7 {
  width: 69.0697674419vw;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-topKv__person.-person7 {
    width: 31.7361111111vw;
  }
}
.p-topKv__orca {
  width: 19.3023255814vw;
  position: absolute;
  bottom: 17.6744186047vw;
  right: 23.9534883721vw;
  z-index: 3;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-topKv__orca {
    width: 12.8472222222vw;
    bottom: 10.1388888889vw;
    right: 11.9444444444vw;
  }
}
.p-topKv__front {
  position: absolute;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-topKv__front {
    display: none;
  }
}
.p-topKv__front.-top {
  width: 5.2777777778vw;
  top: 0;
}
.p-topKv__front.-bottom {
  width: 80.4861111111vw;
  bottom: 0;
}
.p-topKv__back {
  width: 100%;
  position: absolute;
  z-index: 0;
}
.p-topKv__back.-top {
  top: 0;
}
.p-topKv__back.-middle {
  margin: auto;
  top: 0;
  bottom: 0;
}
.p-topKv__back.-bottom {
  bottom: 0;
}
.p-topKv__float {
  display: none;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-topKv__float {
    display: block;
  }
}
.p-topKv__float.-bird1 {
  width: 2.7777777778vw;
  top: 19.5833333333vw;
  right: 6.4583333333vw;
}
.p-topKv__float.-bird2 {
  width: 3.4722222222vw;
  top: 11.0416666667vw;
  left: 73.4722222222vw;
}
.p-topKv__float.-butterfly {
  width: 2.4305555556vw;
  bottom: 12.3611111111vw;
  left: 62.0833333333vw;
}
.p-topKv__float.-airplane {
  width: 8.3333333333vw;
  bottom: 12.9166666667vw;
  left: 33.2638888889vw;
}
.p-topLead {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.74;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 88px var(--side-margin) 64px;
}
@media screen and (min-width: 768px) {
  .p-topLead {
    font-size: 2.2rem;
    padding: 100px var(--side-margin) 50px;
  }
}
.p-topPolicy {
  padding: 80px var(--side-margin) 0;
}
@media screen and (min-width: 768px) {
  .p-topPolicy {
    padding: 100px var(--side-margin) 0;
  }
}
.p-topPolicy__title {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-topPolicy__title {
    font-size: 4.5rem;
  }
}
.p-topPolicy__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  gap: 40px;
  max-width: 1130px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-topPolicy__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.p-topPolicy__item {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  height: 152px;
  border-radius: 10px;
  border: 2px solid #DADADA;
  box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-topPolicy__item {
    height: 200px;
  }
}
.p-topPolicy__item.-green {
  --policy-bg: #C9EBD6;
  --policy-bg-light: #E9F7EF;
}
.p-topPolicy__item.-blue {
  --policy-bg: #BFDBFB;
  --policy-bg-light: #E5F0FD;
}
.p-topPolicy__itemLink {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 24px;
  background-color: var(--policy-bg-light);
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-topPolicy__itemLink {
    gap: 22px;
  }
}
@media (any-hover: hover) {
  .p-topPolicy__itemLink:hover {
    background-color: var(--policy-bg);
  }
}
.p-topPolicy__itemName {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-topPolicy__itemName {
    font-size: 2.7rem;
  }
}
.p-topPolicy__itemTags {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .p-topPolicy__itemTags {
    gap: 5px;
  }
}
.p-topPolicy__itemTag {
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.05em;
  border-radius: 100vmax;
  background-color: #666;
  padding: 4px 12px;
}
@media screen and (min-width: 768px) {
  .p-topPolicy__itemTag {
    font-size: 1.4rem;
    padding: 6px 15px;
  }
}
.p-catContents {
  padding: 48px var(--side-margin) 0;
}
@media screen and (min-width: 768px) {
  .p-catContents {
    padding: 80px 120px 0;
  }
}
.p-catContents__list {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 30px;
}
@media screen and (min-width: 768px) {
  .p-catContents__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 40px;
  }
}
.p-catContents__item {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--category-color);
  min-width: 0;
  min-height: 88px;
  padding: 10px;
  border-radius: 10px;
  border: 3px solid var(--category-color);
  background-color: #F9F9F9;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.08);
  transition-property: background-color;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-catContents__item {
    font-size: 2rem;
    line-height: 1.7;
    min-height: 125px;
  }
}
@media (any-hover: hover) {
  .p-catContents__item:hover {
    color: #fff;
  }
  .p-catContents__item:hover::before {
    left: 0;
  }
  .p-catContents__item:hover::after {
    right: 0;
  }
}
.p-catContents__item::before, .p-catContents__item::after {
  content: "";
  display: none;
  width: 200%;
  height: 100%;
  background-color: var(--category-color);
  position: absolute;
  top: 0;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-catContents__item::before, .p-catContents__item::after {
    display: block;
  }
}
.p-catContents__item::before {
  transform: skew(45deg);
  left: 200%;
}
.p-catContents__item::after {
  transform: skew(45deg);
  right: 200%;
}
.p-catContents__item span {
  position: relative;
  z-index: 1;
}
.p-catNav {
  padding: 0 24px;
  background-color: #eee;
}
.p-catNav__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 46px 0;
}
@media screen and (min-width: 768px) {
  .p-catNav__inner {
    padding: 80px 0 60px;
  }
}
.p-catNav__title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-catNav__title {
    font-size: 5.5rem;
    font-weight: 400;
  }
}
.p-catNav__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 22px 14px;
}
@media screen and (min-width: 768px) {
  .p-catNav__list {
    flex-flow: row nowrap;
    gap: 24px;
  }
}
.p-catNav__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-catNav__item {
    width: calc((100% - 14px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .p-catNav__item:has(.is-current)::before {
    content: "";
    display: block;
    width: 33px;
    height: 30px;
    margin: auto;
    background-color: #fff;
    clip-path: polygon(50% 30px, 0% 0%, 33px 0%);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
}
.p-catNav__item img {
  margin: 0 auto;
}
.p-catNav__itemLink {
  display: block;
  border: solid 2px #fff;
  border-radius: 100vmax;
  transition-property: background-color;
  transition: 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .p-catNav__itemLink:hover {
    background-color: #fff;
  }
}
.p-catNav__itemLink.is-current {
  background-color: #fff;
  pointer-events: none;
}
.p-policy {
  padding: 0 var(--side-margin);
}
.p-policyHead {
  padding: 56px 0 60px;
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-policyHead {
    padding: 140px 0 100px;
  }
}
.p-policyHead__hgroup {
  display: flex;
  flex-flow: column-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}
.p-policyHead__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-policyHead__title {
    font-size: 3.5rem;
  }
}
.p-policyHead__titleEn {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: var(--category-color);
  padding: 0 45px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-policyHead__titleEn {
    font-size: 2.2rem;
  }
}
.p-policyHead__titleEn::before, .p-policyHead__titleEn::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: var(--category-color);
  position: absolute;
  top: 0;
  bottom: 0;
}
.p-policyHead__titleEn::before {
  left: 0;
}
.p-policyHead__titleEn::after {
  right: 0;
}
.p-policyHead__lead {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.45;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-policyHead__lead {
    font-size: 1.8rem;
  }
}
.p-policyHead__nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  gap: 16px 8px;
}
@media screen and (min-width: 768px) {
  .p-policyHead__nav {
    gap: 32px 16px;
  }
}
.p-policyContents {
  max-width: 850px;
  margin: 0 auto;
}
.u-m0 {
  margin: 0px;
}
.u-mt0 {
  margin-top: 0px;
}
.u-mb0 {
  margin-bottom: 0px;
}
.u-ml0 {
  margin-left: 0px;
}
.u-mr0 {
  margin-right: 0px;
}
.u-m2 {
  margin: 2px;
}
.u-mt2 {
  margin-top: 2px;
}
.u-mb2 {
  margin-bottom: 2px;
}
.u-ml2 {
  margin-left: 2px;
}
.u-mr2 {
  margin-right: 2px;
}
.u-m4 {
  margin: 4px;
}
.u-mt4 {
  margin-top: 4px;
}
.u-mb4 {
  margin-bottom: 4px;
}
.u-ml4 {
  margin-left: 4px;
}
.u-mr4 {
  margin-right: 4px;
}
.u-m6 {
  margin: 6px;
}
.u-mt6 {
  margin-top: 6px;
}
.u-mb6 {
  margin-bottom: 6px;
}
.u-ml6 {
  margin-left: 6px;
}
.u-mr6 {
  margin-right: 6px;
}
.u-m8 {
  margin: 8px;
}
.u-mt8 {
  margin-top: 8px;
}
.u-mb8 {
  margin-bottom: 8px;
}
.u-ml8 {
  margin-left: 8px;
}
.u-mr8 {
  margin-right: 8px;
}
.u-m10 {
  margin: 10px;
}
.u-mt10 {
  margin-top: 10px;
}
.u-mb10 {
  margin-bottom: 10px;
}
.u-ml10 {
  margin-left: 10px;
}
.u-mr10 {
  margin-right: 10px;
}
.u-m12 {
  margin: 12px;
}
.u-mt12 {
  margin-top: 12px;
}
.u-mb12 {
  margin-bottom: 12px;
}
.u-ml12 {
  margin-left: 12px;
}
.u-mr12 {
  margin-right: 12px;
}
.u-m14 {
  margin: 14px;
}
.u-mt14 {
  margin-top: 14px;
}
.u-mb14 {
  margin-bottom: 14px;
}
.u-ml14 {
  margin-left: 14px;
}
.u-mr14 {
  margin-right: 14px;
}
.u-m16 {
  margin: 16px;
}
.u-mt16 {
  margin-top: 16px;
}
.u-mb16 {
  margin-bottom: 16px;
}
.u-ml16 {
  margin-left: 16px;
}
.u-mr16 {
  margin-right: 16px;
}
.u-m18 {
  margin: 18px;
}
.u-mt18 {
  margin-top: 18px;
}
.u-mb18 {
  margin-bottom: 18px;
}
.u-ml18 {
  margin-left: 18px;
}
.u-mr18 {
  margin-right: 18px;
}
.u-m20 {
  margin: 20px;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-ml20 {
  margin-left: 20px;
}
.u-mr20 {
  margin-right: 20px;
}
.u-m22 {
  margin: 22px;
}
.u-mt22 {
  margin-top: 22px;
}
.u-mb22 {
  margin-bottom: 22px;
}
.u-ml22 {
  margin-left: 22px;
}
.u-mr22 {
  margin-right: 22px;
}
.u-m24 {
  margin: 24px;
}
.u-mt24 {
  margin-top: 24px;
}
.u-mb24 {
  margin-bottom: 24px;
}
.u-ml24 {
  margin-left: 24px;
}
.u-mr24 {
  margin-right: 24px;
}
.u-m26 {
  margin: 26px;
}
.u-mt26 {
  margin-top: 26px;
}
.u-mb26 {
  margin-bottom: 26px;
}
.u-ml26 {
  margin-left: 26px;
}
.u-mr26 {
  margin-right: 26px;
}
.u-m28 {
  margin: 28px;
}
.u-mt28 {
  margin-top: 28px;
}
.u-mb28 {
  margin-bottom: 28px;
}
.u-ml28 {
  margin-left: 28px;
}
.u-mr28 {
  margin-right: 28px;
}
.u-m30 {
  margin: 30px;
}
.u-mt30 {
  margin-top: 30px;
}
.u-mb30 {
  margin-bottom: 30px;
}
.u-ml30 {
  margin-left: 30px;
}
.u-mr30 {
  margin-right: 30px;
}
.u-m32 {
  margin: 32px;
}
.u-mt32 {
  margin-top: 32px;
}
.u-mb32 {
  margin-bottom: 32px;
}
.u-ml32 {
  margin-left: 32px;
}
.u-mr32 {
  margin-right: 32px;
}
.u-m34 {
  margin: 34px;
}
.u-mt34 {
  margin-top: 34px;
}
.u-mb34 {
  margin-bottom: 34px;
}
.u-ml34 {
  margin-left: 34px;
}
.u-mr34 {
  margin-right: 34px;
}
.u-m36 {
  margin: 36px;
}
.u-mt36 {
  margin-top: 36px;
}
.u-mb36 {
  margin-bottom: 36px;
}
.u-ml36 {
  margin-left: 36px;
}
.u-mr36 {
  margin-right: 36px;
}
.u-m38 {
  margin: 38px;
}
.u-mt38 {
  margin-top: 38px;
}
.u-mb38 {
  margin-bottom: 38px;
}
.u-ml38 {
  margin-left: 38px;
}
.u-mr38 {
  margin-right: 38px;
}
.u-m40 {
  margin: 40px;
}
.u-mt40 {
  margin-top: 40px;
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-ml40 {
  margin-left: 40px;
}
.u-mr40 {
  margin-right: 40px;
}
.u-m42 {
  margin: 42px;
}
.u-mt42 {
  margin-top: 42px;
}
.u-mb42 {
  margin-bottom: 42px;
}
.u-ml42 {
  margin-left: 42px;
}
.u-mr42 {
  margin-right: 42px;
}
.u-m44 {
  margin: 44px;
}
.u-mt44 {
  margin-top: 44px;
}
.u-mb44 {
  margin-bottom: 44px;
}
.u-ml44 {
  margin-left: 44px;
}
.u-mr44 {
  margin-right: 44px;
}
.u-m46 {
  margin: 46px;
}
.u-mt46 {
  margin-top: 46px;
}
.u-mb46 {
  margin-bottom: 46px;
}
.u-ml46 {
  margin-left: 46px;
}
.u-mr46 {
  margin-right: 46px;
}
.u-m48 {
  margin: 48px;
}
.u-mt48 {
  margin-top: 48px;
}
.u-mb48 {
  margin-bottom: 48px;
}
.u-ml48 {
  margin-left: 48px;
}
.u-mr48 {
  margin-right: 48px;
}
.u-m50 {
  margin: 50px;
}
.u-mt50 {
  margin-top: 50px;
}
.u-mb50 {
  margin-bottom: 50px;
}
.u-ml50 {
  margin-left: 50px;
}
.u-mr50 {
  margin-right: 50px;
}
.u-m52 {
  margin: 52px;
}
.u-mt52 {
  margin-top: 52px;
}
.u-mb52 {
  margin-bottom: 52px;
}
.u-ml52 {
  margin-left: 52px;
}
.u-mr52 {
  margin-right: 52px;
}
.u-m54 {
  margin: 54px;
}
.u-mt54 {
  margin-top: 54px;
}
.u-mb54 {
  margin-bottom: 54px;
}
.u-ml54 {
  margin-left: 54px;
}
.u-mr54 {
  margin-right: 54px;
}
.u-m56 {
  margin: 56px;
}
.u-mt56 {
  margin-top: 56px;
}
.u-mb56 {
  margin-bottom: 56px;
}
.u-ml56 {
  margin-left: 56px;
}
.u-mr56 {
  margin-right: 56px;
}
.u-m58 {
  margin: 58px;
}
.u-mt58 {
  margin-top: 58px;
}
.u-mb58 {
  margin-bottom: 58px;
}
.u-ml58 {
  margin-left: 58px;
}
.u-mr58 {
  margin-right: 58px;
}
.u-m60 {
  margin: 60px;
}
.u-mt60 {
  margin-top: 60px;
}
.u-mb60 {
  margin-bottom: 60px;
}
.u-ml60 {
  margin-left: 60px;
}
.u-mr60 {
  margin-right: 60px;
}
.u-m62 {
  margin: 62px;
}
.u-mt62 {
  margin-top: 62px;
}
.u-mb62 {
  margin-bottom: 62px;
}
.u-ml62 {
  margin-left: 62px;
}
.u-mr62 {
  margin-right: 62px;
}
.u-m64 {
  margin: 64px;
}
.u-mt64 {
  margin-top: 64px;
}
.u-mb64 {
  margin-bottom: 64px;
}
.u-ml64 {
  margin-left: 64px;
}
.u-mr64 {
  margin-right: 64px;
}
.u-m66 {
  margin: 66px;
}
.u-mt66 {
  margin-top: 66px;
}
.u-mb66 {
  margin-bottom: 66px;
}
.u-ml66 {
  margin-left: 66px;
}
.u-mr66 {
  margin-right: 66px;
}
.u-m68 {
  margin: 68px;
}
.u-mt68 {
  margin-top: 68px;
}
.u-mb68 {
  margin-bottom: 68px;
}
.u-ml68 {
  margin-left: 68px;
}
.u-mr68 {
  margin-right: 68px;
}
.u-m70 {
  margin: 70px;
}
.u-mt70 {
  margin-top: 70px;
}
.u-mb70 {
  margin-bottom: 70px;
}
.u-ml70 {
  margin-left: 70px;
}
.u-mr70 {
  margin-right: 70px;
}
.u-m72 {
  margin: 72px;
}
.u-mt72 {
  margin-top: 72px;
}
.u-mb72 {
  margin-bottom: 72px;
}
.u-ml72 {
  margin-left: 72px;
}
.u-mr72 {
  margin-right: 72px;
}
.u-m74 {
  margin: 74px;
}
.u-mt74 {
  margin-top: 74px;
}
.u-mb74 {
  margin-bottom: 74px;
}
.u-ml74 {
  margin-left: 74px;
}
.u-mr74 {
  margin-right: 74px;
}
.u-m76 {
  margin: 76px;
}
.u-mt76 {
  margin-top: 76px;
}
.u-mb76 {
  margin-bottom: 76px;
}
.u-ml76 {
  margin-left: 76px;
}
.u-mr76 {
  margin-right: 76px;
}
.u-m78 {
  margin: 78px;
}
.u-mt78 {
  margin-top: 78px;
}
.u-mb78 {
  margin-bottom: 78px;
}
.u-ml78 {
  margin-left: 78px;
}
.u-mr78 {
  margin-right: 78px;
}
.u-m80 {
  margin: 80px;
}
.u-mt80 {
  margin-top: 80px;
}
.u-mb80 {
  margin-bottom: 80px;
}
.u-ml80 {
  margin-left: 80px;
}
.u-mr80 {
  margin-right: 80px;
}
.u-m82 {
  margin: 82px;
}
.u-mt82 {
  margin-top: 82px;
}
.u-mb82 {
  margin-bottom: 82px;
}
.u-ml82 {
  margin-left: 82px;
}
.u-mr82 {
  margin-right: 82px;
}
.u-m84 {
  margin: 84px;
}
.u-mt84 {
  margin-top: 84px;
}
.u-mb84 {
  margin-bottom: 84px;
}
.u-ml84 {
  margin-left: 84px;
}
.u-mr84 {
  margin-right: 84px;
}
.u-m86 {
  margin: 86px;
}
.u-mt86 {
  margin-top: 86px;
}
.u-mb86 {
  margin-bottom: 86px;
}
.u-ml86 {
  margin-left: 86px;
}
.u-mr86 {
  margin-right: 86px;
}
.u-m88 {
  margin: 88px;
}
.u-mt88 {
  margin-top: 88px;
}
.u-mb88 {
  margin-bottom: 88px;
}
.u-ml88 {
  margin-left: 88px;
}
.u-mr88 {
  margin-right: 88px;
}
.u-m90 {
  margin: 90px;
}
.u-mt90 {
  margin-top: 90px;
}
.u-mb90 {
  margin-bottom: 90px;
}
.u-ml90 {
  margin-left: 90px;
}
.u-mr90 {
  margin-right: 90px;
}
.u-m92 {
  margin: 92px;
}
.u-mt92 {
  margin-top: 92px;
}
.u-mb92 {
  margin-bottom: 92px;
}
.u-ml92 {
  margin-left: 92px;
}
.u-mr92 {
  margin-right: 92px;
}
.u-m94 {
  margin: 94px;
}
.u-mt94 {
  margin-top: 94px;
}
.u-mb94 {
  margin-bottom: 94px;
}
.u-ml94 {
  margin-left: 94px;
}
.u-mr94 {
  margin-right: 94px;
}
.u-m96 {
  margin: 96px;
}
.u-mt96 {
  margin-top: 96px;
}
.u-mb96 {
  margin-bottom: 96px;
}
.u-ml96 {
  margin-left: 96px;
}
.u-mr96 {
  margin-right: 96px;
}
.u-m98 {
  margin: 98px;
}
.u-mt98 {
  margin-top: 98px;
}
.u-mb98 {
  margin-bottom: 98px;
}
.u-ml98 {
  margin-left: 98px;
}
.u-mr98 {
  margin-right: 98px;
}
.u-m100 {
  margin: 100px;
}
.u-mt100 {
  margin-top: 100px;
}
.u-mb100 {
  margin-bottom: 100px;
}
.u-ml100 {
  margin-left: 100px;
}
.u-mr100 {
  margin-right: 100px;
}