@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%)
  }
}

@font-face {
  font-family: 'safie-icon';
  font-weight: normal;
  font-style: normal;
  src: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/nuxt-static/fonts/safie-icon.woff) format("woff"), url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/nuxt-static/fonts/safie-icon.ttf) format("truetype"), url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/nuxt-static/fonts/safie-icon.svg) format("svg")
}

.safie-icon {
  font-family: 'safie-icon' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  vertical-align: middle;
  text-transform: none;
  speak-as: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-identity:before {
  content: '\e91d'
}

.icon-menu:before {
  content: '\e91c'
}

.icon-arrow-down:before {
  content: '\e900'
}

.icon-arrow-left:before {
  content: '\e901'
}

.icon-arrow-right:before {
  content: '\e902'
}

.icon-arrow-up:before {
  content: '\e903'
}

.icon-assignment:before {
  content: '\e904'
}

.icon-building:before {
  content: '\e905'
}

.icon-cart:before {
  content: '\e906'
}

.icon-check:before {
  content: '\e907'
}

.icon-check-circle:before {
  content: '\e908'
}

.icon-close:before {
  content: '\e909'
}

.icon-direction-button-arrows:before {
  content: '\e90a'
}

.icon-email:before {
  content: '\e90b'
}

.icon-lan-poe:before {
  content: '\e90c'
}

.icon-lan-port:before {
  content: '\e90d'
}

.icon-lte:before {
  content: '\e90e'
}

.icon-mic:before {
  content: '\e90f'
}

.icon-night:before {
  content: '\e910'
}

.icon-open-window:before {
  content: '\e911'
}

.icon-outdoor:before {
  content: '\e912'
}

.icon-phone:before {
  content: '\e913'
}

.icon-plus-a:before {
  content: '\e914'
}

.icon-search:before {
  content: '\e915'
}

.icon-sentiment-dissatisfied:before {
  content: '\e916'
}

.icon-sentiment-satisfied:before {
  content: '\e917'
}

.icon-speaker:before {
  content: '\e918'
}

.icon-video-play:before {
  content: '\e919'
}

.icon-water-protection:before {
  content: '\e91a'
}

.icon-wifi:before {
  content: '\e91b'
}

.icon-cross:before {
  content: "\e91e"
}

.icon-circle:before {
  content: "\e91f"
}

html {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}

@media screen and (max-width: 1000px) {
  html.is-menu-active {
    overflow: hidden !important;
    z-index: -1;
    width: 100%;
    height: 100%
  }
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif
}

.l-header {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 50000;
  transition: all 0.15s ease-out
}

@media screen and (max-width: 1000px) {
  .l-header {
    position: fixed;
    z-index: 50000
  }
}

@media print {
  .l-header {
    display: none
  }
}

.l-header-main-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 32px;
  border-bottom: 1px solid #e0e0e0
}

@media screen and (max-width: 1000px) {
  .l-header-main-content {
    padding: 0 0 0 24px
  }
}

.l-header-logo {
  line-height: 1;
  margin: 0
}

.l-header-logo__anchor {
  display: block;
  transition: all 0.15s ease-out
}

.l-header-logo__anchor:hover {
  opacity: .75
}

@media screen and (max-width: 1000px) {
  .l-header-logo__anchor {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px
  }
}

.l-header-logo__image-box {
  transition: all 0.15s ease-out;
  width: 104px;
  display: block
}

@media screen and (max-width: 1160px) {
  .l-header-logo__image-box {
    width: 88px
  }
}

@media screen and (max-width: 1000px) {
  .l-header-logo__image-box {
    width: 76px
  }
}

.l-header-logo__image-box.is-scrolled {
  width: 76px
}

.l-header-logo__image {
  width: 100%;
  display: block;
  vertical-align: bottom
}

.l-header-nav {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap
}

@media screen and (max-width: 1000px) {
  .l-header-nav {
    display: flex;
    flex-direction: row;
    position: relative
  }
}

.l-header-nav-menu {
  margin-right: 8px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  position: relative
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu {
    display: block;
    position: fixed;
    top: 57px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e4f6f7;
    z-index: 10000;
    margin: 0;
    padding: 0 24px 64px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out
  }
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu.is-menu-active {
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    transition-delay: 0s
  }
}

.l-header-nav-menu__sub {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 16px 0;
  padding: 0;
  order: 1;
  line-height: 1;
  list-style-type: none
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__sub {
    margin: 24px -12px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 64px;
    align-items: flex-start
  }
}

