@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes zoomIn {
  0% {
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  to {
    opacity: 1
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0
  }

  to {
    opacity: 0
  }
}

@keyframes slide {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(-100%)
  }
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  color: #212529;
  background-color: #fff
}

.page-root {
  font-size: 16px !important;
  line-height: 1 !important;
  font-family: "Roboto","Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #636f6c !important;
  text-align: !important;
  -webkit-text-size-adjust: 100% !important;
}

.page-root h2 {
  font-weight: bold;
}

.page-root h3 {
  font-weight: bold;
}

[tabindex='-1']:focus {
  outline: 0 !important
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

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

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

a {
  text-decoration: none;
  color: #007bff;
  background-color: transparent
}

a:hover {
  text-decoration: underline;
  color: #0056b3
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  text-decoration: none;
  color: inherit
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em
}

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  text-align: left;
  color: #6c757d
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: 0.5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 0;
  outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

select {
  word-wrap: normal
}

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

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0
}

legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  white-space: normal;
  color: inherit
}

progress {
  vertical-align: baseline
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto
}

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

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none
}

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

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

html {
  font-size: 16px;
  overflow-y: scroll
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
  line-height: 2;
  color: rgba(0, 0, 0, 0.87)
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}

p {
  margin: 0
}

a {
  color: inherit
}

a:hover,
a:focus {
  text-decoration: none;
  color: #00a2ad
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style: none
}

dd {
  margin: 0
}

img {
  width: 100%;
  vertical-align: bottom
}

video {
  vertical-align: bottom
}

.c-box {
  position: relative;
  padding: 96px
}

@media screen and (max-width: 1000px) {
  .c-box {
    padding: 96px 64px
  }
}

@media screen and (max-width: 767px) {
  .c-box {
    padding: 48px 24px
  }
}

.c-box.is-bgcolor-50 {
  background: #e4f6f7
}

.c-box.is-full {
  background: #e4f6f7
}

.c-box.is-v2 {
  padding: 96px 0
}

@media screen and (max-width:979px) {
  .c-box.is-v2 {
    padding: 40px 0
  }
}

@media screen and (max-width:767px) {
  .c-box.is-v2 {
    padding: 40px 24px
  }
}

.c-box.is-v2.is-full {
  padding: 96px 0
}

@media screen and (max-width:767px) {
  .c-box.is-v2.is-full {
    padding: 40px 24px
  }
}

.c-box.is-inquiry {
  position: relative;
  background: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/nuxt-static/images/bg-inquiry.jpg) top center no-repeat;
  background-size: cover
}

.c-box.is-inquiry-small {
  position: relative;
  background: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/nuxt-static/images/bg-inquiry.jpg) top center no-repeat;
  background-size: cover;
  padding: 160px 96px 32px
}

@media screen and (max-width: 1000px) {
  .c-box.is-inquiry-small {
    padding: 182px 64px 64px
  }
}

@media screen and (max-width: 767px) {
  .c-box.is-inquiry-small {
    padding: 192px 24px 64px
  }
}

@media screen and (max-width: 767px) {
  .c-box.is-experience-demo {
    display: none
  }
}

.c-box.is-plan-payment {
  border-top: 1px solid #e0e0e0
}

.c-box.is-security-approach {
  border-top: 1px solid #e0e0e0
}

.c-box.is-seminar {
  border-top: 1px solid #e0e0e0
}

.c-box.is-casestudy {
  background-image: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/nuxt-static/images/bg-casestudy.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain
}

@media screen and (max-width: 1160px) {
  .c-box.is-casestudy {
    background-size: auto
  }
}

@media screen and (max-width: 1000px) {
  .c-box.is-casestudy {
    background-size: auto
  }
}

@media screen and (max-width: 767px) {
  .c-box.is-casestudy {
    background-size: auto
  }
}

.c-box.is-price-example,
.c-box.is-plan-monthly,
.c-box.is-prodcts-price-example {
  border-top: 1px solid #e0e0e0
}

.c-box__inner-sm {
  max-width: 640px;
  margin: 0 auto
}

.c-box__inner-md {
  max-width: 800px;
  margin: 0 auto
}

.c-box__inner-lg {
  max-width: 1160px;
  margin: 0 auto
}

.c-box__inner-xl {
  max-width: 1280px;
  margin: 0 auto
}

.c-box__inner-full {
  max-width: 100%;
  margin: 0 auto
}

.c-box-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.c-box__heading {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 24px;
  color: rgba(0, 0, 0, 0.87)
}

.c-box__heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.c-box__heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

@media screen and (max-width: 767px) {
  .c-box__heading {
    font-size: 26px
  }
}

.c-box__heading--wrap {
  display: block
}

@media screen and (max-width: 767px) {
  .c-box__heading--wrap {
    display: inline-block
  }
}

.c-box__lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 80px;
  color: rgba(0, 0, 0, 0.6)
}

@media screen and (max-width: 767px) {
  .c-box__lead {
    font-size: 18px
  }
}

.c-box__lead--wrap {
  display: block
}

@media screen and (max-width: 767px) {
  .c-box__lead--wrap {
    display: inline-block
  }
}

.c-box__note {
  font-size: 16px
}

@media screen and (max-width: 767px) {
  .c-box__note {
    font-size: 16px
  }
}

.c-box__note--wrap {
  display: block
}

@media screen and (max-width: 767px) {
  .c-box__note--wrap {
    display: inline-block
  }
}

.c-inquiry-heading {
  color: #fff !important;
  margin: 0 auto 112px !important
}

@media screen and (max-width: 1000px) {
  .c-inquiry-heading {
    margin-bottom: 96px !important
  }
}

@media screen and (max-width: 767px) {
  .c-inquiry-heading {
    margin-bottom: 48px !important
  }
}

.c-inquiry {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 -32px
}

@media screen and (max-width: 1000px) {
  .c-inquiry {
    flex-direction: column;
    margin: 0 auto
  }
}

.c-inquiry.is-inquiry-small {
  margin: 0 -16px
}

@media screen and (max-width: 767px) {
  .c-inquiry.is-inquiry-small {
    margin: 0 auto
  }
}

.c-inquiry-box {
  margin: 0 32px;
  width: calc(50% - 32px)
}

.c-inquiry-box:last-of-type {
  margin-bottom: 0
}

@media screen and (max-width: 1000px) {
  .c-inquiry-box {
    width: 100%;
    margin: 0 auto 64px
  }
}

@media screen and (max-width: 767px) {
  .c-inquiry-box {
    margin: 0 auto 32px
  }
}

.c-inquiry-box.is-inquiry-small {
  margin: 0 16px
}

@media screen and (max-width: 1000px) {
  .c-inquiry-box.is-inquiry-small {
    margin: 0 auto 182px
  }

  .c-inquiry-box.is-inquiry-small:last-of-type {
    margin-bottom: 0
  }
}

@media screen and (max-width: 767px) {
  .c-inquiry-box.is-inquiry-small {
    margin: 0 auto 128px
  }

  .c-inquiry-box.is-inquiry-small:last-of-type {
    margin-bottom: 0
  }
}

.c-inquiry-box__heading-box {
  position: relative
}

.c-inquiry-box__heading-box.is-inquiry-small {
  max-width: 448px;
  margin: 0 auto
}

@media screen and (max-width: 1160px) {
  .c-inquiry-box__heading-box.is-inquiry-small {
    max-width: 368px
  }
}

@media screen and (max-width: 767px) {
  .c-inquiry-box__heading-box.is-inquiry-small {
    max-width: 272px;
    margin: 0 auto
  }
}

.c-inquiry-box__heading-item {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 32px;
  border-radius: 8px 8px 0 0
}

.c-inquiry-box__heading-item::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.c-inquiry-box__heading-item::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

@media screen and (max-width: 1160px) {
  .c-inquiry-box__heading-item {
    font-size: 18px
  }
}

@media screen and (max-width: 767px) {
  .c-inquiry-box__heading-item {
    padding: 24px;
    font-size: 16px
  }
}

.c-inquiry-box__heading-balloon.is-inquiry-small {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 256px;
  text-align: center;
  margin: 0 auto 0;
  padding: 20px 24px;
  white-space: nowrap;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 8px;
  background: #fff;
  line-height: 1.6
}

.c-inquiry-box__heading-balloon.is-inquiry-small::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  margin: 0;
  border: 8px solid transparent;
  border-left-color: transparent;
  border-left-color: #fff
}

@media screen and (max-width: 1160px) {
  .c-inquiry-box__heading-balloon.is-inquiry-small {
    width: 216px;
    padding: 20px 24px;
    font-size: 14px
  }
}

@media screen and (max-width: 767px) {
  .c-inquiry-box__heading-balloon.is-inquiry-small {
    padding: 14px 16px;
    bottom: 16px;
    width: 176px;
    font-size: 12px
  }
}

.c-inquiry-box__heading-image-box {
  position: absolute
}

.c-inquiry-box__heading-image-box.is-store {
  max-width: 104px;
  bottom: 20px;
  right: 44px
}

@media screen and (max-width: 1160px) {
  .c-inquiry-box__heading-image-box.is-store {
    max-width: 98px
  }
}

@media screen and (max-width: 767px) {
  .c-inquiry-box__heading-image-box.is-store {
    max-width: 64px;
    bottom: 16px;
    right: 20px
  }
}

.c-inquiry-box__heading-image-box.is-store.is-inquiry-small {
  max-width: 128px;
  right: 8px
}

.c-inquiry-box__heading-image-box.is-contact {
  max-width: 144px;
  bottom: 0;
  right: 24px
}

@media screen and (max-width: 1160px) {
  .c-inquiry-box__heading-image-box.is-contact {
    max-width: 144px
  }
}

@media screen and (max-width: 767px) {
  .c-inquiry-box__heading-image-box.is-contact {
    width: 88px;
    right: 8px
  }
}

.c-inquiry-box__heading-image-box.is-contact.is-inquiry-small {
  max-width: 168px;
  right: 0
}

.c-inquiry-box__text-box {
  background-color: #fff;
  padding: 64px;
  border-radius: 0 0 8px 8px
}

@media screen and (max-width: 1160px) {
  .c-inquiry-box__text-box {
    padding: 48px
  }
}

@media screen and (max-width: 1000px) {
  .c-inquiry-box__text-box {
    padding: 64px
  }
}

@media screen and (max-width: 767px) {
  .c-inquiry-box__text-box {
    padding: 24px
  }
}

.c-inquiry-box__text-box.is-inquiry-small {
  padding: 48px 64px;
  border-radius: 8px;
  background-color: #00646b;
  margin: 0 auto
}

@media screen and (max-width: 1160px) {
  .c-inquiry-box__text-box.is-inquiry-small {
    padding: 48px
  }
}

@media screen and (max-width: 1000px) {
  .c-inquiry-box__text-box.is-inquiry-small {
    padding: 48px
  }
}

@media screen and (max-width: 767px) {
  .c-inquiry-box__text-box.is-inquiry-small {
    padding: 24px
  }
}

.c-inquiry-box__icon-box {
  line-height: 1;
  margin: -32px auto 24px;
  font-size: 80px;
  text-align: center;
  color: rgba(0, 0, 0, 0.38)
}

@media screen and (max-width: 1160px) {
  .c-inquiry-box__icon-box {
    margin: -32px auto 24px;
    font-size: 80px
  }
}

@media screen and (max-width: 767px) {
  .c-inquiry-box__icon-box {
    margin: -8px auto 24px;
    font-size: 56px
  }
}

.c-inquiry-box__text-box-merit-heading {
  line-height: 1.6;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  margin: 40px auto 16px
}

@media screen and (max-width: 1160px) {
  .c-inquiry-box__text-box-merit-heading {
    margin-top: 48px
  }
}

@media screen and (max-width: 767px) {
  .c-inquiry-box__text-box-merit-heading {
    cursor: pointer;
    font-size: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 200px;
    padding: 10px 32px;
    margin-top: 32px;
    margin-bottom: 16px;
    position: relative;
    background-color: #f5f5f5
  }
}

.c-inquiry-box__text-box-merit-heading .safie-icon {
  display: none
}

@media screen and (max-width: 767px) {
  .c-inquiry-box__text-box-merit-heading .safie-icon {
    transition: all 0.15s ease-out;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 20px;
    font-size: 16px
  }

  .c-inquiry-box__text-box-merit-heading .safie-icon.is-active {
    transform: translateY(-50%) rotate(0)
  }
}

.c-inquiry-box__text-box-heading.is-inquiry-small {
  color: #fff;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  margin: 0 auto 32px
}

.c-inquiry-box__text-box-heading.is-inquiry-small::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.c-inquiry-box__text-box-heading.is-inquiry-small::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

@media screen and (max-width: 1160px) {
  .c-inquiry-box__text-box-heading.is-inquiry-small {
    font-size: 16px
  }
}

@media screen and (max-width: 767px) {
  .c-inquiry-box__text-box-heading.is-inquiry-small {
    font-size: 14px;
    margin-bottom: 24px
  }
}

@media screen and (max-width: 767px) {
  .c-inquiry-box__text-box-merit-text {
    transition: all 0.15s ease-out;
    max-height: 0;
    visibility: hidden;
    opacity: 0
  }

  .c-inquiry-box__text-box-merit-text.is-active {
    max-height: 2000px;
    visibility: visible;
    opacity: 1
  }
}

.c-tab-menu {
  padding: 24px 0 0;
  border-top: 1px solid #e0e0e0;
  margin: 40px auto 32px
}

@media screen and (max-width: 767px) {
  .c-tab-menu {
    position: relative;
    margin: 48px auto 24px;
    padding: 0;
    border-top: none;
    height: 80px
  }
}

.c-tab-menu.is-search-form-box {
  margin: 0 auto
}

@media screen and (max-width: 767px) {
  .c-tab-menu.is-operation {
    border-top: 1px solid #e0e0e0;
    position: static;
    height: auto;
    margin: 32px auto 32px;
    padding: 24px 0 0
  }
}

.c-tab-menu__heading {
  display: none
}

@media screen and (max-width: 767px) {
  .c-tab-menu__heading {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    display: block;
    margin: 0 auto 16px;
    text-align: center;
    text-transform: uppercase;
    color: #212121
  }
}

@media screen and (max-width: 767px) {
  .c-tab-menu__inner {
    position: absolute;
    z-index: 900;
    width: 100%;
    border: 1px solid #e0e0e0;
    background-color: #fff
  }
}

@media screen and (max-width: 767px) {
  .c-tab-menu__inner.is-operation {
    border: none;
    position: static
  }
}

.c-tab-menu__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  list-style: none
}

@media screen and (max-width: 767px) {
  .c-tab-menu__list {
    display: block;
    visibility: hidden;
    width: 100%;
    max-height: 0;
    margin: 0 auto;
    transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    background-color: #fff
  }
}

@media screen and (max-width: 767px) {
  .c-tab-menu__list.is-active {
    visibility: visible;
    max-height: 2000px;
    opacity: 1
  }
}

@media screen and (max-width: 767px) {
  .c-tab-menu__list.is-operation {
    visibility: visible;
    display: flex;
    opacity: 1;
    max-height: 100%
  }
}

.c-tab-menu__select {
  display: none
}

@media screen and (max-width: 767px) {
  .c-tab-menu__select {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: block;
    padding: 12px 24px;
    cursor: pointer
  }
}

@media screen and (max-width: 767px) {
  .c-tab-menu__select:before {
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    display: block;
    width: 8px;
    margin: auto;
    content: '';
    transform: rotate(90deg);
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%
  }
}

.c-tab-menu__select.is-active {
  background-color: #f5f5f5
}

.c-tab-menu__select .safie-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%)
}

.c-tab-menu__item {
  margin: 0
}

@media screen and (max-width: 767px) {
  .c-tab-menu__item:first-of-type {
    padding-top: 16px
  }

  .c-tab-menu__item:last-of-type {
    padding-bottom: 16px
  }
}

@media screen and (max-width: 767px) {
  .c-tab-menu__item.is-operation {
    padding: 0
  }
}

.c-tab-menu__anchor {
  position: relative;
  display: block;
  margin: 4px 24px;
  padding: 6px 0;
  transition: all .15s cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none;
  cursor: pointer
}

@media screen and (max-width: 1000px) {
  .c-tab-menu__anchor {
    margin: 4px 16px
  }
}

@media screen and (max-width: 767px) {
  .c-tab-menu__anchor {
    line-height: 1.5;
    width: 100%;
    margin: 0;
    padding: 16px 24px
  }
}

.c-tab-menu__anchor:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  width: 0;
  height: 3px;
  margin: 0;
  content: '';
  transition: all .15s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #008c95
}

@media screen and (max-width: 767px) {
  .c-tab-menu__anchor:after {
    display: none
  }
}

.c-tab-menu__anchor:after.nuxt-link-exact-active {
  width: 100%;
  transition: 0s;
  -webkit-transition: 0s
}

@media screen and (max-width: 767px) {
  .c-tab-menu__anchor.is-operation {
    margin: 0 8px;
    padding: 8px 0;
    text-align: center;
    width: auto
  }
}

@media screen and (max-width: 767px) {
  .c-tab-menu__anchor.is-operation:after {
    display: block
  }
}

.c-tab-menu__anchor:hover .c-tab-menu__label,
.c-tab-menu__anchor:active .c-tab-menu__label {
  color: #008c95
}

.c-tab-menu__anchor:hover:after,
.c-tab-menu__anchor:active:after {
  left: 0;
  width: 100%
}

