@charset "UTF-8";
/* font family */
/* 見出し */
/* ボタン */
/* 文字の垂直方向のセンタリング */
/* position指定要素のtopの位置取り */
/* 疑似要素追加(画像無し) */
/* 疑似要素追加(画像あり) */
/* ボーダーセット */
/* フォント設定 */
/* メディアクエリ */
/* お客様インタビュー動画 */
/* font family */
/* 見出し */
/* ボタン */
/* 文字の垂直方向のセンタリング */
/* position指定要素のtopの位置取り */
/* 疑似要素追加(画像無し) */
/* 疑似要素追加(画像あり) */
/* ボーダーセット */
/* フォント設定 */
/* メディアクエリ */
/* 基本カラー */
#ai-plus {
  padding-top: 74px;
  /* CTA */
  /* ご利用の流れ */
  /* よくあるご質問 */
  /* 関連サービス */
}
@media screen and (max-width: 768px) {
  #ai-plus {
    padding-top: 60px;
  }
}
#ai-plus * {
  line-height: 1.25em;
}
#ai-plus .spview {
  display: none;
}
@media screen and (max-width: 768px) {
  #ai-plus .spview {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #ai-plus .pcview {
    display: none !important;
  }
}
#ai-plus .ai-plus-mv__button {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
  background-color: #fff;
  display: block;
  border-radius: 100vh;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  width: min(100%, 450px);
  height: 66px;
  min-height: 66px;
  position: relative;
  line-height: 1;
  padding: 6px 0 0 1em;
  border: 1px solid #fff;
  overflow: unset !important;
}
#ai-plus .ai-plus-mv__button:hover {
  transform: scale(1.02);
  transition-duration: 0ms, 0ms;
}
@media screen and (max-width: 768px) {
  #ai-plus .ai-plus-mv__button {
    font-size: 20px;
    width: min(100%, 300px);
    height: 50px;
    min-height: auto;
    margin: 0 auto;
    padding-top: 2px;
  }
}
#ai-plus .ai-plus-mv__button img {
  width: 65px;
  position: absolute;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  transform: rotate(-10deg);
  left: 30px;
  top: -23px;
  transform: rotate(0deg);
  width: 65px;
  top: -15px;
  left: 25px;
}
@media screen and (max-width: 960px) {
  #ai-plus .ai-plus-mv__button img {
    left: 8px;
  }
}
@media screen and (max-width: 768px) {
  #ai-plus .ai-plus-mv__button img {
    width: 47px;
    left: 21px;
    top: -9px;
  }
}
#ai-plus .ai-plus-mv__button span {
  font-size: 0.6em;
  margin: 2px 0 0;
  display: block;
}
@media screen and (max-width: 768px) {
  #ai-plus .ai-plus-mv__button span {
    margin: 3px 0 4px;
  }
}
#ai-plus .ai-plus-mv__button::after {
  content: "";
  background: url(/wp-content/themes/cocoon-child-master/img/home/ico06.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 49px;
  height: 41px;
  top: calc(50% - 21px);
  right: 0.5em;
  background: url("/wp-content/themes/cocoon-child-master/img/common/icon_cta-after_01.webp") no-repeat;
  background-size: cover;
  background-position: center;
  width: 36px;
  height: 36px;
  right: 0.7em;
  top: calc(50% - 18px);
}
@media (max-width: 768px) {
  #ai-plus .ai-plus-mv__button::after {
    width: 30px;
    height: 25px;
    top: calc(50% - 13px);
  }
}
@media screen and (max-width: 768px) {
  #ai-plus .ai-plus-mv__button::after {
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
  }
}
#ai-plus .main-content section {
  max-width: 820px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #ai-plus .main-content section {
    padding: 0 20px;
  }
}
#ai-plus .main-content section.problems-section {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  #ai-plus .main-content section.problems-section {
    padding-top: 59px;
  }
}
#ai-plus .main-content section.problems-section .section-title {
  margin-top: 0;
}
#ai-plus .main-content section.flow {
  max-width: none !important;
  padding: 40px 0 60px;
  margin-top: 101px;
}
@media screen and (max-width: 768px) {
  #ai-plus .main-content section.flow {
    padding: 40px 0 48px;
    margin-top: 70px;
  }
}
#ai-plus .main-content section.flow .container {
  padding: 0 33px 0 36px;
}
@media screen and (max-width: 768px) {
  #ai-plus .main-content section.flow .flow__heading {
    margin-top: 0;
  }
}
#ai-plus .problems-grid .problem-card {
  height: 80px;
  display: flex;
  align-items: center;
}
#ai-plus .problems-grid .problem-card.problem-card-small {
  height: 60px;
}
#ai-plus .solution-section {
  padding-top: 96px;
  max-width: 870px !important;
}
#ai-plus .solution-section .section-title {
  background-image: url(/wp-content/themes/cocoon-child-master/img/ai-plus/image-arrow-down.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  align-items: center;
  justify-content: center;
  height: 92px;
}
#ai-plus .solution-section .section-title.pcview {
  display: flex;
}
#ai-plus .solution-section .section-title.spview {
  font-size: 22px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #ai-plus .solution-section .section-title.spview {
    display: flex;
    margin: 28px 0 18px;
  }
}
#ai-plus .solution-section .section-title span {
  background: #fff;
  margin-top: -13px;
}
#ai-plus .features-section {
  padding-top: 24px;
}
#ai-plus .features-section .environment-cards {
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  gap: 55px;
}
@media screen and (max-width: 768px) {
  #ai-plus .features-section .environment-cards {
    margin-top: 20px;
    gap: 30px;
  }
}
#ai-plus .features-section .environment-cards .environment-card {
  max-width: 340px;
}
@media screen and (max-width: 768px) {
  #ai-plus .features-section .environment-cards .environment-card {
    max-width: none;
  }
}
#ai-plus .features-section .environment-cards .environment-card .environment-name {
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  #ai-plus .features-section .environment-cards .environment-card .environment-name {
    font-size: 18px;
  }
}
#ai-plus .features-section .environment-cards .environment-card .environment-name span {
  position: relative;
  padding: 3px;
}
#ai-plus .features-section .environment-cards .environment-card .environment-name span::before {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background: #FFDEC5;
  border-radius: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#ai-plus .features-section .environment-cards .environment-card figure {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #ai-plus .features-section .environment-cards .environment-card figure {
    padding: 0 15px 0 5px;
  }
}
#ai-plus .features-section .environment-cards .environment-card figure img {
  width: 100%;
}
#ai-plus .features-section .feature {
  margin-bottom: 0;
}
#ai-plus .features-section .feature.third .feature-content {
  max-width: 420px;
}
#ai-plus .features-section .feature.third figure {
  width: 100%;
  text-align: center;
}
#ai-plus .features-section .feature.third figure img {
  max-width: 200px;
}
#ai-plus .features-section .feature-reverse {
  align-items: end;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  #ai-plus .features-section .feature-reverse {
    align-items: center;
    margin: 45px 0;
  }
}
#ai-plus .features-section .feature-reverse .feature-content {
  max-width: 420px;
}
#ai-plus .features-section .feature-reverse figure {
  width: 100%;
  text-align: center;
}
#ai-plus .features-section .feature-reverse figure img {
  width: 259px;
}
#ai-plus .usage-flow-section {
  padding-top: 116px !important;
}
@media screen and (max-width: 768px) {
  #ai-plus .usage-flow-section {
    padding-top: 60px !important;
  }
}
#ai-plus .usage-flow-section .section-title {
  margin: 0 0 28px;
}
@media screen and (max-width: 768px) {
  #ai-plus .usage-flow-section .section-title {
    margin: 0 0 31px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #ai-plus .usage-flow-section img.spview {
    width: 60px;
    height: 100%;
  }
}
#ai-plus .usage-flow-section .flex {
  gap: 20px;
}
#ai-plus .usage-flow-section .flow-step {
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  #ai-plus .usage-flow-section .flow-step {
    max-width: none;
  }
}
#ai-plus .usage-flow-section .flow-step figure {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #ai-plus .usage-flow-section .flow-step figure {
    height: auto;
    margin-bottom: 13px;
  }
}
#ai-plus .usage-flow-section .flow-step figure img {
  width: 197px;
}
@media screen and (max-width: 768px) {
  #ai-plus .usage-flow-section .flow-step figure img {
    width: 173px;
  }
}
#ai-plus .usage-flow-section .flow-step:nth-child(2) img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  #ai-plus .usage-flow-section .flow-step:nth-child(2) img {
    width: 80px;
  }
}
#ai-plus .use-cases-section {
  max-width: 990px !important;
  padding: 94px 10px 77px !important;
}
@media screen and (max-width: 768px) {
  #ai-plus .use-cases-section {
    padding: 81px 32px 77px !important;
  }
}
#ai-plus .use-cases-section .section-title {
  margin: 0 0 14px;
}
@media screen and (max-width: 768px) {
  #ai-plus .use-cases-section .section-title {
    margin: 0 0 23px;
  }
}
#ai-plus .use-cases-section h3 {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #ai-plus .use-cases-section h3 {
    text-align: center;
    margin-bottom: 19px;
  }
}
#ai-plus .use-cases-section .flow-benefits-text {
  text-align: center;
}
#ai-plus .use-cases-section .benefits-categories {
  gap: 20px;
}
#ai-plus .use-cases-section .benefits-categories .benefit-category {
  width: 32%;
}
@media screen and (max-width: 768px) {
  #ai-plus .use-cases-section .benefits-categories .benefit-category {
    width: 100%;
    max-width: calc(100vw - 64px);
  }
}
#ai-plus .use-cases-section .benefits-categories .benefit-category:first-child {
  width: 66%;
}
@media screen and (max-width: 768px) {
  #ai-plus .use-cases-section .benefits-categories .benefit-category:first-child {
    width: 100%;
    max-width: calc(100vw - 64px);
  }
}
#ai-plus .use-cases-section .benefits-categories .benefit-category:first-child .use-cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  #ai-plus .use-cases-section .benefits-categories .benefit-category:first-child .use-cases-grid {
    display: block;
  }
}
#ai-plus .use-cases-section .benefits-categories .benefit-category .benefit-title {
  border-bottom: 2px solid #EB6100;
  text-align: center;
}
#ai-plus .use-cases-section .benefits-categories .benefit-category .use-cases-grid {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 768px) {
  #ai-plus .use-cases-section .benefits-categories .benefit-category .use-cases-grid {
    display: block;
  }
}
#ai-plus .use-cases-section .benefits-categories .benefit-category .use-cases-grid .use-case-card {
  max-width: 310px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #ai-plus .use-cases-section .benefits-categories .benefit-category .use-cases-grid .use-case-card {
    max-width: none;
    margin-bottom: 20px;
  }
}
#ai-plus .use-cases-section .benefits-categories .slick-arrow {
  z-index: 1;
  height: 30px;
  width: 30px;
  margin-top: 15px;
}
#ai-plus .use-cases-section .benefits-categories .slick-arrow::before {
  color: #FF6B00;
  font-size: 30px;
  opacity: 1;
}
#ai-plus .use-cases-section .benefits-categories .slick-arrow.slick-next {
  right: -23px;
}
#ai-plus .use-cases-section .benefits-categories .slick-arrow.slick-prev {
  left: -23px;
}
#ai-plus .use-cases-section .benefits-categories .slick-dots {
  display: block !important;
}
#ai-plus .use-cases-section .benefits-categories .slick-dots li.slick-active {
  color: #EB6100;
}
#ai-plus .use-cases-section .benefits-categories .slick-dots li button::before {
  color: #EB6100;
}
#ai-plus .ai-plus-cta {
  background-color: #FA6E01;
  padding: 32px 20px 47px;
}
#ai-plus .ai-plus-cta.last {
  margin-top: 98px;
}
@media screen and (max-width: 768px) {
  #ai-plus .ai-plus-cta.last {
    margin-top: 48px;
  }
}
#ai-plus .ai-plus-cta__text {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #ai-plus .ai-plus-cta__text {
    font-size: 18px;
  }
}
#ai-plus .ai-plus-cta__button {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
  background-color: #fff;
  display: block;
  border-radius: 100vh;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: min(100%, 400px);
  height: 64px;
  margin: 1em auto 0;
  position: relative;
  line-height: 1;
  padding: 6px 0 0 1em;
  border: 1px solid #fff;
  overflow: unset !important;
}
#ai-plus .ai-plus-cta__button:hover {
  transform: scale(1.02);
  transition-duration: 0ms, 0ms;
}
@media screen and (max-width: 768px) {
  #ai-plus .ai-plus-cta__button {
    font-size: 20px;
    width: min(100%, 340px);
    height: 57px;
    margin: 21px auto 0;
    padding-top: 5px;
  }
}
@media screen and (max-width: 360px) {
  #ai-plus .ai-plus-cta__button {
    font-size: 22px;
  }
}
#ai-plus .ai-plus-cta__button img {
  width: 65px;
  position: absolute;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  transform: rotate(-10deg);
  left: 30px;
  top: -23px;
  transform: rotate(0deg);
  width: 65px;
  top: -16px;
  left: 25px;
}
@media screen and (max-width: 960px) {
  #ai-plus .ai-plus-cta__button img {
    left: 8px;
  }
}
@media screen and (max-width: 768px) {
  #ai-plus .ai-plus-cta__button img {
    width: 60px;
    left: 10px;
    top: -10px;
  }
}
#ai-plus .ai-plus-cta__button span {
  font-size: 0.6em;
  margin: 3px 0 7px;
  display: block;
}
@media screen and (max-width: 768px) {
  #ai-plus .ai-plus-cta__button span {
    margin: 3px 0 4px;
  }
}
#ai-plus .ai-plus-cta__button::after {
  content: "";
  background: url(/wp-content/themes/cocoon-child-master/img/home/ico06.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 49px;
  height: 41px;
  top: calc(50% - 21px);
  right: 0.5em;
  background: url("/wp-content/themes/cocoon-child-master/img/common/icon_cta-after_01.webp") no-repeat;
  background-size: cover;
  background-position: center;
  width: 32px;
  height: 32px;
  right: 0.7em;
  top: calc(50% - 16px);
}
@media (max-width: 768px) {
  #ai-plus .ai-plus-cta__button::after {
    width: 30px;
    height: 25px;
    top: calc(50% - 13px);
  }
}
@media screen and (max-width: 768px) {
  #ai-plus .ai-plus-cta__button::after {
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
  }
}
#ai-plus .flow {
  padding: 54px 0 63px;
  background-color: #f5f5f5;
  padding: 41px 0 52.63px;
  max-width: 1000px !important;
}
#ai-plus .flow__heading {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #444444;
}
@media (max-width: 520px) {
  #ai-plus .flow__heading {
    font-size: 24px;
  }
}
#ai-plus .flow-content {
  margin: 50px auto 0;
  width: min(100%, 1250px);
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 45px;
}
#ai-plus .flow-content__item {
  width: min(17%, 180px);
  background-color: #fff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
  height: 250px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
  row-gap: 20px;
}
#ai-plus .flow-content__item:not(:last-child) {
  position: relative;
}
#ai-plus .flow-content__item:not(:last-child)::after {
  content: "";
  background: url("/wp-content/themes/cocoon-child-master/img/home/ico07.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 56px;
  height: 68px;
  top: calc(50% - 34px);
  top: calc(50% - 36.5px);
  right: -72px;
}
@media (max-width: 1280px) {
  #ai-plus .flow-content__item:not(:last-child)::after {
    right: -66px;
  }
}
@media (max-width: 768px) {
  #ai-plus .flow-content__item:not(:last-child)::after {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -82px;
    top: initial;
    transform: rotate(90deg);
  }
}
@media (max-width: 520px) {
  #ai-plus .flow-content__item:not(:last-child)::after {
    background: url("/wp-content/themes/cocoon-child-master/img/home/ico_sp03.webp") no-repeat;
    width: 50px;
    height: 24px;
    background-size: contain;
    bottom: -35px;
    transform: initial;
  }
}
#ai-plus .flow-content__item:nth-child(3) h3, #ai-plus .flow-content__item:nth-child(4) h3, #ai-plus .flow-content__item:nth-child(5) h3 {
  line-height: 2.4;
}
@media (max-width: 1043px) {
  #ai-plus .flow-content__item:nth-child(3) h3, #ai-plus .flow-content__item:nth-child(4) h3, #ai-plus .flow-content__item:nth-child(5) h3 {
    line-height: 1.2;
  }
}
@media (max-width: 960px) {
  #ai-plus .flow-content__item:nth-child(3) h3, #ai-plus .flow-content__item:nth-child(4) h3, #ai-plus .flow-content__item:nth-child(5) h3 {
    line-height: 2.4;
  }
}
@media (max-width: 935px) {
  #ai-plus .flow-content__item:nth-child(3) h3, #ai-plus .flow-content__item:nth-child(4) h3, #ai-plus .flow-content__item:nth-child(5) h3 {
    line-height: 1.2;
  }
}
#ai-plus .flow-content__item span {
  font-size: 28px;
  color: #fa610b;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #ai-plus .flow-content__item span {
    margin-top: 0;
  }
}
#ai-plus .flow-content__item h3 {
  font-size: 22px;
  color: #4c4c4c;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 850px) {
  #ai-plus .flow-content__item h3 .w-850-none {
    display: none;
  }
}
@media (max-width: 520px) {
  #ai-plus .flow-content__item h3 {
    font-size: 18px;
    text-align: initial;
  }
}
#ai-plus .flow-content__item p {
  font-size: 16px;
  color: #4c4c4c;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 520px) {
  #ai-plus .flow-content__item p br {
    display: none;
  }
}
@media (max-width: 850px) {
  #ai-plus .flow-content__item p .w-850-none {
    display: none;
  }
}
@media (max-width: 800px) {
  #ai-plus .flow-content__item p .w-800-none {
    display: none;
  }
}
@media (max-width: 520px) {
  #ai-plus .flow-content__item p {
    font-size: 12px;
    text-align: initial;
    margin-top: 0;
  }
}
@media (max-width: 520px) {
  #ai-plus .flow-content__item div {
    display: flex;
    flex-direction: column;
    row-gap: 13px;
  }
}
@media (max-width: 960px) {
  #ai-plus .flow-content__item {
    width: 19%;
  }
}
@media (max-width: 768px) {
  #ai-plus .flow-content__item {
    width: min(100%, 370px);
    justify-content: center;
  }
}
@media (max-width: 520px) {
  #ai-plus .flow-content__item {
    flex-direction: initial;
    height: 100px;
    justify-content: flex-start;
    padding-left: 26px;
    column-gap: 30px;
  }
}
@media (max-width: 1280px) {
  #ai-plus .flow-content {
    justify-content: center;
    column-gap: 35px;
  }
}
@media (max-width: 768px) {
  #ai-plus .flow-content {
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
  }
}
@media (max-width: 520px) {
  #ai-plus .flow-content {
    row-gap: 38px;
    margin: 30px auto 0;
  }
}
@media (max-width: 520px) {
  #ai-plus .flow {
    padding: 40px 0;
  }
}
#ai-plus .flow__text {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  line-height: 1.45;
  margin-top: 1em;
}
#ai-plus .flow__btn {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
  font-size: 24px;
  color: #fff;
  background-color: #EB6100;
  font-weight: bold;
  width: min(100%, 400px);
  margin: 45px auto 0;
  border-radius: 100vh;
  height: 46px;
  display: flex;
  justify-content: center;
  padding-top: 0.2em;
  overflow: unset !important;
}
@media (max-width: 520px) {
  #ai-plus .flow__btn {
    width: min(100%, 280px);
    font-size: 20px;
    padding-top: 0;
    align-items: center;
  }
}
#ai-plus .flow__btn::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: calc(50% - 7px);
  right: 22px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  #ai-plus .flow__btn::after {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}
