/*  TOP ヘッダー お知らせ等INFO 
====================================== */

.kv-info {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100svw;
}

.kv-info__box {
	display: flex;
}

.kv-info-left {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: space-between;
}

.kv-info-visitor__link {
	display: inline-block;
	width: fit-content;
	aspect-ratio: 1/1;
	padding: 2rem;
	margin: 3rem;
	margin-top: 0;
	font-family: var(--font-family-title);
	font-size: var(--font-size-base);
	color: var(--color-white);
	text-align: center;
	text-decoration: none;
	background-color: #00d0c8;
	border-radius: 50%;
	transition: all 0.3s;
}

@media screen and (width <=768px) {
	.kv-info-visitor__link {
		display: none;
	}
}

.kv-info-visitor__icon {
	display: inline-block;
	width: 1.8rem;
}

@media (hover: hover) {
	.topicon-up:hover img {
		animation: topicon-up 0.6s;
	}
}

@keyframes topicon-up {
	0%,
	100% {
		transform: none;
	}

	30% {
		transform: translateY(-40%);
	}
}

.kv-info-visitor__text {
	margin-top: 0.6rem;
	margin-bottom: 0;
}

.kv-info-right {
	flex: 0 1 auto;
	min-width: 2vw;
}

@media screen and (width <=768px) {
	.kv-info-right {
		display: none;
	}
}

.kv-info-right__inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.kv-info-right__bottom {
	height: 4.4rem;
	background-color: var(--color-white);
}

.kv-info-right__bottom__inner {
	background-color: var(--color-lightest-green);
	border-bottom-left-radius: 60px;
}

/* KV 診療時間のtable */

.kv-info-middle {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	justify-content: flex-end;
}

@media screen and (width <=768px) {
	.kv-info-middle {
		display: none;
	}
}

.kv-info-middle__inner {
	padding: 1.75rem 2rem 0;
	background-color: var(--color-white);
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	margin-right: 2vw;
}

.kv-info-middle .hours-table {
	margin-bottom: 0;
	text-align: center;
	border-collapse: collapse;
	border-bottom: 1px solid #999;
}

.kv-info-middle .hours-table .table-1 {
	border-bottom: 1px solid #999;
}

.kv-info-middle .hours-table th {
	font-weight: normal;
}

.kv-info-middle .hours-table .table-1 th {
	width: 10%;
}

.kv-info-middle .hours-table .table-1 th:first-child {
	min-width: 7rem;
}

.kv-info-middle .hours-table .table-1 th:last-child {
	width: 14%;
}

.kv-info-middle .hours-table .table-2 th,
.kv-info-middle .hours-table .table-3 th {
	font-size: var(--font-size-hanako);
}

.kv-info-middle .hours-table .table-2 td,
.kv-info-middle .hours-table .table-3 td {
	font-weight: bold;
}

.kv-info-middle tr:nth-of-type(1) th,
.kv-info-middle tr:nth-of-type(1) td {
	padding-bottom: 0.5em;
}

.kv-info-middle tr:nth-of-type(2) th,
.kv-info-middle tr:nth-of-type(2) td {
	padding: 13px 0 0;
}

.kv-info-middle tr:nth-of-type(3) th,
.kv-info-middle tr:nth-of-type(3) td {
	padding: 0.3em 0 0.6em;
}

.kv-info-middle .hours-table .medi-open {
	color: #b7d950;
}

/* 連絡、Link */

.kv-info-middle__contact {
	align-items: center;
}

.kv-info-middle__contact a {
	display: flex;
	gap: 0.3em;
	justify-content: center;
	margin-top: 0.8rem;
	font-family: var(--font-family-title);
	font-size: var(--font-size-xlarge);
	font-weight: 500;
	color: var(--color-brown);
	text-decoration: none;
}

.kv-info-middle__contact-tel {
	margin: 0;
}

.kv-info-middle__contact-image {
	width: 1rem;
	margin-top: 4px;
}

