@charset "UTF-8";
*,
::before,
::after {
  margin: 0;
  background-repeat: no-repeat;
  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] {
  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: #000;
  font-family: "Zen Maru Gothic", 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: 1200px) {
  .section > .inner {
    width: 960px;
  }
}
@media screen and (min-width: 1400px) {
  .section > .inner {
    width: 1080px;
  }
}

.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid.is-baseline {
  align-items: baseline;
}
.grid.is-middle {
  align-items: center;
}
.grid.is-bottom {
  align-items: flex-end;
}
.grid.is-center {
  justify-content: center;
}
.grid.is-right {
  justify-content: flex-end;
}
.grid.is-between {
  justify-content: space-between;
}
.grid.is-around {
  justify-content: space-around;
}
.grid.is-reverse {
  flex-direction: row-reverse;
}
.grid.is-stretch > .column {
  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;
  transition: ease-out 0.12s;
}
.card.is-link:not(.is-disabled):not([disabled]):hover {
  background-color: hsl(0, 0%, 96%);
}
.card.is-link:focus {
  box-shadow: 0 0 0 4px rgba(36, 151, 240, 0.5);
  outline: none;
}

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

.card.is-floating {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}
.card.is-floating.is-link:hover, .card.is-floating.is-zoom:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}
.card.is-floating.is-link:focus, .card.is-floating.is-zoom:focus {
  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: flex;
}
.box.is-inline-flex {
  display: inline-flex;
}
.box.is-flex:not(.is-nowrap), .box.is-inline-flex:not(.is-nowrap) {
  flex-wrap: wrap;
}
.box.is-flex.is-baseline, .box.is-inline-flex.is-baseline {
  align-items: baseline;
}
.box.is-flex.is-middle, .box.is-inline-flex.is-middle {
  align-items: center;
}
.box.is-flex.is-bottom, .box.is-inline-flex.is-bottom {
  align-items: flex-end;
}
.box.is-flex.is-center, .box.is-inline-flex.is-center {
  justify-content: center;
}
.box.is-flex.is-right, .box.is-inline-flex.is-right {
  justify-content: flex-end;
}
.box.is-flex.is-between, .box.is-inline-flex.is-between {
  justify-content: space-between;
}
.box.is-flex.is-around, .box.is-inline-flex.is-around {
  justify-content: space-around;
}
.box.is-flex.is-reverse, .box.is-inline-flex.is-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;
  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;
  transform: translateY(-50%) rotate(45deg);
}
.box.is-angle-left:after {
  left: 0.75em;
  transform: translateY(-50%) rotate(-135deg);
}
.box.is-angle-right.is-angle-up:after, .box.is-angle-left.is-angle-up:after {
  transform: translateY(-30%) rotate(-45deg);
}
.box.is-angle-right.is-angle-down:after, .box.is-angle-left.is-angle-down:after {
  transform: translateY(-70%) rotate(135deg);
}

