:root {
	--red: #b7282e;
	--pink: #e7609e;
	--blue: #499EB2;	
	--yellow: #ffd900;
	--black: #444444;
	--green: #5EA8B7;
	--orange: #FFAC34;
	--pail_orange: #FFFBF8;
	--orange_bg: #FFE2B9;
	--gothic: 'Helvetica Neue', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, sans-serif;
	--mincho: '游明朝体', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
	--maru: 'Kosugi Maru', sans-serif;
}

/* ◆◆◆ 枠外背景 ◆◆◆ */
@media (min-width: 769px) {
	.l-wrapper {
		overflow: hidden;
		background-image:url(http://xs986046.xsrv.jp/arkhe_hp/wp-content/uploads/2025/07/bk.webp);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
/* ◆◆◆ /枠外背景 ◆◆◆ */


/* ◆◆◆ あしらい ◆◆◆ */
a:hover {
	opacity: 0.8;
}
/* ホバー時拡大 */
.btn_hover {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

/* ホバー時 */
.btn_hover:hover {
  transform: scale(1.1); 
}

/*文字背景　白おび*/
.white_obi {
	background: white;
	padding: .2rem;
}
/*文字背景　オレンジおび*/
.orange_obi {
	background: var(--orange);
    padding: .1rem;
    border-radius: 5px;
    margin-bottom: .3rem;
    display: inline-block;
    margin-right: .2rem;
    width: 18%;
    text-align: center;
}
/*白文字　オレンジおび*/
.orange_obi_white {
	background: var(--orange);
	color: white;
    padding: .1rem;
    border-radius: 5px;
    margin-bottom: .3rem;
    display: inline-block;
    margin-right: .2rem;
    width: 10%;
    text-align: center;
}
/*注釈*/
.note {
	font-size: .8rem;
}
.access__note {
	font-size: .9rem;
	line-height: 1.3;
}
/*太字*/
.bold {
	font-weight: bold;
}
/*白背景*/
.white_bg {
	background: white;
}
/*配置調整*/
.central {
	margin: 0 auto;
}
.pc_left {
	text-align: left;
}
.mt-05 {
	margin-top: 1em;
}
.mt-15 {
    margin-top: 1.5em;
}
.mt-2 {
	margin-top: 2em;
}
.mt-6 {
	margin-top: 6em;
}

/* ◆◆◆ /あしらい ◆◆◆ */


/* ◆◆◆ フォントサイズ ◆◆◆ */
/*全体フォント*/
body,h2,h3,p,li,a,ul,li {
	font-family:var(--maru);
	color: #585858;
}

/* このサイトに合う設定に調整 */
h2 {
	font-size: clamp(1.8rem, 2.8vw, 2.3rem);
	min-height: 0;
	line-height: 1.2;
	padding: 0 0 1em;
	background: none;
	color: var(--black);
}

h3 {
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	min-height: 0;
	margin-top: 3rem;
	padding: 0;
	border: none;
}

p, li, a {
	font-size: clamp(1rem, 1.6vw, 1.3rem);
}

p {
	margin-bottom: 2rem;
}
/* ◆◆◆ /フォントサイズ ◆◆◆ */


/* ◆◆◆ 文字色 ◆◆◆ */
.text__red {
	color: var(--red);
	font-weight: 600;
}

.text__blue {
	color: var(--blue);
	font-weight: 600;
}

.text__green {
	color: var(--green);
	font-weight: 600;
}
.text__orange {
	color: var(--orange);
	font-weight: 600;
}
/* ◆◆◆ /文字色 ◆◆◆ */


/* ◆◆◆ マーカー ◆◆◆ */
.marker__yellow {
	font-weight:bold;
	background:linear-gradient(transparent 60%, var(--yellow) 60%);
}

.marker__pink {
	font-weight:bold;
	background:linear-gradient(transparent 60%, var(--pink) 60%);
}
/* ◆◆◆ /マーカー ◆◆◆ */


/* ◆◆◆ ヘッダー ◆◆◆ */
.bo-header__right-box-info p { /*診療時間など文字数に合わせて調整*/
	font-size: 1.1rem;
}
/* ◆◆◆ /ヘッダー ◆◆◆ */


/* ◆◆◆ グロナビ ◆◆◆ */
.l-headerUnder {
	background: white;
}
.l-headerUnder .c-gnav>.menu-item>a {
    padding: 10px 16px;
}
.c-gnav__li, .c-gnav__li>.c-gnav__a {
    font-size: clamp(.9rem, 4vw, 1rem);
}

/* ◆◆◆ /グロナビ ◆◆◆ */


/* ◆◆◆ サイドバー ◆◆◆ */
/*サイドバー　アクセス*/
h4.side__box-name {
	color: brown;
	font-size: 1.4rem;
	margin-block: 0.5em;
}

.side__box h4 {
	color: var(--black);
	font-size: 1.2rem;
	margin-bottom: 0.3em;
}

.side__box-address {
	font-size:1.1rem;
	margin-bottom: 0.5em;
}

.side__box-reserve {
	color: white;
	display: inline-block;
	background: orange;
	border-radius: 0.4rem;
	padding-inline: 1em;
	margin-block: 0.5em;
}

.side__box dt, .side__box dd {
	font-size: 1.1rem;
}

.side__box dt {
	font-weight: 600;
	color: gray;
}

.side__contact__btn {
	margin-bottom: 0.2em;
	transition: 0.6s;
}

.side__contact__btn:last-of-type {
	margin-bottom: 0;
}

.side__contact__btn:hover {
	opacity: 0.6;
}
/* ◆◆◆ /サイドバー ◆◆◆ */


/* ◆◆◆ FV ◆◆◆ */
/*下層P*/
.fv figure {
	margin: 0;
}
/* ◆◆◆ /FV ◆◆◆ */


/* ◆◆◆ オファー ◆◆◆ */
.offer {
	margin:0 calc(50% - 50vw);
	margin-top: -1.9em;
}

.offer figure {
	margin: 0;
}
.offer figure img {
	max-width: 1000px;
}

.yellow_bokashi_bg {
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/09/Yellow-Bokashi-Background.webp)center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    background-size: cover;
	padding: 4em 0;
}
/* ◆◆◆ /オファー ◆◆◆ */


/* ◆◆◆ 訪問対応エリア ◆◆◆ */
.area {
	margin-top: -1.9em;
}
h2.area__title {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #585858;
    text-align: center; 
    white-space: normal; 
    word-wrap: break-word; 
    line-height: 1.4; 
	margin-bottom: 1em;
}

h2.area__title::before,
h2.area__title::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #585858;
}
h2.area__title::before {
    left: 20px;
	}
h2.area__title::after {
    right: 20px;
}
.h2_icon {
	width: 8%;
	margin-right: .8rem;
}

@media (max-width: 768px) {
    h2.area__title {
        font-size: clamp(1.4rem, 3vw, 1.8rem);
        padding: 0;
        text-align: center;
    }
	h2.area__title::before {
    left: -10%;
	}

	h2.area__title::after {
		right: -10%;
	}
	h2.area__title::before, h2.area__title::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 3px;
    background-color: #585858;
	}
	}

.orange_sub_title {
	background: var(--orange);
	color: white;
	font-weight: bold;
	border-radius: 30px;
	padding: .3rem;
	display: block;
	width: 30%;
	text-align: center;
	margin-bottom: 0;
}
.area__inner {
	background: var(--orange_bg);
	margin:0 calc(50% - 50vw);
	padding: 3em;
	margin-top: -1.9em;
}
.area__inner_text {
	background: white;
	border-radius: 30px;
	padding: 2em;
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
	overflow: visible;
}
.area__inner_text::before {
    position: absolute;
    content: "";
    width: 70vw;       
    height: 52vh;
    background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/09/Orange-Map.webp) no-repeat;
    background-size: contain;
    top: -10%;
    left: -5%; 
}
.orange_sub_title p {
margin-bottom: 0!important;
}
.area_spot {
	
}
.area_spot p {
	margin-bottom: 0!important;
}
.area__inner_box {
    width: 80%;
    position: relative;
    left: 33%;
}
/* ◆◆◆ /訪問対応エリア ◆◆◆ */



/* ◆◆◆ 院長紹介 ◆◆◆ */
.introduction {
	margin:0 calc(50% - 50vw);
	margin-top: -1.9em;
}
.introduction__inner {
	padding: 3em;
}
.profile_img {
	width: 40%;
	background: white;
	border-radius: 10px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
	float: left;           
	height: auto;          
    margin-right: 3em;   
    margin-bottom: 1em;
}
.introduction__text,.introduction__text02 {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.introduction__text p {
    margin-bottom: .5rem;
    text-align: justify;
    font-size: 1rem;
}
.introduction__text02 p {
	margin-top: 1rem;
	text-align: justify;
}

/* ◆◆◆ /院長紹介 ◆◆◆ */


/* ◆◆◆ お知らせ 、ブログ ◆◆◆ */ 
.info { 
	background: var(--pail_orange); 
	margin: 0 calc(50% - 50vw); 
	margin-top: -1.9em; 
	padding: 7em 0 0; 
} 
.blog_area { 
	background: var(--pail_orange); 
	margin: 0 calc(50% - 50vw); 
	padding: 3em 0 0; 
	margin-top: -1.9em;
} 
.blog_area { 
	position: relative; 
	overflow: hidden; } 
h2.info__title,h2.blog_area__title { 
	text-align: center; 
	position: relative; 
	margin-bottom: .5em;
} 
h2.info__title::after,h2.blog_area__title::after { 
	position: absolute; 
	content: ""; 
	width: 60px; 
	height: 10px; 
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/09/dods.png) no-repeat; 
	background-size: cover; 
	bottom: 16px; 
	left: calc(50% - 30px); 
} 
.info__white_bg,.blog_area__white_bg { 
	background-color: white; 
	border-radius: 30px; 
	padding: 2em 6em; 
	max-width: 1000px; 
	margin: 0 auto; 
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15); 
}
.round_bg_bottom { 
	background: var(--pail_orange);
	clip-path: ellipse(60% 100% at 50% 0%);
	z-index: 5;
    position: relative;
    width: 100%;
    height: 100px;
} 
/*　TOP お知らせ出力　*/
.latest-news-posts .news-post-item {
    display: flex; 
    align-items: center;
    margin-bottom: .8em;
    border-bottom: 1px dashed #707070;
    padding-bottom: 1em; 
}

