/*	トップページ------------*/

/* bxSliderスライダー
 * ラッパーを画面いっぱいに */
.kv-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* bxSliderの各スライド */
.kv-bxslider,
.kv-bxslider li {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100vh;            /* フルスクリーン */
}
.kv-bxslider li {
  position: relative;
}

/* 背景画像を全面にフィット */
.kv-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;         /* 重要：トリミングしつつ全画面表示 */
}

/* 暗めオーバーレイ（キャッチコピーを読みやすく） */
.kv-dim {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.35);  /* 文字を載せる想定でやや暗め */
}

/* ロゴを中央に固定（4枚目） */
.kv-logo-slide .kv-center-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(60vw, 520px);
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 2;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,.35));
}

/* キャプション配置（中央 or 下寄せでもOK） */
.kv-caption {
  position: absolute;
  left: 50%;
  bottom: 37vh;        /* 下寄せ：好みで top:50% でも */
  transform: translateX(-50%);
  width: min(92vw, 1000px);
  text-align: center;
  color: #fff;
  z-index: 3;
  /* アニメの初期状態 */
  opacity: 0;
  transform: translate(-50%, 10px);
  transition: opacity .5s ease, transform .6s ease;
}

/* 見やすいタイポグラフィ */
.kv-caption h2 {
  font-weight: 800;
  font-size: clamp(22px, 4.2vw, 48px);
  line-height: 1.2;
  letter-spacing: .02em;
  text-shadow: 0 2px 12px rgba(0,0,0,.45);
  margin: 0 0 .35em 0;
}
.kv-caption p {
  font-size: clamp(14px, 1.8vw, 20px);
  line-height: 1.6;
  opacity: .95;
  margin: 0;
}

/* アクティブスライドのキャプションにだけ出現アニメ */
.kv-bxslider li.is-active .kv-caption {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* 4枚目はロゴが主役なのでキャプションはスクリーンリーダー用 */
.sr-only {
  position: absolute !important;
  height: 1px; width: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,1px,1px); white-space: nowrap; border: 0;
}

/* スマホ：キャプション余白と暗度を少し強めにしたい場合（任意） */
@media (max-width: 600px) {
  .kv-dim { background: rgba(0,0,0,.45); }
  .kv-caption { bottom: 10vh; }
}

/* 当社こころ屋は特殊清掃・原状回復を専門に行う会社です。 */
.area-hero-section {
    position: relative;
    background: #fff;
    padding: 0em 0em 7em;
}
.area-hero-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: #f8f8fb;
    z-index: 0;
}
.area-hero-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(1280px, 90vw);
    height: 57px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    z-index: 1;
    pointer-events: none;
}
.area-hero-section .section-inner {
}

.hand-underline {
    font-family: 'Caveat', cursive;
    font-weight: bold;
    background-image: linear-gradient(to right, #ffc107 0%, #ffc107 100%);
    background-size: 85% 0.35em;
    background-repeat: no-repeat;
    background-position: 50% 90%;
    padding-top: 2vh;
    font-size: clamp(1.4rem, 1.6rem + 0.45vw, 1.85rem);
}
@media screen and (max-width: 768px) {
	.area-hero-section {
      padding: 0em 0em 3em;
    }
	.area-hero-section::before {
    }
	.area-hero-section::after {
      width: min(1280px, 110vw);
      height: 57px;
    }
	.area-hero-section .section-inner {
	  padding-bottom: 2vh;
    }   
}

/* 特殊清掃とは */
.ab_sp_cleaning {
    background: #f8f8fb url(../images/top2/010.png) no-repeat 12% 0% / 45%;
	position: relative;
}
.ab_sp_cleaning::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: #fff;
    z-index: 0;
}
.ab_sp_cleaning::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(1280px, 90vw);
    height: 57px;
    background: #f8f8fb;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    z-index: 1;
    pointer-events: none;
}

.rankarea {
	display: flex;
	justify-content:space-evenly;
	padding: 0 0 4vh 0;
}
.rankarea img {
	max-width: 35%;
}


