/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-7.use[3]!./sass/style.sass ***!
  \****************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* layout */
/*---------------------------------------*/
/* color */
/*---------------------------------------*/
/* font
 * @src https://fonts.google.com/ */
/*---------------------------------------*/
/* Components */
/*---------------------------------------*/
/* common  */
/*---------------------------------------*/
body {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #666;
  /* mq */
  /*---------------------------------------*/
  font-size: 14px;
  line-height: 1.6;
}

/* util  */
/*---------------------------------------*/
body {
  margin: 0;
  transition: background-color 0.5s, color 0.5s;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

section#section-top {
  padding: 0;
}

#front {
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/front/top/front-top-wave.webp");
  background-size: 130%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 0;
}

/* font */
/*---------------------------------------*/
h1, h2, h3, h4, p {
  margin: 0;
  color: #45474F;
}

h1, h2, h3 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h4, p {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}

p {
  font-size: 16px;
}

ul, li, a {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px !important;
}

th, td {
  color: #45474F;
}

li a {
  font-size: 16px !important;
}
li a:hover {
  text-decoration: none;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 16px;
  color: #45474F;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
a:hover {
  text-decoration: none;
}

.color-white {
  color: #fff !important;
}

.color-aic {
  color: #0066CC;
}

.color-default {
  color: #45474F;
}

.color-yellow {
  color: #DAFF27;
}

.color-light_gray {
  color: #BFBFBF;
}

.color-pink {
  color: #FF6195;
}

.color-white_gray {
  color: #F5F5F5;
}

.color-light_blue {
  color: #F2F7FE;
}

.color-blue {
  color: #0066CC;
}

.size-12 {
  font-size: 12px !important;
}

.size-13 {
  font-size: 13px !important;
}

.size-14 {
  font-size: 14px !important;
}

.size-16 {
  font-size: 16px !important;
}

.size-24 {
  font-size: 24px;
}

.size-32 {
  font-size: 32px;
}

.size-36 {
  font-size: 36px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.size-40 {
  font-size: 40px;
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.size-48 {
  font-size: 48px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.size-56 {
  font-size: 56px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.size-72 {
  font-size: 56px;
}

.size-80 {
  font-size: 80px;
}

.size-100 {
  font-size: 100px;
}

.fs-DIN-Demi {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.fs-DIN-Bold {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fs-S-Han-Sans-jp-Medium {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fs-Han-Sans-jp-Bold {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.op-0 {
  opacity: 0;
}

.hidden {
  display: none;
}

.flex-j-ctr {
  justify-content: center;
}

.flex-j-between {
  justify-content: space-between;
}

.flex-j-around {
  justify-content: space-around;
}

.flex-j-evenly {
  justify-content: space-evenly;
}

.flex-j-end {
  justify-content: flex-end;
}

.flex-a-ctr {
  align-items: center;
}

.flx-a-start {
  align-items: flex-start;
}

.flex-a-end {
  align-items: flex-end;
}

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

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

.flex-sp-wrap {
  flex-wrap: wrap;
  gap: 20px;
}

.grid {
  display: grid;
}

.border-rad-6 {
  border-radius: 6px;
}

.padding-60 {
  padding: 60px 0;
}

.let-spa-100 {
  letter-spacing: 0.1em;
}

.uk-container {
  max-width: 1400px;
}
.uk-container.uk-container-1200 {
  max-width: 1200px;
}

nav.breadcrumbs {
  overflow: scroll;
}
nav.breadcrumbs::-webkit-scrollbar {
  display: none;
}
nav.breadcrumbs ul {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
nav.breadcrumbs ul li a {
  font-size: 16px;
  color: #BFBFBF;
}
nav.breadcrumbs ul li a:hover {
  color: #BFBFBF;
}
nav.breadcrumbs ul li:nth-child(n+2) a::before {
  content: "＞";
  margin: 0 14px;
  font-size: 16px;
  text-decoration: none;
  pointer-events: none;
  color: #BFBFBF;
}
nav.breadcrumbs ul li span {
  font-size: 16px;
  color: #BFBFBF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
nav.breadcrumbs ul li span::before {
  content: "＞";
  margin: 0 14px;
  font-size: 16px;
  text-decoration: none;
  pointer-events: none;
  color: #BFBFBF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.section-title {
  word-break: break-all;
}

.link a {
  background: #fff;
  border: 1px solid #fff;
  color: #0066CC;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 0 50px;
  position: relative;
}
.link a::after {
  content: "";
  position: absolute;
  border-top: 2px solid #0066CC;
  border-right: 2px solid #0066CC;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  right: 20px;
  transition: all 0.3s ease;
}
.link a:hover {
  background: #0066CC;
  color: #fff;
}
.link a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.link.border a {
  border: 1px solid #45474F;
  background: #fff;
  color: #45474F;
}
.link.border a::after {
  border-top: 2px solid #45474F;
  border-right: 2px solid #45474F;
}
.link.border a:hover {
  background: #45474F;
  color: #fff;
}
.link.border a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.link.archive a {
  border: 1px solid #45474F;
  color: #45474F;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 40px;
}
.link.archive a::after {
  border-top: 2px solid #45474F;
  border-right: 2px solid #45474F;
}
.link.archive a:hover {
  color: #fff;
  background: #45474F;
}
.link.archive a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.cat {
  max-width: 140px;
  width: 100%;
  background: #45474F;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  margin: 10px 0;
}

.section-service-top {
  position: relative;
}
.section-service-top .bg-block {
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 600px;
  max-height: 700px;
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
}
.section-service-top .img-box {
  position: absolute;
  right: 0;
  max-width: 800px;
  height: 700px;
  width: 100%;
  overflow: hidden;
}
.section-service-top .img-box img {
  width: 100%;
  height: 100%;
}
.section-service-top .uk-flex .flex-item {
  width: 50%;
}
.section-service-top .uk-flex .flex-item h1, .section-service-top .uk-flex .flex-item h3, .section-service-top .uk-flex .flex-item .breadcrumbs, .section-service-top .uk-flex .flex-item .text-box {
  position: relative;
}
.section-service-top.sp .cover {
  position: relative;
}
.section-service-top.sp .cover .title-box {
  position: absolute;
  top: 0;
}

.section-download-recruit-container {
  position: relative;
}
.section-download-recruit-container .download-recruit-box {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0066CC;
}
.section-download-recruit-container .download-recruit-box .uk-flex {
  justify-content: space-between;
}
.section-download-recruit-container .download-recruit-box .uk-flex .link {
  width: 300px;
}
.section-download-recruit-container .download-recruit-box .uk-flex .link:first-child a {
  color: #fff;
  border: 1px solid #fff;
  background: #0066CC;
  margin-bottom: 20px;
}
.section-download-recruit-container .download-recruit-box .uk-flex .link:first-child a:hover {
  background: #fff;
  color: #0066CC;
  border: 1px solid #0066CC;
}
.section-download-recruit-container .download-recruit-box .uk-flex .link a {
  height: 100px;
  padding: 0;
  width: auto;
  font-size: 20px !important;
}
.section-download-recruit-container .download-recruit-box .uk-flex .link a::after {
  content: none;
}

.section-download-recruit-container-bg-none {
  position: relative;
}
.section-download-recruit-container-bg-none .download-recruit-box {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-download-recruit-container-bg-none .download-recruit-box .uk-flex {
  justify-content: space-between;
}
.section-download-recruit-container-bg-none .download-recruit-box .uk-flex .link:last-child a {
  color: #fff;
  background: #0066CC;
}
.section-download-recruit-container-bg-none .download-recruit-box .uk-flex .link:last-child a:hover {
  background: #fff;
  color: #0066CC;
  border: 1px solid #0066CC;
}
.section-download-recruit-container-bg-none .download-recruit-box .uk-flex .link a {
  height: 100px;
  padding: 0;
  width: auto;
  font-size: 20px !important;
  border: 1px solid #0066CC;
}
.section-download-recruit-container-bg-none .download-recruit-box .uk-flex .link a::after {
  content: none;
}
.section-page-top .text-box h1 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.page-nav {
  justify-content: center;
  margin-top: 60px;
  display: flex !important;
}
.page-nav .pages {
  display: none;
  border: 1px solid #53B7EB;
  background: #53B7EB;
  color: #fff;
  margin: 60px 10px;
  font-size: 25px;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-nav .next, .page-nav .prev {
  margin: 0 10px;
}
.page-nav .next a, .page-nav .prev a {
  font-size: 20px;
  color: #eceff1;
}
.page-nav .next span, .page-nav .prev span {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #45474F;
  border-right: 1px solid #45474F;
  transform: rotate(45deg);
}
.page-nav .next span.archive-prev, .page-nav .prev span.archive-prev {
  border-right: none;
  border-left: 1px solid #45474F;
  transform: rotate(-45deg);
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
}
.wp-pagenavi .page {
  border: none;
  font-size: 24px !important;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  padding: 10px;
  color: #45474F;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wp-pagenavi .current {
  color: #fff;
  border: none;
  font-size: 24px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #45474F;
  padding: 10px;
  border-radius: 6px;
  font-weight: 400 !important;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wp-pagenavi .smaller {
  color: #45474F;
}
.wp-pagenavi .previouspostslink {
  display: none;
}
.wp-pagenavi .nextpostslink {
  display: none;
}
.wp-pagenavi .extend {
  display: none;
}
.wp-pagenavi .first {
  display: none;
}
.wp-pagenavi .last {
  display: none;
}

.page-nav-sp {
  justify-content: center;
  margin-top: 60px;
  display: none !important;
}
.page-nav-sp .pages {
  display: none;
  border: 1px solid #53B7EB;
  background: #53B7EB;
  color: #fff;
  margin: 60px 10px;
  font-size: 25px;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-nav-sp .next, .page-nav-sp .prev {
  margin: 0 10px;
}
.page-nav-sp .next a, .page-nav-sp .prev a {
  font-size: 20px;
  color: #eceff1;
}
.page-nav-sp .next span, .page-nav-sp .prev span {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #45474F;
  border-right: 1px solid #45474F;
  transform: rotate(45deg);
}
#section-method {
  background: #F5F5F5;
  overflow: hidden;
  padding: 80px 0;
}
#section-method .slider-wrap .swiper {
  overflow: visible;
}
#section-method .slider-wrap .swiper .swiper-wrapper {
  width: 100vw;
}
#section-method .slider-wrap .swiper .swiper-wrapper .swiper-slide a .img-box {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
#section-method .slider-wrap .swiper .swiper-wrapper .swiper-slide a .img-box img {
  width: 100%;
  transition: all 0.3s ease;
}
#section-method .slider-wrap .swiper .swiper-wrapper .swiper-slide a .contents-list-details span {
  color: #45474F;
}
#section-method .slider-wrap .swiper .swiper-wrapper .swiper-slide a .contents-list-details span.category {
  display: block;
  max-width: 140px;
  background: #45474F;
  color: #fff;
  border-radius: 50px;
  text-align: center;
}
#section-method .slider-wrap .swiper .swiper-wrapper .swiper-slide a .contents-list-details span.title {
  display: block;
}
#section-method .slider-wrap .swiper .swiper-wrapper .swiper-slide a:hover .img-box img {
  transform: scale(1.05);
}
#section-method .slider-wrap .swiper .swiper-wrapper .swiper-slide a:hover .contents-list-details span {
  color: #45474F;
}
#section-method .slider-wrap .swiper .swiper-wrapper .swiper-slide a:hover .contents-list-details span.category {
  color: #fff;
}
#section-method .slider-wrap .slider-nav-container.uk-flex .btn {
  width: 120px;
}
#section-method .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-prev {
  position: unset;
  width: unset;
  height: unset;
  margin: unset;
}
#section-method .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-prev::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/slider-btn-left.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#section-method .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-next {
  position: unset;
  width: unset;
  height: unset;
  margin: unset;
}
#section-method .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-next::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/slider-btn-right.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#section-method .slider-wrap .slider-nav-container.uk-flex .swiper-scrollbar {
  position: unset;
  background: #BFBFBF;
  width: 70%;
}
#section-method .slider-wrap .slider-nav-container.uk-flex .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0066CC;
}
#section-method .slider-wrap .slider-nav-container.uk-flex .more a {
  display: flex;
  align-items: center;
  justify-content: end;
}
#section-method .slider-wrap .slider-nav-container.uk-flex .more a::after {
  content: "";
  width: 50px;
  height: 5px;
  border-bottom: solid 1px #0066CC;
  border-right: solid 1px #0066CC;
  transform: skew(45deg);
  margin-left: 10px;
  margin-right: 10px;
}
#section-method .slider-wrap .uk-slider-container ul {
  width: 150vw;
}
#section-method .slider-wrap .uk-slider-container li {
  padding-right: 40px;
}
#section-method .slider-wrap .uk-slider-container .slider-nav-container .btn {
  width: 70px;
  justify-content: space-between;
}
#section-method .slider-wrap .uk-slider-container .slider-nav-container .btn a.slider-btn {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/slider-btn-left.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#section-method .slider-wrap .uk-slider-container .slider-nav-container .btn a:last-child.slider-btn {
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/slider-btn-right.webp");
}
#section-method .slider-wrap .uk-slider-container .slider-nav-container .span.scrollbar {
  position: relative;
  width: 60%;
  height: 4px;
  background-color: #ccc;
  overflow: hidden;
  margin: 0 20px;
}
#section-method .slider-wrap .uk-slider-container .slider-nav-container .span.scrollbar .scrollbar-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20%;
  background-color: #0066CC;
  transition: left 0.3s ease;
}
#section-method .slider-wrap .uk-slider-container .slider-nav-container .more a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-method .slider-wrap .uk-slider-container .slider-nav-container .more a::after {
  content: "";
  width: 50px;
  height: 5px;
  border-bottom: solid 1px #0066CC;
  border-right: solid 1px #0066CC;
  transform: skew(45deg);
  margin-left: 10px;
}

#section-case {
  overflow: hidden;
  padding-bottom: 80px;
}
#section-case .section-wrap .slider-wrap .swiper {
  overflow: visible;
}
#section-case .section-wrap .slider-wrap .swiper .swiper-wrapper {
  width: 100vw;
}
#section-case .section-wrap .slider-wrap .swiper .swiper-wrapper .swiper-slide a .img-box {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
#section-case .section-wrap .slider-wrap .swiper .swiper-wrapper .swiper-slide a .img-box img {
  transition: all 0.3s ease;
}
#section-case .section-wrap .slider-wrap .swiper .swiper-wrapper .swiper-slide a .contents-list-details span {
  color: #45474F;
}
#section-case .section-wrap .slider-wrap .swiper .swiper-wrapper .swiper-slide a .contents-list-details span.category {
  display: block;
  max-width: 140px;
  background: #45474F;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  display: none;
}
#section-case .section-wrap .slider-wrap .swiper .swiper-wrapper .swiper-slide a .contents-list-details span.title {
  display: block;
}
#section-case .section-wrap .slider-wrap .swiper .swiper-wrapper .swiper-slide:hover .img-box img {
  transform: scale(1.05);
}
#section-case .section-wrap .slider-wrap .swiper .swiper-wrapper .swiper-slide:hover .contents-list-details span {
  color: #45474F;
}
#section-case .section-wrap .slider-wrap .swiper .swiper-wrapper .swiper-slide:hover .contents-list-details span.category {
  color: #fff;
}
#section-case .section-wrap .slider-wrap .slider-nav-container.uk-flex .btn {
  width: 120px;
}
#section-case .section-wrap .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-prev {
  position: unset;
  width: unset;
  height: unset;
  margin: unset;
}
#section-case .section-wrap .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-prev::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/slider-btn-left.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#section-case .section-wrap .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-next {
  position: unset;
  width: unset;
  height: unset;
  margin: unset;
}
#section-case .section-wrap .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-next::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/slider-btn-right.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#section-case .section-wrap .slider-wrap .slider-nav-container.uk-flex .swiper-scrollbar {
  position: unset;
  background: #BFBFBF;
  width: 70%;
}
#section-case .section-wrap .slider-wrap .slider-nav-container.uk-flex .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0066CC;
}
#section-case .section-wrap .slider-wrap .slider-nav-container.uk-flex .more a {
  display: flex;
  align-items: center;
  justify-content: end;
}
#section-case .section-wrap .slider-wrap .slider-nav-container.uk-flex .more a::after {
  content: "";
  width: 50px;
  height: 5px;
  border-bottom: solid 1px #0066CC;
  border-right: solid 1px #0066CC;
  transform: skew(45deg);
  margin-left: 10px;
  margin-right: 10px;
}
#section-case .uk-slider-container ul {
  width: 150vw;
}
#section-case .uk-slider-container li {
  padding-right: 40px;
}
#section-case .uk-slider-container .slider-nav-container .btn {
  width: 70px;
  justify-content: space-between;
}
#section-case .uk-slider-container .slider-nav-container .btn a.slider-btn {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/slider-btn-left.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#section-case .uk-slider-container .slider-nav-container .btn a:last-child.slider-btn {
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/slider-btn-right.webp");
}
#section-case .uk-slider-container .slider-nav-container .span.scrollbar {
  position: relative;
  width: 60%;
  height: 4px;
  background-color: #ccc;
  overflow: hidden;
  margin: 0 20px;
}
#section-case .uk-slider-container .slider-nav-container .span.scrollbar .scrollbar-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20%;
  background-color: #0066CC;
  transition: left 0.3s ease;
}
#section-case .uk-slider-container .slider-nav-container .more a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-case .uk-slider-container .slider-nav-container .more a::after {
  content: "";
  width: 50px;
  height: 5px;
  border-bottom: solid 1px #0066CC;
  border-right: solid 1px #0066CC;
  transform: skew(45deg);
  margin-left: 10px;
}