.kv-info-middle__contact-address {
	margin: 0;
	margin-top: 0.2em;
	font-size: var(--font-size-sbase);
	text-align: center;
	letter-spacing: 0.01em;
}

.kv-info-middle__link {
	display: flex;
	gap: 1.6rem;
	align-items: center;
	justify-content: space-around;
	margin-top: 1.2em;
	margin-bottom: 1rem;
}

.kv-info-middle__link-a {
	display: flex;
	flex: 0 0 50%;
	gap: 0.6rem;
	align-items: center;
	justify-content: center;
	padding: 0.4rem 2.4rem;
	font-family: var(--font-family-title);
	color: var(--color-white);
	text-decoration: none;
	background-color: var(--color-light-green);
	border-radius: 6px;
}

.kv-info-middle__link-a:nth-of-type(2) {
	background-color: var(--color-main-green);
}

.kv-info-middle__link-image {
	height: 1.1rem;
}

.kv-info-middle__link-image img {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.kv-info-middle__link-text {
	margin: 0;
}

/*	TOP ニュース
====================================== */

#s-top-news {
	max-width: 940px;
	padding: 60px 0 50px;
	margin: 70px auto 10px;
	border: 1px solid #666;
	border-radius: 50px;
}

#s-top-news .top-news {
	display: flex;
	justify-content: space-between;
}

#s-top-news h2 {
	min-width: 150px;
	margin: 0 0 0 40px;
	font-size: 21px;
	font-weight: 600;
	color: var(--color-brown);
	text-align: center;
}

#s-top-news .news-content {
	width: 60%;
}

#s-top-news .news-item {
	display: flex;
	align-items: flex-end;
	margin-bottom: 20px;
	text-decoration: none;
}

#s-top-news .news-item:hover {
	transition: all 0.5s;
	transform: translateX(0.5em);
}

#s-top-news .news-item time {
	margin-right: 35px;
	color: var(--color-brown);
}

#s-top-news .news-item .news-title {
	font-family: var(--font-family-title);
	font-size: 18px;
	color: #633;
}

#s-top-news .news-archive-btn {
	position: relative;
	bottom: -20px;
	display: flex;
}

#s-top-news .news-archive-btn a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: auto 30px 0;
	color: var(--color-black);
	text-decoration: none;
}

#s-top-news .news-archive-btn a:hover {
	color: var(--color-light-green);
	transition: all 0.5s;
	transform: translateX(0.5em);
}

#s-top-news .news-archive-btn p {
	margin: 0;
}

#s-top-news .news-archive-btn img {
	width: 30%;
	height: auto;
	margin-left: 10px;
}

@media screen and (width <=768px) {
	#s-top-news {
		padding: 30px 0;
		margin: 35px 20px 50px;
	}

	#s-top-news .top-news {
		display: block;
		padding: 0 20px;
	}

	#s-top-news h2 {
		margin: 0 0 20px;
		font-size: 1.5em;
	}

	#s-top-news .news-content {
		width: 100%;
	}

	#s-top-news .news-item {
		display: block;
	}

	#s-top-news .news-item .news-time {
		font-size: 0.9em;
	}

	#s-top-news .news-archive-btn {
		bottom: 0;
	}

	#s-top-news .news-archive-btn a {
		margin: 0 18px 0 auto;
	}

	#s-top-news .news-archive-btn img {
		width: 40px;
	}
}

/*	TOP　section 当院の理念
====================================== */

#s-philosophy {
	max-width: 1200px;
	margin: 80px auto 160px;
}

#s-philosophy .s-oakda-can__head h2 {
	font-size: 34px;
	font-weight: 500;
	color: var(--color-light-green);
	letter-spacing: 0.15em;
}

#s-philosophy .s-oakda-can__head h2.top-anim,
#s-oakda-can .s-oakda-can__head h3.top-anim {
	opacity: 0;
	transition: all 0.3s 0s ease-out;
	transform: translateY(30px);
}

