/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 13 2026 | 02:42:18 */
/* =====================================================
   メインビジュアル
===================================================== */
.p-mainVisual {
    padding: 2rem 0 5rem;
}
.p-mainVisual::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(http://kasumichiryo.xsrv.jp/wp-content/uploads/2026/01/mv-bg.jpg)no-repeat;
    z-index: 0;
}
.p-mainVisual__inner {
    position: relative;
    z-index: 1;
}
.c-filterLayer::before,
.c-filterLayer::after,
.c-filterLayer__img {
    right: 0;
    left: inherit;
    width: 60%;
}
@media (min-width: 960px) {
    .p-mainVisual__textLayer {
        width: auto;
        left: 20%;
    }
    .home .p-mainVisual__imgLayer img {
        border-radius: 20px 0 0 20px;
    }
}
@media (max-width: 640px) {
	.c-filterLayer::before,
	.c-filterLayer::after,
	.c-filterLayer__img {
		height: 46%;
		width: 100%;
		bottom: 0;
		top: auto;
	}
	.top #content {
		padding-top: 0;
	}	
	.p-mainVisual {
		padding: 0;
	}
	.p-mainVisual__textLayer {
		top: -19%;
	}
	.swiper-pagination{
    display: none;
}
}
/* メインビジュアル内テキスト */
.wp-block-group.mv-wrap {
    display: flex;
    flex-direction: initial;
    align-items: anchor-center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}
.wp-block-group.mv-wrap > p {
    margin: 0 0.6em;
}
.-type-simple .p-postList__link {
    padding: 0.4em .25em;
}
.swell-block-columns__inner {
  align-items: stretch;
}
.border-right {
  position: relative;
}

