@charset "utf-8";
@import url(../../../css/common.css);
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

#main-contents-container {
	padding: 0 15px;
}

#main-visual {
	margin-top: 15px;
}

#regenerative-acupuncture {
	margin-top: 15px;
	background: url(../../../../common/img/heading-needle.png) no-repeat;
}

#regenerative-acupuncture .header {
	padding: 15px 0 20px;
	background: url(../../../../common/img/dotted-333.png) repeat-x bottom;
}

#regenerative-acupuncture h2 {
	height: 45px;
	background: url(../img/h2-regenerative-acupuncture.png) no-repeat;
	text-indent: -9999em;
}

#description {
	margin-top: 30px;
}

#description .container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

/* 再生治療鍼とは */
.what-is {
	padding: 3px 40px 0;
	background: url(../img/border-line.png) no-repeat left top;
}

.what-is h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
	color: #666;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 28px;
	line-height: 2;
}

.what-is h3::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #999285;
	border-radius: 8px;
}

.what-is .what-is-rows {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 20px;
}

.what-is .what-is-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.what-is .what-is-row p {
	width: 300px;
	font-weight: 500;
	font-size: 12px;
	line-height: 2;
	color: #666666;
}

.what-is .what-is-row figure {
	width: 300px;
	margin: 0;
}

.what-is .what-is-row figure img {
	width: 100%;
	height: auto;
}

/* 再生治療鍼が回復を促す4つの働き */
.mechanism {
	padding: 3px 40px 0;
	background: url(../img/border-line.png) no-repeat left top;
}

.mechanism h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
	color: #666;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 28px;
	line-height: 2;
}

.mechanism h3::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #999285;
	border-radius: 8px;
}

.mechanism ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px 30px;
	margin-top: 20px;
}

.mechanism li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 200px;
}

.mechanism figure {
	margin: 0;
}

.mechanism img {
	border-radius: 50%;
}

.mechanism h4 {
	margin-top: 10px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #666666;
}

.mechanism p {
	margin-block: calc(20px - (1lh - 1em) / 2) calc((1lh - 1em) / 2 * -1);
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: -0.08em;
	color: #666666;
}

/* 再生医療の現場で、鍼灸が"選ばれている"理由 */
.reasons {
	padding: 3px 40px 0;
	background: url(../img/border-line.png) no-repeat left top;
}

.reasons h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
	color: #666;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 28px;
	line-height: 2;
}

.reasons h3::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #999285;
	border-radius: 8px;
}

.reasons .reasons-rows {
	display: flex;
	flex-direction: column;
	gap: 35px;
	margin-top: 15px;
}

.reasons .reasons-rows h4 {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 500;
	font-size: 23px;
	text-align: center;
	color: #666666;
}

.reasons .reasons-row-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.reasons .reasons-row:nth-child(even) .reasons-row-content {
	flex-direction: row-reverse;
}

.reasons .reasons-row-content p {
	width: 300px;
	font-weight: 500;
	font-size: 12px;
	line-height: 2;
	color: #666666;
}

.reasons .reasons-row-content figure {
	width: 300px;
	margin: 0;
}

.reasons .reasons-row-content figure img {
	width: 100%;
	height: auto;
}

/* このような症状・お悩みの方におすすめです */
.symptoms {
	box-sizing: border-box;
	height: 500px;
	padding: 10px;
	background: url(../img/symptoms-bg.jpg) no-repeat center center / cover;
}

.symptoms .symptoms-container {
	display: flex;
	flex-direction: column;
	gap: 30px;
	box-sizing: border-box;
	height: 100%;
	border: 1px solid #2673BB;
	padding: 60px 60px 0;
}

.symptoms h3 {
	color: #2673BB;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 36px;
	line-height: 1.4;
	margin-block: calc((1lh - 1em) / 2 * -1);
}

.symptoms ul {
	display: flex;
	flex-direction: column;
	gap: 25px;
	width: 300px;
	padding-left: 10px;
}