#ai-plus .flow__btn:hover {
  transform: scale(1.02);
  transition-duration: 0ms, 0ms;
}
#ai-plus .flow-content__item {
  width: min(25%, 180px);
  height: 230px;
  row-gap: 10px;
  padding: 0 6.4px;
}
@media screen and (max-width: 768px) {
  #ai-plus .flow-content__item {
    width: min(100%, 370px);
  }
}
@media screen and (max-width: 520px) {
  #ai-plus .flow-content__item {
    flex-direction: initial;
    height: 100px;
    justify-content: flex-start;
    padding-left: 26px;
    column-gap: 30px;
  }
}
#ai-plus .flow-content__item p {
  margin-top: 25px;
}
@media screen and (max-width: 520px) {
  #ai-plus .flow-content__item p {
    line-height: 1.5;
    margin-top: 0;
  }
}
#ai-plus .flow-content__item:nth-child(2) h3 {
  line-height: 1.2;
}
#ai-plus .flow-content__item:nth-child(2) p {
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  #ai-plus .flow-content__item:nth-child(2) p {
    margin-top: 0;
  }
}
#ai-plus .flow-content__item:nth-child(3) h3 {
  line-height: 1.2;
}
#ai-plus .cta-btn {
  position: relative;
  background-color: #FA6E01;
  color: #fff;
  border-radius: 100vh;
  box-shadow: 0 4px 0 0 #ACACAC;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  width: min(100%, 460px);
  height: 64px;
  font-size: 28px;
  font-weight: bold;
  margin: 47px auto 0;
}
#ai-plus .cta-btn:hover {
  transform: scale(1.02);
  transition-duration: 0ms, 0ms;
}
#ai-plus .cta-btn::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: calc(50% - 7px);
  right: 22px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  #ai-plus .cta-btn::after {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}
