@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
*,
::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;
}

body {
  background-color: hsl(0, 0%, 100%);
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 87.5%;
  }
}

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

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

iframe {
  max-width: 100%;
}

.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: 1000px) {
  .section > .inner {
    width: 960px;
  }
}
@media screen and (min-width: 1400px) {
  .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;
}

.card {
  position: relative;
  display: block;
  overflow: hidden;
}
.card.is-bg, .card.is-bg-light {
  background-color: hsl(0, 0%, 100%);
}
.card.is-outline {
  border: 1px solid hsl(200, 13%, 84%);
}
.card.is-disabled, .card[disabled] {
  cursor: not-allowed;
  pointer-events: none;
}

.card.is-link {
  cursor: pointer;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.card.is-link:not(.is-disabled):not([disabled]):hover {
  background-color: hsl(0, 0%, 96%);
}
.card.is-link:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5);
          box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5);
  outline: none;
}

.card.is-zoom {
  cursor: pointer;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.card.is-zoom:not(.is-disabled):not([disabled]):hover {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}
.card.is-zoom:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5);
          box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5);
  outline: none;
}

.card.is-floating {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}
.card.is-floating.is-link:hover, .card.is-floating.is-zoom:hover {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}
.card.is-floating.is-link:focus, .card.is-floating.is-zoom:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5), 0 4px 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5), 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  outline: none;
}

.card.is-radius-xxl {
  border-radius: 16px;
}
.card.is-radius-xl {
  border-radius: 12px;
}
.card.is-radius-lg {
  border-radius: 8px;
}
.card.is-radius, .card.is-radius-md {
  border-radius: 4px;
}
.card.is-radius-sm {
  border-radius: 3px;
}
.card.is-radius-xs {
  border-radius: 2px;
}
.card.is-radius-xxs {
  border-radius: 1px;
}

.box {
  position: relative;
  display: block;
}
.box.is-bg, .box.is-bg-light {
  background-color: hsl(0, 0%, 100%);
}
.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 hsl(200, 13%, 84%);
}
.box.is-outline-top {
  border-top: 1px solid hsl(200, 13%, 84%);
}
.box.is-outline-right {
  border-right: 1px solid hsl(200, 13%, 84%);
}
.box.is-outline-bottom {
  border-bottom: 1px solid hsl(200, 13%, 84%);
}
.box.is-outline-left {
  border-left: 1px solid hsl(200, 13%, 84%);
}

.box.is-separate > *:not(:last-child) {
  border-bottom: 1px solid hsl(200, 13%, 84%);
}
.box.is-separate-parent > *:not(:last-child) .is-separate-child {
  border-bottom: 1px solid hsl(200, 13%, 84%);
}

.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: hsl(0, 0%, 96%);
}

.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 rgba(0, 0, 0, 0.26);
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  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);
}

.joint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.joint > .button:not(.is-joint-exclude):not(:last-child), .joint > .button:not(.is-joint-exclude):not(:last-child) > select,
.joint > .badge:not(.is-joint-exclude):not(:last-child),
.joint > .badge:not(.is-joint-exclude):not(:last-child) > select,
.joint > .input:not(.is-joint-exclude):not(:last-child),
.joint > .input:not(.is-joint-exclude):not(:last-child) > select,
.joint > .select:not(.is-joint-exclude):not(:last-child),
.joint > .select:not(.is-joint-exclude):not(:last-child) > select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.joint > .button:not(.is-joint-exclude):not(:first-child), .joint > .button:not(.is-joint-exclude):not(:first-child) > select,
.joint > .badge:not(.is-joint-exclude):not(:first-child),
.joint > .badge:not(.is-joint-exclude):not(:first-child) > select,
.joint > .input:not(.is-joint-exclude):not(:first-child),
.joint > .input:not(.is-joint-exclude):not(:first-child) > select,
.joint > .select:not(.is-joint-exclude):not(:first-child),
.joint > .select:not(.is-joint-exclude):not(:first-child) > select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.joint > .button:not(.is-joint-exclude):nth-child(2),
.joint > .badge:not(.is-joint-exclude):nth-child(2),
.joint > .input:not(.is-joint-exclude):nth-child(2),
.joint > .select:not(.is-joint-exclude):nth-child(2) {
  border-left: none;
}
.joint > .button:not(.is-joint-exclude):nth-child(2) ~ :not(.is-joint-exclude),
.joint > .button:not(.is-joint-exclude):nth-child(2) ~ :not(.is-joint-exclude) > select,
.joint > .badge:not(.is-joint-exclude):nth-child(2) ~ :not(.is-joint-exclude),
.joint > .badge:not(.is-joint-exclude):nth-child(2) ~ :not(.is-joint-exclude) > select,
.joint > .input:not(.is-joint-exclude):nth-child(2) ~ :not(.is-joint-exclude),
.joint > .input:not(.is-joint-exclude):nth-child(2) ~ :not(.is-joint-exclude) > select,
.joint > .select:not(.is-joint-exclude):nth-child(2) ~ :not(.is-joint-exclude),
.joint > .select:not(.is-joint-exclude):nth-child(2) ~ :not(.is-joint-exclude) > select {
  border-left: none;
}
.joint > .button:not(.is-joint-exclude):focus,
.joint > .button:not(.is-joint-exclude) > select:focus,
.joint > .badge:not(.is-joint-exclude):focus,
.joint > .badge:not(.is-joint-exclude) > select:focus,
.joint > .input:not(.is-joint-exclude):focus,
.joint > .input:not(.is-joint-exclude) > select:focus,
.joint > .select:not(.is-joint-exclude):focus,
.joint > .select:not(.is-joint-exclude) > select:focus {
  z-index: 2;
}

.text.is-dark {
  color: hsl(0, 0%, 0%);
}
.text.is-dark-1 {
  color: rgba(0, 0, 0, 0.87);
}
.text.is-dark-2 {
  color: rgba(0, 0, 0, 0.7);
}
.text.is-dark-3 {
  color: rgba(0, 0, 0, 0.6);
}
.text.is-dark-4 {
  color: rgba(0, 0, 0, 0.5);
}
.text.is-dark-5 {
  color: rgba(0, 0, 0, 0.4);
}
.text.is-dark-6 {
  color: rgba(0, 0, 0, 0.26);
}
.text.is-dark-7 {
  color: rgba(0, 0, 0, 0.15);
}
.text.is-dark-8 {
  color: rgba(0, 0, 0, 0.12);
}
.text.is-dark-9 {
  color: rgba(0, 0, 0, 0.05);
}

.text.is-light {
  color: hsl(0, 0%, 100%);
}
.text.is-light-1 {
  color: rgba(255, 255, 255, 0.87);
}
.text.is-light-2 {
  color: rgba(255, 255, 255, 0.7);
}
.text.is-light-3 {
  color: rgba(255, 255, 255, 0.6);
}
.text.is-light-4 {
  color: rgba(255, 255, 255, 0.5);
}
.text.is-light-5 {
  color: rgba(255, 255, 255, 0.4);
}
.text.is-light-6 {
  color: rgba(255, 255, 255, 0.26);
}
.text.is-light-7 {
  color: rgba(255, 255, 255, 0.15);
}
.text.is-light-8 {
  color: rgba(255, 255, 255, 0.12);
}
.text.is-light-9 {
  color: rgba(255, 255, 255, 0.05);
}

.text.is-primary {
  color: hsl(186, 55%, 48%);
}
.text.is-info {
  color: hsl(206, 64%, 57%);
}
.text.is-success {
  color: hsl(120, 58%, 41%);
}
.text.is-warning {
  color: hsl(31, 85%, 50%);
}
.text.is-danger {
  color: hsl(0, 65%, 60%);
}

.text.is-normal {
  font-weight: 400;
}
.text.is-strong {
  font-weight: 700;
}
.text.is-weight-100 {
  font-weight: 100;
}
.text.is-weight-200 {
  font-weight: 200;
}
.text.is-weight-300 {
  font-weight: 300;
}
.text.is-weight-400 {
  font-weight: 400;
}
.text.is-weight-500 {
  font-weight: 500;
}
.text.is-weight-600 {
  font-weight: 600;
}
.text.is-weight-700 {
  font-weight: 700;
}
.text.is-weight-800 {
  font-weight: 800;
}
.text.is-weight-900 {
  font-weight: 900;
}

.text.is-line-height-xxl {
  line-height: 2;
}
.text.is-line-height-xl {
  line-height: 1.9;
}
.text.is-line-height-lg {
  line-height: 1.75;
}
.text.is-line-height-md {
  line-height: 1.5;
}
.text.is-line-height-sm {
  line-height: 1.375;
}
.text.is-line-height-xs {
  line-height: 1.25;
}
.text.is-line-height-xxs {
  line-height: 1;
}

.text.is-italic {
  font-style: italic;
}
.text.is-delete {
  text-decoration: line-through;
}
.text.is-capitalize {
  text-transform: capitalize;
}
.text.is-lowercase {
  text-transform: lowercase;
}
.text.is-uppercase {
  text-transform: uppercase;
}

.text.is-right, .text.is-mobile-right {
  text-align: right;
}
.text.is-center, .text.is-mobile-center {
  text-align: center;
}
.text.is-left, .text.is-mobile-left {
  text-align: left;
}
@media screen and (min-width: 576px) {
  .text.is-fablet-right {
    text-align: right;
  }
  .text.is-fablet-center {
    text-align: center;
  }
  .text.is-fablet-left {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .text.is-tablet-right {
    text-align: right;
  }
  .text.is-tablet-center {
    text-align: center;
  }
  .text.is-tablet-left {
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  .text.is-desktop-right {
    text-align: right;
  }
  .text.is-desktop-center {
    text-align: center;
  }
  .text.is-desktop-left {
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .text.is-wide-right {
    text-align: right;
  }
  .text.is-wide-center {
    text-align: center;
  }
  .text.is-wide-left {
    text-align: left;
  }
}
.text.is-justify {
  text-align: justify;
}
.text.is-baseline {
  vertical-align: baseline;
}
.text.is-top {
  vertical-align: top;
}
.text.is-middle {
  vertical-align: middle;
}
.text.is-bottom {
  vertical-align: bottom;
}

.text.is-nowrap {
  white-space: nowrap;
}
.text.is-break {
  word-break: break-all;
}

.text.is-link {
  cursor: pointer;
  border-bottom: 1px solid currentColor;
}
.text.is-link:hover {
  border-bottom-color: transparent;
}

.text.is-link-reverse {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.text.is-link-reverse:hover {
  border-color: currentColor;
}

.text.is-disabled {
  cursor: not-allowed;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.26);
}
.text.is-disabled.is-primary, .text.is-disabled.is-info, .text.is-disabled.is-success, .text.is-disabled.is-warning, .text.is-disabled.is-danger {
  color: rgba(0, 0, 0, 0.26);
}
.text.is-disabled.is-link {
  border-bottom-color: transparent;
}
.text.is-disabled.is-link-reverse:hover {
  border-color: transparent;
}

.blockquote {
  background-color: hsl(0, 0%, 96%);
  border-left: 0.5em solid rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  padding: 1.5em;
}

:not(.pre) > .code {
  padding: 0.2em 0.5em;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  color: hsl(230, 30%, 51%);
  font-size: 87.5%;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Meiryo, monospace, serif;
  word-break: break-all;
}

.pre {
  background-color: hsl(0, 0%, 96%);
  border-radius: 2px;
  color: hsl(230, 30%, 51%);
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Meiryo, monospace, serif;
  white-space: pre;
  word-wrap: normal;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.pre > .code {
  display: block;
  padding: 1.25em 1.5em;
}

.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;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  text-align: center;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.button:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5);
          box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5);
  outline: none;
}
.button.is-strong {
  font-weight: 700;
}
.button.is-round {
  border-radius: 999em;
}
.button.is-floating:not([disabled]), .button.is-floating:not(.is-disabled) {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}
.button.is-floating:not([disabled]):hover, .button.is-floating:not(.is-disabled):hover {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}
.button.is-floating:not([disabled]):focus, .button.is-floating:not([disabled]):hover:focus, .button.is-floating:not(.is-disabled):focus, .button.is-floating:not(.is-disabled):hover:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5), 0 4px 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5), 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}
.button[disabled], .button.is-disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.button.is-square {
  width: calc(2.5em + 1px * 2);
  height: calc(2.5em + 1px * 2);
  padding: 0;
  border-radius: 3px;
  line-height: 1;
}

.button.is-circle {
  width: calc(2.5em + 1px * 2);
  height: calc(2.5em + 1px * 2);
  padding: 0;
  border-radius: 999em;
  line-height: 1;
}

