@charset "UTF-8";
.is-thin {
  font-weight: 100;
}

.is-thin {
  font-weight: 300;
}

.is-regular {
  font-weight: 400;
}

.is-medium {
  font-weight: 500;
}

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

.is-black {
  font-weight: 900;
}

.text-color-primary {
  color: #b8272d;
}

.text-color-info {
  color: #000000;
}

.text-color-success {
  color: #c19f46;
}

.text-color-warning {
  color: #e85a24;
}

.text-color-danger {
  color: #662d88;
}

.is-center {
  text-align: center;
}

.is-right {
  text-align: right;
}

.is-left {
  text-align: left;
}

*,
::before,
::after {
  margin: 0;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
}

html {
  font-family: sans-serif;
  word-break: break-word;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header,
footer,
main,
section,
article,
aside,
nav,
details,
menu,
figure,
figcaption {
  display: block;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

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

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

canvas,
audio,
video {
  display: inline-block;
}

img,
svg,
iframe,
canvas,
audio,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input {
  border-radius: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

address {
  font-style: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
}

hr {
  height: 0;
  overflow: visible;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

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

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

iframe {
  max-width: 100%;
}

body {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.8;
  }
}

html.hidden {
  overflow: hidden;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section > .inner {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .section > .inner {
    width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .section > .inner {
    width: 720px;
  }
}
@media screen and (min-width: 1080px) {
  .section > .inner {
    width: 960px;
  }
}
@media screen and (min-width: 1280px) {
  .section > .inner {
    width: 1080px;
  }
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid.is-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.grid.is-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid.is-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.grid.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.grid.is-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.grid.is-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.grid.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.grid.is-stretch > .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid.is-gap-xxl {
  margin-left: -28px;
  margin-bottom: -28px;
}
.grid.is-gap-xxl > .column {
  padding-left: 28px;
  padding-bottom: 28px;
}
.grid.is-gap-xl {
  margin-left: -24px;
  margin-bottom: -24px;
}
.grid.is-gap-xl > .column {
  padding-left: 24px;
  padding-bottom: 24px;
}
.grid.is-gap-lg {
  margin-left: -20px;
  margin-bottom: -20px;
}
.grid.is-gap-lg > .column {
  padding-left: 20px;
  padding-bottom: 20px;
}
.grid.is-gap, .grid.is-gap-md {
  margin-left: -16px;
  margin-bottom: -16px;
}
.grid.is-gap > .column, .grid.is-gap-md > .column {
  padding-left: 16px;
  padding-bottom: 16px;
}
.grid.is-gap-sm {
  margin-left: -12px;
  margin-bottom: -12px;
}
.grid.is-gap-sm > .column {
  padding-left: 12px;
  padding-bottom: 12px;
}
.grid.is-gap-xs {
  margin-left: -8px;
  margin-bottom: -8px;
}
.grid.is-gap-xs > .column {
  padding-left: 8px;
  padding-bottom: 8px;
}
.grid.is-gap-xxs {
  margin-left: -4px;
  margin-bottom: -4px;
}
.grid.is-gap-xxs > .column {
  padding-left: 4px;
  padding-bottom: 4px;
}

.grid.is-gap-vertical-xxl {
  margin-bottom: -28px;
}
.grid.is-gap-vertical-xxl > .column {
  padding-bottom: 28px;
}
.grid.is-gap-vertical-xl {
  margin-bottom: -24px;
}
.grid.is-gap-vertical-xl > .column {
  padding-bottom: 24px;
}
.grid.is-gap-vertical-lg {
  margin-bottom: -20px;
}
.grid.is-gap-vertical-lg > .column {
  padding-bottom: 20px;
}
.grid.is-gap-vertical, .grid.is-gap-vertical-md {
  margin-bottom: -16px;
}
.grid.is-gap-vertical > .column, .grid.is-gap-vertical-md > .column {
  padding-bottom: 16px;
}
.grid.is-gap-vertical-sm {
  margin-bottom: -12px;
}
.grid.is-gap-vertical-sm > .column {
  padding-bottom: 12px;
}
.grid.is-gap-vertical-xs {
  margin-bottom: -8px;
}
.grid.is-gap-vertical-xs > .column {
  padding-bottom: 8px;
}
.grid.is-gap-vertical-xxs {
  margin-bottom: -4px;
}
.grid.is-gap-vertical-xxs > .column {
  padding-bottom: 4px;
}

.grid.is-gap-horizontal-xxl {
  margin-left: -28px;
}
.grid.is-gap-horizontal-xxl > .column {
  padding-left: 28px;
}
.grid.is-gap-horizontal-xl {
  margin-left: -24px;
}
.grid.is-gap-horizontal-xl > .column {
  padding-left: 24px;
}
.grid.is-gap-horizontal-lg {
  margin-left: -20px;
}
.grid.is-gap-horizontal-lg > .column {
  padding-left: 20px;
}
.grid.is-gap-horizontal, .grid.is-gap-horizontal-md {
  margin-left: -16px;
}
.grid.is-gap-horizontal > .column, .grid.is-gap-horizontal-md > .column {
  padding-left: 16px;
}
.grid.is-gap-horizontal-sm {
  margin-left: -12px;
}
.grid.is-gap-horizontal-sm > .column {
  padding-left: 12px;
}
.grid.is-gap-horizontal-xs {
  margin-left: -8px;
}
.grid.is-gap-horizontal-xs > .column {
  padding-left: 8px;
}
.grid.is-gap-horizontal-xxs {
  margin-left: -4px;
}
.grid.is-gap-horizontal-xxs > .column {
  padding-left: 4px;
}

.box {
  position: relative;
  display: block;
}
.box.is-bg, .box.is-bg-light {
  background-color: #fff;
}
.box.is-disabled, .box[disabled] {
  cursor: not-allowed;
  pointer-events: none;
}

.box.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box.is-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.box.is-flex:not(.is-nowrap), .box.is-inline-flex:not(.is-nowrap) {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box.is-flex.is-baseline, .box.is-inline-flex.is-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.box.is-flex.is-middle, .box.is-inline-flex.is-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box.is-flex.is-bottom, .box.is-inline-flex.is-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.box.is-flex.is-center, .box.is-inline-flex.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box.is-flex.is-right, .box.is-inline-flex.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.box.is-flex.is-between, .box.is-inline-flex.is-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box.is-flex.is-around, .box.is-inline-flex.is-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.box.is-flex.is-reverse, .box.is-inline-flex.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.box.is-outline {
  border: 1px solid #000;
}
.box.is-outline-top {
  border-top: 1px solid #000;
}
.box.is-outline-right {
  border-right: 1px solid #000;
}
.box.is-outline-bottom {
  border-bottom: 1px solid #000;
}
.box.is-outline-left {
  border-left: 1px solid #000;
}

.box.is-separate > *:not(:last-child) {
  border-bottom: 1px solid #000;
}
.box.is-separate-parent > *:not(:last-child) .is-separate-child {
  border-bottom: 1px solid #000;
}

.box.is-link {
  cursor: pointer;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.box.is-link:not(.is-disabled):not([disabled]):hover {
  background-color: #000;
}

.box.is-angle-right:after, .box.is-angle-left:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  z-index: 2;
}
.box.is-angle-right:after {
  right: 0.75em;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.box.is-angle-left:after {
  left: 0.75em;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.box.is-angle-right.is-angle-up:after, .box.is-angle-left.is-angle-up:after {
  -webkit-transform: translateY(-30%) rotate(-45deg);
          transform: translateY(-30%) rotate(-45deg);
}
.box.is-angle-right.is-angle-down:after, .box.is-angle-left.is-angle-down:after {
  -webkit-transform: translateY(-70%) rotate(135deg);
          transform: translateY(-70%) rotate(135deg);
}

.button {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 0.5em 1em;
  border-radius: 3px;
  line-height: 1.5;
  text-align: center;
}

.button.is-plain {
  color: #fff;
}
.button.is-plain.is-primary {
  background-color: #b8272d;
}
.button.is-plain.is-info {
  background-color: #000000;
}
.button.is-plain.is-success {
  background-color: #c19f46;
}
.button.is-plain.is-warning {
  background-color: #e85a24;
}
.button.is-plain.is-danger {
  background-color: #662d88;
}
.button.is-plain:hover {
  opacity: 0.7;
}

.button.is-outline.is-primary {
  color: #b8272d;
  border: #b8272d solid 1px;
}
.button.is-outline.is-info {
  color: #000000;
  border: #000000 solid 1px;
}
.button.is-outline.is-success {
  color: #c19f46;
  border: #c19f46 solid 1px;
}
.button.is-outline.is-warning {
  color: #e85a24;
  border: #e85a24 solid 1px;
}
.button.is-outline.is-danger {
  color: #662d88;
  border: #662d88 solid 1px;
}
.button.is-outline:hover {
  opacity: 0.7;
}

.list.is-disc, .list.is-circle, .list.is-square, .list.is-kome, .list.is-decimal {
  margin-left: 1.5em;
}
.list.is-disc > .item:not(:first-child), .list.is-circle > .item:not(:first-child), .list.is-square > .item:not(:first-child), .list.is-kome > .item:not(:first-child), .list.is-decimal > .item:not(:first-child) {
  margin-top: 0.25em;
}
.list.is-disc > .item > .list, .list.is-circle > .item > .list, .list.is-square > .item > .list, .list.is-kome > .item > .list, .list.is-decimal > .item > .list {
  margin-top: 0.5em;
}
.list.is-disc > .item {
  display: list-item;
  list-style: disc outside;
}
.list.is-circle > .item {
  display: list-item;
  list-style: circle outside;
}
.list.is-square > .item {
  display: list-item;
  list-style: square outside;
}
.list.is-kome > .item {
  position: relative;
  display: block;
}
.list.is-kome > .item:before {
  content: "\203B";
  position: absolute;
  top: 0;
  left: -1em;
}
.list.is-decimal > .item {
  display: list-item;
  list-style: decimal outside;
}

.list.is-note > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list.is-note > .item > *:not(:first-child) {
  margin-left: 0.25em;
}

.is-block,
.is-mobile-block {
  display: block;
}

.is-inline,
.is-mobile-inline {
  display: inline;
}

.is-inline-block,
.is-mobile-inline-block {
  display: inline-block;
}

.is-none,
.is-mobile-none {
  display: none;
}

@media screen and (min-width: 576px) {
  .is-fablet-block {
    display: block;
  }
  .is-fablet-inline {
    display: inline;
  }
  .is-fablet-inline-block {
    display: inline-block;
  }
  .is-fablet-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-tablet-block {
    display: block;
  }
  .is-tablet-inline {
    display: inline;
  }
  .is-tablet-inline-block {
    display: inline-block;
  }
  .is-tablet-none {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .is-desktop-block {
    display: block;
  }
  .is-desktop-inline {
    display: inline;
  }
  .is-desktop-inline-block {
    display: inline-block;
  }
  .is-desktop-none {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .is-wide-block {
    display: block;
  }
  .is-wide-inline {
    display: inline;
  }
  .is-wide-inline-block {
    display: inline-block;
  }
  .is-wide-none {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .is-iphone5-only-block {
    display: block;
  }
  .is-iphone5-only-inline {
    display: inline;
  }
  .is-iphone5-only-inline-block {
    display: inline-block;
  }
  .is-iphone5-only-none {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .is-mobile-only-block {
    display: block;
  }
  .is-mobile-only-inline {
    display: inline;
  }
  .is-mobile-only-inline-block {
    display: inline-block;
  }
  .is-mobile-only-none {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .is-fablet-only-block {
    display: block;
  }
  .is-fablet-only-inline {
    display: inline;
  }
  .is-fablet-only-inline-block {
    display: inline-block;
  }
  .is-fablet-only-none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .is-tablet-only-block {
    display: block;
  }
  .is-tablet-only-inline {
    display: inline;
  }
  .is-tablet-only-inline-block {
    display: inline-block;
  }
  .is-tablet-only-none {
    display: none;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1279px) {
  .is-desktop-only-block {
    display: block;
  }
  .is-desktop-only-inline {
    display: inline;
  }
  .is-desktop-only-inline-block {
    display: inline-block;
  }
  .is-desktop-only-none {
    display: none;
  }
}
.is-0,
.is-mobile-0 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.is-1,
.is-mobile-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
}

.is-2,
.is-mobile-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
}

.is-3,
.is-mobile-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}

.is-4,
.is-mobile-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}

.is-5,
.is-mobile-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
}

.is-6,
.is-mobile-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.is-7,
.is-mobile-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
}

.is-8,
.is-mobile-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}

.is-9,
.is-mobile-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
}

.is-10,
.is-mobile-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}

.is-11,
.is-mobile-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
}

.is-12,
.is-mobile-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.is-full,
.is-mobile-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%;
}

.is-auto,
.is-mobile-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
}

@media screen and (min-width: 576px) {
  .is-fablet-0 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .is-fablet-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .is-fablet-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .is-fablet-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .is-fablet-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .is-fablet-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .is-fablet-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .is-fablet-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .is-fablet-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .is-fablet-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .is-fablet-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .is-fablet-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .is-fablet-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .is-fablet-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
  }
  .is-fablet-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .is-tablet-0 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .is-tablet-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .is-tablet-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .is-tablet-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .is-tablet-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .is-tablet-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .is-tablet-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .is-tablet-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .is-tablet-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .is-tablet-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .is-tablet-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .is-tablet-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .is-tablet-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .is-tablet-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
  }
  .is-tablet-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
  }
}
@media screen and (min-width: 1080px) {
  .is-desktop-0 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .is-desktop-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .is-desktop-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .is-desktop-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .is-desktop-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .is-desktop-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .is-desktop-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .is-desktop-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .is-desktop-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .is-desktop-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .is-desktop-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .is-desktop-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .is-desktop-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .is-desktop-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
  }
  .is-desktop-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
  .is-wide-0 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .is-wide-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .is-wide-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .is-wide-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .is-wide-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .is-wide-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .is-wide-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .is-wide-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .is-wide-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .is-wide-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .is-wide-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .is-wide-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .is-wide-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .is-wide-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
  }
  .is-wide-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
  }
}
.is-margin-xxl {
  margin: 28px;
}

