@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* =========================================
   メニューページ
========================================= */
.line-heading {
  display: flex !important;
  align-items: center !important;
  color: var(--color_link) !important;
  font-size: 24px;
  font-weight: bold;
  padding: 0 !important; 
  margin-left: 0 !important;
  background: transparent !important;
  border: none !important; 
}

.line-heading::before,
.line-heading::after {
  content: "" !important;
  display: block !important;
  flex-grow: 1 !important;
  height: 1px !important;
  background-color: var(--color_link) !important;
  
  position: static !important; 
  width: auto !important;     
  min-width: 0 !important;
  transform: none !important; 
  border: none !important;    
  border-radius: 0 !important; 
}

.line-heading::before {
  margin-right: 20px !important;
  margin-left: 0 !important;
}
.line-heading::after {
  margin-left: 20px !important;
  margin-right: 0 !important;
}
.heading-9 {
    width: fit-content;
    position: relative;
    padding: .5em .7em;
    border-radius: 10px;
    background-color: #2589d0;
    color: #fff;
}

.heading-9::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #2589d0;
}
.plan-image img{
  width: 100%; 
  height: 200px; 
  object-fit: cover; 
  object-position: center; 
  border-radius: 10px;
  display: block;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.toku-pad-2{
    padding:2.5em!important;
    border-radius: 10px;
    
}
.toku-pad-2 td{
    height:80px;
}
.heading-11 {
    position: relative;
    padding: .5em .7em;
    background-color: #2589d0;
    color: #fff;
}

.heading-11::before {
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: solid 10px transparent;
    border-right: solid 20px #1579c0;
    content: '';
}

/* =========================================
   AriaClean TOP Hero
========================================= */
.ac-hero {
  position: relative;
  overflow: visible;
  background: transparent;
  --ac-hero-progress: 0;
  --ac-hero-height: 180vh;
  --ac-hero-progress-fast: clamp(0, calc(var(--ac-hero-progress) * 1.9), 1);
  --ac-hero-progress-faster: clamp(0, calc(var(--ac-hero-progress) * 2.3), 1);

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.ac-hero__pin {
  position: relative;
  min-height: var(--ac-hero-height, 180vh);
}

.ac-hero__inner {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 90px);
  margin: 0;
  padding: 40px 0 80px;
}

.ac-hero__blob-wrap {
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(62vw, 760px);
  aspect-ratio: 1.28 / 1;
  z-index: 2;
  transform:
  translate(-50%, -50%)
  scale(calc(1 + (var(--ac-hero-progress-fast) * 2.2)));
  transform-origin: center center;
  will-change: transform;
}

.ac-hero__blob {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 52% 48% 47% 53% / 44% 56% 44% 56%;
  background:
  radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.4) 24%,
    rgba(255, 255, 255, 0) 52%
  ),
  linear-gradient(
    135deg,
    #35c3eb 0%,
    #78d9cb 54%,
    #9be3b4 100%
  );
  will-change: border-radius, transform, filter;
  animation: acBlobMorph 9s ease-in-out infinite;
}

.ac-hero__message {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  pointer-events: none;
  will-change: transform, opacity;
  opacity: calc(1 - (var(--ac-hero-progress-fast) * 2.4));
transform: translate3d(
  0,
  calc(var(--ac-hero-progress-fast) * -40px),
  0
) scale(calc(1 + (var(--ac-hero-progress-fast) * 0.12)));
}

.ac-hero__lead {
  margin: 0;
  color: #003d96;
  font-size: clamp(28px, 3.3vw, 50px);
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ac-hero__float {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  will-change: transform, opacity;
  animation: acFloatY 9s ease-in-out infinite;
  opacity: calc(1 - (var(--ac-hero-progress-fast) * 2.2));
transform: scale(calc(1 - (var(--ac-hero-progress-fast) * 0.18)));
}

.ac-hero__float img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: acFloatY 6s ease-in-out infinite;
}

/* 各画像位置 */
.ac-hero__float--1 {
  left: 2%;
  top: 14%;
  width: clamp(110px, 13vw, 180px);
  aspect-ratio: 1 / 1;
}

.ac-hero__float--2 {
  left: 20%;
  top: 12%;
  width: clamp(70px, 8vw, 120px);
  aspect-ratio: 1 / 1;
}

.ac-hero__float--3 {
  right: 0%;
  top: 8%;
  width: clamp(130px, 16vw, 210px);
  aspect-ratio: 1 / 1;
}

.ac-hero__float--4 {
  right: 8%;
  top: 40%;
  width: clamp(80px, 9vw, 130px);
  aspect-ratio: 1 / 1;
}

.ac-hero__float--5 {
  left: 4%;
  bottom: 4%;
  width: clamp(190px, 24vw, 340px);
  aspect-ratio: 1 / 1;
}
.ac-hero__float--6 {
  right: 6%;
  bottom: 6%;
  width: clamp(220px, 26vw, 360px);
  aspect-ratio: 1 / 1;
}
.ac-hero__stage {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: transparent;
}

.ac-hero__zoom {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: none;
  transform-origin: center center;
  will-change: opacity;
}

.ac-hero__bg-expand {
    display: none;
}
@media (max-width: 960px) {
  .ac-hero {
    min-height: auto;
  }

  .ac-hero__inner {
    width: calc(100% - 24px);
    min-height: 100svh;
    padding: 18px 0 32px;
  }

  .ac-hero__blob-wrap {
    top: 45%;
    width: min(82vw, 520px);
    aspect-ratio: 1.08 / 1;
  }

  .ac-hero__message {
    padding: 18px 22px;
  }

  .ac-hero__lead {
    font-size: clamp(20px, 4.8vw, 32px);
    line-height: 1.55;
    letter-spacing: 0.03em;
  }

  .ac-hero__float--1 {
    left: -2%;
    top: 11%;
    width: 108px;
  }

  .ac-hero__float--2 {
    left: 24%;
    top: 13%;
    width: 82px;
  }

  .ac-hero__float--3 {
    right: -2%;
    top: 9%;
    width: 128px;
  }

  .ac-hero__float--4 {
    right: 6%;
    top: 58%;
    width: 84px;
  }

  .ac-hero__float--5 {
    left: 0;
    bottom: 10%;
    width: 150px;
  }

  .ac-hero__float--6 {
    right: 0;
    bottom: 8%;
    width: 170px;
  }
}

@media (max-width: 640px) {
  .ac-hero__inner {
    width: calc(100% - 20px);
    min-height: 100svh;
    padding: 12px 0 24px;
  }

  .ac-hero__blob-wrap {
  left: 50%;
  top: 44%;
  width: min(80vw, 420px);
  aspect-ratio: 1.02 / 1;
  transform:
    translate(-50%, -50%)
    scale(calc(1 + (var(--ac-hero-progress-fast) * 2.6)));
}

  .ac-hero__blob {
    border-radius: 50% 50% 48% 52% / 46% 54% 46% 54%;
  }

  .ac-hero__message {
    padding: 14px 18px;
  }

  .ac-hero__lead {
    font-size: clamp(15px, 4.9vw, 22px);
    line-height: 1.7;
    letter-spacing: 0.02em;
  }

  .ac-hero__float {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }

  .ac-hero__float--1 {
    left: -1%;
    top: 12%;
    width: 88px;
  }

  .ac-hero__float--2 {
    left: 24%;
    top: 14%;
    width: 60px;
  }

  .ac-hero__float--3 {
    right: -3%;
    top: 10%;
    width: 108px;
  }

  .ac-hero__float--4 {
    right: 6%;
    top: 56%;
    width: 66px;
  }

  .ac-hero__float--5 {
    left: -2%;
    bottom: 12%;
    width: 126px;
  }

  .ac-hero__float--6 {
    right: -1%;
    bottom: 10%;
    width: 146px;
  }
}

@keyframes acBlobMorph {
  0% {
    border-radius: 52% 48% 47% 53% / 44% 56% 44% 56%;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    filter: hue-rotate(0deg);
  }
  25% {
    border-radius: 58% 42% 53% 47% / 50% 45% 55% 50%;
    transform: translate3d(0, -6px, 0) rotate(-2deg) scale(1.02);
    filter: hue-rotate(6deg);
  }
  50% {
    border-radius: 46% 54% 42% 58% / 52% 48% 52% 48%;
    transform: translate3d(0, 4px, 0) rotate(2deg) scale(0.99);
    filter: hue-rotate(0deg);
  }
  75% {
    border-radius: 55% 45% 50% 50% / 43% 57% 47% 53%;
    transform: translate3d(0, -3px, 0) rotate(-1deg) scale(1.015);
    filter: hue-rotate(-4deg);
  }
  100% {
    border-radius: 52% 48% 47% 53% / 44% 56% 44% 56%;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    filter: hue-rotate(0deg);
  }
}
.ac-hero__float--1 img { animation-delay: 0s; }
.ac-hero__float--2 img { animation-delay: 1.2s; }
.ac-hero__float--3 img { animation-delay: 0.6s; }
.ac-hero__float--4 img { animation-delay: 1.8s; }
.ac-hero__float--5 img { animation-delay: 0.9s; }
.ac-hero__float--6 img { animation-delay: 1.5s; }