#section-efficient {
  background: #F5F5F5;
  overflow: hidden;
  padding: 80px 0;
}
#section-efficient .slider-wrap .swiper {
  overflow: visible;
}
#section-efficient .slider-wrap .swiper .swiper-wrapper {
  width: 100vw;
}
#section-efficient .slider-wrap .swiper .swiper-wrapper .swiper-slide a .img-box {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
#section-efficient .slider-wrap .swiper .swiper-wrapper .swiper-slide a .img-box img {
  width: 100%;
  transition: all 0.3s ease;
}
#section-efficient .slider-wrap .swiper .swiper-wrapper .swiper-slide a .contents-list-details span {
  color: #45474F;
}
#section-efficient .slider-wrap .swiper .swiper-wrapper .swiper-slide a .contents-list-details span.category {
  display: block;
  max-width: 140px;
  background: #45474F;
  color: #fff;
  border-radius: 50px;
  text-align: center;
}
#section-efficient .slider-wrap .swiper .swiper-wrapper .swiper-slide a .contents-list-details span.title {
  display: block;
}
#section-efficient .slider-wrap .swiper .swiper-wrapper .swiper-slide a:hover .img-box img {
  transform: scale(1.05);
}
#section-efficient .slider-wrap .swiper .swiper-wrapper .swiper-slide a:hover .contents-list-details span {
  color: #45474F;
}
#section-efficient .slider-wrap .swiper .swiper-wrapper .swiper-slide a:hover .contents-list-details span.category {
  color: #fff;
}
#section-efficient .slider-wrap .slider-nav-container.uk-flex .btn {
  width: 120px;
}
#section-efficient .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-prev {
  position: unset;
  width: unset;
  height: unset;
  margin: unset;
}
#section-efficient .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-prev::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/slider-btn-left.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#section-efficient .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-next {
  position: unset;
  width: unset;
  height: unset;
  margin: unset;
}
#section-efficient .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-next::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/slider-btn-right.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#section-efficient .slider-wrap .slider-nav-container.uk-flex .swiper-scrollbar {
  position: unset;
  background: #BFBFBF;
  width: 70%;
}
#section-efficient .slider-wrap .slider-nav-container.uk-flex .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0066CC;
}
#section-efficient .slider-wrap .slider-nav-container.uk-flex .more a {
  display: flex;
  align-items: center;
  justify-content: end;
}
#section-efficient .slider-wrap .slider-nav-container.uk-flex .more a::after {
  content: "";
  width: 50px;
  height: 5px;
  border-bottom: solid 1px #0066CC;
  border-right: solid 1px #0066CC;
  transform: skew(45deg);
  margin-left: 10px;
  margin-right: 10px;
}
#section-efficient .slider-wrap .uk-slider-container ul {
  width: 150vw;
}
#section-efficient .slider-wrap .uk-slider-container li {
  padding-right: 40px;
}
#section-efficient .slider-wrap .uk-slider-container .slider-nav-container .btn {
  width: 70px;
  justify-content: space-between;
}
#section-efficient .slider-wrap .uk-slider-container .slider-nav-container .btn a.slider-btn {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/slider-btn-left.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#section-efficient .slider-wrap .uk-slider-container .slider-nav-container .btn a:last-child.slider-btn {
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/slider-btn-right.webp");
}
#section-efficient .slider-wrap .uk-slider-container .slider-nav-container .span.scrollbar {
  position: relative;
  width: 60%;
  height: 4px;
  background-color: #ccc;
  overflow: hidden;
  margin: 0 20px;
}
#section-efficient .slider-wrap .uk-slider-container .slider-nav-container .span.scrollbar .scrollbar-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20%;
  background-color: #0066CC;
  transition: left 0.3s ease;
}
#section-efficient .slider-wrap .uk-slider-container .slider-nav-container .more a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-efficient .slider-wrap .uk-slider-container .slider-nav-container .more a::after {
  content: "";
  width: 50px;
  height: 5px;
  border-bottom: solid 1px #0066CC;
  border-right: solid 1px #0066CC;
  transform: skew(45deg);
  margin-left: 10px;
}

#header, #header-front {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 0;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.3s ease;
}
#header .section-wrap .flex-box .uk-flex .flex-item:first-child, #header-front .section-wrap .flex-box .uk-flex .flex-item:first-child {
  width: auto;
}
#header .section-wrap .flex-box .uk-flex .flex-item:first-child a img, #header-front .section-wrap .flex-box .uk-flex .flex-item:first-child a img {
  width: 100%;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2), #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) {
  width: 70%;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li a.nav, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li a.nav {
  position: relative;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li a.nav::after, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li a.nav::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: "";
  width: 0;
  height: 2px;
  background: #0066CC;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: 0.3s;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li a.nav.active, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li a.nav.active {
  color: #0066CC;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li a.nav.active::after, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li a.nav.active::after {
  width: 100%;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li a.nav:hover::after, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li a.nav:hover::after {
  width: 100%;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline a span.arrow, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline a span.arrow {
  border-top: 1px solid;
  border-right: 1px solid;
  width: 8px;
  height: 8px;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 10px;
  transition: all 0.5s ease;
  position: relative;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline a span.arrow.arrow-open, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline a span.arrow.arrow-open {
  transform: rotate(135deg);
  top: -2px;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline a span.border, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline a span.border {
  border-bottom: 2px solid #0066CC;
  width: 0;
  height: 2px;
  transition: all 0.5s ease;
  position: absolute;
  display: block;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline a span.border.border-open, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline a span.border.border-open {
  width: 100%;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline a::after, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline a::after {
  display: none;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline a:hover::after, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline a:hover::after {
  transform: rotate(180deg);
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline a.active span.border, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline a.active span.border {
  width: 100%;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline .uk-dropdown, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline .uk-dropdown {
  top: 69px !important;
  transform: translateX(-50%) !important;
  max-width: 300px !important;
  min-width: 300px !important;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline .uk-dropdown ul li, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline .uk-dropdown ul li {
  padding: 0;
  justify-content: center;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline .uk-dropdown ul li a, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline .uk-dropdown ul li a {
  color: #45474F;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline .uk-dropdown ul li a:hover, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline .uk-dropdown ul li a:hover {
  color: #0066CC;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline.company .uk-dropdown, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li.uk-inline.company .uk-dropdown {
  max-width: 230px !important;
  min-width: 230px !important;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li .link a, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li .link a {
  height: 40px;
  padding: 0 20px;
  border: 1px solid #45474F;
  color: #45474F;
  background: #fff;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li .link a:hover, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li .link a:hover {
  color: #fff;
  background: #45474F;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li .link a::after, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li .link a::after {
  content: none;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li:last-child .link a, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li:last-child .link a {
  background: #45474F;
  color: #fff;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li:last-child .link a:hover, #header-front .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) ul li:last-child .link a:hover {
  background: #fff;
  color: #45474F;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .header, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background: #fff;
  position: relative;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .logo, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .logo {
  font-size: 24px;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_hidden, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_hidden {
  display: none;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  z-index: 100;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  border-bottom-left-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open span,
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open span:before,
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open span:after, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open span,
#header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open span:before,
#header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background: #0066CC;
  transition: 0.5s;
  position: absolute;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open span:before, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open span:before {
  bottom: 8px;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open span:after, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open span:after {
  top: 8px;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::before, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(35deg);
  background: #fff;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::after, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-35deg);
  background: #fff;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_content, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100% !important;
  z-index: 99;
  background: #0066CC;
  transition: 0.5s;
  text-align: center;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list {
  list-style: none;
  text-align: left;
  padding: 0 20px;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list.nav_img, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list.nav_img {
  margin-bottom: 40px;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li .link a, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li .link a {
  height: 60px;
  padding: 0 20px;
  border: 1px solid #45474F;
  color: #45474F;
  background: #fff;
  width: auto;
  margin: 0 auto;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li .link a:hover, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li .link a:hover {
  color: #fff;
  background: #45474F;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li .link a::after, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li .link a::after {
  content: "";
  position: absolute;
  border-top: 2px solid #45474F;
  border-right: 2px solid #45474F;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  left: unset;
  bottom: unset;
  right: 20px;
  transition: all 0.3s ease;
  background: unset;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li .link a:hover::after, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li .link a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li:last-child .link, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li:last-child .link {
  margin-top: 20px;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li:last-child .link a, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li:last-child .link a {
  background: #45474F;
  color: #fff;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li:last-child .link a:hover, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li:last-child .link a:hover {
  background: #fff;
  color: #45474F;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li.nav_link, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li.nav_link {
  border-bottom: none;
  padding-bottom: 0;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li.nav_link:last-child a::after, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li.nav_link:last-child a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li.nav_link:last-child a:hover::after, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li.nav_link:last-child a:hover::after {
  border-top: 2px solid #45474F;
  border-right: 2px solid #45474F;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li.border-none, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list li.border-none {
  border-bottom: none;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_item a, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_item a {
  color: #0C1634;
  text-decoration: none;
  position: relative;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_item a::after, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_item a::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: "";
  width: 0;
  height: 2px;
  background: #0066CC;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: 0.3s;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_item a:hover::after, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_item a:hover::after {
  width: 100%;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .uk-accordion-title::before, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .uk-accordion-title::before {
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/header/header-nav-open.webp");
  width: 22px;
  height: 22px;
  background-size: contain;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .uk-accordion-content, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .uk-accordion-content {
  display: inline-grid;
  margin-left: 10px;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .uk-accordion-content a, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .uk-accordion-content a {
  margin: 10px 0;
  position: relative;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .uk-accordion-content a::after, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .uk-accordion-content a::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: "";
  width: 0;
  height: 2px;
  background: #0066CC;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: 0.3s;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .uk-accordion-content a:hover::after, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .uk-accordion-content a:hover::after {
  width: 100%;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child li.uk-open a.uk-accordion-title::before, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child li.uk-open a.uk-accordion-title::before {
  content: "";
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/header/header-nav-close.webp");
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child #drawer_input:checked ~ .nav_content, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child #drawer_input:checked ~ .nav_content {
  right: 0 !important;
  overflow: scroll;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open {
  background: transparent;
  box-shadow: none;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child ul, #header .section-wrap .flex-box .uk-flex .flex-item:last-child ol, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child ul, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child ol {
  padding-left: inherit;
  margin: 20px 0;
}

#header {
  background: rgba(255, 255, 255, 0.9) !important;
  position: sticky;
}

#front-top {
  padding-top: 120px;
  padding-bottom: 0;
}
#front-top .fix-download {
  position: fixed;
  width: 30px;
  right: 0;
  bottom: 10%;
  padding: 20px;
  background: #0066CC;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: all 2s ease;
  z-index: 2;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}
#front-top .fix-download p {
  writing-mode: vertical-rl;
  color: #fff;
}
#front-top .fix-download .close-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/close-btn.webp");
  background-size: cover;
  background-repeat: no-repeat;
  top: -10px;
  left: -10px;
  cursor: pointer;
}
#front-top .section-wrap .title-box {
  max-width: 260px;
}
#front-top .section-wrap .title-text {
  margin-top: 150px;
}

#front-event .section-wrap .event-container {
  width: auto;
  margin-left: auto;
}
#front-event .section-wrap .event-container .section-title h1 {
  font-size: 56px;
}
#front-event .section-wrap .event-container .section-title p {
  font-size: 14px;
}
#front-event .section-wrap .event-container .banner-link {
  border-radius: 6px;
  overflow: hidden;
}

#front-case {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  overflow: hidden;
  padding-bottom: 150px;
}
#front-case .section-title {
  margin-bottom: 20px;
}
#front-case .list {
  width: 80%;
}
#front-case .list .slider-wrap .swiper.mySwiper {
  overflow: visible;
}
#front-case .list .slider-wrap .swiper.mySwiper .swiper-wrapper {
  width: 100vw;
}
#front-case .list .slider-wrap .swiper.mySwiper .swiper-wrapper .swiper-slide a .img-box {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
#front-case .list .slider-wrap .swiper.mySwiper .swiper-wrapper .swiper-slide a .img-box img {
  transition: all 0.3s ease;
}
#front-case .list .slider-wrap .swiper.mySwiper .swiper-wrapper .swiper-slide a .contents-list-details span {
  color: #45474F;
}
#front-case .list .slider-wrap .swiper.mySwiper .swiper-wrapper .swiper-slide a .contents-list-details span.category {
  display: block;
  max-width: 140px;
  background: #45474F;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  display: none;
}
#front-case .list .slider-wrap .swiper.mySwiper .swiper-wrapper .swiper-slide a .contents-list-details span.title {
  display: block;
}
#front-case .list .slider-wrap .swiper.mySwiper .swiper-wrapper .swiper-slide a:hover .img-box img {
  transform: scale(1.05);
}
#front-case .list .slider-wrap .swiper.mySwiper .swiper-wrapper .swiper-slide a:hover .contents-list-details span {
  color: #45474F;
}
#front-case .list .slider-wrap .swiper.mySwiper .swiper-wrapper .swiper-slide a:hover .contents-list-details span.category {
  color: #fff;
}
#front-case .list .slider-wrap .swiper.mySwiper .slider-nav-container.uk-flex .btn {
  width: 120px;
}
#front-case .list .slider-wrap .swiper.mySwiper .slider-nav-container.uk-flex .btn .swiper-button-prev {
  position: unset;
  width: unset;
  height: unset;
  margin: unset;
}
#front-case .list .slider-wrap .swiper.mySwiper .slider-nav-container.uk-flex .btn .swiper-button-prev::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/slider-btn-left.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#front-case .list .slider-wrap .swiper.mySwiper .slider-nav-container.uk-flex .btn .swiper-button-next {
  position: unset;
  width: unset;
  height: unset;
  margin: unset;
}
#front-case .list .slider-wrap .swiper.mySwiper .slider-nav-container.uk-flex .btn .swiper-button-next::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/slider-btn-right.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#front-case .list .slider-wrap .swiper.mySwiper .slider-nav-container.uk-flex .swiper-scrollbar {
  position: unset;
  background: #BFBFBF;
  width: 70%;
}
#front-case .list .slider-wrap .swiper.mySwiper .slider-nav-container.uk-flex .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0066CC;
}
#front-case .list .slider-wrap .swiper.mySwiper .slider-nav-container.uk-flex .more a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#front-case .list .slider-wrap .swiper.mySwiper .slider-nav-container.uk-flex .more a::after {
  content: "";
  width: 50px;
  height: 5px;
  border-bottom: solid 1px #0066CC;
  border-right: solid 1px #0066CC;
  transform: skew(45deg);
  margin-left: 10px;
  margin-right: 10px;
}
#front-case .list .uk-slider-container li {
  padding-right: 40px;
}
#front-case .list .uk-slider-container .slider-nav-container .btn {
  width: 70px;
  justify-content: space-between;
}
#front-case .list .uk-slider-container .slider-nav-container .btn a.slider-btn {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/slider-btn-left.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#front-case .list .uk-slider-container .slider-nav-container .btn a:last-child.slider-btn {
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/slider-btn-right.webp");
}
#front-case .list .uk-slider-container .slider-nav-container .span.scrollbar {
  position: relative;
  width: 60%;
  height: 4px;
  background-color: #ccc;
  overflow: hidden;
  margin: 0 20px;
}
#front-case .list .uk-slider-container .slider-nav-container .span.scrollbar .scrollbar-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20%;
  background-color: #0066CC;
  transition: left 0.3s ease;
}
#front-case .list .uk-slider-container .slider-nav-container .more a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#front-case .list .uk-slider-container .slider-nav-container .more a::after {
  content: "";
  width: 50px;
  height: 5px;
  border-bottom: solid 1px #0066CC;
  border-right: solid 1px #0066CC;
  transform: skew(45deg);
  margin-left: 10px;
  margin-right: 10px;
}

#front-business {
  padding: 0;
  position: relative;
}
#front-business::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 102, 204, 0) 70%, rgb(58, 112, 203) 100%, #0066cc 100%);
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
#front-business.show-before::before {
  opacity: 1;
}
#front-business .section-wrap {
  background: rgba(255, 255, 255, 0.9);
}
#front-business .section-wrap .flex-box .uk-flex .flex-item {
  width: 30%;
  box-shadow: 0 0 18px rgba(191, 191, 191, 0.5);
  position: relative;
}
#front-business .section-wrap .flex-box .uk-flex .flex-item:nth-child(2n+1) {
  transform: translateY(30px);
}
#front-business .section-wrap .flex-box .uk-flex .flex-item::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0066CC;
  left: 50%;
  transform: translate(-50%, -6px);
}
#front-business .section-wrap .flex-box .uk-flex .flex-item::before {
  content: "";
  position: absolute;
  height: 88px;
  border-left: 2px dashed #0066CC;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 88px);
}
#front-business .section-wrap .flex-box .uk-flex .flex-item .img-box img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#front-business .section-wrap .flex-box .uk-flex .flex-item .text-box {
  padding: 30px 20px;
  padding-bottom: 80px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #fff;
}

