@charset "UTF-8";
/*
	Filename: home
	Version: 1.0.1
*/
/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
#mv {
  position: relative;
	top: 90px;
  width: 100%;
  height: 880px;
  background: url("../img/home/mv.webp") no-repeat top center;
	background-size: cover;
}
#mv::after {
  content: "";
  display: block;
  position: absolute;
	bottom: 0;
	left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.2);
}
.mv_text {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  z-index: 1;
	width: 100%;
	text-align: center;
}
.mv_text h2 {
	margin-bottom: 100px;
	font-family: "Cormorant Garamond", serif;
  font-size: 200px;
  font-weight: 200;
	line-height: 0.5;
  color: #fff;
}
.mv_text h2 span {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mv_text h2 span img {
	width: 59px;
	height: 59px;
}
.mv_text p {
	font-family: var(--font-serif);
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
.sp_mv_text {
	display: none;
}
@media screen and (max-width: 1300px) {
	.mv_text h2 {
		margin-bottom: 7.692vw;
		font-size: 15.385vw;
	}
	.mv_text h2 span {
		margin-top: 0.769vw;
		margin-bottom: 0.769vw;
	}
	.mv_text h2 span img {
		width: 4.538vw;
		height: 4.538vw;
	}
	.mv_text p {
		font-size: 4.615vw;
	}
}
@media screen and (max-width: 1140px) {
	#mv {
		top: 83px;
	}
}
@media screen and (max-width: 750px) {
	#mv {
		top: 83px;
		width: 100%;
		height: 114.667vw;
		background: url("../img/home/sp_mv.webp") no-repeat top center;
		background-size: cover;
	}
	#mv::after {
		height: 114.667vw;
	}
	.mv_text p {
		display: none;
	}
	.mv_text h2 {
		margin-bottom: 0;
		font-size: 19.333vw;
	}
	.mv_text h2 span {
		margin-top: 1.333vw;
		margin-bottom: 1.333vw;
	}
	.mv_text h2 span img {
		width: 5.333vw;
		height: 5.333vw;
	}
	.sp_mv_text {
		display: block;
		position: relative;
		top: 83px;
		padding: 40px;
		text-align: center;
	}
	.sp_mv_text p {
		font-family: var(--font-serif);
		font-size: 35px;
		font-weight: 400;
		line-height: 1.5;
		letter-spacing: 0.1em;
		color: var(--dark-color);
	}
}
@media screen and (max-width: 460px) {
	.sp_mv_text p {
		font-size: 7vw;
	}
}
/*-----------------------------------------------------
	#information
------------------------------------------------------*/
#information {
	margin-top: 150px;
  padding-top: 70px;
	padding-bottom: 70px;
	background: url("../img/home/information_bg.webp") no-repeat center center;
	background-size: cover;
}
#information img {
	width: 100%;
	height: auto;
}
#information .wrap {
	width: 630px;
}
#information .wrap h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--text-color);
	font-family: var(--font-serif);
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-align: center;
}
#information .wrap h2 span {
	display: block;
	font-family: "Cormorant Garamond", serif;
	font-size: 60px;
	font-weight: 400;
}
#information .wrap ul li {
	position: relative;
	padding: 20px 0 20px 67px;
	border-bottom: 1px solid var(--sub-color);
	font-family: var(--font-serif);
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
}
#information .wrap ul li::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
  width: 39px;
  height: 31px;
  background: url("../img/common/check_icon.svg") no-repeat center center;
  background-size: cover;
}
#information .wrap ul li em {
	margin-right: 3px;
	font-family: var(--font-serif);
	font-size: 36px;
	font-style: normal;
}
#information .wrap ul li em.orange {
	color: var(--main-color);
}
@media screen and (max-width: 750px) {
	#information {
		margin-top: 83px;
		padding-top: 0;
		padding-bottom: 0;
		background: rgba(255, 250, 244, 0);
		background: linear-gradient(0deg, rgba(255, 250, 244, 1) 0%, rgba(255, 250, 244, 1) 9%, rgba(244, 252, 255, 1) 90%, rgba(255, 250, 244, 1) 100%);
	}
	#information .wrap {
		width: calc(100% - 40px);
	}
	#information .wrap h2 {
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 1.4;
	}
	#information .wrap h2 span {
		font-size: 40px;
	}
	#information .wrap ul li {
		padding: 15px 0 15px 41px;
		font-size: 18px;
	}
	#information .wrap ul li::before {
		left: 6px;
		width: 24px;
		height: 19px;
	}
	#information .wrap ul li em {
		font-size: 22px;
	}
}
/*-----------------------------------------------------
	#information_bottom
------------------------------------------------------*/
#information_bottom {
  padding-top: 80px;
	background: url("../img/home/info_bottom_bg.webp") no-repeat center bottom;
	background-size: cover;
}
#information_bottom .wrap {
  width: 1195px;
}
#information_bottom .balloon {
  display: block;
  position: relative;
	width: fit-content;
	margin: 0 auto 30px;
  padding: 15px 20px;
  border: 1px solid var(--text-color);
  background: #fff;
	text-align: center;
}
#information_bottom .balloon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  border-width: 12px 11px 0 11px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
#information_bottom .balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
  border-width: 11px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
