@charset "utf-8";

:root {
	--vw: 1vw;

	--main-font-color: #2d0800;
	--main-color: #d76b6b;
	--main-color-middle: #e5bb9b;
	--main-color-light: #ffe9e9;
	--main-color-super-light: #ffecec;

	--default-letter-spacing: 0.05em;
	--default-transition: 0.5s;

	--max-width: 1200px;
	--inner-padding: 40px;
	--inner-width: calc(var(--max-width) + var(--inner-padding) * 2);
	--over-margin: min(calc((-1 * var(--vw) * 100 + var(--max-width)) / 2),
			calc(-1 * var(--inner-padding)));

	/* noto入れるの忘れない */
	--font-main: "Noto Sans JP", YakuHanJPs, "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ ProN W3", Hiragino Sans, "Osaka", "MS PGothic", -apple-system,
		BlinkMacSystemFont, arial, helvetica, sans-serif;
	--font-min: YakuHanMPs;
	--font-maru: YakuHanRPs;
	--font-Gveret: "Gveret Levin", cursive;
}

/*共通*/
.catch_copy,
.flow_arrow_box .tl,
.flow_arrow_box .tl_block .step p,
#under .catch,
.m_col_ttl,
.reason_line_text_ttl,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-min);
}


body {
	background: #faf7f1;
}


/*==========================================
header
==========================================*/
.top_page_wrap .m_header {
	background: none;
}

.js_header_move .m_header {
	background: var(--header-bg);
}

.header03 .nav_depth00_ttl{
		        font-weight:500;
	}

@media (max-width: 600px) {
	.m_header {
		height: 11.25vw;
	}

	.m_header .header_logo {
		width: 30vw;
	}
}


#under {
	padding-top: 90px;
}

@media (max-width: 1420px) {
	.header03 .nav_depth00_ttl{
		        padding: 10px;
	}
}
@media (max-width: 600px) {
	#under {
		padding-top: 9vw;
	}
	
	.side_nav dt{
		font-family:var(--font-Gveret);
	}
	
}

/*==========================================
media
==========================================*/
@media (max-width: 600px) {
	.pc_only {
		display: none !important;
	}
}

/*==========================================
cmn_btn
==========================================*/
.cmn_btn a,
a.btn.btn01{

	background: #2d0800;
	color: #fff;
	padding: 23px 45px 27px 35px;
}

.cmn_btn a,
a.btn.btn01{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--main-font-color);
	border-radius: 50px;

	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	flex: 1;
	transition: opacity 0.3s ease, transform 0.2s ease !important;
}

.top-hero__buttons .top-hero__btn:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

.cmn_btn a .btn-icon,
a.btn.btn01::before{
	content: '';
	position: absolute;
	right: 15px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.cmn_btn a .btn-icon::after,
a.btn.btn01::after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent var(--main-color);
	margin-left: 2px;
}

a.btn.btn01::after{
	    position: absolute;
    right: 20px;
	
}


/*==========================================
menu
==========================================*/

.hamburger {
	top: 0;
	bottom: auto;
}

/*==========================================
m_mv
==========================================*/

.m_mv {
	padding: 90px 50px 50px;
}

.m_mv .m_mv_inner {
	position: relative;
}

.m_mv .m_mv_txt {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	flex-wrap: wrap;
}

.m_mv .m_mv_txt P {
	font-weight: 500;
}

.m_mv .txt01 {
	display: block;
	font-size: 3.2rem;
}

.m_mv .txt02 {
	font-size: 3.2rem;
	background: #fff;
	display: inline-block;

	margin: 30px auto 50px;
	border-radius: 45px;
	padding: 0 70px 2px;
	color: var(--main-font-color);
}

.m_mv .txt03 {
	font-size: 2rem;
	letter-spacing: 0.17em;
}


@media (max-width: 600px) {
	.m_mv {
		padding: 13.25vw 5vw 0 5vw;
		background: #fff;
		
	}
	.m_mv_main{
		border-radius:16px;
		overflow:hidden;
	}
	

	.m_mv .m_mv_txt {
		align-items: flex-end;
		padding-bottom: 5vw;
	}

	.m_mv .txt01 {
		font-size: 4.1vw;
	}

	.m_mv .txt02 {
		font-size: 4.1vw;
		margin: 2.8vw auto 4.5vw;
		padding: 0 4.5vw 2px;
	}

	.m_mv .txt03 {
		font-size: 2.9vw;
		letter-spacing: 0.17em;
	}
}

/*==========================================
hero
==========================================*/

.top-hero {
	padding: 15px 0;
	background:
		url(../images/top/news_bg.png) left top 15px repeat-x, url(../images/top/news_bg.png) left bottom 15px repeat-x, #fff;
}

.top-hero .top-hero__inner {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 4em 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 60px;
}

/* --- Newsブロック --- */
.top-hero__news {
	flex: 1;
	min-width: 0;
}

.top-hero__news-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 20px;
}

.top-hero__news-title {
	font-size: 4rem;
	font-family: var(--font-Gveret);
	color: var(--main-font-color);
	line-height: 1;
	margin: 0;
}

.top-hero__news-more {
	display: inline-block;
	border: 1px solid var(--main-font-color);
	border-radius: 50px;
	padding: 5px 24px;
	font-size: 1.4rem;
	font-family: var(--font-Gveret);
	color: var(--main-font-color);
	text-decoration: none;
	line-height: 1.2;
	transition: all 0.3s ease;
}

.top-hero__news-more:hover {
	background-color: var(--main-font-color);
	color: #fff;
}

.top-hero__news-list {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 2px solid var(--main-font-color);
	border-bottom: 2px solid var(--main-font-color);
}


