@charset "UTF-8";
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(https://);
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
@import url("https://");
@import url("https://");
@import url("https://");
@import url("https://");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,600;1,400&family=Montserrat:wght@200;300;400&family=Poppins&display=swap");
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
@font-face {
  font-family: 'DIN Alternate Bold';
  font-style: normal;
  font-weight: normal;
  src: url("/diversity/jst/assets/font/DINAlternate-Bold.woff") format("woff"); }
* {
  box-sizing: border-box; }

li {
  list-style: none; }

html {
  width: 100%;
  overflow-x: hidden; }
  @media print, screen and (min-width: 480px) {
    html {
      font-size: 62.5%; } }
  @media screen and (max-width: 479px) {
    html {
      font-size: calc(100vw / 40); } }

body {
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  /*font-family: source-han-sans-japanese,sans-serif;*/
  font-weight: 200;
  font-style: normal;
  line-height: 1.7;
  color: #4A4A4A; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 12px;
      font-size: 1.2rem; } }

.bold {
  /*font-family: source-han-sans-japanese,sans-serif;*/
  font-weight: bold;
  line-height: 1.7; }

.body {
  position: relative; }

strong {
  font-weight: bold !important; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }
  img:hover {
    opacity: 1; }

a {
  color: #44C6AB;
  text-decoration: none; }
  a:visited {
    color: #38b89e; }
  a:hover, a:active, a:focus {
    color: #58ccb4;
    text-decoration: none; }
  a.arrow::before {
    color: #44C6AB;
    font-family: ionicons;
    content: "?";
    margin-right: 5px;
    font-size: 15px;
    font-size: 1.5rem;
    position: relative;
    top: -1px;
    line-height: 1; }

@media print, screen and (min-width: 480px) {
  a[href^="tel:"] {
    pointer-events: none;
    display: inline-block; } }

@media screen and (max-width: 767px) {
  .pc-show {
    display: none; } }

@media print, screen and (min-width: 768px) {
  .sp-show {
    display: none; } }

.container {
  margin: 0 auto;
  max-width: 1170px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left)); }
  .container .container {
    padding: 0; }
  @media screen and (max-width: 1170px) {
    .container {
      max-width: 100% !important; } }

.narrow-container {
  margin: 0 auto;
  max-width: 960px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left)); }

@media screen and (max-width: 767px) {
  .container {
    padding-right: 5px;
    padding-left: 5px; } }
@media screen and (max-width: 767px) {
  .row {
    margin-right: -5px;
    margin-left: -5px; } }

@media screen and (max-width: 767px) {
  .col-6 {
    padding-right: 5px;
    padding-left: 5px; } }

.margin--0 {
  margin: 0 !important; }

.margin--2x {
  margin-top: 2em !important; }

.margin--3x {
  margin-top: 3em !important; }

.margin--4x {
  margin-top: 4em !important; }

.margin--sec {
  margin-top: 6em !important; }

@media print, screen and (min-width: 1023px) {
  a[href^="tel:"] {
    pointer-events: none; } }
.head-wrapper {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  transition: 0.5s all;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  /*&.is-animation{
  	background: rgba(0,0,0,1);
  	transition: 0.5s all;
  }
  
  @include mq( $tb , $pc )  {
  	height: 14vw;
  }
  @include mq( $pc , $pc-l )  {
  	height: 12vw;
  }*/ }
  @media screen and (max-width: 767px) {
    .head-wrapper {
      background: #fff;
      height: 70px;
      position: fixed; } }
  .head-wrapper .head-inner {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100px; }
    @media screen and (max-width: 767px) {
      .head-wrapper .head-inner {
        height: 70px; } }
  @media print, screen and (min-width: 768px) {
    .head-wrapper .container-fluid {
      padding-left: 5.9vw;
      padding-right: 5.9vw; } }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .head-wrapper .container-fluid {
      padding-left: 2vw;
      padding-right: 1vw; } }