#information_bottom .balloon h2 {
  font-family: var(--font-serif);
	font-size: 36px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.information_bottom_col {
	justify-content: space-between;
	align-items: center;
}
.information_bottom_col_l {
	width: 310px;
}
.information_bottom_col_r {
	width: calc(100% - 333px);
}
.information_bottom_col_r ul {
	align-items: stretch;
	gap: 14px 23px;
}
.information_bottom_col_r ul li {
	display: flex;
  align-items: center;
	position: relative;
	width: calc((100% - 23px) / 2);
	border-left: 8px solid var(--main-color);
}
.information_bottom_col_r ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px 8px 30px 58px;
	background: #777;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	color: #fff;
}
.information_bottom_col_r ul li a::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 18px;
	transform: translateY(-50%);
  width: 30px;
  height: 24px;
  background: url("../img/common/check_icon_glay.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1275px) {
	#information_bottom .wrap {
		width: calc(100% - 80px);
	}
	.information_bottom_col_l {
		width: 250px;
	}
	.information_bottom_col_r {
		width: calc(100% - 273px);
	}
}
@media screen and (max-width: 900px) {
	.information_bottom_col_l {
		display: none;
	}
	.information_bottom_col_r {
		width: 100%;
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 750px) {
	#information_bottom {
		margin-top: -47px;
		padding-top: 0;
		background: url("../img/home/sp_info_bottom_bg.webp") no-repeat center bottom;
		background-size: contain;
	}
	#information_bottom .wrap {
		width: calc(100% - 40px);
	}
	#information_bottom .balloon {
		margin: 0 auto 30px;
		padding: 20px;
	}
	#information_bottom .balloon h2 {
		font-size: 20px;
		line-height: 1.3;
	}
	.information_bottom_col_r {
		padding-bottom: 75px;
	}
	.information_bottom_col_r ul {
		gap: 10px;
	}
	.information_bottom_col_r ul li {
		width: calc((100% - 10px) / 2);
		border-left: 4px solid var(--main-color);
	}
	.information_bottom_col_r ul li a {
		padding: 30px 8px 30px 46px;
		font-size: 15px;
	}
	.information_bottom_col_r ul li a::before {
		left: 14px;
		width: 22.5px;
		height: 18px;
	}
}
@media screen and (max-width: 414px) {
	.information_bottom_col_r ul li {
		width: 100%;
	}
}
/*-----------------------------------------------------
	#our_efforts
------------------------------------------------------*/
#our_efforts {
	margin-top: 60px;
}
.our_efforts_header {
	padding-top: 170px;
	background: url("../img/home/our_efforts_header_bg.webp") no-repeat center center;
	background-size: cover;
}
.our_efforts_header h2 {
	display: flex;
	justify-content: flex-end;
	font-family: "Cormorant Garamond", serif;
	font-size: 240px;
	font-weight: 400;
	line-height: 0.8;
	color: rgba(255,255,255,.6);
}
.our_efforts_bottom {
	background: url("../img/home/our_efforts_bottom_bg.webp") no-repeat center center;
	background-size: cover;
}
.our_efforts_bottom .wrap {
	justify-content: space-between;
}
.our_efforts_bottom_l {
	width: 57%;
	padding-top: 60px;
	padding-bottom: 30px;
}
.our_efforts_bottom_l h3 {
	margin-bottom: 60px;
	font-family: var(--font-serif);
	font-size: 60px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.our_efforts_bottom_l p {
	font-size: 16px;
	font-weight: 400;
	line-height: 2.3;
	letter-spacing: 0.1em;
}
.our_efforts_bottom_r {
	position: relative;
	margin-top: -60px;
	width: 40%;
}
.our_efforts_bottom_r img {
	width: 100%;
}
.our_efforts_sp {
	display: none;
}
@media screen and (max-width: 1360px) {
	.our_efforts_bottom_l {
		width: 50%;
	}
	.our_efforts_bottom_r {
		width: 47%;
	}
	.our_efforts_bottom_l h3 {
		margin-bottom: 40px;
		font-size: 40px;
	}
}
@media screen and (max-width: 1140px) {
	.our_efforts_header h2 {
		position: relative;
		z-index: 1;
		margin-bottom: -20px;
		font-size: 155px;
	}
	.our_efforts_pc {
		display: none;
	}
	.our_efforts_sp {
		display: block;
	}
	.sp_our_efforts_bottom_l {
		display: flex;
		justify-content: flex-end;
		position: relative;
		width: 20%;
		margin-top: -60px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.our_efforts_bottom_r {
		width: 80%;
		margin-top: 0;
		padding-top: 55px;
		text-align: center;
	}
	.our_efforts_bottom_r img {
		width: 550px;
	}
	.sp_our_efforts_bottom_l h3 {
		position: relative;
		z-index: 2;
		font-family: var(--font-serif);
		font-size: 40px;
		font-weight: 500;
		line-height: 1.3;
		letter-spacing: 0.1em;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		text-shadow:
    0 0 6px  rgba(255,255,255,1),
    0 0 14px rgba(255,255,255,0.9),
    0 0 29px rgba(255,255,255,0.8);
	}
	.our_efforts_bottom_b {
		width: 100%;
		margin-top: 50px;
		margin-bottom: 60px;
	}
	.our_efforts_bottom_b p {
		font-size: 16px;
		font-weight: 400;
		line-height: 2.3;
		letter-spacing: 0.1em;
	}
}
@media screen and (max-width: 750px) {
	.our_efforts_header {
		padding-top: 90px;
		background: url("../img/home/sp_our_efforts_header_bg.webp") no-repeat center center;
		background-size: cover;
	}
	.our_efforts_header h2 {
		margin-bottom: -2.667vw;
		font-size: 21.333vw;
	}
	.our_efforts_bottom {
		background: url("../img/home/sp_our_efforts_bottom_bg.webp") no-repeat center center;
		background-size: cover;
	}
	.sp_our_efforts_bottom_l {
		width: 20%;
		margin-top: -11.333vw;
	}
	.sp_our_efforts_bottom_l h3 {
		font-size: 5.333vw;
	}
	.our_efforts_bottom_b p {
		font-size: 14px;
	}
}
/*-----------------------------------------------------
	#feature
------------------------------------------------------*/
#feature {
  position: relative;
	margin-top: 130px;
	padding-top: 30px;
  background: #f8ede2;
}
#feature::before {
  content: "";
  position: absolute;
  top: -69px;
  left: 0;
  width: 100%;
  height: 70px;
  background: #f8ede2;
  clip-path: polygon(
    0 100%,
    50% 0,
    100% 100%
  );
}
.feature_midasi {
	position: relative;
	padding-left: 160px;
	font-family: var(--font-serif);
	font-size: 60px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-shadow:
    0 0 6px  rgba(255,255,255,1),
    0 0 14px rgba(255,255,255,0.9),
    0 0 29px rgba(255,255,255,0.8);
}
.feature_midasi::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 140px;
  height: 140px;
  background: url("../img/home/num_01.svg") no-repeat center center;
  background-size: cover;
}
.feature_01::after {
  background: url("../img/home/num_01.svg") no-repeat center center;
  background-size: cover;
}
.feature_top {
	position: relative;
	z-index: 0;
	padding-top: 70px;
}
.feature_img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 78.5%;
}
.feature_img img {
	width: 100%;
	height: 574px;
	object-fit: cover;
	box-shadow: 20px 20px 0px 0px rgba(0,0,0,0.1);
}
.feature_top .wrap {
	position: relative;
	height: 524px;
}
.feature_top_l {
	width: 100%;
}
.feature_top_r {
	position: absolute;
	right: 30px;
	bottom: 80px;
	z-index: 1;
	width: 628px;
	padding: 40px;
	background: #fff;
	border-left: 10px solid var(--main-color);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}
