@charset "UTF-8";
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.3;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 0;
  font-family: Arial, Baskerville, monospace;
  text-indent: -100px;
  overflow: hidden;
}
.mfp-close:before, .mfp-close:after {
  content: "";
  width: 37px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.mfp-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
.mfp-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.icon-dial {
  vertical-align: baseline;
  display: inline-block;
  width: 36px;
  height: 23px;
}

.icon-consultion {
  vertical-align: middle;
  display: inline-block;
  width: 17px;
  height: 17px;
}

.icon-home {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.icon-search {
  vertical-align: middle;
  display: inline-block;
  width: 17px;
  height: 17px;
}

.icon-chat {
  vertical-align: middle;
  display: inline-block;
  width: 17px;
  height: 17px;
}

.icon-book {
  vertical-align: middle;
  display: inline-block;
  width: 17px;
  height: 17px;
}

.icon-build {
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 18px;
}

.icon-beginner {
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 18px;
}

.icon-consultion {
  vertical-align: middle;
  display: inline-block;
  width: 14px;
  height: 18px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow:hover {
  opacity: 0.65;
}

.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  left: 0;
  transform: translateX(0);
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 5px;
  width: 40px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}
.no-touchevents .slick-dots li button:hover {
  outline: none;
}
.no-touchevents .slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e4e7ea;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background-color: #0087EB;
}

.slick-arrow {
  width: 60px;
  height: 60px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  margin-top: -30px;
  z-index: 2;
}
.slick-arrow:before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
}

.slick-prev {
  padding: 0 0 0 10px;
  left: 0;
}
.slick-prev:before {
  border-left: 2px solid #0087EB;
  border-bottom: 2px solid #0087EB;
  transform: rotate(45deg);
}

.slick-next {
  padding: 0 10px 0 0;
  right: 0;
}
.slick-next:before {
  border-right: 2px solid #0087EB;
  border-top: 2px solid #0087EB;
  transform: rotate(45deg);
}

/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

html {
  font-size: 62.6%;
}

