
/*////////////////////////////////////
about
////////////////////////////////////*/

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

#about_area{
	position: relative;
	width: 100%;
	padding: 100px 0;
	background-color: #ebf6f7;
	overflow: hidden;
}

#about_place{
	position: relative;
	width: 80%;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

.about_title_area{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.about_subtitle{
	position: relative;
	width: 100%;
	font-size: clamp(8rem,12vw,15rem);
	font-weight: 800;
	color:rgba(65,134,178,0.2);
}

.about_title{
	position: absolute;
	left: 50%;
	bottom: 20%;
	transform: translateX(-50%);
	width: 100%;
	font-size: clamp(3rem,3.2vw,5rem);
	font-weight: 600;
	color: #777777;
	letter-spacing: 0.08em;
}

.about_main_word{
	position: relative;;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
	font-size: clamp(3rem,3.2vw,5rem);
	font-weight: 500;
	color: #333333;
	letter-spacing: 0.08em;
}

.about_word{
	position: relative;;
	width: 100%;
	text-align: center;
	font-size: clamp(1.4rem,1.3vw,1.8rem);
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.08em;
	line-height: 1.8;
}

.about_photo_area{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}



.about_history_photo_right {
	position: relative;
	width: 40%;
	float: right;
}

.about_history_photo_left {
	position: relative;
	width: 40%;
	float: left;
}

.about_history_word_left {
	position: relative;
	width: 55%;
	margin-right: 5%;
	float: left;
	font-size: clamp(1.6rem,1.2vw,2rem);
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.about_history_word_right {
	position: relative;
	width: 55%;
	margin-left: 5%;
	float: right;
	font-size: clamp(1.6rem,1.2vw,2rem);
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.about_history_word_left span,
.about_history_word_right span {
	font-weight: 700;
}


#hashira_place{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	
}

.hashira_item{
	position: relative;
	width: 33%;
	margin: 20px auto;
	padding: 0 20px;
}

.hashira_img{
	position: relative;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.hashira_title{
	position: relative;
	font-size: 2.4rem;
 	font-weight: 600;
	color: #333333;
	letter-spacing: 0.08em;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #555555;
}

.hashira_word{
	position: relative;
	font-size: 1.6rem;
 	font-weight: 400;
	color: #333333;
	letter-spacing: 0.08em;
}

.hashira_word span{
	font-weight: 600;
}

}

@media screen and (min-width: 0px) and (max-width: 767px) {
#about_area{
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #ebf6f7;
	overflow: hidden;
}

#about_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.about_title_area{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.about_subtitle{
	position: relative;
	width: 100%;
	font-size: 5rem;
	font-weight: 800;
	color:rgba(65,134,178,0.2);
}

.about_title{
	position: absolute;
	left: 50%;
	bottom: 20%;
	transform: translateX(-50%);
	width: 100%;
	font-size: 3rem;
	font-weight: 600;
	color: #777777;
	letter-spacing: 0.08em;
}

.about_main_word{
	position: relative;;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
	font-size: 3rem;
	font-weight: 500;
	color: #333333;
	letter-spacing: 0.08em;
}

.about_word{
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.08em;
	line-height: 1.8;
}

.about_photo_area{
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-bottom: 50px;
}

.about_photo_area img{
	position: relative;
	width: 100%;	
}

.about_photo_area span{
	font-weight: 700;
}

#hashira_place{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

.hashira_item{
	position: relative;
	width: 100%;
	margin: 40px auto;
}

.hashira_img{
	position: relative;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.hashira_title{
	position: relative;
	font-size: 2.4rem;
 	font-weight: 600;
	color: #333333;
	letter-spacing: 0.08em;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #555555;
}

.hashira_word{
	position: relative;
	font-size: 1.6rem;
 	font-weight: 400;
	color: #333333;
	letter-spacing: 0.08em;
}

.hashira_word span{
	font-weight: 600;
}

}


/*////////////////////////////////////
doctor
////////////////////////////////////*/

@media screen and (min-width: 768px) {
.about_doctor_area{
	position: relative;
	width: 100%;
	padding: 20px;
	margin-bottom: 50px;
	display: flex;
	justify-content: flex-start;
	border-radius: 20px;
	border: solid 2px #777777; 
	background: #FEFEFE;
}

.about_doctor_photo{
	position: relative;
	width: 38%;
	margin-right: 2%;
}

.about_doctor_word_area{
	position: relative;
	width: 60%;
	padding: 0 20px;
}

.about_doctor_title{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 0 10px 10px;
	border-bottom: solid 1px #777777;
	font-size: clamp(2rem,1.8vw,2.4rem);
	font-weight: 600;
}

.about_doctor_title span{
	display: block;
	font-size: clamp(1.4rem,1.2vw,1.6rem);
	color: #777777;
	margin-bottom: 3px;
}

.about_doctor_word{
	position: relative;
	width: 100%;
	padding: 0 10px;
	font-size: clamp(1.6rem,1.4vw,1.8rem);
	font-weight: 400;
	line-height: 1.8;
}

}

@media screen and (min-width: 0px) and (max-width: 767px) {

.about_doctor_area{
	position: relative;
	width: 100%;
	padding: 20px;
	margin-bottom: 50px;
	border-radius: 20px;
	border: solid 2px #777777; 
	background: #FEFEFE;
}

.about_doctor_photo{
	position: relative;
	width: 100%;
	padding-bottom: 20px;
}

.about_doctor_word_area{
	position: relative;
	width: 100%;
	padding: 0 20px;
}

.about_doctor_title{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 0 10px 10px;
	border-bottom: solid 1px #777777;
	font-size: 1.8rem;
	font-weight: 600;
}

.about_doctor_title span{
	display: block;
	font-size: 1.4rem;
	color: #777777;
	margin-bottom: 3px;
}

.about_doctor_word{
	position: relative;
	width: 100%;
	padding: 0 10px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
}
}



/*////////////////////////////////////

////////////////////////////////////*/

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



}

@media screen and (min-width: 0px) and (max-width: 767px) {

}