@charset "UTF-8";

.aboutsec {
	padding: 80px 0;
}

.aboutsec_hd {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 55px;
	padding-bottom: 20px;
	border-bottom: #bfbba8 1px dashed;
	font-weight: bold;
	font-size: 30px;
}

.aboutsec_hd span.icon-stamp {
	display: block;
	width: 38px;
	height: 38px;
	background: url(../img/icon/stamp.svg) center / 100% 100%;
	flex: none;
}

.aboutsec_cnt {
}

.aboutsec_pic {
	overflow: hidden;
	border-radius: 20px;
}

.aboutsec_txt {
}

.aboutsec_txt_catch {
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 24px;
}

.aboutsec_txt_cnt {
}

.intro {
}

.sidebarcnt_cnt_inner {
}

.intro_catch {
	margin-bottom: 20px;
	color: #80b051;
	font-weight: bold;
	font-size: 30px;
}

.intro_txt {
}

.thoughts {
}

.thoughts_hd {
}

.thoughts_cnt {
}

.thoughts_txt {
	margin-bottom: 50px;
}

.thoughts_txt_catch {
}

.thoughts_txt_cnt {
}

.thoughts_pic {
	margin-bottom: 50px;
}

.thoughts_detail {
	margin-bottom: 50px;
}

.thoughts_detail_hd {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 300px;
	height: 64px;
	margin-bottom: 35px;
	border-radius: 9999px;
	background: #80b051;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
}

.thoughts_detail_hd::before {
	content: "";
	display: block;
	position: absolute;
	top: 93%;
	left: 48px;
	border-top: 22px solid #80b051;
	border-left: 23px solid transparent;
}

.thoughts_detail_cnt {
	padding: 0 10px;
}

.thoughts_detail_list {
	margin-bottom: 18px;
	color: #80b051;
	font-weight: bold;
}

.thoughts_detail_txt {
	font-weight: bold;
	font-size: 20px;
}

.thoughts_about {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 50px;
	border-radius: 20px;
	background: #f4f1e4;
}

.thoughts_about_pic {
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 20px;
}

.thoughts_about_txt {
}

.thoughts_about_txt_catch {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 24px;
}

.thoughts_about_txt_cnt {
}

.director {
}

.director_hd {
}

.director_detail {
}

.director_detail_top {
	display: flex;
	align-items: end;
	gap: 43px;
	margin-bottom: 25px;
}

.director_detail_top_pic {
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 20px;
}

.director_detail_top_director {
	width: -webkit-fill-available;
}

.director_detail_top_director_intro {
}

.director_detail_top_director_intro_name {
	margin-bottom: 26px;
}

.director_detail_top_director_intro_name p {
	font-weight: bold;
	font-size: 24px;
}

.director_detail_top_director_intro_name p span {
	display: inline-block;
	padding-left: 9px;
	color: #80b051;
	font-weight: 600;
	font-size: 16px;
}

.director_detail_top_director_box {
	display: flex;
	align-items: baseline;
	gap: 24px;
	width: -webkit-fill-available;
	margin-top: 20px;
	padding: 28px 38px 30px;
	border-radius: 20px;
	background: #ffffff;
}

.director_detail_top_director_box_hd {
	flex-shrink: 0;
	color: #80b051;
	font-weight: bold;
	font-size: 20px;
}

.director_detail_top_director_box_cnt {
}

.director_detail_top_director_box_cnt a {
	color: #e88f00;
}

.director_detail_top_director_box_cnt a span {
	text-decoration: underline;
}

.director_detail_top_director_box_cnt a img {
	display: inline-block;
}

.director_detail_btm {
}

.first {
}

.first_hd {
}

.icon {
}

.first_cnt {
}

.first_before {
	position: relative;
	margin-bottom: 50px;
	padding: 40px;
	border-radius: 20px;
	background: #f4f1e4;
}

.first_before::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 30px;
	width: 172px;
	height: 172px;
	background: url(../img/about/first-before-item@2x.png) center / 100% 100%;
	transform: translateY(-50%);
}

.first_before_hd {
	margin-bottom: 18px;
	color: #80b051;
	font-weight: bold;
	font-size: 24px;
}

.first_before_cnt {
}

.first_before_list {
	display: flex;
	flex-shrink: 0;
	align-items: baseline;
	gap: 4px;
	margin-bottom: 34px;
}

.first_before_list:last-child {
	margin-bottom: 0;
}