@keyframes acFloatY {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(0, -4px, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  75% {
    transform: translate3d(0, 4px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
/* =========================================
   AriaClean TOP Intro
========================================= */
.ac-intro {
  position: relative;
  z-index: 4;
  width: 100%;
  margin: 0;
  padding: 120px 0 110px;
  background: transparent;
  overflow: visible;
  pointer-events: auto;
  opacity: 1;
  transform: none;
  will-change: auto;
}

.ac-intro__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) 300px;
  gap: 18px;
  align-items: start;
}

.ac-intro__side {
  position: relative;
  height: 100%;
}

.ac-intro__center {
  position: relative;
  z-index: 2;
  color: #111;
  padding-top: 6px;
  max-width: 700px;
  margin: 0 auto;
}

.ac-intro__eyebrow {
  margin: 0 0 10px;
  text-align: center;
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ac-intro__title {
  margin: 0 0 34px;
  text-align: center;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ac-intro__text {
  width: min(100%, 650px);
  margin: 0 auto;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.ac-intro__text p {
  margin: 0 0 22px;
}

.ac-intro__text p:last-child {
  margin-bottom: 0;
}

.ac-intro__circle {
  --ac-circle-progress: 0;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10);
  opacity: var(--ac-circle-progress);
  transform: translate3d(
    0,
    calc((1 - var(--ac-circle-progress)) * 28px),
    0
  ) scale(calc(1.04 - (var(--ac-circle-progress) * 0.04)));
  filter: blur(calc((1 - var(--ac-circle-progress)) * 12px));
  will-change: opacity, transform, filter;
}

.ac-intro__circle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(calc(1.08 - (var(--ac-circle-progress) * 0.08)));
  will-change: transform;
}

.ac-intro__circle--left {
  width: clamp(220px, 24vw, 320px);
  aspect-ratio: 1 / 1;
  margin-top: 210px;
  margin-left: -70px;
}

.ac-intro__circle--top {
  width: clamp(170px, 18vw, 250px);
  aspect-ratio: 1 / 1;
  margin-top: -12px;
  margin-left: auto;
  margin-right: -24px;
}

.ac-intro__circle--bottom {
  width: clamp(180px, 19vw, 250px);
  aspect-ratio: 1 / 1;
  margin-top: 220px;
  margin-left: auto;
  margin-right: 10px;
}

@media (max-width: 960px) {
  .ac-intro {
    padding: 72px 0 84px;
  }

  .ac-intro__inner {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ac-intro__side {
    min-height: auto;
  }

  .ac-intro__center {
    order: 1;
  }

  .ac-intro__side--left {
    order: 2;
  }

  .ac-intro__side--right {
    order: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
  }

  .ac-intro__circle--left,
  .ac-intro__circle--top,
  .ac-intro__circle--bottom {
    margin: 0 auto;
  }

  .ac-intro__circle--left {
    width: min(62vw, 260px);
  }

  .ac-intro__circle--top,
  .ac-intro__circle--bottom {
    width: min(42vw, 220px);
  }

  .ac-intro__circle--bottom {
    margin-top: 0;
  }

  .ac-intro__text {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .ac-intro {
    padding: 56px 0 72px;
  }

  .ac-intro__eyebrow {
    font-size: clamp(20px, 6vw, 28px);
  }

  .ac-intro__title {
    margin-bottom: 24px;
    font-size: clamp(24px, 7vw, 34px);
  }

  .ac-intro__text {
    font-size: 15px;
    line-height: 1.95;
  }

  .ac-intro__text p {
    margin-bottom: 18px;
  }
}
.ac-intro__reveal {
  --ac-line-progress: 0;
  opacity: var(--ac-line-progress);
  transform: translate3d(
    0,
    calc((1 - var(--ac-line-progress)) * 26px),
    0
  ) scale(calc(1.03 - (var(--ac-line-progress) * 0.03)));
  filter: blur(calc((1 - var(--ac-line-progress)) * 10px));
  will-change: opacity, transform, filter;
}

.ac-intro__line {
  margin: 0 0 12px;
}

.ac-intro__line:last-child {
  margin-bottom: 0;
}


/* =========================================
   AriaClean TOP About
========================================= */
.ac-about {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 0 120px;
  background: transparent;
  overflow: hidden;
}

.ac-about__intro {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 24px;
  text-align: center;
}

.ac-about__bg-title {
  margin: 0;
  font-size: clamp(56px, 9vw, 128px);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.86);
}

.ac-about__sphere {
  width: clamp(120px, 16vw, 220px);
  aspect-ratio: 1 / 1;
  margin: 12px auto 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

.ac-about__panel {
  position: relative;
  z-index: 2;
   width: 100vw;
  margin: -6px auto 0;
  background: #fff;
  border-radius: 44px 44px 0 0;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.06);
}

.ac-about__panel-bg {
  position: absolute;
  inset: 0;
  background:
    url("../swell_child/assets/img/chiba-map.webp") no-repeat right 30px center / min(42%, 420px);
  opacity: 0.09;
  pointer-events: none;
}

.ac-about__inner {
  position: relative;
  z-index: 2;
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 48px;
}

.ac-about__head {
  position: relative;
}

.ac-about__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
}

.ac-about__label-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
}

.ac-about__label-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ac-about__title-wrap {
  margin-bottom: 22px;
}

.ac-about__title-line {
  margin: 0 0 10px;
  line-height: 1.4;
  font-weight: 800;
  color: #111;
}

.ac-about__title-line span {
  display: inline-block;
  padding: 10px 18px;
  background: linear-gradient(135deg, #4fcdf0 0%, #88dfc7 100%);
}

.ac-about__title-line--1 {
  font-size: clamp(28px, 3vw, 44px);
}

.ac-about__title-line--2 {
  font-size: clamp(26px, 2.7vw, 40px);
}

.ac-about__lead {
  margin: 0;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.9;
  font-weight: 600;
  color: #222;
}

.ac-about__slider {
  margin-top: 44px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
}

.ac-about__slider-track {
  display: flex;
  gap: 24px;
  min-width: max-content;
}

.ac-about__card {
  width: min(78vw, 540px);
  flex: 0 0 auto;
}

.ac-about__card-image {
  margin: 0 0 14px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.ac-about__card-image img {
  display: block;
  width: 100%;
  height: auto;
}

.ac-about__card-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  color: #222;
}

@media (max-width: 960px) {
  .ac-about {
    padding-bottom: 88px;
  }

  .ac-about__intro {
    width: calc(100% - 32px);
    padding-top: 18px;
  }

  .ac-about__panel {
    width: calc(100% - 20px);
    border-radius: 30px 30px 0 0;
  }

  .ac-about__panel-bg {
    background-position: right 12px top 140px;
    background-size: min(54%, 320px);
  }

  .ac-about__inner {
    width: calc(100% - 32px);
    padding: 26px 0 38px;
  }

  .ac-about__label {
    font-size: 22px;
  }

  .ac-about__card {
    width: min(84vw, 440px);
  }
}

@media (max-width: 640px) {
  .ac-about__bg-title {
    font-size: clamp(44px, 16vw, 72px);
  }

  .ac-about__sphere {
    width: 110px;
    margin-top: 8px;
  }

  .ac-about__title-line span {
    padding: 8px 12px;
  }

  .ac-about__title-line--1 {
    font-size: 24px;
  }

  .ac-about__title-line--2 {
    font-size: 22px;
  }

  .ac-about__lead {
    font-size: 15px;
    line-height: 1.8;
  }

  .ac-about__card-text {
    font-size: 15px;
    line-height: 1.75;
  }
}

/* =========================================
   AriaClean TOP About Visual / Body
========================================= */
.ac-about-visual {
  --ac-about-visual-progress: 0;
  --ac-about-sphere-progress: 0;
  --ac-about-panel-progress: 0;
  --ac-about-intro-progress: 0;

  position: relative;
  width: 100vw;
  min-height: clamp(170px, 22vw, 260px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 16px 0 clamp(92px, 12vw, 140px);
  background: transparent;
  overflow: visible;
}

.ac-about-visual__intro {
  position: relative;
  z-index: 4;
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0;
}

.ac-about-visual__sphere {
  display: none;
}

.ac-about-visual__panel {
  position: absolute;
  left: 50%;
  bottom: -18px;
  z-index: 5;
  width: 100vw;
  height: clamp(110px, 14vw, 180px);
  background: #fff;
  border-radius: 42px 42px 0 0;
  transform:
    translateX(-50%)
    translateY(calc((1 - var(--ac-about-panel-progress)) * 72%));
  transform-origin: center bottom;
  will-change: transform, border-radius;
}

.ac-about-visual__bg-title {
  margin: 0;
  font-size: clamp(56px, 9vw, 128px);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.86);
  opacity: calc(0.22 + (var(--ac-about-intro-progress) * 0.78));
  transform: translate3d(
    0,
    calc((1 - var(--ac-about-intro-progress)) * 28px),
    0
  );
  will-change: opacity, transform;
}

.ac-about-body {
  position: relative;
  z-index: 6;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -18px;
  padding-top: 18px;
  background: #fff;
  overflow: visible;
}

.ac-about-body__panel-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: visible;
}

.ac-about-body__panel-bg::before {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  bottom: -220px; /* 下へ伸ばす */
  left: 0;
  background:
    url("../swell_child/assets/img/chiba-map.webp") no-repeat right -90px top 8px / clamp(560px, 52vw, 900px);
  opacity: 0.12;
}

.ac-about-body__panel-bg::after {
  content: "";
  position: absolute;
  right: clamp(120px, 12vw, 220px);
  top: clamp(245px, 26vw, 380px);
  width: clamp(140px, 15vw, 220px);
  aspect-ratio: 340 / 210;
  background: url("../swell_child/assets/img/logo.webp") no-repeat center / contain;
  opacity: 0.96;
  filter: drop-shadow(0 14px 24px rgba(0, 61, 150, 0.10));
}

.ac-about-body__sticky {
  position: sticky;
  top: 100px;
  z-index: 2;
}

.ac-about-body__inner {
  position: relative;
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 48px;
}

.ac-about-body__head {
  --ac-about-head-progress: 0;
  --ac-about-label-progress: 0;
  --ac-about-title-block: 0;
  --ac-about-title-text: 0;
  --ac-about-lead-block-in: 0;
  --ac-about-lead-text: 0;
  --ac-about-lead-block-out: 0;
  position: relative;
}

.ac-about-body__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
}

.ac-about-body__fade {
  opacity: var(--ac-about-label-progress);
  transform: translate3d(
    0,
    calc((1 - var(--ac-about-label-progress)) * 18px),
    0
  );
  filter: blur(calc((1 - var(--ac-about-label-progress)) * 8px));
  will-change: opacity, transform, filter;
}

.ac-about-body__label-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
}