.joint {
  display: flex;
  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: 1200px) {
  .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: inline-flex;
  justify-content: 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;
  transition: ease-out 0.12s;
}
.button:focus {
  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) {
  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 {
  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 {
  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 {
  box-shadow: 0 2px 6px 0 rgba(55, 176, 190, 0.6);
}
.button.is-plain.is-primary.is-floating:hover {
  box-shadow: 0 4px 12px 0 rgba(55, 176, 190, 0.6);
}
.button.is-plain.is-primary.is-floating:focus {
  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 {
  box-shadow: 0 2px 6px 0 rgba(75, 155, 216, 0.6);
}
.button.is-plain.is-info.is-floating:hover {
  box-shadow: 0 4px 12px 0 rgba(75, 155, 216, 0.6);
}
.button.is-plain.is-info.is-floating:focus {
  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 {
  box-shadow: 0 2px 6px 0 rgba(44, 165, 44, 0.6);
}
.button.is-plain.is-success.is-floating:hover {
  box-shadow: 0 4px 12px 0 rgba(44, 165, 44, 0.6);
}
.button.is-plain.is-success.is-floating:focus {
  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 {
  box-shadow: 0 2px 6px 0 rgba(236, 131, 19, 0.6);
}
.button.is-plain.is-warning.is-floating:hover {
  box-shadow: 0 4px 12px 0 rgba(236, 131, 19, 0.6);
}
.button.is-plain.is-warning.is-floating:focus {
  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 {
  box-shadow: 0 2px 6px 0 rgba(219, 87, 87, 0.6);
}
.button.is-plain.is-danger.is-floating:hover {
  box-shadow: 0 4px 12px 0 rgba(219, 87, 87, 0.6);
}
.button.is-plain.is-danger.is-floating:focus {
  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;
  transform: translateY(-50%) rotate(45deg);
}
.button.is-angle-left:after {
  left: 0.75em;
  transform: translateY(-50%) rotate(-135deg);
}
.button.is-angle-right.is-angle-up:after, .button.is-angle-left.is-angle-up:after {
  transform: translateY(-30%) rotate(-45deg);
}
.button.is-angle-right.is-angle-down:after, .button.is-angle-left.is-angle-down:after {
  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: inline-flex;
  justify-content: 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: 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: 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;
  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;
  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;
  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]: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%);
  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%);
  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;
  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;
  transition: ease-out 0.12s;
}
.textarea:focus, .textarea[readonly]:focus {
  border-color: #0f7dd2;
  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: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%);
  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%);
  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;
  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;
  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;
  box-shadow: none;
}
.textarea.is-plain:focus, .textarea.is-plain[readonly]:focus {
  border-color: #0f7dd2;
  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;
  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;
  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;
  box-shadow: none;
}
.textarea.is-underline:focus, .textarea.is-underline[readonly]:focus {
  border-color: #0f7dd2;
  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;
  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;
  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;
  box-shadow: none;
}
.textarea.is-inside:focus, .textarea.is-inside[readonly]:focus {
  border-color: transparent;
  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: flex;
}
.label:not(.is-middle) .radio {
  top: 0.25em;
}
.label:not(.is-middle) .checkbox {
  top: 0.25em;
}
.label.is-middle {
  align-items: center;
}
.label.is-center {
  justify-content: center;
}

.radio {
  position: relative;
  display: inline-block;
  flex: none;
  width: 1em;
  height: 1em;
  background-color: hsl(0, 0%, 100%);
  border: 2px solid hsl(200, 13%, 84%);
  border-radius: 0.5em;
  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;
  transform: translate(-50%, -50%);
  transition: ease-out 0.12s;
  opacity: 0;
}

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

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

.input[type=radio]:focus + .label .radio {
  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;
  flex: none;
  width: 1em;
  height: 1em;
  background-color: hsl(0, 0%, 100%);
  border: 2px solid hsl(200, 13%, 84%);
  border-radius: 2px;
  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%);
  transform: translate(-50%, -70%) rotate(-45deg);
  transition: ease-out 0.12s;
  opacity: 0;
}

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

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

.input[type=checkbox]:focus + .label .checkbox {
  border-color: #0f7dd2;
  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: inline-flex;
}
.select > select {
  cursor: pointer;
  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;
  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;
  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);
  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;
  box-shadow: none;
}
.select.is-underline > select:focus, .select.is-underline > select[readonly]:focus {
  border-color: #0f7dd2;
  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;
  box-shadow: none;
}
.select.is-inside > select:focus, .select.is-inside > select[readonly]:focus {
  border-color: transparent;
  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;
  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: flex;
    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: 1200px) {
  .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: 1200px) {
  .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 {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 576px) {
  .is-fablet-0 {
    flex: 1 0 0%;
  }
  .is-fablet-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .is-fablet-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .is-fablet-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .is-fablet-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .is-fablet-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .is-fablet-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .is-fablet-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .is-fablet-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .is-fablet-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .is-fablet-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .is-fablet-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .is-fablet-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .is-fablet-full {
    flex: 0 1 100%;
    width: 100%;
  }
  .is-fablet-auto {
    flex: 0 1 auto;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .is-tablet-0 {
    flex: 1 0 0%;
  }
  .is-tablet-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .is-tablet-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .is-tablet-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .is-tablet-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .is-tablet-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .is-tablet-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .is-tablet-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .is-tablet-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .is-tablet-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .is-tablet-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .is-tablet-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .is-tablet-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .is-tablet-full {
    flex: 0 1 100%;
    width: 100%;
  }
  .is-tablet-auto {
    flex: 0 1 auto;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .is-desktop-0 {
    flex: 1 0 0%;
  }
  .is-desktop-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .is-desktop-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .is-desktop-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .is-desktop-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .is-desktop-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .is-desktop-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .is-desktop-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .is-desktop-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .is-desktop-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .is-desktop-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .is-desktop-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .is-desktop-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .is-desktop-full {
    flex: 0 1 100%;
    width: 100%;
  }
  .is-desktop-auto {
    flex: 0 1 auto;
    width: auto;
  }
}
@media screen and (min-width: 1400px) {
  .is-wide-0 {
    flex: 1 0 0%;
  }
  .is-wide-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .is-wide-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .is-wide-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .is-wide-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .is-wide-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .is-wide-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .is-wide-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .is-wide-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .is-wide-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .is-wide-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .is-wide-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .is-wide-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .is-wide-full {
    flex: 0 1 100%;
    width: 100%;
  }
  .is-wide-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;
  position: absolute;
  right: 0;
  width: 60px;
  height: 100%;
  background-color: #036eb7;
  z-index: 999;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menu {
    display: block;
  }
}
.menu:hover {
  opacity: 1;
}
.menu .menu__line {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 28px;
  height: 2px;
  margin: 0 auto;
  background: hsl(0, 0%, 100%);
  border-radius: 2px;
  transition-duration: 0.3s;
}
.menu .menu__line.menu__line--top {
  top: 20px;
}
.menu .menu__line.menu__line--top.active {
  top: 30px;
  transform: rotate(45deg);
}
.menu .menu__line.menu__line--center {
  top: 30px;
}
.menu .menu__line.menu__line--center.active {
  display: none;
}
.menu .menu__line.menu__line--bottom {
  bottom: 18px;
}
.menu .menu__line.menu__line--bottom.active {
  bottom: 28px;
  transform: rotate(135deg);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-inline: 3.57%;
  background-color: hsl(0, 0%, 100%);
  border-bottom: solid 1px #e0e0e0;
}
@media screen and (max-width: 767px) {
  .header_inner {
    min-height: 60px;
    padding: 5px 70px 5px 5.33%;
  }
}

.header_logo {
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  line-height: 1.3;
}
.header_logo a {
  display: block;
  font-size: 22px;
  color: #036eb7;
}
.header_logo .small {
  display: block;
  font-size: 12px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 96px 11.5% 30px;
    background: #036eb7;
    overflow-y: scroll;
    z-index: -1;
    transition-duration: 0.3s;
    opacity: 0;
    pointer-events: none;
    color: hsl(0, 0%, 100%);
  }
}
.gnav.open {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .gnav_inner {
    position: relative;
    max-height: 100%;
    overflow: scroll;
  }
}

.header-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: -1.25em;
  font-size: min(1.4vw, 1.6rem);
  margin-right: min(21vw, 200px);
}
@media screen and (max-width: 767px) {
  .header-nav {
    margin-right: 0;
    display: block;
    margin: 0;
    font-size: 2rem;
  }
}
.header-nav > li {
  position: relative;
  margin-left: 1.6rem;
  padding-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .header-nav > li {
    margin: 0;
    padding: 0;
  }
}
.header-nav > li:not(:first-child)::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #e0e0e0;
}
@media screen and (max-width: 767px) {
  .header-nav > li:not(:first-child)::before {
    display: none;
  }
}
.header-nav > li:not(:last-child) {
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-nav > li:not(:last-child) {
    margin-bottom: 24px;
  }
}
.header-nav a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 70px;
  padding-block: 10px;
}
@media screen and (max-width: 767px) {
  .header-nav a {
    display: block;
    min-height: 0;
    padding: 0 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .header-nav a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/common/menu_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.header-nav a:hover {
  color: #036eb7;
}

.fixed_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex: 1;
  white-space: nowrap;
  position: absolute;
  right: 3.57%;
  max-width: 180px;
  min-width: 150px;
  min-height: 48px;
  padding: 5px 5%;
  background-color: #e95513;
  border-radius: 23px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: hsl(0, 0%, 100%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fixed_btn {
    position: fixed;
    width: 100%;
    max-width: 335px;
    min-height: 60px;
    margin: 0;
    padding-inline: 14px;
    border-radius: 30px;
    font-size: 2rem;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.fixed_btn::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 19px;
  border: 1px solid hsl(0, 0%, 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .fixed_btn::before {
    border-radius: 30px;
  }
}
.fixed_btn::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 16px;
  height: 7px;
  background: url(../images/common/icon_arrow_white.svg) center/contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .fixed_btn::after {
    right: 45px;
    width: 18px;
    height: 9px;
  }
}
.fixed_btn:hover {
  opacity: 0.8;
}

.contact_header {
  background-color: #1E65AC;
  color: hsl(0, 0%, 100%);
  text-align: center;
  padding: 4.2rem 0;
}
@media screen and (max-width: 767px) {
  .contact_header {
    padding: 2.5rem 0;
  }
}
.contact_header h1 {
  font-size: 2.4rem;
  font-weight: bold;
}

.footer {
  position: relative;
  padding: 80px 10.71% 75px;
  background-color: #036eb7;
  color: hsl(0, 0%, 100%);
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 5.33% 85px;
  }
}
.footer .copyright {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: right;
  opacity: 0.3;
}

.footer_info_item_group {
  margin-bottom: 50px;
  padding-right: 7%;
}
@media screen and (max-width: 767px) {
  .footer_info_item_group {
    margin-bottom: 40px;
    padding-right: 0;
  }
}

.footer_info_item {
  display: flex;
}
.footer_info_item:not(:last-child) {
  margin-bottom: 14px;
  padding-right: 16%;
}
@media screen and (max-width: 767px) {
  .footer_info_item.sp_full {
    display: block;
  }
}
.footer_info_item > dt {
  width: 2em;
  margin: 0.14em 1em 0 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer_info_item > dt {
    margin-bottom: 5px;
  }
}
.footer_info_item > dd {
  flex: 1;
}
.footer_info_item .detail_item_group {
  margin-top: 6px;
}
.footer_info_item .detail_item {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.57;
}

.pagetop_btn {
  background-color: hsl(0, 0%, 100%);
  -webkit-mask-image: url("../images/top/accordion_btn.svg");
          mask-image: url("../images/top/accordion_btn.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  width: 62px;
  height: 65px;
  display: inline-block;
  position: absolute;
  top: 67px;
  right: 10.5%;
  transition: 0.5s ease;
}
@media screen and (max-width: 767px) {
  .pagetop_btn {
    top: 30px;
    right: 5.33%;
    width: 50px;
    height: 51px;
  }
}
.pagetop_btn::before {
  content: "";
  position: absolute;
  background: url("../images/top/arrow_page_top.svg") center/contain no-repeat;
  width: 12px;
  height: 6px;
  top: 20px;
  left: 51%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .pagetop_btn::before {
    top: 16px;
    width: 10px;
    height: 5px;
  }
}
.pagetop_btn::after {
  content: "TOP";
  position: absolute;
  top: 28px;
  left: 0;
  padding-left: 3px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #2ca6e0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pagetop_btn::after {
    top: 22px;
    font-size: 12px;
  }
}
.pagetop_btn:hover {
  transform: translateY(5px);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 62.5%;
}
html.hidden {
  overflow: hidden;
}
html.hidden #overlay {
  display: block;
  animation: fadeIn 0.5s linear forwards;
}

#wrapper {
  position: relative;
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  z-index: 1;
  overflow: hidden;
}
#wrapper::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 98;
}

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

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