.latest-news-posts .news-post-date {
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 1em;
}
.latest-news-posts p,.news-post-date p {
    margin-bottom: 0; 
}

.latest-news-posts .news-post-excerpt {
    font-size: 1rem;
    margin-right: 1em; 
    flex-grow: 1; 
}

.latest-news-posts .read-more-link {
    display: inline-flex; 
    align-items: center;
    text-decoration: none;
    color: #0073e6;
}

.latest-news-posts .read-more-link img {
    width: 16px;
    margin-right: 8px;
}
/*　/TOP お知らせ出力　*/

/*　HPリニューアル記事　*/
.bo-credit {
	margin-top:60px;
	font-size:85%;
	color:gray;
}

.bo-credit a {
	color:gray;
	text-decoration:none;
	font-size: .9rem;
}
.bo-credit p {
	font-size: .9rem;
}

.news-col {
	float: right;
	margin-left: 25px;
	width: 40%;
}

@media (max-width: 768px) {
	.blog-after {
		flex-wrap:wrap;
	}
	.blog-after-content {
		width:100%;
	}
	.news-col {
		width: 50%;
	}
}
/*　HPリニューアル記事　*/

/*　TOP 院長ブログ出力　*/
.latest-blog-posts .blog-post-item {
    display: flex;
    align-items: center; 
    margin-bottom: .8em;
    border-bottom: 1px dashed #707070; 
    padding-bottom: 1em; 
}

.latest-blog-posts .blog-post-date {
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 1em; 
}
.latest-blog-posts p,.blog-post-date p {
    margin-bottom: 0; 
}

.latest-blog-posts .blog-post-excerpt {
    font-size: 1rem;
    margin-right: 1em; 
    flex-grow: 1; 
}

.latest-blog-posts .read-more-link {
    display: inline-flex; 
    align-items: center;
    text-decoration: none;
    color: #0073e6;
}

.latest-blog-posts .read-more-link img {
    width: 16px;
    margin-right: 8px;
}
/*　/TOP 院長ブログ出力　*/

/* ◆◆◆ /お知らせ 、ブログ ◆◆◆ */


/* ◆◆◆ コンタクト ◆◆◆ */
.contact {
	margin-top: 3em;
	max-width: 800px;
	margin: 0 auto;
}

.contact__btn {
	margin-bottom: 2em;
	transition-duration: 0.6S;
	width: 48%;
	margin: 0 auto;
}
.contact__btn:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition-property: all;
	transition-duration: 0.6S;
}
.btn_flex {
	display: flex;
  	flex-wrap: wrap;
  	align-items: flex-start;
  	gap: 2%;
	padding-bottom: 4em;
}
/* ◆◆◆ /コンタクト ◆◆◆ */


/* ◆◆◆ お悩み ◆◆◆ */
.problem {
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/09/Paper-Background.webp)center center;
	padding: 3rem 0 0;
	margin:0 calc(50% - 50vw);
}

.problem__inner {}

/* 見出しのスタイル */
h2.problem__title {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #585858;
    text-align: center; 
    white-space: normal; 
    word-wrap: break-word; 
    line-height: 1.4; 
}

h2.problem__title::before,
h2.problem__title::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #585858;
}

h2.problem__title::before {
    left: 20px;
}

h2.problem__title::after {
    right: 20px;
}

@media (max-width: 768px) {
    h2.problem__title {
        font-size: clamp(1.4rem, 3vw, 1.8rem);
        padding: 0 1.5em;
        text-align: center;
    }
	h2.problem__title::before {
    left: -20%;
	}

	h2.problem__title::after {
		right: -20%;
	}
	}


.problem__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 2em;
}

.problem__items li {
    background-color: white;
    border-radius: 50%;
    padding: 20px 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 260px;
    text-align: center;
    font-size: 1.2rem;
}

.img_shot {
	text-align: center;
	border-bottom: 10px solid var(--orange);
}
.img_shot img {
	width: 24%;
	position: relative;
    bottom: -10px;
}
/* ◆◆◆ /お悩み ◆◆◆ */


/* ◆◆◆ 訪問鍼灸リハビリとは？ ◆◆◆ */
.about_shinkyu {
	margin:0 calc(50% - 50vw);
}
h2.about_shinkyu__title {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #585858;
    text-align: center; 
    white-space: normal; 
    word-wrap: break-word; 
    line-height: 1.4; 
}

h2.about_shinkyu__title::before,
h2.about_shinkyu__title::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #585858;
}

h2.about_shinkyu__title::before {
    left: 20px;
}

h2.about_shinkyu__title::after {
    right: 20px;
}

@media (max-width: 768px) {
    h2.about_shinkyu__title {
        font-size: clamp(1.4rem, 3vw, 1.8rem);
        padding: 0 1.5em;
        text-align: center;
    }
	h2.about_shinkyu__title::before {
    left: -20%;
	}

	h2.about_shinkyu__title::after {
		right: -20%;
	}
	}

.about_shinkyu__inner {
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/09/Hari-Background.webp)center center;
	padding: 5em 5em 8em;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    background-size: cover;
	position: relative;
	margin-top: -1.8em;
	margin:0 calc(50% - 50vw);
	margin-top: -1.9em;
}
.box_white_bg {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 30px 0;
	border-radius: 30px;
	padding: 2em;
	text-align: justify;
	max-width: 1000px;
	margin: 0 auto;
}
.text {
	
}
.text p {
	margin-bottom: 0;
}


/* ◆◆◆ /訪問鍼灸リハビリとは？ ◆◆◆ */


/* ◆◆◆ 訪問鍼灸リハビリのメリット ◆◆◆ */
.merit_shinkyu {
	margin:0 calc(50% - 50vw);
}
h2.merit_shinkyu__title {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #585858;
    text-align: center; 
    white-space: normal; 
    word-wrap: break-word; 
    line-height: 1.4; 
}

h2.merit_shinkyu__title::before,
h2.merit_shinkyu__title::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #585858;
}

h2.merit_shinkyu__title::before {
    left: 20px;
}

h2.merit_shinkyu__title::after {
    right: 20px;
}

@media (max-width: 768px) {
    h2.merit_shinkyu__title {
        font-size: clamp(1.4rem, 3vw, 1.8rem);
        padding: 0 1.5em;
        text-align: center;
    }
	h2.merit_shinkyu__title::before {
    left: -20%;
	}

	h2.merit_shinkyu__title::after {
		right: -20%;
	}
	}
.round_bg {
	background: var(--pail_orange);
    clip-path: ellipse(60% 100% at 50% 100%);
    z-index: 5;
    position: relative;
    width: 100%;
    height: 100px;
    margin-top: -8em;
}
.pail_orange_bg {
	background:var(--pail_orange);
	padding-bottom: 4em;
}
.pail_orange_bg_title {
	background:var(--pail_orange);
	margin:0 calc(50% - 50vw);
	padding-top: 2rem;
	margin-top: -3.9em;
}
ul.merit_shinkyu__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.merit_shinkyu__list li {
	text-align: center;
    padding: 1em;
    border: 1px dashed var(--orange);
    background: white;
    width: 40%;
    height: 80px;
    line-height: 1.2;
    border-radius: 50px;
    margin: 1em auto;
	display: flex;
  	align-items: center;
	justify-content: center;
}
.merit_img_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    gap: 50px;
	max-width: 1000px;
	margin: 4em auto;
}
.merit_img_flex img {
	width: 40%;
}
.kage {
	filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.25));
}
.kage02 {
	box-shadow: 3px 3px 10px 0px rgba(193, 191, 191, 0.4);
}
.more_btn {
	max-width: 600px;
	margin: 0 auto;
}
.more_btn img {
	width: 50%;
}
.three_reason__text_fukidashi_right_r01,
.three_reason__text_fukidashi_left_l02,
.three_reason__text_fukidashi_right_r03 {
	margin-bottom: 0;
}
.three_reason__text_fukidashi_left_l02 p {
	margin-bottom: 0;
}

/* ◆◆◆ /訪問鍼灸リハビリのメリット ◆◆◆ */

/* ◆◆◆ 喜びの声 ◆◆◆ */
.voice {
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/09/Yellow-Bokashi-Background.webp)center center;
    z-index: -5;
    background-size: cover;
	margin:0 calc(50% - 50vw);
	padding-block: 3em;
	margin: a auto;
	margin-top: -1.9em;
	}

.voice__inner {
	}

h2.voice__title {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #585858;
    text-align: center; 
    white-space: normal; 
    word-wrap: break-word; 
    line-height: 1.4; 
}

h2.voice__title::before,
h2.voice__title::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #585858;
}

h2.voice__title::before {
    left: 20px;
}

h2.voice__title::after {
    right: 20px;
}

@media (max-width: 768px) {
    h2.voice__title {
        font-size: clamp(1.4rem, 3vw, 1.8rem);
        padding: 0 1.5em;
        text-align: center;
    }
	h2.voice__title::before {
    left: -20%;
	}

	h2.voice__title::after {
		right: -20%;
	}
	}

ul.voice__items {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
    gap: 20px;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 2em;
}

li.voice__item {
	background: white;
	padding: 1.6rem 1.6rem 0rem 1.6rem;
	margin-bottom: 2rem;
	filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.25));
	width: 33%;
}

li.voice__item:after {
   content: "";
   display: block;
   clear: both;
}

figure.voice__item-img {
	width: 100%;
	padding: 0;
	margin: 0;
}

li.voice__item h3.voice__item-title {
	margin: 0!important;
	font-size: clamp(1.3rem, 1.4vw, 2rem);
}

p.voice__item-meta {
	color: var(--orange);
	font-size: clamp(0.9rem, 1.4vw, 1.1rem);
	margin: 0;
	text-align: center;
}

p.voice__item-text {
	line-height: 1.6;
	text-align: justify;
	font-size: 1rem;
}
/* ◆◆◆ /喜びの声 ◆◆◆ */


