@charset "UTF-8";
/* -------------------------------------
    設定
-----------------------------------------*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
html,
body {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
body {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
body {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSans_Regular.woff2") format("woff2"), url("../fonts/NotoSans_Regular.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSans_Medium.woff2") format("woff2"), url("../fonts/NotoSans_Medium.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSans_Bold.woff2") format("woff2"), url("../fonts/NotoSans_Bold.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSans_Black.woff2") format("woff2"), url("../fonts/NotoSans_Black.woff") format("woff");
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff");
}
/* roboto-200 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-200.woff2") format("woff2"), url("../fonts/roboto-v30-latin-200.woff") format("woff");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-700.woff") format("woff");
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  line-height: 1.8;
  letter-spacing: 0.04em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4em;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

/* FontFamily */
/* font-weight */
body {
  font-family: "Notosans_subset", sans-serif;
  font-weight: 400;
  color: #222;
}

.l-inner {
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
.l-inner--s {
  max-width: 980px;
}
.l-inner--l {
  max-width: 1280px;
}
.l-inner--xl {
  max-width: 1400px;
}
.l-inner--map {
  max-width: 1370px;
}
@media screen and (max-width: 1400px) {
  .l-inner--map {
    max-width: 1130px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .l-inner--map {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .l-inner--map {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* -------------------------------------
        c-accordion
-----------------------------------------*/
.c-accordion__row:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-accordion__row:not(:first-child) {
    margin-top: 20px;
  }
}
.c-accordion__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  border-radius: 12px 12px 0 0;
  background-color: #262B43;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
  padding: 15px 72px 15px 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn {
    font-size: 1.8rem;
    padding: 16px 56px 16px 20px;
  }
}
@media screen and (max-width: 330px) {
  .c-accordion__btn {
    padding: 16px 46px 16px 20px;
  }
}
.c-accordion__btn::before, .c-accordion__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 15px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn::before, .c-accordion__btn::after {
    top: 32px;
    right: 20px;
    width: 12px;
  }
}
.c-accordion__btn::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-accordion__btn:focus-visible {
  outline: 2px solid #262B43;
}
.c-accordion__btn .c-accordion__icon::before {
  display: block;
  content: "Q";
  font-size: 2rem;
  line-height: 1.3;
  margin-right: 10px;
}
.c-accordion__circle {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 22px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-accordion__circle {
    top: 20px;
    right: 14px;
    width: 24px;
    height: 24px;
  }
}
.c-accordion__body {
  display: none;
  background-color: #F3F3F3;
  border-radius: 0 0 12px 12px;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .c-accordion__body {
    padding: 15px 30px;
  }
}
.c-accordion__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-accordion__text {
    line-height: 1.575;
    letter-spacing: 0.05em;
  }
}

.c-accordion__btn.is-open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* -------------------------------------
      c-page-top  
-----------------------------------------*/
.c-page-top {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 30px;
  width: 57px;
  height: 57px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-page-top {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 40px;
  }
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  color: #262B43;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-primary-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 360px) {
  .c-primary-title {
    font-size: 2rem;
  }
}
.c-primary-title + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-primary-title + * {
    margin-top: 20px;
  }
}
.c-primary-title--left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-primary-title--left {
    text-align: center;
  }
}
.c-primary-title--white {
  color: #fff;
}

/* -------------------------------------
        c-pagination
-----------------------------------------*/
.c-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 20px;
}
.c-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0 10px;
}
.c-pagination li a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-pagination li a:hover, .c-pagination li a:focus-visible {
  opacity: 0.7;
}
.c-pagination li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #D6D7F5;
  background-color: #D6D7F5;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 1;
  margin: 3px;
}
@media screen and (max-width: 767px) {
  .c-pagination li .page-numbers {
    width: 36px;
    height: 36px;
    margin: 3px;
  }
}
.c-pagination li .current {
  background-color: #262B43;
  border: 1px solid #262B43;
  color: #fff;
}
.c-pagination li .prev, .c-pagination li .next {
  border: none;
  background-color: transparent;
  margin: 0;
}
.c-pagination li .prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -32px;
}
@media screen and (max-width: 767px) {
  .c-pagination li .prev {
    left: -24px;
  }
}
.c-pagination li .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -36px;
}
@media screen and (max-width: 767px) {
  .c-pagination li .next {
    right: -30px;
  }
}
.c-pagination li .prev::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/icon_arrow-left-blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-pagination li .next::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/icon_arrow-right-blk02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
}

/* -------------------------------------
        c-secondary-title
-----------------------------------------*/
.c-secondary-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-secondary-title {
    font-size: 2rem;
  }
}
.c-secondary-title + * {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-secondary-title + * {
    margin-top: 10px;
  }
}
.c-secondary-title--color-second {
  color: #26A199;
}
.c-secondary-title--color-third {
  color: #456ED5;
}

/* -------------------------------------
        c-card
-----------------------------------------*/
.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #26A199;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-card__title-icon {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  margin-right: 15px;
}
.c-card__body {
  margin-top: 15px;
}
.c-card__img img {
  width: 100%;
}
.c-card__text {
  font-size: 1.4rem;
  margin-top: 15px;
}

a.c-card {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
a.c-card:hover, a.c-card:focus-visible {
  opacity: 0.7;
}

.c-card--blue .c-card__title {
  color: #456ED5;
}

/* -------------------------------------
        c-media-card
-----------------------------------------*/
.c-media-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-media-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.c-media-card a:hover .c-media-card__img img, .c-media-card a:focus-visible .c-media-card__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-media-card a:hover .c-media-card__btn, .c-media-card a:focus-visible .c-media-card__btn {
  background-color: #fff;
  color: #26A199;
}
.c-media-card a:hover .c-media-card__btn--blue, .c-media-card a:focus-visible .c-media-card__btn--blue {
  color: #456ED5;
}
.c-media-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
.c-media-card__title {
  text-align: center;
}
.c-media-card__img {
  overflow: hidden;
}
.c-media-card__img img {
  width: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-media-card__btn-wrap {
  text-align: center;
  padding-top: 30px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .c-media-card__btn-wrap {
    padding-top: 20px;
  }
}
.c-media-card__btn {
  display: inline-block;
  position: relative;
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid #26A199;
  background-color: #26A199;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 10;
  padding: 16px 25px;
}
@media screen and (max-width: 360px) {
  .c-media-card__btn {
    font-size: 1.4rem;
    padding: 16px 16px;
  }
}
.c-media-card__btn--blue {
  border-color: #456ED5;
  background-color: #456ED5;
}

/* -------------------------------------
        c-icon-card
-----------------------------------------*/
.c-icon-card {
  position: relative;
}
.c-icon-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  background-color: #fff;
  height: 100%;
  padding: 40px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.c-icon-card a:hover, .c-icon-card a:focus-visible {
  opacity: 0.7;
}
.c-icon-card__no {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #26A199;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.c-icon-card__icon {
  max-width: 80px;
  margin: 0 auto;
}
.c-icon-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
}
.c-icon-card__name {
  color: #26A199;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.6em;
  padding-bottom: 5px;
}
.c-icon-card__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
.c-icon-card__text {
  font-size: 1.4rem;
  margin-top: 10px;
}
.c-icon-card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  margin-top: auto;
}
@media screen and (max-width: 360px) {
  .c-icon-card__btn .c-btn {
    font-size: 1.3rem;
  }
}
.c-icon-card__nolink-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
.c-icon-card--nolink {
  opacity: 0.5;
}
.c-icon-card--nolink a {
  pointer-events: none;
}
.c-icon-card--nolink a:hover, .c-icon-card--nolink a:focus-visible {
  opacity: 1;
}
.c-icon-card--small {
  min-width: 280px;
}
@media screen and (max-width: 992px) {
  .c-icon-card--small {
    min-width: auto;
  }
}
.c-icon-card--small a {
  padding: 40px 20px;
}

.c-icon-card--blue .c-icon-card__no {
  color: #456ED5;
}
.c-icon-card--blue .c-icon-card__name {
  color: #456ED5;
}
.c-icon-card--blue .c-btn {
  border-color: #456ED5;
  background-color: #456ED5;
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  display: inline-block;
  position: relative;
  max-width: 294px;
  width: 100%;
  border: 1px solid #26A199;
  border-radius: 8px;
  background-color: #26A199;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 10;
  padding: 11px 0.8em;
}