.l-header-nav-menu__sub.is-scrolled {
  display: none
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__sub.is-scrolled {
    display: block
  }
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__sub-item {
    font-weight: 700;
    display: block;
    white-space: nowrap;
    line-height: 1;
    width: calc((100% - 48px) / 2 - 0.1px);
    margin: 0 12px;
    white-space: normal;
    vertical-align: top
  }
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__sub-item.is-item-login {
    order: 1;
    width: 100%;
    margin-bottom: 24px
  }
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__sub-item.is-item-blog {
    order: 2
  }
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__sub-item.is-item-faq {
    order: 3
  }
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__sub-item.is-item-support {
    order: 4
  }
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__sub-item.is-item-seminar {
    order: 5
  }
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__sub-item.is-item-download {
    order: 6
  }
}

.l-header-nav-menu__sub-item.is-item-news {
  display: none
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__sub-item.is-item-news {
    order: 7;
    display: block
  }
}

.l-header-nav-menu__sub-item.is-item-conpany-info {
  display: none
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__sub-item.is-item-conpany-info {
    order: 8;
    display: block
  }
}

.l-header-nav-menu__sub-item.is-item-access {
  display: none
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__sub-item.is-item-access {
    display: block;
    order: 9
  }
}

.l-header-nav-menu__sub-item-anchor {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 12px;
  position: relative;
  line-height: 1.6;
  text-decoration: none
}

.l-header-nav-menu__sub-item-anchor:hover {
  color: #00a2ad;
  text-decoration: none
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__sub-item-anchor {
    padding: 16px 0;
    width: 100%;
    display: block
  }
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__sub-item-anchor.is-item-login {
    font-size: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    border-bottom: 1px solid rgba(0, 140, 149, 0.2);
    padding-bottom: 32px
  }
}

.l-header-nav-menu__sub-item-anchor .safie-icon {
  vertical-align: -1px
}

.l-header-nav-menu__main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  order: 2;
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style-type: none
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__main {
    display: flex;
    flex-direction: column;
    align-items: flex-start
  }
}

.l-header-nav-menu__main.is-contact-box {
  display: none
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__main.is-contact-box {
    display: block;
    border-top: 1px solid rgba(0, 140, 149, 0.2)
  }
}

.l-header-nav-menu__main-item {
  line-height: 1;
  margin: 0
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__main-item {
    text-align: left;
    width: 100%
  }
}

.l-header-nav-menu__main-item.is-item-home {
  display: none
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__main-item.is-item-home {
    display: block
  }
}

.l-header-nav-menu__main-item-anchor {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  padding: 0 12px;
  text-decoration: none
}

.l-header-nav-menu__main-item-anchor:hover {
  color: #00a2ad;
  text-decoration: none
}

@media screen and (max-width: 1160px) {
  .l-header-nav-menu__main-item-anchor {
    font-size: 13px;
    padding: 0 8px
  }
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__main-item-anchor {
    font-size: 16px;
    padding: 0;
    text-align: left;
    display: block;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 140, 149, 0.2);
    position: relative;
    line-height: 1.6
  }
}

.l-header-nav-menu__main-item-anchor .safie-icon {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #008c95;
  font-size: 14px
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__main-item-anchor .safie-icon {
    display: block
  }
}

.l-header-nav-menu__main-item-anchor.is-l-header-nav-menu--home {
  display: none
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__main-item-anchor.is-l-header-nav-menu--home {
    display: block
  }
}

.l-header-nav-menu__main-item-anchor.is-mega-menu {
  position: relative;
  display: block;
  outline: none;
  border: none;
  background: none;
  padding-right: 32px;
  cursor: pointer
}

@media screen and (max-width: 1160px) {
  .l-header-nav-menu__main-item-anchor.is-mega-menu {
    padding-right: 24px
  }
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__main-item-anchor.is-mega-menu {
    border-bottom: 1px solid rgba(0, 140, 149, 0.2);
    padding-right: 0
  }
}

.l-header-nav-menu__main-item-anchor.is-mega-menu::before {
  display: block;
  position: absolute;
  bottom: 0;
  right: 12px;
  margin: auto;
  font-size: 14px;
  font-family: 'safie-icon' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak-as: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e900';
  color: rgba(0, 0, 0, 0.6)
}

@media screen and (max-width: 1160px) {
  .l-header-nav-menu__main-item-anchor.is-mega-menu::before {
    font-size: 13px;
    right: 8px
  }
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__main-item-anchor.is-mega-menu::before {
    display: none
  }
}

