@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* ==========================================================
   DIGITAL WORKS AZ
   Simplicity2 Child
   Complete Style
   Updated: 2026-08-11
   - TOP / Header / Mobile Menu / Footer
   - Lower Page Common
   - About Page
   - About Message layout consolidated
========================================================== */


/* ==========================================================
   01. 共通設定
========================================================== */

:root {
  --aztop-navy: #03172f;
  --aztop-deep: #001227;
  --aztop-blue: #075cff;
  --aztop-cyan: #00b8df;
  --aztop-pink: #ff3e7e;
  --aztop-lime: #ccec00;
  --aztop-yellow: #ffd500;

  --aztop-text: #07172f;
  --aztop-gray: #617086;
  --aztop-line: #dce5ef;
  --aztop-light: #f6f9fc;
  --aztop-white: #ffffff;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}


html {
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
}


body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
}


img {
  max-width: 100%;
  height: auto;
}


/* ==========================================================
   02. AZ TOP 基本設定
========================================================== */

.aztop-root,
.aztop-root * {
  box-sizing: border-box;
}


.aztop-root {
  width: 100%;
  margin: 0;
  padding: 0;

  overflow: hidden;

  color: var(--aztop-text);
  background: #fff;

  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    Meiryo,
    sans-serif;
}


.aztop-root img {
  display: block;
  width: 100%;
  height: auto;
}


.aztop-root a {
  color: inherit;
  text-decoration: none;
}


.aztop-root h1,
.aztop-root h2,
.aztop-root h3,
.aztop-root h4 {
  margin-top: 0;
  padding: 0;

  border: 0;
  background: none;
  box-shadow: none;
}


.aztop-root p {
  margin-top: 0;
}


.aztop-inner {
  position: relative;

  width: min(1200px, calc(100% - 48px));

  margin-left: auto;
  margin-right: auto;
}


/* ==========================================================
   03. Simplicity2 TOPページ制限解除
========================================================== */

.home #body,
.home #body-in,
.home #content,
.home #main,
.home main,
.home .article,
.home .entry-content {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}


.home #body {
  background: #fff;
}


.home #main {
  float: none !important;

  border: 0 !important;

  background: transparent !important;

  box-shadow: none !important;
}


.home #sidebar,
.home .sidebar {
  display: none !important;
}


.home .entry-title,
.home .post-meta,
.home .post-date,
.home .post-update,
.home .footer-post-meta,
.home .article-header,
.home #breadcrumb,
.home .breadcrumb {
  display: none !important;
}


.home .entry-content > * {
  max-width: none;
}


/* ==========================================================
   04. AZ TOP ウィジェット
========================================================== */

.home .widget_custom_html,
.home .aztop-widget {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;

  background: transparent !important;

  box-shadow: none !important;
}


.home .widget_custom_html .widget-title,
.home .aztop-widget-title {
  display: none !important;
}


.home .widget_custom_html .textwidget,
.home .aztop-widget .textwidget {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* ==========================================================
   05. 共通セクション見出し
========================================================== */

.aztop-section {
  width: 100%;
  padding: 48px 0;

  background: #fff;
}


.aztop-section-heading {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 14px;

  margin-bottom: 30px;
}


.aztop-section-heading h2 {
  margin: 0;

  color: var(--aztop-text);

  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 900;
}


.aztop-section-mark {
  width: 46px;
  height: 7px;

  background:
    linear-gradient(
      90deg,
      var(--aztop-blue) 0 20%,
      transparent 20% 37%,
      var(--aztop-cyan) 37% 60%,
      transparent 60% 77%,
      var(--aztop-lime) 77% 100%
    );
}


/* ==========================================================
   06. HERO
========================================================== */

.aztop-hero {
  position: relative;

  width: 100%;
  min-height: 540px;

  overflow: hidden;

  background:
    linear-gradient(
      115deg,
      var(--aztop-deep) 0%,
      #061d3d 46%,
      #fff 46.1%,
      #fff 100%
    );
}


.aztop-hero::before {
  position: absolute;

  inset: 0 auto 0 0;

  width: 47%;

  opacity: 0.28;

  background-image:
    linear-gradient(
      rgba(21, 108, 255, 0.22) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(21, 108, 255, 0.22) 1px,
      transparent 1px
    );

  background-size: 36px 36px;

  content: "";

  pointer-events: none;
}


.aztop-hero::after {
  position: absolute;

  right: 18px;
  bottom: 22px;

  width: 120px;
  height: 65px;

  opacity: 0.8;

  background-image:
    radial-gradient(
      var(--aztop-blue) 2px,
      transparent 2px
    );

  background-size: 13px 13px;

  content: "";
}


.aztop-hero-layout {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    43% 57%;

  min-height: 540px;
}


.aztop-hero-copy {
  display: flex;

  flex-direction: column;
  justify-content: center;

  padding: 65px 55px 65px 0;

  color: #fff;
}


.aztop-hero-label {
  display: inline-flex;

  align-self: flex-start;
  align-items: center;

  min-height: 31px;

  margin-bottom: 20px;

  padding: 0 15px;

  border:
    1px solid rgba(255, 255, 255, 0.35);

  background:
    rgba(255, 255, 255, 0.06);

  font-size: 12px;
  font-weight: 700;

  letter-spacing: 0.08em;
}


.aztop-hero-title {
  margin: 0 0 22px !important;

  color: #fff !important;

  font-size: clamp(40px, 3.65vw, 61px);
  font-weight: 900;

  line-height: 1.42;

  letter-spacing: 0.02em;
}


.aztop-hero-title span {
  color: var(--aztop-lime);
}


.aztop-hero-copy p {
  margin-bottom: 0;

  color: #fff;

  font-size: 16px;
  font-weight: 600;

  line-height: 2;
}


.aztop-hero-buttons {
  display: flex;
  flex-wrap: wrap;

  gap: 14px;

  margin-top: 30px;
}


/* ==========================================================
   07. 共通ボタン
========================================================== */

.aztop-btn {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-width: 225px;
  min-height: 55px;

  padding: 0 25px;

  gap: 10px;

  border:
    1px solid transparent;

  border-radius: 5px;

  font-size: 14px;
  font-weight: 900;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}


.aztop-btn:hover {
  transform: translateY(-3px);

  box-shadow:
    0 12px 30px
    rgba(0, 66, 255, 0.22);

  filter: brightness(1.04);
}


.aztop-btn-primary {
  color: #fff !important;

  background: var(--aztop-blue);
}


.aztop-btn-secondary {
  color: var(--aztop-text) !important;

  border-color: #d1dae6;

  background: #fff;
}


.aztop-btn-lime {
  color: #172100 !important;

  background: var(--aztop-lime);
}


/* ==========================================================
   08. HERO画像
========================================================== */

.aztop-hero-media {
  position: relative;

  min-width: 0;

  padding-left: 25px;
}


.aztop-hero-mainpic {
  position: relative;

  height: 370px;

  overflow: hidden;

  background: #dfe7ee;
}


.aztop-hero-mainpic img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}


.aztop-hero-mainpic::before {
  position: absolute;
  z-index: 3;

  top: 0;
  left: 0;

  border-top:
    80px solid var(--aztop-lime);

  border-right:
    80px solid transparent;

  content: "";
}


.aztop-hero-thumbs {
  position: absolute;

  right: 30px;
  bottom: 15px;
  left: 15px;

  display: grid;

  grid-template-columns:
    2fr
    2fr
    2fr;

  gap: 7px;
}


.aztop-hero-thumb {
  height: 300px;

  overflow: hidden;

  border: 6px solid #fff;

  background: #e8edf2;

  transform: skewX(-8deg);
}


.aztop-hero-thumb img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transform:
    skewX(8deg)
    scale(1.12);
}


/* ==========================================================
   09. できること
========================================================== */

.aztop-skills {
  padding: 70px 0;

  background: #fff;
}


.aztop-skills-grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  border:
    1px solid var(--aztop-line);

  background: #fff;

  box-shadow:
    0 10px 30px
    rgba(3, 27, 66, 0.06);
}


.aztop-skill-card {
  position: relative;

  display: grid;

  grid-template-columns:
    68px
    minmax(0, 1fr)
    25px;

  align-items: center;

  min-width: 0;
  min-height: 130px;

  padding: 20px;

  gap: 15px;

  border-right:
    1px solid var(--aztop-line);

  background: #fff;

  transition:
    transform 0.2s ease,
    background 0.2s ease;
}


.aztop-skill-card:last-child {
  border-right: 0;
}


.aztop-skill-card:hover {
  z-index: 2;

  background: #f7fbff;

  transform: translateY(-5px);
}


.aztop-skill-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 60px;
  height: 60px;

  padding: 12px;

  overflow: hidden;
}


.aztop-skill-card:nth-child(1)
.aztop-skill-icon {
  background: var(--aztop-blue);
}


.aztop-skill-card:nth-child(2)
.aztop-skill-icon {
  background: var(--aztop-pink);
}


.aztop-skill-card:nth-child(3)
.aztop-skill-icon {
  background: var(--aztop-cyan);
}


.aztop-skill-card:nth-child(4)
.aztop-skill-icon {
  background: var(--aztop-yellow);
}


.aztop-skill-icon img {
  width: 100%;
  height: 100%;

  object-fit: contain;
}


.aztop-skill-content {
  min-width: 0;
}


.aztop-skill-content h3 {
  margin: 0 0 7px;

  color: var(--aztop-text);

  font-size: 18px;
  font-weight: 900;
}


.aztop-skill-content p {
  margin: 0;

  color: var(--aztop-gray);

  font-size: 12px;

  line-height: 1.8;
}


.aztop-skill-arrow {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 23px;
  height: 23px;

  border:
    2px solid var(--aztop-blue);

  border-radius: 50%;

  color: var(--aztop-blue);

  font-size: 17px;
  font-weight: 900;
}


/* ==========================================================
   10. 数字で見るAZ
========================================================== */

.aztop-numbers {
  padding: 0 0 70px;

  background: #fff;
}


.aztop-numbers-panel {
  position: relative;

  display: grid;

  grid-template-columns:
    210px
    repeat(4, minmax(0, 1fr));

  overflow: hidden;

  color: #fff;

  background:
    var(--aztop-deep);

  box-shadow:
    0 10px 30px
    rgba(0, 17, 39, 0.12);
}


.aztop-numbers-panel::before {
  position: absolute;

  top: 0;
  left: 0;

  width: 210px;
  height: 100%;

  opacity: 0.55;

  background:
    linear-gradient(
      135deg,
      transparent 35%,
      var(--aztop-blue) 36% 44%,
      transparent 45%
    ),
    radial-gradient(
      var(--aztop-cyan) 2px,
      transparent 2px
    );

  background-size:
    auto,
    14px 14px;

  content: "";
}


.aztop-numbers-title {
  position: relative;
  z-index: 2;

  display: flex;

  flex-direction: column;
  justify-content: center;

  padding: 30px 32px;

  color: #fff;

  font-size: 24px;
  font-weight: 900;

  line-height: 1.35;
}


.aztop-number-item {
  display: grid;

  grid-template-columns:
    58px
    minmax(0, 1fr);

  align-items: center;

  min-width: 0;

  padding: 24px 20px;

  gap: 15px;

  border-left:
    1px solid
    rgba(255, 255, 255, 0.22);
}


.aztop-number-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  width: 55px;
  height: 55px;
}


.aztop-number-icon img {
  width: 46px;
  height: 46px;

  object-fit: contain;
}


.aztop-number-label {
  margin: 0 0 2px !important;

  color: #fff !important;

  font-size: 11px !important;
  font-weight: 700;
}


.aztop-number-value {
  display: block;

  color: #fff;

  font-size: 35px;
  font-weight: 900;

  line-height: 1.15;

  letter-spacing: -0.02em;
}


.aztop-number-value small {
  font-size: 15px;
}


.aztop-number-note {
  display: block;

  margin-top: 6px;

  color: #c7d3e0;

  font-size: 9px;

  line-height: 1.5;
}


/* ==========================================================
   11. 利用者の声
========================================================== */

.aztop-voices {
  padding: 20px 0 70px;

  background: #fff;
}


.aztop-voice-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 24px;
}


.aztop-voice-card {
  position: relative;

  display: grid;

  grid-template-columns:
    96px minmax(0, 1fr);

  align-items: center;

  min-width: 0;
  min-height: 150px;

  padding: 20px;

  gap: 18px;

  overflow: hidden;

  border:
    1px solid var(--aztop-line);

  background: #fff;

  box-shadow:
    0 7px 22px
    rgba(4, 30, 70, 0.05);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}


.aztop-voice-card:hover {
  transform: translateY(-5px);

  box-shadow:
    0 14px 35px
    rgba(4, 30, 70, 0.09);
}


.aztop-voice-photo {
  position: relative;

  width: 92px;
  height: 92px;

  overflow: hidden;

  border-radius: 50%;

  background: #edf2f7;
}


.aztop-voice-photo img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}


.aztop-voice-photo::after {
  position: absolute;

  inset: 0;

  border-radius: 50%;

  box-shadow:
    inset 0 0 0 4px
    rgba(255, 255, 255, 0.7);

  content: "";

  pointer-events: none;
}


.aztop-voice-content {
  position: relative;

  min-width: 0;
}


.aztop-voice-quote {
  position: absolute;

  top: -27px;
  left: -4px;

  color: var(--aztop-blue);

  font-size: 48px;
  font-weight: 900;

  line-height: 1;
}


.aztop-voice-card:nth-child(2)
.aztop-voice-quote {
  color: var(--aztop-pink);
}


.aztop-voice-card:nth-child(3)
.aztop-voice-quote {
  color: var(--aztop-cyan);
}


.aztop-voice-content p {
  margin: 0;

  color: var(--aztop-text);

  font-size: 13px;
  font-weight: 600;

  line-height: 1.9;
}


.aztop-voice-content small {
  position: relative;

  display: inline-block;

  margin-top: 10px;

  padding-left: 13px;

  color: var(--aztop-gray);

  font-size: 11px;
  font-weight: 700;
}


.aztop-voice-content small::before {
  position: absolute;

  top: 50%;
  left: 0;

  width: 6px;
  height: 2px;

  background: var(--aztop-blue);

  content: "";

  transform: translateY(-50%);
}


.aztop-voice-card:nth-child(2)
.aztop-voice-content small::before {
  background: var(--aztop-pink);
}


.aztop-voice-card:nth-child(3)
.aztop-voice-content small::before {
  background: var(--aztop-cyan);
}


.aztop-slider-dots {
  display: flex;

  justify-content: center;

  gap: 8px;

  margin-top: 18px;
}


.aztop-slider-dots span {
  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: #ccd5df;
}


.aztop-slider-dots span:first-child {
  background: var(--aztop-blue);
}


/* ==========================================================
   12. ご利用までの流れ
========================================================== */

.aztop-flow {
  padding: 15px 0 80px;

  background: #fff;
}


.aztop-flow-panel {
  position: relative;

  display: grid;

  grid-template-columns:
    1fr
    36px
    1fr
    36px
    1fr
    36px
    1fr;

  align-items: center;

  min-height: 150px;

  padding: 27px 32px;

  border:
    1px solid #9cc4ff;

  background: #fff;
}


.aztop-flow-panel::before,
.aztop-flow-panel::after {
  position: absolute;

  width: 95px;
  height: 4px;

  content: "";
}


.aztop-flow-panel::before {
  top: -2px;
  left: 0;

  background: var(--aztop-blue);
}


.aztop-flow-panel::after {
  right: 0;
  bottom: -2px;

  background: var(--aztop-lime);
}


.aztop-flow-step {
  min-width: 0;

  text-align: center;
}


.aztop-flow-number {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;

  margin: 0 auto 11px;

  color: #fff;

  font-size: 17px;
  font-weight: 900;
}


.aztop-flow-blue {
  background: var(--aztop-blue);
}


.aztop-flow-pink {
  background: var(--aztop-pink);
}


.aztop-flow-cyan {
  background: var(--aztop-cyan);
}


.aztop-flow-lime {
  color: #233000;

  background: var(--aztop-lime);
}


.aztop-flow-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  margin: 0 auto 8px;
}


.aztop-flow-icon img {
  width: 34px;
  height: 34px;

  object-fit: contain;
}


.aztop-flow-step h3 {
  margin: 0 0 6px;

  color: var(--aztop-text);

  font-size: 14px;
  font-weight: 900;

  white-space: nowrap;
}


.aztop-flow-step p {
  margin: 0;

  color: var(--aztop-gray);

  font-size: 10px;

  line-height: 1.65;
}


.aztop-flow-next {
  color: var(--aztop-text);

  font-size: 28px;

  text-align: center;
}


/* ==========================================================
   13. TOP CTA
========================================================== */

.aztop-cta {
  position: relative;

  width: 100%;

  padding: 78px 0 82px;

  overflow: hidden;

  color: #fff;

  background:
    linear-gradient(
      120deg,
      #001227 0%,
      #041b3a 50%,
      #06336b 100%
    );
}


.aztop-cta::before {
  position: absolute;

  inset: 0;

  opacity: 0.22;

  background-image:
    linear-gradient(
      rgba(26, 113, 255, 0.28) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(26, 113, 255, 0.28) 1px,
      transparent 1px
    );

  background-size: 38px 38px;

  content: "";

  pointer-events: none;
}


.aztop-cta::after {
  position: absolute;

  top: 0;
  left: 50%;

  width: min(700px, 70%);
  height: 4px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--aztop-blue),
      var(--aztop-cyan),
      var(--aztop-lime),
      transparent
    );

  content: "";

  transform: translateX(-50%);
}


.aztop-cta-inner {
  position: relative;
  z-index: 5;

  text-align: center;
}


.aztop-cta-inner::before {
  position: absolute;

  top: 10px;
  right: 0;

  width: 100px;
  height: 55px;

  opacity: 0.45;

  background-image:
    radial-gradient(
      var(--aztop-cyan) 2px,
      transparent 2px
    );

  background-size: 13px 13px;

  content: "";

  pointer-events: none;
}


.aztop-cta-label {
  display: inline-flex;

  margin-bottom: 18px;

  padding: 7px 15px;

  border:
    1px solid
    rgba(255, 255, 255, 0.25);

  color: var(--aztop-cyan);

  background:
    rgba(255, 255, 255, 0.05);

  font-size: 11px;
  font-weight: 900;

  letter-spacing: 0.18em;
}


.aztop-cta-title {
  margin: 0 0 18px !important;

  color: #fff !important;

  font-size:
    clamp(30px, 3.2vw, 45px);

  font-weight: 900;

  line-height: 1.5;

  letter-spacing: 0.02em;
}


.aztop-cta-title span {
  position: relative;

  color: var(--aztop-lime);
}


.aztop-cta-title span::after {
  position: absolute;

  right: 0;
  bottom: -5px;
  left: 0;

  height: 3px;

  background: var(--aztop-lime);

  content: "";
}


.aztop-cta-text {
  margin: 0;

  color: #d6e2ef;

  font-size: 14px;

  line-height: 2;
}


.aztop-cta-actions {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 330px));

  justify-content: center;

  gap: 14px;

  margin-top: 32px;
}


.aztop-cta-button {
  position: relative;

  display: grid;

  grid-template-columns:
    42px
    minmax(0, 1fr)
    25px;

  align-items: center;

  min-height: 75px;

  padding: 10px 18px;

  gap: 12px;

  border-radius: 5px;

  text-align: left;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}


.aztop-cta-button:hover {
  transform: translateY(-4px);

  filter: brightness(1.04);
}


.aztop-cta-button-main {
  color: #fff !important;

  background: var(--aztop-blue);

  box-shadow:
    0 12px 30px
    rgba(0, 81, 255, 0.28);
}


.aztop-cta-button-main:hover {
  box-shadow:
    0 16px 38px
    rgba(0, 81, 255, 0.38);
}


.aztop-cta-button-sub {
  color: var(--aztop-text) !important;

  background: #fff;

  box-shadow:
    0 12px 30px
    rgba(0, 0, 0, 0.13);
}


.aztop-cta-button-sub:hover {
  box-shadow:
    0 16px 38px
    rgba(0, 0, 0, 0.18);
}


.aztop-cta-button-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;

  border-radius: 50%;

  font-size: 17px;
  font-weight: 900;
}


.aztop-cta-button-main
.aztop-cta-button-icon {
  color: var(--aztop-blue);

  background: #fff;
}


.aztop-cta-button-sub
.aztop-cta-button-icon {
  color: #fff;

  background: var(--aztop-pink);
}


.aztop-cta-button-copy {
  display: flex;

  flex-direction: column;

  min-width: 0;
}


.aztop-cta-button-copy small {
  margin-bottom: 2px;

  opacity: 0.75;

  font-size: 9px;
  font-weight: 700;
}


.aztop-cta-button-copy strong {
  font-size: 15px;
  font-weight: 900;

  line-height: 1.4;
}


.aztop-cta-button-arrow {
  font-size: 20px;
  font-weight: 900;
}


.aztop-cta-deco {
  position: absolute;

  z-index: 2;

  pointer-events: none;
}


.aztop-cta-deco-left {
  top: 30px;
  left: -55px;

  width: 150px;
  height: 150px;

  border:
    22px solid var(--aztop-blue);

  opacity: 0.15;

  transform: rotate(45deg);
}


.aztop-cta-deco-right {
  right: -40px;
  bottom: -60px;

  width: 180px;
  height: 180px;

  border:
    26px solid var(--aztop-lime);

  border-radius: 50%;

  opacity: 0.12;
}


/* ==========================================================
   14. ヘッダー
========================================================== */

#header {
  position: relative;
  z-index: 1000;

  width: 100%;

  margin: 0;
  padding: 0;

  background: #fff;

  border-bottom:
    1px solid #e4ebf3;

  box-shadow:
    0 3px 15px
    rgba(3, 23, 47, 0.05);
}


#header-in {
  position: relative;

  width:
    min(1600px, calc(100% - 32px));

  margin: 0 auto;

  padding: 0;
}


#h-top {
  display: grid;

  grid-template-columns:
    minmax(190px, 230px)
    minmax(0, 1fr)
    auto;

  align-items: center;

  width: 100%;
  min-height: 86px;

  margin: 0;
  padding: 0;

  gap: 14px;
}


/* ==========================================================
   15. ヘッダーロゴ
========================================================== */

.azhead-logo-area {
  display: flex;

  align-items: center;

  min-width: 0;

  margin: 0;
  padding: 0;
}


.azhead-logo-area #site-title,
.azhead-logo-area .site-title {
  margin: 0 !important;
  padding: 0 !important;
}


.azhead-logo-area img {
  display: block;

  width: auto;

  max-width: 220px;
  max-height: 58px;

  margin: 0;

  object-fit: contain;
}


/* ==========================================================
   16. PCナビ
========================================================== */

.azhead-navigation-area {
  display: flex;

  align-items: center;
  justify-content: center;

  min-width: 0;
  width: 100%;

  overflow: visible;
}


.azhead-navigation-area nav,
.azhead-navigation-area #navi,
.azhead-navigation-area #navi-in {
  width: 100%;

  min-width: 0;
  max-width: none;

  margin: 0;
  padding: 0;
}


.azhead-navigation-area #navi {
  border: 0;

  background: transparent;

  box-shadow: none;
}


.azhead-navigation-area #navi ul {
  display: flex;

  flex-wrap: nowrap;

  align-items: center;
  justify-content: center;

  min-width: 0;

  margin: 0;
  padding: 0;

  list-style: none;
}


.azhead-navigation-area #navi ul li {
  position: relative;

  float: none;

  min-width: 0;

  margin: 0;
  padding: 0;
}


.azhead-navigation-area #navi ul li a {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;

  min-width: 0;
  min-height: 86px;

  padding:
    0 clamp(6px, 0.7vw, 14px);

  color: var(--aztop-text);

  background: transparent;

  border: 0;

  font-size:
    clamp(9px, 0.75vw, 12px);

  font-weight: 800;

  line-height: 1.2;

  white-space: nowrap;

  text-decoration: none;

  transition:
    color 0.2s ease,
    background 0.2s ease;
}


.azhead-navigation-area
#navi ul li a::after {
  position: absolute;

  right: 12px;
  bottom: 20px;
  left: 12px;

  height: 2px;

  background: var(--aztop-blue);

  content: "";

  transform: scaleX(0);

  transform-origin: center;

  transition:
    transform 0.2s ease;
}


.azhead-navigation-area
#navi ul li a:hover {
  color: var(--aztop-blue);

  background: #f8faff;
}


.azhead-navigation-area
#navi ul li a:hover::after {
  transform: scaleX(1);
}


.azhead-navigation-area
#navi .current-menu-item > a,
.azhead-navigation-area
#navi .current_page_item > a {
  color: var(--aztop-blue);
}


.azhead-navigation-area
#navi .current-menu-item > a::after,
.azhead-navigation-area
#navi .current_page_item > a::after {
  transform: scaleX(1);
}


/* ドロップダウン */

.azhead-navigation-area #navi ul ul {
  position: absolute;

  z-index: 1500;

  top: 100%;
  left: 0;

  display: none;

  min-width: 210px;

  padding: 8px 0;

  background: #fff;

  border:
    1px solid #dfe7f0;

  box-shadow:
    0 15px 35px
    rgba(3, 23, 47, 0.13);
}


.azhead-navigation-area
#navi li:hover > ul {
  display: block;
}


.azhead-navigation-area
#navi ul ul li {
  width: 100%;
}


.azhead-navigation-area
#navi ul ul li a {
  justify-content: flex-start;

  min-height: 45px;

  padding: 0 17px;

  font-size: 12px;
}


.azhead-navigation-area
#navi ul ul li a::after {
  display: none;
}


/* ==========================================================
   17. PCヘッダーCTA
========================================================== */

.aztop-header-right {
  display: flex;

  align-items: center;

  min-width: 0;
  max-width: 330px;

  margin: 0 !important;
  padding: 0 !important;
}


.aztop-header-right .widget,
.aztop-header-widget {
  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;

  background: none !important;

  box-shadow: none !important;
}


.aztop-header-right .widget-title,
.aztop-header-widget-title {
  display: none !important;
}


.aztop-header-right .textwidget {
  margin: 0 !important;
  padding: 0 !important;
}


.azhead-actions {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  width: 100%;

  gap: 7px;
}


.azhead-action {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-width: 0;
  min-height: 44px;

  padding: 0 12px;

  gap: 7px;

  overflow: hidden;

  border-radius: 4px;

  font-size: 10px;
  font-weight: 900;

  line-height: 1;

  white-space: nowrap;

  text-decoration: none !important;

  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}


.azhead-action span {
  white-space: nowrap;
}


.azhead-action:hover {
  transform: translateY(-2px);

  filter: brightness(1.04);
}


.azhead-action-visit {
  color: #fff !important;

  background: var(--aztop-blue);
}


.azhead-action-contact {
  color: #162300 !important;

  background: var(--aztop-lime);
}


.azhead-action-icon {
  font-size: 13px;
}


/* ==========================================================
   18. AZ独自スマホメニュー
========================================================== */

/* PCでは非表示 */

.azmobile-toggle,
.azmobile-menu {
  display: none;
}


/* ==========================================================
   19. フッター
========================================================== */

.azfooter {
  position: relative;

  width: 100%;

  overflow: hidden;

  color: #fff;

  background:
    linear-gradient(
      135deg,
      #001327 0%,
      #031d3c 55%,
      #052b58 100%
    );
}


.azfooter-decoration {
  position: absolute;

  inset: 0;

  opacity: 0.13;

  background-image:
    linear-gradient(
      rgba(58, 139, 255, 0.4) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(58, 139, 255, 0.4) 1px,
      transparent 1px
    );

  background-size: 44px 44px;

  pointer-events: none;
}


.azfooter::before {
  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background:
    linear-gradient(
      90deg,
      var(--aztop-blue),
      #00c7ff 45%,
      var(--aztop-lime)
    );

  content: "";
}


.azfooter-inner {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(250px, 1.5fr)
    minmax(130px, 0.7fr)
    minmax(150px, 0.8fr)
    minmax(260px, 1.25fr);

  width:
    min(1200px, calc(100% - 48px));

  margin: 0 auto;

  padding: 70px 0 60px;

  gap:
    clamp(30px, 4vw, 60px);
}


.azfooter-logo {
  display: inline-flex;

  flex-direction: column;

  color: #fff !important;

  text-decoration: none !important;
}


.azfooter-logo-small {
  margin-bottom: 5px;

  color: #55caff;

  font-size: 10px;
  font-weight: 900;

  letter-spacing: 0.18em;
}


.azfooter-logo strong {
  color: #fff;

  font-size: 23px;
  font-weight: 900;
}


.azfooter-description {
  margin: 24px 0 0;

  color: #d2deeb;

  font-size: 13px;

  line-height: 2;
}


.azfooter-support {
  display: inline-block;

  margin-top: 18px;

  padding: 6px 10px;

  color: var(--aztop-lime);

  border:
    1px solid
    rgba(204, 236, 0, 0.35);

  font-size: 10px;
  font-weight: 800;
}


.azfooter-nav h3 {
  position: relative;

  margin: 0 0 22px;

  padding-bottom: 11px;

  color: #fff;

  font-size: 13px;
  font-weight: 900;
}


.azfooter-nav h3::after {
  position: absolute;

  bottom: 0;
  left: 0;

  width: 30px;
  height: 2px;

  background: var(--aztop-blue);

  content: "";
}


.azfooter-nav ul {
  margin: 0;
  padding: 0;

  list-style: none;
}


.azfooter-nav li {
  margin: 0 0 13px;
}


.azfooter-nav a {
  position: relative;

  display: inline-block;

  padding-left: 12px;

  color: #c9d6e5 !important;

  font-size: 12px;

  line-height: 1.6;

  text-decoration: none !important;

  transition:
    color 0.2s ease,
    transform 0.2s ease;
}


.azfooter-nav a::before {
  position: absolute;

  top: 0.7em;
  left: 0;

  width: 4px;
  height: 4px;

  background: #55caff;

  content: "";
}


.azfooter-nav a:hover {
  color: #fff !important;

  transform: translateX(3px);
}


.azfooter-contact {
  padding: 25px;

  border:
    1px solid
    rgba(255, 255, 255, 0.14);

  background:
    rgba(255, 255, 255, 0.055);
}


.azfooter-contact-en {
  color: var(--aztop-lime);

  font-size: 9px;
  font-weight: 900;

  letter-spacing: 0.2em;
}


.azfooter-contact h3 {
  margin: 8px 0 10px;

  color: #fff;

  font-size: 18px;
  font-weight: 900;
}


.azfooter-contact p {
  margin: 0;

  color: #c9d6e5;

  font-size: 11px;

  line-height: 1.8;
}


.azfooter-contact-main {
  display: flex;

  align-items: center;
  justify-content: space-between;

  min-height: 50px;

  margin-top: 20px;

  padding: 0 16px;

  color: #fff !important;

  background: var(--aztop-blue);

  font-size: 12px;
  font-weight: 900;

  text-decoration: none !important;

  transition:
    transform 0.2s ease,
    background 0.2s ease;
}


.azfooter-contact-main:hover {
  background: #1769ff;

  transform: translateY(-2px);
}


.azfooter-contact-sub {
  display: inline-block;

  margin-top: 14px;

  color: var(--aztop-lime) !important;

  font-size: 10px;
  font-weight: 800;

  text-decoration: none !important;
}


.azfooter-bottom {
  position: relative;
  z-index: 2;

  border-top:
    1px solid
    rgba(255, 255, 255, 0.12);

  background:
    rgba(0, 0, 0, 0.12);
}


.azfooter-bottom-inner {
  display: flex;

  align-items: center;
  justify-content: space-between;

  width:
    min(1200px, calc(100% - 48px));

  min-height: 64px;

  margin: 0 auto;

  gap: 20px;
}


.azfooter-bottom p {
  margin: 0;

  color: #8fa2b8;

  font-size: 9px;

  letter-spacing: 0.08em;
}


.azfooter-bottom-links {
  display: flex;

  align-items: center;

  gap: 25px;
}


.azfooter-bottom-links a {
  color: #aab9c9 !important;

  font-size: 9px;

  text-decoration: none !important;
}


.azfooter-page-top {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-width: 58px;
  height: 30px;

  border:
    1px solid
    rgba(255, 255, 255, 0.18);
}


/* ==========================================================
   20. PC 1350px以下
========================================================== */

@media screen and (max-width: 1350px) {

  #h-top {
    grid-template-columns:
      190px
      minmax(0, 1fr)
      250px;

    gap: 10px;
  }


  .azhead-logo-area img {
    max-width: 190px;
  }


  .azhead-navigation-area
  #navi ul li a {
    padding-left: 6px;
    padding-right: 6px;

    font-size: 9px;
  }


  .azhead-action {
    padding: 0 8px;

    font-size: 9px;
  }

}


/* ==========================================================
   21. タブレット / スマホヘッダー
   1100px以下
========================================================== */

@media screen and (max-width: 1100px) {

  #header-in {
    width:
      calc(100% - 32px);
  }


  #h-top {
    display: flex !important;

    position: relative;

    align-items: center;
    justify-content: space-between;

    min-height: 68px;

    gap: 12px;
  }


  .azhead-navigation-area,
  .aztop-header-right {
    display: none !important;
  }


  .azhead-logo-area {
    flex:
      0 1 auto;

    min-width: 0;

    max-width:
      calc(100% - 65px);
  }


  .azhead-logo-area img {
    max-width: 210px;
    max-height: 50px;
  }


  /* ------------------------------------------
     AZハンバーガー
  ------------------------------------------ */

  .azmobile-toggle {
    display: flex !important;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    flex: 0 0 48px;

    width: 48px;
    height: 48px;

    margin: 0;
    padding: 0;

    gap: 6px;

    border: 0;

    background: transparent;

    cursor: pointer;

    position: relative;

    z-index: 10002;
  }


  .azmobile-toggle span {
    display: block !important;

    width: 28px;
    height: 3px;

    margin: 0;

    border: 0;
    border-radius: 2px;

    background:
      var(--aztop-text) !important;

    opacity: 1;

    transition:
      transform 0.25s ease,
      opacity 0.2s ease;
  }


  .azmobile-toggle.is-open
  span:nth-child(1) {
    transform:
      translateY(9px)
      rotate(45deg);
  }


  .azmobile-toggle.is-open
  span:nth-child(2) {
    opacity: 0;
  }


  .azmobile-toggle.is-open
  span:nth-child(3) {
    transform:
      translateY(-9px)
      rotate(-45deg);
  }


  /* ------------------------------------------
     AZスマホメニュー
  ------------------------------------------ */

  .azmobile-menu {
    display: none !important;

    position: absolute;

    z-index: 10000;

    top: 100%;
    left: 0;

    width: 100%;

    margin: 0;
    padding: 0;

    border-top:
      1px solid #e5eaf0;

    background: #fff;

    box-shadow:
      0 16px 30px
      rgba(3, 23, 47, 0.14);
  }


  .azmobile-menu.is-open {
    display: block !important;
  }


  .azmobile-menu-inner {
    display: block;

    width:
      min(100%, 600px);

    margin: 0 auto;

    padding:
      10px 20px 22px;

    background: #fff;
  }


  .azmobile-menu-list {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;

    background: #fff;
  }


  .azmobile-menu-list > li {
    display: block !important;

    float: none !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    border-bottom:
      1px solid #edf1f5;
  }


  .azmobile-menu-list > li:last-child {
    border-bottom: 0;
  }


  .azmobile-menu-list > li > a {
    display: flex !important;

    align-items: center;
    justify-content: space-between;

    width: 100% !important;

    min-height: 54px;

    margin: 0 !important;

    padding:
      0 8px !important;

    color:
      var(--aztop-text) !important;

    background: #fff !important;

    font-size: 14px !important;
    font-weight: 800;

    line-height: 1.5;

    text-decoration: none !important;
  }


  .azmobile-menu-list > li > a::after {
    display: inline-block;

    color: var(--aztop-blue);

    content: "›";

    font-size: 22px;

    line-height: 1;
  }


  .azmobile-cta {
    display: grid;

    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 8px;

    width: 100%;

    margin-top: 18px;
  }


  .azmobile-cta a {
    display: flex;

    align-items: center;
    justify-content: center;

    min-width: 0;
    min-height: 48px;

    padding: 8px;

    border-radius: 4px;

    font-size: 12px;
    font-weight: 900;

    text-align: center;

    text-decoration: none !important;
  }


  .azmobile-cta-visit {
    color: #fff !important;

    background:
      var(--aztop-blue);
  }


  .azmobile-cta-contact {
    color: #172300 !important;

    background:
      var(--aztop-lime);
  }


  /* ------------------------------------------
     TOP HERO
  ------------------------------------------ */

  .aztop-hero {
    background:
      var(--aztop-deep);
  }


  .aztop-hero::before {
    width: 100%;
  }


  .aztop-hero-layout {
    display: flex;

    flex-direction: column;

    min-height: auto;
  }


  .aztop-hero-copy {
    padding:
      55px 0 35px;
  }


  .aztop-hero-media {
    padding:
      0 0 32px;
  }


  .aztop-hero-mainpic {
    height: 360px;

    border-radius: 5px;
  }


  .aztop-hero-thumbs {
    position: static;

    grid-template-columns:
      repeat(3, minmax(0, 1fr));

    margin-top: 7px;
  }


  .aztop-hero-thumb {
    height: 115px;

    border-width: 4px;
  }


  /* ------------------------------------------
     できること
  ------------------------------------------ */

  .aztop-skills-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }


  .aztop-skill-card:nth-child(2) {
    border-right: 0;
  }


  .aztop-skill-card:nth-child(-n+2) {
    border-bottom:
      1px solid var(--aztop-line);
  }


  /* ------------------------------------------
     数字
  ------------------------------------------ */

  .aztop-numbers-panel {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }


  .aztop-numbers-title {
    grid-column: 1 / -1;

    text-align: center;
  }


  /* ------------------------------------------
     利用者の声
  ------------------------------------------ */

  .aztop-voice-grid {
    grid-template-columns:
      1fr;
  }


  /* ------------------------------------------
     フロー
  ------------------------------------------ */

  .aztop-flow-panel {
    grid-template-columns: 1fr;

    gap: 15px;
  }


  .aztop-flow-next {
    transform:
      rotate(90deg);
  }


  /* ------------------------------------------
     フッター
  ------------------------------------------ */

  .azfooter-inner {
    grid-template-columns:
      1.4fr
      1fr
      1fr;
  }


  .azfooter-contact {
    grid-column:
      1 / -1;
  }

}