.m_newslist_item {
	border-bottom: 1px solid var(--main-font-color);
}

.m_newslist_item a {
	display: block;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.m_newslist_item:last-child {
	border-bottom: none;
}

.m_newslist_item_in {
	display: block;
	padding: 18px 0;
	color: var(--main-font-color);
	text-decoration: none;
	transition: opacity 0.3s ease;
	line-height: 1.6;
}

.m_newslist_item:hover {
	opacity: 0.7;
}

.m_newslist_item .date {
	display: block;
	font-size: 1.4rem;
	margin-bottom: 6px;
	letter-spacing: 0.05em;
}

.m_newslist_item em {
	font-size: 1.5rem;
	line-height: 1.6;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: inherit;
}

/* --- 病院情報・受付時間ブロック --- */
.top-hero__info {
	flex: 1;
	min-width: 0;
}

.top-hero__info-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin-bottom: 25px;
}

.top-hero__logo {
	width: 120px;
	flex-shrink: 0;
}

.top-hero__logo img {
	width: 100%;
	height: auto;
	display: block;
}

.top-hero__contact {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}

.top-hero__address {
	font-size: 1.4rem;
	color: var(--main-font-color);

	line-height: 1.4;
	margin: 0 0 20px;
	text-align: right;
}

.top-hero__tel {
	margin: 0;
}

.top-hero__tel-link {
	display: inline-block;
	border: 1px solid var(--main-font-color);
	border-radius: 50px;
	padding: 16px 35px;
	font-size: 2.2rem;
	color: var(--main-font-color);
	text-decoration: none !important;
	line-height: 1.2;
	transition: all 0.3s ease;

}

.top-hero__tel-link span {
	font-size: 1.8rem;
}

.top-hero__tel-link:hover {
	background-color: var(--main-font-color);
	color: #fff;
}

/* 受付時間テーブル */
.schedule_table {
	width: 100%;
	margin-bottom: 12px;
}

.schedule_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1.5px solid var(--main-color);
	border-radius: 12px;
	overflow: hidden;
	text-align: center;
}

.schedule_table th,
.schedule_table td {
	padding: 16px 16px;
	vertical-align: middle;
	white-space: nowrap;
}

.schedule_table th:last-child,
.schedule_table td:last-child {
	border-right: none;
}

.schedule_table tr:last-child th,
.schedule_table tr:last-child td {
	border-bottom: none;
}

.schedule_table thead th {
	background-color: var(--main-color);
	color: #fff;
}

.schedule_table thead th:first-child {
	text-align: left;
	padding-left: 1.5em;
}

.schedule_table tbody tr:first-child th,
.schedule_table tbody tr:first-child td {
	padding-bottom: 0;
}

.schedule_table tbody th {
	color: var(--main-font-color);
	background-color: #fff;
	text-align: left;
	padding-left: 1.5em;
}

.schedule_table tbody td {
	background-color: #fff;
}

/* テーブルステータス記号 */
.schedule_table-status {
	font-weight: bold;
}

.schedule_table-status--ok {
	color: var(--main-color);

}

.schedule_table-status--star {
	color: var(--main-color);
	font-weight: bold;
}

.schedule_table-status--none {
	color: var(--main-font-color);
	font-weight: bold;
}


@media screen and (max-width:600px) {

	.schedule_table th,
	.schedule_table td {
		padding: 2vw 1.2vw !important;

	}

	.schedule_table th:first-child,
	.schedule_table td:first-child {
		padding: 1.2vw 2.2vw !important;

	}

}

/* 注記 */
.top-hero__note {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 0 5px;
}

.top-hero__note-text {
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--main-font-color);
	margin: 0;
}

.top-hero__note-star {
	color: var(--main-color);
	margin-right: 3px;
}

/* ボタンエリア */
.top-hero__buttons {
	display: flex;
	gap: 20px;
	width: 100%;
}


/* --- レスポンシブ対応 (SPサイズ: 600px以下) --- */
@media screen and (max-width: 600px) {
	.top-hero .top-hero__inner {
		flex-direction: column;
		align-items: stretch;
		gap: 40px;
		padding: 2em 5vw;
	}

	.top-hero__news-header {
		margin-bottom: 1.5vw;
	}

	.top-hero__news-title {
		font-size: 3rem;
	}

	.top-hero__news-more {
		padding: 0.5vw 2vw;
		font-size: 1.4rem;
		margin-bottom:1vw;
	}

	.top-hero__news-link {
		padding: 1.4vw 0;
	}

	.top-hero__info-header {
		flex-direction: column;
		align-items: center;
		gap: 1.5vw;
		margin-bottom: 2vw;
	}

	.top-hero__contact {
		align-items: center;
	}

	.top-hero__address {
		text-align: center;
		font-size: 1.3rem;
	}

	.top-hero__tel-link {
		font-size: 1.8rem;
		padding: 6px 25px;
		margin-bottom:3vw;
	}

	.top-hero__table th,
	.top-hero__table td {
		padding: 8px 2px;
		font-size: 1.1rem;
	}

	.top-hero__note {
		flex-direction: column;
		align-items: center;
		gap: 5px;
		margin-bottom: 20px;
		text-align: center;
	}

	.top-hero__note-text {
		font-size: 1.2rem;
	}

	.top-hero__buttons {
		display:block;
		gap: 10px;
	}
	.top-hero__buttons a{
		width:100%;
		margin-bottom:5vw;
	}

}

/*==========================================
Message
==========================================*/

.top-message {
	background:
		url(../images/top/message_bg01.png) top 65px left calc(50% + 150px) no-repeat,
		url(../images/top/message_bg02.png) bottom 65px center no-repeat,
		url(../images/top/message_bg03.png) bottom 65px center repeat-x;
}

