@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: "Noto Sans JP", sans-serif;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 87.5%;
  }
}

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

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

iframe {
  max-width: 100%;
}

.section > .inner {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .section > .inner {
    width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .section > .inner {
    width: 720px;
  }
}
@media screen and (min-width: 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(35.649, 151.3068, 239.751, 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(35.649, 151.3068, 239.751, 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(35.649, 151.3068, 239.751, 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(35.649, 151.3068, 239.751, 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(35.649, 151.3068, 239.751, 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: hsl(186, 55%, 43%);
}
.button.is-plain.is-primary.is-floating {
  box-shadow: 0 2px 6px 0 rgba(55.08, 176.256, 189.72, 0.6);
}
.button.is-plain.is-primary.is-floating:hover {
  box-shadow: 0 4px 12px 0 rgba(55.08, 176.256, 189.72, 0.6);
}
.button.is-plain.is-primary.is-floating:focus {
  box-shadow: 0 0 0 4px rgba(35.649, 151.3068, 239.751, 0.5), 0 4px 12px 0 rgba(55.08, 176.256, 189.72, 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: hsl(206, 64%, 52%);
}
.button.is-plain.is-info.is-floating {
  box-shadow: 0 2px 6px 0 rgba(75.174, 154.7068, 215.526, 0.6);
}
.button.is-plain.is-info.is-floating:hover {
  box-shadow: 0 4px 12px 0 rgba(75.174, 154.7068, 215.526, 0.6);
}
.button.is-plain.is-info.is-floating:focus {
  box-shadow: 0 0 0 4px rgba(35.649, 151.3068, 239.751, 0.5), 0 4px 12px 0 rgba(75.174, 154.7068, 215.526, 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: hsl(120, 58%, 36%);
}
.button.is-plain.is-success.is-floating {
  box-shadow: 0 2px 6px 0 rgba(43.911, 165.189, 43.911, 0.6);
}
.button.is-plain.is-success.is-floating:hover {
  box-shadow: 0 4px 12px 0 rgba(43.911, 165.189, 43.911, 0.6);
}
.button.is-plain.is-success.is-floating:focus {
  box-shadow: 0 0 0 4px rgba(35.649, 151.3068, 239.751, 0.5), 0 4px 12px 0 rgba(43.911, 165.189, 43.911, 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: hsl(31, 85%, 45%);
}
.button.is-plain.is-warning.is-floating {
  box-shadow: 0 2px 6px 0 rgba(235.875, 131.1125, 19.125, 0.6);
}
.button.is-plain.is-warning.is-floating:hover {
  box-shadow: 0 4px 12px 0 rgba(235.875, 131.1125, 19.125, 0.6);
}
.button.is-plain.is-warning.is-floating:focus {
  box-shadow: 0 0 0 4px rgba(35.649, 151.3068, 239.751, 0.5), 0 4px 12px 0 rgba(235.875, 131.1125, 19.125, 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: hsl(0, 65%, 55%);
}
.button.is-plain.is-danger.is-floating {
  box-shadow: 0 2px 6px 0 rgba(219.3, 86.7, 86.7, 0.6);
}
.button.is-plain.is-danger.is-floating:hover {
  box-shadow: 0 4px 12px 0 rgba(219.3, 86.7, 86.7, 0.6);
}
.button.is-plain.is-danger.is-floating:focus {
  box-shadow: 0 0 0 4px rgba(35.649, 151.3068, 239.751, 0.5), 0 4px 12px 0 rgba(219.3, 86.7, 86.7, 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(37.8675, 121.176, 130.4325, 0.7);
  color: hsl(0, 0%, 100%);
}
.table tr.is-spot,
.table th.is-spot,
.table td.is-spot {
  background-color: rgba(239.7, 225.25, 66.3, 0.45);
}
.table tr.is-danger,
.table th.is-danger,
.table td.is-danger {
  background-color: rgba(219.3, 86.7, 86.7, 0.2);
}

.table.is-stripe thead {
  background-color: rgba(39.933, 47.889, 51.867, 0.05);
}
.table.is-stripe tbody tr:nth-child(even) {
  background-color: rgba(39.933, 47.889, 51.867, 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.051, 122.383, 132.549, 0.15), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(102.051, 122.383, 132.549, 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: hsl(206, 87%, 44%);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(35.649, 151.3068, 239.751, 0.36);
  outline: none;
}
.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 {
  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: hsl(120, 58%, 68%);
}
.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: hsl(0, 65%, 95%);
  border-color: hsl(0, 65%, 81%);
}

.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: hsl(206, 87%, 44%);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(35.649, 151.3068, 239.751, 0.36);
  outline: none;
}
.textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.26);
}
.textarea:placeholder-shown {
  color: rgba(0, 0, 0, 0.26);
}
.textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
}
.textarea:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.26);
}
.textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.26);
}
.textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
}
.textarea[disabled] {
  cursor: not-allowed;
  background-color: hsl(0, 0%, 74%);
  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: hsl(120, 58%, 68%);
}
.textarea.is-danger:not([disabled]):not([readonly]) {
  background-color: hsl(0, 65%, 95%);
  border-color: hsl(0, 65%, 81%);
}

.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: hsl(206, 87%, 44%);
  box-shadow: 0 0 0 4px rgba(35.649, 151.3068, 239.751, 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: hsl(120, 58%, 91%);
  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: hsl(0, 65%, 95%);
  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: hsl(206, 87%, 44%);
  box-shadow: 0 0 0 4px rgba(35.649, 151.3068, 239.751, 0.36);
}
.textarea.is-plain[disabled] {
  background-color: hsl(0, 0%, 74%);
}
.textarea.is-plain.is-success:not([disabled]):not([readonly]) {
  background-color: hsl(120, 58%, 91%);
  border-color: transparent;
}
.textarea.is-plain.is-danger:not([disabled]):not([readonly]) {
  background-color: hsl(0, 65%, 95%);
  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: hsl(206, 87%, 44%);
  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: hsl(120, 58%, 68%);
}
.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: hsl(0, 65%, 81%);
}

.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: hsl(206, 87%, 44%);
  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: hsl(120, 58%, 68%);
}
.textarea.is-underline.is-danger:not([disabled]):not([readonly]) {
  background-color: transparent;
  border-bottom-color: hsl(0, 65%, 81%);
}

.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: hsl(120, 58%, 91%);
  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: hsl(0, 65%, 95%);
  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: hsl(120, 58%, 91%);
  border-color: transparent;
}
.textarea.is-inside.is-danger:not([disabled]):not([readonly]) {
  background-color: hsl(0, 65%, 95%);
  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(35.649, 151.3068, 239.751, 0.36);
  outline: none;
}