/* ==========================================================
   22. スマホ 767px以下
========================================================== */

@media screen and (max-width: 767px) {

  .aztop-inner {
    width:
      calc(100% - 32px);
  }


  #header-in {
    width:
      calc(100% - 24px);
  }


  #h-top {
    min-height: 64px;

    gap: 10px;
  }


  .azhead-logo-area {
    max-width:
      calc(100% - 58px);
  }


  .azhead-logo-area img {
    max-width: 180px;
    max-height: 44px;
  }


  .azmobile-toggle {
    flex:
      0 0 44px;

    width: 44px;
    height: 44px;
  }


  .azmobile-toggle span {
    width: 26px;
  }


  .azmobile-menu-inner {
    width: 100%;

    padding:
      8px 16px 20px;
  }


  .azmobile-menu-list > li > a {
    min-height: 52px;

    padding:
      0 6px !important;

    font-size:
      13px !important;
  }


  .azmobile-cta {
    gap: 7px;

    margin-top: 15px;
  }


  .azmobile-cta a {
    min-height: 46px;

    padding: 7px 5px;

    font-size: 11px;
  }


  /* ------------------------------------------
     HERO
  ------------------------------------------ */

  .aztop-hero-title {
    font-size:
      clamp(30px, 9vw, 40px);

    line-height: 1.35;
  }


  .aztop-hero-copy p {
    font-size: 13px;

    line-height: 1.9;
  }


  .aztop-hero-buttons {
    flex-direction: column;

    gap: 10px;
  }


  .aztop-btn {
    width: 100%;

    min-height: 52px;
  }


  .aztop-hero-mainpic {
    height: 245px;
  }


  .aztop-hero-thumb {
    height: 83px;
  }


  /* ------------------------------------------
     見出し
  ------------------------------------------ */

  .aztop-section-heading {
    margin-bottom: 23px;
  }


  .aztop-section-heading h2 {
    font-size: 25px;
  }


  /* ------------------------------------------
     できること
     参考デザインに合わせて2列
  ------------------------------------------ */

  .aztop-skills {
    padding:
      55px 0;
  }


  .aztop-skills-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 8px;

    border: 0;

    box-shadow: none;
  }


  .aztop-skill-card {
    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    min-width: 0;
    min-height: 155px;

    padding: 16px 10px;

    gap: 8px;

    border:
      1px solid
      var(--aztop-line) !important;

    border-radius: 5px;

    text-align: center;

    box-shadow:
      0 5px 18px
      rgba(3, 27, 65, 0.05);
  }


  .aztop-skill-icon {
    width: 52px;
    height: 52px;

    padding: 10px;
  }


  .aztop-skill-content {
    width: 100%;
  }


  .aztop-skill-content h3 {
    margin: 0 0 5px;

    font-size: 14px;

    line-height: 1.4;
  }


  .aztop-skill-content p {
    display: none;
  }


  .aztop-skill-arrow {
    position: absolute;

    right: 9px;
    bottom: 9px;

    width: 19px;
    height: 19px;

    font-size: 14px;
  }


  /* ------------------------------------------
     数字で見るAZ
  ------------------------------------------ */

  .aztop-numbers {
    padding:
      45px 0;
  }


  .aztop-numbers-panel {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }


  .aztop-numbers-title {
    grid-column:
      1 / -1;

    padding: 19px;

    font-size: 21px;
  }


  .aztop-number-item {
    grid-template-columns: 1fr;

    justify-items: center;

    min-height: 150px;

    padding: 20px 10px;

    gap: 8px;

    text-align: center;
  }


  .aztop-number-icon {
    width: 44px;
    height: 44px;

    margin-bottom: 7px;
  }


  .aztop-number-value {
    font-size: 27px;
  }


  .aztop-number-note {
    font-size: 8px;
  }


  /* ------------------------------------------
     利用者の声
  ------------------------------------------ */

  .aztop-voices {
    padding:
      55px 0;
  }


  .aztop-voice-grid {
    grid-template-columns:
      1fr;

    gap: 14px;
  }


  .aztop-voice-card {
    grid-template-columns:
      78px
      minmax(0, 1fr);

    min-height: 135px;

    padding: 18px 15px;

    gap: 14px;
  }


  .aztop-voice-photo {
    width: 74px;
    height: 74px;
  }


  .aztop-voice-quote {
    top: -21px;

    font-size: 40px;
  }


  .aztop-voice-content p {
    font-size: 12px;

    line-height: 1.75;
  }


  /* ------------------------------------------
     FLOW
  ------------------------------------------ */

  .aztop-flow {
    padding:
      55px 0;
  }


  .aztop-flow-panel {
    grid-template-columns: 1fr;

    gap: 10px;

    padding:
      24px 16px;
  }


  .aztop-flow-step {
    display: grid;

    grid-template-columns:
      46px
      48px
      minmax(0, 1fr);

    grid-template-rows:
      auto auto;

    align-items: center;

    min-height: 90px;

    padding:
      12px 8px;

    text-align: left;
  }


  .aztop-flow-number {
    grid-row:
      1 / 3;

    margin: 0;

    align-self: center;
  }


  .aztop-flow-icon {
    grid-row:
      1 / 3;

    margin: 0;
  }


  .aztop-flow-step h3 {
    margin:
      0 0 4px;

    font-size: 14px;
  }


  .aztop-flow-step p {
    font-size: 10px;

    line-height: 1.6;
  }


  .aztop-flow-next {
    margin:
      -2px 0;

    font-size: 22px;

    transform:
      rotate(90deg);
  }


  /* ------------------------------------------
     CTA
  ------------------------------------------ */

  .aztop-cta {
    padding:
      55px 0 60px;
  }


  .aztop-cta-label {
    margin-bottom: 14px;

    font-size: 9px;
  }


  .aztop-cta-title {
    font-size: 28px;

    line-height: 1.55;
  }


  .aztop-cta-text {
    font-size: 12px;

    line-height: 1.9;
  }


  .aztop-cta-text br {
    display: none;
  }


  .aztop-cta-actions {
    grid-template-columns:
      1fr;

    gap: 10px;

    margin-top: 25px;
  }


  .aztop-cta-button {
    width: 100%;

    min-height: 70px;

    padding:
      10px 15px;
  }


  .aztop-cta-button-copy strong {
    font-size: 14px;
  }


  .aztop-cta-inner::before {
    display: none;
  }


  .aztop-cta-deco-left {
    width: 100px;
    height: 100px;
  }


  .aztop-cta-deco-right {
    width: 130px;
    height: 130px;
  }


  /* ------------------------------------------
     FOOTER
  ------------------------------------------ */

  .azfooter-inner {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    width:
      calc(100% - 32px);

    padding:
      50px 0 40px;

    gap:
      40px 24px;
  }


  .azfooter-brand {
    grid-column:
      1 / -1;
  }


  .azfooter-logo strong {
    font-size: 20px;
  }


  .azfooter-description {
    margin-top: 18px;

    font-size: 12px;
  }


  .azfooter-contact {
    grid-column:
      1 / -1;

    width: 100%;

    padding: 20px;
  }


  .azfooter-nav {
    min-width: 0;
  }


  .azfooter-nav a {
    font-size: 11px;
  }


  .azfooter-contact-main {
    width: 100%;
  }


  .azfooter-bottom-inner {
    flex-direction: column;

    align-items: flex-start;
    justify-content: center;

    width:
      calc(100% - 32px);

    min-height: 90px;

    padding:
      15px 0;

    gap: 10px;
  }


  .azfooter-bottom-links {
    width: 100%;

    justify-content:
      space-between;
  }


  /* ------------------------------------------
     長文対策
  ------------------------------------------ */

  .aztop-skills,
  .aztop-voices,
  .aztop-flow,
  .aztop-numbers,
  .azfooter {
    overflow-wrap: anywhere;

    word-break: normal;
  }

}


/* ==========================================================
   23. 小型スマホ 374px以下
========================================================== */

@media screen and (max-width: 374px) {

  #header-in {
    width:
      calc(100% - 20px);
  }


  .azhead-logo-area img {
    max-width: 155px;
  }


  .aztop-inner {
    width:
      calc(100% - 26px);
  }


  .azmobile-menu-inner {
    padding:
      8px 14px 18px;
  }


  .azmobile-cta {
    grid-template-columns:
      1fr;
  }


  .aztop-hero-title {
    font-size: 29px;
  }


  .aztop-hero-mainpic {
    height: 215px;
  }


  .azfooter-inner {
    grid-template-columns:
      1fr;

    width:
      calc(100% - 28px);
  }


  .azfooter-brand,
  .azfooter-contact {
    grid-column: auto;
  }


  .azfooter-bottom-inner {
    width:
      calc(100% - 28px);
  }


  .azfooter-bottom-links {
    flex-wrap: wrap;
  }

}


/* ==========================================================
   24. アンカー位置
========================================================== */

#az-home,
#az-service,
#az-data,
#az-voice,
#az-flow,
#az-contact {
  scroll-margin-top: 100px;
}


@media screen and (max-width: 1100px) {

  #az-home,
  #az-service,
  #az-data,
  #az-voice,
  #az-flow,
  #az-contact {
    scroll-margin-top: 75px;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   HEADER LOGO
========================================================== */

.azhead-logo-link {
  display: flex;

  align-items: center;

  width: auto;

  margin: 0;
  padding: 0;

  text-decoration: none !important;
}


.azhead-logo-image {
  display: block;

  width: auto !important;
  height: auto !important;

  max-width: 220px !important;
  max-height: 64px !important;

  margin: 0;
  padding: 0;

  object-fit: contain;
}


/* タブレット */

@media screen and (max-width: 1100px) {

  .azhead-logo-image {
    max-width: 200px !important;
    max-height: 52px !important;
  }

}


/* スマホ */

@media screen and (max-width: 767px) {

  .azhead-logo-image {
    max-width: 175px !important;
    max-height: 46px !important;
  }

}


/* 小型スマホ */

@media screen and (max-width: 374px) {

  .azhead-logo-image {
    max-width: 150px !important;
    max-height: 42px !important;
  }

}


/* ==========================================================
   DIGITAL WORKS AZ
   LOWER PAGE COMMON
   下層ページ共通
========================================================== */


/* ==========================================================
   01. ROOT
========================================================== */

.azpage-root,
.azpage-root * {
  box-sizing: border-box;
}


.azpage-root {
  width: 100%;
  max-width: 100%;

  margin: 0;
  padding: 0;

  overflow: hidden;

  color: #07172f;
  background: #ffffff;

  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    Meiryo,
    sans-serif;
}


.azpage-root img {
  display: block;

  max-width: 100%;
  height: auto;
}


.azpage-root a {
  color: inherit;
  text-decoration: none;
}


.azpage-root h1,
.azpage-root h2,
.azpage-root h3,
.azpage-root h4,
.azpage-root p {
  margin-top: 0;
}


.azpage-root h1,
.azpage-root h2,
.azpage-root h3,
.azpage-root h4 {
  padding: 0;

  border: 0;
  background: none;
  box-shadow: none;
}


/* ==========================================================
   02. INNER
========================================================== */

.azpage-inner {
  position: relative;

  width: min(1200px, calc(100% - 48px));

  margin-left: auto;
  margin-right: auto;
}


/* ==========================================================
   03. Simplicity2
   下層固定ページの余白・幅を解除
========================================================== */

.page .azpage-root {
  width: 100%;
}


.page:has(.azpage-root) #main {
  width: 100% !important;
  max-width: none !important;

  float: none !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;

  background: transparent !important;

  box-shadow: none !important;
}


.page:has(.azpage-root) .article {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}


.page:has(.azpage-root) .entry-content {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}


.page:has(.azpage-root) #sidebar,
.page:has(.azpage-root) .sidebar {
  display: none !important;
}


/* WordPress側タイトル等 */

.page:has(.azpage-root) .entry-title,
.page:has(.azpage-root) .article-header,
.page:has(.azpage-root) .post-meta,
.page:has(.azpage-root) .post-date,
.page:has(.azpage-root) .post-update,
.page:has(.azpage-root) .footer-post-meta {
  display: none !important;
}


/* ==========================================================
   04. PAGE HERO
========================================================== */

.azpage-hero {
  position: relative;

  width: 100%;
  min-height: 360px;

  overflow: hidden;

  background:
    linear-gradient(
      110deg,
      #ffffff 0%,
      #ffffff 55%,
      #f1f7ff 100%
    );

  border-bottom: 1px solid #e6edf5;
}


/* 薄いデジタルドット */

.azpage-hero::before {
  position: absolute;

  top: 55px;
  left: 20px;

  width: 120px;
  height: 90px;

  opacity: 0.22;

  background-image:
    radial-gradient(
      #075cff 2px,
      transparent 2px
    );

  background-size: 13px 13px;

  content: "";

  pointer-events: none;
}


/* 右上装飾 */

.azpage-hero::after {
  position: absolute;

  top: 0;
  right: 0;

  width: 130px;
  height: 130px;

  opacity: 0.9;

  background:
    linear-gradient(
      135deg,
      transparent 45%,
      #075cff 46% 52%,
      transparent 53% 59%,
      #00b8df 60% 66%,
      transparent 67%
    );

  content: "";

  pointer-events: none;
}


.azpage-hero-layout {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(380px, 0.9fr);

  align-items: center;

  min-height: 360px;

  gap: 60px;
}


/* ==========================================================
   05. BREADCRUMB
========================================================== */

.azpage-breadcrumb {
  display: flex;

  align-items: center;
  flex-wrap: wrap;

  gap: 7px;

  margin-bottom: 30px;

  color: #617086;

  font-size: 11px;
  font-weight: 700;
}


.azpage-breadcrumb a {
  color: #617086;

  transition: color 0.2s ease;
}


.azpage-breadcrumb a:hover {
  color: #075cff;
}


.azpage-breadcrumb-separator {
  color: #aab6c5;
}


/* ==========================================================
   06. HERO COPY
========================================================== */

.azpage-hero-copy {
  min-width: 0;

  padding: 50px 0;
}


.azpage-en-title {
  display: inline-flex;

  align-items: center;

  margin-bottom: 12px;

  color: #075cff;

  font-size: 10px;
  font-weight: 900;

  letter-spacing: 0.2em;
}


.azpage-en-title::before {
  width: 28px;
  height: 2px;

  margin-right: 10px;

  background: #075cff;

  content: "";
}


.azpage-title {
  margin: 0 0 22px !important;

  color: #07172f !important;

  font-size: clamp(38px, 4vw, 58px);
  font-weight: 900;

  line-height: 1.3;

  letter-spacing: 0.02em;
}


.azpage-title-accent {
  color: #075cff;
}


.azpage-lead {
  margin: 0;

  color: #263750;

  font-size: 16px;
  font-weight: 700;

  line-height: 2;
}


/* ==========================================================
   07. HERO IMAGE
========================================================== */

.azpage-hero-image {
  position: relative;

  display: flex;

  align-items: flex-end;
  justify-content: center;

  align-self: stretch;

  min-width: 0;

  padding-top: 35px;
}


.azpage-hero-image img {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 520px;
  max-height: 330px;

  object-fit: contain;
  object-position: center bottom;
}


/* 画像背景の円 */

.azpage-hero-image::before {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 310px;
  height: 310px;

  border-radius: 50%;

  background:
    linear-gradient(
      135deg,
      #edf6ff,
      #f8fbff
    );

  content: "";

  transform:
    translate(-50%, -45%);
}


/* ==========================================================
   08. COMMON SECTION
========================================================== */

.azpage-section {
  position: relative;

  width: 100%;

  padding: 80px 0;

  background: #ffffff;
}


.azpage-section-light {
  background: #f7faff;
}


.azpage-section-blue {
  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      #00152e,
      #052d60
    );
}


/* ==========================================================
   09. SECTION HEADING
========================================================== */

.azpage-heading {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 18px;

  margin-bottom: 45px;

  text-align: center;
}


.azpage-heading h2 {
  margin: 0 !important;

  color: #07172f !important;

  font-size: clamp(26px, 2.7vw, 36px);
  font-weight: 900;

  line-height: 1.45;
}


.azpage-heading::before,
.azpage-heading::after {
  width: 42px;
  height: 2px;

  flex: 0 0 42px;

  background: #075cff;

  content: "";
}


.azpage-section-blue
.azpage-heading h2 {
  color: #ffffff !important;
}


.azpage-section-blue
.azpage-heading::before,
.azpage-section-blue
.azpage-heading::after {
  background: #00b8df;
}


/* ==========================================================
   10. SECTION INTRO
========================================================== */

.azpage-section-intro {
  width: min(760px, 100%);

  margin:
    -20px auto 45px;

  color: #617086;

  font-size: 14px;

  line-height: 2;

  text-align: center;
}


/* ==========================================================
   11. COMMON CARD
========================================================== */

.azpage-card {
  position: relative;

  min-width: 0;

  padding: 30px;

  overflow: hidden;

  border: 1px solid #dce5ef;
  border-radius: 8px;

  background: #ffffff;

  box-shadow:
    0 8px 28px
    rgba(3, 27, 65, 0.06);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}


.azpage-card:hover {
  transform: translateY(-4px);

  box-shadow:
    0 15px 38px
    rgba(3, 27, 65, 0.1);
}


/* ==========================================================
   12. COMMON GRID
========================================================== */

.azpage-grid-2 {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 25px;
}


.azpage-grid-3 {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 25px;
}


.azpage-grid-4 {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 20px;
}


/* ==========================================================
   13. LABEL
========================================================== */

.azpage-label {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 28px;

  margin-bottom: 12px;

  padding: 0 12px;

  border: 1px solid #b8d2ff;

  border-radius: 20px;

  color: #075cff;

  background: #f3f8ff;

  font-size: 10px;
  font-weight: 900;

  letter-spacing: 0.08em;
}


/* ==========================================================
   14. COMMON TEXT
========================================================== */

.azpage-card-title {
  margin: 0 0 12px !important;

  color: #07172f !important;

  font-size: 20px;
  font-weight: 900;

  line-height: 1.5;
}


.azpage-card-text {
  margin: 0;

  color: #617086;

  font-size: 13px;

  line-height: 1.9;
}


/* ==========================================================
   15. ICON
========================================================== */

.azpage-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 60px;
  height: 60px;

  margin-bottom: 18px;

  border-radius: 10px;

  background: #eef5ff;
}


.azpage-icon img {
  width: 38px;
  height: 38px;

  object-fit: contain;
}


/* ==========================================================
   16. IMAGE BLOCK
========================================================== */

.azpage-image {
  position: relative;

  overflow: hidden;

  border-radius: 8px;

  background: #eef3f8;
}


.azpage-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}


/* ==========================================================
   17. NUMBER
========================================================== */

.azpage-number {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  margin-bottom: 15px;

  border-radius: 50%;

  color: #ffffff;

  background: #075cff;

  font-size: 16px;
  font-weight: 900;
}


/* ==========================================================
   18. COMMON BUTTON
========================================================== */

.azpage-button {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 52px;

  padding: 0 25px;

  border-radius: 5px;

  font-size: 13px;
  font-weight: 900;

  text-decoration: none !important;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}


.azpage-button:hover {
  transform: translateY(-3px);

  filter: brightness(1.04);
}


.azpage-button-blue {
  color: #ffffff !important;

  background: #075cff;

  box-shadow:
    0 8px 20px
    rgba(7, 92, 255, 0.2);
}


.azpage-button-lime {
  color: #172300 !important;

  background: #ccec00;
}


.azpage-button-white {
  color: #07172f !important;

  border: 1px solid #d6e0eb;

  background: #ffffff;
}


/* ==========================================================
   19. SUPPORT BOX
========================================================== */

.azpage-support-box {
  position: relative;

  display: grid;

  grid-template-columns:
    120px minmax(0, 1fr);

  align-items: center;

  min-height: 130px;

  padding: 20px 35px;

  gap: 30px;

  overflow: hidden;

  border: 1px solid #9fc5ff;
  border-radius: 8px;

  background:
    linear-gradient(
      90deg,
      #f4f9ff,
      #ffffff
    );
}


.azpage-support-image {
  align-self: end;
}


.azpage-support-image img {
  width: 110px;
  max-height: 120px;

  object-fit: contain;
  object-position: center bottom;
}


.azpage-support-copy h3 {
  margin: 0 0 8px !important;

  color: #07172f !important;

  font-size: 20px;
  font-weight: 900;
}


.azpage-support-copy p {
  margin: 0;

  color: #52647a;

  font-size: 13px;

  line-height: 1.8;
}


/* ==========================================================
   20. FAQ COMMON
========================================================== */

.azpage-faq-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 18px;
}


.azpage-faq-card {
  min-width: 0;

  padding: 24px;

  border: 1px solid #dce5ef;
  border-radius: 7px;

  background: #ffffff;
}


.azpage-faq-question {
  position: relative;

  margin-bottom: 14px;

  padding-left: 28px;

  color: #075cff;

  font-size: 14px;
  font-weight: 900;

  line-height: 1.6;
}


.azpage-faq-question::before {
  position: absolute;

  top: 0;
  left: 0;

  content: "Q.";

  color: #075cff;

  font-weight: 900;
}


.azpage-faq-answer {
  position: relative;

  margin: 0;

  padding-left: 28px;

  color: #52647a;

  font-size: 12px;

  line-height: 1.9;
}


.azpage-faq-answer::before {
  position: absolute;

  top: 0;
  left: 0;

  content: "A.";

  color: #07172f;

  font-weight: 900;
}


/* ==========================================================
   21. BOTTOM CTA
========================================================== */

.azpage-bottom-cta {
  position: relative;

  width: 100%;

  padding: 65px 0;

  overflow: hidden;

  background:
    linear-gradient(
      110deg,
      #f5f9ff,
      #ffffff
    );
}


.azpage-bottom-cta-box {
  position: relative;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    300px;

  align-items: center;

  min-height: 210px;

  padding:
    35px 45px;

  gap: 30px;

  overflow: hidden;

  border: 1px solid #75adff;
  border-radius: 8px;

  background: #ffffff;
}


.azpage-bottom-cta-box::before {
  position: absolute;

  top: 0;
  left: 0;

  width: 110px;
  height: 4px;

  background: #075cff;

  content: "";
}


.azpage-bottom-cta-copy {
  position: relative;
  z-index: 2;
}


.azpage-bottom-cta-copy h2 {
  margin: 0 0 12px !important;

  color: #07172f !important;

  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 900;

  line-height: 1.45;
}


.azpage-bottom-cta-copy p {
  margin: 0;

  color: #52647a;

  font-size: 13px;

  line-height: 1.9;
}


.azpage-bottom-cta-buttons {
  display: flex;
  flex-wrap: wrap;

  gap: 10px;

  margin-top: 22px;
}


.azpage-bottom-cta-image {
  position: relative;

  align-self: end;

  min-height: 170px;
}


.azpage-bottom-cta-image img {
  position: absolute;

  right: 0;
  bottom: -35px;

  width: 100%;
  max-width: 300px;
  max-height: 220px;

  object-fit: contain;
  object-position: right bottom;
}


/* ==========================================================
   22. DECORATION
========================================================== */

.azpage-dots {
  width: 90px;
  height: 60px;

  opacity: 0.35;

  background-image:
    radial-gradient(
      #00b8df 2px,
      transparent 2px
    );

  background-size: 12px 12px;
}


.azpage-line-decoration {
  display: flex;

  gap: 5px;
}


.azpage-line-decoration span {
  display: block;

  width: 25px;
  height: 3px;

  background: #075cff;
}


.azpage-line-decoration span:nth-child(2) {
  width: 10px;

  background: #00b8df;
}


.azpage-line-decoration span:nth-child(3) {
  width: 6px;

  background: #ccec00;
}


/* ==========================================================
   23. TABLE
========================================================== */

.azpage-table {
  width: 100%;

  overflow: hidden;

  border:
    1px solid #dce5ef;

  border-radius: 7px;

  background: #ffffff;
}


.azpage-table-row {
  display: grid;

  grid-template-columns:
    220px
    minmax(0, 1fr);

  border-bottom:
    1px solid #dce5ef;
}


.azpage-table-row:last-child {
  border-bottom: 0;
}


.azpage-table-label {
  display: flex;

  align-items: center;

  padding: 18px 22px;

  color: #07172f;

  background: #f5f8fc;

  font-size: 13px;
  font-weight: 900;
}


.azpage-table-value {
  padding: 18px 25px;

  color: #52647a;

  font-size: 13px;

  line-height: 1.8;
}


/* ==========================================================
   24. TABLET
========================================================== */

@media screen and (max-width: 1100px) {

  .azpage-hero-layout {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(300px, 0.8fr);

    gap: 30px;
  }


  .azpage-grid-4 {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }


  .azpage-faq-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }


  .azpage-bottom-cta-box {
    grid-template-columns:
      minmax(0, 1fr)
      240px;
  }

}


/* ==========================================================
   25. SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azpage-inner {
    width:
      calc(100% - 32px);
  }


  /* HERO */

  .azpage-hero {
    min-height: auto;
  }


  .azpage-hero::before {
    top: 35px;
    left: -25px;

    width: 90px;
    height: 70px;
  }


  .azpage-hero::after {
    width: 90px;
    height: 90px;
  }


  .azpage-hero-layout {
    display: flex;

    flex-direction: column;

    min-height: auto;

    gap: 0;
  }


  .azpage-hero-copy {
    width: 100%;

    padding:
      35px 0 20px;
  }


  .azpage-breadcrumb {
    margin-bottom: 24px;

    font-size: 9px;
  }


  .azpage-en-title {
    margin-bottom: 9px;

    font-size: 9px;
  }


  .azpage-title {
    margin-bottom: 15px !important;

    font-size:
      clamp(31px, 10vw, 42px);
  }


  .azpage-lead {
    font-size: 13px;

    line-height: 1.85;
  }


  .azpage-hero-image {
    width: 100%;

    min-height: 190px;

    padding-top: 5px;
  }


  .azpage-hero-image::before {
    width: 210px;
    height: 210px;
  }


  .azpage-hero-image img {
    max-width: 330px;
    max-height: 220px;
  }


  /* SECTION */

  .azpage-section {
    padding:
      55px 0;
  }


  .azpage-heading {
    gap: 10px;

    margin-bottom: 32px;
  }


  .azpage-heading h2 {
    font-size: 24px;
  }


  .azpage-heading::before,
  .azpage-heading::after {
    width: 25px;

    flex-basis: 25px;
  }


  .azpage-section-intro {
    margin:
      -10px auto 32px;

    font-size: 12px;

    line-height: 1.9;
  }


  /* GRID */

  .azpage-grid-2,
  .azpage-grid-3,
  .azpage-grid-4 {
    grid-template-columns: 1fr;

    gap: 14px;
  }


  /* CARD */

  .azpage-card {
    padding: 22px 18px;
  }


  .azpage-card-title {
    font-size: 17px;
  }


  .azpage-card-text {
    font-size: 12px;
  }


  /* SUPPORT */

  .azpage-support-box {
    grid-template-columns:
      80px
      minmax(0, 1fr);

    min-height: 115px;

    padding:
      15px;

    gap: 15px;
  }


  .azpage-support-image img {
    width: 75px;
    max-height: 100px;
  }


  .azpage-support-copy h3 {
    font-size: 16px;
  }


  .azpage-support-copy p {
    font-size: 11px;
  }


  /* FAQ */

  .azpage-faq-grid {
    grid-template-columns: 1fr;

    gap: 12px;
  }


  .azpage-faq-card {
    padding: 20px 17px;
  }


  /* TABLE */

  .azpage-table-row {
    grid-template-columns: 1fr;
  }


  .azpage-table-label {
    padding:
      12px 16px;

    border-bottom:
      1px solid #e4ebf3;
  }


  .azpage-table-value {
    padding:
      15px 16px;
  }


  /* CTA */

  .azpage-bottom-cta {
    padding:
      45px 0;
  }


  .azpage-bottom-cta-box {
    display: flex;

    flex-direction: column;

    padding:
      28px 20px 0;

    gap: 10px;
  }


  .azpage-bottom-cta-copy {
    width: 100%;
  }


  .azpage-bottom-cta-copy h2 {
    font-size: 24px;
  }


  .azpage-bottom-cta-copy p {
    font-size: 12px;
  }


  .azpage-bottom-cta-buttons {
    flex-direction: column;
  }


  .azpage-bottom-cta-buttons
  .azpage-button {
    width: 100%;
  }


  .azpage-bottom-cta-image {
    width: 100%;
    min-height: 145px;
  }


  .azpage-bottom-cta-image img {
    position: absolute;

    right: 50%;
    bottom: 0;

    width: auto;
    max-width: 260px;
    max-height: 165px;

    transform:
      translateX(50%);
  }

}


/* ==========================================================
   26. SMALL SMARTPHONE
========================================================== */

@media screen and (max-width: 374px) {

  .azpage-inner {
    width:
      calc(100% - 26px);
  }


  .azpage-title {
    font-size: 29px;
  }


  .azpage-heading h2 {
    font-size: 21px;
  }


  .azpage-heading::before,
  .azpage-heading::after {
    width: 18px;

    flex-basis: 18px;
  }


  .azpage-support-box {
    grid-template-columns: 1fr;

    text-align: center;
  }


  .azpage-support-image {
    display: flex;

    justify-content: center;
  }

}


/* ==========================================================
   27. ANCHOR
========================================================== */

.azpage-root [id] {
  scroll-margin-top: 100px;
}


@media screen and (max-width: 1100px) {

  .azpage-root [id] {
    scroll-margin-top: 75px;
  }

}


/* ==========================================================
   DIGITAL WORKS AZ
   ABOUT PAGE
   prefix : azabout-
========================================================== */


/* ==========================================================
   INTRO
========================================================== */

.azabout-intro {
  width: min(900px, 100%);

  margin: 0 auto;

  text-align: center;
}


.azabout-intro-title {
  margin:
    0 0 20px !important;

  color: #07172f !important;

  font-size:
    clamp(27px, 3vw, 40px);

  font-weight: 900;

  line-height: 1.55;
}


.azabout-intro-text {
  margin: 0;

  color: #52647a;

  font-size: 14px;

  line-height: 2.1;
}


/* ==========================================================
   OFFICE INFO
========================================================== */

.azabout-info-layout {
  display: grid;

  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(360px, 0.95fr);

  align-items: start;

  gap: 50px;
}


.azabout-info-visual {
  display: flex;

  flex-direction: column;

  gap: 20px;

  min-width: 0;
}


.azabout-building-image {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;

  min-height: 350px;

  padding: 25px;

  overflow: hidden;

  border-radius: 16px;

  background:
    linear-gradient(
      135deg,
      #eaf5ff,
      #f9fcff
    );
}


.azabout-building-image::before {
  position: absolute;

  inset: 20px;

  opacity: 0.25;

  background-image:
    radial-gradient(
      #075cff 2px,
      transparent 2px
    );

  background-size:
    15px 15px;

  content: "";
}


.azabout-building-image img {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 470px;

  object-fit: contain;
}


/* ==========================================================
   VISIT
========================================================== */

.azabout-visit-card {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 20px;

  padding: 24px;

  border:
    1px solid #9dc4ff;

  border-radius: 9px;

  background: #fff;
}


.azabout-visit-copy {
  min-width: 0;
}


.azabout-visit-copy h3 {
  margin:
    0 0 7px !important;

  color: #07172f !important;

  font-size: 18px;

  font-weight: 900;
}


.azabout-visit-copy p {
  margin: 0;

  color: #617086;

  font-size: 11px;

  line-height: 1.8;
}


.azabout-visit-buttons {
  display: flex;

  flex-direction: column;

  flex: 0 0 auto;

  gap: 8px;
}


.azabout-visit-buttons
.azpage-button {
  min-width: 180px;

  min-height: 43px;

  padding:
    0 14px;

  font-size: 10px;
}


/* ==========================================================
   MESSAGE
========================================================== */

.azabout-message {
  display: grid;

  grid-template-columns:
    360px minmax(0, 1fr);

  width: min(1050px, 100%);

  margin-left: auto;
  margin-right: auto;

  align-items: stretch;

  overflow: hidden;

  border:
    1px solid #d9e6a1;

  border-radius: 12px;

  background:
    linear-gradient(
      110deg,
      #ffffff 0%,
      #ffffff 65%,
      #fffef2 100%
    );
}


.azabout-message-image {
  position: relative;

  width: 100%;
  min-height: 560px;

  overflow: hidden;

  background: #eef3f7;
}


.azabout-message-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center top;
}


.azabout-message-content {
  position: relative;

  min-width: 0;

  padding:
    48px 48px 42px;

  overflow: hidden;
}


.azabout-message-content::after {
  position: absolute;

  right: -25px;
  bottom: -30px;

  width: 210px;
  height: 260px;

  opacity: 0.1;

  border-radius:
    50% 0 0 0;

  background:
    linear-gradient(
      140deg,
      #ccec00,
      transparent
    );

  content: "";
}


.azabout-message-content
.azpage-en-title {
  margin-bottom: 14px;
}


.azabout-message-title {
  position: relative;
  z-index: 2;

  margin:
    0 0 28px !important;

  color: #07172f !important;

  font-size:
    clamp(25px, 2.5vw, 34px);

  font-weight: 900;

  line-height: 1.55;
}


.azabout-message-text {
  position: relative;
  z-index: 2;

  width: 100%;
}


.azabout-message-text p {
  margin:
    0 0 16px;

  color: #394c63;

  font-size: 13px;

  line-height: 1.95;
}


.azabout-message-highlight {
  position: relative;

  margin:
    25px 0;

  padding:
    20px 22px;

  overflow: hidden;

  border-left:
    4px solid #ccec00;

  background: #f7fadf;
}


.azabout-message-highlight span {
  display: block;

  margin-bottom: 6px;

  color: #617086;

  font-size: 10px;
  font-weight: 800;
}


.azabout-message-highlight strong {
  display: block;

  color: #07172f;

  font-size: 20px;
  font-weight: 900;

  line-height: 1.7;
}


.azabout-message-sign {
  position: relative;
  z-index: 2;

  display: flex;

  flex-direction: column;
  align-items: flex-end;

  margin-top: 28px;

  padding-top: 18px;

  border-top:
    1px solid #e5e9dc;

  color: #07172f;
}


.azabout-message-sign span {
  color: #617086;

  font-size: 11px;
}


.azabout-message-sign strong {
  margin-top: 4px;

  color: #07172f;

  font-size: 17px;
  font-weight: 900;
}


/* ==========================================================
   VALUE
========================================================== */

.azabout-value-card
.azpage-icon {
  color: #075cff;

  font-size: 17px;

  font-weight: 900;
}


.azabout-value-card:nth-child(2)
.azpage-number {
  background: #00b8df;
}


.azabout-value-card:nth-child(3)
.azpage-number {
  color: #172300;

  background: #ccec00;
}


/* ==========================================================
   WORK ENVIRONMENT
========================================================== */

.azabout-environment-list {
  display: grid;

  gap: 12px;

  width:
    min(950px, 100%);

  margin:
    0 auto;
}


.azabout-environment-item {
  overflow: hidden;

  border:
    1px solid #dce5ef;

  border-radius: 7px;

  background: #ffffff;

  box-shadow:
    0 4px 14px
    rgba(3, 27, 65, 0.035);
}


.azabout-environment-item summary {
  position: relative;

  display: flex;

  align-items: center;

  min-height: 62px;

  padding:
    12px 55px
    12px 22px;

  color: #07172f;

  font-size: 14px;

  font-weight: 900;

  cursor: pointer;

  list-style: none;
}