.mailto i {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}
.mailto i::after {
  content: "@";
}

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

.main {
  background: url(../images/top/bg_top.png) center top/1400px auto repeat-y #c6e7f9;
}
@media screen and (min-width: 1400px) {
  .main {
    background-size: 100% auto;
  }
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (max-width: 1399px) {
  .inner {
    padding-inline: 5.33%;
  }
}

.inner_small {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .inner_small {
    max-width: none;
    padding-inline: 5.33%;
  }
}

._reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  ._reverse {
    flex-direction: row;
  }
}

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

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

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

.td_underline {
  text-decoration: underline;
}

.fw_normal {
  font-weight: 400 !important;
}

.fw_bold {
  font-weight: 700 !important;
}

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

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

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

.font-nunito {
  font-family: "Nunito", sans-serif;
}

.font-body {
  font-family: "Zen Maru Gothic", sans-serif;
}

.mt4 {
  margin-top: 4px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 30px !important;
  }
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 30px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

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

.indent_text {
  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_text {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .notes_text {
    font-size: 1.2rem;
    text-align: left;
  }
}
.notes_text::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: 1em;
}
.disc_list > li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.31em;
  height: 0.31em;
  background-color: #2ca6e0;
  border-radius: 50%;
}

.btn_wrap {
  display: block;
  text-align: center;
}

.detail_btn {
  display: inline-block;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #036eb7;
  padding: 10px 93px;
  color: hsl(0, 0%, 100%);
  letter-spacing: 1px;
  font-size: 18px;
  height: 60px;
  align-content: center;
  border-radius: 30px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .detail_btn {
    width: 100%;
    max-width: 295px;
    padding: 16px 8%;
  }
}
.detail_btn::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  width: 16px;
  height: 5px;
  background: url(../images/common/icon_arrow_white.svg) center/contain no-repeat;
}
.detail_btn:hover {
  background-color: #2ca6e0;
}

.job_btn {
  display: block;
  position: absolute;
  bottom: 21px;
  left: 5.3%;
  right: 5.3%;
  height: 40px;
  padding: 6px 34px;
  border: 1px solid #2ca6e0;
  background-color: #2ca6e0;
  border-radius: 20px;
  font-size: 1.7rem;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  line-height: 1.5;
  color: hsl(0, 0%, 100%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .job_btn {
    bottom: 20px;
    font-size: 1.4rem;
    padding-block: 4px;
    height: 30px;
  }
}
.job_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right;
  right: 21px;
  background-color: hsl(0, 0%, 100%);
  width: 5px;
  height: 1px;
  border-radius: 1px;
}
.job_btn::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  border-radius: 1px;
  background-color: hsl(0, 0%, 100%);
}
.job_btn:hover {
  background-color: hsl(0, 0%, 100%);
  color: #2ca6e0;
}
.job_btn:hover::before, .job_btn:hover::after {
  background-color: #2ca6e0;
}

.headline {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.187;
  color: #036eb7;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.2rem;
  }
}
.headline .en_text {
  display: block;
  position: relative;
  margin-bottom: 4px;
  padding-left: 0.87em;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  color: #036eb7;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .headline .en_text {
    font-size: 1.2rem;
  }
}
.headline .en_text::before {
  content: " ";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 0;
  height: 0;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-left: 8px solid #036eb7;
}
@media screen and (max-width: 767px) {
  .headline .en_text::before {
    top: 0.625em;
    width: 0.41em;
    height: 0.41em;
  }
}

.border_headline {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.187;
  color: #036eb7;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .border_headline {
    font-size: 2.2rem;
    margin-bottom: 35px;
  }
}
.border_headline .en_text {
  display: block;
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 10px 0.87em;
  border-bottom: solid 1px #036eb7;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  color: #036eb7;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .border_headline .en_text {
    margin-bottom: 7px;
    font-size: 1.2rem;
    padding-bottom: 1px;
  }
}
.border_headline .en_text::before {
  content: " ";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 0;
  height: 0;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-left: 8px solid #036eb7;
}
@media screen and (max-width: 767px) {
  .border_headline .en_text::before {
    top: 0.4em;
    width: 0.41em;
    height: 0.41em;
  }
}

.common_section {
  padding-block: 90px 136px;
}
@media screen and (max-width: 767px) {
  .common_section {
    padding-block: 40px 80px;
  }
}
.common_section .headline {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .common_section .headline {
    margin-bottom: 40px;
  }
}

.top_mv_section {
  position: relative;
  padding: 60px 14% 90px;
}
@media screen and (max-width: 767px) {
  .top_mv_section {
    padding: 20px 5.33% 78px;
  }
}

.top_mv_inner {
  max-width: 698px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_mv_inner {
    width: 100%;
  }
}
.top_mv_inner::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 102%;
  background: url("../images/top/deco_img01.png") center/contain no-repeat;
  width: min(13.34vw, 178px);
  aspect-ratio: 178/351;
}
@media screen and (max-width: 767px) {
  .top_mv_inner::before {
    top: 101%;
    right: 60%;
  }
}
.top_mv_inner::after {
  content: "";
  position: absolute;
  top: -43px;
  left: 100%;
  background: url("../images/top/deco_img02.png") center/contain no-repeat;
  width: min(14.2vw, 188px);
  aspect-ratio: 188/444;
}
@media screen and (max-width: 767px) {
  .top_mv_inner::after {
    top: 101%;
    left: 61%;
  }
}