@media (min-width: 960px) {
.border-left{
	position:relative;
}
.border-left::after {
  content: "";
  position: absolute;
  top: 0;
      left: -40px;
  width: 1px;
  height: 100%;
  background: #ddd;
}
}
/*特徴内容（左右ポイント） */
.point-left,
.point-right {
    position: relative;
}
.point-left::before,
.point-left::after,
.point-right::before,
.point-right::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color:#9d9d9d;
    border-radius: 50%;
    z-index: 10;
}
.point-left::before {
    top: 10px;
    left: 10px;
    transform: translate(-50%, -50%);
}
.point-left::after {
    bottom: 10px;
    left: 10px;
    transform: translate(-50%, 50%);
}
.point-right::before {
    top: 10px;
    right: 10px;
    transform: translate(50%, -50%);
}
.point-right::after {
    bottom: 10px;
    right: 10px;
    transform: translate(50%, 50%);
}
/* =====================================================
   リスト
===================================================== */
.eight-list {
  display: flex;
  flex-wrap: wrap;
  margin:2em auto;
  justify-content: center;
}
.eight-list li {
	width: 100%;
	max-width: 44%;
	text-align: left;
	margin: 0.4em;	
}
@media (min-width: 960px) {
.absolute-top{
	position: absolute;
	top: -43%;
	left: 50%;
	transform: translate(-50%, 100%);
}
}
@media (max-width: 960px) {
.eight-list li {
	max-width: 100%;
}
}
/* =====================================================
   お悩みありませんか（見出し装飾）
===================================================== */
.post_content .eight-heading {
  position: relative;
  padding: 1.2em 2.2em;
    width: fit-content;
    margin: 2em auto;
}
.post_content .eight-heading::before,
.post_content .eight-heading::after {
  content: "";
  position: absolute;
  background: #333;
}
.post_content .eight-heading::before {
  top: 0;
    left: 30px;
    width: 100px;
  height: 1px;
  transform: translateX(-50%);
}
.post_content .eight-heading::after {
  top: 0;
  left: 0;
  width: 1px;
  height: 40px;
  transform: translateY(-50%);
}
.post_content .eight-heading span::before,
.post_content .eight-heading span::after {
  content: "";
  position: absolute;
  background: #333;
}
.post_content .eight-heading span::before {
  bottom: 0;
right: 30px;
    width: 100px;
  height: 1px;
  transform: translateX(50%);
}
.post_content .eight-heading span::after {
  bottom: 0;
  right: 0;
  width: 1px;
  height: 40px;
  transform: translateY(50%);
}
/* =====================================================
   特徴
===================================================== */
.eight-cover .wp-block-cover__image-background, .eight-cover .wp-block-cover__background {
height: 60%;
}
@media (max-width: 960px) {
.eight-cover .wp-block-cover__image-background, .eight-cover .wp-block-cover__background {
height: 12%;
}
}
.eight-nember-main .swell-block-columns__inner {
  counter-reset: img-counter;
}
.eight-nember-main .swell-block-column {
  counter-increment: img-counter;
}
.eight-nember-img {
  position: relative;
}
.eight-nember-img::after {
  content: "0" counter(img-counter);
  position: absolute;
  z-index: 2;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: var(--color_deep02);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
    visibility: visible;
    top: 98%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 640px) {
  .eight-nember-img::after {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}
.eight-nember-main .-type-card .p-postList__link {
height: 100%;
}
.eight-nember-main .-type-card .p-postList__link {
display: block;
}
.eight-nember-main .c-postThumb__figure {
    border: none;
}
/* =====================================================
   施術の流れ
===================================================== */
.eight-29-arrange-main .flex-arrange {
  display: flex;
  flex-grow: 1;
  padding: 2em 1em 0.4em;
  position: relative;
  z-index: 1;
}
.eight-29-arrange-main .flex-arrange .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.eight-29-arrange-main .flex-arrange .wp-block-group__inner-container .flex-arrange-text {
  flex-grow: 1;
    width: fit-content;
    margin: 0 auto;
}
 body {
  counter-reset: step-counter;
}
.eight-29-arrange-main .swell-block-column {
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
  position: relative;
}
.eight-29-arrange-main .flex-arrange {
  display: flex;
  flex-grow: 1;
  padding: 2em 1em 0.4em;
  position: relative;
  justify-content: center;
}
.eight-29-arrange-main .swell-block-column .flex-arrange::before {
    content: "STEP";
    counter-increment: step-counter;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 8px 40px;
    font-weight: bold;
    color:var(--color_main);
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 150px;
}
.eight-29-arrange-main .swell-block-column .flex-arrange::after {
  content: counter(step-counter, decimal-leading-zero);
    background: var(--color_main);
    color:#fff;
    font-size: 16px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -13px;
    left: calc(50% + 33px);
    transform: translateX(-50%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.post_content .eight-29-haading{
    text-shadow: 4px 3px 0 #006400, -1px -1px 0 #006400, -1px 0px 0 #006400, 1px -1px 0 #006400, 0px 2px 0 #006400, 0 2px 0 #006400, 3px 0 0 #006400, 5px 4px 0px #006400;
    color: #fff;
}
.eight-29-arrange-main
.swell-block-column:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12.5%;
  width: 25%;
  height: 2px;
  background-image: repeating-linear-gradient(
    to right,
    #d6dae8 0,
    #d6dae8 6px,
    transparent 6px,
    transparent 12px
  );
  transform: translateY(-50%);
  z-index: 0;
}
@media (max-width: 960px) {
  .eight-29-arrange-main
  .swell-block-column::after {
    display: none;
  }
.flow-area .swell-block-columns__inner {
    row-gap:2.5rem;
}
}
/* =====================================================
   4カラム高さ揃え（お客様の声・ヘッダーボタン）
===================================================== */
@media (min-width: 960px) {
	.eight-28-arrange-main .swell-block-column {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.eight-28-arrange-main .group-link-wrap{
		display: flex;
		flex-grow: 1;
		width: 100%;
		justify-content: center;
	}
	.eight-28-arrange-main .flex-arrange {
		display: flex;
		flex-grow: 1;
		width: 100%;
		justify-content: center;
	}
	.eight-28-arrange-main .flex-arrange 
	.wp-block-group__inner-container {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.eight-28-arrange-main 
	.flex-arrange 
	.wp-block-group__inner-container 
	.flex-arrange-text {
		flex-grow: 1;
	}
    .eight-28-arrange-main .flex-arrange-text01 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.eight-28-arrange-main .swell-block-button {
    display: flex;
    width: 100%;
    justify-content: center;
}
/* =====================================================
   採用情報用スライド
===================================================== */
.Recruit .vk_slider {
    padding: 3rem 0 2rem;
}
.home .swiper-button-next:after, .home .swiper-rtl .swiper-button-prev:after {
    content: '';
}
.home .swiper-button-prev:after, .home .swiper-rtl .swiper-button-next:after {
    content: '';
}
.vk_slider .swiper-button-next,
.vk_slider .swiper-button-prev,
.vk_post_list_slider .swiper-button-next,
.vk_post_list_slider .swiper-button-prev {
    color: #fff;
    background-color: rgb(211 211 211);
    border-radius: 100px;
}
.vk_slider_item_container {
    padding: 0.4em;
}
.swiper-pagination.swiper-pagination-fraction:not(.swiper-pagination-bullets) {
    top: 76%;
    height: fit-content;
}
.vk_slider,
.vk_post_list_slider {
    padding: 0 0 1rem;
}
.swiper-pagination {
    bottom: 9px !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0 !important;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0 !important;
}
@media (max-width: 575.98px) {
    .swiper-button-next.swiper-button-mobile-bottom,
    .swiper-button-prev.swiper-button-mobile-bottom {
        top: auto;
    }
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 50%;
    background-color: #ccc;
    opacity: 1;
    outline: 1px solid var(--vk-color-background-white-translucent);
    pointer-events: auto;
    transition: background-color 0.3s;
}
.swiper-pagination-bullet-active {
    background-color: var(--color_main);
}
/* =====================================================
   スライダー内 高さ統一
===================================================== */
.vk_slider .swiper-wrapper {
    align-items: stretch;
}
.vk_slider .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto !important;
}
.vk_slider .vk_slider_item_container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.vk_slider .relative-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    height: 100%;
}
.vk_slider .swell-block-columns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
/*------------------
よくある質問  ------------------*/
.eight-block-column  {
	position: -webkit-sticky;
	position: sticky;
	top: 108px;
}
.eight-block-accordion .swell-block-accordion__title::before {
	content: "Q";
	font-weight: bold;color: #fff;
	background: var(--color_main);
	border-radius: 100px;
	font-size: 0.9rem;
	margin-right: 8px;
	display: flex;
	width: 30px;
	height: 30px;
	line-height: 30px;
	justify-content: center;
	flex-shrink: 0; /* ← これで崩れ防止 */
}
.eight-block-accordion .swell-block-accordion__body {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.eight-block-accordion .swell-block-accordion__body p {
	margin: 0;
}
.eight-block-accordion .swell-block-accordion__body::before {
	content: "A";
	font-weight: bold;
	color: #ffffff;
	background: var(--color_deep04);
	border-radius: 100px;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 10px;
}

.eight-block-accordion .swell-block-accordion__title {
	border-radius: 10px;
	transition:.3s;
	margin: 1em 0;
	background: #EEF9FB!important;
	display: flex;
	align-items: center;
}
.eight-block-accordion .swell-block-accordion__title:hover {
	box-shadow: none;
	border-radius:0;
	transition:.3s;
}
.eight-block-accordion .swell-block-box-menu__item{
	position:relative;
}
.eight-block-accordion .swell-block-box-menu__item::after {
	content: "▼";
	font-size: 12px;
	position:absolute;
	right:0;top: 50%;
	transform: translate(-50%, -50%);
}