.button.is-plain {
  background-color: hsl(0, 0%, 96%);
  border: 1px solid transparent;
}
.button.is-plain:hover {
  background-color: hsl(0, 0%, 93%);
}
.button.is-plain.is-primary {
  background-color: hsl(186, 55%, 48%);
  color: hsl(0, 0%, 100%);
}
.button.is-plain.is-primary:hover {
  background-color: #319eaa;
}
.button.is-plain.is-primary.is-floating {
  -webkit-box-shadow: 0 2px 6px 0 rgba(55, 176, 190, 0.6);
          box-shadow: 0 2px 6px 0 rgba(55, 176, 190, 0.6);
}
.button.is-plain.is-primary.is-floating:hover {
  -webkit-box-shadow: 0 4px 12px 0 rgba(55, 176, 190, 0.6);
          box-shadow: 0 4px 12px 0 rgba(55, 176, 190, 0.6);
}
.button.is-plain.is-primary.is-floating:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5), 0 4px 12px 0 rgba(55, 176, 190, 0.6);
          box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5), 0 4px 12px 0 rgba(55, 176, 190, 0.6);
}
.button.is-plain.is-info {
  background-color: hsl(206, 64%, 57%);
  color: hsl(0, 0%, 100%);
}
.button.is-plain.is-info:hover {
  background-color: #368fd3;
}
.button.is-plain.is-info.is-floating {
  -webkit-box-shadow: 0 2px 6px 0 rgba(75, 155, 216, 0.6);
          box-shadow: 0 2px 6px 0 rgba(75, 155, 216, 0.6);
}
.button.is-plain.is-info.is-floating:hover {
  -webkit-box-shadow: 0 4px 12px 0 rgba(75, 155, 216, 0.6);
          box-shadow: 0 4px 12px 0 rgba(75, 155, 216, 0.6);
}
.button.is-plain.is-info.is-floating:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5), 0 4px 12px 0 rgba(75, 155, 216, 0.6);
          box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5), 0 4px 12px 0 rgba(75, 155, 216, 0.6);
}
.button.is-plain.is-success {
  background-color: hsl(120, 58%, 41%);
  color: hsl(0, 0%, 100%);
}
.button.is-plain.is-success:hover {
  background-color: #279127;
}
.button.is-plain.is-success.is-floating {
  -webkit-box-shadow: 0 2px 6px 0 rgba(44, 165, 44, 0.6);
          box-shadow: 0 2px 6px 0 rgba(44, 165, 44, 0.6);
}
.button.is-plain.is-success.is-floating:hover {
  -webkit-box-shadow: 0 4px 12px 0 rgba(44, 165, 44, 0.6);
          box-shadow: 0 4px 12px 0 rgba(44, 165, 44, 0.6);
}
.button.is-plain.is-success.is-floating:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5), 0 4px 12px 0 rgba(44, 165, 44, 0.6);
          box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5), 0 4px 12px 0 rgba(44, 165, 44, 0.6);
}
.button.is-plain.is-warning {
  background-color: hsl(31, 85%, 50%);
  color: hsl(0, 0%, 100%);
}
.button.is-plain.is-warning:hover {
  background-color: #d47611;
}
.button.is-plain.is-warning.is-floating {
  -webkit-box-shadow: 0 2px 6px 0 rgba(236, 131, 19, 0.6);
          box-shadow: 0 2px 6px 0 rgba(236, 131, 19, 0.6);
}
.button.is-plain.is-warning.is-floating:hover {
  -webkit-box-shadow: 0 4px 12px 0 rgba(236, 131, 19, 0.6);
          box-shadow: 0 4px 12px 0 rgba(236, 131, 19, 0.6);
}
.button.is-plain.is-warning.is-floating:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5), 0 4px 12px 0 rgba(236, 131, 19, 0.6);
          box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5), 0 4px 12px 0 rgba(236, 131, 19, 0.6);
}
.button.is-plain.is-danger {
  background-color: hsl(0, 65%, 60%);
  color: hsl(0, 0%, 100%);
}
.button.is-plain.is-danger:hover {
  background-color: #d74242;
}
.button.is-plain.is-danger.is-floating {
  -webkit-box-shadow: 0 2px 6px 0 rgba(219, 87, 87, 0.6);
          box-shadow: 0 2px 6px 0 rgba(219, 87, 87, 0.6);
}
.button.is-plain.is-danger.is-floating:hover {
  -webkit-box-shadow: 0 4px 12px 0 rgba(219, 87, 87, 0.6);
          box-shadow: 0 4px 12px 0 rgba(219, 87, 87, 0.6);
}
.button.is-plain.is-danger.is-floating:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5), 0 4px 12px 0 rgba(219, 87, 87, 0.6);
          box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5), 0 4px 12px 0 rgba(219, 87, 87, 0.6);
}
.button.is-plain[disabled], .button.is-plain[disabled]:hover, .button.is-plain.is-disabled, .button.is-plain.is-disabled:hover {
  background-color: hsl(0, 0%, 74%);
  color: rgba(0, 0, 0, 0.26);
}

