@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: #2e2e2e;
  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;
    z-index: 99;
    cursor: pointer;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

.menu__line {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #000;
  -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.is-active {
  top: 18.5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu__line.menu__line--center {
  top: 18.5px;
}
.menu__line.menu__line--center.is-active {
  display: none;
}
.menu__line.menu__line--bottom {
  bottom: 12px;
}
.menu__line.menu__line--bottom.is-active {
  bottom: 18.5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.header {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 98;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

.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: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 100px;
  padding: 0 3.12%;
}
@media screen and (max-width: 767px) {
  .header-inner {
    min-height: 60px;
    padding: 5px 55px 5px 5.33%;
  }
}

.header-logo {
  max-width: 238px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .header-logo {
    max-width: 160px;
    width: 100%;
  }
}
.header-logo img {
  width: 100%;
}

.gnav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
@media screen and (max-width: 767px) {
  .gnav {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: block;
    min-height: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    padding: 100px 10% 60px;
    background: #fff;
    -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: all;
  z-index: 98;
  -webkit-transition-duration: 0;
          transition-duration: 0;
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
}
@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: 10px 0 0;
  }
}
.header-nav-list a {
  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;
  align-items: center;
  position: relative;
  min-height: 100px;
}
@media screen and (max-width: 767px) {
  .header-nav-list a {
    display: inline-block;
    min-height: 0;
    padding: 1px 18px;
  }
}
.header-nav-list a:hover {
  color: #0C7FD1;
}
.header-nav-list a::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .header-nav-list a::before {
    right: auto;
    bottom: 0;
    width: 3px;
    height: 100%;
  }
}
.header-nav-list a.is-active::before {
  background-color: #0C7FD1;
}

.footer {
  overflow: hidden;
}

.footer-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;
  padding: 100px 0 86px;
}
@media screen and (max-width: 767px) {
  .footer-grid {
    display: block;
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-info-block {
    margin-bottom: 40px;
  }
}

.footer-logo {
  max-width: 198px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    max-width: 160px;
    margin-bottom: 10px;
  }
}
.footer-logo a {
  display: block;
}
.footer-logo img {
  width: 100%;
}

.footer-address {
  padding-left: 70px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer-address {
    padding-left: 56px;
  }
}
.footer-address > * {
  margin-top: 6px;
}

.footer-nav {
  margin: 0 0 0 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.footer-nav > li:not(:first-child) {
  margin-top: 10px;
}
.footer-nav a {
  display: block;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .footer-nav a {
    padding: 0 0 0 12px;
  }
}
.footer-nav a:hover {
  color: #0C7FD1;
}
.footer-nav a.is-active::before {
  content: " ";
  position: absolute;
  top: 10px;
  right: 100%;
  width: 10px;
  height: 10px;
  background-color: #0C7FD1;
  border-radius: 50%;
}
.footer-nav .en {
  display: inline-block;
  margin: 0 14px 4px 0;
  font-size: 18px;
  text-transform: uppercase;
  vertical-align: middle;
}

.footer-bottom-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 84px;
  padding: 10px 0 10px 70px;
}
@media screen and (max-width: 767px) {
  .footer-bottom-wrap {
    display: block;
    min-height: 0;
    padding: 10px 30px;
    text-align: center;
  }
}
.footer-bottom-wrap::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #f2f2f2;
}
.footer-bottom-wrap .company-name {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer-bottom-wrap .company-name {
    font-size: 18px;
  }
}

.copyright {
  font-size: 10px;
  font-weight: 400;
  color: #999999;
  position: relative;
  left: 20px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .copyright {
    left: 0;
    top: 0;
  }
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 14px;
  right: 40px;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  background-image: url(../images/common/icon_arrow_white.png);
  margin-left: 10px;
  z-index: 90;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 10px;
    width: 40px;
    height: 40px;
    background-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  main {
    margin-top: 60px;
  }
}

.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;
  }
}

a[href*="mailto:"] i {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
a[href*="mailto:"] i::after {
  content: "@";
}

.icon-mail {
  display: inline-block;
  position: relative;
  padding-left: 2.14em;
  line-height: 1.5;
}
.icon-mail::before {
  content: " ";
  position: absolute;
  top: 0.28em;
  left: 0;
  width: 1.28em;
  height: 1.07em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/common/icon_mail.png);
}
.icon-mail:hover {
  color: #0C7FD1;
}

