@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
*/
/* コンテンツ位置調整 */
.top #content {
    padding-top: 2em;
	}
@media screen and (max-width: 768px) {
.top #content {
    padding-top: 1em;
	}}


/* ========================================
   ASKA WINDS ファーストビュー
======================================== */

.aska-hero-copy,
.aska-hero-copy *,
.aska-hero-copy *::before,
.aska-hero-copy *::after {
  box-sizing: border-box;
}

.aska-hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 720px;
  margin: 0 !important;
  padding: 0 !important;
  color: #222;
  text-align: left !important;
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
}


/* ========================================
   法人のお客様へ
======================================== */

.aska-corporate-label {
  display: inline-block;
  margin: 0 0 12px !important;
  padding: 10px 40px 10px 20px;
  background:
    linear-gradient(
      180deg,
      #18c87b 0%,
      #079f60 100%
    );
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.05em;
  clip-path: polygon(
    0 0,
    calc(100% - 18px) 0,
    100% 50%,
    calc(100% - 18px) 100%,
    0 100%
  );
}


/* ========================================
   対象施設の説明文
======================================== */

.aska-hero-copy .aska-target-text {
  margin: 0 0 12px !important;
  padding: 0 !important;

  color: #222 !important;

  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.015em;
}


/* ========================================
   メインコピー
======================================== */

.aska-main-copy {
  margin: 0 0 18px !important;
  padding: 0 !important;

  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em;
}