#ai-plus .cta-btn img {
  position: absolute;
  width: 45px;
  left: 22px;
  top: calc(50% - 28px);
}
#ai-plus .cta-btn:hover {
  transform: scale(1.02);
  transition-duration: 0ms, 0ms;
}
#ai-plus .cta-btn--sp {
  position: relative;
  background-color: #FA6E01;
  color: #fff;
  border-radius: 100vh;
  box-shadow: 0 4px 0 0 #ACACAC;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin: 35px auto 0;
  width: min(100%, 280px);
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  display: none;
}
#ai-plus .cta-btn--sp:hover {
  transform: scale(1.02);
  transition-duration: 0ms, 0ms;
}
#ai-plus .cta-btn--sp::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: calc(50% - 7px);
  right: 22px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  #ai-plus .cta-btn--sp::after {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}
#ai-plus .cta-btn--sp:hover {
  transform: scale(1.02);
  transition-duration: 0ms, 0ms;
}
@media (max-width: 768px) {
  #ai-plus .cta-btn--sp {
    display: flex;
  }
}
@media (max-width: 768px) {
  #ai-plus .cta-btn {
    display: none;
  }
}
#ai-plus .ai-plus-faq {
  padding: 116px 0 30px !important;
}
@media screen and (max-width: 768px) {
  #ai-plus .ai-plus-faq {
    padding: 71px 0 0 !important;
  }
}
#ai-plus .ai-plus-faq .flow__heading {
  margin: 0 0 47px;
}
@media screen and (max-width: 768px) {
  #ai-plus .ai-plus-faq .flow__heading {
    margin: 0 0 30px;
  }
}
#ai-plus .ai-plus-faq__list {
  width: min(100%, 800px);
  margin: 47px auto 0;
}
@media screen and (max-width: 768px) {
  #ai-plus .ai-plus-faq__list {
    margin: 30px auto 0;
    padding: 0 22px;
  }
}
#ai-plus .ai-plus-faq__question-wrap {
  border-top: 1px solid #939393;
  padding: 17px 41px 17px 10px;
  min-height: 63px;
}
#ai-plus .ai-plus-faq__question-wrap.last {
  border-bottom: 1px solid #939393;
}
@media screen and (max-width: 768px) {
  #ai-plus .ai-plus-faq__question-wrap {
    padding: 17px 32px 17px 0;
  }
}
#ai-plus .ai-plus-faq__question {
  font-size: 18px;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  padding-left: 1.2em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #ai-plus .ai-plus-faq__question {
    font-size: 16px;
    line-height: 1.3;
  }
}
#ai-plus .ai-plus-faq__question::before {
  content: "Q";
  position: absolute;
  display: inline-block;
  color: #EB6100;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
}
#ai-plus .ai-plus-faq__question::after {
  content: "";
  background: url("/wp-content/themes/cocoon-child-master/img/ai_puncher/icon_plus_01.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: calc(50% - 25px / 2);
  right: -25px;
}
@media screen and (max-width: 768px) {
  #ai-plus .ai-plus-faq__question::after {
    width: 20px;
    height: 20px;
    right: -21px;
  }
}
#ai-plus .ai-plus-faq__question.active {
  color: #939393;
}
#ai-plus .ai-plus-faq__question.active::after {
  content: "";
  background: url("/wp-content/themes/cocoon-child-master/img/ai_puncher/icon_minus_01.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: calc(50% - 25px / 2);
}
@media screen and (max-width: 768px) {
  #ai-plus .ai-plus-faq__question.active::after {
    width: 20px;
    height: 20px;
  }
}
#ai-plus .ai-plus-faq__answer {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.22;
  padding: 1.2em 1.6em 0.6em 1.1em;
  display: none;
}
@media screen and (max-width: 768px) {
  #ai-plus .ai-plus-faq__answer {
    font-size: 16px;
    padding: 1.2em 0.3em 0.6em 1.3em;
    line-height: 1.3;
  }
}
#ai-plus .case-documents {
  padding: 83px 0 80px;
  padding: 69.37px 0 101px;
}
@media (max-width: 768px) {
  #ai-plus .case-documents {
    padding-top: 60px;
  }
}
#ai-plus .case-documents-heading {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #454545;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #ai-plus .case-documents-heading {
    font-size: 24px;
  }
}
#ai-plus .case-documents-items {
  width: min(100%, 1060px);
  margin: 53px auto 0;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  #ai-plus .case-documents-items {
    row-gap: 50px;
  }
}
#ai-plus .case-documents-items div.flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: min(31%, 320px);
  row-gap: 26px;
}
@media (max-width: 960px) {
  #ai-plus .case-documents-items div.flex {
    width: 45%;
  }
}
@media (max-width: 768px) {
  #ai-plus .case-documents-items div.flex {
    width: 100%;
  }
}
#ai-plus .case-documents-items div.flex figure {
  background-color: #f9f9f9;
  border: 1px solid #dbdbdb;
  width: 100%;
  height: 270px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  overflow: hidden;
}
#ai-plus .case-documents-items div.flex figure img {
  transition: all 0.3s;
}
#ai-plus .case-documents-items div.flex figure:hover img {
  transform: scale(1.1);
}
#ai-plus .case-documents-items div.flex h3 {
  font-size: 20px;
  font-weight: bold;
  color: #454545;
}
#ai-plus .case-documents-items div.flex h3.small {
  font-size: 18px;
}
#ai-plus .case-documents-items div.flex a {
  width: 240px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  border-radius: 100vh;
  font-size: 20px;
  font-weight: bold;
  background-color: #fa6e01;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  #ai-plus .case-documents-items div.flex a {
    font-size: 20px !important;
  }
}
#ai-plus .case-documents-items div.flex a.img-link {
  display: contents;
}
#ai-plus .case-documents-items div.flex:first-child figure img {
  width: min(100%, 300px);
}
#ai-plus .case-documents-items div.flex:first-child figure.simulator img {
  width: min(100%, 180px);
}
#ai-plus .case-documents-items div.flex:nth-child(2) figure img, #ai-plus .case-documents-items div.flex:last-child figure img {
  width: min(100%, 180px);
}
@media (max-width: 768px) {
  #ai-plus .case-documents-items {
    margin: 26px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #ai-plus .case-documents {
    padding: 97px 0 28px;
  }
}
#ai-plus .case-documents .container {
  max-width: 1090px;
}
@media screen and (max-width: 768px) {
  #ai-plus .case-documents .container {
    padding: 0 27px;
  }
}
@media screen and (max-width: 768px) {
  #ai-plus .case-documents .container .case-documents-heading {
    margin-top: 0;
  }
}
#ai-plus .case-documents .case-documents-items {
  justify-content: center;
  gap: 50px;
}
#ai-plus .case-documents .case-documents-items div.flex a {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
  width: 280px;
  overflow: unset !important;
}
#ai-plus .case-documents .case-documents-items div.flex a::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: calc(50% - 7px);
  right: 22px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  #ai-plus .case-documents .case-documents-items div.flex a::after {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}