.l-header-nav-menu__main-item-anchor.is-mega-menu:hover::before {
  color: #00a2ad
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__main-item-anchor.is-mega-menu .safie-icon.icon-plus-a {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0 0 0 0;
    transform: translateY(-50%)
  }
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__main-item-anchor.is-mega-menu .safie-icon.icon-plus-a:before {
    display: block;
    transition: all 0.15s ease-out
  }
}

@media screen and (max-width: 1000px) {
  .l-header-nav-menu__main-item-anchor.is-mega-menu.is-active .safie-icon:before {
    transform: rotate(45deg)
  }
}

.l-header-nav-contact {
  display: none;
  position: absolute;
  right: 0;
  background-color: #00a2ad;
  padding: 0;
  margin: 0 auto;
  z-index: 12000
}

@media screen and (max-width: 1000px) {
  .l-header-nav-contact {
    display: none
  }
}

.l-header-nav-contact.is-active {
  display: block
}

.l-header-nav-contact__list {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.l-header-nav-contact__item {
  border-top: 1px solid rgba(255, 255, 255, 0.5)
}

.l-header-nav-contact__anchor {
  display: block;
  font-weight: 700;
  color: #fff;
  padding: 16px 56px 16px 24px;
  position: relative;
  font-size: 15px;
  line-height: 1.6;
  width: 296px;
  transition: background-color 0.15s ease-out;
  text-decoration: none
}

@media screen and (max-width: 1160px) {
  .l-header-nav-contact__anchor {
    width: 240px
  }
}

.l-header-nav-contact__anchor:hover,
.l-header-nav-contact__anchor:active {
  background-color: #00bac7;
  color: #fff;
  text-decoration: none
}

.l-header-nav-contact__anchor:last-of-type {
  border-bottom: none
}

.l-header-nav-contact__anchor .safie-icon {
  right: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: 0.15em
}

.l-header-nav-cv-box__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none
}

.l-header-nav-cv-box__list-item {
  margin: 0
}

@media screen and (max-width: 1000px) {
  .l-header-nav-cv-box__list-item.is-l-header-nav-cv-box--contact {
    display: none
  }
}

.l-header-nav-cv-box__list-item-anchor {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 148px;
  height: 96px;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  text-decoration: none
}

@media screen and (max-width: 1160px) {
  .l-header-nav-cv-box__list-item-anchor {
    font-size: 14px;
    width: 120px;
    padding: 0 14px
  }
}

@media screen and (max-width: 1000px) {
  .l-header-nav-cv-box__list-item-anchor {
    width: auto;
    height: 56px;
    border: none;
    font-size: 9px;
    padding: 0 12px
  }
}

.l-header-nav-cv-box__list-item-anchor.is-header-login {
  border-left: 1px solid #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff
}

.l-header-nav-cv-box__list-item-anchor.is-header-login:hover {
  color: #fff;
  background-color: #00bac7;
  text-decoration: none
}

.l-header-nav-cv-box__list-item-anchor.is-header-login:hover .safie-icon {
  transition: all 0.15s ease-out;
  color: #fff
}

@media screen and (max-width: 1000px) {
  .l-header-nav-cv-box__list-item-anchor.is-header-login {
    background: #fff;
    color: rgba(0, 0, 0, 0.6);
    border: none
  }
}

.l-header-nav-cv-box__list-item-anchor.is-header-login.is-scrolled {
  height: 64px
}

@media screen and (max-width: 1000px) {
  .l-header-nav-cv-box__list-item-anchor.is-header-login.is-scrolled {
    height: auto
  }
}

.l-header-nav-cv-box__list-item-anchor.is-header-store {
  border-left: 1px solid #e0e0e0;
  color: #00a2ad;
  background-color: #e4f6f7;
  text-decoration: none
}

.l-header-nav-cv-box__list-item-anchor.is-header-store:hover {
  color: #fff;
  background-color: #00bac7;
  text-decoration: none
}

.l-header-nav-cv-box__list-item-anchor.is-header-store:hover .safie-icon {
  transition: all 0.15s ease-out;
  color: #fff
}

@media screen and (max-width: 1000px) {
  .l-header-nav-cv-box__list-item-anchor.is-header-store {
    background: #fff;
    color: rgba(0, 0, 0, 0.6);
    border: none
  }
}

.l-header-nav-cv-box__list-item-anchor.is-header-store.is-scrolled {
  height: 64px
}

@media screen and (max-width: 1000px) {
  .l-header-nav-cv-box__list-item-anchor.is-header-store.is-scrolled {
    height: auto
  }
}