.c-tab-menu__anchor.nuxt-link-exact-active .c-tab-menu__label {
  color: #008c95
}

.c-tab-menu__anchor.nuxt-link-exact-active:after {
  width: 100%;
  transition: 0s;
  -webkit-transition: 0s
}

.c-tab-menu__anchor.is-active .c-tab-menu__label {
  color: #008c95
}

.c-tab-menu__anchor.is-active:after {
  width: 100%;
  transition: 0s;
  -webkit-transition: 0s
}

.c-tab-menu__label {
  font-size: 16px;
  font-weight: 700;
  display: inline;
  text-align: center;
  color: #212121
}

@media screen and (max-width: 1000px) {
  .c-tab-menu__label {
    font-size: 16px
  }
}

@media screen and (max-width: 767px) {
  .c-tab-menu__label {
    font-size: 14px
  }
}

.c-tab-menu__label.is-search-form-box {
  font-size: 14px
}

@media screen and (max-width: 767px) {
  .c-tab-menu__label.is-operation {
    font-size: 14px
  }
}

.c-definition-list__dl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 32px 0;
  border-bottom: 1px solid #e0e0e0
}

@media screen and (max-width: 767px) {
  .c-definition-list__dl {
    flex-direction: column;
    justify-content: flex-start;
    padding: 32px 0
  }
}

.c-definition-list__dl:first-of-type {
  border-top: 1px solid #e0e0e0
}

.c-definition-list__dt {
  font-size: 16px;
  width: 25%;
  margin: 0 48px 0 0;
  padding: 0
}

.c-definition-list__dt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.c-definition-list__dt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

@media screen and (max-width: 767px) {
  .c-definition-list__dt {
    width: 100%;
    margin: 0 auto 24px
  }
}

.c-definition-list__dd {
  width: 75%;
  margin: 0;
  padding: 0
}

.c-definition-list__dd::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.c-definition-list__dd::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

@media screen and (max-width: 767px) {
  .c-definition-list__dd {
    width: 100%
  }
}

.c-definition-list__p {
  font-size: 16px;
  margin: 0 auto 1.5em;
  padding: 0
}

.c-definition-list__p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.c-definition-list__p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

@media screen and (max-width: 767px) {
  .c-definition-list__p {
    width: 100%
  }
}

.c-definition-list__p:last-of-type {
  margin-bottom: 0
}

.c-definition-list__dd-box {
  width: 328px
}

.c-definition-list__dd-box.is-about {
  margin: 0 24px 0 0
}

@media screen and (max-width: 767px) {
  .c-definition-list__dd-box.is-about {
    width: 100%;
    margin: 0 auto 24px
  }
}

.c-definition-list__dd-heading {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto 24px;
  padding: 0
}

.c-definition-list__dd-heading.is-about {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin: 2px auto 16px
}

@media screen and (max-width: 767px) {
  .c-definition-list__dd-heading.is-about {
    font-size: 16px;
    margin: 0 auto 8px
  }
}

.c-definition-list__dd-section {
  margin: 0 auto 32px
}

.c-definition-list__dd-section:last-of-type {
  margin-bottom: 0
}

.c-definition-list__dd-section.is-about--experience {
  padding: 36px 40px
}

@media screen and (max-width: 767px) {
  .c-definition-list__dd-section.is-about--experience {
    padding: 24px 24px 32px
  }
}

.c-definition-list__dd-text {
  font-size: 16px;
  line-height: 2;
  margin: 0 auto 1.4em
}

@media screen and (max-width: 767px) {
  .c-definition-list__dd-text {
    font-size: 15px
  }
}

.c-definition-list__dd-text:last-of-type {
  margin-bottom: 0
}

.c-link-button {
  text-align: center;
  margin: 0 auto
}

@media screen and (max-width: 1000px) {
  .c-link-button.is-header-cv-box-sp--store {
    margin: 24px auto
  }
}

.c-link-button.is-l-footer-store {
  margin: 0 24px 0
}

@media screen and (max-width: 1000px) {
  .c-link-button.is-l-footer-store {
    margin: 0 0 16px 0
  }
}

.c-link-button.is-top-intro--store {
  margin: 0 0 0 0
}

@media screen and (max-width: 767px) {
  .c-link-button.is-top-intro--store {
    margin-bottom: 16px
  }
}

.c-link-button.is-top-intro--inquiry {
  margin: 0 0 0
}

.c-link-button.is-p-top-news-bar {
  margin: 0 0 0 auto
}

.c-link-button.is-faq-nav {
  margin: 32px 0 0 auto
}

@media screen and (max-width: 767px) {
  .c-link-button.is-page-demo--plan {
    display: none
  }
}

.c-link-button__anchor {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 16px 96px 16px 96px;
  color: #fff;
  border-radius: 200px;
  background: #00a2ad
}

.c-link-button__anchor {
  margin: 0 auto;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
  text-align: center;
  transition: all 0.15s ease-out;
  color: #fff;
  padding: 16px 80px;
  white-space: nowrap;
  font-weight: 700;
  text-decoration: none
}

@media screen and (max-width: 1000px) {
  .c-link-button__anchor {
    padding: 14px 64px;
    white-space: normal
  }
}

@media screen and (max-width: 767px) {
  .c-link-button__anchor {
    width: 100%;
    padding: 14px 48px
  }
}

.c-link-button__anchor:link,
.c-link-button__anchor:visited {
  color: #fff
}

.c-link-button__anchor:hover,
.c-link-button__anchor:active {
  color: #fff;
  background: #00bac7;
  text-decoration: none
}

.c-link-button__anchor.is-faq {
  padding: 16px 24px
}

@media screen and (max-width: 1000px) {
  .c-link-button__anchor.is-faq {
    padding: 14px 24px
  }
}

@media screen and (max-width: 767px) {
  .c-link-button__anchor.is-faq {
    padding: 14px 24px
  }
}

.c-link-button__anchor.is-page-demo--pc {
  background-color: #00bac7;
  padding: 24px 96px;
  font-size: 24px
}

.c-link-button__anchor.is-page-demo--pc .safie-icon {
  font-size: 18px;
  right: 32px
}

.c-link-button__anchor.is-page-demo--pc:hover,
.c-link-button__anchor.is-page-demo--pc:active {
  background: #00cad9
}

.c-link-button__anchor.is-products-list {
  padding: 10px 16px;
  font-size: 14px;
  width: 100%
}

@media screen and (max-width: 1160px) {
  .c-link-button__anchor.is-products-list {
    width: auto;
    padding: 14px 48px
  }
}

.c-link-button__anchor.is-products-list .safie-icon {
  right: 16px
}

.c-link-button__anchor.is-line {
  padding: 14px 78px;
  color: #00a2ad;
  border: 2px solid #00a2ad;
  background: #fff
}

@media screen and (max-width: 1000px) {
  .c-link-button__anchor.is-line {
    padding: 12px 62px
  }
}

@media screen and (max-width: 767px) {
  .c-link-button__anchor.is-line {
    width: 100%;
    padding: 12px 30px
  }
}

.c-link-button__anchor.is-line .safie-icon {
  font-size: 14px
}

.c-link-button__anchor.is-line:hover {
  color: #fff;
  background: #00bac7;
  border: 2px solid #00bac7
}

.c-link-button__anchor.is-line.is-products-list {
  padding: 8px 16px;
  font-size: 14px;
  width: 100%
}

@media screen and (max-width: 1160px) {
  .c-link-button__anchor.is-line.is-products-list {
    width: auto;
    padding: 12px 48px
  }

  .c-link-button__anchor.is-line.is-products-list .safie-icon {
    right: 16px
  }
}

.c-link-button__anchor.is-line.is-faq-nav {
  padding: 8px 48px;
  font-size: 14px
}

.c-link-button__anchor.is-line.is-p-top-news-bar {
  font-size: 12px;
  font-weight: 700;
  padding: 10px 40px
}

.c-link-button__anchor.is-line.is-p-top-news-bar .safie-icon {
  right: 16px
}

@media screen and (max-width: 1000px) {
  .c-link-button__anchor.is-line.is-p-top-news-bar {
    padding: 12px 32px;
    min-width: 160px
  }
}

.c-link-button__anchor.is-line.is-line-light {
  border: 2px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.38)
}

.c-link-button__anchor.is-line.is-line-light:hover {
  color: #00a2ad;
  background: #fff;
  border: 2px solid #fff
}

.c-link-button__anchor.is-line.is-top-intro--store {
  border: 2px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.38);
  padding: 14px 62px;
  width: 244px
}

.c-link-button__anchor.is-line.is-top-intro--store:hover {
  color: #fff;
  background: #00bac7;
  border: 2px solid #00bac7
}

@media screen and (max-width: 1000px) {
  .c-link-button__anchor.is-line.is-top-intro--store {
    padding: 12px 62px
  }
}

@media screen and (max-width: 767px) {
  .c-link-button__anchor.is-line.is-top-intro--store {
    color: #00a2ad;
    border: 2px solid #00a2ad;
    background: #fff;
    width: 100%
  }

  .c-link-button__anchor.is-line.is-top-intro--store:hover {
    color: #fff;
    background: #00bac7;
    border: 2px solid #00bac7
  }
}

.c-link-button__anchor.is-inquiry {
  background-color: #ffd600;
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 20px
}

.c-link-button__anchor.is-inquiry:hover {
  background: #ffea00
}

@media screen and (max-width: 1160px) {
  .c-link-button__anchor.is-inquiry {
    padding-right: 64px;
    padding-left: 64px
  }
}

@media screen and (max-width: 1000px) {
  .c-link-button__anchor.is-inquiry {
    width: auto;
    padding-right: 64px;
    padding-left: 64px;
    font-size: 22px;
    max-width: 100%;
    display: block
  }
}

@media screen and (max-width: 767px) {
  .c-link-button__anchor.is-inquiry {
    width: 100%;
    padding: 14px 32px;
    font-size: 18px;
    min-width: auto
  }
}

.c-link-button__anchor.is-inquiry .safie-icon {
  right: 32px
}

@media screen and (max-width: 767px) {
  .c-link-button__anchor.is-inquiry .safie-icon {
    right: 20px
  }
}

.c-link-button__anchor.is-p-light-cv-download {
  background-color: #ffd600;
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  font-size: 18px;
  padding: 20px 64px
}

.c-link-button__anchor.is-p-light-cv-download:hover {
  background: #ffea00
}

@media screen and (max-width: 1160px) {
  .c-link-button__anchor.is-p-light-cv-download {
    padding-right: 64px;
    padding-left: 64px
  }
}

@media screen and (max-width: 1000px) {
  .c-link-button__anchor.is-p-light-cv-download {
    width: auto;
    padding-right: 32px;
    padding-left: 32px;
    font-size: 16px;
    width: 100%
  }
}

@media screen and (max-width: 767px) {
  .c-link-button__anchor.is-p-light-cv-download {
    width: 100%;
    padding: 14px 32px;
    font-size: 18px;
    min-width: auto
  }
}

.c-link-button__anchor.is-p-light-cv-download .safie-icon {
  right: 32px
}

@media screen and (max-width: 767px) {
  .c-link-button__anchor.is-p-light-cv-download .safie-icon {
    right: 20px
  }
}

.c-link-button__anchor.is-top-intro--inquiry {
  width: 244px;
  background-color: #00bac7
}

.c-link-button__anchor.is-top-intro--inquiry:hover {
  background: #00cad9
}

@media screen and (max-width: 767px) {
  .c-link-button__anchor.is-top-intro--inquiry {
    background-color: #00a2ad;
    width: 100%;
    padding: 14px 32px
  }
}

.c-link-button__anchor.is-tag {
  padding: 8px 16px;
  background-color: #fff;
  color: #00a2ad;
  border: 1px solid #00a2ad;
  font-size: 14px;
  font-weight: 700
}

.c-link-button__anchor.is-tag:hover {
  color: #fff;
  background: #00bac7;
  border: 1px solid #00bac7
}

@media screen and (max-width: 767px) {
  .c-link-button__anchor.is-tag {
    width: auto
  }
}

.c-link-button__anchor.is-header-cv-box-sp--store,
.c-link-button__anchor.is-header-cv-box-sp--contact {
  display: none
}

@media screen and (max-width: 1000px) {

  .c-link-button__anchor.is-header-cv-box-sp--store,
  .c-link-button__anchor.is-header-cv-box-sp--contact {
    min-width: 256px;
    display: block
  }
}

@media screen and (max-width: 767px) {

  .c-link-button__anchor.is-header-cv-box-sp--store,
  .c-link-button__anchor.is-header-cv-box-sp--contact {
    min-width: auto
  }
}

.c-link-button__anchor .safie-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%)
}

.c-link-button__anchor.is-l-footer-store {
  margin: 0 auto;
  font-size: 14px;
  padding: 10px 46px;
  margin: 0
}

@media screen and (max-width: 1000px) {
  .c-link-button__anchor.is-l-footer-store {
    padding: 12px 62px
  }
}

.c-link-button__anchor.is-l-footer-contact {
  font-size: 14px;
  padding: 12px 48px;
  margin: 0
}

@media screen and (max-width: 1000px) {
  .c-link-button__anchor.is-l-footer-contact {
    padding: 14px 64px
  }
}

@media screen and (max-width: 767px) {
  .c-link-button__anchor {
    width: 100%;
    text-align: center
  }
}

.c-link-text {
  color: #008c95;
  transition: all 0.15s ease-out;
  position: relative;
  font-weight: 700
}

.c-link-text:hover,
.c-link-text:active {
  color: #00a2ad;
  text-decoration: underline
}

.c-link-text:hover[target='_blank']::after,
.c-link-text:active[target='_blank']::after {
  text-decoration: none
}

.c-link-text[target='_blank']::after {
  font-weight: 400;
  font-size: 14px;
  font-family: 'safie-icon';
  content: '\e911';
  margin: 0 0.5em 0 0.25em;
  text-decoration: none;
  display: inline-block;
  line-height: 1
}

.c-link-text.is-l-footer-top__anchor {
  font-weight: 400
}

.c-link-text.is-l-footer-top__anchor[target='_blank']::after {
  font-size: 12px;
  line-height: 1
}

.c-link-text.is-arrow-right {
  font-weight: 700
}

.c-link-text.is-arrow-right:after {
  font-size: 14px;
  font-family: 'safie-icon';
  content: '\e902';
  margin: 0 0 0 0.25em;
  text-decoration: none;
  display: inline-block;
  font-weight: 400
}

.c-link-text.is-arrow-right.is-position-right {
  width: 100%;
  display: block
}

.c-link-text.is-arrow-right.is-position-right:after {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400
}

.c-link-text.is-open-window:after {
  font-size: 14px;
  font-family: 'safie-icon';
  content: '\e911';
  margin: 0 0 0 0.25em;
  text-decoration: none;
  display: inline-block;
  font-weight: 400
}

.c-link-text.is-open-window.is-position-right {
  width: 100%;
  display: block
}

.c-link-text.is-open-window.is-position-right:after {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400
}

.c-link-text.p-top-news-bar__text-anchor {
  font-weight: 400
}

.c-link-text.p-top-news-bar__text-anchor[target='_blank']::after {
  font-size: 12px
}

.c-link-text.p-top-news-bar__text-anchor::after {
  display: none
}

.c-balloon {
  position: relative
}

.c-balloon.is-p-merit-safie {
  display: flex;
  justify-content: space-around;
  margin: 0 -16px 32px
}

@media screen and (max-width: 767px) {
  .c-balloon.is-p-merit-safie {
    margin: 0 -12px 24px
  }
}

.c-balloon.is-p-plan-price {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto
}

@media screen and (max-width: 767px) {
  .c-balloon.is-p-plan-price {
    top: 48px;
    right: 0;
    left: 0;
    bottom: auto
  }
}

.c-balloon.is-products-price-example {
  margin: 0 auto 24px
}

.c-balloon__item {
  position: relative;
  padding: 20px 24px;
  border-radius: 8px;
  color: #fff;
  line-height: 1.6;
  background-color: #00bac7;
  display: flex;
  justify-content: center;
  align-items: center
}

@media screen and (max-width: 767px) {
  .c-balloon__item {
    padding: 16px 16px;
    max-width: 240px;
    margin: 0 auto
  }
}

.c-balloon__item:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  border: 10px solid transparent;
  border-top-color: transparent;
  border-top-color: #00bac7
}

@media screen and (max-width: 767px) {
  .c-balloon__item:before {
    bottom: -16px;
    border: 8px solid transparent
  }
}

.c-balloon__item.is-products-price-example {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 16px 20px
}

@media screen and (max-width: 1160px) {
  .c-balloon__item.is-products-price-example {
    font-size: 16px
  }
}

@media screen and (max-width: 1000px) {
  .c-balloon__item.is-products-price-example {
    font-size: 18px
  }
}

@media screen and (max-width: 767px) {
  .c-balloon__item.is-products-price-example {
    max-width: 100%;
    margin: 0 24px;
    font-size: 16px;
    min-height: auto
  }
}

@media screen and (max-width: 767px) {
  .c-balloon__item.is-products-price-example:before {
    bottom: -16px;
    border: 8px solid transparent;
    border-top-color: transparent;
    border-top-color: #00bac7
  }
}

.c-balloon__item.is-p-plan-price {
  background-color: #00a2ad;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 12px 20px;
  line-height: 1.4;
  position: relative
}

.c-balloon__item.is-p-plan-price:before {
  content: '';
  position: absolute;
  right: -20px;
  left: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  border: 10px solid transparent;
  border-left-color: #00a2ad
}

