@charset "utf-8";

/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
  overflow: visible; /* 3 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-color: inherit; /* 1 */
  text-indent: 0; /* 2 */
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction
 * ========================================================================== */

@font-face {
  font-family: "MyHiragino";
  src: local("HiraginoSans-W3"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN");
}
@font-face {
  font-family: "MyHiragino";
  font-weight: bold;
  src: local("HiraginoSans-W6"), local("ヒラギノ角ゴ ProN W6"), local("Hiragino Kaku Gothic ProN W6");
}
@font-face {
  font-family: "MyHiragino";
  font-weight: 800;
  src: local("HiraginoSans-W8"), local("ヒラギノ角ゴ StdN"), local("Hiragino Kaku Gothic StdN");
}
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  position: relative;
  font-family: "MyHiragino", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  height: 100%;
  color: #333333;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  line-height: 2.375;
}

a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  opacity: 0.8;
}

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

figure {
  margin: 0;
}

/* [layout]
-----------------------------------------------*/
.l-main {
  overflow: hidden;
  padding-top: 95px;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 75px;
  }
}

/* [layout]
-----------------------------------------------*/
.l-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding-right: 100px;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding-right: 28px;
    padding-left: 28px;
  }
}

.l-color-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-color-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.l-color-section--key-color {
  background: #0F8B50;
}
.l-color-section--sub-color {
  background: rgba(15, 139, 80, 0.2);
}

.l-main-title {
  margin: 60px 0 64px;
}
@media screen and (max-width: 768px) {
  .l-main-title {
    margin: 30px 0 40px;
  }
}

/* [layout] gapルール用クラス
-----------------------------------------------*/
.l-gap--xll {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-gap--xll {
    margin-top: 60px;
  }
}

.l-gap--xl {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-gap--xl {
    margin-top: 30px;
  }
}

.l-gap--lg {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .l-gap--lg {
    margin-top: 30px;
  }
}

.l-gap--md {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-gap--md {
    margin-top: 30px;
  }
}

.l-gap--sm {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-gap--sm {
    margin-top: 25px;
  }
}

.l-gap--xs {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .l-gap--xs {
    margin-top: 16px;
  }
}

.l-gap--xss {
  margin-top: 8px;
}

/* [layout] カラム
-----------------------------------------------*/
.l-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.l-col {
  padding-right: 16px;
  padding-left: 16px;
  line-height: 1;
}
.l-col.span-6 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-col.span-sm-down--12 {
    width: 100%;
  }
}

/* [header]
-----------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  height: 95px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-header {
    justify-content: space-between;
    padding: 0 20px;
    height: 75px;
  }
}
.l-header .svg-header_logo-dims {
  fill: #0F8B50;
}
@media screen and (max-width: 768px) {
  .l-header .svg-header_logo-dims {
    width: 133px;
    height: 35px;
  }
}
.l-header__logo {
  display: inline-block;
}

.l-header__button-contact {
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 768.02px) {
  .l-header__button-contact {
    position: absolute;
    top: 40px;
    right: 80px;
  }
}
.l-header__button-contact > .icon {
  display: block;
  margin-right: 10px;
  font-size: 0;
}

/* [footer]
-----------------------------------------------*/
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 20px 60px;
  background: #0F8B50;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    display: block;
    padding: 16px 40px 34px;
  }
}

.l-footer__copyright {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    padding-top: 16px;
  }
}

.l-footer__utility {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
}
.l-footer__utility > li {
  margin: 0;
  padding: 0;
}
.l-footer__utility > li:not(:first-child)::before {
  content: "/";
  margin: 0px 10px;
}
.l-footer__utility a {
  color: #fff;
}

/**
 * Icons
**/
/* [icons] svgスプライト設定
-----------------------------------------------*/
.svg-header_logo-dims {
  width: 227.19px;
  height: 60px;
}

.svg-logo-dims {
  width: 431.79px;
  height: 308.04px;
}

/**
 * Text
**/
.c-text-lg {
  margin: 0;
  font-size: 6rem;
  line-height: 1.0666666667;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c-text-lg {
    font-size: 5rem;
    line-height: 1.1;
  }
}

.c-text-md {
  margin: -0.6875em 0;
  font-size: 1.6rem;
  line-height: 2.25;
  font-weight: normal;
}