.button.is-outline {
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsl(200, 13%, 84%);
}
.button.is-outline:hover {
  background-color: hsl(0, 0%, 96%);
}
.button.is-outline.is-primary {
  border-color: hsl(186, 55%, 48%);
  color: hsl(186, 55%, 48%);
}
.button.is-outline.is-primary:hover {
  background-color: hsl(186, 55%, 48%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-outline.is-info {
  border-color: hsl(206, 64%, 57%);
  color: hsl(206, 64%, 57%);
}
.button.is-outline.is-info:hover {
  background-color: hsl(206, 64%, 57%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-outline.is-success {
  border-color: hsl(120, 58%, 41%);
  color: hsl(120, 58%, 41%);
}
.button.is-outline.is-success:hover {
  background-color: hsl(120, 58%, 41%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-outline.is-warning {
  border-color: hsl(31, 85%, 50%);
  color: hsl(31, 85%, 50%);
}
.button.is-outline.is-warning:hover {
  background-color: hsl(31, 85%, 50%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-outline.is-danger {
  border-color: hsl(0, 65%, 60%);
  color: hsl(0, 65%, 60%);
}
.button.is-outline.is-danger:hover {
  background-color: hsl(0, 65%, 60%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-outline[disabled], .button.is-outline[disabled]:hover, .button.is-outline.is-disabled, .button.is-outline.is-disabled:hover {
  background-color: hsl(0, 0%, 74%);
  border-color: hsl(200, 13%, 84%);
  color: rgba(0, 0, 0, 0.26);
}

.button.is-melt {
  background-color: transparent;
  border: 1px solid transparent;
}
.button.is-melt:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.button.is-melt.is-primary {
  color: hsl(186, 55%, 48%);
}
.button.is-melt.is-info {
  color: hsl(206, 64%, 57%);
}
.button.is-melt.is-success {
  color: hsl(120, 58%, 41%);
}
.button.is-melt.is-warning {
  color: hsl(31, 85%, 50%);
}
.button.is-melt.is-danger {
  color: hsl(0, 65%, 60%);
}
.button.is-melt[disabled], .button.is-melt[disabled]:hover, .button.is-melt.is-disabled, .button.is-melt.is-disabled:hover {
  color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

.button.is-angle-right:after, .button.is-angle-left:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid rgba(0, 0, 0, 0.26);
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  z-index: 2;
}
.button.is-angle-right:after {
  right: 0.75em;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.button.is-angle-left:after {
  left: 0.75em;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.button.is-angle-right.is-angle-up:after, .button.is-angle-left.is-angle-up:after {
  -webkit-transform: translateY(-30%) rotate(-45deg);
          transform: translateY(-30%) rotate(-45deg);
}
.button.is-angle-right.is-angle-down:after, .button.is-angle-left.is-angle-down:after {
  -webkit-transform: translateY(-70%) rotate(135deg);
          transform: translateY(-70%) rotate(135deg);
}
.button.is-angle-right.is-primary:after, .button.is-angle-right.is-info:after, .button.is-angle-right.is-success:after, .button.is-angle-right.is-warning:after, .button.is-angle-right.is-danger:after, .button.is-angle-left.is-primary:after, .button.is-angle-left.is-info:after, .button.is-angle-left.is-success:after, .button.is-angle-left.is-warning:after, .button.is-angle-left.is-danger:after {
  border-color: currentColor;
}

.badge {
  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.25em 0.375em;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 1.25;
}
.badge.is-strong {
  font-weight: 700;
}
.badge.is-round {
  border-radius: 999em;
}

.badge.is-square {
  width: calc(1.75em + 1px * 2);
  height: calc(1.75em + 1px * 2);
  padding: 0;
  border-radius: 3px;
  line-height: 1;
}

.badge.is-circle {
  width: calc(1.75em + 1px * 2);
  height: calc(1.75em + 1px * 2);
  padding: 0;
  border-radius: 999em;
  line-height: 1;
}

.badge.is-plain {
  background-color: hsl(0, 0%, 96%);
  border: 1px solid transparent;
}
.badge.is-plain.is-primary {
  background-color: hsl(186, 55%, 48%);
  color: hsl(0, 0%, 100%);
}
.badge.is-plain.is-info {
  background-color: hsl(206, 64%, 57%);
  color: hsl(0, 0%, 100%);
}
.badge.is-plain.is-success {
  background-color: hsl(120, 58%, 41%);
  color: hsl(0, 0%, 100%);
}
.badge.is-plain.is-warning {
  background-color: hsl(31, 85%, 50%);
  color: hsl(0, 0%, 100%);
}
.badge.is-plain.is-danger {
  background-color: hsl(0, 65%, 60%);
  color: hsl(0, 0%, 100%);
}
.badge.is-plain.is-disabled {
  background-color: hsl(0, 0%, 74%);
  color: rgba(0, 0, 0, 0.26);
}

.badge.is-outline {
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsl(200, 13%, 84%);
}
.badge.is-outline.is-primary {
  border-color: hsl(186, 55%, 48%);
  color: hsl(186, 55%, 48%);
}
.badge.is-outline.is-info {
  border-color: hsl(206, 64%, 57%);
  color: hsl(206, 64%, 57%);
}
.badge.is-outline.is-success {
  border-color: hsl(120, 58%, 41%);
  color: hsl(120, 58%, 41%);
}
.badge.is-outline.is-warning {
  border-color: hsl(31, 85%, 50%);
  color: hsl(31, 85%, 50%);
}
.badge.is-outline.is-danger {
  border-color: hsl(0, 65%, 60%);
  color: hsl(0, 65%, 60%);
}
.badge.is-outline.is-disabled {
  background-color: hsl(0, 0%, 74%);
  color: rgba(0, 0, 0, 0.26);
  border-color: hsl(200, 13%, 84%);
}

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

.table {
  width: 100%;
  background-color: hsl(0, 0%, 100%);
  border-collapse: collapse;
  border-spacing: 0;
}
.table th,
.table td {
  padding: 0.75em 1em;
  vertical-align: top;
}
.table thead > tr:last-child > th {
  border-bottom: 1px solid hsl(200, 13%, 84%);
}
.table tr.box {
  display: table-row;
}
.table th.box,
.table td.box {
  display: table-cell;
}

.table.is-line {
  border-top: 1px solid hsl(200, 13%, 84%);
  border-bottom: 1px solid hsl(200, 13%, 84%);
}
.table.is-line > tbody > tr:not(:first-child) {
  border-top: 1px solid hsl(200, 13%, 84%);
}

.table.is-outline {
  border: 1px solid hsl(200, 13%, 84%);
}

.table.is-border {
  border: 1px solid hsl(200, 13%, 84%);
}
.table.is-border th,
.table.is-border td {
  border: 1px solid hsl(200, 13%, 84%);
}

.table tr.is-paint,
.table th.is-paint,
.table td.is-paint {
  background-color: rgba(38, 121, 130, 0.7);
  color: hsl(0, 0%, 100%);
}
.table tr.is-spot,
.table th.is-spot,
.table td.is-spot {
  background-color: rgba(240, 225, 66, 0.45);
}
.table tr.is-danger,
.table th.is-danger,
.table td.is-danger {
  background-color: rgba(219, 87, 87, 0.2);
}

.table.is-stripe thead {
  background-color: rgba(40, 48, 52, 0.05);
}
.table.is-stripe tbody tr:nth-child(even) {
  background-color: rgba(40, 48, 52, 0.05);
}

.table.is-right th,
.table.is-right td {
  text-align: right;
}
.table tr.is-right,
.table th.is-right,
.table td.is-right {
  text-align: right;
}
.table.is-center th,
.table.is-center td {
  text-align: center;
}
.table tr.is-center,
.table th.is-center,
.table td.is-center {
  text-align: center;
}
.table.is-left th,
.table.is-left td {
  text-align: left;
}
.table tr.is-left,
.table th.is-left,
.table td.is-left {
  text-align: left;
}
.table.is-middle th,
.table.is-middle td {
  vertical-align: middle;
}
.table tr.is-middle,
.table th.is-middle,
.table td.is-middle {
  vertical-align: middle;
}

.table.is-fixed {
  table-layout: fixed;
}

.table-wrap {
  background-image: -webkit-gradient(linear, left top, right top, from(hsl(0, 0%, 100%)), to(hsl(0, 0%, 100%))), -webkit-gradient(linear, left top, right top, from(hsl(0, 0%, 100%)), to(hsl(0, 0%, 100%))), -webkit-gradient(linear, left top, right top, from(rgba(102, 122, 133, 0.15)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(rgba(102, 122, 133, 0.15)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, hsl(0, 0%, 100%), hsl(0, 0%, 100%)), linear-gradient(to right, hsl(0, 0%, 100%), hsl(0, 0%, 100%)), linear-gradient(to right, rgba(102, 122, 133, 0.15), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(102, 122, 133, 0.15), rgba(255, 255, 255, 0));
  background-position: left center, right center, left center, right center;
  background-size: 40px 100%, 40px 100%, 20px 100%, 20px 100%;
  background-attachment: local, local, scroll, scroll;
  background-color: hsl(0, 0%, 100%);
  background-repeat: no-repeat;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-wrap .table {
  background-color: transparent;
}

.input[type=text], .input[type=search], .input[type=url], .input[type=email], .input[type=tel], .input[type=password], .input[type=datetime-local], .input[type=date], .input[type=month], .input[type=week], .input[type=time], .input[type=number] {
  position: relative;
  max-width: 100%;
  height: calc(2.5em + 1px * 2);
  padding: 0.5em 0.75em;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsl(200, 13%, 84%);
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.input[type=text]:focus, .input[type=text][readonly]:focus, .input[type=search]:focus, .input[type=search][readonly]:focus, .input[type=url]:focus, .input[type=url][readonly]:focus, .input[type=email]:focus, .input[type=email][readonly]:focus, .input[type=tel]:focus, .input[type=tel][readonly]:focus, .input[type=password]:focus, .input[type=password][readonly]:focus, .input[type=datetime-local]:focus, .input[type=datetime-local][readonly]:focus, .input[type=date]:focus, .input[type=date][readonly]:focus, .input[type=month]:focus, .input[type=month][readonly]:focus, .input[type=week]:focus, .input[type=week][readonly]:focus, .input[type=time]:focus, .input[type=time][readonly]:focus, .input[type=number]:focus, .input[type=number][readonly]:focus {
  border-color: #0f7dd2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(36, 151, 240, 0.36);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(36, 151, 240, 0.36);
  outline: none;
}
.input[type=text]:-moz-placeholder-shown, .input[type=search]:-moz-placeholder-shown, .input[type=url]:-moz-placeholder-shown, .input[type=email]:-moz-placeholder-shown, .input[type=tel]:-moz-placeholder-shown, .input[type=password]:-moz-placeholder-shown, .input[type=datetime-local]:-moz-placeholder-shown, .input[type=date]:-moz-placeholder-shown, .input[type=month]:-moz-placeholder-shown, .input[type=week]:-moz-placeholder-shown, .input[type=time]:-moz-placeholder-shown, .input[type=number]:-moz-placeholder-shown {
  color: rgba(0, 0, 0, 0.26);
}
.input[type=text]:-ms-input-placeholder, .input[type=search]:-ms-input-placeholder, .input[type=url]:-ms-input-placeholder, .input[type=email]:-ms-input-placeholder, .input[type=tel]:-ms-input-placeholder, .input[type=password]:-ms-input-placeholder, .input[type=datetime-local]:-ms-input-placeholder, .input[type=date]:-ms-input-placeholder, .input[type=month]:-ms-input-placeholder, .input[type=week]:-ms-input-placeholder, .input[type=time]:-ms-input-placeholder, .input[type=number]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
}
.input[type=text]:placeholder-shown, .input[type=search]:placeholder-shown, .input[type=url]:placeholder-shown, .input[type=email]:placeholder-shown, .input[type=tel]:placeholder-shown, .input[type=password]:placeholder-shown, .input[type=datetime-local]:placeholder-shown, .input[type=date]:placeholder-shown, .input[type=month]:placeholder-shown, .input[type=week]:placeholder-shown, .input[type=time]:placeholder-shown, .input[type=number]:placeholder-shown {
  color: rgba(0, 0, 0, 0.26);
}
.input[type=text]::-webkit-input-placeholder, .input[type=search]::-webkit-input-placeholder, .input[type=url]::-webkit-input-placeholder, .input[type=email]::-webkit-input-placeholder, .input[type=tel]::-webkit-input-placeholder, .input[type=password]::-webkit-input-placeholder, .input[type=datetime-local]::-webkit-input-placeholder, .input[type=date]::-webkit-input-placeholder, .input[type=month]::-webkit-input-placeholder, .input[type=week]::-webkit-input-placeholder, .input[type=time]::-webkit-input-placeholder, .input[type=number]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
}
.input[type=text]:-moz-placeholder, .input[type=search]:-moz-placeholder, .input[type=url]:-moz-placeholder, .input[type=email]:-moz-placeholder, .input[type=tel]:-moz-placeholder, .input[type=password]:-moz-placeholder, .input[type=datetime-local]:-moz-placeholder, .input[type=date]:-moz-placeholder, .input[type=month]:-moz-placeholder, .input[type=week]:-moz-placeholder, .input[type=time]:-moz-placeholder, .input[type=number]:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.26);
}
.input[type=text]::-moz-placeholder, .input[type=search]::-moz-placeholder, .input[type=url]::-moz-placeholder, .input[type=email]::-moz-placeholder, .input[type=tel]::-moz-placeholder, .input[type=password]::-moz-placeholder, .input[type=datetime-local]::-moz-placeholder, .input[type=date]::-moz-placeholder, .input[type=month]::-moz-placeholder, .input[type=week]::-moz-placeholder, .input[type=time]::-moz-placeholder, .input[type=number]::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.26);
}
.input[type=text]:-ms-input-placeholder, .input[type=search]:-ms-input-placeholder, .input[type=url]:-ms-input-placeholder, .input[type=email]:-ms-input-placeholder, .input[type=tel]:-ms-input-placeholder, .input[type=password]:-ms-input-placeholder, .input[type=datetime-local]:-ms-input-placeholder, .input[type=date]:-ms-input-placeholder, .input[type=month]:-ms-input-placeholder, .input[type=week]:-ms-input-placeholder, .input[type=time]:-ms-input-placeholder, .input[type=number]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
}
.input[type=text][disabled], .input[type=search][disabled], .input[type=url][disabled], .input[type=email][disabled], .input[type=tel][disabled], .input[type=password][disabled], .input[type=datetime-local][disabled], .input[type=date][disabled], .input[type=month][disabled], .input[type=week][disabled], .input[type=time][disabled], .input[type=number][disabled] {
  cursor: not-allowed;
  background-color: hsl(0, 0%, 74%);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: rgba(0, 0, 0, 0.26);
}
.input[type=text][readonly], .input[type=search][readonly], .input[type=url][readonly], .input[type=email][readonly], .input[type=tel][readonly], .input[type=password][readonly], .input[type=datetime-local][readonly], .input[type=date][readonly], .input[type=month][readonly], .input[type=week][readonly], .input[type=time][readonly], .input[type=number][readonly] {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(200, 13%, 84%);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: rgba(0, 0, 0, 0.7);
}
.input[type=text].is-right, .input[type=search].is-right, .input[type=url].is-right, .input[type=email].is-right, .input[type=tel].is-right, .input[type=password].is-right, .input[type=datetime-local].is-right, .input[type=date].is-right, .input[type=month].is-right, .input[type=week].is-right, .input[type=time].is-right, .input[type=number].is-right {
  text-align: right;
}
.input[type=text].is-center, .input[type=search].is-center, .input[type=url].is-center, .input[type=email].is-center, .input[type=tel].is-center, .input[type=password].is-center, .input[type=datetime-local].is-center, .input[type=date].is-center, .input[type=month].is-center, .input[type=week].is-center, .input[type=time].is-center, .input[type=number].is-center {
  text-align: center;
}
.input[type=text].is-left, .input[type=search].is-left, .input[type=url].is-left, .input[type=email].is-left, .input[type=tel].is-left, .input[type=password].is-left, .input[type=datetime-local].is-left, .input[type=date].is-left, .input[type=month].is-left, .input[type=week].is-left, .input[type=time].is-left, .input[type=number].is-left {
  text-align: left;
}
.input[type=text].is-success:not([disabled]):not([readonly]), .input[type=search].is-success:not([disabled]):not([readonly]), .input[type=url].is-success:not([disabled]):not([readonly]), .input[type=email].is-success:not([disabled]):not([readonly]), .input[type=tel].is-success:not([disabled]):not([readonly]), .input[type=password].is-success:not([disabled]):not([readonly]), .input[type=datetime-local].is-success:not([disabled]):not([readonly]), .input[type=date].is-success:not([disabled]):not([readonly]), .input[type=month].is-success:not([disabled]):not([readonly]), .input[type=week].is-success:not([disabled]):not([readonly]), .input[type=time].is-success:not([disabled]):not([readonly]), .input[type=number].is-success:not([disabled]):not([readonly]) {
  border-color: #7edd7e;
}
.input[type=text].is-danger:not([disabled]):not([readonly]), .input[type=search].is-danger:not([disabled]):not([readonly]), .input[type=url].is-danger:not([disabled]):not([readonly]), .input[type=email].is-danger:not([disabled]):not([readonly]), .input[type=tel].is-danger:not([disabled]):not([readonly]), .input[type=password].is-danger:not([disabled]):not([readonly]), .input[type=datetime-local].is-danger:not([disabled]):not([readonly]), .input[type=date].is-danger:not([disabled]):not([readonly]), .input[type=month].is-danger:not([disabled]):not([readonly]), .input[type=week].is-danger:not([disabled]):not([readonly]), .input[type=time].is-danger:not([disabled]):not([readonly]), .input[type=number].is-danger:not([disabled]):not([readonly]) {
  background-color: #fbeaea;
  border-color: #eeafaf;
}

.textarea {
  position: relative;
  max-width: 100%;
  padding: calc(0.5em - 1.5px) 0.5em;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsl(200, 13%, 84%);
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: rgba(0, 0, 0, 0.7);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.textarea:focus, .textarea[readonly]:focus {
  border-color: #0f7dd2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(36, 151, 240, 0.36);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(36, 151, 240, 0.36);
  outline: none;
}
.textarea:-moz-placeholder-shown {
  color: rgba(0, 0, 0, 0.26);
}
.textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
}
.textarea:placeholder-shown {
  color: rgba(0, 0, 0, 0.26);
}
.textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
}
.textarea:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.26);
}
.textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.26);
}
.textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
}
.textarea[disabled] {
  cursor: not-allowed;
  background-color: hsl(0, 0%, 74%);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: rgba(0, 0, 0, 0.26);
}
.textarea[readonly] {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(200, 13%, 84%);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: rgba(0, 0, 0, 0.7);
}
.textarea.is-success:not([disabled]):not([readonly]) {
  border-color: #7edd7e;
}
.textarea.is-danger:not([disabled]):not([readonly]) {
  background-color: #fbeaea;
  border-color: #eeafaf;
}

.input[type=text].is-round, .input[type=search].is-round, .input[type=url].is-round, .input[type=email].is-round, .input[type=tel].is-round, .input[type=password].is-round, .input[type=datetime-local].is-round, .input[type=date].is-round, .input[type=month].is-round, .input[type=week].is-round, .input[type=time].is-round, .input[type=number].is-round {
  border-radius: 999em;
}

.input[type=text].is-plain, .input[type=search].is-plain, .input[type=url].is-plain, .input[type=email].is-plain, .input[type=tel].is-plain, .input[type=password].is-plain, .input[type=datetime-local].is-plain, .input[type=date].is-plain, .input[type=month].is-plain, .input[type=week].is-plain, .input[type=time].is-plain, .input[type=number].is-plain {
  background-color: hsl(0, 0%, 96%);
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input[type=text].is-plain:focus, .input[type=text].is-plain[readonly]:focus, .input[type=search].is-plain:focus, .input[type=search].is-plain[readonly]:focus, .input[type=url].is-plain:focus, .input[type=url].is-plain[readonly]:focus, .input[type=email].is-plain:focus, .input[type=email].is-plain[readonly]:focus, .input[type=tel].is-plain:focus, .input[type=tel].is-plain[readonly]:focus, .input[type=password].is-plain:focus, .input[type=password].is-plain[readonly]:focus, .input[type=datetime-local].is-plain:focus, .input[type=datetime-local].is-plain[readonly]:focus, .input[type=date].is-plain:focus, .input[type=date].is-plain[readonly]:focus, .input[type=month].is-plain:focus, .input[type=month].is-plain[readonly]:focus, .input[type=week].is-plain:focus, .input[type=week].is-plain[readonly]:focus, .input[type=time].is-plain:focus, .input[type=time].is-plain[readonly]:focus, .input[type=number].is-plain:focus, .input[type=number].is-plain[readonly]:focus {
  border-color: #0f7dd2;
  -webkit-box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.36);
          box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.36);
}
.input[type=text].is-plain[disabled], .input[type=search].is-plain[disabled], .input[type=url].is-plain[disabled], .input[type=email].is-plain[disabled], .input[type=tel].is-plain[disabled], .input[type=password].is-plain[disabled], .input[type=datetime-local].is-plain[disabled], .input[type=date].is-plain[disabled], .input[type=month].is-plain[disabled], .input[type=week].is-plain[disabled], .input[type=time].is-plain[disabled], .input[type=number].is-plain[disabled] {
  background-color: hsl(0, 0%, 74%);
}
.input[type=text].is-plain.is-success:not([disabled]):not([readonly]), .input[type=search].is-plain.is-success:not([disabled]):not([readonly]), .input[type=url].is-plain.is-success:not([disabled]):not([readonly]), .input[type=email].is-plain.is-success:not([disabled]):not([readonly]), .input[type=tel].is-plain.is-success:not([disabled]):not([readonly]), .input[type=password].is-plain.is-success:not([disabled]):not([readonly]), .input[type=datetime-local].is-plain.is-success:not([disabled]):not([readonly]), .input[type=date].is-plain.is-success:not([disabled]):not([readonly]), .input[type=month].is-plain.is-success:not([disabled]):not([readonly]), .input[type=week].is-plain.is-success:not([disabled]):not([readonly]), .input[type=time].is-plain.is-success:not([disabled]):not([readonly]), .input[type=number].is-plain.is-success:not([disabled]):not([readonly]) {
  background-color: #dbf5db;
  border-color: transparent;
}
.input[type=text].is-plain.is-danger:not([disabled]):not([readonly]), .input[type=search].is-plain.is-danger:not([disabled]):not([readonly]), .input[type=url].is-plain.is-danger:not([disabled]):not([readonly]), .input[type=email].is-plain.is-danger:not([disabled]):not([readonly]), .input[type=tel].is-plain.is-danger:not([disabled]):not([readonly]), .input[type=password].is-plain.is-danger:not([disabled]):not([readonly]), .input[type=datetime-local].is-plain.is-danger:not([disabled]):not([readonly]), .input[type=date].is-plain.is-danger:not([disabled]):not([readonly]), .input[type=month].is-plain.is-danger:not([disabled]):not([readonly]), .input[type=week].is-plain.is-danger:not([disabled]):not([readonly]), .input[type=time].is-plain.is-danger:not([disabled]):not([readonly]), .input[type=number].is-plain.is-danger:not([disabled]):not([readonly]) {
  background-color: #fbeaea;
  border-color: transparent;
}

.textarea.is-plain {
  background-color: hsl(0, 0%, 96%);
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.textarea.is-plain:focus, .textarea.is-plain[readonly]:focus {
  border-color: #0f7dd2;
  -webkit-box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.36);
          box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.36);
}
.textarea.is-plain[disabled] {
  background-color: hsl(0, 0%, 74%);
}
.textarea.is-plain.is-success:not([disabled]):not([readonly]) {
  background-color: #dbf5db;
  border-color: transparent;
}
.textarea.is-plain.is-danger:not([disabled]):not([readonly]) {
  background-color: #fbeaea;
  border-color: transparent;
}

.input[type=text].is-underline, .input[type=search].is-underline, .input[type=url].is-underline, .input[type=email].is-underline, .input[type=tel].is-underline, .input[type=password].is-underline, .input[type=datetime-local].is-underline, .input[type=date].is-underline, .input[type=month].is-underline, .input[type=week].is-underline, .input[type=time].is-underline, .input[type=number].is-underline {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid hsl(200, 13%, 84%);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input[type=text].is-underline:focus, .input[type=text].is-underline[readonly]:focus, .input[type=search].is-underline:focus, .input[type=search].is-underline[readonly]:focus, .input[type=url].is-underline:focus, .input[type=url].is-underline[readonly]:focus, .input[type=email].is-underline:focus, .input[type=email].is-underline[readonly]:focus, .input[type=tel].is-underline:focus, .input[type=tel].is-underline[readonly]:focus, .input[type=password].is-underline:focus, .input[type=password].is-underline[readonly]:focus, .input[type=datetime-local].is-underline:focus, .input[type=datetime-local].is-underline[readonly]:focus, .input[type=date].is-underline:focus, .input[type=date].is-underline[readonly]:focus, .input[type=month].is-underline:focus, .input[type=month].is-underline[readonly]:focus, .input[type=week].is-underline:focus, .input[type=week].is-underline[readonly]:focus, .input[type=time].is-underline:focus, .input[type=time].is-underline[readonly]:focus, .input[type=number].is-underline:focus, .input[type=number].is-underline[readonly]:focus {
  border-color: #0f7dd2;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input[type=text].is-underline[disabled], .input[type=text].is-underline[readonly], .input[type=search].is-underline[disabled], .input[type=search].is-underline[readonly], .input[type=url].is-underline[disabled], .input[type=url].is-underline[readonly], .input[type=email].is-underline[disabled], .input[type=email].is-underline[readonly], .input[type=tel].is-underline[disabled], .input[type=tel].is-underline[readonly], .input[type=password].is-underline[disabled], .input[type=password].is-underline[readonly], .input[type=datetime-local].is-underline[disabled], .input[type=datetime-local].is-underline[readonly], .input[type=date].is-underline[disabled], .input[type=date].is-underline[readonly], .input[type=month].is-underline[disabled], .input[type=month].is-underline[readonly], .input[type=week].is-underline[disabled], .input[type=week].is-underline[readonly], .input[type=time].is-underline[disabled], .input[type=time].is-underline[readonly], .input[type=number].is-underline[disabled], .input[type=number].is-underline[readonly] {
  background-color: transparent;
}
.input[type=text].is-underline.is-success:not([disabled]):not([readonly]), .input[type=search].is-underline.is-success:not([disabled]):not([readonly]), .input[type=url].is-underline.is-success:not([disabled]):not([readonly]), .input[type=email].is-underline.is-success:not([disabled]):not([readonly]), .input[type=tel].is-underline.is-success:not([disabled]):not([readonly]), .input[type=password].is-underline.is-success:not([disabled]):not([readonly]), .input[type=datetime-local].is-underline.is-success:not([disabled]):not([readonly]), .input[type=date].is-underline.is-success:not([disabled]):not([readonly]), .input[type=month].is-underline.is-success:not([disabled]):not([readonly]), .input[type=week].is-underline.is-success:not([disabled]):not([readonly]), .input[type=time].is-underline.is-success:not([disabled]):not([readonly]), .input[type=number].is-underline.is-success:not([disabled]):not([readonly]) {
  background-color: transparent;
  border-bottom-color: #7edd7e;
}
.input[type=text].is-underline.is-danger:not([disabled]):not([readonly]), .input[type=search].is-underline.is-danger:not([disabled]):not([readonly]), .input[type=url].is-underline.is-danger:not([disabled]):not([readonly]), .input[type=email].is-underline.is-danger:not([disabled]):not([readonly]), .input[type=tel].is-underline.is-danger:not([disabled]):not([readonly]), .input[type=password].is-underline.is-danger:not([disabled]):not([readonly]), .input[type=datetime-local].is-underline.is-danger:not([disabled]):not([readonly]), .input[type=date].is-underline.is-danger:not([disabled]):not([readonly]), .input[type=month].is-underline.is-danger:not([disabled]):not([readonly]), .input[type=week].is-underline.is-danger:not([disabled]):not([readonly]), .input[type=time].is-underline.is-danger:not([disabled]):not([readonly]), .input[type=number].is-underline.is-danger:not([disabled]):not([readonly]) {
  background-color: transparent;
  border-bottom-color: #eeafaf;
}

.textarea.is-underline {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid hsl(200, 13%, 84%);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.textarea.is-underline:focus, .textarea.is-underline[readonly]:focus {
  border-color: #0f7dd2;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.textarea.is-underline[disabled], .textarea.is-underline[readonly] {
  background-color: transparent;
}
.textarea.is-underline.is-success:not([disabled]):not([readonly]) {
  background-color: transparent;
  border-bottom-color: #7edd7e;
}
.textarea.is-underline.is-danger:not([disabled]):not([readonly]) {
  background-color: transparent;
  border-bottom-color: #eeafaf;
}

.input[type=text].is-inside, .input[type=search].is-inside, .input[type=url].is-inside, .input[type=email].is-inside, .input[type=tel].is-inside, .input[type=password].is-inside, .input[type=datetime-local].is-inside, .input[type=date].is-inside, .input[type=month].is-inside, .input[type=week].is-inside, .input[type=time].is-inside, .input[type=number].is-inside {
  padding: 0.5em 0.75em;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input[type=text].is-inside:focus, .input[type=text].is-inside[readonly]:focus, .input[type=search].is-inside:focus, .input[type=search].is-inside[readonly]:focus, .input[type=url].is-inside:focus, .input[type=url].is-inside[readonly]:focus, .input[type=email].is-inside:focus, .input[type=email].is-inside[readonly]:focus, .input[type=tel].is-inside:focus, .input[type=tel].is-inside[readonly]:focus, .input[type=password].is-inside:focus, .input[type=password].is-inside[readonly]:focus, .input[type=datetime-local].is-inside:focus, .input[type=datetime-local].is-inside[readonly]:focus, .input[type=date].is-inside:focus, .input[type=date].is-inside[readonly]:focus, .input[type=month].is-inside:focus, .input[type=month].is-inside[readonly]:focus, .input[type=week].is-inside:focus, .input[type=week].is-inside[readonly]:focus, .input[type=time].is-inside:focus, .input[type=time].is-inside[readonly]:focus, .input[type=number].is-inside:focus, .input[type=number].is-inside[readonly]:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input[type=text].is-inside[disabled], .input[type=text].is-inside[readonly], .input[type=search].is-inside[disabled], .input[type=search].is-inside[readonly], .input[type=url].is-inside[disabled], .input[type=url].is-inside[readonly], .input[type=email].is-inside[disabled], .input[type=email].is-inside[readonly], .input[type=tel].is-inside[disabled], .input[type=tel].is-inside[readonly], .input[type=password].is-inside[disabled], .input[type=password].is-inside[readonly], .input[type=datetime-local].is-inside[disabled], .input[type=datetime-local].is-inside[readonly], .input[type=date].is-inside[disabled], .input[type=date].is-inside[readonly], .input[type=month].is-inside[disabled], .input[type=month].is-inside[readonly], .input[type=week].is-inside[disabled], .input[type=week].is-inside[readonly], .input[type=time].is-inside[disabled], .input[type=time].is-inside[readonly], .input[type=number].is-inside[disabled], .input[type=number].is-inside[readonly] {
  background-color: transparent;
  border-color: transparent;
}
.input[type=text].is-inside.is-success:not([disabled]):not([readonly]), .input[type=search].is-inside.is-success:not([disabled]):not([readonly]), .input[type=url].is-inside.is-success:not([disabled]):not([readonly]), .input[type=email].is-inside.is-success:not([disabled]):not([readonly]), .input[type=tel].is-inside.is-success:not([disabled]):not([readonly]), .input[type=password].is-inside.is-success:not([disabled]):not([readonly]), .input[type=datetime-local].is-inside.is-success:not([disabled]):not([readonly]), .input[type=date].is-inside.is-success:not([disabled]):not([readonly]), .input[type=month].is-inside.is-success:not([disabled]):not([readonly]), .input[type=week].is-inside.is-success:not([disabled]):not([readonly]), .input[type=time].is-inside.is-success:not([disabled]):not([readonly]), .input[type=number].is-inside.is-success:not([disabled]):not([readonly]) {
  background-color: #dbf5db;
  border-color: transparent;
}
.input[type=text].is-inside.is-danger:not([disabled]):not([readonly]), .input[type=search].is-inside.is-danger:not([disabled]):not([readonly]), .input[type=url].is-inside.is-danger:not([disabled]):not([readonly]), .input[type=email].is-inside.is-danger:not([disabled]):not([readonly]), .input[type=tel].is-inside.is-danger:not([disabled]):not([readonly]), .input[type=password].is-inside.is-danger:not([disabled]):not([readonly]), .input[type=datetime-local].is-inside.is-danger:not([disabled]):not([readonly]), .input[type=date].is-inside.is-danger:not([disabled]):not([readonly]), .input[type=month].is-inside.is-danger:not([disabled]):not([readonly]), .input[type=week].is-inside.is-danger:not([disabled]):not([readonly]), .input[type=time].is-inside.is-danger:not([disabled]):not([readonly]), .input[type=number].is-inside.is-danger:not([disabled]):not([readonly]) {
  background-color: #fbeaea;
  border-color: transparent;
}

.textarea.is-inside {
  padding: 0.5em 0.75em;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.textarea.is-inside:focus, .textarea.is-inside[readonly]:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.textarea.is-inside[disabled], .textarea.is-inside[readonly] {
  background-color: transparent;
  border-color: transparent;
}
.textarea.is-inside.is-success:not([disabled]):not([readonly]) {
  background-color: #dbf5db;
  border-color: transparent;
}
.textarea.is-inside.is-danger:not([disabled]):not([readonly]) {
  background-color: #fbeaea;
  border-color: transparent;
}

.input[type=file] {
  display: none;
}

.label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.label:not(.is-middle) .radio {
  top: 0.25em;
}
.label:not(.is-middle) .checkbox {
  top: 0.25em;
}
.label.is-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.label.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.radio {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1em;
  height: 1em;
  background-color: hsl(0, 0%, 100%);
  border: 2px solid hsl(200, 13%, 84%);
  border-radius: 0.5em;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.radio:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5em;
  height: 0.5em;
  background-color: hsl(186, 55%, 48%);
  border-radius: 0.25em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
  opacity: 0;
}

.input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.radio:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.36);
          box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.36);
  outline: none;
}

.input[type=radio]:focus + .label .radio {
  -webkit-box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.36);
          box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.36);
  outline: none;
}

