@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;
  text-decoration: underline dotted;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

img {
  border-style: none;
}

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

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

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

input {
  border-radius: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

address {
  font-style: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
}

hr {
  height: 0;
  overflow: visible;
}

template {
  display: none;
}

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

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

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

[hidden] {
  display: none;
}

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

[aria-controls] {
  cursor: pointer;
}

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

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

body {
  background-color: hsl(0, 0%, 100%);
  color: #000;
  font-family: "Zen Kaku Gothic New", 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;
  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]: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);
  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: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;
  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 {
  display: none;
  position: absolute;
  right: 0;
  width: 60px;
  height: 100%;
  background-color: #4ca5bf;
  z-index: 999;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menu {
    display: block;
  }
}
.menu:hover {
  opacity: 1;
}
.menu .menu__line {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 28px;
  height: 2px;
  margin: 0 auto;
  background: hsl(0, 0%, 100%);
  border-radius: 2px;
  transition-duration: 0.3s;
}
.menu .menu__line.menu__line--top {
  top: 20px;
}
.menu .menu__line.menu__line--top.active {
  top: 30px;
  transform: rotate(45deg);
}
.menu .menu__line.menu__line--center {
  top: 30px;
}
.menu .menu__line.menu__line--center.active {
  display: none;
}
.menu .menu__line.menu__line--bottom {
  bottom: 18px;
}
.menu .menu__line.menu__line--bottom.active {
  bottom: 28px;
  transform: rotate(135deg);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  height: 70px;
  background-color: #4ca5bf;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .header_inner {
    height: 60px;
    padding: 0 70px 0 0;
  }
}

.header_logo {
  background-color: #fff;
  padding: 0 40px;
  height: 70px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header_logo {
    height: 60px;
    padding: 0;
  }
}
.header_logo a {
  display: block;
}
.header_logo a img {
  height: 40px;
  width: auto;
}

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

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

.header-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: min(1.4vw, 1.6rem);
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .header-nav {
    margin-right: 0;
    display: block;
    margin: 0;
    font-size: 2rem;
  }
}
.header-nav > li {
  position: relative;
  margin-left: 1.6rem;
  padding-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .header-nav > li {
    margin: 0;
    padding: 0;
  }
}
.header-nav > li:not(:last-child) {
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-nav > li:not(:last-child) {
    margin-bottom: 0;
  }
}
.header-nav a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 70px;
  padding-block: 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header-nav a {
    display: block;
    min-height: 0;
    padding: 15px 30px 15px 0;
    border-bottom: #fff solid 2px;
  }
}
@media screen and (max-width: 767px) {
  .header-nav a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 20px;
    background-image: url(../images/common/icon_arrow_blue.svg);
    background-size: 14px 11px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
  }
}
.header-nav a:hover {
  color: #036eb7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.td_underline {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notes_text {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .notes_text {
    font-size: 1.2rem;
    text-align: left;
  }
}
.notes_text::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

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

.disc_list > li {
  position: relative;
  padding-left: 1em;
}
.disc_list > li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.31em;
  height: 0.31em;
  background-color: #2ca6e0;
  border-radius: 50%;
}

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

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

.job_btn {
  display: block;
  height: 40px;
  padding: 6px 34px;
  border-top: #326db3 solid 2px;
  background-color: #326db3;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
  color: hsl(0, 0%, 100%);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .job_btn {
    font-size: 1.4rem;
    padding-block: 4px;
  }
}
.job_btn::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 20px;
  background: url(../images/common/icon_arrow_white.svg) no-repeat center center;
  background-size: 11px 10px;
  background-color: #000;
}
.job_btn:hover {
  background-color: hsl(0, 0%, 100%);
  color: #326db3;
}
.job_btn:hover::before, .job_btn:hover::after {
  background-color: #326db3;
}

.headline {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.187;
  color: #000;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.2rem;
  }
}
.headline .en_text {
  display: block;
  position: relative;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  color: #326db3;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .headline .en_text {
    font-size: 1.2rem;
  }
}

.border_headline {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.187;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .border_headline {
    font-size: 2.2rem;
    margin-bottom: 35px;
  }
}
.border_headline .en_text {
  display: block;
  position: relative;
  padding: 0 0 10px 0;
  font-size: 18px;
  font-weight: 400;
  color: #036eb7;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .border_headline .en_text {
    margin-bottom: 7px;
    font-size: 1.2rem;
    padding-bottom: 1px;
  }
}