.ab_sp_cleaning .section-inner {
}

.about-special_cleaning p {
  font-size: clamp(1.4rem, 1.55rem + 2.4vw, 1.6rem);
  padding: .75em 1em 11vh  0.95em;
}

.btnlink {
  font-size: 1.85rem;
  background: #9261c1;
  color: #fff;
  padding: 15px 25px;
  display: flex;
  justify-content: center;
  max-width: 60%;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  margin: 0 auto 3vh;
}
.area-feature-section {
    background: #fff;
    padding: 0 0 0em;
    position: relative;
}
.area-feature-section .section-inner {
	
}

.area-feature-section li figure {
  position: relative;
  margin: 0;
}

.area-feature-section h4 img {
  max-width: 70px;
}

.feature-heading {
  display: inline-flex;
  font-weight: bold;
  padding: 1.8rem 0 .5rem .5rem;
  font-size: clamp(1.65rem, 1.7rem + 0.2vw, 1.8rem);
  color: #355D9D;
  text-align: left;
}
.area-feature-section p {
  line-height: 1.4;
  font-size: clamp(1.4rem, 1.55rem + 2.4vw, 1.6rem);
}



.cmn-works {
  padding: 0;
}
.cmn-works .section-inner {
    max-width: 100%;
    padding-inline: 0;
    padding-block: 0;
    padding-top: 4em;
}

.flx_feature_aria {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2vw;
}
.area-feature-section p {
    max-width: 100%;
}

/* サービス：きずな屋リンク、ライン見積 */
.section-lead, .workex_lead {
	text-align: center;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 1em calc(1.5em + 9px);
    border-top: 1px solid #b499bc;
    border-bottom: 1px solid #b499bc;
	font-size: clamp(1.4rem, 1.55rem + 2.4vw, 1.6rem);
    color: #333;
}

.section-lead::before,
.section-lead::after,
.workex_lead::before,
.workex_lead::after{
    position: absolute;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% + 20px);
    background-color: #b499bc;
    content: '';
}

.section-lead::before, .workex_lead::before {
    left: 9px;
}

.section-lead::after, .workex_lead::after {
    right: 9px;
}

/*	事例スライド	*/
.swiper_content__wrap {
    background: #f5f5f5;
    padding-block: 8vh;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
	display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
	display: none;
}
.works-beforeafter-label {
    position: absolute;
    top: 50%;     /* 上下中央 */
    left: 50%;    /* 左右中央 */
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6); /* 半透明背景で見やすく */
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 4px;
    white-space: nowrap; /* 改行させない */
    z-index: 2; /* サムネ画像より上に */
    text-align: center;
}

.works-region {
    background: #9261c1;
	color: #fff;
    font-size: clamp(1.35rem, 1.4rem + 0.55vw, 1.65rem);
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 50%;
    padding-inline: 0.5vw;
    padding-block: 1.5vh;
	margin-bottom: 1.5vh;
    border-radius: 20px;
}

.works-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;   /* 例：4:3。16/9 や 1/1 にしてもOK */
  overflow: hidden;
  border-radius: 6px;     /* 任意 */
}

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

/*	汎用ボタン
---------------------------------*/
.btn-cmn01 {
	margin: 2em auto 2em;
	width: 100%;
	max-width: 310px;
}
.btn-cmn01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #9261c1;
    border-radius: 10px;
    text-align: center;
	font-size: clamp(1.35rem, 1.6rem + 0.15vw, 1.85rem);
	color: #fff;
    line-height: 2.5;
    font-weight: bold;
}

.area-feature-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30%;
  width: 0;
  height: 0;
  border-left: 20vw solid #fff;
  border-right: 20vw solid #fff;
  border-top: 50px solid #9261c17d;
}

.workex_wrap {
  margin: auto;
  max-width: 1160px;
  padding-inline: 64px;
  padding-bottom: 6vh;
}

