/* ===============================================
# underline
=============================================== */
.js__marker {
  background-image: linear-gradient(to bottom, transparent 60%, #f6d48e 60%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
}

/* ===============================================
# base
=============================================== */
/* ======================= responsive ===*/
.pc {
  display: block;
}
@media (max-width: 640px) {
  .pc {
    display: none;
  }
}

.mb {
  display: none;
}
@media (max-width: 640px) {
  .mb {
    display: block;
  }
}

/* ======================= layout ===*/
.c-section {
  padding-top: 0;
}

@media (max-width: 640px) {
  .c-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 640px) {
  .smb-section__body {
    max-width: 560px;
    margin: 0 auto;
  }
}

/* ======================= font ===*/
@media (max-width: 640px) {
  .smb-section__title {
    font-size: clamp(1.28rem, 6.3vw, 1.8rem) !important;
  }
}

/* ======================= btn ===*/
.smb-btn {
  border-bottom: 5px solid #016b39;
  position: relative;
  overflow: hidden;
}
.smb-btn::after {
  -webkit-animation: 4s 0s shine linear infinite;
          animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}
.smb-btn .smb-btn__label {
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .smb-btn .smb-btn__label {
    line-height: 1.5;
  }
}
.smb-btn .fa-line {
  font-size: 2rem;
  margin-right: 0.5rem;
}
@media (max-width: 640px) {
  .smb-btn .fa-line {
    font-size: 3rem;
  }
}

@-webkit-keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}

@keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.smb-btn:hover {
  margin-top: 3px;
  border-bottom: 2px solid #016b39;
}

/* ===============================================
# contents
=============================================== */
/* ===============================================
# menu
=============================================== */
@media (max-width: 640px) {
  .menu-item-110 {
    padding: 0 !important;
  }
}
.menu-item-110 a {
  background-color: #02c754;
}
.menu-item-110 .menu__line {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .menu-item-110 .menu__line {
    padding: 0.5rem;
    justify-content: left;
  }
}
.menu-item-110 .menu__line .fa-line {
  font-size: 2rem;
  margin-right: 0.5rem;
}

/* ===============================================
# fv
=============================================== */
.fv {
  position: relative;
}
.fv .fv__btn {
  position: absolute;
  bottom: 6%;
  left: 22%;
}

@media (max-width: 1023px) {
  .fv__btn {
    display: none;
  }
}
/* ===============================================
# exclusive
=============================================== */
.exclusive {
  margin-top: 0;
}
@media (max-width: 640px) {
  .exclusive .smb-section__body {
    margin-top: 2rem;
  }
}

/* ===============================================
# solution
=============================================== */
.solution .smb-section__title {
  line-height: 1.35;
}
.solution .solution__item {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  box-shadow: 10px 10px 21px #e0e0e0, -10px -10px 21px #ffffff;
  margin-top: 5em;
  overflow: visible;
}
@media (max-width: 640px) {
  .solution .solution__item {
    max-width: 500px;
  }
}
.solution .solution__item .smb-media-text__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .solution .solution__item .smb-media-text__title {
    font-size: 1.35rem;
  }
}
.solution .solution__item__no {
  position: absolute;
  top: -3rem;
  left: 0;
  font-size: 1.8rem;
  color: #f04225;
}
@media (max-width: 640px) {
  .solution .solution__item__no {
    top: -4.2rem;
  }
}
.solution .solution__item__no span {
  font-size: 2.2rem;
}
.solution .solution__item__no-r {
  position: absolute;
  top: -3rem;
  right: 0;
  font-size: 2rem;
  color: #f04225;
}
@media (max-width: 640px) {
  .solution .solution__item__no-r {
    top: -4.2rem;
    left: 0;
    right: auto;
  }
}
.solution .solution__item__no-r span {
  font-size: 2.2rem;
}

/* ===============================================
# benefit
=============================================== */
.benefit .benefit__container .benefit__item {
  margin-top: 3rem;
}

/* ===============================================
# product
=============================================== */
.product {
  /* ======================= guarantee ===*/
}
.product .guarantee__title {
  position: relative;
  padding: 1rem;
  color: #ddd1b3;
  text-align: center;
}
@media (max-width: 640px) {
  .product .guarantee__title {
    font-size: clamp(1.28rem, 6.3vw, 1.8rem) !important;
  }
}
.product .guarantee__title::before,
.product .guarantee__title::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
@media (max-width: 640px) {
  .product .guarantee__title::before,
.product .guarantee__title::after {
    width: 90%;
    right: 0;
    margin: 0 auto;
  }
}
.product .guarantee__title::before {
  background-color: #ddd1b3;
  transform: skew(25deg);
}
.product .guarantee__title::after {
  background-color: #353535;
  transform: skew(-25deg);
}

/* ===============================================
# training
=============================================== */
.training .training__container .smb-spider-contents-slider__item {
  padding: 0;
}

/* ===============================================
# footer__cta
=============================================== */
.footer__cta .smb-section__body {
  display: inline-block;
}
.footer__cta .smb-section__body .footer__cta__list {
  border: 1px dotted;
  padding: 1em;
}
.footer__cta .smb-section__body .footer__cta__list ul {
  text-align: left;
}
.footer__cta .smb-section__body .footer__cta__list li {
  font-weight: bold;
  font-size: 1.2rem;
}
@media (max-width: 640px) {
  .footer__cta .smb-section__body .footer__cta__list li {
    font-size: 1rem;
  }
}

/* ===============================================
# footer
=============================================== */
.menu-item-354 a {
  background: #02c754;
}
.menu-item-354 .footer__line {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.menu-item-354 .footer__line .fa-line {
  font-size: 2rem;
  margin-right: 0.5rem;
}
.menu-item-354 .footer__line p {
  font-size: 1.2rem;
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */