@charset "UTF-8";

/*--------------- front（トップページ） ---------------*/
.home h3 {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.4rem;
	text-align: center;
}

.home .ttl01 p {
	color: #a89a90;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 0;
}

@media (min-width: 600px) {
	.home h3 {
		font-size: 3.8rem;
	}
}

/*==================
front mv sp
====================*/
.mv_area01 {
	position: relative;
	width: 100%;
	/* height: calc(100dvh - 80px); */
	/* height: 600px; */
	height: calc(100svh - 80px);
	padding: 1.5rem;
	margin: 5rem 0 3.5rem;
	z-index: 2;
}

.bg_mv01_outer {
	position: absolute;
	width: 100%;
	/* height: calc(100dvh - 80px); */
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
}

.bg_mv01 {
	content: "";
	background: url(../images/front/mv_front01_sp.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bg_mv02 {
	height: 100%;
	width: auto;
	position: absolute;
	bottom: 0;
	right: -2rem;
	z-index: 2;
	will-change: transform;
}

.mv_area01 h2 {
	display: block;
	text-align: left;
	padding: 15rem 0 3rem;
}

.mv_btn01 {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	background: linear-gradient(80deg,
			rgba(30, 30, 30, 1) 74%,
			rgba(55, 28, 69, 1) 87%,
			rgba(44, 50, 113, 1) 100%);

	color: #fff;
	display: block;
	font-size: 1rem;
	width: 180px;
	height: 50px;
	padding: .5rem 1.5rem;
	position: relative;
	line-height: 1.6;
	letter-spacing: 0.11em;
	margin-top: 4rem;
}

.mv_btn01 span {
	font-size: 1.4rem;
	letter-spacing: 0.15em;
}

.mv_btn01::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1px;
	border-radius: 5px;

	background: linear-gradient(40deg,
			#1e1e1e,
			#ffffff);

	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);

	-webkit-mask-composite: xor;
	mask-composite: exclude;

	pointer-events: none;
}

.arrow {
	position: relative;
	display: inline-block;
	width: 27px;
	height: 1px;
	border-radius: 9999px;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.2rem;
	margin: auto;
}

.arrow::before {
	content: "";
	position: absolute;
	top: calc(50% - 0.5px);
	right: 0;
	width: 8px;
	height: 1px;
	border-radius: 9999px;
	background-color: #fff;
	transform: rotate(45deg);
	transform-origin: calc(100% - 0.5px) 50%;
}




/*==================
front mv pc
====================*/
@media (min-width: 600px) {
	.mv_area01 {
		/* background: url(../images/front/mv_front01_pc.jpg) no-repeat;
		background-size: cover;
		background-position: 60% center; */
		margin-top: 60px;
		height: 670px;
		margin: 6rem 0 0;
	}

	/* @media screen and (-webkit-min-device-pixel-ratio:2),
	(min-resolution: 2dppx) {
		.mv_area01 {
			background: url(../images/front/mv_front01_pc@2x.jpg) no-repeat;
			background-size: cover;
			background-position: 60% center;
		}
	} */
	.bg_mv01_outer {
		height: 670px;
		/* margin: 6rem 0; */
	}

	.bg_mv01 {
		background: url(../images/front/mv_front01_pc.jpg) no-repeat;
		background-size: cover;
		background-position: 60% center;
		height: 670px;
	}

	@media screen and (-webkit-min-device-pixel-ratio:2),
	(min-resolution: 2dppx) {
		.bg_mv01 {
			background: url(../images/front/mv_front01_pc@2x.jpg) no-repeat;
			background-size: cover;
			background-position: 60% center;
		}
	}

	.bg_mv02 {
		height: 100%;
		position: absolute;
		bottom: 0;
		right: -10%;
		z-index: 2;
	}


	.mv_area01 h2 {
		padding: 12rem 0 4rem;
	}

	.mv_inner01 {
		max-width: 560px;
		margin: 0 auto;
	}

	.mv_btn01 {
		font-size: 1.1rem;
		width: 220px;
		padding: .6rem 2rem;
		line-height: 1.4;
		letter-spacing: 0.14em;
		margin-top: 5rem;
	}

	.mv_btn01 span {
		font-size: 1.6rem;
	}

	.arrow {
		width: 35px;
	}

	.arrow::before {
		width: 10px;

	}


}

@media (min-width: 1025px) {
	.bg_mv02 {
		right: 12.8%;
	}

	.mv_area01 h2 {
		padding: 16rem 0 4rem;
	}

	.mv_area01 {
		background-position: center;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
	.bg_mv02 {
		right: 5%;
	}

}

/*==================
front opening_campaign sp
====================*/
.bnr_open01 {
	filter: drop-shadow(0px 12px 8px rgba(4, 21, 22, 0.12));
	position: absolute;
	top: -14rem;
	right: 1.5rem;
	z-index: 2;
}

.opening_campaign {
	background-color: #fff;
	position: relative;
	/* z-index: 1; */
	z-index: 2;
	padding-bottom: 4rem;
}

.opening_campaign .ttl01 {
	text-align: center;
}

.opening_campaign h3 {
	display: inline-block;
	position: relative;
	height: 26px;
	/*リボンの高さ*/
	line-height: 26px;
	/*リボンの高さ*/
	text-align: center;
	font-size: 1.3rem;
	/*文字の大きさ*/
	background: #B2FDFB;
	background: linear-gradient(90deg, rgba(178, 253, 251, 1) 0%, rgba(58, 201, 207, 1) 20%, rgba(58, 201, 207, 1) 84%, rgba(178, 253, 251, 1) 100%);
	color: #fff;
	/*文字色*/
	box-sizing: border-box;
	text-align: center;
	width: 300px;
}

.opening_campaign h3:before,
.opening_campaign h3:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}

/* .opening_campaign h3:before {
	top: 0;
	left: 0;
	border-width: 13px 0px 13px 5px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
  }
  
  .opening_campaign h3:after {
	top: 0;
	right: 0;
	border-width: 13px 5px 13px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
  } */
.opening_campaign h3::before,
.opening_campaign h3::after {
	position: absolute;
	top: 0;
	width: 0px;
	height: 0px;
	border-color: #B2FDFB transparent;
	border-style: solid;
	content: '';
}

.opening_campaign h3::before {
	left: -5px;
	border-width: 13px 0px 13px 5px;
}

.opening_campaign h3::after {
	right: -5px;
	border-width: 13px 5px 13px 0px;
}

.opening_campaign h3 span {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.opening_campaign h4 {
	color: #00b7b7;
	font-size: 1.6rem;
	font-weight: 600;
	position: relative;
	display: inline-block;
	margin: 1.5rem 0 0;
}

.opening_campaign h4:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -2.5rem;
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #00b7b7;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.opening_campaign h4:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -2.5rem;
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #00b7b7;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.opening_campaign .annotation {
	color: #8e8e8e;
	font-size: 9px;
	font-weight: 400;
	padding: 0 1.5rem;
	line-height: 1.7;
}
.opening_campaign .swiper-slide .flex_a{
	margin-top: 1rem;
}
.opening_campaign .bnr_text01{
	background-color: #787878;
	border-radius: 2px;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 500;
	padding: 4px 7px 5px;
	margin-right: 2px;
	margin: 0 3px 5px 0;
	line-height: 1;
}
.opening_campaign .bnr_text02{
	background-color: #4b4b4b;
}
.opening_campaign .bnr_text03{
	background-color: #a89a90;
}
.opening_campaign .bnr_text04{
	background-color: #c69c6d;
}

/* スライダー */
/* .swiper_opening_campaign{
	position: relative;
} */

.swiper_opening_campaign {
	margin-bottom: 3rem;
}

.swiper_opening_campaign .swiper-slide {
	max-width: 100%;
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.swiper_bnr img {
	filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
	width: 100%;
	display: block;
}

.swiper-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	vertical-align: top;
	background-color: #bbbbbb;
	border-radius: 50%;
	opacity: 1;
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px) !important;
}