#front-marketing {
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
  padding: 0;
}
#front-marketing .section-wrap {
  position: relative;
}
#front-marketing .section-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/front/marketing/front-marketing-bg-im03.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  opacity: var(--before-opacity, 0);
  transition: all 0.3s ease;
}
#front-marketing .section-wrap .marketing-container .flex-box .uk-flex .flex-item {
  width: 45%;
}
#front-marketing .section-wrap .marketing-container .flex-box .uk-flex .flex-item:last-child {
  width: 40%;
}
#front-marketing .section-wrap .service-container {
  margin-top: 100px;
  overflow: hidden;
}
#front-marketing .section-wrap .service-container .section-title {
  position: relative;
  padding-top: 100px;
}
#front-marketing .section-wrap .service-container .section-title::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#front-marketing .section-wrap .service-container .section-title::before {
  content: "";
  position: absolute;
  height: 88px;
  border-left: 2px dashed #fff;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex .flex-item {
  width: 25%;
  position: relative;
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex .flex-item::after {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 2px solid #fff;
  top: 0;
  right: -50px;
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex .flex-item:first-child .brand .brand-link.brand-link1 a::after {
  background-image: none;
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex .flex-item:last-child::after {
  content: none;
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex .flex-item .img-box img {
  max-width: 100%;
  max-height: 100%;
  width: 100px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex .flex-item .link a {
  font-size: 16px !important;
  width: auto;
  padding: 0 10px;
  align-items: unset;
  background: #0066CC;
  border: 1px solid #0066CC;
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex .flex-item .link a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex .flex-item .link a:hover {
  background: #fff;
  color: #0066CC;
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex .flex-item .link a:hover::after {
  border-top-color: #0066CC;
  border-right-color: #0066CC;
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex .flex-item .brand .brand-title p {
  color: #A4E0DE !important;
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex .flex-item .brand .brand-link {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex .flex-item .brand .brand-link a {
  background: #0066CC;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  flex-direction: column;
  width: auto;
  height: 60px;
  justify-content: center;
  border-radius: 6px;
  padding: 0 10px;
  font-size: 14px !important;
  position: relative;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex .flex-item .brand .brand-link a::after {
  content: "";
  position: absolute;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/link-icon-white.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  right: 10px;
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex .flex-item .brand .brand-link a:hover {
  background: #fff;
  color: #0066CC;
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex .flex-item .brand .brand-link a:hover::after {
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/link-icon-aic.webp");
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex.flex-sp .flex-item {
  background: #fff;
  padding: 40px 20px;
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex.flex-sp .flex-item .text-box h3 {
  color: #45474F !important;
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex.flex-sp .flex-item .brand {
  display: grid;
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex.flex-sp .flex-item .brand a {
  border-top: 1px solid #BFBFBF;
  padding: 20px 0;
  font-size: 14px !important;
  position: relative;
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex.flex-sp .flex-item .brand a::after {
  content: "";
  position: absolute;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/link-icon-default.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  right: 10px;
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex.flex-sp .flex-item .brand a:last-child {
  border-bottom: 1px solid #BFBFBF;
}
#front-marketing .section-wrap .service-container .flex-box .uk-flex.flex-sp .flex-item:nth-child(2) .brand a:first-child, #front-marketing .section-wrap .service-container .flex-box .uk-flex.flex-sp .flex-item:nth-child(3) .brand a:first-child {
  display: none;
}
#front-marketing .section-wrap .service-container .service-link {
  padding: 0 20px;
}
#front-marketing .section-wrap .service-container .service-link .link a {
  margin: 0 auto;
  background: #0066CC;
  border: 1px solid #fff;
  color: #fff;
}
#front-marketing .section-wrap .service-container .service-link .link a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#front-marketing .section-wrap .service-container .service-link .link a:hover {
  background: #fff;
  color: #0066CC;
}
#front-marketing .section-wrap .service-container .service-link .link a:hover::after {
  border-top-color: #0066CC;
  border-right-color: #0066CC;
}

#front-works {
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item {
  width: 35%;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item:last-child {
  width: 80%;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .swiper {
  overflow: visible;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .swiper .swiper-wrapper {
  width: 100vw;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .swiper .swiper-wrapper .swiper-slide .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .swiper .swiper-wrapper .swiper-slide .img-box img {
  width: 100%;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .swiper .swiper-wrapper .swiper-slide a .img-box {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .swiper .swiper-wrapper .swiper-slide a .img-box img {
  transition: all 0.3s ease;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .swiper .swiper-wrapper .swiper-slide a .contents-list-details span {
  color: #45474F;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .swiper .swiper-wrapper .swiper-slide a .contents-list-details span.title {
  display: block;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .swiper .swiper-wrapper .swiper-slide a:hover .img-box img {
  transform: scale(1.05);
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .swiper .swiper-wrapper .swiper-slide a:hover .contents-list-details span {
  color: #45474F;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .slider-nav-container.uk-flex .btn {
  width: 120px;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-prev {
  position: unset;
  width: unset;
  height: unset;
  margin: unset;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-prev::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/slider-btn-left.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-next {
  position: unset;
  width: unset;
  height: unset;
  margin: unset;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-next::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/slider-btn-right.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .slider-nav-container.uk-flex .swiper-scrollbar {
  position: unset;
  background: #BFBFBF;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .slider-nav-container.uk-flex .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0066CC;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .slider-nav-container.uk-flex .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: end;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .slider-nav-container.uk-flex .more a::after {
  content: "";
  width: 50px;
  height: 5px;
  border-bottom: solid 1px #0066CC;
  border-right: solid 1px #0066CC;
  transform: skew(45deg);
  margin-left: 10px;
  margin-right: 10px;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .uk-slider-container ul {
  width: 150vw;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .uk-slider-container .slider-nav-container .btn {
  width: 120px;
  justify-content: space-between;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .uk-slider-container .slider-nav-container a.slider-btn {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/slider-btn-left.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .uk-slider-container .slider-nav-container a:last-child.slider-btn {
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/slider-btn-right.webp");
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .uk-slider-container .slider-nav-container .span.scrollbar {
  position: relative;
  width: 60%;
  height: 4px;
  background-color: #ccc;
  overflow: hidden;
  margin: 0 20px;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .uk-slider-container .slider-nav-container .span.scrollbar .scrollbar-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20%;
  background-color: #0066CC;
  transition: left 0.3s ease;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .uk-slider-container .slider-nav-container .more a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .uk-slider-container .slider-nav-container .more a::after {
  content: "";
  width: 50px;
  height: 5px;
  border-bottom: solid 1px #0066CC;
  border-right: solid 1px #0066CC;
  transform: skew(45deg);
  margin-left: 10px;
  margin-right: 10px;
}

#front-company .section-wrap .flex-box .uk-flex .flex-item {
  width: 30%;
}
#front-company .section-wrap .flex-box .uk-flex .flex-item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
#front-company .section-wrap .flex-box .uk-flex .flex-item a .img-box {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  border: 3px solid #11C4B8;
}
#front-company .section-wrap .flex-box .uk-flex .flex-item a .img-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(84, 95, 108, 0.56);
  z-index: 1;
}
#front-company .section-wrap .flex-box .uk-flex .flex-item a .img-box img {
  position: relative;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
#front-company .section-wrap .flex-box .uk-flex .flex-item a .text-box {
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#front-company .section-wrap .flex-box .uk-flex .flex-item a:hover .img-box img {
  transform: scale(1.1);
}

#front-recruit .section-wrap .flex-box {
  background: #F3F3F3;
  border-radius: 8px;
  padding: 20px;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/front/recruit/front-recruit-bg-im01-sp.webp");
  background-size: 700px;
  background-position: bottom -280px left -100px;
  background-repeat: no-repeat;
}
#front-recruit .section-wrap .flex-box .uk-flex .flex-item:first-child {
  width: 60%;
}
#front-recruit .section-wrap .flex-box .uk-flex .flex-item:last-child {
  width: 23%;
}
#front-recruit .section-wrap .flex-box .uk-flex .flex-item .link:first-child {
  margin-bottom: 20px;
}
#front-recruit .section-wrap .flex-box .uk-flex .flex-item .link a {
  width: auto;
  border: 1px solid #45474F;
  color: #45474F;
}
#front-recruit .section-wrap .flex-box .uk-flex .flex-item .link a::after {
  border-top: 2px solid #45474F;
  border-right: 2px solid #45474F;
}
#front-recruit .section-wrap .flex-box .uk-flex .flex-item .link a:hover {
  background: #45474F;
  color: #fff;
}
#front-recruit .section-wrap .flex-box .uk-flex .flex-item .link a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
#about-top .section-wrap .text-box {
  margin-top: 40px;
}
#about-top .section-wrap .text-box h1 {
  letter-spacing: 0.2em;
}

#about-value {
  background: #F5F5F5;
}
#about-value .section-wrap .uk-grid .item-wrap {
  height: 100%;
  background: #fff;
}
#about-value .section-wrap .uk-grid .item-wrap .item-box {
  background: #fff;
  padding: 20px;
}
#about-value .section-wrap .uk-grid .item-wrap .item-box .img-box {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}

#about-message {
  scroll-margin: 110px;
  padding-bottom: 100px;
}
#about-message .section-wrap .flex-wrap .greeting-box {
  position: relative;
  z-index: 1;
}
#about-message .section-wrap .flex-wrap .greeting-box::before {
  content: none;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/aicreate-favicon.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 400px;
  z-index: -1;
}
#about-message .section-wrap .flex-wrap .greeting-box:last-child::before {
  left: 0px;
  top: 200px;
  right: unset;
}
#about-message .section-wrap .flex-wrap .greeting-box:last-child .uk-flex {
  flex-direction: row-reverse;
  margin-top: 60px;
}
#about-message .section-wrap .flex-wrap .greeting-box .uk-flex .flex-item:first-child {
  width: 55%;
}
#about-message .section-wrap .flex-wrap .greeting-box .uk-flex .flex-item:last-child {
  width: 35%;
}
#about-message .section-wrap .flex-wrap .greeting-box .uk-flex .flex-item .text-box .sns-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}
#about-message .section-wrap .flex-wrap .greeting-box .uk-flex .flex-item .text-box .sns-box p {
  width: 60%;
}
#about-message .section-wrap .flex-wrap .greeting-box .uk-flex .flex-item .text-box .sns-box .uk-flex {
  margin: 0;
  flex-direction: unset;
}
#about-message .section-wrap .flex-wrap .greeting-box .uk-flex .flex-item .text-box .sns-box .uk-flex a {
  margin-right: 20px;
}
#about-message .section-wrap .flex-wrap .greeting-box .uk-flex .flex-item .text-box .sns-box .uk-flex a:last-child {
  margin-right: 0;
}
#about-message .section-wrap .flex-wrap .greeting-box .uk-flex .flex-item .img-box .sns-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-left-width: 100%;
}
#about-message .section-wrap .flex-wrap .greeting-box .uk-flex .flex-item .img-box .sns-box p {
  width: 60%;
  text-align: right;
  margin-right: 40px;
}
#about-message .section-wrap .flex-wrap .greeting-box .uk-flex .flex-item .img-box .sns-box .uk-flex {
  margin: 0;
  flex-direction: unset;
}
#about-message .section-wrap .flex-wrap .greeting-box .uk-flex .flex-item .img-box .sns-box .uk-flex a {
  margin-right: 20px;
}
#about-message .section-wrap .flex-wrap .greeting-box .uk-flex .flex-item .img-box .sns-box .uk-flex a:last-child {
  margin-right: 0;
}

#service-top {
  padding: 0;
}
#service-marketing .section-wrap .flex-box .uk-flex .flex-item:first-child {
  width: 50%;
}
#service-marketing .section-wrap .flex-box .uk-flex .flex-item:last-child {
  width: 30%;
}

#service-type .section-wrap .type-container .type-box {
  scroll-margin-top: 150px;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.16);
}
#service-type .section-wrap .type-container .type-box .uk-flex {
  position: relative;
}
#service-type .section-wrap .type-container .type-box .uk-flex .flex-item:first-child {
  padding: 20px;
  width: 45%;
}
#service-type .section-wrap .type-container .type-box .uk-flex .flex-item:last-child {
  width: 45%;
  position: absolute;
  top: 0;
  right: 0;
}
#service-type .section-wrap .type-container .type-box .brand-box {
  padding: 20px;
}
#service-type .section-wrap .type-container .type-box .brand-box h3.title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#service-type .section-wrap .type-container .type-box .brand-box h3.title::after {
  content: none;
  display: block;
  width: 90%;
  height: 1px;
  background: #BFBFBF;
}
#service-type .section-wrap .type-container .type-box .brand-box .brand-item a {
  padding: 20px;
  position: relative;
}
#service-type .section-wrap .type-container .type-box .brand-box .brand-item a::before {
  content: "";
  position: absolute;
  border: 1px solid #BFBFBF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
}
#service-type .section-wrap .type-container .type-box .brand-box .brand-item a:hover::before {
  border-width: 2px;
  border-color: #0066CC;
}
#service-type .section-wrap .type-container .type-box .brand-box .brand-item a .more-box span.more {
  display: flex;
  align-items: center;
}
#service-type .section-wrap .type-container .type-box .brand-box .brand-item a .more-box span.more::after {
  content: "";
  width: 40px;
  height: 5px;
  border-bottom: solid 1px #0066CC;
  border-right: solid 1px #0066CC;
  transform: skew(45deg);
  margin-left: 10px;
}
#service-type .section-wrap .type-container .type-box .brand-box .brand-item a .more-box img {
  width: 20px;
  height: 20px;
}

#service-faq .section-wrap .faq-container {
  margin: 0 auto;
}
#service-faq .section-wrap .faq-container ul li {
  padding-bottom: 20px;
  border-bottom: 1px solid #BFBFBF;
}
#service-faq .section-wrap .faq-container ul li.uk-open a::before {
  content: "";
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/works/service/service-faq-close-btn.svg");
  height: 2px;
}
#service-faq .section-wrap .faq-container ul li a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
#service-faq .section-wrap .faq-container ul li a::before {
  content: "";
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/works/service/service-faq-open-btn.svg");
  background-size: auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

#section-case .section-text-box h2 {
  border-bottom: 1px solid #11C4B8;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 10px;
}
#section-case .section-text-box h2.border-none {
  border: none;
}
#section-case .link.border {
  margin-top: 70px;
}
#section-case .link.border a {
  margin: 0 auto;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#section-case .link.border a::after {
  content: none;
}
#marketing-problem .section-wrap {
  padding: 80px 0;
}
#marketing-problem .section-wrap:first-child {
  position: relative;
  background: #F5F5F5;
}
#marketing-problem .section-wrap:first-child::before {
  content: "";
  position: absolute;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/works/marketing/problem/marketing-problem-arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 46px;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
}
#marketing-problem .section-wrap:last-child .section-text-box h2 {
  margin-bottom: 40px !important;
}
#marketing-problem .section-wrap .problem-box {
  width: 90%;
  margin: 0 auto;
}
#marketing-problem .section-wrap .problem-box .problem-item img {
  width: 30px;
  height: 26px;
  margin-right: 20px;
}

#marketing-value {
  position: relative;
}
#marketing-value::before {
  content: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, white 50%, #0066cc 50%);
  bottom: 0;
  left: 0;
  z-index: -1;
}
#marketing-value .section-wrap .flex-box .uk-flex .flex-item {
  width: 30%;
  box-shadow: 0 0 18px rgba(191, 191, 191, 0.5);
  position: relative;
  background: #fff;
}
#marketing-value .section-wrap .flex-box .uk-flex .flex-item:nth-child(2n) {
  transform: translateY(30px);
}
#marketing-value .section-wrap .flex-box .uk-flex .flex-item .img-box img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#marketing-value .section-wrap .flex-box .uk-flex .flex-item .text-box {
  padding: 30px 20px;
  padding-bottom: 40px;
  text-align: center;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #fff;
}

#marketing-step {
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/works/marketing/step/marketing-step-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 0;
}
#marketing-step .section-wrap .step-box.flow {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#marketing-step .section-wrap .step-box.flow::before {
  content: "";
  position: absolute;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/works/marketing/step/marketing-step-ring.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 290px;
  height: 290px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2 {
  height: 160px;
  position: relative;
  z-index: 1;
}
#marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #11C4B8 transparent;
  border-width: 0px 15px 20px 15px;
}
#marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2:first-child::before {
  bottom: -10px;
  right: 94px;
  transform: rotate(20deg);
}
#marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2:nth-child(2)::before {
  top: 58px;
  left: 30px;
  transform: rotate(109deg);
}
#marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2:nth-child(3)::before {
  top: 82px;
  right: -10px;
  transform: rotate(289deg);
}
#marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2:nth-child(4)::before {
  top: -10px;
  left: 133px;
  transform: rotate(200deg);
}
#marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2.uk-grid-margin {
  margin-top: 80px;
}
#marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2 .step-item {
  background: #fff;
  height: 100%;
}
#marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2 .step-item img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
#marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2 .step-item .text-box h1 {
  color: #11C4B8;
}
#marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2 .step-item .text-box h1 span {
  margin-right: 10px;
}
#marketing-step .section-wrap .step-box.list {
  margin-top: 120px;
}
#marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1:nth-child(2n) {
  margin-top: 60px !important;
}
#marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1:nth-child(1), #marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1:nth-child(2) {
  margin-bottom: 40px;
}
#marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1.uk-grid-margin {
  margin-top: 0;
}
#marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1 .step-item .img-box {
  position: relative;
  background: #F5F5F5;
  padding: 40px;
  display: none;
}
#marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1 .step-item .img-box img {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
#marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1 .step-item .img-box .num-box {
  position: absolute;
  top: -60px;
  left: 0;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
#marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1 .step-item .img-box .num-box h1 {
  color: #11C4B8;
}
#marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1 .step-item .text-box ul li {
  width: 40%;
  height: 40px;
  text-align: center;
}
#marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1 .step-item .text-box ul li:nth-child(2n) {
  padding-left: 20px;
}
#marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1 .step-item .text-box ul li:nth-child(3), #marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1 .step-item .text-box ul li:nth-child(4) {
  margin-top: 10px;
}
#marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1 .step-item .text-box ul li p {
  background: #fff;
  border: 1px solid #BFBFBF;
  border-radius: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#marketing-step .consultation {
  position: relative;
  margin-top: 50px;
}
#marketing-step .consultation .consultation-box {
  background: #F5F5F5;
  padding: 60px 0;
}
#marketing-step .consultation .consultation-box .section-download-recruit-container {
  transform: unset;
}
#marketing-step .consultation .consultation-box .download-recruit-box {
  height: unset;
  background: none;
}
#marketing-step .consultation .consultation-box .download-recruit-box .link:first-child a {
  border: 1px solid #fff;
}
#marketing-step .consultation .consultation-box .download-recruit-box .link:last-child a {
  border: 2px solid #0066CC;
}
#marketing-can .section-wrap .section-text-box {
  margin-bottom: 40px !important;
}
#marketing-can .section-wrap .section-text-box h2 {
  margin-bottom: 0 !important;
}
#marketing-can .section-wrap .can-table table {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border-collapse: collapse;
}
#marketing-can .section-wrap .can-table table thead tr {
  height: 80px;
  border-top: 1px solid #BFBFBF;
}
#marketing-can .section-wrap .can-table table thead tr th {
  background: #e6f0fa;
  width: 150px;
}
#marketing-can .section-wrap .can-table table thead tr th:nth-child(2) {
  background: #0066CC;
  color: #fff;
  border-left: 6px solid #0066CC;
  border-right: 6px solid #0066CC;
  position: relative;
  z-index: 1;
}
#marketing-can .section-wrap .can-table table thead tr th:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 105.5%;
  height: 6px;
  background: #0066CC;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  top: -6px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
#marketing-can .section-wrap .can-table table tbody tr {
  height: 80px;
  border-top: 1px solid #BFBFBF;
}
#marketing-can .section-wrap .can-table table tbody tr:last-child td:nth-child(2) {
  position: relative;
  z-index: 1;
}
#marketing-can .section-wrap .can-table table tbody tr:last-child td:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 105.5%;
  height: 6px;
  background: #0066CC;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