.top-message__inner {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 120px 0 220px;

}

.top-message__content {
	display: flex;
}

.top-message__body {
	max-width: 640px;
}

.top-message__sub-title {
	color: var(--main-color);
	font-size: 2.1rem;
	font-family: var(--font-Gveret);
}

.top-message__title {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 50px;
}

.top-message__paragraph {
	margin-bottom: 20px;
}

.top-message__buttons.cmn_btn {
	gap: 0 20px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.top-message__buttons a {
	width: 33.333%;
}


@media screen and (max-width:600px) {

	.top-message {
		padding: 2em 5vw;
		background:
			url(../images/top/message_bg01.png) top 6vw left 0 no-repeat;
		background-size: 100% auto;
	}

	.top-message__inner {
		padding: 0;
	}

	.top-message__title {
		margin-bottom: 5vw;
	}

	.top-message__paragraph {
		margin-bottom: 2vw;
	}

	.top-message__content {
		display: block;
	}

	.top-message__body {
		max-width: 100%;
	}

	.top-message__img {
		width: 100%;
		margin: 0 auto;
	}

	.top-message__buttons.cmn_btn {
		flex-direction: column;
		gap: 4vw;
		width: 100%;

	}

	.top-message__buttons a {
		width: 100%;
	}

}



/*==========================================
Trouble
==========================================*/

.top-trouble {
	background: url(../images/top/trouble_bg01.png) top left no-repeat,
		url(../images/top/trouble_bg02.png) bottom right no-repeat #e2ddd3;
}

.top-trouble__inner {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 100px 0 100px;
}

.top-trouble__title {
	max-width: 486px;
	margin: 0 auto 36px;
}

.top-trouble__list {
	width: 1110px;
	height: 696px;
	margin: 0 auto;
	background: url(../images/top/trouble_img01.png) top center no-repeat;
	background-size: cover;
	position: relative;
}

.top-trouble__item {
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	position: absolute;
}

.top-trouble__item:nth-child(1) {
	top: 105px;
	left: 60px;
}

.top-trouble__item:nth-child(2) {
	top: 65px;
	left: 356px;
}

.top-trouble__item:nth-child(3) {
	top: 105px;
	left: 610px;
}

.top-trouble__item:nth-child(4) {
	top: 50px;
	left: 870px;
}

.top-trouble__item:nth-child(5) {
	top: 270px;
	left: 210px;
}

.top-trouble__item:nth-child(6) {
	top: 290px;
	left: 850px;
}

.top-trouble__item:nth-child(7) {
	top: 470px;
	left: 40px;
}

.top-trouble__item:nth-child(8) {
	top: 510px;
	left: 930px;
}

@media screen and (max-width:600px) {
	.top-trouble {
		background: url(../images/top/trouble_bg01.png) top left no-repeat #e2ddd3;
		background-size: 40vw auto, 50vw auto;
	}

	.top-trouble__inner {
		padding: 2em 5vw 0;
	}

	.top-trouble__title {
		max-width: 58vw;
		margin: 0 auto 36px;
	}

	.top-trouble__list {
		width: 100%;
		height: auto;
		background: none;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		position: relative;
	}

	.top-trouble__item {
		width: 48%;
		font-size: 1.6rem;
		box-sizing: border-box;
		text-align: left;
		position: relative;
		left: 0 !important;
		top: 0 !important;
		background: #fff;
		margin-bottom: 5vw;
		padding: 2vw;
		border-radius: 10px;
		
		display:flex;
		justify-content:center;
		align-items:center;
		text-align:center;

		border-left: 5px solid #ffd9d9;
		border-right: 5px solid #ffd9d9;
	}
	
	.top-trouble__bg{
		width:80vw;
		margin:0 auto;
	}
}

/*==========================================
medical
==========================================*/

.top-medical {
	background: url(../images/top/medical_bg01.png) top right no-repeat;
}

.top-medical__inner {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 100px 0 100px;

}

@media screen and (max-width:600px) {
	.top-medical {
		background-size: 100vw auto;
		background-position:left 70vw top 10px;
	}

	.top-medical__inner {
		padding: 2em 5vw;
	}
}

.top-medical__title {
	font-size: 4rem;
	font-weight:500;
	text-align: center;
}

@media screen and (max-width:600px) {
	.top-medical__title {
		font-size: 3rem;
	}
	
}


.top-medical__subtitle {
	font-family: var(--font-Gveret);
	font-size: 2rem;
	text-align: center;
	color: var(--main-color);
	margin-bottom: 50px;
}

@media screen and (max-width:600px) {
	.top-medical__subtitle {
		font-size: 1.4rem;
		margin-bottom: 5vw;
	}
}

.top-medical__link {
	position: relative;
	opacity: 1 !important;
}


@media screen and (max-width:600px) {
	.top-medical__list {
		font-size: 1.4rem;
		margin-bottom: 5vw;
		gap: 5vw 2%;
		display: flex;
		justify-content: space-between;

	}

	.top-medical__item {
		width: 48%;
	}
}

.top-medical__overlay {
	width: 100%;
	height: 180px;
	border-radius: 16px;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	padding: 20px;
	background: rgba(215, 107, 107, 1);
	backdrop-filter: blur(10px);
	transition: opacity 0.3s ease, background 0.3s ease;
	display: flex;
	align-items: center;
}

.top-medical__overlay:hover {
	opacity: 1;
	background: rgba(215, 107, 107, 0.4);
	transition: opacity 0.3s ease, background 0.3s ease;
}

@media screen and (max-width:600px) {
	.top-medical__overlay {
		display: none;
	}
}

.top-medical__item-title {
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size:2rem;
	gap: 0 15px;
	padding: 14px 0 0;
	font-weight: 500;
}

.top-medical__item-icon {
	width: 20px;
	height: 20px;
	background-color: var(--main-color);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.top-medical__item-icon::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
	margin-left: 2px;
}

@media screen and (max-width:600px) {
	.top-medical__item-title {
		font-size:1.6rem;
		gap: 0 1.5vw;
	}
}

.top-owner__list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 30px;
	margin: 60px auto 80px;
}

