@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  color: #333;
}

/* header */
.header__contact-btn a {
  background: #e91e63;
  color: #fff !important;
  border-radius: 30px;
  padding: 0px 50px !important;
  height: 50px !important;
  line-height: 50px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px,
    rgba(255, 255, 255, 0.25) 4px 4px 4px 0px inset,
    rgba(255, 255, 255, 0.25) 8px 8px 16px 0px inset;
  position: relative;
  transition: all 0.3s ease;
}

.header__contact-btn a:hover{
  opacity: 0.6;
}

.smf-button-control__control {
  border: none;
  background: #e91e63 !important;
  color: #fff !important;
  border-radius: 30px !important;
  padding: 5px 50px !important;
  font-weight: bold;
  letter-spacing: 2px;
  height: 50px !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px,
    rgba(255, 255, 255, 0.25) 4px 4px 4px 0px inset,
    rgba(255, 255, 255, 0.25) 8px 8px 16px 0px inset;
  position: relative;
  transition: all 0.3s ease;
}

.smf-button-control__control:hover{
  opacity: 0.6;
}

.smf-button-control__control::before {
  position: absolute;
  content: "";
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/名称未設定のデザイン-18.png?ver=1.0.1)
    no-repeat center center / contain;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.header__contact-btn a::after {
  position: absolute;
  content: "";
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/名称未設定のデザイン-21.png?ver=1.0.1)
    no-repeat center center / contain;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-45%);
  left: 15px;
}

.header__contact-btn a::before {
  position: absolute;
  content: "";
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/名称未設定のデザイン-18.png?ver=1.0.1)
    no-repeat center center / contain;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.menu-item a {
  font-family: "Montserrat", sans-serif;
}

.l-1row-header .p-global-nav .c-navbar__item {
  align-items: center;
}

.page-template .l-header,
.blog .l-header,
.archive .l-header {
  background: #fff;
}

.page-title {
  background-image: linear-gradient(
    143.3deg,
    rgba(216, 27, 96, 1) 33.1%,
    rgba(237, 107, 154, 1) 74.9%
  );
  color: #fff;
  font-size: 1.3em;
  margin-top: 60px;
}

.page-title .smb-section__title {
  padding-top: 30px;
  letter-spacing: 3px;
  color: #fff;
  position: relative;
}

.page-title .smb-section__title::before {
  display: none;
}

.page-title .smb-section__lede {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  letter-spacing: 2px;
}

/* main-visual */
.main-visual__title {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  overflow: hidden;
  top: -200px;
  left: 20px;
}

.main-visual__title span{
  transform: matrix(1, 0, 0, 1, 0, 100);
  animation: textAnime 1s 0.2s forwards cubic-bezier(0.22, 1, 0.36, 1);

}

.main-visual__service {
  max-width: 1000px;
  background: #e0e0e0;
  margin-top: -150px !important;
  margin-bottom: 60px !important;
  border-radius: 20px;
  padding: 20px 40px;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px,
    /* 外側の柔らかい影 */ rgba(255, 255, 255, 0.5) 4px 4px 4px 0px inset,
    /* 内側の白い光 */ rgba(0, 0, 0, 0.15) -4px -4px 8px 0px inset; /* 内側の暗い影 */
  animation: fadeIn 2s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.main-visual__service a {
  transition: all 0.3s ease;
}

.main-visual__service a:hover {
  opacity: 0.6;
  scale: 1.1;
}

/* btn */
.smb-btn.smb-btn--wider {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px;
  border: 2px solid #ff4081;
  transition: all 0.3s ease;
  padding-right: 100px;
  position: relative;
}

.smb-btn.smb-btn--wider::after {
  position: absolute;
  content: "";
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/名称未設定のデザイン-22.png?ver=1.0.1)
    no-repeat center center / contain;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all 0.3s ease;
}

.smb-btn.smb-btn--wider:hover {
  background: #fff;
  filter: none;
  color: #ff4081;
}

.smb-btn.smb-btn--wider:hover::after {
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/名称未設定のデザイン-23.png?ver=1.0.1)
    no-repeat center center / contain;
}

.smb-btn.smb-btn--wider .smb-btn__label {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
}

/* about */
.about_txt {
  line-height: 2.2 !important;
  letter-spacing: 2px;
  font-size: 1.05em;
}

