@charset "UTF-8";

#c_body {
	font-size: 16px;
	line-height: 155%;
}


#c_body>section {
	display: block;
	width: min(100%, 1100px);
	margin: 150px auto 0;
	position: relative;
}


#c_body>section h2 {
	display: block;
	font-size: 32px;
	line-height: 125%;
	letter-spacing: 0.1em;
	position: relative;
	margin-bottom: 2em;
}


#c_body>section h2::before {
	content: "";
	width: 50%;
	height: 2px;
	background-color: #cccccc;
	position: absolute;
	top: 50%;
	left: calc(-50% - 1em);
}


ul.disc_list {
	list-style-type: disc;
	padding-left: 1.5em;
	margin: 1em 0;
}

.cta__button__icon-plus {
	margin-left: auto;
	height: 14px;
	width: 14px;
	background-image: url(../img/icon/plus_white.svg);
}


a:hover .cta__button__icon-plus {
	filter: brightness(-100%);
}

.noPC {
	display: none;
}

body.lock {
	overflow: hidden;
	height: 100%;
}


/***********************************
for SP
***********************************/
@media screen and (max-width:768px) {

	#c_body>section {
		margin: 24vw auto 0;
	}


	#c_body>section h2 {
		font-size: 24px;
		padding-left: 6vw;
	}


	#c_body>section h2::before {
		width: 4vw;
		left: 0;
	}

	.noPC {
		display: initial;
	}

	.noSP {
		display: none;
	}

}



/*------------------------

ATOM for MENの特長

------------------------*/
.data_frame {
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: 65px;
	clear: both;
}

.data_frame::before {
	content: "";
	display: block;
	overflow: hidden;
	width: min(100%, 906px);
	height: calc(100% - 50px);
	background-color: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;

}

.data_frame>img {
	width: min(100%, 399px);
	height: auto;
	position: relative;
	margin-bottom: 25px;
}


.data_frame>.colum_box {
	display: block;
	overflow: hidden;
	width: calc(100% - 530px);
	position: absolute;
	top: 50%;
	right: 65px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.data_frame:nth-child(odd)::before {
	right: auto;
	left: 0;
}

.data_frame:nth-child(odd)>img {
	float: right;
}


.data_frame:nth-child(odd)>.colum_box {
	right: auto;
	left: 65px;
}


.colum_box>h3 {
	display: inline;
	font-size: 24px;
	line-height: 250%;
	letter-spacing: 0.1em;
	padding: 0.25em 0.25em;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	background-color: #ffffff;
}


.colum_box>p {
	font-size: 14px;
	line-height: 175%;
	margin: 1em 0;
}


.colum_box a.cta__button {
	margin-top: 2em;
	width: min(100%, 400px);
}



/***********************************
for SP
***********************************/
@media screen and (max-width:768px) {

	.data_frame {
		overflow: hidden;
		margin-top: 12vw;
		padding-bottom: 7vw;
		height: auto;
	}

	.data_frame::before {
		width: 100%;
		height: calc(100% - 21vw);
	}

	.data_frame>img {
		width: 92vw;
		height: auto;
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 0;
	}

	.data_frame>.colum_box {
		display: block;
		overflow: hidden;
		width: 100%;
		padding: 10vw 4vw;
		position: relative;
		top: auto;
		right: auto;
		-webkit-transform: unset;
		transform: unset;
		clear: both;
	}


	.data_frame:nth-child(odd)>.colum_box {
		left: auto;
	}


	.colum_box>h3 {
		font-size: 20px;
		line-height: 250%;
	}

	.colum_box a.cta__button {
		width: 100%;
	}


}




/*------------------------

代表医師からメッセージ

------------------------*/
section#senior_message {
	width: 100%;
	background-color: #F7F7F7;
	padding: 120px 0;
}


#message_frame {
	display: block;
	width: min(100%, 1100px);
	margin: 0 auto;
	padding: 155px 155px;
	text-align: center;
	font-size: 18px;
	line-height: 250%;
	text-align: center;
	position: relative;
	background-color: #ffffff;
}

#message_frame::before {
	content: "";
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 50%;
}

#message_frame>* {
	position: relative;
}

#message_frame h3 {
	font-family: "Zen Old Mincho";
	font-size: 32px;
	line-height: 155%;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
}


/***********************************
for SP
***********************************/
@media screen and (max-width:768px) {

	section#senior_message {
		padding: 17vw 4vw;
	}


	#message_frame {
		width: 100%;
		padding: 26vw 4vw;
		font-size: 16px;
	}

	#message_frame>* {
		position: relative;
	}

	#message_frame p {
		text-align: left;
	}

}