#s-philosophy .s-oakda-can__head h3.top-anim {
	opacity: 0;
	transition: all 0.3s 0.3s ease-out;
	transform: translateY(30px);
}

#s-philosophy .s-oakda-can__head h2.top-anim.active,
#s-philosophy .s-oakda-can__head h3.top-anim.active,
#s-oakda-can .s-oakda-can__head h3.top-anim.active {
	opacity: 1;
	transform: translateY(0);
}

#s-philosophy .philosophy-content {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
	gap: 60px 25px;
	margin: 6em 1em;
}

#s-philosophy .philosophy-item {
	position: relative;
	padding: 1.6em 0 1.4em;
	font-family: var(--font-family-title);
	font-size: 25px;
	color: var(--color-brown);
	background-color: rgb(247 244 230);
	border-radius: 20px;
}

#s-philosophy .philosophy-num {
	position: absolute;
	top: -1%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	color: var(--color-light-green);
	background-color: #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

#s-philosophy .philosophy-p {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#s-philosophy .philosophy-item p {
	margin: 0;
}

#s-philosophy .philosophy-item .green {
	transition: color 0.5s cubic-bezier(1, 1, 1, 1);
}

#s-philosophy .philosophy-item .green.active {
	color: var(--color-light-green);
}

/***************************************
   ごあいさつセクション 
====================================== */

#s-greetings-top {
	position: relative;
	margin-bottom: 3em;
}

.s-greetings-top__head {
	text-align: center;
}

#s-greetings-top .top-h {
	top: -114px;
}

#s-greetings-top h3 {
	font-size: 32px;
	font-weight: 300;
	line-height: 3.4rem;
	color: var(--color-light-green);
}

#s-greetings-top .g-bg {
	display: flex;
	background-color: rgb(247 244 230 / 100%);
}

#s-greetings-top .dr-img {
	width: 51%;
	height: auto;
	padding-top: 42%;
	background: linear-gradient(
			90deg,
			rgb(255 255 255 / 0%) 82%,
			rgb(247 244 230 / 100%) 95%
		),
		url("../images/top/greeting-dr20240205.jpg");
	background-repeat: no-repeat;
	background-position: 70% 50%;
	background-size: cover;
}

#s-greetings-top .g-content {
	max-width: 630px;
	padding-right: 20px;
	margin: max(10%, 50px) 0 1%;
	line-height: 1.8rem;
}

#s-greetings-top .greetings-name {
	text-align: right;
}

#s-greetings-top .greetings-name p {
	display: inline-block;
	font-size: 0.9em;
	vertical-align: middle;
}

#s-greetings-top .greetings-name p:last-child {
	margin-left: 24px;
	font-family: var(--font-family-title);
	font-size: 2rem;
	font-weight: 300;
	color: var(--color-brown);
}

@media screen and (width <=1200px) {
	#s-greetings-top .g-content {
		max-width: 450px;
		margin: 93px 0 0;
	}

	#s-greetings-top .g-content br.u-sp-only {
		display: block;
	}
}

.g-bg .u-pc-only {
	display: block;
}

.g-bg .u-sp-only {
	display: none;
}

@media screen and (width <=820px) {
	.g-bg .u-sp-only {
		display: block;
	}

	.g-bg .u-pc-only {
		display: none;
	}

	#s-greetings-top .g-bg {
		display: block;
		padding: 60px 0;
	}

	#s-greetings-top .g-content {
		max-width: 100%;
		padding: 0;
		margin: 0 30px;
	}

	#s-greetings-top h3 {
		margin: 11% 0 47px;
		text-align: center;
		word-break: auto-phrase;
	}

	#s-greetings-top .greetings-name p {
		display: block;
		margin: 0 0 5px;
	}

	#s-greetings-top .greetings-name p:last-child {
		margin: 0;
	}
}