@media screen and (max-width: 767px) {
  .c-balloon__item.is-p-plan-price:before {
    content: '';
    position: absolute;
    top: auto;
    right: auto;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(0);
    margin: 0;
    border: 10px solid transparent;
    border-top: 10px solid #00a2ad
  }
}

@media all and (-ms-high-contrast: none) {
  .c-balloon__item.is-p-plan-price:before {
    right: -18px
  }
}

.c-balloon__item.is-p-merit-safie--analog,
.c-balloon__item.is-p-merit-safie--safie {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin: 0 16px;
  width: calc((100% - 32px) / 2 - 0.1px)
}

@media screen and (max-width: 1000px) {

  .c-balloon__item.is-p-merit-safie--analog,
  .c-balloon__item.is-p-merit-safie--safie {
    font-size: 16px
  }
}

@media screen and (max-width: 767px) {

  .c-balloon__item.is-p-merit-safie--analog,
  .c-balloon__item.is-p-merit-safie--safie {
    margin: 0 12px;
    width: calc((100% - 24px) / 2 - 0.1px);
    font-size: 12px;
    max-width: 100%
  }
}

.c-balloon__item.is-p-merit-safie--analog {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.6)
}

.c-balloon__item.is-p-merit-safie--analog:before {
  border-top-color: #e0e0e0
}

.c-balloon__item.is-p-merit-safie--safie {
  background-color: #00a2ad
}

.c-balloon__item.is-p-merit-safie--safie:before {
  border-top-color: #00a2ad
}

.c-balloon__item-line {
  position: relative;
  padding: 20px 24px;
  border-radius: 8px;
  color: #00a2ad;
  line-height: 1.6;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #00a2ad
}

.c-balloon__item-line:before,
.c-balloon__item-line:after {
  position: absolute;
  left: 50%;
  top: 100%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  border-width: 16px
}

.c-balloon__item-line:before {
  border-top-color: #00a2ad;
  margin-left: -16px
}

.c-balloon__item-line:after {
  border-top-color: #FFFFFF;
  margin: -4px 0 0 -16px
}

.c-col-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: -64px;
  margin-left: -32px;
  margin-right: -32px
}

@media screen and (max-width: 1000px) {
  .c-col-box {
    margin-top: -24px;
    margin-left: -12px;
    margin-right: -12px
  }
}

.c-col-box.is-col-4 {
  margin-top: -64px;
  margin-left: -16px;
  margin-right: -16px
}

@media screen and (max-width: 767px) {
  .c-col-box.is-col-4 {
    margin-top: -48px;
    margin-left: auto;
    margin-right: auto
  }
}

.c-col-box.is-col-4-pc {
  margin-left: -16px;
  margin-right: -16px
}

.c-col-box>.c-col-box__item-box {
  margin-top: 64px;
  margin-left: 32px;
  margin-right: 32px;
  width: calc(100% / 2 - (32px * 2))
}

@media screen and (max-width: 1000px) {
  .c-col-box>.c-col-box__item-box {
    margin-top: 24px;
    margin-left: 12px;
    margin-right: 12px;
    width: calc(100% / 2 - (12px * 2))
  }
}

.c-col-box.is-col-3>.c-col-box__item-box {
  margin-left: 32px;
  margin-right: 32px;
  width: calc(100% / 3 - (32px * 2))
}

@media screen and (max-width: 1000px) {
  .c-col-box.is-col-3>.c-col-box__item-box {
    margin-left: 12px;
    margin-right: 12px;
    width: calc(100% / 2 - (12px * 2))
  }
}

.c-col-box.is-col-4>.c-col-box__item-box {
  margin-top: 64px;
  margin-left: 16px;
  margin-right: 16px;
  width: calc(100% / 4 - (16px * 2))
}

@media screen and (max-width: 1000px) {
  .c-col-box.is-col-4>.c-col-box__item-box {
    margin-left: 32px;
    margin-right: 32px;
    width: calc(100% / 2 - (32px * 2))
  }
}

@media screen and (max-width: 767px) {
  .c-col-box.is-col-4>.c-col-box__item-box {
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%
  }
}

@media screen and (max-width: 1000px) {
  .c-col-box.is-col-2-pc>.c-col-box__item-box {
    width: 100%
  }
}

.c-col-box.is-col-3-pc>.c-col-box__item-box {
  margin-left: 32px;
  margin-right: 32px;
  width: calc(100% / 3 - (32px * 2))
}

@media screen and (max-width: 1000px) {
  .c-col-box.is-col-3-pc>.c-col-box__item-box {
    margin-left: 12px;
    margin-right: 12px;
    width: 100%
  }
}

.c-col-box.is-col-4-pc>.c-col-box__item-box {
  margin-left: 16px;
  margin-right: 16px;
  width: calc(100% / 4 - (16px * 2))
}

@media screen and (max-width: 1000px) {
  .c-col-box.is-col-4-pc>.c-col-box__item-box {
    margin-left: 12px;
    margin-right: 12px;
    width: 100%
  }
}

.c-col-2-box {
  position: relative
}

.c-col-2-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -32px 128px
}

.c-col-2-box:nth-of-type(even) .c-col-2-box__text-box,
.c-col-2-box:nth-of-type(odd).is-reverse .c-col-2-box__text-box {
  order: 1
}

.c-col-2-box:nth-of-type(even) .c-col-2-box__chart-box,
.c-col-2-box:nth-of-type(odd).is-reverse .c-col-2-box__chart-box {
  order: 2
}

.c-col-2-box:nth-of-type(odd) .c-col-2-box__text-box,
.c-col-2-box:nth-of-type(even).is-reverse .c-col-2-box__text-box {
  order: 2
}

.c-col-2-box:nth-of-type(odd) .c-col-2-box__chart-box,
.c-col-2-box:nth-of-type(even).is-reverse .c-col-2-box__chart-box {
  order: 1
}

.c-col-2-box:last-of-type {
  margin-bottom: 0
}

@media screen and (max-width: 1280px) {
  .c-col-2-box {
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto 128px
  }

  .c-col-2-box:nth-of-type(even) .c-col-2-box__text-box {
    order: 1
  }

  .c-col-2-box:nth-of-type(even) .c-col-2-box__chart-box {
    order: 2
  }

  .c-col-2-box:nth-of-type(odd) .c-col-2-box__text-box {
    order: 1
  }

  .c-col-2-box:nth-of-type(odd) .c-col-2-box__chart-box {
    order: 2
  }
}

@media screen and (max-width: 1000px) {
  .c-col-2-box {
    max-width: 100%
  }
}

@media screen and (max-width: 767px) {
  .c-col-2-box {
    max-width: 100%;
    margin: 0 auto 64px
  }
}

.c-col-2-box__text-box {
  width: 344px;
  min-width: 344px;
  margin: 0 32px
}

@media screen and (max-width: 1280px) {
  .c-col-2-box__text-box {
    width: 100%;
    min-width: auto;
    margin: 0 auto 48px
  }
}

.c-col-2-box__text-box.is-smartphone {
  min-width: 400px
}

@media screen and (max-width: 1000px) {
  .c-col-2-box__text-box.is-smartphone {
    min-width: auto
  }
}

.c-col-2-box__chart-box {
  width: 100%;
  max-width: 752px;
  margin: 0 32px;
  background-color: #fff
}

.c-col-2-box__chart-box.is-border {
  border: 1px solid #e0e0e0
}

.c-col-2-box__chart-box.is-bgcolor-none {
  background-color: transparent
}

@media screen and (max-width: 1280px) {
  .c-col-2-box__chart-box {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    margin: 0 auto
  }
}

.c-col-3-box {
  position: relative
}

.c-col-3-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -32px
}

@media screen and (max-width: 1280px) {
  .c-col-3-box {
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto
  }
}

@media screen and (max-width: 1000px) {
  .c-col-3-box {
    max-width: 100%
  }
}

.c-col-3-box__box {
  margin: 0 32px;
  width: calc((100% - 32px) / 3 - 0.1px)
}

@media screen and (max-width: 1280px) {
  .c-col-3-box__box {
    width: 100%;
    min-width: auto;
    margin: 0 auto 64px
  }
}

@media screen and (max-width: 1280px) {
  .c-col-3-box__box:last-of-type {
    margin-bottom: 0
  }
}

@media screen and (max-width: 1000px) {
  .c-col-3-box__box {
    margin-bottom: 48px
  }
}

.c-card-link-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: -64px;
  margin-left: -32px;
  margin-right: -32px
}

@media screen and (max-width: 767px) {
  .c-card-link-box {
    margin: -64px auto 0;
    flex-direction: column
  }
}

.c-card-link-box.is-col-2 .c-card-link-box__item-box {
  width: calc((100% - 32px * 2 * 2) / 2 - 0.1px)
}

@media screen and (max-width: 767px) {
  .c-card-link-box.is-col-2 .c-card-link-box__item-box {
    margin: 64px auto 0;
    width: 100%
  }
}

.c-card-link-box.is-col-3 .c-card-link-box__item-box {
  width: calc((100% - 32px * 2 * 3) / 3 - 0.1px)
}

@media screen and (max-width: 767px) {
  .c-card-link-box.is-col-3 .c-card-link-box__item-box {
    margin: 64px auto 0;
    width: 100%
  }
}

.c-card-link-box.is-col-4 .c-card-link-box__item-box {
  width: calc((100% - 32px * 2 * 4) / 4 - 0.1px)
}

@media screen and (max-width: 767px) {
  .c-card-link-box.is-col-4 .c-card-link-box__item-box {
    margin: 0 auto;
    width: 100%
  }
}

.c-card-link-box__item-box {
  width: 100%;
  margin: 64px 32px 0;
  transition: all 0.15s ease-out
}

@media screen and (max-width: 767px) {
  .c-card-link-box__item-box {
    margin: 0 auto;
    width: 100%
  }
}

.c-card-link-box__anchor {
  height: 100%;
  width: 100%;
  display: block;
  transition: all 0.15s ease-out
}

a.c-card-link-box__anchor:hover .c-card-link-box__image-box {
  opacity: .75
}

a.c-card-link-box__anchor:hover .c-link-text {
  color: #00a2ad
}

a.c-card-link-box__anchor:hover .base-heading {
  color: #00a2ad
}

a.c-card-link-box__anchor:hover .base-text {
  color: #00a2ad
}

.c-card-link-box__anchor .c-card-link-box__image-box,
.c-card-link-box__anchor .c-link-text,
.c-card-link-box__anchor .base-heading,
.c-card-link-box__anchor .base-text {
  transition: all 0.15s ease-out
}

.c-card-link-box__heading {
  font-size: 26px
}

.c-card-link-box__detail-box {
  margin: 0 auto 24px
}

.c-card-link-box__image-box {
  margin: 0 auto 32px;
  transition: all 0.15s ease-out
}

@media screen and (max-width: 1000px) {
  .c-card-link-box__image-box {
    margin-bottom: 24px
  }
}

.VueCarousel .VueCarousel-inner {
  margin: 0 -24px 0
}

@media screen and (max-width: 1000px) {
  .VueCarousel .VueCarousel-inner {
    margin: 0 -24px
  }
}

@media screen and (max-width: 767px) {
  .VueCarousel .VueCarousel-inner {
    margin: 0 -24px
  }
}

.VueCarousel .c-vue-carousel__box-anchor {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 24px
}

.VueCarousel .c-vue-carousel__box-anchor:hover .c-vue-carousel__image-box {
  opacity: .75;
  transition: all 0.15s ease-out
}

.VueCarousel .c-vue-carousel__box-anchor:hover .base-heading,
.VueCarousel .c-vue-carousel__box-anchor:hover .c-vue-carousel__listi-item {
  color: #00a2ad;
  transition: all 0.15s ease-out
}

.VueCarousel .c-vue-carousel__box-heading {
  font-size: 24px;
  line-height: 1.6
}

.VueCarousel .c-vue-carousel__image-box {
  margin: 0 auto 24px
}

@media screen and (max-width: 767px) {
  .VueCarousel .c-vue-carousel__image-box {
    max-width: 100%
  }
}

.VueCarousel .c-vue-carousel__list::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.VueCarousel .c-vue-carousel__list::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

.VueCarousel .c-vue-carousel__list.is-solution {
  margin-bottom: 32px;
  padding: 0 0 0 1.25em
}

.VueCarousel .c-vue-carousel__list-item {
  line-height: 1.8;
  list-style: disc
}

.VueCarousel .c-vue-carousel__list-item::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.VueCarousel .c-vue-carousel__list-item::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

.VueCarousel .c-vue-carousel__list-item.is-solution {
  font-size: 16px;
  margin: 0 auto 1em
}

.VueCarousel .c-vue-carousel__list-item.is-solution:last-of-type {
  margin-bottom: 0
}

@media all and (-ms-high-contrast: none) {

  .VueCarousel .c-vue-carousel__list-item:after,
  .VueCarousel .c-vue-carousel__list-item:before {
    display: none
  }
}

@supports (-ms-ime-align: auto) {

  .VueCarousel .c-vue-carousel__list-item:after,
  .VueCarousel .c-vue-carousel__list-item:before {
    display: none
  }
}

.VueCarousel .c-vue-carousel__anchor-text {
  font-size: 18px;
  line-height: 1.6
}

.VueCarousel .VueCarousel-navigation {
  max-width: 320px;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0
}

.VueCarousel .VueCarousel-navigation-button {
  display: block !important;
  border: 2px solid #008c95 !important;
  border-radius: 50% !important;
  padding: 0 !important;
  width: 56px !important;
  height: 56px !important;
  top: auto !important;
  bottom: 0 !important;
  margin: 0 !important;
  transform: translateY(0) translateX(0) !important;
  outline: none
}

@media screen and (max-width: 767px) {
  .VueCarousel .VueCarousel-navigation-button {
    width: 48px !important;
    height: 48px !important
  }
}

.VueCarousel .VueCarousel-navigation-button:after {
  font-size: 18px;
  font-family: 'safie-icon';
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  color: #008c95
}

@media screen and (max-width: 767px) {
  .VueCarousel .VueCarousel-navigation-button:after {
    font-size: 16px
  }
}

.VueCarousel .VueCarousel-navigation-button.VueCarousel-navigation-prev:after {
  content: '\e901';
  margin: 0 0.1em 0 auto
}

.VueCarousel .VueCarousel-navigation-button.VueCarousel-navigation-next:after {
  content: '\e902';
  margin: 0 auto 0 0.1em
}

.VueCarousel .VueCarousel-navigation-button:hover,
.VueCarousel .VueCarousel-navigation-button:active {
  background-color: #00bac7;
  border: 2px solid #00bac7 !important;
  color: #fff
}

.VueCarousel .VueCarousel-navigation-button:hover:after,
.VueCarousel .VueCarousel-navigation-button:active:after {
  color: #fff
}

.VueCarousel .VueCarousel-dot {
  margin: 0 6px !important;
  padding: 0px !important;
  width: 8px !important;
  height: 8px !important;
  background-color: rgba(0, 0, 0, 0.25) !important
}

.VueCarousel .VueCarousel-dot.VueCarousel-dot--active {
  background-color: #008c95 !important
}

.VueCarousel .VueCarousel-dot-container {
  display: flex !important;
  margin: 48px auto 0 !important;
  padding: 0 !important;
  flex-direction: row !important;
  align-items: center !important;
  width: 100% !important;
  justify-content: center !important;
  height: 56px
}

@media screen and (max-width: 767px) {
  .VueCarousel .VueCarousel-dot-container {
    height: 48px;
    margin: 32px auto 0 !important
  }
}

.c-post-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -32px
}

@media screen and (max-width: 1000px) {
  .c-post-list {
    flex-direction: column;
    margin: 0 auto
  }
}

@media screen and (max-width: 767px) {
  .c-post-list {
    flex-direction: column;
    margin: 0 auto
  }
}

.c-post-list__box {
  width: calc((100% - 32px) / 3 - 0.1px);
  margin: 0 32px
}

@media screen and (max-width: 1000px) {
  .c-post-list__box {
    margin: 0 auto 32px;
    padding-bottom: 32px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0
  }

  .c-post-list__box:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
  }
}

@media screen and (max-width: 767px) {
  .c-post-list__box {
    margin: 0 auto 32px;
    padding-bottom: 32px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0
  }

  .c-post-list__box:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
  }
}

@media screen and (max-width: 1000px) {
  .c-post-list__box.is-top .c-post-list__box-anchor {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start
  }

  .c-post-list__box.is-top .c-post-list__image-box {
    width: 35%;
    margin: 0 24px 0 auto
  }

  .c-post-list__box.is-top .c-post-list__text-box {
    margin: 4px auto 0;
    width: calc(100% - 35% - 24px)
  }

  .c-post-list__box.is-top .c-post-list__heading {
    font-size: 18px
  }
}

@media screen and (max-width: 767px) {
  .c-post-list__box.is-top .c-post-list__box-anchor {
    display: flex;
    justify-content: space-between;
    flex-direction: row
  }

  .c-post-list__box.is-top .c-post-list__image-box {
    width: 35%;
    margin: 0 24px 0 auto
  }

  .c-post-list__box.is-top .c-post-list__text-box {
    width: calc(100% - 35% - 24px)
  }

  .c-post-list__box.is-top .c-post-list__heading {
    font-size: 16px
  }

  .c-post-list__box.is-top:first-of-type {
    margin: 0 auto 32px;
    padding-bottom: 32px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0
  }

  .c-post-list__box.is-top:first-of-type .c-post-list__box-anchor {
    flex-direction: column
  }

  .c-post-list__box.is-top:first-of-type .c-post-list__image-box {
    width: 100%;
    margin: 0 auto 24px
  }

  .c-post-list__box.is-top:first-of-type .c-post-list__text-box {
    width: 100%
  }

  .c-post-list__box.is-top:first-of-type .c-post-list__heading {
    font-size: 18px
  }

  .c-post-list__box.is-top .c-post-list__image-box {
    width: 35%
  }
}