.input[type=radio]:focus + .label .radio {
  box-shadow: 0 0 0 4px rgba(35.649, 151.3068, 239.751, 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: hsl(206, 87%, 44%);
  box-shadow: 0 0 0 4px rgba(35.649, 151.3068, 239.751, 0.36);
  outline: none;
}

.input[type=checkbox]:focus + .label .checkbox {
  border-color: hsl(206, 87%, 44%);
  box-shadow: 0 0 0 4px rgba(35.649, 151.3068, 239.751, 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: hsl(206, 87%, 44%);
  box-shadow: 0 0 0 4px rgba(35.649, 151.3068, 239.751, 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: hsl(120, 58%, 68%);
}
.select.is-danger > select:not([disabled]):not([readonly]) {
  background-color: hsl(0, 65%, 95%);
  border-color: hsl(0, 65%, 81%);
}

.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: hsl(206, 87%, 44%);
}
.select.is-plain > select[disabled] {
  background-color: hsl(0, 0%, 74%);
}
.select.is-plain.is-success > select:not([disabled]):not([readonly]) {
  background-color: hsl(120, 58%, 91%);
  border-color: transparent;
}
.select.is-plain.is-danger > select:not([disabled]):not([readonly]) {
  background-color: hsl(0, 65%, 95%);
  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: hsl(206, 87%, 44%);
  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: hsl(120, 58%, 68%);
}
.select.is-underline.is-danger > select:not([disabled]):not([readonly]) {
  background-color: transparent;
  border-bottom-color: hsl(0, 65%, 81%);
}

.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: hsl(120, 58%, 91%);
  border-color: transparent;
}
.select.is-inside.is-danger > select:not([disabled]):not([readonly]) {
  background-color: hsl(0, 65%, 95%);
  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: hsl(186, 55%, 95%);
  border-color: hsl(186, 55%, 75%);
}
.alert.is-info {
  background-color: hsl(206, 64%, 95%);
  border-color: hsl(206, 64%, 80%);
}
.alert.is-success {
  background-color: hsl(120, 58%, 94%);
  border-color: hsl(120, 58%, 71%);
}
.alert.is-warning {
  background-color: hsl(31, 85%, 94%);
  border-color: hsl(31, 85%, 74%);
}
.alert.is-danger {
  background-color: hsl(0, 65%, 96%);
  border-color: hsl(0, 65%, 83%);
}

.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(37.8675, 121.176, 130.4325, 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(37.8675, 121.176, 130.4325, 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_button {
  display: none;
}
@media screen and (max-width: 767px) {
  #menu_button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: hsl(0, 0%, 0%);
    margin: 0;
    padding: 0;
    z-index: 2;
  }
}
#menu_button.is_active .menu__line:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
#menu_button.is_active .menu__line:nth-child(2) {
  opacity: 0;
}
#menu_button.is_active .menu__line:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}
#menu_button .menu__line {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: hsl(0, 0%, 100%);
  margin: 4.5px auto;
  transition: transform 0.3s, opacity 0.3s;
}

.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 #eff2f4;
}
@media screen and (max-width: 767px) {
  .header_inner {
    min-height: 50px;
    padding: 5px 70px 5px 5.33%;
  }
}

.header_logo {
  height: 50px;
}
@media screen and (max-width: 767px) {
  .header_logo {
    height: 34px;
  }
}
.header_logo a {
  display: block;
  height: 100%;
}
.header_logo a:hover {
  opacity: 0.8;
}
.header_logo img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}

#gnav {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #gnav {
    flex: none;
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: 100dvh;
    margin: 0;
    padding: 50px 0;
    background-color: #eff2f4;
    z-index: -1;
    transition-duration: 0.5s;
  }
  #gnav[aria-hidden=false] {
    visibility: visible;
    top: 0;
  }
}

.gnav_inner {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .gnav_inner {
    display: block;
    position: relative;
    max-height: 100dvh;
    padding: 36px 5.33% 0;
    overflow: scroll;
  }
}

.header-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: -1.25em;
  font-weight: 700;
  font-size: min(1.4vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: block;
    margin: 0;
    font-size: 2rem;
  }
}
.header-nav > li {
  position: relative;
  margin-left: 2em;
}
@media screen and (max-width: 1199px) {
  .header-nav > li {
    margin-left: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .header-nav > li {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
.header-nav > li:not(:last-child) {
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-nav > li:not(:last-child) {
    margin-bottom: 7px;
  }
}
.header-nav a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 86px;
  padding-block: 10px;
}
@media screen and (max-width: 767px) {
  .header-nav a {
    display: block;
    min-height: 0;
    padding: 15px 30px 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .header-nav a::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url(../images/common/arrow_right_black.svg) center/contain no-repeat;
    border-radius: 50%;
  }
}
.header-nav a:hover {
  color: #1fb4e8;
}

.header_btn_wrap {
  display: flex;
  align-items: center;
  margin-left: 2em;
}
@media screen and (max-width: 1199px) {
  .header_btn_wrap {
    margin-left: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .header_btn_wrap {
    display: none;
  }
}
.header_btn_wrap .header_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: hsl(0, 0%, 100%);
  font-weight: 700;
  font-size: min(1.4vw, 14px);
  max-width: 218px;
  min-height: 50px;
  padding: 5px 15px;
  background-color: #f05a24;
  border-radius: 5px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .header_btn_wrap .header_btn {
    bottom: 15px;
    font-size: 1.4rem;
  }
}
.header_btn_wrap .header_btn:hover {
  background-color: #dd3e19;
}
.header_btn_wrap .header_btn_inner {
  padding-right: 20px;
  position: relative;
  display: block;
}
.header_btn_wrap .header_btn_inner::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 10px;
  aspect-ratio: 1/1;
  background: url(../images/common/arrow_right.svg) center/contain no-repeat;
  pointer-events: none;
}
.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 {
  background: #1fb4e8;
  position: relative;
  padding: 70px 0 65px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 15px;
  }
}

.footer_inner {
  padding-inline: 10.7145%;
}
@media screen and (max-width: 1199px) {
  .footer_inner {
    padding-inline: 7%;
  }
}
@media screen and (max-width: 767px) {
  .footer_inner {
    padding-inline: 5.33%;
  }
}

.footer_contact_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_contact_wrap {
    flex-direction: column;
    display: block;
    padding-bottom: 50px;
  }
}
.footer_contact_wrap .contact_block {
  width: 56%;
  max-width: 600px;
  border-radius: 10px;
  background-color: hsl(0, 0%, 100%);
  padding: 20px 3.83% 22px;
}
@media screen and (max-width: 1199px) {
  .footer_contact_wrap .contact_block {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact_wrap .contact_block {
    width: 100%;
    padding: 15px;
  }
}

.footer_contact_headline {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #1fb4e8;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer_contact_headline {
    margin-bottom: 8px;
  }
}