#ai-plus .case-documents .case-documents-items div.flex a:hover {
  transform: scale(1.02);
  transition-duration: 0ms, 0ms;
}
#ai-plus .case-documents .case-documents-items div.flex:first-child figure img {
  width: min(100%, 180px);
}
#ai-plus .case-documents .case-documents-items div.flex:nth-child(2) figure img {
  width: min(100%, 300px);
}
#ai-plus .case-documents .case-documents-items div.flex:last-child figure img {
  width: min(100%, 180px);
}
@media screen and (max-width: 768px) {
  #ai-plus .case-documents .case-documents-items div.flex figure {
    padding: 30px 61px;
    background: #fff;
  }
  #ai-plus .case-documents .case-documents-items div.flex figure img {
    width: 100%;
  }
}
#ai-plus .case-customer {
  padding: 50px 0 65px;
  background-color: #f5f5f5;
}
@media (max-width: 520px) {
  #ai-plus .case-customer {
    padding: 0 0 20px;
    background-color: initial;
  }
}
@media (max-width: 520px) {
  #ai-plus .case-customer .container {
    padding: 0 3px;
  }
}
#ai-plus .case-customer-heading {
  font-size: 28px;
  color: #454545;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 520px) {
  #ai-plus .case-customer-heading {
    font-size: 20px;
  }
}
#ai-plus .case-customer-heading .w-520-block {
  display: none;
}
@media (max-width: 520px) {
  #ai-plus .case-customer-heading .w-520-block {
    display: block;
  }
}
#ai-plus .case-customer-content {
  margin-top: 36px;
  justify-content: center !important;
  column-gap: 60px;
}
@media (max-width: 768px) {
  #ai-plus .case-customer-content {
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
  }
}
@media (max-width: 520px) {
  #ai-plus .case-customer-content {
    background-color: #f5f5f5;
    padding: 10px 10px 20px;
    row-gap: 15px;
    margin-top: 16px;
  }
}
#ai-plus .case-customer-content-item {
  width: min(45%, 400px);
  background-color: #fff;
  border: 0.5px solid #dcdcdc;
  flex-direction: column;
  align-items: center;
  padding: 40px 38px;
  row-gap: 20px;
}
@media screen and (max-width: 960px) {
  #ai-plus .case-customer-content-item {
    padding: 55px 20px;
  }
}
@media screen and (max-width: 768px) {
  #ai-plus .case-customer-content-item {
    width: min(100%, 415px);
  }
}
@media (max-width: 520px) {
  #ai-plus .case-customer-content-item {
    width: min(100%, 344px);
    padding: 20px 22px;
    row-gap: 7px;
  }
}
#ai-plus .case-customer-content-item figure {
  background-color: #fff3eb;
  width: 140px;
  height: 140px;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 520px) {
  #ai-plus .case-customer-content-item figure {
    width: 120px;
    height: 120px;
  }
}
#ai-plus .case-customer-content-item figure img {
  width: 100px;
}
@media (max-width: 520px) {
  #ai-plus .case-customer-content-item figure img {
    width: 90px;
  }
}
#ai-plus .case-customer-content-item h3 {
  font-size: 24px;
  color: #4c4c4c;
  line-height: 1.5;
}
@media (max-width: 520px) {
  #ai-plus .case-customer-content-item h3 {
    font-size: 18px;
  }
}
#ai-plus .case-customer-content-item p {
  font-size: 16px;
  color: #4c4c4c;
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 520px) {
  #ai-plus .case-customer-content-item p {
    font-size: 14px;
  }
}
#ai-plus .case-customer-content-item a {
  font-size: 24px;
  color: #fff !important;
  font-weight: bold;
  background-color: #fa6e01;
  border-radius: 100vh;
  width: min(100%, 320px);
  text-align: center;
  height: 50px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  padding-top: 0.3em;
  line-height: 1.5;
}
@media (max-width: 520px) {
  #ai-plus .case-customer-content-item a {
    width: min(100%, 280px);
    height: 45.5px;
    font-size: 20px;
    padding-top: 0.4em;
  }
}
#ai-plus .case-customer-content-item a:hover {
  opacity: 0.8;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