.c-post-list__box-anchor {
  display: block;
  width: 100%;
  height: 100%
}

.c-post-list__box-anchor:hover .c-post-list__image-box {
  transition: all 0.15s ease-out;
  opacity: .75
}

.c-post-list__box-anchor:hover .c-post-list__heading {
  transition: all 0.15s ease-out
}

.c-post-list__box-anchor:hover .c-post-list__tag {
  transition: all 0.15s ease-out
}

.c-post-list__box-anchor:hover .c-post-list__date {
  transition: all 0.15s ease-out;
  color: #00bac7
}

.c-post-list__image-box {
  margin: 0 auto 28px;
  border: 1px solid #e0e0e0
}

@media screen and (max-width: 767px) {
  .c-post-list__image-box {
    margin-bottom: 24px
  }
}

.c-post-list__tag {
  font-size: 14px;
  line-height: 1.7;
  color: #008c95;
  font-weight: 700;
  margin: 0 auto 20px
}

.c-post-list__tag::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.c-post-list__tag::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

@media screen and (max-width: 767px) {
  .c-post-list__tag {
    font-size: 12px;
    margin-bottom: 16px
  }
}

.c-post-list__heading {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 auto 20px
}

.c-post-list__heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.c-post-list__heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

@media screen and (max-width: 767px) {
  .c-post-list__heading {
    margin-bottom: 16px
  }
}

.c-post-list__date {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1.7
}

.c-post-list__date::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.c-post-list__date::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

@media screen and (max-width: 767px) {
  .c-post-list__date {
    font-size: 12px
  }
}

.c-page-anchor__list {
  margin: 0 auto;
  padding: 48px 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0
}

@media screen and (max-width: 767px) {
  .c-page-anchor__list {
    flex-direction: column;
    padding: 0
  }
}

.c-page-anchor__item {
  margin: 0 0 0
}

@media screen and (max-width: 767px) {
  .c-page-anchor__item {
    width: 100%;
    border-bottom: 1px solid #e0e0e0
  }

  .c-page-anchor__item:last-of-type {
    border-bottom: none
  }
}

.c-page-anchor__anchor {
  font-size: 20px;
  font-weight: 700;
  color: #008c95 !important;
  line-height: 1.6;
  text-decoration: none;
  margin: 0 32px;
  padding: 16px 0;
  display: block;
  position: relative;
  white-space: nowrap;
  transition: all 0.15s ease-out;
  cursor: pointer
}

@media screen and (max-width: 767px) {
  .c-page-anchor__anchor {
    font-size: 16px;
    margin: 0 auto;
    padding: 16px 0;
    width: 100%;
    padding-right: 64px
  }
}

.c-page-anchor__anchor:hover,
.c-page-anchor__anchor:active {
  transition: all 0.15s ease-out;
  text-decoration: underline !important;
  color: #00a2ad !important
}

.c-page-anchor__anchor:after {
  font-family: 'safie-icon';
  content: '\e900';
  position: absolute;
  top: calc(50% + 0.05em);
  right: -1.25em;
  transform: translateY(-50%);
  margin: 0 0 0 0;
  font-weight: 400;
  font-size: 80%
}

@media screen and (max-width: 767px) {
  .c-page-anchor__anchor:after {
    right: 1em
  }
}

.c-page-anchor__anchor .safie-icon {
  margin: 0 0 0 4px
}

.p-faq-note__anchor {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  color: #008c95
}

.c-faq {
  max-width: 800px;
  margin: 0 auto 96px
}

@media screen and (max-width: 767px) {
  .c-faq {
    margin: 0 auto 64px
  }
}

.c-faq__heading {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 56px;
  text-align: center
}

.c-faq__dl {
  background: #fff;
  margin-bottom: 4px;
  transition: all 0.15s ease-out;
  overflow: hidden
}

.c-faq__dl+.c-faq__list {
  border-top: none
}

@media screen and (max-width: 767px) {
  .c-faq__dl {
    margin: 0 -12px 4px
  }
}

.c-faq__dt {
  font-size: 20px;
  line-height: 1.7;
  position: relative;
  overflow: hidden;
  padding: 24px 96px 24px;
  color: #008c95;
  background-image: url("https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/nuxt-static/images/icon-question.svg");
  background-repeat: no-repeat;
  background-position-x: 24px;
  background-position-y: 18px;
  background-size: 48px;
  cursor: pointer
}

@media screen and (max-width: 767px) {
  .c-faq__dt {
    background-size: 40px;
    font-size: 16px;
    padding: 24px 56px 24px 88px;
    background-position-y: 20px
  }
}

.c-faq__dt:hover {
  color: #00a2ad;
  background-image: url("https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/nuxt-static/images/icon-question--hover.svg");
  text-decoration: underline
}

@media all and (-ms-high-contrast: none) {
  .c-faq__dt:hover {
    text-decoration: none
  }
}

.c-faq__dt:after {
  display: block;
  transition: transform .15s ease-in-out;
  font-family: 'safie-icon';
  content: '\e914';
  position: absolute;
  font-size: 24px;
  top: 20px;
  right: 24px;
  margin: 0 0 0 0;
  font-weight: 400;
  text-decoration: none
}

@media screen and (max-width: 767px) {
  .c-faq__dt:after {
    top: 16px;
    right: 20px
  }
}

.c-faq__dt.is-active:after {
  transform: rotate(45deg)
}

.c-faq__dt.is-active+.c-faq__dd {
  opacity: 1;
  height: 100%
}

.c-faq__dd {
  position: relative;
  overflow: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
  color: #008c95;
  background: url("https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/nuxt-static/images/icon-answer.svg") no-repeat;
  background-position-x: 24px;
  background-position-y: 10px;
  background-size: 48px;
  transition: all 0.15s ease-out
}

@media screen and (max-width: 767px) {
  .c-faq__dd {
    background-size: 40px;
    background-position-y: 14px
  }
}

.c-faq__dd-inner {
  padding: 24px 48px 48px 96px
}

@media screen and (max-width: 767px) {
  .c-faq__dd-inner {
    padding: 16px 24px 40px 88px
  }
}

.c-image {
  max-width: 100%;
  margin: 48px auto
}

@media screen and (max-width: 767px) {
  .c-image {
    margin: 32px auto
  }
}

.c-image__item {
  width: 100%
}

.lg-back-to-top {
  position: fixed;
  right: -48px;
  bottom: 32px;
  z-index: 20000;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  color: #008c95;
  border: 2px solid #008c95;
  transition: all 0.15s ease-out;
  cursor: pointer
}

@media screen and (max-width: 1000px) {
  .lg-back-to-top {
    display: none
  }
}

@media print {
  .lg-back-to-top {
    display: none
  }
}

.lg-back-to-top:after {
  font-family: 'safie-icon';
  content: '\e903';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 0 0 0;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.15s ease-out
}

.lg-back-to-top:hover,
.lg-back-to-top:active {
  background-color: #00bac7;
  border-color: #00bac7
}

.lg-back-to-top:hover:after,
.lg-back-to-top:active:after {
  color: #fff
}

.lg-back-to-top.is-scrolled {
  right: 32px
}

.c-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -64px -32px 0
}

@media screen and (max-width: 767px) {
  .c-products {
    flex-direction: column
  }
}

@media screen and (max-width: 767px) {
  .c-products {
    margin: 0 auto
  }
}

.c-products__box {
  width: calc((100% - 64px * 2) / 2 - 0.1px);
  margin: 64px 32px 0
}

@media screen and (max-width: 1160px) {
  .c-products__box {
    width: calc((100% - 64px * 2) / 2 - 0.1px)
  }
}

@media screen and (max-width: 767px) {
  .c-products__box {
    width: 100%;
    margin: 0 auto 64px
  }

  .c-products__box:last-of-type {
    margin-bottom: 0
  }
}

.c-products__box.is-products-price-example {
  width: auto;
  margin: 0 auto;
  padding: 0 24px
}

.c-products__box-inner {
  display: block;
  height: 100%;
  width: 100%
}

.c-products__intro-anchor {
  transition: all 0.15s ease-out
}

.c-products__intro-anchor:hover .c-products__intro-box,
.c-products__intro-anchor:active .c-products__intro-box {
  opacity: .75
}

.c-products-nav__note {
  font-size: 18px;
  max-width: 640px;
  margin: 0 auto
}

.c-products-nav__note--wrap {
  display: block
}

.c-products-nav__list {
  display: flex;
  justify-content: center;
  margin: 80px 0 0;
  padding: 56px 0;
  border-top: 1px solid #e0e0e0
}

.c-products-nav__item {
  margin: 0 48px 0 0
}

.c-products__intro-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #eee;
  margin: 0 auto 24px;
  transition: all 0.15s ease-out
}

@media screen and (max-width: 1160px) {
  .c-products__intro-box {
    flex-direction: column
  }
}

@media screen and (max-width: 1000px) {
  .c-products__intro-box {
    flex-direction: column
  }
}

@media screen and (max-width: 767px) {
  .c-products__intro-box {
    flex-direction: row
  }
}

.c-products__image-box-wrap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media all and (-ms-high-contrast: none) {
  .c-products__image-box-wrap {
    height: auto;
    max-width: 100%;
    min-width: 0
  }
}

.c-products__image-box {
  transition: all 0.15s ease-out;
  margin: 0 auto;
  background: #eee;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}

@media screen and (max-width: 1160px) {
  .c-products__image-box {
    max-width: 216px
  }
}

@media screen and (max-width: 1000px) {
  .c-products__image-box {
    max-width: 240px
  }
}

@media all and (-ms-high-contrast: none) {
  .c-products__image-box {
    height: auto;
    max-width: 100%;
    min-width: 0;
    display: block
  }
}

.c-products__image-box.is-products-price-example {
  max-width: 216px
}

@media screen and (max-width: 1000px) {
  .c-products__image-box.is-products-price-example {
    max-width: 240px
  }
}

@media screen and (max-width: 767px) {
  .c-products__image-box.is-products-price-example {
    max-width: 160px
  }
}

@media all and (-ms-high-contrast: none) {
  .c-products__image-item {
    max-width: 100%;
    min-width: 0;
    height: auto
  }
}

.c-products__logo-box {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 80px;
  height: 56px;
  background-color: #fff;
  border-radius: 8px;
  background-size: 80%;
  background-position: 50%
}

@media screen and (max-width: 767px) {
  .c-products__logo-box {
    width: 64px;
    height: 48px;
    bottom: 12px;
    right: 12px
  }
}

.c-products__logo-box.is-axis {
  background-repeat: no-repeat;
  background-image: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/nuxt-static/images/logo-axis-authorized-partner.png)
}

.c-products__merit-box {
  position: absolute;
  top: 16px;
  left: 16px;
  line-height: 1
}

@media screen and (max-width: 767px) {
  .c-products__merit-box {
    top: 12px;
    left: 12px
  }
}

.c-products__merit-label {
  display: inline-block;
  background-color: #757575;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 8px;
  margin: 0 4px 0 0
}

@media screen and (max-width: 767px) {
  .c-products__merit-label {
    font-size: 12px;
    padding: 6px 8px
  }
}

.c-products__lead {
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 auto 12px;
  transition: all 0.15s ease-out
}

.c-products__lead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.c-products__lead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

.c-products__caption {
  font-size: 14px;
  margin: 0 0 24px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.7;
  transition: all 0.15s ease-out
}

.c-products__caption::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.c-products__caption::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

.c-products__detail-link {
  text-align: left;
  margin-top: 24px !important
}

@media screen and (max-width: 1160px) {
  .c-products__detail-link {
    text-align: center
  }
}

.c-products__info-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto
}

@media screen and (max-width: 1160px) {
  .c-products__info-box {
    flex-direction: column
  }
}

@media screen and (max-width: 1000px) {
  .c-products__info-box {
    flex-direction: column
  }
}

.c-products__text-box {
  margin: 0 32px 0 0;
  width: 100%
}

@media screen and (max-width: 1160px) {
  .c-products__text-box {
    margin: 0 auto 24px
  }
}

@media screen and (max-width: 1000px) {
  .c-products__text-box {
    margin: 0 auto
  }
}

.c-products__text-box.is-products-price-example {
  margin: 0 auto
}

@media screen and (max-width: 1160px) {
  .c-products__text-box.is-products-price-example {
    margin: 0 auto 24px
  }
}

@media screen and (max-width: 1000px) {
  .c-products__text-box.is-products-price-example {
    margin: 0 auto
  }
}

.c-products__button-box {
  min-width: 160px
}

@media screen and (max-width: 1160px) {
  .c-products__button-box {
    width: 100%
  }
}

@media screen and (max-width: 1000px) {
  .c-products__button-box {
    margin-top: 24px
  }
}

.c-products__price-box {
  margin: 24px auto 0
}

.c-products__price-other {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6
}

.c-products__price-delimiter {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.38);
  margin: 0 0.25em 0
}

.c-products-spec {
  background-color: #fafafa;
  width: 232px;
  min-height: 360px;
  padding: 20px 24px;
  flex-shrink: 0
}

@media screen and (max-width: 1160px) {
  .c-products-spec {
    min-height: 184px;
    width: 100%;
    padding: 16px
  }
}

@media screen and (max-width: 1000px) {
  .c-products-spec {
    min-height: 184px;
    width: 100%;
    padding: 20px
  }
}

@media screen and (max-width: 767px) {
  .c-products-spec {
    min-height: 0;
    width: 152px;
    padding: 16px;
    flex-shrink: 0
  }
}

.c-products-spec__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -4px 0;
  transition: all 0.15s ease-out
}

@media screen and (max-width: 1160px) {
  .c-products-spec__list {
    margin: 0 -4px 0
  }
}

@media screen and (max-width: 1000px) {
  .c-products-spec__list {
    margin: 0 -4px 0
  }
}

@media screen and (max-width: 767px) {
  .c-products-spec__list {
    margin: 0 -4px 0
  }
}

.c-products-spec__item-box {
  text-align: center;
  width: calc((100% - 8px * 2) / 2 - 0.1px);
  margin: 12px 4px;
  line-height: 1;
  display: block;
  color: rgba(0, 0, 0, 0.6)
}

@media screen and (max-width: 1160px) {
  .c-products-spec__item-box {
    width: calc((100% - 8px * 4) / 4 - 0.1px);
    margin: 10px 4px
  }
}

@media screen and (max-width: 1000px) {
  .c-products-spec__item-box {
    width: calc((100% - 8px * 4) / 4 - 0.1px);
    margin: 10px 4px
  }
}

@media screen and (max-width: 767px) {
  .c-products-spec__item-box {
    width: calc((100% - 8px * 2) / 2 - 0.1px);
    margin: 8px 4px
  }
}

.c-products-spec__icon {
  font-size: 32px;
  display: block;
  margin: 0 auto 4px;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.15s ease-out
}

@media screen and (max-width: 767px) {
  .c-products-spec__icon {
    font-size: 24px
  }
}

.c-products-spec__icon-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  display: block;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.15s ease-out
}

@media screen and (max-width: 1000px) {
  .c-products-spec__icon-name {
    font-size: 10px
  }
}

@media screen and (max-width: 767px) {
  .c-products-spec__icon-name {
    font-size: 11px
  }
}

.c-products-price {
  font-size: 0;
  margin: 0 auto 8px
}

.c-products-price:last-of-type {
  margin-bottom: 0
}

.c-products-price__unit {
  font-family: Rubik;
  font-variant-ligatures: no-common-ligatures;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0.25em 0 0
}

.c-products-price__body {
  font-family: Rubik;
  font-variant-ligatures: no-common-ligatures;
  font-size: 29.9px;
  font-weight: 700;
  line-height: 1
}

@media screen and (max-width: 767px) {
  .c-products-price__body {
    font-size: 27.6px
  }
}

.c-products-price__tax {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 0 0
}

.c-products-name {
  font-family: Rubik;
  font-variant-ligatures: no-common-ligatures;
  font-size: 29.9px;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.25
}

.c-products-name::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: ""
}

.c-products-name::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: ""
}

@media screen and (max-width: 767px) {
  .c-products-name {
    font-size: 27.6px
  }
}

@media screen and (max-width: 1000px) {
  .c-col-box__item-box:nth-child(n+2) .c-products-introduction {
    margin-top: 32px
  }
}

.c-products-introduction__image {
  margin-bottom: 24px
}

.c-products-introduction__image-anchor {
  display: block;
  transition: all 0.15s ease-out
}

.c-products-introduction__image-anchor:hover .c-products-introduction__image-item,
.c-products-introduction__image-anchor:active .c-products-introduction__image-item {
  opacity: .75;
  transition: all 0.15s ease-out
}

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

@media screen and (max-width: 1000px) {
  .c-products-introduction__detail {
    display: block
  }
}

.c-products-introduction__detail-text {
  width: 100%;
  margin: 0 32px 0 0
}

.c-products-introduction__caption {
  font-weight: bold;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 auto 12px
}

.c-products-introduction__detail-button-box {
  min-width: 160px;
  margin: 0 0 0 auto
}

.c-products-introduction__button {
  padding: 10px 16px;
  font-size: 14px;
  width: 100%
}