.radio.is-checked {
  border-color: hsl(186, 55%, 48%);
}
.radio.is-checked:before {
  opacity: 1;
}

.input[type=radio]:checked + .label .radio {
  border-color: hsl(186, 55%, 48%);
}
.input[type=radio]:checked + .label .radio:before {
  opacity: 1;
}

.radio.is-disabled {
  cursor: not-allowed;
  border-color: hsl(200, 13%, 94%);
}

.input[type=radio][disabled] + .label {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.26);
}
.input[type=radio][disabled] + .label .radio {
  cursor: not-allowed;
  border-color: hsl(200, 13%, 94%);
}

.checkbox {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1em;
  height: 1em;
  background-color: hsl(0, 0%, 100%);
  border: 2px solid hsl(200, 13%, 84%);
  border-radius: 2px;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.checkbox:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75em;
  height: 0.375em;
  border-left: 0.125em solid hsl(0, 0%, 100%);
  border-bottom: 0.125em solid hsl(0, 0%, 100%);
  -webkit-transform: translate(-50%, -70%) rotate(-45deg);
          transform: translate(-50%, -70%) rotate(-45deg);
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
  opacity: 0;
}

.input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.checkbox:focus {
  border-color: #0f7dd2;
  -webkit-box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.36);
          box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.36);
  outline: none;
}

