@charset "UTF-8";
/****************************************
*style
****************************************/
@media screen and (min-width: 600px) {
  .article-header-full-width__inner .l-content {
    width: auto;
  }
}
.gradation {
  background: linear-gradient(90deg, #0074d4, #38c6f6);
  background: -webkit- linear-gradient(90deg, #0074d4, #38c6f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-top: 0 !important;
}

.ncButton.-gross .ncButton_btn {
  background: linear-gradient(90deg, #0074d4, #38c6f6);
  color: #fff !important;
}
.ncButton.-ul-gradation .ncButton_btn {
  position: relative;
  width: auto;
  height: auto;
  padding-bottom: calc(8px * 0.5);
  background-color: transparent;
  color: #0074d4;
  font-weight: bold;
}
.ncButton.-ul-gradation .ncButton_btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #0074d4, #38c6f6);
  content: "";
}
.ncButton.signature {
  justify-content: flex-end;
}

.c-btn {
  background: linear-gradient(90deg, #0074d4, #38c6f6) !important;
  border: none !important;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: calc(8px * 6);
  margin: auto;
  padding: 0.5em;
  border-radius: 2em;
}
.c-btn i {
  display: none;
}

.l-header {
  padding: 8px calc(8px * 3);
}

@media (min-width: 768px) {
  .l-header-menu-fixed-logo {
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .l-header-menu-fixed-logo__inner {
    padding: 8px calc(8px * 3);
  }
  .l-header-menu-fixed-logo .site-logo__img-common,
  .l-header-menu-fixed-logo .icon-logo-common {
    height: 60px;
  }
}
.menu-gmenu-container li:last-of-type a {
  background-color: transparent !important;
}

.menu-item-has-children a {
  cursor: default;
}

.header-menu > .menu-item.menu-item-205 {
  position: static;
}
.header-menu > .menu-item.menu-item-205 .sub-menu {
  display: flex;
  justify-content: center;
  width: 100vw;
  background-color: rgba(0, 116, 212, 0.8);
  transform: translateX(-50%) translateY(10%);
}
.header-menu > .menu-item.menu-item-205 .sub-menu li {
  cursor: pointer;
}
.header-menu > .menu-item.menu-item-205 .sub-menu li:last-of-type a:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.header-menu > .menu-item.menu-item-205 .sub-menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: auto !important;
  text-align: center;
  font-size: 0.9rem;
}
.header-menu > .menu-item.menu-item-205 .sub-menu li a::before {
  display: block;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  width: 160px;
  aspect-ratio: 4/3;
  margin-bottom: 8px;
  background-color: #fff;
  content: "";
}
.header-menu > .menu-item.menu-item-205 .sub-menu li.web a::before {
  background-image: url("/wp-content/site-parts/common/img/service01.png");
}
.header-menu > .menu-item.menu-item-205 .sub-menu li.ad a::before {
  background-image: url("/wp-content/site-parts/common/img/service02.png");
}
.header-menu > .menu-item.menu-item-205 .sub-menu li.seo a::before {
  background-image: url("/wp-content/site-parts/common/img/service03.png");
}
.header-menu > .menu-item.menu-item-205 .sub-menu li.consul a::before {
  background-image: url("/wp-content/site-parts/common/img/service04.png");
}
.header-menu > .menu-item.menu-item-205:hover > .sub-menu {
  transform: translateX(-50%) translateY(0);
}

.drawer-menu.is-slide {
  transform: translateX(-100%);
}

@media (max-width: 767px) {
  .sec_inner {
    padding-top: calc(8px * 3) !important;
    padding-bottom: calc(8px * 3) !important;
  }
}

.sec_content > :last-child {
  margin-bottom: 0 !important;
}

#contents + .widget_shortcod_section .c-section-widget__inner {
  padding: 0;
}
#contents + .widget_shortcod_section .c-section-widget__inner .l-content-widget {
  max-width: initial;
  width: 100%;
}
@media (max-width: 959px) {
  #contents + .widget_shortcod_section .shortcod-content {
    max-width: initial !important;
    margin: 0 auto !important;
  }
}
#contents + .widget_shortcod_section .ncColumns {
  margin: 0;
  gap: 0;
}
#contents + .widget_shortcod_section .ncColumns_panel {
  margin: 0;
}
@media (min-width: 768px) {
  #contents + .widget_shortcod_section .ncColumns_panel {
    width: 50%;
  }
}
@media (min-width: 768px) {
  #contents + .widget_shortcod_section .ncRows {
    padding-top: calc(calc(8px * 6) * 3);
    padding-bottom: calc(calc(8px * 6) * 3);
  }
}
@media (max-width: 767px) {
  #contents + .widget_shortcod_section .ncRows {
    padding-top: calc(8px * 10);
    padding-bottom: calc(8px * 10);
  }
}
#contents + .widget_shortcod_section .ncRows {
  text-align: center;
}
#contents + .widget_shortcod_section .ncRows:nth-of-type(1) {
  background-color: #e3f3f3;
}
#contents + .widget_shortcod_section .ncRows:nth-of-type(2) {
  background-color: #f4f4f4;
}
#contents + .widget_shortcod_section .ncRows_title {
  font-size: 70px;
  margin-bottom: 0;
  line-height: 1.2;
}
#contents + .widget_shortcod_section .ncRows_text p {
  color: #0074d4;
  font-weight: bold;
}
#contents + .widget_shortcod_section .ncButton {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer-widget .column-3 {
    width: calc(20% - 24px);
  }
  .footer-widget .column-3:first-of-type {
    width: calc(40% - 24px);
  }
  .footer-widget .column-3 .widget_nav_menu .menu-item {
    padding-left: 0;
  }
  .footer-widget .column-3 .widget_nav_menu .menu > .menu-item a::before {
    content: none;
  }
}
.ncSiteinfo_logo {
  width: 190px;
  margin-bottom: 1em;
}
.ncSiteinfo_info > * {
  margin-bottom: 8px !important;
}
.ncSiteinfo_info dt {
  width: 1.5em;
  padding-top: calc(8px * 0.5);
}
.ncSiteinfo_info dd {
  width: calc(100% - 1.5em);
}
.ncSiteinfo_info .ncIcon::before {
  height: 100%;
}