.c-text-sm {
  margin: -0.625em 0;
  font-size: 1.4rem;
  line-height: 2.25;
  font-weight: normal;
}

.c-text-english {
  font-family: "Lato", sans-serif;
}

.c-text-bold {
  font-weight: bold;
}

/**
 * Page
**/
/* [top] ロゴエリア
-----------------------------------------------*/
.p-top-logo {
  background-color: #0F8B50;
  padding: 88px 0;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .p-top-logo {
    padding: 30.5px 0;
  }
}
.p-top-logo > svg {
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-logo > svg {
    width: 239px;
    height: 170.5px;
  }
}

/* [utility] position
--------------------------------*/
.u-position--absolute {
  position: absolute;
}

/* [utility] text
--------------------------------*/
.u-weight--normal {
  font-weight: normal;
}

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

.u-antialiased {
  -webkit-font-smoothing: antialiased;
}

/* [utility] color
--------------------------------*/
.u-color--key {
  color: #0F8B50;
}

.u-color--default {
  color: #333333;
}

.u-color--white {
  color: #fff;
}

/* [utility] margin
--------------------------------*/
.u-mt--none {
  margin-top: 0 !important;
}

.u-mb--none {
  margin-bottom: 0 !important;
}

.u-ml--none {
  margin-left: 0 !important;
}