.swiper-pagination-bullet-active {
	width: 1.5rem;
	height: 5px;
	background-color: #00b7b7;
	border-radius: 2.5px;
}

/*==================
front opening_campaign pc
====================*/
@media (min-width: 600px) {
	.bnr_open01 {
		filter: drop-shadow(0px 18px 10px rgba(4, 21, 22, 0.12));
		top: -16rem;
		right: auto;
		left: 5%;
		max-width: 254px;
		min-width: 150px;
		width: 16%;
	}

	.opening_campaign {
		z-index: 3;
		/* z-index: 2; */
		/* margin-top: -3.5rem; */
		/* padding-bottom: 2rem; */
		padding: 2rem 0 2rem;
	}

	.opening_campaign h3 {
		font-size: 1.5rem;
		position: absolute;
		top: -1.5rem;
		left: 0;
		right: 0;
		margin: auto;
		width: 310px;
		line-height: 24px;
	}

	.opening_campaign h4 {
		font-size: 1.7rem;
		margin: 0 auto;
	}

	.opening_campaign .annotation {
		display: block;
		text-align: center;
		max-width: 430px;
		margin: 0 auto;
	}

	/* スライダー */
	.swiper_opening_campaign {
		margin-bottom: 2.5rem;
	}

	.swiper_opening_campaign .swiper-slide {
		margin-bottom: 3rem;
	}

	.swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}

	.swiper-pagination-bullet-active {
		width: 1.8rem;
		height: 6px;
		border-radius: 3px;
	}
}