.top-owner__list a {
	text-align: center;
	text-decoration: none;
	padding: 24px 40px 10px;
	position: relative;
}

.top-owner__link--dog,
.top-owner__link--cat {
	width: 420px;
	color: #fff;
	background: #2d0800;
	border-radius: 16px;
	height: 150px;
}

@media screen and (max-width:600px) {
	.top-owner__list {
		gap: 5vw;
		flex-wrap: wrap;
		margin: 0;
	}

	.top-owner__list a {
		padding: 2vw 4vw;
	}

	.top-owner__link--dog,
	.top-owner__link--cat {
		width: 100%;
		height: auto;
	}
}

.top-owner__title {
	display: block;
	font-size: 3.2rem;
	line-height: 1;
	margin-bottom: 4px;
}

.top-owner__subtitle {
	display: block;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.top-owner__en {
	display: block;
	font-family: var(--font-Gveret);
	font-size: 1.5rem;
	font-weight: 400;
	color: #fff;
	border-top: solid 1px #fff;
	padding-top: 4px;
	width: 100%;
}

@media screen and (max-width:600px) {
	.top-owner__title {
		font-size: 2rem;
	}

	.top-owner__subtitle {
		font-size: 1.4rem;
	}

	.top-owner__en {
		font-size: 1rem;
	}
}

.top-owner__item-icon {
	width: 20px;
	height: 20px;
	background-color: var(--main-color);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 20px;
	top: calc(50% - 10px);
}

.top-owner__item-icon::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
	margin-left: 2px;
}

.top-owner__link--flow {
	width: 280px;
	height: 150px;
	background: var(--main-color);
	color: #fff;
	font-size: 2.4rem;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0 !important;
	margin-left: auto;
}

.top-owner__link--flow .top-owner__title {
	font-size: 2.4rem;
	padding: 0;
}

.top-owner__link--flow .top-owner__item-icon {
	background-color: var(--main-font-color);
}

@media screen and (max-width:600px) {
	.top-owner__link--flow {
		width: 100%;
		height: auto;
		padding: 5vw 0 !important;
	}

	.top-owner__link--flow .top-owner__title {
		font-size: 2rem;
	}
}




/*==========================================
top-concept
==========================================*/

.top-concept {
	background: #fff;
}

.top-concept__inner {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 100px 0 300px;

}

.top-concept__title {
	max-width: 380px;
	margin: 0 auto 80px;
}

.top-concept .cmn_btn a{
	padding: 25px 30px 25px 25px;
}

@media screen and (max-width:600px) {

	.top-concept__inner {
		padding: 2em 5vw;

	}

	.top-concept__title {
		max-width: 51vw;
		margin: 0 auto 8vw;
	}
	
	.top-concept .cmn_btn a{
		padding: 25px;
	}
}

.top-concept__number {
	display: flex;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: var(--main-color);
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #fff;
	line-height:1;
	font-family: var(--font-Gveret);
	font-weight: 400;
	font-size: 4.2rem;
	margin-bottom: 20px;
	letter-spacing:0.1em;
}

.top-concept__number span {
	font-size: 1.6rem;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1.2;
    margin-bottom: -35px;
	letter-spacing:0;
}

@media screen and (max-width:600px) {


	.top-concept__number {
		width: 14vw;
		height: 14vw;
		font-size: 2rem;
		line-height: 1.8;
		margin-bottom: 0;
	}

	.top-concept__number span {
		font-size: 1rem;
		margin-bottom: -7vw;
	}
}

.top-concept__item-title {
	color: var(--main-color);
	font-size: 2.6rem;
	line-height: 1.6;
	font-weight: 500;
}

.top-concept__balloon {
	background: #faf7f1;
	border: solid 2px var(--main-font-color);
	border-radius: 40px;
	position: relative;
}

.top-concept__item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}

@media screen and (max-width:600px) {
	.top-concept__item {
		display: block;
	}

	.top-concept__meta {
		width: 100% !important;
		display: flex;
		align-items: center !important;
		gap: 3vw !important;
		justify-content: flex-start;
		margin-bottom: 5vw;
	}

	.top-concept__item-title {
		width: calc(100% - 18vw);
		font-size: 1.8rem;
		text-shadow:10px 10px 10px #fff;
	}

	.top-concept__balloon {
		width: 100% !important;
		border: solid 1px var(--main-font-color);
		border-radius: 20px;
		position: relative;
	}
}

/*=============================
item--01
================================*/

.top-concept__item--01 {
	margin-bottom: 80px;
}

.top-concept__item--01 .top-concept__meta {
	width: 200px;
}

.top-concept__item--01 .top-concept__media-dog {
	width: 230px;
	position: absolute;
	top: 120px;
	left: 150px;
}

.top-concept__item--01 .top-concept__balloon {
	width: 750px;
	margin-left: auto;
}

.top-concept__item--01 .top-concept__balloon_inner {
	padding: 30px 40px;
}

.top-concept__item--01 .top-concept__text {
	margin-bottom: 30px;
}

.top-concept__item--01 .top-concept__btn a {
	width: 230px;
}

.top-concept__item--01 .top-concept__photo {
	border-bottom-left-radius: 38px;
	border-bottom-right-radius: 38px;
	overflow: hidden;
}