/* solution */
.solution__contents {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw !important;
  max-width: 100vw;
  background: #8bc34a;
  color: #fff;
  top: -20px;
  z-index: -1;
}

.solution__contents strong {
  display: block;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 20px;
}

.solution__container {
  position: relative;
  margin-top: -10px !important;
}

.solution__bg {
  position: relative;
  padding-bottom: 140px;
}

.solution__bg::after {
  position: absolute;
  content: "";
  background: #f5f5f5;
  width: 100vw;
  height: 70%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

/* section-title */
.smb-section__title {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  font-size: 3em;
  color: #e91e63;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.smb-section__title span {
  transform: matrix(1, 0, 0, 1, 0, 100);
}

.smb-section__title span.inview {
  animation: textAnime 1s 0.2s forwards cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes textAnime {
  to {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

.smb-section__title::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: -30px;
  top: 35px;
  background: #e91e63;
}

.smb-section__lede {
  font-weight: bold;
  letter-spacing: 2px;
  color: #e91e63;
  display: inline-block;
  overflow: hidden;
}

.smb-section__lede span {
  transform: matrix(1, 0, 0, 1, 0, 100);
}

.smb-section__lede span.inview {
  animation: subAnime 1s 0.2s forwards cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes subAnime {
  to {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

/* cta */
.cta-area {
  background-image: linear-gradient(
    143.3deg,
    rgba(216, 27, 96, 1) 33.1%,
    rgba(237, 107, 154, 1) 74.9%
  );
  padding: 100px 60px;
  overflow: hidden;
}

.cta-area__box {
  background: #fff;
  max-width: 1200px;
  margin-inline: auto;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgb(0, 0, 0, 0.2) 8px 8px 16px 0px, rgb(0, 0, 0, 0.2) -8px -8px 16px 0px;
  display: flex;
  gap: 30px;
  padding: 60px;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: center;
  opacity: 0;
}

.cta-area__box.inview {
  animation: fadeIn 2s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.cta-area__img {
  width: 40%;
}

.cta-area__img img {
  display: block;
  margin-inline: auto;
  width: 100%;
}

.cta-area__title {
  font-family: "Montserrat", sans-serif;
  font-size: 3em;
  line-height: 1;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 3px;
  color: #e91e63;
}

.cta-area__sub-title {
  margin-top: 8px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1;
  color: #e91e63;
}

.cta-area__txt {
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 32px;
}

.cta-area__btn {
  max-width: 400px;
  margin-top: 20px;
}

.cta-area__btn-balloon {
  border: 3px solid #e91e63;
  display: block;
  font-size: 0.8em;
  position: relative;
  z-index: 2;
  padding: 8px 20px 9px;
  width: max-content;
  margin: 0 auto -13px;
  background-color: #fff;
  border-radius: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.cta-area__btn-balloon span {
  color: #e91e63;
}

.cta-area__btn-balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 0;
  border-color: #fff transparent transparent transparent;
}

.cta-area__btn a {
  font-family: "Montserrat", sans-serif;
  position: relative;
  background: #e91e63;
  text-decoration: none;
  display: block;
  padding: 26px 30px;
  border-radius: 60px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px,
    rgba(255, 255, 255, 0.25) 4px 4px 4px 0px inset,
    rgba(255, 255, 255, 0.25) 8px 8px 16px 0px inset;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.15em;
  transition: all 0.3s ease;
}

.cta-area__btn a::after {
  position: absolute;
  content: "";
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/名称未設定のデザイン-21.png?ver=1.0.1)
    no-repeat center center / contain;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}

.cta-area__btn a::before {
  position: absolute;
  content: "";
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/名称未設定のデザイン-18.png?ver=1.0.1)
    no-repeat center center / contain;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}

.cta-area__btn a:hover{
  opacity: 0.6;
}

/* footer */
.l-footer.l-footer--footer-1 {
  background: #f5f5f5;
}

.l-footer--footer-1 .l-footer__footer {
  background: #f5f5f5;
}

.footer__link p {
  margin-top: 5px !important;
}

.c-copyright {
  text-align: center;
}

/* patio */
.page__visual-title {
  letter-spacing: 2px;
  font-size: 1.3em;
  font-weight: bold;
  width: fit-content;
  margin-left: 0 !important;
  background: #e91e63;
  color: #fff;
  padding: 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px,
    rgba(255, 255, 255, 0.25) 4px 4px 4px 0px inset,
    rgba(255, 255, 255, 0.25) 8px 8px 16px 0px inset;
}

.page__visual-title + .page__visual-title {
  margin-top: 8px !important;
}

.page__visual-txt {
  font-weight: bold;
  color: #689f38;
  padding-left: 20px;
  position: relative;
}

.page__visual-txt::after {
  position: absolute;
  width: 3px;
  height: 100%;
  content: "";
  background: #689f38;
  left: 0;
  top: 0;
}

/* what */
.patio__what,
.app__what,
.quick__what,
.guarantee__what {
  position: relative;
}

.patio__what::after,
.app__what::after,
.quick__what::after,
.guarantee__what::after {
  position: absolute;
  content: "";
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/patio_HOME.png?ver=1.0.1)
    no-repeat center center/ contain;
  width: 900px;
  max-width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0.2;
  z-index: -1;
}

.app__what::after {
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/1316059767.png?ver=1.0.1)
    no-repeat center center / contain;
}

.quick__what::after {
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/QuickSight_HOME.png?ver=1.0.1)
    no-repeat center center/ contain;
}

.guarantee__what::after {
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/1316059767.png?ver=1.0.1)
    no-repeat center center / contain;
}

.panel__title {
  position: relative;
  height: 95px;
  display: grid;
  place-content: center;
  padding-block: 10px;
  z-index: 2;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 1.3em;
}

.panel__title::after {
  position: absolute;
  content: "";
  background: #c8e6c9;
  width: calc(100% + 57px);
  height: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: -1;
}

.feature__panel .smb-panels__item.smb-panels__item--block-link {
  border-radius: 30px;
  padding-top: 40px;
  border: 2px solid #8bc34a;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgb(0, 0, 0, 0.2) 8px 8px 16px 0px, rgb(0, 0, 0, 0.2) -8px -8px 16px 0px;
}

.feature__num {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 0;
  top: 5px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white;
  background: #e91e63;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.feature__num::before {
  position: absolute;
  content: "";
  top: 0;
  left: -7px;
  border: none;
  height: 48px;
  width: 7px;
  background: #e91e63;
  border-radius: 5px 0 0 5px;
}

.feature__num::after {
  position: absolute;
  content: "";
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #8c1239;
  border-radius: 5px 0 0 5px;
}

.why__box {
  max-width: 800px;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 6px 10px rgba(233, 30, 99, 0.3),
    0 2px 4px rgba(233, 30, 99, 0.2);
}

.why__box-left {
  background: #ffc1d4;
  display: grid;
  place-content: center;
  border-radius: 20px 0 0 20px;
  border: 2px solid #e91e63;
  border-right: none;
  position: relative;
}

.why__box-num {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 2em;
  background: #e91e63;
  color: #fff;
  display: grid;
  place-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  top: -30px;
  left: 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px,
    rgba(255, 255, 255, 0.25) 4px 4px 4px 0px inset,
    rgba(255, 255, 255, 0.25) 8px 8px 16px 0px inset;
}

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

.why__box-right {
  border: 2px solid #e91e63;
  border-left: none;
  border-radius: 0 20px 20px 0;
  padding: 30px 20px;
}

.why__box-left-txt {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 0 !important;
  letter-spacing: 2px;
}

/* case */
.section-case {
  background: linear-gradient(to bottom, #e8f5e9, #fff);
}

/* merit */
.section-merit {
  background: linear-gradient(to bottom, #e8f5e9, #fff);
}

.merit__title {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 2px;
  color: #689f38;
  display: inline-block;
  line-height: 1.3;
  border-bottom: 2px solid #689f38;
}

.merit__sub {
  margin-top: 5px !important;
}

.merit__box .smb-panels__item.smb-panels__item--block-link {
  position: relative;
  border-radius: 30px;
  border: 2px solid #8bc34a;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgb(0, 0, 0, 0.2) 8px 8px 16px 0px, rgb(0, 0, 0, 0.2) -8px -8px 16px 0px;
}

.merit__box
  .smb-panels__item__body.is-layout-constrained.wp-block-panels-item-block-link-is-layout-constrained {
  position: relative;
  z-index: 2;
}

.merit__box
  .smb-panels__item__body.is-layout-constrained.wp-block-panels-item-block-link-is-layout-constrained::before {
  position: absolute;
  content: "";
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/01.png?ver=1.0.1)
    no-repeat center center/ contain;
  width: 114px;
  height: 114px;
  top: 29px;
  left: 0;
  z-index: 5;
}

.merit__box:nth-child(2)
  .smb-panels__item__body.is-layout-constrained.wp-block-panels-item-block-link-is-layout-constrained::before {
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/02.png?ver=1.0.1)
    no-repeat center center / contain;
}

.merit__box:nth-child(3)
  .smb-panels__item__body.is-layout-constrained.wp-block-panels-item-block-link-is-layout-constrained::before {
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/03.png?ver=1.0.1)
    no-repeat center center / contain;
}