a.c-btn {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
a.c-btn:hover, a.c-btn:focus-visible {
  background-color: #fff;
  color: #26A199;
}
a.c-btn--high {
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-btn--blue {
  border-color: #456ED5;
  background-color: #456ED5;
}

a.c-btn--blue:hover, a.c-btn--blue:focus-visible {
  color: #456ED5;
}

/* -------------------------------------
        c-icon-btn
-----------------------------------------*/
.c-icon-btn {
  display: inline-block;
  position: relative;
  max-width: 211px;
  width: 100%;
  border: 1px solid #26A199;
  border-radius: 8px;
  background-color: #26A199;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 14px 0.8em;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 10;
}
.c-icon-btn:hover, .c-icon-btn:focus-visible {
  color: #262B43;
  background-color: #fff;
}
.c-icon-btn:hover .c-icon-btn__text, .c-icon-btn:focus-visible .c-icon-btn__text {
  color: #26A199;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-icon-btn:hover .c-icon-btn__text::before, .c-icon-btn:focus-visible .c-icon-btn__text::before {
  background-color: #26A199;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-icon-btn__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.c-icon-btn__text::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-mask: url(../img/icon/icon_mail.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_mail.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.c-icon-btn--post .c-icon-btn__text::before {
  -webkit-mask: url(../img/icon/icon_post.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_post.svg) no-repeat center/cover;
}
.c-icon-btn--larg {
  max-width: 300px;
  padding: 24px 0.1em;
}
@media screen and (max-width: 767px) {
  .c-icon-btn--larg {
    font-size: 1.6rem;
  }
}

/* -------------------------------------
        c-speech
-----------------------------------------*/
.c-speech {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-speech__icon {
  min-width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-speech__icon {
    min-width: 70px;
  }
}
.c-speech__textarea {
  position: relative;
  background-color: #fff;
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  font-size: 1.4rem;
  padding: 20px 30px;
  margin-left: 36px;
}
@media screen and (max-width: 767px) {
  .c-speech__textarea {
    margin-left: 24px;
  }
}
.c-speech__textarea::before, .c-speech__textarea::after {
  content: "";
  position: absolute;
  top: 34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.5em;
  border-top: 15px solid transparent;
  border-right: 1.5em solid #E1E1E1;
  border-bottom: 15px solid transparent;
}
.c-speech__textarea::after {
  left: calc(4px - 1.65em);
  border-right: solid 1.5em #fff;
}
.c-speech__caption {
  color: #26A199;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media screen and (max-width: 992px) {
  .l-grid--col2 .c-speech__icon {
    min-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-grid--col2 .c-speech__icon {
    min-width: 70px;
  }
}

/* -------------------------------------
        c-lead
-----------------------------------------*/
.c-lead {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------
        c-bgbox
-----------------------------------------*/
.c-bgbox {
  background-color: #fff;
  padding: 30px 40px;
}
@media screen and (max-width: 576px) {
  .c-bgbox {
    padding: 30px;
  }
}
.c-bgbox__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.c-bgbox__text {
  font-size: 1.4rem;
  margin-top: 10px;
}

/* -------------------------------------
        c-appli
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .c-appli {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-appli__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-appli__title {
  line-height: 1.5;
  margin-top: 15px;
}
.c-appli__icon {
  max-width: 48px;
}
.c-appli__text {
  font-size: 1.4rem;
  margin-top: 15px;
}

/* -------------------------------------
        c-media-bg
-----------------------------------------*/
.c-media-bg {
  display: inline-block;
  background-color: #fff;
  padding: 30px 40px;
}
@media screen and (max-width: 576px) {
  .c-media-bg {
    padding: 30px;
  }
}
.c-media-bg__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #26A199;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
}
.c-media-bg__body {
  margin-top: 15px;
}
.c-media-bg__img img {
  width: 100%;
}
.c-media-bg__text {
  font-size: 1.4rem;
  margin-top: 15px;
}
.c-media-bg__nolink-title {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 10px;
}

a.c-media-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
a.c-media-bg:hover, a.c-media-bg:focus-visible {
  opacity: 0.7;
}
a.c-media-bg .c-media-bg__body {
  margin-top: auto;
  padding-top: 15px;
}
a.c-media-bg--small {
  padding: 30px 20px;
}
a.c-media-bg--nolink {
  opacity: 0.5;
  pointer-events: none;
}
a.c-media-bg--nolink:hover, a.c-media-bg--nolink:focus-visible {
  opacity: 1;
}

.c-media-bg--blue .c-media-bg__title {
  color: #456ED5;
}

/* -------------------------------------
        c-modal
-----------------------------------------*/
.c-modal__btn {
  color: #1b4bc5;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.c-modal__btn:focus-visible {
  outline: 2px solid #26A199;
}
.c-modal__btn:hover, .c-modal__btn:focus-visible {
  color: #222;
}
.c-modal__btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1b4bc5;
  border-bottom: 2px solid #1b4bc5;
  -webkit-transform: rotate(-45deg) translateY(-2px);
          transform: rotate(-45deg) translateY(-2px);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-modal__btn::after {
    width: 7px;
    height: 7px;
  }
}
.c-modal__item {
  display: none;
}
.c-modal__thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-modal__thumb {
    border-radius: 10px;
  }
}
.c-modal__thumb::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url(../img/icon/icon_play.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-modal__video {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 60%;
}
.c-modal__video iframe, .c-modal__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.modaal-container {
  max-width: 1200px;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .modaal-content-container {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .modaal-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

/* -------------------------------------
        c-links
-----------------------------------------*/
.c-links .image-block {
  text-align: center;
}
.c-links .image-block img {
  max-width: 703px;
}
.c-links .link {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.c-links .link:hover, .c-links .link:focus-visible {
  color: #456ED5;
}

.c-links .image-block {
  position: relative;
  padding: 70px 0 60px;
  line-height: 1px;
  margin: 0 0 0 auto;
}

.c-links .image-block .link a {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--bodycolor);
}

.c-links .image-block .link {
  position: absolute;
  z-index: 3;
  line-height: 17px;
}

.c-links .image-block .link a::after {
  content: "";
  background: url(https://eptura.com/wp-content/uploads/2023/04/arrow-right-svgrepo-com.png) no-repeat center;
  display: inline-block;
  height: 17px;
  vertical-align: middle;
  width: 15px;
  margin: -7px 0 0 5px;
}

.c-links .image-block .link a:hover {
  color: var(--tertiarycolor);
}

.c-links .image-block .link::after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  background: #d6d7f3;
}

.c-links .image-block .link.link-1::before {
  content: "";
  position: absolute;
  height: 160px;
  width: 1px;
  background: #d6d7f3;
  right: 0;
  top: calc(100% + 7px);
}

.c-links .image-block .link.link-2::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #d6d7f3;
  -webkit-transform: rotate(-51deg);
          transform: rotate(-51deg);
}

.c-links .image-block .link.link-4::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #d6d7f3;
  -webkit-transform: rotate(53deg);
          transform: rotate(53deg);
}

.c-links .image-block .link.link-5::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #d6d7f3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-links .image-block .link.link-6 {
  padding-right: 10px;
}

.c-links .image-block .link.link-6::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #d6d7f3;
  right: 0;
  bottom: -7px;
}

.read-the-guide.workplace .read-the-guide-wrapper .image-block {
  margin-top: -30%;
}

.office-scale- .office-scale-inner .office-scale-item .image-block {
  line-height: 1px;
  margin: 0 0 40px;
}

.office-scale- .office-scale-inner .office-scale-item .image-block img {
  margin: 0 auto;
}

.image-block {
  line-height: 0px;
}

@media (min-width: 768px) {
  .read-the-guide.workplace .read-the-guide-wrapper .image-block {
    margin-top: 0;
  }
  .c-links .image-block .link.link-1 {
    right: 50px;
    top: 0;
  }
  .c-links .image-block .link.link-2 {
    top: 12px;
    left: 146px;
  }
  .c-links .image-block .link.link-2::before {
    height: 142px;
    right: -55px;
    top: -1px;
  }
  .c-links .image-block .link.link-3 {
    top: 175px;
    left: 74px;
  }
  .c-links .image-block .link.link-3::after {
    width: 254px;
  }
  .c-links .image-block .link.link-4 {
    bottom: 100px;
    left: 40px;
  }
  .c-links .image-block .link.link-4::before {
    height: 87px;
    right: -35px;
    bottom: -24px;
  }
  .c-links .image-block .link.link-5 {
    bottom: 0;
    left: 180px;
  }
  .c-links .image-block .link.link-5::before {
    height: 140px;
    right: -50px;
    bottom: -27px;
  }
  .c-links .image-block .link.link-6 {
    right: 55px;
    bottom: 6px;
  }
  .c-links .image-block .link.link-6::before {
    height: 205px;
  }
}
@media (min-width: 992px) {
  .ahead-workplace-wrapper .ahead-workplace-right .image-block {
    max-width: 100%;
  }
  .read-the-guide .read-the-guide-wrapper .image-block {
    margin: -80px 40px 0 0;
    max-width: 270px;
  }
  .read-the-guide.workplace .read-the-guide-wrapper .image-block {
    margin-top: -52px;
  }
  .c-links .image-block {
    max-width: 742px;
    margin: 0 auto;
  }
  .c-links .image-block .link.link-1 {
    right: 70px;
    top: 0;
  }
  .c-links .image-block .link.link-2 {
    left: 176px;
  }
  .c-links .image-block .link.link-3::after {
    width: 280px;
  }
  .c-links .image-block .link.link-5 {
    left: 220px;
  }
  .c-links .image-block .link.link-6 {
    right: 70px;
  }
}
@media (min-width: 1200px) {
  .read-the-guide.workplace .read-the-guide-wrapper .image-block {
    margin-top: -42px;
  }
  .c-links .image-block .link.link-1 {
    right: 45px;
    top: 0;
  }
  .c-links .image-block .link.link-2 {
    top: 12px;
    left: 120px;
  }
  .c-links .image-block .link.link-2::before {
    height: 130px;
    right: -50px;
    top: 1px;
  }
  .c-links .image-block .link.link-3 {
    top: 165px;
    left: 45px;
  }
  .c-links .image-block .link.link-3::after {
    width: 257px;
  }
  .c-links .image-block .link.link-4 {
    bottom: 100px;
    left: 20px;
  }
  .c-links .image-block .link.link-4::before {
    height: 75px;
    right: -30px;
    bottom: -22px;
  }
  .c-links .image-block .link.link-5 {
    bottom: 0;
    left: 150px;
  }
  .c-links .image-block .link.link-5::before {
    height: 135px;
    right: -47px;
  }
  .c-links .image-block .link.link-6 {
    right: 50px;
    bottom: 6px;
  }
  .c-links .image-block .link.link-6::before {
    height: 188px;
  }
}
@media (min-width: 1400px) {
  section.read-the-guide .read-the-guide-wrapper .image-block {
    margin: -90px 60px 0 0;
  }
  section.read-the-guide.workplace .read-the-guide-wrapper .image-block {
    margin-top: -80px;
  }
  .c-links .image-block .link.link-1 {
    right: 70px;
    top: 0;
  }
  .c-links .image-block .link.link-2 {
    top: 12px;
    left: 176px;
  }
  .c-links .image-block .link.link-2::before {
    height: 142px;
    right: -55px;
    top: -1px;
  }
  .c-links .image-block .link.link-3 {
    top: 175px;
    left: 74px;
  }
  .c-links .image-block .link.link-3::after {
    width: 280px;
  }
  .c-links .image-block .link.link-4 {
    bottom: 100px;
    left: 40px;
  }
  .c-links .image-block .link.link-4::before {
    height: 87px;
    right: -35px;
    bottom: -24px;
  }
  .c-links .image-block .link.link-5 {
    bottom: 0;
    left: 220px;
  }
  .c-links .image-block .link.link-5::before {
    height: 140px;
    right: -50px;
  }
  .c-links .image-block .link.link-6 {
    right: 70px;
    bottom: 6px;
  }
  .c-links .image-block .link.link-6::before {
    height: 205px;
  }
}
/* -------------------------------------
        c-links sp
-----------------------------------------*/
.row > .platform_animate_section {
  text-align: center;
  padding: 0 0 70px;
  max-width: 100%;
  margin: 0 auto;
}

.platform_animate_section .logo_border {
  height: 240px;
  width: 240px;
  margin: 0 auto;
  position: relative;
}

.platform_animate_section .logo_border .middle_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
}