#ai-plus .case-customer-content-item a {
  position: relative;
  background-color: #FA6E01;
  color: #fff;
  border-radius: 100vh;
  box-shadow: 0 4px 0 0 #ACACAC;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 0.1em;
}
#ai-plus .case-customer-content-item a:hover {
  transform: scale(1.02);
  transition-duration: 0ms, 0ms;
}
#ai-plus .case-customer-content-item a::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: calc(50% - 7px);
  right: 22px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  #ai-plus .case-customer-content-item a::after {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}
#ai-plus .case-customer-content-item a:hover {
  transform: scale(1.02);
  transition-duration: 0ms, 0ms;
}
#ai-plus .case-customer-content-item a:hover {
  opacity: 1;
  box-shadow: 0 4px 0 0 #ACACAC;
}
#ai-plus #aiplus-wrap {
  padding: 0 0 83px;
}
@media screen and (max-width: 768px) {
  #ai-plus #aiplus-wrap {
    padding: 118px 0 70px;
  }
}
#ai-plus #aiplus-wrap .flow__heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #ai-plus #aiplus-wrap .flow__heading {
    margin: 0 0 30px;
  }
}
#ai-plus #aiplus-wrap h3 {
  margin-bottom: 30px;
}
#ai-plus #aiplus-wrap .docs_wrap {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #ai-plus #aiplus-wrap .docs_wrap {
    gap: 60px;
  }
}
#ai-plus #aiplus-wrap .docs_wrap li {
  margin: 0 15px;
  max-width: 315px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#ai-plus #aiplus-wrap .docs_wrap li:nth-child(n+4) {
  margin-top: 50px;
}
#ai-plus #aiplus-wrap .docs_wrap li .bwarp {
  height: 100%;
}
#ai-plus #aiplus-wrap .docs_wrap li > a > div {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  height: 100%;
}
#ai-plus #aiplus-wrap .docs_wrap li > a > div figure, #ai-plus #aiplus-wrap .docs_wrap li > a > div div {
  width: 315px;
  max-width: 100%;
  height: 236px;
}
#ai-plus #aiplus-wrap .docs_wrap li > a > div figure img {
  height: auto;
}
#ai-plus #aiplus-wrap .docs_wrap li > a > div div {
  background: #efefef;
  color: #999;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#ai-plus #aiplus-wrap .docs_wrap li > a > div p {
  font-size: 18px;
  padding: 2em 0.5em 1.5em 1em;
  color: #112f3e;
}
#ai-plus #aiplus-wrap .docs_wrap li .tm_btn {
  width: 100%;
  height: 48px !important;
  min-height: 48px;
  border-radius: 5px;
  margin-top: 25px;
  background: #EB6100;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