@media (min-width: 1025px) {
	.bnr_open01 {
		top: -20rem;
	}

	.opening_campaign .annotation {
		font-size: 1rem;
		max-width: 430px;
		margin: -1rem 0 0 auto;
		padding: 0;
	}

	/* スライダー */
	.swiper_opening_campaign {
		margin-bottom: 0;
	}

	.swiper_opening_campaign {
		margin-bottom: 0;
		text-align: left;
	}
}

@media (min-width: 1400px) {
	.bnr_open01 {
		top: -25rem;
	}
}

/* @media screen and (min-width: 1025px) and (max-width: 1400px) {
	.bnr_open01 {
		top: -21rem;
	}
} */
/*==================
front front_about sp
====================*/
.front_about {
	background-color: #f7f5f2;
	position: relative;
	/* z-index: 0; */
	z-index: 3;
	padding: 19rem 1.5rem 14rem;
}

.front_about .inner01 {
	position: relative;
	z-index: 3;
}

.front_about .bg_about01 {
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
	width: 100%;
	object-fit: cover;
	z-index: -1;
}

.front_about .bg_text01 {
	color: #fff;
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-size: 5rem;
	font-weight: 300;
	font-style: normal;
	white-space: nowrap;
	position: absolute;
	/* top: 1rem; */
	top: -3rem;
	right: -1rem;
	z-index: 2;
	line-height: 1;
}

.front_about .ttl01 {
	/* text-align: center; */
	margin-bottom: 2rem;
}

.front_about .ttl01 p {
	color: #a89a90;
}

.front_about_btn {
	margin-top: 3rem;
}

.front_about .common_btn01 {
	background-color: #fff;
	color: #616161;
	margin: 1rem auto;
}

.front_about .common_btn01:nth-child(2) {
	background-color: #d9d6d2;
}

.front_about .img_about01 {
	position: absolute;
	bottom: -6.5rem;
	right: 0;
	z-index: -2;
}

.about_annotation {
	padding: 5px;
	color: #8e8e8e;
	font-size: .9rem;
	text-align: right;
	position: absolute;
	top: -2.5rem;
	right: 0;
}

@media (max-width: 599px) {
	.front_about .bg_text01 {
		writing-mode: vertical-rl;
		text-orientation: mixed;
	}

}

/*==================
front front_about pc
====================*/
@media (min-width: 600px) {
	.front_about .inner01 {
		max-width: 1090px;
		margin: 0 auto;
	}

	.front_about {
		padding: 11rem 1.5rem 8rem;
	}

	.front_about .ttl01 h3,
	.front_about .ttl01 p {
		text-align: left;
	}

	.front_about .bg_about01 {
		width: 43.2%;
		height: 100%;
		object-fit: cover;
	}

	.front_about .bg_about02 {
		position: absolute;
		top: 3rem;
		left: 2%;
		z-index: -1;
	}

	.front_about .bg_text01 {
		font-size: 10rem;
		top: -2rem;
		right: auto;
		left: 5%;
	}

	.front_about_block01 {
		max-width: 475px;
		margin: 0 auto 0 0;
	}

	.front_about_btn {
		margin-top: 4rem;
	}

	.front_about .common_btn01 {
		margin: 1.5rem 0 0;
		text-align: left;
		padding-left: 4rem;
	}

	.front_about .img_about01 {
		bottom: -10.5rem;
		right: 12%;
		z-index: 2;
		max-width: 428px;
		width: 55%;
	}

	.about_annotation {
		top: auto;
		bottom: -3rem;
		font-size: 1rem;
		z-index: 2;
	}
}

@media (min-width: 1025px) {
	.front_about .img_about01 {
		bottom: -7.5rem;
		right: 0;
		left: 0;
		margin: auto;
	}
}

