 @charset "UTF-8";

/*---------------------------------------------------------
m_img
---------------------------------------------------------*/
.m_img {background-image: url(../images/clinic/m_img@2x.jpg);}


/*---------------------------------------------------------
common
---------------------------------------------------------*/
.com_title1 .com_deco_txt1 {
	margin-top: 0;
	margin-bottom: .8em;
}


/*---------------------------------------------------------
lead
---------------------------------------------------------*/
#lead {
	position: relative;
	background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0)),
				linear-gradient(to top, rgba(245,245,244,1) 10%, rgba(245,255,244,0));
	background-size: 100% 40%, 100% 25%;
	background-repeat: no-repeat;
	background-position: left top -1px, left bottom -1px;
	padding: 30px 0 140px;
}
#lead::before {
	position: absolute;
	content: "";
	background: url(../images/clinic/lead_bg@2x.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
#lead .com_lead {
	padding-top: 0;
}
#lead .com_lead dt {
	text-align: center;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#lead .com_lead {
	padding: 0 5%;
}
#lead .com_lead dd {
	max-width: 910px;
	margin: 0 auto;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#lead {
	padding-bottom: 12%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#lead {
	padding-bottom: 15%;
}
}


/*---------------------------------------------------------
doctors
---------------------------------------------------------*/
#doctors > div::before {
	position: absolute;
	content: "";
	background: linear-gradient(to bottom, rgba(30,24,21,0.05), rgba(30,24,21,0));
	width: 100%;
	height: 80px;
	left: 0;
	top: 0;
}
/*doctors:main_box
---------------------------------------------------------*/
#doctors .main_box {
	position: relative;
}
#doctors .com_crn {
	font-size: 120%;
	letter-spacing: .12em;
	line-height: 1.2;
	margin-bottom: 2em;
}
#doctors .main_box .box_img {
	max-width: max-content;
}
#doctors .main_box .box_txt {
	position: relative;
	padding: 0 3.7% 5.6%;
}
#doctors .main_box .box_txt dt {
	word-break: keep-all;
	overflow-wrap: break-word;
}
#doctors .main_box .copy1 {
	color: #47a789;
	font-size: min(146%,2vw);
	letter-spacing: .15em;
	line-height: 1.8;
	margin-bottom: .5em;
}
#doctors .main_box .copy2 {
	font-size: min(400%,5vw);
	letter-spacing: .15em;
	line-height: 1.5;
	margin-bottom: .8em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#doctors .main_box .box_img {
	position: absolute;
	width: 49vw;
	right: -5%;
	top: 30px;
}
#doctors .main_box .box_txt dl {
	width: 70%;
	max-width: 710px;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#doctors .com_crn {
	font-size: 90%;
	margin-bottom: 0;
}
#doctors .main_box .box_img {
	position: absolute;
	width: 65%;
	right: -8%;
	top: 27vw;
	-webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0.1) 0%, rgba(0,0,0,1) 60%);
	mask-image: linear-gradient(to right, rgba(0,0,0,0.1) 0%, rgba(0,0,0,1) 60%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: auto;
    mask-size: auto;
}
#doctors .main_box .box_txt {
	padding: 0 2% 10%;
}
#doctors .main_box .copy1 {
	font-size: 100%;
	letter-spacing: .06em;
	line-height: 1.8;
	margin-bottom: 1em;
}
#doctors .main_box .copy2 {
	font-size: 170%;
	letter-spacing: .15em;
	margin-bottom: 1.4em;
}
}
/*doctors:dr_list
---------------------------------------------------------*/
.dr_list > li {
	padding: 5.6% 4%;
	border-top: 1px solid #d2d1d0;
}
.dr_list .box_img {
	max-width: max-content;
	margin: 0 auto;
}
.dr_name {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: min(120%,1.6vw);
	letter-spacing: .15em;
	line-height: 1.6;
	margin-top: 1.5em;
}
.dr_name dt {
	margin-right: 1.2em;
}
.dr_name > dd {
	font-size: 194%;
}
.dr_style1 > dt {
	color: #47a789;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .15em;
	margin-top: 1.5em;
	margin-bottom: .6em;
}