/*	新着情報	*/
.cmn-news {
  padding: 0em 0 2em;
  background: linear-gradient(rgb(81 72 72 / 44%), rgb(121 107 107 / 57%)), url(../images/top2/wmremove-transformed.jpeg) no-repeat center 0px;
  background-size: cover;
}

.cmn-news .contents-inr {
  -webkit-align-items: center;
  align-items: center;
}

.cmn-news-cap {
  padding: 0 40px;
  text-align: center;
}

.cmn-news-cap h3 {
  margin: 0 0 30px;
}

.cmn-news-cap h3:before {
  display: block;
  content: "";
}

.cmn-news-cap h3 span {
  display: block;
  font-style: italic;
  font-size: clamp(1.65rem, 1.75rem + 1.95vw, 3.2rem);
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  text-shadow: 0px -1px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 3px 0px 0 #fff, 2px 1px 0 #fff, -2px 1px 0 #fff, -1px 1px 0 #fff, 1px -2px 0 #fff;
}

.cmn-news-cap h3 small {
  color: #333;
  display: block;
  font-size: clamp(1.65rem, 1.70rem + 1.10vw, 2.85rem);
  letter-spacing: 0.25em;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
    0px -1px 0 #fff,
    1px 0px 0 #fff,
    -1px 0px 0 #fff,
    0px 1px 0 #fff;
  font-weight: bold;
}

.cmn-news-list {
  margin: 0 auto 2vh;
  max-width: 60%;
}

.cmn-news ul {
    padding: 0 0 0 2rem;
	margin-block: 1.5vh;
    background: #fff;
    border-radius: 15px;
}

.cmn-news li {
  position: relative;
  padding: 20px 10px;
  border-bottom: 1px solid #dad9d1;
  font-size: clamp(1.35rem, 1.5rem + 0.15vw, 1.65rem);
}

.cmn-news li:last-of-type {
  border-bottom: none;
}

.cmn-news-list-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.cmn-news li .cmn-news-date {
  margin: 0 10px 0 0;
}

.cmn-news li .cmn-news-cate {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 10px;
  background: #ccc;
  text-align: center;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

.cmn-news li .cmn-news-cate.news {
  background: #29983a;
}

.cmn-news li .cmn-news-cate.campaign {
  background: #ffa800;
}
.cmn-guide {
    padding: 4.5em 2vw 5.5em;
}	
.cmn-guide .section-inner {
	display: flex;
    justify-content: space-around;
	gap: 3rem;
}

.cmn-guide-company table th, .cmn-guide-company table th {
    padding-left: 10px;
}	
  .cmn-guide h3 {
    margin: 0 0 10px;
    padding: 0 0 12px;
  }

  .cmn-guide h3 span {
    font-size: 1rem;
  }

  .cmn-guide h3 small {
    font-size: 0.8125rem;
  }

  .cmn-guide-area {
    margin: 0 auto 35px;
    width: 100%;
    max-width: 550px;
  }

  .cmn-guide-area h3 {
    padding-left: 32px;
  }

  .cmn-guide-area h3:before {
    width: 27px;
    height: 18px;
    background-size: contain;
  }

  .cmn-guide-company {
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
  }
  .cmn-guide h2 {
    position: relative;
    margin: 0 0 2rem;
    padding: 0 0 0.8rem;
    border-bottom: 1px solid #dad9d1;
  }
  .cmn-guide-company h2:before {
    display: block;
    position: absolute;
    left: 0;
    bottom: 10px;
    content: "";
    width: 59px;
    height: 50px;
    background: url(../images/top/icon_ttl_company.png) no-repeat center top;
  }

.cmn-guide h2 {
    position: relative;
    margin: 0 0 2rem;
    padding: 0 0 1.5vh 5vw;
    border-bottom: 1px solid #dad9d1;
}

.cmn-guide h2 span {
   font-size: clamp(1.65rem, 1.5rem + 1.15vw, 2.0rem);
   font-weight: 500;
}

.cmn-guide h2 small {
  font-size: clamp(1.35rem, 1.4rem + 0.50vw, 1.45rem);
  font-weight: 500;
}



.cmn-guide-area h2 {
  padding-left: 64px;
}

.cmn-guide-area h2:before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  content: "";
  margin: 0;
  width: 54px;
  height: 37px;
  background: url(../images/top/icon_ttl_area.png) no-repeat center top;
}


  .cmn-guide-company h3 {
    padding-left: 35px;
  }

  .cmn-guide-company h3:before {
    width: 29px;
    height: 25px;
    background-size: contain;
  }

  .cmn-guide-company table {
    width: 100%;
  }

  .cmn-guide-company table tr {
    border-bottom: 1px solid #fff;
  }

  .cmn-guide-company table th {
    padding-left: 20px;
    width: 110px;
  }

  .cmn-guide-company table td {
    padding: 11px 15px 10px 20px;
  }