#ai-plus #aiplus-wrap .docs_wrap li .tm_btn img {
  width: 23px;
  margin-right: 10%;
}
#ai-plus #aiplus-wrap .docs_wrap li .tm_btn span {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  position: absolute;
  right: 10px;
}
#ai-plus #aiplus-wrap .docs_wrap li .tm_btn span::before {
  content: "";
  display: inline-block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 11px solid #EB6100;
  margin-left: 3px;
}
#ai-plus #aiplus-wrap .docs_wrap li .tm_btn.disabled {
  background: #adadad;
  color: #efefef;
}
#ai-plus #aiplus-wrap .docs_wrap li > p.dt, #ai-plus #aiplus-wrap .off_line_wrap li > p.dt {
  font-size: 12px;
  color: #646464;
  margin-bottom: 0.5em;
}
#ai-plus #aiplus-wrap .docs_wrap li > p.dt .before_icn, #ai-plus #aiplus-wrap .off_line_wrap li > p.dt .before_icn {
  background: #979797;
  color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 25px;
}
#ai-plus #aiplus-wrap .docs_wrap li > ul.tags_wrap, #ai-plus #aiplus-wrap .off_line_wrap li > ul.tags_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 1em 0;
}
#ai-plus #aiplus-wrap .docs_wrap li > ul.tags_wrap li, #ai-plus #aiplus-wrap .off_line_wrap li > ul.tags_wrap li {
  border-radius: 50px;
  border: 1px solid #112f3e;
  color: #112f3e;
  font-size: 12px;
  padding: 0 1em;
  margin: 0 5px 0 0;
}
#ai-plus #aiplus-wrap .more-seminar-link-wrap {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
#ai-plus #aiplus-wrap .more-seminar-link-wrap .more-seminar-link {
  font-size: 24px;
  font-weight: bold;
  color: #EB6100;
  display: flex;
  align-items: center;
  gap: 20px;
}
#ai-plus #aiplus-wrap .more-seminar-link-wrap .more-seminar-link::after {
  content: "";
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-top: 3px solid #EB6100;
  border-right: 3px solid #EB6100;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ai-plus #aiplus-wrap .more-seminar-link-wrap .more-seminar-link:hover {
  opacity: 0.7;
}