#marketing-can .section-wrap .can-table table tbody tr td {
  text-align: center;
}
#marketing-can .section-wrap .can-table table tbody tr td:nth-child(2) {
  border-left: 6px solid #0066CC;
  border-right: 6px solid #0066CC;
}
#marketing-can .section-wrap .can-table table tbody tr td span.circle {
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/works/marketing/can/marketing-can-circle.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#marketing-can .section-wrap .can-table table tbody tr td span.triangle {
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/works/marketing/can/marketing-can-triangle.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#marketing-can .section-wrap .can-table table tbody tr td span.none {
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/works/marketing/can/marketing-can-none.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#marketing-can .section-wrap .can-table table tbody tr:nth-child(2n) td {
  background: #F5F5F5;
}
#marketing-can .section-wrap .can-table table tbody tr:last-child {
  border-bottom: 1px solid #BFBFBF;
}

#marketing-team .section-wrap .flex-box .uk-flex .flex-item {
  width: 50%;
}
#marketing-team .section-wrap .flex-box .uk-flex .flex-item:first-child {
  width: 40%;
}
#marketing-team .section-wrap .flex-box .uk-flex .flex-item span {
  border-bottom: 1px solid #0066CC;
}
#marketing-team .section-wrap .flex-box .uk-flex .flex-item .item-box {
  background: #F5F5F5;
  width: 80%;
  padding: 30px;
}
#marketing-team .section-wrap .flex-box .uk-flex .flex-item .item-box:nth-child(3) {
  margin-left: auto;
}

#service-license .section-wrap .flex-box {
  width: 90%;
  border-bottom: 1px solid #BFBFBF;
}
#service-license .section-wrap .flex-box button.show-more-btn, #service-license .section-wrap .flex-box button.show-more-btn-sp {
  background: none;
  border: none;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#service-license .section-wrap .flex-box button.show-more-btn::after, #service-license .section-wrap .flex-box button.show-more-btn-sp::after {
  content: "";
  position: absolute;
  border-right: 1px solid #0066CC;
  border-bottom: 1px solid #0066CC;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translateY(-50%);
  top: 40%;
  transition: all 0.3s ease;
  margin-left: 10px;
}
#service-license .section-wrap .flex-box button.show-more-btn.is-open::after, #service-license .section-wrap .flex-box button.show-more-btn-sp.is-open::after {
  transform: rotate(-135deg) translateY(-50%);
}

#service-method {
  background: #F5F5F5;
}

#web-branding-gooq .section-wrap .gooq-container #writing {
  width: 100%;
  margin: 0 auto;
}
#web-branding-gooq .section-wrap .gooq-container #writing.start-animation #svg-animation #clipmask path.good {
  animation: DASH 3.4s ease-in-out forwards;
  animation-delay: 0.1s;
}
#web-branding-gooq .section-wrap .gooq-container #writing.start-animation #svg-animation #clipmask path.original {
  animation: DASH 3.4s ease-in-out forwards;
  animation-delay: 0.5s;
}
#web-branding-gooq .section-wrap .gooq-container #writing.start-animation #svg-animation #clipmask path.quality {
  animation: DASH 3.4s ease-in-out forwards;
  animation-delay: 1.2s;
}
#web-branding-gooq .section-wrap .gooq-container #writing.start-animation #svg-animation #clipmask path.last {
  animation: DASH 3.4s ease-in-out forwards;
  animation-delay: 2.2s;
}
#web-branding-gooq .section-wrap .gooq-container #writing #svg-animation {
  transform: translate3d(0, 0, 0);
}
#web-branding-gooq .section-wrap .gooq-container #writing #svg-animation #clipmask {
  transform-origin: 0 0 0;
}
#web-branding-gooq .section-wrap .gooq-container #writing #svg-animation #clipmask path {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#web-branding-gooq .section-wrap .gooq-container #writing #svg-animation #clipmask path.good {
  stroke-miterlimit: 10;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
}
#web-branding-gooq .section-wrap .gooq-container #writing #svg-animation #clipmask path.original {
  stroke-miterlimit: 10;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
}
#web-branding-gooq .section-wrap .gooq-container #writing #svg-animation #clipmask path.quality {
  stroke-miterlimit: 10;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
}
#web-branding-gooq .section-wrap .gooq-container #writing #svg-animation #clipmask path.last {
  stroke-miterlimit: 10;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
}
@keyframes DASH {
  0% {
    stroke-dashoffset: 5000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#web-branding-works {
  background: #F5F5F5;
}
#web-branding-works .section-wrap .works-box .uk-grid .archive-item:nth-child(2n+1) {
  padding-top: 40px;
}
#web-branding-works .section-wrap .works-box .uk-grid .archive-item img {
  border-radius: 6px;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
}
#web-branding-works .section-wrap .link.border a {
  margin: 0 auto;
}
#web-branding-menu .section-wrap .menu-box .uk-grid .menu-item .uk-flex .flex-item {
  width: 13%;
}
#web-branding-menu .section-wrap .menu-box .uk-grid .menu-item .uk-flex .flex-item img {
  width: 20%;
  display: block;
  margin: 0 auto;
}
#web-branding-menu .section-wrap .menu-box .uk-grid .menu-item .uk-flex .flex-item h2 {
  text-align: center;
}
#web-branding-menu .section-wrap .menu-box .uk-grid .menu-item .uk-flex .flex-item:last-child {
  width: 80%;
}
#web-branding-menu .section-wrap .link {
  margin-top: 40px;
}
#web-branding-menu .section-wrap .link a {
  margin: 0 auto;
}
#web-branding-difference .difference-box .difference-table table {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border-collapse: collapse;
}
#web-branding-difference .difference-box .difference-table table thead tr {
  height: 80px;
  border-top: 1px solid #BFBFBF;
}
#web-branding-difference .difference-box .difference-table table thead tr th {
  background: #e6f0fa;
  width: 150px;
}
#web-branding-difference .difference-box .difference-table table thead tr th:nth-child(2) {
  background: #0066CC;
  color: #fff;
  border-left: 6px solid #0066CC;
  border-right: 6px solid #0066CC;
  position: relative;
  z-index: 1;
}
#web-branding-difference .difference-box .difference-table table thead tr th:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 105.5%;
  height: 6px;
  background: #0066CC;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  top: -6px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
#web-branding-difference .difference-box .difference-table table tbody tr {
  height: 80px;
  border-top: 1px solid #BFBFBF;
}
#web-branding-difference .difference-box .difference-table table tbody tr:last-child td:nth-child(2) {
  position: relative;
  z-index: 1;
}
#web-branding-difference .difference-box .difference-table table tbody tr:last-child td:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 105.5%;
  height: 6px;
  background: #0066CC;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
#web-branding-difference .difference-box .difference-table table tbody tr td {
  text-align: center;
  line-height: 1.5;
}
#web-branding-difference .difference-box .difference-table table tbody tr td:nth-child(2) {
  border-left: 6px solid #0066CC;
  border-right: 6px solid #0066CC;
}
#web-branding-difference .difference-box .difference-table table tbody tr td span.double-circle {
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/works/web-branding/difference/web-branding-difference-double-circle.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#web-branding-difference .difference-box .difference-table table tbody tr td span.circle {
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/works/web-branding/difference/web-branding-difference-circle.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#web-branding-difference .difference-box .difference-table table tbody tr td span.triangle {
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/works/web-branding/difference/web-branding-difference-triangle.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#web-branding-difference .difference-box .difference-table table tbody tr td span.cross {
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/works/web-branding/difference/web-branding-difference-cross.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#web-branding-difference .difference-box .difference-table table tbody tr:nth-child(2n) td {
  background: #F5F5F5;
}
#web-branding-difference .difference-box .difference-table table tbody tr:last-child {
  border-bottom: 1px solid #BFBFBF;
}
#web-branding-difference .difference-box .notes-box {
  margin: 0 auto;
}

#web-branding-flow {
  background: #F5F5F5;
}
#web-branding-flow .section-wrap .flow-container {
  margin: 0 auto;
  position: relative;
}
#web-branding-flow .section-wrap .flow-container .vertical-line {
  position: absolute;
  top: 25px;
  left: -37px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#web-branding-flow .section-wrap .flow-container .vertical-line svg.vertical-line-svg {
  width: 100%;
  height: 100%;
}
#web-branding-flow .section-wrap .flow-container .vertical-line svg.vertical-line-svg path.flow-path {
  stroke: #007bff;
  stroke-width: 2;
  fill: none;
}
#web-branding-flow .section-wrap .flow-container .flow-box {
  position: relative;
}
#web-branding-flow .section-wrap .flow-container .flow-box .flow-item .uk-flex .flex-item {
  width: 50%;
}
#web-branding-flow .section-wrap .flow-container .flow-box .flow-item .uk-flex .flex-item.img-box {
  width: 30%;
}
#web-branding-flow .section-wrap .flow-container .flow-box .flow-item .uk-flex .flex-item span.point {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #0066CC;
}
#web-branding-flow .section-wrap .flow-container .flow-box .flow-item .uk-flex .flex-item h3 {
  display: flex;
  align-items: center;
  position: relative;
}
#web-branding-flow .section-wrap .flow-container .flow-box .flow-item .uk-flex .flex-item h3 span.point-marker {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0066CC;
  position: absolute;
  left: -30px;
  display: none;
}
#web-branding-flow .section-wrap .flow-container .flow-box .flow-item .uk-flex .flex-item .link.border {
  margin: 20px 0;
}
#web-branding-flow .section-wrap .flow-container .flow-box .flow-item .uk-flex .flex-item .link.border a {
  background: #45474F;
  color: #fff;
  margin: 0 !important;
}
#web-branding-flow .section-wrap .flow-container .flow-box .flow-item .uk-flex .flex-item .link.border a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#web-branding-flow .section-wrap .flow-container .flow-box .flow-item .uk-flex .flex-item .link.border a:hover {
  background: #0066CC;
  color: #fff;
}
#web-branding-flow .section-wrap .flow-container .flow-box .flow-item .uk-flex .flex-item .link.border a:hover::after {
  border-top: 1px solid #45474F;
  border-right: 1px solid #45474F;
}
#web-branding-flow .section-wrap .flow-container .flow-box.reverse .flow-item .uk-flex .flex-item .item {
  margin: 40px 0;
}
#web-branding-flow .section-wrap .flow-container .flow-box:last-child .flow-item .uk-flex .flex-item .item {
  margin: 40px 0;
}

#web-branding-other .section-wrap .flex-box .uk-flex .flex-item {
  width: 45%;
}
#web-branding-other .section-wrap .flex-box .uk-flex .flex-item a {
  position: relative;
}
#web-branding-other .section-wrap .flex-box .uk-flex .flex-item a .img-box {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  border: 3px solid #11C4B8;
}
#web-branding-other .section-wrap .flex-box .uk-flex .flex-item a .img-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(84, 95, 108, 0.56);
  z-index: 1;
}
#web-branding-other .section-wrap .flex-box .uk-flex .flex-item a .img-box img {
  position: relative;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
#web-branding-other .section-wrap .flex-box .uk-flex .flex-item a .text-box {
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#web-branding-other .section-wrap .flex-box .uk-flex .flex-item a:hover .img-box img {
  transform: scale(1.1);
}

#ai-solution-point {
  background: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/works/ai-solution/point/ai-solution-point-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 140px 0;
}
#ai-solution-point .section-wrap .section-text-box p {
  width: 70%;
  margin: 0 auto;
}
#ai-solution-point .section-wrap .feature-container .flex-box .uk-flex .flex-item {
  width: 32%;
}
#ai-solution-point .section-wrap .feature-container .flex-box .uk-flex .flex-item .num-box h1 {
  font-size: 56px !important;
}
#ai-solution-point .section-wrap .feature-container .flex-box .uk-flex .flex-item .text-box {
  background: #fff;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 3px 8px rgb(0, 48, 95);
}
#ai-solution-point .section-wrap .feature-container .flex-box .uk-flex .flex-item .text-box h3 {
  font-size: 20px;
}
#ai-solution-point .section-wrap .feature-container .flex-box .uk-flex .flex-item .text-box p {
  padding: 0 30px;
  font-size: 14px !important;
}
#ai-solution-point .section-wrap .oneteck-container .flex-box {
  background: #fff;
  padding: 20px;
}
#ai-solution-point .section-wrap .oneteck-container .flex-box .uk-flex .flex-item {
  width: 45%;
}
#ai-solution-point .section-wrap .oneteck-container .flex-box .uk-flex .flex-item:last-child {
  width: 35%;
}
#ai-solution-point .section-wrap .oneteck-container .flex-box .uk-flex .flex-item img {
  margin: 10px 0;
}
#ai-solution-point .section-wrap .oneteck-container .flex-box .uk-flex .flex-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#ai-solution-point .section-wrap .oneteck-container .flex-box .uk-flex .flex-item a::after {
  content: "";
  width: 50px;
  height: 3px;
  border-bottom: solid 1px #0066CC;
  border-right: solid 1px #0066CC;
  transform: skew(45deg);
  margin-left: 10px;
}
#ai-solution-point .section-wrap .oneteck-container .flex-box .service-box h3.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#ai-solution-point .section-wrap .oneteck-container .flex-box .service-box h3.title::after {
  content: none;
  display: block;
  width: 90%;
  height: 1px;
  background: #BFBFBF;
}
#ai-solution-point .section-wrap .oneteck-container .flex-box .service-box .service-item a {
  padding: 30px;
  border: 1px solid #BFBFBF;
  position: relative;
}
#ai-solution-point .section-wrap .oneteck-container .flex-box .service-box .service-item a:hover {
  border: 2px solid #0066CC;
}
#ai-solution-point .section-wrap .oneteck-container .flex-box .service-box .service-item a .text-box {
  text-align: center;
}
#ai-solution-point .section-wrap .oneteck-container .flex-box .service-box .service-item a .more-box span.more {
  display: flex;
  align-items: center;
}
#ai-solution-point .section-wrap .oneteck-container .flex-box .service-box .service-item a .more-box span.more::after {
  content: "";
  width: 50px;
  height: 10px;
  border-bottom: solid 1px #0066CC;
  border-right: solid 1px #0066CC;
  transform: skew(45deg);
  margin-left: 10px;
}
#ai-solution-point .section-wrap .oneteck-container .flex-box .service-box .service-item a .more-box img {
  width: 20px;
  height: 20px;
}

#company-company .section-wrap .flex-box .uk-flex .flex-item {
  width: 45%;
}
#company-company .section-wrap .flex-box .uk-flex .flex-item .uk-flex {
  border-top: 1px solid #BFBFBF;
  align-items: center;
  padding: 10px 0;
}
#company-company .section-wrap .flex-box .uk-flex .flex-item .uk-flex.last-child {
  border-bottom: 1px solid #BFBFBF;
}
#company-company .section-wrap .flex-box .uk-flex .flex-item .uk-flex.last-child.right {
  padding: 20px 0;
}
#company-company .section-wrap .flex-box .uk-flex .flex-item .uk-flex.nth-2.right {
  padding: 15px 0;
}
#company-company .section-wrap .flex-box .uk-flex .flex-item .uk-flex .flex-items {
  width: 35%;
}
#company-company .section-wrap .flex-box .uk-flex .flex-item .uk-flex .flex-items:last-child {
  width: 70%;
}
#company-company .section-wrap .flex-box .uk-flex .flex-item .uk-flex .flex-items .artpia-link {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 200px;
}
#company-company .section-wrap .flex-box .uk-flex .flex-item .uk-flex .flex-items .artpia-link a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#company-company .section-wrap .flex-box .uk-flex .flex-item .uk-flex .flex-items .artpia-link a img {
  width: 17px;
  height: 17px;
}
#company-company .section-wrap .company-box .company-item {
  border-top: 1px solid #BFBFBF;
  padding: 20px 0;
}
#company-company .section-wrap .company-box .company-item:last-child {
  border-bottom: 1px solid #BFBFBF;
}
#company-company .section-wrap .company-box .company-item .artpia-link a {
  width: 15px;
  height: 15px;
}

#company-history .section-wrap .flex-box .uk-flex {
  align-items: stretch;
}
#company-history .section-wrap .flex-box .uk-flex:first-child .flex-item {
  border-top: 1px solid #BFBFBF;
}
#company-history .section-wrap .flex-box .uk-flex .flex-item {
  width: 45%;
  margin: 0 !important;
  border-bottom: 1px solid #BFBFBF;
}
#company-history .section-wrap .flex-box .uk-flex .flex-item .uk-flex {
  align-items: center;
  padding: 20px 0;
  display: block !important;
}
#company-history .section-wrap .flex-box .uk-flex .flex-item .uk-flex .flex-items {
  width: 35%;
}
#company-history .section-wrap .flex-box .uk-flex .flex-item .uk-flex .flex-items:last-child {
  width: 100%;
}

#company-seminar {
  background: #F5F5F5;
}
#company-seminar .section-wrap .flex-box .uk-flex {
  align-items: stretch;
}
#company-seminar .section-wrap .flex-box .uk-flex:first-child .flex-item {
  border-top: 1px solid #BFBFBF;
}
#company-seminar .section-wrap .flex-box .uk-flex .flex-item {
  width: 45%;
  margin: 0 !important;
  border-bottom: 1px solid #BFBFBF;
}
#company-seminar .section-wrap .flex-box .uk-flex .flex-item .uk-flex {
  align-items: center;
  padding: 20px 0;
  display: block !important;
}
#company-seminar .section-wrap .flex-box .uk-flex .flex-item .uk-flex .flex-items {
  width: 35%;
}
#company-seminar .section-wrap .flex-box .uk-flex .flex-item .uk-flex .flex-items:nth-child(2) {
  width: 100%;
}
#company-seminar .section-wrap .flex-box .uk-flex .flex-item .uk-flex .flex-items:last-child {
  width: 100%;
}
#company-seminar .section-wrap .img-container .uk-flex .img-box {
  width: auto;
  border-radius: 8px;
  overflow: hidden;
}

#company-license .section-wrap p {
  line-height: 2em;
}

#company-access {
  padding-bottom: 0;
}