body {
  color: #202C36;
  font-size: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  line-height: 1.625;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 571px) {
  body {
    min-width: 1200px;
  }
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
button,
input,
select,
textarea {
  color: #202C36;
  font-size: 1em;
  outline: none;
}

input,
button {
  border: none;
  background: none;
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
  appearance: none;
  outline: none;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

label,
select,
input[type=submit] {
  cursor: pointer;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:hover img.over {
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}

em {
  color: #0087EB;
  font-weight: bold;
  font-style: normal;
}

img,
svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

.conversion {
  padding: 0 16px;
}
.conversion__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.conversion__link:hover {
  opacity: 0.85;
}
.conversion__line {
  width: 31px;
  height: 31px;
}
.conversion__text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
.conversion-fixed {
  position: fixed;
  bottom: 0;
  right: auto;
  z-index: 1001;
  width: 100%;
  background: #2EAF1A;
  padding: 15px;
}
@media screen and (min-width: 571px) {
  .conversion-fixed {
    max-width: 450px;
  }
}

.side {
  position: sticky;
  top: 25px;
}
.side-logo {
  margin: 0 auto 0 0;
  height: auto;
  width: 70px;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.side-logo:hover {
  opacity: 0.65;
}
.side-menu {
  margin-top: 58px;
}
.side-menu__link {
  display: block;
  color: #FFF;
  font-family: "EB Garamond", sans-serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 26px */
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.side-menu__link:first-child {
  margin-top: 0;
}
.side-menu__link {
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.side-menu__link:hover {
  opacity: 0.65;
}
.side-menu__link span {
  color: var(--Black-100, #FCFCFC);
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 12px */
  letter-spacing: 0.6px;
}
.side-icon {
  margin-top: 30px;
}
.side-icon img {
  width: 18px;
  height: 18px;
}
.side-banner {
  margin-top: 58px;
}
.side-banner__item {
  border-radius: 4px;
  overflow: hidden;
  display: block;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.side-banner__item:hover {
  opacity: 0.85;
}

/*
 breadcrumb
----------------------------------------------------------- */
.breadcrumb {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.breadcrumb-wrap {
  display: flex;
  align-items: center;
}
.breadcrumb-item {
  color: #7a7b80;
  font-size: 1.3rem;
  white-space: nowrap;
  line-height: 1;
  margin: 0 15px 0 0;
  padding: 15px 0 15px 15px;
  position: relative;
}
.breadcrumb-item:before {
  border-right: 1px solid #e8e9f2;
  border-top: 1px solid #e8e9f2;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  transform: translateY(-50%) rotate(45deg);
}
.breadcrumb-item--home {
  color: #0087EB;
  font-weight: 700;
  padding-left: 0;
}
.breadcrumb-item--home:before {
  display: none;
}
.breadcrumb a.breadcrumb-item {
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.no-touchevents .breadcrumb a.breadcrumb-item:hover {
  color: #0087EB;
}

/*
Footer
----------------------------------------------------------- */
.footer__to-top {
  display: block;
  border-top: 1px solid #e8e9f2;
  border-bottom: 1px solid #e8e9f2;
  padding: 20px 0;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.no-touchevents .footer__to-top:hover {
  opacity: 0.65;
}
.footer__to-top:before {
  content: "";
  border-bottom: 13px solid #202C36;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.footer-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer-nav__col {
  flex: 0 1 33.3333%;
  border-left: 1px solid #67a3e1;
  padding: 15px 0 10px 15px;
}
.footer-nav__item {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 20px;
}
.no-touchevents .footer-nav__item:hover {
  opacity: 0.65;
}
.footer-nav__item:first-child {
  margin-top: 0;
}
.footer-bottom {
  background-color: #205080;
  padding: 10px;
}
.footer-bottom__copyright {
  color: #fff;
  display: block;
  font-size: 1.3rem;
  text-align: center;
}

/*
 Gnav
----------------------------------------------------------- */
.gnav {
  box-shadow: 0 3px 2px rgba(130, 141, 189, 0.08);
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.gnav__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.gnav__group {
  border-right: 1px solid #e8e9f2;
  position: relative;
  width: 100%;
}
.gnav__group:first-child {
  border-left: 1px solid #e8e9f2;
}
.no-touchevents .gnav__group:hover .gnav__children {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  transition-delay: 0s;
  transform: translate3d(0, 0, 0);
}
.gnav__item {
  text-align: center;
  display: block;
  padding: 15px 0;
  position: relative;
  fill: #0087EB;
  width: 100%;
}
.gnav__item:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.gnav__item.current {
  background-color: #f4f5f9;
}
.gnav__item.current:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #0087EB;
}
.no-touchevents .gnav__item:hover {
  opacity: 0.65;
}
.gnav__ttl {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: 700;
}
.gnav__sub-item {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 13px 0;
  text-align: center;
  width: 100%;
}
.no-touchevents .gnav__sub-item:hover {
  background-color: #edeef2;
}
.gnav__children {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  padding: 0;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0s ease, opacity 0.4s ease-out, transform 0.4s ease-out;
  transform: translate3d(0, -15px, 0);
}

/*
 Header
----------------------------------------------------------- */
.header-brand__logo {
  width: 300px;
}

/*
 Container
----------------------------------------------------------- */
.container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}

/*
 Contents
----------------------------------------------------------- */
@media screen and (min-width: 571px) {
  .content-row {
    display: flex;
    justify-content: space-between;
    max-width: 810px;
    margin: 0 auto;
  }
  .content-main {
    flex: 0 1 450px;
    max-width: 450px;
    position: relative;
  }
  .content-side {
    flex: 0 1 300px;
    max-width: 300px;
    padding: 25px 0 50px;
  }
  .pc-container {
    position: relative;
  }
  .pc-container::before {
    content: "";
    background-image: url(../img/common/layout_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
}
@media screen and (max-width: 570px) {
  .content-side {
    display: none;
  }
}
.content-main {
  background-color: #1D0E03;
}

.sec-ttl {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec-ttl.end {
  align-items: flex-end;
}
.sec-ttl.center {
  align-items: center;
}
.sec-ttl__en {
  font-family: "EB Garamond", sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 100%;
}
.sec-ttl__ja {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
}

.top-mv {
  position: relative;
}
.top-mv-bg {
  width: 100%;
  aspect-ratio: 375/667;
  position: relative;
  overflow: hidden;
}
.top-mv-bg .slick-slide {
  width: 100%;
  height: 100%;
}
.top-mv-bg .slick-slide > div {
  width: 100%;
  height: 100%;
}
.top-mv-bg .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-mv-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 54px;
}
.top-mv__title {
  position: absolute;
  top: 50%;
  left: 38px;
  transform: translateY(-50%);
}
.top-mv__title > * {
  display: block;
}
.top-mv__title__top {
  font-size: 2.8rem;
  font-family: "Shippori Mincho", serif;
  color: #FFF;
  font-feature-settings: "palt" on;
  font-weight: 400;
  line-height: 180%;
  /* 50.4px */
  letter-spacing: 2.8px;
}
.top-mv__title__middle {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #FFF;
  /* 24px */
  letter-spacing: 0.48px;
  margin-top: 30px;
  font-family: "Shippori Mincho", serif;
}
.top-mv__title__middle small {
  font-size: 2rem;
}
@media screen and (min-width: 571px) {
  .top-mv__title__middle {
    margin-top: 40px;
  }
}
.top-mv__title__bottom {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  margin-top: 20px;
}
.top-mv__title__bottom small {
  font-size: 1rem;
  vertical-align: 1px;
}
@media screen and (min-width: 571px) {
  .top-mv__title__bottom {
    margin-top: 30px;
  }
}
.top-cta {
  position: relative;
}
.top-cta.--01 {
  max-width: 95%;
  margin: 0 auto;
  z-index: 2;
}
.top-cta__link {
  display: block;
}
.--01 .top-cta__link {
  position: absolute;
  top: -80px;
}
@media screen and (min-width: 571px) {
  .--01 .top-cta__link {
    top: -120px;
  }
}
.top-message {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.top-message .container {
  padding: 240px 15px 80px 50px;
}
.top-message__title {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 200%;
  /* 42px */
  letter-spacing: 1.05px;
  margin-bottom: 40px;
}
.top-message__text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 220%;
  /* 30.8px */
  letter-spacing: 0.7px;
  margin-top: 12px;
}
.top-message__logo {
  margin-top: 50px;
  height: 30px;
}
.top-slide {
  overflow: hidden;
  width: 100%;
}
.top-slide .slick-list {
  margin: 0 -2.5px;
}
.top-slide .slick-track {
  margin-bottom: 0;
}
.top-slide .slick-track::after {
  display: none;
}
.top-slide .slick-slide {
  padding: 0 2.5px;
  margin-bottom: 0;
  height: 255px;
  line-height: 0;
  font-size: 0;
}
.top-slide-image {
  width: 170px;
  height: 255px;
  aspect-ratio: 170/255;
  overflow: hidden;
  flex-shrink: 0;
}
.top-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-facility {
  position: relative;
  z-index: 2;
}
.top-facility-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 375/440;
}
.top-facility .container {
  padding: 0 16px;
}
.top-facility .container.--top {
  padding: 0 16px 50px;
  margin-top: -80px;
}
.top-facility__text {
  color: #fff;
  font-feature-settings: "pkna" on;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 170%;
  margin-top: 20px;
}
.top-facility__link {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  padding: 10px;
  position: relative;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.no-touchevents .top-facility__link:hover {
  opacity: 0.65;
}
.top-facility__link:first-of-type {
  margin-top: 20px;
}
.top-facility__link::before {
  position: absolute;
  content: "↓";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #fff;
}
.top-facility__link.--sauna {
  background: rgba(94, 58, 46, 0.8);
}
.top-facility__link.--coworking {
  background: rgba(55, 64, 76, 0.8);
}
.top-facility__link.--fitness {
  background: rgba(71, 79, 60, 0.8);
}
.top-facility__link__title {
  color: #FFF9F7;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.top-facility__link__title__ja {
  font-feature-settings: "palt" on;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
}
.top-facility__link__title__en {
  font-family: "EB Garamond";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.top-facility-sec {
  padding: 0 0 0 16px;
  position: relative;
  margin-top: 30px;
}
.top-facility-sec:first-of-type {
  margin-top: 0;
}
.top-facility-sec .container {
  padding-top: 60px;
  padding-bottom: 30px;
}
.top-facility-sec .container .sec-ttl {
  position: absolute;
  top: -10px;
  left: 16px;
}
.top-facility-sec.--sauna .container {
  background: #513125;
}
.top-facility-sec.--coworking .container {
  background: #32363D;
}
.top-facility-sec.--fitness .container {
  background: #3F4231;
}
.top-facility-sec-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 30px;
  position: relative;
}
.top-facility-sec-content__title {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
}
.top-facility-sec-content__title__lg {
  color: #FFF;
  font-feature-settings: "palt" on;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.top-facility-sec-content__title__sm {
  color: #FFF;
  font-feature-settings: "palt" on;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.top-facility-sec-content__text {
  color: rgba(255, 255, 255, 0.6);
  font-feature-settings: "palt" on, "pkna" on;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 5px;
  padding-right: 5px;
}
.top-price {
  margin-top: -180px;
  padding-bottom: 35px;
}
.top-price-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 375/469;
}
.top-price .container {
  padding: 0 16px;
}
.top-price__table {
  margin-top: 20px;
}
.top-price__bnr {
  margin-top: 15px;
}
.top-price__bnr:first-of-type {
  margin-top: 20px;
}
.top-voice-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 375/469;
}
.top-voice .container {
  position: relative;
}
.top-voice .container .sec-ttl {
  position: absolute;
  top: -100px;
  left: 16px;
}
.top-voice-slider {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.top-voice-slider::-webkit-scrollbar {
  display: none;
}
.top-voice-slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.top-voice-slide {
  width: 245px;
  min-width: 245px;
  flex-shrink: 0;
  color: #fff;
  padding: 20px 16px;
  background-color: rgba(255, 255, 255, 0.2);
}
.top-voice-slide__top {
  font-size: 2rem;
}
.top-voice-slide__top span.star-5::before {
  content: "★★★★★";
}
.top-voice-slide__top span.star-4::before {
  content: "★★★★☆";
}
.top-voice-slide__top span.star-3::before {
  content: "★★★☆☆";
}
.top-voice-slide__top span.star-2::before {
  content: "★★☆☆☆";
}
.top-voice-slide__top span.star-1::before {
  content: "★☆☆☆☆";
}
.top-voice-slide__mid {
  font-size: 1.4rem;
}
.top-voice-slide__mid p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
  transition: all 0.3s ease;
}
.top-voice-slide__mid p.is-open {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}
.top-voice-slide__bottom {
  font-size: 1.4rem;
  cursor: pointer;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  justify-content: center;
}
.top-voice-slide__bottom__cross {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  transition: transform 0.3s ease;
  margin-top: 2px;
}
.top-voice-slide__bottom__cross::before, .top-voice-slide__bottom__cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 12px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}
.top-voice-slide__bottom__cross::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.top-voice-slide__bottom.is-open .top-voice-slide__bottom__cross::after {
  display: none;
}
.top-flow {
  padding: 50px 0;
}
.top-flow .container {
  margin: 0 16px;
  background-color: #321A0D;
  padding: 80px 0 0;
}
.top-flow-container {
  padding: 40px 16px 20px;
}
.top-flow-container:not(:first-of-type) {
  padding-top: 0;
}
.top-flow-container-top {
  padding-right: 40px;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.top-flow-container-top::before, .top-flow-container-top::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 40%;
  width: 2px;
  height: 8px;
  background-color: white;
  transition: transform 0.3s ease;
}
.top-flow-container-top::before {
  transform: translateY(-50%) translateX(-2px) rotate(135deg);
}
.top-flow-container-top::after {
  transform: translateY(-50%) translateX(2px) rotate(-135deg);
}
.top-flow-container-top.active::before {
  transform: translateY(-50%) translateX(-2px) rotate(135deg) rotate(90deg);
}
.top-flow-container-top.active::after {
  transform: translateY(-50%) translateX(2px) rotate(-135deg) rotate(90deg);
}
.top-flow-container__num {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
}
.top-flow-container__title {
  color: #FFF;
  font-feature-settings: "pkna" on;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
}
.top-flow-container-bottom {
  display: none;
}
.top-flow-container-bottom-inner {
  margin-top: 16px;
}
.top-flow-container-bottom-inner.--bg {
  background: rgba(255, 255, 255, 0.15);
  padding: 16px;
}
.top-flow-container__text {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 165%;
}
.top-flow-container .conversion__link {
  background: #2EAF1A;
  margin-top: 16px;
  padding: 12px 20px;
  gap: 4px;
}
.top-flow-container .conversion__text {
  font-size: 1.4rem;
}
.top-instagram {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.top-instagram .container {
  padding: 0 16px;
}
.top-instagram-container {
  margin-top: 40px;
  text-align: center;
  color: #fff;
}
.top-instagram-container .instagram-feed {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .top-instagram-container .instagram-feed {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.top-instagram-container .instagram-feed__item {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 4px;
}
.top-instagram-container .instagram-feed__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: opacity 0.3s ease;
}
.top-instagram-container .instagram-feed__link:hover {
  opacity: 0.8;
}
.top-instagram-container .instagram-feed__image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.top-instagram-container .instagram-feed__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top-instagram-container .instagram-feed__video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.top-instagram-container .instagram-error,
.top-instagram-container .instagram-empty {
  padding: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
}
.top-instagram__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 40px auto 0;
  padding: 8px 32px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  max-width: 222px;
}
.top-instagram__link > * {
  display: block;
}
.top-instagram__link__logo {
  display: flex;
  align-items: center;
}
.top-instagram__link__logo img {
  width: 15px;
}
.top-instagram__link__text {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 165%;
}
.top-instagram__link__icon {
  display: flex;
  align-items: center;
}
.top-instagram__link__icon img {
  width: 8px;
}
.top-access {
  padding-bottom: 40px;
}
.top-access .container {
  padding: 0 16px;
}
.top-access .container .sec-ttl {
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
}
.top-access__img, .top-access__map {
  margin-bottom: 20px;
}
.top-access__map {
  width: 100%;
  aspect-ratio: 344/172;
}
.top-access__map iframe {
  width: 100%;
  height: 100%;
}
.top-access-list {
  display: grid;
  grid-template-columns: 25% 1fr;
  margin-bottom: 10px;
}
.top-access-list dt {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 16px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 165%;
}
.top-access-list dd {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 16px 0;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 170%;
}
.top-access-list__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 180px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 20px;
}
.top-access-list__link__logo {
  display: flex;
  align-items: center;
}
.top-access-list__link__text {
  font-size: 1.3rem;
}
.top-faq .container {
  padding: 0 16px;
}
.top-faq .container .sec-ttl {
  position: absolute;
  top: -120px;
  right: 16px;
}
.top-faq__title {
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 170%;
  padding-left: 15px;
  margin-top: 50px;
  position: relative;
}
.top-faq__title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #fff;
}
.top-faq__wrap {
  margin-top: 20px;
}
.top-faq__item {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.top-faq__item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.top-faq__item__q {
  cursor: pointer;
  gap: 12px;
  display: flex;
  align-items: center;
  padding: 12px 30px 12px 5px;
  position: relative;
  color: #fff;
}
.top-faq__item__q::before, .top-faq__item__q::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 2px;
  height: 8px;
  background-color: white;
  transition: transform 0.3s ease;
}
.top-faq__item__q::before {
  transform: translateY(-50%) translateX(-2px) rotate(135deg);
}
.top-faq__item__q::after {
  transform: translateY(-50%) translateX(2px) rotate(-135deg);
}
.top-faq__item__q.active::before {
  transform: translateY(-50%) translateX(-2px) rotate(135deg) rotate(90deg);
}
.top-faq__item__q.active::after {
  transform: translateY(-50%) translateX(2px) rotate(-135deg) rotate(90deg);
}
.top-faq__item__q__label {
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 165%;
  flex-shrink: 0;
}
.top-faq__item__q__title {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 170%;
}
.top-faq__item__a {
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 12px;
  display: none;
}
.top-faq__item__a__inner {
  gap: 12px;
  display: flex;
  align-items: flex-start;
  padding: 16px 16px 20px;
}
.top-faq__item__a__label {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 165%;
}
.top-faq__item__a__text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 170%;
}
.top-faq__item__a__link {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: rgba(255, 255, 255, 0.6);
}
.top-faq__item__a .conversion__link {
  background: #2EAF1A;
  padding: 12px 20px;
  font-size: 1.4rem;
  gap: 8px;
  margin-top: 10px;
}
.top-bottom {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 95px;
}
.top-utility {
  border-top: 1px solid rgba(72, 71, 71, 0.06);
  border-bottom: 1px solid rgba(72, 71, 71, 0.06);
  margin-top: 60px;
}
.top-utility__links {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.top-utility__link {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 100%;
  /* 11px */
  letter-spacing: 0.55px;
  height: 62px;
  width: 50%;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.top-utility__link:hover {
  opacity: 0.65;
}
.top-utility__link:last-child {
  border-right: none;
}
.top-copyright {
  padding: 24px 0 60px;
}
.top-copyright__text {
  color: #E1DEDB;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 165%;
}
.top-popup {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.12);
  width: 90%;
  margin: 0 auto;
  padding: 20px 16px;
  position: relative;
}
@media screen and (min-width: 571px) {
  .top-popup {
    width: 450px;
    padding: 25px 20px;
  }
}
.top-popup__tel {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.top-popup__tel:first-child {
  margin-top: 0;
}
@media screen and (min-width: 571px) {
  .top-popup__tel {
    margin-top: 13px;
  }
}
.top-popup .mfp-close {
  z-index: 10;
  position: absolute;
  font-size: 12px;
  color: #fff;
  padding: 5px;
  top: -15px;
  right: -15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: linear-gradient(90deg, #02C6FC 0%, #0371C8 100%), #D9D9D9;
  opacity: 1;
}
.top-popup .mfp-close::before, .top-popup .mfp-close::after {
  width: 18px;
}
.top-popup .mfp-close:hover {
  opacity: 0.65;
  cursor: pointer;
}
@media screen and (min-width: 571px) {
  .top-popup .mfp-close {
    top: -12px;
    right: -12px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 571px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 570px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.pc-none {
  display: none;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.fz-pc-10 {
  font-size: 10px !important;
}

.fz-pc-11 {
  font-size: 11px !important;
}

.fz-pc-12 {
  font-size: 12px !important;
}

.fz-pc-13 {
  font-size: 13px !important;
}

.fz-pc-14 {
  font-size: 14px !important;
}

.fz-pc-15 {
  font-size: 15px !important;
}

.fz-pc-16 {
  font-size: 16px !important;
}

.fz-pc-17 {
  font-size: 17px !important;
}

.fz-pc-18 {
  font-size: 18px !important;
}

.fz-pc-19 {
  font-size: 19px !important;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(255, 255, 255, 0);
}
.no-touchevents .stretched-link:hover:after {
  background-color: rgba(255, 255, 255, 0.25);
}

.text-color {
  color: #0087EB;
}

/*# sourceMappingURL=style.css.map */