.is-margin-xl {
  margin: 24px;
}

.is-margin-lg {
  margin: 20px;
}

.is-margin,
.is-margin-md {
  margin: 16px;
}

.is-margin-sm {
  margin: 12px;
}

.is-margin-xs {
  margin: 8px;
}

.is-margin-xxs {
  margin: 4px;
}

.is-margin-top-xxl {
  margin-top: 28px;
}

.is-margin-top-xl {
  margin-top: 24px;
}

.is-margin-top-lg {
  margin-top: 20px;
}

.is-margin-top,
.is-margin-top-md {
  margin-top: 16px;
}

.is-margin-top-sm {
  margin-top: 12px;
}

.is-margin-top-xs {
  margin-top: 8px;
}

.is-margin-top-xxs {
  margin-top: 4px;
}

.is-margin-right-xxl {
  margin-right: 28px;
}

.is-margin-right-xl {
  margin-right: 24px;
}

.is-margin-right-lg {
  margin-right: 20px;
}

.is-margin-right,
.is-margin-right-md {
  margin-right: 16px;
}

.is-margin-right-sm {
  margin-right: 12px;
}

.is-margin-right-xs {
  margin-right: 8px;
}

.is-margin-right-xxs {
  margin-right: 4px;
}

.is-margin-bottom-xxl {
  margin-bottom: 28px;
}