#contact {
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/contact/contact-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
#contact .section-wrap .flex-box .uk-flex .flex-item {
  width: 30%;
  background: #fff;
  border: 2px solid #F0F0F0;
  border-radius: 8px;
  height: 180px;
  box-shadow: 0 10px 6px rgb(0, 102, 204);
}
#contact .section-wrap .flex-box .uk-flex .flex-item:first-child a .img-box img {
  width: 60px;
  height: 80px;
}
#contact .section-wrap .flex-box .uk-flex .flex-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
}
#contact .section-wrap .flex-box .uk-flex .flex-item a .img-box img {
  max-width: 100%;
  max-height: 100%;
  width: 90px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
#contact .section-wrap .flex-box .uk-flex .flex-item a .text-box {
  width: 85%;
}

#web-branding-contact .section-wrap .flex-box {
  background: #A4E0DE;
  border-radius: 8px;
  padding: 30px;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/works/web-branding/contact/web-branding-contact-bg-im01.webp");
  background-size: contain;
  background-position: bottom -50px left -50px;
  background-repeat: no-repeat;
}
#web-branding-contact .section-wrap .flex-box .uk-flex .flex-item:first-child {
  width: 55%;
}
#web-branding-contact .section-wrap .flex-box .uk-flex .flex-item:last-child {
  width: 31%;
}
#web-branding-contact .section-wrap .flex-box .uk-flex .flex-item .link a {
  width: auto;
  border: 1px solid #45474F;
  color: #45474F;
}
#web-branding-contact .section-wrap .flex-box .uk-flex .flex-item .link a::after {
  border-top: 2px solid #45474F;
  border-right: 2px solid #45474F;
}
#web-branding-contact .section-wrap .flex-box .uk-flex .flex-item .link a:hover {
  background: #45474F;
  color: #fff;
}
#web-branding-contact .section-wrap .flex-box .uk-flex .flex-item .link a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

#form {
  padding-bottom: 100px;
}
#form .section-wrap .text-container .img-box {
  width: 20%;
  margin: 20px auto;
}
#form .section-wrap .flex-box .uk-flex .flex-item {
  width: 45%;
}
#form .section-wrap .flex-box-mail-magazine h3, #form .section-wrap .flex-box-mail-magazine p {
  text-align: center;
}
#form .section-wrap .flex-box-download .uk-flex .flex-item {
  width: 45%;
}
#form .section-wrap .flex-box-download .uk-flex .flex-item:first-child {
  text-align: center;
}
#form .section-wrap .flex-box-download .uk-flex .flex-item p {
  text-align: center;
}
#form .section-wrap .form-container {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
#form .section-wrap .form-container .form-box {
  margin-bottom: 20px;
}
#form .section-wrap .form-container .form-box .type {
  margin-bottom: 3px;
}
#form .section-wrap .form-container .form-box .type .uk-flex {
  align-items: center;
}
#form .section-wrap .form-container .form-box .type .uk-flex p.required {
  color: #fff;
  background: #FF6195;
  border-radius: 6px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5px;
  margin-left: 5px;
  height: 20px;
}
#form .section-wrap .form-container .form-box input, #form .section-wrap .form-container .form-box textarea {
  width: -webkit-fill-available;
  border-radius: 8px;
  outline: none;
  border: 1px solid #BFBFBF;
  background: #F5F5F5;
  font-size: 16px;
  padding: 0 10px;
}
#form .section-wrap .form-container .form-box input:focus, #form .section-wrap .form-container .form-box textarea:focus {
  border-color: #45474F;
  border: 2px solid #45474F;
}
#form .section-wrap .form-container .form-box input {
  height: 56px;
}
#form .section-wrap .form-container .form-box textarea {
  height: 200px;
  padding: 10px;
}
#form .section-wrap .form-container .btn-wrap {
  text-align: center;
  height: 50px;
}
#form .section-wrap .form-container .btn {
  position: relative;
  display: inline-block;
  height: 50px;
}
#form .section-wrap .form-container .btn::after {
  content: "";
  position: absolute;
  border-top: 1px solid #0066CC;
  border-right: 1px solid #0066CC;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  top: 22px;
  right: 20px;
  transition: all 0.3s ease;
}
#form .section-wrap .form-container .btn:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#form .section-wrap .form-container .btn p {
  height: 50px;
}
#form .section-wrap .form-container .btn input {
  background: #fff;
  border: 1px solid #0066CC;
  color: #0066CC;
  border-radius: 50px;
  width: 250px;
  height: 50px;
  font-size: 16px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
}
#form .section-wrap .form-container .btn input:hover {
  background: #0066CC;
  color: #fff;
}
#form .section-wrap .form-container .btn span {
  display: none;
}
#form .section-wrap .form-container .check-box {
  margin: 20px 0;
}
#form .section-wrap iframe {
  height: 700px;
}

h1#SIGNUP_HEADING {
  display: none !important;
}

#archive-cases {
  padding-bottom: 80px;
}
#archive-cases .section-wrap #ajax-cases-grid .list-item a .img-box {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
#archive-cases .section-wrap #ajax-cases-grid .list-item a .img-box img {
  transition: all 0.3s ease;
}
#archive-cases .section-wrap #ajax-cases-grid .list-item a:hover .img-box img {
  transform: scale(1.05);
}
#archive-cases .section-wrap #ajax-pagination a.ajax-page-link {
  font-size: 24px !important;
  color: #45474F;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  text-align: center;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#archive-cases .section-wrap #ajax-pagination a.prev-arrow, #archive-cases .section-wrap #ajax-pagination a.next-arrow {
  font-size: 16px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#archive-cases .section-wrap #ajax-pagination a.active-page {
  color: #fff;
  background: #45474F;
  border-radius: 6px;
}

#single-cases .section-wrap .flex-box .uk-flex .flex-item {
  width: 70%;
}
#single-cases .section-wrap .flex-box .uk-flex .flex-item:last-child {
  width: 20%;
}
#single-cases .section-wrap .flex-box .uk-flex .flex-item img {
  width: 100%;
}
#single-cases .section-wrap .flex-box .uk-flex .flex-item .cat-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#single-cases .section-wrap .flex-box .uk-flex .flex-item .cat-box ul li a {
  border: 1px solid #45474F;
  border-radius: 50px;
  padding: 5px 10px;
}

#archive-methods .fix-mail-magazine, #single-method .fix-mail-magazine {
  position: fixed;
  right: 0;
  bottom: 10%;
  padding: 20px;
  background: #11C4B8;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: all 2s ease;
  z-index: 5;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
}
#archive-methods .fix-mail-magazine h4, #archive-methods .fix-mail-magazine p, #single-method .fix-mail-magazine h4, #single-method .fix-mail-magazine p {
  color: #fff;
}
#archive-methods .fix-mail-magazine .close-btn, #single-method .fix-mail-magazine .close-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/mixins/close-btn-mail-magazine.webp");
  background-size: cover;
  background-repeat: no-repeat;
  top: -10px;
  left: -10px;
  cursor: pointer;
}
#archive-methods .category-container, #single-method .category-container {
  background: #eceff1;
  padding: 20px 0;
}
#archive-methods .category-container ul, #single-method .category-container ul {
  width: -moz-max-content;
  width: max-content;
}
#archive-methods .category-container ul li, #single-method .category-container ul li {
  padding-right: 20px;
}
#archive-methods .list .uk-flex .flex-item, #single-method .list .uk-flex .flex-item {
  width: 20%;
}
#archive-methods .list .uk-flex .flex-item .more-box .popular-posts .popular-item, #single-method .list .uk-flex .flex-item .more-box .popular-posts .popular-item {
  margin-bottom: 20px;
}
#archive-methods .list .uk-flex .flex-item .more-box .popular-posts .popular-item:last-child, #single-method .list .uk-flex .flex-item .more-box .popular-posts .popular-item:last-child {
  margin-bottom: 0;
}
#archive-methods .list .uk-flex .flex-item .more-box .popular-posts .popular-item img, #single-method .list .uk-flex .flex-item .more-box .popular-posts .popular-item img {
  width: 100%;
}
#archive-methods .list .uk-flex .flex-item .more-box .popular-posts .popular-item span, #single-method .list .uk-flex .flex-item .more-box .popular-posts .popular-item span {
  display: inline-block;
}
#archive-methods .list .uk-flex .flex-item .tag-box ul, #single-method .list .uk-flex .flex-item .tag-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#archive-methods .list .uk-flex .flex-item .tag-box ul li a, #single-method .list .uk-flex .flex-item .tag-box ul li a {
  border: 1px solid #45474F;
  border-radius: 50px;
  padding: 5px 10px;
}

#single-method .section-wrap .flex-box .uk-flex .flex-item {
  width: 70%;
}
#single-method .section-wrap .flex-box .uk-flex .flex-item img {
  width: 100%;
}
#single-method .section-wrap .flex-box .uk-flex .flex-item:last-child {
  width: 20%;
}
#single-method .section-wrap .flex-box .uk-flex .flex-item:last-child .tag-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#single-method .section-wrap .flex-box .uk-flex .flex-item:last-child .tag-box ul li a {
  border: 1px solid #45474F;
  border-radius: 50px;
  padding: 5px 10px;
}

#related-posts {
  background: #F5F5F5;
}
#related-posts .section-wrap ul {
  gap: 40px;
  flex-direction: column;
}

#archive-works .section-wrap .category-container {
  background: #eceff1;
  padding: 20px 0;
}
#archive-works .section-wrap .category-container ul {
  width: -moz-max-content;
  width: max-content;
}
#archive-works .section-wrap .category-container ul li {
  padding-right: 20px;
}
#archive-works .section-wrap .category-container ul li a.active {
  color: #BFBFBF;
}
#archive-works .section-wrap .archive-box .archive-item img {
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
#archive-works .section-wrap .archive-box .archive-item .cat-container p.cat {
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 14px;
  color: #BFBFBF;
  background: none;
  margin: 0;
  margin-right: 10px;
}

#single-works {
  padding-bottom: 0;
}
#single-works .section-wrap .top-container img {
  border-radius: 6px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
#single-works .section-wrap .top-container .flex-box .uk-flex .flex-item {
  width: 40%;
}
#single-works .section-wrap .top-container .flex-box .uk-flex .flex-item:last-child {
  width: 60%;
}
#single-works .section-wrap .top-container .flex-box .uk-flex .flex-item .cat-container {
  justify-content: center;
}
#single-works .section-wrap .top-container .flex-box .uk-flex .flex-item .cat-container span.marker {
  color: #BFBFBF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#single-works .section-wrap .top-container .flex-box .uk-flex .flex-item .cat-container p.cat {
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #BFBFBF;
  background: none;
}
#single-works .section-wrap .top-container .flex-box .uk-flex .flex-item .info-container .uk-flex p:first-child {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#single-works .section-wrap .top-container .flex-box .uk-flex .flex-item .info-container .uk-flex p:last-child {
  width: 80%;
}
#single-works .section-wrap .bg-container {
  padding: 50px 0;
}
#single-works .section-wrap .bg-container .bg-top-box .text h3 {
  text-align: center;
}
#single-works .section-wrap .bg-container .pc-view-design .section-title {
  margin-bottom: 40px;
}
#single-works .section-wrap .bg-container .pc-view-design .uk-grid img {
  border-radius: 6px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
}
#single-works .section-wrap .bg-container .mobile-view-design .section-title {
  margin-bottom: 40px;
}
#single-works .section-wrap .bg-container .mobile-view-design .uk-grid .uk-width-1-2:nth-child(2n) {
  padding-top: 20px;
}
#single-works .section-wrap .bg-container .mobile-view-design .uk-grid .uk-width-1-2 img {
  border-radius: 6px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
}
#single-works .section-wrap .bg-container.white h1, #single-works .section-wrap .bg-container.white h2, #single-works .section-wrap .bg-container.white h3, #single-works .section-wrap .bg-container.white h4, #single-works .section-wrap .bg-container.white p {
  color: #fff;
}
#single-works .section-wrap .bg-container.black h1, #single-works .section-wrap .bg-container.black h2, #single-works .section-wrap .bg-container.black h3, #single-works .section-wrap .bg-container.black h4, #single-works .section-wrap .bg-container.black p {
  color: #000;
}

#other-works {
  background: #F5F5F5;
}
#other-works .section-wrap .other-box .uk-grid .archive-item .cat-container p.cat {
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #BFBFBF;
  background: none;
}

#taxonomy-works-types .section-wrap .category-container {
  background: #eceff1;
  padding: 20px 0;
}
#taxonomy-works-types .section-wrap .category-container ul {
  width: -moz-max-content;
  width: max-content;
}
#taxonomy-works-types .section-wrap .category-container ul li {
  padding-right: 20px;
}
#taxonomy-works-types .section-wrap .category-container ul li a.active {
  color: #BFBFBF;
}
#taxonomy-works-types .section-wrap .list .uk-flex .uk-grid .list-item .cat-container p.cat {
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 14px;
  color: #BFBFBF;
  background: none;
  margin-right: 10px;
}
#menu-web-design .section-wrap .web-design-box .uk-grid .web-design-item .uk-flex .flex-item {
  width: 13%;
}
#menu-web-design .section-wrap .web-design-box .uk-grid .web-design-item .uk-flex .flex-item img {
  width: 100px;
  display: block;
  margin: 0 auto;
}
#menu-web-design .section-wrap .web-design-box .uk-grid .web-design-item .uk-flex .flex-item h2 {
  text-align: center;
}
#menu-web-design .section-wrap .web-design-box .uk-grid .web-design-item .uk-flex .flex-item:last-child {
  width: 80%;
}
#menu-maintenance-option .section-wrap .maintenance-option-box .uk-grid .maintenance-option-item .uk-flex .flex-item {
  width: 15%;
}
#menu-maintenance-option .section-wrap .maintenance-option-box .uk-grid .maintenance-option-item .uk-flex .flex-item img {
  width: 100px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
#menu-maintenance-option .section-wrap .maintenance-option-box .uk-grid .maintenance-option-item .uk-flex .flex-item:last-child {
  width: 80%;
}

#menu-application-software .section-wrap .application-software-box {
  width: auto;
  margin: 0 auto;
}

.section-top-price#section-top {
  background-color: #F5F5F5;
}

#price-web-design {
  background: #F5F5F5;
}
#price-web-design .section-wrap .section-title-box img {
  width: 70px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
#price-web-design .section-wrap .web-design-box .uk-grid .uk-width-1-1 {
  height: 100%;
}
#price-web-design .section-wrap .web-design-box .uk-grid .uk-width-1-1:last-child .web-design-item {
  padding-bottom: 20px;
}
#price-web-design .section-wrap .web-design-box .uk-grid .uk-width-1-1:nth-last-child(2) .web-design-item {
  padding-bottom: 20px;
}
#price-web-design .section-wrap .web-design-box .uk-grid .uk-width-1-1 .web-design-item {
  padding-top: 20px;
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
#price-web-design .section-wrap .web-design-box .uk-grid .uk-width-1-1 .web-design-item h3 {
  line-height: normal;
  text-align: center;
}
#price-web-design .section-wrap .web-design-box .uk-grid .uk-width-1-1 .web-design-item p {
  line-height: normal;
}

#price-example {
  background: #F5F5F5;
}
#price-example .section-wrap .example-box {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  position: relative;
}
#price-example .section-wrap .example-box .title-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#price-example .section-wrap .example-box .flex-box .uk-flex .flex-item {
  width: 40%;
}
#price-example .section-wrap .example-box .flex-box .uk-flex .flex-item:last-child {
  width: 50%;
}
#price-example .section-wrap .example-box .flex-box .uk-flex .flex-item .list {
  width: 95%;
}
#price-example .section-wrap .example-box .flex-box .uk-flex .flex-item .list .uk-flex p {
  background: #f2f7fd;
  padding: 5px 10px;
  font-size: 14px !important;
}
#price-example .section-wrap .example-box .flex-box .uk-flex .flex-item .price {
  border-top: 1px solid #45474F;
  border-bottom: 1px solid #45474F;
  padding: 10px 0;
}
#price-example .section-wrap .example-box .point-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #45474F;
}
#price-example .section-wrap .example-box .point-box h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#price-example .section-wrap .example-box .point-box h2::after {
  content: "";
  display: block;
  width: 88%;
  height: 1px;
  background: #45474F;
}

#proce-ec .section-wrap .ec-box .uk-grid .uk-width-1-1 {
  height: 100%;
}
#proce-ec .section-wrap .ec-box .uk-grid .uk-width-1-1 .ec-item {
  padding: 20px 0;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px 30px;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

#price-line {
  background: #F5F5F5;
}
#price-line .section-wrap .line-box .price-box .uk-grid .uk-width-1-1 {
  height: 100%;
}
#price-line .section-wrap .line-box .price-box .uk-grid .uk-width-1-1 .line-item {
  height: 100%;
  flex-direction: column;
}
#price-line .section-wrap .line-box .base-option {
  padding: 20px 0;
}
#price-line .section-wrap .line-box .base-option .uk-grid .uk-width-1-1 {
  display: flex;
}
#price-line .section-wrap .line-box .base-option .uk-grid .uk-width-1-1 span.border {
  width: 2px;
  height: 80%;
  background: #45474F;
  margin-right: 20px;
}
#price-line .section-wrap .line-box .advance-option {
  padding: 20px 0;
}
#price-line .section-wrap .line-box .advance-option .uk-grid .uk-width-1-1 {
  display: flex;
  align-items: center;
}
#price-line .section-wrap .line-box .advance-option .uk-grid .uk-width-1-1 span.border {
  width: 2px;
  height: 80%;
  background: #45474F;
  margin-right: 20px;
}

#proce-maintenance .section-wrap .maintenance-box .uk-grid .uk-width-1-1 {
  height: 100%;
}
#proce-maintenance .section-wrap .maintenance-box .uk-grid .uk-width-1-1 .maintenance-item {
  height: 100%;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

#price-option {
  background: #F2F7FE;
}
#price-option .section-wrap .option-box .uk-grid .uk-width-1-1 {
  height: 100%;
}
#price-option .section-wrap .option-box .uk-grid .uk-width-1-1 .option-item {
  padding: 20px 0;
  height: 100%;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