.symptoms li {
	display: flex;
	align-items: flex-start;
	gap: 5px;
	margin-block: -.25em;
	color: #666;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 20px;
	text-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 16px #fff;
}

.symptoms li::before {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background: url(../img/checkbox.svg) no-repeat center center / contain;
	translate: 0 3px;
}

/* これまでの治療との違い */
.comparison {
	padding: 3px 40px 0;
	background: url(../img/border-line.png) no-repeat left top;
}

.comparison h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
	color: #666;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 28px;
	line-height: 2;
}

.comparison h3::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #999285;
	border-radius: 8px;
}

.comparison .conventional {
	margin-top: 15px;
}

.comparison .conventional h4 {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 500;
	font-size: 21px;
	line-height: 1;
	color: #666666;
}

.comparison .conventional ol {
	display: flex;
	justify-content: center;
	gap: 25px;
	margin-top: 15px;
}

.comparison .conventional li {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 140px;
	border: 5px solid #CCC1D5;
	border-radius: 50%;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color: #666666;
}

.comparison .conventional li:nth-last-child(n+2)::after {
	content: '';
	position: absolute;
	left: calc(100% + 5px + 4.5px);
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 17px;
	clip-path: path("M14.25 6.76612C15.5833 7.53592 15.5833 9.46043 14.25 10.2302L3 16.7254C1.66667 17.4952 -6.72981e-08 16.533 0 14.9934L5.67828e-07 2.00299C6.35126e-07 0.463384 1.66667 -0.498868 3 0.270933L14.25 6.76612Z");
	background-color: #BBBBBB;
}

.comparison .conventional li:last-child {
	background-color: #CCC1D5;
}

.comparison .our-approach {
	margin-top: 30px;
}

.comparison .our-approach h4 {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 600;
	font-size: 27px;
	line-height: 1;
	color: #2674BB;
}

.comparison .our-approach ol {
	display: flex;
	justify-content: center;
	gap: 25px;
	margin-top: 20px;
}

.comparison .our-approach li {
	display: flex;
	flex-direction: column;
	width: 195px;
	gap: 20px;
}

.comparison .our-approach li figure {
	position: relative;
	width: 195px;
	height: 195px;
	margin: 0;
	background-color: #2674BB;
	border-radius: 50%;
}

.comparison .our-approach li img {
	clip-path: circle(calc(50% - 5px));
}

.comparison .our-approach li:nth-last-child(n+2) figure::after {
	content: '';
	position: absolute;
	left: calc(100% + 5px);
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 17px;
	clip-path: path("M14.25 6.76612C15.5833 7.53592 15.5833 9.46043 14.25 10.2302L3 16.7254C1.66667 17.4952 -6.72981e-08 16.533 0 14.9934L5.67828e-07 2.00299C6.35126e-07 0.463384 1.66667 -0.498868 3 0.270933L14.25 6.76612Z");
	background-color: #5FC2D4;
}

.comparison .our-approach li p {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	color: #2674BB;
	margin-block: calc((1lh - 1em) / 2 * -1);
	white-space: nowrap;
}

/* 最先端の再生医療機関と連携しています */
.partnership {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 65px 0 0 365px;
	height: 600px;
	background: url(../img/partnership-bg.jpg) no-repeat 0 0 / cover;
	color: #fff;
}

.partnership h3 {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 600;
	font-size: 43px;
	line-height: 1.2;
	margin-block: calc((1lh - 1em) / 2 * -1);
	text-shadow: 0 0 4px #536891, 0 0 8px #536891, 0 0 16px #536891;
}

.partnership p {
	width: 320px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 2.1;
	margin-block: calc(50px - (1lh - 1em) / 2) calc((1lh - 1em) / 2 * -1);
	letter-spacing: -0.01em;
	font-feature-settings: 'palt';
	color: #FFFFFF;
	text-shadow: 0 0 4px #536891, 0 0 8px #536891, 0 0 16px #536891;
}