/*==================
front front_instagram sp
====================*/
.front_instagram {
	background-color: #fff;
	padding: 9.5rem 1.5rem;
	position: relative;
	z-index: 2;
}

.front_instagram .ttl01 {
	margin-bottom: 3rem;
}

.front_instagram .common_btn01 {
	background-color: #4b4b4b;
	color: #fff;
	width: 140px;
	height: 40px;
	line-height: 40px;
	margin: 2rem auto 0;
}
.front_instagram .inner01{
	max-width: 1090px;
	margin: 0 auto;
}
/*==================
front front_instagram pc
====================*/
@media (min-width: 600px) {
	.front_instagram {
		padding: 13.5rem 1.5rem;
	}

	.front_instagram .ttl01 {
		margin-bottom: 4rem;
	}

	.front_instagram .common_btn01 {
		width: 210px;
		line-height: 37px;
	}
}

/*==================
front front_doctor sp
====================*/
.front_doctor {
	background-color: #fff;
	padding: 6rem 1.5rem 10rem;
	position: relative;
	z-index: 2;
}

.front_doctor .ttl01 {
	margin-bottom: 2.5rem;
}

.front_doctor h3,
.front_doctor .ttl01 p {
	color: #fff;
	text-shadow: 0 0 40px rgba(97, 83, 74, 1), 0 0 15px rgba(107, 92, 83, 1), 0 0 15px rgb(168, 154, 90, 1);
	position: relative;
	z-index: 2;
}

.front_doctor .bg_text01 {
	color: #e9e6e3;
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-size: 5rem;
	font-weight: 300;
	font-style: normal;
	white-space: nowrap;
	position: absolute;
	/* top: 1rem; */
	top: -9rem;
	right: -1rem;
	z-index: 2;
	line-height: 1;
	mix-blend-mode: multiply;
}

.front_doctor .bg_doctor01 {
	width: 100%;
	height: auto;
	max-height: 800px;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	/* z-index: -1; */
	z-index: 0;
}

/* doctor_unit01 */
.doctor_unit01 {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	/* padding: 2.5rem 1.5rem; */
	padding: 2.5rem 0 0;
	position: relative;
	z-index: 4;
	margin-bottom: 1.5rem;
}

.doctor_unit01_inner {
	padding: 0 1.5rem 1.5rem;
}

.name_block {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}

.doctor_position {
	color: #8e8e8e;
}

.front_doctor h4 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	margin: 1rem 0 0;
}

.name_block .name_reading {
	color: #c8c1ba;
	font-size: 1.1rem;
}

.doctor_unit01 .img_doctor01 {
	border-radius: 5px;
	width: 100%;
	height: 198px;
	object-fit: cover;
	margin: .5rem auto 1.5rem;
}

.career_block {
	background-color: #f7f5f2;
	border-radius: 5px;
	color: #998271;
	padding: 2rem 2rem 1rem;
	margin-top: 2rem;
}

.career_block h5 {
	font-size: 1.5rem;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	padding-left: 1.5rem;
	padding: 0 0 1rem 1.5rem;
	position: relative;
	/* letter-spacing: -1px; */
	letter-spacing: 0;
	margin-bottom: 8px;
	line-height: 1.5;
}

.career_block h5::before {
	background-color: #d3ccc7;
	content: '';
	position: absolute;
	top: 1.2rem;
	left: -.4rem;
	display: inline-block;
	width: 17px;
	height: 1px;

	-webkit-transform: rotate(-65deg);
	transform: rotate(-65deg);
}

.career_block h5::after {
	background-color: #d3ccc7;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;

}

/* .career_block h5 span{
	display: block;
	font-size: 9px;
	line-height: 1;
} */

.career_block h6 {
	font-weight: 500;
}

.career_block ul {
	margin-bottom: 2.5rem;
}

.career_block .qualification ul {
	margin-bottom: .5rem;
}

.career_list li {
	display: grid;
	/* grid-template-columns: 50px 1fr; */
	grid-template-columns: 70px 1fr;
	gap: 8px;
	/* line-height: 1.5;
	padding: 3px 0 3px 1rem; */

}

.career_block li {
	padding: 3px 0;
	line-height: 1.3;
}

.expert_list li {
	position: relative;
	padding: 3px 0 3px .8rem;
}