.news-label {
	display: inline-block;
	padding-inline: 1vw;
	padding-block: 0.5vh;
	color: #fff;
	background: #9261c1;
	border-radius: 20px;
}



@media screen and (min-width: 1025px) {
    .ab_sp_cleaning {
       background: #f8f8fb url(../images/top2/010.png) no-repeat 12% 0% / 45%;
       padding: 5.5em 4vw 7vh 4vw;
    }
}
@media screen and (max-width: 1024px) {
	.area-hero-section {
      padding: 0em 0em 2em;
    }
    .ab_sp_cleaning {
       background: #f8f8fb url(../images/top2/010.png) no-repeat 12% 0% / 45%;
       padding: 5.5em 4vw 7vh 4vw;
    }
	.btn-cmn01 {
      margin: 1em auto 1em;
      width: 100%;
      max-width: 310px;
    }
}
@media screen and (max-width: 768px) {
    .ab_sp_cleaning {
       background: #f8f8fb url(../images/top2/010.png) no-repeat 12% 0% / 45%;
       padding: 5.5em 4vw 7vh 4vw;
    }
	.ab_sp_cleaning::before {
    }
	.ab_sp_cleaning::after {
       width: min(1280px, 110vw);
     }
	.ab_sp_cleaning .section-inner {
	   padding-bottom: 2vh;
    }
	.flx_feature_aria {
	  display: flex;
	  flex-direction: row;
	  justify-content: center;
	  align-items: center;
	  gap: 2vw;
    }
    .area-feature-section p {
      max-width: 60%;
    }
	
	.cmn-works .section-inner {
      max-width: 100%;
      padding-inline: 0;
      padding-block: 0;
      padding-top: 2em;
    }
	.area-feature-section p {
      max-width: 60% ;
	}
	.btn-cmn01 {
      margin: 0em auto;
      width: 100%;
      max-width: 310px;
    }
}