.border-box {
  border: solid 1px #38c6f6;
  padding: calc(8px * 3);
}

.primary {
  color: #0074d4;
}

.primary-m {
  color: #38c6f6;
}

dt {
  color: #0074d4;
}

.sec_content {
  container-type: inline-size;
}

.ncColumns {
  margin-top: 5cqw;
  margin-bottom: 5cqw;
}

.ncList {
  padding: 0;
  margin-left: 0 !important;
}
.ncList li::before {
  background-color: #38c6f6;
}

#intro h2.primary {
  margin-bottom: calc(8px * 4);
  color: #0074d4;
  font-size: 30px;
  text-align: center;
}

.ncH2 {
  position: relative;
  z-index: 1;
  margin: 0.5em auto;
}
.ncH2::after {
  position: absolute;
  z-index: -1;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #0074d4, #38c6f6);
  content: "";
}

.sec_header .ncH2 {
  padding-bottom: 8px;
  text-align: center;
}
.sec_header .ncH2::after {
  right: 0;
  width: calc(8px * 3);
  height: calc(8px * 0.5);
  margin: auto;
  border-radius: 2px;
}
.sec_header .sub-title {
  color: #38c6f6;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

/*******************
*制作実績
*******************/
.overview {
  font-weight: bold;
  text-align: center;
}

.clientName {
  color: #666 !important;
  text-align: center;
}

/*******************
*枠付きテキストセット（カウンター付き
*******************/
.ncFrame.-count-set {
  counter-reset: countset 0;
}
.ncFrame.-count-set .ncFrame_panel {
  position: relative;
  margin-bottom: calc(8px * 3);
  padding: calc(8px * 1.5) calc(8px * 5);
  border: solid 2px #b8e0e1;
}
.ncFrame.-count-set .ncFrame_panel:before {
  counter-increment: countset 1;
  content: "STEP " counter(countset, decimal-leading-zero);
}
.ncFrame.-count-set .ncFrame_panel::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 10px solid #b8e0e1;
  border-bottom: 0;
  content: "";
}
.ncFrame.-count-set .ncFrame_panel:last-of-type {
  margin-bottom: 0;
}
.ncFrame.-count-set .ncFrame_panel:last-of-type::after {
  content: none;
}
.ncFrame.-count-set .ncFrame_title {
  color: #0074d4;
}
/*******************
*表
*******************/
.ncTable_title {
  background-color: #e3f3f3;
}
.ncTable_title, .ncTable_field {
  padding: calc(8px * 2);
}/*# sourceMappingURL=style.css.map */