.input[type=checkbox]:focus + .label .checkbox {
  border-color: #0f7dd2;
  -webkit-box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.36);
          box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.36);
  outline: none;
}

.checkbox.is-checked {
  background-color: hsl(186, 55%, 48%);
  border-color: hsl(186, 55%, 48%);
}
.checkbox.is-checked:before {
  opacity: 1;
}

.input[type=checkbox]:checked + .label .checkbox {
  background-color: hsl(186, 55%, 48%);
  border-color: hsl(186, 55%, 48%);
}
.input[type=checkbox]:checked + .label .checkbox:before {
  opacity: 1;
}

.checkbox.is-disabled {
  cursor: not-allowed;
  border-color: hsl(200, 13%, 94%);
}

.input[type=checkbox][disabled] + .label {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.26);
}
.input[type=checkbox][disabled] + .label .checkbox {
  cursor: not-allowed;
  border-color: hsl(200, 13%, 94%);
}

.select {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.select > select {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  height: calc(2.5em + 1px * 2);
  padding: 0.5em 0.75em;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsl(200, 13%, 84%);
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select > select::-ms-expand {
  display: none;
}
.select > select:focus, .select > select[readonly]:focus {
  border-color: #0f7dd2;
  -webkit-box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.36);
          box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.36);
  outline: none;
}
.select > select[disabled] {
  cursor: not-allowed;
  background-color: hsl(0, 0%, 74%);
  color: rgba(0, 0, 0, 0.26);
}
.select > select[disabled] > option {
  color: rgba(0, 0, 0, 0.26);
}
.select > select[readonly] {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.select:not(.is-multiple):after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  z-index: 3;
}
.select:not(.is-multiple) > select {
  padding-right: 2.5em;
}
.select.is-success > select:not([disabled]):not([readonly]) {
  border-color: #7edd7e;
}
.select.is-danger > select:not([disabled]):not([readonly]) {
  background-color: #fbeaea;
  border-color: #eeafaf;
}

.select.is-round:not(.is-multiple) > select {
  border-radius: 999em;
}

.select.is-plain > select {
  background-color: hsl(0, 0%, 96%);
  border: 1px solid transparent;
}
.select.is-plain > select:focus, .select.is-plain > select[readonly]:focus {
  border-color: #0f7dd2;
}
.select.is-plain > select[disabled] {
  background-color: hsl(0, 0%, 74%);
}
.select.is-plain.is-success > select:not([disabled]):not([readonly]) {
  background-color: #dbf5db;
  border-color: transparent;
}
.select.is-plain.is-danger > select:not([disabled]):not([readonly]) {
  background-color: #fbeaea;
  border-color: transparent;
}