.u-mr--none {
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 959.08px) {
  .u-mt-md-down--none {
    margin-top: 0 !important;
  }

  .u-mb-md-down--none {
    margin-bottom: 0 !important;
  }

  .u-ml-md-down--none {
    margin-left: 0 !important;
  }

  .u-mr-md-down--none {
    margin-right: 0 !important;
  }

  .u-mt-md-down--xss {
    margin-top: 8px !important;
  }

  .u-mb-md-down--xss {
    margin-bottom: 8px !important;
  }

  .u-ml-md-down--xss {
    margin-left: 8px !important;
  }

  .u-mr-md-down--xss {
    margin-right: 8px !important;
  }

  .u-mt-md-down--xs {
    margin-top: 16px !important;
  }

  .u-mb-md-down--xs {
    margin-bottom: 16px !important;
  }

  .u-ml-md-down--xs {
    margin-left: 16px !important;
  }

  .u-mr-md-down--xs {
    margin-right: 16px !important;
  }

  .u-mt-md-down--sm {
    margin-top: 30px !important;
  }

  .u-mb-md-down--sm {
    margin-bottom: 30px !important;
  }

  .u-ml-md-down--sm {
    margin-left: 30px !important;
  }

  .u-mr-md-down--sm {
    margin-right: 30px !important;
  }

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

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

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

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

  .u-mt-md-down--lg {
    margin-top: 50px !important;
  }

  .u-mb-md-down--lg {
    margin-bottom: 50px !important;
  }

  .u-ml-md-down--lg {
    margin-left: 50px !important;
  }

  .u-mr-md-down--lg {
    margin-right: 50px !important;
  }

  .u-mt-md-down--xl {
    margin-top: 60px !important;
  }

  .u-mb-md-down--xl {
    margin-bottom: 60px !important;
  }

  .u-ml-md-down--xl {
    margin-left: 60px !important;
  }

  .u-mr-md-down--xl {
    margin-right: 60px !important;
  }

  .u-mt-md-down--xll {
    margin-top: 100px !important;
  }

  .u-mb-md-down--xll {
    margin-bottom: 100px !important;
  }

  .u-ml-md-down--xll {
    margin-left: 100px !important;
  }

  .u-mr-md-down--xll {
    margin-right: 100px !important;
  }
}
@media screen and (min-width: 960px) {
  .u-mt-md--none {
    margin-top: 0 !important;
  }

  .u-mb-md--none {
    margin-bottom: 0 !important;
  }

  .u-ml-md--none {
    margin-left: 0 !important;
  }

  .u-mr-md--none {
    margin-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-mr-md--xll {
    margin-right: 100px !important;
  }
}
@media screen and (min-width: 1280px) {
  .u-mt-lg--none {
    margin-top: 0 !important;
  }

  .u-mb-lg--none {
    margin-bottom: 0 !important;
  }

  .u-ml-lg--none {
    margin-left: 0 !important;
  }

  .u-mr-lg--none {
    margin-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-mr-lg--xll {
    margin-right: 100px !important;
  }
}
@media screen and (max-width: 1279.08px) {
  .u-mt-lg-down--none {
    margin-top: 0 !important;
  }

  .u-mb-lg-down--none {
    margin-bottom: 0 !important;
  }

  .u-ml-lg-down--none {
    margin-left: 0 !important;
  }

  .u-mr-lg-down--none {
    margin-right: 0 !important;
  }

  .u-mt-lg-down--xss {
    margin-top: 8px !important;
  }

  .u-mb-lg-down--xss {
    margin-bottom: 8px !important;
  }

  .u-ml-lg-down--xss {
    margin-left: 8px !important;
  }

  .u-mr-lg-down--xss {
    margin-right: 8px !important;
  }

  .u-mt-lg-down--xs {
    margin-top: 16px !important;
  }

  .u-mb-lg-down--xs {
    margin-bottom: 16px !important;
  }

  .u-ml-lg-down--xs {
    margin-left: 16px !important;
  }

  .u-mr-lg-down--xs {
    margin-right: 16px !important;
  }

  .u-mt-lg-down--sm {
    margin-top: 30px !important;
  }

  .u-mb-lg-down--sm {
    margin-bottom: 30px !important;
  }

  .u-ml-lg-down--sm {
    margin-left: 30px !important;
  }

  .u-mr-lg-down--sm {
    margin-right: 30px !important;
  }

  .u-mt-lg-down--md {
    margin-top: 40px !important;
  }

  .u-mb-lg-down--md {
    margin-bottom: 40px !important;
  }

  .u-ml-lg-down--md {
    margin-left: 40px !important;
  }

  .u-mr-lg-down--md {
    margin-right: 40px !important;
  }

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

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

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

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

  .u-mt-lg-down--xl {
    margin-top: 60px !important;
  }

  .u-mb-lg-down--xl {
    margin-bottom: 60px !important;
  }

  .u-ml-lg-down--xl {
    margin-left: 60px !important;
  }

  .u-mr-lg-down--xl {
    margin-right: 60px !important;
  }

  .u-mt-lg-down--xll {
    margin-top: 100px !important;
  }

  .u-mb-lg-down--xll {
    margin-bottom: 100px !important;
  }

  .u-ml-lg-down--xll {
    margin-left: 100px !important;
  }

  .u-mr-lg-down--xll {
    margin-right: 100px !important;
  }
}
@media screen and (min-width: 768.02px) {
  .u-mt-sm--none {
    margin-top: 0 !important;
  }

  .u-mb-sm--none {
    margin-bottom: 0 !important;
  }

  .u-ml-sm--none {
    margin-left: 0 !important;
  }

  .u-mr-sm--none {
    margin-right: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-mr-sm--xll {
    margin-right: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-sm-down--none {
    margin-top: 0 !important;
  }

  .u-mb-sm-down--none {
    margin-bottom: 0 !important;
  }

  .u-ml-sm-down--none {
    margin-left: 0 !important;
  }

  .u-mr-sm-down--none {
    margin-right: 0 !important;
  }

  .u-mt-sm-down--xss {
    margin-top: 8px !important;
  }

  .u-mb-sm-down--xss {
    margin-bottom: 8px !important;
  }

  .u-ml-sm-down--xss {
    margin-left: 8px !important;
  }

  .u-mr-sm-down--xss {
    margin-right: 8px !important;
  }

  .u-mt-sm-down--xs {
    margin-top: 16px !important;
  }

  .u-mb-sm-down--xs {
    margin-bottom: 16px !important;
  }

  .u-ml-sm-down--xs {
    margin-left: 16px !important;
  }

  .u-mr-sm-down--xs {
    margin-right: 16px !important;
  }

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

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

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

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

  .u-mt-sm-down--md {
    margin-top: 40px !important;
  }

  .u-mb-sm-down--md {
    margin-bottom: 40px !important;
  }

  .u-ml-sm-down--md {
    margin-left: 40px !important;
  }

  .u-mr-sm-down--md {
    margin-right: 40px !important;
  }

  .u-mt-sm-down--lg {
    margin-top: 50px !important;
  }

  .u-mb-sm-down--lg {
    margin-bottom: 50px !important;
  }

  .u-ml-sm-down--lg {
    margin-left: 50px !important;
  }

  .u-mr-sm-down--lg {
    margin-right: 50px !important;
  }

  .u-mt-sm-down--xl {
    margin-top: 60px !important;
  }

  .u-mb-sm-down--xl {
    margin-bottom: 60px !important;
  }

  .u-ml-sm-down--xl {
    margin-left: 60px !important;
  }

  .u-mr-sm-down--xl {
    margin-right: 60px !important;
  }

  .u-mt-sm-down--xll {
    margin-top: 100px !important;
  }

  .u-mb-sm-down--xll {
    margin-bottom: 100px !important;
  }

  .u-ml-sm-down--xll {
    margin-left: 100px !important;
  }

  .u-mr-sm-down--xll {
    margin-right: 100px !important;
  }
}
/* [utility] padding
--------------------------------*/
.u-pt--none {
  padding-top: 0 !important;
}

.u-pb--none {
  padding-bottom: 0 !important;
}

.u-pl--none {
  padding-left: 0 !important;
}

.u-pr--none {
  padding-right: 0 !important;
}

.u-pt--xss {
  padding-top: 8px !important;
}

.u-pb--xss {
  padding-bottom: 8px !important;
}

.u-pl--xss {
  padding-left: 8px !important;
}

.u-pr--xss {
  padding-right: 8px !important;
}

.u-pt--xs {
  padding-top: 16px !important;
}

.u-pb--xs {
  padding-bottom: 16px !important;
}

.u-pl--xs {
  padding-left: 16px !important;
}

.u-pr--xs {
  padding-right: 16px !important;
}

.u-pt--sm {
  padding-top: 30px !important;
}

.u-pb--sm {
  padding-bottom: 30px !important;
}

.u-pl--sm {
  padding-left: 30px !important;
}

.u-pr--sm {
  padding-right: 30px !important;
}

.u-pt--md {
  padding-top: 40px !important;
}

.u-pb--md {
  padding-bottom: 40px !important;
}

.u-pl--md {
  padding-left: 40px !important;
}

.u-pr--md {
  padding-right: 40px !important;
}

.u-pt--lg {
  padding-top: 50px !important;
}

.u-pb--lg {
  padding-bottom: 50px !important;
}

.u-pl--lg {
  padding-left: 50px !important;
}

.u-pr--lg {
  padding-right: 50px !important;
}

.u-pt--xl {
  padding-top: 60px !important;
}

.u-pb--xl {
  padding-bottom: 60px !important;
}

.u-pl--xl {
  padding-left: 60px !important;
}

.u-pr--xl {
  padding-right: 60px !important;
}

.u-pt--xll {
  padding-top: 100px !important;
}

.u-pb--xll {
  padding-bottom: 100px !important;
}

.u-pl--xll {
  padding-left: 100px !important;
}

.u-pr--xll {
  padding-right: 100px !important;
}

@media (min-width: 992px) {
  .u-pt-lg--none {
    padding-top: 0 !important;
  }

  .u-pb-lg--none {
    padding-bottom: 0 !important;
  }

  .u-pl-lg--none {
    padding-left: 0 !important;
  }

  .u-pr-lg--none {
    padding-right: 0 !important;
  }

  .u-pt-lg--xss {
    padding-top: 8px !important;
  }

  .u-pb-lg--xss {
    padding-bottom: 8px !important;
  }

  .u-pl-lg--xss {
    padding-left: 8px !important;
  }

  .u-pr-lg--xss {
    padding-right: 8px !important;
  }

  .u-pt-lg--xs {
    padding-top: 16px !important;
  }

  .u-pb-lg--xs {
    padding-bottom: 16px !important;
  }

  .u-pl-lg--xs {
    padding-left: 16px !important;
  }

  .u-pr-lg--xs {
    padding-right: 16px !important;
  }

  .u-pt-lg--sm {
    padding-top: 30px !important;
  }

  .u-pb-lg--sm {
    padding-bottom: 30px !important;
  }

  .u-pl-lg--sm {
    padding-left: 30px !important;
  }

  .u-pr-lg--sm {
    padding-right: 30px !important;
  }

  .u-pt-lg--md {
    padding-top: 40px !important;
  }

  .u-pb-lg--md {
    padding-bottom: 40px !important;
  }

  .u-pl-lg--md {
    padding-left: 40px !important;
  }

  .u-pr-lg--md {
    padding-right: 40px !important;
  }

  .u-pt-lg--lg {
    padding-top: 50px !important;
  }

  .u-pb-lg--lg {
    padding-bottom: 50px !important;
  }

  .u-pl-lg--lg {
    padding-left: 50px !important;
  }

  .u-pr-lg--lg {
    padding-right: 50px !important;
  }

  .u-pt-lg--xl {
    padding-top: 60px !important;
  }

  .u-pb-lg--xl {
    padding-bottom: 60px !important;
  }

  .u-pl-lg--xl {
    padding-left: 60px !important;
  }

  .u-pr-lg--xl {
    padding-right: 60px !important;
  }

  .u-pt-lg--xll {
    padding-top: 100px !important;
  }

  .u-pb-lg--xll {
    padding-bottom: 100px !important;
  }

  .u-pl-lg--xll {
    padding-left: 100px !important;
  }

  .u-pr-lg--xll {
    padding-right: 100px !important;
  }
}
/* [utility] font
--------------------------------*/
.u-line-height--lg {
  line-height: 2.5;
}

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

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

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

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

@media screen and (min-width: 1280px) {
  .u-align-lg--left {
    text-align: left !important;
  }

  .u-align-lg--center {
    text-align: center !important;
  }

  .u-align-lg--right {
    text-align: right !important;
  }

  .u-align-lg--justify {
    text-align: justify !important;
  }
}
@media screen and (min-width: 768.02px) {
  .u-align-sm--left {
    text-align: left !important;
  }

  .u-align-sm--center {
    text-align: center !important;
  }

  .u-align-sm--right {
    text-align: right !important;
  }

  .u-align-sm--justify {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .u-align-sm-down--left {
    text-align: left !important;
  }

  .u-align-sm-down--center {
    text-align: center !important;
  }

  .u-align-sm-down--right {
    text-align: right !important;
  }

  .u-align-sm-down--justify {
    text-align: justify !important;
  }
}
.u-display--ib {
  display: inline-block;
}

.u-align--super {
  vertical-align: super;
  font-size: 0.5em;
}

.u-font_size--xs {
  font-size: 1.6rem !important;
}

.u-font_size--sm {
  font-size: 1.6rem !important;
}

.u-font_size--md {
  font-size: 2rem !important;
}

.u-font_size--lg {
  font-size: 3.2rem !important;
}

/* [utility] サイズ指定など
--------------------------------*/
.u-width--12 {
  width: 100%;
}

.u-width--11 {
  width: 91.66666667%;
}

.u-width--10 {
  width: 83.33333333%;
}

.u-width--9 {
  width: 75%;
}

.u-width--8 {
  width: 66.66666667%;
}

.u-width--7 {
  width: 58.33333333%;
}

.u-width--6 {
  width: 50%;
}

.u-width--5 {
  width: 41.66666667%;
}

.u-width--4 {
  width: 33.33333333%;
}

.u-width--3 {
  width: 25%;
}

.u-width--2 {
  width: 16.66666667%;
}

.u-width--1 {
  width: 8.33333333%;
}

.u-width--sm {
  width: 110px !important;
}

.u-width--xs {
  width: 75px !important;
}

@media screen and (min-width: 1280px) {
  .u-width-lg--12 {
    width: 100%;
  }

  .u-width-lg--11 {
    width: 91.66666667%;
  }

  .u-width-lg--10 {
    width: 83.33333333%;
  }

  .u-width-lg--9 {
    width: 75%;
  }

  .u-width-lg--8 {
    width: 66.66666667%;
  }

  .u-width-lg--7 {
    width: 58.33333333%;
  }

  .u-width-lg--6 {
    width: 50%;
  }

  .u-width-lg--5 {
    width: 41.66666667%;
  }

  .u-width-lg--4 {
    width: 33.33333333%;
  }

  .u-width-lg--3 {
    width: 25%;
  }

  .u-width-lg--2 {
    width: 16.66666667%;
  }

  .u-width-lg--1 {
    width: 8.33333333%;
  }

  .u-width-lg--sm {
    width: 110px !important;
  }
}
/* [utility] 非表示関連
--------------------------------*/
.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 1279.08px) {
  .u-visible--pc {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .u-visible--md-down {
    display: none !important;
  }
}

@media screen and (max-width: 959.08px) {
  .u-visible--md {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-visible--sm {
    display: none !important;
  }
}

@media screen and (min-width: 768.02px) {
  .u-visible--sm-down {
    display: none !important;
  }
}