.top_mv_headline {
  width: 93.2%;
  max-width: 626px;
  margin: 0 auto 10px;
}
.top_mv_text_block {
  font-size: 1.6rem;
  line-height: 1.73;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_mv_text_block {
    font-size: 1.4rem;
  }
}
.top_mv_text_block .strong {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .top_mv_text_block .strong {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
  }
}

.top_mv_date_block {
  margin: 0 auto 20px;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr 44.9%;
}
@media screen and (max-width: 1199px) {
  .top_mv_date_block {
    margin-bottom: 17px;
    grid-template-columns: repeat(3, auto);
    gap: 10px;
  }
}
.top_mv_date_block .top_mv_date_item {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top_mv_date_block .top_mv_date_item {
    font-size: 1.3rem;
  }
}
.top_mv_date_block .top_mv_date_item dt {
  padding: 6px 3px;
  background-color: #2ca6e0;
  border-radius: 8px 8px 0 0;
  color: #007bc6;
  font-weight: 800;
  -webkit-text-stroke: 0.5rem #007bc6;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_mv_date_block .top_mv_date_item dt {
    -webkit-text-stroke: 0.4rem #007bc6;
  }
}
.top_mv_date_block .top_mv_date_item dt span {
  white-space: nowrap;
  padding: 6px 3px;
  color: hsl(0, 0%, 100%);
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-text-stroke: 0;
}
.top_mv_date_block .top_mv_date_item dd {
  font-weight: 800;
  line-height: 1.3;
  font-family: "Nunito", sans-serif;
  font-size: min(5.7vw, 40px);
  text-align: center;
}
.top_mv_date_block .top_mv_date_item dd .big {
  display: inline-block;
  padding-left: 2px;
  font-size: min(9.2vw, 54px);
  font-weight: 700;
}
.top_mv_date_block .top_mv_date_item .week {
  display: inline-block;
  vertical-align: middle;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 23px;
  text-align: center;
  margin-left: 5px;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .top_mv_date_block .top_mv_date_item .week {
    width: 18px;
    height: 18px;
    line-height: 16px;
    margin-left: 1px;
    margin-top: -4px;
    font-size: 12px;
  }
}
.top_mv_date_block .top_mv_date_item .week.holiday {
  background-color: #2ca6e0;
  color: hsl(0, 0%, 100%);
}
.top_mv_date_block .top_mv_date_item .week.ordinary {
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 0%);
  color: #000;
}

.top_mv_lower_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_mv_lower_block {
    display: block;
  }
}
.top_mv_lower_block::before {
  content: "";
  position: absolute;
  bottom: -131px;
  right: 92.5%;
  background: url("../images/top/deco_img03.png") center/contain no-repeat;
  width: min(27.8vw, 389px);
  aspect-ratio: 389/445;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_mv_lower_block::before {
    bottom: auto;
    top: 111%;
    right: 70%;
  }
}
.top_mv_lower_block::after {
  content: "";
  position: absolute;
  bottom: -153px;
  left: 107%;
  background: url("../images/top/deco_img04.png") center/contain no-repeat;
  width: min(18vw, 245px);
  aspect-ratio: 245/456;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_mv_lower_block::after {
    bottom: auto;
    top: 111%;
    left: 80%;
  }
}

.top_mv_benefits_box {
  flex: 1;
  border-radius: 10px;
  background-color: #fffac8;
  border: 3px solid #e95513;
  padding: 10px 10px 5px;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .top_mv_benefits_box {
    padding: 12px 10px;
  }
}
.top_mv_benefits_box dd {
  font-size: 13px;
}

.top_mv_benefits_point {
  position: absolute;
  top: -35px;
  left: -30px;
  background: url("../images/top/benefits_point.png") center/contain no-repeat;
  color: hsl(0, 0%, 100%);
  width: min(22%, 78px);
  aspect-ratio: 1/1;
  line-height: 1.2;
  font-weight: 700;
  font-size: min(3.7vw, 16px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .top_mv_benefits_point {
    width: min(18%, 56px);
  }
}
@media screen and (max-width: 767px) {
  .top_mv_benefits_point {
    top: -12px;
    left: 3%;
  }
}

.top_mv_benefits_title {
  color: #e95513;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .top_mv_benefits_title {
    font-size: 14px;
    padding-left: min(8%, 25px);
    margin-bottom: 7px;
  }
}
.top_mv_benefits_title .big {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .top_mv_benefits_title .big {
    font-size: 18px;
  }
}

.top_mv_point_block {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top_mv_point_block {
    width: 100%;
    margin-top: 15px;
  }
}

.top_mv_point_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top_mv_point_list {
    font-size: 1.6rem;
    gap: 3px;
  }
}
.top_mv_point_list > li {
  width: 100%;
  height: 54px;
  padding-inline: 4px;
  background-color: #2ca6e0;
  text-align: center;
  align-content: center;
  border-radius: 8px;
  color: #007bc6;
  -webkit-text-stroke: 0.5rem #007bc6;
  font-weight: 900;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .top_mv_point_list > li {
    max-width: 480px;
    margin-inline: auto;
    height: 40px;
    border-radius: 10px;
  }
}
.top_mv_point_list > li::before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 9px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsl(0, 0%, 100%);
  border-radius: 4px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .top_mv_point_list > li::before {
    border-radius: 7px;
  }
}
.top_mv_point_list > li span {
  height: 100%;
  width: 100%;
  color: hsl(0, 0%, 100%);
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-text-stroke: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_about_section {
  position: relative;
  background-color: hsl(0, 0%, 100%);
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .top_about_section {
    padding-top: max(93px, 26vw);
  }
}
.top_about_section::before {
  content: " ";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  aspect-ratio: 1400/50;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 50' preserveAspectRatio='none'><path fill='%23ffffff' d='M -208 39 Q -158 39 -108 19.5 Q -8 -19.5 92 19.5 Q 142 39 192 39 Q 242 39 292 19.5 Q 392 -19.5 492 19.5 Q 542 39 592 39 Q 642 39 692 19.5 Q 792 -19.5 892 19.5 Q 942 39 992 39 Q 1042 39 1092 19.5 Q 1192 -19.5 1292 19.5 Q 1342 39 1392 39 Q 1442 39 1492 19.5 Q 1592 -19.5 1692 19.5 Q 1742 39 1792 39 L 1400 50 L 0 50 Z'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top_about_section::before {
    aspect-ratio: 1400/96;
    width: 116%;
  }
}
.top_about_section::after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  aspect-ratio: 1400/50;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 50' preserveAspectRatio='none'><path fill='%23ffffff' d='M -208 39 Q -158 39 -108 19.5 Q -8 -19.5 92 19.5 Q 142 39 192 39 Q 242 39 292 19.5 Q 392 -19.5 492 19.5 Q 542 39 592 39 Q 642 39 692 19.5 Q 792 -19.5 892 19.5 Q 942 39 992 39 Q 1042 39 1092 19.5 Q 1192 -19.5 1292 19.5 Q 1342 39 1392 39 Q 1442 39 1492 19.5 Q 1592 -19.5 1692 19.5 Q 1742 39 1792 39 L 1400 50 L 0 50 Z'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_about_section::after {
    aspect-ratio: 1400/89;
    width: 139%;
  }
}
@media screen and (max-width: 767px) {
  .top_about_section .border_headline {
    margin-bottom: 30px;
  }
}