.first_before_list span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: #80b051;
	color: #ffffff;
	font-weight: 600;
	font-size: 20px;
	aspect-ratio: 1;
}

.first_txt {
}

.first_txt_catch {
}

.first_txt_cnt {
}

.first_subject_img {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
	width: 580px;
	margin-top: 40px;
	margin-bottom: 45px;
}

.first_subject_img figure {
	position: relative;
	padding-top: 120px;
}

.first_subject_img img {
	opacity: 1;
	position: absolute;
	right: 50%;
	bottom: 50px;
	width: 105px;
	height: auto;
	transform: translateX(50%);
}

.first_subject_img figcaption {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 45px;
	border-radius: 5px;
	background: #ede9d8;
	font-weight: bold;
	font-size: 16px;
}

.first_bnr {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.first_bnr a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 150px;
	border: #b1b1b1 1px solid ;
	background: #ffffff;
}

.first_flow {
}

.first_flow_hd {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
}

.first_flow_wrap {
	padding: 55px 50px;
	border-radius: 20px;
	background: #f4f1e4;
}

.first_flow_cnt {
	margin-bottom: 40px;
}

.first_flow_cnt:last-child {
	margin-bottom: 0;
}

.first_flow_ttl {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
}

.first_flow_ttl span {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: #80b051;
	color: #ffffff;
	font-weight: 600;
	font-size: 20px;
	aspect-ratio: 1;
}

.first_flow_txt {
}

.first_flow_detail {
	margin-top: 23px;
	padding: 25px 30px 30px;
	border-radius: 10px;
	background: #ffffff;
}

.first_flow_detail_hd {
	margin-bottom: 12px;
	color: #80b051;
	font-weight: bold;
}

.first_flow_detail_cnt {
}

.patients {
}

.patients_hd {
}

.patients_cnt {
}

.patients_txt {
	margin-bottom: 30px;
}

.patients_txt_cnt {
}

.patients_info {
	display: flex;
	align-items: center;
	gap: 35px;
	padding: 40px 50px;
	border-radius: 20px;
	background: #ffffff;
}

.patients_info_hd {
	flex-shrink: 0;
}

.patients_info_hd_ttl {
	color: #80b051;
	font-weight: bold;
	font-size: 20px;
}

.patients_info_hd_tel {
}

.patients_info_hd_tel a {
	display: flex;
	align-items: center;
	gap: 11px;
	color: #80b051;
	font-weight: 600;
	font-size: 43px;
}

.patients_info_hd_tel a .icon-tel {
	font-size: 38px;
}

.patients_info_hd_open {
}

.patients_info_hd_txt {
}

.house {
}

.sidebarcnt_cnt_inner {
}

.house_hd {
}

.house_cnt {
}

.house_txt {
}

.house_txt_cnt {
}

.fn {
}

.fn_hd {
}

.fn_cnt {
}

.fn_intro {
	margin-bottom: 11px;
	font-weight: bold;
	font-size: 20px;
}

.fn_intro span {
	color: #80b051;
	font-size: 30px;
}

.fn_txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.fn_txt_cnt {
	max-width: 570px;
}