.merit__box:nth-child(4)
  .smb-panels__item__body.is-layout-constrained.wp-block-panels-item-block-link-is-layout-constrained::before {
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/04.png?ver=1.0.1)
    no-repeat center center / contain;
}

.merit__box-ttl {
  position: relative;
  display: grid;
  height: 114px;
  place-content: center;
  z-index: 2;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 1.3em;
  padding-block: 20px;
}

.merit__box-ttl::after {
  position: absolute;
  content: "";
  background: #c8e6c9;
  width: calc(100% + 600px);
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.merit__box .smb-panels__item.smb-panels__item--block-link {
  overflow: hidden;
}

/* function */
.function__panel,
.merit__box,
.feature__panel {
  max-width: 420px;
  margin-inline: auto;
}

.merit__box.app__box {
  max-width: 500px;
}

.function__panel .smb-panels__item.smb-panels__item--block-link {
  position: relative;
  padding-top: 30px;
  border-radius: 30px;
  border: 2px solid #333;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgb(0, 0, 0, 0.2) 8px 8px 16px 0px, rgb(0, 0, 0, 0.2) -8px -8px 16px 0px;
}

.function__panel .smb-panels__item.smb-panels__item--block-link::before {
  position: absolute;
  content: "";
  background: radial-gradient(
    circle at center,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f5f5f5;
  border: 2px solid #333;
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.3),
    inset 0 -2px 4px rgba(255, 255, 255, 0.3);
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.function__num {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 2em;
  background: #e91e63;
  color: #fff;
  display: grid;
  place-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  top: -15px;
  left: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px,
    rgba(255, 255, 255, 0.25) 4px 4px 4px 0px inset,
    rgba(255, 255, 255, 0.25) 8px 8px 16px 0px inset;
}

.function__panel
  .smb-panels__item__body.is-layout-constrained.wp-block-panels-item-block-link-is-layout-constrained {
}

.function__title {
  height: 100px;
  display: grid;
  place-content: center;
}

.function__col2 {
  max-width: 830px;
}

/* qa  */
.smb-accordion__item__title {
  position: relative;
  font-weight: bold;
  font-size: 1.2em;
  color: #689f38;
  background: none;
  border-bottom: 2px solid #689f38;
  padding-left: 100px;
}

.smb-accordion__item__title::after {
  position: absolute;
  content: "Q";
  background: #689f38;
  color: #fff;
  width: 50px;
  height: 50px;
  top: 50%;
  font-family: "Montserrat", sans-serif;
  display: grid;
  place-content: center;
  transform: translateY(-50%);
  left: 30px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px,
    rgba(255, 255, 255, 0.25) 4px 4px 4px 0px inset,
    rgba(255, 255, 255, 0.25) 8px 8px 16px 0px inset;
}

/* step */
.step__box {
  max-width: 1000px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgb(0, 0, 0, 0.2) 8px 8px 16px 0px, rgb(0, 0, 0, 0.2) -8px -8px 16px 0px;
}

.step__arrow {
  position: relative;
}

.step__arrow::after {
  position: absolute;
  content: "";
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/arrow.png?ver=1.0.1)
    no-repeat center center / contain;
  width: 50px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
}

.step__num {
  color: #e91e63;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.step__title {
  font-size: 2em;
  letter-spacing: 2px;
  font-weight: bold;
  margin-top: 16px !important;
}

/* offer */
.offer__panel .c-row--margin {
  gap: 60px 0px !important;
}

.offer__panel .smb-panels__item.smb-panels__item--block-link {
  position: relative;
  border-radius: 20px;
  padding-top: 20px;
  margin-inline: auto;
  max-width: 500px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgb(0, 0, 0, 0.2) 8px 8px 16px 0px, rgb(0, 0, 0, 0.2) -8px -8px 16px 0px;
}

.offer__panel-box .smb-panels__item.smb-panels__item--block-link::after {
  position: absolute;
  content: "";
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/Offer.png?ver=1.0.1)
    no-repeat center center / contain;
  width: 60px;
  height: 60px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.offer__panel-box:nth-child(2)
  .smb-panels__item.smb-panels__item--block-link::after {
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/Offer-1.png?ver=1.0.1)
    no-repeat center center / contain;
}