@media screen and (max-width: 1000px) {
  .c-products-introduction__button {
    margin-top: 24px;
    width: auto;
    padding: 14px 48px
  }
}

.c-products__text-anchor {
  margin-top: 24px
}

@media screen and (max-width: 1000px) {
  .c-products__text-anchor {
    text-align: center
  }
}

.c-privilege__table {
  width: 100%;
  border-top: 3px solid #008c95;
  border-bottom: 1px solid #e0e0e0
}

.c-privilege__thead-th {
  color: #008c95;
  font-size: 22px;
  line-height: 1.5
}

.c-privilege__thead-th::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: ""
}

.c-privilege__thead-th::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: ""
}

.c-privilege__thead-td {
  text-align: center;
  padding: 24px;
  line-height: 1.5
}

.c-privilege__thead-td::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: ""
}

.c-privilege__thead-td::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: ""
}

@media screen and (max-width: 767px) {
  .c-privilege__thead-td {
    padding: 16px 8px;
    font-size: 12px
  }
}

.c-privilege__thead-text {
  display: block;
  line-height: 1.5
}

.c-privilege__thead-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: ""
}

.c-privilege__thead-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: ""
}

.c-privilege__thead-image-box {
  max-width: 64px;
  margin: 16px auto 0
}

@media screen and (max-width: 767px) {
  .c-privilege__thead-image-box {
    display: none
  }
}

.c-privilege__thead-image-item {
  width: 100%
}

.c-privilege__tbody-th {
  font-size: 16px;
  line-height: 1.5;
  min-width: 216px
}

@media screen and (max-width: 767px) {
  .c-privilege__tbody-th {
    min-width: auto;
    font-size: 12px;
    min-width: 96px;
    max-width: 120px
  }
}

.c-privilege__tbody-tr {
  border-top: 1px solid #e0e0e0
}

.c-privilege__tbody-td {
  text-align: center;
  padding: 16px;
  line-height: 1;
  min-width: 112px;
  max-width: 160px;
  width: 20%
}

@media screen and (max-width: 767px) {
  .c-privilege__tbody-td {
    min-width: auto;
    padding: 8px
  }
}

.c-privilege__mark--circle {
  color: #008c95
}

.c-privilege__mark--cross {
  color: #9e9e9e
}

.c-icon {
  width: 24px;
  height: 24px
}

.c-icon.is-circle-privilege {
  fill: #008c95;
  width: 20px;
  height: 20px
}

@media screen and (max-width: 767px) {
  .c-icon.is-circle-privilege {
    width: 16px;
    height: 16px
  }
}

.c-icon.is-cross-privilege {
  fill: #616161;
  width: 20px;
  height: 20px
}

@media screen and (max-width: 767px) {
  .c-icon.is-cross-privilege {
    width: 16px;
    height: 16px
  }
}

.c-base-heading-lv1,
.c-base-heading-lv2,
.c-base-heading-lv3,
.c-base-heading-lv4,
.c-merit-box__heading,
.c-base-heading-lv5,
.c-base-heading-lv6 {
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.6
}

.c-base-heading-lv1::before,
.c-base-heading-lv2::before,
.c-base-heading-lv3::before,
.c-base-heading-lv4::before,
.c-merit-box__heading::before,
.c-base-heading-lv5::before,
.c-base-heading-lv6::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: ""
}

.c-base-heading-lv1::after,
.c-base-heading-lv2::after,
.c-base-heading-lv3::after,
.c-base-heading-lv4::after,
.c-merit-box__heading::after,
.c-base-heading-lv5::after,
.c-base-heading-lv6::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: ""
}

@media screen and (max-width: 1000px) {

  .c-base-heading-lv1,
  .c-base-heading-lv2,
  .c-base-heading-lv3,
  .c-base-heading-lv4,
  .c-merit-box__heading,
  .c-base-heading-lv5,
  .c-base-heading-lv6 {
    text-align: left
  }
}

.c-base-heading-lv1 {
  font-size: 51px;
  margin-bottom: 32px;
  text-align: center;
  line-height: 1.5
}

@media screen and (max-width: 1000px) {
  .c-base-heading-lv1 {
    text-align: left
  }
}

@media screen and (max-width: 767px) {
  .c-base-heading-lv1 {
    font-size: 32px;
    margin: 0 auto 24px
  }
}

.c-base-heading-lv2 {
  font-size: 36px;
  margin-bottom: 32px;
  text-align: center;
  line-height: 1.5
}

@media screen and (max-width: 1000px) {
  .c-base-heading-lv2 {
    /* text-align: left */
  }
}

@media screen and (max-width: 767px) {
  .c-base-heading-lv2 {
    font-size: 26px;
    margin: 0 auto 24px
  }
}

.c-base-heading-lv3 {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.5
}

@media screen and (max-width: 767px) {
  .c-base-heading-lv3 {
    font-size: 22px;
    margin-bottom: 24px
  }
}

.c-base-heading-lv4,
.c-merit-box__heading {
  font-size: 22px;
  margin-bottom: 24px
}

@media screen and (max-width: 767px) {

  .c-base-heading-lv4,
  .c-merit-box__heading {
    font-size: 20px;
    margin-bottom: 24px
  }
}

.c-base-heading-lv5 {
  font-size: 20px;
  margin-bottom: 24px
}

@media screen and (max-width: 767px) {
  .c-base-heading-lv5 {
    font-size: 18px
  }
}

.c-base-heading-lv6 {
  font-size: 18px
}

.c-base-text {
  line-height: 2;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px
}

.c-base-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.c-base-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

@media screen and (max-width: 767px) {
  .c-base-text {
    font-size: 16px
  }
}

.c-base-text:first-of-type {
  margin-top: 0
}

.c-base-text:last-of-type {
  margin-bottom: 0
}

.c-base-text.is-arrow-right:after {
  font-weight: 700;
  font-family: 'safie-icon';
  content: '\e902';
  margin: 0 0 0 0;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  vertical-align: -0.1em;
  color: #008c95
}

.c-base-text.is-arrow-right.is-position-right {
  width: 100%;
  display: block
}

.c-base-text.is-arrow-right.is-position-right:after {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400
}

.c-base-lead {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1.5em;
  margin-bottom: 64px;
  text-align: center
}

.c-base-lead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  content: ""
}

.c-base-lead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  content: ""
}

@media screen and (max-width: 1000px) {
  .c-base-lead {
    text-align: left
  }
}

@media screen and (max-width: 767px) {
  .c-base-lead {
    margin-bottom: 48px
  }
}

.c-base-list {
  color: red
}

.c-base-list li {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.8;
  margin: 0 0 1em 0
}

.c-base-list li:last-of-type {
  margin-bottom: 0
}

@media screen and (max-width: 767px) {
  .c-base-list li {
    font-size: 16px
  }
}

.c-base-list.is-margin-tight {
  margin: 0 0 0.5em 0
}

ul.c-base-list {
  margin: 2em 0;
  padding: 0;
  padding-left: 1.25em
}

ul.c-base-list li {
  list-style: disc
}

ol.c-base-list {
  display: table;
  margin: 2em 0;
  padding: 0;
  counter-reset: table-ol
}

ol.c-base-list li {
  list-style-type: decimal;
  margin: 0;
  padding: 0;
  display: table-row;
  counter-increment: table-ol
}

ol.c-base-list li>ol,
ol.c-base-list li ul {
  margin-top: 2em;
  margin-left: 1em
}

ol.c-base-list li>ol li,
ol.c-base-list li ul li {
  counter-increment: cnt
}

ol.c-base-list li>ol li:before,
ol.c-base-list li ul li:before {
  content: "（"counter(cnt) "）";
  padding-right: 0
}

ol.c-base-list li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right
}

ol.c-base-list li:after {
  content: '';
  display: block;
  margin-bottom: 1em
}

ol.c-base-list li:last-of-type:after {
  margin-bottom: 0
}

.c-embed-video__inner {
  position: relative;
  margin: 0 auto;
  text-align: center
}

.c-embed-video__video-item {
  position: absolute;
  width: 100%
}

.c-embed-video__frame-item {
  position: relative;
  top: 0;
  left: 0;
  pointer-events: none
}

.c-embed-video__inner.is-smartphone {
  max-width: 336px
}

@media screen and (max-width: 1000px) {
  .c-embed-video__inner.is-smartphone {
    max-width: 276px
  }
}

.c-embed-video__inner.is-smartphone .c-embed-video__video-item {
  width: 86.4%;
  top: 12.3%;
  left: 7%
}

.c-merit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -32px
}

@media screen and (max-width: 1000px) {
  .c-merit {
    flex-direction: column;
    margin: 0 auto;
    max-width: 800px
  }
}

.c-merit-box {
  margin: 0 32px;
  width: calc((100% - 32px * (3 - 1)) / 3 - 0.1px)
}

@media screen and (max-width: 1000px) {
  .c-merit-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto 48px;
    width: 100%
  }

  .c-merit-box:last-of-type {
    margin-bottom: 0
  }
}

@media screen and (max-width: 767px) {
  .c-merit-box {
    display: block;
    width: 100%;
    margin: 0 auto 64px;
    max-width: 344px
  }

  .c-merit-box:last-of-type {
    margin-bottom: 0
  }
}

.c-merit-box__image-box {
  max-width: 344px;
  margin: 0 auto 48px
}

@media screen and (max-width: 1280px) {
  .c-merit-box__image-box {
    margin: 0 auto 32px
  }
}

@media screen and (max-width: 1000px) {
  .c-merit-box__image-box {
    max-width: 100%;
    margin: 0 16px 0;
    width: calc((100% - 32px * (2 - 1)) / 2 - 0.1px)
  }
}

@media screen and (max-width: 767px) {
  .c-merit-box__image-box {
    width: 100%;
    margin: 0 auto 40px;
    max-width: 256px
  }
}

@media screen and (max-width: 1000px) {
  .c-merit-box__text-box {
    margin: 0 16px;
    width: calc((100% - 32px * (2 - 1)) / 2 - 0.1px)
  }
}

@media screen and (max-width: 767px) {
  .c-merit-box__text-box {
    width: 100%;
    margin: 0 auto
  }
}

.c-merit-box__heading {
  text-align: center
}

@media screen and (max-width: 1280px) {
  .c-merit-box__heading {
    text-align: left
  }
}

@media screen and (max-width: 1000px) {
  .c-merit-box__heading {
    text-align: left
  }
}

@media screen and (max-width: 767px) {
  .c-merit-box__heading {
    text-align: center
  }
}

.c-merit-box__image-item {
  display: block;
  width: 100%;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #e4f6f7
}

.c-merit-box__list {
  padding-left: 1.25em
}

.c-merit-box__list-item,
.c-merit-box__text-item {
  font-size: 16px;
  margin-bottom: 0.75em;
  line-height: 1.7;
  list-style: disc
}

.c-merit-box__list-item:last-of-type,
.c-merit-box__text-item:last-of-type {
  margin-bottom: 0
}

.c-step-box__text {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.87)
}

.c-compare-box {
  position: relative;
  background-color: #fff;
  padding: 0 32px 32px
}

@media screen and (max-width: 1000px) {
  .c-compare-box.is-safie {
    margin-top: 32px
  }
}

.c-compare-box__heading {
  text-align: center;
  font-size: 24px;
  margin: 0 -32px 32px;
  padding: 16px;
  background-color: #757575;
  color: #fff
}

@media screen and (max-width: 1280px) {
  .c-compare-box__heading {
    line-height: 1.5;
    padding: 24px;
    font-size: 18px
  }
}

@media screen and (max-width: 767px) {
  .c-compare-box__heading {
    padding: 16px
  }
}

@media screen and (max-width: 1280px) {
  .c-compare-box.is-safie .c-compare-box__heading {
    padding-top: 24px
  }
}

.c-compare-box__balloon {
  position: absolute;
  font-weight: bold;
  color: #008c95;
  background-color: #ffea00;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  top: -57px;
  right: -33px
}

@media screen and (max-width: 1280px) {
  .c-compare-box__balloon {
    width: 60%;
    height: auto;
    top: -8px;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    padding: 8px 16px
  }
}

@media screen and (max-width: 1280px) {
  .c-compare-box__balloon::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #ffea00 transparent transparent
  }
}

.c-compare-box__balloon-text {
  text-align: center
}

.c-compare-box.is-safie .c-compare-box__heading {
  background-color: #00bac7
}

.c-compare-box__list {
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
  padding: 0
}

@media screen and (max-width: 1000px) {
  .c-compare-box__list {
    display: block;
    margin: 0
  }
}

.c-compare-box__list-item {
  flex: 1;
  margin: 0 7px
}

@media screen and (max-width: 1000px) {
  .c-compare-box__list-item {
    display: flex;
    align-items: center;
    margin: 0 -12px
  }
}

@media screen and (max-width: 1000px) {
  .c-compare-box__list-item+.c-compare-box__list-item {
    margin-top: 24px
  }
}

@media screen and (max-width: 1000px) {
  .c-compare-box__list-image {
    width: calc(50% - 12px);
    margin-left: 12px;
    margin-right: 12px
  }
}

.c-compare-box__list-text {
  font-weight: bold;
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  min-height: 48px;
  color: rgba(0, 0, 0, 0.6)
}

@media screen and (max-width: 1280px) {
  .c-compare-box__list-text {
    font-size: 12px
  }
}

@media screen and (max-width: 1000px) {
  .c-compare-box__list-text {
    text-align: left;
    font-size: 14px;
    width: calc(50% - 12px);
    margin-top: 0;
    margin-left: 12px;
    margin-right: 12px;
    min-height: 0
  }
}

.c-compare-box__text {
  font-weight: bold;
  margin-top: 24px;
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6)
}

@media screen and (max-width: 1280px) {
  .c-compare-box__text {
    margin-top: 24px;
    font-size: 22px
  }
}

@media screen and (max-width: 1000px) {
  .c-compare-box__text {
    font-size: 18px
  }
}

.c-compare-box.is-safie .c-compare-box__text {
  color: #008c95
}

@media screen and (max-width: 1000px) {
  .c-col-box__item-box:nth-child(n+2) .c-case-study {
    padding-top: 8px
  }
}

.c-case-study {
  display: block;
  height: 100%
}

@media screen and (max-width: 1000px) {
  .c-case-study {
    padding-bottom: 24px;
    border-bottom: 1px solid #e0e0e0
  }
}

.c-case-study:hover .c-case-study__main-image-box,
.c-case-study:hover .c-case-study__logo-image-box {
  opacity: .75;
  transition: all 0.15s ease-out
}

.c-case-study:hover .c-case-study__lead {
  color: #00a2ad;
  transition: all 0.15s ease-out
}

.c-case-study:hover .c-case-study__detail-dt,
.c-case-study:hover .c-case-study__detail-dd {
  color: rgba(0, 0, 0, 0.87)
}

.c-case-study__logo-box {
  width: calc(100% - 48px);
  height: 88px;
  padding: 0;
  margin: -44px 24px 8px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100
}

@media screen and (max-width: 767px) {
  .c-case-study__logo-box {
    height: 72px;
    margin: -36px 24px 8px
  }
}

.c-case-study__logo-image-box {
  text-align: center;
  margin: 0 auto;
  max-width: 144px
}

@media screen and (max-width: 767px) {
  .c-case-study__logo-image-box {
    max-width: 128px
  }
}

.c-case-study__logo-image-item {
  width: 100%;
  height: auto
}

.c-case-study__name {
  font-weight: bold;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5
}

.c-case-study__name::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: ""
}

.c-case-study__name::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: ""
}

.c-case-study__lead {
  font-weight: bold;
  font-size: 18px;
  color: #008c95;
  line-height: 1.6;
  margin-top: 16px
}

.c-case-study__lead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  content: ""
}

.c-case-study__lead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  content: ""
}

.c-case-study__detail {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px
}

.c-case-study__detail-dt {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  width: 88px;
  margin: 0 16px 12px 0
}

.c-case-study__detail-dt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  content: ""
}

.c-case-study__detail-dt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  content: ""
}

.c-case-study__detail-dt:last-of-type {
  margin-bottom: 0
}

.c-case-study__detail-dd {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 12px;
  width: calc(100% - 88px - 16px)
}

.c-case-study__detail-dd::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  content: ""
}

.c-case-study__detail-dd::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  content: ""
}

.c-case-study__detail-dd:last-of-type {
  margin-bottom: 0
}

.c-case-study__anchor {
  margin-top: 16px;
  text-align: center
}

.c-step-heading {
  line-height: 1;
  font-family: Rubik;
  font-style: italic;
  text-align: left;
  opacity: 0.2;
  color: #008c95;
  font-weight: 400;
  margin: -32px auto 24px
}

.c-step-heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.c-step-heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

@media screen and (max-width: 767px) {
  .c-step-heading {
    margin: -16px auto 24px
  }
}

.c-step-heading__step {
  font-size: 48px
}

@media screen and (max-width: 767px) {
  .c-step-heading__step {
    font-size: 24px
  }
}

.c-step-heading__number {
  font-size: 96px
}

@media screen and (max-width: 767px) {
  .c-step-heading__number {
    font-size: 48px
  }
}

.c-point-heading {
  line-height: 1;
  font-family: Rubik;
  font-style: italic;
  text-align: left;
  opacity: 0.2;
  color: #008c95;
  font-weight: 400;
  margin: -32px auto 24px
}

.c-point-heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.c-point-heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

@media screen and (max-width: 767px) {
  .c-point-heading {
    margin: -16px auto 24px
  }
}

.c-point-heading__point {
  font-size: 48px
}