.select.is-underline > select {
  padding-left: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid hsl(200, 13%, 84%);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select.is-underline > select:focus, .select.is-underline > select[readonly]:focus {
  border-color: #0f7dd2;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select.is-underline > select[disabled], .select.is-underline > select[readonly] {
  background-color: transparent;
}
.select.is-underline.is-success > select:not([disabled]):not([readonly]) {
  background-color: transparent;
  border-bottom-color: #7edd7e;
}
.select.is-underline.is-danger > select:not([disabled]):not([readonly]) {
  background-color: transparent;
  border-bottom-color: #eeafaf;
}

.select.is-inside > select {
  padding: 0.5em 0.75em;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select.is-inside > select:focus, .select.is-inside > select[readonly]:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select.is-inside > select[disabled], .select.is-inside > select[readonly] {
  background-color: transparent;
  border-color: transparent;
}
.select.is-inside:not(.is-multiple) > select {
  padding-right: 2.5em;
}
.select.is-inside.is-success > select:not([disabled]):not([readonly]) {
  background-color: #dbf5db;
  border-color: transparent;
}
.select.is-inside.is-danger > select:not([disabled]):not([readonly]) {
  background-color: #fbeaea;
  border-color: transparent;
}

.select.is-multiple > select {
  height: auto;
  padding: 0;
}
.select.is-multiple > select > option {
  min-height: 1.5em;
  padding: 0.5em 0.75em;
}

.fieldset {
  padding: 0;
  border: none;
}

.iframe {
  position: relative;
  display: block;
  width: 100%;
}
.iframe:before {
  content: "";
  display: block;
}
.iframe.is-aspect-16x9:before {
  padding-top: 56.25%;
}
.iframe.is-aspect-4x3:before {
  padding-top: 75%;
}
.iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon, .im, .fa, .fas, .far, .fal, .fab, .material-icons {
  font-size: inherit;
  line-height: inherit;
}

svg.icon {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
}

.material-icons {
  vertical-align: bottom;
}

.icon.is-dark, .im.is-dark, .fa.is-dark, .fas.is-dark, .far.is-dark, .fal.is-dark, .fab.is-dark, .material-icons.is-dark {
  color: hsl(0, 0%, 0%);
}
.icon.is-dark-1, .im.is-dark-1, .fa.is-dark-1, .fas.is-dark-1, .far.is-dark-1, .fal.is-dark-1, .fab.is-dark-1, .material-icons.is-dark-1 {
  color: rgba(0, 0, 0, 0.87);
}
.icon.is-dark-2, .im.is-dark-2, .fa.is-dark-2, .fas.is-dark-2, .far.is-dark-2, .fal.is-dark-2, .fab.is-dark-2, .material-icons.is-dark-2 {
  color: rgba(0, 0, 0, 0.7);
}
.icon.is-dark-3, .im.is-dark-3, .fa.is-dark-3, .fas.is-dark-3, .far.is-dark-3, .fal.is-dark-3, .fab.is-dark-3, .material-icons.is-dark-3 {
  color: rgba(0, 0, 0, 0.6);
}
.icon.is-dark-4, .im.is-dark-4, .fa.is-dark-4, .fas.is-dark-4, .far.is-dark-4, .fal.is-dark-4, .fab.is-dark-4, .material-icons.is-dark-4 {
  color: rgba(0, 0, 0, 0.5);
}
.icon.is-dark-5, .im.is-dark-5, .fa.is-dark-5, .fas.is-dark-5, .far.is-dark-5, .fal.is-dark-5, .fab.is-dark-5, .material-icons.is-dark-5 {
  color: rgba(0, 0, 0, 0.4);
}
.icon.is-dark-6, .im.is-dark-6, .fa.is-dark-6, .fas.is-dark-6, .far.is-dark-6, .fal.is-dark-6, .fab.is-dark-6, .material-icons.is-dark-6 {
  color: rgba(0, 0, 0, 0.26);
}
.icon.is-dark-7, .im.is-dark-7, .fa.is-dark-7, .fas.is-dark-7, .far.is-dark-7, .fal.is-dark-7, .fab.is-dark-7, .material-icons.is-dark-7 {
  color: rgba(0, 0, 0, 0.15);
}
.icon.is-dark-8, .im.is-dark-8, .fa.is-dark-8, .fas.is-dark-8, .far.is-dark-8, .fal.is-dark-8, .fab.is-dark-8, .material-icons.is-dark-8 {
  color: rgba(0, 0, 0, 0.12);
}
.icon.is-dark-9, .im.is-dark-9, .fa.is-dark-9, .fas.is-dark-9, .far.is-dark-9, .fal.is-dark-9, .fab.is-dark-9, .material-icons.is-dark-9 {
  color: rgba(0, 0, 0, 0.05);
}

.icon.is-light, .im.is-light, .fa.is-light, .fas.is-light, .far.is-light, .fal.is-light, .fab.is-light, .material-icons.is-light {
  color: hsl(0, 0%, 100%);
}
.icon.is-light-1, .im.is-light-1, .fa.is-light-1, .fas.is-light-1, .far.is-light-1, .fal.is-light-1, .fab.is-light-1, .material-icons.is-light-1 {
  color: rgba(255, 255, 255, 0.87);
}
.icon.is-light-2, .im.is-light-2, .fa.is-light-2, .fas.is-light-2, .far.is-light-2, .fal.is-light-2, .fab.is-light-2, .material-icons.is-light-2 {
  color: rgba(255, 255, 255, 0.7);
}
.icon.is-light-3, .im.is-light-3, .fa.is-light-3, .fas.is-light-3, .far.is-light-3, .fal.is-light-3, .fab.is-light-3, .material-icons.is-light-3 {
  color: rgba(255, 255, 255, 0.6);
}
.icon.is-light-4, .im.is-light-4, .fa.is-light-4, .fas.is-light-4, .far.is-light-4, .fal.is-light-4, .fab.is-light-4, .material-icons.is-light-4 {
  color: rgba(255, 255, 255, 0.5);
}
.icon.is-light-5, .im.is-light-5, .fa.is-light-5, .fas.is-light-5, .far.is-light-5, .fal.is-light-5, .fab.is-light-5, .material-icons.is-light-5 {
  color: rgba(255, 255, 255, 0.4);
}
.icon.is-light-6, .im.is-light-6, .fa.is-light-6, .fas.is-light-6, .far.is-light-6, .fal.is-light-6, .fab.is-light-6, .material-icons.is-light-6 {
  color: rgba(255, 255, 255, 0.26);
}
.icon.is-light-7, .im.is-light-7, .fa.is-light-7, .fas.is-light-7, .far.is-light-7, .fal.is-light-7, .fab.is-light-7, .material-icons.is-light-7 {
  color: rgba(255, 255, 255, 0.15);
}
.icon.is-light-8, .im.is-light-8, .fa.is-light-8, .fas.is-light-8, .far.is-light-8, .fal.is-light-8, .fab.is-light-8, .material-icons.is-light-8 {
  color: rgba(255, 255, 255, 0.12);
}
.icon.is-light-9, .im.is-light-9, .fa.is-light-9, .fas.is-light-9, .far.is-light-9, .fal.is-light-9, .fab.is-light-9, .material-icons.is-light-9 {
  color: rgba(255, 255, 255, 0.05);
}

.icon.is-primary, .im.is-primary, .fa.is-primary, .fas.is-primary, .far.is-primary, .fal.is-primary, .fab.is-primary, .material-icons.is-primary {
  color: hsl(186, 55%, 48%);
}
.icon.is-info, .im.is-info, .fa.is-info, .fas.is-info, .far.is-info, .fal.is-info, .fab.is-info, .material-icons.is-info {
  color: hsl(206, 64%, 57%);
}
.icon.is-success, .im.is-success, .fa.is-success, .fas.is-success, .far.is-success, .fal.is-success, .fab.is-success, .material-icons.is-success {
  color: hsl(120, 58%, 41%);
}
.icon.is-warning, .im.is-warning, .fa.is-warning, .fas.is-warning, .far.is-warning, .fal.is-warning, .fab.is-warning, .material-icons.is-warning {
  color: hsl(31, 85%, 50%);
}
.icon.is-danger, .im.is-danger, .fa.is-danger, .fas.is-danger, .far.is-danger, .fal.is-danger, .fab.is-danger, .material-icons.is-danger {
  color: hsl(0, 65%, 60%);
}

.icon.is-fit, .im.is-fit, .fa.is-fit, .fas.is-fit, .far.is-fit, .fal.is-fit, .fab.is-fit, .material-icons.is-fit {
  width: 1em;
  text-align: center;
}

.alert {
  position: relative;
  padding: 0.675em 0.875em;
  background-color: hsl(0, 0%, 96%);
  border: 1px solid hsl(200, 13%, 84%);
  border-radius: 2px;
}

.alert.is-primary {
  background-color: #ebf8f9;
  border-color: #9cdbe2;
}
.alert.is-info {
  background-color: #eaf3fa;
  border-color: #abd0ed;
}
.alert.is-success {
  background-color: #e7f9e7;
  border-color: #8ae08a;
}
.alert.is-warning {
  background-color: #fdf0e3;
  border-color: #f5bf84;
}
.alert.is-danger {
  background-color: #fbeeee;
  border-color: #f0b7b7;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: 700;
}
.wysiwyg h1 {
  font-size: 200%;
}
.wysiwyg h2 {
  font-size: 150%;
}
.wysiwyg h3 {
  font-size: 125%;
}
.wysiwyg h4 {
  font-size: 100%;
}
.wysiwyg h5 {
  font-size: 87.5%;
}
.wysiwyg h6 {
  font-size: 75%;
}

.wysiwyg p {
  line-height: 1.9;
}
.wysiwyg small {
  font-size: 87.5%;
}
.wysiwyg strong {
  font-weight: 700;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg del, .wysiwyg s {
  text-decoration: line-through;
}

.wysiwyg a {
  cursor: pointer;
  color: hsl(186, 55%, 48%);
  border-bottom: 1px solid currentColor;
}
.wysiwyg a:hover, .wysiwyg a:active {
  border-bottom-color: transparent;
}

.wysiwyg.is-link-reverse a {
  border-bottom-color: transparent;
}
.wysiwyg.is-link-reverse a:hover, .wysiwyg.is-link-reverse a:active {
  border-bottom-color: currentColor;
}

.wysiwyg blockquote {
  background-color: hsl(0, 0%, 96%);
  border-left: 0.5em solid rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  padding: 1.5em;
}

.wysiwyg :not(pre) > code {
  padding: 0.2em 0.5em;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  color: hsl(230, 30%, 51%);
  font-size: 87.5%;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Meiryo, monospace, serif;
  word-break: break-all;
}

.wysiwyg pre {
  background-color: hsl(0, 0%, 96%);
  border-radius: 2px;
  color: hsl(230, 30%, 51%);
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Meiryo, monospace, serif;
  white-space: pre;
  word-wrap: normal;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.wysiwyg pre > code {
  display: block;
  padding: 1.25em 1.5em;
}

.wysiwyg ul,
.wysiwyg ol {
  line-height: 1.9;
  margin-left: 1.5em;
}
.wysiwyg ul > li,
.wysiwyg ol > li {
  display: list-item;
}
.wysiwyg ul > li li,
.wysiwyg ol > li li {
  font-size: 100%;
}
.wysiwyg ul > li {
  list-style: circle outside;
}
.wysiwyg ol > li {
  list-style: decimal outside;
}

.wysiwyg table {
  width: 100%;
  background-color: hsl(0, 0%, 100%);
}
.wysiwyg table th {
  background-color: rgba(38, 121, 130, 0.7);
  color: hsl(0, 0%, 100%);
  font-weight: 400;
}
.wysiwyg table th,
.wysiwyg table td {
  padding: 0.75em 1em;
  border: 1px solid hsl(200, 13%, 84%);
}

.wysiwyg dl {
  width: 100%;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsl(200, 13%, 84%);
  border-top: none;
}
@media screen and (min-width: 576px) {
  .wysiwyg dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wysiwyg dt {
  width: 100%;
  padding: 0.75em 1em;
  background-color: rgba(38, 121, 130, 0.7);
  border-top: 1px solid hsl(200, 13%, 84%);
  color: hsl(0, 0%, 100%);
  font-weight: 400;
}
@media screen and (min-width: 576px) {
  .wysiwyg dt {
    width: 30%;
  }
}
.wysiwyg dd {
  width: 100%;
  padding: 0.75em 1em;
  border-top: 1px solid hsl(200, 13%, 84%);
}
@media screen and (min-width: 576px) {
  .wysiwyg dd {
    width: 70%;
    border-left: 1px solid hsl(200, 13%, 84%);
  }
}

.wysiwyg hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid hsl(200, 13%, 84%);
}

.wysiwyg figure {
  text-align: center;
}
.wysiwyg figure > figcaption {
  margin-top: 12px;
  font-size: 87.5%;
}

.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: 1000px) {
  .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: 1400px) {
  .is-wide-block {
    display: block;
  }
  .is-wide-inline {
    display: inline;
  }
  .is-wide-inline-block {
    display: inline-block;
  }
  .is-wide-none {
    display: none;
  }
}
.is-xxl,
.is-mobile-xxl {
  font-size: 200%;
}

.is-xl,
.is-mobile-xl {
  font-size: 150%;
}

.is-lg,
.is-mobile-lg {
  font-size: 125%;
}

.is-md,
.is-mobile-md {
  font-size: 100%;
}

.is-sm,
.is-mobile-sm {
  font-size: 87.5%;
}

.is-xs,
.is-mobile-xs {
  font-size: 75%;
}

.is-xxs,
.is-mobile-xxs {
  font-size: 62.5%;
}

@media screen and (min-width: 576px) {
  .is-fablet-xxl {
    font-size: 200%;
  }
  .is-fablet-xl {
    font-size: 150%;
  }
  .is-fablet-lg {
    font-size: 125%;
  }
  .is-fablet-md {
    font-size: 100%;
  }
  .is-fablet-sm {
    font-size: 87.5%;
  }
  .is-fablet-xs {
    font-size: 75%;
  }
  .is-fablet-xxs {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 768px) {
  .is-tablet-xxl {
    font-size: 200%;
  }
  .is-tablet-xl {
    font-size: 150%;
  }
  .is-tablet-lg {
    font-size: 125%;
  }
  .is-tablet-md {
    font-size: 100%;
  }
  .is-tablet-sm {
    font-size: 87.5%;
  }
  .is-tablet-xs {
    font-size: 75%;
  }
  .is-tablet-xxs {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 1000px) {
  .is-desktop-xxl {
    font-size: 200%;
  }
  .is-desktop-xl {
    font-size: 150%;
  }
  .is-desktop-lg {
    font-size: 125%;
  }
  .is-desktop-md {
    font-size: 100%;
  }
  .is-desktop-sm {
    font-size: 87.5%;
  }
  .is-desktop-xs {
    font-size: 75%;
  }
  .is-desktop-xxs {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 1400px) {
  .is-wide-xxl {
    font-size: 200%;
  }
  .is-wide-xl {
    font-size: 150%;
  }
  .is-wide-lg {
    font-size: 125%;
  }
  .is-wide-md {
    font-size: 100%;
  }
  .is-wide-sm {
    font-size: 87.5%;
  }
  .is-wide-xs {
    font-size: 75%;
  }
  .is-wide-xxs {
    font-size: 62.5%;
  }
}
.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: 1000px) {
  .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: 1400px) {
  .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-space-xxl > *:not(:first-child) {
  margin-top: 28px;
}

.is-space-xl > *:not(:first-child) {
  margin-top: 24px;
}

.is-space-lg > *:not(:first-child) {
  margin-top: 20px;
}

.is-space > *:not(:first-child),
.is-space-md > *:not(:first-child) {
  margin-top: 16px;
}

.is-space-sm > *:not(:first-child) {
  margin-top: 12px;
}

.is-space-xs > *:not(:first-child) {
  margin-top: 8px;
}

.is-space-xxs > *:not(:first-child) {
  margin-top: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-padding-safe {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
}

.is-padding-top-safe {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}

.is-padding-right-safe {
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
}

.is-padding-bottom-safe {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.is-padding-left-safe {
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
}

.is-padding-vertical-safe {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.is-padding-horizontal-safe {
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
}

.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: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
    background: hsl(0, 0%, 0%);
    z-index: 999;
    cursor: pointer;
  }
}
.menu .menu__line {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: hsl(0, 0%, 100%);
  border-radius: 2px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.menu .menu__line.menu__line--top {
  top: 26px;
}
.menu .menu__line.menu__line--top.active {
  top: 29px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu .menu__line.menu__line--bottom {
  bottom: 26px;
}
.menu .menu__line.menu__line--bottom.active {
  bottom: 29px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    background: hsl(0, 0%, 100%);
  }
}
.header.is-fixed {
  position: fixed;
  background: hsl(0, 0%, 100%);
}
@media screen and (min-width: 768px) {
  .header.is-fixed .header-inner {
    min-height: 100px;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 120px;
  padding: 16px 3.57%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .header-inner {
    padding: 16px 3%;
  }
}
@media screen and (max-width: 767px) {
  .header-inner {
    min-height: 60px;
    padding: 5px 60px 5px 5.33%;
  }
}

.header-logo {
  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;
  width: 32%;
  max-width: 368px;
  font-size: min(1.3vw, 14px);
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 100%;
    max-width: 240px;
    font-size: 10px;
  }
}
.header-logo:hover {
  opacity: 0.8;
}
.header-logo .logo-img {
  display: block;
  width: 57.6%;
}
.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;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    margin: 0;
    padding: 0;
    background: hsl(0, 0%, 100%);
    overflow: scroll;
    opacity: 0;
    pointer-events: none;
    z-index: -999;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gnav.open {
    opacity: 1;
    pointer-events: auto;
    z-index: -1;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .gnav-inner {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 96px 5.33% 240px;
  }
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .header-nav {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: block;
    font-size: 20px;
  }
}
.header-nav > li {
  margin-left: 2em;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .header-nav > li {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .header-nav > li {
    margin-left: 0;
    margin: 20px 0;
  }
}
.header-nav 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;
  -ms-flex-line-pack: center;
      align-content: center;
}
.header-nav a:hover {
  color: #990000;
}

.header-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .header-btn-group {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 0;
  }
}

.header-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: 142px;
  min-height: 60px;
  margin-left: 10px;
  padding: 5px 46px 5px 14px;
  background: #990000;
  border: solid 1px #990000;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
  text-align: center;
  color: hsl(0, 0%, 100%);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .header-btn {
    max-width: 116px;
    padding: 5px 30px 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .header-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: none;
    border-radius: 0;
    margin-left: 0;
  }
}
.header-btn._anchor::after {
  margin-right: 7.5px;
  margin-top: -1px;
  border-top: none;
  border-bottom: solid 2px #333;
}
.header-btn._green {
  background: #4fa35b;
  border-color: #4fa35b;
}
.header-btn:hover {
  background: hsl(0, 0%, 100%);
  color: #990000;
}
.header-btn:hover::before, .header-btn:hover::after {
  border-color: #990000;
}
.header-btn:hover._green {
  color: #4fa35b;
}
.header-btn:hover._green::before, .header-btn:hover._green::after {
  border-color: #4fa35b;
}
.header-btn::before, .header-btn::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .header-btn::before, .header-btn::after {
    right: 8px;
  }
}
.header-btn::before {
  width: 22px;
  height: 22px;
  background: hsl(0, 0%, 100%);
  border: solid 1px hsl(0, 0%, 100%);
  border-radius: 50%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .header-btn::before {
    width: 20px;
    height: 20px;
  }
}
.header-btn::after {
  width: 7px;
  height: 7px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  margin-right: 9px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .header-btn::after {
    width: 6px;
    height: 6px;
    margin-right: 8px;
  }
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-top .middle-block {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 400px;
  min-height: 110px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-top .middle-block {
    min-height: 0;
  }
}
.footer-top .middle-block:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-image: url(../images/common/footer_top_left.png);
  background-size: contain;
  width: 40px;
  height: 40px;
}
.footer-top .middle-block:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background-image: url(../images/common/footer_top_right.png);
  background-size: contain;
  width: 40px;
  height: 40px;
}
.footer-top .middle-block .en {
  position: relative;
  display: block;
  margin-top: 45px;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .footer-top .middle-block .en {
    margin-top: 35px;
    font-size: 24px;
  }
}
.footer-top .middle-block .en:hover {
  color: #990000;
}
.footer-top .middle-block .en:hover:before {
  background-color: #990000;
}
.footer-top .middle-block .en:before {
  position: absolute;
  content: "";
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  background-image: url(../images/common/icon_chevron.png);
  background-color: #333;
  border-radius: 50%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .footer-top .middle-block .en:before {
    top: -20px;
    width: 22px;
    height: 22px;
    background-size: 12px;
  }
}
.footer-top .left-block,
.footer-top .right-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fec872;
}
.footer-top .left-block {
  border-radius: 0 20px 0 0;
}
.footer-top .right-block {
  border-radius: 20px 0 0 0;
}

.footer-wrap {
  background-color: #fec872;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    padding: 30px 5.33% 60px;
  }
}
.footer-wrap .footer-container {
  width: 71.4vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .footer-wrap .footer-container {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrap .footer-container {
    display: block;
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
    padding: 0;
    font-size: 14px;
  }
}
.footer-wrap .footer-container .footer-links {
  max-width: 48%;
}
@media screen and (max-width: 767px) {
  .footer-wrap .footer-container .footer-links {
    max-width: none;
    margin-bottom: 30px;
  }
}
.footer-wrap .footer-container .footer-links .link-list {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .footer-wrap .footer-container .footer-links .link-list {
    margin-top: 5px;
  }
}
.footer-wrap .footer-container .footer-links .link-list a {
  display: inline-block;
  position: relative;
  padding-left: 1em;
}
.footer-wrap .footer-container .footer-links .link-list a:before {
  content: "-";
  position: absolute;
  top: -0.12em;
  left: 0;
}
.footer-wrap .footer-container .footer-links .link-list a:hover {
  color: #990000;
}
.footer-wrap .footer-container .footer-company {
  max-width: 48%;
}
@media screen and (max-width: 767px) {
  .footer-wrap .footer-container .footer-company {
    max-width: none;
  }
}
.footer-wrap .footer-container .footer-company dt {
  -moz-text-align-last: justify;
       text-align-last: justify;
  width: 4em;
  float: left;
  padding-bottom: 10px;
}
.footer-wrap .footer-container .footer-company dd {
  padding-left: 85px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footer-wrap .footer-container .footer-company dd {
    padding-left: 80px;
  }
}
.footer-wrap .footer-container .footer-company dd .contact-box .time {
  font-size: 14px;
}
.footer-wrap .footer-container .footer-company dd .contact-box .caution {
  font-size: 13px;
  font-weight: 400;
}
.footer-wrap .footer-container .footer-company dd .contact-box .mail {
  margin-top: 5px;
}
.footer-wrap .footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .footer-wrap .footer-copyright {
    font-size: 10px;
    padding-bottom: 0;
  }
}
.footer-wrap .footer-copyright a:after {
  content: "|";
  display: inline-block;
  padding: 0 10px;
}
.footer-wrap .footer-copyright .copyright {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.career-counseling-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 71.4vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 84px 0 40px;
  border-bottom: solid 2px hsl(0, 0%, 100%);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .career-counseling-content {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .career-counseling-content {
    display: block;
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
    padding: 10px 0 30px;
  }
}

.career-counseling-headline {
  min-width: 9em;
  margin-right: 20px;
  font-size: 28px;
  font-weight: 700;
  color: #990000;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .career-counseling-headline {
    min-width: 0;
    margin: 0 0 20px;
    font-size: 24px;
    text-align: center;
  }
}

.career-counseling-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px 0 0 -20px;
}
@media screen and (max-width: 767px) {
  .career-counseling-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -10px 0 0 -10px;
  }
}
.career-counseling-list > li {
  margin: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .career-counseling-list > li {
    margin: 10px 0 0 10px;
  }
}
.career-counseling-list a {
  display: block;
}
.career-counseling-list img {
  width: auto;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .career-counseling-list img {
    height: 40px;
  }
}