.is-margin-bottom-xl {
  margin-bottom: 24px;
}

.is-margin-bottom-lg {
  margin-bottom: 20px;
}

.is-margin-bottom,
.is-margin-bottom-md {
  margin-bottom: 16px;
}

.is-margin-bottom-sm {
  margin-bottom: 12px;
}

.is-margin-bottom-xs {
  margin-bottom: 8px;
}

.is-margin-bottom-xxs {
  margin-bottom: 4px;
}

.is-margin-left-xxl {
  margin-left: 28px;
}

.is-margin-left-xl {
  margin-left: 24px;
}

.is-margin-left-lg {
  margin-left: 20px;
}

.is-margin-left,
.is-margin-left-md {
  margin-left: 16px;
}

.is-margin-left-sm {
  margin-left: 12px;
}

.is-margin-left-xs {
  margin-left: 8px;
}

.is-margin-left-xxs {
  margin-left: 4px;
}

.is-margin-vertical-xxl {
  margin-top: 28px;
  margin-bottom: 28px;
}

.is-margin-vertical-xl {
  margin-top: 24px;
  margin-bottom: 24px;
}

.is-margin-vertical-lg {
  margin-top: 20px;
  margin-bottom: 20px;
}

.is-margin-vertical,
.is-margin-vertical-md {
  margin-top: 16px;
  margin-bottom: 16px;
}

.is-margin-vertical-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}

.is-margin-vertical-xs {
  margin-top: 8px;
  margin-bottom: 8px;
}

.is-margin-vertical-xxs {
  margin-top: 4px;
  margin-bottom: 4px;
}