.footer_contact_text {
  font-weight: 500;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .footer_contact_text {
    display: block;
    line-height: 1.5;
  }
}
.footer_contact_text:first-child {
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .footer_contact_text:first-child {
    margin-bottom: 10px;
  }
}
.footer_contact_text .contact_cat {
  width: 3em;
  color: #808080;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: block;
}
.footer_contact_text a {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: min(1.9vw, 28px);
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_contact_text a {
    font-size: min(5.5vw, 20px);
  }
}
.footer_contact_text a:hover {
  color: #1fb4e8;
}
.footer_contact_text .small {
  font-size: 13px;
  font-weight: 400;
  display: block;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .footer_contact_text .small {
    font-size: 12px;
  }
}

.footer_text_block {
  font-weight: 700;
  font-size: min(1.6vw, 1.6rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_text_block {
    margin-bottom: 30px;
    font-size: 1.3rem;
  }
}
.footer_text_block .footer_info_item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer_text_block .footer_info_item {
    display: block;
  }
}
.footer_text_block .footer_info_item:first-child {
  margin-bottom: 15px;
}
.footer_text_block .footer_info_item dt {
  width: 3.5em;
}
@media screen and (max-width: 767px) {
  .footer_text_block .footer_info_item dt {
    margin-bottom: 3px;
  }
}
.footer_text_block .footer_info_item dd {
  flex: 1;
}
.footer_text_block .footer_address {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer_text_block .footer_address {
    font-size: 1.3rem;
    margin-top: 0;
  }
}

.copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.page_top {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  background: hsl(0, 0%, 0%);
  border-top-left-radius: 30px;
  font-family: "Barlow", sans-serif;
  z-index: 90;
}
@media screen and (max-width: 1199px) {
  .page_top {
    width: 50px;
    height: 50px;
    border-top-left-radius: 1.42rem;
  }
}
.page_top:hover {
  background-color: #ffdd3b;
}
.page_top:hover::before {
  background-color: hsl(0, 0%, 0%);
}
.page_top::before {
  content: " ";
  position: absolute;
  width: 16px;
  height: 14px;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  background-color: hsl(0, 0%, 100%);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1199px) {
  .page_top::before {
    width: 12px;
    height: 10px;
  }
}

.fixed_btn_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: none;
  padding: 0 5.33% 15px;
}
@media screen and (max-width: 767px) {
  .fixed_btn_wrap {
    display: block;
  }
}
.fixed_btn_wrap.is_stuck {
  position: absolute;
  bottom: calc(100% - 37px);
}

.fixed_btn {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex: 1;
  position: relative;
  max-width: 400px;
  margin-inline: auto;
  padding: 12px 40px;
  background-color: #f05a24;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1.2;
  color: hsl(0, 0%, 100%);
  text-align: center;
  min-height: 50px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .fixed_btn {
    display: flex;
  }
}
.fixed_btn::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 10px;
  aspect-ratio: 1/1;
  background: url(../images/common/arrow_right.svg) center/contain no-repeat;
  pointer-events: none;
}
.fixed_btn:hover {
  background-color: #dd3e19;
}

@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: "Noto Sans JP", 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;
}

main.top {
  background-color: #eff2f4;
  position: relative;
  z-index: 1;
}
main.top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: min(30vw, 310px);
  background: url(../images/common/deco_bottom_triangle.png) left bottom/contain no-repeat;
  aspect-ratio: 758/310;
  z-index: -1;
}

.bg_l-gray {
  background-color: #eff2f4;
}

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: "Barlow", sans-serif;
  font-style: normal;
}
.mailto i::after {
  content: "@";
}

i {
  font-style: normal;
}

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

.inner_small {
  position: relative;
  width: 100%;
  max-width: 1500px;
  padding-inline: 10.7145%;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .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;
}

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

.color_l-blue {
  color: #1fb4e8;
}

.color_white {
  color: hsl(0, 0%, 100%);
}

.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;
}
.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;
  left: 0;
  top: 0.9rem;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  font-weight: 900;
  background-color: #1fb4e8;
}

.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: #005bbf;
  border-radius: 50%;
}

.btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex: 1;
  position: relative;
  max-width: 300px;
  min-height: 64px;
  margin-inline: auto;
  padding: 10px 40px;
  background-color: #f05a24;
  border-radius: 5px;
  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) {
  .btn {
    min-height: 50px;
  }
}
.btn::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 10px;
  aspect-ratio: 1/1;
  background: url(../images/common/arrow_right.svg) center/contain no-repeat;
  pointer-events: none;
}
.btn:hover {
  background-color: #dd3e19;
}

.more_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex: 1;
  position: relative;
  max-width: 440px;
  min-height: 64px;
  margin-top: 60px;
  margin-inline: auto;
  padding: 10px 40px;
  background-color: #1fb4e8;
  border-radius: 5px;
  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) {
  .more_btn {
    margin-top: 40px;
    min-height: 50px;
  }
}
.more_btn::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 10px;
  aspect-ratio: 1/1;
  background: url(../images/common/arrow_right.svg) center/contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .more_btn::after {
    right: 14px;
  }
}
.more_btn:hover {
  background-color: #00a2ce;
}

.square_btn {
  display: block;
  min-height: 43px;
  line-height: 1.3;
  padding: 11px 35px;
  border-radius: 5px;
  background-color: #eff2f4;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}
.square_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../images/common/arrow_right_black.svg) center/contain no-repeat;
  width: 10px;
  aspect-ratio: 1;
}
.square_btn:hover {
  background-color: #1fb4e8;
}

.headline {
  text-align: center;
}
.headline .en_text {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 8rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .headline .en_text {
    font-size: min(13.4vw, 5rem);
    letter-spacing: 0;
  }
}
.headline .ja_text {
  background: #1fb4e8;
  color: hsl(0, 0%, 100%);
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.4rem;
  display: inline-block;
  padding: 1px 1.2rem 3px;
  margin-top: 3px;
}

.search_wrap {
  padding: 40px 9.091% 50px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .search_wrap {
    padding: 40px 20px;
  }
}

.search_grid {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 1fr 32.999%;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .search_grid {
    grid-template-columns: 1fr;
  }
}
.search_grid:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .search_grid:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.search_grid .input_box {
  flex: 1;
}

.select_item {
  display: flex;
  align-items: center;
  gap: 13px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .select_item > dt {
    font-size: 1.4rem;
    width: 4.5rem;
  }
}
.select_item > dd {
  flex: 1;
}

input,
textarea {
  display: block;
  outline: none;
  width: 100%;
  padding: 6px 20px;
  background-color: #eff2f4;
  border: none;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  input,
  textarea {
    font-size: 1.4rem;
    border-radius: 5px;
  }
}

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

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: #b2b2b2;
}
select::-ms-expand {
  display: none;
}