.azabout-environment-item
summary::-webkit-details-marker {
  display: none;
}


.azabout-environment-item
summary::after {
  position: absolute;

  top: 50%;
  right: 22px;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 25px;
  height: 25px;

  border-radius: 50%;

  color: #075cff;

  background: #edf5ff;

  content: "+";

  font-size: 17px;

  transform:
    translateY(-50%);
}


.azabout-environment-item[open]
summary::after {
  content: "−";
}


.azabout-environment-item[open]
summary {
  color: #075cff;

  background: #f7faff;
}


.azabout-environment-body {
  padding:
    0 22px
    22px;

  color: #52647a;

  font-size: 12px;

  line-height: 1.9;
}


.azabout-environment-body ul {
  margin:
    5px 0 0;

  padding-left: 22px;
}


.azabout-environment-body li {
  margin:
    5px 0;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 1000px) {

  .azabout-info-layout {
    grid-template-columns:
      1fr;

    gap: 35px;
  }


  .azabout-info-visual {
    display: grid;

    grid-template-columns:
      minmax(0, 1fr)
      minmax(300px, 0.8fr);

    align-items: stretch;
  }


  .azabout-building-image {
    min-height: 280px;
  }


  .azabout-visit-card {
    flex-direction: column;

    align-items: stretch;

    justify-content: center;
  }


  .azabout-message {
    width: 100%;

    grid-template-columns:
      300px minmax(0, 1fr);
  }


  .azabout-message-image {
    min-height: 540px;
  }


  .azabout-message-content {
    padding:
      38px 30px;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azabout-intro-title {
    font-size: 25px;
  }


  .azabout-intro-title br {
    display: none;
  }


  .azabout-intro-text {
    font-size: 12px;

    line-height: 2;
  }


  .azabout-info-layout {
    gap: 22px;
  }


  .azabout-info-visual {
    display: flex;

    flex-direction: column;
  }


  .azabout-building-image {
    min-height: 230px;

    padding: 15px;
  }


  .azabout-visit-card {
    padding: 20px 17px;
  }


  .azabout-visit-buttons {
    width: 100%;
  }


  .azabout-visit-buttons
  .azpage-button {
    width: 100%;

    min-width: 0;
  }


  /* MESSAGE */

  .azabout-message {
    display: flex;

    flex-direction: column;
  }


  .azabout-message-image {
    width: 100%;

    min-height: auto;

    aspect-ratio: 16 / 10;
  }


  .azabout-message-image img {
    object-position:
      center 20%;
  }


  .azabout-message-content {
    padding:
      28px 20px;
  }


  .azabout-message-title {
    font-size: 24px;
  }


  .azabout-message-title br {
    display: none;
  }


  .azabout-message-text p {
    font-size: 12px;

    line-height: 1.95;
  }


  .azabout-message-highlight {
    margin:
      22px 0;

    padding:
      18px;
  }


  .azabout-message-highlight strong {
    font-size: 18px;
  }


  .azabout-message-sign {
    margin-top: 22px;
  }


  /* 職場環境 */

  .azabout-environment-item summary {
    min-height: 58px;

    padding:
      11px 48px
      11px 16px;

    font-size: 12px;

    line-height: 1.5;
  }


  .azabout-environment-item
  summary::after {
    right: 15px;
  }


  .azabout-environment-body {
    padding:
      0 16px
      18px;

    font-size: 11px;
  }

}


/* ==========================================================
   SMALL
========================================================== */

@media screen and (max-width: 374px) {

  .azabout-message-content {
    padding:
      24px 16px;
  }


  .azabout-message-highlight {
    padding:
      15px;
  }

}
/* ==========================================================
   AZ固定ページ
   Simplicity2 投稿用パーツを非表示
========================================================== */

.page:has(.azpage-root) .article-footer,
.page:has(.azpage-root) .sns-group,
.page:has(.azpage-root) .sns-share,
.page:has(.azpage-root) .sns-follow,
.page:has(.azpage-root) .sns-buttons,
.page:has(.azpage-root) .share-button,
.page:has(.azpage-root) .follow-button,
.page:has(.azpage-root) .footer-post-meta {
  display: none !important;
}
/* ==========================================================
   DIGITAL WORKS AZ
   Simplicity2 フォローエリア完全非表示
========================================================== */

.page:has(.azpage-root) #sns-group-bottom,
.page:has(.azpage-root) .sns-group,
.page:has(.azpage-root) .sns-follow,
.page:has(.azpage-root) .sns-pages,
.page:has(.azpage-root) .sns-pages-wrapper,
.page:has(.azpage-root) .follow-buttons,
.page:has(.azpage-root) .follow-button,
.page:has(.azpage-root) .sns-follow-msg {
  display: none !important;
}
/* ==========================================================
   DIGITAL WORKS AZ
   AZ固定ページ Simplicity2標準パンくず非表示
========================================================== */

.page:has(.azpage-root) #breadcrumb,
.page:has(.azpage-root) .breadcrumb,
.page:has(.azpage-root) #breadcrumb-area,
.page:has(.azpage-root) .breadcrumb-area {
  display: none !important;
}

/* ==========================================================
   DIGITAL WORKS AZ
   AZ固定ページ パンくず完全非表示
========================================================== */

.page:has(.azpage-root) #breadcrumb,
.page:has(.azpage-root) .breadcrumb,
.page:has(.azpage-root) #breadcrumb-area,
.page:has(.azpage-root) .breadcrumb-area,
.page:has(.azpage-root) #breadcrumbs,
.page:has(.azpage-root) .breadcrumbs {
  display: none !important;
}


.azpage-hero-copy {
  padding: 42px 0;
}

/* ==========================================================
   DIGITAL WORKS AZ
   OFFICE PAGE
   prefix : azoffice-
========================================================== */


/* ==========================================================
   HERO
========================================================== */

.azoffice-hero {
  position: relative;
}


/* キャッチコピー */

.azoffice-hero-catch {
  margin:
    0 0 20px;

  color: #07172f;

  font-size:
    clamp(21px, 2.2vw, 30px);

  font-weight: 900;

  line-height: 1.55;

  letter-spacing: 0.02em;
}


.azoffice-hero-catch span {
  color: #075cff;
}


/* HERO内の装飾ライン */

.azoffice-hero
.azpage-line-decoration {
  margin-top: 25px;
}


/* ==========================================================
   HERO IMAGE
========================================================== */

.azoffice-hero-image {
  position: relative;
}


/* イラストの後ろにデジタル感のある装飾 */

.azoffice-hero-image::after {
  position: absolute;
  z-index: 1;

  right: 5%;
  bottom: 15%;

  width: 105px;
  height: 70px;

  opacity: 0.28;

  background-image:
    radial-gradient(
      #00b8df 2px,
      transparent 2px
    );

  background-size:
    12px 12px;

  content: "";

  pointer-events: none;
}


.azoffice-hero-image img {
  z-index: 3;
}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azoffice-hero-catch {
    margin-bottom: 16px;

    font-size: 21px;

    line-height: 1.6;
  }


  .azoffice-hero-catch br {
    display: none;
  }


  .azoffice-hero
  .azpage-line-decoration {
    margin-top: 18px;
  }


  .azoffice-hero-image::after {
    right: 3%;
    bottom: 12%;

    width: 75px;
    height: 55px;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   OFFICE - FEATURES HUB
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azoffice-strengths {
  position: relative;

  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7faff 50%,
      #ffffff 100%
    );
}


.azoffice-strengths::before {
  position: absolute;

  top: 120px;
  left: -120px;

  width: 340px;
  height: 340px;

  border: 1px solid
    rgba(7, 92, 255, 0.08);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}


/* ==========================================================
   HUB
========================================================== */

.azoffice-hub {
  position: relative;

  width: min(1080px, 100%);
  height: 720px;

  margin:
    25px auto 0;
}


/* ==========================================================
   CENTER
========================================================== */

.azoffice-hub-center {
  position: absolute;
  z-index: 5;

  top: 50%;
  left: 50%;

  display: flex;

  align-items: center;
  justify-content: center;
  flex-direction: column;

  width: 245px;
  height: 245px;

  padding: 25px;

  border:
    1px solid #85b5ff;

  border-radius: 50%;

  background:
    linear-gradient(
      145deg,
      #ffffff,
      #eef6ff
    );

  box-shadow:
    0 18px 50px
    rgba(7, 92, 255, 0.12);

  text-align: center;

  transform:
    translate(-50%, -50%);
}


.azoffice-hub-center::before {
  position: absolute;

  inset: 10px;

  border:
    1px dashed
    rgba(7, 92, 255, 0.25);

  border-radius: 50%;

  content: "";
}


.azoffice-hub-center-icon {
  position: relative;
  z-index: 2;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 72px;
  height: 72px;

  margin-bottom: 12px;

  border-radius: 17px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      #075cff,
      #00aee8
    );

  box-shadow:
    0 10px 25px
    rgba(7, 92, 255, 0.22);

  font-size: 25px;
  font-weight: 900;

  letter-spacing: -0.04em;
}


.azoffice-hub-center-en {
  position: relative;
  z-index: 2;

  display: block;

  margin-bottom: 6px;

  color: #075cff;

  font-size: 8px;
  font-weight: 900;

  letter-spacing: 0.18em;
}


.azoffice-hub-center strong {
  position: relative;
  z-index: 2;

  color: #07172f;

  font-size: 17px;
  font-weight: 900;

  line-height: 1.6;
}


/* ==========================================================
   FEATURE CARD
========================================================== */

.azoffice-strength {
  position: absolute;
  z-index: 4;

  width: 330px;

  padding:
    24px 25px 25px;

  border:
    1px solid #d9e5f1;

  border-radius: 12px;

  background:
    rgba(255, 255, 255, 0.97);

  box-shadow:
    0 12px 35px
    rgba(3, 27, 65, 0.075);
}


/* 01 */

.azoffice-strength-01 {
  top: 0;
  left: 50%;

  transform:
    translateX(-50%);
}


/* 02 */

.azoffice-strength-02 {
  bottom: 0;
  left: 0;
}


/* 03 */

.azoffice-strength-03 {
  right: 0;
  bottom: 0;
}


/* ==========================================================
   NUMBER
========================================================== */

.azoffice-strength-number {
  position: absolute;

  top: 18px;
  right: 20px;

  display: flex;

  align-items: flex-end;

  gap: 4px;
}


.azoffice-strength-number span {
  margin-bottom: 4px;

  color: #9caabd;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.1em;
}


.azoffice-strength-number strong {
  color: #dbe8f8;

  font-size: 34px;
  font-weight: 900;

  line-height: 1;
}


/* ==========================================================
   ICON
========================================================== */

.azoffice-strength-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;

  margin-bottom: 17px;

  border-radius: 11px;

  color: #075cff;

  background: #edf5ff;

  font-size: 14px;
  font-weight: 900;
}


.azoffice-strength-02
.azoffice-strength-icon {
  color: #007c9a;

  background: #e9faff;
}


.azoffice-strength-03
.azoffice-strength-icon {
  color: #314000;

  background: #f4f9d9;
}


/* ==========================================================
   TEXT
========================================================== */

.azoffice-strength-en {
  display: block;

  margin-bottom: 6px;

  color: #075cff;

  font-size: 8px;
  font-weight: 900;

  letter-spacing: 0.15em;
}


.azoffice-strength h3 {
  margin:
    0 0 10px !important;

  color: #07172f !important;

  font-size: 20px;
  font-weight: 900;

  line-height: 1.45;
}


.azoffice-strength-catch {
  margin:
    0 0 13px !important;

  color: #253a54;

  font-size: 13px;
  font-weight: 800;

  line-height: 1.7;
}


.azoffice-strength-content > p:last-child {
  margin: 0;

  color: #68798d;

  font-size: 11px;

  line-height: 1.9;
}


/* ==========================================================
   CONNECTION LINES
========================================================== */

.azoffice-hub-line {
  position: absolute;
  z-index: 1;

  display: block;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      #83b4ff,
      transparent
    );

  transform-origin: center;
}


/* 上 */

.azoffice-hub-line-01 {
  top: 270px;
  left: 50%;

  width: 140px;

  transform:
    translateX(-50%)
    rotate(90deg);
}


/* 左下 */

.azoffice-hub-line-02 {
  top: 475px;
  left: 31%;

  width: 190px;

  transform:
    rotate(-34deg);
}


/* 右下 */

.azoffice-hub-line-03 {
  top: 475px;
  right: 31%;

  width: 190px;

  transform:
    rotate(34deg);
}


/* ==========================================================
   DOTS
========================================================== */