.is-margin-horizontal-xxl {
  margin-right: 28px;
  margin-left: 28px;
}

.is-margin-horizontal-xl {
  margin-right: 24px;
  margin-left: 24px;
}

.is-margin-horizontal-lg {
  margin-right: 20px;
  margin-left: 20px;
}

.is-margin-horizontal,
.is-margin-horizontal-md {
  margin-right: 16px;
  margin-left: 16px;
}

.is-margin-horizontal-sm {
  margin-right: 12px;
  margin-left: 12px;
}

.is-margin-horizontal-xs {
  margin-right: 8px;
  margin-left: 8px;
}

.is-margin-horizontal-xxs {
  margin-right: 4px;
  margin-left: 4px;
}

.is-margin-minus-xxl {
  margin: -28px;
}

.is-margin-minus-xl {
  margin: -24px;
}

.is-margin-minus-lg {
  margin: -20px;
}

.is-margin-minus,
.is-margin-minus-md {
  margin: -16px;
}

.is-margin-minus-sm {
  margin: -12px;
}

.is-margin-minus-xs {
  margin: -8px;
}

.is-margin-minus-xxs {
  margin: -4px;
}

.is-margin-top-minus-xxl {
  margin-top: -28px;
}

.is-margin-top-minus-xl {
  margin-top: -24px;
}

.is-margin-top-minus-lg {
  margin-top: -20px;
}

.is-margin-top-minus,
.is-margin-top-minus-md {
  margin-top: -16px;
}

.is-margin-top-minus-sm {
  margin-top: -12px;
}

.is-margin-top-minus-xs {
  margin-top: -8px;
}

.is-margin-top-minus-xxs {
  margin-top: -4px;
}

.is-margin-right-minus-xxl {
  margin-right: -28px;
}

.is-margin-right-minus-xl {
  margin-right: -24px;
}

.is-margin-right-minus-lg {
  margin-right: -20px;
}

.is-margin-right-minus,
.is-margin-right-minus-md {
  margin-right: -16px;
}

.is-margin-right-minus-sm {
  margin-right: -12px;
}

.is-margin-right-minus-xs {
  margin-right: -8px;
}

.is-margin-right-minus-xxs {
  margin-right: -4px;
}

.is-margin-bottom-minus-xxl {
  margin-bottom: -28px;
}

.is-margin-bottom-minus-xl {
  margin-bottom: -24px;
}

.is-margin-bottom-minus-lg {
  margin-bottom: -20px;
}

.is-margin-bottom-minus,
.is-margin-bottom-minus-md {
  margin-bottom: -16px;
}

.is-margin-bottom-minus-sm {
  margin-bottom: -12px;
}

.is-margin-bottom-minus-xs {
  margin-bottom: -8px;
}

.is-margin-bottom-minus-xxs {
  margin-bottom: -4px;
}

.is-margin-left-minus-xxl {
  margin-left: -28px;
}

.is-margin-left-minus-xl {
  margin-left: -24px;
}

.is-margin-left-minus-lg {
  margin-left: -20px;
}

.is-margin-left-minus,
.is-margin-left-minus-md {
  margin-left: -16px;
}

.is-margin-left-minus-sm {
  margin-left: -12px;
}

.is-margin-left-minus-xs {
  margin-left: -8px;
}

.is-margin-left-minus-xxs {
  margin-left: -4px;
}

.is-margin-vertical-minus-xxl {
  margin-top: -28px;
  margin-bottom: -28px;
}

.is-margin-vertical-minus-xl {
  margin-top: -24px;
  margin-bottom: -24px;
}

.is-margin-vertical-minus-lg {
  margin-top: -20px;
  margin-bottom: -20px;
}

.is-margin-vertical-minus,
.is-margin-vertical-minus-md {
  margin-top: -16px;
  margin-bottom: -16px;
}

.is-margin-vertical-minus-sm {
  margin-top: -12px;
  margin-bottom: -12px;
}

.is-margin-vertical-minus-xs {
  margin-top: -8px;
  margin-bottom: -8px;
}

.is-margin-vertical-minus-xxs {
  margin-top: -4px;
  margin-bottom: -4px;
}

.is-margin-horizontal-minus-xxl {
  margin-right: -28px;
  margin-left: -28px;
}

.is-margin-horizontal-minus-xl {
  margin-right: -24px;
  margin-left: -24px;
}

.is-margin-horizontal-minus-lg {
  margin-right: -20px;
  margin-left: -20px;
}

.is-margin-horizontal-minus,
.is-margin-horizontal-minus-md {
  margin-right: -16px;
  margin-left: -16px;
}

.is-margin-horizontal-minus-sm {
  margin-right: -12px;
  margin-left: -12px;
}

.is-margin-horizontal-minus-xs {
  margin-right: -8px;
  margin-left: -8px;
}

.is-margin-horizontal-minus-xxs {
  margin-right: -4px;
  margin-left: -4px;
}

.is-margin-right-auto {
  margin-right: auto;
}

.is-margin-left-auto {
  margin-left: auto;
}

.is-margin-horizontal-auto {
  margin-right: auto;
  margin-left: auto;
}

.is-padding-xxl {
  padding: 28px;
}

.is-padding-xl {
  padding: 24px;
}

.is-padding-lg {
  padding: 20px;
}

.is-padding,
.is-padding-md {
  padding: 16px;
}

.is-padding-sm {
  padding: 12px;
}

.is-padding-xs {
  padding: 8px;
}

.is-padding-xxs {
  padding: 4px;
}

.is-padding-top-xxl {
  padding-top: 28px;
}

.is-padding-top-xl {
  padding-top: 24px;
}

.is-padding-top-lg {
  padding-top: 20px;
}

.is-padding-top,
.is-padding-top-md {
  padding-top: 16px;
}