.top-concept__item--01 .top-concept__balloon_img {
	width: 38px;
	position: absolute;
	z-index: 1;
	left: -38px;
	top: calc(50% - 19px);
}

@media screen and (max-width:600px) {

	.top-concept__item--01 {
		margin-bottom: 8vw;
	}

	.top-concept__item--01 .top-concept__media-dog {
		right: 0;
		top: 0;
		left: auto;
		z-index: 1;
		width: 20vw;
	}

	.top-concept__item--01 .top-concept__balloon {

		z-index: 2;
	}

	.top-concept__item--01 .top-concept__balloon_inner {
		padding: 4vw;
	}

	.top-concept__item--01 .top-concept__text {
		margin-bottom: 4vw;
	}


	.top-concept__item--01 .top-concept__btn a {
		width: 100%;
	}

	.top-concept__item--01 .top-concept__photo {
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		overflow: hidden;
	}

	.top-concept__item--01 .top-concept__balloon_img {
		display: none;
	}
}

/*=============================
item--02
================================*/

.top-concept__item--02 {
	margin-bottom: 80px;
}

.top-concept__item--02 .top-concept__meta {
	width: 260px;
	order: 3;
	margin: 50px 0 0 auto;
}

.top-concept__item--02 .top-concept__media-cat {
	width: 180px;
	position: absolute;
	top: 25px;
	left: 730px;
}

.top-concept__item--02 .top-concept__balloon {
	width: 690px;
	order: 1;
	display: flex;
	align-items: flex-start;
	align-items: center;
}

.top-concept__item--02 .top-concept__balloon_inner {
	padding: 20px;
	order: 2;
}




.top-concept__item--02 .top-concept__photo {
	min-width: 250px;
	height: 100%;
	order: 1;
	border-top-left-radius: 38px;
	border-bottom-left-radius: 38px;
	overflow: hidden;
}

.top-concept__item--02 .top-concept__balloon_img {
	width: 38px;
	position: absolute;
	z-index: 1;
	right: -38px;
	top: calc(50% - 19px);
}

@media screen and (max-width:600px) {

	.top-concept__item--02 {
		margin-bottom: 8vw;
	}

	.top-concept__item--02 .top-concept__meta {
		margin: 0 0 5vw;
	}

	.top-concept__item--02 .top-concept__media-cat {
		width: 18vw;
		top: 0;
		left: auto;
		right: 0;
	}

	.top-concept__item--02 .top-concept__balloon {
		display: block;
	}

	.top-concept__item--02 .top-concept__balloon_inner {
		padding: 4vw;
	}

	.top-concept__item--02 .top-concept__text {
		margin-bottom: 0;

	}

	.top-concept__item--02 .top-concept__photo {
		min-width: 100%;
		border-top-left-radius: 0;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		overflow: hidden;
	}

	.top-concept__item--02 .top-concept__balloon_img {
		display: none;
	}
}


/*=============================
item--03
================================*/

.top-concept__item--03 {
	margin-bottom: 80px;
}

.top-concept__item--03 .top-concept__meta {
	width: 260px;
	margin-top: 75px;
}

.top-concept__item--03 .top-concept__media-dog {
	width: 230px;
	position: absolute;
	top: 80px;
	left: 230px;
}

.top-concept__item--03 .top-concept__balloon {
	width: 690px;
	margin-left: auto;
	display: flex;
	align-items: center;
}

.top-concept__item--03 .top-concept__balloon_inner {
	padding: 24px;
	width: 340px;
	box-sizing: border-box;
}

.top-concept__item--03 .top-concept__text {
	margin-bottom: 30px;
}

.top-concept__item--03 .top-concept__btn a {
	width: 265px;
}

.top-concept__item--03 .top-concept__photo {
	width: 348px;
	height: 100%;
	border-top-right-radius: 38px;
	border-bottom-right-radius: 38px;
	overflow: hidden;
}

.top-concept__item--03 .top-concept__balloon_img {
	width: 38px;
	position: absolute;
	z-index: 1;
	left: -38px;
	top: calc(50% - 19px);
}


@media screen and (max-width:600px) {

	.top-concept__item--03 {
		margin-bottom: 8vw;
	}

	.top-concept__item--03 .top-concept__meta {

		margin-top: 0;
		position: relative;
		z-index: 2;
	}

	.top-concept__item--03 .top-concept__media-dog {
		width: 20vw;
		top: 0;
		left: auto;
		right: 0;
		z-index: 1;
	}

	.top-concept__item--03 .top-concept__balloon {


		margin-left: auto;
		display: block;
		position: relative;
		z-index: 2;
	}

	.top-concept__item--03 .top-concept__balloon_inner {
		padding: 4vw;
		width: 100%;
	}

	.top-concept__item--03 .top-concept__text {
		margin-bottom: 4vw;
	}

	.top-concept__item--03 .top-concept__btn a {
		width: 100%;
	}

	.top-concept__item--03 .top-concept__photo {
		width: 100%;
		border-top-right-radius: 0;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}

	.top-concept__item--03 .top-concept__balloon_img {
		display: none;
	}
}

/*=============================
item--04.5
================================*/

.top-concept__item-bottoms {
	display: flex;
	justify-content: space-between;
	gap: 80px;
}

.top-concept__item-bottoms .top-concept__item {
	display: block;
	width: 100%;
}

.top-concept__item-bottoms .top-concept__meta {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 20px;
}

.top-concept__item-bottoms .top-concept__meta .top-concept__number {
	margin-bottom: 20px;
}

@media screen and (max-width:600px) {
	.top-concept__item-bottoms {
		display: block;
	}

	.top-concept__item-bottoms .top-concept__meta .top-concept__number {
		margin-bottom: 0;
	}
}