.top_schedule_text {
  flex: 1;
}

.top_schedule_wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: -10rem auto 60px;
  padding-left: max(26%, 185px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_schedule_wrap {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }
}

.schedule_tab_nav {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: -5px;
}
@media screen and (max-width: 767px) {
  .schedule_tab_nav {
    margin-left: 0;
  }
}
.schedule_tab_nav > li {
  align-content: center;
  width: 25%;
  position: relative;
  max-width: 495px;
  min-height: 96px;
  padding: 18px 5px 12px;
  background-color: hsl(0, 0%, 100%);
  border: solid 1px #e0e0e0;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  cursor: pointer;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .schedule_tab_nav > li {
    min-height: 60px;
    margin-left: 0;
    padding: 11px 3px 4px;
    border-radius: 20px 20px 0 0;
    line-height: 1.1;
  }
}
.schedule_tab_nav > li.is_active {
  min-height: 115px;
  background-color: #2ca6e0;
  font-size: min(4.8vw, 28px);
  padding-block: 23px 15px;
}
@media screen and (max-width: 767px) {
  .schedule_tab_nav > li.is_active {
    min-height: 70px;
    padding-block: 14px 3px;
    -webkit-text-stroke: 0.4rem #007bc6;
    width: 30%;
    padding-block: 14px 4px;
  }
}
.schedule_tab_nav > li.is_active .place {
  font-size: min(4.7vw, 28px);
  color: hsl(0, 0%, 100%);
  -webkit-text-stroke: 0.6rem #007bc6;
  paint-order: stroke;
}
@media screen and (max-width: 767px) {
  .schedule_tab_nav > li.is_active .place {
    -webkit-text-stroke: 0.4rem #007bc6;
  }
}
.schedule_tab_nav > li.is_active .date .text {
  display: none;
}
.schedule_tab_nav > li.is_active .date .date_img {
  display: block;
  margin: 0;
  padding: 0;
}
.schedule_tab_nav > li.is_active .week {
  display: block;
  -webkit-text-stroke: 0;
  border-width: 2.5px;
  font-size: 17px;
  width: 31px;
  height: 31px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .schedule_tab_nav > li.is_active .week {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 14px;
    border-width: 2px;
  }
}
.schedule_tab_nav > li .place {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: min(4.26vw, 22px);
  margin-bottom: 3px;
}
.schedule_tab_nav .date_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.schedule_tab_nav .date {
  display: inline-block;
  vertical-align: sub;
  font-size: min(4.8vw, 22px);
}
.schedule_tab_nav .date .date_img {
  display: none;
  vertical-align: middle;
  height: min(5.4vw, 28px);
}
.schedule_tab_nav .week {
  -webkit-text-stroke: 0;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 500;
  background-color: hsl(0, 0%, 100%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
}
@media screen and (max-width: 767px) {
  .schedule_tab_nav .week {
    width: 17px;
    height: 17px;
    font-size: 11px;
    line-height: 13px;
  }
}
.schedule_tab_nav .week.holiday {
  color: #036eb7;
  border: 1px solid #007bc6;
}
.schedule_tab_nav .week.ordinary {
  color: #000;
  border: 1px solid hsl(0, 0%, 0%);
}

.schedule_tab_content_wrap {
  position: relative;
  padding-block: 60px 110px;
}
@media screen and (max-width: 767px) {
  .schedule_tab_content_wrap {
    padding-block: 25px 86px;
  }
}
.schedule_tab_content_wrap::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: url("../images/top/bg_tab_content.png") center top/1400px auto repeat-y #c6e7f9;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1400px) {
  .schedule_tab_content_wrap::before {
    background-size: 100% auto;
  }
}

.schedule_tab_content {
  display: none;
}
.schedule_tab_content.is_active {
  display: block;
}

.schedule_detail_block {
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .schedule_detail_block {
    margin-bottom: 20px;
  }
}
.schedule_detail_block .notes_text {
  margin-left: 5.5%;
  margin-right: 3%;
  margin-top: 1rem;
  font-weight: 400;
}

.schedule_detail_box {
  background-color: hsl(0, 0%, 100%);
  padding: 5px 3.64%;
  border-radius: 15px;
  max-width: 824px;
}
@media screen and (max-width: 767px) {
  .schedule_detail_box {
    padding-block: 10px;
    font-size: 1.4rem;
    border-radius: 10px;
  }
}

.schedule_detail_item {
  padding-block: 15px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .schedule_detail_item {
    padding-block: 5px;
  }
}
.schedule_detail_item:not(:last-child) {
  border-bottom: 1px solid #2ca6e0;
}
.schedule_detail_item > dt {
  color: #036eb7;
  padding-inline: 2.5%;
}
.schedule_detail_item > dd {
  flex: 1;
  font-weight: 400;
  margin-left: 4%;
}
.schedule_detail_item > dd.date_text {
  font-family: "Nunito", sans-serif;
}

.top_company_list_box {
  background-color: hsl(0, 0%, 100%);
  border-radius: 15px;
  padding: 46px 5% 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_company_list_box {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding: 27px 5.33% 37px;
    border-radius: 0;
  }
}
.top_company_list_box::before {
  content: "";
  position: absolute;
  top: 94%;
  left: -9.5%;
  width: 18vw;
  max-width: 249px;
  aspect-ratio: 249/294;
  background: url("../images/top/deco_img06.png") center/contain no-repeat;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_company_list_box::before {
    display: none;
  }
}
.top_company_list_box::after {
  content: " ";
  position: absolute;
  background: url("../images/top/deco_img05.png") center/contain no-repeat;
  width: 17vw;
  max-width: 237px;
  aspect-ratio: 237/257;
  right: -1%;
  top: -160px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .top_company_list_box::after {
    display: none;
  }
}
.top_company_list_box h3 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_company_list_box h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.top_company_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -20px 0 0 -20px;
}
@media screen and (max-width: 767px) {
  .top_company_list {
    margin: -9px 0 0 -9px;
  }
}
.top_company_list > li {
  padding: 20px 0 0 20px;
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  .top_company_list > li {
    width: 50%;
    padding: 9px 0 0 9px;
  }
}
.top_company_list .top_company_list_item {
  height: 100%;
  background-color: hsl(0, 0%, 100%);
  border-radius: 10px;
  border: 1px solid #2ca6e0;
  padding: 30px 6.3% 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_company_list .top_company_list_item {
    padding: 30px 7% 9px;
    gap: 5px;
  }
}
.top_company_list .top_company_name {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .top_company_list .top_company_name {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.top_company_list .target_cat {
  font-size: 12px;
  font-weight: 500;
  color: #ccc;
}
.top_company_list .target_cat span {
  display: inline-block;
  text-align: center;
  border-radius: 11px;
  border: 1px solid #ccc;
  padding: 1px 9px;
  margin: 0 0 3px 0;
}
@media screen and (max-width: 767px) {
  .top_company_list .target_cat span {
    padding-block: 0;
  }
}
.top_company_list .target_cat span.is_active {
  color: #2ca6e0;
  border-color: #2ca6e0;
}

.more_btn {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  color: hsl(0, 0%, 100%);
  background-color: #2ca6e0;
  text-align: center;
  width: 90px;
  border-radius: 0 9px 0 16px;
  padding-block: 2px 3px;
  align-content: center;
  border: 1px solid #2ca6e0;
  border-top: none;
  border-right: none;
}
.more_btn:hover {
  background-color: hsl(0, 0%, 100%);
  color: #2ca6e0;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  overflow-y: auto;
}

.modal_content {
  background: hsl(0, 0%, 100%);
  margin: 0 auto;
  padding: 65px 7.85% 25px;
  width: 84%;
  max-width: 700px;
  border-radius: 8px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .modal_content {
    padding: 45px 6.3% 20px;
    border-radius: 0;
    line-height: 1.3;
  }
}

#modalImage {
  width: 100%;
  margin-bottom: 20px;
}

#modalName {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #modalName {
    font-size: 18px;
  }
}