.ac-about-body__label-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ac-about-body__title-wrap {
  margin-bottom: 16px;
}

.ac-about-body__title-line {
  margin: 0 0 10px;
  line-height: 1.4;
  font-weight: 800;
  color: #111;
}

.ac-about-body__title-line--1 {
  font-size: clamp(28px, 3vw, 36px);
}

.ac-about-body__title-line--2 {
  font-size: clamp(26px, 2.7vw, 36px);
}

.ac-about-body__stretch {
  overflow: visible;
}

.ac-about-body__title-bg {
  position: relative;
  display: inline-block;
  padding: 10px 18px;
  overflow: hidden;
  isolation: isolate;
}

.ac-about-body__lead {
  margin: 0;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.9;
  font-weight: 600;
  color: #222;
}

.ac-about-body__lead-wrap {
  display: inline-block;
  max-width: 100%;
}

.ac-about-body__lead-text {
  display: inline-block;
}

/* -------------------------
   Cards
------------------------- */
.ac-about-body__slider {
  position: relative;
  margin-top: 44px;
}

.ac-about-body__card-frame {
  position: relative;
  width: min(100%, 760px);
  min-height: 430px;
  overflow: visible;
}

.ac-about-body__card-stage {
  position: relative;
  width: min(100%, 760px);
  min-height: 430px;
  overflow: visible;
}

.ac-about-body__card {
  --ac-card-in: 0;
  --ac-card-out: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform, filter;
  isolation: isolate;
}

.ac-about-body__card-image {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  aspect-ratio: 760 / 330;
  background: #fff;
  overflow: visible;

  -webkit-mask: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 760 400'>\
<path fill='white' d='M28 0H732A28 28 0 0 1 760 28V272A28 28 0 0 1 732 300H420Q360 300 360 360V372A28 28 0 0 1 332 400H28A28 28 0 0 1 0 372V28A28 28 0 0 1 28 0Z'/>\
</svg>") center / 100% 100% no-repeat;
mask: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 760 400'>\
<path fill='white' d='M28 0H732A28 28 0 0 1 760 28V272A28 28 0 0 1 732 300H420Q360 300 360 360V372A28 28 0 0 1 332 400H28A28 28 0 0 1 0 372V28A28 28 0 0 1 28 0Z'/>\
</svg>") center / 100% 100% no-repeat;
}

.ac-about-body__card-image::before {
  content: "";
  position: absolute;
  inset: 12px 18px -18px 18px;
  z-index: -1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.14);
  filter: blur(30px);
  transform: translateY(12px) scale(0.985);

  -webkit-mask: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 760 400'>\
<path fill='white' d='M28 0H732A28 28 0 0 1 760 28V272A28 28 0 0 1 732 300H420Q360 300 360 360V372A28 28 0 0 1 332 400H28A28 28 0 0 1 0 372V28A28 28 0 0 1 28 0Z'/>\
</svg>") center / 100% 100% no-repeat;
mask: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 760 400'>\
<path fill='white' d='M28 0H732A28 28 0 0 1 760 28V272A28 28 0 0 1 732 300H420Q360 300 360 360V372A28 28 0 0 1 332 400H28A28 28 0 0 1 0 372V28A28 28 0 0 1 28 0Z'/>\
</svg>") center / 100% 100% no-repeat;
}

.ac-about-body__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ac-about-body__card-text {
  position: absolute;
  right: 45px;
  bottom: 100px;
  z-index: 3;
  width: 300px;
  margin: 0;
  padding: 12px 16px 16px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #222;
}
.ac-about-body__card-accent {
  color: #4fcdf0;
  font-weight: 700;
}

.ac-about-body__card-text--report {
  letter-spacing: 0.01em;
}

.ac-about-body__card--1,
.ac-about-body__card--2,
.ac-about-body__card--3 {
  opacity: calc(var(--ac-card-in) * (1 - var(--ac-card-out)));
  transform: translate3d(
    calc(var(--ac-card-out) * 180px),
    calc((1 - var(--ac-card-in)) * 140px),
    0
  ) scale(calc(0.96 + (var(--ac-card-in) * 0.04)));
  filter: blur(calc((1 - var(--ac-card-in)) * 10px));
}

.ac-about-body__scroll-space {
  height: 220vh;
  pointer-events: none;
}

/* =========================================
   ABOUT : ノートPC対策
========================================= */
@media (max-width: 1280px) {
  .ac-about-body__inner {
    width: min(1000px, calc(100% - 40px));
    padding: 28px 0 40px;
  }

  .ac-about-body__title-line--1 {
    font-size: clamp(24px, 2.4vw, 36px);
  }

  .ac-about-body__title-line--2 {
    font-size: clamp(22px, 2.2vw, 34px);
  }

  .ac-about-body__title-bg {
    padding: 8px 14px;
  }

  .ac-about-body__lead {
    font-size: 15px;
    line-height: 1.8;
  }

  .ac-about-body__slider {
    margin-top: 10px;
  }

  .ac-about-body__card-frame,
  .ac-about-body__card-stage {
    width: min(100%, 500px);
    min-height: 350px;
  }

  .ac-about-body__card-image {
    aspect-ratio: 600 / 320;
  }

  .ac-about-body__card-text {
    right: 20px;
    bottom: 72px;
    width: 230px;
    padding: 10px 14px 14px;
    font-size: 15px;
    line-height: 1.5;
  }

  .ac-about-body__panel-bg::before {
    background-position: right -130px top 24px;
    background-size: clamp(500px, 48vw, 760px);
    opacity: 0.10;
  }

  .ac-about-body__panel-bg::after {
    right: clamp(90px, 9vw, 160px);
    top: clamp(240px, 23vw, 340px);
    width: clamp(120px, 12vw, 180px);
  }
}

