@charset "UTF-8";
/******************************************************************
** Stylesheet: Main Stylesheet
******************************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
/******************************************************************
** Base
******************************************************************/
html {
   font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
/******************************************************************
** Links
******************************************************************/
a {
  color: #1558d6;
  background: transparent;
}
a:active, a:hover {
  outline: 0;
}
/******************************************************************
** Typography
******************************************************************/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong, .strong, .title {
  font-weight: bold;
}
dfn, em, .em {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
pre {
  margin: 0;
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "“" "”" "‘" "’";
}
q:before, q:after {
  content: "";
  content: none;
}
small, .small {
  font-size: 75%;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/******************************************************************
** Lists
******************************************************************/
dl, menu {
  margin: 1em 0;
}
dd {
  margin: 0;
}
menu {
  padding: 0 0 0 40px;
}
ol, ul {
  margin: 0 0 1.5em;
  padding: 0;
  padding-left: 1em;
}
ol li, ul li {
  margin-bottom: 0.3em;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
/******************************************************************
** Embedded content
******************************************************************/
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
/******************************************************************
** Figures
******************************************************************/
figure {
  margin: 0;
}
/******************************************************************
** Forms
******************************************************************/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button, input {
  line-height: normal;
}
button, select {
  text-transform: none;
}
button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/******************************************************************
** Tables
******************************************************************/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement, .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}
span.amp {
  font-style: italic;
}
p {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}
.last-col {
  float: right;
  padding-right: 0 !important;
}
@media (max-width: 768px) {
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
@media (min-width: 1025px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: right;
    width: 28.9473684211%;
    margin-left: 4.3859649123%;
  }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    width: 66.6666666667%;
  }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.0909090909%;
  }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}
.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: white;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  color: white;
  text-decoration: none;
}
.blue-btn:active, .comment-reply-link:active, #submit:active {
  top: 1px;
}
.blue-btn, .comment-reply-link, #submit {
  background-color: #2980b9;
}
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  background-color: #2574a8;
}
.blue-btn:active, .comment-reply-link:active, #submit:active {
  background-color: #2472a4;
}
/******************************************************************
** INPUTS
******************************************************************/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  display: block;
  height: 45px;
  padding: 10px;
  font-size: 1em;
  color: #5c6b80;
  border-radius: 5px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  background: #fafafa;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  box-sizing: border-box;
}
select, textarea, .field {
  display: block;
  height: 45px;
  padding: 10px;
  font-size: 1em;
  color: #5c6b80;
  border-radius: 5px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  background: #fafafa;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  box-sizing: border-box;
}
input[type="text"]:focus, input[type="text"]:active {
  background-color: #f7f8fa;
}
input[type="password"]:focus, input[type="password"]:active {
  background-color: #f7f8fa;
}
input[type="datetime"]:focus, input[type="datetime"]:active {
  background-color: #f7f8fa;
}
input[type="datetime-local"]:focus, input[type="datetime-local"]:active {
  background-color: #f7f8fa;
}
input[type="date"]:focus, input[type="date"]:active {
  background-color: #f7f8fa;
}
input[type="month"]:focus, input[type="month"]:active {
  background-color: #f7f8fa;
}
input[type="time"]:focus, input[type="time"]:active {
  background-color: #f7f8fa;
}
input[type="week"]:focus, input[type="week"]:active {
  background-color: #f7f8fa;
}
input[type="number"]:focus, input[type="number"]:active {
  background-color: #f7f8fa;
}
input[type="email"]:focus, input[type="email"]:active {
  background-color: #f7f8fa;
}
input[type="url"]:focus, input[type="url"]:active {
  background-color: #f7f8fa;
}
input[type="search"]:focus, input[type="search"]:active {
  background-color: #f7f8fa;
}
input[type="tel"]:focus, input[type="tel"]:active {
  background-color: #f7f8fa;
}
input[type="color"]:focus, input[type="color"]:active {
  background-color: #f7f8fa;
}
select:focus, select:active {
  background-color: #f7f8fa;
}
textarea:focus, textarea:active {
  background-color: #f7f8fa;
}
.field:focus, .field:active {
  background-color: #f7f8fa;
}
input[type="text"].error, input[type="text"].is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type="password"].error, input[type="password"].is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type="datetime"].error, input[type="datetime"].is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type="datetime-local"].error, input[type="datetime-local"].is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type="date"].error, input[type="date"].is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type="month"].error, input[type="month"].is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type="time"].error, input[type="time"].is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type="week"].error, input[type="week"].is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type="number"].error, input[type="number"].is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type="email"].error, input[type="email"].is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type="url"].error, input[type="url"].is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type="search"].error, input[type="search"].is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type="tel"].error, input[type="tel"].is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type="color"].error, input[type="color"].is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
select.error, select.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
textarea.error, textarea.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
.field.error, .field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type="text"].success, input[type="text"].is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type="password"].success, input[type="password"].is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type="datetime"].success, input[type="datetime"].is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type="datetime-local"].success, input[type="datetime-local"].is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type="date"].success, input[type="date"].is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type="month"].success, input[type="month"].is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type="time"].success, input[type="time"].is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type="week"].success, input[type="week"].is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type="number"].success, input[type="number"].is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type="email"].success, input[type="email"].is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type="url"].success, input[type="url"].is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type="search"].success, input[type="search"].is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type="tel"].success, input[type="tel"].is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type="color"].success, input[type="color"].is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
select.success, select.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
textarea.success, textarea.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
.field.success, .field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="text"].is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="password"][disabled], input[type="password"].is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="datetime"][disabled], input[type="datetime"].is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="datetime-local"][disabled], input[type="datetime-local"].is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="date"][disabled], input[type="date"].is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="month"][disabled], input[type="month"].is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="time"][disabled], input[type="time"].is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="week"][disabled], input[type="week"].is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="number"][disabled], input[type="number"].is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="email"][disabled], input[type="email"].is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="url"][disabled], input[type="url"].is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="search"][disabled], input[type="search"].is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="tel"][disabled], input[type="tel"].is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="color"][disabled], input[type="color"].is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
select[disabled], select.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
textarea[disabled], textarea.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
.field[disabled], .field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active {
  background-color: #d5edf8;
}
input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active {
  background-color: #d5edf8;
}
input[type="password"][disabled]:focus, input[type="password"][disabled]:active {
  background-color: #d5edf8;
}
input[type="password"].is-disabled:focus, input[type="password"].is-disabled:active {
  background-color: #d5edf8;
}
input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active {
  background-color: #d5edf8;
}
input[type="datetime"].is-disabled:focus, input[type="datetime"].is-disabled:active {
  background-color: #d5edf8;
}
input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active {
  background-color: #d5edf8;
}
input[type="datetime-local"].is-disabled:focus, input[type="datetime-local"].is-disabled:active {
  background-color: #d5edf8;
}
input[type="date"][disabled]:focus, input[type="date"][disabled]:active {
  background-color: #d5edf8;
}
input[type="date"].is-disabled:focus, input[type="date"].is-disabled:active {
  background-color: #d5edf8;
}
input[type="month"][disabled]:focus, input[type="month"][disabled]:active {
  background-color: #d5edf8;
}
input[type="month"].is-disabled:focus, input[type="month"].is-disabled:active {
  background-color: #d5edf8;
}
input[type="time"][disabled]:focus, input[type="time"][disabled]:active {
  background-color: #d5edf8;
}
input[type="time"].is-disabled:focus, input[type="time"].is-disabled:active {
  background-color: #d5edf8;
}
input[type="week"][disabled]:focus, input[type="week"][disabled]:active {
  background-color: #d5edf8;
}
input[type="week"].is-disabled:focus, input[type="week"].is-disabled:active {
  background-color: #d5edf8;
}
input[type="number"][disabled]:focus, input[type="number"][disabled]:active {
  background-color: #d5edf8;
}
input[type="number"].is-disabled:focus, input[type="number"].is-disabled:active {
  background-color: #d5edf8;
}
input[type="email"][disabled]:focus, input[type="email"][disabled]:active {
  background-color: #d5edf8;
}
input[type="email"].is-disabled:focus, input[type="email"].is-disabled:active {
  background-color: #d5edf8;
}
input[type="url"][disabled]:focus, input[type="url"][disabled]:active {
  background-color: #d5edf8;
}
input[type="url"].is-disabled:focus, input[type="url"].is-disabled:active {
  background-color: #d5edf8;
}
input[type="search"][disabled]:focus, input[type="search"][disabled]:active {
  background-color: #d5edf8;
}
input[type="search"].is-disabled:focus, input[type="search"].is-disabled:active {
  background-color: #d5edf8;
}
input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active {
  background-color: #d5edf8;
}
input[type="tel"].is-disabled:focus, input[type="tel"].is-disabled:active {
  background-color: #d5edf8;
}
input[type="color"][disabled]:focus, input[type="color"][disabled]:active {
  background-color: #d5edf8;
}
input[type="color"].is-disabled:focus, input[type="color"].is-disabled:active {
  background-color: #d5edf8;
}
select[disabled]:focus, select[disabled]:active {
  background-color: #d5edf8;
}
select.is-disabled:focus, select.is-disabled:active {
  background-color: #d5edf8;
}
textarea[disabled]:focus, textarea[disabled]:active {
  background-color: #d5edf8;
}
textarea.is-disabled:focus, textarea.is-disabled:active {
  background-color: #d5edf8;
}
.field[disabled]:focus, .field[disabled]:active {
  background-color: #d5edf8;
}
.field.is-disabled:focus, .field.is-disabled:active {
  background-color: #d5edf8;
}
input[type="password"] {
  letter-spacing: 0.3em;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}
select {
  -webkit-appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}