.select_box {
  position: relative;
}
.select_box::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url(../images/common/arrow_select.png) center top/contain no-repeat;
}
.select_box select {
  width: 100%;
  height: 50px;
  padding: 6px 40px 6px 20px;
  background-color: #eff2f4;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .select_box select {
    height: 40px;
    font-size: 1.4rem;
    border-radius: 5px;
  }
}

/* プレースホルダー */
/* Chrome, Safari 5+, Opera 15+, iOS, Android */
::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #b2b2b2;
}

/* Firefox 18- */
:-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #b2b2b2;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #b2b2b2;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #b2b2b2;
}

/* IE Edge */
::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #b2b2b2;
}

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: "Noto Sans JP", 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: 50px;
  background-color: #1fb4e8;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .search_btn button {
    height: 40px;
    font-size: 1.4rem;
    border-radius: 5px;
  }
}

.top_mv_section {
  position: relative;
  background-color: #ffdd3b;
  z-index: 1;
}
.top_mv_section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/common/deco_mv_top.png) right top/contain no-repeat;
  width: 22.857%;
  max-width: 420px;
  min-width: 110px;
  aspect-ratio: 320/473;
  z-index: -1;
}
.top_mv_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/common/deco_mv_bottom.png) left bottom/contain no-repeat;
  width: 35%;
  max-width: 600px;
  min-width: 210px;
  aspect-ratio: 490/200;
  z-index: -1;
}

.top_mv_wrap {
  max-width: 1400px;
  position: relative;
  margin-inline: auto;
  padding: 35px min(9.312%, 304px) 45px;
}
@media screen and (max-width: 767px) {
  .top_mv_wrap {
    max-width: 700px;
    padding: 15px 5.33% 90px;
  }
}

.top_mv_headline {
  aspect-ratio: 1139/251;
  margin: 0 auto;
  background: url(../images/top/top_mv_title.svg) center/contain no-repeat;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_mv_headline {
    width: 100%;
    aspect-ratio: 335/222;
    background-image: url(../images/top/mv_title_sp.svg);
    margin-bottom: 15px;
  }
}
.top_mv_headline img {
  display: block;
  width: 100%;
}

.top_mv_text_inner {
  width: 80.37%;
  margin-inline: auto;
  min-width: 840px;
}
@media screen and (max-width: 1199px) {
  .top_mv_text_inner {
    width: 90%;
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_mv_text_inner {
    width: 100%;
  }
}

.mv_summary_text {
  font-size: min(1.4vw, 1.8rem);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv_summary_text {
    font-size: 1.3rem;
    text-align: left;
    background: linear-gradient(transparent 11%, hsl(0, 0%, 100%) 11%, hsl(0, 0%, 100%) 100%, transparent 100%);
    background-size: 100% 1.8rem;
    line-height: 1.4;
    padding: 0;
  }
}
.mv_summary_text span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.1em 0.3em;
  line-height: 2;
  background-color: hsl(0, 0%, 100%);
}
@media screen and (max-width: 767px) {
  .mv_summary_text span {
    line-height: 1.4;
    background-color: inherit;
    background-size: 100% 1.8rem;
  }
}

.top_mv_target_block {
  margin-block: 15px 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_mv_target_block {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 575px) {
  .top_mv_target_block {
    text-align: left;
  }
}

.top_mv_target_info {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  font-weight: 900;
  font-size: 1.8rem;
  border-bottom: 2px solid hsl(0, 0%, 0%);
}
@media screen and (max-width: 1199px) {
  .top_mv_target_info {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top_mv_target_info {
    font-size: min(3.8vw, 1.4rem);
    line-height: 1.7;
    border-bottom: none;
    padding-bottom: 2px;
  }
}
.top_mv_target_info > p {
  display: inline-block;
  padding-inline: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_mv_target_info > p {
    display: block;
    border-bottom: 2px solid hsl(0, 0%, 0%);
    line-height: 1.5;
  }
}
.top_mv_target_info > p .head {
  margin-right: 1em;
  display: inline-block;
}
.top_mv_target_info > p span {
  padding-bottom: 2px;
  display: inline-block;
}
.top_mv_target_info .small {
  font-size: 1.4rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top_mv_target_info .small {
    font-size: min(3.5vw, 1.2rem);
    display: block;
    border-bottom: 2px solid hsl(0, 0%, 0%);
    padding-left: 4em;
    padding-top: 3px;
  }
}

.top_mv_info_flex {
  display: flex;
  align-items: stretch;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .top_mv_info_flex {
    flex-direction: column;
    gap: 10px;
  }
}

.top_mv_benefits_block {
  flex: 1;
  position: relative;
  padding: 25px 4.1% 19px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .top_mv_benefits_block {
    padding: 30px 5.4% 17px;
  }
}

.top_mv_benefits_title {
  align-items: center;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 161px;
  height: 45px;
  background: url(../images/top/benefits_title.svg) top center/contain no-repeat;
  position: absolute;
  top: -17px;
  left: -10px;
}

.top_mv_benefits_list {
  list-style-type: none;
}
.top_mv_benefits_list > li:not(:last-child) {
  margin-bottom: 10px;
}
.top_mv_benefits_list .benefits_head {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top_mv_benefits_list .benefits_head {
    font-size: 1.4rem;
  }
}
.top_mv_benefits_list .benefits_head .big {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2;
  color: #1fb4e8;
}
@media screen and (max-width: 767px) {
  .top_mv_benefits_list .benefits_head .big {
    font-size: 2rem;
  }
}
.top_mv_benefits_list .benefits_head .color_l-blue {
  font-weight: 900;
}
.top_mv_benefits_list .benefits_outline {
  font-size: 1.4rem;
  color: #666;
  font-weight: 500;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .top_mv_benefits_list .benefits_outline {
    font-size: 1.3rem;
    margin-top: 4px;
  }
}

.top_mv_point_block {
  background-color: hsl(0, 0%, 100%);
  border-radius: 10px;
  padding: 15px 20px 20px;
}
@media screen and (max-width: 767px) {
  .top_mv_point_block {
    text-align: center;
    padding: 10px min(7%, 23px) 14px;
  }
}

.top_mv_point_title {
  text-align: center;
  font-weight: 900;
  font-size: 1.4rem;
  background: linear-gradient(transparent 60%, #ffdd3b 60%, #ffdd3b 100%, transparent 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_mv_point_title {
    display: inline-block;
    padding-inline: 20px;
  }
}
.top_mv_point_title::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  background: url(../images/common/deco_point_left.png) center/contain no-repeat;
  width: 15px;
  height: 22px;
}
.top_mv_point_title::after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 0;
  background: url(../images/common/deco_point_right.png) center/contain no-repeat;
  width: 15px;
  height: 22px;
}
.top_mv_point_title .big {
  font-size: 2.8rem;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  line-height: 1.2;
}