#modalType,
#modalJob,
#modalLocation {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #modalType,
  #modalJob,
  #modalLocation {
    margin-bottom: 4px;
  }
}

.modal_close {
  position: absolute;
  top: 27px;
  right: 30px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .modal_close {
    top: 9px;
    right: 9px;
  }
}

.modal_close::before,
.modal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background-color: #333;
  transform-origin: center;
}

.modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal_cont_flex {
  display: flex;
  font-size: 14px;
  font-weight: 400;
}
.modal_cont_flex dt {
  color: #2ca6e0;
  width: 60px;
}
.modal_cont_flex dd {
  flex: 1;
}

.body-no-scroll {
  overflow: hidden;
  height: 100vh;
}

.about_more_block {
  margin-top: 65px;
  text-align: center;
  font-weight: 500;
  font-size: min(4.22vw, 24px);
}
@media screen and (max-width: 767px) {
  .about_more_block {
    margin-top: 38px;
  }
}
.about_more_block .detail_btn {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .about_more_block .detail_btn {
    padding-inline: 81px;
    margin-top: 13px;
  }
}
.about_more_block .notes_text {
  font-weight: 400;
  display: inline-block;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .about_more_block .notes_text {
    margin-top: 20px;
  }
}

.top_flow_section {
  position: relative;
  padding-block: 85px 100px;
  background-color: hsl(0, 0%, 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_flow_section {
    padding-block: 70px 45px;
  }
}
.top_flow_section::after {
  content: " ";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  aspect-ratio: 1400/70;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 70' preserveAspectRatio='none'><path d='M -11.2 10 Q 58.8 10 128.8 40 Q 268.8 100 408.8 40 Q 478.8 10 548.8 10 Q 618.8 10 688.8 40 Q 828.8 100 968.8 40 Q 1038.8 10 1108.8 10 Q 1178.8 10 1248.8 40 Q 1388.8 100 1528.8 40 Q 1598.8 10 1668.8 10 Q 1738.8 10 1808.8 40 Q 1948.8 100 2088.8 40 Q 2158.8 10 2228.8 10 L 1400 0 L 0 0 Z' fill='%23ffffff'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_flow_section::after {
    width: 166%;
  }
}
.top_flow_section .inner_small {
  position: relative;
}
.top_flow_section .inner_small::before {
  content: "";
  position: absolute;
  top: -140px;
  left: 5%;
  width: 97px;
  aspect-ratio: 249/294;
  background: url("../images/top/deco_img06.png") center/contain no-repeat;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 767px) {
  .top_flow_section .inner_small::before {
    display: block;
  }
}
.top_flow_section .inner_small::after {
  content: "";
  position: absolute;
  bottom: 101.5%;
  right: -3%;
  width: min(21vw, 284px);
  aspect-ratio: 284/294;
  background: url("../images/top/deco_img07.png") center/contain no-repeat;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_flow_section .inner_small::after {
    width: 108px;
    right: 9.2%;
    top: -160px;
    bottom: auto;
  }
}
.top_flow_section .border_headline {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_flow_section .border_headline {
    margin-bottom: 30px;
  }
}
.top_flow_section .btn_wrap {
  margin-top: 63px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_flow_section .btn_wrap {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .top_flow_section .detail_btn {
    padding: 20px 30px;
    text-align: left;
    height: 90px;
    border-radius: 45px;
    font-size: 1.6rem;
  }
}
.top_flow_section .notes_text {
  font-weight: 400;
  display: inline-block;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .top_flow_section .notes_text {
    margin-top: 20px;
  }
}

.top_flow_list_flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .top_flow_list_flex {
    flex-direction: column;
    gap: 40px;
  }
}
.top_flow_list_flex .flow_list_cat_head {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_flow_list_flex .flow_list_cat_head {
    font-size: min(4.2vw, 16px);
    margin-bottom: 20px;
  }
}
.top_flow_list_flex .flow_list_cat_head::before {
  content: "●";
  display: inline-block;
  color: #036eb7;
  margin-right: 10px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .top_flow_list_flex .flow_list_cat_head::before {
    margin-right: 7px;
    font-size: 18px;
  }
}

.top_flow_list_cat {
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  .top_flow_list_cat {
    width: 100%;
  }
}

