@charset "UTF-8";
/* ===============================================
# base
=============================================== */
/* ======================= responsive ===*/
.pc {
  display: block;
}
@media (max-width: 639px) {
  .pc {
    display: none;
  }
}

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

/* ======================= color ===*/
body {
  color: #595771;
}

html {
  scroll-behavior: smooth;
}

/* ===============================================
# typography
=============================================== */
/*========================= fonts ====*/
/* Regular (標準) */
@font-face {
  font-family: "LINESeedJP";
  src: url("/wp-content/plugins/my-snow-monkey/fonts/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("/wp-content/plugins/my-snow-monkey/fonts/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Bold (太字) */
@font-face {
  font-family: "LINESeedJP";
  src: url("/wp-content/plugins/my-snow-monkey/fonts/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("/wp-content/plugins/my-snow-monkey/fonts/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/* Extra Bold (エクストラボールド) */
@font-face {
  font-family: "LINESeedJP";
  src: url("/wp-content/plugins/my-snow-monkey/fonts/LINESeedJP_OTF_Eb.woff2") format("woff2"), url("/wp-content/plugins/my-snow-monkey/fonts/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 800; /* Extra Boldは通常800 */
  font-style: normal;
}
/* Thin (細字) */
@font-face {
  font-family: "LINESeedJP";
  src: url("/wp-content/plugins/my-snow-monkey/fonts/LINESeedJP_OTF_Th.woff2") format("woff2"), url("/wp-content/plugins/my-snow-monkey/fonts/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 100; /* Thinは通常100 */
  font-style: normal;
}
body {
  font-family: "LINESeedJP", sans-serif;
}

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

/* ===============================================
# スクロールヒント
=============================================== */
.js-scrollable {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
}

/* ←ここが重要 */
.js-scrollable table {
  min-width: 980px; /* 画面幅より大きくすることで、スクロールを発生させる */
  table-layout: fixed;
}

/* ===============================================
# button
=============================================== */
.smb-btn {
  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%;
}

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

@keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
/* ======================= ページトップボタン ===*/
.c-page-top {
  bottom: 4.45rem !important;
}
/* ===============================================
# cta
=============================================== */
.cta-title__container {
  position: relative;
  padding: 1rem 2rem 1rem 7em;
  background: #f6f6f6;
}
@media (max-width: 639px) {
  .cta-title__container {
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cta-title__container span {
  position: absolute;
  top: -26px;
  left: -66px;
  display: inline-block;
  width: 52px;
  height: 50px;
  text-align: center;
  background: #1150ab;
}
@media (max-width: 639px) {
  .cta-title__container span {
    top: -74px;
    left: 3px;
  }
}
.cta-title__container span::before, .cta-title__container span::after {
  position: absolute;
  content: "";
}
@media (max-width: 1023px) {
  .cta-title__container .title-container__left {
    flex-basis: 80% !important;
  }
}
@media (max-width: 639px) {
  .cta-title__container .title-container__left {
    flex-basis: 100% !important;
  }
}
@media (max-width: 1023px) {
  .cta-title__container p {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    padding-left: 2rem;
  }
}
@media (max-width: 639px) {
  .cta-title__container p {
    padding-left: 0;
  }
}
.cta-title__container::after {
  content: "";
  background-image: url("https://ms-design2225.com/test02/wp-content/uploads/2025/06/cta__img.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 5.5rem;
  height: 8rem;
  position: absolute;
  bottom: 0;
  right: 1vw;
}
@media (max-width: 639px) {
  .cta-title__container::after {
    width: 3.5rem;
    bottom: -85px;
  }
}

.cta-title__container span:before {
  right: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1150ab;
}

.cta-title__container span:after {
  top: 50%;
  left: 0;
  display: block;
  height: 50%;
  border: 26px solid #1150ab;
  border-bottom-width: 15px;
  border-bottom-color: transparent;
}

/* ======================= btn-item ===*/
.cta-btn__container {
  margin-top: 3rem;
}
@media (max-width: 1023px) {
  .cta-btn__container {
    width: 70%;
  }
}
@media (max-width: 639px) {
  .cta-btn__container {
    width: 90vw !important;
  }
}
.cta-btn__container .item__title {
  position: relative;
  padding: 0.5rem 0 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  background: linear-gradient(90deg, #16aaee 0% 50%, #1150ab 50%);
  background-repeat: no-repeat;
  background-size: 4rem 0.2rem;
  background-position: bottom;
  color: #353535;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-btn__container .fa-envelope,
.cta-btn__container .fa-mobile-screen-button,
.cta-btn__container .fa-phone {
  font-size: 1.5rem;
  margin-right: 0.5em;
}
.cta-btn__container p {
  height: 5.5rem;
}
@media (max-width: 1023px) {
  .cta-btn__container p {
    height: 2.5rem;
  }
}
@media (max-width: 639px) {
  .cta-btn__container p {
    height: 3rem;
    line-height: 1.5;
    text-align: justify;
  }
}
.cta-btn__container .btn__item {
  margin-bottom: 5rem;
}
@media (max-width: 1023px) {
  .cta-btn__container .btn__item {
    margin-bottom: 7rem;
  }
}
@media (max-width: 639px) {
  .cta-btn__container .btn__item {
    margin-bottom: 7rem;
  }
}
.cta-btn__container .btn__item .smb-buttons {
  margin-top: 0.5rem;
}
@media (max-width: 1023px) {
  .cta-btn__container .btn__item .smb-buttons {
    margin-top: 2rem;
  }
}
@media (max-width: 639px) {
  .cta-btn__container .btn__item .smb-buttons {
    margin-top: 2rem;
  }
}

.cta__btn01 a:hover {
  background-color: #1150ab !important;
  color: #fff;
}

.cta__btn02 a:hover {
  background-color: #fff;
  color: #1150ab;
}

.cta__btn03 a:hover {
  background-color: #fff;
  color: #16aaee;
}

/* ======================= footer-btn ===*/
.footer-fixed-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-top: 1px solid #ccc;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
  z-index: 9999;
}
@media (max-width: 639px) {
  .footer-fixed-buttons {
    height: 4.5rem;
  }
}
.footer-fixed-buttons .svg-inline--fa {
  margin-left: 0.3em;
}

.footer-fixed-buttons a {
  flex: 1;
  text-align: center;
  font-size: clamp(0.85rem, 0.73rem + 0.3vw, 1rem);
  padding: 14px 8px;
  text-decoration: none;
  font-weight: bold;
  color: #2c3e50;
  border-right: 1px solid #eee;
  transition: background 0.2s;
}
@media (max-width: 639px) {
  .footer-fixed-buttons a {
    font-size: clamp(0.65rem, 0.399rem + 1.25vw, 0.9rem);
    padding: 12px 6px;
  }
}

.contact {
  background: #fff;
  color: #16aaee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact:hover {
  background: #16aaee;
  color: #fff;
}

.trial {
  background: #16aaee;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trial:hover {
  background: #fff;
  color: #16aaee !important;
}

.tel {
  background: #28713f;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tel:hover {
  background: #fff;
  color: #28713f !important;
}

.footer-fixed-buttons a:last-child {
  border-right: none;
}

/* フッターが隠れないように、ページ最下部に余白を追加 */
body::after {
  content: "";
  display: block;
  height: 60px; /* フッター固定ボタンの高さと同じ */
}

/* ======================= footer__cta ===*/
.footer__cta {
  padding-top: 0;
  padding-bottom: 0;
}

.is-style-RJE_R001CORP_induction:not(:root).smb-section-break-the-grid--right .smb-section-break-the-grid__figure {
  left: 55.2% !important;
}

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

.c-container {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* ======================= decoration ===*/
.dot {
  -webkit-text-emphasis: dot red;
          text-emphasis: dot red;
}

.blu {
  background-color: #1150ab;
  color: #fff;
  margin: 0 0.03em;
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7;
  border-radius: 100vh;
}

/* ===============================================
# size
=============================================== */
@media (max-width: 639px) {
  .smb-section__title {
    font-size: clamp(1.45rem, 1.099rem + 1.76vw, 1.8rem);
  }
} /*===============================================
 # opening
=============================================== */
.opening {
  height: 100vh;
  display: flex;
  position: relative;
  left: 0;
  top: calc(24vh - 2em);
  justify-content: center; /* 横中央揃え */
  background: #fff;
  text-align: left;
}
@media (max-width: 639px) {
  .opening {
    left: 0.5rem;
  }
}

.opening__text h1 {
  font-size: clamp(2em, 4vw, 3em);
  line-height: 1.6;
}
@media (max-width: 639px) {
  .opening__text h1 {
    font-size: clamp(1.3rem, 0.798rem + 2.51vw, 1.8rem);
  }
}

.line {
  display: block;
  opacity: 0;
}
@media (max-width: 639px) {
  .line {
    margin-top: 2rem;
    line-height: 1.2;
  }
}
.line:nth-child(1) {
  margin-left: -0.5em;
}
.line:nth-child(2) {
  margin-left: -0.5em;
}
.line:nth-child(4) {
  font-size: clamp(1.2em, 5.5vw, 1.5em);
}

.brand-name {
  letter-spacing: -0.1em;
}

.brand-name .char {
  display: inline-block;
  color: #333;
  font-size: 1.55em;
}

.delay-1 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-2 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay-3 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-4 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

/* ======================= ヘッダー ===*/
.l-header.is-opening,
.footer-fixed-buttons.is-opening {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ===============================================
# fv
=============================================== */
.fv__img-pc {
  margin-top: 0;
}

/* ===============================================
# pain
=============================================== */
.pain {
  color: #2c3e50 !important;
}
.pain .smb-section__title .deco {
  position: relative;
  padding: 0 0.7em;
  margin: 0 0.3em;
}
.pain .smb-section__title .deco::before, .pain .smb-section__title .deco::after {
  color: #4d9bc1;
  position: absolute;
  top: -0.2em;
}
.pain .smb-section__title .deco::before {
  content: "“";
  left: 0;
}
.pain .smb-section__title .deco::after {
  content: "”";
  right: 0;
}
@media (max-width: 639px) {
  .pain .pain__img01 {
    width: clamp(150px, 300px - 3vw, 300px) !important;
    height: auto;
  }
}
.pain p {
  font-size: 1.2rem;
}
@media (max-width: 639px) {
  .pain p {
    font-size: 1rem;
  }
}
.pain .pain__list {
  font-size: 1.2rem;
  padding: 0.5em 1em;
  margin: 2em 0;
  background: #fff;
  border: dashed 2px #595771;
  position: relative;
  display: inline-block;
  width: 80vw;
  min-width: 600px;
}
@media (max-width: 639px) {
  .pain .pain__list {
    font-size: 1rem;
    min-width: 300px;
  }
}
.pain .pain__list-img {
  position: absolute;
  bottom: 2.5rem;
  right: 0rem;
  width: clamp(80px, 12vw, 120px);
}
@media (max-width: 639px) {
  .pain .pain__list-img {
    display: none;
  }
} /* ===============================================
# readiness
=============================================== */
.readiness p {
  font-size: 1.2rem;
}
@media (max-width: 639px) {
  .readiness p {
    font-size: 1rem;
    word-break: keep-all;
  }
}
.readiness p .span-01 {
  -webkit-text-emphasis: dot #1150ab;
          text-emphasis: dot #1150ab;
}

/* ===============================================
# solution
=============================================== */
.solution p {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.solution .solution__text {
  margin-top: 0.3rem;
}
.solution .solution__text span {
  padding: 0.5rem 0;
  margin-bottom: 0.2rem;
  border-bottom: 6px double #b2d5de;
  color: #1150ab;
  font-weight: bold;
  font-size: 1.5rem;
}
@media (max-width: 639px) {
  .solution .solution__text span {
    padding-bottom: 0.2rem;
  }
} /* ===============================================
# reason
=============================================== */
.reason {
  /* ======================= bottom-title ===*/
}
.reason .reason__item {
  margin: 20px auto 20px 20px;
  /* ======================= reason04 ===*/
}
@media (max-width: 1023px) {
  .reason .reason__item {
    margin-left: auto;
  }
}
@media (max-width: 639px) {
  .reason .reason__item {
    margin-left: auto;
  }
}
@media (max-width: 639px) {
  .reason .reason__item .smb-items__item__body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.reason .reason__item .item__no {
  position: relative;
  left: -40px;
  background: #1150ab;
  background: linear-gradient(90deg, rgb(17, 80, 171) 0%, rgb(22, 170, 238) 100%);
  color: #fff;
  padding: 0.5em 1em;
  margin: 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.reason .reason__item .item__no span {
  font-size: 1.8rem;
}
.reason .reason__item .item__title {
  font-size: 1.5rem;
  color: #1150ab;
}
@media (max-width: 639px) {
  .reason .reason__item .item__title {
    font-size: clamp(1.35rem, 1.2rem + 0.75vw, 1.5rem);
    line-height: 1.5;
  }
}
@media (max-width: 639px) {
  .reason .reason__item .item04__wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.reason .reason__item .item04__wrapper .wp-block-heading {
  line-height: 1.5;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 639px) {
  .reason .reason__item .item04__wrapper .wp-block-heading {
    font-size: clamp(1.15rem, 0.949rem + 1vw, 1.35rem);
  }
}
.reason .reason__item .item04__wrapper p {
  margin-top: 1rem;
}
.reason .reason__item .item04__wrapper .wp-block-snow-monkey-blocks-list {
  margin-top: 1rem;
}
@media (max-width: 639px) {
  .reason .reason__item .item04__wrapper .item__text {
    line-height: 1.5;
  }
}
.reason .bottom__title {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}
@media (max-width: 639px) {
  .reason .bottom__title {
    word-break: keep-all;
    line-height: 1.5;
  }
}
.reason .bottom__title::before {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(24, 170, 237, 0.1);
  font-size: 90px;
  text-transform: uppercase;
  content: "CLOCALL";
  z-index: -1;
}
@media (max-width: 639px) {
  .reason .bottom__title::before {
    top: -45px;
    font-size: clamp(4rem, 0.991rem + 15.05vw, 7rem);
  }
} /* ===============================================
# voice
=============================================== */
.voice {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.voice .voice__item {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  box-sizing: border-box;
  z-index: 0;
  padding-bottom: 0;
}
.voice .voice__item .smb-section__background {
  background: #1150ab;
  background: linear-gradient(90deg, rgb(17, 80, 171) 0%, rgb(22, 170, 238) 100%);
}
@media (max-width: 639px) {
  .voice p {
    text-align: justify;
    line-height: 1.5;
  }
}
.voice .blu {
  text-align: center;
}

/* ===============================================
# pricing
=============================================== */
.pricing .pricing__card .smb-items__item__body {
  height: 17rem;
}
.pricing .wp-block-table thead {
  background: #1150ab !important;
  background: linear-gradient(90deg, rgb(17, 80, 171) 0%, rgb(22, 170, 238) 100%) !important;
}
.pricing .table__function th:nth-child(1) {
  width: 25%;
}
.pricing .table__function th:nth-child(2) {
  width: 25%;
}
.pricing .table__function th:nth-child(3) {
  width: 50%;
}
.pricing .pricing__hed {
  margin-top: 5rem;
}
.pricing .fa-diamond {
  margin-right: 0.3rem;
}

/* ===============================================
# advantage
=============================================== */
.advantage .advantage__text {
  margin-bottom: 3rem;
}
@media (max-width: 639px) {
  .advantage .bottom__text {
    font-size: clamp(1.1rem, 0.899rem + 1vw, 1.3rem) !important;
  }
}

.shapedividers_com-8444 {
  overflow: hidden;
  position: relative;
}

.shapedividers_com-8444::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw;
  background-size: 100% 31px;
  background-position: 50% 0%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.278 3.527" preserveAspectRatio="none"><path d="M0 1.064v.125a82.946 82.946 0 0035.278-.007v-.125A82.783 82.783 0 010 1.064M0 .45V.7A83.105 83.105 0 0035.278.693v-.25A82.777 82.777 0 010 .45M33.252 0a82.855 82.855 0 01-31.26 0H0v.092A83.44 83.44 0 0035.278.085V0zm-10.8 0h8.84A84.249 84.249 0 013.952 0h8.839zM0 1.557v.075a82.878 82.878 0 0035.278-.007V1.55A82.771 82.771 0 010 1.557" fill="%23f6f6f6"/></svg>');
}

@media (min-width: 2100px) {
  .shapedividers_com-8444::before {
    background-size: 100% calc(2vw + 31px);
  }
}
/* ===============================================
# comparison
=============================================== */
.comparison {
  background-color: #ffffff;
  background-image: radial-gradient(#59caff 0.5px, #ffffff 0.5px);
  background-size: 10px 10px;
  /* 上のセルだけに上の赤線 */
  /* 最初の行の2列目に上線 */
  /* 下のセルだけに下の赤線 */
  /* 2列目すべてのセルに左右の赤線 */
  /* 表の安定表示用 */
}
.comparison .bottom__title::first-letter {
  padding: 0.7rem;
  border-radius: 54% 46% 38% 62%/49% 70% 30% 52%;
  background-color: #2d1b11;
  background-image: linear-gradient(135deg, #16aaee 10%, #7367f0 100%);
  color: white;
  font-size: 36px;
}
.comparison .bottom__list {
  margin: 20px auto;
  padding: 20px;
  background: #f7f7f7;
  box-shadow: 0 0 0 10px #f7f7f7;
  border: 2px dashed #cfcfcf;
  width: 50vw;
  min-width: 500px;
  margin-left: 0 !important;
}
@media (max-width: 639px) {
  .comparison .bottom__list {
    width: 80vw;
    min-width: 285px;
  }
}
.comparison .kb-table-container tr:first-child td:nth-child(2),
.comparison .kb-table-container tr:first-child th:nth-child(2) {
  border-top: 3px solid red !important;
}
.comparison .kb-table-container tr:last-child td:nth-child(2) {
  border-bottom: 3px solid red !important;
}
.comparison .kb-table-container td:nth-child(2),
.comparison .kb-table-container th:nth-child(2) {
  border-left: 3px solid red !important;
  border-right: 3px solid red !important;
  box-sizing: border-box;
}
.comparison .kb-table-container table {
  border-collapse: separate;
  border-spacing: 0;
}

/* ===============================================
# process
=============================================== */
.process .process__item .smb-step__item__title {
  font-size: 1.3rem;
}
.process .pdf__container {
  margin-top: 5rem !important;
}
.process .pdf-download-btn {
  color: #fff;
  background-color: #eb838f;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  text-decoration: none;
}
.process .fa-angles-right {
  margin-left: 1rem;
}
.process .pdf-download-btn:hover {
  color: #fff;
  background: #f56500;
}

/* ===============================================
# message
=============================================== */
.message .message__container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.message .message__container .wp-block-heading {
  background: #1150ab;
  background: linear-gradient(90deg, rgb(17, 80, 171) 0%, rgb(22, 170, 238) 100%);
  padding-left: 1rem;
  padding-top: 0.5rem;
}

/* ===============================================
# faq
=============================================== */
.faq .smb-accordion__item__title {
  font-weight: bold;
}
@media (max-width: 639px) {
  .faq .smb-accordion__item__body {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
/*# sourceMappingURL=style.css.map */