/*=============================
item--04
================================*/

.top-concept__item--04 .top-concept__media-cat {
	width: 340px;
	position: absolute;
	top: 80px;
	left: 245px;
	z-index: 1;
}

.top-concept__item--04 .top-concept__balloon {
	width: 100%;
	margin-top: 48px;
}

.top-concept__item--04 .top-concept__balloon_inner {
	padding: 70px 38px 38px;
}

.top-concept__item--04 .top-concept__balloon_img {
	width: 90px;
	position: absolute;
	z-index: 1;
	left: 138px;
	top: -19px;
}

@media screen and (max-width:600px) {
	.top-concept__item--04 {
		margin-bottom: 8vw;
	}

	.top-concept__item--04 .top-concept__media-cat {
		width: 34vw;
		top: 11vw;
		left: auto;
		right: 0;
		z-index: 1;
	}

	.top-concept__item--04 .top-concept__balloon {

		margin-top: 0;
	}

	.top-concept__item--04 .top-concept__balloon_inner {
		padding: 4vw;
	}

	.top-concept__item--04 .top-concept__balloon_img {
		display: none;
	}

}

/*=============================
item--05
================================*/

.top-concept__item--05 .top-concept__media-dog {
	width: 272px;
	position: absolute;
	bottom: -150px;
	left: 295px;
	z-index: 1;
}

.top-concept__item--05 .top-concept__balloon {
	width: 100%;
}

.top-concept__item--05 .top-concept__balloon_inner {
	padding: 38px;
}

.top-concept__item--05 .top-concept__btn {
	position: absolute;
	bottom: -110px;
}

.top-concept__item--05 .top-concept__btn a {
	width: 265px;
}

.top-concept__item--05 .top-concept__balloon_img {
	width: 42px;
	position: absolute;
	z-index: 1;
	left: 280px;
	top: 286px;
}


@media screen and (max-width:600px) {

	.top-concept__item--05 .top-concept__media-dog {
		width: 20vw;
		bottom: auto;
		left: auto;
		right: 0;
		top: 7vw;
	}

	.top-concept__item--05 .top-concept__balloon {
		width: 100%;
	}

	.top-concept__item--05 .top-concept__balloon_inner {
		padding: 4vw;
	}

	.top-concept__item--05 .top-concept__btn {
		position: static;
		bottom: auto;
		margin: 0 4vw 4vw;
	}

	.top-concept__item--05 .top-concept__btn a {
		width: 100%;
	}

	.top-concept__item--05 .top-concept__balloon_img {
		display:none;
	}
}


/*==========================================
Greeting
==========================================*/


.top-greeting__inner {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 120px 0;


}

.top-greeting__content {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 50px;
}

.top-greeting__img-wrap {
	width: 525px;
	margin-bottom: 20px;
}

.top-greeting__clinic {
	font-size: 2rem;
	font-weight: 500;
	line-height:1;
}

.top-greeting__name {
	font-size: 2.6rem;
	font-weight: bold;

}

.top-greeting__name .top-greeting__label {
	font-size: 1.5rem;
	line-height: 1;
	vertical-align: 4px;
	padding: 1px 5px 3px 7px;
	color: var(--main-font-color);
	border: solid 2px var(--main-font-color);
}

.top-greeting__en {
	font-family: var(--font-Gveret);
	font-weight: 400;
	color: var(--main-color);
	line-height: 1;
}

.top-greeting__header {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 30px;
}

.top-greeting__header .top-greeting__title {
	font-size: 3rem;
	font-weight: 500;
}

.top-greeting__header .top-greeting__subtitle {
	font-family: var(--font-Gveret);
	font-weight: 400;
	color: var(--main-color);
	margin-top:5px;
	font-size: 2.1rem;
}

.top-greeting__lead-wrap {
	border-top: solid 2px var(--main-color);
	border-bottom: solid 2px var(--main-color);
	margin-bottom: 30px;
}

.top-greeting__lead {
	font-size: 2.6rem;
	font-weight: 500;
	color: var(--main-color);
	padding: 10px 0;
}

.top-greeting__text {
	margin-bottom: 24px;
}

.top-greeting__buttons {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	justify-content: center;
}

.top-greeting__buttons .cmn_btn {
	width: 50%;
}

.top-greeting__buttons .cmn_btn a {
	display: block;
	text-align: center;
}

@media screen and (max-width:600px) {

	.top-greeting__inner {

		padding: 2em 5vw;
	}

	.top-greeting__content {
		display: block;
		gap: 5vw;
	}

	.top-greeting__profile {
		
	}

	.top-greeting__img-wrap {
		width: 60vw;
		margin:0 auto 5vw;
	}
	
	.top-greeting__meta{
		text-align:center;
		margin-bottom:8vw;
	}

	.top-greeting__clinic {
		font-size: 1.6rem;
		line-height:1;
	}

	.top-greeting__name {
		font-size: 2rem;
	}

	.top-greeting__name .top-greeting__label {
		font-size: 1.2rem;
	}

	.top-greeting__en {
		font-size: 1rem;
	}

	.top-greeting__header {
		margin-bottom: 3vw;
		text-align: center;
		display: block;
	}

	.top-greeting__header .top-greeting__title {
		font-size: 3rem;
	}


	.top-greeting__header .top-greeting__subtitle {
		font-size: 1.2rem;
	}

	.top-greeting__lead-wrap {
		margin-bottom: 3vw;
	}

	.top-greeting__lead {
		font-size: 2rem;
		padding: 2vw 0;
	}

	.top-greeting__text {
		margin-bottom: 2.4vw;
	}

	.top-greeting__buttons {
		display: block;
		padding-top: 5vw;
	}

	.top-greeting__buttons .cmn_btn {
		width: 100%;
		margin-bottom: 5vw;
	}

}