.feature_top_r p {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 2.3;
	letter-spacing: 0.1em;
}
.micro {
	border: 1px solid #6C624C;
	border-radius: 20px;
}
.micro_l {
	width: 33%;
	padding: 23px 0;
	background: #6C624C;
	border-radius: 18px 0 0 18px;
	text-align: center;
}
.micro_l h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}
.micro_r {
	width: 67%;
	padding: 9px 25px;
}
.micro_text {
	position: relative;
	padding-left: 100px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}
.micro_text strong {
	display: inline-block;
	margin-top: 5px;
	font-size: 23px;
	font-weight: 700;
}
.micro_text::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 81px;
  height: 81px;
  background: url("../img/home/micro.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1260px) {
	.feature_img {
		width: 100%;
	}
	.feature_img img {
		width: 100%;
		height: 380px;
		object-fit: cover;
		box-shadow: none;
	}
	.feature_top .wrap {
		height: auto;
	}
	.feature_top_r {
		position: relative;
		right: 0;
		bottom: 0;
		width: 628px;
		margin: 30px auto 0;
	}
}
@media screen and (max-width: 750px) {
	#feature {
		margin-top: 30px;
		padding-top: 50px;
	}
	#feature::before {
		top: -29px;
		height: 30px;
	}
	.feature_midasi {
		padding-left: 90px;
		font-size: 30px;
	}
	.feature_midasi::after {
		width: 80px;
		height: 80px;
	}
	.feature_top {
		padding-top: 50px;
	}
	.feature_img img {
		height: 300px;
	}
	.feature_top_r {
		width: 100%;
		padding: 40px 15px;
	}
	.feature_top_r p {
		font-size: 14px;
	}
	.micro {
		border-radius: 13px;
	}
	.micro_l {
		padding: 23px 0;
		border-radius: 13px 0 0 13px;
	}
	.micro_l h4 {
		font-size: 13px;
	}
	.micro_r {
		padding: 9px 19px;
	}
	.micro_text {
		padding-left: 61px;
		font-size: 11px;
	}
	.micro_text strong {
		margin-top: 5px;
		font-size: 15px;
	}
	.micro_text::before {
		width: 51px;
		height: 51px;
	}
}
@media screen and (max-width: 500px) {
	.micro {
		border-radius: 2.6vw;
	}
	.micro_l {
		padding: 4.6vw 0;
		border-radius: 2.6vw 0 0 2.6vw;
	}
	.micro_l h4 {
		font-size: 2.6vw;
	}
	.micro_r {
		padding: 1.8vw 3.8vw;
	}
	.micro_text {
		padding-left: 12.2vw;
		font-size: 2.2vw;
	}
	.micro_text strong {
		margin-top: 1vw;
		font-size: 3vw;
	}
	.micro_text::before {
		width: 10.2vw;
		height: 10.2vw;
	}
}