.deco-img {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.deco-img img {
  width: 100%;
}

.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;
}

.numbering-list {
  font-weight: 700;
  line-height: 2;
  list-style: none;
  counter-reset: number;
}
.numbering-list > li {
  position: relative;
  padding-left: 3.75em;
}
.numbering-list > li:not(:first-child) {
  margin-top: 30px;
}
.numbering-list > li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: -0.15em;
  left: 0;
  width: 2em;
  height: 2em;
  padding: 0.2em;
  background-color: #0C7FD1;
  border-radius: 50%;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

._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;
}
.headline .en {
  display: block;
  margin-bottom: 10px;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 44px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0C7FD1;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .headline .en {
    font-size: 38px;
  }
}

.headline02 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  color: #0C7FD1;
}
@media screen and (max-width: 767px) {
  .headline02 {
    font-size: 24px;
  }
}
.headline02 .en {
  display: block;
  margin-top: 8px;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #999999;
}

.mv-section {
  position: relative;
}
.mv-section .deco-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: 0;
  bottom: 0;
  right: 3.9%;
  width: 31.25%;
  height: 100%;
  z-index: 1;
}

.mv-img {
  width: 100%;
  height: auto;
  min-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .mv-img {
    min-height: 150px;
  }
}

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

.mv-headline {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .mv-headline {
    font-size: 16px;
  }
}
.mv-headline .en {
  display: block;
  margin-bottom: 14px;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 66px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .mv-headline .en {
    font-size: 38px;
  }
}

.btn {
  display: block;
  position: relative;
  max-width: 160px;
  width: 100%;
  padding: 11px 50px 11px 40px;
  border-radius: 50px;
  border: solid 2px #0C7FD1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: left;
  color: #0C7FD1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.btn::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/common/icon_arrow_blue.png);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.btn:hover {
  background-color: #0C7FD1;
  color: #fff;
}
.btn:hover::after {
  background-image: url(../images/common/icon_arrow_white.png);
  right: 15px;
}

.top-company-grid:hover .btn,
.top-link-card:hover .btn {
  background-color: #fff;
  color: #0C7FD1;
}

.top-company-grid:hover .btn::after,
.top-link-card:hover .btn::after {
  background-image: url(../images/common/icon_arrow_blue.png);
  right: 15px;
}

.top-headline {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-headline {
    font-size: 14px;
  }
}
.top-headline .en {
  display: block;
  margin-top: 6px;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .top-headline .en {
    font-size: 32px;
  }
}

.top-mv-img-wrap {
  position: relative;
}
.top-mv-img-wrap img {
  width: 100%;
}

.top-mv-headline {
  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;
  position: absolute;
  top: 13.16%;
  left: 0;
  right: 0;
  padding: 0 3.12%;
  width: 100%;
  font-size: 6.56vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-mv-headline {
    display: block;
    top: 12.75%;
    padding: 0 5.33%;
    font-size: 13.33vw;
  }
}
.top-mv-headline .sub {
  display: block;
  width: 25.66%;
  margin: 0 2% 1% 0;
}
@media screen and (max-width: 767px) {
  .top-mv-headline .sub {
    width: 53.73%;
    margin: 0 auto 4.26vw;
  }
}
.top-mv-headline .sub img {
  width: 100%;
}
.top-mv-headline .frame-text {
  display: inline-block;
  padding: 0.14em 0.47em 0.2em;
  background-color: #fff;
  border: solid 4px #000;
}
@media screen and (max-width: 767px) {
  .top-mv-headline .frame-text {
    border-width: 3px;
  }
}

.top-mv-text-wrap {
  position: relative;
  padding: 60px 3.12% 140px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-mv-text-wrap {
    padding: 30px 5.33% 50px;
    font-size: 16px;
  }
}
.top-mv-text-wrap .marker {
  position: relative;
  display: inline-block;
}
.top-mv-text-wrap .marker::before {
  content: " ";
  position: absolute;
  bottom: 0.25em;
  left: -20px;
  right: -20px;
  height: 0.42em;
  background-color: #FCD259;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-mv-text-wrap .marker::before {
    left: -10px;
    right: -10px;
  }
}