.offer__panel-box:nth-child(3)
  .smb-panels__item.smb-panels__item--block-link::after {
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/Offer-2.png?ver=1.0.1)
    no-repeat center center / contain;
}

.offer__panel-box:nth-child(4)
  .smb-panels__item.smb-panels__item--block-link::after {
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/Offer-3.png?ver=1.0.1)
    no-repeat center center / contain;
}

.offer-txt {
  height: 75px;
  place-content: center;
  display: grid;
}

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

/* media__txt */
.media__txt {
  background: #f5f5f5;
}

.media__txt .smb-section__contents-wrapper {
  margin-left: 0 !important;
}

/* company */
.smb-information .smb-information__item__label {
  border-left: none;
}

.smb-information .smb-information__item__body,
.smb-information .smb-information__item__label {
  border-right: none;
}

.smb-information:not([data-sm-split-column="true"])
  .smb-information__item__body {
  border-left: none;
}

/* appsheet */
.appsheet__panel {
  max-width: 1000px;
}

/* offer */
.offer__panel {
}

/* form */
.form__privacy .smf-placeholder {
  margin-top: 0 !important;
  text-align: center;
}

/* news */
.single-post .l-contents__container.c-fluid-container,
.archive .l-contents__container.c-fluid-container {
  margin-top: 100px;
}