@media screen and (max-width: 767px) {
  .c-point-heading__point {
    font-size: 24px
  }
}

.c-point-heading__number {
  font-size: 96px
}

@media screen and (max-width: 767px) {
  .c-point-heading__number {
    font-size: 48px
  }
}

.c-video-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}

.c-video-youtube__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.c-icon-plus {
  width: 40px;
  height: 40px;
  background-color: #008c95;
  border-radius: 50%;
  display: block;
  position: relative
}

@media screen and (max-width: 767px) {
  .c-icon-plus {
    width: 32px;
    height: 32px
  }
}

.c-icon-plus:after {
  font-family: "safie-icon";
  content: "\e914";
  position: absolute;
  font-size: 24px;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: auto;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: 400
}

@media screen and (max-width: 767px) {
  .c-icon-plus:after {
    font-size: 18px;
    line-height: 18px
  }
}

.c-icon-plus.is-plan-intro {
  margin: 0 20px
}

@media screen and (max-width: 767px) {
  .c-icon-plus.is-plan-intro {
    margin: 16px auto
  }
}

.c-icon-plus.is-p-price-example,
.c-icon-plus.is-p-price-intro {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  transform: translate(50%, -50%);
  z-index: 500
}

@media screen and (max-width: 1000px) {

  .c-icon-plus.is-p-price-example,
  .c-icon-plus.is-p-price-intro {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%)
  }
}

.c-icon-plus.is-p-price-option {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%)
}

@media screen and (max-width: 767px) {
  .c-icon-plus.is-p-price-option {
    top: -22px
  }
}

.p-experience-demo {
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media screen and (max-width: 1160px) {
  .p-experience-demo {
    flex-direction: column
  }
}

.p-experience-demo.is-page-demo {
  display: block
}

@media screen and (max-width: 1000px) {
  .p-experience-demo.is-page-demo {
    display: none
  }
}

@media screen and (max-width: 767px) {
  .p-experience-demo.is-page-demo {
    display: none
  }
}

.p-experience-demo__image-box {
  position: relative;
  margin: 0 64px 0 0;
  width: 100%
}

@media screen and (max-width: 1160px) {
  .p-experience-demo__image-box {
    margin: 0 auto;
    order: 2;
    max-width: 800px
  }
}

.p-experience-demo__image-box.is-page-demo {
  max-width: 640px;
  margin: 0 auto
}

.p-experience-demo__image-screen {
  max-width: 100%;
  position: absolute;
  z-index: 500;
  top: -3.4%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 77%
}

.p-experience-demo__image-screen.is-page-demo:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 5000;
  display: block
}

.p-experience-demo__image-screen-bg {
  max-width: 100%;
  position: absolute;
  z-index: 550;
  top: -3.4%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 77%;
  height: 86%;
  background: rgba(0, 0, 0, 0.75)
}

.p-experience-demo__image-mock {
  max-width: 100%;
  width: 100%
}

.p-experience-demo__button-box {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 570;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 96px
}

.p-experience-demo__button-box-heading {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  margin: 48px auto 24px
}

.p-experience-demo__button-box-heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.p-experience-demo__button-box-heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

.p-experience-demo__button-box-text {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 2;
  margin: 0 auto 0
}

.p-experience-demo__button-box-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.p-experience-demo__button-box-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

@media screen and (max-width: 767px) {
  .p-experience-demo__button-box-text {
    order: 1;
    margin-bottom: 64px;
    width: 100%
  }
}

.p-experience-demo__heading {
  text-align: left !important
}

@media screen and (max-width: 1160px) {
  .p-experience-demo__heading {
    text-align: center !important
  }
}

.p-experience-demo__lead {
  text-align: left !important
}

@media screen and (max-width: 1160px) {
  .p-experience-demo__lead {
    text-align: center !important
  }
}

.p-experience-demo__text-box {
  min-width: 536px
}

@media screen and (max-width: 1160px) {
  .p-experience-demo__text-box {
    order: 1;
    margin-bottom: 64px;
    width: 100%
  }
}

@media screen and (max-width: 767px) {
  .p-experience-demo__text-box {
    display: none
  }
}

#synalio-iframe {
  z-index: 60000 !important
}

@media screen and (max-width: 767px) {
  #synalio-iframe {
    z-index: 40000 !important
  }
}

@media print {
  #synalio-iframe {
    display: none
  }
}

.p-price-example {
  display: none
}

.p-price-example.is-active {
  display: block;
  animation: fadeIn .25s ease 0s
}

.p-price-example__box {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e0e0e0
}

@media screen and (max-width: 1000px) {
  .p-price-example__box {
    flex-direction: column
  }
}

.p-price-example__price-box {
  width: 50%;
  border-left: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

@media screen and (max-width: 1000px) {
  .p-price-example__price-box {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-left: none
  }
}

.p-price-example__heading {
  background-color: #f5f5f5;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

@media screen and (max-width: 1000px) {
  .p-price-example__heading {
    font-size: 18px;
    padding: 12px 24px;
    min-height: auto
  }
}

.p-price-example__heading.is-scale {
  color: #fff;
  background-color: #00a2ad
}

.p-price-example__option-item-box {
  display: flex;
  justify-content: center;
  align-items: center
}

.p-price-example__option-item-box+.p-price-example__option-item-box {
  border-top: 1px solid #e0e0e0;
  margin-top: 32px;
  padding-top: 32px
}

@media screen and (max-width: 767px) {
  .p-price-example__option-item-box {
    display: block
  }
}

.p-price-example__option-name {
  font-size: 20px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 24px;
  line-height: 1.6
}

@media screen and (max-width: 1000px) {
  .p-price-example__option-name {
    font-size: 16px;
    margin-right: 0
  }
}

.p-price-example__option-detail-box {
  color: #008c95;
  font-size: 16px;
  font-weight: 700;
  text-align: center
}

@media screen and (max-width: 767px) {
  .p-price-example__option-detail-box {
    font-size: 14px;
    margin-top: 16px
  }
}

.p-price-example__option-number-price {
  font-family: Rubik;
  font-size: 36px;
  line-height: 1
}

@media screen and (max-width: 1160px) {
  .p-price-example__option-number-price {
    font-size: 32px
  }
}

@media screen and (max-width: 1000px) {
  .p-price-example__option-number-price {
    font-size: 26px
  }
}

.p-price-example__price-calc {
  margin: 0 auto 24px;
  line-height: 1
}

@media screen and (max-width: 1000px) {
  .p-price-example__price-calc {
    margin: 0 auto 8px auto
  }
}

.p-price-example__price-calc-number {
  font-size: 36px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
  font-family: Rubik;
  font-weight: 700
}

@media screen and (max-width: 1160px) {
  .p-price-example__price-calc-number {
    font-size: 32px
  }
}

@media screen and (max-width: 1000px) {
  .p-price-example__price-calc-number {
    font-size: 24px
  }
}

.p-price-example__price-calc-unit {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700
}

@media screen and (max-width: 1160px) {
  .p-price-example__price-calc-unit {
    font-size: 12px
  }
}

.p-price-example__price-calc-times {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  margin: 0 0.25em
}

@media screen and (max-width: 1160px) {
  .p-price-example__price-calc-times {
    font-size: 14px
  }
}

.p-price-example__price-box-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  height: 100%
}

@media screen and (max-width: 1000px) {
  .p-price-example__price-box-detail {
    padding: 32px 24px
  }
}

.p-price-example__related-wrap-box {
  padding: 24px
}

@media screen and (max-width: 767px) {
  .p-price-example__related-wrap-box {
    padding: 32px 24px
  }
}

.p-price-example__casestudy-list-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: -48px -24px 0
}

@media screen and (max-width: 767px) {
  .p-price-example__casestudy-list-box {
    margin: -32px auto 0
  }
}

.p-price-example__related-box {
  position: relative;
  margin: 8px auto 0;
  border: 1px solid #e0e0e0
}

.p-price-example__related-heading {
  font-size: 18px;
  line-height: 1.6;
  background-color: #f5f5f5;
  padding: 16px 24px;
  text-align: center
}

.p-price-example__price-total-box {
  font-size: 0
}

@media screen and (max-width: 1000px) {
  .p-price-example__price-total-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
    margin: 0 auto 0 auto
  }
}

.p-price-example__price-total-heading {
  font-size: 18px;
  line-height: 1.6;
  color: #008c95;
  font-weight: 700;
  margin: 0 auto 12px;
  text-align: center;
  min-height: 0%
}

.p-price-example__price-total-heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.p-price-example__price-total-heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

@media screen and (max-width: 1160px) {
  .p-price-example__price-total-heading {
    font-size: 16px
  }
}

@media screen and (max-width: 1000px) {
  .p-price-example__price-total-heading {
    font-size: 12px;
    margin: 0 0.5em 0 auto;
    text-align: right
  }
}

.p-price-example__price-total-number-box {
  font-size: 0
}

.p-price-example__price-total-number {
  font-size: 51px;
  line-height: 1;
  color: #008c95;
  font-family: Rubik;
  font-weight: 700
}

@media screen and (max-width: 1160px) {
  .p-price-example__price-total-number {
    font-size: 32px
  }
}

@media screen and (max-width: 1000px) {
  .p-price-example__price-total-number {
    font-size: 26px
  }
}

.p-price-example__price-total-unit {
  font-size: 16px;
  line-height: 1.6;
  color: #008c95;
  font-weight: 700
}

@media screen and (max-width: 1000px) {
  .p-price-example__price-total-unit {
    font-size: 12px
  }
}

.p-price-example__price-total-unit.is-price-total-number-box {
  font-size: 20px;
  margin-right: 0.15em
}

.p-price-example__price-total-unit.is-price-total-number-box--monthly {
  font-size: 18px;
  margin-left: 0.15em
}

.p-price-example__detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  height: 100%
}

@media screen and (max-width: 1000px) {
  .p-price-example__detail {
    padding: 32px 24px
  }
}

.p-price-example__scale-box {
  background-color: #e4f6f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 272px;
  flex-shrink: 0
}

@media screen and (max-width: 1000px) {
  .p-price-example__scale-box {
    width: 100%
  }
}

.p-price-example__scale-box-detail {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  padding: 32px 32px;
  height: 100%
}

@media screen and (max-width: 1000px) {
  .p-price-example__scale-box-detail {
    padding: 32px 24px;
    justify-content: center;
    flex-direction: row;
    align-items: center
  }
}

.p-price-example__scale-image-box {
  margin: -32px auto -24px
}

@media screen and (max-width: 1000px) {
  .p-price-example__scale-image-box {
    max-width: 160px;
    max-height: 192px;
    margin: -32px -16px -32px -32px
  }
}

@media all and (-ms-high-contrast: none) {
  .p-price-example__scale-image-box {
    max-width: 192px;
    max-height: 192px
  }
}

.p-price-example__scale-image-item {
  width: 100%
}

@media screen and (max-width: 1000px) {
  .p-price-example__scale-info-box {
    min-width: 128px
  }
}

.p-price-example__scale-heading-sub {
  font-size: 14px;
  line-height: 1.6;
  color: #008c95;
  font-weight: 700;
  text-align: center;
  margin: 8px auto 8px
}

.p-price-example__scale-heading-sub::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.p-price-example__scale-heading-sub::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

@media screen and (max-width: 1000px) {
  .p-price-example__scale-heading-sub {
    font-size: 16px;
    margin: 0 0 16px auto;
    text-align: right
  }
}

.p-price-example__scale-number-box {
  text-align: center;
  line-height: 1;
  margin: 0 auto 0;
  font-size: 0
}

.p-price-example__scale-number-box::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.p-price-example__scale-number-box::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

@media screen and (max-width: 1000px) {
  .p-price-example__scale-number-box {
    text-align: right;
    margin: 0 0 0 auto
  }
}

.p-price-example__scale-number {
  font-size: 51px;
  color: #008c95;
  font-family: Rubik;
  font-weight: 700;
  line-height: 1;
  margin: 0 0.1em
}

@media screen and (max-width: 1000px) {
  .p-price-example__scale-number {
    font-size: 51px
  }
}

.p-price-example__scale-unit {
  font-size: 16px;
  color: #008c95;
  font-weight: 700;
  line-height: 1.6;
  vertical-align: 0.15em
}

@media screen and (max-width: 1000px) {
  .p-price-example__scale-unit {
    font-size: 12px
  }
}

.p-price-example__scale-camera {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 auto 8px
}

@media screen and (max-width: 1000px) {
  .p-price-example__scale-camera {
    text-align: right
  }
}

@media screen and (max-width: 767px) {
  .p-price-example__scale-camera {
    font-size: 15px
  }
}

.p-price-example__price-heading {
  background-color: #f5f5f5;
  padding: 12px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

@media screen and (max-width: 1000px) {
  .p-price-example__price-heading {
    min-height: auto;
    padding: 12px 24px
  }
}

.p-price-example__price-heading-main {
  font-size: 18px;
  line-height: 1.6;
  display: block
}

@media screen and (max-width: 1000px) {
  .p-price-example__price-heading-main {
    font-size: 18px;
    margin-bottom: 0
  }
}

.p-price-example__price-heading-sub {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 auto 8px
}

.p-price-example__price-heading-sub::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.p-price-example__price-heading-sub::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

@media screen and (max-width: 1000px) {
  .p-price-example__price-heading-sub {
    font-size: 14px
  }
}

.p-price-example__casestudy-box {
  margin: 16px auto 0;
  border: 1px solid #e0e0e0
}

.p-price-example__casestudy-heading {
  font-size: 18px;
  line-height: 1.6;
  background-color: #f5f5f5;
  padding: 12px 32px;
  text-align: center
}

.p-price-example__casestudy-wrap-box {
  padding: 32px 48px
}

@media screen and (max-width: 767px) {
  .p-price-example__casestudy-wrap-box {
    padding: 32px 24px
  }
}

.p-price-example__casestudy-list-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: -48px -24px 0
}

@media screen and (max-width: 767px) {
  .p-price-example__casestudy-list-box {
    margin: -32px auto 0
  }
}

.p-price-example__casestudy-item-box {
  margin: 48px 24px 0 0;
  padding-right: 24px;
  position: relative
}

@media screen and (max-width: 767px) {
  .p-price-example__casestudy-item-box {
    margin: 32px auto 0;
    width: 100%;
    padding-right: 0
  }
}

.p-price-example__casestudy-item-box:hover .p-price-example__casestudy-company-heading {
  color: #00a2ad;
  text-decoration: underline
}

.p-price-example__casestudy-item-box:last-of-type {
  border-right: none;
  margin-right: 0;
  padding-right: 0
}

.p-price-example__casestudy-item-box:last-of-type:after {
  display: none
}

.p-price-example__casestudy-item-box:after {
  content: '';
  display: block;
  border-right: 1px solid #e0e0e0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(15deg)
}

@media screen and (max-width: 767px) {
  .p-price-example__casestudy-item-box:after {
    display: none
  }
}

.p-price-example__casestudy-anchor {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto
}

@media screen and (max-width: 767px) {
  .p-price-example__casestudy-anchor {
    width: 100%;
    justify-content: space-between
  }
}

.p-price-example__casestudy-company-box {
  margin: 0 16px 0 0
}

.p-price-example__casestudy-company-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #008c95;
  margin: 0 auto 12px
}

.p-price-example__casestudy-company-heading::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.p-price-example__casestudy-company-heading::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

@media screen and (max-width: 767px) {
  .p-price-example__casestudy-company-heading {
    font-size: 15px
  }
}

.p-price-example__casestudy-company-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 auto 4px
}

.p-price-example__casestudy-company-name::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.p-price-example__casestudy-company-name::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

.p-price-example__casestudy-number-box {
  line-height: 1
}

@media screen and (max-width: 767px) {
  .p-price-example__casestudy-number-box {
    min-width: 72px;
    text-align: right
  }
}

.p-price-example__casestudy-number-item {
  line-height: 1
}

.p-price-example__casestudy-number-main {
  font-family: Rubik;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: rgba(0, 0, 0, 0.6)
}

@media screen and (max-width: 767px) {
  .p-price-example__casestudy-number-main {
    font-size: 24px
  }
}

.p-price-example__casestudy-number-unit {
  vertical-align: 0.15em;
  line-height: 1;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6)
}

@media screen and (max-width: 767px) {
  .p-price-example__casestudy-number-unit {
    font-size: 11px
  }
}

.p-price-example__casestudy-link {
  margin: 0 auto;
  line-height: 1.6
}

.p-price-example__casestudy-products {
  font-size: 11px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  margin: 12px auto 0
}

.p-price-example__casestudy-products::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
  content: ""
}

.p-price-example__casestudy-products::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
  content: ""
}

.p-light-cv {
  position: relative;
  padding: 48px;
  background-color: #00a2ad;
  border-radius: 8px;
  margin-top: 96px
}

@media screen and (max-width: 767px) {
  .p-light-cv {
    margin-top: 64px;
    padding: 24px
  }
}

.p-light-cv__lead-box {
  text-align: center;
  margin: -80px auto 32px;
  width: 100%
}

@media screen and (max-width: 767px) {
  .p-light-cv__lead-box {
    margin: -52px auto 32px
  }
}

.p-light-cv__lead-item {
  color: #00a2ad;
  border: 4px solid #00a2ad;
  background-color: #fff;
  font-size: 26px;
  font-weight: 700;
  border-radius: 16px;
  line-height: 1.6;
  padding: 8px 24px;
  text-align: center;
  display: inline-block;
  margin: 0 auto
}