.top-about-section {
  padding: 90px 0 66px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .top-about-section {
    padding: 50px 0 170px;
  }
}

.top-about-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .top-about-grid {
    display: block;
  }
}

.top-about-headline-block {
  position: relative;
  margin-left: 9.25%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-about-headline-block {
    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;
    margin: 0 0 114px;
    padding-right: 40.29%;
  }
}
.top-about-headline-block .btn {
  max-width: none;
  margin: 46px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-about-headline-block .btn {
    margin: 38px 0 0;
  }
}
.top-about-headline-block .deco-img {
  display: block;
  position: relative;
  width: 207px;
  margin: 82px 0 0 -7px;
}
@media screen and (max-width: 767px) {
  .top-about-headline-block .deco-img {
    position: absolute;
    bottom: -20px;
    right: 0.89%;
    width: 44.77%;
    max-width: 150px;
    margin: 0;
  }
}

.top-about-headline {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.02em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top-about-headline {
    font-size: 30px;
    line-height: 2;
  }
}
.top-about-headline .emphasis-text {
  color: #0C7FD1;
}

.top-about-possible-block {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
}
.top-about-possible-block .top-headline {
  margin-bottom: 40px;
}

.top-about-possible-grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -40px 0;
  padding: 94px 0 150px;
}
@media screen and (max-width: 767px) {
  .top-about-possible-grid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 -30px 0;
    padding: 0 0 60px;
  }
}
.top-about-possible-grid .bg-rotate {
  position: absolute;
  top: 0;
  left: 2%;
  -webkit-transform: rotate(-9.54deg);
          transform: rotate(-9.54deg);
  width: 106.41%;
  padding-top: 106.41%;
  background-color: #fff;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .top-about-possible-grid .bg-rotate {
    padding-top: 0;
    height: 90%;
  }
}
@media screen and (max-width: 767px) {
  .top-about-possible-grid .bg-rotate {
    top: -36px;
    left: -36%;
    padding-top: 0;
    width: 148.05%;
    height: 100%;
  }
}
.top-about-possible-grid .bg-rotate .deco-img._circle {
  top: 100%;
  left: 5.66%;
  width: 13.17%;
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  .top-about-possible-grid .bg-rotate .deco-img._circle {
    width: 9.45%;
    left: 9%;
    margin-top: 2px;
  }
}
.top-about-possible-grid .bg-rotate .deco-img._line {
  top: 100%;
  left: 42.16%;
  width: 14%;
  margin-top: -66px;
}
@media screen and (max-width: 767px) {
  .top-about-possible-grid .bg-rotate .deco-img._line {
    width: 9.8%;
    left: 37%;
    margin-top: -24px;
  }
}
.top-about-possible-grid .bg-rotate .deco-img._square {
  top: 100%;
  right: -0.36%;
  width: 23.22%;
  margin-top: -38px;
}
@media screen and (max-width: 767px) {
  .top-about-possible-grid .bg-rotate .deco-img._square {
    width: 16.46%;
    right: 23%;
    margin-top: -12px;
  }
}

.top-about-possible-card {
  width: 26.92%;
  margin: 0 0 40px 6.15%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-about-possible-card {
    width: 46.26%;
    margin: 0 0 30px 0;
  }
}
.top-about-possible-card .img-box {
  display: block;
  margin: 0;
  padding: 0;
  border: solid 1px #999999;
}
.top-about-possible-card .img-box img {
  width: 100%;
}
.top-about-possible-card figcaption {
  margin-top: 8px;
}
.top-about-possible-card .emphasis-text {
  color: #0C7FD1;
}

.top-company-wrap a {
  position: relative;
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/top/company_bg.jpg);
  color: #fff;
  z-index: 1;
}
.top-company-wrap a::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 46, 46, 0.3);
  z-index: -1;
}
.top-company-wrap .btn {
  color: #fff;
  border-color: #fff;
}
.top-company-wrap .btn::after {
  background-image: url(../images/common/icon_arrow_white.png);
}