.common_heading {
  position: relative;
  padding: 80px 12%;
  background: url(../images/common/bg_renga.png) repeat center top;
  background-size: 100% auto;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .common_heading {
    padding: 30px 5%;
  }
}

.common_heading::before,
.common_heading::after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
}

.common_heading::before {
  background-image: url(../images/top/deco_ill03.png);
  width: 154px;
  height: 185px;
  right: 0;
  top: -70px;
}
@media screen and (max-width: 767px) {
  .common_heading::before {
    width: 77px;
    height: 93px;
    top: -35px;
  }
}

.common_heading::after {
  background-image: url(../images/common/deco_common_ill01.png);
  width: 398px;
  height: 233px;
  right: 50px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .common_heading::after {
    width: 199px;
    height: 117px;
    right: 20px;
  }
}

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

.top_mv_section {
  position: relative;
  padding: 0 14%;
  background: url(../images/common/bg_renga.png) repeat center top;
  background-color: #fff;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .top_mv_section {
    padding: 0px 20px 0;
    background-size: 1400px auto;
  }
}

.top_mv_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 70px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_mv_inner {
    width: 100%;
    padding: 30px 0 120px;
  }
}
.top_mv_inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -40px;
  background: url("../images/top/deco_ill01.png") center/contain no-repeat;
  width: 234px;
  height: 226px;
}
@media screen and (max-width: 767px) {
  .top_mv_inner::before {
    width: 117px;
    height: 113px;
    left: 10%;
  }
}
.top_mv_inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -40px;
  background: url("../images/top/deco_ill02.png") center/contain no-repeat;
  width: 198px;
  height: 214px;
}
@media screen and (max-width: 767px) {
  .top_mv_inner::after {
    width: 99px;
    height: 107px;
    right: 10%;
  }
}

.top_mv_headline {
  width: 100%;
  margin: 0 auto 10px;
}

.top_mv_text_block {
  font-size: 1.6rem;
  line-height: 1.73;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_mv_text_block {
    font-size: 1.4rem;
  }
}
.top_mv_text_block p {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_mv_text_block p {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
  }
}
.top_mv_text_block .note {
  color: #c42922;
  font-weight: 700;
}

.top_target_info {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: #036eb7 solid 3px;
  padding: 3% 7.5%;
  margin-top: 15px;
}

.top_target_info dl {
  display: flex;
  gap: 20px;
}
.top_target_info dl dt {
  color: #036eb7;
}
@media screen and (max-width: 767px) {
  .top_target_info dl dd {
    font-size: 14px;
  }
}

.top_target_info p {
  font-size: 14px;
  margin-top: 7px;
}

/* -------------------------------------------------------------- 
各スケジュールブロック
-------------------------------------------------------------- */
/* ==========================================================================
   1. カラーテーマ定義 (CSS Variables)
   ========================================================================== */
/* 新卒向け (ブルー系) */
.top_schedule_section._shinsotsu {
  --theme-primary: #4a7ebb; /* メインカラー */
  --theme-primary-hover: #3b689e;
  --theme-highlight: #ffb8d2; /* 蛍光ペン（マーカー）色 */
  --theme-tab-inactive: #5587c5; /* 非アクティブタブ */
}

/* 既卒向け (サンプル：グリーン・オレンジ系などに変更可能) */
.top_schedule_section._kisotsu {
  --theme-primary: #4ca5bf;
  --theme-primary-hover: #227969;
  --theme-highlight: #ffb8d2;
  --theme-tab-inactive: #4ca5bf;
}

/* 新既卒向け (サンプル：パープル・ピンク系などに変更可能) */
.top_schedule_section._shinkisotsu {
  --theme-primary: #ff7596;
  --theme-primary-hover: #6e3d87;
  --theme-highlight: #ffb8d2;
  --theme-tab-inactive: #ff7596;
}

/* ==========================================================================
   2. ベース & コンテナ
   ========================================================================== */
.top_schedule_section {
  padding: 0;
  background-color: #fcfcfc;
  color: #333;
  line-height: 1.6;
}

