@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:wght@500&display=swap");
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin-autocomplete {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-50%) rotate(359deg);
    transform: translateY(-50%) rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

:root {
  --arc-height: 8rem; }
  @media only screen and (max-width: 52rem) {
    :root {
      --arc-height: 2rem; } }

* {
  font-size: inherit;
  font-family: inherit;
  color: #666;
  background-repeat: no-repeat;
  box-sizing: border-box;
  max-width: 100%; }

/* "Noto Sans JP", */
html {
  font-size: 62.5%;
  scroll-behavior: smooth; }
  @media only screen and (max-width: 52rem) {
    html {
      font-size: 50%;
      overflow-x: hidden; } }
  @media screen and (max-height: 50rem) {
    html {
      font-size: 50%; } }
  html body {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    text-align: center;
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: 'Noto Sans JP', 'Poppins', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; }
    html body iframe#anybot.sticky {
      top: 0 !important; }
  html body[lang='en'] {
    font-family: 'Poppins', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; }
    html body[lang='en'] .Pricing a.toggle-slide::before {
      content: 'See More'; }
    html body[lang='en'] .Pricing a.toggle-slide.on::before {
      content: 'See Less'; }

.fixed {
  position: fixed; }

a {
  text-decoration: none; }

b.line {
  color: #00b900;
  font-family: Arial;
  font-weight: 900;
  padding-left: 0.2rem;
  padding-right: 0.2rem; }