.feature_middle {
	padding-top: 70px;
	padding-bottom: 130px;
	background: url("../img/home/feature_middle_bg.webp") no-repeat top center;
	background-size: cover;
}
.feature_middle_box {
	align-items: center;
	padding-bottom: 130px;
}
.feature_middle_l {
	width: 50%;
}
.feature_02 {
	margin-bottom: 60px;
}
.feature_02::after {
  background: url("../img/home/num_02.svg") no-repeat center center;
  background-size: cover;
}
.feature_middle_l p {
	padding: 40px;
	background: #fff;
	border-left: 10px solid var(--main-color);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	font-size: 16px;
	font-weight: 400;
	line-height: 2.3;
	letter-spacing: 0.1em;
}
.feature_middle_r {
	width: 50%;
	text-align: center;
}
.map_wrap {
  position: relative;
  display: inline-block;
}
.map_wrap img {
  max-width: 100%;
  display: block;
}
.map_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map_overlay circle {
  fill: rgba(255,255,255,0);
  transition: 0.3s;
  cursor: pointer;
}
.map_overlay circle:hover {
  fill: rgba(255,255,255,3);
}
.feature_middle_bottom {
	gap: 24px;
}
.feature_middle_bottom_child {
	width: calc((100% - 24px) / 2);
	padding: 0 30px 40px;
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}
.feature_midasi_02 {
	position: relative;
	margin-bottom: 30px;
	padding-top: 35px;
	padding-bottom: 5px;
	padding-left: 151px;
	border-bottom: 1px solid #959595;
	font-family: var(--font-serif);
	font-size: 32px;
	font-weight: 500;
	line-height: 1.3;
}
.feature_midasi_02 span {
	font-size: 35px;
	color: var(--dark-color);
}
.feature_midasi_02::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 140px;
  height: 140px;
}
.feature_03::after {
  background: url("../img/home/num_03.svg") no-repeat center center;
  background-size: cover;
}
.feature_04::after {
  background: url("../img/home/num_04.svg") no-repeat center center;
  background-size: cover;
}
.feature_05::after {
  background: url("../img/home/num_05.svg") no-repeat center center;
  background-size: cover;
}
.feature_06::after {
  background: url("../img/home/num_06.svg") no-repeat center center;
  background-size: cover;
}
.feature_middle_bottom_child img {
	width: 100%;
	margin-bottom: 30px;
}
.feature_middle_bottom_child p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 1360px) {
	.feature_middle_l {
		width: 100%;
		margin-bottom: 50px;
	}
	.feature_middle_r {
		width: 100%;
	}
	.feature_midasi_02 {
		padding-top: 25px;
		padding-left: 91px;
		font-size: 22px;
	}
	.feature_midasi_02 span {
		font-size: 25px;
	}
	.feature_midasi_02::after {
		width: 80px;
		height: 80px;
	}
}
@media screen and (max-width: 750px) {
	.feature_middle {
		padding-top: 60px;
		padding-bottom: 60px;
		background: url("../img/home/sp_feature_middle_bg.webp") no-repeat bottom center;
		background-size: contain;
	}
	.feature_middle_box {
		padding-bottom: 60px;
	}
	.feature_middle_l {
		margin-bottom: 30px;
	}
	.feature_02 {
		margin-bottom: 20px;
	}
	.feature_middle_l p {
		padding: 40px 15px;
		font-size: 14px;
	}
	.feature_middle_bottom {
		gap: 7px;
	}
	.feature_middle_bottom_child {
		width: 100%;
		padding: 0 23px 18px;
	}
	.feature_midasi_02 {
		margin-bottom: 24px;
		padding-top: 24px;
		padding-left: 97px;
		font-size: 20px;
	}
	.feature_midasi_02 span {
		font-size: 23px;
	}
	.feature_midasi_02::after {
		width: 86px;
		height: 86px;
	}
	.feature_middle_bottom_child img {
		margin-bottom: 18px;
	}
	.feature_middle_bottom_child p {
		font-size: 14px;
	}
}
/*-----------------------------------------------------
	#greeting
------------------------------------------------------*/
#greeting {
  padding-top: 70px;
}
.greeting_header {
	padding-bottom: 70px;
	background: url("../img/home/greeting_bg_01.webp") no-repeat top center;
	background-size: cover;
	text-align: center;
}
.greeting_header img {
	margin-bottom: 120px;
}
.greeting_header_02 {
	padding: 100px 0;
	background: url("../img/home/greeting_bg_02.webp") no-repeat center center;
	background-size: cover;
	text-align: center;
}
.greeting_header_02 h2.midasi_02 {
	margin-bottom: 0;
}
.greeting_doctor {
	padding-bottom: 85px;
	background: #FFFFFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 244, 233, 1) 100%);
}
.greeting_inner_text {
	width: 53.2%;
	padding-top: 30px;
	padding-left: 80px;
}
.greeting_doctor:last-of-type .greeting_inner_text {
	padding-right: 56px;
	padding-left: 0;
}
.iin {
	margin-bottom: 20px;
	font-family: var(--font-serif);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: var(--dark-color);
}
.iin span {
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid var(--dark-color);
}
.greeting_inner_text h3 {
	position: relative;
	margin-bottom: 30px;
	padding-left: 80px;
	font-family: var(--font-serif);
	font-size: 35px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}