.top_mv_point_list {
  margin-top: 18px;
  font-size: min(4.8vw, 1.8rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top_mv_point_list {
    text-align: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .top_mv_point_list {
    justify-content: flex-start;
  }
}
.top_mv_point_list > li {
  padding: 0 0 0 1.4em;
  border-radius: 40px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .top_mv_point_list > li {
    min-width: 45%;
  }
}
.top_mv_point_list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  aspect-ratio: 1;
  background: url(../images/common/icon_check.png) center/contain no-repeat;
}
.top_mv_point_list > li:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .top_mv_point_list > li:not(:last-child) {
    margin-bottom: 3px;
  }
}

.top_mv_pr_block {
  margin-top: 20px;
  border-top: 2px solid hsl(0, 0%, 100%);
  padding-top: 20px;
  text-align: center;
}
.top_mv_pr_block .pr_head {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-left: 135px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top_mv_pr_block .pr_head {
    font-size: min(4.55vw, 1.7rem);
    padding-left: 0;
    padding-top: 37px;
    margin-bottom: 10px;
  }
}
.top_mv_pr_block .pr_head .point {
  position: absolute;
  left: 0;
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 3px 20px;
  border-radius: 17px;
}
@media screen and (max-width: 767px) {
  .top_mv_pr_block .pr_head .point {
    padding: 2px 18px;
    font-size: 1.6rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top_mv_pr_block .pr_outline {
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top_mv_pr_block .pr_outline {
    font-size: 1.3rem;
    text-align: left;
  }
  .top_mv_pr_block .pr_outline .is-inline-block {
    display: inline;
  }
}

.top_mv_btn {
  margin-top: 30px;
}

.top_mv_deco_img_block .deco_img01, .top_mv_deco_img_block .deco_img02 {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .top_mv_deco_img_block .deco_img01, .top_mv_deco_img_block .deco_img02 {
    bottom: auto;
    width: 150px;
  }
}
.top_mv_deco_img_block .deco_img01 {
  width: min(20.42%, 294px);
  left: -8.14%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .top_mv_deco_img_block .deco_img01 {
    display: none;
  }
}
.top_mv_deco_img_block .deco_img02 {
  width: 238px;
  right: 2.14%;
  bottom: -104px;
}
@media screen and (max-width: 1199px) {
  .top_mv_deco_img_block .deco_img02 {
    width: 171px;
    bottom: -77px;
  }
}
@media screen and (max-width: 767px) {
  .top_mv_deco_img_block .deco_img02 {
    width: 90px;
    bottom: -41px;
  }
}

.top_schedule_section {
  padding-block: 87px 100px;
  background-color: hsl(0, 0%, 100%);
}
@media screen and (max-width: 767px) {
  .top_schedule_section {
    padding-block: 50px 60px;
  }
}
.top_schedule_section .headline {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .top_schedule_section .headline {
    margin-bottom: 40px;
  }
}

.schedule_content_wrap {
  position: relative;
  padding-block: 60px 110px;
  background-color: hsl(0, 0%, 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .schedule_content_wrap {
    padding-block: 40px 60px;
  }
}
.schedule_content_wrap::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: hsl(0, 0%, 100%);
  z-index: -1;
  pointer-events: none;
}
.schedule_content_wrap::after {
  content: " ";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #eff2f4;
  pointer-events: none;
}

.schedule_lane_slider {
  position: relative;
  padding-top: 20px;
}
.schedule_lane_slider .swiper-slide {
  flex: 1;
  padding: 0 15px 100px;
  height: auto;
  background-color: #b2d0ec;
}
@media screen and (max-width: 767px) {
  .schedule_lane_slider .swiper-slide {
    flex: none;
    width: 100%;
    padding: 0 20px 60px;
  }
}
.schedule_lane_slider .swiper-slide.lane._b {
  background: #e2f4ca;
}
.schedule_lane_slider .swiper-slide.lane._b .schedule_lane_title {
  background-color: #99d100;
}
.schedule_lane_slider .swiper-slide.lane._b .schedule_lane_title::after {
  background-image: url(../images/common/triangle_b.svg);
}
.schedule_lane_slider .swiper-slide.lane._c {
  background: #fff5c4;
}
.schedule_lane_slider .swiper-slide.lane._c .schedule_lane_title {
  background-color: #f2c300;
}
.schedule_lane_slider .swiper-slide.lane._c .schedule_lane_title::after {
  background-image: url(../images/common/triangle_c.svg);
}
.schedule_lane_slider .swiper-slide.lane._d {
  background: #fbd5e0;
}
.schedule_lane_slider .swiper-slide.lane._d .schedule_lane_title {
  background-color: #ea60af;
}
.schedule_lane_slider .swiper-slide.lane._d .schedule_lane_title::after {
  background-image: url(../images/common/triangle_d.svg);
}
.schedule_lane_slider .swiper-button-prev, .schedule_lane_slider .swiper-button-next {
  display: none;
}
@media screen and (max-width: 767px) {
  .schedule_lane_slider .swiper-button-prev, .schedule_lane_slider .swiper-button-next {
    display: block;
    top: 10px;
    transform: none;
    margin: 0;
    padding: 0;
    width: 46px;
    border-radius: 50%;
    aspect-ratio: 1;
    background-color: hsl(0, 0%, 0%);
  }
}
.schedule_lane_slider .swiper-button-prev::after, .schedule_lane_slider .swiper-button-next::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.schedule_lane_slider .swiper-button-prev {
  left: -2.8%;
}
.schedule_lane_slider .swiper-button-prev::after {
  border-width: 6px 10px 6px 0px;
  border-color: transparent hsl(0, 0%, 100%) transparent transparent;
}
.schedule_lane_slider .swiper-button-next {
  right: -2.8%;
}
.schedule_lane_slider .swiper-button-next::after {
  border-width: 6px 0px 6px 10px;
  border-color: transparent transparent transparent hsl(0, 0%, 100%);
}

.schedule_lane_title {
  color: hsl(0, 0%, 100%);
  margin-top: -20px;
  margin-bottom: 40px;
  padding: 9px 5px 17px;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.2rem;
  text-align: center;
  background-color: #005bbf;
  position: relative;
}
.schedule_lane_title::after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 11px;
  background: url(../images/common/triangle_a.svg) center top/contain no-repeat;
}
.schedule_lane_title .alphabet {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  padding: 10px 0 6px;
  font-size: 2.5em;
  font-weight: 800;
  font-family: "Barlow", sans-serif;
  vertical-align: -0.18em;
}

.schedule_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px min(6.25%, 20px) 30px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .schedule_card {
    padding: 17px 6.25% 20px;
  }
}
.schedule_card:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .schedule_card:not(:last-child) {
    margin-bottom: 10px;
  }
}
.schedule_card .company_name {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  min-height: 52px;
  padding-left: 30px;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule_card .company_name {
    padding-left: 25px;
    font-size: 1.4rem;
    line-height: 1.6;
    min-height: 48px;
  }
}
.schedule_card .company_name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  aspect-ratio: 1;
  background: url(../images/common/icon_company.png) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .schedule_card .company_name::before {
    width: 20px;
  }
}
.schedule_card .info_item {
  display: flex;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .schedule_card .info_item {
    font-size: 1.3rem;
  }
}
.schedule_card .info_item:not(:last-child) {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .schedule_card .info_item:not(:last-child) {
    margin-bottom: 3px;
  }
}
.schedule_card .info_item > dt {
  width: 3.2em;
  margin-right: 0.5em;
  color: #1fb4e8;
  font-weight: 500;
  font-size: 1.3rem;
}
.schedule_card .info_item > dd {
  flex: 1;
  font-weight: 400;
}