/* ◆◆◆ BA ◆◆◆ */
.ba {
	background: linear-gradient(to bottom, #f8f4e6, #f2f2c2);
	padding-block: 3rem;
	margin-top: 4rem;
}

.ba__inner {}

h2.ba__title {
	text-align: center;
}

ul.ba__items {
	list-style: none;
	counter-reset: ba;
	padding: 0;
	margin: 0;
}

.ba__item:before {
	content: "CASE " counter(ba, decimal-leading-zero);
	counter-increment: ba;
	color: #89c3eb;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
}

li.ba__item {
	background: white;
	padding: 1.5em 1.5em 0.1em;
	margin-bottom: 2em;
}

.ba__item-img {
	display: flex;
	justify-content: space-between;
}

figure.ba__img {
	width: 49%;
	margin: 0;
}

h3.ba__item-title {
	text-align: center;
	margin: 0.3em 1em 0.2em;
}

p.ba__item-meta {
	color: gray;
	text-align: center;
	font-size: clamp(0.9rem, 1.5vw, 1.2rem);
	margin-bottom: 0.5em;
}

p.ba__item-text {
	text-align: justify;
	margin-bottom: 2em;
}
/* ◆◆◆ /BA ◆◆◆ */


/* ◆◆◆ 理由 ◆◆◆ */
.reason {
    background: var(--orange_bg);
    padding-block: 5em;
    margin: 0 calc(50% - 50vw);
    margin-top: -2em;
}

.reason__inner {
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/09/Hougan-Background.webp) center center;
    max-width: 860px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-color: #fff;
    margin: 0 auto;
    padding: 3em;
    border-radius: 30px;
}

h2.reason__title {
	text-align: center;
}

h2.reason__title {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #585858;
    text-align: center; 
    white-space: normal; 
    word-wrap: break-word; 
    line-height: 1.4; 
}

h2.reason__title::before,
h2.reason__title::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 35px;
    height: 3px;
    background-color: #585858;
}

h2.reason__title::before {
    left: 20px;
}

h2.reason__title::after {
    right: 20px;
}

@media (max-width: 768px) {
    h2.reason__title {
        font-size: clamp(1.4rem, 3vw, 1.8rem);
        padding: 0 .8em;
        text-align: center;
		line-height: 1.1;
    }
	h2.reason__title::before {
    left: -20%;
	}

	h2.reason__title::after {
		right: -20%;
	}
	}

ul.reason__items {
    counter-reset: reason;
    list-style: none;
    padding: 0;
    margin: 0;
	width: 70%;
    margin: 0 auto;
	padding-top: 2em;
}

li.reason__item {
    margin-bottom: 2em;
    position: relative;
    padding-left: 4rem;
}

li.reason__item:before {
    content: counter(reason, decimal-leading-zero);
    counter-increment: reason;
    background: var(--orange);
    color: white;
    font-weight: bold;
    font-size: .9rem;
    border-radius: 40px;
    width: 3.2rem;
    height: 1.4rem;
    display: flex
;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 6px;
}
.reason_btn_only {
	max-width: 600px;
	margin: 0 auto;
}
.reason_btn_only img {
	width: 50%;
}
/* ◆◆◆ /理由 ◆◆◆ */


/* ◆◆◆ ご利用の流れ ◆◆◆ */
.flow__01 {
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/09/Kumo-Background-scaled.webp);
	z-index: -5;
	background-size: contain;
	padding-block: 3em;
	margin-top: -1.9em;
	margin:0 calc(50% - 50vw);
	margin-top: -2em;
}
.flow__inner {
	margin: 0 auto;
	max-width: 1000px;
}

h2.flow-title {
	font-size: clamp(1.6rem, 2.5vw, 2rem);
	display: inline-block;
	position: relative;
	padding: 0 2.5em;
	color: #585858;
	text-align: center;
	white-space: normal;
	word-wrap: break-word;
	line-height: 1.4;
}

h2.flow-title::before,
h2.flow-title::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 45px;
	height: 3px;
	background-color: #585858;
}

h2.flow-title::before {
	left: 20px;
}

h2.flow-title::after {
	right: 20px;
}

@media (max-width: 768px) {
	h2.flow-title {
		font-size: clamp(1.4rem, 3vw, 1.8rem);
		padding: 0 1.5em;
		text-align: center;
	}
	h2.flow-title::before {
		left: -20%;
	}

	h2.flow-title::after {
		right: -20%;
	}
}

.flow__01 ul.flow__items {
	list-style: none;
	padding: 0;
	max-width: 800px;
    margin: 0 auto;
	margin-top: 2em;
}

.flow__01 li.flow__item {
	background: white;
	padding: 2em 2em 1.7em;
	margin-bottom: 2em;
	border-radius: 50px;
	filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.25));
	position: relative;
}

.flow__01 li.flow__item:last-of-type {
	margin-bottom: 0;
}

.flow__01 li.flow__item:after {
	content: '';
	display: block;
	clear: both;
}

.flow__01 li.flow__item .flow_num {
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/09/Num-Background-Blue.webp)center center;
	background-size: cover;
	color: white;
	font-weight: bold;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 0.5em;
	position: absolute;
	top: calc(50% - 30px);
	left: -30px;
}
.flow_num-text {
	font-size: 0.8rem;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.flow_num-number {
	font-size: 1.4rem; 
	line-height: .8;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.flow__01 li.flow__item figure {
	width: 40%;
	padding-right: 2em;
}

.flow__text_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.flow__text_flex p {
	width: 50%;
	text-align: justify;
}

.flow_meta {
	font-size: 1.6em;
	color: var(--blue);
	font-weight: bold;
	display: block;
	text-align: center;
}
.flow__img {
	
}
/* ◆◆◆ /ご利用の流れ ◆◆◆ */

/* ◆◆◆ 料金・保険について ◆◆◆ */
.about_price {
	margin:0 calc(50% - 50vw);
	margin-top: -1.9em;
}
h2.about_price__title {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #585858;
    text-align: center; 
    white-space: normal; 
    word-wrap: break-word; 
    line-height: 1.4; 
}

h2.about_price__title::before,
h2.about_price__title::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #585858;
}

h2.about_price__title::before {
    left: 20px;
}

h2.about_price__title::after {
    right: 20px;
}

@media (max-width: 768px) {
    h2.about_price__title {
        font-size: clamp(1.4rem, 3vw, 1.8rem);
        padding: 0 1.5em;
        text-align: center;
    }
	h2.about_price__title::before {
    left: -20%;
	}

	h2.about_price__title::after {
		right: -20%;
	}
	}
.about_price__inner {
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/09/Hari02-Background.webp)center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    background-size: cover;
	background-repeat: no-repeat;
	padding: 3em;
}
.about_price__text {
	margin: 0 auto;
	margin-top: 2em;
}
.about_price__text p {
	text-align: left;
	display: inline-block;
	margin-bottom: 0;
}

/* ◆◆◆ /料金・保険について ◆◆◆ */


/* ◆◆◆ 流れ-02 文章あり縦並び ◆◆◆ */
.flow__02 {
	background: linear-gradient(to bottom, #f8f4e6, #f2f2c2);
	padding-top: 3em;
	padding-bottom: 0.4em;
	margin-top: 4em;
}

.flow__02 h2.flow-title {
	text-align: center;
}

.flow__02 .flow__inner {}

.flow__02 ul.flow__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	counter-reset: flow;
	list-style: none;
	padding: 0;
	margin: 0;
}

.flow__02 li.flow__item {
	width: 33.3%;
	padding-inline: 1%;
	margin-bottom: 2.6em;
}

.flow__02 li.flow__item h3 {
	position: relative;
	font-size: clamp(0.8rem,1.5vw,1.2rem);
	text-align: center;
	line-height: 1.5;
	margin: 0;
}

.flow__02 li.flow__item h3:before {
	position: absolute;
	content: counter(flow, decimal-leading-zero);
	counter-increment: flow;
	color: #89c3eb;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
	top: -1.3em;
	left: 50%;
	transform: translateX(-50%);
}

.flow__02 li.flow__item figure {
	width: 100%;
	margin: 0;
}

.flow__02 li.flow__item p {}
/* ◆◆◆ /流れ-02 文章あり縦並び ◆◆◆ */


/* ◆◆◆ アクセス ◆◆◆ */
.access {
	background: white;
	margin-block: 4em;
}

.access__inner {}

h2.access__title {
	text-align: center;
}
h2.access__title img {
	width: 40%;
}
/*ベージュh3背景*/
.access__in_beige {
	position: relative;
}
.access__in_beige::before {
	position: absolute;
	content: "";
	width: 4em;
	height: 4em;
	background: url("https://hare-sinkyuin.com/wp-content/uploads/2025/09/Circle-Background-01.webp");
	background-size: cover;
	top: -1em;
	left: -1em;
}
/*ピンクh3背景*/
.access__in_pink {
	position: relative;
}
.access__in_pink::before {
	position: absolute;
	content: "";
	width: 4em;
	height: 4em;
	background: url("https://hare-sinkyuin.com/wp-content/uploads/2025/09/Circle-Background-02.webp");
	background-size: cover;
	top: -1em;
	left: -1em;
}
.access__list {
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
}
.access__list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.access__list li {
	display: flex;              
	flex-wrap: wrap;            
	align-items: flex-end;
	justify-content: center;
}

.access__text {
  	width: 55%;                 
}

.access_img {
  	width: 40%;
	margin-left: 2%;
}

.access_img img {
	width: 100%;                 
	height: auto;
	display: block;
	border-radius: 30px;
}
.orange_title {
	background: var(--orange);
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 0.2rem 1rem;;
	display: inline-block;
	border-radius: 50px;
	margin-right: 2rem;
	width: 130px;
}
.access__time {
	margin-bottom: .3rem;
}
.g_map {
	margin: 1em auto;
}




/*アクセスページだけh2を非表示*/
.page-id-124 h2.access__title {
  display: none!important;
}
/* ◆◆◆ /アクセス ◆◆◆ */


/* ◆◆◆ フッターボタン ◆◆◆ */
.footer__contact {
	position: fixed;
	bottom: 0.5em;
	right: 1em;
	width: 400px;
	z-index: 10;
}

/*1つの場合*/
.footer__contact-btn1 {
	transition: 0.6s;
}

.footer__contact-btn1:hover {
	transform: scale(1.05,1.05);
}