@media (max-width: 1100px) {
  .ac-about-body__inner {
    width: calc(100% - 32px);
    padding: 24px 0 34px;
  }

  .ac-about-body__label {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .ac-about-body__title-wrap {
    margin-bottom: 16px;
  }

  .ac-about-body__title-line {
    margin-bottom: 8px;
    line-height: 1.3;
  }

  .ac-about-body__title-line--1 {
    font-size: clamp(22px, 2.3vw, 30px);
  }

  .ac-about-body__title-line--2 {
    font-size: clamp(20px, 2.1vw, 28px);
  }

  .ac-about-body__title-bg {
    padding: 7px 12px;
  }

  .ac-about-body__lead {
    font-size: 14px;
    line-height: 1.75;
  }

  .ac-about-body__slider {
    margin-top: 26px;
  }

  .ac-about-body__card-frame,
  .ac-about-body__card-stage {
    width: min(100%, 540px);
    min-height: 360px;
  }

  .ac-about-body__card-image {
    aspect-ratio: 540 / 300;
  }

  .ac-about-body__card-text {
    right: 16px;
    bottom: 58px;
    width: 250px;
    padding: 10px 12px 12px;
    font-size: 14px;
    line-height: 1.45;
  }

  .ac-about-body__panel-bg::before {
    background-position: right -150px top 42px;
    background-size: clamp(420px, 46vw, 620px);
    opacity: 0.09;
  }

  .ac-about-body__panel-bg::after {
    right: 56px;
    top: 250px;
    width: 118px;
    opacity: 0.92;
  }

  .ac-about-body__scroll-space {
    height: 190vh;
  }
}

@media (max-width: 960px) {
  .ac-about-visual {
    min-height: 35vh;
    padding-top: 20px;
  }

  .ac-about-visual__intro {
    width: calc(100% - 32px);
  }

  .ac-about-visual__panel {
    height: clamp(180px, 36vw, 200px);
    border-radius: 30px 30px 0 0;
  }

  .ac-about-body {
    padding-bottom: 88px;
  }

  .ac-about-body__panel-bg::before {
    background-position: right -80px top 130px;
    background-size: clamp(420px, 68vw, 700px);
    opacity: 0.10;
  }

  .ac-about-body__panel-bg::after {
    right: 56px;
    top: 360px;
    width: clamp(100px, 18vw, 150px);
  }

  .ac-about-body__inner {
    width: calc(100% - 32px);
    padding: 26px 0 38px;
  }

  .ac-about-body__label {
    font-size: 22px;
  }

  .ac-about-body__card-frame,
  .ac-about-body__card-stage {
    width: 100%;
    min-height: 560px;
  }

  .ac-about-body__card {
    width: 100%;
  }

  .ac-about-body__card-text {
    right: 50px;
    bottom: 120px;
    max-width: 280px;
    padding: 16px 20px;
    border-radius: 22px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
    .ac-about-body__sticky {
  top: 50px;
}
    
  .ac-about-visual__bg-title {
    font-size: clamp(44px, 16vw, 72px);
  }

  .ac-about-visual__sphere {
    width: 110px;
    margin-top: 8px;
  }

  .ac-about-body__title-line span {
    padding: 8px 12px;
  }

  .ac-about-body__title-line--1 {
    font-size: 24px;
  }

  .ac-about-body__title-line--2 {
    font-size: 22px;
  }

  .ac-about-body__lead {
    font-size: 15px;
    line-height: 1.8;
  }

  .ac-about-body__panel-bg::before {
    background-position: right -70px top 210px;
    background-size: clamp(300px, 82vw, 460px);
    opacity: 0.09;
    
  }

  .ac-about-body__panel-bg::after {
    right: 18px;
    top: 360px;
    width: 92px;
    opacity: 0.9;
    display:none;
  }

  /* ここからスマホ系：切り抜きだけ解除 */
  .ac-about-body__card-image {
    overflow: hidden;
    border-radius: 24px;
    -webkit-mask: none;
    mask: none;
  }

  .ac-about-body__card-image::before {
    display: none;
  }

  .ac-about-body__card-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
  }

  .ac-about-body__card-text {
    position: initial;
    width: min(300px, calc(100% - 32px));
    max-width: none;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 1.65;
  }
  .ac-about-body__card-frame,
  .ac-about-body__card-stage {
    min-height: 300px;
  }
}

/* =========================================
   Reusable Block Reveal
========================================= */
.js-ac-block-reveal {
  --ac-reveal-bg-duration: 0.72s;
  --ac-reveal-text-duration: 0.58s;
  --ac-reveal-return-duration: 0.62s;
  --ac-reveal-delay: 0s;
  --ac-reveal-ease: cubic-bezier(0.22, 1, 0.36, 1);

  position: relative;
}

.js-ac-block-reveal__bg,
.js-ac-block-reveal__text {
  position: relative;
  display: inline-block;
}

.js-ac-block-reveal__bg {
  overflow: hidden;
  isolation: isolate;
}

.js-ac-block-reveal__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    135deg,
    #45b8f0 0%,
    #d9f5f7 30%,
    #d9f5f7 60%,
    #8fdfb8 100%
  );
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.js-ac-block-reveal__text {
  z-index: 2;
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
}

/* ② 背景が出たあと、文字をマスクで出す。背景は残る */
.js-ac-block-reveal.is-animated.js-ac-block-reveal--hold .js-ac-block-reveal__bg::before {
  animation: acBlockRevealBgIn var(--ac-reveal-bg-duration) var(--ac-reveal-ease) var(--ac-reveal-delay) forwards;
}

.js-ac-block-reveal.is-animated.js-ac-block-reveal--hold .js-ac-block-reveal__text {
  animation: acBlockRevealTextIn var(--ac-reveal-text-duration) var(--ac-reveal-ease) calc(var(--ac-reveal-delay) + 0.22s) forwards;
}

/* ③ 背景が出たあと、文字をマスクで出して、最後に背景が収縮して戻る */
.js-ac-block-reveal.is-animated.js-ac-block-reveal--return .js-ac-block-reveal__bg::before {
  animation:
    acBlockRevealBgIn var(--ac-reveal-bg-duration) var(--ac-reveal-ease) var(--ac-reveal-delay) forwards,
    acBlockRevealBgShrink var(--ac-reveal-return-duration) var(--ac-reveal-ease) calc(var(--ac-reveal-delay) + 0.86s) forwards;
}

.js-ac-block-reveal.is-animated.js-ac-block-reveal--return .js-ac-block-reveal__text {
  animation: acBlockRevealTextIn var(--ac-reveal-text-duration) var(--ac-reveal-ease) calc(var(--ac-reveal-delay) + 0.22s) forwards;
}

@keyframes acBlockRevealBgIn {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

@keyframes acBlockRevealTextIn {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes acBlockRevealBgShrink {
  0% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right center;
  }
}

/* =========================================
   AriaClean TOP Reason
========================================= */
.ac-reason {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 0 120px;
  background: #fff;
  overflow: hidden;
}

.ac-reason__sticky {
  position: relative;
  top: auto;
  height: auto;
  overflow: visible;
}

.ac-reason__inner {
  position: relative;
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
}

.ac-reason__head {
  position: relative;
  z-index: 3;
  margin-bottom: 54px;
}

.ac-reason__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
}

.ac-reason__label-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
}

.ac-reason__label-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ac-reason__track-wrap {
  position: relative;
  width: 100%;
  overflow: visible;
}

.ac-reason__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(36px, 3vw, 54px);
  align-items: start;
}