.fn_txt_img {
	flex-shrink: 0;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.aboutsec {
		padding: 40px 0;
	}

	.aboutsec_hd {
		margin-bottom: 15px;
		padding-bottom: 8px;
		font-size: 22px;
		line-height: 1.2;
	}

	.aboutsec_hd span.icon-stamp {
		width: 30px;
		height: 30px;
	}

	.aboutsec_cnt {
	}

	.aboutsec_pic {
	}

	.aboutsec_txt {
	}

	.aboutsec_txt_catch {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.aboutsec_txt_cnt {
	}

	.intro {
	}

	.sidebarcnt_cnt_inner {
	}

	.intro_catch {
		margin-bottom: 10px;
		font-size: 24px;
	}

	.intro_txt {
	}

	.thoughts {
	}

	.thoughts_hd {
	}

	.thoughts_cnt {
	}

	.thoughts_txt {
		margin-bottom: 20px;
	}

	.thoughts_txt_catch {
	}

	.thoughts_txt_cnt {
	}

	.thoughts_pic {
		margin-bottom: 20px;
	}

	.thoughts_detail {
		margin-bottom: 20px;
	}

	.thoughts_detail_hd {
		width: 256px;
		height: 51px;
		margin-bottom: 15px;
		font-size: 18px;
	}

	.thoughts_detail_hd::before {
		top: 83%;
	}

	.thoughts_detail_cnt {
	}

	.thoughts_detail_list {
		margin-bottom: 10px;
	}

	.thoughts_detail_txt {
		font-size: 18px;
	}

	.thoughts_about {
		flex-flow: column;
		gap: 20px;
		padding: 35px 20px;
		border-radius: 15px;
	}

	.thoughts_about_pic {
	}

	.thoughts_about_txt {
	}

	.thoughts_about_txt_catch {
		margin-bottom: 8px;
		font-size: 20px;
	}

	.thoughts_about_txt_cnt {
	}

	.director {
	}

	.director_hd {
	}

	.director_detail {
	}

	.director_detail_top {
		flex-flow: column;
		align-items: center;
		gap: 20px;
	}

	.director_detail_top_pic {
	}

	.director_detail_top_director {
	}

	.director_detail_top_director_intro {
	}

	.director_detail_top_director_intro_name {
		margin-bottom: 15px;
	}

	.director_detail_top_director_intro_name p {
		font-size: 20px;
	}

	.director_detail_top_director_intro_name p span {
	}

	.director_detail_top_director_box {
		flex-flow: column;
		gap: 10px;
		padding: 30px 15px 35px;
	}

	.director_detail_top_director_box_hd {
	}

	.director_detail_top_director_box_cnt {
	}

	.director_detail_top_director_box_cnt a {
	}

	.director_detail_top_director_box_cnt a span {
	}

	.director_detail_top_director_box_cnt a img {
	}

	.director_detail_btm {
	}

	.first {
	}

	.first_hd {
	}

	.icon {
	}

	.first_cnt {
	}

	.first_before {
		margin-top: 60px;
		margin-bottom: 20px;
		padding: 50px 20px 30px;
	}

	.first_before::before {
		width: 90px;
		height: 90px;
	}

	.first_before_hd {
		font-size: 20px;
	}

	.first_before_cnt {
	}

	.first_before_list {
	}

	.first_before_list:last-child {
	}

	.first_before_list span {
		width: 20px;
		height: 20px;
		font-size: 16px;
	}

	.first_txt {
	}

	.first_txt_catch {
		margin-bottom: 3px;
		font-size: 17px;
	}

	.first_txt_cnt {
	}

	.first_subject_img {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.first_subject_img figure {
		padding-top: 57px;
	}

	.first_subject_img img {
		bottom: 26%;
		width: 57px;
	}

	.first_subject_img figcaption {
		height: 25px;
		font-size: 12px;
	}

	.first_bnr {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.first_bnr a {
		height: 120px;
	}

	.first_flow {
	}

	.first_flow_hd {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.first_flow_wrap {
		padding: 35px 20px;
		border-radius: 15px;
	}

	.first_flow_cnt {
		margin-bottom: 25px;
	}

	.first_flow_cnt:last-child {
	}

	.first_flow_ttl {
		margin-bottom: 5px;
		font-size: 18px;
	}

	.first_flow_ttl span {
		width: 20px;
		height: 20px;
		font-size: 16px;
	}

	.first_flow_txt {
	}

	.first_flow_detail {
		margin-top: 15px;
		padding: 23px 15px 30px;
	}

	.first_flow_detail_hd {
	}

	.first_flow_detail_cnt {
	}

	.patients {
	}

	.patients_hd {
	}

	.patients_cnt {
	}

	.patients_txt {
	}

	.patients_txt_cnt {
	}

	.patients_info {
		flex-flow: column;
		gap: 25px;
		padding: 35px 20px;
		border-radius: 15px;
	}

	.patients_info_hd {
	}

	.patients_info_hd_ttl {
	}

	.patients_info_hd_tel {
	}

	.patients_info_hd_tel a {
		font-size: 34px;
	}

	.patients_info_hd_tel a .icon-tel {
		font-size: 25px;
	}

	.patients_info_hd_open {
	}

	.patients_info_hd_txt {
	}

	.house {
	}

	.sidebarcnt_cnt_inner {
	}

	.house_hd {
	}

	.house_cnt {
	}

	.house_txt {
	}

	.house_txt_cnt {
	}

	.fn {
	}

	.fn_hd {
	}

	.fn_cnt {
	}

	.fn_intro {
	}

	.fn_intro span {
		font-size: 24px;
	}

	.fn_txt {
		flex-flow: column;
	}

	.fn_txt_cnt {
	}

	.fn_txt_img {
	}
}