.tbl_reki {
	width: 100%;
}
.tbl_reki th {
	width: 5em;
	font-weight: normal;
	vertical-align: top;
}
/* PC
------------------------------------------*/
@media only screen and (min-width: 960px) {
.dr_list .dl_col2 {
	display: flex;
	column-gap: 10%;
}
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.dr_list > li > div {
	max-width: 1100px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: 29% 64%;
	margin: 0 auto;
}
.dr_list .com_dashlist.col2 {
	max-width: 580px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2,49%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.dr_list > li {
	padding: 10% 2%;
}
.dr_list .box_img {
	width: 60%;
}
.dr_name {
	font-size: 80%;
	margin-bottom: 1em;
}
}
/*doctors:dr_karte
---------------------------------------------------------*/
.dr_karte {
	background-color: #fff;
	height: 270px;
	padding: 30px 10%;
	margin-top: 2em;
}
.dr_karte .com_openbtn { 
	position: absolute;
	bottom: 3em;
}
.dr_karte .karte_title { 
	text-align: center;
	font-size: 120%;
	letter-spacing: .1em;
	margin-bottom: 2em;
}
.dr_karte .dr_style1 dd.ft_min {
	font-size: 106%;
}
/* history */
.dr_karte .history {
	position: relative;
	padding: 1.3em 0;
	padding-right: 0;
}
.dr_karte .history::before {
	position: absolute;
	content: "";
	background-color: #b1d1c8;
	width: 6px;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 3px;
}
.dr_karte .history dt,
.dr_karte .history dd {
	position: relative;
	padding-left: 1.6em;
}
.dr_karte .history dt {
	color: #47a789;
	font-weight: bold;
	letter-spacing: .15em;
	margin-top: 1em;
}
.dr_karte .history dt:first-of-type {
	margin-top: 0;
}
.dr_karte .history dt::before {
	position: absolute;
	content: "";
	background-color: currentColor;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	left: -0.25em;
	top: .4em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.dr_karte {
	padding: 6% 8%;
	margin-top: 8%;
}
.dr_karte .karte_title { 
	font-size: 110%;
	margin-bottom: 1em;
}
.dr_karte .dr_style1 dd.ft_min {
	font-size: 96%;
}
/* history */
.dr_karte .history {
	font-size: 90%;
}
.dr_karte .history dt {
	margin-top: .6em;
}
.dr_karte .history dd {
	line-height: 1.6;
}
}

/*---------------------------------------------------------
promise
---------------------------------------------------------*/
#promise {
	position: relative;
	background: linear-gradient(to bottom, #f6f5f4 55%, transparent 55%);
}
#promise .bg {
	width: 94vw;
	color: #FFF;
	background-color: #425365;
	box-sizing: border-box;
	padding: min(10vw,130px) 0 min(10vw,150px);
	margin-left: auto;
}
#promise .inbox {
	position: relative;
	width: 80%;
	max-width: 1020px;
	margin: 0 auto;
}
#promise .com_title2 {
	text-align: left;
	margin-bottom: .5em;
}
/* prom_slider */
.prom_slider {
	overflow: hidden;
}
.prom_slider li {
	width: 40vw;
	max-width: max-content;
	margin-left: 8px;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#promise .box_txt {
	width: 50%;
	max-width: 425px;
	margin-bottom: 6.8%;
}
#promise .abs {
	position: absolute;
	width: 45%;
	right: 0;
	top: -10%;
	z-index: 1;
}
/* prom_slider */
.prom_slider {
	translate: -30vw 0;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#promise {
	background: linear-gradient(to bottom, #f6f5f4 75%, transparent 75%);
}
#promise .bg {
	padding: 12% 0 14%;
}
#promise .box_txt {
	margin-bottom: 10%;
}
#promise .com_title2 {
	text-align: center;
	font-size: 150%;
	margin-bottom: 1em;
}
#promise .abs {
	width: 70%;
	margin: 0 auto 8%;
}
/* prom_slider */
.prom_slider {
	width: 100vw;
	margin-left: -6vw;
}
.prom_slider li {
	width: 58vw;
	margin-left: 6px;
}
}