.top-company-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 450px;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .top-company-grid {
    display: block;
    min-height: 200px;
    padding: 40px 0;
  }
}
.top-company-grid .btn {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-company-grid .btn {
    margin: 30px 0 0 auto;
  }
}

.top-company-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-company-title {
    font-size: 18px;
  }
}
.top-company-title .en {
  display: block;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: min(11.92vw, 140px);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-company-title .en {
    font-size: 40px;
  }
}

.top-link-section {
  position: relative;
  padding: 146px 0 100px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-link-section {
    padding: 60px 0;
  }
}
.top-link-section::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60%;
  background-color: #EBF5FE;
  background-position: top center;
  background-repeat: repeat;
  background-size: 1420px;
  background-image: url(../images/top/link_bg.png);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-link-section::before {
    background-size: 100%;
  }
}

.top-link-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;
  margin: 0 0 -150px 0;
}
@media screen and (max-width: 767px) {
  .top-link-grid {
    margin: 0 0 -60px 0;
  }
}

.top-link-card {
  width: 46.29%;
  margin: 0 0 150px 0;
}
@media screen and (max-width: 767px) {
  .top-link-card {
    width: 100%;
    margin: 0 0 60px 0;
  }
}
.top-link-card._full {
  width: 100%;
}
.top-link-card._full a {
  min-height: 350px;
  padding: 90px 6.48% 140px;
}
@media screen and (max-width: 767px) {
  .top-link-card._full a {
    min-height: 200px;
    padding: 40px 5% 90px;
  }
}
.top-link-card._full .btn {
  right: 4.25%;
}
@media screen and (max-width: 767px) {
  .top-link-card._full .btn {
    right: 5%;
  }
}
.top-link-card a {
  display: block;
  position: relative;
  width: 100%;
  min-height: 500px;
  padding: 90px 14% 140px;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-link-card a {
    min-height: 200px;
    padding: 40px 5% 90px;
  }
}
.top-link-card a::before {
  content: " ";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.top-link-card img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.top-link-card .btn {
  position: absolute;
  bottom: 50px;
  right: 9.2%;
  color: #fff;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .top-link-card .btn {
    bottom: 30px;
    right: 5%;
  }
}
.top-link-card .btn::after {
  background-image: url(../images/common/icon_arrow_white.png);
}

.greeting-section {
  padding: 90px 0 140px;
}
@media screen and (max-width: 767px) {
  .greeting-section {
    padding: 60px 0;
  }
}
.greeting-section .headline {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .greeting-section .headline {
    margin-bottom: 40px;
  }
}

.greeting-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.greeting-wrap > *:not(:first-child) {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .greeting-wrap > *:not(:first-child) {
    margin-top: 1.5em;
  }
}
.greeting-wrap .name-text {
  text-align: right;
}

.company-section {
  padding: 84px 0 100px;
  background-color: #0C7FD1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .company-section {
    padding: 60px 0;
  }
}
.company-section .headline {
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .company-section .headline {
    margin-bottom: 40px;
  }
}
.company-section .headline .en {
  color: #fff;
}

.company-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  border-bottom: solid 1px;
}
@media screen and (max-width: 767px) {
  .company-info-item {
    display: block;
  }
}
.company-info-item:first-child {
  border-top: solid 1px;
}
.company-info-item > dt {
  width: 178px;
  padding-right: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company-info-item > dt {
    width: 100%;
    padding-right: 0;
  }
}
.company-info-item > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.business-section {
  padding: 80px 0 100px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .business-section {
    padding: 60px 0;
  }
}
.business-section .headline {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business-section .headline {
    margin-bottom: 40px;
  }
}

.business-wrap {
  padding: 0 6.48%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .business-wrap {
    padding: 0 5%;
  }
}
.business-wrap .btn {
  margin: 40px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .business-wrap .btn {
    margin-top: 30px;
  }
}

.business-content {
  padding: 44px 8px 76px;
}
@media screen and (max-width: 767px) {
  .business-content {
    padding: 40px 8px;
  }
}
.business-content:not(:first-child) {
  border-top: solid 1px #999999;
}
.business-content .headline02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .business-content .headline02 {
    margin-bottom: 20px;
  }
}
.business-content .numbering-list {
  margin-top: 30px;
}