.top_schedule_inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* ==========================================================================
   3. ヒーローヘッダー（画像タイトル化に伴う修正）
   ========================================================================== */
.top_schedule_header {
  padding: 80px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_schedule_header {
    padding: 40px 0 0;
  }
}

.top_schedule_header::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 5%;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.top_schedule_section._shinsotsu .top_schedule_header {
  background-color: #eaf0f7;
}

.top_schedule_section._shinsotsu .top_schedule_header::after {
  width: 234px;
  height: 226px;
  background-image: url(../images/top/deco_ill01.png);
  background-size: 234px auto;
}
@media screen and (max-width: 767px) {
  .top_schedule_section._shinsotsu .top_schedule_header::after {
    display: none;
  }
}

.top_schedule_section._kisotsu .top_schedule_header {
  background-color: #dbedf2;
}

.top_schedule_section._kisotsu .top_schedule_header::after {
  width: 234px;
  height: 214px;
  background-image: url(../images/top/deco_ill04.png);
  background-size: 234px auto;
}
@media screen and (max-width: 767px) {
  .top_schedule_section._kisotsu .top_schedule_header::after {
    display: none;
  }
}

.top_schedule_section._shinkisotsu .top_schedule_header {
  background-color: #ffe3ea;
}

.top_schedule_section._shinkisotsu .top_schedule_header::after {
  width: 234px;
  height: 214px;
  background-image: url(../images/top/deco_ill05.png);
  background-size: 234px auto;
}
@media screen and (max-width: 767px) {
  .top_schedule_section._shinkisotsu .top_schedule_header::after {
    display: none;
  }
}

.top_schedule_title_group {
  width: 1100px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 auto 60px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_schedule_title_group {
    display: block;
    width: 100%;
    padding: 0 5%;
    margin: 0 auto 30px;
  }
}

/* タイトル画像 (h2) のスタイル */
.top_schedule_title_group h2 {
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  width: auto;
  height: 107px;
}
@media screen and (max-width: 767px) {
  .top_schedule_title_group h2 {
    height: 56px;
    margin-bottom: 15px;
  }
}

.top_schedule_title_group h2 img {
  width: auto;
  height: 107px;
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .top_schedule_title_group h2 img {
    height: 56px;
    margin: 0 auto;
  }
}

/* メインタイトルのテキストグループ */
.top_schedule_main_title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top_schedule_main_title {
    text-align: center;
  }
}

.top_schedule_catch {
  font-size: 22px;
  color: var(--theme-primary);
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .top_schedule_catch {
    font-size: 18px;
  }
}

.top_schedule_sub {
  font-size: 18px;
  color: var(--theme-primary);
  font-weight: bold;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .top_schedule_sub {
    font-size: 14px;
  }
}

/* タブデザイン */
.top_schedule_tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top_schedule_tabs {
    gap: 4px;
  }
}

.top_schedule_tab {
  background-color: var(--theme-tab-inactive);
  color: #ffffff;
  padding: 7px 28px;
  border-radius: 12px 12px 0 0;
  min-width: 210px;
  cursor: pointer;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .top_schedule_tab {
    padding: 7px 7px;
    min-width: auto;
    text-align: center;
  }
}

.top_schedule_tab:hover {
  background-color: #fff;
  color: #000000;
}

.top_schedule_tab._active {
  background-color: #ffffff;
  color: #000000;
}

.top_schedule_tab_date strong {
  font-size: 32px;
  margin: 0 2px;
}
@media screen and (max-width: 767px) {
  .top_schedule_tab_date strong {
    font-size: 24px;
  }
}

.top_schedule_tab_day {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  background-color: #fff;
  color: var(--theme-tab-inactive);
  font-size: 12px;
  text-align: center;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .top_schedule_tab_day {
    display: block;
    width: 100%;
    border-radius: 5px;
  }
}

.top_schedule_tab:hover .top_schedule_tab_day,
.top_schedule_tab._active .top_schedule_tab_day {
  background-color: #000;
  color: #fff;
}

/* ==========================================================================
   4. 特徴フキダシブロック
   ========================================================================== */
.top_schedule_content_container {
  padding: 40px 0 100px;
}