/*---------------------------------------------------------
feature
---------------------------------------------------------*/
#feature .fea_list {
	counter-reset: mycounter;
}
#feature .fea_list > li {
	position: relative;
	list-style: none;
	box-sizing: border-box;
	padding-top: 35px;
	padding-left: 30px;
}
#feature .fea_list > li::before {
	position: absolute;
	content: "";
	background: url(../images/clinic/fea_corner.svg),
		linear-gradient(130deg, rgba(204,235,226,1) 0%, rgba(242,250,248,1) 80%);
	background-position: left top;
	background-size: 16vw auto, 100% 100%;
	background-repeat: no-repeat;
	width: 80%;
	height: min(30vw,410px);
	left: 0;
	top: 0;
	z-index: -1;
}
#feature .box_img {
	position: relative;
	width: 94%;
	max-width: max-content;
	margin-left: auto;
	margin-bottom: 6.5%;
}
#feature .box_img .abs {
	position: absolute;
}
#feature .fea_index {
	width: 94%;
	display: flex;
	align-items: center;
	font-size: min(233%,2.6vw);
	line-height: 1.4;
	height: 2.4em;
	word-break: keep-all;
	overflow-wrap: break-word;
	margin-left: auto;
	margin-bottom: .8em;
}
#feature .fea_index::before {
	position: relative;
	display: block;
	counter-increment: mycounter;
	content: counter(mycounter, decimal-leading-zero);
	color: #47a789;
	font-size: 285%;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .05em;
	line-height: 1;
	margin-right: .2em;
}
#feature .com_style2_txt span {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#feature .fea_list .txt {
	padding: 0 3%;
}
#feature .fea_list dl.txt {
	font-weight: bold;
	margin-top: 1em;
}
/* max */
#feature .fea_list > li.max .box_img {
	margin: 0 auto 4%;
}
#feature .fea_list > li.max .box_img .abs {
	width: 36%;
	left: 5%;
	bottom: 10%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#feature .com_pdg {
	padding: 140px 0 150px;
}
#feature .fea_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#feature .fea_list > li {
	width: 47%;
}
#feature .fea_list > li:first-of-type {
	width: 100%;
}
#feature .fea_list > li:nth-of-type(n+2) {
	margin-top: 5.6%;
}
/* max */
#feature .fea_list > li.max::before {
	width: 86%;
	left: -4.5%;
}
#feature .fea_list > li.max .txt {
	max-width: 1040px;
	margin: 0 auto;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#feature .com_pdg {
	padding: 14% 0 15%;
}
#feature .fea_list > li {
	padding-left: 20px;
}
#feature .fea_list .txt {
	padding: 0;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#feature .fea_list > li {
	padding-top: 9%;
	padding-left: 0;
}
#feature .fea_list > li:nth-of-type(n+2) {
	margin-top: 16%;
}
#feature .fea_list > li::before {
	width: 80%;
	height: 55vw;
	background-size: 20vw auto, 100% 100%;
	left: -5.5%;
}
#feature .fea_index {
	font-size: 130%;
	margin-bottom: 1.2em;
}
#feature .box_img {
	width: 90%;
}
#feature .fea_list .txt {
	padding: 0 2%;
}
#feature .fea_list dl.txt {
	font-size: 97%;
}
/* max */
#feature .fea_list > li.max .box_img .abs {
	width: 57%;
	left: auto;
	right: 5%;
	bottom: 8%;
}
}

/*---------------------------------------------------------
clinic
---------------------------------------------------------*/
#clinic .bg {
	position: relative;
	color: #FFF;
	background: url(../images/clinic/fcl_bg@2x.png) no-repeat right top;
	background-size: 68% auto;
	padding-top: 130px;
}
#clinic .bg::before {
	position: absolute;
	content: "";
	background-color: #46666b;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