/* Hero Section */
.hero-section {
  position: relative;
  background: #FA6E01;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 70px 0 50px;
}
@media screen and (max-width: 768px) {
  .hero-section {
    padding: 40px 0 30px;
    gap: 30px;
  }
}

.hero-content {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hero-content {
    text-align: left;
    padding: 0 13px 0 24px;
  }
}

.hero-title {
  color: white;
  text-align: center;
  line-height: 60px;
  letter-spacing: -0.96px;
  margin: 0 0 4px;
}
@media screen and (max-width: 768px) {
  .hero-title {
    text-align: left;
  }
}

.hero-subtitle {
  font-size: 26px;
  margin-bottom: 8px;
  font-weight: bold;
}

.hero-main-title {
  font-size: 52px;
  font-weight: bold;
}

.hero-description {
  color: white;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: -0.44px;
  max-width: 900px;
  margin: 0 auto;
}

.download-icon {
  transform: rotate(-10deg);
}

.document-icon {
  width: 48px;
  height: 75px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.download-text {
  text-align: center;
}

.download-label {
  font-size: 16px;
  color: #454545;
  margin-bottom: 4px;
}

.download-title {
  font-size: 26px;
  font-weight: bold;
  color: #454545;
}

.download-arrow {
  width: 31px;
  height: 30px;
}

/* Section Titles */
.section-title {
  font-size: 28px;
  font-weight: bold;
  color: #454545;
  text-align: center;
  margin-bottom: 30px;
  line-height: 36px;
  letter-spacing: -0.56px;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }
}

/* Problems Section */
.problems-section {
  padding: 80px 0 64px;
}

.problems-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin: 0 auto;
}

.problems-column-title {
  font-size: 18px;
  font-weight: bold;
  color: #454545;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .problems-column-title {
    margin-bottom: 14px;
  }
}

.problem-card {
  background-color: #f8f8f8;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  padding: 0px 24px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #454545;
  line-height: normal;
  letter-spacing: -0.32px;
}
.problem-card:last-child {
  margin-bottom: 0;
}

.problem-card-small {
  padding: 16px;
}

.problem-card strong {
  font-weight: bold;
}

/* Solution Section */
.solution-section {
  padding: 64px 0;
  text-align: center;
}

.solution-description {
  font-size: 20px;
  color: #454545;
  line-height: normal;
  letter-spacing: -0.36px;
  max-width: 850px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  .solution-description {
    font-size: 16px;
    margin-bottom: 55px;
  }
}

.features-title {
  font-size: 28px;
  font-weight: bold;
  color: #454545;
  letter-spacing: -0.48px;
  line-height: 36px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .features-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

/* Features Section */
.features-section {
  padding: 64px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 64px;
}

.feature-reverse {
  flex-direction: row-reverse;
}

.feature-content {
  flex: 1;
}

.feature-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .feature-header {
    margin-bottom: 5px;
  }
}

.feature-number {
  font-size: 26px;
  font-weight: 800;
  color: #454545;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .feature-number {
    font-size: 22px;
  }
}

.feature-title {
  font-size: 22px;
  font-weight: bold;
  color: #454545;
}
@media screen and (max-width: 768px) {
  .feature-title {
    font-size: 18px;
  }
}

.feature-line {
  width: 420px;
  height: 1px;
  background-color: #fa6e01;
  margin-bottom: 16px;
}

.feature-description {
  font-size: 16px;
  color: #454545;
  line-height: 22px !important;
  letter-spacing: -1px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .feature-description {
    font-size: 14px;
    text-align: left;
    line-height: normal;
  }
}

.feature-note {
  font-size: 12px;
  color: #454545;
}
@media screen and (max-width: 768px) {
  .feature-note {
    text-align: left;
  }
}

.feature-link {
  color: #fa6e01;
  text-decoration: underline;
}

.feature-image {
  flex: 0 0 auto;
  text-align: center;
}

.rpa-icon {
  width: 100px;
  height: 160px;
}

.support-icon {
  width: 200px;
  height: 156px;
}

/* Environment Cards */
.environment-cards {
  display: flex;
  gap: 16px;
}

.environment-card {
  text-align: center;
}

.environment-card.large {
  width: 320px;
}

.environment-card.small {
  width: 140px;
}

.environment-header {
  background-color: #ffdec5;
  height: 10px;
  border-radius: 1px;
  margin-bottom: 16px;
}

.environment-card.large .environment-header {
  width: 215px;
}

.environment-card.small .environment-header {
  width: 100%;
}

.environment-icon {
  width: 100px;
  height: 84px;
  margin: 0 auto 16px;
}

.environment-label {
  background-color: white;
  border: 1px solid #aeaeae;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  color: #454545;
  margin-bottom: 8px;
}

.environment-name {
  font-size: 20px;
  font-weight: bold;
  color: #454545;
}

/* Usage Flow Section */
.usage-flow-section {
  padding: 64px 0;
  text-align: center;
}

.flow-diagram {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 48px;
}

.flow-step-header {
  color: white;
  font-size: 24px;
  font-weight: bold;
  padding: 16px;
  margin-bottom: 16px;
}

.ai-icon {
  width: 120px;
  height: 120px;
  margin: 16px auto;
}