.greeting_inner_text h3 em {
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	background: var(--dark-color);
	padding: 7px 4px 7px 9px;
	font-family: var(--font-sans);
	font-size: 18px;
	font-style: normal;
	color: #fff;
	text-align: center;
}
.greeting_inner_text h3 span {
	font-size: 15px;
}
.greeting_doctor:last-of-type .greeting_inner_text h3 {
	padding-left: 120px;
}
.greeting_inner_text h4 {
	margin-bottom: 40px;
	font-family: var(--font-serif);
	font-size: 48px;
	font-weight: 500;
	line-height: 1.3;
}
.greeting_inner_text p {
  margin-bottom: 40px;
  font-size: 16px;
	font-weight: 400;
	line-height: 2.3;
	letter-spacing: 0.1em;
}
.greeting_inner_photo {
	width: 46.8%;
	margin-top: -50px;
}
.greeting_inner_photo img {
	width: 100%;
	border: 17px solid #fff;
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.25);
}
.greeting_doctor:last-of-type .greeting_inner_photo {
	margin-top: -20px;
}
@media screen and (max-width: 1360px) {
	.greeting_inner_text {
		order: 2;
		width: 100%;
		padding-top: 60px;
		padding-right: 80px;
		padding-left: 80px;
	}
	.greeting_doctor:last-of-type .greeting_inner_text {
		padding-right: 80px;
		padding-left: 80px;
	}
	.greeting_inner_photo {
		order: 1;
		width: 100%;
		margin-top: 30px;
		text-align: center;
	}
	.greeting_inner_photo img {
		width: 600px;
		margin: 0 auto;
	}
	.greeting_doctor:last-of-type .greeting_inner_photo {
		margin-top: 30px;
	}
}
@media screen and (max-width: 900px) {
	.greeting_inner_text, .greeting_doctor:last-of-type .greeting_inner_text {
		padding-right: 0;
		padding-left: 0;
	}
}
@media screen and (max-width: 750px) {
	#greeting {
		padding-top: 60px;
	}
	.greeting_header {
		padding-bottom: 1px;
		background: url("../img/home/greeting_bg_01.webp") no-repeat top center;
		background-size: cover;
	}
	.greeting_header img {
		width: 67px;
		height: auto;
		margin-bottom: 40px;
	}
	.greeting_header_02 {
		padding: 45px 0;
		background: url("../img/home/greeting_bg_02.webp") no-repeat center right;
		background-size: cover;
	}
	.greeting_doctor {
		padding-bottom: 42px;
	}
	.greeting_inner_text {
		padding-top: 30px;
	}
	.iin {
		font-size: 20px;
		text-align: center;
	}
	.iin span {
		display: block;
	}
	.greeting_inner_text h3 {
		margin-bottom: 40px;
		padding-left: 57px;
		font-size: 24px;
	}
	.greeting_inner_text h3 em {
		top: 0;
		font-size: 12px;
	}
	.greeting_inner_text h3 span {
		font-size: 12px;
	}
	.greeting_doctor:last-of-type .greeting_inner_text h3 {
		padding-left: 90px;
	}
	.greeting_inner_text h4 {
		font-size: 24px;
	}
	.greeting_inner_text p {
		font-size: 14px;
	}
	.greeting_inner_photo img {
		width: 80vw;
	}
}

