@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.commonCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.commonIndent {
  margin-left: 1rem;
  text-indent: -1rem;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
    max-width: 100%;
    height: auto;
  }
}
.mt00 {
  margin-top: 0;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mb00 {
  margin-bottom: 0;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt00 {
  padding-top: 0;
}

.pt15 {
  padding-top: 15px;
}

.pt30 {
  padding-top: 30px;
}

.pt60 {
  padding-top: 60px;
}

.pb00 {
  padding-bottom: 0;
}

.pb15 {
  padding-bottom: 15px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb60 {
  padding-bottom: 60px;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

.is-sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .is-sp {
    display: block !important;
  }
}

.is-pc {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp_min520 {
  display: none;
}
@media screen and (min-width: 520px) {
  .is-sp_min520 {
    display: none;
  }
}
@media screen and (max-width: 519px) {
  .is-sp_min520 {
    display: block;
  }
}

br.is-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.is-sp {
    display: block;
  }
}
br.is-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  br.is-pc {
    display: none;
  }
}
br.max400 {
  display: none;
}
@media (max-width: 400px) {
  br.max400 {
    display: block;
  }
}

.cp2026shaken img {
  display: block;
  width: 100%;
  height: auto;
}

.cp2026shaken-inner {
  width: min(100%, 1240px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-inner {
    padding-inline: 10px;
  }
}

.cp2026shaken-inner-s {
  width: min(100%, 1120px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-inner-s {
    padding-inline: 10px;
  }
}

.cp2026shaken-inner-xs {
  width: min(100%, 1000px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-inner-xs {
    padding-inline: 10px;
  }
}

/* ===================================
   メインビジュアル
=================================== */
.cp2026shaken-kv_banner {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-kv_banner {
    margin-inline: -10px;
  }
}

.cp2026shaken-kv_banner-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #ffffff;
  background-color: #0e9352;
  border-radius: 6px 0 0 0;
  transition: 0.3s ease;
  position: relative;
  padding: 16px 26px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (any-hover: hover) {
  .cp2026shaken-kv_banner-link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-kv_banner-link {
    gap: 6px;
    font-size: 12px;
    letter-spacing: 0em;
    padding: 10px 14px;
  }
}
.cp2026shaken-kv_banner-link::after {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 1;
  background: url("../../img/campaign/shaken/cta-btn_arrow.svg") no-repeat center center/contain;
  rotate: 90deg;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-kv_banner-link::after {
    width: 11px;
  }
}

/* ==========================================================================
   お悩みセクション
   ========================================================================== */
.cp2026shaken-worries {
  position: relative;
  padding: 40px 40px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-worries {
    background: #efefef;
    padding-block: 0;
    padding-inline: 0px;
  }
}

.cp2026shaken-worries_inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  position: relative;
}

.cp2026shaken-worries_content {
  display: flex;
  justify-content: center;
  background: #efefef;
  border-radius: 20px;
  padding-top: 18px;
  padding-inline: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-worries_content {
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
    background: transparent;
    border-radius: 0;
    padding-inline: 20px;
    padding-bottom: 24px;
    margin-inline: auto;
  }
}

.cp2026shaken-worries_image {
  width: 142px;
  flex-shrink: 0;
  margin-top: auto;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-worries_image {
    width: 96px;
    position: absolute;
    bottom: 0;
    left: 14px;
    z-index: 1;
  }
}

.cp2026shaken-worries_image img {
  display: block;
  width: 100%;
  height: auto;
}

.cp2026shaken-worries_items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 42.5%;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-worries_items {
    width: 100%;
    gap: 10px;
  }
}
.cp2026shaken-worries_items.--left {
  padding-right: 22px;
  margin-top: 39px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-worries_items.--left {
    padding-right: 0px;
    margin-top: 0px;
  }
}
.cp2026shaken-worries_items.--left > *:first-child {
  margin-left: 22px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-worries_items.--left > *:first-child {
    margin-left: auto;
  }
}
.cp2026shaken-worries_items.--left > *:nth-child(2) {
  margin-right: 22px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-worries_items.--left > *:nth-child(2) {
    margin-right: 0;
    margin-left: auto;
    width: min(100%, 252px);
    padding-left: 26px;
  }
}
.cp2026shaken-worries_items.--right {
  padding-left: 24px;
  padding-bottom: 38px;
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-worries_items.--right {
    padding-left: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
  }
}
.cp2026shaken-worries_items.--right > *:first-child {
  margin-right: 22px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-worries_items.--right > *:first-child {
    margin-left: auto;
    margin-right: 0px;
    width: min(100%, 252px);
    padding-left: 26px;
  }
}
.cp2026shaken-worries_items.--right > *:first-child::before {
  top: 0;
  right: inherit;
  left: -4px;
  scale: -1 1;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-worries_items.--right > *:first-child::before {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
    scale: 1;
    rotate: 190deg;
  }
}
.cp2026shaken-worries_items.--right > *:nth-child(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-worries_items.--right > *:nth-child(2) {
    margin-left: auto;
    width: min(100%, 252px);
    padding-left: 26px;
  }
}
.cp2026shaken-worries_items.--right > *:nth-child(2)::before {
  top: 0;
  right: inherit;
  left: -4px;
  scale: -1 1;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-worries_items.--right > *:nth-child(2)::before {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
    scale: 1;
    rotate: 190deg;
  }
}

.cp2026shaken-worries_item {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #333;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 12px 28px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-worries_item {
    font-size: 14px;
    letter-spacing: 0.03em;
    padding: 15px;
  }
}
.cp2026shaken-worries_item .--big {
  font-weight: bold;
}
.cp2026shaken-worries_item::before {
  content: "";
  width: 13px;
  aspect-ratio: 1;
  background: url("../../img/campaign/shaken/cp2026shaken-worries_deco.webp") no-repeat center center/contain;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-worries_item::before {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
    rotate: 190deg;
  }
}

/* ==========================================================================
   解決セクション
   ========================================================================== */
.cp2026shaken-solution {
  padding: 60px 0px 40px;
  text-align: center;
  background-color: #FFFFFF;
}

.cp2026shaken-solution_inner {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.cp2026shaken-solution_lead {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-solution_lead {
    font-size: 22px;
  }
}

.cp2026shaken-solution_title {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333;
  margin-top: 20px;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-solution_title {
    font-size: 32px;
    line-height: 1.4;
    margin-top: 6px;
  }
}
.cp2026shaken-solution_title::before {
  content: "";
  width: 34px;
  aspect-ratio: 34/33;
  background: url("../../img/campaign/shaken/cp2026shaken-solution_title-star-2.svg") no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: -4px;
  translate: -100% 50%;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-solution_title::before {
    top: inherit;
    bottom: 6px;
    left: 54px;
  }
}
.cp2026shaken-solution_title .--samll {
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-solution_title .--samll {
    font-size: 22px;
  }
}
.cp2026shaken-solution_title .--green {
  color: #0e9352;
  position: relative;
}
.cp2026shaken-solution_title .--green::before {
  content: "";
  width: 34px;
  aspect-ratio: 34/33;
  background: url("../../img/campaign/shaken/cp2026shaken-solution_title-star-1.svg") no-repeat center center/contain;
  position: absolute;
  top: 2px;
  right: 10px;
  translate: 100% -100%;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-solution_title .--green::before {
    top: -40px;
    right: -110px;
  }
}

.cp2026shaken-solution_image {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-solution_image {
    margin-top: 30px;
  }
}

/* ==========================================================================
   Features Section
   ========================================================================== */
.cp2026shaken-features {
  background-color: #EFF7F2;
  padding-block: 190px 120px;
  margin-top: clamp(-230px, -23vw, 0px);
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-features {
    padding-block: 156px 60px;
    padding-inline: 10px;
    margin-top: -156px;
    overflow: hidden;
  }
}

.cp2026shaken-features_inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 15px 0;
}

.cp2026shaken-features_list {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-features_list {
    margin-top: 40px;
  }
}

/* Features CTA Box */
@media only screen and (max-width: 768px) {
  .cp2026shaken-flow_step-card-cta {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .cp2026shaken-features_cta {
    margin-top: 60px;
  }
}

/* ==========================================================================
   Courses Section
   ========================================================================== */
.cp2026shaken-courses {
  padding-block: 100px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-courses {
    padding-block: 80px 50px;
  }
}

.cp2026shaken-courses_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.cp2026shaken-courses_header-en {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #86c9a8;
}

.cp2026shaken-courses_header-title {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-courses_header-title {
    font-size: 26px;
    line-height: 1.4;
  }
}
.cp2026shaken-courses_header-title .--green {
  font-size: 42px;
  color: #0E9352;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-courses_header-title .--green {
    font-size: 36px;
  }
}
.cp2026shaken-courses_header-title .--big {
  font-size: 42px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-courses_header-title .--big {
    font-size: 36px;
  }
}

.cp2026shaken-courses_grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-courses_grid {
    flex-direction: column;
    gap: 52px;
    margin-top: 50px;
    margin-inline: -10px;
  }
}

.cp2026shaken-courses_item {
  background-color: #EFF7F2;
  border-top: 4px solid #0E9352;
  padding: 70px 60px 80px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-courses_item {
    padding: 56px 20px 60px;
  }
}

.cp2026shaken-courses_item-label {
  width: min(100%, 400px);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-courses_item-label {
    width: min(100%, 238px);
    translate: -50% calc(-50% + 4px);
  }
}
.cp2026shaken-courses_item-label img {
  display: block;
  width: 100%;
}

.cp2026shaken-courses_item-title {
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-courses_item-title {
    font-size: 30px;
  }
}
.cp2026shaken-courses_item-title .--green {
  color: #0E9352;
}

.cp2026shaken-courses_item-image {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-courses_item-image {
    margin-top: 40px;
  }
}

.cp2026shaken-courses_item-image img {
  width: 100%;
}

.cp2026shaken-courses_item-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-courses_item-features {
    gap: 14px;
    padding-left: 16px;
    margin-top: 20px;
  }
}

