@charset "UTF-8";
/*
Theme Name: Soil
Theme URI: https: //www.soil-foundation.org
Description: 一般財団法人 Soil
Author: 株式会社エコムクリエーション
Author URI: https://creative.eccom.jp
Version: 1.5.0
.
一般財団法人 Soil
.
*/
/* 変数
------------------------------------*/
/* 外部CSS
------------------------------------*/
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* 共通パーツ
------------------------------------*/
html {
  min-height: 100vh;
  width: 100%;
}
@media screen and (max-width: 370px) {
  html {
    font-size: 50%;
  }
}

/* safari css hack */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1px) {
  html {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
body {
  background: #F2F2F2;
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-feature-settings: “palt” 1;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.024em;
  line-height: 1.875;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  body {
    overflow-x: hidden;
  }
}

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

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

p {
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
}

ul, ol {
  margin: 0;
  padding: 0 0 0 1.3em;
}

a {
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"] {
  pointer-events: none;
}

button,
input[type=submit],
a {
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
button,
input[type=button] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
button::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
button:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.c-preload * {
  transition: none !important;
}

.c-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.c-header.is-white .c-header__logo img {
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header.is-white .c-header__logo img {
    filter: none;
  }
}
.c-header.is-white .c-header__menu li a {
  color: #fff;
}
.c-header.is-white .c-header__menu li a::after {
  background-color: #fff;
}
.c-header .c-header__logo {
  display: block;
  position: absolute;
  left: 60px;
  top: 36px;
  transition: opacity 0.3s ease;
  width: 50px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__logo {
    top: 17px;
    left: 20px;
    width: 28px;
  }
}
.c-header .c-header__logo .c-header__logo-link {
  display: block;
}
.c-header .c-header__logo .c-header__logo-link img {
  display: block;
  height: auto;
  width: 100%;
}
.c-header .c-header__menu {
  display: flex;
  font-family: "din-2014", sans-serif;
  list-style: none;
  overflow: hidden;
  padding: 30px 0 30px 30px;
  position: absolute;
  right: 45px;
  top: 0;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__menu {
    display: none;
  }
}
.c-header .c-header__menu.is-hide li {
  transform: translate3d(1000px, 0, 0);
}
.c-header .c-header__menu:hover li {
  transform: translate3d(0, 0, 0);
}
.c-header .c-header__menu li {
  margin: 0 15px;
  transition: transform 1.2s ease, opacity 0.3s ease 0.8s;
}
.c-header .c-header__menu li.is-active a {
  font-weight: 700;
}
.c-header .c-header__menu li a {
  display: block;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  overflow: hidden;
  padding: 8px 0;
  position: relative;
}
.c-header .c-header__menu li a:hover::after {
  transform: translate3d(120%, 0, 0);
  transition: transform 0.5s ease-out;
}
.c-header .c-header__menu li a::after {
  background-color: #000;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: left center;
  transform: translate3d(-120%, 0, 0);
  transition: transform 0s ease-out;
  width: 100%;
}
.c-header .c-header__hamburger {
  background: none;
  border: none;
  display: block;
  height: 47px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 40px;
  top: 23px;
  transition: opacity 0.4s ease 0.2s;
  width: 79px;
  z-index: 11;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__hamburger {
    display: none;
  }
}
.c-header .c-header__hamburger.is-active {
  opacity: 1;
  pointer-events: all;
}
.c-header .c-header__hamburger.is-hide {
  opacity: 0;
}
.c-header .c-header__hamburger.is-pointer-events-none {
  pointer-events: none;
}
.c-header .c-header__hamburger.is-white span {
  background-color: #fff;
}
.c-header .c-header__hamburger span {
  background-color: #000;
  display: block;
  height: 1px;
  position: absolute;
  left: 20px;
  top: 20px;
  transition: transform 0.5s ease;
  width: 39px;
}
.c-header .c-header__hamburger span:nth-child(2) {
  top: 27px;
}

.c-footer {
  background-color: #000;
  color: #fff;
  font-family: "din-2014", sans-serif;
  width: 100%;
}
.c-footer .c-footer__inner {
  margin: 0 auto;
  max-width: 1540px;
  padding: 155px 20px 44px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer__inner {
    padding: 155px 20px 72px;
  }
}
.c-footer .c-footer-company {
  margin: 0 0 110px;
}
.c-footer .c-footer-company .c-footer__logo {
  display: block;
  height: auto;
  width: 75px;
}
.c-footer .c-footer-navi {
  align-items: flex-end;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 150px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer-navi {
    align-items: flex-start;
    flex-direction: column;
  }
}
.c-footer .c-footer-navi .c-footer-navi__text {
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer-navi .c-footer-navi__text {
    margin: 0 0 75px;
  }
}
.c-footer .c-footer-navi .c-footer-navi__menu {
  align-items: center;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  width: 74%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer-navi .c-footer-navi__menu {
    align-items: flex-start;
    flex-direction: column;
  }
}
.c-footer .c-footer-navi .c-footer-navi__menu li {
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer-navi .c-footer-navi__menu li {
    margin: 35px 0 0;
  }
}
.c-footer .c-footer-lower {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer-lower {
    flex-direction: column-reverse;
  }
}
.c-footer .c-footer-lower .c-footer-lower__copyright {
  font-family: "din-2014", sans-serif;
  font-size: 12px;
  opacity: 0.3;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer-lower .c-footer-lower__copyright {
    margin: 20px 0 0;
  }
}
.c-footer .c-footer-lower .c-footer-lower__menu {
  font-family: "din-2014", sans-serif;
  letter-spacing: 0;
  line-height: 1.25;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer-lower .c-footer-lower__menu li {
    margin: 20px 0 0;
  }
}

.c-sp-menu {
  background-color: #000;
  display: none;
  opacity: 0;
  height: 100%;
  overflow: hidden;
  padding: 139px 20px 100px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.6s ease-out;
  width: 100%;
  z-index: 11;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-sp-menu {
    display: block;
  }
}
.c-sp-menu.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-sp-menu .c-sp-menu__nav-list {
  list-style: none;
  padding: 0 20px;
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
}
.c-sp-menu .c-sp-menu__nav-list li a {
  color: #fff;
  display: inline-block;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  padding: 10px 0 10px 27px;
  position: relative;
}
.c-sp-menu .c-sp-menu__nav-list li a::before {
  background: url("images/icon-arrow-white.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  left: 0;
  top: 15px;
  width: 14px;
}
.c-sp-menu .c-sp-menu__message {
  display: block;
  height: auto;
  max-width: 100%;
}

.c-sp-menu__hamburger-fixed {
  display: none;
  height: 47px;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.4s ease 0.2s;
  width: 85px;
  z-index: 11;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-sp-menu__hamburger-fixed {
    display: block;
  }
}
.c-sp-menu__hamburger-fixed.is-active {
  opacity: 1;
  pointer-events: all;
}
.c-sp-menu__hamburger-fixed.is-white .c-sp-menu__hamburger span {
  background-color: #fff;
}
.c-sp-menu__hamburger-fixed .c-sp-menu__hamburger {
  background: none;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.c-sp-menu__hamburger-fixed .c-sp-menu__hamburger.is-active span {
  background-color: #fff;
  top: 20px;
}
.c-sp-menu__hamburger-fixed .c-sp-menu__hamburger.is-active span:nth-child(2) {
  top: 27px;
}
.c-sp-menu__hamburger-fixed .c-sp-menu__hamburger span {
  background-color: #000;
  display: block;
  height: 1px;
  position: absolute;
  left: 20px;
  top: 20px;
  transition: transform 0.5s ease;
  width: 44px;
}
.c-sp-menu__hamburger-fixed .c-sp-menu__hamburger span:nth-child(2) {
  top: 27px;
}

.c-headline__default {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4444444444;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-headline__default {
    font-size: 26px;
    line-height: 1.4230769231;
  }
}
.c-headline__default em,
.c-headline__default i {
  font-size: 22px;
  font-style: normal;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-headline__default em,
  .c-headline__default i {
    font-size: 14px;
  }
}

.c-headline__page {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
}

.c-headline__section {
  color: rgba(0, 0, 0, 0.2);
  font-family: "din-2014", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.2777777778;
  position: absolute;
  left: 0;
  top: -1em;
  transform-origin: left bottom;
  transform: rotate(90deg);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-headline__section {
    margin: 0 0 50px;
    position: relative;
    left: auto;
    top: auto;
    transform: rotate(0);
  }
}
.c-headline__section.is-white {
  color: rgba(255, 255, 255, 0.5);
}

.c-headline__summary {
  max-width: 863px;
}
@media screen and (max-width: 650px) {
  .c-headline__summary {
    border-bottom: solid 1px #000;
    padding: 0 0 32px;
  }
}
.c-headline__summary .c-headline__summary-ja {
  align-items: center;
  display: flex;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 9px;
  white-space: nowrap;
}
@media screen and (max-width: 650px) {
  .c-headline__summary .c-headline__summary-ja {
    font-size: 26px;
    line-height: 1.4230769231;
    margin: 0 0 5px;
  }
}
.c-headline__summary .c-headline__summary-ja::after {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  margin: 0 0 0 17px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-headline__summary .c-headline__summary-ja::after {
    display: none;
  }
}
.c-headline__summary .c-headline__summary-en {
  display: block;
  font-family: "din-2014", sans-serif;
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1.25;
}
@media screen and (max-width: 650px) {
  .c-headline__summary .c-headline__summary-en {
    font-size: 12px;
    line-height: 1.25;
  }
}

.c-main {
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 20px;
  width: 100%;
}

.c-contents {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.c-contents .c-contents__scroll {
  display: none;
  font-family: "din-2014", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  position: absolute;
  right: 15px;
  bottom: 20px;
  transform: rotate(90deg);
  transform-origin: right bottom;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents .c-contents__scroll {
    display: flex;
  }
}
.c-contents .c-contents__scroll::after {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  margin: 3px 0 0 10px;
  width: 8px;
}

.c-breadcrumb {
  padding: 258px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-breadcrumb {
    padding: 131px 0 0;
  }
}
.c-breadcrumb .c-breadcrumb__title {
  font-family: "din-2014", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.2692307692;
  margin: 0 0 9px;
}

.c-breadcrumb-list {
  color: #A3A3A3;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: flex-start;
  letter-spacing: -0.022em;
  line-height: 1.2727272727;
}
.c-breadcrumb-list .c-breadcrumb-list__items.is-current {
  color: #000000;
}
.c-breadcrumb-list .c-breadcrumb-list__arrow {
  font-size: 8px;
  margin: 0 10px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-breadcrumb-list .c-breadcrumb-list__arrow {
    font-size: 10px;
    margin: 1px 9px;
    transform: scale(0.8);
    transform-origin: center;
  }
}

.c-contents-header {
  display: flex;
  margin: 190px 0 0;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents-header {
    flex-direction: column;
    margin: 60px 0 0;
    padding: 0 0 30px;
  }
}
.c-contents-header .c-contents-header__title {
  width: 42.8666666667%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents-header .c-contents-header__title {
    margin: 0 0 59px;
    width: 100%;
  }
}
.c-contents-header .c-contents-header__title .c-contents-header__title-ja {
  display: block;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4423076923;
  margin: 0 0 9px -4px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents-header .c-contents-header__title .c-contents-header__title-ja {
    font-size: 32px;
    line-height: 1.4375;
    margin: 0 0 3px;
  }
}
.c-contents-header .c-contents-header__title .c-contents-header__title-en {
  display: block;
  font-family: "din-2014", sans-serif;
  font-size: 20px;
  line-height: 1.25;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents-header .c-contents-header__title .c-contents-header__title-en {
    font-size: 16px;
    line-height: 1.25;
  }
}
.c-contents-header .c-contents-header__title .c-contents-header__date {
  display: block;
  font-family: "din-2014", sans-serif;
  font-size: 20px;
  line-height: 1.25;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents-header .c-contents-header__title .c-contents-header__date {
    font-size: 16px;
    line-height: 1.25;
    margin: 20px 0 48px;
  }
}
.c-contents-header .c-contents-header__detail {
  width: 42.8666666667%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents-header .c-contents-header__detail {
    width: 100%;
  }
}
.c-contents-header .c-contents-header__detail h2 {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.4482758621;
  margin: 0 0 44px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents-header .c-contents-header__detail h2 {
    font-size: 24px;
    line-height: 1.45;
    margin: 0 0 48px;
  }
}
.c-contents-header .c-contents-header__detail p {
  font-size: 20px;
  margin: 0 0 100px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents-header .c-contents-header__detail p {
    font-size: 16px;
    line-height: 2.25;
    margin: 0 0 103px;
  }
}
.c-contents-header .c-contents-header__detail a:not([class]) {
  text-decoration: underline;
}
.c-contents-header .c-contents-header__detail a:not([class]):hover {
  text-decoration: none;
}

.c-contents-counter {
  display: grid;
  gap: 32px;
}
.c-contents-counter .c-contents-counter__items {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 0 26px;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents-counter .c-contents-counter__items {
    align-items: flex-start;
    flex-direction: column;
  }
}
.c-contents-counter .c-contents-counter__items .c-contents-counter__title {
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 14px;
}
@media screen and (max-width: 650px) {
  .c-contents-counter .c-contents-counter__items .c-contents-counter__title {
    font-size: 20px;
    margin: 0 0 8px;
  }
}
.c-contents-counter .c-contents-counter__items .c-contents-counter__number {
  font-family: "din-2014", sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  min-width: 440px;
}
@media screen and (max-width: 650px) {
  .c-contents-counter .c-contents-counter__items .c-contents-counter__number {
    font-size: 52px;
    min-width: 0;
  }
}
.c-contents-counter .c-contents-counter__items .c-contents-counter__number em,
.c-contents-counter .c-contents-counter__items .c-contents-counter__number i {
  font-size: 20px;
  font-style: normal;
  line-height: 1;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 650px) {
  .c-contents-counter .c-contents-counter__items .c-contents-counter__number em,
  .c-contents-counter .c-contents-counter__items .c-contents-counter__number i {
    font-size: 14px;
    margin: 0 0 0 4px;
  }
}

.c-bg-black {
  color: #fff;
  padding: 150px 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-bg-black {
    padding: 100px 0 50px;
  }
}
.c-bg-black::before {
  background-color: #000;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  z-index: 0;
}
.c-bg-black .c-bg-black__inner {
  padding-left: 14.9333333333%;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-bg-black .c-bg-black__inner {
    padding-left: 0;
  }
}

.c-decoration-bg {
  height: 100vh;
  margin: auto;
  max-width: 1500px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
}
.c-decoration-bg div {
  animation: lineMoveToTop 32s linear infinite;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  height: 100vh;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate3d(0, 100vh, 0);
  width: 1px;
}
.c-decoration-bg div:nth-child(1) {
  animation-delay: -28s;
  left: 0%;
}
.c-decoration-bg div:nth-child(2) {
  animation-delay: -24s;
  left: 14.2857142857%;
}
.c-decoration-bg div:nth-child(3) {
  animation-delay: -20s;
  left: 28.5714285714%;
}
.c-decoration-bg div:nth-child(4) {
  animation-delay: -16s;
  left: 42.8571428571%;
}
.c-decoration-bg div:nth-child(5) {
  animation-delay: -12s;
  left: 57.1428571429%;
}
.c-decoration-bg div:nth-child(6) {
  animation-delay: -8s;
  left: 71.4285714286%;
}
.c-decoration-bg div:nth-child(7) {
  animation-delay: -4s;
  left: 85.7142857143%;
}
.c-decoration-bg div:nth-child(8) {
  animation-delay: 0s;
  left: 100%;
}
@media screen and (max-width: 650px) {
  .c-decoration-bg div:nth-child(1) {
    left: 33.3333333333%;
  }
  .c-decoration-bg div:nth-child(5) {
    left: 66.6666666667%;
  }
  .c-decoration-bg div:nth-child(2), .c-decoration-bg div:nth-child(3), .c-decoration-bg div:nth-child(4), .c-decoration-bg div:nth-child(6), .c-decoration-bg div:nth-child(7), .c-decoration-bg div:nth-child(8) {
    display: none;
  }
}
@keyframes lineMoveToTop {
  0% {
    transform: translate3d(0, 100vh, 0);
  }
  100% {
    transform: translate3d(0, -100vh, 0);
  }
}

.c-navigation__fixed-bottom {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 30px 20px;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100vw;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-navigation__fixed-bottom {
    gap: 8px;
    padding: 20px;
  }
}
.c-navigation__fixed-bottom.is-nofixed {
  margin: -100px calc(50% - 50vw) 0;
  position: relative;
  bottom: auto;
  left: auto;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-navigation__fixed-bottom.is-nofixed {
    margin-top: auto;
  }
}
.c-navigation__fixed-bottom a,
.c-navigation__fixed-bottom button {
  pointer-events: auto;
}

.c-pager {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-pager .page-numbers {
  align-items: center;
  border: solid 1px #000;
  color: #000;
  display: inline-flex;
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 53px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 5px;
  position: relative;
  transition: opacity 0.3s ease;
  width: 56px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-pager .page-numbers {
    font-size: 14px;
    height: 33px;
    width: 33px;
  }
}
.c-pager .page-numbers:hover {
  opacity: 0.6;
}
.c-pager .page-numbers.current {
  background-color: #000;
  color: #fff;
}
.c-pager .page-numbers.current:hover {
  opacity: 1;
}
.c-pager .page-numbers.prev::before, .c-pager .page-numbers.next::before {
  background: url("images/icon-arrow-pager-last.svg") no-repeat center center/100% 100%;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-pager .page-numbers.prev::before, .c-pager .page-numbers.next::before {
    height: 10px;
    width: 10px;
  }
}
.c-pager .page-numbers.prev::before {
  transform: rotate(180deg);
}
.c-pager .page-numbers.dots:hover {
  opacity: 1;
}

.c-list-profiles {
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media screen and (max-width: 800px) {
  .c-list-profiles {
    grid-template-columns: 1fr;
  }
}
.c-list-profiles .c-list-profiles__items {
  align-items: center;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  display: flex;
  gap: 40px;
  min-height: 360px;
  padding: 40px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-list-profiles .c-list-profiles__items {
    gap: 30px;
    min-height: 0;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 650px) {
  .c-list-profiles .c-list-profiles__items {
    flex-direction: column;
    padding: 40px 20px;
  }
}
.c-list-profiles .c-list-profiles__image {
  aspect-ratio: 1;
  display: block;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  min-width: 188px;
  width: 188px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-list-profiles .c-list-profiles__image {
    min-width: 120px;
    width: 120px;
  }
}
@media screen and (max-width: 650px) {
  .c-list-profiles .c-list-profiles__image {
    min-width: 188px;
    width: 188px;
  }
}
.c-list-profiles .c-list-profiles__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
}
.c-list-profiles .c-list-profiles__content {
  width: 100%;
}
.c-list-profiles .c-list-profiles__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.c-list-profiles .c-list-profiles__name-en {
  color: #aaa;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin: 10px 0 0;
}
.c-list-profiles .c-list-profiles__text {
  font-size: 16px;
  line-height: 1.875;
  margin: 20px 0 0;
}

.c-list-sort-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  list-style: none;
  padding: 0;
}
.c-list-sort-tags button {
  font-size: 24px;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-list-sort-tags button {
    font-size: 16px;
  }
}
.c-list-sort-tags button:hover {
  color: #666;
}
.c-list-sort-tags button.is-active em,
.c-list-sort-tags button.is-active i {
  opacity: 0;
}
.c-list-sort-tags button.is-active b {
  opacity: 1;
}
.c-list-sort-tags button::after {
  color: #000;
  content: "|";
  font-weight: 400;
  position: absolute;
  top: -2px;
  right: -14px;
}
.c-list-sort-tags button:last-child::after {
  display: none;
}
.c-list-sort-tags button em,
.c-list-sort-tags button i {
  font-style: normal;
  opacity: 1;
  position: absolute;
  inset: 0;
}
.c-list-sort-tags button b {
  opacity: 0;
}

.c-list-donors {
  display: grid;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-list-donors {
    grid-template-columns: 1fr;
  }
}
.c-list-donors.is-2cols {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 650px) {
  .c-list-donors.is-2cols {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-list-donors.is-2cols .c-list-donors__items {
    padding: 56px 56px 30px;
  }
}
.c-list-donors.is-3cols {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 650px) {
  .c-list-donors.is-3cols {
    grid-template-columns: 1fr;
  }
}
.c-list-donors.is-3cols .c-list-donors__items {
  padding: 56px 56px 30px;
}
.c-list-donors.is-3cols .c-list-donors__tags {
  left: 12px;
  top: 12px;
}
.c-list-donors.is-3cols .c-list-donors__tags li {
  font-size: 12px;
  height: 27px;
  line-height: 25px;
  min-width: 84px;
}
.c-list-donors.is-3cols .c-list-donors__image {
  gap: 0;
}
.c-list-donors.is-3cols .c-list-donors__image figcaption {
  font-size: 16px;
}
.c-list-donors .c-list-donors__items {
  background-color: #fff;
  border: solid 1px #000;
  margin: -1px;
  padding: 95px 60px 60px;
  position: relative;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 650px) {
  .c-list-donors .c-list-donors__items {
    padding: 56px 56px 30px;
  }
}
.c-list-donors a:hover {
  background-color: #f4f4f4;
}
.c-list-donors .c-list-donors__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  position: absolute;
  left: 20px;
  top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-list-donors .c-list-donors__tags {
    left: 12px;
    top: 12px;
  }
}
.c-list-donors .c-list-donors__tags li {
  background-color: #DBDBDB;
  font-size: 16px;
  font-weight: 700;
  height: 32px;
  line-height: 30px;
  min-width: 104px;
  padding: 0 12px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-list-donors .c-list-donors__tags li {
    font-size: 12px;
    height: 27px;
    line-height: 25px;
    min-width: 84px;
  }
}
.c-list-donors .c-list-donors__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-list-donors .c-list-donors__image {
    gap: 0;
  }
}
.c-list-donors .c-list-donors__image img {
  display: block;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
  width: 130px;
}
.c-list-donors .c-list-donors__image figcaption {
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-list-donors .c-list-donors__image figcaption {
    font-size: 16px;
  }
}

.c-button__default {
  align-items: center;
  display: inline-flex;
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  height: 80px;
  justify-content: flex-start;
  letter-spacing: -0.01em;
  line-height: 1.25;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-button__default {
    font-size: 13px;
    height: 60px;
  }
}
.c-button__default svg {
  display: block;
  margin: 0 0 0 28px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-button__default svg {
    height: auto;
    margin: 0 0 0 25px;
    width: 60px;
  }
}
.c-button__default svg path {
  fill: currentColor;
}
.c-button__default:hover svg g {
  animation: 1.2s drawCircle forwards;
}
.c-button__default:hover svg path {
  animation: 1.2s drawCircleArrow forwards;
}
.c-button__default.is-white {
  color: #fff;
}
.c-button__default.is-white svg path {
  fill: #fff;
}
@keyframes drawCircle {
  0% {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
  }
  30% {
    fill: transparent;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    fill: #000;
  }
}
@keyframes drawCircleArrow {
  30% {
    fill: #000;
  }
  100% {
    fill: #fff;
  }
}
.c-button__fill {
  align-items: center;
  display: inline-flex;
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  height: 80px;
  justify-content: flex-start;
  letter-spacing: -0.01em;
  line-height: 1.25;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-button__fill {
    font-size: 13px;
    height: 60px;
  }
}
.c-button__fill svg {
  display: block;
  margin: 0 0 0 28px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-button__fill svg {
    height: auto;
    margin: 0 0 0 25px;
    width: 60px;
  }
}
.c-button__fill svg path {
  fill: currentColor;
}
.c-button__fill:not(:hover) svg path {
  fill: #fff;
}
.c-button__fill:hover svg g {
  animation: 1.2s drawCircleFill forwards;
}
.c-button__fill:hover svg path {
  animation: 1.2s drawCircleFillArrow forwards;
}

@keyframes drawCircleFill {
  0% {
    fill: transparent;
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
  }
  30% {
    fill: transparent;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    fill: #000;
  }
}
@keyframes drawCircleFillArrow {
  0% {
    fill: #000;
  }
  20% {
    fill: #000;
  }
  100% {
    fill: #fff;
  }
}
.c-button__arrow {
  align-items: center;
  display: inline-flex;
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  height: 80px;
  justify-content: flex-start;
  letter-spacing: -0.01em;
  line-height: 1.25;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-button__arrow {
    font-size: 13px;
    height: 60px;
  }
}
.c-button__arrow svg {
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-button__arrow svg {
    height: auto;
    width: 60px;
  }
}
.c-button__arrow:hover svg g {
  animation: 1.2s drawCircle forwards;
}

.c-button__oval {
  align-items: center;
  background-color: #000;
  border-radius: 52px;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  height: 103px;
  justify-content: center;
  max-width: 639px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-button__oval {
    height: 73px;
  }
}
.c-button__oval:hover {
  opacity: 0.85;
}
.c-button__oval.is-short {
  max-width: 413px;
}
.c-button__oval .c-button__oval-ja {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.006em;
  line-height: 1;
  margin: 0 0 7px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-button__oval .c-button__oval-ja {
    font-size: 20px;
  }
}
.c-button__oval .c-button__oval-en {
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.011em;
  line-height: 1.25;
  text-transform: uppercase;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-button__oval .c-button__oval-en {
    font-size: 12px;
  }
}

.c-table__default table {
  border-collapse: collapse;
  border-bottom: solid 1px #fff;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
}
.c-table__default table tr {
  border-top: solid 1px #fff;
  height: 127px;
}
.c-table__default table th,
.c-table__default table td:nth-of-type(1) {
  border: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.006em;
  line-height: 1;
  min-width: 214px;
  text-align: left;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-table__default table th,
  .c-table__default table td:nth-of-type(1) {
    min-width: 106px;
  }
}
.c-table__default table td {
  border: none;
  font-weight: 400;
  letter-spacing: -0.006em;
  line-height: 1.6666666667;
  padding: 50px 0;
}
.c-table__default table i, .c-table__default table em {
  font-size: 10px;
  font-style: normal;
  margin-left: 80px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-table__default table i, .c-table__default table em {
    display: block;
    margin-left: 0;
  }
}

.c-table__default-wrap {
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-table__default-wrap {
    display: flex;
    margin-right: -20px;
    overflow-x: scroll;
    padding-right: 20px;
    white-space: nowrap;
    width: calc(100% + 20px);
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-table__default-wrap .c-table__default {
    min-width: 1290px;
  }
}

.a-fadein-stagger.is-animated .is-delay0 {
  animation: fadeIn 0.9s ease forwards;
}
.a-fadein-stagger.is-animated .is-delay1 {
  animation: fadeIn 0.9s ease forwards 0.6s;
}
.a-fadein-stagger.is-animated .is-delay2 {
  animation: fadeIn 0.9s ease forwards 1.2s;
}
.a-fadein-stagger.is-animated .is-delay3 {
  animation: fadeIn 0.9s ease forwards 1.8s;
}
.a-fadein-stagger.is-animated .is-delay4 {
  animation: fadeIn 0.9s ease forwards 2.4s;
}
.a-fadein-stagger.is-animated .is-delay5 {
  animation: fadeIn 0.9s ease forwards 3s;
}
.a-fadein-stagger .is-delay5,
.a-fadein-stagger .is-delay4,
.a-fadein-stagger .is-delay3,
.a-fadein-stagger .is-delay2,
.a-fadein-stagger .is-delay1,
.a-fadein-stagger .is-delay0 {
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.a-fadeup {
  opacity: 0;
}
.a-fadeup.is-animated {
  animation: fadeUp 0.9s ease forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  10% {
    transition: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
  }
}
/* ユーティリティー
------------------------------------*/
/*
    .u-mb-0{
        margin-bottom:0 !important;
    }

    .u-mr-5{
        margin-right:5rem !important;
    }

    .u-mt-15{
        margin-right:15rem !important;
    }
*/
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-1 {
  margin-top: 10px !important;
}

.u-mt-2 {
  margin-top: 20px !important;
}

.u-mt-3 {
  margin-top: 30px !important;
}

.u-mt-4 {
  margin-top: 40px !important;
}

.u-mt-5 {
  margin-top: 50px !important;
}

.u-mt-6 {
  margin-top: 60px !important;
}

.u-mt-7 {
  margin-top: 70px !important;
}

.u-mt-8 {
  margin-top: 80px !important;
}

.u-mt-9 {
  margin-top: 90px !important;
}

.u-mt-10 {
  margin-top: 100px !important;
}

.u-mt-11 {
  margin-top: 110px !important;
}

.u-mt-12 {
  margin-top: 120px !important;
}

.u-mt-13 {
  margin-top: 130px !important;
}

.u-mt-14 {
  margin-top: 140px !important;
}

.u-mt-15 {
  margin-top: 150px !important;
}

.u-mt-16 {
  margin-top: 160px !important;
}

.u-mt-17 {
  margin-top: 170px !important;
}

.u-mt-18 {
  margin-top: 180px !important;
}

.u-mt-19 {
  margin-top: 190px !important;
}

.u-mt-20 {
  margin-top: 200px !important;
}

.u-mt-21 {
  margin-top: 210px !important;
}

.u-mt-22 {
  margin-top: 220px !important;
}

.u-mt-23 {
  margin-top: 230px !important;
}

.u-mt-24 {
  margin-top: 240px !important;
}

.u-mt-25 {
  margin-top: 250px !important;
}

.u-mt-26 {
  margin-top: 260px !important;
}

.u-mt-27 {
  margin-top: 270px !important;
}

.u-mt-28 {
  margin-top: 280px !important;
}

.u-mt-29 {
  margin-top: 290px !important;
}

.u-mt-30 {
  margin-top: 300px !important;
}

.u-mt-31 {
  margin-top: 310px !important;
}

.u-mt-32 {
  margin-top: 320px !important;
}

.u-mt-33 {
  margin-top: 330px !important;
}

.u-mt-34 {
  margin-top: 340px !important;
}

.u-mt-35 {
  margin-top: 350px !important;
}

.u-mt-36 {
  margin-top: 360px !important;
}

.u-mt-37 {
  margin-top: 370px !important;
}

.u-mt-38 {
  margin-top: 380px !important;
}

.u-mt-39 {
  margin-top: 390px !important;
}

.u-mt-40 {
  margin-top: 400px !important;
}

.u-mt-41 {
  margin-top: 410px !important;
}

.u-mt-42 {
  margin-top: 420px !important;
}

.u-mt-43 {
  margin-top: 430px !important;
}

.u-mt-44 {
  margin-top: 440px !important;
}

.u-mt-45 {
  margin-top: 450px !important;
}

.u-mt-46 {
  margin-top: 460px !important;
}

.u-mt-47 {
  margin-top: 470px !important;
}

.u-mt-48 {
  margin-top: 480px !important;
}

.u-mt-49 {
  margin-top: 490px !important;
}

.u-mt-50 {
  margin-top: 500px !important;
}

.u-mt-51 {
  margin-top: 510px !important;
}

.u-mt-52 {
  margin-top: 520px !important;
}

.u-mt-53 {
  margin-top: 530px !important;
}

.u-mt-54 {
  margin-top: 540px !important;
}

.u-mt-55 {
  margin-top: 550px !important;
}

.u-mt-56 {
  margin-top: 560px !important;
}

.u-mt-57 {
  margin-top: 570px !important;
}

.u-mt-58 {
  margin-top: 580px !important;
}

.u-mt-59 {
  margin-top: 590px !important;
}

.u-mt-60 {
  margin-top: 600px !important;
}

.u-mt-61 {
  margin-top: 610px !important;
}

.u-mt-62 {
  margin-top: 620px !important;
}

.u-mt-63 {
  margin-top: 630px !important;
}

.u-mt-64 {
  margin-top: 640px !important;
}

.u-mt-65 {
  margin-top: 650px !important;
}

.u-mt-66 {
  margin-top: 660px !important;
}

.u-mt-67 {
  margin-top: 670px !important;
}

.u-mt-68 {
  margin-top: 680px !important;
}

.u-mt-69 {
  margin-top: 690px !important;
}

.u-mt-70 {
  margin-top: 700px !important;
}

.u-mt-71 {
  margin-top: 710px !important;
}

.u-mt-72 {
  margin-top: 720px !important;
}

.u-mt-73 {
  margin-top: 730px !important;
}

.u-mt-74 {
  margin-top: 740px !important;
}

.u-mt-75 {
  margin-top: 750px !important;
}

.u-mt-76 {
  margin-top: 760px !important;
}

.u-mt-77 {
  margin-top: 770px !important;
}

.u-mt-78 {
  margin-top: 780px !important;
}

.u-mt-79 {
  margin-top: 790px !important;
}

.u-mt-80 {
  margin-top: 800px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mt-0 {
    margin-top: 0px !important;
  }
  .u-tab-mt-1 {
    margin-top: 10px !important;
  }
  .u-tab-mt-2 {
    margin-top: 20px !important;
  }
  .u-tab-mt-3 {
    margin-top: 30px !important;
  }
  .u-tab-mt-4 {
    margin-top: 40px !important;
  }
  .u-tab-mt-5 {
    margin-top: 50px !important;
  }
  .u-tab-mt-6 {
    margin-top: 60px !important;
  }
  .u-tab-mt-7 {
    margin-top: 70px !important;
  }
  .u-tab-mt-8 {
    margin-top: 80px !important;
  }
  .u-tab-mt-9 {
    margin-top: 90px !important;
  }
  .u-tab-mt-10 {
    margin-top: 100px !important;
  }
  .u-tab-mt-11 {
    margin-top: 110px !important;
  }
  .u-tab-mt-12 {
    margin-top: 120px !important;
  }
  .u-tab-mt-13 {
    margin-top: 130px !important;
  }
  .u-tab-mt-14 {
    margin-top: 140px !important;
  }
  .u-tab-mt-15 {
    margin-top: 150px !important;
  }
  .u-tab-mt-16 {
    margin-top: 160px !important;
  }
  .u-tab-mt-17 {
    margin-top: 170px !important;
  }
  .u-tab-mt-18 {
    margin-top: 180px !important;
  }
  .u-tab-mt-19 {
    margin-top: 190px !important;
  }
  .u-tab-mt-20 {
    margin-top: 200px !important;
  }
  .u-tab-mt-21 {
    margin-top: 210px !important;
  }
  .u-tab-mt-22 {
    margin-top: 220px !important;
  }
  .u-tab-mt-23 {
    margin-top: 230px !important;
  }
  .u-tab-mt-24 {
    margin-top: 240px !important;
  }
  .u-tab-mt-25 {
    margin-top: 250px !important;
  }
  .u-tab-mt-26 {
    margin-top: 260px !important;
  }
  .u-tab-mt-27 {
    margin-top: 270px !important;
  }
  .u-tab-mt-28 {
    margin-top: 280px !important;
  }
  .u-tab-mt-29 {
    margin-top: 290px !important;
  }
  .u-tab-mt-30 {
    margin-top: 300px !important;
  }
  .u-tab-mt-31 {
    margin-top: 310px !important;
  }
  .u-tab-mt-32 {
    margin-top: 320px !important;
  }
  .u-tab-mt-33 {
    margin-top: 330px !important;
  }
  .u-tab-mt-34 {
    margin-top: 340px !important;
  }
  .u-tab-mt-35 {
    margin-top: 350px !important;
  }
  .u-tab-mt-36 {
    margin-top: 360px !important;
  }
  .u-tab-mt-37 {
    margin-top: 370px !important;
  }
  .u-tab-mt-38 {
    margin-top: 380px !important;
  }
  .u-tab-mt-39 {
    margin-top: 390px !important;
  }
  .u-tab-mt-40 {
    margin-top: 400px !important;
  }
  .u-tab-mt-41 {
    margin-top: 410px !important;
  }
  .u-tab-mt-42 {
    margin-top: 420px !important;
  }
  .u-tab-mt-43 {
    margin-top: 430px !important;
  }
  .u-tab-mt-44 {
    margin-top: 440px !important;
  }
  .u-tab-mt-45 {
    margin-top: 450px !important;
  }
  .u-tab-mt-46 {
    margin-top: 460px !important;
  }
  .u-tab-mt-47 {
    margin-top: 470px !important;
  }
  .u-tab-mt-48 {
    margin-top: 480px !important;
  }
  .u-tab-mt-49 {
    margin-top: 490px !important;
  }
  .u-tab-mt-50 {
    margin-top: 500px !important;
  }
  .u-tab-mt-51 {
    margin-top: 510px !important;
  }
  .u-tab-mt-52 {
    margin-top: 520px !important;
  }
  .u-tab-mt-53 {
    margin-top: 530px !important;
  }
  .u-tab-mt-54 {
    margin-top: 540px !important;
  }
  .u-tab-mt-55 {
    margin-top: 550px !important;
  }
  .u-tab-mt-56 {
    margin-top: 560px !important;
  }
  .u-tab-mt-57 {
    margin-top: 570px !important;
  }
  .u-tab-mt-58 {
    margin-top: 580px !important;
  }
  .u-tab-mt-59 {
    margin-top: 590px !important;
  }
  .u-tab-mt-60 {
    margin-top: 600px !important;
  }
  .u-tab-mt-61 {
    margin-top: 610px !important;
  }
  .u-tab-mt-62 {
    margin-top: 620px !important;
  }
  .u-tab-mt-63 {
    margin-top: 630px !important;
  }
  .u-tab-mt-64 {
    margin-top: 640px !important;
  }
  .u-tab-mt-65 {
    margin-top: 650px !important;
  }
  .u-tab-mt-66 {
    margin-top: 660px !important;
  }
  .u-tab-mt-67 {
    margin-top: 670px !important;
  }
  .u-tab-mt-68 {
    margin-top: 680px !important;
  }
  .u-tab-mt-69 {
    margin-top: 690px !important;
  }
  .u-tab-mt-70 {
    margin-top: 700px !important;
  }
  .u-tab-mt-71 {
    margin-top: 710px !important;
  }
  .u-tab-mt-72 {
    margin-top: 720px !important;
  }
  .u-tab-mt-73 {
    margin-top: 730px !important;
  }
  .u-tab-mt-74 {
    margin-top: 740px !important;
  }
  .u-tab-mt-75 {
    margin-top: 750px !important;
  }
  .u-tab-mt-76 {
    margin-top: 760px !important;
  }
  .u-tab-mt-77 {
    margin-top: 770px !important;
  }
  .u-tab-mt-78 {
    margin-top: 780px !important;
  }
  .u-tab-mt-79 {
    margin-top: 790px !important;
  }
  .u-tab-mt-80 {
    margin-top: 800px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mt-1 {
    margin-top: 10px !important;
  }
  .u-sp-mt-2 {
    margin-top: 20px !important;
  }
  .u-sp-mt-3 {
    margin-top: 30px !important;
  }
  .u-sp-mt-4 {
    margin-top: 40px !important;
  }
  .u-sp-mt-5 {
    margin-top: 50px !important;
  }
  .u-sp-mt-6 {
    margin-top: 60px !important;
  }
  .u-sp-mt-7 {
    margin-top: 70px !important;
  }
  .u-sp-mt-8 {
    margin-top: 80px !important;
  }
  .u-sp-mt-9 {
    margin-top: 90px !important;
  }
  .u-sp-mt-10 {
    margin-top: 100px !important;
  }
  .u-sp-mt-11 {
    margin-top: 110px !important;
  }
  .u-sp-mt-12 {
    margin-top: 120px !important;
  }
  .u-sp-mt-13 {
    margin-top: 130px !important;
  }
  .u-sp-mt-14 {
    margin-top: 140px !important;
  }
  .u-sp-mt-15 {
    margin-top: 150px !important;
  }
  .u-sp-mt-16 {
    margin-top: 160px !important;
  }
  .u-sp-mt-17 {
    margin-top: 170px !important;
  }
  .u-sp-mt-18 {
    margin-top: 180px !important;
  }
  .u-sp-mt-19 {
    margin-top: 190px !important;
  }
  .u-sp-mt-20 {
    margin-top: 200px !important;
  }
  .u-sp-mt-21 {
    margin-top: 210px !important;
  }
  .u-sp-mt-22 {
    margin-top: 220px !important;
  }
  .u-sp-mt-23 {
    margin-top: 230px !important;
  }
  .u-sp-mt-24 {
    margin-top: 240px !important;
  }
  .u-sp-mt-25 {
    margin-top: 250px !important;
  }
  .u-sp-mt-26 {
    margin-top: 260px !important;
  }
  .u-sp-mt-27 {
    margin-top: 270px !important;
  }
  .u-sp-mt-28 {
    margin-top: 280px !important;
  }
  .u-sp-mt-29 {
    margin-top: 290px !important;
  }
  .u-sp-mt-30 {
    margin-top: 300px !important;
  }
  .u-sp-mt-31 {
    margin-top: 310px !important;
  }
  .u-sp-mt-32 {
    margin-top: 320px !important;
  }
  .u-sp-mt-33 {
    margin-top: 330px !important;
  }
  .u-sp-mt-34 {
    margin-top: 340px !important;
  }
  .u-sp-mt-35 {
    margin-top: 350px !important;
  }
  .u-sp-mt-36 {
    margin-top: 360px !important;
  }
  .u-sp-mt-37 {
    margin-top: 370px !important;
  }
  .u-sp-mt-38 {
    margin-top: 380px !important;
  }
  .u-sp-mt-39 {
    margin-top: 390px !important;
  }
  .u-sp-mt-40 {
    margin-top: 400px !important;
  }
  .u-sp-mt-41 {
    margin-top: 410px !important;
  }
  .u-sp-mt-42 {
    margin-top: 420px !important;
  }
  .u-sp-mt-43 {
    margin-top: 430px !important;
  }
  .u-sp-mt-44 {
    margin-top: 440px !important;
  }
  .u-sp-mt-45 {
    margin-top: 450px !important;
  }
  .u-sp-mt-46 {
    margin-top: 460px !important;
  }
  .u-sp-mt-47 {
    margin-top: 470px !important;
  }
  .u-sp-mt-48 {
    margin-top: 480px !important;
  }
  .u-sp-mt-49 {
    margin-top: 490px !important;
  }
  .u-sp-mt-50 {
    margin-top: 500px !important;
  }
  .u-sp-mt-51 {
    margin-top: 510px !important;
  }
  .u-sp-mt-52 {
    margin-top: 520px !important;
  }
  .u-sp-mt-53 {
    margin-top: 530px !important;
  }
  .u-sp-mt-54 {
    margin-top: 540px !important;
  }
  .u-sp-mt-55 {
    margin-top: 550px !important;
  }
  .u-sp-mt-56 {
    margin-top: 560px !important;
  }
  .u-sp-mt-57 {
    margin-top: 570px !important;
  }
  .u-sp-mt-58 {
    margin-top: 580px !important;
  }
  .u-sp-mt-59 {
    margin-top: 590px !important;
  }
  .u-sp-mt-60 {
    margin-top: 600px !important;
  }
  .u-sp-mt-61 {
    margin-top: 610px !important;
  }
  .u-sp-mt-62 {
    margin-top: 620px !important;
  }
  .u-sp-mt-63 {
    margin-top: 630px !important;
  }
  .u-sp-mt-64 {
    margin-top: 640px !important;
  }
  .u-sp-mt-65 {
    margin-top: 650px !important;
  }
  .u-sp-mt-66 {
    margin-top: 660px !important;
  }
  .u-sp-mt-67 {
    margin-top: 670px !important;
  }
  .u-sp-mt-68 {
    margin-top: 680px !important;
  }
  .u-sp-mt-69 {
    margin-top: 690px !important;
  }
  .u-sp-mt-70 {
    margin-top: 700px !important;
  }
  .u-sp-mt-71 {
    margin-top: 710px !important;
  }
  .u-sp-mt-72 {
    margin-top: 720px !important;
  }
  .u-sp-mt-73 {
    margin-top: 730px !important;
  }
  .u-sp-mt-74 {
    margin-top: 740px !important;
  }
  .u-sp-mt-75 {
    margin-top: 750px !important;
  }
  .u-sp-mt-76 {
    margin-top: 760px !important;
  }
  .u-sp-mt-77 {
    margin-top: 770px !important;
  }
  .u-sp-mt-78 {
    margin-top: 780px !important;
  }
  .u-sp-mt-79 {
    margin-top: 790px !important;
  }
  .u-sp-mt-80 {
    margin-top: 800px !important;
  }
}
.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-1 {
  margin-right: 10px !important;
}

.u-mr-2 {
  margin-right: 20px !important;
}

.u-mr-3 {
  margin-right: 30px !important;
}

.u-mr-4 {
  margin-right: 40px !important;
}

.u-mr-5 {
  margin-right: 50px !important;
}

.u-mr-6 {
  margin-right: 60px !important;
}

.u-mr-7 {
  margin-right: 70px !important;
}

.u-mr-8 {
  margin-right: 80px !important;
}

.u-mr-9 {
  margin-right: 90px !important;
}

.u-mr-10 {
  margin-right: 100px !important;
}

.u-mr-11 {
  margin-right: 110px !important;
}

.u-mr-12 {
  margin-right: 120px !important;
}

.u-mr-13 {
  margin-right: 130px !important;
}

.u-mr-14 {
  margin-right: 140px !important;
}

.u-mr-15 {
  margin-right: 150px !important;
}

.u-mr-16 {
  margin-right: 160px !important;
}

.u-mr-17 {
  margin-right: 170px !important;
}

.u-mr-18 {
  margin-right: 180px !important;
}

.u-mr-19 {
  margin-right: 190px !important;
}

.u-mr-20 {
  margin-right: 200px !important;
}

.u-mr-21 {
  margin-right: 210px !important;
}

.u-mr-22 {
  margin-right: 220px !important;
}

.u-mr-23 {
  margin-right: 230px !important;
}

.u-mr-24 {
  margin-right: 240px !important;
}

.u-mr-25 {
  margin-right: 250px !important;
}

.u-mr-26 {
  margin-right: 260px !important;
}

.u-mr-27 {
  margin-right: 270px !important;
}

.u-mr-28 {
  margin-right: 280px !important;
}

.u-mr-29 {
  margin-right: 290px !important;
}

.u-mr-30 {
  margin-right: 300px !important;
}

.u-mr-31 {
  margin-right: 310px !important;
}

.u-mr-32 {
  margin-right: 320px !important;
}

.u-mr-33 {
  margin-right: 330px !important;
}

.u-mr-34 {
  margin-right: 340px !important;
}

.u-mr-35 {
  margin-right: 350px !important;
}

.u-mr-36 {
  margin-right: 360px !important;
}

.u-mr-37 {
  margin-right: 370px !important;
}

.u-mr-38 {
  margin-right: 380px !important;
}

.u-mr-39 {
  margin-right: 390px !important;
}

.u-mr-40 {
  margin-right: 400px !important;
}

.u-mr-41 {
  margin-right: 410px !important;
}

.u-mr-42 {
  margin-right: 420px !important;
}

.u-mr-43 {
  margin-right: 430px !important;
}

.u-mr-44 {
  margin-right: 440px !important;
}

.u-mr-45 {
  margin-right: 450px !important;
}

.u-mr-46 {
  margin-right: 460px !important;
}

.u-mr-47 {
  margin-right: 470px !important;
}

.u-mr-48 {
  margin-right: 480px !important;
}

.u-mr-49 {
  margin-right: 490px !important;
}

.u-mr-50 {
  margin-right: 500px !important;
}

.u-mr-51 {
  margin-right: 510px !important;
}

.u-mr-52 {
  margin-right: 520px !important;
}

.u-mr-53 {
  margin-right: 530px !important;
}

.u-mr-54 {
  margin-right: 540px !important;
}

.u-mr-55 {
  margin-right: 550px !important;
}

.u-mr-56 {
  margin-right: 560px !important;
}

.u-mr-57 {
  margin-right: 570px !important;
}

.u-mr-58 {
  margin-right: 580px !important;
}

.u-mr-59 {
  margin-right: 590px !important;
}

.u-mr-60 {
  margin-right: 600px !important;
}

.u-mr-61 {
  margin-right: 610px !important;
}

.u-mr-62 {
  margin-right: 620px !important;
}

.u-mr-63 {
  margin-right: 630px !important;
}

.u-mr-64 {
  margin-right: 640px !important;
}

.u-mr-65 {
  margin-right: 650px !important;
}

.u-mr-66 {
  margin-right: 660px !important;
}

.u-mr-67 {
  margin-right: 670px !important;
}

.u-mr-68 {
  margin-right: 680px !important;
}

.u-mr-69 {
  margin-right: 690px !important;
}

.u-mr-70 {
  margin-right: 700px !important;
}

.u-mr-71 {
  margin-right: 710px !important;
}

.u-mr-72 {
  margin-right: 720px !important;
}

.u-mr-73 {
  margin-right: 730px !important;
}

.u-mr-74 {
  margin-right: 740px !important;
}

.u-mr-75 {
  margin-right: 750px !important;
}

.u-mr-76 {
  margin-right: 760px !important;
}

.u-mr-77 {
  margin-right: 770px !important;
}

.u-mr-78 {
  margin-right: 780px !important;
}

.u-mr-79 {
  margin-right: 790px !important;
}

.u-mr-80 {
  margin-right: 800px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mr-0 {
    margin-right: 0px !important;
  }
  .u-tab-mr-1 {
    margin-right: 10px !important;
  }
  .u-tab-mr-2 {
    margin-right: 20px !important;
  }
  .u-tab-mr-3 {
    margin-right: 30px !important;
  }
  .u-tab-mr-4 {
    margin-right: 40px !important;
  }
  .u-tab-mr-5 {
    margin-right: 50px !important;
  }
  .u-tab-mr-6 {
    margin-right: 60px !important;
  }
  .u-tab-mr-7 {
    margin-right: 70px !important;
  }
  .u-tab-mr-8 {
    margin-right: 80px !important;
  }
  .u-tab-mr-9 {
    margin-right: 90px !important;
  }
  .u-tab-mr-10 {
    margin-right: 100px !important;
  }
  .u-tab-mr-11 {
    margin-right: 110px !important;
  }
  .u-tab-mr-12 {
    margin-right: 120px !important;
  }
  .u-tab-mr-13 {
    margin-right: 130px !important;
  }
  .u-tab-mr-14 {
    margin-right: 140px !important;
  }
  .u-tab-mr-15 {
    margin-right: 150px !important;
  }
  .u-tab-mr-16 {
    margin-right: 160px !important;
  }
  .u-tab-mr-17 {
    margin-right: 170px !important;
  }
  .u-tab-mr-18 {
    margin-right: 180px !important;
  }
  .u-tab-mr-19 {
    margin-right: 190px !important;
  }
  .u-tab-mr-20 {
    margin-right: 200px !important;
  }
  .u-tab-mr-21 {
    margin-right: 210px !important;
  }
  .u-tab-mr-22 {
    margin-right: 220px !important;
  }
  .u-tab-mr-23 {
    margin-right: 230px !important;
  }
  .u-tab-mr-24 {
    margin-right: 240px !important;
  }
  .u-tab-mr-25 {
    margin-right: 250px !important;
  }
  .u-tab-mr-26 {
    margin-right: 260px !important;
  }
  .u-tab-mr-27 {
    margin-right: 270px !important;
  }
  .u-tab-mr-28 {
    margin-right: 280px !important;
  }
  .u-tab-mr-29 {
    margin-right: 290px !important;
  }
  .u-tab-mr-30 {
    margin-right: 300px !important;
  }
  .u-tab-mr-31 {
    margin-right: 310px !important;
  }
  .u-tab-mr-32 {
    margin-right: 320px !important;
  }
  .u-tab-mr-33 {
    margin-right: 330px !important;
  }
  .u-tab-mr-34 {
    margin-right: 340px !important;
  }
  .u-tab-mr-35 {
    margin-right: 350px !important;
  }
  .u-tab-mr-36 {
    margin-right: 360px !important;
  }
  .u-tab-mr-37 {
    margin-right: 370px !important;
  }
  .u-tab-mr-38 {
    margin-right: 380px !important;
  }
  .u-tab-mr-39 {
    margin-right: 390px !important;
  }
  .u-tab-mr-40 {
    margin-right: 400px !important;
  }
  .u-tab-mr-41 {
    margin-right: 410px !important;
  }
  .u-tab-mr-42 {
    margin-right: 420px !important;
  }
  .u-tab-mr-43 {
    margin-right: 430px !important;
  }
  .u-tab-mr-44 {
    margin-right: 440px !important;
  }
  .u-tab-mr-45 {
    margin-right: 450px !important;
  }
  .u-tab-mr-46 {
    margin-right: 460px !important;
  }
  .u-tab-mr-47 {
    margin-right: 470px !important;
  }
  .u-tab-mr-48 {
    margin-right: 480px !important;
  }
  .u-tab-mr-49 {
    margin-right: 490px !important;
  }
  .u-tab-mr-50 {
    margin-right: 500px !important;
  }
  .u-tab-mr-51 {
    margin-right: 510px !important;
  }
  .u-tab-mr-52 {
    margin-right: 520px !important;
  }
  .u-tab-mr-53 {
    margin-right: 530px !important;
  }
  .u-tab-mr-54 {
    margin-right: 540px !important;
  }
  .u-tab-mr-55 {
    margin-right: 550px !important;
  }
  .u-tab-mr-56 {
    margin-right: 560px !important;
  }
  .u-tab-mr-57 {
    margin-right: 570px !important;
  }
  .u-tab-mr-58 {
    margin-right: 580px !important;
  }
  .u-tab-mr-59 {
    margin-right: 590px !important;
  }
  .u-tab-mr-60 {
    margin-right: 600px !important;
  }
  .u-tab-mr-61 {
    margin-right: 610px !important;
  }
  .u-tab-mr-62 {
    margin-right: 620px !important;
  }
  .u-tab-mr-63 {
    margin-right: 630px !important;
  }
  .u-tab-mr-64 {
    margin-right: 640px !important;
  }
  .u-tab-mr-65 {
    margin-right: 650px !important;
  }
  .u-tab-mr-66 {
    margin-right: 660px !important;
  }
  .u-tab-mr-67 {
    margin-right: 670px !important;
  }
  .u-tab-mr-68 {
    margin-right: 680px !important;
  }
  .u-tab-mr-69 {
    margin-right: 690px !important;
  }
  .u-tab-mr-70 {
    margin-right: 700px !important;
  }
  .u-tab-mr-71 {
    margin-right: 710px !important;
  }
  .u-tab-mr-72 {
    margin-right: 720px !important;
  }
  .u-tab-mr-73 {
    margin-right: 730px !important;
  }
  .u-tab-mr-74 {
    margin-right: 740px !important;
  }
  .u-tab-mr-75 {
    margin-right: 750px !important;
  }
  .u-tab-mr-76 {
    margin-right: 760px !important;
  }
  .u-tab-mr-77 {
    margin-right: 770px !important;
  }
  .u-tab-mr-78 {
    margin-right: 780px !important;
  }
  .u-tab-mr-79 {
    margin-right: 790px !important;
  }
  .u-tab-mr-80 {
    margin-right: 800px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mr-1 {
    margin-right: 10px !important;
  }
  .u-sp-mr-2 {
    margin-right: 20px !important;
  }
  .u-sp-mr-3 {
    margin-right: 30px !important;
  }
  .u-sp-mr-4 {
    margin-right: 40px !important;
  }
  .u-sp-mr-5 {
    margin-right: 50px !important;
  }
  .u-sp-mr-6 {
    margin-right: 60px !important;
  }
  .u-sp-mr-7 {
    margin-right: 70px !important;
  }
  .u-sp-mr-8 {
    margin-right: 80px !important;
  }
  .u-sp-mr-9 {
    margin-right: 90px !important;
  }
  .u-sp-mr-10 {
    margin-right: 100px !important;
  }
  .u-sp-mr-11 {
    margin-right: 110px !important;
  }
  .u-sp-mr-12 {
    margin-right: 120px !important;
  }
  .u-sp-mr-13 {
    margin-right: 130px !important;
  }
  .u-sp-mr-14 {
    margin-right: 140px !important;
  }
  .u-sp-mr-15 {
    margin-right: 150px !important;
  }
  .u-sp-mr-16 {
    margin-right: 160px !important;
  }
  .u-sp-mr-17 {
    margin-right: 170px !important;
  }
  .u-sp-mr-18 {
    margin-right: 180px !important;
  }
  .u-sp-mr-19 {
    margin-right: 190px !important;
  }
  .u-sp-mr-20 {
    margin-right: 200px !important;
  }
  .u-sp-mr-21 {
    margin-right: 210px !important;
  }
  .u-sp-mr-22 {
    margin-right: 220px !important;
  }
  .u-sp-mr-23 {
    margin-right: 230px !important;
  }
  .u-sp-mr-24 {
    margin-right: 240px !important;
  }
  .u-sp-mr-25 {
    margin-right: 250px !important;
  }
  .u-sp-mr-26 {
    margin-right: 260px !important;
  }
  .u-sp-mr-27 {
    margin-right: 270px !important;
  }
  .u-sp-mr-28 {
    margin-right: 280px !important;
  }
  .u-sp-mr-29 {
    margin-right: 290px !important;
  }
  .u-sp-mr-30 {
    margin-right: 300px !important;
  }
  .u-sp-mr-31 {
    margin-right: 310px !important;
  }
  .u-sp-mr-32 {
    margin-right: 320px !important;
  }
  .u-sp-mr-33 {
    margin-right: 330px !important;
  }
  .u-sp-mr-34 {
    margin-right: 340px !important;
  }
  .u-sp-mr-35 {
    margin-right: 350px !important;
  }
  .u-sp-mr-36 {
    margin-right: 360px !important;
  }
  .u-sp-mr-37 {
    margin-right: 370px !important;
  }
  .u-sp-mr-38 {
    margin-right: 380px !important;
  }
  .u-sp-mr-39 {
    margin-right: 390px !important;
  }
  .u-sp-mr-40 {
    margin-right: 400px !important;
  }
  .u-sp-mr-41 {
    margin-right: 410px !important;
  }
  .u-sp-mr-42 {
    margin-right: 420px !important;
  }
  .u-sp-mr-43 {
    margin-right: 430px !important;
  }
  .u-sp-mr-44 {
    margin-right: 440px !important;
  }
  .u-sp-mr-45 {
    margin-right: 450px !important;
  }
  .u-sp-mr-46 {
    margin-right: 460px !important;
  }
  .u-sp-mr-47 {
    margin-right: 470px !important;
  }
  .u-sp-mr-48 {
    margin-right: 480px !important;
  }
  .u-sp-mr-49 {
    margin-right: 490px !important;
  }
  .u-sp-mr-50 {
    margin-right: 500px !important;
  }
  .u-sp-mr-51 {
    margin-right: 510px !important;
  }
  .u-sp-mr-52 {
    margin-right: 520px !important;
  }
  .u-sp-mr-53 {
    margin-right: 530px !important;
  }
  .u-sp-mr-54 {
    margin-right: 540px !important;
  }
  .u-sp-mr-55 {
    margin-right: 550px !important;
  }
  .u-sp-mr-56 {
    margin-right: 560px !important;
  }
  .u-sp-mr-57 {
    margin-right: 570px !important;
  }
  .u-sp-mr-58 {
    margin-right: 580px !important;
  }
  .u-sp-mr-59 {
    margin-right: 590px !important;
  }
  .u-sp-mr-60 {
    margin-right: 600px !important;
  }
  .u-sp-mr-61 {
    margin-right: 610px !important;
  }
  .u-sp-mr-62 {
    margin-right: 620px !important;
  }
  .u-sp-mr-63 {
    margin-right: 630px !important;
  }
  .u-sp-mr-64 {
    margin-right: 640px !important;
  }
  .u-sp-mr-65 {
    margin-right: 650px !important;
  }
  .u-sp-mr-66 {
    margin-right: 660px !important;
  }
  .u-sp-mr-67 {
    margin-right: 670px !important;
  }
  .u-sp-mr-68 {
    margin-right: 680px !important;
  }
  .u-sp-mr-69 {
    margin-right: 690px !important;
  }
  .u-sp-mr-70 {
    margin-right: 700px !important;
  }
  .u-sp-mr-71 {
    margin-right: 710px !important;
  }
  .u-sp-mr-72 {
    margin-right: 720px !important;
  }
  .u-sp-mr-73 {
    margin-right: 730px !important;
  }
  .u-sp-mr-74 {
    margin-right: 740px !important;
  }
  .u-sp-mr-75 {
    margin-right: 750px !important;
  }
  .u-sp-mr-76 {
    margin-right: 760px !important;
  }
  .u-sp-mr-77 {
    margin-right: 770px !important;
  }
  .u-sp-mr-78 {
    margin-right: 780px !important;
  }
  .u-sp-mr-79 {
    margin-right: 790px !important;
  }
  .u-sp-mr-80 {
    margin-right: 800px !important;
  }
}
.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-1 {
  margin-bottom: 10px !important;
}

.u-mb-2 {
  margin-bottom: 20px !important;
}

.u-mb-3 {
  margin-bottom: 30px !important;
}

.u-mb-4 {
  margin-bottom: 40px !important;
}

.u-mb-5 {
  margin-bottom: 50px !important;
}

.u-mb-6 {
  margin-bottom: 60px !important;
}

.u-mb-7 {
  margin-bottom: 70px !important;
}

.u-mb-8 {
  margin-bottom: 80px !important;
}

.u-mb-9 {
  margin-bottom: 90px !important;
}

.u-mb-10 {
  margin-bottom: 100px !important;
}

.u-mb-11 {
  margin-bottom: 110px !important;
}

.u-mb-12 {
  margin-bottom: 120px !important;
}

.u-mb-13 {
  margin-bottom: 130px !important;
}

.u-mb-14 {
  margin-bottom: 140px !important;
}

.u-mb-15 {
  margin-bottom: 150px !important;
}

.u-mb-16 {
  margin-bottom: 160px !important;
}

.u-mb-17 {
  margin-bottom: 170px !important;
}

.u-mb-18 {
  margin-bottom: 180px !important;
}

.u-mb-19 {
  margin-bottom: 190px !important;
}

.u-mb-20 {
  margin-bottom: 200px !important;
}

.u-mb-21 {
  margin-bottom: 210px !important;
}

.u-mb-22 {
  margin-bottom: 220px !important;
}

.u-mb-23 {
  margin-bottom: 230px !important;
}

.u-mb-24 {
  margin-bottom: 240px !important;
}

.u-mb-25 {
  margin-bottom: 250px !important;
}

.u-mb-26 {
  margin-bottom: 260px !important;
}

.u-mb-27 {
  margin-bottom: 270px !important;
}

.u-mb-28 {
  margin-bottom: 280px !important;
}

.u-mb-29 {
  margin-bottom: 290px !important;
}

.u-mb-30 {
  margin-bottom: 300px !important;
}

.u-mb-31 {
  margin-bottom: 310px !important;
}

.u-mb-32 {
  margin-bottom: 320px !important;
}

.u-mb-33 {
  margin-bottom: 330px !important;
}

.u-mb-34 {
  margin-bottom: 340px !important;
}

.u-mb-35 {
  margin-bottom: 350px !important;
}

.u-mb-36 {
  margin-bottom: 360px !important;
}

.u-mb-37 {
  margin-bottom: 370px !important;
}

.u-mb-38 {
  margin-bottom: 380px !important;
}

.u-mb-39 {
  margin-bottom: 390px !important;
}

.u-mb-40 {
  margin-bottom: 400px !important;
}

.u-mb-41 {
  margin-bottom: 410px !important;
}

.u-mb-42 {
  margin-bottom: 420px !important;
}

.u-mb-43 {
  margin-bottom: 430px !important;
}

.u-mb-44 {
  margin-bottom: 440px !important;
}

.u-mb-45 {
  margin-bottom: 450px !important;
}

.u-mb-46 {
  margin-bottom: 460px !important;
}

.u-mb-47 {
  margin-bottom: 470px !important;
}

.u-mb-48 {
  margin-bottom: 480px !important;
}

.u-mb-49 {
  margin-bottom: 490px !important;
}

.u-mb-50 {
  margin-bottom: 500px !important;
}

.u-mb-51 {
  margin-bottom: 510px !important;
}

.u-mb-52 {
  margin-bottom: 520px !important;
}

.u-mb-53 {
  margin-bottom: 530px !important;
}

.u-mb-54 {
  margin-bottom: 540px !important;
}

.u-mb-55 {
  margin-bottom: 550px !important;
}

.u-mb-56 {
  margin-bottom: 560px !important;
}

.u-mb-57 {
  margin-bottom: 570px !important;
}

.u-mb-58 {
  margin-bottom: 580px !important;
}

.u-mb-59 {
  margin-bottom: 590px !important;
}

.u-mb-60 {
  margin-bottom: 600px !important;
}

.u-mb-61 {
  margin-bottom: 610px !important;
}

.u-mb-62 {
  margin-bottom: 620px !important;
}

.u-mb-63 {
  margin-bottom: 630px !important;
}

.u-mb-64 {
  margin-bottom: 640px !important;
}

.u-mb-65 {
  margin-bottom: 650px !important;
}

.u-mb-66 {
  margin-bottom: 660px !important;
}

.u-mb-67 {
  margin-bottom: 670px !important;
}

.u-mb-68 {
  margin-bottom: 680px !important;
}

.u-mb-69 {
  margin-bottom: 690px !important;
}

.u-mb-70 {
  margin-bottom: 700px !important;
}

.u-mb-71 {
  margin-bottom: 710px !important;
}

.u-mb-72 {
  margin-bottom: 720px !important;
}

.u-mb-73 {
  margin-bottom: 730px !important;
}

.u-mb-74 {
  margin-bottom: 740px !important;
}

.u-mb-75 {
  margin-bottom: 750px !important;
}

.u-mb-76 {
  margin-bottom: 760px !important;
}

.u-mb-77 {
  margin-bottom: 770px !important;
}

.u-mb-78 {
  margin-bottom: 780px !important;
}

.u-mb-79 {
  margin-bottom: 790px !important;
}

.u-mb-80 {
  margin-bottom: 800px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-tab-mb-1 {
    margin-bottom: 10px !important;
  }
  .u-tab-mb-2 {
    margin-bottom: 20px !important;
  }
  .u-tab-mb-3 {
    margin-bottom: 30px !important;
  }
  .u-tab-mb-4 {
    margin-bottom: 40px !important;
  }
  .u-tab-mb-5 {
    margin-bottom: 50px !important;
  }
  .u-tab-mb-6 {
    margin-bottom: 60px !important;
  }
  .u-tab-mb-7 {
    margin-bottom: 70px !important;
  }
  .u-tab-mb-8 {
    margin-bottom: 80px !important;
  }
  .u-tab-mb-9 {
    margin-bottom: 90px !important;
  }
  .u-tab-mb-10 {
    margin-bottom: 100px !important;
  }
  .u-tab-mb-11 {
    margin-bottom: 110px !important;
  }
  .u-tab-mb-12 {
    margin-bottom: 120px !important;
  }
  .u-tab-mb-13 {
    margin-bottom: 130px !important;
  }
  .u-tab-mb-14 {
    margin-bottom: 140px !important;
  }
  .u-tab-mb-15 {
    margin-bottom: 150px !important;
  }
  .u-tab-mb-16 {
    margin-bottom: 160px !important;
  }
  .u-tab-mb-17 {
    margin-bottom: 170px !important;
  }
  .u-tab-mb-18 {
    margin-bottom: 180px !important;
  }
  .u-tab-mb-19 {
    margin-bottom: 190px !important;
  }
  .u-tab-mb-20 {
    margin-bottom: 200px !important;
  }
  .u-tab-mb-21 {
    margin-bottom: 210px !important;
  }
  .u-tab-mb-22 {
    margin-bottom: 220px !important;
  }
  .u-tab-mb-23 {
    margin-bottom: 230px !important;
  }
  .u-tab-mb-24 {
    margin-bottom: 240px !important;
  }
  .u-tab-mb-25 {
    margin-bottom: 250px !important;
  }
  .u-tab-mb-26 {
    margin-bottom: 260px !important;
  }
  .u-tab-mb-27 {
    margin-bottom: 270px !important;
  }
  .u-tab-mb-28 {
    margin-bottom: 280px !important;
  }
  .u-tab-mb-29 {
    margin-bottom: 290px !important;
  }
  .u-tab-mb-30 {
    margin-bottom: 300px !important;
  }
  .u-tab-mb-31 {
    margin-bottom: 310px !important;
  }
  .u-tab-mb-32 {
    margin-bottom: 320px !important;
  }
  .u-tab-mb-33 {
    margin-bottom: 330px !important;
  }
  .u-tab-mb-34 {
    margin-bottom: 340px !important;
  }
  .u-tab-mb-35 {
    margin-bottom: 350px !important;
  }
  .u-tab-mb-36 {
    margin-bottom: 360px !important;
  }
  .u-tab-mb-37 {
    margin-bottom: 370px !important;
  }
  .u-tab-mb-38 {
    margin-bottom: 380px !important;
  }
  .u-tab-mb-39 {
    margin-bottom: 390px !important;
  }
  .u-tab-mb-40 {
    margin-bottom: 400px !important;
  }
  .u-tab-mb-41 {
    margin-bottom: 410px !important;
  }
  .u-tab-mb-42 {
    margin-bottom: 420px !important;
  }
  .u-tab-mb-43 {
    margin-bottom: 430px !important;
  }
  .u-tab-mb-44 {
    margin-bottom: 440px !important;
  }
  .u-tab-mb-45 {
    margin-bottom: 450px !important;
  }
  .u-tab-mb-46 {
    margin-bottom: 460px !important;
  }
  .u-tab-mb-47 {
    margin-bottom: 470px !important;
  }
  .u-tab-mb-48 {
    margin-bottom: 480px !important;
  }
  .u-tab-mb-49 {
    margin-bottom: 490px !important;
  }
  .u-tab-mb-50 {
    margin-bottom: 500px !important;
  }
  .u-tab-mb-51 {
    margin-bottom: 510px !important;
  }
  .u-tab-mb-52 {
    margin-bottom: 520px !important;
  }
  .u-tab-mb-53 {
    margin-bottom: 530px !important;
  }
  .u-tab-mb-54 {
    margin-bottom: 540px !important;
  }
  .u-tab-mb-55 {
    margin-bottom: 550px !important;
  }
  .u-tab-mb-56 {
    margin-bottom: 560px !important;
  }
  .u-tab-mb-57 {
    margin-bottom: 570px !important;
  }
  .u-tab-mb-58 {
    margin-bottom: 580px !important;
  }
  .u-tab-mb-59 {
    margin-bottom: 590px !important;
  }
  .u-tab-mb-60 {
    margin-bottom: 600px !important;
  }
  .u-tab-mb-61 {
    margin-bottom: 610px !important;
  }
  .u-tab-mb-62 {
    margin-bottom: 620px !important;
  }
  .u-tab-mb-63 {
    margin-bottom: 630px !important;
  }
  .u-tab-mb-64 {
    margin-bottom: 640px !important;
  }
  .u-tab-mb-65 {
    margin-bottom: 650px !important;
  }
  .u-tab-mb-66 {
    margin-bottom: 660px !important;
  }
  .u-tab-mb-67 {
    margin-bottom: 670px !important;
  }
  .u-tab-mb-68 {
    margin-bottom: 680px !important;
  }
  .u-tab-mb-69 {
    margin-bottom: 690px !important;
  }
  .u-tab-mb-70 {
    margin-bottom: 700px !important;
  }
  .u-tab-mb-71 {
    margin-bottom: 710px !important;
  }
  .u-tab-mb-72 {
    margin-bottom: 720px !important;
  }
  .u-tab-mb-73 {
    margin-bottom: 730px !important;
  }
  .u-tab-mb-74 {
    margin-bottom: 740px !important;
  }
  .u-tab-mb-75 {
    margin-bottom: 750px !important;
  }
  .u-tab-mb-76 {
    margin-bottom: 760px !important;
  }
  .u-tab-mb-77 {
    margin-bottom: 770px !important;
  }
  .u-tab-mb-78 {
    margin-bottom: 780px !important;
  }
  .u-tab-mb-79 {
    margin-bottom: 790px !important;
  }
  .u-tab-mb-80 {
    margin-bottom: 800px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-mb-1 {
    margin-bottom: 10px !important;
  }
  .u-sp-mb-2 {
    margin-bottom: 20px !important;
  }
  .u-sp-mb-3 {
    margin-bottom: 30px !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 40px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 50px !important;
  }
  .u-sp-mb-6 {
    margin-bottom: 60px !important;
  }
  .u-sp-mb-7 {
    margin-bottom: 70px !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 80px !important;
  }
  .u-sp-mb-9 {
    margin-bottom: 90px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 100px !important;
  }
  .u-sp-mb-11 {
    margin-bottom: 110px !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 120px !important;
  }
  .u-sp-mb-13 {
    margin-bottom: 130px !important;
  }
  .u-sp-mb-14 {
    margin-bottom: 140px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 150px !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 160px !important;
  }
  .u-sp-mb-17 {
    margin-bottom: 170px !important;
  }
  .u-sp-mb-18 {
    margin-bottom: 180px !important;
  }
  .u-sp-mb-19 {
    margin-bottom: 190px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 200px !important;
  }
  .u-sp-mb-21 {
    margin-bottom: 210px !important;
  }
  .u-sp-mb-22 {
    margin-bottom: 220px !important;
  }
  .u-sp-mb-23 {
    margin-bottom: 230px !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 240px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 250px !important;
  }
  .u-sp-mb-26 {
    margin-bottom: 260px !important;
  }
  .u-sp-mb-27 {
    margin-bottom: 270px !important;
  }
  .u-sp-mb-28 {
    margin-bottom: 280px !important;
  }
  .u-sp-mb-29 {
    margin-bottom: 290px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 300px !important;
  }
  .u-sp-mb-31 {
    margin-bottom: 310px !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 320px !important;
  }
  .u-sp-mb-33 {
    margin-bottom: 330px !important;
  }
  .u-sp-mb-34 {
    margin-bottom: 340px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 350px !important;
  }
  .u-sp-mb-36 {
    margin-bottom: 360px !important;
  }
  .u-sp-mb-37 {
    margin-bottom: 370px !important;
  }
  .u-sp-mb-38 {
    margin-bottom: 380px !important;
  }
  .u-sp-mb-39 {
    margin-bottom: 390px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 400px !important;
  }
  .u-sp-mb-41 {
    margin-bottom: 410px !important;
  }
  .u-sp-mb-42 {
    margin-bottom: 420px !important;
  }
  .u-sp-mb-43 {
    margin-bottom: 430px !important;
  }
  .u-sp-mb-44 {
    margin-bottom: 440px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 450px !important;
  }
  .u-sp-mb-46 {
    margin-bottom: 460px !important;
  }
  .u-sp-mb-47 {
    margin-bottom: 470px !important;
  }
  .u-sp-mb-48 {
    margin-bottom: 480px !important;
  }
  .u-sp-mb-49 {
    margin-bottom: 490px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 500px !important;
  }
  .u-sp-mb-51 {
    margin-bottom: 510px !important;
  }
  .u-sp-mb-52 {
    margin-bottom: 520px !important;
  }
  .u-sp-mb-53 {
    margin-bottom: 530px !important;
  }
  .u-sp-mb-54 {
    margin-bottom: 540px !important;
  }
  .u-sp-mb-55 {
    margin-bottom: 550px !important;
  }
  .u-sp-mb-56 {
    margin-bottom: 560px !important;
  }
  .u-sp-mb-57 {
    margin-bottom: 570px !important;
  }
  .u-sp-mb-58 {
    margin-bottom: 580px !important;
  }
  .u-sp-mb-59 {
    margin-bottom: 590px !important;
  }
  .u-sp-mb-60 {
    margin-bottom: 600px !important;
  }
  .u-sp-mb-61 {
    margin-bottom: 610px !important;
  }
  .u-sp-mb-62 {
    margin-bottom: 620px !important;
  }
  .u-sp-mb-63 {
    margin-bottom: 630px !important;
  }
  .u-sp-mb-64 {
    margin-bottom: 640px !important;
  }
  .u-sp-mb-65 {
    margin-bottom: 650px !important;
  }
  .u-sp-mb-66 {
    margin-bottom: 660px !important;
  }
  .u-sp-mb-67 {
    margin-bottom: 670px !important;
  }
  .u-sp-mb-68 {
    margin-bottom: 680px !important;
  }
  .u-sp-mb-69 {
    margin-bottom: 690px !important;
  }
  .u-sp-mb-70 {
    margin-bottom: 700px !important;
  }
  .u-sp-mb-71 {
    margin-bottom: 710px !important;
  }
  .u-sp-mb-72 {
    margin-bottom: 720px !important;
  }
  .u-sp-mb-73 {
    margin-bottom: 730px !important;
  }
  .u-sp-mb-74 {
    margin-bottom: 740px !important;
  }
  .u-sp-mb-75 {
    margin-bottom: 750px !important;
  }
  .u-sp-mb-76 {
    margin-bottom: 760px !important;
  }
  .u-sp-mb-77 {
    margin-bottom: 770px !important;
  }
  .u-sp-mb-78 {
    margin-bottom: 780px !important;
  }
  .u-sp-mb-79 {
    margin-bottom: 790px !important;
  }
  .u-sp-mb-80 {
    margin-bottom: 800px !important;
  }
}
.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-1 {
  margin-left: 10px !important;
}

.u-ml-2 {
  margin-left: 20px !important;
}

.u-ml-3 {
  margin-left: 30px !important;
}

.u-ml-4 {
  margin-left: 40px !important;
}

.u-ml-5 {
  margin-left: 50px !important;
}

.u-ml-6 {
  margin-left: 60px !important;
}

.u-ml-7 {
  margin-left: 70px !important;
}

.u-ml-8 {
  margin-left: 80px !important;
}

.u-ml-9 {
  margin-left: 90px !important;
}

.u-ml-10 {
  margin-left: 100px !important;
}

.u-ml-11 {
  margin-left: 110px !important;
}

.u-ml-12 {
  margin-left: 120px !important;
}

.u-ml-13 {
  margin-left: 130px !important;
}

.u-ml-14 {
  margin-left: 140px !important;
}

.u-ml-15 {
  margin-left: 150px !important;
}

.u-ml-16 {
  margin-left: 160px !important;
}

.u-ml-17 {
  margin-left: 170px !important;
}

.u-ml-18 {
  margin-left: 180px !important;
}

.u-ml-19 {
  margin-left: 190px !important;
}

.u-ml-20 {
  margin-left: 200px !important;
}

.u-ml-21 {
  margin-left: 210px !important;
}

.u-ml-22 {
  margin-left: 220px !important;
}

.u-ml-23 {
  margin-left: 230px !important;
}

.u-ml-24 {
  margin-left: 240px !important;
}

.u-ml-25 {
  margin-left: 250px !important;
}

.u-ml-26 {
  margin-left: 260px !important;
}

.u-ml-27 {
  margin-left: 270px !important;
}

.u-ml-28 {
  margin-left: 280px !important;
}

.u-ml-29 {
  margin-left: 290px !important;
}

.u-ml-30 {
  margin-left: 300px !important;
}

.u-ml-31 {
  margin-left: 310px !important;
}

.u-ml-32 {
  margin-left: 320px !important;
}

.u-ml-33 {
  margin-left: 330px !important;
}

.u-ml-34 {
  margin-left: 340px !important;
}

.u-ml-35 {
  margin-left: 350px !important;
}

.u-ml-36 {
  margin-left: 360px !important;
}

.u-ml-37 {
  margin-left: 370px !important;
}

.u-ml-38 {
  margin-left: 380px !important;
}

.u-ml-39 {
  margin-left: 390px !important;
}

.u-ml-40 {
  margin-left: 400px !important;
}

.u-ml-41 {
  margin-left: 410px !important;
}

.u-ml-42 {
  margin-left: 420px !important;
}

.u-ml-43 {
  margin-left: 430px !important;
}

.u-ml-44 {
  margin-left: 440px !important;
}

.u-ml-45 {
  margin-left: 450px !important;
}

.u-ml-46 {
  margin-left: 460px !important;
}

.u-ml-47 {
  margin-left: 470px !important;
}

.u-ml-48 {
  margin-left: 480px !important;
}

.u-ml-49 {
  margin-left: 490px !important;
}

.u-ml-50 {
  margin-left: 500px !important;
}

.u-ml-51 {
  margin-left: 510px !important;
}

.u-ml-52 {
  margin-left: 520px !important;
}

.u-ml-53 {
  margin-left: 530px !important;
}

.u-ml-54 {
  margin-left: 540px !important;
}

.u-ml-55 {
  margin-left: 550px !important;
}

.u-ml-56 {
  margin-left: 560px !important;
}

.u-ml-57 {
  margin-left: 570px !important;
}

.u-ml-58 {
  margin-left: 580px !important;
}

.u-ml-59 {
  margin-left: 590px !important;
}

.u-ml-60 {
  margin-left: 600px !important;
}

.u-ml-61 {
  margin-left: 610px !important;
}

.u-ml-62 {
  margin-left: 620px !important;
}

.u-ml-63 {
  margin-left: 630px !important;
}

.u-ml-64 {
  margin-left: 640px !important;
}

.u-ml-65 {
  margin-left: 650px !important;
}

.u-ml-66 {
  margin-left: 660px !important;
}

.u-ml-67 {
  margin-left: 670px !important;
}

.u-ml-68 {
  margin-left: 680px !important;
}

.u-ml-69 {
  margin-left: 690px !important;
}

.u-ml-70 {
  margin-left: 700px !important;
}

.u-ml-71 {
  margin-left: 710px !important;
}

.u-ml-72 {
  margin-left: 720px !important;
}

.u-ml-73 {
  margin-left: 730px !important;
}

.u-ml-74 {
  margin-left: 740px !important;
}

.u-ml-75 {
  margin-left: 750px !important;
}

.u-ml-76 {
  margin-left: 760px !important;
}

.u-ml-77 {
  margin-left: 770px !important;
}

.u-ml-78 {
  margin-left: 780px !important;
}

.u-ml-79 {
  margin-left: 790px !important;
}

.u-ml-80 {
  margin-left: 800px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-ml-0 {
    margin-left: 0px !important;
  }
  .u-tab-ml-1 {
    margin-left: 10px !important;
  }
  .u-tab-ml-2 {
    margin-left: 20px !important;
  }
  .u-tab-ml-3 {
    margin-left: 30px !important;
  }
  .u-tab-ml-4 {
    margin-left: 40px !important;
  }
  .u-tab-ml-5 {
    margin-left: 50px !important;
  }
  .u-tab-ml-6 {
    margin-left: 60px !important;
  }
  .u-tab-ml-7 {
    margin-left: 70px !important;
  }
  .u-tab-ml-8 {
    margin-left: 80px !important;
  }
  .u-tab-ml-9 {
    margin-left: 90px !important;
  }
  .u-tab-ml-10 {
    margin-left: 100px !important;
  }
  .u-tab-ml-11 {
    margin-left: 110px !important;
  }
  .u-tab-ml-12 {
    margin-left: 120px !important;
  }
  .u-tab-ml-13 {
    margin-left: 130px !important;
  }
  .u-tab-ml-14 {
    margin-left: 140px !important;
  }
  .u-tab-ml-15 {
    margin-left: 150px !important;
  }
  .u-tab-ml-16 {
    margin-left: 160px !important;
  }
  .u-tab-ml-17 {
    margin-left: 170px !important;
  }
  .u-tab-ml-18 {
    margin-left: 180px !important;
  }
  .u-tab-ml-19 {
    margin-left: 190px !important;
  }
  .u-tab-ml-20 {
    margin-left: 200px !important;
  }
  .u-tab-ml-21 {
    margin-left: 210px !important;
  }
  .u-tab-ml-22 {
    margin-left: 220px !important;
  }
  .u-tab-ml-23 {
    margin-left: 230px !important;
  }
  .u-tab-ml-24 {
    margin-left: 240px !important;
  }
  .u-tab-ml-25 {
    margin-left: 250px !important;
  }
  .u-tab-ml-26 {
    margin-left: 260px !important;
  }
  .u-tab-ml-27 {
    margin-left: 270px !important;
  }
  .u-tab-ml-28 {
    margin-left: 280px !important;
  }
  .u-tab-ml-29 {
    margin-left: 290px !important;
  }
  .u-tab-ml-30 {
    margin-left: 300px !important;
  }
  .u-tab-ml-31 {
    margin-left: 310px !important;
  }
  .u-tab-ml-32 {
    margin-left: 320px !important;
  }
  .u-tab-ml-33 {
    margin-left: 330px !important;
  }
  .u-tab-ml-34 {
    margin-left: 340px !important;
  }
  .u-tab-ml-35 {
    margin-left: 350px !important;
  }
  .u-tab-ml-36 {
    margin-left: 360px !important;
  }
  .u-tab-ml-37 {
    margin-left: 370px !important;
  }
  .u-tab-ml-38 {
    margin-left: 380px !important;
  }
  .u-tab-ml-39 {
    margin-left: 390px !important;
  }
  .u-tab-ml-40 {
    margin-left: 400px !important;
  }
  .u-tab-ml-41 {
    margin-left: 410px !important;
  }
  .u-tab-ml-42 {
    margin-left: 420px !important;
  }
  .u-tab-ml-43 {
    margin-left: 430px !important;
  }
  .u-tab-ml-44 {
    margin-left: 440px !important;
  }
  .u-tab-ml-45 {
    margin-left: 450px !important;
  }
  .u-tab-ml-46 {
    margin-left: 460px !important;
  }
  .u-tab-ml-47 {
    margin-left: 470px !important;
  }
  .u-tab-ml-48 {
    margin-left: 480px !important;
  }
  .u-tab-ml-49 {
    margin-left: 490px !important;
  }
  .u-tab-ml-50 {
    margin-left: 500px !important;
  }
  .u-tab-ml-51 {
    margin-left: 510px !important;
  }
  .u-tab-ml-52 {
    margin-left: 520px !important;
  }
  .u-tab-ml-53 {
    margin-left: 530px !important;
  }
  .u-tab-ml-54 {
    margin-left: 540px !important;
  }
  .u-tab-ml-55 {
    margin-left: 550px !important;
  }
  .u-tab-ml-56 {
    margin-left: 560px !important;
  }
  .u-tab-ml-57 {
    margin-left: 570px !important;
  }
  .u-tab-ml-58 {
    margin-left: 580px !important;
  }
  .u-tab-ml-59 {
    margin-left: 590px !important;
  }
  .u-tab-ml-60 {
    margin-left: 600px !important;
  }
  .u-tab-ml-61 {
    margin-left: 610px !important;
  }
  .u-tab-ml-62 {
    margin-left: 620px !important;
  }
  .u-tab-ml-63 {
    margin-left: 630px !important;
  }
  .u-tab-ml-64 {
    margin-left: 640px !important;
  }
  .u-tab-ml-65 {
    margin-left: 650px !important;
  }
  .u-tab-ml-66 {
    margin-left: 660px !important;
  }
  .u-tab-ml-67 {
    margin-left: 670px !important;
  }
  .u-tab-ml-68 {
    margin-left: 680px !important;
  }
  .u-tab-ml-69 {
    margin-left: 690px !important;
  }
  .u-tab-ml-70 {
    margin-left: 700px !important;
  }
  .u-tab-ml-71 {
    margin-left: 710px !important;
  }
  .u-tab-ml-72 {
    margin-left: 720px !important;
  }
  .u-tab-ml-73 {
    margin-left: 730px !important;
  }
  .u-tab-ml-74 {
    margin-left: 740px !important;
  }
  .u-tab-ml-75 {
    margin-left: 750px !important;
  }
  .u-tab-ml-76 {
    margin-left: 760px !important;
  }
  .u-tab-ml-77 {
    margin-left: 770px !important;
  }
  .u-tab-ml-78 {
    margin-left: 780px !important;
  }
  .u-tab-ml-79 {
    margin-left: 790px !important;
  }
  .u-tab-ml-80 {
    margin-left: 800px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-ml-1 {
    margin-left: 10px !important;
  }
  .u-sp-ml-2 {
    margin-left: 20px !important;
  }
  .u-sp-ml-3 {
    margin-left: 30px !important;
  }
  .u-sp-ml-4 {
    margin-left: 40px !important;
  }
  .u-sp-ml-5 {
    margin-left: 50px !important;
  }
  .u-sp-ml-6 {
    margin-left: 60px !important;
  }
  .u-sp-ml-7 {
    margin-left: 70px !important;
  }
  .u-sp-ml-8 {
    margin-left: 80px !important;
  }
  .u-sp-ml-9 {
    margin-left: 90px !important;
  }
  .u-sp-ml-10 {
    margin-left: 100px !important;
  }
  .u-sp-ml-11 {
    margin-left: 110px !important;
  }
  .u-sp-ml-12 {
    margin-left: 120px !important;
  }
  .u-sp-ml-13 {
    margin-left: 130px !important;
  }
  .u-sp-ml-14 {
    margin-left: 140px !important;
  }
  .u-sp-ml-15 {
    margin-left: 150px !important;
  }
  .u-sp-ml-16 {
    margin-left: 160px !important;
  }
  .u-sp-ml-17 {
    margin-left: 170px !important;
  }
  .u-sp-ml-18 {
    margin-left: 180px !important;
  }
  .u-sp-ml-19 {
    margin-left: 190px !important;
  }
  .u-sp-ml-20 {
    margin-left: 200px !important;
  }
  .u-sp-ml-21 {
    margin-left: 210px !important;
  }
  .u-sp-ml-22 {
    margin-left: 220px !important;
  }
  .u-sp-ml-23 {
    margin-left: 230px !important;
  }
  .u-sp-ml-24 {
    margin-left: 240px !important;
  }
  .u-sp-ml-25 {
    margin-left: 250px !important;
  }
  .u-sp-ml-26 {
    margin-left: 260px !important;
  }
  .u-sp-ml-27 {
    margin-left: 270px !important;
  }
  .u-sp-ml-28 {
    margin-left: 280px !important;
  }
  .u-sp-ml-29 {
    margin-left: 290px !important;
  }
  .u-sp-ml-30 {
    margin-left: 300px !important;
  }
  .u-sp-ml-31 {
    margin-left: 310px !important;
  }
  .u-sp-ml-32 {
    margin-left: 320px !important;
  }
  .u-sp-ml-33 {
    margin-left: 330px !important;
  }
  .u-sp-ml-34 {
    margin-left: 340px !important;
  }
  .u-sp-ml-35 {
    margin-left: 350px !important;
  }
  .u-sp-ml-36 {
    margin-left: 360px !important;
  }
  .u-sp-ml-37 {
    margin-left: 370px !important;
  }
  .u-sp-ml-38 {
    margin-left: 380px !important;
  }
  .u-sp-ml-39 {
    margin-left: 390px !important;
  }
  .u-sp-ml-40 {
    margin-left: 400px !important;
  }
  .u-sp-ml-41 {
    margin-left: 410px !important;
  }
  .u-sp-ml-42 {
    margin-left: 420px !important;
  }
  .u-sp-ml-43 {
    margin-left: 430px !important;
  }
  .u-sp-ml-44 {
    margin-left: 440px !important;
  }
  .u-sp-ml-45 {
    margin-left: 450px !important;
  }
  .u-sp-ml-46 {
    margin-left: 460px !important;
  }
  .u-sp-ml-47 {
    margin-left: 470px !important;
  }
  .u-sp-ml-48 {
    margin-left: 480px !important;
  }
  .u-sp-ml-49 {
    margin-left: 490px !important;
  }
  .u-sp-ml-50 {
    margin-left: 500px !important;
  }
  .u-sp-ml-51 {
    margin-left: 510px !important;
  }
  .u-sp-ml-52 {
    margin-left: 520px !important;
  }
  .u-sp-ml-53 {
    margin-left: 530px !important;
  }
  .u-sp-ml-54 {
    margin-left: 540px !important;
  }
  .u-sp-ml-55 {
    margin-left: 550px !important;
  }
  .u-sp-ml-56 {
    margin-left: 560px !important;
  }
  .u-sp-ml-57 {
    margin-left: 570px !important;
  }
  .u-sp-ml-58 {
    margin-left: 580px !important;
  }
  .u-sp-ml-59 {
    margin-left: 590px !important;
  }
  .u-sp-ml-60 {
    margin-left: 600px !important;
  }
  .u-sp-ml-61 {
    margin-left: 610px !important;
  }
  .u-sp-ml-62 {
    margin-left: 620px !important;
  }
  .u-sp-ml-63 {
    margin-left: 630px !important;
  }
  .u-sp-ml-64 {
    margin-left: 640px !important;
  }
  .u-sp-ml-65 {
    margin-left: 650px !important;
  }
  .u-sp-ml-66 {
    margin-left: 660px !important;
  }
  .u-sp-ml-67 {
    margin-left: 670px !important;
  }
  .u-sp-ml-68 {
    margin-left: 680px !important;
  }
  .u-sp-ml-69 {
    margin-left: 690px !important;
  }
  .u-sp-ml-70 {
    margin-left: 700px !important;
  }
  .u-sp-ml-71 {
    margin-left: 710px !important;
  }
  .u-sp-ml-72 {
    margin-left: 720px !important;
  }
  .u-sp-ml-73 {
    margin-left: 730px !important;
  }
  .u-sp-ml-74 {
    margin-left: 740px !important;
  }
  .u-sp-ml-75 {
    margin-left: 750px !important;
  }
  .u-sp-ml-76 {
    margin-left: 760px !important;
  }
  .u-sp-ml-77 {
    margin-left: 770px !important;
  }
  .u-sp-ml-78 {
    margin-left: 780px !important;
  }
  .u-sp-ml-79 {
    margin-left: 790px !important;
  }
  .u-sp-ml-80 {
    margin-left: 800px !important;
  }
}
/* 文字を操作する系ユーティリティ */
.u-font10 {
  font-size: 10px !important;
}

.u-font11 {
  font-size: 11px !important;
}

.u-font12 {
  font-size: 12px !important;
}

.u-font13 {
  font-size: 13px !important;
}

.u-font14 {
  font-size: 14px !important;
}

.u-font15 {
  font-size: 15px !important;
}

.u-font16 {
  font-size: 16px !important;
}

.u-font17 {
  font-size: 17px !important;
}

.u-font18 {
  font-size: 18px !important;
}

.u-font19 {
  font-size: 19px !important;
}

.u-font20 {
  font-size: 20px !important;
}

.u-font21 {
  font-size: 21px !important;
}

.u-font22 {
  font-size: 22px !important;
}

.u-font23 {
  font-size: 23px !important;
}

.u-font24 {
  font-size: 24px !important;
}

.u-font25 {
  font-size: 25px !important;
}

.u-font26 {
  font-size: 26px !important;
}

.u-font27 {
  font-size: 27px !important;
}

.u-font28 {
  font-size: 28px !important;
}

.u-font29 {
  font-size: 29px !important;
}

.u-font30 {
  font-size: 30px !important;
}

.u-font31 {
  font-size: 31px !important;
}

.u-font32 {
  font-size: 32px !important;
}

.u-font33 {
  font-size: 33px !important;
}

.u-font34 {
  font-size: 34px !important;
}

.u-font35 {
  font-size: 35px !important;
}

.u-font36 {
  font-size: 36px !important;
}

.u-font37 {
  font-size: 37px !important;
}

.u-font38 {
  font-size: 38px !important;
}

.u-font39 {
  font-size: 39px !important;
}

.u-font40 {
  font-size: 40px !important;
}

.u-font41 {
  font-size: 41px !important;
}

.u-font42 {
  font-size: 42px !important;
}

.u-font43 {
  font-size: 43px !important;
}

.u-font44 {
  font-size: 44px !important;
}

.u-font45 {
  font-size: 45px !important;
}

.u-font46 {
  font-size: 46px !important;
}

.u-font47 {
  font-size: 47px !important;
}

.u-font48 {
  font-size: 48px !important;
}

.u-font49 {
  font-size: 49px !important;
}

.u-font50 {
  font-size: 50px !important;
}

.u-font51 {
  font-size: 51px !important;
}

.u-font52 {
  font-size: 52px !important;
}

.u-font53 {
  font-size: 53px !important;
}

.u-font54 {
  font-size: 54px !important;
}

.u-font55 {
  font-size: 55px !important;
}

.u-font56 {
  font-size: 56px !important;
}

.u-font57 {
  font-size: 57px !important;
}

.u-font58 {
  font-size: 58px !important;
}

.u-font59 {
  font-size: 59px !important;
}

.u-font60 {
  font-size: 60px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-font0 {
    font-size: 0px !important;
  }
  .u-tab-font1 {
    font-size: 1px !important;
  }
  .u-tab-font2 {
    font-size: 2px !important;
  }
  .u-tab-font3 {
    font-size: 3px !important;
  }
  .u-tab-font4 {
    font-size: 4px !important;
  }
  .u-tab-font5 {
    font-size: 5px !important;
  }
  .u-tab-font6 {
    font-size: 6px !important;
  }
  .u-tab-font7 {
    font-size: 7px !important;
  }
  .u-tab-font8 {
    font-size: 8px !important;
  }
  .u-tab-font9 {
    font-size: 9px !important;
  }
  .u-tab-font10 {
    font-size: 10px !important;
  }
  .u-tab-font11 {
    font-size: 11px !important;
  }
  .u-tab-font12 {
    font-size: 12px !important;
  }
  .u-tab-font13 {
    font-size: 13px !important;
  }
  .u-tab-font14 {
    font-size: 14px !important;
  }
  .u-tab-font15 {
    font-size: 15px !important;
  }
  .u-tab-font16 {
    font-size: 16px !important;
  }
  .u-tab-font17 {
    font-size: 17px !important;
  }
  .u-tab-font18 {
    font-size: 18px !important;
  }
  .u-tab-font19 {
    font-size: 19px !important;
  }
  .u-tab-font20 {
    font-size: 20px !important;
  }
  .u-tab-font21 {
    font-size: 21px !important;
  }
  .u-tab-font22 {
    font-size: 22px !important;
  }
  .u-tab-font23 {
    font-size: 23px !important;
  }
  .u-tab-font24 {
    font-size: 24px !important;
  }
  .u-tab-font25 {
    font-size: 25px !important;
  }
  .u-tab-font26 {
    font-size: 26px !important;
  }
  .u-tab-font27 {
    font-size: 27px !important;
  }
  .u-tab-font28 {
    font-size: 28px !important;
  }
  .u-tab-font29 {
    font-size: 29px !important;
  }
  .u-tab-font30 {
    font-size: 30px !important;
  }
  .u-tab-font31 {
    font-size: 31px !important;
  }
  .u-tab-font32 {
    font-size: 32px !important;
  }
  .u-tab-font33 {
    font-size: 33px !important;
  }
  .u-tab-font34 {
    font-size: 34px !important;
  }
  .u-tab-font35 {
    font-size: 35px !important;
  }
  .u-tab-font36 {
    font-size: 36px !important;
  }
  .u-tab-font37 {
    font-size: 37px !important;
  }
  .u-tab-font38 {
    font-size: 38px !important;
  }
  .u-tab-font39 {
    font-size: 39px !important;
  }
  .u-tab-font40 {
    font-size: 40px !important;
  }
  .u-tab-font41 {
    font-size: 41px !important;
  }
  .u-tab-font42 {
    font-size: 42px !important;
  }
  .u-tab-font43 {
    font-size: 43px !important;
  }
  .u-tab-font44 {
    font-size: 44px !important;
  }
  .u-tab-font45 {
    font-size: 45px !important;
  }
  .u-tab-font46 {
    font-size: 46px !important;
  }
  .u-tab-font47 {
    font-size: 47px !important;
  }
  .u-tab-font48 {
    font-size: 48px !important;
  }
  .u-tab-font49 {
    font-size: 49px !important;
  }
  .u-tab-font50 {
    font-size: 50px !important;
  }
  .u-tab-font51 {
    font-size: 51px !important;
  }
  .u-tab-font52 {
    font-size: 52px !important;
  }
  .u-tab-font53 {
    font-size: 53px !important;
  }
  .u-tab-font54 {
    font-size: 54px !important;
  }
  .u-tab-font55 {
    font-size: 55px !important;
  }
  .u-tab-font56 {
    font-size: 56px !important;
  }
  .u-tab-font57 {
    font-size: 57px !important;
  }
  .u-tab-font58 {
    font-size: 58px !important;
  }
  .u-tab-font59 {
    font-size: 59px !important;
  }
  .u-tab-font60 {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-font0 {
    font-size: 0px !important;
  }
  .u-sp-font1 {
    font-size: 1px !important;
  }
  .u-sp-font2 {
    font-size: 2px !important;
  }
  .u-sp-font3 {
    font-size: 3px !important;
  }
  .u-sp-font4 {
    font-size: 4px !important;
  }
  .u-sp-font5 {
    font-size: 5px !important;
  }
  .u-sp-font6 {
    font-size: 6px !important;
  }
  .u-sp-font7 {
    font-size: 7px !important;
  }
  .u-sp-font8 {
    font-size: 8px !important;
  }
  .u-sp-font9 {
    font-size: 9px !important;
  }
  .u-sp-font10 {
    font-size: 10px !important;
  }
  .u-sp-font11 {
    font-size: 11px !important;
  }
  .u-sp-font12 {
    font-size: 12px !important;
  }
  .u-sp-font13 {
    font-size: 13px !important;
  }
  .u-sp-font14 {
    font-size: 14px !important;
  }
  .u-sp-font15 {
    font-size: 15px !important;
  }
  .u-sp-font16 {
    font-size: 16px !important;
  }
  .u-sp-font17 {
    font-size: 17px !important;
  }
  .u-sp-font18 {
    font-size: 18px !important;
  }
  .u-sp-font19 {
    font-size: 19px !important;
  }
  .u-sp-font20 {
    font-size: 20px !important;
  }
  .u-sp-font21 {
    font-size: 21px !important;
  }
  .u-sp-font22 {
    font-size: 22px !important;
  }
  .u-sp-font23 {
    font-size: 23px !important;
  }
  .u-sp-font24 {
    font-size: 24px !important;
  }
  .u-sp-font25 {
    font-size: 25px !important;
  }
  .u-sp-font26 {
    font-size: 26px !important;
  }
  .u-sp-font27 {
    font-size: 27px !important;
  }
  .u-sp-font28 {
    font-size: 28px !important;
  }
  .u-sp-font29 {
    font-size: 29px !important;
  }
  .u-sp-font30 {
    font-size: 30px !important;
  }
  .u-sp-font31 {
    font-size: 31px !important;
  }
  .u-sp-font32 {
    font-size: 32px !important;
  }
  .u-sp-font33 {
    font-size: 33px !important;
  }
  .u-sp-font34 {
    font-size: 34px !important;
  }
  .u-sp-font35 {
    font-size: 35px !important;
  }
  .u-sp-font36 {
    font-size: 36px !important;
  }
  .u-sp-font37 {
    font-size: 37px !important;
  }
  .u-sp-font38 {
    font-size: 38px !important;
  }
  .u-sp-font39 {
    font-size: 39px !important;
  }
  .u-sp-font40 {
    font-size: 40px !important;
  }
}
.u-fontWhite {
  color: #fff;
}

.u-fontRed {
  color: #000;
}

.u-normal {
  font-weight: 300;
}

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

.u-ls__thin {
  letter-spacing: -0.05em;
}

.u-ls__wide {
  letter-spacing: 0.1em;
}

.u-lh0 {
  line-height: 0 !important;
}

.u-lh1 {
  line-height: 1 !important;
}

.u-lh2 {
  line-height: 2 !important;
}

.u-lh3 {
  line-height: 3 !important;
}

.u-lh4 {
  line-height: 4 !important;
}

.u-textleft, .textleft, .alignleft {
  text-align: left !important;
}

.u-textcenter, .textcenter, .aligncenter {
  text-align: center !important;
}

.u-textright, .textright, .alignright {
  text-align: right !important;
}

.u-textjustify, .textjustify, .alignjustify {
  text-align: justify !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-textcenter {
    text-align: center !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-textleft {
    text-align: left !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-textright {
    text-align: right !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-textcenter {
    text-align: center !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-textleft {
    text-align: left !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-textright {
    text-align: right !important;
  }
}

/* 表示&非表示を操作する系ユーティリティ */
.u-hide {
  display: none;
}

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

.u-tab {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab {
    display: block;
  }
}

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

.u-sp {
  display: none;
}
@media screen and (max-width: 650px) {
  .u-sp {
    display: inline-block;
  }
}

.u-small {
  display: none;
}
@media screen and (max-width: 370px) {
  .u-small {
    display: inline-block;
  }
}

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

/* 居場所がなかったのでここに */
.u-inlineblock {
  display: inline-block;
}

.u-inlineblock-smallnone {
  display: inline-block;
}
@media screen and (max-width: 370px) {
  .u-inlineblock-smallnone {
    display: inline;
  }
}

.u-block {
  display: block;
}

/* サブページ
------------------------------------*/
.top-kv {
  align-items: flex-end;
  display: flex;
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-kv {
    padding: 0;
  }
}
.top-kv .top-kv__message {
  display: block;
  height: auto;
  margin: auto auto 200px;
  width: 100%;
}
.top-kv .top-kv__message .top-kv__message-portrait {
  display: none;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.top-kv .top-kv__message .top-kv__message-portrait path {
  fill: transparent;
  stroke: #000;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: 1.2s writingImgPortrait linear forwards 0.6s;
}
@keyframes writingImgPortrait {
  0% {
    fill: transparent;
    stroke: #000;
    stroke-dashoffset: 500;
  }
  75% {
    fill: transparent;
    stroke-dashoffset: 120;
  }
  100% {
    stroke: #000;
    stroke-dashoffset: 120;
    fill: #000;
  }
}
.top-kv .top-kv__message .top-kv__message-landscape {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.top-kv .top-kv__message .top-kv__message-landscape path {
  fill: transparent;
  stroke: #000;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: 1.2s writingImgLandscape linear forwards 0.6s;
}
@keyframes writingImgLandscape {
  0% {
    fill: transparent;
    stroke: #000;
    stroke-dashoffset: 1000;
  }
  75% {
    fill: transparent;
    stroke-dashoffset: 250;
  }
  100% {
    stroke: #000;
    stroke-dashoffset: 250;
    fill: #000;
  }
}
@media screen and (orientation: portrait) and (max-width: 980px) {
  .top-kv .top-kv__message {
    margin: auto 0;
    max-width: 500px;
  }
  .top-kv .top-kv__message .top-kv__message-portrait {
    display: block;
  }
  .top-kv .top-kv__message .top-kv__message-landscape {
    display: none;
  }
}

@keyframes writingImgHeadline {
  0% {
    fill: transparent;
    stroke: #000;
    stroke-dashoffset: 1000;
  }
  75% {
    fill: transparent;
    stroke-dashoffset: 450;
  }
  100% {
    stroke: #000;
    stroke-dashoffset: 450;
    fill: #000;
  }
}
.top-whoweare {
  padding: 150px 0 0;
}
.top-whoweare .top-whoweare__headline {
  font-family: "din-2014", sans-serif;
  font-size: 100px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.8;
  text-transform: uppercase;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-whoweare .top-whoweare__headline {
    font-size: 46px;
    line-height: 0.8043478261;
  }
}
.top-whoweare .top-whoweare__headline-image {
  display: block;
  height: auto;
  max-width: 100%;
  overflow: visible;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-whoweare .top-whoweare__headline-image {
    max-width: 177px;
  }
}
.top-whoweare .top-whoweare__headline-image.is-animated path {
  fill: transparent;
  stroke: #000;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: 1.2s writingImgHeadline linear forwards 0.6s;
}

.top-whoweare-detail {
  margin: 0 0 0 auto;
  width: 643px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-whoweare-detail {
    margin: 48px 0 0;
    width: 100%;
  }
}
.top-whoweare-detail .top-whoweare-detail__headline {
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0.024em;
  line-height: 1.6896551724;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-whoweare-detail .top-whoweare-detail__headline {
    font-size: 20px;
    line-height: 1.55;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-whoweare-detail .top-whoweare-detail__text {
    font-size: 14px;
  }
}
.top-whoweare-detail .top-whoweare-detail__button {
  text-align: right;
}

.top-whoweare-figure {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-whoweare-figure {
    padding: 0 23px;
  }
}
.top-whoweare-figure svg {
  height: auto;
  max-width: 100%;
  overflow: visible;
}

.top-ecosystem {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-ecosystem {
    flex-direction: column;
  }
}
.top-ecosystem .top-ecosystem__headline {
  font-family: "din-2014", sans-serif;
  font-size: 100px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.8;
  text-align: right;
  text-transform: uppercase;
  width: 50%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-ecosystem .top-ecosystem__headline {
    font-size: 46px;
    line-height: 0.8043478261;
    text-align: left;
    width: 100%;
  }
}
.top-ecosystem .top-ecosystem__headline-image {
  display: block;
  height: auto;
  margin: 0 0 0 auto;
  max-width: 100%;
  overflow: visible;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-ecosystem .top-ecosystem__headline-image {
    max-width: 261px;
  }
}
.top-ecosystem .top-ecosystem__headline-image.is-pc {
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-ecosystem .top-ecosystem__headline-image.is-pc {
    display: none;
  }
}
.top-ecosystem .top-ecosystem__headline-image.is-tab {
  display: none;
  margin: 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-ecosystem .top-ecosystem__headline-image.is-tab {
    display: block;
  }
}
.top-ecosystem .top-ecosystem__headline-image.is-animated path {
  fill: transparent;
  stroke: #000;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: 1.2s writingImgHeadline linear forwards 0.6s;
}

.top-ecosystem-detail {
  padding: 64px 0 0;
  width: 50%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-ecosystem-detail {
    padding: 48px 0 0;
    width: 100%;
  }
}
.top-ecosystem-detail .top-ecosystem-detail__headline {
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0.024em;
  line-height: 1.6896551724;
  margin: 0 0 56px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-ecosystem-detail .top-ecosystem-detail__headline {
    font-size: 20px;
    line-height: 1.45;
    margin: 0 0 42px;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-ecosystem-detail .top-ecosystem-detail__text {
    font-size: 14px;
  }
}

.top-ecosystem-figure {
  text-align: center;
  width: 100%;
}
.top-ecosystem-figure .top-ecosystem-figure__image {
  max-width: 100%;
  height: auto;
}

.top-ecosystem-figure__description {
  counter-reset: counter;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-ecosystem-figure__description {
    text-align: left;
  }
}
.top-ecosystem-figure__description.is-white li {
  color: #fff;
}
.top-ecosystem-figure__description.is-white li::before {
  background-color: #fff;
  color: #000;
}
.top-ecosystem-figure__description li {
  font-size: 16px;
  line-height: 1.875;
  margin: 80px 0 0;
  width: 42.8666666667%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-ecosystem-figure__description li {
    margin: 70px 0 0;
    width: 100%;
  }
}
.top-ecosystem-figure__description li::before {
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  content: counter(counter);
  counter-increment: counter;
  color: #fff;
  display: flex;
  font-family: "din-2014", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  margin: 0 0 18px;
  width: 42px;
}

.top-article {
  position: relative;
}
.top-article .top-article__headline {
  font-family: "din-2014", sans-serif;
  font-size: 300px;
  font-weight: 800;
  letter-spacing: -0.006em;
  line-height: 212px;
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: left top;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-article .top-article__headline {
    font-size: 90px;
    line-height: 1;
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
    transform: none;
  }
}
.top-article .top-article__headline-image {
  display: block;
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-article .top-article__headline-image {
    height: auto;
    max-width: 332px;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
}
.top-article .top-article__headline-image.is-pc {
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-article .top-article__headline-image.is-pc {
    display: none;
  }
}
.top-article .top-article__headline-image.is-tab {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-article .top-article__headline-image.is-tab {
    display: block;
  }
}
.top-article .top-article__headline-image.is-animated path {
  fill: transparent;
  stroke: #000;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: 1.2s writingImgHeadlineLarge linear forwards 0.6s;
}

@keyframes writingImgHeadlineLarge {
  0% {
    fill: transparent;
    stroke: #000;
    stroke-dashoffset: 1000;
  }
  75% {
    fill: transparent;
    stroke-dashoffset: 0;
  }
  100% {
    stroke: #000;
    stroke-dashoffset: 0;
    fill: #000;
  }
}
.top-article-pickup {
  align-items: flex-start;
  display: flex;
  justify-content: flex-end;
  padding: 184px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-article-pickup {
    flex-direction: column;
    padding: 0;
  }
}
.top-article-pickup .top-article-pickup__items {
  margin: 0 0 0 10.9333333333%;
  position: relative;
  width: 27.4666666667%;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-article-pickup .top-article-pickup__items {
    max-width: 412px;
    margin: 70px auto 0;
    width: 100%;
  }
}
.top-article-pickup .top-article-pickup__items:hover .top-article-pickup__photo img {
  transform: scale(1.08);
}
.top-article-pickup .top-article-pickup__photo {
  display: block;
  line-height: 0;
  margin: 0 0 40px;
  overflow: hidden;
}
.top-article-pickup .top-article-pickup__photo img {
  transition: transform 0.6s ease;
}
.top-article-pickup .top-article-pickup__title {
  font-size: 16px;
  margin: 0 0 13px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-article-pickup .top-article-pickup__title {
    margin: 0 0 6px;
  }
}

.top-recipients .top-recipients__headline {
  font-family: "din-2014", sans-serif;
  font-size: 100px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.8;
  text-transform: uppercase;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-recipients .top-recipients__headline {
    font-size: 46px;
    line-height: 0.8043478261;
  }
}
.top-recipients .top-recipients__headline-image {
  display: block;
  height: auto;
  max-width: 100%;
  overflow: visible;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-recipients .top-recipients__headline-image {
    max-width: 276px;
  }
}
.top-recipients .top-recipients__headline-image.is-animated path {
  fill: transparent;
  stroke: #000;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: 1.2s writingImgHeadline linear forwards 0.6s;
}
.top-recipients .top-recipients__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-recipients .top-recipients__list {
    justify-content: space-between;
    margin: 0 auto;
  }
}
.top-recipients .top-recipients__list li {
  align-items: center;
  aspect-ratio: 1;
  border: solid 1px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 14.2666666667%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-recipients .top-recipients__list li {
    margin: 40px 0 0;
    width: 21.8367346939%;
  }
}
@media screen and (max-width: 650px) {
  .top-recipients .top-recipients__list li {
    width: 46%;
  }
}
.top-recipients .top-recipients__list li.is-dammy {
  aspect-ratio: inherit;
  border: none;
  margin: 0;
}

.top-new-articles .top-new-articles__headline {
  align-items: center;
  display: flex;
  font-family: "din-2014", sans-serif;
  font-size: 36px;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: 0.024em;
  line-height: 1.6896551724;
  margin: 0 0 277px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-new-articles .top-new-articles__headline {
    font-size: 28px;
    line-height: 1.2857142857;
    margin: 0;
  }
}
.top-new-articles .top-new-articles__headline::after {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  margin: 0 0 0 21px;
  width: 100%;
}
.top-new-articles .top-new-articles__more {
  text-align: right;
}

.top-new-articles-list {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-new-articles-list {
    flex-wrap: wrap;
    margin: -30px auto 0;
  }
}
.top-new-articles-list .top-new-articles-list__items {
  width: 42.8%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-new-articles-list .top-new-articles-list__items {
    margin: 70px auto 0;
    max-width: 100%;
    width: 642px;
  }
}
.top-new-articles-list .top-new-articles-list__items:hover .top-new-articles-list__photo img {
  transform: scale(1.08);
}
.top-new-articles-list .top-new-articles-list__photo {
  display: block;
  line-height: 0;
  margin: 0 0 50px;
  overflow: hidden;
}
.top-new-articles-list .top-new-articles-list__photo img {
  transition: transform 0.6s ease;
}
.top-new-articles-list .top-new-articles-list__date {
  font-family: "din-2014", sans-serif;
  font-size: 14px;
  line-height: 1.2857142857;
  margin: 0 0 13px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-new-articles-list .top-new-articles-list__date {
    margin: 0 0 9px;
  }
}
.top-new-articles-list .top-new-articles-list__title {
  font-size: 16px;
  font-weight: 700;
}

.top-news .top-news__headline {
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 20px;
}
.top-news .top-news__more {
  text-align: right;
}

.top-news-list {
  list-style: none;
  padding: 0;
}
.top-news-list li {
  border-top: solid 1px #000;
}
.top-news-list li:last-child {
  border-bottom: solid 1px #000;
}
.top-news-list li a {
  align-items: center;
  display: flex;
  height: 130px;
  justify-content: flex-end;
  transition: opacity 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-news-list li a {
    align-items: flex-start;
    flex-direction: column-reverse;
    height: auto;
    justify-content: flex-end;
    min-height: 184px;
    padding: 31px 0;
  }
}
.top-news-list li a:hover {
  opacity: 0.6;
}
.top-news-list .top-news-list__text {
  font-size: 19px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 59.2%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-news-list .top-news-list__text {
    overflow: auto;
    text-overflow: inherit;
    white-space: inherit;
    width: 100%;
  }
}
.top-news-list .top-news-list__date {
  font-family: "din-2014", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2857142857;
  text-align: right;
  width: 12.2666666667%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-news-list .top-news-list__date {
    margin: 0 0 17px;
    width: 100%;
  }
}

.top-inquiries .top-inquiries__headline {
  align-items: center;
  display: flex;
  font-family: "din-2014", sans-serif;
  font-size: 36px;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: 0.024em;
  line-height: 1.6896551724;
  margin: 0 0 133px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-inquiries .top-inquiries__headline {
    font-size: 28px;
    line-height: 1.2857142857;
    margin: 0;
  }
}
.top-inquiries .top-inquiries__headline::after {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  margin: 0 0 0 21px;
  width: 100%;
}

.top-inquiries-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-inquiries-list .top-inquiries-list__items {
  padding: 0 122px 0 0;
  position: relative;
  width: 42.8666666667%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-inquiries-list .top-inquiries-list__items {
    margin: 70px auto 0;
    padding: 0;
    width: 100%;
  }
}
.top-inquiries-list .top-inquiries-list__items svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-inquiries-list .top-inquiries-list__items svg {
    display: block;
    height: 60px;
    margin: 0 0 0 auto;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 60px;
  }
}
.top-inquiries-list .top-inquiries-list__items svg path {
  fill: currentColor;
}
.top-inquiries-list .top-inquiries-list__items:not(:hover) svg path {
  fill: #fff;
}
.top-inquiries-list .top-inquiries-list__items:hover svg g {
  animation: 1.2s drawCircleFill forwards;
}
.top-inquiries-list .top-inquiries-list__items:hover svg path {
  animation: 1.2s drawCircleFillArrow forwards;
}
@keyframes drawCircleFill {
  0% {
    fill: transparent;
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
  }
  30% {
    fill: transparent;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    fill: #000;
  }
}
@keyframes drawCircleFillArrow {
  0% {
    fill: #000;
  }
  20% {
    fill: #000;
  }
  100% {
    fill: #fff;
  }
}
.top-inquiries-list .top-inquiries-list__title {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.1666666667;
}
.top-inquiries-list .top-inquiries-list__text {
  margin: 66px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-inquiries-list .top-inquiries-list__text {
    margin: 36px 0 23px;
  }
}

.news-list {
  margin: 0 0 0 auto;
  max-width: 1072px;
}

.news-list-archive {
  list-style: none;
  padding: 0;
}
.news-list-archive li {
  border-top: solid 1px #000;
}
.news-list-archive li:last-child {
  border-bottom: solid 1px #000;
}
.news-list-archive li a {
  align-items: center;
  display: flex;
  height: 130px;
  justify-content: flex-end;
  transition: opacity 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .news-list-archive li a {
    align-items: flex-start;
    flex-direction: column-reverse;
    height: auto;
    justify-content: flex-end;
    min-height: 184px;
    padding: 31px 0;
  }
}
.news-list-archive li a:hover {
  opacity: 0.6;
}
.news-list-archive .news-list-archive__text {
  font-size: 19px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 83.7686567164%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .news-list-archive .news-list-archive__text {
    overflow: auto;
    text-overflow: inherit;
    white-space: inherit;
    width: 100%;
  }
}
.news-list-archive .news-list-archive__date {
  font-family: "din-2014", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2857142857;
  text-align: right;
  width: 17.1641791045%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .news-list-archive .news-list-archive__date {
    margin: 0 0 17px;
    width: 100%;
  }
}

.news-single {
  display: flex;
  margin: 190px 0 0;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .news-single {
    flex-direction: column;
    margin: 60px 0 0;
  }
}
.news-single .news-single__title {
  width: 42.8666666667%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .news-single .news-single__title {
    margin: 0 0 59px;
    width: 100%;
  }
}
.news-single .news-single__title .news-single__title-ja {
  display: block;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4423076923;
  margin: 0 0 9px -4px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .news-single .news-single__title .news-single__title-ja {
    font-size: 32px;
    line-height: 1.4375;
    margin: 0 0 3px;
  }
}
.news-single .news-single__title .news-single__title-en {
  display: block;
  font-family: "din-2014", sans-serif;
  font-size: 20px;
  line-height: 1.25;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .news-single .news-single__title .news-single__title-en {
    font-size: 16px;
    line-height: 1.25;
  }
}
.news-single .news-single__title .news-single__date {
  display: block;
  font-family: "din-2014", sans-serif;
  font-size: 20px;
  line-height: 1.25;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .news-single .news-single__title .news-single__date {
    font-size: 16px;
    line-height: 1.25;
    margin: 20px 0 48px;
  }
}
.news-single .news-single__detail {
  width: 42.8666666667%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .news-single .news-single__detail {
    width: 100%;
  }
}
.news-single .news-single__detail h2 {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.4482758621;
  margin: 0 0 44px;
}
.news-single .news-single__detail p {
  font-size: 20px;
  line-height: 1.8;
  margin: 0 0 139px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .news-single .news-single__detail p {
    margin: 0 0 103px;
  }
}

.media-archive {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 180px 0 0;
  width: 71.6%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .media-archive {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .media-archive {
    padding: 7px 0 0;
  }
}
.media-archive .media-archive__items {
  display: block;
  margin: 0 0 270px;
  position: relative;
  width: 40.0372439479%;
}
.media-archive .media-archive__items:hover .media-archive__image img {
  transform: scale(1.08);
}
.media-archive .media-archive__items:nth-child(odd) {
  top: -170px;
}
@media screen and (max-width: 650px) {
  .media-archive .media-archive__items:nth-child(odd) {
    top: 0;
  }
}
@media screen and (max-width: 650px) {
  .media-archive .media-archive__items:first-child {
    top: 0;
  }
}
.media-archive .media-archive__items:nth-last-child(2), .media-archive .media-archive__items:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 650px) {
  .media-archive .media-archive__items {
    margin: 100px 0 0;
    width: 100%;
  }
}
.media-archive .media-archive__tags {
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 11px;
}
@media screen and (max-width: 650px) {
  .media-archive .media-archive__tags {
    margin: 0 0 7px;
  }
}
.media-archive .media-archive__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 27px;
}
@media screen and (max-width: 650px) {
  .media-archive .media-archive__title {
    margin: 0 0 16px;
  }
}
.media-archive .media-archive__date {
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 31px;
}
@media screen and (max-width: 650px) {
  .media-archive .media-archive__date {
    margin: 0 0 22px;
  }
}
.media-archive .media-archive__image {
  display: block;
  height: auto;
  line-height: 0;
  overflow: hidden;
  width: 100%;
}
.media-archive .media-archive__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
  width: 100%;
}

.media-single-header {
  align-items: flex-start;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: calc(100vh + 40px);
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 650px) {
  .media-single-header {
    height: 227px;
  }
}
.media-single-header::after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  content: "";
  display: block;
  height: 360px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.3;
  width: 100vw;
  z-index: 0;
}
@media screen and (max-width: 650px) {
  .media-single-header::after {
    height: 141px;
  }
}
.media-single-header .media-single-header__tag {
  font-family: "din-2014", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2777777778;
  margin: 0 0 47px;
}
@media screen and (max-width: 650px) {
  .media-single-header .media-single-header__tag {
    font-size: 10px;
    margin: 0 0 10px;
  }
}
.media-single-header .media-single-header__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4523809524;
  margin: 0 0 28px;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .media-single-header .media-single-header__title {
    font-size: 18px;
    line-height: 1.4444444444;
    margin: 0 0 20px;
  }
}
.media-single-header .media-single-header__date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3125;
  margin: 0 0 87px;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .media-single-header .media-single-header__date {
    font-size: 10px;
    margin: 0 0 30px;
  }
}
.media-single-header .media-single-header__photo {
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -2;
}

.media-single-body {
  margin: 0 auto;
  padding: 150px 0 0;
  width: 71.6666666667%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .media-single-body {
    padding: 52px 0 0;
    width: 100%;
  }
}
.media-single-body h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4444444444;
  margin: 0 0 50px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .media-single-body h2 {
    font-size: 24px;
    line-height: 1.45;
  }
}
.media-single-body p {
  font-size: 20px;
  line-height: 1.8;
  margin: 0 0 100px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .media-single-body p {
    font-size: 16px;
    line-height: 2.25;
  }
}
.media-single-body a:not([class]) {
  text-decoration: underline;
}
.media-single-body a:not([class]):hover {
  text-decoration: none;
}
.media-single-body .wp-block-image {
  line-height: 0;
  margin: 150px 0 100px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .media-single-body .wp-block-image {
    margin: 100px calc(50% - 50vw) 50px;
    max-width: none;
    width: 100vw;
  }
}
.media-single-body .wp-block-image figcaption {
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
  padding: 8px 0 0;
}

.privacy {
  margin: 51px 0 300px;
  max-width: 591px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .privacy {
    margin: 65px 0 200px;
  }
}
.privacy h2 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0 0 14px;
}
.privacy p {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2.0833333333;
}

.contact-form {
  max-width: 644px;
}
@media screen and (max-width: 650px) {
  .contact-form {
    width: 100%;
  }
}
.contact-form.wpforms-container-full .wpforms-form {
  position: relative;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 50px;
}
.contact-form.wpforms-container-full .wpforms-form input[type=radio],
.contact-form.wpforms-container-full .wpforms-form input[type=checkbox] {
  display: none;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field {
  margin: 0 0 100px;
  padding: 0;
}
.contact-form.wpforms-container-full .wpforms-form label.wpforms-error {
  padding: 10px 0 0;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-checkbox,
.contact-form.wpforms-container-full .wpforms-form .contact-form__checkbox {
  overflow: hidden;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul,
.contact-form.wpforms-container-full .wpforms-form .contact-form__checkbox ul {
  margin-bottom: -15px !important;
  padding-bottom: 5px !important;
}
@media screen and (max-width: 650px) {
  .contact-form.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul,
  .contact-form.wpforms-container-full .wpforms-form .contact-form__checkbox ul {
    margin-bottom: 0 !important;
  }
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul li,
.contact-form.wpforms-container-full .wpforms-form .contact-form__checkbox ul li {
  margin: 0 50px 15px 0 !important;
}
@media screen and (max-width: 650px) {
  .contact-form.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul li,
  .contact-form.wpforms-container-full .wpforms-form .contact-form__checkbox ul li {
    display: block;
    margin: 0 0 15px !important;
  }
  .contact-form.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul li:last-child,
  .contact-form.wpforms-container-full .wpforms-form .contact-form__checkbox ul li:last-child {
    margin-bottom: 0 !important;
  }
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-checkbox .wpforms-field-label-inline,
.contact-form.wpforms-container-full .wpforms-form .contact-form__checkbox .wpforms-field-label-inline {
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
  padding: 0 0 0 40px;
  position: relative;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-checkbox .wpforms-field-label-inline::before,
.contact-form.wpforms-container-full .wpforms-form .contact-form__checkbox .wpforms-field-label-inline::before {
  background: transparent;
  border: 1px solid #000;
  content: "";
  display: block;
  height: 27px;
  position: absolute;
  left: 0;
  top: 3px;
  width: 27px;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-checkbox .wpforms-field-label-inline::after,
.contact-form.wpforms-container-full .wpforms-form .contact-form__checkbox .wpforms-field-label-inline::after {
  border-right: solid 3px #000;
  border-bottom: solid 3px #000;
  content: "";
  display: block;
  height: 18px;
  opacity: 0;
  position: absolute;
  left: 9px;
  top: 6px;
  transform: rotate(45deg);
  width: 9px;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-checkbox input[type=checkbox]:checked + .wpforms-field-label-inline,
.contact-form.wpforms-container-full .wpforms-form .contact-form__checkbox input[type=checkbox]:checked + .wpforms-field-label-inline {
  color: #000;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-checkbox input[type=checkbox]:checked + .wpforms-field-label-inline::before,
.contact-form.wpforms-container-full .wpforms-form .contact-form__checkbox input[type=checkbox]:checked + .wpforms-field-label-inline::before {
  border-color: #000;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-checkbox input[type=checkbox]:checked + .wpforms-field-label-inline::after,
.contact-form.wpforms-container-full .wpforms-form .contact-form__checkbox input[type=checkbox]:checked + .wpforms-field-label-inline::after {
  opacity: 1;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-radio,
.contact-form.wpforms-container-full .wpforms-form .contact-form__radio {
  overflow: hidden;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-radio ul,
.contact-form.wpforms-container-full .wpforms-form .contact-form__radio ul {
  margin-bottom: -15px !important;
  padding-bottom: 5px !important;
}
@media screen and (max-width: 650px) {
  .contact-form.wpforms-container-full .wpforms-form .wpforms-field-radio ul,
  .contact-form.wpforms-container-full .wpforms-form .contact-form__radio ul {
    margin-bottom: 0 !important;
  }
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-radio ul li,
.contact-form.wpforms-container-full .wpforms-form .contact-form__radio ul li {
  margin: 0 50px 15px 0 !important;
}
@media screen and (max-width: 650px) {
  .contact-form.wpforms-container-full .wpforms-form .wpforms-field-radio ul li,
  .contact-form.wpforms-container-full .wpforms-form .contact-form__radio ul li {
    display: block;
    margin: 0 0 30px !important;
  }
  .contact-form.wpforms-container-full .wpforms-form .wpforms-field-radio ul li:last-child,
  .contact-form.wpforms-container-full .wpforms-form .contact-form__radio ul li:last-child {
    margin-bottom: 0 !important;
  }
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-radio .wpforms-field-label-inline,
.contact-form.wpforms-container-full .wpforms-form .contact-form__radio .wpforms-field-label-inline {
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
  padding: 0 0 0 47px;
  position: relative;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-radio .wpforms-field-label-inline::before,
.contact-form.wpforms-container-full .wpforms-form .contact-form__radio .wpforms-field-label-inline::before {
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-radio .wpforms-field-label-inline::after,
.contact-form.wpforms-container-full .wpforms-form .contact-form__radio .wpforms-field-label-inline::after {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 14px;
  left: 10px;
  opacity: 0;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 14px;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-radio input[type=radio]:checked + .wpforms-field-label-inline,
.contact-form.wpforms-container-full .wpforms-form .contact-form__radio input[type=radio]:checked + .wpforms-field-label-inline {
  color: #000;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-radio input[type=radio]:checked + .wpforms-field-label-inline::before,
.contact-form.wpforms-container-full .wpforms-form .contact-form__radio input[type=radio]:checked + .wpforms-field-label-inline::before {
  border-color: #000;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-radio input[type=radio]:checked + .wpforms-field-label-inline::after,
.contact-form.wpforms-container-full .wpforms-form .contact-form__radio input[type=radio]:checked + .wpforms-field-label-inline::after {
  opacity: 1;
}
.contact-form.wpforms-container-full .wpforms-form input[type=text],
.contact-form.wpforms-container-full .wpforms-form input[type=email],
.contact-form.wpforms-container-full .wpforms-form input[type=tel] {
  background-color: transparent;
  border-color: #000;
  border-radius: 7px;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  height: 67px;
  padding: 20px 11px;
  transition: border-color 0.2s ease;
  width: 100%;
}
.contact-form.wpforms-container-full .wpforms-form input[type=text]::-moz-placeholder, .contact-form.wpforms-container-full .wpforms-form input[type=email]::-moz-placeholder, .contact-form.wpforms-container-full .wpforms-form input[type=tel]::-moz-placeholder {
  color: #000;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.contact-form.wpforms-container-full .wpforms-form input[type=text]::placeholder,
.contact-form.wpforms-container-full .wpforms-form input[type=email]::placeholder,
.contact-form.wpforms-container-full .wpforms-form input[type=tel]::placeholder {
  color: #000;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.contact-form.wpforms-container-full .wpforms-form input[type=text]:focus,
.contact-form.wpforms-container-full .wpforms-form input[type=email]:focus,
.contact-form.wpforms-container-full .wpforms-form input[type=tel]:focus {
  border-color: #000;
}
.contact-form.wpforms-container-full .wpforms-form textarea {
  background-color: transparent;
  border-color: #000;
  border-radius: 7px;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.08em;
  padding: 20px 11px;
  transition: border-color 0.2s ease;
  width: 100%;
}
.contact-form.wpforms-container-full .wpforms-form textarea::-moz-placeholder {
  color: #000;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.contact-form.wpforms-container-full .wpforms-form textarea::placeholder {
  color: #000;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.contact-form.wpforms-container-full .wpforms-form textarea:focus {
  border-color: #000;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-optional-label {
  display: none;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row {
  margin-bottom: -30px;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row .wpforms-one-half {
  margin-left: 0 !important;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row .wpforms-one-half::before {
  color: #7B7B7B;
  content: "名";
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 11px;
  top: 8px;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row .wpforms-first::before {
  color: #7B7B7B;
  content: "姓";
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 11px;
  top: 8px;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-name .wpforms-field-row .wpforms-field-row-block {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-field-name input[type=text] {
  padding: 27px 11px 12px 11px;
}
.contact-form.wpforms-container-full .wpforms-form .contact-form__agree {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .contact-form.wpforms-container-full .wpforms-form .contact-form__agree {
    margin-top: -50px;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .contact-form.wpforms-container-full .wpforms-form .contact-form__agree .wpforms-field-label-inline {
    font-size: 16px;
    padding-top: 2px;
  }
}
.contact-form.wpforms-container-full .wpforms-form .contact-form__agree .wpforms-field-description {
  font-size: 18px;
  line-height: 1.7222222222;
  margin-bottom: 50px;
}
.contact-form.wpforms-container-full .wpforms-form .contact-form__agree .wpforms-field-description a {
  text-decoration: underline;
}
.contact-form.wpforms-container-full .wpforms-form .contact-form__agree .wpforms-field-description a:hover {
  text-decoration: none;
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 2px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .contact-form.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 0;
  }
}
@media screen and (max-width: 650px) {
  .contact-form.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin: -50px 0 0;
    position: relative;
  }
}
.contact-form.wpforms-container-full .wpforms-form .wpforms-submit-container::after {
  color: #fff;
  content: "send";
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 66px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .contact-form.wpforms-container-full .wpforms-form .wpforms-submit-container::after {
    font-size: 12px;
    top: 48px;
  }
}
.contact-form.wpforms-container-full .wpforms-form button[type=submit] {
  align-items: center;
  background-color: #000;
  border: none;
  border-radius: 52px;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  height: 103px;
  justify-content: center;
  letter-spacing: -0.06em;
  line-height: 1.5;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .contact-form.wpforms-container-full .wpforms-form button[type=submit] {
    font-size: 20px;
    height: 73px;
    padding-bottom: 31px;
  }
}
.contact-form.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background-color: #000;
  border: none;
  opacity: 0.85;
}

.notfound {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
}
.notfound .notfound__message {
  display: block;
  height: auto;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .notfound .notfound__message {
    width: 69.1428571429%;
  }
}

.about-header {
  position: relative;
}
.about-header .about-header__headline {
  line-height: 0;
  padding: 0 0 0 14.7333333333%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-header .about-header__headline {
    padding: 0 0 215px;
  }
}

.about-aim {
  background-color: #000;
  margin: 0 calc(50% - 50vw);
  padding: 200px 20px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-aim {
    padding: 100px 20px;
  }
}
.about-aim .about-aim__inner {
  margin: 0 auto;
  max-width: 1500px;
  position: relative;
  width: 100%;
}
.about-aim .about-aim__text {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 1.8461538462;
  margin: 0 auto;
  width: 71.4%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-aim .about-aim__text {
    font-size: 22px;
    line-height: 2;
    width: 100%;
  }
}

.about-concepts {
  padding: 0 8.6666666667% 100px 14.2666666667%;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-concepts {
    padding: 0;
  }
}
.about-concepts .about-concepts__items {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 100px;
  max-width: 1155px;
}
@media screen and (max-width: 650px) {
  .about-concepts .about-concepts__items {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.about-concepts .about-concepts__image {
  width: 37.1428571429%;
}
@media screen and (max-width: 650px) {
  .about-concepts .about-concepts__image {
    margin: 0 calc(50% - 50vw) 50px;
    max-width: none;
    width: 100vw;
  }
}
.about-concepts .about-concepts__detail {
  width: 51.2554112554%;
}
@media screen and (max-width: 650px) {
  .about-concepts .about-concepts__detail {
    width: 100%;
  }
}
.about-concepts .about-concepts__title-ja {
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0.024em;
  line-height: 1.4482758621;
  margin: 0 0 9px;
}
@media screen and (max-width: 650px) {
  .about-concepts .about-concepts__title-ja {
    font-size: 26px;
    line-height: 1.4230769231;
    margin: 0 0 11px;
  }
}
.about-concepts .about-concepts__title-en {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.25;
  margin: 0 0 30px;
}
@media screen and (max-width: 650px) {
  .about-concepts .about-concepts__title-en {
    font-size: 16px;
    line-height: 1.25;
    margin: 0 0 30px;
  }
}
.about-concepts .about-concepts__text {
  font-size: 20px;
  line-height: 1.5;
}

.about-achievements {
  padding: 205px 0 155px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-achievements {
    padding: 100px 0 50px;
  }
}
.about-achievements::before {
  background-color: #000;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  z-index: 0;
}
.about-achievements .about-achievements__inner {
  position: relative;
}

.about-achievements__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 85.7333333333%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-achievements__list {
    width: 100%;
  }
}
.about-achievements__list li {
  align-items: center;
  aspect-ratio: 1;
  border: solid 1px #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin: 0 8.3203732504% 50px;
  overflow: hidden;
  width: 16.6407465008%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-achievements__list li {
    margin: 0 0 50px;
    width: 33.3%;
  }
}
@media screen and (max-width: 650px) {
  .about-achievements__list li {
    width: 50%;
  }
}
.about-achievements__list li.is-dammy {
  border: none;
  height: 0;
  margin-bottom: 0;
}
.about-achievements__list li img {
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}

.about-directors {
  position: relative;
}

.about-directors__list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  max-width: 71.4%;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-directors__list {
    max-width: none;
  }
}
.about-directors__list li {
  margin: 0 0 100px;
  width: 40.056022409%;
}
@media screen and (max-width: 650px) {
  .about-directors__list li {
    margin: 0 0 80px;
    width: 100%;
  }
}
.about-directors__list .about-directors__photo {
  display: block;
  margin: 0 0 50px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-directors__list .about-directors__photo {
    margin: 0 0 42px;
  }
}
.about-directors__list .about-directors__name {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 13px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-directors__list .about-directors__name {
    margin: 0 0 5px;
  }
}
.about-directors__list .about-directors__name .about-directors__name-ja {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-directors__list .about-directors__name .about-directors__name-ja {
    font-size: 20px;
    line-height: 1.45;
  }
}
.about-directors__list .about-directors__name .about-directors__name-en {
  font-family: "din-2014", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-directors__list .about-directors__name .about-directors__name-en {
    font-size: 14px;
    line-height: 1.2857142857;
  }
}
.about-directors__list .about-directors__job {
  color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.4285714286;
  margin: 0 0 20px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-directors__list .about-directors__job {
    font-size: 11px;
    line-height: 1.4545454545;
    margin: 0 0 16px;
  }
}
.about-directors__list .about-directors__description {
  line-height: 1.875;
}

.about-board-members {
  position: relative;
}

.about-members {
  position: relative;
}
.about-members .about-members__list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  max-width: 85.7333333333%;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-members .about-members__list {
    max-width: none;
  }
}
.about-members .about-members__list li {
  margin: 0 8.3203732504% 100px;
  width: 16.6407465008%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-members .about-members__list li {
    margin: 0 0 80px;
    width: calc(33% - 40px);
  }
}
@media screen and (max-width: 650px) {
  .about-members .about-members__list li {
    width: calc(50% - 6px);
  }
}
.about-members .about-members__list .about-members__photo {
  display: block;
  margin: 0 0 50px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-members .about-members__list .about-members__photo {
    margin: 0 0 30px;
  }
}
.about-members .about-members__list .about-members__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 10px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-members .about-members__list .about-members__name {
    font-size: 18px;
    line-height: 1.2777777778;
  }
}
.about-members .about-members__list .about-members__job {
  color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.4285714286;
}

.about-overview {
  position: relative;
}
.about-overview .about-overview__detail {
  align-items: flex-start;
  border-top: solid 1px #000;
  display: flex;
  flex-wrap: wrap;
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 0 auto;
  width: 86%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-overview .about-overview__detail {
    width: 100%;
  }
}
.about-overview .about-overview__detail dt,
.about-overview .about-overview__detail dd {
  align-items: center;
  border-bottom: solid 1px #000;
  display: flex;
  min-height: 130px;
  justify-content: flex-start;
  width: 33.5658914729%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-overview .about-overview__detail dt,
  .about-overview .about-overview__detail dd {
    width: 25.1428571429%;
  }
}
.about-overview .about-overview__detail dd {
  width: 66.4341085271%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-overview .about-overview__detail dd {
    font-weight: 400;
    width: 74.8571428571%;
  }
}
.about-overview .about-overview__table {
  margin: 0 0 0 auto;
  width: 86%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-overview .about-overview__table {
    width: 100%;
  }
}
.about-overview .about-overview__table table {
  border-collapse: collapse;
  border-top: solid 1px #000;
  font-size: 19px;
  font-weight: 700;
  width: 100%;
}
.about-overview .about-overview__table table td {
  border: none;
  border-bottom: solid 1px #000;
  height: 130px;
  padding: 0;
  width: 66.4341085271%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-overview .about-overview__table table td {
    font-weight: 400;
    width: 74.8571428571%;
  }
}
.about-overview .about-overview__table table td:nth-child(1) {
  font-weight: 700;
  width: 33.5658914729%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .about-overview .about-overview__table table td:nth-child(1) {
    width: 25.1428571429%;
  }
}

.assistance-comparison {
  color: #fff;
  padding: 200px 0 150px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .assistance-comparison {
    padding: 100px 0 50px;
  }
}
.assistance-comparison::before {
  background-color: #000;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  z-index: 0;
}
.assistance-comparison .assistance-comparison__inner {
  position: relative;
}
.assistance-comparison .assistance-comparison__detail {
  margin: 0 0 0 auto;
  width: 86%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .assistance-comparison .assistance-comparison__detail {
    display: flex;
    margin-right: -20px;
    overflow-x: scroll;
    padding-right: 20px;
    white-space: nowrap;
    width: calc(100% + 20px);
  }
}
.assistance-comparison .assistance-comparison__detail table {
  border-collapse: collapse;
  border-bottom: solid 1px #fff;
  font-size: 18px;
  font-weight: 400;
  table-layout: fixed;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .assistance-comparison .assistance-comparison__detail table {
    min-width: 1290px;
  }
}
.assistance-comparison .assistance-comparison__detail table tr {
  border-top: solid 1px #fff;
  height: 127px;
}
.assistance-comparison .assistance-comparison__detail table th,
.assistance-comparison .assistance-comparison__detail table td:nth-of-type(1) {
  border: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.006em;
  line-height: 1;
  text-align: left;
}
.assistance-comparison .assistance-comparison__detail table td {
  border: none;
  font-weight: 400;
  letter-spacing: -0.006em;
  line-height: 1.6666666667;
}

.assistance-summary .assistance-summary__items {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 200px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .assistance-summary .assistance-summary__items {
    margin: 100px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .assistance-summary .assistance-summary__items {
    flex-direction: column;
  }
}
.assistance-summary .assistance-summary__headline {
  width: 43%;
}
@media screen and (max-width: 650px) {
  .assistance-summary .assistance-summary__headline {
    width: 100%;
  }
}
.assistance-summary .assistance-summary__list {
  border-top: solid 1px #000;
  list-style: none;
  margin: 33px 0 0;
  padding: 0;
  width: 43%;
}
@media screen and (max-width: 650px) {
  .assistance-summary .assistance-summary__list {
    margin: 50px 0 0;
    width: 100%;
  }
}
.assistance-summary .assistance-summary__list li {
  border-bottom: solid 1px #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3846153846;
  padding: 21px 0;
}
@media screen and (max-width: 650px) {
  .assistance-summary .assistance-summary__list li {
    font-size: 20px;
    line-height: 1.5;
  }
}
.assistance-summary .assistance-summary__subjects {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 14.2857142857%;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .assistance-summary .assistance-summary__subjects {
    gap: 50px 6.66%;
  }
}
@media screen and (max-width: 650px) {
  .assistance-summary .assistance-summary__subjects {
    gap: 0;
    margin: 0;
  }
}
.assistance-summary .assistance-summary__subjects li {
  align-items: center;
  aspect-ratio: 1;
  border: solid 1px #000;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  text-align: center;
  width: 14.2857142857%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .assistance-summary .assistance-summary__subjects li {
    width: 20%;
  }
}
@media screen and (max-width: 650px) {
  .assistance-summary .assistance-summary__subjects li {
    border-bottom: none;
    margin: 0;
    width: 50%;
  }
  .assistance-summary .assistance-summary__subjects li:nth-child(even) {
    border-left: none;
  }
  .assistance-summary .assistance-summary__subjects li:nth-last-child(-n+5) {
    border-bottom: solid 1px #000;
  }
}
.assistance-summary .assistance-summary__subjects li.is-dammy {
  border: none;
  height: 0;
  margin-bottom: 0;
}
.assistance-summary .assistance-summary__subjects li p {
  line-height: 1.3;
  margin: 0 0 11px;
}

.assistance-flow {
  color: #fff;
  padding: 150px 0 200px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .assistance-flow {
    padding: 100px 0 50px;
  }
}
.assistance-flow::before {
  background-color: #000;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  z-index: 0;
}
.assistance-flow .assistance-flow__inner {
  position: relative;
}
.assistance-flow .assistance-flow__detail {
  margin: 0 auto;
  padding-left: 7.0666666667%;
  width: 85.4%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .assistance-flow .assistance-flow__detail {
    display: flex;
    flex-direction: column;
    margin: 0 -20px;
    overflow-x: scroll;
    padding: 0 20px;
    white-space: nowrap;
    width: 100vw;
  }
}
.assistance-flow .assistance-flow__image {
  display: block;
  margin: 0 0 35px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .assistance-flow .assistance-flow__image {
    min-width: 1176px;
  }
}
.assistance-flow .assistance-flow__image.is-animated .assistance-flow__image-items {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.assistance-flow .assistance-flow__image.is-animated .assistance-flow__image-items:nth-child(1) {
  transition-delay: 0s;
}
.assistance-flow .assistance-flow__image.is-animated .assistance-flow__image-items:nth-child(2) {
  transition-delay: 0.1s;
}
.assistance-flow .assistance-flow__image.is-animated .assistance-flow__image-items:nth-child(3) {
  transition-delay: 0.2s;
}
.assistance-flow .assistance-flow__image.is-animated .assistance-flow__image-items:nth-child(4) {
  transition-delay: 0.3s;
}
.assistance-flow .assistance-flow__image.is-animated .assistance-flow__image-items:nth-child(5) {
  transition-delay: 0.4s;
}
.assistance-flow .assistance-flow__image.is-animated .assistance-flow__image-items:nth-child(6) {
  transition-delay: 0.5s;
}
.assistance-flow .assistance-flow__image.is-animated .assistance-flow__image-items:nth-child(7) {
  transition-delay: 0.6s;
}
.assistance-flow .assistance-flow__image.is-animated .assistance-flow__image-items:nth-child(8) {
  transition-delay: 0.7s;
}
.assistance-flow .assistance-flow__image.is-animated .assistance-flow__image-items:nth-child(9) {
  transition-delay: 0.8s;
}
.assistance-flow .assistance-flow__image.is-animated .assistance-flow__image-items:nth-child(10) {
  transition-delay: 0.9s;
}
.assistance-flow .assistance-flow__image.is-animated .assistance-flow__image-items:nth-child(11) {
  transition-delay: 1s;
}
.assistance-flow .assistance-flow__image svg {
  height: auto;
  overflow: visible;
  max-width: 100%;
}
.assistance-flow .assistance-flow__image .assistance-flow__image-items {
  opacity: 0;
  transform: translate3d(-40px, 0, 0);
}
.assistance-flow .assistance-flow__notes {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .assistance-flow .assistance-flow__notes {
    min-width: 1176px;
  }
}

.subsidies-support-programs {
  margin: 0 0 0 auto;
  width: 85.4%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .subsidies-support-programs {
    padding-left: 0;
    width: 100%;
  }
}
.subsidies-support-programs .subsidies-support-programs__items {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .subsidies-support-programs .subsidies-support-programs__items {
    flex-direction: column;
  }
}

.subsidies-program-detail {
  width: 56.2208398134%;
}
@media screen and (max-width: 650px) {
  .subsidies-program-detail {
    width: 100%;
  }
}
.subsidies-program-detail .subsidies-program-detail__title {
  font-size: 26px;
  line-height: 1.4230769231;
  margin: 0 0 70px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .subsidies-program-detail .subsidies-program-detail__title {
    margin: 0 0 50px;
  }
}
.subsidies-program-detail .subsidies-program-detail__overview {
  border-top: solid 1px #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3846153846;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .subsidies-program-detail .subsidies-program-detail__overview {
    font-size: 20px;
  }
}
.subsidies-program-detail .subsidies-program-detail__overview dt {
  float: left;
  min-height: 160px;
  padding: 21px 10px 21px 0;
  width: 33.488372093%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .subsidies-program-detail .subsidies-program-detail__overview dt {
    min-height: 100px;
    width: 21.4285714286%;
  }
}
.subsidies-program-detail .subsidies-program-detail__overview dd {
  border-bottom: solid 1px #000;
  min-height: 160px;
  padding: 21px 10px 21px 33.488372093%;
  width: auto;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .subsidies-program-detail .subsidies-program-detail__overview dd {
    min-height: 100px;
    padding-left: 21.4285714286%;
  }
}

.subsidies-program-eyecatch {
  align-items: center;
  aspect-ratio: 1;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 33.2814930016%;
}
@media screen and (max-width: 650px) {
  .subsidies-program-eyecatch {
    aspect-ratio: 345/257;
    margin: 40px auto;
    width: 100%;
  }
}
.subsidies-program-eyecatch:hover {
  opacity: 0.85;
}
.subsidies-program-eyecatch .subsidies-program-eyecatch__upper {
  font-family: "din-2014", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2857142857;
  margin: 0 0 9px;
}
.subsidies-program-eyecatch .subsidies-program-eyecatch__price {
  font-family: "din-2014", sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: 1.2745098039;
}
.subsidies-program-eyecatch .subsidies-program-eyecatch__price i, .subsidies-program-eyecatch .subsidies-program-eyecatch__price em {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.subsidies-features {
  color: #fff;
  padding: 150px 0 200px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .subsidies-features {
    padding: 100px 0 100px;
  }
}
.subsidies-features::before {
  background-color: #000;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  z-index: 0;
}
.subsidies-features .subsidies-features__inner {
  position: relative;
}
.subsidies-features .subsidies-features__image {
  display: block;
  margin: 0 0 0 auto;
  text-align: center;
  width: 85.7333333333%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .subsidies-features .subsidies-features__image {
    margin: 0 auto;
    width: 100%;
  }
}
.subsidies-features .subsidies-features__image.is-medium {
  margin: 0 auto;
  width: 71.5333333333%;
}
.subsidies-features .subsidies-features__image svg {
  height: auto;
  max-width: 100%;
}
.subsidies-features .subsidies-features__notes {
  color: #fff;
  font-size: 14px;
  text-align: right;
}

.subsidies-introduction {
  align-items: flex-start !important;
  display: flex;
  justify-content: center;
  margin: 0 0 0 auto;
  text-align: center;
  width: 85.7333333333%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .subsidies-introduction {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .subsidies-introduction {
    flex-wrap: wrap !important;
    justify-content: flex-start;
  }
}
.subsidies-introduction .subsidies-introduction__text {
  font-size: 20px;
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 650px) {
  .subsidies-introduction .subsidies-introduction__text {
    width: 100%;
  }
}
.subsidies-introduction .subsidies-introduction__image {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  padding: 8px 24px 0 0;
  width: 50%;
}
@media screen and (max-width: 650px) {
  .subsidies-introduction .subsidies-introduction__image {
    justify-content: flex-start;
    max-width: 200px;
    padding: 70px 0 0;
    width: 100%;
  }
}

.subsidies-entrepreneurs {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 19.944082013%;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 71.5333333333%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .subsidies-entrepreneurs {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .subsidies-entrepreneurs {
    flex-direction: column;
  }
}
.subsidies-entrepreneurs li {
  margin: 0 0 60px;
  text-align: center;
  width: 19.4545454545%;
}
@media screen and (max-width: 650px) {
  .subsidies-entrepreneurs li {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .subsidies-entrepreneurs li.is-dummy {
    display: none;
  }
}
.subsidies-entrepreneurs .subsidies-entrepreneurs__photo {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.subsidies-entrepreneurs .subsidies-entrepreneurs__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  margin: 32px auto 0;
}
.subsidies-entrepreneurs .subsidies-entrepreneurs__description {
  font-size: 14px;
  line-height: 1.5;
  margin: 13px auto 0;
}

.subsidies-message {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .subsidies-message {
    flex-direction: column;
  }
}
.subsidies-message .subsidies-message__headline {
  width: 43%;
}
@media screen and (max-width: 650px) {
  .subsidies-message .subsidies-message__headline {
    margin: 0 0 50px;
    width: 100%;
  }
}
.subsidies-message .subsidies-message__detail {
  width: 43%;
}
@media screen and (max-width: 650px) {
  .subsidies-message .subsidies-message__detail {
    width: 100%;
  }
}
.subsidies-message .subsidies-message__text {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 650px) {
  .subsidies-message .subsidies-message__signature {
    height: auto;
    max-width: 316px;
    width: 90.2857142857%;
  }
}
.subsidies-ecosystem {
  color: #fff;
  padding: 150px 0 160px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .subsidies-ecosystem {
    padding: 100px 0;
  }
}
.subsidies-ecosystem::before {
  background-color: #000;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  z-index: 0;
}
.subsidies-ecosystem .subsidies-ecosystem__image {
  position: relative;
  text-align: center;
}
.subsidies-ecosystem .subsidies-ecosystem__image svg {
  height: auto;
  max-width: 100%;
}

.subsidies-article {
  position: relative;
}
.subsidies-article .subsidies-article__headline {
  font-family: "din-2014", sans-serif;
  font-size: 300px;
  font-weight: 800;
  letter-spacing: -0.006em;
  line-height: 212px;
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: left top;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .subsidies-article .subsidies-article__headline {
    font-size: 90px;
    line-height: 1;
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
    transform: none;
  }
}

.subsidies-article-pickup {
  display: flex;
  justify-content: flex-end;
  padding: 184px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .subsidies-article-pickup {
    flex-direction: column;
    padding: 0;
  }
}
.subsidies-article-pickup.is-archive {
  padding-top: 43px;
}
.subsidies-article-pickup .subsidies-article-pickup__items {
  margin: 0 0 0 2.2%;
  width: 27.4666666667%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .subsidies-article-pickup .subsidies-article-pickup__items {
    max-width: 412px;
    margin: 70px auto 0;
    width: 100%;
  }
}
.subsidies-article-pickup .subsidies-article-pickup__items:hover .subsidies-article-pickup__photo img {
  transform: scale(1.08);
}
.subsidies-article-pickup .subsidies-article-pickup__photo {
  display: block;
  line-height: 0;
  margin: 0 0 40px;
  overflow: hidden;
}
.subsidies-article-pickup .subsidies-article-pickup__photo img {
  transition: transform 0.6s ease;
}
.subsidies-article-pickup .subsidies-article-pickup__title {
  font-size: 16px;
  margin: 0 0 13px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .subsidies-article-pickup .subsidies-article-pickup__title {
    margin: 0 0 6px;
  }
}

.program-summary__items {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 200px auto 0;
}
.program-summary__items:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .program-summary__items {
    margin-top: 100px;
  }
}
@media screen and (max-width: 650px) {
  .program-summary__items {
    flex-direction: column;
  }
}
.program-summary__items .program-summary__headline {
  width: 43%;
}
@media screen and (max-width: 650px) {
  .program-summary__items .program-summary__headline {
    margin: 0 0 50px;
    width: 100%;
  }
}
.program-summary__items .program-summary__detail {
  padding: 6px 0 0;
  width: 43%;
}
@media screen and (max-width: 650px) {
  .program-summary__items .program-summary__detail {
    width: 100%;
  }
}
.program-summary__items .program-summary__title {
  font-size: 26px;
  line-height: 1.0277777778;
  margin: 0 0 46px;
}
.program-summary__items .program-summary__text {
  font-size: 20px;
  line-height: 1.8;
}

.program-flow {
  position: relative;
}
.program-flow .program-flow__inner {
  position: relative;
}
.program-flow .program-flow__text {
  margin: 0 auto 45px;
  padding-left: 7.0666666667%;
  width: 85.4%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .program-flow .program-flow__text {
    padding-left: 0;
    width: 100%;
  }
}
.program-flow .program-flow__detail {
  margin: 0 auto;
  padding-left: 7.0666666667%;
  width: 85.4%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .program-flow .program-flow__detail {
    padding-left: 0;
    width: 100%;
  }
}
.program-flow .program-flow__detail.is-scroll {
  display: flex;
  flex-direction: column;
  overflow-x: scroll;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .program-flow .program-flow__detail.is-scroll .program-flow__image {
    min-width: 1176px;
  }
}
.program-flow .program-flow__image {
  margin: 0 0 35px;
}
.program-flow .program-flow__image svg {
  height: auto;
  max-width: 100%;
  overflow: visible;
}
.program-flow .program-flow__notes {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .program-flow .program-flow__notes {
    min-width: 1176px;
  }
}

.committee-members {
  color: #fff;
  padding: 150px 0 100px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .committee-members {
    padding: 100px 0 20px;
  }
}
.committee-members::before {
  background-color: #000;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  z-index: 0;
}
.committee-members .committee-members__inner {
  position: relative;
}

.committee-members__list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 0 auto;
  max-width: 71.5333333333%;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .committee-members__list {
    max-width: none;
  }
}
.committee-members__list li {
  margin: 0 0 100px;
  width: 40.056022409%;
}
@media screen and (max-width: 650px) {
  .committee-members__list li {
    margin: 0 0 80px;
    width: 100%;
  }
}
.committee-members__list .committee-members__photo {
  display: block;
  margin: 0 0 50px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .committee-members__list .committee-members__photo {
    margin: 0 0 42px;
  }
}
.committee-members__list .committee-members__name {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 13px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .committee-members__list .committee-members__name {
    margin: 0 0 5px;
  }
}
.committee-members__list .committee-members__name .committee-members__name-ja {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .committee-members__list .committee-members__name .committee-members__name-ja {
    font-size: 20px;
    line-height: 1.45;
  }
}
.committee-members__list .committee-members__name .committee-members__name-en {
  font-family: "din-2014", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .committee-members__list .committee-members__name .committee-members__name-en {
    font-size: 14px;
    line-height: 1.2857142857;
  }
}
.committee-members__list .committee-members__job {
  color: rgba(255, 255, 255, 0.35);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.4285714286;
  margin: 0 0 20px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .committee-members__list .committee-members__job {
    font-size: 11px;
    line-height: 1.4545454545;
    margin: 0 0 16px;
  }
}
.committee-members__list .committee-members__description {
  line-height: 1.875;
}

.recipient-experience {
  color: #fff;
  padding: 150px 0 50px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .recipient-experience {
    padding: 100px 0 2px;
  }
}
.recipient-experience::before {
  background-color: #000;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  z-index: 0;
}
.recipient-experience .recipient-experience__inner {
  position: relative;
}
.recipient-experience .recipient-experience__list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 0 0 10px;
  width: 72.3333333333%;
}
@media screen and (max-width: 650px) {
  .recipient-experience .recipient-experience__list {
    width: 100%;
  }
}
.recipient-experience .recipient-experience__items {
  margin: 0 0 150px;
  width: 39.9069767442%;
}
@media screen and (max-width: 650px) {
  .recipient-experience .recipient-experience__items {
    margin: 0 0 100px;
    width: 100%;
  }
}
.recipient-experience .recipient-experience__image {
  align-items: center;
  aspect-ratio: 1;
  border: solid 1px #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin: 0 auto 43px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .recipient-experience .recipient-experience__image {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 650px) {
  .recipient-experience .recipient-experience__image {
    width: 77.4285714286%;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .recipient-experience .recipient-experience__image img.is-dammy {
    width: 69px;
  }
}
@media screen and (max-width: 650px) {
  .recipient-experience .recipient-experience__image img.is-dammy {
    width: 69px;
  }
}
.recipient-experience .recipient-experience__name {
  font-size: 24px;
  line-height: 1.4583333333;
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .recipient-experience .recipient-experience__name {
    font-size: 20px;
    margin: 0 0 22px;
  }
}
.recipient-experience .recipient-experience__text {
  margin: 0 auto 32px;
  text-align: center;
  width: 76.68997669%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .recipient-experience .recipient-experience__text {
    width: 100%;
  }
}

.support-feature {
  color: #fff;
  padding: 150px 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .support-feature {
    padding: 100px 0;
  }
}
.support-feature::before {
  background-color: #000;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  z-index: 0;
}
.support-feature .support-feature__inner {
  position: relative;
}
.support-feature .support-feature__detail {
  margin: 0 0 0 auto;
  width: 86%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .support-feature .support-feature__detail {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}
.support-feature .support-feature__detail svg {
  max-width: 100%;
  overflow: visible;
}

.support-programs {
  padding: 200px 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .support-programs {
    padding: 100px 0 50px;
  }
}
.support-programs .support-programs__inner {
  position: relative;
}
.support-programs .support-programs__detail {
  margin: 0 0 0 auto;
  width: 86%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .support-programs .support-programs__detail {
    width: 100%;
  }
}
.support-programs .support-programs__text {
  font-size: 20px;
}

.support-programs-list {
  align-items: stretch !important;
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .support-programs-list {
    flex-direction: column;
  }
}
.support-programs-list .support-programs-list__items {
  border: solid 1px #000;
  padding: 70px 40px;
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .support-programs-list .support-programs-list__items {
    width: 100%;
  }
}
.support-programs-list .support-programs-list__items:nth-child(even) {
  margin-left: -1px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .support-programs-list .support-programs-list__items:nth-child(even) {
    margin: -1px auto 0;
  }
}
.support-programs-list .support-programs-list__title {
  align-items: center;
  font-family: "din-2014", sans-serif;
  font-size: 56px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  letter-spacing: 0.024em;
  line-height: 1.2678571429;
  max-width: 330px;
}
.support-programs-list .support-programs-list__title em, .support-programs-list .support-programs-list__title i {
  font-size: 38px;
  font-style: normal;
  line-height: 1.2631578947;
  margin: 0 19px;
}
.support-programs-list .support-programs-list__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  margin: 45px auto 0;
  max-width: 330px;
}

.support-programs-contact {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .support-programs-contact {
    flex-direction: column;
  }
}
.support-programs-contact .support-programs-contact__body {
  font-size: 20px;
  width: 66.2015503876%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .support-programs-contact .support-programs-contact__body {
    width: 100%;
  }
}
.support-programs-contact .support-programs-contact__button {
  text-align: right;
  width: 33.7984496124%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .support-programs-contact .support-programs-contact__button {
    margin: 50px 0 0;
    width: 100%;
  }
}

.faq-headline__section {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.4482758621;
  margin: 0 0 38px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .faq-headline__section {
    font-size: 24px;
  }
}

.faq-items {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  margin-top: -1px;
  overflow: hidden;
  padding: 0 0 0 43px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .faq-items {
    padding-left: 32px;
  }
}
.faq-items .faq-items__question {
  cursor: pointer;
  display: block;
  font-size: 22px;
  font-weight: 700;
  padding: 55px 55px 55px 0;
  position: relative;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .faq-items .faq-items__question {
    font-size: 19px;
    padding: 44px 44px 44px 0;
  }
}
.faq-items .faq-items__question::-webkit-details-marker {
  display: none;
}
.faq-items .faq-items__question:hover {
  opacity: 0.65;
}
.faq-items .faq-items__question::before {
  content: "Q.";
  font-family: "din-2014", sans-serif;
  font-size: 34px;
  font-weight: 700;
  position: absolute;
  top: 45px;
  left: -43px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .faq-items .faq-items__question::before {
    font-size: 24px;
    top: 42px;
    left: -32px;
  }
}
.faq-items .faq-items__question::after {
  background: url("images/icon-plus.svg") no-repeat center center/23px 23px;
  border-radius: 50%;
  content: "";
  display: block;
  height: 45px;
  position: absolute;
  right: 0;
  top: calc(50% - 22px);
  width: 45px;
}
.faq-items[open] > .faq-items__question::after {
  background-image: url("images/icon-minus.svg");
}
.faq-items .faq-items__answer {
  position: relative;
  top: -18px;
  will-change: height, opacity;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .faq-items .faq-items__answer {
    top: -10px;
  }
}
.faq-items .faq-items__answer::after {
  content: "";
  display: block;
  height: 55px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .faq-items .faq-items__answer::after {
    height: 45px;
  }
}
.faq-items .faq-items__answer::before {
  content: "A.";
  font-family: "din-2014", sans-serif;
  font-size: 34px;
  font-weight: 700;
  position: absolute;
  top: -12px;
  left: -43px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .faq-items .faq-items__answer::before {
    font-size: 24px;
    top: -4px;
    left: -32px;
  }
}
.faq-items .faq-items__answer p {
  font-size: 16px;
  margin: 0;
}