.l-header-nav-cv-box__list-item-anchor.is-header-contact {
  color: #fff;
  background: #00a2ad;
  position: relative;
  cursor: pointer
}

.l-header-nav-cv-box__list-item-anchor.is-header-contact:hover {
  background: #00bac7;
  text-decoration: none
}

@media screen and (max-width: 1000px) {
  .l-header-nav-cv-box__list-item-anchor.is-header-contact:hover {
    color: #fff;
    background-color: #00bac7
  }

  .l-header-nav-cv-box__list-item-anchor.is-header-contact:hover .safie-icon {
    transition: all 0.15s ease-out;
    color: #fff
  }
}

@media screen and (max-width: 1000px) {
  .l-header-nav-cv-box__list-item-anchor.is-header-contact {
    background: transparent;
    color: rgba(0, 0, 0, 0.6)
  }
}

.l-header-nav-cv-box__list-item-anchor.is-header-contact.is-scrolled {
  height: 64px
}

@media screen and (max-width: 1000px) {
  .l-header-nav-cv-box__list-item-anchor.is-header-contact.is-scrolled {
    height: auto
  }
}

.l-header-nav-cv-box__list-item-anchor .safie-icon {
  font-size: 26px;
  line-height: 1;
  display: block
}

@media screen and (max-width: 1000px) {
  .l-header-nav-cv-box__list-item-anchor .safie-icon {
    font-size: 20px
  }
}

.l-header-nav-cv-box__list-item-anchor .safie-icon.is-header-store {
  color: #00a2ad
}

@media screen and (max-width: 1000px) {
  .l-header-nav-cv-box__list-item-anchor .safie-icon.is-header-store {
    color: #9e9e9e
  }
}

.l-header-nav-cv-box__list-item-anchor .safie-icon.is-header-contact {
  color: #fff
}

@media screen and (max-width: 1000px) {
  .l-header-nav-cv-box__list-item-anchor .safie-icon.is-header-contact {
    color: #9e9e9e
  }
}

.l-header-nav-cv-box__list-item-anchor .safie-icon.is-scrolled {
  display: none
}

@media screen and (max-width: 1000px) {
  .l-header-nav-cv-box__list-item-anchor .safie-icon.is-scrolled {
    display: block
  }
}

.l-header-nav-cv-box__list-item-anchor .safie-icon.is-l-header-nav-cv-box--contact {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
  display: block
}

@media screen and (max-width: 1160px) {
  .l-header-nav-cv-box__list-item-anchor .safie-icon.is-l-header-nav-cv-box--contact {
    font-size: 12px
  }
}

.l-header-nav-cv-box__list-item-label {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  margin: 8px auto 24px;
  position: relative;
  width: 100%
}

@media screen and (max-width: 1160px) {
  .l-header-nav-cv-box__list-item-label {
    font-size: 12px;
    font-weight: 700
  }
}

@media screen and (max-width: 1000px) {
  .l-header-nav-cv-box__list-item-label {
    margin: 4px auto 12px;
    font-weight: 400;
    font-size: 9px
  }
}

@media screen and (max-width: 767px) {
  .l-header-nav-cv-box__list-item-label {
    font-size: 9px
  }
}

.l-header-nav-cv-box__list-item-label.is-l-header-nav-cv-box--contact {
  padding: 0 18px 0 0;
  color: #fff
}

.l-header-nav-toggle {
  font-size: 9px;
  display: none;
  color: #fff;
  outline: none
}

.l-header-nav-toggle:focus {
  outline: none
}

@media screen and (max-width: 1000px) {
  .l-header-nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 56px;
    height: 56px;
    border: 0;
    background: #00a2ad;
    position: relative;
    padding: 0;
    text-align: center;
    cursor: pointer
  }

  .l-header-nav-toggle:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url("https://bucket.safie.link/assets/images/icon-menu-wh.svg");
    background-repeat: no-repeat;
    background-position: 50% 8px;
    background-size: 100%;
    width: 24px
  }

  .l-header-nav-toggle.is-menu-active:after {
    background-image: url("https://bucket.safie.link/assets/images/icon-close-wh.svg")
  }
}

@media screen and (max-width: 1000px) {
  .l-header-nav-toggle__label {
    display: inline-block;
    line-height: 1;
    margin: 4px auto 12px
  }
}

.l-header-sp {
  position: fixed;
  top: 57px;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background: #e4f6f7
}

.l-header-sp.is-open {
  visibility: visible
}

.l-header-cv-box-sp {
  display: none
}