.azoffice-hub-dots {
  position: absolute;

  top: 310px;
  left: 50%;

  width: 470px;
  height: 300px;

  opacity: 0.15;

  background-image:
    radial-gradient(
      #075cff 1.5px,
      transparent 1.5px
    );

  background-size:
    16px 16px;

  transform:
    translateX(-50%);

  pointer-events: none;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 1000px) {

  .azoffice-hub {
    height: 760px;
  }


  .azoffice-strength {
    width: 300px;
  }


  .azoffice-hub-center {
    width: 220px;
    height: 220px;
  }


  .azoffice-hub-line-02 {
    left: 29%;
  }


  .azoffice-hub-line-03 {
    right: 29%;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azoffice-strengths::before {
    display: none;
  }


  .azoffice-hub {
    display: flex;

    flex-direction: column;

    width: 100%;
    height: auto;

    margin-top: 20px;

    gap: 16px;
  }


  /* 中央AZを最初に表示 */

  .azoffice-hub-center {
    position: relative;

    top: auto;
    left: auto;

    order: 0;

    width: 180px;
    height: 180px;

    margin:
      0 auto 12px;

    transform: none;
  }


  .azoffice-hub-center-icon {
    width: 58px;
    height: 58px;

    margin-bottom: 8px;

    font-size: 20px;
  }


  .azoffice-hub-center strong {
    font-size: 14px;
  }


  /* カード */

  .azoffice-strength {
    position: relative;

    top: auto;
    right: auto;
    bottom: auto;
    left: auto;

    width: 100%;

    padding:
      22px 20px;

    transform: none;
  }


  .azoffice-strength-01 {
    order: 1;
  }


  .azoffice-strength-02 {
    order: 2;
  }


  .azoffice-strength-03 {
    order: 3;
  }


  .azoffice-strength h3 {
    font-size: 18px;
  }


  .azoffice-strength-catch {
    font-size: 12px;
  }


  .azoffice-strength-content > p:last-child {
    font-size: 11px;
  }


  /* スマホでは接続線を縦線に */

  .azoffice-hub-line {
    display: none;
  }


  .azoffice-hub-dots {
    display: none;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   OFFICE - WORKS
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azoffice-works {
  position: relative;

  overflow: hidden;

  background: #ffffff;
}


.azoffice-section-en {
  display: block;

  margin-bottom: 7px;

  color: #075cff;

  font-size: 9px;
  font-weight: 900;

  letter-spacing: 0.18em;
}


/* ==========================================================
   LIST
========================================================== */

.azoffice-work-list {
  display: flex;

  flex-direction: column;

  gap: 100px;

  width: min(1080px, 100%);

  margin:
    55px auto 0;
}


/* ==========================================================
   WORK ITEM
========================================================== */

.azoffice-work-item {
  position: relative;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr);

  align-items: center;

  gap: 70px;
}


/* 区切り */

.azoffice-work-item:not(:last-child)::after {
  position: absolute;

  right: 0;
  bottom: -50px;
  left: 0;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      #dce7f3 15%,
      #dce7f3 85%,
      transparent
    );

  content: "";
}


/* ==========================================================
   VISUAL
========================================================== */

.azoffice-work-visual {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;

  min-height: 390px;

  padding: 35px;

  overflow: hidden;

  border-radius: 20px;

  background:
    linear-gradient(
      145deg,
      #edf6ff 0%,
      #f8fbff 100%
    );
}


/* PCだけ少し色を変更 */

.azoffice-work-pc
.azoffice-work-visual {
  background:
    linear-gradient(
      145deg,
      #ecfbff 0%,
      #f7fdff 100%
    );
}


/* AI */

.azoffice-work-ai
.azoffice-work-visual {
  background:
    linear-gradient(
      145deg,
      #f8fae9 0%,
      #ffffff 100%
    );
}


/* 大きな番号 */

.azoffice-work-big-number {
  position: absolute;

  top: -8px;
  left: 15px;

  color:
    rgba(7, 92, 255, 0.075);

  font-size:
    clamp(90px, 11vw, 145px);

  font-weight: 900;

  line-height: 1;

  letter-spacing: -0.07em;
}


/* 画像 */

.azoffice-work-image {
  position: relative;
  z-index: 3;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;
}


.azoffice-work-image img {
  display: block;

  width: 100%;
  max-width: 470px;
  max-height: 330px;

  object-fit: contain;
}


/* ドット装飾 */

.azoffice-work-dots {
  position: absolute;

  right: 20px;
  bottom: 20px;

  width: 110px;
  height: 85px;

  opacity: 0.18;

  background-image:
    radial-gradient(
      #075cff 1.5px,
      transparent 1.5px
    );

  background-size:
    13px 13px;
}


/* ==========================================================
   CONTENT
========================================================== */

.azoffice-work-content {
  min-width: 0;
}


.azoffice-work-en {
  display: block;

  margin-bottom: 10px;

  color: #075cff;

  font-size: 9px;
  font-weight: 900;

  letter-spacing: 0.2em;
}


/* タイトル */

.azoffice-work-content h3 {
  margin:
    0 0 18px !important;

  color: #07172f !important;

  font-size:
    clamp(28px, 3vw, 40px);

  font-weight: 900;

  line-height: 1.45;

  letter-spacing: 0.01em;
}


.azoffice-work-content h3 span {
  color: #075cff;
}


/* キャッチ */

.azoffice-work-lead {
  margin:
    0 0 17px !important;

  color: #253a54;

  font-size: 15px;

  font-weight: 800;

  line-height: 1.7;
}


/* 説明 */

.azoffice-work-description {
  margin:
    0 0 23px !important;

  color: #65768a;

  font-size: 12px;

  line-height: 2;
}


/* ==========================================================
   TAGS
========================================================== */

.azoffice-work-tags {
  display: flex;

  flex-wrap: wrap;

  gap: 8px;
}


.azoffice-work-tags span {
  display: inline-flex;

  align-items: center;

  min-height: 31px;

  padding:
    5px 12px;

  border:
    1px solid #cfe0f5;

  border-radius: 999px;

  color: #35516f;

  background: #f8fbff;

  font-size: 9px;

  font-weight: 800;
}


/* PC */

.azoffice-work-pc
.azoffice-work-tags span {
  border-color: #cceaf1;

  background: #f4fcfe;
}


/* AI */

.azoffice-work-ai
.azoffice-work-tags span {
  border-color: #e0e8b9;

  background: #fafce9;
}


/* ==========================================================
   SOFTWARE
========================================================== */

.azoffice-work-software {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 8px;

  margin-top: 18px;
}


.azoffice-work-software > span {
  margin-right: 3px;

  color: #9aa8b8;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.15em;
}


.azoffice-work-software strong {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 29px;

  padding:
    4px 11px;

  border-radius: 5px;

  color: #075cff;

  background: #edf5ff;

  font-size: 9px;
  font-weight: 900;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 1000px) {

  .azoffice-work-list {
    gap: 80px;
  }


  .azoffice-work-item {
    gap: 40px;
  }


  .azoffice-work-visual {
    min-height: 330px;

    padding: 25px;
  }


  .azoffice-work-content h3 {
    font-size: 30px;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azoffice-work-list {
    gap: 65px;

    margin-top: 35px;
  }


  .azoffice-work-item {
    display: flex;

    flex-direction: column;

    gap: 25px;
  }


  /*
   PC BUILDはPC版では
   文章 → 画像。

   スマホでは他と統一して
   画像 → 文章。
  */

  .azoffice-work-pc
  .azoffice-work-visual {
    order: 1;
  }


  .azoffice-work-pc
  .azoffice-work-content {
    order: 2;
  }


  .azoffice-work-item:not(:last-child)::after {
    bottom: -33px;
  }


  /* ビジュアル */

  .azoffice-work-visual {
    width: 100%;

    min-height: 270px;

    padding: 22px;

    border-radius: 14px;
  }


  .azoffice-work-image img {
    max-height: 235px;
  }


  .azoffice-work-big-number {
    top: 5px;
    left: 10px;

    font-size: 90px;
  }


  .azoffice-work-dots {
    right: 10px;
    bottom: 10px;

    width: 75px;
    height: 60px;
  }


  /* テキスト */

  .azoffice-work-content {
    width: 100%;
  }


  .azoffice-work-content h3 {
    margin-bottom:
      14px !important;

    font-size: 26px;
  }


  .azoffice-work-lead {
    font-size: 13px;
  }


  .azoffice-work-description {
    margin-bottom:
      18px !important;

    font-size: 11px;

    line-height: 1.9;
  }


  .azoffice-work-tags {
    gap: 6px;
  }


  .azoffice-work-tags span {
    min-height: 29px;

    padding:
      4px 10px;

    font-size: 8px;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   OFFICE - REAL AZ
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azoffice-real {
  position: relative;

  overflow: hidden;
}


.azoffice-real::before {
  position: absolute;

  top: 150px;
  right: -100px;

  width: 300px;
  height: 300px;

  opacity: 0.08;

  border: 1px solid #075cff;
  border-radius: 50%;

  content: "";

  pointer-events: none;
}


/* ==========================================================
   GRID
========================================================== */

.azoffice-real-grid {
  display: grid;

  grid-template-columns:
    repeat(12, minmax(0, 1fr));

  grid-template-rows:
    auto auto;

  gap: 18px;

  width: min(1080px, 100%);

  margin:
    50px auto 0;
}


/* ==========================================================
   MAIN MOVIE
========================================================== */

.azoffice-real-main {
  grid-column:
    span 7;

  grid-row:
    span 2;

  overflow: hidden;

  border-radius: 16px;

  background: #07172f;

  box-shadow:
    0 15px 40px
    rgba(3, 27, 65, 0.12);
}


.azoffice-real-media {
  position: relative;

  width: 100%;

  aspect-ratio:
    16 / 9;

  overflow: hidden;

  background: #000;
}


.azoffice-real-media iframe {
  position: absolute;

  inset: 0;

  display: block;

  width: 100%;
  height: 100%;

  border: 0;
}


/* 動画下 */

.azoffice-real-main-info {
  padding:
    24px 27px 27px;
}


.azoffice-real-main-info > span {
  display: block;

  margin-bottom: 7px;

  color: #61baff;

  font-size: 8px;
  font-weight: 900;

  letter-spacing: 0.18em;
}


.azoffice-real-main-info h3 {
  margin:
    0 0 10px !important;

  color: #ffffff !important;

  font-size: 22px;
  font-weight: 900;

  line-height: 1.5;
}


.azoffice-real-main-info p {
  margin: 0;

  color: #b9c9da;

  font-size: 11px;

  line-height: 1.9;
}


/* ==========================================================
   PHOTO
========================================================== */

.azoffice-real-photo {
  position: relative;

  grid-column:
    span 5;

  margin: 0;

  overflow: hidden;

  border-radius: 13px;

  background: #ffffff;

  box-shadow:
    0 8px 25px
    rgba(3, 27, 65, 0.07);
}


.azoffice-real-photo-image {
  position: relative;

  width: 100%;

  aspect-ratio:
    16 / 8.4;

  overflow: hidden;

  background: #eaf1f8;
}


.azoffice-real-photo-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform 0.4s ease;
}


.azoffice-real-photo:hover
.azoffice-real-photo-image img {
  transform:
    scale(1.035);
}


/* キャプション */

.azoffice-real-photo figcaption {
  padding:
    15px 17px 17px;
}


.azoffice-real-photo figcaption span {
  display: block;

  margin-bottom: 4px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.15em;
}


.azoffice-real-photo figcaption strong {
  display: block;

  color: #07172f;

  font-size: 12px;
  font-weight: 900;

  line-height: 1.55;
}


/* ==========================================================
   PHOTO 03 / 04
   下段を横並びにする
========================================================== */

.azoffice-real-photo-03,
.azoffice-real-photo-04 {
  grid-column:
    span 6;

  margin-top: 2px;
}


/* ==========================================================
   MESSAGE
========================================================== */

.azoffice-real-message {
  display: flex;

  align-items: center;

  gap: 25px;

  width: min(850px, 100%);

  margin:
    45px auto 0;

  padding:
    25px 30px;

  border:
    1px solid #cfe0f5;

  border-radius: 12px;

  background:
    rgba(255, 255, 255, 0.92);
}


.azoffice-real-message-mark {
  display: flex;

  flex: 0 0 auto;

  align-items: center;
  justify-content: center;

  width: 75px;
  height: 75px;

  border-radius: 18px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      #075cff,
      #00aee8
    );

  box-shadow:
    0 9px 22px
    rgba(7, 92, 255, 0.18);

  font-size: 24px;
  font-weight: 900;
}


.azoffice-real-message-text {
  min-width: 0;
}


.azoffice-real-message-text > span {
  display: block;

  margin-bottom: 4px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.16em;
}


.azoffice-real-message-text h3 {
  margin:
    0 0 7px !important;

  color: #07172f !important;

  font-size: 18px;
  font-weight: 900;
}


.azoffice-real-message-text p {
  margin: 0;

  color: #65768a;

  font-size: 11px;

  line-height: 1.9;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 1000px) {

  .azoffice-real-grid {
    gap: 14px;
  }


  .azoffice-real-main {
    grid-column:
      span 7;
  }


  .azoffice-real-photo {
    grid-column:
      span 5;
  }


  .azoffice-real-photo-03,
  .azoffice-real-photo-04 {
    grid-column:
      span 6;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azoffice-real::before {
    display: none;
  }


  .azoffice-real-grid {
    display: flex;

    flex-direction: column;

    gap: 15px;

    margin-top: 32px;
  }


  .azoffice-real-main,
  .azoffice-real-photo {
    width: 100%;
  }


  .azoffice-real-main {
    border-radius: 12px;
  }


  .azoffice-real-main-info {
    padding:
      20px 18px;
  }


  .azoffice-real-main-info h3 {
    font-size: 18px;
  }


  .azoffice-real-photo {
    border-radius: 10px;
  }


  .azoffice-real-photo-image {
    aspect-ratio:
      16 / 9;
  }


  .azoffice-real-photo figcaption {
    padding:
      13px 15px 15px;
  }


  /* MESSAGE */

  .azoffice-real-message {
    align-items: flex-start;

    flex-direction: column;

    gap: 15px;

    margin-top: 30px;

    padding:
      20px 18px;
  }


  .azoffice-real-message-mark {
    width: 58px;
    height: 58px;

    border-radius: 13px;

    font-size: 19px;
  }


  .azoffice-real-message-text h3 {
    font-size: 16px;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   OFFICE - CREATIVE TEAM
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azoffice-team {
  position: relative;

  overflow: hidden;

  background: #ffffff;
}


/* 背景装飾 */

.azoffice-team::before {
  position: absolute;

  top: 190px;
  left: -80px;

  width: 230px;
  height: 230px;

  opacity: 0.08;

  border: 1px solid #075cff;
  border-radius: 50%;

  content: "";

  pointer-events: none;
}


/* ==========================================================
   GRID
========================================================== */

.azoffice-team-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 22px;

  width: min(1080px, 100%);

  margin:
    50px auto 0;
}


/* ==========================================================
   CARD
========================================================== */

.azoffice-team-card {
  position: relative;

  min-width: 0;

  overflow: hidden;

  border:
    1px solid #dce6f0;

  border-radius: 14px;

  background: #ffffff;

  box-shadow:
    0 9px 28px
    rgba(3, 27, 65, 0.06);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}


.azoffice-team-card:hover {
  transform:
    translateY(-4px);

  box-shadow:
    0 15px 35px
    rgba(3, 27, 65, 0.1);
}


/* ==========================================================
   PHOTO
========================================================== */

.azoffice-team-photo {
  position: relative;

  width: 100%;

  aspect-ratio:
    4 / 3;

  overflow: hidden;

  background:
    linear-gradient(
      145deg,
      #edf5ff,
      #f7fbff
    );
}


.azoffice-team-photo img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  object-position:
    center top;

  transition:
    transform 0.4s ease;
}


.azoffice-team-card:hover
.azoffice-team-photo img {
  transform:
    scale(1.025);
}


/* 番号 */

.azoffice-team-number {
  position: absolute;

  right: 13px;
  bottom: 11px;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  border-radius: 50%;

  color: #075cff;

  background:
    rgba(255, 255, 255, 0.94);

  box-shadow:
    0 5px 15px
    rgba(3, 27, 65, 0.1);

  font-size: 11px;
  font-weight: 900;
}


/* ==========================================================
   INFORMATION
========================================================== */

.azoffice-team-info {
  padding:
    22px 22px 20px;
}


.azoffice-team-position {
  display: block;

  margin-bottom: 7px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


.azoffice-team-role {
  margin:
    0 0 4px !important;

  color: #75869a;

  font-size: 9px;

  line-height: 1.6;
}


.azoffice-team-info h3 {
  margin:
    0 !important;

  color: #07172f !important;

  font-size: 19px;

  font-weight: 900;

  line-height: 1.5;
}


/* ==========================================================
   MORE
========================================================== */

.azoffice-team-details {
  margin-top: 18px;

  border-top:
    1px solid #e6edf4;
}


.azoffice-team-details summary {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: space-between;

  min-height: 48px;

  color: #075cff;

  cursor: pointer;

  list-style: none;
}


.azoffice-team-details
summary::-webkit-details-marker {
  display: none;
}


.azoffice-team-details
summary span {
  font-size: 8px;

  font-weight: 900;

  letter-spacing: 0.18em;
}


.azoffice-team-details
summary strong {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 27px;
  height: 27px;

  border-radius: 50%;

  color: #075cff;

  background: #edf5ff;

  font-size: 16px;
  font-weight: 500;

  transition:
    transform 0.25s ease;
}


/* 開いたら＋を回転 */

.azoffice-team-details[open]
summary strong {
  transform:
    rotate(45deg);
}


/* ==========================================================
   PROFILE
========================================================== */

.azoffice-team-profile {
  padding:
    0 0 5px;
}


.azoffice-team-profile p {
  margin:
    0 !important;

  padding:
    15px 0 4px;

  border-top:
    1px dashed #dce6f0;

  color: #65768a;

  font-size: 10px;

  line-height: 1.9;
}


/* ==========================================================
   最後の2人
========================================================== */

.azoffice-team-card:nth-child(4) {
  grid-column:
    1 / 2;
}


.azoffice-team-card:nth-child(5) {
  grid-column:
    2 / 3;
}


/* ==========================================================
   TEAM MESSAGE
========================================================== */

.azoffice-team-message {
  position: relative;

  width: min(760px, 100%);

  margin:
    50px auto 0;

  padding:
    35px 45px;

  overflow: hidden;

  border:
    1px solid #d9e5f1;

  border-radius: 13px;

  background:
    linear-gradient(
      135deg,
      #f7fbff,
      #ffffff
    );

  text-align: center;
}


.azoffice-team-message::after {
  position: absolute;

  right: -30px;
  bottom: -40px;

  width: 150px;
  height: 150px;

  opacity: 0.1;

  border-radius: 50%;

  background: #075cff;

  content: "";
}


.azoffice-team-message > span {
  position: relative;
  z-index: 2;

  display: block;

  margin-bottom: 8px;

  color: #075cff;

  font-size: 8px;
  font-weight: 900;

  letter-spacing: 0.2em;
}


.azoffice-team-message h3 {
  position: relative;
  z-index: 2;

  margin:
    0 0 13px !important;

  color: #07172f !important;

  font-size: 22px;
  font-weight: 900;

  line-height: 1.65;
}


.azoffice-team-message p {
  position: relative;
  z-index: 2;

  width: min(560px, 100%);

  margin:
    0 auto !important;

  color: #65768a;

  font-size: 11px;

  line-height: 1.9;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 1000px) {

  .azoffice-team-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }


  .azoffice-team-card:nth-child(4),
  .azoffice-team-card:nth-child(5) {
    grid-column: auto;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azoffice-team::before {
    display: none;
  }


  .azoffice-team-grid {
    grid-template-columns:
      1fr;

    gap: 17px;

    margin-top: 32px;
  }


  .azoffice-team-card {
    border-radius: 11px;
  }


  .azoffice-team-photo {
    aspect-ratio:
      16 / 10;
  }


  .azoffice-team-info {
    padding:
      19px 18px 17px;
  }


  .azoffice-team-info h3 {
    font-size: 18px;
  }


  .azoffice-team-details {
    margin-top: 14px;
  }


  /* TEAM MESSAGE */

  .azoffice-team-message {
    margin-top: 32px;

    padding:
      27px 20px;
  }


  .azoffice-team-message h3 {
    font-size: 19px;
  }


  .azoffice-team-message h3 br {
    display: none;
  }


  .azoffice-team-message p {
    font-size: 10px;
  }

}
/* ==========================================================
   DIGITAL WORKS AZ
   OFFICE - VISIT & CONTACT
========================================================== */

.azoffice-contact {
  position: relative;
}


/* ==========================================================
   DIGITAL WORKS AZ
   OFFICE - VISIT & CONTACT
========================================================== */

.azoffice-contact {
  position: relative;
}


.azoffice-contact
.azpage-bottom-cta-copy h2 span {
  color: #075cff;
}


.azoffice-contact-message {
  margin-top: 18px !important;

  color: #075cff !important;

  font-weight: 800;
}


.azoffice-section-en {
  display: block;

  margin-bottom: 10px;

  color: #075cff;

  font-size: 9px;
  font-weight: 900;

  letter-spacing: 0.18em;

  text-align: center;
}


@media screen and (max-width: 767px) {

  .azoffice-contact-message {
    margin-top: 14px !important;
  }

}


/* CTA補足メッセージ */

.azoffice-contact-message {
  margin-top: 18px !important;

  color: #ffffff !important;

  font-weight: 800;
}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azoffice-contact-message {
    margin-top: 14px !important;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   WORK CONTACT PAGE
   HERO
========================================================== */


/* ==========================================================
   PAGE
========================================================== */

.azwork-page {
  overflow: hidden;
}


/* ==========================================================
   HERO
========================================================== */

.azwork-hero {
  position: relative;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f5f9ff 55%,
      #eef6ff 100%
    );
}


/* 右上の背景円 */

.azwork-hero::before {
  position: absolute;

  top: -180px;
  right: -160px;

  width: 520px;
  height: 520px;

  border:
    1px solid rgba(7, 92, 255, 0.09);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}


/* 左下の装飾 */

.azwork-hero::after {
  position: absolute;

  bottom: -170px;
  left: -150px;

  width: 350px;
  height: 350px;

  border-radius: 50%;

  background:
    rgba(204, 236, 0, 0.07);

  content: "";

  pointer-events: none;
}


/* ==========================================================
   COPY
========================================================== */

.azwork-hero-copy {
  position: relative;
  z-index: 5;
}


/* キャッチコピー */

.azwork-hero-catch {
  margin:
    25px 0 20px !important;

  color: #07172f;

  font-size:
    clamp(27px, 3.5vw, 44px);

  font-weight: 900;

  line-height: 1.45;

  letter-spacing: 0.01em;
}


.azwork-hero-catch span {
  position: relative;

  display: inline-block;

  color: #075cff;
}


/* ライムのアンダーライン */

.azwork-hero-catch span::after {
  position: absolute;
  z-index: -1;

  right: 0;
  bottom: 3px;
  left: 0;

  height: 8px;

  border-radius: 10px;

  background:
    rgba(204, 236, 0, 0.55);

  content: "";
}


/* ==========================================================
   BUTTONS
========================================================== */

.azwork-hero-buttons {
  display: flex;

  flex-wrap: wrap;

  gap: 11px;

  margin-top: 30px;
}


.azwork-hero-button {
  display: inline-flex;

  align-items: center;
  justify-content: space-between;

  gap: 25px;

  min-width: 205px;
  min-height: 52px;

  padding:
    10px 16px 10px 20px;

  border-radius: 7px;

  text-decoration: none !important;

  font-size: 11px;
  font-weight: 900;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}


/* 青ボタン */

.azwork-hero-button-primary {
  border:
    1px solid #075cff;

  color: #ffffff !important;

  background: #075cff;

  box-shadow:
    0 8px 20px
    rgba(7, 92, 255, 0.18);
}


.azwork-hero-button-primary:hover {
  color: #ffffff !important;

  background: #004ee0;

  transform:
    translateY(-2px);

  box-shadow:
    0 12px 26px
    rgba(7, 92, 255, 0.25);
}


/* 白ボタン */

.azwork-hero-button-outline {
  border:
    1px solid #b9cce2;

  color: #07172f !important;

  background:
    rgba(255, 255, 255, 0.9);
}


.azwork-hero-button-outline:hover {
  border-color: #075cff;

  color: #075cff !important;

  background: #ffffff;

  transform:
    translateY(-2px);
}


/* 矢印 */

.azwork-hero-button-arrow {
  display: flex;

  flex: 0 0 auto;

  align-items: center;
  justify-content: center;

  width: 27px;
  height: 27px;

  border-radius: 50%;

  font-size: 13px;
}


.azwork-hero-button-primary
.azwork-hero-button-arrow {
  color: #075cff;

  background: #ffffff;
}


.azwork-hero-button-outline
.azwork-hero-button-arrow {
  color: #075cff;

  background: #edf5ff;
}


/* ==========================================================
   VISUAL
========================================================== */

.azwork-hero-image {
  position: relative;
  z-index: 3;
}


.azwork-hero-visual {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 470px;

  padding: 35px;

  overflow: hidden;

  border:
    1px solid rgba(7, 92, 255, 0.13);

  border-radius: 24px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.95),
      rgba(232, 243, 255, 0.95)
    );

  box-shadow:
    0 25px 60px
    rgba(3, 27, 65, 0.09);
}


/* 画像 */

.azwork-hero-visual > img {
  position: relative;
  z-index: 3;

  display: block;

  width: 100%;
  max-width: 500px;
  max-height: 400px;

  object-fit: contain;
}


/* DIGITAL WORKS背景文字 */

.azwork-hero-visual-label {
  position: absolute;

  top: 20px;
  left: 23px;

  color:
    rgba(7, 92, 255, 0.08);

  font-size:
    clamp(35px, 5vw, 70px);

  font-weight: 900;

  line-height: 1;

  letter-spacing: -0.04em;

  white-space: nowrap;
}


/* ==========================================================
   FLOATING CHIPS
========================================================== */

.azwork-hero-chip {
  position: absolute;
  z-index: 5;

  display: flex;

  flex-direction: column;

  min-width: 105px;

  padding:
    11px 15px;

  border:
    1px solid rgba(7, 92, 255, 0.14);

  border-radius: 9px;

  background:
    rgba(255, 255, 255, 0.94);

  box-shadow:
    0 10px 25px
    rgba(3, 27, 65, 0.1);

  backdrop-filter:
    blur(8px);
}


.azwork-hero-chip small {
  margin-bottom: 2px;

  color: #8da0b5;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.14em;
}


.azwork-hero-chip strong {
  color: #075cff;

  font-size: 11px;
  font-weight: 900;

  letter-spacing: 0.08em;
}


.azwork-hero-chip-video {
  top: 80px;
  right: 15px;
}


.azwork-hero-chip-pc {
  bottom: 65px;
  left: 10px;
}


/* ==========================================================
   DOT DECORATION
========================================================== */

.azwork-hero-dots {
  position: absolute;

  right: 25px;
  bottom: 20px;

  width: 130px;
  height: 95px;

  opacity: 0.15;

  background-image:
    radial-gradient(
      #075cff 1.5px,
      transparent 1.5px
    );

  background-size:
    14px 14px;

  pointer-events: none;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 1000px) {

  .azwork-hero-visual {
    min-height: 400px;

    padding: 25px;
  }


  .azwork-hero-buttons {
    gap: 8px;
  }


  .azwork-hero-button {
    min-width: 190px;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azwork-hero::before,
  .azwork-hero::after {
    display: none;
  }


  .azwork-hero-catch {
    margin:
      18px 0 15px !important;

    font-size: 27px;
  }


  /* ボタン */

  .azwork-hero-buttons {
    flex-direction: column;

    width: 100%;

    margin-top: 23px;
  }


  .azwork-hero-button {
    width: 100%;

    min-width: 0;
    min-height: 52px;
  }


  /* ビジュアル */

  .azwork-hero-visual {
    min-height: 300px;

    padding:
      25px 18px;

    border-radius: 15px;
  }


  .azwork-hero-visual > img {
    max-height: 260px;
  }


  .azwork-hero-visual-label {
    top: 14px;
    left: 15px;

    font-size: 38px;
  }


  .azwork-hero-chip {
    min-width: 88px;

    padding:
      8px 10px;
  }


  .azwork-hero-chip-video {
    top: 55px;
    right: 8px;
  }


  .azwork-hero-chip-pc {
    bottom: 30px;
    left: 8px;
  }


  .azwork-hero-dots {
    display: none;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   WORK CONTACT
   WHAT WE DO
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azwork-services {
  position: relative;

  overflow: hidden;

  background: #ffffff;
}


/* 英字見出し */

.azwork-section-en {
  display: block;

  margin-bottom: 10px;

  color: #075cff;

  font-size: 9px;
  font-weight: 900;

  letter-spacing: 0.2em;

  text-align: center;
}


/* 背景装飾 */

.azwork-services::before {
  position: absolute;

  top: 160px;
  left: -100px;

  width: 250px;
  height: 250px;

  border:
    1px solid rgba(7, 92, 255, 0.08);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}


/* ==========================================================
   GRID
========================================================== */

.azwork-service-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 26px;

  width: min(1050px, 100%);

  margin:
    50px auto 0;
}


/* ==========================================================
   CARD
========================================================== */

.azwork-service-card {
  min-width: 0;

  overflow: hidden;

  border:
    1px solid #dce6f0;

  border-radius: 18px;

  background: #ffffff;

  box-shadow:
    0 15px 40px
    rgba(3, 27, 65, 0.07);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}


.azwork-service-card:hover {
  transform:
    translateY(-5px);

  box-shadow:
    0 22px 48px
    rgba(3, 27, 65, 0.12);
}


/* ==========================================================
   VISUAL
========================================================== */

.azwork-service-visual {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;

  min-height: 285px;

  padding: 30px;

  overflow: hidden;

  background:
    linear-gradient(
      145deg,
      #eef6ff,
      #f9fcff
    );
}


/* PC側だけ少し色を変える */

.azwork-service-pc
.azwork-service-visual {
  background:
    linear-gradient(
      145deg,
      #f7fbea,
      #ffffff
    );
}


/* 画像 */

.azwork-service-image {
  position: relative;
  z-index: 3;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 100%;
  height: 230px;
}


.azwork-service-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;
}


/* 大きな番号 */

.azwork-service-number {
  position: absolute;

  top: -13px;
  left: 16px;

  color:
    rgba(7, 92, 255, 0.08);

  font-size: 105px;
  font-weight: 900;

  line-height: 1;

  letter-spacing: -0.08em;
}


/* カテゴリー */

.azwork-service-category {
  position: absolute;
  z-index: 5;

  right: 15px;
  bottom: 15px;

  padding:
    7px 11px;

  border-radius: 5px;

  color: #075cff;

  background:
    rgba(255, 255, 255, 0.92);

  box-shadow:
    0 6px 18px
    rgba(3, 27, 65, 0.07);

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.14em;
}


/* ==========================================================
   CONTENT
========================================================== */

.azwork-service-content {
  padding:
    28px 28px 25px;
}


/* タイトル行 */

.azwork-service-title {
  display: flex;

  align-items: flex-start;
  justify-content: space-between;

  gap: 20px;
}


.azwork-service-title > div:first-child {
  min-width: 0;
}


.azwork-service-title
> div:first-child > span {
  display: block;

  margin-bottom: 4px;

  color: #075cff;

  font-size: 8px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


.azwork-service-title h3 {
  margin:
    0 !important;

  color: #07172f !important;

  font-size: 24px;
  font-weight: 900;

  line-height: 1.5;
}


/* アイコン */

.azwork-service-icon {
  display: flex;

  flex: 0 0 auto;

  align-items: center;
  justify-content: center;

  width: 45px;
  height: 45px;

  border-radius: 50%;

  color: #075cff;

  background: #edf5ff;

  font-size: 12px;
  font-weight: 900;
}


.azwork-service-pc
.azwork-service-icon {
  color: #526300;

  background: #f1f8ce;
}


/* ==========================================================
   COPY
========================================================== */

.azwork-service-catch {
  margin:
    20px 0 11px !important;

  color: #07172f;

  font-size: 14px;
  font-weight: 900;

  line-height: 1.75;
}


.azwork-service-description {
  margin:
    0 !important;

  color: #65768a;

  font-size: 11px;

  line-height: 1.9;
}


/* ==========================================================
   TAGS
========================================================== */

.azwork-service-tags {
  display: flex;

  flex-wrap: wrap;

  gap: 6px;

  margin-top: 20px;
}


.azwork-service-tags span {
  display: inline-flex;

  align-items: center;

  min-height: 28px;

  padding:
    4px 10px;

  border:
    1px solid #dce7f3;

  border-radius: 50px;

  color: #52657a;

  background: #f8fbfe;

  font-size: 8px;
  font-weight: 700;
}


/* ==========================================================
   PRICE
========================================================== */

.azwork-service-price {
  display: flex;

  align-items: flex-end;
  justify-content: space-between;

  gap: 20px;

  margin-top: 24px;

  padding:
    18px 0;

  border-top:
    1px solid #e5edf5;

  border-bottom:
    1px solid #e5edf5;
}


.azwork-service-price > div {
  display: flex;

  flex-direction: column;
}


.azwork-service-price
> div > span {
  margin-bottom: 3px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.18em;
}


.azwork-service-price small {
  color: #65768a;

  font-size: 9px;
  font-weight: 700;
}


.azwork-service-price p {
  display: flex;

  align-items: baseline;

  margin:
    0 !important;

  color: #07172f;
}


.azwork-service-price strong {
  color: #075cff;

  font-size: 31px;
  font-weight: 900;

  line-height: 1;
}


.azwork-service-price p span {
  margin-left: 3px;

  color: #52657a;

  font-size: 10px;
  font-weight: 800;
}


/* ==========================================================
   LINK
========================================================== */

.azwork-service-link {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 20px;

  margin-top: 18px;

  color: #07172f !important;

  text-decoration: none !important;

  font-size: 10px;
  font-weight: 900;
}


.azwork-service-link-arrow {
  display: flex;

  flex: 0 0 auto;

  align-items: center;
  justify-content: center;

  width: 31px;
  height: 31px;

  border-radius: 50%;

  color: #ffffff;

  background: #075cff;

  transition:
    transform 0.2s ease;
}


.azwork-service-link:hover
.azwork-service-link-arrow {
  transform:
    translateX(3px);
}


/* ==========================================================
   BOTTOM MESSAGE
========================================================== */

.azwork-service-message {
  display: flex;

  align-items: center;

  gap: 22px;

  width: min(850px, 100%);

  margin:
    35px auto 0;

  padding:
    18px 22px;

  border:
    1px solid #dce7f3;

  border-radius: 9px;

  background:
    linear-gradient(
      90deg,
      #f5f9ff,
      #ffffff
    );
}


.azwork-service-message > span {
  flex: 0 0 auto;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.16em;
}


.azwork-service-message p {
  flex: 1;

  margin:
    0 !important;

  color: #52657a;

  font-size: 10px;

  line-height: 1.7;
}


.azwork-service-message a {
  flex: 0 0 auto;

  color: #075cff !important;

  text-decoration: none !important;

  font-size: 9px;
  font-weight: 900;

  white-space: nowrap;
}


.azwork-service-message a span {
  margin-left: 5px;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 900px) {

  .azwork-service-grid {
    gap: 18px;
  }


  .azwork-service-content {
    padding:
      23px 21px;
  }


  .azwork-service-visual {
    min-height: 250px;
  }


  .azwork-service-image {
    height: 200px;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azwork-services::before {
    display: none;
  }


  .azwork-service-grid {
    grid-template-columns:
      1fr;

    gap: 20px;

    margin-top: 32px;
  }


  .azwork-service-card {
    border-radius: 13px;
  }


  .azwork-service-visual {
    min-height: 230px;

    padding: 20px;
  }


  .azwork-service-image {
    height: 190px;
  }


  .azwork-service-number {
    top: -8px;

    font-size: 80px;
  }


  .azwork-service-content {
    padding:
      22px 18px 20px;
  }


  .azwork-service-title h3 {
    font-size: 21px;
  }


  .azwork-service-catch {
    font-size: 13px;
  }


  .azwork-service-price strong {
    font-size: 28px;
  }


  /* 下部メッセージ */

  .azwork-service-message {
    flex-direction: column;

    align-items: flex-start;

    gap: 9px;

    margin-top: 25px;

    padding:
      17px 18px;
  }


  .azwork-service-message a {
    white-space: normal;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   WORK CONTACT
   VIDEO EDITING PRICE
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azwork-video-price {
  position: relative;

  overflow: hidden;
}


/* ==========================================================
   PRICE GRID
========================================================== */

.azwork-video-price-grid {
  display: grid;

  grid-template-columns:
    repeat(5, minmax(0, 1fr));

  gap: 12px;

  width: min(1100px, 100%);

  margin:
    45px auto 0;
}


/* ==========================================================
   CARD
========================================================== */

.azwork-video-price-card {
  position: relative;

  min-width: 0;

  padding:
    25px 18px 22px;

  overflow: hidden;

  border:
    1px solid #dce6f0;

  border-radius: 13px;

  background: #ffffff;

  box-shadow:
    0 8px 25px
    rgba(3, 27, 65, 0.05);

  text-align: center;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}


.azwork-video-price-card:hover {
  transform:
    translateY(-4px);

  box-shadow:
    0 15px 34px
    rgba(3, 27, 65, 0.09);
}


/* おすすめカード */

.azwork-video-price-featured {
  border-color: #75adff;

  background:
    linear-gradient(
      180deg,
      #f3f8ff,
      #ffffff
    );
}


.azwork-video-price-featured::before {
  position: absolute;

  top: 0;
  right: 0;
  left: 0;

  height: 4px;

  background: #075cff;

  content: "";
}


/* ==========================================================
   LABEL
========================================================== */

.azwork-video-price-label {
  display: inline-block;

  margin-bottom: 13px;

  color: #075cff;

  font-size: 8px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


/* ==========================================================
   TITLE
========================================================== */

.azwork-video-price-card h3 {
  margin:
    0 0 7px !important;

  color: #07172f !important;

  font-size: 17px;
  font-weight: 900;

  line-height: 1.5;
}


.azwork-video-price-desc {
  min-height: 32px;

  margin:
    0 !important;

  color: #7a899a;

  font-size: 9px;

  line-height: 1.6;
}


/* ==========================================================
   VALUE
========================================================== */

.azwork-video-price-value {
  display: flex;

  align-items: baseline;
  justify-content: center;

  margin-top: 17px;
}


.azwork-video-price-value strong {
  color: #075cff;

  font-size: 31px;
  font-weight: 900;

  line-height: 1;
}


.azwork-video-price-value span {
  margin-left: 3px;

  color: #52657a;

  font-size: 9px;
  font-weight: 800;
}


/* ==========================================================
   INCLUDED
========================================================== */

.azwork-video-included {
  display: grid;

  grid-template-columns:
    260px minmax(0, 1fr);

  align-items: center;

  gap: 30px;

  width: min(950px, 100%);

  margin:
    35px auto 0;

  padding:
    24px 27px;

  border:
    1px solid #dce7f3;

  border-radius: 10px;

  background: #ffffff;
}


.azwork-video-included-title span {
  display: block;

  margin-bottom: 4px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.18em;
}


.azwork-video-included-title h3 {
  margin:
    0 !important;

  color: #07172f !important;

  font-size: 14px;
  font-weight: 900;

  line-height: 1.6;
}


.azwork-video-included-list {
  display: flex;

  flex-wrap: wrap;

  gap: 8px;
}


.azwork-video-included-list span {
  display: inline-flex;

  align-items: center;

  min-height: 30px;

  padding:
    5px 11px;

  border-radius: 50px;

  color: #36516f;

  background: #edf5ff;

  font-size: 8px;
  font-weight: 800;
}


/* ==========================================================
   NOTE
========================================================== */

.azwork-price-note {
  display: grid;

  grid-template-columns:
    48px minmax(0, 1fr);

  align-items: start;

  gap: 18px;

  width: min(850px, 100%);

  margin:
    22px auto 0;

  padding:
    20px 23px;

  border:
    1px solid #e6dfb2;

  border-radius: 9px;

  background: #fffdf2;
}


.azwork-price-note-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;

  border-radius: 50%;

  color: #566000;

  background: #eef4bf;

  font-size: 18px;
  font-weight: 900;
}


.azwork-price-note-copy > span {
  display: block;

  margin-bottom: 4px;

  color: #8f7d18;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.16em;
}


.azwork-price-note-copy h3 {
  margin:
    0 0 6px !important;

  color: #07172f !important;

  font-size: 13px;
  font-weight: 900;
}


.azwork-price-note-copy p {
  margin:
    0 !important;

  color: #65768a;

  font-size: 10px;

  line-height: 1.8;
}


/* ==========================================================
   CTA
========================================================== */

.azwork-video-price-cta {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 25px;

  margin-top: 30px;
}


.azwork-video-price-cta p {
  margin:
    0 !important;

  color: #52657a;

  font-size: 11px;
  font-weight: 700;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 1000px) {

  .azwork-video-price-grid {
    grid-template-columns:
      repeat(3, minmax(0, 1fr));
  }


  .azwork-video-included {
    grid-template-columns:
      220px minmax(0, 1fr);
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azwork-video-price-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 10px;

    margin-top: 30px;
  }


  .azwork-video-price-card {
    padding:
      21px 12px 19px;
  }


  .azwork-video-price-card:last-child {
    grid-column:
      1 / -1;
  }


  .azwork-video-price-card h3 {
    font-size: 15px;
  }


  .azwork-video-price-value strong {
    font-size: 27px;
  }


  /* INCLUDED */

  .azwork-video-included {
    grid-template-columns:
      1fr;

    gap: 15px;

    padding:
      20px 17px;
  }


  /* NOTE */

  .azwork-price-note {
    grid-template-columns:
      38px minmax(0, 1fr);

    gap: 13px;

    padding:
      18px 16px;
  }


  .azwork-price-note-icon {
    width: 36px;
    height: 36px;

    font-size: 15px;
  }


  /* CTA */

  .azwork-video-price-cta {
    flex-direction: column;

    align-items: stretch;

    gap: 13px;

    margin-top: 24px;

    text-align: center;
  }


  .azwork-video-price-cta
  .azpage-button {
    width: 100%;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   WORK CONTACT
   PC BUILD & REPAIR
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azwork-pc-price {
  position: relative;

  overflow: hidden;

  background: #ffffff;
}


/* 背景装飾 */

.azwork-pc-price::before {
  position: absolute;

  top: 180px;
  right: -120px;

  width: 300px;
  height: 300px;

  border: 1px solid rgba(7, 92, 255, 0.08);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}


/* ==========================================================
   MAIN LAYOUT
========================================================== */

.azwork-pc-price-layout {
  display: grid;

  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(0, 1.1fr);

  gap: 35px;

  align-items: stretch;

  width: min(1050px, 100%);

  margin: 48px auto 0;
}


/* ==========================================================
   VISUAL
========================================================== */

.azwork-pc-price-visual {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;

  min-height: 480px;

  padding: 35px;

  overflow: hidden;

  border: 1px solid #dce7f3;

  border-radius: 18px;

  background:
    linear-gradient(
      145deg,
      #f3f8ff,
      #f9fcff 55%,
      #f6fae7 100%
    );
}


/* 背景PC文字 */

.azwork-pc-price-bg-text {
  position: absolute;

  top: 18px;
  left: 20px;

  color: rgba(7, 92, 255, 0.07);

  font-size: 150px;
  font-weight: 900;

  line-height: 1;

  letter-spacing: -0.08em;

  pointer-events: none;
}


/* 画像 */

.azwork-pc-price-image {
  position: relative;
  z-index: 3;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 100%;
}


.azwork-pc-price-image img {
  display: block;

  width: 100%;
  max-width: 430px;
  max-height: 360px;

  object-fit: contain;
}


/* DIGITAL WORKS AZ */

.azwork-pc-price-visual-label {
  position: absolute;
  z-index: 5;

  right: 20px;
  bottom: 20px;

  display: flex;

  flex-direction: column;

  padding: 10px 14px;

  border: 1px solid rgba(7, 92, 255, 0.12);

  border-radius: 7px;

  background: rgba(255, 255, 255, 0.93);

  box-shadow:
    0 8px 20px
    rgba(3, 27, 65, 0.07);
}


.azwork-pc-price-visual-label span {
  margin-bottom: 2px;

  color: #8497ab;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.14em;
}


.azwork-pc-price-visual-label strong {
  color: #075cff;

  font-size: 11px;
  font-weight: 900;

  letter-spacing: 0.1em;
}


/* DOTS */

.azwork-pc-price-dots {
  position: absolute;

  right: 20px;
  top: 20px;

  width: 110px;
  height: 90px;

  opacity: 0.12;

  background-image:
    radial-gradient(
      #075cff 1.5px,
      transparent 1.5px
    );

  background-size:
    13px 13px;

  pointer-events: none;
}


/* ==========================================================
   PRICE CONTENT
========================================================== */

.azwork-pc-price-content {
  display: grid;

  grid-template-rows:
    repeat(2, minmax(0, 1fr));

  gap: 17px;
}


/* ==========================================================
   PRICE CARD
========================================================== */

.azwork-pc-price-card {
  display: flex;

  flex-direction: column;

  justify-content: space-between;

  min-width: 0;

  padding: 27px 28px;

  border: 1px solid #dce6f0;

  border-radius: 15px;

  background: #ffffff;

  box-shadow:
    0 10px 30px
    rgba(3, 27, 65, 0.06);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}


.azwork-pc-price-card:hover {
  transform: translateY(-3px);

  box-shadow:
    0 15px 36px
    rgba(3, 27, 65, 0.1);
}


/* HEAD */

.azwork-pc-price-card-head {
  display: flex;

  align-items: center;

  gap: 16px;
}


.azwork-pc-price-number {
  display: flex;

  flex: 0 0 auto;

  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  border-radius: 50%;

  color: #075cff;

  background: #edf5ff;

  font-size: 12px;
  font-weight: 900;
}


.azwork-pc-price-en {
  display: block;

  margin-bottom: 2px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.16em;
}


.azwork-pc-price-card h3 {
  margin: 0 !important;

  color: #07172f !important;

  font-size: 21px;
  font-weight: 900;

  line-height: 1.5;
}


/* DESCRIPTION */

.azwork-pc-price-description {
  margin: 17px 0 !important;

  color: #65768a;

  font-size: 10px;

  line-height: 1.85;
}


/* PRICE */

.azwork-pc-price-bottom {
  display: flex;

  align-items: flex-end;
  justify-content: space-between;

  gap: 15px;

  padding-top: 16px;

  border-top: 1px solid #e5edf5;
}


.azwork-pc-price-bottom > span {
  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


.azwork-pc-price-bottom p {
  display: flex;

  align-items: baseline;

  margin: 0 !important;
}


.azwork-pc-price-bottom strong {
  color: #075cff;

  font-size: 34px;
  font-weight: 900;

  line-height: 1;
}


.azwork-pc-price-bottom small {
  margin-left: 4px;

  color: #52657a;

  font-size: 10px;
  font-weight: 800;
}


/* ==========================================================
   AVAILABLE WORK
========================================================== */

.azwork-pc-work {
  width: min(950px, 100%);

  margin: 40px auto 0;
}


.azwork-pc-work-heading {
  margin-bottom: 18px;

  text-align: center;
}


.azwork-pc-work-heading span {
  display: block;

  margin-bottom: 5px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.18em;
}


.azwork-pc-work-heading h3 {
  margin: 0 !important;

  color: #07172f !important;

  font-size: 17px;
  font-weight: 900;
}


/* GRID */

.azwork-pc-work-grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 10px;
}


/* ITEM */

.azwork-pc-work-item {
  padding: 20px 15px;

  border: 1px solid #dce7f3;

  border-radius: 10px;

  background: #f8fbff;

  text-align: center;
}


.azwork-pc-work-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  margin: 0 auto 11px;

  border-radius: 50%;

  color: #075cff;

  background: #ffffff;

  box-shadow:
    0 5px 15px
    rgba(3, 27, 65, 0.06);

  font-size: 10px;
  font-weight: 900;
}


.azwork-pc-work-item strong {
  display: block;

  margin-bottom: 6px;

  color: #07172f;

  font-size: 11px;
  font-weight: 900;
}


.azwork-pc-work-item p {
  margin: 0 !important;

  color: #75869a;

  font-size: 9px;

  line-height: 1.65;
}


/* ==========================================================
   PARTS NOTE
========================================================== */

.azwork-pc-parts-note {
  display: grid;

  grid-template-columns:
    48px minmax(0, 1fr);

  gap: 18px;

  align-items: start;

  width: min(850px, 100%);

  margin: 25px auto 0;

  padding: 21px 23px;

  border: 1px solid #dfe7ad;

  border-radius: 10px;

  background: #fbfdec;
}


.azwork-pc-parts-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;

  border-radius: 50%;

  color: #596600;

  background: #edf4b9;

  font-size: 16px;
  font-weight: 900;
}


.azwork-pc-parts-copy > span {
  display: block;

  margin-bottom: 4px;

  color: #7d8b18;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.16em;
}


.azwork-pc-parts-copy h3 {
  margin: 0 0 6px !important;

  color: #07172f !important;

  font-size: 13px;
  font-weight: 900;
}


.azwork-pc-parts-copy p {
  margin: 0 !important;

  color: #65768a;

  font-size: 10px;

  line-height: 1.8;
}


/* ==========================================================
   CTA
========================================================== */

.azwork-pc-price-cta {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 25px;

  width: min(850px, 100%);

  margin: 27px auto 0;

  padding-top: 25px;

  border-top: 1px solid #e2eaf2;
}


.azwork-pc-price-cta > div > span {
  display: block;

  margin-bottom: 4px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


.azwork-pc-price-cta p {
  margin: 0 !important;

  color: #52657a;

  font-size: 11px;
  font-weight: 700;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 950px) {

  .azwork-pc-price-layout {
    grid-template-columns:
      minmax(0, 0.85fr)
      minmax(0, 1.15fr);

    gap: 20px;
  }


  .azwork-pc-price-visual {
    min-height: 430px;

    padding: 25px;
  }


  .azwork-pc-price-card {
    padding: 23px 21px;
  }


  .azwork-pc-work-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azwork-pc-price::before {
    display: none;
  }


  /* MAIN */

  .azwork-pc-price-layout {
    grid-template-columns: 1fr;

    gap: 17px;

    margin-top: 30px;
  }


  /* VISUAL */

  .azwork-pc-price-visual {
    min-height: 280px;

    padding: 20px;

    border-radius: 13px;
  }


  .azwork-pc-price-bg-text {
    top: 10px;
    left: 12px;

    font-size: 95px;
  }


  .azwork-pc-price-image img {
    max-height: 235px;
  }


  .azwork-pc-price-dots {
    display: none;
  }


  .azwork-pc-price-visual-label {
    right: 12px;
    bottom: 12px;
  }


  /* PRICE CARDS */

  .azwork-pc-price-content {
    gap: 12px;
  }


  .azwork-pc-price-card {
    padding: 21px 18px;

    border-radius: 12px;
  }


  .azwork-pc-price-number {
    width: 42px;
    height: 42px;
  }


  .azwork-pc-price-card h3 {
    font-size: 19px;
  }


  .azwork-pc-price-bottom strong {
    font-size: 30px;
  }


  /* WORK */

  .azwork-pc-work {
    margin-top: 30px;
  }


  .azwork-pc-work-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 8px;
  }


  .azwork-pc-work-item {
    padding: 17px 10px;
  }


  /* PARTS */

  .azwork-pc-parts-note {
    grid-template-columns:
      38px minmax(0, 1fr);

    gap: 13px;

    padding: 18px 16px;
  }


  .azwork-pc-parts-icon {
    width: 36px;
    height: 36px;
  }


  /* CTA */

  .azwork-pc-price-cta {
    flex-direction: column;

    align-items: stretch;

    gap: 14px;

    text-align: center;
  }


  .azwork-pc-price-cta
  .azpage-button {
    width: 100%;
  }

}
/* ==========================================================
   DIGITAL WORKS AZ
   WORK CONTACT
   WHY AZ
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azwork-why {
  position: relative;

  overflow: hidden;
}


.azwork-why::before {
  position: absolute;

  top: 170px;
  left: -120px;

  width: 300px;
  height: 300px;

  opacity: 0.07;

  border: 1px solid #075cff;
  border-radius: 50%;

  content: "";

  pointer-events: none;
}


/* ==========================================================
   GRID
========================================================== */

.azwork-why-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 18px;

  width: min(1050px, 100%);

  margin: 45px auto 0;
}


/* ==========================================================
   CARD
========================================================== */

.azwork-why-card {
  position: relative;

  min-width: 0;

  padding:
    30px 25px 27px;

  overflow: hidden;

  border: 1px solid #dce6f0;
  border-radius: 14px;

  background: #ffffff;

  box-shadow:
    0 10px 30px
    rgba(3, 27, 65, 0.055);
}


.azwork-why-card::before {
  position: absolute;

  top: 0;
  left: 0;

  width: 70px;
  height: 4px;

  background: #075cff;

  content: "";
}


.azwork-why-card:nth-child(2)::before {
  background: #00b8df;
}


.azwork-why-card:nth-child(3)::before {
  background: #ccec00;
}


/* ==========================================================
   NUMBER
========================================================== */

.azwork-why-number {
  position: absolute;

  top: 18px;
  right: 20px;

  color: #e3ebf4;

  font-size: 35px;
  font-weight: 900;

  line-height: 1;
}


/* ==========================================================
   ICON
========================================================== */

.azwork-why-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;

  margin-bottom: 18px;

  border-radius: 12px;

  color: #075cff;

  background: #edf5ff;

  font-size: 17px;
  font-weight: 900;
}


.azwork-why-card:nth-child(2)
.azwork-why-icon {
  color: #007f9c;

  background: #e9faff;
}


.azwork-why-card:nth-child(3)
.azwork-why-icon {
  color: #475500;

  background: #f4f9d9;
}


/* ==========================================================
   TEXT
========================================================== */

.azwork-why-en {
  display: block;

  margin-bottom: 6px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


.azwork-why-card h3 {
  margin:
    0 0 12px !important;

  color: #07172f !important;

  font-size: 19px;
  font-weight: 900;

  line-height: 1.5;
}


.azwork-why-card p {
  margin: 0 !important;

  color: #65768a;

  font-size: 10px;

  line-height: 1.9;
}


/* ==========================================================
   SUPPORT
========================================================== */

.azwork-why-support {
  width: min(950px, 100%);

  margin: 40px auto 0;

  padding:
    30px 30px 28px;

  border: 1px solid #dce7f3;
  border-radius: 13px;

  background: #ffffff;
}


.azwork-why-support-head {
  margin-bottom: 25px;

  text-align: center;
}


.azwork-why-support-head span {
  display: block;

  margin-bottom: 5px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.18em;
}


.azwork-why-support-head h3 {
  margin: 0 !important;

  color: #07172f !important;

  font-size: 18px;
  font-weight: 900;

  line-height: 1.6;
}


/* ==========================================================
   SUPPORT FLOW
========================================================== */

.azwork-why-support-flow {
  display: grid;

  grid-template-columns:
    1fr 35px
    1fr 35px
    1fr;

  align-items: center;

  gap: 10px;
}


.azwork-why-support-item {
  min-width: 0;

  padding: 18px 15px;

  border-radius: 9px;

  background: #f7faff;

  text-align: center;
}


.azwork-why-support-num {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 35px;
  height: 35px;

  margin-bottom: 10px;

  border-radius: 50%;

  color: #ffffff;

  background: #075cff;

  font-size: 9px;
  font-weight: 900;
}


.azwork-why-support-item strong {
  display: block;

  margin-bottom: 5px;

  color: #07172f;

  font-size: 11px;
  font-weight: 900;
}


.azwork-why-support-item p {
  margin: 0 !important;

  color: #75869a;

  font-size: 9px;

  line-height: 1.7;
}


.azwork-why-support-arrow {
  color: #075cff;

  font-size: 23px;
  font-weight: 900;

  text-align: center;
}


/* ==========================================================
   MESSAGE
========================================================== */

.azwork-why-message {
  display: grid;

  grid-template-columns:
    150px minmax(0, 1fr);

  align-items: center;

  gap: 30px;

  width: min(850px, 100%);

  margin: 28px auto 0;

  padding:
    27px 30px;

  overflow: hidden;

  border: 1px solid #dbe7ad;
  border-radius: 12px;

  background:
    linear-gradient(
      120deg,
      #fbfdec,
      #ffffff
    );
}


.azwork-why-message-label {
  display: flex;

  align-items: center;
  justify-content: center;

  min-height: 75px;

  border-radius: 9px;

  color: #344000;

  background: #ccec00;

  font-size: 9px;
  font-weight: 900;

  letter-spacing: 0.14em;

  text-align: center;
}


.azwork-why-message-copy h3 {
  margin:
    0 0 8px !important;

  color: #07172f !important;

  font-size: 18px;
  font-weight: 900;

  line-height: 1.6;
}


.azwork-why-message-copy p {
  margin: 0 !important;

  color: #65768a;

  font-size: 10px;

  line-height: 1.9;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 900px) {

  .azwork-why-grid {
    gap: 13px;
  }


  .azwork-why-card {
    padding:
      26px 20px;
  }


  .azwork-why-support {
    padding:
      25px 20px;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azwork-why::before {
    display: none;
  }


  .azwork-why-grid {
    grid-template-columns: 1fr;

    gap: 13px;

    margin-top: 30px;
  }


  .azwork-why-card {
    padding:
      24px 19px;

    border-radius: 11px;
  }


  /* SUPPORT */

  .azwork-why-support {
    margin-top: 28px;

    padding:
      22px 17px;
  }


  .azwork-why-support-head h3 {
    font-size: 16px;
  }


  .azwork-why-support-flow {
    grid-template-columns: 1fr;

    gap: 8px;
  }


  .azwork-why-support-arrow {
    transform:
      rotate(90deg);

    font-size: 19px;
  }


  /* MESSAGE */

  .azwork-why-message {
    grid-template-columns: 1fr;

    gap: 15px;

    padding:
      21px 18px;
  }


  .azwork-why-message-label {
    min-height: 45px;

    width: 120px;
  }


  .azwork-why-message-copy h3 {
    font-size: 16px;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   WORK CONTACT
   REQUEST FLOW
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azwork-flow {
  position: relative;

  overflow: hidden;

  background: #ffffff;
}


/* 背景の薄い装飾 */

.azwork-flow::before {
  position: absolute;

  top: 150px;
  right: -140px;

  width: 330px;
  height: 330px;

  border:
    1px solid rgba(7, 92, 255, 0.07);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}


/* ==========================================================
   FLOW LIST
========================================================== */

.azwork-flow-list {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr) 26px
    minmax(0, 1fr) 26px
    minmax(0, 1fr) 26px
    minmax(0, 1fr) 26px
    minmax(0, 1fr);

  align-items: center;

  gap: 8px;

  width: min(1120px, 100%);

  margin: 48px auto 0;
}


/* ==========================================================
   FLOW ITEM
========================================================== */

.azwork-flow-item {
  position: relative;

  min-width: 0;
  min-height: 275px;

  padding:
    25px 17px 21px;

  overflow: hidden;

  border:
    1px solid #dce7f3;

  border-radius: 13px;

  background:
    linear-gradient(
      180deg,
      #ffffff,
      #f8fbff
    );

  box-shadow:
    0 9px 25px
    rgba(3, 27, 65, 0.05);

  text-align: center;
}


/* 上部アクセント */

.azwork-flow-item::before {
  position: absolute;

  top: 0;
  right: 0;
  left: 0;

  height: 3px;

  background: #075cff;

  content: "";
}


/* 最後だけライム */

.azwork-flow-item:last-child::before {
  background: #ccec00;
}


/* ==========================================================
   STEP NUMBER
========================================================== */

.azwork-flow-number {
  position: absolute;

  top: 12px;
  right: 13px;

  display: flex;

  flex-direction: column;

  align-items: flex-end;
}


.azwork-flow-number span {
  color: #a2afbd;

  font-size: 6px;
  font-weight: 900;

  letter-spacing: 0.13em;
}


.azwork-flow-number strong {
  color: #e1eaf3;

  font-size: 28px;
  font-weight: 900;

  line-height: 1;
}


/* ==========================================================
   ICON
========================================================== */

.azwork-flow-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 53px;
  height: 53px;

  margin:
    18px auto 17px;

  border-radius: 50%;

  color: #075cff;

  background: #edf5ff;

  font-size: 13px;
  font-weight: 900;
}


.azwork-flow-item:last-child
.azwork-flow-icon {
  color: #435000;

  background: #f0f7c7;
}


/* ==========================================================
   TEXT
========================================================== */

.azwork-flow-en {
  display: block;

  margin-bottom: 5px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.15em;
}


.azwork-flow-item h3 {
  margin:
    0 0 10px !important;

  color: #07172f !important;

  font-size: 16px;
  font-weight: 900;

  line-height: 1.5;
}


.azwork-flow-item p {
  margin: 0 !important;

  color: #6b7c8f;

  font-size: 9px;

  line-height: 1.8;
}


/* ==========================================================
   ARROWS
========================================================== */

.azwork-flow-arrow {
  position: relative;
  z-index: 2;

  color: #075cff;

  font-size: 21px;
  font-weight: 900;

  text-align: center;
}


/* ==========================================================
   FIRST CONTACT
========================================================== */

.azwork-flow-contact {
  display: grid;

  grid-template-columns:
    55px minmax(0, 1fr) auto;

  align-items: center;

  gap: 20px;

  width: min(930px, 100%);

  margin: 35px auto 0;

  padding:
    22px 24px;

  border:
    1px solid #dce7f3;

  border-radius: 11px;

  background:
    linear-gradient(
      100deg,
      #f4f8ff,
      #ffffff 65%
    );
}


/* ICON */

.azwork-flow-contact-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 50px;
  height: 50px;

  border-radius: 50%;

  color: #ffffff;

  background: #075cff;

  font-size: 19px;
  font-weight: 900;
}


/* COPY */

.azwork-flow-contact-copy {
  min-width: 0;
}


.azwork-flow-contact-copy > span {
  display: block;

  margin-bottom: 3px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


.azwork-flow-contact-copy h3 {
  margin:
    0 0 5px !important;

  color: #07172f !important;

  font-size: 14px;
  font-weight: 900;

  line-height: 1.6;
}


.azwork-flow-contact-copy p {
  margin: 0 !important;

  color: #6b7c8f;

  font-size: 9px;

  line-height: 1.75;
}


/* ボタンのはみ出し防止 */

.azwork-flow-contact
.azpage-button {
  flex: 0 0 auto;

  max-width: 100%;

  white-space: nowrap;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 1000px) {

  .azwork-flow-list {
    grid-template-columns:
      repeat(5, minmax(0, 1fr));

    gap: 10px;
  }


  /* PC/タブレットでは矢印を非表示 */

  .azwork-flow-arrow {
    display: none;
  }


  .azwork-flow-item {
    min-height: 285px;

    padding:
      24px 14px 20px;
  }


  .azwork-flow-contact {
    grid-template-columns:
      50px minmax(0, 1fr);

    gap: 16px;
  }


  .azwork-flow-contact
  .azpage-button {
    grid-column:
      1 / -1;

    justify-self: center;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azwork-flow::before {
    display: none;
  }


  /* FLOW */

  .azwork-flow-list {
    display: flex;

    flex-direction: column;

    gap: 0;

    width: 100%;

    margin-top: 30px;
  }


  .azwork-flow-item {
    width: 100%;

    min-height: 0;

    padding:
      21px 18px;

    border-radius: 11px;

    text-align: left;
  }


  /* アイコン */

  .azwork-flow-icon {
    margin:
      7px 0 14px;
  }


  /* 矢印 */

  .azwork-flow-arrow {
    display: block;

    height: 34px;

    font-size: 20px;
    line-height: 34px;

    transform:
      rotate(90deg);
  }


  /* NUMBER */

  .azwork-flow-number {
    top: 15px;
    right: 16px;
  }


  .azwork-flow-number strong {
    font-size: 31px;
  }


  /* TEXT */

  .azwork-flow-item h3 {
    font-size: 17px;
  }


  .azwork-flow-item p {
    max-width: 90%;

    font-size: 10px;
  }


  /* FIRST CONTACT */

  .azwork-flow-contact {
    grid-template-columns:
      42px minmax(0, 1fr);

    gap: 13px;

    margin-top: 28px;

    padding:
      19px 16px;
  }


  .azwork-flow-contact-icon {
    width: 40px;
    height: 40px;

    font-size: 15px;
  }


  .azwork-flow-contact-copy h3 {
    font-size: 13px;
  }


  .azwork-flow-contact
  .azpage-button {
    grid-column:
      1 / -1;

    width: 100%;

    white-space: normal;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   WORK CONTACT
   IMPORTANT INFORMATION
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azwork-important {
  position: relative;

  overflow: hidden;
}


/* 背景装飾 */

.azwork-important::before {
  position: absolute;

  top: 180px;
  left: -130px;

  width: 300px;
  height: 300px;

  border:
    1px solid rgba(7, 92, 255, 0.07);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}


/* ==========================================================
   GRID
========================================================== */

.azwork-important-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 15px;

  width: min(1000px, 100%);

  margin: 45px auto 0;
}


/* ==========================================================
   CARD
========================================================== */

.azwork-important-card {
  position: relative;

  min-width: 0;

  padding:
    25px 25px 24px;

  overflow: hidden;

  border:
    1px solid #dce6f0;

  border-radius: 12px;

  background: #ffffff;

  box-shadow:
    0 8px 25px
    rgba(3, 27, 65, 0.045);
}


/* 左上アクセント */

.azwork-important-card::before {
  position: absolute;

  top: 0;
  left: 0;

  width: 4px;
  height: 100%;

  background: #075cff;

  content: "";
}


/* ==========================================================
   HEAD
========================================================== */

.azwork-important-head {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 15px;

  margin-bottom: 17px;
}


/* NUMBER */

.azwork-important-number {
  color: #dce6f0;

  font-size: 31px;
  font-weight: 900;

  line-height: 1;
}


/* ICON */

.azwork-important-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  border-radius: 50%;

  color: #075cff;

  background: #edf5ff;

  font-size: 14px;
  font-weight: 900;
}


/* ==========================================================
   TEXT
========================================================== */

.azwork-important-en {
  display: block;

  margin-bottom: 5px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


.azwork-important-card h3 {
  margin:
    0 0 10px !important;

  color: #07172f !important;

  font-size: 17px;
  font-weight: 900;

  line-height: 1.5;
}


.azwork-important-card p {
  margin: 0 !important;

  color: #65768a;

  font-size: 10px;

  line-height: 1.9;
}


/* ==========================================================
   CHECK BOX
========================================================== */

.azwork-important-check {
  display: grid;

  grid-template-columns:
    55px minmax(0, 1fr);

  align-items: start;

  gap: 20px;

  width: min(900px, 100%);

  margin: 28px auto 0;

  padding:
    24px 26px;

  border:
    1px solid #dce5a4;

  border-radius: 11px;

  background:
    linear-gradient(
      110deg,
      #fbfdec,
      #ffffff
    );
}


/* CHECK MARK */

.azwork-important-check-mark {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 50px;
  height: 50px;

  border-radius: 50%;

  color: #344000;

  background: #ccec00;

  font-size: 17px;
  font-weight: 900;
}


/* COPY */

.azwork-important-check-copy > span {
  display: block;

  margin-bottom: 4px;

  color: #758300;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


.azwork-important-check-copy h3 {
  margin:
    0 0 7px !important;

  color: #07172f !important;

  font-size: 15px;
  font-weight: 900;

  line-height: 1.6;
}


.azwork-important-check-copy p {
  margin: 0 !important;

  color: #65768a;

  font-size: 10px;

  line-height: 1.85;
}


/* ==========================================================
   BOTTOM MESSAGE
========================================================== */

.azwork-important-message {
  display: flex;

  align-items: center;

  gap: 20px;

  width: min(800px, 100%);

  margin: 18px auto 0;

  padding:
    16px 20px;

  border:
    1px solid #dce7f3;

  border-radius: 8px;

  background: #ffffff;
}


.azwork-important-message > span {
  flex: 0 0 auto;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.16em;
}


.azwork-important-message p {
  flex: 1;

  margin: 0 !important;

  color: #65768a;

  font-size: 9px;

  line-height: 1.7;
}


.azwork-important-message a {
  flex: 0 0 auto;

  color: #075cff !important;

  text-decoration: none !important;

  font-size: 9px;
  font-weight: 900;

  white-space: nowrap;
}


.azwork-important-message a span {
  margin-left: 5px;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 900px) {

  .azwork-important-grid {
    gap: 12px;
  }


  .azwork-important-card {
    padding:
      22px 20px;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azwork-important::before {
    display: none;
  }


  /* GRID */

  .azwork-important-grid {
    grid-template-columns: 1fr;

    gap: 10px;

    margin-top: 30px;
  }


  .azwork-important-card {
    padding:
      21px 18px 20px;

    border-radius: 10px;
  }


  .azwork-important-card h3 {
    font-size: 16px;
  }


  /* CHECK */

  .azwork-important-check {
    grid-template-columns:
      42px minmax(0, 1fr);

    gap: 13px;

    margin-top: 20px;

    padding:
      18px 16px;
  }


  .azwork-important-check-mark {
    width: 40px;
    height: 40px;

    font-size: 14px;
  }


  .azwork-important-check-copy h3 {
    font-size: 14px;
  }


  /* BOTTOM MESSAGE */

  .azwork-important-message {
    flex-direction: column;

    align-items: flex-start;

    gap: 8px;

    padding:
      16px 17px;
  }


  .azwork-important-message a {
    white-space: normal;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   WORK CONTACT
   REQUEST FORM
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azwork-contact {
  position: relative;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #f3f8ff 0%,
      #ffffff 55%,
      #f8fbe9 100%
    );
}


/* 背景装飾 */

.azwork-contact::before {
  position: absolute;

  top: -180px;
  right: -150px;

  width: 430px;
  height: 430px;

  border:
    1px solid rgba(7, 92, 255, 0.08);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}


/* ==========================================================
   LAYOUT
========================================================== */

.azwork-contact-layout {
  display: grid;

  grid-template-columns:
    minmax(0, 0.8fr)
    minmax(0, 1.2fr);

  gap: 35px;

  align-items: stretch;

  width: min(1050px, 100%);

  margin: 48px auto 0;
}


/* ==========================================================
   LEFT
========================================================== */

.azwork-contact-info {
  position: relative;

  min-width: 0;

  padding:
    35px 32px;

  overflow: hidden;

  border-radius: 17px;

  color: #ffffff;

  background:
    linear-gradient(
      145deg,
      #07172f,
      #0b326b
    );

  box-shadow:
    0 18px 45px
    rgba(3, 27, 65, 0.13);
}


/* 背景装飾 */

.azwork-contact-info::before {
  position: absolute;

  right: -80px;
  bottom: -100px;

  width: 260px;
  height: 260px;

  border:
    1px solid rgba(255, 255, 255, 0.1);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}


/* 英字 */

.azwork-contact-info-en {
  position: relative;
  z-index: 2;

  display: block;

  margin-bottom: 15px;

  color: #ccec00;

  font-size: 8px;
  font-weight: 900;

  letter-spacing: 0.2em;
}


/* 見出し */

.azwork-contact-info h3 {
  position: relative;
  z-index: 2;

  margin:
    0 0 17px !important;

  color: #ffffff !important;

  font-size:
    clamp(25px, 3vw, 34px);

  font-weight: 900;

  line-height: 1.5;
}


.azwork-contact-info h3 span {
  color: #ccec00;
}


/* 説明 */

.azwork-contact-info-text {
  position: relative;
  z-index: 2;

  margin:
    0 !important;

  color:
    rgba(255, 255, 255, 0.78);

  font-size: 11px;

  line-height: 1.9;
}


/* ==========================================================
   POINTS
========================================================== */

.azwork-contact-points {
  position: relative;
  z-index: 2;

  display: flex;

  flex-direction: column;

  gap: 10px;

  margin-top: 28px;
}


.azwork-contact-point {
  display: grid;

  grid-template-columns:
    39px minmax(0, 1fr);

  align-items: start;

  gap: 12px;

  padding:
    13px 14px;

  border:
    1px solid rgba(255, 255, 255, 0.1);

  border-radius: 8px;

  background:
    rgba(255, 255, 255, 0.055);
}


/* NUMBER */

.azwork-contact-point-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 36px;
  height: 36px;

  border-radius: 50%;

  color: #07172f;

  background: #ccec00;

  font-size: 8px;
  font-weight: 900;
}


.azwork-contact-point strong {
  display: block;

  margin-bottom: 3px;

  color: #ffffff;

  font-size: 10px;
  font-weight: 900;
}


.azwork-contact-point p {
  margin:
    0 !important;

  color:
    rgba(255, 255, 255, 0.66);

  font-size: 8px;

  line-height: 1.7;
}


/* ==========================================================
   SMALL MESSAGE
========================================================== */

.azwork-contact-small {
  position: relative;
  z-index: 2;

  margin-top: 25px;

  padding-top: 20px;

  border-top:
    1px solid rgba(255, 255, 255, 0.13);
}


.azwork-contact-small span {
  display: block;

  margin-bottom: 5px;

  color: #ccec00;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


.azwork-contact-small p {
  margin:
    0 !important;

  color:
    rgba(255, 255, 255, 0.72);

  font-size: 9px;

  line-height: 1.75;
}


/* ==========================================================
   FORM AREA
========================================================== */

.azwork-contact-form-area {
  min-width: 0;

  padding:
    32px 32px 28px;

  border:
    1px solid #dce7f3;

  border-radius: 17px;

  background: #ffffff;

  box-shadow:
    0 18px 45px
    rgba(3, 27, 65, 0.07);
}


/* ==========================================================
   FORM HEAD
========================================================== */

.azwork-contact-form-head {
  margin-bottom: 25px;

  padding-bottom: 20px;

  border-bottom:
    1px solid #e5edf5;
}


.azwork-contact-form-head > span {
  display: block;

  margin-bottom: 4px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.18em;
}


.azwork-contact-form-head h3 {
  margin:
    0 0 6px !important;

  color: #07172f !important;

  font-size: 20px;
  font-weight: 900;

  line-height: 1.5;
}


.azwork-contact-form-head p {
  margin:
    0 !important;

  color: #75869a;

  font-size: 9px;

  line-height: 1.7;
}


/* ==========================================================
   FORM
========================================================== */

.azwork-contact-form {
  width: 100%;
  min-width: 0;
}


/* WordPressがpタグを自動挿入しても崩れにくくする */

.azwork-contact-form p {
  margin:
    0 0 18px !important;
}


/* LABEL */

.azwork-contact-form label {
  display: block;

  margin-bottom: 6px;

  color: #07172f;

  font-size: 10px;
  font-weight: 900;
}


/* INPUT */

.azwork-contact-form input[type="text"],
.azwork-contact-form input[type="email"],
.azwork-contact-form input[type="tel"],
.azwork-contact-form input[type="url"],
.azwork-contact-form input[type="number"],
.azwork-contact-form select,
.azwork-contact-form textarea {
  box-sizing: border-box;

  display: block;

  width: 100%;
  max-width: 100%;

  padding:
    12px 13px;

  border:
    1px solid #cfdae6;

  border-radius: 7px;

  outline: none;

  color: #07172f;

  background: #f9fbfd;

  font-size: 14px;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}


/* FOCUS */

.azwork-contact-form input:focus,
.azwork-contact-form select:focus,
.azwork-contact-form textarea:focus {
  border-color: #075cff;

  background: #ffffff;

  box-shadow:
    0 0 0 3px
    rgba(7, 92, 255, 0.08);
}


/* TEXTAREA */

.azwork-contact-form textarea {
  min-height: 170px;

  resize: vertical;
}


/* ==========================================================
   SUBMIT
========================================================== */

.azwork-contact-form input[type="submit"],
.azwork-contact-form button[type="submit"] {
  box-sizing: border-box;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 55px;

  margin-top: 8px;

  padding:
    12px 20px;

  border:
    1px solid #075cff;

  border-radius: 7px;

  cursor: pointer;

  color: #ffffff;

  background: #075cff;

  box-shadow:
    0 8px 20px
    rgba(7, 92, 255, 0.18);

  font-size: 11px;
  font-weight: 900;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}


.azwork-contact-form input[type="submit"]:hover,
.azwork-contact-form button[type="submit"]:hover {
  background: #004ee0;

  transform:
    translateY(-2px);

  box-shadow:
    0 12px 26px
    rgba(7, 92, 255, 0.25);
}


/* ==========================================================
   FORM NOTE
========================================================== */

.azwork-contact-form-note {
  display: flex;

  align-items: center;

  gap: 9px;

  margin-top: 17px;

  padding:
    11px 13px;

  border-radius: 6px;

  background: #f3f7fb;
}


.azwork-contact-form-note > span {
  display: flex;

  flex: 0 0 auto;

  align-items: center;
  justify-content: center;

  width: 22px;
  height: 22px;

  border-radius: 50%;

  color: #075cff;

  background: #ffffff;

  font-size: 9px;
  font-weight: 900;
}


.azwork-contact-form-note p {
  margin:
    0 !important;

  color: #718296;

  font-size: 8px;

  line-height: 1.6;
}


/* ==========================================================
   CONTACT FORM 7
========================================================== */

.azwork-contact-form .wpcf7 {
  width: 100%;
}


.azwork-contact-form .wpcf7-form-control-wrap {
  display: block;

  width: 100%;
}


.azwork-contact-form .wpcf7-not-valid-tip {
  margin-top: 5px;

  font-size: 9px;
}


.azwork-contact-form .wpcf7-response-output {
  margin:
    20px 0 0 !important;

  padding:
    12px 14px !important;

  border-radius: 6px;

  font-size: 10px;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 900px) {

  .azwork-contact-layout {
    grid-template-columns:
      minmax(0, 0.85fr)
      minmax(0, 1.15fr);

    gap: 20px;
  }


  .azwork-contact-info {
    padding:
      28px 23px;
  }


  .azwork-contact-form-area {
    padding:
      28px 23px;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azwork-contact::before {
    display: none;
  }


  .azwork-contact-layout {
    grid-template-columns: 1fr;

    gap: 16px;

    margin-top: 30px;
  }


  /* INFO */

  .azwork-contact-info {
    padding:
      25px 19px;

    border-radius: 12px;
  }


  .azwork-contact-info h3 {
    font-size: 25px;
  }


  .azwork-contact-point {
    grid-template-columns:
      37px minmax(0, 1fr);

    padding:
      12px;
  }


  /* FORM */

  .azwork-contact-form-area {
    padding:
      23px 17px;

    border-radius: 12px;
  }


  .azwork-contact-form-head h3 {
    font-size: 18px;
  }


  .azwork-contact-form input[type="text"],
  .azwork-contact-form input[type="email"],
  .azwork-contact-form input[type="tel"],
  .azwork-contact-form input[type="url"],
  .azwork-contact-form input[type="number"],
  .azwork-contact-form select,
  .azwork-contact-form textarea {
    font-size: 16px;
  }


  .azwork-contact-form textarea {
    min-height: 150px;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   WORK CONTACT
   FINAL CTA
========================================================== */

.azwork-final-cta {
  position: relative;
}


.azwork-final-cta
.azpage-bottom-cta-box {
  min-height: 260px;

  background:
    linear-gradient(
      115deg,
      #ffffff 0%,
      #f7fbff 65%,
      #fbfdec 100%
    );
}


.azwork-final-cta
.azpage-bottom-cta-copy h2 span {
  color: #075cff;
}


.azwork-final-cta
.azpage-bottom-cta-copy p {
  max-width: 650px;
}


/* ==========================================================
   POINTS
========================================================== */

.azwork-final-cta-points {
  display: flex;

  flex-wrap: wrap;

  gap: 7px;

  margin-top: 18px;
}


.azwork-final-cta-points span {
  display: inline-flex;

  align-items: center;

  min-height: 28px;

  padding:
    4px 10px;

  border:
    1px solid #d9e6f3;

  border-radius: 50px;

  color: #52657a;

  background: #ffffff;

  font-size: 8px;
  font-weight: 800;
}


/* ==========================================================
   IMAGE
========================================================== */

.azwork-final-cta-image {
  position: relative;
}


.azwork-final-cta-image::before {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 230px;
  height: 230px;

  border-radius: 50%;

  background:
    rgba(7, 92, 255, 0.06);

  content: "";

  transform:
    translate(-50%, -50%);

  pointer-events: none;
}


.azwork-final-cta-image img {
  position: relative;
  z-index: 2;
}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azwork-final-cta
  .azpage-bottom-cta-box {
    min-height: 0;
  }


  .azwork-final-cta-points {
    gap: 6px;
  }


  .azwork-final-cta-points span {
    font-size: 8px;
  }


  .azwork-final-cta-image::before {
    width: 180px;
    height: 180px;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   WORKCONTACT2
   FINAL ADJUSTMENTS
========================================================== */


/* ==========================================================
   01. ページ基本設定
========================================================== */

body.page .azpage-root,
body.page .azpage-root * {
  box-sizing: border-box;
}


.azpage-root {
  width: 100%;
  max-width: none;

  margin: 0;
  padding: 0;

  overflow: hidden;
}


/* ==========================================================
   02. Simplicity2 固定ページ標準要素を非表示
   workcontact2 のページ内だけに限定
========================================================== */

body.page .azpage-root ~ .sns-group,
body.page .azpage-root ~ .sns-buttons,
body.page .azpage-root ~ .footer-post-meta {
  display: none !important;
}


/* ==========================================================
   03. AZページ内の余計な余白対策
========================================================== */

.azpage-root section {
  box-sizing: border-box;

  width: 100%;
}


.azpage-root .azpage-inner {
  box-sizing: border-box;

  width: min(1180px, calc(100% - 40px));

  margin-right: auto;
  margin-left: auto;
}


/* ==========================================================
   04. WordPress自動pタグ対策
========================================================== */

.azpage-root > p:empty,
.azpage-root section > p:empty,
.azpage-root .azpage-inner > p:empty {
  display: none !important;

  margin: 0 !important;
  padding: 0 !important;
}


.azpage-root br + br {
  display: none;
}


/* ==========================================================
   05. 画像共通
========================================================== */

.azpage-root img {
  max-width: 100%;
  height: auto;

  vertical-align: bottom;
}


/* ==========================================================
   06. リンク
========================================================== */

.azpage-root a {
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}


/* ==========================================================
   07. ボタン共通
========================================================== */

.azpage-root .azpage-button {
  box-sizing: border-box;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 48px;

  padding:
    12px 22px;

  border-radius: 7px;

  text-decoration: none !important;

  font-size: 11px;
  font-weight: 900;

  line-height: 1.5;

  text-align: center;
}


.azpage-root .azpage-button-blue {
  border: 1px solid #075cff;

  color: #ffffff !important;

  background: #075cff;
}


.azpage-root .azpage-button-blue:hover {
  color: #ffffff !important;

  background: #004bd1;

  transform: translateY(-2px);

  box-shadow:
    0 10px 25px
    rgba(7, 92, 255, 0.22);
}


.azpage-root .azpage-button-lime {
  border: 1px solid #ccec00;

  color: #253000 !important;

  background: #ccec00;
}


.azpage-root .azpage-button-lime:hover {
  color: #253000 !important;

  background: #d9f42e;

  transform: translateY(-2px);
}


/* ==========================================================
   08. セクション間隔統一
========================================================== */

.azpage-root .azpage-section {
  padding:
    80px 0;
}


.azpage-root .azpage-section-light {
  background: #f7faff;
}


/* ==========================================================
   09. 共通見出し
========================================================== */

.azpage-root .azwork-section-en {
  display: block;

  margin-bottom: 8px;

  color: #075cff;

  font-size: 8px;
  font-weight: 900;

  letter-spacing: 0.2em;

  text-align: center;
}


.azpage-root .azpage-heading {
  text-align: center;
}


.azpage-root .azpage-heading h2 {
  margin:
    0 !important;

  padding: 0 !important;

  border: 0 !important;

  color: #07172f !important;

  background: none !important;

  font-size:
    clamp(25px, 3.3vw, 38px);

  font-weight: 900;

  line-height: 1.45;

  text-align: center;
}


.azpage-root .azpage-heading h2::before,
.azpage-root .azpage-heading h2::after {
  display: none !important;
}


/* ==========================================================
   10. セクション説明文
========================================================== */

.azpage-root .azpage-section-intro {
  max-width: 720px;

  margin:
    15px auto 0 !important;

  color: #65768a;

  font-size: 11px;

  line-height: 1.9;

  text-align: center;
}


/* ==========================================================
   11. 見出しへのSimplicity装飾を解除
========================================================== */

.azpage-root h2,
.azpage-root h3,
.azpage-root h4 {
  border: 0;

  background: none;
}


.azpage-root h2::before,
.azpage-root h2::after,
.azpage-root h3::before,
.azpage-root h3::after {
  content: none;
}


/* ==========================================================
   12. Contact Form 7 はみ出し防止
========================================================== */

#azwork-contact,
#azwork-contact * {
  box-sizing: border-box;
}


#azwork-contact input,
#azwork-contact textarea,
#azwork-contact select {
  max-width: 100%;
}


#azwork-contact textarea {
  width: 100%;
}


#azwork-contact .wpcf7-form-control-wrap {
  display: block;

  width: 100%;
}


#azwork-contact .wpcf7-form-control {
  max-width: 100%;
}


/* ==========================================================
   13. CF7 チェックボックス・ラジオボタン
========================================================== */

#azwork-contact
input[type="checkbox"],
#azwork-contact
input[type="radio"] {
  display: inline-block;

  width: auto;
  max-width: none;

  margin-right: 5px;
}


#azwork-contact
.wpcf7-list-item {
  margin:
    5px 15px 5px 0;
}


/* ==========================================================
   14. CF7 スピナー
========================================================== */

#azwork-contact
.wpcf7-spinner {
  vertical-align: middle;
}


/* ==========================================================
   15. アンカー位置調整
========================================================== */

#azwork-contact,
#azwork-video-price,
#azwork-pc-price,
#azwork-why,
#azwork-flow,
#azwork-important {
  scroll-margin-top: 100px;
}


/* ==========================================================
   16. FINAL CTA
========================================================== */

.azwork-final-cta {
  padding:
    70px 0 90px;
}


.azwork-final-cta
.azpage-bottom-cta-box {
  box-sizing: border-box;

  display: grid;

  grid-template-columns:
    minmax(0, 1.35fr)
    minmax(250px, 0.65fr);

  align-items: center;

  gap: 35px;

  width: 100%;

  padding:
    45px 50px;

  overflow: hidden;

  border:
    1px solid #dce7f3;

  border-radius: 18px;

  box-shadow:
    0 15px 40px
    rgba(3, 27, 65, 0.07);
}


.azwork-final-cta
.azpage-bottom-cta-copy {
  min-width: 0;
}


.azwork-final-cta
.azpage-en-title {
  display: block;

  margin-bottom: 9px;

  color: #075cff;

  font-size: 8px;
  font-weight: 900;

  letter-spacing: 0.19em;
}


.azwork-final-cta
.azpage-bottom-cta-copy h2 {
  margin:
    0 0 15px !important;

  color: #07172f !important;

  font-size:
    clamp(25px, 3vw, 37px);

  font-weight: 900;

  line-height: 1.45;
}


.azwork-final-cta
.azpage-bottom-cta-copy p {
  margin:
    0 !important;

  color: #65768a;

  font-size: 11px;

  line-height: 1.9;
}


.azwork-final-cta
.azpage-bottom-cta-buttons {
  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  margin-top: 22px;
}


.azwork-final-cta
.azpage-bottom-cta-image {
  min-width: 0;

  text-align: center;
}


.azwork-final-cta
.azpage-bottom-cta-image img {
  width: 100%;
  max-width: 300px;

  object-fit: contain;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 950px) {

  .azpage-root .azpage-section {
    padding:
      65px 0;
  }


  .azwork-final-cta
  .azpage-bottom-cta-box {
    grid-template-columns:
      minmax(0, 1fr)
      220px;

    gap: 25px;

    padding:
      35px 30px;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  /* ------------------------------------------
     基本横幅
  ------------------------------------------ */

  .azpage-root .azpage-inner {
    width:
      calc(100% - 30px);
  }


  /* ------------------------------------------
     セクション
  ------------------------------------------ */

  .azpage-root .azpage-section {
    padding:
      52px 0;
  }


  /* ------------------------------------------
     見出し
  ------------------------------------------ */

  .azpage-root .azpage-heading h2 {
    font-size:
      clamp(23px, 7vw, 30px);
  }


  .azpage-root .azpage-section-intro {
    margin-top:
      12px !important;

    font-size: 10px;

    line-height: 1.85;
  }


  /* PC用改行をスマホで自然に */

  .azpage-root
  .azpage-section-intro br {
    display: none;
  }


  /* ------------------------------------------
     ボタン
  ------------------------------------------ */

  .azpage-root .azpage-button {
    width: 100%;

    min-height: 50px;

    padding:
      12px 16px;

    white-space: normal;
  }


  /* ------------------------------------------
     Contact Form
  ------------------------------------------ */

  #azwork-contact
  input[type="text"],
  #azwork-contact
  input[type="email"],
  #azwork-contact
  input[type="tel"],
  #azwork-contact
  input[type="url"],
  #azwork-contact
  input[type="number"],
  #azwork-contact
  textarea,
  #azwork-contact
  select {
    width: 100%;

    font-size: 16px;
  }


  /* ------------------------------------------
     FINAL CTA
  ------------------------------------------ */

  .azwork-final-cta {
    padding:
      45px 0 60px;
  }


  .azwork-final-cta
  .azpage-bottom-cta-box {
    grid-template-columns: 1fr;

    gap: 25px;

    padding:
      28px 19px;

    border-radius: 13px;
  }


  .azwork-final-cta
  .azpage-bottom-cta-copy h2 {
    font-size: 25px;
  }


  .azwork-final-cta
  .azpage-bottom-cta-buttons {
    flex-direction: column;

    gap: 8px;
  }


  .azwork-final-cta
  .azpage-bottom-cta-image {
    order: -1;
  }


  .azwork-final-cta
  .azpage-bottom-cta-image img {
    max-width: 220px;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   FLOW PAGE
   HERO
========================================================== */


/* ==========================================================
   PAGE
========================================================== */

.azflow-page {
  overflow: hidden;
}


/* ==========================================================
   HERO
========================================================== */

.azflow-hero {
  position: relative;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f5f9ff 58%,
      #f9fce9 100%
    );
}


/* 右上装飾 */

.azflow-hero::before {
  position: absolute;

  top: -170px;
  right: -140px;

  width: 470px;
  height: 470px;

  border:
    1px solid rgba(7, 92, 255, 0.08);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}


/* 左下装飾 */

.azflow-hero::after {
  position: absolute;

  bottom: -160px;
  left: -150px;

  width: 330px;
  height: 330px;

  border-radius: 50%;

  background:
    rgba(204, 236, 0, 0.07);

  content: "";

  pointer-events: none;
}


/* ==========================================================
   COPY
========================================================== */

.azflow-hero-copy {
  position: relative;
  z-index: 5;
}


.azflow-hero-catch {
  margin:
    24px 0 20px !important;

  color: #07172f;

  font-size:
    clamp(27px, 3.5vw, 44px);

  font-weight: 900;

  line-height: 1.45;

  letter-spacing: 0.01em;
}


.azflow-hero-catch span {
  position: relative;

  display: inline-block;

  color: #075cff;
}


/* ライムの下線 */

.azflow-hero-catch span::after {
  position: absolute;
  z-index: -1;

  right: 0;
  bottom: 3px;
  left: 0;

  height: 8px;

  border-radius: 10px;

  background:
    rgba(204, 236, 0, 0.55);

  content: "";
}


/* ==========================================================
   BUTTONS
========================================================== */

.azflow-hero-buttons {
  display: flex;

  flex-wrap: wrap;

  gap: 11px;

  margin-top: 30px;
}


.azflow-hero-button {
  display: inline-flex;

  align-items: center;
  justify-content: space-between;

  gap: 20px;

  min-width: 210px;
  min-height: 52px;

  padding:
    10px 16px 10px 20px;

  border-radius: 7px;

  text-decoration: none !important;

  font-size: 11px;
  font-weight: 900;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}


/* 青 */

.azflow-hero-button-primary {
  border:
    1px solid #075cff;

  color: #ffffff !important;

  background: #075cff;

  box-shadow:
    0 8px 20px
    rgba(7, 92, 255, 0.18);
}


.azflow-hero-button-primary:hover {
  color: #ffffff !important;

  background: #004ee0;

  transform:
    translateY(-2px);

  box-shadow:
    0 12px 26px
    rgba(7, 92, 255, 0.24);
}


/* 白 */

.azflow-hero-button-outline {
  border:
    1px solid #b9cce2;

  color: #07172f !important;

  background:
    rgba(255, 255, 255, 0.92);
}


.azflow-hero-button-outline:hover {
  border-color: #075cff;

  color: #075cff !important;

  background: #ffffff;

  transform:
    translateY(-2px);
}


/* 矢印 */

.azflow-hero-button-arrow {
  display: flex;

  flex: 0 0 auto;

  align-items: center;
  justify-content: center;

  width: 27px;
  height: 27px;

  border-radius: 50%;

  font-size: 13px;
}


.azflow-hero-button-primary
.azflow-hero-button-arrow {
  color: #075cff;

  background: #ffffff;
}


.azflow-hero-button-outline
.azflow-hero-button-arrow {
  color: #075cff;

  background: #edf5ff;
}


/* ==========================================================
   VISUAL
========================================================== */

.azflow-hero-image {
  position: relative;
  z-index: 3;
}


.azflow-hero-visual {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 470px;

  padding: 35px;

  overflow: hidden;

  border:
    1px solid rgba(7, 92, 255, 0.13);

  border-radius: 24px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(235, 245, 255, 0.95)
    );

  box-shadow:
    0 25px 60px
    rgba(3, 27, 65, 0.08);
}


.azflow-hero-visual > img {
  position: relative;
  z-index: 3;

  display: block;

  width: 100%;
  max-width: 500px;
  max-height: 390px;

  object-fit: contain;
}


/* 背景英字 */

.azflow-hero-visual-label {
  position: absolute;

  top: 22px;
  left: 24px;

  color:
    rgba(7, 92, 255, 0.07);

  font-size:
    clamp(35px, 5vw, 68px);

  font-weight: 900;

  line-height: 1;

  letter-spacing: -0.04em;

  white-space: nowrap;
}


/* ==========================================================
   CHIPS
========================================================== */

.azflow-hero-chip {
  position: absolute;
  z-index: 5;

  display: flex;

  flex-direction: column;

  min-width: 110px;

  padding:
    11px 14px;

  border:
    1px solid rgba(7, 92, 255, 0.14);

  border-radius: 9px;

  background:
    rgba(255, 255, 255, 0.94);

  box-shadow:
    0 10px 25px
    rgba(3, 27, 65, 0.1);
}


.azflow-hero-chip small {
  margin-bottom: 2px;

  color: #8da0b5;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.13em;
}


.azflow-hero-chip strong {
  color: #075cff;

  font-size: 11px;
  font-weight: 900;
}


.azflow-hero-chip-visit {
  top: 80px;
  right: 15px;
}


.azflow-hero-chip-start {
  bottom: 65px;
  left: 10px;
}


/* ==========================================================
   DOTS
========================================================== */

.azflow-hero-dots {
  position: absolute;

  right: 25px;
  bottom: 20px;

  width: 125px;
  height: 90px;

  opacity: 0.14;

  background-image:
    radial-gradient(
      #075cff 1.5px,
      transparent 1.5px
    );

  background-size:
    14px 14px;

  pointer-events: none;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 1000px) {

  .azflow-hero-visual {
    min-height: 400px;

    padding: 25px;
  }


  .azflow-hero-button {
    min-width: 195px;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azflow-hero::before,
  .azflow-hero::after {
    display: none;
  }


  .azflow-hero-catch {
    margin:
      18px 0 15px !important;

    font-size: 27px;
  }


  .azflow-hero-catch br {
    display: none;
  }


  /* ボタン */

  .azflow-hero-buttons {
    flex-direction: column;

    width: 100%;

    margin-top: 23px;
  }


  .azflow-hero-button {
    width: 100%;

    min-width: 0;
    min-height: 52px;
  }


  /* ビジュアル */

  .azflow-hero-visual {
    min-height: 300px;

    padding:
      25px 18px;

    border-radius: 15px;
  }


  .azflow-hero-visual > img {
    max-height: 250px;
  }


  .azflow-hero-visual-label {
    top: 14px;
    left: 15px;

    font-size: 36px;
  }


  .azflow-hero-chip {
    min-width: 90px;

    padding:
      8px 10px;
  }


  .azflow-hero-chip-visit {
    top: 55px;
    right: 8px;
  }


  .azflow-hero-chip-start {
    bottom: 30px;
    left: 8px;
  }


  .azflow-hero-dots {
    display: none;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   FLOW PAGE
   FIRST STEP
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azflow-first {
  position: relative;

  overflow: hidden;
}


/* 背景装飾 */

.azflow-first::before {
  position: absolute;

  top: 170px;
  left: -130px;

  width: 310px;
  height: 310px;

  border:
    1px solid rgba(7, 92, 255, 0.07);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}


/* ==========================================================
   MAIN
========================================================== */

.azflow-first-main {
  display: grid;

  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(0, 1.1fr);

  align-items: stretch;

  gap: 25px;

  width: min(1000px, 100%);

  margin: 45px auto 0;
}


/* ==========================================================
   LEFT COPY
========================================================== */

.azflow-first-copy {
  min-width: 0;

  padding:
    35px 30px;

  border-radius: 15px;

  background:
    linear-gradient(
      145deg,
      #07172f,
      #0b326b
    );

  box-shadow:
    0 15px 40px
    rgba(3, 27, 65, 0.1);
}


.azflow-first-copy-en {
  display: block;

  margin-bottom: 12px;

  color: #ccec00;

  font-size: 8px;
  font-weight: 900;

  letter-spacing: 0.18em;
}


.azflow-first-copy h3 {
  margin:
    0 0 18px !important;

  color: #ffffff !important;

  font-size:
    clamp(23px, 2.8vw, 32px);

  font-weight: 900;

  line-height: 1.55;
}


.azflow-first-copy > p {
  margin:
    0 0 13px !important;

  color:
    rgba(255, 255, 255, 0.75);

  font-size: 10px;

  line-height: 1.9;
}


/* ==========================================================
   CHECKS
========================================================== */

.azflow-first-checks {
  display: flex;

  flex-direction: column;

  gap: 8px;

  margin-top: 24px;
}


.azflow-first-check {
  display: flex;

  align-items: center;

  gap: 10px;

  min-height: 40px;

  padding:
    8px 12px;

  border:
    1px solid rgba(255, 255, 255, 0.11);

  border-radius: 7px;

  background:
    rgba(255, 255, 255, 0.055);
}


.azflow-first-check > span {
  display: flex;

  flex: 0 0 auto;

  align-items: center;
  justify-content: center;

  width: 24px;
  height: 24px;

  border-radius: 50%;

  color: #07172f;

  background: #ccec00;

  font-size: 10px;
  font-weight: 900;
}


.azflow-first-check strong {
  color: #ffffff;

  font-size: 10px;
  font-weight: 900;
}


/* ==========================================================
   VISIT CARD
========================================================== */

.azflow-first-card {
  position: relative;

  min-width: 0;

  padding:
    32px 30px;

  overflow: hidden;

  border:
    1px solid #dce7f3;

  border-radius: 15px;

  background: #ffffff;

  box-shadow:
    0 12px 35px
    rgba(3, 27, 65, 0.055);
}


/* 上部アクセント */

.azflow-first-card::before {
  position: absolute;

  top: 0;
  left: 0;

  width: 90px;
  height: 4px;

  background: #075cff;

  content: "";
}


/* 大きな番号 */

.azflow-first-card-number {
  position: absolute;

  top: 18px;
  right: 23px;

  color: #edf2f7;

  font-size: 55px;
  font-weight: 900;

  line-height: 1;
}


/* EN */

.azflow-first-card-en {
  display: block;

  margin-bottom: 6px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


/* TITLE */

.azflow-first-card > h3 {
  position: relative;
  z-index: 2;

  max-width: 360px;

  margin:
    0 0 23px !important;

  color: #07172f !important;

  font-size: 20px;
  font-weight: 900;

  line-height: 1.6;
}


/* ==========================================================
   CARD LIST
========================================================== */

.azflow-first-card-list {
  display: flex;

  flex-direction: column;

  gap: 9px;
}


.azflow-first-card-item {
  display: grid;

  grid-template-columns:
    42px minmax(0, 1fr);

  align-items: start;

  gap: 13px;

  padding:
    14px;

  border-radius: 8px;

  background: #f7faff;
}


.azflow-first-card-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 39px;
  height: 39px;

  border-radius: 50%;

  color: #075cff;

  background: #ffffff;

  box-shadow:
    0 4px 12px
    rgba(3, 27, 65, 0.06);

  font-size: 8px;
  font-weight: 900;
}


.azflow-first-card-item strong {
  display: block;

  margin-bottom: 4px;

  color: #07172f;

  font-size: 11px;
  font-weight: 900;
}


.azflow-first-card-item p {
  margin: 0 !important;

  color: #718296;

  font-size: 9px;

  line-height: 1.7;
}


/* ==========================================================
   EXPERIENCE
========================================================== */

.azflow-first-experience {
  display: grid;

  grid-template-columns:
    130px minmax(0, 1fr) 45px;

  align-items: center;

  gap: 25px;

  width: min(900px, 100%);

  margin: 28px auto 0;

  padding:
    24px 25px;

  border:
    1px solid #dce6a7;

  border-radius: 11px;

  background:
    linear-gradient(
      110deg,
      #fbfdec,
      #ffffff
    );
}


/* LABEL */

.azflow-first-experience-label {
  display: flex;

  flex-direction: column;

  justify-content: center;

  min-height: 70px;

  padding:
    12px;

  border-radius: 8px;

  background: #ccec00;

  text-align: center;
}


.azflow-first-experience-label span {
  margin-bottom: 3px;

  color: #526000;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.13em;
}


.azflow-first-experience-label strong {
  color: #273000;

  font-size: 15px;
  font-weight: 900;
}


/* COPY */

.azflow-first-experience-copy h3 {
  margin:
    0 0 6px !important;

  color: #07172f !important;

  font-size: 15px;
  font-weight: 900;

  line-height: 1.6;
}


.azflow-first-experience-copy p {
  margin: 0 !important;

  color: #65768a;

  font-size: 9px;

  line-height: 1.8;
}


/* ARROW */

.azflow-first-experience-mark {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;

  border-radius: 50%;

  color: #ffffff;

  background: #075cff;

  font-size: 16px;
  font-weight: 900;
}


/* ==========================================================
   NEXT
========================================================== */

.azflow-first-next {
  display: flex;

  align-items: center;

  gap: 18px;

  width: min(780px, 100%);

  margin: 17px auto 0;

  padding:
    14px 17px;

  border:
    1px solid #dce7f3;

  border-radius: 8px;

  background: #ffffff;
}


.azflow-first-next > span {
  flex: 0 0 auto;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


.azflow-first-next p {
  flex: 1;

  margin: 0 !important;

  color: #65768a;

  font-size: 9px;

  line-height: 1.7;
}


.azflow-first-next a {
  flex: 0 0 auto;

  color: #075cff !important;

  text-decoration: none !important;

  font-size: 9px;
  font-weight: 900;

  white-space: nowrap;
}


.azflow-first-next a span {
  margin-left: 5px;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 900px) {

  .azflow-first-main {
    gap: 15px;
  }


  .azflow-first-copy,
  .azflow-first-card {
    padding:
      27px 22px;
  }


  .azflow-first-experience {
    grid-template-columns:
      115px minmax(0, 1fr) 40px;

    gap: 17px;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azflow-first::before {
    display: none;
  }


  /* MAIN */

  .azflow-first-main {
    grid-template-columns: 1fr;

    gap: 13px;

    margin-top: 30px;
  }


  /* LEFT */

  .azflow-first-copy {
    padding:
      25px 19px;

    border-radius: 12px;
  }


  .azflow-first-copy h3 {
    font-size: 24px;
  }


  /* CARD */

  .azflow-first-card {
    padding:
      24px 18px;

    border-radius: 12px;
  }


  .azflow-first-card-number {
    top: 15px;
    right: 15px;

    font-size: 44px;
  }


  .azflow-first-card > h3 {
    padding-right: 40px;

    font-size: 18px;
  }


  /* EXPERIENCE */

  .azflow-first-experience {
    grid-template-columns: 1fr;

    gap: 14px;

    margin-top: 18px;

    padding:
      18px 16px;
  }


  .azflow-first-experience-label {
    width: 120px;

    min-height: 55px;
  }


  .azflow-first-experience-mark {
    display: none;
  }


  /* NEXT */

  .azflow-first-next {
    flex-direction: column;

    align-items: flex-start;

    gap: 7px;

    padding:
      15px 16px;
  }


  .azflow-first-next a {
    white-space: normal;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   FLOW PAGE
   HOW TO START / 5 STEPS
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azflow-steps {
  position: relative;

  overflow: hidden;

  background: #ffffff;
}


/* 背景装飾 */

.azflow-steps::before {
  position: absolute;

  top: 180px;
  right: -150px;

  width: 350px;
  height: 350px;

  border:
    1px solid rgba(7, 92, 255, 0.07);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}


/* ==========================================================
   FLOW LIST
========================================================== */

.azflow-steps-list {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr) 24px
    minmax(0, 1fr) 24px
    minmax(0, 1fr) 24px
    minmax(0, 1fr) 24px
    minmax(0, 1fr);

  align-items: stretch;

  gap: 7px;

  width: min(1150px, 100%);

  margin: 48px auto 0;
}


/* ==========================================================
   STEP CARD
========================================================== */

.azflow-step {
  position: relative;

  min-width: 0;
  min-height: 330px;

  padding:
    24px 17px 20px;

  overflow: hidden;

  border:
    1px solid #dce7f3;

  border-radius: 13px;

  background:
    linear-gradient(
      180deg,
      #ffffff,
      #f8fbff
    );

  box-shadow:
    0 9px 27px
    rgba(3, 27, 65, 0.045);
}


/* 上のブルーライン */

.azflow-step::before {
  position: absolute;

  top: 0;
  right: 0;
  left: 0;

  height: 4px;

  background: #075cff;

  content: "";
}


/* 最終STEP */

.azflow-step-goal {
  border-color: #dce7a6;

  background:
    linear-gradient(
      180deg,
      #ffffff,
      #fbfdec
    );
}


.azflow-step-goal::before {
  background: #ccec00;
}


/* ==========================================================
   STEP NUMBER
========================================================== */

.azflow-step-number {
  position: absolute;

  top: 13px;
  right: 13px;

  display: flex;

  flex-direction: column;

  align-items: flex-end;
}


.azflow-step-number span {
  color: #a2afbd;

  font-size: 6px;
  font-weight: 900;

  letter-spacing: 0.14em;
}


.azflow-step-number strong {
  color: #e5edf5;

  font-size: 30px;
  font-weight: 900;

  line-height: 1;
}


.azflow-step-goal
.azflow-step-number strong {
  color: #e8efbd;
}


/* ==========================================================
   ICON
========================================================== */

.azflow-step-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;

  margin:
    20px 0 17px;

  border-radius: 50%;

  color: #075cff;

  background: #edf5ff;

  font-size: 10px;
  font-weight: 900;
}


.azflow-step-goal
.azflow-step-icon {
  color: #354000;

  background: #ccec00;

  font-size: 16px;
}


/* ==========================================================
   ENGLISH
========================================================== */

.azflow-step-en {
  display: block;

  min-height: 18px;

  margin-bottom: 4px;

  color: #075cff;

  font-size: 6px;
  font-weight: 900;

  line-height: 1.4;

  letter-spacing: 0.13em;
}


.azflow-step-goal
.azflow-step-en {
  color: #6f7e00;
}


/* ==========================================================
   TITLE
========================================================== */

.azflow-step h3 {
  margin:
    0 0 10px !important;

  padding: 0 !important;

  border: 0 !important;

  color: #07172f !important;

  background: none !important;

  font-size: 15px;
  font-weight: 900;

  line-height: 1.55;
}


.azflow-step h3::before,
.azflow-step h3::after {
  display: none !important;

  content: none !important;
}


/* ==========================================================
   TEXT
========================================================== */

.azflow-step > p {
  margin: 0 !important;

  color: #6b7c8f;

  font-size: 9px;

  line-height: 1.85;
}


/* ==========================================================
   NOTE
========================================================== */

.azflow-step-note {
  display: grid;

  grid-template-columns:
    21px minmax(0, 1fr);

  align-items: start;

  gap: 7px;

  margin-top: 16px;

  padding:
    10px;

  border-radius: 7px;

  background: #f0f6ff;
}


.azflow-step-note > span {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 20px;
  height: 20px;

  border-radius: 50%;

  color: #ffffff;

  background: #075cff;

  font-size: 8px;
  font-weight: 900;
}


.azflow-step-note p {
  margin: 0 !important;

  color: #5f7287;

  font-size: 8px;

  line-height: 1.65;
}


/* STEP04 */

.azflow-step-note-support {
  background: #eef9ff;
}


/* STEP05 */

.azflow-step-note-goal {
  background: #f2f7d2;
}


.azflow-step-note-goal > span {
  color: #344000;

  background: #ccec00;
}


/* ==========================================================
   ARROWS
========================================================== */

.azflow-step-arrow {
  display: flex;

  align-items: center;
  justify-content: center;

  color: #075cff;

  font-size: 20px;
  font-weight: 900;
}


/* ==========================================================
   SUPPORT MESSAGE
========================================================== */

.azflow-steps-support {
  display: grid;

  grid-template-columns:
    55px minmax(0, 1fr);

  align-items: center;

  gap: 18px;

  width: min(850px, 100%);

  margin: 32px auto 0;

  padding:
    22px 24px;

  border:
    1px solid #dce7f3;

  border-radius: 11px;

  background:
    linear-gradient(
      105deg,
      #f2f7ff,
      #ffffff
    );
}


/* ? */

.azflow-steps-support-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 50px;
  height: 50px;

  border-radius: 50%;

  color: #ffffff;

  background: #075cff;

  font-size: 17px;
  font-weight: 900;
}


/* COPY */

.azflow-steps-support-copy > span {
  display: block;

  margin-bottom: 3px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


.azflow-steps-support-copy h3 {
  margin:
    0 0 5px !important;

  padding: 0 !important;

  border: 0 !important;

  color: #07172f !important;

  background: none !important;

  font-size: 15px;
  font-weight: 900;

  line-height: 1.6;
}


.azflow-steps-support-copy p {
  margin: 0 !important;

  color: #65768a;

  font-size: 9px;

  line-height: 1.8;
}


/* ==========================================================
   GOAL
========================================================== */

.azflow-steps-goal {
  display: grid;

  grid-template-columns:
    75px minmax(0, 1fr) 42px;

  align-items: center;

  gap: 18px;

  width: min(760px, 100%);

  margin: 16px auto 0;

  padding:
    18px 20px;

  border:
    1px solid #dce6a6;

  border-radius: 9px;

  background:
    linear-gradient(
      110deg,
      #fbfdec,
      #ffffff
    );
}


/* GOAL */

.azflow-steps-goal-en {
  display: flex;

  align-items: center;
  justify-content: center;

  min-height: 45px;

  border-radius: 7px;

  color: #344000;

  background: #ccec00;

  font-size: 8px;
  font-weight: 900;

  letter-spacing: 0.14em;
}


/* COPY */

.azflow-steps-goal-copy strong {
  display: block;

  margin-bottom: 3px;

  color: #07172f;

  font-size: 14px;
  font-weight: 900;
}


.azflow-steps-goal-copy p {
  margin: 0 !important;

  color: #65768a;

  font-size: 9px;

  line-height: 1.7;
}


/* MARK */

.azflow-steps-goal-mark {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  border-radius: 50%;

  color: #ffffff;

  background: #075cff;

  font-size: 15px;
  font-weight: 900;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 1050px) {

  .azflow-steps-list {
    grid-template-columns:
      repeat(5, minmax(0, 1fr));

    gap: 10px;
  }


  .azflow-step-arrow {
    display: none;
  }


  .azflow-step {
    min-height: 350px;

    padding:
      23px 14px 18px;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azflow-steps::before {
    display: none;
  }


  /* ==========================================
     FLOW
  ========================================== */

  .azflow-steps-list {
    display: flex;

    flex-direction: column;

    gap: 0;

    width: 100%;

    margin-top: 30px;
  }


  .azflow-step {
    width: 100%;

    min-height: 0;

    padding:
      22px 19px;

    border-radius: 11px;
  }


  /* NUMBER */

  .azflow-step-number {
    top: 16px;
    right: 16px;
  }


  .azflow-step-number strong {
    font-size: 35px;
  }


  /* ICON */

  .azflow-step-icon {
    width: 48px;
    height: 48px;

    margin:
      5px 0 15px;
  }


  /* EN */

  .azflow-step-en {
    min-height: 0;

    font-size: 7px;
  }


  /* TITLE */

  .azflow-step h3 {
    padding-right: 50px !important;

    font-size: 18px;
  }


  /* TEXT */

  .azflow-step > p {
    max-width: 92%;

    font-size: 10px;
  }


  /* NOTE */

  .azflow-step-note {
    margin-top: 13px;
  }


  .azflow-step-note p {
    font-size: 9px;
  }


  /* ARROW */

  .azflow-step-arrow {
    display: flex;

    height: 37px;

    transform: rotate(90deg);

    font-size: 20px;
  }


  /* ==========================================
     SUPPORT
  ========================================== */

  .azflow-steps-support {
    grid-template-columns:
      43px minmax(0, 1fr);

    gap: 13px;

    margin-top: 25px;

    padding:
      18px 16px;
  }


  .azflow-steps-support-icon {
    width: 40px;
    height: 40px;

    font-size: 14px;
  }


  .azflow-steps-support-copy h3 {
    font-size: 14px;
  }


  /* ==========================================
     GOAL
  ========================================== */

  .azflow-steps-goal {
    grid-template-columns: 1fr;

    gap: 10px;

    padding:
      16px;
  }


  .azflow-steps-goal-en {
    width: 80px;

    min-height: 38px;
  }


  .azflow-steps-goal-mark {
    display: none;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   FLOW PAGE
   SUPPORT
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azflow-support {
  position: relative;

  overflow: hidden;
}


.azflow-support::before {
  position: absolute;

  top: 160px;
  left: -120px;

  width: 300px;
  height: 300px;

  border:
    1px solid rgba(7, 92, 255, 0.07);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}


/* ==========================================================
   MAIN
========================================================== */

.azflow-support-main {
  display: grid;

  grid-template-columns:
    minmax(0, 0.8fr)
    60px
    minmax(0, 1.2fr);

  align-items: center;

  gap: 20px;

  width: min(1000px, 100%);

  margin: 45px auto 0;
}


/* ==========================================================
   QUESTION
========================================================== */

.azflow-support-question {
  min-width: 0;

  padding:
    32px 28px;

  border:
    1px solid #dce7f3;

  border-radius: 15px;

  background: #ffffff;

  box-shadow:
    0 10px 30px
    rgba(3, 27, 65, 0.05);
}


.azflow-support-question-en {
  display: block;

  margin-bottom: 8px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.18em;
}


.azflow-support-question h3 {
  margin:
    0 0 22px !important;

  color: #07172f !important;

  font-size:
    clamp(23px, 2.7vw, 31px);

  font-weight: 900;

  line-height: 1.55;
}


/* QUESTION LIST */

.azflow-support-question-list {
  display: flex;

  flex-direction: column;

  gap: 9px;
}


.azflow-support-question-item {
  display: grid;

  grid-template-columns:
    32px minmax(0, 1fr);

  align-items: center;

  gap: 10px;

  padding:
    11px 12px;

  border-radius: 8px;

  background: #f7faff;
}


.azflow-support-question-item > span {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 30px;
  height: 30px;

  border-radius: 50%;

  color: #075cff;

  background: #ffffff;

  box-shadow:
    0 4px 12px
    rgba(3, 27, 65, 0.05);

  font-size: 11px;
  font-weight: 900;
}


.azflow-support-question-item p {
  margin: 0 !important;

  color: #52657a;

  font-size: 10px;
  font-weight: 800;

  line-height: 1.6;
}


/* ==========================================================
   ARROW
========================================================== */

.azflow-support-arrow {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;

  margin: 0 auto;

  border-radius: 50%;

  color: #ffffff;

  background: #075cff;

  box-shadow:
    0 8px 20px
    rgba(7, 92, 255, 0.18);

  font-size: 20px;
  font-weight: 900;
}


/* ==========================================================
   ANSWER
========================================================== */

.azflow-support-answer {
  min-width: 0;

  padding:
    32px 30px;

  border-radius: 15px;

  color: #ffffff;

  background:
    linear-gradient(
      145deg,
      #07172f,
      #0b326b
    );

  box-shadow:
    0 15px 40px
    rgba(3, 27, 65, 0.11);
}


.azflow-support-answer-en {
  display: block;

  margin-bottom: 8px;

  color: #ccec00;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.18em;
}


.azflow-support-answer h3 {
  margin:
    0 0 13px !important;

  color: #ffffff !important;

  font-size:
    clamp(22px, 2.6vw, 30px);

  font-weight: 900;

  line-height: 1.55;
}


.azflow-support-answer-lead {
  margin:
    0 !important;

  color:
    rgba(255, 255, 255, 0.75);

  font-size: 10px;

  line-height: 1.85;
}


/* ANSWER LIST */

.azflow-support-answer-list {
  display: flex;

  flex-direction: column;

  gap: 8px;

  margin-top: 22px;
}


.azflow-support-answer-item {
  display: grid;

  grid-template-columns:
    38px minmax(0, 1fr);

  align-items: start;

  gap: 12px;

  padding:
    12px;

  border:
    1px solid rgba(255, 255, 255, 0.1);

  border-radius: 8px;

  background:
    rgba(255, 255, 255, 0.055);
}


.azflow-support-answer-num {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 36px;
  height: 36px;

  border-radius: 50%;

  color: #07172f;

  background: #ccec00;

  font-size: 8px;
  font-weight: 900;
}


.azflow-support-answer-item strong {
  display: block;

  margin-bottom: 3px;

  color: #ffffff;

  font-size: 10px;
  font-weight: 900;
}


.azflow-support-answer-item p {
  margin: 0 !important;

  color:
    rgba(255, 255, 255, 0.68);

  font-size: 8px;

  line-height: 1.7;
}


/* ==========================================================
   CERTIFICATE
========================================================== */

.azflow-support-certificate {
  display: grid;

  grid-template-columns:
    150px minmax(0, 1fr);

  align-items: center;

  gap: 25px;

  width: min(900px, 100%);

  margin: 30px auto 0;

  padding:
    24px 26px;

  border:
    1px solid #dce6a7;

  border-radius: 11px;

  background:
    linear-gradient(
      110deg,
      #fbfdec,
      #ffffff
    );
}


.azflow-support-certificate-label {
  display: flex;

  flex-direction: column;

  justify-content: center;

  min-height: 80px;

  padding:
    13px;

  border-radius: 8px;

  background: #ccec00;

  text-align: center;
}


.azflow-support-certificate-label span {
  margin-bottom: 4px;

  color: #596700;

  font-size: 6px;
  font-weight: 900;

  letter-spacing: 0.12em;
}


.azflow-support-certificate-label strong {
  color: #273000;

  font-size: 17px;
  font-weight: 900;
}


.azflow-support-certificate-copy h3 {
  margin:
    0 0 7px !important;

  color: #07172f !important;

  font-size: 15px;
  font-weight: 900;

  line-height: 1.6;
}


.azflow-support-certificate-copy p {
  margin: 0 !important;

  color: #65768a;

  font-size: 9px;

  line-height: 1.85;
}


/* ==========================================================
   MESSAGE
========================================================== */

.azflow-support-message {
  width: min(760px, 100%);

  margin: 18px auto 0;

  padding:
    22px 25px;

  border:
    1px solid #dce7f3;

  border-radius: 10px;

  background: #ffffff;

  text-align: center;
}


.azflow-support-message > span {
  display: block;

  margin-bottom: 5px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.18em;
}


.azflow-support-message h3 {
  margin:
    0 0 7px !important;

  color: #07172f !important;

  font-size: 16px;
  font-weight: 900;

  line-height: 1.6;
}


.azflow-support-message p {
  margin: 0 !important;

  color: #65768a;

  font-size: 9px;

  line-height: 1.8;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 900px) {

  .azflow-support-main {
    grid-template-columns:
      minmax(0, 0.9fr)
      45px
      minmax(0, 1.1fr);

    gap: 12px;
  }


  .azflow-support-question,
  .azflow-support-answer {
    padding:
      26px 21px;
  }


  .azflow-support-arrow {
    width: 42px;
    height: 42px;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azflow-support::before {
    display: none;
  }


  /* MAIN */

  .azflow-support-main {
    grid-template-columns: 1fr;

    gap: 12px;

    margin-top: 30px;
  }


  /* QUESTION */

  .azflow-support-question {
    padding:
      24px 18px;

    border-radius: 12px;
  }


  .azflow-support-question h3 {
    font-size: 24px;
  }


  /* ARROW */

  .azflow-support-arrow {
    width: 42px;
    height: 42px;

    transform:
      rotate(90deg);
  }


  /* ANSWER */

  .azflow-support-answer {
    padding:
      24px 18px;

    border-radius: 12px;
  }


  .azflow-support-answer h3 {
    font-size: 23px;
  }


  /* CERTIFICATE */

  .azflow-support-certificate {
    grid-template-columns: 1fr;

    gap: 14px;

    margin-top: 20px;

    padding:
      18px 16px;
  }


  .azflow-support-certificate-label {
    width: 125px;

    min-height: 60px;
  }


  /* MESSAGE */

  .azflow-support-message {
    padding:
      18px 16px;
  }


  .azflow-support-message h3 {
    font-size: 15px;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   FLOW PAGE
   START YOUR WORK
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azflow-start {
  position: relative;

  overflow: hidden;

  background: #ffffff;
}


.azflow-start::before {
  position: absolute;

  top: 200px;
  right: -150px;

  width: 350px;
  height: 350px;

  border:
    1px solid rgba(7, 92, 255, 0.07);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}


/* ==========================================================
   START MESSAGE
========================================================== */

.azflow-start-message {
  display: grid;

  grid-template-columns:
    130px minmax(0, 1fr);

  align-items: center;

  gap: 28px;

  width: min(850px, 100%);

  margin: 42px auto 0;

  padding:
    25px 28px;

  border:
    1px solid #dce6a7;

  border-radius: 13px;

  background:
    linear-gradient(
      110deg,
      #fbfdec,
      #ffffff
    );
}


/* GOAL */

.azflow-start-message-mark {
  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  min-height: 85px;

  border-radius: 10px;

  color: #263000;

  background: #ccec00;
}


.azflow-start-message-mark span {
  margin-bottom: 3px;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.15em;
}


.azflow-start-message-mark strong {
  font-size: 20px;
  font-weight: 900;
}


/* COPY */

.azflow-start-message-copy > span {
  display: block;

  margin-bottom: 5px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


.azflow-start-message-copy h3 {
  margin:
    0 0 7px !important;

  padding: 0 !important;

  border: 0 !important;

  color: #07172f !important;

  background: none !important;

  font-size: 19px;
  font-weight: 900;

  line-height: 1.6;
}


.azflow-start-message-copy p {
  margin: 0 !important;

  color: #65768a;

  font-size: 10px;

  line-height: 1.85;
}


/* ==========================================================
   GRID
========================================================== */

.azflow-start-grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 14px;

  width: min(1080px, 100%);

  margin: 30px auto 0;
}


/* ==========================================================
   CARD
========================================================== */

.azflow-start-card {
  position: relative;

  min-width: 0;

  padding:
    27px 21px 23px;

  overflow: hidden;

  border:
    1px solid #dce7f3;

  border-radius: 13px;

  background:
    linear-gradient(
      180deg,
      #ffffff,
      #f8fbff
    );

  box-shadow:
    0 10px 28px
    rgba(3, 27, 65, 0.045);
}


/* 上部ライン */

.azflow-start-card::before {
  position: absolute;

  top: 0;
  right: 0;
  left: 0;

  height: 4px;

  background: #075cff;

  content: "";
}


/* 在宅カード */

.azflow-start-card-home::before {
  background: #ccec00;
}


/* ==========================================================
   NUMBER
========================================================== */

.azflow-start-number {
  position: absolute;

  top: 17px;
  right: 18px;

  color: #e4ecf4;

  font-size: 33px;
  font-weight: 900;

  line-height: 1;
}


/* ==========================================================
   ICON
========================================================== */

.azflow-start-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 51px;
  height: 51px;

  margin-bottom: 17px;

  border-radius: 12px;

  color: #075cff;

  background: #edf5ff;

  font-size: 10px;
  font-weight: 900;
}


.azflow-start-card-home
.azflow-start-icon {
  color: #3c4800;

  background: #f1f7cb;

  font-size: 7px;
}


/* ==========================================================
   TEXT
========================================================== */

.azflow-start-en {
  display: block;

  margin-bottom: 5px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.15em;
}


.azflow-start-card-home
.azflow-start-en {
  color: #718000;
}


.azflow-start-card h3 {
  margin:
    0 0 10px !important;

  padding: 0 !important;

  border: 0 !important;

  color: #07172f !important;

  background: none !important;

  font-size: 16px;
  font-weight: 900;

  line-height: 1.55;
}


.azflow-start-card h3::before,
.azflow-start-card h3::after {
  display: none !important;

  content: none !important;
}


.azflow-start-card > p {
  margin: 0 !important;

  color: #687a8e;

  font-size: 9px;

  line-height: 1.85;
}


/* ==========================================================
   TAGS
========================================================== */

.azflow-start-tags {
  display: flex;

  flex-wrap: wrap;

  gap: 5px;

  margin-top: 17px;
}


.azflow-start-tags span {
  display: inline-flex;

  align-items: center;

  min-height: 24px;

  padding:
    3px 8px;

  border:
    1px solid #dce7f3;

  border-radius: 50px;

  color: #607388;

  background: #ffffff;

  font-size: 7px;
  font-weight: 800;
}


/* ==========================================================
   YOUR PACE
========================================================== */

.azflow-start-pace {
  display: grid;

  grid-template-columns:
    55px minmax(0, 1fr);

  align-items: center;

  gap: 18px;

  width: min(850px, 100%);

  margin: 30px auto 0;

  padding:
    22px 24px;

  border:
    1px solid #dce7f3;

  border-radius: 11px;

  background:
    linear-gradient(
      105deg,
      #f2f7ff,
      #ffffff
    );
}


/* ICON */

.azflow-start-pace-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 50px;
  height: 50px;

  border-radius: 50%;

  color: #07172f;

  background: #ccec00;

  font-size: 16px;
  font-weight: 900;
}


/* COPY */

.azflow-start-pace-copy > span {
  display: block;

  margin-bottom: 3px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


.azflow-start-pace-copy h3 {
  margin:
    0 0 5px !important;

  padding: 0 !important;

  border: 0 !important;

  color: #07172f !important;

  background: none !important;

  font-size: 15px;
  font-weight: 900;

  line-height: 1.6;
}


.azflow-start-pace-copy p {
  margin: 0 !important;

  color: #65768a;

  font-size: 9px;

  line-height: 1.8;
}


/* ==========================================================
   NEXT
========================================================== */

.azflow-start-next {
  display: flex;

  align-items: center;

  gap: 18px;

  width: min(760px, 100%);

  margin: 16px auto 0;

  padding:
    14px 17px;

  border:
    1px solid #dce7f3;

  border-radius: 8px;

  background: #ffffff;
}


.azflow-start-next > span {
  flex: 0 0 auto;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


.azflow-start-next p {
  flex: 1;

  margin: 0 !important;

  color: #65768a;

  font-size: 9px;

  line-height: 1.7;
}


.azflow-start-next a {
  flex: 0 0 auto;

  color: #075cff !important;

  text-decoration: none !important;

  font-size: 9px;
  font-weight: 900;

  white-space: nowrap;
}


.azflow-start-next a span {
  margin-left: 5px;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 950px) {

  .azflow-start-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }


  .azflow-start-card {
    padding:
      25px 20px;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azflow-start::before {
    display: none;
  }


  /* MESSAGE */

  .azflow-start-message {
    grid-template-columns: 1fr;

    gap: 15px;

    margin-top: 30px;

    padding:
      19px 17px;
  }


  .azflow-start-message-mark {
    width: 110px;

    min-height: 60px;
  }


  .azflow-start-message-copy h3 {
    font-size: 17px;
  }


  /* CARDS */

  .azflow-start-grid {
    grid-template-columns: 1fr;

    gap: 11px;

    margin-top: 20px;
  }


  .azflow-start-card {
    padding:
      23px 18px;

    border-radius: 11px;
  }


  .azflow-start-card h3 {
    font-size: 17px;
  }


  .azflow-start-card > p {
    font-size: 10px;
  }


  /* PACE */

  .azflow-start-pace {
    grid-template-columns:
      43px minmax(0, 1fr);

    gap: 13px;

    margin-top: 20px;

    padding:
      18px 16px;
  }


  .azflow-start-pace-icon {
    width: 40px;
    height: 40px;

    font-size: 13px;
  }


  .azflow-start-pace-copy h3 {
    font-size: 14px;
  }


  /* NEXT */

  .azflow-start-next {
    flex-direction: column;

    align-items: flex-start;

    gap: 7px;

    padding:
      15px 16px;
  }


  .azflow-start-next a {
    white-space: normal;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   FLOW PAGE
   FAQ
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azflow-faq {
  position: relative;

  overflow: hidden;
}


.azflow-faq::before {
  position: absolute;

  top: 180px;
  left: -150px;

  width: 330px;
  height: 330px;

  border:
    1px solid rgba(7, 92, 255, 0.07);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}


/* ==========================================================
   WRAP
========================================================== */

.azflow-faq-wrap {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  align-items: start;

  gap: 18px;

  width: min(1050px, 100%);

  margin: 45px auto 0;
}


/* ==========================================================
   GROUP
========================================================== */

.azflow-faq-group {
  min-width: 0;

  overflow: hidden;

  border:
    1px solid #dce7f3;

  border-radius: 13px;

  background: #ffffff;

  box-shadow:
    0 9px 28px
    rgba(3, 27, 65, 0.045);
}


/* ==========================================================
   GROUP HEAD
========================================================== */

.azflow-faq-group-head {
  display: grid;

  grid-template-columns:
    50px minmax(0, 1fr);

  align-items: center;

  gap: 14px;

  padding:
    20px 21px;

  border-bottom:
    1px solid #e5edf5;

  background:
    linear-gradient(
      100deg,
      #f4f8ff,
      #ffffff
    );
}


.azflow-faq-group-num {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 47px;
  height: 47px;

  border-radius: 50%;

  color: #ffffff;

  background: #075cff;

  font-size: 11px;
  font-weight: 900;
}


.azflow-faq-group-en {
  display: block;

  margin-bottom: 3px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.15em;
}


.azflow-faq-group-head h3 {
  margin:
    0 !important;

  padding: 0 !important;

  border: 0 !important;

  color: #07172f !important;

  background: none !important;

  font-size: 17px;
  font-weight: 900;

  line-height: 1.5;
}


/* ==========================================================
   LIST
========================================================== */

.azflow-faq-list {
  padding:
    0 20px;
}


/* ==========================================================
   ITEM
========================================================== */

.azflow-faq-item {
  border-bottom:
    1px solid #e7eef5;
}


.azflow-faq-item:last-child {
  border-bottom: 0;
}


/* SUMMARY */

.azflow-faq-item summary {
  display: grid;

  grid-template-columns:
    31px minmax(0, 1fr) 30px;

  align-items: center;

  gap: 10px;

  min-height: 72px;

  padding:
    15px 0;

  cursor: pointer;

  list-style: none;
}


.azflow-faq-item
summary::-webkit-details-marker {
  display: none;
}


/* Q */

.azflow-faq-q {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 29px;
  height: 29px;

  border-radius: 50%;

  color: #075cff;

  background: #edf5ff;

  font-size: 10px;
  font-weight: 900;
}


/* QUESTION */

.azflow-faq-question {
  color: #07172f;

  font-size: 11px;
  font-weight: 900;

  line-height: 1.65;
}


/* TOGGLE */

.azflow-faq-toggle {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  border-radius: 50%;

  color: #075cff;

  background: #f1f6fc;

  font-size: 15px;
  font-weight: 500;

  transition:
    transform 0.25s ease,
    background 0.25s ease;
}


.azflow-faq-item[open]
.azflow-faq-toggle {
  color: #ffffff;

  background: #075cff;

  transform:
    rotate(45deg);
}


/* ==========================================================
   ANSWER
========================================================== */

.azflow-faq-answer {
  display: grid;

  grid-template-columns:
    31px minmax(0, 1fr);

  align-items: start;

  gap: 10px;

  padding:
    0 0 18px;
}


.azflow-faq-answer > span {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 29px;
  height: 29px;

  border-radius: 50%;

  color: #344000;

  background: #ccec00;

  font-size: 10px;
  font-weight: 900;
}


.azflow-faq-answer p {
  margin: 0 !important;

  padding:
    3px 0 0;

  color: #65768a;

  font-size: 10px;

  line-height: 1.9;
}


/* ==========================================================
   BOTTOM
========================================================== */

.azflow-faq-bottom {
  display: grid;

  grid-template-columns:
    55px minmax(0, 1fr) auto;

  align-items: center;

  gap: 20px;

  width: min(900px, 100%);

  margin: 30px auto 0;

  padding:
    22px 24px;

  border:
    1px solid #dce7f3;

  border-radius: 11px;

  background: #ffffff;
}


.azflow-faq-bottom-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 50px;
  height: 50px;

  border-radius: 50%;

  color: #ffffff;

  background: #075cff;

  font-size: 18px;
  font-weight: 900;
}


.azflow-faq-bottom-copy > span {
  display: block;

  margin-bottom: 3px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


.azflow-faq-bottom-copy h3 {
  margin:
    0 0 5px !important;

  padding: 0 !important;

  border: 0 !important;

  color: #07172f !important;

  background: none !important;

  font-size: 14px;
  font-weight: 900;

  line-height: 1.6;
}


.azflow-faq-bottom-copy p {
  margin: 0 !important;

  color: #65768a;

  font-size: 9px;

  line-height: 1.75;
}


.azflow-faq-bottom
.azpage-button {
  white-space: nowrap;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 900px) {

  .azflow-faq-wrap {
    gap: 13px;
  }


  .azflow-faq-group-head {
    padding:
      18px;
  }


  .azflow-faq-list {
    padding:
      0 17px;
  }


  .azflow-faq-bottom {
    grid-template-columns:
      50px minmax(0, 1fr);
  }


  .azflow-faq-bottom
  .azpage-button {
    grid-column:
      1 / -1;

    justify-self: center;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azflow-faq::before {
    display: none;
  }


  .azflow-faq-wrap {
    grid-template-columns: 1fr;

    gap: 12px;

    margin-top: 30px;
  }


  .azflow-faq-group {
    border-radius: 11px;
  }


  .azflow-faq-group-head {
    grid-template-columns:
      44px minmax(0, 1fr);

    gap: 11px;

    padding:
      17px 16px;
  }


  .azflow-faq-group-num {
    width: 41px;
    height: 41px;
  }


  .azflow-faq-group-head h3 {
    font-size: 16px;
  }


  .azflow-faq-list {
    padding:
      0 15px;
  }


  .azflow-faq-item summary {
    grid-template-columns:
      29px minmax(0, 1fr) 28px;

    min-height: 68px;
  }


  .azflow-faq-question {
    font-size: 10px;
  }


  .azflow-faq-answer {
    grid-template-columns:
      29px minmax(0, 1fr);
  }


  .azflow-faq-answer p {
    font-size: 10px;
  }


  /* BOTTOM */

  .azflow-faq-bottom {
    grid-template-columns:
      42px minmax(0, 1fr);

    gap: 13px;

    margin-top: 22px;

    padding:
      18px 16px;
  }


  .azflow-faq-bottom-icon {
    width: 40px;
    height: 40px;

    font-size: 14px;
  }


  .azflow-faq-bottom-copy h3 {
    font-size: 13px;
  }


  .azflow-faq-bottom
  .azpage-button {
    grid-column:
      1 / -1;

    width: 100%;

    white-space: normal;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   FLOW PAGE
   FINAL CTA
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azflow-final {
  position: relative;

  padding:
    85px 0 95px;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #07172f 0%,
      #0a2d60 65%,
      #0d3974 100%
    );
}


/* 背景円 */

.azflow-final::before {
  position: absolute;

  top: -230px;
  right: -170px;

  width: 550px;
  height: 550px;

  border:
    1px solid
    rgba(255, 255, 255, 0.06);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}


.azflow-final::after {
  position: absolute;

  bottom: -200px;
  left: -170px;

  width: 400px;
  height: 400px;

  border-radius: 50%;

  background:
    rgba(204, 236, 0, 0.035);

  content: "";

  pointer-events: none;
}


/* ==========================================================
   BOX
========================================================== */

.azflow-final-box {
  position: relative;
  z-index: 3;

  display: grid;

  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(320px, 0.95fr);

  align-items: center;

  gap: 55px;

  width: min(1080px, 100%);

  margin: 0 auto;
}


/* ==========================================================
   COPY
========================================================== */

.azflow-final-copy {
  min-width: 0;
}


.azflow-final-en {
  display: block;

  margin-bottom: 12px;

  color: #ccec00;

  font-size: 8px;
  font-weight: 900;

  letter-spacing: 0.2em;
}


.azflow-final-copy h2 {
  margin:
    0 0 20px !important;

  padding: 0 !important;

  border: 0 !important;

  color: #ffffff !important;

  background: none !important;

  font-size:
    clamp(31px, 4.1vw, 48px);

  font-weight: 900;

  line-height: 1.42;

  letter-spacing: 0.01em;
}


.azflow-final-copy h2::before,
.azflow-final-copy h2::after {
  display: none !important;

  content: none !important;
}


.azflow-final-copy h2 span {
  position: relative;

  display: inline-block;

  color: #ffffff;
}


/* ライム下線 */

.azflow-final-copy h2 span::after {
  position: absolute;
  z-index: -1;

  right: 0;
  bottom: 4px;
  left: 0;

  height: 9px;

  border-radius: 10px;

  background:
    rgba(204, 236, 0, 0.55);

  content: "";
}


/* ==========================================================
   LEAD
========================================================== */

.azflow-final-lead {
  margin:
    0 0 11px !important;

  color: #ffffff;

  font-size: 14px;
  font-weight: 900;

  line-height: 1.8;
}


.azflow-final-text {
  max-width: 550px;

  margin:
    0 !important;

  color:
    rgba(255, 255, 255, 0.72);

  font-size: 10px;

  line-height: 1.9;
}


/* ==========================================================
   POINTS
========================================================== */

.azflow-final-points {
  display: flex;

  flex-wrap: wrap;

  gap: 7px;

  margin-top: 22px;
}


.azflow-final-points > span {
  display: inline-flex;

  align-items: center;

  gap: 6px;

  min-height: 31px;

  padding:
    5px 10px;

  border:
    1px solid
    rgba(255, 255, 255, 0.12);

  border-radius: 50px;

  color:
    rgba(255, 255, 255, 0.88);

  background:
    rgba(255, 255, 255, 0.055);

  font-size: 8px;
  font-weight: 800;
}


.azflow-final-points b {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 17px;
  height: 17px;

  border-radius: 50%;

  color: #07172f;

  background: #ccec00;

  font-size: 7px;
}


/* ==========================================================
   BUTTONS
========================================================== */

.azflow-final-buttons {
  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  margin-top: 27px;
}


.azflow-final-button {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 25px;

  min-width: 225px;
  min-height: 64px;

  padding:
    10px 12px 10px 17px;

  border-radius: 8px;

  text-decoration: none !important;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}


/* MAIN */

.azflow-final-button-main {
  border:
    1px solid #ccec00;

  color: #263000 !important;

  background: #ccec00;

  box-shadow:
    0 10px 25px
    rgba(204, 236, 0, 0.14);
}


.azflow-final-button-main:hover {
  color: #263000 !important;

  background: #d7f328;

  transform:
    translateY(-2px);

  box-shadow:
    0 13px 30px
    rgba(204, 236, 0, 0.2);
}


/* SUB */

.azflow-final-button-sub {
  border:
    1px solid
    rgba(255, 255, 255, 0.22);

  color: #ffffff !important;

  background:
    rgba(255, 255, 255, 0.06);
}


.azflow-final-button-sub:hover {
  border-color:
    rgba(255, 255, 255, 0.4);

  color: #ffffff !important;

  background:
    rgba(255, 255, 255, 0.11);

  transform:
    translateY(-2px);
}


/* BUTTON COPY */

.azflow-final-button-copy {
  display: flex;

  flex-direction: column;

  gap: 1px;
}


.azflow-final-button-copy small {
  font-size: 6px;
  font-weight: 900;

  line-height: 1.4;

  letter-spacing: 0.14em;

  opacity: 0.7;
}


.azflow-final-button-copy strong {
  font-size: 11px;
  font-weight: 900;

  line-height: 1.5;
}


/* BUTTON ARROW */

.azflow-final-button-arrow {
  display: flex;

  flex: 0 0 auto;

  align-items: center;
  justify-content: center;

  width: 31px;
  height: 31px;

  border-radius: 50%;

  font-size: 13px;
  font-weight: 900;
}


.azflow-final-button-main
.azflow-final-button-arrow {
  color: #ffffff;

  background: #075cff;
}


.azflow-final-button-sub
.azflow-final-button-arrow {
  color: #075cff;

  background: #ffffff;
}


/* ==========================================================
   VISUAL
========================================================== */

.azflow-final-visual {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;

  min-width: 0;
  min-height: 430px;

  padding: 30px;

  overflow: hidden;

  border:
    1px solid
    rgba(255, 255, 255, 0.12);

  border-radius: 22px;

  background:
    rgba(255, 255, 255, 0.055);

  backdrop-filter:
    blur(3px);
}


/* WELCOME */

.azflow-final-visual-en {
  position: absolute;

  top: 20px;
  left: 20px;

  color:
    rgba(255, 255, 255, 0.055);

  font-size:
    clamp(40px, 5vw, 68px);

  font-weight: 900;

  line-height: 1;

  letter-spacing: -0.04em;
}


/* ==========================================================
   IMAGE
========================================================== */

.azflow-final-image {
  position: relative;
  z-index: 3;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 100%;
}


.azflow-final-image img {
  display: block;

  width: 100%;
  max-width: 380px;
  max-height: 340px;

  object-fit: contain;
}


/* ==========================================================
   FLOAT CARDS
========================================================== */

.azflow-final-card {
  position: absolute;
  z-index: 5;

  display: flex;

  flex-direction: column;

  min-width: 115px;

  padding:
    10px 13px;

  border:
    1px solid
    rgba(255, 255, 255, 0.16);

  border-radius: 8px;

  background:
    rgba(255, 255, 255, 0.94);

  box-shadow:
    0 10px 25px
    rgba(0, 0, 0, 0.13);
}


.azflow-final-card > span {
  margin-bottom: 2px;

  color: #8b9aad;

  font-size: 6px;
  font-weight: 900;

  letter-spacing: 0.13em;
}


.azflow-final-card strong {
  color: #075cff;

  font-size: 10px;
  font-weight: 900;
}


.azflow-final-card-01 {
  top: 75px;
  right: 12px;
}


.azflow-final-card-02 {
  bottom: 55px;
  left: 12px;
}


/* ==========================================================
   DOTS
========================================================== */

.azflow-final-dots {
  position: absolute;

  right: 20px;
  bottom: 15px;

  width: 110px;
  height: 80px;

  opacity: 0.13;

  background-image:
    radial-gradient(
      #ffffff 1.5px,
      transparent 1.5px
    );

  background-size:
    13px 13px;

  pointer-events: none;
}


/* ==========================================================
   BOTTOM
========================================================== */

.azflow-final-bottom {
  position: relative;
  z-index: 3;

  display: flex;

  align-items: center;
  justify-content: center;

  gap: 20px;

  width: min(850px, 100%);

  margin:
    50px auto 0;

  padding-top: 25px;

  border-top:
    1px solid
    rgba(255, 255, 255, 0.11);
}


.azflow-final-bottom > span {
  flex: 0 0 auto;

  color: #ccec00;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


.azflow-final-bottom p {
  margin: 0 !important;

  color:
    rgba(255, 255, 255, 0.57);

  font-size: 9px;

  line-height: 1.7;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 950px) {

  .azflow-final-box {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(280px, 0.8fr);

    gap: 30px;
  }


  .azflow-final-visual {
    min-height: 370px;

    padding: 20px;
  }


  .azflow-final-buttons {
    flex-direction: column;

    align-items: flex-start;
  }


  .azflow-final-button {
    width: min(100%, 300px);
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azflow-final {
    padding:
      60px 0 65px;
  }


  .azflow-final::before,
  .azflow-final::after {
    display: none;
  }


  /* BOX */

  .azflow-final-box {
    grid-template-columns: 1fr;

    gap: 30px;
  }


  /* COPY */

  .azflow-final-copy h2 {
    font-size: 30px;
  }


  .azflow-final-copy h2 br {
    display: none;
  }


  .azflow-final-lead {
    font-size: 13px;
  }


  /* POINTS */

  .azflow-final-points {
    flex-direction: column;

    align-items: flex-start;
  }


  /* BUTTONS */

  .azflow-final-buttons {
    flex-direction: column;

    width: 100%;
  }


  .azflow-final-button {
    width: 100%;

    min-width: 0;
  }


  /* VISUAL */

  .azflow-final-visual {
    min-height: 300px;

    padding:
      20px 15px;

    border-radius: 15px;
  }


  .azflow-final-image img {
    max-width: 270px;
    max-height: 250px;
  }


  .azflow-final-visual-en {
    top: 14px;
    left: 14px;

    font-size: 39px;
  }


  .azflow-final-card {
    min-width: 95px;

    padding:
      8px 10px;
  }


  .azflow-final-card-01 {
    top: 55px;
    right: 7px;
  }


  .azflow-final-card-02 {
    bottom: 35px;
    left: 7px;
  }


  .azflow-final-dots {
    display: none;
  }


  /* BOTTOM */

  .azflow-final-bottom {
    flex-direction: column;

    align-items: flex-start;

    gap: 7px;

    margin-top: 35px;

    padding-top: 20px;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   FLOW2
   FINAL ADJUSTMENTS
========================================================== */


/* ==========================================================
   01. 基本
========================================================== */

.azflow-page,
.azflow-page * {
  box-sizing: border-box;
}


.azflow-page {
  width: 100%;
  max-width: none;

  margin: 0;
  padding: 0;

  overflow: hidden;
}


/* ==========================================================
   02. 共通内側幅
========================================================== */

.azflow-page .azpage-inner {
  width: min(1180px, calc(100% - 40px));

  margin-right: auto;
  margin-left: auto;
}


/* ==========================================================
   03. セクション間隔
========================================================== */

.azflow-page .azpage-section {
  padding:
    80px 0;
}


/* ==========================================================
   04. 共通見出し
========================================================== */

.azflow-page .azpage-heading {
  text-align: center;
}


.azflow-page .azpage-heading h2 {
  margin:
    0 !important;

  padding: 0 !important;

  border: 0 !important;

  color: #07172f !important;

  background: none !important;

  font-size:
    clamp(26px, 3.2vw, 38px);

  font-weight: 900;

  line-height: 1.45;

  text-align: center;
}


.azflow-page .azpage-heading h2::before,
.azflow-page .azpage-heading h2::after {
  display: none !important;

  content: none !important;
}


/* ==========================================================
   05. 英字タイトル
========================================================== */

.azflow-page .azwork-section-en {
  display: block;

  margin-bottom: 8px;

  color: #075cff;

  font-size: 8px;
  font-weight: 900;

  letter-spacing: 0.2em;

  text-align: center;
}


/* ==========================================================
   06. 説明文
========================================================== */

.azflow-page .azpage-section-intro {
  max-width: 720px;

  margin:
    14px auto 0 !important;

  color: #65768a;

  font-size: 11px;

  line-height: 1.9;

  text-align: center;
}


/* ==========================================================
   07. Simplicity2見出し装飾を解除
========================================================== */

.azflow-page h2,
.azflow-page h3,
.azflow-page h4 {
  border: 0 !important;

  background: none !important;
}


.azflow-page h2::before,
.azflow-page h2::after,
.azflow-page h3::before,
.azflow-page h3::after {
  content: none !important;
}


/* ==========================================================
   08. 画像
========================================================== */

.azflow-page img {
  max-width: 100%;
  height: auto;

  vertical-align: bottom;
}


/* ==========================================================
   09. 空pタグ対策
========================================================== */

.azflow-page > p:empty,
.azflow-page section > p:empty,
.azflow-page .azpage-inner > p:empty {
  display: none !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* ==========================================================
   10. ボタン共通
========================================================== */

.azflow-page .azpage-button {
  box-sizing: border-box;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 48px;

  padding:
    12px 22px;

  border-radius: 7px;

  text-decoration: none !important;

  font-size: 11px;
  font-weight: 900;

  line-height: 1.5;

  text-align: center;
}


.azflow-page .azpage-button-blue {
  border:
    1px solid #075cff;

  color: #ffffff !important;

  background: #075cff;
}


.azflow-page .azpage-button-blue:hover {
  color: #ffffff !important;

  background: #004bd1;

  transform:
    translateY(-2px);

  box-shadow:
    0 10px 25px
    rgba(7, 92, 255, 0.22);
}


.azflow-page .azpage-button-lime {
  border:
    1px solid #ccec00;

  color: #253000 !important;

  background: #ccec00;
}


.azflow-page .azpage-button-lime:hover {
  color: #253000 !important;

  background: #d9f42e;

  transform:
    translateY(-2px);
}


/* ==========================================================
   11. FAQ開閉調整
========================================================== */

.azflow-faq-item summary {
  outline: none;
}


.azflow-faq-item summary:focus-visible {
  outline:
    2px solid #075cff;

  outline-offset: 3px;
}


.azflow-faq-item[open]
.azflow-faq-answer {
  animation:
    azflowFaqOpen 0.2s ease;
}


@keyframes azflowFaqOpen {

  from {
    opacity: 0;

    transform:
      translateY(-4px);
  }

  to {
    opacity: 1;

    transform:
      translateY(0);
  }

}


/* ==========================================================
   12. アンカー位置
========================================================== */

#azflow-first,
#azflow-steps,
#azflow-support,
#azflow-start,
#azflow-faq {
  scroll-margin-top: 100px;
}


/* ==========================================================
   13. HERO内画像URL未設定時対策
========================================================== */

.azflow-page img[src="FLOWメインイラストURL"] {
  display: none;
}


/* ==========================================================
   14. スマホ
========================================================== */

@media screen and (max-width: 767px) {

  .azflow-page .azpage-inner {
    width:
      calc(100% - 30px);
  }


  .azflow-page .azpage-section {
    padding:
      52px 0;
  }


  .azflow-page .azpage-heading h2 {
    font-size:
      clamp(23px, 7vw, 30px);
  }


  .azflow-page .azpage-section-intro {
    margin-top:
      12px !important;

    font-size: 10px;

    line-height: 1.85;
  }


  .azflow-page
  .azpage-section-intro br {
    display: none;
  }


  .azflow-page .azpage-button {
    width: 100%;

    min-height: 50px;

    padding:
      12px 16px;

    white-space: normal;
  }


  .azflow-faq-item summary {
    min-width: 0;
  }


  .azflow-faq-question {
    overflow-wrap: anywhere;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   CONTACT PAGE
   HERO
========================================================== */


/* ==========================================================
   PAGE
========================================================== */

.azcontact-page,
.azcontact-page * {
  box-sizing: border-box;
}


.azcontact-page {
  width: 100%;
  max-width: none;

  margin: 0;
  padding: 0;

  overflow: hidden;

  color: #07172f;
}


.azcontact-page .azpage-inner {
  width: min(1180px, calc(100% - 40px));

  margin-right: auto;
  margin-left: auto;
}


/* ==========================================================
   HERO
========================================================== */

.azcontact-hero {
  position: relative;

  min-height: 610px;

  padding:
    95px 0 85px;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #f7faff 0%,
      #ffffff 55%,
      #f4f8ff 100%
    );
}


/* BACKGROUND */

.azcontact-hero::before {
  position: absolute;

  top: -230px;
  right: -170px;

  width: 560px;
  height: 560px;

  border:
    1px solid rgba(7, 92, 255, 0.08);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}


.azcontact-hero::after {
  position: absolute;

  bottom: -190px;
  left: -140px;

  width: 390px;
  height: 390px;

  border-radius: 50%;

  background:
    rgba(204, 236, 0, 0.055);

  content: "";

  pointer-events: none;
}


/* ==========================================================
   GRID
========================================================== */

.azcontact-hero-grid {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0, 0.95fr)
    minmax(390px, 1.05fr);

  align-items: center;

  gap: 65px;
}


/* ==========================================================
   LEFT COPY
========================================================== */

.azcontact-hero-copy {
  min-width: 0;
}


.azcontact-hero-en {
  display: block;

  margin-bottom: 9px;

  color: #075cff;

  font-size: 9px;
  font-weight: 900;

  letter-spacing: 0.22em;
}


/* H1 */

.azcontact-hero-copy h1 {
  margin:
    0 0 35px !important;

  padding: 0 !important;

  border: 0 !important;

  color: #07172f !important;

  background: none !important;

  font-size:
    clamp(38px, 5vw, 59px);

  font-weight: 900;

  line-height: 1.25;

  letter-spacing: 0.02em;
}


.azcontact-hero-copy h1::before,
.azcontact-hero-copy h1::after {
  display: none !important;

  content: none !important;
}


/* CATCH */

.azcontact-hero-catch {
  margin:
    0 0 20px !important;

  color: #07172f;

  font-size:
    clamp(22px, 3vw, 32px);

  font-weight: 900;

  line-height: 1.6;
}


.azcontact-hero-catch strong {
  position: relative;

  display: inline-block;

  color: #07172f;
}


.azcontact-hero-catch strong::after {
  position: absolute;
  z-index: -1;

  right: -3px;
  bottom: 5px;
  left: -3px;

  height: 9px;

  border-radius: 10px;

  background:
    rgba(204, 236, 0, 0.72);

  content: "";
}


/* TEXT */

.azcontact-hero-text {
  margin:
    0 0 13px !important;

  color: #52657a;

  font-size: 12px;
  font-weight: 700;

  line-height: 2;
}


.azcontact-hero-text-sub {
  color: #718196;

  font-size: 10px;
  font-weight: 500;
}


/* ==========================================================
   POINTS
========================================================== */

.azcontact-hero-points {
  display: flex;

  flex-wrap: wrap;

  gap: 7px;

  margin-top: 24px;
}


.azcontact-hero-points > span {
  display: inline-flex;

  align-items: center;

  gap: 6px;

  min-height: 32px;

  padding:
    5px 11px;

  border:
    1px solid #dce7f3;

  border-radius: 50px;

  color: #53677c;

  background: #ffffff;

  box-shadow:
    0 5px 15px
    rgba(3, 27, 65, 0.035);

  font-size: 8px;
  font-weight: 800;
}


.azcontact-hero-points b {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 18px;
  height: 18px;

  border-radius: 50%;

  color: #263000;

  background: #ccec00;

  font-size: 7px;
}


/* ==========================================================
   RIGHT VISUAL
========================================================== */

.azcontact-hero-visual {
  position: relative;

  min-width: 0;
  min-height: 440px;

  overflow: hidden;

  border:
    1px solid #dce7f3;

  border-radius: 25px;

  background:
    linear-gradient(
      145deg,
      #07172f,
      #0a326d
    );

  box-shadow:
    0 20px 55px
    rgba(3, 27, 65, 0.12);
}


/* BIG TEXT */

.azcontact-hero-bigtext {
  position: absolute;

  top: 22px;
  left: 25px;

  color:
    rgba(255, 255, 255, 0.055);

  font-size:
    clamp(55px, 7vw, 88px);

  font-weight: 900;

  line-height: 1;

  letter-spacing: -0.05em;
}


/* ==========================================================
   CENTER
========================================================== */

.azcontact-hero-center {
  position: absolute;

  top: 50%;
  left: 50%;

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  width: 205px;
  height: 205px;

  border:
    1px solid rgba(255, 255, 255, 0.16);

  border-radius: 50%;

  background:
    rgba(255, 255, 255, 0.07);

  transform:
    translate(-50%, -50%);

  text-align: center;
}


.azcontact-hero-center::before {
  position: absolute;

  inset: 13px;

  border:
    1px solid rgba(204, 236, 0, 0.24);

  border-radius: 50%;

  content: "";
}


.azcontact-hero-center-icon {
  position: relative;
  z-index: 2;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 43px;
  height: 43px;

  margin-bottom: 9px;

  border-radius: 50%;

  color: #07172f;

  background: #ccec00;

  font-size: 18px;
  font-weight: 900;
}


.azcontact-hero-center > span {
  position: relative;
  z-index: 2;

  margin-bottom: 4px;

  color: #ccec00;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.18em;
}


.azcontact-hero-center > strong {
  position: relative;
  z-index: 2;

  color: #ffffff;

  font-size: 15px;
  font-weight: 900;

  line-height: 1.55;
}


/* ==========================================================
   MESSAGE
========================================================== */

.azcontact-hero-message {
  position: absolute;

  right: 24px;
  bottom: 23px;

  width: 230px;

  padding:
    14px 16px;

  border:
    1px solid rgba(255, 255, 255, 0.15);

  border-radius: 9px;

  background:
    rgba(255, 255, 255, 0.08);
}


.azcontact-hero-message-en {
  display: block;

  margin-bottom: 4px;

  color: #ccec00;

  font-size: 6px;
  font-weight: 900;

  letter-spacing: 0.14em;
}


.azcontact-hero-message strong {
  display: block;

  margin-bottom: 3px;

  color: #ffffff;

  font-size: 9px;
  font-weight: 900;

  line-height: 1.6;
}


.azcontact-hero-message p {
  margin: 0 !important;

  color:
    rgba(255, 255, 255, 0.65);

  font-size: 8px;
}


/* ==========================================================
   FLOAT CARDS
========================================================== */

.azcontact-hero-card {
  position: absolute;
  z-index: 5;

  display: flex;

  flex-direction: column;

  min-width: 130px;

  padding:
    11px 14px;

  border-radius: 8px;

  background: #ffffff;

  box-shadow:
    0 10px 25px
    rgba(0, 0, 0, 0.16);
}


.azcontact-hero-card > span {
  margin-bottom: 2px;

  color: #8a9aab;

  font-size: 6px;
  font-weight: 900;

  letter-spacing: 0.14em;
}


.azcontact-hero-card > strong {
  color: #075cff;

  font-size: 10px;
  font-weight: 900;
}


.azcontact-hero-card-01 {
  top: 75px;
  right: 18px;
}


.azcontact-hero-card-02 {
  top: 160px;
  left: 17px;
}


.azcontact-hero-card-03 {
  bottom: 53px;
  left: 35px;
}


/* ==========================================================
   DOTS
========================================================== */

.azcontact-hero-dots {
  position: absolute;

  top: 25px;
  right: 22px;

  width: 110px;
  height: 80px;

  opacity: 0.12;

  background-image:
    radial-gradient(
      #ffffff 1.5px,
      transparent 1.5px
    );

  background-size:
    13px 13px;

  pointer-events: none;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 950px) {

  .azcontact-hero-grid {
    grid-template-columns:
      minmax(0, 0.9fr)
      minmax(330px, 1fr);

    gap: 35px;
  }


  .azcontact-hero-visual {
    min-height: 400px;
  }


  .azcontact-hero-center {
    width: 175px;
    height: 175px;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azcontact-page .azpage-inner {
    width:
      calc(100% - 30px);
  }


  .azcontact-hero {
    min-height: 0;

    padding:
      55px 0 50px;
  }


  .azcontact-hero::before,
  .azcontact-hero::after {
    display: none;
  }


  .azcontact-hero-grid {
    grid-template-columns: 1fr;

    gap: 35px;
  }


  /* COPY */

  .azcontact-hero-copy h1 {
    margin-bottom:
      25px !important;

    font-size: 38px;
  }


  .azcontact-hero-catch {
    font-size: 24px;
  }


  .azcontact-hero-text {
    font-size: 11px;
  }


  .azcontact-hero-points {
    flex-direction: column;

    align-items: flex-start;
  }


  /* VISUAL */

  .azcontact-hero-visual {
    min-height: 360px;

    border-radius: 17px;
  }


  .azcontact-hero-bigtext {
    top: 17px;
    left: 17px;

    font-size: 55px;
  }


  .azcontact-hero-center {
    width: 165px;
    height: 165px;
  }


  .azcontact-hero-center > strong {
    font-size: 13px;
  }


  /* CARDS */

  .azcontact-hero-card {
    min-width: 105px;

    padding:
      9px 11px;
  }


  .azcontact-hero-card > strong {
    font-size: 9px;
  }


  .azcontact-hero-card-01 {
    top: 60px;
    right: 8px;
  }


  .azcontact-hero-card-02 {
    top: 145px;
    left: 8px;
  }


  .azcontact-hero-card-03 {
    bottom: 55px;
    left: 12px;
  }


  .azcontact-hero-message {
    right: 10px;
    bottom: 10px;

    width: 175px;

    padding:
      10px 11px;
  }


  .azcontact-hero-message strong {
    font-size: 8px;
  }


  .azcontact-hero-dots {
    display: none;
  }

}
/* ==========================================================
   DIGITAL WORKS AZ
   CONTACT PAGE
   WHAT CAN WE HELP?
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azcontact-help {
  position: relative;

  padding:
    80px 0;

  overflow: hidden;

  background: #ffffff;
}


.azcontact-help::before {
  position: absolute;

  top: 150px;
  right: -160px;

  width: 350px;
  height: 350px;

  border:
    1px solid rgba(7, 92, 255, 0.06);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}


/* ==========================================================
   COMMON TITLE
========================================================== */

.azcontact-page .azwork-section-en {
  display: block;

  margin-bottom: 8px;

  color: #075cff;

  font-size: 8px;
  font-weight: 900;

  letter-spacing: 0.2em;

  text-align: center;
}


.azcontact-page .azpage-heading {
  text-align: center;
}


.azcontact-page .azpage-heading h2 {
  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;

  color: #07172f !important;

  background: none !important;

  font-size:
    clamp(27px, 3.5vw, 39px);

  font-weight: 900;

  line-height: 1.45;

  text-align: center;
}


.azcontact-page .azpage-heading h2::before,
.azcontact-page .azpage-heading h2::after {
  display: none !important;

  content: none !important;
}


.azcontact-page .azpage-section-intro {
  max-width: 700px;

  margin:
    14px auto 0 !important;

  color: #65768a;

  font-size: 11px;

  line-height: 1.9;

  text-align: center;
}


/* ==========================================================
   GRID
========================================================== */

.azcontact-help-grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 15px;

  width: min(1080px, 100%);

  margin: 45px auto 0;
}


/* ==========================================================
   CARD
========================================================== */

.azcontact-help-card {
  position: relative;

  min-width: 0;
  min-height: 330px;

  padding:
    27px 21px 22px;

  overflow: hidden;

  border:
    1px solid #dce7f3;

  border-radius: 14px;

  background:
    linear-gradient(
      180deg,
      #ffffff,
      #f8fbff
    );

  box-shadow:
    0 10px 30px
    rgba(3, 27, 65, 0.045);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}


.azcontact-help-card::before {
  position: absolute;

  top: 0;
  right: 0;
  left: 0;

  height: 4px;

  background: #075cff;

  content: "";
}


.azcontact-help-card:hover {
  border-color: #c9d9ec;

  transform:
    translateY(-4px);

  box-shadow:
    0 15px 35px
    rgba(3, 27, 65, 0.08);
}


/* HOME CARD */

.azcontact-help-card-home::before {
  background: #ccec00;
}


/* ==========================================================
   NUMBER
========================================================== */

.azcontact-help-number {
  position: absolute;

  top: 17px;
  right: 18px;

  color: #e5edf5;

  font-size: 34px;
  font-weight: 900;

  line-height: 1;
}


/* ==========================================================
   ICON
========================================================== */

.azcontact-help-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 54px;
  height: 54px;

  margin-bottom: 19px;

  border-radius: 13px;

  color: #075cff;

  background: #edf5ff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.05em;
}


.azcontact-help-card-home
.azcontact-help-icon {
  color: #3b4700;

  background: #eff6c5;
}


/* ==========================================================
   ENGLISH
========================================================== */

.azcontact-help-en {
  display: block;

  min-height: 18px;

  margin-bottom: 4px;

  color: #075cff;

  font-size: 6px;
  font-weight: 900;

  line-height: 1.4;

  letter-spacing: 0.14em;
}


.azcontact-help-card-home
.azcontact-help-en {
  color: #718000;
}


/* ==========================================================
   TITLE
========================================================== */

.azcontact-help-card h3 {
  margin:
    0 0 11px !important;

  padding: 0 !important;

  border: 0 !important;

  color: #07172f !important;

  background: none !important;

  font-size: 16px;
  font-weight: 900;

  line-height: 1.55;
}


.azcontact-help-card h3::before,
.azcontact-help-card h3::after {
  display: none !important;

  content: none !important;
}


/* ==========================================================
   DESCRIPTION
========================================================== */

.azcontact-help-card > p {
  margin: 0 !important;

  color: #687a8e;

  font-size: 9px;

  line-height: 1.9;
}


/* ==========================================================
   POINT
========================================================== */

.azcontact-help-point {
  display: grid;

  grid-template-columns:
    22px minmax(0, 1fr);

  align-items: center;

  gap: 8px;

  margin-top: 18px;

  padding:
    10px;

  border-radius: 8px;

  background: #f0f6ff;
}


.azcontact-help-card-home
.azcontact-help-point {
  background: #f4f8dc;
}


.azcontact-help-point > span {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 21px;
  height: 21px;

  border-radius: 50%;

  color: #ffffff;

  background: #075cff;

  font-size: 8px;
  font-weight: 900;
}


.azcontact-help-card-home
.azcontact-help-point > span {
  color: #334000;

  background: #ccec00;
}


.azcontact-help-point p {
  margin: 0 !important;

  color: #5e7186;

  font-size: 8px;
  font-weight: 700;

  line-height: 1.6;
}


/* ==========================================================
   BOTTOM MESSAGE
========================================================== */

.azcontact-help-message {
  display: grid;

  grid-template-columns:
    55px minmax(0, 1fr) auto;

  align-items: center;

  gap: 18px;

  width: min(900px, 100%);

  margin: 30px auto 0;

  padding:
    21px 23px;

  border:
    1px solid #dce7f3;

  border-radius: 11px;

  background:
    linear-gradient(
      105deg,
      #f3f8ff,
      #ffffff
    );
}


/* ? */

.azcontact-help-message-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 50px;
  height: 50px;

  border-radius: 50%;

  color: #ffffff;

  background: #075cff;

  font-size: 18px;
  font-weight: 900;
}


/* COPY */

.azcontact-help-message-copy > span {
  display: block;

  margin-bottom: 3px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.16em;
}


.azcontact-help-message-copy h3 {
  margin:
    0 0 4px !important;

  padding: 0 !important;

  border: 0 !important;

  color: #07172f !important;

  background: none !important;

  font-size: 14px;
  font-weight: 900;

  line-height: 1.6;
}


.azcontact-help-message-copy p {
  margin: 0 !important;

  color: #65768a;

  font-size: 9px;

  line-height: 1.75;
}


/* LINK */

.azcontact-help-link {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 8px;

  min-height: 42px;

  padding:
    9px 15px;

  border-radius: 6px;

  color: #ffffff !important;

  background: #075cff;

  text-decoration: none !important;

  font-size: 9px;
  font-weight: 900;

  white-space: nowrap;

  transition:
    transform 0.2s ease,
    background 0.2s ease;
}


.azcontact-help-link:hover {
  color: #ffffff !important;

  background: #004bd1;

  transform:
    translateY(-2px);
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 950px) {

  .azcontact-help-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }


  .azcontact-help-card {
    min-height: 300px;
  }


  .azcontact-help-message {
    grid-template-columns:
      50px minmax(0, 1fr);
  }


  .azcontact-help-link {
    grid-column:
      1 / -1;

    justify-self: center;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azcontact-help {
    padding:
      55px 0;
  }


  .azcontact-help::before {
    display: none;
  }


  .azcontact-page
  .azpage-section-intro br {
    display: none;
  }


  /* GRID */

  .azcontact-help-grid {
    grid-template-columns: 1fr;

    gap: 11px;

    margin-top: 30px;
  }


  .azcontact-help-card {
    min-height: 0;

    padding:
      23px 18px;

    border-radius: 11px;
  }


  .azcontact-help-card h3 {
    font-size: 17px;
  }


  .azcontact-help-card > p {
    font-size: 10px;
  }


  /* MESSAGE */

  .azcontact-help-message {
    grid-template-columns:
      42px minmax(0, 1fr);

    gap: 13px;

    margin-top: 22px;

    padding:
      18px 16px;
  }


  .azcontact-help-message-icon {
    width: 40px;
    height: 40px;

    font-size: 14px;
  }


  .azcontact-help-message-copy h3 {
    font-size: 13px;
  }


  .azcontact-help-link {
    grid-column:
      1 / -1;

    width: 100%;

    white-space: normal;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   CONTACT PAGE
   CONTACT FORM
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azcontact-form-section {
  position: relative;

  padding:
    85px 0;

  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #f5f9ff 0%,
      #ffffff 100%
    );
}


.azcontact-form-section::before {
  position: absolute;

  top: 150px;
  left: -180px;

  width: 400px;
  height: 400px;

  border:
    1px solid rgba(7, 92, 255, 0.06);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}


/* ==========================================================
   FORM WRAP
========================================================== */

.azcontact-form-wrap {
  position: relative;

  width: min(900px, 100%);

  margin:
    45px auto 0;

  padding:
    0 38px 35px;

  overflow: hidden;

  border:
    1px solid #dce7f3;

  border-radius: 16px;

  background: #ffffff;

  box-shadow:
    0 15px 45px
    rgba(3, 27, 65, 0.06);
}


/* TOP LINE */

.azcontact-form-wrap::before {
  position: absolute;

  top: 0;
  right: 0;
  left: 0;

  height: 5px;

  background:
    linear-gradient(
      90deg,
      #075cff 0%,
      #075cff 78%,
      #ccec00 78%,
      #ccec00 100%
    );

  content: "";
}


/* ==========================================================
   HEADER
========================================================== */

.azcontact-form-header {
  display: grid;

  grid-template-columns:
    58px minmax(0, 1fr);

  align-items: center;

  gap: 18px;

  padding:
    35px 0 27px;

  border-bottom:
    1px solid #e5edf5;
}


/* ICON */

.azcontact-form-header-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 55px;
  height: 55px;

  border-radius: 50%;

  color: #ffffff;

  background: #075cff;

  font-size: 19px;
  font-weight: 900;
}


/* COPY */

.azcontact-form-header-copy > span {
  display: block;

  margin-bottom: 3px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


.azcontact-form-header-copy h3 {
  margin:
    0 0 5px !important;

  padding: 0 !important;

  border: 0 !important;

  color: #07172f !important;

  background: none !important;

  font-size: 18px;
  font-weight: 900;

  line-height: 1.55;
}


.azcontact-form-header-copy h3::before,
.azcontact-form-header-copy h3::after {
  display: none !important;

  content: none !important;
}


.azcontact-form-header-copy p {
  margin: 0 !important;

  color: #687a8e;

  font-size: 9px;

  line-height: 1.8;
}


/* ==========================================================
   3 STEPS
========================================================== */

.azcontact-form-info {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    30px
    minmax(0, 1fr)
    30px
    minmax(0, 1fr);

  align-items: center;

  gap: 7px;

  margin:
    27px 0 32px;
}


/* ITEM */

.azcontact-form-info-item {
  display: grid;

  grid-template-columns:
    38px minmax(0, 1fr);

  align-items: center;

  gap: 10px;

  min-height: 75px;

  padding:
    11px;

  border:
    1px solid #e2eaf3;

  border-radius: 9px;

  background: #f9fbfe;
}


/* NUMBER */

.azcontact-form-info-mark {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 36px;
  height: 36px;

  border-radius: 50%;

  color: #ffffff;

  background: #075cff;

  font-size: 8px;
  font-weight: 900;
}


.azcontact-form-info-mark-last {
  color: #354000;

  background: #ccec00;
}


/* TEXT */

.azcontact-form-info-item strong {
  display: block;

  margin-bottom: 2px;

  color: #07172f;

  font-size: 9px;
  font-weight: 900;
}


.azcontact-form-info-item p {
  margin: 0 !important;

  color: #718196;

  font-size: 7px;

  line-height: 1.6;
}


/* ARROW */

.azcontact-form-info-arrow {
  color: #075cff;

  font-size: 16px;
  font-weight: 900;

  text-align: center;
}


/* ==========================================================
   CONTACT FORM 7 AREA
========================================================== */

.azcontact-cf7 {
  position: relative;

  padding:
    30px;

  border:
    1px solid #e0e9f2;

  border-radius: 12px;

  background: #fbfdff;
}


/* ==========================================================
   CF7 COMMON
========================================================== */

.azcontact-cf7 .wpcf7 {
  width: 100%;
}


.azcontact-cf7 p {
  margin:
    0 0 20px !important;

  color: #07172f;

  font-size: 11px;

  line-height: 1.7;
}


/* LABEL */

.azcontact-cf7 label {
  display: block;

  width: 100%;

  color: #07172f;

  font-size: 10px;
  font-weight: 900;

  line-height: 1.7;
}


/* ==========================================================
   INPUT
========================================================== */

.azcontact-cf7 input[type="text"],
.azcontact-cf7 input[type="email"],
.azcontact-cf7 input[type="tel"],
.azcontact-cf7 input[type="url"],
.azcontact-cf7 input[type="number"],
.azcontact-cf7 select,
.azcontact-cf7 textarea {
  box-sizing: border-box;

  width: 100%;
  max-width: none;

  margin-top: 7px;

  padding:
    13px 14px;

  border:
    1px solid #d6e1ec;

  border-radius: 7px;

  outline: none;

  color: #07172f;

  background: #ffffff;

  font-size: 11px;

  line-height: 1.6;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}


/* FOCUS */

.azcontact-cf7 input:focus,
.azcontact-cf7 select:focus,
.azcontact-cf7 textarea:focus {
  border-color: #075cff;

  box-shadow:
    0 0 0 3px
    rgba(7, 92, 255, 0.08);
}


/* TEXTAREA */

.azcontact-cf7 textarea {
  min-height: 170px;

  resize: vertical;
}


/* ==========================================================
   CHECKBOX / RADIO
========================================================== */

.azcontact-cf7
.wpcf7-checkbox,
.azcontact-cf7
.wpcf7-radio {
  display: flex;

  flex-wrap: wrap;

  gap: 8px;

  margin-top: 8px;
}


.azcontact-cf7
.wpcf7-list-item {
  margin: 0;
}


.azcontact-cf7
.wpcf7-list-item label {
  display: inline-flex;

  align-items: center;

  gap: 6px;

  padding:
    8px 11px;

  border:
    1px solid #dce7f3;

  border-radius: 6px;

  background: #ffffff;

  font-size: 9px;

  cursor: pointer;
}


/* ==========================================================
   SUBMIT
========================================================== */

.azcontact-cf7 input[type="submit"] {
  display: block;

  width: min(340px, 100%);

  min-height: 58px;

  margin:
    30px auto 5px;

  padding:
    12px 25px;

  border:
    1px solid #ccec00;

  border-radius: 8px;

  color: #263000;

  background: #ccec00;

  box-shadow:
    0 10px 25px
    rgba(204, 236, 0, 0.16);

  font-size: 12px;
  font-weight: 900;

  cursor: pointer;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}


.azcontact-cf7 input[type="submit"]:hover {
  background: #d8f42a;

  transform:
    translateY(-2px);

  box-shadow:
    0 14px 30px
    rgba(204, 236, 0, 0.22);
}


/* ==========================================================
   CF7 ERROR
========================================================== */

.azcontact-cf7
.wpcf7-not-valid-tip {
  display: block;

  margin-top: 5px;

  color: #d63638;

  font-size: 8px;
  font-weight: 700;
}


.azcontact-cf7
.wpcf7-response-output {
  margin:
    20px 0 0 !important;

  padding:
    12px 14px !important;

  border-radius: 7px;

  font-size: 9px;

  line-height: 1.7;
}


/* ==========================================================
   PRIVACY
========================================================== */

.azcontact-form-privacy {
  display: grid;

  grid-template-columns:
    35px minmax(0, 1fr);

  align-items: center;

  gap: 11px;

  margin-top: 20px;

  padding:
    13px 15px;

  border-radius: 8px;

  background: #f2f7ff;
}


.azcontact-form-privacy-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 32px;
  height: 32px;

  border-radius: 50%;

  color: #ffffff;

  background: #075cff;

  font-size: 10px;
  font-weight: 900;
}


.azcontact-form-privacy strong {
  display: block;

  margin-bottom: 2px;

  color: #07172f;

  font-size: 9px;
  font-weight: 900;
}


.azcontact-form-privacy p {
  margin: 0 !important;

  color: #6a7c90;

  font-size: 8px;

  line-height: 1.6;
}


/* ==========================================================
   BOTTOM
========================================================== */

.azcontact-form-bottom {
  width: min(720px, 100%);

  margin:
    20px auto 0;

  padding:
    20px 22px;

  border:
    1px solid #dce7f3;

  border-radius: 9px;

  background: #ffffff;

  text-align: center;
}


.azcontact-form-bottom > span {
  display: block;

  margin-bottom: 4px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


.azcontact-form-bottom h3 {
  margin:
    0 0 5px !important;

  padding: 0 !important;

  border: 0 !important;

  color: #07172f !important;

  background: none !important;

  font-size: 15px;
  font-weight: 900;

  line-height: 1.6;
}


.azcontact-form-bottom p {
  margin: 0 !important;

  color: #65768a;

  font-size: 9px;

  line-height: 1.8;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 900px) {

  .azcontact-form-wrap {
    padding:
      0 25px 28px;
  }


  .azcontact-form-info {
    grid-template-columns:
      repeat(3, minmax(0, 1fr));

    gap: 9px;
  }


  .azcontact-form-info-arrow {
    display: none;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azcontact-form-section {
    padding:
      55px 0;
  }


  .azcontact-form-section::before {
    display: none;
  }


  /* WRAP */

  .azcontact-form-wrap {
    margin-top: 30px;

    padding:
      0 15px 20px;

    border-radius: 12px;
  }


  /* HEADER */

  .azcontact-form-header {
    grid-template-columns:
      44px minmax(0, 1fr);

    gap: 12px;

    padding:
      26px 2px 20px;
  }


  .azcontact-form-header-icon {
    width: 42px;
    height: 42px;

    font-size: 15px;
  }


  .azcontact-form-header-copy h3 {
    font-size: 15px;
  }


  /* STEPS */

  .azcontact-form-info {
    grid-template-columns: 1fr;

    gap: 8px;

    margin:
      20px 0;
  }


  .azcontact-form-info-item {
    min-height: 0;
  }


  /* FORM */

  .azcontact-cf7 {
    padding:
      20px 14px;
  }


  .azcontact-cf7 p {
    margin-bottom:
      17px !important;
  }


  .azcontact-cf7 input[type="text"],
  .azcontact-cf7 input[type="email"],
  .azcontact-cf7 input[type="tel"],
  .azcontact-cf7 input[type="url"],
  .azcontact-cf7 input[type="number"],
  .azcontact-cf7 select,
  .azcontact-cf7 textarea {
    font-size: 16px;
  }


  .azcontact-cf7 textarea {
    min-height: 150px;
  }


  .azcontact-cf7 input[type="submit"] {
    width: 100%;

    min-height: 55px;
  }


  /* PRIVACY */

  .azcontact-form-privacy {
    grid-template-columns:
      32px minmax(0, 1fr);

    padding:
      12px;
  }


  /* BOTTOM */

  .azcontact-form-bottom {
    padding:
      18px 15px;
  }


  .azcontact-form-bottom h3 {
    font-size: 14px;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   CONTACT PAGE
   BEFORE CONTACT
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azcontact-before {
  position: relative;

  padding:
    80px 0;

  overflow: hidden;
}


.azcontact-before::before {
  position: absolute;

  top: 160px;
  right: -150px;

  width: 330px;
  height: 330px;

  border:
    1px solid rgba(7, 92, 255, 0.06);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}


/* ==========================================================
   GRID
========================================================== */

.azcontact-before-grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 14px;

  width: min(1080px, 100%);

  margin:
    45px auto 0;
}


/* ==========================================================
   CARD
========================================================== */

.azcontact-before-card {
  position: relative;

  min-width: 0;
  min-height: 310px;

  padding:
    26px 21px 22px;

  overflow: hidden;

  border:
    1px solid #dce7f3;

  border-radius: 13px;

  background: #ffffff;

  box-shadow:
    0 9px 28px
    rgba(3, 27, 65, 0.045);
}


.azcontact-before-card::before {
  position: absolute;

  top: 0;
  right: 0;
  left: 0;

  height: 4px;

  background: #075cff;

  content: "";
}


.azcontact-before-card-family::before {
  background: #ccec00;
}


/* ==========================================================
   NUMBER
========================================================== */

.azcontact-before-number {
  position: absolute;

  top: 17px;
  right: 18px;

  color: #e3ebf4;

  font-size: 33px;
  font-weight: 900;

  line-height: 1;
}


/* ==========================================================
   ICON
========================================================== */

.azcontact-before-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;

  margin-bottom: 18px;

  border-radius: 12px;

  color: #075cff;

  background: #edf5ff;

  font-size: 10px;
  font-weight: 900;
}


.azcontact-before-card-family
.azcontact-before-icon {
  color: #3c4800;

  background: #f1f7cb;

  font-size: 7px;
}


/* ==========================================================
   ENGLISH
========================================================== */

.azcontact-before-en {
  display: block;

  margin-bottom: 5px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.15em;
}


.azcontact-before-card-family
.azcontact-before-en {
  color: #718000;
}


/* ==========================================================
   TITLE
========================================================== */

.azcontact-before-card h3 {
  margin:
    0 0 10px !important;

  padding: 0 !important;

  border: 0 !important;

  color: #07172f !important;

  background: none !important;

  font-size: 16px;
  font-weight: 900;

  line-height: 1.55;
}


.azcontact-before-card h3::before,
.azcontact-before-card h3::after {
  display: none !important;

  content: none !important;
}


/* ==========================================================
   TEXT
========================================================== */

.azcontact-before-card p {
  margin: 0 !important;

  color: #687a8e;

  font-size: 9px;

  line-height: 1.9;
}


/* ==========================================================
   MESSAGE
========================================================== */

.azcontact-before-message {
  display: grid;

  grid-template-columns:
    80px minmax(0, 1fr);

  align-items: center;

  gap: 22px;

  width: min(850px, 100%);

  margin:
    30px auto 0;

  padding:
    24px 27px;

  border:
    1px solid #dce7f3;

  border-radius: 11px;

  background:
    linear-gradient(
      105deg,
      #f3f8ff,
      #ffffff
    );
}


/* AZ MARK */

.azcontact-before-message-mark {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 75px;
  height: 75px;

  border-radius: 18px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      #075cff,
      #00aee8
    );

  box-shadow:
    0 8px 20px
    rgba(7, 92, 255, 0.15);

  font-size: 22px;
  font-weight: 900;
}


/* COPY */

.azcontact-before-message-copy > span {
  display: block;

  margin-bottom: 4px;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


.azcontact-before-message-copy h3 {
  margin:
    0 0 6px !important;

  padding: 0 !important;

  border: 0 !important;

  color: #07172f !important;

  background: none !important;

  font-size: 16px;
  font-weight: 900;

  line-height: 1.6;
}


.azcontact-before-message-copy p {
  margin: 0 !important;

  color: #65768a;

  font-size: 9px;

  line-height: 1.8;
}


/* ==========================================================
   NEXT
========================================================== */

.azcontact-before-next {
  display: flex;

  align-items: center;

  gap: 18px;

  width: min(760px, 100%);

  margin:
    16px auto 0;

  padding:
    14px 17px;

  border:
    1px solid #dce7f3;

  border-radius: 8px;

  background: #ffffff;
}


.azcontact-before-next > span {
  flex: 0 0 auto;

  color: #075cff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.17em;
}


.azcontact-before-next p {
  flex: 1;

  margin: 0 !important;

  color: #65768a;

  font-size: 9px;

  line-height: 1.7;
}


.azcontact-before-next a {
  flex: 0 0 auto;

  color: #075cff !important;

  text-decoration: none !important;

  font-size: 9px;
  font-weight: 900;

  white-space: nowrap;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 950px) {

  .azcontact-before-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }


  .azcontact-before-card {
    min-height: 280px;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

  .azcontact-before {
    padding:
      55px 0;
  }


  .azcontact-before::before {
    display: none;
  }


  .azcontact-before-grid {
    grid-template-columns: 1fr;

    gap: 11px;

    margin-top: 30px;
  }


  .azcontact-before-card {
    min-height: 0;

    padding:
      23px 18px;

    border-radius: 11px;
  }


  .azcontact-before-card h3 {
    font-size: 17px;
  }


  .azcontact-before-card p {
    font-size: 10px;
  }


  /* MESSAGE */

  .azcontact-before-message {
    grid-template-columns:
      58px minmax(0, 1fr);

    gap: 14px;

    margin-top: 22px;

    padding:
      18px 16px;
  }


  .azcontact-before-message-mark {
    width: 55px;
    height: 55px;

    border-radius: 13px;

    font-size: 17px;
  }


  .azcontact-before-message-copy h3 {
    font-size: 14px;
  }


  /* NEXT */

  .azcontact-before-next {
    flex-direction: column;

    align-items: flex-start;

    gap: 7px;

    padding:
      15px 16px;
  }


  .azcontact-before-next a {
    white-space: normal;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   CONTACT PAGE
   AFTER CONTACT / FINAL
========================================================== */


/* ==========================================================
   SECTION
========================================================== */

.azcontact-after {
  position: relative;

  padding:
    85px 0 90px;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #07172f 0%,
      #092a5a 60%,
      #0b3977 100%
    );
}


.azcontact-after::before {
  position: absolute;

  top: -250px;
  right: -180px;

  width: 600px;
  height: 600px;

  border:
    1px solid rgba(255, 255, 255, 0.06);

  border-radius: 50%;

  content: "";

  pointer-events: none;
}


.azcontact-after::after {
  position: absolute;

  bottom: -220px;
  left: -180px;

  width: 430px;
  height: 430px;

  border-radius: 50%;

  background:
    rgba(204, 236, 0, 0.035);

  content: "";

  pointer-events: none;
}


/* ==========================================================
   HEADING
========================================================== */

.azcontact-after-heading {
  position: relative;
  z-index: 2;

  max-width: 720px;

  margin:
    0 auto 43px;

  text-align: center;
}


.azcontact-after-en {
  display: block;

  margin-bottom: 8px;

  color: #ccec00;

  font-size: 8px;
  font-weight: 900;

  letter-spacing: 0.2em;
}


.azcontact-after-heading h2 {
  margin:
    0 0 12px !important;

  padding: 0 !important;

  border: 0 !important;

  color: #ffffff !important;

  background: none !important;

  font-size:
    clamp(27px, 3.5vw, 40px);

  font-weight: 900;

  line-height: 1.45;
}


.azcontact-after-heading h2::before,
.azcontact-after-heading h2::after {
  display: none !important;

  content: none !important;
}


.azcontact-after-heading p {
  margin: 0 !important;

  color:
    rgba(255, 255, 255, 0.65);

  font-size: 10px;

  line-height: 1.9;
}


/* ==========================================================
   FLOW
========================================================== */

.azcontact-after-flow {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    28px
    minmax(0, 1fr)
    28px
    minmax(0, 1fr)
    28px
    minmax(0, 1fr);

  align-items: center;

  gap: 5px;

  width: min(1080px, 100%);

  margin: 0 auto;
}


/* ==========================================================
   STEP
========================================================== */

.azcontact-after-step {
  position: relative;

  min-width: 0;
  min-height: 250px;

  padding:
    24px 18px 20px;

  border:
    1px solid rgba(255, 255, 255, 0.12);

  border-radius: 12px;

  background:
    rgba(255, 255, 255, 0.06);

  text-align: center;
}


.azcontact-after-step-last {
  border-color:
    rgba(204, 236, 0, 0.35);

  background:
    rgba(204, 236, 0, 0.07);
}


/* NUMBER */

.azcontact-after-step-number {
  position: absolute;

  top: 13px;
  right: 14px;

  color:
    rgba(255, 255, 255, 0.12);

  font-size: 27px;
  font-weight: 900;

  line-height: 1;
}


/* ICON */

.azcontact-after-step-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 55px;
  height: 55px;

  margin:
    4px auto 17px;

  border-radius: 50%;

  color: #075cff;

  background: #ffffff;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.05em;
}


.azcontact-after-step-last
.azcontact-after-step-icon {
  color: #354000;

  background: #ccec00;
}


/* EN */

.azcontact-after-step-en {
  display: block;

  margin-bottom: 4px;

  color: #ccec00;

  font-size: 6px;
  font-weight: 900;

  letter-spacing: 0.15em;
}


/* TITLE */

.azcontact-after-step h3 {
  margin:
    0 0 8px !important;

  padding: 0 !important;

  border: 0 !important;

  color: #ffffff !important;

  background: none !important;

  font-size: 13px;
  font-weight: 900;

  line-height: 1.55;
}


.azcontact-after-step h3::before,
.azcontact-after-step h3::after {
  display: none !important;

  content: none !important;
}


/* TEXT */

.azcontact-after-step p {
  margin: 0 !important;

  color:
    rgba(255, 255, 255, 0.58);

  font-size: 8px;

  line-height: 1.8;
}


/* ARROW */

.azcontact-after-arrow {
  color: #ccec00;

  font-size: 18px;
  font-weight: 900;

  text-align: center;
}


/* ==========================================================
   FINAL MESSAGE
========================================================== */

.azcontact-after-message {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(280px, 0.7fr);

  align-items: center;

  gap: 45px;

  width: min(950px, 100%);

  margin:
    55px auto 0;

  padding:
    40px;

  overflow: hidden;

  border:
    1px solid rgba(255, 255, 255, 0.13);

  border-radius: 17px;

  background:
    rgba(255, 255, 255, 0.055);
}


/* ==========================================================
   MESSAGE COPY
========================================================== */

.azcontact-after-message-copy > span {
  display: block;

  margin-bottom: 7px;

  color: #ccec00;

  font-size: 7px;
  font-weight: 900;

  letter-spacing: 0.18em;
}


.azcontact-after-message-copy h2 {
  margin:
    0 0 14px !important;

  padding: 0 !important;

  border: 0 !important;

  color: #ffffff !important;

  background: none !important;

  font-size:
    clamp(24px, 3.2vw, 35px);

  font-weight: 900;

  line-height: 1.55;
}


.azcontact-after-message-copy h2::before,
.azcontact-after-message-copy h2::after {
  display: none !important;

  content: none !important;
}


.azcontact-after-message-copy p {
  max-width: 530px;

  margin: 0 !important;

  color:
    rgba(255, 255, 255, 0.64);

  font-size: 9px;

  line-height: 1.9;
}


/* ==========================================================
   BUTTON
========================================================== */

.azcontact-after-button {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 20px;

  width: min(340px, 100%);

  min-height: 64px;

  margin-top: 23px;

  padding:
    10px 12px 10px 18px;

  border-radius: 8px;

  color: #263000 !important;

  background: #ccec00;

  text-decoration: none !important;

  box-shadow:
    0 10px 25px
    rgba(204, 236, 0, 0.14);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}


.azcontact-after-button:hover {
  color: #263000 !important;

  background: #d9f42a;

  transform:
    translateY(-2px);

  box-shadow:
    0 14px 30px
    rgba(204, 236, 0, 0.2);
}


.azcontact-after-button > span {
  display: flex;

  flex-direction: column;

  gap: 1px;
}


.azcontact-after-button small {
  font-size: 6px;
  font-weight: 900;

  letter-spacing: 0.14em;

  opacity: 0.65;
}


.azcontact-after-button strong {
  font-size: 11px;
  font-weight: 900;
}


.azcontact-after-button > b {
  display: flex;

  flex: 0 0 auto;

  align-items: center;
  justify-content: center;

  width: 32px;
  height: 32px;

  border-radius: 50%;

  color: #ffffff;

  background: #075cff;

  font-size: 13px;
}


/* ==========================================================
   VISUAL
========================================================== */

.azcontact-after-visual {
  position: relative;

  min-height: 280px;
}


/* BIG AZ */

.azcontact-after-bigtext {
  position: absolute;

  top: 50%;
  left: 50%;

  color:
    rgba(255, 255, 255, 0.035);

  font-size: 180px;
  font-weight: 900;

  line-height: 1;

  transform:
    translate(-50%, -50%);
}


/* CIRCLE */

.azcontact-after-circle {
  position: absolute;
  z-index: 3;

  top: 50%;
  left: 50%;

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  width: 185px;
  height: 185px;

  border:
    1px solid rgba(204, 236, 0, 0.35);

  border-radius: 50%;

  background:
    rgba(255, 255, 255, 0.055);

  transform:
    translate(-50%, -50%);

  text-align: center;
}


.azcontact-after-circle::before {
  position: absolute;

  inset: 11px;

  border:
    1px solid rgba(255, 255, 255, 0.11);

  border-radius: 50%;

  content: "";
}


.azcontact-after-circle span {
  position: relative;
  z-index: 2;

  color: #ccec00;

  font-size: 6px;
  font-weight: 900;

  letter-spacing: 0.15em;
}


.azcontact-after-circle strong {
  position: relative;
  z-index: 2;

  margin:
    2px 0;

  color: #ffffff;

  font-size: 42px;
  font-weight: 900;

  line-height: 1;
}


.azcontact-after-circle p {
  position: relative;
  z-index: 2;

  margin: 0 !important;

  color:
    rgba(255, 255, 255, 0.55);

  font-size: 7px;
  font-weight: 900;

  line-height: 1.5;

  letter-spacing: 0.1em;
}


/* ==========================================================
   TAGS
========================================================== */

.azcontact-after-tag {
  position: absolute;
  z-index: 5;

  display: flex;

  align-items: center;
  justify-content: center;

  min-width: 68px;

  min-height: 31px;

  padding:
    5px 11px;

  border-radius: 50px;

  color: #075cff;

  background: #ffffff;

  box-shadow:
    0 8px 20px
    rgba(0, 0, 0, 0.12);

  font-size: 8px;
  font-weight: 900;
}


.azcontact-after-tag-01 {
  top: 30px;
  right: 10px;
}


.azcontact-after-tag-02 {
  top: 125px;
  left: 0;
}


.azcontact-after-tag-03 {
  right: 0;
  bottom: 27px;

  color: #354000;

  background: #ccec00;
}


/* DOTS */

.azcontact-after-dots {
  position: absolute;

  right: 10px;
  bottom: 5px;

  width: 100px;
  height: 70px;

  opacity: 0.1;

  background-image:
    radial-gradient(
      #ffffff 1.5px,
      transparent 1.5px
    );

  background-size:
    13px 13px;
}


/* ==========================================================
   PAGE LINKS
========================================================== */

.azcontact-after-links {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 10px;

  width: min(700px, 100%);

  margin:
    18px auto 0;
}


.azcontact-after-links a {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr) auto;

  align-items: center;

  column-gap: 15px;

  min-height: 70px;

  padding:
    13px 17px;

  border:
    1px solid rgba(255, 255, 255, 0.12);

  border-radius: 8px;

  color: #ffffff !important;

  background:
    rgba(255, 255, 255, 0.045);

  text-decoration: none !important;

  transition:
    background 0.2s ease,
    transform 0.2s ease;
}


.azcontact-after-links a:hover {
  background:
    rgba(255, 255, 255, 0.09);

  transform:
    translateY(-2px);
}


.azcontact-after-links a > span {
  grid-column: 1;

  color: #ccec00;

  font-size: 6px;
  font-weight: 900;

  letter-spacing: 0.16em;
}


.azcontact-after-links a > strong {
  grid-column: 1;

  color: #ffffff;

  font-size: 10px;
  font-weight: 900;
}


.azcontact-after-links a > b {
  grid-column: 2;
  grid-row: 1 / 3;

  color: #ccec00;

  font-size: 15px;
}


/* ==========================================================
   TABLET
========================================================== */

@media screen and (max-width: 950px) {

  .azcontact-after-flow {
    grid-template-columns:
      repeat(4, minmax(0, 1fr));

    gap: 9px;
  }


  .azcontact-after-arrow {
    display: none;
  }


  .azcontact-after-message {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(230px, 0.65fr);

    gap: 25px;

    padding: 32px;
  }

}


/* ==========================================================
   SMARTPHONE
========================================================== */

@media screen and (max-width: 767px) {

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


  .azcontact-after::before,
  .azcontact-after::after {
    display: none;
  }


  .azcontact-after-heading {
    margin-bottom: 30px;
  }


  .azcontact-after-heading p br {
    display: none;
  }


  /* FLOW */

  .azcontact-after-flow {
    grid-template-columns: 1fr;

    gap: 9px;
  }


  .azcontact-after-step {
    min-height: 0;

    padding:
      21px 18px;

    text-align: left;
  }


  .azcontact-after-step-icon {
    margin:
      0 0 14px;

    width: 48px;
    height: 48px;
  }


  .azcontact-after-step h3 {
    font-size: 15px;
  }


  .azcontact-after-step p {
    font-size: 9px;
  }


  /* MESSAGE */

  .azcontact-after-message {
    grid-template-columns: 1fr;

    gap: 20px;

    margin-top: 35px;

    padding:
      26px 20px;
  }


  .azcontact-after-message-copy h2 {
    font-size: 25px;
  }


  .azcontact-after-message-copy h2 br {
    display: none;
  }


  .azcontact-after-button {
    width: 100%;
  }


  /* VISUAL */

  .azcontact-after-visual {
    min-height: 250px;
  }


  .azcontact-after-bigtext {
    font-size: 145px;
  }


  .azcontact-after-circle {
    width: 160px;
    height: 160px;
  }


  .azcontact-after-circle strong {
    font-size: 35px;
  }


  .azcontact-after-tag-01 {
    top: 20px;
    right: 5px;
  }


  .azcontact-after-tag-02 {
    top: 110px;
  }


  .azcontact-after-tag-03 {
    right: 5px;
    bottom: 20px;
  }


  .azcontact-after-dots {
    display: none;
  }


  /* LINKS */

  .azcontact-after-links {
    grid-template-columns: 1fr;
  }

}

/* ==========================================================
   DIGITAL WORKS AZ
   CONTACT2
   FINAL ADJUSTMENTS
========================================================== */


/* ==========================================================
   01. 基本
========================================================== */

.azcontact-page,
.azcontact-page * {
  box-sizing: border-box;
}


.azcontact-page {
  width: 100%;
  max-width: none;

  margin: 0;
  padding: 0;

  overflow: hidden;
}


/* ==========================================================
   02. 共通内側幅
========================================================== */

.azcontact-page .azpage-inner {
  width: min(1180px, calc(100% - 40px));

  margin-right: auto;
  margin-left: auto;
}


/* ==========================================================
   03. セクション幅
========================================================== */

.azcontact-page section {
  box-sizing: border-box;

  width: 100%;
}


/* ==========================================================
   04. 共通セクション余白
========================================================== */

.azcontact-page .azpage-section {
  padding:
    80px 0;
}


/* ==========================================================
   05. 共通見出し
========================================================== */

.azcontact-page .azpage-heading {
  text-align: center;
}


.azcontact-page .azpage-heading h2 {
  margin:
    0 !important;

  padding:
    0 !important;

  border:
    0 !important;

  color:
    #07172f !important;

  background:
    none !important;

  font-size:
    clamp(26px, 3.3vw, 39px);

  font-weight:
    900;

  line-height:
    1.45;

  text-align:
    center;
}


.azcontact-page
.azpage-heading h2::before,
.azcontact-page
.azpage-heading h2::after {
  display:
    none !important;

  content:
    none !important;
}


/* ==========================================================
   06. 英字タイトル
========================================================== */

.azcontact-page
.azwork-section-en {
  display:
    block;

  margin-bottom:
    8px;

  color:
    #075cff;

  font-size:
    8px;

  font-weight:
    900;

  letter-spacing:
    0.2em;

  text-align:
    center;
}


/* ==========================================================
   07. 説明文
========================================================== */

.azcontact-page
.azpage-section-intro {
  max-width:
    720px;

  margin:
    14px auto 0 !important;

  color:
    #65768a;

  font-size:
    11px;

  line-height:
    1.9;

  text-align:
    center;
}


/* ==========================================================
   08. Simplicity2の見出し装飾を解除
========================================================== */

.azcontact-page h1,
.azcontact-page h2,
.azcontact-page h3,
.azcontact-page h4 {
  border:
    0 !important;

  background:
    none !important;
}


.azcontact-page h1::before,
.azcontact-page h1::after,
.azcontact-page h2::before,
.azcontact-page h2::after,
.azcontact-page h3::before,
.azcontact-page h3::after {
  content:
    none !important;
}


/* ==========================================================
   09. 画像
========================================================== */

.azcontact-page img {
  max-width:
    100%;

  height:
    auto;

  vertical-align:
    bottom;
}


/* ==========================================================
   10. 空pタグ対策
========================================================== */

.azcontact-page > p:empty,
.azcontact-page section > p:empty,
.azcontact-page .azpage-inner > p:empty,
.azcontact-page .azcontact-cf7 > p:empty {
  display:
    none !important;

  margin:
    0 !important;

  padding:
    0 !important;
}


/* ==========================================================
   11. WordPress自動改行対策
========================================================== */

.azcontact-page br + br {
  display:
    none;
}


/* ==========================================================
   12. リンク共通
========================================================== */

.azcontact-page a {
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}


/* ==========================================================
   13. ボタン共通
========================================================== */

.azcontact-page
.azpage-button {
  box-sizing:
    border-box;

  display:
    inline-flex;

  align-items:
    center;

  justify-content:
    center;

  min-height:
    48px;

  padding:
    12px 22px;

  border-radius:
    7px;

  text-decoration:
    none !important;

  font-size:
    11px;

  font-weight:
    900;

  line-height:
    1.5;

  text-align:
    center;
}


.azcontact-page
.azpage-button-blue {
  border:
    1px solid #075cff;

  color:
    #ffffff !important;

  background:
    #075cff;
}


.azcontact-page
.azpage-button-blue:hover {
  color:
    #ffffff !important;

  background:
    #004bd1;

  transform:
    translateY(-2px);

  box-shadow:
    0 10px 25px
    rgba(7, 92, 255, 0.22);
}


/* ==========================================================
   14. アンカー位置調整
========================================================== */

#azcontact-help,
#azcontact-form,
#azcontact-before,
#azcontact-after {
  scroll-margin-top:
    100px;
}


/* ==========================================================
   15. Contact Form 7
   横幅・はみ出し対策
========================================================== */

#azcontact-form,
#azcontact-form * {
  box-sizing:
    border-box;
}


#azcontact-form .wpcf7 {
  width:
    100%;
}


#azcontact-form
.wpcf7-form {
  width:
    100%;
}


#azcontact-form
.wpcf7-form-control-wrap {
  display:
    block;

  width:
    100%;
}


#azcontact-form
input,
#azcontact-form
textarea,
#azcontact-form
select {
  max-width:
    100%;
}


/* ==========================================================
   16. CF7 入力欄
========================================================== */

#azcontact-form
input[type="text"],
#azcontact-form
input[type="email"],
#azcontact-form
input[type="tel"],
#azcontact-form
input[type="url"],
#azcontact-form
input[type="number"],
#azcontact-form
textarea,
#azcontact-form
select {
  box-sizing:
    border-box;

  display:
    block;

  width:
    100%;
}


/* ==========================================================
   17. ラジオ・チェックボックス
========================================================== */

#azcontact-form
input[type="radio"],
#azcontact-form
input[type="checkbox"] {
  display:
    inline-block;

  width:
    auto;

  max-width:
    none;
}


#azcontact-form
.wpcf7-list-item {
  box-sizing:
    border-box;
}


/* ==========================================================
   18. CF7送信ボタン
========================================================== */

#azcontact-form
input[type="submit"] {
  box-sizing:
    border-box;

  max-width:
    100%;
}


/* ==========================================================
   19. CF7スピナー
========================================================== */

#azcontact-form
.wpcf7-spinner {
  vertical-align:
    middle;
}


/* ==========================================================
   20. エラー・完了メッセージ
========================================================== */

#azcontact-form
.wpcf7-response-output {
  box-sizing:
    border-box;

  width:
    100%;

  margin:
    20px 0 0 !important;

  border-radius:
    7px;

  font-size:
    10px;

  line-height:
    1.7;
}


#azcontact-form
.wpcf7-not-valid-tip {
  margin-top:
    5px;

  font-size:
    9px;

  line-height:
    1.6;
}


/* ==========================================================
   21. CONTACT AFTER
   ページ下部はみ出し対策
========================================================== */

.azcontact-after,
.azcontact-after * {
  box-sizing:
    border-box;
}


.azcontact-after-flow,
.azcontact-after-message,
.azcontact-after-links {
  max-width:
    100%;
}


/* ==========================================================
   22. タブレット
========================================================== */

@media screen and (max-width: 950px) {

  .azcontact-page
  .azpage-section {
    padding:
      65px 0;
  }

}


/* ==========================================================
   23. スマートフォン
========================================================== */

@media screen and (max-width: 767px) {


  /* ------------------------------------------
     内側幅
  ------------------------------------------ */

  .azcontact-page
  .azpage-inner {
    width:
      calc(100% - 30px);
  }


  /* ------------------------------------------
     セクション
  ------------------------------------------ */

  .azcontact-page
  .azpage-section {
    padding:
      52px 0;
  }


  /* ------------------------------------------
     見出し
  ------------------------------------------ */

  .azcontact-page
  .azpage-heading h2 {
    font-size:
      clamp(23px, 7vw, 30px);
  }


  /* ------------------------------------------
     説明文
  ------------------------------------------ */

  .azcontact-page
  .azpage-section-intro {
    margin-top:
      12px !important;

    font-size:
      10px;

    line-height:
      1.85;
  }


  .azcontact-page
  .azpage-section-intro br {
    display:
      none;
  }


  /* ------------------------------------------
     ボタン
  ------------------------------------------ */

  .azcontact-page
  .azpage-button {
    width:
      100%;

    min-height:
      50px;

    padding:
      12px 16px;

    white-space:
      normal;
  }


  /* ------------------------------------------
     フォーム
  ------------------------------------------ */

  #azcontact-form
  input[type="text"],
  #azcontact-form
  input[type="email"],
  #azcontact-form
  input[type="tel"],
  #azcontact-form
  input[type="url"],
  #azcontact-form
  input[type="number"],
  #azcontact-form
  textarea,
  #azcontact-form
  select {
    width:
      100%;

    font-size:
      16px;
  }


  #azcontact-form textarea {
    min-height:
      150px;
  }


  /* ------------------------------------------
     ラジオ
  ------------------------------------------ */

  #azcontact-form
  .wpcf7-radio {
    width:
      100%;
  }


  #azcontact-form
  .wpcf7-list-item {
    width:
      100%;
  }


  /* ------------------------------------------
     AFTER CONTACT
  ------------------------------------------ */

  .azcontact-after-links {
    width:
      100%;
  }

}