.blog .l-contents,
.archive .l-contents {
  margin-top: 60px;
}

.blog .c-entry__header,
.archive .c-entry__header {
  font-family: "Montserrat", sans-serif;
  background-image: linear-gradient(
    143.3deg,
    rgba(216, 27, 96, 1) 33.1%,
    rgba(237, 107, 154, 1) 74.9%
  );
  color: #fff;
  padding-block: 50px 100px;
  padding-inline: 20px;
}

.archive .c-entry__header {
  padding-block: 70px;
}

.blog .c-entry__body,
.archive .c-entry__body {
  max-width: 800px;
  margin-inline: auto;
  margin-block: 100px;
}

.post-type-archive-case .c-entry__body,
.tax-service .c-entry__body {
  max-width: 1200px;
}

.single-case .l-contents {
  margin-top: 100px;
}

.blog .c-entry__title,
.archive .c-entry__title {
  position: relative;
  max-width: 1280px;
  margin-inline: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 3.5em;
  letter-spacing: 3px;
}

.archive .c-entry__title {
  font-size: 3em;
}

.blog .c-entry__title::after {
  position: absolute;
  content: "お知らせ";
  font-size: 14px;
  left: 0;
  bottom: -40px;
  letter-spacing: 2px;
}

.case {
  margin-top: 40px;
}

.case__box {
  border-radius: 10px;
  border: 1px solid #e91e63;
  max-width: 1080px;
  margin-inline: auto;
  position: relative;
}

.case__box::before {
  position: absolute;
  content: "information";
  top: 35px;
  left: 0;
  font-size: 10px;
  font-weight: bold;
  writing-mode: vertical-rl;
  border-left: 2px solid #e91e63;
}