@media screen and (max-width: 1000px) {
  .l-header-cv-box-sp {
    display: block
  }
}

.l-header-fix-adjust {
  padding: 96px 0 0 0
}

@media screen and (max-width: 1000px) {
  .l-header-fix-adjust {
    padding: 57px 0 0 0
  }
}

.l-header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.15s ease-out;
  opacity: 0;
  z-index: -999
}

@media screen and (max-width: 1000px) {
  .l-header-overlay {
    display: none
  }
}

.l-header-overlay.is-active {
  opacity: 1;
  z-index: 49999
}

.l-header-sub-content.is-pc-content {
  transition: padding 0.15s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
  overflow: auto;
  position: relative;
  display: block;
  max-width: calc(1160px + (96px * 2));
  margin: 0 auto;
  padding: 0 96px
}

@media screen and (max-width: 1000px) {
  .l-header-sub-content.is-pc-content {
    display: none
  }
}

.l-header-sub-content.is-pc-content .l-header-sub-content__close-button {
  display: block;
  margin-right: -16px;
  padding: 12px;
  border: 0;
  outline: none;
  position: absolute;
  top: 6px;
  right: 96px;
  line-height: 1;
  background-color: transparent;
  transition: opacity 0.15s ease-out;
  opacity: 0;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.15s ease-out
}

.l-header-sub-content.is-pc-content .l-header-sub-content__close-button:hover {
  color: #008c95
}

.l-header-sub-content.is-pc-content .l-header-sub-content__close-button .safie-icon {
  font-size: 25px;
  font-weight: 700
}

.l-header-sub-content.is-pc-content.is-active {
  opacity: 1;
  height: auto;
  padding: 16px 96px 96px 96px
}

.l-header-sub-content.is-pc-content.is-active .l-header-sub-content__close-button {
  opacity: 1
}

.l-header-sub-content.is-pc-content .l-header-sub-content__category-top-item.is-text-link-list .l-header-sub-content__category-top-item-anchor {
  color: #008c95;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  transition: all 0.15s ease-out;
  text-decoration: none
}

.l-header-sub-content.is-pc-content .l-header-sub-content__category-top-item.is-text-link-list .l-header-sub-content__category-top-item-anchor::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  content: ""
}

.l-header-sub-content.is-pc-content .l-header-sub-content__category-top-item.is-text-link-list .l-header-sub-content__category-top-item-anchor::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  content: ""
}

.l-header-sub-content.is-pc-content .l-header-sub-content__category-top-item.is-text-link-list .l-header-sub-content__category-top-item-anchor:hover {
  color: #00a2ad;
  text-decoration: none
}

.l-header-sub-content.is-pc-content .l-header-sub-content__category-child-wrap.is-text-link-list {
  margin-top: 48px;
  display: flex
}

.l-header-sub-content.is-pc-content .l-header-sub-content__category-child-wrap.is-text-link-list .l-header-sub-content__category-child-title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
  width: 200px;
  padding-right: 32px;
  line-height: 1.6
}

.l-header-sub-content.is-pc-content .l-header-sub-content__category-child-wrap.is-text-link-list .l-header-sub-content__category-child-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * .5em);
  content: ""
}

.l-header-sub-content.is-pc-content .l-header-sub-content__category-child-wrap.is-text-link-list .l-header-sub-content__category-child-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * .5em);
  content: ""
}

.l-header-sub-content.is-pc-content .l-header-sub-content__category-child-wrap.is-text-link-list .l-header-sub-content__category-child-list-wrap {
  width: calc(100% - 200px);
  margin-top: -2px
}

.l-header-sub-content.is-pc-content .l-header-sub-content__category-child-wrap.is-text-link-list .l-header-sub-content__category-child-list {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0 0;
  padding: 0;
  list-style-type: none
}

.l-header-sub-content.is-pc-content .l-header-sub-content__category-child-wrap.is-text-link-list .l-header-sub-content__category-child-list.is-col-3 {
  margin-left: -21px;
  margin-right: -21px
}

.l-header-sub-content.is-pc-content .l-header-sub-content__category-child-wrap.is-text-link-list .l-header-sub-content__category-child-list.is-col-3 .l-header-sub-content__category-child-item {
  display: flex;
  width: calc(100% / 3 - (21px * 2));
  margin: 0 21px
}

.l-header-sub-content.is-pc-content .l-header-sub-content__category-child-wrap.is-text-link-list .l-header-sub-content__category-child-item-anchor {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 35px 16px 0;
  color: #008c95;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.15s ease-out;
  text-decoration: none
}