.top_schedule_speech_bubble {
  position: relative;
  border: 2px solid var(--theme-primary);
  border-radius: 20px;
  padding: 30px 40px;
  margin-bottom: 50px;
  background-color: #ffffff;
}

/* フキダシのくちばし部分 */
.top_schedule_speech_bubble::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 180px;
  border-style: solid;
  border-width: 15px 12px 0 12px;
  border-color: #ffffff transparent transparent transparent;
}

.top_schedule_speech_bubble::before {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 179px;
  border-style: solid;
  border-width: 17px 13px 0 13px;
  border-color: var(--theme-primary) transparent transparent transparent;
}

.top_schedule_bubble_title {
  font-size: 20px;
  margin-bottom: 18px;
  font-weight: bold;
}

.top_schedule_highlight {
  color: var(--theme-primary);
}

.top_schedule_feature_list {
  list-style: none;
}

.top_schedule_feature_list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

.top_schedule_feature_list li::before {
  display: block;
  content: "";
  background-color: var(--theme-primary);
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  left: 2px;
  top: 8px;
}

/* 蛍光ペン風マーカー */
.top_schedule_marker {
  background: linear-gradient(transparent 60%, var(--theme-highlight) 60%);
}

/* ==========================================================================
   5. 概要 ＆ イラストエリア
   ========================================================================== */
.top_schedule_details {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .top_schedule_details {
    flex-direction: column;
    align-items: center;
  }
}

.top_schedule_info {
  flex: 1;
}

.top_schedule_info_list {
  max-width: 670px;
  margin-bottom: 30px;
}

.top_schedule_info_item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e2e8f0;
}

.top_schedule_label {
  background-color: #777777;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 16px;
  border-radius: 20px;
  margin-right: 20px;
  white-space: nowrap;
}

.top_schedule_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .top_schedule_tags {
    gap: 5px;
  }
}

.top_schedule_tag {
  background-color: var(--theme-primary);
  color: #ffffff;
  min-width: 218px;
  padding: 8px 26px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_schedule_tag {
    min-width: 168px;
    padding: 8px 8px;
  }
}

._shinsotsu .top_schedule_tag::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/top/check_darkblue.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.top_schedule_illustration {
  width: 280px;
  flex-shrink: 0;
  text-align: center;
}

.top_schedule_img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   6. 企業カードグリッド
   ========================================================================== */
.top_schedule_company_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .top_schedule_company_grid {
    grid-template-columns: 1fr;
  }
}

.top_schedule_card {
  border: 2px solid var(--theme-primary);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  gap: 16px;
  background-color: #ffffff;
}