@media screen and (width <=768px) {
	#s-philosophy {
		margin: 40px auto 155px;
	}

	#s-philosophy .s-oakda-can__head h2 {
		font-size: 21px;
	}

	#s-oakda-can {
		margin: 60px auto 0;
	}

	#s-oakda-can .s-oakda-can__head h3,
	#s-philosophy .s-oakda-can__head h3 {
		font-size: 18px;
	}

	#s-philosophy .philosophy-content {
		margin: 3em 5%;
		gap: 40px 25px;
	}
	#s-philosophy .philosophy-item {
		font-size: 18px;
	}

	#s-greetings-top h3 {
		margin: 0 0 34px;
		font-size: 21px;
		line-height: 2rem;
	}
}

/* アニメーション */
.dr-img.top-anim {
	filter: blur(3px);
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.23, 1, 1, 1),
		filter 1s cubic-bezier(0.23, 1, 1, 1),
		transform 1s cubic-bezier(0.23, 1, 1, 1);
	transform: translateY(50px);
}

.dr-img.top-anim.active {
	filter: blur(0);
	opacity: 1;
	transform: translateY(0);
}

.g-bg .top-anim {
	pointer-events: none;
	filter: blur(3px);
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1),
		filter 1s cubic-bezier(0.33, 1, 0.68, 1),
		transform 1s cubic-bezier(0.33, 1, 0.68, 1);
	transform: scale(0.94);
}

.g-bg .top-anim.active {
	pointer-events: auto;
	filter: blur(0);
	opacity: 1;
	transform: translate(0) scale(1) rotate(0) !important;
}

/* ----------------------------- */
/* 当院の特長 */
/* ----------------------------- */

.s-feature__box {
	max-width: 1350px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding-top: 140px;
}

.s-feature__item {
	width: 40%;
	max-width: 555px;
	height: 320px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

@media (hover: hover) {
	.s-feature__item:hover .s-feature__item--bg {
		transition: 0.5s;
		transform: scale(1.3, 1.3);
		filter: blur(2px);
	}
}

.s-feature__item--bg {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 100% 22%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 19%;
	transition: 0.5s all;
}

.s-feature__item.item-01 .s-feature__item--bg {
	background-image: url(../images/top/feature-01.jpg);
}
.s-feature__item.item-02 .s-feature__item--bg {
	background-image: url(../images/top/feature-02.jpg);
}
.s-feature__item.item-03 .s-feature__item--bg {
	background-image: url(../images/top/feature-03.jpg);
}
.s-feature__item.item-04 .s-feature__item--bg {
	background-image: url(../images/top/feature-04.jpg);
}

.s-feature__item__under {
	background-color: rgb(255 255 255 / 90%);
	position: absolute;
	bottom: 0;
	height: 34%;
	max-height: 96px;
	min-height: 81px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 18px;
	padding: 0 5px;
}

.s-feature__item__num {
	height: 53%;
	width: auto;
}

.s-feature__item--title {
	font-size: var(--font-size-middle);
	font-weight: 400;
	color: var(--color-brown);
	text-align: center;
	word-break: auto-phrase;
}

@media screen and (width <=824px) {
	.s-feature {
		margin: 0 5%;
	}
	.s-feature__box {
		padding-top: 100px;
		flex-direction: column;
	}

	.s-feature__item {
		width: 100%;
		height: 30vw;
		min-height: 230px;
	}

	.s-feature__item.item-01 .s-feature__item--bg {
		background-position: 100% 26%;
	}
	.s-feature__item__under {
		column-gap: 10px;
	}

	.s-feature__item--title {
		width: 72%;
	}
}

/* ----------------------------- */
/* 施設の紹介 */
/* ----------------------------- */

#s-facility {
	position: relative;
	max-width: 1500px;
	margin: 0 auto 11rem;
}

.s-facility__content {
	max-width: 900px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 20px;
	margin: 60px auto 0;
	padding: 236px 0 0;
}

.s-facility__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 7px;
}