@media screen and (max-width:425px) {
	
	.hand-underline {
	  background-image: linear-gradient(to right, #ffc107 0%, #ffc107 100%);
	  background-size: 85% 0.35em;
	  background-position: 50% 90%;
	  padding-top: 2vh;
	  font-size: clamp(1.4rem, 1.6rem + 0.45vw, 1.85rem);
	}
	
   .rankarea {
      display: flex;
      justify-content: space-between;
      padding: 0 0 4vh 0;
   }
	.rankarea img {
      max-width: 49%;
    }

	.btnlink {
	  padding: 15px 15px;
	  max-width: 90%;
	  margin: 0 auto 0vh;
	}

	.about-special_cleaning p {
      padding: .75em 1em 5vh 0.95em;
    }
	.flx_feature_aria {
	  flex-direction: column;
	}
	.area-feature-section li figure {
      position: relative;
      margin: 0;
	  text-align: center;
    }
	.area-feature-section h4 img {
      max-width: 50px;
    }  

	.feature-heading {
      display: flex;
      font-weight: bold;
	  padding: 0rem 0 0rem .5rem;
	  margin-block: 2rem;
    }
	.area-feature-section p {
	  display: table;
      max-width: 100%;
    }
	.feature-header h4 {
      text-align: center;
		display: flex;
		justify-content: center;
		align-items:center;
    }
	.area-feature-section li figure {
      position: relative;
      margin: 0;
    }
	/*	事例	*/
    .workex_wrap {
      padding-inline: 24px;
      padding-bottom: 3vh;
    }
	.btn-cmn01 {
      margin: 2em auto;
      width: 100%;
      max-width: 310px;
    }
   .btn-cmn01 a {
	  font-size: 15px;
	  line-height: 43px;
    }
	.section-lead, .workex_lead {
	  margin-bottom: 2em;
     }
	
	 .cmn-news {
      padding: 0px 0 0px;
    }
	.cmn-news .section-inner {
	}
	.cmn-guide .section-inner {
	  display: flex;
	  flex-direction:column;
    }
	.maparea {
		text-align: center;
	}
	.cmn-guide-company {
      width: 100%;
      max-width: 100%;
    }
	
    .cmn-guide-company h2 {
	  padding-left: 69px;
	}

	.cmn-guide-company h2:before {
	  display: block;
	  position: absolute;
	  left: 0;
	  bottom: 10px;
	  content: "";
	  width: 59px;
	  height: 50px;
	  background: url(../images/top/icon_ttl_company.png) no-repeat center top;
	}

	.cmn-guide-company table {
	  width: 100%;
	  font-size: clamp(1.25rem, 1.3rem + 0.30vw, 1.65rem);
	}

	.cmn-guide-company table tr {
	  border-bottom: 1px solid #fff;
	}
	
	.cmn-guide {
      padding: 2em 2vw 2em;
    }
	
	.compatible_detail a .guideerea_btn {
      margin-top: 2.0em;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      position: relative;
      padding: 1em 2em 1em 2em;
      font-size: clamp(1.2rem, 1.4rem + 0.30vw, 1.45rem);
      letter-spacing: .02em;
      font-weight: 700;
      line-height: 1.6;
      border-radius: 100vw;
      background-color: #f4f2eb;
      transition: color .25s ease, background-color .25s ease;
      background: #f4f2eb url(../images/top2/bg_guideerea_btn.png) no-repeat 90% center;
    }
	footer .contact_flex {
      display: flex;
	  flex-direction: column;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: auto;
    } 
    .st-tel {
      display: inline-block;
      background: #9261c1;
      color: #fff;
      padding: 0rem 0rem 0rem 0rem;
      border-radius: 4px;
      font-size: clamp(1.6rem, 1.3rem + 0.5vw, 2.2rem);
      border: 2px solid #fff;
      transition: background 0.2s, box-shadow 0.2s;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.10);
      max-width: 500px;
      line-height: 1.4;
    }

}
@media screen and (max-width:375px) {
	.area-hero-section {
        padding: 0em 0vw 2em;
    }
	.area-hero-section .section-inner {
        padding-bottom: 2vh;
    }
	.area-feature-inner {
        padding: 0 0vw 4vh 0vw;
    }
	.top-message-txt {
		max-width: 700px;
		margin: 0 auto;
		text-align: center;
		padding: 1vh 2vw 1vh 2vw;
		width: 100%;
		font-size: clamp(1.4rem, 1.55rem + 2.4vw, 1.6rem);
	}
}
.about-special_cleaning {
  position: relative;
  max-width: 780px;
  margin: auto;
  background: #f8f8f8b3;
  padding: 0 0 1vh 0;
}


.about-special_cleaning h2 {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.65rem, 1.76rem + 1.2vw, 2.0rem);
  line-height: 1.4;
  margin: 0em 0 1.25em;
  position: relative;
  padding: .75em 1em;
  background: #e3dbf170;
}

.about-special_cleaning h2::before,
.about-special_cleaning h2::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;  
  background: #8e44ad;  
}

.about-special_cleaning h2::before {
  top: 0;  
}