.platform_logo_circle .itemDot {
  position: absolute;
  height: 50px;
  width: 45px;
}

.platform_logo_circle .itemDot img {
  max-height: 50px;
  width: auto;
}

.platform_animate_section .platform_logo_circle {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 100%;
}

.platform_logo_content {
  font-size: 16px;
  font-weight: 500;
  color: #1b4bc5;
  display: none;
}

.platform_logo_content h4 {
  font-size: 22px;
  line-height: 36px;
  color: #0d122e;
  margin: 0;
}

.platform_logo_content a {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  position: relative;
}

.platform_logo_content a:after {
  position: absolute;
  content: "";
  height: 9px;
  width: 6px;
  top: 11px;
  right: 0;
  background: url("https://eptura.com/wp-content/uploads/2023/04/arrow-right-svgrepo-com.png") no-repeat center/cover;
}

.platform_logo_content_wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-top: 40px;
}

.platform_logo_content.active {
  display: block;
}

.platform_dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 30px 0 0;
  list-style-type: none;
}

.platform_dots li {
  display: inline-block;
  vertical-align: top;
  height: 10px;
  width: 10px;
  background: #d6d7f5;
  margin: 0 5px;
  border-radius: 100%;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.platform_dots li.active {
  background: #0d122e;
}

.border_logo {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

/* -------------------------------------
        p-mv
-----------------------------------------*/
.p-mv {
  background: #262B43 url(../img/top/mv_bg.png) no-repeat 10% 0/cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding: 50px 0 0 0;
  }
}
.p-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 552px;
}
@media screen and (max-width: 1200px) {
  .p-mv__content {
    height: 54vw;
    max-height: 552px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.p-mv__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: white;
  margin-right: 150px;
}
@media screen and (max-width: 1200px) {
  .p-mv__textarea {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__textarea {
    margin-right: 0;
  }
}
.p-mv__logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 120px;
}
@media screen and (max-width: 1200px) {
  .p-mv__logo {
    max-width: 78px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__logo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-mv__logo a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 120px;
}
@media screen and (max-width: 1200px) {
  .p-mv__logo a {
    max-width: 78px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__logo a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-mv__title {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .p-mv__title {
    font-size: 3rem;
    line-height: 1.5;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 2.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .p-mv__title {
    font-size: 2.4rem;
  }
}
.p-mv__text {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .p-mv__text {
    font-size: 1.4rem;
    margin-top: 25px;
  }
}
.p-mv__btn {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .p-mv__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__btn {
    text-align: center;
  }
}
.p-mv__imgarea {
  width: 48.375vw;
  height: 100%;
  margin-left: auto;
  margin-right: calc(-50vw + 50%);
  background: #262B43 url(../img/top/mv_img.jpg) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 767px) {
  .p-mv__imgarea {
    width: 100vw;
    background: #262B43 url(../img/top/mv_img-sp.jpg) no-repeat 50% 0/cover;
    padding-top: 49.5%;
    margin: 30px calc(50% - 50vw) 0;
  }
}

/* -------------------------------------
        p-mv-bottom
-----------------------------------------*/
.p-mv-bottom {
  background-color: #262B43;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .p-mv-bottom {
    padding: 20px 0;
  }
}
.p-mv-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 50px;
}
@media screen and (max-width: 1200px) {
  .p-mv-bottom__list {
    gap: 10px 20px;
  }
}
@media screen and (max-width: 992px) {
  .p-mv-bottom__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-mv-bottom__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(33.3333% - 33.3333333333px);
  border: 1px solid #6C7187;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 14px 0.8em;
}
@media screen and (max-width: 1200px) {
  .p-mv-bottom__item {
    width: calc(33.3333% - 13.3333333333px);
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .p-mv-bottom__item {
    width: 100%;
    max-width: 600px;
    font-size: 1.3rem;
    padding: 10px 0.8em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-bottom__item {
    font-size: 1.2rem;
  }
}

/* -------------------------------------
        p-top-service
-----------------------------------------*/
.p-top-service__list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-service__list.l-grid {
    gap: 50px 30px;
  }
}

/* -------------------------------------
        p-top-about
-----------------------------------------*/
.p-top-about__speech {
  margin-top: 20px;
}
.p-top-about__img img {
  width: 100%;
}
.p-top-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px 30px;
}
@media screen and (max-width: 1200px) {
  .p-top-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-top-about__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1200px) {
  .p-top-about__textarea {
    width: 100%;
  }
}
.p-top-about__video:not(:first-child) {
  margin-top: 50px;
}
.p-top-about__video-title {
  font-size: 2.6rem;
  line-height: 1.4;
}
.p-top-about__video-title + * {
  margin-top: 16px;
}
.p-top-about__video-btn {
  margin-top: 16px;
}
.p-top-about__btn {
  margin-top: 40px;
}
.p-top-about__imgarea {
  width: 70%;
  max-width: 742px;
}
@media screen and (max-width: 1200px) {
  .p-top-about__imgarea {
    width: 100%;
  }
}

/* -------------------------------------
        p-clients
-----------------------------------------*/
.p-clients {
  background-color: #D6D7F5;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-clients {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-clients__logos {
    margin-top: 20px;
  }
}
.p-clients img {
  width: 100%;
}

/* -------------------------------------
        p-info
-----------------------------------------*/
.p-info {
  background-color: #262B43;
  padding: 60px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding: 50px 0;
  }
}
.p-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-info__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    margin-top: 30px;
  }
}
.p-info__text {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-info__text {
    font-size: 1.6rem;
  }
}
.p-info__btn {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .p-info__btn {
    width: 100%;
    max-width: 300px;
  }
}
.p-info__tel-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-info__tel-text {
    font-size: 1.2rem;
  }
}
.p-info__tel-link {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .p-info__tel-link {
    font-size: 3.2rem;
  }
}
.p-info__tel-link:hover, .p-info__tel-link:focus-visible {
  opacity: 0.7;
}
.p-info__tel-link::before {
  content: "";
  display: inline-block;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  width: 36px;
  height: 36px;
  background-image: url(../img/icon/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-info__tel-time {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-info__tel-time {
    font-size: 1.2rem;
  }
}

/* -------------------------------------
        p-under-mv
-----------------------------------------*/
.p-under-mv {
  background: #262B43 url(../img/top/mv_bg.png) no-repeat 10% 0/cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-under-mv {
    padding: 50px 0 40px;
  }
}
.p-under-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 420px;
}
@media screen and (max-width: 1200px) {
  .p-under-mv__content {
    min-height: 370px;
  }
}
@media screen and (max-width: 767px) {
  .p-under-mv__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    min-height: auto;
  }
}
.p-under-mv__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: white;
  padding: 40px 0 60px;
  margin-right: 150px;
}
@media screen and (max-width: 1400px) {
  .p-under-mv__textarea {
    padding: 40px 0 50px;
    margin-right: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .p-under-mv__textarea {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-under-mv__textarea {
    padding: 0;
    margin: 0;
  }
}
.p-under-mv__titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.p-under-mv__title {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
  max-width: 260px;
}
@media screen and (max-width: 992px) {
  .p-under-mv__title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-under-mv__title {
    font-size: 2.4rem;
  }
}
.p-under-mv__sub-title {
  color: #26A199;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-under-mv__sub-title {
    font-size: 1.4rem;
  }
}
.p-under-mv__text {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .p-under-mv__text {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.p-under-mv__btn {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .p-under-mv__btn {
    margin-top: 30px;
  }
}
.p-under-mv__imgarea {
  width: 48.375vw;
  margin-left: auto;
  margin-right: calc(-50vw + 50%);
  background: #262B43 url(../img/eptura-workplace/mv_ew.jpg) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 767px) {
  .p-under-mv__imgarea {
    width: 100vw;
    padding-top: 49.5%;
    margin: 30px calc(50% - 50vw) 0;
  }
}
.p-under-mv__imgarea--ew {
  background-image: url(../img/eptura-workplace/mv_ew.jpg);
}
.p-under-mv__imgarea--we {
  background-image: url(../img/eptura-workplace/mv_we.jpg);
}
.p-under-mv__imgarea--sm {
  background-image: url(../img/eptura-workplace/mv_sm.jpg);
}
.p-under-mv__imgarea--vm {
  background-image: url(../img/eptura-workplace/mv_vm.jpg);
}
.p-under-mv__imgarea--ea {
  background-image: url(../img/eptura-asset/mv_ea.png);
  background-position: 35% 50%;
}
@media screen and (max-width: 992px) {
  .p-under-mv__imgarea--ea {
    background-position: 25% 50%;
  }
}
.p-under-mv__imgarea--fm {
  background-image: url(../img/eptura-asset/mv_fm.jpg);
}
.p-under-mv__imgarea--am {
  background-image: url(../img/eptura-asset/mv_asetts-management.png);
  background-position: 35% 50%;
}
@media screen and (max-width: 992px) {
  .p-under-mv__imgarea--am {
    background-position: 25% 50%;
  }
}
.p-under-mv__imgarea--ar {
  background-image: url(../img/eptura-asset/mv_asset-registry.png);
  background-position: 35% 50%;
}
@media screen and (max-width: 992px) {
  .p-under-mv__imgarea--ar {
    background-position: 25% 50%;
  }
}
.p-under-mv__imgarea--pi {
  background-image: url(../img/eptura-asset/mv_parts-inventory.png);
  background-position: 35% 50%;
}
@media screen and (max-width: 992px) {
  .p-under-mv__imgarea--pi {
    background-position: 25% 50%;
  }
}
.p-under-mv__imgarea--aa {
  background-image: url(../img/eptura-asset/mv_analytics.png);
  background-position: 35% 50%;
}
@media screen and (max-width: 992px) {
  .p-under-mv__imgarea--aa {
    background-position: 25% 50%;
  }
}
.p-under-mv__imgarea--mainte {
  background-image: url(../img/eptura-asset/mv_maintenance.jpg);
}
.p-under-mv__imgarea--fleet {
  background-image: url(../img/eptura-asset/mv_fleet.jpg);
}

.p-under-mv--blue .p-under-mv__sub-title {
  color: #456ED5;
}
.p-under-mv--blue .c-icon-btn {
  border-color: #456ED5;
  background-color: #456ED5;
}
.p-under-mv--blue .c-icon-btn:hover, .p-under-mv--blue .c-icon-btn:focus-visible {
  background-color: #fff;
}
.p-under-mv--blue .c-icon-btn:hover .c-icon-btn__text, .p-under-mv--blue .c-icon-btn:focus-visible .c-icon-btn__text {
  color: #456ED5;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.p-under-mv--blue .c-icon-btn:hover .c-icon-btn__text::before, .p-under-mv--blue .c-icon-btn:focus-visible .c-icon-btn__text::before {
  background-color: #456ED5;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

/* -------------------------------------
        p-service
-----------------------------------------*/
@media screen and (max-width: 1200px) {
  .p-service__cards.l-grid {
    gap: 40px 30px;
  }
}
@media screen and (max-width: 992px) {
  .p-service__cards.l-grid {
    gap: 40px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__cards.l-grid {
    gap: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .p-service__cards.l-grid > .c-icon-card {
    width: calc(33.33333% - 20px);
  }
}
@media screen and (max-width: 992px) {
  .p-service__cards.l-grid > .c-icon-card {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .p-service__cards.l-grid > .c-icon-card {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .p-service__cards.l-grid .c-btn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__cards.l-grid .c-btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .p-service__cards.l-grid .c-btn {
    font-size: 1.4rem;
  }
}
.p-service__img {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-service__img {
    margin-top: 30px;
  }
}
.p-service__img-text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-service__img-text {
    margin-top: 20px;
  }
}

/* -------------------------------------
        p-service-detail
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .p-service-detail__appli.l-grid {
    gap: 40px;
  }
}
.p-service-detail__cards {
  margin-top: 108px;
}
@media screen and (max-width: 767px) {
  .p-service-detail__cards {
    margin-top: 80px;
  }
}

.office-scale-section {
  padding: 30px 0 60px;
  overflow: hidden;
}

.office-scale-section .title-part {
  margin: 0 0 50px;
}

.office-scale-section .title-part h2 {
  margin: 0 0 20px;
}

.office-scale-section .title-part h2 strong {
  font-weight: inherit;
}

.office-scale-section .office-scale-inner .office-scale-item {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  background-color: #ffffff;
  padding: 40px 25px;
  margin: 0 30px;
  height: auto;
}

.office-scale-section .office-scale-inner .office-scale-item .image-block {
  line-height: 1px;
  margin: 0 0 40px;
}

.office-scale-section .office-scale-inner .office-scale-item .image-block img {
  margin: 0 auto;
}

.office-scale-section .office-scale-inner .slick-list {
  margin: 0 -30px;
}

.office-scale-section .office-scale-inner .slick-dots {
  text-align: center;
  margin: 35px 0 0;
}

.office-scale-section .office-scale-listing .office-scale-list-item {
  margin: 0 0 30px;
}

.office-scale-section .office-scale-listing .office-scale-list-item .icon {
  line-height: 1px;
  margin: 0 0 12px;
}

.office-scale-mapping .inner-image, .office-scale-assets-mapping .inner-image {
  line-height: 1px;
  text-align: center;
}

.office-scale-mapping, .office-scale-assets-mapping {
  display: none;
  position: relative;
  padding: 120px 0 50px;
  line-height: 1px;
}

.office-scale-mapping .link, .office-scale-assets-mapping .link {
  position: absolute;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 220px;
}

.office-scale-mapping .link a, .office-scale-assets-mapping .link a {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--bodycolor);
  position: relative;
}

.office-scale-mapping .link a:hover, .office-scale-assets-mapping .link a:hover {
  color: var(--tertiarycolor);
}

.office-scale-mapping .link a::after, .office-scale-assets-mapping .link a::after {
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -7px;
  width: 100%;
  background: #d6d7f3;
}

.office-scale-mapping .link a::after, .office-scale-mapping .link a::before, .office-scale-assets-mapping .link a::after, .office-scale-assets-mapping .link a::before {
  pointer-events: none;
}

.office-scale-mapping .link .icon, .office-scale-assets-mapping .link .icon {
  max-height: 22px;
  margin: 0 0 0 8px;
}

.office-scale-mapping .link.left, .office-scale-assets-mapping .link.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.office-scale-mapping .link.left .icon, .office-scale-assets-mapping .link.left .icon {
  margin: 0 8px 0 0;
}

.office-scale-mapping .label, .office-scale-assets-mapping .label {
  display: block;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--bodycolor);
  border-radius: 20px;
  border: 2px solid #d6d7f3;
  background-color: #f9fafb;
  padding: 11px 19px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
}

.office-scale-mapping .link .tooltip-content, .office-scale-assets-mapping .link .tooltip-content {
  position: absolute;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 15px;
  max-width: 327px;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 8;
  line-height: 1.5em;
}

.office-scale-mapping .link .tooltip-content::after, .office-scale-assets-mapping .link .tooltip-content::after {
  content: "";
  position: absolute;
  border-top: 16px solid #fff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  top: 100%;
  left: 21px;
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.08));
}

.office-scale-mapping .link .tooltip-content.active, .office-scale-assets-mapping .link .tooltip-content.active {
  opacity: 1;
  visibility: visible;
}

/* CSS end  here */
@media (max-width: 767px) {
  .office-scale-wrapper {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .office-scale-assets-mapping {
    margin-top: 60px;
  }
  .office-scale-section .title-part h2 strong {
    display: block;
    padding-left: 8.33%;
  }
  .office-scale-mapping, .office-scale-assets-mapping {
    display: block;
    padding: 80px 0 50px;
  }
  .office-scale-mapping .link.link-1 {
    right: 155px;
    top: 70px;
  }
  .office-scale-mapping .link.link-1 a::after {
    width: calc(100% + 35px);
  }
  .office-scale-mapping .link.link-2 {
    right: 135px;
    top: 130px;
  }
  .office-scale-mapping .link.link-2 a::after {
    width: calc(100% + 50px);
  }
  .office-scale-mapping .link.link-2 a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 55px;
    background: #d6d7f3;
    right: calc(100% + 50px);
    top: 23px;
  }
  .office-scale-mapping .link.link-3 {
    right: 30px;
    top: 170px;
    max-width: 160px;
  }
  .office-scale-mapping .link.link-3 a::after {
    width: calc(100% + 41px);
  }
  .office-scale-mapping .link.link-3 a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #d6d7f3;
    right: calc(100% + 41px);
    top: 40px;
  }
  .office-scale-mapping .link.link-4 {
    right: -30px;
    bottom: 136px;
    max-width: 200px;
  }
  .office-scale-mapping .link.link-4 a {
    padding-left: 40px;
    padding-right: 10px;
  }
  .office-scale-mapping .link.link-4 a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 160px;
    background: #d6d7f3;
    left: 0;
    bottom: -7px;
  }
  .office-scale-mapping .link.link-5 {
    right: 55px;
    bottom: 80px;
  }
  .office-scale-mapping .link.link-5 a {
    padding-left: 100px;
  }
  .office-scale-mapping .link.link-5 a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 90px;
    background: #d6d7f3;
    left: 0;
    bottom: -7px;
  }
  .office-scale-mapping .link.link-6 {
    left: 142px;
    bottom: 30px;
  }
  .office-scale-mapping .link.link-6 a {
    padding-right: 50px;
  }
  .office-scale-mapping .link.link-6 a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 95px;
    background: #d6d7f3;
    right: 0;
    bottom: -7px;
  }
  .office-scale-mapping .link.link-7 {
    left: 0;
    bottom: 95px;
    max-width: 235px;
  }
  .office-scale-mapping .link.link-7 a {
    padding-right: 10px;
  }
  .office-scale-mapping .link.link-7 a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 75px;
    background: #d6d7f3;
    right: 0;
    bottom: -7px;
  }
  .office-scale-mapping .link.link-8 {
    left: -20px;
    bottom: 170px;
    max-width: 190px;
  }
  .office-scale-mapping .link.link-8 a {
    padding-right: 10px;
  }
  .office-scale-mapping .link.link-8 a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 95px;
    background: #d6d7f3;
    right: 0;
    bottom: -7px;
  }
  .office-scale-mapping .link.link-9 {
    left: 0;
    top: 150px;
  }
  .office-scale-mapping .link.link-9 a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 53px;
    right: 0;
    top: 23px;
    background: #d6d7f3;
  }
  .office-scale-mapping .link.link-10 {
    left: 154px;
    top: 70px;
  }
  .office-scale-mapping .link.link-10 a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 150px;
    background: #d6d7f3;
    right: 0;
    top: 23px;
  }
  .office-scale-mapping .label, .office-scale-assets-mapping .label {
    bottom: 0;
    right: 0;
  }
  .office-scale-mapping .link .tooltip-content.top {
    bottom: 100%;
    margin: 0 0 20px;
  }
  .office-scale-mapping .link .tooltip-content.left {
    right: 100%;
    margin: 0 20px 0 0;
  }
  .office-scale-mapping .link .tooltip-content {
    min-width: 220px;
  }
  .office-scale-mapping .link .tooltip-content.left::after {
    left: calc(100% - 9px);
    top: 42%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .office-scale-mapping .link .tooltip-content.right {
    left: 100%;
    margin: 0 0 0 20px;
  }
  .office-scale-mapping .link .tooltip-content.right::after {
    right: calc(100% - 9px);
    left: auto;
    top: 42%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .office-scale-mapping .link .tooltip-content.bottom {
    top: 100%;
    margin: 20px 0 0 0;
  }
  .office-scale-mapping .link .tooltip-content.bottom::after {
    top: auto;
    bottom: 100%;
    left: 42%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .office-scale-mapping .link.left .tooltip-content.top::after {
    left: auto;
    right: 21px;
  }
  .office-scale-mapping .link.left .tooltip-content.bottom:after {
    left: auto;
    right: 21px;
  }
  .office-scale-assets-mapping .link.link-1 {
    right: 0px;
    max-width: 200px;
  }
  .office-scale-assets-mapping .link.link-1 a {
    padding-left: 20px;
  }
  .office-scale-assets-mapping .link.link-1 a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 160px;
    background: #d6d7f3;
    right: 100%;
    top: calc(100% + 7px);
  }
  .office-scale-mapping .link.link-1 .tooltip-content.left {
    right: 70%;
  }
  .office-scale-assets-mapping .link.link-2 {
    right: -35px;
    top: 180px;
    max-width: 120px;
  }
  .office-scale-assets-mapping .link.link-2 a {
    padding-left: 20px;
  }
  .office-scale-assets-mapping .link.link-2 a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 90px;
    background: #d6d7f3;
    left: 0;
    top: calc(100% + 7px);
  }
  .office-scale-assets-mapping .link.link-3 {
    right: -35px;
    bottom: 120px;
    max-width: 180px;
  }
  .office-scale-assets-mapping .link.link-3 a {
    padding-left: 10px;
  }
  .office-scale-assets-mapping .link.link-3 a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 120px;
    background: #d6d7f3;
    left: 0;
    bottom: -7px;
  }
  .office-scale-mapping .link.link-4 .tooltip-content.left {
    right: 90%;
  }
  .office-scale-mapping .link.link-5 .tooltip-content.left {
    right: 60%;
  }
  /**/
  .office-scale-assets-mapping .link .tooltip-content {
    padding: 10px;
    font-size: 12px;
    line-height: 1.5em;
  }
  .office-scale-assets-mapping .link.link-1 .tooltip-content {
    padding: 10px;
    bottom: calc(100% + 20px);
    left: -30px;
  }
  .office-scale-assets-mapping .link.link-2 .tooltip-content {
    min-width: 150px;
    left: -100px;
    right: auto;
    bottom: calc(100% + 20px);
  }
  .office-scale-assets-mapping .link.link-2 .tooltip-content:after {
    left: auto;
    right: 20px;
  }
  .office-scale-assets-mapping .link.link-3 .tooltip-content {
    bottom: calc(100% + 20px);
    min-width: 170px;
    left: -30px;
  }
  .office-scale-assets-mapping .link.link-4 {
    bottom: 80px;
    right: 185px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .office-scale-assets-mapping .link.link-4 img {
    margin-left: 0;
    margin-right: 0px;
  }
  .office-scale-assets-mapping .link.link-4 a {
    padding: 0 5px 0 10px;
  }
  .office-scale-assets-mapping .link.link-4 a:after {
    width: calc(100% + 5px);
    right: -14px;
  }
  .office-scale-assets-mapping .link.link-4 a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 133px;
    background: #d6d7f3;
    right: -15px;
    bottom: -7px;
  }
  .office-scale-assets-mapping .link.link-4 a.tooltip-button {
    max-width: 110px;
  }
  .office-scale-assets-mapping .link a.tooltip-button {
    font-size: 11px;
    line-height: 1.4;
  }
  .office-scale-assets-mapping .link.link-4 .tooltip-content {
    bottom: calc(100% + 15px);
    min-width: 170px;
  }
  .office-scale-assets-mapping .link.link-4 .tooltip-content:after {
    left: auto;
    right: 20px;
  }
  .office-scale-assets-mapping .link.link-5 {
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    left: 120px;
  }
  .office-scale-assets-mapping .link.link-5 a {
    padding: 0 35px 0 10px;
  }
  .office-scale-assets-mapping .link.link-5 a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 270px;
    background: #d6d7f3;
    right: -7px;
    bottom: -7px;
  }
  .office-scale-assets-mapping .link.link-5 a:after {
    right: -6px;
  }
  .office-scale-assets-mapping .link.link-5 .tooltip-content {
    bottom: calc(100% + 25px);
  }
  .office-scale-assets-mapping .link.link-5 .tooltip-content:after {
    left: auto;
    right: 25px;
  }
  .office-scale-assets-mapping .link.link-6 {
    bottom: 65px;
    left: 126px;
  }
  .office-scale-assets-mapping .link.link-6 a {
    padding-right: 20px;
  }
  .office-scale-assets-mapping .link.link-6 a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 170px;
    background: #d6d7f3;
    right: -5px;
    bottom: -7px;
  }
  .office-scale-assets-mapping .link.link-6 a:after {
    right: -4px;
  }
  .office-scale-assets-mapping .link.link-6 .tooltip-content {
    bottom: calc(100% + 20px);
  }
  .office-scale-assets-mapping .link.link-6 .tooltip-content:after {
    left: auto;
    right: 20px;
  }
  .office-scale-assets-mapping .link.link-7 {
    bottom: 110px;
    left: -18px;
  }
  .office-scale-assets-mapping .link.link-7 a {
    padding-right: 80px;
  }
  .office-scale-assets-mapping .link.link-7 a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 200px;
    background: #d6d7f3;
    right: 0px;
    bottom: -7px;
  }
  .office-scale-assets-mapping .link.link-7 a:after {
    width: 100%;
    right: 0;
    left: 0;
  }
  .office-scale-assets-mapping .link.link-7 .tooltip-content {
    bottom: calc(100% + 20px);
  }
  .office-scale-assets-mapping .link.link-7 .tooltip-content:after {
    left: auto;
    right: 20px;
  }
  .office-scale-assets-mapping .link.link-8 {
    top: 130px;
    left: 28px;
  }
  .office-scale-assets-mapping .link.link-8 a {
    padding-right: 85px;
  }
  .office-scale-assets-mapping .link.link-8 .tooltip-content {
    bottom: calc(100% + 20px);
  }
  .office-scale-assets-mapping .link.link-8 .tooltip-content:after {
    left: auto;
    right: 30px;
  }
  .office-scale-assets-mapping .link.link-8 a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    background: #d6d7f3;
    right: 0px;
    top: 22px;
  }
  .office-scale-assets-mapping .link.link-9 {
    top: 0;
    left: 160px;
  }
  .office-scale-assets-mapping .link.link-9 a {
    padding-right: 35px;
  }
  .office-scale-assets-mapping .link.link-9 a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 185px;
    background: #d6d7f3;
    right: 0;
    top: 21px;
  }
  .office-scale-assets-mapping .link.link-9 .tooltip-content {
    bottom: calc(100% + 15px);
    min-width: 170px;
  }
  .office-scale-assets-mapping .link.link-9 .tooltip-content:after {
    left: auto;
    right: 20px;
  }
  .office-scale-assets-mapping .link.link-10 {
    left: 310px;
    max-width: 220px;
  }
  .office-scale-assets-mapping .link.link-10 a {
    padding-right: 45px;
  }
  .office-scale-assets-mapping .link.link-10 a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 175px;
    background: #d6d7f3;
    right: 0;
    top: 21px;
  }
  .office-scale-assets-mapping .link.link-10 .tooltip-content {
    bottom: calc(100% + 20px);
    min-width: 200px;
  }
  .office-scale-assets-mapping .link.link-10 .tooltip-content:after {
    left: auto;
    right: 25px;
  }
}
@media (min-width: 992px) {
  .customer-intreseted-section .content {
    margin-bottom: 0;
  }
  .platform-help-section .image-block {
    max-width: 742px;
    margin: 0 auto;
  }
  .platform-help-section .image-block .link.link-1 {
    right: 70px;
    top: 0;
  }
  .platform-help-section .image-block .link.link-2 {
    left: 176px;
  }
  .platform-help-section .image-block .link.link-3::after {
    width: 280px;
  }
  .platform-help-section .image-block .link.link-5 {
    left: 220px;
  }
  .platform-help-section .image-block .link.link-6 {
    right: 70px;
  }
  .office-scale-section {
    padding: 70px 0;
  }
  .office-scale-mapping .link {
    max-width: none;
  }
  .office-scale-mapping .link.link-1 a::after {
    width: calc(100% + 50px);
  }
  .office-scale-mapping .link.link-1 {
    top: 76px;
    right: 260px;
  }
  .office-scale-mapping .link.link-2 {
    right: 155px;
  }
  .office-scale-mapping .link.link-2 a::before {
    height: 95px;
    right: calc(100% + 130px);
  }
  .office-scale-mapping .link.link-2 a::after {
    width: calc(100% + 130px);
  }
  .office-scale-mapping .link.link-3 {
    max-width: none;
    top: 190px;
    right: 70px;
  }
  .office-scale-mapping .link.link-3 a::before {
    top: 23px;
    height: 67px;
  }
  .office-scale-mapping .link.link-4 {
    max-width: 200px;
    bottom: 185px;
    right: 20px;
  }
  .office-scale-mapping .link.link-4 a::before {
    height: 180px;
  }
  .office-scale-mapping .link.link-5 {
    right: 145px;
    bottom: 100px;
  }
  .office-scale-mapping .link.link-5 a::before {
    height: 110px;
  }
  .office-scale-mapping .link.link-6 {
    left: 174px;
    bottom: 50px;
  }
  .office-scale-mapping .link.link-6 a {
    padding-right: 140px;
  }
  .office-scale-mapping .link.link-7 {
    max-width: 250px;
    left: 60px;
    bottom: 130px;
  }
  .office-scale-mapping .link.link-7 a::before {
    height: 85px;
  }
  .office-scale-mapping .link.link-8 {
    max-width: 240px;
    bottom: 210px;
    left: 0;
  }
  .office-scale-mapping .link.link-8 a {
    padding-right: 40px;
  }
  .office-scale-mapping .link.link-8 a::before {
    height: 125px;
  }
  .office-scale-mapping .link.link-9 {
    left: 70px;
  }
  .office-scale-mapping .link.link-9 a::before {
    height: 110px;
  }
  .office-scale-mapping .link.link-10 {
    left: 252px;
    top: 80px;
  }
  .office-scale-mapping .link.link-10 a::before {
    height: 200px;
  }
  .office-scale-mapping .label {
    bottom: 30px;
    right: 120px;
  }
  .office-scale-mapping .link .tooltip-content {
    padding: 20px 15px;
  }
  .work-together-section {
    padding: 70px 0 40px;
  }
  /**/
  .office-scale-assets-mapping .link.link-1 a::before {
    height: 230px;
  }
  .office-scale-assets-mapping .link.link-1 {
    right: 60px;
  }
  .office-scale-assets-mapping .link.link-1 .tooltip-content:after {
    left: auto;
    right: 40px;
  }
  .office-scale-assets-mapping .link.link-2 {
    max-width: 100%;
    right: -15px;
  }
  .office-scale-assets-mapping .link.link-2 a::before {
    height: 160px;
  }
  .office-scale-assets-mapping .link.link-3 {
    max-width: 100%;
    right: 0;
  }
  .office-scale-assets-mapping .link.link-3 a::before {
    height: 180px;
  }
  .office-scale-assets-mapping .link.link-4 {
    right: 240px;
  }
  .office-scale-assets-mapping .link.link-4 a.tooltip-button {
    max-width: 150px;
  }
  .office-scale-assets-mapping .link.link-4 a:before {
    height: 185px;
  }
  .office-scale-assets-mapping .link.link-5 {
    left: 240px;
  }
  .office-scale-assets-mapping .link.link-5 a:before {
    height: 343px;
  }
  .office-scale-assets-mapping .link.link-6 {
    left: 235px;
  }
  .office-scale-assets-mapping .link.link-6 a:before {
    height: 233px;
    right: -4px;
  }
  .office-scale-assets-mapping .link.link-7 {
    left: 45px;
  }
  .office-scale-assets-mapping .link.link-7 a:before {
    height: 285px;
  }
  .office-scale-assets-mapping .link.link-10 {
    left: 380px;
    right: 320px;
  }
  .office-scale-assets-mapping .link.link-10 a:before {
    height: 240px;
    top: 22px;
  }
  .office-scale-assets-mapping .link.link-10 .tooltip-content {
    min-width: 240px;
  }
  .office-scale-assets-mapping .link.link-9 {
    left: 258px;
  }
  .office-scale-assets-mapping .link.link-9 a:before {
    height: 230px;
  }
  .office-scale-assets-mapping .link.link-8 {
    left: 110px;
  }
  .office-scale-assets-mapping .link.link-8 a:before {
    height: 165px;
  }
}
@media (min-width: 1200px) {
  .office-scale-assets-mapping {
    margin-top: 0;
  }
  .platform-help-section .image-block .link.link-1 {
    right: 45px;
    top: 0;
  }
  .platform-help-section .image-block .link.link-2 {
    top: 12px;
    left: 120px;
  }
  .platform-help-section .image-block .link.link-2::before {
    height: 130px;
    right: -50px;
    top: 1px;
  }
  .platform-help-section .image-block .link.link-3 {
    top: 165px;
    left: 45px;
  }
  .platform-help-section .image-block .link.link-3::after {
    width: 257px;
  }
  .platform-help-section .image-block .link.link-4 {
    bottom: 100px;
    left: 20px;
  }
  .platform-help-section .image-block .link.link-4::before {
    height: 75px;
    right: -30px;
    bottom: -22px;
  }
  .platform-help-section .image-block .link.link-5 {
    bottom: 0;
    left: 150px;
  }
  .platform-help-section .image-block .link.link-5::before {
    height: 135px;
    right: -47px;
  }
  .platform-help-section .image-block .link.link-6 {
    right: 50px;
    bottom: 6px;
  }
  .platform-help-section .image-block .link.link-6::before {
    height: 188px;
  }
  .office-scale-section .title-part h2 {
    margin: 0 0 30px;
  }
  .office-scale-section .title-part {
    margin: 0 0 80px;
  }
  .office-scale-mapping .link.link-1 {
    right: 325px;
    top: 80px;
  }
  .office-scale-mapping .link.link-1 a::after {
    width: calc(100% + 70px);
  }
  .office-scale-mapping .link.link-2 {
    right: 190px;
    top: 165px;
  }
  .office-scale-mapping .link.link-2 a::before {
    right: calc(100% + 160px);
  }
  .office-scale-mapping .link.link-2 a::after {
    width: calc(100% + 160px);
  }
  .office-scale-mapping .link.link-3 {
    top: 245px;
    right: 71px;
  }
  .office-scale-mapping .link.link-3 a::before {
    height: 50px;
  }
  .office-scale-mapping .link.link-4 {
    max-width: 230px;
    right: 50px;
    bottom: 200px;
  }
  .office-scale-mapping .link.link-4 a::before {
    height: 240px;
  }
  .office-scale-mapping .link.link-5 {
    right: 215px;
    bottom: 120px;
  }
  .office-scale-mapping .link.link-5 a::before {
    height: 120px;
  }
  .office-scale-mapping .link.link-6 {
    left: 265px;
  }
  .office-scale-mapping .link.link-6 a::before {
    height: 115px;
  }
  .office-scale-mapping .link.link-7 {
    left: 120px;
    bottom: 150px;
  }
  .office-scale-mapping .link.link-7 a::before {
    height: 95px;
  }
  .office-scale-mapping .link.link-8 {
    max-width: none;
    left: -50px;
    bottom: 250px;
  }
  .office-scale-mapping .link.link-8 br {
    display: none;
  }
  .office-scale-mapping .link.link-8 a {
    padding-right: 10px;
  }
  .office-scale-mapping .link.link-8 a::before {
    height: 140px;
  }
  .office-scale-mapping .link.link-9 {
    left: 115px;
    top: 190px;
  }
  .office-scale-mapping .link.link-10 {
    left: 320px;
  }
  .office-scale-mapping .link.link-10 a::before {
    height: 245px;
  }
  .office-scale-mapping .label {
    bottom: 45px;
    right: 200px;
  }
  .office-scale-mapping .link .tooltip-content {
    min-width: 300px;
  }
  .office-scale-mapping .link.left .tooltip-content.bottom::after {
    left: auto;
    right: 21px;
  }
  /**/
  .office-scale-assets-mapping .link.link-1 {
    top: 200px;
    right: 100px;
  }
  .office-scale-assets-mapping .link.link-1 a::before {
    height: 160px;
  }
  .office-scale-assets-mapping .link.link-2 {
    top: 335px;
    right: 5px;
  }
  .office-scale-assets-mapping .link.link-2 a::before {
    height: 60px;
  }
  .office-scale-assets-mapping .link.link-3 {
    bottom: 230px;
    right: 30px;
  }
  .office-scale-assets-mapping .link.link-3 a::before {
    height: 118px;
  }
  .office-scale-assets-mapping .link.link-4 {
    bottom: 170px;
    right: 280px;
  }
  .office-scale-assets-mapping .link.link-4 a:before {
    height: 140px;
  }
  .office-scale-assets-mapping .link.link-5 {
    left: 325px;
    bottom: 50px;
  }
  .office-scale-assets-mapping .link.link-6 {
    bottom: 140px;
    left: 310px;
  }
  .office-scale-assets-mapping .link.link-6 a:before {
    height: 202px;
  }
  .office-scale-assets-mapping .link.link-7 {
    bottom: 170px;
    left: 88px;
  }
  .office-scale-assets-mapping .link.link-8 {
    left: 170px;
    top: 180px;
  }
  .office-scale-assets-mapping .link.link-9 {
    left: 335px;
    top: 32px;
  }
  .office-scale-assets-mapping .link.link-10 {
    left: auto;
    right: 380px;
    top: 140px;
  }
  .office-scale-assets-mapping .label {
    bottom: 50px;
    right: 200px;
  }
}
@media (min-width: 1400px) {
  .platform-help-section .image-block .link.link-1 {
    right: 70px;
    top: 0;
  }
  .platform-help-section .image-block .link.link-2 {
    top: 12px;
    left: 176px;
  }
  .platform-help-section .image-block .link.link-2::before {
    height: 142px;
    right: -55px;
    top: -1px;
  }
  .platform-help-section .image-block .link.link-3 {
    top: 175px;
    left: 74px;
  }
  .platform-help-section .image-block .link.link-3::after {
    width: 280px;
  }
  .platform-help-section .image-block .link.link-4 {
    bottom: 100px;
    left: 40px;
  }
  .platform-help-section .image-block .link.link-4::before {
    height: 87px;
    right: -35px;
    bottom: -24px;
  }
  .platform-help-section .image-block .link.link-5 {
    bottom: 0;
    left: 220px;
  }
  .platform-help-section .image-block .link.link-5::before {
    height: 140px;
    right: -50px;
  }
  .platform-help-section .image-block .link.link-6 {
    right: 70px;
    bottom: 6px;
  }
  .platform-help-section .image-block .link.link-6::before {
    height: 205px;
  }
  .office-scale-mapping .link .icon {
    margin: 0 0 0 15px;
    max-height: 32px;
  }
  .office-scale-mapping .link.link-1 {
    right: 350px;
    top: 80px;
  }
  .office-scale-mapping .link.link-2 {
    right: 190px;
    top: 175px;
  }
  .office-scale-mapping .link.link-2 a::before {
    height: 115px;
  }
  .office-scale-mapping .link.link-3 {
    right: 110px;
    top: 268px;
  }
  .office-scale-mapping .link.link-3 a::before {
    height: 62px;
  }
  .office-scale-mapping .link.link-4 {
    max-width: 260px;
    right: 80px;
    bottom: 245px;
  }
  .office-scale-mapping .link.link-4 a::before {
    height: 260px;
  }
  .office-scale-mapping .link.link-5 {
    right: 280px;
    bottom: 140px;
  }
  .office-scale-mapping .link.left .icon {
    margin: 0 15px 0 0;
  }
  .office-scale-mapping .link.link-6 {
    left: 344px;
  }
  .office-scale-mapping .link.link-6 a::before {
    height: 125px;
  }
  .office-scale-mapping .link.link-7 {
    left: 180px;
    bottom: 160px;
  }
  .office-scale-mapping .link.link-7 a::before {
    height: 115px;
  }
  .office-scale-mapping .link.link-8 {
    left: -30px;
    bottom: 270px;
  }
  .office-scale-mapping .link.link-8 a::before {
    height: 160px;
  }
  .office-scale-mapping .link.link-9 {
    left: 150px;
    top: 220px;
  }
  .office-scale-mapping .link.link-10 {
    left: 388px;
    top: 85px;
  }
  .office-scale-mapping .link.link-10 a::before {
    height: 283px;
  }
  .office-scale-mapping .label {
    bottom: 50px;
    right: 280px;
  }
  /**/
  .office-scale-assets-mapping .link.link-2 {
    right: 20px;
    top: 370px;
  }
  .office-scale-assets-mapping .link.link-2 a::before {
    height: 80px;
  }
  .office-scale-assets-mapping .link.link-1 a::before {
    height: 155px;
  }
  .office-scale-assets-mapping .link.link-1 {
    top: 250px;
    right: 150px;
    max-width: 180px;
  }
  .office-scale-assets-mapping .link.link-10 {
    right: 445px;
    top: 230px;
  }
  .office-scale-assets-mapping .link.link-10 a {
    width: 100%;
  }
  .office-scale-assets-mapping .link.link-10 a:before {
    height: 200px;
    top: 30x;
  }
  .office-scale-assets-mapping .link.link-3 {
    bottom: 265px;
    right: 59px;
  }
  .office-scale-assets-mapping .link.link-3 a::before {
    height: 130px;
  }
  .office-scale-assets-mapping .link.link-4 {
    bottom: 220px;
    right: 328px;
  }
  .office-scale-assets-mapping .link.link-4 a:before {
    height: 130px;
  }
  .office-scale-assets-mapping .link.link-5 {
    left: 420px;
    bottom: 102px;
  }
  .office-scale-assets-mapping .link.link-5 a:before {
    height: 350px;
  }
  .office-scale-assets-mapping .link.link-6 {
    bottom: 180px;
    left: 395px;
  }
  .office-scale-assets-mapping .link.link-6 a:before {
    height: 213px;
  }
  .office-scale-assets-mapping .link.link-6 .tooltip-content {
    top: auto;
    bottom: calc(100% + 20px);
  }
  .office-scale-assets-mapping .link .tooltip-content {
    min-width: 230px;
  }
  .office-scale-assets-mapping .link.link-7 {
    left: 113px;
    bottom: 188px;
  }
  .office-scale-assets-mapping .link.link-7 a {
    padding-right: 30px;
  }
  .office-scale-assets-mapping .link.link-7 a:after {
    width: calc(100% + 76px);
  }
  .office-scale-assets-mapping .link.link-7 a:before {
    height: 340px;
    right: -76px;
  }
  .office-scale-assets-mapping .link.link-9 {
    left: 412px;
    top: 145px;
  }
  .office-scale-assets-mapping .link.link-9 a:before {
    height: 150px;
  }
  .office-scale-assets-mapping .link.link-8 {
    left: 230px;
    top: 210px;
  }
  .office-scale-assets-mapping .link.link-8 a:before {
    height: 180px;
  }
  .office-scale-assets-mapping .link.link-9 .tooltip-content {
    min-width: 220px;
  }
  .office-scale-assets-mapping .label {
    bottom: 110px;
    right: 250px;
  }
}
/* Slick css */
.slick-slider .slick-arrow {
  background: url("https://eptura.com/wp-content/uploads/2022/09/left-slider-arrow.svg") no-repeat center;
  border: none;
  z-index: 5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 0px;
  color: #fff;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
}