.company_btn_wrap {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .company_btn_wrap {
    margin-top: 17px;
  }
}
.company_btn_wrap a:not(:last-of-type) {
  margin-bottom: 10px;
}

.top_job_section {
  padding-block: 84px 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_job_section {
    padding-block: 60px 80px;
  }
}
.top_job_section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 31.42%;
  max-height: 100%;
  min-width: 160px;
  aspect-ratio: 440/651;
  background: url(../images/common/deco_job_triangle.png) right top/contain no-repeat;
}
.top_job_section .headline {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_job_section .headline {
    margin-bottom: 30px;
  }
}

.top_elearning_section {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_elearning_section {
    padding-bottom: 45px;
  }
}
.top_elearning_section .top_elearning_wrap {
  padding: 55px 7.6925% 80px;
  background-image: linear-gradient(0deg, #7dd4f2, #1fb4e8);
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_elearning_section .top_elearning_wrap {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding: 50px 5.33% 80px;
  }
}
.top_elearning_section .top_elearning_wrap::before {
  content: "";
  position: absolute;
  top: -160px;
  left: 3.8%;
  background: url(../images/common/deco_img03.png) center/contain no-repeat;
  width: 148px;
  aspect-ratio: 148/271;
}
@media screen and (max-width: 767px) {
  .top_elearning_section .top_elearning_wrap::before {
    width: 67px;
    top: -70px;
    left: 7.6%;
  }
}
.top_elearning_section .top_elearning_wrap::after {
  content: "";
  position: absolute;
  bottom: -13px;
  right: 0;
  background: url(../images/common/deco_img04.png) center/contain no-repeat;
  width: 270px;
  aspect-ratio: 270/170;
}
@media screen and (max-width: 767px) {
  .top_elearning_section .top_elearning_wrap::after {
    width: 122px;
    bottom: -5px;
  }
}
.top_elearning_section .headline {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_elearning_section .headline {
    margin-bottom: 25px;
  }
}
.top_elearning_section .headline .ja_text {
  color: #1fb4e8;
  background-color: hsl(0, 0%, 100%);
}

.top_elearning_flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .top_elearning_flex {
    flex-direction: column-reverse;
  }
}
.top_elearning_flex .left_block {
  flex: 1;
  padding-right: 5.455%;
}
@media screen and (max-width: 767px) {
  .top_elearning_flex .left_block {
    padding-right: 0;
  }
}
.top_elearning_flex .right_block {
  width: 32.728%;
}
@media screen and (max-width: 767px) {
  .top_elearning_flex .right_block {
    width: 100%;
  }
}

.elearning_period_block {
  margin-bottom: 40px;
}
.elearning_period_block .outline {
  margin-bottom: 15px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .elearning_period_block .outline {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.elearning_period {
  background-color: #ffdd3b;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  padding: 11px 4.41%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .elearning_period {
    padding: 10px 3.5%;
  }
}
.elearning_period > dt {
  font-size: 1.4rem;
  margin-right: 30px;
  border-bottom: 2px solid hsl(0, 0%, 0%);
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .elearning_period > dt {
    margin-right: 10px;
    font-size: 1.2rem;
    padding-bottom: 2px;
  }
}
.elearning_period > dd {
  flex: 1;
  font-size: min(2.3vw, 2.4rem);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .elearning_period > dd {
    font-size: min(4.6vw, 1.6rem);
  }
}

.elearning_flow_head {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .elearning_flow_head {
    text-align: center;
  }
}

.elearning_flow_list {
  list-style-type: none;
  counter-reset: item;
}
.elearning_flow_list > li {
  counter-increment: examples;
  position: relative;
  padding: 11px 10px 14px 90px;
  min-height: 62px;
  border-bottom: 1px solid hsl(0, 0%, 100%);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .elearning_flow_list > li {
    display: block;
    min-height: 55px;
    padding: 5px 15px 15px 60px;
    font-size: 1.3rem;
  }
}
.elearning_flow_list > li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 6rem;
  font-weight: 800;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  color: hsl(0, 0%, 100%);
  margin-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .elearning_flow_list > li::before {
    font-size: 5rem;
    width: 42px;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 15px;
  }
}
.elearning_flow_list > li:not(:last-child) {
  margin-bottom: 30px;
}
.elearning_flow_list > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  width: 20px;
  height: 9px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: hsl(0, 0%, 100%);
}
@media screen and (max-width: 767px) {
  .elearning_flow_list > li:not(:last-child)::after {
    left: 20px;
  }
}
.elearning_flow_list > li .notes_text {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .elearning_flow_list > li .notes_text {
    font-size: 1.3rem;
  }
}

.elearning_course_box {
  background-color: hsl(0, 0%, 100%);
  padding: 30px 8.335% 30px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .elearning_course_box {
    padding: 15px 5% 20px;
    margin-bottom: 35px;
  }
}
.elearning_course_box .elearning_course_head {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
}
.elearning_course_box .dot_list {
  background-color: #eff2f4;
  border-radius: 10px;
  padding: 25px 17px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  .elearning_course_box .dot_list {
    font-size: 1.6rem;
    padding-inline: 20px;
  }
}
.elearning_course_box .dot_list > li {
  line-height: 1.3;
}
.elearning_course_box .dot_list > li:not(:last-child) {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .elearning_course_box .dot_list > li:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .elearning_course_box .dot_list > li::before {
    top: 0.7rem;
  }
}

.top_faq_section {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_faq_section {
    padding-bottom: 60px;
  }
}
.top_faq_section .inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top_faq_section .inner {
    padding: 40px 0 80px;
  }
}
.top_faq_section .headline {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top_faq_section .headline {
    margin-bottom: 30px;
    text-align: center;
  }
}

.top_faq_content {
  min-height: 210px;
  margin-top: -10rem;
  padding-left: max(21.82%, 155px);
}
@media screen and (max-width: 767px) {
  .top_faq_content {
    min-height: 0;
    margin-top: 0;
    padding-left: 0;
  }
}