.ac-reason__card {
  min-width: 0;
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.985);
  filter: blur(12px);
  transition:
    opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.95s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.ac-reason__card.is-animated {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.ac-reason__card:nth-child(1) {
  transition-delay: 0s;
}

.ac-reason__card:nth-child(2) {
  transition-delay: 0.16s;
}

.ac-reason__card:nth-child(3) {
  transition-delay: 0.32s;
}

.ac-reason__visual {
  position: relative;
  min-height: 230px;
  margin-bottom: 28px;
}

.ac-reason__num {
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 1;
  font-size: clamp(108px, 9vw, 156px);
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #cdeef1;
  pointer-events: none;
}

.ac-reason__image {
  position: relative;
  z-index: 2;
  width: min(100%, 320px);
  aspect-ratio: 1.48 / 1;
  margin: 34px 0 0 56px;
  overflow: hidden;
  background: #ddd;

  -webkit-mask: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 240'>\
<path fill='white' d='M40 120C40 58 92 20 162 20H210C282 20 320 62 320 120C320 178 282 220 210 220H162C92 220 40 182 40 120Z'/>\
</svg>") center / 100% 100% no-repeat;

  mask: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 240'>\
<path fill='white' d='M40 120C40 58 92 20 162 20H210C282 20 320 62 320 120C320 178 282 220 210 220H162C92 220 40 182 40 120Z'/>\
</svg>") center / 100% 100% no-repeat;
}

.ac-reason__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ac-reason__content {
  position: relative;
  z-index: 2;
}

.ac-reason__title {
  margin: 0 0 18px;
  line-height: 1.42;
  font-size: clamp(18px, 1vw, 20px);
  font-weight: 800;
  color: #111;
}

.ac-reason__title-bg {
  position: relative;
  display: inline-block;
  padding: 10px 18px;
  overflow: hidden;
  isolation: isolate;
}

.ac-reason__title-text {
  display: inline-block;
}

.ac-reason__text {
  margin: 0;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.8;
  font-weight: 500;
  color: #222;
}

.ac-reason__scroll-space {
  display: none;
}

@media (max-width: 1280px) {
  .ac-reason {
    padding: 0 0 100px;
  }

  .ac-reason__inner {
    width: calc(100% - 48px);
  }

  .ac-reason__track {
    gap: 32px;
  }

  .ac-reason__visual {
    min-height: 210px;
  }

  .ac-reason__num {
    font-size: clamp(96px, 8vw, 132px);
  }

  .ac-reason__image {
    width: min(100%, 280px);
    margin-left: 44px;
  }

  .ac-reason__title {
    font-size: 20px;
  }

  .ac-reason__title-bg {
    padding: 8px 14px;
  }

  .ac-reason__text {
    font-size: 16px;
    line-height: 1.75;
  }
}

@media (max-width: 960px) {
  .ac-reason {
    padding: 0 0 84px;
  }

  .ac-reason__inner {
    width: calc(100% - 32px);
  }

  .ac-reason__head {
    margin-bottom: 36px;
  }

  .ac-reason__track {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .ac-reason__visual {
    min-height: auto;
    margin-bottom: 22px;
  }

  .ac-reason__num {
    left: -4px;
    top: -4px;
    font-size: clamp(88px, 18vw, 120px);
  }

  .ac-reason__image {
    width: min(70vw, 300px);
    margin: 36px 0 0 44px;
  }

  .ac-reason__title {
    font-size: 20px;
    line-height: 1.45;
  }

  .ac-reason__text {
    font-size: 15px;
    line-height: 1.8;
  }

  .ac-reason__card:nth-child(1),
  .ac-reason__card:nth-child(2),
  .ac-reason__card:nth-child(3) {
    transition-delay: 0s;
  }
}

@media (max-width: 640px) {
  .ac-reason {
    padding: 0 0 72px;
  }

  .ac-reason__label {
    font-size: 20px;
  }

  .ac-reason__label-icon {
    width: 30px;
    height: 30px;
  }

  .ac-reason__head {
    margin-bottom: 28px;
  }

  .ac-reason__image {
    width: min(72vw, 260px);
    margin: 32px 0 0 34px;
  }

  .ac-reason__title {
    font-size: 16px;
  }

  .ac-reason__title-bg {
    padding: 8px 12px;
  }

  .ac-reason__text {
    font-size: 14px;
    line-height: 1.75;
  }
}

/* =========================================
   AriaClean TOP Services
========================================= */
.ac-services {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f5f5f2;
  overflow: visible;
}

.ac-services__inner {
  width: 100%;
}

.ac-services__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.ac-services__visual-col {
  position: relative;
  min-width: 0;
  align-self: stretch;
  background: #efefeb;
}

.ac-services__visual-pin {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.ac-services__visual-pin.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100vh;
  z-index: 20;
}

.ac-services__visual-pin.is-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.ac-services__visual-stack {
  position: relative;
  width: 100%;
  height: 100%;
}

.ac-services__visual-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.ac-services__visual-item.is-active {
  opacity: 1;
  visibility: visible;
}

.ac-services__visual-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ac-services__visual-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.18);
}

.ac-services__visual-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.18);
  filter: blur(24px);
  opacity: 0.9;
}

.ac-services__visual-main {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(72%, 520px);
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.10);
}

.ac-services__visual-main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ac-services__content-col {
  position: relative;
  min-width: 0;
  background: #f5f5f2;
}

.ac-services__cards {
  position: relative;
}

.ac-services__card {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 72px clamp(36px, 5vw, 84px);
}

.ac-services__card-inner {
  width: min(100%, 520px);
}

.ac-services__subhead {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #666;
  font-size: clamp(18px, 1.8vw, 20px);
  line-height: 1.5;
  font-weight: 700;
}

.ac-services__subhead-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
}

.ac-services__subhead-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ac-services__count {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 40px;
  line-height: 1;
}

.ac-services__count-current {
  font-size: clamp(54px, 6vw, 68px);
  font-weight: 700;
  color: #0d74c7;
  letter-spacing: 0.02em;
}

.ac-services__count-total {
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 700;
  color: #7ebc35;
}

.ac-services__title {
  margin: 0 0 22px;
  color: #111;
  font-size: clamp(34px, 3vw, 42px);
  line-height: 1.45;
  font-weight: 800;
}

.ac-services__text {
  margin: 0;
  color: #222;
  font-size: clamp(17px, 1.2vw, 19px);
  line-height: 2;
  font-weight: 500;
}

.ac-services__note {
  margin-top: 22px;
  border: 1px solid #67cfd0;
  background: #fff;
}

.ac-services__note-head {
  margin: 0;
  padding: 12px 18px;
  background: #67cfd0;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.ac-services__note-body {
  margin: 0;
  padding: 18px 18px 16px;
  color: #222;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 600;
}

.ac-services__btn-wrap {
  margin: 42px 0 0;
}

.ac-services__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 62px;
  padding: 0 26px;
  border: 2px solid #4cc9cc;
  border-radius: 999px;
  background: transparent;
  color: #111;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ac-services__btn:hover {
  transform: translateY(-2px);
  background: #4cc9cc;
  color: #fff;
  border-color: #4cc9cc;
  text-decoration: none;
}

.ac-services__btn:focus,
.ac-services__btn:active {
  text-decoration: none;
}
.ac-services__mobile-image {
  display: none;
  margin: 22px 0 20px;
  border-radius: 24px;
  overflow: hidden;
}

.ac-services__mobile-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media (max-width: 1100px) {
  .ac-services__visual-main {
    width: min(78%, 460px);
    border-radius: 30px;
  }

  .ac-services__card {
    padding: 56px 40px;
  }

  .ac-services__title {
    font-size: clamp(28px, 2.8vw, 36px);
  }

  .ac-services__text {
    font-size: 16px;
    line-height: 1.9;
  }

  .ac-services__note-head {
    font-size: 16px;
  }

  .ac-services__note-body {
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  .ac-services__grid {
    grid-template-columns: 1fr;
  }

  .ac-services__visual-col {
    display: none;
  }

  .ac-services__content-col {
    background: #f5f5f2;
  }

  .ac-services__card {
    min-height: auto;
    padding: 56px 24px 64px;
  }

  .ac-services__card-inner {
    width: 100%;
  }

   .ac-services__mobile-image {
    display: block;
  }
  .ac-services__subhead {
    font-size: 16px;
  }

  .ac-services__count {
    margin-bottom: 26px;
  }

  .ac-services__count-current {
    font-size: 44px;
  }

  .ac-services__count-total {
    font-size: 24px;
  }

  .ac-services__title {
    font-size: 28px;
  }

  .ac-services__text {
    font-size: 15px;
    line-height: 1.85;
  }

  .ac-services__note {
    margin-top: 18px;
  }

  .ac-services__note-head {
    padding: 10px 14px;
    font-size: 14px;
  }

  .ac-services__note-body {
    padding: 14px;
    font-size: 14px;
    line-height: 1.8;
  }

  .ac-services__btn-wrap {
    margin-top: 30px;
  }

  .ac-services__btn {
    min-width: 210px;
    min-height: 56px;
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .ac-services__card {
    padding: 44px 20px 56px;
  }

  .ac-services__card::before {
    border-radius: 24px;
    margin-bottom: 24px;
  }

  .ac-services__subhead {
    gap: 8px;
    margin-bottom: 14px;
    font-size: 15px;
  }

  .ac-services__subhead-icon {
    width: 24px;
    height: 24px;
  }

  .ac-services__count-current {
    font-size: 38px;
  }

  .ac-services__count-total {
    font-size: 22px;
  }

  .ac-services__title {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .ac-services__text {
    font-size: 14px;
    line-height: 1.8;
  }

  .ac-services__btn {
    width: 100%;
    min-width: 0;
  }
}

/* =========================================
   AriaClean TOP Services Business
========================================= */
.ac-services-biz {
  position: relative;
  z-index: 20;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f5f5f2;
  overflow: visible;
  min-height: 200vh;
}

.ac-services-biz__inner {
  width: 100%;
}

.ac-services-biz__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.ac-services-biz__content-col {
  position: relative;
  min-width: 0;
  background: #f5f5f2;
}

.ac-services-biz__cards {
  position: relative;
}

.ac-services-biz__card {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 72px clamp(36px, 5vw, 84px);
}

.ac-services-biz__card-inner {
  width: min(100%, 520px);
}

.ac-services-biz__subhead {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #666;
  font-size: clamp(18px, 1.8vw, 20px);
  line-height: 1.5;
  font-weight: 700;
}

.ac-services-biz__subhead-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
}

.ac-services-biz__subhead-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ac-services-biz__count {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 40px;
  line-height: 1;
}

.ac-services-biz__count-current {
  font-size: clamp(54px, 6vw, 68px);
  font-weight: 700;
  color: #0d74c7;
  letter-spacing: 0.02em;
}

.ac-services-biz__count-total {
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 700;
  color: #7ebc35;
}

.ac-services-biz__title {
  margin: 0 0 22px;
  color: #111;
  font-size: clamp(34px, 3vw, 42px);
  line-height: 1.45;
  font-weight: 800;
}

.ac-services-biz__text {
  margin: 0;
  color: #222;
  font-size: clamp(17px, 1.2vw, 19px);
  line-height: 2;
  font-weight: 500;
}

.ac-services-biz__btn-wrap {
  margin: 42px 0 0;
}

.ac-services-biz__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 62px;
  padding: 0 26px;
  border: 2px solid #4cc9cc;
  border-radius: 999px;
  background: transparent;
  color: #111;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ac-services-biz__btn:hover {
  transform: translateY(-2px);
  background: #4cc9cc;
  color: #fff;
  border-color: #4cc9cc;
  text-decoration: none;
}

.ac-services-biz__btn:focus,
.ac-services-biz__btn:active {
  text-decoration: none;
}

.ac-services-biz__mobile-image {
  display: none;
  margin: 22px 0 20px;
  border-radius: 24px;
  overflow: hidden;
}

.ac-services-biz__mobile-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.ac-services-biz__visual-col {
  position: relative;
  min-width: 0;
  align-self: stretch;
  background: #efefeb;
}

.ac-services-biz__visual-pin {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.ac-services-biz__visual-pin.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  width: auto;
  height: 100vh;
  z-index: 20;
}

.ac-services-biz__visual-pin.is-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 100vh;
}