.service-section {
  padding: 90px 0 94px;
  background-color: #EBF5FE;
  background-position: top center;
  background-repeat: repeat;
  background-size: 1420px;
  background-image: url(../images/service/service_bg.png);
}
@media screen and (max-width: 767px) {
  .service-section {
    padding: 60px 0;
    background-size: 100%;
  }
}
.service-section .headline {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-section .headline {
    margin-bottom: 40px;
  }
}

.service-wrap {
  padding: 50px 7.03% 70px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .service-wrap {
    padding: 40px 5%;
  }
}
.service-wrap .headline02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .service-wrap .headline02 {
    margin-bottom: 20px;
  }
}

.service-feature-section {
  padding: 84px 0 100px;
}
@media screen and (max-width: 767px) {
  .service-feature-section {
    padding: 60px 0;
  }
}
.service-feature-section .headline {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-feature-section .headline {
    margin-bottom: 40px;
  }
}

.service-feature-content {
  position: relative;
  padding: 50px 4.62%;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .service-feature-content {
    padding: 50px 5% 40px;
  }
}
.service-feature-content:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .service-feature-content:not(:first-child) {
    margin-top: 60px;
  }
}
.service-feature-content .img-block {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .service-feature-content .img-block {
    margin-top: 40px;
  }
}
.service-feature-content .img-block img {
  display: block;
  width: 100%;
}
.service-feature-content .img-block img:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .service-feature-content .img-block img:not(:first-child) {
    margin-top: 20px;
  }
}

.service-feature-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service-feature-grid {
    display: block;
  }
}
.service-feature-grid .icon-block {
  width: 30.61%;
  margin-right: 6.12%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .service-feature-grid .icon-block {
    width: 86.66%;
    margin: 0 auto 20px;
  }
}
.service-feature-grid .icon-block img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .service-feature-grid .icon-block img {
    aspect-ratio: 13/10;
  }
}
.service-feature-grid .text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service-feature-grid .title {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #0C7FD1;
}
@media screen and (max-width: 767px) {
  .service-feature-grid .title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.service-feature-headline {
  position: absolute;
  top: -1.66em;
  left: -1.66em;
  width: 6.83em;
  height: 6.83em;
  padding: 1.66em 4px;
  background-color: #0C7FD1;
  border-radius: 50%;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .service-feature-headline {
    top: -34px;
    left: 0;
    font-size: 10px;
  }
}
.service-feature-headline .number {
  display: block;
  font-size: 2.83em;
  line-height: 1;
}

.intellectualproperty-section {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .intellectualproperty-section {
    padding: 60px 0;
  }
}
.intellectualproperty-section .headline {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intellectualproperty-section .headline {
    margin-bottom: 40px;
  }
}

.intellectualproperty-list {
  list-style: none;
  counter-reset: number;
}
.intellectualproperty-list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 136px;
  padding: 20px 0 20px 100px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .intellectualproperty-list > li {
    display: block;
    padding: 20px 20px 20px 60px;
    font-size: 14px;
  }
}
.intellectualproperty-list > li::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100%;
  padding: 20px;
  background-color: #0C7FD1;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .intellectualproperty-list > li::before {
    width: 40px;
    padding: 10px;
    font-size: 26px;
  }
}
.intellectualproperty-list > li:not(:first-child) {
  margin-top: 10px;
}
.intellectualproperty-list > li.trademark {
  background-color: #EBF5FE;
}
.intellectualproperty-list .title {
  width: 6em;
  padding: 0 1em 0 4.08%;
  font-size: 26px;
  font-weight: 700;
  color: #0C7FD1;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .intellectualproperty-list .title {
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
    font-size: 24px;
  }
}
.intellectualproperty-list .info-item-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 4.08%;
}
@media screen and (max-width: 767px) {
  .intellectualproperty-list .info-item-box {
    padding: 0;
  }
}
.intellectualproperty-list .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intellectualproperty-list .info-item > dt {
  width: 6em;
  min-width: 6em;
  padding-right: 1em;
  font-weight: 700;
}
.intellectualproperty-list .info-item > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}/*# sourceMappingURL=style.css.map */