.about-special_cleaning h2::after {
  bottom: 0;
}


/*	サービス案内	*/
.top-menu ul {
  padding: 40px 30px 0px;
}

.top-menu ul li.column3 {
  margin: 0px 2% 4% 2%;
  width: 29%;
  max-width: 317px;
}

.top-menu ul li.column2 {
  margin: 0 4.7% 3.8% 0;
  width: 47.61%;
  max-width: 506px;
}

.top-menu ul li.column2:last-of-type {
  margin-right: 0;
}

@media screen and (max-width:767px) {
  .top-menu ul {
    display: block;
    padding: 20px 0 0px;
  }

  .top-menu ul li.column3 {
    margin: 0 auto 20px;
    width: 100%;
  }

  .top-menu ul li.column3:nth-of-type(3n) {
    margin-right: auto;
  }

  .top-menu ul li.column2 {
    margin: 0 auto 20px;
    width: 100%;
  }

  .top-menu ul li.column2:last-of-type {
    margin-right: auto;
  }
}

/*	メッセージ	*/
.top-message {
  position: relative;
}

.top-message .contents-inr {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  align-items: center;
}

.top-message figure {
  width: 36.93%;
  max-width: 410px;
}

.top-message-txt {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 1vh 1vw 1vh 1vw;
  width: 100%;
  font-size:clamp(1.4rem, 1.55rem + 2.4vw, 1.6rem);
}

.top-message-txt h3 {
  margin: 0 0 30px;
}