/*2つの場合*/
.footer__contact-btn2 {
	display: none;
}

.footer__btn2-item {
	transition: 0.6s;
	margin-bottom: 1.6em;
}

.footer__btn2-item:hover {
	transform: scale(1.05,1.05);
}
/* ◆◆◆ /フッターボタン ◆◆◆ */


/* ◆◆◆ フッター ◆◆◆ */
.bo-footer {
	background: #FFE2B9;
}

.bo-footer__title h2 {
	color: #808080;	
}

.bo-footer__list li a {
	color: #808080;
}

.l-footer__foot {
	background: #FFE2B9;
}

p.c-copyright {
	color: #808080;
}
.bo-footer__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2列 */
    gap: 0.5em; /* 行と列の間隔 */
    padding: 0;
    margin: 0;
    list-style: none;
}
.l-footer__inner {
	background: var(--orange_bg);
}

/* ◆◆◆ /フッター ◆◆◆ */


/* ◆◆◆ 下層ページ ◆◆◆ */
body.page:not(.home) .l-content__body {
	margin-top: 1em;
}

.p-archive__title p.c-pageTitle__main, p.bo-page-title {
	font-size: clamp(1.8rem, 2.8vw, 2.3rem);
	font-weight: 600;
	padding: 0.7em 0 0!important;
	border-bottom: solid 3px brown;
}

p.bo-page-title {
	margin-inline: 5%;
}

.p-archive__title p.c-pageTitle__main:first-letter, p.bo-page-title:first-letter {
	font-size: clamp(2rem, 3.4vw, 2.8rem);
	color: brown;
}
.c-pageTitle__main {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: none;
}
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ /下層ページ ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆ 当院について ◆◆◆ */

.yellow_bokashi_bg {
    padding: 2em 0;
    margin-top: -1.9em;
}

.about_us_omoi {
	margin-top: -1em;
}

h2.about_us_omoi__title {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    display: inline-block;
    position: relative;
    padding: 0 3.5em;
    color: #585858;
    text-align: center; 
    white-space: normal; 
    word-wrap: break-word; 
    line-height: 1.4; 
	margin-bottom: 1rem;
}

h2.about_us_omoi__title::before,
h2.about_us_omoi__title::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #585858;
}

h2.about_us_omoi__title::before {
    left: 20px;
}

h2.about_us_omoi__title::after {
    right: 20px;
}

@media (max-width: 768px) {
	h2.about_us_omoi__title {
        font-size: clamp(1.4rem, 3vw, 1.8rem);
        text-align: center;
    }
	h2.about_us_omoi__title::before {
    left: 5%;
	}

	h2.about_us_omoi__title::after {
		right: 5%;
	}
	}
/*会話している背景画像*/
.speak_bg {
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/10/speak.webp)center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    background-size: cover;
	padding: 4em 0;
}
.omoi__text p {
	margin-bottom: 0;
}

/*３つの理由*/
.bg_zenpuku {
	margin:0 calc(50% - 50vw);
	background: var(--pail_orange);
	padding-bottom: 10em;
}
.bg_zenpuku_white {
	margin:0 calc(50% - 50vw);
	background: white;
	padding-bottom: 3em;
}
.reason_bg_orange {
	background: var(--pail_orange);
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 3em;
	padding-bottom; 3em;
}
.reason_bg_white {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 3em;
	text-align: right;
	padding-bottom: 3em;
	background: white;
}
.img_left {
	width: 60%;
}
.img_right {
	width: 60%;
}
.reason_text_box_r01,.reason_text_box_r03 {
	position: absolute;
	padding: 2em;
	background: white;
	border-radius: 30px;
	width: 50%;
	right: 0;
	top: 130px;
}
.reason_text_box_r02 {
	position: absolute;
	padding: 2em;
	background: white;
	border-radius: 30px;
	width: 50%;
	left: 0;
	top: 130px;
}
.reason_text_box_r01::before {
	position: absolute;
	content: "";
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/10/R001.webp)no-repeat;
	background-size: contain;
	width: 100px;
    height: 80px;
    top: -40px;
    right: 10px;
}
.reason_text_box_r03::before {
	position: absolute;
	content: "";
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/10/R003.webp)no-repeat;
	background-size: contain;
	width: 100px;
    height: 80px;
    top: -40px;
    right: 10px;
}
.reason_text_box_r02::before {
	position: absolute;
	content: "";
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/10/R002.webp)no-repeat;
	background-size: contain;
	width: 100px;
    height: 80px;
    top: -40px;
    left: 10px;
}

.reason_text_box_r01 h3,
.reason_text_box_r02 h3,
.reason_text_box_r03 h3 {
	color: var(--orange);
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 1rem;
}
.reason_text_box_r01 p,
.reason_text_box_r02 p,
.reason_text_box_r03 p{
	margin-bottom: 0;
	font-size: 1rem;
}
.reason_text_box_r02 {
	text-align:left;
}

/*/３つの理由*/


/*下層版 院長紹介*/
.incho_meta {
	display: block;
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: .5em;
}
.incho_meta_small {
	font-size: .9rem;
}

/* ◆◆◆ /当院について ◆◆◆ */


/* ◆◆◆ 下層版　スタッフ紹介 ◆◆◆ */
.introduction {
	margin-top: -1em;
}
/*背景画像　オレンジグラデ*/
.orange_grad_bg {
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/10/staff_bg-scaled.webp);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    background-size: cover;
}
.sutaff_info_list {
	
}
.sutaff_info_list li {
	font-size: .9rem;
}
.staffu_meta {
	display: block;
	font-size: 1.6rem;
	margin-bottom: .5em;
}
.profile_img_staff {
	width: 40%;
	background: white;
	float: left;           
	height: auto;          
    margin-right: 3em;   
    margin-bottom: 1em;
}
.introduction_text {
	max-width: 1000px;
	margin: 0 auto;
	padding: 2em 2em 1.5em 2em;
	border: 2px dashed #707070;
	margin-top: 2em;
}
.introduction_text p {
	margin-bottom: .5em;
}

/*スタッフ紹介　経歴*/
.keireki {
	
}
.keireki__inner {
}
.keireki__title {
	margin-bottom: 0;
}
.keireki__list {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 4em;
	position: relative;
}
.keireki__list li {
	list-style: none;
	margin-bottom: 1em;
	position:relative;
	padding-left: 3em;
}

.keireki__list li::before {
	position: absolute;
	content: "";
	background: var(--orange);
	background-size: cover;
	width: 22px;
	height: 22px;
	top: 6px;
	left: 0;
	border-radius: 50%;
	z-index: 1;
}
.keireki__list li::after {
    content: "";
    position: absolute;
    width: 2px; 
    background: var(--orange);
    top: -2em; 
    left: 10px; 
    bottom: -2em; 
    z-index: 0;
}


/* ◆◆◆ 訪問鍼灸リハビリとは ◆◆◆ */
.about_rehabilitation {
	margin-top: -1em;
}

h2.about_rehabilitation__title {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    display: inline-block;
    position: relative;
    padding: 0 3.5em;
    color: #585858;
    text-align: center; 
    white-space: normal; 
    word-wrap: break-word; 
    line-height: 1.4; 
	margin-bottom: 1rem;
}

h2.about_rehabilitation__title::before,
h2.about_rehabilitation__title::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 3px;
    background-color: #585858;
}

h2.about_rehabilitation__title::before {
    left: 20px;
}

h2.about_rehabilitation__title::after {
    right: 20px;
}

@media (max-width: 768px) {
    h2.about_rehabilitation__title {
        font-size: clamp(1.4rem, 3vw, 1.8rem);
        text-align: center;
    }
	h2.about_rehabilitation__title::before {
		left: 10%;
	}

	h2.about_rehabilitation__title::after {
		right: 10%;
	}
	}
/*車椅子 会話している背景画像*/
.about_rehabilitation_bg {
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/10/rehabilitation_about_bg.webp)center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    background-size: cover;
	padding: 8em 0;
}
.about_rehabilitation__text p {
	margin-bottom: 0;
}

/*リハビリのメリット*/
.rehabilitation_merit {
	background: var(--pail_orange);
	margin:0 calc(50% - 50vw);
	margin-top: -2em;
	padding-top: 4em;
	padding-bottom: 3em;
}
.rehabilitation_merit__inner {
	
}
h2.rehabilitation_merit__title {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    display: inline-block;
    position: relative;
    padding: 0 3.5em;
    color: #585858;
    text-align: center; 
    white-space: normal; 
    word-wrap: break-word; 
    line-height: 1.4; 
	margin-bottom: 1rem;
}

h2.rehabilitation_merit__title::before,
h2.rehabilitation_merit__title::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #585858;
}

h2.rehabilitation_merit__title::before {
    left: 20px;
}

h2.rehabilitation_merit__title::after {
    right: 20px;
}

@media (max-width: 768px) {
    h2.rehabilitation_merit__title {
        font-size: clamp(1.4rem, 3vw, 1.8rem);
        padding: 0 1.5em;
        text-align: center;
    }
	h2.rehabilitation_merit__title::before {
    left: -10%;
	}

	h2.rehabilitation_merit__title::after {
		right: -10%;
	}
	}

.rehabilitation_mrit__list {
	
}
.rehabilitation_mrit__list ul {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.rehabilitation_mrit__list li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	margin: 0;
	background: white;
	border-radius: 30px;
	margin-bottom: 2em;
	padding: 2em;
	box-shadow: 3px 3px 10px 0px rgba(193, 191, 191, 0.4);
	gap: 2%;
}
h3.m01,.m02,.m03,.m04 {
	color: var(--orange);
	font-size: 1.6rem;
	position:relative;
}
/*メリットふきだし　01*/
h3.m01::before {
	position: absolute;
	content: "";
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/10/fukidashiM01.webp)no-repeat;
	background-size: contain;
	width: 120px;
	height: 70px;
	top: -80px;
	left: 0;
}
/*メリットふきだし　02*/
h3.m02::before {
	position: absolute;
	content: "";
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/10/fukidashiM02.webp)no-repeat;
	background-size: contain;
	width: 120px;
	height: 70px;
	top: -80px;
	left: 0;
}
/*メリットふきだし　03*/
h3.m03::before {
	position: absolute;
	content: "";
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/10/fukidashiM03.webp)no-repeat;
	background-size: contain;
	width: 120px;
	height: 70px;
	top: -80px;
	left: 0;
}
/*メリットふきだし　04*/
h3.m04::before {
	position: absolute;
	content: "";
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/10/fukidashiM04.webp)no-repeat;
	background-size: contain;
	width: 120px;
	height: 70px;
	top: -80px;
	left: 0;
}