.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.slick-slider .slick-dots {
  text-align: left;
  margin: 25px 0 0 0;
  padding: 0;
}

.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #d6d7f5;
  border: none;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.slick-slider .slick-dots li.slick-active button, .slick-slider .slick-dots li button:hover {
  opacity: 1;
  background-color: #0d122e;
}

section.office-scale-section .office-scale-inner .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.office-scale-section {
  letter-spacing: 0;
}

.image-block img {
  width: 100%;
}

.office-scale-list-item .icon {
  text-align: center;
}
.office-scale-list-item .icon img {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .office-scale-list-item h6 {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .office-scale-list-item p {
    font-size: 1.5rem;
  }
}

.office-scale-mapping .link .tooltip-content, .office-scale-assets-mapping .link .tooltip-content {
  font-size: 12px;
  text-align: left;
}

@media (min-width: 768px) {
  .office-scale-mapping .link.link-1 a {
    padding-left: 50px;
  }
  .office-scale-mapping .link.link-7 a {
    padding-right: 125px;
  }
  .office-scale-mapping .link.link-10 a {
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .office-scale-mapping .link.link-7 a {
    padding-right: 150px;
  }
}
@media (min-width: 1200px) {
  .office-scale-mapping .link.link-3 a {
    padding-left: 50px;
  }
  .office-scale-mapping .link.link-7 a {
    padding-right: 132px;
  }
}
@media (min-width: 1400px) {
  .office-scale-mapping .link.link-1 a {
    padding-left: 100px;
  }
  .office-scale-mapping .link.link-2 a {
    padding-left: 60px;
  }
  .office-scale-mapping .link.link-7 a {
    padding-right: 115px;
  }
}
/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 96px;
  background-color: #F1F3F4;
  z-index: 20;
}
@media screen and (max-width: 800px) {
  .l-header {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 70px;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .l-header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 40;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.l-header__logo a:hover, .l-header__logo a:focus-visible {
  opacity: 0.7;
}
.l-header__logo-item:not(:first-child) {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .l-header__logo-item:not(:first-child) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo-item--first {
    max-width: 122px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo-item--second {
    max-width: 38px;
  }
}
.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
}
@media screen and (max-width: 800px) {
  .l-header__container {
    display: none;
  }
}
.l-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header__info-item {
  max-width: 210px;
  width: 100%;
}
.l-header__info-item:not(:first-child) {
  margin-left: 20px;
}
.l-header__btn {
  width: 211px;
  margin-left: 20px;
}

.p-header-nav {
  height: inherit;
}
.p-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
.p-header-nav__item {
  height: inherit;
}
.p-header-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-transform: uppercase;
}
.p-header-nav__link:hover, .p-header-nav__link:focus-visible {
  color: #26A199;
}
.p-header-nav__child-wrap {
  position: absolute;
  top: 99%;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 40px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  z-index: 40;
}
.p-header-nav__child-wrap .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  padding-right: 40px;
  padding-left: 40px;
}
.p-header-nav__child-wrap.show {
  visibility: visible;
  opacity: 1;
}
.p-header-nav__child-wrap.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.p-header-nav__child-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  padding-right: 40px;
  padding-left: 40px;
  margin: 0 auto;
}
.p-header-nav__child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-header-nav__child:not(:first-child) {
  margin-left: 60px;
}
.p-header-nav__child-list {
  display: inline-block;
}
.p-header-nav__child-title {
  color: #26A199;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-header-nav__child-title a {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-header-nav__child-title a:hover, .p-header-nav__child-title a:focus-visible {
  opacity: 0.7;
}
.p-header-nav__child-title + * {
  margin-top: 20px;
}
.p-header-nav__child-item {
  position: relative;
}
.p-header-nav__child-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 10px;
  height: 10px;
  background: #222;
  -webkit-mask: url(../img/icon/icon_right.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_right.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.p-header-nav__child-item:hover::after, .p-header-nav__child-item:focus-visible::after {
  background: #26A199;
}
.p-header-nav__child-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 22px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.p-header-nav__child-item a:hover, .p-header-nav__child-item a:focus-visible {
  color: #26A199;
}
.p-header-nav__child-item a img {
  display: inline-block;
  max-width: 32px;
  margin-right: 10px;
}
.p-header-nav__child-item + .p-header-nav__child-item {
  margin-top: 15px;
}
.p-header-nav .has-child:hover > .p-header-nav__child-wrap {
  visibility: visible;
  opacity: 1;
}
.p-header-nav__icon path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-header-nav__item.current .l-header-nav__link {
  color: #262B43;
}
.p-header-nav__item.current .l-header-nav__link::after {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.p-header-nav__item.current .l-header-nav__icon path {
  fill: #262B43;
}

.p-header-nav__child--blue .p-header-nav__child-title {
  color: #456ED5;
}
.p-header-nav__child--blue .p-header-nav__child-item a:hover, .p-header-nav__child--blue .p-header-nav__child-item a:focus-visible {
  color: #456ED5;
}

.c-hamburger-btn {
  display: none;
}
@media screen and (max-width: 800px) {
  .c-hamburger-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 39px;
    height: 39px;
    z-index: 20;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .c-hamburger-btn::after {
    text-align: center;
    content: "MENU";
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -10px;
    width: 100%;
    font-size: 1rem;
  }
  .c-hamburger-btn:focus-visible {
    outline: 2px solid #333;
  }
}
.c-hamburger-btn button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.c-hamburger-btn__inner {
  display: block;
  position: relative;
  width: 17px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .c-hamburger-btn__inner {
    width: 17px;
    height: 14px;
  }
}
.c-hamburger-btn__line {
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  width: 100%;
}
.c-hamburger-btn__line::before {
  content: "";
  display: block;
  height: 2px;
  background-color: #222;
  border-radius: 20px;
}
.c-hamburger-btn__line:nth-of-type(1) {
  top: 0;
}
.c-hamburger-btn__line:nth-of-type(2) {
  top: calc(50% - 1px);
  right: 0;
}
.c-hamburger-btn__line:nth-of-type(3) {
  bottom: 0;
}

.p-sub-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
@media screen and (max-width: 800px) {
  .p-sub-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: auto;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    z-index: 30;
    margin-top: 96px;
  }
}
@media screen and (max-width: 800px) and (max-width: 767px) {
  .p-sub-nav {
    margin-top: 68px;
  }
}
.p-sub-nav__inner {
  position: relative;
  padding-top: 48px;
  padding-bottom: 200px;
  z-index: 30;
}
.p-sub-nav__item {
  position: relative;
  max-width: 320px;
  width: 100%;
  border-top: 1px solid #4F546B;
  margin: 0 auto;
  cursor: pointer;
}
.p-sub-nav__item:last-child {
  border-bottom: 1px solid #4F546B;
}
.p-sub-nav__item.has-child {
  padding-bottom: 14px;
}
.p-sub-nav__title {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.p-sub-nav__link {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  padding: 16px 0;
}
.p-sub-nav__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F3F3F3;
  padding: 20px;
}
.p-sub-nav__child + .p-sub-nav__child {
  margin-top: 20px;
}
.p-sub-nav__child-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #26A199;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-sub-nav__child-title::before, .p-sub-nav__child-title::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #26A199;
}
.p-sub-nav__child-title::before {
  margin-right: 8px;
}
.p-sub-nav__child-title::after {
  margin-left: 8px;
}
.p-sub-nav__child-list {
  margin-top: 10px;
}
.p-sub-nav__child-item {
  position: relative;
}
.p-sub-nav__child-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 10px;
  height: 10px;
  background: #222;
  -webkit-mask: url(../img/icon/icon_right.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_right.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.p-sub-nav__child-item:hover::after, .p-sub-nav__child-item:focus-visible::after {
  background: #26A199;
}
.p-sub-nav__child-item + .p-sub-nav__child-item {
  margin-top: 10px;
}
.p-sub-nav__child-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  padding-right: 22px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.p-sub-nav__child-item a:hover, .p-sub-nav__child-item a:focus-visible {
  color: #26A199;
}
.p-sub-nav__child-item img {
  display: inline-block;
  max-width: 32px;
  margin-right: 10px;
}
.p-sub-nav__btn {
  text-align: center;
  margin-top: 30px;
}
.p-sub-nav__info {
  position: relative;
  max-width: 240px;
  margin: 38px auto 0;
  z-index: 20;
}
.p-sub-nav__info-item:not(:first-child) {
  margin-top: 20px;
}

.p-sub-nav__child--blue .p-sub-nav__child-title {
  color: #456ED5;
}
.p-sub-nav__child--blue .p-sub-nav__child-item a:hover, .p-sub-nav__child--blue .p-sub-nav__child-item a:focus-visible {
  color: #456ED5;
}

.l-header.active .c-hamburger-btn__line:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-header.active .c-hamburger-btn__line:nth-of-type(2) {
  width: 0;
  -webkit-transition: 0.01s;
  transition: 0.01s;
}
.l-header.active .c-hamburger-btn__line:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}
@media screen and (max-width: 800px) {
  .l-header.active .p-sub-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: 0.15s;
    transition: 0.15s;
  }
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  background-color: #F1F3F4;
}
.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 193px;
}
.l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__logo-item {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.l-footer__logo-item:hover, .l-footer__logo-item:focus-visible {
  opacity: 0.7;
}
.l-footer__logo-item:not(:first-child) {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo-item:not(:first-child) {
    margin: 25px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-top: 25px;
  }
}
.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.l-footer__nav-item a {
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item a {
    font-size: 1.2rem;
  }
}
.l-footer__nav-item a:hover, .l-footer__nav-item a:focus-visible {
  opacity: 0.7;
}
.l-footer__copyright {
  background-color: #262B43;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 15px 20px;
}

/* -------------------------------------
        l-breadcrumb
-----------------------------------------*/
.l-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1200px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 30px 40px 0;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    display: none;
  }
}
.l-breadcrumb a {
  display: inline-block;
  color: #26A199;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.l-breadcrumb a.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-breadcrumb a.home::before {
  content: "";
  display: inline-block;
  background: url(../img/icon/icon_home.svg) no-repeat 50% 50%;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.l-breadcrumb__icon {
  display: inline-block;
  background: url(../img/icon/icon_right.svg) no-repeat 50% 50%;
  background-size: 5px auto;
  padding: 10px 4px;
  margin: 0 10px;
}
.l-breadcrumb .current-item {
  color: #262B43;
}
.l-breadcrumb a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.l-breadcrumb a:hover, .l-breadcrumb a:focus-visible {
  opacity: 0.7;
}

.l-breadcrumb--blue a {
  color: #456ED5;
}
.l-breadcrumb--blue a.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-breadcrumb--blue a.home::before {
  -webkit-mask: url(../img/icon/icon_home.svg) no-repeat 50% 50%;
          mask: url(../img/icon/icon_home.svg) no-repeat 50% 50%;
  background: #456ED5;
}

/* -------------------------------------
        l-section
-----------------------------------------*/
.l-section {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 40px 0;
  }
}
.l-section--first {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-section--first {
    padding-top: 40px;
  }
}
.l-section--last {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-section--last {
    padding-bottom: 60px;
  }
}

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 70px;
  }
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 50px;
}
@media screen and (max-width: 1200px) {
  .l-grid {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-grid {
    gap: 30px;
  }
}
.l-grid--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-grid--col2 > .l-grid__item {
  width: calc(50% - 25px);
}
@media screen and (max-width: 1200px) {
  .l-grid--col2 > .l-grid__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .l-grid--col2 > .l-grid__item {
    width: 100%;
  }
}

.l-grid--col3 > .l-grid__item {
  width: calc(33.3333% - 32.6666666667px);
  max-width: 340px;
}
@media screen and (max-width: 1200px) {
  .l-grid--col3 > .l-grid__item {
    width: calc(33.3333% - 26.6666666667px);
    max-width: none;
  }
}
@media screen and (max-width: 992px) {
  .l-grid--col3 > .l-grid__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .l-grid--col3 > .l-grid__item {
    width: 100%;
  }
}

.l-grid--col4 > .l-grid__item {
  width: calc(25% - 37.5px);
}
@media screen and (max-width: 1200px) {
  .l-grid--col4 > .l-grid__item {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 992px) {
  .l-grid--col4 > .l-grid__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .l-grid--col4 > .l-grid__item {
    width: 100%;
  }
}

.l-grid--narrow {
  gap: 40px 30px;
}
.l-grid--narrow.l-grid--col4 > .l-grid__item {
  width: calc(25% - 22.5px);
}
@media screen and (max-width: 992px) {
  .l-grid--narrow.l-grid--col4 > .l-grid__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .l-grid--narrow.l-grid--col4 > .l-grid__item {
    width: 100%;
  }
}

.l-grid--col3 > .c-icon-card--small {
  width: calc(33.3333% - 32.6666666667px);
  max-width: 300px;
  width: 280px;
}
@media screen and (max-width: 992px) {
  .l-grid--col3 > .c-icon-card--small {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .l-grid--col3 > .c-icon-card--small {
    width: 100%;
  }
}

/* -------------------------------------
        l-wrap
-----------------------------------------*/
.l-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-wrap {
    margin-top: 40px;
  }
}

/* -------------------------------------
        l-btnwrap
-----------------------------------------*/
.l-btnwrap {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-btnwrap {
    margin-top: 50px;
  }
}

/* -------------------------------------
        utility
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-onliy-pc {
    display: none;
  }
}

.u-onliy-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-onliy-sp {
    display: block;
  }
}

.u-onliy-tbsp {
  display: none;
}
@media screen and (max-width: 992px) {
  .u-onliy-tbsp {
    display: inline-block;
  }
}

.u-inline-block {
  display: inline-block;
}

.u-pc-mt60 {
  margin-top: 60px !important;
}

.u-pc-mt80 {
  margin-top: 80px !important;
}

.u-text-color {
  color: #26A199;
}

.u-bg-gray {
  background-color: #F1F3F4;
}

.u-border-bottom-none {
  border-bottom-width: 0;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-purple {
  color: #904ab0 !important;
}

.u-text-green {
  color: #26A199 !important;
}

.u-text-blue {
  color: #456ED5 !important;
}

/* -------------------------------------
        fade
-----------------------------------------*/
.fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.fade--top {
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeup {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.fadeup--top {
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/* 上から */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeRightTrigger {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */