@charset "UTF-8";
/*--------------------------------------------------------------
# フロントエンドスタイル
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 変数
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ミックスイン
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/assets/ajax-loader-01079cb9dd32ff47aa6995d6da78186868ad8ed9000692a9e3e58dcac9715d7c.gif) center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/fonts/slick.eot);
  src: url(/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/fonts/slick.woff) format("woff"), url(/fonts/slick.ttf) format("truetype"), url(/fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*--------------------------------------------------------------
# ベーススタイル
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

*::before,
*::after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #000;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.625;
  word-break: break-word;
  overflow-wrap: break-word;
  background: #fafafa; }
  @media screen and (max-width: 896px) {
    body {
      font-size: 3.7vw; } }
  body.form {
    background: #eee; }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif; } }

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  border: none;
  transition: opacity 0.2s; }

a {
  color: #000;
  text-decoration: none;
  transition: 0.2s opacity; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

figure {
  margin: 0; }

iframe {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }

button {
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  background: none;
  border: none;
  outline: none; }

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.overlap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin: auto;
  background: url(/../../assets/img//common/loading.gif) center no-repeat, #33485e;
  opacity: 0.7; }

/*---------------------------------
# フォームパーツ
---------------------------------*/
input[type="text"], input[type="tel"], input[type="number"], input[type="email"] {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 60px;
  padding: 0 45px 0 10px;
  color: inherit;
  font-size: 2rem;
  border-radius: 0 5px 5px 0;
  font-family: inherit;
  line-height: inherit;
  background: url(/../../assets/img/common/icon_valid.svg) no-repeat right 0.4em center/0 #fff;
  background-color: #ededed;
  border: none;
  appearance: none; }
  @media screen and (max-width: 896px) {
    input[type="text"], input[type="tel"], input[type="number"], input[type="email"] {
      height: 13vw;
      padding: 0 8vw 0 2vw;
      font-size: 4.2vw;
      background-position: right 1.2vw center;
      border-width: 3px;
      border-radius: 5px; } }
  input[type="text"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="email"]:focus {
    border-color: #f56f00;
    outline: none; }
  input.form-valid[type="text"], input.form-valid[type="tel"], input.form-valid[type="number"], input.form-valid[type="email"] {
    background-size: 30px 30px;
    border-color: #1abc9c; }
    @media screen and (max-width: 896px) {
      input.form-valid[type="text"], input.form-valid[type="tel"], input.form-valid[type="number"], input.form-valid[type="email"] {
        background-size: 6vw 6vw; } }
  input.form-invalid[type="text"], input.form-invalid[type="tel"], input.form-invalid[type="number"], input.form-invalid[type="email"] {
    border-color: #e74c3c; }
  input[type="text"][disabled], input[type="tel"][disabled], input[type="number"][disabled], input[type="email"][disabled] {
    background: #eee;
    border-color: #aaa; }
  input.yet[type="text"], input.yet[type="tel"], input.yet[type="number"], input.yet[type="email"] {
    animation: 1s linear infinite border-flash; }

select {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 60px;
  padding: 0 45px 0 10px;
  color: inherit;
  font-size: 2rem;
  border-radius: 0 5px 5px 0;
  font-family: inherit;
  line-height: inherit;
  background-color: #ededed;
  background-image: url(/../../assets/img/common/select_bg.svg), url(/../../assets/img/common/icon_valid.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px 24px, 0;
  border: none;
  appearance: none; }
  @media screen and (max-width: 896px) {
    select {
      height: 13vw;
      padding: 0 8vw 0 2vw;
      font-size: 4.2vw;
      background-position: right 2vw center, right 1.2vw center;
      background-size: 5vw 5vw, 0;
      border-width: 3px;
      border-radius: 5px; } }
  select::-ms-expand {
    display: none; }
  select:focus {
    border-color: #f56f00;
    outline: none; }
  select.form-valid {
    background-size: 0, 30px 30px;
    border-color: #1abc9c; }
    @media screen and (max-width: 896px) {
      select.form-valid {
        background-size: 0, 6vw 6vw; } }
  select.form-invalid {
    border-color: #e74c3c; }
  select[disabled] {
    background-color: #eee;
    border-color: #aaa;
    opacity: 1; }
  select.yet {
    animation: 1s linear infinite border-flash; }

textarea {
  width: 100%;
  max-width: 100%;
  padding: 10px 45px 10px 10px;
  color: inherit;
  font-size: 2rem;
  font-family: inherit;
  line-height: inherit;
  background: url(/../../assets/img/common/icon_valid.svg) no-repeat right 0.4em center/0 #fff;
  border: 4px #4abfd7 solid;
  border-radius: 10px;
  appearance: none; }
  @media screen and (max-width: 896px) {
    textarea {
      height: 13vw;
      padding: 0 8vw 0 2vw;
      font-size: 4.2vw;
      background-position: right 2vw center, right 1.2vw center;
      background-size: 5vw 5vw, 0;
      border-width: 3px;
      border-radius: 5px; } }
  textarea::-ms-expand {
    display: none; }
  textarea:focus {
    border-color: #f56f00;
    outline: none; }
  textarea.form-valid {
    background-size: 30px 30px;
    border-color: #1abc9c; }
    @media screen and (max-width: 896px) {
      textarea.form-valid {
        background-size: 6vw 6vw; } }
  textarea.form-invalid {
    border-color: #e74c3c; }
  textarea[disabled] {
    background-color: #eee;
    border-color: #aaa;
    opacity: 1; }

.form-radio {
  display: block;
  margin: 0 0 0.7em;
  font-weight: bold;
  cursor: pointer; }
  .form-radio:last-child {
    margin-bottom: 0; }
  .form-radio span {
    position: relative;
    display: block;
    padding-left: 2em; }
    .form-radio span::before {
      position: absolute;
      top: -0.1em;
      left: 0;
      width: 1.7em;
      height: 1.7em;
      background: #fff;
      border: 6px solid #4abfd7;
      border-radius: 50%;
      content: ""; }
    .form-radio span::after {
      position: absolute;
      top: 0.4em;
      left: 0.5em;
      width: 0.7em;
      height: 0.7em;
      background: #4abfd7;
      border-radius: 50%;
      opacity: 0;
      content: ""; }
    .form-radio span small {
      font-weight: normal;
      font-size: inherit; }
      @media screen and (max-width: 896px) {
        .form-radio span small {
          display: block;
          line-height: 1.2; } }
  .form-radio input {
    display: none; }
    .form-radio input:checked + span::after {
      opacity: 1; }
    .form-radio input.yet + span::before {
      animation: 1s linear infinite border-flash; }

.form-checkbox {
  display: block;
  margin: 0 0 0.7em;
  font-weight: bold;
  cursor: pointer; }
  .form-checkbox span {
    position: relative;
    display: block;
    padding-left: 2em; }
    .form-checkbox span::before {
      position: absolute;
      top: 0.1em;
      left: 0;
      width: 1.5em;
      height: 1.5em;
      background: #fff;
      border: 4px solid #4abfd7;
      border-radius: 4px;
      content: ""; }
    .form-checkbox span::after {
      position: absolute;
      top: 0.4em;
      left: 0.5em;
      width: 0.5em;
      height: 0.7em;
      border-right: 4px #4abfd7 solid;
      border-bottom: 4px #4abfd7 solid;
      transform: rotate(45deg);
      opacity: 0;
      content: ""; }
    .form-checkbox span small {
      font-weight: normal;
      font-size: inherit; }
  .form-checkbox input {
    display: none; }
    .form-checkbox input:checked + span::after {
      opacity: 1; }

.form-input-wrap {
  position: relative; }

.form-group {
  font-size: 2.2rem; }
  @media screen and (max-width: 896px) {
    .form-group {
      font-size: 4.5vw; } }
  .form-group--inline .form-radio,
  .form-group--inline .form-checkbox {
    display: inline-block;
    margin-right: 2em; }

.form-error {
  position: absolute;
  bottom: calc(100% + 6px);
  margin: 0;
  padding: 0 0.5em;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.2;
  white-space: nowrap;
  background: #e74c3c;
  border: 2px #c0392b solid;
  border-radius: 4px;
  opacity: 0.85; }
  @media screen and (max-width: 896px) {
    .form-error {
      font-size: 0.8em; } }
  .form-error::before {
    position: absolute;
    top: 100%;
    left: 15px;
    width: 0;
    height: 0;
    border-color: #c0392b transparent transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    content: ""; }
  .form-error::after {
    position: absolute;
    top: 100%;
    left: 18px;
    width: 0;
    height: 0;
    border-color: #e74c3c transparent transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    content: ""; }

/*---------------------------------
# 共通クラス
---------------------------------*/
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  word-wrap: normal !important;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%); }

.container {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (max-width: 896px) {
    .container {
      padding: 0 5vw; } }
  .container--wide {
    max-width: 1090px; }

@media screen and (max-width: 896px) {
  .is-pc {
    display: none !important; } }

@media screen and (min-width: 897px) {
  .is-sp {
    display: none !important; } }

.container::after,
.container-front::after,
.clearfix::after {
  display: table;
  clear: both;
  content: ""; }

.nav-links {
  display: flex;
  justify-content: center;
  margin: 1em 0;
  padding: 0;
  list-style: none; }

.nav-links ul {
  display: flex;
  list-style-type: none; }

.nav-links .page-item.active {
  background: #06b4ea; }

.nav-links .page-item:not(:last-child) {
  margin-right: 0.5em; }

.nav-links .page-item {
  padding: 0.5em;
  font-size: 1.5rem;
  background: #fff; }

/*--------------------------------------------------------------
# ヘッダー
--------------------------------------------------------------*/
.header {
  background: transparent; }
  .home.index .header {
    background: #cdf0fb; }
  .bcomi .header {
    background: #cdf0fb !important; }
  .home.sns .header {
    background: #cdf0fb; }
  .home.lp .header {
    background: #cdf0fb; }
  .home.b_minded .header {
    background: #cdf0fb; }
  .iida .header {
    background: #cdf0fb !important; }
  .header .row {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.header-btn {
  max-width: 280px;
  width: 100%;
  border: 2px solid #000;
  padding: 0.2em 0;
  font-weight: bold;
  text-align: center;
  text-indent: -0.3em;
  border-radius: 100px; }

.header a {
  color: #000;
  text-decoration: none !important;
  transition: 0.2s opacity; }

.header .container {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px; }

.navbar {
  padding-bottom: 20px;
  background: #cdf0fb; }

.header-nav {
  background: #ffde35; }

.header-nav__list {
  display: flex;
  align-items: streach;
  justify-content: center;
  margin: 0;
  padding: 6px 0;
  list-style: none; }

.header-nav .menu-item:first-child {
  border-left: 1px solid #7d4503; }

.header-nav .menu-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  font-size: 1.4rem;
  text-align: center;
  border-right: 1px solid #7d4503; }

.header-nav .menu-item a {
  flex: 1;
  padding: 8px 0;
  color: #7d4503;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.5s; }

.header-nav a.active {
  color: #fff;
  background-color: #ff8900; }

.header-logo {
  max-width: 205px;
  width: 100%;
  margin: 22px 0; }
  @media screen and (max-width: 896px) {
    .header-logo {
      width: 40%;
      margin: 0.5em 0; } }
.header-btn {
  max-width: 280px;
  width: 100%;
  border: 2px solid #000;
  padding: 0.2em 0;
  font-weight: bold;
  text-align: center;
  text-indent: -0.3em;
  border-radius: 100px; }
  @media screen and (min-width: 1025px) {
    .header-btn {
      cursor: pointer;
      transition: 0.2s opacity; }
      .header-btn:hover {
        opacity: 0.7; }
        .header-btn:hover img {
          opacity: 1; } }
  .header-btn::after {
    position: absolute;
    top: 50%;
    right: 1.3em;
    border-top: 6px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #000;
    transform: translateY(-50%);
    content: ""; }

.blog {
  background-image: url(/assets/top/bg.png) !important;
  background-size: 100% 100% !important; }
  .blog .article {
    margin-bottom: 20px; }
  .blog .body {
    padding-bottom: 100px; }

.blog-left {
  width: 67%;
  margin-right: 20px; }
  .blog-left .entries-post__meta {
    text-align: end; }
  .blog-left .entries-post__ttl {
    margin: 0 0 0 10px;
    font-size: 2rem; }
  .blog-left .entries-post:not(:first-child) {
    margin-top: 20px; }
  .blog-left .entries-post:not(:last-child) {
    border-bottom: 1px dashed #ccc; }

.nav-links {
  display: flex;
  justify-content: center;
  margin: 1em 0;
  padding: 0;
  list-style: none; }

.nav-links ul {
  display: flex;
  list-style-type: none; }

.nav-links .page-item.active {
  background: #06b4ea; }

.nav-links .page-item:not(:last-child) {
  margin-right: 0.5em; }

.nav-links .page-item {
  padding: 0.5em;
  font-size: 1.5rem;
  background: #fff; }

@media screen and (max-width: 897px) {
  .blog-right {
    width: 100% !important; }
  .blog-left {
    width: 100% !important; } }

@media screen and (min-width: 897px) {
  .blog-right {
    width: 33% !important; }
  .blog-left {
    width: 67% !important; }
  .article-list .article {
    display: flex;
    align-items: flex-start !important; }
  .body {
    display: flex;
    align-items: flex-start !important; } }

.blog-right {
  width: 33%;
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 1px 1px 5px #ccc; }
  .blog-right .sidebar-widget ul {
    padding: 0; }
  .blog-right .sidebar-widget .sidebar-widget__ttl {
    padding: .5em;
    font-size: 1.6rem;
    color: #7d4503;
    background: #ffde35; }
  .blog-right .cat-post-item {
    list-style-type: none;
    margin: 0;
    padding: .3em 0; }
    .blog-right .cat-post-item > div {
      margin: 0; }
    .blog-right .cat-post-item:not(:last-child) {
      border-bottom: 1px dashed #ccc; }
  .blog-right .category-post__row {
    display: flex; }
    .blog-right .category-post__row .cat-post-thumbnail {
      flex: 1;
      margin-right: 5px; }
    .blog-right .category-post__row .cat-post-title {
      flex: 2;
      font-size: 1.3rem; }
  .blog-right .tag-list {
    padding: 0;
    list-style: none; }
  .blog-right .tag-list__item {
    border-bottom: 1px dashed #ccc; }
    .blog-right .tag-list__item:first-child {
      border-top: 1px dashed #ccc; }
    .blog-right .tag-list__item a {
      display: block;
      padding: .2em .2em .2em .5em;
      font-weight: 700; }
      .blog-right .tag-list__item a::before {
        position: relative;
        top: -3px;
        margin-right: .4em;
        font-size: 1rem;
        content: '▼'; }
  .blog-right .sidebar-thumb-item {
    list-style: none; }
    .blog-right .sidebar-thumb-item:not(:last-child) {
      border-bottom: 1px dashed #ccc; }
  .blog-right .sidebar-thumb-item__link {
    display: flex;
    padding: 10px 0; }
  .blog-right .sidebar-thumb-item__img {
    width: 30%; }
  .blog-right .sidebar-thumb-item__text {
    position: relative;
    width: 68%;
    margin-left: 2%;
    font-size: 1.4rem; }
  .blog-right .form-input__row {
    height: 50px; }
  .blog-right input {
    height: 40px; }
  .blog-right .form-submit {
    font-size: 1.5rem; }
  .blog-right select {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 40px;
    padding: 0 45px 0 10px;
    color: inherit;
    font-size: 1.5rem;
    border-radius: 0 5px 5px 0;
    font-family: inherit;
    line-height: inherit;
    background-color: #ededed;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 24px 24px, 0;
    border: none;
    appearance: none; }
    @media screen and (max-width: 896px) {
      .blog-right select {
        height: 13vw;
        padding: 0 8vw 0 2vw;
        font-size: 4.2vw;
        background-position: right 2vw center, right 1.2vw center;
        background-size: 5vw 5vw, 0;
        border-width: 3px;
        border-radius: 5px; } }
    .blog-right select::-ms-expand {
      display: none; }
    .blog-right select:focus {
      border-color: #f56f00;
      outline: none; }
    .blog-right select.form-valid {
      background-size: 0, 30px 30px;
      border-color: #1abc9c; }
      @media screen and (max-width: 896px) {
        .blog-right select.form-valid {
          background-size: 0, 6vw 6vw; } }
    .blog-right select.form-invalid {
      border-color: #e74c3c; }
    .blog-right select[disabled] {
      background-color: #eee;
      border-color: #aaa;
      opacity: 1; }
    .blog-right select.yet {
      animation: 1s linear infinite border-flash; }

.entries-post__img {
  object-fit: cover;
  width: 250px;
  height: 250px; }

.breadcrumb {
  margin: 0 auto;
  padding: 0 0 1.5em 0;
  color: #616774;
  font-size: 1.2rem; }

.breadcrumb a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline; }

body .main-article {
  padding: 20px 40px;
  background: #fff;
  border: 1px solid #0cb0ae;
  border-radius: 20px; }

.main-article {
  flex: 1;
  margin: 0 auto; }

.entry__meta {
  margin: 0 0 1em;
  font-size: 1.4rem; }

.entry__meta-date:not(:first-child) {
  margin-left: 2em; }

.entry__thumb {
  width: 100%;
  margin-bottom: 2em; }

figure {
  margin: 0; }

/*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/
.footer {
  margin-top: auto;
  padding: 2em 0;
  background: #cdf0fb; }

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center; }
  .footer-logo__img {
    max-width: 210px;
    width: 100%;
    margin: 0 10px 0 0; }
  .footer-logo__sub-img {
    max-width: 140px;
    width: 100%; }

.footer-nav {
  margin-bottom: 2em; }
  .footer-nav__list {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 896px) {
      .footer-nav__list {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 0;
        list-style: none;
        border-top: 1px solid #000; } }
  .footer-nav__item {
    margin-right: 2em; }
    @media screen and (max-width: 896px) {
      .footer-nav__item {
        margin-right: 0;
        width: 50%; } }
    .footer-nav__item:last-child {
      margin-right: 0; }
  .footer-nav__link {
    display: block; }
    @media screen and (max-width: 896px) {
      .footer-nav__link {
        position: relative;
        padding: 1em;
        font-size: 3.733vw;
        background: #fff;
        border-bottom: 1px solid #000; }
        .footer-nav__link::after {
          display: block;
          position: absolute;
          top: 50%;
          right: 1em;
          width: 0.8em;
          height: 0.8em;
          transform: rotate(-45deg) translateY(-50%);
          border-right: 1px solid #000;
          border-bottom: 1px solid #000;
          content: ""; }
        .footer-nav__link:nth-child(odd) {
          border-right: 1px solid #000; } }
.footer-copy {
  text-align: center; }

/*--------------------------------------------------------------
# メインコンテンツエリア
--------------------------------------------------------------*/
.contents {
  padding-bottom: 60px; }
  @media screen and (max-width: 896px) {
    .contents {
      padding-bottom: 10vw; } }
.main {
  flex: 1;
  margin: 0 auto; }

.contents-inner {
  display: flex; }
  @media screen and (max-width: 896px) {
    .contents-inner {
      flex-flow: column; } }
.companies__title {
  text-align: center; }

.underlined-header {
  position: relative;
  display: inline-block;
  margin: 0 0 2.5rem;
  color: #6c6b6b; }

.underlined-header:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: inline-block;
  width: 60px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #ff8900;
  border-radius: 2px; }

.companies-list {
  display: flex;
  margin: 0;
  padding: 0; }
  .companies-list .company-left {
    width: 67%;
    margin-right: 10px; }
  .companies-list .company-right {
    width: 33%;
    height: 100%;
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 1px 1px 5px #ccc; }
  .companies-list .company-item:hover {
    transform: scale(1.02); }

.company-item {
  margin-bottom: 24px;
  padding: 0;
  border-radius: 15px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: white; }

.company-item:not(:first-child) {
  margin-top: 24px; }

a.screen-list {
  cursor: pointer; }

.entries-company {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 12px 0; }

.company-content__left {
  display: block;
  text-align: center;
  padding: 0 12px 0 12px;
  flex: 0 0 auto;
  width: 20%; }

.company-content__right {
  display: block;
  padding: 0 12px 0 12px;
  flex: 0 0 auto;
  width: 80%; }
  .company-content__right .company__phone {
    color: #909090;
    justify-content: flex-end;
    display: flex;
    line-height: 1.25rem; }

@media screen and (max-width: 897px) {
  .company__phone {
    justify-content: flex-start; } }

.company__title {
  display: flex;
  color: #333;
  font-size: 2.5rem;
  letter-spacing: 0.09rem !important;
  font-weight: 600;
  padding: 16px; }

.company__divider {
  border-color: rgba(0, 0, 0, 0.12);
  margin: 0;
  display: block;
  max-width: 100%;
  height: 0;
  max-height: 0;
  transition: inherit; }

.company-info-gray {
  color: #777;
  font-size: 18px; }

.detail-item {
  font-size: 16px;
  margin: 8px 0;
  display: flex; }

.item__left {
  width: 20%; }

.item__right {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #194059; }

@media screen and (max-width: 897px) {
  .item__left {
    width: 100%; }
  .item__right {
    width: 100%; } }

.item__right div {
  border: 1px solid #194059;
  font-size: 0.75em;
  padding: 0.1em 0.4em;
  border-radius: 0.4em;
  font-weight: 300;
  margin: 0.5em 0.5em 0 0;
  max-height: 23px; }

.profile_img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: inherit;
  padding: 4px; }

.company-detail {
  margin-bottom: 20px; }

.company__card-body {
  background-color: white;
  margin: auto;
  padding: 0 40px;
  border-radius: 15px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .company__card-body .company__body {
    padding: 16px; }
    .company__card-body .company__body .company__body-heading {
      font-weight: 700; }
    .company__card-body .company__body .company__body-heading:before {
      content: "";
      display: inline-block;
      background: #ffeba6;
      height: 20px;
      width: 4px;
      margin-right: 16px;
      margin-bottom: -2px; }
    .company__card-body .company__body .copmany__body-basic-info {
      padding: 16px 0; }
      .company__card-body .company__body .copmany__body-basic-info .row-info {
        display: flex;
        border: 1px solid #ddd;
        flex-wrap: wrap;
        width: 100%; }
        .company__card-body .company__body .copmany__body-basic-info .row-info .row-info__name {
          display: flex;
          background-color: rgba(187, 187, 187, 0.27059);
          color: #000;
          align-items: center;
          padding: 12px;
          width: 25%; }
        .company__card-body .company__body .copmany__body-basic-info .row-info .row-info__value {
          background-color: #fff;
          padding: 12px;
          width: 75%; }

.client-info-section {
  margin: auto;
  border-radius: 15px;
  background-color: white;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .client-info-section .client-card__title {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    background: linear-gradient(135deg, #e38b02, #e9aa5c);
    color: #fff;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    letter-spacing: .0125em;
    line-height: 2rem;
    word-break: break-all;
    padding: 16px; }
  .client-info-section .client-card__body {
    padding: 20px 0 70px 0; }
  .client-info-section .client-slider {
    background-color: rgba(255, 255, 255, 0); }
    .client-info-section .client-slider a.card {
      background: #e7e5dd;
      display: block;
      height: 540px; }
    .client-info-section .client-slider a:hover {
      opacity: .7; }
    .client-info-section .client-slider .client__header {
      padding: 30px 30px 0;
      display: grid;
      grid-column-gap: 12px;
      align-items: center; }
      .client-info-section .client-slider .client__header h3 {
        grid-column: 2/3;
        word-break: break-word;
        font-size: 18px; }
    .client-info-section .client-slider .client__fields {
      height: 68px;
      max-height: 68px;
      overflow: hidden;
      padding: 16px 16px 0 16px;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .client-info-section .client-slider .client__fields .child {
        color: #194059;
        align-items: center;
        padding: 0 3px; }
      .client-info-section .client-slider .client__fields span {
        padding: 4px 8px;
        border-radius: 0.2em;
        font-size: 12px;
        background-color: #fff;
        height: 24px;
        border: 1px solid #fff;
        min-width: 96px; }
    .client-info-section .client-slider .client__description {
      padding: 30px; }
      .client-info-section .client-slider .client__description .slogan {
        padding-bottom: 20px;
        border-bottom: 1px solid #0f2d5a;
        margin-bottom: 20px; }
      .client-info-section .client-slider .client__description .profile h4 {
        margin-bottom: 0; }
      .client-info-section .client-slider .client__description .profile p {
        font-size: 14px;
        font-weight: 500;
        margin-top: 10px;
        word-break: break-word;
        margin-bottom: 0; }

.slick-next {
  right: 35px; }
  .slick-next:before {
    font-size: 50px; }

.slick-prev {
  z-index: 2;
  left: 5px; }
  .slick-prev:before {
    font-size: 50px; }

.slick-slide {
  margin: 0 5px; }

.clients__card-body {
  border-radius: 15px;
  background-color: white;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.clients_body {
  padding: 40px; }
  .clients_body .company__body-heading {
    font-size: 1.3em;
    font-weight: 700; }
  .clients_body .company__body-heading:before {
    content: "";
    display: inline-block;
    background: #ffeba6;
    height: 20px;
    width: 4px;
    margin-right: 16px;
    margin-bottom: -2px; }
  .clients_body .client-item {
    border-radius: 15px;
    background-color: white;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    padding: 20px 0;
    margin: 20px 0; }
    .clients_body .client-item .client__avatar {
      text-align: center;
      width: 20%; }
    .clients_body .client-item .client__profile {
      width: 80%; }
    .clients_body .client-item .client__profile .client__profile-title {
      font-weight: 400;
      font-size: 22px;
      color: #4c4c4c;
      margin-bottom: 8px; }
    .clients_body .client-item .client__profile span.label {
      color: #e5c28e;
      font-weight: 700; }
    .clients_body .client-item .client__profile .client__profile-content p {
      margin-top: 0;
      white-space: pre-wrap;
      word-wrap: break-word; }

.mv {
  background: url(/assets/top/bg-mv__foot-fe0b0ad8d8d8f2c51f18d4e3f73ded521234481db2071f75cac587711a74eabd.png) center bottom/100% auto no-repeat, #cdf0fb;
  margin-bottom: -2px; }
  @media screen and (max-width: 896px) {
    .mv {
      background: #fff13c; } }
  .mv .row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 896px) {
      .mv .row {
        flex-direction: column;
        margin: 0 -5vw; } }
  @media screen and (max-width: 896px) {
    .mv__txt {
      margin-bottom: 5vw;
      background: url(/assets/top/bg-mv__foot-fe0b0ad8d8d8f2c51f18d4e3f73ded521234481db2071f75cac587711a74eabd.png) center bottom/100% auto no-repeat, #cdf0fb;
      margin-right: auto; } }
  @media screen and (max-width: 896px) {
    .mv__block {
      margin-right: auto; } }
.mv-form {
  max-width: 360px;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 1px 1px 5px #ccc; }
  @media screen and (max-width: 896px) {
    .mv-form {
      margin: 0 8vw;
      padding: 20px; } }
  .mv-form__header__title {
    font-size: 32px;
    font-weight: bold;
    text-align: center; }
  .mv-form__header__title1 {
    font-size: 50px;
    color: #fb878a; }
  .mv-form__header__title2 {
    color: #fb878a; }
  .mv-form__header__note {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    padding: 5px 0; }
  .mv-form__header__content {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold; }
    .mv-form__header__content__right {
      background-color: #fb878a;
      color: white;
      width: 85px;
      height: 85px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px; }

.form-input__row {
  margin-bottom: 0.5em;
  padding: 5px;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  transition: height 0.66s, padding 0.66s; }
  @media screen and (max-width: 896px) {
    .form-input__row {
      height: 60px; } }
  .form-input__row.is-active {
    animation: 1s linear infinite form_blink; }
  .form-input__row.is-hidden {
    height: 0;
    padding: 0; }

.form-input__order {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 1;
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  background: #06b4ea;
  border-radius: 5px 0 0 5px; }
  @media screen and (max-width: 896px) {
    .form-input__order {
      height: 13vw; } }
.form-input__item {
  width: calc( 100% - 50px); }

.form-area__att {
  padding: 0.2em 0 0.5em 2em;
  margin: 0;
  font-size: 1.3rem;
  background: url(/assets/top/mv-form__icon-e5eed87067ac234812f14384b15dbda2f17925e251de0fc2368db99827f36bbc.png) left center/auto no-repeat;
  transition: height 0.66s, padding 0.66s; }
  .form-area__att.is-hidden {
    height: 0;
    display: none; }

.form-submit {
  display: flex;
  align-items: stretch;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 0 #000; }
  .form-submit__add {
    width: 4.5em;
    background: #fb474a;
    padding: 1em;
    font-weight: bold;
    color: #fff;
    border-right: 1px solid; }
  .form-submit__txt {
    width: calc( 100% - 4.5em);
    padding: 1em;
    color: #fff;
    font-weight: bold;
    background: #fb474a;
    text-indent: -1em; }
  .form-submit[disabled] span {
    background: #fb878a !important; }
  .form-submit:hover {
    position: relative;
    top: 2px;
    box-shadow: 0 1px 0 #000; }

.reason {
  padding-top: 50px;
  background: #fff13c;
  padding-top: 20px; }
  .reason-ttl {
    margin-top: 30px;
    text-align: center; }

.reason-sec {
  padding: 50px 0;
  border-bottom: 5px dotted #000; }
  @media screen and (max-width: 896px) {
    .reason-sec {
      padding: 5vw 0; } }
  .reason-sec.reason-2 .row {
    flex-direction: row-reverse; }
    @media screen and (max-width: 896px) {
      .reason-sec.reason-2 .row {
        flex-direction: column; } }
    .reason-sec.reason-2 .row .reason-txt-box {
      margin-right: 0;
      margin-left: 30px; }
      @media screen and (max-width: 896px) {
        .reason-sec.reason-2 .row .reason-txt-box {
          margin-left: 0; } }
  .reason-sec .row {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 896px) {
      .reason-sec .row {
        flex-direction: column; } }
.reason-txt-box {
  flex: 6;
  margin-right: 30px; }
  @media screen and (max-width: 896px) {
    .reason-txt-box {
      margin-right: 0; } }
  .reason-txt-box__ttl {
    display: flex;
    align-items: center; }
  .reason-txt-box__ttl-icon {
    width: 100px; }
    @media screen and (max-width: 896px) {
      .reason-txt-box__ttl-icon {
        width: 18vw; } }
  .reason-txt-box__ttl-txt {
    width: calc( 100% - 100px);
    margin-left: 0.5em;
    font-size: 3.4rem; }
    @media screen and (max-width: 896px) {
      .reason-txt-box__ttl-txt {
        font-size: 5.733vw;
        width: calc( 100% - 22vw); } }
  .reason-txt-box__txt {
    font-size: 2rem; }

.reason-img-box {
  flex: 4; }
  @media screen and (max-width: 896px) {
    .reason-img-box {
      width: 60%; } }
.lead-btn {
  position: relative;
  display: block;
  max-width: 620px;
  width: 100%;
  padding: 0.5em;
  margin: 1em auto;
  text-align: center;
  text-indent: -1.5em;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  background: #fc878b;
  border: 3px solid #fff;
  border-radius: 100px;
  box-shadow: 0 5px 0 #000; }
  @media screen and (max-width: 896px) {
    .lead-btn {
      font-size: 4.733vw; } }
  .lead-btn:hover {
    position: relative;
    top: 3px;
    box-shadow: 0 2px 0 #000; }
  .lead-btn::after {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 15px;
    transform: translateY(-50%) rotate(45deg);
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    content: ""; }
    @media screen and (max-width: 896px) {
      .lead-btn::after {
        right: 1em;
        width: 0.5em;
        height: 0.5em;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff; } }
  .lead-btn__sub {
    color: #000;
    line-height: 1;
    padding: 0.4em;
    background: #fff13c;
    border-radius: 100px; }
    .lead-btn__sub:first-child {
      margin-right: -0.3em; }
    .lead-btn__sub:nth-child(2) {
      margin-right: 0.3em; }

.necessary {
  padding-top: 300px;
  padding-bottom: 50px;
  background: url(/assets/top/bg-mv__foot-fe0b0ad8d8d8f2c51f18d4e3f73ded521234481db2071f75cac587711a74eabd.png) left top/100% auto no-repeat, #fff13c; }
  @media screen and (max-width: 896px) {
    .necessary {
      padding-top: 10vw; } }
  .necessary__ttl {
    margin: 0;
    padding: 3em 0 2em;
    background: url(/assets/top/bg-need_ttl-94af24dd499747df166116638c363414397fe73fad241d0efcd64e6e7a7a0fcc.png) left bottom/100% auto no-repeat;
    width: 100%;
    font-size: 3.8rem;
    text-align: center; }
    @media screen and (max-width: 896px) {
      .necessary__ttl {
        width: auto;
        margin: 0 -5vw;
        padding-top: 10vw;
        background: url(/assets/top/bg-need_ttl-94af24dd499747df166116638c363414397fe73fad241d0efcd64e6e7a7a0fcc.png) center bottom/130% auto no-repeat;
        font-size: 5.7333vw; } }
  .necessary__row {
    display: flex;
    align-items: stretch; }
    @media screen and (max-width: 896px) {
      .necessary__row {
        flex-direction: column; } }
  .necessary__item {
    flex: 1;
    padding: 0 1.2em; }
    .necessary__item:not(:last-child) {
      border-right: 3px dotted #000; }
      @media screen and (max-width: 896px) {
        .necessary__item:not(:last-child) {
          border-right: none;
          margin-bottom: 5vw; } }
    .necessary__item figure {
      text-align: center; }
      .necessary__item figure img {
        margin: 0 auto; }

.necessary-icon {
  display: block;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 896px) {
    .necessary-icon {
      width: 80%;
      margin: 0 auto; }
      .necessary-icon img {
        display: block;
        width: 80%;
        margin: 0 auto; } }
.necessary-item__ttl {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 0.3em 0;
  border-radius: 15px;
  font-size: 2.8rem; }
  @media screen and (max-width: 896px) {
    .necessary-item__ttl {
      font-size: 5.73vw; } }
.necessary-item__txt {
  font-size: 1.6rem; }
  @media screen and (max-width: 896px) {
    .necessary-item__txt {
      font-size: 3.733vw; } }
.necessary-result {
  margin-top: 50px;
  text-align: center; }

.voice {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #ededed; }
  @media screen and (max-width: 896px) {
    .voice {
      padding-top: 10vw;
      padding-bottom: 10vw; } }
  .voice .slick-arrow::before {
    color: #000; }
  .voice .slick-arrow.slick-next {
    right: -15px; }
  .voice .slick-arrow.slick-prev {
    left: -15px; }
  .voice::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 70%;
    left: 0;
    background: #fff13c;
    content: ""; }
  .voice__ttl {
    position: relative;
    margin: 0;
    font-size: 4.4rem;
    text-align: center; }
    @media screen and (max-width: 896px) {
      .voice__ttl {
        font-size: 6.733vw; } }
    .voice__ttl::before {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 5px;
      background: #000;
      content: ""; }
    .voice__ttl-txt {
      position: relative;
      z-index: 2;
      padding: 0 0.5em;
      background: #fff13c; }
    .voice__ttl-sub {
      margin: 0;
      font-size: 2.9rem;
      color: #fc878b;
      text-align: center;
      font-weight: bold; }
      @media screen and (max-width: 896px) {
        .voice__ttl-sub {
          font-size: 4.33vw; } }
.voice-row {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 896px) {
    .voice-row {
      margin-top: 5vw; } }
.voice-box {
  margin-bottom: 10px;
  padding-top: 200px;
  padding-bottom: 27px;
  width: 49%;
  background: url(/assets/top/bg-uservoice1-358a238137018e9317687e0e8169c6fcfd0cea60c8b801f313293ec0b77240e9.png) top center/auto auto no-repeat; }
  .voice-box:nth-child(odd) {
    margin-right: 2%; }
    @media screen and (max-width: 896px) {
      .voice-box:nth-child(odd) {
        margin-right: 0; } }
  .voice-box2 {
    background: url(/assets/top/bg-uservoice2-01d83a0d4427f9a8caa47f6928794dbee8c5eb5a15b457db41dd368c6cdc67f9.png) top center/auto auto no-repeat; }
  .voice-box3 {
    background: url(/assets/top/bg-uservoice3-7d3dfd2c7b721b8460e1a326c584f2952a4175a877f990ca8352f74679f818ee.png) top center/auto auto no-repeat; }
  .voice-box4 {
    background: url(/assets/top/bg-uservoice4-8aa63cd3d86c5df78eeb6a992c5651fbbed3dbe4fceb446aca9e971c8a187776.png) top center/auto auto no-repeat; }
  @media screen and (max-width: 896px) {
    .voice-box {
      width: 100%;
      padding-top: 195px;
      background-size: 100% auto; } }
  .voice-box__ttl {
    width: 50%;
    margin: 0 auto 1em;
    background: #000;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 0.3em;
    border-radius: 15px; }
    @media screen and (max-width: 896px) {
      .voice-box__ttl {
        width: 70%;
        font-size: 4.73vw; } }
  .voice-box__detail {
    width: 49%;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: bold; }
    @media screen and (max-width: 896px) {
      .voice-box__detail {
        width: 65%;
        font-size: 4.2vw; } }
  .voice-box__saraly {
    width: 49%;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: bold; }
    @media screen and (max-width: 896px) {
      .voice-box__saraly {
        width: 65%;
        font-size: 4.73vw; } }
  .voice-box__investment {
    width: 49%;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: bold; }
    @media screen and (max-width: 896px) {
      .voice-box__investment {
        width: 65%;
        font-size: 4.73vw; } }
.step {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #ededed; }
  @media screen and (max-width: 896px) {
    .step {
      padding: 10vw 0; } }
  .step::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 63%;
    left: 0;
    background: #fff13c;
    content: ""; }
  .step__ttl {
    position: relative;
    margin: 0;
    font-size: 4.4rem;
    text-align: center; }
    @media screen and (max-width: 896px) {
      .step__ttl {
        font-size: 6.733vw; } }
    .step__ttl::before {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 5px;
      background: #000;
      content: ""; }
    .step__ttl-txt {
      position: relative;
      z-index: 2;
      padding: 0 0.5em;
      background: #fff13c; }
    .step__ttl-sub {
      margin: 0 0 1.5em;
      font-size: 2.9rem;
      color: #06b4ea;
      text-align: center;
      font-weight: bold; }
      @media screen and (max-width: 896px) {
        .step__ttl-sub {
          font-size: 4.33vw; } }
  .step__row {
    position: relative;
    display: flex;
    align-items: stretch;
    margin-bottom: 50px; }
    @media screen and (max-width: 896px) {
      .step__row {
        flex-direction: column;
        margin-bottom: 5vw; } }
  .step__flow {
    position: relative; }
  .step__txt {
    font-size: 1.8rem; }
    @media screen and (max-width: 896px) {
      .step__txt {
        margin: 0;
        font-size: 3.5vw; } }
.step-box {
  position: relative;
  z-index: 1;
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 2em;
  text-align: center; }
  @media screen and (max-width: 896px) {
    .step-box {
      margin-bottom: 5vw; } }
  .step-box:not(:first-child) {
    margin-left: 30px; }
    @media screen and (max-width: 896px) {
      .step-box:not(:first-child) {
        margin-left: 0; } }
  .step-box__row {
    display: block;
    align-items: center;
    z-index: 1;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 7vw;
    padding: 5vw;
    position: relative; }
  .step-box__txt-ttl {
    display: flex;
    align-items: center; }
  .step-box__img-box {
    width: 40%; }
  .step-box__line {
    position: absolute;
    top: 48%;
    left: 10%;
    z-index: 0;
    width: 80%;
    background: #000;
    opacity: 1;
    height: 4px; }
    @media screen and (max-width: 896px) {
      .step-box__line {
        top: 20%;
        right: 50%;
        left: auto;
        width: 3px;
        padding-top: 100%; } }
  .step-box__img {
    position: relative;
    z-index: 2; }

.step-ttl__sub {
  margin: 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #06b4ea; }
  @media screen and (max-width: 896px) {
    .step-ttl__sub {
      font-size: 1.8rem;
      flex: 1; } }
.step-ttl__txt {
  margin: 0 0 0.5em;
  font-size: 2.4rem;
  text-align: center; }
  @media screen and (max-width: 896px) {
    .step-ttl__txt {
      margin-bottom: 0;
      flex: 2;
      font-size: 4.733vw;
      text-align: left; } }
@keyframes form_blink {
  0% {
    background-color: transparent; }
  50% {
    background-color: transparent; }
  51% {
    background-color: #fc878b; }
  100% {
    background-color: #fc878b; } }

.my-form-fb {
  margin-left: auto;
  margin-right: auto; }

.feedback .header, .feedback .footer {
  display: none; }

.block-no1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px; }

.no1-item img {
  width: 90%; }

.moneyticket-feature {
  margin: 20px 0;
  text-align: center; }

.moneyticket-feature img {
  width: 80%; }

.initiatives, .other-media {
  text-align: center;
  font-weight: bold;
  font-size: 24px; }

.other-media {
  margin-bottom: 40px; }

.initiatives {
  margin-top: 30px; }

.list-problems {
  text-align: center;
  font-size: 40px;
  letter-spacing: 5px;
  font-weight: bold;
  margin-top: 95px;
  margin-bottom: 70px; }

.circle {
  border-radius: 50%;
  background-color: #fff;
  font-weight: bold;
  margin: 2px;
  padding: 5px; }

.problems {
  padding-top: 130px;
  margin-bottom: -235px;
  background: url(/assets/top/bg-necessary__top-f803e80c45662a6e6c9744e835f27433e13999c7860cdfb8b8bd1ad50ccdcf8b.png) left top/100% auto no-repeat, #cdf0fb; }

.voice-2, .voice-4 {
  padding-top: 10px;
  padding-bottom: 27px;
  width: 41%;
  margin-left: 40px; }

.voice-4 {
  margin-top: 13px; }

.display-flex {
  display: flex;
  justify-content: space-between; }

.reason2 {
  background: url(/assets/top/reason-4017ba0d79184d54cf2e36c9577b73d8edbcc85aad95c594372617e5307cde04.jpg) center/auto 100% no-repeat, #cdf0fb; }
  @media screen and (max-width: 896px) {
    .reason2 {
      background: url(/assets/top/bg-reason2-smp-d29f019af773bdba5e5a8906e970e755c0304d4cf380c27eac5f4a461d02c756.jpg) left top/100% auto no-repeat, #cdf0fb; } }
  .reason2__ttl {
    font-weight: bold;
    text-align: center;
    font-size: 40px;
    padding-top: 80px; }
    @media screen and (max-width: 896px) {
      .reason2__ttl {
        font-size: 24px;
        padding-top: 20px; } }
    .reason2__ttl-sub {
      color: #06b4ea;
      text-align: center;
      font-weight: bold;
      font-size: 24px; }
      @media screen and (max-width: 896px) {
        .reason2__ttl-sub {
          font-size: 16px;
          margin-top: 10px; } }
  .reason2__images {
    position: relative;
    display: flex;
    align-items: stretch;
    margin-bottom: 50px;
    margin-top: 25px; }
    @media screen and (max-width: 896px) {
      .reason2__images {
        margin-top: 15px;
        display: block; } }
    .reason2__images__item {
      z-index: 1;
      position: relative; }
      @media screen and (max-width: 896px) {
        .reason2__images__item {
          margin-bottom: 6vw; } }
    .reason2__images__item img {
      border-radius: 16px; }
    .reason2__images__item:not(:first-child) {
      margin-left: 30px; }
      @media screen and (max-width: 896px) {
        .reason2__images__item:not(:first-child) {
          margin-left: auto; } }
    .reason2__images__line {
      position: absolute;
      top: 49%;
      left: 10%;
      z-index: 0;
      width: 80%;
      background: #000;
      opacity: 1;
      height: 4px; }
      @media screen and (max-width: 896px) {
        .reason2__images__line {
          top: 25%;
          right: 50%;
          left: auto;
          width: 3px;
          padding-top: 100%; } }
  .reason2__content__ttl {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding-top: 55px; }
    @media screen and (max-width: 896px) {
      .reason2__content__ttl {
        font-size: 22px;
        padding-top: 20px;
        margin-top: 20px; } }
  .reason2__content__sub {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #06b4ea; }
    @media screen and (max-width: 896px) {
      .reason2__content__sub {
        font-size: 16px; } }
  .reason2__content__main {
    display: flex;
    gap: 20px; }
    @media screen and (max-width: 896px) {
      .reason2__content__main {
        flex-direction: column-reverse;
        gap: 10px;
        margin-top: 0; } }
    .reason2__content__main__left {
      width: 35%; }
      @media screen and (max-width: 896px) {
        .reason2__content__main__left {
          margin-top: 10px;
          width: 100%; } }
    @media screen and (max-width: 896px) {
      .reason2__content__main__left img {
        margin-top: 0; } }
    .reason2__content__main__right {
      margin: auto 0; }
      @media screen and (max-width: 896px) {
        .reason2__content__main__right {
          margin-top: 10px; } }
      .reason2__content__main__right__item {
        display: flex;
        align-items: center;
        border-bottom: 2px solid;
        padding-bottom: 20px;
        padding-top: 24px; }
        @media screen and (max-width: 896px) {
          .reason2__content__main__right__item {
            margin-left: 24px;
            margin-right: 24px;
            padding-bottom: 15px;
            padding-top: 12px; } }
        .reason2__content__main__right__item img {
          height: 20px;
          margin-right: 10px; }
        .reason2__content__main__right__item__content {
          font-weight: bold;
          font-size: 18px; }
  .reason2__boxes {
    width: 80%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 80px; }
    @media screen and (max-width: 896px) {
      .reason2__boxes {
        width: auto;
        padding: 5px;
        margin-bottom: 40px; } }
    .reason2__boxes__pc1 {
      display: grid;
      gap: 25px;
      grid-template-columns: 1fr 1fr;
      margin-top: 20px; }
      .reason2__boxes__pc1__item img {
        border-radius: 16px; }
    .reason2__boxes__pc2 {
      margin-top: 25px;
      display: grid;
      gap: 25px;
      grid-template-columns: 1fr 1fr 1fr; }
      .reason2__boxes__pc2__item img {
        border-radius: 16px; }
    .reason2__boxes__smp1 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px; }
    .reason2__boxes__smp2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-top: 20px; }
    .reason2__boxes__smp3 {
      margin-top: 20px; }

.show-pc {
  display: block; }
  @media screen and (max-width: 896px) {
    .show-pc {
      display: none; } }
.bg-item {
  background-color: #0493b3; }

.show-smp {
  display: none; }
  @media screen and (max-width: 896px) {
    .show-smp {
      display: block;
      width: 100%; }
      .show-smp img {
        width: 100%; } }
.vm-bottom {
  margin-top: 20px;
  max-width: 640px; }

@media screen and (min-width: 897px) {
  .w-70pc {
    width: 70%;
    margin: auto; }
  .no1-item {
    flex-basis: calc(33.33% - 10px); }
  .form-input__row {
    height: 60px; }
  .form-input__item select {
    height: 50px; }
  .form-input__item input {
    height: 50px; }
  .reason-3 {
    border-bottom: none;
    padding-bottom: 0; }
  .lead-btn-pc {
    display: block; }
  .lead-btn-smp {
    display: none; }
  .necessary-result img {
    margin-left: 25px; } }

@media screen and (max-width: 896px) {
  .no1-item {
    flex-basis: calc(50% - 10px); }
  .smp-fs-12 {
    font-size: 12px; }
  .moneyticket-feature img {
    width: 100%; }
  .initiatives, .other-media {
    font-size: 14px; }
  .lead-btn-pc {
    display: none; }
  .lead-btn-smp {
    margin-bottom: 5px;
    display: block; }
  .list-problems {
    font-size: 20px;
    letter-spacing: 0;
    margin-top: auto;
    margin-bottom: 30px; }
  .circle {
    margin: 2px; }
  .problems {
    padding-bottom: initial !important;
    margin-bottom: initial !important;
    padding-top: 50px !important; }
  .necessary {
    padding-top: 30px !important; }
  .voice-2, .voice-4 {
    width: 100%;
    margin-left: 0; }
  .voice::before {
    bottom: 89%; }
  .step::before {
    bottom: 80%; }
  .vm-video-youtube {
    height: 180px !important; }
  .other-media {
    margin-bottom: 30px; }
  .initiatives {
    margin-top: 20px; }
  .lead-btn-fix {
    width: 100%;
    padding: 15px;
    text-align: center;
    text-indent: -1.5em;
    font-size: 5.867vw;
    font-weight: bold;
    color: #fff;
    background: #fc878b;
    border-radius: 6px; }
    .lead-btn-fix__sub {
      color: #000;
      line-height: 1;
      padding: 0.4em;
      background: #fff13c;
      border-radius: 100px; }
      .lead-btn-fix__sub:first-child {
        margin-right: -0.3em; }
      .lead-btn-fix__sub:nth-child(2) {
        margin-right: 0.3em; } }

@media screen and (max-width: 400px) {
  .reason2__images {
    margin-top: 10px; }
  .reason2__ttl-sub {
    margin-top: 5px; }
  .reason2__ttl {
    padding-top: 15px; }
  .reason2__content__main__right, .reason2__content__main__left {
    margin-top: 0; }
  .voice-box {
    padding-top: 170px; } }

@media screen and (max-width: 375px) {
  .reason2__ttl {
    font-size: 20px; }
  .reason2__content__ttl {
    padding-top: 15px;
    margin-top: 20px;
    font-size: 20px; }
  .reason2__content__main__right__item__content {
    font-size: 16px; } }

@media screen and (max-width: 1366px) and (min-width: 1025px) {
  .problems {
    padding-top: 2px; }
  .list-problems {
    margin-top: 50px;
    margin-bottom: 30px; }
  .necessary {
    padding-top: 125px; }
  .mb-1266-120 {
    margin-bottom: 120px; } }

.information-variety {
  background: white;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  font-weight: 700; }

.ftw-bold {
  font-weight: 700; }

.mv-arrow {
  font-size: 0;
  display: grid;
  justify-content: center;
  margin-bottom: 10px; }

.mb-0 {
  margin-bottom: 0; }

.resolve-pc {
  border-radius: 16px; }

.br-16 {
  border-radius: 16px; }

.follow-footer {
  display: none;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: fixed !important;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8); }
  .follow-footer p {
    font-size: 4.8vw; }
  .follow-footer .lead-btn__sub:first-child {
    margin-right: 0.7em; }

.btn-scroll {
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 10px; }

@media screen and (max-width: 896px) {
  .form main .container {
    padding: 0; } }

.form__att {
  margin: 1em 0 0;
  font-size: 1.2rem; }

.form-ttl {
  margin-bottom: 0;
  padding: 0.5em 0;
  background: #06b4ea;
  color: #fff;
  font-size: 4rem;
  text-align: center; }
  @media screen and (max-width: 896px) {
    .form-ttl {
      font-size: 6.3vw; } }
.form-section {
  padding: 50px;
  background: #fff; }
  @media screen and (max-width: 896px) {
    .form-section {
      padding: 5vw; } }
  .form-section:last-child {
    margin-bottom: 100px; }
  .form-section + .form-section {
    padding-top: 0; }
  .form-section .lead-btn {
    margin-top: 0; }
    .form-section .lead-btn.is-disable {
      background: #aaa; }
  .form-section__ttl {
    margin: 0;
    font-size: 2.8rem;
    color: #06b4ea; }
    .form-section__ttl + .form-row {
      margin-top: 1em; }

.form-row {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #ccc; }
  @media screen and (max-width: 896px) {
    .form-row {
      display: block; } }
  .form-row:last-child {
    border-bottom: 1px solid #ccc; }

.form-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15em;
  padding: 0 1em;
  background: #eee;
  font-size: 1.8rem;
  font-weight: bold; }
  @media screen and (max-width: 896px) {
    .form-item {
      width: 100%;
      padding: 1em;
      font-size: 3.733vw; } }
.form-item-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 20em;
  padding: 0 1em;
  background: #eee;
  font-size: 1.8rem;
  font-weight: bold; }
  @media screen and (max-width: 896px) {
    .form-item-new {
      width: 100%;
      padding: 1em;
      font-size: 3.733vw; } }
.option {
  padding: 0.1em 0.3em;
  font-size: 90%;
  background: #999;
  color: #fff; }
  .option-required {
    background: #fc878b; }

.form-field {
  width: calc( 100% - 15em);
  padding: 1em; }
  @media screen and (max-width: 896px) {
    .form-field {
      width: 100%;
      padding: 1em 0; } }
  .form-field select {
    background: #fff3f3; }
  .form-field [type="text"] {
    background: #fff3f3;
    border-radius: 5px; }
  .form-field [type="tel"] {
    background: #fff3f3;
    border-radius: 5px; }
  .form-field [type="email"] {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px; }
  .form-field .form-check__list {
    display: flex;
    flex-wrap: wrap; }
    .form-field .form-check__list .form-checkbox {
      width: 50%;
      display: flex; }
  .form-field__att {
    margin-bottom: 0; }
    .form-field__att::before {
      content: "▶︎";
      margin-right: 0.3em;
      color: #fc878b; }

.form-username__row {
  display: flex; }
  .form-username__row + .form-username__row {
    margin-top: 1em; }
  .form-username__row p {
    flex: 1; }
  .form-username__row [type="text"] {
    flex: 2;
    background: #fff3f3;
    border-radius: 5px; }
    .form-username__row [type="text"] + [type="text"] {
      margin-left: 1em; }

#personal_field {
  display: none; }
  #personal_field.is--opened {
    display: block; }

.mt-0 {
  margin-top: 0 !important; }

.text-center {
  text-align: center; }

.ttl-form {
  margin-bottom: 0;
  padding: 0.5em 0;
  background: #06b4ea;
  color: #fff;
  text-align: center; }

.ttl-form h1 {
  font-size: 4rem;
  margin-bottom: 0; }

.ttl-form h3 {
  font-size: 2rem;
  margin-top: 0; }

.page-ttl {
  margin: 0;
  padding: 1em 0;
  background: #4abfd7;
  color: #fff;
  text-align: center;
  font-size: 3.2rem; }
  @media screen and (max-width: 896px) {
    .page-ttl {
      font-size: 5.333vw; } }
.bold {
  font-weight: bold; }

.page-thanks__txt em {
  font-style: normal;
  font-weight: bold;
  color: #c0392b;
  font-size: 3.2rem; }
  @media screen and (max-width: 896px) {
    .page-thanks__txt em {
      font-size: 5vw; } }
.page-thanks__authorize {
  text-align: center;
  transition: opacity 1s 1s; }
  .page-thanks__authorize.is-active {
    opacity: 1;
    display: block; }

.page-thanks__auth {
  text-align: center;
  display: none;
  opacity: 0;
  transition: opacity 1s; }
  .page-thanks__auth.is-active {
    opacity: 1;
    display: block; }

.page-thanks__input {
  margin: 0 auto;
  width: 50%;
  display: flex; }
  .authorize_code .page-thanks__input {
    margin: 3em auto; }
    @media screen and (max-width: 896px) {
      .authorize_code .page-thanks__input {
        margin: 3em auto; } }
  @media screen and (max-width: 896px) {
    .page-thanks__input {
      width: 100%;
      flex-flow: column; } }
.page-thanks__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 478px;
  height: 54px;
  margin: 0 0 0 5%;
  overflow: hidden;
  color: #ffe102;
  font-weight: bold;
  font-size: 3.1rem;
  background-color: #4abfd7;
  border-radius: 9px;
  box-shadow: 0 6px #2697ae; }
  @media screen and (max-width: 896px) {
    .page-thanks__submit {
      margin: 2vw 0 0; } }
.page-thanks__price {
  font-size: 3rem;
  margin-bottom: 1em; }
  @media screen and (max-width: 896px) {
    .page-thanks__price {
      font-size: 4.733vw;
      margin-bottom: 1em; } }
  .page-thanks__price em {
    font-size: 150%;
    font-style: normal;
    font-weight: bold;
    color: #19616f; }

.page-thanks__method {
  background: #fff;
  box-shadow: 0 0 5px #eee;
  margin-bottom: 5em;
  padding: 50px; }
  @media screen and (max-width: 896px) {
    .page-thanks__method {
      padding: 5vw; } }
.page-thanks__method-header {
  background-color: #4abfd7;
  color: #fff;
  padding: 1em; }
  @media screen and (max-width: 896px) {
    .page-thanks__method-header {
      padding: 5vw; } }
.page-thanks__method-body {
  width: 45%;
  margin: 0 auto;
  text-align: left; }
  @media screen and (max-width: 896px) {
    .page-thanks__method-body {
      width: 90%; } }
.page-thanks__trend div {
  font-weight: bold;
  font-size: 32px; }
  @media screen and (max-width: 896px) {
    .page-thanks__trend div {
      font-size: 18px; } }
.page-thanks__click-here {
  margin-top: 16px;
  margin-bottom: 10px; }
  @media screen and (max-width: 896px) {
    .page-thanks__click-here img {
      width: 60px; } }
.page-thanks__youtube {
  max-width: 800px;
  margin: auto; }
  .page-thanks__youtube iframe {
    width: 100%;
    height: 375px; }
    @media screen and (max-width: 896px) {
      .page-thanks__youtube iframe {
        height: 170px; } }
.page-thanks__line {
  margin-top: 20px;
  color: #06c755;
  font-size: 24px;
  font-weight: bold; }
  @media screen and (max-width: 896px) {
    .page-thanks__line {
      font-size: 14px; } }
  .page-thanks__line__code {
    margin: 30px auto; }
  .page-thanks__line__feature {
    color: #000; }
    .page-thanks__line__feature__list {
      display: flex;
      justify-content: center;
      margin-bottom: 50px; }
      .page-thanks__line__feature__list ul {
        margin-top: 0; }
        @media screen and (max-width: 896px) {
          .page-thanks__line__feature__list ul {
            padding-left: 0; } }
  .page-thanks__line svg {
    filter: invert(50%) sepia(60%) saturate(10000%) hue-rotate(124deg); }

.page-nothanks__txt {
  text-align: center; }

.page-nothanks__info-row {
  max-width: 600px;
  width: 100%;
  min-height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc; }
  .page-nothanks__info-row:first-child {
    border-top: 1px solid #ccc; }

.page-nothanks__info-ttl {
  width: 12em;
  padding: 1em;
  border-right: 1px solid #ccc; }

.page-nothanks__info-val {
  margin: 0;
  padding: 1em;
  width: calc( 100% - 10em); }

/*--------------------------------------------------------------
# ミックスイン
--------------------------------------------------------------*/
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none; }

trix-toolbar * {
  box-sizing: border-box; }

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto; }

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px; }

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw; }

@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0; } }

trix-toolbar .trix-button-group-spacer {
  flex-grow: 1; }

@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none; } }

trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent; }

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc; }

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black; }

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer; }

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125); }

@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em; } }

trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px; }

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw); } }

trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%; } }

trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1; }

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125; }

trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%; }

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-dialogs {
  position: relative; }

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5; }

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px; }

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none; }

trix-toolbar .trix-dialog--link {
  max-width: 600px; }

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline; }

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1; }

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0; }

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none; }

trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none; }

trix-editor .attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight; }

trix-editor .attachment__caption-editor[data-trix-mutable]:focus::selection {
  background: highlight; }

trix-editor .attachment.attachment--file[data-trix-mutable] {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent; }

trix-editor .attachment[data-trix-mutable] img {
  box-shadow: 0 0 0 2px highlight; }

trix-editor .attachment {
  position: relative; }

trix-editor .attachment:hover {
  cursor: default; }

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text; }

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in; }

trix-editor .attachment__progress[value="100"] {
  opacity: 0; }

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center; }

trix-editor .trix-button-group {
  display: inline-flex; }

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent; }

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc; }

trix-editor .trix-button.trix-active {
  background: #cbeefa; }

trix-editor .trix-button:not(:disabled) {
  cursor: pointer; }

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25); }

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%; }

trix-editor .trix-button--remove:hover {
  border-color: #333; }

trix-editor .trix-button--remove:hover::before {
  opacity: 1; }

trix-editor .attachment__metadata-container {
  position: relative; }

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px; }

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap; }

.trix-content {
  line-height: 1.5; }

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2; }

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em; }

.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em; }

.trix-content li {
  margin-left: 1em; }

.trix-content [dir=rtl] li {
  margin-right: 1em; }

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto; }

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

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%; }

.trix-content .attachment a {
  color: inherit;
  text-decoration: none; }

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit; }

.trix-content .attachment__caption {
  text-align: center; }

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: ' \2022 '; }

.trix-content .attachment--preview {
  width: 100%;
  text-align: center; }

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2; }

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px; }

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative; }

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%; }

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%; }

trix-toolbar {
  position: sticky;
  top: 0;
  z-index: 999;
  background: white; }

.strong {
  font-weight: bold; }

.mt-50 {
  margin-top: 50px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.float-right {
  float: right; }

.text-right {
  text-align: right; }

.table-responsive {
  margin: 2em; }

.table-header th {
  color: #FFFFFF;
  background-color: #080337;
  padding: 0.8em; }

table td {
  padding: 1em 0.8em; }

.table-header th:first-child {
  width: 25%; }

.mb-50 {
  margin-bottom: 50px; }

#privacy h3 {
  margin-top: 24px;
  margin-bottom: 24px; }

.opacity-3 {
  opacity: 0.3; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.trix-content speekq {
  margin: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  padding: 20px 30px;
  width: 90%;
  margin-left: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.trix-content speekq::after {
  content: "";
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  max-width: 65px;
  min-width: 65px;
  min-height: 65px;
  max-height: 65px;
  background: url(/assets/questioner-f07134c65bfaeae72d96a5cb117b0997cebe9544805227c3b9acc35b2132f17d.png) 0 0 no-repeat;
  background-size: contain; }

.trix-content speeka {
  margin: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  padding: 20px 30px;
  width: 90%;
  margin-left: 20px;
  background-color: #dff0fb;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.trix-content speeka::before {
  content: "";
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  max-width: 65px;
  min-width: 65px;
  min-height: 65px;
  max-height: 65px;
  background: url(/assets/answer-f1b701e16ec8707e0fcecee67bd649f53d8910d8c14c2f5ff749e1f3577afd4b.png) 0 0 no-repeat;
  background-size: contain; }

#resend_sms {
  color: #4abfd7; }

#simulation_form .select2-selection {
  padding: 0 45px 0 10px;
  font-size: 2rem;
  border: none;
  min-height: 60px;
  background: #fff3f3; }

#simulation_form .select2-selection:focus {
  border: none; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.current_insurance_input {
  display: none; }

.select2-selection__choice__display {
  padding-left: 10px !important; }

.mt-10px {
  margin-top: 10px; }

.hide {
  display: none; }

.error {
  color: red; }

.simulation-form-username {
  display: flex; }

.simulation-form-username p {
  width: 70px; }

.simulation-form-username .first {
  margin-right: 15px; }

.simulation-form-username .first, .simulation-form-username .second {
  flex: 1; }

.mt-1 {
  margin-top: 1em; }

.text-white {
  color: white; }

.font-bold {
  font-weight: 900; }

.bg-light-blue {
  background-color: #f0f3fe; }

.pt-50px {
  padding-top: 50px; }

.client_page .fs-45 {
  font-size: 45px; }

.client_page .fs-30 {
  font-size: 30px; }

.client_page .fs-6 {
  font-size: 6px; }

.client_page .banner {
  background-image: linear-gradient(to right, #18299d, #3da2ff 50%, #18299d); }
  .client_page .banner .img_1 {
    width: 280px;
    left: 420px;
    top: -1px; }

.client_page .text-soft-gold {
  color: #e5c671; }

.client_page .w-100px {
  width: 100px; }

.client_page .p-20px {
  padding: 40px 0; }

.client_page .p-35 {
  padding: 35px; }

.client_page .space-y-9 > * {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)); }

.client_page .border-radius-bottom-20 {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; }

.client_page .header-form {
  text-align: center;
  background: #0453f1;
  color: white;
  padding: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }

.client_page .gap-10px {
  gap: 10px; }

.client_page .w-370px {
  width: 370px; }

.client_page .top--48px {
  top: -48px; }

.client_page .right--50px {
  right: -50px; }

.client_page .link_policy {
  color: #334bb3;
  text-decoration: underline !important; }

.client_page #register_company_form input[type="text"], .client_page #register_company_form input[type="email"], .client_page #register_company_form input[type="tel"] {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 40px;
  background: white;
  font-size: 14px; }

.client_page #register_company_form input[type="checkbox"] {
  height: 18px;
  width: 18px; }

.client_page #register_company_form label {
  font-size: 12px; }

.client_page .submit-form {
  width: 100% !important;
  background: #18299d !important;
  color: white !important;
  padding: 10px !important;
  border-radius: 100px !important;
  border: none; }
  .client_page .submit-form:disabled {
    background: rgba(24, 41, 157, 0.5) !important; }

.client_page .box-shadow {
  box-shadow: 0 0 15px #888888; }

.client_page .text-golden-brown {
  color: #bd8d37; }

.client_page .text-bright-red {
  color: #ff0302; }

.client_page .problem-card {
  width: 100%;
  background: #f0f3fe;
  padding: 20px;
  border-radius: 10px; }
  .client_page .problem-card .title {
    font-size: 30px;
    color: #004aad;
    text-align: center;
    font-weight: 900; }
  .client_page .problem-card .description {
    font-weight: 900; }

.client_page .fs-25 {
  font-size: 25px; }

.client_page .fs-20 {
  font-size: 20px; }

.client_page .text-royal-blue {
  color: #5271ff; }

.client_page .py-6 {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.client_page .w-33 {
  width: 33%; }

.client_page .fs-50 {
  font-size: 50px; }

.client_page .fs-90 {
  font-size: 90px; }

.client_page .fs-34 {
  font-size: 34px; }

.client_page .fs-38 {
  font-size: 38px; }

.client_page .fs-35 {
  font-size: 35px; }

.client_page .w-50px {
  width: 50px; }

.client_page .right--40px {
  right: -40px; }

.client_page .top-128px {
  top: 128px; }

.client_page .section-2 .number {
  font-size: 50px;
  color: #334bb3;
  width: 122px;
  display: inline-block;
  text-shadow: 3px 1px #909298; }

.client_page .section-2 .unit {
  font-size: 25px; }

.client_page .section-2:not(:first-child) {
  border-left: 2px solid #000000; }

.client_page .fs-12 {
  font-size: 12px; }

.client_page .fs-13 {
  font-size: 13px; }

.client_page .fs-25px {
  font-size: 25px; }

.client_page .section-3 .header-card .number {
  font-size: 30px;
  color: #334bb3;
  font-weight: 900; }

.client_page .section-3 .header-card .title-1 {
  font-size: 16px;
  color: #334bb3;
  font-weight: 900; }

.client_page .section-3 .header-card .title-2 {
  font-size: 28px;
  font-weight: 900; }

.client_page .section-3 .body-card .title {
  font-size: 20px;
  font-weight: 900; }

.client_page .section-3 .body-card .description {
  font-size: 14.5px;
  font-weight: 900; }

.client_page .text-orange-bright {
  color: #ff6e14; }

.client_page .fs-18 {
  font-size: 18px; }

.client_page .w-130px {
  width: 130px; }

.client_page .h-100px {
  height: 100px; }

.client_page .h-50px {
  height: 50px; }

.client_page .w-300px {
  width: 300px; }

.client_page .pl-55px {
  padding-left: 55px; }

.client_page .pr-55px {
  padding-right: 55px; }

.client_page .blue-cobalt {
  color: #1672b2; }

.client_page .blue-deep {
  color: #004AAD; }

.client_page .w-185px {
  width: 185px; }

.client_page .blue-ocean {
  color: #004a98; }

.client_page .w-211px {
  width: 211px; }

.client_page .w-235px {
  width: 235px; }

.client_page .button-register {
  width: 300px;
  padding: 10px;
  background-image: linear-gradient(to left, #18299d, #3da2ff 50%);
  color: white;
  font-size: 30px;
  font-weight: 900;
  border-radius: 40px; }

.client_page .w-95px {
  width: 95px; }

.client_page .section-4 .image {
  display: flex;
  justify-content: center; }

.client_page .section-4 .card {
  border-radius: 15px; }

.client_page .w-250px {
  width: 250px; }

.client_page .w-225px {
  width: 225px; }

.client_page .w-130px {
  width: 130px; }

.client_page .w-110px {
  width: 110px; }

.client_page .fs-27 {
  font-size: 27px; }

.client_page .w-480px {
  width: 480px; }

.client_page .opacity-10 {
  opacity: 0.1; }

.client_page .top-128px {
  top: 128px; }

.client_page .right-0 {
  right: 0; }

.client_page .top--136px {
  top: -136px; }

.client_page .left--87px {
  left: -87px; }

.client_page .top-1046px {
  top: 1046px; }

.client_page .bottom--116px {
  bottom: -116px; }

.client_page .left--14px {
  left: -14px; }

.client_page .w-90px {
  width: 90px; }

.client_page .fs-5 {
  font-size: 5px !important; }

.client_page .top-129 {
  top: 129px; }

.client_page .bottom-0 {
  bottom: 0; }

.client_page .right-14 {
  right: 14px; }

.client_page .w-185px {
  width: 185px; }

.client_page .order-1 {
  order: 1 !important; }

.client_page .order-2 {
  order: 2 !important; }

.client_page .w-370px {
  width: 370px; }

.client_page .top-100px {
  top: 100px; }

.client_page .top--84px {
  top: -84px; }

.client_page .right--25px {
  right: -25px; }

.client_page .top--23px {
  top: -23px; }

.client_page .border-black {
  border-color: black !important; }

.client_page .mt-6 {
  margin-top: 8rem; }

.client_page .w-758px {
  width: 758px; }

.client_page .top-51 {
  top: 51%; }

.client_page .text-red {
  color: #ff0000 !important; }

.client_page .w-40px {
  width: 40px; }

@media (max-width: 768px) {
  .client_page .banner .img_1 {
    left: 440px; } }

@media (max-width: 576px) {
  .client_page .fs-24 {
    font-size: 24px !important; }
  .client_page .w-150px {
    width: 150px; }
  .client_page .pl-0 {
    padding-left: 0 !important; }
  .client_page .fs-25 {
    font-size: 25px !important; }
  .client_page .fs-sm-16 {
    font-size: 16px !important; }
  .client_page .fs-sm-19 {
    font-size: 19px !important; }
  .client_page .fs-sm-26 {
    font-size: 26px !important; }
  .client_page .fs-sm-25 {
    font-size: 25px !important; }
  .client_page .fs-sm-23 {
    font-size: 23px !important; }
  .client_page .fs-sm-22 {
    font-size: 22px !important; }
  .client_page .section-2:not(:first-child) {
    border-left: none; }
  .client_page .fs-sm-24 {
    font-size: 24px !important; }
  .client_page .order-sm-1 {
    order: 1 !important; }
  .client_page .order-sm-2 {
    order: 2 !important; }
  .client_page .pl-55px {
    padding-left: 0 !important; }
  .client_page .pr-55px {
    padding-right: 0 !important; }
  .client_page .fs-sm-13 {
    font-size: 13px !important; }
  .client_page .fs-sm-32 {
    font-size: 32px !important; }
  .client_page .fs-sm-27 {
    font-size: 27px !important; }
  .client_page .fs-sm-11 {
    font-size: 11px !important; }
  .client_page .fs-sm-10 {
    font-size: 10px !important; }
  .client_page .fs-sm-12 {
    font-size: 12px !important; }
  .client_page .fs-sm-19 {
    font-size: 19px !important; }
  .client_page .fs-sm-8 {
    font-size: 8px !important; }
  .client_page .w-sm-170px {
    width: 170px; }
  .client_page .fs-sm-30 {
    font-size: 30px; }
  .client_page .fs-sm-16 {
    font-size: 16px; }
  .client_page .fs-sm-35 {
    font-size: 35px !important; }
  .client_page .right-sm--18px {
    right: -18px; }
  .client_page .top-sm--160px {
    top: 160px; }
  .client_page .fs-sm-15 {
    font-size: 15px !important; }
  .client_page .fs-sm-18 {
    font-size: 18px !important; }
  .client_page .section-3 .header-card .number {
    font-size: 25px; }
  .client_page .section-3 .body-card .description {
    font-size: 12px; }
  .client_page .button-register {
    font-size: 25px; }
  .client_page .py-6 {
    padding-top: 5rem;
    padding-bottom: 6rem; }
  .client_page .mt-6 {
    margin-top: 5rem; }
  .client_page .h-sm-30px {
    height: 30px; }
  .client_page .h-sm-78px {
    height: 78px; }
  .client_page .w-sm-40px {
    width: 40px !important; }
  .client_page .w-sm-230px {
    width: 230px !important; } }