.is-padding-top-sm {
  padding-top: 12px;
}

.is-padding-top-xs {
  padding-top: 8px;
}

.is-padding-top-xxs {
  padding-top: 4px;
}

.is-padding-right-xxl {
  padding-right: 28px;
}

.is-padding-right-xl {
  padding-right: 24px;
}

.is-padding-right-lg {
  padding-right: 20px;
}

.is-padding-right,
.is-padding-right-md {
  padding-right: 16px;
}

.is-padding-right-sm {
  padding-right: 12px;
}

.is-padding-right-xs {
  padding-right: 8px;
}

.is-padding-right-xxs {
  padding-right: 4px;
}

.is-padding-bottom-xxl {
  padding-bottom: 28px;
}

.is-padding-bottom-xl {
  padding-bottom: 24px;
}

.is-padding-bottom-lg {
  padding-bottom: 20px;
}

.is-padding-bottom,
.is-padding-bottom-md {
  padding-bottom: 16px;
}

.is-padding-bottom-sm {
  padding-bottom: 12px;
}

.is-padding-bottom-xs {
  padding-bottom: 8px;
}

.is-padding-bottom-xxs {
  padding-bottom: 4px;
}

.is-padding-left-xxl {
  padding-left: 28px;
}

.is-padding-left-xl {
  padding-left: 24px;
}

.is-padding-left-lg {
  padding-left: 20px;
}

.is-padding-left,
.is-padding-left-md {
  padding-left: 16px;
}

.is-padding-left-sm {
  padding-left: 12px;
}

.is-padding-left-xs {
  padding-left: 8px;
}

.is-padding-left-xxs {
  padding-left: 4px;
}

.is-padding-vertical-xxl {
  padding-top: 28px;
  padding-bottom: 28px;
}

.is-padding-vertical-xl {
  padding-top: 24px;
  padding-bottom: 24px;
}

.is-padding-vertical-lg {
  padding-top: 20px;
  padding-bottom: 20px;
}

.is-padding-vertical,
.is-padding-vertical-md {
  padding-top: 16px;
  padding-bottom: 16px;
}

.is-padding-vertical-sm {
  padding-top: 12px;
  padding-bottom: 12px;
}

.is-padding-vertical-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}

.is-padding-vertical-xxs {
  padding-top: 4px;
  padding-bottom: 4px;
}

.is-padding-horizontal-xxl {
  padding-right: 28px;
  padding-left: 28px;
}

.is-padding-horizontal-xl {
  padding-right: 24px;
  padding-left: 24px;
}

.is-padding-horizontal-lg {
  padding-right: 20px;
  padding-left: 20px;
}

.is-padding-horizontal,
.is-padding-horizontal-md {
  padding-right: 16px;
  padding-left: 16px;
}

.is-padding-horizontal-sm {
  padding-right: 12px;
  padding-left: 12px;
}

.is-padding-horizontal-xs {
  padding-right: 8px;
  padding-left: 8px;
}

.is-padding-horizontal-xxs {
  padding-right: 4px;
  padding-left: 4px;
}

.is-overflow-hidden {
  overflow: hidden;
}

.is-overflow-scroll-x {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.is-overflow-scroll-y {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.is-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.is-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*menu*/
.menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
  }
}

.menu__line {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #00a04e;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.menu__line.menu__line--top {
  top: 12px;
}
.menu__line.menu__line--top.active {
  top: 19.5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu__line.menu__line--center {
  top: 19.5px;
}
.menu__line.menu__line--center.active {
  display: none;
}
.menu__line.menu__line--bottom {
  bottom: 12px;
}
.menu__line.menu__line--bottom.active {
  bottom: 19.5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px 0 0;
  z-index: 98;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
  }
}
.header::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 160, 78)), to(rgb(142, 188, 47)));
  background: linear-gradient(to right, rgb(0, 160, 78) 0%, rgb(142, 188, 47) 100%);
  z-index: 1;
}
.header._top .header-inner {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .header._top .header-inner {
    background-color: #fff;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  min-height: 120px;
  background-color: #fff;
  padding: 32px 3.12%;
}
@media screen and (max-width: 767px) {
  .header-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 60px;
    padding: 5px 55px 5px 5.33%;
  }
}

.header-logo {
  display: block;
  position: relative;
  max-width: 294px;
  width: 25%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .header-logo {
    max-width: 160px;
    width: 100%;
  }
}
.header-logo:hover {
  opacity: 0.8;
}
.header-logo img {
  width: 100%;
}

.gnav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .gnav {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: none;
    min-height: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    padding: 100px 10% 60px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    z-index: -98;
  }
}
.gnav.open {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
  display: block;
  -webkit-animation: fadeIn 0.3s linear forwards;
          animation: fadeIn 0.3s linear forwards;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 56px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .header-nav {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: block;
    padding: 0;
  }
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .header-nav-list {
    display: block;
    text-align: center;
  }
}
.header-nav-list > li {
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .header-nav-list > li {
    margin: 0 0 16px;
  }
}
.header-nav-list a {
  display: block;
}
.header-nav-list a:hover {
  opacity: 0.8;
}