html.hidden {
  overflow: hidden;
}

#wrapper {
  position: relative;
  padding: 0;
  background-image: url(../images/common/main_bg.jpg);
  background-size: 200px;
  background-repeat: repeat;
  background-position-y: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.75;
  overflow: hidden;
  z-index: 1;
}
#wrapper::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

a {
  color: inherit;
  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;
  }
}

i {
  font-family: "FontAwesome";
  font-style: normal;
}

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 14.28%;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 5.33%;
  }
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 10.71%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 5.33%;
  }
}

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

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

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

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

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

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

.disc-list > li {
  position: relative;
  padding-left: 1.14em;
  line-height: 2;
}
.disc-list > li::before {
  content: " ";
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 0.42em;
  height: 0.42em;
  border-radius: 50%;
  background: #f4b25b;
}

.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%;
  min-height: 60px;
  padding: 5px 46px;
  background: #990000;
  border: solid 1px #990000;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: hsl(0, 0%, 100%);
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 5px 40px;
    font-size: 16px;
  }
}
.btn._blue {
  background: #324c67;
  border-color: #324c67;
}
.btn._green {
  background: #4fa35b;
  border-color: #4fa35b;
}
.btn:hover {
  background: hsl(0, 0%, 100%);
  color: #990000;
}
.btn:hover::before, .btn:hover::after {
  border-color: #990000;
}
.btn:hover._blue {
  color: #324c67;
}
.btn:hover._blue::before, .btn:hover._blue::after {
  border-color: #324c67;
}
.btn:hover._green {
  color: #4fa35b;
}
.btn:hover._green::before, .btn:hover._green::after {
  border-color: #4fa35b;
}
.btn::before, .btn::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn::before, .btn::after {
    right: 12px;
  }
}
.btn::before {
  width: 22px;
  height: 22px;
  background: hsl(0, 0%, 100%);
  border: solid 1px hsl(0, 0%, 100%);
  border-radius: 50%;
}
.btn::after {
  width: 7px;
  height: 7px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  margin-right: 9px;
}

button,
input[type=submit],
input[type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}

button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
  outline: none;
}

.headline {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 26px;
  }
}
.headline._text-left {
  text-align: left;
}
.headline .en {
  display: block;
  margin-top: 5px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #ffba57;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .headline .en {
    font-size: 14px;
  }
}
.headline .en .lowercase {
  text-transform: lowercase;
}

.en {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

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

.common-section {
  position: relative;
  margin-top: 120px;
  padding: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .common-section {
    margin-top: 60px;
    padding: 0 0 76px;
  }
}
.common-section::before {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  background: hsl(0, 0%, 100%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .common-section::before {
    height: 60px;
  }
}
.common-section .headline-wrap {
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .common-section .headline-wrap {
    padding: 28px 0 16px;
  }
}
.common-section .headline-wrap .headline .en {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .common-section .headline-wrap .headline .en {
    margin-top: 0;
  }
}
.common-section .headline-wrap .bg-text {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 350px;
  font-weight: 700;
  line-height: 0.6;
  text-transform: uppercase;
  white-space: nowrap;
  color: #FCF7F2;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .common-section .headline-wrap .bg-text {
    font-size: 175px;
  }
}

.top-mv-section {
  position: relative;
  margin-top: 120px;
  padding: 56px 7.14% 100px;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-mv-section {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top-mv-section {
    margin-top: 60px;
    padding: 0 0 50px;
  }
}
.top-mv-section::before {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  background: hsl(0, 0%, 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-mv-section::before {
    height: 60px;
  }
}
.top-mv-section .check-point {
  position: absolute;
  bottom: 50px;
  left: 3.42%;
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #324c67;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-mv-section .check-point {
    display: none;
  }
}
.top-mv-section .check-point::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7px;
  height: 26px;
  margin-left: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/common/check_arrow.png);
}

.top-mv-bg {
  position: absolute;
  top: -120px;
  right: 0;
  width: 61.42%;
  padding: 166px 3.57% 76px 7.14%;
  background: #f7ebdd;
  border-radius: 0 0 0 80px;
  z-index: -1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-mv-bg {
    position: relative;
    top: auto;
    width: 100%;
    padding: 45px 5.33% 48px;
  }
}
.top-mv-bg img {
  width: 100%;
  height: auto;
  max-height: 366px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.top-mv-text-block {
  position: relative;
  max-width: 780px;
  padding-bottom: 76px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-mv-text-block {
    max-width: none;
    padding: 0 5.33%;
  }
}

.top-mv-headline {
  position: relative;
  margin-bottom: 26px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #990000;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-mv-headline {
    margin-bottom: 16px;
    margin-top: -1em;
    font-size: 28px;
  }
}
.top-mv-headline::before {
  content: " ";
  position: absolute;
  top: -0.58em;
  left: -0.44em;
  width: 1.5em;
  height: 1.32em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/mv/title_ac.svg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-mv-headline::before {
    display: none;
  }
}
.top-mv-headline .marker {
  display: inline-block;
  position: relative;
}
.top-mv-headline .marker::before {
  content: " ";
  position: absolute;
  bottom: 0.14em;
  left: 0;
  right: 0;
  background: #f4b25b;
  height: 0.36em;
  border-radius: 1em;
  z-index: -1;
}
.top-mv-headline .sub {
  display: block;
  margin-top: 2px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .top-mv-headline .sub {
    font-size: 18px;
  }
}

.top-mv-text-group {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71;
}
.top-mv-text-group .marker {
  display: inline-block;
  position: relative;
}
.top-mv-text-group .marker::before {
  content: " ";
  position: absolute;
  bottom: 0.07em;
  left: 0;
  right: 0;
  background: #f4b25b;
  height: 0.57em;
  border-radius: 1em;
  z-index: -1;
}

.top-project-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-project-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.top-project-section::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.57%;
  width: 100%;
  height: 100%;
  background: #f7ebdd;
  border-radius: 0 80px 80px 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-project-section::before {
    right: 0;
  }
}
.top-project-section .headline {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top-project-section .headline {
    margin-bottom: 30px;
  }
}

.top-project-list {
  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;
  text-align: center;
  margin-left: -3.84%;
  margin-bottom: -40px;
}
@media screen and (max-width: 767px) {
  .top-project-list {
    max-width: 280px;
    margin: 0 auto -40px;
  }
}
.top-project-list > li {
  width: 26.92%;
  margin-left: 3.84%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-project-list > li {
    width: 29%;
  }
}
@media screen and (max-width: 767px) {
  .top-project-list > li {
    width: 100%;
    margin-left: 0;
  }
}
.top-project-list .img-box {
  background: #fcf7f2;
  border-radius: 50%;
}
.top-project-list .img-box img {
  width: 100%;
}
.top-project-list .text-box {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-project-list .text-box {
    font-size: 16px;
  }
}
.top-project-list .text-box .title {
  margin-top: -1em;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
  color: #990000;
}

.top-project-text {
  margin-top: 52px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #990000;
  line-height: 1.58;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-project-text {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .top-project-text {
    font-size: 20px;
    text-align: left;
  }
}
.top-project-text .marker {
  display: inline-block;
  position: relative;
}
.top-project-text .marker::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: -4px;
  right: -4px;
  background: #f4b25b;
  height: 0.62em;
  border-radius: 1em;
  z-index: -1;
}

.top-project-workshop-wrap {
  margin: 80px 2.28% 0;
  padding: 40px 6.22%;
  background: url(../images/common/main_bg.jpg) center/200px repeat hsl(0, 0%, 100%);
  border-radius: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-project-workshop-wrap {
    margin: 40px 0 0;
    padding: 30px 5%;
  }
}

.top-project-workshop-headline {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #990000;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-project-workshop-headline {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.deco-headline-inner {
  display: inline-block;
  position: relative;
  padding-inline: 1.43em;
}
.deco-headline-inner::before, .deco-headline-inner::after {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 0.93em;
  height: 1.56em;
  background: url(../images/common/deco_headline.png) center/contain no-repeat;
}
.deco-headline-inner::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
  left: 0;
}
.deco-headline-inner::after {
  right: 0;
}

.top-project-workshop-item-block {
  margin-top: 20px;
  padding: 20px 30px;
  background-color: #FCC672;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .top-project-workshop-item-block {
    padding: 20px;
  }
}

.top-project-workshop-item-group {
  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: -20px 0 0 -8.18%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-project-workshop-item-group {
    margin: -20px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .top-project-workshop-item-group {
    margin: -20px 0 0 0;
  }
}

.top-project-workshop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 180px;
  margin: 20px 0 0 8.18%;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-project-workshop-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    min-width: 0;
    width: 100%;
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .top-project-workshop-item {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    min-width: 0;
    width: 100%;
    margin: 20px 0 0 0;
    font-size: 18px;
  }
}
.top-project-workshop-item._date {
  min-width: 340px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-project-workshop-item._date {
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-project-workshop-item._date {
    min-width: 0;
  }
}
.top-project-workshop-item > dt {
  position: relative;
  margin-top: 3px;
  padding-left: 1em;
  margin-right: 14px;
  font-size: 16px;
  color: #990000;
}
.top-project-workshop-item > dt::before {
  content: " ";
  position: absolute;
  top: 0.56em;
  left: 0;
  width: 0.37em;
  height: 0.37em;
  background-color: #990000;
  border-radius: 50%;
}
.top-project-workshop-item > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .top-project-workshop-item > dd {
    padding-left: 16px;
  }
}
.top-project-workshop-item .notes-txt {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28;
}

.top-training-section {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .top-training-section {
    margin-top: 60px;
  }
}
.top-training-section .headline {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-training-section .headline {
    margin-bottom: 30px;
  }
}
.top-training-section .outline-text {
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-training-section .outline-text {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .top-training-section .outline-text {
    text-align: left;
  }
}

.top-training-wrap {
  position: relative;
  padding-top: 60px;
  color: hsl(0, 0%, 100%);
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-training-wrap {
    padding: 60px 5%;
  }
}
@media screen and (max-width: 767px) {
  .top-training-wrap {
    padding: 40px 5%;
  }
}
.top-training-wrap::before {
  content: " ";
  position: absolute;
  top: 0;
  left: -5%;
  right: -5%;
  height: 74%;
  background: #324c67;
  border-radius: 20px;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-training-wrap::before {
    bottom: 0;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-training-wrap::before {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}

.top-training-grid {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
  margin-left: -2.67%;
  margin-bottom: -30px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-training-grid {
    width: 95%;
    margin: 30px auto -30px;
  }
}
@media screen and (max-width: 767px) {
  .top-training-grid {
    width: 95%;
    margin: 30px auto -30px;
  }
}
.top-training-grid .top-training-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 2.67%;
  margin-bottom: 30px;
  padding: 30px 3.89% 26px;
  background: hsl(0, 0%, 100%);
  border-radius: 20px;
  color: #333;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-training-grid .top-training-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    margin-left: 0;
    padding: 20px 10%;
  }
}
@media screen and (max-width: 767px) {
  .top-training-grid .top-training-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    margin-left: 0;
    padding: 20px 10%;
  }
}
.top-training-grid .top-training-item .title {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #990000;
}
.top-training-grid .top-training-item .title .border-bt {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: solid 4px #990000;
}
@media screen and (max-width: 767px) {
  .top-training-grid .top-training-item .title .border-bt {
    padding-bottom: 6px;
  }
}

.top-voice-section {
  padding-block: 80px 30px;
}
@media screen and (max-width: 767px) {
  .top-voice-section {
    padding-block: 60px 20px;
  }
}
.top-voice-section .headline {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top-voice-section .headline {
    margin-bottom: 30px;
  }
}

.top-voice-flex {
  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: -30px 0 0 -1.18%;
}
@media screen and (max-width: 767px) {
  .top-voice-flex {
    margin: -30px 0 0 -12px;
  }
}