.faq_item:not(:last-child) {
  margin-bottom: 10px;
}
.faq_item.is_open > dt {
  background-color: #ffdd3b;
  border-radius: 10px 10px 0 0;
}
.faq_item.is_open > dt::after {
  transform: translateY(-50%) rotate(-180deg);
  background: url(../images/top/icon_close.png) center/11px 2px no-repeat hsl(0, 0%, 100%);
}
.faq_item > dt {
  position: relative;
  min-height: 80px;
  padding: 27px 55px 27px 67px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 10px;
  font-weight: 800;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .faq_item > dt {
    font-size: 1.4rem;
    min-height: 70px;
    padding: 14px 46px 14px 46px;
  }
}
.faq_item > dt::before {
  content: "Q";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.76em;
  font-size: 34px;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  line-height: 1;
  color: #1fb4e8;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .faq_item > dt::before {
    left: 0.45em;
  }
}
.faq_item > dt::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 28px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: url(../images/top/icon_open.png) center/11px 11px no-repeat #1fb4e8;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .faq_item > dt::after {
    right: 13px;
  }
}
.faq_item > dd {
  display: none;
  position: relative;
  margin-top: 5px;
  margin-bottom: 30px;
  padding: 25px 25px 25px 67px;
  border-radius: 0 0 10px 10px;
  background-color: hsl(0, 0%, 100%);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .faq_item > dd {
    padding: 13px 15px 15px 46px;
    font-size: 1.4rem;
    margin-top: 2px;
    min-height: 70px;
  }
}
.faq_item > dd::before {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  content: "A";
  position: absolute;
  top: 20px;
  left: 0.7em;
  font-size: 34px;
  font-weight: 800;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  color: #ffdd3b;
}
@media screen and (max-width: 767px) {
  .faq_item > dd::before {
    top: 14px;
    left: 0.38em;
  }
}

.job_section {
  padding-block: 70px 136px;
  position: relative;
}
.job_section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 31.429%;
  max-width: 600px;
  min-width: 110px;
  aspect-ratio: 440/651;
  background: url(../images/common/deco_job_triangle.png) right top/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .job_section {
    padding-block: 40px 80px;
  }
}
.job_section .headline {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .job_section .headline {
    margin-bottom: 40px;
  }
}

.result_text_box {
  margin: 85px 0 30px -20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .result_text_box {
    margin: 40px 0 30px -16px;
  }
}
.result_text_box > * {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .result_text_box > * {
    margin-left: 16px;
  }
}

.result_text {
  font-size: 3.2rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .result_text {
    font-size: 2.6rem;
  }
}

.pagination {
  margin-block: 30px 80px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-block: 30px;
  }
}
.pagination .page_numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 3rem;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .pagination .page_numbers {
    font-size: 20px;
  }
}
.pagination .page_numbers > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 55px;
  margin: 0 2px 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #808080;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pagination .page_numbers > li {
    width: 34px;
  }
}
.pagination .page_numbers > li[data-jobs-page-status=current] {
  background-color: #1fb4e8;
  color: hsl(0, 0%, 100%);
  cursor: auto;
}

.job_card_grid {
  display: flex;
  flex-wrap: wrap;
  margin: -50px 0 0 -3.5%;
}
@media screen and (max-width: 767px) {
  .job_card_grid {
    margin: -20px 0 0 0;
  }
}

.job_card {
  width: 29.83%;
  margin: 50px 0 0 3.5%;
  position: relative;
  padding: 25px 2.635% 25px;
  border-radius: 10px;
  background-color: hsl(0, 0%, 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .job_card {
    padding-inline: 7.3%;
    padding-top: 27px;
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.job_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background-color: #ffdd3b;
}
.job_card .title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .job_card .title {
    font-size: 1.4rem;
    margin-bottom: 7px;
  }
}
.job_card .company_name {
  color: #808080;
}
@media screen and (max-width: 767px) {
  .job_card .company_name {
    font-size: 1.4rem;
  }
}
.job_card .detail_item_group {
  margin-block: 15px 20px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .job_card .detail_item_group {
    margin-top: 10px;
  }
}
.job_card .detail_item {
  display: flex;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .job_card .detail_item {
    font-size: 1.3rem;
  }
}
.job_card .detail_item:not(:last-child) {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .job_card .detail_item:not(:last-child) {
    margin-bottom: 4px;
  }
}
.job_card .detail_item > dt {
  width: 3.2em;
  margin-right: 1em;
  color: #1fb4e8;
  font-size: 1.3rem;
  font-weight: 500;
}
.job_card .detail_item > dd {
  flex: 1;
  font-weight: 400;
}

.more_text {
  display: block;
  position: relative;
  padding: 12px 34px;
  background-color: #eff2f4;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.more_text::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../images/common/arrow_right_black.svg) center right/contain no-repeat;
}
.more_text:hover {
  background-color: #1fb4e8;
}

.entrance_mv_section {
  position: relative;
  background-color: #ffdd3b;
  z-index: 1;
}
.entrance_mv_section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/common/deco_mv_top.png) right top/contain no-repeat;
  width: 22.857%;
  max-width: 420px;
  min-width: 110px;
  aspect-ratio: 320/473;
  z-index: -1;
}
.entrance_mv_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/common/deco_mv_bottom.png) left bottom/contain no-repeat;
  width: 35%;
  max-width: 600px;
  min-width: 210px;
  aspect-ratio: 490/200;
  z-index: -1;
}

.entrance_mv_wrap {
  position: relative;
  max-width: 1400px;
  margin-inline: auto;
  padding: 100px min(16.82%, 230px) 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entrance_mv_wrap {
    max-width: 700px;
    max-height: none;
    padding: 40px 5.33% 100px;
  }
}

.entrance_mv_headline_wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .entrance_mv_headline_wrap {
    margin-bottom: 15px;
  }
}
.entrance_mv_headline_wrap .ja_text {
  font-size: min(6vw, 3.6rem);
  font-weight: 900;
  margin-top: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .entrance_mv_headline_wrap .ja_text {
    margin-top: 10px;
  }
}

.entrance_mv_headline {
  aspect-ratio: 940/226;
  margin: 0 auto;
  background: url(../images/entrance/entrance_title.svg) center/contain no-repeat;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .entrance_mv_headline {
    width: 100%;
  }
}
.entrance_mv_headline img {
  display: block;
  width: 100%;
}