.header-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: fixed;
  top: 50px;
  right: 0;
  width: 60px;
  height: 158px;
  padding: 4px 4px 4px 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 160, 78)), to(rgb(142, 188, 47)));
  background: linear-gradient(to bottom, rgb(0, 160, 78) 0%, rgb(142, 188, 47) 100%);
  border-radius: 10px 0 0 10px;
  font-weight: 500;
  color: #00a04e;
  z-index: 90;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .header-contact-btn {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    padding: 4px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 160, 78)), to(rgb(142, 188, 47)));
    background: linear-gradient(to right, rgb(0, 160, 78) 0%, rgb(142, 188, 47) 100%);
    border-radius: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.header-contact-btn:hover {
  color: #fff;
}
.header-contact-btn:hover::before {
  opacity: 0;
}
.header-contact-btn:hover .icon-mail {
  stroke: #fff;
}
.header-contact-btn::before {
  content: " ";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 0;
  bottom: 1px;
  background-color: #fff;
  border-radius: 9px 0 0 9px;
  z-index: -1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .header-contact-btn::before {
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
  }
}
.header-contact-btn .icon-mail {
  width: 20px;
  height: 17px;
  stroke: #00a04e;
  margin: 0 0 12px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .header-contact-btn .icon-mail {
    margin: 0 10px 2px 0;
    vertical-align: middle;
  }
}

.footer {
  padding: 70px 0 30px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 160, 78)), to(rgb(142, 188, 47)));
  background: linear-gradient(to right, rgb(0, 160, 78) 0%, rgb(142, 188, 47) 100%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 60px;
  }
}
.footer .copyright {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 12px;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    display: block;
  }
}

.footer-logo {
  max-width: 292px;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .footer-logo {
    max-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo {
    max-width: 240px;
    margin: 0 auto;
  }
}
.footer-logo a {
  display: inline-block;
}
.footer-logo a:hover {
  opacity: 0.8;
}
.footer-logo img {
  width: 100%;
}

.footer-info-block {
  margin-top: 30px;
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .footer-info-block {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer-info-block {
    margin-top: 40px;
    text-align: center;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    margin: 0 0 -10px 0;
  }
}
.footer-nav > li {
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .footer-nav > li {
    width: 48%;
    margin: 0 0 10px 0;
  }
}
.footer-nav a {
  display: block;
}
.footer-nav a:hover {
  opacity: 0.8;
}

.footer-address {
  margin: 60px 0 40px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer-address {
    margin: 40px 0 30px;
    text-align: center;
  }
}
.footer-address .tel-text {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer-address .tel-text {
    font-size: 32px;
  }
}
.footer-address .tel-text .tel {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 0.66em;
}

.svg-defs {
  display: none;
}

svg {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

a {
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 70px;
  }
}

.indent-list > li {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-text {
  padding-left: 1em;
  text-indent: -1em;
}

.disc-list > li {
  position: relative;
  padding-left: 1em;
}
.disc-list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.notes-list > li {
  position: relative;
  padding-left: 1em;
}
.notes-list > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.notes-text {
  position: relative;
  padding-left: 1em;
}
.notes-text::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

._reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  ._reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

@media screen and (max-width: 767px) {
  .section > .inner {
    padding-left: 5.33%;
    padding-right: 5.33%;
  }
}

/* 見出し */
.headline {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.headline .en {
  display: block;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #00a04e;
}
@media screen and (max-width: 767px) {
  .headline .en {
    font-size: 30px;
  }
}

.mv-wrap {
  position: relative;
}
.mv-wrap::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 24, 21, 0.2);
  z-index: 1;
}

.mv-img img {
  width: 100%;
}

.mv-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 162px 7.81% 40px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv-text-box {
    padding: 40px 5.33% 20px;
  }
}

.mv-headline {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .mv-headline {
    font-size: 28px;
  }
}
.mv-headline .en {
  display: block;
  margin-bottom: -24px;
}
.mv-headline .en img {
  width: auto;
  height: 11.17vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  width: 100%;
  max-width: 280px;
  min-height: 60px;
  background: transparent;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  color: #00a04e;
  z-index: 1;
}
.btn:hover {
  color: #fff;
}
.btn:hover::before {
  -webkit-mask-composite: source-over;
          mask-composite: add;
}
.btn::before {
  content: " ";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 160, 78)), to(rgb(142, 188, 47)));
  background: linear-gradient(to right, rgb(0, 160, 78) 0%, rgb(142, 188, 47) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.page-about-wrap {
  padding: 100px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-about-wrap {
    padding: 40px 0;
    font-size: 18px;
    text-align: left;
  }
}

.business-section {
  padding: 90px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 160, 78)), to(rgb(142, 188, 47)));
  background: linear-gradient(to right, rgb(0, 160, 78) 0%, rgb(142, 188, 47) 100%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .business-section {
    padding: 60px 0;
  }
}
.business-section .headline {
  margin-bottom: 70px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .business-section .headline {
    margin-bottom: 40px;
  }
}
.business-section .headline .en {
  color: #fff;
}

.business-feature-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -36px -5.26%;
}
@media screen and (max-width: 767px) {
  .business-feature-grid {
    margin: 0 0 -40px 0;
  }
}

.business-feature-item {
  position: relative;
  width: 28.07%;
  margin: 0 0 36px 5.26%;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .business-feature-item {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.business-feature-item .feature-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  text-transform: uppercase;
}
.business-feature-item .feature-text .number {
  display: block;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
.business-feature-item .text-box {
  width: 100%;
  height: 100%;
  padding: 30px 26px;
  background-color: #fff;
  border-radius: 10px;
  font-weight: 700;
  color: #231815;
}
.business-feature-item .text-box .title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #00a04e;
}

.business-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .business-grid {
    display: block;
  }
}
.business-grid .img-block {
  width: 46.29%;
  margin-left: 5.55%;
}
@media screen and (max-width: 767px) {
  .business-grid .img-block {
    width: 100%;
    margin: 40px 0 0;
  }
}
.business-grid .img-block img {
  width: 100%;
  border-radius: 10px;
}
.business-grid .business-feature-grid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 -36px -7.14%;
}
@media screen and (max-width: 767px) {
  .business-grid .business-feature-grid {
    margin: 0 0 -40px 0;
  }
}
.business-grid .business-feature-item {
  width: 42.85%;
  margin: 0 0 36px 7.14%;
}
@media screen and (max-width: 767px) {
  .business-grid .business-feature-item {
    width: 100%;
    margin: 0 0 40px 0;
  }
}