/*
.gnavi{
	@include mq( $tb , min )  {
		@include flex;
		justify-content: flex-end;
	}
	li{
		@include font-deco01;
		color: #333;
		@include font-size(16);
		letter-spacing: 0.1em;
		font-weight: bold;
		
		@include mq( $tb , $pc )  {
			@include font-size(13);
		}
		
		a{
			@include link-text(#333,0,none);
		}
	}
}
*/
.header {
  /*position: relative;*/
  width: 100%; }
  .header .header-logo {
    width: 40%;
    		/*@include mq( $tb , max ) {
    			left: 0;
    			top: 0;
    			.logo{
    				a{
    					@include link-text(#4A4A4A ,0,none);
    				}
    				
    				h1{
    					margin: 10px 0;
    				}
    				.icon{
    					width: 50px;
    					display: block;
    					img{
    						vertical-align: top;
    					}
    				}
    				span{
    					display: block;
    					line-height: 1.2;
    					&.text1{
    						@include font-size(16);
    					}
    					&.text2{
    						@include font-size(23);
    					}
    				}
    			}
    		}
    		@include mq( $tb , min ) {
    			top: 10px;
    			left:0;
    
    			.logo{
    				a{
    					@include link-text(#3c4043 ,0,none);
    					@include flex;
    					@include align-items(center);
    				}
    				
    				h1{
    					margin: 10px 0;
    				}
    				.icon{
    					width: 50px;
    					display: block;
    					img{
    						vertical-align: top;
    					}
    				}
    				.text{
    					color: #333;
    					@include font-size(16);
    					display: block;
    					line-height: 1.5;
    					padding-left: 1em;
    				}
    			}
    		}
    		@include mq( $tb , $pc-l ) {
    			width: 30vw;
    			height: 7vw;
    			
    			.logo{
    				width: 23.5vw;
    				
    				h1{
    					margin: 0;
    					padding: 5px 0;
    				}
    			}
    		}*/ }
    @media screen and (max-width: 767px) {
      .header .header-logo {
        width: 100%; } }
    .header .header-logo .logo a {
      color: #4A4A4A;
      text-decoration: none; }
      .header .header-logo .logo a:visited {
        color: #4a4a4a; }
      .header .header-logo .logo a:hover, .header .header-logo .logo a:active, .header .header-logo .logo a:focus {
        color: #4a4a4a;
        text-decoration: none; }
    .header .header-logo .logo span {
      display: block;
      line-height: 1.5; }
      .header .header-logo .logo span.text1 {
        font-size: 16px;
        font-size: 1.6rem; }
        @media screen and (max-width: 767px) {
          .header .header-logo .logo span.text1 {
            font-size: 12px;
            font-size: 1.2rem; } }
      .header .header-logo .logo span.text2 {
        font-size: 23px;
        font-size: 2.3rem; }
        @media screen and (max-width: 767px) {
          .header .header-logo .logo span.text2 {
            font-size: 17px;
            font-size: 1.7rem; } }
    .header .header-logo h1 {
      margin: 0;
      line-height: 1; }
    .header .header-logo ul, .header .header-logo p {
      margin: 0; }
  .header .header-nav {
    width: 60%; }
    .header .header-nav #menu .utility {
      position: absolute;
      top: 0;
      right: 0; }
      @media screen and (max-width: 767px) {
        .header .header-nav #menu .utility {
          position: static; } }
      @media screen and (min-width: 768px) and (max-width: 1200px) {
        .header .header-nav #menu .utility {
          top: 0;
          width: 80%; } }
    .header .header-nav .nav-menu {
      width: 100%;
      padding: 0;
      /*@include mq( $tb , max ) {
      	@include flex;
      	-webkit-flex-direction:column-reverse;
      	flex-direction:column-reverse;
      }*/ }
      @media print, screen and (min-width: 768px) {
        .header .header-nav .nav-menu {
          -js-display: flex;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: flex-end;
          justify-content: flex-end; } }
    .header .header-nav .gnavi {
      margin: 0;
      padding: 0;
      /*@media (min-width: 1200px) and (max-width: 1469px){
      	top: 4em;
      }
      @include mq( $tb , $pc-l )  {
      	top: 5em;
      	@include justify-content(center);
      	li{
      		a{
      			padding: 1vw;
      		}
      	}
      }
      @include mq( $pc-l , min ) {
      	@include flex-wrap(wrap);
      	width: 80%;
      }*/ }
      .header .header-nav .gnavi li.btn {
        margin: 0 !important; }
        @media print, screen and (min-width: 768px) {
          .header .header-nav .gnavi li.btn {
            margin: 0 0 0 1.5em !important; } }
        .header .header-nav .gnavi li.btn a {
          padding: 1em 2em;
          background: #44C6AB;
          color: #fff !important;
          display: block;
          border-radius: 2em;
          border: 1px solid #44C6AB; }
          .header .header-nav .gnavi li.btn a:before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 13px;
            background: url("/diversity/jst/assets/img/icon_mail.png") no-repeat center center;
            background-size: contain;
            margin-right: 5px; }
          .header .header-nav .gnavi li.btn a:hover {
            background: #fff;
            color: #44C6AB !important; }
            .header .header-nav .gnavi li.btn a:hover:before {
              background: url("/diversity/jst/assets/img/icon_mail_green.png") no-repeat center center;
              background-size: contain; }
      .header .header-nav .gnavi li.insta a:before {
        font-family: FontAwesome;
        content: "?"; }
      @media screen and (max-width: 767px) {
        .header .header-nav .gnavi {
          -js-display: flex;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-bottom: 2em; }
          .header .header-nav .gnavi li {
            width: 100%; }
            .header .header-nav .gnavi li.btn {
              text-align: center; }
              .header .header-nav .gnavi li.btn a {
                width: 50%;
                margin: 1em auto 0; } }
      @media print, screen and (min-width: 768px) {
        .header .header-nav .gnavi {
          -webkit-justify-content: flex-end;
          justify-content: flex-end;
          -webkit-align-items: end;
          align-items: end;
          -js-display: flex;
          display: -webkit-flex;
          display: flex; }
          .header .header-nav .gnavi li {
            margin: 0;
            font-size: 18px;
            font-size: 1.8rem;
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-style: normal; } }
    @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
      .header .header-nav .gnavi li {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media print and (min-width: 768px) and (max-width: 1469px), screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1469px) {
      .header .header-nav .gnavi li {
        font-size: 1.7vw; } }
      @media print, screen and (min-width: 768px) {
            .header .header-nav .gnavi li a {
              padding: 1em 1.2em;
              color: #44C6AB;
              text-decoration: none;
              position: relative;
              line-height: 1;
              transition: 0.3s all;
              						/*&:before {
              							content: '';
              							display: block;
              							position: absolute;
              							bottom: -1.3em;
              							left: 0;
              							background: $main-color;
              							width: 0%;
              							height: 4px;
              							transition: 0.3s all;
              							z-index: -1;
              						}
              						&:hover {
              
              							&:before {
              								width: 100%;
              								transition: 0.3s all;
              							}
              						}*/ }
              .header .header-nav .gnavi li a:visited {
                color: #44c6ab; }
              .header .header-nav .gnavi li a:hover, .header .header-nav .gnavi li a:active, .header .header-nav .gnavi li a:focus {
                color: #44c6ab;
                text-decoration: none; }
              .header .header-nav .gnavi li a:hover {
                color: #94E5D3; }
            .header .header-nav .gnavi li.stay {
              color: #94E5D3;
              /*a{
              	&:before {
              		content: '';
              		display: block;
              		position: absolute;
              		bottom: -1em;
              		left: 0;
              		background: $main-color;
              		width: 100%;
              		height: 4px;
              		z-index: -1;
              	}
              }*/ } }

/* -- ul#menu -------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #menu {
    list-style-type: none;
    width: calc(100% + 30px);
    height: 100vh;
    background: #fff;
    /*opacity: 0.9;*/
    position: absolute;
    left: -15px;
    top: 0;
    z-index: 990;
    display: none;
    padding: 15vw 1em 7em; } }
#menu li {
  text-align: center; }
  #menu li a {
    text-decoration: none;
    display: block;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      #menu li a {
        padding: 1em; } }

/* -- #sp-icon -------------------------------------------------------------------------------- */
#sp-icon {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
  display: none;
  background: #fff; }
  @media screen and (max-width: 767px) {
    #sp-icon {
      display: block; } }

#sp-icon:hover {
  cursor: pointer;
  opacity: 0.7; }

#sp-icon span,
#sp-icon span:before,
#sp-icon span:after {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #1e1e1e;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.3s; }

#sp-icon span {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

#sp-icon span:before {
  content: "";
  transform: translateY(-10px) rotate(0deg); }

#sp-icon span:after {
  content: "";
  transform: translateY(10px) rotate(0deg); }

.sp-open span {
  background: transparent !important; }

.sp-open span:before {
  transform: rotate(45deg) !important; }

.sp-open span:after {
  transform: rotate(-45deg) !important; }