.entrance_date_flex {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  padding-inline: 20px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.35;
  font-family: "Barlow", sans-serif;
  text-align: center;
  position: relative;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .entrance_date_flex {
    display: inline-block;
    padding-inline: 0;
    margin-top: -5px;
  }
  .entrance_date_flex > p {
    position: relative;
    width: 100%;
  }
  .entrance_date_flex > p::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 3px;
    background-color: hsl(0, 0%, 0%);
    top: 100%;
    left: 0;
    right: 0;
  }
}
.entrance_date_flex::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: hsl(0, 0%, 0%);
  top: 100%;
}
@media screen and (max-width: 767px) {
  .entrance_date_flex::after {
    display: none;
  }
}
.entrance_date_flex .open_close_time {
  font-size: min(5vw, 4.8rem);
}
@media screen and (max-width: 767px) {
  .entrance_date_flex .open_close_time {
    margin: 0;
    font-size: 4.2rem;
    padding-inline: 5px;
  }
}

.entrance_date_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .entrance_date_text {
    padding-inline: 5px;
  }
}
.entrance_date_text .year {
  display: inline-block;
  margin-right: 8px;
}
.entrance_date_text .date {
  display: inline-block;
  font-size: min(7vw, 6.5rem);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .entrance_date_text .date {
    font-size: 6.3rem;
  }
}
.entrance_date_text .week {
  display: inline-block;
  letter-spacing: 1px;
}

.entrance_mv_deco_img_block .deco_img01, .entrance_mv_deco_img_block .deco_img02 {
  position: absolute;
}
.entrance_mv_deco_img_block .deco_img01 {
  width: min(20.42%, 294px);
  left: -8.14%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .entrance_mv_deco_img_block .deco_img01 {
    display: none;
  }
}
.entrance_mv_deco_img_block .deco_img02 {
  width: 238px;
  right: 2.14%;
  bottom: -104px;
}
@media screen and (max-width: 1199px) {
  .entrance_mv_deco_img_block .deco_img02 {
    width: 160px;
    bottom: -72px;
  }
}
@media screen and (max-width: 767px) {
  .entrance_mv_deco_img_block .deco_img02 {
    width: 90px;
    bottom: -41px;
  }
}

.entrance_outer {
  padding: 75px 10.7145% 0;
}
@media screen and (max-width: 1199px) {
  .entrance_outer {
    padding: 55px 5.33% 0;
  }
}

.entrance_lane_explanatory_text {
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .entrance_lane_explanatory_text {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.entrance_event_lane_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 -20px -13px;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .entrance_event_lane_list {
    flex-direction: column;
    gap: 15px;
    margin: 0;
  }
}
.entrance_event_lane_list > li {
  width: 25%;
  padding: 0 0 20px 13px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entrance_event_lane_list > li {
    width: 100%;
    padding: 0;
  }
}
.entrance_event_lane_list .event_lane_box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #b2d0ec;
  border-radius: 5px;
  color: hsl(0, 0%, 100%);
  overflow: hidden;
  z-index: 1;
}
.entrance_event_lane_list .event_lane_box .lane_name {
  background-color: #005bbf;
  padding: 10px;
  font-size: 2rem;
  font-weight: 900;
}
.entrance_event_lane_list .event_lane_box .allocation {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
  vertical-align: -0.9rem;
  font-family: "Barlow", sans-serif;
}
.entrance_event_lane_list .event_lane_box .lane_content {
  padding: 28px 25px 30px;
}
@media screen and (max-width: 1199px) {
  .entrance_event_lane_list .event_lane_box .lane_content {
    padding-block: 24px;
  }
}
.entrance_event_lane_list .event_lane_box .click_text {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .entrance_event_lane_list .event_lane_box .click_text {
    font-size: 1.8rem;
  }
}
.entrance_event_lane_list .event_lane_box .external_link {
  display: block;
  position: relative;
  margin-top: 18px;
  padding: 7px 28px 7px;
  background-color: #005bbf;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: 700;
  color: hsl(0, 0%, 100%);
  line-height: 1.5;
  transition: 0.3s;
}
.entrance_event_lane_list .event_lane_box .external_link::after {
  content: " ";
  position: absolute;
  width: 9px;
  height: 10px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  margin-left: 0.4em;
  background: url(../images/common/arrow_diagonal.svg) center/contain no-repeat;
}
.entrance_event_lane_list .event_lane_box .external_link:hover {
  background-color: #00519b;
}
.entrance_event_lane_list .event_lane_box.lane_b {
  background-color: #e2f4ca;
}
.entrance_event_lane_list .event_lane_box.lane_b .lane_name {
  background-color: #99d100;
}
.entrance_event_lane_list .event_lane_box.lane_b .external_link {
  background-color: #99d100;
}
.entrance_event_lane_list .event_lane_box.lane_b .external_link:hover {
  background-color: #90b700;
}
.entrance_event_lane_list .event_lane_box.lane_c {
  background-color: #fff5c4;
}
.entrance_event_lane_list .event_lane_box.lane_c .lane_name {
  background-color: #f2c300;
}
.entrance_event_lane_list .event_lane_box.lane_c .external_link {
  background-color: #f2c300;
}
.entrance_event_lane_list .event_lane_box.lane_c .external_link:hover {
  background-color: #e0b500;
}
.entrance_event_lane_list .event_lane_box.lane_d {
  background-color: #fbd5e0;
}
.entrance_event_lane_list .event_lane_box.lane_d .lane_name {
  background-color: #ea60af;
}
.entrance_event_lane_list .event_lane_box.lane_d .external_link {
  background-color: #ea60af;
}
.entrance_event_lane_list .event_lane_box.lane_d .external_link:hover {
  background-color: #d84ca3;
}

.entrance_questionnaire_wrap {
  margin-top: 93px;
  padding-top: 50px;
  border-top: solid 1px #e5e5e5;
}
@media screen and (max-width: 767px) {
  .entrance_questionnaire_wrap {
    margin-top: 60px;
    padding-top: 30px;
  }
}

.entrance_questionnaire_flex {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .entrance_questionnaire_flex {
    display: block;
  }
}
.entrance_questionnaire_flex .img_block {
  width: min(19%, 190px);
  min-width: 95px;
}
.entrance_questionnaire_flex .text_block {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .entrance_questionnaire_flex .text_block {
    width: 100%;
    padding-bottom: 20px;
  }
}

.entrance_questionnaire_title {
  position: relative;
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.35;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .entrance_questionnaire_title {
    margin: 0;
    font-size: 2.4rem;
    text-align: center;
  }
}
.entrance_questionnaire_title .marker {
  background: linear-gradient(transparent 60%, #ffdd3b 60%, #ffdd3b 100%, transparent 100%);
  padding-bottom: 1px;
}

.entrance_questionnaire_btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 440px;
  padding: 20px 44px;
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entrance_questionnaire_btn {
    margin: 30px auto 0;
  }
}
.entrance_questionnaire_btn:hover {
  background-color: #005bbf;
  color: hsl(0, 0%, 100%);
}
.entrance_questionnaire_btn::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background: url(../images/common/arrow_diagonal.svg) center/contain no-repeat;
}/*# sourceMappingURL=style.min.css.map */