/*==========================================
Column & Recruit
==========================================*/

.top-column-recruit {
	background: #fff;
}

.top-column-recruit__inner {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 120px 0;
}

.top-column-recruit__grid {
	display:flex;
	justify-content:space-between;
}

@media screen and (max-width:600px) {
	.top-column-recruit__inner {
		padding: 2em 5vw;
	}

	.top-column-recruit__grid {
		display: block;
	}
}


/* --- columnブロック --- */
.top-column_column {
	flex: 1;
	min-width: 0;
	max-width: 730px;
}

.top-column_column-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 20px;
}

.top-column_column-title {
	font-size: 4rem;
	font-family: var(--font-Gveret);
	color: var(--main-font-color);
	line-height: 1;
	margin: 0;
}

.top-column_column-more {
	display: inline-block;
	border: 1px solid var(--main-font-color);
	border-radius: 50px;
	padding: 5px 20px;
	font-size: 1.4rem;
	font-family: var(--font-Gveret);
	color: var(--main-font-color);
	text-decoration: none;
	line-height: 1.2;
	transition: all 0.3s ease;
}

.top-column_column-more:hover {
	background-color: var(--main-font-color);
	color: #fff;
}

.top-column_column-list{
	    border-top: 2px solid var(--main-font-color);
    border-bottom: 2px solid var(--main-font-color);
}




@media screen and (max-width:600px) {

	.top-column_column {
		margin-bottom: 5vw;
	}

	.top-column_column-header {

		margin-bottom: 2vw;
	}

	.top-column_column-title {
		font-size: 3rem;
	}

	.top-column_column-more {
		padding: 0.5vw 2vw;
		font-size: 1.4rem;
		margin-bottom:1vw;
	}

	.top-column_column-link {
		padding: 1.8vw 0;
	}

	.top-column_column-date {
		margin-bottom: 0.6vw;
	}

	.top-column_column-text {
		font-size: 1.5rem;
	}
}

/* --- recruitブロック --- */
.top-recruit__recruit {
	border-radius: 80px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
	position: relative;
}

.top-recruit__recruit a {
	text-decoration: none;
	height: 100%;
	display: block;
	border-radius: 80px;
	overflow: hidden;

}

.top-recruit-info {
	background: var(--main-color);
	color: #fff;
	text-align: center;
	padding: 25px 20px;
	height: 100%;
}

.top-recruit-info-title {
	font-size: 3rem;
	font-weight:500;
	line-height: 1;
	margin-bottom: 10px;
}

.top-recruit-info-subtitle {
	font-family: var(--font-Gveret);
	font-size: 1.7rem;
}

.top-recruit__recruit .btn-icon {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	background-color: var(--main-font-color);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	pointer-events:none;
}

.top-recruit__recruit .btn-icon::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #fff;
	margin-left: 2px;
}


@media screen and (max-width:600px) {

	.top-recruit__recruit {
		border-radius: 40px;
	}

	.top-recruit__recruit a {
		text-decoration: none;
		height: 100%;
		display: block;
		border-radius: 40px;
		overflow: hidden;
		display: flex;
		align-items: center;
		background: var(--main-color);
	}

	.top-recruit-img-wrap {
		width: 50%;
	}

	.top-recruit-info {
		color: #fff;
		text-align: center;
		padding: 2.5vw 2vw;
		height: 100%;
		width: 50%;
	}

	.top-recruit-info-title {
		font-size: 2rem;
		line-height: 1;
		margin-bottom: 1vw;
	}

	.top-recruit-info-subtitle {
		font-size: 1.2rem;
	}

	.top-recruit__recruit .btn-icon {
		width: 5vw;
		height: 5vw;
	}

	.top-recruit__recruit .btn-icon::after {
		border-width: 0.8vw 0 0.8vw 1vw;
	}
}


/*==========================================
Access
==========================================*/
.top-access {
	padding: 120px 0;
}

.top-access__inner {
	max-width: var(--max-width);
	margin: 0 auto;
}

.top-access__gallery {
	margin-bottom: 90px;
}

@media screen and (max-width:600px) {
	.top-access {
		padding: 2rem 0;
	}

	.top-access__gallery {
		margin-bottom: 5vw;
	}
}

.m_slider_item {
	-webkit-animation: loop2 300s linear infinite;
	animation: loop2 300s linear infinite;
	display: flex;
	height: 350px;
}

.m_slider_item:first-child {
	-webkit-animation: loop 300s -150s linear infinite;
	animation: loop 300s -150s linear infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}

@media screen and (max-width:600px) {
	.m_slider_item {

		height: auto;
	}

	.m_slider_item img {
		width: auto;
		height: 30vw;
	}
}



.top-access__logo-wrap {
	width: 270px;
	margin: 0 auto 35px;
}

.top-access__grid {
	display: flex;
	justify-content: space-between;
	gap: 0 75px;
}

.top-access__grid .top-access__info {
	width: 560px;
}


.top-access__details{
	margin-bottom:30px;
}
.top-access__details li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 14px;
	margin-bottom: 10px;
}

.top-access__icon {
	width: 40px;
}

.top-access__note {
	margin-bottom: 20px;
}


.top-access__note-star {
	color: var(--main-color);
}

.top-access__buttons ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 20px;
}

.top-access__buttons .cmn_btn {
	width: 50%;
}

.top-access__buttons .cmn_btn a {
	width: 100%;
}

.top-access__map-wrap {
	width: 560px;
}

.top-access__map-link-wrap {
	text-align: right;
	position: relative;
}

.top-access__map-link-wrap a {
	font-size: 2rem;
	font-weight: 500;
	text-decoration: none;
	padding-right: 50px;
}