#price-option .section-wrap .street-box {
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
#price-option .section-wrap .street-box .street-container {
  overflow: scroll;
}
#price-option .section-wrap .street-box .street-container table {
  border-spacing: 10px;
}
#price-option .section-wrap .street-box .street-container table tbody tr:first-child td {
  padding: 20px 60px;
  text-align: center;
}
#price-option .section-wrap .street-box .street-container table tbody tr:first-child td:first-child {
  width: 30%;
}
#price-option .section-wrap .street-box .street-container table tbody tr:first-child td:nth-child(2) {
  background: #F5F5F5;
}
#price-option .section-wrap .street-box .street-container table tbody tr:first-child td:last-child {
  background: #ccdff5;
}
#price-option .section-wrap .street-box .street-container table tbody tr:not(:first-child) td {
  border-bottom: 1px solid #BFBFBF;
  padding: 10px 0;
}
#price-option .section-wrap .street-box .street-container table tbody tr td {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#price-option .section-wrap .street-box .street-container-sp .street-type .uk-flex .flex-item {
  background: #F5F5F5;
  padding: 10px;
  width: 40%;
  text-align: center;
}
#price-option .section-wrap .street-box .street-container-sp .street-type .uk-flex .flex-item:last-child {
  background: #F2F7FE;
}
#price-option .section-wrap .street-box .street-container-sp .street-data .uk-flex .flex-item {
  width: 40%;
  padding: 0 10px;
  border-bottom: 1px solid #BFBFBF;
}
#price-option .section-wrap .banner {
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
#price-option .section-wrap .banner .banner-box {
  overflow: scroll;
}
#price-option .section-wrap .banner .banner-box .uk-grid {
  width: -moz-max-content;
  width: max-content;
}
#price-option .section-wrap .banner .banner-box .uk-grid .uk-width-1-1 .banner-container table {
  border-collapse: collapse;
}
#price-option .section-wrap .banner .banner-box .uk-grid .uk-width-1-1 .banner-container table tbody tr:first-child {
  background: #F5F5F5;
}
#price-option .section-wrap .banner .banner-box .uk-grid .uk-width-1-1 .banner-container table tbody tr:first-child td {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#price-option .section-wrap .banner .banner-box .uk-grid .uk-width-1-1 .banner-container table tbody tr:not(:first-child) td {
  border-bottom: 1px solid #BFBFBF;
}
#price-option .section-wrap .banner .banner-box .uk-grid .uk-width-1-1 .banner-container table tbody tr:not(:first-child) td:first-child {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#price-option .section-wrap .banner .banner-box .uk-grid .uk-width-1-1 .banner-container table tbody tr:not(:first-child) td:nth-child(2) {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#price-option .section-wrap .banner .banner-box .uk-grid .uk-width-1-1 .banner-container table tbody tr td {
  padding: 20px;
}
#price-option .section-wrap .banner .banner-box-sp .banner-type {
  background: #F5F5F5;
  padding: 20px;
}
#price-option .section-wrap .banner .banner-box-sp .banner-data {
  border-bottom: 1px solid #BFBFBF;
}

#download .section-wrap .download-list .uk-grid .flex-item .link a {
  margin: 0 auto;
  padding: 0 80px;
}
#thanks .link a {
  margin: 0 auto;
}

#jpps-top {
  padding-top: 110px;
}
#jpps-top .uk-container {
  max-width: 1100px;
}
#jpps-top .box img {
  padding-bottom: 30px;
}

#sdgs {
  padding-top: 110px;
}
#sdgs .uk-container {
  max-width: 1050px;
}
#sdgs .introBox .logoBox {
  margin-bottom: 30px;
  width: 100%;
  height: 0;
  padding-top: 14.61988%;
  background: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/sdgs/sdgs_logo.svg") no-repeat center center;
  background-size: contain;
}
#sdgs .introBox .imageBox {
  margin-bottom: 0;
  width: 100%;
  height: 0;
  padding-top: 42.2222222222%;
  background: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/sdgs/akitasdgs_logo.jpg") no-repeat center center;
  background-size: contain;
}
#sdgs .introBox h1 {
  font-size: 24px;
  box-sizing: border-box;
  background-color: #F5F5F5;
  color: #333;
  padding: 20px;
  border-radius: 10px;
}
#sdgs .detailBox {
  margin-top: 100px;
}
#sdgs .detailBox h2 {
  margin-bottom: 50px;
}

#privacy {
  padding-top: 110px;
}
#privacy .privacy-container .privacy-block {
  margin-bottom: 25px;
}
#privacy .privacy-container .privacy-block h4 {
  position: relative;
  padding-bottom: 15px;
}
#privacy .privacy-container .privacy-block h4::after {
  position: absolute;
  bottom: 6px;
  left: 0;
  content: "";
  display: block;
  width: 48px;
  border-bottom: solid 1px #0066CC;
}

#privacy-optout {
  padding-top: 110px;
}
#privacy-optout .optout-container .optout-block {
  margin-bottom: 25px;
}
#privacy-optout .optout-container .optout-block a {
  color: #0066CC;
}