.case__box-inner {
  display: flex;
  padding: 50px 40px;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

.case__box-logo {
  width: 35%;
  flex-shrink: 0;
}

.case__box-logo img {
  display: block;
  width: 100%;
}

.case__box-info {
  width: 65%;
  flex-grow: 1;
}

.case__box-company {
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 2px;
}

.case__box-url {
  color: #e91e63;
  text-decoration: underline;
}

.case__box-body {
  margin-top: 40px;
}

.case__data-items {
  display: flex;
  gap: 20px;
  align-items: center;
}

.case__data-items + .case__data-items {
  margin-top: 10px;
}

.case__data-tag {
  width: 120px;
  flex-shrink: 0;
  background: #e91e63;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  border-radius: 5px;
  letter-spacing: 2px;
}

/* case top */
.case-card {
  /* max-width: 390px; */
  border-radius: 10px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}

.case-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.case-card__inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.case-card__img {
  border-radius: 10px;
  max-width: 100%;
  margin-bottom: 20px;
}

.case-card__img img {
  aspect-ratio: 5 / 3;
  width: 100%; /* 必要に応じて調整 */
  height: auto; /* 比率を保つために指定 */
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.case-card__cate {
  display: inline-block;
  margin-bottom: 8px;
  background: #e91e63;
  border-radius: 30px;
  color: #fff;
  width: fit-content;
  font-weight: bold;
  padding: 2px 15px;
  font-size: 0.88em;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px,
    rgba(255, 255, 255, 0.25) 4px 4px 4px 0px inset,
    rgba(255, 255, 255, 0.25) 8px 8px 16px 0px inset;
}

.case-card__title {
  font-weight: bold;
  font-size: 1.1em;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.case-card__dd {
  padding-top: 20px;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  position: relative;
}

.case-card__company {
  font-size: 0.9em;
  font-weight: bold;
}

.case-card__data {
  margin-top: 10px;
  font-size: 0.8em;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.case-card__data-items {
  display: flex;
  gap: 10px;
  align-items: center;
}

.case-card__data-tag {
  background: #e91e63;
  color: #fff;
  width: 80px;
  font-weight: bold;
  flex-shrink: 0;
  text-align: center;
  padding-block: 3px;
  transition: all 0.3s ease;
}

/* .case-card__industry {
  position: relative;
}

.case-card__industry::after {
  position: absolute;
  content: "";
  background: #ccc;
  width: 1px;
  height: 80%;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
} */

.case__slider-inner {
  /* padding-left: max(30px, 50% - 550px); */
  /* overflow: hidden; */
}

.card03 .swiper-button-prev,
.card03 .swiper-button-next {
  display: grid;
  place-content: center;
  width: 4.4rem;
  height: 4.4rem;
  cursor: pointer;
}

.card03 .swiper-button-prev::before,
.card03 .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background: #e91e63;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.card03 .swiper-button-prev::after,
.card03 .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid #fff;
  border-width: 4px 4px 0 0;
}

.card03 .swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.card03 .swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card03 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.card03 .swiper-controller {
  /* display: -webkit-box;
    display: -ms-flexbox; */
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 1rem;
  max-width: 1100px;
  margin-inline: auto;
  padding-bottom: 10px;
}

.card03 .swiper-pagination {
  /* display: -webkit-box;
    display: -ms-flexbox; */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto 0 0;
  text-align: center;
}

.card03 .swiper-pagination-bullet {
  width: 1.6rem;
  height: 5px;
  cursor: pointer;
  transition: all 0.3s ease !important;
  vertical-align: top;
  background-color: #333 !important;
}

.card03 .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: #e91e63 !important;
}

.swiper-pagination-bullet {
  border-radius: 0;
}

/* card03 */
.card03 {
  margin-top: 24px;
  /* overflow: hidden; */
}
.card03 .swiper {
  overflow: visible;
}

.card03 .swiper-button-prev,
.card03 .swiper-button-next {
  position: relative;
  flex-shrink: 0;
  margin: 0;
}
.card03 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.card03 .swiper-button-disabled::before {
}
.card03 .swiper-slide {
  width: max-content;
  height: auto;
}
.card03 .slide {
  overflow: hidden;
  display: flex;
  height: 100%;
  width: 26rem;
}
.card03 .swiper-slide p {
  font-weight: bold;
  margin-block: 0px;
}

.card03 a {
  text-decoration: none;
  transition: all 0.4s ease;
  color: #333;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgb(0, 0, 0, 0.2) 8px 8px 16px 0px, rgb(0, 0, 0, 0.2) -8px -8px 16px 0px;
}

.card03 a:hover {
  color: #fff;
  background: #e91e63;
}

.card03 a:hover .case-card__data-tag {
  background: #fff;
  color: #e91e63;
}

.case-card-archive .case-card {
  text-decoration: none;
  transition: all 0.4s ease;
  color: #333;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgb(0, 0, 0, 0.2) 8px 8px 16px 0px, rgb(0, 0, 0, 0.2) -8px -8px 16px 0px;
}

.case-card-archive .case-card:hover {
  color: #fff;
  background: #e91e63;
}

.case-card-archive .case-card:hover .case-card__data-tag {
  background: #fff;
  color: #e91e63;
}

.post-type-archive-case .c-entries__item {
  display: flex;
  flex-direction: column;
}

.post-type-archive-case .c-entries__item > a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.post-type-archive-case .case-card {
  flex-grow: 1;
}

.c-entry__sub-title {
  max-width: 1280px;
  margin-inline: auto;
  font-weight: bold;
}

.case-single__btn {
  justify-content: center !important;
}

/* nav */
.genre-nav {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgb(0, 0, 0, 0.2) 8px 8px 16px 0px, rgb(0, 0, 0, 0.2) -8px -8px 16px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  background: #fff;
  max-width: 1100px;
  margin-inline: auto;
  padding: 20px 10px;
  border-radius: 50px;
  margin-top: 40px;
}

.genre-nav-link a {
  text-decoration: none;
  color: #e91e63;
  font-weight: bold;
  position: relative;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 1.2em;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
}

.genre-nav-link a::after {
  position: absolute;
  content: "";
  background: #ccc;
  width: 1px;
  height: 25px;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.genre-nav-link:last-child a::after {
  display: none;
}

.genre-nav-link .is-active {
  background: #e91e63;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px,
    rgba(255, 255, 255, 0.25) 4px 4px 4px 0px inset,
    rgba(255, 255, 255, 0.25) 8px 8px 16px 0px inset;
}

.c-meta__item.c-meta__item--author {
  display: none;
}

.c-prev-next-nav__item > a {
  background-color: #e91e63;
}

.c-prev-next-nav__item-figure {
  background-color: #e91e63;
}

/* loop text */

.loop_wrap {
  display: flex;
  width: 100%;
  margin-top: -100px;
}

.loop_wrap div {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: clamp(4rem, 15vw, 8rem);
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-bottom: 40px;
  letter-spacing: 0.03rem;
  overflow: hidden;
  color: #fff;
  text-shadow: 1px 1px 0 #e91e63, -1px -1px 0 #e91e63, -1px 1px 0 #e91e63,
    1px -1px 0 #e91e63, 0px 1px 0 #e91e63, 0-1px 0 #e91e63, -1px 0 0 #e91e63,
    1px 0 0 #e91e63;
}
.loop_wrap div:nth-child(odd) {
  animation: loop 80s -40s linear infinite;
  z-index: -1;
}

.loop_wrap div:nth-child(even) {
  animation: loop2 80s linear infinite;
  z-index: -1;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.l-footer-widget-area__item a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

.l-footer-widget-area__item a:hover {
  color: #e91e63;
}

.smb-media-text__contents-wrapper {
  padding-block: 70px !important;
}

.c-drawer__menu {
  width: fit-content;
  margin-inline: auto;
  font-weight: bold;
}

/* flow */

.wp-block-snow-monkey-blocks-box.smb-box.flow-box {
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%, 0 40%);
  background: #ffc1d4;
  z-index: 2;
}

.wp-block-snow-monkey-blocks-box.smb-box.flow-box .wp-block-image {
  width: 80%;
}

.flow-container {
  position: relative;
  max-width: 350px;
  margin-inline: auto;
}

.flow-container:not(:last-child)::after {
  position: absolute;
  content: "";
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/flow-5.png?ver=1.0.1)
    no-repeat center center / contain;
  width: 20px;
  height: 20px;
  top: 100px;
  right: -10px;
}

.flow-col4 .flow-container:not(:last-child)::after {
  top: 120px;
  right: -10px;
  width: 22px;
  height: 22px;
}

.flow-container::before {
  position: absolute;
  content: "";
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/flow-6.png?ver=1.0.1)
    no-repeat center center/contain;
  width: 37px;
  height: 37px;
  top: 0px;
  left: 15px;
}

.flow-container:nth-child(2)::before {
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/flow-7.png?ver=1.0.1)
    no-repeat center center/contain;
}
.flow-container:nth-child(3)::before {
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/flow-8.png?ver=1.0.1)
    no-repeat center center/contain;
}
.flow-container:nth-child(4)::before {
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/flow-9.png?ver=1.0.1)
    no-repeat center center/contain;
}
.flow-container:nth-child(5)::before {
  background: url(https://www.cloudworx.co.jp/wp/wp-content/uploads/2024/12/flow-10.png?ver=1.0.1)
    no-repeat center center/contain;
}

.flow__title {
  font-size: 1.2em;
  color: #e91e63;
  font-weight: bold;
  border-bottom: 1px solid;
}

.error404 .u-slim-width{
	margin-top: 100px !important;
}

@media only screen and (max-width: 1150px) {
  .p-global-nav .c-navbar__item > a {
    font-size: 11px !important;
  }

  .page__visual-title {
    font-size: 1em;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }

  .smb-section__title::before {
    display: none;
  }

  .cta-area {
    padding: 60px 15px;
  }

  .cta-area__box {
    padding: 30px 15px;
    flex-direction: column-reverse;
  }

  .cta-area__btn a {
    padding: 15px 20px;
  }

  .smb-section__title {
    font-size: 2.3em;
  }

  .smb-section__lede-wrapper {
    margin-top: 0 !important;
  }

  .smb-section__lede {
    font-size: 1em;
  }

  .page-title .smb-section__title {
    font-size: 2em;
  }

  .solution__contents strong {
    padding-inline: 20px;
  }

  .merit__title {
    font-size: 1.3em;
  }

  .smb-accordion__item__title {
    padding-left: 40px;
    font-size: 1.1em;
  }

  .smb-accordion__item__title::after {
    width: 30px;
    height: 30px;
    left: 0;
  }

  .page__visual-title {
    font-size: 1em;
  }

  .page__visual-txt {
    font-size: 0.9em;
  }

  .c-entries {
    flex-direction: column;
    --entries--item-width: 100%;
    padding: 0 15px;
  }

  .genre-nav {
    margin-inline: 15px;
    gap: 10px;
    border-radius: 30px;
  }

  .genre-nav-link a {
    padding: 5px 30px;
  }

  .genre-nav-link a::after {
    display: none;
  }

  .blog .c-entry__body,
  .archive .c-entry__body {
    margin-block: 50px;
  }

  .main-visual__service {
    border-radius: 10px;
    margin-top: -220px !important;
    max-width: 600px;
  }

  .single .c-entry__title {
    font-size: 1.6em;
  }

  .case {
    margin-top: 20px;
  }

  .case__box-inner {
    flex-direction: column;
  }

  .case__box-logo {
    width: 100%;
  }

  .case__box-info {
    width: fit-content;
  }

  .solution__contents {
    top: -30px;
  }

  .solution__bg {
    padding-bottom: 70px;
  }

  .solution__bg::after {
    height: 77%;
  }

  .has-text-align-right.solution__contents {
    text-align: left;
  }

  .flex-reverse {
    flex-direction: column-reverse;
  }

  .card03 .slide {
    width: 100%;
  }

  .card03 .swiper-button-prev,
  .card03 .swiper-button-next {
    width: 3rem;
    height: 3rem;
  }

  .card03 .swiper-pagination {
    gap: 0;
  }

  .card03 .swiper-controller {
    gap: 2rem;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 40px;
  }

  .card03 .swiper-pagination-bullet-active {
    width: 3rem;
  }

  .card03 .swiper-pagination-bullet {
    width: 1rem;
  }

  .function__panel {
    max-width: 400px;
    margin-inline: auto;
  }

  .cta-area__box {
    align-items: center;
  }

  .cta-area__img {
    width: 70%;
  }

  .panel-head {
    gap: 15px !important;
  }

  .panel-head__icon {
    flex-basis: 30% !important;
  }

  .smb-media-text__contents-wrapper {
    padding-block: 0px !important;
  }

  .why__box {
    flex-direction: column;
    gap: 0 !important;
  }

  .why__box-left {
    border: none;
    padding-block: 20px;
    border-radius: 20px 20px 0 0;
  }

  .why__box-right {
    border: none;
  }

  .flow-items .c-row.c-row--margin {
    gap: 60px 0;
  }

  .flow-container:not(:last-child)::after {
    top: 110%;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .flow-col4 .flow-container:not(:last-child)::after {
    top: 110%;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .flow-items .c-row.c-row--margin{
    flex-direction: column;
  }
}