.rehabilitation_merit__text {
	width: 60%;
}
.rehabilitation_merit__img {
	width: 38%;
}
/*訪問鍼灸リハビリの対象となる方・施術*/
.rehabilitation_subject {
	padding-top: 4em;
}
.rehabilitation_subject__inner {
	background: white;
	border: 2px solid var(--orange);
	padding: 6em 2em 2em;
	border-radius: 30px;
	max-width: 1000px;
	margin: 0 auto;
}
h2.rehabilitation_subject__title {
	text-align: center;
	color: white;
	background: var(--orange);
	padding: 1.3rem;
	border-radius: 50px;
	margin: 0 auto;
	width: 650px;
	font-size: 2em;
	position: absolute;
	top: 0.6em;
	left: calc(50% - 325px);
}
.rehabilitation_subject__list {
	
}
.rehabilitation_subject__list ul {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 2%;
}
.rehabilitation_subject__list li {
	list-style: none;
	width: 30%;
}
.rehabilitation_subject__list img {
	
}
.rehabilitation_subject__list li h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-bottom: 1rem;
}
.rehabilitation_subject__list li p {
	margin-bottom: 0;
}

/*よくある質問*/
.q_and_a {
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/09/Yellow-Background-scaled.webp);
    top: 0;
    left: 0;
    z-index: -5;
    background-size: cover;
	margin:0 calc(50% - 50vw);
	margin-top: -2em;
	padding-bottom:4em;
}
.q_and_a__inner {
	
}
h2.q_and_a__title {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #585858;
    text-align: center; 
    white-space: normal; 
    word-wrap: break-word; 
    line-height: 1.4; 
	margin-top: 3em;
}

h2.q_and_a__title::before,
h2.q_and_a__title::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #585858;
}

h2.q_and_a__title::before {
    left: 20px;
}

h2.q_and_a__title::after {
    right: 20px;
}

@media (max-width: 768px) {
    h2.q_and_a__title {
        font-size: clamp(1.4rem, 3vw, 1.8rem);
        padding: 0 1.5em;
        text-align: center;
    }
	h2.q_and_a__title::before {
    left: -20%;
	}

	h2.q_and_a__title::after {
		right: -20%;
	}
	}
p.q_and_a__text {
	font-size: 1rem;
}
.q_and_a_list {
    max-width: 1000px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
	margin: 2em auto;
}

.q_and_a_list summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 2em 3em 2em 5em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	max-width: 1000px;
}

.q_and_a_list summary::before,
.q_and_a_list p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.q_and_a_list summary::before {
	position: absolute;
	content: "";
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/10/Q-e1760416002570.png)no-repeat;
	background-size: cover;
	width: 22px;
    height: 30px;
    top: calc(50% - 15px);
    left: 30px;
}

.q_and_a_list summary::after {
	position: absolute;
	content: "";
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/10/unnamed-file-e1760415988933.png)no-repeat;
	background-size: cover;
	width: 22px;
    height: 30px;
	top: calc(50% - 15px);
    right: 30px;
    transition: transform .5s;
}

.q_and_a_list[open] summary::after {
    transform: rotate(225deg);
}

.q_and_a_list p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.q_and_a_list[open] p {
    transform: none;
    opacity: 1;
}

.q_and_a_list p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

/* ◆◆◆ ご利用までの流れ ◆◆◆ */ 
/*まずは、LINEかお電話*/
.flow_list {
	
}
.flow_list__inner {
	
}
.flow_list__content {
	max-width: 1000px;
	padding-bottom: 3em;
	margin: 0 auto;
}
.dot_orange_title {
	color: var(--orange);
	font-size: 1.4em;
	border-top: 2px dashed #D9B69B;
	border-bottom: 2px dashed #D9B69B;
	padding: 1rem 0 1rem;
	text-align: center;
}
.flow_list__content ul {
	padding: 0;
}
li.flow_list01,.flow_list02 {
	max-width: 1000px;
	list-style: none;
	background: white;
	padding: 3em 2em 2em;
	box-shadow: 3px 3px 10px 0px rgba(193, 191, 191, 0.4);
	border-radius: 50px;
	position: relative;
}
li.flow_list01::after,li.flow_list02::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -60px; 
  transform: translateX(-50%); 
  border-left: 40px solid transparent; 
  border-right: 40px solid transparent; 
  border-top: 40px solid orange; 
}
li.flow_list02:last-child::after {
	display: none;
}
.flow_text {
	text-align: left;      
    max-width: 60%;
	position: absolute;
	bottom: 20px;
	right: 4em;
}
.flow_text p {
	font-size: .9rem;
	line-height: 1.3;
	margin-bottom: 2em;
}

.flow_list02 {
	padding-top: 3em;
    margin-top: 5em;
}

.flow_list__flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 2%;
}
.flow_list__flex img {
	width: 30%;
}
.flow_list__flex h3 {
	color: var(--orange);
	font-size: 1.4em;
	border-top: 2px dashed #D9B69B;
	border-bottom: 2px dashed #D9B69B;
	padding: 1rem 0 1rem;
	text-align: center;
	width: 68%;
}

.contact_guide {
	
}
.contact_guide ul {
	padding: 2em 2em 3.5em;
}
.contact_guide li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2%;
	list-style: none;
	margin-bottom: 2em;
}
.contact_guide li:last-child {
	margin-bottom: 0;
}
.contact_guide_icon {
	width: 12%;
}
.contact_guide_icon img {
	width: 100%;
}
.contact_guide_text {
	width: 80%;
}
.contact_guide_text h3 {
	font-size: 1.3em;
	margin: 0;
}
.contact_guide_text p {
	margin-bottom: 0;
}
.green_text {
	color: #02B902;
}
.orange_text {
	color: var(--orange);
}
.blue_text {
	color: #5EA8B7;
}
.contact_btn_set {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2%;
	padding-top: 3em;
}
.contact_btn_set a {
	width: 30%;
}
.flow_list02 {
	list-style: none;
}

/* 親要素のリストにカウンターを設定 */
.flow_list02_text_area ul {
  counter-reset: list-counter; 
  padding: 0;
  list-style: none;
	padding-left: 3em;
}

.flow_list02_text_area li {
  margin-bottom: 1.5em; 
}
.flow_list02_text_area li:last-child {
  margin-bottom: 0; 
}

.flow_list02_text_area li h4 {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  color: #585858;
}

.flow_list02_text_area h4::before {
  content: counter(list-counter); 
  counter-increment: list-counter;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%); 
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: orange; 
  color: white; 
  font-size: 1rem; 
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center; 
}
.flow_list02_text_area li p {

}
.flow_list02_text_area li p:last-child {
	margin-bottom: 0;
}

/* ◆◆◆ 治療費・健康保険について ◆◆◆ */
h2.price__title {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #585858;
    text-align: center; 
    white-space: normal; 
    word-wrap: break-word; 
    line-height: 1.4; 
	margin-bottom: 1rem;
}

h2.price__title::before,
h2.price__title::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #585858;
}

h2.price__title::before {
    left: 20px;
}

h2.price__title::after {
    right: 20px;
}

@media (max-width: 768px) {
    h2.price__title {
        font-size: clamp(1.4rem, 3vw, 1.8rem);
        padding: 0 1.5em;
        text-align: center;
    }
	h2.price__title::before {
    left: -30%;
	}

	h2.price__title::after {
		right: -30%;
	}
	}

/*料金*/
.price {
	margin:0 calc(50% - 50vw);
	background:var(--pail_orange);
	margin-top: -2em;
	padding: 3em 0;
}
.price__inner {
	background: white;
	border-radius: 50px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 2em 6em 1.5em 6em;
}
.price__text {
	
}
.price__text p {
	
}
.price_kanban_flex {
	padding-bottom: 2rem;
}
.price_kanban_flex ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	gap: 2%;
	padding: 0;
}
.price_kanban_flex li {
	list-style: none;
	width: 30%;
}
.price_kanban_flex li img {
	width: 100%;
}
.pail_orange_title_obi {
	text-align: center;
	background: #fff7ea;
	color: var(--orange);
	padding: .4rem 0;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.price__note {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 4em;
	margin-bottom: 0;
}
/* ◆◆◆ /治療費・健康保険について ◆◆◆ */


/* ◆◆◆ 介護医療関係者様へ ◆◆◆ */
h2.kaigo__title {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #585858;
    text-align: center; 
    white-space: normal; 
    word-wrap: break-word; 
    line-height: 1.4; 
	margin-bottom: 1rem;
}

h2.kaigo__title::before,
h2.kaigo__title::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #585858;
}

h2.kaigo__title::before {
    left: 20px;
}

h2.kaigo__title::after {
    right: 20px;
}

@media (max-width: 768px) {
	h2.kaigo__title {
        font-size: clamp(1.4rem, 3vw, 1.8rem);
        text-align: center;
    }
	h2.kaigo__title::before {
		left: -5%;
	}

	h2.kaigo__title::after {
		right: -5%;
	}
	}

/*ベッドで休んでいる人、医療関係者と会話している背景画像*/
.kaigo_bg {
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/10/kaigo_bg.webp)center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    background-size: cover;
	padding: 8em 0;
}
.kaigo__text {
	
}
.kaigo__text p {
	margin-bottom: 0;
	text-align: justify;
}

/*訪問鍼灸リハビリサービスの概要*/
.rehabilitation_subject {
	padding-top: 4em;
}
.kaigo_gaiyo__inner {
	background: white;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 4em;
}
h2.kaigo_gaiyo__title {
	text-align: center;
	color: white;
	background: var(--orange);
	padding: 0.5rem;
	border-radius: 50px;
	margin: 0 auto;
	width: 250px;
	font-size: 1.2em;
	margin: 2em auto;
}
.kaigo_gaiyo__list {
	
}
.kaigo_gaiyo__list ul {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 8%;
}
.kaigo_gaiyo__list li {
	list-style: none;
	width: 28%;
}
.kaigo_gaiyo__list img {
	width: 100%;
}
.kaigo_gaiyo__list li p {
	margin-bottom: 0;
	font-size: 1rem;
}
/*ケアマネージャー様のメリット*/
.care_manager_merit_text_p {
	margin-bottom: 0;
	font-size: 1rem;
}