.ac-services-biz__visual-stack {
  position: relative;
  width: 100%;
  height: 100%;
}

.ac-services-biz__visual-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.ac-services-biz__visual-item.is-active {
  opacity: 1;
  visibility: visible;
}

.ac-services-biz__visual-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ac-services-biz__visual-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.18);
}

.ac-services-biz__visual-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.18);
  filter: blur(24px);
  opacity: 0.9;
}

.ac-services-biz__visual-main {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(72%, 520px);
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.10);
}

.ac-services-biz__visual-main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1100px) {
  .ac-services-biz__visual-main {
    width: min(78%, 460px);
    border-radius: 30px;
  }

  .ac-services-biz__card {
    padding: 56px 40px;
  }

  .ac-services-biz__title {
    font-size: clamp(28px, 2.8vw, 36px);
  }

  .ac-services-biz__text {
    font-size: 16px;
    line-height: 1.9;
  }
}

@media (max-width: 960px) {
  .ac-services-biz__grid {
    grid-template-columns: 1fr;
  }

  .ac-services-biz__visual-col {
    display: none;
  }

  .ac-services-biz__content-col {
    background: #f5f5f2;
  }

  .ac-services-biz__card {
    min-height: auto;
    padding: 56px 24px 64px;
  }

  .ac-services-biz__card-inner {
    width: 100%;
  }

    .ac-services-biz__mobile-image {
    display: block;
  }

  .ac-services-biz__subhead {
    font-size: 16px;
  }

  .ac-services-biz__count {
    margin-bottom: 26px;
  }

  .ac-services-biz__count-current {
    font-size: 44px;
  }

  .ac-services-biz__count-total {
    font-size: 24px;
  }

  .ac-services-biz__title {
    font-size: 28px;
  }

  .ac-services-biz__text {
    font-size: 15px;
    line-height: 1.85;
  }

  .ac-services-biz__btn-wrap {
    margin-top: 30px;
  }

  .ac-services-biz__btn {
    min-width: 210px;
    min-height: 56px;
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .ac-services-biz__card {
    padding: 44px 20px 56px;
  }

  .ac-services-biz__card::before {
    border-radius: 24px;
    margin-bottom: 24px;
  }

  .ac-services-biz__subhead {
    gap: 8px;
    margin-bottom: 14px;
    font-size: 15px;
  }

  .ac-services-biz__subhead-icon {
    width: 24px;
    height: 24px;
  }

  .ac-services-biz__count-current {
    font-size: 38px;
  }

  .ac-services-biz__count-total {
    font-size: 22px;
  }

  .ac-services-biz__title {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .ac-services-biz__text {
    font-size: 14px;
    line-height: 1.8;
  }

  .ac-services-biz__btn {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 960px) {
  .ac-services__card-inner,
  .ac-services-biz__card-inner {
    width: min(100%, 560px);
    margin: 0 auto;
  }

  .ac-services__title,
  .ac-services-biz__title {
    line-height: 1.35;
  }

  .ac-services__text,
  .ac-services-biz__text {
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}

@media (max-width: 640px) {
  .ac-services__card,
  .ac-services-biz__card {
    padding: 40px 20px 54px;
  }

  .ac-services__count,
  .ac-services-biz__count {
    margin-bottom: 18px;
  }

  .ac-services__title,
  .ac-services-biz__title {
    margin-bottom: 0;
    font-size: 22px;
  }

  .ac-services__mobile-image,
  .ac-services-biz__mobile-image {
    margin: 18px 0 18px;
    border-radius: 22px;
  }

  .ac-services__text,
  .ac-services-biz__text {
    font-size: 14px;
    line-height: 1.9;
  }

  .ac-services__btn-wrap,
  .ac-services-biz__btn-wrap {
    margin-top: 24px;
  }

  .ac-services__btn,
  .ac-services-biz__btn {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    font-size: 15px;
  }
}

/* =========================================
   AriaClean TOP News Flow
========================================= */
.ac-news-flow {
  --ac-news-progress: 0;
  --ac-news-bg-rise: 0;
  --ac-news-glass: 0;
  --ac-news-content: 0;
  --ac-news-white: 0;

  position: relative;
  z-index: 30;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  padding-top: 0;
  background: #fff;
  overflow: visible;
}

.ac-news-flow__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  will-change: transform;
}

.ac-news-flow__bg,
.ac-news-flow__glass,
.ac-news-flow__bottom-white,
.ac-news-flow__content {
  position: absolute;
  inset: 0;
}

.ac-news-flow__bg {
  z-index: 1;
  transform: none;
  will-change: auto;
}

.ac-news-flow__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(calc(1 + (var(--ac-news-glass) * 0.05)));
  filter: blur(calc(var(--ac-news-glass) * 14px));
  opacity: calc(1 - (var(--ac-news-glass) * 0.22));
  will-change: transform, filter, opacity;
}

.ac-news-flow__glass {
  z-index: 2;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, calc(var(--ac-news-glass) * 0.08)) 0%,
      rgba(255, 255, 255, calc(var(--ac-news-glass) * 0.14)) 45%,
      rgba(255, 255, 255, calc(var(--ac-news-glass) * 0.24)) 100%
    );
  backdrop-filter: blur(calc(var(--ac-news-glass) * 4px));
  -webkit-backdrop-filter: blur(calc(var(--ac-news-glass) * 4px));
  pointer-events: none;
}

.ac-news-flow__bottom-white {
  z-index: 3;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 48%,
      rgba(255, 255, 255, calc(var(--ac-news-white) * 0.42)) 72%,
      rgba(255, 255, 255, calc(var(--ac-news-white) * 0.82)) 88%,
      rgba(255, 255, 255, 1) 100%
    );
  pointer-events: none;
}

.ac-news-flow__content {
  z-index: 4;
  display: flex;
  align-items: center;
  opacity: var(--ac-news-content);
  transform: translate3d(
    0,
    calc((1 - var(--ac-news-content)) * 38px),
    0
  );
  filter: blur(calc((1 - var(--ac-news-content)) * 10px));
  will-change: opacity, transform, filter;
}

.ac-news-flow__inner {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
}

.ac-news-flow__grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.ac-news-flow__lead {
  position: relative;
  z-index: 2;
}