.top_schedule_card_logo {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.top_schedule_card_logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.top_schedule_card_logo_fallback {
  color: #aaaaaa;
  font-weight: bold;
}

.top_schedule_card_body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.top_schedule_card_title {
  font-size: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 8px;
  font-weight: bold;
}

.top_schedule_card_title a {
  color: #333333;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.top_schedule_card_title a:hover {
  color: var(--theme-primary);
}

.icon_blank {
  display: inline-block;
  margin-left: 2px;
}

.icon_blank::before {
  background-image: url(../images/common/icon_arrow_blank.svg);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transition: 0.3s;
}

._shinsotsu .top_schedule_card_title a:hover .icon_blank::before {
  background-image: url(../images/common/icon_arrow_blank_darkblue.svg);
}

._kisotsu .top_schedule_card_title a:hover .icon_blank::before {
  background-image: url(../images/common/icon_arrow_blank_blue.svg);
}

._shinkisotsu .top_schedule_tag::before {
  background-image: url(../images/common/icon_arrow_blank_pink.svg);
}

.top_schedule_card_pr {
  display: flex;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 15px;
}

.top_schedule_pr_label {
  color: #888888;
  white-space: nowrap;
  font-size: 12px;
}

.top_schedule_pr_text {
  color: #555555;
  line-height: 1.4;
}

.top_schedule_card_link {
  margin-top: auto;
  align-self: flex-end;
  color: var(--theme-primary);
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: transform 0.2s ease;
}

.icon_arrow {
  display: inline-block;
  transition: transform 0.2s ease;
  background-color: var(--theme-primary);
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 10px;
}

.icon_arrow::before {
  background-image: url(../images/common/icon_arrow_white.svg);
  background-size: 10px 8px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
}

/* ==========================================================================
   タブ切り替え時のコンテンツ表示 ＆ アニメーション
   ========================================================================== */
/* コンテンツエリアの初期状態（非表示） */
.top_schedule_inner {
  display: none;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .top_schedule_inner {
    padding: 0 5%;
  }
}

/* アクティブ時の表示 ＋ フェードインアニメーション */
.top_schedule_inner._active {
  display: block;
  /* CSSアニメーションを発火 */
  animation: scheduleTabFadeIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* フェードイン ＋ マイクロ昇降（スライド）のキーフレーム */
@keyframes scheduleTabFadeIn {
  0% {
    opacity: 0;
    transform: translateY(12px); /* 少し下から */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* 元の位置へ */
  }
}
.top_schedule_text {
  flex: 1;
}

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

.schedule_tab_nav {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .schedule_tab_nav {
    margin-left: 0;
  }
}

.schedule_tab_nav li {
  align-content: center;
  width: 25%;
  position: relative;
  max-width: 495px;
  min-height: 70px;
  padding: 18px 5px 12px;
  box-sizing: border-box;
  background-color: hsl(0, 0%, 100%);
  border-radius: 15px 15px 0 0;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .schedule_tab_nav li {
    min-height: 60px;
    margin-left: 0;
    padding: 11px 3px 4px;
    border-radius: 20px 20px 0 0;
    line-height: 1.1;
  }
}
.schedule_tab_nav li.is_active {
  min-height: 115px;
  background-color: #fff;
  font-size: min(4.8vw, 28px);
  padding-block: 23px 15px;
}

.schedule_tab_content_wrap {
  position: relative;
  padding-block: 60px 110px;
}
@media screen and (max-width: 767px) {
  .schedule_tab_content_wrap {
    padding-block: 25px 86px;
  }
}

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

/* -------------------------------------------------------------- 
求人情報
-------------------------------------------------------------- */
.top_job_section::before,
.top_job_section::after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  bottom: 0;
}

.top_job_section::before {
  width: 206px;
  height: 186px;
  background-image: url(../images/top/deco_ill01.png);
  left: 5%;
}
@media screen and (max-width: 767px) {
  .top_job_section::before {
    width: 103px;
    height: 93px;
  }
}

.top_job_section::after {
  width: 206px;
  height: 186px;
  background-image: url(../images/top/deco_ill02.png);
  right: 5%;
}
@media screen and (max-width: 767px) {
  .top_job_section::after {
    width: 103px;
    height: 93px;
  }
}

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

/* -------------------------------------------------------------- 
関連サイト
-------------------------------------------------------------- */
.top_links_section {
  padding: 60px 0 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top_links_section {
    padding: 30px 0 50px;
  }
}
.top_links_section .inner_small {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_links_section .inner_small {
    padding-inline: 10.667%;
  }
}

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

/* ==========================================================================
   下部追従CTAバナー (Sticky CTA)
   ========================================================================== */
/* 全体を画面下部に固定 */
.sticky_cta_wrap {
  position: fixed;
  bottom: 12px;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 0 16px;
  pointer-events: none; /* 周囲のクリック透過 */
}

.sticky_cta_container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  pointer-events: auto; /* バナー内部はクリック有効 */
}

/* 1. 左端：お申込みラベル */
.sticky_cta_label {
  background-color: #c82c28; /* 赤色ベース */
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 14px 0 0 14px;
  flex-shrink: 0;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sticky_cta_label {
    font-size: 14px;
    border-radius: 0;
  }
}