#footer {
  position: relative;
  padding: 60px 0 10px 0;
  background: #F4F4F4;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .logo-box img {
  width: 100%;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .address-box {
  margin: 30px 0;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .sns-box p {
  letter-spacing: 2.5px;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .sns-box .sns-link {
  display: flex;
  width: 60%;
  justify-content: space-evenly;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .sns-box .sns-link a img {
  width: 36px;
  height: 36px;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .sns-box .sns-link a:first-child img {
  width: 30px;
  height: 30px;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .op-0 img {
  width: 50%;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box:first-child {
  width: 90%;
  margin-left: auto;
  margin-bottom: 30px;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box:last-child {
  width: auto;
  margin-left: auto;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link {
  height: -moz-fit-content;
  height: fit-content;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link p.size-14.color-aic {
  letter-spacing: 2.5px;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link a {
  color: #45474F;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link a.size-14 {
  padding: 10px 0;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background-color: #45474F;
  transition: 0.3s;
  transform: translateX(-50%);
}
#footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link a:hover::after {
  width: 100%;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link.top {
  width: 100%;
  height: 30px;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link.top a {
  display: block;
  height: 28px;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link.contact .link a {
  width: 50%;
  height: 60px;
  border: 1px solid #45474F;
  color: #45474F;
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  padding: 0 60px;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link.contact .link a::after {
  content: "";
  position: absolute;
  border-top: 2px solid #45474F;
  border-right: 2px solid #45474F;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  left: unset;
  bottom: unset;
  right: 20px;
  transition: all 0.3s ease;
  background: unset;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link.contact .link a::after {
  border-top: 2px solid #45474F;
  border-right: 2px solid #45474F;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link.contact .link a:hover {
  color: #fff;
  background: #45474F;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link.contact .link a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link.contact .link:last-child a {
  color: #fff;
  background: #45474F;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link.contact .link:last-child a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link.contact .link:last-child a:hover {
  background: #fff;
  color: #45474F;
}
#footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link.contact .link:last-child a:hover::after {
  border-top: 2px solid #45474F;
  border-right: 2px solid #45474F;
}
#footer .section-wrap .privacy-box {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .top-btn {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: auto;
  z-index: 2;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#footer .top-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #0066CC transparent;
  border-width: 0px 8px 12px 8px;
}
#footer .top-btn.fixed {
  position: fixed;
  top: unset;
  right: 15px;
  bottom: 0;
}
#footer .top-btn a {
  position: relative;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#footer .top-btn a svg {
  display: none;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
  }
  .size-56 {
    font-size: 56px;
  }
  .size-72 {
    font-size: 72px;
  }
  .flex-sp-wrap {
    flex-wrap: nowrap;
  }
  nav.breadcrumbs {
    overflow: hidden;
  }
  nav.breadcrumbs ul {
    width: auto;
  }
  .section-title {
    word-break: keep-all;
  }
  .link.archive a {
    width: 100%;
  }
  .section-service-top {
    height: 700px;
  }
  .section-service-top .uk-flex .flex-item {
    width: 60%;
  }
  .section-download-recruit-container {
    transform: translateY(-50%);
  }
  .section-download-recruit-container .download-recruit-box {
    height: 200px;
  }
  .section-download-recruit-container .download-recruit-box .uk-flex .link {
    width: 45%;
  }
  .section-download-recruit-container .download-recruit-box .uk-flex .link:first-child a {
    margin-bottom: 0;
  }
  .section-download-recruit-container .download-recruit-box .uk-flex .link a {
    font-size: 24px !important;
  }
  .section-download-recruit-container-bg-none .download-recruit-box {
    height: 200px;
  }
  .section-download-recruit-container-bg-none .download-recruit-box .uk-flex .link {
    width: 45%;
  }
  .section-download-recruit-container-bg-none .download-recruit-box .uk-flex .link a {
    font-size: 24px !important;
  }
  #section-method .slider-wrap .swiper {
    overflow: hidden;
    width: -moz-fit-content;
    width: fit-content;
  }
  #section-method .slider-wrap .swiper .swiper-wrapper {
    width: 100vw;
  }
  #section-method .slider-wrap .slider-nav-container.uk-flex .btn {
    width: 90px;
    justify-content: space-evenly;
  }
  #section-method .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-prev::after {
    width: 30px;
    height: 30px;
  }
  #section-method .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-next::after {
    width: 30px;
    height: 30px;
  }
  #section-method .slider-wrap .uk-slider-container ul {
    width: 100vw;
  }
  #section-case .section-wrap .slider-wrap .swiper {
    overflow: hidden;
    width: -moz-fit-content;
    width: fit-content;
  }
  #section-case .section-wrap .slider-wrap .swiper .swiper-wrapper {
    width: 100vw;
  }
  #section-case .section-wrap .slider-wrap .slider-nav-container.uk-flex .btn {
    width: 90px;
    justify-content: space-evenly;
  }
  #section-case .section-wrap .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-prev::after {
    width: 30px;
    height: 30px;
  }
  #section-case .section-wrap .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-next::after {
    width: 30px;
    height: 30px;
  }
  #section-case .uk-slider-container ul {
    width: 100vw;
  }
  #section-efficient .slider-wrap .swiper {
    overflow: hidden;
    width: -moz-fit-content;
    width: fit-content;
  }
  #section-efficient .slider-wrap .swiper .swiper-wrapper {
    width: 100vw;
  }
  #section-efficient .slider-wrap .slider-nav-container.uk-flex .btn {
    width: 90px;
    justify-content: space-evenly;
  }
  #section-efficient .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-prev::after {
    width: 30px;
    height: 30px;
  }
  #section-efficient .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-next::after {
    width: 30px;
    height: 30px;
  }
  #section-efficient .slider-wrap .uk-slider-container ul {
    width: 100vw;
  }
  #header, #header-front {
    padding: 30px 0;
    background: none;
  }
  #header .section-wrap .flex-box .uk-flex .flex-item:first-child, #header-front .section-wrap .flex-box .uk-flex .flex-item:first-child {
    width: auto;
  }
  #front-top .section-wrap .title-box {
    max-width: 600px;
  }
  #front-event .section-wrap .event-container {
    width: 30%;
  }
  #front-event .section-wrap .event-container .section-title {
    display: flex;
    align-items: end;
  }
  #front-event .section-wrap .event-container .section-title h1 {
    font-size: 36px;
  }
  #front-case .section-title {
    margin-bottom: 0;
    width: 10%;
  }
  #front-case .list .slider-wrap .swiper.mySwiper {
    overflow: hidden;
  }
  #front-case .list .slider-wrap .swiper.mySwiper .swiper-wrapper {
    width: auto;
  }
  #front-case .list .slider-wrap .swiper.mySwiper .slider-nav-container.uk-flex .btn {
    width: 70px;
  }
  #front-case .list .slider-wrap .swiper.mySwiper .slider-nav-container.uk-flex .btn .swiper-button-prev::after {
    width: 30px;
    height: 30px;
  }
  #front-case .list .slider-wrap .swiper.mySwiper .slider-nav-container.uk-flex .btn .swiper-button-next::after {
    width: 30px;
    height: 30px;
  }
  #front-business .section-wrap .flex-box {
    margin-bottom: 160px;
  }
  #front-marketing .section-wrap .service-container {
    margin-top: 0;
  }
  #front-marketing .section-wrap .service-container .flex-box .uk-flex .flex-item .text-box {
    height: 220px;
  }
  #front-marketing .section-wrap .service-container .flex-box .uk-flex .flex-item .link a {
    font-size: 14px !important;
    border: 1px solid #fff;
  }
  #front-marketing .section-wrap .service-container .service-link .link a {
    width: 50%;
  }
  #front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .swiper {
    overflow: hidden;
    width: -moz-fit-content;
    width: fit-content;
  }
  #front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .swiper .swiper-wrapper {
    width: 80vw;
  }
  #front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .slider-nav-container.uk-flex .btn {
    width: 120px;
    justify-content: space-evenly;
  }
  #front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-prev::after {
    width: 30px;
    height: 30px;
  }
  #front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .slider-nav-container.uk-flex .btn .swiper-button-next::after {
    width: 30px;
    height: 30px;
  }
  #front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .slider-nav-container.uk-flex .more {
    width: 25%;
  }
  #front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .uk-slider-container ul {
    width: auto;
  }
  #front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .uk-slider-container .slider-nav-container .btn {
    width: 70px;
  }
  #front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .uk-slider-container .slider-nav-container a.slider-btn {
    width: 30px;
    height: 30px;
  }
  #front-recruit .section-wrap .flex-box {
    background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/front/recruit/front-recruit-bg-im01.webp");
    background-size: 70%;
    background-position: right -100% center;
    background-repeat: no-repeat;
    padding: 30px 50px;
  }
  #about-top .section-wrap .text-box {
    margin-top: 0;
  }
  #about-top .section-wrap .text-box img {
    width: 60%;
  }
  #about-value .section-wrap .uk-grid .item-wrap .item-box {
    padding: 20px 40px;
  }
  #about-value .section-wrap .uk-grid .item-wrap .item-box .img-box {
    width: 90px;
    height: 90px;
  }
  #about-message .section-wrap .flex-wrap .greeting-box::before {
    content: "";
  }
  #service-marketing .section-wrap .flex-box .uk-flex .flex-item:last-child {
    margin-right: 50px;
  }
  #service-type .section-wrap .type-container .type-box .uk-flex .flex-item:first-child {
    padding: 20px 40px;
  }
  #service-type .section-wrap .type-container .type-box .uk-flex .flex-item:first-child .icon {
    width: 12%;
  }
  #service-type .section-wrap .type-container .type-box .brand-box {
    padding: 40px;
  }
  #service-type .section-wrap .type-container .type-box .brand-box h3.title {
    justify-content: space-between;
  }
  #service-type .section-wrap .type-container .type-box .brand-box h3.title::after {
    content: "";
  }
  #service-type .section-wrap .type-container .type-box .brand-box .brand-item a {
    padding: 30px;
  }
  #service-type .section-wrap .type-container .type-box .brand-box .brand-item a .img-box {
    width: 30%;
  }
  #service-type .section-wrap .type-container .type-box .brand-box .brand-item a .text-box {
    width: 60%;
    margin-left: 40px;
  }
  #service-type .section-wrap .type-container .type-box .brand-box .brand-item a .more-box {
    margin-top: auto;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    bottom: 3%;
    right: 3%;
  }
  #service-faq .section-wrap .faq-container {
    width: 70%;
  }
  #service-faq .section-wrap .faq-container ul li a::before {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  #section-case .section-text-box p {
    width: 62%;
    margin: 0 auto;
  }
  #marketing-value::before {
    content: "";
  }
  #marketing-step .section-wrap .step-box.flow {
    width: 80%;
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2 .step-item img {
    width: 25%;
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2 .step-item .text-box {
    width: 50%;
  }
  #marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1 {
    width: 45%;
  }
  #marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1 .step-item .img-box .num-box {
    top: -60px;
    left: 30px;
  }
  #marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1 .step-item .text-box ul li {
    height: unset;
  }
  #marketing-step .consultation {
    transform: translateY(50%);
    margin-top: -100px;
  }
  #marketing-can {
    padding-top: 250px;
  }
  #marketing-can .section-wrap .can-table table {
    width: 90%;
  }
  #marketing-can .section-wrap .can-table table thead tr th {
    width: 20%;
  }
  #service-license .section-wrap .flex-box {
    border-bottom: none;
  }
  #web-branding-gooq .section-wrap .gooq-container #writing {
    width: 70%;
  }
  #web-branding-menu .section-wrap .menu-box .uk-grid .menu-item .uk-flex .flex-item img {
    width: 100%;
    margin: unset;
  }
  #web-branding-menu .section-wrap .menu-box .uk-grid .menu-item .uk-flex .flex-item h2 {
    text-align: unset;
  }
  #web-branding-menu .section-wrap .menu-box .uk-grid .menu-item .uk-flex .flex-item:last-child {
    padding-left: 20px;
  }
  #web-branding-difference .difference-box .difference-table table {
    width: 90%;
  }
  #web-branding-difference .difference-box .difference-table table thead tr th {
    width: 20%;
  }
  #web-branding-difference .difference-box .notes-box {
    width: 90%;
  }
  #web-branding-flow .section-wrap .flow-container {
    width: 90%;
  }
  #web-branding-flow .section-wrap .flow-container .vertical-line {
    left: -50px;
  }
  #web-branding-flow .section-wrap .flow-container .flow-box .flow-item .uk-flex .flex-item h3 span.point-marker {
    width: 25px;
    height: 25px;
    left: -50px;
    display: block;
  }
  #web-branding-flow .section-wrap .flow-container .flow-box.reverse .flow-item .uk-flex .flex-item .item {
    margin: 0;
  }
  #web-branding-flow .section-wrap .flow-container .flow-box:last-child {
    margin-top: 200px;
  }
  #web-branding-flow .section-wrap .flow-container .flow-box:last-child .flow-item .uk-flex .flex-item .item {
    margin: 0;
  }
  #ai-solution-point .section-wrap .feature-container .flex-box .uk-flex .flex-item .text-box {
    padding: 0 40px;
  }
  #ai-solution-point .section-wrap .feature-container .flex-box .uk-flex .flex-item .text-box h3 {
    font-size: 24px;
  }
  #ai-solution-point .section-wrap .feature-container .flex-box .uk-flex .flex-item .text-box p {
    font-size: 16px !important;
  }
  #ai-solution-point .section-wrap .oneteck-container .flex-box {
    padding: 40px;
  }
  #ai-solution-point .section-wrap .oneteck-container .flex-box .uk-flex .flex-item a {
    justify-content: flex-start;
  }
  #ai-solution-point .section-wrap .oneteck-container .flex-box .service-box h3.title::after {
    content: "";
  }
  #ai-solution-point .section-wrap .oneteck-container .flex-box .service-box .service-item a .img-box {
    width: 30%;
  }
  #ai-solution-point .section-wrap .oneteck-container .flex-box .service-box .service-item a .text-box {
    width: 60%;
    text-align: unset;
    margin-left: 40px;
  }
  #ai-solution-point .section-wrap .oneteck-container .flex-box .service-box .service-item a .more-box {
    margin-top: auto;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    bottom: 3%;
    right: 3%;
  }
  #company-history .section-wrap .flex-box .uk-flex .flex-item .uk-flex {
    padding: 10px 0;
  }
  #company-seminar .section-wrap .flex-box .uk-flex .flex-item .uk-flex {
    padding: 10px 0;
  }
  #company-seminar .section-wrap .img-container .uk-flex .img-box {
    width: 30%;
  }
  #contact {
    max-height: 400px;
    height: 100vh;
  }
  #contact .section-wrap .flex-box .uk-flex .flex-item {
    height: 280px;
  }
  #web-branding-contact .section-wrap .flex-box {
    padding: 30px 50px;
    background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/works/web-branding/contact/web-branding-contact-bg-im01.webp");
    background-size: 50%;
    background-position: left -10% bottom 5%;
    background-repeat: no-repeat;
  }
  #form .section-wrap .text-container .img-box {
    width: 5%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #form .section-wrap .flex-box .uk-flex .flex-item:last-child {
    width: 40%;
    margin: 0 auto;
  }
  #form .section-wrap .flex-box-download .uk-flex .flex-item:first-child {
    text-align: left;
  }
  #form .section-wrap .flex-box-download .uk-flex .flex-item:last-child {
    width: 30%;
  }
  #form .section-wrap .flex-box-download .uk-flex .flex-item h3 {
    text-align: left;
  }
  #form .section-wrap .flex-box-download .uk-flex .flex-item p {
    text-align: left;
  }
  #form .section-wrap .form-container {
    width: 60%;
  }
  #archive-methods .category-container ul, #single-method .category-container ul {
    width: -moz-fit-content;
    width: fit-content;
  }
  #archive-methods .list .uk-flex .uk-grid, #single-method .list .uk-flex .uk-grid {
    width: 75%;
  }
  #archive-methods .list .uk-flex .flex-item .more-box .popular-posts .popular-item img, #single-method .list .uk-flex .flex-item .more-box .popular-posts .popular-item img {
    width: auto;
  }
  #related-posts .section-wrap ul {
    flex-direction: unset;
  }
  #archive-works .section-wrap .category-container ul {
    width: -moz-fit-content;
    width: fit-content;
  }
  #single-works .section-wrap .top-container .flex-box .uk-flex .flex-item .cat-container {
    justify-content: unset;
  }
  #single-works .section-wrap .top-container .flex-box .uk-flex .flex-item .info-container .uk-flex p:first-child {
    width: 25%;
  }
  #single-works .section-wrap .bg-container .bg-top-box {
    width: 70%;
    position: relative;
  }
  #single-works .section-wrap .bg-container .bg-top-box .text {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
  }
  #single-works .section-wrap .bg-container .bg-top-box .text h3 {
    text-align: unset;
  }
  #single-works .section-wrap .bg-container .mobile-view-design .uk-grid .uk-width-1-2:nth-child(2n) {
    padding-top: 0;
  }
  #taxonomy-works-types .section-wrap .category-container ul {
    width: -moz-fit-content;
    width: fit-content;
  }
  #menu-web-design .section-wrap .web-design-box .uk-grid .web-design-item .uk-flex .flex-item img {
    width: 100%;
    margin: 0;
  }
  #menu-web-design .section-wrap .web-design-box .uk-grid .web-design-item .uk-flex .flex-item h2 {
    text-align: unset;
  }
  #menu-web-design .section-wrap .web-design-box .uk-grid .web-design-item .uk-flex .flex-item:last-child {
    padding-left: 20px;
  }
  #menu-maintenance-option .section-wrap .maintenance-option-box .uk-grid .maintenance-option-item .uk-flex .flex-item img {
    margin: 0;
  }
  #menu-maintenance-option .section-wrap .maintenance-option-box .uk-grid .maintenance-option-item .uk-flex .flex-item:last-child {
    padding-left: 20px;
  }
  #menu-application-software .section-wrap .application-software-box {
    width: 70%;
  }
  #price-web-design .section-wrap .web-design-box .uk-grid .uk-width-1-1 .web-design-item {
    padding: 20px 30px;
  }
  #price-web-design .section-wrap .web-design-box .uk-grid .uk-width-1-1 .web-design-item h3 {
    text-align: unset;
  }
  #price-example .section-wrap .example-box {
    padding: 40px;
  }
  #price-example .section-wrap .example-box .flex-box .uk-flex .flex-item .list .uk-flex {
    flex-wrap: wrap;
  }
  #price-example .section-wrap .example-box .flex-box .uk-flex .flex-item .list .uk-flex p {
    font-size: 16px !important;
  }
  #price-example .section-wrap .example-box .flex-box .uk-flex .flex-item .price {
    padding: 20px 0;
  }
  #price-example .section-wrap .example-box .about-box .tool img {
    width: 60%;
  }
  #price-line .section-wrap .line-box {
    background: #fff;
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
  #price-line .section-wrap .line-box .price-box .uk-grid .uk-width-1-1 .line-item {
    padding: 20px 0;
  }
  #price-line .section-wrap .line-box .base-option .uk-grid .uk-width-1-1:not(:first-child) {
    padding-left: 20px;
  }
  #price-line .section-wrap .line-box .base-option .uk-grid .uk-width-1-1 {
    display: flex;
    align-items: center;
  }
  #price-line .section-wrap .line-box .advance-option .uk-grid .uk-width-1-1:not(:first-child, :nth-child(5)) {
    padding-left: 20px;
  }
  #proce-maintenance .section-wrap .maintenance-box .uk-grid .uk-width-1-1 .maintenance-item {
    padding: 20px 30px;
  }
  #price-option .section-wrap .option-box .uk-grid .uk-width-1-1 .option-item {
    min-height: 390px;
    padding: 20px 30px;
  }
  #price-option .section-wrap .street-box {
    padding: 30px;
  }
  #price-option .section-wrap .banner {
    padding: 30px;
  }
  #price-option .section-wrap .banner .banner-box .uk-grid {
    width: auto;
  }
  #jpps-top .box img {
    width: 30%;
    padding-bottom: 0;
    padding-right: 30px;
  }
  #sdgs .introBox .logoBox {
    margin-bottom: 60px;
  }
  #sdgs .introBox .imageBox {
    margin-bottom: 100px;
  }
  #sdgs .introBox h1 {
    font-size: 34px;
  }
  #sdgs .detailBox .detail .title {
    margin-left: 30px;
  }
  #sdgs .detailBox .detail .logo-list {
    margin-left: 30px;
    max-width: 500px;
  }
  #footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box:last-child {
    width: 60%;
  }
  #footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link a.size-14 {
    padding: 0;
  }
  #footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link.top {
    width: unset;
    height: unset;
  }
  #footer .top-btn {
    right: 10%;
  }
  #footer .top-btn.fixed {
    right: 10%;
  }
}
@media screen and (max-width: 639px) {
  #front {
    background-size: 150%;
    background-position: center top 200px;
  }
  .size-80 {
    font-size: 50px;
  }
  .flex-sp {
    display: block;
  }
  .flex-sp .flex-item {
    width: auto !important;
    margin: 20px 0;
  }
  .flex-sp-grid {
    display: grid;
  }
  .flex-sp-grid .flex-item {
    width: auto !important;
    margin: 20px 0;
  }
  .flex-sp-grid .flex-item:last-child {
    order: -1;
  }
  .border-rad-sp {
    border-radius: 0 !important;
  }
  .uk-container-sp {
    padding: 0 !important;
    margin: 0 !important;
  }
  .link a {
    margin: 0 auto;
    padding: 0 10px;
    width: 90%;
  }
  .section-service-top.sp .text-box p {
    margin-bottom: 40px;
  }
  .section-download-recruit-container .download-recruit-box .uk-flex .link:first-child a {
    width: 100%;
  }
  .section-download-recruit-container-bg-none .download-recruit-box .uk-flex .link {
    width: 300px;
  }
  .section-download-recruit-container-bg-none .download-recruit-box .uk-flex .link:first-child {
    margin-bottom: 30px;
  }
  .section-page-top {
    padding: 20px 0;
  }
  .section-page-top .text-box h1 {
    font-size: 56px !important;
  }
  .page-nav .pages {
    margin: 0;
  }
  .wp-pagenavi .page {
    margin: 0 5px;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .wp-pagenavi .current {
    margin: 0 5px;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .page-nav-sp {
    display: flex !important;
  }
  .page-nav-sp .pages {
    margin: 0;
  }
  #section-method .slider-wrap .uk-slider-container .slider-nav-container {
    justify-content: space-between;
    width: 50%;
  }
  #section-case .uk-slider-container .slider-nav-container {
    justify-content: space-between;
    width: 50%;
  }
  #section-efficient .slider-wrap .uk-slider-container .slider-nav-container {
    justify-content: space-between;
    width: 50%;
  }
  #front-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #front-event .section-wrap .event-container .section-title {
    text-align: left !important;
  }
  #front-case .list {
    width: auto;
  }
  #front-case .list .uk-slider-container ul {
    width: 150vw;
  }
  #front-case .list .uk-slider-container .slider-nav-container {
    justify-content: space-between;
    width: 50%;
    margin-bottom: 30px;
  }
  #front-business::before {
    background: linear-gradient(to bottom, rgba(0, 102, 204, 0) 99%, rgb(58, 112, 203) 100%, #0066cc 100%);
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item {
    background: #fff;
    border-radius: 6px;
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item::before {
    content: none;
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item::after {
    content: none;
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item:nth-child(2n+1) {
    transform: unset;
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item:last-child {
    position: relative;
    margin-bottom: 100px;
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item:last-child::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0066CC;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item:last-child::before {
    content: "";
    position: absolute;
    height: 88px;
    border-left: 2px dashed #0066CC;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item .uk-flex .img-box {
    overflow: hidden;
    width: 120px;
    height: 120px;
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item .uk-flex .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item .uk-flex .text-box {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item p {
    padding: 20px;
  }
  #front-marketing .section-wrap .marketing-container .section-title {
    margin-top: 30px;
  }
  #front-marketing .section-wrap .marketing-container .flex-box .uk-flex {
    display: grid !important;
  }
  #front-marketing .section-wrap .marketing-container .flex-box .uk-flex .flex-item:last-child {
    order: -1;
  }
  #front-marketing .section-wrap .service-container .flex-box .uk-flex .flex-item .text-box p {
    color: #45474F !important;
  }
  #front-works .section-wrap .flex-box .uk-flex .flex-item h1 {
    font-family: din-2014, sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  #front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .uk-slider-container .slider-nav-container {
    justify-content: space-between;
    width: 50%;
  }
  #front-company .section-wrap .flex-box .uk-flex .flex-item a .text-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #about-top {
    padding-top: 20px;
    padding-bottom: 0;
  }
  #about-value .section-wrap .uk-grid .item-wrap .item-box .text-box {
    width: 70%;
  }
  #about-value .section-wrap .uk-grid .item-wrap .item-box .text-box h3 {
    margin: 0 !important;
    margin-left: 20px !important;
    text-align: left !important;
  }
  #service-marketing .section-wrap .flex-box .uk-flex .flex-item:first-child .title {
    text-align: center;
  }
  #service-type .section-wrap .type-container .type-box .uk-flex .flex-item:first-child .icon {
    margin: 0 auto;
    width: 28%;
    text-align: center;
  }
  #service-type .section-wrap .type-container .type-box .uk-flex .flex-item:first-child .text-box h2 {
    font-size: 24px !important;
    margin: 20px 0;
    text-align: center;
  }
  #service-type .section-wrap .type-container .type-box .brand-box .brand-item a .text-box h3 {
    text-align: center;
    margin: 20px 0;
  }
  #service-type .section-wrap .type-container .type-box .brand-box .brand-item a .more-box {
    margin-top: 20px;
  }
  #service-type .section-wrap .type-container .type-box .brand-box .brand-item a .more-box span.more {
    justify-content: center;
  }
  #section-case .section-text-box p {
    text-align: left;
  }
  #marketing-problem {
    padding-bottom: 0;
  }
  #marketing-problem .section-wrap:last-child {
    padding-bottom: 0;
  }
  #marketing-problem .section-wrap:last-child .section-text-box h2 {
    font-size: 20px;
  }
  #marketing-value .section-wrap .value-text-box h1 {
    font-size: 32px;
  }
  #marketing-value .section-wrap .flex-box .uk-flex .flex-item .text-box h2 {
    font-size: 20px;
  }
  #marketing-value .section-wrap .flex-box .uk-flex .flex-item {
    background: #fff;
    border-radius: 6px;
  }
  #marketing-value .section-wrap .flex-box .uk-flex .flex-item::before {
    content: none;
  }
  #marketing-value .section-wrap .flex-box .uk-flex .flex-item::after {
    content: none;
  }
  #marketing-value .section-wrap .flex-box .uk-flex .flex-item:nth-child(2n) {
    transform: unset;
  }
  #marketing-value .section-wrap .flex-box .uk-flex .flex-item .uk-flex .img-box {
    overflow: hidden;
    width: 120px;
    height: 120px;
  }
  #marketing-value .section-wrap .flex-box .uk-flex .flex-item .uk-flex .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #marketing-value .section-wrap .flex-box .uk-flex .flex-item .uk-flex .text-box {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  #marketing-value .section-wrap .flex-box .uk-flex .flex-item p {
    padding: 10px 20px;
  }
  #marketing-step .section-wrap .step-text-box h1 {
    font-size: 24px;
  }
  #marketing-step .section-wrap .step-box.flow::before {
    background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/works/marketing/step/marketing-step-ring-sp.webp");
    width: 190px;
    height: 190px;
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2:first-child::before {
    bottom: -55px;
    right: 57px;
    transform: rotate(1deg);
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2:nth-child(2)::before {
    top: 103px;
    left: 15px;
    transform: rotate(96deg);
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2:nth-child(2) .step-item .text-box {
    text-align: right;
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2:nth-child(3)::before {
    top: 34px;
    right: -13px;
    transform: rotate(282deg);
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2:nth-child(4)::before {
    top: -13px;
    left: 80px;
    transform: rotate(185deg);
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2:nth-child(4) .step-item .text-box {
    text-align: right;
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2 .step-item {
    padding: 0 10px;
    padding-bottom: 10px;
    height: 200px;
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2 .step-item img {
    width: 95px;
    margin: 10px auto;
  }
  #marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1 .step-item .img-box {
    padding: 0;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none;
  }
  #marketing-can {
    padding-bottom: 0;
  }
  #marketing-can .section-wrap .can-table {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-top: 6px;
    padding-bottom: 30px;
  }
  #marketing-can .section-wrap .can-table::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  #marketing-can .section-wrap .can-table::-webkit-scrollbar-thumb {
    background: #0066CC;
    border-radius: 10px;
  }
  #marketing-can .section-wrap .can-table::-webkit-scrollbar-track {
    background: #F5F5F5;
    border: 1px solid #45474F;
    border-radius: 10px;
  }
  #marketing-can .section-wrap .can-table table thead tr th:nth-child(2)::before {
    width: 107%;
  }
  #marketing-can .section-wrap .can-table table tbody tr:last-child td:nth-child(2)::before {
    width: 107%;
  }
  #marketing-team .section-wrap .flex-box .uk-flex .flex-item:last-child {
    text-align: center;
    margin-top: -100px;
  }
  #web-branding-menu .section-wrap .menu-box .uk-grid .uk-grid-margin {
    margin-top: 50px;
  }
  #web-branding-difference .difference-box .difference-table {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-top: 6px;
    padding-bottom: 30px;
  }
  #web-branding-difference .difference-box .difference-table::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  #web-branding-difference .difference-box .difference-table::-webkit-scrollbar-thumb {
    background: #0066CC;
    border-radius: 10px;
  }
  #web-branding-difference .difference-box .difference-table::-webkit-scrollbar-track {
    background: #F5F5F5;
    border: 1px solid #45474F;
    border-radius: 10px;
  }
  #web-branding-difference .difference-box .difference-table table thead tr th:nth-child(2)::before {
    width: 107%;
  }
  #web-branding-difference .difference-box .difference-table table tbody tr:last-child td:nth-child(2)::before {
    width: 107%;
  }
  #web-branding-flow .section-wrap .flow-container .flow-box .flow-item .uk-flex .flex-item.img-box {
    width: 70% !important;
    margin: 0 auto;
  }
  #web-branding-flow .section-wrap .flow-container .flow-box.top .flow-item:first-child .uk-flex {
    display: grid;
  }
  #web-branding-flow .section-wrap .flow-container .flow-box.top .flow-item:first-child .uk-flex .flex-item:last-child {
    order: -1;
  }
  #ai-solution-point .section-wrap .oneteck-container .flex-box .uk-flex .flex-item p.color-aic {
    text-align: center;
  }
  #ai-solution-point .section-wrap .oneteck-container .flex-box .uk-flex .flex-item img {
    display: block;
    margin: 20px auto;
  }
  #company-history .section-wrap .flex-box .uk-flex:first-child .flex-item:last-child {
    border-top: none;
  }
  #company-seminar .section-wrap .flex-box .uk-flex:first-child .flex-item:last-child {
    border-top: none;
  }
  #company-seminar .section-wrap .img-container .uk-flex .img-box:not(:last-child) {
    display: none;
  }
  #form .section-wrap .flex-box-mail-magazine h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #form .section-wrap .flex-box-download .uk-flex .flex-item h3 {
    font-size: 16px;
    text-align: center;
  }
  #archive-methods .fix-mail-magazine, #single-method .fix-mail-magazine {
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 0;
  }
  #archive-methods .fix-mail-magazine .close-btn, #single-method .fix-mail-magazine .close-btn {
    left: unset;
    right: 10px;
    top: -15px;
  }
  #archive-methods .category-container, #single-method .category-container {
    overflow-x: scroll;
  }
  #archive-works .section-wrap .category-container {
    overflow-x: scroll;
  }
  #single-works .section-wrap .top-container .flex-box .uk-flex {
    margin: 10px 0;
  }
  #single-works .section-wrap .bg-container .bg-top-box {
    margin-top: 0 !important;
    display: grid;
  }
  #single-works .section-wrap .bg-container .bg-top-box .text {
    order: -1;
  }
  #taxonomy-works-types .section-wrap .category-container {
    overflow-x: scroll;
  }
  #menu-web-design .section-wrap .web-design-box .uk-grid .uk-grid-margin {
    margin-top: 50px;
  }
  #menu-maintenance-option .section-wrap .maintenance-option-box .uk-grid .uk-grid-margin {
    margin-top: 50px;
  }
  #menu-application-software .section-wrap .application-software-box {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #menu-application-software .section-wrap .application-software-box::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  #menu-application-software .section-wrap .application-software-box::-webkit-scrollbar-thumb {
    background: #0066CC;
    border-radius: 10px;
  }
  #menu-application-software .section-wrap .application-software-box::-webkit-scrollbar-track {
    background: #F5F5F5;
    border: 1px solid #45474F;
    border-radius: 10px;
  }
  #menu-application-software .section-wrap .application-software-box img {
    max-width: -moz-max-content;
    max-width: max-content;
    width: 250%;
  }
  #price-example .section-wrap .example-box .flex-box .uk-flex .flex-item h2 {
    text-align: center;
    font-size: 24px;
  }
  #price-example .section-wrap .example-box .flex-box .uk-flex .flex-item .list .uk-flex {
    flex-wrap: wrap;
  }
  #price-example .section-wrap .example-box .flex-box .uk-flex .flex-item .list .uk-flex p {
    margin: 5px 0;
  }
  #price-example .section-wrap .example-box .flex-box .uk-flex .flex-item .price h2 span {
    font-size: 40px !important;
  }
  #price-line .section-wrap .line-box .price-box .uk-grid {
    margin: 0;
  }
  #price-line .section-wrap .line-box .price-box .uk-grid .uk-width-1-1 {
    padding: 0;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
  #price-line .section-wrap .line-box .base-option {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
  }
  #price-line .section-wrap .line-box .base-option .uk-grid .uk-width-1-1 span.border {
    display: block;
    height: 80px;
  }
  #price-line .section-wrap .line-box .advance-option {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
  }
  #price-line .section-wrap .line-box .advance-option .uk-grid .uk-width-1-1 span.border {
    display: block;
    height: 80px;
  }
  #thanks .text-container h3 {
    font-size: 16px;
    margin-bottom: 20px !important;
  }
  #footer .section-wrap .flex-box .uk-flex .flex-item .sns-box p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box:last-child .uk-flex a {
    margin: 0 20px !important;
  }
  #footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box:last-child .uk-flex a:last-child {
    order: -1;
  }
  #footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link.contact .link {
    max-width: 175px;
    width: 175px;
  }
  #footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link.contact .link a {
    width: unset;
    padding: unset;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  #front {
    background-size: 140%;
    background-position: center top 100px;
  }
  .section-download-recruit-container .download-recruit-box .uk-flex {
    width: 80%;
  }
  .section-download-recruit-container .download-recruit-box .uk-flex .link {
    width: 47%;
  }
  .section-download-recruit-container-bg-none .download-recruit-box .uk-flex {
    width: 80%;
  }
  #section-method .slider-wrap .slider-nav-container.uk-flex .more {
    width: 230px;
  }
  #section-case .section-wrap .slider-wrap .slider-nav-container.uk-flex .more {
    width: 230px;
  }
  #section-case .uk-slider-container .slider-nav-container {
    width: 80%;
  }
  #section-efficient .slider-wrap .slider-nav-container.uk-flex .more {
    width: 230px;
  }
  #header .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open, #header-front .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open {
    width: 93px;
    height: 93px;
  }
  #front-case .list .slider-wrap .swiper.mySwiper .slider-nav-container.uk-flex .btn {
    padding-right: 20px;
    width: 80px;
  }
  #front-case .list .slider-wrap .swiper.mySwiper .slider-nav-container.uk-flex .more {
    width: 30%;
  }
  #front-case .list .slider-wrap .swiper.mySwiper .slider-nav-container.uk-flex .more a {
    justify-content: end;
  }
  #front-marketing .section-wrap .service-container .flex-box .uk-flex .flex-item::after {
    right: -40px;
  }
  #front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .slider-nav-container.uk-flex .btn {
    padding-right: 20px;
    width: 140px;
  }
  #front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .slider-nav-container.uk-flex .more {
    width: 45%;
  }
  #about-message .section-wrap .flex-wrap .greeting-box:last-child::before {
    top: 70px;
  }
  #marketing-problem {
    padding-bottom: 0;
  }
  #marketing-problem .section-wrap:last-child {
    padding-bottom: 0;
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2:first-child::before {
    bottom: -9px;
    right: 101px;
    transform: rotate(11deg);
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2:nth-child(2)::before {
    top: 55px;
    left: 15px;
    transform: rotate(100deg);
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2:nth-child(3)::before {
    right: -14px;
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2:nth-child(4)::before {
    left: 129px;
  }
  #marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1 .step-item .text-box ul {
    width: 100%;
  }
  #ai-solution-point .section-wrap .feature-container .flex-box .uk-flex .flex-item .text-box {
    height: 400px;
  }
  #price-web-design .section-wrap .web-design-box .uk-grid .uk-width-1-1 .web-design-item {
    min-height: 300px;
  }
  #price-example .section-wrap .example-box .flex-box .uk-flex .flex-item .list .uk-flex p {
    margin: 5px 0;
    padding: 10px 20px;
  }
  #proce-maintenance .section-wrap .maintenance-box .uk-grid .uk-width-1-1 .maintenance-item {
    min-height: 370px;
  }
  #price-option .section-wrap .option-box .uk-grid .uk-width-1-1 .option-item {
    min-height: 450px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  #front {
    background-position: center top;
  }
  .section-service-top .img-box {
    max-width: 720px;
  }
  #section-method .slider-wrap .slider-nav-container.uk-flex .btn {
    width: 100px;
  }
  #section-method .slider-wrap .slider-nav-container.uk-flex .more {
    width: 250px;
  }
  #section-case .section-wrap .slider-wrap .slider-nav-container.uk-flex .btn {
    width: 100px;
  }
  #section-case .section-wrap .slider-wrap .slider-nav-container.uk-flex .more {
    width: 250px;
  }
  #section-efficient .slider-wrap .slider-nav-container.uk-flex .btn {
    width: 100px;
  }
  #section-efficient .slider-wrap .slider-nav-container.uk-flex .more {
    width: 250px;
  }
  #front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .slider-nav-container.uk-flex .btn {
    width: 140px;
  }
  #front-works .section-wrap .flex-box .uk-flex .flex-item .slider-wrap .slider-nav-container.uk-flex .more {
    width: 35%;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .flex-sp {
    display: block;
  }
  .flex-sp .flex-item {
    width: auto !important;
    margin: 20px 0;
  }
  .flex-sp-grid {
    display: grid;
  }
  .flex-sp-grid .flex-item {
    width: auto !important;
    margin: 20px 0;
  }
  .flex-sp-grid .flex-item:last-child {
    order: -1;
  }
  .border-rad-sp {
    border-radius: 0 !important;
  }
  .uk-container-sp {
    padding: 0 !important;
    margin: 0 !important;
  }
  .link a {
    margin: 0 auto;
  }
  .section-service-top.sp .text-box p {
    margin-bottom: 40px;
  }
  .section-download-recruit-container-bg-none .download-recruit-box .uk-flex .link {
    width: 300px;
  }
  .section-download-recruit-container-bg-none .download-recruit-box .uk-flex .link:first-child {
    margin-bottom: 30px;
  }
  .section-page-top .text-box h1 {
    font-size: 56px !important;
  }
  #front-event .section-wrap .event-container .section-title {
    text-align: left !important;
  }
  #front-business::before {
    background: linear-gradient(to bottom, rgba(0, 102, 204, 0) 99%, rgb(58, 112, 203) 100%, #0066cc 100%);
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item {
    background: #fff;
    border-radius: 6px;
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item::before {
    content: none;
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item::after {
    content: none;
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item:nth-child(2n+1) {
    transform: unset;
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item:last-child {
    position: relative;
    margin-bottom: 100px;
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item:last-child::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0066CC;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item:last-child::before {
    content: "";
    position: absolute;
    height: 88px;
    border-left: 2px dashed #0066CC;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item .uk-flex .img-box {
    overflow: hidden;
    height: 200px;
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item .uk-flex .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item .uk-flex .text-box {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  #front-business .section-wrap .flex-box .uk-flex .flex-item p {
    padding: 20px;
  }
  #front-marketing .section-wrap .marketing-container .section-title {
    margin-top: 40px;
  }
  #front-marketing .section-wrap .marketing-container .flex-box .uk-flex {
    display: grid !important;
  }
  #front-marketing .section-wrap .marketing-container .flex-box .uk-flex .flex-item:last-child {
    order: -1;
  }
  #front-marketing .section-wrap .service-container .flex-box .uk-flex .flex-item .text-box p {
    color: #45474F !important;
  }
  #front-works .section-wrap .flex-box .uk-flex .flex-item h1 {
    font-family: din-2014, sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  #about-value .section-wrap .uk-grid .item-wrap .item-box .text-box {
    width: 70%;
  }
  #about-value .section-wrap .uk-grid .item-wrap .item-box .text-box h3 {
    margin: 0 !important;
    margin-left: 20px !important;
    text-align: left !important;
  }
  #service-marketing .section-wrap .flex-box .uk-flex .flex-item:first-child .title {
    text-align: center;
  }
  #service-type .section-wrap .type-container .type-box .uk-flex .flex-item:first-child .icon {
    margin: 0 auto;
    width: 30%;
    text-align: center;
  }
  #service-type .section-wrap .type-container .type-box .uk-flex .flex-item:first-child .text-box h2 {
    font-size: 24px !important;
    margin: 20px 0;
    text-align: center;
  }
  #service-type .section-wrap .type-container .type-box .brand-box .brand-item a .text-box h3 {
    text-align: center;
    margin: 20px 0;
  }
  #service-type .section-wrap .type-container .type-box .brand-box .brand-item a .more-box {
    margin-top: 20px;
  }
  #service-type .section-wrap .type-container .type-box .brand-box .brand-item a .more-box span.more {
    justify-content: center;
  }
  #section-case .section-text-box p {
    text-align: left;
  }
  #marketing-problem {
    padding-bottom: 0;
  }
  #marketing-problem .section-wrap:last-child {
    padding-bottom: 0;
  }
  #marketing-value .section-wrap .value-text-box h1 {
    font-size: 32px;
  }
  #marketing-value .section-wrap .flex-box .uk-flex .flex-item .text-box h2 {
    font-size: 24px;
  }
  #marketing-value .section-wrap .flex-box .uk-flex .flex-item {
    background: #fff;
    border-radius: 6px;
  }
  #marketing-value .section-wrap .flex-box .uk-flex .flex-item::before {
    content: none;
  }
  #marketing-value .section-wrap .flex-box .uk-flex .flex-item::after {
    content: none;
  }
  #marketing-value .section-wrap .flex-box .uk-flex .flex-item:nth-child(2n) {
    transform: unset;
  }
  #marketing-value .section-wrap .flex-box .uk-flex .flex-item .uk-flex .img-box {
    overflow: hidden;
    height: 200px;
  }
  #marketing-value .section-wrap .flex-box .uk-flex .flex-item .uk-flex .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #marketing-value .section-wrap .flex-box .uk-flex .flex-item .uk-flex .text-box {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  #marketing-value .section-wrap .flex-box .uk-flex .flex-item p {
    padding: 20px;
  }
  #marketing-step .section-wrap .step-text-box h1 {
    font-size: 24px;
  }
  #marketing-step .section-wrap .step-box.flow {
    height: 450px;
  }
  #marketing-step .section-wrap .step-box.flow::before {
    background-image: url("https://ai-create.net/wp2025/wp-content/themes/aicreate2025//images/works/marketing/step/marketing-step-ring-sp.webp");
    width: 230px;
    height: 230px;
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2:first-child::before {
    bottom: -55px;
    right: 77px;
    transform: rotate(1deg);
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2:nth-child(2)::before {
    top: 109px;
    left: 15px;
    transform: rotate(96deg);
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2:nth-child(3)::before {
    top: 79px;
    right: -13px;
    transform: rotate(282deg);
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2:nth-child(4)::before {
    top: -13px;
    left: 106px;
    transform: rotate(185deg);
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2:nth-child(4) .step-item .text-box {
    text-align: right;
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2 .step-item {
    padding: 0 10px;
    padding-bottom: 10px;
    height: 200px;
  }
  #marketing-step .section-wrap .step-box.flow .uk-grid .uk-width-1-2 .step-item img {
    width: 95px;
    margin: 10px auto;
  }
  #marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1 .step-item .img-box {
    padding: 0;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none;
  }
  #marketing-can .section-wrap .can-table {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-top: 6px;
    padding-bottom: 30px;
  }
  #marketing-can .section-wrap .can-table::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  #marketing-can .section-wrap .can-table::-webkit-scrollbar-thumb {
    background: #0066CC;
    border-radius: 10px;
  }
  #marketing-can .section-wrap .can-table::-webkit-scrollbar-track {
    background: #F5F5F5;
    border: 1px solid #45474F;
    border-radius: 10px;
  }
  #marketing-team .section-wrap .flex-box .uk-flex .flex-item:last-child {
    text-align: center;
    margin-top: -100px;
  }
  #web-branding-difference .difference-box .difference-table {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-top: 6px;
    padding-bottom: 30px;
  }
  #web-branding-difference .difference-box .difference-table::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  #web-branding-difference .difference-box .difference-table::-webkit-scrollbar-thumb {
    background: #0066CC;
    border-radius: 10px;
  }
  #web-branding-difference .difference-box .difference-table::-webkit-scrollbar-track {
    background: #F5F5F5;
    border: 1px solid #45474F;
    border-radius: 10px;
  }
  #web-branding-flow .section-wrap .flow-container .vertical-line {
    left: -46.5px;
  }
  #web-branding-flow .section-wrap .flow-container .flow-box .flow-item .uk-flex .flex-item.img-box {
    width: 50% !important;
    margin: 0 auto;
  }
  #web-branding-flow .section-wrap .flow-container .flow-box .flow-item .uk-flex .flex-item h3 span.point-marker {
    left: -40px;
  }
  #ai-solution-point .section-wrap .oneteck-container .flex-box .uk-flex .flex-item p.color-aic {
    text-align: center;
  }
  #ai-solution-point .section-wrap .oneteck-container .flex-box .uk-flex .flex-item img {
    display: block;
    margin: 20px auto;
  }
  #form .section-wrap .flex-box-mail-magazine h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #form .section-wrap .flex-box-download .uk-flex .flex-item h3 {
    font-size: 16px;
    text-align: center;
  }
  #archive-methods .fix-mail-magazine, #single-method .fix-mail-magazine {
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 0;
  }
  #archive-methods .fix-mail-magazine .close-btn, #single-method .fix-mail-magazine .close-btn {
    left: unset;
    right: 10px;
    top: -15px;
  }
  #single-works .section-wrap .bg-container .bg-top-box {
    margin-top: 0 !important;
    display: grid;
  }
  #single-works .section-wrap .bg-container .bg-top-box .text {
    order: -1;
  }
  #menu-web-design .section-wrap .web-design-box .uk-grid .uk-grid-margin {
    margin-top: 50px;
  }
  #price-example .section-wrap .example-box .flex-box .uk-flex .flex-item h2 {
    text-align: center;
    font-size: 24px;
  }
  #price-example .section-wrap .example-box .flex-box .uk-flex .flex-item .list .uk-flex {
    flex-wrap: wrap;
  }
  #price-example .section-wrap .example-box .flex-box .uk-flex .flex-item .list .uk-flex p {
    margin: 5px 0;
  }
  #price-line .section-wrap .line-box .price-box .uk-grid {
    margin: 0;
  }
  #price-line .section-wrap .line-box .price-box .uk-grid .uk-width-1-1 {
    padding: 0;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
  #price-line .section-wrap .line-box .base-option {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
  }
  #price-line .section-wrap .line-box .base-option .uk-grid .uk-width-1-1 span.border {
    display: block;
    height: 80px;
  }
  #price-line .section-wrap .line-box .advance-option {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
  }
  #price-line .section-wrap .line-box .advance-option .uk-grid .uk-width-1-1 span.border {
    display: block;
    height: 80px;
  }
  #thanks .text-container h3 {
    font-size: 16px;
    margin-bottom: 20px !important;
  }
  #footer .section-wrap .flex-box .uk-flex .flex-item .logo-box img {
    width: 70%;
  }
  #footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box:last-child .uk-flex a {
    margin: 0 20px !important;
  }
  #footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box:last-child .uk-flex a:last-child {
    order: -1;
  }
  #footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link.contact .link {
    max-width: 200px;
    width: 200px;
  }
  #footer .section-wrap .flex-box .uk-flex .flex-item .page-link-box .page-link.contact .link a {
    width: unset;
    padding: unset;
  }
}
@media screen and (min-width: 1200px) {
  .section-download-recruit-container .download-recruit-box .uk-flex {
    width: 70%;
  }
  .section-download-recruit-container-bg-none .download-recruit-box .uk-flex {
    width: 70%;
  }
  #marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1 .step-item .img-box img {
    width: 70%;
  }
  #marketing-step .section-wrap .step-box.list .uk-grid .uk-width-1-1 .step-item .text-box ul {
    width: 80%;
  }
  #ai-solution-point .section-wrap .feature-container .flex-box .uk-flex .flex-item .text-box {
    height: 290px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1270px) {
  #web-branding-flow .section-wrap .flow-container .flow-box.reverse .flow-item .uk-flex .flex-item:last-child {
    order: -1;
  }
}