.l-header-sub-content.is-pc-content .l-header-sub-content__category-child-wrap.is-text-link-list .l-header-sub-content__category-child-item-anchor .safie-icon {
  position: absolute;
  top: calc(16px + 0.5em - 0.15em);
  right: 0;
  line-height: 1
}

.l-header-sub-content.is-pc-content .l-header-sub-content__category-child-wrap.is-text-link-list .l-header-sub-content__category-child-item-anchor:hover {
  color: #00a2ad;
  border-bottom: 1px solid #00a2ad;
  text-decoration: none
}

.l-header-sub-content.is-sp-content {
  display: none;
  transition: opacity 0.15s ease-out;
  padding: 0 0 0 16px
}

@media screen and (max-width: 1000px) {
  .l-header-sub-content.is-sp-content {
    display: block;
    opacity: 0;
    height: 0;
    overflow: hidden
  }
}

.l-header-sub-content.is-sp-content.is-active {
  opacity: 1;
  height: auto;
  overflow: auto;
  border-bottom: 1px solid rgba(0, 140, 149, 0.2)
}

.l-header-sub-content.is-sp-content .l-header-sub-content__category-top-item {
  margin: 0
}

.l-header-sub-content.is-sp-content .l-header-sub-content__category-top-item-anchor,
.l-header-sub-content.is-sp-content .l-header-sub-content__category-child-item-anchor {
  display: block;
  position: relative;
  padding-right: 24px;
  text-decoration: none
}

.l-header-sub-content.is-sp-content .l-header-sub-content__category-top-item-anchor .safie-icon.icon-arrow-right,
.l-header-sub-content.is-sp-content .l-header-sub-content__category-child-item-anchor .safie-icon.icon-arrow-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #008c95;
  font-size: 14px
}

.l-header-sub-content.is-sp-content .l-header-sub-content__category-top-item-anchor:hover,
.l-header-sub-content.is-sp-content .l-header-sub-content__category-child-item-anchor:hover {
  text-decoration: none
}

.l-header-sub-content.is-sp-content .l-header-sub-content__category-top-item-anchor {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.6;
  text-decoration: none
}

.l-header-sub-content.is-sp-content .l-header-sub-content__category-top-item-anchor:hover {
  text-decoration: none
}

.l-header-sub-content.is-sp-content .l-header-sub-content__category-child-wrap {
  padding: 24px 0 16px;
  border-top: 1px solid rgba(0, 140, 149, 0.2);
  margin: 0
}

.l-header-sub-content.is-sp-content .l-header-sub-content__category-child-item-anchor {
  padding: 12px 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 15px;
  line-height: 1.6
}

.l-header-sub-content.is-sp-content .l-header-sub-content__category-child-title {
  margin-bottom: 10px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.6;
  font-weight: bold
}

.l-header-sub-content.is-sp-content .l-header-sub-content__category-child-list {
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none
}

.l-header-sub-content.is-sp-content .l-header-sub-content__category-child-list-wrap {
  margin: 0
}

.l-side-nav {
  position: fixed;
  z-index: 3000;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  transition: all 0.15s ease-out;
  display: none
}

@media screen and (max-width: 1000px) {
  .l-side-nav {
    display: none
  }
}

@media print {
  .l-side-nav {
    display: none
  }
}

.l-side-nav.is-scrolled {
  right: 16px
}

@media screen and (max-height: 700px) {
  .p-side-nav__item:nth-of-type(2) {
    display: none
  }
}

@media screen and (max-height: 700px) {
  .p-side-nav__item:nth-of-type(3) {
    display: none
  }
}

.p-side-nav__anchor {
  display: block;
  width: 64px;
  margin: 0 0 8px;
  padding: 16px 0 12px;
  text-align: center;
  border: 1px solid #008c95;
  border-radius: 8px;
  background: #fff;
  transition: all 0.15s ease-out
}

.p-side-nav__anchor:hover {
  background-color: #e4f6f7
}

.p-side-nav__anchor:hover .p-side-nav__text {
  transition: all 0.15s ease-out;
  color: #00a2ad
}

.p-side-nav__text {
  font-size: 14px;
  font-weight: 700;
  color: #008c95;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  vertical-align: middle;
  white-space: nowrap;
  min-height: 88px
}

.l-side-nav__image-box {
  margin: 10px auto 0;
  padding: 0;
  line-height: 0
}

.l-side-nav__image-box.is-pc-mock {
  max-width: 48px
}