.flow-step-description {
  font-size: 18px;
  color: #454545;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .flow-step-description {
    font-size: 14px;
  }
}

.flow-benefits-text {
  font-size: 18px;
  color: #454545;
  margin-bottom: 32px;
}

.benefits-categories {
  display: flex;
  justify-content: center;
}

.benefit-title {
  font-size: 20px;
  font-weight: bold;
  color: #fa6e01;
  letter-spacing: -0.4px;
}

.benefit-line {
  width: 2px;
  height: 2px;
  background-color: #fa6e01;
  margin: 0 auto;
}

/* Use Cases Section */
.use-cases-section {
  padding: 64px 0;
}

.use-case-card {
  background-color: white;
  border: 1px solid #aeaeae;
  border-radius: 3px;
  padding: 21px 11px;
  height: 80px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .use-case-card {
    padding: 16px 11px;
    height: 70px;
  }
}

.use-case-icon {
  width: 28px;
  height: 19px;
  flex-shrink: 0;
}

.use-case-text {
  font-size: 18px;
  font-weight: bold;
  color: #454545;
}
@media screen and (max-width: 768px) {
  .use-case-text {
    font-size: 16px;
  }
}

/* CTA Section */
.cta-section {
  background-color: #fa6e01;
  padding: 64px 0;
  text-align: center;
}

.cta-title {
  font-size: 24px;
  font-weight: bold;
  color: white;
  max-width: 900px;
  margin: 0 auto 32px;
  line-height: 36px;
  letter-spacing: -0.48px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  background-color: white;
  border-radius: 33px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 16px 32px;
  gap: 16px;
}

.cta-icon {
  transform: rotate(-10deg);
}

.cta-document-icon {
  width: 48px;
  height: 75px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.cta-text {
  text-align: center;
}

.cta-label {
  font-size: 16px;
  color: #454545;
  margin-bottom: 4px;
}

.cta-title-text {
  font-size: 26px;
  font-weight: bold;
  color: #454545;
}

.cta-arrow {
  width: 31px;
  height: 30px;
}

/* Implementation Section */
.implementation-section {
  background-color: #f5f5f5;
  padding: 64px 0;
  text-align: center;
}

.implementation-title {
  font-size: 32px;
  font-weight: 800;
  color: #444444;
  letter-spacing: -0.64px;
  line-height: 40px;
  margin-bottom: 48px;
}

.implementation-steps {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
}

.implementation-step {
  background-color: white;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
  width: 180px;
  height: 250px;
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.step-number {
  font-size: 28px;
  font-weight: 800;
  color: #fa610b;
  letter-spacing: -0.56px;
  line-height: 22px;
  margin-bottom: 16px;
}

.step-title {
  font-size: 22px;
  font-weight: bold;
  color: #454545;
  letter-spacing: -0.44px;
  line-height: 32px;
  margin-bottom: 16px;
}

.step-description {
  font-size: 16px;
  color: #454545;
  letter-spacing: -0.32px;
  line-height: 24px;
}

.consultation-button {
  background-color: #fa6e01;
  color: white;
  font-size: 24px;
  font-weight: bold;
  padding: 16px 48px;
  border-radius: 30px;
  box-shadow: 0 4px 0 #acacac;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.consultation-icon {
  width: 40px;
  height: 50px;
}

.consultation-text {
  letter-spacing: -0.48px;
  line-height: 30px;
}

.consultation-arrow {
  font-size: 24px;
  line-height: 30px;
}

/* FAQ Section */
.faq-section {
  padding: 64px 0;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #939393;
}

.faq-toggle {
  background-color: #939393;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 22px;
  font-weight: bold;
  margin-right: 16px;
  cursor: pointer;
}

.faq-content {
  flex: 1;
  display: flex;
  align-items: center;
}

.faq-q {
  font-size: 22px;
  font-weight: bold;
  color: #eb6100;
  letter-spacing: -0.44px;
  margin-right: 16px;
}

.faq-question {
  font-size: 18px;
  color: #454545;
  letter-spacing: -0.36px;
  line-height: 22px;
}

/* RPA Integration Section */
.rpa-integration-section {
  padding: 64px 0;
}

.rpa-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.rpa-card {
  background-color: white;
  border: 1px solid #dbdbdb;
  padding: 32px;
  text-align: center;
}

.rpa-card-title {
  font-size: 20px;
  font-weight: bold;
  color: #454545;
  margin-bottom: 16px;
}

.rpa-logo {
  width: 226px;
  height: 160px;
  margin: 0 auto 32px;
}

.rpa-button {
  background-color: #fa6e01;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 48px;
  border-radius: 30px;
  box-shadow: 0 4px 0 #acacac;
  border: none;
  cursor: pointer;
}

/* Seminar Section */
.seminar-section {
  padding: 64px 0;
}

.seminar-image {
  text-align: center;
  margin-bottom: 32px;
}

.seminar-overview {
  width: 100%;
  max-width: 1007px;
  height: 527px;
  object-fit: cover;
}

.seminar-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto 32px;
}

.seminar-button {
  background-color: #fa6e01;
  color: white;
  font-size: 24px;
  font-weight: bold;
  padding: 12px 32px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.seminar-more {
  text-align: center;
}

.seminar-more-link {
  font-size: 24px;
  font-weight: bold;
  color: #fa6e01;
  text-decoration: none;
}

.seminar-more-link:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .rpa-cards {
    max-width: 100%;
  }

  .environment-cards {
    flex-wrap: wrap;
    justify-content: center;
  }

  .flow-diagram {
    flex-wrap: wrap;
    gap: 24px;
  }

  .implementation-steps {
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .hero-subtitle {
    font-size: 20px;
  }

  .hero-main-title {
    font-size: 36px;
  }

  .hero-description {
    font-size: 14px;
    line-height: 24px !important;
  }

  .problems-grid {
    grid-template-columns: 1fr;
  }

  .feature {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .feature {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .feature-reverse {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .feature-line {
    width: 100%;
    max-width: 420px;
  }
}
@media (max-width: 768px) {
  .environment-cards {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .flow-diagram {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .use-cases-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .rpa-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .implementation-steps {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .seminar-buttons {
    grid-template-columns: 1fr;
  }
}