.top_flow_list {
  list-style-type: none;
  counter-reset: item;
}
.top_flow_list > li {
  counter-increment: examples;
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 5.7% 30px 19%;
  background-color: hsl(0, 0%, 100%);
  border-radius: 15px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .top_flow_list > li {
    display: block;
    min-height: none;
    padding: 55px 5.7% 20px;
  }
}
.top_flow_list > li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-left: 5%;
  font-size: min(4vw, 40px);
  font-weight: 700;
  color: #2ca6e0;
  font-family: "Nunito", sans-serif;
}
@media screen and (max-width: 767px) {
  .top_flow_list > li::before {
    font-size: 32px;
    top: 0;
    left: 0;
    margin-top: 10px;
    transform: translate(0);
  }
}
.top_flow_list > li:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .top_flow_list > li:not(:last-child) {
    margin: 0 20px 0 0;
  }
}
.top_flow_list > li:not(:last-child)::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 18px;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 20.5px solid transparent;
  border-right: 20.5px solid transparent;
  border-top: 15px solid #036eb7;
}
@media screen and (max-width: 767px) {
  .top_flow_list > li:not(:last-child)::after {
    top: 50%;
    left: calc(100% - 12px);
    transform: translate(0, -50%) rotate(-90deg);
  }
}
.top_flow_list .detail_block {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .top_flow_list .detail_block {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top_flow_list .detail_block .sp_small {
    font-size: 13px;
  }
}
.top_flow_list a {
  text-decoration: underline;
}

.flow_swiper1 .swiper-wrapper, .flow_swiper2 .swiper-wrapper {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .flow_swiper1 .swiper-wrapper, .flow_swiper2 .swiper-wrapper {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .flow_swiper1 .swiper-slide, .flow_swiper2 .swiper-slide {
    height: auto;
    display: flex;
    align-items: stretch;
  }
}
.flow_swiper1 .swiper-pagination-fraction, .flow_swiper2 .swiper-pagination-fraction {
  text-align: center;
  margin-top: 10px;
  padding-right: 1.2rem;
  font-family: "Nunito", sans-serif;
  letter-spacing: -2px;
}

.top_job_section {
  margin-block: 148px 128px;
}
@media screen and (max-width: 767px) {
  .top_job_section {
    margin-block: 75px 80px;
  }
}
.top_job_section .border_headline {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_job_section .border_headline {
    margin-bottom: 30px;
  }
}
.top_job_section .job_card_grid {
  display: flex;
  flex-wrap: wrap;
  margin: -30px 0 0 -2.5%;
}
@media screen and (max-width: 767px) {
  .top_job_section .job_card_grid {
    margin: 0;
    flex-wrap: nowrap;
  }
}
.top_job_section .job_card_grid .job_card {
  width: 30.83%;
  margin: 30px 0 0 2.5%;
}
@media screen and (max-width: 767px) {
  .top_job_section .job_card_grid .job_card {
    width: 100%;
    margin: 0;
    height: 100%;
  }
}
.top_job_section .job_card {
  position: relative;
  padding: 36px 2% 61px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .top_job_section .job_card {
    padding: 26px 5.33% 53px;
    border: 1px solid #ccc;
  }
}
.top_job_section .job_card .title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.33;
  min-height: 70px;
}
@media screen and (max-width: 767px) {
  .top_job_section .job_card .title {
    font-size: 1.6rem;
    min-height: 60px;
  }
}
.top_job_section .job_card .company_name {
  margin-bottom: 10px;
}
.top_job_section .job_card .detail_item_group {
  margin-block: 10px 16px;
}
@media screen and (max-width: 767px) {
  .top_job_section .job_card .detail_item_group {
    margin-block: 10px;
  }
}
.top_job_section .job_card .detail_item {
  display: flex;
  font-size: 1.4rem;
}
.top_job_section .job_card .detail_item:not(:last-child) {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .top_job_section .job_card .detail_item:not(:last-child) {
    margin-bottom: 2px;
  }
}
.top_job_section .job_card .detail_item > dt {
  width: 3em;
  margin-right: 0.5em;
  color: #2ca6e0;
}
.top_job_section .job_card .detail_item > dd {
  flex: 1;
}
.top_job_section .detail_btn {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .top_job_section .detail_btn {
    margin-top: 37px;
  }
}
.top_job_section .job-swiper-button-prev,
.top_job_section .job-swiper-button-next {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: none;
}
@media screen and (max-width: 767px) {
  .top_job_section .job-swiper-button-prev,
  .top_job_section .job-swiper-button-next {
    display: block;
  }
}
.top_job_section .job-swiper-button-prev {
  background: url(../images/common/prev_arrow.png) center/9px 9px no-repeat #036eb7;
  left: 4%;
}
.top_job_section .job-swiper-button-next {
  background: url(../images/common/next_arrow.png) center/9px 9px no-repeat #036eb7;
  right: 4%;
}

.top_faq_section {
  margin-bottom: 104px;
  background-color: hsl(0, 0%, 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_faq_section {
    margin-bottom: 60px;
  }
}
.top_faq_section::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  aspect-ratio: 1400/70;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 70' preserveAspectRatio='none'><path fill='%23ffffff' d='M -476 60 Q -359.33 60 -242.67 30 Q -9.33 -30 224 30 Q 340.67 60 457.33 60 Q 574 60 690.67 30 Q 924 -30 1157.33 30 Q 1274 60 1390.67 60 Q 1507.33 60 1624 30 Q 1857.33 -30 2090.67 30 Q 2207.33 60 2324 60 L 1400 70 L 0 70 Z'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top_faq_section::before {
    aspect-ratio: 1400/111;
  }
}
.top_faq_section::after {
  position: absolute;
  content: "";
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  aspect-ratio: 1400/70;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 70' preserveAspectRatio='none'><path fill='white' d='M0 10 Q116.67 10 233.33 40 Q466.67 100 700 40 Q816.67 10 933.33 10 Q1050 10 1166.67 40 Q1400 100 1633.33 40 Q1750 10 1866.67 10 Q1983.33 10 2100 40 Q2333.33 100 2566.67 40 Q2683.33 10 2800 10 L1400 0 L0 0 Z'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top_faq_section::after {
    aspect-ratio: 1400/102;
  }
}
.top_faq_section .inner {
  position: relative;
  padding: 100px 7.14% 84px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_faq_section .inner {
    padding: 80px 5.33% 70px;
  }
}
.top_faq_section .inner::after {
  content: " ";
  position: absolute;
  top: -111px;
  left: -6%;
  width: min(17%, 188px);
  aspect-ratio: 188/223;
  background: url("../images/top/deco_img08.png") center/contain no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top_faq_section .inner::after {
    left: 1%;
    width: 94px;
    top: -57px;
  }
}
@media screen and (max-width: 767px) {
  .top_faq_section .border_headline {
    margin-bottom: 30px;
  }
}

.faq_item {
  background-color: hsl(0, 0%, 100%);
  border: 1px solid #ccc;
  border-radius: 10px;
}
.faq_item:not(:last-child) {
  margin-bottom: 10px;
}
.faq_item.is_open > dt {
  color: #036eb7;
}
.faq_item.is_open > dt .accordion_btn {
  background-color: #2ca6e0;
  transform: rotate(-360deg);
}
.faq_item.is_open > dt .accordion_btn::after {
  display: none;
}
.faq_item._is_closing > dt .accordion_btn {
  transform: rotate(360deg);
  background-color: #036eb7;
}
.faq_item > dt {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  min-height: 77px;
  padding: 26px 85px 26px 63px;
  cursor: pointer;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .faq_item > dt {
    min-height: 60px;
    font-size: 16px;
    padding: 20px 56px 20px 44px;
  }
}
.faq_item > dt::before {
  content: "Q.";
  position: absolute;
  top: 25px;
  left: 37px;
  font-size: 22px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #036eb7;
}
@media screen and (max-width: 767px) {
  .faq_item > dt::before {
    left: 20px;
    top: 20px;
    font-size: 18px;
  }
}
.faq_item > dt .accordion_btn {
  background-color: #036eb7;
  -webkit-mask-image: url("../images/top/accordion_btn.svg");
          mask-image: url("../images/top/accordion_btn.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  width: 45px;
  height: 48px;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 30px;
  transform: rotate(0deg);
  transition: 0.5s ease;
}
@media screen and (max-width: 767px) {
  .faq_item > dt .accordion_btn {
    width: 32px;
    height: 33px;
    top: 15px;
    right: 15px;
  }
}
.faq_item > dt .accordion_btn::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  border-radius: 1px;
  background-color: hsl(0, 0%, 100%);
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
@media screen and (max-width: 767px) {
  .faq_item > dt .accordion_btn::before {
    width: 10px;
    height: 1px;
  }
}
.faq_item > dt .accordion_btn::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 13px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .faq_item > dt .accordion_btn::after {
    height: 10px;
    width: 1px;
  }
}
.faq_item > dd {
  display: none;
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  padding: 0px 73px 27px 64px;
}
@media screen and (max-width: 767px) {
  .faq_item > dd {
    font-size: 14px;
    font-weight: 500;
    padding: 0px 50px 10px 45px;
  }
}