/* 2. 右側：日程アイテムグリッド */
.sticky_cta_items {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/* 各日程リンクカード */
.sticky_cta_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px 16px;
  text-decoration: none;
  background-color: #ffffff;
  border: 3px solid transparent;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

/* 枠線・テキストカラーのカテゴリ分け */
.sticky_cta_item._shinsotsu {
  border-color: rgba(59, 123, 187, 0.9411764706);
  --item-color: #2b6cb0;
}

.sticky_cta_item._kisotsu {
  border-color: #4db3c7;
  --item-color: #319795;
}

.sticky_cta_item._shinkisotsu {
  border-color: #ff7b9c;
  --item-color: #ff7596;
  border-radius: 0 14px 14px 0;
}
@media screen and (max-width: 767px) {
  .sticky_cta_item._shinkisotsu {
    border-radius: 0;
  }
}

/* マイクロインタラクション (PCホバー時) */
@media (hover: hover) {
  .sticky_cta_item:hover {
    background-color: #f8fafc;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
}
/* メタ情報（対象 & 形式） */
.sticky_cta_meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.25;
}

.sticky_cta_target {
  font-weight: bold;
  color: var(--item-color);
  white-space: nowrap;
  font-size: 16px;
}

.sticky_cta_type {
  font-weight: bold;
  color: var(--item-color);
  white-space: nowrap;
}

/* 日付エリア */
.sticky_cta_date {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.sticky_cta_date strong {
  font-size: 32px;
  line-height: 1;
}

/* 曜日の黒丸アイコン */
.sticky_cta_day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  margin-left: 2px;
  position: relative;
  top: -3px;
}

/* ==========================================================================
   レスポンシブ対応 (SP: スマホ表示)
   ========================================================================== */
@media (max-width: 768px) {
  .sticky_cta_wrap {
    bottom: 0;
    padding: 0; /* スマホ時は画面最下部にピッタリ配置 */
  }
  .sticky_cta_container {
    border-radius: 0; /* 画面幅いっぱいにフィット */
  }
  .sticky_cta_label {
    padding: 0 12px;
    font-size: 0.9rem;
    text-orientation: upright;
    letter-spacing: 0.1em;
  }
  .sticky_cta_item {
    flex-direction: column; /* メタ情報と日付を縦並び（2段）に */
    gap: 2px;
    padding: 8px 4px;
    text-align: center;
    border-width: 2px; /* スマホでは線を少し細くして領域を確保 */
  }
  .sticky_cta_meta {
    align-items: center;
    line-height: 1.1;
  }
  .sticky_cta_target {
    font-size: 10px;
  }
  .sticky_cta_type {
    font-size: 10px;
  }
  .sticky_cta_date {
    font-size: 10px;
    margin-top: 2px;
  }
  .sticky_cta_date strong {
    font-size: 16px;
  }
  .sticky_cta_day {
    width: 16px;
    height: 16px;
    font-size: 8px;
    top: -1px;
  }
}
.result_text_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 90px 0 30px -20px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .result_text_box {
    margin: 40px 0 15px -16px;
  }
}
.result_text_box > * {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .result_text_box > * {
    margin-left: 16px;
  }
}

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

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

.job_card_grid {
  display: flex;
  flex-wrap: wrap;
  margin: -25px 0 0 -2.5%;
}
@media screen and (max-width: 767px) {
  .job_card_grid {
    margin: -20px 0 0 0;
  }
}
.job_card_grid .job_card {
  width: 30.83%;
  margin: 25px 0 0 2.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  box-sizing: border-box;
  border: solid 2px #326db3;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .job_card_grid .job_card {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.job_card_grid .job_card .title {
  padding: 25px 25px 15px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .job_card_grid .job_card .title {
    font-size: 1.6rem;
  }
}
.job_card_grid .job_card .company_name {
  padding: 0 25px 5px;
}
@media screen and (max-width: 767px) {
  .job_card_grid .job_card .company_name {
    font-size: 14px;
    margin-bottom: 7px;
  }
}
.job_card_grid .job_card .detail_item_group {
  margin: 0 0px 10px;
}
@media screen and (max-width: 767px) {
  .job_card_grid .job_card .detail_item_group {
    margin: 0 0 20px;
  }
}
.job_card_grid .job_card .detail_item {
  padding: 0 25px;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
}
.job_card_grid .job_card .detail_item:not(:last-child) {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .job_card_grid .job_card .detail_item:not(:last-child) {
    margin-bottom: 2px;
  }
}
.job_card_grid .job_card .detail_item > dt {
  width: 3em;
  margin-right: 0.5em;
  color: #326db3;
}
.job_card_grid .job_card .detail_item > dd {
  flex: 1;
}

.search_wrap {
  padding: 50px 6.66%;
  background: #dde9f4;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .search_wrap {
    padding: 40px 20px;
    background-size: 1180px auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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