b.ideo {
  color: #00b900;
  font-family: Arial;
  font-weight: 900;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  color: #000; }

ol {
  padding: 0; }

ul {
  padding: 0; }
  ul li {
    list-style: none; }

.OffsetAnchor {
  position: absolute;
  pointer-events: none;
  border-top: 30rem solid transparent;
  margin: -30rem 0 0;
  background-clip: padding-box; }

.Wrapper {
  width: 120rem;
  margin: auto;
  display: block;
  position: relative;
  text-align: center; }
  .Wrapper:not(.seminars) button {
    border-radius: 0.4rem;
    text-align: center;
    padding: 1.2rem 4.4rem;
    cursor: pointer;
    border: 0;
    font-size: 1.8rem;
    background-color: #00d6c9;
    outline: none;
    transition: background-color 0.3s;
    white-space: nowrap;
    color: #fff; }
    .Wrapper:not(.seminars) button:hover {
      background-color: #009f96; }
    .Wrapper:not(.seminars) button.a2:hover {
      background-color: #3a3ab5; }
    @media only screen and (max-width: 52rem) {
      .Wrapper:not(.seminars) button {
        padding: 1.2rem 2rem; } }

.space {
  flex: 1; }

.a1 {
  background-color: #5f5bff !important; }

.a2 {
  background-color: #00d6c9 !important; }

.d2 {
  background-color: #999 !important; }
  .d2:hover {
    background-color: #666 !important; }

.a1c {
  color: #00d6c9 !important; }

.a2c {
  color: #5f5bff !important;
  white-space: nowrap; }

.light {
  background-color: #f6f4f3 !important; }

.hbox {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.vbox {
  display: flex;
  flex-direction: column; }

@media only screen and (max-width: 52rem) {
  .pc-only {
    display: none !important; } }

@media only screen and (min-width: 52rem) {
  .phone-only {
    display: none !important; } }

i.close {
  background-image: url(/images/ico_close.svg);
  cursor: pointer;
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  z-index: 1;
  width: 3.2rem;
  height: 3.2rem;
  background-size: contain; }

hr {
  width: 4.8rem;
  height: 0.4rem;
  display: block;
  border: 0;
  outline: 0;
  background-color: #ccc;
  border-radius: 0.4rem;
  position: relative;
  margin: auto;
  margin-top: 6rem;
  margin-bottom: 6rem; }
  hr.a1 {
    background-color: #00d6c9; }

header {
  height: 9rem;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  border-bottom: 0.3rem solid rgba(208, 201, 195, 0.3);
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 52rem) {
    header {
      position: fixed;
      z-index: 999;
      /* So that it is not under the other elements */ } }
  header .Wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: 140rem;
    margin: 0 24px;
    position: absolute;
    flex-direction: row;
    align-items: center;
    position: relative; }
    @media only screen and (max-width: 52rem) {
      header .Wrapper {
        padding: 1rem;
        margin: 0 auto; } }
    header .Wrapper nav {
      display: flex;
      align-items: center;
      position: relative; }
      @media only screen and (max-width: 52rem) {
        header .Wrapper nav .highlight {
          margin-right: 6rem; } }
      header .Wrapper nav .menu-icon {
        width: 24px;
        height: 20px;
        margin: auto;
        z-index: 10;
        position: relative;
        display: flex;
        align-items: center;
        padding: 5px 0;
        right: 16px;
        transform: scale(1.5); }
      header .Wrapper nav .menu-icon span {
        position: absolute;
        display: block;
        height: 3px;
        width: 50px;
        background-color: #222;
        border-radius: 4px;
        transform: rotate(0);
        transition: all 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22); }
      header .Wrapper nav span.one {
        top: 0px; }
      header .Wrapper nav span.two {
        top: 8px; }
      header .Wrapper nav span.three {
        top: 16px; }
      header .Wrapper nav .clicked .one {
        transform: translateY(8px) rotate(45deg); }
      header .Wrapper nav .clicked .two {
        opacity: 0; }
      header .Wrapper nav .clicked .three {
        transform: translateY(-8px) rotate(-45deg); }
      header .Wrapper nav .menu-list {
        flex-direction: column;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        padding: 10vh 10vw;
        top: -1000px;
        transition: all 0.5s; }
        header .Wrapper nav .menu-list a {
          -webkit-tap-highlight-color: transparent;
          border-bottom: 1px solid #ccc;
          padding: 4rem 0;
          font-size: 2.4rem; }
          header .Wrapper nav .menu-list a:last-child {
            border-bottom: none; }
          header .Wrapper nav .menu-list a.chev::after {
            content: '';
            transition: all 0.5s;
            background-image: url(/images/ico_chevron.svg);
            background-repeat: no-repeat;
            background-position: center;
            width: 1.4rem;
            height: 0.8rem;
            display: block;
            position: absolute;
            right: 9vw;
            transform: translateX(-50%) translateY(0); }
          header .Wrapper nav .menu-list a.chev-right::after {
            transform: rotate(-90deg);
            margin-right: 6px; }
      @media only screen and (max-width: 52rem) {
        header .Wrapper nav .menu-icon {
          transform: scale(1); } }
      @media only screen and (min-width: 52rem) {
        header .Wrapper nav .menu-icon {
          margin-left: 8rem !important; }
        header .Wrapper nav .show-menu {
          margin-left: 0 !important; } }
      header .Wrapper nav .show-menu {
        top: 0;
        background-color: #f6f4f3; }
      header .Wrapper nav > *:not(:first-child) {
        margin-left: 2rem; }
        @media only screen and (max-width: 52rem) {
          header .Wrapper nav > *:not(:first-child) {
            margin-left: 0; } }
      header .Wrapper nav > *:last-child {
        margin-right: 1rem; }
        @media only screen and (max-width: 52rem) {
          header .Wrapper nav > *:last-child {
            margin-right: 0; } }
      header .Wrapper nav a {
        height: 2.8rem;
        line-height: 2.8rem;
        display: flex;
        align-items: center;
        white-space: nowrap; }
        @media only screen and (min-width: 52rem) {
          header .Wrapper nav a:not(:first-child)::before {
            content: '';
            display: inline-block;
            background-color: #5f5bff;
            width: 0.8rem;
            height: 0.8rem;
            border-radius: 0.4rem;
            margin-right: 2rem; } }
        @media only screen and (max-width: 52rem) {
          header .Wrapper nav a {
            display: none; } }
        header .Wrapper nav a.a2c {
          font-weight: bold;
          display: flex; }
          header .Wrapper nav a.a2c:before {
            width: 0; }
        header .Wrapper nav a:hover {
          border-bottom-color: #64cdf2; }
    @media only screen and (max-width: 52rem) {
      header .Wrapper button {
        padding: 1rem 2rem; } }
    header .Wrapper a.logo {
      width: 18rem;
      background-size: auto 4rem;
      height: 6rem;
      transform: translateY(0.5rem); }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 3rem white inset !important;
  -webkit-text-fill-color: #222 !important; }
  input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 3rem white inset !important; }

h1 {
  font-size: 3.6rem;
  color: #222; }
  h1 + p {
    font-size: 1.8rem !important;
    text-align: center; }

h2 {
  padding: 0 7.2rem;
  margin: 1rem auto;
  font-size: 4.2rem;
  font-weight: 300;
  color: #222;
  position: relative;
  display: inline-block;
  font-weight: 300; }
  @media only screen and (max-width: 52rem) {
    h2 {
      padding: 0 3rem;
      font-size: 3.6rem; } }
  h2::before, h2::after {
    content: '';
    display: inline-block;
    width: 4.8rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    background-color: #00d6c9;
    position: absolute;
    top: 50%; }
    @media only screen and (max-width: 52rem) {
      h2::before, h2::after {
        width: 2rem; } }
  h2::before {
    left: 0; }
  h2::after {
    right: 0; }
    @media only screen and (max-width: 52rem) {
      h2::after {
        width: 2rem; } }
  h2 + p {
    font-size: 1.8rem !important;
    text-align: center;
    margin-top: 0; }

h3 {
  color: #222;
  font-size: 2rem;
  margin-bottom: 0.4rem; }

dl {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row; }
  dl dd,
  dl dt {
    margin: 0;
    display: block;
    text-align: left; }

p {
  font-weight: 300; }

div.logo, div.logo-l, div.logo-w,
a.logo,
a.logo-l,
a.logo-w {
  display: block;
  height: 4rem;
  background-image: url("/images/logo-full.svg");
  background-size: auto 100%;
  background-position: center center; }

div.logo-l,
a.logo-l {
  height: 4rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem; }

div.logo-w,
a.logo-w {
  height: 4.8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-image: url("/images/logo.svg?v=1"); }

.Landing h2,
.Posts h2 {
  margin-bottom: 3rem; }
  .Landing h2:first-child,
  .Posts h2:first-child {
    margin-top: 5rem; }
    @media only screen and (max-width: 52rem) {
      .Landing h2:first-child,
      .Posts h2:first-child {
        margin-top: 3rem; } }
  .Landing h2.top,
  .Posts h2.top {
    scroll-margin-top: 12rem; }
    .Landing h2.top:first-child,
    .Posts h2.top:first-child {
      scroll-margin-top: 14rem; }

.Landing > *,
.Posts > * {
  padding-bottom: 6rem; }
  .Landing > *:not(:first-child),
  .Posts > *:not(:first-child) {
    padding-top: 6rem; }
  @media only screen and (max-width: 52rem) {
    .Landing > *,
    .Posts > * {
      padding-left: 3rem;
      padding-right: 3rem; } }

.Landing .d-down.posts,
.Posts .d-down.posts {
  width: 65%;
  margin: 0 auto; }

.Landing .d-down.help,
.Posts .d-down.help {
  width: 100%;
  margin-top: 0;
  margin-bottom: 3rem; }

.Landing .d-down.post-page,
.Posts .d-down.post-page {
  margin-top: 12rem; }

.Landing select,
.Posts select {
  color: #666;
  width: 100%;
  padding: 8px 12px;
  border-radius: 0.6rem;
  border: 2px solid #DDDDDD;
  appearance: none;
  padding-right: 16px;
  background-image: url(/images/landing/caret-down.svg);
  background-position: calc(100% - 12px) center; }

@media only screen and (max-width: 52rem) {
  .Landing,
  .Posts {
    margin-top: 9rem; } }

.Posts[data-role='posts'] {
  position: relative; }
  .Posts[data-role='posts']::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/images/landing/deco4.svg);
    width: 100%;
    height: 100%;
    transform: scaleX(-1);
    background-position: top right;
    background-repeat: no-repeat; }

.Posts > .Wrapper {
  padding-bottom: 0;
  margin-bottom: 6rem;
  display: flex; }
  @media only screen and (max-width: 52rem) {
    .Posts > .Wrapper {
      display: block; } }
  .Posts > .Wrapper .right-pane {
    margin-left: 2rem;
    overflow-y: auto;
    margin-bottom: 0; }
    .Posts > .Wrapper .right-pane h4:first-child, .Posts > .Wrapper .right-pane button {
      margin-top: 5rem; }
    .Posts > .Wrapper .right-pane h4.on {
      color: #5f5bff; }
    .Posts > .Wrapper .right-pane::-webkit-scrollbar {
      width: 0; }
    .Posts > .Wrapper .right-pane .flist .helplist li {
      height: initial;
      line-height: initial;
      margin: 1.6rem 0; }
      .Posts > .Wrapper .right-pane .flist .helplist li a:hover {
        color: #5f5bff; }

.Posts .Cases {
  background-color: transparent !important;
  background-image: none;
  border-right: 0.2rem solid rgba(208, 201, 195, 0.3); }
  @media only screen and (max-width: 52rem) {
    .Posts .Cases {
      border-right: none; } }

.Posts .helps, .Posts .cases {
  display: flex;
  height: 100%; }
  .Posts .helps .Helpbright, .Posts .helps .Cases, .Posts .cases .Helpbright, .Posts .cases .Cases {
    border-right: 0.1rem solid rgba(208, 201, 195, 0.3);
    overflow-y: auto;
    width: 100%; }
    @media only screen and (max-width: 52rem) {
      .Posts .helps .Helpbright, .Posts .helps .Cases, .Posts .cases .Helpbright, .Posts .cases .Cases {
        border-right: none;
        margin-top: 3rem; } }
    .Posts .helps .Helpbright .PostHub-Post, .Posts .helps .Cases .PostHub-Post, .Posts .cases .Helpbright .PostHub-Post, .Posts .cases .Cases .PostHub-Post {
      flex: 0 1 20rem; }
    .Posts .helps .Helpbright .PostHub-Post-Title, .Posts .helps .Cases .PostHub-Post-Title, .Posts .cases .Helpbright .PostHub-Post-Title, .Posts .cases .Cases .PostHub-Post-Title {
      margin: 1rem 1.6rem 0 1.6rem; }
    .Posts .helps .Helpbright .PostHub-Post-Tags, .Posts .helps .Cases .PostHub-Post-Tags, .Posts .cases .Helpbright .PostHub-Post-Tags, .Posts .cases .Cases .PostHub-Post-Tags {
      margin: 1.6rem 1.6rem 0.6rem 1.6rem; }
    .Posts .helps .Helpbright h2, .Posts .helps .Cases h2, .Posts .cases .Helpbright h2, .Posts .cases .Cases h2 {
      margin-top: 5rem; }
    .Posts .helps .Helpbright .release-info, .Posts .helps .Cases .release-info, .Posts .cases .Helpbright .release-info, .Posts .cases .Cases .release-info {
      text-align: -webkit-center; }
      .Posts .helps .Helpbright .release-info button, .Posts .helps .Cases .release-info button, .Posts .cases .Helpbright .release-info button, .Posts .cases .Cases .release-info button {
        display: block; }
        .Posts .helps .Helpbright .release-info button:hover, .Posts .helps .Cases .release-info button:hover, .Posts .cases .Helpbright .release-info button:hover, .Posts .cases .Cases .release-info button:hover {
          background-color: #00d6c9; }
        .Posts .helps .Helpbright .release-info button a, .Posts .helps .Cases .release-info button a, .Posts .cases .Helpbright .release-info button a, .Posts .cases .Cases .release-info button a {
          background-color: #00d6c9;
          color: white; }
    .Posts .helps .Helpbright .hidden-btn, .Posts .helps .Cases .hidden-btn, .Posts .cases .Helpbright .hidden-btn, .Posts .cases .Cases .hidden-btn {
      visibility: hidden; }
    .Posts .helps .Helpbright h1, .Posts .helps .Cases h1, .Posts .cases .Helpbright h1, .Posts .cases .Cases h1 {
      margin: 5rem 0 6rem;
      font-size: 5rem; }
      @media only screen and (max-width: 52rem) {
        .Posts .helps .Helpbright h1, .Posts .helps .Cases h1, .Posts .cases .Helpbright h1, .Posts .cases .Cases h1 {
          margin: 0 0 2rem;
          font-size: 4rem; } }
    .Posts .helps .Helpbright ::placeholder, .Posts .helps .Cases ::placeholder, .Posts .cases .Helpbright ::placeholder, .Posts .cases .Cases ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #999;
      opacity: 1;
      /* Firefox */ }
    .Posts .helps .Helpbright input:focus-visible, .Posts .helps .Cases input:focus-visible, .Posts .cases .Helpbright input:focus-visible, .Posts .cases .Cases input:focus-visible {
      outline: none; }
    .Posts .helps .Helpbright .input-wrapper, .Posts .helps .Cases .input-wrapper, .Posts .cases .Helpbright .input-wrapper, .Posts .cases .Cases .input-wrapper {
      position: relative;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 52rem) {
        .Posts .helps .Helpbright .input-wrapper, .Posts .helps .Cases .input-wrapper, .Posts .cases .Helpbright .input-wrapper, .Posts .cases .Cases .input-wrapper {
          margin-bottom: 0; } }
      .Posts .helps .Helpbright .input-wrapper .search-icon, .Posts .helps .Cases .input-wrapper .search-icon, .Posts .cases .Helpbright .input-wrapper .search-icon, .Posts .cases .Cases .input-wrapper .search-icon {
        position: absolute;
        top: 10px;
        right: 62px;
        visibility: visible;
        font-size: 18px;
        color: #DDDDDD; }
        @media only screen and (max-width: 52rem) {
          .Posts .helps .Helpbright .input-wrapper .search-icon, .Posts .helps .Cases .input-wrapper .search-icon, .Posts .cases .Helpbright .input-wrapper .search-icon, .Posts .cases .Cases .input-wrapper .search-icon {
            right: 12px; } }
    .Posts .helps .Helpbright .word-search, .Posts .helps .Cases .word-search, .Posts .cases .Helpbright .word-search, .Posts .cases .Cases .word-search {
      width: calc(100% - 50px);
      margin-right: 50px;
      padding: 8px 16px;
      border-radius: 0.6rem;
      border: 2px solid #DDDDDD; }
      @media only screen and (max-width: 52rem) {
        .Posts .helps .Helpbright .word-search, .Posts .helps .Cases .word-search, .Posts .cases .Helpbright .word-search, .Posts .cases .Cases .word-search {
          width: 100%;
          margin-right: 0; } }
    .Posts .helps .Helpbright .keyword-search, .Posts .helps .Cases .keyword-search, .Posts .cases .Helpbright .keyword-search, .Posts .cases .Cases .keyword-search {
      margin-right: 50px;
      border-radius: 0.6rem;
      border: solid 1px #F6F4F3; }
      @media only screen and (max-width: 52rem) {
        .Posts .helps .Helpbright .keyword-search, .Posts .helps .Cases .keyword-search, .Posts .cases .Helpbright .keyword-search, .Posts .cases .Cases .keyword-search {
          margin-right: 0; } }
      .Posts .helps .Helpbright .keyword-search h3, .Posts .helps .Cases .keyword-search h3, .Posts .cases .Helpbright .keyword-search h3, .Posts .cases .Cases .keyword-search h3 {
        margin: 1rem 0 1rem 1.5rem;
        text-align: left;
        color: #222; }
      .Posts .helps .Helpbright .keyword-search .title, .Posts .helps .Cases .keyword-search .title, .Posts .cases .Helpbright .keyword-search .title, .Posts .cases .Cases .keyword-search .title {
        background-color: #F6F4F3;
        padding: 2px; }
      .Posts .helps .Helpbright .keyword-search .search-tags, .Posts .helps .Cases .keyword-search .search-tags, .Posts .cases .Helpbright .keyword-search .search-tags, .Posts .cases .Cases .keyword-search .search-tags {
        display: flex;
        justify-self: start;
        padding: 20px 12px;
        flex-wrap: wrap; }
        .Posts .helps .Helpbright .keyword-search .search-tags .radio-btn, .Posts .helps .Cases .keyword-search .search-tags .radio-btn, .Posts .cases .Helpbright .keyword-search .search-tags .radio-btn, .Posts .cases .Cases .keyword-search .search-tags .radio-btn {
          display: none; }
      .Posts .helps .Helpbright .keyword-search .PostHub-Post-Tags-Tag, .Posts .helps .Cases .keyword-search .PostHub-Post-Tags-Tag, .Posts .cases .Helpbright .keyword-search .PostHub-Post-Tags-Tag, .Posts .cases .Cases .keyword-search .PostHub-Post-Tags-Tag {
        margin: 4px;
        display: inline-block;
        cursor: pointer;
        background-color: transparent;
        border: solid 1px #DDDDDD;
        border-radius: 20px;
        color: #999;
        padding: 8px 12px; }
        .Posts .helps .Helpbright .keyword-search .PostHub-Post-Tags-Tag input, .Posts .helps .Cases .keyword-search .PostHub-Post-Tags-Tag input, .Posts .cases .Helpbright .keyword-search .PostHub-Post-Tags-Tag input, .Posts .cases .Cases .keyword-search .PostHub-Post-Tags-Tag input {
          display: none; }
      .Posts .helps .Helpbright .keyword-search .selectedTag, .Posts .helps .Cases .keyword-search .selectedTag, .Posts .cases .Helpbright .keyword-search .selectedTag, .Posts .cases .Cases .keyword-search .selectedTag {
        background-color: #ccc;
        color: #fff; }
    .Posts .helps .Helpbright .posts .no-posts, .Posts .helps .Cases .posts .no-posts, .Posts .cases .Helpbright .posts .no-posts, .Posts .cases .Cases .posts .no-posts {
      margin-top: 5rem;
      color: #666;
      font-size: 1.8rem; }
  .Posts .helps .right-pane h4, .Posts .cases .right-pane h4 {
    font-size: 1.6rem;
    background-image: none;
    border-bottom: 0.2rem solid rgba(208, 201, 195, 0.3); }
    .Posts .helps .right-pane h4:first-child, .Posts .cases .right-pane h4:first-child {
      margin-top: 5rem; }
  .Posts .helps .right-pane li, .Posts .cases .right-pane li {
    height: initial;
    line-height: initial;
    margin: 1.6rem 0; }
    .Posts .helps .right-pane li a, .Posts .cases .right-pane li a {
      color: #222; }
      .Posts .helps .right-pane li a:hover, .Posts .cases .right-pane li a:hover {
        color: #5f5bff; }
  .Posts .helps .right-pane button, .Posts .cases .right-pane button {
    margin-top: 5rem; }

.Welcome {
  padding-top: 4.8rem;
  background-color: #5f5bff;
  background-image: url(/images/landing/welcome-bg.svg);
  background-size: auto 100%;
  background-position: center bottom -6rem;
  margin-bottom: -5rem;
  overflow: hidden;
  padding-bottom: 5vw; }
  @media only screen and (max-width: 52rem) {
    .Welcome {
      padding-top: 3rem;
      margin-bottom: 0rem; } }
  .Welcome .Wrapper {
    display: flex;
    justify-content: space-between;
    width: 120rem;
    text-align: left;
    position: relative; }
    @media only screen and (max-width: 52rem) {
      .Welcome .Wrapper {
        text-align: center;
        justify-content: center;
        flex-direction: column; }
        .Welcome .Wrapper button {
          padding: 1.4rem 5rem;
          font-size: 2.2rem;
          border-radius: 0.5rem;
          font-weight: bold; } }
    .Welcome .Wrapper .Slogan {
      flex: 1;
      padding: 10rem 5rem 3rem 5rem;
      margin: 0 5rem;
      background-image: url(/images/omni-icons.svg);
      background-position: 5rem 6rem;
      background-size: 26rem auto; }
      @media only screen and (max-width: 52rem) {
        .Welcome .Wrapper .Slogan {
          padding: 0;
          padding-top: 2rem;
          margin: 0;
          background-size: auto 4rem;
          background-position: center top; } }
    .Welcome .Wrapper .Medias {
      background-image: url(/images/landing/medias-v2.png);
      width: 26rem;
      height: 7.2rem;
      background-size: 100%; }
      @media only screen and (max-width: 52rem) {
        .Welcome .Wrapper .Medias {
          width: 26rem;
          margin: 0 auto; } }
    .Welcome .Wrapper .DemoVideo {
      flex-shrink: 0;
      display: flex;
      margin-top: 5rem; }
      @media only screen and (max-width: 52rem) {
        .Welcome .Wrapper .DemoVideo {
          justify-content: center;
          margin-bottom: -20rem;
          transform-origin: top;
          transform: scale(0.9) !important; } }
      .Welcome .Wrapper .DemoVideo:hover .DemoVideo-Video {
        transform: translateX(0rem); }
      .Welcome .Wrapper .DemoVideo:hover .DemoVideo-Outline {
        transform: translateX(0rem); }
        .Welcome .Wrapper .DemoVideo:hover .DemoVideo-Outline::before {
          opacity: 1; }
        .Welcome .Wrapper .DemoVideo:hover .DemoVideo-Outline * {
          opacity: 1;
          transform: translateX(0rem); }
          .Welcome .Wrapper .DemoVideo:hover .DemoVideo-Outline *:nth-child(1) {
            transition-delay: 0.03s; }
          .Welcome .Wrapper .DemoVideo:hover .DemoVideo-Outline *:nth-child(2) {
            transition-delay: 0.06s; }
          .Welcome .Wrapper .DemoVideo:hover .DemoVideo-Outline *:nth-child(3) {
            transition-delay: 0.09s; }
          .Welcome .Wrapper .DemoVideo:hover .DemoVideo-Outline *:nth-child(4) {
            transition-delay: 0.12s; }
          .Welcome .Wrapper .DemoVideo:hover .DemoVideo-Outline *:nth-child(5) {
            transition-delay: 0.15s; }
          .Welcome .Wrapper .DemoVideo:hover .DemoVideo-Outline *:nth-child(6) {
            transition-delay: 0.18s; }
          .Welcome .Wrapper .DemoVideo:hover .DemoVideo-Outline *:nth-child(7) {
            transition-delay: 0.21s; }
          .Welcome .Wrapper .DemoVideo:hover .DemoVideo-Outline *:nth-child(8) {
            transition-delay: 0.24s; }
      .Welcome .Wrapper .DemoVideo-Video {
        position: relative;
        z-index: 2;
        transform: translateX(6rem);
        transition: transform 0.4s cubic-bezier(0.15, 0.7, 0.5, 1.15); }
        @media only screen and (max-width: 52rem) {
          .Welcome .Wrapper .DemoVideo-Video {
            transform: none; } }
        .Welcome .Wrapper .DemoVideo-Video::before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          height: 100%;
          background-image: url(/images/landing/phone_transparency.png);
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          transform: translate(-50%, -50.5%) scale(1.17); }
      .Welcome .Wrapper .DemoVideo-Outline {
        z-index: 1;
        transition: all 0.4s;
        transform: translateX(-15rem);
        margin-top: 10rem;
        margin-left: 2rem;
        position: relative;
        width: 20rem; }
        @media only screen and (max-width: 52rem) {
          .Welcome .Wrapper .DemoVideo-Outline {
            display: none; } }
        .Welcome .Wrapper .DemoVideo-Outline > * {
          transform: translateX(-10rem);
          opacity: 0;
          display: flex;
          align-items: center;
          font-style: normal;
          font-weight: normal;
          font-size: 1.6rem;
          color: rgba(255, 255, 255, 0.6);
          list-style: none;
          transition: all 0.5s;
          cursor: pointer;
          white-space: nowrap; }
          .Welcome .Wrapper .DemoVideo-Outline > *:hover {
            color: #00d6c9; }
          .Welcome .Wrapper .DemoVideo-Outline > *:not(:last-child) {
            margin-bottom: 2rem; }
          .Welcome .Wrapper .DemoVideo-Outline > *::before {
            all: unset; }
        .Welcome .Wrapper .DemoVideo-Outline::before {
          all: unset;
          content: '';
          display: block;
          width: 0.3rem;
          height: 1.5rem;
          border-radius: 0.3rem;
          position: absolute;
          transition: all 0.5s;
          opacity: 0;
          background-color: #00d6c9; }
        .Welcome .Wrapper .DemoVideo-Outline[data-index='1']::before {
          top: calc(0.6rem + 4.4rem * 0); }
        .Welcome .Wrapper .DemoVideo-Outline[data-index='1'] > *:nth-child(1) {
          color: #fff;
          margin-left: 1.5rem; }
        .Welcome .Wrapper .DemoVideo-Outline[data-index='2']::before {
          top: calc(0.6rem + 4.4rem * 1); }
        .Welcome .Wrapper .DemoVideo-Outline[data-index='2'] > *:nth-child(2) {
          color: #fff;
          margin-left: 1.5rem; }
        .Welcome .Wrapper .DemoVideo-Outline[data-index='3']::before {
          top: calc(0.6rem + 4.4rem * 2); }
        .Welcome .Wrapper .DemoVideo-Outline[data-index='3'] > *:nth-child(3) {
          color: #fff;
          margin-left: 1.5rem; }
        .Welcome .Wrapper .DemoVideo-Outline[data-index='4']::before {
          top: calc(0.6rem + 4.4rem * 3); }
        .Welcome .Wrapper .DemoVideo-Outline[data-index='4'] > *:nth-child(4) {
          color: #fff;
          margin-left: 1.5rem; }
        .Welcome .Wrapper .DemoVideo-Outline[data-index='5']::before {
          top: calc(0.6rem + 4.4rem * 4); }
        .Welcome .Wrapper .DemoVideo-Outline[data-index='5'] > *:nth-child(5) {
          color: #fff;
          margin-left: 1.5rem; }
        .Welcome .Wrapper .DemoVideo-Outline[data-index='6']::before {
          top: calc(0.6rem + 4.4rem * 5); }
        .Welcome .Wrapper .DemoVideo-Outline[data-index='6'] > *:nth-child(6) {
          color: #fff;
          margin-left: 1.5rem; }
        .Welcome .Wrapper .DemoVideo-Outline[data-index='7']::before {
          top: calc(0.6rem + 4.4rem * 6); }
        .Welcome .Wrapper .DemoVideo-Outline[data-index='7'] > *:nth-child(7) {
          color: #fff;
          margin-left: 1.5rem; }
        .Welcome .Wrapper .DemoVideo-Outline[data-index='8']::before {
          top: calc(0.6rem + 4.4rem * 7); }
        .Welcome .Wrapper .DemoVideo-Outline[data-index='8'] > *:nth-child(8) {
          color: #fff;
          margin-left: 1.5rem; }
        .Welcome .Wrapper .DemoVideo-Outline[data-index='9']::before {
          top: calc(0.6rem + 4.4rem * 8); }
        .Welcome .Wrapper .DemoVideo-Outline[data-index='9'] > *:nth-child(9) {
          color: #fff;
          margin-left: 1.5rem; }
        .Welcome .Wrapper .DemoVideo-Outline[data-index='10']::before {
          top: calc(0.6rem + 4.4rem * 9); }
        .Welcome .Wrapper .DemoVideo-Outline[data-index='10'] > *:nth-child(10) {
          color: #fff;
          margin-left: 1.5rem; }
  .Welcome * {
    color: #fff; }
  .Welcome h1 {
    text-align: left;
    margin-top: 1rem;
    font-size: 4rem; }
    @media only screen and (max-width: 52rem) {
      .Welcome h1 {
        text-align: center;
        margin-top: 3rem; } }
  .Welcome ul {
    margin-bottom: 3rem; }
    .Welcome ul li {
      text-align: left;
      position: relative;
      display: flex;
      align-items: center; }
      .Welcome ul li:not(:first-child) {
        margin-top: 1rem; }
      @media only screen and (max-width: 52rem) {
        .Welcome ul li {
          text-align: center;
          justify-content: center; } }
      .Welcome ul li:before {
        content: '';
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 0.4rem;
        margin-right: 1rem;
        font-size: 0;
        padding: 0;
        background-color: #00d6c9; }
        @media only screen and (max-width: 52rem) {
          .Welcome ul li:before {
            display: none; } }

.arc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  transform: translateY(-97.5%);
  height: 5vw;
  object-fit: fill; }
  @media only screen and (max-width: 52rem) {
    .arc {
      transform: translateY(-92.5%); } }

.ConceptNav {
  padding: 2rem 0;
  position: fixed;
  width: 100%;
  background-color: #efedeb;
  z-index: 10;
  transition: all 0.3s;
  transform: translateY(-120%);
  opacity: 0; }
  @media only screen and (max-width: 52rem) {
    .ConceptNav {
      display: none; } }
  .ConceptNav[data-current='1'] {
    transform: translateY(0%);
    opacity: 1; }
    .ConceptNav[data-current='1'] ul.Wrapper li:nth-of-type(1) a::before {
      background-color: #5f5bff; }
    .ConceptNav[data-current='1'] ~ .Concept .Wrapper ul .topic:nth-of-type(1) div .to-features::after {
      opacity: 1;
      transform: translate(2rem, 1rem); }
  .ConceptNav[data-current='2'] {
    transform: translateY(0%);
    opacity: 1; }
    .ConceptNav[data-current='2'] ul.Wrapper li:nth-of-type(2) a::before {
      background-color: #5f5bff; }
    .ConceptNav[data-current='2'] ~ .Concept .Wrapper ul .topic:nth-of-type(2) div .to-features::after {
      opacity: 1;
      transform: translate(2rem, 1rem); }
  .ConceptNav[data-current='3'] {
    transform: translateY(0%);
    opacity: 1; }
    .ConceptNav[data-current='3'] ul.Wrapper li:nth-of-type(3) a::before {
      background-color: #5f5bff; }
    .ConceptNav[data-current='3'] ~ .Concept .Wrapper ul .topic:nth-of-type(3) div .to-features::after {
      opacity: 1;
      transform: translate(2rem, 1rem); }
  .ConceptNav[data-current='4'] {
    transform: translateY(0%);
    opacity: 1; }
    .ConceptNav[data-current='4'] ul.Wrapper li:nth-of-type(4) a::before {
      background-color: #5f5bff; }
    .ConceptNav[data-current='4'] ~ .Concept .Wrapper ul .topic:nth-of-type(4) div .to-features::after {
      opacity: 1;
      transform: translate(2rem, 1rem); }
  .ConceptNav[data-current='5'] {
    transform: translateY(0%);
    opacity: 1; }
    .ConceptNav[data-current='5'] ul.Wrapper li:nth-of-type(5) a::before {
      background-color: #5f5bff; }
    .ConceptNav[data-current='5'] ~ .Concept .Wrapper ul .topic:nth-of-type(5) div .to-features::after {
      opacity: 1;
      transform: translate(2rem, 1rem); }
  .ConceptNav ul.Wrapper {
    counter-reset: concept_navs;
    display: flex;
    justify-content: center;
    width: 120rem;
    margin: 0 auto; }
    @media screen and (max-width: 72rem) {
      .ConceptNav ul.Wrapper {
        transform: scale(0.85); } }
    .ConceptNav ul.Wrapper li {
      counter-increment: concept_navs;
      font-weight: bold; }
      .ConceptNav ul.Wrapper li,
      .ConceptNav ul.Wrapper li a {
        color: #222;
        transition: color 0.4s;
        white-space: nowrap; }
      .ConceptNav ul.Wrapper li a:hover {
        color: #00d6c9; }
      .ConceptNav ul.Wrapper li a::before {
        content: counter(concept_navs);
        display: inline-block;
        width: 2.6rem;
        height: 2.6rem;
        line-height: 2.4rem;
        border-radius: 100%;
        background-color: #00d6c9;
        color: #fff;
        margin-right: 1rem;
        transition: background-color 0.4s; }
      .ConceptNav ul.Wrapper li:not(:first-of-type) {
        margin-left: 4rem; }

.Concept {
  background-color: #fff;
  background-image: url(/images/landing/deco1.svg);
  background-position: center top;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
  overflow: visible;
  padding-top: 0 !important; }
  .Concept:before {
    background-image: url(/images/landing/arc1.svg); }
  @media only screen and (max-width: 52rem) {
    .Concept h2 {
      margin-top: 4rem; } }
  .Concept h2 + p {
    line-height: 2.8rem; }
  @media only screen and (max-width: 52rem) {
    .Concept button {
      padding: 1.4rem 5rem !important;
      font-size: 2.2rem !important;
      border-radius: 0.5rem !important;
      font-weight: bold !important;
      height: initial !important; } }
  .Concept .Flow {
    height: 19rem;
    padding-top: 2rem;
    width: 100%;
    background-position: center;
    background-size: auto 100%;
    margin-top: 6rem;
    margin-bottom: 6rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    cursor: pointer; }
    @media only screen and (max-width: 52rem) {
      .Concept .Flow {
        display: none; } }
    .Concept .Flow dd {
      flex: 1;
      background-position: center top;
      background-size: auto 11rem;
      cursor: pointer; }
      .Concept .Flow dd h3 {
        margin-top: 12rem;
        text-align: center;
        font-size: 1.8rem; }
    .Concept .Flow dt {
      width: 4rem;
      height: inherit;
      background-image: url(/images/landing/arrow-right.svg);
      background-position: center 4.4rem; }
  .Concept hr {
    width: 26.4rem;
    background-color: #f1efed; }
  .Concept dd.concept {
    position: relative;
    background-position: center top; }
    .Concept dd.concept:hover::after {
      opacity: 1;
      transform: translateX(-50%) translateY(1rem); }
    .Concept dd.concept::after {
      content: '';
      opacity: 0;
      transition: all 0.5s;
      background-image: url(/images/ico_chevron.svg);
      background-repeat: no-repeat;
      background-position: center;
      width: 1.4rem;
      height: 0.8rem;
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%) translateY(0); }
    .Concept dd.concept:nth-of-type(1) {
      background-size: 10.5rem;
      background-position: center top 0.5rem; }
    .Concept dd.concept:nth-of-type(2) {
      background-size: 10.5rem;
      background-position: center top 1rem; }
    .Concept dd.concept:nth-of-type(3) {
      background-size: 11rem;
      background-position: center top 0rem; }
    .Concept dd.concept:nth-of-type(4) {
      background-size: 9.5rem;
      background-position: center top 0rem; }
    .Concept dd.concept:nth-of-type(5) {
      background-size: 10.5rem;
      background-position: center top 1rem; }
    .Concept dd.concept:nth-of-type(1) {
      background-image: url(/images/landing/Anybot-Icon-01-S.svg); }
    .Concept dd.concept:nth-of-type(2) {
      background-image: url(/images/landing/Anybot-Icon-02-S.svg); }
    .Concept dd.concept:nth-of-type(3) {
      background-image: url(/images/landing/Anybot-Icon-03-S.svg); }
    .Concept dd.concept:nth-of-type(4) {
      background-image: url(/images/landing/Anybot-Icon-04-S.svg); }
    .Concept dd.concept:nth-of-type(5) {
      background-image: url(/images/landing/Anybot-Icon-05-S.svg); }
  .Concept ul {
    width: 98rem;
    max-width: 100%;
    margin: auto;
    counter-reset: titles; }
    .Concept ul li.topic {
      counter-increment: titles;
      height: 30rem;
      max-width: 100%;
      display: flex;
      justify-content: space-between;
      background-size: auto 100%;
      margin: 12rem 0; }
      @media only screen and (max-width: 52rem) {
        .Concept ul li.topic {
          flex-direction: column;
          align-items: center;
          height: initial;
          margin: 4rem 0; } }
      .Concept ul li.topic * {
        text-align: left; }
      .Concept ul li.topic::after {
        content: '';
        display: block;
        max-width: 100%;
        width: 48rem;
        height: 30rem;
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain; }
        @media only screen and (max-width: 52rem) {
          .Concept ul li.topic::after {
            order: -1;
            background-position: left; } }
      .Concept ul li.topic:nth-of-type(2n-1)::after {
        order: -1;
        background-position: left; }
        @media only screen and (max-width: 52rem) {
          .Concept ul li.topic:nth-of-type(2n-1)::after {
            background-position: left; } }
      .Concept ul li.topic:nth-of-type(1)::after {
        background-image: url(/images/landing/Anybot-Icon-01-L.svg); }
      .Concept ul li.topic:nth-of-type(2)::after {
        background-image: url(/images/landing/Anybot-Icon-02-L.svg); }
      .Concept ul li.topic:nth-of-type(3)::after {
        background-image: url(/images/landing/Anybot-Icon-03-L.svg); }
      .Concept ul li.topic:nth-of-type(4)::after {
        background-image: url(/images/landing/Anybot-Icon-04-L.svg); }
      .Concept ul li.topic:nth-of-type(5)::after {
        background-image: url(/images/landing/Anybot-Icon-05-L.svg); }
      .Concept ul li.topic > div {
        width: 48rem;
        max-width: 100%; }
      .Concept ul li.topic h5 {
        color: #00d6c9;
        font-size: 1.3rem;
        font-weight: bold;
        font-family: 'Poppins';
        margin-bottom: 0;
        height: 2.4rem;
        line-height: 2.4rem; }
        .Concept ul li.topic h5::before {
          content: counter(titles);
          background-color: #00d6c9;
          color: #fff;
          text-align: center;
          font-size: 1.4rem;
          font-weight: bold;
          width: 2.4rem;
          height: 2.4rem;
          line-height: 2.4rem;
          border-radius: 1.2rem;
          display: inline-block;
          margin-right: 0.8rem;
          padding: 0; }
      .Concept ul li.topic h3 {
        color: #222;
        font-size: 3.2rem;
        margin-top: 0.8rem;
        text-indent: 2.4rem; }
      .Concept ul li.topic p {
        color: #666;
        font-size: 1.8rem;
        padding-left: 2.4rem; }
      .Concept ul li.topic a {
        color: #222;
        padding-left: 2.4rem;
        text-indent: 0;
        font-size: 1.6rem;
        font-weight: bold;
        text-indent: 2.4rem; }
        .Concept ul li.topic a:hover::after {
          opacity: 1;
          transform: translate(2rem, 1rem); }
        .Concept ul li.topic a::after {
          content: '';
          opacity: 0;
          transition: all 0.5s;
          background-image: url(/images/ico_chevron.svg);
          background-repeat: no-repeat;
          background-position: center;
          width: 1.4rem;
          height: 0.8rem;
          display: inline-block;
          position: absolute;
          transform: translate(2rem, 0rem); }
    .Concept ul.arrow {
      height: 10rem;
      background-size: auto 4rem;
      background-position: center center; }
      .Concept ul.arrow.left {
        background-image: url(/images/landing/arrow-left45.svg); }
      .Concept ul.arrow.right {
        background-image: url(/images/landing/arrow-right45.svg); }

@keyframes screen-anime {
  from {
    transform: translateY(60rem); }
  to {
    transform: translateY(0); } }

@keyframes shaking-anime {
  0% {
    transform: translateX(-10%); }
  10% {
    transform: translateX(9%); }
  20% {
    transform: translateX(-8%); }
  30% {
    transform: translateX(7%); }
  40% {
    transform: translateX(-6%); }
  50% {
    transform: translateX(5%); }
  60% {
    transform: translateX(-4%); }
  70% {
    transform: translateX(3%); }
  80% {
    transform: translateX(-2%); }
  90% {
    transform: translateX(1%); }
  100% {
    transform: translateX(0%); } }

.shaking {
  animation: shaking-anime 0.5s; }

#screen {
  position: absolute;
  right: 14.5rem;
  top: 20rem;
  width: 37.2rem;
  height: 60rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  background-size: 100% auto;
  background-position: left top;
  animation-fill-mode: forwards;
  animation: screen-anime 0.3s; }
  #screen.act1 {
    background-image: url(/images/landing/phone1.png); }
  #screen.act2 {
    background-image: url(/images/landing/phone2.png); }
  #screen.act3 {
    background-image: url(/images/landing/phone3.png); }
  #screen.act4 {
    background-image: url(/images/landing/phone4.png); }
  #screen.act5 {
    background-image: url(/images/landing/phone5.png); }

.Cases {
  background-color: #f6f4f3;
  background-image: url(/images/landing/deco4.svg);
  background-position: top right; }
  @media only screen and (max-width: 52rem) {
    .Cases.bright h2 {
      max-width: 280px; } }
  .Cases.bright {
    background-color: #fff; }
    .Cases.bright .release-info {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex-wrap: wrap; }
    .Cases.bright .release-btn a {
      color: #fff; }
  .Cases dl {
    justify-content: center; }
  .Cases dd {
    width: 24rem;
    height: 24rem;
    background-color: #fff;
    margin: 1.6rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0.6rem; }
    .Cases dd a {
      margin: 0;
      padding: 0;
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      text-indent: 0; }
    .Cases dd .image {
      width: 100%;
      height: 14rem;
      background-color: #f6f4f3;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .Cases dd h3 {
      font-size: 1.6rem;
      text-align: center;
      padding-left: 1.2rem;
      padding-right: 1.2rem;
      text-align: left; }
  .Cases h3 {
    margin-top: 3rem;
    font-weight: normal;
    text-align: center;
    color: #5f5bff; }
    .Cases h3 a {
      all: unset;
      cursor: pointer;
      transition: color 0.3s; }
      .Cases h3 a:hover {
        color: #00d6c9; }
      @media only screen and (max-width: 52rem) {
        .Cases h3 a {
          font-size: 18px; } }
  .Cases .media-logo figure {
    display: flex;
    justify-content: center; }
    .Cases .media-logo figure img {
      padding: 2rem; }
  @media only screen and (max-width: 52rem) {
    .Cases .media-logo {
      margin-top: 3rem; }
      .Cases .media-logo figure {
        width: 40%;
        margin: auto;
        display: flex;
        flex-direction: column; } }

.Pricing {
  background-color: #fff;
  background-image: url(/images/landing/deco3.svg);
  background-position: top left;
  position: relative;
  overflow: hidden;
  background-size: auto 60rem; }
  .Pricing .small-text {
    font-size: 1.4rem;
    letter-spacing: 0.5rem;
    margin-left: 0.5rem; }
  .Pricing .phone-only hr {
    margin: 1rem 0 2rem 0;
    height: 0.2rem;
    background-color: #ebe7e5; }
  .Pricing .standard a.toggle-slide::after {
    filter: hue-rotate(-70deg) brightness(140%); }
  .Pricing a.toggle-slide {
    background-color: rgba(0, 0, 0, 0.05);
    display: block;
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 1;
    color: #222;
    font-weight: bold;
    font-size: 2rem; }
    .Pricing a.toggle-slide::after {
      content: '';
      background-image: url(/images/ico_chevron.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 1.4rem;
      height: 1.4rem;
      display: inline-block;
      margin-left: 0.75rem;
      transition: transform 0.5s; }
    .Pricing a.toggle-slide::before {
      content: 'もっと見る'; }
    .Pricing a.toggle-slide ~ .toggle-slide-list {
      overflow: hidden;
      max-height: 0rem;
      transition: max-height 0.5s; }
    .Pricing a.toggle-slide.on::before {
      content: '戻る'; }
    .Pricing a.toggle-slide.on::after {
      transform: rotate(180deg); }
    .Pricing a.toggle-slide.on ~ .toggle-slide-list {
      max-height: 36rem; }
  @media only screen and (max-width: 52rem) {
    .Pricing {
      padding: 0 3rem;
      background-size: contain;
      background-position: top left -20rem; } }
  .Pricing ul {
    margin-left: auto;
    margin-right: auto;
    width: 24rem;
    position: relative;
    top: 0;
    margin-top: 0;
    margin-bottom: 0rem; }
    .Pricing ul:first-of-type {
      margin-top: 2.4rem;
      padding-top: 2rem; }
      .Pricing ul:first-of-type::before {
        content: '';
        height: 0.1rem;
        background-color: #d0c9c3;
        width: 12rem;
        top: 0;
        left: 6rem;
        opacity: 0.5;
        position: absolute;
        display: block; }
    .Pricing ul li {
      height: 3.6rem;
      line-height: 3.6rem;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      text-align: center; }
      .Pricing ul li span {
        margin: auto;
        text-align: center; }
      .Pricing ul li a {
        margin: auto;
        text-align: center;
        font-weight: 600;
        color: #00d6c9;
        padding-left: 0;
        text-align: center;
        text-indent: 0; }
      .Pricing ul li b {
        margin: auto;
        text-align: center;
        background-color: #999;
        height: 1px;
        width: 1rem; }
        .Pricing ul li b.on {
          width: 1.8rem;
          height: 1.8rem;
          background-image: url(/images/landing/ico-check-b.svg);
          background-position: center;
          background-size: contain;
          background-color: transparent; }
  .Pricing h5 {
    font-size: 3.2rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    color: #222;
    font-family: 'Poppins'; }
    .Pricing h5 + p {
      margin-top: 0;
      margin-bottom: 0;
      color: #666; }
  .Pricing hr {
    margin-top: 2.4rem;
    margin-bottom: 1.6rem; }
  .Pricing button {
    width: 32rem; }
    .Pricing button + p {
      margin-top: 2.4rem;
      margin-bottom: 6rem; }
    @media only screen and (max-width: 52rem) {
      .Pricing button {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        font-size: 2.2rem;
        border-radius: 0.5rem;
        font-weight: bold;
        white-space: normal; } }
  .Pricing p a {
    clear: none;
    display: inline;
    color: #5f5bff;
    font-weight: bold;
    padding-left: 0.2rem;
    padding-right: 0;
    margin-right: 0; }
  .Pricing .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 6rem; }
    @media only screen and (max-width: 52rem) {
      .Pricing .container {
        flex-direction: column; } }
    .Pricing .container .price {
      display: flex;
      flex-direction: column;
      width: 24.4rem;
      margin: 1.2rem;
      border-radius: 1.2rem;
      overflow: hidden;
      background-color: #f8f8f7;
      border-radius: 0.8rem; }
      @media only screen and (max-width: 52rem) {
        .Pricing .container .price {
          width: 100%;
          margin: 2rem 0; } }
      .Pricing .container .price div {
        background-color: transparent; }
      .Pricing .container .price ul li label {
        display: none; }
      @media only screen and (max-width: 52rem) {
        .Pricing .container .price ul li {
          justify-content: flex-start;
          align-items: flex-start;
          line-height: initial; }
          .Pricing .container .price ul li a,
          .Pricing .container .price ul li span,
          .Pricing .container .price ul li label {
            width: 100%;
            display: inline-block;
            margin: 0;
            margin-left: 1rem;
            text-align: left; }
          .Pricing .container .price ul li b {
            display: inline-block; }
            .Pricing .container .price ul li b.on {
              margin: 0;
              width: 2.4rem;
              height: 2.4rem; }
          .Pricing .container .price ul li label {
            display: block; } }
      .Pricing .container .price.free .header {
        background-color: #f1f0ee; }
        .Pricing .container .price.free .header h3,
        .Pricing .container .price.free .header span {
          color: #222 !important; }
    .Pricing .container .titles {
      margin-top: 1.2rem; }
      @media only screen and (max-width: 52rem) {
        .Pricing .container .titles {
          display: none; } }
      .Pricing .container .titles ul li {
        justify-content: center; }
      .Pricing .container .titles ul:last-child::before {
        content: '';
        height: 0.1rem;
        background-color: #d0c9c3;
        width: 6rem;
        top: 0;
        left: 0rem;
        opacity: 0.5;
        position: absolute;
        display: block; }
      .Pricing .container .titles a {
        color: #5f5bff;
        align-self: flex-start; }
        .Pricing .container .titles a:hover {
          color: #00d6c9; }
  .Pricing .header {
    height: 10.4rem;
    width: 100%;
    margin-bottom: 1.6rem; }
    @media only screen and (max-width: 52rem) {
      .Pricing .header {
        height: initial;
        padding-bottom: 2.4rem; } }
    .Pricing .header.a1 {
      background-color: #5f5bff; }
    .Pricing .header.a2 {
      background-color: #00d6c9; }
    .Pricing .header h3 {
      color: white !important;
      font-weight: bold;
      padding-bottom: 0.4rem;
      font-size: 2.2rem; }
    .Pricing .header span {
      color: #fff;
      font-weight: lighter;
      font-size: 1.5rem; }
    .Pricing .header + div {
      height: 8rem; }
  .Pricing .small b.on {
    background-image: url(/images/landing/ico-check-p.svg);
    overflow: visible; }
  .Pricing .standard b.on {
    background-image: url(/images/landing/ico-check-g.svg);
    overflow: visible; }
  .Pricing .partner-logo {
    margin-top: 6rem; }
    .Pricing .partner-logo figure {
      display: flex;
      justify-content: center; }
      .Pricing .partner-logo figure img {
        padding: 2rem; }
  @media only screen and (max-width: 52rem) {
    .Pricing .partner-logo {
      margin-top: 3rem; }
      .Pricing .partner-logo figure {
        display: flex;
        flex-direction: column; }
        .Pricing .partner-logo figure img {
          padding: 1rem; } }

.Guide {
  position: relative;
  background-image: linear-gradient(to bottom, #5f5bff, #4442a7);
  overflow: visible;
  padding: 2rem 3rem calc(5vw + 2rem) 3rem !important; }
  .Guide::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/landing/deco5.svg);
    background-position: center bottom -5rem;
    background-blend-mode: overlay;
    background-repeat: repeat-x;
    background-size: 180rem;
    z-index: 0; }
  @media only screen and (max-width: 52rem) {
    .Guide {
      padding: 3rem 3rem 8rem 3rem !important; } }
  .Guide .Wrapper {
    display: flex !important;
    flex-direction: column !important;
    z-index: 1; }
  .Guide * {
    color: #fff; }
  @media only screen and (max-width: 52rem) {
    .Guide button {
      padding: 1.4rem 5rem !important;
      font-size: 2.2rem !important;
      border-radius: 0.5rem !important;
      font-weight: bold !important;
      height: initial !important; } }

.Features {
  background-color: #f6f4f3;
  background-position: right 4rem;
  overflow: hidden;
  padding-bottom: calc(5vw + 2rem); }
  .Features:after {
    background-image: linear-gradient(180deg, #5f5bff 50%, #3a3ab5 100%);
    height: 150rem; }
  .Features .Wrapper .feature-subtitle {
    cursor: pointer;
    color: #5f5bff; }
  .Features .Wrapper ol {
    display: flex; }
    @media only screen and (max-width: 52rem) {
      .Features .Wrapper ol {
        flex-direction: column; }
        .Features .Wrapper ol ul > li {
          width: initial !important; }
          .Features .Wrapper ol ul > li[onclick] {
            height: initial !important;
            border-bottom: 2px solid #ebe7e5 !important;
            padding-bottom: 0;
            margin-bottom: 1rem; }
            .Features .Wrapper ol ul > li[onclick] h3 {
              margin-top: 0; }
        .Features .Wrapper ol ul div li {
          border-bottom: none;
          height: initial;
          line-height: 4rem; } }
    .Features .Wrapper ol ul li {
      margin: 0 1rem;
      white-space: nowrap;
      overflow: hidden;
      width: 29.8rem;
      border-bottom: 0.2rem solid #ebe7e5;
      text-align: left;
      height: 6rem;
      line-height: 6rem;
      color: #666;
      cursor: pointer;
      transition: all 0.3s;
      font-size: 14px; }
      .Features .Wrapper ol ul li:hover {
        color: #5f5bff; }
      .Features .Wrapper ol ul li a {
        all: unset; }
      .Features .Wrapper ol ul li h3 {
        font-size: 2.8rem; }
      .Features .Wrapper ol ul li.title {
        background-image: none;
        text-indent: 0;
        height: 8rem;
        border-bottom: 0; }
        .Features .Wrapper ol ul li.title:hover {
          background-image: none;
          text-indent: 0;
          height: 8rem;
          border-bottom: 0; }
    @media only screen and (max-width: 52rem) {
      .Features .Wrapper ol ul li {
        width: fit-content; }
      .Features .Wrapper ol ul li + div {
        transition: max-height 0.5s;
        overflow: hidden;
        max-height: 0; }
      .Features .Wrapper ol ul .title h3 {
        position: relative; }
        .Features .Wrapper ol ul .title h3::after {
          content: '';
          opacity: 0;
          transform: translateY(-50%) rotate(0deg);
          transition: all 0.1s;
          background-image: url(/images/ico_chevron.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          width: 1.4rem;
          height: 2rem;
          display: block;
          position: absolute;
          right: 0;
          top: 50%;
          transition: all 0.3s; }
      .Features .Wrapper ol ul.on .title h3 {
        color: #5f5bff; }
        .Features .Wrapper ol ul.on .title h3::after {
          opacity: 1;
          transform: translateY(-50%) rotate(180deg); }
      .Features .Wrapper ol ul.on li + div {
        max-height: 60rem; } }

button.large {
  height: 6rem;
  min-width: 20rem;
  font-size: 1.8rem;
  margin-top: 3.2rem;
  font-weight: bold; }

#release-notes .PostHub-Post-Tags {
  display: none; }

#release-notes h2 {
  margin-top: 36px; }

#release-notes h3 {
  margin-top: 24px; }

#release-notes ul {
  margin-top: 24px; }

#release-notes video, #release-notes img {
  margin: auto;
  display: block; }

#release-notes li {
  list-style-type: none;
  padding-left: 20px; }

#release-notes li:before {
  content: '';
  float: left;
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  width: 20px;
  margin-left: -20px; }

.Markdown,
#markdown {
  width: 100%;
  padding: 1.8rem;
  text-align: left; }
  .Markdown .PostHub-Post-Tags,
  #markdown .PostHub-Post-Tags {
    margin: 0;
    flex-grow: 1; }
  @media only screen and (max-width: 52rem) {
    .Markdown,
    #markdown {
      padding: 1.8rem 0; } }
  .Markdown blockquote,
  #markdown blockquote {
    background-color: #eee; }
  .Markdown *,
  #markdown * {
    font-size: 1.4rem;
    font-family: 'Poppins', 'Noto Sans JP';
    text-align: left; }
  .Markdown h1,
  #markdown h1 {
    font-size: 3.6rem;
    color: #222;
    padding: 1.2rem;
    text-align: left;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    display: block;
    height: initial; }
    @media only screen and (max-width: 52rem) {
      .Markdown h1,
      #markdown h1 {
        font-size: 2.8rem; } }
  .Markdown h2,
  #markdown h2 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #222;
    padding: 8px 1.5rem;
    white-space: normal;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    line-height: 4.8rem;
    margin-top: 4rem;
    margin-bottom: 3.5rem;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    /* font-family:"Noto Sans JP";font-weight:900; */
    background-color: #F4F4F4;
    border-left: solid 3px #5F5CF6; }
    .Markdown h2:before, .Markdown h2:after,
    #markdown h2:before,
    #markdown h2:after {
      width: 0; }
  .Markdown h3,
  #markdown h3 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #222;
    padding-bottom: 1.2rem;
    text-align: left;
    margin-top: 4rem;
    margin-bottom: 3.5rem;
    display: block;
    border-bottom: 1px solid #5F5CF6; }
  .Markdown p,
  #markdown p {
    font-size: 1.8rem;
    font-weight: normal;
    color: #666;
    padding: 1rem 0;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0; }
  .Markdown div[style*="display: flex;"],
  #markdown div[style*="display: flex;"] {
    gap: 1rem; }
  .Markdown h1 + p,
  .Markdown h2 + p,
  #markdown h1 + p,
  #markdown h2 + p {
    font-size: 1.8rem !important; }
  .Markdown pre,
  #markdown pre {
    padding: 2.4rem;
    margin: 3.5rem 0;
    background-color: #f6f4f3;
    font-size: 1.8rem;
    white-space: pre-wrap; }
  .Markdown code,
  #markdown code {
    font-size: 1.8rem; }
  .Markdown img,
  #markdown img {
    height: auto;
    margin: auto;
    max-width: 100%;
    margin: 1.2rem 0; }
  .Markdown a,
  #markdown a {
    color: #5f5bff;
    font-size: 1.8rem;
    font-weight: normal;
    display: inline-block;
    padding-left: 0;
    text-indent: 0;
    font-weight: medium; }
  .Markdown b,
  .Markdown em,
  #markdown b,
  #markdown em {
    color: #222;
    font-size: 1.8rem;
    font-weight: bold;
    font-style: normal; }
  .Markdown ul,
  #markdown ul {
    padding-left: 2.4rem;
    list-style: disc inside; }
  .Markdown li,
  #markdown li {
    line-height: 3.2rem;
    color: #222;
    font-size: 1.8rem;
    list-style: disc inside; }
    .Markdown li ul,
    #markdown li ul {
      list-style: circle inside; }
      .Markdown li ul li,
      #markdown li ul li {
        list-style: circle inside; }
  .Markdown ol,
  #markdown ol {
    padding: 1.2rem; }
    .Markdown ol li,
    #markdown ol li {
      list-style: decimal inside; }
  .Markdown center,
  #markdown center {
    text-align: center;
    font-size: inherit;
    color: inherit;
    font-weight: inherit; }
  .Markdown table,
  #markdown table {
    --border-color: #ddd;
    border-collapse: collapse;
    border: solid 2px var(--border-color); }
    .Markdown table tr:not(:first-of-type),
    #markdown table tr:not(:first-of-type) {
      border-top: solid 1px var(--border-color); }
    .Markdown table tr:nth-child(even),
    #markdown table tr:nth-child(even) {
      background-color: #f3f3f3; }
    .Markdown table thead tr:last-of-type,
    #markdown table thead tr:last-of-type {
      border-bottom: solid 2px var(--border-color); }
    .Markdown table th, .Markdown table td,
    #markdown table th,
    #markdown table td {
      padding: 4px 8px; }
      .Markdown table th:not(:first-of-type), .Markdown table td:not(:first-of-type),
      #markdown table th:not(:first-of-type),
      #markdown table td:not(:first-of-type) {
        border-left: solid 1px var(--border-color); }
    .Markdown table th,
    #markdown table th {
      font-weight: bold; }
  .Markdown .post-info,
  #markdown .post-info {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .Markdown .post-info .dates,
    #markdown .post-info .dates {
      margin-right: 16px;
      display: flex; }
      .Markdown .post-info .dates .publish,
      #markdown .post-info .dates .publish {
        margin-right: 16px; }
      @media only screen and (max-width: 52rem) {
        .Markdown .post-info .dates .update-date p, .Markdown .post-info .dates .publish-date p,
        #markdown .post-info .dates .update-date p,
        #markdown .post-info .dates .publish-date p {
          font-size: 1.6rem; }
        .Markdown .post-info .dates .update-date .publish, .Markdown .post-info .dates .publish-date .publish,
        #markdown .post-info .dates .update-date .publish,
        #markdown .post-info .dates .publish-date .publish {
          margin-right: 8px; } }
    .Markdown .post-info .copied,
    #markdown .post-info .copied {
      position: absolute;
      bottom: 8px;
      right: 8px;
      z-index: 0;
      padding: 4px;
      background-color: #f6f4f3;
      border: 1px solid #666;
      border-radius: 4px;
      transition: all 0.7s; }