@media screen and (max-width: 767px) {
  .p-light-cv__lead-item {
    font-size: 18px;
    padding: 8px 16px
  }
}

.p-light-cv__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 0
}

@media screen and (max-width: 767px) {
  .p-light-cv__box {
    flex-direction: column
  }
}

.p-light-cv__image-list-box {
  margin: 0 48px 0 0;
  width: calc((100% - 280px - 48px) - 0.1px)
}

@media screen and (max-width: 1000px) {
  .p-light-cv__image-list-box {
    width: calc((100% - 240px - 48px) - 0.1px)
  }
}

@media screen and (max-width: 767px) {
  .p-light-cv__image-list-box {
    width: 100%;
    margin: 0 auto;
    order: 2
  }
}

.p-light-cv__image-list-box-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -8px -4px 0
}

.p-light-cv__image-box {
  width: calc((100% - 8px * (3)) / 3 - 0.1px);
  margin: 8px 4px 0
}

@media screen and (max-width: 1160px) {
  .p-light-cv__image-box {
    width: calc((100% - 8px * (2)) / 2 - 0.1px)
  }
}

.p-light-cv__image-item {
  width: 100%
}

.p-light-cv__info-box {
  width: 280px
}

@media screen and (max-width: 1000px) {
  .p-light-cv__info-box {
    width: 240px
  }
}

@media screen and (max-width: 767px) {
  .p-light-cv__info-box {
    width: 100%;
    margin: 0 auto 40px
  }
}

.text-5xs {
  font-size: 10px !important
}

.text-3xs {
  font-size: 12px !important
}

.text-2xs {
  font-size: 14px !important
}

.text-xs {
  font-size: 15px !important
}

.text-sm {
  font-size: 16px !important
}

.text-base {
  font-size: 18px !important
}

.text-lg {
  font-size: 20px !important
}

.text-xl {
  font-size: 22px !important
}

.text-2xl {
  font-size: 24px !important
}

.text-3xl {
  font-size: 10px !important
}

.text-4xl {
  font-size: 32px !important
}

.text-5xl {
  font-size: 36px !important
}

.text-6xl {
  font-size: 51px !important
}

.font-bold {
  font-weight: 700
}

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

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

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

@media screen and (max-width: 1366px) {
  .text-left-2xl {
    text-align: left !important
  }
}

@media screen and (max-width: 1280px) {
  .text-left-xl {
    text-align: left !important
  }
}

@media screen and (max-width: 1160px) {
  .text-left-lg {
    text-align: left !important
  }
}

@media screen and (max-width: 1000px) {
  .text-left-md {
    text-align: left !important
  }
}

@media screen and (max-width: 767px) {
  .text-left-sm {
    text-align: left !important
  }
}

@media screen and (max-width: 1280px) {
  .text-center-2xl {
    text-align: center !important
  }
}

@media screen and (max-width: 1366px) {
  .text-center-xl {
    text-align: center !important
  }
}

@media screen and (max-width: 1160px) {
  .text-center-lg {
    text-align: center !important
  }
}

@media screen and (max-width: 1000px) {
  .text-center-md {
    text-align: center !important
  }
}

@media screen and (max-width: 767px) {
  .text-center-sm {
    text-align: center !important
  }
}

@media screen and (max-width: 1366px) {
  .text-right-2xl {
    text-align: right !important
  }
}

@media screen and (max-width: 1280px) {
  .text-right-xl {
    text-align: right !important
  }
}

@media screen and (max-width: 1000px) {
  .text-right-md {
    text-align: right !important
  }
}

@media screen and (max-width: 767px) {
  .text-right-sm {
    text-align: right !important
  }
}

.text-justify {
  text-align: justify !important
}

.text-alpha-black-100 {
  color: rgba(0, 0, 0, 0.87) !important
}

.text-alpha-black-200 {
  color: rgba(0, 0, 0, 0.6) !important
}

.text-alpha-black-300 {
  color: rgba(0, 0, 0, 0.38) !important
}

.text-white {
  color: #fff !important
}

.m-0 {
  margin: 0 !important !important
}

.m-1 {
  margin: 8px !important
}

.m-2 {
  margin: 16px !important
}

.m-3 {
  margin: 24px !important
}

.m-4 {
  margin: 32px !important
}

.m-5 {
  margin: 40px !important
}

.m-6 {
  margin: 48px !important
}

.m-7 {
  margin: 56px !important
}

.m-8 {
  margin: 64px !important
}

@media screen and (max-width: 767px) {
  .m-8 {
    margin: 48px !important
  }
}

.m-9 {
  margin: 72px !important
}

.m-10 {
  margin: 80px !important
}

.m-11 {
  margin: 88px !important
}

.m-12 {
  margin: 96px !important
}

.m-13 {
  margin: 104px !important
}

.m-14 {
  margin: 112px !important
}

.m-15 {
  margin: 120px !important
}

.m-16 {
  margin: 128px !important
}

.m-17 {
  margin: 160px !important
}

.m-18 {
  margin: 192px !important
}

.m-19 {
  margin: 224px !important
}

.m-20 {
  margin: 256px !important
}

.m-auto {
  margin: auto !important
}

.m-px {
  margin: 1px !important
}

.-m-1 {
  margin: -8px !important
}

.-m-2 {
  margin: -16px !important
}

.-m-3 {
  margin: -24px !important
}

.-m-4 {
  margin: -32px !important
}

.-m-5 {
  margin: -40px !important
}

.-m-6 {
  margin: -48px !important
}

.-m-8 {
  margin: -56px !important
}

.-m-9 {
  margin: -72px !important
}

.-m-10 {
  margin: -80px !important
}

.-m-11 {
  margin: -88px !important
}

.-m-12 {
  margin: -96px !important
}

.-m-13 {
  margin: -104px !important
}

.-m-14 {
  margin: -112px !important
}

.-m-15 {
  margin: -120px !important
}

.-m-16 {
  margin: -128px !important
}

.-m-17 {
  margin: -160px !important
}

.-m-18 {
  margin: -192px !important
}

.-m-19 {
  margin: -224px !important
}

.-m-20 {
  margin: -256px !important
}

.-m-px {
  margin: -1px !important
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important
}

.my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important
}

.mx-1 {
  margin-right: 8px !important;
  margin-left: 8px !important
}

.my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important
}

.mx-2 {
  margin-right: 16px !important;
  margin-left: 16px !important
}

.my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important
}

.mx-3 {
  margin-right: 24px !important;
  margin-left: 24px !important
}

.my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important
}

.mx-4 {
  margin-right: 32px !important;
  margin-left: 32px !important
}

.my-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important
}

.mx-5 {
  margin-right: 40px !important;
  margin-left: 40px !important
}

.my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important
}

@media screen and (max-width: 767px) {
  .my-6 {
    margin-top: 32px !important;
    margin-bottom: 32px !important
  }
}

.mx-6 {
  margin-right: 48px !important;
  margin-left: 48px !important
}

.my-7 {
  margin-top: 56px !important;
  margin-bottom: 56px !important
}

.mx-7 {
  margin-right: 56px !important;
  margin-left: 56px !important
}

.my-8 {
  margin-top: 64px !important;
  margin-bottom: 64px !important
}

@media screen and (max-width: 767px) {
  .my-8 {
    margin-top: 48px !important;
    margin-bottom: 48px !important
  }
}

.mx-8 {
  margin-right: 64px !important;
  margin-left: 64px !important
}

.my-9 {
  margin-top: 72px !important;
  margin-bottom: 72px !important
}

.mx-9 {
  margin-right: 72px !important;
  margin-left: 72px !important
}

.my-10 {
  margin-top: 80px !important;
  margin-bottom: 80px !important
}

.mx-10 {
  margin-right: 80px !important;
  margin-left: 80px !important
}

.my-11 {
  margin-top: 88px !important;
  margin-bottom: 88px !important
}

@media screen and (max-width: 767px) {
  .my-11 {
    margin-top: 48px !important;
    margin-bottom: 48px !important
  }
}

.mx-11 {
  margin-right: 88px !important;
  margin-left: 88px !important
}

.my-12 {
  margin-top: 96px !important;
  margin-bottom: 96px !important
}

@media screen and (max-width: 767px) {
  .my-12 {
    margin-top: 64px !important;
    margin-bottom: 64px !important
  }
}

.mx-12 {
  margin-right: 96px !important;
  margin-left: 96px !important
}

.my-13 {
  margin-top: 104px !important;
  margin-bottom: 104px !important
}

.mx-13 {
  margin-right: 104px !important;
  margin-left: 104px !important
}

.my-14 {
  margin-top: 112px !important;
  margin-bottom: 112px !important
}

.mx-14 {
  margin-right: 112px !important;
  margin-left: 112px !important
}

.my-15 {
  margin-top: 120px !important;
  margin-bottom: 120px !important
}

.mx-15 {
  margin-right: 120px !important;
  margin-left: 120px !important
}

.my-16 {
  margin-top: 128px !important;
  margin-bottom: 128px !important
}

.mx-16 {
  margin-right: 128px !important;
  margin-left: 128px !important
}

.my-17 {
  margin-top: 160px !important;
  margin-bottom: 160px !important
}

.mx-17 {
  margin-right: 160px !important;
  margin-left: 160px !important
}

.my-18 {
  margin-top: 192px !important;
  margin-bottom: 192px !important
}

.mx-18 {
  margin-right: 192px !important;
  margin-left: 192px !important
}

.my-19 {
  margin-top: 224px !important;
  margin-bottom: 224px !important
}

.mx-19 {
  margin-right: 224px !important;
  margin-left: 224px !important
}

.my-20 {
  margin-top: 256px !important;
  margin-bottom: 256px !important
}

.mx-20 {
  margin-right: 256px !important;
  margin-left: 256px !important
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}

.my-px {
  margin-top: 1px !important;
  margin-bottom: 1px !important
}

.mx-px {
  margin-right: 1px !important;
  margin-left: 1px !important
}

.-my-1 {
  margin-top: -8px !important;
  margin-bottom: -8px !important
}

.-mx-1 {
  margin-right: -8px !important;
  margin-left: -8px !important
}

.-my-2 {
  margin-top: -16px !important;
  margin-bottom: -16px !important
}

.-mx-2 {
  margin-right: -16px !important;
  margin-left: -16px !important
}

.-my-3 {
  margin-top: -24px !important;
  margin-bottom: -24px !important
}

.-mx-3 {
  margin-right: -24px !important;
  margin-left: -24px !important
}

.-my-4 {
  margin-top: -32px !important;
  margin-bottom: -32px !important
}

.-mx-4 {
  margin-right: -32px !important;
  margin-left: -32px !important
}

.-my-5 {
  margin-top: -40px !important;
  margin-bottom: -40px !important
}

.-mx-5 {
  margin-right: -40px !important;
  margin-left: -40px !important
}

.-my-6 {
  margin-top: -48px !important;
  margin-bottom: -48px !important
}

.-mx-6 {
  margin-right: -48px !important;
  margin-left: -48px !important
}

.-my-7 {
  margin-top: -56px !important;
  margin-bottom: -56px !important
}

.-mx-7 {
  margin-right: -56px !important;
  margin-left: -56px !important
}

.-my-8 {
  margin-top: -64px !important;
  margin-bottom: -64px !important
}

.-mx-8 {
  margin-right: -64px !important;
  margin-left: -64px !important
}

.-my-9 {
  margin-top: -72px !important;
  margin-bottom: -72px !important
}

.-mx-9 {
  margin-right: -72px !important;
  margin-left: -72px !important
}

.-my-10 {
  margin-top: -80px !important;
  margin-bottom: -80px !important
}

.-mx-10 {
  margin-right: -80px !important;
  margin-left: -80px !important
}

.-my-11 {
  margin-top: -88px !important;
  margin-bottom: -88px !important
}

.-mx-11 {
  margin-right: -88px !important;
  margin-left: -88px !important
}

.-my-12 {
  margin-top: -96px !important;
  margin-bottom: -96px !important
}

.-mx-12 {
  margin-right: -96px !important;
  margin-left: -96px !important
}

.-my-13 {
  margin-top: -104px !important;
  margin-bottom: -104px !important
}

.-mx-13 {
  margin-right: -104px !important;
  margin-left: -104px !important
}

.-my-14 {
  margin-top: -112px !important;
  margin-bottom: -112px !important
}

.-mx-14 {
  margin-right: -112px !important;
  margin-left: -112px !important
}

.-my-15 {
  margin-top: -120px !important;
  margin-bottom: -120px !important
}

.-mx-15 {
  margin-right: -120px !important;
  margin-left: -120px !important
}

.-my-16 {
  margin-top: -128px !important;
  margin-bottom: -128px !important
}

.-mx-16 {
  margin-right: -128px !important;
  margin-left: -128px !important
}

.-my-17 {
  margin-top: -160px !important;
  margin-bottom: -160px !important
}

.-mx-17 {
  margin-right: -160px !important;
  margin-left: -160px !important
}

.-my-18 {
  margin-top: -192px !important;
  margin-bottom: -192px !important
}

.-mx-18 {
  margin-right: -192px !important;
  margin-left: -192px !important
}

.-my-19 {
  margin-top: -224px !important;
  margin-bottom: -224px !important
}

.-mx-19 {
  margin-right: -224px !important;
  margin-left: -224px !important
}

.-my-20 {
  margin-top: -256px !important;
  margin-bottom: -256px !important
}

.-mx-20 {
  margin-right: -256px !important;
  margin-left: -256px !important
}

.-my-px {
  margin-top: -1px !important;
  margin-bottom: -1px !important
}

.-mx-px {
  margin-right: -1px !important;
  margin-left: -1px !important
}

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