#clinic .com_deco_txt1 {
	color: #FFF;
}
#clinic .com_title1 {
	text-align: left;
	margin-bottom: 1.5em;
}
#clinic .com_deco_txt2 {
	text-align: left;
	color: #6b8589;
	font-size: min(10vw,8.66rem);
	letter-spacing: .05em;
	margin-left: -0.2em;
}
#clinic .com_title1 .ft_min {
	position: relative;
	margin-top: -1.5em;
}
.fcl_slider p,
#clinic .equ_list p {
	font-size: min(133%,2vw);
	letter-spacing: .1em;
	line-height: 1.6;
	margin-top: 1em;
}
/* box_fcl */
#clinic .box_fcl {
	padding-bottom: 100px;
}
/* box_equ */
#clinic .box_equ {
	position: relative;
	padding-bottom: 150px;
}
#clinic .box_equ::before {
	position: absolute;
	content: "";
	background: linear-gradient(180deg, rgba(88,117,122,1), rgba(88,117,122,0.93));
	background-repeat: no-repeat;
	width: 100vw;
	height: calc(100% - 3em);
	left: 50%;
	bottom: 0;
	translate: -50% 0;
	z-index: -1;
}
#clinic .equ_list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3,31%);
}
#clinic .equ_list p {
	text-align: center;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#clinic .equ_list > li:nth-of-type(n+4) {
	margin-top: 18%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#clinic .bg {
	padding-top: 12%;
}
/* box_fcl */
#clinic .box_fcl {
	padding-bottom: 10%;
}
/* box_equ */
#clinic .box_equ {
	padding-bottom: 15%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#clinic .bg {
	background-size: 80% auto;
	background-position: right top -4vw;
	padding-top: 15%;
}
#clinic .com_deco_txt2 {
	font-size: 12vw;
}
#clinic .com_title1 .ft_min {
	margin-top: -1em;
}
#clinic .equ_list > li:nth-of-type(n+3) {
	margin-top: 14%;
}
.fcl_slider p,
#clinic .equ_list p {
	font-size: 95%;
	letter-spacing: .08em;
	margin-top: .6em;
}
/* box_fcl */
#clinic .box_fcl {
	padding-bottom: 12%;
}
/* box_equ */
#clinic .box_equ {
	padding-bottom: 15%;
}
#clinic .box_equ::before {
	height: calc(100% - 1em);
}
#clinic .equ_list {
	grid-template-columns: repeat(2,48%);
}
}
/*clinic:fcl_slider
---------------------------------------------------------*/
.fcl_slider {
	position: relative;
	width: 75%;
	max-width: 750px;
	margin: 0 auto;
}
.fcl_slider .swiper-wrapper {
	overflow: visible;
}
.fcl_slider li p {
	text-align: left;
	margin-left: 5%;
	margin-top: 2em;
	opacity: 0;
	transition: opacity .5s;
}
.fcl_slider li[class*=-active] p {
	opacity: 1;
}
.fcl_slider .swp_navi {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: min(1.5vw,100%);
	right: 5%;
	bottom: -5px;
}
/* pagination */
.fcl_slider .swip-pagination {
	width: auto;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 133%;
	letter-spacing: .12em;
	line-height: 1;
	margin-right: 1.5em;
}
.fcl_slider .swip-pagination .custom-slash {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 0;
	border-top: 1px solid currentColor;
	rotate: -25deg;
	margin: 0.2em;
}
/* arrow */
.fcl_slider .swip_arws {
	display: flex;
}
.fcl_slider .swip_arws > div {
	position: relative;
	display: block;
    color: #FFF;
	text-align: center;
	font-size: 80%;
	line-height: 3.5 !important;
	width: 3.5em !important;
	height: 3.5em !important;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1px solid #a2b2b5;
	inset: 0;
	margin: 0 5px !important;
	transition: all .5s;
}
.fcl_slider .swip_arws > div:hover {
	color: #46666b;
	background-color: #a2b2b5;
}
.fcl_slider .swip_arws > div::after {
	font-size: 100% !important;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.fcl_slider {
	width: 90%;
}
.fcl_slider li p {
	margin-left: 2%;
	margin-top: 1.2em;
}
.fcl_slider .swp_navi {
	font-size: 2.5vw;
	right: 0;
}
}