.cp2026shaken-courses_item-feature {
  display: flex;
  gap: 10px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #333;
}

.cp2026shaken-courses_item-feature-icon {
  width: 24px;
  aspect-ratio: 24/20;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-courses_item-feature-icon {
    margin-top: 0.2em;
  }
}
.cp2026shaken-courses_item-feature-icon img {
  display: block;
}

.cp2026shaken-courses_item-cta {
  display: flex;
  justify-content: center;
  width: min(100%, 420px);
  margin-top: 34px;
  margin-inline: auto;
}

.cp2026shaken-courses_accordion {
  max-width: 960px;
  margin-inline: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1400px) {
  .cp2026shaken-courses_accordion {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-courses_accordion {
    width: 100%;
  }
}

/* ====================
  アコーディオン
   ==================== */
.cp2026shaken-courses_details {
  border-top: 2px solid #0E9352;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-courses_details {
    margin-inline: -10px;
  }
}
.cp2026shaken-courses_details[open] .cp2026shaken-courses_icon::before, .cp2026shaken-courses_details[open] .cp2026shaken-courses_icon::after {
  background-color: #fff;
}
.cp2026shaken-courses_details[open] .cp2026shaken-courses_icon::before {
  rotate: 0deg;
}
.cp2026shaken-courses_details[open] .cp2026shaken-courses_answer {
  grid-template-rows: 1fr;
}