.Post {
  margin-top: 0; }
  @media only screen and (max-width: 52rem) {
    .Post[data-role='feature'] .PostFeature > h2 {
      margin-bottom: 10rem; } }
  .Post .PostHubTitle {
    font-weight: bold;
    font-size: 2rem;
    text-align: left; }
  .Post .GoBack {
    margin-left: 3rem;
    margin-top: 2rem; }
  @media only screen and (max-width: 52rem) {
    .Post .right-pane {
      display: none; } }
  .Post .right-pane .flist h3 {
    line-height: initial;
    height: initial;
    color: #5f5bff;
    margin-bottom: 2.6rem;
    padding-bottom: 2.6rem;
    border-bottom: 0.2rem solid rgba(208, 201, 195, 0.3);
    height: initial; }
  .Post .right-pane .flist h4 {
    background-image: none;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    border-bottom: 0.2rem solid rgba(208, 201, 195, 0.3); }
    .Post .right-pane .flist h4.on {
      color: #5f5bff; }
  .Post .right-pane .flist ul li {
    height: initial;
    line-height: initial;
    margin: 1.6rem 0;
    position: relative; }
    .Post .right-pane .flist ul li.on::before {
      content: '';
      position: absolute;
      left: -1rem;
      display: block;
      height: 100%;
      width: 0.3rem;
      background-color: #5f5bff; }
    .Post .right-pane .flist ul li a {
      all: unset;
      padding: 0;
      margin: 0;
      text-indent: initial;
      line-height: initial;
      height: initial;
      transition: color 0.3s; }
      .Post .right-pane .flist ul li a:hover {
        color: #5f5bff; }
  .Post header {
    position: relative;
    border-bottom: 0.2rem solid #f1efed; }
  .Post .Wrapper {
    width: 128rem;
    display: flex;
    flex-direction: row;
    padding-bottom: calc(5vw + 2rem);
    margin-top: 3rem; }
    @media only screen and (max-width: 52rem) {
      .Post .Wrapper {
        margin-top: 0; } }
  .Post > .Wrapper {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 10rem; }
    .Post > .Wrapper.no-features {
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center; }
    .Post > .Wrapper .right-pane {
      padding-left: 2rem;
      overflow-y: auto;
      margin-bottom: 0; }
      .Post > .Wrapper .right-pane::-webkit-scrollbar {
        width: 0; }
  .Post .Guide .Wrapper {
    padding-bottom: 0; }
  .Post h2 {
    margin: 0 auto;
    margin-bottom: 3rem; }
  .Post hr {
    width: 100%;
    height: 0.2rem;
    background-color: rgba(208, 201, 195, 0.3); }
  .Post section nav {
    display: flex;
    flex-direction: row; }
    .Post section nav a {
      display: flex;
      flex-direction: row;
      height: 6.4rem;
      line-height: 6.4rem;
      padding-left: 0;
      padding-right: 0;
      margin-right: 0;
      text-indent: 0;
      border-bottom: 0.1rem solid #ddd;
      border-radius: 0;
      align-items: center;
      cursor: pointer; }
      .Post section nav a div.image {
        width: 10rem;
        min-width: 10rem;
        height: 6rem;
        background-image: auto 100%;
        background-size: cover; }
      .Post section nav a label {
        white-space: normal;
        color: #222;
        font-size: 1.6rem;
        line-height: 2.2rem;
        padding-left: 0.8rem;
        cursor: pointer; }
  .Post .Cases {
    all: unset; }
    .Post .Cases .Wrapper {
      all: unset; }
      .Post .Cases .Wrapper h2, .Post .Cases .Wrapper h2::before, .Post .Cases .Wrapper h2::after {
        all: unset; }
      .Post .Cases .Wrapper h2 {
        display: block;
        font-size: 2rem;
        color: #000;
        margin-bottom: 1.6rem; }
  .Post .UsedFeatures {
    margin-top: 2rem;
    padding: 2rem;
    border-radius: 0.8rem;
    border: 0.2rem solid rgba(208, 201, 195, 0.3);
    text-align: left; }
    .Post .UsedFeatures h4 {
      all: unset;
      display: inline-block;
      font-weight: 600;
      font-size: 2rem;
      color: #222;
      margin-bottom: 1rem; }
    .Post .UsedFeatures ul {
      all: unset;
      display: block;
      margin-bottom: 1rem; }
      .Post .UsedFeatures ul li {
        color: #666;
        margin-left: 2rem;
        list-style: disc;
        line-height: initial;
        height: initial; }
        .Post .UsedFeatures ul li a {
          color: #666;
          font-weight: normal; }
          .Post .UsedFeatures ul li a:hover {
            color: #5f5bff; }
        .Post .UsedFeatures ul li + li {
          margin-top: 1rem; }
    .Post .UsedFeatures a {
      all: unset;
      cursor: pointer;
      color: #5f5bff;
      font-weight: bold; }
      .Post .UsedFeatures a:hover {
        color: #00d6c9; }
  .Post .LineDemo {
    margin-top: 2rem;
    margin-bottom: 6rem; }
    @media only screen and (max-width: 52rem) {
      .Post .LineDemo {
        margin-bottom: 6rem; } }
    .Post .LineDemo-Text {
      width: 23rem; }
    .Post .LineDemo input[type='checkbox']:checked + label .LineDemo-Text {
      width: 0rem; }
    .Post .LineDemo input[type='checkbox']:checked + label .LineDemo-QR {
      padding: 1rem; }
      .Post .LineDemo input[type='checkbox']:checked + label .LineDemo-QR::after {
        width: 25rem;
        height: 25rem;
        padding: 0.3rem; }
  .Post .related-posts-sm {
    margin-bottom: 5rem; }
  .Post .related-posts {
    max-width: 15%;
    margin-top: 3rem;
    padding-left: 2rem;
    margin-bottom: auto;
    position: sticky;
    top: 9rem;
    border-left: 0.1rem solid rgba(208, 201, 195, 0.3); }

.SocialMedia {
  display: flex;
  margin: 3rem 0; }
  @media only screen and (max-width: 52rem) {
    .SocialMedia {
      justify-content: center; } }
  .SocialMedia-Link {
    z-index: 10;
    width: 3.5rem;
    height: 3.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    border-radius: 50%;
    transition: all 0.2s cubic-bezier(0.09, 0.73, 0.56, 1.56); }
    .SocialMedia-Link:not(:last-of-type) {
      margin-right: 1rem; }
      @media only screen and (max-width: 52rem) {
        .SocialMedia-Link:not(:last-of-type) {
          margin-right: 0.5rem; } }
    .SocialMedia-Link:hover {
      border-radius: 20%; }
    .SocialMedia-Link_Email {
      background-color: #5F5BFF;
      background-image: url(/images/landing/ico-sms.svg); }
      .SocialMedia-Link_Email:hover {
        background-color: #918eff; }
    .SocialMedia-Link_Facebook {
      background-color: #1877f2;
      background-image: url(/images/landing/fblogov2.svg);
      background-size: 100%; }
      .SocialMedia-Link_Facebook:hover {
        background-color: #4893f5; }
    .SocialMedia-Link_Twitter {
      background-color: #38A1F3;
      background-image: url(/images/landing/twitterlogov2.svg);
      background-size: 62%; }
      .SocialMedia-Link_Twitter:hover {
        background-color: #68b8f6; }
    .SocialMedia-Link_B {
      background-color: #00A4DE;
      background-image: url(/images/landing/ico-b.svg); }
      .SocialMedia-Link_B:hover {
        background-color: #12c1ff; }
    .SocialMedia-Link_Share {
      background-color: #D0C9C3;
      background-image: url(/images/landing/ico-share.svg); }
      .SocialMedia-Link_Share:hover {
        background-color: #e6e3e0; }

.center-pane {
  width: 98rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  box-sizing: border-box;
  overflow: auto;
  border-right: 0.1rem solid rgba(208, 201, 195, 0.3); }
  .center-pane.no-features {
    border: none; }
  @media only screen and (max-width: 52rem) {
    .center-pane {
      border: none;
      margin: 0;
      padding-top: 3rem; } }

.right-pane {
  flex: 1 0 20%;
  margin-bottom: auto;
  position: sticky;
  top: 9rem;
  height: 100%; }
  @media only screen and (max-width: 52rem) {
    .right-pane {
      display: none; } }
  .right-pane h3 {
    text-align: left;
    color: #222;
    margin-top: 0;
    margin-bottom: 0;
    height: 6rem;
    line-height: 6.4rem;
    font-size: 1.8rem; }
  .right-pane h3.nolist {
    border-bottom: 0.2rem solid rgba(208, 201, 195, 0.3);
    text-align: left;
    font-size: 1.6rem;
    color: #222;
    margin-top: 0;
    margin-bottom: 0;
    height: 4.8rem;
    line-height: 4.8rem;
    cursor: pointer;
    font-weight: 600; }
    .right-pane h3.nolist a {
      color: #222; }
  .right-pane h4 {
    border-bottom: 0.2rem solid rgba(208, 201, 195, 0.3);
    text-align: left;
    color: #222;
    margin-top: 0;
    margin-bottom: 0;
    height: 4.8rem;
    line-height: 4.8rem;
    font-size: 1.6rem;
    cursor: pointer;
    background-image: url(/images/landing/caret-down.svg);
    background-position: right center;
    font-weight: 600; }
    .right-pane h4.on {
      background-image: url(/images/landing/caret-up.svg); }
      .right-pane h4.on + ul {
        display: block; }
    .right-pane h4 + ul {
      display: none; }
  .right-pane ul {
    text-align: left;
    color: #222;
    margin-top: 0; }
  .right-pane li {
    text-align: left;
    color: #222;
    height: 4rem;
    line-height: 4rem;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 400;
    /* border-bottom:.1rem solid #F1EFED; */ }
    .right-pane li.on {
      font-weight: 600; }
  .right-pane .demo {
    text-align: left; }
  .right-pane .cs_btn {
    margin-top: 5rem; }

footer {
  background-image: url(/images/landing/footer-deco.svg);
  background-position: center bottom;
  padding: 2rem 0;
  padding-bottom: 14rem; }
  @media only screen and (max-width: 52rem) {
    footer {
      padding-bottom: 8rem; } }
  footer .Wrapper {
    display: flex;
    justify-content: space-between;
    height: 8rem;
    line-height: 8rem;
    margin: auto;
    width: 128rem;
    margin-top: 4rem; }
    @media only screen and (max-width: 52rem) {
      footer .Wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: initial;
        padding-bottom: 8rem; } }
    footer .Wrapper > * {
      display: inline-block;
      height: inherit;
      line-height: 8rem; }
      @media only screen and (max-width: 52rem) {
        footer .Wrapper > * {
          line-height: initial; } }
    footer .Wrapper a {
      display: block; }
      footer .Wrapper a[href$='?lang=ja'], footer .Wrapper a[href$='?lang=en'] {
        color: #5f5bff;
        font-weight: bold; }
        @media only screen and (max-width: 52rem) {
          footer .Wrapper a[href$='?lang=ja'], footer .Wrapper a[href$='?lang=en'] {
            margin-top: 3.5rem !important; } }
      @media only screen and (min-width: 52rem) {
        footer .Wrapper a:not(:first-of-type) {
          margin-left: 4px;
          white-space: nowrap; } }
      @media only screen and (max-width: 52rem) {
        footer .Wrapper a:not(:first-of-type) {
          margin-top: 1rem; } }
      @media only screen and (min-width: 52rem) {
        footer .Wrapper a:last-of-type {
          margin-right: 3rem; } }
    footer .Wrapper .logo {
      width: 28rem;
      height: 8rem;
      border-right: 0.1rem solid #ccc;
      background-size: 16rem auto; }
      @media only screen and (max-width: 52rem) {
        footer .Wrapper .logo {
          border-right: none;
          border-bottom: 0.1rem solid #ccc;
          margin-bottom: 2rem; } }
    footer .Wrapper .icon.fb {
      background-image: url(/images/landing/ico-fb.svg);
      width: 4.2rem;
      background-position: center center;
      margin-right: 0;
      margin-left: 1.6rem; }
      @media only screen and (max-width: 52rem) {
        footer .Wrapper .icon.fb {
          margin: 0;
          transform: translateX(2rem); } }
    footer .Wrapper .icon.ln {
      background-image: url(/images/landing/ico-ln.svg);
      width: 4.2rem;
      background-position: center center; }
      @media only screen and (max-width: 52rem) {
        footer .Wrapper .icon.ln {
          margin: 0;
          transform: translateX(-2rem); } }
    footer .Wrapper .icon.inst {
      background-image: url(/images/landing/instav2.svg);
      width: 4.2rem;
      background-position: center center;
      margin-right: 1rem; }
      @media only screen and (max-width: 52rem) {
        footer .Wrapper .icon.inst {
          margin: 0;
          transform: translateX(2rem); } }
    @media only screen and (max-width: 52rem) {
      footer .Wrapper .icon {
        position: absolute; } }

#mask {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 20000;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  #mask.lightgray {
    background-color: #f6f4f3; }
    #mask.lightgray .popup form {
      box-shadow: none; }
    #mask.lightgray .popup i.close {
      display: none; }
  #mask form {
    width: 440px;
    background-image: url(/images/logo-full.svg);
    background-position: center 5.2rem;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    margin: auto;
    padding: 5rem 5rem; }
    #mask form.ver-1 {
      top: 5.6rem; }
    @media only screen and (max-width: 52rem) {
      #mask form {
        padding: 5rem; } }
    #mask form ul {
      margin-top: 5rem;
      margin-bottom: 0; }
      @media only screen and (max-width: 52rem) {
        #mask form ul {
          margin-top: 5rem; } }
      #mask form ul li {
        padding-bottom: 0.8rem;
        padding-top: 0.8rem;
        font-size: 1.6rem; }
        #mask form ul li:last-child {
          padding-bottom: 0;
          margin-bottom: 0.8rem; }
        #mask form ul li .poli-title {
          font-size: 12px;
          text-align: left;
          font-weight: bold;
          padding-top: 0;
          padding-bottom: 0;
          margin-top: -1.8rem;
          margin-left: 1.6rem; }
          @media only screen and (max-width: 52rem) {
            #mask form ul li .poli-title {
              font-size: 10px; } }
        #mask form ul li div.policy-info {
          width: 100%;
          height: 14rem;
          overflow: scroll;
          margin-top: -1.8rem; }
          @media only screen and (max-width: 52rem) {
            #mask form ul li div.policy-info {
              height: 11rem; } }
          #mask form ul li div.policy-info p {
            font-size: 10px;
            height: inherit;
            line-height: 2.4rem; }
            @media only screen and (max-width: 52rem) {
              #mask form ul li div.policy-info p {
                line-height: 1.8rem;
                font-size: 8px;
                margin-top: 0; } }
        #mask form ul li .personal_info {
          margin: 0;
          text-align: left;
          padding-left: 2.4rem; }
      #mask form ul li[name=inquiry] {
        padding-bottom: 0; }
        @media only screen and (max-width: 52rem) {
          #mask form ul li[name=inquiry] {
            padding-bottom: 0; } }
      #mask form ul label.new, #mask form ul label.email {
        display: block;
        text-align: left;
        font-size: 13px; }
      #mask form ul label.new {
        margin: 8px 0 4px 0; }
    #mask form cite {
      display: none; }
    #mask form li.icons > div,
    #mask form textarea {
      height: 4rem;
      border-radius: 0.4rem;
      border: 0.1rem solid #ccc;
      padding-left: 1.6rem;
      padding-right: 1.6rem;
      line-height: 4rem;
      position: relative;
      margin-right: 0; }
    #mask form li > div {
      position: relative;
      margin-right: 0;
      text-align: left;
      white-space: nowrap; }
    #mask form li.icons > div {
      height: 40px;
      display: flex;
      align-items: center; }
    #mask form li.icons > div.error cite {
      right: 0.8rem; }
    #mask form li.icons > div input {
      height: 2.4rem;
      line-height: 2rem;
      border-radius: 0;
      border: 0;
      font-family: "Poppins", sans-serif;
      outline: 0;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 1.6rem;
      background-color: transparent !important;
      margin: 0;
      width: 30rem;
      margin-left: 1.2rem;
      font-size: 13px; }
      #mask form li.icons > div input::placeholder {
        color: #ccc; }
    #mask form li .icon {
      color: #999;
      font-size: 16px;
      padding: 2px 0;
      font-family: "FontAwesome"; }
      #mask form li .icon.email:before {
        content: ""; }
    #mask form li > div.error cite {
      display: block;
      position: absolute;
      right: 2rem;
      height: 2rem;
      line-height: 2rem;
      font-size: 1.2rem;
      background-color: #ff5600;
      color: #fff;
      top: 1rem;
      padding-left: 0.8rem;
      padding-right: 0.8rem;
      border-radius: 0.4rem;
      opacity: 0.6; }
    #mask form li.terms {
      height: 4rem;
      line-height: 4rem;
      padding-top: 0; }
      #mask form li.terms div {
        display: flex;
        flex-direction: row;
        margin: 0;
        text-indent: 0.4rem;
        cursor: pointer; }
        #mask form li.terms div label {
          padding-left: 2.4rem; }
        #mask form li.terms div a {
          display: inline-block;
          padding-left: 0.2rem;
          color: #5f5bff;
          text-align: left;
          text-indent: 0; }
        #mask form li.terms div input {
          margin-top: 0; }
    #mask form textarea {
      padding-top: 1.2rem;
      height: 14rem;
      line-height: 2.4rem;
      font-size: 1.3rem;
      width: 100%; }
      @media only screen and (max-width: 52rem) {
        #mask form textarea {
          height: 10rem; } }
    #mask form footer {
      background-color: #fff;
      background-image: none;
      margin-bottom: 2.4rem;
      line-height: 4rem;
      padding: 0; }
      @media only screen and (max-width: 52rem) {
        #mask form footer {
          margin-bottom: 1.6rem; } }
      #mask form footer:before {
        width: 0; }
      #mask form footer button {
        width: 100%;
        background-color: #5f5bff;
        font-size: 16px;
        color: #fff;
        border: none;
        padding: 12px 0;
        margin: 12px 0;
        border-radius: 5px;
        cursor: pointer; }
        #mask form footer button:disabled {
          background-color: #ccc; }
      #mask form footer span.or {
        height: 40px;
        line-height: 40px;
        padding: 0;
        margin: auto;
        display: block;
        position: relative;
        width: 328px;
        font-size: 13px; }
        #mask form footer span.or:before, #mask form footer span.or:after {
          content: "";
          position: absolute;
          width: 40px;
          height: 1px;
          background-color: #ccc;
          top: 18px; }
        #mask form footer span.or:before {
          left: -8px; }
        #mask form footer span.or:after {
          right: -4px; }
      #mask form footer dl {
        display: flex;
        flex-direction: row;
        width: 360px;
        margin: auto;
        justify-content: center;
        margin-bottom: 8px; }
        #mask form footer dl dd {
          padding-right: 0; }
          #mask form footer dl dd.fb {
            padding-right: 16px; }
          #mask form footer dl dd button {
            font-size: 12px;
            font-weight: bold;
            height: 36px;
            line-height: 36px;
            background-repeat: no-repeat;
            background-position: -40px center;
            padding: 0; }
            #mask form footer dl dd button:hover {
              text-indent: 16px;
              text-align: left;
              transition-duration: 0.2s; }
          #mask form footer dl dd button.fb-login {
            background-color: #1977f2;
            background-color: #666;
            border-right: 16px solid #1977f2;
            width: 182px;
            text-align: center;
            padding-left: 0;
            padding-right: 0;
            background-position: -40px bottom; }
            #mask form footer dl dd button.fb-login:hover {
              background-color: #1977f2;
              border-right: 2px;
              background-image: url(/images/white-fb-logo.png);
              background-size: auto 22px;
              background-position: 8px center;
              padding-left: 6px; }
            #mask form footer dl dd button.fb-login:disabled {
              background-color: #ccc; }
          #mask form footer dl dd button.line-login {
            background-color: #06C755;
            background-color: #666;
            border-right: 16px solid #06C755;
            width: 166px; }
            #mask form footer dl dd button.line-login:hover {
              background-color: #06C755;
              border-right: 0;
              background-image: url(/images/green-line-logo.png);
              background-size: auto 32px;
              background-position: 6px center;
              background-position: 20px 1px;
              text-indent: 52px; }
            #mask form footer dl dd button.line-login:disabled {
              background-color: #ccc; }
            #mask form footer dl dd button.line-login:active {
              background-color: #06C755; }
      #mask form footer p {
        text-align: right;
        margin-bottom: 0; }
        @media only screen and (max-width: 52rem) {
          #mask form footer p {
            height: 1.8rem; } }
      #mask form footer p:last-child {
        text-align: right;
        margin-top: 0; }
      @media only screen and (max-width: 52rem) {
        #mask form footer span.or:before, #mask form footer span.or:after {
          width: 25px; }
        #mask form footer span.or:before {
          left: 0; }
        #mask form footer span.or:after {
          right: 0; }
        #mask form footer dl {
          flex-direction: column;
          width: 300px;
          margin: auto;
          justify-content: center;
          align-items: center;
          margin-bottom: 8px; }
          #mask form footer dl dd.fb {
            padding-right: 0; }
          #mask form footer dl dd button.line-login {
            width: 182px; }
            #mask form footer dl dd button.line-login:hover {
              text-indent: 60px; }
        #mask form footer p:last-child {
          text-align: center; } }
    #mask form p a {
      padding-left: 0.8rem;
      color: #5f5bff;
      cursor: pointer;
      display: inline;
      font-weight: bold; }
    #mask form hr {
      margin-top: 0.4rem;
      margin-bottom: 0.4rem; }
    #mask form h3 {
      padding-top: 0rem;
      height: 4rem;
      font-size: 18px;
      line-height: 4rem;
      margin-top: 0; }
      @media only screen and (max-width: 52rem) {
        #mask form h3 {
          height: 3rem; } }
    #mask form > p {
      padding: 1.2rem 3.2rem 2.4rem 3.2rem; }
    #mask form > button {
      margin-bottom: 3.2rem;
      min-width: 20rem;
      background-color: #222; }
  #mask img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.ui-dropdown {
  display: inline-block;
  flex-wrap: nowrap;
  display: flex;
  background-color: #fff;
  box-sizing: border-box;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  position: relative;
  margin-right: 0rem;
  margin-left: 0;
  /* border:.1rem solid $colorGray3; */ }
  .ui-dropdown:hover {
    background-color: #ccc;
    cursor: pointer; }
  .ui-dropdown:after {
    content: '▼';
    color: #222;
    position: absolute;
    width: 2rem;
    font-size: 0.7rem;
    text-align: center;
    right: 0;
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem; }
  .ui-dropdown label {
    padding-right: 1.6rem; }
  .ui-dropdown.on {
    background-color: #fff; }
    .ui-dropdown.on:after {
      pointer-events: none;
      border: 0;
      top: -0.1rem; }

.ui-dropdown-opts {
  /* position:absolute; */
  z-index: 300;
  background-color: #222;
  /* opacity:0.9; */
  border-radius: 0rem;
  width: 39.4rem;
  height: 18rem;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer; }

div.features {
  width: 120rem;
  height: 80rem;
  position: relative;
  background-color: #fff;
  border-radius: 1.2rem;
  margin: auto;
  overflow: hidden; }
  div.features * {
    box-sizing: border-box; }
  div.features .scroller {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    animation-fill-mode: forwards; }

article.legal {
  margin-top: 0;
  padding-bottom: 26rem;
  background-image: url(/images/logo-full.svg);
  background-position: center bottom 12rem;
  background-size: auto 6.4rem;
  background-repeat: no-repeat; }
  article.legal * {
    text-align: left; }
  article.legal header {
    height: 24rem;
    background: #5f5bff;
    text-align: center;
    z-index: 0;
    position: relative;
    width: 100%;
    overflow: hidden; }
    @media only screen and (max-width: 52rem) {
      article.legal header {
        height: initial;
        padding: 3rem; } }
  article.legal h1 {
    width: 98rem;
    color: white;
    text-align: left;
    margin: auto;
    margin-top: 8rem;
    padding-left: 8rem; }
    @media only screen and (max-width: 52rem) {
      article.legal h1 {
        margin-top: 3rem;
        padding-left: 3rem;
        padding-left: 0;
        margin-top: 0;
        font-size: 3.6rem; } }
  article.legal pre {
    width: 90rem;
    background: white;
    border-radius: 0.4rem;
    padding: 2.4rem 8rem;
    margin-left: auto;
    margin-right: auto;
    white-space: pre-wrap;
    z-index: 1; }
    @media only screen and (max-width: 52rem) {
      article.legal pre {
        padding: 2.4rem 3rem; } }
  article.legal header + * {
    margin-top: 8rem; }
    @media only screen and (max-width: 52rem) {
      article.legal header + * {
        margin-top: 3rem; } }
  article.legal table {
    width: 90rem;
    border-collapse: collapse;
    margin: auto;
    margin-top: 6rem;
    /* border:.1rem solid #ccc; */ }
  article.legal tr {
    /* border-bottom:.1rem solid #ccc; */ }
  article.legal th,
  article.legal td {
    padding: 0.8rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem; }
  article.legal th {
    height: 2.4rem;
    line-height: 2.4rem;
    padding-top: 1.6rem; }
  article.legal td {
    padding-bottom: 2.4rem;
    border-bottom: 0.1rem solid #ddd; }
  article.legal .main {
    padding: 0 24rem 0 24rem; }
    @media only screen and (max-width: 52rem) {
      article.legal .main {
        padding: 3rem 3rem; } }
    article.legal .main .inq {
      margin-left: 2em; }
      article.legal .main .inq span {
        margin-left: -1em; }
    article.legal .main table {
      width: 90%;
      border-collapse: collapse;
      margin-top: 6rem;
      margin: auto;
      border: .1rem solid #ccc; }
    article.legal .main th {
      height: 2.4rem;
      line-height: 2.4rem;
      padding-top: 1.6rem;
      color: #222; }
    article.legal .main .personal {
      margin-left: 2em; }
      article.legal .main .personal span {
        margin-left: -2em; }
    article.legal .main .legal-i {
      margin-left: 2em; }
      article.legal .main .legal-i span {
        margin-left: -2em; }
    article.legal .main .legal-f {
      margin-left: 6em; }
      article.legal .main .legal-f span {
        margin-left: -6em; }
      article.legal .main .legal-f .legal-ff {
        margin-left: -4em; }
      article.legal .main .legal-f .legal-fff {
        margin-left: -4em; }
    article.legal .main .finish {
      text-align: right; }
    article.legal .main pre {
      padding: 0;
      margin: 0;
      width: 100%;
      background: white;
      border-radius: 0.4rem;
      margin-left: auto;
      margin-right: auto;
      white-space: pre-wrap;
      z-index: 1; }
      @media only screen and (max-width: 52rem) {
        article.legal .main pre {
          padding: 2.4rem 3rem; } }
    article.legal .main .personal-h4 {
      border-bottom: solid 1px;
      width: fit-content; }
    article.legal .main .p-span {
      margin-left: 1em; }
    article.legal .main .pp-span {
      margin-left: 2em; }
    article.legal .main .personal-info {
      border-top: solid; }
      article.legal .main .personal-info._2022-ver p {
        margin-left: 1rem; }
      article.legal .main .personal-info._2022-ver .listed-items {
        margin-left: 3rem; }
  article.legal .date p {
    text-align: right;
    margin: 0; }

.feature {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-bottom: 6rem;
  flex: 1 0 100%; }
  .feature h3 {
    margin-bottom: 3.2rem; }
  .feature div.body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2.4rem;
    height: 90%; }
  .feature .left-pane {
    flex: 0 1 30%;
    text-align: left;
    padding-right: 2rem;
    margin-right: 2rem;
    border-right: 0.1rem solid rgba(208, 201, 195, 0.3); }
  .feature div.footer {
    justify-content: space-between;
    width: 108rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    margin: auto;
    display: flex; }
    .feature div.footer button {
      color: #5f5bff;
      background-color: transparent;
      font-size: 2rem; }
      .feature div.footer button:first-child:before {
        content: '<';
        padding-right: 1.6rem; }
      .feature div.footer button:last-child:after {
        content: '>';
        padding-left: 1.6rem; }

@keyframes slide-left {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }

@keyframes slide-right {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }

.slide-left {
  animation: slide-left 0.4s; }

.slide-right {
  animation: slide-right 0.4s; }

/* Post features page */
.PostFeature {
  display: flex;
  flex-direction: column; }
  .PostFeature-Notation {
    margin: 0;
    text-align: left; }
  .PostFeature-Title {
    font-size: 2em;
    font-weight: bold;
    text-align: left;
    margin: 0.5em 0; }
  .PostFeature-Subtitle {
    text-align: left;
    margin: 0; }
  .PostFeature-Features {
    display: block; }
    .PostFeature-Features-Carousel {
      margin: 3em 0;
      overflow: hidden;
      position: relative;
      width: 100%;
      height: 48rem; }
      @media only screen and (max-width: 52rem) {
        .PostFeature-Features-Carousel {
          height: 30rem; } }
      .PostFeature-Features-Carousel-Arrow {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 1em;
        height: 1em;
        font-size: 3em;
        font-weight: bold;
        border-radius: 4em;
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        opacity: 0.5;
        transition: opacity 0.2s; }
        .PostFeature-Features-Carousel-Arrow:hover {
          opacity: 1; }
        .PostFeature-Features-Carousel-Arrow::after {
          display: block; }
        .PostFeature-Features-Carousel-Arrow_Left {
          left: 0; }
          .PostFeature-Features-Carousel-Arrow_Left::after {
            content: '';
            background-image: url(/images/ico_chevron.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 2rem;
            filter: brightness(1000%);
            width: 2rem;
            height: 1.6rem;
            display: inline-block;
            position: absolute;
            transform: rotate(90deg); }
        .PostFeature-Features-Carousel-Arrow_Right {
          right: 0; }
          .PostFeature-Features-Carousel-Arrow_Right::after {
            content: '';
            background-image: url(/images/ico_chevron.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 2rem;
            filter: brightness(1000%);
            width: 2rem;
            height: 1.6rem;
            display: inline-block;
            position: absolute;
            transform: rotate(-90deg); }
      .PostFeature-Features-Carousel-Container {
        width: 100%;
        height: 100%;
        position: relative;
        transition: transform 0.5s cubic-bezier(0.12, 0.66, 0.64, 1.1);
        white-space: nowrap; }
        .PostFeature-Features-Carousel-Container-Item {
          width: 100%;
          height: 100%;
          object-position: center;
          object-fit: contain; }
    .PostFeature-Features--description {
      transition: opacity 0.2s;
      text-align: left; }
    .PostFeature-Features-Outline {
      margin-top: 4em;
      box-sizing: border-box;
      width: 100%;
      display: flex;
      position: relative;
      justify-content: flex-start; }
      .PostFeature-Features-Outline-Item {
        box-sizing: border-box;
        margin: 0em 0.5em;
        display: block;
        width: 10rem;
        height: 8rem;
        padding: 0.5em;
        border-radius: 0.3rem;
        position: relative;
        cursor: pointer;
        opacity: 0.25;
        background-position: center;
        background-size: contain;
        transition: opacity 0.5s; }
        @media only screen and (max-width: 52rem) {
          .PostFeature-Features-Outline-Item {
            width: 8rem;
            height: 6rem; } }
        .PostFeature-Features-Outline-Item:hover {
          opacity: 0.5; }
        .PostFeature-Features-Outline-Item.active {
          opacity: 1;
          transition-duration: 0.2s; }
      .PostFeature-Features-Outline-Indicator {
        display: block;
        position: absolute;
        width: 10rem;
        height: 0.3rem;
        left: 0;
        top: -0.8rem;
        opacity: 1;
        background-color: #5f5bff;
        border-radius: 0.2rem;
        transition: transform 0.5s; }

body[lang='ja'] .release-notes-link {
  margin-bottom: 48px; }

body[lang='ja'] .PostHub-Post-Tags-Tag.story::after {
  content: '使い方'; }

body[lang='ja'] .PostHub-Post-Tags-Tag.blog::after {
  content: 'anybotについて'; }

body[lang='ja'] .PostHub-Post-Tags-Tag.feature::after {
  content: '機能'; }

body[lang='ja'] .PostHub-Post-Tags-Tag.case::after {
  content: '事例'; }

body[lang='ja'] .PostHub-Post-Tags-Tag.line::after {
  content: 'LINEの知識'; }

body[lang='ja'] .PostHub-Post-Tags-Tag.marketing::after {
  content: 'マーケティングの知識'; }

body[lang='ja'] .PostHub-Post-Tags-Tag.dx::after {
  content: 'DXの知識'; }

body[lang='ja'] .PostHub-Post-Tags-Tag.news::after {
  content: 'ニュース'; }

body[lang='ja'] .PostHub-Post-Tags-Tag.release::after {
  content: '機能'; }

body[lang='ja'] .PostHub-Post-Tags-Tag.notes::after {
  content: 'リリースノート'; }

body[lang='en'] .release-notes-link {
  margin-bottom: 48px; }

body[lang='en'] .PostHub-Post-Tags-Tag.story::after {
  content: 'Story'; }

body[lang='en'] .PostHub-Post-Tags-Tag.blog::after {
  content: 'About anybot'; }

body[lang='en'] .PostHub-Post-Tags-Tag.feature::after {
  content: 'Feature'; }

body[lang='en'] .PostHub-Post-Tags-Tag.case::after {
  content: 'Case'; }

body[lang='en'] .PostHub-Post-Tags-Tag.line::after {
  content: 'LINE'; }

body[lang='en'] .PostHub-Post-Tags-Tag.marketing::after {
  content: 'Marketing'; }

body[lang='en'] .PostHub-Post-Tags-Tag.dx::after {
  content: 'DX'; }

body[lang='en'] .PostHub-Post-Tags-Tag.news::after {
  content: 'News'; }

body[lang='en'] .PostHub-Post-Tags-Tag.release::after {
  content: 'Release'; }

body[lang='en'] .PostHub-Post-Tags-Tag.notes::after {
  content: 'Release note'; }

.PostHub {
  display: flex;
  margin: 0 -1rem;
  flex-wrap: wrap; }
  @media only screen and (max-width: 52rem) {
    .PostHub {
      margin: 0; } }
  @media only screen and (max-width: 52rem) {
    .PostHub {
      flex-direction: column;
      align-items: center; } }
  .PostHub-Title {
    margin-bottom: 6rem;
    font-weight: normal; }
  .PostHub-Post {
    height: initial;
    cursor: pointer;
    box-sizing: content-box;
    display: flex;
    padding: 0;
    flex-direction: column;
    /* justify-content: space-between; */
    flex: 0 1 20rem;
    background-color: #f6f4f3;
    border: 0.2rem solid #f6f4f3;
    border-radius: 0.6rem;
    overflow: hidden;
    transform: scale(1);
    transition: all 0.3s;
    margin: 1rem; }
    @media only screen and (max-width: 52rem) {
      .PostHub-Post {
        flex: 1;
        width: 80%;
        max-width: 30rem; } }
    .PostHub-Post:hover {
      transform: scale(1.08) translateY(-1rem);
      box-shadow: 0rem 0.8rem 1rem -0.3rem rgba(0, 0, 0, 0.05); }
    .PostHub-Post-Image {
      box-sizing: border-box;
      transition: background-size 0.5s;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 1rem;
      background-color: #fff;
      width: 100%;
      height: 14.8rem; }
    .PostHub-Post-Title {
      text-align: left;
      font-size: 1.6rem;
      font-weight: normal;
      color: #000;
      margin: 1.6rem 1.6rem 0 1.6rem;
      transition: color 0.5s;
      text-indent: 0; }
    .PostHub-Post-Tags {
      display: flex;
      flex-wrap: wrap;
      margin: 1.6rem; }
      .PostHub-Post-Tags-Tag {
        background-color: #d0c9c3;
        border-radius: 0.4rem;
        color: #fff;
        padding: 0.3rem 0.6rem;
        text-indent: 0;
        font-size: 1.2rem;
        line-height: initial;
        margin-bottom: 0.5rem; }
        .PostHub-Post-Tags-Tag:not(:last-child) {
          margin-right: 0.5rem; }
        .PostHub-Post-Tags-Tag.story {
          background-color: #db234b; }
        .PostHub-Post-Tags-Tag.feature {
          background-color: #8dc63f; }
        .PostHub-Post-Tags-Tag.blog {
          background-color: #5f5bff; }
        .PostHub-Post-Tags-Tag.line {
          background-color: #1ba70c; }
        .PostHub-Post-Tags-Tag.marketing {
          background-color: #db25ff; }
        .PostHub-Post-Tags-Tag.dx {
          background-color: #ff7a3c; }
        .PostHub-Post-Tags-Tag.news {
          background-color: #fbb036; }
        .PostHub-Post-Tags-Tag.release {
          background-color: #9059ce; }
        .PostHub-Post-Tags-Tag.notes {
          background-color: #00D6C9; }
  .PostHub_LP {
    justify-content: center; }
    .PostHub_LP .PostHub-Post {
      background-color: #fff; }
      .PostHub_LP .PostHub-Post-Image {
        background-color: #f6f4f3; }
  .PostHub_PS {
    justify-content: flex-start;
    flex-wrap: wrap; }
    .PostHub_PS .PostHub-Post {
      background-color: #fff; }
      .PostHub_PS .PostHub-Post-Image {
        background-color: #f6f4f3; }

main.Posts.Release-notes[data-role='posts'] .Wrapper .Cases {
  padding-top: 11rem;
  flex-grow: 1;
  padding-right: 20px; }
  main.Posts.Release-notes[data-role='posts'] .Wrapper .Cases .PostHub {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center; }
    main.Posts.Release-notes[data-role='posts'] .Wrapper .Cases .PostHub .PostHub-Post {
      height: 300px;
      width: 300px; }
      main.Posts.Release-notes[data-role='posts'] .Wrapper .Cases .PostHub .PostHub-Post .PostHub-Post-Image {
        flex-grow: 1; }

@media (max-width: 1000px) {
  main.Posts.Release-notes[data-role='posts'] .PostHub {
    grid-template-columns: 1fr 1fr !important; }
    main.Posts.Release-notes[data-role='posts'] .PostHub .PostHub-Post {
      width: 360px !important;
      height: 360px !important; } }

@media (max-width: 832px) {
  main.Posts.Release-notes[data-role='posts'] .PostHub {
    grid-template-columns: 1fr 1fr !important; }
    main.Posts.Release-notes[data-role='posts'] .PostHub .PostHub-Post {
      width: 300px !important;
      height: 260px !important; } }

@media (max-width: 600px) {
  main.Posts.Release-notes[data-role='posts'] .PostHub {
    grid-template-columns: 1fr !important; }
    main.Posts.Release-notes[data-role='posts'] .PostHub .PostHub-Post {
      min-width: 280px !important;
      height: 280px !important; } }

.LineDemo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem; }
  .LineDemo * {
    color: #fff; }
  .LineDemo label {
    display: flex;
    justify-content: center;
    border-radius: 0.6rem;
    overflow: hidden;
    transition: all 0.1s;
    cursor: pointer; }
    .LineDemo label:hover {
      box-shadow: 0rem 0.4rem 0rem rgba(0, 0, 0, 0.15);
      transform: translateY(-0.4rem); }
  .LineDemo-Text {
    box-sizing: border-box;
    font-weight: bold;
    padding: 1rem 2rem;
    color: #fff !important;
    white-space: nowrap;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
    width: 20rem; }
    .LineDemo-Text::placeholder {
      color: #fff; }
  .LineDemo-QR {
    box-sizing: border-box;
    background-color: #00b900;
    padding: 0.6rem;
    transition: all 0.2s;
    max-width: 100%; }
    .LineDemo-QR::after {
      content: '';
      display: block;
      transition: all 0.2s;
      width: 3.4rem;
      height: 3.4rem;
      background-color: #fff;
      background-image: url(/images/landing/line_qr.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 90%;
      padding: 0.3rem; }
  .LineDemo input {
    display: none; }
  .LineDemo input[type='checkbox']:checked + label .LineDemo-Text {
    width: 0rem;
    padding: 0rem; }
  .LineDemo input[type='checkbox']:checked + label .LineDemo-QR {
    padding: 1rem; }
    .LineDemo input[type='checkbox']:checked + label .LineDemo-QR::after {
      width: 24rem;
      height: 24rem;
      padding: 0.3rem; }

.GoBack {
  display: flex;
  color: #222;
  transition: all 0.5s;
  align-items: center; }
  .GoBack:hover {
    color: #5f5bff; }
  .GoBack::before {
    content: '';
    transition: all 0.5s;
    background-image: url(/images/ico_chevron.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 1rem;
    width: 1.4rem;
    height: 0.8rem;
    display: inline-block;
    transform: rotate(90deg); }

.Options {
  width: 100rem;
  margin: 3rem auto;
  color: #222;
  min-height: calc(100vh - 33.3rem); }
  .Options a {
    padding: 0;
    margin: 0; }
  @media only screen and (max-width: 52rem) {
    .Options {
      padding: 0 3rem; } }
  .Options-Title {
    white-space: normal; }
  .Options-Back {
    position: absolute;
    left: 0;
    transform: translate(7rem, 2rem); }
  .Options-Option:not(:first-of-type) {
    margin-top: 4rem; }
  .Options-Option-Title {
    color: #222; }
  .Options-Option-Content {
    background-color: rgba(242, 241, 239, 0.5);
    padding: 3rem 6rem;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    @media only screen and (max-width: 52rem) {
      .Options-Option-Content {
        flex-direction: column;
        align-items: center; } }
    .Options-Option-Content span {
      text-align: center; }
    .Options-Option-Content a {
      color: #5f5bff; }
    .Options-Option-Content_Partial {
      flex: 1 1 50%;
      display: flex;
      flex-direction: column; }
      @media only screen and (max-width: 52rem) {
        .Options-Option-Content_Partial:not(:first-child) {
          margin-top: 3rem; } }
      @media only screen and (min-width: 52rem) {
        .Options-Option-Content_Partial:first-child {
          margin-left: auto; }
        .Options-Option-Content_Partial:not(:first-child) {
          margin-left: 6.4rem;
          margin-right: auto;
          padding-left: 6.4rem;
          border-left: 0.2rem solid rgba(208, 201, 195, 0.5); } }
    .Options-Option-Content-Title {
      font-size: 1.2rem;
      color: #222; }
    .Options-Option-Content-Price label {
      font-size: 3.6rem;
      font-weight: bold;
      color: #222; }
    .Options-Option-Content-Subtitle {
      font-size: 1.2rem; }
    .Options-Option-Content-TBA {
      color: #999; }

.Partners {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  .Partners a {
    display: block;
    width: 200px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 16px; }
  .Partners a.balie {
    background-image: url(/images/landing/partners/balie.png); }
  .Partners a.dricom {
    background-image: url(/images/landing/partners/dricom.png); }
  .Partners span {
    display: none; }

.FeatureList {
  background-color: #f6f4f3;
  padding: 0rem 2rem;
  text-align: left;
  border-radius: 1rem;
  position: absolute;
  margin-right: 2.4rem;
  z-index: 10;
  margin-top: 7rem; }
  .FeatureList[data-current='1'] .FeatureList-Title:nth-of-type(1) {
    color: #5f5bff;
    display: block; }
    .FeatureList[data-current='1'] .FeatureList-Title:nth-of-type(1)::after {
      opacity: 1; }
  .FeatureList[data-current='1'] .FeatureList-ItemList:nth-of-type(1) {
    max-height: 50rem; }
  .FeatureList[data-current='2'] .FeatureList-Title:nth-of-type(2) {
    color: #5f5bff;
    display: block; }
    .FeatureList[data-current='2'] .FeatureList-Title:nth-of-type(2)::after {
      opacity: 1; }
  .FeatureList[data-current='2'] .FeatureList-ItemList:nth-of-type(2) {
    max-height: 50rem; }
  .FeatureList[data-current='3'] .FeatureList-Title:nth-of-type(3) {
    color: #5f5bff;
    display: block; }
    .FeatureList[data-current='3'] .FeatureList-Title:nth-of-type(3)::after {
      opacity: 1; }
  .FeatureList[data-current='3'] .FeatureList-ItemList:nth-of-type(3) {
    max-height: 50rem; }
  .FeatureList[data-current='4'] .FeatureList-Title:nth-of-type(4) {
    color: #5f5bff;
    display: block; }
    .FeatureList[data-current='4'] .FeatureList-Title:nth-of-type(4)::after {
      opacity: 1; }
  .FeatureList[data-current='4'] .FeatureList-ItemList:nth-of-type(4) {
    max-height: 50rem; }
  .FeatureList[data-current='5'] .FeatureList-Title:nth-of-type(5) {
    color: #5f5bff;
    display: block; }
    .FeatureList[data-current='5'] .FeatureList-Title:nth-of-type(5)::after {
      opacity: 1; }
  .FeatureList[data-current='5'] .FeatureList-ItemList:nth-of-type(5) {
    max-height: 50rem; }
  .FeatureList[data-current='0'] .FeatureList-Title {
    border-bottom: none; }
    .FeatureList[data-current='0'] .FeatureList-Title:not(.on) {
      display: none; }
    .FeatureList[data-current='0'] .FeatureList-Title.on {
      color: #5f5bff; }
      .FeatureList[data-current='0'] .FeatureList-Title.on::after {
        opacity: 1;
        transform: translateY(-50%); }
  .FeatureList.on .FeatureList-Title {
    display: block; }
  .FeatureList.on[data-current='1'] .FeatureList-Title:nth-of-type(1) {
    display: block; }
  .FeatureList.on[data-current='2'] .FeatureList-Title:nth-of-type(2) {
    display: block; }
  .FeatureList.on[data-current='3'] .FeatureList-Title:nth-of-type(3) {
    display: block; }
  .FeatureList.on[data-current='4'] .FeatureList-Title:nth-of-type(4) {
    display: block; }
  .FeatureList.on[data-current='5'] .FeatureList-Title:nth-of-type(5) {
    display: block; }
  .FeatureList-Title {
    display: none;
    position: relative;
    border-bottom: solid 2px rgba(0, 0, 0, 0.1);
    margin: 1rem 0;
    padding: 1rem 0;
    color: #222;
    font-size: 2.4rem; }
    .FeatureList-Title::after {
      content: '';
      opacity: 0;
      transition: all 0.1s;
      background-image: url(/images/ico_chevron.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 1.4rem;
      height: 2rem;
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%) rotate(180deg); }
  .FeatureList-ItemList {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
    margin: 0; }
    .FeatureList-ItemList-Item {
      font-size: 2rem;
      margin: 1rem 0;
      display: flex;
      align-items: center; }
      .FeatureList-ItemList-Item,
      .FeatureList-ItemList-Item a {
        color: #222;
        -webkit-text-fill-color: #222; }
      .FeatureList-ItemList-Item.on {
        font-weight: bold; }
        .FeatureList-ItemList-Item.on::before {
          content: '';
          display: inline-block;
          width: 3px;
          border-radius: 1rem;
          height: 2rem;
          background-color: #5f5bff;
          margin-right: 1rem; }

.st-btns .st-btn {
  -webkit-text-fill-color: #fff; }

.fa, .far, .fas {
  font-family: "Font Awesome 5 Pro" !important; }

.googleads-popup-section i.close-ad {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 3rem;
  height: 3rem;
  opacity: 0.3;
  cursor: pointer; }
  .googleads-popup-section i.close-ad:hover {
    opacity: 1; }

.googleads-popup-section i.close-ad:before, .googleads-popup-section i.close-ad:after {
  position: absolute;
  left: 1.5rem;
  content: ' ';
  height: 2.4rem;
  width: 2px;
  background-color: #5f5bff; }

.googleads-popup-section i.close-ad:before {
  transform: rotate(45deg); }

.googleads-popup-section i.close-ad:after {
  transform: rotate(-45deg); }

.googleads-popup-section .popup {
  background: rgba(100, 100, 100, 0.6);
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .googleads-popup-section .popup.open {
    opacity: 1;
    z-index: 9999; }
  .googleads-popup-section .popup .wrapper {
    max-width: 600px;
    width: 70%;
    height: 40%;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4); }

main.Seminars {
  background-color: white; }
  main.Seminars .blog-page-container {
    width: 100%;
    margin-top: 10rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 4rem;
    background-color: #FFF !important;
    padding: 0 15%; }
    @media only screen and (max-width: 52rem) {
      main.Seminars .blog-page-container {
        margin-top: 18rem;
        padding: 0 7%; } }
    main.Seminars .blog-page-container a.apply {
      border-radius: 0.4rem;
      text-align: center;
      padding: 1.2rem 4.4rem;
      cursor: pointer;
      border: 0;
      font-size: 1.8rem;
      background-color: #00d6c9;
      outline: none;
      transition: background-color 0.3s;
      white-space: nowrap;
      font-weight: 500;
      color: #fff; }
      main.Seminars .blog-page-container a.apply.top {
        display: block; }
        @media only screen and (max-width: 52rem) {
          main.Seminars .blog-page-container a.apply.top {
            margin-top: 2rem; } }
        @media only screen and (min-width: 52rem) {
          main.Seminars .blog-page-container a.apply.top {
            align-self: center;
            width: 60%; } }
      @media only screen and (max-width: 1280px) {
        main.Seminars .blog-page-container a.apply {
          padding: 1.2rem 0;
          font-size: 1.6rem; }
          main.Seminars .blog-page-container a.apply.top {
            width: 100%; } }
      main.Seminars .blog-page-container a.apply:hover {
        background-color: #009f96; }
      main.Seminars .blog-page-container a.apply.a2:hover {
        background-color: #3a3ab5; }
    main.Seminars .blog-page-container .blog {
      display: flex;
      padding: 0 4rem;
      width: 100%;
      justify-content: center;
      flex-direction: column; }
      @media only screen and (max-width: 1280px) {
        main.Seminars .blog-page-container .blog {
          padding: 0 2rem; } }
      @media only screen and (max-width: 52rem) {
        main.Seminars .blog-page-container .blog {
          padding: 0 1rem;
          align-items: center; } }
      main.Seminars .blog-page-container .blog .blog-img {
        margin-bottom: 2.5rem;
        object-fit: contain;
        width: 100%;
        height: 100%; }
        @media only screen and (max-width: 52rem) {
          main.Seminars .blog-page-container .blog .blog-img {
            height: unset;
            max-height: 30rem;
            margin-bottom: 0; } }
      main.Seminars .blog-page-container .blog h3.subtitle {
        text-align: left;
        border-left: 6px solid #5D5FF6;
        padding-left: 14px;
        margin-top: 7.4rem;
        margin-bottom: 2.6rem; }
      main.Seminars .blog-page-container .blog .blog-content {
        margin-top: 2.5rem; }
        main.Seminars .blog-page-container .blog .blog-content .general-info {
          display: flex;
          flex-direction: column; }
        main.Seminars .blog-page-container .blog .blog-content .blog-text .blog-paragraph {
          text-align: left;
          color: #222222;
          margin: 0;
          white-space: pre-wrap; }
        main.Seminars .blog-page-container .blog .blog-content .title-desc-section .blog-title {
          font-weight: 700;
          font-size: 3.2rem;
          color: #444444; }
          @media only screen and (max-width: 52rem) {
            main.Seminars .blog-page-container .blog .blog-content .title-desc-section .blog-title {
              margin-bottom: 2.8rem; } }
        main.Seminars .blog-page-container .blog .blog-content .title-desc-section .blog-desc {
          color: #222222;
          margin: 0;
          white-space: pre-wrap; }
        main.Seminars .blog-page-container .blog .blog-content .title-desc-section h1, main.Seminars .blog-page-container .blog .blog-content .title-desc-section p {
          text-align: left; }
        @media only screen and (max-width: 52rem) {
          main.Seminars .blog-page-container .blog .blog-content {
            margin: 2rem; } }
        main.Seminars .blog-page-container .blog .blog-content .date-info {
          display: flex;
          width: 100%;
          flex-direction: column;
          justify-content: space-between; }
          main.Seminars .blog-page-container .blog .blog-content .date-info .event-bar {
            border: 1px solid #DDDDDD;
            border-radius: 8px;
            max-width: 360px; }
            main.Seminars .blog-page-container .blog .blog-content .date-info .event-bar + .event-bar {
              margin-top: 1.6rem; }
            main.Seminars .blog-page-container .blog .blog-content .date-info .event-bar .date-and-application .apply-status {
              margin: auto; }
              @media only screen and (max-width: 52rem) {
                main.Seminars .blog-page-container .blog .blog-content .date-info .event-bar .date-and-application .apply-status {
                  display: none; } }
            main.Seminars .blog-page-container .blog .blog-content .date-info .event-bar .date-and-application .apply-status-below a.apply {
              line-height: unset; }
            main.Seminars .blog-page-container .blog .blog-content .date-info .event-bar .date-only {
              display: flex; }
              main.Seminars .blog-page-container .blog .blog-content .date-info .event-bar .date-only .date-venue-time {
                text-align: left; }
                main.Seminars .blog-page-container .blog .blog-content .date-info .event-bar .date-only .date-venue-time li {
                  font-size: 16px; }
                  @media only screen and (max-width: 1280px) {
                    main.Seminars .blog-page-container .blog .blog-content .date-info .event-bar .date-only .date-venue-time li {
                      font-size: 14px; } }
          main.Seminars .blog-page-container .blog .blog-content .date-info .apply-status-below {
            padding-bottom: 30px;
            border-bottom: 1px #F6F4F3 solid; }
            @media only screen and (min-width: 52rem) {
              main.Seminars .blog-page-container .blog .blog-content .date-info .apply-status-below {
                display: none; } }
            main.Seminars .blog-page-container .blog .blog-content .date-info .apply-status-below a {
              line-height: 8rem; }
          main.Seminars .blog-page-container .blog .blog-content .date-info h4 {
            margin-bottom: 1rem;
            font-family: 'YuGothic', sans-serif;
            font-size: 2.8rem;
            font-weight: 600;
            line-height: 3rem;
            color: #2c3045; }
          main.Seminars .blog-page-container .blog .blog-content .date-info p {
            font-family: 'YuGothic', sans-serif;
            color: #2C3045;
            letter-spacing: 0.8px;
            font-weight: 500;
            font-size: 1.6rem;
            line-height: 3.2rem; }
            main.Seminars .blog-page-container .blog .blog-content .date-info p:not(:last-child) {
              margin-bottom: 2rem; }
          main.Seminars .blog-page-container .blog .blog-content .date-info li {
            font-weight: 500;
            font-size: 14px;
            color: #2c3045; }
            main.Seminars .blog-page-container .blog .blog-content .date-info li .small-month {
              color: #2c3045; }
          main.Seminars .blog-page-container .blog .blog-content .date-info strong {
            color: #2c3045; }
        main.Seminars .blog-page-container .blog .blog-content .seminar-main-content {
          display: flex;
          flex-direction: column; }
          main.Seminars .blog-page-container .blog .blog-content .seminar-main-content .presenters {
            min-width: unset;
            max-width: unset;
            gap: 1.4rem;
            display: flex;
            flex-direction: column;
            justify-content: center; }
            main.Seminars .blog-page-container .blog .blog-content .seminar-main-content .presenters .presenter-container {
              background-color: #F6F4F3;
              padding: 4rem;
              border-radius: 4px;
              padding: 4rem 5rem;
              width: 100%;
              grid-column: span 2; }
              @media only screen and (max-width: 52rem) {
                main.Seminars .blog-page-container .blog .blog-content .seminar-main-content .presenters .presenter-container {
                  grid-column: span 4; } }
              main.Seminars .blog-page-container .blog .blog-content .seminar-main-content .presenters .presenter-container .presenter-name {
                color: #333333;
                font-weight: bold; }
                @media only screen and (max-width: 52rem) {
                  main.Seminars .blog-page-container .blog .blog-content .seminar-main-content .presenters .presenter-container .presenter-name {
                    font-size: 1.4rem; } }
              main.Seminars .blog-page-container .blog .blog-content .seminar-main-content .presenters .presenter-container .presenter-about {
                color: #777777;
                font-size: 1.4rem; }
                @media only screen and (max-width: 52rem) {
                  main.Seminars .blog-page-container .blog .blog-content .seminar-main-content .presenters .presenter-container .presenter-about {
                    padding: 0.5rem;
                    margin: 0;
                    font-size: 1.2rem; } }
              main.Seminars .blog-page-container .blog .blog-content .seminar-main-content .presenters .presenter-container .avatar {
                border: 1px solid black;
                border-radius: 50%;
                background: white;
                width: 14rem;
                height: 14rem;
                object-fit: cover; }
                @media only screen and (max-width: 52rem) {
                  main.Seminars .blog-page-container .blog .blog-content .seminar-main-content .presenters .presenter-container .avatar {
                    width: 11rem;
                    height: 11rem;
                    min-width: 11rem; } }
          main.Seminars .blog-page-container .blog .blog-content .seminar-main-content .blog-text {
            text-align: left; }
            main.Seminars .blog-page-container .blog .blog-content .seminar-main-content .blog-text h3 {
              color: #222; }
            main.Seminars .blog-page-container .blog .blog-content .seminar-main-content .blog-text p {
              color: #999999;
              text-align: left; }
      main.Seminars .blog-page-container .blog .form.expired iframe {
        display: none; }
      main.Seminars .blog-page-container .blog .form .seminar-form-status {
        margin: 0; }
      main.Seminars .blog-page-container .blog .tags-SNS-section .sns-links {
        display: flex;
        justify-content: flex-start;
        gap: 1rem; }
    main.Seminars .blog-page-container .date-info .event-bar {
      border: 1px solid #DDDDDD;
      border-radius: 8px;
      max-width: 360px; }
      main.Seminars .blog-page-container .date-info .event-bar + .event-bar {
        margin-top: 1.6rem; }
      @media only screen and (max-width: 1280px) {
        main.Seminars .blog-page-container .date-info .event-bar {
          max-width: 300px; }
          main.Seminars .blog-page-container .date-info .event-bar li {
            flex-direction: column; } }
      main.Seminars .blog-page-container .date-info .event-bar .date-and-application ul.date-venue-time {
        margin-bottom: 2.5rem; }
        main.Seminars .blog-page-container .date-info .event-bar .date-and-application ul.date-venue-time li {
          display: flex;
          margin: 0 20px;
          margin-bottom: 1.6rem; }
          main.Seminars .blog-page-container .date-info .event-bar .date-and-application ul.date-venue-time li:first-of-type {
            margin-bottom: 3rem; }
          main.Seminars .blog-page-container .date-info .event-bar .date-and-application ul.date-venue-time li h4, main.Seminars .blog-page-container .date-info .event-bar .date-and-application ul.date-venue-time li p {
            margin: unset;
            font-size: 1.6rem;
            white-space: nowrap;
            line-height: 25px;
            color: #444444;
            text-align: left; }
          main.Seminars .blog-page-container .date-info .event-bar .date-and-application ul.date-venue-time li h4 {
            min-width: 80px;
            margin-right: 24px;
            text-align: left; }
            main.Seminars .blog-page-container .date-info .event-bar .date-and-application ul.date-venue-time li h4.start {
              margin-top: 0.4rem; }
          main.Seminars .blog-page-container .date-info .event-bar .date-and-application ul.date-venue-time li .title {
            width: 100%; }
            main.Seminars .blog-page-container .date-info .event-bar .date-and-application ul.date-venue-time li .title h3 {
              font-size: 1.7rem;
              font-weight: 700;
              line-height: 5.2rem;
              margin: 0;
              border-bottom: 1px solid #DDDDDD;
              margin: 0 10px; }
          main.Seminars .blog-page-container .date-info .event-bar .date-and-application ul.date-venue-time li p.deadline {
            font-size: 1.2rem;
            text-align: left;
            color: #ec5a55; }
          main.Seminars .blog-page-container .date-info .event-bar .date-and-application ul.date-venue-time li p.format {
            white-space: normal; }
          main.Seminars .blog-page-container .date-info .event-bar .date-and-application ul.date-venue-time li span {
            font-size: 2.4rem;
            color: #444444; }
            @media only screen and (max-width: 1280px) {
              main.Seminars .blog-page-container .date-info .event-bar .date-and-application ul.date-venue-time li span {
                font-size: 2.2rem; } }
          main.Seminars .blog-page-container .date-info .event-bar .date-and-application ul.date-venue-time li.location p {
            white-space: pre-wrap; }
          main.Seminars .blog-page-container .date-info .event-bar .date-and-application ul.date-venue-time li.tags h4 {
            white-space: nowrap; }
          main.Seminars .blog-page-container .date-info .event-bar .date-and-application ul.date-venue-time li.tags div {
            display: flex;
            flex-wrap: wrap; }
            main.Seminars .blog-page-container .date-info .event-bar .date-and-application ul.date-venue-time li.tags div .tag {
              height: max-content;
              padding: 0.6rem;
              border: 1px solid #5D5FF6;
              border-radius: 0.2rem;
              white-space: nowrap;
              color: #5D5FF6;
              font-size: 1.1rem;
              margin-right: 0.8rem;
              margin-bottom: 0.8rem; }
          main.Seminars .blog-page-container .date-info .event-bar .date-and-application ul.date-venue-time li.apply-status-below {
            justify-content: center;
            margin-bottom: 4.6rem; }
            main.Seminars .blog-page-container .date-info .event-bar .date-and-application ul.date-venue-time li.apply-status-below strong {
              color: #444444; }
              @media only screen and (max-width: 1280px) {
                main.Seminars .blog-page-container .date-info .event-bar .date-and-application ul.date-venue-time li.apply-status-below strong {
                  white-space: normal; } }
    main.Seminars .blog-page-container.sm {
      margin-top: 10rem; }
      main.Seminars .blog-page-container.sm .blog .blog-img {
        min-width: 100vw; }
      @media only screen and (max-width: 52rem) {
        main.Seminars .blog-page-container.sm .blog .blog-content {
          margin: unset; } }
  main.Seminars div.Wrapper {
    width: unset;
    max-width: 140rem;
    padding: 0 100px;
    margin-bottom: 20rem; }
    @media only screen and (max-width: 52rem) {
      main.Seminars div.Wrapper {
        padding: 0 calc(100vw / 15); } }
    main.Seminars div.Wrapper .seminar-title {
      margin-top: 5.5rem;
      margin-bottom: 4rem; }
      @media only screen and (max-width: 52rem) {
        main.Seminars div.Wrapper .seminar-title {
          margin-top: 9rem; } }
      main.Seminars div.Wrapper .seminar-title h2 {
        color: #000; }
      main.Seminars div.Wrapper .seminar-title .web-view-title {
        line-height: 45px;
        margin-bottom: 20px; }
      main.Seminars div.Wrapper .seminar-title .mobile-view-title {
        display: none; }
      @media only screen and (max-width: 52rem) {
        main.Seminars div.Wrapper .seminar-title .web-view-title {
          font-size: 3rem;
          margin-bottom: 0rem;
          margin-top: 6rem; } }
    main.Seminars div.Wrapper .seminar-subtitle {
      margin: 6rem 3rem 2.8rem 3rem;
      display: flex;
      justify-content: space-between; }
      main.Seminars div.Wrapper .seminar-subtitle h3 {
        font-size: 3.2rem; }
      main.Seminars div.Wrapper .seminar-subtitle .fc-icon {
        color: #5E5BFB; }
      main.Seminars div.Wrapper .seminar-subtitle .placeholder {
        width: 8rem; }
      @media only screen and (max-width: 52rem) {
        main.Seminars div.Wrapper .seminar-subtitle {
          padding-left: unset;
          justify-content: center;
          background-color: white; } }
    main.Seminars div.Wrapper .seminar-search {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 38px;
      min-height: 80px;
      height: 100%;
      background-color: #F5F5F5;
      margin-bottom: 46px;
      border-radius: 4px; }
      main.Seminars div.Wrapper .seminar-search p, main.Seminars div.Wrapper .seminar-search h4, main.Seminars div.Wrapper .seminar-search button {
        color: #222; }
      main.Seminars div.Wrapper .seminar-search h4 {
        min-width: 112px; }
      main.Seminars div.Wrapper .seminar-search .selected {
        color: #5D5FF6;
        text-align: left;
        font-weight: 500; }
      main.Seminars div.Wrapper .seminar-search .search-button {
        min-width: 148px;
        height: 4.8rem;
        background-color: white;
        border: 1px solid #CCCCCC;
        border-radius: 4px;
        cursor: pointer;
        margin-left: auto; }
        @media only screen and (max-width: 52rem) {
          main.Seminars div.Wrapper .seminar-search .search-button {
            min-width: 112px;
            margin-left: unset;
            margin-bottom: 1.7rem; } }
        main.Seminars div.Wrapper .seminar-search .search-button:hover {
          background-color: #5D5FF6;
          border-color: #5D5FF6;
          color: white; }
      @media only screen and (max-width: 52rem) {
        main.Seminars div.Wrapper .seminar-search {
          margin: 0 0 40px 0;
          padding: 0 20px;
          flex-direction: column; }
          main.Seminars div.Wrapper .seminar-search h4 {
            margin-bottom: 0;
            margin-top: 1.7rem; }
          main.Seminars div.Wrapper .seminar-search p {
            margin: 1.7rem 0; } }
    main.Seminars div.Wrapper section.Seminars {
      font-family: 'Noto Sans JP', sans-serif; }
      @media only screen and (max-width: 52rem) {
        main.Seminars div.Wrapper section.Seminars {
          position: relative; }
          main.Seminars div.Wrapper section.Seminars .fc-scroller {
            background-color: #fff;
            border-radius: 0 0 3rem 3rem;
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.18);
            margin-bottom: 2rem; } }
    @media only screen and (max-width: 52rem) and (max-width: 52rem) {
      main.Seminars div.Wrapper section.Seminars .fc-scroller {
        padding: 4rem 2rem 0 2rem;
        background: #fff;
        height: 100%; } }
      @media only screen and (max-width: 52rem) {
          main.Seminars div.Wrapper section.Seminars .fc-list {
            border: none; }
          main.Seminars div.Wrapper section.Seminars .fc-list-event .fc-list-event-time, main.Seminars div.Wrapper section.Seminars .fc-list-event .fc-list-event-graphic {
            display: none; }
          main.Seminars div.Wrapper section.Seminars .fc-list-day {
            display: none; }
          main.Seminars div.Wrapper section.Seminars .fc-header-toolbar {
            background: #fff; }
            main.Seminars div.Wrapper section.Seminars .fc-header-toolbar .fc-button-group {
              display: none; }
          main.Seminars div.Wrapper section.Seminars .mobile-events-list {
            overflow: scroll;
            height: 100%; }
            main.Seminars div.Wrapper section.Seminars .mobile-events-list .mobile-events-list-wrap .event-card {
              margin: 1.8rem;
              background: #FFFFFF;
              border: 1px solid #999999;
              box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.18);
              border-radius: 8px; }
              main.Seminars div.Wrapper section.Seminars .mobile-events-list .mobile-events-list-wrap .event-card .event-image img {
                border-radius: 8px 8px 0 0;
                width: 100%;
                min-height: 21rem;
                max-height: 50rem;
                object-fit: cover; }
              main.Seminars div.Wrapper section.Seminars .mobile-events-list .mobile-events-list-wrap .event-card .event-title-section {
                display: flex;
                padding: 2rem 2rem;
                justify-content: space-between; }
                main.Seminars div.Wrapper section.Seminars .mobile-events-list .mobile-events-list-wrap .event-card .event-title-section .event-title {
                  width: 70%; }
                main.Seminars div.Wrapper section.Seminars .mobile-events-list .mobile-events-list-wrap .event-card .event-title-section p {
                  color: #222222;
                  margin: 0; }
                main.Seminars div.Wrapper section.Seminars .mobile-events-list .mobile-events-list-wrap .event-card .event-title-section .event-date-place {
                  width: 10rem;
                  margin-left: 1rem; }
                  main.Seminars div.Wrapper section.Seminars .mobile-events-list .mobile-events-list-wrap .event-card .event-title-section .event-date-place .event-date {
                    font-size: 16px;
                    font-weight: bold;
                    margin: 0; }
                  main.Seminars div.Wrapper section.Seminars .mobile-events-list .mobile-events-list-wrap .event-card .event-title-section .event-date-place .event-place {
                    margin: 0; }
              main.Seminars div.Wrapper section.Seminars .mobile-events-list .mobile-events-list-wrap .event-card .event-tags-section {
                padding: 2rem 2rem;
                display: flex;
                grid-gap: 0.6rem;
                flex-wrap: wrap; }
                main.Seminars div.Wrapper section.Seminars .mobile-events-list .mobile-events-list-wrap .event-card .event-tags-section .tag {
                  padding: 0.6rem;
                  border: 1px solid grey;
                  border-radius: 0.2rem;
                  white-space: nowrap; }
              main.Seminars div.Wrapper section.Seminars .mobile-events-list .mobile-events-list-wrap .event-card .event-btn-section {
                height: 8rem;
                display: flex;
                justify-content: start;
                align-items: center;
                padding-left: 2rem;
                margin-bottom: 2rem; }
                main.Seminars div.Wrapper section.Seminars .mobile-events-list .mobile-events-list-wrap .event-card .event-btn-section .event-btn {
                  background: linear-gradient(#5e5bfb, #3A3AB5);
                  border-radius: 0.4rem;
                  width: 16rem;
                  display: flex;
                  justify-content: center;
                  align-items: center; }
                  main.Seminars div.Wrapper section.Seminars .mobile-events-list .mobile-events-list-wrap .event-card .event-btn-section .event-btn p {
                    color: #FFF; }
                  main.Seminars div.Wrapper section.Seminars .mobile-events-list .mobile-events-list-wrap .event-card .event-btn-section .event-btn.expired {
                    background: #999999; }
          main.Seminars div.Wrapper section.Seminars .Guide {
            display: none; } }
      main.Seminars div.Wrapper section.Seminars .PostHub {
        max-width: max-content;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 2rem; }
        @media only screen and (max-width: 52rem) {
          main.Seminars div.Wrapper section.Seminars .PostHub {
            grid-template-columns: 1fr; } }
        main.Seminars div.Wrapper section.Seminars .PostHub .PostHub-Post {
          width: 100%;
          max-width: 35rem;
          margin: 0 auto;
          border-radius: 1.6rem; }
          main.Seminars div.Wrapper section.Seminars .PostHub .PostHub-Post:hover {
            transform: scale(1.03); }
          @media only screen and (max-width: 52rem) {
            main.Seminars div.Wrapper section.Seminars .PostHub .PostHub-Post {
              width: 100%;
              max-width: unset; } }
          main.Seminars div.Wrapper section.Seminars .PostHub .PostHub-Post .PostHub-Post-Image {
            width: 100%;
            height: 0;
            padding-bottom: 48%; }
          main.Seminars div.Wrapper section.Seminars .PostHub .PostHub-Post .PostHub-Post-Status {
            background-color: #5f5bff;
            color: white;
            padding: 7px 15px;
            width: max-content;
            font-size: 1.2rem;
            margin: 1.6rem 1.6rem 0 1.6rem; }
            main.Seminars div.Wrapper section.Seminars .PostHub .PostHub-Post .PostHub-Post-Status.expired {
              background-color: #d0c9c3; }
          main.Seminars div.Wrapper section.Seminars .PostHub .PostHub-Post .PostHub-Post-Title {
            line-height: 2.6rem;
            height: 80px; }
            main.Seminars div.Wrapper section.Seminars .PostHub .PostHub-Post .PostHub-Post-Title .PostHub-Post-Title-Content {
              color: #222;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              overflow: hidden;
              font: inherit; }
          main.Seminars div.Wrapper section.Seminars .PostHub .PostHub-Post .PostHub-Post-Tags .PostHub-Post-Tags-Tag {
            background-color: white;
            color: #5f5bff;
            border: 1px solid #5f5bff;
            border-radius: unset;
            margin-right: 8px; }
          main.Seminars div.Wrapper section.Seminars .PostHub .PostHub-Post .PostHub-Post-Detail {
            margin: 1.6rem 1.6rem 0 1.6rem; }
            main.Seminars div.Wrapper section.Seminars .PostHub .PostHub-Post .PostHub-Post-Detail p {
              font-size: 1.4rem;
              text-align: left;
              margin: 0;
              line-height: 3rem;
              display: flex;
              align-items: center;
              flex-wrap: wrap;
              font-weight: 500; }
              main.Seminars div.Wrapper section.Seminars .PostHub .PostHub-Post .PostHub-Post-Detail p:before {
                content: '';
                background-repeat: no-repeat;
                display: block;
                width: 14px;
                min-width: 14px;
                height: 18px;
                margin-right: 8px; }
              main.Seminars div.Wrapper section.Seminars .PostHub .PostHub-Post .PostHub-Post-Detail p.calendar:before {
                background-image: url("/webroot/images/seminar-calendar.svg"); }
              main.Seminars div.Wrapper section.Seminars .PostHub .PostHub-Post .PostHub-Post-Detail p.calendar span {
                display: flex;
                align-items: center;
                line-height: 30px;
                color: #5D5FF6;
                font-weight: 500; }
                main.Seminars div.Wrapper section.Seminars .PostHub .PostHub-Post .PostHub-Post-Detail p.calendar span:after {
                  content: '';
                  display: block;
                  width: 1px;
                  height: 1.3rem;
                  margin-left: 0.5rem;
                  margin-right: 0.5rem;
                  background-color: #666; }
              main.Seminars div.Wrapper section.Seminars .PostHub .PostHub-Post .PostHub-Post-Detail p.location {
                display: flex;
                flex-wrap: nowrap;
                align-items: flex-start; }
                main.Seminars div.Wrapper section.Seminars .PostHub .PostHub-Post .PostHub-Post-Detail p.location:before {
                  margin-top: 0.5rem;
                  background-image: url("/webroot/images/seminar-location.svg"); }
      main.Seminars div.Wrapper section.Seminars .no-events-today {
        text-align: center;
        font-weight: bold; }
      main.Seminars div.Wrapper section.Seminars #calendar {
        margin: 1.4rem 1.8rem 20rem 1.8rem;
        background-color: white;
        border-radius: 4rem; }
        @media only screen and (max-width: 52rem) {
          main.Seminars div.Wrapper section.Seminars #calendar {
            height: 100vh;
            background-color: inherit;
            position: absolute;
            top: 18rem;
            margin: 0;
            width: 100%;
            border-radius: unset; } }
        main.Seminars div.Wrapper section.Seminars #calendar button {
          background-color: unset;
          border: none; }
          main.Seminars div.Wrapper section.Seminars #calendar button:focus {
            border: none;
            box-shadow: none; }
          main.Seminars div.Wrapper section.Seminars #calendar button .fc-icon {
            color: #5E5BFB;
            font-size: 4.6rem; }
        main.Seminars div.Wrapper section.Seminars #calendar td, main.Seminars div.Wrapper section.Seminars #calendar th {
          border: none; }
        main.Seminars div.Wrapper section.Seminars #calendar table {
          border: none;
          width: 100% !important; }
        main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar {
          padding: 4rem 6rem 6rem 4rem;
          margin-bottom: unset; }
          main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar .fc-prev-button, main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar .fc-next-button {
            margin-bottom: 1.6rem; }
            @media only screen and (max-width: 52rem) {
              main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar .fc-prev-button, main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar .fc-next-button {
                margin-bottom: 2rem; } }
          main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar .fc-dayGridWeek-button, main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar .fc-dayGridMonth-button {
            color: black; }
          main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar .fc-toolbar-title {
            font-size: 3.6rem;
            font-weight: bold; }
          main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar .fc-currMonth-button {
            color: #333333;
            font-family: "Poppins", sans-serif;
            font-size: 3.6rem;
            font-weight: bold;
            cursor: default;
            margin-bottom: 15px; }
            @media only screen and (max-width: 52rem) {
              main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar .fc-currMonth-button {
                display: none; } }
          main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar .fc-placeholder-button {
            color: transparent;
            cursor: default; }
            @media only screen and (max-width: 52rem) {
              main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar .fc-placeholder-button {
                display: none; } }
          main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar:first-child button[title^='month view'], main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar:first-child button[title^='week view'], main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar:last-child button[title^='month view'], main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar:last-child button[title^='week view'] {
            color: #999;
            font-weight: 500; }
            main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar:first-child button[title^='month view']:focus, main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar:first-child button[title^='week view']:focus, main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar:last-child button[title^='month view']:focus, main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar:last-child button[title^='week view']:focus {
              background-color: #5E5BFB;
              color: white;
              border-radius: 0.4rem; }
            @media only screen and (max-width: 52rem) {
              main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar:first-child button[title^='month view'], main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar:first-child button[title^='week view'], main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar:last-child button[title^='month view'], main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar:last-child button[title^='week view'] {
                display: none; } }
          @media only screen and (max-width: 52rem) {
            main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar {
              font-size: 1rem;
              padding: 0; } }
          main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar h2 {
            padding: unset;
            font-weight: 500;
            color: #333333;
            font-family: "Poppins", sans-serif; }
          main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar h2::before, main.Seminars div.Wrapper section.Seminars #calendar .fc-header-toolbar h2::after {
            display: none; }
        main.Seminars div.Wrapper section.Seminars #calendar .fc-footer-toolbar .fc-expandBtn-button {
          color: #333333;
          font-family: "Poppins", sans-serif;
          font-size: 3.6rem;
          font-weight: bold; }
          main.Seminars div.Wrapper section.Seminars #calendar .fc-footer-toolbar .fc-expandBtn-button::before {
            font-family: FontAwesome;
            content: "\f078"; }
          @media only screen and (max-width: 52rem) {
            main.Seminars div.Wrapper section.Seminars #calendar .fc-footer-toolbar .fc-expandBtn-button {
              display: none; } }
        main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-event-harness {
          padding-bottom: 8px; }
        main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-day {
          padding: 1rem; }
          @media only screen and (max-width: 52rem) {
            main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-day.fc-day-today {
              width: 100%;
              background: unset; } }
        main.Seminars div.Wrapper section.Seminars #calendar .fc-event-time {
          padding: 0.6rem 1rem 0rem;
          display: flex;
          width: 100%; }
          main.Seminars div.Wrapper section.Seminars #calendar .fc-event-time p {
            margin: 0;
            white-space: pre-line;
            font-size: 1.4rem; }
          @media only screen and (max-width: 52rem) {
            main.Seminars div.Wrapper section.Seminars #calendar .fc-event-time {
              padding-left: 2rem; } }
        main.Seminars div.Wrapper section.Seminars #calendar .fc-scroller {
          overflow: hidden !important; }
          main.Seminars div.Wrapper section.Seminars #calendar .fc-scroller::before {
            background: linear-gradient(transparent 150px, white); }
          @media only screen and (max-width: 52rem) {
            main.Seminars div.Wrapper section.Seminars #calendar .fc-scroller {
              overflow: auto; } }
        main.Seminars div.Wrapper section.Seminars #calendar .fc-col-header-cell {
          padding-bottom: 4rem;
          cursor: pointer; }
          @media only screen and (max-width: 52rem) {
            main.Seminars div.Wrapper section.Seminars #calendar .fc-col-header-cell:not(:last-child) .header-wrapper {
              border-right: 1px solid #80808059; } }
          @media only screen and (max-width: 52rem) {
            main.Seminars div.Wrapper section.Seminars #calendar .fc-col-header-cell.clicked-day .header-wrapper .header-day-no, main.Seminars div.Wrapper section.Seminars #calendar .fc-col-header-cell.clicked-day .header-wrapper .header-jp-day {
              color: #5f5bff; } }
          main.Seminars div.Wrapper section.Seminars #calendar .fc-col-header-cell.fc-day-today {
            background: #5e5bfb17;
            border-radius: 0.8rem 0.8rem 0 0; }
          main.Seminars div.Wrapper section.Seminars #calendar .fc-col-header-cell .header-wrapper .header-jp-day {
            font-size: 2rem;
            font-family: "Noto Sans JP", sans-serif;
            color: #333;
            padding: 4px; }
            @media only screen and (max-width: 52rem) {
              main.Seminars div.Wrapper section.Seminars #calendar .fc-col-header-cell .header-wrapper .header-jp-day {
                color: #999999; } }
          main.Seminars div.Wrapper section.Seminars #calendar .fc-col-header-cell .header-wrapper .header-day-no {
            color: #999;
            font-weight: normal; }
        main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-day.fc-day-today {
          background: #5e5bfb17;
          border-radius: 0 0 0.8rem 0.8rem; }
        main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-event-harness {
          margin-top: unset !important; }
        main.Seminars div.Wrapper section.Seminars #calendar .fc-event-img {
          height: 9.5rem;
          width: 100%; }
          @media only screen and (max-width: 1280px) {
            main.Seminars div.Wrapper section.Seminars #calendar .fc-event-img {
              height: 7.5rem; } }
          main.Seminars div.Wrapper section.Seminars #calendar .fc-event-img img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            border-radius: 0.8rem 0.8rem 0 0; }
        main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-event, main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-dot-event {
          background: white;
          border: 1px solid #999999;
          min-width: 10rem;
          max-width: 20rem;
          height: 22rem;
          display: flex;
          flex-direction: column;
          padding: unset;
          border-radius: 0.8rem;
          margin: auto;
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.18); }
          @media only screen and (max-width: 52rem) {
            main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-event, main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-dot-event {
              height: 100%; } }
          main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-event .fc-event-title, main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-dot-event .fc-event-title {
            width: 100%;
            max-height: 7.4rem;
            align-items: start;
            padding: 0.6rem 1rem 0rem;
            flex-grow: 1; }
            main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-event .fc-event-title .fade, main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-dot-event .fc-event-title .fade {
              height: 60px;
              background: linear-gradient(transparent, #ffffff 40%);
              position: absolute;
              bottom: 0;
              width: 90%; }
            main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-event .fc-event-title p, main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-dot-event .fc-event-title p {
              white-space: pre-line;
              margin: 0;
              color: #000;
              font-size: 1.5rem; }
              @media only screen and (max-width: 52rem) {
                main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-event .fc-event-title p, main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-dot-event .fc-event-title p {
                  font-size: 2rem;
                  padding-left: 1rem; } }
          main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-event .fc-event-btn, main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-dot-event .fc-event-btn {
            display: flex;
            min-height: 4rem;
            width: 100%;
            justify-content: center;
            align-items: center;
            text-align: center;
            margin: 5px auto;
            z-index: 20; }
            @media only screen and (max-width: 1280px) {
              main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-event .fc-event-btn, main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-dot-event .fc-event-btn {
                min-height: 3rem; } }
            @media only screen and (max-width: 52rem) {
              main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-event .fc-event-btn, main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-dot-event .fc-event-btn {
                justify-content: left; } }
            main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-event .fc-event-btn a, main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-dot-event .fc-event-btn a {
              background-color: #555555;
              color: white;
              padding: 0.5rem;
              font-weight: bold;
              border-radius: 2rem;
              width: 80%;
              font-size: 1.3rem;
              filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.16)); }
              main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-event .fc-event-btn a:hover, main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-dot-event .fc-event-btn a:hover {
                background-color: #999999; }
              @media only screen and (max-width: 52rem) {
                main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-event .fc-event-btn a, main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-dot-event .fc-event-btn a {
                  background: linear-gradient(#5e5bfb, #3A3AB5);
                  border-radius: 0.4rem;
                  margin-left: 2rem;
                  width: 30%; } }
            main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-event .fc-event-btn .btn-placeholder, main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-dot-event .fc-event-btn .btn-placeholder {
              width: 100%; }
              main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-event .fc-event-btn .btn-placeholder p, main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-dot-event .fc-event-btn .btn-placeholder p {
                margin: 0; }
          main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-event .fc-daygrid-event-harness, main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-dot-event .fc-daygrid-event-harness {
            margin: unset; }
          main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-event .fc-event-main, main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-dot-event .fc-event-main {
            height: 100%;
            display: flex;
            flex-direction: column; }
        main.Seminars div.Wrapper section.Seminars #calendar .fc-daygrid-day-top {
          display: none; }
        main.Seminars div.Wrapper section.Seminars #calendar.expanded .fc-footer-toolbar .fc-expandBtn-button::before {
          font-family: FontAwesome;
          content: "\f077"; }
      main.Seminars div.Wrapper section.Seminars .seminars {
        height: unset;
        margin-bottom: 15rem; }
        @media only screen and (max-width: 52rem) {
          main.Seminars div.Wrapper section.Seminars .seminars {
            margin-bottom: 0; } }
      main.Seminars div.Wrapper section.Seminars #application-bar {
        background: #F9F9F9;
        border-top: 0.4px solid grey;
        transition: all .3s ease-out;
        position: fixed;
        bottom: 0;
        opacity: 1;
        z-index: 20;
        width: 100%;
        top: 100%; }
        main.Seminars div.Wrapper section.Seminars #application-bar div {
          display: none; }
        main.Seminars div.Wrapper section.Seminars #application-bar.slide-up {
          top: 90%; }
          main.Seminars div.Wrapper section.Seminars #application-bar.slide-up div {
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center; }
  main.Seminars .Guide {
    margin-top: 5vw; }

.tags-SNS-section {
  border-top: 3px solid #F0EFED;
  padding: 8px 0; }
  .tags-SNS-section .sns-links {
    display: flex;
    padding: 0 20%; }
    .tags-SNS-section .sns-links a + a {
      margin-left: 8px; }

article#mask.popup-mask .popup.search-pop {
  background-color: white;
  width: 50vw;
  border-radius: 8px;
  overflow: hidden;
  max-height: 575px; }
  article#mask.popup-mask .popup.search-pop header {
    height: 6.8rem;
    padding: 0 12px 0 12px;
    background-color: #F5F5F5;
    border-bottom: unset;
    font-size: 2.4rem;
    color: #444;
    align-items: center;
    position: relative; }
    article#mask.popup-mask .popup.search-pop header i {
      background-image: url("/webroot/images/ico_close_seminar.svg");
      top: unset; }
  article#mask.popup-mask .popup.search-pop .conditions {
    height: calc(100% - 6.8rem - 120px);
    overflow-y: scroll; }
    article#mask.popup-mask .popup.search-pop .conditions::-webkit-scrollbar {
      display: none; }
    article#mask.popup-mask .popup.search-pop .conditions div {
      display: flex;
      align-items: flex-start;
      padding: 0 5.6rem; }
      article#mask.popup-mask .popup.search-pop .conditions div h4 {
        margin-right: 28px;
        line-height: 25px;
        margin-top: 14px;
        margin-bottom: 14px;
        min-width: 86px;
        border-right: 1px solid #E6E6E6;
        text-align: left; }
      article#mask.popup-mask .popup.search-pop .conditions div ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 8px;
        margin-bottom: 8px; }
        article#mask.popup-mask .popup.search-pop .conditions div ul label {
          padding-right: 26px;
          padding-left: 26px;
          margin: 8px 0; }
          article#mask.popup-mask .popup.search-pop .conditions div ul label input[type='checkbox'] {
            margin: 0;
            width: 20px;
            height: 20px;
            cursor: pointer; }
  article#mask.popup-mask .popup.search-pop footer {
    height: 120px;
    background: unset;
    padding-top: 52px;
    padding-bottom: 36px; }
    article#mask.popup-mask .popup.search-pop footer button {
      width: 180px;
      height: 40px;
      border: 1px solid #444;
      border-radius: 30px;
      color: #444;
      font-size: 13px;
      font-weight: 500;
      background-color: white;
      cursor: pointer; }
      article#mask.popup-mask .popup.search-pop footer button:hover {
        background-color: #5D5FF6;
        border-color: #5D5FF6;
        color: white; }
  @media only screen and (max-width: 52rem) {
    article#mask.popup-mask .popup.search-pop {
      width: 80vw;
      max-height: 475px; }
      article#mask.popup-mask .popup.search-pop header {
        font-size: 2rem; }
        article#mask.popup-mask .popup.search-pop header i {
          background-image: unset;
          pointer-events: none; }
      article#mask.popup-mask .popup.search-pop .conditions div {
        flex-direction: column;
        padding: 0 2rem; }
        article#mask.popup-mask .popup.search-pop .conditions div h4 {
          border-right: unset; }
      article#mask.popup-mask .popup.search-pop footer button {
        width: 120px; } }

iframe#seminar-form {
  border: none;
  width: 100%; }