/*---------------------------------------------------------
information
---------------------------------------------------------*/
#information > div {
	background: linear-gradient(to top, #FFF, #eef5f3 40%);
}
#information .inf_bg {
	height: 36vw;
}
#information .inf_box {
	width: 95vw;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 110px 0 150px;
	margin: -100px auto 0;
}
#information .com_link1 {
	margin-top: 2em;
}
/* inf_flex */
#information .inf_flex ul > li {
	padding-left: 12%;
	margin-top: 1em;
	border-top: 1px solid #d2d1d0;
}
#information .inf_flex ul > li:first-of-type {
	margin-top: 0;
	border-top: none;
}
#information .cli_name,
#information .acs_txt {
	font-size: min(120%,2vw);
	letter-spacing: .15em;
	line-height: 1.6;
	word-break: keep-all;
	overflow-wrap: break-word;
}
#information .cli_name dt {
	margin-bottom: .5em;
}
#information .cli_name dd {
	font-size: 166%;
	letter-spacing: .15em;
}
#information .acs_txt {
	display: flex;
	align-items: center;
	padding-top: 1.5em;
}
#information .acs_txt::before {
	display: inline-block;
	content: "";
	background: url(../images/clinic/icon_train.svg) no-repeat;
	background-size: cover;
	width: 2em;
	height: 2em;
	margin-right: .5em;
}
/* inf_grid */
#information .payment {
	margin-bottom: 1.5em;
}
#information .payment .ft_min {
	font-size: 106%;
	letter-spacing: .12em;
	line-height: 1.6;
	margin-bottom: .3em;
}
#information .payment dt {
	margin-bottom: .5em !important;
}
#information .payment dt span {
	display: inline-block;
}
#information .payment dt span:first-of-type {
	margin-right: 1.5em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#information .map {
	width: 90%;
	max-width: 970px;
	margin: 0 auto;
}
#information .inf_grid {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 47% 48%;
	margin-bottom: 6%;
}
#information .com_time_txt {
	font-size: 106%;
}
#information .com_link1 {
	text-align: right;
}
/* inf_flex */
#information .inf_flex {
	width: 92%;
	max-width: 800px;
	display: flex;
	justify-content: center;
	column-gap: 5%;
	margin: 6.5% auto 9%;
}
#information .cli_name {
	width: 38%;
}
#information .inf_flex ul {
	width: 58%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#information .inf_box {
	padding: 10% 0 14%;
	margin-top: -10%;
}
/* inf_grid */
#information .payment .ft_min {
	font-size: 100%;
	letter-spacing: .1em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#information .inf_box {
	padding: 10% 0 14%;
	margin-top: -10%;
}
#information .map iframe {
	height: 68vw;
}
#information .com_link1 {
	margin-top: 1em;
}
/* inf_flex */
#information .inf_flex {
	margin: 8% auto;
}
#information .inf_flex ul > li {
	padding-left: 0;
}
#information .cli_name,
#information .acs_txt {
	font-size: 100%;
	letter-spacing: .1em;
}
#information .acs_txt {
	justify-content: center;
}
#information .cli_name {
	text-align: center;
	margin-bottom: 6%;
}
#information address {
	text-align: center;
}
/* inf_grid */
#information .inf_grid {
	margin-bottom: 8%;
}
#information .inf_grid > div:first-of-type {
	margin-bottom: 6%;
}
#information .payment {
	margin-bottom: 8%;
}
#information .payment dt {
	text-align: center;
}
#information .payment .ft_min {
	font-size: 100%;
	letter-spacing: .06em;
}
#information .payment li p {
	font-size: 85%;
}
}


/*---------------------------------------------------------

---------------------------------------------------------*/

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {


}