.cp2026shaken-courses_question {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  border-bottom: 1px solid #CCCCCC;
  padding: 14px;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
@media (max-width: 768px) {
  .cp2026shaken-courses_question {
    padding: 18px 16px;
  }
}

.cp2026shaken-courses_question-headline {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-courses_question-headline {
    font-size: 16px;
  }
}

.cp2026shaken-courses_icon {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #0e9352;
  border-radius: 100%;
  position: relative;
  /* アイコン共通 */
  /* アイコン（クローズ時） */
}
.cp2026shaken-courses_icon::before, .cp2026shaken-courses_icon::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
}
.cp2026shaken-courses_icon::before {
  rotate: -90deg;
  transition: 0.3s ease-out;
}

.cp2026shaken-courses_answer {
  display: grid;
  transition: grid-template-rows 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  grid-template-rows: 0fr;
  background-color: #FFFFFF;
}

.cp2026shaken-courses_answer > * {
  overflow: hidden;
}

.cp2026shaken-courses_answer-inner {
  /* padding: 20px 34px; */
  overflow: hidden;
}

.cp2026shaken-courses_answer-body {
  width: min(100%, 840px);
  padding: 16px 14px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-courses_answer-body {
    padding: 28px 18px;
  }
}

.cp2026shaken-courses_answer-list {
  display: grid;
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  gap: 6px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-courses_answer-list {
    grid-auto-flow: inherit;
  }
}