.top-voice-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 23.71%;
  margin: 30px 0 0 1.18%;
  padding: 24px 20px 14px;
  background-color: #f7ebdd;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.5;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-voice-column {
    width: 240px;
    margin: 30px 0 0 12px;
  }
}
.top-voice-column::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  margin-top: -7px;
  border-style: solid;
  border-width: 23px 23px 0 0;
  border-color: #f7ebdd transparent transparent transparent;
  pointer-events: none;
  z-index: -1;
}
.top-voice-column .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #990000;
}
.top-voice-column .text-group {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top-voice-column .respondent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.top-voice-column .respondent img {
  width: 35px;
  height: 35px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: hsl(0, 0%, 100%);
  -o-object-fit: contain;
     object-fit: contain;
}
.top-voice-column .respondent figcaption {
  font-size: 12px;
  color: #969696;
}

.top-flow-section {
  margin-top: 128px;
}
@media screen and (max-width: 767px) {
  .top-flow-section {
    margin-top: 60px;
  }
}
.top-flow-section .headline {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .top-flow-section .headline {
    margin-bottom: 30px;
  }
}

.top-flow-wrap {
  position: relative;
  width: 92.85%;
  margin: 0 auto;
  padding: 86px 14.28% 100px;
  border-radius: 80px 0 0 80px;
  background: #f7ebdd;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-flow-wrap {
    width: 100%;
    padding: 60px 5.33% 60px;
  }
}
.top-flow-wrap::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  background: #f7ebdd;
  z-index: -1;
}
.top-flow-wrap .deco-img._01 {
  top: -114px;
  left: 7.69%;
  width: max(18.46%, 240px);
}
@media screen and (max-width: 767px) {
  .top-flow-wrap .deco-img._01 {
    top: -40px;
    left: 9%;
    width: 100px;
  }
}
.top-flow-wrap .deco-img._02 {
  bottom: -10px;
  right: 7.69%;
  width: max(12.23%, 159px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-flow-wrap .deco-img._02 {
    right: 5.33%;
    width: 80px;
  }
}

.top-flow-list {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-flow-list {
    font-size: 16px;
  }
}
.top-flow-list > li {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  padding-left: 60px;
  min-height: 120px;
  background-image: url(../images/common/main_bg.jpg);
  background-size: 200px;
  background-repeat: repeat;
  background-position-y: 10px;
  border-radius: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-flow-list > li {
    padding-left: 0;
  }
}
.top-flow-list > li:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .top-flow-list > li:not(:first-child) {
    margin-top: 50px;
  }
}
.top-flow-list > li:not(:first-child)::before {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 27px;
  height: 14px;
  margin-bottom: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/flow/icon_triangle.png);
}
@media screen and (max-width: 767px) {
  .top-flow-list > li:not(:first-child)::before {
    margin-bottom: 15px;
  }
}
.top-flow-list > li .list-inner {
  width: 100%;
  padding: 10px 3.09%;
}
@media screen and (max-width: 767px) {
  .top-flow-list > li .list-inner {
    padding: 44px 8% 30px;
  }
}
.top-flow-list > li .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  padding: 10px 5px;
  background: #f7ebdd;
  border-radius: 0 0 20px 0;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  color: #990000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-flow-list > li .number {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 0 0 10px 0;
  }
}
.top-flow-list > li .marker {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #990000;
}
@media screen and (max-width: 767px) {
  .top-flow-list > li .marker {
    font-size: 20px;
  }
}
.top-flow-list > li .marker::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: -0.25em;
  right: -0.25em;
  background: #f4b25b;
  height: 0.5em;
  border-radius: 1em;
  z-index: -1;
}

.top-recommend-section {
  padding-top: 90px;
  padding-bottom: 94px;
}
@media screen and (max-width: 767px) {
  .top-recommend-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.top-recommend-section .headline {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top-recommend-section .headline {
    margin-bottom: 30px;
  }
}

.top-recommend-content {
  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;
  padding: 30px 10px;
  border-bottom: solid 2px #F2B05B;
}
@media screen and (max-width: 767px) {
  .top-recommend-content {
    display: block;
  }
}
.top-recommend-content:first-child {
  border-top: solid 2px #F2B05B;
}
.top-recommend-content .btn {
  max-width: 360px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-recommend-content .btn {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .top-recommend-content .btn {
    max-width: none;
    margin: 20px auto 0;
  }
}

.top-recommend-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-left: 2em;
  font-size: 24px;
  font-weight: 700;
  color: #990000;
  line-height: 1.5;
}
.top-recommend-title .number {
  position: absolute;
  top: -0.1em;
  left: 0;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  color: #F2B05B;
}
@media screen and (max-width: 767px) {
  .top-recommend-title small {
    font-size: 66.66%;
  }
}

.modal-wrap {
  display: none;
}

@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-inner-wrapper {
    padding: 60px 20px;
  }
}
.modaal-wrapper .modaal-container {
  max-width: 1100px;
  background: #f7ebdd;
  border-radius: 40px;
}
.modaal-wrapper .modaal-content-container {
  padding: 60px 7.27% 40px;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-content-container {
    padding: 44px 5% 30px;
  }
}
.modaal-wrapper .modaal-close {
  position: absolute;
  top: -36px;
  right: -36px;
  width: 90px;
  height: 90px;
  background: #f4b25b;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close {
    top: -16px;
    right: -16px;
    width: 50px;
    height: 50px;
  }
}
.modaal-wrapper .modaal-close::before, .modaal-wrapper .modaal-close::after {
  top: 27px;
  left: 43px;
  height: 36px;
  background: #333;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close::before, .modaal-wrapper .modaal-close::after {
    top: 14px;
    left: 24px;
    height: 24px;
  }
}

.recommend-content {
  color: #333;
}
.recommend-content .top-contact-info-item .disc-list {
  font-size: 14px;
}
.recommend-content .top-contact-info-item > dt {
  margin-bottom: 14px;
}

.recommend-headline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .recommend-headline-flex {
    display: block;
  }
}
.recommend-headline-flex .img-block {
  max-width: 420px;
  width: 44.68%;
  margin-left: 4.25%;
}
@media screen and (max-width: 767px) {
  .recommend-headline-flex .img-block {
    max-width: 200px;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.recommend-headline-flex .img-block img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.recommend-headline-flex .text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recommend-headline-flex .headline {
  margin-bottom: 40px;
  text-align: left;
  line-height: 1.23;
}
@media screen and (max-width: 767px) {
  .recommend-headline-flex .headline {
    margin-bottom: 20px;
  }
}
.recommend-headline-flex .headline .en {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .recommend-headline-flex .headline .en {
    margin-top: 10px;
  }
}
.recommend-headline-flex .headline small {
  font-size: 69.23%;
}
.recommend-headline-flex .outline-text {
  color: hsl(0, 0%, 0%);
}

.recommend-wrap {
  margin-top: 20px;
}

.recommend-block {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 60px 0;
  background: url(../images/common/repeat_dot.png) left bottom/12px repeat-x;
}
@media screen and (max-width: 767px) {
  .recommend-block {
    display: block;
    padding: 30px 0;
  }
}
.recommend-block .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .recommend-block .title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.recommend-block .title .number {
  display: block;
  margin-bottom: 8px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 24px;
  color: #f4b25b;
}
@media screen and (max-width: 767px) {
  .recommend-block .title .number {
    margin-bottom: 2px;
    font-size: 20px;
  }
}
.recommend-block .title .emphasis-text {
  display: inline-block;
  margin-right: 10px;
  font-size: 32px;
  color: #990000;
}
@media screen and (max-width: 767px) {
  .recommend-block .title .emphasis-text {
    margin-right: 6px;
    font-size: 26px;
  }
}
.recommend-block .text-box {
  width: 51.06%;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .recommend-block .text-box {
    width: 100%;
    margin: 0;
  }
}

.recommend-title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  color: #990000;
}
@media screen and (max-width: 767px) {
  .recommend-title {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.recommend-title .en {
  display: block;
  margin-bottom: 8px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #f4b25b;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .recommend-title .en {
    font-size: 14px;
  }
}

.recommend-info-item {
  font-size: 14px;
}
.recommend-info-item > dt {
  position: relative;
  display: inline-block;
  min-width: 56px;
  margin-bottom: 10px;
  padding: 3px 4px 4px;
  background: #f4b25b;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1.5;
  z-index: 1;
  text-align: center;
  color: hsl(0, 0%, 0%);
}

.modal-close-btn {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 60px auto 0;
  padding: 0;
  background: #f4b25b;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .modal-close-btn {
    width: 50px;
    height: 50px;
    margin-top: 40px;
  }
}
.modal-close-btn::before, .modal-close-btn::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  border-radius: 4px;
  background: #333;
}
@media screen and (max-width: 767px) {
  .modal-close-btn::before, .modal-close-btn::after {
    width: 2px;
    height: 20px;
  }
}
.modal-close-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.top-line-section {
  padding-top: 70px;
  padding-bottom: 92px;
}
@media screen and (max-width: 767px) {
  .top-line-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.top-line-wrap {
  padding: 40px 6% 50px;
  background: #324c67;
  border-radius: 20px;
  color: hsl(0, 0%, 100%);
}
@media screen and (max-width: 767px) {
  .top-line-wrap {
    padding: 34px 5% 40px;
  }
}

.top-line-headline {
  padding: 0 176px 20px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-line-headline {
    padding: 0 100px 18px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .top-line-headline {
    padding: 0 56px 18px;
    font-size: 20px;
  }
}
.top-line-headline .headline-inner {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  border-bottom: dotted 6px #4fa35b;
}
@media screen and (max-width: 767px) {
  .top-line-headline .headline-inner {
    border-width: 4px;
  }
}
.top-line-headline .headline-inner::before {
  content: " ";
  position: absolute;
  top: -100px;
  left: -176px;
  width: 132px;
  height: 134px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/line/deco_img.png);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-line-headline .headline-inner::before {
    top: -66px;
    left: -116px;
    width: 100px;
    height: 102px;
  }
}
@media screen and (max-width: 767px) {
  .top-line-headline .headline-inner::before {
    top: -48px;
    left: -61px;
    width: 54px;
    height: 55px;
  }
}

.top-line-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -2.22%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-line-grid {
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-line-grid {
    display: block;
    margin-left: 0;
  }
}
.top-line-grid .left-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 2.22%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-line-grid .left-box {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-line-grid .left-box {
    margin-left: 0;
  }
}
.top-line-grid .right-box {
  width: 40%;
  margin-left: 2.22%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .top-line-grid .right-box {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-line-grid .right-box {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

.top-course-btn {
  max-width: 400px;
  margin: 100px auto 120px;
}
@media screen and (max-width: 767px) {
  .top-course-btn {
    max-width: 300px;
    margin: 40px auto 60px;
  }
}

.course-nav-slider-wrap {
  position: relative;
  margin-bottom: 60px;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .course-nav-slider-wrap {
    margin-bottom: 40px;
    padding: 46px 0 0;
  }
}
.course-nav-slider-wrap .nav-button-prev,
.course-nav-slider-wrap .nav-button-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  background-image: url(../images/common/icon_chevron.png);
  background-color: #333;
  border-radius: 50%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .course-nav-slider-wrap .nav-button-prev,
  .course-nav-slider-wrap .nav-button-next {
    top: 0;
    margin: 0;
  }
}
.course-nav-slider-wrap .nav-button-prev:hover,
.course-nav-slider-wrap .nav-button-next:hover {
  background-color: #990000;
}
.course-nav-slider-wrap .nav-button-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .course-nav-slider-wrap .nav-button-prev {
    left: auto;
    right: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-right: 50px;
  }
}
.course-nav-slider-wrap .nav-button-next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .course-nav-slider-wrap .nav-button-next {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.course-nav-slider {
  padding: 0 0 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .course-nav-slider {
    overflow: visible;
  }
}
.course-nav-slider .swiper-slide {
  height: auto;
}
.course-nav-slider .swiper-slide.swiper-slide-active .nav-item {
  background: #f4b25b;
}
.course-nav-slider .swiper-slide.swiper-slide-active .nav-item::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 19px;
  height: 11px;
  margin-top: 6px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/flow/icon_triangle.png);
}
@media screen and (max-width: 767px) {
  .course-nav-slider .swiper-slide.swiper-slide-active .nav-item::after {
    width: 15px;
    height: 8px;
  }
}
.course-nav-slider .nav-item {
  position: relative;
  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;
  height: 100%;
  min-height: 60px;
  padding: 6px;
  background: hsl(0, 0%, 100%);
  border: solid 2px #f4b25b;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .course-nav-slider .nav-item {
    min-height: 50px;
    padding: 6px 4px;
    font-size: 14px;
  }
}
.course-nav-slider .nav-item:hover {
  background: #f4b25b;
}

.course-content-slider {
  text-align: center;
  overflow: hidden;
}
.course-content-slider .swiper-slide {
  opacity: 0 !important;
}
.course-content-slider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.course-content-slider .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  min-width: 360px;
  margin: 100px auto 0;
  padding: 5px 50px;
}
@media screen and (max-width: 767px) {
  .course-content-slider .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    margin: 40px auto 0;
    padding: 5px 50px;
  }
}

.course-content {
  padding: 70px 7.27% 80px;
  background: #f7ebdd;
  border-radius: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .course-content {
    padding: 30px 5.97%;
    border-radius: 30px;
  }
}
.course-content .outline-text {
  margin-bottom: 44px;
  text-align: center;
  color: hsl(0, 0%, 0%);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .course-content .outline-text {
    margin-bottom: 40px;
  }
}

.course-headline {
  margin-bottom: 14px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  color: #990000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .course-headline {
    margin-bottom: 8px;
    font-size: 26px;
  }
}

.course-recommend-block {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .course-recommend-block {
    display: block;
  }
}
.course-recommend-block:not(:first-child) {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .course-recommend-block:not(:first-child) {
    margin-top: 60px;
  }
}
.course-recommend-block .img-box {
  width: 40.42%;
  margin-left: 4.25%;
}
@media screen and (max-width: 767px) {
  .course-recommend-block .img-box {
    width: 80%;
    max-width: 220px;
    margin: 0 auto 20px;
  }
}
.course-recommend-block .img-box img {
  width: 100%;
  height: auto;
}
.course-recommend-block .text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.course-recommend-title {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  color: #990000;
}
@media screen and (max-width: 767px) {
  .course-recommend-title {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
  }
}
.course-recommend-title .en {
  display: block;
  margin-bottom: 8px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #f4b25b;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .course-recommend-title .en {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.course-recommend-item {
  font-size: 14px;
  overflow: hidden;
}
.course-recommend-item > dt {
  position: relative;
  display: inline-block;
  min-width: 56px;
  margin-bottom: 10px;
  padding: 3px 4px 4px;
  background: #f4b25b;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  z-index: 1;
  text-align: center;
  color: hsl(0, 0%, 0%);
}
.course-recommend-item > dt::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100vw;
  height: 5px;
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 12px;
  background-image: url(../images/common/repeat_dot.png);
  z-index: -1;
}