.s-facility__item__btn {
	width: 90%;
	max-width: 230px;
	height: auto;
	max-height: 230px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	border: 7px solid rgb(0, 0, 0, 0);
	background: none;
	border-radius: 50%;
	transition: 0.3s;
}

.s-facility__item--img {
	box-sizing: border-box;
	aspect-ratio: 1 / 1;
	transition: 0.5s all;
	object-fit: cover;
}

@media (hover: hover) {
	.s-facility__item__btn:hover {
		border-color: #638400;
	}

	.s-facility__item--img:hover {
		transition: 0.5s;
		transform: scale(1.3, 1.3);
	}
}

.s-facility__item--title {
	margin: 0 auto;
}

@media screen and (width <= 768px) {
	#s-facility {
		margin: 20px auto 7rem;
	}

	.s-facility__content {
		padding-top: 122px;
	}
	.s-facility__item__btn {
		width: 100%;
	}
	.s-facility__item--title {
		font-size: 15px;
	}
}

/******************************
	モーダルの中身
*******************************/

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}

.modal__container {
	background-color: #fff;
	padding: 40px 30px;
	width: 100%;
	max-width: 1200px;
	max-height: 100%;
	border-radius: 4px;
	overflow-y: auto;
	box-sizing: border-box;
}

.modal__close {
	background: transparent;
	border: 0;
	position: absolute;
	top: 7px;
	right: 8px;
}

.modal__close:focus {
	outline: none;
}

.modal__close:before {
	content: "\2715";
	font-size: 23px;
	font-weight: 800;
}

.modal__content {
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);

	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
}

.modal__content--img {
	width: 55%;
	height: auto;
	border-radius: 50px;
}

.modal__content__item {
	margin: auto 15px;
}

.modal__content--title {
	font-size: 32px;
	color: var(--color-light-green);
}

.modal__content--title span {
	display: block;
	font-size: 0.5em;
	line-height: 1.4em;
}

@media screen and (width <= 768px) {
	.modal__container {
		padding: 50px 10px 10px;
		width: 96%;
		max-height: 95%;
	}

	.modal__content {
		flex-wrap: wrap;
		justify-content: center;
		height: fit-content;
	}
	.modal__content--img {
		width: 90%;
	}

	.modal__content__item {
		max-width: 100%;
	}

	.modal__content--title {
		margin: 0 0 10px;
		text-align: center;
	}
}

/******************************
	Animation
*******************************/
@keyframes mmfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes mmfadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes mmslideIn {
	from {
		transform: translateY(15%);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes mmslideOut {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-10%);
	}
}

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

/**************************************
TOP　section できること
***************************************/

#s-oakda-can {
	max-width: 1300px;
	margin: 120px auto 0;
}

#s-oakda-can .s-oakda-can__head,
#s-philosophy .s-oakda-can__head {
	text-align: center;
}

#s-oakda-can .s-oakda-can__head h3,
#s-philosophy .s-oakda-can__head h3 {
	display: block;
	max-width: 480px;
	padding: 10px 0;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 500;
	color: var(--color-brown);
	letter-spacing: 0.15em;
	border-top: 1px solid var(--color-brown);
	border-bottom: 1px solid var(--color-brown);
}

#s-oakda-can .can-img.u-pc-only {
	margin: 80px auto 0;
}

#s-oakda-can .can-img.u-pc-only img {
	width: 100%;
	padding: 0 20px;
}

#s-oakda-can .can-img {
	position: relative;
}

#s-oakda-can .can-img ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#s-oakda-can .can-img ul li:first-child {
	position: relative;
}

#s-oakda-can .can-img ul li {
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
}

.can-fadeUp {
	opacity: 0;
	animation-name: fadeUpAnime;
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
	0% {
		opacity: 0;
		transform: translateY(100px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

#s-oakda-can .can-img.u-sp-only {
	margin: 45px 25px 80px;
}

#s-oakda-can .can-img.u-sp-only img {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}

/*	TOP section 症状別で探す
====================================== */

#s-search {
	position: relative;
	padding: 0;
	background-color: #f9f7f4;
}

#s-search .top-h {
	top: -112px;
}