.l-side-nav__image-box.is-products {
  max-width: 36px
}

.l-side-nav__image-box.is-staff {
  max-width: 52px
}

.l-side-nav__image {
  margin: 0 auto 0;
  vertical-align: bottom
}

.l-footer-top {
  padding: 0 96px;
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.6
}

@media screen and (max-width: 1000px) {
  .l-footer-top {
    padding: 0 64px
  }
}

@media screen and (max-width: 767px) {
  .l-footer-top {
    padding: 0 24px
  }
}

@media print {
  .l-footer-top {
    display: none
  }
}

.l-footer-top__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
  padding: 64px 0 64px;
  font-size: 16px;
  line-height: 1.6
}

@media screen and (max-width: 1000px) {
  .l-footer-top__inner {
    display: block;
    padding: 32px 0;
    position: relative
  }
}

.l-footer-top__company-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.6
}

@media screen and (max-width: 1160px) {
  .l-footer-top__company-info {
    display: block
  }
}

.l-footer-top__button-area {
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media screen and (max-width: 1000px) {
  .l-footer-top__button-area {
    display: block
  }
}

.l-footer-top-logo {
  max-width: 168px;
  margin: 0 32px 0 0;
  font-size: 16px;
  line-height: 1.6
}

@media screen and (max-width: 1000px) {
  .l-footer-top-logo {
    max-width: 136px;
    margin: 0 0 16px
  }
}

.l-footer-top-logo__image {
  min-width: 136px
}

.l-footer-top__address {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 2;
  flex-grow: 2
}

@media screen and (max-width: 1160px) {
  .l-footer-top__address {
    margin-top: 16px
  }
}

.l-footer-top__address-zip-code {
  line-height: 1.6;
  font-size: 12px
}

@media screen and (max-width: 1000px) {
  .l-footer-top__address-zip-code {
    display: block
  }
}

.l-footer-top__address-company-name {
  display: block;
  margin: 0 0 0 0;
  font-size: 12px;
  line-height: 1.6
}

@media screen and (max-width: 1000px) {
  .l-footer-top__address-company-name {
    margin: 0 0 8px 0
  }
}

.l-footer-top__address-delimiter {
  display: inline-block;
  color: rgba(0, 0, 0, 0.38);
  margin: 0 0.5em;
  font-size: 12px;
  line-height: 1.6
}

.l-footer-top__address--wrap {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.7
}

.l-footer-top__address--wrap .l-footer-top__anchor {
  color: #008c95
}

.l-footer-top__address--wrap .l-footer-top__anchor:hover {
  color: #008c95;
  border-bottom: 1px solid #008c95
}

@media screen and (max-width: 1000px) {
  .l-footer-top__address--wrap {
    display: block;
    margin-bottom: 24px
  }
}

.l-footer-top__address-body {
  display: inline-block
}

.l-footer-top__address-map {
  display: inline-block
}

.l-footer-top-store {
  margin: 0 56px 0 0;
  white-space: nowrap
}

.l-footer-top-store .safie-icon {
  font-size: 28px;
  margin: 0 8px 0 0;
  color: rgba(0, 0, 0, 0.38)
}

.sp-back-to-top {
  line-height: 1;
  display: none
}

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

@media screen and (max-width: 1000px) {
  .sp-back-to-top {
    display: block;
    position: absolute;
    top: 32px;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #00a2ad;
    text-align: center;
    color: #00a2ad
  }

  .sp-back-to-top .safie-icon {
    position: absolute;
    top: calc(50% - 0.05em);
    left: 50%;
    transform: translate(-50%, -50%)
  }
}

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

.l-footer {
  padding: 0 96px;
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.6
}

@media screen and (max-width: 1000px) {
  .l-footer {
    padding: 0 64px
  }
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 24px
  }
}

@media print {
  .l-footer {
    display: none
  }
}

.l-footer__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 56px 0 64px;
  font-size: 16px;
  line-height: 1.6
}

@media screen and (max-width: 1000px) {
  .l-footer__inner {
    padding: 0 0 48px;
    display: block
  }
}

.l-footer-nav {
  display: flex;
  justify-content: space-between;
  margin: 0 -16px;
  font-size: 16px;
  line-height: 1.6
}

@media screen and (max-width: 1000px) {
  .l-footer-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -16px
  }
}

@media screen and (max-width: 767px) {
  .l-footer-nav {
    width: auto
  }
}

.l-footer-nav__list {
  margin: 0 16px 0;
  padding: 0;
  min-width: 56px;
  font-size: 16px;
  line-height: 1.6;
  list-style-type: none
}