/*-----------------------------------------------------
	#reason
------------------------------------------------------*/
.reason_header {
	padding: 100px 0 80px;
	text-align: center;
}
.reason_header h2 {
	font-family: var(--font-serif);
	font-size: 50px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.reason_header h2 span {
	font-size: 80px;
}
.reason_header img {
	position: relative;
	z-index: -1;
	max-width: 100%;
	margin-top: -40px;
}
.reason_bottom {
	padding-bottom: 82px;
	background: url("../img/home/reason_bottom_bg.webp") no-repeat top 94px center;
	background-size: cover;
}
.reason_wrap {
	position: relative;
	left: -80px;
  width: 1360px;
  margin: 0 auto;
}
.reason_wrap_02 {
	position: relative;
	left: 40px;
  width: 1360px;
  margin: 0 auto;
}
.reason_title {
  display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
  gap: 10px;
  position: absolute;
  top: -30px;
  left: 50px;
	z-index: 1;
}
.reason_title_02 {
  display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
  gap: 10px;
  position: absolute;
  top: -30px;
  right: 120px;
	z-index: 1;
}
.reason_title span, .reason_title_02 span {
  display: inline-block;
  padding: 10px;
  background: var(--dark-color);
	font-family: var(--font-serif);
  font-size: 48px;
	font-weight: 400;
  line-height: 1;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.reason_title_02 span.mt100 {
	margin-top: 110px;
}
.trapezoid_shape {
	padding-bottom: 55px;
  background: #fff;
  -webkit-clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%);
}
.trapezoid_shape_02 {
	margin-top: 60px;
	padding-bottom: 55px;
  background: #fff;
	-webkit-clip-path: polygon(
    0 0,
    calc(100% - 120px) 0,
    100% 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    calc(100% - 120px) 0,
    100% 100%,
    0 100%
  );
}
.trapezoid_left {
  -webkit-filter: drop-shadow(0 0 30px rgba(0,0,0,0.2));
  filter: drop-shadow(0 0 30px rgba(0,0,0,0.2));
}
.trapezoid_box {
	justify-content: space-between;
	padding: 0 130px;
}
.trapezoid_photo {
	width: 47%;
	margin-top: -60px;
}
.trapezoid_photo img {
	width: 100%;
}
.trapezoid_text {
	width: 47%;
	padding-top: 40px;
}
h3.trapezoid_h3, h3.trapezoid_h3_02, h3.trapezoid_h3_03 {
	align-items: center;
	gap: 16px;
  font-family: var(--font-serif);
	font-size: 56px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
}
h3.trapezoid_h3 {
	padding: 35px 0 35px 53%;
	background: rgba(196, 179, 161, 0);
	background: linear-gradient(45deg, rgba(196, 179, 161, 0) 0%, rgba(196, 179, 161, 1) 100%);
}
h3.trapezoid_h3_02 {
	padding: 35px 0 35px 90px;
	background: rgba(196, 179, 161, 0);
	background: linear-gradient(45deg, rgba(196, 179, 161, 1) 0%, rgba(196, 179, 161, 0) 100%);
}
h3.trapezoid_h3_03 {
	padding: 35px 30px;
	background: #C4B3A1;
}
h4.trapezoid_h4 {
	margin-bottom: 40px;
  font-family: var(--font-serif);
	font-size: 34px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.04em;
	color: var(--dark-color);
}
ul.trapezoid_ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
ul.trapezoid_ul li::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 19.38px;
  height: 15.5px;
  background: url("../img/common/check_icon.svg") no-repeat center center;
  background-size: cover;
}
.trapezoid_text img {
	width: 100%;
	margin: 40px 0;
}
.trapezoid_text .center {
	text-align: left !important;
}
.trapezoid_center {
	justify-content: space-between;
	margin-top: 60px;
	margin-bottom: 60px;
}
.trapezoid_child {
	width: 49%;
	background: #fff;
	-webkit-filter: drop-shadow(0 0 30px rgba(0,0,0,0.2));
  filter: drop-shadow(0 0 30px rgba(0,0,0,0.2));
}
.trapezoid_child_img {
	width: 100%;
}
.trapezoid_child_inner {
	padding: 30px;
}
.trapezoid_child_inner .center {
	margin-top: 30px;
}
.case_btn {
	width: 900px;
	margin: 0 auto;
	padding: 48px 0;
	background: url("../img/home/case_btn_bg.webp") no-repeat center center;
	background-size: cover;
	border: 3px solid #fff;
	border-radius: 20px;
	text-align: center;
}
.case_btn h3 {
	margin-bottom: 40px;
	font-family: var(--font-serif);
	font-size: 48px;
	font-weight: 500;
	line-height: 1;
}

@media screen and (max-width: 1540px) {
	.reason_wrap {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0 auto;
	}
	.reason_wrap_02 {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0 auto;
	}
	.trapezoid_box {
		padding: 0 60px 0 130px;
	}
	.trapezoid_shape_02 .trapezoid_box {
		padding: 0 130px 0 60px;
	}
	h3.trapezoid_h3, h3.trapezoid_h3_02, h3.trapezoid_h3_03 {
		font-size: 40px;
	}
}