.product-section {
  padding: 90px 0;
  background-color: #ebf5ee;
}
@media screen and (max-width: 767px) {
  .product-section {
    padding: 60px 0;
  }
}
.product-section .headline {
  margin-bottom: 40px;
}
.product-section .outline-text {
  margin: 0 0 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-section .outline-text {
    margin: 0 0 40px;
    text-align: left;
  }
}
.product-section .outline-text:last-of-type {
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .product-section .outline-text:last-of-type {
    margin: 30px 0 0;
  }
}
.product-section .icon-card .img-box {
  background-color: rgba(255, 255, 255, 0.5);
}

.product-headline {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .product-headline {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.product-headline .en {
  display: block;
  margin-top: 10px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #00a04e;
  text-transform: uppercase;
}

.product-block {
  padding: 40px 5.55% 50px;
  background-color: #fff;
  border-radius: 10px;
}
.product-block:not(:first-child) {
  margin-top: 56px;
}

.product-img-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -50px -5.88%;
}
@media screen and (max-width: 767px) {
  .product-img-grid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 -40px 0;
  }
}
.product-img-grid .img-card {
  width: 27.45%;
  margin: 0 0 50px 5.88%;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-img-grid .img-card {
    width: 48%;
    margin: 0 0 40px 0;
  }
}
.product-img-grid .img-card .img-box {
  position: relative;
  width: 100%;
  padding-top: 78.57%;
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
}
.product-img-grid .img-card img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-img-grid .img-card figcaption {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .product-img-grid .img-card figcaption {
    font-size: 14px;
  }
}

.icon-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -34px -5.26%;
}
@media screen and (max-width: 767px) {
  .icon-grid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 -30px 0;
  }
}
.icon-grid .icon-card {
  width: 28.07%;
  margin: 0 0 34px 5.26%;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .icon-grid .icon-card {
    width: 48%;
    margin: 0 0 30px 0;
  }
}
.icon-grid .icon-card .img-box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
}
.icon-grid .icon-card img {
  width: 100%;
}
.icon-grid .icon-card figcaption {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .icon-grid .icon-card figcaption {
    font-size: 14px;
  }
}

.business-partners-section {
  padding: 90px 0;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .business-partners-section {
    padding: 60px 0;
  }
}
.business-partners-section .headline {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .business-partners-section .headline {
    margin-bottom: 40px;
  }
}
.business-partners-section .icon-card .img-box {
  background-color: #fff;
}

.flow-section {
  padding: 80px 0 150px;
}
@media screen and (max-width: 767px) {
  .flow-section {
    padding: 60px 0 70px;
  }
}
.flow-section .headline {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .flow-section .headline {
    margin-bottom: 40px;
  }
}

.flow-wrap {
  padding: 60px 5.55%;
  background-color: #ebf5ee;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .flow-wrap {
    padding: 40px 5%;
  }
}
.flow-wrap .btn {
  background-color: #fff;
}

.flow-list {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flow-list {
    font-size: 20px;
  }
}
.flow-list > li {
  position: relative;
  padding: 0.15em 0 0.15em 3.07em;
}
.flow-list > li:not(:last-child) {
  padding-bottom: 70px;
}
.flow-list > li:not(:last-child)::before {
  content: " ";
  position: absolute;
  top: 2.69em;
  bottom: 0.38em;
  left: 1.07em;
  width: 0.11em;
  background-color: #00a04e;
}
.flow-list .number {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  width: 3em;
  height: 3em;
  padding: 1em 0.2em;
  background-color: #00a04e;
  border-radius: 50%;
  font-size: 0.76em;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.flow-list .text-box {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
}
.flow-list .text-box .btn {
  margin-top: 26px;
}

.map-wrap {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .map-wrap {
    height: 300px;
  }
}
.map-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.top-mv-section {
  position: relative;
}

.top-mv-slider {
  position: relative;
}
.top-mv-slider::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  pointer-events: none;
}
.top-mv-slider img {
  width: 100%;
}
.top-mv-slider .slick-dots {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 12.96vw 0 0;
  text-align: center;
  font-size: 0;
}
.top-mv-slider .slick-dots > li {
  display: inline-block;
}
.top-mv-slider .slick-dots .slick-active button {
  background-color: #00a04e;
}
.top-mv-slider .slick-dots button {
  width: 0.62vw;
  height: 0.62vw;
  margin: 0 0.62vw;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
  border: none;
}

.top-mv-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  margin-top: -1.87vw;
  padding: 20px 7.81%;
  font-size: 2.81vw;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  z-index: 5;
  pointer-events: none;
}

.top-mv-headline {
  width: 69.44%;
  margin: 3.12vw auto 0;
}
.top-mv-headline img {
  width: 100%;
}

.top-mv-en-text {
  margin-top: 2.34vw;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 0.55em;
  color: #999999;
}

.top-pickup-wrap {
  padding: 100px 0;
  background-position: center;
  background-size: cover;
  background-image: url(../images/top/pickup_bg.png);
}
@media screen and (max-width: 767px) {
  .top-pickup-wrap {
    padding: 60px 0;
  }
}

.top-pickup-img {
  max-width: 880px;
  margin: 0 auto;
}
.top-pickup-img img {
  width: 100%;
}

.top-business-section {
  padding: 140px 0 146px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 160, 78)), to(rgb(142, 188, 47)));
  background: linear-gradient(to right, rgb(0, 160, 78) 0%, rgb(142, 188, 47) 100%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-business-section {
    padding: 60px 0;
  }
}
.top-business-section .outline-text {
  max-width: 840px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .top-business-section .outline-text {
    max-width: none;
    margin-bottom: 30px;
  }
}