@media screen and (max-width: 1000px) {
  .l-footer-nav__list {
    min-width: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc((100% - 32px * (3 - 1)) / 2 - 0.1px);
    margin: 20px 16px 0
  }
}

.l-footer-nav__item {
  margin: 16px 0 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  line-height: 1.6
}

.l-footer-nav__item:first-of-type {
  margin-top: 0
}

@media screen and (max-width: 1000px) {
  .l-footer-nav__item {
    margin: 24px 0 0;
    width: 100%
  }

  .l-footer-nav__item:first-of-type {
    margin-top: 0
  }
}

@media screen and (max-width: 1000px) {
  .l-footer-nav__item.has-child-list {
    display: none
  }
}

@media screen and (max-width: 1000px) {
  .l-footer-nav__item:nth-of-type(2n) {
    margin-right: 0
  }
}

.l-footer-nav__anchor {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
  display: inline-block;
  text-decoration: none
}

@media screen and (max-width: 1000px) {
  .l-footer-nav__anchor {
    width: 100%
  }
}

.l-footer-nav__anchor .safie-icon:before {
  vertical-align: 0.15em
}

.l-footer-nav__anchor:hover {
  color: #00a2ad;
  text-decoration: none
}

.l-footer-nav__child-list {
  margin: 8px auto 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  list-style-type: none
}

@media screen and (max-width: 1000px) {
  .l-footer-nav__child-list {
    margin: 0 0
  }
}

.l-footer-nav__child-item {
  margin: 16px auto 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  line-height: 1.6
}

@media screen and (max-width: 1000px) {
  .l-footer-nav__child-item {
    margin: 12px 0 0
  }
}

.l-footer-nav__child-item .l-footer-nav__anchor {
  font-size: 12px;
  font-weight: 400
}

.l-sns-footer-nav {
  display: flex;
  justify-content: flex-end;
  margin: 48px 0 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  list-style-type: none
}

@media screen and (max-width: 1000px) {
  .l-sns-footer-nav {
    justify-content: center;
    margin: 48px 0;
    width: 100%
  }
}

.l-sns-footer-nav__item {
  margin: 0 0 0 32px;
  font-size: 16px;
  line-height: 1.6
}

.l-sns-footer-nav__item:first-child {
  margin: 0
}

.l-sns-footer-nav__image {
  width: 100%
}

.l-sns-footer-nav__anchor {
  display: block;
  width: 40px;
  transition: all 0.15s ease-out;
  line-height: 1.6
}

.l-sns-footer-nav__anchor:hover {
  opacity: 0.7
}

.l-footer-bottom {
  margin: 48px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.6
}

@media screen and (max-width: 1000px) {
  .l-footer-bottom {
    margin: 0 0 0;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column
  }
}

.l-footer-bottom__list {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0 0;
  padding: 0;
  max-width: 960px;
  font-size: 16px;
  line-height: 1.6;
  list-style-type: none
}

@media screen and (max-width: 1000px) {
  .l-footer-bottom__list {
    flex-direction: column;
    margin: 0;
    width: 100%
  }
}

.l-footer-bottom__item {
  font-size: 16px;
  line-height: 1.6
}

@media screen and (max-width: 1000px) {
  .l-footer-bottom__item {
    margin: 0 0 16px
  }

  .l-footer-bottom__item:last-of-type {
    margin-bottom: 0
  }
}

.l-footer-bottom__item--credit {
  flex-grow: 2;
  text-align: right;
  font-size: 16px;
  line-height: 1.6
}

@media screen and (max-width: 1000px) {
  .l-footer-bottom__item--credit {
    text-align: center
  }
}

.l-footer-bottom__anchor {
  font-size: 12px;
  line-height: 1.6;
  display: inline-block;
  margin: 0 32px 0 0;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none
}

.l-footer-bottom__anchor:hover {
  color: #00a2ad;
  text-decoration: none
}

.l-footer-bottom__credit {
  font-size: 12px;
  line-height: 1.6;
  display: inline-block;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 16px
}

@media screen and (max-width: 1000px) {
  .l-footer-bottom__credit {
    margin: 32px 0 0 0;
    text-align: center;
    display: block
  }
}

.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-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: 25px
}

.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: 25px;
  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
}

#synalio-iframe {
  z-index: 60000 !important
}

@media screen and (max-width: 767px) {
  #synalio-iframe {
    z-index: 40000 !important
  }
}

@media print {
  #synalio-iframe {
    display: none
  }
}