/******************************************************************
** GENERAL STYLES
******************************************************************/
html {
  font-size: 15px;
}
body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  color: #000;
}
#container {
  overflow: hidden;
}
/******************************************************************
** H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  font-style: normal;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}
h1, .h1 {
  font-size: 2.5em;
}
h2, .h2 {
  font-size: 1.75em;
  margin-bottom: 0.375em;
}
h3, .h3 {
  font-size: 1.125em;
}
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5, .h5 {
  font-size: 0.846em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/******************************************************************
** HEADER STYLES
******************************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  z-index: 9999;
  transition: all 0.4s;
}
#inner-header {
  padding-left: 30px;
}
#inner-header .inner {
  display: flex;
  align-items: center;
}
.logo {
  width: 100%;
  max-width: 240px;
  margin: 0;
  line-height: 0;
}
.logo a {
  display: block;
  width: 100%;
}
.logo img {
  width: 100%;
  height: auto;
  transition: all 0.4s;
}
.logo a:hover img {
  opacity: 0.7;
}
.header .logo {
  width: initial;
  max-width: initial;
  display: table;
}
.header .logo a {
  color: #000;
}
.header .logo .logo-text {
  font-size: 0.6666666667rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 0.5em;
}
.header .logo img {
  max-width: 240px;
}
.header nav {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1025px) {
  .header.header-scroll {
    background: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding-top: 15px;
    padding-bottom: 0;
  }
  #inner-header {
    padding-left: 20px;
    padding-right: 65px;
  }
}
/******************************************************************
** NAVIGATION STYLES
******************************************************************/
ul.nav {
  border-bottom: 0;
  margin: 0;
}
.header ul.nav {
  list-style: none;
  font-size: 0;
  display: table;
  margin: 0;
  padding: 0;
}
.header ul.nav > li {
  font-size: 1rem;
  display: inline-block;
  margin: 0 1em;
}
.header ul.nav > li:first-child {
  margin-left: 0;
}
.header ul.nav > li:last-child {
  margin-right: 0;
}
.header ul.nav > li a {
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: block;
  transition: all 0.4s;
	text-transform: uppercase;
	line-height: 3em;
}
.header ul.nav > li a:hover {
  opacity: 0.7;
}
.header ul.nav > li a .menu-item-description {
  display: block;
  font-size: 12px;
  margin-top: 0.6em;
}
.header ul.nav > li ul.sub-menu li a, .header ul.nav > li ul.children li a {
  padding-left: 30px;
}
.header.header-scroll ul.nav > li a {
  color: #000;
}
body.single .header ul.nav > li a, body.marcial .header ul.nav > li a, body.wake .header ul.nav > li a, body.starlia .header ul.nav > li a, body.nowmart .header ul.nav > li a {
  color: #000;
}
ul.footer-menu {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
}
ul.footer-menu li {
  display: block;
  margin: 0;
}
ul.footer-menu_child {
  list-style: none;
  padding: 0;
}
ul.footer-menu li a, ul.footer-menu_child li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s;
}
ul.footer-menu li a:hover, ul.footer-menu_child li a:hover {
  opacity: 0.7;
}
ul.footer-menu li {
  margin-bottom: 0.9em;
}
ul.footer-menu li:last-child {
  margin-bottom: 0;
}
ul.footer-menu li a {
  display: inline-block;
  transition: all 0.4s;
}
ul.footer-menu li a:hover {
  opacity: 0.7;
}
ul.footer-menu ul.footer-menu_child {
  margin-top: 0.7em;
  padding-left: 1em;
}
ul.footer-menu ul.footer-menu_child > li {
  font-size: 0.8rem;
  position: relative;
  padding-left: 15px;
}
ul.footer-menu ul.footer-menu_child > li a {
  font-size: 0.8rem;
}
ul.footer-menu ul.footer-menu_child > li:before {
  position: absolute;
  top: 10.5px;
  left: 0;
  content: "";
  width: 7px;
  height: 1px;
  display: block;
  background: #000;
}
#nav-drawer {
  position: relative;
  z-index: 9999;
  display: none;
}
.nav-unshown {
  display: none;
}
#nav-open {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: all 0.4s;
  box-sizing: border-box;
  z-index: 10000;
}
#nav-open .line-wrap {
  position: relative;
  width: 30px;
  height: 22px;
  display: block;
}
#nav-open .line-wrap span {
  box-sizing: border-box;
  z-index: 10000;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: all 0.4s;
}
#nav-open .line-wrap span:nth-of-type(1) {
  top: 0;
}
#nav-open .line-wrap span:nth-of-type(2) {
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#nav-open .line-wrap span:nth-of-type(3) {
  bottom: 0;
}
#nav-open.active .line-wrap span:nth-of-type(1) {
  transform: translateY(10.25px) rotate(-45deg);
}
#nav-open.active .line-wrap span:nth-of-type(2) {
  opacity: 0;
}
#nav-open.active .line-wrap span:nth-of-type(3) {
  transform: translateY(-10.25px) rotate(45deg);
}
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 90%;
  max-width: 310px;
  height: 100%;
  background: #fff;
  padding: 75px 30px 150px;
  transition: 0.4s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  opacity: 0;
  transition: all 0.4s;
}
#nav-content .logo.menu-logo {
  text-align: center;
  margin: 0 auto;
  max-width: 200px;
}
#nav-content ul.sns-list {
  margin-top: 40px;
  margin-bottom: 35px;
}
#nav-content ul.nav {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
}
#nav-content ul.nav li {
  display: block;
  margin: 0;
}
#nav-content ul.nav li .sub-menu {
  /*display: none;*/
}
#nav-content ul.nav li .sub-menu .icon-menu {
    max-width: 80%;
}
#nav-content ul.nav ul {
  list-style: none;
  padding: 0;
}
#nav-content ul.nav li a, #nav-content ul.nav ul li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s;
}
#nav-content ul.nav li a:hover, #nav-content ul.nav ul li a:hover {
  opacity: 0.7;
}
#nav-content ul.nav li {
  margin-bottom: 0.8em;
}
#nav-content ul.nav li:last-child {
  margin-bottom: 0;
}
#nav-content ul.nav li a {
  display: inline-block;
  transition: all 0.4s;
}
#nav-content ul.nav li a:hover {
  opacity: 0.7;
}
#nav-content ul.nav ul {
  margin-top: 0.7em;
  padding-left: 1em;
}
#nav-content ul.nav ul > li {
  font-size: 0.8rem;
  position: relative;
  padding-left: 15px;
}
#nav-content ul.nav ul > li a {
  font-size: 0.8rem;
}
#nav-content ul.nav ul > li:before {
  position: absolute;
  top: 10.5px;
  left: 0;
  content: "";
  width: 7px;
  height: 1px;
  display: block;
  background: #000;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: 0.9;
}
@media screen and (max-width: 1024px) {
  .header ul.nav > li {
    margin: 0 1em;
  }
  .header ul.nav > li a {
    font-size: 0.8666666667rem;
  }
}
@media screen and (max-width: 1024px) {
  header nav {
    display: none;
  }
  #nav-drawer, #nav-content nav, ul.nav li {
    display: block;
  }
}
@media screen and (max-width: 360px) {
  #nav-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #nav-content ul.sns-list > li {
    margin: 0 6px;
  }
}
/******************************************************************
** PAGE NAVI STYLES
******************************************************************/
.pagination {
  margin: 20px auto 0;
  padding: 0;
  text-align: center;
  display: block;
}
.pagination ul.page-numbers {
  margin: 0 auto;
  padding: 0;
  display: table;
}
.pagination ul.page-numbers > li {
  text-decoration: none;
  margin: 10px;
  display: inline-flex;
  vertical-align: middle;
}
.pagination ul.page-numbers > li:first-child {
  margin-left: 0;
}
.pagination ul.page-numbers > li:last-child {
  margin-right: 0;
}
.pagination ul.page-numbers > li .current {
  color: #fff;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  display: block;
  background: -moz-linear-gradient(75% 6.69% -120deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  background: -webkit-linear-gradient(-120deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  background: -webkit-gradient(linear, 75% 6.69%, 25% 93.31%, color-stop(0.0917, #1eaa39), color-stop(0.3952, #14a672), color-stop(1, #019fe1));
  background: -o-linear-gradient(-120deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  background: -ms-linear-gradient(-120deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  background: linear-gradient(210deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
}
.pagination ul.page-numbers > li a {
  color: #000;
  text-decoration: none;
  display: block;
  transition: all 0.4s;
}
.pagination ul.page-numbers > li a:hover {
  opacity: 0.7;
}
.pagination ul.page-numbers > li .prev, .pagination ul.page-numbers > li .next {
  position: relative;
}
.pagination ul.page-numbers > li .prev::before, .pagination ul.page-numbers > li .next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #029fdc;
}
.pagination ul.page-numbers > li .prev::before {
  content: "";
}
.pagination ul.page-numbers > li .next::before {
  content: "";
}
@media screen and (max-width: 768px) {
  .pagination ul.page-numbers > li .current {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
** COMMENT STYLES
******************************************************************/
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
}
.commentlist {
  margin: 0;
  list-style-type: none;
}
.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard {
  margin-left: 50px;
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
}
.comment[class*="depth-"] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: white;
}
.comment.even {
  background: #f8f9fa;
}
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.comment-reply-link {
  font-size: 0.9em;
  float: right;
}
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}
/******************************************************************
** COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}
#reply-title {
  margin: 0;
}
.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #5c6b80;
}
.comment-form-comment {
  margin: 1.5em 0 0.75em;
}
.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em;
}
#submit {
  float: right;
  font-size: 1em;
}
#comment-form-title {
  margin: 0 0 1.1em;
}
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
  margin: 0 20px 1.1em;
}
/******************************************************************
** SIDEBARS & ASIDES
******************************************************************/
.no-widgets {
  background-color: white;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}
/******************************************************************
** FOOTER STYLES
******************************************************************/
.footer {
  clear: both;
  background: #fff;
  padding: 80px 0 40px;
}
.logo.footer-logo {
  max-width: 250px;
}
#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
#page_top a {
  position: relative;
  font-size: 1em;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  transition: all 0.4s;
}
#page_top a:before {
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "↑";
}
#page_top a:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}
.copyright {
  font-size: 0.8rem;
  line-height: 1.6;
  margin: 0;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .footer ul.sns-list {
    margin: 0;
    margin-top: 50px;
  }
  .inner-footer .row > div {
    margin: 0 20px;
  }
  .inner-footer .row > div:first-child {
    margin-left: 0;
  }
  .inner-footer .row > div:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 0;
  }
  .footer .row > div {
    margin: 0;
  }
  .footer ul.sns-list {
    margin-top: 40px;
  }
  .footer .footer-nav-wrap {
    display: none;
  }
  .logo.footer-logo {
    text-align: center;
    margin: 0 auto;
  }
  .copyright {
    text-align: center;
  }
}
@media screen and (min-width: 481px) {
  /******************************************************************
  ** POSTS & CONTENT STYLES
  ******************************************************************/
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 769px) {
  /******************************************************************
  ** NAVIGATION STYLES
  ******************************************************************/
  ul.nav li ul.sub-menu li, ul.nav li ul.children li {
    margin: 0;
  }
  ul.nav li ul.sub-menu li:last-child, ul.nav li ul.children li:last-child {
    border-bottom: none;
  }
  ul.nav li ul.sub-menu li a, ul.nav li ul.children li a {
    font-size: 0.8666666667rem;
    color: #000;
    text-align: left;
    padding: 1em 1.5em;
    display: block;
    transition: none;
  }
  ul.nav li ul.sub-menu li a:hover, ul.nav li ul.children li a:hover {
    transition: all 0.4s;
    opacity: 0.7;
  }
  ul.nav li ul.sub-menu li ul, ul.nav li ul.children li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    top: 0;
    left: 100%;
  }
  ul.nav li ul.sub-menu, ul.nav li ul.children {
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
  }
  ul.nav li ul.sub-menu > li, ul.nav li ul.children > li {
    padding: 3px 0;
  }
  ul.nav li ul.sub-menu > li:last-child, ul.nav li ul.children > li:last-child {
    padding-bottom: 0;
  }
  ul.nav li ul.sub-menu > li > a, ul.nav li ul.children > li > a {
    color: #fff !important;
    text-align: center;
    padding: 0.5em 1.5em !important;
    border-radius: 9999px;
    background: -moz-linear-gradient(19.95% -98.81% -45deg, #182987 0%, #5f1985 100%);
    background: -webkit-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
    background: -webkit-gradient(linear, 19.95% -98.81%, 80.05% 198.81%, color-stop(0, #182987), color-stop(1, #5f1985));
    background: -o-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
    background: -ms-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
    background: linear-gradient(135deg, #182987 0%, #5f1985 100%);
    display: table;
    min-width: 150px;
  }
  ul.nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
}
/******************************************************************
  ** SIDEBARS & ASIDES
  ******************************************************************/
.widgettitle {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.65;
  border-bottom: 1px solid #000;
  margin-top: 2.5em;
  margin-bottom: 1em;
  padding-bottom: 0.4em;
}
.widget {
  margin: 2.2em 0;
}
.widget ul li {
  margin-bottom: 0.75em;
}
.widget ul li ul {
  list-style: none;
  margin: 0;
  margin-top: 0.75em;
  padding: 0;
  padding-left: 1em;
}
.sidebar > * {
  margin-top: 0 !important;
}
.sidebar-bnr01 {
  text-decoration: none;
  display: block;
}
.sidebar-bnr01 img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.4s;
}
.sidebar-bnr01:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .sidebar {
    float: initial !important;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 70px;
  }
}
/******************************************************************
** LARGE VIEWING SIZE
******************************************************************/
/******************************************************************
** frontpage
******************************************************************/
.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #ededed url(../images/top/mv-bg.png) no-repeat center center / 75%;
}
.mv .mv-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.mv .mv-video-wrap .video-area {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mv .mv-video-wrap .video-area video {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.mv .mv-video-wrap #video2, .mv .mv-video-wrap #video02, .mv .mv-video-wrap.mv-video-wrap--sp {
  display: none;
}
.mv .mv-video-wrap.loaded #video02 {
  display: block;
}
.mv .scroll-down {
  position: absolute;
  bottom: 0;
  left: 45px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0;
  padding-bottom: 115px;
  display: table;
  z-index: 1;
}
.mv .scroll-down:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  width: 1px;
  height: 100px;
  background: #000;
  display: block;
  -webkit-animation: scrolldown 2.5s ease 0s infinite normal;
  animation: scrolldown 2.5s ease 0s infinite normal;
}
.top-section_service {
  position: relative;
  padding-top: 50px;
  padding-bottom: 150px;
  overflow: hidden;
  background: #ededed url(../images/top/bg-material01.png) no-repeat center center / cover;
}
.top-section_service .circle_service {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 50%;
}
.top-section_service .circle_service:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.top-section_service .circle_service .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 40px 20px;
  width: 100%;
  z-index: 2;
}
.top-section_service .circle_service .text-wrap:before {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  width: 1px;
  height: 30000px;
  display: block;
  background: #000;
}
.top-section_service .circle_service .text-wrap .heading_lrg02 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
}
.top-section_service .circle_service .text-wrap .text {
  font-size: 1.2rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.top-section_service .bg-circle {
  position: absolute;
  border-radius: 50%;
}
.top-section_service .bg-circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.top-section_service .bg-circle.bg-circle01 {
  top: 24%;
  left: 32%;
  width: 21.5%;
  background: -moz-linear-gradient(0% 50% 0deg, #c30d23 0%, #d22a1d 25.35%, #df4217 52.91%, #e65014 78.5%, #e95513 100%);
  background: -webkit-linear-gradient(0deg, #c30d23 0%, #d22a1d 25.35%, #df4217 52.91%, #e65014 78.5%, #e95513 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #c30d23), color-stop(0.2535, #d22a1d), color-stop(0.5291, #df4217), color-stop(0.785, #e65014), color-stop(1, #e95513));
  background: -o-linear-gradient(0deg, #c30d23 0%, #d22a1d 25.35%, #df4217 52.91%, #e65014 78.5%, #e95513 100%);
  background: -ms-linear-gradient(0deg, #c30d23 0%, #d22a1d 25.35%, #df4217 52.91%, #e65014 78.5%, #e95513 100%);
  background: linear-gradient(90deg, #c30d23 0%, #d22a1d 25.35%, #df4217 52.91%, #e65014 78.5%, #e95513 100%);
}
.top-section_service .bg-circle.bg-circle02, .top-section_service .bg-circle.bg-circle06 {
  background: #fff;
}
.top-section_service .bg-circle.bg-circle02 {
  top: 30%;
  right: 3.5%;
  width: 30%;
}
.top-section_service .bg-circle.bg-circle03 {
  top: 39.5%;
  right: 27%;
  width: 12%;
  background: -moz-linear-gradient(25% 6.69% -60deg, #e95513 0%, #ed741b 35.31%, #f7b52c 100%);
  background: -webkit-linear-gradient(-60deg, #e95513 0%, #ed741b 35.31%, #f7b52c 100%);
  background: -webkit-gradient(linear, 25% 6.69%, 75% 93.31%, color-stop(0, #e95513), color-stop(0.3531, #ed741b), color-stop(1, #f7b52c));
  background: -o-linear-gradient(-60deg, #e95513 0%, #ed741b 35.31%, #f7b52c 100%);
  background: -ms-linear-gradient(-60deg, #e95513 0%, #ed741b 35.31%, #f7b52c 100%);
  background: linear-gradient(150deg, #e95513 0%, #ed741b 35.31%, #f7b52c 100%);
}
.top-section_service .bg-circle.bg-circle04 {
  top: 41%;
  right: 3.5%;
  width: 21.875%;
  background: -moz-linear-gradient(6.69% 25% -30deg, #f7b52c 13.42%, #4cac36 74.25%, #1eaa39 90.39%);
  background: -webkit-linear-gradient(-30deg, #f7b52c 13.42%, #4cac36 74.25%, #1eaa39 90.39%);
  background: -webkit-gradient(linear, 6.69% 25%, 93.31% 75%, color-stop(0.1342, #f7b52c), color-stop(0.7425, #4cac36), color-stop(0.9039, #1eaa39));
  background: -o-linear-gradient(-30deg, #f7b52c 13.42%, #4cac36 74.25%, #1eaa39 90.39%);
  background: -ms-linear-gradient(-30deg, #f7b52c 13.42%, #4cac36 74.25%, #1eaa39 90.39%);
  background: linear-gradient(120deg, #f7b52c 13.42%, #4cac36 74.25%, #1eaa39 90.39%);
}
.top-section_service .bg-circle.bg-circle05 {
  top: 57.5%;
  left: 28.5%;
  width: 26.5%;
  background: -moz-linear-gradient(75% 6.69% -120deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  background: -webkit-linear-gradient(-120deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  background: -webkit-gradient(linear, 75% 6.69%, 25% 93.31%, color-stop(0.0917, #1eaa39), color-stop(0.3952, #14a672), color-stop(1, #019fe1));
  background: -o-linear-gradient(-120deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  background: -ms-linear-gradient(-120deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  background: linear-gradient(210deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
}
.top-section_service .bg-circle.bg-circle06 {
  bottom: 17.5%;
  right: -3.5%;
  width: 41.7%;
}
.top-section_service .bg-circle.bg-circle07 {
  bottom: 19%;
  right: 32%;
  width: 14.5%;
  background: -moz-linear-gradient(25% 6.69% -60deg, #009fe8 0%, #13409a 80.91%, #182987 100%);
  background: -webkit-linear-gradient(-60deg, #009fe8 0%, #13409a 80.91%, #182987 100%);
  background: -webkit-gradient(linear, 25% 6.69%, 75% 93.31%, color-stop(0, #009fe8), color-stop(0.8091, #13409a), color-stop(1, #182987));
  background: -o-linear-gradient(-60deg, #009fe8 0%, #13409a 80.91%, #182987 100%);
  background: -ms-linear-gradient(-60deg, #009fe8 0%, #13409a 80.91%, #182987 100%);
  background: linear-gradient(150deg, #009fe8 0%, #13409a 80.91%, #182987 100%);
}
.top-section_service .bg-circle.bg-circle08 {
  bottom: 1%;
  right: 35%;
  width: 21.5%;
  background: -moz-linear-gradient(25% 6.69% -60deg, #182987 0%, #5f1985 100%);
  background: -webkit-linear-gradient(-60deg, #182987 0%, #5f1985 100%);
  background: -webkit-gradient(linear, 25% 6.69%, 75% 93.31%, color-stop(0, #182987), color-stop(1, #5f1985));
  background: -o-linear-gradient(-60deg, #182987 0%, #5f1985 100%);
  background: -ms-linear-gradient(-60deg, #182987 0%, #5f1985 100%);
  background: linear-gradient(150deg, #182987 0%, #5f1985 100%);
}
.service-list-wrap {
  margin-top: 100px;
}
ul.top-service-list {
  position: relative;
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
}
ul.top-service-list > li {
  position: relative;
  display: block;
  margin: 0;
}
ul.top-service-list > li .row {
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
ul.top-service-list > li .row > div {
  margin: 0 20px !important;
}
ul.top-service-list > li .row > div:first-child {
  margin-left: 0 !important;
}
ul.top-service-list > li .row > div:last-child {
  margin-right: 0 !important;
}
ul.top-service-list > li .img-wrap {
  position: relative;
  width: 100%;
  max-width: 520px;
  overflow: hidden;
  /*
              background: #fff;
              box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.2);
              */
  z-index: 1;
}
ul.top-service-list > li .img-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
ul.top-service-list > li .img-wrap a, ul.top-service-list > li .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
}
ul.top-service-list > li .img-wrap a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
ul.top-service-list > li .img-wrap a img {
  object-fit: cover;
  transition: all 0.4s;
}
ul.top-service-list > li .img-wrap a:hover img {
  transform: scale(1.1);
}
ul.top-service-list > li .service-logo {
  position: relative;
  line-height: 0;
  display: table;
  margin: 0;
  width: 100%;
  max-width: 200px;
}
ul.top-service-list > li .service-logo.service-logo_wake {
  max-width: 140px;
}
ul.top-service-list > li .service-logo a {
  display: block;
  width: 100%;
}
ul.top-service-list > li .service-logo img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  transition: all 0.4s;
}
ul.top-service-list > li .service-logo a:hover img {
  opacity: 0.7;
}
ul.top-service-list > li .service-logo:after {
  position: absolute;
  top: calc(100% + 20px);
  content: "";
  width: 200%;
  height: 1px;
  display: block;
  background: #000;
}
ul.top-service-list > li .service-text-wrap {
  font-size: 0.8666666667rem;
  background: #fff;
  padding: 1em 1.5em;
  z-index: 5;
}
ul.top-service-list > li .service-text-wrap .text {
  line-height: 2;
  margin: 0;
}
ul.top-service-list > li:nth-child(odd) .service-logo:after {
  right: 0;
}
ul.top-service-list > li:nth-child(even) .img-wrap {
  margin: 0 0 0 auto;
}
ul.top-service-list > li:nth-child(even) .service-logo {
  margin: 0 0 0 auto;
}
ul.top-service-list > li:nth-child(even) .service-logo:after {
  left: 0;
}
.top-section_news {
  position: relative;
}
.top-section_news .bg-material {
  position: absolute;
}
.top-section_news .bg-material.bg-material01 {
  top: 50px;
  left: -1.4%;
  width: 11.8%;
}
.top-section_news .bg-material.bg-material02, .top-section_news .bg-material.bg-material05 {
  width: 15.5%;
}
.top-section_news .bg-material.bg-material02 {
  top: 55px;
  right: -2%;
}
.top-section_news .bg-material.bg-material03 {
  bottom: 35%;
  left: 2%;
  width: 5.5%;
}
.top-section_news .bg-material.bg-material04 {
  top: 25%;
  right: -0.7%;
  width: 7.8%;
}
.top-section_news .bg-material.bg-material05 {
  bottom: 40px;
  left: -3.5%;
}
.top-section_news .bg-material.bg-material06 {
  bottom: 20%;
  right: -3.5%;
  width: 11.8%;
}
.top-section_news .link-btn01 {
  margin-top: 30px;
}
.top-section_about {
  z-index: 2;
}
.top-section_about .heading_lrg02 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.top-section_about .section-img-wrap img {
  height: auto;
}
.top-section_about .text-wrap {
  position: relative;
  padding-right: 80px;
}
.top-section_about .text-wrap .bg-circle {
  position: absolute;
  border-radius: 50%;
}
.top-section_about .text-wrap .bg-circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.top-section_about .text-wrap .bg-circle.bg-circle01 {
  bottom: -40%;
  right: -2.5%;
  width: 88%;
  background: #ededed;
}
.top-section_about .text-wrap .text-img {
  position: relative;
  left: -140px;
  margin-top: -40px;
  margin-bottom: 55px;
  width: calc(100% + 140px);
}
.top-section_about .text-wrap .text-img img {
  height: auto;
}
.top-section_about .text-wrap .text {
  position: relative;
  line-height: 2;
  margin: 0;
}
.top-section_about .text-wrap .logo-mark {
  margin: 0 0 0 auto;
  margin-top: 35px;
  margin-right: 40px;
  max-width: 75px;
}
.top-section_about .text-wrap .logo-mark img {
  height: auto;
}
.top-section_blog .link-btn01 {
  margin-top: 60px;
}
@keyframes scrolldown {
  0% {
    height: 100px;
  }
  100% {
    height: 0;
  }
}
@media screen and (min-width: 769px) {
  ul.top-service-list > li .service-text-wrap {
    position: absolute;
    display: table;
  }
  ul.top-service-list > li:nth-child(odd) .service-text-wrap {
    left: calc(50% + 30px);
  }
  ul.top-service-list > li:nth-child(even) .service-text-wrap {
    right: calc(50% + 30px);
  }
  .top-section_about .row {
    align-items: center;
  }
  .top-section_news ul.list_col3.post-list > li {
    margin-top: 0;
  }
  .top-section_blog ul.article-list {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
  }
  .top-section_blog ul.article-list > li {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    width: 48%;
    margin: 0 2%;
  }
  .top-section_blog ul.article-list > li:nth-child(odd) {
    margin-left: 0;
  }
  .top-section_blog ul.article-list > li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  ul.top-service-list > li .service-text-wrap {
    top: 64%;
  }
  ul.top-service-list > li:first-child .service-text-wrap {
    top: 75%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  ul.top-service-list > li .service-text-wrap {
    top: 65%;
  }
  ul.top-service-list > li:first-child .service-text-wrap {
    top: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .mv {
    background: #ededed url(../images/top/mv-bg.png) no-repeat center center / 100%;
  }
  .top-section_about .text-wrap {
    padding-right: 50px;
  }
  .top-section_about .text-wrap .text-img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .top-section_service .bg-circle.bg-circle05 {
    top: 45%;
  }
  .top-section_about .text-wrap {
    padding-right: 30px;
  }
  .top-section_about .text-wrap .text-img {
    margin-top: -30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mv .scroll-down {
    font-size: 0.8rem;
    left: 20px;
  }
  .mv .mv-video-wrap.mv-video-wrap--pc {
    display: none;
  }
  .mv .mv-video-wrap.mv-video-wrap--sp {
    display: block;
  }
  .top-section_service {
    padding-bottom: 100px;
  }
  .top-section_service .circle_service .text-wrap .text {
    font-size: 1rem;
  }
  .top-section_service .bg-circle.bg-circle01 {
    top: 30%;
  }
  .top-section_service .bg-circle.bg-circle05 {
    top: 48%;
  }
  ul.top-service-list > li .service-text-wrap {
    position: relative;
  }
  .top-section_news .bg-material.bg-material01 {
    width: 18%;
  }
  .top-section_news .bg-material.bg-material02, .top-section_news .bg-material.bg-material05 {
    width: 22%;
  }
  .top-section_news .bg-material.bg-material03 {
    width: 9%;
  }
  .top-section_news .bg-material.bg-material04 {
    width: 12%;
  }
  .top-section_news .bg-material.bg-material06 {
    width: 18%;
  }
  .top-section_about .row > div {
    margin: 0;
  }
  .top-section_about .text-wrap {
    padding: 0 40px;
  }
  .top-section_about .text-wrap .text-img {
    left: initial;
    margin-top: 0;
    margin-bottom: 25px;
    width: 100%;
  }
  .top-section_about .text-wrap .logo-mark {
    margin-top: 25px;
    margin-right: 30px;
    max-width: 60px;
  }
  .top-section_about .section-img-wrap {
    margin-top: 40px;
    z-index: 1;
  }
  .top-section_news ul.list_col3.post-list > li:nth-child(1), .top-section_news ul.list_col3.post-list > li:nth-child(2) {
    margin-top: 0;
  }
  .top-section_news .link-btn01 {
    margin-top: 25px;
  }
  .top-section_blog .link-btn01 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 568px) {
  ul.top-service-list > li:first-child .service-text-wrap {
    margin-top: 12%;
  }
}
@media screen and (max-width: 480px) {
  .mv {
    background: #ededed url(../images/top/mv-bg_sp.png) no-repeat center center / 100%;
  }
  .top-section_service {
    padding-bottom: 70px;
  }
  .top-section_service .circle_service .text-wrap {
    padding: 30px 20px;
  }
  ul.top-service-list > li .service-text-wrap {
    font-size: 0.8rem;
  }
  ul.top-service-list > li .service-logo.service-logo_wake {
    max-width: 90px;
  }
  .top-section_about .text-wrap {
    padding: 0 20px;
  }
  .top-section_about .section-img-wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 350px) {
  .top-section_service .circle_service .text-wrap {
    padding: 20px;
  }
  .top-section_service .circle_service .text-wrap .text {
    font-size: 0.9333333333rem;
  }
}
/******************************************************************
** pages
******************************************************************/
.page-mv {
  position: relative;
  width: 100%;
  height: 350px;
  background: -moz-linear-gradient(67.76% -76.58% -120deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  background: -webkit-linear-gradient(-120deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  background: -webkit-gradient(linear, 67.76% -76.58%, 32.24% 176.58%, color-stop(0.0917, #1eaa39), color-stop(0.3952, #14a672), color-stop(1, #019fe1));
  background: -o-linear-gradient(-120deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  background: -ms-linear-gradient(-120deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  background: linear-gradient(210deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
}
.page-mv .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin: 0 auto;
}
.page-mv .ttl .sub {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 0.4em;
  display: block;
}
.page-mv .line {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1px;
  height: 100px;
  background: #000;
  z-index: 10;
}
.page-mv .line:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .page-mv {
    height: 300px;
  }
  .page-mv .ttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv {
    height: 250px;
  }
  .page-mv .ttl {
    font-size: 2.8rem;
  }
  .page-mv .ttl .sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .page-mv {
    height: 200px;
  }
  .page-mv .ttl {
    top: 55%;
    font-size: 2.2rem;
  }
  .page-mv .line {
    bottom: -30px;
    height: 60px;
  }
}
/******************************************************************
** pages service
******************************************************************/
.text_service {
  line-height: 2;
  margin: 0;
}
.bg_service {
  position: relative;
}
.bg_service.bg_service01 {
  padding: 110px 0 150px;
  background: #ededed url(../images/page/bg-material_service01.webp) no-repeat center center / cover;
}
ul.service-list {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
}
ul.service-list > li {
  display: block;
  margin: 0;
  margin-bottom: 70px;
}
ul.service-list > li .box {
  padding: 50px 60px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
ul.service-list > li .box .explanation {
  margin: 0;
  margin-bottom: 0.6em;
}
ul.service-list > li .box .service-image {
  /*
                        border-radius: 10px;
                        overflow: hidden;
                        */
}
ul.service-list > li .box .service-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
ul.service-list > li .box .service-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}
ul.service-list > li .box .service-logo {
  margin: 0;
}
ul.service-list > li .box .service-logo.img-wrap img {
  width: auto;
  height: 50px;
}
ul.service-list > li .box .desc {
  font-weight: 300;
  line-height: 2;
  margin: 0;
  margin-top: 1.5em;
}
ul.service-list > li .box .heading01 {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
ul.service-list > li .box .btn-wrap {
  font-size: 0;
  display: table;
  margin-top: 35px;
}
ul.service-list > li .box .btn-wrap .link-btn01 {
  font-size: 1rem;
  display: inline-block;
  width: 250px;
  margin-right: 40px;
}
ul.service-list > li .box .btn-wrap .link-btn01:last-child {
  margin-right: 0;
}
ul.service-list > li:last-child {
  margin-bottom: 0;
}
ul.platform-list {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
}
ul.platform-list > li {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  margin: 4px;
}
ul.platform-list > li .label {
  color: #fff;
  text-align: center;
  line-height: 1;
  margin: 0;
  padding: 0.34em 1em;
  background: #000;
  border-radius: 9999px;
}
ul.platform-list > li .label.label_instagram {
  background: -moz-linear-gradient(18.62% 173% 45deg, #fbe18a 0.11%, #fcbb45 20.94%, #f75274 37.65%, #d53692 52.38%, #8f39ce 73.94%, #5b4fe9 100%);
  background: -webkit-linear-gradient(45deg, #fbe18a 0.11%, #fcbb45 20.94%, #f75274 37.65%, #d53692 52.38%, #8f39ce 73.94%, #5b4fe9 100%);
  background: -webkit-gradient(linear, 18.62% 173%, 81.38% -73%, color-stop(0.0011, #fbe18a), color-stop(0.2094, #fcbb45), color-stop(0.3765, #f75274), color-stop(0.5238, #d53692), color-stop(0.7394, #8f39ce), color-stop(1, #5b4fe9));
  background: -o-linear-gradient(45deg, #fbe18a 0.11%, #fcbb45 20.94%, #f75274 37.65%, #d53692 52.38%, #8f39ce 73.94%, #5b4fe9 100%);
  background: -ms-linear-gradient(45deg, #fbe18a 0.11%, #fcbb45 20.94%, #f75274 37.65%, #d53692 52.38%, #8f39ce 73.94%, #5b4fe9 100%);
  background: linear-gradient(45deg, #fbe18a 0.11%, #fcbb45 20.94%, #f75274 37.65%, #d53692 52.38%, #8f39ce 73.94%, #5b4fe9 100%);
}
ul.platform-list > li .label.label_tiktok {
  background: #000;
}
ul.platform-list > li .label.label_line {
  background: #00c300;
}
ul.platform-list > li .label.label_youtube {
  background: #ff0000;
}
ul.platform-list > li .label.label_twitter {
  background: #33ccff;
}
ul.platform-list > li .label.label_google {
  background: #db4639;
}
ul.platform-list > li .label.label_facebook {
  background: #3c5a99;
}
ul.platform-list > li .label.label_pinterest {
  background: #850000;
}
ul.platform-list > li .label.label_linkedin {
  background: #007bb5;
}
.case-sectiion {
  position: relative;
  padding: 20px 0;
}
.case-sectiion ul.case-list {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
}
.case-sectiion ul.case-list > li {
  display: block;
  margin: 0;
  padding: 60px 40px;
}
.case-sectiion ul.case-list > li:last-child {
  border-bottom: none !important;
}
.case-sectiion ul.case-list > li .before-wrap {
  position: relative;
}
.case-sectiion ul.case-list > li .before-wrap .circle {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 400px;
  background: #fff;
  border-radius: 50%;
}
.case-sectiion ul.case-list > li .before-wrap .circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.case-sectiion ul.case-list > li .before-wrap .trouble-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.case-sectiion ul.case-list > li .before-wrap .trouble-wrap .label {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0;
  min-width: 140px;
  white-space: nowrap;
}
.case-sectiion ul.case-list > li .before-wrap .trouble-wrap .label .lrg {
  font-size: 1.3em;
  margin-left: 0.2em;
}
.case-sectiion ul.case-list > li .before-wrap .trouble-wrap .text-wrap {
  font-size: 1.2rem;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #000;
}
.case-sectiion ul.case-list > li .before-wrap .trouble-wrap .text-wrap .text {
  font-size: 1em;
  font-weight: 300;
  margin: 0;
}
.case-sectiion ul.case-list > li .before-wrap .img-wrap {
  position: relative;
  max-width: 275px;
  margin: 0 auto;
  margin-top: 30px;
}
.case-sectiion ul.case-list > li .before-wrap .img-wrap img {
  height: auto;
}
.case-sectiion ul.case-list > li .before-wrap .arrow {
  display: block;
  width: 100%;
  max-width: 105px;
  height: auto;
  pointer-events: none;
}
.case-sectiion ul.case-list > li .after-wrap .text-wrap {
  position: relative;
}
.case-sectiion ul.case-list > li .after-wrap .text-wrap .heading {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 250px;
  padding: 0.455em 1em;
  border-radius: 9999px;
}
.case-sectiion ul.case-list > li .after-wrap .text-wrap .text {
  margin: 0;
}
.case-sectiion ul.case-list > li .after-wrap .text-wrap .text .lrg {
  font-size: 1.1428571429em;
  display: inline-block;
}
.case-sectiion ul.case-list > li .after-wrap .text-wrap .text .c_pk {
  font-weight: 500;
  line-height: 1;
}
.case-sectiion ul.case-list > li .after-wrap .text-wrap .text .c_pk .lrg {
  border-bottom: 1px solid #fc425f;
}
.case-sectiion ul.case-list > li .after-wrap .text-wrap.text-wrap01 .heading {
  margin-bottom: 1em;
}
.case-sectiion ul.case-list > li .after-wrap .text-wrap.text-wrap01 .inner {
  position: relative;
}
.case-sectiion ul.case-list > li .after-wrap .text-wrap.text-wrap01 .inner .bg-material {
  position: absolute;
  top: -25px;
  right: -30px;
  width: 47px;
  height: auto;
  display: block;
  pointer-events: none;
}
.case-sectiion ul.case-list > li .after-wrap .text-wrap.text-wrap01 .text {
  font-size: 1.4rem;
}
.case-sectiion ul.case-list > li .after-wrap .text-wrap.text-wrap02 {
  background: #fff;
  margin-top: 45px;
  padding: 30px;
  padding-top: 40px;
}
.case-sectiion ul.case-list > li .after-wrap .text-wrap.text-wrap02 .heading {
  position: absolute;
  top: -20px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.case-sectiion.case-sectiion_wake:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(0% 50% 0deg, #db85b4 0%, #d486b6 11.42%, #c18aba 27.81%, #a28fc2 47.21%, #7797cd 68.93%, #40a1da 92.27%, #2ca5df 100%);
  background: -webkit-linear-gradient(0deg, #db85b4 0%, #d486b6 11.42%, #c18aba 27.81%, #a28fc2 47.21%, #7797cd 68.93%, #40a1da 92.27%, #2ca5df 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #db85b4), color-stop(0.1142, #d486b6), color-stop(0.2781, #c18aba), color-stop(0.4721, #a28fc2), color-stop(0.6893, #7797cd), color-stop(0.9227, #40a1da), color-stop(1, #2ca5df));
  background: -o-linear-gradient(0deg, #db85b4 0%, #d486b6 11.42%, #c18aba 27.81%, #a28fc2 47.21%, #7797cd 68.93%, #40a1da 92.27%, #2ca5df 100%);
  background: -ms-linear-gradient(0deg, #db85b4 0%, #d486b6 11.42%, #c18aba 27.81%, #a28fc2 47.21%, #7797cd 68.93%, #40a1da 92.27%, #2ca5df 100%);
  background: linear-gradient(90deg, #db85b4 0%, #d486b6 11.42%, #c18aba 27.81%, #a28fc2 47.21%, #7797cd 68.93%, #40a1da 92.27%, #2ca5df 100%);
  opacity: 0.15;
}
.case-sectiion.case-sectiion_wake ul.case-list > li {
  border-bottom: 1px solid #cccae4;
}
.case-sectiion.case-sectiion_wake ul.case-list > li .after-wrap .text-wrap.text-wrap01 .heading {
  background: #a490c3;
}
.case-sectiion.case-sectiion_wake ul.case-list > li .after-wrap .text-wrap.text-wrap02 .heading {
  background: -moz-linear-gradient(0% 50% 0deg, #db85b4 0%, #d486b6 11.42%, #c18aba 27.81%, #a28fc2 47.21%, #7797cd 68.93%, #40a1da 92.27%, #2ca5df 100%);
  background: -webkit-linear-gradient(0deg, #db85b4 0%, #d486b6 11.42%, #c18aba 27.81%, #a28fc2 47.21%, #7797cd 68.93%, #40a1da 92.27%, #2ca5df 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #db85b4), color-stop(0.1142, #d486b6), color-stop(0.2781, #c18aba), color-stop(0.4721, #a28fc2), color-stop(0.6893, #7797cd), color-stop(0.9227, #40a1da), color-stop(1, #2ca5df));
  background: -o-linear-gradient(0deg, #db85b4 0%, #d486b6 11.42%, #c18aba 27.81%, #a28fc2 47.21%, #7797cd 68.93%, #40a1da 92.27%, #2ca5df 100%);
  background: -ms-linear-gradient(0deg, #db85b4 0%, #d486b6 11.42%, #c18aba 27.81%, #a28fc2 47.21%, #7797cd 68.93%, #40a1da 92.27%, #2ca5df 100%);
  background: linear-gradient(90deg, #db85b4 0%, #d486b6 11.42%, #c18aba 27.81%, #a28fc2 47.21%, #7797cd 68.93%, #40a1da 92.27%, #2ca5df 100%);
}
.case-sectiion.case-sectiion_starlia {
  background: #fefccc;
}
.case-sectiion.case-sectiion_starlia ul.case-list > li {
  border-bottom: 1px solid #fae68d;
}
.case-sectiion.case-sectiion_starlia ul.case-list > li .after-wrap .text-wrap.text-wrap01 {
  text-align: center;
}
.case-sectiion.case-sectiion_starlia ul.case-list > li .after-wrap .text-wrap.text-wrap01 .heading {
  background: #f2c32f;
}
.case-sectiion.case-sectiion_starlia ul.case-list > li .after-wrap .text-wrap.text-wrap02 .heading {
  color: #000;
  background: #faed00;
}
.plan-list-wrap {
  background: #eef8fd;
  padding: 20px;
  border-radius: 40px;
}
.plan-list-wrap .inner {
  max-width: 1140px;
  margin: 0 auto;
}
.plan-list-wrap ul.plan-list.list_col4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.plan-list-wrap ul.plan-list.list_col4 > li {
  display: initial;
}
.plan-list-wrap ul.plan-list > li .box {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  height: 100%;
}
.plan-list-wrap ul.plan-list > li .box .plan-name {
  font-size: 1.0666666667rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.65;
  margin: 0 auto;
  margin-bottom: 1em;
  display: table;
  min-height: 53px;
}
.plan-list-wrap ul.plan-list > li .box .plan-name .inner-text {
  display: table-cell;
  vertical-align: middle;
}
.plan-list-wrap ul.plan-list > li .box .price {
  text-align: center;
  line-height: 1;
  margin: 0 auto;
}
.plan-list-wrap ul.plan-list > li .box .price .lrg {
  font-size: 1.4em;
  font-weight: 500;
}
.plan-list-wrap ul.plan-list > li .box ul.list_circle {
  margin-top: 25px;
}
.plan-list-wrap ul.plan-list > li .box ul.list_circle > li {
  margin-bottom: 0.2em;
}
.plan-list-wrap ul.plan-list > li .box ul.list_circle > li:last-child {
  margin-bottom: 0;
}
.plan-list-wrap ul.plan-list > li .box ul.sns-list {
  text-align: left;
  margin: 0;
  margin-top: 20px;
}
.plan-list-wrap ul.plan-list > li .box ul.sns-list > li {
  line-height: 0;
  margin: 3px;
}
.plan-list-wrap ul.plan-list > li .box ul.sns-list > li img {
  width: 100%;
  max-width: 30px;
}
.plan-list-wrap ul.plan-list.plan-list_wake > li .box {
  border: 4px solid #a490c3;
}
.plan-list-wrap ul.plan-list.plan-list_wake > li .box ul.list_circle > li:before {
  background: #a490c3;
}
.qa-wrap .toggle {
  display: none;
}
.qa-wrap .toggle:checked + .label + .content {
  height: auto;
  padding: 25px 40px 10px;
  transition: all 0.4s;
}
.qa-wrap .toggle:checked + .label:after {
  transform: rotate(-135deg);
}
.qa-wrap .label {
  position: relative;
  font-size: 1.2rem;
  padding: 0.91em 1em;
  padding-left: 80px;
  padding-right: 45px;
  display: block;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.4s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  cursor: pointer;
}
.qa-wrap .label:before, .qa-wrap .label:after {
  position: absolute;
  display: block;
}
.qa-wrap .label:before {
  top: 12px;
  left: 20px;
  content: "Q";
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 39px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.qa-wrap .label:after {
  top: 45%;
  right: 20px;
  -ms-transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  width: 10px;
  height: 10px;
  transition: all 0.4s;
}
.qa-wrap .label:hover {
  opacity: 0.7;
}
.qa-wrap .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  height: 0;
  margin-bottom: 30px;
  padding: 0 40px;
  overflow: hidden;
}
.qa-wrap .content .text {
  line-height: 2;
  margin: 0;
}
.qa-wrap.qa-wrap_wake .label:before {
  background: #a490c3;
}
.qa-wrap.qa-wrap_wake .label:after {
  border-bottom: 2px solid #a490c3;
  border-right: 2px solid #a490c3;
}
.qa-wrap.qa-wrap_starlia .label:before {
  background: #f2c32f;
}
.qa-wrap.qa-wrap_starlia .label:after {
  border-bottom: 2px solid #f2c32f;
  border-right: 2px solid #f2c32f;
}
.contact-section {
  position: relative;
  padding: 80px 0;
}
.contact-section .section-inner {
  background: #fff;
  border-radius: 40px;
  padding: 65px 20px;
}
.contact-section .section-inner .heading_sub01 {
  margin-bottom: 0.6em;
}
.contact-section .section-inner .inner-text {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2;
  margin: 0 auto;
}
.contact-section .section-inner .link-btn01 {
  margin-top: 45px;
}
.contact-section.contact-section_wake {
  background: #f7e1ec;
}

.contact-section.contact-section_marcial {
  background: #009fe8;
}

.contact-section.contact-section_nowmart {
  background: #f2f6ff;
}

.contact-section.contact-section_starlia:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
  background: -moz-linear-gradient(14.41% -34.02% -45deg, #faed00 0%, #f2c32f 100%);
  background: -webkit-linear-gradient(-45deg, #faed00 0%, #f2c32f 100%);
  background: -webkit-gradient(linear, 14.41% -34.02%, 85.59% 134.02%, color-stop(0, #faed00), color-stop(1, #f2c32f));
  background: -o-linear-gradient(-45deg, #faed00 0%, #f2c32f 100%);
  background: -ms-linear-gradient(-45deg, #faed00 0%, #f2c32f 100%);
  background: linear-gradient(135deg, #faed00 0%, #f2c32f 100%);
}
@media screen and (min-width: 569px) {
  .contact-section .section-inner .link-btn01 {
    font-size: 1.4rem;
    max-width: 600px;
    border-radius: 9999px;
    padding: 1.1em 60px;
  }
  .contact-section .section-inner .link-btn01 .arrow {
    width: 60px;
  }
  .contact-section .section-inner .link-btn01 .arrow:after {
    width: 24px;
    height: 23px;
  }
}
@media screen and (min-width: 769px) {
  .case-sectiion ul.case-list > li .row > div {
    margin: 0 40px;
  }
  .case-sectiion ul.case-list > li .row > div:first-child {
    margin-left: 0;
  }
  .case-sectiion ul.case-list > li .row > div:last-child {
    margin-right: 0;
  }
  .case-sectiion ul.case-list > li .row .before-wrap .arrow {
    position: absolute;
    top: 50%;
    right: -55px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1200px) {
  .case-sectiion ul.case-list > li {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1024px) {
  ul.service-list > li .box {
    padding: 40px;
  }
  .case-sectiion ul.case-list > li {
    padding: 45px 0;
  }
  .case-sectiion ul.case-list > li .before-wrap .circle {
    max-width: 350px;
  }
  .case-sectiion ul.case-list > li .before-wrap .trouble-wrap .label {
    font-size: 1.8rem;
    min-width: 125px;
  }
  .case-sectiion ul.case-list > li .before-wrap .trouble-wrap .text-wrap {
    font-size: 1rem;
  }
  .case-sectiion ul.case-list > li .before-wrap .img-wrap {
    max-width: 250px;
  }
  .case-sectiion ul.case-list > li .before-wrap .arrow {
    max-width: 80px;
  }
  .case-sectiion ul.case-list > li .after-wrap .text-wrap .heading {
    font-size: 1.2rem;
    border-radius: 9999px;
  }
  .case-sectiion ul.case-list > li .after-wrap .text-wrap.text-wrap01 .inner .bg-material {
    top: -20px;
    right: -20px;
    width: 40px;
  }
  .case-sectiion ul.case-list > li .after-wrap .text-wrap.text-wrap01 .text {
    font-size: 1.2rem;
  }
  .case-sectiion ul.case-list > li .after-wrap .text-wrap.text-wrap02 {
    margin-top: 40px;
    padding: 20px;
    padding-top: 30px;
  }
  .case-sectiion ul.case-list > li .after-wrap .text-wrap.text-wrap02 .heading {
    top: -17px;
  }
}
@media screen and (max-width: 768px) {
  .bg_service.bg_service01 {
    padding: 60px 0 100px;
  }
  ul.service-list > li .box {
    padding: 40px 30px;
  }
  ul.service-list > li .box .row {
    display: block;
    margin: 0;
  }
  ul.service-list > li .box .row > div {
    display: block;
    margin: 0;
  }
  ul.service-list > li .box .service-image {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 35px;
  }
  ul.service-list > li .box .btn-wrap .link-btn01 {
    width: 210px;
    margin-right: 20px;
  }
  ul.platform-list > li {
    font-size: 0.8rem;
  }
  .case-sectiion ul.case-list > li {
    padding: 40px 0;
  }
  .case-sectiion ul.case-list > li .row > div {
    margin: 0;
  }
  .case-sectiion ul.case-list > li .before-wrap .arrow {
    position: relative;
    max-width: 40px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .case-sectiion ul.case-list > li .after-wrap {
    margin-top: 20px;
  }
  .plan-list-wrap {
    border-radius: 30px;
  }
  .qa-wrap .toggle:checked + .label + .content {
    padding: 15px 20px 10px;
  }
  .qa-wrap .label {
    font-size: 1rem;
    padding-left: 65px;
    padding-right: 35px;
  }
  .qa-wrap .label:before {
    top: 10px;
    left: 15px;
    font-size: 1.2rem;
    line-height: 34px;
    width: 35px;
    height: 35px;
  }
  .qa-wrap .label:after {
    right: 15px;
    width: 7px;
    height: 7px;
  }
  .qa-wrap .content {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .contact-section {
    padding: 60px 0;
  }
  .contact-section .section-inner {
    border-radius: 30px;
    padding: 45px 20px;
  }
  .contact-section .section-inner .inner-text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 568px) {
  ul.service-list > li .box {
    padding: 35px 25px;
  }
  ul.service-list > li .box .btn-wrap {
    display: block;
    margin-top: 30px;
  }
  ul.service-list > li .box .btn-wrap .link-btn01 {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }
  ul.service-list > li .box .btn-wrap .link-btn01:last-child {
    margin-bottom: 0;
  }
  .plan-list-wrap {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .plan-list-wrap ul.plan-list.list_col4 {
    display: block;
    margin: 0;
    width: 100%;
  }
  .plan-list-wrap ul.plan-list.list_col4 > li {
    display: block;
    margin: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .plan-list-wrap ul.plan-list.list_col4 > li:last-child {
    margin-bottom: 0;
  }
  .plan-list-wrap ul.plan-list.list_col4 > li .box {
    height: initial;
  }
  .plan-list-wrap ul.plan-list.list_col4 > li .box .plan-name {
    min-height: initial;
  }
  .contact-section .section-inner .link-btn01 {
    max-width: 300px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  ul.service-list > li .box {
    padding: 30px 20px;
  }
  ul.service-list > li .box .service-logo.img-wrap img {
    height: 45px;
  }
  ul.service-list > li .box .service-image {
    margin-top: 30px;
  }
  .case-sectiion {
    padding: 10px 0;
  }
  .case-sectiion ul.case-list > li .before-wrap .circle {
    max-width: 100%;
  }
  .case-sectiion ul.case-list > li .before-wrap .trouble-wrap {
    display: block;
  }
  .case-sectiion ul.case-list > li .before-wrap .trouble-wrap .label {
    text-align: center;
    min-width: initial;
    margin: 0 auto;
  }
  .case-sectiion ul.case-list > li .before-wrap .trouble-wrap .text-wrap {
    border-left: none;
    border-top: 1px solid #000;
    margin-top: 1em;
    margin-left: 0;
    padding-top: 1em;
    padding-left: 0;
  }
  .case-sectiion ul.case-list > li .before-wrap .img-wrap {
    max-width: 200px;
  }
  .case-sectiion ul.case-list > li .before-wrap .arrow {
    max-width: 35px;
  }
  .case-sectiion ul.case-list > li .after-wrap .text-wrap .heading {
    max-width: 220px;
  }
  .contact-section {
    padding: 40px 0;
  }
  .contact-section .section-inner {
    border-radius: 20px;
    padding: 35px 15px 40px;
  }
  .contact-section .section-inner .inner-text {
    font-size: 1rem;
  }
  .contact-section .section-inner .link-btn01 {
    margin-top: 25px;
    padding: 1em 45px;
  }
  .contact-section .section-inner .link-btn01 .arrow {
    width: 30px;
  }
}
/******************************************************************
** pages service Marcial
******************************************************************/
.mv_marcial {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 40px 0;
  background: #fff url(../images/page/mv-bg-illust_marcial01.webp) no-repeat center center / cover;
}
.mv_marcial .mv-inner {
  width: 100%;
}
.mv_marcial .mv-catch-wrap {
  position: relative;
  text-align: center;
  display: table;
  z-index: 1;
}
.mv_marcial .mv-catch-wrap .heading {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.mv_marcial .mv-catch-wrap .heading.heading01 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 55px;
}
.mv_marcial .mv-catch-wrap .heading.heading02 {
  font-size: 2rem;
  line-height: 2;
  margin-top: 45px;
}
.mv_marcial .mv-catch-wrap .logo {
  max-width: 250px;
  margin: 0 auto;
}
.mv_marcial .mv-catch-wrap .logo img {
  height: auto;
}
.mv_marcial .mv-illust-wrap img {
  height: auto;
}
.section_marcial {
  position: relative;
}
.section_marcial.section_marcial01 {
  background: -moz-linear-gradient(0% 50% 0deg, #e3007f 0%, #b71f93 6.51%, #8c3da7 13.91%, #6657b9 21.92%, #476ec7 30.44%, #2d80d3 39.64%, #198edd 49.77%, #0b98e3 61.3%, #029de7 75.48%, #009fe8 100%);
  background: -webkit-linear-gradient(0deg, #e3007f 0%, #b71f93 6.51%, #8c3da7 13.91%, #6657b9 21.92%, #476ec7 30.44%, #2d80d3 39.64%, #198edd 49.77%, #0b98e3 61.3%, #029de7 75.48%, #009fe8 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e3007f), color-stop(0.0651, #b71f93), color-stop(0.1391, #8c3da7), color-stop(0.2192, #6657b9), color-stop(0.3044, #476ec7), color-stop(0.3964, #2d80d3), color-stop(0.4977, #198edd), color-stop(0.613, #0b98e3), color-stop(0.7548, #029de7), color-stop(1, #009fe8));
  background: -o-linear-gradient(0deg, #e3007f 0%, #b71f93 6.51%, #8c3da7 13.91%, #6657b9 21.92%, #476ec7 30.44%, #2d80d3 39.64%, #198edd 49.77%, #0b98e3 61.3%, #029de7 75.48%, #009fe8 100%);
  background: -ms-linear-gradient(0deg, #e3007f 0%, #b71f93 6.51%, #8c3da7 13.91%, #6657b9 21.92%, #476ec7 30.44%, #2d80d3 39.64%, #198edd 49.77%, #0b98e3 61.3%, #029de7 75.48%, #009fe8 100%);
  background: linear-gradient(90deg, #e3007f 0%, #b71f93 6.51%, #8c3da7 13.91%, #6657b9 21.92%, #476ec7 30.44%, #2d80d3 39.64%, #198edd 49.77%, #0b98e3 61.3%, #029de7 75.48%, #009fe8 100%);
  padding: 80px 0;
}
.section_marcial.section_marcial01 .heading {
  font-size: 1.6rem;
  font-weight: 700;
  color: #019ee7;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.01em;
  background: #fff;
  margin: 0;
  margin-bottom: 1.5em;
  padding: 0.8em 1em;
  background: #fff;
}
.section_marcial.section_marcial01 .text-wrap {
  max-width: 600px;
  margin: 0 auto;
}
.section_marcial.section_marcial01 .text-wrap .text {
  font-size: 1.2rem;
  line-height: 2;
  color: #fff;
  margin: 0;
}
.section_marcial.section_marcial02:before, .section_marcial.section_marcial03:before {
  position: absolute;
  content: "";
  display: block;
  background: -moz-linear-gradient(0% 50% 0deg, #e3007f 0%, #b71f93 6.51%, #8c3da7 13.91%, #6657b9 21.92%, #476ec7 30.44%, #2d80d3 39.64%, #198edd 49.77%, #0b98e3 61.3%, #029de7 75.48%, #009fe8 100%);
  background: -webkit-linear-gradient(0deg, #e3007f 0%, #b71f93 6.51%, #8c3da7 13.91%, #6657b9 21.92%, #476ec7 30.44%, #2d80d3 39.64%, #198edd 49.77%, #0b98e3 61.3%, #029de7 75.48%, #009fe8 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e3007f), color-stop(0.0651, #b71f93), color-stop(0.1391, #8c3da7), color-stop(0.2192, #6657b9), color-stop(0.3044, #476ec7), color-stop(0.3964, #2d80d3), color-stop(0.4977, #198edd), color-stop(0.613, #0b98e3), color-stop(0.7548, #029de7), color-stop(1, #009fe8));
  background: -o-linear-gradient(0deg, #e3007f 0%, #b71f93 6.51%, #8c3da7 13.91%, #6657b9 21.92%, #476ec7 30.44%, #2d80d3 39.64%, #198edd 49.77%, #0b98e3 61.3%, #029de7 75.48%, #009fe8 100%);
  background: -ms-linear-gradient(0deg, #e3007f 0%, #b71f93 6.51%, #8c3da7 13.91%, #6657b9 21.92%, #476ec7 30.44%, #2d80d3 39.64%, #198edd 49.77%, #0b98e3 61.3%, #029de7 75.48%, #009fe8 100%);
  background: linear-gradient(90deg, #e3007f 0%, #b71f93 6.51%, #8c3da7 13.91%, #6657b9 21.92%, #476ec7 30.44%, #2d80d3 39.64%, #198edd 49.77%, #0b98e3 61.3%, #029de7 75.48%, #009fe8 100%);
}
.section_marcial.section_marcial02 {
  padding: 50px 0;
}
.section_marcial.section_marcial02:before {
  right: 0;
  bottom: 0;
  width: 35%;
  height: 100%;
}
.section_marcial.section_marcial02 .text-wrap {
  position: relative;
}
.section_marcial.section_marcial02 .text-wrap .heading_lrg04 {
  text-align: left;
}
.section_marcial.section_marcial02 .text-wrap .text {
  margin: 0;
}
.section_marcial.section_marcial02 .text-wrap .text.text02 {
  margin-top: 1.5em;
}
.section_marcial.section_marcial02 .img-wrap img {
  height: auto;
}
.section_marcial.section_marcial03 {
  margin-top: 100px;
  padding: 50px 0 150px;
}
.section_marcial.section_marcial03:before {
  left: 0;
  bottom: 0;
  width: 5.5555555556%;
  height: 100%;
}
ul.support-list_marcial {
  text-align: center;
}
ul.support-list_marcial > li {
  text-align: left;
}
ul.support-list_marcial > li .img-wrap {
  max-width: 185px;
  margin: 0 auto;
}
ul.support-list_marcial > li .img-wrap img {
  height: auto;
}
ul.support-list_marcial > li .text-wrap {
  margin-top: 20px;
}
ul.support-list_marcial > li .text-wrap .heading {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.01em;
  margin: 0 auto;
  margin-bottom: 0.7em;
}
ul.support-list_marcial > li .text-wrap .text {
  margin: 0;
}
ul.service-list_marcial {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
}
ul.service-list_marcial > li {
  display: block;
  margin: 0;
  margin-bottom: 70px;
}
ul.service-list_marcial > li:last-child {
  margin-bottom: 0;
}
ul.service-list_marcial > li .img-wrap img {
  height: auto;
}
ul.service-list_marcial > li .text-wrap .service-name {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.65;
  margin: 0;
  margin-bottom: 0.6em;
}
ul.service-list_marcial > li .text-wrap .text {
  margin: 0;
}
ul.service-list_marcial > li .text-wrap .btn {
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  display: table;
  border-radius: 9999px;
  background: #000;
  width: 100%;
  max-width: 150px;
  margin-top: 1.5em;
  padding: 0.7em 1em;
  transition: all 0.4s;
}
ul.service-list_marcial > li .text-wrap .btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .mv_marcial .mv-illust-wrap {
    position: absolute;
    top: 50%;
    right: 4.5138888889%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 48.6111111111%;
  }
  .section_marcial.section_marcial02 .row {
    align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .mv_marcial .mv-catch-wrap .heading.heading01 {
    font-size: 1rem;
  }
  .mv_marcial .mv-catch-wrap .heading.heading02 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .mv_marcial .mv-catch-wrap .heading.heading02 {
    font-size: 1.6rem;
  }
  ul.service-list_marcial > li .text-wrap .service-name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_marcial {
    padding-top: 100px;
  }
  .mv_marcial .mv-catch-wrap {
    margin: 0 auto;
  }
  .mv_marcial .mv-catch-wrap .heading.heading01 {
    margin-bottom: 30px;
  }
  .mv_marcial .mv-catch-wrap .heading.heading02 {
    font-size: 1.4rem;
    margin-top: 30px;
  }
  .mv_marcial .mv-catch-wrap .logo {
    max-width: 220px;
  }
  .mv_marcial .mv-illust-wrap {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 25px;
  }
  .section_marcial.section_marcial01 {
    padding: 50px 0;
  }
  .section_marcial.section_marcial01 .heading {
    font-size: 1.4rem;
  }
  .section_marcial.section_marcial01 .text-wrap .text {
    font-size: 1rem;
  }
  .section_marcial.section_marcial02 {
    padding: 0 0 40px;
  }
  .section_marcial.section_marcial02 .row > div {
    margin: 0;
  }
  .section_marcial.section_marcial02 .img-wrap {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .section_marcial.section_marcial02:before {
    width: 50%;
    height: 50%;
  }
  .section_marcial.section_marcial03 {
    margin-top: 70px;
    padding: 30px 0 100px;
  }
  .section_marcial.section_marcial03:before {
    width: 15px;
  }
  ul.service-list_marcial {
    padding-left: 20px;
  }
  ul.service-list_marcial > li {
    margin-bottom: 60px;
  }
  ul.service-list_marcial > li .row > div {
    margin: 0;
  }
  ul.service-list_marcial > li .text-wrap .service-name {
    font-size: 1.6rem;
  }
  ul.service-list_marcial > li .img-wrap {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 568px) {
  .mv_marcial .mv-catch-wrap .heading.heading02 {
    font-size: 1.2rem;
  }
  ul.list_col4.support-list_marcial > li {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }
  ul.list_col4.support-list_marcial > li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .section_marcial.section_marcial01 .heading {
    font-size: 1.2rem;
  }
  .section_marcial.section_marcial02:before {
    height: 40%;
  }
  ul.service-list_marcial > li .text-wrap .service-name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .mv_marcial {
    padding-top: 90px;
  }
}
/******************************************************************
** pages service &WAKE
******************************************************************/
.mv_wake {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 40px 0;
  background: #fff;
}
.mv_wake .bg-illust {
  position: absolute;
}
.mv_wake .bg-illust.bg-illust01 {
  bottom: 5%;
  left: -12%;
  width: 29.8611111111%;
}
.mv_wake .bg-illust.bg-illust02 {
  bottom: 50%;
  right: -3.75%;
  width: 59.375%;
}
.mv_wake .bg-illust img {
  height: auto;
}
.mv_wake .mv-inner {
  width: 100%;
}
.mv_wake .info-box {
  max-width: 500px;
  margin-top: 10%;
}
.mv_wake .info-box .logo-wrap {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.mv_wake .info-box .heading {
  margin: 0;
}
.mv_wake .info-box .heading.heading01 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.mv_wake .info-box .logo {
  max-width: 360px;
  margin: 0;
}
.mv_wake .info-box .logo img {
  height: auto;
}
.mv_wake .info-box .text-wrap {
  margin-top: 45px;
}
.mv_wake .info-box .text-wrap .text {
  margin: 0;
}
.mv_wake .info-box .text-wrap .text.text01 {
  font-size: 1.2rem;
}
.mv_wake .info-box .text-wrap .text.text02 {
  font-size: 0.9333333333rem;
}
.mv_wake ul.sns-list {
  margin: 0;
  margin-top: 15px;
}
.mv_wake ul.sns-list > li {
  margin: 4px;
}
.mv_wake ul.sns-list > li img {
  width: 100%;
  max-width: 37px;
  height: auto;
  display: block;
  pointer-events: none;
}
.box_wake01 {
  color: #fff;
  padding: 50px 80px;
  background: -moz-linear-gradient(12.02% -23.15% -45deg, #db85b4 0%, #d486b6 11.42%, #c18aba 27.81%, #a28fc2 47.21%, #7797cd 68.93%, #40a1da 92.27%, #2ca5df 100%);
  background: -webkit-linear-gradient(-45deg, #db85b4 0%, #d486b6 11.42%, #c18aba 27.81%, #a28fc2 47.21%, #7797cd 68.93%, #40a1da 92.27%, #2ca5df 100%);
  background: -webkit-gradient(linear, 12.02% -23.15%, 87.98% 123.15%, color-stop(0, #db85b4), color-stop(0.1142, #d486b6), color-stop(0.2781, #c18aba), color-stop(0.4721, #a28fc2), color-stop(0.6893, #7797cd), color-stop(0.9227, #40a1da), color-stop(1, #2ca5df));
  background: -o-linear-gradient(-45deg, #db85b4 0%, #d486b6 11.42%, #c18aba 27.81%, #a28fc2 47.21%, #7797cd 68.93%, #40a1da 92.27%, #2ca5df 100%);
  background: -ms-linear-gradient(-45deg, #db85b4 0%, #d486b6 11.42%, #c18aba 27.81%, #a28fc2 47.21%, #7797cd 68.93%, #40a1da 92.27%, #2ca5df 100%);
  background: linear-gradient(135deg, #db85b4 0%, #d486b6 11.42%, #c18aba 27.81%, #a28fc2 47.21%, #7797cd 68.93%, #40a1da 92.27%, #2ca5df 100%);
  border-radius: 40px;
}
.box_wake01 .heading {
  margin: 0;
}
.box_wake01 .heading.heading01 {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0.9em;
}
.box_wake01 .heading.heading02 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.box_wake01 .text {
  line-height: 2;
  margin: 0;
}
ul.trouble-list {
  list-style: none;
  font-size: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
ul.trouble-list > li {
  font-size: 1rem;
  text-align: left;
  margin: 2%;
  display: inline-block;
  vertical-align: top;
}
ul.trouble-list > li .img-wrap img {
  height: auto;
}
ul.trouble-list > li .text-wrap {
  display: table;
  margin: 0 auto;
  margin-top: 25px;
}
ul.trouble-list > li .text-wrap .text {
  font-size: 0.9333333333rem;
  line-height: 2;
  margin: 0;
}
ul.support-list > li .box {
  position: relative;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px;
}
ul.support-list > li .box .label {
  position: absolute;
  top: -17px;
  left: -15px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0.35em 1em;
  display: inline-block;
  background: #a490c3;
  border-radius: 9999px;
}
ul.support-list > li .box .img-wrap {
  max-width: 180px;
  margin: 0 auto;
}
ul.support-list > li .box .img-wrap img {
  height: auto;
}
ul.support-list > li .box .heading {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.65;
  letter-spacing: 0.05em;
  margin: 0 auto;
  margin-top: 0.7em;
}
ul.support-list > li .box .text {
  line-height: 2;
  margin: 0;
}
ul.support-list > li .box .text.text01 {
  margin-top: 0.5em;
}
ul.support-list.list_col3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
ul.support-list.list_col3 > li {
  display: initial;
}
.heading_wake01 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-bottom: 1em;
}
.heading_wake01 .logo, .heading_wake01 .text {
  display: inline-block;
  vertical-align: middle;
}
.heading_wake01 .logo {
  width: 100%;
  max-width: 240px;
}
.heading_wake01 .logo img {
  height: auto;
}
.heading_wake01 .text {
  margin-left: 0.4em;
  letter-spacing: 0.05em;
}
.plan-section, .qa-section {
  margin-top: 130px;
}
@media screen and (min-width: 769px) {
  .mv_wake .bg-illust.bg-illust02 {
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
}
@media screen and (min-width: 1025px) {
  ul.trouble-list > li {
    width: 16.8%;
  }
  ul.trouble-list > li:nth-child(1), ul.trouble-list > li:nth-child(6) {
    margin-left: 0;
  }
  ul.trouble-list > li:nth-child(5), ul.trouble-list > li:nth-child(10), ul.trouble-list > li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  ul.trouble-list > li {
    width: 30%;
  }
  ul.trouble-list > li:nth-child(1), ul.trouble-list > li:nth-child(4), ul.trouble-list > li:nth-child(7), ul.trouble-list > li:nth-child(10) {
    margin-left: 0;
  }
  ul.trouble-list > li:nth-child(3), ul.trouble-list > li:nth-child(6), ul.trouble-list > li:nth-child(9), ul.trouble-list > li:nth-child(12), ul.trouble-list > li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .box_wake01 {
    padding: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .mv_wake .info-box .heading.heading01 {
    font-size: 1.4rem;
  }
  .mv_wake .info-box .logo {
    max-width: 300px;
  }
  .box_wake01 {
    padding: 35px 30px;
    border-radius: 30px;
  }
  .box_wake01 .heading.heading01 {
    font-size: 2rem;
  }
  ul.support-list > li .box {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .mv_wake .bg-illust.bg-illust01 {
    bottom: 3%;
  }
  .mv_wake .bg-illust.bg-illust02 {
    bottom: 5%;
  }
  .mv_wake .info-box {
    margin-top: 0;
  }
  .mv_wake .info-box .heading.heading01 {
    font-size: 1.2rem;
  }
  .mv_wake .info-box .logo {
    max-width: 250px;
  }
  .mv_wake .info-box .text-wrap {
    margin-top: 25px;
  }
  .mv_wake .info-box .text-wrap .text.text01 {
    font-size: 1rem;
  }
  .mv_wake .info-box .text-wrap .text.text02 {
    font-size: 0.8rem;
  }
  .mv_wake ul.sns-list > li img {
    max-width: 30px;
  }
  .box_wake01 {
    padding: 30px 25px;
  }
  .box_wake01 .heading.heading01 {
    font-size: 1.6rem;
  }
  ul.support-list.list_col3 > li {
    margin: 20px 2.5%;
  }
  ul.support-list.list_col3 > li:nth-child(1), ul.support-list.list_col3 > li:nth-child(2) {
    margin-top: 0;
  }
  ul.support-list.list_col3 > li:nth-child(5), ul.support-list.list_col3 > li:nth-child(6) {
    margin-bottom: 0;
  }
  ul.support-list.list_col3 > li .box .label {
    top: -15px;
    font-size: 1.2rem;
  }
  .heading_wake01 {
    font-size: 2.6rem;
  }
  .heading_wake01 .logo {
    max-width: 200px;
  }
  .plan-section, .qa-section {
    margin-top: 70px;
  }
}
@media screen and (max-width: 600px) {
  ul.trouble-list > li {
    width: 47.5%;
    margin: 12px 2.5%;
  }
  ul.trouble-list > li:nth-child(odd) {
    margin-left: 0;
  }
  ul.trouble-list > li:nth-child(even), ul.trouble-list > li:last-child {
    margin-right: 0;
  }
  ul.trouble-list > li .text-wrap {
    margin-top: 15px;
  }
  ul.trouble-list > li .text-wrap .text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 568px) {
  .box_wake01 .heading.heading01 {
    font-size: 1.4rem;
  }
  ul.support-list.list_col3 > li {
    width: 100%;
    margin: 0 0 40px !important;
  }
  ul.support-list.list_col3 > li:last-child {
    margin-bottom: 0 !important;
  }
  .heading_wake01 {
    font-size: 2.2rem;
  }
  .heading_wake01 .logo, .heading_wake01 .text {
    display: block;
    margin: 0 auto;
  }
  .heading_wake01 .logo {
    max-width: 165px;
  }
  .heading_wake01 .text {
    margin-left: 0;
    margin-top: 0.25em;
  }
}
@media screen and (max-width: 480px) {
  .mv_wake .bg-illust.bg-illust01 {
    width: 25%;
  }
  .mv_wake .bg-illust.bg-illust02 {
    width: 65%;
  }
  .mv_wake .info-box .heading.heading01 {
    font-size: 1rem;
  }
  .mv_wake .info-box .logo {
    max-width: 230px;
  }
  .box_wake01 {
    padding: 25px 20px;
    border-radius: 20px;
  }
  .box_wake01 .heading.heading01 {
    letter-spacing: 0;
  }
  .heading_wake01 {
    font-size: 1.8rem;
  }
  .heading_wake01 .logo {
    max-width: 160px;
  }
  .plan-section, .qa-section {
    margin-top: 60px;
  }
}
/******************************************************************
** pages service STARLIA
******************************************************************/
.mv_starlia {
  position: relative;
  width: 100%;
  background: #fff url(../images/page/mv-illust_starlia.webp) no-repeat center bottom / cover;
  padding-bottom: 10px;
}
.mv_starlia .mv-inner {
  position: relative;
  width: 100%;
}
.mv_starlia .mv-inner.mv-inner01 {
  min-height: 100vh;
  min-height: 100svh;
}
.mv_starlia .mv-inner .mv-catch-wrap {
  position: absolute;
  top: 50%;
  left: 13.8888888889%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mv_starlia .mv-inner .mv-catch-wrap .logo-wrap {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.mv_starlia .mv-inner .mv-catch-wrap .heading {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}
.mv_starlia .mv-inner .mv-catch-wrap .heading.heading01 {
  margin-bottom: 0.7em;
}
.mv_starlia .mv-inner .mv-catch-wrap .heading.heading02 {
  font-size: 1.0666666667rem;
  margin-top: 1.5em;
}
.mv_starlia .mv-inner .mv-catch-wrap .logo {
  max-width: 450px;
  margin: 0;
}
.mv_starlia .mv-inner .mv-catch-wrap .logo img {
  height: auto;
}
.mv_starlia .mv-inner .mv-box {
  position: relative;
  background: #fff;
  border-radius: 50px;
  padding: 50px 40px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.mv_starlia .mv-inner .mv-box .bg-illust {
  position: absolute;
}
.mv_starlia .mv-inner .mv-box .bg-illust.bg-illust01 {
  left: -40px;
  bottom: -20px;
  width: 14%;
  z-index: 1;
}
.mv_starlia .mv-inner .mv-box .bg-illust img {
  height: auto;
}
.mv_starlia .mv-inner .mv-box .heading, .mv_starlia .mv-inner .mv-box .text {
  text-align: center;
  margin: 0 auto;
}
.mv_starlia .mv-inner .mv-box .heading {
  font-size: 2.8rem;
  font-weight: 500;
  color: #f2c32f;
  line-height: 1.55;
  margin-bottom: 0.6em;
}
.mv_starlia .mv-inner .mv-box .text {
  font-weight: 300;
  line-height: 2.3333333333;
}
.mv_starlia .mv-inner .mv-box .text.text02 {
  margin-top: 2em;
}
.service-section_starlia {
  margin-top: 150px;
}
.service-section_starlia .section-text {
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  line-height: 2;
  margin: 0 auto;
  z-index: 1;
}
.service-section_starlia .section-inner {
  position: relative;
  margin-top: 50px;
  padding-top: 90px;
  padding-bottom: 110px;
  background: #f2c32f;
}
.service-section_starlia .section-inner .bg-material {
  position: absolute;
  left: 0;
  right: 0;
}
.service-section_starlia .section-inner .bg-material img {
  height: auto;
}
.service-section_starlia .section-inner .bg-material.bg-material01 {
  top: -1px;
}
.service-section_starlia .section-inner .bg-material.bg-material02 {
  bottom: -1px;
}
.service-section_starlia .section-inner .bg-illust {
  position: absolute;
}
.service-section_starlia .section-inner .bg-illust.bg-illust01 {
  bottom: 95%;
  left: 3.8%;
  width: 18.5%;
}
.service-section_starlia .section-inner .bg-illust img {
  height: auto;
}
.box-wrap_starlia .box {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
}
.box-wrap_starlia .box .img-wrap {
  margin: 0 auto;
}
.box-wrap_starlia .box .img-wrap img {
  height: auto;
}
.box-wrap_starlia .box .heading {
  font-size: 1.4rem;
  font-weight: 500;
  color: #edb20f;
  text-align: center;
  margin: 0 auto;
  margin-top: 1em;
}
.box-wrap_starlia .box .text {
  line-height: 2;
  margin: 0;
}
.box-wrap_starlia .box .text.text01 {
  margin-top: 1em;
}
.box-wrap_starlia.service-box-wrap_starlia .box {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.box-wrap_starlia.service-box-wrap_starlia .box .img-wrap {
  max-width: 200px;
}
.box-wrap_starlia.feature-box-wrap_starlia .box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.box-wrap_starlia.feature-box-wrap_starlia .box .img-wrap {
  max-width: 355px;
}
.box-wrap_starlia.feature-box-wrap_starlia.box-wrap_starlia01 {
  margin-top: 70px;
}
.feature-section_starlia {
  position: relative;
  padding-top: 100px;
}
.feature-section_starlia .bg-material {
  position: absolute;
}
.feature-section_starlia .bg-material img {
  height: auto;
}
.feature-section_starlia .bg-material.bg-material01 {
  top: -20px;
  left: 0;
  width: 17.3%;
}
.feature-section_starlia .bg-material.bg-material02 {
  top: 18%;
  right: 0;
  width: 15.3%;
}
.feature-section_starlia .section-heading {
  color: #edb20f;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  margin: 0 auto;
}
.feature-section_starlia .section-heading.section-heading01 {
  font-size: 2rem;
  margin-bottom: 1.5em;
}
.feature-section_starlia .section-text {
  text-align: center;
  line-height: 2.6666666667;
  margin: 0 auto;
}
.flow-section {
  position: relative;
}
.flow-section .section-text {
  text-align: center;
  line-height: 2.6666666667;
  margin: 0 auto;
}
.flow-section.flow-section_starlia {
  margin-top: 150px;
}
.table-wrap_flow {
  position: relative;
  margin-top: 70px;
}
.table-wrap_flow .arrow {
  position: absolute;
}
.table-wrap_flow .arrow:before, .table-wrap_flow .arrow:after {
  position: absolute;
  content: "";
  display: block;
}
.table-wrap_flow .arrow:before {
  background: #f2c32f;
}
.table-wrap_flow .arrow:after {
  width: 0;
  height: 0;
  border-style: solid;
}
table.flow-table {
  width: 100%;
}
table.flow-table th, table.flow-table td {
  font-weight: 500;
  padding: 1.5em 0.5em;
  border: 1px solid #f2c32f;
}
table.flow-table th {
  text-align: center;
  background: #fdf899;
}
table.flow-table th.heading {
  background: #f2c32f;
}
table.flow-table td {
  text-align: left;
  background: #fff;
  padding-bottom: 4em;
}
table.flow-table.flow-table_pc th.heading, table.flow-table.flow-table_pc td {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
table.flow-table.flow-table_pc th.heading .horizontal {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
table.flow-table.flow-table_pc td {
  font-size: 0.9333333333rem;
}
table.flow-table.flow-table_pc td .horizontal {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
table.flow-table.flow-table_sp {
  display: none;
}
table.flow-table.flow-table_sp th, table.flow-table.flow-table_sp td {
  padding: 1em;
}
table.flow-table.flow-table_sp th {
  width: 30%;
}
table.flow-table.flow-table_sp th.heading {
  width: 100%;
}
table.flow-table.flow-table_sp td {
  width: 70%;
}
.voice-section {
  margin-top: 150px;
}
.voice-section .heading_sub01 {
  display: table;
}
.voice-section .heading_sub01 .bg-illust {
  position: absolute;
  bottom: 90%;
  right: 95%;
  width: 100%;
  max-width: 30.5%;
}
.voice-section .heading_sub01 .bg-illust img {
  height: auto;
}
.voice-section .voice-wrap .box {
  background: #f2c32f;
  padding: 30px;
  border-radius: 25px;
}
.voice-section .voice-wrap .box .img-wrap {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  /*
            overflow: hidden;
            border-radius: 50%;

            &:before {
              content: "";
              display: block;
              padding-top: 100%;
            }

            img {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              height: 100%;
              object-fit: cover;
            }
            */
}
.voice-section .voice-wrap .box .img-wrap img {
  height: auto;
}
.voice-section .voice-wrap .box .text {
  line-height: 2;
  margin: 0;
}
.voice-section .voice-wrap .box .text.text01 {
  margin-top: 1.5em;
}
.voice-section .voice-wrap .box .name {
  text-align: right;
  line-height: 1;
  margin: 0 0 0 auto;
  margin-top: 1.5em;
}
@media screen and (min-width: 769px) {
  .box-wrap_starlia .box {
    height: 100%;
  }
  .box-wrap_starlia.box-wrap_starlia02 {
    margin-top: 60px;
  }
  .voice-section .voice-wrap .box {
    height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .table-wrap_flow {
    padding-bottom: 40px;
  }
  .table-wrap_flow .arrow {
    bottom: 0;
    left: 0;
    right: 0;
    height: 9px;
  }
  .table-wrap_flow .arrow:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(100% - 20px);
    height: 100%;
  }
  .table-wrap_flow .arrow:after {
    top: 50%;
    right: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-width: 15px 0 15px 30px;
    border-color: transparent transparent transparent #f2c32f;
  }
}
@media screen and (min-width: 2001px) {
  .mv_starlia {
    background: #fff url(../images/page/mv-illust_starlia.webp) no-repeat center top / cover;
  }
}
@media screen and (max-width: 1200px) {
  .mv_starlia .mv-inner .mv-catch-wrap {
    left: 50px;
  }
  .service-section_starlia .section-inner .bg-illust.bg-illust01 {
    left: 20px;
    width: 13%;
  }
}
@media screen and (max-width: 1024px) {
  .mv_starlia .mv-inner .mv-catch-wrap {
    left: 40px;
  }
  .mv_starlia .mv-inner .mv-catch-wrap .heading {
    font-size: 1.2rem;
  }
  .mv_starlia .mv-inner .mv-catch-wrap .heading.heading02 {
    font-size: 1rem;
  }
  .mv_starlia .mv-inner .mv-catch-wrap .logo {
    max-width: 400px;
  }
  .mv_starlia .mv-inner .mv-box {
    border-radius: 40px;
  }
  .mv_starlia .mv-inner .mv-box .heading {
    font-size: 2.4rem;
  }
  .feature-section_starlia .section-heading.section-heading01 {
    font-size: 1.8rem;
  }
  .table-wrap_flow {
    margin-top: 60px;
    padding-right: 25px;
  }
  .table-wrap_flow .arrow {
    top: 0;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 100%;
  }
  .table-wrap_flow .arrow:before {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 20px);
  }
  .table-wrap_flow .arrow:after {
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-width: 30px 10px 0 10px;
    border-color: #f2c32f transparent transparent transparent;
  }
  table.flow-table.flow-table_pc {
    display: none;
  }
  table.flow-table.flow-table_sp {
    display: table;
  }
}
@media screen and (max-width: 768px) {
  .mv_starlia .mv-inner .mv-catch-wrap {
    left: 30px;
  }
  .mv_starlia .mv-inner .mv-catch-wrap .logo {
    max-width: 260px;
  }
  .mv_starlia .mv-inner .mv-box {
    border-radius: 30px;
    padding: 40px 25px;
  }
  .mv_starlia .mv-inner .mv-box .bg-illust.bg-illust01 {
    left: -10px;
    bottom: -30px;
    width: 65px;
  }
  .mv_starlia .mv-inner .mv-box .heading {
    font-size: 2rem;
  }
  .service-section_starlia {
    margin-top: 100px;
  }
  .service-section_starlia .section-text {
    font-size: 1rem;
  }
  .service-section_starlia .section-inner {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .service-section_starlia .section-inner .bg-illust.bg-illust01 {
    bottom: 98.5%;
  }
  .box-wrap_starlia .row > div {
    margin: 0;
    margin-bottom: 40px;
  }
  .box-wrap_starlia.box-wrap_starlia02 .row > div:last-child {
    margin-bottom: 0;
  }
  .box-wrap_starlia.feature-box-wrap_starlia.box-wrap_starlia01 {
    margin-top: 60px;
  }
  .feature-section_starlia {
    padding-top: 70px;
  }
  .feature-section_starlia .bg-material.bg-material01, .feature-section_starlia .bg-material.bg-material02 {
    width: 25%;
  }
  .feature-section_starlia .section-heading.section-heading01 {
    font-size: 1.6rem;
  }
  .flow-section.flow-section_starlia {
    margin-top: 100px;
  }
  table.flow-table.flow-table_sp th, table.flow-table.flow-table_sp td {
    font-size: 0.9333333333rem;
  }
  .voice-section {
    margin-top: 100px;
  }
  .voice-section .voice-wrap .row > div {
    margin: 0;
    margin-bottom: 40px;
  }
  .voice-section .voice-wrap .row > div:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 568px) {
  .feature-section_starlia .section-heading.section-heading01 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .mv_starlia {
    background: #fff url(../images/page/mv-illust_starlia.webp) no-repeat center top / 1250px;
  }
  .mv_starlia .mv-inner .mv-catch-wrap {
    left: 15px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
  }
  .mv_starlia .mv-inner .mv-catch-wrap .heading {
    font-size: 1rem;
  }
  .mv_starlia .mv-inner .mv-catch-wrap .logo {
    max-width: 225px;
  }
  .mv_starlia .mv-inner .mv-box {
    border-radius: 20px;
    padding: 40px 20px;
  }
  .mv_starlia .mv-inner .mv-box .heading {
    font-size: 1.6rem;
  }
  .service-section_starlia .section-inner .bg-illust.bg-illust01 {
    width: 90px;
  }
  .box-wrap_starlia .box {
    padding: 30px 20px;
  }
  .box-wrap_starlia .box .heading {
    font-size: 1.2rem;
  }
  .feature-section_starlia .section-heading.section-heading01 {
    font-size: 1.2rem;
  }
  .flow-section.flow-section_starlia {
    margin-top: 70px;
  }
  .table-wrap_flow {
    margin-top: 50px;
  }
  table.flow-table.flow-table_sp th, table.flow-table.flow-table_sp td {
    font-size: 0.8rem;
  }
  table.flow-table.flow-table_sp th {
    width: 35%;
  }
  table.flow-table.flow-table_sp td {
    width: 65%;
  }
  .voice-section .voice-wrap .box {
    padding: 25px 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 400px) {
  .mv_starlia {
    background: #fff url(../images/page/mv-illust_starlia.webp) no-repeat center top / 1050px;
  }
}
@media screen and (max-width: 350px) {
  .mv_starlia {
    background: #fff url(../images/page/mv-illust_starlia.webp) no-repeat center top / 950px;
  }
}
/******************************************************************
** pages service NOWMART
******************************************************************/
.mv_nowmart {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  background: #fff;
}
.mv_nowmart .bg-illust {
  position: absolute;
}
.mv_nowmart .bg-illust.bg-illust01 {
  top: 0;
  left: 0;
  width: 43%;
}
.mv_nowmart .bg-illust.bg-illust02 {
  bottom: 0;
  right: 0;
  width: 69.4%;
}
.mv_nowmart .bg-illust img {
  height: auto;
}
.mv_nowmart .mv-catch-wrap, .mv_nowmart .mv-illust-wrap {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mv_nowmart .mv-catch-wrap {
  left: 13.9%;
  z-index: 1;
}
.mv_nowmart .mv-catch-wrap .logo-wrap {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.mv_nowmart .mv-catch-wrap .heading {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.mv_nowmart .mv-catch-wrap .heading.heading01 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 60px;
}
.mv_nowmart .mv-catch-wrap .heading.heading02 {
  font-size: 2rem;
  line-height: 2;
  display: table;
  margin-top: 55px;
}
.mv_nowmart .mv-catch-wrap .logo {
  max-width: 250px;
  margin: 0 auto;
}
.mv_nowmart .mv-catch-wrap .logo img {
  height: auto;
}
.mv_nowmart .mv-illust-wrap {
  right: 7%;
  width: 39.5%;
}
.about-section_nowmart {
  position: relative;
}
.about-section_nowmart .bg-illust {
  position: absolute;
}
.about-section_nowmart .bg-illust img {
  height: auto;
}
.about-section_nowmart .bg-illust.bg-illust01 {
  bottom: 30px;
  left: 13.9%;
  width: 27%;
}
.about-wrap_nowmart01 {
  padding: 5px 20px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.about-wrap_nowmart01 .heading {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.about-wrap_nowmart01 .inner {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 35px;
}
.about-wrap_nowmart01 .inner .inner-text {
  font-size: 1.2rem;
  line-height: 2;
  margin: 0;
}
.service-section_nowmart .service-text_nowmart {
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
ul.service-list_nowmart {
  text-align: center;
}
ul.service-list_nowmart > li {
  text-align: left;
}
ul.service-list_nowmart > li .box .img-wrap {
  background: #f2f6ff;
}
ul.service-list_nowmart > li .box .img-wrap img {
  height: auto;
}
ul.service-list_nowmart > li .box .heading {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-top: 0.6em;
  margin-bottom: 0.5em;
}
ul.service-list_nowmart > li .box .text {
  margin: 0;
}
.feature-section_nowmart .text-wrap {
  font-size: 1.2rem;
  line-height: 2;
  margin: 0;
}
.feature-section_nowmart .img-wrap img {
  height: auto;
}
.flow-section_nowmart .bg-illust {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
}
.flow-section_nowmart .bg-illust img {
  height: auto;
}
.flow-section_nowmart .section-text {
  text-align: center;
  line-height: 2;
  margin: 0 auto;
}
.flow-section_nowmart .flow-list-wrap_nowmart {
  margin-top: 110px;
}
.flow-section_nowmart .flow-list-wrap_nowmart .box {
  position: relative;
  padding: 20px;
  padding-top: 50px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.flow-section_nowmart .flow-list-wrap_nowmart .box .num {
  position: absolute;
  top: -25px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
  margin: 0 auto;
}
.flow-section_nowmart .flow-list-wrap_nowmart .box .heading {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  margin: 0 auto;
  margin-bottom: 1em;
}
.flow-section_nowmart .flow-list-wrap_nowmart .box .img-wrap {
  max-width: 150px;
  margin: 0 auto;
}
.flow-section_nowmart .flow-list-wrap_nowmart .box .img-wrap img {
  height: auto;
}
.flow-section_nowmart .flow-list-wrap_nowmart .box .box-text {
  margin: 0;
}
.flow-section_nowmart .flow-list-wrap_nowmart .box .box-text.box-text01 {
  margin-top: 1.5em;
}
.works-section_nowmart {
  padding: 100px 0;
  background: #f2f6ff url(../images/page/bg-illust_nowmart03.webp) no-repeat center center / cover;
}
ul.works-list_nowmart {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
}
ul.works-list_nowmart > li {
  display: block;
  margin: 0;
  padding: 40px 0;
  border-bottom: 1px solid #e6e6e6;
}
ul.works-list_nowmart > li .img-wrap img {
  height: auto;
}
ul.works-list_nowmart > li .text-wrap {
  margin-top: 15px;
}
ul.works-list_nowmart > li .text-wrap .heading {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  margin-bottom: 0.7em;
}
ul.works-list_nowmart > li .text-wrap .desc {
  line-height: 2;
  margin: 0;
}
ul.works-list_nowmart > li .text-wrap .btn {
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  margin: 0;
  margin-top: 1.5em;
  padding: 0.55em 1em;
  background: #000;
  border-radius: 9999px;
  min-width: 150px;
  display: table;
  transition: all 0.4s;
}
ul.works-list_nowmart > li .text-wrap .btn:hover {
  opacity: 0.7;
}
ul.works-list_nowmart > li .text-wrap .btn.btn_pk {
  background: -moz-linear-gradient(80.5% 188.64% 135deg, #be1e6e 0%, #c31e6f 6.03%, #d71e75 37.99%, #e41e78 69.54%, #e81e79 100%);
  background: -webkit-linear-gradient(135deg, #be1e6e 0%, #c31e6f 6.03%, #d71e75 37.99%, #e41e78 69.54%, #e81e79 100%);
  background: -webkit-gradient(linear, 80.5% 188.64%, 19.5% -88.64%, color-stop(0, #be1e6e), color-stop(0.0603, #c31e6f), color-stop(0.3799, #d71e75), color-stop(0.6954, #e41e78), color-stop(1, #e81e79));
  background: -o-linear-gradient(135deg, #be1e6e 0%, #c31e6f 6.03%, #d71e75 37.99%, #e41e78 69.54%, #e81e79 100%);
  background: -ms-linear-gradient(135deg, #be1e6e 0%, #c31e6f 6.03%, #d71e75 37.99%, #e41e78 69.54%, #e81e79 100%);
  background: linear-gradient(-45deg, #be1e6e 0%, #c31e6f 6.03%, #d71e75 37.99%, #e41e78 69.54%, #e81e79 100%);
}
@media screen and (min-width: 481px) {
  .mv_nowmart .mv-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .feature-section_nowmart .row {
    align-items: center;
  }
  .flow-section_nowmart .flow-list-wrap_nowmart {
    margin-top: 110px;
  }
  .flow-section_nowmart .flow-list-wrap_nowmart .box {
    height: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .mv_nowmart .mv-catch-wrap {
    left: 10%;
  }
  .mv_nowmart .mv-illust-wrap {
    right: 5%;
  }
}
@media screen and (max-width: 1300px) {
  .mv_nowmart .mv-catch-wrap {
    left: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .mv_nowmart .mv-catch-wrap {
    left: 40px;
  }
  .mv_nowmart .mv-catch-wrap .heading.heading01 {
    font-size: 1rem;
    margin-bottom: 50px;
  }
  .mv_nowmart .mv-catch-wrap .heading.heading02 {
    font-size: 1.8rem;
    margin-top: 45px;
  }
  .mv_nowmart .mv-illust-wrap {
    right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .mv_nowmart .mv-catch-wrap {
    left: 35px;
  }
  .mv_nowmart .mv-catch-wrap .heading.heading02 {
    font-size: 1.6rem;
  }
  .mv_nowmart .mv-illust-wrap {
    right: 35px;
  }
  .about-section_nowmart {
    position: relative;
  }
  .about-section_nowmart .bg-illust.bg-illust01 {
    left: 5%;
    width: 40%;
  }
  ul.works-list_nowmart > li .text-wrap {
    margin-top: 0;
  }
  ul.works-list_nowmart > li .text-wrap .heading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .about-wrap_nowmart01 .heading {
    font-size: 1.2rem;
  }
  .about-wrap_nowmart01 .inner {
    margin-top: 30px;
  }
  .about-wrap_nowmart01 .inner .inner-text {
    font-size: 1rem;
  }
  .feature-section_nowmart .row > div {
    margin: 0;
  }
  .feature-section_nowmart .text-wrap {
    font-size: 1rem;
  }
  .feature-section_nowmart .img-wrap {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .flow-section_nowmart .bg-illust {
    width: 95%;
  }
  .flow-section_nowmart .flow-list-wrap_nowmart {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 85px;
  }
  .flow-section_nowmart .flow-list-wrap_nowmart .row > div {
    margin: 0;
    margin-bottom: 60px;
  }
  .flow-section_nowmart .flow-list-wrap_nowmart .row > div:last-child {
    margin-bottom: 0;
  }
  .works-section_nowmart {
    padding: 70px 0;
  }
  ul.works-list_nowmart {
    max-width: 500px;
    margin: 0 auto;
  }
  ul.works-list_nowmart > li {
    padding: 30px 0;
  }
  ul.works-list_nowmart > li .row > div {
    margin: 0;
  }
  ul.works-list_nowmart > li .text-wrap {
    margin-top: 25px;
  }
  ul.works-list_nowmart > li .text-wrap .heading {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 700px) {
  .mv_nowmart .mv-catch-wrap {
    left: 30px;
  }
  .mv_nowmart .mv-catch-wrap .heading.heading02 {
    font-size: 1.4rem;
  }
  .mv_nowmart .mv-catch-wrap .logo {
    max-width: 220px;
  }
  .mv_nowmart .mv-illust-wrap {
    right: 30px;
  }
}
@media screen and (max-width: 568px) {
  .mv_nowmart .mv-catch-wrap {
    left: 20px;
  }
  .mv_nowmart .mv-catch-wrap .heading.heading02 {
    font-size: 1.2rem;
  }
  .mv_nowmart .mv-illust-wrap {
    right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .mv_nowmart {
    padding: 60px 20px;
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
  }
  .mv_nowmart .mv-catch-wrap, .mv_nowmart .mv-illust-wrap {
    position: relative;
    top: initial;
    -ms-transform: initial;
    -webkit-transform: initial;
    transform: initial;
    width: 100%;
  }
  .mv_nowmart .mv-catch-wrap {
    left: initial;
    z-index: 1;
  }
  .mv_nowmart .mv-catch-wrap .heading.heading01 {
    margin-bottom: 25px;
  }
  .mv_nowmart .mv-catch-wrap .heading.heading02 {
    line-height: 1.8;
    margin-top: 30px;
  }
  .mv_nowmart .mv-illust-wrap {
    right: initial;
    width: 75%;
    margin: 0 auto;
  }
  .about-section_nowmart .bg-illust.bg-illust01 {
    left: 10px;
    width: 50%;
  }
  .service-section_nowmart .service-text_nowmart {
    margin-bottom: 2.5em;
  }
  ul.list_col4.service-list_nowmart > li {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  ul.list_col4.service-list_nowmart > li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .about-wrap_nowmart01 .heading {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .about-wrap_nowmart01 .inner {
    margin-top: 25px;
  }
}
@media screen and (max-width: 375px) {
  .mv_nowmart .mv-illust-wrap {
    width: 100%;
  }
}
/******************************************************************
** pages company
******************************************************************/
.tab-wrap {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.tab-wrap .tab_item {
  font-size: 1.2rem;
  text-align: center;
  color: #000;
  line-height: 70px;
  letter-spacing: 0.1em;
  width: calc(100% / 3);
  height: 70px;
  border: 1px solid #e6e6e6;
  background: #fff;
  display: block;
  float: left;
  cursor: pointer;
  transition: all 0.4s;
}
.tab-wrap .tab_item:hover {
  opacity: 0.7;
}
.tab-wrap input[name="tab_item"] {
  display: none;
}
.tab-wrap .tab_content {
  display: none;
  padding: 100px 50px;
  clear: both;
  overflow: hidden;
}
.tab-wrap #company:checked ~ #company_content, .tab-wrap #mission:checked ~ #mission_content, .tab-wrap #history:checked ~ #history_content {
  display: block;
}
.tab-wrap input:checked + .tab_item {
  color: #fff;
  background: -moz-linear-gradient(19.95% -98.81% -45deg, #182987 0%, #5f1985 100%);
  background: -webkit-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: -webkit-gradient(linear, 19.95% -98.81%, 80.05% 198.81%, color-stop(0, #182987), color-stop(1, #5f1985));
  background: -o-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: -ms-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: linear-gradient(135deg, #182987 0%, #5f1985 100%);
}
ul.company-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
ul.company-list > li {
  display: inline-block;
  margin: 0;
}
.text_office {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
.map-wrap {
  line-height: 0;
}
.map-wrap iframe {
  display: block;
  width: 100%;
}
.map-wrap.map-wrap01 {
  margin-top: 60px;
}
.map-wrap.map-wrap01 iframe {
  height: 400px;
}
.mission-wrap .img-wrap img {
  height: auto;
}
.mission-wrap .text_mission {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.mission-wrap .text_mission.text_mission01 {
  margin-top: 0.5em;
}
.mission-wrap .text-wrap .text {
  line-height: 2;
  margin: 0;
}
.mission-wrap .text-wrap .text.text02 {
  margin-top: 1em;
}
table.value-table {
  position: relative;
  width: 100%;
  z-index: 2;
}
table.value-table th, table.value-table td {
  text-align: left;
  width: 50%;
  padding-top: 45px;
  padding-bottom: 20px;
  vertical-align: top;
}
table.value-table th {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 55px;
  border-bottom: 1px solid #192987;
}
table.value-table th .num {
  position: absolute;
  top: 25px;
  left: 0;
  font-size: 3.6rem;
  font-weight: 700;
  color: #edeef6;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  z-index: -1;
}
table.value-table td {
  padding-left: 1em;
  padding-right: 1em;
  border-bottom: 1px solid #e6e6e6;
}
.message-wrap .text_message {
  line-height: 2;
  margin: 0;
}
.message-wrap .name {
  margin: 0 0 0 auto;
  margin-top: 30px;
  max-width: 205px;
}
.message-wrap .name img {
  height: auto;
}
ul.member-list.list_col4 {
  text-align: center;
}
ul.member-list.list_col4 > li {
  margin: 1%;
  margin-bottom: 30px;
}
ul.member-list.list_col4 > li .img-wrap {
  position: relative;
  width: 100%;
  background: #f5f5f5;
}
ul.member-list.list_col4 > li .img-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
ul.member-list.list_col4 > li .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}
ul.member-list.list_col4 > li .name, ul.member-list.list_col4 > li .position {
  text-align: center;
  line-height: 1;
  margin: 0 auto;
}
ul.member-list.list_col4 > li .name {
  font-weight: 500;
  margin-top: 1em;
}
ul.member-list.list_col4 > li .position {
  font-size: 0.8rem;
  margin-top: 1em;
}
ul.history-list {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
}
ul.history-list > li {
  display: block;
  margin: 0;
}
ul.history-list > li .history-wrap {
  display: flex;
  width: 100%;
}
ul.history-list > li .date-wrap {
  position: relative;
  min-width: 150px;
}
ul.history-list > li .date-wrap:before {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background: #000;
}
ul.history-list > li .date-wrap .date {
  position: relative;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  margin: 0;
  width: 100%;
  padding: 0.65em 0.5em;
  border-radius: 9999px;
  background: -moz-linear-gradient(19.95% -98.81% -45deg, #182987 0%, #5f1985 100%);
  background: -webkit-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: -webkit-gradient(linear, 19.95% -98.81%, 80.05% 198.81%, color-stop(0, #182987), color-stop(1, #5f1985));
  background: -o-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: -ms-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: linear-gradient(135deg, #182987 0%, #5f1985 100%);
}
ul.history-list > li .content-wrap {
  margin-left: 1.3em;
  padding-top: 0.15em;
  padding-bottom: 2em;
}
ul.history-list > li .content-wrap .text {
  line-height: 2;
  margin: 0;
}
ul.history-list > li:last-child .date-wrap:before {
  display: none;
}
ul.history-list > li:last-child .content-wrap {
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  ul.member-list.list_col4 > li {
    width: 23.5%;
  }
  ul.member-list.list_col4 > li:nth-child(1), ul.member-list.list_col4 > li:nth-child(5), ul.member-list.list_col4 > li:nth-child(9), ul.member-list.list_col4 > li:nth-child(13), ul.member-list.list_col4 > li:nth-child(17), ul.member-list.list_col4 > li:nth-child(21), ul.member-list.list_col4 > li:nth-child(25), ul.member-list.list_col4 > li:nth-child(29), ul.member-list.list_col4 > li:nth-child(33), ul.member-list.list_col4 > li:nth-child(37) {
    margin-left: 0;
  }
  ul.member-list.list_col4 > li:nth-child(4), ul.member-list.list_col4 > li:nth-child(8), ul.member-list.list_col4 > li:nth-child(12), ul.member-list.list_col4 > li:nth-child(16), ul.member-list.list_col4 > li:nth-child(20), ul.member-list.list_col4 > li:nth-child(24), ul.member-list.list_col4 > li:nth-child(28), ul.member-list.list_col4 > li:nth-child(32), ul.member-list.list_col4 > li:nth-child(36), ul.member-list.list_col4 > li:nth-child(40), ul.member-list.list_col4 > li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  ul.member-list.list_col4 > li {
    width: 32%;
  }
  ul.member-list.list_col4 > li:nth-child(1), ul.member-list.list_col4 > li:nth-child(4), ul.member-list.list_col4 > li:nth-child(7), ul.member-list.list_col4 > li:nth-child(10), ul.member-list.list_col4 > li:nth-child(13), ul.member-list.list_col4 > li:nth-child(16), ul.member-list.list_col4 > li:nth-child(19), ul.member-list.list_col4 > li:nth-child(22), ul.member-list.list_col4 > li:nth-child(25), ul.member-list.list_col4 > li:nth-child(28) {
    margin-left: 0;
  }
  ul.member-list.list_col4 > li:nth-child(3), ul.member-list.list_col4 > li:nth-child(6), ul.member-list.list_col4 > li:nth-child(9), ul.member-list.list_col4 > li:nth-child(12), ul.member-list.list_col4 > li:nth-child(15), ul.member-list.list_col4 > li:nth-child(18), ul.member-list.list_col4 > li:nth-child(21), ul.member-list.list_col4 > li:nth-child(24), ul.member-list.list_col4 > li:nth-child(27), ul.member-list.list_col4 > li:nth-child(30), ul.member-list.list_col4 > li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .tab-wrap .tab_content {
    padding: 100px 40px;
  }
  .map-wrap.map-wrap01 iframe {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .tab-wrap .tab_item {
    font-size: 1rem;
    line-height: 50px;
    height: 50px;
  }
  .tab-wrap .tab_content {
    padding: 70px 20px;
  }
  .map-wrap.map-wrap01 {
    margin-top: 50px;
  }
  .map-wrap.map-wrap01 iframe {
    height: 300px;
  }
  .mission-wrap .row > div {
    margin: 0;
  }
  .mission-wrap .text_mission {
    font-size: 1.2rem;
  }
  .mission-wrap .text-wrap {
    margin-top: 40px;
  }
  table.value-table th, table.value-table td {
    padding-top: 37px;
    padding-bottom: 15px;
  }
  table.value-table th {
    font-size: 1.2rem;
    padding-left: 45px;
  }
  table.value-table th .num {
    top: 25px;
    font-size: 2.8rem;
  }
  ul.member-list.list_col4 > li {
    width: 49%;
  }
  ul.member-list.list_col4 > li:nth-child(odd) {
    margin-left: 0;
  }
  ul.member-list.list_col4 > li:nth-child(even), ul.member-list.list_col4 > li:last-child {
    margin-right: 0;
  }
  ul.history-list > li .date-wrap {
    min-width: 120px;
  }
}
@media screen and (max-width: 568px) {
  table.value-table th, table.value-table td {
    width: 100%;
    display: block;
  }
  table.value-table th {
    padding-top: 25px;
    padding-bottom: 0.3em;
    padding-right: 1em;
    border-bottom: none;
  }
  table.value-table th .num {
    top: 13px;
  }
  table.value-table td {
    padding-top: 0.3em;
    padding-bottom: 1em;
    border-bottom: 1px solid #192987;
  }
}
@media screen and (max-width: 480px) {
  .mission-wrap .text-wrap {
    margin-top: 30px;
  }
  .message-wrap .name {
    max-width: 180px;
  }
  ul.history-list > li {
    font-size: 0.9333333333rem;
  }
  ul.history-list > li .date-wrap {
    min-width: 105px;
  }
  ul.history-list > li .content-wrap {
    margin-left: 1em;
  }
}
@media screen and (max-width: 375px) {
  .tab-wrap .tab_item {
    font-size: 0.9333333333rem;
    letter-spacing: 0;
  }
  ul.history-list > li {
    font-size: 0.8rem;
  }
  ul.history-list > li .date-wrap {
    min-width: 90px;
  }
}
@media screen and (max-width: 320px) {
  .tab-wrap .tab_item {
    font-size: 0.8rem;
  }
}
/******************************************************************
** pages news
******************************************************************/
.search-section {
  padding: 15px 0;
  background: -moz-linear-gradient(23.78% -489.29% -45deg, #182987 0%, #5f1985 100%);
  background: -webkit-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: -webkit-gradient(linear, 23.78% -489.29%, 76.22% 589.29%, color-stop(0, #182987), color-stop(1, #5f1985));
  background: -o-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: -ms-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: linear-gradient(135deg, #182987 0%, #5f1985 100%);
}
.search-section .searchandfilter ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-section .searchandfilter > ul {
  display: flex;
  align-items: center;
}
.search-section .searchandfilter > ul > li {
  position: relative;
  margin: 0;
  padding: 0;
  margin-right: 30px;
  width: 100%;
}
.search-section .searchandfilter > ul > li label, .search-section .searchandfilter > ul > li input, .search-section .searchandfilter > ul > li select {
  width: 100%;
  display: block;
}
.search-section .searchandfilter > ul > li input, .search-section .searchandfilter > ul > li select {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  background: transparent;
}
.search-section .searchandfilter > ul > li input::placeholder, .search-section .searchandfilter > ul > li select::placeholder, .search-section .searchandfilter > ul > li input:-ms-input-placeholder, .search-section .searchandfilter > ul > li select:-ms-input-placeholder {
  color: #fff;
}
.search-section .searchandfilter > ul > li:after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.search-section .searchandfilter > ul > li:nth-child(1) input {
  padding-right: 45px;
}
.search-section .searchandfilter > ul > li:nth-child(1):after {
  right: 15px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: transparent url(../images/common/icon_search_wh.svg) no-repeat center center / contain;
}
.search-section .searchandfilter > ul > li:nth-child(4) {
  width: 45px;
  margin-right: 0;
  transition: all 0.4s;
  cursor: pointer;
}
.search-section .searchandfilter > ul > li:nth-child(4) input[type="submit"] {
  display: block;
  width: 45px;
  height: 45px;
  background: #fff;
  border: none;
  border-radius: 50%;
}
.search-section .searchandfilter > ul > li:nth-child(4):after {
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent url(../images/common/icon_search.svg) no-repeat center center / contain;
}
.search-section .searchandfilter > ul > li:nth-child(4):hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .search-section {
    padding: 10px 0;
  }
  .search-section .searchandfilter > ul > li {
    margin-right: 10px;
  }
  .search-section .searchandfilter > ul > li:nth-child(4) {
    width: 35px;
  }
  .search-section .searchandfilter > ul > li:nth-child(4) input[type="submit"] {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .search-section .searchandfilter > ul {
    display: table;
    align-items: initial;
  }
  .search-section .searchandfilter > ul > li {
    margin-right: 0;
    margin-top: 7px;
  }
  .search-section .searchandfilter > ul > li:nth-child(1) {
    margin-top: 0;
  }
  .search-section .searchandfilter > ul > li:nth-child(3), .search-section .searchandfilter > ul > li:nth-child(4) {
    display: inline-block;
    vertical-align: middle;
  }
  .search-section .searchandfilter > ul > li:nth-child(3) {
    width: calc(100% - 50px);
    margin-right: 15px;
  }
}
/******************************************************************
** pages blog
******************************************************************/
.first-post-wrap {
  text-decoration: none;
  display: block;
  margin-bottom: 60px;
}
.first-post-wrap .img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.first-post-wrap .img-wrap:before {
  content: "";
  display: block;
  padding-top: 71%;
}
.first-post-wrap .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.first-post-wrap .text-wrap {
  margin-top: 30px;
  transition: all 0.4s;
}
.first-post-wrap .text-wrap .info-wrap .post-date, .first-post-wrap .text-wrap .info-wrap .post-cat {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.first-post-wrap .text-wrap .info-wrap .post-date {
  color: #a49caf;
  letter-spacing: 0.05em;
  margin-right: 2em;
}
.first-post-wrap .text-wrap .info-wrap .post-cat {
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  padding: 0.34em 1.5em;
  border-radius: 9999px;
  background: -moz-linear-gradient(19.95% -98.81% -45deg, #182987 0%, #5f1985 100%);
  background: -webkit-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: -webkit-gradient(linear, 19.95% -98.81%, 80.05% 198.81%, color-stop(0, #182987), color-stop(1, #5f1985));
  background: -o-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: -ms-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: linear-gradient(135deg, #182987 0%, #5f1985 100%);
}
.first-post-wrap .text-wrap .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: 1.67;
  display: block;
  margin-top: 1em;
}
.first-post-wrap .text-wrap .desc {
  color: #666;
  line-height: 2;
  margin: 0;
  margin-top: 1em;
}
.first-post-wrap:hover .img-wrap img {
  transform: scale(1.1);
}
.first-post-wrap:hover .text-wrap {
  opacity: 0.7;
}
.fixed-cta-section {
  position: relative;
}
.fixed-cta-section .container700 {
  padding: 0;
}
.fixed-cta-section .section-inner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 30px;
  z-index: 100;
  display: none;
}
.fixed-cta-section .section-inner .row {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.fixed-cta-section .section-inner .row > div {
  margin: 0 10px;
}
.fixed-cta-section .section-inner .row > div:first-child {
  margin-left: 0;
}
.fixed-cta-section .section-inner .row > div:last-child {
  margin-right: 0;
}
.fixed-cta-section .section-inner .link-btn01 {
  max-width: 100%;
}
.fixed-cta-section .section-inner .close-btn {
  position: absolute;
  bottom: 100%;
  left: 100%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  cursor: pointer;
}
.fixed-cta-section .section-inner .close-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1rem;
}
.fixed-cta-section .close {
  display: none;
}
.fixed-cta-section .close:checked + .section-inner {
  display: block;
}
@media screen and (min-width: 769px) {
  .fixed-cta-section .section-inner .close-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .first-post-wrap {
    margin-bottom: 50px;
  }
  .first-post-wrap .text-wrap {
    margin-top: 15px;
  }
  .first-post-wrap .text-wrap .ttl {
    font-size: 1.4rem;
  }
  .first-post-wrap .text-wrap .desc {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .first-post-wrap .row {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .first-post-wrap .row > div {
    margin: 0 15px;
  }
  .first-post-wrap .row > div:first-child {
    margin-left: 0;
  }
  .first-post-wrap .row > div:last-child {
    margin-right: 0;
  }
  .first-post-wrap .img-wrap {
    border-radius: 20px;
  }
  .first-post-wrap .text-wrap {
    margin-top: 0;
  }
  .first-post-wrap .text-wrap .ttl {
    font-size: 1.2rem;
  }
  .fixed-cta-section .section-inner .link-btn01 {
    font-size: 0.8rem;
    padding: 1em;
  }
  .fixed-cta-section .section-inner .link-btn01 .arrow {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  .first-post-wrap .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    display: block;
  }
  .first-post-wrap .row > div {
    margin: 0;
  }
  .first-post-wrap .img-wrap:before {
    padding-top: 62%;
  }
  .first-post-wrap .text-wrap {
    margin-top: 20px;
  }
  .first-post-wrap .text-wrap .ttl {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .fixed-cta-section .section-inner .row > div {
    margin: 0 7.5px;
  }
  .fixed-cta-section .section-inner .link-btn01 {
    font-size: 0.6666666667rem;
  }
}
/******************************************************************
** pages recruit
******************************************************************/
.heading_recruit01 {
  font-size: 3.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.recruit-feature-wrap {
  margin-top: 60px;
}
.recruit-feature-wrap .img-wrap {
  position: relative;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.recruit-feature-wrap .img-wrap img {
  height: auto;
}
.recruit-feature-wrap .text-wrap {
  margin-top: 30px;
}
.recruit-feature-wrap .text-wrap .heading {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 1em;
}
.recruit-feature-wrap .text-wrap .text {
  margin: 0;
}
ul.member-list > li .img-wrap {
  position: relative;
  width: 100%;
  background: #fff;
}
ul.member-list > li .img-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
ul.member-list > li .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}
ul.member-list > li .heading-wrap {
  position: relative;
  margin-top: 17px;
  padding-left: 15px;
}
ul.member-list > li .heading-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: -moz-linear-gradient(-369.99% 36.27% -30deg, #c10d23 0%, #c71820 1.26%, #d5331b 4.75%, #df4616 8.33%, #e55114 12%, #e75513 15.91%, #f5b32c 34.26%, #1ea839 51.12%, #009de6 66.94%, #182985 83.5%, #5f1983 100%);
  background: -webkit-linear-gradient(-30deg, #c10d23 0%, #c71820 1.26%, #d5331b 4.75%, #df4616 8.33%, #e55114 12%, #e75513 15.91%, #f5b32c 34.26%, #1ea839 51.12%, #009de6 66.94%, #182985 83.5%, #5f1983 100%);
  background: -webkit-gradient(linear, -369.99% 36.27%, 469.99% 63.73%, color-stop(0, #c10d23), color-stop(0.0126, #c71820), color-stop(0.0475, #d5331b), color-stop(0.0833, #df4616), color-stop(0.12, #e55114), color-stop(0.1591, #e75513), color-stop(0.3426, #f5b32c), color-stop(0.5112, #1ea839), color-stop(0.6694, #009de6), color-stop(0.835, #182985), color-stop(1, #5f1983));
  background: -o-linear-gradient(-30deg, #c10d23 0%, #c71820 1.26%, #d5331b 4.75%, #df4616 8.33%, #e55114 12%, #e75513 15.91%, #f5b32c 34.26%, #1ea839 51.12%, #009de6 66.94%, #182985 83.5%, #5f1983 100%);
  background: -ms-linear-gradient(-30deg, #c10d23 0%, #c71820 1.26%, #d5331b 4.75%, #df4616 8.33%, #e55114 12%, #e75513 15.91%, #f5b32c 34.26%, #1ea839 51.12%, #009de6 66.94%, #182985 83.5%, #5f1983 100%);
  background: linear-gradient(120deg, #c10d23 0%, #c71820 1.26%, #d5331b 4.75%, #df4616 8.33%, #e55114 12%, #e75513 15.91%, #f5b32c 34.26%, #1ea839 51.12%, #009de6 66.94%, #182985 83.5%, #5f1983 100%);
}
ul.member-list > li .heading-wrap .position, ul.member-list > li .heading-wrap .name {
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
ul.member-list > li .heading-wrap .position {
  font-size: 0.8rem;
  margin-bottom: 1.2em;
}
ul.member-list > li .heading-wrap .name {
  font-size: 1.2rem;
}
ul.member-list > li .comment-wrap {
  margin-top: 15px;
  padding: 0 15px;
}
ul.member-list > li .comment-wrap .text {
  font-size: 0.8rem;
  color: #666;
  margin: 0;
}
.recruit-wrap01 .link-btn01 {
  max-width: 400px;
}
.modal-wrap {
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 40px 10px;
  pointer-events: none;
}
.modal-wrap:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal-wrap:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
  pointer-events: auto;
}
.modal-wrap::after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.modal-wrap .modal-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.modal-wrap .modal-window {
  position: relative;
  width: 90%;
  max-width: 800px;
  padding: 40px 15px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  display: inline-block;
  vertical-align: middle;
  z-index: 20;
}
.modal-wrap .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
}
.modal-wrap .modal-close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 20;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
}
.modal-wrap .modal-close:hover {
  opacity: 0.9;
}
.modal-wrap .modal-close .line {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  width: 20px;
  height: 20px;
}
.modal-wrap .modal-close .line:before, .modal-wrap .modal-close .line:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background: #029fdc;
}
.modal-wrap .modal-close .line:before {
  width: 1px;
  height: 100%;
}
.modal-wrap .modal-close .line:after {
  width: 100%;
  height: 1px;
}
.modal-wrap .modal-title {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1024px) {
  .heading_recruit01 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 900px) {
  .heading_recruit01 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .heading_recruit01 {
    font-size: 2.6rem;
  }
  .recruit-feature-wrap {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .recruit-feature-wrap .row > div {
    margin: 0;
    margin-bottom: 60px;
  }
  .recruit-feature-wrap .row > div:last-child {
    margin-bottom: 0;
  }
  .recruit-wrap01 .row > div {
    margin: 0;
    margin-bottom: 40px;
  }
  .recruit-wrap01 .row > div:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 568px) {
  .heading_recruit01 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .heading_recruit01 {
    font-size: 1.8rem;
  }
  .recruit-feature-wrap .row > div {
    margin-bottom: 50px;
  }
  ul.list_col3.member-list > li {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }
  ul.list_col3.member-list > li:last-child {
    margin-bottom: 0;
  }
  .modal-wrap .modal-window {
    border-radius: 10px;
  }
  .modal-wrap .modal-title {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 350px) {
  .heading_recruit01 {
    font-size: 1.6rem;
  }
  .modal-wrap .modal-title {
    letter-spacing: 0;
  }
}
/******************************************************************
** pages contact
******************************************************************/
.text_contact {
  line-height: 2;
  margin: 0;
}
.heading_thanks {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 1em;
}
.contact-box01 {
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 70px;
  padding: 30px 20px;
}
.contact-box01 .heading {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 1em;
}
.contact-box01 .text_tel {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  display: table;
  margin: 0 auto;
  padding-left: 35px;
  white-space: nowrap;
}
.contact-box01 .text_tel:before {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 15px;
  height: 25px;
  background: transparent url(../images/common/icon_tel.svg) no-repeat center center / contain;
}
.contact-box01 .text_time {
  position: relative;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-top: 2em;
}
@media screen and (max-width: 480px) {
  .contact-box01 {
    margin-top: 60px;
    padding: 25px 15px;
  }
  .contact-box01 .heading {
    font-size: 1.4rem;
  }
  .contact-box01 .text_tel {
    font-size: 1.6rem;
    padding-left: 25px;
  }
  .contact-box01 .text_tel:before {
    width: 12px;
    height: 20px;
  }
  .contact-box01 .text_time {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 350px) {
  .contact-box01 .heading {
    font-size: 1.2rem;
  }
  .contact-box01 .text_tel {
    font-size: 1.4rem;
    padding-left: 24px;
  }
}
/******************************************************************
** pages privacy policy
******************************************************************/
.privacy-wrap .text {
  margin: 0;
}
.privacy-wrap .text.text02 {
  font-size: 1.2rem;
  margin-top: 2em;
}
.privacy-wrap .text.privacy-text01 {
  text-align: right;
  margin-top: 0;
}
.privacy-style {
  padding: 10px; 
  border: 1px solid #000;
  text-align: center;
	display: block;
}
.privacy-style02 {
  padding: 10px; 
  text-align: center;
	display: block;
}
.privacy-text02 {
  text-align: left;
	display: inline-block;
}
/******************************************************************
** pages downlord
******************************************************************/
.heading_downlord01 {
  font-size: 3.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.downlord-wrap {
  margin-top: 60px;
}
ul.downlord-list {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
}
ul.downlord-list > li {
  display: block;
  margin: 0;
  padding: 40px 0;
  border-bottom: 1px solid #e6e6e6;
}
.downlord-wrap .text-wrap .text {
  line-height: 2;
  margin: 0;
  margin-top: 1em;
}
@media screen and (max-width: 568px) {
  .heading_downlord01 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .heading_downlord01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 350px) {
  .heading_downlord01 {
    font-size: 1.6rem;
  }
}
/******************************************************************
** pages Company description
******************************************************************/
.description-wrap .text-wrap .heading {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-top: 1em;
}
/******************************************************************
** article
******************************************************************/
ul.post-list > li .box {
  position: relative;
  color: #000;
  text-decoration: none;
  display: block;
  transition: all 0.4s;
}
ul.post-list > li .box .img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
ul.post-list > li .box .img-wrap:before {
  content: "";
  display: block;
  padding-top: 62%;
}
ul.post-list > li .box .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
ul.post-list > li .box .img-wrap .post-cat {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin: 0;
  padding: 0.34em 1.5em;
  border-radius: 0 10px 0 20px;
  display: table;
  background: -moz-linear-gradient(19.95% -98.81% -45deg, #182987 0%, #5f1985 100%);
  background: -webkit-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: -webkit-gradient(linear, 19.95% -98.81%, 80.05% 198.81%, color-stop(0, #182987), color-stop(1, #5f1985));
  background: -o-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: -ms-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: linear-gradient(135deg, #182987 0%, #5f1985 100%);
}
ul.post-list > li .box .info-wrap {
  margin-top: 20px;
  transition: all 0.4s;
}
ul.post-list > li .box .info-wrap .ttl {
  font-weight: 500;
  display: block;
}
ul.post-list > li .box .info-wrap .post-date {
  font-size: 0.8rem;
  color: #a49caf;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0;
  margin-top: 1.3em;
}
ul.post-list > li .box:hover .img-wrap img {
  transform: scale(1.1);
}
ul.post-list > li .box:hover .info-wrap {
  opacity: 0.7;
}
ul.post-list.post-list_works > li .box .img-wrap .post-cat {
  top: 0;
  bottom: initial;
  left: 0;
  border-radius: 20px 0 10px 0;
}
ul.post-list.post-list_works > li .box .img-wrap .post-cat.instagram {
  background: -moz-linear-gradient(18.62% 173% 45deg, #fbe18a 0.11%, #fcbb45 20.94%, #f75274 37.65%, #d53692 52.38%, #8f39ce 73.94%, #5b4fe9 100%);
  background: -webkit-linear-gradient(45deg, #fbe18a 0.11%, #fcbb45 20.94%, #f75274 37.65%, #d53692 52.38%, #8f39ce 73.94%, #5b4fe9 100%);
  background: -webkit-gradient(linear, 18.62% 173%, 81.38% -73%, color-stop(0.0011, #fbe18a), color-stop(0.2094, #fcbb45), color-stop(0.3765, #f75274), color-stop(0.5238, #d53692), color-stop(0.7394, #8f39ce), color-stop(1, #5b4fe9));
  background: -o-linear-gradient(45deg, #fbe18a 0.11%, #fcbb45 20.94%, #f75274 37.65%, #d53692 52.38%, #8f39ce 73.94%, #5b4fe9 100%);
  background: -ms-linear-gradient(45deg, #fbe18a 0.11%, #fcbb45 20.94%, #f75274 37.65%, #d53692 52.38%, #8f39ce 73.94%, #5b4fe9 100%);
  background: linear-gradient(45deg, #fbe18a 0.11%, #fcbb45 20.94%, #f75274 37.65%, #d53692 52.38%, #8f39ce 73.94%, #5b4fe9 100%);
}
ul.post-list.post-list_works > li .box .img-wrap .post-cat.tiktok {
  background: #000;
}
ul.post-list.post-list_works > li .box .img-wrap .post-cat.line {
  background: #00c300;
}
ul.post-list.post-list_works > li .box .img-wrap .post-cat.youtube {
  background: #ff0000;
}
ul.post-list.post-list_works > li .box .img-wrap .post-cat.twitter {
  background: #33ccff;
}
ul.post-list.post-list_works > li .box .img-wrap .post-cat.google {
  background: #db4639;
}
ul.post-list.post-list_works > li .box .img-wrap .post-cat.facebook {
  background: #3c5a99;
}
ul.post-list.post-list_works > li .box .img-wrap .post-cat.pinterest {
  background: #850000;
}
ul.post-list.post-list_works > li .box .img-wrap .post-cat.linkedin {
  background: #007bb5;
}
ul.post-list.post-list_works > li .box .img-wrap .post-cat.influencer {
  background: #f2c32f;
}
ul.post-list.post-list_works > li .box .img-wrap .post-cat.saas {
  background: -moz-linear-gradient(0% 50% 0deg, #e3007f 0%, #b71f93 6.51%, #8c3da7 13.91%, #6657b9 21.92%, #476ec7 30.44%, #2d80d3 39.64%, #198edd 49.77%, #0b98e3 61.3%, #029de7 75.48%, #009fe8 100%);
  background: -webkit-linear-gradient(0deg, #e3007f 0%, #b71f93 6.51%, #8c3da7 13.91%, #6657b9 21.92%, #476ec7 30.44%, #2d80d3 39.64%, #198edd 49.77%, #0b98e3 61.3%, #029de7 75.48%, #009fe8 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #e3007f), color-stop(0.0651, #b71f93), color-stop(0.1391, #8c3da7), color-stop(0.2192, #6657b9), color-stop(0.3044, #476ec7), color-stop(0.3964, #2d80d3), color-stop(0.4977, #198edd), color-stop(0.613, #0b98e3), color-stop(0.7548, #029de7), color-stop(1, #009fe8));
  background: -o-linear-gradient(0deg, #e3007f 0%, #b71f93 6.51%, #8c3da7 13.91%, #6657b9 21.92%, #476ec7 30.44%, #2d80d3 39.64%, #198edd 49.77%, #0b98e3 61.3%, #029de7 75.48%, #009fe8 100%);
  background: -ms-linear-gradient(0deg, #e3007f 0%, #b71f93 6.51%, #8c3da7 13.91%, #6657b9 21.92%, #476ec7 30.44%, #2d80d3 39.64%, #198edd 49.77%, #0b98e3 61.3%, #029de7 75.48%, #009fe8 100%);
  background: linear-gradient(90deg, #e3007f 0%, #b71f93 6.51%, #8c3da7 13.91%, #6657b9 21.92%, #476ec7 30.44%, #2d80d3 39.64%, #198edd 49.77%, #0b98e3 61.3%, #029de7 75.48%, #009fe8 100%);
}
ul.post-list.post-list_works > li .box:hover .img-wrap img {
  transform: scale(1);
}
ul.post-list.post-list_works > li .box:hover .info-wrap {
  opacity: 1;
}
ul.post-list.post-list_works > li a.box:hover .img-wrap img {
  transform: scale(1.1);
}
ul.post-list.post-list_works > li a.box:hover .info-wrap {
  opacity: 0.7;
}
ul.article-list {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
}
ul.article-list > li {
  display: block;
  margin: 0;
}
ul.article-list > li .box {
  position: relative;
  color: #000;
  text-decoration: none;
  padding: 30px 0;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.4s;
}
ul.article-list > li .box:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background: #192987;
  transition: all 0.4s;
}
ul.article-list > li .box .row {
  -webkit-flex-direction: row;
  flex-direction: row;
}
ul.article-list > li .box .row > div {
  margin: 0 15px;
}
ul.article-list > li .box .row > div:first-child {
  margin-left: 0;
}
ul.article-list > li .box .row > div:last-child {
  margin-right: 0;
}
ul.article-list > li .box .img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
ul.article-list > li .box .img-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
ul.article-list > li .box .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
ul.article-list > li .box .info-wrap {
  transition: all 0.4s;
}
ul.article-list > li .box .info-wrap .post-date, ul.article-list > li .box .info-wrap .post-cat {
  line-height: 1;
  display: table;
  margin: 0;
}
ul.article-list > li .box .info-wrap .post-date {
  color: #a49caf;
  letter-spacing: 0.05em;
}
ul.article-list > li .box .info-wrap .ttl {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  margin-top: 0.8em;
}
ul.article-list > li .box .info-wrap .post-cat {
  color: #fff;
  text-align: center;
  margin-top: 1.1em;
  padding: 0.34em 1.5em;
  border-radius: 9999px;
  background: -moz-linear-gradient(19.95% -98.81% -45deg, #182987 0%, #5f1985 100%);
  background: -webkit-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: -webkit-gradient(linear, 19.95% -98.81%, 80.05% 198.81%, color-stop(0, #182987), color-stop(1, #5f1985));
  background: -o-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: -ms-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: linear-gradient(135deg, #182987 0%, #5f1985 100%);
}
ul.article-list > li .box:hover:after {
  width: 100%;
}
ul.article-list > li .box:hover .img-wrap img {
  transform: scale(1.1);
}
ul.article-list > li .box:hover .info-wrap {
  opacity: 0.7;
}
.login-form-wrap {
  margin-top: 50px;
}
.login-form-wrap form .login-username, .login-form-wrap form .login-password {
  margin: 0;
}
.login-form-wrap form .login-remember, .login-form-wrap form .login-submit {
  text-align: center;
  margin: 0 auto;
}
.login-form-wrap form .login-remember {
  margin-top: 1em;
}
.login-form-wrap form .login-submit input {
  position: relative;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.65;
  width: 100%;
  max-width: 250px;
  background: -moz-linear-gradient(67.26% -85.91% -120deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  background: -webkit-linear-gradient(-120deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  background: -webkit-gradient(linear, 67.26% -85.91%, 32.74% 185.91%, color-stop(0.0917, #1eaa39), color-stop(0.3952, #14a672), color-stop(1, #019fe1));
  background: -o-linear-gradient(-120deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  background: -ms-linear-gradient(-120deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  background: linear-gradient(210deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  padding: 1em 50px;
  border: none;
  border-radius: 9999px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}
.login-form-wrap form .login-submit input:hover {
  opacity: 0.7;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  .login-form-wrap form .login-username, .login-form-wrap form .login-password {
    display: flex;
    align-items: center;
    padding: 1em 0;
  }
  .login-form-wrap form .login-username label, .login-form-wrap form .login-username input {
    display: inline-block;
  }
  .login-form-wrap form .login-password label, .login-form-wrap form .login-password input {
    display: inline-block;
  }
  .login-form-wrap form .login-username label, .login-form-wrap form .login-password label {
    width: 25%;
    padding-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  ul.post-list > li .box .img-wrap {
    border-radius: 15px;
  }
  ul.post-list > li .box .img-wrap .post-cat {
    border-radius: 0 10px 0 15px;
  }
  ul.post-list > li .box .info-wrap {
    margin-top: 15px;
  }
  ul.post-list > li .box .info-wrap .ttl {
    font-size: 0.9333333333rem;
  }
  ul.post-list.post-list_works > li .box .img-wrap .post-cat {
    border-radius: 15px 0 10px 0;
  }
  ul.article-list > li .box {
    padding: 25px 0;
  }
  ul.article-list > li .box .row > div {
    margin: 0 10px;
  }
  ul.article-list > li .box .img-wrap {
    border-radius: 15px;
  }
  ul.article-list > li .box .info-wrap .post-date, ul.article-list > li .box .info-wrap .post-cat {
    font-size: 0.8rem;
  }
  ul.article-list > li .box .info-wrap .ttl {
    font-size: 1rem;
  }
  .login-form-wrap form .login-username label {
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
  }
  .login-form-wrap form .login-password {
    margin-top: 1.5em;
  }
  .login-form-wrap form .login-password label {
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  ul.post-list > li .box .img-wrap {
    border-radius: 10px;
  }
  ul.post-list > li .box .img-wrap .post-cat {
    font-size: 0.6666666667rem;
    border-radius: 0 10px 0 10px;
  }
  ul.post-list > li .box .info-wrap {
    margin-top: 10px;
  }
  ul.post-list > li .box .info-wrap .ttl {
    font-size: 0.8rem;
  }
  ul.post-list > li .box .info-wrap .post-date {
    font-size: 0.6666666667rem;
  }
  ul.post-list.post-list_works > li .box .img-wrap .post-cat {
    border-radius: 10px 0 10px 0;
  }
  ul.article-list > li .box {
    padding: 20px 0;
  }
  ul.article-list > li .box .row > div {
    margin: 0 8px;
  }
  ul.article-list > li .box .img-wrap {
    border-radius: 10px;
  }
  ul.article-list > li .box .info-wrap .ttl {
    font-size: 0.9333333333rem;
  }
}
/******************************************************************
** single
******************************************************************/
.single-content-wrap {
  background: #fff;
  padding: 25px 50px 80px;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.single-content-wrap > .inner {
  margin: 0 auto;
}
.single-content-wrap .info-wrap .post-date, .single-content-wrap .info-wrap .post-cat {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.single-content-wrap .info-wrap .post-date {
  color: #a49caf;
  letter-spacing: 0.05em;
  margin-right: 2em;
}
.single-content-wrap .info-wrap .post-cat {
  color: #fff;
  text-align: center;
  padding: 0.34em 1.5em;
  border-radius: 9999px;
  background: -moz-linear-gradient(19.95% -98.81% -45deg, #182987 0%, #5f1985 100%);
  background: -webkit-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: -webkit-gradient(linear, 19.95% -98.81%, 80.05% 198.81%, color-stop(0, #182987), color-stop(1, #5f1985));
  background: -o-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: -ms-linear-gradient(-45deg, #182987 0%, #5f1985 100%);
  background: linear-gradient(135deg, #182987 0%, #5f1985 100%);
}
.single-content-wrap .contact-link-box {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 70px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.single-content-wrap .contact-link-box .heading, .single-content-wrap .contact-link-box .text {
  margin: 0 auto;
}
.single-content-wrap .contact-link-box .heading {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.4em;
}
.single-content-wrap .contact-link-box .text a {
  font-size: 0.8rem;
  color: #029fdc;
  word-break: break-all;
  text-decoration: underline;
  display: inline-block;
  transition: all 0.4s;
}
.single-content-wrap .contact-link-box .text a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.single-content-wrap .post-linkbtn-wrap {
  display: table;
  margin: 0 auto;
  margin-top: 70px;
  width: 370px;
}
.single-content-wrap .post-linkbtn-wrap .link-btn01, .single-content-wrap .post-linkbtn-wrap .btn-wrap_prev, .single-content-wrap .post-linkbtn-wrap .btn-wrap_next {
  display: inline-block;
  vertical-align: middle;
}
.single-content-wrap .post-linkbtn-wrap .btn-wrap_prev, .single-content-wrap .post-linkbtn-wrap .btn-wrap_next {
  width: 45px;
  height: 45px;
}
.single-content-wrap .post-linkbtn-wrap .btn-wrap_prev a, .single-content-wrap .post-linkbtn-wrap .btn-wrap_next a {
  position: relative;
  color: #029fdc;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}
.single-content-wrap .post-linkbtn-wrap .btn-wrap_prev a:after, .single-content-wrap .post-linkbtn-wrap .btn-wrap_next a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
}
.single-content-wrap .post-linkbtn-wrap .btn-wrap_prev a:hover, .single-content-wrap .post-linkbtn-wrap .btn-wrap_next a:hover {
  color: #fff;
  background: #029fdc;
}
.single-content-wrap .post-linkbtn-wrap .btn-wrap_prev {
  margin-right: 15px;
}
.single-content-wrap .post-linkbtn-wrap .btn-wrap_prev a:after {
  content: "";
}
.single-content-wrap .post-linkbtn-wrap .btn-wrap_next {
  margin-left: 15px;
}
.single-content-wrap .post-linkbtn-wrap .btn-wrap_next a:after {
  content: "";
}
.tag-list-wrap01 {
  margin-top: 15px;
}
ul.tag-list--single {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
}
ul.tag-list--single > li {
  display: inline-block;
  vertical-align: top;
  font-size: 0.8rem;
  line-height: 1;
  margin: 0.3em;
}
ul.tag-list--single > li a {
  font-size: 0.8rem;
  line-height: 1;
  color: #000;
  text-align: center;
  text-decoration: none;
  background: #edeef6;
  padding: 0.45em 0.7em 0.35em;
  border-radius: 3px;
  display: block;
  transition: all 0.4s;
}
ul.tag-list--single > li a:hover {
  color: #fff;
  background: #000;
}
.single-title, .page-title, .entry-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  margin-top: 1.5em;
  margin-bottom: 2em;
}
.single #toc_container {
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
.single .entry-content p {
  margin: 1.5em 0;
}
.single .entry-content img {
  height: auto;
  margin-top: 30px;
  margin-bottom: 15px;
  display: block;
}
.single .entry-content iframe {
  max-width: 100%;
}
.single .entry-content table {
  width: 100%;
  margin-bottom: 15px;
}
.single .entry-content table th, .single .entry-content table td {
  text-align: left;
  border: 1px solid #ddd;
  padding: 1em 1.5em;
  background: #fff;
}
.single .entry-content table th {
  font-weight: 700;
  width: 25%;
  background: #f2f2f2;
}
.single .entry-content .table-scroll {
  position: relative;
  margin-bottom: 15px;
}
.single .entry-content .table-scroll table {
  margin-bottom: 0;
}
.single .entry-content h2 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  padding: 1.2em 0 1.1em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.single .entry-content h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  padding-bottom: 0.6em;
  border-bottom: 2px solid #000;
}
.single .entry-content h4 {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  padding-left: 0.8em;
  border-left: 5px solid #000;
}
.author-box {
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  background: #fff;
  padding: 20px 25px;
}
.author-box .heading {
  font-size: 0.8666666667rem;
  font-weight: 500;
  color: #666;
  line-height: 1;
  margin: 0;
  margin-bottom: 1.8em;
}
.author-box .img-wrap {
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  overflow: hidden;
}
.author-box .img-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.author-box .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}
.author-box .text-wrap .name, .author-box .text-wrap .desc {
  margin: 0;
}
.author-box .text-wrap .name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
  margin-bottom: 0.6em;
}
.author-box .text-wrap .desc {
  font-size: 0.8666666667rem;
  line-height: 2;
}
.author-box ul.sns-list {
  font-size: 0;
  list-style: none;
  margin: 0;
  margin-top: 5px;
  padding: 0;
  z-index: 100;
}
.author-box ul.sns-list > li {
  font-size: 1rem;
  margin: 5px;
}
.author-box ul.sns-list > li a, .author-box ul.sns-list > li svg {
  display: block;
  width: 100%;
}
.author-box ul.sns-list > li a {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.author-box ul.sns-list > li a .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.author-box ul.sns-list > li svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 13px;
  height: auto;
  fill: #fff;
}
.author-box ul.sns-list > li.item--ig a .bg {
  background: -moz-linear-gradient(15.85% 109.15% 60deg, #f9df88 0.11%, #fab945 20.94%, #f55274 37.65%, #d33690 52.38%, #8d39cc 73.94%, #5b4fe7 100%);
  background: -webkit-linear-gradient(60deg, #f9df88 0.11%, #fab945 20.94%, #f55274 37.65%, #d33690 52.38%, #8d39cc 73.94%, #5b4fe7 100%);
  background: -webkit-gradient(linear, 15.85% 109.15%, 84.15% -9.15%, color-stop(0.0011, #f9df88), color-stop(0.2094, #fab945), color-stop(0.3765, #f55274), color-stop(0.5238, #d33690), color-stop(0.7394, #8d39cc), color-stop(1, #5b4fe7));
  background: -o-linear-gradient(60deg, #f9df88 0.11%, #fab945 20.94%, #f55274 37.65%, #d33690 52.38%, #8d39cc 73.94%, #5b4fe7 100%);
  background: -ms-linear-gradient(60deg, #f9df88 0.11%, #fab945 20.94%, #f55274 37.65%, #d33690 52.38%, #8d39cc 73.94%, #5b4fe7 100%);
  background: linear-gradient(30deg, #f9df88 0.11%, #fab945 20.94%, #f55274 37.65%, #d33690 52.38%, #8d39cc 73.94%, #5b4fe7 100%);
}
.author-box ul.sns-list > li.item--fb a .bg {
  background: #4676ed;
}
.author-box ul.sns-list > li.item--x a .bg {
  background: #000;
}
.author-box ul.sns-list > li.item--tt a .bg {
  background: #010201;
}
.author-box ul.sns-list > li.item--yt a .bg {
  background: #da0000;
}
.author-box.author-box01 {
  margin-top: 100px;
}
.share-wrap {
  margin: 0 auto;
  margin-top: 30px;
  display: table;
}
.share-wrap .heading {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.65;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 0.7em;
  padding-left: 0.1em;
}
.cta-section--single {
  margin-top: 70px;
  padding: 35px 40px 0 40px;
  background: #fff;
  border: 2px solid #faaf3b;
  border-radius: 10px;
}
.cta-section--single .heading {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #faaf3b;
  line-height: 1.65;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 1.1em;
  padding-left: 0.1em;
}
.cta-section--single .section-text {
  line-height: 2;
  margin: 0;
}
.cta-section--single .section-text.section-text02 {
  margin-top: 1em;
}
.cta-section--single .bnr-wrap {
  color: #000;
  text-decoration: none;
  display: block;
}
.cta-section--single .bnr-wrap img {
  height: auto;
  transition: all 0.4s;
}
.cta-section--single .bnr-wrap:hover img {
  opacity: 0.7;
}
.cta-section--single .link-btn01 {
  font-size: 1.2rem;
  background: #faaf3b;
  margin-top: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  max-width: 350px;
}
.other-news-wrap {
  margin-top: 100px;
}
.border--double {
  border: #f4a460 double 6px;
  border-radius: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 20px;
}
.border--double > *:first-child {
  margin-top: 0;
}
.border--double > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .author-box .row > div {
    margin: 0 10px;
  }
  .author-box .row > div:first-child {
    margin-left: 0;
  }
  .author-box .row > div:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .single-content-wrap {
    padding: 25px 40px 60px;
    border-radius: 20px;
  }
  .single-content-wrap .post-linkbtn-wrap {
    margin-top: 60px;
  }
  .single-title, .page-title, .entry-title {
    font-size: 1.4rem;
  }
  .single .entry-content table th, .single .entry-content table td {
    font-size: 0.875rem;
  }
  .single .entry-content .table-scroll {
    padding-top: 2.2em;
    overflow-x: scroll;
  }
  .single .entry-content .table-scroll:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "表は横にスクロールできます";
    font-size: 0.8666666667rem;
  }
  .author-box {
    padding: 20px;
  }
  .author-box .heading {
    text-align: center;
  }
  .author-box .row > div {
    margin: 0;
  }
  .author-box .img-wrap {
    max-width: 100px;
    margin: 0 auto;
  }
  .author-box .text-wrap {
    margin-top: 20px;
  }
  .author-box .text-wrap .name {
    text-align: center;
  }
  .author-box.author-box01 {
    margin-top: 70px;
  }
  .cta-section--single {
    margin-top: 60px;
  }
  .cta-section--single .row > div {
    margin: 0;
    margin-bottom: 40px;
  }
  .cta-section--single .row > div:last-child {
    margin-bottom: 0;
  }
  .other-news-wrap {
    margin-top: 70px;
  }
}
@media screen and (max-width: 568px) {
  .cta-section--single {
    padding: 30px 5px 40px;
  }
  .cta-section--single .heading {
    font-size: 1.2rem;
  }
  .cta-section--single .link-btn01 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .single-content-wrap {
    padding: 25px 20px 60px;
  }
  .single-content-wrap .info-wrap .post-date, .single-content-wrap .info-wrap .post-cat {
    font-size: 0.8rem;
  }
  .single-content-wrap .info-wrap .post-date {
    margin-right: 1.1em;
  }
  .single-content-wrap .contact-link-box {
    margin-top: 60px;
    padding: 20px 15px;
  }
  .single-content-wrap .contact-link-box .heading {
    font-size: 1rem;
  }
  .single-content-wrap .post-linkbtn-wrap {
    width: 290px;
    margin-top: 50px;
  }
  .single-content-wrap .post-linkbtn-wrap .btn-wrap_prev, .single-content-wrap .post-linkbtn-wrap .btn-wrap_next {
    width: 35px;
    height: 35px;
  }
  .single-content-wrap .post-linkbtn-wrap .btn-wrap_prev {
    margin-right: 10px;
  }
  .single-content-wrap .post-linkbtn-wrap .btn-wrap_next {
    margin-left: 10px;
  }
  .single-content-wrap .post-linkbtn-wrap .link-btn01 {
    max-width: 200px;
  }
  ul.tag-list--single > li {
    font-size: 0.6666666667rem;
  }
  ul.tag-list--single > li a {
    font-size: 0.6666666667rem;
  }
  .single-title, .page-title, .entry-title {
    font-size: 1.2rem;
  }
  .single .entry-content table th, .single .entry-content table td {
    padding: 1em;
  }
  .single .entry-content table th {
    width: 30%;
  }
  .single .entry-content h2 {
    padding: 0.8em 0 0.7em;
  }
  .share-wrap .heading {
    font-size: 1.0666666667rem;
  }
  .cta-section--single .heading {
    font-size: 1.0666666667rem;
  }
  .cta-section--single .section-text, .cta-section--single .link-btn01 {
    font-size: 0.8666666667rem;
  }
}
@media screen and (max-width: 400px) {
  .single-content-wrap .post-linkbtn-wrap {
    width: 270px;
  }
  .single-content-wrap .post-linkbtn-wrap .link-btn01 {
    font-size: 0.9333333333rem;
    max-width: 180px;
  }
}
@media screen and (max-width: 375px) {
  .single-content-wrap .post-linkbtn-wrap {
    width: 250px;
  }
  .single-content-wrap .post-linkbtn-wrap .btn-wrap_prev, .single-content-wrap .post-linkbtn-wrap .btn-wrap_next {
    width: 30px;
    height: 30px;
  }
  .single-content-wrap .post-linkbtn-wrap .link-btn01 {
    font-size: 0.8rem;
    padding: 1.3em 50px;
    max-width: 170px;
  }
}
@media screen and (max-width: 350px) {
  .single-content-wrap .post-linkbtn-wrap {
    width: 200px;
  }
  .single-content-wrap .post-linkbtn-wrap .link-btn01 {
    padding: 1em 1.5em;
    max-width: 120px;
  }
  .single-content-wrap .post-linkbtn-wrap .link-btn01 .arrow {
    display: none;
  }
  .cta-section--single .heading {
    font-size: 1.0666666667rem;
  }
}
/******************************************************************
** cta
******************************************************************/
.cta-section .row > div {
  margin: 0;
}
.cta-section .box {
  position: relative;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 350px;
}
.cta-section .box .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.cta-section .box:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.cta-section .box .box-inner {
  position: relative;
  padding: 0 16.5%;
  z-index: 2;
}
.cta-section .box .box-inner .heading {
  font-size: 4.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0;
  margin-bottom: 0.7em;
}
.cta-section .box .box-inner .btn {
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  max-width: 200px;
  padding: 1.1em 1em;
  border: 1px solid #fff;
  border-radius: 9999px;
  overflow: hidden;
}
.cta-section .box .box-inner .btn .text {
  position: relative;
  transition: all 0.4s;
}
.cta-section .box .box-inner .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 100%;
  display: block;
  background: #fff;
  transition: all 0.4s;
}
.cta-section .box:hover .bg {
  transform: scale(1.1);
}
.cta-section .box:hover .btn {
  color: #000;
}
.cta-section .box:hover .btn:before {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .cta-section .box.box_recruit {
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 1024px) {
  .cta-section .box {
    height: 300px;
  }
  .cta-section .box .box-inner {
    padding: 0 50px;
  }
  .cta-section .box .box-inner .heading {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .cta-section .box {
    height: 250px;
  }
  .cta-section .box .box-inner {
    padding: 0 40px;
  }
  .cta-section .box .box-inner .heading {
    font-size: 2.8rem;
  }
  .cta-section .box.box_recruit {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 480px) {
  .cta-section .box {
    height: 200px;
  }
  .cta-section .box .box-inner {
    padding: 0 30px;
  }
  .cta-section .box .box-inner .heading {
    font-size: 2.2rem;
  }
}
/******************************************************************
** sns
******************************************************************/
ul.sns-list {
  list-style: none;
  font-size: 0;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: table;
}
ul.sns-list > li {
  font-size: 1rem;
  display: inline-block;
  margin: 0 10px;
}
ul.sns-list > li:first-child {
  margin-left: 0;
}
ul.sns-list > li:last-child {
  margin-right: 0;
}
ul.sns-list > li a {
  display: block;
}
ul.sns-list > li a img {
  width: 100%;
  max-width: 20px;
  height: auto;
  display: block;
  transition: all 0.4s;
}
ul.sns-list > li a:hover img {
  opacity: 0.7;
}
/******************************************************************
** breadcrumb
******************************************************************/
.breadcrumb {
  font-size: 1rem;
  width: 100%;
  margin-top: 0.6666666667em;
  background: #fff;
}
.breadcrumb ul {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  font-size: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.breadcrumb ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 1rem;
  color: #a49caf;
  line-height: 1.65;
  margin: 0;
  margin-right: 2.5em;
}
.breadcrumb ul > li a {
  position: relative;
  font-size: 1rem;
  color: #a49caf;
  line-height: 1.65;
}
.breadcrumb ul > li:after {
  position: absolute;
  top: 55%;
  right: -1.9em;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  font-size: 0.75em;
  font-weight: 900;
  line-height: 1;
  content: "";
  color: #a49caf;
}
.breadcrumb ul > li:last-child {
  margin-right: 0;
}
.breadcrumb ul > li:last-child:after {
  display: none;
}
.breadcrumb ul > li a {
  text-decoration: none;
  transition: all 0.4s;
}
.breadcrumb ul > li a:hover {
  opacity: 0.7;
}
body.single .breadcrumb {
  margin-top: 0;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 480px) {
  .breadcrumb ul > li {
    font-size: 0.8666666667rem;
  }
  .breadcrumb ul > li a {
    font-size: 0.8666666667rem;
  }
}
/******************************************************************
** display
******************************************************************/
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.pe-n {
  pointer-events: none;
}
/******************************************************************
** layout
******************************************************************/
.container600, .container700, .container800, .container900, .container1040, .container1240 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.container600 {
  max-width: 600px;
}
.container700 {
  max-width: 700px;
}
.container800 {
  max-width: 800px;
}
.container900 {
  max-width: 900px;
}
.container1040 {
  max-width: 1040px;
}
.container1240 {
  max-width: 1240px;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.center-left {
  display: table;
  margin: 0 auto;
}
.row, .row2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.col-1 {
  flex: 1;
}
.col-2 {
  flex: 2;
}
.col-3 {
  flex: 3;
}
.col-4 {
  flex: 4;
}
.col-5 {
  flex: 5;
}
.col-6 {
  flex: 6;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
  margin: 0 30px;
}
.order-1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
@media screen and (min-width: 569px) {
  .row2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row2 > div:first-child {
    margin-left: 0 !important;
  }
  .row2 > div:last-child {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row > div:first-child {
    margin-left: 0 !important;
  }
  .row > div:last-child {
    margin-right: 0 !important;
  }
  .wrap_va-m {
    display: table;
    width: 100%;
    height: 100%;
  }
  .wrap_va-m .inner {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1280px) {
  .container1240 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .container1040 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 940px) {
  .container900 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 840px) {
  .container800 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .row .col-1, .row .col-2, .row .col-3, .row .col-4, .row .col-5, .row .col-6 {
    margin: 20px 0;
  }
  .row .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .row .order-2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 740px) {
  .container700 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .container600 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 568px) {
  .row2 {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .row2 .col-1, .row2 .col-2, .row2 .col-3, .row2 .col-4, .row2 .col-5, .row2 .col-6 {
    margin: 20px 0;
  }
  .row2 .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .row2 .order-2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
/******************************************************************
** background
******************************************************************/
.bg_wh {
  position: relative;
  background: #fff;
}
.bg_wh01 {
  padding: 150px 0;
}
.bg_wh02 {
  padding: 120px 0;
}
.bg_wh03 {
  padding: 130px 0 70px;
}
.bg_wh04 {
  padding: 100px 0;
}
.bg_wh05 {
  padding: 100px 0 150px;
}
.bg_wh06 {
  padding: 150px 0 100px;
}
.bg_wh07 {
  padding: 50px 0 150px;
}
.bg_bl {
  position: relative;
  background: #eef8fd;
}
.bg_bl01 {
  padding: 100px 0;
}
.bg_bl02 {
  padding: 90px 0;
  background: #f2f6ff;
}
.bg_gr {
  position: relative;
  background: #ededed;
}
.bg_gr01 {
  padding: 150px 0;
}
.bg_ppl {
  position: relative;
  background: #f4f2f8;
}
.bg_grn {
  position: relative;
  background: #e5f5f9;
}
.bg_ppl01, .bg_grn01 {
  padding: 170px 0 100px;
}
.bg_grn02 {
  background: #f8fcfb;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .bg_wh01 {
    padding: 100px 0;
  }
  .bg_wh02 {
    padding: 80px 0;
  }
  .bg_wh03 {
    padding: 90px 0 50px;
  }
  .bg_wh04 {
    padding: 70px 0;
  }
  .bg_wh05 {
    padding: 70px 0 100px;
  }
  .bg_wh06 {
    padding: 100px 0 70px;
  }
  .bg_wh07 {
    padding: 30px 0 100px;
  }
  .bg_bl01, .bg_bl02 {
    padding: 60px 0;
  }
  .bg_gr01 {
    padding: 100px 0;
  }
  .bg_ppl01, .bg_grn01 {
    padding: 110px 0 70px;
  }
  .bg_grn02 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 480px) {
  .bg_wh01 {
    padding: 70px 0;
  }
  .bg_bl01 {
    padding: 45px 0 60px;
  }
  .bg_gr01 {
    padding: 70px 0;
  }
  .bg_ppl01, .bg_grn01 {
    padding: 100px 0 70px;
  }
}
/******************************************************************
** text
******************************************************************/
.ta-l {
  text-align: left;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.c_ppl {
  color: #a490c3;
}
.c_pk {
  color: #ff0000;
}
.c_pk02 {
  color: #d20d87;
}
.c_bl {
  color: #1270ff;
}
.c_bl02 {
  color: #009fe8;
}
@media screen and (min-width: 769px) {
  .ta-l_pc {
    text-align: left;
  }
  .ta-c_pc {
    text-align: center;
  }
  .ta-r_pc {
    text-align: right;
  }
}
/******************************************************************
** heading
******************************************************************/
.heading_mid01 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-top: 4em;
  margin-bottom: 2em;
}
.heading_lrg01 {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.65;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-top: 4em;
  margin-bottom: 1em;
}
.heading_lrg02 {
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0;
  margin-bottom: 1em;
}
.heading_lrg03 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0;
  margin-bottom: 1em;
}
.heading_lrg04 {
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0;
  margin-bottom: 0.8em;
}
.heading_lrg05 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0;
  margin-bottom: 1em;
}
.heading_sub01 {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin: 0 auto;
  margin-bottom: 1em;
}
.heading_sub01 .sub {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 0.4em;
  display: block;
}
.heading_sub01.heading_line01 {
  padding-bottom: 0.5em;
}
.heading_sub01.heading_line01:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  width: 100px;
  height: 3px;
  display: block;
}
.heading_sub01.heading_line_ppl:before {
  background: #a490c3;
}
.heading_sub01.heading_line_org:before {
  background: #f2c32f;
}
.heading_line02 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-top: 4em;
  margin-bottom: 1.5em;
  display: table;
}
.heading_line02:before, .heading_line02:after {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  width: 70px;
  height: 3px;
  display: block;
  border-radius: 1px;
}
.heading_line02:before {
  right: 115%;
}
.heading_line02:after {
  left: calc(115% - 0.1em);
}
.heading_line02.heading_line_org:before, .heading_line02.heading_line_org:after {
  background: #f2c32f;
}
.heading_line03 {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0.7em;
  overflow: hidden;
}
.heading_line03 .inner-text {
  position: relative;
  line-height: 1;
  letter-spacing: 0.05em;
  display: table;
}
.heading_line03 .inner-text:before, .heading_line03 .inner-text:after {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  width: 1500px;
  height: 1px;
  display: none;
  background: #000;
}
.heading_line03 .inner-text:before {
  right: 115%;
}
.heading_line03 .inner-text:after {
  left: calc(115% - 0.05em);
}
.heading_line03.ta-l .inner-text:after {
  display: block;
}
.heading_line03.ta-c .inner-text {
  margin: 0 auto;
}
.heading_line03.ta-c .inner-text:before, .heading_line03.ta-c .inner-text:after {
  display: block;
}
.heading_brd-b01 {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #000;
}
.heading_brd-l01 {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding-left: 0.7em;
  border-left: 7px solid #000;
}
@media screen and (max-width: 1024px) {
  .heading_lrg02 {
    font-size: 4.2rem;
  }
  .heading_lrg03 {
    font-size: 2.6rem;
  }
  .heading_lrg04 {
    font-size: 3.6rem;
  }
  .heading_lrg05 {
    font-size: 1.8rem;
  }
  .heading_line03 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .heading_mid01 {
    font-size: 1.2rem;
  }
  .heading_lrg01 {
    font-size: 2.2rem;
  }
  .heading_lrg02 {
    font-size: 3.8rem;
  }
  .heading_lrg03 {
    font-size: 2.2rem;
  }
  .heading_lrg04 {
    font-size: 3.2rem;
  }
  .heading_lrg05 {
    font-size: 1.6rem;
  }
  .heading_sub01 {
    font-size: 3.6rem;
  }
  .heading_sub01 .sub {
    font-size: 1rem;
  }
  .heading_sub01.mt-100 {
    margin-top: 70px !important;
  }
  .heading_line02 {
    font-size: 2rem;
  }
  .heading_line02:before, .heading_line02:after {
    width: 50px;
  }
  .heading_line03 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .heading_lrg01 {
    font-size: 1.8rem;
  }
  .heading_lrg02 {
    font-size: 3.4rem;
  }
  .heading_lrg03 {
    font-size: 1.8rem;
  }
  .heading_lrg04 {
    font-size: 2.8rem;
  }
  .heading_lrg05 {
    font-size: 1.4rem;
  }
  .heading_sub01 {
    font-size: 3.2rem;
  }
  .heading_sub01.heading_line01:before {
    width: 80px;
  }
  .heading_line02 {
    font-size: 1.6rem;
  }
  .heading_line03 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 375px) {
  .heading_lrg02, .heading_sub01 {
    font-size: 3rem;
  }
  .heading_line03 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 360px) {
  .heading_sub01 {
    font-size: 2.6rem;
  }
}
/******************************************************************
** link
******************************************************************/
.link-btn01 {
  position: relative;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.65;
  width: 100%;
  max-width: 250px;
  background: -moz-linear-gradient(67.26% -85.91% -120deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  background: -webkit-linear-gradient(-120deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  background: -webkit-gradient(linear, 67.26% -85.91%, 32.74% 185.91%, color-stop(0.0917, #1eaa39), color-stop(0.3952, #14a672), color-stop(1, #019fe1));
  background: -o-linear-gradient(-120deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  background: -ms-linear-gradient(-120deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  background: linear-gradient(210deg, #1eaa39 9.17%, #14a672 39.52%, #019fe1 100%);
  display: block;
  margin: 0 auto;
  padding: 1em 50px;
  border-radius: 9999px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}
.link-btn01 .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 35px;
  background: #fff;
  border-radius: 50%;
  display: block;
}
.link-btn01 .arrow:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.link-btn01 .arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 14px;
  height: 13.3px;
  background: transparent url(../images/common/icon_arrow_grn.svg) no-repeat center center / contain;
}
.link-btn01.btn_pk {
  background: -moz-linear-gradient(80.5% 188.64% 135deg, #be1e6e 0%, #c31e6f 6.03%, #d71e75 37.99%, #e41e78 69.54%, #e81e79 100%);
  background: -webkit-linear-gradient(135deg, #be1e6e 0%, #c31e6f 6.03%, #d71e75 37.99%, #e41e78 69.54%, #e81e79 100%);
  background: -webkit-gradient(linear, 80.5% 188.64%, 19.5% -88.64%, color-stop(0, #be1e6e), color-stop(0.0603, #c31e6f), color-stop(0.3799, #d71e75), color-stop(0.6954, #e41e78), color-stop(1, #e81e79));
  background: -o-linear-gradient(135deg, #be1e6e 0%, #c31e6f 6.03%, #d71e75 37.99%, #e41e78 69.54%, #e81e79 100%);
  background: -ms-linear-gradient(135deg, #be1e6e 0%, #c31e6f 6.03%, #d71e75 37.99%, #e41e78 69.54%, #e81e79 100%);
  background: linear-gradient(-45deg, #be1e6e 0%, #c31e6f 6.03%, #d71e75 37.99%, #e41e78 69.54%, #e81e79 100%);
}
.link-btn01.btn_pk .arrow:after {
  background: transparent url(../images/common/icon_arrow_pk.svg) no-repeat center center / contain;
}
.link-btn01:hover {
  opacity: 0.7;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .link-btn01.mt-60 {
    margin-top: 45px !important;
  }
}
/******************************************************************
** image
******************************************************************/
.img-wrap {
  position: relative;
  line-height: 0;
}
.img-wrap img {
  width: 100%;
  margin: 0;
  display: block;
  pointer-events: none;
}
/******************************************************************
** list
******************************************************************/
ul.list_col3, ul.list_col4 {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
ul.list_col3 > li, ul.list_col4 > li {
  font-size: 1rem;
  margin: 2.5%;
  display: inline-block;
  vertical-align: top;
}
ul.list_circle {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
ul.list_circle > li {
  position: relative;
  margin: 0;
  margin-bottom: 0.5em;
  padding-left: 15px;
  display: block;
}
ul.list_circle > li:last-child {
  margin-bottom: 0;
}
ul.list_circle > li:before {
  position: absolute;
  top: 8.5px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
}
@media screen and (min-width: 769px) {
  ul.list_col3 > li {
    width: 30%;
  }
  ul.list_col3 > li:nth-child(1), ul.list_col3 > li:nth-child(4), ul.list_col3 > li:nth-child(7), ul.list_col3 > li:nth-child(10), ul.list_col3 > li:nth-child(13), ul.list_col3 > li:nth-child(16), ul.list_col3 > li:nth-child(19), ul.list_col3 > li:nth-child(22), ul.list_col3 > li:nth-child(25), ul.list_col3 > li:nth-child(28) {
    margin-left: 0;
  }
  ul.list_col3 > li:nth-child(3), ul.list_col3 > li:nth-child(6), ul.list_col3 > li:nth-child(9), ul.list_col3 > li:nth-child(12), ul.list_col3 > li:nth-child(15), ul.list_col3 > li:nth-child(18), ul.list_col3 > li:nth-child(21), ul.list_col3 > li:nth-child(24), ul.list_col3 > li:nth-child(27), ul.list_col3 > li:nth-child(30), ul.list_col3 > li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  ul.list_col4 > li {
    width: 21.2%;
  }
  ul.list_col4 > li:nth-child(1), ul.list_col4 > li:nth-child(5), ul.list_col4 > li:nth-child(9), ul.list_col4 > li:nth-child(13), ul.list_col4 > li:nth-child(17), ul.list_col4 > li:nth-child(21), ul.list_col4 > li:nth-child(25), ul.list_col4 > li:nth-child(29), ul.list_col4 > li:nth-child(33), ul.list_col4 > li:nth-child(37) {
    margin-left: 0;
  }
  ul.list_col4 > li:nth-child(4), ul.list_col4 > li:nth-child(8), ul.list_col4 > li:nth-child(12), ul.list_col4 > li:nth-child(16), ul.list_col4 > li:nth-child(20), ul.list_col4 > li:nth-child(24), ul.list_col4 > li:nth-child(28), ul.list_col4 > li:nth-child(32), ul.list_col4 > li:nth-child(36), ul.list_col4 > li:nth-child(40), ul.list_col4 > li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  ul.list_col4 > li {
    width: 30%;
  }
  ul.list_col4 > li:nth-child(1), ul.list_col4 > li:nth-child(4), ul.list_col4 > li:nth-child(7), ul.list_col4 > li:nth-child(10), ul.list_col4 > li:nth-child(13), ul.list_col4 > li:nth-child(16), ul.list_col4 > li:nth-child(19), ul.list_col4 > li:nth-child(22), ul.list_col4 > li:nth-child(25), ul.list_col4 > li:nth-child(28) {
    margin-left: 0;
  }
  ul.list_col4 > li:nth-child(3), ul.list_col4 > li:nth-child(6), ul.list_col4 > li:nth-child(9), ul.list_col4 > li:nth-child(12), ul.list_col4 > li:nth-child(15), ul.list_col4 > li:nth-child(18), ul.list_col4 > li:nth-child(21), ul.list_col4 > li:nth-child(24), ul.list_col4 > li:nth-child(27), ul.list_col4 > li:nth-child(30), ul.list_col4 > li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  ul.list_col3 > li, ul.list_col4 > li {
    width: 47.5%;
  }
  ul.list_col3 > li:nth-child(odd), ul.list_col4 > li:nth-child(odd) {
    margin-left: 0;
  }
  ul.list_col3 > li:nth-child(even), ul.list_col3 > li:last-child {
    margin-right: 0;
  }
  ul.list_col4 > li:nth-child(even), ul.list_col4 > li:last-child {
    margin-right: 0;
  }
}
/******************************************************************
** table
******************************************************************/
table.table_type01 {
  width: 100%;
}
table.table_type01 th, table.table_type01 td {
  text-align: left;
  padding: 1.5em;
  border: 1px solid #e6e6e6;
  vertical-align: top;
}
table.table_type01 th {
  font-weight: 500;
  background: #f8fcfb;
  width: 25%;
}
table.table_type01 td {
  background: #fff;
}
table.table_tr {
  width: 100%;
  background: transparent !important;
  border: 0 !important;
}
table.table_tr tr, table.table_tr th, table.table_tr td {
  background: transparent !important;
  border: 0 !important;
}
table.table_tr th, table.table_tr td {
  font-weight: 400;
  text-align: left;
  padding: 1em 0;
  vertical-align: top;
}
table.table_brd {
  width: 100%;
  border: none;
  border-collapse: collapse;
  background: transparent;
  vertical-align: top;
}
table.table_brd tr, table.table_brd th, table.table_brd td {
  border: none;
  background: transparent;
}
table.table_brd th, table.table_brd td {
  text-align: left;
  vertical-align: top;
  padding: 1.5em;
}
table.table_brd th {
  font-weight: 500;
  border-top: 1px solid #192987;
  width: 22%;
}
table.table_brd td {
  border-top: 1px solid #e6e6e6;
}
table.table_brd tr:last-child th {
  border-bottom: 1px solid #192987;
}
table.table_brd tr:last-child td {
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 769px) {
  table.table_tr th {
    width: 30%;
    padding-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  table.table_type01 th, table.table_type01 td {
    padding: 1em 1.5em;
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table.table_type01 tr:last-child td {
    border-bottom: 1px solid #e6e6e6;
  }
  table.table_tr th, table.table_tr td {
    width: 100%;
    display: block;
  }
  table.table_tr th {
    padding-right: 0;
    padding-bottom: 0.3em;
  }
  table.table_tr td {
    padding-top: 0.3em;
  }
  table.table_brd th, table.table_brd td {
    padding: 1em;
    display: block;
    width: 100%;
  }
  table.table_brd th {
    padding-bottom: 0.25em;
  }
  table.table_brd td {
    padding-top: 0.25em;
    border-top: none;
  }
  table.table_brd tr:last-child th {
    border-bottom: none;
  }
  table.table_brd tr:last-child td {
    border-bottom: 1px solid #192987;
  }
}
/******************************************************************
** form
******************************************************************/
.form-wrap {
  margin-top: 50px;
}
.form-wrap .form-text.form-text01 {
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  margin-bottom: 3em;
}
.form-wrap .form-text .required {
  margin-left: 0;
  margin-right: 0.3em;
}
.form-wrap .form-text_privacy {
  text-align: center;
  line-height: 1.65;
  margin: 0 auto;
  margin-top: 2em;
}
.form-wrap .form-text_privacy a {
  text-decoration: underline;
  display: inline-block;
  transition: all 0.4s;
}
.form-wrap .form-text_privacy a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.form-wrap .required {
  font-size: 1.4rem;
  color: #c21f6f;
  line-height: 1;
  margin-left: 0.3em;
  display: inline-block;
}
.form-wrap input[type="submit"] {
  position: relative;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.65;
  width: 100%;
  max-width: 250px;
  background: -moz-linear-gradient(80.5% 188.64% 135deg, #be1e6e 0%, #c31e6f 6.03%, #d71e75 37.99%, #e41e78 69.54%, #e81e79 100%);
  background: -webkit-linear-gradient(135deg, #be1e6e 0%, #c31e6f 6.03%, #d71e75 37.99%, #e41e78 69.54%, #e81e79 100%);
  background: -webkit-gradient(linear, 80.5% 188.64%, 19.5% -88.64%, color-stop(0, #be1e6e), color-stop(0.0603, #c31e6f), color-stop(0.3799, #d71e75), color-stop(0.6954, #e41e78), color-stop(1, #e81e79));
  background: -o-linear-gradient(135deg, #be1e6e 0%, #c31e6f 6.03%, #d71e75 37.99%, #e41e78 69.54%, #e81e79 100%);
  background: -ms-linear-gradient(135deg, #be1e6e 0%, #c31e6f 6.03%, #d71e75 37.99%, #e41e78 69.54%, #e81e79 100%);
  background: linear-gradient(-45deg, #be1e6e 0%, #c31e6f 6.03%, #d71e75 37.99%, #e41e78 69.54%, #e81e79 100%);
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  padding: 1em 1.5em;
  border: none;
  border-radius: 9999px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}
.form-wrap input[type="submit"]:hover {
  opacity: 0.7;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  .form-wrap table tr th, .form-wrap table tr td {
    vertical-align: middle;
  }
  .form-wrap table tr th {
    width: 26%;
  }
  .form-wrap table tr.tr_va-t th, .form-wrap table tr.tr_va-t td {
    vertical-align: top;
  }
}
/******************************************************************
** margin
******************************************************************/
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
/******************************************************************
** animation
******************************************************************/
.fadein {
  opacity: 0;
  transition: 0.7s all;
}
.fadein.ttb {
  transform: translate(0, -40px);
}
.fadein.btt {
  transform: translate(0, 40px);
}
.fadein.ltr {
  transform: translate(-40px, 0);
}
.fadein.rtl {
  transform: translate(40px, 0);
}
.fadein.scrollin {
  opacity: 1;
}
.fadein.ttb.scrollin, .fadein.btt.scrollin, .fadein.ltr.scrollin, .fadein.rtl.scrollin {
  transform: translate(0, 0) !important;
}
.fadein02 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
.fadein03 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
.fadein04 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}
.fadein05 {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}
.fadein06 {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}
@media screen and (max-width: 768px) {
  .fadein02, .fadein03, .fadein04, .fadein05, .fadein06 {
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
  }
}

/******************************************************************
** pmark
******************************************************************/
.p-mark {
  width: 80px;
  margin: 0 0 0 auto;
}

.c-p-mark {
  width: 80px;
  margin: 0 0 0 auto;
  position: relative;
  top: -300px;
}

.c-p-mark-3 {
  width: 80px;
  margin: 0 0 0 auto;
  position: relative;
  top: -300px;
}

.l-p-mark {
  width: 80px;
  margin: 0 0 0 auto;
  position: relative;
  top: -300px;
}

@media screen and (max-width: 768px) {
.c-p-mark {
  width: 40px;
  margin: 0 0 0 auto;
  position: relative;
  top: -300px;
  }
.c-p-mark-3 {
    width: 40px;
    margin: 0 0 0 auto;
    position: relative;
    top: -250px;
  }
}

/******************************************************************
** Contact Form step
******************************************************************/
/* ステップの切り替え */
.step-form {
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
}

.step-form .step {
  display: none;
}

.step-form .step.active {
  display: block;
}

.step-form .heading {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #faaf3b;
  line-height: 1.65;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 1.1em;
  padding-left: 0.1em;
}

.form-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.form-col {
  flex: 1;
  min-width: 300px;
}

span.required {
  color: #c21f6f;
}

.submit-wrap {
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  padding-left: 100px;
}

.submit-wrap-2 {
  text-align: center;
  margin-top: 45px;
}

input[type="submit"] {
  width: 100%;
  max-width: 200px;
  background-color: #e81e79;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 24px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}
input[type="submit"]:hover {
  opacity: 0.7;
  box-shadow: none;
}

.btn-wrap-1 {
  display: flex;
  position: relative;
  left: 30px;
  margin-top: 20px;
}

.btn-wrap.between {
  display: flex;
}

.step.step-3 .back-btn {
  margin-top: -110px;
  display: block;
  margin-bottom: 20px;
}

.c-p-mark-2 {
  width: 100%;
  max-width: 60px;
  margin: 0 0 0 auto;
  position: relative;
  top: -230px;
}

.btn-wrap {
  text-align: center;
  margin-top: 20px;
}

.next-btn {
  padding: 12px 24px;
  background-color: #e81e79;
  color: #fff;
  border: none;
  border-radius: 24px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
  max-width: 150px;
}
.next-btn:hover {
  opacity: 0.8;
}

.back-btn {
  border: none;
  background-color: #fff;
  color: #e81e79;
  padding: 10px 20px;
  border-radius: 24px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .step-form {
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 30px 5px 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .submit-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 90px;
    margin-top: 40px;
  }

  .submit-wrap input[type="submit"] {
    display: inline-block;
    margin: 0 auto;
    max-width: 160px;
  }

  .submit-wrap-2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .submit-wrap-2 input[type="submit"] {
    display: inline-block;
    margin: 0 auto;
    max-width: 180px;
  }

  .wpcf7-spinner {
    display: none;
  }

  .form-wrapper {
    margin-bottom: 50px;
  }

  .c-p-mark-2 {
    width: 100%;
    max-width: 40px;
    margin: 0 0 0 auto;
    position: relative;
    top: -210px;
  }

  .c-p-mark-3 {
    width: 100%;
    max-width: 40px;
    margin: 0 0 0 auto;
    position: relative;
    top: -230px;
  }

  .back-btn {
    border: none;
    background-color: #fff;
    color: #e81e79;
    padding: 10px 20px;
    border-radius: 24px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
  }

  .btn-wrap-1 {
    display: flex;
    justify-content: center;
    left: 0;
  }

  .step.step-3 .back-btn {
    margin-top: -95px;
    display: block;
    margin-bottom: 20px;
}

.mt-40 {
  margin-top: 40px !important;
  overflow-x: hidden;
}

ul.downlord-list-instagram > li {
  display: block !important;
  margin: 0 !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid #e6e6e6 !important;
}

ul.downlord-list-instagram2 > li {
  display: block !important;
  margin: 0 !important;
  padding: 40px 0 0 !important;
  border-bottom: 1px solid #e6e6e6 !important;
}
}

@media screen and (max-width: 480px) {
  .mt-40 {
    margin-top: 40px !important;
    overflow-x: hidden;
}
.step-form .heading {
  font-size: 1.0666666667rem;
}

ul.downlord-list-instagram > li {
  display: block !important;
  margin: 0 !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid #e6e6e6 !important;
}

ul.downlord-list-instagram2 > li {
  display: block !important;
  margin: 0 !important;
  padding: 40px 0 0 !important;
  border-bottom: 1px solid #e6e6e6 !important;
}
}

ul.downlord-list-instagram > li {
  display: block;
  margin: 0;
  padding: 40px 0;
  border-bottom: 1px solid #e6e6e6;
}


ul.downlord-list-instagram2 > li {
  display: block;
  margin: 0;
  padding: 40px 0;
  border-bottom: 1px solid #e6e6e6;
}

/* add */
.header-scroll .logo-top, .logo-scroll {
	display: block;
}
.logo-top, .header-scroll .logo-scroll {
	display: none;
}
.colormenu1 a, .colormenu2 a, .colormenu3 a {
    width: 10vw;
	color: #fff !important;
}
.colormenu1 {
    background-color: #E34816;
}
.colormenu2 {
    background-color: #07A2C1;
}
.colormenu3 {
    background-color: #E398F1;
}
.colormenu1, .colormenu2, .colormenu3 {
    margin: 5px !important;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	-ms-transition: 1s ease;
	transition: 1s ease;
}
.header-scroll .colormenu1, .header-scroll .colormenu2, .header-scroll .colormenu3 {
    margin: 0px !important;
    padding: 5px;
}
.icon-menu a {
    font-size: 0 !important;
    width: 200px;
    height: 65px;
	background: none !important;
}
.icon-menu {
	background: #fff no-repeat center;
	background-size: contain;
	padding: 10px 0!important;
}
.icon-menu.icon-starlia {
	background-image: url("logo/starlia.png");
}
.icon-menu.icon-wake {
	background-image: url("logo/&wake.png");
}
.icon-menu.icon-dumero {
	background-image: url("logo/dumero.png");
}
.icon-menu.icon-glink {
	background-image: url("logo/glink.png");
}
.icon-menu.icon-brilidge {
	background-image: url("logo/brilidge.png");
}
.icon-menu.icon-marcial {
	background-image: url("logo/marcial.png");
}
.icon-menu.icon-orkestra {
	background-image: url("logo/orkestra.png");
}