.top_links_section {
  padding: 20px 0 100px;
}
@media screen and (max-width: 767px) {
  .top_links_section {
    padding: 30px 0 50px;
  }
}
.top_links_section .inner_small {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_links_section .inner_small {
    padding-inline: 10.667%;
  }
}
.top_links_section .inner_small::before {
  content: "";
  position: absolute;
  width: min(19%, 148px);
  aspect-ratio: 148/282;
  background: url(../images/top/deco_img09.png) center/contain no-repeat;
  right: -6.8%;
  top: -262px;
}
@media screen and (max-width: 767px) {
  .top_links_section .inner_small::before {
    right: 3%;
    top: -143px;
  }
}

.link_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -15px 0 0 -17px;
  font-size: 17px;
  line-height: 1.33;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .link_list {
    margin: -10px 0 0 0;
  }
}
.link_list > li {
  width: calc(33.333% - 17px);
  margin: 15px 0 0 17px;
}
@media screen and (max-width: 767px) {
  .link_list > li {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.link_list a {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  padding: 8px;
  background-color: #2ca6e0;
  color: hsl(0, 0%, 100%);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .link_list a {
    min-height: 60px;
  }
}
.link_list a:hover {
  background-color: hsl(0, 0%, 100%);
  color: #2ca6e0;
}

.result_text_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 90px 0 30px -20px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .result_text_box {
    margin: 40px 0 15px -16px;
  }
}
.result_text_box > * {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .result_text_box > * {
    margin-left: 16px;
  }
}

.result_text .number {
  font-size: 3.2rem;
  vertical-align: sub;
}
@media screen and (max-width: 767px) {
  .result_text .number {
    font-size: 2.8rem;
  }
}

.pagination {
  margin-block: 30px 80px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-block: 15px 55px;
  }
}
.pagination .page_numbers {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.pagination .page_numbers > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 35px;
  margin: 0 2px 4px;
  background-color: hsl(0, 0%, 100%);
  border: solid 1px #e0e0e0;
  border-radius: 6px;
  color: #c6c6c6;
  cursor: pointer;
}
.pagination .page_numbers > li[data-jobs-page-status=current] {
  background-color: #2ca6e0;
  border-color: #2ca6e0;
  color: hsl(0, 0%, 100%);
  cursor: auto;
}

.job_card_grid {
  display: flex;
  flex-wrap: wrap;
  margin: -25px 0 0 -2.5%;
}
@media screen and (max-width: 767px) {
  .job_card_grid {
    margin: -20px 0 0 0;
  }
}
.job_card_grid .job_card {
  width: 30.83%;
  margin: 25px 0 0 2.5%;
}
@media screen and (max-width: 767px) {
  .job_card_grid .job_card {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.job_card {
  position: relative;
  padding: 34px 2% 61px;
  border: solid 1px #e0e0e0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .job_card {
    padding: 26px 5.3% 53px;
  }
}
.job_card .title {
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .job_card .title {
    font-size: 1.6rem;
  }
}
.job_card .company_name {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .job_card .company_name {
    font-size: 14px;
  }
}
.job_card .detail_item_group {
  margin-block: 10px 14px;
}
@media screen and (max-width: 767px) {
  .job_card .detail_item_group {
    margin-block: 10px;
  }
}
.job_card .detail_item {
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
}
.job_card .detail_item:not(:last-child) {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .job_card .detail_item:not(:last-child) {
    margin-bottom: 2px;
  }
}
.job_card .detail_item > dt {
  width: 3em;
  margin-right: 0.5em;
  color: #2ca6e0;
}
.job_card .detail_item > dd {
  flex: 1;
}

.search_wrap {
  padding: 50px 6.66%;
  background: url(../images/job/bg_search.png) center/cover repeat-y #c6e7f9;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .search_wrap {
    padding: 40px 20px;
    background-size: 1180px auto;
  }
}

.search_grid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}
@media screen and (max-width: 767px) {
  .search_grid {
    margin: -10px 0 0 0;
  }
}
.search_grid:not(:last-child) {
  margin-bottom: 10px;
}
.search_grid > * {
  margin: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .search_grid > * {
    margin: 10px 0 0 0;
  }
}
.search_grid .select_item {
  flex: 1;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .search_grid .select_item {
    flex: auto;
    width: 100%;
  }
}
.search_grid .input_box {
  flex: 1;
}
.search_grid .search_btn {
  width: 22.85%;
}
.select_item {
  display: flex;
  align-items: center;
  background-color: hsl(0, 0%, 100%);
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 400;
}
.select_item > dd {
  flex: 1;
}

input,
textarea {
  display: block;
  outline: none;
  width: 100%;
  padding: 6px 20px;
  background-color: hsl(0, 0%, 100%);
  border: none;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  input,
  textarea {
    font-size: 1.4rem;
    border-radius: 10px 0 0 10px;
  }
}

input {
  height: 60px;
}
@media screen and (max-width: 767px) {
  input {
    height: 50px;
  }
}

select {
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  color: #000;
}
select::-ms-expand {
  display: none;
}

.select_box {
  position: relative;
}
.select_box::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  border-color: hsl(0, 0%, 0%) transparent transparent transparent;
}
.select_box select {
  width: 100%;
  height: 60px;
  padding: 6px 40px 6px 20px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .select_box select {
    height: 50px;
    font-size: 1.4rem;
  }
}

/* プレースホルダー */
/* Chrome, Safari 5+, Opera 15+, iOS, Android */
::-webkit-input-placeholder {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  color: #939393;
}

/* Firefox 18- */
:-moz-placeholder {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  color: #939393;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  color: #939393;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  color: #939393;
}

/* IE Edge */
::-ms-input-placeholder {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  color: #939393;
}

button,
input[type=submit],
input[type=button] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  box-sizing: border-box;
  background: transparent;
  border: none;
  border-radius: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  color: inherit;
  cursor: pointer;
  transition-duration: 0.3s;
}

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

.search_btn button {
  width: 100%;
  height: 60px;
  background-color: #036eb7;
  border-radius: 10px;
  color: hsl(0, 0%, 100%);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .search_btn button {
    height: 50px;
    font-size: 1.4rem;
    border-radius: 0 10px 10px 0;
  }
}/*# sourceMappingURL=style.css.map */