#senior_data {
	display: block;
	overflow: hidden;
	width: min(100%, 600px);
	margin: 65px auto 0;
	font-size: 14px;
	line-height: 175%;
	position: relative;
	z-index: 100;
}

#senior_data figure {
	display: block;
	overflow: hidden;
	width: 150px;
	float: left;
	margin-right: 40px;
}

#senior_data figure>figcaption {
	font-size: 14px;
	line-height: 175%;
	padding-top: 2em;
}

#senior_data figure>figcaption>strong {
	display: block;
	overflow: hidden;
	font-size: 24px;
	line-height: 155%;
	font-weight: normal;
}


#senior_data figure>figcaption>span {
	display: block;
	overflow: hidden;
	font-size: 12px;
	line-height: 155%;
}

#senior_data h4 {
	display: inline-block;
	overflow: hidden;
	margin: 2em 0 1em;
}

#senior_data>dl {
	display: inline-block;
	overflow: hidden;
	width: calc(100% - 190px);
}

#senior_data>dl>dt {
	display: block;
	overflow: hidden;
	width: 4em;
	float: left;
	clear: both;
}

#senior_data>dl>dd {
	display: block;
	overflow: hidden;
	width: calc(100% - 4em);
	float: left;
}



/***********************************
for SP
***********************************/
@media screen and (max-width:768px) {

	#senior_data {
		width: 100%;
		margin: 65px auto 0;
	}

	#senior_data figure {
		width: 100%;
		float: none;
		margin-right: 0;
		text-align: center;
	}

	#senior_data figure img {
		width: min(150px, 40vw);
		height: auto;
	}

	#senior_data h4 {
		display: block;
		margin: 2em 0 1em;
	}

	#senior_data>dl {
		display: block;
		width: 100%;
	}

	#senior_data>dl>dt {
		display: block;
		overflow: hidden;
		width: 4em;
		float: left;
		clear: both;
	}

	#senior_data>dl>dd {
		display: block;
		overflow: hidden;
		width: calc(100% - 4em);
		float: left;
	}

}




#decorations {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

#decorations>img {
	width: initial;
	height: auto;
	position: absolute;
}

#decorations>img:nth-child(1) {
	top: -45px;
	left: 0;
}

#decorations>img:nth-child(2) {
	top: 100px;
	right: calc(50% - 600px);
}

#decorations>img:nth-child(3) {
	top: calc(50% - 150px);
	left: calc(50% - 600px);
}

#decorations>img:nth-child(4) {
	bottom: 230px;
	right: 0;
}



/***********************************
for SP
***********************************/
@media screen and (max-width:768px) {

	#decorations>img:nth-child(1) {
		width: 82vw;
		height: auto;
		top: -13vw;
		left: 0;
	}

	#decorations>img:nth-child(2) {
		display: none;
	}

	#decorations>img:nth-child(3) {
		width: 15vw;
		height: auto;
		top: 67%;
		left: 4vw;
	}

	#decorations>img:nth-child(4) {
		width: 76vw;
		height: auto;
		bottom: auto;
		top: 48%;
		right: -12vw;
	}
}


.casephoto_Box {
	max-width: 640px;
	width: 90%;
	margin: 0 auto;
}

.wid960 {
	max-width: 960px;
}

.casephoto_Box figure {
	display: flex;
	justify-content: space-between;
	margin: 0;
}

.casephoto_Box figure img {
	width: calc(100% / 2);
	height: auto;
}

.wid960 figure img {
	width: calc(100% / 3);
}

.casephoto_Box p {
	font-size: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 3em;
}

.casephoto_Box p.seco {
	margin-top: -2.9em;
}

.casephoto_Box .menu_point_text {
	margin-bottom: 2em;
}

.section_title_subtitle {
	margin-bottom: 0.5em;
}

.casephoto_Box p.menu_treatment_detail-text {
	margin-top: 0;
	margin-bottom: 0;
}

.youtube {
	aspect-ratio: 16 / 9;
}

.youtube iframe {
	width: 100%;
	height: 100%;
}

.case-accordion {
	border: 1px solid #ddd;
	border-radius: 8px;
	margin: 10px 0 20px 0;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	overflow: hidden;
}

.case-accordion summary {
	background: #fdfdfd;
	padding: 12px 15px;
	cursor: pointer;
	font-weight: bold;
	color: #333;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: none;
	font-size: 0.95em;
}

.case-accordion summary::-webkit-details-marker {
	display: none;
}

.case-accordion summary::after {
	content: "+";
	font-size: 1.2em;
	color: #d32f2f;
	font-weight: bold;
}

.case-accordion[open] summary::after {
	content: "−";
}

.case-list {
	padding: 5px;
}