.aska-main-copy span {
  display: block;
  width: fit-content;

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

/* 換気トラブルを解決し、 */
.aska-main-black {
  margin-bottom: 5px !important;

  color: #222 !important;

  font-size: 36px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
}

/* 快適な空間と／施設価値を守ります */
.aska-main-green {
  color: #079f5a !important;

  font-size: 58px !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
}

/* 黄色マーカー */
.aska-marker {
  background:
    linear-gradient(
      transparent 76%,
      rgba(255, 229, 65, 0.55) 76%
    );
}


/* ========================================
   専門会社テキスト
======================================== */

.aska-hero-copy .aska-service-text {
  margin: 0 !important;
  padding: 0 !important;

  color: #333 !important;

  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.01em;
}


/* ========================================
   メダル全体の半透明白背景
======================================== */

.aska-results-panel {
  width: 100%;

  margin-top: 26px;
  padding: 12px 10px;

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

  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 12px;

  box-shadow:
    0 4px 18px rgba(0, 0, 0, 0.08);

  /* 対応ブラウザでは背景を少しぼかす */
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}


/* ========================================
   メダル横並び
======================================== */

.aska-results {
  display: flex;
  align-items: stretch;
  justify-content: space-between;

  width: 100%;

  margin: 0 !important;
  padding: 10px !important;
background: rgba(255, 255, 255, 0.7);
  gap: 8px;
	border-radius:10px;
}


/* ========================================
   月桂樹付きメダル
======================================== */

.aska-result-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  width: calc((100% - 16px) / 3);
  min-width: 0;
  height: 112px;

  margin: 0 !important;
  padding: 6px 8px;

  background-image:
    url("http://localhost:10084/wp-content/uploads/2026/08/gekkeiju.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}


/* メダル内の文章 */
.aska-result-content {
  position: relative;
  z-index: 2;

  width: 68%;

  margin: 0 auto;
  padding: 0;

  color: #079f5a;
  text-align: center;
}


/* 年間施工件数・換気設備データ */
.aska-result-label {
  display: block;

  margin: 0 0 4px !important;
  padding: 0 !important;

  color: #079f5a !important;

  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  white-space: nowrap;
}


/* 数字の行 */
.aska-result-number {
  display: flex;
  align-items: baseline;
  justify-content: center;

  gap: 3px;

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

  line-height: 1 !important;
  white-space: nowrap;
}


/* 2万件・20・16万件 */
.aska-result-number strong {
  display: inline-block;

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

  color: #079f5a !important;

  font-size: 34px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}


/* 約・以上・年以上の */
.aska-result-number small {
  display: inline-block;

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

  color: #079f5a !important;

  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}


/* 実績 */
.aska-result-bottom {
  display: block;

  margin: 5px 0 0 !important;
  padding: 0 !important;

  color: #079f5a !important;

  font-size: 25px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}


/* 20年以上の部分 */
.aska-result-years strong {
  font-size: 38px !important;
}


/* ========================================
   タブレット
======================================== */

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

  .aska-hero-copy {
    max-width: 610px;
  }

  .aska-corporate-label {
    font-size: 18px !important;
    padding: 9px 36px 9px 18px;
  }

  .aska-hero-copy .aska-target-text {
    font-size: 18px !important;
  }

  .aska-main-black {
    font-size: 30px !important;
  }

  .aska-main-green {
    font-size: 47px !important;
  }

  .aska-hero-copy .aska-service-text {
    font-size: 17px !important;
  }

  .aska-results-panel {
    padding: 10px 6px;
  }

  .aska-result-item {
    height: 100px;
  }

  .aska-result-content {
    width: 70%;
  }

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

  .aska-result-number strong {
    font-size: 29px !important;
  }

  .aska-result-years strong {
    font-size: 32px !important;
  }

  .aska-result-number small {
    font-size: 12px !important;
  }

  .aska-result-bottom {
    font-size: 22px !important;
  }
}


/* ========================================
   スマートフォン：599px以下
======================================== */
@media screen and (max-width: 599px) {

  /* 文字エリア全体 */
  .aska-hero-copy {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 18px 16px 12px !important;
    overflow: hidden;
  }

  /* 法人のお客様へ */
  .aska-corporate-label {
    margin: 0 0 7px !important;
    padding: 6px 25px 6px 12px !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
  }

  /* ホテル・病院・介護施設… */
  .aska-hero-copy .aska-target-text {
    margin: 0 0 5px !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.02em !important;
  }

  /* メインコピー全体 */
  .aska-main-copy {
    width: 100% !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  /* 各行 */
  .aska-main-copy span {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 換気トラブルを解決し、 */
  .aska-main-black {
    margin-bottom: 2px !important;
    font-size: clamp(21px, 6.5vw, 27px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.04em !important;
    white-space: nowrap;
  }

  /* 快適な空間と／施設価値を守ります */
  .aska-main-green {
    font-size: clamp(29px, 7.8vw, 35px) !important;
    font-weight: 900 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.065em !important;
    white-space: nowrap;
  }

  /* 黄色マーカー */
  .aska-marker {
    display: inline-block !important;
    width: fit-content !important;
    max-width: 100% !important;
    background:
      linear-gradient(
        transparent 76%,
        rgba(255, 229, 65, 0.75) 76%
      );
  }
.aska-main-copy span {
        max-width: 80% !important;
	}
  /* 換気ダクト清掃・メンテナンスの専門会社 */
  .aska-hero-copy .aska-service-text {
    margin: 10px 0 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    letter-spacing: -0.02em !important;
    white-space: nowrap;
  }

  /* メダル全体 */
  .aska-results-panel {
    width: 100% !important;
    margin-top: 14px !important;
    padding: 7px 2px !important;
    border-radius: 8px;
  }

  .aska-results {
    display: flex !important;
    width: 100% !important;
    gap: 1px !important;
		 padding: 1px !important;
  }

  .aska-result-item {
    width: calc((100% - 2px) / 3) !important;
    min-width: 0 !important;
    height: 72px !important;
    padding: 2px !important;
    background-size: 100% 70% !important;
  }

  .aska-result-content {
    width: 72% !important;
  }

  .aska-result-label {
    margin-bottom: 1px !important;
    font-size: 8px !important;
    line-height: 1.1 !important;
    white-space: nowrap;
  }

  .aska-result-number {
    gap: 1px !important;
  }

  .aska-result-number strong {
    font-size: 17px !important;
  }

  .aska-result-years strong {
    font-size: 20px !important;
  }

  .aska-result-number small {
    font-size: 7px !important;
  }

  .aska-result-bottom {
    margin-top: 1px !important;
    font-size: 13px !important;
  }
}

/* 特許メダル */
.fv-medal{
	 position:absolute;
    left:70%;
    bottom:100px;
    width:180px;
    z-index:10;
}
.p-mainVisual__slideText{
	font-size:12px;
}
@media screen and (max-width: 599px) {
	    .fv-medal {
        left: 73%;
        width: 76px;
    }
}
}
/* ========================================
   FV文字の視認性アップ
======================================== */

/* 対象施設 */



/* メインコピー */
.aska-main-black,
.aska-main-green {
  text-shadow:
    -2px -2px 0 #fff,
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff,
     0 0 8px rgba(255,255,255,.95);
}

/* 説明文 */
.aska-service-text {
  text-shadow:
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff,
     0 0 6px rgba(255,255,255,.9);
}