.ac-news-flow__subhead {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: #5d5d5d;
  font-size: clamp(18px, 1.8vw, 20px);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ac-news-flow__subhead-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
}

.ac-news-flow__subhead-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ac-news-flow__title {
  margin: 0;
  color: #111;
  font-size: clamp(46px, 4.6vw, 64px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.ac-news-flow__btn-wrap {
  margin: 36px 0 0;
}

.ac-news-flow__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 280px;
  min-height: 70px;
  padding: 0 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #57d2d8 0%, #57c8ce 100%);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ac-news-flow__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(87, 200, 206, 0.22);
  color: #fff;
  text-decoration: none;
}

.ac-news-flow__btn:focus,
.ac-news-flow__btn:active {
  color: #fff;
  text-decoration: none;
}

.ac-news-flow__btn-arrow {
  display: inline-block;
  transform: translateY(-1px);
}

.ac-news-flow__list-wrap {
  min-width: 0;
}

.ac-news-flow__list {
  display: flex;
  flex-direction: column;
}

.ac-news-flow__item {
  display: grid;
  grid-template-columns: 120px 92px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 24px 6px;
  border-bottom: 1px solid rgba(40, 40, 40, 0.18);
  color: #222;
  text-decoration: none;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ac-news-flow__item:first-child {
  border-top: 1px solid rgba(40, 40, 40, 0.18);
}

.ac-news-flow__item:hover {
  transform: translateX(6px);
  color: #111;
  text-decoration: none;
}

.ac-news-flow__date {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.ac-news-flow__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border: 1px solid #63d0d2;
  color: #52c7ca;
  background: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ac-news-flow__text {
  min-width: 0;
  color: #222;
  font-size: clamp(18px, 1.6vw, 20px);
  line-height: 1.6;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ac-news-flow__item--empty {
  grid-template-columns: 1fr;
  cursor: default;
}

.ac-news-flow__scroll-space {
  height: 220vh;
  pointer-events: none;
}

/* =========================================
   AriaClean TOP News Cards
========================================= */
.ac-news-cards {
  position: relative;
  z-index: 31;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 56px 0 0;
  background: #fff;
}

.ac-news-cards__inner {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
}

.ac-news-cards__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.ac-news-cards__card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  min-height: 260px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.ac-news-cards__card::before {
  content: "";
  position: absolute;
  inset: 0;
}

.ac-news-cards__card--estimate::before {
  background: linear-gradient(135deg, #52d2ca 0%, #b8d95c 100%);
}

.ac-news-cards__card--contact::before {
  background: linear-gradient(135deg, #1ca3d5 0%, #25d06f 100%);
}

.ac-news-cards__card-body {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 260px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 34px 30px;
  text-align: center;
}

.ac-news-cards__eyebrow {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ac-news-cards__title {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(36px, 3vw, 48px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.ac-news-cards__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(18px, 1.3vw, 20px);
  line-height: 1.8;
  font-weight: 600;
}

.ac-news-cards__btn-wrap {
  margin: 28px 0 0;
}

.ac-news-cards__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 250px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #43bcc7;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ac-news-cards__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(255, 255, 255, 0.18);
  text-decoration: none;
}

.ac-news-cards__btn:focus,
.ac-news-cards__btn:active {
  text-decoration: none;
}

.ac-news-cards__btn-arrow {
  display: inline-block;
  transform: translateY(-1px);
}

@media (max-width: 1100px) {
  .ac-news-flow__inner,
  .ac-news-cards__inner {
    width: calc(100% - 48px);
  }

  .ac-news-flow__grid {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 30px;
  }

  .ac-news-flow__item {
    grid-template-columns: 108px 82px minmax(0, 1fr);
    gap: 14px;
  }

  .ac-news-flow__text {
    font-size: 17px;
  }
}

@media (max-width: 960px) {
  .ac-news-flow {
    margin-top: 0;
    padding-top: 0;
  }

  .ac-news-flow__sticky {
    position: relative;
    height: auto;
    min-height: 100svh;
    padding: 84px 0 110px;
  }

  .ac-news-flow__bg {
    transform: none;
  }

  .ac-news-flow__bg img {
    transform: scale(1.04);
    filter: blur(10px);
    opacity: 0.52;
  }

  .ac-news-flow__glass {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.20) 0%,
        rgba(255, 255, 255, 0.34) 45%,
        rgba(255, 255, 255, 0.72) 100%
      );
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  .ac-news-flow__bottom-white {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 42%,
        rgba(255, 255, 255, 0.32) 64%,
        rgba(255, 255, 255, 0.72) 84%,
        rgba(255, 255, 255, 1) 100%
      );
  }

  .ac-news-flow__content {
    position: relative;
    inset: auto;
    display: block;
    opacity: 1;
    transform: none;
    filter: none;
  }

  .ac-news-flow__inner,
  .ac-news-cards__inner {
    width: calc(100% - 32px);
  }

  .ac-news-flow__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ac-news-flow__title {
    font-size: clamp(40px, 9vw, 54px);
  }

  .ac-news-flow__btn-wrap {
    margin-top: 24px;
  }

  .ac-news-flow__btn {
    min-width: 240px;
    min-height: 62px;
    font-size: 16px;
  }

  .ac-news-flow__item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 0;
  }

  .ac-news-flow__text {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    font-size: 16px;
    line-height: 1.7;
  }

  .ac-news-flow__scroll-space {
    display: none;
  }

  .ac-news-cards {
    padding: 36px 0 0;
  }

  .ac-news-cards__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ac-news-cards__card,
  .ac-news-cards__card-body {
    min-height: 230px;
  }

  .ac-news-cards__title {
    font-size: clamp(32px, 8vw, 42px);
  }

  .ac-news-cards__text {
    font-size: 16px;
    line-height: 1.8;
  }
}

@media (max-width: 640px) {
  .ac-news-flow__sticky {
    padding: 64px 0 92px;
  }

  .ac-news-flow__subhead {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .ac-news-flow__subhead-icon {
    width: 24px;
    height: 24px;
  }

  .ac-news-flow__title {
    font-size: 34px;
  }

  .ac-news-flow__btn {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    font-size: 15px;
  }

  .ac-news-flow__date {
    font-size: 14px;
  }

  .ac-news-flow__cat {
    width: fit-content;
  }

  .ac-news-flow__text {
    font-size: 15px;
  }

  .ac-news-cards__card-body {
    padding: 28px 22px 24px;
  }

  .ac-news-cards__title {
    margin-bottom: 14px;
    font-size: 30px;
  }

  .ac-news-cards__text {
    font-size: 14px;
    line-height: 1.75;
  }

  .ac-news-cards__btn {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    font-size: 14px;
  }
}

/* =========================================
   CF
========================================= */

.ac-contact-form {
  max-width: 920px;
  margin: 0 auto;
  padding: 56px 32px;
  color: #22313f;
}

.ac-contact-form *,
.ac-contact-form *::before,
.ac-contact-form *::after {
  box-sizing: border-box;
}

.ac-contact-form__lead {
  margin: 0 0 42px;
  line-height: 2;
  color: #5e7183;
  font-size: 15px;
}

.ac-contact-form__section {
  margin: 0 0 42px;
}

.ac-contact-form__section:last-of-type {
  margin-bottom: 24px;
}

.ac-contact-form__title {
  margin: 0 0 22px;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .02em;
  color: #183b56;
  border-bottom: 1px solid #e7eef4;
}

.ac-contact-form__grid {
  display: grid;
  gap: 22px 18px;
}

.ac-contact-form__grid--2 {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.ac-contact-form__row {
  margin-bottom: 26px;
}


/* =============================
   項目タイトル
============================= */

.ac-contact-form__fieldhead {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #edf3f7;
}

.ac-contact-form__fieldhead::before {
  content:"";
  width:6px;
  height:22px;
  border-radius:999px;
  background:linear-gradient(180deg,#7dcfff 0%,#4ea8e6 100%);
}

.ac-contact-form__fieldhead span:first-child {
  font-size:17px;
  font-weight:700;
  letter-spacing:.02em;
  color:#183b56;
}

/* ←ここが修正ポイント */

.ac-contact-form__fieldhead .req {
  margin-left:6px;
}


/* =============================
   必須バッジ
============================= */

.ac-contact-form .req {
  display:inline-block;
  padding:3px 9px;
  border-radius:999px;
  background:#edf7ff;
  color:#3e95d8;
  font-size:11px;
  font-weight:700;
  line-height:1.2;
}


/* =============================
   入力欄
============================= */

.ac-contact-form input[type=text],
.ac-contact-form input[type=email],
.ac-contact-form input[type=tel],
.ac-contact-form select,
.ac-contact-form textarea {

  width:100%;
  padding:15px 18px;
  border:1px solid #dbe6ee;
  border-radius:16px;
  background:#fff;
  font-size:16px;
  line-height:1.7;
  transition:.2s;
}

.ac-contact-form textarea {
  min-height:190px;
}

.ac-contact-form input::placeholder,
.ac-contact-form textarea::placeholder {
  color:#94a3b2;
}

.ac-contact-form input:focus,
.ac-contact-form select:focus,
.ac-contact-form textarea:focus {

  outline:none;
  border-color:#8fc5ec;
  box-shadow:0 0 0 5px rgba(143,197,236,.18);
}


/* =============================
   チェック・ラジオ
============================= */

.ac-contact-form .wpcf7-list-item {
  display:inline-flex;
  align-items:center;
  margin:0 18px 12px 0;
}

.ac-contact-form .wpcf7-list-item label {
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:400;
  color:#314558;
  cursor:pointer;
}

.ac-contact-form input[type=checkbox],
.ac-contact-form input[type=radio] {
  margin:0;
  transform:translateY(1px);
}


/* =============================
   同意
============================= */

.ac-contact-form__agree {
  margin-top:8px;
  font-size:14px;
  line-height:1.9;
  color:#526476;
}


/* =============================
   送信ボタン
============================= */

.ac-contact-form__submit {
  margin-top:36px;
  text-align:center;
}

.ac-contact-form__submit .wpcf7-submit {

  min-width:280px;
  padding:17px 30px;

  border:none;
  border-radius:999px;

  background:linear-gradient(135deg,#89d0ff 0%,#5db8f2 100%);

  color:#fff;
  font-size:16px;
  font-weight:700;
  letter-spacing:.04em;

  cursor:pointer;
  box-shadow:0 14px 28px rgba(93,184,242,.22);

  transition:.2s;
}

.ac-contact-form__submit .wpcf7-submit:hover {

  transform:translateY(-2px);
  box-shadow:0 18px 34px rgba(93,184,242,.28);

}


/* =============================
   レスポンシブ
============================= */

@media(max-width:767px){

.ac-contact-form{
padding:34px 20px;
}

.ac-contact-form__title{
font-size:23px;
}

.ac-contact-form__grid--2{
grid-template-columns:1fr;
}

.ac-contact-form__submit .wpcf7-submit{
width:100%;
min-width:0;
}

}

/* =========================================
   FAQ
========================================= */
.ac-faq {
  margin: 72px 0 0;
}

.ac-faq__inner {
  max-width: 920px;
  margin: 0 auto;
}

.ac-faq__head {
  margin-bottom: 28px;
  text-align: center;
}

.ac-faq__sub {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #7aaed3;
  text-transform: uppercase;
}

.ac-faq__title {
  margin: 0!important;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  color: #183b56;
}

.ac-faq__list {
  display: grid;
  gap: 14px;
}

.ac-faq__item {
  border: 1px solid #dfeaf1;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(31, 64, 96, 0.04);
}

.ac-faq__question {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 22px 60px 22px 24px;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 600;
  color: #22384d;
}

.ac-faq__question::-webkit-details-marker {
  display: none;
}

.ac-faq__question::before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 999px;
  background: #edf7ff;
  color: #56a9e4;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}

.ac-faq__question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 1;
  color: #7ea7c3;
  transition: transform .2s ease, color .2s ease;
}

.ac-faq__item[open] .ac-faq__question::after {
  content: "−";
  color: #56a9e4;
}

.ac-faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 12px;

  padding: 0 24px 24px 24px;
  color: #4a6074;
}

.ac-faq__answer p {
  margin: 0;
  line-height: 1.9;
  font-size: 15px;
  display: block;
  width: 100%;
}
.ac-faq__answer p:last-child {
  margin-bottom: 0;
}

.ac-faq__answer::before {
  content: "A";

  flex-shrink: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  border-radius: 999px;
  background: #f2fbf7;
  color: #5bbf93;

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

  margin-top: 4px;
}

@media (max-width: 767px) {
  .ac-faq {
    margin-top: 56px;
  }

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

  .ac-faq__question {
    padding: 18px 50px 18px 18px;
    font-size: 16px;
  }

  .ac-faq__answer {
    padding: 0 18px 18px 18px;
  }

  .ac-faq__answer p {
    font-size: 14px;
  }
}

/* =========================================
   フッターエリア
========================================= */
.ac-footer{
  position:relative;
  padding:56px 24px 28px;
}

.ac-footer__inner{
  width:min(1200px,calc(100% - 48px));
  margin:0 auto;
}

.ac-footer__nav{
  padding:22px 0 26px;
  border-top:1px solid rgba(0,0,0,.28);
  border-bottom:1px solid rgba(0,0,0,.28);
}

.ac-footer__menu{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:10px 18px;
  margin:0;
  padding:0;
  list-style:none;
}

.ac-footer__menu li{
  position:relative;
}

.ac-footer__menu a{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 16px;
  color:#111;
  font-size:14px;
  font-weight:500;
  line-height:1.4;
  text-decoration:none;
  transition:color .28s ease, transform .28s ease;
  isolation:isolate;
}

.ac-footer__menu a::before{
  content:"";
  position:absolute;
  inset:50% auto auto 50%;
  width:84px;
  height:84px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(182,220,122,.52) 0%, rgba(182,220,122,.28) 32%, rgba(182,220,122,.12) 55%, rgba(182,220,122,0) 76%);
  transform:translate(-50%,-50%) scale(.45);
  opacity:0;
  filter:blur(12px);
  transition:opacity .42s ease, transform .42s cubic-bezier(.22,1,.36,1);
  pointer-events:none;
  z-index:-1;
}

.ac-footer__menu a:hover::before,
.ac-footer__menu a:focus-visible::before{
  opacity:1;
  transform:translate(-50%,-50%) scale(1);
}

.ac-footer__menu a:hover,
.ac-footer__menu a:focus-visible{
  color:#000;
  transform:translateY(-1px);
}

.ac-footer__bottom{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  padding-top:26px;
}

.ac-footer__info{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.ac-footer__company{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px 18px;
  color:#111;
}

.ac-footer__company-name{
  font-size:0px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:.02em;
}

.ac-footer__address,
.ac-footer__tel{
  font-size:15px;
  line-height:1.6;
}

.ac-footer__copyright{
  font-size:13px;
  line-height:1.6;
  color:#222;
}

.ac-footer__logo img{
  display:block;
  width:120px;
  height:auto;
}

@media (max-width:960px){
  .ac-footer{
    padding:44px 16px 24px;
  }

  .ac-footer__inner{
    width:min(100%,calc(100% - 16px));
  }

  .ac-footer__menu{
    gap:6px 8px;
  }

  .ac-footer__menu a{
    min-height:40px;
    padding:9px 12px;
    font-size:13px;
  }

  .ac-footer__menu a::before{
    width:68px;
    height:68px;
    filter:blur(10px);
  }

  .ac-footer__bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  .ac-footer__company-name{
    font-size:23px;
  }

  .ac-footer__address,
  .ac-footer__tel,
  .ac-footer__copyright{
    font-size:13px;
  }

  .ac-footer__logo img{
    width:96px;
  }
}

@media (max-width:640px){
  .ac-footer__nav{
    padding:16px 0 20px;
  }

  .ac-footer__menu{
    justify-content:flex-start;
  }

  .ac-footer__menu a{
    padding:8px 10px;
    font-size:12px;
  }

  .ac-footer__company{
    gap:8px 12px;
  }

  .ac-footer__company-name{
    font-size:19px;
  }
}
/* =========================================
   ヘッダーエリア
========================================= */
.c-gnav > li > a{
  position:relative;
  z-index:1;
  overflow:visible;
}

.c-gnav > li > a::before{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:84px;
  height:84px;
  border-radius:999px;
  background:radial-gradient(
    circle,
    rgba(182,220,122,.45) 0%,
    rgba(182,220,122,.2) 40%,
    rgba(182,220,122,0) 72%
  );
  transform:translate(-50%,-50%) scale(.4);
  opacity:0;
  filter:blur(12px);
  transition:opacity .45s ease, transform .45s cubic-bezier(.22,1,.36,1);
  pointer-events:none;
  z-index:-1;
}

.c-gnav > li > a:hover::before,
.c-gnav > li > a:focus-visible::before{
  opacity:1;
  transform:translate(-50%,-50%) scale(1);
}
.-series-right .c-gnavWrap{
    margin-left:0;
}
.-series-right .l-header__inner{
    justify-content:start;
}