.mr-0 {
  margin-right: 0 !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.ml-0 {
  margin-left: 0 !important
}

.mt-1 {
  margin-top: 8px !important
}

.mr-1 {
  margin-right: 8px !important
}

.mb-1 {
  margin-bottom: 8px !important
}

.ml-1 {
  margin-left: 8px !important
}

.mt-2 {
  margin-top: 16px !important
}

.mr-2 {
  margin-right: 16px !important
}

.mb-2 {
  margin-bottom: 16px !important
}

.ml-2 {
  margin-left: 16px !important
}

.mt-3 {
  margin-top: 24px !important
}

.mr-3 {
  margin-right: 24px !important
}

.mb-3 {
  margin-bottom: 24px !important
}

.ml-3 {
  margin-left: 24px !important
}

.mt-4 {
  margin-top: 32px !important
}

.mr-4 {
  margin-right: 32px !important
}

.mb-4 {
  margin-bottom: 32px !important
}

.ml-4 {
  margin-left: 32px !important
}

.mt-5 {
  margin-top: 40px !important
}

.mr-5 {
  margin-right: 40px !important
}

.mb-5 {
  margin-bottom: 40px !important
}

.ml-5 {
  margin-left: 40px !important
}

.mt-6 {
  margin-top: 48px !important
}

.mr-6 {
  margin-right: 48px !important
}

.mb-6 {
  margin-bottom: 48px !important
}

.ml-6 {
  margin-left: 48px !important
}

.mt-7 {
  margin-top: 56px !important
}

.mr-7 {
  margin-right: 56px !important
}

.mb-7 {
  margin-bottom: 56px !important
}

.ml-7 {
  margin-left: 56px !important
}

.mt-8 {
  margin-top: 64px !important
}

@media screen and (max-width: 767px) {
  .mt-8 {
    margin-top: 48px !important
  }
}

.mr-8 {
  margin-right: 64px !important
}

.mb-8 {
  margin-bottom: 64px !important
}

@media screen and (max-width: 767px) {
  .mb-8 {
    margin-bottom: 48px !important
  }
}

.ml-8 {
  margin-left: 64px !important
}

.mt-9 {
  margin-top: 72px !important
}

.mr-9 {
  margin-right: 72px !important
}

.mb-9 {
  margin-bottom: 72px !important
}

.ml-9 {
  margin-left: 72px !important
}

.mt-10 {
  margin-top: 80px !important
}

.mr-10 {
  margin-right: 80px !important
}

.mb-10 {
  margin-bottom: 80px !important
}

.ml-10 {
  margin-left: 80px !important
}

.mt-11 {
  margin-top: 88px !important
}

.mr-11 {
  margin-right: 88px !important
}

.mb-11 {
  margin-bottom: 88px !important
}

.ml-11 {
  margin-left: 88px !important
}

.mt-12 {
  margin-top: 96px !important
}

.mr-12 {
  margin-right: 96px !important
}

.mb-12 {
  margin-bottom: 96px !important
}

@media screen and (max-width: 767px) {
  .mb-12 {
    margin-bottom: 48px !important
  }
}

.ml-12 {
  margin-left: 96px !important
}

.mt-13 {
  margin-top: 104px !important
}

.mr-13 {
  margin-right: 104px !important
}

.mb-13 {
  margin-bottom: 104px !important
}

.ml-13 {
  margin-left: 104px !important
}

.mt-14 {
  margin-top: 112px !important
}

.mr-14 {
  margin-right: 112px !important
}

.mb-14 {
  margin-bottom: 112px !important
}

.ml-14 {
  margin-left: 112px !important
}

.mt-15 {
  margin-top: 120px !important
}

.mr-15 {
  margin-right: 120px !important
}

.mb-15 {
  margin-bottom: 120px !important
}

.ml-15 {
  margin-left: 120px !important
}

.mt-16 {
  margin-top: 128px !important
}

@media screen and (max-width: 767px) {
  .mt-16 {
    margin-top: 64px !important
  }
}

.mr-16 {
  margin-right: 128px !important
}

.mb-16 {
  margin-bottom: 128px !important
}

@media screen and (max-width: 767px) {
  .mb-16 {
    margin-bottom: 64px !important
  }
}

.ml-16 {
  margin-left: 128px !important
}

.mt-17 {
  margin-top: 160px !important
}

.mr-17 {
  margin-right: 160px !important
}

.mb-17 {
  margin-bottom: 160px !important
}

.ml-17 {
  margin-left: 160px !important
}

.mt-18 {
  margin-top: 192px !important
}

.mr-18 {
  margin-right: 192px !important
}

.mb-18 {
  margin-bottom: 192px !important
}

@media screen and (max-width: 767px) {
  .mb-18 {
    margin-bottom: 64px !important
  }
}

.ml-18 {
  margin-left: 192px !important
}

.mt-19 {
  margin-top: 224px !important
}

.mr-19 {
  margin-right: 224px !important
}

.mb-19 {
  margin-bottom: 224px !important
}

.ml-19 {
  margin-left: 224px !important
}

.mt-20 {
  margin-top: 256px !important
}

.mr-20 {
  margin-right: 256px !important
}

.mb-20 {
  margin-bottom: 256px !important
}

.ml-20 {
  margin-left: 256px !important
}

.mt-auto {
  margin-top: auto !important
}

.mr-auto {
  margin-right: auto !important
}

.mb-auto {
  margin-bottom: auto !important
}

.ml-auto {
  margin-left: auto !important
}

.mt-px {
  margin-top: 1px !important
}

.mr-px {
  margin-right: 1px !important
}

.mb-px {
  margin-bottom: 1px !important
}

.ml-px {
  margin-left: 1px !important
}

.-mt-1 {
  margin-top: -8px !important
}

.-mr-1 {
  margin-right: -8px !important
}

.-mb-1 {
  margin-bottom: -8px !important
}

.-ml-1 {
  margin-left: -8px !important
}

.-mt-2 {
  margin-top: -16px !important
}

.-mr-2 {
  margin-right: -16px !important
}

.-mb-2 {
  margin-bottom: -16px !important
}

.-ml-2 {
  margin-left: -16px !important
}

.-mt-3 {
  margin-top: -24px !important
}

.-mr-3 {
  margin-right: -24px !important
}

.-mb-3 {
  margin-bottom: -24px !important
}

.-ml-3 {
  margin-left: -24px !important
}

.-mt-4 {
  margin-top: -32px !important
}

.-mr-4 {
  margin-right: -32px !important
}

.-mb-4 {
  margin-bottom: -32px !important
}

.-ml-4 {
  margin-left: -32px !important
}

.-mt-5 {
  margin-top: -40px !important
}

.-mr-5 {
  margin-right: -40px !important
}

.-mb-5 {
  margin-bottom: -40px !important
}

.-ml-5 {
  margin-left: -40px !important
}

.-mt-6 {
  margin-top: -48px !important
}

.-mr-6 {
  margin-right: -48px !important
}

.-mb-6 {
  margin-bottom: -48px !important
}

.-ml-6 {
  margin-left: -48px !important
}

.-mt-7 {
  margin-top: -56px !important
}

.-mr-7 {
  margin-right: -56px !important
}

.-mb-7 {
  margin-bottom: -56px !important
}

.-ml-7 {
  margin-left: -56px !important
}

.-mt-8 {
  margin-top: -64px !important
}

.-mr-8 {
  margin-right: -64px !important
}

.-mb-8 {
  margin-bottom: -64px !important
}

.-ml-8 {
  margin-left: -64px !important
}

.-mt-9 {
  margin-top: -72px !important
}

.-mr-9 {
  margin-right: -72px !important
}

.-mb-9 {
  margin-bottom: -72px !important
}

.-ml-9 {
  margin-left: -72px !important
}

.-mt-10 {
  margin-top: -80px !important
}

.-mr-10 {
  margin-right: -80px !important
}

.-mb-10 {
  margin-bottom: -80px !important
}

.-ml-10 {
  margin-left: -80px !important
}

.-mt-11 {
  margin-top: -88px !important
}

.-mr-11 {
  margin-right: -88px !important
}

.-mb-11 {
  margin-bottom: -88px !important
}

.-ml-11 {
  margin-left: -88px !important
}

.-mt-12 {
  margin-top: -96px !important
}

.-mr-12 {
  margin-right: -96px !important
}

.-mb-12 {
  margin-bottom: -96px !important
}

.-ml-12 {
  margin-left: -96px !important
}

.-mt-13 {
  margin-top: -104px !important
}

.-mr-13 {
  margin-right: -104px !important
}

.-mb-13 {
  margin-bottom: -104px !important
}

.-ml-13 {
  margin-left: -104px !important
}

.-mt-14 {
  margin-top: -112px !important
}

.-mr-14 {
  margin-right: -112px !important
}

.-mb-14 {
  margin-bottom: -112px !important
}

.-ml-14 {
  margin-left: -112px !important
}

.-mt-15 {
  margin-top: -120px !important
}

.-mr-15 {
  margin-right: -120px !important
}

.-mb-15 {
  margin-bottom: -120px !important
}

.-ml-15 {
  margin-left: -120px !important
}

.-mt-16 {
  margin-top: -128px !important
}

.-mr-16 {
  margin-right: -128px !important
}

.-mb-16 {
  margin-bottom: -128px !important
}

.-ml-16 {
  margin-left: -128px !important
}

.-mt-17 {
  margin-top: -160px !important
}

.-mr-17 {
  margin-right: -160px !important
}

.-mb-17 {
  margin-bottom: -160px !important
}

.-ml-17 {
  margin-left: -160px !important
}

.-mt-18 {
  margin-top: -192px !important
}

.-mr-18 {
  margin-right: -192px !important
}

.-mb-18 {
  margin-bottom: -192px !important
}

.-ml-18 {
  margin-left: -192px !important
}

.-mt-19 {
  margin-top: -224px !important
}

.-mr-19 {
  margin-right: -224px !important
}

.-mb-19 {
  margin-bottom: -224px !important
}

.-ml-19 {
  margin-left: -224px !important
}

.-mt-20 {
  margin-top: -256px !important
}

.-mr-20 {
  margin-right: -256px !important
}

.-mb-20 {
  margin-bottom: -256px !important
}

.-ml-20 {
  margin-left: -256px !important
}

.-mt-px {
  margin-top: -1px !important
}

.-mr-px {
  margin-right: -1px !important
}

.-mb-px {
  margin-bottom: -1px !important
}

.-ml-px {
  margin-left: -1px !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: 8px !important
}

.p-2 {
  padding: 16px !important
}

.p-3 {
  padding: 24px !important
}

.p-4 {
  padding: 32px !important
}

.p-5 {
  padding: 40px !important
}

.p-6 {
  padding: 48px !important
}

.p-7 {
  padding: 56px !important
}

.p-8 {
  padding: 64px !important
}

.p-9 {
  padding: 72px !important
}

.p-10 {
  padding: 80px !important
}

.p-11 {
  padding: 88px !important
}

.p-12 {
  padding: 96px !important
}

.p-13 {
  padding: 104px !important
}

.p-14 {
  padding: 112px !important
}

.p-15 {
  padding: 120px !important
}

.p-16 {
  padding: 128px !important
}

.p-17 {
  padding: 160px !important
}

.p-18 {
  padding: 192px !important
}

.p-19 {
  padding: 224px !important
}

.p-20 {
  padding: 256px !important
}

.p-px {
  padding: 1px !important
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important
}

.px-1 {
  padding-right: 8px !important;
  padding-left: 8px !important
}

.py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important
}

.px-2 {
  padding-right: 16px !important;
  padding-left: 16px !important
}

.py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important
}

.px-3 {
  padding-right: 24px !important;
  padding-left: 24px !important
}

.py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important
}

.px-4 {
  padding-right: 32px !important;
  padding-left: 32px !important
}

.py-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important
}

.px-5 {
  padding-right: 40px !important;
  padding-left: 40px !important
}

.py-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important
}

.px-6 {
  padding-right: 48px !important;
  padding-left: 48px !important
}

.py-7 {
  padding-top: 56px !important;
  padding-bottom: 56px !important
}

.px-7 {
  padding-right: 56px !important;
  padding-left: 56px !important
}

.py-8 {
  padding-top: 64px !important;
  padding-bottom: 64px !important
}

.px-8 {
  padding-right: 64px !important;
  padding-left: 64px !important
}

.py-9 {
  padding-top: 72px !important;
  padding-bottom: 72px !important
}

.px-9 {
  padding-right: 72px !important;
  padding-left: 72px !important
}

.py-10 {
  padding-top: 80px !important;
  padding-bottom: 80px !important
}

.px-10 {
  padding-right: 80px !important;
  padding-left: 80px !important
}

.py-11 {
  padding-top: 88px !important;
  padding-bottom: 88px !important
}

.px-11 {
  padding-right: 88px !important;
  padding-left: 88px !important
}

.py-12 {
  padding-top: 96px !important;
  padding-bottom: 96px !important
}

.px-12 {
  padding-right: 96px !important;
  padding-left: 96px !important
}

@media screen and (max-width: 1000px) {
  .px-12 {
    padding-righ: 64px !important;
    padding-left: 64px !important
  }
}

@media screen and (max-width: 767px) {
  .px-12 {
    padding-right: 24px !important;
    padding-left: 24px !important
  }
}

.py-13 {
  padding-top: 104px !important;
  padding-bottom: 104px !important
}

.px-13 {
  padding-right: 104px !important;
  padding-left: 104px !important
}

.py-14 {
  padding-top: 112px !important;
  padding-bottom: 112px !important
}

@media screen and (max-width: 767px) {
  .py-14 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
  }
}

@media screen and (max-width: 767px) {
  .py-14 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
  }
}

.px-14 {
  padding-right: 112px !important;
  padding-left: 112px !important
}

.py-15 {
  padding-top: 120px !important;
  padding-bottom: 120px !important
}

.px-15 {
  padding-right: 120px !important;
  padding-left: 120px !important
}

.py-16 {
  padding-top: 128px !important;
  padding-bottom: 128px !important
}

@media screen and (max-width: 767px) {
  .py-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
  }
}

.px-16 {
  padding-right: 128px !important;
  padding-left: 128px !important
}

.py-17 {
  padding-top: 160px !important;
  padding-bottom: 160px !important
}

.px-17 {
  padding-right: 160px !important;
  padding-left: 160px !important
}

.py-18 {
  padding-top: 192px !important;
  padding-bottom: 192px !important
}

.px-18 {
  padding-right: 192px !important;
  padding-left: 192px !important
}

.py-19 {
  padding-top: 224px !important;
  padding-bottom: 224px !important
}

.px-19 {
  padding-right: 224px !important;
  padding-left: 224px !important
}

.px-20 {
  padding-right: 256px !important;
  padding-left: 256px !important
}

.py-20 {
  padding-top: 256px !important;
  padding-bottom: 256px !important
}

.py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important
}

.px-px {
  padding-right: 1px !important;
  padding-left: 1px !important
}

.pt-0 {
  padding-top: 0 !important
}

.pr-0 {
  padding-right: 0 !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pl-0 {
  padding-left: 0 !important
}

.pt-1 {
  padding-top: 8px !important
}

.pr-1 {
  padding-right: 8px !important
}

.pb-1 {
  padding-bottom: 8px !important
}

.pl-1 {
  padding-left: 8px !important
}

.pt-2 {
  padding-top: 16px !important
}

.pr-2 {
  padding-right: 16px !important
}

.pb-2 {
  padding-bottom: 16px !important
}

.pl-2 {
  padding-left: 16px !important
}

.pt-3 {
  padding-top: 24px !important
}

.pr-3 {
  padding-right: 24px !important
}

.pb-3 {
  padding-bottom: 24px !important
}

.pl-3 {
  padding-left: 24px !important
}

.pt-4 {
  padding-top: 32px !important
}

.pr-4 {
  padding-right: 32px !important
}

.pb-4 {
  padding-bottom: 32px !important
}

.pl-4 {
  padding-left: 32px !important
}

.pt-5 {
  padding-top: 40px !important
}

.pr-5 {
  padding-right: 40px !important
}

.pb-5 {
  padding-bottom: 40px !important
}

.pl-5 {
  padding-left: 40px !important
}

.pt-6 {
  padding-top: 48px !important
}

.pr-6 {
  padding-right: 48px !important
}

.pb-6 {
  padding-bottom: 48px !important
}

.pl-6 {
  padding-left: 48px !important
}

.pt-7 {
  padding-top: 56px !important
}

.pr-7 {
  padding-right: 56px !important
}

.pb-7 {
  padding-bottom: 56px !important
}

.pl-7 {
  padding-left: 56px !important
}

.pt-8 {
  padding-top: 64px !important
}

.pr-8 {
  padding-right: 64px !important
}

.pb-8 {
  padding-bottom: 64px !important
}

.pl-8 {
  padding-left: 64px !important
}

.pt-9 {
  padding-top: 72px !important
}

.pr-9 {
  padding-right: 72px !important
}

.pb-9 {
  padding-bottom: 72px !important
}

.pl-9 {
  padding-left: 72px !important
}

.pt-10 {
  padding-top: 80px !important
}

.pr-10 {
  padding-right: 80px !important
}

.pb-10 {
  padding-bottom: 80px !important
}

.pl-10 {
  padding-left: 80px !important
}

.pt-11 {
  padding-top: 88px !important
}

.pr-11 {
  padding-right: 88px !important
}

.pb-11 {
  padding-bottom: 88px !important
}

.pl-11 {
  padding-left: 88px !important
}

.pt-12 {
  padding-top: 96px !important
}

.pr-12 {
  padding-right: 96px !important
}

.pb-12 {
  padding-bottom: 96px !important
}

@media screen and (max-width: 1000px) {
  .pb-12 {
    padding-bottom: 64px !important
  }
}

@media screen and (max-width: 767px) {
  .pb-12 {
    padding-bottom: 24px !important
  }
}

.pl-12 {
  padding-left: 96px !important
}

.pt-13 {
  padding-top: 104px !important
}

.pr-13 {
  padding-right: 104px !important
}

.pb-13 {
  padding-bottom: 104px !important
}

.pl-13 {
  padding-left: 104px !important
}

.pt-14 {
  padding-top: 112px !important
}

.pr-14 {
  padding-right: 112px !important
}

.pb-14 {
  padding-bottom: 112px !important
}

.pl-14 {
  padding-left: 112px !important
}

.pt-15 {
  padding-top: 120px !important
}

.pr-15 {
  padding-right: 120px !important
}

.pb-15 {
  padding-bottom: 120px !important
}

.pl-15 {
  padding-left: 120px !important
}

.pt-16 {
  padding-top: 128px !important
}

.pr-16 {
  padding-right: 128px !important
}

.pb-16 {
  padding-bottom: 128px !important
}

@media screen and (max-width: 767px) {
  .pb-16 {
    padding-bottom: 64px !important
  }
}

.pl-16 {
  padding-left: 128px !important
}

.pt-17 {
  padding-top: 160px !important
}

.pr-17 {
  padding-right: 160px !important
}

.pb-17 {
  padding-bottom: 160px !important
}

.pl-17 {
  padding-left: 160px !important
}

.pt-18 {
  padding-top: 192px !important
}

.pr-18 {
  padding-right: 192px !important
}

.pb-18 {
  padding-bottom: 192px !important
}

.pl-18 {
  padding-left: 192px !important
}

.pt-19 {
  padding-top: 224px !important
}

.pr-19 {
  padding-right: 224px !important
}

.pb-19 {
  padding-bottom: 224px !important
}

.pl-19 {
  padding-left: 224px !important
}

.pt-20 {
  padding-top: 256px !important
}

.pr-20 {
  padding-right: 256px !important
}

.pb-20 {
  padding-bottom: 256px !important
}

.pl-20 {
  padding-left: 256px !important
}

.pt-px {
  padding-top: 1px !important
}

.pr-px {
  padding-right: 1px !important
}

.pb-px {
  padding-bottom: 1px !important
}

.pl-px {
  padding-left: 1px !important
}

.is-hide {
  display: none
}

.is-pc-hide {
  display: none
}

@media screen and (max-width: 1000px) {
  .is-pc-hide {
    display: block
  }
}

.is-pc-tablet-hide {
  display: none
}

@media screen and (max-width: 767px) {
  .is-pc-tablet-hide {
    display: block
  }
}

@media screen and (max-width: 1280px) {
  .is-xl-hide {
    display: none
  }
}

@media screen and (max-width: 1160px) {
  .is-lg-hide {
    display: none
  }
}

@media screen and (max-width: 1000px) {
  .is-md-hide {
    display: none !important
  }
}

@media screen and (max-width: 767px) {
  .is-sm-hide {
    display: none
  }
}

@media screen and (max-width: 1280px) {
  .is-xl-show {
    display: block
  }
}

@media screen and (max-width: 1160px) {
  .is-lg-show {
    display: block
  }
}

@media screen and (max-width: 1000px) {
  .is-md-show {
    display: block
  }
}

@media screen and (max-width: 767px) {
  .is-sm-show {
    display: block
  }
}

.border {
  border: 1px solid #e0e0e0
}

.border-t {
  border-top: 1px solid #e0e0e0
}

.border-r {
  border-riight: 1px solid #e0e0e0
}

.border-b {
  border-bottom: 1px solid #e0e0e0
}

.border-l {
  border-riight: 1px solid #e0e0e0
}

.rounded-full {
  border-radius: 50%;
  overflow: hidden
}