.top-access__map-link-wrap a .btn-icon {
	position: absolute;
	right: 0;
	top: 10px;
	width: 20px;
	height: 20px;
	background-color: var(--main-color);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.top-access__map-link-wrap a .btn-icon::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #fff;
	margin-left: 2px;
}


@media screen and (max-width:600px) {
	.top-access__logo-wrap {
		width: 27vw;
		margin: 0 auto 3.5vw;
	}

	.top-access__grid {
		display: block;
		padding: 0 5vw;
	}

	.top-access__grid .top-access__info {
		width: 100%;
	}

	.top-access__details li {
		gap: 1.5vw;
		margin-bottom: 3vw;
		align-items:flex-start;
		
	}

	.top-access__icon {
		width: 10vw;
	}

	.top-access__text {
		width: 89.5vw;
		padding-top:1vw;
	}

	.top-access__note {
		margin-bottom: 3vw;
	}

	.top-access__buttons {
		margin-bottom: 10vw;
	}

	.top-access__buttons ul {
		flex-wrap: wrap;
		gap: 5vw;
	}

	.top-access__buttons .cmn_btn {
		width: 100%;
	}

	.top-access__buttons .cmn_btn a {
		width: 100%;
	}
	
	.top-access__map{
		margin-bottom:5vw;
	}

	.top-access__map-wrap {
		width: 100%;
		margin-bottom:5vw;
	}

	.top-access__map-wrap iframe {
		height: 100vw;
	}


	.top-access__map-link-wrap a {
		font-size: 1.4rem;
		padding-right: 8vw;
	}
	
	.top-access__map-link-wrap a .btn-icon{
		top:5px;
	}
}

/*==========================================
side_fixed
==========================================*/

.fixed_side {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 100;
}

.fixed_side ul {
	position:relative;
}

.fixed_side .tel_slide{
	position: absolute;
	display: flex;
	flex-wrap: nowrap;
	right: -200px;
	transition: all 0.3s ease;
	width:280px;
}
.fixed_side .tel_slide img{
	width:80px;
}
.fixed_side .tel_slide_inner{
	background: #fff;
	border-top: 2px solid var(--main-color);
	border-bottom: 2px solid var(--main-color);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 20px;
	width:100%;
}

.fixed_side .tel_slide_inner p{
	font-size:2.1rem;
	font-weight:500;
	color:var(--main-color);
}

.fixed_side .tel_slide:hover {
	right:0;
}



.fixed_side .table_slide {
	position: absolute;
	display: flex;
	flex-wrap: nowrap;
	top:130px;
	right: -600px;
	width:680px;
	transition: all 0.3s ease;
}

.fixed_side .table_slide img{
	width:80px;
}

.table_slide_inner {
	background: #fff;
	border-top: 2px solid var(--main-color);
	border-bottom: 2px solid var(--main-color);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 20px;
}

.table_slide_inner .schedule_table {
	margin-bottom: 0;
}

.table_slide_inner .caption {
	font-size: 1.4rem;
}

.table_slide_inner .caption span {
	color: var(--main-color);
}

.fixed_side .table_slide:hover {
	right:0;
}


/*==========================================
btm_fixed
==========================================*/

.fixed_bnrs {
	position: fixed;
	z-index: 100;
	left: 10px;
	bottom: 10px;
}

.fixed_bnrs ul {
	display: flex;
	flex-wrap: nowrap;
	justify-self: flex-start;
	gap: 20px;
}

.fixed_bnrs li {
	width: 180px;
	height: 180px;
	background: url(../images/fixed_btn_bg.png) left top / cover no-repeat;
	opacity: 1;
	position: relative;
	z-index: 1;
}

.fixed_bnr span {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0;
	z-index: 10;
	cursor: pointer;
}

.fixed_bnr a:hover img {
	opacity: 0.7;
	transition: all 0.3s ease;
}

@media (max-width:600px) {
	

	.fixed_bnrs {
		bottom: 18vw;
		display:none;
	}


	.fixed_bnrs ul {
		gap: 1vw;
	}

	.fixed_bnrs li {
		width: 18vw;
		height: 18vw;
	}

	.fixed_bnr span {
		width: 2vw;
		height: 2vw;
		top: 1vw;
		right: 1vw;
	}
}


/*==========================================
m_fixed
==========================================*/

.m_fixed a {
	color: #fff;
	font-size: 2.8vw;
	line-height: 1.2;
	text-decoration: none;
	word-break: keep-all;
	width: 25vw;
	text-align: center;
	padding: 2.5vw 0 2vw;
}

.m_fixed a img {
	margin: 0 auto;
}


.m_fixed .item01 .icon01 {
	width: 4vw;
	margin-bottom: 1.5vw;

}

.m_fixed .item02 {
	font-size: 2.4vw;
}

.m_fixed .item02 .icon02 {
	width: 3vw;
	margin-bottom: 0.8vw;
}

.m_fixed .icon03 {
	width: 3vw;
	margin-bottom: 2.1vw;
}

.m_fixed .icon04 {
	width: 3vw;
	margin-bottom: 2.2vw;
}

/*==========================================
footer
==========================================*/
.m_footer {
	background: #fff;
}

.m_footer .m_footer_menu_ttl {
	font-family: var(--font-Gveret);
}

.m_footer .m_footer_top {
	background: #fff;
}

.m_footer .m_footer_menu_list ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
}



.m_footer .m_footer_bottom {
	background: var(--main-font-color);
}

.m_footer_small {
	color: #fff;
}
@media (max-width:600px) {

	.m_footer_menu_list li{
		border:none !important;
	}
	
	.m_footer_small {
	    justify-content: center;
}
	
}