.partnership .link {
	display: flex;
	justify-content: center;
	width: 320px;
	margin-top: 30px;
}

.partnership .link a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 40px;
	backdrop-filter: blur(10px);
	border: 1px solid #FFFFFF;
	border-radius: 240px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	color: #FFFFFF;
	text-decoration: none;
	transition: background-color 0.25s, color 0.25s;
}

.partnership .link a:hover {
	color: #536891;
	background-color: #fff;
}

/* 施術の流れ */
.flow {
	padding: 3px 40px 0;
	background: url(../img/border-line.png) no-repeat left top;
}

.flow h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
	color: #666;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 28px;
	line-height: 2;
}

.flow h3::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #999285;
	border-radius: 8px;
}

.flow ol {
	counter-reset: flow;
	display: flex;
	justify-content: center;
	gap: 25px;
	margin-top: 20px;
}

.flow li {
	counter-increment: flow;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.flow li::before {
	content: 'STEP ' counter(flow);
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color: #666666;
}

.flow li:nth-child(-n+3)::after {
	content: '';
	position: absolute;
	left: calc(100% + 5px);
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 17px;
	clip-path: path("M14.25 6.76612C15.5833 7.53592 15.5833 9.46043 14.25 10.2302L3 16.7254C1.66667 17.4952 -6.72981e-08 16.533 0 14.9934L5.67828e-07 2.00299C6.35126e-07 0.463384 1.66667 -0.498868 3 0.270933L14.25 6.76612Z");
	background-color: #5FC2D4;
}

.flow figure {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 140px;
	margin: 0;
	border: 5px solid #92B9DD;
	border-radius: 50%;
}

.flow li:nth-child(1) figure img {
	width: 82px;
	height: 90px;
}

.flow li:nth-child(2) figure img {
	width: 64px;
	height: 78px;
	translate: 8px 4px;
}

.flow li:nth-child(3) figure img {
	width: 120px;
	height: 100px;
}

.flow li:nth-child(4) figure img {
	width: 86px;
	height: 74px;
}

.flow p {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color: #666666;
}

/* よくあるご質問 */
.faq {
	padding: 3px 40px 0;
	background: url(../img/border-line.png) no-repeat left top;
}

.faq h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
	color: #666;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 28px;
	line-height: 2;
}

.faq h3::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #999285;
	border-radius: 8px;
}

.faq dl {
	counter-reset: faq;
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 35px;
}

.faq dl div {
	counter-increment: faq;
	border: solid #754C24;
	border-width: 1px 0;
}

.faq dt {
	display: flex;
	align-items: center;
	height: 60px;
	padding-inline: 15px;
	background-color: #f4f1eb;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #666666;
}

.faq dt::before {
	content: 'Q' counter(faq);
	flex-shrink: 0;
	width: 40px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
	color: #754C24;
}

.faq dd {
	display: flex;
	align-items: flex-start;
	padding: 20px;
	font-weight: 500;
	font-size: 12px;
	line-height: 2;
	color: #666666;
}

.faq dd::before {
	content: 'A';
	flex-shrink: 0;
	width: 30px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
	color: #754C24;
}

/* Contact */
#contact {
	padding: 25px 0;
	background-image: linear-gradient(to right, #DEDAD2 0, #DEDAD2 1px, #EBE9E4 1px, #EBE9E4 2px);
	background-size: 2px 1px;
	background-repeat: repeat;
	text-align: center;
}

#contact h3 {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 138.4615%;
	letter-spacing: .1em;
}

#contact .phone {
	margin-top: 12px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGP明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 138.4615%;
	letter-spacing: .1em;
}

#contact p {
	margin: calc(17px - .333em) 0 -.333em;
	text-align: center;
	line-height: 1.6667;
}

#contact a {
	display: inline-block;
	margin-top: 18px;	
}

#side-nav span.level-1,
#side-nav a.level-1,
#side-nav a.level-2,
#side-nav a.level-3 {
	background-image: url(../img/side-nav.png);
}