@media screen and (max-width: 1000px) {
	.reason_header h2 {
		font-size: 40px;
	}
	.reason_header h2 span {
		font-size: 70px;
	}
	.reason_header img {
		margin-top: -20px;
	}
	.reason_bottom {
		padding-bottom: 77px;
		background: url("../img/home/sp_reason_bottom_bg.webp") no-repeat top 50px center;
		background-size: cover;
	}
	.reason_wrap {
		width: calc(100% - 80px);
	}
	.reason_wrap_02 {
		width: calc(100% - 80px);
	}
	.reason_title {
		top: 144px;
		left: 40px;
	}
	.reason_title_02 {
		top: 144px;
		right: 40px;
	}
	.reason_title_02 span.mt100 {
		margin-top: 0;
	}
	.trapezoid_shape {
		padding-bottom: 40px;
		-webkit-clip-path: none;
		clip-path: none;
	}
	.trapezoid_shape_02 {
		margin-top: 40px;
		padding-bottom: 40px;
		-webkit-clip-path: none;
		clip-path: none;
	}
	.trapezoid_box {
		padding: 0;
	}
	.trapezoid_shape_02 .trapezoid_box {
		padding: 0;
	}
	.trapezoid_photo {
		order: 1;
		width: 100%;
		margin-top: 0;
	}
	.trapezoid_photo img {
		width: 100%;
	}
	.trapezoid_text {
		order: 2;
		width: 100%;
		padding: 40px 40px 0;
	}
	.trapezoid_text .center {
		text-align: center !important;
	}
	h3.trapezoid_h3 {
		padding: 30px 20px;
		background: #C4B3A1;
	}
	h3.trapezoid_h3_02 {
		padding: 30px 20px;
		background: #C4B3A1;
	}
	h3.trapezoid_h3_03 {
		padding: 30px 20px;
	}
	.trapezoid_center {
		margin-top: 40px;
		margin-bottom: 0;
	}
	.trapezoid_child {
		width: 100%;
		margin-bottom: 40px;
	}
	.trapezoid_child_inner {
		padding: 40px;
	}
	.case_btn {
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	.reason_header {
		padding: 60px 0 40px;
	}
	.reason_header h2 {
		font-size: 24px;
	}
	.reason_header h2 span {
		font-size: 40px;
	}
	.reason_header img {
		margin-top: 0;
	}
	.reason_wrap {
		width: calc(100% - 40px);
	}
	.reason_wrap_02 {
		width: calc(100% - 40px);
	}
	.reason_title {
		top: 114px;
		left: 15px;
	}
	.reason_title_02 {
		top: 114px;
		right: 15px;
	}
	.reason_title span, .reason_title_02 span {
		padding: 10px 7.5px;
		font-size: 30px;
	}
	.trapezoid_text {
		padding: 30px 20px 0;
	}
	h3.trapezoid_h3, h3.trapezoid_h3_02, h3.trapezoid_h3_03 {
		justify-content: center;
		font-size: 35px;
	}
	h3.trapezoid_h3 {
		padding: 15px;
	}
	h3.trapezoid_h3_02 {
		padding: 15px;
	}
	h3.trapezoid_h3_03 {
		padding: 15px;
	}
	h4.trapezoid_h4 {
		margin-bottom: 30px;
		font-size: 22px;
	}
	ul.trapezoid_ul li {
		font-size: 14px;
	}
	.trapezoid_text img {
		margin: 30px 0;
	}
	.case_btn {
		padding: 21px 0 ;
		background: url("../img/home/case_btn_bg.webp") no-repeat left center;
		background-size: cover;
		border: 1.5px solid #fff;
		border-radius: 8px;
	}
	.case_btn h3 {
		margin-bottom: 17px;
		font-size: 20px;
	}
	.case_btn a.link_more_02 {
		padding: 11px 30px;
		border-radius: 60px;
		font-size: 11px;
	}
}
/*-----------------------------------------------------
	#price
------------------------------------------------------*/
#price {
	margin: 100px 0;
	padding: 120px 0 125px;
	background: url("../img/home/price.webp") no-repeat center center;
	background-size: cover;
}
#price .wrap {
	width: 950px;
	margin: 0 auto;
	padding: 0 100px 40px;
	background: rgba(255,255,255,.9);
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.25);
	text-align: center;
}
#price .wrap h2 {
	position: relative;
	top: -18px;
	margin-bottom: 30px;
}
#price .wrap h2 span {
	padding: 6px 50px;
	background: #fff;
	border: 1px solid var(--text-color);
	font-family: var(--font-serif);
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}
#price .wrap p {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.04em;
}
#price .wrap p span {
	font-size: 20px;
	line-height: 2;
	color: var(--dark-color);
}
#price .wrap p.small {
	margin-bottom: 30px;
	font-size: 16px;
}
@media screen and (max-width: 1030px) {
	#price .wrap {
		width: calc(100% - 80px);
		padding: 0 20px 40px;
	}
}
@media screen and (max-width: 750px) {
	#price {
		margin: 60px 0;
		padding: 77px 0 48px;
		background: url("../img/home/sp_price.webp") no-repeat center center;
		background-size: cover;
	}
	#price .wrap {
		padding: 0 25px 40px;
	}
	#price .wrap h2 {
		top: -12px;
		margin-bottom: 50px;
	}
	#price .wrap h2 span {
		padding: 10px 60px;
		font-size: 24px;
	}
	#price .wrap p {
		margin-bottom: 10px;
		font-size: 20px;
		text-align: left;
	}
	#price .wrap p span {
		font-size: 16px;
	}
	#price .wrap p.small {
		font-size: 14px;
	}
}
/*-----------------------------------------------------
  #equipment
------------------------------------------------------*/
#equipment {
  padding-top: 72px;
  background: #fff;
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,244,233,1) 100%);
}
#equipment h2 {
  margin-bottom: 30px;
}
.js-cards-swiper {
  width: 100%;
  overflow: hidden;
}
.js-cards-swiper .swiper-wrapper {
  display: flex;
}
.js-cards-swiper .swiper-slide {
  height: auto;
}
.cards .card {
  padding: 10px;
  box-sizing: border-box;
}
.card_inner {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
}
.cards .card img {
  display: block;
  width: 100%;
  height: auto;
}
.card_text {
  padding: 20px;
}
.card_text h3 {
  margin-bottom: 10px;
  padding: 3px;
  background: #FEFAF6;
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
}
.card_text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1360px) {
  .card_text h3 { font-size: 20px; }
  .card_text p  { font-size: 16px; }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.cards__nav {
  width: 44px;
  height: 44px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 50;
  pointer-events: auto;
}
.cards__nav--prev { background-image: url("../img/home/arrow_prev.svg"); }
.cards__nav--next { background-image: url("../img/home/arrow_next.svg"); }

.swiper-button-prev { left: 8px; }
.swiper-button-next { right: 8px; }

@media screen and (max-width: 750px) {
  .cards .card {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*-----------------------------------------------------
	#media
------------------------------------------------------*/
#media {
	padding: 100px 0;
}
.media_l {
	width: 61%;
}
.media_l img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.media_r {
	width: 39%;
	padding: 67px 0;
	background: #E8A55D;
	text-align: center;
}
.media_r h2 {
	margin-bottom: 40px;
	font-family: var(--font-serif);
	font-size: 40px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #fff;
}
.media_r .link_more_02 {
	background: var(--dark-color);
}
@media screen and (max-width: 1360px) {
	.media_r {
		padding: 4.926vw 0;
	}
	.media_r h2 {
		margin-bottom: 2.941vw;
		font-size: 2.941vw;
	}
	.media_r .link_more_02 {
		padding: 1.397vw 4.338vw;
		border-radius: 7.353vw;
		font-size: 1.324vw;
	}
	.link_more_02 span::after {
    margin-left: 0.735vw;
    font-size: 1.029vw;
	}
}
@media screen and (max-width: 750px) {
	#media {
		padding: 60px 0 40px;
	}
	.media_r {
		padding: 2.667vw 0;
	}
	.media_r h2 {
		margin-bottom: 1.333vw;
		font-size: 3.733vw;
	}
	.media_r .link_more_02 {
		padding: 2vw 5.333vw;
		border-radius: 13.333vw;
		font-size: 2.4vw;
	}
	.link_more_02 span::after {
    margin-left: 1.333vw;
    font-size: 1.867vw;
	}
}
/*-----------------------------------------------------
	#post_list
------------------------------------------------------*/
#post_list {
	padding-bottom: 100px;
}
#post_list .flex {
	justify-content: space-between;
}
.post_list_child {
	width: 49%;
	padding: 40px 24px;
	background: #fff;
	box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.15);
}
.post_list_child h2 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #959595;
	font-family: var(--font-serif);
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: right;
}
.post_list_child h2 span {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: "Cormorant Garamond", serif;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.post_item {
	margin-bottom: 10px;
}
.post_item a {
	justify-content: space-between;
}
.post_item .thumb {
	width: 124px;
}
.post_item .thumb img {
	width: 100%;
	height: 90px;
	object-fit: cover;
}
.post_item .text {
	width: calc(100% - 144px);
	padding-top: 5px;
}
.post_item .text .date {
	margin-bottom: 15px;
	font-family: var(--font-serif);
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
}
.post_item .text p {
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	font-family: var(--font-serif);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.post_list_child .center {
	margin-top: 30px;
}
.post_list_child .center a {
	text-align: left;
}
@media screen and (max-width: 950px) {
	.post_list_child {
		width: 100%;
	}
	.post_list_child:first-of-type {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 750px) {
	#post_list {
		padding: 60px 0;
	}
	.post_list_child {
		padding: 40px 20px;
	}
	.post_list_child h2 {
		font-size: 16px;
	}
	.post_list_child h2 span {
		font-size: 30px;
	}
	.post_item {
		margin-bottom: 10px;
	}
	.post_item a {
		justify-content: space-between;
	}
	.post_item .thumb {
		width: 90px;
	}
	.post_item .thumb img {
		height: 62px;
	}
	.post_item .text {
		width: calc(100% - 110px);
		padding-top: 0;
	}
	.post_item .text .date {
		margin-bottom: 5px;
		font-size: 13px;
	}
	.post_item .text p {
		font-size: 13px;
	}
	.post_list_child .center {
		margin-top: 30px;
	}
}