#search-head::before {
	display: block;
	height: 7rem;
	margin-top: -7rem;
	content: "";
}

#s-search .search-wrapper {
	max-width: 1210px;
	padding: 175px 0 105px;
	margin: 190px auto 0;
}

#s-search .search-wrapper .parts {
	color: var(--color-light-green);
}

#s-search h3 {
	font-size: 26px;
	font-weight: normal;
	color: var(--color-brown);
	text-align: center;
}

#s-search h4 {
	color: var(--color-brown);
}

#s-search .symptoms-content,
#s-search .symptoms-main,
#s-search .symptoms-alpha {
	border: 7px solid #fff0;
	transition: 0.5s;
}

@media (hover: hover) {
	#s-search .symptoms-main:hover,
	#s-search .symptoms-content:hover,
	#s-search .symptoms-alpha:hover {
		border-color: var(--color-light-green);
		transition: 1s;
	}
}

/* 足の症状 */

#s-search .symptoms-main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	min-height: 240px;
	padding: 40px 0;
	margin: 50px 0 45px;
	color: var(--color-black);
	text-decoration: none;
	background-color: #fff;
	border-radius: 43px;
}

#s-search .symptoms-main h4 {
	margin: 0 20px;
	font-size: 40px;
}

#s-search .symptoms-main img {
	width: 30%;
	max-width: 230px;
	height: auto;
}

#s-search .symptoms-main p {
	max-width: 400px;
	margin: 0 20px;
}

/* それ以外の症状一覧 */

#s-search .symptoms-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 15px;
}

#s-search .symptoms-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	width: 270px;
	height: auto;
	aspect-ratio: 1/1;
	margin: 0 10px 45px;
	color: var(--color-black);
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border-radius: 43px;
}

#s-search .symptoms-content h4 {
	margin: 0;
	font-size: 26px;
	line-height: 1.2em;
}

#s-search .symptoms-content img {
	height: 30%;
	margin: 0 auto;
}

#s-search .symptoms-content p {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1rem;
}

/* +α */

#s-search .symptoms-alpha {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	min-height: 240px;
	padding: 30px 0;
	color: var(--color-black);
	text-decoration: none;
	background-color: #fff;
	border-radius: 43px;
}

#s-search .symptoms-alpha h4 {
	margin: 10px 0 0;
	font-size: 40px;
}

#s-search .symptoms-alpha img {
	max-width: 280px;
}

@media screen and (width <=1024px) {
	#s-search .symptoms-main p {
		max-width: 100%;
	}
}

@media screen and (width <=850px) {
	#s-search .symptoms-box {
		justify-content: space-around;
	}
}

@media screen and (width <=768px) {
	#s-search .search-wrapper {
		padding: 30px 0px 50px;
		margin: 0 20px;
	}

	/* #s-search .top-h{
		top: -112px;
	} */

	#s-search .symptoms-box {
		justify-content: space-between;
	}

	#s-search .symptoms-main,
	#s-search .symptoms-alpha {
		border-radius: 30px;
		margin: 25px 0;
		row-gap: 9px;
	}

	#s-search .symptoms-content {
		flex-direction: column;
		justify-content: center;
		margin: 0 0 15px;
		border-radius: 20px;
		aspect-ratio: 1.2 / 1;
		width: 46%;
		max-width: 233px;
	}

	#s-search .symptoms-content h4 {
		font-size: 18px;
	}

	#s-search .symptoms-content img {
		margin: 4% auto;
		height: 46%;
	}

	#s-search .symptoms-main h4,
	#s-search .symptoms-alpha h4 {
		font-size: 31px;
		text-align: center;
	}

	#s-search .symptoms-alpha img {
		max-width: 200px;
		margin: 0 auto;
	}
}