.footer {
  width: 100%;
  background: #fff;
  color: #717171;
  color: #717171;
  text-decoration: none;
  text-align: center;
  padding: 0; }
  .footer:visited {
    color: #717171; }
  .footer:hover, .footer:active, .footer:focus {
    color: #717171;
    text-decoration: none; }
  @media print, screen and (min-width: 768px) {
    .footer .container-fluid {
      padding-left: 5.9vw;
      padding-right: 5.9vw; } }
  .footer .footer-wrap {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .footer .footer-wrap .footer-info {
      width: 50%;
      text-align: left; }
      @media screen and (max-width: 1022px) {
        .footer .footer-wrap .footer-info {
          width: 100%;
          padding-bottom: 2em; } }
      .footer .footer-wrap .footer-info .logo a {
        color: #3c4043;
        text-decoration: none; }
        .footer .footer-wrap .footer-info .logo a:visited {
          color: #3c4043; }
        .footer .footer-wrap .footer-info .logo a:hover, .footer .footer-wrap .footer-info .logo a:active, .footer .footer-wrap .footer-info .logo a:focus {
          color: #3c4043;
          text-decoration: none; }
      .footer .footer-wrap .footer-info .logo h1 {
        margin: 10px 0; }
      .footer .footer-wrap .footer-info .logo .text {
        color: #333;
        font-size: 20px;
        font-size: 2rem;
        display: block;
        line-height: 1.5;
        font-weight: normal; }
      @media screen and (max-width: 767px) {
        .footer .footer-wrap .footer-info .logo {
          text-align: center; } }
      .footer .footer-wrap .footer-info .address {
        font-size: 14px;
        font-size: 1.4rem; }
        @media screen and (max-width: 767px) {
          .footer .footer-wrap .footer-info .address {
            text-align: center; } }
    .footer .footer-wrap .footer-navi {
      width: 50%;
      text-align: left; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .footer .footer-wrap .footer-navi {
          width: 80%; } }
      @media screen and (max-width: 767px) {
        .footer .footer-wrap .footer-navi {
          width: 100%; } }
  .footer .footer-under {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 2em 0; }
    @media print, screen and (min-width: 768px) {
      .footer .footer-under {
        margin-top: 5vw; } }
    .footer .footer-under .policy {
      font-size: 13px;
      font-size: 1.3rem; }
  .footer .gnavi {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .footer .gnavi {
        -webkit-justify-content: center;
        justify-content: center; } }
    .footer .gnavi li {
      padding: 0.5em 1.5em;
      font-size: 15px;
      font-size: 1.5rem; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .footer .gnavi li {
          padding: 0 1em; } }
      @media screen and (max-width: 767px) {
        .footer .gnavi li {
          text-align: center;
          width: 50%;
          padding: 0.5em 0; } }

.copyright {
  text-align: center;
  color: #44C6AB;
  font-size: 12px;
  font-size: 1.2rem; }

@media print, screen and (min-width: 1023px) {
  .body-wrap {
    margin-left: 180px;
    /*overflow-x: hidden;*/ } }

main, article {
  display: block;
  margin-bottom: 60px; }

.container::after {
  content: "";
  display: block;
  clear: both; }
@media print, screen and (min-width: 1023px) {
  .container {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto; } }
@media screen and (max-width: 767px) {
  .container {
    padding-left: 7vw;
    padding-right: 7vw; } }

@media print, screen and (min-width: 1023px) {
  .wide-container {
    max-width: 1260px;
    margin-right: auto;
    margin-left: auto; } }
@media screen and (max-width: 1022px) {
  .wide-container {
    padding-left: 10px;
    padding-right: 10px; } }

.container-breaking-out {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw); }

.section-01 {
  padding: 4em 0; }

li.search {
  position: relative;
  top: -3px; }

.gsc-search-box table {
  margin: 0 !important; }
  .gsc-search-box table .gsc-input {
    padding-right: 0 !important; }
  .gsc-search-box table .gsib_a {
    padding: 0 10px !important; }
  .gsc-search-box table .gsc-search-button-v2 {
    border: 2.5px solid #44C6AB;
    display: block;
    margin-left: -2px !important;
    border-radius: 0 3px 3px 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6.5px; }
    @media screen and (max-width: 767px) {
      .gsc-search-box table .gsc-search-button-v2 {
        border: 3px solid #44C6AB; } }

.deco-box {
  background: #f5fbfb;
  padding: 4em 3em;
  border-radius: 1em; }
  .deco-box .use-box {
    margin-top: 2em; }
  @media print, screen and (min-width: 768px) {
    .deco-box.w50 {
      width: 50%;
      margin: 0 auto; } }

.use-box {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #44C6AB; }
  .use-box .use-wrap .use-title h4 {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    color: #44C6AB;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .use-box .use-wrap .use-title h4 br {
        display: none; } }
  @media screen and (max-width: 767px) {
    .use-box .use-wrap {
      padding: 2em; } }
  @media print, screen and (min-width: 768px) {
    .use-box .use-wrap {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .use-box .use-wrap .use-title {
        width: 27%;
        background: #44C6AB;
        -js-display: flex;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 1em; }
        .use-box .use-wrap .use-title h4 {
          color: #fff;
          text-align: left; }
      .use-box .use-wrap .use-summary {
        width: 73%;
        padding: 2em 3em; }
        .use-box .use-wrap .use-summary dl {
          margin: 0; } }

.sec-topics .topics-wrap .topics-item {
  padding: 2em; }
  .sec-topics .topics-wrap .topics-item a {
    color: #4A4A4A;
    text-decoration: none; }
    .sec-topics .topics-wrap .topics-item a:visited {
      color: #4a4a4a; }
    .sec-topics .topics-wrap .topics-item a:hover, .sec-topics .topics-wrap .topics-item a:active, .sec-topics .topics-wrap .topics-item a:focus {
      color: #4a4a4a;
      text-decoration: none; }
  .sec-topics .topics-wrap .topics-item .thumb img {
    border-radius: 5px; }
  .sec-topics .topics-wrap .topics-item .date {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #44C6AB; }
  .sec-topics .topics-wrap .topics-item .description {
    margin-top: 0.5em; }
@media print, screen and (min-width: 768px) {
  .sec-topics .topics-wrap {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .sec-topics .topics-wrap .topics-item {
      width: calc(100% / 3);
      padding: 1em 1.3em; } }

.sec-news .category-box .category-btn {
  color: #44C6AB;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid #CDFAF0;
  padding-bottom: 1em;
  cursor: pointer;
  position: relative; }
  @media screen and (max-width: 767px) {
    .sec-news .category-box .category-btn {
      font-size: 15px;
      font-size: 1.5rem; } }
  .sec-news .category-box .category-btn:after {
    content: "-";
    font-size: 30px;
    font-size: 3rem;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-65%); }
  .sec-news .category-box .category-btn.active:after {
    content: "+"; }
.sec-news .category-box .tab_box {
  display: none; }
.sec-news .tab_box .btn_area {
  margin: 0; }
  @media screen and (max-width: 767px) {
    .sec-news .tab_box .btn_area {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
.sec-news .tab_box .tab_btn {
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  position: relative;
  margin: 2em 0 0;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-size: 1.5rem; }
  @media screen and (max-width: 767px) {
    .sec-news .tab_box .tab_btn {
      font-size: 13px;
      font-size: 1.3rem;
      width: 25%;
      text-align: center; } }
  .sec-news .tab_box .tab_btn.active {
    padding-left: 23px; }
    .sec-news .tab_box .tab_btn.active:before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background: url("/diversity/jst/assets/img/icon_kirari.png") no-repeat center center;
      background-size: contain;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }
.sec-news .news-wrap {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em; }
  .sec-news .news-wrap .news-item {
    width: calc(100% / 3);
    padding: 1em; }
    .sec-news .news-wrap .news-item a {
      color: #4A4A4A;
      text-decoration: none; }
      .sec-news .news-wrap .news-item a:visited {
        color: #4a4a4a; }
      .sec-news .news-wrap .news-item a:hover, .sec-news .news-wrap .news-item a:active, .sec-news .news-wrap .news-item a:focus {
        color: #4a4a4a;
        text-decoration: none; }
    .sec-news .news-wrap .news-item .thumb img {
      border-radius: 5px; }
    .sec-news .news-wrap .news-item .info {
      margin-top: 1em; }
      .sec-news .news-wrap .news-item .info .date {
        display: inline;
        font-family: 'Josefin Sans',sans-serif;
        font-weight: 600;
        font-style: normal;
        padding-right: 1em;
        color: #44C6AB; }
      .sec-news .news-wrap .news-item .info .cat {
        display: inline;
        padding: 0 1em;
        border: 1px solid #CDFAF0;
        background: #fff;
        border-radius: 1em; }
  @media screen and (max-width: 767px) {
    .sec-news .news-wrap {
      -webkit-justify-content: center;
      justify-content: center;
      margin-top: 2em; }
      .sec-news .news-wrap .news-item {
        width: 80%; } }
.sec-news .item-wrap {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: -25px;
  margin-right: -25px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .sec-news .item-wrap {
      margin-left: -1vw;
      margin-right: -1vw; } }
  @media screen and (max-width: 767px) {
    .sec-news .item-wrap {
      margin-left: -2vw;
      margin-right: -2vw; } }
  .sec-news .item-wrap .item {
    padding: 25px; }
    @media print, screen and (min-width: 1023px) {
      .sec-news .item-wrap .item {
        width: calc(100% / 5); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .sec-news .item-wrap .item {
        width: 25%;
        padding: 1vw; } }
    @media screen and (max-width: 767px) {
      .sec-news .item-wrap .item {
        width: 33%;
        padding: 2vw; } }
.sec-news .entry {
  padding: 2em 0; }
  .sec-news .entry .title-wrap {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 3em; }
    .sec-news .entry .title-wrap .title {
      width: 100%; }
    .sec-news .entry .title-wrap .cat {
      font-size: 13px;
      font-size: 1.3rem;
      color: #fff;
      padding: 5px 10px;
      background: #5973F0;
      margin: 0 1em; }
  .sec-news .entry .date {
    text-align: right;
    margin: 0; }

@media print, screen and (min-width: 768px) {
  .lower .sec-news .news-container {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .lower .sec-news .news-container .news-title {
      width: 30%;
      padding-right: 2em; }
    .lower .sec-news .news-container .news-summary {
      width: 70%; } }

.flex-sec {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .flex-sec .flex-100 {
      width: 100%; }
    .flex-sec .flex-50 {
      width: 50%; } }
  @media print, screen and (min-width: 768px) {
    .flex-sec .flex-sm100 {
      width: 100%; }
    .flex-sec .flex-sm90 {
      width: 90%; }
    .flex-sec .flex-sm80 {
      width: 80%; }
    .flex-sec .flex-sm70 {
      width: 70%; }
    .flex-sec .flex-sm60 {
      width: 60%; }
    .flex-sec .flex-sm50 {
      width: 50%; }
    .flex-sec .flex-sm40 {
      width: 40%; }
    .flex-sec .flex-sm30 {
      width: 30%; }
    .flex-sec .flex-sm20 {
      width: 20%; }
    .flex-sec .flex-sm10 {
      width: 10%; } }

@media print, screen and (min-width: 768px) {
  .hide-pc {
    display: none; } }

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none; } }

p, ul, ol, dl, h2, h3, h4, h5, table {
  margin-top: 1em;
  margin-bottom: 0; }
  @media screen and (max-width: 479px) {
    p, ul, ol, dl, h2, h3, h4, h5, table {
      margin-top: 0.5em; } }

dd {
  margin-left: 0; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.img-r {
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .img-r {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 768px) {
    .img-r {
      float: right;
      margin-left: 30px;
      margin-bottom: 30px; } }

.img-l {
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .img-l {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 768px) {
    .img-l {
      float: left;
      margin-right: 30px;
      margin-bottom: 30px; } }

.anchor {
  padding-left: -0.5em; }
  .anchor::before {
    color: #44C6AB;
    font-family: ionicons;
    content: "?";
    margin-right: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    line-height: 1; }
  .anchor.white:before {
    color: #fff; }

@media print, screen and (min-width: 768px) {
  .w20 {
    width: 20%; } }

@media print, screen and (min-width: 768px) {
  .w80 {
    width: 80%;
    margin: 0 auto; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .w50 {
    width: 80%;
    margin: 0 auto; } }
@media print, screen and (min-width: 1023px) {
  .w50 {
    width: 50%;
    margin: 0 auto; } }

.large {
  font-size: 110%; }

.x-large {
  font-size: 140%; }
  @media screen and (max-width: 767px) {
    .x-large {
      font-size: 120%; } }

.xx-large {
  font-size: 170%; }
  @media screen and (max-width: 767px) {
    .xx-large {
      font-size: 130%; } }

.small {
  font-size: 84%; }

.x-small {
  font-size: 70%; }

em {
  font-weight: bold;
  font-style: normal; }

.attention {
  color: #cf000f; }

.memo {
  color: #888;
  font-size: 80%; }

.tel {
  text-align: center; }
  .tel a {
    color: #000;
    text-decoration: none; }
    .tel a:visited {
      color: black; }
    .tel a:hover, .tel a:active, .tel a:focus {
      color: black;
      text-decoration: none; }
  .tel span {
    display: inline-block; }
  .tel .label {
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.2em; }
  .tel .no {
    font-family: 'EB Garamond', serif;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.2em; }
  .tel .memo {
    color: #000; }
    @media print, screen and (min-width: 768px) {
      .tel .memo {
        margin-left: 20px; } }
    @media screen and (max-width: 767px) {
      .tel .memo {
        display: block; } }
  .tel .note {
    color: #999;
    font-size: 15px;
    font-size: 1.5rem;
    display: block; }

.margin__0 {
  margin-top: 0; }
.margin__15x {
  margin-top: 1.5em; }
.margin__2x {
  margin-top: 2em; }
.margin__4x {
  margin-top: 4em; }
.margin__6x {
  margin-top: 6em; }

.fileicon {
  padding-left: 10px;
  padding-right: 10px; }

.fileicon:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 3px; }

.fileicon--docx:before {
  content: "\f1c2"; }

.fileicon--xlsx:before {
  content: "\f1c3"; }

.fileicon--pptx:before {
  content: "\f1c4"; }

.fileicon--pdf:before {
  content: "\f1c1"; }

.fileicon--zip:before {
  content: "\f1c6"; }

.googlemap {
  position: relative;
  padding-bottom: 30%;
  padding-top: 30px;
  height: 0;
  margin-top: 1em;
  overflow: hidden; }
  .googlemap iframe, .googlemap object, .googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 767px) {
    .googlemap {
      padding-bottom: 80%; } }

.nav-menu {
  letter-spacing: 1px; }

.sns {
  padding: 0;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 0;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .sns a {
    color: #000;
    text-decoration: none; }
    .sns a:visited {
      color: black; }
    .sns a:hover, .sns a:active, .sns a:focus {
      color: black;
      text-decoration: none; }

.page-title-wrapper {
  background: url("/diversity/jst/assets/img/bg_pagetitle.png") no-repeat center center;
  background-size: cover;
  padding: 180px 0 110px;
  text-align: center; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .page-title-wrapper {
      padding: 12vw 0 10vw; } }
  @media screen and (max-width: 767px) {
    .page-title-wrapper {
      padding: 100px 1em 50px; } }
  .page-title-wrapper .page-title {
    text-align: center;
    margin: 0;
    padding: 0; }
    .page-title-wrapper .page-title .jp {
      color: #4A4A4A;
      font-size: 17px;
      font-size: 1.7rem; }
    .page-title-wrapper .page-title h1 {
      font-family: 'Josefin Sans',sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 54px;
      font-size: 5.4rem;
      line-height: 1.5;
      margin: 0;
      color: #44C6AB;
      position: relative; }
      @media screen and (max-width: 767px) {
        .page-title-wrapper .page-title h1 {
          font-size: 40px;
          font-size: 4rem; } }
      .page-title-wrapper .page-title h1:after {
        content: "";
        display: inline-block;
        width: 100px;
        height: 7px;
        position: absolute;
        bottom: 0;
        left: 50%;
        background: #FCF5C8;
        transform: translateX(-50%); }

.topicpath {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #4A4A4A;
  margin: 1em;
  z-index: 3; }
  .topicpath ol {
    margin: 0;
    padding: 12px; }
    .topicpath ol::after {
      content: "";
      display: block;
      clear: both; }
  .topicpath li {
    list-style: none;
    margin: 0;
    display: inline-block; }
    .topicpath li a {
      color: #44C6AB;
      text-decoration: none; }
      .topicpath li a:visited {
        color: #44c6ab; }
      .topicpath li a:hover, .topicpath li a:active, .topicpath li a:focus {
        color: #44c6ab;
        text-decoration: none; }
  .topicpath li:not(:last-child):after {
    content: ' > '; }

.btn-01 {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  text-align: center;
  padding: 1.4em 5.5em 1.3em 5em;
  transition: all .3s;
  position: relative;
  line-height: 1;
  background: #44C6AB;
  border: 1px solid #44C6AB;
  border-radius: 2.5em;
  color: #fff;
  font-weight: bold;
  /*
  span{
  	&::after {
  		content: "";
  		display: block;
  		background: url("/diversity/jst/assets/img/arrow01.png") no-repeat 50% 50%;
  		background-size: contain;
  		position: absolute;
  		width: 33px;
  		height: 6.5px;
  		top: 50%;
  		right: 17px;
  		line-height: 1em;
  		transition: all 0.3s;
  		transform: translateY(-70%);
  	}
  }
  
  &:hover{
  	span{
  		&:after{
  			background: url("/diversity/jst/assets/img/arrow01_blue.png") no-repeat 50% 50%;
  			background-size: contain;
  		}
  	}
  }
  
  &.-more{
  	span{
  		
  	}
  	img{
  		height: 15.5px;
  		
  		&.white{
  			display: inline-block;
  		}
  		&.blue{
  			display: none;
  		}
  		
  		@include mq( $tb , max ) {
  			height: 12px;
  		}
  	}
  	&:hover{
  		span{
  			img{
  				&.white{
  					display: none;
  				}
  				&.blue{
  					display: inline-block;
  				}
  			}
  		}
  	}
  }
  */ }
  @media screen and (max-width: 767px) {
    .btn-01 {
      padding: 1em 4em 1em 3em;
      line-height: 1.5;
      font-size: 13px;
      font-size: 1.3rem; } }
  .btn-01:visited {
    color: #fff; }
  .btn-01:after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url("/diversity/jst/assets/img/icon_arrow01.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .btn-01:after {
        width: 20px;
        height: 20px; } }
  .btn-01:hover {
    color: #44C6AB;
    background: #fff;
    text-decoration: none; }
    .btn-01:hover:after {
      background: url("/diversity/jst/assets/img/icon_arrow02.png") no-repeat center center;
      background-size: contain; }
  .btn-01.-en {
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-style: normal; }
  .btn-01.-white {
    background: #fff;
    color: #44C6AB; }
    .btn-01.-white:after {
      background: url("/diversity/jst/assets/img/icon_arrow02.png") no-repeat center center;
      background-size: contain; }
    .btn-01.-white:hover {
      color: #fff;
      background: #44C6AB;
      text-decoration: none; }
      .btn-01.-white:hover:after {
        background: url("/diversity/jst/assets/img/icon_arrow01.png") no-repeat center center;
        background-size: contain; }
  .btn-01 input, .btn-01 span, .btn-01 a {
    cursor: pointer; }

.btn-wrap {
  padding-top: 1em; }
  @media print, screen and (min-width: 768px) {
    .btn-wrap {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: self-end;
      align-items: self-end;
      margin-left: -2em;
      margin-right: -2em; }
      .btn-wrap .btn-item {
        width: 50%;
        padding: 1em 2em; } }
  .btn-wrap .btn-item {
    text-align: center;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .btn-wrap .btn-item {
        padding: 1em; }
        .btn-wrap .btn-item br {
          display: none; } }
    .btn-wrap .btn-item a {
      display: block;
      position: relative; }
    .btn-wrap .btn-item span.btn-01 {
      display: block; }
      .btn-wrap .btn-item span.btn-01:hover {
        background: none;
        color: #44C6AB; }
    .btn-wrap .btn-item .no-link {
      padding: 1.7em;
      font-weight: bold;
      border-radius: 4px;
      color: #44C6AB;
      font-size: 15px;
      font-size: 1.5rem;
      text-align: center;
      line-height: 1;
      border: 1px solid #44C6AB;
      letter-spacing: 0.2em;
      display: block; }
    .btn-wrap .btn-item .btn-01 {
      padding: 1.7em 4.2em 1.7em 1.7em;
      font-weight: bold;
      border-radius: 4px;
      font-size: 16px;
      font-size: 1.6rem; }
      .btn-wrap .btn-item .btn-01 .arrow-icon {
        width: 36px;
        height: 36px;
        border-radius: 18px;
        right: 1.5em; }
        .btn-wrap .btn-item .btn-01 .arrow-icon:before {
          font-weight: normal;
          font-size: 14px;
          font-size: 1.4rem;
          left: 0.9em; }
      .btn-wrap .btn-item .btn-01.-double {
        padding: 0.7em 4.2em 0.7em 1.7em;
        line-height: 1.5; }
        @media screen and (max-width: 767px) {
          .btn-wrap .btn-item .btn-01.-double {
            padding: 1.7em 4.2em 1.7em 1.7em; } }
      .btn-wrap .btn-item .btn-01.-triple {
        padding: 0.2em 4.2em 0.2em 1.7em;
        line-height: 1.3; }
        @media screen and (max-width: 767px) {
          .btn-wrap .btn-item .btn-01.-triple {
            padding: 1.7em 4.2em 1.7em 1.7em;
            line-height: 1.5; } }
      .btn-wrap .btn-item .btn-01.-quadruple {
        padding: 0.1em 4.2em 0.1em 1.7em;
        line-height: 1.2;
        font-size: 14px;
        font-size: 1.4rem; }
        @media screen and (max-width: 767px) {
          .btn-wrap .btn-item .btn-01.-quadruple {
            padding: 1.6em 4.2em 1.6em 1.7em;
            line-height: 1.5; } }

.btn-02 {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #44C6AB;
  padding: 1.8em 6em 1.8em 5.8em;
  transition: all .3s;
  position: relative;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: #44C6AB;
  color: #fff;
  border-radius: 5px; }
  .btn-02:visited {
    color: white; }
  .btn-02:hover, .btn-02:active, .btn-02:focus {
    color: white;
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    .btn-02 {
      display: block;
      padding: 1em 0; } }
  .btn-02:hover {
    color: #44C6AB;
    border: 1px solid #44C6AB;
    background: #fff; }
  .btn-02 span::after {
    content: "";
    display: block;
    background: url("/diversity/jst/assets/img/arrow03.png") no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    width: 10px;
    height: 20px;
    top: calc(50% - 0.6em);
    right: 35px;
    line-height: 1em;
    transition: all 0.3s; }
  .btn-02:hover span:after {
    background: url("/diversity/jst/assets/img/arrow03_blue.png") no-repeat 50% 50%;
    background-size: contain; }
  .btn-02.-back {
    border: 1px solid #363636;
    background: #363636; }
    .btn-02.-back span::after {
      background: url("/diversity/jst/assets/img/arrow03_back.png") no-repeat 50% 50%;
      background-size: contain;
      left: 35px; }
    .btn-02.-back:hover {
      color: #363636;
      border: 1px solid #363636;
      background: #fff; }
      .btn-02.-back:hover span:after {
        background: url("/diversity/jst/assets/img/arrow03_back_gray.png") no-repeat 50% 50%;
        background-size: contain; }

table.table-01 {
  width: 100%;
  border-collapse: collapse;
  border-right: 2px solid #fff;
  border-radius: 5px;
  overflow: hidden; }
  table.table-01 thead th {
    background: #44C6AB;
    color: #fff; }
    table.table-01 thead th a {
      color: #fff; }
  table.table-01 th, table.table-01 td {
    border: none;
    border: 1px solid #E3FFF9;
    padding: 10px 1.5em;
    border-left: 0;
    text-align: left; }
  table.table-01 tbody th {
    background: #f5fbfb;
    text-align: left;
    border-bottom: 1px solid #fff;
    color: #44C6AB; }
  table.table-01 tbody tr:last-child th, table.table-01 tbody tr:last-child td {
    border-bottom: none; }

table.table-02 {
  width: 100%;
  border-collapse: collapse; }
  table.table-02 thead th {
    background: #44C6AB;
    color: #fff; }
    table.table-02 thead th a {
      color: #fff; }
  table.table-02 th, table.table-02 td {
    border: 1px solid #44C6AB;
    padding: 10px;
    font-size: 85%; }
    table.table-02 th dl.dl-01 dt, table.table-02 td dl.dl-01 dt {
      font-size: 85%; }
    table.table-02 th dl.dl-01 dd, table.table-02 td dl.dl-01 dd {
      font-size: 85%; }
  table.table-02 th {
    background: #f5fbfb;
    text-align: left; }

@media screen and (max-width: 767px) {
  .table-scroll {
    overflow-x: auto; }

  .table-02 {
    min-width: 768px; } }
.sec-title {
  text-align: left; }
  .sec-title h2, .sec-title h3, .sec-title h4 {
    color: #44C6AB;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 0;
    display: block;
    position: relative; }
    @media screen and (max-width: 767px) {
      .sec-title h2, .sec-title h3, .sec-title h4 {
        font-size: 30px;
        font-size: 3rem; } }
    .sec-title h2:after, .sec-title h3:after, .sec-title h4:after {
      content: "";
      display: inline-block;
      width: 100px;
      height: 7px;
      position: absolute;
      bottom: -0.15em;
      left: 0;
      background: #FCF5C8; }
    .sec-title h2.en, .sec-title h3.en, .sec-title h4.en {
      font-family: 'Josefin Sans',sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 54px;
      font-size: 5.4rem; }
      @media screen and (max-width: 767px) {
        .sec-title h2.en, .sec-title h3.en, .sec-title h4.en {
          font-size: 30px;
          font-size: 3rem; } }
    .sec-title h2.jp, .sec-title h3.jp, .sec-title h4.jp {
      font-size: 34px;
      font-size: 3.4rem; }
      @media screen and (max-width: 767px) {
        .sec-title h2.jp, .sec-title h3.jp, .sec-title h4.jp {
          font-size: 20px;
          font-size: 2rem; } }
      .sec-title h2.jp:after, .sec-title h3.jp:after, .sec-title h4.jp:after {
        bottom: -0.5em; }
  .sec-title.-center {
    text-align: center; }
    .sec-title.-center .en:after, .sec-title.-center .jp:after {
      left: 50%;
      transform: translateX(-50%); }

.h2-01 {
  color: #44C6AB; }
  .h2-01.-center {
    text-align: center; }
  .h2-01 h2 {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .h2-01 h2 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.4; } }

.h3-01 {
  color: #44C6AB; }
  .h3-01.-center {
    text-align: center; }
  .h3-01 h3 {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 767px) {
      .h3-01 h3 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4; } }

.h3-02 {
  color: #44C6AB;
  text-align: center;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }
  .h3-02 .en {
    font-size: 70px;
    font-size: 7rem;
    line-height: 1;
    margin: 0;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .h3-02 .en {
        font-size: 50px;
        font-size: 5rem; } }
  .h3-02 .jp {
    font-size: 30px;
    font-size: 3rem;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .h3-02 .jp {
        font-size: 22px;
        font-size: 2.2rem; } }

h2.title {
  font-size: 34px;
  font-size: 3.4rem;
  color: #363636;
  font-weight: normal;
  padding-left: 0.3em;
  border-left: 5px solid #44C6AB;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    h2.title {
      font-size: 26px;
      font-size: 2.6rem; } }

h3.title {
  font-size: 26px;
  font-size: 2.6rem;
  color: #44C6AB;
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    h3.title {
      font-size: 22px;
      font-size: 2.2rem; } }

.h4-01 {
  text-align: center; }
  .h4-01 .en {
    color: #717171;
    font-family: 'Josefin Sans',sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .h4-01 .en {
        font-size: 13px;
        font-size: 1.3rem; } }
  .h4-01 .jp {
    color: #8B6FC9;
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 0.5em;
    letter-spacing: 0.1em;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .h4-01 .jp {
        font-size: 20px;
        font-size: 2rem; } }
  .h4-01.-center {
    text-align: center; }
  .h4-01.-red .en {
    color: #8B6FC9; }
  .h4-01.-green .en {
    color: #5973F0; }

h4.title {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 0.5em 1.5em;
  background: #f5fbfb;
  color: #717171;
  position: relative;
  letter-spacing: 0.1em; }
  h4.title:before {
    content: "";
    width: 5px;
    height: 1.5em;
    display: block;
    position: absolute;
    background: #44C6AB;
    left: 0.5em; }

h5.title {
  color: #44C6AB;
  font-size: 20px;
  font-size: 2rem; }

.sec-en h3.title {
  font-family: 'Josefin Sans',sans-serif;
  font-weight: 600;
  font-style: normal; }
.sec-en h4.title {
  font-family: 'Josefin Sans',sans-serif;
  font-weight: 600;
  font-style: normal; }

dl.dl-01 dt {
  color: #44C6AB;
  padding-left: 1em;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    dl.dl-01 dt {
      font-size: 13px;
      font-size: 1.3rem; } }
  dl.dl-01 dt::before {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: FontAwesome;
    content: "?";
    margin-right: 5px;
    display: inline-block;
    text-indent: -1em;
    color: #44C6AB; }
dl.dl-01 dd {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 1em;
  padding-left: 1.3em;
  line-height: 1.5; }
  dl.dl-01 dd ul {
    margin: 0;
    padding: 0; }
  dl.dl-01 dd table {
    margin: 0; }
    dl.dl-01 dd table th {
      padding: 0 1em 0 0; }

dl.list-arrow01 dt a {
  position: relative;
  display: inline-block;
  padding-left: 0;
  padding-top: 1em;
  letter-spacing: 0.1em;
  color: #44C6AB;
  text-decoration: none;
  font-weight: bold; }
  dl.list-arrow01 dt a:visited {
    color: #44c6ab; }
  dl.list-arrow01 dt a:hover, dl.list-arrow01 dt a:active, dl.list-arrow01 dt a:focus {
    color: #44c6ab;
    text-decoration: underline; }
  dl.list-arrow01 dt a::before {
    color: #44C6AB;
    font-family: ionicons;
    content: "?";
    margin-right: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    top: calc(50% - 0.1em);
    left: -0.8em;
    line-height: 1; }
dl.list-arrow01 dd {
  font-size: 14px;
  font-size: 1.4rem; }

dl.dl-02 dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 5em;
  float: left;
  margin-bottom: 0.5em; }
dl.dl-02 dd {
  padding-left: 5.5em;
  margin-bottom: 0.5em; }

dl.horizontal {
  border-top: 1px solid #d0d7db;
  padding-top: 0.5em; }
  dl.horizontal dt {
    font-weight: bold;
    background: #44C6AB;
    color: #fff;
    display: inline-block;
    padding: 0.3em 0.5em 0.2em;
    font-weight: normal;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      dl.horizontal dt {
        margin-top: 0.5em; } }
  dl.horizontal dd {
    margin: 0;
    padding: 0.3em 0.5em 0.7em;
    border-bottom: 1px solid #d0d7db; }
  @media print, screen and (min-width: 768px) {
    dl.horizontal::after {
      content: "";
      display: block;
      clear: both; }
    dl.horizontal dt {
      width: 5.5em;
      float: left;
      clear: left;
      display: block;
      padding: 0.3em 0.5em 0.2em;
      text-align: center;
      line-height: 1.5; }
    dl.horizontal dd {
      padding-left: 6.5em;
      margin-bottom: 0.5em;
      line-height: 1.5; } }

ol li {
  margin: 10px 0; }
ol.alpha {
  list-style-type: upper-alpha; }
ol.color {
  list-style: none;
  counter-reset: ol_li;
  /* ol_li カウンタをセットする(値もリセット) */
  padding: 0 0 0 1em; }
  ol.color li {
    text-indent: -1em; }
    ol.color li:before {
      margin-right: .25em;
      counter-increment: ol_li;
      /* ol_li カウンタの値に1加える */
      content: counter(ol_li) ".";
      /* before擬似要素のcontentで出力 */
      color: #44C6AB;
      /* 色を変更 */
      font-weight: bold;
      font-family: 'Josefin Sans',sans-serif;
      font-weight: 600;
      font-style: normal; }

li ol li {
  margin: 5px 0; }

.main ul li {
  margin: 10px 0; }

.list {
  padding-left: 0;
  list-style-type: none; }
  .list ol {
    margin: 0; }
  .list li {
    padding-left: 1em;
    text-indent: -0.3em; }
    .list li::before {
      font-size: 10px;
      font-size: 1rem;
      font-family: FontAwesome;
      content: "?";
      margin-right: 5px;
      display: inline-block;
      text-indent: -1em;
      color: #94E5D3;
      position: relative;
      top: -1px; }
  .list > li {
    margin: 0 0 0.5em; }

.list-arrow01 {
  padding-left: 1.4em; }
  .list-arrow01 li {
    list-style: none;
    padding-left: 1.4em;
    text-indent: -1.4em; }
    .list-arrow01 li a {
      position: relative;
      display: inline-block;
      padding-left: 0;
      color: #44C6AB;
      text-decoration: none;
      text-decoration: underline; }
      .list-arrow01 li a:visited {
        color: #44c6ab; }
      .list-arrow01 li a:hover, .list-arrow01 li a:active, .list-arrow01 li a:focus {
        color: #44c6ab;
        text-decoration: none; }
      .list-arrow01 li a::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url("/diversity/jst/assets/img/icon_arrow02.png") no-repeat center center;
        background-size: contain;
        margin-right: 5px; }
    .list-arrow01 li ul {
      padding: 0 0 0 1em; }

.list-arrow02 {
  padding-left: 0; }
  .list-arrow02 li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
    .list-arrow02 li a {
      position: relative;
      display: inline-block;
      padding-left: 1em;
      text-decoration: none;
      color: #4A4A4A;
      text-decoration: none; }
      .list-arrow02 li a:visited {
        color: #4a4a4a; }
      .list-arrow02 li a:hover, .list-arrow02 li a:active, .list-arrow02 li a:focus {
        color: #4a4a4a;
        text-decoration: none; }
      .list-arrow02 li a::before {
        color: #44C6AB;
        font-family: ionicons;
        content: "?";
        margin-right: 5px;
        font-size: 22px;
        font-size: 2.2rem;
        position: absolute;
        top: calc(50% - 0.5em);
        left: 0;
        line-height: 1; }

.list-within {
  text-align: center; }
  .list-within li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
    .list-within li a {
      position: relative;
      display: inline-block;
      text-decoration: none;
      color: #4A4A4A;
      text-decoration: none;
      /*&::after {
          position: absolute;
          bottom: -4px;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: $main-color;
          transform: scale(0, 1);
          transform-origin: left top;
          transition: transform .3s;
      }
      &:hover::after {
          transform: scale(1, 1);
      }*/ }
      .list-within li a:visited {
        color: #4a4a4a; }
      .list-within li a:hover, .list-within li a:active, .list-within li a:focus {
        color: #4a4a4a;
        text-decoration: none; }
      .list-within li a::after {
        color: #44C6AB;
        font-family: ionicons;
        content: "?";
        font-weight: bold;
        display: inline-block;
        margin-left: 5px; }

.faq {
  padding-top: 1em; }
  .faq .item {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .faq .faq-item {
    margin-top: 1em; }
    .faq .faq-item .faq-q .title {
      width: 3.5%;
      background: #44C6AB;
      color: #fff;
      font-family: 'Josefin Sans',sans-serif;
      font-weight: 600;
      font-style: normal;
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      font-size: 22px;
      font-size: 2.2rem;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .faq .faq-item .faq-q .title {
          width: 8%;
          font-size: 18px;
          font-size: 1.8rem; } }
    .faq .faq-item .faq-q .summary {
      width: 96.5%;
      padding: 0.6em 0.9em 0.5em;
      line-height: 1.3;
      font-weight: bold;
      font-size: 18px;
      font-size: 1.8rem;
      background: #3f3b3a;
      color: #fff;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 767px) {
        .faq .faq-item .faq-q .summary {
          width: 92%;
          font-size: 12px;
          font-size: 1.2rem; } }
    .faq .faq-item .faq-a {
      background: #e8e8e8; }
      .faq .faq-item .faq-a .title {
        width: 4.4%;
        color: #fff;
        font-family: 'Josefin Sans',sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 22px;
        font-size: 2.2rem;
        color: #44C6AB;
        text-align: center;
        margin: 0.7em 0 0; }
        @media screen and (max-width: 767px) {
          .faq .faq-item .faq-a .title {
            width: 10%;
            font-size: 18px;
            font-size: 1.8rem; } }
      .faq .faq-item .faq-a .summary {
        width: 95.6%;
        padding: 0 1em 1em 0;
        font-size: 16px;
        font-size: 1.6rem; }
        .faq .faq-item .faq-a .summary strong {
          font-weight: bold;
          color: #44C6AB;
          font-size: 18px;
          font-size: 1.8rem; }
        @media screen and (max-width: 767px) {
          .faq .faq-item .faq-a .summary {
            width: 90%;
            font-size: 11px;
            font-size: 1.1rem; }
            .faq .faq-item .faq-a .summary strong {
              font-size: 14px;
              font-size: 1.4rem; } }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.pager-wrap {
  margin: 2em 0 0; }

ul.pager {
  text-align: center;
  padding: 0;
  margin-top: 3em;
  margin-bottom: 2em;
  /*border-top: 1px solid #fff;*/
  font-size: 0px;
  font-size: 0rem; }
  ul.pager li {
    list-style: none;
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 5px; }
    ul.pager li.arrow a {
      color: #44C6AB;
      text-decoration: none; }
      ul.pager li.arrow a:visited {
        color: #44c6ab; }
      ul.pager li.arrow a:hover, ul.pager li.arrow a:active, ul.pager li.arrow a:focus {
        color: #44c6ab;
        text-decoration: none; }
    ul.pager li span {
      display: inline-block; }
      ul.pager li span a {
        display: inline-block;
        padding: 3px 13px 5px;
        color: #fff;
        text-decoration: none;
        line-height: 1.5;
        background: #5973F0; }
        ul.pager li span a:visited {
          color: white; }
        ul.pager li span a:hover, ul.pager li span a:active, ul.pager li span a:focus {
          color: white;
          text-decoration: none; }
      ul.pager li span.dot {
        background: none; }
    ul.pager li.cur span {
      padding: 3px 13px 5px;
      color: #fff;
      line-height: 1.5;
      background: #44C6AB; }