.top-business-headline {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-business-headline {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.top-business-headline .en {
  display: block;
  margin-bottom: 10px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-business-headline .en {
    font-size: 14px;
  }
}

.top-business-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-business-grid {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 -40px 0;
  }
}

.top-business-card {
  position: relative;
  width: 48.14%;
  padding: 40px 2.77% 150px;
  background-color: #fff;
  border-radius: 10px;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .top-business-card {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 40px 5%;
  }
}
.top-business-card .title {
  margin-bottom: 34px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.top-business-card .title .en {
  display: block;
  margin-top: 10px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #00a04e;
}
.top-business-card .img-box {
  margin-bottom: 20px;
}
.top-business-card .img-box img {
  width: 100%;
  border-radius: 10px;
}
.top-business-card .btn {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-business-card .btn {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 30px auto 0;
  }
}

.top-about-section {
  padding: 200px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-about-section {
    padding: 60px 0;
  }
}

.top-about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-about-wrap {
    display: block;
  }
}
.top-about-wrap::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: -18.7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 88.79%;
  padding-top: 63.88%;
  background-size: contain;
  background-image: url(../images/top/logo_fl.png);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-about-wrap::before {
    top: auto;
    bottom: 0;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 300px;
    padding-top: 216px;
  }
}
.top-about-wrap .img-block {
  width: 55.55%;
}
@media screen and (max-width: 767px) {
  .top-about-wrap .img-block {
    width: 100%;
    margin: 0 0 30px;
  }
}
.top-about-wrap .img-block img {
  width: 100%;
  border-radius: 10px;
}
.top-about-wrap .headline {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-about-wrap .headline {
    margin-bottom: 30px;
  }
}
.top-about-wrap .text-block {
  width: 35.18%;
}
@media screen and (max-width: 767px) {
  .top-about-wrap .text-block {
    width: 100%;
  }
}
.top-about-wrap .text-block .btn {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .top-about-wrap .text-block .btn {
    margin: 30px auto 0;
  }
}

.top-news-section {
  padding: 76px 0 146px;
  background-color: #ebf5ee;
}
@media screen and (max-width: 767px) {
  .top-news-section {
    padding: 60px 0;
  }
}
.top-news-section .headline {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .top-news-section .headline {
    margin-bottom: 40px;
  }
}

.top-news-wrap {
  max-height: 350px;
  padding-right: 60px;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .top-news-wrap {
    max-height: 300px;
    padding-right: 20px;
  }
}
.top-news-wrap:-webkit-scrollbar {
  display: none;
}
.top-news-wrap :-webkit-scrollbar {
  display: none;
}
.top-news-wrap .simplebar-track.simplebar-vertical {
  width: 6px;
}
.top-news-wrap .simplebar-track.simplebar-vertical .simplebar-scrollbar {
  top: 0;
}
.top-news-wrap .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00a04e;
  border-radius: 3px;
  opacity: 1;
}

.top-news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  padding: 32px 10px;
  border-bottom: solid 1px #999999;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .top-news-content {
    display: block;
    max-width: none;
    padding: 20px 10px;
  }
}
.top-news-content:first-child {
  border-top: solid 1px #999999;
}
.top-news-content .date {
  width: 128px;
  color: #00a04e;
}
@media screen and (max-width: 767px) {
  .top-news-content .date {
    width: 100%;
  }
}
.top-news-content .news-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .top-news-content .news-body {
    padding: 0;
  }
}
.top-news-content .news-body > *:not(:first-child) {
  margin-top: 8px;
}
.top-news-content .title {
  font-size: 16px;
  font-weight: 700;
}

.top-contact-section {
  padding: 90px 0 150px;
}
@media screen and (max-width: 767px) {
  .top-contact-section {
    padding: 60px 0 70px;
  }
}
.top-contact-section .headline {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top-contact-section .headline {
    margin-bottom: 40px;
  }
}

.contact-form {
  position: relative;
  width: 100%;
  max-width: 660px;
  height: 536px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contact-form {
    height: 716px;
  }
}
.contact-form iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.about-greeting-section {
  padding: 90px 0 100px;
}
@media screen and (max-width: 767px) {
  .about-greeting-section {
    padding: 60px 0;
  }
}
.about-greeting-section .headline {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .about-greeting-section .headline {
    margin-bottom: 40px;
  }
}

.about-greeting-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .about-greeting-wrap {
    display: block;
  }
}
.about-greeting-wrap .img-block {
  width: 46.29%;
}
@media screen and (max-width: 767px) {
  .about-greeting-wrap .img-block {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-greeting-wrap .img-block img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.about-greeting-wrap .text-block {
  width: 46.29%;
}
@media screen and (max-width: 767px) {
  .about-greeting-wrap .text-block {
    width: 100%;
  }
}
.about-greeting-wrap .name-text {
  margin-top: 2.5em;
  text-align: right;
}

.about-company-section {
  padding: 90px 0 100px;
  background-color: #ebf5ee;
}
@media screen and (max-width: 767px) {
  .about-company-section {
    padding: 60px 0 70px;
  }
}
.about-company-section .headline {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .about-company-section .headline {
    margin-bottom: 40px;
  }
}

.about-company-info-group .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
  border-bottom: solid 1px #999999;
}
@media screen and (max-width: 767px) {
  .about-company-info-group .info-item {
    display: block;
  }
}
.about-company-info-group .info-item:first-child {
  border-top: solid 1px #999999;
}
.about-company-info-group .info-item > dt {
  width: 200px;
  margin-right: 24px;
  font-weight: 700;
  color: #00a04e;
}
@media screen and (max-width: 767px) {
  .about-company-info-group .info-item > dt {
    width: 100%;
    margin: 0;
  }
}
.about-company-info-group .info-item > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1A1A1A;
}/*# sourceMappingURL=style.css.map */