/*医療関係者様のメリット　グリーン*/
.rehabilitation_merit_g {
    background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/09/Kumo-Background-scaled.webp);
    margin: 0 calc(50% - 50vw);
    margin-top: -2em;
    padding-top: 4em;
    padding-bottom: 3em;
}

h3.m01_g,.m02_g,.m03_g,.m04_g {
	color: var(--green);
	font-size: 1.6rem;
	position:relative;
}
/*グリーン　メリットふきだし　01*/
h3.m01_g::before {
	position: absolute;
	content: "";
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/10/g_m01.webp)no-repeat;
	background-size: contain;
	width: 120px;
	height: 70px;
	top: -80px;
	left: 0;
}
/*グリーン　メリットふきだし　02*/
h3.m02_g::before {
	position: absolute;
	content: "";
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/10/g_m02.webp)no-repeat;
	background-size: contain;
	width: 120px;
	height: 70px;
	top: -80px;
	left: 0;
}
/*メリットふきだし　03*/
h3.m03_g::before {
	position: absolute;
	content: "";
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/10/g_m03.webp)no-repeat;
	background-size: contain;
	width: 120px;
	height: 70px;
	top: -80px;
	left: 0;
}

.rehabilitation_merit__text {
	width: 60%;
}
.rehabilitation_merit__img {
	width: 38%;
}

/* ◆◆◆ /介護医療関係者様へ ◆◆◆ */


/* ◆◆◆ /採用情報 ◆◆◆ */
/*鍼灸師・あん摩マッサージ指圧師（正社員）*/
.recruit {
	background: var(--pail_orange);
    margin: 0 calc(50% - 50vw);
    margin-top: -1em;
    padding-top: 3em;
    padding-bottom: 1em;
}
.recruit__inner {
	background: white;
	max-width: 1000px;
	margin: 0 auto;
	padding: 2em 1em;
	border-radius: 30px;
	box-shadow: 3px 3px 10px 0px rgba(193, 191, 191, 0.4);
	
}
h2.recruit__title {
	text-align: center;
	color: white;
	background: var(--orange);
	padding: 0.5rem;
	border-radius: 50px;
	margin: 0 auto;
	width: 500px;
	font-size: 1.2em;
	margin: 2em auto;
}
/* 作表部分 */
.recruit_table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  font-size: 1rem;
  overflow: visible;
}

.recruit_table table {
  width: 100%;
  border-collapse: collapse;
  overflow: visible;
}

.recruit_table th,
.recruit_table td {
  text-align: left;
  vertical-align: top;
  padding: 0.8em 0;
  border: none;
	border-top: 1px solid white;
	border-right: 1px solid white;
	background: white;
}

/* ラベル列 */
.recruit_table th {
  position: relative;
  font-weight: bold;
  padding-left: 1.5em;   
  white-space: nowrap;
  width: 20%;
  overflow: visible;
  line-height: 1.4;
}

/* 左側のオレンジの長方形（あしらい） */
.recruit_table th::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;          
  width: 5px;
  height: 1em;         
  background-color: #FFAC34;
  border-radius: 2px;         
}

/*選考プロセス*/
/* 見出しのスタイル */
h2.recruit_process__title {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #585858;
    text-align: center; 
    white-space: normal; 
    word-wrap: break-word; 
    line-height: 1.4; 
}

h2.recruit_process__title::before,
h2.recruit_process__title::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #585858;
}

h2.recruit_process__title::before {
    left: 20px;
}

h2.recruit_process__title::after {
    right: 20px;
}

@media (max-width: 768px) {
    h2.recruit_process__title {
        font-size: clamp(1.4rem, 3vw, 1.8rem);
        padding: 0 1.5em;
        text-align: center;
    }
	h2.recruit_process__title::before {
    left: -20%;
	}

	h2.recruit_process__title::after {
		right: -20%;
	}
	}


.recruit_process {
	
}
.recruit_process__inner {
	
}
/*選考プロセス　図表*/
.recruit_process_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
  gap: 2em; 
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.recruit_process_list li {
  flex: 1 1 calc(25% - 2em); 
  background: #fff;
  padding: 1.5em;
  position:relative;
}
.recruit_process_list li::after {
	position: absolute;
	content: "";
	background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/10/g_arrow.webp)no-repeat;
	background-size: contain;
    width: 22px;
    height: 34px;
	top: 35%;
	right: -35px;
	transform: translateY(-50%);
}
.recruit_process_list li:last-child::after {
	content: none!important;

}

.recruit_process_list img {
  width: 90%;
  height: auto;
  margin-bottom: 1em;
}

.recruit_process_list p {
  font-size: 1rem;
  font-weight: bold;
}



/*選考プロセス　注意事項*/
.process_text ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
}

.process_text li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.2em;
  line-height: 1.2;
	font-size: 1rem;
}

.process_text li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
/* ◆◆◆ /採用情報 ◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆  /下層ページ　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */



/* ◆◆◆ 対応症状リスト ◆◆◆ */
.shojo {}

ul.shojo__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	gap: 1.5em;
	width: 100%;
	padding: 0 0 3em 0;
	margin: 0;
}

ul.shojo__list li{
	text-align: center;
	flex: 1 1 calc(33.333% - 1.5em);
	max-width: calc(33.333% - 1em);
	margin-bottom: 0;
}

ul.shojo__list li a {
	color: white;
	font-size: clamp(1rem, 2vw, 1.6rem);
	text-decoration: none;
	border-radius: 0.5rem;
	background: brown;
	display: block;
	padding: 0.6em;
	transition: 0.6s;
}

ul.shojo__list li a:hover {
	opacity: 0.6;
}
/* ◆◆◆ /対応症状リスト ◆◆◆ */


/* ◆◆◆ 執筆者情報 ◆◆◆ */
.writer {
	background-color: ivory;
	border: 1px solid var(--orange);
}
/* ◆◆◆ /執筆者情報 ◆◆◆ */


/* ◆◆◆ cf7 ◆◆◆ */
.contact__form {
	background: var(--pail_orange);
	padding: 3em 5em;
	max-width: 1000px;
	margin: 0 auto;
	border-radius: 30px;
}

.contact__form p {
	margin-bottom: 0!important;
}

.contact__form-item {
	margin-bottom: 2em;
}

.contact__label-required, .contact__label-any  {
	font-size: 75%;
	color: white;
	padding: 3px 6px 2px;
	border-radius: 1rem;
	margin-right: 0.5em;
}

/*必須ラベル*/
.contact__label-required {
	background: brown;
}

/*任意ラベル*/
.contact__label-any {
	background:gray;
}

.contact__consent {
	margin: 3em 0;
}

.contact__consent ul {
	line-height: 1.6;
}

.contact__consent ul li {
	font-size: clamp(0.7rem, 1.2vw, 1rem);
}

.contact__consent p {
	font-size: 94%;
}

.contact__personal-info {
	margin: 0;
	padding: 0;
	border: solid 2px #e9e9e9;
	border-radius: 0.5rem;
	padding: 1em;
	line-height: 1.3;
	overflow: auto;
	text-align: left;
	height: 10rem;
}

.wpcf7-submit {
	background: orange;
	border-radius: 0.5rem;
	padding: 1em 2em;
	margin-top: 3em;
	transition: 0.6s;
}

.wpcf7-submit:hover {
	opacity: 0.7;
	box-shadow: 2px 2px 2px gray;
}

textarea, input {
	background: white;
	width: 100%;
	box-shadow: 0 0 2px #c8c2c6;
}

span.wpcf7-list-item-label {
	font-size: clamp(0.9rem, 1.4vw, 1.2rem);
}

.contact__consent-check input {
	width: 2rem;
}
/* ◆◆◆ /cf7 ◆◆◆ */


/* ◆◆◆ よくある質問 ◆◆◆ */
.qa-list dt, .qa-list dd {
	position: relative;
	font-size: clamp(1.1rem, 1.8vw, 1.6rem);
}

.qa-list dt {
	margin-bottom: 1rem;
	padding: 0 0 1rem 4rem;
}

.qa-list dd {
	padding: 0 0 3rem 4rem;
}

.qa-list dt:before, .qa-list dd:before {
	position: absolute;
	font-size: clamp(1.1rem, 1.8vw, 1.6rem);
	color: white;
	top: 0;
	left: 0;
	width: 2.4rem;
	padding-block; 1em;
	vertical-align: middle;
	text-align: center;
}

.qa-list dt:before {
	content: "Q";
	background: brown;
	border-radius: 0.5rem;
}

.qa-list dd:before {
	content: "A";
	border: solid 1px brown;
	background-color: #ffffff;
	color: brown;
	border-radius: 0.5rem;
}
/* ◆◆◆ よくある質問 ◆◆◆ */


/* ◆◆◆ 投稿記事下CTA ◆◆◆ */
.post__cta {
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}
/* ◆◆◆ /投稿記事下CTA ◆◆◆ */


/* ◆◆◆ パンくず ◆◆◆ */
li.p-breadcrumb__item {
	margin-bottom: 0;
}
/* ◆◆◆ /パンくず ◆◆◆ */


/* ◆◆◆ アーカイブ ◆◆◆ */
/* ◆◆◆ /アーカイブ ◆◆◆ */

.round_bg {
    background: var(--pail_orange);
    clip-path: ellipse(60% 100% at 50% 100%);
    z-index: 5;
    position: relative;
    width: 100%;
    height: 100px;
    margin-top: -5em;
}







/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ TB ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */



@media (max-width: 1024px) {
	/* ◆◆◆ ハンバーガーメニュー ◆◆◆ */
	/*ボタン背景色*/
	.l-header__drawerBtn {
		background: var(--green);
		border-radius: 3px;
	}

	
	/*ボタン３本線*/
	.c-iconBtn__icon {
		color: white;
	}
	
	/*メニュー背景色*/
	.p-drawer{ 
		background: var(--pail_orange);
	}

	/* ◆◆◆ ハンバーガーメニュー ◆◆◆ */
	
	/*３つの理由　タイトル部分*/
	h2.reason__title::before, h2.reason__title::after {
		width: 35px;
		top: 60%;
	}
	/*お悩み　タイトル*/
	h2.problem__title::before, h2.problem__title::after {
		width: 30px;
	}
	/*リハビリとは　タイトル*/
	h2.about_shinkyu__title::before, h2.about_shinkyu__title::after {
		width: 30px;
	}
	/*メリット　タイトル*/
	h2.merit_shinkyu__title::before, h2.merit_shinkyu__title::after {
		width: 30px;
	}
	/*お客様の声　タイトル*/
	h2.voice__title::before, h2.voice__title::after {
		width: 30px;
	}
	/*流れ　タイトル*/
	h2.flow-title::before, h2.flow-title::after {
		width: 30px;
	}
	/*保険について　タイトル*/
	h2.about_price__title::before, h2.about_price__title::after {
		width: 30px;
	}
	
	/*　訪問対応エリアの地図画像*/
	.area__inner_text::before {
		position: absolute;
		content: "";
		width: 60vw;
		height: 42vh;
		top: -10%;
		left: -1%;
	}
}




/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ SP ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */

@media (max-width: 768px) {
	/*配置調整*/
	.sp_center {
		text-align: center;
	}
	.sp_position {
		margin-top: 7em;
	}
	/* ◆◆◆ オファー ◆◆◆ */
	.offer figure img {
    	max-width: 100%;
	}
	/* ◆◆◆ /オファー ◆◆◆ */
	
	/* ◆◆◆ 問い合わせボタン ◆◆◆ */
	.contact__btn {
		margin-bottom: 0.5em;
		width: 100%;
	}
	.contact {
		margin-top: 0;
		margin-bottom: 3em;
	}

	/* ◆◆◆ /問い合わせボタン ◆◆◆ */
	
	/* ◆◆◆ あしらい ◆◆◆ */
	/*オレンジおび*/
	.orange_obi {
		padding: .1rem;
		margin-right: .2rem;
		width: 30%;
	}
	.sp_center {
		text-align: center;
	}
	/*イエローぼかし背景*/
	.yellow_bokashi_bg {
    padding: 2em 0;
	}
	/* ◆◆◆ /あしらい ◆◆◆ */
	
	
	/* ◆◆◆ お悩み ◆◆◆ */
	.problem {
		margin-top: 0;
	}
	
	ul.problem__items {
		padding: 0;
	}
	
	.problem__items li {
        max-width: 100%;
    }
	.img_shot img {
    	width: 40%;
	}
	/* ◆◆◆ /お悩み ◆◆◆ */
	
	
	/* ◆◆◆ moreボタンの大きさ ◆◆◆ */
	.more_btn {
		width: 90%;
	}
	.more_btn img {
		width: 100%;
	}


	/* ◆◆◆ /moreボタンの大きさ ◆◆◆ */
	
	
	/* ◆◆◆ 喜びの声 ◆◆◆ */
	.voice {
		margin-top: -1.9em;
	}
	ul.voice__items {
		display: block;
	}
	
	li.voice__item {
		padding: 1.5em 1.5em 0.6em 1.5em;
		width: 100%;
	}

	figure.voice__item-img {
		float: left;
		width: 100%;
		padding: 0 0 1.6em 0;
	}

	p.voice__item-text {}
	/* ◆◆◆ /喜びの声 ◆◆◆ */
	
	
	/* ◆◆◆ BA ◆◆◆ */
	.ba {
		margin-top: 3em;
	}
	
	li.ba__item {
		margin-bottom: 2em;
	}
	/* ◆◆◆ /BA ◆◆◆ */
	
	
	/* ◆◆◆ 理由 ◆◆◆ */
	.bo_f30_sp {
    font-size: 2rem !important;
	}
	
	li.reason__item {
		padding: 2.5em 0 0 0;
		text-align: justify;
	}
	ul.reason__items {
    width: 100%;
    padding-top: 2em;
	}
	.reason__inner {
    width: 90%;
    height: 100%;
    padding: 1em;
	}
	li.reason__item:before {
    top: 10%;
	}
	
	.reason_btn_only img {
    width: 100%;
	}
	/* ◆◆◆ /理由 ◆◆◆ */
	
	
	/* ◆◆◆ ご利用の流れ ◆◆◆ */
	h2.flow-title {
        margin-bottom: 1.5em;
    }
    .flow__01 li.flow__item {
        padding: 2em 1.5em 0em;
        margin-bottom: 2em;
    }

	.flow__01 li.flow__item figure {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 0.9em;
	}
	.flow__01 li.flow__item figure {
		width: 100%;
		padding-right: 0;
	}
	.flow__01 li.flow__item .flow_num {
		top: -20px;
		left: 10px;
	}
	.flow__text_flex p {
		width: 100%;
		text-align: justify;
	}
	/* ◆◆◆ /ご利用の流れ ◆◆◆ */
	
	
	/* ◆◆◆ 料金・保険について ◆◆◆ */
	.about_price__inner {
		padding: 3em 5%;
	}
	.contact_guide ul {
    	padding: 0;
	}
	/* ◆◆◆ /料金・保険について ◆◆◆ */
	
	
	/* ◆◆◆ /訪問対応エリア ◆◆◆ */
	.area__inner_box {
		width: 100%;
		position: relative;
		left: 0;
	}
	.orange_sub_title {
		width: 40%;
	}
	.area__inner_text {
		padding: 2em 2em 8em;
	}
    .area__inner_text::before {
        position: absolute;
        content: "";
        width: 50vw;
        height: 30vh;
        background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/09/Orange-Map.webp) no-repeat;
        background-size: contain;
        top: 50%;
        left: 45%;
    }
	.area__inner {
		padding: 3em 5%;
	}
	/* ◆◆◆ /訪問対応エリア ◆◆◆ */
	
	
	/* ◆◆◆ 院長紹介 ◆◆◆ */
	.mt-05 {
		margin-top: 6.5em;
	}
	.profile_img {
        float: none;
        display: block;
        margin: 1em auto 1em; 
        width: 70%;        
    }
	.introduction__inner {
    	padding: 2em 5%;
		margin-bottom: 2em;
	}
	.mt-6 {
    	margin-top: 11em;
	}
	/* ◆◆◆ /院長紹介 ◆◆◆ */
	
	
	/* ◆◆◆ お知らせ、ブログ ◆◆◆ */
	.info__white_bg, .blog_area__white_bg {
		padding: 2em 1em;
	}
	h2.info__title, h2.blog_area__title {
		margin-bottom: 1rem;
	}
	.latest-blog-posts .blog-post-item {
		display: block;
		padding-bottom: 0;
		margin-bottom: .5em;
	}
	.latest-blog-posts .read-more-link {
		display: block;
		position: relative;
		top: -10px;
		left: 90%;
	}
	
	/*お知らせ*/
	.latest-news-posts .news-post-item {
        display: block;
        padding-bottom: 0;
        margin-bottom: .5em;
    }
    .latest-news-posts .read-more-link {
        display: block;
        position: relative;
        top: -10px;
        left: 90%;
    }
	    .news-col {
        width: 50%;
        display: none;
    }
	.info {
		padding: 5.5em 0 0;
	}

	/* ◆◆◆ /お知らせ、ブログ ◆◆◆ */
	

	
	/* ◆◆◆ 流れ-02 文章あり縦並び ◆◆◆ */
	.flow__02 {
		margin-top: 3em;
	}

	.flow__02 li.flow__item {
		width: 50%;
		padding-inline: 2%;
		margin-bottom: 2em;
	}
	/* ◆◆◆ /流れ-02 文章あり縦並び ◆◆◆ */

	
	/* ◆◆◆ アクセス ◆◆◆ */
	.access {
		margin-block: 0;
	}
	.access__list {
		padding: 0;
	}

	h2.access__title img {
		width: 90%;
	}
	.btn_flex {
		display: block;
		gap: 2%;
	}
	.access__text {
		width: 100%;
	}
	.orange_title {
		margin-right: .5rem;
		width: 100px;
		margin-bottom: .5rem;
	}
	.access__in_beige::before {
		left: .1em;
	}
	.access__in_pink::before {
		left: .1em;
	}
	.access_img {
    	width: 100%;
	}

	
	/* ◆◆◆ /アクセス ◆◆◆ */
	
	
	/* ◆◆◆ フッターボタン ◆◆◆ */
	.footer__contact {
		bottom: 0;
		right: 0;
		width: 100%;
	}
	.bo-footer__menu-left {
    	max-width: 100%;
	}
	.bo-footer__list li {
        width: 100%;
    }
	
	.bo-footer__container {
		max-width: 90%;
		width: 100%;
		margin: 0 auto;
		padding-block: 3em;
	}

	/*1つの場合*/
	.footer__contact-btn1 {
		transition: 0.6s;
	}

	/*2つの場合*/
	.footer__contact-btn2 {
		display: flex;
		}

	.footer__btn2-item {
		width: 50%;
		padding: 0.1em;
		margin-bottom: 0;
	}
	/* ◆◆◆ フッターボタン ◆◆◆ */
	
	.entry_title {
		padding-inline: 5%;
	}
	
	/* ◆◆◆ パンくずリスト ◆◆◆ */
	.p-breadcrumb__list {
		padding-left: 5% !important;
	}
	/* ◆◆◆ /パンくずリスト ◆◆◆ */
	
	
	/* ◆◆◆ 対応症状リスト ◆◆◆ */
	ul.shojo__list {
		gap: 1em;
	}

	ul.shojo__list li{
		text-align: center;
		flex: 1 1 calc(50% - 0.5em);
		max-width: calc(50% - 0.5em);
	}

	ul.shojo__list li a {
		padding: 0.5em;
	}
	/* ◆◆◆ /対応症状リスト ◆◆◆ */
	
	
	/* ◆◆◆ cf7 ◆◆◆ */
	.contact__form {
		padding: 2em 5%;
	}

	.contact__form-item {
		margin-bottom: 1em;
	}

	.contact__consent {
		margin: 2em 0;
	}

	.wpcf7-submit {
		margin-top: 2em;
	}

	.contact__consent-check input {
		width: 1.2em;
	}
	/* ◆◆◆ /cf7 ◆◆◆ */
	
	
	/* ◆◆◆◆◆◆◆◆◆ 下層ページ ◆◆◆◆◆◆◆◆◆ */
	/*当院について*/
	.speak_bg {
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center bottom;
		padding: 4em 0 8em 0;
	}
	.omoi__text p {
		text-align: justify;
	}
	
	/*選ばれる３つの理由*/
	.img_left {
    	width: 80%;
	}
	.img_right {
    	width: 80%;
	}
	.reason_text_box_r01, .reason_text_box_r03 {
		width: 90%;
		right: 5%;
		top: 200px;
	}
	.reason_text_box_r02 {
		width: 90%;
		left: 5%;
		top: 200px;
	}
	.bg_zenpuku {
		padding-bottom: 34em;
	}
	.reason_bg_white {
		padding-top: 2em;
		margin-top: 1em;
		padding-bottom: 28em;
	}
	/*　/選ばれる３つの理由*/
	
	
	/*　◆◆◆　スタッフ紹介　◆◆◆　*/
	.introduction {
		margin-top: -7em;
	}
	.profile_img_staff {
		width: 100%;
		float: none;
		height: auto;
		margin-right: 0;
		margin-bottom: 1em;
	}
	.introduction__text p {
		text-align: justify;
	}
	.orange_obi_white {
		width: 20%;
	}
	.keireki__inner {
    	padding: 0 5%;
	}
	
	
	
	/*　◆◆◆　訪問鍼灸リハビリとは　◆◆◆　*/
	.about_rehabilitation {
		margin-top: -3em!important;
	}
	.about_rehabilitation_bg {
		background-size: contain;
		background-repeat: no-repeat;
		padding: 8em 0;
		background-position: center bottom;
	}
	.rehabilitation_mrit__list li {
		display: block;
	}
	.rehabilitation_merit__text {
		width: 100%;
	}
	.rehabilitation_merit__img {
		width: 100%;
	}
	
	h3.m01, .m02, .m03, .m04 {
		font-size: 1.3rem;
	}
	h3.m01_g, .m02_g, .m03_g, .m04_g {
		font-size: 1.3rem;
	}
	.about_rehabilitation_bg {
		padding: 4em 0 8em 0;
	}
	
	/*　◆◆◆　/訪問鍼灸リハビリとは　◆◆◆　*/
	
	
	h2.about_shinkyu__title {
        font-size: clamp(1.4rem, 3vw, 1.8rem);
        padding: 0 .2em;
	}
	h2.about_shinkyu__title::before, h2.about_shinkyu__title::after {
		width: 20px;
	}
	h2.about_shinkyu__title::after {
        right: -10%;
    }
	h2.about_shinkyu__title::before {
        left: -10%;
    }
	.about_shinkyu__inner {
		padding: 5em 2em 5em;
	}
	.box_white_bg {
		padding: 1.6em;
	}
	
	.kaigo_gaiyo__list ul {
		display: block;
	}
	.kaigo_gaiyo__list li {
		width: 100%;
	}
	.kaigo_gaiyo__list li p {
		margin-bottom: 2em;
	}
	.kaigo_gaiyo__list img {
    	width: 80%;
	}
	.kaigo_gaiyo__list {
    	text-align: center;
	}
	
	/*訪問鍼灸リハビリのメリット*/
	.rehabilitation_merit {
		padding-bottom: 2em;
	}	
	h2.merit_shinkyu__title {
        font-size: clamp(1.4rem, 3vw, 1.8rem);
        padding: 0 .2em;
	}
	h2.merit_shinkyu__title::before, h2.merit_shinkyu__title::after {
		width: 20px;
	}
	h2.merit_shinkyu__title::after {
		right: -10%;
    }
	h2.merit_shinkyu__title::before {
        left: -10%;
    }
	.left_sp {
		text-align: left!important;
	}
	.round_bg {
		height: 60px;
		margin-top: -5em;
	}
	.merit_shinkyu__list li {
		width: 90%;
	}
	.sp_pa {
		padding: 0 5%;
	}
	.merit_img_flex {
    	gap: 10px;
	}
	.merit_img_flex img {
    	width: 40%;
	}
	
	/*訪問鍼灸リハビリの対象となる方・施術*/
	.rehabilitation_subject {
    	padding-top: 2em;
	}
	h2.rehabilitation_subject__title {
		padding: .9rem;
		border-radius: 50px;
		width: 90%;
		font-size: 1.3em;
		top: -.3em;
		left: calc(50% - 45%);
	}
	.rehabilitation_subject__inner {
		background: white;
		border: 2px solid var(--orange);
		padding: 4em 2em 2em;
		border-radius: 30px;
		max-width: 90%;
		margin: 0 auto;
	}
	.rehabilitation_subject__list li {
		width: 100%;
		margin-bottom: 2rem;
	}
	.rehabilitation_subject__list li:last-child {
		margin-bottom: 0;
	}
	/* ◆◆◆ /訪問鍼灸リハビリとは ◆◆◆ */
	
	
	/*ご利用の流れ*/
	li.flow_list01, .flow_list02 {
		padding: 3em 1em 2em;
	}
	li.flow_list01 {
		padding: 3em 1em 8em;
	}
	.flow_text {
		max-width: 80%;
		bottom: 1em;
		left: 2.5em;
	}

	.contact_guide li {
    	display: block;
	}
	.contact_guide li {
		margin-top: 2em;
	}
	.contact_guide_icon {
		width: 20%;
		margin: 0 auto;
	}
	.contact_guide_text {
    	width: 100%;
	}
	.contact_guide_text p {
    	text-align: justify;
	}
	.green_text,.orange_text,.blue_text {
    	text-align: center;
	}
	.contact_btn_set {
		display: block;
		text-align: center;
	}
	.contact_btn_set a img {
        width: 70%;
    }
	
	.flow_list__flex {
		display: block;
	}
	.flow_list__flex h3 {
		width: 100%;
		margin: 0 auto;
	}
	.flow_list__flex img {
		width: 100%;
		padding-top: 1rem;
	}
	.flow_list02_text_area li h4 {
		font-size: 1.2rem;
	}
	.flow_list02_text_area li p {
		text-align: justify;
	}
	
	
	/* ◆◆◆ 治療費・健康保険について ◆◆◆ */
	/*料金*/
	.price {
		padding: 2em 5%;
	}	
	.price__inner {
		padding: 2em 1em 1em 1em;
	}
	.price_kanban_flex li {
		width: 70%;
	}
	/* ◆◆◆ /治療費・健康保険について ◆◆◆ */
	
	
	/*　◆◆◆　介護・医療関係者様へ　背景画像　◆◆◆　*/
	.kaigo_bg {
    background-size: contain;
	background-repeat: no-repeat;
    padding: 8em 0;
    background-position: center bottom;
	}
	.about_rehabilitation {
    	margin-top: -6em;
	}
	
	/* ◆◆◆ /採用情報 ◆◆◆ */
	/*鍼灸師・あん摩マッサージ指圧師（正社員）*/
	.recruit {
		padding: 2em 5%;
	}
	h2.recruit__title {
		width: 100%;
		font-size: 1.2em;
		margin: 1rem auto;
	}
	/* 作表部分 */
	.recruit_table {
	  width: 90%;
	  margin: 0 auto;
	  font-size: 1rem;
	  overflow: visible;
		border-top: 1px solid white;
        border-right: 1px solid white;
	}

	.recruit_table table {
	  width: 90%;
	}

	.recruit_table th,
	.recruit_table td {
	  text-align: left;
	  vertical-align: top;
	  padding: 0.8em 0;
	  border: none;
		border-top: 1px solid white;
		border-right: 1px solid white;
		background: white;
	}

	/* ラベル列 */
	.recruit_table th {
	  position: relative;
	  font-weight: bold;
	  padding-left: 1.5em;   
	  white-space: nowrap;
	  width: 20%;
	  overflow: visible;
	  line-height: 1.4;
	}

	/* 左側のオレンジの長方形（あしらい） */
	.recruit_table th::before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: 0.7em;          
	  width: 5px;
	  height: 1em;         
	  background-color: #FFAC34;
	  border-radius: 2px;         
	}

	/* レスポンシブ（縦積み） */
	  .recruit_table table,
	  .recruit_table tbody,
	  .recruit_table tr,
	  .recruit_table th,
	  .recruit_table td {
		display: block;
		width: 100%;
	  }

	  .recruit_table th {
		padding-left: 1.5em;
		margin-top: 1em;
	  }

	  .recruit_table td {
		padding-left: 1.5em;
	  }
	/*選考プロセス*/
	.recruit_process_list li {
		flex: 1 1 calc(50% - 1em);
		padding: 1em;
	}
	
	.recruit_process_list p {
		margin-bottom: 0;
	}
	.process_text li {
		margin-bottom: 0.8em;
	}
	
	/*選考プロセス　縦積み*/
	.recruit_process_list ul {
		display: block;
	}
	.recruit_process_list img {
		width: 40%;
	}
	.recruit_process_list p {
		line-height: 1.2;
	}
	.recruit_process_list li::after {
		display: none;
	}
	.recruit_process_list li {
        padding-bottom: 3em;
    }
	.recruit_process_list li::before {
		position: absolute;
		content: "";
		background: url(https://hare-sinkyuin.com/wp-content/uploads/2025/10/sp_arrow.webp)no-repeat;
		background-size: contain;
		width: 26px;
		height: 20px;
		bottom: 10px;
		left: calc(50% - 13px);
	}
	.recruit_process_list li:last-child::before {
		display: none;
	}
	
	/*よくある質問*/
	.q_and_a_list summary::after {
		right: 22px!important;
	}
	/*お問い合わせ*/
	h2.problem__title::after {
        right: -5%;
    }
	h2.problem__title::before {
        left: -5%;
    }
	/*フッター*/
	.c-copyright {
		font-size: .6rem;
	}



	
	/* ◆◆◆◆◆◆◆◆◆ /下層ページ ◆◆◆◆◆◆◆◆◆ */
		
}