.expert_list li::before {
	border-radius: 50%;
	background-color: #998271;
	content: "";
	width: 2px;
	height: 2px;
	position: absolute;
	top: 10px;
	left: 0;

}

.work_schedule {
	background-color: #c2b8b1;
	border-radius: 0 0 10px 10px;
	color: #f7f5f2;
	font-weight: 500;
	text-align: center;
	padding: 1rem;
	/* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; */
}

.doctor_unit01 .link_instagram {
	color: #11a6b3;
	font-size: 1.2rem;
	display: inline-block;
	text-decoration: underline;
	margin: 2rem auto 0;
	position: relative;
	padding-left: 2rem;
	text-align: center;
}

.doctor_unit01 .link_instagram img {
	width: 13px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

@media (max-width: 1024px) {

	/* もっと見る箇所 */
	/* When expanded, remove clip */
	.doctor_grid.expanded .doctor_unit01.clipped {
		max-height: none;
		overflow: visible;
	}

	.doctor_grid.expanded .doctor_unit01.clipped::after {
		display: none;
	}

	.doctor_grid.expanded .doctor_unit01:nth-child(3),
	.doctor_grid.expanded .doctor_unit01:nth-child(4) {
		display: block;
	}

	/* doctor_unit01 3 and 4 are hidden on mobile by default */
	.doctor_unit01:nth-child(3),
	.doctor_unit01:nth-child(4) {
		display: none;
	}

	/* The clipped card (doctor_unit01 2): show only partial */
	.doctor_unit01.clipped {
		max-height: 480px;
		overflow: hidden;
		position: relative;
	}

	/* もっと見る button wrapper */
	.more_btn_wrapper {
		position: relative;
	}

	.doctor_grid.expanded+.more_btn_wrapper {
		display: none;
	}

	.more_btn {
		background: #4b4b4b;
		border-radius: 20px;
		border: none;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		color: #fff;
		display: block;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 1.2rem;
		font-weight: 500;
		width: 140px;
		height: 40px;
		line-height: 36px;
		cursor: pointer;
		margin: 0 auto;
		position: relative;
		top: -1rem;
		z-index: 4;
	}

	.more_btn_wrapper::before {
		content: "";
		width: 100%;
		height: 100px;
		background: #FFFFFF;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 1) 70%);
		position: absolute;
		bottom: 3rem;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 4;
	}
}

@media (max-width: 599px) {
	.front_doctor .bg_text01 {
		writing-mode: vertical-rl;
		text-orientation: mixed;
	}

	.front_doctor h3,
	.front_doctor .ttl01 p {
		mix-blend-mode: luminosity;
	}

	/* The clipped card (doctor_unit01 2): show only partial */
	.doctor_unit01.clipped {
		max-height: 280px;
	}
}

/*==================
front front_doctor pc
====================*/
@media (min-width: 600px) {
	.front_doctor {
		padding: 16rem 1.5rem 17rem;
	}

	/* .front_doctor h3,
.front_doctor .ttl01 p{
	text-shadow: 0 0 40px rgba(97, 83, 74, 0.5), 0 0 15px rgba(107, 92, 83, 0.5), 0 0 15px rgb(168, 154, 90, 0.5);
} */
	.front_doctor h3 {
		text-shadow: 0 0 40px rgba(97, 83, 74, 0.5), 0 0 15px rgba(107, 92, 83, 0.5), 0 0 15px rgb(168, 154, 90, 0.5);
	}

	.front_doctor .ttl01 p {
		mix-blend-mode: luminosity;
	}

	.front_doctor .ttl01 {
		margin-bottom: 7.5rem;
	}

	.front_doctor .bg_text01 {
		color: #e3e0dc;
		font-size: 10rem;
		top: -5.5rem;
		left: 0;
		/* right: 0; */
		right: 12rem;
		margin: auto;
		text-align: center;
	}

	.front_doctor .inner01 {
		max-width: 1370px;
		margin: 0 auto;
	}

	/* doctor_unit01 */
	.doctor_unit01 {
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
		/* padding: 6rem 1.5rem 7rem; */
		max-width: 660px;
		margin: 2rem auto;
		padding: 5rem 0 0;
	}

	/* .doctor_grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 32px;
	  } */
	.front_doctor h4 {
		font-size: 2.8rem;
	}

	.doctor_unit01_inner {
		max-width: 530px;
		margin: 0 auto;
	}

	.doctor_unit01 .img_doctor01 {
		height: 330px;
		margin: 3rem auto 2.5rem;
	}

	.doctor_unit01 .doctor_text {
		max-width: 450px;
		margin: 0 auto;
	}

	.career_block {
		margin-top: 2.5rem;
		display: flex;
		/* flex-wrap: wrap; */
		font-size: 1.2rem;
		/* justify-content: space-between; */
		justify-content: flex-start;
		padding: 2rem 2.5rem 1rem;
	}

	/* .career_block div{
		width: 50%;
	} */
	.career_block .qualification {
		/* width: 43%; */
		padding-left: 3rem;
		flex-grow: 1;
	}

	.more_btn {
		font-size: 1.4rem;
		width: 210px;
		line-height: 37px;
	}

	.career_block ul {
		max-width: 250px;
	}

}

@media (min-width: 1025px) {
	.more_btn_wrapper {
		display: none;
	}

	.doctor_grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 32px;
	}

	.doctor_unit01_inner {
		padding: 0 1.5rem 7.5rem;
	}

	.doctor_unit01 {
		margin: 0;
	}

	.work_schedule {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}

/*==================
front swiper_slider01
====================*/
.swiper_slider01 {
	position: relative;
	z-index: 2;
}

.swiper_slider01 .swiper-slide img {
	height: auto;
	width: 100%;
}

.swiper_slider01 .swiper-wrapper {
	transition-timing-function: linear;
}

.swiper_annotation {
	padding: 5px;
	color: #8e8e8e;
	font-size: .9rem;
	text-align: right;
}

@media (min-width: 600px) {
	.swiper_annotation {
		font-size: 1rem;
	}
}

/*==================
front first_visit sp
====================*/
.first_visit {
	background-color: #fff;
	position: relative;
	z-index: 2;
	/* padding: 11rem 0 10rem; */
}

.first_visit .inner01 {
	padding: 11rem 1.5rem 10rem;
	margin-top: 1.5rem;
}

.first_visit .ttl01 {
	text-align: center;
	padding-bottom: 3.5rem;
}

.first_visit h3 {
	background: linear-gradient(135deg, #040000 38%, #5f1985 74%, #21489c 93%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	display: inline-block;
}

.bg_first_visit01 {
	width: 100%;
	position: absolute;
	top: 0;
	right: 1.5rem;
	z-index: -1;
}

.first_visit .insurance {
	background-color: #f7f5f2;
	color: #998271;
	display: inline-block;
	padding: .5rem 1rem;
	line-height: 1.7;
	margin-top: 1.7rem;
}

.first_visit .common_btn01 {
	background-color: #4b4b4b;
	color: #fff;
	margin: 2.5rem auto 0;
	position: relative;
	padding-left: 1rem;
}

.first_visit .common_btn01 img {
	width: 11px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6rem;
	margin: auto;
}

.first_visit_text_area {
	position: relative;
	z-index: 2;
}

.img_first_visit01 {
	width: 47%;
	position: absolute;
	top: 5rem;
	right: -5rem;
	z-index: 0;
}

/*==================
front first_visit pc
====================*/
@media (min-width: 600px) {
	.first_visit .inner01 {
		max-width: 1090px;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}

	.first_visit .ttl01,
	.first_visit .ttl01 p {
		text-align: left;
	}

	.bg_first_visit01 {
		width: 48.2%;
		height: 340px;
		object-fit: cover;
		bottom: 0;
		right: 0;
		margin: auto;
	}

	.first_visit_text_area {
		max-width: 470px;
	}

	.first_visit .insurance {
		padding: .5rem 2rem;
	}

	.first_visit .common_btn01 {
		width: 220px;
		margin: 3rem 0 0;
	}

	.first_visit .common_btn01 img {
		left: 3rem;
	}

	.img_first_visit01 {
		width: 36%;
		max-width: 355px;
		top: auto;
		bottom: 0;
		right: -5rem;
		z-index: -1;
	}
}

@media (min-width: 1025px) {
	.img_first_visit01 {
		width: auto;
		right: -3rem;
	}
}

/*==================
front news
====================*/
.news_outer {
	padding: 3rem 1.5rem;
}

.news {
	background-color: #f2f0f6;
	border-radius: 5px;
	max-width: 600px;
	margin: 0 auto 6rem;
	padding: 2rem 1.5rem 2.5rem;
	line-height: 2;
}

.news h4 {
	text-align: center;
	margin-bottom: 1rem;
}

@media (min-width: 600px) {
	.news {
		text-align: center;
	}
}