.cp2026shaken-courses_answer-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 24px;
  text-align: left;
  color: #333;
}
.cp2026shaken-courses_answer-item::before {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1;
  background: #0E9352;
  border-radius: 100%;
  margin-top: 2px;
}
.cp2026shaken-courses_answer-item:last-child::before {
  display: none;
}

.cp2026shaken-courses_asnwer-note {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 24px;
  text-align: left;
  color: #333;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-courses_asnwer-note {
    font-size: 16px;
  }
}

/* ==========================================================================
   Flow Section
   ========================================================================== */
.cp2026shaken-flow {
  padding-block: 100px 116px;
  background-color: #EFF7F2;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-flow {
    padding-block: 60px 60px;
  }
}

.cp2026shaken-flow_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.cp2026shaken-flow_header-en {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #86c9a8;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-flow_header-en {
    font-size: 13px;
  }
}

.cp2026shaken-flow_header-title {
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-flow_header-title {
    font-size: 36px;
  }
}
.cp2026shaken-flow_header-title .--green {
  font-size: 42px;
  color: #0E9352;
}
.cp2026shaken-flow_header-title .--big {
  font-size: 42px;
}

.cp2026shaken-flow_steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 64px 7px;
  margin-top: 84px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-flow_steps {
    gap: 10px;
    margin-top: 70px;
  }
}

.cp2026shaken-flow_step {
  display: flex;
  align-items: center;
  gap: 7px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-flow_step {
    flex-direction: column;
    gap: 30px;
  }
}
.cp2026shaken-flow_step + .cp2026shaken-flow_step::before {
  content: "";
  display: block;
  width: 14px;
  height: 28px;
  background: url("../../img/campaign/shaken/cp2026shaken-flow_arrow.svg") no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-flow_step + .cp2026shaken-flow_step::before {
    rotate: 90deg;
  }
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-flow_step:first-child .cp2026shaken-flow_step-card {
    display: block;
  }
}

.cp2026shaken-flow_step-card {
  width: 279px;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 45px 25px 28px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-flow_step-card {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 335px;
    padding: 22px 18px 20px;
  }
}

.cp2026shaken-flow_step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  aspect-ratio: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background-color: #0E9352;
  position: absolute;
  top: 0px;
  left: 20px;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-flow_step-num {
    width: 36px;
  }
}

@media only screen and (max-width: 768px) {
  .cp2026shaken-flow_step-card-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}

.cp2026shaken-flow_step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-inline: auto;
  flex-shrink: 0;
}
.cp2026shaken-flow_step-icon img {
  display: block;
  width: 100%;
}

.cp2026shaken-flow_step-body {
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-flow_step-body {
    margin-top: 0;
    flex: 1;
  }
}

.cp2026shaken-flow_step-title {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-flow_step-title {
    font-size: 18px;
    text-align: left;
  }
}

.cp2026shaken-flow_step-text {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 24px;
  text-align: left;
  color: #333;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-flow_step-text {
    font-size: 16px;
    margin-top: 10px;
  }
}

.cp2026shaken-flow_step-card-detail {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-flow_step-card-detail {
    display: block;
    background: #eff7f2;
    border-radius: 6px;
    padding: 12px 20px 16px;
    margin-top: 20px;
  }
}

.cp2026shaken-flow_step-card-detail-text {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 22.8px;
  text-align: center;
  color: #0e9352;
}

/* ==========================================================================
  問い合わせセクション
   ========================================================================== */
.cp2026shaken-cta {
  padding-block: 120px 80px;
}
@media only screen and (max-width: 768px) {
  .cp2026shaken-cta {
    padding-block: 80px 70px;
  }
}/*# sourceMappingURL=shaken.css.map */