.heading-style10 {
  padding: 0.4em 0.5em;
  color: #f9fafb;
  background: linear-gradient(135deg, #10b981, #3b82f6);
  border-radius: 5px;
  margin-bottom: 1.5em;
  font-size: clamp(1.7rem, 1rem + 1vw, 2.2rem);
  text-align: center;
}




.area-lead-headline {
  font-size: clamp(1.65rem, 1.85rem + 0.4vw, 2.0rem);
  font-weight: bold;
  text-align: center;
  font-family: 'Caveat', cursive;
  background-image: linear-gradient(to right, #ffc107 0%, #ffc107 100%);
  background-size: 75% 0.4em;
  background-repeat: no-repeat;
  background-position: 50% 95%;
}

.area-lead-headline:before {
  color: #175297;
  font-family: "Font Awesome 5 Free";
  content: ">";
  margin-right: 6px;
}



.area-feature-section h3 {
  position: relative;
  margin: 0;
  text-align: center;
  padding: 0 0 2em 0;
}

.cl_purple {
  color: #7C60A0;
  text-align: left;
}

.cl_liteblue {
  color: #A4D7E1;
  text-align: left;
}

.area-feature-section li:nth-of-type(1) {
  border-color: #355D9D;
  background: #f5f5f5;
}

.area-feature-section li:nth-of-type(2) {
  border-color: #355D9D;
  background: #f5f5f5;
}

.area-feature-section li:nth-of-type(3) {
  border-color: #355D9D;
  background: #f5f5f5;
}

.area-feature-section li:nth-of-type(3n) {
  margin-right: 0;
}



@media screen and (max-width:767px) {
  .top-service {
    padding: 0 0 30px;
  }

  .top-service h3 {
    margin: -10px 0 25px;
  }

  .top-service ul {
    display: block;
  }

  .top-service li {
    margin: 0 auto 25px;
    padding: 0 23px 25px;
    width: 100%;
    max-width: 330px;
    font-size: 0.8125rem;
  }

  .top-service li:nth-of-type(3n) {
    margin-right: auto;
  }

  .top-service li figure {
    margin: 0 0 10px;
  }
}


/*	流れ	*/
.top-flow {
  padding: 1rem 0 2em 0;
  text-align: center;
  background: #fff;
}

.top-flow h3 {
  margin: 2em 0 2em;
}

.workflow-steps-image {
  margin: 1rem auto 2rem;
  padding: 1rem 1rem 1rem 1rem;
  width: 80%;
  border: 2px solid #ccc;
  border-radius: 10px;
  background: #fff;
}



.top-message .contents-inr {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width:767px) {
  .top-flow {
    padding: 35px 0 40px;
  }

  .top-flow h3 {
    margin: 0 0 20px;
  }

  .top-flow h3 img {
    max-height: 50px;
  }
}



.ttl-cmn01 {
    text-align: center;
    margin: 0 auto 1.5em;
    white-space: nowrap;
    line-height: 1.2;
    max-width: 500px;
}

.ttl-cmn01 span {
  display: block;
  font-size: clamp(1.8rem, 2vw + 1.2rem, 3.2rem); 
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 0.5em;
  border-bottom: 2px solid #c9c9c9; /* 下線をWork Exampleのみに */
  padding: 0.1rem 0.15rem;
}

.ttl-cmn01 small {
  display: inline-block;
  font-size: clamp(1.2rem, 1vw + 0.9rem, 1.8rem); /* サブ的に小さめ */
  letter-spacing: 0.3em;
  font-weight: 400;
  color: #555; /* グレーで控えめ */
}









/* サービス：きずな屋リンク、ライン */
/* 親：横並び（PC）→ 縦積み（SP） */
/* モバイル：縦積み */
@media (max-width: 768px){

 .tp_bnarea h3{
    font-size: clamp(1.35rem, 1rem + 1vw, 1.6rem);
  }
}

.cmn-works ul {
  margin: 0 0 65px;
}

.cmn-works li {
  margin: 0 3.3% 0 0;
  width: 22.52%;
  max-width: 250px;
}

.cmn-works li:nth-of-type(4n) {
  margin-right: 0;
}

.cmn-works li figure {
  position: relative;
  margin: 0 0 10px;
}

.cmn-works-ttl {
  margin: 0;
  font-size: 0.8125rem;
}

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

 .cmn-news-cap h3 {
    margin: 0 0 20px;
  }

  .cmn-news-cap h3:before {
    width: 41px;
    height: 37px;
    background-size: contain;
  }

  .cmn-news li {
    padding: 10px 10px;
  }
	.news-label {
		display: inline-block;
		padding-inline: 1vw;
		padding-block: 0.5vh;
		color: #fff;
		background: #9261c1;
		border-radius: 20px;
	}

  .cmn-news li .cmn-news-date {
    margin: 0 10px 0 0;
  }

  .cmn-news li .cmn-news-cate {
    font-size: 11px;
    line-height: 20px;
  }
}



.compatible_detail a .guideerea_btn {
  margin-top: 2.0em;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 1em 2em 1em 2em;
  font-size: clamp(1.35rem, 1.4rem + 0.30vw, 1.65rem);
  letter-spacing: .02em;
  font-weight: 700;
  line-height: 1.6;
  border-radius: 100vw;
  background-color: #f4f2eb;
  -webkit-transition: color .25s ease, background-color .25s ease;
  transition: color .25s ease, background-color .25s ease;
  background: #f4f2eb url(../images/top2/bg_guideerea_btn.png) no-repeat 90% center;
}

.compatible_detail a .guideerea_btn:hover {
  color: #fff;
  background-color: #7C60A0;
}



/*	フッターバナー	*/
.cmn-contact {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.cmn-contact-tel,
.cmn-contact-mail {
  position: relative;
  width: 50%;
  text-align: center;
  z-index: 100;
}

.cmn-contact-tel a,
.cmn-contact-mail a {
  display: block;
  position: relative;
  padding: 0 15px;
  height: 85px;
}

.cmn-contact-tel a img,
.cmn-contact-mail a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 90%;
}

.cmn-contact-tel:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background: #29983a;
  z-index: -1;
}

.cmn-contact-mail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background: #ff7800;
  z-index: -1;
}

@media screen and (max-width:767px) {
  .cmn-contact-tel a,
  .cmn-contact-mail a {
    height: 45px;
  }
}

